@charset "utf-8";/* reset*/
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;font-size:14px;font-family:'微软雅黑','Microsoft YaHei',Arial,sans-serif;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}
html,body{color:#333;overflow-x:hidden;transition:all 0.3s;}
ul,ol,li{list-style:none;margin:0;padding:0;}
img{border:0px;vertical-align:middle;}
h1,h2,h3,h4,h5{font-weight:normal}
select::-ms-expand{display:none;} 
input,a{outline:none;}
a{color:#333333;text-decoration:none;outline:none;}
a:link{text-decoration:none;outline:none;}
a:visited{text-decoration:none;outline:none;}
a:hover{text-decoration:none;color:#0090de;outline:none;}
a:focus{outline:none;}
.clear:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0;}
.clear{zoom:1;}
.clear{clear:both;}
.clearfix:before, .clearfix:after{content:"";display:block;height:0;overflow:hidden;}  
.clearfix:after{clear:both;}  
.clearfix{zoom:1;} 
.fl{float:left;}
.fr{float:right;}
.pr{position:relative;}
.none{display:none;}
.hide{display:none;}
textarea{outline:none;}

/* 去除iPhone中默认的input样式 */
input,select,button{appearance:none;-o-appearance:none;-ms-appearance:none;-moz-appearance:none;-webkit-appearance:none;resize:none;border-radius:0;outline:none;border:none;background-color:transparent;font-family:inherit;font-size:inherit;color:inherit;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;vertical-align:middle;}
textarea{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;vertical-align:middle;}
input[type="button"],input[type="radio"],input[type="checkbox"],input[type="submit"],button{cursor:pointer;}



body{font:14px/1.231 Arial,helvetica,clean,sans-serif;}
/*end reset*/


/* CSS Document */
body{background-color:#fff;overflow-x:hidden;color:#000;font-size:14px;font-family:"微软雅黑";position:relative;min-width:320px;width:100%;}
#content{position:relative;}

.w1440{width:1440px;margin:0 auto;}
.w1200{width:1200px;margin:0 auto;}
@media screen and (max-width:1520px){
.w1440{width:auto;padding:0 40px;}	
}
@media screen and (max-width:1220px){
.w1200{width:auto;padding:0 40px;}	
}
@media screen and (max-width:1024px){
.w1440{padding:0 30px;}	
.w1200{padding:0 30px;}	
}
@media screen and (max-width:768px){
.w1440{padding:0 15px;}	
.w1200{padding:0 15px;}	
}



/*header*/
.header{height:100px;position: fixed;z-index: 100;left: 0;top: 0;width: 100%;-webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-ms-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out;}
.header .logo{float:left;margin-top:36px; /*width:374px;*/z-index:1000; position:relative;}
.header .logo img{ max-width:100%;max-height:40px;}
/*yiji*/
.header .nav{float:right;height:100px;position:relative;z-index:10;}
.header .nav ul{ font-size:0; line-height:normal;}
.header .nav li{padding:0 17px 0 16px;float:left;}
.header .nav li>a{ display:block;font-size:14px;color:#7a7a7a;line-height:100px; position: relative;}
/*navline*/
.header .nav .navline{position:absolute;width:0;height:4px;background:#0c86d3;bottom:0;left:15px;}
.header .nav .navline img{margin:0 auto;display:block;}
/*erji*/
.header .sideNav{width:1440px; height:65px; position:absolute;top:100%;z-index:10;display:none;}
.header .nav li:nth-child(3)>.sideNav{left:0;}
.header .sideNav dd{float:left;margin-right:32px;line-height:65px;}
.header .sideNav dd a{display: block;color:#383f61; opacity:1; font-size:13px;line-height:65px;position:relative;z-index:100;}
.header .sideNav dd a:hover{color:#0c86d3;}
.header .sideNav dd a .line{ display:block;position:absolute;left:0;bottom:0;width:0;height:4px;background-color:#0c86d3;-webkit-transition:all 200ms;transition:all 200ms}
.header .sideNav dd a:hover .line{width:100%;}
/*innavbg*/
.header .innavbg{width:100%;height:65px;background:#fff;opacity:0.95; filter:Alpha(opacity=95); position:absolute;top:100px;left:0px;z-index:8;display:none;box-shadow:0px 2px 10px 0px rgba(0, 0, 0, 0.10);}
/*header color*/
.home .header .nav li>a{color:#0074be;}
/*.pageH .header .logo img{ display:none;}*/
.pageH .header .logo1{display:none!important;/*height:30px;background:url("../images/logo2.png") no-repeat left center; background-size:100%;*/}
.pageH .header .logo2{display:inline-block!important;}
.pageH .header:hover .logo1{display:inline-block!important;/*background-image:url("../images/logo.png");*/}
.pageH .header:hover .logo2{display:none!important;/*background-image:url("../images/logo.png");*/}
.pageH .header.bianse .logo img{ display:block;}
.pageH .header.bianse .logo1{display:inline-block!important;height:auto; background:none;}
.pageH .header.bianse .logo2{ display:none!important;}
.pageH .header .nav li>a{color:#fff;}
.header .nav .navline{opacity:0; filter:Alpha(opacity=0);}
/*header hover*/
.header.bianse,.header:hover{background:#fff;/*background:url("../images/bg90.png") repeat center center;*/box-shadow:0px 2px 10px 0px rgba(0, 0, 0, 0.10);} 
.header.bianse .nav li>a,.header:hover .nav li>a{color:#383f61;}
.header:hover .nav .navline{opacity:1; filter:Alpha(opacity=100);}
/*header hover height*/
.header .logo,
.header,
.header .nav,
.header .head-btn,
.header .head-btn .nsearch-open,.header .nav li>a{-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-ms-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;}
.header.bianse,
.header.bianse .nav,
.header.bianse .head-btn,
.header.bianse .head-btn .nsearch-open,
.header.bianse.search-show .head-btn .nsearch-close{height:70px;}
.header.bianse.search-show .head-btn .nsearch-close{top:-70px;}
.header.bianse .innavbg{top:70px;}
.header.bianse .logo{margin-top:20px;}
.header.bianse .nav li>a{line-height:70px;}



/*nsearch*/
.header .head-btn{float:right;height:100px;margin-left:10px;z-index:1000; position:relative;}
.header .head-btn .nsearch-open{display:block;height:100px; width:72px; background:url("../images/top-search.png") no-repeat center;}
.header .nsearch{position: absolute;top: 0;right: 0;left: 0;overflow: hidden;height: 0;opacity: 0;z-index: 999;background-color: #fff;
-webkit-border-radius: 0 0 24px 24px;-moz-border-radius: 0 0 24px 24px;border-radius: 0 0 24px 24px;-webkit-transition: height .5s ease,opacity .5s ease;
-o-transition: height .5s ease,opacity .5s ease;-moz-transition: height .5s ease,opacity .5s ease;transition: height .5s ease,opacity .5s ease}
.header .nsearch .nsearchBox{margin: 0 auto;width:400px;}
.header .nsearch .nsearch-input {overflow: hidden;position: relative;font-size: 0;padding: 31px 0 17px}
.header .nsearch .nsearch-input:after {content: "";position: absolute;bottom: 0;height: 3px;background-color: #f0f2f5;right: 0;width: 0;-webkit-transition: width .7s ease .1s;-o-transition: width .7s ease .1s;-moz-transition: width .7s ease .1s;transition: width .7s ease .1s}
.header .nsearch .nsearch-hot .nsearch-Seekhot { position: relative; width: 100%;height: auto}
.header .nsearch .nsearch-hot .nsearch-Seekhot dt {width: auto;height: auto;font-size: 12px;color: #8a8f99;padding-top: 24px;line-height: 32px}
.header .nsearch .nsearch-hot .nsearch-Seekhot dd {width: 100%}
.header .nsearch .nsearch-hot .nsearch-Seekhot a {display: block;font-size: 14px;color: #242933;font-weight: 400;
line-height: 34px;-webkit-transition: .4s;-o-transition: .4s;-moz-transition: .4s;transition: .4s;cursor: pointer}
/**/
.header .nsearch .nsearch-input .nsearch-txt{width: 100%;padding: 0 30px 0 0;height: 24px;line-height: 24px;background: transparent;color: #242933;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;opacity: 0;border: 0;overflow: hidden;-o-text-overflow: ellipsis;text-overflow: ellipsis;white-space: nowrap;-webkit-transition: opacity .5s ease .1s,-webkit-transform .5s ease .1s;transition: opacity .5s ease .1s,-webkit-transform .5s ease .1s;-o-transition: opacity .5s ease .1s,-o-transform .5s ease .1s;-moz-transition: opacity .5s ease .1s,transform .5s ease .1s,-moz-transform .5s ease .1s;transition: opacity .5s ease .1s,transform .5s ease .1s;transition: opacity .5s ease .1s,transform .5s ease .1s,-webkit-transform .5s ease .1s,-moz-transform .5s ease .1s,-o-transform .5s ease .1s;transition: opacity .5s ease .1s,transform .5s ease .1s,-webkit-transform .5s ease .1s;-webkit-transform: translateX(-30px);-moz-transform: translateX(-30px);-ms-transform: translateX(-30px);-o-transform: translateX(-30px);transform: translateX(-30px);font-size:14px;font-family:'微软雅黑','Microsoft YaHei',Arial,sans-serif;}
.header .nsearch .nsearch-input .nsearch-txt[placeholder]{overflow: hidden;-o-text-overflow: ellipsis;text-overflow: ellipsis;white-space: nowrap}
.header .nsearch .nsearch-input .nsearch-txt::-webkit-input-placeholder{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;color: #8a8f99;font-size: 14px}
.header .nsearch .nsearch-input .nsearch-txt::-ms-input-placeholder{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;color: #8a8f99;font-size: 14px}
.header .nsearch .nsearch-input .nsearch-txt::-moz-placeholder{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;color: #8a8f99;font-size: 14px}
.header .nsearch .nsearch-input .nsearch-txt::placeholder{overflow: hidden;-o-text-overflow: ellipsis;text-overflow: ellipsis;white-space: nowrap;color: #8a8f99;font-size: 14px}
/*search-show*/
.header.search-show .nsearch{opacity: 1; height:500px;box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.10);}
.header.search-show .nsearch .nsearch-input:after{width: 100%;}
.header.search-show  .nsearch .nsearch-input .nsearch-txt{opacity: 1;-webkit-transform: translateX(0); -moz-transform: translateX(0);-ms-transform: translateX(0);-o-transform: translateX(0);transform: translateX(0)}

.header  .nsearch-btn {-webkit-transition: right .5s ease,opacity 0s ease .5s,color 5s ease;
-o-transition: right .5s ease,opacity 0s ease .5s,color 5s ease;-moz-transition: right .5s ease,opacity 0s ease .5s,color 5s ease;transition: right .5s ease,opacity 0s ease .5s,color 5s ease;display:block;right:-100px; width:24px; height:24px; position:absolute; top:31px;background:url("../images/search.png") no-repeat center; background-size:24px;}
.header .nsearch-close {-webkit-transition: opacity .5s ease; -o-transition: opacity .5s ease;-moz-transition: opacity .5s ease;transition: opacity .5s ease;}
.header .nsearch-close {opacity: 0;z-index: -1;background:url("../images/close.png") no-repeat center; background-size:24px;}
/**/
.header.search-show  .nsearch-open{opacity: 0;z-index: -1;-webkit-transition: none;-o-transition: none;-moz-transition: none;transition: none}
.header.search-show  .nsearch-btn {right:0;opacity: 1;-webkit-transition: right .6s ease .1s;-o-transition: right .6s ease .1s;-moz-transition: right .6s ease .1s;transition: right .6s ease .1s;}
.header.search-show  .nsearch-close {opacity: 1;-webkit-transition: opacity .4s ease .1s;-o-transition: opacity .4s ease .1s;-moz-transition: opacity .4s ease .1s;transition: opacity .4s ease .1s;display:block;height:100px; width:72px; top:-100px; position:relative; z-index:1000;}
@media screen and (max-width:1199px){
.header{ display:none;}
}









/*mobileMenu*/
.head{height:60px;position:fixed;z-index:10;width:100%;display:none;left:0px;top:0px;}
.head.bianse{-webkit-box-shadow: 0 0 1px 1px rgba(34,45,57,0.15);box-shadow: 0 0 1px 1px rgba(34,45,57,0.15); background:#fff;}

.head{ display:none; min-width:320px;}
@media screen and (max-width:1199px){
.fl {float: left}
.fr {float: right}
.head .head_content,
header.head {top: 0;width: 100%;left: 0;z-index: 999; display:block;}
.bd,.ft,.hd {display: inline-block;vertical-align: middle}
header.head {position: fixed;height:60px;}
.head .head_content {position: absolute;}
.f_menu .f_menu_box>li>a{border-bottom: 2px solid #edf2fa}
.head .hd img {height:20px;margin: 20px 0 10px 25px;}
.head .menu a {display: inline-block;width: 30px;height: 30px;position: relative;margin: 25px 25px 0 0;}
.head .menu span {display: block;width: 30px;height: 2px;background:#fff;background-size: cover;transition: -webkit-transform .5s ease;transition: transform .5s ease;}
.head .nav_box .menu_box>li,.head nav {width: 100%}
.head .menu .menu_top {position: absolute;top: 2px;right: 0}
.head .menu .menu_mid {position: absolute;top: 9px;right: 0;opacity: 1}
.head .menu .menu_bot {position: absolute;top: 16px;right: 0}
.head .show .menu .menu_top {-webkit-transform: rotateZ(-45deg);transform: rotateZ(-45deg);-webkit-transform-origin: center;transform-origin: center;top:12px;}
.head .show .menu .menu_mid {opacity: 0}
.head .show .menu .menu_bot {-webkit-transform: rotateZ(45deg);transform: rotateZ(45deg);-webkit-transform-origin: center;transform-origin: center;top:12px;}
.head nav {position: absolute;top: 0;left: 0;background-color: #fff;display: none;height: 100vh;overflow: auto}
.head .nav_box .menu_box {padding:70px 3%;}
.head .nav_box .menu_box>li>a {display: block;width: 100%;height: 50px;line-height: 50px;border-bottom: 1px solid #edf2fa;color:#242933;font-size:14px;position: relative;}
.head .nav_box .menu_box>li>a>i {width: .16rem;height: .16rem;margin: .36rem .18rem 0 .1rem; display:none;}
.head .nav_box .menu_box>li>a>i.menu_active {background: url(../images/dot.png) no-repeat;background-size: cover;}
.head .nav_box .menu_box>li>a>span.sub_menu_active {background: url(../images/reduce.png) center no-repeat;background-size:20px}
.head .nav_box .menu_box>li>a>span {display: inline-block;width: 30px;height: 30px;margin-top: 10px;margin-right: 10px;background: url(../images/plus.png) no-repeat center ;background-size:20px;}
.menu_show,.menu_show body {overflow: hidden}
.menu_show body {position: relative;height: 100%}
.head .nav_box .sub_menu {margin: 0;display: none}
.head .nav_box .sub_menu>li {height:40px;line-height: 40px;}
.head .nav_box .sub_menu>li span {width: 10px;height: 15px;margin-top: 0px;margin-right: 10px;margin-left: 10px;background: url(../images/arrow_gray.png) no-repeat;background-size: cover; display:none;}
.f_menu .f_menu_box>li,.footer {width: 100%}
.head .nav_box .sub_menu>li a {display: block;height: 100%;color: #888;font-size:14px;}
.head .head_content.show { background:#fff;}
.head .hd .logo1{ display:none;}
.head.bianse .hd a.logo2, .head .show .hd a.logo2{display:none!important;}
.head.bianse .hd a.logo1, .head .show .hd a.logo1{display:inline-block!important;}
.head.bianse .hd a,.head .show .hd a{ display:inline-block;/* width:249px;background: url(../images/logo.png) left center no-repeat;background-size:contain;height:20px;margin: 20px 0 10px 25px;*/}
/*.head.bianse .hd img,.head .show .hd img{ display:none;}*/
.head.bianse .menu span,.head .show  .menu span{ background:#000;}
}
@media screen and (max-width:768px){
/*.head .hd img {height:20px;margin: 20px 0 10px 15px;}
.head.bianse .hd a,.head .show .hd a{margin: 20px 0 10px 15px;}*/
.head .menu a {margin: 25px 15px 0 0;}
.head .nav_box .menu_box>li>a>span.sub_menu_active {background-size:15px}
.head .nav_box .menu_box>li>a>span {background-size:15px;}
}


/*ind-banner*/
.ind-banner{width: 100%; overflow: hidden; position:relative;} 
.ind-banner .swiper-slide { color: #fff; } 
.ind-banner .swiper-slide {position: relative;}
.ind-banner .swiper-slide img{width: 100%;}
.ind-banner .swiper-slide a{ display: block; width: 100%; height: 100%; }
.ind-banner .swiper-pagination{width:auto; height:30px;text-align:left; left:3%;bottom:10px; position:absolute;z-index:10;} 
.ind-banner .swiper-pagination-bullet {opacity: 1!important; width:1px; height:10px;background:#fff; cursor:pointer;border:none;border-radius:0;margin:0 5px!important; } 
.ind-banner .swiper-pagination-bullet-active {height:20px;background:#fff;} 
.ind-banner .ban1 .txtDiv{ position: absolute; left: 12%; margin-left: 0px; top: 50%; height: 270px; margin-top: -135px;}
.ind-banner .ban1 .txt1{ font-size: 0.24rem; padding-bottom: 0.16rem; line-height: 0.24rem; color:#fff; position: relative;} 
.ind-banner .ban1 .txt2{ font-size: 0.52rem; color: #fff; font-weight: bold; text-transform: uppercase;} 
.ind-banner .ban1 .btnDiv{ text-transform: uppercase; margin-top: 0.25rem; width: 1.53rem; height: 0.38rem; font-weight: bold; border: #fff solid 2px; text-align: center; color: #fff; line-height: 0.38rem;}
.ind-banner .swiper-button-prev{position:absolute; top:50%;width:40px; height:40px;left: 3%; margin-top: -44px;background: url(../images/arrow-left.svg) center no-repeat;border: 2px solid #fff;border-radius: 50%;opacity:0; filter:Alpha(opacity=0);    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;} 
.ind-banner .swiper-button-next{position:absolute; top:50%;width:40px; height:40px;right: 3%; margin-top: -44px;background: url(../images/arrow-right.svg) center no-repeat;border: 2px solid #fff;border-radius: 50%;opacity:0; filter:Alpha(opacity=0);    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;} 
.ind-banner:hover .swiper-button-prev,
.ind-banner:hover .swiper-button-next{opacity:1; filter:Alpha(opacity=100);} 
.ind-banner .swiper-button-prev:hover,
.ind-banner .swiper-button-next:hover{width:45px; height:45px;} 
/*banner_mouse*/
.banner-mouse{ position: absolute;bottom:3%;left:50vw;z-index: 9;  width: 23px;height: 40px;cursor:pointer;background:url(../images/banner_mouse_ico.png) no-repeat -23px 0px;-webkit-animation: nudgeMouse 1.6s linear infinite;animation: nudgeMouse 1.6s linear infinite;}
.banner-mouse:after,.banner-mouse:before{content: "";position: absolute;}
.banner-mouse:before{width:23px;height:40px;background:url(../images/banner_mouse_ico.png) no-repeat 0px 0px;-webkit-animation: colorSlide 1.6s linear infinite;animation: colorSlide 1.6s linear infinite;top:0;left:0;}
.banner-mouse:after{background-color: #ffffff;width: 4px;height: 4px;border-radius: 100%;-webkit-animation: trackBallSlide 1.6s linear infinite;animation: trackBallSlide 1.6s linear infinite;top: 0;right: 0;bottom: 0;left: 0;margin: auto;}
/*banner_mouse css3*/
@-webkit-keyframes colorSlide{0%{height:0;}90%{height:40px;}}
@keyframes colorSlide{0%{height:0;}90%{height:40px;}}
@-webkit-keyframes trackBallSlide{0%{opacity: 1;-webkit-transform: scale(1) translateY(-8px);transform: scale(1) translateY(-8px);}34%{opacity: 1;-webkit-transform: scale(0.9) translateY(4px);transform: scale(0.9) translateY(4px);}68%{opacity: 0;-webkit-transform: scale(0.4) translateY(16px);transform: scale(0.4) translateY(16px);}100%{opacity: 0;-webkit-transform: scale(0.4) translateY(-8px);transform: scale(0.4) translateY(-8px);}}
@keyframes trackBallSlide{0%{opacity: 1;-webkit-transform: scale(1) translateY(-8px);transform: scale(1) translateY(-8px);}34%{opacity: 1;-webkit-transform: scale(0.9) translateY(4px);transform: scale(0.9) translateY(4px);}68%{opacity: 0;-webkit-transform: scale(0.4) translateY(16px);transform: scale(0.4) translateY(16px);}100%{opacity: 0;-webkit-transform: scale(0.4) translateY(-8px);transform: scale(0.4) translateY(-8px);}}
/*bannerTel*/
.bannerTel{ display: none; }
.ind-bannerTel{width: 100%; overflow: hidden;} 
.ind-bannerTel .swiper-slide { color: #fff; } 
.ind-bannerTel .swiper-slide img{width: 100%;}
.ind-bannerTel .swiper-slide a{ display: block; width: 100%; height: 100%; }
.ind-bannerTel .swiper-pagination{  text-align: center; left: 0; width: 100%; bottom: 0.2rem!important; } 
.ind-bannerTel .swiper-pagination-bullet { opacity: 1!important; width:8px; height:8px; text-align: center;border:1px solid #fff;background: transparent;border-radius:50%;margin:0 4px!important; } 
.ind-bannerTel .swiper-pagination-bullet-active {background:#fff;} 

@media screen and (max-width:992px){
	.ind-banner{ display:none;}
	.bannerTel{ display:block;}
}






/*footer*/
.footer{width:100%;background-color:#0074be;}
.footer .w1010{ margin:0 auto; width:1013px;}
.footer .footerTop{padding:94px 0 75px 0; max-width:1200px; margin:0 auto;}
.footer .t1{font-size:16px; line-height:30px;color:#333333;text-align:left; text-transform:uppercase;margin-bottom:10px;font-weight: 600;}
/*footer-lx*/
.footer .footer-lx{width:527px;float:left;font-size:12px;color:#fff;line-height:20px; text-align:center;background:url(../images/bottom-line.png) right top no-repeat; position:relative;}
.footer .footer-lx .footer-lxBox{background:url(../images/bottom-line.png) left top no-repeat;}
.footer .bottom-logo{padding-bottom:20px;}
.footer .bottom-logo img{ max-width:70px;}
.footer .footer-lx h1{ font-size:20px; line-height:normal;font-family:'微软雅黑','Microsoft YaHei',Arial,sans-serif; color:#fff; font-weight:bold; margin-bottom:8px;}
.bq{font-size:12px;color:#7db0de;}
.bq a{font-size:12px;color:#7db0de;display:inline-block;}
.bq a:hover{color:#fff;}
/*footer-share*/
.footer .footer-shareBox{width:243px; float:left;}
.footer .footer-share{line-height:26px; padding-left:6px;}
.footer .footer-share a{ width:55px;display:inline-block;margin-right:20px;}
.footer .footer-share a .wz{color:#fff;font-size:12px;text-align:center; }
.footer .footer-share a{vertical-align: middle;display: inline-block;cursor: default;position: relative;-webkit-transition: all .4s ease-in-out;-moz-transition: all .4s ease-in-out;-o-transition: all .4s ease-in-out;transition: all .4s ease-in-out;}
.footer .footer-share a.wx .pos{display: none;width: 100px;position: absolute;left: -22px;top: 0;margin-top: -100px;box-shadow: 0 0 17px -4px rgba(0, 0, 0, 0.2);-webkit-transition: all .4s ease-in-out;-moz-transition: all .4s ease-in-out;-o-transition: all .4s ease-in-out;transition: all .4s ease-in-out;}
.footer .footer-share a.wx .pos img{width: 100%;}
.footer .footer-share a.wx:hover .pos{display: block;}
/*footer-weixin*/
.footer .footer-weixin{width:243px; float:left;text-align:right; }
@media screen and (max-width:1024px){
.footer .w1010{width:auto; padding:0 30px;}
.footer .footer-shareBox{width:24%;}	
.footer .footer-lx{width:52%;}
.footer .footer-weixin{width:24%;}	
}
@media screen and (max-width:992px){
.footer .footer-shareBox{width:100%; margin-bottom:50px; text-align:center;}
.footer .footer-share{ padding:0;}
.footer .footer-weixin{width:100%;text-align:center;}
.footer .footer-lx{width:100%; margin-bottom:20px;}
.footer .footer-lx,
.footer .footer-lx .footer-lxBox{background:none;}
.footer .footer-share a{margin:0 10px;}
}
@media screen and (max-width:768px){
.footer .footer-lx{width:100%; margin-bottom:30px;}
.footer .ylinkBox{width:100%; margin-bottom:30px; display:none;}
.footer .ylinkBox .ylink{ padding-left:0;}
.footer .ylink ul{ width:130px;}	
.footer .footer-shareBox{width:100%;}
}





/*index-tit*/
.index-tit{text-align:center;margin-bottom:40px;}
.index-tit .t{padding-bottom:12px;font-size:40px;line-height:normal;font-weight:300;color: #383f61; }
.index-tit .wz{padding-top:10px;padding-bottom:20px;font-size:14px;line-height:24px;font-weight:300;color: #7d808d; }
.index-tit .line{width:50px;height:4px;background-color: #0074be; margin:0 auto;}
@media screen and (max-width:768px){
.index-tit .t{font-size: .4rem;line-height: 110%;}
.index-tit .line{height:3px;}
}

/*more*/
.btn-view{overflow: hidden;text-align:center;}
.btn-view a{display:block;color:#fff;font-size:14px;width:126px;line-height:43px; margin:0 auto; background:#0074be;overflow: hidden;border-top-left-radius:43px;border-top-right-radius:0;border-bottom-right-radius:43px;border-bottom-left-radius:43px;-moz-transition: all .5s ease-in-out;-webkit-transition: all 0.5s ease-in-out;transition: all .5s ease-in-out;}
.btn-view a span{display:inline-block;margin-left:27px;}
.btn-view a:hover{ padding:0 10px; background:#8acfe8;}
@media screen and (max-width:1220px) {
.btn-view a{font-size:12px;width:100px;}
}
@media screen and (max-width:767px) {
.btn-view a{line-height:36px;}
}


/*index-pro*/
.index-pro{width: 100%; overflow: hidden;padding-bottom:90px;padding-top:65px;}
.index-pro .ul-case{padding-top:15px;padding-bottom:112px;overflow:hidden;max-width: 100%;display:block;margin:0 -8px;}
.index-pro .ul-case li{width:33.33333%; float:left;overflow:hidden;}
.index-pro .ul-case li a{ display:block;margin:8px 8px; position:relative;border-radius:15px;overflow:hidden;}
.index-pro .ul-case li a .pic{position: relative;border-radius:15px; width:100%; height:100%;overflow:hidden;}
.index-pro .ul-case li a img{display: block;width: 100%;border-radius:15px;overflow: hidden;}
.index-pro .ul-case li .rectborder {width:100%;height:100%;position: absolute;left:0;bottom:0; right:0;background:url(../images/index-pro-shadow.png) repeat-x center bottom;border-radius:15px;overflow:hidden;}
.index-pro .ul-case .text{position:absolute; left:0; right:0; margin:0 auto; bottom:0; padding:30px 20px; text-align:center;}
.index-pro .ul-case .text h3{font-weight: normal;color:#fff;font-size: 18px;line-height:24px;}
.index-pro .ul-case .text h4{font-weight: normal;color:#fff;font-size: 14px;line-height:24px; text-transform:uppercase;}
.index-pro .ul-case .text-h{position:absolute; left:0; right:0; margin:0 auto; top:48%; padding:0 20px; text-align:center;margin-top:-24px;}
.index-pro .ul-case .text-h h3{font-weight: normal;color:#fff;font-size: 18px;line-height:24px;}
.index-pro .ul-case .text-h h4{font-weight: normal;color:#fff;font-size: 14px;line-height:24px; text-transform:uppercase;}
/*hover*/
.index-pro .ul-case li a:hover img{-moz-transform:scale(1.1); -webkit-transform:scale(1.1);transform:scale(1.1);}
.index-pro .ul-case li a,
.index-pro .ul-case li .rectborder,
.index-pro .ul-case .text,
.index-pro .ul-case .text-h,
.index-pro .ul-case li a .pic,
.index-pro .ul-case li a .pic:after,
.index-pro .ul-case li a img{-webkit-transition: all .4s ease-in-out;-moz-transition: all .4s ease-in-out;-o-transition: all .4s ease-in-out;transition: all .4s ease-in-out;}
/*.index-pro .ul-case li a:hover .text{filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity: 0;opacity: 0;}*/
.index-pro .ul-case .text-h{filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity: 0;opacity: 0;}
/*.index-pro .ul-case li a:hover .text-h{filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;top:50%;}
.index-pro .ul-case li a .pic:after{ content:'';height:100%;position: absolute;left:0;top:0;right:0;background:#0074be;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity: 0;opacity: 0;border-radius:15px; width:100%; overflow:hidden;}
.index-pro .ul-case li a:hover .pic:after{filter:alpha(opacity=70);-moz-opacity:0.7;-khtml-opacity: 0.7;opacity: 0.7; }*/
@media (max-width: 1199px) {
.index-pro{padding-bottom:55px;padding-top:55px;}
.index-pro .ul-case{padding-top:10px;padding-bottom:60px;}	
}
@media (max-width: 768px) {
.index-pro{padding-bottom:50px;padding-top:50px;}
.index-pro .ul-case{padding-top:0px;padding-bottom:30px;}
.index-pro .ul-case li {width:50%;}.index-pro .ul-case .text h3{font-size:16px;}.index-pro .ul-case .text h4{font-size:12px;}
}
@media (max-width: 400px) {
.index-pro .ul-case{margin:0 0;}
.index-pro .ul-case li {width:100%;}
.index-pro .ul-case li a{margin:10px 0; }
}






/*index-ys*/
.index-ys{z-index: 1;position: relative;padding-top:65px;padding-bottom:0;background: url("../images/index-ysbg.jpg") center bottom no-repeat #e9eef2;}
.index-ys-hd{position: relative;padding: 0 50px;}
.index-ys-hd .swiper-container{padding:0;position: relative; margin-top:34px;}
.index-ys-hd .swiper-wrapper{ width:950px; margin:0 auto;}
.index-ys-hd .swiper-slide{position: relative;font-size:16px;color: #595959;text-align:left;cursor: pointer;}
/**/
.index-ys-hd .swiper-slide span{ display:inline-block;z-index:2; line-height:77px; padding-left:94px; position:relative;}
.index-ys-hd .swiper-slide span:before{z-index: 1;transition: 0.4s;position: absolute;left:0;top:0;content: "";width:77px;height:77px;border-radius: 50%;background-position:left top; background-repeat:no-repeat;}
.index-ys-hd .swiper-slide span.ys1:before{ background-image:url("../images/index-ys-iocn1.png");}
.index-ys-hd .swiper-slide-active span.ys1:before{ background-image:url("../images/index-ys-iocn1h.png");}
.index-ys-hd .swiper-slide span.ys2:before{ background-image:url("../images/index-ys-iocn2.png");}
.index-ys-hd .swiper-slide-active span.ys2:before{ background-image:url("../images/index-ys-iocn2h.png");}
.index-ys-hd .swiper-slide span.ys3:before{ background-image:url("../images/index-ys-iocn3.png");}
.index-ys-hd .swiper-slide-active span.ys3:before{ background-image:url("../images/index-ys-iocn3h.png");}
.index-ys-hd .swiper-slide span.ys4:before{ background-image:url("../images/index-ys-iocn4.png");}
.index-ys-hd .swiper-slide-active span.ys4:before{ background-image:url("../images/index-ys-iocn4h.png");}
.index-ys-hd .swiper-slide span.ys5:before{ background-image:url("../images/index-ys-iocn5.png");}
.index-ys-hd .swiper-slide-active span.ys5:before{ background-image:url("../images/index-ys-iocn5h.png");}
/**/
.index-ys-hd .swiper-button-prev{display:none;transition: 0.4s;width:22px;height:20px;border-radius:50%; overflow:hidden;left: 0;top:50%;margin-top:-10px;background: url("../images/page-history-left.jpg") center center no-repeat;outline: none;}
.index-ys-hd .swiper-button-next{display:none;transition: 0.4s;width:22px;height:20px;border-radius:50%; overflow:hidden;right: 0;top:50%;margin-top:-10px;background: url("../images/page-history-right.jpg") center center no-repeat;outline: none;}
/**/
.index-ys-bd{padding:75px 75px 75px 75px;background-color: #fff; position:relative; z-index:1; bottom:-75px;box-shadow:0px 5px 16px 0px #f4f4f4;}
.index-ys-bd .swiper-slide{ background:#fff;display: flex;align-items:top;justify-content: space-between;}
.index-ys-bd .swiper-slide .index-ys-bd-wz{width:31.0077519379845%;}
.index-ys-bd .swiper-slide .index-ys-bd-wz h5{display:block;font-size:26px;font-weight:normal;color:#383f61;padding-left:65px;margin-top:55px;line-height:30px;}
.index-ys-bd .swiper-slide .index-ys-bd-wz h5 span{display:block; padding-left:30px;background: url("../images/index-ys-tit.png") left center no-repeat;}
.index-ys-bd .swiper-slide .index-ys-bd-wz dl{margin-bottom:25px;margin-top:35px;padding-left:65px;color:#383f61; font-size:14px; line-height:26px;height:182px;overflow:hidden;}
.index-ys-bd .swiper-slide .index-ys-bd-pic{display: block;position: relative;width:68.9922480620155%;overflow: hidden;}
.index-ys-bd .swiper-slide .index-ys-bd-pic img{ width: 100%;height: 100%;object-fit: cover;}
.index-ys-bd .swiper-slide .index-ys-bd-wz .btn-view{padding-left:65px;}
.index-ys-bd .swiper-slide .index-ys-bd-wz .btn-view a{ margin:0;}
@media screen and (max-width:1550px){
	.index-ys-bd{padding: 50px;bottom:-50px;}
	.index-ys-bd .swiper-slide .index-ys-bd-wz h5{padding-left:50px;margin-top:35px;font-size:24px;}
	.index-ys-bd .swiper-slide .index-ys-bd-wz dl{margin-bottom:25px;margin-top:25px;padding-left:50px;color:#383f61;}
	.index-ys-bd .swiper-slide .index-ys-bd-wz .btn-view{padding-left:50px;}
}
@media screen and (max-width:1280px){
	.index-ys-bd{padding:30px 30px;bottom:-30px; margin-top:15px;}
    .index-ys-hd .swiper-wrapper{ width:1200px;}
}
@media screen and (max-width:1199px){
	.index-ys-bd{padding:20px 20px;bottom:-20px;}
	.index-ys-bd .swiper-slide{display: block;}
	.index-ys-bd .swiper-slide .index-ys-bd-wz{width:94%; padding:3% 3% 3% 3%;} 
	.index-ys-bd .swiper-slide .index-ys-bd-wz h5{border: none;padding-top: 0;padding-left:0;font-size:20px;margin-top:20px;}
	.index-ys-bd .swiper-slide .index-ys-bd-wz dl{padding-left:0;min-height:inherit;max-height:156px; height:auto;margin-bottom:15px;margin-top:15px;}
	.index-ys-bd .swiper-slide .index-ys-bd-wz .btn-view{padding-left:0;}
	.index-ys-bd .swiper-slide .index-ys-bd-pic{width: 100%;}
	.index-ys-hd .swiper-button-prev,.index-ys-hd .swiper-button-next{display: block;}
}
@media screen and (max-width:1023px){
	.index-ys-hd .swiper-slide span{line-height:50px; padding-left:60px; position:relative;}.index-ys-bd .swiper-slide .index-ys-bd-wz h5{font-size:18px;}
    .index-ys-hd .swiper-slide span:before{width:50px;height:50px; background-size:50px;}
}
@media screen and (max-width:1150px){
    .index-ys-hd .swiper-slide{ text-align:center;}
}





/*index-news*/
.index-news{background: url("../images/index-newsbg.jpg") center bottom no-repeat #fff;margin:0 auto;padding-top:160px;padding-bottom:60px;}
.index-news .index-tit{ padding-bottom:35px;}
.index-news .index-newsBox{ padding-bottom:73px;}
/*newslunbo*/
.index-news .newslunboBox{width:55.55555555555556%; overflow: hidden; float:right;} 
.index-news .newslunbo .swiper-slide { color: #fff; } 
.index-news .newslunbo .swiper-slide img{width: 100%;}
.index-news .newslunbo .swiper-slide a{ display: block; width: 100%; height: 100%; }
.index-news .newslunbo .swiper-pagination{text-align:right; left: 0; right:24px; width:94%; bottom:112px!important; z-index:100;} 
.index-news .newslunbo .swiper-pagination-bullet { opacity: 1!important; width:7px; height:7px; text-align: center;border:1px solid #fff;background:#fff;border-radius:50%;margin:0 3px!important; } 
.index-news .newslunbo .swiper-pagination-bullet-active {background:#0074be;border-color:#0074be;} 
.index-news .newslunbo .nr{position:relative;border-bottom:1px solid #d8d8d8;}
.index-news .newslunbo h1{position:relative;padding-left:12px;font-size:18px;color:#383f61;line-height:86px;height:86px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:500;padding-right:75px;}
.index-news .newslunbo h1:before{position: absolute;left:2px;content: "";width:3px;height:18px;background:#0074be;top:50%;margin-top:-9px;}
.index-news .newslunbo .date{font-size:14px;color:#383f61; display:inline-block; text-align:right;line-height:86px;position:absolute; top:0; right:0;}
/*newsList*/
.index-news .NewsBox{ width:42.36111111111111%; float:left;}
.index-news .newsList{width:100%;}
.index-news .newsList li{width:100%;height:auto;margin:0 auto;position:relative; list-style:none;}
.index-news .newsList li a{ display:block; position:relative; padding-left:89px;}
.index-news .newsList li .date{position: absolute;z-index:1; left:0; top:50%; margin-top:-30px;}
.index-news .newsList li .date .datenr{font-size:24px;color:#0074be; display:inline-block; text-align:right;line-height:30px;}
.index-news .newsList li .date span{ display:block;font-size:14px;font-family:Arial;}
.index-news .newsList li .nr{ border-left:1px solid #d8d8d8;border-top:1px solid #d8d8d8;border-right:1px solid #d8d8d8;padding:40px 50px 35px 57px;position:relative;}
.index-news .newsList li h1{ position:relative;padding-left:12px;font-size:18px;color:#383f61;line-height:30px;height:30px;margin-bottom:15px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:500;}
.index-news .newsList li h1:before{position: absolute;left:2px;top:6px;content: "";width:3px;height:18px;background:#0074be;}
.index-news .newsList li .text{font-size:13px;color:#5c6384;line-height:24px;height:48px;overflow:hidden;}
.index-news .newsList li.li3 .nr{border-bottom:1px solid #d8d8d8;}
.index-news .newsList li a:hover .nr:before{position: absolute;left:0;content: "";width:2px;height:100%;background:#0074be;top:0;}
.index-news .newsList li a:hover .nr{border-color:#fff; background:#fff;}
.index-news .newsList li a:hover h1{color:#0074be;}
@media screen and (max-width:1440px) {
.index-news .newsList li .nr{padding:37px 50px 30px 57px;}
}
@media screen and (max-width:1280px) {
.index-news .newsList li .nr{padding:26px 30px 26px 35px;}
}
@media screen and (max-width:1024px) {
.index-news{padding-top:80px;padding-bottom:50px;}
.index-news .index-tit{padding-bottom:0;}
.index-news .index-newsBox{padding-bottom:40px;}
.index-news .newslunboBox{width:100%; float:none;margin-bottom:30px} 
.index-news .NewsBox{ width:100%; float:none;}
.index-news .newsList li .text{max-height:48px;height:auto;}
}
@media screen and (max-width:768px) {
.index-news{padding-top:50px;padding-bottom:30px;}
.index-news .newsList li .date .datenr{font-size:20px;}
}
@media screen and (max-width:430px) {
.index-news .newslunbo h1{font-size:16px;line-height:60px;height:60px;}
.index-news .newslunbo .date{font-size:12px;line-height:60px;}
.index-news .newsList li a{padding-left:70px;}
.index-news .newsList li .nr{padding:20px 20px 20px 25px;}
.index-news .newsList li h1{font-size:16px; margin-bottom:0;}
}








/*index-client*/
.index-client{width:100%;height:auto;padding-bottom: 40px;padding-top:70px;overflow:hidden;position:relative;}
/**/
.index-client .clientList .swiper-slide { color: #fff; } 
.index-client .clientList .swiper-slide img{width: 100%;}
.index-client .clientList .swiper-slide a{ display: block; width: auto; height: 100%; }
.index-client .clientList .swiper-pagination{text-align:center; left: 0; right:0; width:100%; bottom:0!important; z-index:100; position: static; margin-top:20px;} 
.index-client .clientList .swiper-pagination-bullet { opacity: 1!important; width:7px; height:7px; text-align: center;border:1px solid #0074be;background:#fff;border-radius:50%;margin:0 3px!important; } 
.index-client .clientList .swiper-pagination-bullet-active {background:#0074be;border-color:#0074be;} 
/**/
.index-client ul{height:auto; overflow:hidden;margin:0 -8.5px; padding-top:40px;}
.index-client ul li{float:left;list-style:none; margin-bottom:19px; width:16.66666666666667%;}
.index-client ul li a{ display:block;overflow:hidden; margin:0 8.5px;}
.index-client ul li .ImgBox{border:1px solid #e5e5e5;}
.index-client ul li .ImgBox img{max-width:100%;max-height:100%;width:100%;}
.index-client ul li a:hover{box-shadow:0px 5px 16px 0px #e5e5e5;}
.index-client ul li a{-webkit-transition: all .4s ease-in-out;-moz-transition: all .4s ease-in-out;-o-transition: all .4s ease-in-out;transition: all .4s ease-in-out;}
@media screen and (max-width:1024px) {
.index-news{padding-top:50px;padding-bottom:30px;}
.index-client ul{padding-top:0px;}
}
@media screen and (max-width:768px) {
.index-client ul li{ width:33.333333%;margin-bottom:10px;}
.index-client ul{margin:0 -5px;}
.index-client ul li a{margin:0 5px;}
}












/*****************************page start*****************************/
.page{background:#ffffff;}

/*pagebanner*/
.pagebanner{ display:block; overflow:hidden;height:560px;background-position:center;background-repeat:no-repeat;background-size:cover;color:#fff;/*padding:0 120px;*/}
@media screen and (max-width:1199px){
.pagebanner{height:360px;}
}


/*pageTop*/
.pageTop{ height:66px;border-bottom:1px solid #ebebeb;}
.pageTopB{height:66px;width: 100%;background:#FFF;}
/**/
.pageTopBox{ position:relative;padding-left:140px;padding-right:140px; border-bottom:1px solid #eff0f5}
.pagePosition{ position: absolute; bottom:-1px; left:0;width:140px; height:206px; background:#0074be;}
.pagePosition span.hm{ display:block; /*padding-left:25px;padding-right:25px;*/padding-top:50px; font-size:24px; color:#ffffff; text-transform:uppercase;font-family:"思源黑体 CN","思源黑体",'pingfang',"PingFang SC", CNLato,"Lantinghei SC","Microsoft YaHei","HanHei SC","Helvetica Neue","Open Sans","Hiragino Sans GB",STHeiti,"WenQuanYi Micro Hei",SimSun,"微软雅黑",Arial,sans-serif;padding-left:10px;padding-right:10px; text-align:center;}
/*pageNav*/
.pageNav{ height:66px; text-align:center;}
.pageNav ul{ margin:0 auto; font-size:0; display:inline-block;}
.pageNav li{ display:inline-block;*display:inline;zoom:1;font-size: 14px; line-height:66px; margin:0 16px;float:left;}
.pageNav li a{display:block; color:#383f61; padding:0 13px;}
.pageNav li a span{ display:inline-block;position:relative; z-index:2;}
.pageNav li a span:after{ content:''; width:0; position: absolute; bottom:-1px; left:0;height:3px; background:#0090de; -webkit-transition: 0.6s;-moz-transition: 0.6s;-ms-transition: 0.6s;-o-transition: 0.6s;transition: 0.6s;}
.pageNav li .aNow span:after, .pageNav li a:hover span:after{width:100%;}
.pageNav li .aNow, .pageNav li a:hover{ color:#0090de;}
.pageNav-tit{ display:none;}
@media screen and (max-width:992px){
.pagePosition{ bottom:50px;width: 100px;height: 100px;}	
.pageTopBox{padding-left:0;padding-right:0;border-bottom:none;}
.pagePosition span.hm{padding-top: 20px;font-size:16px;}
/*pageNav*/
.pageTop{height:auto;}
.pageNav{ height:auto; position: static;}
.pageNav li{margin:0 5px;}
.pageNav li a{padding:0 5px; font-size:12px;}
.pageTop,
.pageTopB,
.pageNav{ height:50px;}
.pageNav li{line-height:50px;}	
}

@media screen and (max-width:768px){
.pagePosition{ bottom:0;}	
.pageNavB{width: 100%;max-width:992px;position: absolute;height:60px;z-index: 2;overflow: hidden;}
.pageNav::-webkit-scrollbar{display: none;}
.pageNav ul::-webkit-scrollbar {display: none;}
.pageNav ul{overflow: hidden;overflow-x: scroll;white-space: nowrap;-webkit-overflow-scrolling: touch;-moz-overflow-scrolling: touch;-o-overflow-scrolling: touch;-ms-overflow-scrolling: touch;overflow-scrolling: touch; font-size:0; line-height:0; display:block;}
.pageNav li{ float:none;}
}

/*pageInfo*/
.pageInfo{color:#333333;font-size:15px;line-height:30px;min-height:100px;padding-top:60px;}
.pageInfo img{max-width:100%;}
/**/
.pagetit{margin-bottom:50px; text-align:center;}
.pagetit span{ display:block;}
.pagetit .en{color: #7d808d;font-size:14px;line-height:30px;font-family:Arial,sans-serif; text-transform:uppercase;}
.pagetit .cn{color: #383f61;font-size:36px;line-height: normal;padding-bottom:22px;font-family:"苹方", 'Microsoft YaHei',Arial,sans-serif;font-weight:300; position:relative;}
.pagetit .cn:after{ content:""; position:absolute; left:0;right:0; bottom:0; background:#0074be; width:18px; margin:0 auto; height:6px;}
.pagetit .cn:before{ content:""; position:absolute; left:0;right:0; bottom:3px; background:#e9e9e9; width:75px; margin:0 auto; height:1px;}
@media screen and (max-width:992px){
.pagetit{margin-bottom:30px;}
.pagetit .cn{font-size:26px;}
}
@media screen and (max-width:768px){
.pagetit .cn{font-size:20px;}
}
@media screen and (max-width:640px){
.pagetit .cn{font-size:18px;}
.pagetit .cn:after{height:4px;}
.pagetit .cn:before{bottom:2px;}
}



/*page about*/
.pageTable{ padding-bottom:85px;border-spacing:0;}
.pageTable .td1{ width:48.33333333333333%;}
.pageTable .td2{ padding:3% 80px; background-position:right top; background-repeat:no-repeat;}
.pageTable h1{color: #383f61;font-size:20px;line-height: normal; padding-bottom:30px; font-weight:600;}
.pageTable td{color: #383f61;font-size:15px;line-height:32px;}
@media screen and (max-width:1350px){
.pageTable .td2{ padding:3% 70px;}
.pageTable{ padding-bottom:75px;}
}
@media screen and (max-width:992px){
.pageTable{ padding-bottom:35px;}
.pageTable .td1{ width:100%; display:block!important; text-align:center;}
.pageTable .td2{width:100%; display:block!important;padding:3% 0;}
.pageTable h1{padding-bottom:10px;}
}
@media screen and (max-width:768px){
.pageTable h1{font-size:16px;padding-bottom:15px;}
.pageTable td{font-size:14px;line-height:26px;}
}


/*pagehonor*/
.pagehonor{margin-top:80px;margin-bottom:80px;position: relative;padding:0;}
.pagehonor .swiper-slide{ width:25%;}
.pagehonor .swiper-slide a{display: block;}
.pagehonor .swiper-slide a .picB{display: block;background-color:#fff;padding:33px 20px; border:1px solid #c9c9c9;}
.pagehonor .swiper-slide a .pic{display: block;position: relative;width: 100%;padding: 61.819% 0;overflow: hidden;}
.pagehonor .swiper-slide a .pic img{transition: 0.4s;position: absolute;left: 0;top: 0;width: 100%;height: 100%;object-fit: contain;}
.pagehonor .swiper-slide a p{transition: 0.4s;padding: 20px 27px;font-size:15px;color:#333333;line-height: 24px;text-align: center;}
.pagehonor .swiper-slide:hover a p{color:#0074be;}
.pagehonor .swiper-button-prev{transition: 0.4s;opacity: 1;width:27px;height:52px;left:-50px;margin-top:-26px;background: url("../images/page-left.png") center center no-repeat;background-size: contain;outline: none;}
.pagehonor .swiper-button-next{transition: 0.4s;opacity: 1;width:27px;height:52px;right:-50px;margin-top:-26px;background: url("../images/page-right.png") center center no-repeat;background-size: contain;outline: none;}
@media screen and (max-width:1370px){
	.pagehonor{padding:0 50px;}
	.pagehonor .swiper-button-prev{left:0;}
	.pagehonor .swiper-button-next{right:0;}
}
@media screen and (max-width:1190px){
	.pagehonor{margin-top:40px;}
    .pagehonor .swiper-slide{ width:33.333333%;}
}
@media screen and (max-width:1023px){
	.pagehonor{margin-top:0;padding: 0 1rem;}
}
@media screen and (max-width:768px){
    .pagehonor .swiper-slide{ width:50%;}
	.pagehonor .swiper-slide a p{font-size: 14px;}
}
@media screen and (max-width:550px){
    .pagehonor .swiper-slide{ width:100%;}
}




/*page culture*/
.pageTable2{border-spacing:0;}
.pageTable2 td,.pageTable2 td p{color:#383f61;font-size:20px;line-height:30px;padding-bottom:10px;}
.pageTable3{ padding-bottom:50px;border-spacing:0;}
.pageTable3 .td0{ width:7.5%;}
.pageTable3 .td1{ width:59.16666666666667%;}
.pageTable3 .td2{width:33.33333333333333%;}
.pageTable3 h1{color: #383f61;font-size:19px;line-height: normal; padding-bottom:30px; font-weight:600;}
.pageTable3 td{color: #383f61;font-size:15px;line-height:32px;}
@media screen and (max-width:1350px){
.pageTable3{ padding-bottom:40px;}
}
@media screen and (max-width:992px){
.pageTable3{ padding-bottom:35px;}
.pageTable3 .td0{ display:none;}
.pageTable3 .td1{ width:100%; display:block!important; text-align:center;padding:3% 0;}
.pageTable3 .td2{width:100%; display:block!important;padding:3% 0;}
.pageTable3 h1{padding-bottom:10px;}
}
@media screen and (max-width:768px){
	.pageTable2 td,.pageTable2 td p{font-size:17px;padding-bottom:5px;}
	.pageTable3 h1{font-size:16px;}
	.pageTable3 td{font-size:14px;line-height:24px;}
}

/*page-tab*/
.page-tab{margin:0 auto;padding:33px 0 33px 0;text-align: center; }
.page-tab ul { margin:0 auto;padding: 0;list-style: none; text-align:center;height: 30px;line-height: 30px;font-size: 0;}
.page-tab ul li{margin: 0;padding: 0;display: inline-block;position: relative;height: 30px;line-height: 30px;}
.page-tab ul li a{display: inline-block;text-align: center;font-size: 12px;color: #1e2831;padding: 0 11px;margin:0 4px;height: 28px;line-height: 28px;border: 1px solid #d2d2d2;background: #ffffff;}
.page-tab ul li a:hover{background:#0090de;color: #fff;border-color:#0090de;}
.page-tab ul li a.focus{background:#daf0ff;}
.page-tab ul li.next-page a, .page-tab ul li.prev-page a{padding: 0 18px;}
@media screen and (max-width:1024px){
.page-tab{margin:0 auto;padding:33px 0 87px 0;text-align: center; }
}
@media screen and (max-width:768px){
.page-tab ul li{ display:none;}	
.page-tab ul li.next-page, .page-tab ul li.prev-page{ display:inline-block;}
}


/*page newsList listpic*/
.page-newsList{margin-bottom:35px;}
.page-newsList ul li.listpic{font-size:0;display:inline-block;*display:inline;zoom:1;margin:0;padding:0;list-style:none;width:100%;margin-bottom:10px;position:relative;}
.page-newsList ul li.listpic a{display:block;position: relative;overflow:hidden;background: url("../images/page-more.png") right center no-repeat;border-bottom:1px solid #f4f4f4; }
.page-newsList ul li.listpic .ImgBox{width:515px;height:270px;overflow:hidden; float:left;}
.page-newsList ul li.listpic .ImgBox img{height:100%; width:100%;}
.page-newsList ul li.listpic .ImgBox img,.page-newsList ul li.listpic .listTitle .listTitleBox{-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;-ms-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;}
.page-newsList ul li.listpic:hover .ImgBox img{-moz-transform: scale(1.05); -webkit-transform: scale(1.05);transform: scale(1.05);}
.page-newsList ul li.listpic .listTitle{overflow:hidden;display:block;padding:0;height:200px;}
.page-newsList ul li.listpic .listTitle .listTitleBox{padding:80px 100px 30px 150px; position: relative; }
.page-newsList ul li.listpic .listTitle .t{font-size:20px;color:#0074be;height:30px;line-height:30px; overflow:hidden; font-weight:600;}
.page-newsList ul li.listpic .listTitle .t2{font-size:14px;color:#383f61;height:60px;line-height:30px; overflow:hidden;margin-top:16px;}
.page-newsList ul li.listpic .date{font-size:16px; color:#595959;width:110px;position:absolute; top:80px; left:0; text-align:right;}
.page-newsList ul li.listpic,
.page-newsList ul li.listpic .listTitle,
.page-newsList ul li.listpic .date{-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;-ms-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;}
.page-newsList ul li.listpic a:hover{ background:#fafafa;border-bottom:1px solid #fafafa;}
.page-newsList ul li.listpic .date .datenr{font-size:24px;color:#383f61; display:inline-block; text-align:right;line-height:30px;}
.page-newsList ul li.listpic .date span{ display:block;font-size:14px;font-family:Arial; color:#383f61;}
@media screen and (max-width:1220px) {	
    .page-newsList ul li.listpic .ImgBox{width:400px;height:240px;}
}
@media screen and (max-width:1024px) {	
    .page-newsList ul li.listpic a{padding:0; background:none;}
	.page-newsList ul li.listpic .ImgBox{width:300px;height:170px;}
	.page-newsList ul li.listpic .ImgBox img{height:170px; width:100%;}
	.page-newsList ul li.listpic .listTitle{height:170px;}
    .page-newsList ul li.listpic .listTitle .listTitleBox{padding:30px 30px 30px 150px;}
	.page-newsList ul li.listpic .date{top:30px;}
	.page-newsList ul li.listpic .listTitle .date{margin-bottom:0;}
	.page-newsList ul li.listpic .listTitle .t{font-size: 16px;height:30px;line-height:30px;}
}
@media screen and (max-width:768px) {
	.page-newsList ul li.listpic a{margin:0; position:relative;}
	.page-newsList ul li.listpic .date{text-align:left; left:auto; right:0; width:100px; top:20px; }
	.page-newsList ul li.listpic .date .datenr,
    .page-newsList ul li.listpic .date span{color:#fff;}
	.page-newsList ul li.listpic .date .datenr{ padding:10px 10px; background:rgba(93, 89, 89, 0.7);font-size:20px;line-height:26px;}
	.page-newsList ul li.listpic .ImgBox{width:100%;height:auto; display:block; float:none;}
	.page-newsList ul li.listpic .ImgBox img{width: 100%;height:auto; display:block;}
	.page-newsList ul li.listpic .listTitle{height:auto;}
	.page-newsList ul li.listpic .listTitle .listTitleBox{ position:static;}
	.page-newsList ul li.listpic .listTitle .listTitleBox{padding:15px 0 30px 0}
	.page-newsList ul li.listpic .listTitle .t2{margin-top:5px;}
	.page-newsList ul li.listpic:before,
	.page-newsList ul li.listpic:hover:before{background: #f6f6f6;background:linear-gradient(-45deg,transparent 20px,#f6f6f6 0);}
	.page-newsList ul li.listpic:after,
    .page-newsList ul li.listpic:hover:after{background:#d0d0d0;background:linear-gradient(-45deg, transparent 20px, #d0d0d0 0);}
}
@media screen and (max-width:768px) {
	.page-newsList ul li.listpic .date{width:80px;}	
	
}




/*page-newsInfo*/
.page-newsInfo{text-align:left; margin-bottom:80px;}
.page-newsInfo .newsTit{font-size:28px; color:#383f61; line-height: normal; text-align:center;font-weight:600;padding-top:50px;margin:0 0;margin-bottom:10px;}
.page-newsInfo .newsShuju{ font-size:12px; color:#383f61;line-height:30px;text-align:center;padding-bottom:50px; }
.page-newsInfo .newsShuju em{ display:inline-block;margin:0 10px;font-size:12px; color:#383f61;line-height:30px; font-style:normal;}
.page-newsInfo .newsShuju em.s{padding-left:20px;background:url(../images/school-see.png) left center no-repeat;}
.page-newsInfo .newsShare{display:inline-block;text-align:center;margin:0 auto; width:180px;}
.page-newsInfo .newsText{margin:0 0;text-align:left;font-size:15px;color:#383f61;line-height:34px;border-top:1px solid #e5e5e5;}
.page-newsInfo .newsTextNr{padding-top:60px;padding-bottom:20px;}
.page-newsInfo .newsBtn{border-top:1px solid #e5e5e5;padding-top:20px;font-size:0;}
.page-newsInfo .newsBtn .newsBtnA,.page-newsInfo .newsBtn .newsBtnB{display:inline-block;*display:inline;zoom:1;width:50%; line-height:30px; height:30px; overflow:hidden;color:#909090;font-size:12px;}
.page-newsInfo .newsBtn a{display:inline-block;max-width:90%;line-height:14px; height:14px;color:#909090; white-space:nowrap;text-overflow: ellipsis; overflow: hidden;}
.page-newsInfo .newsBtn a:hover{color:#0090de;}
.page-newsInfo .newsBtn .newsBtnA{text-align:left;}
.page-newsInfo .newsBtn .newsBtnB{ text-align:right;}
.page-newsInfo .newsBtn a srtong{ color:#333333;}
.page-newsInfo .newsBtn .newsBtnA span{padding-left:10px;border-left:3px solid #0090de;}
.page-newsInfo .newsBtn .newsBtnB span{padding-right:10px;border-right:3px solid #0090de;}
@media screen and (max-width:992px) {
  .page-newsInfo .newsTit,.page-newsInfo .newsText{margin:0 30px;}
  .page-newsInfo .newsTit{ font-size:24px;}
  .page-newsInfo .newsTextNr{padding-top:30px;padding-bottom:20px;}
}
@media screen and (max-width:768px) {
  .page-newsInfo .newsBtn span{width:100%; }
  .page-newsInfo .newsBtn .newsBtnB{ text-align:left;}
  .page-newsInfo .newsTit{ font-size:18px;}
  .page-newsInfo .newsBtn span,.page-newsInfo .newsBtn a{line-height:20px; height:20px; }
}



/*page-back*/
.page-back{margin:0 auto;text-align:center;padding:30px 0;}
.page-back a{display:block;/*width:128px;font-size: 12px;line-height: 36px;height:36px;overflow:hidden; text-align:center;color: #5e5e5e;margin:0 auto;-webkit-transition: 0.3s;/*-moz-transition: 0.3s;transition: 0.3s; background:#fff; border:1px solid #dcdcdc;*/}
/*.page-back a:hover{background:#cf202f; color:#fff; border-color:#cf202f;}*/






/*pageclientList*/
.pageclientList{ padding-bottom:100px;}
.pageclientList ul{height:auto; overflow:hidden;margin:0 -8.5px; padding-top:40px;}
.pageclientList ul li{float:left;list-style:none; margin-bottom:19px; width:16.66666666666667%;}
.pageclientList ul li a{ display:block;overflow:hidden; margin:0 8.5px;}
.pageclientList ul li .ImgBox{border:1px solid #e5e5e5;}
.pageclientList ul li .ImgBox img{max-width:100%;max-height:100%;width:100%;}
.pageclientList ul li a:hover{box-shadow:0px 5px 16px 0px #e5e5e5;}
.pageclientList ul li a{-webkit-transition: all .4s ease-in-out;-moz-transition: all .4s ease-in-out;-o-transition: all .4s ease-in-out;transition: all .4s ease-in-out;}
@media screen and (max-width:1024px) {
.pageclientList ul{padding-top:0px;}
}
@media screen and (max-width:768px) {
.pageclientList ul li{ width:33.333333%;margin-bottom:10px;}
.pageclientList ul{margin:0 -5px;}
.pageclientList ul li a{margin:0 5px;}
}






/*pageserviceList*/
.pageserviceList{ padding-bottom:60px;}
.pageserviceList ul{height:auto; overflow:hidden;}
.pageserviceList ul li{list-style:none; width:100%; position:relative;min-height:490px;}
.pageserviceList ul li a{ display:block;overflow:hidden;}
.pageserviceList ul li .ImgBox{  position:absolute; left:0; right:0; top:0; bottom:0;}
.pageserviceList ul li .ImgBox img{height:100%;width:100%;}
.pageserviceList ul li .nr{ float:right;width:50%; background-color:#fff;background: url(../images/bg95.png) repeat center; position:relative; z-index:2;min-height:490px;}
.pageserviceList ul li:nth-child(2n) .nr{float:left;}
.pageserviceList ul li .nrBOX{ padding-left:15%; padding-right:15%; padding-top:18%;padding-bottom:5%;}
.pageserviceList ul li .nr .num{text-align:center;font-size:100px; line-height:100px; letter-spacing:-6px; height:63px; overflow:hidden; font-weight:bold;color:#0074be; font-family:Arial, Helvetica, sans-serif;}
.pageserviceList ul li .nr h1{text-align:center;font-size:22px;color:#383f61; margin-bottom:30px;margin-top:5px;}
.pageserviceList ul li .nr .text{font-size:14px;color:#383f61;line-height:30px;}
@media screen and (max-width:768px) {
.pageserviceList{ padding-bottom:30px;}
.pageserviceList ul li .ImgBox{position: static;}
.pageserviceList ul li .ImgBox img{height:auto;width:100%;}
.pageserviceList ul li .nr{ float:none;width:100%; }
.pageserviceList ul li .nrBOX{ padding-left:5%; padding-right:5%; padding-top:10%;padding-bottom:10%;}
.pageserviceList ul li .nr .num{font-size:90px; line-height:90px;height:53px;}
.pageserviceList ul li .nr h1{font-size:18px;margin-bottom:10px;margin-top:5px;}
.pageserviceList ul li .nr{ min-height:150px;}
}




/*pageMap*/
.pageMap{margin-bottom:80px;}



/*pageContactBox*/
.pageContactBox{}
.pageContactBox h1.t1{padding-left:37px;font-size:24px;color: #333333;background:url(../images/contact-icon1.png) left center no-repeat; margin-bottom:30px; font-weight:300;}
.pageContactBox h1.t2{padding-left:37px;font-size:24px;color: #333333;background:url(../images/contact-icon2.png) left center no-repeat; margin-bottom:30px; font-weight:300;}
.pageContactBox h1.t3{padding-left:37px;font-size:24px;color: #333333;background:url(../images/contact-icon3.png) left center no-repeat; margin-bottom:30px; font-weight:300;}
.pageContactBox table td{ padding:10px 30px;}
@media screen and (max-width:768px) {
.pageContactBox table td{ padding:5px 15px;}
}
/*contactTable1*/
.contactTable1{ padding-top:30PX;  padding-bottom:30px; background:#f7f7f7; margin-bottom:60px;border-spacing:0;}
.contactTable1 .td1{ width:40.58333333333333%; text-align:center; border-right:1px solid #e1e1e1;}
.contactTable1 .td1 img{ max-width:77.41273100616016%;}
.contactTable1 .td0{ width:4.583333333333333%;}
.contactTable1 .td2{ width:23.6%;}
.contactTable1 .td2 p{ padding-left:25px; border-left:5px solid #0074be;line-height:30px;font-size:15px;color: #333333;}
.contactTable1 .td2 strong{font-size:20px;color: #333333; font-weight:bold; }
.contactTable1 .td3{ width:17.5%; text-align:center;}
.contactTable1 .td3 img{ max-width:100px;}
@media screen and (max-width:1500px) {
.contactTable1 .td1{ width:40%; }
.contactTable1 .td0{ width:4%;}
.contactTable1 .td2{ width:38.5%;}
.contactTable1 .td3{ width:17.5%;}
}
@media screen and (max-width:992px) {
.contactTable1 .td1,
.contactTable1 .td2,
.contactTable1 .td3{width:100%; display:block!important; text-align:center; padding:3% 0;}
.contactTable1 .td0{ display:none;}
}


/*contactTable2*/
.contactTable2{ padding-top:30PX;  padding-bottom:30px; background:#f7f7f7; margin-bottom:60px;border-spacing:0;}
.contactTable2 .td1{ width:48.75%;width:585px;}
.contactTable2 .td0{ background:#fff;width:30px;}
.contactTable2 .td2{ width:48.75%; width:585px;}
.contactTable2 td p{ padding:25px 90px;line-height:30px;font-size:18px;color: #333333; text-align:left;}
.contactTable2 td strong{font-size:20px;color: #0074be; font-weight:bold; }
@media screen and (max-width:992px) {
.contactTable2 .td1,
.contactTable2 .td2{width:100%; display:block!important; text-align:center; padding:3% 0;}
.contactTable2 .td0{ display:none;}
.contactTable2 td p{ padding:25px 50px;}
}





/*contactTable*/
.contactBOX {padding-bottom:64px;background:url(../images/contact-liuyanbg.jpg) left top no-repeat; position:relative;}
.contactBOX .contactTableB1img img{ width:100%;}
.contactTableB1{width:50%; float:right; background-color:#000;background:url(../images/bg80.png) center top repeat;height:510px;}
.contactTable2{display:block; padding-bottom:80px;font-size:14px; color:#5e5e5e;vertical-align:top;padding:0 0; }
.contactTable2 .line{ padding-top:23px;}
.contactTit{width:50%; float:left; height:510px; position:relative;}
.contactTit .t{ position:absolute; left:0;right:0;top:35%; padding:0 3%;}
.contactTit .t .cn{display:block;font-size:28px; color:#fff;line-height:30px; text-align:center;}
.contactTit .t .en{display:block;font-size:15px; color:#fff;line-height:30px;padding-top:30px; text-align:center;}
@media screen and (max-width:992px){	
.pageContactTable3{ margin-bottom:30px; overflow:hidden;}
.contactBOX{ background:none;padding-bottom:0px;}
.contactTableB1{width:100%; float:none; height:auto;}
.contactTit{width:100%; float:none; height:300px;background:url(../images/contact-liuyanbg.jpg) left top no-repeat; background-size:cover;}
.contactTit .t .cn{font-size:20px;}
.contactTit .t .en{font-size:13px; line-height:24px;padding-top:10px;}
}

/*feedback2Box*/
.feedback2Box{padding:55px 85px 30px 85px;font-size:14px;color:#fff;line-height:30px;}
.feedback2{font-size:14px;color:#fff;line-height: 30px;text-align:left;padding:0;}
.feedback2 .t{ display:block;}
.feedback2 label{display:block;}
.feedback2 label.l1{position:relative;}
.feedback2 label.l1 img{ float:right;}
.feedback2 label.l3{float:right;}
.feedback2 .text{display:block;width: 100%;padding:0;height:24px;margin-bottom:20px;outline:none;font-size:14px;color:#a0a0a0;font-family:Arial,"微软雅黑",Sans-Serif;border: none;border-bottom:1px solid #494949;border-radius:0;background:transparent;text-align:left; position:relative;}
.feedback2 .text2{display:block;width:100%!important;padding:0;height:50px;margin-bottom:20px;outline:none;font-size:14px;color:#a0a0a0;font-family:Arial,"微软雅黑",Sans-Serif;border: none;border-bottom:1px solid #494949;border-radius:0;background:transparent;text-align:left;}
.feedback2 .getcode{display:block;width:80%;padding:0;height:24px;margin-bottom:0; float:left;
outline:none;font-size:14px;color:#a0a0a0;font-family:Arial,"微软雅黑",Sans-Serif;border: none;border-bottom:1px solid #494949;border-radius:0;background:transparent;text-align:left;}
.feedback2 .inputbtn{border:1px solid #0074be;display:block;color:#0074be;font-size:14px;width:126px;line-height:43px; margin-top:46px;background:transparent;overflow: hidden;border-top-left-radius:43px;border-top-right-radius:0;border-bottom-right-radius:43px;border-bottom-left-radius:43px;-moz-transition: all .5s ease-in-out;-webkit-transition: all 0.5s ease-in-out;transition: all .5s ease-in-out;}
.feedback2 .inputbtn:hover{color:#fff;background:#8acfe8;}
.feedback2 .l1Box{ position:relative;}
.feedback2 table td{ padding:0;}
@media screen and (max-width:1520px){	
}
@media screen and (max-width:992px){	
.feedback2Box{padding:55px 20px 30px 20px;}
.feedback2{margin:0;}
.feedback2 label .l1Box{margin:0 auto;}
.feedback2 .getcode{width:60%;}

}
@media screen and (max-width:768px){
.feedback2 label.l3{ text-align:center;}	
.feedback2 .inputbtn{ float:none;width:120px;height:40px;line-height:40px;}
}









/*pagepingjia*/
.pagepingjia{}
.pagepingjia ul{height:auto; overflow:hidden;}
.pagepingjia ul li{list-style:none; width:100%; position:relative; margin-bottom:65px;}
.pagepingjia ul li a{ display:block;overflow:hidden;}
.pagepingjia ul li .ImgBox{width:52.16666666666667%; border-radius:10px; overflow:hidden; float:left;}
.pagepingjia ul li .ImgBox img{height:auto;width:100%;border-radius:10px; overflow:hidden;}
.pagepingjia ul li .nr{ float:right;width:47.83333333333333%; background-color:#fff; position:relative; z-index:2;}
.pagepingjia ul li:nth-child(2n) .nr{float:left;}
.pagepingjia ul li:nth-child(2n)  .ImgBox{float:right;}
.pagepingjia ul li .nrBOX{ padding-left:15%; padding-right:15%; padding-top:18%;padding-bottom:5%;}
.pagepingjia ul li .nr .num{text-align:center;font-size:100px; line-height:100px; letter-spacing:-6px; height:63px; overflow:hidden; font-weight:bold;color:#0074be; font-family:Arial, Helvetica, sans-serif;}
.pagepingjia ul li .nr h1{text-align:center;font-size:22px;color:#383f61; margin-bottom:30px;margin-top:5px;}
.pagepingjia ul li .nr .text{font-size:14px;color:#383f61;line-height:30px; text-align:center;}
@media screen and (max-width:768px) {
.pagepingjia ul li .ImgBox{float:none; width:100%;}
.pagepingjia ul li .ImgBox img{height:auto;width:100%;}
.pagepingjia ul li .nr{ float:none;width:100%; }
.pagepingjia ul li .nrBOX{ padding-left:5%; padding-right:5%; padding-top:10%;padding-bottom:5%;}
}





/*pagexgList*/
.page-line{margin-top:60px; height:1px; border-top:1px solid #e5e5e5;margin-bottom:65px;}
.pagexgList{ padding-bottom:30px; }
.pagexgList .xgListul{height:auto; overflow:hidden;margin:0 -8.5px; padding-top:20px;}
.pagexgList .xgListul li{float:left;list-style:none; margin-bottom:19px; width:25%;}
.pagexgList .xgListul li a{ display:block;overflow:hidden; margin:0 8.5px;}
.pagexgList .xgListul li .ImgBox{border:1px solid #e5e5e5;}
.pagexgList .xgListul li .ImgBox img{max-width:100%;max-height:100%;width:100%; display:block;}
.pagexgList .xgListul li .protitle{font-size:14px;color:#383f61;line-height:30px; text-align:center; margin-top:5px;}
@media screen and (max-width:1024px) {
.page-line{margin-top:50px;margin-bottom:50px;}
.pagexgList .xgListul{padding-top:0px;}
}
@media screen and (max-width:768px) {
.page-line{margin-top:30px;margin-bottom:30px;}
.pagexgList .xgListul li{ width:50%;margin-bottom:10px;}
.pagexgList .xgListul{margin:0 -5px;}
.pagexgList .xgListul li a{margin:0 5px;}
}



/*pro2*/
.pro2Table{ padding-bottom:0px;border-spacing:0;}
.pro2Table .td0{ width:2.5%;}
.pro2Table .td1{ width:59.16666666666667%;}
.pro2Table .td2{width:38.33333333333333%; padding:30px 70px;}
.pro2Table h1{color: #0074be;font-size:20px;line-height: normal;padding-bottom:15px; padding-left:16px;background:url(../images/pro2-tit-s.png) left 8px no-repeat;}
.pro2Table td{color: #383f61;font-size:16px;line-height:30px;}
@media screen and (max-width:1350px){
.pro2Table{ padding-bottom:0px;}
}
@media screen and (max-width:992px){
.pro2Table{ padding-bottom:0px;}
.pro2Table .td0{ display:none;}
.pro2Table .td1{ width:100%; display:block!important; text-align:center;}
.pro2Table .td2{width:100%; display:block!important;padding:30PX 0;}
.pro2Table h1{padding-bottom:10px;font-size:16px;}
.pro2Table td{font-size:13px;}
}






/*pro2*/
.pro2Table2{padding:65px 36px; background:#f4f4f4;border-spacing:0;}
.pro2Table2 .td1{ width:50%;}
.pro2Table2 .td2{width:50%; padding:30px 60px;}
.pro2Table2 h1{color: #0074be;font-size:24px;line-height: normal;padding-bottom:15px;}
.pro2Table2 td{color: #383f61;font-size:14px;line-height:30px;}
@media screen and (max-width:1220px){
.pro2Table2{padding:30px 30px;}
.pro2Table2 .td2{padding:30px 30px;}
}
@media screen and (max-width:992px){
.pro2Table2{padding:30px 3%;}
.pro2Table2 .td1{ width:100%; display:block!important; text-align:center;}
.pro2Table2 .td2{width:100%; display:block!important;padding:30PX 0;}
.pro2Table2 h1{padding-bottom:10px;font-size:18px;}
}



/*pro3Table*/
.pro3Table{ padding-bottom:0px; border:none; padding:0; margin:0;border-spacing:0;}
.pro3Table .td0{ width:3.333333333333333%;background:#fff}
.pro3Table .td1{ width:48.33333333333333%;background:#f3f3f3; border-radius:10px; overflow:hidden;}
.pro3Table .td2{width:48.33333333333333%;background:#f3f3f3;border-radius:10px; overflow:hidden;}
.pro3Table td p{ padding:30px 45px;}
.pro3Table h1{color: #0074be;font-size:20px;line-height: normal;padding-bottom:15px; padding-left:16px;background:url(../images/pro2-tit-s.png) left 8px no-repeat;}
.pro3Table td{color: #383f61;font-size:16px;line-height:30px;}
@media screen and (max-width:1350px){
.pro3Table{ padding-bottom:0px;}
}
@media screen and (max-width:992px){
.pro3Table{ padding-bottom:0px;}
.pro3Table .td0{ width:100%; display:block!important; text-align:center;}
.pro3Table .td1{ width:100%; display:block!important; text-align:center;}
.pro3Table .td2{width:100%; display:block!important;padding:3% 0;}
.pro3Table h1{padding-bottom:10px;font-size:16px;}
.pro3Table td p{ padding:30px 30px;}
.pro3Table td{font-size:14px;}
}
@media screen and (max-width:768px){
.pro3Table td p{ padding:30px 20px;}	
}

/*pro3Table2*/
.pro3Table2{border-spacing:0;}
.pro3Table2 td.tt{ position:relative;}
.pro3Table2 td.tt:before{ content:""; position:absolute; left:0;right:0; top:50%; background:#e9e9e9; width:100%; margin:0 auto; height:1px;}
.pro3Table2 td.tt span{ position:relative; z-index:2; background:#fff; padding:0 20px;color:#0074be; font-size:20px;}
@media screen and (max-width:640px){
.pro3Table2 td.tt span{font-size:16px; padding:0 15px;}	

}



/*pro4Table-tt*/
.pro4Table-tt td.tt{ position:relative;background:url(../images/pro4-titbg.png) center center no-repeat; line-height:44px;color:#fff; font-size:16px; text-align:center;}



/*pro4Table*/
.pro4Table{border-spacing:0;}
.pro4Table .td1{ width:50%;}
.pro4Table .td2{width:50%; padding:30px 80px;}
.pro4Table h1{color: #0074be;font-size:24px;line-height: normal;padding-bottom:30px;}
.pro4Table td{color: #383f61;font-size:15px;line-height:30px;text-align:center;}
@media screen and (max-width:1220px){
.pro4Table{}
.pro4Table .td2{padding:30px 30px;}
}
@media screen and (max-width:992px){
.pro4Table{}
.pro4Table .td1{ width:100%; display:block!important; text-align:center;padding:3% 0;}
.pro4Table .td2{width:90%; display:block!important;padding:3% 5%;}
.pro4Table h1{padding-bottom:10px;font-size:20px;}
.pro4Table td{font-size:14px;}
}
@media screen and (max-width:768px){
.pro4Table h1{padding-bottom:10px;font-size:16px;}
.pro4Table td{font-size:14px;}	
}


/*pro5Table-tt*/
.pro5Table-tt td.tt{ position:relative;}
.pro5Table-tt td.tt:before{ content:""; position:absolute; left:0;right:0; top:13px; background:#e9e9e9; width:100%; margin:0 auto; height:1px;}
.pro5Table-tt td.tt span{ display:inline-block;position:relative; z-index:2; background:#fff; color:#383f61; font-size:18px; text-align:center; border-top:1px solid #e9e9e9; line-height:28px; padding-top:9px!important; padding:0 20px;}
.pro5Table-tt td.tt span:before{ content:""; position:absolute;left:0; top:0;background:url(../images/pro5-line1.jpg) left top no-repeat;width:16px;height:100%;}
.pro5Table-tt td.tt span:after{ content:""; position:absolute;right:0; top:0;background:url(../images/pro5-line2.jpg) right top no-repeat;width:16px;height:100%;}
.pro5Table-tt td.tt span em{ display:block; font-style:normal;color:#d8d8d8; font-size:14px; text-transform:uppercase;}




/*proTable*/
.proTable{ max-width:1000px; margin:0 auto;border-spacing:0;}
.proTable h1{color: #383f61;font-size:18px;line-height:30px;font-weight:600;}
.proTable td{color: #383f61;font-size:14px;line-height:30px;text-align:center;}
.proTable-xq td{vertical-align:middle; height:140px;border-right:1px solid #d9d9d9;}
.proTable td.td4 .proTable-xq td{border-right:none;}
.proTable-xq tr:nth-child(1) td{border-bottom:1px solid #d9d9d9;}
@media screen and (max-width:768px){
.proTable td{width:100%;display:block!important;}	
.proTable-xq tr{width:50%; float:left;display:block!important;}
.proTable-xq tr td{border-bottom:1px solid #d9d9d9;border-right:1px solid #d9d9d9;}
.proTable td.td4 .proTable-xq td{border-right:1px solid #d9d9d9;border-bottom: none;}
.proTable-xq tr td.wz{ height:60px;padding-top:40px; padding-bottom:40px;}

}
@media screen and (max-width:640px){
.proTable h1{font-size:2.8125vw;line-height:4.6875vw}
.proTable td p{font-size:2.1875vw; line-height:4.6875vw}
.proTable-xq tr td.wz{ height:9.375vw;padding-top:6.25vw; padding-bottom:6.25vw;}
.proTable-xq tr td,
.proTable td img{ height:21.875vw;}
}







/*proTable2*/
.proTable2{margin:0 auto;border-spacing:0;}
.proTable2 h1{color: #383f61;font-size:20px;line-height:34px;font-weight:300;font-family:"思源黑体 CN","思源黑体",'pingfang',"PingFang SC", CNLato,"Lantinghei SC","Microsoft YaHei","HanHei SC","Helvetica Neue","Open Sans","Hiragino Sans GB",STHeiti,"WenQuanYi Micro Hei",SimSun,"微软雅黑",Arial,sans-serif;}
.proTable2 td{color: #383f61;font-size:16px;line-height:30px;text-align:center;font-family:"思源黑体 CN","思源黑体",'pingfang',"PingFang SC", CNLato,"Lantinghei SC","Microsoft YaHei","HanHei SC","Helvetica Neue","Open Sans","Hiragino Sans GB",STHeiti,"WenQuanYi Micro Hei",SimSun,"微软雅黑",Arial,sans-serif;}
@media screen and (max-width:640px){
.proTable2 h1{font-size:2.8125vw;line-height:4.6875vw}
.proTable2 td p{font-size:2.1875vw; line-height:4.6875vw}
}



/*proTable3*/
.proTable3{ position:relative;height:600px;border-spacing:0;}
.proTable3 .pic{ width:1920px;height:600px; position:absolute; left:50%; top:0; margin-left:-960px; overflow:hidden; background-attachment:fixed;}





/*proTable4*/
.proTable4{ background:#fff; border-radius:10px; overflow:hidden; margin-top:-400px; position:relative; z-index:1;box-shadow:0px -10px 10px 0px rgba(0, 0, 0, 0.1);border-spacing:0;}
.proTable4 td{ padding:45px 45px;}
.proTable4 h1 strong{font-size:36px;font-weight:100;}
.proTable4 h1{color: #383f61;font-size:20px;line-height:34px;font-weight:300;font-family:"思源黑体 CN","思源黑体",'pingfang',"PingFang SC", CNLato,"Lantinghei SC","Microsoft YaHei","HanHei SC","Helvetica Neue","Open Sans","Hiragino Sans GB",STHeiti,"WenQuanYi Micro Hei",SimSun,"微软雅黑",Arial,sans-serif;}
.proTable4 td{color: #383f61;font-size:16px;line-height:30px;text-align:center;font-family:"思源黑体 CN","思源黑体",'pingfang',"PingFang SC", CNLato,"Lantinghei SC","Microsoft YaHei","HanHei SC","Helvetica Neue","Open Sans","Hiragino Sans GB",STHeiti,"WenQuanYi Micro Hei",SimSun,"微软雅黑",Arial,sans-serif;}
@media screen and (max-width:640px){
.proTable4{margin-top:-300px;}
.proTable4 td{ padding:30px 3%;}
.proTable4 h1 strong{font-size:5vw;}
.proTable4 h1{font-size:2.8125vw;line-height:4.6875vw}
.proTable4 td p{font-size:2.1875vw; line-height:4.6875vw}
}



/*pro2Table-iocn*/
.pro2Table-iocn td{color: #383f61;font-size:16px;line-height:30px;text-align:center;font-family:"思源黑体 CN","思源黑体",'pingfang',"PingFang SC", CNLato,"Lantinghei SC","Microsoft YaHei","HanHei SC","Helvetica Neue","Open Sans","Hiragino Sans GB",STHeiti,"WenQuanYi Micro Hei",SimSun,"微软雅黑",Arial,sans-serif;}
@media screen and (max-width:992px){
.pro2Table-iocn td{ width:25%!important; float:left; display:block; padding:1.5% 0;}
.pro2Table-iocn td img{ max-width:50%;}
}
@media screen and (max-width:640px){
.pro2Table-iocn td,.pro2Table-iocn td p{ font-size:12px;}	
}


/*pro3Table-iocn*/
.pro3Table-iocn td{ color: #383f61;font-size:16px;line-height:30px;text-align:center;font-family:"思源黑体 CN","思源黑体",'pingfang',"PingFang SC", CNLato,"Lantinghei SC","Microsoft YaHei","HanHei SC","Helvetica Neue","Open Sans","Hiragino Sans GB",STHeiti,"WenQuanYi Micro Hei",SimSun,"微软雅黑",Arial,sans-serif;}
@media screen and (max-width:992px){
.pro3Table-iocn td{ width:20%!important; float:left; display:block; padding:1.5% 0;}
.pro3Table-iocn td img{ max-width:50%;}
}
@media screen and (max-width:640px){
.pro3Table-iocn td,.pro3Table-iocn td p{ font-size:12px;}	
}


/*pro3Table-t*/
.pro3Table-t{ position:relative; margin-bottom:30px;border-spacing:0;}
.pro3Table-t td.tt:before{ content:""; position:absolute; left:0;right:0; top:50%; background:#0074be; width:100%; margin:0 auto; height:1px;}
.pro3Table-t td.tt span{ display:inline-block; position:relative; z-index:2;background:url(../images/pro3-titbg.png) center center no-repeat;color:#fff;width:390px; line-height:44px;font-size:16px;text-align:center;font-family:"思源黑体 CN","思源黑体",'pingfang',"PingFang SC", CNLato,"Lantinghei SC","Microsoft YaHei","HanHei SC","Helvetica Neue","Open Sans","Hiragino Sans GB",STHeiti,"WenQuanYi Micro Hei",SimSun,"微软雅黑",Arial,sans-serif;}
@media screen and (max-width:640px){
.pro3Table-t{margin-bottom:0;}
.pro3Table-t td.tt span{font-size:13px;width:120px;background:#0074be;line-height:30px;}
}



/*pro3Table-wz*/
.pro3Table-wz{border-spacing:0;}
.pro3Table-wz td.img{ width:540px;}
.pro3Table-wz td.td0{ width:80px;}
.pro3Table-wz td.wz{width:580px;}
.pro3Table-wz td img{border-radius:10px; overflow:hidden;}
.pro3Table-wz h1 strong{font-size:30px;color:#0074be;font-weight: bold;font-family:"微软雅黑",Arial,sans-serif;}
.pro3Table-wz h1{color: #383f61;font-size:20px;line-height:34px;font-weight:100;font-family:"思源黑体 CN","思源黑体",'pingfang',"PingFang SC", CNLato,"Lantinghei SC","Microsoft YaHei","HanHei SC","Helvetica Neue","Open Sans","Hiragino Sans GB",STHeiti,"WenQuanYi Micro Hei",SimSun,"微软雅黑",Arial,sans-serif;}
.pro3Table-wz td{color: #383f61;font-size:16px;line-height:30px;text-align:center;font-family:"思源黑体 CN","思源黑体",'pingfang',"PingFang SC", CNLato,"Lantinghei SC","Microsoft YaHei","HanHei SC","Helvetica Neue","Open Sans","Hiragino Sans GB",STHeiti,"WenQuanYi Micro Hei",SimSun,"微软雅黑",Arial,sans-serif;}
@media screen and (max-width:992px){
.pro3Table-wz td.img{width:100%;display:block!important;}
.pro3Table-wz td.td0{ display:none;}
.pro3Table-wz td.wz{width:100%;display:block!important; padding:1.5% 0;}
}
@media screen and (max-width:640px){
.proTable4 td{ padding:30px 3%;}
.pro3Table-wz h1 strong{font-size:4.5vw;}
.pro3Table-wz h1{font-size:2.8125vw;line-height:4.6875vw}
.pro3Table-wz td p{font-size:2.1875vw; line-height:4.6875vw}
}




/*grid*/
.grid li{opacity: 0;}
.grid li.shown,.no-js .grid li,.no-cssanimations .grid li {opacity: 1;}
.grid li a,.grid li img {outline: none;border: none;max-width: 100%;}
/*Effect 2: Move Up */
.grid.ul-case li.animate {-webkit-transform: translateY(200px);transform: translateY(200px);-webkit-animation: moveUp 0.65s ease forwards;animation: moveUp 0.65s ease forwards;}
@-webkit-keyframes moveUp {0% { }
	100% { -webkit-transform: translateY(0); opacity: 1; }
}
@keyframes moveUp {0% { }
	100% { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; }
}

/*gotop*/
.gotop {position: fixed; right:1%;bottom:100px; z-index: 999; display:none;}
.gotop .topcontrol {width: 50px; height: 50px; background: url(../images/top.png) no-repeat center #2f2f2f; border: 1px solid #ccc; border-radius: 100%; overflow:hidden; cursor: pointer;opacity: .6;filter:alpha(opacity=60);}
.gotop:hover {animation: move .5s ease-in infinite alternate;background: url(../images/top.png) no-repeat center #0074be;border-radius: 100%; }
.gotop:hover .topcontrol{opacity: 1.0;filter:alpha(opacity=100);background: url(../images/top.png) no-repeat center #0074be; }
@media screen and (max-width:768px){
.gotop .topcontrol {width:40px; height:40px;} 	  
}
@keyframes move {
  100% {
    transform: translateY(15px);
}