﻿* { margin: 0; padding: 0; box-sizing: border-box;}
a { text-decoration: none;  color: #333;}
a:hover { text-decoration: none;}
body {font-family: "微软雅黑";  }
ul,li { list-style: none;}
.clear {clear: both;  overflow: hidden;}
.img-h2 .pic{margin-bottom:15px;}

.head {
    width: 100%;
    height: 103px;
    line-height: 103px;
    padding: 0 10%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    transition: all 0.6s;
}
.liuy_00000001 a{
	display:block;
	width:190px;
	line-height:60px;
	color:#fff;
	background:#008fb9;
	color:#fff;
	margin:0 auto;
	text-align:center;
	margin-bottom:60px;
	margin-top:30px;
	
}
.liuy_00000001 a:hover{background:#007cd1;}

.logo { float: left;}
.logo img { margin-top: -5px;  transition: all 0.6s;}
.language { width: 5.4%; float: right; text-align: center;}
.language span{ color: #fff;}
.language img { margin-right: 5px; margin-top: -3px;}
.tel,.search {
    width: 5.4%;
    float: right;
    text-align: center;
    cursor: pointer;
}
.search-box {
    width: 28%;
    position: fixed;
    right: 0;
    top: 103px;
    display: none;
    z-index: 9999;
    background: #005497;
    padding: 18px 2%;
}

.search-box .close {
    float: right;
    width: 35px;
    height: 35px;
    background: url(../Images/wel26.png) no-repeat center;
    background-size: 100%;
    margin-top: 2px;
    opacity: 1;
}

.search-box .form {
    width: 76%;
    height: 40px;
    line-height: 40px;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 1);
}

.search-box .form .text {
    font-size: 12px;
    color: #fff;
    border: none;
    background: none;
    padding: 0 28px 0 18px;
    width: 100%;
    height: 40px;
    color: #fff;
    line-height: 40px;
    outline: none;
}

.search-box .form .submit {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    right: 14px;
    margin-top: -15px;
    background: url(../Images/search.png) no-repeat center;
    border: none;
}

.search-box .form .text::-webkit-input-placeholder {
    color: #fff;
}

.search-box form .text:-moz-placeholder {
    color: #fff;
}

.search-box .form .text::-moz-placeholder {
    color: #fff;
}

.search-box .form .text:-ms-input-placeholder {
    color: #fff;
}

.nav {
    float: right;
    margin-right: 45px;
}

.nav ul li {
    float: left;
    padding: 0 35px;
    position: relative;
}

.nav ul li a {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}
.nav ul li a:hover{
	color:#015498;
}
.nav ul li:hover a{
	color:#015498;
}
.nav ul li .detailnav {
    position: absolute;
    top: 103px;
    left: 0;
    width: 100%;
    z-index: 9999;
    display: none;
    background: #fff;
}

.nav ul li .detailnav li {
    height: 40px;
    line-height: 40px;
    width: 100%;
    padding: 0;
    text-align: center;
    border-bottom: 1px solid #ccc;
}

.nav ul li .detailnav li a {
    font-size: 14px;
		color:#fff!important;
}

.nav ul li:hover .detailnav {
    display: block;
}

.bannerVideoBox {
    position: relative;
    width: 100%;
    height: 85vh;
    max-height: 950px;
    min-height: 200px;
    overflow: hidden;
}

.wyz-vido-Container2 {
    height: 100%;
}

@media only screen and (min-width: 769px) {
    .c_portalResEbizads_banner-04001 .swiper-container {
        margin: 0 auto;
        position: relative;
        overflow: visible !important;
        z-index: 1;
        height: 100%;
    }
}

.wyz-vido-Container2 .swiper-wrapper {
    height: 100%;
}

.wyz-vido-Container2 .swiper-wrapper .swiper-slide {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.banner-slide {
    display: flex;
    flex-flow: column;
    justify-content: center;
    overflow: hidden;
}

.picBox {
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    transition: 1s 2.5s;
    transform: perspective(1000px) translate3d(0, 0, 100px);
}

.swiper-slide.swiper-slide-active .picBox {
    transition: 5s 0s;
    transform: perspective(1000px) translate3d(0, 0, 0px);
}

.conBox {
    margin: 0 auto;
    width: 90%;
    max-width: 1560px;
    transform: translate3d(0, 0, 0);
    will-change: transform;
    z-index: 10;
    text-align: left;
    display: block;
}

.conBox h1 {
    font-weight: normal;
    font-size: 1.5vw;
    font-weight: bold;
    letter-spacing: 3px;
    color: #fff;
    text-shadow: 1px 2px 8px rgb(0 0 0 / 20%);
    font-family: "Myriad Pro";
    text-transform: uppercase;
}

.conBox h2 {
    position: relative;
    margin: 1.5rem 0 0rem 0;
    padding-top: 1rem;
    color: #fff;
    text-shadow: 1px 2px 8px rgb(0 0 0 / 70%);
    font-size: 30px;
    font-weight: normal;
}

.conBox p {
    position: relative;
    margin: 1.5rem 0 0rem 0;
    color: #fff;
    text-shadow: 1px 2px 8px rgb(0 0 0 / 70%);
    font-size: 18px;
    font-weight: normal;
}

.e_switchbtn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 50px;
    text-align: center;
    z-index: 999;
    color: #fff;
    cursor: pointer;
    outline: none;
}

.e_switchbtn.btn-pre {
    left: 30px;
}

.e_switchbtn.btn-next {
    right: 30px;
}

.bannerVideoBox .swiper-pagination {
    bottom: 40px;
    line-height: 1px;
    z-index: 1;
}

@media only screen and (min-width: 769px) {
    .swiper-pagination {
        position: absolute;
        z-index: 20;
        bottom: 40px;
        width: 100%;
        text-align: center;
    }
}

@media only screen and (min-width: 769px) {
    .p_ThumbnailBox {
        position: absolute;
        text-align: center;
        font-size: 0;
        z-index: 6;
        overflow: hidden;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
}

@media only screen and (min-width: 769px) {
    .p_ThumbnailBox {
        width: auto;
        height: auto;
        border-width: 0;
        background-color: transparent;
    }
}

@media only screen and (min-width: 769px) {
    .p_ThumbnailBox {
        width: inherit;
        height: auto;
        background-color: transparent;
        overflow: hidden;
    }
}

.swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 1);
    margin: 0 8px;
    opacity: 1;
    transition: all .4s ease;
}

.swiper-pagination .swiper-pagination-bullet-active {
        background: -moz-linear-gradient(left, #0079d1 0%, #009cd3 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #0079d1), color-stop(100%, #009cd3));
    background: -webkit-linear-gradient(right, #0079d1 0%, #009cd3 100%);
    background: -o-linear-gradient(right, #0079d1 0%, #009cd3 100%);
    background: -ms-linear-gradient(right, #0079d1 0%, #009cd3 100%);
    background: linear-gradient(to right, #0079d1 0%, #009cd3 100%);
    width: 53px;
}

.index_pt1 {
    width: 100%;
    height: 258px;
    background: #f1f6f6;
}

.index_pt1 .wrap {
    max-width: 100%;
    margin: auto;
}

.index_pt1 .li_box {
    text-align: center;
    padding: 52px 0;
    position: relative;
    z-index: 2;
}

.index_pt1 .pt1_li {
    position: relative
}

.index_pt1 .ck_area {
    position: absolute;
    width: 100%;
    height: 81px;
    top: 0;
    background: #2396A2;
    background: -moz-linear-gradient(left, #0089d2 0%, #00a7d4 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #0089d2), color-stop(100%, #00a7d4));
    background: -webkit-linear-gradient(right, #0089d2 0%, #00a7d4 100%);
    background: -o-linear-gradient(right, #0089d2 0%, #00a7d4 100%);
    background: -ms-linear-gradient(right, #0089d2 0%, #00a7d4 100%);
    background: linear-gradient(to right, #0089d2 0%, #00a7d4 100%);
    left: 0;
    transition: 0.5s all ease;
    z-index: -1;
    visibility: hidden;
}

.index_pt1 .inner_box {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden
}

.index_pt1 .inner_box>img {
    display: inline-block;
    width: 100%;
    height: 100%;
    bottom: 100%;
    position: absolute;
    left: 0;
    transition: 0.5s all ease;
    z-index: 2
}

.index_pt1 .pt1_li:hover .inner_box>img {
    bottom: 0;
}

.index_pt1 .pt1_li:hover .ck_area {
    top: -81px;
    z-index: 1;
    visibility: visible
}

.index_pt1 .ck_area .ck_box {
    padding-top: 11px;
    padding-left: 10px;
}

.index_pt1 .ck_area .ck_ion {
    display: inline-block;
    width: 55px;
    height: 55px;
    float: left;
    border: 1px solid rgba(255,255,255,0.7);
    border-radius: 100%;
    line-height: 48px;
    text-align: center;
}

.index_pt1 .ck_area .ck_ion img{
    width: 80%;
}

.index_pt1 .ck_area .ck_type {
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    float: left;
    margin-left: 10px;
    line-height: 30px;
}

.index_pt1 .ico {
    display: inline-block;
    width: 90px;
    height: 75px;
    margin-bottom: 25px;
}

.full-row>.span-2 {
    width: 16%;
    float: left;
}

.full-row {
    margin-bottom: 0;
}

.type {
    font-size: 24px;
    color: #1c1c1c;
}

.types {
    font-size: 14px;
    color: #8e8e8e;
    font-family: "Arial";
}

.ck_types {
    font-size: 14px;
    color: #fff;
    font-family: "Arial";
}

.delay200 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.delay300 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.delay400 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.delay500 {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.delay600 {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.new {width: 100%; overflow: hidden; margin-top: 65px;}
.news { max-width: 1425px; margin: auto;}
.new_top { overflow: hidden;}
.new_top_left {float: left;font-size: 36px; color: #1e1b2e;}
.new_top_right { float: right;}
.new_top_right a {
    display: block;
    width: 150px;
    height: 42px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #c7c7c7;
    border-radius: 30px;
	transition:0.2s ease all;
}
.new_top_right a:hover{  border: 1px solid #015498;}
.new_top_right a img { margin-right: 10px; margin-top: -2px;}
.new_bottom { overflow: hidden; margin-top: 20px;}
.left_new { width: 32.4%; float: left;}
.left_new_pic img { width: 100%;}
.left_new_date {
    width: 13%;
    float: left;
    background: -moz-linear-gradient(left, #0079d1 0%, #009cd3 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #0079d1), color-stop(100%, #009cd3));
    background: -webkit-linear-gradient(right, #0079d1 0%, #009cd3 100%);
    background: -o-linear-gradient(right, #0079d1 0%, #009cd3 100%);
    background: -ms-linear-gradient(right, #0079d1 0%, #009cd3 100%);
    background: linear-gradient(to right, #0079d1 0%, #009cd3 100%);
    text-align: center;
}

.left_new_day {font-family: "Arial"; color: #fff;  font-size: 24px; padding-top: 10px;}
.left_new_dates { font-size: 12px;color: #fff;font-family: "Arial"; padding-bottom: 10px;}
.left_new_bot {  overflow: hidden; background: #f1f6f6;}
.left_new_con { width: 80%;float: left; margin-left: 15px;margin-bottom: 15px;}
.left_new_title {font-size: 14px; color: #272727;margin-top: 15px;}
.left_new_cons { font-size: 14px; color: #7c7c7c;}

.right_new { width: 65%; float: right;}
.rnew { float: left; width: 48.5%; margin-right: 3%; margin-bottom: 30px; background: #f4f8f8;}
.rnew a{transition:0.5s ease all; padding: 20px;display:block;}
.rnew a:hover{background:#015498;color:#fff;	}
.rnew:nth-child(2n) { margin-right: 0;}
.rnew:nth-child(3),.rnew:nth-child(4) { margin-bottom: 0;}
.rnew_title {font-size: 16px;color: #272727; margin-bottom: 10px;}
.rnew a:hover .rnew_title{   color: #fff;}
.rnew_con { font-size: 14px; color: #7c7c7c;  line-height: 26px;}
.rnew a:hover .rnew_con{ color: #fff;}
.rnew_more { font-size: 14px;color: #393939;margin-top: 15px; border-bottom: 1px solid #cbcbcb;width: max-content;}
.rnew a:hover .rnew_more{ color: #fff; border-bottom: 1px solid #cbcbcb;}

.solution {
    width: 100%;
    background:url(../Images/solutionbg1.jpg) top center no-repeat;
    overflow: hidden;
    margin-top: 85px;
    padding-top: 100px;
    min-height: 668px;
    position: relative;
    z-index: 3
}
.sobg{
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: 2;
    top: 0;
    left: 0;   
}
.sobgs{
    opacity: 0;
    transition: all 1s;
    width: 100%;
    height: 100%;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0; 
}
.solutions {
    max-width: 1425px;
    margin: auto;
}

.sotitle {
    float: left;
}

.somaintitle {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    z-index: 3;
    position: relative;
}

.sotitles {
    font-size: 18px;
    color: #fff;
    margin-top: 15px;
    z-index: 3;
    position: relative;
}

.somore a {
    display: block;
    width: 155px;
    height: 42px;
    border: 1px solid #fff;
    border-radius: 30px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    margin-top: 60px;
    z-index: 3;
    position: relative;
}

.somore a img { margin-left: 10px;  transition: all 0.6s;}
.somore a:hover img{ margin-left: 15px;}
.sos {
    width: 285px;
    height: 200px;
    text-align: center;
    border: 1px solid #8ce2fd;
    position: absolute;
    transition: all 0.6s;
    z-index: 3;
}
.so_pic img {transition: all 2s;}
.so_pic { height: 61px;line-height: 61px; margin-top: 50px;}
.so_name {  font-size: 18px;color: #fff;  margin-top: 15px;}
.sos:nth-child(1) { right: 568px; top: 80px;}
.sos:nth-child(2) { right: 284px; top: 80px;}
.sos:nth-child(3) { right: 0; top: 80px;}
.sos:nth-child(4) { right: 852px; top: 279px;}
.sos:nth-child(5) { right: 568px; top: 279px;}
.sos:nth-child(6) { right: 284px; top: 279px;}
.sos.active { border: 1px solid #fff; z-index: 99999;}
.sos:hover .so_pic img { transform: rotateY(360deg);}

.about {
    width: 100%;
    overflow: hidden;
    margin-top: 85px;
    position: relative;
    padding-bottom: 70px;
}

.abouts {
    max-width: 1425px;
    margin: auto;
}

.abtitle {
    text-align: center;
    font-size: 36px;
    color: #1e1b2e;
}

.abtitles {
    font-size: 18px;
    color: #464646;
    text-align: center;
    margin: 10px 0;
}

.abline {
    width: 41px;
    height: 2px;
    background: #005497;
    margin: auto;
}

.abcon {
    text-align: center;
    font-size: 16px;
    color: #464646;
    line-height: 30px;
    margin-top: 30px;
}

.container01 {
    position: relative;
    z-index: 99999;
}

.container01 ul {
    font-size: 0;
    text-align: center;
    margin-top: 70px;
}

.container01 ul li {
    display: inline-block;
    width: 33.3%;

}

.container01 ul li .icon {
    position: relative;
    width: 100px;
    height: 100px;
    line-height: 100px;
    display: inline-block;
    vertical-align: top;
}

.container01 ul li .icon:before {
    content: "";
    position: absolute;
    background: url(../Images/yuan_bg.png) center no-repeat;
    left: 0;
    top: 0;
    width: 100px;
    height: 100px;
    -moz-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.container01 ul li .icon img {
    position: relative
}

.container01 ul li .con {
    display: inline-block;
    padding: 20px 0 0 10px;
    text-align: left
}

.container01 ul li .con h2 {
    font-size: 36px;
    color: #3b3d41;
    letter-spacing: -2px;
    margin-bottom: 3px;
    margin-top: 0;
}

.container01 ul li .con h2 big {
    font-family: '苹方';
    font-weight: 300;
    vertical-align: top;
}

.container01 ul li .con h2 small {
    font-size: 12px;
    color: #848586;
    margin-left: 10px;
    vertical-align: top;
}

.container01 ul li .con h5 {
    font-size: 12px;
    color: #848586;
    padding: 0 0 0 4px;
    margin: 0;
}

.container01 ul li:hover img {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
    filter: none;
    -webkit-animation: jello 1s;
    -moz-animation: jello 1s;
    animation: jello 1s;
}

@keyframes jello {
    from,
    11.1%,
    to {
        -webkit-transform: none;
        -moz-transform: none;
        transform: none
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        -moz-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        -moz-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg)
    }
    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        -moz-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

.container01 ul li:hover .icon:before {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}
.abmore{
	position:relative;
	z-index:3333;
}
.abmore a:hover{
	    border: 1px solid #015498;
}
.abmore a {
	transition:0.2s ease all;
    display: block;
    width: 150px;
    height: 42px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #c7c7c7;
    border-radius: 30px;
    margin: auto;
    margin-top: 35px;
}

.abmore a img {
    margin-right: 10px;
    margin-top: -2px;
}

.cj {
    width: 100%;
    overflow: hidden;
}

.left_cj {
    width: 49%;
    float: left;
    background: url(../Images/injob.png) top center no-repeat;
    height: 505px;
    padding-left: 17.4%;
    padding-right: 3.125%;
}

.right_cj {
    width: 51%;
    float: left;
    background: url(../Images/incon.png) top center no-repeat;
    height: 505px;
    padding-right: 17.4%;
    padding-left: 3.125%;
}

.cjtitle {
    font-size: 24px;
    font-weight: bold;
    color: #f7f7f7;
    padding-top: 130px;
}

.cjtitles {
    font-size: 16px;
    color: #f7f7f7;
    margin-top: 20px;
}

.cjcon {
    font-size: 14px;
    color: #f7f7f7;
    line-height: 25px;
    margin-top: 10px;
}

.cjmore a {
    display: block;
    width: 155px;
    height: 42px;
    border: 1px solid #fff;
    border-radius: 30px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    margin-top: 35px;
}

.cjmore a img {
    margin-left: 10px;
    transition: all 0.6s;
}
.cjmore a:hover img{
    margin-left: 15px;
}

.feedback {
    width: 100%;
    overflow: hidden;
    padding-top: 70px;
    background: #f8f8f8;
    

}

.fdtitle {
    text-align: center;
    font-weight: bold;
    color: #0f89dd;
    font-size: 30px;
}

.fdtitles {
    text-align: center;
}

.feedback form {
    max-width: 640px;
    margin: auto;
    margin-top: 40px;
}

.feedback form input[type=text] {
    width: 80%;
    height: 55px;
    background: center;
    border: 1px solid #dcdcdc;
    float: left;
    outline: none;
    border-right: none;
    padding-left: 30px;
}

.feedback form input[type=submit] {
    width: 20%;
    height: 55px;
    float: left;
    color: #fff;
    background: #005497;
    border: none;
    outline: none;
}

.foot {
    width: 100%;
    overflow: hidden;
    background: #1e1b2e;
    padding-top: 70px;
    padding-bottom: 85px;
    border-bottom: 1px solid #474459;
}

.foots {
    max-width: 1425px;
    margin: auto;
}

.left_foot {
    width: 21%;
    float: left;
    border-right: 1px solid #474459;
    height: 205px;
}

.saoma {
	
	text-align:center;
    overflow: hidden;
    margin-top: 5px;
}

.sm {
    width: 35%;
    background: #fff;
    float: left;
    padding-top: 6px;
    text-align: center;
}

.sm p {
    font-size: 14px;
    color: #fff;
    margin-top: 2px;
    padding-top: 6px;
    line-height: unset;
    padding-bottom: 6px;
    background: #343144;
}


.flist {
    float: left;
    margin-left: 9.5%;
}

.ftitle {
    font-size: 16px;
    color: #fff;
    margin-bottom: 15px;
}

.flist ul {
    margin-bottom: 0;
}

.flist ul li a {
    font-size: 14px;
    color: #c1c1c1;
}

.flist ul li {
    margin-bottom: 10px;
}

.mid_foot {
    width: 55.5%;
    float: left;
    border-right: 1px solid #474459;
    height: 205px;
}

.right_foot {
    width: 19.5%;
    float: right;
}

.fel span {
    font-family: "Myriad Pro";
    font-size: 28px;
    color: #fff;
    margin-left: 5px;
}

.fel img {
    margin-top: -15px;
}

.fcontacts {
    font-size: 14px;
    color: #c1c1c1;
    margin-top: 10px;
}

.share span {
    font-size: 14px;
    color: #fff;
}

.share {
    margin-top: 20px;
}

.share a {
    margin-left: 5px;
    padding: 0 !important;
    float: none !important;
    padding-left: 0 !important;
    background: none !important;
}

.copy { width: 100%;overflow: hidden;  background: #1e1b2e; line-height: 85px;}
.copys { max-width: 1425px;  margin: auto;}
.left_copy { float: left;}
.left_copy span { font-size: 14px; color: #fff; margin-left: 20px;}
.left_copy a { font-size: 14px; color: #fff; margin-left: 15px;}
.right_copy {float: right;}
.right_copy a { font-size: 14px;color: #c7c7c7;margin-left: 5px;}

 
/*搜索产品列表 statr  */
/**
 * 面包屑导航
 */
.page-current{
  background: #f2f2f2;
  color: #262626;
  /*padding: 25px 0;*/
}

.page-current a{
  display: inline-block;
  color: #262626;
  display: inline-block;
  padding: 20px 0;
}

 .blue{color: #f6ab00}
.pro_information .tab2{}
.pro_information .tab2{padding-top:5px;}
.pro_information .tab2 dt{border-bottom: 1px solid #ddd;}
.pro_information .tab2 dt a{padding:32px;padding-top:0px;font-size: 22px;color: #333;display: inline-block;}
.pro_information .tab2 dt a:hover{border-bottom: 2px solid #0b4da2;}
.pro_information .tab2 dt a.on{border-bottom: 2px solid #0b4da2;}
.pro_information .tab2 dd{padding-top: 24px;padding-bottom: 24px;}
.pro_information .tab2 dd{float: none;padding-bottom: 30px; overflow:hidden;display: -ms-flexbox;display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;}
.pro_information .tab2 dd:after{content:"";display: block;clear: both;}
.pro_information .tab2 dd .scale_a {border:1px solid #f0f0f0;text-align:center;}
.pro_information .tab2 dd img{max-width:100%; height:200px;}
.pro_information .tab2 dd .li_r{margin-left:5%;}
.pro_information .tab2 dd .li_r .li_r_up{  padding: 20px 0; border-bottom: 1px solid #ddd;}
.pro_information .tab2 dd .li_r .li_r_up:after{content:"";display: block;clear: both;}
.pro_information .tab2 dd .li_r .li_r_up h5{float: left;font-size: 18px;color:#333;font-weight: 600;}
.pro_information .tab2 dd .li_r .li_r_up .time{float: right;font-size: 14px;}
.pro_information .tab2 dd .li_r .li_r_down{margin-top: 20px;line-height: 26px;font-size: 16px;clear:both;}
.pro_information .tab2 dd .imore:hover{ background-color: #005497; border: 1px solid #005497; color: #fff;}
.pro_information .tab2 dd .imore{ margin-left: 30px; width:100px; padding-left:20px; height:32px; line-height:32px; background:url(../images/pic.png) #fff 90px center no-repeat; display:block; font-size:14px; color:#666; border:1px solid #ccc;border-radius:30px; cursor:pointer; margin-top:15px;}


.mobile-inner-header {
    background-color: rgba(255, 255, 255, 0.95);
    width: 100%;
    height: 60px;
    display: none;
    line-height: 60px;
    text-align: left;
    color: #333;
    font-weight: bold;
    font-size: 22px;
    padding-left: 15px;
    position: fixed;
    top: 0;
    z-index: 99999999;
}

.mobile-inner-header-icon {
    color: #ffffff;
    height: 60px;
    font-size: 25px;
    text-align: center;
    float: right;
    width: 60px;
    position: relative;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
    outline: none;
}

.mobile-inner-header-icon:hover {
    background-color: rgba(255, 255, 255, 0.2);
    cursor: pointer;
}

.mobile-inner-header-icon span {
    position: absolute;
    left: calc((100% - 25px) / 2);
    top: calc((100% - 1px) / 2);
    width: 25px;
    height: 1px;
    background-color: rgba(51, 51, 51, 1);
}

.mobile-inner-header img {
    height: 55%;
}

.mobile-inner-header-icon span:nth-child(1) {
    transform: translateY(4px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(2) {
    transform: translateY(-4px) rotate(0deg);
}

.mobile-inner-header-icon-click span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickfirst;
}

.mobile-inner-header-icon-click span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clicksecond;
}

@keyframes clickfirst {
    0% {
        transform: translateY(4px) rotate(0deg);
    }
    100% {
        transform: translateY(0) rotate(45deg);
    }
}

@keyframes clicksecond {
    0% {
        transform: translateY(-4px) rotate(0deg);
    }
    100% {
        transform: translateY(0) rotate(-45deg);
    }
}

.mobile-inner-header-icon-out span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
}

.mobile-inner-header-icon-out span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
}

@keyframes outfirst {
    0% {
        transform: translateY(0) rotate(-45deg);
    }
    100% {
        transform: translateY(-4px) rotate(0deg);
    }
}

@keyframes outsecond {
    0% {
        transform: translateY(0) rotate(45deg);
    }
    100% {
        transform: translateY(4px) rotate(0deg);
    }
}

.mobile-inner-nav {
    background-color: rgba(255, 255, 255, 0.95);
    width: 50%;
    position: fixed;
    top: 60px;
    left: 0;
    padding-top: 0px;
    padding-bottom: 0px;
    z-index: 9999999999;
	display:none;
	height:100%;
}



.mobile-inner-nav a {
    display: inline-block;
    line-height: 50px;
    text-decoration: none;
    width: 80%;
    margin-left: 10%;
    color: #333;
    border-bottom: solid 1px rgba(51, 51, 51, 0.3);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 300;
}
.mobile-inner-nav a:last-child{
	border-bottom:none;
}
.mobile-inner-nav a:hover {
    color: #0873c3;
    
}

._head ._title {
    font-size: 26px;
    font-weight: bold;
    color: #464646;
    margin-bottom: 10px;
}

._tools {
    font-size: 0;
    color: #7e7e7e;
    margin-bottom: 15px;
    margin-top: 15px;
}

._tools ._tool {
    font-size: 12px;
    margin-right: 10px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}

._tools .ion {
    font-size: 18px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    vertical-align: -2px;
}

._tools b {
    font-weight: normal;
}

._tools #switcher {
    margin-left: 10px;
}

._tools #switcher ._title {
    margin-right: 5px;
    font-size: 12px;
    color: #7e7e7e;
}

._tools #switcher .ion {
    font-size: 15px;
}

._tools .bds_more {
    float: none;
    background: none;
    padding: 0;
}

.newscenter-detail {
    width: 66.8%;
    float: left;
}

.n_right {
    width: 30%;
    float: right;
    padding-top: 17px;
}

.innnernew {
    max-width: 1200px;
    margin: auto;
}

._back .ion {
    display: block;
    position: absolute;
    top: 0;
    right: 20px;
    font-size: 20px;
}

._back a,
._back .ion {
    color: #434343;
}

._back a {
    display: block;
    position: relative;
    width: 55%;
    height: 51px;
    padding-left: 20px;
    border: #F0EFEF 1px solid;
    font-size: 20px;
    line-height: 51px;
}

._detailPage_bottom li span,
._detailPage_bottom li a {
    display: block;
}

._detailPage_bottom {
    margin-top: 50px;
}

._detailPage_bottom ul {
    padding: 14px 0;
}

._detailPage_bottom li {
    position: relative;
    padding-bottom: 40px;
}

._detailPage_bottom li:after {
    content: '';
    position: absolute;
    top: 15px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #e2e2e2;
    overflow: hidden;
}

._db ._mark {
    color: #006d86;
}


/*
 ._detailPage_bottom a:hover ._mark { color:#572b22; }*/

._detailPage_bottom ._mark {
    display: inline-block;
    background-color: #fff;
    padding-right: 8px;
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    z-index: 10;
}

._detailPage_bottom ._date {
    height: 30px;
    line-height: 30px;
    margin-bottom: 7px;
    font-family: Arial;
    font-size: 13px;
    color: #676767;
}

._detailPage_bottom ._date .ion {
    font-size: 20px;
    height: 30px;
    vertical-align: -2px;
    margin-left: 0;
}

._detailPage_bottom a:hover ._title {
    color: #572b22;
}

._detailPage_bottom ._title {
    padding-left: 5px;
    font-size: 18px;
    font-weight: bold;
    color: #5c5c5c;
    line-height: 1.5em;
    font-weight: normal;
}

._detailPage_bottom2 ._mark {
    padding-bottom: 8px;
    font-size: 18px;
    font-weight: bold;
}

._detailPage_bottom2 li {
    position: relative;
    line-height: 28px;
    padding-left: 13px;
}

._detailPage_bottom2 li:after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -4px;
    left: 0px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 4px;
    border-color: transparent transparent transparent #9a9a9a;
    border-style: dashed dashed dashed solid;
}

._detailPage_bottom2 li:hover:after {
    border-color: transparent transparent transparent #572b22;
}

._detailPage_bottom2 li ._title,
._detailPage_bottom2 ._date {
    color: #000;
}

._detailPage_bottom2 li:hover ._title,
._detailPage_bottom2 li:hover ._date {
    color: #572b22;
}

._detailPage_bottom2 li ._title {
    font-size: 13px;
    font-weight: normal;
    height: 28px;
    line-height: 28px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

._detailPage_bottom2 ._date {
    position: absolute;
    right: 0;
    top: 0;
}
.proDeTop{
    background: url(../Images/prode-back.jpg) no-repeat top center;
    padding: 68px 0 74px;
    background-size: cover;
}
.proDeTop .Info{
    width: 41.6667%;
    float: left;
    padding-top: 40px;
}
.proDeTop .Info .tit{
    font-size: 42px;
    color: #333333;
    line-height: 45px;
}
.proDeTop .Info .sub{
    font-size: 16px;
    color: #555555;
    line-height: 30px;
    margin-top: 34px;
}
.proDeTop .Pic{ 
    width: 50%;
    float: right;
}
.proDeTab{
    padding: 0px 0 80px;
    margin-top: -110px;
    background: #fff;
}
.proDeTab .container{
    max-width: 1380px;
}
.proDeTab:nth-of-type(2n+2){
    background: #f9f9f9;
    
}
.proDeTab .top-tit{
    text-align: center;
    font-size: 42px;
    line-height: 45px;
    color: #333333;
}
.proDeTab .top-line{
    width: 36px;
    height: 3px;
    background: #31a138;
    margin: 26px auto 0;
}
.proDeTab .content{
    margin-top: 52px;
    font-size: 15px;
    line-height: 28px;
    color: #333;
    overflow: hidden;
}
.proDeTab .content table{
    border: 1px solid #fff;
    width: 100%;
}
.proDeTab .content table tr{
    border: 1px solid #fff;
}
.proDeTab .content table td{
    border: 1px solid #fff;
    background: #cee7ff;
    height: 64px;
	padding:0px 2%;
}
.proDeTab .content table td:nth-child(1){
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: #333333;
}
.proDeTab .content table td:nth-child(2),
.proDeTab .content table td:last-child{
    background: #e8f1fa;
    font-size: 16px;
    padding-left: 42px;
    text-align: left;
    font-weight: normal;
}
.proDeTab .content table tr:nth-of-type(2n+2) td:nth-child(2),
.proDeTab .content table tr:nth-of-type(2n+2) td:last-child{
    background: #f2f8fd;
}
.sub-main-cont{
    width: 100%;
    max-width: 1200px;
    margin: auto;
    min-height: 500px;
}
.case{
    padding: 85px 0 100px;
}
.case-list{
    margin-bottom: 20px;
    background: #f1f2f2;
    overflow: hidden;
    transition: all 0.8s ease;

}
.case-list:nth-child(2n+1):hover{
   /* background: -moz-linear-gradient(left, #0079d1 30%, #009cd3 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(30%, #0079d1), color-stop(100%, #009cd3));
    background: -webkit-linear-gradient(right, #0079d1 30%, #009cd3 100%);
    background: -o-linear-gradient(right, #0079d1 30%, #009cd3 100%);
    background: -ms-linear-gradient(right, #0079d1 30%, #009cd3 100%);
    background: linear-gradient(to right, #0079d1 30%, #009cd3 100%);*/
    background:#015498;
}
.case-list:nth-child(2n):hover{
    /*background: -moz-linear-gradient(left, #0079d1 0%, #009cd3 70%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #0079d1), color-stop(70%, #009cd3));
    background: -webkit-linear-gradient(right, #0079d1 0%, #009cd3 70%);
    background: -o-linear-gradient(right, #0079d1 0%, #009cd3 70%);
    background: -ms-linear-gradient(right, #0079d1 0%, #009cd3 70%);
    background: linear-gradient(to right, #0079d1 0%, #009cd3 70%);*/
    background:#015498;
}
.case-list:hover .Info .cont,
.case-list:hover .Info .cont span,
.case-list:hover .Info .tit{
    color: #fff !important;
}
.case-list:hover .Info .line{
    background: #fff;
}
.case-list .Pic{
    width: 30%;
    float: left;
}
.case-list:nth-of-type(2n+2) .Pic{
    float: right;
}
.case-list .Pic img{
    display: block;
    width: 100%;
}
.case-list .Info{
    width: 50%;
    float: left;
    margin-left: 40px;
    padding-top: 30px;
}
.case-list .Info .tit{
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    line-height: 28px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.case-list .Info .cont{
    font-size: 15px;
    color: #666666;
    line-height: 30px;
    overflow-y: auto;
}
.case-list .Info .line{
    width: 36px;
    height: 3px;
    background: #005497;
    margin: 18px 0 24px;
}
.case-list .Info .cont .mc{
    color: #1766b2;
    font-size: 16px;
    margin-bottom: 8px;
}
.item{
    transition: all 0.6s;
}
.banner_tip{
    position: absolute;
    left: 15.4%;
}
.banner_title{
    font-size: 46px;
    color: #fff;
    position: absolute;
    left: 15.4%;
    top:26%;
}
.banner_titles{
font-size: 30px;
    color: #fff;
    font-weight: 300;
    position: absolute;
    left: 15.4%;
    top: 35%;
}
 .nav li:hover .slidBox {
         height: auto;
         display: block;
     }
      .slidBox {
         position: fixed;
         left: 0;
         right: 0;
         width: 100%;
          height: 0; 
         min-width: 1024px;
          overflow: hidden; 
         z-index: 999999999999999;
         margin: 0 auto;
         padding: 0;
         transition: all .5s ease;
         background: #f2f2f2;
         box-shadow: 0 2px 5px rgba(0, 0, 0, 0.075);
          display: none; 
          top: 103px;
     }
      .slidBox .ej_neirong {
         display: flex;
         flex-wrap: wrap;
         flex-direction: row;
         width: 94%;
         margin: 0px auto;
     }
      .slidBox .ej_neirong .left_con {
         width: 75%;
         padding: 60px 0px;
         display: flex;
         flex-wrap: wrap;
         justify-content: space-between;
         flex-direction: row;
     }
      .slidBox .ej_neirong .right_con {
         width: 25%;
         display: flex;
     }
      .ej_neirong .left_con .nav_infor {
         width: 60%;
     }
      .ej_neirong .left_con .nav_infor .t {
         font-size: 30px;
         color: #333;
         font-weight: normal;
         line-height: 30px;
         margin-bottom: 30px;
     }
      .ej_neirong .left_con .nav_infor .c {
         font-size: 14px;
         color: #666;
         line-height: 25px;
         display: -webkit-box;
         overflow: hidden;
         -webkit-line-clamp: 2;
         -webkit-box-orient: vertical;
         text-overflow: ellipsis;
         margin-bottom: 17px;
     }
      .ej_neirong .left_con .nav_img {
         width: 33%;
     }
      .ej_neirong .left_con .nav_img .oneimg {
         position: relative;
         display: block;
         width: 100%;
         height: 0;
         overflow: hidden;
         padding-bottom: 70%;
     }
      .ej_neirong .left_con .nav_img .oneimg .img100 {
         position: absolute;
         top: 50%;
         left: 50%;
         transform: translate(-50%, -50%) scale(1);
         width: 100%;
         height: auto;
         transition: all 0.8s ease .1s;
     }
      .right_con .r_infor {
         padding-left: 10%;
         width: 100%;
         padding-top: 60px;
     }
      .r_infor dt {
	
         font-size: 16px;
         font-weight: normal;
         color: #fff;
         line-height: 28px;
         margin-bottom: 24px;
     }
      .r_infor dd {
         font-size: 16px;
         color: #fff;
         line-height: 36px;
     }
      .nav ul li .r_infor dd a {
         color: #fff;
     }
      .nav li .slidBox .slidBox_con {
         width: 100%;
         background: url(../Images/dhh.jpg) #fbfbfb no-repeat center;
         overflow: hidden;
          display: none; 
     }
      .nav li .slidBox .slidBox_con .slidBox_con_w {
         width: 100vw;
     }
      .nav li:hover .slidBox .slidBox_con {
         display: block;
         overflow: hidden;
     }
      .leftBox {
         position: relative;
         width: 19%;
         margin-right: 8%;
         height: auto;
         float: left;
         text-align: right;
         overflow: hidden;
         display: none;
     }
      .navSbox {
         position: relative;
         width: 100%;
         height: auto;
         overflow: hidden;
         white-space: nowrap;
         margin: 0 auto;
         padding: 0;
     }
      .navSli {
         width: 33.33%;
         float: left;
         padding-right: 5%;
         line-height: 1.4;
     }
      .navSlink {
         display: block;
         position: relative;
         padding: 10px 0;
         border-bottom: 1px solid #e4e4e4;
         -webkit-transition: padding 250ms cubic-bezier(.25, .46, .45, .94);
         transition: padding 250ms cubic-bezier(.25, .46, .45, .94);
     }
      .navSlink span {
         display: block;
         font-size: 14px;
         color: #333;
     }
      .navSlink span.en {
         margin-bottom: 8px;
         text-transform: uppercase;
         display: none;
     }
      .navSlink span.cn {
         letter-spacing: 1px;
     }
      .navSlink:after {
         content: '';
         width: 0%;
         height: 1px;
         background: #999;
         position: absolute;
         bottom: -1px;
         left: 0;
         -webkit-transition: width 250ms cubic-bezier(.25, .46, .45, .94);
         transition: width 250ms cubic-bezier(.25, .46, .45, .94);
     }
      .navSlink:before {
         content: '';
         width: 12px;
         height: 12px;
         position: absolute;
         filter: grayscale(1);
         top: 50%;
         right: 0;
         margin-top: -6px;
         background-image: url(../Images/rbqbhf90ubkednvlaaaaahcpuzu641.png);
         background-position: center;
         background-repeat: no-repeat;
         background-size: cover;
         -webkit-transition: right 250ms cubic-bezier(.25, .46, .45, .94);
         transition: right 250ms cubic-bezier(.25, .46, .45, .94);
     }
      .navSlink:hover:before {
         background-image: url(../Images/rbqbhf90ubmerw51aaaaab2cgqw228.png);
         right: 12px;
     }
      .navSlink:hover:after {
         width: 100%;
     }
      .navSlink:hover {
         padding-left: 0px;
     }
.myPhone{
position: absolute;
    top: 93px;
    width: 294px;
    overflow: hidden;
    transform: translate(0,0);
    display: none;
    transition: transform 500ms, opacity 500ms 100ms, left 0s 0s;
    transform: translate(0,10px);
    right: 8%;
    line-height: initial;
    z-index: 10;
}

.tel-bar {
    display: inline-block;
    background: #005497;
    color: #fff;
    padding: 2em 3em;
    text-align: center;
    box-sizing: border-box;
}

.tel-bar img {
    width: 4em;
    margin-bottom: 1em;
}

.tel-bar .tel-link {
    font-size: 2em;
    display: block;
    color: #fff!important;
}
.tel-bar p {
    display: inline-block;
    font-size: 0.9em;
    padding: 0.5em;
    line-height: 1;
    margin: auto;
    /* background-color: #34B7FB; */
}
.n_container{overflow: hidden;}
.n_fazhan .fl01{padding: 3.875rem 0 0; margin-bottom:4rem;overflow: hidden;}
.n_fazhan .fl01 ul li h2{ font-size:21.625rem; color:#eaecf0; text-align:center; font-family:Futura Md BT; font-weight:bold}
.n_fazhan .fl01 ul li p{ font-size:1.7rem; color:#3e3e3e; text-align:center; line-height:2.375rem}
.n_fazhan .fl01 .tit{position: absolute;top: 0;height: 30.625rem;z-index:100;}
.n_fazhan .fl01 .tit h3{ font-size:2rem; color:#131313; font-weight:bold; margin-bottom:0.5rem}
.n_fazhan .fl01 .tit h3 font{ color:#104fa2}
.n_fazhan .fl01 .tit h6{ font-size:0.875rem; color:#104fa2; text-transform:uppercase}

.n_fazhan .fl02{ position:relative; padding-bottom:8.125rem; background:url(../Images/n_fazhan_fl02_bg.jpg) center bottom no-repeat}
.n_fazhan .fl02 .layui-container,.n_fazhan .fl02 .layui-col-xs12,.n_fazhan .fl02 ul{ position:static}
.n_fazhan .fl02 .miso-prev, .n_fazhan .fl02 .miso-next{width:44px;height:44px;top: -17px;position: absolute;border: none;outline: none;font-size: 0}
.n_fazhan .fl02 .miso-prev{background:url(../Images/left03.png) center no-repeat;left: 4rem; transition:0.6s}
.n_fazhan .fl02 .miso-next{background:url(../Images/right03.png) center no-repeat;right: 4rem; transition:0.6s}
.n_fazhan .fl02 .miso-prev:hover{background:url(../Images/left03_on.png) center no-repeat;}
.n_fazhan .fl02 .miso-next:hover{background:url(../Images/right03_on.png) center no-repeat;}
.n_fazhan .fl02:before{content:"";position:absolute;top: 4.5px;left:0;width:100%;border-top:#d4d4d4 1px solid;}
.n_fazhan .fl02 ul .miso-list{}
.n_fazhan .fl02 ul li{ text-align:center; position:relative}
.n_fazhan .fl02 ul li:before{content:"";position:absolute;top: 5px;width:0;height:1px;background:#f28e15;left: 50%; transition:1s cubic-bezier(0.7, 0, 0.3, 1)}
.n_fazhan .fl02 ul li .dot{width: 11px;height: 11px;position:absolute;top: 0;left: 50%;margin-left: -5.5px;}
.n_fazhan .fl02 ul li .dot:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background: #959697;border-radius:50%; transition:0.6s}
.n_fazhan .fl02 ul li .dot:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background: #fff;border-radius:50%;border: #f28e15 3px solid;transform: scale(0); transition:0.6s}
.n_fazhan .fl02 ul li h3{font-size:2.5rem;color:#4d4e4e;margin-top:2.375rem; margin-bottom:2.5rem}
.n_fazhan .fl02 ul li .wenzi{ display:inline-block; width:7.25rem; height:7.25rem; position:relative}
.n_fazhan .fl02 ul li .wenzi:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius: 50%;}
.n_fazhan .fl02 ul li .wenzi01:before{background: rgba(242, 142, 21, 0.15);}
.n_fazhan .fl02 ul li .wenzi02:before{background: rgba(16, 79, 162, 0.15);}
.n_fazhan .fl02 ul li .wenzi .top{width:4.125rem;height:4.125rem;border-radius:50%;left:50%;top:50%;margin-left:-2.0625rem;margin-top:-2.0625rem;position: absolute;}
.n_fazhan .fl02 ul li .wenzi .top:before{content:"";position:absolute;border-right: transparent 7px solid;border-left: transparent 7px solid;top: -9px;left: 50%;margin-left: -7px;}
.n_fazhan .fl02 ul li .wenzi01 .top:before{ border-bottom:#f28e15 10px solid}
.n_fazhan .fl02 ul li .wenzi02 .top:before{ border-bottom:#104fa2 10px solid}
.n_fazhan .fl02 ul li .wenzi01 .top{ background:#f28e15}
.n_fazhan .fl02 ul li .wenzi02 .top{ background:#104fa2}
.n_fazhan .fl02 ul li .wenzi span{ font-size:1.2rem; color:#fff; position:relative; z-index:10}

.n_fazhan .fl02 ul li.miso-current .dot:before{ transform: scale(0);}
.n_fazhan .fl02 ul li.miso-current .dot:after{ transform: scale(1);}
.n_fazhan .fl02 ul li.miso-current h3{ color:#f28e15; font-weight:bold}
.n_fazhan .fl02 ul li.miso-current:before{width:100%;}
.miso-initialized .miso-slide {
    display: block;
}
.miso-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
    outline: none;
}
.layui-container {
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
    max-width: 1310px;
}
.n_fazhan .fl02 ul li .wenzi .table{
    margin-bottom: 0;
    margin-top: 25px;
}
.n_lianxi .txt1{  padding-bottom:75px; background:#f0f2f3;padding-top:75px;/*display: none;*/}
.n_lianxi .txt1 .m{background:url(../Images/n_lianxi_bg.png) left center no-repeat; padding-left:680px; padding-top:55px; height:311px; }
.n_lianxi .tt{ color:#323339; font-size:22px; font-weight:600; padding-bottom:20px; background:url(../Images/n_lianxi_tt.png) left bottom no-repeat; margin-bottom:30px;}
.n_lianxi .txt1 p{ font-size:14px; color:#757576; line-height:30px;}
.n_lianxi .txt1 p img{ margin-left:0px;}
.n_lianxi .hd_box{}
.n_lianxi .hd_box ul li{ width:100%; height:114px; text-align:center; color:#323339; font-size:15px; font-weight:100; background:#ebedf1; box-sizing:border-box; cursor:pointer;line-height: 110px;margin-bottom: 5px;}
.n_lianxi .hd_box ul li span{ font-size:12px; color:#adaeb1; font-family:arial; text-transform:uppercase; font-weight:100; display:block; padding-top:9px;display: none;}
.n_lianxi .hd_box ul li:hover,.n_lianxi .hd_box ul li.active{ color:#fff; background:#015498; font-weight:600;}
.n_lianxi .hd_box ul li:hover span,.n_lianxi .hd_box ul li.active span{ color:#fff;}
.n_lianxi .hd_box ul li.on{ color:#fff; background:#005497;font-weight:600;}
.n_lianxi .hd_box ul li.on span{ color:#fff;}
.n_lianxi .hd_Scroll{ position:relative;float: left;width: 26%;}
.n_lianxi .hd_Scroll .sPrev,.n_lianxi .hd_Scroll .sNext{ position:absolute; top:47px;}
.n_lianxi .hd_Scroll .sPrev{ left:-50px;}
.n_lianxi .hd_Scroll .sNext{ right:-50px;}
.n_lianxi .bd{border:1px solid #d9d9d9;float: right;width: 100%;}
.n_lianxi .bd .txt{ height:166px; padding:40px 20px;}
.n_lianxi .bd .txt h5{ font-weight: 600;
    color: #323339;
    font-size: 18px;
    line-height: 90px;
    float: left;
    width: 50%;
    border-right: 1px solid #e7e7e7;
    margin-right: 47px;
    text-align: center;}
.n_lianxi .bd .txt .mid{ font-size:14px; color:#757576; line-height:24px; margin-top:8px;}
.n_lianxi .bd .txt .n_ewm{ float:left; margin-left:40px; float:right;}
.n_lianxi .bd .txt .n_ewm img{ width:98px; height:98px;}
.n_lianxi .bd .txt .n_ewm span{ width:13px; display:inline-block; float:left; font-size:12px; color:#a4a4a4; margin-top:22px; margin-right:12px;}
.m {
    width: 1200px;
    margin: 0 auto;
    display: block;
    overflow: hidden;
    margin-top: 40px;
}

.news_lists>ul>li{padding:40px 26px 25px 20px;overflow: hidden;}
.news_lists>ul>li:hover .know_detail .txt{color: #fff;}
/*g5*/
.news_lists>ul>li:hover{-webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);}
.news_lists>ul>li:hover .know_detail:after{border-right: 7px solid #fff}
.news_lists>ul>li:hover .tit{color: #005497;}
.news_lists>ul>li a{display: block;overflow: hidden;border: none;}
.news_lists>ul>li a:hover{color:#555;box-shadow: none;}
.news_lists>ul>li:hover a{box-shadow: none;}
.news_lists .date {width: 10.6%;margin-right: 27px;float: left;text-align: right;}
.news_lists .date .year{font-size: 13px;}
.news_lists .date .month{font-size: 32px;}
.news_lists .infor{width: 87%;float: left;margin-top: -5px;}
.news_lists .infor .tit{font-size: 22px;color: #070707;margin-bottom: 10px;}
.news_lists .infor .con{color: #767474;margin-bottom: 20px;line-height: 2;height: 52px;overflow: hidden;}
.news_lists .know_detail{width: 140px;height: 40px;border: 1px solid #E7E9EA;position: relative;text-align: center;}
.news_lists .know_detail .txt{display: block;margin-top: 10px;color: #444647;}
.news_lists .know_detail:after{content: '';width: 0px;height: 0px;position: absolute;top: 50%;margin-top: -4px;left: 28px;border-right: 7px solid #B3C9CB;border-top: 4px solid transparent;border-bottom: 4px solid transparent;}
.news_lists>ul>li:hover .know_detail{background: #005497;transition: all 0.8s ease;border-color: transparent;}
.news_lists .know_detail{transition: all 0.8s ease;}
.nav .nav_layer02 { display:none; width:467px; position:absolute; left:0; top:79%; background:#f4f4f4;height: 300px; }
.nav .nav_layer02 ul { width:27%; float:left;background-image: linear-gradient(#0079d1, #009cd3);height: 100%;}
.nav .nav_layer02 li { padding:5px 0;float: none;}
.nav .nav_layer02 li a { display:block;line-height:1.5;padding:5px 0;text-align:center;color:#fff!important;font-size: 14px;}
.no_click_1{
	color:#015498!important;
}
.nav .nav_layer02 li a:hover { color:#ffffff; background:#f6ab00;}
.nav .nav_layer02 .nav_img { width:59%; float:left; padding:24px 0 10px;margin-left: 29px;}
.nav .nav_layer02 .nav_img img { width:100%; height:auto; display:block;line-height: normal;}
.nav .nav_layer02 .nav_title { margin-top: 19px;color:#6d6d6d;}
.nav .nav_layer02 .nav_title .txt{ font-size:13px;line-height:1.8;height: 96px;overflow: hidden;}
.nav .nav_layer02 ul{width: 24.95%;}
.i_layer .nav_img_li{display: none;}
.i_layer .nav_img_li.cur{display: block;}
.nav .nav_layer02 .nav_img_ul{width: 100%;background: none;height: auto;}
.insidepronav{
    position: absolute;
    width: 100%;
    top:300px;
    left: 0;
    text-align: center;
}
.insidepronav a{
    display: inline-block;
    width: 10%;
}
.insidepronav a img{
    width: 60%;
}
 .product_banner{position: relative;height:452px;overflow: hidden;background: url("../Images/image_14.jpg") no-repeat center;}
 .product_onbanner{position: absolute;width: 100%;height: 100%;}
 .product_onbanner .title_area{text-align: center}
 .product_onbanner .title_area .title{font-size: 32px;color: #ffffff;padding-top: 95px;padding-bottom: 10px;}
 .product_onbanner .title_area .dec{font-size: 14px;color: #ffffff;padding-bottom: 52px;}
 .product_onbanner .pro_ion{display: inline-block;width: 90px;height: 75px;}
 .product_onbanner .pro_type_li{text-align: center}
 .product_onbanner .pro_type_li a{display:block;}
 .product_onbanner .ico_box{width: 135px;height: 135px;line-height:135px;display: inline-block;border-radius: 50%;transition: 0.5s all ease;position: relative;z-index: 2;border: 1px solid #fff;}
 .product_onbanner .txt_box{color: #ffffff;font-size: 16px;}
 .product_onbanner .pic_area{margin-bottom: 30px;}
 .product_onbanner .pro_ion1{background-position:0 0}
 .product_onbanner .pro_ion2{background-position:-90px 0}
 .product_onbanner .pro_ion3{background-position:-180px 0}
 .product_onbanner .pro_ion4{background-position:-270px 0}
 .product_onbanner .pro_ion5{background-position:-360px 0}
 .product_onbanner .pro_ion6{background-position:-450px 0}
 .product_onbanner .pro_type_li:hover .pro_ion{background-position-y: -75px;}
 .product_onbanner .pro_type_li:hover .ico_box{background: #ffffff;}
 .product_onbanner .pro_type_li:hover .txt_area .txt_box{font-weight: bold;}
 .product_onbanner .pro_type_li.hover .ico_box:before{content: "";display: inline-block;position: absolute;width: 137px;height: 158px;top: -1px;background: url("../Images/product_ck.png");left: -1px; z-index:0;}
 .product_pt1 .title{font-size: 32px; color: #353636;padding:40px 0 30px 0}
 .product_pt1 .list_li{margin-bottom: 34px;}
 .product_pt1 .list_li:hover .txt_area{background: url("../Images/pl_bac_03.jpg") no-repeat;background-size: cover}
 .product_pt1 .list_li:hover .dec{color: #fff}
 .product_pt1 .list_li:hover .title{color: #fff}
/* .product_pt1 .list_li img{transition: 0.3s all ease;}*/
 .product_pt1 .list_li:hover img{transform: scale(1.2,1.2)}
 .product_pt1 .txt_area{text-align: center;height: 67px;background: #EBF4F6}
 .product_pt1 .txt_area .title{font-size: 16px;padding: 16px 0 8px 0;transition: 0.3s all ease}
 .product_pt1 .txt_area .dec{font-size: 13px;color: #707070;padding-bottom: 20px;transition: 0.5s all ease}
 .product_pt2 .title_area{color: #353636;text-align: center;transition: 0.3s all ease;height: 196px;}
 .product_pt2 .dec_area{height: 196px;position: relative;}
 .product_pt2 .dec_area .replace_box{padding: 40px 40px 0 40px;font-size: 14px}
.rect-49{padding-bottom: 49%;}
 .product_pt2 .title{font-size: 32px;padding-top: 30px;padding-bottom: 20px;}
 .product_pt2 .dec{font-size: 14px;transition: 0.5s all ease}
 .product_pt2 .title_box{padding-top: 46px;padding-left: 43px;text-align: left;}
 .product_pt2 .title_box .en_title:after{content: "";position: absolute;bottom:3px;left: 0;width: 41px;height: 1px;background: #006D86}
 .product_pt2 .title_box .title{font-size: 18px;color: #464646;padding:0;transition: 0.3s all ease;font-weight:bold;}
 .product_pt2 .title_box .en_title{font-size: 14px;color: #848383;padding: 0 0 26px 0;position: relative;transition: 0.3s all ease}
 .product_pt2 .title_ico{display: inline-block;width: 60px;height: 72px;background: url("../Images/product_ico2.png");transition: all 0.5s ease;}
 .product_pt2 .list_li .dec_box{width: 100%;height: 100%;position: absolute;top: 100%;}


 .product_pt2 .list_li .dec_box .neirong_box{padding: 40px 40px 0 40px;}
 .product_pt2 .list_li:hover .title_area{background: #DBEBEF}
 .product_pt2 .list_li:hover .title{color: #006d86}
 .product_pt2 .list_li:hover .en_title{color: #006d86}
 .product_pt2 .list_li:hover .title_ico{background-position-y:-72px;transform: rotateY(180deg);transition: all 0.8s ease}
 .product_pt2 .list_li:hover .dec_box{background: url("../Images/pro_bac_07.jpg") no-repeat;background-size: cover;top: 0;transition: all .8s ease;}
 .product_pt2 .list_li:hover .replace_box{color: #fff;padding: 0;height: 0;}

 .product_pt2 .list_li:hover .dec{color: #ffffff}
 .product_pt2 .list_li .title_ico1{background-position: 0 0}
 .product_pt2 .list_li .title_ico2{background-position: -60px 0}
 .product_pt2 .list_li .title_ico3{background-position: -120px 0}
 .row>.span-2 {
    width: 14%;
}
.row>[class*="span-"] {
    float: left;
    margin-right: 2%;
    *margin-right: 1.89%;
}
.wrap {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}
.product_onbanner .pro_type_li.cur .ico_box:before,
.product_onbanner .pro_type_li:hover .ico_box:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 137px;
    height: 158px;
    top: -1px;
    background: url(../Images/product_ck.png);
    left: -1px;
}
.product_onbanner .pro_ion img{
    width: 100%;
}
.product_onbanner .pro_type_li.cur .ico_box {
    background: #ffffff;
}
.zhaopmin{
    display: none;
    transition: all 2s;
}
.zhaoxin {
    max-width: 1200px;
    margin: auto;
    padding: 0 10px;
    overflow: hidden;
    margin-top: 40px;
    margin-bottom: 2rem;
}

.zhaoxintop {
    display: flex;
    width: 100%;
    background: #015498;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 1.2rem;
}

.zhaoxintop span {
    flex: 1;
    text-align: center;
    color: #fff;
    font-size: 18px;
    padding: 0.9rem 0;
}

.zhaoxins li {
    position: relative;
    margin-bottom: 0.9rem;
    border: #eee solid 1px;
}

.zhaoxins li .topDiv {
    height: 48px;
    position: relative;
}

.zhaoxins li .topDiv a {
    display: block;
    height: 48px;
}

.zhaoxins li.liNow .topDiv a {
    background: #005497;
    color: #fff;
}

.zhaoxins li.liNow .msgDiv {
    color: #fff;
}

.zhaoxins li .msgDiv {
    color: #999;
}

.zhaoxins li .msgDiv {
    color: #999;
}

.zhaoxins li .msgDiv .dd01 {
    text-align: left;
    text-indent: 50px;
    width: 248px;
}

.zhaoxins li .msgDiv dl {
    display: flex;
    overflow: hidden;
    text-decoration: none;
}

.zhaoxins li .msgDiv dd {
    height: 48px;
    float: left;
    line-height: 48px;
    font-size: 14px;
    margin: 0;
    flex: 1;
	
    text-align: center;
    text-decoration: none;
}

dl {
    margin-bottom: 0;
}

.clear_f {
    clear: both;
    height: 0px;
    padding: 0px;
    margin: 0px;
    display: block;
    display: inherit;
}

.zhaoxins li .zhaoxinsbox {
    display: none;
    color: #5d5d5d;
    padding: 45px 50px 60px;
    overflow: hidden;
    width: 100%;
}

.zhaoxins li h2 {
    position: relative;
    height: 30px;
    color: #005497;
    font-size: 14px;
}

.zhaoxins li .zhaoxinscontent {
    line-height: 24px;
    padding-bottom: 40px;
    font-size: 14px;
    color: #999;
}

.zhaoxins li .btnDiv a:hover {
    border: #00bbf7 solid 1px;
    background: #005497;
    color: #fff;
    transition: 0.2s linear;
}

.zhaoxins li .btnDiv {
    margin-top: 0.25rem;
}

.zhaoxins li .btnDiv a {
    display: block;
    width: 118px;
    height: 33px;
    color: #8b8b8c;
    font-size: 14px;
    text-align: center;
    line-height: 33px;
    border: #e0e0e0 solid 1px;
}
.prolink{
    width: 100%;
    overflow: hidden;
    position: relative;
    top: -110px;
    left: 0;
    z-index: 999;
}
.prolinks{
    max-width: 1200px;
    margin: auto;
}
.prolinks a{
    display: inline-block;
    width: 210px;
    line-height: 70px;
    font-size: 18px;
    color: #fff;
    background: #005497;
    text-align: center;
    margin-right: 5px;
    vertical-align: bottom;
}
.prolinks a.active{
    line-height: 110px;
    color: #333;
    background: #fff;
}
.Form-J1 .Form-J1-Left {
  float: left;
  width: 48%;
}
.Form-J1 .Form-J1-right {
  float: right;
  width: 48%;
}
.Form-J1 .Form-J1-li {
  background: #f7f7f7;padding: 10px 2%;margin-bottom: 15px; position:relative;
}
.Form-J1 .Form-J1-li label {
  width: 5em;
  display: inline-block;
  color: #666;
  vertical-align: middle;
  font-weight: normal;
}
.Form-J1 .Form-J1-li input {
  height: 28px;
  line-height: 28px;
  width: 83%;vertical-align: middle;border: none;background: transparent;
}
.Form-J1 .Form-J1-li textarea {
  width: 83%;vertical-align: middle; height:90px;border: none;background: transparent;
}

.Form-J1 .Form-J1-li ._mes {
  width: 83%;vertical-align: middle; height:157px;border: none;background: transparent;
}
.Form-J1 .Form-J1-li em {
  color: red;
  vertical-align: middle;
  padding-left: 10px;
      float: right;
}
.Form-J1 .Form-J1-li input._yzm {
  width: 20%;
}
.Form-J1 .Form-J1-li img {
  vertical-align: middle;
  padding-left: 10px;
  cursor: pointer;height: 30px;width: 100px;
}
.Form-J1 .Form-J1-li b {
  color: #666;
  font-size: 12px;
  padding-left: 4px;
}
.Form-J1 .Form-J1-li select {
  width: 83%;background: transparent;border: none; height:30px;line-height: 30px;
}
.Form-J1 .Form-J1-Btn {
  clear: both;
  text-align: center;
  padding: 35px 0 35px;
}
.Form-J1 .Form-J1-Btn button {
  width: 173px;
  height: 45px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  cursor: pointer; outline:none; border:none;padding:0;font-size: 15px;
}
.Form-J1 .Form-J1-Btn ._submit {
  background: #005497;
  margin-right: 10px;
}
.Form-J1 .Form-J1-Btn ._reset {
  background: #BEBEBE;
}
.Form-J1 .Form-J1-li  .Validform_wrong{position: absolute;right: 7%;top: 13px;}
@media only screen and (max-width: 40em) {
  .Form-J1 .Form-J1-Left {
    width: 100%;
  }
  .Form-J1 .Form-J1-li input {
    width: 64%;float: left;
  }
  .Form-J1 .Form-J1-li select {
    width: 54%;
  }
  .Form-J1 .Form-J1-right {
    width: 100%;
  }
  .Form-J1 .Form-J1-li textarea {
    width: 84%;
  }
  .Form-J1 .Form-J1-li input._yzm {
    width: 27%;
  }
  .Form-P1 .Form-P1-li b,.Form-J1 .Form-J1-li b {
    display: none;
  }
  .Form-J1 .Form-J1-li label{ display:block; width: 25%;float: left;}
  .Form-J1 .Form-J1-Btn{ text-align:left;}
  .Form-J1 .Form-J1-li{
    overflow: hidden;
  }
  
  
}
.bottom_area{
    margin-top: -110px;
    background: #fff;
    padding-top: 20px;
}
.history-h1{max-width:1200px;margin:40px auto;overflow:hidden}

.history-h1 .right{float:right;width:28%;margin-left:35px}

.history-h1 .left{overflow:hidden}

.history-cont .date{font-size:22px;line-height:30px;color:#333;font-weight:400;margin-bottom:15px}

.history-cont .list{position:relative;font-size:14px;color:#333;line-height:24px;text-align:justify;overflow:hidden;padding-bottom:20px}

.history-cont .list:before{content:'';position:absolute;top:0;left:80px;width:1px;height:100%;background-color:#ddd}

.history-cont .list li{position:relative;padding-left:100px;margin:35px 0}

.history-cont .list .sum{position:absolute;left:0;width:64px;text-align:right;font-size:19px;}

.history-cont .list .sum:after{content:'';position:absolute;left:75px;top:50%;margin-top:-5px;width:11px;height:11px;border-radius:50%;background:url(../Images/icon-h3.jpg) center center no-repeat}

.left_copy select{
    background: none;
    color: #fff;
    margin-left: 15px;
    cursor: pointer;
    line-height: 20px;
    height: 20px;
}

.left_copy select option{
    color: #333;
    background: #fff;
    
    padding: 0 15px;
}
.left_copy select option:hover{
    color: #fff;
    background: #015498;
}
.left_copy span,.left_copy img{
    cursor: pointer;
}
.index_pt1_phone,.right_new_phone{
    display: none;
}
.banner img{
    width: 100%;
}
.banner {
    display: none;
}


 #toolbar {
            position: fixed;
            z-index: 9999;
            right: -57px;
            top: 40%;
            transition: all 0.6s;
        }
        
        #toolbar li {
            margin-bottom: 3px;
            font-size: 0;
            width: 57px;
            height: 57px;
            right: 0;
            position: relative;
        }
        
        #toolbar li a {
            display: block;
            position: absolute;
            z-index: 9;
            right: 0;
            top: 0;
            width: 57px;
            height: 57px;
            overflow: hidden;
            transition: all .5s ease;
            white-space: nowrap;
            font-size: 0;
        }
        
        #toolbar li .iconfont {
            display: inline-block;
            vertical-align: middle;
            width: 57px;
            height: 57px;
            background-color: #008fb9;
            vertical-align: middle;
            text-align: center;
            line-height: 57px;
            color: #fff;
            font-size: 12px;
            padding-top: 15px;
        }
        
        #toolbar li .wz {
            display: inline-block;
            line-height: 57px;
            font-size: 14px;
            color: #fff;
            vertical-align: middle;
            padding-left: 10px;
        }
        
        #toolbar li .ewm-box {
            position: absolute;
            z-index: 1;
            padding: 5px;
            width: 110px;
            right: 120%;
            bottom: 0;
            opacity: 0;
            visibility: hidden;
            transform: translateX(100%);
            transition: all .7s;
        }
        
        #toolbar li p {
            margin-bottom: 0;
        }
        
        #toolbar li img {
            max-width: 100%;
        }
        
        #toolbar li:after {
            content: '';
            position: absolute;
            right: -5px;
            bottom: 20px;
            @include arrow(right, 5px, $themecolor);
        }
        
        #toolbar li .icon {
            background-position: -57px -180px;
        }
        
        #toolbar li:hover .ewm-box {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }
        
        #toolbar .backtop {
            cursor: pointer;
            background-color: #008fb9;
        }
        
        .iconfont {
            color: #fff;
        }
        
        #toolbar li:hover a {
            width: 200px;
            background-color: #008fb9;
        }
        
        #toolbar li:hover .iconfont {
            background-color: #008fb9 !important;
        }
        
        .icon-qq {
            background: url(../Images/email.png) center no-repeat;
            background-position-y: 5px;
        }
        
        .icon-iconfontphone {
            background: url(../Images/tel1.png) center no-repeat;
            background-position-y: 5px;
        }
        
        .icon-msnui-qr-code {
            background: url(../Images/erwei1.png) center no-repeat;
            background-position-y: 5px;
        }
        
        .icon-wenjianxiazaiicon {
            background: url(../Images/liuyan1.png) center no-repeat;
            background-position-y: 5px;
        }
        
        .icon-arrowup {
            background: url(../Images/backtop.png) center no-repeat;
            background-color: #008fb9 !important;
        }
        
        #toolbar li:first-child:hover .icon-qq {
            background: url(../Images/email.png) center no-repeat;
        }
        
        #toolbar li:nth-child(2):hover .icon-iconfontphone {
            background: url(../Images/tel1.png) center no-repeat;
        }
        
        #toolbar li:nth-child(4):hover .icon-wenjianxiazaiicon {
            background: url(../Images/liuyan1.png) center no-repeat;
        }
		.soswiper{
			display:none
		}
