html,body { margin:0; padding:0}
body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,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; }

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;}}


h2, .h2 {font-size: 0.36rem;}
h3, .h3 {font-size: 0.26rem;}

@font-face {
  font-family: 'iconfont';  
  src: url('../font/font_399435_k795ts4biq.eot');
  src: url('../font/font_399435_k795ts4biq.eot') format('embedded-opentype'),
  url('../font/font_399435_k795ts4biq.woff2') format('woff2'),
  url('../font/font_399435_k795ts4biq.woff') format('woff'),
  url('../font/font_399435_k795ts4biq.ttf') format('truetype'),
  url('../font/font_399435_k795ts4biq.svg') 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: 'dincond-medium-webfont';
	src: url('../font/dincond-medium-webfont.eot');
	src: url('') format('embedded-opentype'), 
	url('../font/dincond-medium-webfont.woff2') format('woff2'), 
	url('../font/dincond-medium-webfont.woff') format('woff'), 
	url('') format('truetype'), 
	url('') format('svg');
}

.col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
@media ( min-width : 768px) {
	.col-sm-5ths {
		width: 20%;
		float: left;
	}
}
@media ( min-width : 992px) {
	.col-md-5ths {
		width: 20%;
		float: left;
	}
}
@media ( min-width : 1200px) {
	.col-lg-5ths {
		width: 20%;
		float: left;
	}
}




::-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;}

.filler { position: absolute; display: block; -webkit-transition: 0.6s ease 0s; -moz-transition: 0.6s 0s; -o-transition: 0.6s 0s; transition: 0.6s 0s; }
.filler { background-color: #1d3994; z-index: 5; }
.filler-left { width: 3px; height: 0%; left: 0%; bottom: 0%; }
.filler-right { width: 3px; height: 0%; right: 0%; top: 0%; }
.filler-top { width: 0%; height: 3px; left: 0%; top: 0%; }
.filler-bottom { width: 0%; height: 3px; right: 0%; bottom: 0%; }


.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:90px; width:100%;z-index:999; position:fixed; left:0;top:0}
#header:after {content:"";display:block;width: 100%;height: 1px; background-color:#fff; position:absolute; left:0;bottom:0;filter:alpha(opacity=10); -moz-opacity:.1; opacity:.1; }
#header .mask{background:#fff;opacity:1; position:absolute; z-index:1; left:0;top:0; width:100%; height:100%;box-shadow: 0px 2px 8px -2px rgba(0, 0, 0, 0.2);-webkit-transition-duration: 0.3s;-moz-transition-duration: 0.3s;-o-transition-duration: 0.3s;filter:alpha(opacity=0); -moz-opacity:0; opacity:0;}
#header .container{ position:relative; z-index:2}
#header .logo{ float:left; margin-top:10px; display:block; width:410px; height:70px; background:url(../image/logo.png) no-repeat}

#header.hover .logo{ background-image:url(../image/logo-black.png) }
#header.hover .mask{ display:block;filter:alpha(opacity=100); -moz-opacity:1; opacity:1;}


@media (max-width: 1199px) {
	#header{ height:60px;}
	#header .logo{ background:url(../image/logo-black.png) no-repeat left center; background-size:auto 80%; 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 .container{ padding:0; width:100%}
}



.nav{  height:90px; position:relative; z-index:98; float:right; }
.nav ul{ float:left}
.nav ul li{ float:left; height:90px; position:relative;  }
.nav ul li a{ display:block; float:left; height:90px;padding-top:35px;line-height:20px; }
.nav ul li a s{ font-weight:normal;  font-size:22px; overflow:hidden}
.nav ul li a:hover{ color:#fff}
.nav ul li.sub a:hover{ color:#fff}
.nav ul li span{ position:relative; z-index:2;padding:0 0.16rem; display:block; color:#fff}
.nav ul li.home span{ padding:0 25px}
.nav ul li i{background:#007dbf; left:0.16rem; right:0.16rem; 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.hover a{color:#fff;}
.nav ul li.hover i{height:3px;}
.nav ul li.search-btn span{ padding:0 20px;}

@media (min-width: 1420px) and (max-width: 1550px) {
	.nav { margin-right:0px;}
}


#header.hover .nav ul li span{ color:#444}

#sub-nav{ position:absolute;top:90px; left:0; width:100%; z-index:97; height:0px;  transition: .5s cubic-bezier(0.215,.61,.215,1);-webkit-transition: 0.5s cubic-bezier(0.215,.61,.215,1);-moz-transition: 0.5s cubic-bezier(0.215,.61,.215,1);-o-transition: 0.5s cubic-bezier(0.215,.61,.215,1);overflow:hidden; visibility:hidden}
#sub-nav.hover{ height:60px; visibility:visible}
#sub-nav.hovers{top:80px;}
#sub-nav .sub-nav-bg{background:rgba(0,9,30,0.3);width:100%; height:60px; position:relative; left:0;top:0; transition: .5s cubic-bezier(0.215,.61,.215,1);- webkit-transition: 0.5s cubic-bezier(0.215,.61,.215,1);-moz-transition: 0.5s cubic-bezier(0.215,.61,.215,1);-o-transition: 0.5s cubic-bezier(0.215,.61,.215,1); z-index:1;}

#sub-nav .sub-nav-item{ width:100%; height:60px; position:absolute; left:0;top:-62px;-webkit-transition-duration: 0.3s;-moz-transition-duration: 0.3s;-o-transition-duration: 0.3s; z-index:2;background:url(../image/blank.gif)}
#sub-nav .sub-nav-item.hover{top:0;filter:alpha(opacity=100); -moz-opacity:1; opacity:1; z-index:3}
#sub-nav .sub-nav-item ul{ position:absolute; top:0;height:60px; background:none; width:100%}
#sub-nav .sub-nav-item ul li{ float:left; line-height:60px; margin-left:30px}
#sub-nav .sub-nav-item ul li a{ color:#fff;}
#sub-nav .sub-nav-item ul li a:hover{ color:#0bc8ff;}




.nav ul li.indicator {position:absolute !important; top: 83px; left: 0; width: 100px; height: 7px; background:url(404.png) no-repeat center top; z-index:1;transition: all 0.6s cubic-bezier(0.71, -0.01, 0.07, 0.99) 0s; -webkit-transition: all 0.6s cubic-bezier(0.71, -0.01, 0.07, 0.99) 0s; display:none  }

.nav .search{ float:left; margin-left:15px; height:60px; overflow:hidden;cursor:pointer}
.nav .search i{ line-height:60px; color:#fff }

.right-slide-link{ width: 100px; height:90px; position:absolute; right:0;top:0; border-left:1px rgba(255,255,255,0.1) solid;-webkit-transition-duration: 0.3s;-moz-transition-duration: 0.3s;-o-transition-duration: 0.3s; z-index:10; line-height:90px; overflow:hidden; text-align:center; cursor:pointer}
.right-slide-link i{ margin-right:5px; color:#fff; font-size:18px; }
.right-slide-link span{  margin-top:0px; color:#fff ; position:relative; z-index:2;-webkit-transition: all 400ms; transition: all 400ms; font-size:15px;}
.right-slide-link:hover{ background-color:#007dbf;}

#header.hover .right-slide-link{ background-color:#007dbf}

.search-form{ padding:10px; position:absolute; left:50%; margin-left:354px; }
.search-form .input{ background-color:#fff; line-height:20px; padding:10px; width:180px; border:0; float:left}
.search-form .hover{ background-color:#fff; color:#22548b;}
.search-form button{ background-color:#22548b; color:#fff; font-size:18px; width:46px; height:40px; float:left; border:0; cursor:pointer;-webkit-transition-duration: 0.3s;-moz-transition-duration: 0.3s;-o-transition-duration: 0.3s;}
.search-form button i{ font-size:20px;}
.search-form button:hover{ background-color:#76b632}


@media (max-width:1350px){
	.right-slide-link{ display:none}
}
@media (max-width:1199px){
	.nav{ display:none}
}



.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: #f3f3f3; -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 .t a{ font-size: 0.22rem; font-weight:bold; padding: 20px 5% 20px 0px; display: block; position: relative;}
.menuMobile .t a:before{ content:""; position: absolute; right: 2%; top: 50%; background: url(../image/menu_tico.png) no-repeat scroll center center; background-size: cover; width: 12px; height: 7px; margin-top: -5px; opacity: 0; transition: 300ms; -webkit-transition: 300ms; transform: rotate(-180deg); -webkit-transform: rotate(-180deg);}
.menuMobile .cur a:before{ opacity: 1;}
.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 { transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s; -webkit-transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s; width: 100%;position:relative; z-index:50; background-color:#fff}
.main-black { position: fixed; width: 100%; height: 100%; left: 0px; top: 0px; background:none rgba(0,0,0,0.5); display: none; z-index: 900; }

@media (max-width: 1199px) {
	.main{ margin-bottom:0}
}

.banner-slider{ overflow:hidden}
.banner-slider .image{ height:700px; background-position:center center; background-size:auto 100%}
.banner-slider .image a{ display:block;}
.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(../image/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(../image/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;}

@media (max-width: 1420px) {
	.banner-slider .image{ height:500px}
}

@media (max-width: 992px) {
	.banner-slider{ margin-top:40px}
	.banner-slider .image{ height:250px;}
	.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}
}


.index-bg{ padding:0.5rem 0}

.index-slider{ width:50%; height:400px; float:left; padding-right:20px;}
.index-slider .swiper-container{ 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 0.4rem;}
.index-slider .txt strong{ display:block; font-weight:normal; text-align:center; overflow: hidden;text-overflow:ellipsis;white-space: nowrap; color:#fff} 
.index-slider .txt i{ color:#aaa; position:absolute; right:40px;top:25px; font-size:20px;}
.index-slider .full {position: absolute;}
.index-slider .image{ position:absolute; left:0;top:0; z-index:1; width:100%; height:100%; background-repeat:no-repeat; background-position:center center; background-size:cover}
.index-slider .image img{ display:none; width:100%; height:auto}
.index-slider .swiper-button-prev{ background-color:rgba(0,0,0,0.5); width:40px; height:80px; background-size:18px 29px; left:0; margin-top:-40px;-webkit-transition: all .3s;transition: all .3s;}
.index-slider .swiper-button-next{ background-color:rgba(0,0,0,0.5); width:40px; height:80px; background-size:18px 29px; right:0; margin-top:-40px;-webkit-transition: all .3s;transition: all .3s;}
.index-slider .swiper-button-prev:hover{ background-color:#e85b36;}
.index-slider .swiper-button-next:hover{ background-color:#e85b36;}

.index-news{ width:50%; float:right;position:relative; padding-left:20px;}
.index-news h3{  height:70px; line-height:70px; border:1px #ddd solid;border-bottom:0; padding-right:80px;}
.index-news h3 a{  font-size:0.18rem; width:33.3333333%; max-width:150px; text-align:center; display:block; float:left; position:relative; font-weight:bold}
.index-news h3 a.current{ background-color:#007dbf;color:#fff;}
.index-news h3 a.current:before{content: ""; display: block; width: 0; height: 0; border-left: 6px solid transparent; border-right: 6px solid transparent;border-top: 6px solid #007dbf; position: absolute; left: 50%;margin-left:-6px; bottom: -6px;}
.index-news .con{  border-top:0; padding:20px 35px;border:1px #ddd solid;}
.index-news dl{ position:relative;}
.index-news dl span{ font-size:14px; color:#999; position:absolute; right:0;top:3px;}
.index-news dl strong{display:block;overflow: hidden;text-overflow:ellipsis;white-space: nowrap; margin-right:60px; font-size:0.18rem; position:relative; padding-left:12px;}
.index-news dl strong:before {content: "";position: absolute;display: block; height:4px; width: 4px; background: #ccc; left:0;top:50%;margin-top:-2px}
.index-news dl p{ font-size:14px; margin-top:6px; line-height:1.6; color:#999; text-overflow: -o-ellipsis-lastline; overflow: hidden; text-overflow: ellipsis; display: -webkit-box;-webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical;}
.index-news ul{ margin-top:15px;}
.index-news .con li{ padding:5px 0 5px 12px; padding-right:90px; position:relative}
.index-news .con li:before {content: "";position: absolute;display: block; height:4px; width: 4px; background: #ccc; left:0;top:50%;margin-top:-2px}
.index-news .con li a{ display:block;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.index-news .con li span{ font-size:14px; color:#999; position:absolute; right:0;top:6px;}
.index-news a.more{ position:absolute; right:0px;top:0px; color:#999; display:block; width:80px; text-align:center;font-size:0.14rem;line-height:70px;}



@media (max-width:992px){
	.index-bg{ padding:15px 0}
	.index-slider{ width:100%; padding:0; float:none;}
	.index-slider .txt{  height:auto}
	.index-slider .txt strong{ font-size:0.18rem; font-weight:bold; padding-right:0; overflow:inherit;text-overflow:inherit;white-space: inherit;}
	.index-slider .swiper-button-prev{ width:20px; height:40px; background-size:9px 15px; margin-top:-20px;}
	.index-slider .swiper-button-next{ width:20px; height:40px; background-size:9px 15px; margin-top:-20px;}	
	
	.index-news{ width:100%; padding:0; float:none; margin-top:15px;}
	.index-news h3 { height:60px; line-height:60px; padding-right:0}
	.index-news h3 a{  max-width:inherit}
	.index-news .con{ padding:20px 25px;}
	.index-news a.more{ display:none}
	.index-news .con dl{ border-bottom:1px #ddd solid; padding-bottom:15px;}
	.index-news .con dl span{ display:block; position:relative; margin-bottom:5px;top:0;color:#bbb; font-size:0.14rem;}
	.index-news .con dl strong{ margin-right:0}
	.index-news .con dl p{font-size:0.14rem;}
	.index-news .con ul{ margin-top:5px;}
	.index-news .con li{ padding:5px 0; }
	.index-news .con li span{ display:block; position:relative; margin-bottom:1px;top:0;color:#bbb; font-size:0.14rem;}
	.index-news .con li a{ font-size:0.18rem}
	.index-news .con li:before{ display:none}
	.index-news .con li:last-child{ border:0}
	
}

.index-bg2{ background-color:#e0e2e4; padding:0.5rem 0}
.index-notice{ background-color:#fff;  box-shadow: 0px 2px 6px -2px rgba(0, 0, 0, 0.1); position: relative;}
.index-notice h2{ background-color:#f1f1f1 }
.index-notice h2 a{ display:block; text-align:center; width:50%; float:left;line-height:0.7rem; font-size:0.18rem; font-weight:bold; background-color:#f1f1f1}
.index-notice h2 a.current{ background-color:#fff}
.index-notice .con{ padding:0.3rem 0.3rem 0.5rem; height:3.4rem}
.index-notice dl{ padding-left:120px; position:relative;}
.index-notice dl .date{ width:100px; position:absolute; left:0;top:0;font-family:"NoveDemiBold"; }
.index-notice dl .date strong{ display:block; line-height:40px; background-color:#e1e1e1; text-align:center; color:#5a5a5a; font-size:26px; }
.index-notice dl .date span{ display:block; text-align:center; background-color:#ececec; color:#9e9e9e; line-height:28px; font-size:16px; }
.index-notice dl .image{ width:100px; position:absolute; left:0;top:0;}
.index-notice dl .image img{ width:100%}
.index-notice dl .text{ }
.index-notice dl .text strong{display:block; font-size:15px;position:relative; line-height:20px;height:40px; overflow:hidden }
.index-notice dl .text strong a{ color:#444; }
.index-notice dl .text strong a:hover{ color:#3f51b5}
.index-notice dl .text span{ display:block;font-family:Arial, Helvetica, sans-serif; font-size:0.14rem; color:#aaa; margin-top:10px;}
.index-notice ul{ margin-top:0.2rem;}
.index-notice ul li{ padding:0.06rem 0; height:0.32rem;  line-height:0.2rem; margin-right:0.75rem; position:relative;}
.index-notice ul li a{ background:url(../image/li.gif) no-repeat 0 center; padding-left:15px;display:inline-block; max-width:100%;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;_width:100%; text-align:left;}
.index-notice ul li span{ font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#aaa; position:absolute; right:-75px;top:7px;}
.index-notice a.more{ position:absolute; right:0.2rem;bottom:0.2rem; font-size:0.12rem; color:#8a8a8a; display:inline-block;padding:0px 0.1rem; line-height:0.25rem;}
.index-notice a.more:hover{ color:#4a4a4a; }

.index-topic{ background-color:#fff;  box-shadow: 0px 2px 6px -2px rgba(0, 0, 0, 0.1); position: relative;}
.index-topic h2{ background-color:#f1f1f1;line-height:0.7rem; font-size:0.18rem; font-weight:bold; padding-left:0.3rem; position:relative }
.index-topic a.more{ position:absolute; right:0.3rem; font-size:0.15rem; font-weight:normal; color:#999;top:0;}
.index-topic .con{ padding:0.3rem 0.3rem 0.5rem; height:3.4rem}
.index-topic dl img { width:100%}
.index-topic ul{ margin-top:0.2rem; line-height:1.8; color:#888; font-size:0.15rem}


.index-other{ background-color:#fff;  box-shadow: 0px 2px 6px -2px rgba(0, 0, 0, 0.1); position: relative;}
.index-other h2{ background-color:#f1f1f1 }
.index-other h2 a{ display:block; text-align:center; width:50%; float:left;line-height:0.7rem; font-size:0.18rem; font-weight:bold; background-color:#f1f1f1}
.index-other h2 a.current{ background-color:#fff}
.index-other .con{ padding:0.3rem; height:3.4rem}

.index-leader .swiper-slide img{ display:block; width:100%}
.index-leader .swiper-slide span{ display:block; text-align:center; margin-top:0.1rem}
.index-leader .swiper-pagination{ bottom:0.4rem}

.index-video .item{ position:relative}
.index-video .item img{ display:block; width:100%}
.index-video .item span{ display:block; text-align:center; margin-top:0.1rem}
.index-video .item i{ position:absolute; font-size:0.6rem; left:50%; margin-left:-0.3rem;top:50%; margin-top:-0.5rem; color:#fff}

@media (max-width:1199px){
	.index-bg2{ padding:15px 0}
	.index-notice .con{ height:auto}
	.index-topic{ margin-top:15px;}
	.index-topic .con{ height:auto}
	.index-other{ margin-top:15px;}
	.index-other .con{height:auto}
}


#footer{  background-color:#3d3e40; padding:0.5rem 0 0.3rem;}
#footer .footer-about{ width:30%; float:left; padding-right:80px;}
#footer .footer-about h3{ font-size:0.18rem; font-weight:normal; line-height:1; margin-bottom:0.2rem;color:#fff; 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.14rem; line-height:1.8;color:#aaa }
#footer .footer-about p i{ color:#fff; font-size:0.2rem; position:relative;top:0.02rem; margin-left:0.05rem} 
#footer .footer-about .links{ position:relative; height:45px; background-color:#4f5052;font-size:14px; margin-top:20px; max-width:320px;}
#footer .footer-about .links dt{ height:45px; line-height:45px; padding-left:20px; font-weight:normal; color:#888; cursor:pointer; position:relative}
#footer .footer-about .links dt i{ width:45px; height:45px; position:absolute; right:0px;top:0px; background-color:#464646 }
#footer .footer-about .links dt i:before{content:"";display:block;width: 0;height: 0;border-left:6px solid transparent;border-right: 6px solid transparent;border-top:9px solid #aaa; position:absolute; left:50%; margin-left:-5px; top:21px;}
#footer .footer-about .links ul{ display:none; position:absolute; left:0;top:45px; background-color:#555; width:100%; padding:0.1rem 0.3rem;}
#footer .footer-about .links:hover ul{ display:block}
#footer .footer-about .links:hover ul li{ margin-bottom:0.1rem}
#footer .footer-about .links:hover ul li a{ color:#aaa}
#footer .footer-about .links:hover ul li a:hover{ text-decoration:underline; color:#fff}

#footer .footer-menu{ width:57%; float:left; }
#footer .footer-menu dl{ width:20%; float:left;font-size:0.15rem;}
#footer .footer-menu dl dt{ font-weight:normal; color:#fff; 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 #777 dotted; left:0; top:30px;}
#footer .footer-menu dl dd{ margin-bottom:5px;}
#footer .footer-menu dl dd a{ color:#aaa}
#footer .footer-menu dl dd a:hover{ color:#fff; text-decoration:underline}
#footer .footer-menu ul{ width:20%; float:left;font-size:0.16rem;}
#footer .footer-menu ul li{ margin-bottom:12px;color:#aaa; line-height:0.2rem;}
#footer .footer-menu ul li a{ color:#fff}
#footer .footer-menu ul li a:hover{ color:#aaa}
#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:#fff}

.footer-bar{ padding-top:25px; overflow:hidden; border-top:1px #555 solid; margin-top:30px;font-size:0.14rem; line-height:1;}
.footer-bar .left-con{ float:left;color:#777; }
.footer-bar .left-con span{ margin:0 0.15rem; font-size:0.12rem;}
.footer-bar .left-con a{ color:#ccc}
.footer-bar .left-con a:hover{ color:#fff}
.footer-bar .right-con{ float:right; color:#ccc;}
.footer-bar .right-con a{ color:#ccc}
.footer-bar .right-con a:hover{ color:#fff}
.footer-bar .right-con a.linking{ display:block; float:left; width:170px; height:22px; background:url(../image/linking.png) no-repeat; position:relative;top:-1px; margin-right:10px;}

@media (max-width:1200px){
	#footer .footer-menu{ width:87%}
	#footer .footer-about{ display:none}
}

@media (max-width: 992px) {
	#footer{ padding:0.3rem 0; border-top:5px #0071bf solid}
	#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-menu{ display:none}
	#footer .footer-qr{ width:100%; float:none; padding:0; margin-top:20px;}
	#footer .footer-qr img{ width:50%; 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;}
}






#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}
}





.body-mask{ width:100%; height:100%; position:fixed; z-index:10000; left:0;top:0; background-color:#000;opacity: 0;filter:alpha(opacity=50);visibility:hidden;transition: all 0.6s cubic-bezier(0.71, -0.01, 0.07, 0.99) 0s; -webkit-transition: all 0.6s cubic-bezier(0.71, -0.01, 0.07, 0.99) 0s;}
.right-slide{ width:380px; height:100%; position:fixed; z-index:10001; right:-380px; visibility:hidden;top:0; background-color:#0062a6;transition: all 0.6s cubic-bezier(0.71, -0.01, 0.07, 0.99) 0s; -webkit-transition: all 0.6s cubic-bezier(0.71, -0.01, 0.07, 0.99) 0s;}
.right-slide h2{ height:90px; background-color:#0062a6; padding:35px 40px 0; color:#fff; font-size:22px}
.right-slide h2 i{ font-weight:normal; font-size:22px; position:relative;top:0px; margin-right:5px;}
.right-slide .list{ margin-top:0px; margin:0 20px 0 45px; border-top:2px #0071bf solid; padding-top:20px;}
.right-slide .list a{ display: block; color:#c4cde9; font-size:12px; margin-bottom:10px;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.right-slide .list a i{ margin-right:5px; font-size:13px;}
.right-slide .list a:hover{ color:#fff; }
.right-slide .weixin{ margin-top:30px; padding:0 45px; color:#fff; font-weight:bold}
.right-slide .weixin i{ color:#88d03a; margin-left:10px; font-size:30px; }
.right-slide .weixin img{ display:block; width:170px; margin-top:20px; background-color:#fff}
.right-slide .weixin span{ display:block; width:170px; margin-top:10px; font-size:12px; text-align:center}
.right-slide .close-btn{width: 56px;height: 56px;display: block;position:absolute;right:30px;top:20px;transition: 300ms;-webkit-transition: 300ms;z-index: 100; cursor:pointer}
.right-slide .close-btn i{background: url(../image/close4.png) no-repeat scroll center center;width: 100%;height: 100%;display: block;transition: 400ms;-webkit-transition: 400ms;}
.right-slide .close-btn:hover i{transform: rotate(90deg);-webkit-transform: rotate(90deg);-o-transform: rotate(90deg);-moz-transform: rotate(90deg);}

.right-slide-on .body-mask{opacity: 0.5;visibility:visible;}
.right-slide-on .right-slide{ right:0;visibility:visible;}




#pages{ text-align:center; padding-top:25px; height:90px;}
#pages a{ display:inline-block; padding:9px 15px; background-color:#fff; color:#888; margin:0 2px;-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:#007dbf; border-color:#007dbf; color:#fff}
#pages a.active{ background-color:#007dbf;border-color:#007dbf; color:#fff}
#pages span{display:inline-block; padding:9px 15px; color:#888; position:relative;top:-2px}


.page-wrapper{}


.page-banner{ width:100%; position:relative; height:55vh; 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-attachment: fixed; background-position: center bottom; background-repeat: no-repeat; background-size: cover;}
.page-banner .title{ position:absolute; left:0;top:50%; margin-top:-0.3rem;color:#fff; text-align:center; width:100%;}
.page-banner .title strong{ font-weight:normal; display:block;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.5rem; margin-top:10px;text-shadow: 0px 0px 8px 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.15rem; margin-top:10px; }
.page-banner .title:after {content:""; display:inline-block; width:27px; height:24px; background:url(../image/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; }

.page-banner.hover .image-con{transform:scale(1);-webkit-transform:scale(1);}
.page-banner.hover .title{}
.page-banner.hover .title strong{opacity:1; margin-top: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: 992px) {
	.page-banner{height:40vh;}
	.page-banner .image-con .image{background-attachment:inherit}
	.page-banner .title strong{ font-size:0.4rem}
	.page-banner .title:after{width:13.5px;height:12px;}
	.page-banner.hover .title:after{opacity:1; margin-top:20px}
}


.page-nav{  position:relative;z-index:2; background-color:#fff; height:0.7rem; border-bottom:1px #f4f4f4 solid }
.page-nav ul{ float:right }
.page-nav ul li{ position:relative; font-size:0.16rem;display: inline-block }
.page-nav ul li:before {content:"";display:block;width:1px;height:100%; background-color:#ccc; position:absolute; left:0; top:0; z-index:2; display:none }
.page-nav ul li a{ line-height:0.7rem; display: inline-block; text-align:center; padding:0 0.3rem }
.page-nav ul li.current a{ color:#007dbf}
.page-nav ul li.current:after {content:"";display:block;height: 2px;position:absolute; left:0.3rem; right:0.3rem; bottom:-1px; background-color:#007dbf;}
.page-nav ul li.current:before{ display:none}
.page-nav ul li:first-child:before{ display:none}

@media (max-width: 992px) {
	.page-nav .container{ padding:0}
	.page-nav ul{ float:none; display: -webkit-box;display: -moz-box;display: -ms-boxflex;display: -webkit-flex;display: flex; display: -webkit-box;-webkit-box-orient: horizontal; box-orient: horizontal;}
	.page-nav ul li{display: block;box-flex:1;-moz-box-flex:1;-webkit-box-flex:1;-ms-flex:1; }
	.page-nav ul li a{ display:block; padding:0}
}



.location{float:left;line-height:0.7rem; font-size:0.15rem;}
.location span{margin:0 3px;font-family:"Helvetica";font-size:12px;}
.location i{font-size:0.2rem;}
.location a{color:#888}
.location a:last-child{font-weight:bold;}

	
@media (max-width: 992px) {
	.location{display:none}
}



.page-top{ text-align:center}
.page-top strong{ display:block; font-size:0.3rem; }
.page-top em{ display:inline-block; width:1.6rem; height:1px; background-color:#ddd; line-height:3px; margin-top:0.2rem;}
.page-top em i{ display:inline-block; width:0.6rem; height:3px; background-color:#007dbf; line-height:3px; position:relative;top:-5px;}
.page-top span{ display:block; color:#666; text-transform:uppercase; font-size:0.18rem; font-family:Arial, Helvetica, sans-serif;}


.about{ font-size:0.16rem }
.about-item-a{ padding:0.5rem 0;background:url(../image/about-bg.jpg) center bottom #f4f4f4;}
.about-item-a .text{ line-height:2; margin-top:0.3rem}
.about-item-a .text p{ margin-bottom:0.15rem}
.about-item-b{ background:#fff; padding:0.7rem 0}
.about-item-b h2{ font-size:0.3rem; text-align:center; margin-bottom:40px;}
.about-item-b .text{ line-height:2}
.about-item-b .text p{ margin-bottom:0.15rem; text-indent:2em}
.about-item-b .image img{ width:100%}

@media (max-width: 992px) {
	.about img{ max-width:100%}
}

.jubao-con{background-color:#fff;}
.jubao-con .text{padding:0.4rem 0.5rem;border-right:1px #eee solid;margin-top:0}
.jubao-con .text h2{text-align:center;font-weight:bold;font-size:0.26rem;margin-bottom:0.4rem}
.jubao-con .jubao-contact{background:url(../image/jubao-contact-bg.jpg) no-repeat right top;padding:0.4rem 0.9rem 0.4rem 0.3rem}
.jubao-con .jubao-contact h2{background:url(../image/jubao-contact-icon.png) no-repeat 0.2rem center;background-size:auto 0.18rem;margin-bottom:0.3rem;background-color:#e0484e;color:#fff;padding:0.1rem 0.2rem 0.1rem 0.45rem;border-radius:0.1rem;display:inline-block;font-size:0.18rem;font-weight:bold}
.jubao-con .jubao-contact p{margin-bottom:0.12rem;line-height:1.6}
@media (max-width: 768px) {
	.jubao-con .text{padding:0.3rem;border-right:0;border-bottom:1px #eee solid}
}

.leader{ padding:0.5rem 0; background-color:#f4f4f4}
.leader .leader-info{ text-align:center; color:#ee0000; margin:0.3rem 0}
.leader .item{  background-color:#fff; margin-bottom:0.2rem; padding:0.3rem ;}
.leader .item .image{}
.leader .item .image img{ width:100%}
.leader .item .text{  padding:20px 30px}
.leader .item h3{ font-size:0.24rem; font-weight:500; margin-bottom:0.2rem}
.leader .item p{ margin-bottom:0.1rem; color:#7a7a7a;line-height:1.8;}

	
@media (min-width: 1200px) {
	.leader .item{ min-height:300px;}
}

@media (max-width: 768px) {
	.leader .item .image{ width:40%; margin:0 auto}
	.leader .item h3{ text-align:center}
}

.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:600px; position:absolute; left:50%; margin-left:-450px;top:50%; margin-top:-300px; z-index:3; }
.video-play .close-btn{ background:url(../image/close2.gif) no-repeat center center; display:block; text-indent:-10000px; width:50px; height:50px; position:absolute; left:50%; margin-left:390px;top:50%; margin-top:-275px; z-index:4;-webkit-transition: -webkit-transform 1s;}
.video-play .close-btn:hover{-webkit-transform:rotate(180deg); }
#con_video_div{ background:#000}

@media (max-width: 1200px) {
	.video-play .box{ width:100%; height:300px; left:0; margin-left:0;top:50%; margin-top:-150px;}
	.video-play .close-btn{ left:auto; margin-left:0;right:20px;top:20px; margin-top:0}
	#con_video_div{ width:100% !important;height:300px !important}
}

.history{ margin-top:40px; }
.history  .history-top{ height:160px; padding-top:40px; padding-left:40px; position:relative; background:url(../image/history-bg.jpg) no-repeat #f4f4f4}
.history  .history-top .wrapper{}
.history  .history-top strong{ font-size:24px; font-weight:300}
.history  .history-top span{font-family:"dincond-medium-webfont"; font-size:36px; display:block; color:#ddd}
.history .item{transition: all 0.3s; -webkit-transition: all 0.3s;padding-left:120px; position:relative; border-bottom:1px #ddd dotted }
.history .item h2{ font-size:40px;font-family:"dincond-medium-webfont"; color:#007dbf; position:absolute; left:0px;top:29px; }
.history .item h2 span{ font-family:"Microsoft Yahei"; font-size:20px; position:relative;top:-3px}
.history .item ul li{ position:relative; padding:10px 0  7px 35px;border-left:2px #ddd solid;}
.history .item ul li h3{font-family:"dincond-medium-webfont"; font-size:26px; display:none }
.history .item ul li p{ line-height:2;font-size:14px; }
.history .item ul li .image{ margin-top:10px;}
.history .item ul li .image img{ width:360px; border-radius:5px; overflow:hidden}
.history .item ul li:after { content: ",,"; display: block; width:17px;height:17px; background:url(../image/line-icon.png) no-repeat; position:absolute; left:-9px;top:16px; text-indent:-10000px}
.history .item ul li:first-child{ padding-top:40px}
.history .item ul li:first-child:after{top:47px} 
.history .item ul li:last-child{ padding-bottom:30px}
.history .item:last-child{ border:0;}
.history .item.hover{ background-color:#f1eff1}


.wow {visibility: hidden;}


.business-list{ padding:0.6rem 0}
.business-list .item{ position:relative; margin-bottom:0.3rem; position:relative}
.business-list .item .image{ overflow:hidden}
.business-list .item img{ width:100%;isplay:block;transition: transform 2s ease; -webkit-transition: transform 2s ease;}
.business-list .item .txt{ position:absolute; width:100%; height:100%; left:0;top:0; z-index:2; color:#fff; text-align:center}
.business-list .item .txt i{ display:block; font-size:0.6rem; margin-bottom:0.2rem}
.business-list .item .txt strong{ display:block; font-size:0.3rem; font-weight:normal}
.business-list .item .txt span{ font-family:Arial, Helvetica, sans-serif; display:block; margin-top:0.05rem }


@media (min-width: 992px) {
	.business-list .item:hover .image img{transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1)}
	.business-list .item:hover:before{ width:100%;}
}

@media (max-width: 992px) {
	.business-list{ padding:0.3rem 0 0}
}




.business-wrapper{ padding:0.5rem 0; background-color:#f4f4f4}
.business-box{box-shadow: 3.42px 9.397px 20px 0px rgba(77,77,77,0.1); 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:0.8rem; font-size:0.22rem; text-align:center; background-color:#ddd; border-right:1px #f4f4f4 solid;background-image: -webkit-linear-gradient(90deg, #ddd 0%, #e8e8e8 100%);}
.business-cate a.current{ background:#fff; color:#007dbf;}

@media (max-width: 992px) {
	.business-wrapper{ padding:15px 0}
	.business-cate a{ font-size:0.18rem}
}

.business-view .gray-bg{ background-color:#f4f4f4}

.business-item1{ padding:0.6rem 0; background-color:#f4f4f4}
.business-item1 h2{ text-align:center}
.business-item1 h2 em{ display:inline-block; border-top:1px #007dbf solid; border-bottom:1px #007dbf solid; color:#007dbf; padding:0.1rem 0.2rem; font-size:0.16rem; display:none}
.business-item1 h2 strong{ display:block; font-weight:normal; font-size:0.3rem; margin-top:0.2rem}
.business-item1 h2 img{display:block; margin:0.2rem auto}
.business-item1 .content{ margin-top:0.3rem; line-height:1.8; }
.business-item1 .content p{ margin-bottom:0.15rem; text-indent:2em}
.business-item1 .pic{ margin-top:0.4rem}
.business-item1 .pic .item{ text-align:center }
.business-item1 .pic .item img{width:100%; max-width:600px}
.business-item1 .pic .item span{ display:block; padding:0.2rem 0 0.3rem; text-align:center}
.business-item2{ padding:0.6rem 0; background-color:#fff}
.business-item2 h2{ text-align:center}
.business-item2 h2 strong{ display:block; font-weight:normal; font-size:0.3rem;}
.business-item2 .pic{ margin-top:0.4rem}
.business-item2 .pic .item{ background-color:#fff; text-align:center}
.business-item2 .pic .item img{  width:100%; max-width:360px}
.business-item2 .pic .item span{ display:block; padding:0.2rem 0 0.3rem; text-align:center}

.business-item11{ padding:0.6rem; }
.business-item11 h2{ text-align:center}
.business-item11 h2 em{ display:inline-block; border-top:1px #007dbf solid; border-bottom:1px #007dbf solid; color:#007dbf; padding:0.1rem 0.2rem; font-size:0.16rem; display:none}
.business-item11 h2 strong{ display:block; font-weight:normal; font-size:0.3rem; margin-top:0.2rem}
.business-item11 h2 img{display:block; margin:0.2rem auto}
.business-item11 .con{ margin-top:0.3rem; line-height:1.8}
.business-item11 .content p{ margin-bottom:0.15rem; text-indent:2em}
.business-item11 .content ul{ margin-top:0.4rem; color:#ea5305; font-weight:bold; font-size:0.18rem} 
.business-item11 .content ul li{ margin-bottom:0.1rem}
.business-item11 .image img{ width:100%;}
.business-item11 .image span{ display:block; text-align:center; margin-top:0.1rem}
.business-item11 .pic{ margin-top:0.4rem}
.business-item11 .pic .item{ text-align:center }
.business-item11 .pic .item img{width:100%; max-width:220px}
.business-item11 .pic .item span{ display:block; padding:0.2rem 0 0.3rem; text-align:center}
@media (max-width: 992px) {
	.business-item11{ padding:0.4rem}
	.business-item11 .image{ margin-top:0.4rem}
}



.business-item12{ padding:0.6rem; }
.business-item12 h2{ text-align:center}
.business-item12 h2 em{ display:inline-block; border-top:1px #007dbf solid; border-bottom:1px #007dbf solid; color:#007dbf; padding:0.1rem 0.2rem; font-size:0.16rem; display:none}
.business-item12 h2 strong{ display:block; font-weight:normal; font-size:0.3rem; margin-top:0.2rem}
.business-item12 h2 img{display:block; margin:0.2rem auto}
.business-item12 .content{ margin-top:0.3rem; line-height:1.8}
.business-item12 .content p{ margin-bottom:0.15rem; text-indent:2em}
.business-item12 .content img{ width:100%; max-width:800px}
.business-item12 .pic{ margin-top:0.4rem}
.business-item12 .pic .item{ text-align:center }
.business-item12 .pic .item img{width:100%; max-width:600px}
.business-item12 .pic .item span{ display:block; padding:0.2rem 0 0.3rem; text-align:center}

@media (max-width: 992px) {
	.business-item12{ padding:0.4rem}
}

.business-item13{ padding:0.6rem; }
.business-item13 h2{ text-align:center}
.business-item13 h2 em{ display:inline-block; border-top:1px #007dbf solid; border-bottom:1px #007dbf solid; color:#007dbf; padding:0.1rem 0.2rem; font-size:0.16rem; display:none}
.business-item13 h2 strong{ display:block; font-weight:normal; font-size:0.3rem; margin-top:0.2rem}
.business-item13 h2 img{display:block; margin:0.2rem auto}
.business-item13 .content{ margin-top:0.3rem; line-height:1.8}
.business-item13 .content p{ margin-bottom:0.15rem; text-indent:2em}
.business-item13 .pic{ margin-top:0.4rem}
.business-item13 .pic .item{ text-align:center }
.business-item13 .pic .item img{width:100%; max-width:600px}
.business-item13 .pic .item span{ display:block; padding:0.2rem 0 0.3rem; text-align:center}

@media (max-width: 992px) {
	.business-item13{ padding:0.4rem}
}


.business-item21{ padding:0.6rem }
.business-item21 h2{ text-align:center}
.business-item21 h2 em{ display:inline-block; border-top:1px #007dbf solid; border-bottom:1px #007dbf solid; color:#007dbf; padding:0.1rem 0.2rem; font-size:0.16rem; display:none}
.business-item21 h2 strong{ display:block; font-weight:normal; font-size:0.3rem; margin-top:0.2rem}
.business-item21 h2 img{display:block; margin:0.2rem auto}
.business-item21 .content{ margin-top:0.3rem; line-height:1.8; }
.business-item21 .content p{ margin-bottom:0.15rem; text-indent:2em}
.business-item21  img{ width:100%; max-width:800px}
.business-item21 .pic{ margin-top:0.4rem}
.business-item21 .pic .item{ text-align:center }
.business-item21 .pic .item img{width:100%; max-width:600px}
.business-item21 .pic .item span{ display:block; padding:0.2rem 0 0.3rem; text-align:center}
@media (max-width: 992px) {
	.business-item21{ padding:0.4rem}
	.gray-bg{ padding:0.4rem 0 !important}
	.white-bg{ padding:0.4rem 0 !important}
}


.solution-banner{ height:50vh; position:relative; background-position:center bottom; background-size:cover; background-repeat:no-repeat}
.solution-banner .text{ color:#fff;}
.solution-banner .text h1{font-size: 0.48rem; margin-bottom:0.1rem; letter-spacing: 1px; line-height: 1.4;}
.solution-banner .text p{font-size:0.2rem;line-height: 1.5}
.solution-location{ position:absolute; left:0;bottom:0; height:0.6rem; background-color:rgba(0,0,0,0.4); width:100%}
.solution-location dl{ float:left; line-height:0.6rem; color:#fff}
.solution-location dl i{ font-size:0.2rem;}
.solution-location dl a{ color:#fff}
.solution-location dl a:last-child{ font-weight:bold; font-size:0.18rem;}
.solution-location ul{ float:right}
.solution-location ul li{ float:left}
.solution-location ul li a{ display:block; float:left; line-height:0.6rem; padding:0 0.3rem; color:#fff;}
.solution-location ul li a.current{ background-color:#007dbf;}

@media (max-width: 992px) {
	.solution-banner{ height:40vh; padding-top:20px}
	.solution-banner .text h1{ font-size:0.3rem; letter-spacing:0}
	.solution-banner .text p{ font-size:0.16rem}
	.solution-location .container{ padding:0}
	.solution-location dl{ display:none}
	.solution-location ul{ float:none}
	.solution-location ul li{ width:33.3333333%;}
	.solution-location ul li a{ text-align:center; padding:0; float:none}
}



.solution-bg1{ background-color:#fff; padding:50px 0}
.solution-bg2{ padding:0.5rem 0; border-top:1px #ddd solid}

.solution .item-a .text{}
.solution .item-a .text h2{ font-weight:400;  font-size:0.3rem;}
.solution .item-a .text p{ margin-top:20px; color:#5a5a5a; line-height:1.9}
.solution .item-a .text a.link{ display:block; width:130px; line-height:40px; border:1px #ee0000 solid; text-align:center; font-size:16px; margin-top:20px; border-radius:5px; color:#ee0000}
.solution .item-a .text a.link:hover{ background-color:#ee0000; color:#fff}
.solution .item-a .text ul{ margin-top:0.2rem}
.solution .item-a .text ul li{ float:left; margin-right:0.1rem; margin-bottom:0.1rem}
.solution .item-a .text ul li a{ display:block; padding:0 0.3rem; line-height:0.4rem;background-color:#c8e9f2;border-radius:3px; color:#06b }
.solution .item-a .text ul li a:hover{ text-decoration:underline}
.solution .item-a .image{}
.solution .item-a .image img{ width:100%}

@media (max-width: 992px) {
	.solution .item-a .text h2{ text-align:center}
	.solution .item-a .text a.link{ margin:30px auto}
}

.solution .item-b{ padding:0.5rem 0; background-color:#f4f4f4}
.solution .item-b h2{ font-size:0.3rem; text-align:center; margin-bottom:0.4rem}
.solution .item-b h2 i{ font-size:0.32rem; margin-right:5px; position:relative;top:2px}
.solution .item-b .item{ overflow:hidden}
.solution .item-b .item img{ float:left; width:30%; margin-right:0.3rem}
.solution .item-b .item h3{ font-size:0.24rem}
.solution .item-b .item p{ color:#6a6a6a; margin-top:10px; line-height:1.8}

@media (max-width: 992px) {
	.solution .item-b .item { margin-bottom:0.3rem}
	.solution .item-b .item img{ float:none; width:100%; margin:0; margin-bottom:0.2rem}
}

.solution .item-c{ }
.solution .item-c h2{ font-size:0.3rem; text-align:center; margin-bottom:0.4rem}
.solution .item-c h2 i{ font-size:0.32rem; margin-right:5px; position:relative;top:2px}
.solution .item-c ul li{ margin-bottom:0.15rem; background:url(../image/li.gif) no-repeat 0 center; padding-left:12px; width:50%; float:left; padding-right:5%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}

@media (max-width: 992px) {
	.solution .item-c ul li{ width:100%; float:none; font-size:0.18rem}
}

.solution .item-d{ background-color:#f4f4f4; padding:0.5rem 0 }
.solution .item-d h2{ font-size:0.3rem; text-align:center; margin-bottom:0.4rem}
.solution .item-d .con{ margin-top:0.4rem; text-align:center}
.solution .item-d .con img{ max-width:1000px;}
@media (max-width: 992px) {
	.solution .item-d .con img{ width:100%; }
}


a.more-btn{  width:200px; height: 60px; background-color:#1342ac;  display: block; line-height: 60px; text-align: center; position: relative; z-index: 1; margin:0.3rem auto 0;transition: all 0.5s;}
a.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; }
a.more-btn i{ margin-left:10px;}
a.more-btn span{ padding-right: 30px; font-weight:bold;position: relative; font-size:16px; color:#fff}
a.more-btn span i{ background: url(404.png) no-repeat scroll left center; position: absolute; right: 0; top: 0; width: 14px; height: 100%; transition: .42s cubic-bezier(.4,0,.2,1);}
a.more-btn:hover{box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.15);}
a.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;}
a.more-btn:hover span{ color: #555;}
a.more-btn:hover span i{ background-position: right center;}

@media (max-width: 992px) {
	a.more-btn{ width:150px; height:45px; line-height:45px}
	a.more-btn span{ font-size:14px;}
}

.topic-list{ padding:0.5rem 0; background-color:#f4f4f4}
.topic-list .item{ background-color:#fff;}
.topic-list .item .image img{ width:100%}
.topic-list .item .text{ text-align:center; padding:0.2rem 0.3rem 0.3rem}
@media (max-width: 992px) {
	.topic-list{ padding:0.3rem 0; }
	.topic-list .item{ margin-bottom:0.3rem}
}


.news-list{ padding-bottom:0.5rem;}
.news-list .top-news{background: #f4f4f4; padding:0.5rem 0}
.news-list .top-news .image img{ display:block; width:100%}
.news-list .top-news .text{ padding:0.15rem}
.news-list .top-news .text em{ display:block; color:#aaa;   font-size:0.18rem}
.news-list .top-news .text strong{ display:block; font-size:0.2rem; margin-top:0.2rem;}
.news-list .top-news .text p{ margin-top:0.1rem; font-size:0.16rem; line-height:2; color:#777}
.news-list .top-news .text a.more-btn{ margin:0.2rem 0 0; background-color:#fff; color:#999;box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.1); font-family:Arial, Helvetica, sans-serif; font-size:0.14rem}
.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.3rem 0}
.news-list .list li{ padding:0.2rem 0; border-bottom:1px #e2e2e2 solid; font-size:0.16rem; line-height:0.4rem}
.news-list .list li .date{ position:relative; color:#aaa;}
.news-list .list li .date:before {content:"";display:block;width: 1px;height: 70%; background-color:#ccc; position:absolute; right:0; top:15% }
.news-list .list li .icon{ clear:both}
.news-list .list li .icon a{ display:block; width:0.4rem; height:0.4rem; background:url(../image/icon-more.png) no-repeat center center; background-size:cover; float:right }
.news-list .list li .title a{}
.news-list .list li .title a:hover{ text-decoration:underline}

@media (max-width: 992px) {
	.news-list .list li{ font-size:0.18rem; line-height:1.5}
	.news-list .list li .date:before{ display:none}
	.news-list .list li .date{ padding-bottom:0.1rem}
	.news-list .list .col-md-2:last-child{ display:none}
}

.news-list2{margin-top:0.3rem; padding-bottom:0.5rem;}
.news-list2 li{padding:0.2rem 0; border-bottom:1px #eee solid}


p.none{ background:url(../image/none.jpg) no-repeat center 0.9rem #f5f5f5;  padding:2rem 0.5rem 1rem; text-align:center;}


.share span{ float:left; line-height:22px;}
.share a{ padding-left:20px; height: 20px; margin-left:6px; display: inline-block; background: url(../image/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:#f6f8fa; padding-bottom:0.5rem;}
.news-view .box{background-color:#fff; padding:4%;position:relative; z-index:99; margin-top:-120px;box-shadow: 0 1px 20px 0 rgba(0,0,0,0.05);}
.news-view .news-info .text{}
.news-view .news-info .title{ color:#333; text-align:center; padding:0 0 0.3rem;}
.news-view .news-info .title p{  color:#888;font-size:0.35rem;  color:#e3612f; padding-bottom:0.1rem;}
.news-view .news-info .title h1{font-size:0.24rem;line-height:1.5}
.news-view .news-info .info{color:#bbb; position:relative; padding:0.15rem 0.4rem;font-size:0.14rem; background-color:#f2f2f2}
.news-view .news-info .info span.source{background: url(../image/new_i3.png) no-repeat scroll left center;padding: 2px 0px 2px 22px;margin-right: 18px;}
.news-view .news-info .info span.date{background: url(../image/new_i1.png) no-repeat scroll left center;padding: 2px 0px 2px 22px;margin-right: 18px;}
.news-view .news-info .info span.hits{background: url(../image/new_i2.png) no-repeat scroll left center;padding: 2px 0px 2px 28px;}
.news-view .news-info .info .share{ position:absolute; right:40px;top:14px;}

.news-view .content{ line-height:2;  margin-top:20px; font-size:0.16rem; margin:0.3rem 0px;}
.news-view .content p{ margin-bottom:0.15rem;}
.news-view .content img{ max-width:800px;_width:800px}
.news-view .other{ border-top:1px #eee solid; padding-top:0.2rem;font-size:0.16rem}
.news-view .other .left{ color:#777; }
.news-view .other .left p{  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;margin-bottom:0.1rem; }
.news-view .other .left p a{ margin-left:3px;}
.news-view .download{ border-top:1px #ddd solid; padding:0.3rem 0; margin-top:0.3rem; }
.news-view .download h2{ font-size:0.18rem; margin-bottom:0.2rem;font-weight:bold}
.news-view .download p{ padding:5px 0px;font-size:0.16rem }
.news-view .download p a{color:#06c; font-weight:bold}
.news-view .download p a:hover{color:#ee0000}

.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: 992px) {
	.news-banner{ height:25vh}
	.news-view{box-shadow:none; padding:0;z-index:1;}
	.news-view .container{padding:0}
	.news-view .box{margin:0}
	.news-view .news-info .title{}
	.news-view .news-info .title p{font-size:0.24rem;font-weight:700}
	.news-view .news-info .title h1{line-height:1.4; padding:0;font-size:0.24rem}
	.news-view .news-info .info{ padding:0.2rem 0.3rem; text-align:left; background:#f2f2f2;  }
	.news-view .news-info .info .hits{ display:none }
	.news-view .content{ line-height:1.8;font-size:0.18rem;}
	.news-view .content img{ max-width:100%}
	.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{ padding:0.5rem 0; background-color:#f4f4f4}
.bid-list li{ border-bottom:1px #e8e8e8 solid; padding:0.25rem 0;  position:relative; padding-left:1rem}
.bid-list li a{ display:block;-webkit-transition: background-color .25s;transition:background-color .25s;}
.bid-list li .date{ width:0.8rem; font-family:"dincond-medium-webfont"; position:absolute; left:0px;top:0.25rem;}
.bid-list li .date strong{ display:block; 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 li .date span{ display:block; line-height:0.22rem; text-align:center; font-size:0.16rem; 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 li .text{  position:relative; }
.bid-list li .text .title{ display:block; line-height:0.28rem; font-size:0.18rem; width:75%; height:0.56rem; overflow:hidden}
.bid-list li .text .other{ margin-top:5px; color:#aaa; font-size:0.14rem}
.bid-list li .text .other i{ margin-right:0.03rem; position:relative;top:0.02rem; font-size:0.2rem}
.bid-list li .text .other span{ margin:0 0.1rem; color:#ccc}
.bid-list li .text a.more{position: absolute;right: 0;top: 5px;transition: all 0.3s; -webkit-transition: all 0.3s; background-color:#75b0ea;border-radius:3px; width:0.85rem;height:0.35rem; color:#fff; line-height:0.36rem; font-size:0.12rem; text-align:center}
.bid-list li .text a.more i{ margin-right:2px; font-size:0.2rem; line-height:0.2rem; position:relative;top:3px; font-weight:normal}
.bid-list li .text a.more:hover{ background-color:#3f51b5}
.bid-list li .text a.off{ background-color:#ccc !important}

@media (max-width: 992px) {
	.bid-list{ padding:0.3rem 0}
	.bid-list li{ padding-left:1rem}
}

.file-down-list{ padding:30px 30px;}
.file-down-list p{margin-bottom:15px;padding-bottom:15px; border-bottom:1px #eee solid}
.file-down-list p:last-child{border-bottom:0}
.file-down-list p i{color:#aaa;margin-right:5px;}
.file-down-list p a{color:#338af9;font-weight:bold}
.file-down-list p a:hover{text-decoration:underline}

.bid-view{  background-color:#f6f8fa; padding-bottom:0.5rem;}
.bid-view .box{background-color:#fff; padding:4%;position:relative; z-index:99; margin-top:-120px;box-shadow: 0 1px 20px 0 rgba(0,0,0,0.05);}
.bid-view .title{ position:relative; margin-bottom:0.2rem;height:1.1rem;}
.bid-view .title h1{font-size:0.24rem; font-weight:500;line-height:1.5;}
.bid-view .title h1 em{ background-color:#ececec; color:#9e9e9e; display:inline-block; line-height:36px; padding:0 10px; font-size:14px;border-radius:3px; position:relative;top:-2px; margin-left:10px;}
.bid-view .title p{ color:#999; display:block; margin-top:20px;}
.bid-view .bid-con{background-color:#f7f7f7; padding:0.3rem}
.bid-view .item{ position:relative; line-height:1.8}
.bid-view .item .content{ width:82%; margin-left:18%; padding:0.1rem 0; }
.bid-view .item .content p{ margin-bottom:0.15rem;}
.bid-view .item .content img{max-width:100%;}
.bid-view .item label{ display:block; width:18%; position:absolute; left:0;top:8px; text-align:right; padding-right:10px; font-weight:normal; color:#999}
.bid-view .item label i{ font-size:24px; margin-right:3px; position:relative;top:4px; line-height:24px;}
.bid-view .file{ position:relative; margin-top:0.5rem; margin-left:1rem;}
.bid-view .file h2{ position:absolute; left:-1rem;top:-0.15rem; font-size:0.16rem; line-height:0.3rem; 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; position:relative;top:0.04rem}
.bid-view .file h2 em i{ font-size:0.3rem; line-height:0.4rem; font-weight:normal;}
.bid-view .file p{ margin-bottom:10px}
.bid-view .file p a{ color:#338af9}
.bid-view .file p a:hover{ text-decoration:underline}

@media (max-width: 992px) {
	.bid-view{box-shadow:none; padding:0;z-index:1;}
	.bid-view .container{padding:0}
	.bid-view .box{margin:0}
	.bid-view .item{  padding:0.1rem 0}
	.bid-view .item .content{ width:100%; margin:0; padding:0}
	.bid-view .item label{ width:auto; position:relative; text-align:left; padding:0; top:0;}
}


.video-list{overflow:hidden; margin-top:20px; min-height:450px; }
.video-list ul{ width:1240px;}
.video-list ul li{ width:375px; float:left; margin-right:30px; position:relative; margin-top:30px; height:295px; background-color:#f2f2f2}
.video-list ul li .image{width:375px;height:250px; overflow:hidden; position:relative; }
.video-list ul li .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 ul li img{width:375px; height:250px;transform:scale(1.1);-webkit-transform:scale(1.1);-webkit-transition-duration: 2s;}
.video-list ul li a{ display: block; width: 100%; height: 100%; position:absolute; left:0;top:0; }
.video-list ul li i{ display:block; position:absolute; font-size:60px; width:60px;height:60px; left:50%; margin-left:-30px;top:50%; margin-top:-50px;color:#fff; }
.video-list ul li .title{ text-align:center;white-space:nowrap; overflow:hidden; text-overflow:ellipsis; padding: 0 20px; margin-top:10px}
.video-list ul li:hover .image:after{ opacity: 0.2;filter: alpha(opacity=20);  }
.video-list ul li:hover img{transform:scale(1);-webkit-transform:scale(1);}


.news-list3{ padding:0.5rem 0; background-color:#f4f4f4}
.news-list3 .item{ border-bottom:1px #e8e8e8 solid; margin-bottom:0.4rem; position:relative}
.news-list3 .item a{ position:absolute; z-index:2; width:100%; height:100%; left:0;top:0}
.news-list3 .item:before {content: "";position: absolute;display: block; height:2px; width:0px; background: #bebed2; left:0;bottom:-1px;transition: all 1s ease; -webkit-transition: all 1s ease;}
.news-list3 .item .image{ overflow:hidden}
.news-list3 .item .image img{ width:100%; display:block;transition: transform 2s ease; -webkit-transition: transform 2s ease;}
.news-list3 .item .text{ padding:0.2rem 0 0.3rem}
.news-list3 .item .text h2{ font-size:0.16rem; line-height:0.25rem; height:0.5rem}
.news-list3 .item .text .date{ font-family:Georgia, "Times New Roman", Times, serif; color:#aaa; font-style:italic}



@media (min-width: 992px) {
	.news-list3 .item:hover .image img{transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1)}
	.news-list3 .item:hover:before{ width:100%;}
}




.culture-content{text-align:center}
.culture-content .page-top{ margin-bottom:0.3rem}
.culture-content .item-a{ background-color:#f4f4f4; padding:0.7rem 0}
.culture-content .item-b{ background:url(../image/about-bg.jpg) #fff; padding:0.7rem 0}
.culture-content .item-c{ background-color:#fff; padding:0.7rem 0}
.culture-content .item-c .item{background-color:#f08200;padding:0.35rem 0.2rem; border-radius:10px; min-height:2.6rem;color:#fff;line-height:1.7}
.culture-content .item-c .item h2{font-size:0.2rem;font-weight:bold;margin-bottom:0.2rem}

@media (max-width: 992px) {
	.culture-content img{ width:90%}
	.culture-content .item-a{ padding:0.5rem 0}
	.culture-content .item-b{ padding:0.5rem 0}
	.culture-content .item-c{ padding:0.5rem 0}
	.culture-content .item-c .item{min-height:auto;margin-bottom:0.2rem}
}


.hr{ background:url(../image/build.png) no-repeat center bottom #fff; padding:0rem 0 1.5rem; position:relative; z-index:2 }
.hr-item-a{ position:relative;  }
.hr-item-a .item{ width:33.3333333%; color:#333; float:left; background-color:#eee; border-right:3px rgba(255,255,255,0.8) solid;height:2.8rem; text-align:center; padding:0.4rem 5%}
.hr-item-a .item img{ display:block; width:60%; max-width:70px; margin:0 auto; }
.hr-item-a .item strong{ font-size:0.26rem; font-weight:normal; display:block; margin-top:10px;}
.hr-item-a .item p{ color:rgba(0,0,0,0.5); margin-top:15px; font-size:0.14rem;}
.hr-item-a .item:hover em:before{opacity:1 ;transform: rotateY(180deg);}
.hr-item-a .item:hover em i{ color:#fff}
.hr-item-a .item.s2{ background-color:#ddd}


@media (max-width: 992px) {
	.hr{ background-size:90% auto; padding-bottom:1rem}
	.hr-item-a{  }
	.hr-item-a .item{ height:auto; width:100%; float:none;position:relative;  border-bottom:3px rgba(255,255,255,0.8) solid;}
	.hr-item-a .item strong{ margin-top:15px; line-height:1}
	.hr-item-a .item p{ font-size:12px; width:80%; margin:10px auto 0}
	
}




.job-view{ }
.job-left{ background:url(../image/jianli.png) no-repeat center 30px #fff; width:270px;  float:left;height:320px; padding-top:220px;}
.job-left a{ height:52px; display:block;line-height:52px;  text-align:center; color:#fff;background:#007dbf;border-radius: 30px; font-size:16px;-webkit-transition-duration: 0.25s;-moz-transition-duration: 0.25s;-o-transition-duration: 0.25s; width:60%; margin-left:20%}
.job-left a:hover{ background-color:#7aba35}
.job-right{  float:right; width:930px; background-color:#fff; border:1px #e8e8e8 solid; padding:40px;box-shadow: 6px 6px 0px rgba(0,0,0,.02);}
.job-view h1{ margin-bottom:30px; border-bottom:1px #e8e8e8 solid;height:40px;}
.job-view h1 strong{ display:inline-block; border-bottom:2px #007dbf solid; font-size:24px; height:40px; overflow:hidden; color:#333; font-weight:normal}
.job-view .job-info table{ width:100%; background:#fff; font-size:14px;border-spacing:1px;border-collapse: separate;  }
.job-view .job-info table th{ background:#eee; padding:10px 15px; font-weight:normal; text-align:left; }
.job-view .job-info table td{ background:#fafafa; padding:10px 15px; color:#888}
.job-view .job-info table td h2{ font-size:22px; color:#747979}
.job-view .item{ margin-top:40px; line-height:180%; color:#5c5c5c}
.job-view .item h3{ font-size:22px; font-weight:normal; color:#333; margin-bottom:15px;}
.job-view .item p{ margin-bottom:10px;}
.job-view .share{ margin-top:20px; height:40px;}
.job-view .btns{ margin-top:20px;}
.job-view .btns a{ display:block; width:100px; font-size:16px; font-weight:bold; text-align:center; padding:15px 30px; background:url(404.png) no-repeat; font-size:14px;  color:#fff; margin:0 auto;-webkit-transition-duration: 0.5s;-moz-transition-duration: 0.5s;-o-transition-duration: 0.5s;-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);}
.job-view .btns a:hover{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);}
.job-view .item ul{ margin-top:10px;}
.job-view .item li a{ color:#0088e6; background:url(../image/word.gif) no-repeat 0 center; padding-left:25px;}
.job-view .item li a:hover{ text-decoration:underline}


#apply{ background-color:#f1eff1; padding:30px;}
#apply .btns{ margin-top:30px; padding-left:117px}
#apply .btns button{ display:inline-block; border:0; cursor:pointer; padding:0 40px;height:45px; line-height:45px; color:#fff;background:#007dbf; font-size:16px; margin-right:10px;-webkit-transition-duration: 0.25s;-moz-transition-duration: 0.25s;-o-transition-duration: 0.25s;}
#apply .btns button.btn2{ background-color:#747979}
#apply .btns button:hover{ background-color:#75b72e;}

#apply .form{ line-height:180%; font-size:14px;}
#apply .form span{ margin:0px 2px}
#apply .form table{ width:100%; margin-top:20px;}
#apply .form table td{ padding:6px 10px;  }
#apply .form table tbody th{ padding:6px 10px}
#apply .form table thead td{ font-weight:bold;color:#3ba0ff; padding:10px 0}
#apply .form table thead h2{ font-size:14px;background:#ddd;line-height:40px; text-indent:20px }
#apply .form table tbody td{ }
#apply .form table tbody th{text-align:right;font-weight:normal}
#apply .form table .input{ border:1px #e2e2e2 solid; padding:10px; width:230px; background-color:#fff; color:#555}
#apply .form table .radio{ position:relative;top:-2px}
#apply .form table select{ padding:7px;border:1px #e2e2e2 solid; color:#555; font-size:14px; min-width:252px}
#apply .form table textarea{ border:1px #ccc solid; padding:6px; width:630px; height:80px}
#apply .form table a.btn{ margin-left:5px; display:inline-block; background-color:#747979; color:#fff; font-size:14px; width:80px; height:30px; line-height:30px; text-align:center; position:relative;top:1px;}
#apply .form table a.btn:hover{ background-color:#0066ca}
#apply .form table a.link{ color:#1c7eec; margin-left:10px;}
#apply .form table a.link:hover{ text-decoration:underline; color:#005acb}
#apply .form input.hover{ color:#555;-webkit-box-shadow: 0 0 6px rgba(0,0,0,0.2);box-shadow: 0 0 6px rgba(0,0,0,0.2); border-color:#74b9ef !important; background-color:#fff !important}





.contact{ position:relative; z-index:20}
.contact .item-a{padding-top:0.6rem; padding-bottom:0.6rem}
.contact .item-a .qr-code{ text-align:center; float:right; width:40%; }
.contact .item-a .qr-code img{ width:100%; max-width:300px; border:1px #ddd solid}
.contact .item-a .qr-code span{ display:block; margin-top:10px; line-height:1.6; font-size:0.14rem}
.contact .item-a .text{float:left; width:60%;}
.contact .item-a .text h1 strong{ display:block; font-size:0.24rem; font-weight:normal }
.contact .item-a .text h1 span{ display:block; font-size:0.16rem; color:#aaa; margin-top:5px;}
.contact .item-a .text ul{ margin-top:0.5rem;}
.contact .item-a .text ul li{ margin-bottom:20px; color:#7a7a7a; border-bottom:1px #ddd solid; padding-bottom:20px; font-size:0.16rem }
.contact .item-a .text ul li label{ margin-right:5px; font-weight:normal; margin-bottom:0; position:relative; padding-left:40px; margin-right:5px;}
.contact .item-a .text ul li label i{ display:inline-block; width: 30px; height: 30px;background-image: url(../image/contact-icon.png); background-repeat:no-repeat; background-size:cover; position:absolute; left:0px;top:-5px;}
.contact .item-a .text ul li label i.icon2{ background-position:-30px 0}
.contact .item-a .text ul li label i.icon3{ background-position:-60px 0}
.contact .item-a .text ul li label i.icon4{ background-position:-210px 0}
.contact .item-a .text ul li label i.icon5{ background-position:-120px 0}
.contact .item-a .text ul li label i.icon6{ background-position:-150px 0}
.contact .item-a .text ul li a.map-btn{ display:inline-block;background-color: #06c; width: 110px; text-align:center;line-height: 32px; position:absolute;color: #fff; margin-left:10px; margin-top:-6px; border-radius:4px; font-size:14px; }
.contact .item-a .text ul li a.map-btn i{margin-right:3px;}
.contact .item-b{background-color:#337fbf; position:relative}
.contact .item-b .contact-map{ height:500px; }
.BMap_mask{ background:#000 !important;opacity: .3;}


.contact .item-b  .title{ text-align:center; position:relative; z-index:5  }
.contact .item-b  .title a{ display:block; float:left; line-height:0.8rem; font-size:0.22rem; width:50%; color:#fff; background-color:#003478; border-right:1px #fff solid}
.contact .item-b  .title a.current{background-color:#2eaac7;background-image: -webkit-linear-gradient(top, #2eaac7, #0088d0); position:relative}
.contact .item-b  .title a.current:before{content:"";display:block;width: 0;height: 0;border-left:12px solid transparent;border-right: 12px solid transparent;border-top:12px solid #0189cf; position:absolute; left:50%; margin-left:-10px; bottom:-12px; }
.contact .item-b  .title a:last-child{ border:0}

.b-map{ position:fixed; left:0;top:100%; width:100%;height:100%; z-index:10000; background-color:rgba(50,50,50,0.8); visibility:hidden;transition: all 0.6s cubic-bezier(0.71, -0.01, 0.07, 0.99) 0s; -webkit-transition: all 0.6s cubic-bezier(0.71, -0.01, 0.07, 0.99) 0s;}
.b-map .contact-map{ width:76%;height:72%; position:absolute; left:12%;top:14%; background-color:#fff;box-shadow:0px 5px 15px rgba(0,0,0,.2)}
.b-map .close-btn{ position:absolute; right:12%;top:14%; width:80px; height:80px; background:url(404.png) no-repeat center center #2d57b6; display:block; z-index:2}
.b-map.hover{ visibility:visible;top:0;}


@media (max-width: 992px) {
	.contact .container{ padding:0}
	.contact .item-a{ padding:0}
	.contact .item-a .qr-code{ width:100%; float:none; background-color:#f2f2f2; padding:0.3rem 0} 
	.contact .item-a .qr-code img{ width:60%}
	.contact .item-a .text{ width:100%; float:none; padding:0.5rem 0.3rem}
	.contact .item-a .text ul{ border-top:1px #ddd solid; padding-top:15px}
	.contact .item-a .text ul li{ float:none; width:100%; padding-left:5%; padding-bottom:15px; margin-bottom:15px;}
	.contact .item-a .text ul li:last-child{ border-bottom:0}
	.contact .item-a .text h1{ text-align:center; }
	.contact .item-b{ }
	.contact .item-b .contact-map{ height:300px;}
	
}

.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;}


.weixin-list{padding-top:80px;background-color:#f2f2f2}
.weixin-list p{ font-size:0.14rem; font-weight:600;color:#ee0000;text-align:center;margin-bottom:0.2rem}
.weixin-list .item{width:45%;float:left; margin-left:3%;padding:0.12rem;background-color:#fff;margin-bottom:3%; border-radius:0.05rem;box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.06);}
.weixin-list .item img{width:100%;}
.weixin-list .item strong{text-align:center;font-size:0.15rem;display:block;font-weight:400}

.website-list{padding:3%;background-color:#fff}
.website-list .item{background: linear-gradient(#f5f5f5, #e8e8e8);margin-bottom:3%; border-radius:0.5rem; padding:12px 15px;overflow:hidden;position:relative}
.website-list .item i{ display:block; background-color:#006db8; color:#fff; position:absolute;left:0;top:0;height:100%;line-height:5rem;padding:0 1.5rem;}
.website-list .item img{width:18%;float:left;border-radius:100px;display:block}
.website-list .item strong{width:82%;float:right;padding:10px 15px;display:block;font-weight:400;font-size:1.6rem;}
.website-list .item:last-child{margin-bottom:0}

.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>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>span.jsmodern-dialog-sure{background:#2F7CBE;border-color:#2F7CBE;color:#fff}
.jsmodern-dialog>span.jsmodern-dialog-sure:hover{background:#1563A6;border-color:#1563A6}
.jsmodern-dialog>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>*{display:none}
.jsmodern-page{height:38px;display:inline-block;overflow:hidden;border-radius:19px;border:#e8e8e8 solid 1px;margin:0 auto}
.jsmodern-page>div i,.jsmodern-page>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>div{float:left;max-width:420px;overflow:hidden}
.jsmodern-page>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>i span{display:inline-block;font-size:20px}
.jsmodern-page>i:first-child{border-radius:19px 0 0 19px}
.jsmodern-page>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}