@charset "utf-8";

@font-face{font-family:HarmonyOsSansSCB;src:url(../fonts/HarmonyOsSansSCB.TTF);}
@font-face{font-family:DINBold;src:url(../fonts/DIN-Bold.eot);src:url(../fonts/DIN-Bold.eot?#iefix) format('embedded-opentype'),url(../fonts/DIN-Bold.woff2) format('woff2'),url(../fonts/DIN-Bold.woff) format('woff'),url(../fonts/DIN-Bold.ttf) format('truetype'),url(../fonts/DIN-Bold.svg#novecentowide-bold-webfont) format('svg')}


a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,html,i,iframe,img,input,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,tfoot,th,thead,time,tr,tt,u,ul,var,video{border:none;font-size:100%;margin:0;padding:0;}
article,aside,details,figcaption,figure,footer,header,menu,nav,section{display:block}
blockquote,q{quotes:none}
blockquote:after,blockquote:before,q:after,q:before{content:none}
/*table{border-collapse:collapse;border-spacing:0}*/
a,a:hover{-webkit-backface-visibility:hidden;color:inherit;text-decoration:none}
*{-webkit-box-sizing:border-box;box-sizing:border-box;
	margin:0;padding:0}
a:focus,button:focus{color:inherit;text-decoration:none}
input:focus-visible{border:none}input::-webkit-input-placeholder{color:#999}
input:-moz-placeholder,input::-moz-placeholder{color:#999}
input:-ms-input-placeholder{color:#999}
input,select{outline:none;font-family:"微软雅黑", Arial, "PingFangSC-Light", "Helvetica Neue", Helvetica, "Microsoft Yahei", "Hiragino Sans GB", tahoma, SimSun, sans-serif;}
select{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none}
select:focus,select:focus-visible{border:none;outline:none}
input::-ms-clear,select::-ms-expand{display:none}
p,ul,li,form,h1,h2,h3,h4,h5,h6,dl,dd{
	margin: 0;
	padding: 0;
	list-style: none;
}

html {
	width: 100%;
	margin: 0;
	padding: 0;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	width:100%;
	margin: 0 auto;
	font-family:"微软雅黑", Arial, "PingFangSC-Light", "Helvetica Neue", Helvetica, "Microsoft Yahei", "Hiragino Sans GB", tahoma, SimSun, sans-serif;
	font-size: 14px;
	padding: 0;
	color: #464646;
	line-height:200%;background: none;
}
img {
	border: none;-webkit-user-drag:none;
}
a {
	color: #464646;
	text-decoration: none !important;
	cursor: pointer;
	background: transparent;
	outline: none;
	blr: expression(this.onFocus=this.blur());
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s; 
}
a img {
	border: none;
}
.cf:after{content:""; display:block; height:0; clear:both;}
.mwrap { width:84%;margin: 0 auto; overflow: hidden;}
.wrap { width: 84%;margin: 0 auto; overflow: hidden;}
.iwrap { width: 1360px;margin: 0 auto; overflow: hidden;}
.iwrap2 { width:1280px;margin: 0 auto; overflow: hidden;}
.pc-div{ display:block!important}
.phone-div { display:none!important}
.clear {
	clear: both;
	margin: 0;
	padding: 0;
	height: 0;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.pa{position:absolute}.pr{position:relative}
/*自定义滚动条*/
::-webkit-scrollbar{width:5px;height:5px;}
::-webkit-scrollbar-button:vertical{display:none;}
::-webkit-scrollbar-track:vertical{background-color:black}
::-webkit-scrollbar-track-piece{background:#fff;}
::-webkit-scrollbar-thumb:vertical{background-color:#555;border-radius:30px}
::-webkit-scrollbar-thumb:vertical:hover{background-color:#3B3B3B;}
::-webkit-scrollbar-corner:vertical{background-color:#535353;}
::-webkit-scrollbar-resizer:vertical{background-color:#0054A7;}

.fadeInUp50 {
  -webkit-animation-name: fadeInUp50;
  -moz-animation-name: fadeInUp50;
  -ms-animation-name: fadeInUp50;
  animation-name: fadeInUp50;
}
@-webkit-keyframes fadeInUp50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes fadeInUp50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes fadeInUp50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft50 {
  -webkit-animation-name: fadeInLeft50;
  -moz-animation-name: fadeInLeft50;
  -ms-animation-name: fadeInLeft50;
  animation-name: fadeInLeft50;
}
@-webkit-keyframes fadeInLeft50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    -moz-transform: translate3d(-50px, 0, 0);
    -ms-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes fadeInLeft50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    -moz-transform: translate3d(-50px, 0, 0);
    -ms-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes fadeInLeft50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    -moz-transform: translate3d(-50px, 0, 0);
    -ms-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    -moz-transform: translate3d(-50px, 0, 0);
    -ms-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown50 {
  -webkit-animation-name: fadeInDown50;
  -moz-animation-name: fadeInDown50;
  -ms-animation-name: fadeInDown50;
  animation-name: fadeInDown50;
}
@-webkit-keyframes fadeInDown50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    -moz-transform: translate3d(-50px, 0, 0);
    -ms-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes fadeInDown50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    -moz-transform: translate3d(-50px, 0, 0);
    -ms-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes fadeInDown50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    -moz-transform: translate3d(-50px, 0, 0);
    -ms-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    -moz-transform: translate3d(-50px, 0, 0);
    -ms-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight50 {
  -webkit-animation-name: fadeInRight50;
  -moz-animation-name: fadeInRight50;
  -ms-animation-name: fadeInRight50;
  animation-name: fadeInRight50;
}
@-webkit-keyframes fadeInRight50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    -moz-transform: translate3d(50px, 0, 0);
    -ms-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes fadeInRight50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    -moz-transform: translate3d(50px, 0, 0);
    -ms-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes fadeInRight50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    -moz-transform: translate3d(50px, 0, 0);
    -ms-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    -moz-transform: translate3d(50px, 0, 0);
    -ms-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}


.flex{display:box;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;}
.flex_item{-webkit-box-flex: 1;-moz-box-flex: 1; -webkit-flex: 1;-ms-flex: 1;flex:1;}
.flex-row {flex-direction: row;}
.flex-col {flex-direction: column;}
.justify-center {justify-content: center;}
.justify-end {justify-content: flex-end;}
.justify-evenly {justify-content: space-evenly;}
.justify-around {justify-content: space-around;}
.justify-between {justify-content: space-between;}
.items-center {align-items: center;}
.items-end {align-items: flex-end;}


/* 头部 */
.w1200{width:95%; margin: 0 auto;}
.p-header{height:90px;position:fixed;z-index:10000;top:0;left:0;width:100%;-webkit-transition:all .4s;transition:all .4s;background:#fff}
.p-subnav{-webkit-transition:all .4s;transition:all .4s}
.p-subnav-show{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}

#language-box {width:79px; background: #fff; position: fixed; right:1%; top:70px; z-index: 9999999999; text-align: center; box-shadow: 0px 1px 10px #d3d3d3; font-size: 15px; opacity: 0; -webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;}
#language-box a { display:block; width: 100%; line-height:40px;}
#language-box a:hover { background: #2F7DD0; color: #fff;}


/*header*/
.header #shop{ float:right; height: 90px; line-height: 30px; display: flex; align-items: center; justify-content: center; color: #303030; font-size: 15px; border-left:1px solid #F6F6F6; padding-left:.34rem;}
.header #shop img { display:inline-block; margin-right: 12px;transform: rotate(45deg); animation: rotation 5s linear infinite;}
.header #shop .btn-lang{background:url(../images/icon12.png) no-repeat right center; padding-right: 17px;}
#language-box {width:79px; background: #fff; position: fixed; right:1%; top:70px; z-index: 9999999999; text-align: center; box-shadow: 0px 1px 10px #d3d3d3; font-size: 15px; opacity: 0; -webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;}
#language-box a { display:block; width: 100%; line-height:40px;}
#language-box a:hover { background: #2F7DD0; color: #fff;}
.header #shop:hover #language-box { opacity:1}
.header #shop a.yy2{ margin-right:12px;}
.header #shop a:hover {color:#2F7DD0}
@keyframes rotation {
	0% {transform: rotate(0deg);}
	100% {transform: rotate(360deg);}
}
.header .head-tel{ float: right; margin-top: 27px; border-right:1px solid #F6F6F6; padding: 0 2%; }
.header .head-tel span{font-family: Arial; font-size: 22px; display: inline-block; margin-left: 10px; color: #303030;}
.header .nav li .menu2 a.menu2ing{color: #2F7DD0;}
.header .head-tel:hover,.head .nav li:hover .top a,.head .nav li .menu2 a:hover{color: #2F7DD0;}


/*----------------------------header-----------------------------*/
.header{width:100%;height:90px;background:#fff;position:relative;z-index:5099}
.header .w1200{height:100%}
a.logo{width:auto;height:75px;float:left; margin-top: 8px;}
.nav{float:right;height:100%; height: 100%; margin-right:0;position:relative;width:725px}
.nav ul {height:100%}
.nav li{float:left;position:relative;height:100%;line-height:90px;padding:0 22px;}
.nav li a{color:#303030;font-size:16px;display:block; height:100%;}
.nav li a:hover { color: #2F7DD0;}
span.navline{position:absolute;width:20px;height:4px;background:#2F7DD0;left:22px;bottom:1px; display: none;}

.subnavbg{width:100%;height:80px;background:#d5ebff;position:absolute;left:0;top:0;-webkit-transition:all .3s;transition:all .3s; display: none}
.subnavbg.fixer{position:fixed;top:73px;left:0;z-index:100}
.subnav{position:relative; height: 100%;}
.subnav ul { height: 100%;}
.subnav li{float:left;margin-right:37px;line-height:80px;}
.subnav li a{display:block;font-size:15px;color:#666666}
.subnav li a:hover{color:#2F7DD0}
span.subnavline{position:absolute;width:52px;height:2px;background:#4957a2;left:0;bottom:0;visibility:hidden}
.headrange{position:relative;height:90px;width:100%}
.innavbg{width:100%;height:80px;background:#d5ebff;position:absolute;top:90px;left:0;display:none;z-index:50}
.innav{position:absolute;top:0;left:0;z-index:999;width:700px}
.innav dd{line-height:80px;float:left;margin:0 16px}
.innav dd a{display:block;color:#666666;font-size:15px;}
.innav .on a,.innav dd a:hover{color:#2F7DD0}
.navbg .suNav{display:none}
.sNav{height:80px}
.suNav .sNav>div{position:absolute;top:0;display:none;z-index:60}
.suNav{height:80px}
.sN1{left:44.6%}
.sN2{left:50.5%}
.sN3{left:56.5%}
.sN4{left:62.5%}
.sN5{left:68.5%}

.ina1{padding-left: 45.8%;}
.ina2{padding-left: 51.5%;}
.ina3{padding-left: 57.2%;}
.ina4{padding-left: 62.7%;}
.ina5{padding-left: 68.3%;}






.selectDate{overflow:hidden;margin-bottom:10px;margin-top:10px}.invcalendar .mod-dropdownlist{float:left;width:220px;border-color:#BFC1CF;background:#BFC1CF}.invcalendar .mod-dropdownlist .dropdown-options li.dropdown-options-focus a,.invcalendar .mod-dropdownlist .dropdown-options li.dropdown-options-focus a:hover{background:#BFC1CF}.invcalendar .mod-dropdownlist .dropdown-select .dropdown-icon{background:transparent url(../img/investor/inv-dir.jpg) no-repeat center center}.invcalendar .mod-dropdownlist .dropdown-select:hover .dropdown-icon{background:transparent url(../img/investor/inv-dir.jpg) no-repeat center center}.invcalendar .mod-dropdownlist .dropdown-select .dropdown-input{color:#5A5E7B}.invCal-today{width:86px;display:block;height:43px;line-height:43px;text-align:center;padding:0 10px;-webkit-border-radius:40px;border-radius:40px;float:left;background:#BFC1CF}.search-content{padding-bottom:20px}.search-form{width:700px;height:65px;border:20px solid #e6e6e6;overflow:hidden}.search-input{width:580px;height:25px;line-height:25px;padding:20px 20px;float:left;font-size:14px}.search-submit{width:80px;height:65px;background:#fb9000 url(../img/search/form-search.png) no-repeat center center;float:right;cursor:pointer}h5.result-title{padding-left:25px;height:50px;line-height:50px;margin:15px 0;font-size:16px;font-weight:700;color:#000}.search-content .news-list{border-top:1px solid #ccc}.lawbox{width:1110px;padding:55px 45px 45px;background:#fff;font-size:13px;line-height:24px;color:#818181;position:fixed;height:350px;top:50%;left:50%;margin-left:-600px;margin-top:-225px;z-index:120}h2.lawtitle b{font-size:20px;color:#f39801;display:block;padding-bottom:5px}h2.lawtitle i{font-size:28px;color:#f39801;display:block;font-weight:400;font-style:normal;letter-spacing:-2px}
.btn-mask-close{display:block;width:34px;height:34px;background:url(../images/btn-close.png) no-repeat;position:absolute;right:0;top:-45px}#lawmask{position:fixed;top:0;width:100%;height:100%;background-color:#000;z-index:110;display:none;filter:alpha(opacity=60);-moz-opacity:.6;opacity:.6}#topcontrol{z-index:10;display:none}.asearch-box{width:1200px;height:120px;background:#e3e3eb;padding-top:20px}.asearch-form{width:701px;height:67px;background:url(../img/search/search-bg.jpg) no-repeat;margin:0 auto 0;position:relative}.asearch-box p{width:700px;margin:0 auto;height:55px;line-height:55px;font-size:14px}.btn-asearch{display:block;border:0;width:78px;height:67px;background:0;cursor:pointer;float:right}.input-asearch{width:590px;height:20px;padding:23px 15px;line-height:20px;float:left;outline:0;border:0;font-size:13px}.asearch-list li{overflow:hidden;padding:24px 0;border-bottom:1px solid #ccc}.asearch-list .title{font-size:15px;font-weight:700;color:#666;display:block;line-height:36px}.asearch-list a:hover .title{color:#f90}.asearch-list li:last-child{border-bottom:0}.asearch-list{padding-bottom:20px}
.result_key{color:#f90;font-size:16px}
.result_count{color:#f90;padding:0 2px}
.headlink{margin-top:30px}
.subnavbg{position:static}
.stock{top:30px}
.subnavbg{position:fixed;top:90px;left:0;z-index:20}
.p-header-show{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}
.p-header.p-header-hide{-webkit-transform:translateY(-90px);-ms-transform:translateY(-90px);transform:translateY(-90px)}
.p-header{height:90px;position:fixed;z-index:10000;top:0;left:0;width:100%;-webkit-transition:all .4s;transition:all .4s;background:#fff}
.p-subnav-show{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}
.p-subnav.p-subnav-hide{-webkit-transform:translateY(-170px);-ms-transform:translateY(-170px);transform:translateY(-170px)}
.p-subnav{-webkit-transition:all .4s;transition:all .4s}
.p-subnav.subnavbg{width:100%;z-index:1000}




/*------------------mobile-----------------------*/
/*menu*/
#header2{position: fixed;top: 0;width: 100%;z-index: 99999;overflow: hidden; border-bottom:1px solid rgba(249,249,249,0.2); margin: 0 auto; background:#fff; max-width: 750px;}
#header2{font-size: 16px;font-weight: bold;color: #fff;height: 52px;}
#header2 a.navBox,.header2 a.navBox{ background: center center no-repeat transparent;
	display: block;
	width: 70px;
	height: 52px; float: right;

}
#header2 .logo{height: 52px; width:150px; float: left;}
#header2 .logo a{width: 100%; height:100%; display:flex;align-items:center; justify-content:flex-start;}
#header2 .logo img { display:block; width:auto; height:43px; margin-left:9px;}
#header2 .logo p{ font-size:14px; color:#4C4C4C; font-weight:bold; line-height:20px; border-left:1px solid #D8D8D8; padding-left:13px; margin-left:14px; }
#header2 a.yy{ height: 100%; text-align: right; display:block; float: right; font-size: 13px; color: #666; font-weight: normal;}
.burgers_box{ width:100%;height:100%}
.icon_m {height: 2px;width: 27px;top: 25px;background-color: #2F7DD0;border-radius: 20px;position: absolute;transition-duration: 0.5s;}
.icon_m:before {left: 0;position: absolute;top: -8px;height: 2px;width: 27px;background-color: #2F7DD0;content: "";border-radius: 20px;transition-duration: 0.5s;}
.icon_m:after {left: 0;position: absolute;top: 8px;height: 2px;width: 27px;background-color: #2F7DD0;content: "";border-radius: 20px;transition-duration: 0.5s;}
#header2 .menu {width: 60px;height: 52px;position: relative;transition-duration: 1s;display: block;cursor: pointer;z-index:99; float:right; padding-left:18px;}
/*.burger_lin .icon_m {transition-duration: 0.5s;transition-delay: 0.5s;}*/
.burger_lin .icon_m:after {transition: transform 0.5s, top 0.5s 0.5s;}
.burger_lin .icon_m:before {transition: transform 0.5s, top 0.5s 0.5s;}
.burger_lin.open .icon_m {transition-duration: 0.1s;transition-delay: 0.5s;background: transparent;}
.burger_lin.open .icon_m:before {transition: top 0.5s, transform 0.5s 0.5s;top: 0px;transform: rotateZ(-45deg);}
.burger_lin.open .icon_m:after {transition: top 0.4s, transform 0.5s 0.5s;top: 0px;transform: rotateZ(45deg);}
.burger_lin.cloase { display:none}
.menu_ex{position: fixed;z-index: -10;}
.iop{position: fixed;width: 100%;height: 100%;top: 0;left: 0;z-index: 1!important; }
.nav_hide{background:#fff;position: fixed;top: 52px;width: 100%;max-width:750px;height: 100%;z-index: 999999;padding-top: 20px;display: none; border-top: 1px solid #e1dede;}
.nav_hide ul li>a {
    -webkit-user-select: none;
	color:#666666;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    border-bottom: 1px solid #e1dede;
    margin: 0 25px;
    position: relative;
    display: block;
}
.nv_hide {margin: 0 25px;padding: 9px 0;border-bottom: 1px solid #e1dede;display: none;}
.nv_hide dd a{height: 35px;line-height: 35px;border-left: 1px solid #e1dede;display: block;position: relative;padding: 0 30px;color:#666666; font-size: 14px; }
.sec-line {
    position: absolute;
    height: 0;
    width: 20px;
    border-bottom: 1px solid #d7d7d7;
    left: 0;
    top: 18px;
}
.tt_hide>a{background: url(../images/ico-arr-right2.png) no-repeat center right;}




.mBanner { clear:both; width: 100%; overflow: hidden;}
.mBanner img { display:block; width: 100%; height: auto;}
.mBanner .swiper-slide { position:relative;}
.mBanner .swiper-pagination-bullet { background:#fff; opacity: 1; width: 12px; height: 12px;}
.mBanner .swiper-pagination-bullet-active { background:#2C66CE; opacity: 1;}
.mBanner .swiper-container-horizontal>.swiper-pagination-bullets { bottom:20px;}
.mBanner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet { margin:0 12px;}
.mBanner .swiper-slide .wz{ width:508px; height: 260px; position: absolute; left: 12%; bottom: 16%; z-index: 1;}
.mBanner .swiper-slide .wz img { display: block; width: 100%; height: auto;}
/* 轮播设置 */
.mBanner .swiper-slide img{transition: 1s linear 2s;}
.mBanner .swiper-slide-active img,.banner .h-banner .swiper-slide-duplicate-active img{ transition: 6s linear;}

.mBanner .swiper-slide .wzbx{ width:76%; position: absolute; left: 12%; bottom: 18%; z-index: 1; color: #fff;background: url(../images/icon14.png) no-repeat left 28px; padding-left: 62px;}
.mBanner .swiper-slide .wzbx .t1 { font-size: 60px; line-height: 80px; font-weight: bold; letter-spacing:5px; margin-bottom: 28px;}
.mBanner .swiper-slide .wzbx .t2 { font-size: 18px; line-height: 30px;}


/*banner*/
.hmFocus{padding-top:0!important;}
/*slick.css*/
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; top: 0; left: 0; display: block; margin-left: auto; margin-right: auto; }
.slick-track:before, .slick-track:after { display: table; content: ''; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { display: none; float: left; height: 100%; min-height: 1px; }
[dir='rtl'] .slick-slide { float: right; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-hidden { display: none; }
.slick-dots { position: absolute; bottom: -25px; display: block; width: 100%; padding: 0; margin: 0; list-style: none; text-align: center; }
.slick-dots li { position: relative; display: inline-block; width: 20px; height: 20px; margin: 0 5px; padding: 0; cursor: pointer; }
.slick-dots li button { font-size: 0; line-height: 0; display: block; width: 20px; height: 20px; padding: 5px; cursor: pointer; color: transparent; border: 0; outline: none; background: transparent; }
.slick-dots li button:hover, .slick-dots li button:focus { outline: none; }
.slick-dots li button:hover:before, .slick-dots li button:focus:before { opacity: 1; }
.slick-dots li button:before { font-family: 'slick'; font-size: 6px; line-height: 20px; position: absolute; top: 0; left: 0; width: 20px; height: 20px; content: '•'; text-align: center; opacity: .25; color: black; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.slick-dots li.slick-active button:before { opacity: .75; color: black; }


@-webkit-keyframes scaleBg {
	from {
		-webkit-transform:scale(1.12); transform:scale(1.12);
	}
	to{ 
		-webkit-transform: scale(1); transform: scale(1);
	}
}
@keyframes scaleBg {
	from {
		-webkit-transform:scale(1.12); transform:scale(1.12);
	}
	to{ 
		-webkit-transform: scale(1); transform: scale(1);
	}
}
.hmFocusWpr { height: 87vh; position: relative; }
.hmFocus_img { background-size: cover; width: 100%; height: 100%; background-repeat: no-repeat; background-position: center center; -webkit-transform: scale(1.12); transform: scale(1.12); }
/*banner图阴影
.hmFocus_img:after { content: ""; background: rgba(0,0,0,0.3); position: absolute; left: 0px; top: 0px; right: 0px; bottom: 0px; background-size: cover; }*/

.on .hmFocus_img { visibility: visible; -webkit-animation: scaleBg 5s linear forwards; animation: scaleBg 5s linear forwards; }

.hmFocus_item { width: 100vw; height: 87vh; position: relative; overflow: hidden; }

.hmFocus_txt { width: 76%; color: #fff; position: absolute; left: 12%; bottom:18%; /*transform: translateY(-50%);*/ z-index: 2 }

.hmFocus_txt strong { display: inline-block; margin-bottom:.28rem; font-weight: bold; font-size: .6rem; line-height: .8rem; transition: all 0.8s ease-in-out; transform: translate(150px, 0px); opacity: 0; font-weight: 100; letter-spacing: 5px; }

.hmFocus_txt strong span { font-weight: bold;background: url(../images/icon14.png) no-repeat left .27rem; padding-left: .6rem; display: block; background-size: .3rem;}

.hmFocus_txt p { transition: all 0.8s ease-in-out; transform: translate(150px, 0px); opacity: 0; font-size: .18rem; line-height: .4rem; padding-left: .6rem; }

.on .hmFocus_txt strong { opacity: 1; transform: translate(0px, 0px); transition-delay: 0.3s; }

.on .hmFocus_txt p { opacity: 1; transform: translate(0px, 0px); transition-delay: 0.5s; }

.hmNext_btn { height: 38px; width: 24px; border: 2px solid #fff; display: inline-block; position: absolute; left: 50%; bottom: 5.74vh; border-radius: 1.6em; z-index: 3; transform: translateX(-50%); }

.hmNext_btn:after { content: ""; background: #fff; height: 4px; width: 2px; margin-left: -1px; position: absolute; left: 50%; top: 7px; animation: mouseIcon 1.5s linear infinite; border-radius: 1.0em; }

.hmFocus_icon { display: inline-block; width: 60px; height: 60px; margin-top: 32px; transition: all 0.5s ease-in-out; transform: translate(0px, 30px); opacity: 0; cursor: pointer; border-radius: 50%; border: 1px solid #fff; position: relative; background: url(../images/hmfar.png) no-repeat center center; }

.hmFocus_icon img { display: none; }

.hmFocus_icon:after { content: ""; width: 60px; height: 60px; position: absolute; left: -1px; top: -1px; border-radius: 50%; border-top: 1px solid #f39800; border-left: 1px solid #f39800; animation: radiusRotate 0.5s linear infinite }

.on .hmFocus_icon { opacity: 1; transform: translate(0px, 0px); transition-delay: 0.5s; }

.hmFocus_a { transition: all 0.8s ease-in-out; transform: translate(150px, 0px); opacity: 0; margin-top: 1.97vw; }

.on .hmFocus_a { opacity: 1; transform: translate(0px, 0px); transition-delay: 0.65s; }

.hmFs_m { line-height: 60px; height: 60px; width: 160px; font-size: 18px; display: inline-block; text-align: center; letter-spacing: 1px; background: #FFF; }

.hmFs_m:hover { color: #fff; transform: translateY(-5px); box-shadow: 0 5px 8px rgba(0,0,0,0.3); background: #00419f; }

.hmFocus_dot { height: 24px; }

.hmFocus_dot span { background: url(../images/fs_di0.png) no-repeat center center; display: inline-block; height: 19px; width: 19px; background-size: cover; margin:0 13px; cursor: pointer }

.hmFocus_dot span.on { background: url(../images/fs_di.png) no-repeat center center; background-size: cover; }


.fsTools { width: 100%; height: 50px; background: none; position: absolute; left: 0; bottom:20px; z-index: 99999; text-align: center;}

.hmFsnums { font-size: 22px; color: #d9d9d9; line-height: 24px; float: right; padding-top: 43px; padding-right: 50px;display: none }

#hmfs_s1 { background-image: -webkit-gradient(linear, left 0, right 0, from(#0067ff), to(#0043a7)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }

.hmBanVideo{ position:absolute; left:0; top:0; right:0; bottom:0;}

.hmBanVideo video{z-index: 1;height: 100%;-o-object-fit: cover;object-fit: cover;-o-object-position: 50% 50%;object-position: 50% 50%;vertical-align: middle;width: 100%;}

.hmBanVideo:after{content:""; background:rgba(0,0,0,0.3); position:absolute; left:0; top:0; right:0; bottom:0;}

.hmFocus_txt a {font-size: 16px;display: inline-block;line-height: 28px;border-bottom: 1px solid #fff;margin-top: 1vw;}
.hmFocusWpr .bfBtn{display:block; margin: 0 auto; width: 81px; height: 81px; position: absolute; left: 50%; top: 50%; margin-left: -40px; margin-top: -40px; z-index: 3; opacity: 0;-webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -ms-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.hmFocusWpr .bfBtn .bf { width: 100%; height: 100%; } 
.hmFocusWpr .bfBtn .bf img{cursor: pointer; width: 81px; height: 81px; margin: 0 auto;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -ms-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
	 }
.hmFocusWpr .bfBtn .bf img:hover {
    transform: rotate(360deg) scale(1.06, 1.06);
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -ms-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.hmFocus_item_sp:hover .bfBtn{ opacity: 1;}


.video_pop video{ position: absolute; left: 0; top: 50%; transform: translateY(-50%);}
.play_box{ position: absolute; cursor: pointer; z-index: 2; color: #fff; transition: all .4s;  left: 50%; top: 50%; transform: translate(-50%,-50%); text-align: center;}
.play_box h3{ text-transform: uppercase; font-size: 36px; font-family: "en";}
.play_box h4{ font-size: 18px; font-weight: bold; margin-bottom: 20px;}
.play_box .play_bar{ display: flex; align-items: center;}
.play_box .play_bar img{ width: auto;  transition: all .4s;}
.play_box:hover .play_bar img{ transform:rotate(360deg) scale(1.1,1.1);}
.play_box .play_bar span{ display: inline-block; border-bottom:1px solid #fff; line-height: 30px; font-style: italic; margin-left: 20px;}
.video_pop{display: block; width: 100%; height: 100%; background: #000; position: fixed; left: 0; top: 0; z-index: 99999999!important; display: flex; justify-content: center; align-items: center; display: none;}
.close_btn{width: 40px; height: 40px; position: absolute; right: 1%; top: 1%; background: url(../images/colse.png) no-repeat center; z-index: 100; cursor: pointer;}
#video{width:100%; max-height: 100%;}



 @media (max-width:993px) {

.hmc1numbs li strong span { font-size: 40px; }

.hmc2layer p { display: none!important; }

.hmc2layer h4 { margin-bottom: 15px; }


}

 @media (max-width:767px) {

.hmFs_m { transform: scale(0.8); transform-origin: left center; }



.hmFocus .slick-dots { bottom: 25px; }

.hmFocus .slick-dots li button { display: none; }

.hmFocus .slick-dots li { background: rgba(255,255,255,0.6); display: inline-block; height: 8px; width: 8px; margin: 0px 6px; position: relative; border-radius: 50%; vertical-align: middle }

.hmFocus .slick-dots li.slick-active { background: #00419f }






}











.mTit { clear:both; text-align: center; font-size: 36px; color: #333333; font-weight: bold; line-height: 44px; letter-spacing: 2px; margin-bottom:.54rem;}


.home .row1{ clear:both; width: 100%; overflow: hidden; padding: 5% 0;background: url(../images/pic01.jpg) no-repeat center center; background-size: cover;}
.home .row1 .list {}
.home .row1 .list .li { width: 18.8%; height: 3.8rem; float: left; background: url(../images/pic03.png) repeat center center; overflow: hidden;margin-right: 1.5%; border: 1px solid #fff; border-radius: 3px; text-align: center;background-size: cover; -webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s; }
.home .row1 .list .li a { display:block; width: 100%; height: 100%; padding:.72rem .5rem .3rem .5rem;}
.home .row1 .list .li:last-child{ margin-right: 0}
.home .row1 .list .li .liL{ width:100%;  padding-top: .14rem}
.home .row1 .list .li .liR{ width:100%; margin-bottom: .22rem }
.home .row1 .list .li .liL .t1 { font-size:.32rem; color: #333333; line-height: .5rem; margin-bottom: .13rem; letter-spacing: 1px;}
.home .row1 .list .li .liL .t2 { font-size: .2rem; line-height: .32rem; color: #666;}
.home .row1 .list .li .liR p { width:1.2rem; height: 1.2rem; background: #fff; display: flex; align-items: center; justify-content: center; border-radius: 26px; margin: 0 auto}
.home .row1 .list .li .liR p img { display:block; margin: 0 auto; width: .75rem; height: auto;}
.home .row1 .list .li:hover { background: url(../images/pic03-on.png) repeat center center; background-size: cover;border:0; }
.home .row1 .list .li:hover .liL .t1{ color:#fff}
.home .row1 .list .li:hover .liL .t2{ color: #fff; opacity: .5;}
.home .row1 .list .li:hover .liR p{background: url(../images/pic180.png) repeat center center; background-size: cover;}


.mBtn{clear:both; width: 300px; height: 56px; line-height: 56px; border:1px solid #fff; border-radius: 8px; font-size: 16px; color: #fff;background: url(../images/icon09.png) no-repeat 93% center; -webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;}
.mBtn a { color:#fff; display: block; width: 100%; height: 100%; padding-left:.2rem;}
.mBtn:hover {background:#2F7DD0 url(../images/icon09.png) no-repeat 95% center; border:1px solid #2F7DD0;box-shadow:0 0 10px rgba(255, 255, 255, 0.2); letter-spacing: 1px;}


.home .row2{ clear:both; width: 100%; overflow: hidden; padding:1.6rem 0 2.6rem 0;background: url(../images/pic02.jpg) no-repeat center center; background-size: cover; color: #fff;}
.home .row2 .list{ padding-right: 30%;}
.home .row2 .list .t1 { font-size: 18px; opacity: .5; margin-bottom: .3rem; font-weight: bold}
.home .row2 .list .t2 { font-size: 36px; line-height: 50px; margin-bottom: .8rem}
.home .row2 .list .t3 { font-size: 16px; margin-bottom: 1.7rem; line-height: 32px;}

.home .row3{ clear:both; padding: 5% 0;}
.home .row3 .mTit { text-align:left; margin-bottom: 0;}
.home .row3 .mBtn{border:1px solid #2F7DD0;color: #2F7DD0;background: url(../images/icon10.png) no-repeat 93% center; }
.home .row3 .mBtn a { color: #2F7DD0;}
.home .row3 .titBox{ width: 100%; height:50px; display:flex; align-items: center; justify-content: space-between; margin-bottom:.52rem;}
.home .row3 .mBtn:hover a { color:#fff}
.home .row3 .mBtn:hover{background:#2F7DD0 url(../images/icon09.png) no-repeat 93% center; border:1px solid #2F7DD0;box-shadow:0 0 10px rgba(3, 107, 190, 0.2); letter-spacing: 1px;}
.row3 .list .li{ width: 32%; overflow: hidden; margin-right: 2%; float: left;}
.row3 .list .li a{ display:block; width: 100%; height: 100%;}
.row3 .list .li:last-child{margin-right:0}
.row3 .list .li .pic{width:100%; height: 3.46rem; overflow: hidden;}
.row3 .list .li .pic img{ display:block; width: 100%; height: 100%; -webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;}
.row3 .list .li .text { width:100%; padding:.3rem .28rem .36rem .28rem;border-left: 1px solid #E5E5E5;border-bottom: 1px solid #E5E5E5;border-right: 1px solid #E5E5E5;}
.row3 .list .li .text .t1 { width: 100%; font-size: .24rem; color: #303030; line-height: .4rem;overflow:hidden;text-overflow:ellipsis;white-space: nowrap; margin-bottom: .3rem; -webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s; }
.row3 .list .li .text .t2 { width: 100%; font-size: .15rem; min-height: .54rem; color: #646B70; line-height: .27rem;display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;}
.row3 .list .li .text .t3 { width: 100%; font-size: 14px; color: #A9AAAA; line-height: 24px;  font-family:Arial, "sans-serif"; font-weight: bold; margin-top: .46rem; position: relative; padding-top: 1px;}
.row3 .list .li .text .t3 p {margin-top:.2rem; width: 100%;background: url(../images/icon13.png) no-repeat right center;}
.row3 .list .li .text .t3:before{ content:''; display: block; width: 100%; height: 1px; background:#E5E5E5; position: absolute; left: 0; top: 0; z-index: 1;}
.row3 .list .li .text .t3:after{ content:''; display: block; width:0; height: 1px; background:#2F7DD0; position: absolute; left: 0; top: 0; z-index: 2; -webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s; }
.row3 .list .li:hover .pic img{ transform: scale(1.08);}
.row3 .list .li:hover .text .t1{ color:#2F7DD0}
.row3 .list .li:hover .text .t3:after{width:100%}


.home .row4{ clear:both; padding-top:2%; color: #fff; margin-bottom:9%;}
.home .row4 .mTit { text-align:left;}
.home .row4 .list {background: url(../images/pic07.jpg) no-repeat center center; background-size: cover; padding: 7% 3.5% 5% 3.5%; border-radius:8px;}
.home .row4 .list .swiper-slide .li {width:18.88%; height: 1.6rem; overflow: hidden; float: left; margin-right: 1.4%; margin-bottom: 1.4%;/*background: url(../images/pic09.png) repeat center center;*/ text-align: center; border-radius:12px; display: 
flex; align-items: center; justify-content: center;}
.home .row4 .list .swiper-slide .li:nth-child(5n){ margin-right:0;}
.home .row4 .list .swiper-slide .li img { display:block; margin: 0 auto; max-height: 100%; max-width: 100%;-webkit-transition: 1.5s;
	-moz-transition: 1.5s;
	-ms-transition: 1.5s;
	-o-transition: 1.5s;
	transition: 1.5s;}
.home .row4 .list .swiper-slide .li:hover img {transform:rotateY(360deg);}




.footer{ clear:both; width: 100%; overflow: hidden; background: #E4EBF0; padding:0 0 2% 0;}
.footer .box1 .box1L { width: 77%; float: left; border-right: 1px solid #D0DBE2; padding-top: 5%; padding-bottom:4%;}
.footer .box1 .box1R { width: 23%; float: right; text-align: center; padding-top: 5%; font-size: 14px; line-height:18px; color: #333;}
.footer .box1 .box1L .li { width: 14%; float: left;}
.footer .box1 .box1L .li2 { width: 30%;}
.footer .box1 .box1L .li .tit { font-size: 18px; color: #333333; font-weight: bold; line-height: 30px; margin-bottom: 24px;}
.footer .box1 .box1L .li .tit a { color: #333333;}
/*.footer .box1 .box1L .li .tit a:hover { color: #2F7DD0;}*/
.footer .box1 .box1L .li .tit img { display: block; width:215px; height: auto;}
.footer .box1 .box1L .li p{ font-size: 14px; color: #666666; width: 100%; margin-bottom: 8px;}
.footer .box1 .box1L .li p a { display:inline-block; height: 100%; color: #666666; position: relative; line-height: 22px;}
.footer .box1 .box1L .li p a:hover { color: #2F7DD0;}
.footer .box1 .box1L .li p a:after{ content:''; display: block; width: 100%; border-bottom: 1px solid #2F7DD0; position:absolute; left: 0; bottom: -5px;transform-origin: center center;
  transform: scale3d(0, 1, 0);
  transition: all .5s;}
.footer .box1 .box1L .li .p2 { font-size: 24px;color: #2F7DD0; line-height: 30px; font-family:Arial, "sans-serif"; margin-bottom: 22px;}
.footer .box1 .box1L .li .p3 { font-size: 16px; color: #333333; line-height: 24px;}
.footer .box1 .box1L .li2 p{margin-bottom: 4px}
.footer .box1 .box1L .li p a:hover:after { transform: none;}
.footer .box1 .box1R img { display: block;margin:0 auto;margin-bottom:7px; width: 120px; height: auto;}
.footer .box2 { clear:both; font-size: 14px; color: #888888; line-height: 28px; border-top: 1px solid #D0DBE2; padding-top:.43rem;}
.footer .box2 .ba { display:inline-block}
.footer .box2 a { color: #888888; display: inline-block; }
.footer .box2 a.a1 {background: url(../images/icon02.jpg) no-repeat left center; padding-left:10px; margin-left: 10px; }
.footer .box2 a:hover { color: #2F7DD0;}
.footer .box2 span { display: inline-block;background: url(../images/icon02.jpg) no-repeat left center; padding-left:10px; margin-left: 10px; }



.iTitle{clear:both; width: 100%; text-align: center; margin-bottom: 4%;}
.iTitle .d1 { font-size: 36px; line-height: 44px; color: #2F7DD0; text-transform:uppercase;font-family:HarmonyOsSansSCB; margin-bottom: 1px; opacity: .16;}
.iTitle .d2 { font-size: 30px; line-height: 40px; color: #333333; font-weight: bold;}
.iTitle:after { content:''; display: block; width: 40px; height: 2px; background: #2F7DD0; margin: 0 auto; margin-top: 23px;}

.iCon{clear:both; width: 100%; overflow: hidden; margin-top: 170px; padding-bottom:8%; padding-top:6%}
.iCon2{clear:both; width: 100%; overflow: hidden; margin-top: 170px;padding-top:4%}
.iCon3{clear:both; width: 100%; overflow: hidden;padding-bottom:8%; padding-top:4%}
.iCon_lx{clear:both; width: 100%; overflow: hidden;}
.iContent{clear:both;}
.iContent img { display:block; max-width: 100%; height: auto;}
#menunow{ color: #2F7DD0;}
#menunow:after{content:''; display: block; width: 28px; height: 3px; background: #2F7DD0; margin: 0 auto; position: absolute; left: 36%;bottom: 1px;} 
#menunow2{ color: #2F7DD0;}

.zzjg-wz{width:100%; font-size:.15rem; line-height: .32rem; margin-top: .4rem;}

.gsjj-div .box1 { font-size: 15px; color: #666; margin-bottom: 1%;}
.gsjj-div .box1 p{ margin-bottom: 25px;}
.gsjj-div .box1 img { display:block; margin-top: 4%;}
.gsjj-div .box1 .piclist { height: 80px;}
.gsjj-div .box1 .piclist .bx { float: left; width: 135px; margin-right: 19px;}
.gsjj-div .box1 .piclist .bx a { display:block; width: 80px; height: 100%;}
.gsjj-div .box1 .piclist .bx img { display: block; width: 100%; height: auto;-webkit-transition: 1.5s;
	-moz-transition: 1.5s;
	-ms-transition: 1.5s;
	-o-transition: 1.5s;
	transition: 1.5s;}
.gsjj-div .box2 { clear:both;}
.gsjj-div .box1 .piclist .bx1 {background: url(../images/icon48.png) no-repeat right center;}
.gsjj-div .box1 .piclist .bx2 {background: url(../images/icon48.png) no-repeat right center;}
.gsjj-div .box1 .piclist .bx img:hover{transform:rotateY(360deg);}
.gsjj-div .box2 .box2L { width: 76%; float: left; position: relative;}
.gsjj-div .box2 .box2R { width: 23%; float: right; padding-top: 14%;}
.gsjj-div .box2 .box2R .li{ margin-bottom:.38rem;}
.gsjj-div .box2 .box2R .li:nth-child(1) .li_1 { color: #2F7DD0;}
.gsjj-div .box2 .box2R .li:nth-child(2) .li_1 { color: #56ADF3;}
.gsjj-div .box2 .box2R .li:nth-child(3) .li_1 { color: #DF985E;}
.gsjj-div .box2 .box2R .li:nth-child(4) .li_1 { color: #656EC4;}
.gsjj-div .box2 .box2R .li .li_1 { font-size: 18px; line-height: 30px;  display: flex; align-items: center; justify-content: flex-start;margin-bottom: 7px;}
.gsjj-div .box2 .box2R .li .li_1 img {display:inline-block; margin-right: 12px; }
.gsjj-div .box2 .box2R .li .li_2 { font-size: 14px; color: #555; line-height: 26px;}
/*深蓝*/
@-webkit-keyframes beacon1_1 {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(3, 107, 190, 0.6);
        -moz-box-shadow: 0 0 0 0 rgba(3, 107, 190, 0.6);
        box-shadow: 0 0 0 0 rgba(3, 107, 190, 0.6);
    }
    100% {
        -webkit-box-shadow: 0 0 0 70px transparent;
        -moz-box-shadow: 0 0 0 70px transparent;
        box-shadow: 0 0 0 70px transparent;
    }
}
@-webkit-keyframes beacon1_2 {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(3, 107, 190, 0.3);
        -moz-box-shadow: 0 0 0 0 rgba(3, 107, 190, 0.3);
        box-shadow: 0 0 0 0 rgba(3, 107, 190, 0.3);
    }
    100% {
        -webkit-box-shadow: 0 0 0 85px transparent;
        -moz-box-shadow: 0 0 0 85px transparent;
        box-shadow: 0 0 0 85px transparent;
    }
}
@-webkit-keyframes beacon1_3 {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(3, 107, 190, 0.1);
        -moz-box-shadow: 0 0 0 0 rgba(3, 107, 190, 0.1);
        box-shadow: 0 0 0 0 rgba(3, 107, 190, 0.1);
    }
    100% {
        -webkit-box-shadow: 0 0 0 100px transparent;
        -moz-box-shadow: 0 0 0 100px transparent;
        box-shadow: 0 0 0 100px transparent;
    }
}
/*紫*/
@-webkit-keyframes beacon2_1 {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(101, 110, 196, 0.6);
        -moz-box-shadow: 0 0 0 0 rgba(101, 110, 196, 0.6);
        box-shadow: 0 0 0 0 rgba(101, 110, 196, 0.6);
    }
    100% {
        -webkit-box-shadow: 0 0 0 30px transparent;
        -moz-box-shadow: 0 0 0 30px transparent;
        box-shadow: 0 0 0 30px transparent;
    }
}
@-webkit-keyframes beacon2_2 {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(101, 110, 196, 0.3);
        -moz-box-shadow: 0 0 0 0 rgba(101, 110, 196, 0.3);
        box-shadow: 0 0 0 0 rgba(101, 110, 196, 0.3);
    }
    100% {
        -webkit-box-shadow: 0 0 0 45px transparent;
        -moz-box-shadow: 0 0 0 45px transparent;
        box-shadow: 0 0 0 45px transparent;
    }
}
@-webkit-keyframes beacon2_3 {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(101, 110, 196, 0.1);
        -moz-box-shadow: 0 0 0 0 rgba(101, 110, 196, 0.1);
        box-shadow: 0 0 0 0 rgba(101, 110, 196, 0.1);
    }
    100% {
        -webkit-box-shadow: 0 0 0 60px transparent;
        -moz-box-shadow: 0 0 0 60px transparent;
        box-shadow: 0 0 0 60px transparent;
    }
}
/*橙*/
@-webkit-keyframes beacon3_1 {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(223, 152, 94, 0.6);
        -moz-box-shadow: 0 0 0 0 rgba(223, 152, 94, 0.6);
        box-shadow: 0 0 0 0 rgba(223, 152, 94, 0.6);
    }
    100% {
        -webkit-box-shadow: 0 0 0 30px transparent;
        -moz-box-shadow: 0 0 0 30px transparent;
        box-shadow: 0 0 0 30px transparent;
    }
}
@-webkit-keyframes beacon3_2 {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(223, 152, 94, 0.3);
        -moz-box-shadow: 0 0 0 0 rgba(223, 152, 94, 0.3);
        box-shadow: 0 0 0 0 rgba(223, 152, 94, 0.3);
    }
    100% {
        -webkit-box-shadow: 0 0 0 45px transparent;
        -moz-box-shadow: 0 0 0 45px transparent;
        box-shadow: 0 0 0 45px transparent;
    }
}
@-webkit-keyframes beacon3_3 {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(223, 152, 94, 0.1);
        -moz-box-shadow: 0 0 0 0 rgba(223, 152, 94, 0.1);
        box-shadow: 0 0 0 0 rgba(223, 152, 94, 0.1);
    }
    100% {
        -webkit-box-shadow: 0 0 0 60px transparent;
        -moz-box-shadow: 0 0 0 60px transparent;
        box-shadow: 0 0 0 60px transparent;
    }
}
/*浅蓝*/
@-webkit-keyframes beacon4_1 {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(86, 173, 243, 0.6);
        -moz-box-shadow: 0 0 0 0 rgba(86, 173, 243, 0.6);
        box-shadow: 0 0 0 0 rgba(86, 173, 243, 0.6);
    }
    100% {
        -webkit-box-shadow: 0 0 0 30px transparent;
        -moz-box-shadow: 0 0 0 30px transparent;
        box-shadow: 0 0 0 30px transparent;
    }
}
@-webkit-keyframes beacon4_2 {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(86, 173, 243, 0.3);
        -moz-box-shadow: 0 0 0 0 rgba(86, 173, 243, 0.3);
        box-shadow: 0 0 0 0 rgba(86, 173, 243, 0.3);
    }
    100% {
        -webkit-box-shadow: 0 0 0 45px transparent;
        -moz-box-shadow: 0 0 0 45px transparent;
        box-shadow: 0 0 0 45px transparent;
    }
}
@-webkit-keyframes beacon4_3 {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(86, 173, 243, 0.1);
        -moz-box-shadow: 0 0 0 0 rgba(86, 173, 243, 0.1);
        box-shadow: 0 0 0 0 rgba(86, 173, 243, 0.1);
    }
    100% {
        -webkit-box-shadow: 0 0 0 60px transparent;
        -moz-box-shadow: 0 0 0 60px transparent;
        box-shadow: 0 0 0 60px transparent;
    }
}
.m4_2a ul li {
    cursor: pointer;
    width: 2px;
    height: 2px;
    position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; background: #2F7DD0;
}
/*深蓝*/
.m4_l1_1 {
    top: 65%;
    left: 60.5%;
    -webkit-animation: beacon1_1 1s infinite linear;
    -o-animation: beacon1_1 1s infinite linear;
    animation: beacon1_1 1s infinite linear;
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    -o-animation-delay: .5s;
    animation-delay: .5s;
}
.m4_l1_2 {
    top: 65%;
    left: 60.5%;
    -webkit-animation: beacon1_1 1.5s infinite linear;
    -o-animation: beacon1_1 1.5s infinite linear;
    animation: beacon1_1 1.5s infinite linear;
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    -o-animation-delay: .5s;
    animation-delay: .5s;
}
.m4_l1_3 {
    top: 65%;
    left: 60.5%;
    -webkit-animation: beacon1_3 2s infinite linear;
    -o-animation: beacon1_3 2s infinite linear;
    animation: beacon1_3 2s infinite linear;
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    -o-animation-delay: .5s;
    animation-delay: .5s;
}
/*浅蓝*/
.m4_l2_1 {
    top: 53%;
    right: 19.5%;
    -webkit-animation: beacon4_1 1s infinite linear;
    -o-animation: beacon4_1 1s infinite linear;
    animation: beacon4_1 1s infinite linear;
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    -o-animation-delay: .5s;
    animation-delay: .5s;
}
.m4_l2_2 {
    top: 53%;
    right: 19.5%;
    -webkit-animation: beacon4_2 1.5s infinite linear;
    -o-animation: beacon4_2 1.5s infinite linear;
    animation: beacon4_2 1.5s infinite linear;
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    -o-animation-delay: .5s;
    animation-delay: .5s;
}
.m4_l2_3 {
    top: 53%;
    right: 19.5%;
    -webkit-animation: beacon4_3 2s infinite linear;
    -o-animation: beacon4_3 2s infinite linear;
    animation: beacon4_3 2s infinite linear;
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    -o-animation-delay: .5s;
    animation-delay: .5s;
}
/*紫*/
.m4_l3_1 {
    top: 59.7%;
    right: 16.6%;
    -webkit-animation: beacon2_1 1s infinite linear;
    -o-animation: beacon2_1 1s infinite linear;
    animation: beacon2_1 1s infinite linear;
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    -o-animation-delay: .5s;
    animation-delay: .5s;
}
.m4_l3_2 {
    top: 59.7%;
    right: 16.6%;
    -webkit-animation: beacon2_2 1.5s infinite linear;
    -o-animation: beacon2_2 1.5s infinite linear;
    animation: beacon2_2 1.5s infinite linear;
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    -o-animation-delay: .5s;
    animation-delay: .5s;
}
.m4_l3_3 {
    top: 59.7%;
    right: 16.6%;
    -webkit-animation: beacon2_3 2s infinite linear;
    -o-animation: beacon2_3 2s infinite linear;
    animation: beacon2_3 2s infinite linear;
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    -o-animation-delay: .5s;
    animation-delay: .5s;
}
/*橙*/
.m4_l4_1 {
    bottom: 20%;
    right: 14%;
    -webkit-animation: beacon3_1 1s infinite linear;
    -o-animation: beacon3_1 1s infinite linear;
    animation: beacon3_1 1s infinite linear;
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    -o-animation-delay: .5s;
    animation-delay: .5s;
}
.m4_l4_2 {
    bottom: 20%;
    right: 14%;
    -webkit-animation: beacon3_2 1.5s infinite linear;
    -o-animation: beacon3_2 1.5s infinite linear;
    animation: beacon3_2 1.5s infinite linear;
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    -o-animation-delay: .5s;
    animation-delay: .5s;
}
.m4_l4_3 {
    bottom: 20%;
    right: 14%;
    -webkit-animation: beacon3_3 2s infinite linear;
    -o-animation: beacon3_3 2s infinite linear;
    animation: beacon3_3 2s infinite linear;
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    -o-animation-delay: .5s;
    animation-delay: .5s;
}


































.contact .iCon{margin-top:0;padding-bottom:0;}
.lxwm-div{ width: 100%; background: #F6F6F6; padding-top: 5%;}
.lxwm-div .tit { font-size: .5rem; line-height: .6rem; color: #2F7DD0; font-weight: bold; margin-bottom: 3%;}
.lxwm-div .box{ width: 100%;}
.lxwm-div #lx_qh{ height: 300px; margin-bottom: .7rem;}
.lxwm-div #lx_qh ul{height:100%;}
.lxwm-div #lx_qh ul li { border: 1px solid #CCCCCC; width: 23.5%; float: left; height: 100%; padding:.42rem .3rem; margin-right: 2%; color: #333; cursor: pointer; -webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;}
.lxwm-div #lx_qh ul li:last-child{margin-right: 0;}
.lxwm-div #lx_qh ul li .li_1 { font-size: 24px; line-height: 30px; margin-bottom: 20px; -webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;}
.lxwm-div #lx_qh ul li .li_2 { font-size: 15px; line-height: 24px; color: #888; margin-bottom: 3px; -webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;}
.lxwm-div #lx_qh ul li .li_3 { font-size: 15px; line-height: 24px; margin-bottom: 17px; -webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;}
.lxwm-div #lx_qh ul li.act { background: url(../images/pic193.jpg) no-repeat center center; background-size:cover; color: #fff; border: 0;}
.lxwm-div #lx_qh ul li.act .li_1 {color: #fff;}
.lxwm-div #lx_qh ul li.act .li_2 {color: #fff; opacity: .7;}
.lxwm-div #lx_qh ul li.act .li_3 {color: #fff;}
.lxwm-div #lx_qh ul li .dh{display:none}
#lx_container{position:relative; height: 6rem;}
#lx_container .tab {opacity: 0; width: 100%; overflow: hidden; height: 100%; position: absolute; left: 0; top: 0;}


.news-top{ background: #F7F8FA; padding: 5% 0; margin-bottom: 3%;}
.news-top a { display:block; height: 5rem;}
.news-top .L{ width: 47%; height: 100%; float: left; overflow:hidden;}
.news-top .R{ width: 48%; height: 100%; float: right; padding-top: .14rem; position: relative;}
.news-top .L img { display:block; width: 100%; height: 100%; -webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;}
.news-top .R .t1 { font-size:24px; line-height: 30px; color: #2F7DD0;font-family:DINBold; margin-bottom: .26rem;}
.news-top .R .t2 { font-size:36px; line-height: 50px; color: #333333; margin-bottom: .34rem;}
.news-top .R .t3 { font-size:18px; line-height: 36px; color: #666666;display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;}
.news-top .R .t4 {width:100%; height: .8rem; line-height: .8rem; position: absolute; right: 0; bottom: 0;background: #E4EBF0 url(../images/icon19.png) no-repeat center center; background-size: .42rem; -webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;}
.news-top:hover .L img { transform: scale(1.08);}
.news-top:hover .R .t4{background: #2F7DD0 url(../images/icon19-on.png) no-repeat center center; background-size: .42rem;}


.news-list .li { border-bottom: 1px solid #D8D8D8; padding-bottom: .6rem; margin-bottom: .6rem;}
.news-list .li a { display: block; width: 100%; height: 3.2rem;}
.news-list .li .liL { width: 30%; height: 100%; float: left; overflow: hidden;}
.news-list .li .liR { width: 66%; height: 100%; float: right; padding-top: .13rem;}
.news-list .li .liL img { display: block; width: 100%; height: 100%; -webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;}
.news-list .li .liR .t1 { font-size: .18rem; line-height: .3rem; color: #999999; margin-bottom: .22rem;font-family:DINBold;}
.news-list .li .liR .t2 { font-size: .3rem; line-height: .4rem; color: #333333; margin-bottom: .16rem;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s; }
.news-list .li .liR .t3 { font-size: .16rem; line-height: .3rem; color: #666666; min-height: 1.5rem;}
.news-list .li .liR .t4 { font-size: .16rem; display: flex; align-items: center; justify-content: flex-start;-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;}
.news-list .li .liR .t4 img { display:block; margin-left: 11px;-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;}
.news-list .li:hover .liL img { transform: scale(1.08);}
.news-list .li:hover .liR .t2{ color:#2F7DD0}
.news-list .li:hover .liR .t4{ color:#2F7DD0}
.news-list .li:hover .liR .t4 img{ margin-left: 15px;}


.fy{ clear:both; margin:0 auto; margin-top:20px; font-size:14px; text-align: center; line-height: 30px;}
.fy b{ display:inline-block; width:30px; height:30px; background:#E4F1FA; line-height:30px; margin:0 4px; color:#2F7DD0; font-weight:100; text-align:center; border:1px solid #2F7DD0}
.fy a{ display:inline-block; padding:0 10px;height:30px; text-align:center; line-height:30px;margin:0 4px; font-size:14px; background:none; border:1px solid #E4E4E4;}


.news-con { width:1100px; margin: 0 auto;}
.news-tit{ text-align: center; font-size: .28rem; font-weight: bold; margin-top: 4%; margin-bottom: 10px; line-height: .4rem;}
.news-time{ font-size: 13px; color: #888; text-align: center; border-bottom: 1px solid #eee; padding-bottom: 10px; margin-bottom: 4%; line-height: 24px;}
.news-text{ font-size: 16px; line-height: 32px;}
.news-text img { display: block; margin: 0 auto;max-width: 100%; height: auto!important; margin-bottom: 10px;}
.news-text video { display: block; max-width: 100%; height: auto!important; margin: 0 auto;margin-bottom: 10px;}
.news-text p { margin-bottom:10px;}




.bghj-list .detail-title{margin-top: 0.6rem;}
.bghj-list .detail-title h1{font-size: 0.5rem; font-family: 'dincond'; text-transform: uppercase; color: #5A5A5A;}
.bghj-list .imgstore{ position: relative; height:9.72rem;}
.bghj-list .gallery-top .swiper-slide .img{ width: 100%; height:8rem;position: relative;}
.bghj-list .gallery-top .swiper-slide .img img{object-fit: contain !important; position: absolute; left: 0; top: 0; z-index: 2; width: 100%; height: 100%; object-fit: cover;}
.bghj-list .nav-swiper{position: absolute; left: 0; bottom: 0; z-index: 1; width: 100%; height: 1.55rem;}
.bghj-list .nav-swiper .swiper-slide{cursor: pointer;}
.bghj-list .nav-swiper .swiper-slide .img{width: 100%; height:1.55rem; position: relative;}
.bghj-list .nav-swiper .swiper-slide .img::after{content: ""; position: absolute; left: 0; top: 0; z-index: 2; display: block; font-size: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, .4);transition:all 0.35s;-moz-transition:all 0.35s;-webkit-transition:all 0.35s;-o-transition:all 0.35s;}
.bghj-list .nav-swiper .swiper-slide.swiper-slide-thumb-active .img::after{background: rgba(0,0,0,0);}
.bghj-list .nav-swiper .swiper-slide .img img{position: absolute; left: 0; top: 0; z-index: 1; width: 100%; height: 100%; object-fit: cover;}
.bghj-list .swiper{
	--swiper-theme-color: #2F4DA0;/* 设置Swiper风格 */
	--swiper-preloader-color: #6182DE;/* 单独设置预加载圆圈的颜色 */
}
.bghj-list .swiper-button-prev{background: url(../images/icon23.png) repeat center center; width: 60px; height: 60px; border-radius: 50%; display: flex; align-items: center; justify-content: center; left: 6%;-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;}
.bghj-list .swiper-button-next{background: url(../images/icon23.png) repeat center center; width: 60px; height: 60px; border-radius: 50%; display: flex; align-items: center; justify-content: center; right: 6%;-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;}
.bghj-list .swiper-button-prev:hover {background:#2F7DD0}
.bghj-list .swiper-button-next:hover {background:#2F7DD0}

.bghj-list-m .li{margin-bottom:10px;}
.bghj-list-m .li img{ display:block; width: 100%; height: auto;}


.fldy-div{ height: 8.4rem; background: url(../images/pic23.png) no-repeat center center; background-size:auto 100%; position: relative;}
.fldy-div .zuanz{ width: 3.86rem; height: 3.94rem; position: absolute; left: 50%; top: 50%; margin-top: -1.97rem; margin-left: -1.93rem; z-index: 2;}
.fldy-div .zuanz img { display: block; width: 100%; height: 100%;transform: rotate(45deg); animation: rotation2 10s linear infinite;}
@keyframes rotation2 {
	0% {transform: rotate(0deg);}
	100% {transform: rotate(180deg);}
}
.fldy-div .li { width: 5.3rem; position: absolute;}
.fldy-div .li .li_1{ width: 3.9rem;}
.fldy-div .li .li_1 .t1{ height: .6rem; line-height: .6rem; color: #fff; text-align: center; margin-bottom: .2rem; display: flex; align-items: flex-end;}
.fldy-div .li .li_1 .t1 .sp1 { width: 1.8rem; font-size: .2rem;}
.fldy-div .li .li_1 .t1 .sp2 { width: 109px; height: 100%; border-bottom:1px solid #495FD6;}
.fldy-div .li .li_1 .t2{ width: 100%; font-size: .15rem; line-height: .3rem; color: #666666;  }
.fldy-div .li .li_2{ width: 1.4rem; height: 1.4rem;}
.fldy-div .liL .li_1{ float: left}
.fldy-div .liL .li_2{ float: right;}
.fldy-div .li1 { left: 10.5%; top: 7%;}
.fldy-div .li2 { left: .11rem; top: 40%;}
.fldy-div .li3 { left: 9.6%; top: 75%;}
.fldy-div .li4 { right: 9.4%; top: 7%;}
.fldy-div .li5 { right: .11rem; top: 40%;}
.fldy-div .li6 { right: 10.2%; top:75.5%;}
.fldy-div .liR .li_1{ float: right}
.fldy-div .liR .li_2{ float: left;}
.fldy-div .liL {text-align: right;}
.fldy-div .liR {text-align: left;}

.fldy-div .liL .li_1 .t1 .sp1 { background: url(../images/pic32.png) no-repeat center center; background-size:100%;}
.fldy-div .liR .li_1 .t1 .sp1 { background: url(../images/pic33.png) no-repeat center center; background-size:100%;}
.fldy-div .liL .li_1 .t1{ justify-content: flex-end}
.fldy-div .liL .li_1 .t2{padding-right: 35%;}
.fldy-div .liR .li_1 .t2{padding-left: 35%;}




.service{background:#F7F8FA}
.jstd-div .d1{ font-size: 16px; color: #666666; line-height:32px; margin-bottom: 5%; text-align: justify;}
.jstd-div .d2{clear:both; width: 100%; margin: 0 auto;height: 592px; background: url(../images/icon49_5.png) no-repeat center center; position: relative;}
.jstd-div .d3 img { display:block; margin: 0 auto;}
.jstd-div .d2 .d2_1{ float: left; height: 100%; margin-right: 20px; padding-top: 26px; position: absolute; left: 0; top: 0;z-index: 2;}
.jstd-div .d2 .d2_2{ height: 100%; display: flex; align-items: center; position: absolute; left: 250px; top: 0;z-index: 2;}
.jstd-div .d2 .d2C_logo{ width: 314px; height: 314pxpx; position: absolute; left: 50%; top: 50%; z-index: 3; margin-left: -157px; margin-top: -157px; display: flex; align-items: center; justify-content: center;}
.jstd-div .d2 .d2C_yuan{ height:572px; width: 572px; background: url(../images/icon49_7.png) no-repeat center center; position: absolute; left: 50%; top: 50%; z-index: 1; margin-left: -286px; margin-top: -286px; display: flex; align-items: center;transform: rotate(45deg); animation: rotation3 10s linear infinite;}

.jstd-div .d2 .d2_3{ height: 100%; display: flex; align-items: center; position: absolute; right:250px; top: 0;z-index: 2;}
.jstd-div .d2 .d2_4{ height: 100%; padding-top: 26px; position: absolute; right: 0; top: 0;z-index: 2;}

@keyframes rotation3 {
	0% {transform: rotate(0deg);}
	100% {transform: rotate(180deg);}
}


.jsfw-div .list { margin-bottom: 5%;}
.jsfw-div .list .listL { width: 63%; height: 6.4rem; float: left; overflow: hidden;}
.jsfw-div .list .listR { width: 37%; float: right; padding: 2% 1.4rem 0 7%;}
.jsfw-div .list:nth-of-type(odd) .listL{float: right;}
.jsfw-div .list:nth-of-type(odd) .listR{float: left;}
.jsfw-div .d1 img {display:block; width: 75px; height: auto; margin-bottom: .34rem}
.jsfw-div .d1 span {display:block; width: 100%; font-size: 24px; line-height: 30px; color: #333333; margin-bottom: .2rem;}
.jsfw-div .d2 { font-size: 15px; color: #666666; line-height: 30px; text-align: justify;}
.jsfw-div .list .listL img { display:block; width: 100%; height: auto;animation: 8s slidebg-image-animate-type-first infinite;}
@keyframes slidebg-image-animate-type-first {
    from {
        transform: scale(1);
        transform-origin: center;
        opacity: .6
    }
    to {
        transform: scale(1.2);
        transform-origin: center;
        opacity: 1
    }
}
/*切换*/
.jsfw-div #banner02{ margin-bottom:5%}
.jsfw-div #banner03{ margin-bottom:5%}
.jsfw-div #banner04{ margin-bottom:5%}
.jsfw-div #banner05{ margin-bottom:5%}
.jsfw-div #banner06{ margin-bottom:5%}
header{display:block}
.col-8 { position: relative; width: 100%; padding-right: 15px; padding-left: 15px; -ms-flex:0 0 63%;flex:0 0 63%;max-width:63%;}
.col-4 { position: relative; width: 100%; -ms-flex:0 0 37%;flex:0 0 37%;max-width:37%; padding: 2% 1.4rem 0 7%;}
.slow-move-header {
    height:6.4rem;
    background-size: cover;
    background-position: center;
    padding-top: 0;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.slow-move-header .header-content {
    height: 100%;
    position: relative;
    padding: 0; overflow: hidden;
}
.slow-move-header .header-content video {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.slow-move-header .header-content .slidetitle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
}
.slow-move-header .header-content .slidetitle-image {
    width: 100%;
    height: auto;
}

.slow-move-header .header-content img.slidebg-image {
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    object-fit: cover;
}
        
@keyframes slidebg-image-fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes slidebg-image-animate-type-first {
    0% {
        transform: scale(1.4);
        transform-origin: center;
    }
    100% {
        transform: scale(1);
        transform-origin: center;
    }
}
@keyframes slidebg-image-animate-type-0 {
    0% {
        transform: scale(1.3);
        transform-origin: center;
    }
    100% {
        transform: scale(1);
        transform-origin: center;
    }
}
@keyframes slidebg-image-animate-type-1 {
    0% {
        transform: scale(1.3);
        transform-origin: top right;
    }
    100% {
        transform: scale(1);
        transform-origin: top right;
    }
}
@keyframes slidebg-image-animate-type-2 {
    0% {
        transform: scale(1.2);
        transform-origin: bottom left;
    }
    100% {
        transform: scale(1);
        transform-origin: bottom left;
    }
}
.slow-move-header .header-content .first {
    animation: 8s slidebg-image-animate-type-first linear;
}
.slow-move-header .header-content .animate-type-0 {
    animation: 3s slidebg-image-fade-in ease, 8s slidebg-image-animate-type-0 linear;
}
.slow-move-header .header-content .animate-type-1 {
    animation: 3s slidebg-image-fade-in ease, 8s slidebg-image-animate-type-1 linear;
}
.slow-move-header .header-content .animate-type-2 {
    animation: 3s slidebg-image-fade-in ease, 8s slidebg-image-animate-type-2 linear;
}

@keyframes move-l2r {
    0% {
        transform: scale(1.1);
        transform: translate(-10%, 0);
    }
    100% {
        transform: scale(1.1);
        transform: translate(0, 0);
    }
}

.l2r.slow-move-header .header-content .first {
    animation: 3s slidebg-image-fade-in ease;
}
.l2r.slow-move-header .header-content .animate-type-0 {
    animation: 3s slidebg-image-fade-in ease, 8s move-l2r linear;
}
.l2r.slow-move-header .header-content .animate-type-1 {
    animation: 3s slidebg-image-fade-in ease, 8s move-l2r linear;
}
.l2r.slow-move-header .header-content .animate-type-2 {
    animation: 3s slidebg-image-fade-in ease, 8s move-l2r linear;
}
.l2r.slow-move-header .header-content img.slidebg-image {
    object-fit: fill;
}

.slow-move-header .header-content p {
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 6px;
}
.slow-move-header .header-content span {
    animation: bounce 2s infinite both;
    width: 26px;
    height: 26px;
}

.slow-move-header .header-content .slidetitle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 90%;
}
.over-bg {
    height: inherit;
    top: 0;
    position: absolute;
    
}

.over-bg.left {
    left: 0;
}

.over-bg.right {
    right: 0;
}

.header-logo img{
    width: 150px;
}
.content_area {
    position: relative;
}

.right {
    float: right;
}
.left {
    float: left;
}
.select_year {
    max-width: 300px; 
    margin: 10px 0;
}
.fin_table_unit {

}
.fin_table_memo {

}
.left {
    text-align: left;
}
.center {
    text-align: center;
}
.right {
    text-align: right;
}
.slow-move-header {
    opacity: 0;
    margin-top: 0;
}
.slow-move-header:first-of-type {
    opacity: 1;
    margin-top: 0;
}
.position-absolute {
    position: relative !important;
}
@media (min-width:992px) and (max-width:1199px) {
    .image-set-4 .img-thumbnail {
        height: 220px;
    }

    .image-set-6 .img-thumbnail {
        height: 160px;
    }

    .image-set-8 .img-thumbnail {
        height: 150px;
    }

    .header-logo img{
        width: 110px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .image-set-4 .img-thumbnail {
        height: 200px;
    }

    .image-set-6 .img-thumbnail {
        height: 160px;
    }

    .image-set-8 .img-thumbnail {
        height: 150px;
    }
}

@media only screen and (min-width: 768px) {
    .slow-move-header .header-content .slidetitle {
        width: 64%;
    }

}

@media (max-width: 991px) {
    #header .header-nav-main nav {
        margin-top: 0;
    }
    .header-row #top-nav {
       display: none;
    }
}

@media (max-width:768px) {
    .image-set-4 .img-thumbnail {
        height: 160px;
    }

    .image-set-6 .img-thumbnail {
        height: 120px;
    }

    .image-set-8 .img-thumbnail {
        height: 110px;
    }
    .col-4,.col-6,.col-8 {
        max-width: 100%;
    }
    .over-bg.col-4,.over-bg.col-6,.over-bg.col-8 {
        width: 100%;
        max-width: 100%;
        position: relative;
        padding:6% 4% 3% 4%;
        height: max-content;
        z-index: 1;
    }
    .slow-move-header {
        height: auto;
    }
    .slow-move-header .header-content {
        height: 6.4rem;
        float:inherit;
    }
    .container .slow-move-header .header-content img.slidebg-image {
        position: relative;
        height: auto !important;
        inset: auto !important;
    }
    .container .slow-move-header.over-pic {
        overflow: hidden;
    }
    .container .slow-move-header {
        height: auto !important;
    }
    .container .slow-move-header .header-content {
        height: auto !important;
    }
    
}



.yrln-div .box1 { margin-bottom: 4%;}
.yrln-div .box1 .d1 { font-size: 20px; line-height: 30px; color: #2F7DD0; margin-bottom: 20px; font-weight: bold;}
.yrln-div .box1 .d2 { font-size: 15px; line-height: 30px; color: #666666; text-align: justify;}
.yrln-div .box2 { clear:both; width: 100%; position: relative;}
.yrln-div .box2 .tp { display:block; width: 100%; height: auto;}
.yrln-div .box2 .text{ width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 2; text-align: center; color: #fff; padding-top: 7%;}
.yrln-div .box2 .text .t1 { font-size: 30px; line-height: 40px; margin-bottom: 25px;}
.yrln-div .box2 .text .t2 { font-size: 20px; line-height: 30px;}
.yrln-div .box2 .line1{ width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1;}
.yrln-div .box2 .line1 img { display:block; margin: 0 auto; height: 5rem; width: auto;}
 

.hzhb-div { position:relative;}
.hzhb-div .swiper{ height:6rem; width: 90%; margin: 0 auto; position: static}
.hzhb-div .swiper-slide {
        text-align: center;
        font-size: 20px;
        background: #fff; color: #333333;
        height: calc((100% - 30px) / 2);
      }
.hzhb-div .swiper-slide .wz{background: url(../images/icon32.png) no-repeat top center; padding-top: 36px; }
.hzhb-div .swiper-slide .pic { width: 100%;height:1.6rem; display: flex; align-items: center; justify-content: center; margin-bottom: 10px;}
.hzhb-div .swiper-slide .pic img {
        display: block;
        max-width: 100%;
        max-height:100%;
    margin: 0 auto; -webkit-transition: 1s;
	-moz-transition: 1s;
	-ms-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
      }
.hzhb-div .swiper-slide:hover .pic img{transform:rotateY(360deg);}
.hzhb-div .swiper-button-prev:after{ display: none}
.hzhb-div .swiper-button-next:after{ display: none}
.hzhb-div .swiper-button-prev{ background: url(../images/icon30.png) no-repeat center center; background-size:cover; width: 64px; height: 64px; left: 3%; -webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;}
.hzhb-div .swiper-button-next{ background: url(../images/icon31.png) no-repeat center center; background-size:cover; width: 64px; height: 64px; right: 3%; -webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;}
.hzhb-div .swiper-button-prev:hover{ackground: url(../images/icon30-on.png) no-repeat center center; background-size:cover;}
.hzhb-div .swiper-button-next:hover{ackground: url(../images/icon31-on.png) no-repeat center center; background-size:cover;}
/*mobile*/
.hzhb-div-m{width:90%; margin: 0 auto;}
.hzhb-div-m .lib{ width: 16%; height: 2.7rem; margin: 0 2%; float: left; text-align: center; }
.hzhb-div-m .lib .pic{ height:1.4rem; width: 100%; display: flex; align-items: center; justify-content: center;}
.hzhb-div-m .lib img { display:block; margin: 0 auto; max-height:100%; max-width: 90%; -webkit-transition: 1.2s;
	-moz-transition: 1.2s;
	-ms-transition: 1.2s;
	-o-transition: 1.2s;
	transition: 1.2s;}
.hzhb-div-m .lib .wz { background:url(../images/icon32.png) no-repeat top center; padding-top:20px;font-size: 20px; line-height: .5rem;}
.hzhb-div-m .lib:hover img {transform:rotateY(360deg);}


.cp-list .li { width: 31.3333%; height: 6rem; margin:1%; float: left; overflow: hidden; background: #fff;-moz-box-shadow:0px 1px 16px 2px #eff0f2; -webkit-box-shadow:0px 1px 16px 2px #eff0f2; box-shadow:0px 1px 16px 2px #eff0f2;}
.cp-list .li a { display:block; width: 100%; height: 100%; padding: .28rem;}
.cp-list .li .pic{ width: 100%; height: 3rem; overflow: hidden; margin-bottom: .35rem; display: flex; align-items: center; justify-content: center;}
.cp-list .li .pic img{ display:block; max-width: 100%; max-height: 100%; -webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;}
.cp-list .li .d1 { width: 100%; font-size: .24rem; font-weight: bold; color: #333333; line-height: .3rem;overflow:hidden;text-overflow:ellipsis;white-space: nowrap; margin-bottom: .22rem;background: url(../images/icon33.png) no-repeat bottom center; background-size:100%; padding-bottom: .28rem; -webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s; }
.cp-list .li .d2 { width: 100%; font-size: .15rem; color: #666666; line-height: .29rem;display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden; margin-bottom: .34rem;
}
.cp-list .li .d3 { display: inline-block;color:#2F7DD0; font-size: 14px; line-height: 22px;background: url(../images/icon34.png) no-repeat 95% center; padding-right: 20px; -webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;}
.cp-list .li:hover .pic img { transform: scale(1.08);}
.cp-list .li:hover .d1{ color:#2F7DD0; }
.cp-list .li:hover .d3{background: url(../images/icon34.png) no-repeat 100% center;  }


.cp-con .L{ width: 68%; float: left; background: #fff; padding:.6rem .8rem 1rem .8rem;-moz-box-shadow:0px 1px 16px 2px #eff0f2; -webkit-box-shadow:0px 1px 16px 2px #eff0f2; box-shadow:0px 1px 16px 2px #eff0f2;}
.cp-con .R{ width: 30%; float: right; background: #fff; padding:.34rem .46rem .8rem .46rem;-moz-box-shadow:0px 1px 16px 2px #eff0f2; -webkit-box-shadow:0px 1px 16px 2px #eff0f2; box-shadow:0px 1px 16px 2px #eff0f2;}
.cp-con .L .d1 { font-size:.36rem; line-height:.52rem; color: #333; font-weight: bold; margin-bottom: .36rem;}
.cp-con .L .d2 img{display:block; width: 100%; height: auto; margin-bottom: .26rem;}
.cp-con .L .d3 { font-size:18px; line-height: 32px; color: #666; }
.cp-con .R .d1{ font-size: .24rem; line-height: .4rem; color: #333; font-weight: bold; margin-bottom: 20px; display: flex; align-items: center; justify-content: flex-start;}
.cp-con .R .d1 img { width: .23rem; height: auto;margin-right:.13rem;}
.cp-con .R .d2 .li { margin-bottom: .2rem; border-bottom: 1px solid #D8D8D8; padding-bottom: .2rem;}
.cp-con .R .d2 .li a{display:block; width: 100%; height: .92rem;}
.cp-con .R .d2 .li .liL { width: 36%; height: 100%; float: left;}
.cp-con .R .d2 .li .liR { width: 58%; height: 100%; float: right;}
.cp-con .R .d2 .li .liR .t1 { width: 100%; font-size: .18rem; color: #333; line-height: .32rem; margin-bottom: .08rem;overflow:hidden;text-overflow:ellipsis;white-space: nowrap; }
.cp-con .R .d2 .li .liR .t2 { font-size: 14px; color: #666; line-height: 21px;display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp:2;
overflow: hidden;
}
.cp-con .R .d2 .li .liL img{ display:block; width: 100%; height: 100%;}


.honner-nav { margin-bottom: 4%;}
.honner-nav .L { width: 50%; float: left;}
.honner-nav .R { width: 50%; float: right; display: flex; align-items: center; justify-content: flex-end; padding-top:.3rem;}
.honner-nav .iTitle{ text-align:left;}
.honner-nav .iTitle:after{ margin: inherit; margin-top: 23px;}
.honner-nav .R a { display:inline-block; width: 1.4rem; height: .64rem; line-height: .64rem; text-align: center; border: 1px solid #DBDBDB; margin-left: 10px; color: #646B70; font-size: 16px;}
#honnernav { background: url(../images/pic191.png) no-repeat center center; background-size:cover; color: #fff; border: 0;}

.honner-list { clear:both; position: relative; text-align: center;}

/*无切换排版*/
.honner-list .swiper-slide{ width:25%; float: left; height: 3.8rem;text-align: center;}
/*无切换排版*/
.honner-list .swiper-container{ height:auto; width: 81%; margin: 0 auto; position: static}
/*.honner-list .swiper-slide {
        text-align: center;
        background: #fff; color: #333333;
        height: calc((100% - 30px) / 2);
      }*/
.honner-list .swiper-slide .wz{ width: 74%; margin: 0 auto;font-size: 15px; color: #666666; line-height: 22px; text-align: center;}
.honner-list .swiper-slide .pic { width: 100%;height:1.9rem; margin-bottom: 10px; overflow: hidden;}
.honner-list .swiper-slide img {
        display: block;
        width: 2.7rem;
        height:100%; margin: 0 auto; cursor: pointer;
      }
.honner-list .swiper-slide .wz2 { font-size: 20px; color: #2F7DD0; line-height: 28px; font-weight: bold;background: url(../images/icon35.png) no-repeat top center; padding-top: 30px; background-size: 1.6rem; margin-bottom: .06rem;}
.honner-list2 .swiper-slide .wz2{display:none}
.honner-list .swiper-button-prev:after{ display: none}
.honner-list .swiper-button-next:after{ display: none}
.honner-list .swiper-button-prev{ background: url(../images/icon30.png) no-repeat center center; background-size:cover; width: .64rem; height: .64rem; left: 4%; top: 38%; -webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;}
.honner-list .swiper-button-next{ background: url(../images/icon31.png) no-repeat center center; background-size:cover; width: .64rem; height: .64rem; right: 4%; top: 38%; -webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;}
.honner-list .swiper-button-prev:hover{ background: url(../images/icon30-on.png) no-repeat center center; background-size:cover;}
.honner-list .swiper-button-next:hover{ background: url(../images/icon31-on.png) no-repeat center center; background-size:cover;}
#lightbox_mask {
      display: none;
      position: fixed;
      z-index: 99999;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, .7);
    }
    #lightbox_popup {
      display: none;
      position: fixed;
      z-index: 991000;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
    }
    #lightbox_popup .pic-view {
      position: absolute;
      top: 10%;
      left: 25%;
      width: 50%;
      height: 80%;
      text-align: center; z-index: 99999999;
    }
    #lightbox_popup .pic-view .pic {
      max-width: 100%;
      max-height: 100%;
    }
    #lightbox_popup .btn-view .btn {
      position: absolute;
      width: 40px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      font-size: 24px;
      text-decoration: none;
      border-radius: 32px;
      background-color: #000;
      opacity: .4;
      color: #fff;
      z-index: 99999999;
      transition: all .3s;
    }
    #lightbox_popup .btn-view .btn:hover {
      opacity: 1;
      transform: scale(1.4);
    }
    #lightbox_popup .btn-view .btn-prev {
      left: 10px;
      top: 47%;
    }
    #lightbox_popup .btn-view .btn-next {
      right: 10px;
      top: 47%;
    }
    #lightbox_popup .btn-view .btn-close {
      right: 10px;
      top: 10px;
    }
    #lightbox_popup .caption-view {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 38px;
      background-color: rgba(0, 0, 0, .7);
      text-align: center;
    }
    #lightbox_popup .caption-view p {
      line-height: 38px;
      color: #fff;
    }

.honner-list2 .swiper-button-prev{  top: 42%;}
.honner-list2 .swiper-button-next{ top: 42%; }


.honner-list2 .swiper-container{ height:9.3rem;}
.honner-list2 .swiper-slide .pic { height:3.5rem;}

.honner-list .lib{width:44%;text-align: center; float: left; font-size: .28rem; line-height: .5rem; margin-left: 3%; margin-right: 3%;}
.honner-list1 .lib{ height: 4.3rem;}
.honner-list2 .lib{ height: 5.8rem;}
.honner-list .lib .pic{margin-bottom:.18rem;}
.honner-list .lib .pic img { display:block; width: 100%;}
.honner-list1 .lib .pic img { height: 2.1rem;}
.honner-list2 .lib .pic img { height: 4.44rem;}
.honner-list .wz2{color:#2F7DD0; font-size: .3rem; line-height: .6rem; font-weight: bold; }
.honner-list .wz{color:#666666; font-size: .26rem; line-height: .4rem;}
.honner-list1 .wz2{ background: url(../images/icon35_m.png) no-repeat top center; background-size: 1.72rem; padding-top: .2rem;}
.honner-list2 .wz{ background: url(../images/icon35_m.png) no-repeat top center; background-size: 1.72rem; padding-top: .28rem;}


.qywh-div{ width: 100%; height: 9rem; position: relative;}
.qywh-div .hd { width: 84%; height: 60px; position: absolute; left: 8%; bottom: 6%; z-index:2;}
.qywh-div .hd ul li { width: 15%; height: 100%; float: left; color: #fff; opacity: .4; font-size: 18px; font-weight: bold; border-top:1px solid  rgba(255,255,255,0.5); margin-right: 3%; padding-top: 22px; cursor: pointer; -webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;}
.qywh-div .hd ul li.on { opacity:1;border-top:2px solid  rgba(255,255,255,0.5);}
.qywh-div .whBox{ width: 100%;background: #16487E;}
.qywh-div .whBox img {display:block; width: 100%; height: 100%;opacity: 0.5;}
.qywh-div .whBox .wz { width: 84%; position: absolute; left: 8%; top:1.2rem; z-index: 1; color: #fff;}
.qywh-div .whBox .wz .d1 { font-size: .48rem; line-height: .6rem; font-weight: bold; margin-bottom: .48rem;}
.qywh-div .whBox .wz .d2 { width: 100%; padding-right: 1%; font-size: .2rem; line-height:.38rem; opacity: .8; height: 4.4rem; overflow-y: auto;}
.qywh-div .whBox .wz .d2 span {display:block; width: 100%;}
.qywh-div .whBox .wz .d2_2 .p1{ display: flex; align-items:flex-start; justify-content: flex-start; margin-bottom: .2rem;}
.qywh-div .whBox .wz .d2_2 .p1 .sp1{ width: 7%;}
.qywh-div .whBox .wz .d2_2 .p1 .sp2{ width: 90%;}



/*moblie*/
.qywh-div-m{padding-bottom:10%}
.qywh-div-m .li{ margin-bottom: 15px; width: 100%; position: relative;}
.qywh-div-m .li img { display:block; width: 100%; height: auto; filter: blur(2px)}
.qywh-div-m .li .text { width:100%; height: 100%; color: #fff; position: absolute; left: 0; top: 0; padding:1rem .59rem .7rem .59rem;background: url(../images/mpic01.png) repeat center center;}
.qywh-div-m .li .text .d1 { font-size:.48rem; line-height: .7rem; margin-bottom: .3rem;}
.qywh-div-m .li .text .d2 { font-size:.26rem; line-height: .5rem; opacity: .8; text-align: justify;}

.qywh-div-m .li .text .d2_2 .p1{ display: flex; align-items:flex-start; justify-content: flex-start; margin-bottom: .2rem;}
.qywh-div-m .li .text .d2_2 p{ line-height: .42rem;}
.qywh-div-m .li .text .d2_2 .p1 .sp1{ width: 25%; line-height: .42rem;}
.qywh-div-m .li .text .d2_2 .p1 .sp2{ width: 75%; line-height: .42rem;}


.fzlc-div{ background: url(../images/pic59.png) repeat-y 47% center;}
.fzlc-div .li { padding-bottom: 5%;}
.fzlc-div .li .liL { float: left;}
.fzlc-div .li .liR { float: right; position: relative;}
.fzlc-div .li .liL img { display:block; width: 100%; height: auto;}
.fzlc-div .li .liR .t1 { font-size: 30px; line-height: 40px; color: #2F7DD0; font-weight: bold; font-family: Arial, "sans-serif"; margin-bottom: 3px;}
.fzlc-div .li .liR .t2 { font-size: 24px; line-height: 34px; color: #333333; font-weight: bold; margin-bottom: 15px;}
.fzlc-div .li .liR .t3 { font-size: 15px; line-height: 28px; color: #555555;}
.fzlc-div .li .liR .t3 p {margin-bottom:9px;background: url(../images/icon38.png) no-repeat left 12px; padding-left: 16px;}

.fzlc-div .li:nth-of-type(odd) .liL{ width: 41.5%;}
.fzlc-div .li:nth-of-type(odd) .liR{ width: 58.5%; padding-left:11%;}
.fzlc-div .li:nth-of-type(odd) .liR:after{content:''; display: block; width: .6rem; height: .6rem;background: url(../images/icon36.png) no-repeat center center; background-size: 100%; position: absolute; left:5.7%; top: 0; z-index: 1;}
.fzlc-div .li:nth-of-type(odd) .liR:before{content:''; display: block; width: 21px; height: 18px;background: url(../images/icon37.png) no-repeat center center; background-size: 100%; position: absolute; left: 8%; top: 77%; z-index: 1;}

.fzlc-div .li:nth-of-type(even) .liR{ width: 42%; float:left; padding-left:0; text-align: right;}
.fzlc-div .li:nth-of-type(even) .liL{ width: 57.5%; float:right; padding-left:9%;}
.fzlc-div .li:nth-of-type(even) .liR:after{content:''; display: block; width: .6rem; height: .6rem;background: url(../images/icon36.png) no-repeat center center; background-size: 100%; position: absolute; right:-17.2%; top: 0; z-index: 1;}
.fzlc-div .li:nth-of-type(even) .liR:before{content:''; display: block; width: 21px; height: 18px;background: url(../images/icon37.png) no-repeat center center;  position: absolute; right:-13.7%; top: 77%; z-index: 1;}
.fzlc-div .li:nth-of-type(even) .liR .t3 p {margin-bottom:9px;background: url(../images/icon38.png) no-repeat right 6px; padding-right: 16px;}
.fzlc-div .li:nth-of-type(even) .liL img { width:85.6%;}

.fzlc-div .more{ clear:both; width: .6rem; height: .6rem; margin-left: 44.8%;}



.zp-div .zpL { width: 19%; float: left; padding-right: 4.6%;}
.zp-div .zpR { width: 81%; float: right; border-left:1px solid #E5E5E5; padding-left: 5%;}
.zp-div .zpL .tit { font-size: 20px; line-height: 30px; color: #333; font-weight: bold; margin-bottom:18px;background: url(../images/icon40.png) no-repeat right center;}
.zp-div .zpL .list a { display:block; line-height: 30px; margin-bottom: 13px; font-size: 16px; color: #666; }
.zp-div .zpL .list a.changefieldandcss{color:#2F7DD0!important;}
.zp-div .zpR .tit{ font-size: 24px; line-height: 34px; color: #333; font-weight: bold; border-bottom: 2px solid #e5e5e5; padding-bottom: 17px;}
.zp-div .zpR .list_dl2 .list_dt2 { height: 140px; cursor: pointer;background: url(../images/icon41.png) no-repeat right 31px;font-size: 15px;border-top: 1px solid #e5e5e5; padding-top: 35px; -webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;}
.zp-div .zpR .list_dl2 .list_dt2 .t1 { font-size: 20px; line-height: 30px; color: #333; margin-bottom:14px;}
.zp-div .zpR .list_dl2 .list_dt2 .t2 { font-size: 15px; line-height: 28px; color: #333;}
.zp-div .zpR .list_dl2 .list_dt2 .t2 span { color:#777;}
.zp-div .zpR .list_dl2 .list_dt2 .t2 .t2_1{ float:left; margin-right: 38px;}
.zp-div .zpR .list_dl2 .list_dt2:first-child{border-top:0}
.zp-div .zpR .list_dd2{padding:0 0 4% 0; display: none;}
#open2{
    background: url("../images/icon42.png") no-repeat right 31px; 
}
.zp-div .zpR .zp-con .t1 { clear:both; font-size: 16px; line-height: 30px; color: #333; margin-bottom: 2px;}
.zp-div .zpR .zp-con .t2 { clear:both; font-size: 15px; line-height: 28px; color: #666; margin-bottom: 4%;}
.zp-div .zpR .zp-con .t3 { clear:both; width: 116px; height: 38px; line-height: 38px; background: url("../images/icon46.png") no-repeat center center; background-size: cover; color: #fff; border-radius: 24px; text-align: center; font-size: 14px; cursor: pointer;}

/*弹出层-在线应聘*/
.fotdn-yp {
	width: 100%;
	height: 100%;
	background: #000;
	background: rgba(0,0,0,.4);
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	z-index:9999;
}
.fotdn-yp .jbxx-div{
	width: 560px;
	height: 460px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -230px;
	margin-left: -280px;
	z-index:99999;
	box-sizing:border-box;
	background:#fff; padding: 10px 40px;
}
.fotdn-yp .jbxx-div .tit { font-size:28px;line-height:52px;color:#333; font-weight:bold; margin-top: 15px; margin-bottom: 25px;}
.fotdn-yp .jbxx-div .fancybox{
	position: absolute;
	top: 12px;
	right: 12px;
	cursor: pointer;
	 width:24px; height:24px;
}

.fotdn-yp .jbxx-div .d1 { margin-bottom:15px; height:40px; line-height: 40px; border:1px solid #E5E5E5; border-radius: 22px; overflow: hidden; padding: 0 20px;}
.fotdn-yp .jbxx-div .d1 span { display:block; float:left; width:105px; height: 100%; font-size: 16px; color: #333;}
.fotdn-yp .jbxx-div .d1 input { display:block; width:300px; float:left; line-height:39px; height:100%; border:0; box-sizing:border-box; font-size: 16px;}
.fotdn-yp .jbxx-div .d2 { clear:both; width:100%;height:40px; margin-bottom:15px; line-height:40px;border:1px solid #E5E5E5; border-radius: 22px; overflow: hidden; padding: 0 20px;}
.fotdn-yp .jbxx-div .d2 span { display:block; float:left; width:105px; line-height:40px; font-size: 16px; margin-right: 5px; color: #333;}
.fotdn-yp .jbxx-div .d2 input { display:block; width:208px; border:0; height:40px; line-height:40px; box-sizing:border-box; background: #fff; float: left; }
.fotdn-yp .jbxx-div .d2 span.tx { font-size:13px; width:115px;text-align: left;}
.fotdn-yp .jbxx-div .d22 {clear:both; width:100%;height:40px; margin-bottom:15px; line-height:40px;border:1px solid #E5E5E5; border-radius: 22px; overflow: hidden; padding: 0 20px;}
.fotdn-yp .jbxx-div .d22 span { display:block;float:left; width:105px; line-height:40px; font-size: 16px; color: #333;}
.fotdn-yp .jbxx-div .d22 input { display:block; width:160px; border:0; line-height:40px; box-sizing:border-box;float:left; font-size: 16px;}
.fotdn-yp .jbxx-div .d22 img { display:block; float: left; margin-left: 10px; height: 34px; margin-top: 2px;}
.fotdn-yp .jbxx-div .d4 { clear:both;}
.fotdn-yp .jbxx-div .d4 .btn { display:block; width:100%; line-height:44px; height:44px; color:#fff; background:#2F7DD0; border:0; cursor:pointer; border-radius: 20px; font-size: 16px;}


.zp-con{padding-bottom:7%}
.zp-con .d1{ font-size: .48rem; line-height: .6rem; margin-bottom: .26rem;}
.zp-con .d2{ font-size: .28rem; line-height: .4rem; margin-bottom: .56rem;}
.zp-con .d2 .d2_1{float:left; margin-right: .5rem;}
.zp-con .d2 span { color:#777;}
.zp-con .d3{ font-size: .32rem; line-height: .5rem; font-weight: bold; margin-bottom: .16rem;}
.zp-con .d4{font-size: .28rem; line-height: .48rem;  color: #666; margin-bottom: .4rem;}
.zp-con .d5{ background: #2F7DD0; width: 2rem; color: #fff; text-align: center; font-size: .26rem; line-height: .6rem; height: .6rem; border-radius: .3rem}


/* active */
.pc-slide .view{ margin-top: 80px; position: relative;}

.pc-slide .view .swiper-slide li a{display:block; width: 100%; height: 100%;}
.pc-slide .view .swiper-slide li:after{content:""; display:block; height:0; clear:both;}
.pc-slide .view .arrow-left {
	background: url(images/index_tab_l.png) no-repeat left top;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -25px;
	width: 28px;
	height: 51px;
	z-index: 10;
}
.pc-slide .view .arrow-right {
	background: url(images/index_tab_r.png) no-repeat left bottom;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -25px;
	width: 28px;
	height: 51px;
	z-index: 10;
}
.pc-slide .previewbox {background: url(../images/pic61.png) repeat-x center;}
.pc-slide .preview {
	height: 112px;
	position: relative;
	/* overflow: hidden; */
}
.pc-slide .view .swiper-container{height: auto!important;}
.pc-slide .preview .swiper-container {
	width: 1100px;
	height: 100%;
	margin-left: 66px;
}
.pc-slide .preview .swiper-slide {
	text-align: center;
	width: 190px;
	height: 100%;
	cursor:pointer;
	position: relative;
	/* top: -15px; */
}
.pc-slide .preview .arrow-left {
	background:url(../images/icon43.png) no-repeat center center; background-size: cover; border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -24px;
width: 48px;height: 48px;
	z-index: 10;
}
.pc-slide .preview .arrow-left:hover{background: url(../images/icon43-on.png) no-repeat center center; background-size: cover;}
.pc-slide .preview .arrow-right {
	background:url(../images/icon44.png) no-repeat center center; background-size: cover;border-radius: 50%;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -24px;
width: 48px;height: 48px;
	z-index: 10;
}
.pc-slide .preview .arrow-right:hover{background: url(../images/icon44-on.png) no-repeat center center; background-size: cover;}
.pc-slide .hon_pp1{ width: 112px; height: 112px; line-height: 92px; border-radius: 50%; margin: 0 auto; background: #E7E7E7; font-size: 22px;color: #666666; font-family: Arial, "sans-serif"; border: 10px solid #F7F8FA;}
.pc-slide .active-nav .hon_pp1{color: #fff;background: url(../images/icon47.png) no-repeat center center; background-size: cover; }
.pc-slide .ny_honor_1{width:14%;}
.pc-slide .ny_honor_1 h3{width:100%;color: #2F7DD0;font-size: 36px; line-height: 44px; font-weight: normal; font-family: Arial, "sans-serif";}
.pc-slide .ny_honor_2{width: 86%;background: url(../images/pic60.png) no-repeat left top; padding-left:7.7%; padding-bottom: 5%;}
.pc-slide .ny_honor_2 .lie { width:100%; }
.pc-slide .ny_honor_2 .lie .lie_1{ font-size: 18px; color: #333; line-height: 30px; font-weight: bold; margin-bottom: 22px;}
.pc-slide .ny_honor_2 .lie .lie_2 .tp { width:100%; margin-bottom: 2%; overflow: hidden;}
.pc-slide .ny_honor_2 .lie .lie_2 .tp img {width:100%!important; height: 200px; -webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;}
.pc-slide .ny_honor_2 .lie .lie_2 .tp:hover img{transform: scale(1.08)}
.pc-slide .ny_honor_2 .lie .lie_2 .swiper-button-prev {z-index:999999999999;}
.pc-slide .ny_honor_2 .lie .lie_2 .swiper-button-next {z-index:999999999999;}


.about-xj .tit{ font-size: 26px; color: #333; font-weight: bold; line-height: 30px; margin-bottom: 2%; border-left: 4px solid #036BBE; padding-left: 13px;}
.about-xj .wz{ font-size: 15px; color: #666666; line-height: 30px;}
.about-xj .wz p{ margin-bottom:22px; text-align: justify;}
.about-xj .pic { clear: both;width: 100%; display: flex; align-items: flex-start; justify-content: space-between; margin-top: 3%;}
.about-xj .pic .m1{width:65.6%;}
.about-xj .pic .m2{width:33.1%;}





