@charset "utf-8";
/* ====================公共样式========================= */

/* 头部 */
.Header-wrapper{width: 100%;position: absolute;left: 0;top: 0px;z-index: 99999;    padding-top: 20px;}
.Header-wrapper:after{content: "";width: 100%;height: 1px;background: #e8e8ea;position: absolute;left: 0;bottom: 0;z-index: 99;display: none;}
.Header-container{width: 1400px;   margin: 15px auto 0px;}
.bodyontrue .Header-navbarbox{display: block !important;}

.Header-logo{float: left;position: relative;z-index: 999;}
.Header-logo a{height: 80px;line-height: 80px;float: left;user-select: none;}
.Header-logo a img, .Header-logo a p{display: inline-block;vertical-align: middle;}
.Header-logo a p{margin-left: 16px;padding-left: 16px;border-left: 1px solid #e5e5e5;font-size: 16px;color: #666;}
.Header-logo a p span{display: block;width: 100%;}
.Header-logo a p b{font-weight: normal;letter-spacing: .14em;}

.Header-search{float: right;}
.Header-search-click{width: 48px;height: 72px;background:transparent url('../images/ss.png') no-repeat center;cursor: pointer;user-select: none;}
.Header-search-click.ontrue{background:transparent url('../img/close.png') no-repeat center;}

.Header-navbar{font-size: 0;width: 100%;    text-align: right;}
.Header-navbar ul li{display: inline-block;position: relative;margin: 0 28px;    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;}
.Header-navbar>ul>li>a:after {
    content: '';
    bottom: 5px;
    position: absolute;
    display: block;
    width: 0;
    height: 2px;
    background: #fff;
    transition: all .4s;
}
.Header-navbar>ul>li:hover a:after {
    width: 100%;
}
.Header-Menu{display: block;    height: 66px;
    line-height: 70px;font-size: 16px;color: #fff;transition: all .4s ease-in-out;}
.Header-navbar ul li.ontrue a:after{ width: 100%;}

.Header-search-message{width: 100%;height: 80px;position: absolute;z-index: 99;background: #fff;right: 0;top: 0;display: none;}
.Header-search-words{width: 1360px;margin: 0 auto;}
.Header-search-wordsform{float: right;height: 80px;line-height: 80px;font-size: 0;}
.Header-search-submit{width: 54px;height: 72px;background: url('../img/search.png') no-repeat center center;cursor: pointer;display: inline-block;vertical-align: middle;}
.Header-search-wordsform input{width: 580px;height: 40px;display: inline-block;vertical-align: middle;outline: none;border: none;font-size: 16px;color: #333;margin-right: 40px;border-bottom: 1px solid #dadada;}
.Header-search-close{width: 54px;height: 80px;background: url('../img/close.png') no-repeat center center;cursor: pointer;display: inline-block;vertical-align: middle;user-select: none;}

.H-lang {position: relative;float: right;}
.H-lang .Hlang-menu {display: block;width: 116px;height: 100%;transition: none;-webkit-transition: none;font-size: 16px;text-align: center;color: #666;line-height: 80px;}
.H-lang .Hlang-menu i{width: 20px;height: 20px;background-repeat: no-repeat;background-image: url('../img/lang.png');display: inline-block;vertical-align: middle;margin: -2px 6px 0 0;}
/* 多个语言 */
.Hlang-box {padding: 16px 0px;z-index: 4;width: 128px;box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);background: #fff;position: absolute;top: 80px;left: 50%;display: none;margin-left: -64px;}
.Hlang-box:before {content: "";display: block;width: 0px;height: 0px;border-style: solid;border-width: 0 8px 8px;border-color: transparent transparent #efefef transparent;position: absolute;top: -8px;left: 50%;margin: 0 0 0 -4px;}
.Hlang-box a {display: block;padding: 5px 10px 5px 44px;line-height: 30px;background-repeat: no-repeat !important;background-position: 14px center !important;font-size: 16px;color: #666;}
.Hlang-box a:hover {color: #fff;background: #1f5dcb;}
.Hlang-box a.CN {background-image: url('../img/icon-cn.png');}
.Hlang-box a.JP {background-image: url('../img/icon-jp.png');}
.Hlang-box a.EN {background-image: url('../img/icon-en.png');}
.Hlang-box a.ES {background-image: url('../img/icon-es.png');}
.Hlang-box a.FR {background-image: url('../img/icon-fr.png');}
.Hlang-box a.RU {background-image: url('../img/icon-ru.png');}
.Hlang-box a.BR {background-image: url('../img/icon-br.png');}
.H-lang.ontrue .Hlang-box {display: block;animation: fadeInUpV .6s ease-in-out;-webkit-animation: fadeInUpV .6s ease-in-out;}
@keyframes fadeInUpV {0% {transform: translateY(-20px);-webkit-transform: translateY(-20px);opacity: 0;}100% {transform: translateY(0);-webkit-transform: translateY(0);opacity: 1;}}

/* 下拉 */
.Header-arr{display: none;}
.Header-dropdown{display: none;    width: 148%;background: #fff;position: absolute;top: 61px;left: 0;text-align: left;}
.Header-dropdown-contain{margin: 0 auto;}
.Header-dpmenu{padding: 10px 0px;}
.Header-dpmenu p{display: block;    padding-left: 10px;width: 100%;}
.Header-dpmenu a{display: inline-block;position: relative;font-size: 15px;color: #333;height: 40px;line-height: 40px;transition: all .4s ease;}
.Header-dpmenu a i{position: absolute;top: 0;left: 0;height: 100%;width: 30px;text-align: left;background: url('../img/droparr.png') no-repeat left center;}
.Header-dpmenu a.ontrue{color: #1f5dcb;}
.Header-dpcont{width: 83%;float: right;}
.Header-dpitem{display: none;width: 100%;overflow: hidden;}
.Header-dpitem.ontrue{display: block;}
.Header-prolink{width: 40%;float: left;padding: 0 60px;border-right: 1px solid #e5e5e5;min-height: 180px;overflow: hidden;}
.Header-prolink p{display: block;width: 50%;float: left;}
.Header-prolink a{display: inline-block;font-size: 15px;color: #333;height: 36px;line-height: 36px;transition: all .4s ease;}
.Header-prolink a.ontrue{color: #1f5dcb;}
.Header-proimg{width: 60%;text-align: center;float: right;}
.Header-proimg-img{max-width: 100%;display: none;margin: 0 auto;height: 180px;}
.Header-proimg-img.ontrue{display: block;}
.Header-sonwdimg{width: 100%;overflow: hidden;padding-left: 60px;}
.Header-sonwd{width: 52%;float: left;}
.Header-sonwd p{font-size: 14px;color: #666;line-height: 28px;}
.Header-sonimg{width: 34%;float: right;}
.Header-sonimg img{width: 100%;object-fit: cover;}
.Header-dropmore .Header-dpmenu{width: 24%;}
.Header-dropmore .Header-dpcont{width: 76%;}
.Header-dropmore .Header-sonimg{width: 35.2%;}

.mmy{ display: none !important;}
/* 手机汉堡键 */
.Header-navclick{height: 60px;padding: 0 0 0 4px;cursor: pointer;float: right;user-select: none;display: none;}
.Header-navclick span{width: 28px;height: 3px;background: #666;display: block;position: relative;margin-top: 28.5px;transition: all .2s linear;}
.Header-navclick span:before,.Header-navclick span:after{content: "";position: absolute;height: 3px;background: #666;display: block;left: 0;width: 100%;transition: all .2s linear;}
.Header-navclick span:before{top: -8px;}
.Header-navclick span:after{top: 8px;}
.Header-navclick.ontrue span{-moz-animation: buttonAnimation 0.3s ease forwards;-webkit-animation: buttonAnimation 0.3s ease forwards;animation: buttonAnimation 0.3s ease forwards;}
.Header-navclick.ontrue span:before{-moz-animation: buttonAnimationBefore 0.3s ease forwards;-webkit-animation: buttonAnimationBefore 0.3s ease forwards;animation: buttonAnimationBefore 0.3s ease forwards; }
.Header-navclick.ontrue span:after{-moz-animation: buttonAnimationAfter 0.3s ease forwards;-webkit-animation: buttonAnimationAfter 0.3s ease forwards;animation: buttonAnimationAfter 0.3s ease forwards;}
@-moz-keyframes buttonAnimationBefore {
    0% {-moz-transform: translateY(0px) rotate(0);transform: translateY(0px) rotate(0); }
    50% {-moz-transform: translateY(8px) rotate(0);transform: translateY(8px) rotate(0); }
    100% {-moz-transform: translateY(8px) rotate(45deg);transform: translateY(8px) rotate(45deg); }
}
@-webkit-keyframes buttonAnimationBefore {
    0% {-webkit-transform: translateY(0px) rotate(0);transform: translateY(0px) rotate(0); }
    50% {-webkit-transform: translateY(8px) rotate(0);transform: translateY(8px) rotate(0); }
    100% {-webkit-transform: translateY(8px) rotate(45deg);transform: translateY(8px) rotate(45deg); }
}
@keyframes buttonAnimationBefore {
    0% {-moz-transform: translateY(0px) rotate(0);-ms-transform: translateY(0px) rotate(0);-webkit-transform: translateY(0px) rotate(0);transform: translateY(0px) rotate(0); }
    50% {-moz-transform: translateY(8px) rotate(0);-ms-transform: translateY(8px) rotate(0);-webkit-transform: translateY(8px) rotate(0);transform: translateY(8px) rotate(0); }
    100% {-moz-transform: translateY(8px) rotate(45deg);-ms-transform: translateY(8px) rotate(45deg);-webkit-transform: translateY(8px) rotate(45deg);transform: translateY(8px) rotate(45deg); } }
@-moz-keyframes buttonAnimationAfter {
    0% {-moz-transform: translateY(0) rotate(0);transform: translateY(0) rotate(0); }
    50% {-moz-transform: translateY(-8px) rotate(0);transform: translateY(-8px) rotate(0); }
    100% {-moz-transform: translateY(-8px) rotate(-45deg);transform: translateY(-8px) rotate(-45deg); }
}
@-webkit-keyframes buttonAnimationAfter {
    0% {-webkit-transform: translateY(0) rotate(0);transform: translateY(0) rotate(0); }
    50% {-webkit-transform: translateY(-8px) rotate(0);transform: translateY(-8px) rotate(0); }
    100% {-webkit-transform: translateY(-8px) rotate(-45deg);transform: translateY(-8px) rotate(-45deg); }
}
@keyframes buttonAnimationAfter {
    0% {-moz-transform: translateY(0) rotate(0);-ms-transform: translateY(0) rotate(0);-webkit-transform: translateY(0) rotate(0);transform: translateY(0) rotate(0); }
    50% {-moz-transform: translateY(-8px) rotate(0);-ms-transform: translateY(-8px) rotate(0);-webkit-transform: translateY(-8px) rotate(0);transform: translateY(-8px) rotate(0); }
    100% {-moz-transform: translateY(-8px) rotate(-45deg);-ms-transform: translateY(-8px) rotate(-45deg);-webkit-transform: translateY(-8px) rotate(-45deg);transform: translateY(-8px) rotate(-45deg); }
}
@-moz-keyframes buttonAnimation {
    0% {background: transparent; }
    50% {background: rgba(255, 255, 255, 0); }
    100% {background: rgba(255, 255, 255, 0); }
}
@-webkit-keyframes buttonAnimation {
    0% {background: transparent; }
    50% {background: rgba(255, 255, 255, 0); }
    100% {background: rgba(255, 255, 255, 0); }
}
@keyframes buttonAnimation {
    0% {background: transparent; }
    50% {background: rgba(255, 255, 255, 0); }
    100% {background: rgba(255, 255, 255, 0); }
}

/* 底部 */
.Footer-wrapper{width: 100%;background: #e5e9ee;}
.Footer-container{width: 90%;margin: 0 auto}
.Footer-infonav{width: 100%;;padding: 30px 0;}
.Footer-info{float: right;}
.Footer-info h5, .Footer-info h2{font-size: 30px;color: #046ad6; font-weight: bold;  height: 42px;line-height: 42px;}
.Footer-info h6, .Footer-info h1{font-size: 14px;line-height: 26px;color: #adadad;margin-top: 12px;}
.Footer-info p{    font-size: 16px;
    line-height: 24px;
    color: #666;
    margin-top: 10px;}
.Footer-infoto{width: 100%;margin-top: 20px;}
.Footer-infoto a{    display: inline-block;
    vertical-align: middle;
    background: #046ad6;
    color: #fff;
    font-size: 16px;
    padding: 10px 0px;
    width: 100%;
    text-align: center;}
.Footer-navbar{position: relative;}
.Footer-navbar ul li{margin: 0 2%;float: left;}
.Footer-navbar ul li:last-child{ float: right;}
.Footer-navclick{width: 100%;position: relative;}
.Footer-navclick a{    font-size: 16px;
    display: block;
    width: 100%;
    height: 42px;
    line-height: 42px;
    font-weight: bold;}
.Footer-navclick i{width: 42px;height: 42px;display: none;position: absolute;z-index: 9;right: 0;top: 0;background: url('../img/iconarrh.png') no-repeat center center /14px auto;}
.Footer-navclick i.ontrue{transform: rotate(180deg);}
.Footer-navwords{width: 100%;overflow: hidden;margin-top: 10px;}
.Footer-navwords .pic{ width: 140px; float: left;     margin-right: 12px;}
.Footer-navwords .pic img{ width: 100%;}
.Footer-navwords .pic p{    text-align: center;
    line-height: 2;
    font-size: 16px;}
.Footer-navwords a{display: block;padding: 7px 0;font-size: 15px;color: #333;transition: all .4s ease-in-out;}
.Footer-navwords a:hover{color: #006ab8;}
.Footer-share{width: 100%;font-size: 0;padding: 24px 0 28px;border-top: 1px solid rgba(255, 255, 255, 0.05);}
.Footer-share span, .Footer-share a{display: inline-block;vertical-align: middle;}
.Footer-share span{font-size: 16px;color: #fff;margin-right: 24px;}
.Footer-share a{font-size: 14px;color: #adadad;transition: all .4s ease;margin-right: 12px;}
.Footer-share a:last-of-type{margin-right: 0;}
.Footer-share a:hover{color: #fff;}
.Footer-copyright{     width: 100%;
    padding: 20px 0 20px;
    background: #e5e9ee;
    border-top: 1px solid #c7c7c7;}
.Footer-copyright p, .Footer-copyright span{font-size: 15px;color: #333;line-height: 24px;}
.Footer-copyright p{float: left;}
.Footer-copyright span{float: right;}
.Footer-infoto-ewm{position: relative;}
.Footer-infoto-ewmimg{position: absolute;width: 150px;height: 150px;left: 0;bottom: 24px;z-index: 10;display: none;}
.Footer-infoto-ewm:hover .Footer-infoto-ewmimg{display: block;}

.side{position:fixed;width:70px;right:0;top:50%;margin-top:-160px;z-index:100;border:1px solid #e0e0e0;background:#fff;border-bottom:0}
.side ul li{width:70px;height:70px;float:left;position:relative;border-bottom:1px solid #e0e0e0;color:#333;font-size:14px;line-height:38px;text-align:center;transition:all .3s;cursor:pointer}
.side ul li:hover{background:#006ab8;color:#fff}
.side ul li:hover a{color:#fff}
.side ul li i{height:25px;margin-bottom:1px;display:block;overflow:hidden;background-repeat:no-repeat;background-position:center center;background-size:auto 25px;margin-top:14px;transition:all .3s}
.side ul li i.bgs1{background-image:url(../images/right_pic7.png)}
.side ul li i.bgs2{background-image:url(../images/right_pic2.png)}
.side ul li i.bgs3{background-image:url(../images/right_pic2.png)}
.side ul li i.bgs4{background-image:url(../images/right_pic5.png)}
.side ul li i.bgs5{background-image:url(../images/right_pic5.png)}
.side ul li i.bgs6{background-image:url(../images/right_pic3.png)}
.side ul li i.bgs7{background-image:url(../images/right_pic6_on.png)}
.side ul li:hover i.bgs1{background-image:url(../images/right_pic7_on.png)}
.side ul li:hover i.bgs2{background-image:url(../images/right_pic2_on.png)}
.side ul li:hover i.bgs3{background-image:url(../images/right_pic2_on.png)}
.side ul li:hover i.bgs4{background-image:url(../images/right_pic5_on.png)}
.side ul li:hover i.bgs5{background-image:url(../images/right_pic5_on.png)}
.side ul li:hover i.bgs6{background-image:url(../images/right_pic3_on.png)}

.side ul li .ewBox.son{    width: 140px; height:180px;
    display: none;
    color: #363636;
    text-align: center;
    position: absolute;
    left: -140px;
    top: 0px;
    background-repeat: no-repeat;
    background-position: center center;
    border: 1px solid #e0e0e0;
    }
.side ul .d6 .ewBox.son{    width: 140px; height:140px;
    display: none;
    color: #363636;
    text-align: center;
    position: absolute;
    left: -140px;
    top: 0px;
    background-repeat: no-repeat;
    background-position: center center;
    border: 1px solid #e0e0e0;
    }
	.side ul li .ewBox.son img{ width: 140px;}
.side ul li:hover .son{display:block!important;animation:fadein 1s}
.side ul li.d1:hover .son{background-image:url(../images/w1.jpg);}
.side ul li.d2:hover .son{background-image:url(../images/w2.jpg);}
.side ul li.d3:hover .son{background-image:url(../images/w3.jpg);}
.side ul li.d4:hover .son{background-image:url(../images/w4.jpg);}
.side ul li.d5:hover .son{background-image:url(../images/w5.jpg);}
.side ul li.d6:hover .son{background-image:url(../images/w6.jpg);}
.side ul li.sidetop{background:#006ab8;color:#fff}
.side ul li.sidetop:hover{opacity:.8;filter:Alpha(opacity=80)}
@keyframes fadein{from{opacity:0}
to{opacity:1}
}


/* 中间+共用部分 */
.Container-wrapper{width: 100%;}
.contain{width: 1400px;margin: 0 auto;}

.toLink{display: inline-block;position: relative;font-size: 14px;color: #666;font-family: 'GothamBook';text-transform: uppercase;padding-right: 14px;background: url('../img/indarr.png') no-repeat right top 7px;transition: all .4s ease;}
.toLink:after{content: "";position: absolute;right: 0;bottom: -4px;width: 0;height: 1px;background: #1f5dcb;transition: all .6s ease;}
.toLink:hover:after{width: 100%;right: auto;left: 0;}
.toLink:hover{color: #1f5dcb;background-image: url('../img/indarrh.png');}
.toLink-white{color: #fff !important;background-image: url('../img/indarrw.png') !important;}
.toLink-white:after{background: #fff !important;}
.news-list li:hover .toLink:after{width: 100%;right: auto;left: 0;}
.pubTitle{text-align: center;}
.pubTitle h6, .pubTitle h1{    font-size: 36px;
    color: #333;
    font-weight: bold;}
.pubTitle i{display: block;width: 40px;height: 2px;
    background: #666;margin: 14px auto 34px;}
.pubTitle p {
    font-size: 16px;
    color: #999;
    line-height: 24px;
}
.pubTitle-white h6, .pubTitle-white h1{color: #fff;}
.pubTitle-white i{background: #fff;}
.pubTitle-white p{color: #fff;}

.Backtop {position: fixed;right: 0;top: 50%;margin-top: 187px;z-index: 999999;width: 54px;height: 50px;text-align: center;line-height: 48px;cursor: pointer;background: #1f5dcc;border-top-left-radius: 6px;border-bottom-left-radius: 6px;}
.Backtop img{width: auto;}
#ECHAT_icon{width: 54px !important;height: 50px !important;}
.echat .echat-icon-link{width: 54px !important;height: 50px !important;}
#ECHAT_icon_img{border-top-left-radius: 6px;border-bottom-left-radius: 6px;object-fit: cover;}
.echat-mini-num, .echat-custom-num{right: 0 !important;}


/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
    /* 1600 × (900/1024/1200) */
    .contain{width: 92%;}
    .Header-container{padding: 0 4%;}
		.attest li {
		    width: 160px;
		    margin: 10px 1%;
		}
		.Footer-navclick a {
		    font-size: 16px;}
}

@media all and (max-width:1599px) {
    /* 1440 × (900/1050) */
    .Footer-infonav {padding: 32px 0;}
	.Footer-container {
	    width: 95%;}
.Footer-navbar ul li {
    margin: 0 1%;
}
    .pubTitle h6, .pubTitle h1{font-size: 36px;}
    .Header-dropdown{padding: 0px;}
		.Header-navbar ul li {margin: 0 12px;	}
.about .fl {
	    width: 50%;
	    float: left;
	    padding: 1% 2%;
	}
	.about .fl .wen {
	    margin-left: 0px;
	}
	.about .fl .wen .p0 {
	    font-size: 24px;
	    position: relative;
	    margin-bottom: 26px;
	    margin-top: 8px;
	}
.about .fl .wen .p1 {
    font-size: 24px;
    margin-bottom: 8px;
    margin-top: 14px;
}
.about .fl .wen .p2 {
    font-size: 15px;
    color: #666;
    line-height: 28px;
}
.about .fl .wen .p2 p {
    line-height: 26px;}		
.intro_history_list_w{    margin-top: -30px;}	
.attest li {
    width: 120px;
    margin: 10px 6px;
}		
.attest li span {
	    line-height: 93px;
	    width: 120px;
	}	
.attest li img {
    max-width: 70px;
}

		
		
}

@media all and (max-width:1439px) {
    /* 1360 × (768) */
    .Header-navbar ul li {margin: 0 14px;}
    .Header-search-words{width: 92%;}
    .pubTitle h6, .pubTitle h1{font-size: 32px;}
    .pubTitle i{margin: 20px auto;}
	.banner-imgpc{}
}

@media all and (max-width:1359px) {
    /* 1280 × (800/854/1024) */
    .Header-navbar ul li {margin: 0 12px;}
    .Footer-navbar {}
    .Footer-infonav {padding: 54px 0;}
    .pubTitle h6, .pubTitle h1{font-size: 28px;}
    .pubTitle i{margin: 16px auto;}
	.banner-imgpc{}
	.Footer-navbar ul li {width: 20%;    margin: 0%;}
	.Footer-navbar ul li:last-child {
	    width: 100%;
	}
}

@media all and (max-width:1279px) {
    /* 1152 × (864) */
    .Header-logo a img{height: 50px;}
    .Header-logo a p {margin-left: 12px;padding-left: 12px;font-size: 14px;}
    .Header-navbar ul li {margin: 0 10px;}
    .Header-search-wordsform input{width: 480px;}
    .pubTitle h6, .pubTitle h1{font-size: 24px;}
    .pubTitle i{margin: 14px auto;height: 2px;}
    .Header-dropdown-contain{width: 92%;}
    .Header-dpmenu{width: 20%;}
    .Header-dpcont{width: 80%;}
    .Header-sonimg{width: 39%;}
    .Header-dropmore .Header-sonimg {width: 42%;}
}

@media all and (max-width:1151px) {
    /* 1024 × (600/768) */
    .Header-navbar ul li {margin: 0px;}
    .Header-sonimg{width: 43%;}
    .Header-sonwdimg {padding-left: 28px;}
    .Header-prolink{padding: 0 28px;}

    .Backtop {top: auto;margin-top: 0;width: 40px;height: 37px;line-height: 32px;bottom: 89px;}
    .Backtop img {width: 17px;}

    #ECHAT_icon{width: 40px !important;height: 37px !important;}
    .echat .echat-icon-link{width: 40px !important;height: 37px !important;}
	.banner-imgmb {
	    min-height: 300px;
	}
}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
    /* 平板设备 720 适配 */
		.mmy{ display: block !important;}
    .Container-wrapper{margin-top: 60px;}
	.Header-logo a img {
	    height: 40px;
	}
	.side {
		    background: rgb(255 255 255 / 42%);
	    background: #ffffff6b;    width: 60px;    height: 54px; font-size: 12px;
    line-height: 16px;  }
	
.side ul li {
    width: 60px;
    height: 54px;
    float: left;
    position: relative;
    border-bottom: 1px solid #e0e0e0;
    color: #333;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    transition: all .3s;
    cursor: pointer;
}
.side ul li i {
    height: 25px;
    margin-bottom: 1px;
    display: block;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 25px;
    margin-top: 6px;
    transition: all .3s;
}
.Header-wrapper{padding-top: 0px;}
.about {
    margin: 22px auto 0px;
}
	.banner-imgmb {
	    min-height: 220px;
	}
    .Header-container{height: 60px;}
    .Header-logo{height: 60px;}
    .Header-logo a {height: 60px;line-height: 60px;}
    .Header-logo a p {margin-left: 6px;padding-left: 8px;font-size: 12px;}
    .H-lang .Hlang-menu{line-height: 60px;width: 30px;}
    .Header-search-click{height: 60px;line-height: 60px;background: url("../img/search.png") no-repeat center;}
    .Header-navclick{display: block;}
    .Header-navbarbox{display: none;width: 100%;background: #fff;position: absolute;top: 60px;left: 0;}
    .Header-navbar{float: left;width: 100%;margin-right: 0;height: auto;overflow-y: auto !important;padding-bottom: 20px;text-align: left;}
    .Header-navbar ul li{display: block;    width: 96%;position: relative;margin: 0;}
    .Header-Menu{width: 100%;height: 44px;line-height: 44px;padding: 0 4%;color: #333;}
    .Header-search-message{height: 45px;top: 60px;background: #fafafa;}
    .Header-search-click{width: 36px;}
    .Header-search-close{display: none;}
    .Header-search-wordsform{height: 44px;line-height: 44px;float: initial;}
    .Header-search-submit{height: 100%;position: absolute;right: 0;top: 0;z-index: 2;width: 44px;background: #1f5dcb url("../img/searchw.png") no-repeat center;}
    .Header-search-wordsform input{background: #fafafa;width: 100%;margin-right: 0;height: 44px;padding-right: 46px;box-sizing: border-box;border-bottom: none;}
    .Header-wrapper:after{display: block;}
    .Header-wrapper{box-shadow: none;background: #000;}
    .Header-arr{display: block;width: 44px;height: 44px;position: absolute;z-index: 9;right: 0;top: 0;background: url("../img/iconarrh.png") no-repeat center center /14px auto;}
    .Header-arr.ontrue{transform: rotate(180deg);}
    .Header-dropdown {position: relative;top: 0;padding: 18px 0 20px;background: #f1f1f1;}
    .Header-proimg{display: none;}
    .Header-dpmenu {width: 38%;min-height: auto;}
    .Header-dpcont {width: 62%;}
    .Header-prolink {width: 100%;border-right: none;padding: 0 0 0 20px;min-height: auto;}
    .Header-prolink a.ontrue {color: #333;}
    .Header-dropmore .Header-dpcont{display: none !important;}
    .Header-dropmore .Header-dpmenu{width: 100%;min-height: auto;border-right: none;}
    .Header-dropmore .Header-dpmenu a.ontrue{color: #333;}
    .Header-dpmenu a{padding-left: 20px;}
    .Header-dpmenu a i{width: 20px;}

    .Footer-infonav {    padding: 8px 0 8px;border-bottom: none;}
    .Footer-info{width: 100%;}
    .Footer-info h6, .Footer-info h1{margin-top: 0;}
    .Footer-info p{margin-top: 6px;}
    .Footer-infoto {margin-top: 24px;}
    .Footer-navbar {width: 100%;}
    .Footer-navbar ul li{width: 100%;    margin: 0 0px; display:none;}
	.Footer-navbar ul li:last-of-type{ display:block;}
    .Footer-navclick h6, .Footer-navclick h1 {line-height: 40px;}
    .Footer-navwords a {padding: 4px 0;    font-size: 14px;}
	.Footer-navclick{ display: none;}
    .Footer-navwords{margin-top: 0;    display: block !important;}
    .Footer-share{display: none;}
    .Footer-navclick i{display: block;}
    .Footer-copyright {padding: 8px 0 8px;}
 
    .top-listbox .contain{width: 100%;}
    .top-list{width: 100%;overflow-x: auto;float: none;}
    .top-list ul{float: none;width: 2000px;}
    .top-list ul li a{line-height: 44px;padding: 0 12px;font-size: 14px;}
    .sunMenu-blank {height: 44px;}
    .top-listbox.sunMenu {top: 60px;}
    .mdclass{top: -92px;}
    .top-list ul li a:hover{background-color: transparent;}
    .top-list ul li.ontrue a {background-color: #449356;}

    .H-lang{position: static;}
    .Hlang-box{top: 60px;width: 100%;left: 0;margin-left: 0;padding: 4px 0;box-shadow: none;background: #fafafa;animation: none !important;}
    .Hlang-box:before{display: none;}
.a2 li {    margin: 12px auto; width: 100% !important;
}.about2 {
    padding-bottom: 20px;
}
    .H-lang .Hlang-menu i{margin-right: 0;}
    .H-lang .Hlang-menu span{display: none;}
	.a2 {
	    padding: 20px 0px;
	}
	.attest li {
	    float: left;
	    width: 30%;}
	.prolist .slideTxtBox .hd ul li {
	    cursor: pointer;    line-height: 46px;
	    margin: 0px;}		
		.picFocus{ width: 100%;}
		.picFocus .hd ul li {
		    float: left;
		    text-align: center;
		    width: 23%;
		    height: 60px;
		    border: 1px solid #ddd;
		    margin-right: 1%;
		    cursor: pointer;
		}	
		.slideTxtBox2 .hd ul li{margin: 0 1%;
    font-size: 14px;
    color: #666;
    padding: 0px;
    transition: all .4s ease;
    width: 30%;
	    height: 46px;
	    line-height: 46px;
    text-align: center;}	
		.pro_3 .nei_1 .row{ display: block;    padding: 12px 0px;}	
		.pro_3 .nei_1 p {
		    line-height: 30px;    font-size: 15px;
		}	
	.slideTxtBox3 .bd ul {
	    padding: 20px 10px;}		
	.banner-img .wen .p1 {
	    font-size: 34px;
	    font-weight: bold;
	}		
.banner-img .wen .p2 {
    font-size: 18px;
    margin-top: 6px;
}	
.banner-img .wen a {
		    margin-top: 8%;
		}
		.about .she{ display: block;}
.about .fl {
    width: 100%;
}		
.about .fl .wen {
    margin-left: 2px;
}
.about .fr {width: 100% !important;}
.about .fr ul li {
    padding: 0px 2%;
}		
.about .fr ul li p {
    font-size: 20px;}		
.about .fl .wen .p0 {
    font-size: 20px;
    position: relative;
    margin-bottom: 24px;
    margin-top: 15px;
}		
.about .fl .wen .p2 {
    font-size: 15px;
    color: #666;
    line-height: 30px;
}
.about .fl .wen .p1 {
    font-size: 20px;
    margin-bottom: 8px;
    margin-top: 18px;
}		
.s_tit2 {
	    margin-bottom: 12px;
	}	
.s_cp ul li .pic .tit {
    font-size: 16px;
}	
	.Footer-navclick a {    font-weight: 400;
	    font-size: 16px;}
	.pro_3 .nei_1 h2 {
	    font-size: 16px;
	    font-weight: bold;    margin-top: 16px;
	    margin-bottom: 12px;
	}	
.pro_1_r .nei .nei_r .tel {
    margin-top: 20px;
}
.pro_1_r .nei .nei_r .tel a {
    margin: 0px 0px;
    width: 48%;
    float: left;
}	
.slideTxtBox3 iframe{ width: 100% !important;}	
	.s_news ul li .she {
	    padding: 25px 5px;
	}
	.s_news ul li .she .fr p {
	    font-size: 17px;
	    line-height: 1.5;
	}
	
	.s_news ul li .she .fr span {	    line-height: 24px;
	    padding: 10px 0px 4px;
	    display: flex;
	}
	.icoo {
	    padding: 30px 0px;
	}
	.s_news {
	    margin: 24px auto;
	}
	.intro_history_list_w {
	    margin-top: -4px;
	}
	
}
@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */
.about .fr ul {
    padding: 0px 0px 10px;
}
.Footer-info h5, .Footer-info h2 {
    font-size: 24px;}
    .pubtit h6, .pubtit h1{font-size: 28px;}
    .pubtit p{font-size: 16px;}
    .pubTitle p {display: inline;}
    .Footer-copyright span {    font-size: 12px;
    margin-top: 0px;
    float: none;}
    .Footer-copyright p a:nth-of-type(3){display: none;}
		.attest li {    margin: 8px 1%;
		    float: left;width: 31%;}
		.attest {
		    padding: 20px 0px;}
.attest li span {
    display: flex;
    line-height: auto;
    background: #fff;
    width: 100%;
    background-size: none;
    height: 70px;
    align-items: center;
    justify-content: center;
}
.attest li img {
    max-width: 50px;}
		.pro_1_r .t {
		    font-size: 20px;
		    margin-bottom: 18px;
		    border-bottom: 1px #dedede solid;
		    padding-bottom: 12px;
		    margin-top: 14px;
		}
		.slideTxtBox3 .hd ul li{ width: 100%;}
		.slideTxtBox3 .bd ul {
    border: none;
    zoom: 1;
    padding: 0px;
    margin-top: 25px;
}
.sns-area{ display: none;}		
.banner-img .wen a {
    padding: 8px 28px;
    margin-top: 10%;
}	
.banner-img .wen{    top: 3%;}	
.banner-img .wen .p1 {
	    font-size: 24px;
	    font-weight: bold;
	}	
.banner-img .wen .p2 {
    font-size: 15px;
    margin-top: 6px;
}	
.s_cp ul li .pic img {
    margin-top: 28px;
}		
		
		
		
		
		
		
}


.fa-youtube{
  color: red;
}

.fa-facebook-square{
  color: #3B5998;
}

.fa-instagram{
  color: rgb(211, 1, 99);
}

.fa-twitter-square{
  color:#1DA1F2;
}

.case-category{
    font-size: 0.8em;
    border-top: 1px solid;
    padding: 15px 0;
}

.case-category a{
    background-color: #002554;
    padding: 5px 10px;
    color: #fff;
    border-radius: 6px;
    font-weight: bold;
}

.section-overview .item-count{
    margin: 20px;
}
