@charset "utf-8";
/* 
    author:PengJin;
    date:2021-06-18;
*/
/*--font-face--*/
@font-face {
	font-family:"DIN Medium";
	src:url("../fonts/din medium.woff2") format("woff2"),
		url("../fonts/din medium.ttf") format("truetype"),
		url("../fonts/din medium.eot") format("embedded-opentype");
	font-weight:normal;
	font-style:normal;
}
@font-face {
  font-family: "gotham";
  src: url("../fonts/gotham.woff2") format("woff2"),
       url("../fonts/gotham.ttf") format("truetype"),
       url("../fonts/gotham.eot") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}
/*--end font-face--*/

/*--header--*/
.header{position:relative;z-index:99;width:100%;height:148px;background:#fff;}
.header .inner{position:relative;display:flex;align-items:center;padding:0 5%;}
.header .logo{position:absolute;left:50%;top:0;padding:0 34px;width:218px;height:148px;overflow:hidden;background:#fff;box-shadow:0 0 20px rgba(0,0,0,0.1);transform:translateX(-50%);display:flex; flex-direction:column; justify-content:center;
}
.header .slogan{display:none;padding-left:90px;height: 60px;}
.header .slogan h2{position:relative;top:50%;padding-left:10px;line-height:2;font-size:16px;transform:translateY(-50%);border-left:#e0e0e0 solid 1px;}
.header .nav{display:flex;flex:none;padding-right:30px;width:1400px;justify-content:space-between;}
.header .nav li{position:relative;float:left;width:125px;height:148px;line-height:148px;font-size:16px;text-align:center;}
.header .nav li>a{display:block;color:#333;}
.header .nav li.cur>a,.header .nav li:hover>a{color:#214B71;}
.header .info{flex:none;width:320px;line-height:40px;overflow:hidden;}
.header .info a{display:block;float:left;width:150px;text-align:center;border:#ccc solid 1px;transition:all .5s}
.header .info a:before{display:inline-block;margin-right:10px;font-family:"iconfont";content:"\e66a";color:#000;font-size:20px;}
.header .info a:hover{color:#fff;background:#214B71;border-color:#214B71;}
.header .info a:hover:before{color:#fff;}
.header .info em{display:block;float:right;font-size:18px;font-family:"DIN Medium";color:#000;}
.header .info em:before{display:inline-block;margin-right:10px;font-family:"iconfont";content:"\e62c";color:#666;font-size:20px;}
.header .nav-btn{display:none;position:absolute;top:0;right:0;width:60px;height:60px;line-height:60px;text-align:center;cursor:pointer;}
@media(max-width:1750px){
.header .nav{width:1200px;}
.header .nav li{width:120px;}
}
@media(max-width:1600px){
.header .nav{width:1150px;}
.header .nav li{width:110px;}
}
@media(max-width:1550px){
.header .nav{width:1100px;}
}
@media(max-width:1500px){
.header .nav{width:1050px;}
}
@media(max-width:1450px){
.header .inner{padding:0;}
.header .nav{width:1084px;}
.header .nav li{width:120px;}
.header .logo{padding:0 20px;width:190px;}
}
@media(max-width:1400px){
.header .nav{width:1070px;}
.header .logo{padding:0 20px;width:190px;}
}
@media(max-width:1366px){
.header .nav{width:1030px;}
.header .nav li{width:120px;}
.header .logo{padding:0 10px;width:170px;}
}
@media(max-width:1300px){
.header .nav{width:980px;}
.header .nav li{width:115px;}
.header .logo{padding:0 10px;width:170px;}
}
@media(max-width:1200px){
.header .slogan{display:block;}
.header .nav,.header .info{display:none;}
.header{height:60px;}
.header .logo{left:0;width:88px;height:60px;transform:translateX(0);box-shadow:none;padding: 0px 13px;}
.header .nav-btn{display:block;}
}
/*--end header--*/

/*--dropDown--*/
.dropMask{display:none;position:absolute;z-index:98;top:148px;left:0;width:100%;height:445px;overflow:hidden;background:#f1f1f1;}
.dropDown{display:none;position:absolute;z-index:999;top:100%;left:0;padding:30px 0;margin-left:-1px;width:100%;height:445px;border-left:#e8e8e8 solid 1px;border-right:#e8e8e8 solid 1px;}
.dropDown a{display:block;line-height:39px;font-size:14px;color:#333;}
.dropDown a:hover{color:#fff;background:#214B71;}
/*--end dropDown--*/

/*--footer--*/
.footer{overflow:hidden;background:#f1f1f1;}
.ft-inner{padding:70px 0;overflow:hidden;}
.ft-menu{float:left;margin-left:-115px;overflow:hidden;}
.ft-menu dl{float:left;padding-left:115px;width:350px;height:250px;border-right:#d8d8d8 solid 1px;}
.ft-menu dt{line-height:30px;font-size:18px;}
.ft-menu dt a{color:#000;}
.ft-menu dd{padding-top:14px;overflow:hidden;}
.ft-menu dd a{display:block;line-height:35px;font-size:14px;color:#666;}
.ft-info{float:right;width:330px;overflow:hidden;}
.ft-info h4{line-height:30px;font-size:18px;font-weight:400;}
.ft-info h4 a{color:#000;}
.ft-info .con{padding-top:20px;overflow:hidden;}
.ft-info .tel{line-height:30px;font-size:14px;color:#666;}
.ft-info .tel em{display:inline-block;margin-right:20px;font-family:"DIN Medium";font-weight:bold;}
.ft-info .tel em a{color:#666;}
.ft-info .tel em:last-child{margin-right:0;}
.ft-info .QRcode{padding-top:12px;overflow:hidden;}
.ft-info .QRcode .item{float:left;margin-right:40px;width:128px;text-align:center;}
.ft-info .QRcode .item:last-child{margin-right:0;}
.ft-info .QRcode .item i{display:block;padding:5px;background:#fff;border:#dadada solid 1px;}
.ft-info .QRcode .item p{margin-top:10px;font-size:14px;color:#666;}
.ft-copyright{padding:25px 0;line-height:24px;font-size:14px;color:#666;overflow:hidden;border-top:#d8d8d8 solid 1px;}
.ft-copyright .fr span{display:inline-block;margin-left:15px;}
.ft-copyright .fr span a{color:#666;}
.ft-copyright .fr span a:hover{text-decoration:underline;}
.ft-links{padding:25px 0;line-height:24px;font-size:14px;color:#b5b5b5;overflow:hidden;background:#fff;}
.ft-links .addlink{display:block;float:right;color:#b5b5b5;}
.ft-links .addlink:hover{color:#000;}
.ft-links .list{overflow:hidden;}
.ft-links .list dt{float:left;}
.ft-links .list dt a{color:#b5b5b5;}
.ft-links .list dt a:hover{color:#000;}
.ft-links .list dd{padding-left:15px;overflow:hidden;}
.ft-links .list dd a{display:inline-block;padding:0 15px;color:#b5b5b5;}
.ft-links .list dd a:hover{color:#000;}
@media(max-width:1440px){
.ft-inner{padding:60px 0;}
.ft-menu{margin-left:-98px;}
.ft-menu dl{padding-left:-98px;width:298px;}
}
@media(max-width:1200px){
.ft-inner{padding:40px 10px;}
.ft-menu{display:none;}
.ft-info{float:none;width:100%;}
.ft-info .QRcode .item{margin-right:20px;}
.ft-copyright{text-align:center;}
.ft-copyright .fl,.ft-copyright .fr{float:none;width:100%;}
.ft-copyright .fr span{display:inline-block;margin:0 5px;}
.ft-links{display:none;}
}
@media(max-width:768px){
.map{
	display:none !important;
}

.ft-info{
	text-align:center;
}

.ft-info .QRcode{
	text-align:center;
}

.ft-info .QRcode .item{
	float:none; text-align:center;
}

.ft-info .QRcode .item:last-child{
	margin:0 auto;
}

}
/*--end footer--*/

/*--formPop--*/
.formPop{display:none;position:fixed;z-index:9999;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.5);}
.formPop .inner{position:fixed;left:50%;top:50%;padding:50px;width:650px;overflow:hidden;background:#fff;transform:translate(-50%,-50%);}
.formPop .close{position:absolute;right:0;top:0;width:50px;height:50px;line-height:50px;text-align:center;cursor:pointer;}
.formPop .title{text-align:center;overflow:hidden;}
.formPop .title h2{font-size:30px;font-weight:500;color:#000;}
.formPop .tags{margin-top:30px;overflow:hidden;}
.formPop .tags ul{display:flex;flex-wrap:wrap;justify-content:space-between;}
.formPop .tags li{margin-bottom:10px;padding-left:32px;height:30px;line-height:30px;font-size:18px;color:#000;background:url(../images/service_list.png) no-repeat 0 center;}
.formPop .form{margin-top:20px;overflow:hidden;}
.formPop .form li{margin-bottom:12px;}
.formPop .form li input{display:block;padding:10px 20px;width:100%;height:50px;font-size:16px;color:#666;border:none;outline:none;background:#f0f0f0;}
.formPop .form li a{display:block;line-height:50px;text-align:center;font-size:16px;color:#fff;background:#214B71;}
.formPop .form li a:after{display:inline-block;margin-left:10px;font-family:"iconfont";content:"\e727";}
/*--end formPop--*/

/*--serverBar--*/
.serverBar-min{position:fixed;z-index:999;top:130px;right:10px;width:60px;height:60px;cursor:pointer;text-align:center;background:#214B71;border-radius:50%;}
.serverBar-min:after{display:block;position:absolute;z-index:-1;top:0;left:0;width:100%;height:100%;content:"";background:#214B71;border-radius:50%;animation:scale 2s linear infinite;opacity: 0.8;}
.serverBar-min i{display: block;font-size: 20px;color:#fff;}
.serverBar-min span{display:block;color:#fff;}
.serverBar{display:none;position:fixed;z-index:999;top:120px;right:20px;width:160px;background:#214B71;border-radius:5px;}
.serverBar .close{position:absolute;z-index:9;right:-15px;top:-15px;width:30px;height:30px;line-height:30px;text-align:center;cursor:pointer;color:#fff;background:#214B71;border-radius:50%;}
.serverBar .close:hover{transform:rotate(180deg);transition:all .5s;}
.serverBar .zx-list{overflow:hidden;}
.serverBar .zx-list li{position:relative;text-align:center;border-bottom:rgba(255,255,255,0.1) solid 1px;}
.serverBar .zx-list li a{display:block;padding:10px;color:#fff;}
.serverBar .zx-list li i{font-size:18px;}
.serverBar .zx-list li span{display:inline-block;margin-left:10px;font-size:14px;}
.serverBar .zx-list li a:hover{background:#000;}
.serverBar .QRcode{padding:15px 20px;text-align:center;border-bottom:rgba(255,255,255,0.1) solid 1px;}
.serverBar .QRcode img{border:#fff solid 5px;}
.serverBar .QRcode p{margin-top:5px;font-size:14px;color:#fff;}
.serverBar .tel{padding:20px 5px;text-align:center;overflow:hidden;border-bottom:rgba(255,255,255,0.1) solid 1px;}
.serverBar .tel i{margin:0 auto;color:#fff;}
.serverBar .tel span{display:block;color:#fff;}
.serverBar .tel em{display:block;font-size:18px;font-family:"DIN Medium";color:#fff;}
#backTop{position:fixed;z-index:999;right:20px;bottom:15%;width:50px;height:50px;text-align:center;background:rgba(0,0,0,0.5);}
#backTop i{display:block;color:#fff;transform:rotate(-180deg);}
#backTop p{display:block;color:#fff;font-size:14px;}
@media(max-width:1200px){
.serverBar-min,.serverBar{display:none !important;}
#backTop{bottom:80px;}
}
/*--end serverBar--*/

/*--cx-menu-01--*/
.cx-menu-01{position:relative;z-index:9;margin:-5px auto 0;width:1440px;height:85px;line-height:75px;overflow:hidden;border-top:#214B71 solid 5px;}
.cx-menu-01 .list{margin:0 75px;overflow:hidden;}
.cx-menu-01 .list li{position:relative;height:80px;font-size:16px;text-align:center;}
.cx-menu-01 .list li:after{display:none;position:absolute;left:50%;bottom:2px;margin-left:-5px;width:10px;height:10px;font-size:16px;content:"";background:#214B71;transform:rotate(-45deg);}
.cx-menu-01 .list li a{display:block;height:75px;color:#333;border-right:#e5e5e5 solid 1px;background:#fff;}
.cx-menu-01 .list li:last-child a{border-right:none;}
.cx-menu-01 .list li.cur a,.cx-menu-01 .list li:hover a{color:#fff;background:#214B71;}
.cx-menu-01 .list li.cur:after,.cx-menu-01 .list li:hover:after{display:block;}
.cx-menu-01 .prev,.cx-menu-01 .next{display:none;position:absolute;top:0;width:75px;height:75px;line-height:70px;text-align:center;color:#999;font-size:24px;cursor:pointer;outline:none;background:#fff;}
.cx-menu-01 .prev{left:0;}
.cx-menu-01 .next{right:0;}
.cx-menu-01 .prev:hover,.cx-menu-01 .next:hover{color:#fff;background-color:#214B71;}
.cx-menu-01 .drop-toggle{display:none;position:absolute;z-index:9;right:0;top:0;width:50px;height:50px;line-height:50px;text-align:center;cursor:pointer;border-left:#f0f0f0 solid 1px;background:#fff;}
.cx-menu-01 .drop-toggle i{display:block;font-size:18px;}
.cx-menu-01 .swiper-pager{display:none;position:absolute;z-index:9;left:50%;bottom:2px;width:50px;height:2px;background:rgba(0,0,0,0.1);transform:translateX(-50%);}
.cx-menu-01 .swiper-pager .swiper-pagination-progressbar-fill{background:#214B71;}
@media(max-width:1440px){
.cx-menu-01{width:1200px;}
}
@media(max-width:1200px){
.cx-menu-01{margin:0;width:100%;height:50px;line-height:50px;text-align:center;border-top:none;background:#fff;}
.cx-menu-01:after{display:block;position:absolute;z-index:2;left:0;bottom:0;width:100%;height:1px;content:"";background:#f0f0f0;}
.cx-menu-01 .list{margin:0 50px;}
.cx-menu-01[data-drop="true"] .list{margin-right:50px;}
.cx-menu-01 .list li{width:auto;height:50px;font-size:14px;}
.cx-menu-01 .list li:after{display:none;bottom:0;margin:0;width:30px;height:3px;transform:translateX(-50%);}
.cx-menu-01 .list li a{padding:0 15px;height:50px;border:none;}
.cx-menu-01 .list li.cur a,.cx-menu-01 .list li:hover a{color:#214B71;background:none;}
.cx-menu-01 .drop-toggle,.cx-menu-01 .swiper-pager{display:block;}
.cx-menu-01 .prev,.cx-menu-01 .next{width:50px;height:50px;line-height:45px;}
}
/*--end cx-menu-01--*/

/*--cx-inpage-banner01--*/
.cx-banner-01{position:relative;width:100%;height:450px;background-repeat:no-repeat;background-position:center;clear:both;}
.cx-banner-01 .crumbs{position:absolute;left:50%;bottom:5px;padding:10px 20px;width:1440px;font-size:14px;color:#fff;background:rgba(0,0,0,0.5);transform:translateX(-50%);}
.cx-banner-01 .crumbs a{color:#fff;}
.cx-banner-01 .crumbs a:after{display:inline-block;margin:0 8px;font-family:"iconfont";content:"\e666";}
.cx-banner-01 .crumbs a:last-child:after{display:none;}
.cx-banner-01 .crumbs a:hover{text-decoration:underline;}
@media(max-width:1440px){
.cx-banner-01 .crumbs{width:1200px;}	
}
@media(max-width:1200px){
.cx-banner-01{height:220px;background-size:250%;}
.cx-banner-01 .crumbs{display:none;}
}
/*--end cx-inpage-banner01--*/

/*--cx-pager-01--*/
.cx-pager-01{clear:both;padding:40px 0;width:100%;line-height:38px;text-align:center;}
.cx-pager-01 .pager-prev,.cx-pager-01 .pager-next{display:inline-block;vertical-align:middle;}
.cx-pager-01 .pager-prev a,.cx-pager-01 .pager-next a{display:block;width:40px;height:40px;color:#9a9a9a;border:#e5e5e5 solid 1px;background-color:#fff;background-position:center;background-repeat:no-repeat;border-radius:50%;}
.cx-pager-01 .pager-prev a:hover,.cx-pager-01 .pager-next a:hover{color:#fff;background-color:#214B71;border-color:#214B71;}
.cx-pager-01 .pager-num{display:inline-block;padding:0 20px;vertical-align:middle;}
.cx-pager-01 .pager-num a{display:inline-block;margin: 0 3px;width:40px;height:40px;font-size:16px;color:#9a9a9a;border:#e5e5e5 solid 1px;background:#fff;border-radius:50%;}
.cx-pager-01 .pager-num a:hover,.cx-pager-01 .pager-num a.cur{color:#fff;background:#214B71;border-color:#214B71;}
@media(max-width:1200px){
.cx-pager-01{padding:20px 0;line-height:30px;}
.cx-pager-01 .pager-prev a,.cx-pager-01 .pager-next a{width:32px;height:32px;}
.cx-pager-01 .pager-num{padding:0 10px;}
.cx-pager-01 .pager-num a{margin:0 2px;width:32px;height:32px;font-size:14px;}
}
/*--end cx-pager-01--*/