@charset "utf-8";
/* CSS Document */
*, ::after, ::before {	-webkit-box-sizing: border-box;	-moz-box-sizing: border-box;box-sizing: border-box}
html {-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;}
body, h1, h2, h3, h4, h5, h6, dl, dd, p, hr {margin: 0;}
button, option, textarea, td {padding: 0;}
ul, ol, input {margin: 0;padding: 0;}
ul, ol {list-style-type: none;}
table {border-spacing: 0;border-collapse: collapse;}
button {border: none;}
img {border:0;vertical-align:middle;}
input, textarea, select {outline:none;}
:focus{outline:0;}
a {color:inherit;text-decoration:none;display:inline-block;outline:0;-moz-outline-style:none;}
textarea {resize: none;}
a ,button, input, textarea {-webkit-tap-highlight-color: rgba(0,0,0,0);}  


/* 去除iPhone中默认的input样式 */
input[type="button"],input[type="text"],input[type="submit"],button,select,textarea{-o-appearance:none; -ms-appearance:none; -moz-appearance:none; -webkit-appearance:none;appearance:none; resize: none; border-radius:0; outline: none; border:none; background-color:transparent; font-family:inherit; font-size:inherit; color:inherit; box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box; vertical-align:middle;}
input[type="button"],input[type="radio"],input[type="checkbox"],input[type="submit"],button {cursor:pointer;}

/*clearfix*/
.clearfix:before, .clearfix:after{content:"";display:block;height:0;overflow:hidden;}  
.clearfix:after{clear:both;}  
.clearfix{zoom:1;} 

/*font-face*/
@font-face{font-family:'Karmilla';src:url('fonts/Karmilla-Bold.eot');src:url('fonts/Karmilla-Bold.eot?#iefix') format('embedded-opentype'),url('fonts/Karmilla-Bold.woff2') format('woff2'),url('fonts/Karmilla-Bold.woff') format('woff'),url('fonts/Karmilla-Bold.ttf') format('truetype'),url('fonts/Karmilla-Bold.svg#Karmilla-Bold') format('svg');font-weight:bold;font-style:normal;font-display:swap}
@font-face{font-family:'Karmilla';src:url('fonts/Karmilla-Regular.eot');src:url('fonts/Karmilla-Regular.eot?#iefix') format('embedded-opentype'),url('fonts/Karmilla-Regular.woff2') format('woff2'),url('fonts/Karmilla-Regular.woff') format('woff'),url('fonts/Karmilla-Regular.ttf') format('truetype'),url('fonts/Karmilla-Regular.svg#Karmilla-Regular') format('svg');font-weight:normal;font-style:normal;font-display:swap}


html,body{font-family:"Microsoft YaHei","微软雅黑",Helvetica,Arial,sans-serif;min-width:320px;}
.pingfang{font-family:"-apple-system",BlinkMacSystemFont,"PingFangSC","PingFang SC",SourceHanSansCN-Light,SourceHanSansCN,"Lantinghei SC",Helvetica,"Microsoft YaHei","微软雅黑",Arial,sans-serif;}


/*w1400 container*/
.container{margin:0 40px;}
.w1400{width:80%;max-width:1400px;margin: 0 auto;}
.w1640{width:100%;max-width:1640px;margin: 0 auto;}
.w1200 {width:100%;max-width:1240px; margin:0 auto; }
/*@media (min-width:1921px) {
	.w1640{width:auto;max-width: 100%; padding: 0 7.3vw; }
}*/
@media (max-width:1770px) {
	.w1640{padding: 0 60px; }
}
@media screen and (max-width:1024px){	
.container{margin:0 20px;}
.w1400{width:90%;}
}
@media (max-width:1320px) {
	.w1200 {max-width:100%;padding:0 60px; }
}
@media (max-width:1024px) {
	.w1640,.w1400,.w1200 { padding: 0 30px; }
}
@media (max-width:990px) {
	.w1640,.w1400,.w1200 { padding: 0 20px; }
}
@media screen and (max-width:768px){
.container{margin:0 15px;}
.w1400{width:94%;}

}

/*w1720*/
.w1720{padding:0 100px;max-width:1920px;margin: 0 auto;}
@media screen and (max-width: 1600px) {
	.w1720{padding:0 80px;}
}
@media screen and (max-width: 1400px) {
	.w1720{padding:0 70px;}
}
@media screen and (max-width: 1220px) {
	.w1720{padding:0 40px;}
}
@media screen and (max-width: 1024px) {
	.w1720{padding:0 20px;}
}
@media screen and (max-width: 768px) {
	.w1720{padding:0 15px;}
}

.row {display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}


/*swiper*/
.swiper-container {margin: 0 auto;position: relative;overflow: hidden;list-style: none;padding: 0;z-index: 1}
.swiper-button-prev:after,
.swiper-button-next:after{display:none;}




/*header*/
#header{position:fixed;top:0;left:0;right:0;width:100%;height:100px;z-index:999;margin:auto;-webkit-transition: all 0.6s; -o-transition: all 0.6s; transition: all 0.6s;}
#header .header-pc{position:relative;-webkit-transition:all .4s;-o-transition:all .4s;transition:all .4s}
#header .header-pc::before{content:'';width:100%;height:1px;background-color:transparent;position:absolute;bottom:0;left:0}
#header .header-pc .header-wrap{padding:0 30px 0 40px;height:100px;text-align:center;background:transparent; transition:all .4s;-webkit-transition:all .4s;-moz-transition:all .4s;-ms-transition:all .4s;-o-transition:all .4s}

.headerWhite #header .header-pc .header-wrap{background:#fff;}
#header.onsb .header-pc .header-wrap,
#header .header-pc:hover .header-wrap{background:#fff;}

.headerWhite #header .header-pc::before{background-color:#e5e5e5;}
#header.onsb .header-pc::before,
#header .header-pc:hover::before{background-color:#e5e5e5;}





/*logo*/
#header .header-pc .logo{width:140px;height:100px;position:absolute;left:40px;top:0;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center}
#header .header-pc .logo img{display:block;max-width:100%;height:auto;}
#header .header-pc .logo img.logo2{display:none;}
#header.onsb .header-pc .logo img,#header .header-pc:hover .logo img {display:none;}
#header.onsb .header-pc .logo img.logo2,#header .header-pc:hover .logo img.logo2{display:block;}
.headerWhite #header .header-pc .logo img{display:none;}
.headerWhite #header .header-pc .logo img.logo2{display:block;}

.index-status #header .header-pc .header-wrap .logo img,.about-status #header .header-pc .header-wrap .logo img{-webkit-filter:brightness(0) invert(1);filter:brightness(0) invert(1)}
#header.top .header-pc .header-wrap .logo img,#header.onsb .header-pc .header-wrap .logo img,#header.onsb .header-pc .header-wrap .logo img{-webkit-filter:initial;filter:initial}


/*pc-header-menu*/
#header .header-pc .header-wrap .pc-header-menu{display:inline-block;line-height:100px;transition:all .4s;-webkit-transition:all .4s;-moz-transition:all .4s;-ms-transition:all .4s;-o-transition:all .4s}
#header .header-pc .header-wrap .pc-header-menu .nav{position:relative;float:left}
#header .header-pc .header-wrap .pc-header-menu .nav dl{float:left;margin-right:70px;position:relative;z-index:10}
#header .header-pc .header-wrap .pc-header-menu .nav dl:last-child{margin-right:0!important;}
#header .header-pc .header-wrap .pc-header-menu .nav dl:hover{z-index:20}
#header .header-pc .header-wrap .pc-header-menu .nav dt a{font-size:18px;color:#fff;position:relative; }

.headerWhite #header .header-pc .header-wrap .pc-header-menu .nav dt a{color:#4f4f4f;}
#header.onsb .header-pc .header-wrap .pc-header-menu .nav dt a,
#header .header-pc:hover .header-wrap .pc-header-menu .nav dt a{color:#4f4f4f;}

.headerWhite #header .header-pc .header-wrap .pc-header-menu .nav dl.cur dt a{color:#0064ba;}
#header .header-pc:hover .header-wrap .pc-header-menu .nav .cur dt a,
#header.onsb .header-pc .header-wrap .pc-header-menu .nav .cur dt a{color:#0064ba!important;}


#header .header-pc .header-wrap .pc-header-menu .nav dt a.on{color:#008bd5}
#header .header-pc .header-wrap .pc-header-menu .nav dt a.on::before{content:'';width:100%;height:2px;background-color:#008bd5;position:absolute;left:0;bottom:0}
@media (max-width:1680px) {
	#header .header-pc .header-wrap .pc-header-menu .nav dt a {font-size:16px}
	#header .header-pc .header-wrap .pc-header-menu .nav dl{margin-right:60px;}
}
@media (max-width:1220px) {
	#header .header-pc .header-wrap .pc-header-menu .nav dl{margin-right:40px;}
}
@media (max-width:1024px){
	#header .header-pc .header-wrap .pc-header-menu .nav dl{margin-right:30px;}
	#header .header-pc .header-wrap .pc-header-menu .nav dt a {font-size:14px}
}




/*erji*/
#header .header-pc .header-wrap .pc-header-menu .nav dd{display:none;width:140px;background-color:#fff;overflow:hidden;position:absolute;left:50%;top:100px;margin-left:-70px;font-size:0}
#header .header-pc .header-wrap .pc-header-menu .nav dd .lia{font-size:16px;line-height:24px;padding:10px 20px;font-weight: normal;text-align:center;}
#header .header-pc .header-wrap .pc-header-menu .nav dd .lia a{display:block;color:#262e46;}
#header .header-pc .header-wrap .pc-header-menu .nav dd .lia:hover a{color:#63a3ff;}
#header .header-pc .header-wrap .pc-header-menu .nav dd .lia:hover a span{ padding-right:25px;background:url(../images/arrow-right2.png) right center no-repeat;background-size:6px;}
@media (max-width:1680px) {
#header .header-pc .header-wrap .pc-header-menu .nav dd .lia {font-size:14px}
}


/*sanji*/
#header .header-pc .header-wrap .pc-header-menu .nav dd.nav-open { width: 100%; max-width: 1920px; position: fixed; left:50%; margin-left: 0; transform: translateX(-50%); }
#header .header-pc .header-wrap .pc-header-menu .nav dd.nav-open .container-custom { width: 50.652%; min-width: 1200px; margin: auto }
#header .header-pc .header-wrap .pc-header-menu .nav dd.nav-open .container-custom .row {margin: 60px auto;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;}
#header .header-pc .header-wrap .pc-header-menu .nav dd.nav-open .container-custom .ovs { width: 16.66666667%; padding-left: 15px; padding-right: 15px }
#header .header-pc .header-wrap .pc-header-menu .nav dd.nav-open .container-custom .ovs h3 { font-weight: bold; border-bottom: 1px solid #e6e6e6; margin-top: 6px; margin-bottom: 20px }
#header .header-pc .header-wrap .pc-header-menu .nav dd.nav-open .container-custom .ovs h3 a { margin-bottom: 6px }
#header .header-pc .header-wrap .pc-header-menu .nav dd.nav-open .container-custom .ovs a { text-align: left }


#header .header-pc .header-wrap .pc-header-menu .nav dd.nav-open .container-custom .nav-leftBox{ width: auto; flex: 1; height: auto; display: flex; flex-wrap: wrap;position:relative;}
#header .header-pc .header-wrap .pc-header-menu .nav dd.nav-open .container-custom .nav-leftBox::before{content:'';width:1px;height:100%;background-color:#e2e2e2;position:absolute;top:0;left:20%;}
#header .header-pc .header-wrap .pc-header-menu .nav dd.nav-open .container-custom .nav-leftBox::after{content:'';width:1px;height:100%;background-color:#e2e2e2;position:absolute;top:0;left:60%;}

#header .header-pc .header-wrap .pc-header-menu .nav dd.nav-open .container-custom .nav-leftBox .list-navli{float:left;width:20%;height:auto;padding-right:0;overflow:hidden;}
#header .header-pc .header-wrap .pc-header-menu .nav dd.nav-open .container-custom .nav-leftBox .list-navBOX{float:left;width:40%;height:auto;padding-right:0;overflow:hidden;}
#header .header-pc .header-wrap .pc-header-menu .nav dd.nav-open .container-custom .nav-leftBox .list-imgBOX{float:left;width:40%;height:auto;padding-right:0;overflow:hidden;}



/*list-navli*/
#header .header-pc .header-wrap .pc-header-menu .nav dd.nav-open .container-custom .nav-leftBox .list-navli .lia{font-size:18px;line-height:24px;padding:10px 0;font-weight:bold;text-align:left;}
#header .header-pc .header-wrap .pc-header-menu .nav dd.nav-open .container-custom .nav-leftBox .list-navli .lia a{display:block;color:#262e46;}
#header .header-pc .header-wrap .pc-header-menu .nav dd.nav-open .container-custom .nav-leftBox .list-navli .lia.active a{color:#63a3ff;}
#header .header-pc .header-wrap .pc-header-menu .nav dd.nav-open .container-custom .nav-leftBox .list-navli .lia.active a span{ padding-right:25px;background:url(../images/arrow-right2.png) right center no-repeat;background-size:6px;}
/*list-navBOX list-nav*/
#header .header-pc .header-wrap .pc-header-menu .nav dd.nav-open .container-custom .nav-leftBox .list-navBOX .list-nav{padding-left:60px;display:none;}
#header .header-pc .header-wrap .pc-header-menu .nav dd.nav-open .container-custom .nav-leftBox .list-navBOX .list-nav.active{display:block}
#header .header-pc .header-wrap .pc-header-menu .nav dd.nav-open .container-custom .nav-leftBox .list-navBOX .lia2{font-size:16px;line-height:24px;padding:10px 0;font-weight:normal;text-align:left;}
#header .header-pc .header-wrap .pc-header-menu .nav dd.nav-open .container-custom .nav-leftBox .list-navBOX .lia2 a{display:block;color:#262e46;}
#header .header-pc .header-wrap .pc-header-menu .nav dd.nav-open .container-custom .nav-leftBox .list-navBOX .lia2.on a{color:#63a3ff;font-weight:bold;}
/*list-navBOX lipic*/
#header .header-pc .header-wrap .pc-header-menu .nav dd.nav-open .container-custom .nav-leftBox .list-imgBOX .lipic{margin:0 20%;display:none;}
#header .header-pc .header-wrap .pc-header-menu .nav dd.nav-open .container-custom .nav-leftBox .list-imgBOX .lipic.active{display:block}
#header .header-pc .header-wrap .pc-header-menu .nav dd.nav-open .container-custom .nav-leftBox .list-imgBOX .lipic .pic{position:relative; height:0;padding-bottom:100%;}
#header .header-pc .header-wrap .pc-header-menu .nav dd.nav-open .container-custom .nav-leftBox .list-imgBOX .lipic img{position:absolute;top:0;left:0;display:block;max-width:none;width:100%;height:100%;object-fit:contain;}

/*nav-open1*/
#header .header-pc .header-wrap .pc-header-menu .nav dd.nav-open.nav-open1 .container-custom .nav-leftBox .list-navli{width: auto; flex:1;height: auto; display: flex; flex-wrap: wrap;position:relative;align-items:flex-start;}
#header .header-pc .header-wrap .pc-header-menu .nav dd.nav-open.nav-open1 .container-custom .nav-leftBox .list-navli .lia{ margin-right:50px;}
#header .header-pc .header-wrap .pc-header-menu .nav dd.nav-open.nav-open1 .container-custom .nav-leftBox .list-navli .lia a span{ background:none; padding-right:0;}
#header .header-pc .header-wrap .pc-header-menu .nav dd.nav-open.nav-open1 .container-custom .nav-leftBox::before{display: none}
#header .header-pc .header-wrap .pc-header-menu .nav dd.nav-open.nav-open1 .container-custom .nav-leftBox::after{display: none}

/*links*/
#header .header-pc .header-wrap .pc-header-menu .nav .line{width:1px;height:auto;background:#000;opacity:.1; margin-right:50px;}
#header .header-pc .header-wrap .pc-header-menu .nav .links{width:12%;}
#header .header-pc .header-wrap .pc-header-menu .nav .links .one{margin-bottom:20px;border-bottom:1px solid #e2e2e2;}
#header .header-pc .header-wrap .pc-header-menu .nav .links a{display:block;text-align:left;font-size:15px;color:#262e46; line-height:30px;-webkit-transition:all .4s;-moz-transition:all .4s;-ms-transition:all .4s;-o-transition:all .4s;transition:all .4s; padding-bottom:20px;}
#header .header-pc .header-wrap .pc-header-menu .nav .links a span{display:block;background:url(../images/arrow-right3.png) right center no-repeat;background-size:6px;}
#header .header-pc .header-wrap .pc-header-menu .nav .links .one:hover{border-color:#000}



/*head-ri*/
#header .header-pc .header-wrap .head-ri {position:absolute;right:30px;top:0}
/*header-search-button*/
#header .header-pc .header-wrap .head-ri .header-search-button{position:relative;z-index:101;cursor:pointer;float:left;width:57px;height:100px;background-image:url(../images/top-search.png);background-position:center center;background-repeat:no-repeat;background-size:25px;transition:all .4s;-webkit-transition:all .4s;-moz-transition:all .4s;-ms-transition:all .4s;-o-transition:all .4s}
#header .header-pc .header-wrap .head-ri .header-search-button.active{background-image:url(../images/icon-close.png)!important;}

.headerWhite #header .header-pc .header-wrap .head-ri .header-search-button,
#header.onsb .header-pc .header-wrap .head-ri .header-search-button,
#header .header-pc:hover .header-wrap .head-ri .header-search-button{background-image:url(../images/top-search2.png);}


/*language*/
#header .header-pc .header-wrap .head-ri .language{position:relative;float:left;height:100px;margin:0 20px 0 0;}
#header .header-pc .header-wrap .head-ri .language .language-top{width:43px;height:100px;background-position:center center;background-repeat:no-repeat;background-size:30px;transition:all .4s;-webkit-transition:all .4s;-moz-transition:all .4s;-ms-transition:all .4s;-o-transition:all .4s}
#header .header-pc .header-wrap .head-ri .language .language-top.lan-cn{background-image:url(../images/top-lan-cn.png);}
#header .header-pc .header-wrap .head-ri .language .language-top.lan-en{background-image:url(../images/top-lan-en.png);}
.headerWhite #header .header-pc .header-wrap .head-ri .language .language-top.lan-cn,
#header.onsb .header-pc .header-wrap .head-ri .language .language-top.lan-cn,
#header .header-pc:hover .header-wrap .head-ri .language .language-top.lan-cn{background-image:url(../images/top-lan-cn2.png)}
.headerWhite #header .header-pc .header-wrap .head-ri .language .language-top.lan-en,
#header.onsb .header-pc .header-wrap .head-ri .language .language-top.lan-en,
#header .header-pc:hover .header-wrap .head-ri .language .language-top.lan-en{background-image:url(../images/top-lan-en2.png)}
/*language-con*/
#header .header-pc .header-wrap .head-ri .language .language-con{width:100%;min-width:80px;height:auto;padding:6px 16px;position:absolute;left:-30px;top:100%;background-color:#008bd5;display:none}
#header .header-pc .header-wrap .head-ri .language .language-con a{display:block;line-height:34px;font-size:18px;color:#fff;color:rgba(255,255,255,0.4);transition:all .4s;-webkit-transition:all .4s;-moz-transition:all .4s;-ms-transition:all .4s;-o-transition:all .4s}
#header .header-pc .header-wrap .head-ri .language .language-con a:hover{color:#fff}
@media (max-width:1680px) {
	#header .header-pc .header-wrap .head-ri .language .language-con a {font-size:16px}
}
@media (max-width:1220px) {
	#header .header-pc .header-wrap .head-ri .language .language-con a {font-size:14px}
}



/*mask-bg*/
.mask-bg{position:fixed;width:100%;height:100vh;opacity:0;z-index:-1;visibility:hidden}
.mask-bg.show{-webkit-transition:all .5s;transition:all .5s;opacity:1;background-image:url(../images/mask.png);visibility:visible}


/*search-popup*/
.search-popup{ position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 99; background-color: #000; background-color: rgba(0, 0, 0, 0.8); transition: all 600ms ease-in-out; -webkit-transition: all 600ms ease-in-out; -moz-transition: all 600ms ease-in-out; -ms-transition: all 600ms ease-in-out; -o-transition: all 600ms ease-in-out; opacity: 0; filter: alpha(opacity=0); -webkit-filter: alpha(opacity=0); visibility: hidden }
.search-popup .form-block { padding: 150px 0 90px; margin-right: 60px; width: 53.5%; float: right }
.search-popup .form-block .title { font-size: 14px; color: #fff; color: rgba(255, 255, 255, 0.3); line-height: 24px; margin-bottom: 6px; letter-spacing: 6px }
.search-popup .form-block .searchform { padding-bottom: 4px; position: relative; border: none; border-bottom: 2px solid #f8f9fd; background: none; color: inherit }
.search-popup .form-block .searchform .input { font-size: 40px; color: #fff; font-style: normal; text-transform: uppercase; width: 100%; padding: 0 55px 0 0 }
.search-popup .form-block .searchform .input::-webkit-input-placeholder { color: #fff }
.search-popup .form-block .searchform .input:-moz-placeholder { color: #fff }
.search-popup .form-block .searchform .input::-moz-placeholder { color: #fff }
.search-popup .form-block .searchform .input:-ms-input-placeholder { color: #fff }
.search-popup .form-block .searchform .searchsubmit {width: 28px; height: 28px; background: url(../images/top-search.png) no-repeat center center; background-size:100%;position: absolute; right: 0; bottom: 12px }
.search-popup .form-block .searchform:before { content: ''; position: absolute; top: 100%; left: 0; width: 0; height: 2px; background: #008bd5; transition: all 700ms ease; -webkit-transition: all 700ms ease; -moz-transition: all 700ms ease; -ms-transition: all 700ms ease; -o-transition: all 700ms ease }
.search-popup .form-block .searchform.focus:before { width: 100% }
.search-popup.active { opacity: 1; visibility: visible }
@media screen and (max-width: 1024px) {
.search-popup .form-block {padding: 150px 0 90px;margin-right:5%;width:90%; float: right }
.search-popup .form-block .searchform .input {font-size:20px;line-height:40px;}
}






/*m-header*/
.m-header-menu{display:none;}
#header.onsb{height:80px;}
#header.onsb .header-pc .header-wrap .logo{height:80px;}
#header.onsb .header-pc .header-wrap{height:80px;}
#header.onsb .header-pc .header-wrap .head-ri .language{height:80px;}
#header.onsb .header-pc .header-wrap .head-ri .language .language-top{height:80px;}
#header.onsb .header-pc .header-wrap .head-ri .header-search-button{height:80px;}
#header.onsb .header-pc .header-wrap .pc-header-menu{line-height:80px;}
#header.onsb .header-pc .header-wrap .pc-header-menu .nav dd{top:80px;}
@media screen and (min-width: 1024.1px) {	
.m-header-menu{display:none!important;}
}
@media screen and (max-width: 1220px) {	
	#header{height:80px;}
	#header .header-pc .header-wrap .logo{height:80px;}
	#header .header-pc .header-wrap{height:80px;}
	#header .header-pc .header-wrap .head-ri .language{height:80px;}
	#header .header-pc .header-wrap .head-ri .language .language-top{height:80px;}
	#header .header-pc .header-wrap .head-ri .header-search-button{height:80px;}
	#header .header-pc .header-wrap .pc-header-menu{line-height:80px;}
	#header .header-pc .header-wrap .pc-header-menu .nav dd{top:80px;}
}
@media screen and (max-width: 1024px) {
	/*m-nav-btn*/
	.m-nav-btn{height:65px;width:55px; float:left; position:relative;/*position:absolute;right:0;top:0;*/display:inline-block;cursor:pointer;-moz-transition-duration:.5s;-webkit-transition-duration: .5s;-o-transition-duration:.5s;transition-duration:.5s; }
	.m-nav-btn.cur .line1{transform: rotate(45deg); }
	.m-nav-btn.cur .line2{display: none; }
	.m-nav-btn.cur .line3{transform: rotate(-45deg); }
	.m-nav-btn .line{position: absolute;display: block;width:22px;height:2px;background-color:#fff;left:16.5px;-moz-transition: all .5s ease;-webkit-transition: all .5s ease;-o-transition: all .5s ease;transition: all .5s ease;  margin: 0}
	.m-nav-btn .line1{top: 25px;-webkit-transform-origin: left top 0;-ms-transform-origin: left top 0;  transform-origin: left top 0; }
	.m-nav-btn .line2{top: 32px; }
	.m-nav-btn .line3{top: 40px;  -webkit-transform-origin: left bottom 0;  -ms-transform-origin: left bottom 0;  transform-origin: left bottom 0; }
	/*m-header-menu*/
	.m-header-menu{width: 100%;height: 100%;display:none;position: fixed;left: 0;top:65px;background-color: #fff;z-index: 5;overflow: scroll;}
	.m-header-menu .m-header-nav{padding:4vw 4vw; }
	.m-header-menu .nav-a{color: #333;font-size: 16px;line-height:20px; padding:20px 0;  display: block;  cursor: pointer;  background: url(../images/arrow-right3.png) no-repeat right 0 center;  background-size:8px !important;  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
	.m-header-menu .header-subnav{position:static;display: none;padding: 15px 15px;}
	.m-header-menu .sub-a{line-height: 36px;font-size:15px;color: #666;display: block;border-bottom:none; }

	.m-header-menu .header-subnav2{display: none;padding:15px 15px;}
	.m-header-menu .sub-a2{line-height: 36px;font-size:15px;color: #666;display: block;border-bottom:none; }
	
	
	
	
	
	#header .header-pc .pc-header-menu{display:none!important;}
	#header .header-pc .header-wrap{padding:0;}
	#header .header-pc .header-wrap .head-ri{ right:0;}
	#header .header-pc .header-wrap .logo{left:3%;}
	.headerWhite #header .header-pc .header-wrap .m-nav-btn .line{background:#0064ba;}
	#header.onsb .header-pc .header-wrap .m-nav-btn .line,
	#header .header-pc:hover .header-wrap .m-nav-btn .line{background:#0064ba;}
	#header .header-pc .header-wrap .head-ri .header-search-button{width:50px;background-size:20px;}
	#header .header-pc .header-wrap .head-ri .language{margin:0 10px 0 0;}
	#header .header-pc .header-wrap .head-ri .language .language-top{width:50px;background-size:25px;}
	
	
	#header{height:65px!important;}
	#header .header-pc .header-wrap .logo{height:65px!important;}
	#header .header-pc .header-wrap{height:65px!important;}
	#header .header-pc .header-wrap .head-ri .language{height:65px!important;}
	#header .header-pc .header-wrap .head-ri .language .language-top{height:65px!important;}
	#header .header-pc .header-wrap .head-ri .header-search-button{height:65px!important;}
	
}
@media screen and (max-width:640px) {
	#header .header-pc .header-wrap .head-ri .header-search-button{width:40px;background-size:20px;}
	#header .header-pc .header-wrap .head-ri .language{margin:0;}
	#header .header-pc .header-wrap .head-ri .language .language-top{width:40px;background-size:25px;}
}







/*footer*/
.footer {background:url("../images/bottombg.jpg") no-repeat center center #2a334b; background-size:cover;padding-top:90px;padding-bottom:90px;}
.footer .footer-top{padding-bottom:100px;}
/*footer-nav*/
.footer .footer-nav{float:left;width:70%;}
.footer .footer-nav .ul2{height:auto;float:left;font-size:0;text-align:left; padding-right:20px;}
.footer .footer-nav .t1{font-size:22px;margin-bottom:24px;color:#fff;position:relative;font-family:"-apple-system",BlinkMacSystemFont,"PingFangSC","PingFang SC",SourceHanSansCN-Light,SourceHanSansCN,"Lantinghei SC",Helvetica,"Microsoft YaHei","微软雅黑",Arial,sans-serif;}
.footer .footer-nav .t1 a{display:inline-block;color:#fff;line-height:1;}
.footer .footer-nav .t2{display:block;line-height:0;padding:0;margin:0;font-size:15px;}
.footer .footer-nav .t2 a{display:inline-block;color:#7c7f81;line-height:20px;padding:6px 0; position:relative;}
.footer .footer-nav .t2 a:after{content:"";position:absolute;right:0;bottom:0;width:0;height:1px;background:#fff;-moz-transition:all .5s ease;-webkit-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease;}
.footer .footer-nav .t2 a:hover:after{width:100%;right:auto;left:0}
.footer .footer-nav .t2 a:hover{color:#fff;}
@media screen and (min-width:768.1px) {
	.footer .footer-topB{display:flex;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;flex-flow:wrap;flex:1;justify-content:space-between;flex-wrap: nowrap; width:100%;}
/*	.footer .footer-nav{display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; justify-content: space-between; }*/
    .footer .footer-nav .footer-navB{display:flex!important;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;flex-flow:wrap;flex: 1;justify-content:space-between;}
	.footer .footer-nav .ul2{flex-grow:1;}
}

/*footer-lx*/
.footer .footer-lx{float:right;width:30%;text-align:right;}
.footer .footer-lx .t1{font-size:22px;margin-bottom:22px;color:#fff;position:relative;font-family:"-apple-system",BlinkMacSystemFont,"PingFangSC","PingFang SC",SourceHanSansCN-Light,SourceHanSansCN,"Lantinghei SC",Helvetica,"Microsoft YaHei","微软雅黑",Arial,sans-serif;}
.footer .footer-lx .tel{font-size:28px;margin-bottom:10px;color:#fff;position:relative;font-family:'Karmilla',Arial, Helvetica, sans-serif;font-weight:bold;}
.footer .footer-lx .em{font-size:16px;margin-bottom:64px;color:#fff;position:relative;font-family:'Karmilla',Arial, Helvetica, sans-serif;font-weight:bold;}
.footer .footer-lx .code img{max-width:140px;border-radius:10px;}


/*footer-sel*/
.footer .footer-selBox{position:relative;float:left;}
.footer .footer-sel{display:inline-block;cursor: pointer;/*position:absolute; left:0;top:0;*/ position:relative;}
.footer .footer-sel .tit{width:200px;height:40px;line-height:40px;border-radius:40px;font-size:14px;color:#fff;text-align:center;position: relative;border:1px solid #6b7181;}
.footer .footer-sel .tit span{ padding-right:30px; position:relative;}
.footer .footer-sel .tit span i{ width:12px;height:100%;background:url("../images/icon-v.png") no-repeat right center; background-size:100%; position:absolute;top:0;right:0;-webkit-transition: all 0.5s;transition: all 0.5s;}
.footer .footer-sel.act .tit span i{-webkit-transform:rotate(180deg);transform:rotate(180deg);}

.footer .footer-sel .cent{height:auto;width:200px;background-color:#fff;position: absolute;bottom:100%;left: 0;display: none;border-radius:10px;}
.footer .footer-sel .cent{max-height:400px;overflow-y: auto;}
.footer .footer-sel .cent a{display:block;padding:6px 15px;line-height: 20px;border-bottom: 1px solid #f1f1f1;font-size: 12px;color:#000;text-align:center;-webkit-transition: all 0.5s;transition: all 0.5s;}
.footer .footer-sel .cent a:hover{background-color:#f5f5f5;}

/*footer-logo*/
.footer .footer-logo{display:inline-block;height:40px;margin-right:35px;}
.footer .footer-logo a{display:block;height:100%;}
.footer .footer-logo img{max-height:100%;max-width:100%;}

/*footer-bq*/
.footer .footer-bqBox{float:right;text-align:right;}
.footer .footer-bq{font-size:14px;color:#fff;}
.footer .footer-beian{font-size:15px;color:#7c7f81;margin-top:5px;}
.footer .footer-beian a:hover{color:#fff}
@media screen and (max-width:1680px) {
	.footer .footer-nav .t1{font-size:20px;}
	.footer .footer-nav .t2{font-size:14px;}
	.footer .footer-nav .t2 a{padding:6px 0;}

    .footer .footer-logo{margin-right:30px;}

	.footer .footer-lx .t1{font-size:20px;margin-bottom:20px;}
	.footer .footer-lx .tel{font-size:26px;}
	.footer .footer-lx .em{font-size:16px;margin-bottom:50px;}
	.footer .footer-lx .code img{max-width:120px;}
	
	.footer .footer-bq{font-size:12px;}
	.footer .footer-beian{font-size:14px;}
		

}
@media screen and (max-width:1200px) {
	.footer {padding-top:70px;padding-bottom:70px;}
	.footer .footer-nav .t2 a{padding:5px 0;}
	
	.footer .footer-lx .t1{font-size:18px;margin-bottom:10px;}
	.footer .footer-lx .tel{font-size:24px;}
	.footer .footer-lx .em{font-size:14px;margin-bottom:40px;}
	.footer .footer-lx .code img{max-width:110px;}
	
}
@media screen and (max-width:1024px) {
	.footer {padding-top:50px;padding-bottom:50px;}
	.footer .footer-nav .t1{font-size:16px;}
	.footer .footer-nav .t2{font-size:13px;}
    .footer .footer-logo{height:35px;margin-right:25px;}
	.footer .footer-sel .tit{width:180px;height:35px;line-height:35px;border-radius:35px;font-size:13px;}
	
	.footer .footer-lx .t1{font-size:16px;margin-bottom:10px;}
	.footer .footer-lx .tel{font-size:20px;}
	.footer .footer-lx .em{font-size:14px;margin-bottom:40px;}
	.footer .footer-lx .code img{max-width:100px;}
}
@media screen and (max-width:768px) {
	.footer {padding-top:0px;padding-bottom:50px;background:#2a334b;}
	.footer .footer-top{padding-bottom:50px;}
	.footer .footer-logo{margin-bottom:10px;}
	.footer .footer-nav{float:none; width:100%; text-align:left;}
	.footer .footer-nav .footer-navB{ display:block;}
	.footer .footer-nav .ul2{margin-left:0; width:100%;margin-bottom:0;padding-right: 0;}
	.footer .footer-nav .listB{display:none; width:100%;}
	.footer .footer-nav .ul2 .ulB{ display:block;width:100%;padding-top:15px;padding-bottom:15px;}
	.footer .footer-nav .t1{margin-bottom:0;font-size:16px;}
	.footer .footer-nav .t1 a{box-sizing: border-box;padding:15px 0;margin:0 auto; position:relative;}
	.footer .footer-nav .t1 a:before{display:block;content: '';position: absolute;bottom:0;left:0;right:0;height: 1px;width: auto;background-color:#7c7f81;}
	.footer .footer-nav .t1 a:after{display:block;content: '';position: absolute;top:15px;right:0;height:20px;width:10px;background:url(../images/icon-v.png) right center no-repeat;background-size:100%;-webkit-transition: all 0.5s;transition: all 0.5s;}
	.footer .footer-nav .t1.act a:after{-webkit-transform:rotate(180deg);transform:rotate(180deg);}

	.footer .footer-nav .t1 a,.footer .footer-nav .t2 a{ display:block;}
	.footer .footer-nav .t2 a{padding:5px 10px;font-size:15px;}
    .footer .footer-nav .t2 a:after{ display:none;}

    .footer .footer-lx{float:none;width:100%;text-align:center; padding-top:50px;}
	.footer .footer-lx .t1{font-size:16px;margin-bottom:10px;}
	.footer .footer-lx .tel{font-size:20px;}
	.footer .footer-lx .em{font-size:14px;margin-bottom:30px;}
	.footer .footer-lx .code img{max-width:100px;}
	
	
	.footer .footer-selBox{float:none;text-align:center; margin-bottom:20px;}
	.footer .footer-bqBox{ float:none;text-align:center;}
}








/*****************************************index*****************************************/
/*indexBanner*/
.indexBanner{position:relative;overflow:hidden;}
.indexBanner .item{display:block; position:relative;}
.indexBanner .swiper-slide{overflow:hidden; width:100%; position:relative;float:left;background-image:url(Design/King-Tin/images/banner.jpg);background-position:center center; background-repeat:no-repeat;background-size:cover;}

/*bannerWz */
.indexBanner .item{height:960px;position:relative;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;flex-direction:column;text-align:center;z-index:2;}
.indexBanner .bannerWz{position:absolute;top:160px;}
.indexBanner .bannerWz .tit{font-size:32px;color:#fff;font-family:"-apple-system",BlinkMacSystemFont,"PingFangSC","PingFang SC",SourceHanSansCN-Light,SourceHanSansCN,"Lantinghei SC",Helvetica,"Microsoft YaHei","微软雅黑",Arial,sans-serif;}
.indexBanner .bannerWz .des{font-size:20px;color:#fff;font-weight:300;margin-bottom:30px;}
.indexBanner .bannerimg{position:absolute;bottom:0; width:100%;height:650px;}
.indexBanner .bannerimg img{display:block;position:absolute;top:0;left:0;z-index:2;width:100%;height:100%;max-width:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;}
@media screen and (max-width:1220px){
.indexBanner .item{height:760px}
.indexBanner .bannerimg{height:580px}
}
@media screen and (max-width:1024px){
.indexBanner .bannerimg{height:500px}
.indexBanner .bannerWz .tit{font-size:26px;}
.indexBanner .bannerWz .des{font-size:16px;margin-bottom:20px;}
}
@media screen and (max-width:768px){
.indexBanner .item{height:100vw; min-height:550px;}
.indexBanner .bannerWz{top:150px;}
.indexBanner .bannerWz .tit{font-size:24px;}
.indexBanner .bannerWz .des{font-size:14px;margin-bottom:20px;}
.indexBanner .bannerimg{height:0; padding-bottom:53vw;}
}



/*bannerimg*/
/*.indexBanner .bannerimg{display:block;position:relative;padding-bottom:50%;width:100%;z-index:0;}
.indexBanner .bannerimg img{display:block;position:absolute;top:0;left:0;z-index:2;width:100%;height:100%;max-width:100%;-o-object-fit: cover;object-fit: cover;-o-object-position:center;object-position:center;}
.indexBanner .bannerimg img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1);-webkit-transition:transform 6s ease;-moz-transition:transform 6s ease;-ms-transition:transform 6s ease;-o-transition:transform 6s ease;transition:transform 6s ease;}
.indexBanner .swiper-slide.swiper-slide-active .bannerimg img{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);}
@media screen and (max-width:1024px){
	.indexBanner .bannerimg{height:0;padding-bottom:56.25%;}
}
@media screen and (max-width:768px){
	.indexBanner .bannerimg{height:0;padding-bottom:100%;}
}
@media screen and (max-width:430px){
	.indexBanner .bannerimg{height:0;padding-bottom:133%;}
}
*/


/*swiper-slide-active*/
.indexBanner .bannerWz .tit,.indexBanner .bannerWz .des,
.indexBanner .bannerWz .moreBtnB{filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;-webkit-transform:translateY(60px);-o-transform:translateY(60px);-moz-transform:translateY(60px);-ms-transform:translateY(60px);transform:translateY(60px);}
.indexBanner .swiper-slide.swiper-slide-active .bannerWz .tit,
.indexBanner .swiper-slide.swiper-slide-active .bannerWz .des{filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;-webkit-transform:translateY(0) translateZ(0);-o-transform:translateY(0) translateZ(0);-moz-ttransform:translateY(0) translateZ(0);-ms-transform:translateY(0) translateZ(0);transform:translateY(0) translateZ(0);
-webkit-transition:opacity .6s linear,transform .6s cubic-bezier(.215,.61,.355,1);
-o-transition:opacity .6s linear,transform .6s cubic-bezier(.215,.61,.355,1);
-moz-transition:opacity .6s linear,transform .6s cubic-bezier(.215,.61,.355,1);
-ms-transition:opacity .6s linear,transform .6s cubic-bezier(.215,.61,.355,1);
transition:opacity .6s linear,transform .6s cubic-bezier(.215,.61,.355,1);}
.indexBanner .swiper-slide.swiper-slide-active .bannerWz .moreBtnB{filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;-webkit-transform:translateY(0) translateZ(0);-o-transform:translateY(0) translateZ(0);-moz-ttransform:translateY(0) translateZ(0);-ms-transform:translateY(0) translateZ(0);transform:translateY(0) translateZ(0);-webkit-transition:opacity .6s linear .1s,transform .6s cubic-bezier(.215,.61,.355,1) .1s;
-o-transition:opacity .6s linear .1s,transform .6s cubic-bezier(.215,.61,.355,1) .1s;
-moz-transition:opacity .6s linear .1s,transform .6s cubic-bezier(.215,.61,.355,1) .1s;
-ms-transition:opacity .6s linear .1s,transform .6s cubic-bezier(.215,.61,.355,1) .1s;
transition:opacity .6s linear .1s,transform .6s cubic-bezier(.215,.61,.355,1) .1s;}











/*indexProbannerB*/
.indexProbannerB{position:relative;overflow:hidden;width:50%;float:left;}
.indexProbannerB .item{display:block; position:relative;}
.indexProbannerB .swiper-slide{overflow:hidden; width:100%; position:relative;float:left;background-position:center center; background-repeat:no-repeat;background-size:cover;}
.indexProbannerB .item{height:655px;position:relative;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;flex-direction:column;text-align:center;z-index:2;}
.indexProbannerB .bannerWz{position:absolute;top:60px; z-index:2;}
.indexProbannerB .bannerWz .tit{font-size:32px;color:#262e46;font-family:"-apple-system",BlinkMacSystemFont,"PingFangSC","PingFang SC",SourceHanSansCN-Light,SourceHanSansCN,"Lantinghei SC",Helvetica,"Microsoft YaHei","微软雅黑",Arial,sans-serif;}
.indexProbannerB .bannerWz .des{font-size:20px;color:#262e46;font-weight:300;margin-bottom:30px;}
.indexProbannerB .bannerimg{position:absolute;bottom:0; width:100%;height:480px;}
.indexProbannerB .bannerimg img{display:block;position:absolute;top:0;left:0;z-index:1;width:100%;height:100%;max-width:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;}
@media screen and (max-width:1220px){
.indexProbannerB .item{height:760px}
.indexProbannerB .bannerimg{height:450px}
}
@media screen and (max-width:1024px){
.indexProbannerB{width:100%;float:none;}
.indexProbannerB .bannerimg{height:450px}
.indexProbannerB .bannerWz .tit{font-size:26px;}
.indexProbannerB .bannerWz .des{font-size:16px;}
}
@media screen and (max-width:768px){
.indexProbannerB .item{height:88vw; min-height:400px;}
.indexProbannerB .bannerWz{top:80px;}
.indexProbannerB .bannerWz .tit{font-size:24px;}
.indexProbannerB .bannerWz .des{font-size:14px;margin-bottom:20px;}
.indexProbannerB .bannerimg{height:0; padding-bottom:53vw;}
}












/*paginationB*/
.paginationB{position:absolute;bottom:40px;left:0;right:0; z-index:4; text-align:center; margin:0 auto;}
.paginationB .swiper-pagination{bottom:0;line-height:0;font-size:0; position:static; width:100%;text-align:center;}
.paginationB .swiper-pagination span{width:45px;height:4px;border:none;opacity:1;float:none;margin-left:10px;border-radius:4px; background:rgba(255, 255, 255, 0.2);transition:background .3s linear;cursor: pointer;}
.paginationB .swiper-pagination span.swiper-pagination-bullet-active{background:#fff;}
@media screen and (max-width:1024px) {
.paginationB{bottom:30px;}
.paginationB .swiper-pagination span{width:35px;height:3px;}
}
@media screen and (max-width:768px) {
.paginationB{bottom:20px;}
.paginationB .swiper-pagination span{width:25px;height:3px;}
}



/*swiper-button*/
.swiper-btn .swiper-button-prev,.swiper-btn .swiper-button-next{width:50px;height:50px;margin-top:-25px;position:absolute;top:50%;cursor:pointer;z-index:10;outline:none;border-radius:50%;overflow:hidden;background-size:17px; background-repeat: no-repeat; background-position:center center;}
.swiper-btn .swiper-button-prev:after,.swiper-btn .swiper-button-next:after{ display:none;}
.swiper-btn .swiper-button-prev{background-image:url(../images/arrow-left.png);left:50px;}
.swiper-btn .swiper-button-next{background-image:url(../images/arrow-right.png);right:50px;}
.swiper-btn .swiper-button-prev.swiper-button-disabled,
.swiper-btn .swiper-button-next.swiper-button-disabled{filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0;-moz-transition: all .5s ease;-ms-transition: all .5s ease;-webkit-transition: all .5s ease;-o-transition: all .5s ease;transition: all .5s ease;}
@media screen and (max-width:1220px){
.swiper-btn .swiper-button-prev,.swiper-btn .swiper-button-next{width:40px;height:40px;margin-top:-20px;background-size:15px;}
}
@media screen and (max-width:1024px){
.swiper-btn .swiper-button-prev,.swiper-btn .swiper-button-next{width:36px;height:36px;margin-top:-18px;background-size:13px;}
}
@media screen and (max-width:768px){
.swiper-btn .swiper-button-prev,.swiper-btn .swiper-button-next{width:30px;height:30px;margin-top:-15px;background-size:12px;}
.swiper-btn .swiper-button-prev{left:3%;}
.swiper-btn .swiper-button-next{right:3%;}
}


/*moreBtn*/
.moreBtn{padding:0 40px;display:inline-block;border-radius:44px;line-height:44px;border:1px solid #9698a0;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;-ms-transition: all 0.3s;transition: all 0.3s;margin-bottom:5px;}
.moreBtn span{display:inline-block;font-size:16px;color:#262e46;padding-right:25px;position:relative;background:url("../images/arrow-right3.png") no-repeat right center; background-size:7px;}
.moreBtn:hover span{color:#fff;background-image:url("../images/arrow-right.png");}
.moreBtn:hover{ border-color:#0e5bdb; background-color:#0e5bdb;}
.white .moreBtn{border-color:#fff;}
.white .moreBtn span{color:#fff;background-image:url("../images/arrow-right.png");}
.white .moreBtn:hover{background-color:rgba(255,255,255,17%);}
/*videoBtn*/
.videoBtn{padding:0 24px;display:inline-block;border-radius:44px;line-height:44px;border:1px solid #9698a0;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;-ms-transition: all 0.3s;transition: all 0.3s;margin:0 10px;}
.videoBtn span{display:inline-block;font-size:16px;color:#262e46;padding-right:55px;position:relative;background:url("../images/icon-video2.png") no-repeat right center; background-size:25px;}
.videoBtn:hover span{color:#fff;background-image:url("../images/icon-video.png");}
.videoBtn:hover{ border-color:#0e5bdb; background-color:#0e5bdb;}
.white .videoBtn{border-color:#fff;}
.white .videoBtn span{color:#fff;background-image:url("../images/icon-video.png");}
.white .videoBtn span{color:#fff;}
.white .videoBtn:hover{background-color:rgba(255,255,255,17%);}
@media screen and (max-width:1680px){
.moreBtn{padding:0 36px;}
.videoBtn{padding:0 22px;}
}
@media screen and (max-width:1220px){
.moreBtn{padding:0 30px;line-height:40px;}
.moreBtn span{font-size:14px;padding-right:20px; background-size:7px;}
.videoBtn{padding:0 20px;line-height:40px;margin:0 10px;}
.videoBtn span{font-size:14px;padding-right:50px;background-size:20px;}
}
@media screen and (max-width:1024px){
.moreBtn{padding:0 25px;line-height:40px;}
.moreBtn span{font-size:14px;padding-right:18px; background-size:7px;}
.videoBtn{padding:0 18px;line-height:40px;margin:0 5px;}
}
@media screen and (max-width:768px){
.moreBtn{padding:0 20px;line-height:35px;}
.moreBtn span{font-size:13px;padding-right:15px; background-size:5px;}
.videoBtn{padding:0 15px;line-height:35px;margin:0 5px;}
.videoBtn span{font-size:13px;padding-right:40px;background-size:16px;}
}


/*indexTit*/
.indexTit{font-size:36px;color:#262e46;font-family:"-apple-system",BlinkMacSystemFont,"PingFangSC","PingFang SC",SourceHanSansCN-Light,SourceHanSansCN,"Lantinghei SC",Helvetica,"Microsoft YaHei","微软雅黑",Arial,sans-serif;}
.indexTit .tit{color:#333333;margin-bottom:10px;}
.indexTit .tit a{display:inline-block;}
.indexTit .des{color:#9698a0;font-size:22px; font-weight:300;}
@media screen and (max-width:1680px){
.indexTit{font-size:34px;}
.indexTit .tit{margin-bottom:8px;}
.indexTit .des{font-size:20px;}
}
@media screen and (max-width:1220px){
.indexTit{font-size:32px;}
.indexTit .tit{margin-bottom:5px;}
.indexTit .des{font-size:18px;}
}
@media screen and (max-width:1024px){
.indexTit{font-size:28px;}
.indexTit .des{font-size:16px;}
}
@media screen and (max-width:768px){
.indexTit{font-size:26px;}
.indexTit .tit{margin-bottom:0px;}
.indexTit .des{font-size:14px;}
}









/*indexSort*/
.indexSort{padding-top:120px;padding-bottom:150px;}
.indexSort .SortTop{display:flex;justify-content:space-between;align-items:start;margin-bottom:115px;}
.indexSort .sort{display:flex;justify-content:space-between;align-items:start;text-align: center; position: relative;margin:0 -10px; font-size:0;line-height:0;padding-top:85px;background:url("../images/index-case-bg.png") no-repeat center top; background-size:100%;}
.indexSort .sort *{transition: 0.5s;}
.indexSort .sort li{float:left;width:16.66666666666667%;position:relative;zoom:1;display:inline-block;*display:inline;overflow:hidden;vertical-align:top;margin-bottom:14px;}
.indexSort .sort .nr{padding:60px 30px; display:block;margin:0 10px; min-height:400px; border:1px solid #c4c4c4;border-radius:10px;background:#fff; position:relative;}
.indexSort .sort .tt{text-align:center;font-size:26px;line-height:1;color:#262e46;margin-bottom:50px;font-family:"-apple-system",BlinkMacSystemFont,"PingFangSC","PingFang SC",SourceHanSansCN-Light,SourceHanSansCN,"Lantinghei SC",Helvetica,"Microsoft YaHei","微软雅黑",Arial,sans-serif;}
.indexSort .sort .txtB{display:none;}
.indexSort .sort .m{display:block;height:8px;background:url("../images/index-case-dian.png") no-repeat center center; background-size:auto 100%;}
.indexSort .sort .m.m2{ display:none;}
.indexSort .sort .icon{display:block;text-align:center;position:absolute;bottom:60px;left:0;right:0;margin:0 auto;height:85px;}
.indexSort .sort .icon img{max-height:85px;max-width:100%;display:inline-block;}
.indexSort .sort .icon span.icon1{display:block;}
.indexSort .sort .icon span.icon2{display:none;}
@media screen and (min-width:1024.1px) {
	.indexSort .sort li.remove{width:13.5%}
	.indexSort .sort li.show{width:31.5%;}
	.indexSort .sort li.show .nr{padding:60px 60px;background-color:#62a2fe; background: -webkit-linear-gradient(100deg, #62a2fe, #0165bb 100%); background: -moz-linear-gradient(100deg, #62a2fe, #0165bb 100%); background: -o-linear-gradient(100deg, #62a2fe, #0165bb 100%); background: -ms-linear-gradient(100deg, #62a2fe, #0165bb 100%); background: linear-gradient(100deg, #62a2fe, #0165bb 100%);}
	.indexSort .sort li.show .tt{color:#fff;text-align:left;}
	.indexSort .sort li.show .txtB{display:block;}
	.indexSort .sort li.show .txt{color:#fff; font-size:18px;line-height:1.5;font-weight:300;max-width:70%;margin-bottom:40px;text-align:left;text-overflow:ellipsis;display: -webkit-box;-webkit-line-clamp:3;-webkit-box-orient: vertical;}
	.indexSort .sort li.show .m{ background-position:left center; background-image:url("../images/index-case-dianh.png");}
	.indexSort .sort li.show .m.m1{ display:none;}
	.indexSort .sort li.show .m.m2{ display: block;}
	.indexSort .sort li.show .icon{text-align:right;right:60px;}
	.indexSort .sort li.show .icon span.icon1{display:none;}
	.indexSort .sort li.show .icon span.icon2{display:block;}
}
@media(max-width:1640px){.indexSort{padding-top:100px;padding-bottom:130px;}.indexSort .SortTop{margin-bottom:105px;}
	.indexSort .sort{padding-top:60px;}
	.indexSort .sort .tt{font-size:24px;margin-bottom:40px;}
	.indexSort .sort .icon{bottom:60px;height:80px;}
	.indexSort .sort .icon img{max-height:80px;}
	
	.indexSort .sort li.show .nr{padding:60px 50px;}
	.indexSort .sort li.show .icon{right:50px;}
}
@media(max-width:1440px){.indexSort{padding-top:90px;padding-bottom:110px;}.indexSort .SortTop{margin-bottom:95px;}
	.indexSort .sort{padding-top:50px;}
	.indexSort .sort .nr{padding:50px 30px;}
	.indexSort .sort .tt{font-size:22px;margin-bottom:35px;}
	.indexSort .sort .icon{bottom:50px;height:70px;}
	.indexSort .sort .icon img{max-height:70px;}
	.indexSort .sort .txt{max-width:100%;}
	
	.indexSort .sort li.show .nr{padding:50px 40px;}
	.indexSort .sort li.show .icon{right:40px;}
}

@media(max-width:1220px){.indexSort{padding-top:70px;padding-bottom:90px;}.indexSort .SortTop{margin-bottom:75px;}
	.indexSort .sort .nr{padding:40px 20px; min-height:350px;}
	.indexSort .sort .tt{font-size:20px;margin-bottom:30px;}
	.indexSort .sort .icon{bottom:40px;height:60px;}
	.indexSort .sort .icon img{max-height:60px;}
	
	.indexSort .sort li.show .nr{padding:40px 30px;}
	.indexSort .sort li.show .icon{right:30px;}
	.indexSort .sort li.show .txt{font-size:16px;}
}
@media(max-width:1024px){	
    .indexSort .sort{padding-top:30px;}
	.indexSort .sort{display:block;}
	.indexSort .sort .nr{min-height:300px;}
	.indexSort .sort .tt{font-size:18px;margin-bottom:20px;}
}
@media(max-width:992px){
	.indexSort .sort li{width:33.333333%;}	
}
@media(max-width:768px){
	.indexSort{padding-top:50px;padding-bottom:70px;}	.indexSort .sort{padding-top:20px;}
	.indexSort .SortTop{margin-bottom:55px;flex-direction: column;align-items: center;justify-content: center;text-align:center;}
	.indexSort .SortTop .indexTit{ margin-bottom:30px;}

	.indexSort .sort .nr{min-height:250px;}
}
@media(max-width:550px){
	.indexSort .sort li{width:50%;}
}










/*indexPro*/
.indexAbout{background:url("../images/index-ab.jpg") no-repeat center top; background-size:cover;overflow:hidden;padding-top:200px; padding-bottom:175px;position:relative;}
.indexAbout .indexTit{margin-bottom:35px;}
.indexAbout .indexTit .tit{color:#ffffff;}
.indexAbout .indexTit .des{color:#ffffff;filter:alpha(opacity=50);-moz-opacity:0.5;-khtml-opacity:0.5;opacity: 0.5;}

/*indexAbout-des*/
.indexAbout-des{max-width:490px;}
.indexAbout-des .txt{margin-bottom:80px;font-size:22px;font-weight:300;color:#fff;line-height:1.5;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;text-align:justify;}

/*indexAboutlist*/
.indexAboutlist ul{position:relative;font-size:0; line-height:0;padding-top:155px;}
.indexAboutlist ul li{display:inline-block;*display:inline;zoom:1;vertical-align:top;min-width:240px;}
.indexAboutlist ul li .item{position:relative;display:block;padding-right:36px;}
.indexAboutlist ul li h2{font-size:24px;color:#fff;font-weight:600; text-align:left;}
.indexAboutlist ul li h2 strong{font-size:80px;line-height:1;font-family:'Karmilla',Arial, Helvetica, sans-serif;font-weight:bold;}
.indexAboutlist ul li h2 b{font-size:30px;line-height:1;position:relative;top:0;vertical-align: top;margin-left:10px;font-family:'Karmilla',Arial, Helvetica, sans-serif;font-weight:bold;}
.indexAboutlist ul li h2 span{font-size:16px;line-height:1;position:relative;top:-6px;vertical-align:middle;margin-left:8px;font-weight:300;}
@media screen and (max-width: 1680px) {
	.indexAboutlist ul{padding-top:100px;}
	.indexAboutlist ul li .item{padding-right:35px;}
	.indexAboutlist ul li h2{font-size:22px;}
	.indexAboutlist ul li h2 strong{font-size:54px;}
	.indexAboutlist ul li h2 b{font-size:36px;}
	.indexAboutlist ul li h2 span{font-size:18px;top:-5px;}
	
	.indexAbout{padding-top:180px;padding-bottom:150px;}
    .indexAbout-des .txt{font-size:20px;line-height:1.5;margin-bottom:70px;}
}
@media screen and (max-width: 1400px) {
	.indexAboutlist ul{padding-top:80px;}
	.indexAboutlist ul li .item{padding-right:30px;}
	.indexAboutlist ul li h2{font-size:22px;}
	.indexAboutlist ul li h2 strong{font-size:50px;}
	.indexAboutlist ul li h2 b{font-size:32px;}
	.indexAboutlist ul li h2 span{font-size:18px;top:-5px;}
	
	.indexAbout{padding-top:150px;padding-bottom:120px;}
    .indexAbout-des .txt{font-size:18px;line-height:1.5;margin-bottom:60px;}
}
@media screen and (max-width: 1220px) {
	.indexAboutlist ul{padding-top:70px;}
	.indexAboutlist ul li .item{padding-right:30px;}
	.indexAboutlist ul li h2{font-size:20px;}
	.indexAboutlist ul li h2 strong{font-size:40px;}
	.indexAboutlist ul li h2 b{font-size:30px;}
	.indexAboutlist ul li h2 span{font-size:16px;top:-3px;}
	
	.indexAbout{padding-top:120px;padding-bottom:90px;}
    .indexAbout-des .txt{font-size:16px;line-height:26px;margin-bottom:50px;}
}
@media screen and (max-width: 1024px) {
	.indexAboutlist ul{padding-top:50px;}
	.indexAboutlist ul li{min-width:0;}
	.indexAboutlist ul li .item{padding-right:30px;}
	.indexAboutlist ul li h2{font-size:18px;}
	.indexAboutlist ul li h2 strong{font-size:30px;}
	.indexAboutlist ul li h2 b{font-size:26px;margin-left:5px;}
	.indexAboutlist ul li h2 span{font-size:14px;top:-3px;}
	
    .indexAbout-des .txt{font-size:14px;line-height:26px;margin-bottom:40px;}
}
@media screen and (max-width: 768px) {
	.indexAboutlist ul li{width:100%;margin-bottom:20px;}
	.indexAboutlist ul li h2{font-size:16px;}
	.indexAboutlist ul li h2 strong{font-size:26px;}
	.indexAboutlist ul li h2 b{font-size:24px;margin-left:5px;}
	.indexAboutlist ul li h2 span{font-size:12px;top:-3px;}
	
	.indexAbout{padding-top:100px;padding-bottom:70px;}
	.indexAbout .indexAbout-des {width:100%;}
    .indexAbout-des .txt{font-size:14px;line-height:26px;margin-bottom:30px;}
}




/*indexNewsWrap*/
.indexNewsWrap{padding-top:125px;padding-bottom:130px;padding-left:calc((100vw - 1640px) / 2); overflow:hidden;}
.indexNewsWrap .NewsTop{display:flex;justify-content:space-between;align-items:start;padding-right:calc((100vw - 1440px) / 2)}
.indexNewsWrap .NewsBott{display:flex;justify-content:space-between;align-items:start;margin-top:85px}
.indexNewsWrap .NewsSwiper1{width:30%;overflow:hidden;margin-top:40px}

.indexNewsWrap .NewsDate{background-color:#f2f2f2;font-size:16px;color:#262e46;padding:10px 23px;border-radius:18px;display:inline-block;}
.indexNewsWrap .NewsName{font-size:26px;color:#262e46;margin-top:39px;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden}
.indexNewsWrap .NewsName a{color:#333333}
.indexNewsWrap .NewsName a:hover{color:#0e5bdb}
.indexNewsWrap .NewsTxt{font-size:16px;line-height:32px;color:#676b78;margin-top:29px;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:6;overflow:hidden;text-align:justify}
.indexNewsWrap .NewsMore{color:#0e5bdb;margin-top:73px}
.indexNewsWrap .NewsMore span{font-size:16px;color:#262e46;padding-right:30px;position:relative;background:url("../images/arrow-right3.png") no-repeat right center; background-size:7px;}
.indexNewsWrap .NewsMore:hover span{color:#0e5bdb; background-image:url("../images/arrow-right2.png");}

.indexNewsWrap .NewsPoint{width:max-content;max-width:100%;background-color:rgba(14,91,219,0.06);font-size:16px;color:#666666;padding:5.5px 15px;border-radius:18px; display:none;}
.indexNewsWrap .swiper-pagination-current{font-family:SourceHanSansCN-Bold,Arial,Helvetica,sans-serif;font-size:20px;color:#0e5bdb}
.indexNewsWrap .swiper-pagination-total{font-family:SourceHanSansCN-Bold,Arial,Helvetica,sans-serif;font-size:16px;color:#666666}
.indexNewsWrap .NewsSwiper2{overflow:hidden;width:61.78%}
.indexNewsWrap .NewsSwiper2 .swiper-slide{width:99%;border-radius:16px}
.indexNewsWrap .NewsSwiper2 .swiper-slide a{width:100%;display:block;overflow:hidden;border-radius:16px}
.indexNewsWrap .NewsSwiper2 .swiper-slide a img{width:100%;display:block;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;-ms-transition: all 0.3s;transition: all 0.3s;}
.indexNewsWrap .NewsSwiper2 .swiper-slide a:hover img{transform:scale(1.2)}
.indexNewsWrap .NewsQie{display:flex;margin-left:50px;margin-top:40px; display:none;}
.indexNewsWrap .NewsQie span{font-size:20px;color:#666666;width:51px;height:51px;line-height:51px;text-align:center;border:solid 1px #666666;box-sizing:border-box;margin-right:19px;cursor:pointer;transition:0.2s;border-radius:50%}
.indexNewsWrap .NewsQie span:last-child{margin-right:0}
.indexNewsWrap .NewsQie span:hover{color:#0e5bdb;border:1px solid #0e5bdb}

@media (max-width:1500px){
.indexNewsWrap{padding-left:60px}
.indexNewsWrap .NewsTop{padding-right:60px}
.indexNewsWrap .NewsSwiper1{margin-top:0}
}
@media (max-width:1280px){
.indexNewsWrap{padding-top:50px;padding-bottom:50px;padding-left:30px}
.indexNewsWrap .NewsTop{padding-right:30px}

.indexNewsWrap .NewsBott{margin-top:30px}
.indexNewsWrap .NewsName{font-size:20px;margin-top:20px}
.indexNewsWrap .NewsTxt{margin-top:20px}
.indexNewsWrap .NewsQie{margin-left:0;margin-top:20px}
.indexNewsWrap .NewsQie span{width:40px;height:40px;line-height:40px}
}
@media (max-width:1000px){
.indexNewsWrap{padding:50px;background-image:none}
.indexNewsWrap .NewsTop{padding:0}

.indexNewsWrap .NewsBott{flex-direction:column-reverse}
.indexNewsWrap .NewsSwiper1{width:90%;text-align:center;max-width:750px; margin:0 auto;margin-top:40px;}
.indexNewsWrap .NewsSwiper2{width:450px;margin:0 auto}
.indexNewsWrap .NewsQie{justify-content:center}
.indexNewsWrap .NewsPoint{margin:0 auto;margin-top:20px}
.indexNewsWrap .NewsName{font-size:18px}
.indexNewsWrap .NewsTxt{font-size:14px;line-height:24px}
}
@media (max-width:768px){
.indexNewsWrap{padding:50px 15px}
.indexNewsWrap .NewsTop{flex-direction:column;align-items:center;justify-content:center;text-align:center}
.indexNewsWrap .indexTit{ margin-bottom:30px;}	
}
@media (max-width:500px){
.indexNewsWrap .NewsSwiper2{width:100%}
}




/*弹窗视频 */
.c-videobg{background:#000;background:rgba(0,0,0,0.5);position:fixed;top:0;left:0;z-index:999;width:100%;height:100%;}
#c-video-box{display:none;z-index:1000;background:#fff;position:fixed;left:0;right:0;bottom:0;margin:0 auto;/*width:960px;height:480px;top:50%;left: 50%;transform: translate(-50%, -50%);*/}
#c-video-box video{height:100%;width:100%;background:#000;margin:auto auto;}
#c-video-box .c-btn{position:absolute;width:80px;height:80px;top:0;right:-80px;background:#000;text-align:center; cursor:pointer;}
#c-video-box .c-btn:after,
#c-video-box .c-btn:before{content:"";width:60%;height:1px;background:#fff;display:block;position:absolute;left:50%;margin-left:-30%;-webkit-transition: all 0.3s ease;transition: all 0.3s ease;}
#c-video-box .c-btn:before{top:50%;-moz-transform:rotate(45deg); -ms-transform:rotate(45deg); -o-transform:rotate(45deg); -webkit-transform:rotate(45deg); transform:rotate(45deg)}
#c-video-box .c-btn:after{bottom:50%;-moz-transform:rotate(-45deg); -ms-transform:rotate(-45deg); -o-transform:rotate(-45deg); -webkit-transform:rotate(-45deg); transform:rotate(-45deg)}
#c-video-box .c-btn i{ font-style:normal;opacity:0;-webkit-transition: all 0.3s ease;transition: all 0.3s ease;visibility:hidden;color:#fff; line-height:80px; text-align:center;}
#c-video-box .c-btn:hover:before{top:24%;-moz-transform:rotate(0deg); -ms-transform:rotate(0deg); -o-transform:rotate(0deg); -webkit-transform:rotate(0deg); transform:rotate(0deg)}
#c-video-box .c-btn:hover:after{bottom:24%;-moz-transform:rotate(0deg); -ms-transform:rotate(0deg); -o-transform:rotate(0deg); -webkit-transform:rotate(0deg); transform:rotate(0deg)}
#c-video-box .c-btn:hover{background: #ea5514;}
#c-video-box .c-btn:hover i{opacity:1;visibility:visible;}
@media (max-width:1024px){
  #c-video-box .c-btn{top:-80px;right:0;}
  #c-video-box{ max-width:100%; margin:0 auto; height:400px!important; top:100px!important; }
  
  #c-video-box .c-btn{width:50px;height:50px;top:-60px;right:0;border-radius:5px;}
}



.box_wrap_out_posi{overflow:visible !important;}
.box_wrap_out_posi .about-video-close{width:80px; height:80px; right:-80px; position:relative; background:#000; text-align:center;}
.box_wrap_out_posi .about-video-close:after,.box_wrap_out_posi .about-video-close:before{content:"";width:60%;height:1px;background:#fff;display:block;position:absolute;left:50%;margin-left:-30%;-webkit-transition: all 0.3s ease;transition: all 0.3s ease;}
.box_wrap_out_posi .about-video-close:after{top:50%;-moz-transform:rotate(45deg); -ms-transform:rotate(45deg); -o-transform:rotate(45deg); -webkit-transform:rotate(45deg); transform:rotate(45deg)}
.box_wrap_out_posi .about-video-close:before{bottom:50%;-moz-transform:rotate(-45deg); -ms-transform:rotate(-45deg); -o-transform:rotate(-45deg); -webkit-transform:rotate(-45deg); transform:rotate(-45deg)}
.box_wrap_out_posi .about-video-close i{opacity:0;-webkit-transition: all 0.3s ease;transition: all 0.3s ease;visibility:hidden;color:#fff; line-height:80px; text-align:center;}
.box_wrap_out_posi .about-video-close:hover:after{top:24%;-moz-transform:rotate(0deg); -ms-transform:rotate(0deg); -o-transform:rotate(0deg); -webkit-transform:rotate(0deg); transform:rotate(0deg)}
.box_wrap_out_posi .about-video-close:hover:before{bottom:24%;-moz-transform:rotate(0deg); -ms-transform:rotate(0deg); -o-transform:rotate(0deg); -webkit-transform:rotate(0deg); transform:rotate(0deg)}
.box_wrap_out_posi .about-video-close:hover{background: #ea5514;}
.box_wrap_out_posi .about-video-close:hover i{opacity:1;visibility:visible;}
.video_list1 .video_box::after{content:''; width:100%; height:100%; background:url(../img/video_box_cover.png) left no-repeat; background-size:cover; position:absolute; left:0; top:0;}
.video_list1 .video_box .intro{z-index:2;}
.video_list1 .video_box .play{z-index:2;}
.video-js .vjs-tech{height:auto;}
.personnel02 .content .left .rect-481 .cover{background:url(../img/about_us_cover.png)no-repeat center; background-size:cover; position:absolute; width:100%; height:100%; left:0; top:0; z-index:1;}
.video-js .vjs-tech{object-fit:cover;}






/*****************************product select start*****************************/
.selectInfo{padding-top:135px; padding-bottom:100px;background:#f2f7fb; text-align:center;}
@media screen and (max-width:1220px) {
.selectInfo{padding-top:120px; padding-bottom:90px;}
}
@media screen and (max-width:1024px) {
.selectInfo{padding-top:100px; padding-bottom:70px;}
}
@media screen and (max-width:768px) {
.selectInfo{padding-top:70px; padding-bottom:50px;}
}



/*selectTitle*/
.selectTitle{margin-bottom:85px;font-size:16px;color:#262e46;font-family:"-apple-system",BlinkMacSystemFont,"PingFangSC","PingFang SC",SourceHanSansCN-Light,SourceHanSansCN,"Lantinghei SC",Helvetica,"Microsoft YaHei","微软雅黑",Arial,sans-serif;text-align:center;}
.selectTitle .tit{font-size:40px;line-height:normal;}
@media screen and (max-width:1220px) {
.selectTitle{margin-bottom:70px;font-size:14px;}
.selectTitle .tit{font-size:32px;}
}
@media screen and (max-width:1024px) {
.selectTitle{margin-bottom:50px;font-size:14px;}
.selectTitle .tit{font-size:26px;}
}


/*selectSubmitBox*/
.selectSubmitBox{text-align:center; padding-top:70px;}
.selectSubmit{padding:0 23px;display:inline-block;font-size:16px;border-radius:49px;line-height:49px;background-color:#63a3ff;color:#fff;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;-ms-transition: all 0.3s;transition: all 0.3s;}
.selectSubmit span{display:inline-block;padding-right:45px;position:relative;background:url("../images/arrow-right4.png") no-repeat right center; background-size:7px;}
.selectSubmit:hover{background-color:#0e5bdb;}
.selectSubmit.sel-disabled {color:#262e46;box-shadow: none;background:#d5d9dd;pointer-events: none;cursor:default;}
.selectSubmit.sel-disabled span{background-image:url("../images/arrow-right3.png");filter:alpha(opacity=30); -moz-opacity:0.3; -khtml-opacity:0.3; opacity:0.3; }
/*selectBack*/
.selectBack{padding:0 23px;margin-right:12px;display:inline-block;font-size:16px;border-radius:49px;line-height:49px;background-color:#d5d9dd;color:#262e46;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;-ms-transition: all 0.3s;transition: all 0.3s;}
.selectBack span{display:inline-block;padding-left:45px;position:relative;background:url("../images/arrow-left3.png") no-repeat left center; background-size:7px;}
.selectBack:hover{background-color:#c0c2c5;}
/*selectReset*/
.selectReset{padding:0 23px;display:inline-block;font-size:16px;line-height:49px;border-radius:49px;color:#262e46;}
.selectReset span{display:inline-block;padding-left:25px;position:relative;background:url("../images/icon-reset.png") no-repeat left center; background-size:20px;}
.selectReset:hover{background-color:#e0e0e0;}
@media screen and (max-width:1024px) {
.selectSubmitBox{padding-top:50px;}
.selectBack,.selectReset,
.selectSubmit{padding:0 20px;font-size:14px;border-radius:45px;line-height:45px;}
}
@media screen and (max-width:768px) {
.selectSubmitBox{padding-top:30px;}
}





/*selectList1*/
.selectList1{padding:0 10px;overflow:hidden;height:auto;color:#a0a0a0;font-size:0;line-height:normal;}
.selectList1 li{font-size:0;display:inline-block;*display:inline;zoom:1;margin:0;padding:0;list-style:none;width:25%;vertical-align:top;margin-bottom:20px;}
.selectList1 li .item{display:block;margin:0 10px;overflow:hidden;background:#5b616a;border-radius:10px;cursor:pointer;}
.selectList1 li .item .ImgBox{height:0;position:relative;padding-bottom:51.35135135135135%;overflow:hidden;}
.selectList1 li .item .ImgBox img {position:absolute;top:0;left:0;display:block;max-width:none;width:100%;height:100%;object-fit:cover;}
.selectList1 li .item .ImgBox img{transition: all .5s ease-in-out;-moz-transition: all .5s ease-in-out;-webkit-transition: all 0.5s ease-in-out;}
.selectList1 li .item:hover .ImgBox img{-moz-transform: scale(1.05); -webkit-transform: scale(1.05);transform: scale(1.05);}
.selectList1 li .item{-webkit-transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;-ms-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;}
.selectList1 li .listTitle{padding-top:30px;padding-bottom:30px;text-align:center;}
.selectList1 li .listTitle .t{display:block;font-size:18px;color:#fff;line-height:1.5;overflow:hidden; margin-bottom:10px;}
.selectList1 li .radioBtn{margin:0 auto;}
.selectList1 li .item.li-selected{background:#fff;box-shadow: 0 0 10px rgba(0,0,0,.1);}
.selectList1 li .item.li-selected .listTitle .t{color:#262e46;}
@media screen and (max-width:1220px) {
	.selectList1 li .listTitle{padding-top:20px;padding-bottom:20px;}
	.selectList1 li .listTitle .t{font-size:16px;}
}
@media screen and (max-width:1024px) {
	.selectList1 li{width:50%;}
	.selectList1 li .listTitle .t{font-size:16px;}
	.selectList1 li .listTitle{padding-top:15px;padding-bottom:15px;}
}
@media screen and (max-width:768px) {
	.selectList1{margin:0 auto; max-width:370px;}	
	.selectList1 li .item{margin:0 0px;}	
	.selectList1 li{width:100%;}
}







/*selectList2*/
.selectList2{ display:inline-block; margin:0 auto;}
.selectList2 li .item{display:flex;flex-direction:row;-webkit-box-align:center;align-items:center;background-color:#fff;cursor:pointer;border-radius:8px;padding:12px 30px;box-shadow:rgb(238 238 238) 0px 0px 4px;
overflow:hidden;margin-bottom:15px;}
.selectList2 li .item{-webkit-transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;-ms-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;}
.selectList2 li .listTitle .t{display:inline-block;font-size:18px;color:#262e46;line-height:1.5;}
.selectList2 li .radioBtn{display:inline-block;margin-right:12px;}
.selectList2 li .item.li-selected{background:#fff;box-shadow: 0 0 10px rgba(0,0,0,.1);}
.selectList2 li .item.li-selected .listTitle .t{color:#262e46;}
@media screen and (max-width:1220px) {
	.selectList2 li .listTitle .t{font-size:16px;}
}
@media screen and (max-width:1024px) {
	.selectList2 li .listTitle .t{font-size:14px;}
}


/*pageProList*/
.pageProList{display: flex;flex-direction: column;flex: 1 1 0%;max-width:960px; margin:0 auto;}
.pageProList li{ display:block;width:100%;margin-bottom:16px;}
.pageProList li .item{display:flex;flex-direction:row;position:relative;background-color:#fff;border-radius:10px;-webkit-box-pack:start;justify-content:flex-start;flex-wrap:wrap}
.pageProList li .item .ImgBox{width:256px;height:0;position:relative;padding-bottom:256px;overflow:hidden;}
.pageProList li .item .ImgBox img {position:absolute;top:0;left:0;display:block;max-width:none;width:100%;height:100%;object-fit:contain;}
.pageProList li .item{-webkit-transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;-ms-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;}
.pageProList li .listTitle{display:flex;flex-direction:column;-webkit-box-pack:center;justify-content:center;padding:15px 30px; text-align:left;width:calc(100% - 256px);}
.pageProList li .listTitle .t{display:block;font-size:26px;color:#262e46;line-height:1.5;overflow:hidden; margin-bottom:10px;}
.pageProList li .listTitle .txt{display:block;font-size:16px;color:#262e46;line-height:1.5;overflow:hidden; margin-bottom:10px;}
.pageProList li .moreB{margin-top:35px;}
.pageProList li .mbtn{padding:0 16px;display:inline-block;font-size:14px;border-radius:36px;line-height:36px;background-color:#1976d2;color:#fff;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;-ms-transition: all 0.3s;transition: all 0.3s;}
.pageProList li .mbtn:hover{background-color:#1565c0;}
.pageProList li .zxbtn{padding:0 16px;margin-left:32px;display:inline-block;font-size:14px;border-radius:36px;line-height:36px;background-color:#e0e0e0;color:#262e46;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;-ms-transition: all 0.3s;transition: all 0.3s;}
.pageProList li .zxbtn:hover{background-color:#f5f5f5;}
.pageProList li .mark{padding:4px 16px;position:absolute;right:0px;top:32px;background:#1976d1;font-size:14px;line-height:22px;color:#fff;border-top-left-radius:16px;border-bottom-left-radius:16px}
@media screen and (max-width:1220px) {
    .pageProList li .listTitle .t{font-size:24px;}
}
@media screen and (max-width:1024px) {
	.pageProList li .listTitle .t{font-size:20px;}
	.pageProList li .listTitle .txt{font-size:14px;}
}
@media screen and (max-width:768px) {
	.pageProList li .listTitle .t{font-size:20px;}
	.pageProList li .listTitle .txt{font-size:14px;}
    .pageProList li .ImgBox{ margin:0 auto;}
	.pageProList li .listTitle{display:block; width:auto;}

}















/*****************************page start*****************************/
/*pagebanner*/
.pagebanner{background:url("../images/pagebg.jpg") no-repeat center top; background-size:100%;}
.pagebanner .pagebanner-tt{padding-top:140px; padding-bottom:95px;} 
.pagebanner .pagebanner-tt .pagebanner-ttBox{display:flex;flex-direction:row;-webkit-box-pack:start;justify-content:flex-start;flex-wrap:wrap;align-items: flex-end;}
.pagebanner .pagebanner-tt .left{width:60%;float:left;}
.pagebanner .pagebanner-tt .right{width:40%;float:right; text-align:right;}
.pagebanner .pagebanner-tt h2{font-size:70px;color:#262e46;line-height:1.1;font-weight:500;font-family:"-apple-system",BlinkMacSystemFont,"PingFangSC","PingFang SC",SourceHanSansCN-Light,SourceHanSansCN,"Lantinghei SC",Helvetica,"Microsoft YaHei","微软雅黑",Arial,sans-serif;}
.pagebanner .pagebanner-tt .des{font-size:20px;color:#262e46;line-height:1.1; margin-top:10px; font-weight:300;}
.pagebanner .pagebanner-tt .en{font-size:70px; color:#eef2f9;line-height:0.8;font-family:'Karmilla',Arial, Helvetica, sans-serif;font-weight:bold;text-transform:uppercase; margin-bottom:20px;}

.pagebanner .pagebanner-tt .pagePosition{font-size:16px;color:#5a616b;line-height:1.1;font-weight:300;}

.pagebanner .pagebanner-pic{position:relative;height:800px;}
.pagebanner .pagebanner-pic2{height:600px;}
.pagebanner .bannerimg{position:absolute;bottom:0;width:100%;padding-bottom:560px;z-index:2;}
.pagebanner .bannerimg img {position:absolute;top:0;left:0;display:block;max-width:none;width:100%;height:100%;object-fit:contain;animation: srmgani 4000ms 1 ease forwards;}
.pagebanner .bannerpic{position:relative;padding-bottom:600px;z-index:0;border-bottom-left-radius:90px;margin-left: calc((100% - 1640px) / 2); overflow:hidden;}
.pagebanner .bannerpic img {position:absolute;top:0;left:0;display:block;max-width:none;width:100%;height:100%;object-fit:cover;animation: srmgani 4000ms 1 ease forwards;}
.pagebanner .pagebanner-pic3{position:relative;height:757px; margin-top:-160px;}
.pagebanner .pagebanner-pic3 .bannerpic{padding-bottom:757px;}

@keyframes srmgani{0%{transform:scale(1.05);} 100%{transform:scale(1);}}
@media screen and (max-width:2460px){
	.pagebanner .pagebanner-pic{height:800px;}
	.pagebanner .pagebanner-pic2{height:600px;}
	.pagebanner .bannerimg{padding-bottom:560px;}
	.pagebanner .bannerpic{padding-bottom:600px;border-bottom-left-radius:90px;}
	.pagebanner .pagebanner-pic3{position:relative;height:757px;margin-top:-160px;}
	.pagebanner .pagebanner-pic3 .bannerpic{padding-bottom:757px;}
}
@media screen and (max-width:1920px){
	.pagebanner .pagebanner-pic{height:41.67vw;}
	.pagebanner .pagebanner-pic2{height:31.25vw;}
	.pagebanner .bannerimg{padding-bottom:29.17vw;}
	.pagebanner .bannerpic{padding-bottom:31.25vw;border-bottom-left-radius:4.69vw;}
	.pagebanner .pagebanner-pic3{position:relative;height:39.43vw;margin-top:-8.33vw;}
	.pagebanner .pagebanner-pic3 .bannerpic{padding-bottom:39.43vw;}
}
@media screen and (max-width:1770px){
	.pagebanner .bannerpic{margin-left:60px;}
}
@media screen and (max-width:1680px){
	.pagebanner .pagebanner-tt h2{font-size:60px;}
	.pagebanner .pagebanner-tt .des{font-size:16px;}
	
    .pagebanner .pagebanner-tt .en{font-size:60px;margin-bottom:15px;}
	.pagebanner .pagebanner-tt .pagePosition{font-size:14px;}

}
@media screen and (max-width:1220px){.pagebanner .pagebanner-tt{padding-top:100px; padding-bottom:70px;} 
	.pagebanner .pagebanner-tt h2{font-size:50px;}
	.pagebanner .pagebanner-tt .des{font-size:16px;}
	
    .pagebanner .pagebanner-tt .en{font-size:50px;margin-bottom:15px;}
	.pagebanner .pagebanner-tt .pagePosition{font-size:14px;}
}
@media screen and (max-width:1024px){.pagebanner .pagebanner-tt{padding-top:90px; padding-bottom:70px;} 

	.pagebanner .pagebanner-tt h2{font-size:40px;}
	.pagebanner .pagebanner-tt .des{font-size:14px; line-height:1.5; margin-bottom:30px;}
    .pagebanner .pagebanner-tt .en{font-size:40px;margin-bottom:10px;}
	.pagebanner .pagebanner-tt .en br{ display:none;}
	.pagebanner .pagebanner-tt .pagePosition{font-size:12px;}
	
	.pagebanner .pagebanner-tt .pagebanner-ttBox{display: block;}
	.pagebanner .pagebanner-tt .left{width:100%;float:none;text-align:center;}
	.pagebanner .pagebanner-tt .right{width:100%;float:none; text-align:center;}
	
	.pagebanner .bannerimg{padding-bottom:40vw;}
}
@media screen and (max-width:990px){
	.pagebanner .bannerpic{margin-left:20px;}
}
@media screen and (max-width:768px){.pagebanner .pagebanner-tt{padding-top:70px; padding-bottom:50px;} 

	.pagebanner .pagebanner-tt h2{font-size:30px;}
	.pagebanner .pagebanner-tt .des{font-size:14px; line-height:1.5; margin-bottom:30px;}
    .pagebanner .pagebanner-tt .en{font-size:30px;margin-bottom:10px;}
	.pagebanner .pagebanner-tt .en br{ display:none;}
	.pagebanner .pagebanner-tt .pagePosition{font-size:12px;}
	
	.pagebanner .pagebanner-tt .pagebanner-ttBox{display: block;}
	.pagebanner .pagebanner-tt .left{width:100%;float:none;text-align:center;}
	.pagebanner .pagebanner-tt .right{width:100%;float:none; text-align:center;}
	
	.pagebanner .bannerimg{padding-bottom:50vw;position:static;}
	

}





/*proBox*/
.proBox{padding-top:80px;padding-bottom:50px;}
/*dianList*/
.dianList{font-size:0;position:relative; z-index:2;margin:0 -20px;}
.dianList .li{ display:inline-block;*display:inline;zoom:1; width:33.33333%; vertical-align:top; margin-bottom:40px;}
.dianList .li .item{display:block;text-align:left;background-color:#eff6ff;color:#1f983a;position:relative;margin:0 20px;min-height:150px;overflow:hidden;padding:25px 25px;display:flex;flex-direction:row;-webkit-box-pack:start;justify-content:flex-start;flex-wrap:wrap;align-items:center;border-radius:10px;}
.dianList .li .item .nr{ padding-left:36px;position:relative;}
.dianList .li .item .nr:after{content: "";position: absolute;left: 0;top:0;width:7px;height:100%;border-radius:7px;background-color:#63a3ff;z-index:0;}
.dianList .li .item h2{font-size:18px;color:#262e46;font-weight:normal;line-height:1.5;}
/*hover*/
.dianList .li .item,
.dianList .li .item:before{-webkit-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out;-ms-transition: all .3s ease-in-out;transition: all .3s ease-in-out;}
@media screen and (max-width:1220px) {
.proBox{padding-top:70px;padding-bottom:30px;}
.dianList{margin:0 -15px;}
.dianList .li .item{margin:0 15px;min-height:100px;}
.dianList .li .item .nr{padding-left:30px;}
.dianList .li{margin-bottom:30px;}
.dianList .li .item h2{font-size:16px;}
}
@media screen and (max-width:1024px) {
.proBox{padding-top:50px;padding-bottom:30px;}
.dianList{margin:0 -10px;}
.dianList .li .item{margin:0 10px;padding:20px 20px;min-height:100px;}
.dianList .li .item h2{font-size:14px;}
.dianList .li{margin-bottom:20px; width:50%;}
.dianList .li .item .nr:after{width:5px;}
.dianList .li .item .nr{padding-left:25px;}
}
@media screen and (max-width:768px) {
.proBox{padding-top:30px;padding-bottom:30px;}
.dianList{margin:0 0px;}
.dianList .li .item{margin:0 0px;padding:20px 20px;min-height:0px;}
.dianList .li .item h2{font-size:14px;}
.dianList .li{margin-bottom:15px;width:100%;}
.dianList .li .item .nr:after{width:3px;}
.dianList .li .item .nr{padding-left:20px;}
}



/*proTitle*/
.proTitle{position:relative;text-align:center;}
.proTitle .t1{display:block;font-size:40px;line-height:1;color:#262e46;font-family:"-apple-system",BlinkMacSystemFont,"PingFangSC","PingFang SC",SourceHanSansCN-Light,SourceHanSansCN,"Lantinghei SC",Helvetica,"Microsoft YaHei","微软雅黑",Arial,sans-serif; position:relative;z-index:1;}
.proTitle .line{display:inline-block;width:30px;height:5px;border-radius:5px;background:#0064ba; position:relative;z-index:1; margin-bottom:10px;}
.proTitle .t2{display:block;font-size:70px;line-height:1;color:#e5eff8;position:absolute;bottom:0;left:0;right:0; text-align:center; z-index:0; font-family:'Karmilla',Arial, Helvetica, sans-serif;font-weight:bold;text-transform:uppercase;}
@media screen and (max-width:1680px) {
.proTitle .t1{font-size:36px;}
.proTitle .line{width:30px;height:5px;}
.proTitle .t2{font-size:62px}
}
@media screen and (max-width:1440px) {
.proTitle .t1{font-size:32px;}
.proTitle .line{width:30px;height:5px;}
.proTitle .t2{font-size:60px}
}
@media screen and (max-width:1220px) {
.proTitle .t1{font-size:30px;}
.proTitle .line{width:30px;height:5px;}
.proTitle .t2{font-size:50px}
}
@media screen and (max-width:1024px) {
.proTitle .t1{font-size:26px;}
.proTitle .line{width:30px;height:4px;}
.proTitle .t2{font-size:40px}
}
@media screen and (max-width:768px) {
.proTitle .t1{font-size:20px;}
.proTitle .line{width:30px;height:3px;}
.proTitle .t2{font-size:30px}
}



/*proBox2*/
.proBox2{padding-top:70px;padding-bottom:50px;}
/*advList*/
.advList{font-size:0; overflow:hidden;text-align:center;position:relative;margin:0 -15px; padding-top:80px;}
.advList li{ display:inline-block;*display:inline;zoom:1; width:50%;vertical-align:top; margin-bottom:30px;}
.advList .item{display: block; margin:0 15px; position:relative;border-radius:10px; overflow:hidden; background:#eef2f9;display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; justify-content: space-between; flex-wrap: wrap;-ms-flex-wrap:wrap;align-items:center;}
.advList .item .picB{display: block;background-color:#fff; float:left; width:37.5%;}
.advList .item .picB,.advList .item .titNr,
.advList .item .des,.advList .item,.advList .item .t,.advList .item .icon,
.advList .item .pic img,
.advList .item{-webkit-transition: all .5s ease-in-out;-o-transition: all .5s ease-in-out;-moz-transition: all .5s ease-in-out;-ms-transition: all .5s ease-in-out;transition: all .5s ease-in-out; }
.advList .item .pic{display: block;position: relative;width: 100%;padding-bottom:100%;overflow: hidden;vertical-align:bottom; background:#f1f1f1;}
.advList .item .pic img{position:absolute;top:0;left:0;display:block;max-width:none;width:100%;height:100%;object-fit:cover;}
.advList .item .tit{float:right;width:62.5%;}
.advList .item .tit .titNr{padding:30px 60px 30px 60px;text-align:left;}
.advList .item .tit .t1{font-size:14px; color:#0064ba; line-height:1.5; margin-bottom:10px;font-family:'Karmilla',Arial, Helvetica, sans-serif;font-weight:bold;text-transform:uppercase;}
.advList .item .tit .t2{font-size:18px; color:#262e46; line-height:1.5;}
@media screen and (max-width:1440px) {
.advList{padding-top:70px;}
.advList .item .tit .t2{ font-size:18px;}
}
@media screen and (max-width:1220px) {
.proBox2{padding-top:50px;padding-bottom:30px;}
.advList{margin:0 -10px;padding-top:50px;}
.advList .item{margin:0 10px;}
.advList li{width:50%;margin-bottom:20px;}
.advList .item .tit .t1{font-size:13px;}
.advList .item .tit .t2{ font-size:16px;}	
.advList .item .tit .titNr{ padding:30px 30px; }
}
@media screen and (max-width:1024px) {
.proBox2{padding-top:30px;padding-bottom:20px;}
.advList{margin:0 -10px;padding-top:50px;}
.advList .item{margin:0 10px;}
.advList .item .tit .t1{font-size:12px;line-height:1;margin-bottom:5px;}
.advList .item .tit .t2{ font-size:14px;}	
.advList .item .tit .titNr{ padding:20px 20px; }
.advList .item{padding:10px;}
.advList .item .picB{border-radius:10px;overflow:hidden;}
}
@media screen and (max-width:768px) {
.proBox2{padding-top:30px;padding-bottom:20px;}
.advList{padding-top:30px;}
.advList li{width:100%;margin-bottom:15px;}
.advList .item .tit .t1{font-size:12px;line-height:1;margin-bottom:3px;}
.advList .item .tit .t2{ font-size:14px;}	
.advList .item .tit .titNr{ padding:20px 20px; }
.advList .item{padding:10px;}
.advList .item .picB{border-radius:10px;overflow:hidden;}
}




/*proBox3*/
.proBox3{padding-top:130px;padding-bottom:0px;}
.ProcessB{ background:#f2f7fb; margin-top:70px;}
/*proBox4*/
.proBox4{padding-top:120px;padding-bottom:120px;}
.guigeB{margin-top:70px;}
/*guigeList*/
.guigeList{padding-left:20%;position:relative;border-bottom:1px solid #dedfe1;padding-top:50px;}
.guigeList:nth-child(1){border-top:1px solid #dedfe1;}
.guigeList:hover{ background-color:#fbfbfb;}
.guigeList .guigeListTit{width:20%;font-size:30px;line-height:1.4;color:#262e46;position:absolute;left:0;top:50px;margin-bottom:30px;}
.guigeList .guigeListTit span{margin-left:30px;padding-left:66px; padding-right:30px;background:url("../images/pro-tit.png") no-repeat left center; background-size:48px;}
.guigeList ul{font-size:0; overflow:hidden;position:relative;margin:0 -50px;}
.guigeList li{ display:inline-block;*display:inline;zoom:1; width:33.33333%;vertical-align:top;margin-bottom:70px;}
.guigeList .item{display: block;margin:0 50px;font-size:16px;color:#9799a6;line-height:1.8;}
.guigeList h2{font-size:18px; color:#262e46;font-weight:normal; margin-bottom:15px;}
@media screen and (max-width:1680px) {
.proBox3{padding-top:120px;}
.ProcessB{margin-top:60px;}

.proBox4{padding-top:100px;padding-bottom:100px;}
.guigeB{margin-top:60px;}

.guigeList{padding-left:30%;}
.guigeList ul{margin:0 -40px;}
.guigeList .item{margin:0 40px;}
.guigeList{padding-top:40px;}
.guigeList .guigeListTit{width:30%;font-size:28px;top:40px;margin-bottom:25px;}
.guigeList .guigeListTit span{margin-left:25px;padding-left:60px; padding-right:30px;background-size:40px;}

.guigeList li{margin-bottom:40px;}
.guigeList .item{font-size:14px;line-height:1.5;}
.guigeList h2{font-size:16px;margin-bottom:15px;}

}
@media screen and (max-width:1440px) {
.proBox3{padding-top:100px;}
.ProcessB{margin-top:50px;}

.proBox4{padding-top:90px;padding-bottom:90px;}
.guigeB{margin-top:50px;}

.guigeList{padding-top:35px;}
.guigeList .guigeListTit{font-size:26px;top:35px;margin-bottom:20px;}
.guigeList .guigeListTit span{margin-left:20px;padding-left:55px; padding-right:25px;background-size:35px;}

.guigeList li{margin-bottom:35px;}
.guigeList .item{font-size:14px;line-height:1.5;}
.guigeList h2{font-size:16px;margin-bottom:10px;}
}
@media screen and (max-width:1220px) {
.proBox3{padding-top:90px;}
.ProcessB{margin-top:40px;}

.proBox4{padding-top:70px;padding-bottom:70px;}
.guigeB{margin-top:40px;}

.guigeList{padding-left:30%;}
.guigeList li{width:50%;}
.guigeList ul{margin:0 -30px;}
.guigeList .item{margin:0 30px;}

.guigeList{padding-top:30px;}
.guigeList .guigeListTit{font-size:24px;top:30px;margin-bottom:20px;}
.guigeList .guigeListTit span{margin-left:20px;padding-left:50px; padding-right:20px;background-size:30px;}

.guigeList li{margin-bottom:30px;}
.guigeList .item{font-size:12px;line-height:1.5;}
.guigeList h2{font-size:14px;margin-bottom:10px;}
}
@media screen and (max-width:1024px) {
.proBox3{padding-top:70px;}
.ProcessB{margin-top:30px;}

.proBox4{padding-top:50px;padding-bottom:50px;}
.guigeB{margin-top:30px;}

.guigeList .guigeListTit{font-size:22px;}
.guigeList .guigeListTit span{margin-left:10px;padding-left:40px;padding-right:20px;background-size:30px;}
.guigeList li{width:50%;}
.guigeList ul{margin:0 -20px;}
.guigeList .item{margin:0 20px;}
}
@media screen and (max-width:768px) {
.proBox3{padding-top:40px;}
.proBox4{padding-top:50px;padding-bottom:50px;}

.guigeList .guigeListTit{width:100%;font-size:18px;position: static;}
.guigeList .guigeListTit span{margin-left:0px;padding-left:40px; padding-right:0px;background-size:30px;}
.guigeList li{width:100%; margin-bottom:30px;}
.guigeList{padding-left:0%;}
.guigeList ul{margin:0 -10px;}
.guigeList .item{margin:0 10px;}

.guigeList .item{font-size:13px;line-height:1.5;}
.guigeList h2{font-size:15px;margin-bottom:5px;}
}



/*********************************page*********************************/
.page{font-size:18px;line-height:36px; min-height:300px;color:#363636;overflow:hidden;background:url("../images/pagebg.jpg") no-repeat center top #ffffff; background-size:100%;}
.page img{ max-width:100%; height:auto;}
.page hr{border:none;border-top:1px solid #e7e7e7;}
.page .b{color:#1f983a;font-size:26px; font-weight:bold;}
@media screen and (max-width:1680px) {	
.page{font-size:16px;line-height:32px; }
}
@media screen and (max-width:1220px) {	
.page{font-size:16px;line-height:30px;}
.page .b{font-size:24px;}
}
@media screen and (max-width:1024px) {	

.page{font-size:16px;line-height:30px;}
.page .b{font-size:20px;}
}
@media screen and (max-width:768px) {	
.page{font-size:14px;line-height:26px;}
.page .b{font-size:18px;}
}




/*headerWhite .page*/
.headerWhite .page{margin-top:100px;}
@media screen and (max-width: 1220px) {	
.headerWhite .page{margin-top:80px;}
}
@media screen and (max-width: 1024px) {
.headerWhite .page{margin-top:60px;}
}




/*********************************news*********************************/
.newsListB{ margin-bottom:55px;}
/*newsList*/
.newsList{margin:0 -9px;padding:0;overflow:hidden;height:auto;color:#a0a0a0;font-size:0;line-height:normal;}
.newsList li{font-size:0;display:inline-block;*display:inline;zoom:1;margin:0;padding:0;list-style:none;width:33.3333333%;vertical-align:top;margin-bottom:100px;}
.newsList li .item{display:block;margin:0 9px;background:#fff;border-radius:10px;overflow:hidden;position:relative;}
.newsList li .item .ImgBox{height:0;position:relative;padding-bottom:66.66666666666667%;overflow:hidden;border-radius:10px;}
.newsList li .item .ImgBox img {position:absolute;top:0;left:0;display:block;max-width:none;width:100%;height:100%;object-fit:cover;-moz-transform: scale(1.05); -webkit-transform: scale(1.05);transform: scale(1.05);}
.newsList li .item:hover .ImgBox img{-moz-transform: scale(1); -webkit-transform: scale(1);transform: scale(1);}
.newsList li .listTitle .listTitleNr{padding-top:40px;}
.newsList li .listTitle .t{ display:block;font-size:22px;color:#363636;overflow:hidden;line-height:1.4;color:#262e46;font-family:"-apple-system",BlinkMacSystemFont,"PingFangSC","PingFang SC",SourceHanSansCN-Light,SourceHanSansCN,"Lantinghei SC",Helvetica,"Microsoft YaHei","微软雅黑",Arial,sans-serif;max-width:80%;min-height:45px;}
.newsList li .item:hover .listTitle .t{color:#63a3ff;}
.newsList li .listTitle .date{color:#8a95a4;font-size:16px;margin-bottom:30px;font-family:'Karmilla',Arial, Helvetica, sans-serif;font-weight:bold;text-transform:uppercase;}
.newsList li .listTitle .tit{padding-right:60px;position:relative;}
.newsList li .listTitle .more{position:absolute;right:0;top:0;width:45px;height:45px;border:1px solid #9698a0;background:url(../images/arrow-right3.png) center center no-repeat;background-size:7px;border-radius:50%;overflow:hidden;}
.newsList li .listTitle .more span{display:block;}
.newsList li .item:hover .listTitle .more{ background-color:#63a3ff; border-color:#63a3ff; background-image:url(../images/arrow-right4.png);}
.newsList li .listTitle .des{display:none;}

.newsList li .item,
.newsList li .item .ImgBox img,
.newsList li .listTitle .t,
.newsList li .listTitle .more{-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-webkit-transition:all 0.3s ease-in-out;transition:all .3s ease-in-out;}

/*li0*/
.newsList li.li0{ width:100%;}
.newsList li.li0 .item{background:#f7f7f8; padding:50px 50px;display:flex;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;align-content:center;align-items:center;}
.newsList li.li0 .ImgBoxB{width:48.7%;}
.newsList li.li0 .listTitle{width:51.3%;display:flex;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;align-content:center;align-items:center;}
.newsList li.li0 .listTitle .listTitleNr{margin-left:50px;padding:0 25px;}
.newsList li.li0 .listTitle .t{font-size:26px; max-width:100%;margin-bottom:30px;min-height:0!important;}
.newsList li.li0 .listTitle .date{background:#e5eff8;color:#63a3ff;padding:0 20px;line-height:40px;border-radius:40px; display:inline-block;}
.newsList li.li0 .listTitle .tit{ padding-top:40px; padding-right:0; position:relative;}
.newsList li.li0 .listTitle .des{font-size:18px;line-height:1.8;overflow:hidden;color:#262e46;margin-bottom:30px;text-align:justify;text-overflow:ellipsis;display: -webkit-box;-webkit-line-clamp:3;-webkit-box-orient: vertical;}

.newsList li.li0 .listTitle .more{position:static;right:0;bottom:0;width:100%;height:auto;border:none;border-radius:0;background:none!important;}
.newsList li.li0 .listTitle .more span{display:inline-block; padding-right:30px;background:url(../images/arrow-right3.png) right center no-repeat;background-size:7px;border-radius:0;overflow:hidden; font-size:16px;color:#262e46;}
.newsList li .item:hover .listTitle .more span{color:#63a3ff;background-image:url(../images/arrow-right2.png);}
@media screen and (max-width:1680px) {.newsList li{margin-bottom:80px;}
	.newsList li .listTitle .t{font-size:18px;min-height:35px;}

	.newsList li .listTitle .date{font-size:14px;margin-bottom:20px;}
	.newsList li .listTitle .more{width:35px;height:35px;}
	.newsList li .listTitle .d{font-size:40px;}
	

	.newsList li.li0 .listTitle .listTitleNr{margin-left:40px;}
	.newsList li.li0 .listTitle .des{font-size:14px;}
	
	.newsList li.li0 .listTitle .t{font-size:24px;margin-bottom:20px;}
	.newsList li.li0 .listTitle .tit{ padding-top:30px;}
	.newsList li.li0 .listTitle .des{font-size:16px;margin-bottom:30px;}

	
}
@media screen and (max-width:1440px) {.newsList li{margin-bottom:70px;}
	.newsList{margin:0 -8px;}	
	.newsList li .item{margin:0 8px;}	
	
	.newsList li .listTitle .t{font-size:16px;min-height:30px;}

	.newsList li .listTitle .more{width:30px;height:30px;}
	.newsList li .listTitle .date{font-size:13px;margin-bottom:15px;}
	.newsList li .listTitle .d{font-size:30px;}

	.newsList li.li0 .listTitle .listTitleNr{margin-left:30px;}
	.newsList li.li0 .listTitle .des{font-size:13px;}
	.newsList li.li0 .listTitle .tit{padding-top:25px;}
    .newsList li.li0 .listTitle .more span{font-size:14px;}
	
	
	.newsList li.li0 .listTitle .t{font-size:22px;margin-bottom:20px;}
	.newsList li.li0 .listTitle .tit{ padding-top:30px;}
	.newsList li.li0 .listTitle .des{font-size:14px;margin-bottom:30px;}

}
@media screen and (max-width:1220px) {
	.newsList li.li0 .listTitle .t{font-size:18px;margin-bottom:15px;}
	.newsList li.li0 .listTitle .tit{ padding-top:20px;}
	.newsList li.li0 .listTitle .des{font-size:14px;margin-bottom:20px;}
}
@media screen and (max-width:1024px) {.newsList li{margin-bottom:50px;}
	.newsList{margin:0 -5px;}	
	.newsList li .item{margin:0 5px;}	
	.newsList li .listTitle .d{font-size:26px;}
	.newsList li .listTitle .t{font-size:14px;max-width:90%;}
}
@media screen and (max-width:992px) {
	.newsList li{width:50%;}
	.newsList li.li0 .listTitle .listTitleNr{margin-left:30px;}
		.newsList li .listTitle .t{font-size:14px;max-width:80%;}
}
@media screen and (max-width:768px) {.newsList li{margin-bottom:50px;}
	.newsList{margin:0 0px;}	
	.newsList li .item{margin:0 0px;}	
	.newsList li{width:100%;}

	.newsList li .listTitle .t{font-size:16px;max-width:90%;}
	.newsList li .listTitle .more{width:30px;height:30px;}
	.newsList li .listTitle .date{font-size:13px;margin-bottom:10px;}
	.newsList li .listTitle .d{font-size:26px;}
	
    .newsList li.li0{ width:100%;}
	.newsList li.li0 .ImgBoxB{width:100%;}
	.newsList li.li0 .listTitle{position: static;width:100%;display: block;}
	.newsList li.li0 .listTitle .t{min-height:52px;}
	.newsList li.li0 .listTitle .date{ position: static;top:0; left:0;}
	.newsList li.li0 .listTitle .des{font-size:13px;}

	.newsList li.li0 .item{display: block;padding:30px 30px;}
	.newsList li.li0 .listTitle .listTitleNr{padding:0 0;margin-left:0; margin-top:50px;}
}







/*pageMore*/
.pageMore{margin:0 auto;text-align:center;margin-bottom:20px;}
.pageMore .load{display:inline-block;line-height:1.5;overflow:hidden;font-size:20px;color:#0064ba;cursor:pointer;transition: 0.4s; padding-right:35px;background:url("../images/icon-m.png") no-repeat right center; background-size:20px;}


/*newsBack*/
.newsBack{width:80px;height:80px;background:url(../images/icon-b.png) center center no-repeat #fff;background-size:20px;border-radius:50%;overflow:hidden;-webkit-transition: all .5s ease-in-out;-o-transition: all .5s ease-in-out;-moz-transition: all .5s ease-in-out;-ms-transition: all .5s ease-in-out;transition: all .5s ease-in-out;}
.newsBack:hover{ background-color:#63a3ff; background-image:url(../images/icon-b2.png);}
@media screen and (max-width:1024px) {
.newsBack{width:60px;height:60px;background-color:#63a3ff; background-image:url(../images/icon-b2.png); margin-bottom:30px;}
}

/*page-newsInfo*/
.page-newsInfo{background:#f7f7f8;border-radius:20px; margin-bottom:110px;}
.w1140{ max-width:1140px; margin:0 auto;}
@media screen and (max-width:1440px) {
.w1140{ padding:0 50px;}
.page-newsInfo{margin-bottom:100px;}
}
@media screen and (max-width:1220px) {
.page-newsInfo{margin-bottom:90px;}
}
@media screen and (max-width:1024px) {
.w1140{ padding:0 30px;}
.page-newsInfo{margin-bottom:70px;}
}
@media screen and (max-width:768px) {
.page-newsInfo{margin-bottom:50px;}
}



/*newsTop*/
.newsTop{padding-top:185px;padding-bottom:70px;}
.newsTop .newsShuju{position:relative;}
.newsTop .newsTit{font-size:40px; color:#000000; line-height:1.5;font-weight:300; margin-bottom:10px;}
.newsTop .newsDate{color:#9799a6;font-family:'Karmilla',Arial, Helvetica, sans-serif;font-weight:bold;text-transform:uppercase;line-height:1.5;font-size:20px; margin-bottom:55px;}
.newsTop .newsline{width:100%; height:5px; background:#e8eef9; position:relative;}
.newsTop .newsline:after{width:60px; height:100%;content:''; background:#63a3ff; position: absolute;left:0;top:0;}
@media screen and (max-width:1680px) {
	.newsTop{padding-top:150px;padding-bottom:70px;}
	.newsTop .newsTit{font-size:36px;}
	.newsTop .newsDate .d{font-size:50px;margin-right:14px;}
}
@media screen and (max-width:1440px) {	
    .newsTop{padding-top:120px;padding-bottom:70px;}
	.newsTop .newsTit{font-size:32px;}
	.newsTop .newsDate{font-size:14px;}
	.newsTop .newsDate .d{font-size:40px;margin-right:12px;}
}
@media screen and (max-width:1220px) {	
.newsTop{padding-top:100px;padding-bottom:70px;}
}
@media screen and (max-width:1024px) {	
.newsTop{padding-top:90px;padding-bottom:60px;}
		.newsTop .newsTit{font-size:26px;}
	.newsTop .newsDate .d{font-size:32px;margin-right:10px;}
}
@media screen and (max-width:768px) {	
   .newsTop{padding-top:70px;padding-bottom:50px;}
	.newsTop .newsTit{font-size:24px;padding-right:0;text-align:center;}
	.newsTop .newsDate{font-size:13px; position:static; text-align:center;}
	.newsTop .newsDate .d{font-size:30px; margin-right:8px;}
}





/*page-back*/
.page-back{ margin:0 auto; text-align:center;width:170px;}
.page-back a{display:block;font-size:16px;line-height:45px;border-radius:45px;overflow:hidden; text-align:center;color:#363636;margin:0 auto;-webkit-transition: 0.3s;-moz-transition: 0.3s;transition: 0.3s; background:#fff;}
.page-back a:hover{background:#63a3ff; color:#fff; border-color:#63a3ff;}
@media screen and (max-width:1440px) {	
	.page-back{width:150px;}
	.page-back a{font-size:14px;line-height:40px;border-radius:40px;}	
}








/*page-newsInfo*/
.page-newsInfo .newsTextBox{padding-bottom:120px;}
.page-newsInfo .newsTextNr{font-size:18px;color:#262e46;line-height:32px;}
.page-newsInfo .newsTextNr img{max-width:100%;height:auto!important;}
.page-newsInfo .newsBtn{border-top:1px solid #0064ba;padding-top:40px;font-size:0;margin-top:54px;}
.page-newsInfo .newsBtn .newsBtnNr{position:relative;}
.page-newsInfo .newsBtn span{display:inline-block;*display:inline;zoom:1;line-height:45px;overflow:hidden;color:#3e4d5a;font-size:13px;}
.page-newsInfo .newsBtn span a{display:inline-block;font-size:16px;line-height:45px;color:#363636;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-webkit-transition:all 0.3s ease-in-out;transition:all .3s ease-in-out;}
.page-newsInfo .newsBtn span a:hover{color:#63a3ff;}
.page-newsInfo .newsBtn .newsBtnL{float:left;}
.page-newsInfo .newsBtn .newsBtnR{float:right;}
.page-newsInfo .newsBtn .page-back{position:absolute; left:0;right:0;}
@media screen and (max-width:1440px) {	
    .page-newsInfo .newsTextBox{padding-bottom:100px;}
	.page-newsInfo .newsTextNr{font-size:14px;line-height:1.6;}
	.page-newsInfo .newsTextNr h2{font-size:18px;}
	.page-newsInfo .newsBtn{padding-top:35px;margin-top:50px;}
    .page-newsInfo .newsBtn span a{font-size:14px;line-height:40px;}
}
@media screen and (max-width:1220px) {	
.page-newsInfo .newsTextBox{padding-bottom:90px;}

}
@media screen and (max-width:1024px) {	
.page-newsInfo .newsTextBox{padding-bottom:70px;}

}
@media screen and (max-width:768px) {
	.page-newsInfo .newsTextBox{padding-bottom:50px;}
  .page-newsInfo .newsBtn .page-back{position: static; width:100%; float:left; margin-top:30px;}
}






/*********************************tech*********************************/


/*techBox1*/
.techBox1{padding-top:110px; padding-bottom:50px;background:url(../images/techBox1bg.jpg) center bottom no-repeat #fff;}
.techTxtB{max-width:950px; margin:0 auto; text-align:center; margin-bottom:150px;}
/*textList1*/
.textList1{font-size:0;position:relative; z-index:2;margin:0 auto;}
.textList1 .li{ display:inline-block;*display:inline;zoom:1;width:33.33333%; vertical-align:top;margin-bottom:40px;}
.textList1 .li .item{display:block;text-align:left;color:#1f983a;position:relative;overflow:hidden;text-align:center; min-width:220px;}
.textList1 .li .item .nr{position:relative;font-size:16px;color:#262e46;font-weight:normal;line-height:1.5; padding:0 10px;}
.textList1 .li .item h2{font-size:22px;color:#262e46;font-weight:normal;line-height:1.5; margin-bottom:10px;}
.textList1 .li .item .icon{text-align:center;}
.textList1 .li .item .icon img{width:150px;}
.textList1 .li.li2{margin-top:30px;}
.textList1 .li.li1 .item{padding-left:200px;}
.textList1 .li.li3 .item{padding-right:200px;}
.textList1 .li.li4 .item{}
.textList1 .li.li5{ float:right; }
@media screen and (max-width:1680px){
.textList1 .li .item .nr{font-size:14px;}
.textList1 .li .item h2{font-size:20px;}
.textList1 .li .item .icon img{width:150px;}	
}
@media screen and (max-width:1440px){
.textList1 .li .item h2{font-size:18px;}
.textList1 .li .item .icon img{width:140px;}
}
@media screen and (max-width:1220px){
.textList1 .li.li1 .item{padding-left:100px;}
.textList1 .li.li3 .item{padding-right:100px;}
.textList1 .li .item .icon img{width:130px;}
}
@media screen and (max-width:1024px){
.textList1 .li.li1 .item{padding-left:10px;}
.textList1 .li.li3 .item{padding-right:10px;}
.textList1 .li .item .icon img{width:120px;}



}
@media screen and (max-width:768px){.techBox1{padding-top:70px;}
.textList1 .li{width:50%;margin-top:0px; margin-bottom:30px;}
.textList1 .li.li2{margin-top:0;}
.textList1 .li.li3{width:100%;margin-top:30px;}
.textList1 .li.li1 .item{padding-left:0px;}
.textList1 .li.li3 .item{padding-right:0px;}
.textList1 .li .item h2{font-size:16px;}
.textList1 .li .item .icon img{width:100px;}
.textList1 .li .item{min-width:0;}
.techTxtB{margin-bottom:70px;}
}


/*textList3*/
.textList3{overflow:hidden;margin:0 auto; padding-top:100px;padding-bottom:100px;}
.textList3 .li{position:relative;float:left;width:calc(16% - 15px);height:640px;background-size:cover !important;background-position:center center !important;background-repeat:no-repeat;color:#fff;transition-duration:0.6s;display:flex;flex-direction:column;justify-content:center;overflow:hidden;border-radius:0.1rem;margin-bottom:20px;border-radius:10px;}
.textList3 .li+.li{margin-left:15px}
.textList3 .li.on{width:36%;text-align:left;}
.textList3 .li::before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;transition-duration:.3s;background:#000;filter:alpha(opacity=20);-moz-opacity:0.20;-khtml-opacity:0.20;opacity: 0.20;}
.textList3 .li::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;transition-duration:.3s;background:#000;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;}
.textList3 .li.on::before{filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity: 0;}
.textList3 .li.on::after{filter:alpha(opacity=20);-moz-opacity:0.2;-khtml-opacity:0.2;opacity: 0.2;}

.textList3 .li .nr{display:block;z-index:2;position:absolute;bottom:25px;left:50px;right:50px;}
.textList3 .li h2 span{display:inline-block;line-height:24px;font-size:18px; padding:13px 35px;border-radius:50px;background-color:rgba(255,255,255,0.1);color:#fff;overflow:hidden;transition-duration:.1s;transition-delay:.1s;/*white-space: nowrap;*/}
.textList3 .li.on h2{background:url(../images/solution-wz.png) right center no-repeat;background-size:44px;}
@media screen and (max-width:1680px){
.textList3{padding-top:90px;padding-bottom:90px;}

.textList3 .li .nr{bottom:25px;left:30px;right:30px;}
.textList3 .li h2 span{font-size:16px; padding:10px 30px;}
.textList3 .li.on h2{background-size:34px;}
}
@media screen and (max-width:1440px){
.textList3 .li .nr{bottom:25px;left:25px;right:25px;}
.textList3 .li h2 span{font-size:14px;padding:8px 25px;}
.textList3 .li.on h2{background-size:34px;}
}
@media screen and (max-width:1220px){
.textList3{padding-top:70px;padding-bottom:70px;}

.textList3 .li .nr{bottom:25px;left:20px;right:20px;}
.textList3 .li h2 span{font-size:12px;padding:5px 20px;}
.textList3 .li.on h2{background-size:30px;}
}
@media screen and (max-width:1024px){
.textList3{padding-top:50px;padding-bottom:50px;}

.textList3{}
.textList3{ margin-left:0; font-size:0;margin-left:-15px;}
.textList3 .li{width:calc(50% - 15px)!important;display:inline-block;*display:inline;zoom:1;vertical-align:top;margin-bottom:30px;margin-left:15px; margin-bottom:15px;height:0; padding-bottom:60%;}
.textList3 .li.on{width:calc(50% - 15px)!important;}
.textList3 .li:nth-child(1){width:calc(100% - 15px)!important;}


.textList3 .li .nr{bottom:25px;left:20px;right:20px;}
.textList3 .li h2 span{font-size:14px;padding:5px 20px;}
.textList3 .li.on h2{background-size:30px;}
}
@media screen and (max-width:768px){

}



.techBox3{padding-top:110px; padding-bottom:50px;background:#f2f7fb;}

/*gyList*/
.gyList{ position:relative;font-size:0; margin:0 -15px;margin-top:100px;}
.gyList li{display:inline-block;*display:inline;zoom:1; width:32%;margin-bottom:20px;vertical-align:top;}
.gyList li .itemB{position:relative;}
.gyList li .item{display:block; position:relative;margin:0 15px;padding:60px 50px;border:1px solid #fff;border-top:8px solid #fff;overflow:hidden;border-radius:10px;text-align:center;background:#fff;min-height:170px;text-align:left;}
.gyList li .num{display:block;font-size:18px;line-height:1;color:#0064ba;font-family:'Karmilla',Arial, Helvetica, sans-serif;font-weight:bold;text-transform:uppercase;text-align:left; margin-bottom:65px;}
.gyList li .titleBox{line-height:30px;color:#363636;}
.gyList li .t{font-size:22px; margin-bottom:20px;}
.gyList li .des{font-size:16px;color:#545454;}
.gyList li .icon{text-align:center; margin-bottom:60px;}
.gyList li .icon img{width:84px;}
.gyList li .item:hover{border-color:#63a3ff;}
.gyList li .item,.gyList li .icon img{-webkit-transition: all 0.3s;-moz-transition: all 0.3s;-ms-transition: all 0.3s;transition: all 0.3s;}
.gyList li .item:hover{background: linear-gradient(35deg, rgba(81, 180, 245, 0) 0%, rgba(48, 123, 255, 0.1) 100%);border:1px solid #63a3ff;border-top:8px solid #63a3ff;}
.gyList li .item:hover .icon img{transform:scale(1.2);}
@media screen and (max-width:1680px){
.techBox3{padding-top:90px;}
.gyList{margin-top:55px;}
.gyList li .item{padding:50px 40px;min-height:170px;}
.gyList li .num{font-size:16px;margin-bottom:60px;}
.gyList li .t{font-size:20px;margin-bottom:15px;}
.gyList li .des{font-size:14px;}
.gyList li .icon{margin-bottom:55px;}
.gyList li .icon img{width:80px;}
}
@media screen and (max-width:1440px){

.gyList{margin-top:40px;}
.gyList li .item{padding:40px 30px;min-height:170px;}
.gyList li .num{font-size:14px;margin-bottom:55px;}

.gyList li .t{font-size:18px;margin-bottom:12px;}
.gyList li .des{font-size:14px;}
.gyList li .icon{margin-bottom:50px;}
.gyList li .icon img{width:70px;}
}
@media screen and (max-width:1220px){
.techBox3{padding-top:70px;}
.gyList{margin-top:30px;}
.gyList li{width:50%;}
.gyList li .item{padding:30px 20px;min-height:150px;}
.gyList li .num{font-size:14px;margin-bottom:50px;}
.gyList li .icon{margin-bottom:40px;}
.gyList li .icon img{width:60px;}

.gyList li .t{font-size:14px;margin-bottom:10px;}
.gyList li .des{font-size:12px;}

}
@media screen and (max-width:1024px){
.gyList li .item{min-height:130px;}
.gyList li{width:50%;}
.gyList li .icon{margin-bottom:30px;}
.gyList li .icon img{width:60px;}
.gyList li .num{font-size:14px;margin-bottom:40px;}
.gyList li .t{font-size:16px;margin-bottom:10px;}
.gyList li .des{font-size:14px;}
}
@media screen and (max-width:768px){.techBox3{padding-top:50px;}
.gyList li {width:100%;}
.gyList li .icon img{width:80px;}
.gyList li .num{font-size:14px;margin-bottom:30px;}
.gyList li .t{font-size:16px;margin-bottom:10px;}
.gyList li .des{font-size:14px;}
}
@media screen and (max-width:550px){

}	

/*gySW*/
/*.gySW .swiper-slide{filter:alpha(opacity=50); -moz-opacity:0.5; -khtml-opacity:0.5; opacity:0.5;}
.gySW .swiper-slide.swiper-slide-active{filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity:1; opacity:1;}*/


/*SWbtn2 swiper-button*/
.SWbtn2{text-align:center;position:relative; max-width:90%; margin:0 auto;margin-top:90px;}
.SWbtn2 .swiper-button-prev,
.SWbtn2 .swiper-button-next{opacity:1;display:inline-block;width:70px;height:70px;margin:0 10px;position: relative;top:0;cursor:pointer;z-index:10;outline:none;border-radius:50%;overflow:hidden;border:none;}
.SWbtn2 .swiper-button-prev:after,
.SWbtn2 .swiper-button-next:after{ display:none;}
.SWbtn2 .swiper-button-prev{background:url(../images/arrow-left3.png) center center no-repeat #fff;left:0;background-size:7px;outline:none;}
.SWbtn2 .swiper-button-next{background:url(../images/arrow-right3.png) center center no-repeat #fff;right:0;background-size:7px;outline:none;}
.SWbtn2 .swiper-button-prev.swiper-button-disabled,
.SWbtn2 .swiper-button-next.swiper-button-disabled{ background-color:#eef1f5;opacity:1; cursor:inherit;filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0;-moz-transition: all .5s ease;-ms-transition: all .5s ease;-webkit-transition: all .5s ease;-o-transition: all .5s ease;transition: all .5s ease;}
.SWbtn2 .swiper-button-prev:hover,
.SWbtn2 .swiper-button-next:hover{border-color:#1f983a;}
@media screen and (max-width:1220px){.SWbtn2{margin-top:70px;}

}
@media screen and (max-width:1024px){.SWbtn2{margin-top:50px;}
.SWbtn2 .swiper-button-prev,
.SWbtn2 .swiper-button-next{width:60px;height:60px;}
}
@media screen and (max-width:768px){.SWbtn2{margin-top:30px;}
.SWbtn2 .swiper-button-prev,
.SWbtn2 .swiper-button-next{width:50px;height:50px;}
}


/*wrap*/
.wrap { width: 100%; max-width: 1650px; margin: 0 auto; }
@media (max-width:1770px) {
	.wrap {padding: 0 60px; }
}
@media screen and (max-width:990px){
	.wrap {padding: 0 20px; }
}



/*sol_menu*/
.sol_menu { position: relative; overflow: hidden;margin-top:120px;}
@media screen and (max-width:1680px){
.sol_menu {margin-top:100px;}
}
@media screen and (max-width:1440px){
.sol_menu {margin-top:90px;}
}
@media screen and (max-width:1220px){
.sol_menu {margin-top:70px;}
}
@media screen and (max-width:1024px){
.sol_menu {margin-top:50px;}
}
@media screen and (max-width:768px){
.sol_menu {margin-top:30px;}
}




/*.sol_menu .swiper-slide.swiper-slide-active { background: linear-gradient(35deg, rgba(81, 180, 245, 0) 0%, rgba(48, 123, 255, 0.1) 100%); border: 1px solid #0064ba;}*/ 
.sol_menu .swiper-slide.swiper-slide-active .sol1_s_l .img img { display: none; }
.sol_menu .swiper-slide.swiper-slide-active .sol1_s_l .img img.on { display: block; }
.sol_menu .swiper-slide.swiper-slide-active .sol1_s_l h4:after { width: 100%; background: #307BFF; }
.sol_menu .wrap { position: relative; }



.sol_menu .swiper{overflow:hidden}
.sol_menu .swiper-slide{padding:2.08vw;background:rgba(255,255,255,0.02);border-radius:10px;overflow:hidden;border:1px solid #e5e5e5;-webkit-transition:all 0.6s;-o-transition:all 0.6s;transition:all 0.6s;width:25%}
.sol_menu .swiper-slide:hover,
.sol_menu .swiper-slide.on{background:linear-gradient(35deg,rgba(81,180,245,0) 0%,rgba(48,123,255,0.1) 100%);border:1px solid #63a3ff}
.sol_menu .swiper-slide:hover .sol1_s_l .img img,.sol_menu .swiper-slide.on .sol1_s_l .img img{display:none}
.sol_menu .swiper-slide:hover .sol1_s_l .img img.on,.sol_menu .swiper-slide.on .sol1_s_l .img img.on{display:block}
.sol_menu .swiper-slide:hover .sol1_s_l h4:after,.sol_menu .swiper-slide.on .sol1_s_l h4:after{width:100%;background:#307BFF}
.sol_menu .swiper-slide a{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;align-items:center}


.sol_menu .swiper-slide .sol1_s_l{width:55%;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start}
.sol_menu .swiper-slide .sol1_s_l .img{width:2.19vw}
.sol_menu .swiper-slide .sol1_s_l .img img{display:block}
.sol_menu .swiper-slide .sol1_s_l .img img.on{display:none}
.sol_menu .swiper-slide .sol1_s_l h4,.sol_menu .swiper-slide .sol1_s_l .en{font-size:24px;font-family:SourceHanSansCN-Light,SourceHanSansCN;font-weight:300;color:#0064ba;position:relative}
.sol_menu .swiper-slide .sol1_s_l h4:before{content:'';width:100%;height:1px;background:#FFFFFF;position:absolute;left:0;bottom:0;display:none}
.sol_menu .swiper-slide .sol1_s_l h4:after{content:'';width:0%;height:1px;background:#FFFFFF;position:absolute;left:0;bottom:0;-webkit-transition:all 0.6s;-o-transition:all 0.6s;transition:all 0.6s;display:none}
.sol_menu .swiper-slide .sol1_s_r{width:6.77vw;height:6.77vw;min-width:40px;min-height:40px;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center}
.sol_menu .swiper-slide .sol1_s_r img{max-width:86px;width:4.47vw}
@media (max-width:1680px) {
	.sol_menu .swiper-slide .sol1_s_l h4,.sol_menu .swiper-slide .sol1_s_l .en{ font-size: 22px; }
}
@media (max-width:1440px) {
	.sol_menu .swiper-slide .sol1_s_l h4,.sol_menu .swiper-slide .sol1_s_l .en{ font-size: 18px; }
}
@media (max-width:1366px) {
	.sol_menu .swiper-slide .sol1_s_l h4,.sol_menu .swiper-slide .sol1_s_l .en{ font-size: 16px;}
				.sol_menu .swiper-slide .sol1_s_l{width:70%;}
}
@media (max-width:1280px) {
	.sol_menu .swiper-slide .sol1_s_l h4,.sol_menu .swiper-slide .sol1_s_l .en{ font-size: 14px; }

}
@media (max-width:1366px) {
	.sol_menu .swiper-slide .info {height:12vw;margin-bottom: 1.5vw; }
}
@media (max-width:1220px) {
		.sol_menu .swiper-slide{width:33.33333%}
		.sol_menu .swiper-slide .sol1_s_l{width:70%;}
}
@media (max-width:1024px) {
		.sol_menu .swiper-slide{width:40%}
}
@media (max-width:768px) {
	.sol_menu .swiper-slide {padding:15px;}
}
@media (max-width:767.9px) {
	.sol_menu .swiper-slide .sol1_s_r{width:15vw;height:15vw;}
	.sol_menu .swiper-slide .sol1_s_r img{width:15vw;}
	.sol_menu .swiper-slide{width:50%}
	.sol_menu .swiper-slide .sol1_s_l{width:60%;}
}
@media (max-width:767.9px) {
	.sol_menu .swiper-slide .sol1_s_r{width:10vw;height:10vw;}
	.sol_menu .swiper-slide .sol1_s_r img{width:10vw;}
	.sol_menu .swiper-slide{width:66.66666666666667%}
	.sol_menu .swiper-slide .sol1_s_l{width:70%;}
}


/*swiper-button*/
.sol_menu .wrap .swiper-button-prev,
.sol_menu .wrap .swiper-button-next{width:3vw;height:3vw;min-width:30px;min-height:30px;background-position:center center; background-repeat:no-repeat;border:1px solid #9698a0;border-radius:50%;background-size:7px; margin-top:-1.5vw;}
.sol_menu .wrap .swiper-button-prev:after,.sol_menu .wrap .swiper-button-next:after {display:none;}
.sol_menu .wrap .swiper-button-prev{background-image:url(../images/arrow-left3.png);left:-80px;}
.sol_menu .wrap .swiper-button-next{background-image:url(../images/arrow-right3.png);right:-80px;}
@media (min-width:1921px) {
	.sol_menu .wrap .swiper-button-prev {left:30px; }
	.sol_menu .wrap .swiper-button-next {right:30px; }
}
@media (max-width:1780px) {
	.sol_menu .wrap .swiper-button-prev { left:10px; }
	.sol_menu .wrap .swiper-button-next { right:10px; }
}
@media (max-width:768px) {
	.sol_menu .wrap .swiper-button-prev { left:10px;}
	.sol_menu .wrap .swiper-button-next { right:10px;}
	.sol_menu .wrap .swiper-button-prev,
	.sol_menu .wrap .swiper-button-next{margin-top:-15px;}
}





/*sol_list*/
.sol_list { padding: 3.65vw 0 6.25vw; }
.sol_list.sol2_2_sm0308 { padding-top: 4.17vw; }
.sol_list ul{ margin: 0 -10px; margin-bottom:100px;}
.sol_list ul{ position:relative;font-size:0; margin:0 -15px;margin-bottom:100px;}
.sol_list ul li{display:inline-block;*display:inline;zoom:1; width:50%;margin-bottom:20px;vertical-align:top;}
.sol_list ul li .item{ margin: 0 10px;border-radius:10px; position:relative;}
.sol_list ul li .left .imgbox { width: 100%; height: 0; padding-bottom:98.77300613496933%; position: relative; overflow: hidden;border-radius:10px;}
.sol_list ul li .left .imgbox:before { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(18, 22, 35, 0.4); z-index: 1; }
.sol_list ul li .left .imgbox img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; }
.sol_list ul li .right {padding: 3.44vw 2.5vw 3.18vw 3.13vw;/* display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-orient: vertical; -ms-flex-direction: column; -webkit-flex-direction: column; flex-direction: column; -webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; justify-content: space-between; */position: absolute; left:26px; bottom:26px;right:26px; background: rgba(255, 255, 255, 0.2); z-index:3;overflow: hidden;border-radius:10px;-webkit-backdrop-filter: blur(20px);backdrop-filter: blur(20px);}
.sol_list ul li .right h3 {font-size:26px; font-family:  SourceHanSansCN-Light, SourceHanSansCN; font-weight: 300; color: #FFFFFF; line-height: 1.3; margin-bottom:20px;}
.sol_list ul li .lei{display:inline-block;line-height:24px;font-size:18px; padding:13px 35px;border-radius:50px;background-color:rgba(255,255,255,0.1);color:#fff;overflow:hidden;transition-duration:.1s;transition-delay:.1s;position: absolute;top:26px;right:26px;z-index:4; }
@media (max-width:1680px) {
	.sol_list ul li .right h3 { font-size:24px; }
	.sol_list ul li .lei{font-size:16px; padding:13px 32px;top:26px;right:26px; }
}
@media (max-width:1440px) {
	.sol_list ul li .right h3 { font-size:22px; }
	.sol_list ul li .lei{font-size:14px; padding:10px 30px;top:26px;right:26px; }
}
@media (max-width:1220px) {
	.sol_list ul li .right h3 {font-size:20px;}
	.sol_list ul li .lei{font-size:14px;padding:8px 30px;}
}
@media (max-width:1024px) {
    .sol_list {padding:50px 0; }
	.sol_list ul li .right h3 {font-size:18px;}
	.sol_list ul li .lei{font-size:14px;padding:5px 20px;}
}
@media (max-width:768px) {
    .sol_list {padding:30px 0; }
	.sol_list ul li .right h3 {font-size:16px;}
	.sol_list ul li .lei{font-size:14px;padding:5px 20px;}
}



.sol_list ul li .right .line { width: 3.125vw; min-width: 30px; height: 2px; background: #D8D8D8; margin: 1.98vw 0 2.86vw; }
.sol_list ul li .right .info { font-size: 16px; font-family:  SourceHanSansCN-Light, SourceHanSansCN; font-weight: 300; color: #fff; line-height: 24px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 5; overflow: hidden; text-align: justify;  margin-bottom:20px;}
@media (max-width:1680px) {
	.sol_list ul li .right .info { font-size: 14px; }
}
@media (max-width:1440px) {
	.sol_list ul li .right .info { font-size: 12px; }
}
@media (max-width:1366px) {
	.sol_list ul li .right .info { font-size: 11px; }
}
@media (max-width:1280px) {
	.sol_list ul li .right .info { font-size: 10px; }
}
@media (max-width:1680px) {
	.sol_list ul li .right .info { font-size: 14px; }
}
@media (max-width:768px) {
	.sol_list ul li .right .info {line-height: 22px; }
}


.sol_list ul li .right .info::-webkit-scrollbar{width:1px}
.sol_list ul li .right .info::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px #5b5b5b;background-color:#3b3b3b;border-radius:3px;opacity:0.3}
.sol_list ul li .right .info::-webkit-scrollbar-thumb{border-radius:7px;-webkit-box-shadow:inset 0 0 6px #307BFF;background-color:#307BFF}
.sol_list ul li .right .btns{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;background:url(../images/solution-wz.png) right center no-repeat;background-size:40px}
.sol_list ul li .right .btns a{width:7.8vw;height:2.35vw;min-width:120px;min-height:40px;border-radius:30px;border:1px solid #FFFFFF;margin-right:2.08vw;font-size:16px;font-family:SourceHanSansCN-Light,SourceHanSansCN;font-weight:300;color:#FFFFFF;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-transition:all 0.6s;-o-transition:all 0.6s;transition:all 0.6s}
.sol_list ul li .right .btns a:hover{border-color:#064ca1;background:#064ca1}
.sol_list ul li .right .btns a img{margin-left:12px;width:20px}
@media (max-width:1680px) {
	.sol_list ul li .right .btns a {font-size:14px; }
    .sol_list ul li .right .btns{background-size:35px}
}
@media (max-width:1440px) {
    .sol_list ul li .right .btns{background-size:30px}
	.sol_list ul li .right .btns a {font-size:14px;line-height:26px; }
    .sol_list ul li .right .btns a img{margin-left:10px;width:18px}
}
@media (max-width:1280px) {

	.sol_list ul li .right .btns a {font-size:12px;line-height:22px;}
    .sol_list ul li .right .btns a img{margin-left:10px;width:18px}
}
@media (max-width:768px) {
.sol_list ul li .right .btns{background:none}
.sol_list ul li .right .btns{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}
.sol_list ul li .right .btns a{width:calc(50% - 15px);font-size:13px;border:1px solid rgba(255,255,255,0.3)}
.sol_list ul li .right .btns a img{margin-left:10px;width:20px}
}




.sol_list .s_more { display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; width: 5.8vw; min-width: 100px; padding-bottom: 6px; border-bottom: 1px solid #fff; font-size: 18px; font-family: PingFangSC-Regular, PingFang SC; font-weight: 400; color: #D9D9D9; margin: 4.95vw auto 0; }
@media (max-width:1680px) {
	.sol_list .s_more { font-size: 16px; }
}
@media (max-width:1440px) {
	.sol_list .s_more { font-size: 14px; line-height: 26px; }
}
@media (max-width:1280px) {
	.sol_list .s_more { line-height: 22px; }
}
.sol_list .s_more:hover i { transform: translate(5px, -5px); }
.sol_list .s_more span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.sol_list .s_more i { font-size: 20px; -webkit-transition: all 0.6s; -o-transition: all 0.6s; transition: all 0.6s; }
@media (max-width:1680px) {
	.sol_list .s_more i { font-size: 16px; }
}
@media (max-width:1440px) {
	.sol_list .s_more i { font-size: 15px; }
}
@media (max-width:1366px) {
	.sol_list .s_more i { font-size: 14px; }
}
@media (max-width:1280px) {
	.sol_list .s_more i { font-size: 13px; }
}

@media (max-width:1440px) {
	.sol_list #view_solution li { padding-top: 60px; margin-top: -60px; }
}
@media (max-width:1280px) {
	.sol_list #view_solution li { padding-top: 50px; margin-top: -50px; }
}
@media (max-width:1024px) {
	.sol_list ul li{ width:100%;}
}
@media (max-width:768px) {
	.sol_list ul li { margin-bottom: 20px; flex-wrap: wrap; -ms-flex-wrap: wrap; }
	.sol_list ul li .left { width: 100%; }
	.sol_list ul li .right { width:auto; padding: 22px 15px; border-left: 1px solid rgba(255, 255, 255, 0.2); border-top: none; }
	.sol_list ul li .right .info { line-height: 22px; margin-bottom: 20px; -webkit-line-clamp: inherit; overflow: hidden; height: 44px; padding-right: 5px; overflow-y: scroll; }
}
















.mark{position:fixed;width:100%;height:100%;top:0;left:0;background:rgba(0,0,0,0.5);z-index:19996;display:none}
.markbox{width:900px;max-width:calc(100% - 20px);height:auto;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#eef2f9;padding:1.5vw 3vw;z-index:19997;border-radius:1.04vw;display:none;overflow:hidden;border-radius:10px}
.markbox .close_mark{position:absolute;top:1.56vw;right:1.56vw;width:3.13vw;height:3.13vw;min-width:30px;min-height:30px;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;-webkit-transition:all 0.6s;-o-transition:all 0.6s;transition:all 0.6s;color:#444444;background:url(../images/icon-colse.png) center center no-repeat;background-size:20px;z-index:99}
.markbox .close_mark:hover{-ms-transform:rotate(180deg);-moz-transform:rotate(180deg);-webkit-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}
.markbox h2 {height: 2.86vw; min-height: 30px; font-family:  SourceHanSansCN-Light, SourceHanSansCN; font-weight: 300; color: #151618; position: relative; text-align:center;z-index:1;font-size:40px;margin-bottom:50px;}
@media (max-width:1680px) {
	.markbox h2 { font-size: 34px;margin-bottom:50px;}
    .markbox .close_mark{background-size:18px;}
}
@media (max-width:1440px) {
	.markbox h2 { font-size: 26px;margin-bottom:40px;}
}
@media (max-width:1290px) {
	.markbox h2 { font-size: 22px;margin-bottom:30px;}
}
@media (max-width:1024px) {
	.markbox h2 { font-size: 20px;margin-bottom:30px;}
}
@media (max-width:768px) {
	.markbox h2 { font-size: 20px;margin-bottom:20px;}
    .markbox .close_mark{background-size:16px;}
}


.markbox .form {max-height: calc(100vh - 200px); overflow-y: scroll; width: calc(100% + 20px); padding-right: 20px; }
.markbox .form::-webkit-scrollbar { width: 2px; height: 2px; }
.markbox .form::-webkit-scrollbar-thumb { background-color: #307BFF; border-radius: 10px; }

.form { display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; justify-content: space-between; flex-wrap: wrap; -ms-flex-wrap: wrap; }
.form label {margin-bottom:30px;}
.form label > span { font-size:20px;font-family:SourceHanSansCN-Light, SourceHanSansCN; font-weight: 300; color:#262e46; margin-bottom:20px; display: block; }
.form label > span i{color:#E02020}
.form label input,.form label select{width:100%;height:2.08vw;min-height:60px;background:#FFFFFF;border-radius:10px;border:1px solid #fff;padding:0 1.04vw;font-size:16px;color:#363636;}
.form label input::placeholder,.form label select::placeholder{font-size:16px;color:#363636;}
.form label select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:url(../images/icon-v3.png) no-repeat right 1.3vw center #FFFFFF;background-size:15px}
.form label textarea{font-size:16px;width:100%;height:6.25vw;min-height:160px;background:#fff;border-radius:10px;border:1px solid #fff;padding:0.78vw 1.04vw}
.form label.l1{width:49.35%}
.form label.l2{width:100%}
.form label #distpicker .city-picker-span{width:100% !important;height:2.08vw !important;min-height:60px;padding:0 1.04vw;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;border:1px solid #fff;background:url(../images/icon-v3.png) no-repeat right 1.3vw center #FFFFFF;background-size:15px;border-radius:10px;font-size:16px;color:#363636;}
.form label #distpicker .city-picker-span > .placeholder {color:#363636;}
.form label #distpicker .city-select dl{position:relative}
.form label #distpicker .city-picker-dropdown{width:100% !important}
.form label #distpicker .city-select-content{max-height:200px;overflow-y:scroll}
.form label #distpicker .city-select-content::-webkit-scrollbar{width:2px;height:2px}
.form label #distpicker .city-select-content::-webkit-scrollbar-thumb{background-color:#307BFF;border-radius:10px}
.form .yuedu{width:100%;text-align:center;padding:40px 0 20px 0;color:#5a616b;font-size:16px}
.form .yuedu #sqsy_yd{width:0;height:0;opacity:0}
.form .yuedu #sqsy_yd:checked + label i{border-color:#307BFF}
.form .yuedu #sqsy_yd:checked + label i:before{background:#307BFF}
.form .yuedu label{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;cursor:pointer;font-size:16px}
@media (max-width:1680px) {
    .form label {margin-bottom:25px;}
	.form label > span { font-size: 14px; }
}
@media (max-width:1220px) {
    .form label {margin-bottom:25px;}
    .form label > span {font-size:14px;margin-bottom:18px;}
}
@media (max-width:1024px) {
    .form label {margin-bottom:20px;}
    .form label > span {font-size:14px;margin-bottom:10px;}
	.form label input, .form label select {min-height:50px;}
	.form label #distpicker .city-picker-span {min-height:50px;}
}
@media (max-width:768px) {
    .form label {margin-bottom:10px;}
    .form label > span {font-size:14px;margin-bottom:5px;}
	.form label select { background-size:10px;}
	.form label.l1{width:100%}
	.form label input, .form label select {font-size:14px;min-height:40px;border-radius:5px;}
	.form label input::placeholder, .form label select::placeholder {font-size:14px;}
	.form label textarea {font-size:14px;border-radius:5px;}
	.form label #distpicker .city-picker-span {min-height:40px;font-size:14px;background-size:10px;}
	.form .yuedu {font-size:14px; padding:30px 0 20px 0;}
	.form .yuedu label {font-size:14px;}
}


.form .yuedu label i { width: 14px; height: 14px; border: 1px solid #DBDBDB; margin: 0; position: relative; display: inline-block; -webkit-transition: all 0.6s; -o-transition: all 0.6s; transition: all 0.6s; margin-right: 5px; }
.form .yuedu label i:before { content: ''; position: absolute; left: 50%; top: 50%; max-width: 100%; max-height: 100%; transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); width: 6px; height: 6px; background: #DBDBDB; -webkit-transition: all 0.6s; -o-transition: all 0.6s; transition: all 0.6s; }
.form .btn { display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; width: 100%; margin-top: 0.52vw; }
.form .btn .button {width:220px; line-height:60px;  border-radius:60px; font-size: 18px; font-family:  SourceHanSansCN-Light, SourceHanSansCN; font-weight: 300; color: #FFFFFF; text-align: center; margin-bottom:80px;background-color:#0265bb;background: -webkit-linear-gradient(100deg, #62a2fe, #0165bb 100%); background: -moz-linear-gradient(100deg, #62a2fe, #0165bb 100%); background: -o-linear-gradient(100deg, #62a2fe, #0165bb 100%); background: -ms-linear-gradient(100deg, #62a2fe, #0165bb 100%); background: linear-gradient(100deg, #62a2fe, #0165bb 100%);}
@media (max-width:1680px) {
	.form .btn .button { font-size: 16px;line-height:55px;border-radius:55px;margin-bottom: 70px;}
}
@media (max-width:1440px) {
	.form .btn .button { font-size: 15px;line-height:50px;border-radius:50px;margin-bottom: 60px;}
}
@media (max-width:1366px) {
	.form .btn .button { font-size: 14px;line-height:45px;border-radius:45px;margin-bottom: 50px;}
}
@media (max-width:1280px) {
	.form .btn .button { font-size: 13px;line-height:40px;border-radius:40px;margin-bottom: 40px;}
}
.form .btn .button span { position: relative; z-index: 2; }
.form .btn .button:hover:before { width: 100%; }
.form .btn .button:hover:after { width: 100%; opacity: 0; z-index: 0; }
.form .btn .button:before { content: ''; width: 30%; height: 100%; position: absolute; left: 0; top: 0; background: #307BFF; -webkit-transition: all 0.6s; -o-transition: all 0.6s; transition: all 0.6s; transform: rotateY(180deg); -ms-transform: rotateY(180deg); -moz-transform: rotateY(180deg); -webkit-transform: rotateY(180deg); -o-transform: rotateY(180deg); border-radius: 4px; }
.form .btn .button:after { content: ''; width: 30%; height: 100%; position: absolute; left: 0; top: 0; /*background: url(../images/jt6_sm0308.png) no-repeat center;*/ -webkit-transition: all 0.6s; -o-transition: all 0.6s; transition: all 0.6s; transform: rotateY(180deg); -ms-transform: rotateY(180deg); -moz-transform: rotateY(180deg); -webkit-transform: rotateY(180deg); -o-transform: rotateY(180deg); border-radius: 4px; }
.mark_art_box { width: 900px; max-width: calc(100% - 20px); height: auto; position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); background: #fff; padding: 1.5vw 3vw; z-index: 9999; border-radius: 1.04vw; box-shadow: 0px 0 20px rgba(0, 0, 0, 0.15); display: none; overflow: hidden; }
.mark_art_box .close_mark { position: absolute; top: 1.56vw; right: 1.56vw; width: 3.13vw; height: 3.13vw; min-width: 30px; min-height: 30px; border-radius: 50%; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; font-size: 60px; -webkit-transition: all 0.6s; -o-transition: all 0.6s; transition: all 0.6s; color: #444444; }
@media (max-width:2048px) {
	.mark_art_box .close_mark { font-size: 64px; }
}
@media (max-width:1920px) {
	.mark_art_box .close_mark { font-size: 60px; }
}
@media (max-width:1680px) {
	.mark_art_box .close_mark { font-size: 52.5px; }
}
@media (max-width:1440px) {
	.mark_art_box .close_mark { font-size: 45px; }
}
@media (max-width:1366px) {
	.mark_art_box .close_mark { font-size: 42.6875px; }
}
@media (max-width:1280px) {
	.mark_art_box .close_mark { font-size: 40px; }
}
.mark_art_box .close_mark:hover { transform: rotate(180deg); -ms-transform: rotate(180deg);  /* IE 9 */ -moz-transform: rotate(180deg);  /* Firefox */ -webkit-transform: rotate(180deg);  /* Safari 和 Chrome */ -o-transform: rotate(180deg); }
.mark_art_box h2 { width: 90%; height: 2.86vw; min-height: 30px; font-family:  SourceHanSansCN-Light, SourceHanSansCN; font-weight: 300; color: #151618; position: relative; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; z-index: 1; font-size: 30px; margin-bottom: 1vw; }
@media (max-width:1680px) {
	.mark_art_box h2 {font-size:26px; }
}
@media (max-width:1440px) {
	.mark_art_box h2 { font-size:24px; }
}
@media (max-width:1366px) {
	.mark_art_box h2 { font-size:22px; }
}
@media (max-width:1280px) {
	.mark_art_box h2 { font-size:20px; }
}
.mark_art_box .art { font-size: 16px; font-family:  SourceHanSansCN-Light, SourceHanSansCN; font-weight: 300; color: #3F3F3F; margin-bottom: 5px; display: block; line-height: 26px; max-height: calc(100vh - 200px); overflow-y: scroll; width: calc(100% + 20px); padding-right: 20px; }
@media (max-width:1680px) {
	.mark_art_box .art { font-size: 14px; }
}
@media (max-width:768px) {
	.mark_art_box .art { line-height: 22px; }
}
.mark_art_box .art::-webkit-scrollbar { width: 2px; height: 2px; }
.mark_art_box .art::-webkit-scrollbar-thumb { background-color: #307BFF; border-radius: 10px; }
@media (max-width:1440px) {
	.markbox, .mark_art_box { width: 800px; }
}
@media (max-width:768px) {
	.markbox { padding:20px 15px; }
	.form .btn { flex-wrap: wrap; -ms-flex-wrap: wrap; }
	.form .btn .right { width: 100%; font-size: 14px; margin-top: 10px; -webkit-box-pack: start; -ms-flex-pack: start; -webkit-justify-content: flex-start; justify-content: flex-start; }
	.form .btn .right a { font-size: 14px; }
	.form .yuedu label { font-size: 13px; }
}




.form .vcode2 { width: 100%; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; justify-content: space-between; flex-wrap: wrap; -ms-flex-wrap: wrap; align-items: center; margin-top: 5px; }
.form .vcode2 .code { width: 46.57%; margin-bottom: 0.6vw; background: #525761; color: #fff; padding: 0 1.04vw; height: 2.08vw; min-height: 30px; display: flex; justify-content: center; align-items: center; cursor: pointer; transition: all 0.5s; border-radius: 4px; }
.form .vcode2 .code:hover { background: #307BFF; color: #fff; }
@media (max-width:768px) {
    .form .vcode2 .code {margin-bottom:20px; }
	.form .vcode2 .code { font-size: 14px; }
}





/*sulBox1*/
.sulBox1{padding-top:150px; padding-bottom:50px;}
.sulTxtB{max-width:950px; margin:0 auto;text-align:center;padding-top:40px; padding-bottom:40px;}


/*sulList1*/
.sulList1{font-size:0; overflow:hidden;text-align:center;position:relative;margin:0 -15px; padding-top:80px;}
.sulList1 li{ display:inline-block;*display:inline;zoom:1; width:50%;vertical-align:top;margin-bottom:30px;}
.sulList1 .item{display: block; margin:0 15px; position:relative;border-radius:10px; overflow:hidden;padding:40px 40px;border:1px solid #cdcdcd;border-left:5px solid #63a3ff;}
.sulList1 .item .tit .titNr{text-align:left;width: 100%; height: 100%; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; justify-content: space-between;max-height:150px;}
.sulList1 .item .tit .t1{font-size:26px; color:#262e46; line-height:1.8;}
.sulList1 .item .tit .t1 span{ padding-left:64px;background:url("../images/pro-tit.png") no-repeat left center; background-size:45px;}
.sulList1 .item .tit .t2{font-size:18px; color:#262e46; line-height:1.8;}
.sulList1 .item .tit .t1{ width:45%;display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content:flex-start; justify-content:flex-start; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; }
.sulList1 .item .tit .t2{ width:55%; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-orient: vertical; -ms-flex-direction: column; -webkit-flex-direction: column; flex-direction: column; -webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content:center; justify-content:center; -webkit-box-align: start; -ms-flex-align: start; -webkit-align-items: flex-start; align-items: flex-start; }
.sulList1 .item .tit .t2 .t2B{ padding:0 30px 0 20px;}
.sulList1 .item:hover{background:#eef2f9;}
@media screen and (max-width:1680px) {
.sulBox1{padding-top:120px;}
	
.sulList1{padding-top:70px;}
.sulList1 .item .tit .t1{ font-size:24px;}
.sulList1 .item .tit .t2{ font-size:16px;}
.sulList1 .item .tit .t1 span{ padding-left:60px;background-size:40px;}	
}
@media screen and (max-width:1440px) {
.sulBox1{padding-top:100px;}
	
.sulList1{padding-top:70px;}
.sulList1 .item .tit .t1{ font-size:22px;}
.sulList1 .item .tit .t2{ font-size:15px;}
.sulList1 .item .tit .t1 span{ padding-left:60px;background-size:40px;}	
}
@media screen and (max-width:1220px) {
.sulBox1{padding-top:90px;}

.sulList1{padding-top:50px;}
.sulList1 .item{padding:30px;}
.sulList1 .item .tit .t1{ font-size:20px;}
.sulList1 .item .tit .t2{ font-size:14px;}
.sulList1 .item .tit .t1 span{ padding-left:60px;background-size:40px;}	
}
@media screen and (max-width:1024px) {
.sulBox1{padding-top:70px;}
.sulTxtB{padding-top:30px; padding-bottom:30px;}
.sulList1{padding-top:30px;}
.sulList1 .item .tit .t1 span{ padding-left:55px;background-size:35px;}	
.sulList1 .item{padding:30px;}
.sulList1 .item .tit .titNr{display:block;padding:20px 20px;}
.sulList1 .item .tit .t1{ width:100%;font-size:18px;}
.sulList1 .item .tit .t2{width:100%;font-size:13px;}	
.sulList1 .item .tit .t1 span{ padding-left:40px;background-size:30px;}	
.sulList1 .item .tit .t2 .t2B{padding:0;}
}
@media screen and (max-width:768px) {
.sulBox1{padding-top:50px;}
.sulList1{padding-top:20px;}
.sulList1 li{width:100%;margin-bottom:20px;}
.sulList1 .item .tit .titNr{ padding:20px 20px; }
.sulList1 .item .tit .t2{ font-size:16px;}
.sulList1 .item .tit .t2{ font-size:12px;}	
.sulList1 .item{padding:20px; }
.sulList1 .item .tit .titNr{ display:block;min-height:0;}
.sulList1 .item .tit .t1{ width:100%; margin-bottom:10px;}
.sulList1 .item .tit .t2{ width:100%;}
.sulList1 .item .tit .t1 span{ padding-left:40px;background-size:30px;}	
.sulList1 .item .tit .t2 .t2B{padding:0;}
}




.sulBox2{padding-top:110px; padding-bottom:100px;background:#f2f7fb;}
.sulList2B{overflow:hidden;padding-top:100px;position:relative;}
/*sulList2List*/
.sulList2List{ position:relative;font-size:0; margin:0;margin-right:-5%;z-index:1;}
.sulList2List li{display:inline-block;*display:inline;zoom:1;width:100%;vertical-align:top; }
.sulList2List li .item{display:block; position:relative;margin:0;}
.sulList2List li .item .picB{width:55%; float:left;}
.sulList2List li .item .pic {width: 100%; height: 0; padding-bottom:740px; position: relative; overflow: hidden;border-radius:10px;}
.sulList2List li .item .pic img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; }

.sulList2List li .titleBox{ float:left;display:block;z-index:2; position:relative; left:-5%;/*position:absolute;top:100px;left:50%;*/width:45%;background:url("../images/solution2-casebg.jpg") no-repeat right bottom #5c9ffa;overflow:hidden;border-radius:10px; margin-top:100px;}
.sulList2List li .titleB{padding:80px 60px;}
.sulList2List li .t{line-height:1.5;font-size:22px; color:#fff; padding-top:70px; padding-bottom:70px;border-top:1px solid rgba(255,255,255,0.1);}
.sulList2List li .des{line-height:1.5;font-size:16px; color:#fff; max-width:550px;}
.sulList2List li .item .pic img {-webkit-transition: all 0.3s;-moz-transition: all 0.3s;-ms-transition: all 0.3s;transition: all 0.3s;}
.sulList2List li .item:hover .pic img {transform:scale(1.1)}
@media screen and (max-width:1920px) {
	
}
@media screen and (max-width:1680px) {
.sulBox2{padding-top:100px; padding-bottom:90px;}	
.sulList2B{padding-top:90px;}

.sulList2List li .titleB{padding:70px 50px;}
.sulList2List li .t{font-size:20px;padding-top:60px; padding-bottom:60px;}
.sulList2List li .des{font-size:14px;}

.sulList2List li .item .pic {padding-bottom:640px;}
}
@media screen and (max-width:1440px) {
	.sulBox2{padding-top:90px; padding-bottom:80px;}	
.sulList2B{padding-top:80px;}
.sulList2List li .titleB{padding:60px 50px;}
.sulList2List li .t{font-size:18px;padding-top:50px; padding-bottom:50px;}
}
@media screen and (max-width:1220px) {
	.sulBox2{padding-top:70px; padding-bottom:60px;}	
.sulList2B{padding-top:60px;}

.sulList2List li .titleB{padding:50px 40px;}
.sulList2List li .t{font-size:16px;padding-top:40px; padding-bottom:40px;}
.sulList2List li .item .pic {padding-bottom:600px;}

}
@media screen and (max-width:1024px) {
	.sulBox2{padding-top:50px; padding-bottom:50px;}	
.sulList2B{padding-top:50px;}

.sulList2List{margin-right:0; margin:0 -10px;}
.sulList2List li .item{ margin:0 10px;}
.sulList2List li .item .picB{width:100%;}
.sulList2List li .titleBox{left:0;width:100%;margin-top:10px;}

.sulList2List li .titleB{padding:50px 30px;}
.sulList2List li .t{font-size:16px;padding-top:30px; padding-bottom:30px;}
.sulList2List li .item .pic {padding-bottom:50%;}
.sulList2B .SWbtn{ position:static;max-width:100%; margin-top:50px;}
}
@media screen and (max-width:768px) {
	.sulBox2{padding-top:50px; padding-bottom:50px;}	
.sulList2B{padding-top:30px;}
	
.sulList2List li .item .pic {padding-bottom:50%;}


}




.SWbtn{text-align:center;position:absolute; max-width:90%;margin-top:90px; right:0;bottom:0;z-index:3;}
.SWbtn .swiper-button-prev,
.SWbtn .swiper-button-next{opacity:1;display:inline-block;width:45px;height:45px;margin:0 10px;position: relative;top:0;cursor:pointer;z-index:10;outline:none;border-radius:50%;overflow:hidden;border:none;}
.SWbtn .swiper-button-prev:after,
.SWbtn .swiper-button-next:after{ display:none;}
.SWbtn .swiper-button-prev{background:url(../images/arrow-left3.png) center center no-repeat #fff;left:0;background-size:7px;outline:none;}
.SWbtn .swiper-button-next{background:url(../images/arrow-right3.png) center center no-repeat #fff;right:0;background-size:7px;outline:none;}
.SWbtn .swiper-button-prev.swiper-button-disabled,
.SWbtn .swiper-button-next.swiper-button-disabled{ background-color:#eef1f5;opacity:1; cursor:inherit;/*filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0;*/-moz-transition: all .5s ease;-ms-transition: all .5s ease;-webkit-transition: all .5s ease;-o-transition: all .5s ease;transition: all .5s ease;}
.SWbtn .swiper-button-prev:hover,
.SWbtn .swiper-button-next:hover{border-color:#0064ba;}
@media screen and (max-width:1024px){.SWbtn{}
.SWbtn .swiper-button-prev,
.SWbtn .swiper-button-next{width:60px;height:60px;}
}
@media screen and (max-width:768px){.SWbtn{}
.SWbtn .swiper-button-prev,
.SWbtn .swiper-button-next{width:50px;height:50px;}
}






.sulBox3{padding-top:110px; padding-bottom:110px;}
.sulList3Big{position:relative;}
.sulList3B{overflow:hidden;padding-top:100px;}
/*sulList3List*/
.sulList3List{ position:relative;font-size:0; margin:0 -20px;}
.sulList3List li{display:inline-block;*display:inline;zoom:1;width:33.3333%;margin-bottom:20px;vertical-align:top;}
.sulList3List li .item{display:block; position:relative;margin:0 20px;overflow:hidden;border-radius:10px;text-align:center;text-align:left;}
.sulList3List li .item .picB{background-image: url(/Design/King-Tin/images/index-pro2.jpg); background-position:center center; background-size:cover;background-repeat: no-repeat;}
.sulList3List li .item .pic {width: 100%; height: 0; padding-bottom:111.5384615384615%; position: relative; overflow: hidden;border-radius:10px;}
/*.sulList3List li .item .pic:before { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(18, 22, 35, 0.4); z-index: 1; }*/
.sulList3List li .item .pic img { position: absolute; left: 0; top: 0;right:0; margin:auto auto; width: 100%; height: 100%; object-fit:contain; max-width:80%; max-height:80%;}
.sulList3List li .titleBox{display:block;z-index:2;position:absolute;bottom:40px;left:40px;right:40px;}
.sulList3List li .t{line-height:1.5;font-size:22px; color:#fff; padding-right:15px;background:url("../images/arrow-right.png") no-repeat right center; background-size:7px;}
.sulList3List li .item .pic img {-webkit-transition: all 0.3s;-moz-transition: all 0.3s;-ms-transition: all 0.3s;transition: all 0.3s;}
.sulList3List li .item:hover .pic img {transform:scale(1.1)}
@media screen and (max-width:1680px){
.sulList3List li .t{font-size:20px; }
.sulBox3{padding-top:100px; padding-bottom:100px;}
.sulList3List li .titleBox{bottom:30px;left:30px;right:30px;}
}
@media screen and (max-width:1440px){
.sulBox3{padding-top:100px; padding-bottom:100px;}
.sulList3B{padding-top:70px;}
.sulList3List{margin:0 -15px;}
.sulList3List li .item{margin:0 15px;}
.sulList3List li .t{font-size:18px; }
.sulList3List li .titleBox{bottom:30px;left:30px;right:30px;}
}
@media screen and (max-width:1220px){
.sulBox3{padding-top:90px; padding-bottom:90px;}
.sulList3B{padding-top:50px;}
.sulList3List li{width:50%;}
.sulList3List li .t{font-size:16px; }
.sulList3List li .titleBox{bottom:20px;left:20px;right:20px;}
}
@media screen and (max-width:1024px){
.sulBox3{padding-top:70px; padding-bottom:70px;}
.sulList3B{padding-top:40px;}
.sulList3List li{width:50%;}
.sulList3List li .t{font-size:14px; }
}
@media screen and (max-width:768px){
.sulBox3{padding-top:50px; padding-bottom:50px;}
.sulList3B{padding-top:30px;}
.sulList3List li {width:100%;}
.sulList3List li .t{font-size:16px; }
.sulList3List li .titleBox{bottom:20px;left:20px;right:20px;}
}
@media screen and (max-width:550px){

}	

/*sulList3ListSW*/
/*.sulList3ListSW .swiper-slide{filter:alpha(opacity=50); -moz-opacity:0.5; -khtml-opacity:0.5; opacity:0.5;}
.sulList3ListSW .swiper-slide.swiper-slide-active{filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity:1; opacity:1;}*/


/*SWbtn1 swiper-button*/
.SWbtn1{}
.SWbtn1 .swiper-button-prev,
.SWbtn1 .swiper-button-next{opacity:1;display:inline-block;width:45px;height:45px;margin:0 10px;position: relative;top:0;cursor:pointer;z-index:10;outline:none;border-radius:50%;overflow:hidden;border:1px solid #989aa2; position:absolute; top:50%; margin-top:-22px;}
.SWbtn1 .swiper-button-prev:after,
.SWbtn1 .swiper-button-next:after{ display:none;}
.SWbtn1 .swiper-button-prev{background:url(../images/arrow-left3.png) center center no-repeat;left:60px;background-size:7px;outline:none;}
.SWbtn1 .swiper-button-next{background:url(../images/arrow-right3.png) center center no-repeat;right:60px;background-size:7px;outline:none;}
.SWbtn1 .swiper-button-prev.swiper-button-disabled,
.SWbtn1 .swiper-button-next.swiper-button-disabled{ background-color:#eef1f5;opacity:1; cursor:inherit;/*filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0;*/-moz-transition: all .5s ease;-ms-transition: all .5s ease;-webkit-transition: all .5s ease;-o-transition: all .5s ease;transition: all .5s ease;}
.SWbtn1 .swiper-button-prev:hover,
.SWbtn1 .swiper-button-next:hover{border-color:#0064ba;}
@media screen and (max-width:1024px){.SWbtn1{}
.SWbtn1 .swiper-button-prev,
.SWbtn1 .swiper-button-next{width:60px;height:60px;}

.SWbtn1 .swiper-button-prev{left:30px;}
.SWbtn1 .swiper-button-next{right:30px;}
}
@media screen and (max-width:768px){.SWbtn1{}
.SWbtn1 .swiper-button-prev,
.SWbtn1 .swiper-button-next{width:50px;height:50px;}

.SWbtn1 .swiper-button-prev{left:10px;}
.SWbtn1 .swiper-button-next{right:10px;}
}



/*pageBox1*/
.pageBox1{padding-top:110px; padding-bottom:100px;}
.pageTxtB{max-width:1600px; margin:0 auto;text-align:center;padding-top:40px; padding-bottom:40px;}

/*pageList1*/
.pageList1{font-size:0; overflow:hidden;text-align:center;position:relative;margin:0 -6px; padding-top:50px;}
.pageList1 li{ display:inline-block;*display:inline;zoom:1; width:25%;vertical-align:top;margin-bottom:20px; text-align:left}
.pageList1 .item{display: block;margin:0 6px; position:relative;border-radius:10px; overflow:hidden;padding:40px 45px;border:1px solid #cdcdcd;}
.pageList1 .item .tit .t1{font-size:80px; color:#63a3ff; line-height:1;font-family:'Karmilla',Arial, Helvetica, sans-serif;font-weight:bold;vertical-align: top;}
.pageList1 .item .tit .t1 strong{vertical-align:top;}
.pageList1 .item .tit .t1 b{font-size:40px;line-height:1;position:relative;top:0;vertical-align: top;margin-left:10px;}
.pageList1 .item .tit .t2{font-size:16px; color:#262e46; line-height:1.8; margin-bottom:45px;}
.pageList1 .item .tit .icon{ text-align:right;}
.pageList1 .item .tit .icon img{ height:65px;}

.pageList1 .item,.pageList1 .item .tit .icon img{-webkit-transition: all 0.3s;-moz-transition: all 0.3s;-ms-transition: all 0.3s;transition: all 0.3s;}
.pageList1 .item:hover{background: linear-gradient(35deg, rgba(81, 180, 245, 0) 0%, rgba(48, 123, 255, 0.1) 100%);border:1px solid #63a3ff;}
.pageList1 .item:hover .tit .icon img{transform:scale(1.1)}
@media screen and (max-width:1680px){
.pageBox1{padding-top:100px; padding-bottom:90px;}
.pageTxtB{padding-top:40px; padding-bottom:40px;}

.pageList1 .item .tit .t1{font-size:70px;}
.pageList1 .item .tit .t1 b{font-size:36px;}
.pageList1 .item .tit .t2{font-size:16px;margin-bottom:40px;}
.pageList1 .item .tit .icon img{ height:60px;}

.pageList1 .item{padding:35px 40px;}
.pageList1{padding-top:40px;}
}
@media screen and (max-width:1440px){
.pageBox1{padding-top:90px; padding-bottom:80px;}
.pageTxtB{padding-top:40px; padding-bottom:40px;}

.pageList1 .item .tit .t1{font-size:60px;}
.pageList1 .item .tit .t1 b{font-size:32px;}
.pageList1 .item .tit .t2{font-size:16px;margin-bottom:35px;}
.pageList1 .item .tit .icon img{ height:60px;}

.pageList1 .item{padding:30px 35px;}
}
@media screen and (max-width:1220px){
.pageBox1{padding-top:70px; padding-bottom:60px;}
.pageTxtB{padding-top:30px; padding-bottom:30px;}

.pageList1{padding-top:30px;}
.pageList1 .item .tit .t1{font-size:50px;}
.pageList1 .item .tit .t1 b{font-size:30px;}
.pageList1 .item .tit .t2{font-size:14px;margin-bottom:30px;}
.pageList1 .item .tit .icon img{ height:50px;}

.pageList1 .item{padding:25px 30px;}
}
@media screen and (max-width:1024px){
.pageBox1{padding-top:50px; padding-bottom:40px;}
.pageTxtB{padding-top:20px; padding-bottom:20px;}

.pageList1{padding-top:20px;}
.pageList1 li{width:50%;}
.pageList1 .item .tit .t1{font-size:40px;}
.pageList1 .item .tit .t1 b{font-size:28px;}
.pageList1 .item .tit .t2{font-size:14px;margin-bottom:25px;}
.pageList1 .item .tit .icon img{ height:40px;}

.pageList1 .item{padding:20px 25px;}
}
@media screen and (max-width:768px){
.pageBox1{padding-top:40px; padding-bottom:30px;}
.pageTxtB{padding-top:20px; padding-bottom:20px;}


.pageList1{padding-top:20px;}

.pageList1 .item .tit .t1{font-size:30px;}
.pageList1 .item .tit .t1 b{font-size:26px;}
.pageList1 .item .tit .t2{font-size:14px;margin-bottom:20px;}
.pageList1 .item .tit .icon img{ height:30px;}
}
@media screen and (max-width:370px){
.pageList1 li{width:100%;}
}


/*pageHistory*/
.pageHistory{padding-top:130px;padding-bottom:100px;position:relative;overflow:hidden; width:100%; }
.pageHistoryBig{ overflow:hidden;margin-top:100px;}

/*pageHistoryB*/
.pageHistoryB{position:relative;z-index:2;margin:0 auto; overflow:hidden;padding:0 100px; margin-bottom:90px;}
.pageHistoryB .swiper-wrapper{position:relative;}
.pageHistoryB .swiper-container{height:100%; line-height:0;}
.pageHistoryB .swiper-slide{-webkit-box-sizing: border-box;box-sizing: border-box;padding:0;float:left; width:100%; display:block;}
/*item*/
.pageHistoryB .item{text-align:left; position:relative; display:block;}
.pageHistoryB .item .bigyear{font-size:400px;color:#e5eff8;line-height:300px;font-family:'Karmilla',Arial, Helvetica, sans-serif;font-weight:bold;vertical-align: top; text-align:center;position:absolute;top:0; left:0;right:0;}
.pageHistoryB .item .wzBox{position:static;z-index:2;padding-top:100px;padding-bottom:100px;text-align:center;top:0;right:0; left:0; margin:0 auto;}
.pageHistoryB .item .year{font-size:30px;line-height:1;color:#262e46;}
.pageHistoryB .item .nr{font-size:18px;line-height:30px;color:#4b4b4b;font-weight:300;padding-top:20px; max-width:700px; margin:0 auto;}

/*active*/
.pageHistoryB .item .bigyear{filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;clip-path: inset(0 0 0 100%);-moz-transition: all .5s ease;-ms-transition: all .5s ease;-webkit-transition: all .5s ease;-o-transition: all .5s ease;transition: all .5s ease;}
.pageHistoryB .swiper-slide.swiper-slide-active .item .bigyear{filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;clip-path: inset(0 0 0 0);}
.pageHistoryB .item .nr{filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;-webkit-transform:translateY(-60px);-o-transform:translateY(60px);-moz-transform:translateY(60px);-ms-transform:translateY(60px);transform:translateY(60px);-moz-transition: all .5s ease;-ms-transition: all .5s ease;-webkit-transition: all .5s ease;-o-transition: all .5s ease;transition: all .5s ease;}
.pageHistoryB .swiper-slide.swiper-slide-active .item  .nr{filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;-webkit-transform:translateY(0) translateZ(0);-o-transform:translateY(0) translateZ(0);-moz-ttransform:translateY(0) translateZ(0);-ms-transform:translateY(0) translateZ(0);transform:translateY(0) translateZ(0);-webkit-transition:opacity .6s linear .1s,transform .6s cubic-bezier(.215,.61,.355,1) .1s;
-o-transition:opacity .6s linear .1s,transform .6s cubic-bezier(.215,.61,.355,1) .1s;
-moz-transition:opacity .6s linear .1s,transform .6s cubic-bezier(.215,.61,.355,1) .1s;
-ms-transition:opacity .6s linear .1s,transform .6s cubic-bezier(.215,.61,.355,1) .1s;
transition:opacity .6s linear .1s,transform .6s cubic-bezier(.215,.61,.355,1) .1s;}

.pageHistoryB .item .year{filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;-webkit-transform:translateY(-60px);-o-transform:translateY(-60px);-moz-transform:translateY(-60px);-ms-transform:translateY(-60px);transform:translateY(-60px);-moz-transition: all .5s ease;-ms-transition: all .5s ease;-webkit-transition: all .5s ease;-o-transition: all .5s ease;transition: all .5s ease;}
.pageHistoryB .swiper-slide.swiper-slide-active .item  .year{filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;-webkit-transform:translateY(0) translateZ(0);-o-transform:translateY(0) translateZ(0);-moz-ttransform:translateY(0) translateZ(0);-ms-transform:translateY(0) translateZ(0);transform:translateY(0) translateZ(0);
-webkit-transition:opacity .6s linear,transform .6s cubic-bezier(.215,.61,.355,1);
-o-transition:opacity .6s linear,transform .6s cubic-bezier(.215,.61,.355,1);
-moz-transition:opacity .6s linear,transform .6s cubic-bezier(.215,.61,.355,1);
-ms-transition:opacity .6s linear,transform .6s cubic-bezier(.215,.61,.355,1);
transition:opacity .6s linear,transform .6s cubic-bezier(.215,.61,.355,1);}
@media screen and (max-width:1920px){
.pageHistoryB .item .bigyear{font-size:20.83vw;line-height:15.625vw;}
.pageHistoryB .item .wzBox{padding-top:5.2vw;padding-bottom:5.2vw;}
}
@media screen and (max-width:1440px){
	.pageHistory{padding-top:100px;padding-bottom:90px;}
	.pageHistoryBig{margin-top:90px;}
	.pageHistoryB{padding:0 80px; margin-bottom:70px;}
	.pageHistoryB .item{}
.pageHistoryB .item .year{font-size:26px;}
.pageHistoryB .item .nr{font-size:16px;line-height:1.5;}

}
@media screen and (max-width:1220px){
	.pageHistory{padding-top:90px;padding-bottom:70px;}
	.pageHistoryBig{margin-top:70px;}
	.pageHistoryB{padding:0 70px; margin-bottom:60px;}
.pageHistoryB .item .year{font-size:24px;}
.pageHistoryB .item .nr{font-size:15px;line-height:1.5;}

.pageHistoryB .item .wzBox{padding-top:30px;}
.pageHistoryB .item .nr{padding-top:15px;}
}
@media screen and (max-width:1024px){
	.pageHistory{padding-top:70px;padding-bottom:50px;}
	.pageHistoryBig{margin-top:50px;}
	.pageHistoryB{padding:0 50px; margin-bottom:50px;}
.pageHistoryB .item .year{font-size:20px;}
.pageHistoryB .item .nr{font-size:14px;line-height:1.5;}

.pageHistoryB .item .wzBox{padding-top:30px;}
.pageHistoryB .item .nr{padding-top:15px;}
}
@media screen and (max-width:768px){
	.pageHistory{padding-top:40px;padding-bottom:30px;}
	.pageHistoryBig{margin-top:40px;}
.pageHistoryB{padding:0;}
.pageHistoryB .item .wzBox{ width:100%;float:none;}
.pageHistoryB .item .imgBox{ width:100%;float:none;}
.pageHistoryB .item .imgBox .img{padding-bottom:50%;}
.pageHistoryB .item .year{font-size:18px;left:0; text-align:center;}
.pageHistoryB .item .nr{padding-left:10%;padding-right:10%;padding-top:15px;}
}


/*swiper-button*/
.pageHistory .swiper-button-prev,.pageHistory .swiper-button-next{width:80px;height:80px;margin-top:-40px;position:absolute;top:50%;cursor:pointer;z-index:10;outline:none;border-radius:50%;overflow:hidden;border:none;}
.pageHistory .swiper-button-prev:after,.pageHistory .swiper-button-next:after{ display:none;}
.pageHistory .swiper-button-prev{background:url(../images/arrow-left2.png) center center no-repeat #eef2f9;left:0;background-size:8px;outline:none;}
.pageHistory .swiper-button-next{background:url(../images/arrow-right2.png) center center no-repeat #eef2f9;right:0;background-size:8px;outline:none;}
.pageHistory .swiper-button-prev.swiper-button-disabled,.pageHistory .swiper-button-next.swiper-button-disabled{filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0;-moz-transition: all .5s ease;-ms-transition: all .5s ease;-webkit-transition: all .5s ease;-o-transition: all .5s ease;transition: all .5s ease;}
.pageHistory .swiper-button-prev:hover,.pageHistory .swiper-button-next:hover{border-color:#1f983a;}
@media screen and (max-width:1220px){
.pageHistory .swiper-button-prev,.pageHistory .swiper-button-next{width:40px;height:40px;margin-top:-20px;}
}
@media screen and (max-width:1024px){
.pageHistory .swiper-button-prev,.pageHistory .swiper-button-next{width:30px;height:30px;margin-top:-15px;}
}
@media screen and (max-width:768px){
.pageHistory .swiper-button-prev,.pageHistory .swiper-button-next{width:30px;height:30px;margin-top:-15px;}
.pageHistory .swiper-button-prev{left:0; background-image:url(../images/arrow-left2.png);}
.pageHistory .swiper-button-next{right:0; background-image:url(../images/arrow-right2.png);}

}



/*swiperYearBox*/
.swiperYearBox{position: relative; top:0; z-index:2; }
/*swiperYear*/
.hisBg{position: absolute;left: 0;top: 0;height:1px;right: 0;}
.hisBg .bg{position: absolute;left: 0;right: 0;top:100%;border-top:1px dashed #cbccd2;}
/*swiperYear*/
.swiperYear{margin: auto;overflow:visible;text-align: center;z-index: 2;cursor:grab;}
.swiperYear .swiper-slide{-webkit-box-sizing: border-box;box-sizing: border-box;padding:0;float:left; width:20%; display:block;}
.swiperYear .line{height:1px;width:1px;display: block;margin: auto;background: rgba(0,0,0,.1);position:relative;}
.swiperYear .line:after{display: block; position: absolute; content:'';top:-9px;left:-9px; width:18px;height:18px;background:#9799a6;border-radius:50%;}
.swiperYear .year{font-size:20px;color:#262e46;font-weight:normal; margin-top:34px;}
.swiperYear .swiper-slide{ cursor:pointer;display: flex;flex-direction:column;align-items: center;justify-content: center;flex-shrink: 0;}
.swiperYear .swiper-slide-thumb-active .year{color:#63a3ff;}
.swiperYear .swiper-slide-thumb-active .line:after{background:#63a3ff;}
.swiperYear .swiper-slide-thumb-active .line:before{content:" ";position:absolute;width:18px;height:18px;background-color:#63a3ff;border-radius:50%;filter:alpha(opacity=10);opacity: 0.1;right:0;left:-9px;top:-9px;margin:0 auto;z-index:9;animation: halo 1s .5s infinite ease-out;}
@keyframes halo{
	0%{transform:scale(0)}
	100%{transform:scale(3)}
}
@media screen and (max-width:1220px){
.swiperYear .year{font-size:16px;margin-top:14px;}
}
@media screen and (max-width:1024px){
.swiperYear .year{font-size:15px;margin-top:14px;}
.swiperYear .line:after{top:-5px;left:-5px; width:10px;height:10px;}
.swiperYear .swiper-slide-thumb-active .line:before{width:10px;height:10px;left:-5px;top:-5px;}
}
@media screen and (max-width:768px){
.swiperYearBox{top:0;}

.swiperYear .year{font-size:14px;margin-top:14px;}
}



.pageFrom{padding-top:130px;padding-bottom:100px;position:relative;overflow:hidden; width:100%; }
/*pageFrombox*/
.pageFrombox{background: #eef2f9;padding:90px 50px 0px 50px;overflow: hidden;border-radius: 10px; margin-top:70px;}
.pageFrombox .form .btn .button{width:100%;}
@media screen and (max-width:1680px){
    .pageFrom{padding-top:120px;padding-bottom:90px;}
	.pageFrombox{padding:70px 40px 0px 40px;margin-top:50px;}
}
@media screen and (max-width:1440px){
   .pageFrom{padding-top:100px;padding-bottom:90px;}
	.pageFrombox{padding:70px 40px 0px 40px;margin-top:50px;}
}
@media screen and (max-width:1220px){
   .pageFrom{padding-top:90px;padding-bottom:90px;}
	.pageFrombox{padding:70px 40px 0px 40px;margin-top:50px;}
}
@media screen and (max-width:1024px){
   .pageFrom{padding-top:70px;padding-bottom:70px;}
	.pageFrombox{padding:50px 30px 0px 30px;margin-top:40px;}
}
@media screen and (max-width:768px){
   .pageFrom{padding-top:50px;padding-bottom:50px;}
	.pageFrombox{padding:30px 20px 0px 20px;margin-top:30px;}
}




.map_listBox { height: 670px; background: #1d2026; position: relative; overflow: hidden; margin-top:70px;}
.map_listBox:before { content: ''; width:25%; height: 100%; position: absolute; left: 0; top: 0; background: url(../images/mapbg.png) no-repeat center; background-size:100% 100%; z-index: 1; }
.map_listBox #map { width: 100%; height: 100%; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; }
.map_listBox #map .img { display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; width: 1920px; height:640px; position: relative; }
.map_listBox #map .img img { object-fit: cover; max-width: none; max-height: none; }
.map_listBox #map .BMap_bubble_content .box { display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; }
.map_listBox #map .BMap_shadow img { display: none; }
.map_listBox .map_list { position: absolute; left: 7%; top: 0; width: 100px; height: 100%; z-index: 2; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-orient: vertical; -ms-flex-direction: column; -webkit-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; }
.map_listBox .map_list .map_s { height: 420px; width: 200px; position: relative; }
.map_listBox .map_list .map_s:before { content: ''; width: 1px; height: 670px; position: absolute; left: 0; top: 50%; transform: translateY(-50%); background: rgba(255, 255, 255, 0.2); }
.map_listBox .map_list .map_s .swiper { overflow: hidden; height: 100%; }
.map_listBox .map_list .map_s .swiper-button-prev, .map_listBox .map_list .map_s .swiper-button-next { outline: none; left: 2.34vw; right: auto; margin: 0; display: block; width: 30px; height: 30px; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center;background:url(../images/arrow-right.png) center center no-repeat rgba(255,255,255,.1);left:0;background-size:8px;outline:none;border-radius:50%; margin-left:50px;}
.map_listBox .map_list .map_s .swiper-button-prev:after, .map_listBox .map_list .map_s .swiper-button-next:after { display: none; }
.map_listBox .map_list .map_s .swiper-button-prev { top: -45px; transform: rotate(270deg); -ms-transform: rotate(270deg);-moz-transform: rotate(270deg);-webkit-transform: rotate(270deg);-o-transform: rotate(270deg); }
.map_listBox .map_list .map_s .swiper-button-next { top: auto; bottom: -15px; transform: rotate(90deg);-ms-transform: rotate(90deg);-moz-transform: rotate(90deg);-webkit-transform: rotate(90deg);-o-transform: rotate(90deg);}
.map_listBox .map_list .map_s .swiper-slide.swiper-slide-active a { font-size: 30px; color: #fff; }
@media (max-width:1680px) {
	.map_listBox .map_list .map_s .swiper-slide.swiper-slide-active a { font-size: 26px; }
}
@media (max-width:1440px) {
	.map_listBox .map_list .map_s .swiper-slide.swiper-slide-active a { font-size: 24px; }
}
@media (max-width:1366px) {
    .map_listBox .map_list .map_s .swiper-button-prev, .map_listBox .map_list .map_s .swiper-button-next {margin-left:30px;}
	.map_listBox .map_list .map_s .swiper-slide.swiper-slide-active a { font-size: 22px; }
}
@media (max-width:1280px) {
	.map_listBox .map_list .map_s .swiper-slide.swiper-slide-active a { font-size: 20px; }
}
.map_listBox .map_list .map_s .swiper-slide.swiper-slide-active a:before { /*background: #fff;*/ }
.map_listBox .map_list .map_s .swiper-slide.swiper-slide-active a:after { height: 2px; margin-top: -1px;/* background: #fff;*/ }
.map_listBox .map_list .map_s .swiper-slide a { font-size: 20px; color: #fff; padding-left: 2.34vw; display: block; width: 100%; height: 54px; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; position: relative; }
.map_listBox .map_list .map_s .swiper-slide a:before { content: ''; width: 2px; height: 100%; position: absolute; left: 0; top: 0; background: transparent; -webkit-transition: all 0.6s; -o-transition: all 0.6s; transition: all 0.6s; }
.map_listBox .map_list .map_s .swiper-slide a:after { content: ''; width: 12px; height: 1px; position: absolute; left: 1px; top: 50%; margin-top: 0.5px; background: rgba(255, 255, 255, 0.2); -webkit-transition: all 0.6s; -o-transition: all 0.6s; transition: all 0.6s; }
@media (max-width:1680px) {
	.map_listBox .map_list .map_s .swiper-slide a { font-size: 18px; }
}
@media (max-width:1440px) {
	.map_listBox .map_list .map_s .swiper-slide a { font-size: 15px; }
}
@media (max-width:1366px) {
	.map_listBox .map_list .map_s .swiper-slide a { font-size: 14px; }
}
@media (max-width:1280px) {
	.map_listBox .map_list .map_s .swiper-slide a { font-size: 13px; }
}


.map_listBox .map_list2 li{position:absolute;cursor:pointer;width:1px;height:1px}
.map_listBox .map_list2 li.li .box{top:-90px}
.map_listBox .map_list2 li .dw{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:0.89vw;height:1.15vw;background:url(../images/icon-add.png) no-repeat center;background-size:100% 100%;-webkit-transition:all 0.6s;-o-transition:all 0.6s;transition:all 0.6s}
.map_listBox .map_list2 li .dw p{position:absolute;left:50%;white-space:nowrap;bottom:-30px;transform:translateX(-50%);font-size:18px;color:#1f52d3;font-weight:600;z-index:-1;opacity:0}
@media (max-width:1680px) {
	.map_listBox .map_list2 li .dw p { font-size:16px; }
}
@media (max-width:1440px) {
	.map_listBox .map_list2 li .dw p { font-size:14px; line-height: 26px; }
}
@media (max-width:1280px) {
	.map_listBox .map_list2 li .dw p { font-size:12px;line-height: 22px; }
}

.map_listBox .map_list2 li .box{width:25.52vw;height:0;max-height:0;position:absolute;left:40px;top:-30px;-webkit-transition:all 0.6s;-o-transition:all 0.6s;transition:all 0.6s;padding:0 20px;overflow:hidden;border-radius:10px}
.map_listBox .map_list2 li .box p.p1{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;font-size:16px;color:#63a3ff}
.map_listBox .map_list2 li .box p.p1 img{margin-right:8px;width:20px}
@media (max-width:1680px) {
	.map_listBox .map_list2 li .box p.p1 { font-size: 14px; }
}
@media (max-width:768px) {
	.map_listBox .map_list2 li .box p.p1 { line-height: 22px; }
}

.map_listBox .map_list2 li .box p.p2 { font-size: 18px; color: #1f2228; }
@media (max-width:1680px) {
	.map_listBox .map_list2 li .box p.p2 {font-size: 16px; }
}
@media (max-width:1440px) {
	.map_listBox .map_list2 li .box p.p2 {font-size: 14px; line-height: 26px; }
}
@media (max-width:1280px) {
	.map_listBox .map_list2 li .box p.p2 {font-size: 12px;line-height: 22px; }
}



.map_listBox .map_list2 li .box .line{width:100%;height:1px;background:#21252e;opacity:0.15;margin:1.04vw auto 0.78vw;display:none}
.map_listBox .map_list2 li .box .line + p.p1{display:none}
.map_listBox .map_list2 li .box:before{content:'';width:23px;height:21px;position:absolute;left:-23px;top:0px;/*background:url(../images/jt4_sm0308.png) no-repeat center;*/z-index:2;-webkit-transition:all 0.6s;-o-transition:all 0.6s;transition:all 0.6s}
.map_listBox .map_list2 li.on .dw{width:1.56vw;height:2.03vw;background:url(../images/icon-add2.png) no-repeat center;background-size:100% 100%}
.map_listBox .map_list2 li.on .dw i{position:absolute;left:50%;bottom:0;width:19px;height:5px;/*background:url(../images/dw3_sm0308.png) no-repeat center;*/background-size:100%;transform:translate(-50%);display:block}
.map_listBox .map_list2 li.on .dw i:before,.map_listBox .map_list2 li.on .dw i:after{content:'';position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);opacity:1;transform-origin:center;animation:halo2 2s 0.5s infinite ease-out;animation-delay:0.05s;border-radius:50%}
.map_listBox .map_list2 li.on .dw i:before{width:388%;height:388%;z-index:2;/*background:url(../images/dw4_sm0308.png) no-repeat center;*/background-size:100%}
.map_listBox .map_list2 li.on .dw i:after{width:594%;height:594%;z-index:1;/*background:url(../images/dw5_sm0308.png) no-repeat center;*/background-size:100%}
.map_listBox .map_list2 li.on .dw p{opacity:1;z-index:1}
.map_listBox .map_list2 li.on .box{height:auto;max-height:none;background:rgba(255,255,255,0.9);padding:20px;overflow:visible;border:1px solid #1f52d3;z-index:2}
.map_listBox .map_list2 li.on .box:before{top:8px}
@media (max-width:1366px) {
	.map_listBox { height: 560px; }
	.map_listBox .map_list2 li.li .box { top: -120px; }
}
@media (max-width:1280px) {
	.map_listBox { height: 560px; }
	.map_listBox .map_list2 li.li .box { top: -150px; }
}
@media (max-width:768px) {
	.map_listBox{height:auto;overflow:hidden;background:url(../images/page-contact.jpg) no-repeat center / cover;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}
	.map_listBox:before{width:100%;height:100%;background:rgba(0,0,0,0.3)}
	.map_listBox #map{-webkit-box-ordinal-group:2;-ms-flex-order:2;-webkit-order:2;order:2}
	.map_listBox #map .img{width:100%;height:auto;flex-wrap:wrap;-ms-flex-wrap:wrap}
	.map_listBox #map .img > img{display:none}
	.map_listBox #map .img .map_list2{width:100%;height:200px;margin:10px 20px}
	.map_listBox #map .img .map_list2 li{position:relative;left:auto !important;top:auto !important;right:auto !important;bottom:auto !important;width:100%;height:auto}
	.map_listBox #map .img .map_list2 li .dw{display:none}
	.map_listBox #map .img .map_list2 li.on .box{z-index:9}
	.map_listBox #map .img .map_list2 li.on .box > *{opacity:1}
	.map_listBox #map .img .map_list2 li .box{width:100%;left:auto;top:auto;padding:15px;height:auto;max-height:200px}
	.map_listBox #map .img .map_list2 li .box:before{display:none}
	.map_listBox #map .img .map_list2 li .box .line{margin:10px 0}
	.map_listBox #map .img .map_list2 li .box > *{opacity:0}
	.map_listBox .map_list{width:100%;position:relative;left:auto;top:auto;height:auto}
	.map_listBox .map_list .map_s{width:100%;height:auto;padding:0 30px}
	.map_listBox .map_list .map_s .swiper-button-prev,.map_listBox .map_list .map_s .swiper-button-next{width:30px;height:30px;margin-top:12px}
	.map_listBox .map_list .map_s .swiper-button-prev img,.map_listBox .map_list .map_s .swiper-button-next img{display:none}
	.map_listBox .map_list .map_s .swiper-button-prev:before,.map_listBox .map_list .map_s .swiper-button-next:before{display:none}
	.map_listBox .map_list .map_s .swiper-button-prev{left:0;top:0;transform:rotate(180deg);-ms-transform:rotate(180deg);-moz-transform:rotate(180deg);-webkit-transform:rotate(180deg);-o-transform:rotate(180deg)}
	.map_listBox .map_list .map_s .swiper-button-next{left:auto;right:0;top:0;transform:rotate(0deg);-ms-transform:rotate(0deg);-moz-transform:rotate(0deg);-webkit-transform:rotate(0deg);-o-transform:rotate(0deg)}
	.map_listBox .map_list .map_s .swiper{height:auto}
	.map_listBox .map_list .map_s .swiper .swiper-wrapper{-webkit-flex-direction:row;-moz-flex-direction:row;-ms-flex-direction:row;-o-flex-direction:row;flex-direction:row;transform:translate3d(0px,0,0)}
	.map_listBox .map_list .map_s .swiper .swiper-slide{width:auto !important;height:auto !important;margin:0 15px}
	.map_listBox .map_list .map_s .swiper .swiper-slide a:before,.map_listBox .map_list .map_s .swiper .swiper-slide a:after{display:none}
}
@keyframes halo2 {
	0% { opacity: 1; transform: translate(-50%, -50%) scale(0.1); }
	50% { opacity: 1; }
	100% { opacity: 1; transform: translate(-50%, -50%) scale(1.2); }
}


/*pageMap*/
.pageMap{padding-top:50px;padding-bottom:0px;position:relative;overflow:hidden;width:100%}
.pageMap .map_listBox{margin-top:3.13vw;height:auto}
.pageMap .map_listBox #map{height:100%}
.pageMap .map_listBox #map .img{width:100%;height:0;padding-bottom:34.89%}
.pageMap .map_listBox #map .img > img{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:revert;max-width:100%;max-height:100%}
@media (max-width:1366px) {
	.pageMap .top .h_info { margin-top: 15px; }
	.pageMap .map_listBox { margin-top: 15px; }
	.pageMap .map_listBox .map_list .map_s { height: 350px; }
}
@media (max-width:1280px) {
	.pageMap .top .h_info { margin-top: 12px; }
	.pageMap .map_listBox { margin-top: 15px; }
	.pageMap .map_listBox .map_list .map_s { height: 300px; }
}
@media (max-width:1024px) {
	.pageMap .top .h_info { margin-top: 12px; }
	.pageMap .map_listBox { margin-top: 15px; }
	.pageMap .map_listBox .map_list .map_s { height: 150px; }
}
@media (max-width:768px) {
	.pageMap { padding-top: 0 !important; padding-bottom: 0 !important; }
	.pageMap .map_listBox:before { width: 100%; height: 50px; display: none; }
	.pageMap .top { padding-top: 60px; margin-top: -60px; }
	.pageMap .top .h_info { margin-top: 15px; }
	.pageMap .map_listBox #map .img { height: 200px; padding-bottom: 0; }
	.pageMap .map_listBox .map_list .map_s { height: 50px; }
	.pageMap .map_listBox #map .img { height: auto; }
	.pageMap .map_listBox #map .img .map_list2 { margin: 30px 20px 20px; }
}




/*page-tab*/
.page-tab{margin:0 auto;padding:35px 0;text-align: center; }
.page-tab ul { margin:0 auto;padding: 0;list-style: none; text-align:center;font-size: 0;}
.page-tab ul li{ width:auto;margin: 0;padding: 0;display: inline-block;*display: inline;zoom:1;position: relative;height:40px;line-height:40px;border-radius:5px; vertical-align:top;}
.page-tab ul li a{font-size:16px;padding:0 5px;margin:0 5px;min-width:30px;height:40px;line-height:40px;border:1px solid #ececec;display:inline-block;text-align:center;background-color:#ffffff;color:#000;border-radius:5px; font-weight:500;background-color:#fff;}
.page-tab ul li.next-page a{background:url(../images/arrow-right2.png) center center no-repeat #fff; background-size:7px; width:40px; padding:0;}
.page-tab ul li.prev-page a{background:url(../images/arrow-left2.png) center center no-repeat #fff; background-size:7px; width:40px; padding:0;}
.page-tab ul li a:hover{background-color:#f7f7f7;}
.page-tab ul li a.focus{background-color:#1D8DC8;color: #fff;}
@media screen and (max-width:1024px){
.page-tab{margin:0 auto;padding:20px 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;}
}



/*pageShili*/
.pageShili{margin-bottom:0;overflow:hidden;width:100%; display:block;padding-top:30px;}
.pageShili .pageShiliBox{overflow:hidden;padding-top:0px;background-position:center center;background-repeat:no-repeat;background-size:cover; position:relative;background-color:#06459b;background-image:url(../images/page-culture.jpg); margin-top:65px;}
.pageShili .pageShiliBox:after{content:'';display: block;width:100%;height:100%;background:#06459b;filter:alpha(opacity=60);-moz-opacity:0.6;-khtml-opacity:0.6;opacity: 0.6; position:absolute;top:0;right:0;}
.pageShili .pageShiliCon{display:block;overflow:hidden;height:640px; position:relative;z-index:2;}
/**/
.pageShili .ShiliList{font-size:0;margin:0 0; line-height:0;vertical-align:bottom;}
.pageShili .ShiliList:after{ content:'';display: block;width:1px;height:100%;background:#fff;filter:alpha(opacity=30);-moz-opacity:0.3;-khtml-opacity:0.3;opacity: 0.3; position:absolute;top:0;left:0;}
.pageShili .li{padding:0;margin:0;width:20%;position:relative; float:left;}
.pageShili .li:after{ content:'';display: block;width:1px;height:100%;background:#fff;filter:alpha(opacity=30);-moz-opacity:0.3;-khtml-opacity:0.3;opacity: 0.3; position:absolute;top:0;right:0;}
.pageShili .li .img{display:none;position: absolute;left: 0;bottom:0;height:100%; width:100%;}
.pageShili .li .img img {height:100%;-webkit-transition:all .5s;-ms-transition:all .5s;-o-transition:all .5s;transition:all .5s;position: absolute;top: 50%;left:0;right:0; margin:0 auto;-webkit-transform: translate(0, -50%);-moz-transform: translate(0, -50%);-o-transform: translate(0, -50%);-ms-transform: translate(0, -50%);transform: translate(0, -50%);display: block;max-width: none;}
.pageShili .li .item{display:block;position:relative; z-index:3; height:640px; text-align:center;}
.pageShili .li .item .title{ text-align:center;}
.pageShili .li .item .title .t{font-size:26px;color:#fff;line-height:normal;margin-bottom:5px;}
.pageShili .li .item .title .en{font-size:14px; color:#fff;line-height:normal;text-transform:uppercase;margin-bottom:60px;}
.pageShili .li .item .des{position: absolute;top: 50%;left:0; right:0;-webkit-transform: translate(0, -50%);-moz-transform: translate(0, -50%);-o-transform: translate(0, -50%);-ms-transform: translate(0, -50%);transform: translate(0, -50%);padding:40px 40px; vertical-align:top;}
.pageShili .li .item .des .wz{font-size:16px;line-height:32px;overflow:hidden;color:#fff;}
.pageShili .li .item:hover{background:rgba(6,69,155,0.6);}
/*hover*/
.pageShili .li .item,
.pageShili .li .item .des{-webkit-transition:all .5s;-ms-transition:all .5s;-o-transition:all .5s;transition:all .5s;}
/**/
.pageShili .swiper-button-prev{background:url(../images/arrow-left.png) center center no-repeat; background-size:7px; width:40px; height:40px; padding:0; position:absolute;top:50%; left:3%; margin-top:-20px;}
.pageShili .swiper-button-next{background:url(../images/arrow-right.png) center center no-repeat; background-size:7px; width:40px;height:40px;padding:0; position:absolute;top:50%; right:3%; margin-top:-20px;}
@media screen and (max-width:1680px) {
.pageShili .li .item,
.pageShili .pageShiliCon{height:500px;}	
.pageShili .li .item .title .t{font-size:24px;}
.pageShili .li .item .title .en{margin-bottom:50px;}
}
@media screen and (max-width:1440px) {
.pageShili .li .item,
.pageShili .pageShiliCon{height:480px;}	
	.pageShili .li .item .title .t{font-size:22px;}
.pageShili .li .item .title .en{font-size:12px;margin-bottom:40px;}
.pageShili .li .item .des{padding:30px 30px;}
.pageShili .li .item .des .wz{font-size:14px;line-height:28px;}
}
@media screen and (max-width:1220px) {.pageShili{padding-bottom:60px;}
.pageShili .pageShiliBox{margin-top:50px;}
.pageShili .li .item,
.pageShili .pageShiliCon{height:450px;}
}
@media screen and (max-width:1024px) {.pageShili{padding-bottom:50px;}
.pageShili .li .item,
.pageShili .pageShiliCon{height:400px;}
.pageShili .pageShiliBox{margin-top:40px;}
	.pageShili .li .item .title .t{font-size:20px;}
}
@media screen and (max-width:768px) {.pageShili{padding-bottom:30px;}
.pageShili .li .img{display: block;}
.pageShili .li{width:100%;}
.pageShili .pageShiliBox{margin-top:30px;}
.pageShili .li .item .title .t{font-size:18px;}

.pageShili .pageShiliCon{height:350px; background:none!important;}
.pageShili .li .item{height:350px;}
}



/*zlsq_piaofu*/
.zlsq_piaofu{position:fixed;top:50%;right:8px;transform:translateY(-50%);z-index:9;background:#0064ba;border-radius:0.78vw;width:145px;box-shadow:0px 0 20px rgba(0,0,0,0.15);-webkit-transition:all 0.6s;-o-transition:all 0.6s;transition:all 0.6s}
.zlsq_piaofu.on{display:block}
.zlsq_piaofu.close{right:-145px}
.zlsq_piaofu.close .open_zlsq{left:-30px;z-index:1}
.zlsq_piaofu.close .close_zlsq{right:0;z-index:0}
.zlsq_piaofu .close_zlsq{position:absolute;width:30px;height:30px;right:0px;top:-8px;z-index:2;text-align:center;line-height:30px;-webkit-transition:all 0.6s;-o-transition:all 0.6s;transition:all 0.6s;background:url(../images/icon-colse.png) center center no-repeat;background-size:13px;}
.zlsq_piaofu .close_zlsq:hover{transform:rotate(180deg);-ms-transform:rotate(180deg);-moz-transform:rotate(180deg);-webkit-transform:rotate(180deg);-o-transform:rotate(180deg)}
.zlsq_piaofu .open_zlsq .icon{width:100%;height:50px;background:url(../images/arrow-left2.png) center center no-repeat;background-size:10px;}
.zlsq_piaofu .open_zlsq .z{color:#0064ba;font-weight:600;font-size:14px;width:100%;height:auto;left:0;top:100%;line-height:1.1;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;box-sizing:border-box;writing-mode:vertical-lr;-webkit-writing-mode:vertical-lr;-ms-writing-mode:vertical-lr;font-family:SourceHanSansCN-Light,SourceHanSansCN}
.zlsq_piaofu .open_zlsq{position:absolute;width:40px;height:auto;left:0px;top:50px;font-size:24px;color:#333;z-index:2;background:#fff;border-top-left-radius:5px;border-bottom-left-radius:5px;text-align:center;line-height:50px;z-index:0;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;-webkit-transition:all 0.6s;-o-transition:all 0.6s;transition:all 0.6s;padding-right:10px;padding-bottom:20px}
@media (max-width:2048px) {
	.zlsq_piaofu .open_zlsq { font-size: 25.6px; }
}
@media (max-width:1920px) {
	.zlsq_piaofu .open_zlsq { font-size: 24px; }
}
@media (max-width:1680px) {
	.zlsq_piaofu .open_zlsq { font-size: 21px; }
}
@media (max-width:1440px) {
	.zlsq_piaofu .open_zlsq { font-size: 18px; }
}
@media (max-width:1366px) {
	.zlsq_piaofu .open_zlsq { font-size: 17.075px; }
}
@media (max-width:1280px) {
	.zlsq_piaofu .open_zlsq { font-size: 16px; }
}
@media (max-width:1440px) {
	.zlsq_piaofu { width: 120px; }
}
@media (max-width:768px) {
	.zlsq_piaofu { display: none; } 
}

.zlsq_piaofu .top{background:#fff;border-radius:0.78vw;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;width:100%;padding:20px 0 15px;position:relative;top:-5px}
.zlsq_piaofu .top:before{width:100%;height:22px;content:'';position:absolute;left:0;bottom:-11px;z-index:-1}
.zlsq_piaofu .top img{width:88px;height:88px;max-width:100%;margin:19px auto}
.zlsq_piaofu .top .top_open_btn{font-size:14px;color:#ffffff;background:#0064ba;width:89px;max-width:100%;height:24px;border-radius:10px;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center}
@media (max-width:2048px) {
	.zlsq_piaofu .top h3 { font-size: 33.06666667px; }
}
@media (max-width:1920px) {
	.zlsq_piaofu .top h3 { font-size: 31px; }
}
@media (max-width:1680px) {
	.zlsq_piaofu .top h3 { font-size: 27.125px; }
}
@media (max-width:1440px) {
	.zlsq_piaofu .top h3 { font-size: 23.25px; }
}
@media (max-width:1366px) {
	.zlsq_piaofu .top h3 { font-size: 22.05520833px; }
}
@media (max-width:1280px) {
	.zlsq_piaofu .top h3 { font-size: 20.66666667px; }
}

.zlsq_piaofu .bot{padding:15px 0 15px;text-align:center;font-size:12px;color:#ffffff;}
.zlsq_piaofu .bot p{margin-bottom:5px}
.zlsq_piaofu .bot strong{font-size:14px;color:#fff}
.zlsq_piaofu .top h3{font-size:31px;color:#0064ba;text-transform:capitalize}

/*top_open_btn2*/
.top_open_btn2{display:none;}
@media (max-width:768px) {
	.top_open_btn2{display:block;position:fixed;bottom:5%;right:3%;width:50px;height:50px;text-align:center;border-radius:40px;background-color:#0064ba;z-index:9;line-height:38px;color:#fff;font-size:14px; vertical-align:middle;box-shadow:0px 0 20px rgba(0,0,0,0.15);}
	.top_open_btn2 span{display:inline-block;width:40px; line-height:1;margin:0 auto; margin-top:10px;}
}







