<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

html,body { margin:0; padding:0; height:100% }
body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,img,div,dl,dd,dt,s,del,i,em{margin:0;padding:0;border:0; text-decoration:none; font-style:normal; outline:none;}
ul,ol,li,dl,dd,dt{list-style-type:none;}
select,input,img,select,button,textarea{vertical-align:middle;font-size:0.16rem; outline:none;font-family:"Microsoft Yahei",Tahoma,Arial,sans-serif; }
a {color:#333;text-decoration:none;}
a:hover{ text-decoration:none; color:#007dbf}
*:focus {outline:none !important;text-decoration:none !important}

html{display:block;webkit-text-size-adjust: none;}
body{background:#fff;color:#333;font-size:0.16rem; font-family:"Microsoft Yahei",Tahoma,Arial,sans-serif; overflow:hidden; }


html{font-size: 100px;}
@media (max-width: 1366px){html{font-size: 94px;}}
@media (max-width: 1199px){html{font-size: 88px;}}
@media (max-width: 991px){html{font-size: 76px;}}
/*
@media (max-width: 639px){html{font-size: 60px;}}
*/
@media (max-width: 359px){html{font-size: 48px;}}

h2, .h2 {font-size: 0.36rem;}
h3, .h3 {font-size: 0.26rem;}

@font-face {
  font-family: 'iconfont';  /* project id 1473672 */
  src: url('//at.alicdn.com/t/font_1473672_n6mh4a7j8c8.eot');
  src: url('//at.alicdn.com/t/font_1473672_n6mh4a7j8c8.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_1473672_n6mh4a7j8c8.woff2') format('woff2'),
  url('//at.alicdn.com/t/font_1473672_n6mh4a7j8c8.woff') format('woff'),
  url('//at.alicdn.com/t/font_1473672_n6mh4a7j8c8.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_1473672_n6mh4a7j8c8.svg#iconfont') format('svg');
}
.iconfont{font-family:"iconfont" !important; font-size:0.16rem;font-style:normal; -webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale; line-height:100%}


@font-face{font-family:"FjallaOne-Regular";src: url('font/Oswald-Regular.ttf');}
@font-face{font-family:"Montserrat";src: url('font/Montserrat-Regular.ttf');}


/* --------------浏览器滚动条----------------------- */
::-webkit-scrollbar {height:11px;width:11px}
::-webkit-scrollbar-button {height:0;width:0}
::-webkit-scrollbar-button:start:decrement,::-webkit-scrollbar-button:end:increment {display:block}
::-webkit-scrollbar-button:vertical:start:increment,::-webkit-scrollbar-button:vertical:end:decrement {display:none}
::-webkit-scrollbar-track:vertical,::-webkit-scrollbar-track:horizontal,::-webkit-scrollbar-thumb:vertical,::-webkit-scrollbar-thumb:horizontal,::-webkit-scrollbar-track:vertical,::-webkit-scrollbar-track:horizontal,::-webkit-scrollbar-thumb:vertical,::-webkit-scrollbar-thumb:horizontal {border-style:solid;border-color:transparent}
::-webkit-scrollbar-track:vertical::-webkit-scrollbar-track:horizontal{background-clip:padding-box;background-color:#fff;}
::-webkit-scrollbar-thumb {-webkit-box-shadow:inset 1px 1px 0 rgba(0,0,0,.1),inset 0 -1px 0 rgba(0,0,0,.07);background-clip:padding-box;background-color:rgba(0,0,0,.2);min-height:28px;padding-top:100}
::-webkit-scrollbar-thumb:hover {-webkit-box-shadow:inset 1px 1px 1px rgba(0,0,0,.25);background-color:rgba(0,0,0,.4)}
::-webkit-scrollbar-thumb:active {-webkit-box-shadow:inset 1px 1px 3px rgba(0,0,0,.35);background-color:rgba(0,0,0,.5)}
::-webkit-scrollbar-track:vertical,::-webkit-scrollbar-track:horizontal,::-webkit-scrollbar-thumb:vertical,::-webkit-scrollbar-thumb:horizontal {border-width:0;}
::-webkit-scrollbar-track:hover {-webkit-box-shadow:inset 1px 0 0 rgba(0,0,0,.1);background-color:rgba(0,0,0,.05)}
::-webkit-scrollbar-track:active {-webkit-box-shadow:inset 1px 0 0 rgba(0,0,0,.14),inset -1px -1px 0 rgba(0,0,0,.07);background-color:rgba(0,0,0,.05)}


@-webkit-keyframes spinAround {from {-webkit-transform: rotate(0deg)}to {-webkit-transform: rotate(360deg);}}
@-moz-keyframes spinAround {from {-moz-transform: rotate(0deg)}to {	-moz-transform: rotate(360deg);}}
@keyframes spinAround {from {transform: rotate(0deg)}to {transform: rotate(360deg);}}

:-moz-placeholder {color: #aaa;}
::-moz-placeholder {color: #aaa;}
input:-ms-input-placeholder,textarea:-ms-input-placeholder {color: #aaa;}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {color: #aaa;}

.video-play{ position:fixed; left:0;top:0; z-index:99999; width:100%; height:100%; display:none}
.video-play .mask{ position:absolute; left:0;top:0; width:100%; height:100%;background:#000;filter:alpha(opacity=70);-moz-opacity:0.7;opacity:0.7; z-index:1 }
.video-play .box{ width:900px; height:500px; position:relative; z-index:3; margin:0 auto }
.video-play .close-btn{ background:url(../images/close2.gif) no-repeat center center; background-size:60% 60%; display:block; text-indent:-10000px; width:0.5rem; height:0.5rem; position:absolute; right:0.2rem; top:0.2rem; z-index:4;-webkit-transition: -webkit-transform 1s;}
.video-play .close-btn:hover{-webkit-transform:rotate(180deg);transform:rotate(180deg); }
#con_video_div{ background:#000}

@media (max-width: 767px) {
	.video-play .box{ width:100%; height:300px;}
	.video-play .close-btn{ right:0.2rem;top:-0.5rem; width:0.3rem; height:0.3rem; background-size:cover}
	#con_video_div{ width:100% !important;height:300px !important}
}

@media (max-width: 767px) {
	.container {padding-right:20px;padding-left: 20px;}
	.row {margin-right: -5px; margin-left: -5px;}
	.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{ padding-left:5px; padding-right:5px}
}


.b{font-weight:bold}
.red{ color:#ee4433 !important}


.weui-cell{width:100%; height:100%; position: relative; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-align: center; -webkit-align-items: center; align-items: center;}
.weui-cell_primary{min-width: 1px; -webkit-box-align: start; -webkit-align-items: flex-start; align-items: flex-start;}
.weui-cell__bd{-webkit-box-flex: 1; -webkit-flex: 1; flex: 1;}
.weui-cell__ft{text-align: right; color: #999999;}
.weui-flex{display: -webkit-box; display: -webkit-flex; display: flex;}
.weui-flex__item{-webkit-box-flex: 1; -webkit-flex: 1; flex: 1;}


#message{ width:400px; padding:30px 40px 40px; background:#fff; margin:0 auto; border:1px #ddd dashed; position:relative;top:150px; text-align:center}
#message .msg{ margin-bottom:20px; font-size:15px; font-weight:bold;font-family:Tahoma, "microsoft Yahei"; line-height:26px;}
#message .msg a{ text-decoration:underline; color:#0066cc} 
#message .msg a:hover{ color:#ff0000; text-decoration:none}


#header{ height:100px;  width:100%;z-index:999; position:fixed; left:0;top:0; transition: all 0.3s ease;-webkit-transition: all 0.3s ease; box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.03);}
#header:after {content:"";display:block;width: 100%;height: 100px;  background-color:#fff; position:absolute; left:0;top:0;/*box-shadow: 0px 2px 18px rgba(0, 0, 0, 0.2);*/ }
#header:before {content:"";display:block;width: 100%;height: 300px;background-color:rgba(0,0,0,0.6); position:absolute; left:0;top:100px; display:none}

#header .header-wrapper{ position:relative; z-index:2; padding:0 0.4rem}
#header .logo{ float:left; margin-top:22px; display:block; width:477px; height:52px; background:url(../images/logo.png) no-repeat}
#header .right-link{ position:absolute; right:0;top:0; z-index:3}
#header .right-link a{ display:block; float:left; width:100px; height:100px; background-color:#008bd5; color:#fff; text-align:center; position:relative;transition: all 0.3s ease;-webkit-transition: all 0.3s ease;}
#header .right-link a i{ line-height:100px; font-size:0.3rem}
#header .right-link a.weixin-btn{ background:none; color:#888}
#header .right-link .weixin-con{ color:#888; position:absolute; left:-50px; top:120px; background-color:#fff; width:150px; padding:10px; transition: all 0.3s ease;-webkit-transition: all 0.3s ease; opacity:0; visibility:hidden}
#header .right-link .weixin-con:after {content:""; display:block; width: 0;height: 0;border-left: 8px solid transparent;border-right: 8px solid transparent;border-bottom: 8px solid #fff; position:absolute;top:-8px; right:44px }
#header .right-link .weixin-con img{ width:100%;}
#header .right-link .weixin-con span{ font-size:0.12rem; display:block; text-align:center; padding-bottom:10px}
#header .right-link a.weixin-btn:hover .weixin-con{ visibility:visible;top:110px; opacity:1;}
#header .right-link a.search-btn:hover{ background-color:#e9b82b}

/*
@media (min-width: 1200px) {
	#header:hover{height:350px;}
}
*/


@media (min-width: 1300px) {
	#header.hover{ top:-120px }
	#header.hover .mask{ display:block;filter:alpha(opacity=100); -moz-opacity:1; opacity:1;}
}


@media (max-width: 1299px) {
	#header .container{ width:100%}
	#header .right-link{ display:none}
}

@media (max-width: 1199px) {
	#header{ height:60px; background-color:#fff;box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);}
	#header:after{ display:none}
	#header .logo{ background-position:left center; background-size:auto 55%;height:60px;  margin-left:15px; margin-top:0; margin-right:60px; }
	#header .mask{ display:block;filter:alpha(opacity=100); -moz-opacity:1; opacity:1;}
	#header .header-wrapper{ padding:0; width:100%}
}

@media (max-width: 375px) {
	#header .logo{ background-size:auto 45%;}
}

@media (max-width:1600px){
	#header .right-link .weixin-btn{ display:none}
}



.nav{ height:100px; position:relative; z-index:98; float:right;}
.nav ul{ float:left}
.nav ul li{ float:left; height:100px; position:relative;   }
.nav ul li:first-child a{/* border-left:1px #eee solid*/}
.nav ul li a{ display:block; float:left; height:100px;padding-top:43px;line-height:20px;color:#222;}
.nav ul li a:hover{ color:#009ee3}
.nav ul li.sub a:hover{ color:#009ee3}
.nav ul li span{ position:relative; z-index:2;padding:0 0.2rem; display:block; font-size:0.16rem; font-weight:bold }
.nav ul li a:after {content:"";display:block; border-radius:2px;background-color:#e50012; background-image: -webkit-linear-gradient(-50deg, #fccf00 0%, #f0600a 46%, #e50012 100%); left:0.2rem; right:0.2rem; height:0px; bottom:-1px;display:block; position:absolute;-webkit-transition-duration: 0.3s;-moz-transition-duration: 0.3s;-o-transition-duration: 0.3s; }
.nav ul li span.sub-icon:after {content:""; display:inline-block; width: 0;height: 0;border-left: 6px solid transparent;border-right: 6px solid transparent;border-top: 6px solid #fff; margin-left:0.1rem; position:relative;top:-2px }
.nav ul li.search-btn span{ padding:0 20px;}
/*
.nav ul li dl{ position:absolute; left:0;top:100px; width:100%;height:250px; padding:0.2rem 0.2rem; transition: all 0.3s ease;-webkit-transition: all 0.3s ease; }
.nav ul li dl dd a{  border:0 !important; font-size:0.15rem; line-height:0.35rem !important;height:auto !important; float:none !important; padding:0 !important; color:#fff !important; text-align:center }
.nav ul li dl dd a:hover{ text-decoration:underline} 
.nav ul li dl dd a:after { display:none}
*/
.nav ul dl{ visibility: hidden; opacity: 0;padding-bottom: 0; padding-top: 0; position: absolute; background: 0; top: 0; color: #999; transition: top .3s ease,opacity .4s ease,visibility 0s;    background-color: transparent; margin-left: 3px; -webkit-box-shadow: 0 9px 48px -19px rgba(0,0,0,0.8); -moz-box-shadow: 0 9px 48px -19px rgba(0,0,0,0.8); box-shadow: 0 9px 48px -19px rgba(0,0,0,0.8);}
.nav ul dl:before{ content: ""; display: block; width: 100%; height: 15px; background: url(../images/dropmenu-icon.svg) no-repeat 20px bottom;  background-size: auto 8px;}
.nav ul dl dd{ border-bottom:1px #eee solid; background-color:#fff; min-width:1.2rem;}
.nav ul dl dd a{display: block; font-size:0.15rem; padding:0; height:inherit; float:none;line-height:0.44rem; text-align:center; position:relative; color:#666}
.nav ul dl dd a:before{display: block;content: " "; position:absolute; left:0;top:0; width:0; height:100%; background-color:#0075bf;transition: all 0.3s;  visibility: hidden;}
.nav ul dl dd a:after{ display:none}
.nav ul dl dd a:hover{color:#2d57b6; }
.nav ul dl dd a:hover:before{ width:7px; visibility: visible;}
.nav ul dl dd:last-child{border:0}
.nav ul li.hover dl{top:100px;visibility:visible; opacity:1;}
/*
.nav ul li.hover dl{background:#003e7d;filter:alpha(opacity=100); -moz-opacity:1; opacity:1;}
.nav ul li.hover a{color:#222;}
*/
.nav ul li.hover a:after{height:5px; }

.nav ul li:hover a:after{ left:0; right:0}

@media (min-width: 1600px) {
	.nav { margin-right:200px;}
}
@media (max-width: 1600px) {
	.nav ul li span{padding:0 0.1rem}
}
@media (min-width: 1300px) and (max-width: 1599px) {
	.nav { margin-right:100px;}
	
}
@media (max-width:1199px){
	.nav{ height:60px; display:none}
}


.search-layer{ position:fixed; left:0;top:0; z-index:10000; background:rgba(0,0,0,0.5); width:100%; height:100%; display:none}
.search-layer .search-box{ width:400px; height:70px; background-color:#fff; position:absolute; left:50%; margin-left:-200px;top:50%; margin-top:-35px; }
.search-layer .search-box .input{ width:330px; float:left; border:0;height:70px; padding:10px 25px; line-height:50px}
.search-layer .search-box button{ width:70px; height:70px; border:0; background-color:#008bd5; color:#fff}
.search-layer .search-box button i{ font-size:30px;}


.menu-handler{ position: fixed; right: 0px;top:0;  z-index:11; width:60px; height:60px; background-color:#666; cursor:pointer; -webkit-user-select:none; -moz-user-select:none; user-select:none;-webkit-transition: all .3s;transition: all .3s; display:none}
.menu-handler span{position:absolute; top:50%; left:50%; margin-left:-15px; width:30px; height:3px; background:#666; border-radius:1px;-webkit-transition: all .3s;transition: all .3s;}
.menu-handler span:before, .menu-handler span:after{content:''; display:block; position:absolute; left:0; width:30px; height:3px; background:#666; border-radius:1px; transition:0.3s, 0.3s;  transition-property: top, transform; transition-delay:0.3s, 0;}
.menu-handler span:before{top:-9px;}
.menu-handler span:after{top:9px;}
.menu-handler.active span{background:transparent;}
.menu-handler.active span:before{-webkit-transform:rotate(45deg); top:0;}
.menu-handler.active span:after{-webkit-transform:rotate(-45deg); top:0;}
.menu-handler.active span:before, .menu-handler.active span:after{transition-delay:0, 0.3s;}


.menu-Box a{ color: #584d4d;}
.menu-Box a:active,.menu-Box a:hover { color: #06b;}    
.menu-Box{ position: fixed; left: 100%; top: 0; width: 100%; height: 100%; overflow-y: auto; background-color: #fff; -webkit-overflow-scrolling: touch;  transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s; -webkit-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;}
.menuMobile{ padding: 70px 0px 0px; margin: 0px 10%;}
.menuMobile dd{ border-top: 1px solid #ddd;}
.menuMobile dd:first-child{ border-top:0;}
.menuMobile p a{ font-size: 0.22rem; font-weight:bold; padding: 0.2rem 5% 0.2rem 0px; display: block; position: relative;}
.menuMobile .sub a:before{ content:""; position: absolute; right: 0px; top: 50%;  width: 12px; height: 2px; background-color:#ccc; margin-top: -1px; opacity: 1; transition: 300ms; -webkit-transition: 300ms; }
.menuMobile .sub a:after{content:""; position: absolute; right: 5px; top: 50%;  width: 2px; height: 12px; background-color:#ccc; margin-top: -6px; opacity: 1; transition: 300ms; -webkit-transition: 300ms; }
.menuMobile .cur a:after{ opacity: 0;}
.menuMobile .msubmenu{font-size: 0.2rem; padding: 0px 0px 10px;}
.menuMobile .msubmenu li{ display: block; margin-bottom:12px; width:50%; float:left;}


.menuOpen .pusher-black { display: block; }
.menuOpen .menu-Box { left: 0; z-index: 900; }


@media (max-width: 1199px) {
	.menu-handler{ display:block;background-color:none; }
	.menu-handler{ background:none}
	.menu-handler span{ background-color:#666}
	.menu-handler span:before, .menu-handler span:after{ background-color:#666}
}



.main{ position:absolute; left:0;top:100px; right:0;bottom:0; display: -webkit-box;display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex;-webkit-box-flex:1;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1; overflow:hidden }
@media (max-width:1199px) {
	.main {top:60px;}
}


.aside {position:absolute; left:0;top:0;transition: all 750ms ease 0s; z-index:998;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:100%;color:#fff;text-align:center;padding:4.6875vw 0 0;overflow:hidden;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;border-right:2px solid rgba(255,255,255,0.2);width:16.66667vw;min-width:220px}
@media (max-width:991px) {
	.aside {display:none}
}

.aside-header {display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}
.aside-subtitle span,.aside-title span {opacity:0;transform: translate3d(0px, -100%, 0px);-webkit-transition: all .3s;transition: all .3s;display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex}
.aside-subtitle span.fadeUp,.aside-title span.fadeUp{transform: translate3d(0px, 0px, 0px) !important;opacity:1;} 
.aside-title {overflow:hidden;font-size:22px}
.aside-subtitle {font-family:"FjallaOne-Regular";opacity:.5;margin-top:10px;overflow:hidden;text-transform:uppercase;font-size:20px}

.aside-icon {position:absolute; left:0;top:0;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);opacity:0;-webkit-transition:all 1s;-o-transition:all 1s;-moz-transition:all 1s;transition:all 1s}
.aside-icon.l,.aside-icon:first-child {width:450px;height:450px;border:20px solid hsla(0,0%,100%,.2)}
.aside-icon.s,.aside-icon:nth-child(2) {height:180px;width:180px;border:10px solid hsla(0,0%,100%,.1)}

.aside.page{ position:relative;background-color:#e9b82b !important; border:0}
.aside.news-bg{ position:relative;background-color:#0071b7 !important; border:0}
.aside.business-bg{ position:relative;background-color:#1d8ae7 !important; border:0}
.aside.party-bg{ position:relative;background-color:#da251c !important; border:0}
.aside.culture-bg{ position:relative;background-color:#06c1b0 !important; border:0}
.aside.job-bg{ position:relative;background-color:#2bc17a !important; border:0}

.aside.bg1{ background-color:#e9b82b; border:0}
.aside.bg1 .aside-icon{ opacity:1}
.aside.bg1 .l{left: 50%; top: 10%;}
.aside.bg1 .s{left: 21%; top: 18%; }

.aside.bg2{ background-color:#0071b7; border:0}
.aside.bg2 .aside-title span{transform: translate3d(0px, 0px, 0px); }
.aside.bg2 .aside-subtitle span{transform: translate3d(0px, 0px, 0px); }
.aside.bg2 .aside-icon{ opacity:1}
.aside.bg2 .l{left: 10%; top: 9%;}
.aside.bg2 .s{left: 80%; top: 25%; }

.aside.bg3{ background-color:#da251c; border:0}
.aside.bg3 .aside-title span{transform: translate3d(0px, 0px, 0px); }
.aside.bg3 .aside-subtitle span{transform: translate3d(0px, 0px, 0px); }
.aside.bg3 .aside-icon{ opacity:1}
.aside.bg3 .l{left: 30%; top: 4%;}
.aside.bg3 .s{left: 40%; top: 12%; }


.aside-line {background-color:#fff;border:none;width:44px;height:1px;margin-top:22px;margin-bottom:2.60417vw}
.aside-nav {display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-transition:all .3s;-o-transition:all .3s;-moz-transition:all .3s;transition:all .3s;font-size:0.18rem; position:relative; z-index:2}
.aside-nav-item {position:relative;padding:0.1rem;font-size:0.16rem;color:#fff }
.aside-nav-item:hover,.aside-nav-item:focus{ color:rgba(255,255,255,0.8); }
.aside-nav-item i{ color:#fff}
.aside-nav-item:not(:last-child) {margin-bottom:.52083vw}
.aside-nav-item:after {content:"";position:absolute;left:0;right:0;top:auto;bottom:-5px;margin:auto;height:5px;width:5px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;background-color:#fff;opacity:0}
.aside-nav-item.active {font-weight:700}
.aside-nav-item.active:after {opacity:1}

.aside-arrow {position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}
.aside-arrow-item {display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;width:50px;height:50px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;border:2px solid #fff;margin:15px 0; color:#fff;-webkit-transition:all .25s;-o-transition:all .25s;-moz-transition:all .25s;transition:all .25s}
.aside-arrow-item i{ font-size:0.2rem}
.aside-arrow-item.disabled {opacity:.5;pointer-events:none}
.aside-arrow-item:hover{background-color:#fff;color:#f5a100}
.aside-arrow-item:focus {background-color:transparent;color:#fff}

.aside-hint {display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:0.16rem;opacity:.5}
.aside-hint-text {margin-bottom:8px;font-family:"FjallaOne-Regular"}
.aside-hint-line {height:25px;width:1px;background-color:#fff}
.aside-hint-icon {position:relative;height:25px;width:14px;border:1px solid #fff;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px}
.aside-hint-icon:before {content:"";display:block;margin:0 auto;position:relative;height:4px;width:4px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;border:1px solid #fff;-webkit-animation:icon 1s ease infinite alternate;-moz-animation:icon 1s ease infinite alternate;-o-animation:icon 1s ease infinite alternate;animation:icon 1s ease infinite alternate;top:4px}
@-webkit-keyframes icon {
	0% {-webkit-transform:translateY(0);transform:translateY(0)}
	to {-webkit-transform:translateY(10px);transform:translateY(10px)}
}
@-moz-keyframes icon {
	0% {-moz-transform:translateY(0);transform:translateY(0)}
	to {-moz-transform:translateY(10px);transform:translateY(10px)}
}
@-o-keyframes icon {
	0% {-o-transform:translateY(0);transform:translateY(0)}
	to {-o-transform:translateY(10px);transform:translateY(10px)}
}
@keyframes icon {
	0% {-webkit-transform:translateY(0);-moz-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}
	to {-webkit-transform:translateY(10px);-moz-transform:translateY(10px);-o-transform:translateY(10px);transform:translateY(10px)}
}
.aside-ba {font-size:0.14rem;padding-bottom:0.15rem; line-height: 1.6;color: hsla(0,0%,100%,.7);}
.aside-ba a{color: hsla(0,0%,100%,.7);}
.aside-ba a:hover{ text-decoration:underline}


.banner-wrapper {-webkit-box-flex:1;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;overflow:hidden;height:100%}

.banner-slider{ overflow:hidden;height:100% }
.banner-slider .image{  height:100%; background-position:center center; background-size:cover;transform: scale(1.02);-ms-transform:scale(1.02);-moz-transform:scale(1.02);-webkit-transform:scale(1.02);-o-transform:scale(1.02); }
.banner-slider .textbox{position: absolute; left:0; top: 0; width: 100%; height: 100%; color: #0098d3; text-align: left;}
.banner-slider .weui-cell{width: 100%; height: 90%;}
.banner-slider .textbox strong{ display:block; font-size:0.45rem; font-weight:normal; line-height:1.3;  padding-left:20%; color:#fff; text-shadow: rgba(0,0,0,0.5) 1px 1px 6px; -webkit-animation: fadeOutUp 1.5s; animation: fadeOutUp 1.5s; -webkit-animation-fill-mode: both; animation-fill-mode: both;} 
.banner-slider .textbox p{ margin-top:0.3rem; color:#fff; font-size:0.55rem; line-height:1.3; font-weight:bold;letter-spacing:0.02rem; padding-left:20%;text-shadow: rgba(0,0,0,0.5) 1px 1px 15px;-webkit-animation: fadeOutDown 1.5s; animation: fadeOutDown 1.5s; -webkit-animation-fill-mode: both; animation-fill-mode: both;}
.banner-slider .textbox .xjp-text{background:url(../images/xjp-text.png) no-repeat center center;background-size:contain;height:2.14rem;margin-left:10%}
.banner-slider .textbox .esd-text{background:url(../images/esd-text.png?sss) no-repeat center center;background-size:contain;height:2.87rem;margin-left:10%}
.banner-slider .textbox .szqh-text{background:url(../images/szqh-text.png?sss) no-repeat center center;background-size:contain;height:4.81rem;margin-left:10%}

.banner-slider .swiper-pagination{ bottom:30px}
.banner-slider .swiper-pagination .swiper-pagination-bullet{ width:12px; height:12px; background-color:#fff}
.banner-slider .swiper-prev{ background:url(../images/left-icon.png) no-repeat center center; width:70px; height:70px; position:absolute; left:-30px;top:50%; margin-top:-20px; z-index:2;-webkit-transition: all .3s;transition: all .3s; opacity: 0}
.banner-slider .swiper-next{ background:url(../images/right-icon.png) no-repeat center center; width:70px; height:70px; position:absolute; right:-30px;top:50%; margin-top:-20px; z-index:2;-webkit-transition: all .3s;transition: all .3s; opacity: 0}
.banner-slider:hover .swiper-prev{ opacity: 1; left:15px;}
.banner-slider:hover .swiper-next{ opacity: 1; right:15px;}

.banner-slider .swiper-slide-active .image{-webkit-animation: scaleBigToSmall 7s; animation: scaleBigToSmall 7s;}
.banner-slider .swiper-slide-active strong{opacity: .5; -webkit-animation: fadeInDown 1s; animation: fadeInDown 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both;}
.banner-slider .swiper-slide-active p{-webkit-animation: fadeInUp 1s; animation: fadeInUp 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both;}

@-webkit-keyframes scaleBigToSmall {
	0% {transform: scale(1.1);-ms-transform:scale(1.1);-moz-transform:scale(1.1);-webkit-transform:scale(1.1);-o-transform:scale(1.1);}
	to {transform: scale(1.02);-ms-transform:scale(1.02);-moz-transform:scale(1.02);-webkit-transform:scale(1.02);-o-transform:scale(1.02);}
}
@-moz-keyframes scaleBigToSmall {
	0% {transform: scale(1.1);-ms-transform:scale(1.1);-moz-transform:scale(1.1);-webkit-transform:scale(1.1);-o-transform:scale(1.1);}
	to {transform: scale(1.02);-ms-transform:scale(1.02);-moz-transform:scale(1.02);-webkit-transform:scale(1.02);-o-transform:scale(1.02);}
}
@-o-keyframes scaleBigToSmall {
	0% {transform: scale(1.1);-ms-transform:scale(1.1);-moz-transform:scale(1.1);-webkit-transform:scale(1.1);-o-transform:scale(1.1);}
	to {transform: scale(1.02);-ms-transform:scale(1.02);-moz-transform:scale(1.02);-webkit-transform:scale(1.02);-o-transform:scale(1.02);}
}
@keyframes scaleBigToSmall {
	0% {transform: scale(1.1);-ms-transform:scale(1.1);-moz-transform:scale(1.1);-webkit-transform:scale(1.1);-o-transform:scale(1.1);}
	to {transform: scale(1.02);-ms-transform:scale(1.02);-moz-transform:scale(1.02);-webkit-transform:scale(1.02);-o-transform:scale(1.02);}
}


@media (max-width: 767px) {
	.banner-slider .swiper-pagination .swiper-pagination-bullet{ width:8px; height:8px;}
	.banner-slider .swiper-prev,.banner-slider .swiper-next{ display:none}
	.banner-slider .swiper-pagination{ bottom:10px}
	.banner-slider .weui-cell{ height: 75%;}
	.banner-slider .textbox strong{ padding:0; text-align:center; font-size:0.3rem}
	.banner-slider .textbox p{ padding:0 5%; text-align:center; font-size:0.3rem; letter-spacing:0; margin-top:0.2rem }
}

#fp-nav{ display:none}
.index{ position:relative; width:100% }
.index .section{display: -webkit-box;display: -webkit-flex;display: -moz-box;display: -ms-flexbox; display: flex; height: 100%;}
.index-page-b:before,.index-page-c:before,.index-page-d:before,.index-page-e:before,.index-notice:before { content: "";width: 16.66667vw; min-width: 220px; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0;}
@media (max-width:991px) {
	.index-page-b:before,.index-page-c:before,.index-page-d:before,.index-page-e:before,.index-notice:before  {display:none}
}

.index-chunk-body {-webkit-box-flex:1;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;overflow:hidden; position:relative}
.index-chunk-body.center {display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}
.index-chunk-body.center&gt;* {width:100%}


.index-media-row {display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;}
@media (max-width:767px) {
	.index-media-row {-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}
}
.index-media-col {-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;}
.index-media-col:first-child {width:40%;}
.index-media-row:last-child {padding-top:0.4rem;}
@media (max-width:767px) {
	.index-media-row:last-child{ display:none}
	.phone-index .index-media-row:last-child{ display:block}
}
.index-media-col:last-child {width:60%; padding-left:0.4rem;height:100%}
@media (max-width:767px) {
	.index-media-col:last-child {padding-left:0; padding-top:0.2rem}
}
@media (max-width:767px) {
	.index-media-col {width:100%!important}
}



.index-notice{ position:absolute; left:0; right:0;top:0rem;height:0.5rem; padding:0 4%; background-color:#dbe1ea;display: -webkit-box;display: -webkit-flex;display: -moz-box;display: -ms-flexbox; display: flex;}
.index-notice h2{ line-height:0.5rem; font-size:0.18rem; font-weight:bold; min-width:0.8rem; margin-right:0.2rem }
.index-notice .notice-slider{height:0.5rem}
.index-notice .swiper-slide{white-space: nowrap;overflow: hidden; text-overflow: ellipsis; }
.index-notice .swiper-slide a{ display:block; line-height:0.5rem}
.index-notice .swiper-slide a strong{ font-weight:normal}
.index-notice .swiper-slide a span{ margin-left:0.2rem; color:#aaa}


.index-page-b{ padding:0.5rem 4% 0;background-color:#fff}
.index-slider{ position:relative;height:100%; }
.index-slider .txt{ background-color:rgba(0,0,0,0.5); position:absolute; width:100%; left:0;bottom:0; z-index:3; padding:0.2rem;}
.index-slider .txt strong{ display:block; font-weight:normal; padding-right:1rem;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;color:#fff} 
.index-slider .full {position: absolute;}
.index-slider .image{ height:100%; background-repeat:no-repeat; background-size:cover; background-position:center center}
.index-slider .swiper-pagination{ text-align:right; padding-right:0.2rem; bottom:0.2rem}
.index-slider .swiper-pagination-bullet{ width:0.13rem; height:0.13rem; background:url(../images/slide_off.png) no-repeat center center; background-size:cover;opacity:1;}
.index-slider .swiper-pagination-bullet-active{ background-image:url(../images/slide_on.png)}
.index-slider .swiper-container{ height:100%}
.index-slider .swiper-button-prev{ background-color:rgba(0,0,0,0.5); width:40px; height:80px; background-size:18px 29px; left:-10px; margin-top:-40px;-webkit-transition: all .3s;transition: all .3s;opacity:0;}
.index-slider .swiper-button-next{ background-color:rgba(0,0,0,0.5); width:40px; height:80px; background-size:18px 29px; right:-10px; margin-top:-40px;-webkit-transition: all .3s;transition: all .3s;opacity:0;}
.index-slider .swiper-button-prev:hover{ background-color:#009ee3;}
.index-slider .swiper-button-next:hover{ background-color:#009ee3;}


.index-news-list{ background-color:#fff; }
.index-news-list h2{ border-bottom:1px #e8e8e8 solid; height:0.4rem; line-height:0.3rem; font-size:0.18rem; font-weight:bold; }
.index-news-list h2 a{ color:#888; font-weight:normal}
.index-news-list h2 a.current{ color:#222; font-weight:bold; position:relative}
.index-news-list h2 a.current:before{content: "";position: absolute;display: block;height: 3px;width:100%; background: #009ee3;left: 0;top: 0.35rem;}
.index-news-list h2 span{ color:#aaa; margin:0 0.1rem; font-size:0.12rem}
.index-news-list h2 strong{height:0.41rem; border-bottom:3px #009ee3 solid; display:inline-block;}
.index-news-list .con{ margin-top:0.2rem; position:relative}
.index-news-list .con .item{ position:relative; margin-bottom:0.12rem}
.index-news-list .con .item strong{ display:block; font-weight:normal; margin-right:1rem; white-space: nowrap;overflow: hidden; text-overflow: ellipsis; margin-left:10px} 
.index-news-list .con .item span{ position:absolute; right:0;top:50%; margin-top:-0.09rem;  color:#aaa;font-family:Arial, Helvetica, sans-serif}
.index-news-list .con .item:before{content: "";position: absolute;display: block;height: 4px;width: 4px; background: #ccc;left: 0;top: 50%;margin-top: -2px;}
.index-news-list a.more{ position:absolute; right:0;top:-0.57rem;}
.index-news-list a.more i{ font-size:0.12rem; position:relative;top:-0.01rem; }
.index-news-list a.more:hover{ color:#009ee3}

@media (max-height:850px) {
	.company-news .con .item:nth-child(9){ display:none !important}
	.other-news .con .item:nth-child(6){ display:none !important}
}
@media (max-height:780px) {
	.company-news .con .item:nth-child(8){ display:none !important}
}
@media (max-height:720px) {
	.other-news .con .item:nth-child(5){ display:none !important}
}
@media (max-width:767px) {
	.company-news .con .item:nth-child(9){ display:block !important}
	.company-news .con .item:nth-child(8){ display:block !important}
	.other-news .con .item:nth-child(6){ display:block !important}
	.other-news .con .item:nth-child(5){ display:block !important}
}

.index-topics{ position:relative; height:100%; }
.index-topics .item-a{ padding-bottom:0.03rem; height:50%; position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}
.index-topics .item-a a{ position:relative; height:100%; background-repeat:no-repeat; background-position:center center; display:block; background-size:cover}
.index-topics .item-b{ padding-top:0.03rem; padding-right:0.03rem; height:50%; position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0; width:45%; float:left}
.index-topics .item-b a{ position:relative; height:100%; background-repeat:no-repeat; background-position:center center; display:block; background-size:cover}
.index-topics .item-c{ padding-top:0.03rem; padding-left:0.03rem;padding-right:0.03rem; height:50%; position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:45%;float:left}
.index-topics .item-c a{ position:relative; height:100%; background-repeat:no-repeat; background-position:center center; display:block; background-size:cover}
.index-topics .item-d{ padding-top:0.03rem; padding-left:0.03rem; height:50%; position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:10%;float:right; }
.index-topics .item-d a{ position:relative; height:100%; background-color:#009ee3; color:#fff;display:block; line-height:1;}
.index-topics .item-d a span{ display:block;  width:100%; text-align:center}

.zhengfu-link{margin-top:0.1rem;height:0.75rem;background:url(../images/zhengfu-link.jpg) no-repeat center center;background-size:auto 100%;position:relative}
.zhengfu-link a{display:block;height:100%}

@media (min-width:768px) {
	.index-slider:hover .swiper-button-prev{opacity:1; left:0;}
	.index-slider:hover .swiper-button-next{opacity:1; right:0}
}
@media (max-width:767px) {
	.index-page-b{ padding:0rem 0.2rem 0}
	.index-slider{ height:28vh}
	.index-news-list{ height:100%; padding:0}
	.index-news-list h2{display: -webkit-box;display: -moz-box;display: -ms-boxflex; display: -webkit-flex; display: flex; display: -webkit-box; -webkit-box-orient: horizontal; box-orient: horizontal; height:0.65rem;}
	.index-news-list h2 strong{ line-height:0.65rem; height:0.65rem;  font-size:0.22rem;}
	.index-news-list h2 a{display: block;box-flex: 1; -moz-box-flex: 1; -webkit-box-flex: 1; -ms-flex: 1; float:none; margin:0; line-height:0.66rem; height:0.65rem; font-size:0.18rem; text-align:center;background-color:#c7dae2; border-right:1px #fff solid }
	.index-news-list h2 span{ display:none}
	.index-news-list h2 a.current{ background-color:#009ee3; color:#fff; border-bottom:0}
	.index-news-list h2 a:last-child{ border-right:0; display:block}
	.index-news-list h2 a.current:before{ display:none}
	.index-news-list .con{ }
	.index-news-list .con .item strong{ font-size:0.18rem;  margin-left:0.1rem; margin-right:0.9rem}
	.index-news-list .con .item:before{ }
	.index-news-list .more{top:-0.6rem !important; right:0rem  !important}
	.other-news h2{ border-bottom:0;}
	.other-news .more{ display:none !important; }
	
	.index-topics{ height:35vh}
	.index-topics .item-a{ height:60%}
	.index-topics .item-b,.index-topics .item-c,.index-topics .item-d{ height:40%}
}

[data-translate=bottom].translate-active, [data-translate=left].translate-active, [data-translate=right].translate-active, [data-translate=top].translate-active {opacity: 1; transform: translate(0); transition: all .45s;}
[data-translate=bottom], [data-translate=left], [data-translate=right], [data-translate=top] { transition: all .2s; opacity: 0;}
[data-translate=top]{transform:translateY(50px)}
[data-translate=right]{transform:translateX(-50px)}
[data-translate=bottom]{transform:translateY(-50px)}
[data-translate=left] {transform: translateX(50px);}



.index-business { display: -webkit-box;display: -webkit-flex;display: -moz-box; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;margin:0 !important;}
.index-business h2{ font-size:0.3rem; margin-bottom:0.2rem; display:none; }
.index-business .item{ position:relative; margin-bottom:30px;}
.index-business .item .image{ position:relative; width:100%; height:35vh; background-repeat:no-repeat; background-position:center center; background-size:cover}
.index-business .item .text{ position:absolute; left:0;top:0; right:0;bottom:0; z-index:2; background-color:rgba(0,0,0,0.5); padding:0.4rem}
.index-business .item .text h3{ color:#fff; font-size:0.24rem}
.index-business .item .text h3:after{content: ""; display: block; width: 0.45rem; height: 2px; background-color:#fff; margin-top:0.2rem;-webkit-transition:all 0.5s;-o-transition:all 0.5s;-moz-transition:all 0.5s;transition:all 0.5s}
.index-business .item .text p{ margin-top:0.3rem; color:#fff; font-size:0.15rem; line-height:1.6;transform: translate3d(0px, 100%, 0px);opacity:0;-webkit-transition:all 0.5s;-o-transition:all 0.5s;-moz-transition:all 0.5s;transition:all 0.5s}
.index-business .item .text .more{ position:absolute; right:0.4rem;bottom:0.4rem; color:#fff;transform: translate3d(0px, -100%, 0px);opacity:0;-webkit-transition:all 0.5s;-o-transition:all 0.5s;-moz-transition:all 0.5s;transition:all 0.5s }
@media (min-width:768px) {
	.index-business .item:hover p{transform: translate3d(0px, 0, 0px);opacity:1;}
	.index-business .item:hover .more{transform: translate3d(0px, 0, 0px);opacity:1;}
	.index-business .item:hover .text h3:after{ width:0.9rem}
}

@media (max-width:767px) {	
	.index-business h2{ display:block}	
	.index-business .item{ border-radius:5px; overflow:hidden}
	.index-business .item .text h3:after{ margin-top:0.1rem}
	.index-business .item .image{ height:23vh}
	.index-business .item{ margin-bottom:10px}
	.index-business .item .text .more{ display:none}
}

.index-page-c{ padding:0 4%; position:relative}
.business-bg{ position:absolute; left:0;top:0; right:0;bottom:0;}
.business-slider{ height:100%;}
.business-slider .image{ position:absolute; left:0;top:0; right:0;bottom:0; background-repeat:no-repeat; background-position:center center; background-size:cover}
.index-page-c .index-chunk-body{ position:relative; z-index:2}
.index-business-title{ padding-bottom:0.5rem; color:#fff}
.index-business-title h2{ font-size:0.3rem;  text-align:center}
.index-business-title p{ margin:0.3rem auto 0;  text-align:center}
.index-business2 .con{  display: flex;}
.index-business2 .item{ padding-right:1px;  width:20%;}
.index-business2 .con *{-webkit-transition:all .4s;transition:all .4s;}
.index-business2 .item a{ display:block; background-color:rgba(255,255,255,0.8);padding:0.5rem;}
.index-business2 .item .content{  height:35vh; position:relative}
.index-business2 .item i{width:0.7rem; height:0.7rem; background-position:center center; background-repeat:no-repeat; background-size:cover;}
.index-business2 .item i.i1{ position:absolute; left:50%; margin-left:-0.35rem;top:50%; margin-top:-0.7rem;-webkit-transition:all .3s;transition:all .3s;}
.index-business2 .item i.i2{ text-align:center; position:absolute; top:-0.2rem; opacity:0; display:none}
.index-business2 .item i.icon1{ background-image:url(../images/business-icon1.png)}
.index-business2 .item i.icon2{ background-image:url(../images/business-icon2.png)}
.index-business2 .item i.icon3{ background-image:url(../images/business-icon3.png)}
.index-business2 .item i.icon4{ background-image:url(../images/business-icon4.png)}
.index-business2 .item i.icon5{ background-image:url(../images/business-icon5.png)}
.index-business2 .item h3{ font-size:0.22rem; font-weight:bold; position:absolute; right:0; bottom:0.5rem}
.index-business2 .item em{ display:block; width:100%; overflow:hidden; position:absolute; right:0;bottom:0;font-family:"FjallaOne-Regular"; color:#bea63c; font-size:0.3rem; text-align:right; line-height:1;}
.index-business2 .item em:after {content:"";position:absolute;right:0.5rem;bottom:0.15rem;height:2px;width:0.4rem;background-color:#bea63c;}
.index-business2 .item .text{ position:absolute; width:100%;top:1rem; left:0;transition-delay:.4s;-webkit-transition-delay: .4s;opacity:0; color:#fff; line-height:1.6}
@media (min-width:768px) {
.index-business2 .item.active{ width:30%;}
.index-business2 .item.active a{ background:url(../images/water-bg.jpg) no-repeat center center;}
.index-business2 .item.active h3{ color:#fff;}
.index-business2 .item.active em{ color:#fff;}
.index-business2 .item.active em:after{ background-color:#fff; width:100%}
.index-business2 .item.active i.i1{color:#fff;opacity:0; }
.index-business2 .item.active i.i2{top:0;opacity:1; }
.index-business2 .item.active .text{ top:0.8rem;opacity:1;}
}

@media (max-width:767px) {
	.index-page-c{ padding:0 0.2rem}
	.index-business-title{ padding-bottom:0.2rem; }
	.index-business-title h2{text-align:left}
	.index-business-title p{ display:none}
	.index-business2 .con{ display:block }
	.index-business2 .item{ width:50%; float:left;padding-right:3px; padding-bottom:3px;}
	.index-business2 .item a{  border-radius:8px; }
	.index-business2 .item:first-child{ width:100%}
	.index-business2 .item .content{ height:auto}
	.index-business2 .item em{ display:none}
	.index-business2 .item i.i1{ position:relative; left:0;top:0; margin:0 auto; width:0.60rem; height:0.60rem;  display:block}
	.index-business2 .item h3{ position:relative; bottom:auto; text-align:center; margin-top:0.2rem; font-size:0.24rem}
}


.index-page-d{ padding:0 3%; background-color:#e5f5fc}
.index-culture { display: -webkit-box;display: -webkit-flex;display: -moz-box; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;margin:0 !important;}
.index-culture-title{ padding-bottom:0.5rem}
.index-culture-title h2{ font-size:0.3rem;  text-align:center}
.index-culture-title p{ margin:0.3rem auto 0;  text-align:center}
.index-culture .item{ position:relative; margin-bottom:30px; }
.index-culture .item a{ display:block;background-color:#fff; overflow:hidden;-webkit-transition:all 0.3s;-o-transition:all 0.3s;-moz-transition:all 0.3s;transition:all 0.3s}
.index-culture .item .image{ position:relative; width:100%; height:24vh; background-repeat:no-repeat; background-position:center center; background-size:cover}
.index-culture .item .text{ position:relative; padding:0.4rem; text-align:center; z-index:2; color:#222}
.index-culture .item .text .icon{ width:0.7rem; height:0.7rem; background-color:#009ee3; color:#fff; position:absolute;top:-0.35rem; left:50%; margin-left:-0.35rem; border-radius:0.35rem}
.index-culture .item .text .icon i{ line-height:0.7rem; font-size:0.3rem}
.index-culture .item .text h3{ font-size:0.22rem; padding-top:0.2rem}
.index-culture .item .text p{ margin-top:0.15rem; font-size:0.16rem; color:#888}
.index-culture .item .text .more{ text-align:right; margin-top:0.2rem; font-size:0.15rem;  color:#009ee3;-webkit-transition:all 0.5s;-o-transition:all 0.5s;-moz-transition:all 0.5s;transition:all 0.5s }
@media (min-width:768px) {
	.index-culture .item a:hover{box-shadow: 0 16px 48px rgba(32,41,50,.2); border-color:#009ee3;transform: translate3d(0,-5px, 0);}
}

@media (max-width:767px) {	
	.index-page-d{ padding:0 0.2rem}
	.index-culture-title{ padding-bottom:0.2rem; }
	.index-culture-title h2{text-align:left}
	.index-culture-title p{ display:none}
	.index-culture .item{ border-radius:5px; overflow:hidden}
	.index-culture .item a{ border-width:1px}
	.index-culture .item .text h3:after{ margin-top:0.1rem}
	.index-culture .item .image{ height:17vh}
	.index-culture .item{ margin-bottom:10px}
	.index-culture .item .text{ padding:0.3rem 0.2rem 0.25rem}
	.index-culture .item .text h3{ font-size:0.24rem}
	.index-culture .item .text .more{ display:none}
	.index-culture .item .text p{ font-size:0.15rem}
}

.autoheight {height: auto !important;}





/*---------网站底部---------------*/
#footer{  background-color:#fff; padding-bottom:0.3rem}
#footer .pt50{ padding-top:0.5rem}
#footer .footer-about{ width:35%; float:left; padding-right:80px;}
#footer .footer-about h3{ font-size:0.18rem; font-weight:600; line-height:1; margin-bottom:0.2rem;color:#222; position:relative}
#footer .footer-about h3 span{ position:absolute; right:0;top:0; font-size:14px; font-weight:normal}
#footer .footer-about p{ font-size:0.15rem; line-height:2.2;color:#666 }
#footer .footer-about p i{ color:#009ee3; font-size:0.2rem; position:relative;top:0.02rem; margin-left:0.05rem} 
#footer .footer-about a{color:#888}

#footer .footer-menu{ width:52%; float:left; }
#footer .footer-menu dl{ width:20%; float:left;font-size:0.15rem;}
#footer .footer-menu dl dt{ font-weight:normal; color:#222; margin-bottom:0.25rem; font-size:0.18rem; line-height:0.2rem; position:relative}
#footer .footer-menu dl dt:before {content: "";position: absolute;display: block; height:1px; width: 0.3rem; border-bottom:1px #8dafd3 dotted; left:0; top:30px;}
#footer .footer-menu dl dd{ margin-bottom:8px;}
#footer .footer-menu dl dd a{ color:#888}
#footer .footer-menu dl dd a:hover{ color:#009ee3; text-decoration:underline}
#footer .footer-menu ul{ width:20%; float:left;font-size:0.16rem;}
#footer .footer-menu ul li{ margin-bottom:15px;color:#aaa; line-height:0.2rem;}
#footer .footer-menu ul li a{ color:#222}
#footer .footer-menu ul li a:hover{ color:#009ee3; text-decoration:underline}
#footer .footer-qr{ width:13%; float:right; padding-left:30px;}
#footer .footer-qr .image{}
#footer .footer-qr .image img{ width:100%; border:1px #ddd solid; display:block; background-color:#fff}
#footer .footer-qr p{ text-align:center; margin-top:10px; font-size:0.14rem; color:#666}

.footer-bar{ padding-top:0.25rem; overflow:hidden; border-top:1px #eee solid; margin-top:0.25rem;font-size:0.14rem; line-height:1;}
.footer-bar .left-con{ float:left;color:#888; }
.footer-bar .left-con span{ margin:0 0.15rem; font-size:0.12rem;}
.footer-bar .left-con a{ margin-left:0.1rem}
.footer-bar .left-con a:hover{ text-decoration:underline}
.footer-bar .right-con{ float:right; color:#888;}
.footer-bar .right-con a{ color:#222}
.footer-bar .right-con a:hover{ color:#009ee3}
.footer-bar .right-con a.linking{ display:block; float:left; width:170px; height:22px; background:url(../images/linking.png) no-repeat; position:relative;top:-1px; margin-right:10px; cursor:default}

.footer-links{ background-color:#818b8f; height:0.6rem;}
.footer-links .con{ position:relative; z-index:10}
.footer-links h2{ float:left; background-color:#939da1; padding:0 0.3rem}
.footer-links h2 i{ line-height:0.6rem; color:#ddd; font-size:0.20rem}
.footer-links .item{ float:left; background-color:#939da1; height:0.6rem}
.footer-links .item label{ display:block; font-weight:normal;  overflow:hidden; line-height:0.6rem; color:#fff; cursor:pointer; position:relative; padding:0 0.4rem 0 0.2rem;transition: 300ms; -webkit-transition: 300ms; }
.footer-links .item label:after{content: ""; display: block; width: 0; height: 0; border-left: 5px solid transparent; border-right:5px solid transparent; border-top: 7px solid #fff; position: absolute;right:0.2rem;top:50%; margin-top:-3px;transition: 300ms; -webkit-transition: 300ms; }
.footer-links .item dl{ position:absolute; visibility:hidden;  left:0; top:0.6rem; width:100%; background-color:#fff; padding:0.4rem 0.6rem;box-shadow: 0 16px 48px rgba(32,41,50,.15);opacity:0;}
.footer-links .item.hover label{ background-color:#fff; color:#0099e3}
.footer-links .item.hover label:after{border-top: 7px solid #0099e3;}
.footer-links .item.hover dl{ visibility:visible;top:0.6rem;opacity:1}
.footer-links .item.hover dl dd{ margin-top:0.15rem}
.footer-links .item.hover dl dd a{ margin-right:0.2rem; display:inline-block; color:#888; margin-bottom:0.06rem}
.footer-links .item.hover dl dd a:hover{ color:#009ee3; text-decoration:underline}
.footer-links .other{ float:right; line-height:0.6rem}
.footer-links .other span{ margin:0 0.1rem; color:#aaa; font-size:0.12rem}
.footer-links .other a{ color:#fff}
.footer-links .other a:hover{ text-decoration:underline}

@media (max-width:1199px){
	#footer .footer-menu{ width:87%}
	#footer .footer-about{ display:none}
}

@media (max-width: 767px) {
	#footer .pt50{ padding-top:0.3rem }
	#footer .footer-about{ display:block; width:100%; float:none; padding-right:0; text-align:center;}
	#footer .footer-about h3{ display:none}
	#footer .footer-about .links{ max-width:100%; display:none}
	#footer .footer-about p{font-size:0.18rem;line-height:1.8}
	#footer .footer-menu{ display:none}
	#footer .footer-qr{ width:100%; float:none; padding:0; margin-top:0.2rem;}
	#footer .footer-qr img{ width:40%; max-width:150px; margin:0 auto }	
	
	.footer-bar{  text-align:center!important}
	.footer-bar .left-con{ float:none}
	.footer-bar .left-con span{ margin:0 5px}
	.footer-bar .right-con{ float:none; margin-top:12px;}
	.footer-bar .right-con .icp{ display:none}
	.footer-bar .right-con a.linking{ float:none; display:inline-block; width:140px; height:14px; background-size:cover}
	
	.page-footer .footer-about{ display:none !important}
	.page-footer .footer-qr{ display:none !important}
	.page-footer .footer-bar{ padding:0 !important; margin:0 !important; border:0 !important}
	
	.footer-links{ display:none}
}

.index-footer .footer-links{ padding: 0 4%}
.index-footer .p30{padding:0.5rem 4% 0.3rem!important;}

/* --------------右侧跟随---------------------- */
#follow-btn{ position:fixed; bottom:-200px; z-index:1001;transition: all 850ms cubic-bezier(0.215,.61,.215,1);-webkit-transition: all 850ms cubic-bezier(0.215,.61,.215,1);-moz-transition: all 850ms cubic-bezier(0.215,.61,.215,1);-o-transition: all 850ms cubic-bezier(0.215,.61,.215,1);}
#follow-btn a{ display:block; background-color:rgba(0,0,0,0.05); color:#aaa; width:50px; height:50px;  text-align:center; -webkit-transition:background-color 0.3s;-moz-transition:background-color 0.3s;transition: background-color 0.3s; position:relative;border-radius:3px }
#follow-btn a i{font-size:28px; line-height:50px;}
#follow-btn a:hover{ background-color:#0062a6; color:#FFF}

@media (max-width:1250px){
	#follow-btn{ display:none}
}

.bottom-slider{ position:fixed; right:0;bottom:-320px; width:470px; height:320px; background-color:#ddd;box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.15); z-index:9999;-webkit-transition-duration:0.8s;-moz-transition-duration: 0.8s;}
.bottom-slider .con{padding:10px}
.bottom-slider .con img{width:100%}
.bottom-slider.hover{bottom:0}
.bottom-slider .close-icon{background:url(../images/close-icon.gif) no-repeat center center; width:64px; height:64px; position:absolute; right:0px;top:0px; z-index:20}

@media (max-width:767px){
	.bottom-slider{ display:none}
}

#pages{ text-align:center; padding:0.3rem 0 0.3rem;font-family:"Montserrat"; font-size:0.18rem}
#pages a{ display:inline-block; padding:0.1rem 0.18rem; background-color:#fff; color:#888; margin:0 0.03rem;-webkit-transition-duration: 0.25s;-moz-transition-duration: 0.25s;-o-transition-duration: 0.25s; border:1px #ddd solid; border-radius:3px}
#pages a:hover{ background-color:#009ee3; border-color:#009ee3; color:#fff}
#pages a.active{ background-color:#009ee3;border-color:#009ee3; color:#fff}
#pages span{display:inline-block; padding:0.1rem 0.18rem; color:#888; position:relative;}



.page-wrapper{display: -webkit-box;display: -webkit-flex;display: -moz-box;display: -ms-flexbox; display: flex; height: 100%; width:100%; position:relative}

.page-scroll {position: absolute;left: 0;right: 0;bottom: 0;top: 0;overflow: auto;-webkit-overflow-scrolling: touch;}


.page-banner{ width:100%; position:relative; height:45vh; overflow:hidden; z-index:1;} 
.page-banner .image-con{ overflow:hidden; height:100%; width:100%; position:relative;transition: all 1.5s cubic-bezier(0.215,.61,.215,1);-webkit-transition: all 1.5s cubic-bezier(0.215,.61,.215,1);transform:scale(1.1);-webkit-transform:scale(1.1);}
.page-banner .image-con .image{ height:100%; width:100%; background-repeat:no-repeat; background-size:cover; background-position: center center; background-repeat: no-repeat; background-size: cover;}
.page-banner .image-con .image em{ background-color:#000; position:absolute; left:0;top:0; right:0;bottom:0; opacity:0.5}
.page-banner .image-con .image a{ display:block; position:absolute; left:0;top:0; right:0; bottom:0}
.page-banner .title{ position:absolute; left:0;top:55%;  color:#fff; text-align:left; width:100%;}
.page-banner .title strong{ font-weight:normal; display:block; margin-left:-0.5rem; line-height:1;transition: all 0.8s cubic-bezier(0.215,.61,.215,1);-webkit-transition: all 0.8s cubic-bezier(0.215,.61,.215,1);transition-delay:0.5s; -webkit-transition-delay:0.5s;opacity:0; font-size:0.4rem;text-shadow: 0px 0px 4px rgba(0,0,0,0.26); }
.page-banner .title p{ transition: all 2s cubic-bezier(0.215,.61,.215,1);-webkit-transition: all 2s cubic-bezier(0.215,.61,.215,1);transition-delay:1s; -webkit-transition-delay:1s;opacity:0; font-size:0.16rem; letter-spacing:3px; margin-top:0.15rem; text-shadow: 0px 0px 4px rgba(0,0,0,0.26); }
.page-banner .title:after {content:""; display:inline-block; width:27px; height:24px; background:url(../images/down.png) no-repeat; background-size:cover; margin-top:10px; transition: all 1.2s cubic-bezier(0.215,.61,.215,1);-webkit-transition: all 1.2s cubic-bezier(0.215,.61,.215,1);transition-delay:1s; -webkit-transition-delay:1s;opacity:0; display:none;}

.page-banner.hover .image-con{transform:scale(1);-webkit-transform:scale(1);}
.page-banner.hover .title{}
.page-banner.hover .title strong{opacity:1; margin-left:0;}
.page-banner.hover .title p{opacity:1;}
.page-banner.hover .title:after{opacity:1; margin-top:30px}

.business-banner .image-con .image{background-attachment:inherit}

@media (max-width: 767px) {
	.page-banner{height:25vh;}
	.page-banner .image-con .image{background-attachment:inherit}
	.page-banner .title{ top:60%}
	.page-banner .title strong{ font-size:0.3rem; text-align:center}
	.page-banner .title:after{width:13.5px;height:12px;}
	.page-banner .title p{ display:none}
	.page-banner.hover .title:after{opacity:1; margin-top:20px}
}


.location{ line-height:0.6rem;font-size:0.14rem; background-color:rgba(0,0,0,0.3); color:#fff; position:absolute; left:0; right:0;bottom:0;}
.location p{ float:left}
.location p a{ color:#fff}
.location p a:hover{ text-decoration:underline}
.location p a:last-child{ color:#009ee3}
.location ul{ float:right; font-size:0.16rem}
.location ul li{ float:left;}
.location ul li a{ display:block; padding: 0 0.3rem; color:#fff}
.location ul li a.current{ background-color:#e67817}
	
@media (max-width: 767px) {
	.location{ background-color:rgba(0,0,0,0.5); font-size:0.16rem}
	.location.haveNav p{ display:none}
	.location.haveNav ul{ float:none}
	.location.haveNav ul li{ width:50%; padding:0}
	.location.haveNav .container{ padding:0}
	.location.haveNav ul li a{ text-align:center; font-size:0.2rem; }
}


.page-top{ text-align:center}
.page-top strong{ display:block; font-size:0.3rem; }
.page-top em{ display:block; width:1.6rem; height:1px; background-color:#ddd; margin:0.15rem auto;}
.page-top em i{ display:block; width:0.6rem; height:3px; background-color:#009ee3;  position:relative; margin:0 auto;top:-1px;}
.page-top span{ display:block; color:#888; font-size:0.18rem; font-family:"FjallaOne-Regular"}


.about-item-a{ padding:0.5rem 0;background:#fff;}
.about-item-a .text{ line-height:1.8;  }
.about-item-a .text p{ margin-bottom:0.15rem}
.about-content{ margin-top:0.4rem}
.about-num{ margin-top:0.4rem;}
.about-num .item{ text-align:center}
.about-num .item strong{ display:block; color:#009ee3;font-size:0.18rem; }
.about-num .item strong b{ font-family:"FjallaOne-Regular";font-size:0.5rem; position:relative;top:0.02rem; margin-right:0.02rem}
.about-num .item span{ display:block; color:#888}

@media (max-width: 767px) {
	.about-item-a .text{ font-size:0.2rem }
	.about-item-a .text{line-height:1.6}
	.about-num .item strong{ font-size:0.14rem;  }
	.about-num .item strong b{ font-size:0.27rem;}
}

.about-item-b{ background:#ebf0f5; background-size:cover; padding:0.7rem 0}
.about-item-b h2{ text-align:center; font-size:0.3rem}
.about-item-b .leader-slider{ margin-top:0.3rem;overflow:hidden; position:relative; padding-bottom:50px;}
.about-item-b .con{ position:relative;}
.about-item-b .item{box-shadow: 0px 0px 20px rgba(0,0,0,0.08);}
.about-item-b .item img{ width:100%}
.about-item-b .item span{ display:block; text-align:center; padding:0.15rem 0.2rem 0.25rem;background-color:#fff;    white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }


.about-item-b .swiper-button-prev,.about-item-b .swiper-button-next{width: 1rem;height: 1rem;padding:0.25rem; text-align:center; position: absolute;top:50%; margin-top:-0.6rem; background:none;z-index:20;color:#aaa;opacity: .7;-webkit-transition: 0.5s;transition: 0.5s;}
.about-item-b .swiper-button-prev i,.about-item-b .swiper-button-next i{ font-size:0.5rem}
.about-item-b .swiper-button-prev{left:-1rem;}
.about-item-b .swiper-button-next{right:-1rem;}
.about-item-b .swiper-button-prev:hover{opacity: 1; }
.about-item-b .swiper-button-next:hover{opacity: 1;}
.about-item-b .swiper-button-disabled{opacity:0.7}


@media (max-width: 767px) {
	.about-item-b{ padding:0.4rem 0}
	.about-item-b .item span{ font-size:0.2rem}
	.about-item-b .swiper-button-prev,.about-item-b .swiper-button-next{ display:none}
}



.zuzhi{padding:0.5rem 0;background-color:#fff; }
.zuzhi img{ max-width:100%}


.history{background-color:#ebf0f5}
.history  .history-top{ padding:0.4rem 0;position:relative; background:url(../images/since.gif) no-repeat #fff right bottom; background-size:auto 80%}
.history  .history-top strong{ font-size:0.22rem; font-weight:normal}
.history  .history-top span{font-family:"FjallaOne-Regular"; font-size:0.30rem; display:block; color:#ccc; display:none}
.history  .con{ padding:0.4rem 0}
.history .item{transition: all 0.3s; -webkit-transition: all 0.3s; padding-left:2.5rem; margin-bottom:0.2rem; position:relative; background-color:#fff;box-shadow: 0 16px 48px rgba(32,41,50,.05);}
.history .item h2{ font-size:0.32rem;font-family:"FjallaOne-Regular"; color:#f58d06; position:absolute; left:0px;top:0.4rem; width:2.2rem; text-align:right }
.history .item h2 span{ font-family:"Microsoft Yahei"; font-size:0.18rem; position:relative;top:-0.02rem}
.history .item ul li{ position:relative;border-left:2px #eee solid; padding-bottom:0.2rem; padding-left:0.3rem; padding-right:0.3rem}
.history .item ul li h3{ font-size:0.14rem; color:#009ee3; font-weight:bold }
.history .item ul li p{ line-height:1.8; margin-top:0.05rem }
.history .item ul li .image{ margin-top:0.1rem;}
.history .item ul li .image a{ display:inline-block; position:relative;width:38%;border-radius:5px; overflow:hidden }
.history .item ul li .image a img{ overflow:hidden; max-width:100%}
.history .item ul li:after { content: ",,"; display: block; width:12px;height:12px;  background:url(../images/line-icon.png) no-repeat;background-size:cover; position:absolute; left:-7px;top:0.02rem; text-indent:-10000px}
.history .item ul li:first-child{ padding-top:0.5rem}
.history .item ul li:first-child:after{top:0.52rem} 
.history .item ul li:last-child{ padding-bottom:0.5rem}

.history .item:last-child{ border:0;}
.history .item.hover{ background-color:#f1eff1}

@media (max-width: 767px) {
	.history  .history-top{ background-size:100% auto; padding:0.3rem 0}
	.history  .history-top strong{ font-size:0.18rem}
	.history .item{ padding-left:1.3rem}
	.history .item h2{ width:1rem}
	.history .item ul li .image a{ width:100%}
	.history .item ul li h3{ font-size:0.16rem}
	.history .item ul li p{ font-size:0.18rem; line-height:1.6;margin-top:0.1rem }
}


.member-list{background-color:#ebf0f5; padding:0.5rem 0}
.member-list  h2{ text-align:center; margin-bottom:0.4rem}
.member-list  h2 a{ display:inline-block; line-height:0.55rem; color:#5a5a5a; font-size:0.18rem; padding:0 0.4rem; background-color:#fff; margin:0 2px;  border-bottom:3px #e2e2e2 solid;  border-radius:0.05rem;}
.member-list  h2 a.current{ background-color:#009ee3; border-bottom:0.03rem #008dca solid; color:#fff}
.member-list .item{ margin-bottom:0.3rem; }
.member-list .item a{ display:block;background-color:#fff; padding:0.25rem 0.3rem 0.3rem 1.9rem; -webkit-transition:all 0.5s;-o-transition:all 0.5s;-moz-transition:all 0.5s;transition:all 0.5s; position:relative}
.member-list .item .image{ width:1.4rem; border-radius:50%; overflow:hidden; position:absolute; left:0.3rem;top:0.3rem; border:0.08rem #eee solid}
.member-list .item .image img{ display:block; width:100%}
.member-list .item .text{ height:1.4rem; position:relative; }
.member-list .item .text strong{ display:block; font-size:0.2rem}
.member-list .item .text p{ font-family:"FjallaOne-Regular"; margin-top:0.1rem; font-size:0.16rem; color:#999; }

@media (min-width:768px) {
	.member-list .item a:hover{box-shadow: 0 16px 48px rgba(32,41,50,.2); transform: translate3d(0,-5px, 0);}
}
@media (max-width:767px) {
	.member-list{ padding:0.3rem 0}
	.member-list h2{  display: -webkit-box;display: -moz-box;display: -ms-boxflex;display: -webkit-flex;display: flex; display: -webkit-box;-webkit-box-orient: horizontal; box-orient: horizontal; margin-bottom:0.3rem}
	.member-list h2 a{display: block;box-flex:1;-moz-box-flex:1;-webkit-box-flex:1;-ms-flex:1; padding:0 ; line-height:0.6rem; font-size:0.16rem; margin:0 3px}
	.member-list .item{ margin-bottom:0.2rem;}
	.member-list .item a{padding:0.2rem 0.2rem 0.2rem 1.9rem;}
	.member-list .item .image{ left:0.2rem;top:0.2rem}
	.member-list .item .text strong{ font-size:0.22rem}
}

.member-view{  background-color:#ebf0f5; padding:0.5rem 0}
.member-view .box{background-color:#fff; padding:4%;position:relative; z-index:99;box-shadow: 0 1px 20px 0 rgba(0,0,0,0.05);}
.member-view .title{ color:#333; text-align:center; padding-bottom:0.3rem}
.member-view .title strong{font-size:0.28rem;line-height:1.5; text-align:center}
.member-view .title p{  color:#bbb;font-size:0.16rem; font-family:"FjallaOne-Regular"; margin-top:0.05rem; display:none}
.member-view .content{ line-height:1.8; font-size:0.16rem; margin:0.3rem 0px; overflow:hidden}
.member-view .content p{ margin-bottom:0.15rem;}
.member-view .content p img{ margin-bottom:0.1rem}
.member-view .content img{ max-width:800px;_width:800px}
.member-view .contact-info{ border-top:0.05rem #eee solid; padding-top:0.3rem}
.member-view .contact-info h3{ font-size:0.18rem; font-weight:bold; margin-bottom:0.2rem}
.member-view .contact-info .map{ height:3rem; border:1px #ddd solid}
.member-view .contact-info ul li{ margin-bottom:0.07rem}
.member-view .contact-info ul li label{ font-weight:normal; color:#888; margin-right:0.05rem}
.member-view .contact-info ul li a{ color:#009ee3;}
.member-view .contact-info ul li a:hover{ text-decoration:underline}
.member-view .contact-info ul li img{ max-width:1.5rem; border:1px #eee solid;width:100%;}
.member-view .contact-info ul li span{ display:block; max-width:1.5rem; text-align:center; font-size:0.14rem; color:#888; margin-top:0.05rem}

@media (max-width: 767px) {
	.member-view{box-shadow:none; padding:0;z-index:1;}
	.member-view .container{padding:0}
	.member-view .box{ padding-top:0.3rem}
	.member-view .title{ padding-bottom:0rem}
	.member-view .title strong{line-height:1.4; padding:0;font-size:0.26rem;}
	.member-view .content{ line-height:1.6;font-size:0.2rem;}
	.member-view .content img{ max-width:100%}
	.member-view .contact-info ul{ margin-top:0.3rem; font-size:0.2rem; }
	.member-view .contact-info ul li{ margin-bottom:0.05rem}
}


.wow {visibility: hidden;}


.business-view{background-color:#ebf0f5; padding:0.5rem 0}
.business-view .box{box-shadow: 0 16px 48px rgba(32,41,50,.05); background-color:#fff} 
.business-cate{  display: -webkit-box;display: -moz-box;display: -ms-boxflex;display: -webkit-flex;display: flex; display: -webkit-box;-webkit-box-orient: horizontal; box-orient: horizontal;}
.business-cate a{display: block;box-flex:1;-moz-box-flex:1;-webkit-box-flex:1;-ms-flex:1; }
.business-cate a{ line-height:1.3; padding:0.25rem 0.1rem; font-size:0.18rem; text-align:center; background-color:#cddbe9; border-right:1px #ebf0f5 solid;background-image: -webkit-linear-gradient(90deg, #cbd7e3 0%, #dce4ec 100%);}
.business-cate a.current{ background:#fff; color:#009ee3;}
.business-cate h2{ font-size:0.3rem; text-align:center; padding-top:0.5rem; width:100%;padding-bottom:0.25rem; position:relative}
.business-cate h2:after { content: ""; display: block; width:0.8rem;height:4px; border-radius:4px; background-color:#f58d06;position:absolute; left:50%; margin-left:-0.4rem;bottom:0;  }
.business-content{ padding:0.4rem;}
.business-content .content{ line-height:1.8; color:#333}
.business-content .content p{ margin-bottom:0.15rem}
.business-content .project{ margin-top:0.4rem;}
.business-content .project h2{ text-align:center; font-size:0.26rem}
.business-content .project .row{ margin-top:0.4rem}
.business-content .project .item{ margin-bottom:0.3rem;}
.business-content .project .item a{ display:block;background-color:#fff; border:1px #e8e8e8 solid;-webkit-transition:all 0.5s;-o-transition:all 0.5s;-moz-transition:all 0.5s;transition:all 0.5}
.business-content .project .item .image{ overflow:hidden}
.business-content .project .item .image .pic{width:100%;-webkit-transition:all 2s;-o-transition:all 2s;-moz-transition:all 2s;transition:all 2s;transform:scale(1.1);-webkit-transform:scale(1.1); }
.business-content .project .item .text{ padding:0.2rem 0.2rem 0.3rem; text-align:center;  }
.business-content .project .item .text strong{font-weight:normal;}
.business-content .project .item .project-content{ display:none}


@media (min-width:768px) {
	.business-content .project .item:hover a{box-shadow: 0 16px 48px rgba(32,41,50,.2);}
	.business-content .project .item:hover .pic{transform:scale(1);-webkit-transform:scale(1);}
}


@media (max-width: 767px) {
	.business-view{ padding:20px 0}
	.business-cate a{ font-size:0.2rem}
	.business-content{ padding:0.25rem; }
	.business-content .content{  line-height:1.5; font-size:0.2rem; text-align:justify}
	.business-content .project .item{ margin-bottom:0.2rem}
	.business-content .project .item .text{ font-size:0.2rem}
}

.project-view{ padding:0.3rem}
.project-view .image img{ width:100%}
.project-view .text{ line-height:1.6; font-size:0.16rem}
.project-view .text p{ margin-bottom:0.1rem}
@media (max-width: 767px) {
	.project-view{ padding:0;}
	.project-view .text{ margin-top:0.3rem}
}

.jw-controlbar{width:100% !important}

.more-btn{  width:2rem; height: 0.6rem; background-color:#009ee3; border-radius:0.05rem; overflow:hidden;  display: block; line-height: 0.6rem; text-align: center; position: relative; z-index: 1; margin:0.3rem auto 0;transition: all 0.5s;}
.more-btn:before{ content:""; width:100%; height:100%; background-color:#fff; z-index: -1; position:absolute; left:0; bottom:0px; transform-origin:100%; -webkit-transform-origin:100%; -webkit-transition:-webkit-transform .42s cubic-bezier(.4,0,.2,1); transition:-webkit-transform .42s cubic-bezier(.4,0,.2,1); transition:transform .3s cubic-bezier(.4,0,.2,1); transition:transform .42s cubic-bezier(.4,0,.2,1),-webkit-transform .42s cubic-bezier(.4,0,.2,1); transform:scaleX(0); -webkit-transform:scaleX(0);  visibility:hidden\9; }
.more-btn i{ margin-left:0.1rem;}
.more-btn span{ padding-right:0.3rem;position: relative; font-size:0.16rem; color:#fff}
.more-btn span i{position: absolute; right: 0; top: 50%; margin-top:-0.08rem; transition: .42s cubic-bezier(.4,0,.2,1); }
.more-btn:hover{box-shadow: 0px 0px 0.2rem 0 rgba(0, 0, 0, 0.15);}
.more-btn:hover:before{ transform:scaleX(1); -webkit-transform:scaleX(1); -moz-transform:scaleX(1); transform-origin:0; -webkit-transform-origin:0;visibility:visible\9;}
.more-btn:hover span{ color: #555;}
.more-btn:hover span i{ background-position: right center;}




.about-news{ padding:0.5rem 0}
.about-news .list .item{ padding:0.3rem; background-color:#fff; margin-bottom:0.1rem; position:relative; height:1.3rem; color:#888; box-shadow: 0px 0px 20px rgba(0,0,0,0.08);transition: all 0.3s;}
.about-news .list .item p{text-overflow: -o-ellipsis-lastline; color:#999; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; font-size:0.13rem; margin-top:0.1rem; line-height:1.6}
.about-news .list .item strong{ display:block; margin-right:0.6rem; font-size:0.16rem; white-space: nowrap;overflow: hidden;text-overflow: ellipsis; font-weight:normal }
.about-news .list .item span{ position:absolute; right:0.3rem;top:0.32rem; font-size:0.14rem;font-family:"FjallaOne-Regular"; color:#aaa; }
.about-news .list .item em{ display:block; height:130px; left:0.1rem;top:0; position:absolute; line-height:1.1rem; width:0.7rem; text-align:center; font-size:0.35rem;font-family:"FjallaOne-Regular"; color:#ccc }
.about-news .list .item .text{ margin-left:0.6rem;}
.about-news .list .item a{ color:#222}
.about-news .list .item.current{ background-color:#008bd5; color:#fff}
.about-news .list .item.current em{ color:rgba(255,255,255,0.5);}
.about-news .list .item.current span{ color:#fff}
.about-news .list .item.current a{ color:#fff}
.about-news .list .item.current p{ color:rgba(255,255,255)}
.about-news .list .item.current:before{  content: ""; display: block; width: 0; height: 0; border-top:9px solid transparent; border-bottom: 9px solid transparent; border-left: 9px solid #008bd5; position: absolute; right: -9px;top: 50%; margin-top:-9px;}
.about-news .image-swiper{ height:4.1rem;}
.about-news .image-swiper .swiper-slide{ height:100%}
.about-news .image-swiper .swiper-slide .pic{ position:relative; height:100%; background-position:center center; background-repeat:no-repeat; background-size:cover}
.about-news .image-swiper .swiper-pagination{ bottom:20px}


@media (max-width: 767px) {
	.about-news{ padding:0.3rem 0}
	.about-news .image-swiper{ margin-top:0.3rem}
	.about-news .image-swiper{height:3rem}
	.about-news .list .item strong{ font-size:0.18rem}
}


.business-main{ padding:0.5rem 0; background-color:#ebf0f5; width:100%; display:block !important}
.business-main h2{ display:none !important}
@media (max-width: 767px) {
	.business-main{ padding:0.3rem 0;}
}

.search-top{ padding:0.3rem 0; font-weight:bold}
.search-top span{ color:#ee0000; margin:0 0.1rem}

.news-list{margin-top:0.5rem}
.news-list .top-news{background: #fff; padding-bottom:0.3rem}
.news-list .top-news .image{ height:2rem;background-position:center center;background-size:cover}
.news-list .top-news .text{ }
.news-list .top-news .text em{ display:block; color:#aaa;   font-size:0.16rem;font-family:Arial, Helvetica, sans-serif}
.news-list .top-news .text strong{ display:block; font-size:0.2rem; margin-top:0.1rem;}
.news-list .top-news .text p{ margin-top:0.1rem; font-size:0.15rem; line-height:1.5; color:#777;overflow: hidden;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp:2; -webkit-box-orient: vertical;}
.news-list .top-news .text a.more-btn{ margin:0.25rem 0 0; background-color:#ebf0f5;  color:#777;font-size:0.16rem}
.news-list .top-news .text a.more-btn:hover{ color:#fff}
.news-list .top-news .text a.more-btn:before{ background-color:#06b}
.news-list .list{ padding:0 0 0.5rem;}
.news-list .list li{ font-size:0.16rem; padding:0.18rem 0; position:relative; border-bottom:1px #e8e8e8 solid}
.news-list .list li strong{ display:block; font-weight:normal; margin-right:1rem; white-space: nowrap;overflow: hidden; text-overflow: ellipsis; margin-left:0.15rem} 
.news-list .list li strong em{ color:#ee0000; }
.news-list .list li strong b{ color:#f39800; font-weight:normal}
.news-list .list li span{ position:absolute; right:0;top:50%; margin-top:-0.08rem;  color:#aaa;font-family:Arial, Helvetica, sans-serif}
.news-list .list li:hover span{ color:#e9b82b}
.news-list .list li:before{content: "";position: absolute;display: block;height: 4px;width: 4px; background: #aaa;left: 0;top: 50%;margin-top: -2px;}

@media (max-width: 767px) {
	.news-list .top-news{ padding:0.3rem 0}
	.news-list .top-news .text{ padding:0.15rem 0}
	.news-list .top-news .text p{ line-height:1.5; height:0.45rem; overflow:hidden}
	.news-list .top-news .text a.more-btn{ display:none}
	.news-list .list li strong{ font-size:0.18rem;}
}


p.none{ padding:10vh  0;text-align:center; color:#aaa; font-size:0.18rem; display:block !important;}
p.none i{ display:block; font-size:1rem; margin-bottom:0.1rem}

.share span{ float:left; line-height:22px;}
.share a{ padding-left:20px; height: 20px; margin-left:6px; display: inline-block; background: url(../images/share.png); float: left;-webkit-transition-duration: 0.3s;-moz-transition-duration: 0.3s;-o-transition-duration: 0.3s; }
.share a.i1{ background-position: 0px 0px;}
.share a.i2{ background-position: -50px 0px;}
.share a.i3{ background-position: -95px 0px;}
.share a.i1:hover{ background-position: 0px -20px;}
.share a.i2:hover{ background-position: -50px -20px;}
.share a.i3:hover{ background-position: -95px -20px;}


.news-view{  background-color:#ebf0f5; padding:0.5rem 0}
.news-view .box{background-color:#fff; padding:4%;position:relative; z-index:99;box-shadow: 0 1px 20px 0 rgba(0,0,0,0.05);}
.news-info .text{}
.news-info .title{ color:#333; text-align:center; padding-bottom:0.3rem}
.news-info .title h1{font-size:0.28rem;line-height:1.5}
.news-info .title p{  color:#888;font-size:0.35rem;  color:#e3612f; padding-bottom:0.1rem;}
.news-info .info{color:#bbb; position:relative; padding-bottom:0.2rem;font-size:0.14rem; border-bottom:1px #e8e8e8 solid}
.news-info .info span.source{background: url(../images/new_i3.png) no-repeat scroll left center;padding: 2px 0px 2px 22px;margin-right: 0.15rem;}
.news-info .info span.date{background: url(../images/new_i1.png) no-repeat scroll left center;padding: 2px 0px 2px 22px;margin-right: 0.15rem;}
.news-info .info span.hits{background: url(../images/new_i2.png) no-repeat scroll left center;padding: 2px 0px 2px 28px;}
.news-info .info em{ display:none}
.news-info .info .share{ position:absolute; right:0;top:0px;}

.news-view .content{ line-height:1.8; font-size:0.16rem; margin:0.3rem 0px; overflow:hidden}
.news-view .content p{ margin-bottom:0.15rem;}
.news-view .content p img{ margin-bottom:0.1rem}
.news-view .content img{ max-width:800px;_width:800px; height:auto !important}
.news-view .content h1{ font-size:0.26rem}
.news-view .content h2{ font-size:0.22rem}

.news-view table{display:table;border-collapse:separate;border-spacing:0px;border-color:#666;max-width:100%;margin:0 auto}
.news-view table td{border:1px #666 solid !important;}

.news-view .content #content{ width:100% !important; border:0 !important;}
.news-view .content #content td{ border:0 !important; }
.news-view .content #tblAppendix{ display:none}

.news-view .other{ border-top:1px #eee solid; padding-top:0.2rem;font-size:0.16rem;color:#777;}
.news-view .other{ color:#777; }
.news-view .other p{  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;margin-bottom:0.1rem; }
.news-view .other p a{ margin-left:3px;}
.news-view .download{ border-top:1px #e8e8e8 solid; padding:0.3rem 0; margin-top:0.3rem; }
.news-view .download h2{ font-size:0.18rem; margin-bottom:0.2rem;}
.news-view .download p{ padding:5px 0px;font-size:0.16rem }
.news-view .download p a{color:#009ee3;}
.news-view .download p i{ font-size:0.2rem; margin-right:0.05rem; color:#aaa}
.news-view .download p a:hover{ text-decoration:underline}

.news-view .slider-wrapper{  position:relative; margin:30px auto 0px; }
.news-view .swiper-container{overflow:hidden;}
.news-view .swiper-slide{ text-align:center;}
.news-view .swiper-slide img{max-width:800px; height:450px;}
.news-view .swiper-slide .title{ margin-top:15px; font-size:0.14rem}
.news-view .swiper-pagination{position: absolute; z-index: 20; bottom:60px; width: 100%; text-align: center;}

.news-view .news-video-con{width:720px;margin:50px auto}
.news-view .news-video-con p{ text-align:center;margin-top:15px;}

@media (max-width: 767px) {
	.news-view{box-shadow:none; padding:0;z-index:1;}
	.news-view .container{padding:0}
	.news-view .box{ padding-top:0.3rem}
	.news-info .title{ padding-bottom:0.15rem}
	.news-info .title p{font-size:0.24rem;font-weight:700}
	.news-info .title h1{line-height:1.4; padding:0;font-size:0.26rem; text-align:left}
	.news-info .info{ border-bottom:0;text-align:left; background:none; font-size:0.18rem; padding-bottom:0 }
	.news-info .info span{ background:none !important; padding-left:0!important}
	.news-info .info span.source{ color:#009ee3}
	.news-info .info em{}
	.news-info .info .hits{ display:none }
	.news-view .content{ line-height:1.6;font-size:0.2rem !important;}
	.news-view .content img{ max-width:100%}
	.news-view .content p{font-size:0.2rem !important; line-height:1.6 !important; margin-bottom:0.15rem !important}
	.news-view .content span{font-size:0.2rem !important;}
	.news-view .other{ font-size:0.18rem}
	.news-view .download p{font-size:0.18rem }
	.news-view .swiper-button-next{ display:none !important}
	.news-view .swiper-button-prev{ display:none !important}
	.share{ display:none}
	.news-view .swiper-slide img{width:100%;height:auto}
	.news-view .news-video-con{width:100%;margin:20px auto}
}



.bid-list{ background-color:#ebf0f5; padding:0.5rem 0 }
.bid-list .item{position:relative; padding:0.3rem; margin-bottom:0.1rem;box-shadow: 0 16px 48px rgba(32,41,50,.05);background-color:#fff;;transition: all 0.5s; -webkit-transition: all 0.5s; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex;  position:relative; }
.bid-list .item a{ display:block;-webkit-transition: background-color .25s;transition:background-color .25s;}
.bid-list .item .date{font-family:"FjallaOne-Regular";}
.bid-list .item .date strong{ display:block; padding:0 0.2rem; line-height:0.6rem; background-color:#828d95; text-align:center; font-size:0.36rem; color:#fff;-webkit-transition-duration: 0.3s;-moz-transition-duration: 0.3s;-o-transition-duration: 0.3s; font-weight:normal}
.bid-list .item .date span{ display:block;padding:0 0.2rem; line-height:0.24rem; text-align:center; font-size:0.13rem; color:#fff; margin-top:1px; background-color:#ccc;-webkit-transition-duration: 0.3s;-moz-transition-duration: 0.3s;-o-transition-duration: 0.3s;}
.bid-list .item .text{  position:relative; padding-left:0.2rem; width:100% }
.bid-list .item .text .title{ display:block; line-height:1.5; font-size:0.18rem;margin-right:1rem; min-height:0.54rem}
.bid-list .item .text .other{ margin-top:0.05rem; color:#aaa;font-size:0.13rem}
.bid-list .item .text .other i{ margin-right:3px; position:relative;top:2px; font-size:0.2rem}
.bid-list .item .text .other span{ margin:0 0.1rem; color:#ccc}
.bid-list .item .text a.more{position: absolute;right: 0;top: 0.05rem; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex;transition: all 0.3s; -webkit-transition: all 0.3s; background-color:#009ee3;border-radius:3px; padding:0 0.2rem;color:#fff; line-height:0.4rem; font-size:0.14rem; text-align:center}
.bid-list .item .text a.more i{ margin-right:2px; font-size:0.2rem; line-height:0.4rem; font-weight:normal}
.bid-list .item .text a.more:hover{ background-color:#0087c2}
.bid-list .item .text a.off{ background-color:#ccc !important}

@media (max-width: 767px) {
	.bid-list{padding:0}
	.bid-list .container{padding:0}
	.bid-list .item{padding:0.3rem 0.2rem; margin-bottom:1px }
	.bid-list .item .text .title{ font-size:0.2rem}
}

.file-down-list{ padding:0.3rem;}
.file-down-list p{margin-bottom:0.15rem;padding-bottom:0.15rem; border-bottom:1px #eee solid}
.file-down-list p:last-child{border-bottom:0}
.file-down-list p i{color:#aaa;margin-right:0.05rem;}
.file-down-list p a{color:#009ee3;font-weight:bold}
.file-down-list p a:hover{text-decoration:underline}
@media (max-width: 767px) {
	.file-down-list{ padding:0; font-size:0.18rem}
}

.bid-view{  background-color:#ebf0f5; padding:0.5rem 0}
.bid-view .box{background-color:#fff; padding:4%;position:relative; z-index:99;box-shadow: 0 1px 20px 0 rgba(0,0,0,0.05);}
.bid-view .bid-con{background-color:#ebf0f5; padding:0.4rem; margin-top:0.3rem}
.bid-view .item{ position:relative; line-height:1.8; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; margin-bottom:0.2rem}
.bid-view .item .content{ width:100%;  }
.bid-view .item .content p{ margin-bottom:0.15rem;}
.bid-view .item .content img{max-width:100%;}
.bid-view .item label{ display:block; width:1rem; text-align:right;  font-weight:normal; color:#999}
.bid-view .file{ position:relative; margin-top:0.4rem;display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; margin-bottom:0.2rem }
.bid-view .file h2{font-size:0.18rem;line-height:0.3rem; width:1.5rem; font-weight:bold}
.bid-view .file h2 em{ display:inline-block; width:0.4rem;height:0.4rem; background-color:#009fd6; color:#fff; line-height:0.4rem; text-align:center;border-radius:0.2rem; margin-right:0.1rem; }
.bid-view .file h2 em i{ font-size:0.3rem; line-height:0.4rem; font-weight:normal;}
.bid-view .file .con{ width:100%; padding-top:0.14rem}
.bid-view .file p{ margin-bottom:0.1rem}
.bid-view .file p a{ color:#009ee3}
.bid-view .file p a:hover{ text-decoration:underline}

@media (max-width: 767px) {
	.bid-view{box-shadow:none; padding:0;z-index:1; font-size:0.2rem}
	.bid-view .container{padding:0}
	.bid-view .box{ padding-top:0.3rem}
	.bid-view .bid-con{ padding:0.3rem}
	.bid-view .item{ line-height:1.6}
	.bid-view .item label{ width:1.3rem}
}



.video-list{background-color:#ebf0f5; padding:0.5rem 0 }
.video-list .item{ position:relative;margin-bottom:0.3rem; }
.video-list .item .image{width:100%;overflow:hidden; position:relative; }
.video-list .item .image:after { content: ",,"; display: block; width:100%;height:100%;position:absolute; left:0;top:0; text-indent:-10000px; background-color:#000;filter: alpha(opacity=50); opacity: 0.5;-webkit-transition-duration: 0.5s;}
.video-list .item img{display:block;width:100%;transform:scale(1.1);-webkit-transform:scale(1.1);-webkit-transition-duration: 2s;}
.video-list .item a{ display: block;;background-color:#fff; overflow:hidden;-webkit-transition:all 0.5s;-o-transition:all 0.5s;-moz-transition:all 0.5s;transition:all 0.5s  }
.video-list .item i{ display:block; position:absolute; font-size:0.6rem; width:0.6rem;height:0.6rem; left:50%; margin-left:-0.3rem;top:50%; margin-top:-0.6rem;color:#fff; }
.video-list .item .title{ text-align:center;font-size: 0.18rem; line-height: 0.22rem;  overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; padding:0.2rem 0.2rem 0.3rem}

@media (min-width:768px) {
	.video-list .item a:hover{box-shadow: 0 16px 48px rgba(32,41,50,.2);transform: translate3d(0,-5px, 0);}
	.video-list .item a:hover .image:after{ opacity: 0.1;filter: alpha(opacity=10);  }
	.video-list .item a:hover img{transform:scale(1);-webkit-transform:scale(1);}
}


@media (max-width: 767px) {
	.video-list{padding:0.3rem 0}
	.video-list .item{margin-bottom:0.2rem;}
	.video-list .item .title{ font-size:0.18rem}
}


.news-list2{background-color:#ebf0f5; padding:0.5rem 0 }
.news-list2 .item-a{margin-bottom:0.3rem}
.news-list2 .item-a a{ display:block; position:relative; height:4.2rem;-webkit-transition:all 0.5s;-o-transition:all 0.5s;-moz-transition:all 0.5s;transition:all 0.5s}
.news-list2 .item-a .image{ position:absolute; left:0;top:0; right:0;bottom:0; background-repeat:no-repeat; background-position:center center; background-size:cover}
.news-list2 .item-a .text{ position:absolute; left:0;bottom:0; right:0; z-index:2; padding:0.3rem; color:#fff}
.news-list2 .item-a .text strong{ display:block; font-size:0.2rem;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;  margin-right:1rem}
.news-list2 .item-a .text span{font-family:"FjallaOne-Regular"; position:absolute; right:0.3rem;top:0.4rem}
.news-list2 .item-a .text p{ font-size:0.15rem; line-height:1.7; margin-top:0.15rem}
.news-list2 .item-a .text i{ position:absolute; right:0.3rem;bottom:0.3rem; font-size:0.20rem; color:#fff}
.news-list2 .item-b{  margin-bottom:0.3rem}
.news-list2 .item-b a{ display:block;position:relative;height:4.2rem;-webkit-transition:all 0.5s;-o-transition:all 0.5s;-moz-transition:all 0.5s;transition:all 0.5s}
.news-list2 .item-b .image{ height:55%; background-repeat:no-repeat; background-size:cover; background-position:center center;}
.news-list2 .item-b .text{ position:relative; height:45%; background-color:#fff;   z-index:2; padding:0.2rem 0.3rem 0.3rem;}
.news-list2 .item-b .text strong{ display:block;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;  font-size:0.18rem; line-height:1.5; height:0.6rem; overflow:hidden; font-weight:normal}
.news-list2 .item-b .text span{font-family:"FjallaOne-Regular"; display:block; margin-top:0.2rem; color:#aaa}
.news-list2 .item-b .text p{ font-size:0.15rem; line-height:1.7; margin-top:0.1rem; display:none}
.news-list2 .item-b .text i{ position:absolute; right:0.3rem;bottom:0.3rem; font-size:0.20rem; color:#808689}

@media (max-width: 767px) {
	.news-list2{ padding:0.3rem 0}
	.news-list2 .item-a{ margin-bottom:0.2rem; border-radius:0.05rem; overflow:hidden}
	.news-list2 .item-b{  margin-bottom:0.2rem}
	.news-list2 .item-a a{ height:2.7rem}
	.news-list2 .item-a .text{ padding:0.18rem 0.2rem 0.15rem; }
	.news-list2 .item-a .text i{ right:0.2rem; bottom:0.2rem}
	.news-list2 .item-a .text p{ font-size:0.2rem; font-weight:bold}
	.news-list2 .item-b a{ height:1.4rem}
	.news-list2 .item-b .image{ width:36%; height:100%; float:left}
	.news-list2 .item-b .text{ padding:0.25rem; height:100%; width:64%; float:right}
	.news-list2 .item-b .text strong{ height:0.5rem; line-height:1.4; font-weight:normal; font-size:0.2rem }
	.news-list2 .item-b .text i{ right:0.2rem; bottom:0.2rem; font-size:0.16rem; color:#ddd}
	

}
@media (min-width:768px) {
	.news-list2 .item-a a:hover{box-shadow: 0 16px 48px rgba(32,41,50,.2); transform: translate3d(0,-5px, 0);}
	.news-list2 .item-b a:hover{box-shadow: 0 16px 48px rgba(32,41,50,.2); transform: translate3d(0,-5px, 0);}
}



.news-list3{background-color:#ebf0f5; padding:0.5rem 0 }
.news-list3 h2{ margin-top:0.3rem; font-size:0.3rem; margin-bottom:0.3rem}
.news-list3 h2:first-child{ margin-top:0}
.news-list3 .item-b{  margin-bottom:0.3rem}
.news-list3 .item-b a{ display:block;position:relative;height:2.4rem;-webkit-transition:all 0.5s;-o-transition:all 0.5s;-moz-transition:all 0.5s;transition:all 0.5s}
.news-list3 .item-b .image{ height:100%; width:40%; float:left; background-repeat:no-repeat; background-size:cover; background-position:center center;}
.news-list3 .item-b .text{ position:relative; height:100%; width:60%; float:left; background-color:#fff;   z-index:2; padding:0.4rem;}
.news-list3 .item-b .text strong{ display:block; font-size:0.22rem; line-height:1.5; }
.news-list3 .item-b .text span{font-family:"FjallaOne-Regular"; display:block; margin-top:0.2rem; color:#aaa}
.news-list3 .item-b .text p{ font-size:0.15rem; line-height:1.7; margin-top:0.1rem;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;  }
.news-list3 .item-b .text i{ position:absolute; right:0.3rem;bottom:0.3rem; font-size:0.20rem; color:#808689}

@media (max-width: 767px) {
	.news-list3{ padding:0.3rem 0}
	.news-list3 .item-b{  margin-bottom:0.2rem}
	.news-list3 .item-b a{ height:1.4rem}
	.news-list3 .item-b .image{ width:36%; height:100%; float:left}
	.news-list3 .item-b .text{ padding:0.25rem; height:100%; width:64%; float:right}
	.news-list3 .item-b .text strong{ height:0.5rem; line-height:1.4; font-weight:normal; font-size:0.2rem }
	.news-list3 .item-b .text p{ display:none}
	.news-list3 .item-b .text i{ right:0.2rem; bottom:0.2rem; font-size:0.16rem; color:#ddd}
	

}
@media (min-width:768px) {
	.news-list3 .item-b a:hover{box-shadow: 0 16px 48px rgba(32,41,50,.2); transform: translate3d(0,-5px, 0);}
}


.culture-item-a{ padding:0.7rem 0; display:none}
.culture-item-a .image{ text-align:center}
.culture-item-a .image img{ width:100%; max-width:2.5rem;}
.culture-item-a .text{ line-height:1.8; }
.culture-item-a .text h2{ font-size:0.3rem;}
.culture-item-a .text p{ margin-top:0.2rem;}

@media (max-width: 767px) {
	.culture-item-a{ padding:0.4rem 0;}
	.culture-item-a .text h2{ font-size:0.24rem; display:none}
	.culture-item-a .text{ line-height:1.5; font-size:0.18rem}
}

.culture-item-b{background-color:#ebf0f5; padding-bottom:0.7rem }
.culture-item-b .text{ background:url(../images/mask-bg.png) no-repeat center bottom #e5f5fc; padding:0.7rem 0 1rem; text-align:center}
.culture-item-b .text h2{ font-size:0.3rem; padding-bottom:0.25rem; position:relative}
.culture-item-b .text h2:after { content: ""; display: block; width:0.8rem;height:4px; border-radius:4px; background-color:#f58d06;position:absolute; left:50%; margin-left:-0.4rem;bottom:0;  }
.culture-item-b .text p{ line-height:1.7; text-align:left; width:60%; margin:0.3rem auto 0}
.culture-item-b  .icons{ position:relative; margin-top:-0.6rem}
.culture-item-b  .icons .item{ background-color:#fff; width:33.333333%; border-right:1px #e8e8e8 solid; border-bottom:1px #e8e8e8 solid; float:left; text-align:center; padding:0.3rem}
.culture-item-b  .icons .item .imgbox {position:relative;overflow:hidden;-webkit-transition:all .4s;-o-transition:all .4s;-moz-transition:all .4s;transition:all .4s; width:1.2rem; margin:0 auto}
.culture-item-b  .icons .item .imgbox img {display:block; width:100%;-webkit-transition:all .4s;-o-transition:all .4s;-moz-transition:all .4s;transition:all .4s;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;}
.culture-item-b  .icons .item .imgbox .act {opacity:0;position:absolute;left:0;top:0;z-index:2;}
.culture-item-b  .icons .item .imgbox i {display:block;width:100%;height:100%;position:absolute;left:0;top:0;-webkit-transition:all .4s;-o-transition:all .4s;-moz-transition:all .4s;transition:all .4s;-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);transform:scale(0);background:#009ee3;z-index:1;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;}
.culture-item-b  .icons .item .tebox {padding:0.2rem 0.3rem;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.culture-item-b  .icons .item .tebox .tl {color:#444444;font-size:0.2rem; font-weight:bold;margin-bottom:0.1rem;}
.culture-item-b  .icons .item .tebox .te {color:#999999;line-height:1.4; font-size:0.16rem; height:0.48rem; overflow:hidden}
@media (min-width: 768px) {
	.culture-item-b  .icons .item:hover {-webkit-box-shadow:1px 2px 10px 0px rgba(52,53,54,0.18);-moz-box-shadow:1px 2px 10px 0px rgba(52,53,54,0.18);box-shadow:1px 2px 10px 0px rgba(52,53,54,0.18); background-color:#f4f4f4}
	.culture-item-b  .icons .item:hover .imgbox {border-color:#184799;}
	.culture-item-b  .icons .item:hover .imgbox .nor {opacity:0;}
	.culture-item-b  .icons .item:hover .imgbox .act {opacity:1;}
	.culture-item-b  .icons .item:hover .imgbox i {-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);transform:scale(1);}
	.culture-item-b  .icons .item:nth-child(1) {margin-top:0;}
}
@media (max-width: 767px) {
	.culture-item-b{ padding-bottom:0.3rem}
	.culture-item-b .icons .item{ padding:0.2rem; width:50%}
	.culture-item-b .icons .item .tebox{ padding:0 }
	.culture-item-b .text p{ width:100%; font-size:0.18rem}
}





.culture-item-c{ background:#fff;  padding:0.7rem 0}
.culture-item-c h2{ font-size:0.3rem; padding-bottom:0.25rem; position:relative; text-align:center}
.culture-item-c h2:after { content: ""; display: block; width:0.8rem;height:4px; border-radius:4px; background-color:#f58d06;position:absolute; left:50%; margin-left:-0.4rem;bottom:0;  }
.culture-item-c .leader-slider{ margin-top:0.4rem;overflow:hidden; position:relative; padding:0 0.1rem 0.5rem}
.culture-item-c .con{ position:relative;}
.culture-item-c .item{}
.culture-item-c .item img{ width:100%}
.culture-item-c .item .text{ padding:0.2rem 0.3rem 0.3rem; position:relative}
.culture-item-c .item .text strong{ font-size:0.18rem; line-height:1.4; height:0.5rem; overflow:hidden; display:block; font-weight:normal}
.culture-item-c .item .text span{ display:block;font-family:"FjallaOne-Regular"; color:#999; margin-top:0.2rem }
.culture-item-c .item .text i{ position:absolute; right:0; bottom:0; font-size:0.3rem; color:#ddd; padding:0.2rem;-webkit-transition:all 0.5s;-o-transition:all 0.5s;-moz-transition:all 0.5s;transition:all 0.5s}
.culture-item-c .item a{display:block; border:1px #ddd solid; position:relative; -webkit-transition:all 0.5s;-o-transition:all 0.5s;-moz-transition:all 0.5s;transition:all 0.5s}
.culture-item-c .swiper-button-prev,.culture-item-c .swiper-button-next{width: 100px;height: 100px; text-align:center; position: absolute;top:50%; margin-top:-75px; background:none;z-index:20;color:#ccc;opacity: .7;-webkit-transition: 0.5s;transition: 0.5s;}
.culture-item-c .swiper-button-prev i,.culture-item-c .swiper-button-next i{ font-size:0.7rem}
.culture-item-c .swiper-button-prev{left:-100px;}
.culture-item-c .swiper-button-next{right:-100px;}
.culture-item-c .swiper-button-prev:hover{opacity: 1; }
.culture-item-c .swiper-button-next:hover{opacity: 1;}
.culture-item-c .swiper-button-disabled{opacity:0.7}


@media (min-width:768px) {
	.culture-item-c .item a:hover{box-shadow: 0 16px 48px rgba(32,41,50,.2); transform: translate3d(0,-5px, 0);}
	.culture-item-c .item a:hover i{ background-color:#009ee3; color:#fff}
}
@media (max-width: 767px) {
	.culture-item-c{ padding:0.5rem 0 0.3rem}
	.culture-item-c .item .text{ padding:0.2rem  0.2rem  0.3rem}
	.culture-item-c .leader-slider{ margin-top:0.3rem; padding:0 0rem 0.6rem}
	.culture-item-c .swiper-button-prev,.culture-item-c .swiper-button-next{ display:none}
}



.fixedImg { background-attachment: fixed; background-position: center top; background-repeat: no-repeat; background-size: cover;}
@media (max-width: 767px) {
	.fixedImg{background-attachment:inherit;}
}


.culture-item-d{ position:relative; padding:0.7rem 0; color:#fff; text-align:center;text-shadow: 0px 0px 4px rgba(0,0,0,0.26);}
.culture-item-d:before { content: ""; width: 100%; height: 100%; background: #000; opacity: 0.10; position: absolute; top: 0; left: 0; z-index: 1;}
.culture-item-d .container{ position:relative; z-index:2}
.culture-item-d h2{ font-size:0.3rem; padding-bottom:0.25rem; position:relative; text-align:center}
.culture-item-d h2:after { content: ""; display: block; width:0.8rem;height:4px; border-radius:4px; background-color:#f58d06;position:absolute; left:50%; margin-left:-0.4rem;bottom:0;  }
.culture-item-d p{ color:#fff; width:60%; text-align:left; margin:0.3rem auto 0; font-size:0.16rem; line-height:1.6; }

@media (max-width: 767px) {
	.culture-item-d p{ width:100%; font-size:0.18rem; line-height:1.5}
}


.hr-item-a{ padding-top:0.5rem}
.hr-item-a .text{ padding-bottom:0.5rem}
.hr-item-a .text h1{ font-size:0.26rem;}
.hr-item-a .text .con{ margin-top:0.1rem; line-height:1.6; color:#888; padding-top:0.1rem; font-size:0.15rem}
.hr-item-a .text .con p{ margin-top:0.1rem}
.hr-item-a .links a{ display:block; background-color:#e5e1e1; padding:0.45rem 0; text-align:center; width:32%; float:left; margin-left:2%}
.hr-item-a .links a span{ display:block; margin-top:0.1rem}
.hr-item-a .links a.current{ background-color:#009ee3; color:#fff;/* background-image: -webkit-linear-gradient(-60deg, #f0600a 0%, #f0600a 50%, #e50012 100%);*/ }
.hr-item-a .links a:first-child{ margin-left:0}
.hr-item-a .pics{ position:relative;}
.hr-item-a .pics .item{ height:4.5rem; background-repeat:no-repeat; background-position:center center; background-size:cover}
.hr-item-a .pics .item h2{ font-size:0.3rem; color:#fff}
.hr-item-a .pics .item span{ display:block; margin-top:0.05rem; font-size:0.18rem;font-family:"FjallaOne-Regular"; color:#f58d06}
.hr-item-a .pics .item p{ margin-top:0.2rem; line-height:1.7; color:#fff; max-width:50%}

@media (max-width: 767px) {
	.hr-item-a .text{ padding-bottom:0.3rem}
	.hr-item-a .text .con{ font-size:0.18rem; line-height:1.5}
	.hr-item-a .links a span{ font-size:0.18rem}
	.hr-item-a .pics{ margin-top:0.5rem}
	.hr-item-a .pics .item{ height:3rem}
	.hr-item-a .pics .item p{max-width:70%}
	.hr-item-a .pics .item p{ line-height:1.5}
}


.job-list{background:#ebf0f5; padding:0.5rem 0}
.job-list .item{ margin-bottom:0.1rem}
.job-list table{ background-color:#cbd4de; width:100%}
.job-list table th{ background-color:#eff4f8; padding:0.2rem 0; text-align:center; font-weight:normal; color:#888}
.job-list table td{ background-color:#fff; padding:0.25rem 0.2rem; position:relative;}
.job-list table thead tr span{ position:absolute; right:0.2rem;top:50%; margin-top:-0.1rem; cursor:pointer; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; font-size:0.16rem }
.job-list table thead tr span i{ display:inline-block; width:0.22rem; height:0.22rem;  background:url(../images/down-icon.png) no-repeat; background-size:cover; margin-left:3px;transform:rotate(-180deg);transition: all 0.3s; -webkit-transition: all 0.3s; }
.job-list table thead tr span.hover i{transform:rotate(0deg);}
.job-list table tbody{ display:none}
.job-list table thead td{ cursor:pointer}
.job-list table thead td b{ font-weight:normal; color:#aaa; margin-left:0.05rem; }
.job-list .item{margin-bottom:0.3rem}
.job-list .item h2{font-size:0.18rem;font-weight:bold;margin-bottom:0.1rem}
.job-list .w15{ width:15%; min-width:1rem;}
.job-list .content{ line-height:1.7;}
.job-list .content .li a{color:#06b}
.job-list .content .li a:hover{color:#e8cd00}
.job-list a.apply-btn{ background-color:#e8cd00; color:#454545; display:block; width:1.5rem; text-align:center; font-size:0.16rem; line-height:0.45rem; border-radius:0.5rem; margin-top:0.2rem;transition: all 0.3s; -webkit-transition: all 0.3s;}
.job-list a.apply-btn:hover{ background-color:#f58d06; color:#fff;}
.job-list a.apply-btn.over{ background-color:#ddd; color:#888; cursor:default}

@media (max-width: 767px) {
	.job-list table{ font-size:0.18rem}
}

.job-search{ background:#009ee3; background-size:cover; padding:0.5rem 0; position:relative; overflow:hidden}
.job-search .box{  background-color:#fff; padding-right:1.8rem; position:relative; z-index:2}
.job-search input{ width:100%; border:0; padding:0.1rem 0.2rem ; height:0.7rem}
.job-search button{ position:absolute; right:0;top:0; width:1.8rem; height:0.7rem; border:0; background-color:#ff000c; color:#fff; font-size:0.22rem}
.job-search button i{ margin-right:0.05rem; font-size:0.22rem}
.job-search #particles-js{ position:absolute; left:0;top:0; z-index:1; width:100%; height:100%}

@media (max-width: 767px) {
	.job-search{padding:0.4rem 0;}
	.job-search input{ height:0.6rem}
	.job-search button{ height:0.6rem}
}


.guestbook{ padding:0.5rem 0; background-color:#f3f3f3}
.guestbook h2{font-size:0.28rem; text-align:center;}
.guestbook .text{line-height:1.7;margin-bottom:0.4rem; font-size:0.16rem; color:#555}
.guestbook .text p{margin-bottom:0.1rem}
.guestbook .input{ width:100%; border:1px #ddd solid; background-color:#fff; padding:0.2rem;}
.guestbook .item{ position:relative; margin-bottom:15px;}
.guestbook .item label{ position:absolute; left:0.2rem;top:0.2rem; margin-bottom:0; font-weight:normal}
.guestbook button{ float:right; width:2.5rem; border:0;  background:#009ee3;color:#fff; line-height:0.6rem; cursor:pointer;}
.guestbook span{ float:left; line-height:0.5rem;}
.guestbook span input{ margin-right:5px;}

.contact{ padding:0.5rem 0; background-color:#fff;}
.contact .icons{ width:30%; float:left;}
.contact .icons .item{ padding-bottom:0.2rem; margin-bottom:0.2rem; border-bottom:1px #eee solid; padding-left:1rem; position:relative}
.contact .icons .item em{ position:absolute; left:0;top:0px;}
.contact .icons .item i{ font-size:0.5rem; color:#aaa;}
.contact .icons .item p{ margin-top:5px; color:#888;}
.contact .icons .item:last-child{ border-bottom:0}
.contact .map{ width:70%; float:left; padding-left:0.5rem;}
.contact #Gmap{ border:1px #ddd solid}

@media (max-width: 767px) {
	.contact{ padding:0.3rem 0}
	.contact .icons{ width:100%; float:none;}
	.contact .map{ width:100%; float:none; padding:0}
	.contact .icons .item p{ line-height:1.5; font-size:0.18rem}
	.contact .icons .item em{ left:15px;}
}

.party-content{padding:0.4rem 0;line-height:2}
.party-content p{margin-bottom:0.2rem}


.form-control{ border-radius:0;height:0.5rem;padding:0.15rem;line-height:1;font-size:0.15rem; -webkit-appearance: none;box-shadow:none !important;}
.form-horizontal .control-label{padding-top:0.15rem}
.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline{padding-top:0.15rem}

.report{background:url(../images/banner2.jpg) no-repeat center center;background-size: cover;background-attachment: fixed;min-height:100vh}
.report .box{background-color:#ebf0f5; min-height:100vh;box-shadow: 0 16px 48px rgba(0,0,0,.2);}
.report .logo{background: #fff;padding:0.5rem; position:relative}
.report .logo img{max-width:100%}
.report .logo span{ font-size:0.3rem; border-left:1px #ddd solid; position:relative;top:0.07rem; margin-left:0.2rem; padding-left:0.2rem}
.report .logo .back-btn{ display:inline-block; padding:0.15rem 0.3rem; border-radius:0.5rem; background-color:#eee; position:absolute; right:0.5rem;top:0.5rem; color:#888}
.report .logo .back-btn i{ margin-right:0.05rem}
.report .logo .back-btn:hover{ color:#009ee3}
.report .form{padding:0.5rem}
.report .form .item{padding-bottom:0.4rem;margin-bottom:0.4rem;border-bottom:1px #e8e8e8 solid}
.report .form .item h2{font-size:0.2rem;font-weight:600;color:#009ee3}
.report .form .item h2:after{content: "";display: inline-block;width: 0;height: 0;border-left: 0.05rem solid transparent;border-right:0.05rem solid transparent;border-top: 0.07rem solid #009ee3;position:relative;top:-0.03rem;margin-left:2px}
.report .form .item .con{margin-top:0.3rem}
.report .form .item img{padding-top:0.15rem}
.report .form .item .btns{margin-top:0.3rem}
.report .form .item .btn1{background-color:#009ee3;color:#fff;border:0;padding:0.2rem 0.6rem}
.report .form .item .btn2{background-color:#ccc;color:#fff;border:0;padding:0.2rem 0.6rem;margin-left:0.05rem}
.report .form .item label span{margin-right:0.02rem;color:#ee4433; }
.report .form .item .view-con{ padding-top:0.2rem; color:#888}
.report .form .form-group{ margin-bottom:0.25rem}
.report .form .btn-up{ background-color:#ee0000; color:#fff; padding:0.12rem 0.3rem; margin-bottom:0.2rem; display:inline-block;}
.report .form a.link{ margin-left:0.1rem; color:#009ee3}
.report .form a.link:hover{ text-decoration:underline}
.report .apply-footer{ text-align:center; font-size:0.16rem; color:#888}

input[type=checkbox], input[type=radio]{  margin: 0.04rem 0 0;}

@media (max-width: 767px) {
	.report .logo .back-btn{ display:none}
	.form-horizontal .form-group{margin-right: -5px; margin-left: -5px;}
	.report .container { padding:0.2rem}
	.report .logo{padding:0.3rem; background-color:#fff}
	.report .logo img{ width:50%}
	.report .logo span{ font-size:0.22rem; font-weight:bold}
	.report .form{padding:0; }
	.report .form label{ font-size:0.20rem; }
	.report .form .form-control{ font-size:0.20rem; }
	.report .form .control-label{ margin-top:0.1rem}
	.report .form .radio-inline{ color:#888}
	.checkbox-inline+.checkbox-inline, .radio-inline+.radio-inline{ }
	.form-group{ margin-bottom:0}
	.report .form .checkbox-inline{ color:#888}
	.report .form .item{margin-bottom:0; padding-bottom:0;border-bottom:0;}
	.report .form .item h2{font-size:0.24rem; background-color:#009ee3; color:#Fff; padding-left:0.3rem; line-height:0.8rem}
	.report .form .item h2:after{border-top: 0.07rem solid #fff;}
	.report .form .item .con{margin-top:0rem;padding:0.15rem 0.3rem;}
	.report .form-horizontal .control-label{padding-top:0.1rem}
	.report .form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline{padding-top:0.1rem}	
	.report .form .item .btns{ text-align:center; padding-bottom:0.3rem}
	.report .form .item button{padding:0.15rem 0.4rem !important; font-size:0.22rem}
	.report .apply-footer{ padding:0.2rem 0 0.3rem; background-color:#fff}
	.report .form .item .btn2{ display:none}
	.report .form .form-group{ margin-bottom:0.15px}
}



.topic-list{ padding:0.5rem 0; background-color:#f2f2f4}
.topic-list .item{ margin-bottom:0.3rem}
.topic-list .item a{ display:block; background-color:#fff; position:relative;transition: all 0.5s; -webkit-transition: all 0.5s;}
.topic-list .item .image{ width:38%; left:0;top:0;height:100%; position:absolute; background-repeat:no-repeat; background-position:center center; background-size:cover;}
.topic-list .item .text{ width:62%; float:right; padding:0.4rem}
.topic-list .item .text strong{ font-size:0.2rem;}
.topic-list .item .text p{ margin-top:0.2rem; line-height:1.7; color:#888}
.topic-list .item .text .more-btn{ background-color:#fff; color:#999; margin:0.2rem 0 0; border:1px #ddd solid; display:block; width:1.3rem; height:0.4rem;    border-radius: 0.2rem; line-height:0.4rem;  text-align:center; }
.topic-list .item .text .more-btn:hover{ color:#fff}
.topic-list .item .text .more-btn:before{ background-color:#06b}

@media (min-width:768px) {
	.topic-list .item a:hover{box-shadow: 0 16px 48px rgba(32,41,50,.2);transform: translate3d(0,-5px, 0);}
}



.site-map{ }
.site-map dl{  border-bottom:1px #e6e6e6 dotted; padding:0.3rem 0}
.site-map dl:last-child{ border-bottom:0}
.site-map dt{ float:left;  width:10%; font-weight:bold; padding-top:0.1rem;}
.site-map dd{ float:left;  width:90%}
.site-map dd a{ margin:0 5px; display:inline-block; padding:0 0.2rem;text-align:center;line-height:0.5rem; background-color:#f5f5f5; margin-bottom:0.1rem;}


.jsmodern-share{position:fixed;top:50%;left:50%;width:300px;height:335px;z-index:999999;background:#fff;border:#ccc solid 1px;border-radius:10px;  box-shadow: 0px 0px 40px 0 rgba(0, 0, 0, 0.3);
overflow:hidden;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}
.jsmodern-share p{display:block;height:20px;text-align:center;font-size:18px;margin:15px 0 20px 0}
.jsmodern-share div{width:260px;height:260px;margin:0 auto}
.jsmodern-share b{position:absolute;width:20px;height:20px;background:url(data:img/jpg;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAA/UlEQVQ4T8WU7ZEBQRCGHxFciQARIBJEcGRABFYEZIAIEAkyIAMhqFdtV7WpabuOqptfM9Pdz0x/NvjyalTwesAg0TkAp8guAg6BJdAODC/ADNin8hxwA/zWjIR0J143Bb4DM84T1APl5s69dga6wU9T2cjc90DFpVUCbkATGAPrBCoX9Svp/JQy2Xa0N6CyeQwMPdRguYf6yr4BC2Cecc8DJNbPcjDJFkBRBZSiQbWPYP8H/LPLX0+KYvBJ2VytTV8Vth6IelnDQV7Zyha2lUXdPjbYtsz+4/zpcHiCRUDdq69XrhXTmlfMpnXHlzdWnAT3SzPw7QEbDJnq6ztc3EQVa6MIgAAAAABJRU5ErkJggg==);right:4px;top:4px;cursor:pointer;color:#ccc;opacity:.1;transition:.1s}
.jsmodern-share b:hover{opacity:.5}
.jsmodern-marquee{overflow:hidden}
.jsmodern-marquee-inner{float:none!important;margin:0!important;padding:0!important;background:transparent!important}
.jsmodern-marquee-default,.jsmodern-marquee-repeat{float:left;margin:0!important;padding:0!important;background:transparent!important}
.jsmodern-marquee-part{display:block;float:left}
.jsmodern-picture-container{display:block;position:relative;overflow:hidden}
.jsmodern-picture-container a{display:block;color:#fff;text-decoration:none}
.jsmodern-picture-container img{border:0}
.jsmodern-picture-inner{position:absolute;height:100%;top:0;left:0;overflow:hidden;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.jsmodern-picture-part{overflow:hidden}
.jsmodern-picture-fade{width:100%}
.jsmodern-picture-fade .jsmodern-picture-part{position:absolute;display:none}
.jsmodern-picture-slide .jsmodern-picture-part{float:left}
.jsmodern-picture-slide img{display:block}
.jsmodern-picture-dot{position:absolute;bottom:15px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}
.jsmodern-picture-dot b{display:block;float:left;width:10px;height:10px;background:#777;border-radius:5px;cursor:pointer;margin:0 5px;transition:.4s}
.jsmodern-picture-dot b.active{background:#fff}
.jsmodern-picture-prev,.jsmodern-picture-next{display:block;position:absolute;top:50%;width:17px;height:32px;margin-top:-16px;cursor:pointer;background:url(data:img/jpg;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAgCAYAAAB3j6rJAAAB7klEQVR42s3XbUtaYRzH8euhqUetZC1Dy1q1mLhX0hvxjeyBIIMV1YpuHOkiBmNsc60dvGmNQS/KfR/8ghAOF8frXLIHH5D/+d898fjXjMfj/4JL8XPsIiW7is10kSI+ootAuooVZ7XIIjr4hjKMlBXrKMfrIvP4gB4qk88V6yln3tciBVzgBqtReXp2o9xC0ovkcYZbVG35yrlVTT6pRXI4QYh1xayUG6o257pIgPfo4wVMHKrpq0cw7SJZHGKATcViU+1AvbJxF8lgHyNswzjaVq999bYvosR3uMOOYs7U6069M7ZF0niLe7yCSZJ63mtGOmqRObTwBzUYT2qa0cLc5CIpNPEXdRjP6prV1Gxj9OENHvAaZhY060GzU4/vig5CLM1qEc0KNTt4GvwkPpeJnPf04TI+4xrPfC2h3teatRz19S3hC66gAyc56nmlGSXbC20FX9GFDhx36tVV7xXrm1XK+I5LLLguoR6X6lmO+6NXwQ+0oWsrPtW21asy7Rmwhp84RyHuEqo5V48118Ooil84RR5xrrpT1VaTOhU3EOLYdm1JTrmhao3NNNfWkeXaCpSjq87P34ktDHEQcW1l9WyoXK9/sF5ihL2JAyej2Eg5Jg6Xa+s3WkhJS7GprjrXA6eBrDQUMx4X8e8fwj0L7GH1LqcAAAAASUVORK5CYII=) no-repeat}
.jsmodern-picture-prev{margin-left:15px}
.jsmodern-picture-next{right:0;margin-right:15px;background-position:-17px 0}
.jsmodern-video{background:#000;position:relative;overflow:hidden;z-index:10}
.jsmodern-video-panel{position:absolute;bottom:0;left:0;z-index:2147483648;width:100%;height:40px;line-height:40px;color:#fff;background:rgba(0,0,0,.8);-webkit-user-select:none;-moz-user-select:none;user-select:none}
.jsmodern-video-panel.jsmodern-video-panelFull{left:50%;-webkit-transform:translate(-50%,-10px);-ms-transform:translate(-50%,-10px);transform:translate(-50%,-10px);padding:3px 5px;border-radius:8px}
.jsmodern-video-linebox{height:6px;background:rgba(255,255,255,.25);border-radius:3px;width:460px;width:-webkit-calc(100% - 305px);width:-moz-calc(100% - 305px);width:calc(100% - 305px);float:left;margin:17px 0 0 15px;position:relative;cursor:pointer}
.jsmodern-video-pass{position:absolute;border-radius:3px;height:100%;background:#F06000}
.jsmodern-video-linedot{width:6px;height:6px;background:#fff;border-radius:3px;-webkit-transform:scale(1.8);-ms-transform:scale(1.8);transform:scale(1.8);position:absolute}
.jsmodern-video-panel b{cursor:pointer}
.jsmodern-video-panel b,.jsmodern-video-panel span{display:block;float:left}
.jsmodern-video-panel span{font-size:12px;cursor:default;-webkit-user-select:none;-moz-user-select:none;user-select:none}
.jsmodern-video-start{margin-left:10px}
.jsmodern-video-start+span{width:14px;height:12px;text-align:center;line-height:12px;font-size:10px;overflow:hidden;margin-top:13px;-webkit-transform:scale(1,0.9) translateY(1px);-ms-transform:scale(1,0.9) translateY(1px);transform:scale(1,0.9) translateY(1px);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}
.jsmodern-video-start,.jsmodern-video-end{width:39px;text-align:center}
.jsmodern-video-volumebox{width:80px;height:6px;background:rgba(255,255,255,.25);border-radius:3px;float:left;margin:18px 0 0 7px;position:relative;cursor:pointer}
.jsmodern-video-volumeline{width:40px;height:6px;background:#F06000;border-radius:3px;margin-top:0}
.jsmodern-video-volumedot{width:6px;height:6px;background:#fff;border-radius:3px;margin:-6px 0 0 37px;-webkit-transform:scale(1.8);-ms-transform:scale(1.8);transform:scale(1.8);position:absolute}
.jsmodern-video-play,.jsmodern-video-volume,.jsmodern-video-fullin{width:18px;height:18px;margin-top:11px;background-position:center;background-repeat:no-repeat}
.jsmodern-video-play{margin-left:10px;background-image:url(data:img/jpg;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAe0lEQVR42q2UQRGAIBREiWAEIhjhRzCKDbCBRjGCDaQBRqDBdzntgRvLm3nXN6sMhIa7G0xBgqHGC1c9RNKcENeZHiInXLQQKdDUUL9OD3GdGOrXaSGSZ4QuddEDo/KPPrgpx1/hwc8YC90wKlckQ1MubYW79IzwOMf4AZCzZlJ6pNv5AAAAAElFTkSuQmCC)}
.jsmodern-video-pause{background-image:url(data:img/jpg;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAANUlEQVR42u3MMQoAAAgCwP4/9aR+VjQINtTcoNBicobkTNiS/vEQvSBBggR9hILOD8h5i74A46kzKYwr0EYAAAAASUVORK5CYII=)}
.jsmodern-video-volume{margin-left:15px;background-image:url(data:img/jpg;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAqklEQVR42tWT0QmDMBCGHcENXMEBhGaL9rEjZATffKwDZJdmgy7QHZo33zz/0AscBmNaCOIPH3Ke+USTq84ZIrqDdnXPgGuuoAVP4KMi0TddSlCDB5BR3GvEcy/wCYUCF8HNNwFtiBwwQco9jSKKBZQQaa4brt+en0W8eAJGiN2/IusRIiouKv9puA5bP7uXhDfsbP8gtn8GOnUgx8wD6XJHxO6NSNGhPT4LSrtjI5LQNtEAAAAASUVORK5CYII=)}
.jsmodern-video-muted{background-image:url(data:img/jpg;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAA00lEQVR42s2UsQ3CMBBFqZAokNLQoozgCWJ3NAxAg5QRGIEFEOkpgBFgAbIKC0AoU5nv6CJ9GQI6lIIvPcXxyd93di4D730v9Gf0Xc1mOTA0pTMKi8EFBDm1EQIJ2AKWldiw64wcsMQC3EGsDEzBhLPAM5XBi0r/XjNwBUfKxMimhcYoAzsZ78mkAkZlJBUc5L1uTbSlWbrJWuZOYU5tFJVzbsvUGs3BDTzEkMtsDnsdsQJVR0YbsOTrlzXJpw+yACwnsfGvLVLqWkTftCM2+r//0RPE3HMNwpwYwQAAAABJRU5ErkJggg==)}
.jsmodern-video-fullin{margin-left:15px;background-image:url(data:img/jpg;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAKlBMVEVMaXH////////////////////////////////////////////////////m1kuZAAAADXRSTlMAYBAw79DwIM9wgG9/QM+KqQAAAF5JREFUeNqNj0sSwCAIQ6Pit+X+1y2GOs7UTbNA8kYjQE05wpTK7LG8EwcdrwZB7hrcBx1FYfcDCY9UEGdbrFbiBIqpFf90PmGo7NDvtwJt1x7slmN0graWEwIny+sDBBUDznqlFGYAAAAASUVORK5CYII=)}
.jsmodern-video-fullout{margin-left:15px;background-image:url(data:img/jpg;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAJ1BMVEVMaXH////////////////////////////////////////////////c+C/6AAAADHRSTlMAgBDQz39QIMBAML9Nf8RqAAAAaElEQVR42r2QQQ7AIAgEV6CIlv+/t3Ap3E2cyyojxIBb7JfqQu/+z+ZCIAU0QtzqEbtMGcCIcCZ0454iIuvFLDHRICkhvUNHsICVqThBnyBHZSqK4+/2Ok9OEdGNOdcSuS1xW2+3jUt8eaUDz3DmFVcAAAAASUVORK5CYII=)}
b.jsmodern-video-fullFalse{opacity:.5;cursor:default}
.jsmodern-dialog-container{position:fixed;width:100%;height:100%;z-index:2147483649;top:0;left:0;background:rgba(0,0,0,.6);opacity:0}
.jsmodern-dialog{position:fixed;top:-10px;left:50%;width:500px;min-width:500px;height:auto;overflow:hidden;padding:15px;-webkit-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);background:#fff;border-radius:6px;border:#555 solid 1px;box-shadow:0 0 15px rgba(0,0,0,.4);opacity:0}
.jsmodern-dialog-title{text-align:left;font-size:16px;font-weight:bold;color:#000;word-wrap:break-word;word-break:normal}
.jsmodern-dialog-content{width:100%;height:auto;min-height:60px;overflow:hidden;word-wrap:break-word;word-break:normal;margin-top:10px;font-size:14px;color:#333;line-height:160%}
.jsmodern-dialog&gt;span{display:block;float:right;height:30px;line-height:30px;font-size:13px;padding:0 12px;cursor:pointer;margin:13px 0 0 10px;border-radius:4px;border:#ccc solid 1px;transition:.25s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.jsmodern-dialog&gt;span.jsmodern-dialog-sure{background:#2F7CBE;border-color:#2F7CBE;color:#fff}
.jsmodern-dialog&gt;span.jsmodern-dialog-sure:hover{background:#1563A6;border-color:#1563A6}
.jsmodern-dialog&gt;span.jsmodern-dialog-cancel:hover{background:#eee}
.jsmodern-scrollBar-container{overflow:hidden;position:relative}
.jsmodern-scrollBar-inner{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}
.jsmodern-scrollbar{position:absolute;top:0;right:2px;width:6px;background:rgba(0,0,0,.3);border-radius:3px;z-index:10px;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}
.jsmodern-lazyload{display:block;opacity:0}
.jsmodern-page-content{text-align:center;margin-left:auto;margin-right:auto}
.jsmodern-page-target&gt;*{display:none}
.jsmodern-page{height:38px;display:inline-block;overflow:hidden;border-radius:19px;border:#e8e8e8 solid 1px;margin:0 auto}
.jsmodern-page&gt;div i,.jsmodern-page&gt;i{display:block;float:left;width:40px;height:38px;line-height:38px;font-size:13px;text-align:center;cursor:pointer;font-style:normal;background:#f5f5f5;transition:.15s;font-weight:bold;color:#333}
.jsmodern-page i{border-right:#e3e3e3 solid 1px;border-left:#fff solid 1px}
.jsmodern-page&gt;div{float:left;max-width:420px;overflow:hidden}
.jsmodern-page&gt;div div{height:38px}
.jsmodern-page i.active{background:#E04636;color:#fff;box-shadow:rgba(0,0,0,.2) 0 0 10px inset;border-right-color:#fff}
.jsmodern-page i:hover{color:#E04636}
.jsmodern-page i.active:hover{color:#fff}
.jsmodern-page&gt;i span{display:inline-block;font-size:20px}
.jsmodern-page&gt;i:first-child{border-radius:19px 0 0 19px}
.jsmodern-page&gt;i:last-child{border-radius:0 19px 19px 0}
i.jsmodern-page-first,i.jsmodern-page-last,i.jsmodern-page-next,i.jsmodern-page-prev{line-height:33px}


.ahinvFd .ad{
	z-index: 100;
	background: none;
	position: absolute;
	display: none;
}
.ahinvFd a{
	color:#000000; 
	display: inline-block;
	text-decoration: none;
}
.ahinvFd a img{
	border: 0;
}

.ahinvFd .opacity{
	position: absolute; 
	top: 0; 
	width: 100%; 
	height: 25px; 
}
.opacity1{
	opacity: 0.90; 
	filter: alpha(opacity = 90);
}
.ahinvFd .text{
	position: absolute; 
	top: 0; 
	width: 100%; 
	height: 25px; 
	color: #000000; 
	line-height: 25px; 
}
.ahinvFd .text .button{
	position: relative;
	float: right;
	top: 5px;
	right: 5px;
	width: 27px;
	height: 27px;
	background: url("../images/close.png") no-repeat;
	cursor: pointer;
	display:none
}
.ahinvFd .text .title{
	position: relative;
	float: left;
	font-size: 12px;
	margin-left: 5px;
}</pre></body></html>