@charset "utf-8";

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:12px; outline:none;font-family:"Microsoft Yahei",Tahoma,Arial,sans-serif; }
a {color:#525456;text-decoration:none;}
a:hover{ text-decoration:none; color:#006db8}
*:focus {outline:none !important;text-decoration:none !important}

html{display:block;webkit-text-size-adjust: none;}
body{background:#f7f5f4;color:#333;font-size:14px; font-family:"Microsoft Yahei",Tahoma,Arial,sans-serif;  min-width:1240px;}

@font-face {
  font-family: 'iconfont';  /* project id 399435 */
  src: url('//at.alicdn.com/t/font_399435_a9ml7nhpgnq.eot');
  src: url('//at.alicdn.com/t/font_399435_a9ml7nhpgnq.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_399435_a9ml7nhpgnq.woff') format('woff'),
  url('//at.alicdn.com/t/font_399435_a9ml7nhpgnq.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_399435_a9ml7nhpgnq.svg#iconfont') format('svg');
}

.iconfont{font-family:"iconfont" !important; font-size:16px;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('font/dincond-medium-webfont.eot?#iefix') format('embedded-opentype'), 
	url('font/dincond-medium-webfont.woff2') format('woff2'), 
	url('font/dincond-medium-webfont.woff') format('woff'), 
	url('font/dincond-medium-webfont.ttf') format('truetype'), 
	url('font/dincond-medium-webfont.svg#novecentowide-bold-webfont') format('svg');
}

@font-face{font-family:"NoveDemiBold";src: url('font/novecentowide-demibold-webfont.eot');src: url('font/novecentowide-demibold-webfont.eot?#iefix') format('embedded-opentype'),url('font/novecentowide-demibold-webfont.woff2') format('woff2'),url('font/novecentowide-demibold-webfont.woff') format('woff'),url('font/novecentowide-demibold-webfont.ttf') format('truetype'),url('font/novecentowide-demibold-webfont.svg#dincond-boldalternateregular') format('svg');}


/* --------------浏览器滚动条----------------------- */
::-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}

.wrapper{ width:1200px; margin:0 auto; }

#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}

.phone-link{ position:fixed; z-index:999; width:100%; left:0; bottom:0; height:80px;}
.phone-link a{ display:block; line-height:80px; text-align:center; display:block; background:rgba(0,0,0,0.6); color:#fff; font-size:20px}

#header{ height:90px; width:100%;z-index:999; position:fixed;-webkit-transition-duration: 0.3s;-moz-transition-duration: 0.3s;-o-transition-duration: 0.3s;}
#header .mask{background:#fff;opacity:1; position:absolute; z-index:1; left:0;top:0; width:100%; height:100%;box-shadow: 0px 2px 6px -2px rgba(0, 0, 0, 0.1);filter:alpha(opacity=9); -moz-opacity:0.9; opacity:0.9;-webkit-transition-duration: 0.3s;-moz-transition-duration: 0.3s;-o-transition-duration: 0.3s;}
#header .wrapper{ position:relative; z-index:2}
#header .logo{ float:left; margin-top:10px;-webkit-transition-duration: 0.3s;-moz-transition-duration: 0.3s;-o-transition-duration: 0.3s;}


.right-slide-link{ width: 90px; height:90px; position:absolute; right:0;top:0;background:#436dc2;-webkit-transition-duration: 0.3s;-moz-transition-duration: 0.3s;-o-transition-duration: 0.3s; z-index:10 ; padding-top:53px; overflow:hidden; text-align:center; cursor:pointer}
.right-slide-link i{ font-size:44px; color:#fff; position:absolute; left:50%; margin-left:-22px;top:15px; z-index:2; -webkit-transition: all 400ms; transition: all 400ms; display:block}
.right-slide-link span{ display:block; margin-top:0px;font-weight:bold; color:#fff ; position:relative; z-index:2;-webkit-transition: all 400ms; transition: all 400ms; }
.right-slide-link:hover{ background-color:#436dc2;}



.nav{  height:90px; position:relative; z-index:98; float:right;-webkit-transition-duration: 0.3s;-moz-transition-duration: 0.3s;-o-transition-duration: 0.3s;  }
.nav ul{ float:left}
.nav ul li{ float:left; height:90px; position:relative;-webkit-transition-duration: 0.3s;-moz-transition-duration: 0.3s;-o-transition-duration: 0.3s;   }
.nav ul li a{ display:block; float:left; height:90px;padding-top:35px;font-weight:bold; line-height:20px;-webkit-transition-duration: 0.3s;-moz-transition-duration: 0.3s;-o-transition-duration: 0.3s; }
.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 18px;font-size:15px; display:block;}
.nav ul li.home span{ padding:0 22px}
.nav ul li i{ background:#006db8; width:100%; left:0; height:0px; bottom:0px;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:90px;}
.nav ul li.search-btn span{ padding:0 20px;}


#sub-nav{ position:fixed;top:90px; left:0; width:100%; z-index:999; height:0px; min-width:1200px; 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}
#sub-nav.hover{ height:60px}
#sub-nav.hovers{top:75px;}
#sub-nav .sub-nav-bg{background:url(../images/blank.gif);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(../images/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-color:#006db8; 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:#fff;}



.nav ul li.indicator {position:absolute !important; top: 83px; left: 0; width: 100px; height: 7px; background:url(../images/nav-line.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 }


#header.hover{ height:75px;}
#header.hover .mask{ height:75px;filter:alpha(opacity=100); -moz-opacity:1; opacity:1;}
#header.hover .logo{margin-top:5px}
#header.hover .nav{ height:75px}
#header.hover .nav li{ height:75px}
#header.hover .nav li a{ height:75px;padding-top:30px;}
#header.hover .top-link{ display:none}
#header.hover .right-slide-link{ height:75px}
#header.hover .right-slide-link span{filter:alpha(opacity=0); -moz-opacity:0; opacity:0;}



.search-form{ padding:10px; position:absolute; left:50%; margin-left:354px; background-color:#f2f2f2;box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.3); }
.search-form .input{ background-color:#fff; line-height:20px; padding:10px; width:180px; border:0; float:left}
.search-form .hover{ background-color:#fff; color:#006db8;}
.search-form button{ background-color:#006db8; 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}
}


#banner {position:relative; z-index:2; width:100%; height:580px; overflow:hidden; background-color:#fff}
#banner .loader{ background:url(../images/loader.gif) no-repeat; width:40px; height:40px; position:absolute; left:50%; margin-left:-20px;top:50%; margin-top:10px; display:none}
#banner .pics {position:relative; width:100%; height:100%;}
#banner .pics li {display:none; position:absolute; top:0; left:0; z-index:2; width:100%; height:100%; background:no-repeat center 0;}
#banner .pics li a {display:block; width:100%; height:100%;}
#banner .pics li div.text{ width:100%; position:absolute; left:0;bottom:0; height:88px; background:url(../images/banner-text-bg.png) no-repeat center top; z-index:10; line-height:88px;}
#banner .pics li div.text strong{ position:absolute; left:50%;top:0; margin-left:-590px; color:#fff; font-size:30px; font-weight:normal; text-align:right; width:270px;}
#banner .pics li div.text p{ color:#fff;position:absolute; left:50%;top:0; margin-left:-180px;color:#fff; font-size:16px; }
#banner .pics .b1 {display:list-item;}
#banner .btns a {position:absolute; top:50%; z-index:4; margin-top:20px; width:50px; height:50px; -ms-transition:left 400ms, right 400ms; transition:left 400ms, right 400ms; -webkit-transition:left 400ms, right 400ms; -moz-transition:left 400ms, right 400ms; -o-transition:left 400ms, right 400ms;}
#banner .btns .prev {left:-50px;}
#banner .btns .next {right:-50px;}
#banner .btns .prev.on {left:50px;}
#banner .btns .next.on {right:50px;}
#banner .btns a span {position:absolute; top:0; left:0; width:100%; height:100%; -ms-transition:-ms-opacity 300ms;  transition:opacity 300ms;-webkit-transition:-webkit-opacity 300ms; -moz-transition:-moz-opacity 300ms; -o-transition:-o-opacity 300ms; cursor:pointer;}
#banner .btns a span.off {-webkit-opacity:1; opacity:1; display:block\9;}
#banner .btns a span.on {-webkit-opacity:0; opacity:0; display:none\9;}
#banner .btns .prev .off {background:url(../images/prev.png) no-repeat 0 0;}
#banner .btns .prev .on  {background:url(../images/prev_on.png) no-repeat 0 0;}
#banner .btns .next .off {background:url(../images/next.png) no-repeat 0 0;}
#banner .btns .next .on {background:url(../images/next_on.png) no-repeat 0 0;}
#banner .btns a:hover .off {-webkit-opacity:0; opacity:0; display:none\9;}
#banner .btns a:hover .on {-webkit-opacity:1; opacity:1; display:block\9;}

#banner .g-wrap {position:absolute; left:50%; bottom:20px; z-index:2000; margin-left:-600px; width:1200px; height:30px; overflow:hidden;}
#banner .g-wrap .idxs {height:100%; text-align:right}
#banner .g-wrap .idxs li { display:inline-block; margin:30px 7px 0 0; width:12px; height:12px;-moz-border-radius: 7px;-webkit-border-radius:7px; border-radius:7px;cursor:pointer;-webkit-transition-duration: 0.3s;-moz-transition-duration: 0.3s;-o-transition-duration: 0.3s; border:2px #fff solid;filter:alpha(opacity=90); -moz-opacity:0.9; opacity:0.9;}
#banner .g-wrap .idxs li.on {background-color:#fff;filter:alpha(opacity=100); -moz-opacity:1; opacity:1; border-color:#fff }

.index-chanye{ position:absolute; width:100%; left:0;top:512px;  height:88px; z-index:1000; display:none }
.index-chanye .mask{ height:140px; position:absolute; left:0;top:0; width:100%; background-color:#000;filter:alpha(opacity=60); -moz-opacity:0.6; opacity:0.6; display:none}
.index-chanye .chanye-con{ width:1200px; margin:0px auto; position:relative; z-index:3; height:100px;}
.index-chanye .chanye-con div{ float:left;}
.index-chanye .chanye-con div a{ display:block; height:88px; position:relative}
.index-chanye .chanye-con div a span{ position:absolute; right:40px;top:30px; color:#fff; font-size:16px; font-weight:bold}



.main-bg{background:#e4e6e9; padding:35px 0 0px}


.index{ width:1200px; margin:0 auto; position:relative; }


.news-slider{ width:450px; height:300px; float:left; overflow:hidden; position:relative}
.news-slider .bd{ width:450px;}
.news-slider .bd ul li{ position:relative; overflow:hidden}
.news-slider .bd ul li a{ display:block; width:450px; height:300px; position:relative}
.news-slider .bd ul li a s{ display:block; width:450px; height:300px; position:absolute; left:0;top:0; z-index:10; background:#1d3994;filter:alpha(opacity=0); -moz-opacity:0; opacity:0;-webkit-transition-duration: 0.3s;-moz-transition-duration: 0.3s;-o-transition-duration: 0.3s;}
.news-slider .bd ul li a i.iconfont{ font-size:24px; color:#fff; display:block; position:absolute; left:30%; margin-left:-11px;top:130px; z-index:30;filter:alpha(opacity=0); -moz-opacity:0; opacity:0;-webkit-transition-duration: 0.3s;-moz-transition-duration: 0.3s;-o-transition-duration: 0.3s;}
.news-slider .bd ul li a i.circle{  display:block; position:absolute; right:30%; margin-right:-29px;top:114px; z-index:30;filter:alpha(opacity=0); -moz-opacity:0; opacity:0;-webkit-transition-duration: 0.3s;-moz-transition-duration: 0.3s;-o-transition-duration: 0.3s; width:58px; height:58px; background-color:#d81132; border:1px #d81132 solid;-moz-border-radius: 30px;-webkit-border-radius:30px; border-radius:30px;}
.news-slider .bd ul li a:hover s{filter:alpha(opacity=80); -moz-opacity:0.8; opacity:0.8;}
.news-slider .bd ul li a:hover i.iconfont{filter:alpha(opacity=100); -moz-opacity:1; opacity:1; left:50%;}
.news-slider .bd ul li a:hover i.circle{filter:alpha(opacity=100); -moz-opacity:1; opacity:1;right:50%;}
.news-slider .bd ul li img{ width:450px; height:300px; position:relative; }
.news-slider .bd ul li p{ position:absolute; left:0;top:260px; height:40px; z-index:20; width:100%}
.news-slider .bd ul li p em{ position:absolute; left:0;top:0px; width:100%; height:40px; background:#111;filter:alpha(opacity=60); -moz-opacity:0.6; opacity:0.6; height:64px;}
.news-slider .bd ul li p strong{ position:relative; z-index:2; color:#fff; line-height:40px; padding-left:20px; font-size:14px;}
.news-slider .hd{ position:absolute; right:15px;bottom:15px; z-index:100}
.news-slider .hd li{ width:9px; height:9px;cursor:pointer;-webkit-transition-duration: 0.3s;-moz-transition-duration: 0.3s;-o-transition-duration: 0.3s; background-color:#fff; border:1px #fff solid;filter:alpha(opacity=30); -moz-opacity:0.3; opacity:0.3; float:left; cursor:pointer; margin-left:6px;-moz-border-radius: 30px;-webkit-border-radius:30px; border-radius:30px;}
.news-slider .hd li.on{ background-color:#005acb; border-color:#005acb;;filter:alpha(opacity=100); -moz-opacity:1; opacity:1;}



.index-news{width:725px; height:300px; float:right; background-color:#fff; overflow:hidden;  box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.03); }
.index-news h3{ width:150px; height:300px; float:right;}
.index-news h3 a.tab{ font-size:16px; background-color:#eee; font-weight:normal;  display:block; text-align:center; height:100px;color:#444;  border-bottom:1px #fff solid; position:relative;}
.index-news h3 a.tab i{ display:block; font-weight:normal; padding-top:15px; font-size:35px; height:55px;}
.index-news h3 a.tab em{display:block; width:0;height: 0;border-top:15px solid transparent; border-right: 10px solid #0a7bc9;border-bottom: 15px solid transparent; position:absolute; left:-10px;top:35px; display:none}
.index-news h3 a.current{ background:url(../images/nav-bg.jpg) no-repeat;color:#fff;  position:relative;}
.index-news h3 a.current em{ display:block}
.index-news h3 a:first-child{ border-left:0}
.index-news h3 a.more{ font-size:12px; font-weight:normal; color:#888; float:right; margin-top:8px; margin-right:5px;}
.index-news h3 a.more:hover{ color:#d81132}
.index-news h3 a.more i{ position:relative;top:2px;}
.index-news-con{ width:575px; padding:30px 30px; height:300px; border:1px #e2e2e2 solid; border-right:0; float:right;}
.index-news div.list{}
.index-news div.list dl{ padding-bottom:9px;border-bottom:1px #f2f2f2 solid;}
.index-news div.list dl strong{display:block; font-size:18px; margin-left:105px; position:relative; line-height:24px; }
.index-news div.list dl strong em{font-family:"NoveDemiBold"; position:absolute; left:-105px;top:0px; color:#d81132}
.index-news div.list dl strong a{ color:#444;max-width:410px;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;_width:410px; display:inline-block }
.index-news div.list dl strong a:hover{ color:#1d3994}
.index-news div.list dl p{ font-size:14px; color:#888; margin-top:8px; line-height:180%; }
.index-news div.list dl p a{ color:#666;}
.index-news div.list dl p a:hover{ text-decoration:underline; color:#c31a2d}
.index-news div.list ul{ margin-top:7px;}
.index-news div.list ul li{ padding:4px 0; height:28px; overflow:hidden; line-height:20px; }
.index-news div.list ul li a{ padding-left:10px; display:inline-block; max-width:400px;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;_width:400px; text-align:left; position:relative;top:5px;}
.index-news div.list ul li span{ font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#aaa}



.index-journal{ height:270px;border-top:1px #eee solid;padding-top:20px;}
.index-journal .image{ width:45%; float:left; margin-top:5px;}
.index-journal .image img{ border:1px #e8e8e8 solid; width:100%;box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.05);}
.index-journal .text{ width:48%; float:right; padding-top:5px;}
.index-journal .text .title strong{ display:block; font-size:18px; position:relative; left:-8px;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.index-journal .text .title strong a{ }
.index-journal .text .title span{ display:block; font-size:18px; margin-top:6px;}
.index-journal .text .other{ margin-top:20px; line-height:1.6}
.index-journal .text .other p{ margin-top:10px; color:#aaa; font-size:13px}
.index-journal .text .other a{ display:block; line-height:50px; margin-top:12px; border-radius:5px; width:90%; text-align:center; font-size:18px; color:#fff; background-color:#9ad452}
.index-journal .text .other a i{  font-size:30px; margin-right:3px; position:relative;top:4px}
.index-journal .btns{ height:50px; margin-top:20px;}
.index-journal .btns a{ display:block; line-height:50px; float:left; width:50%; text-align:center; font-size:18px; color:#fff; background-color:#9ad452}
.index-journal .btns a i{  font-size:30px; margin-right:3px; position:relative;top:4px}
.index-journal .btns a:last-child{ background-color:#82c530}

.index-party{ width:450px; float:left; background-color:#fff; border:1px #eee solid;  box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.03); }
.index-party h3{ height:60px; background-color:#f0f1f2}
.index-party h3 a{ display:block; line-height:60px; width:50%; float:left; text-align:center; font-size:18px; background-color:#f0f1f2;border-right:1px #e8e8e8 sol}
.index-party h3 a.current{ background-color:#fff; color:#3f51b5}
.index-party .con{ padding:20px 30px;height:290px;}
.index-party dl{ padding-left:150px;height:80px; position:relative;}
.index-party dl .image{ width:120px; position:absolute; left:0;top:0;}
.index-party dl .image img{ width:100%}
.index-party dl .text{ }
.index-party dl .text strong{display:block; font-size:15px;position:relative; line-height:20px;height:40px; overflow:hidden }
.index-party dl .text strong a{ color:#444; }
.index-party dl .text strong a:hover{ color:#3f51b5}
.index-party dl .text span{ display:block;font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#aaa; margin-top:10px;}
.index-party ul{ margin-top:20px;}
.index-party ul li{ padding:5px 0; height:30px;  line-height:20px; margin-right:75px; position:relative }
.index-party ul li a{ background:url(../images/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-party ul li span{ font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#aaa; position:absolute; right:-75px;top:7px;}


.index-leader{ width:350px; float:left;background-color:#fff; padding:19px; border:1px #eee solid; box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.03); margin-top:-60px; position:relative; margin-left:25px; }
.index-leader h3{ font-size:18px; height:18px; margin-bottom:22px; border-left:5px #163893 solid; padding-left:1px;}
.index-leader h3 strong{ display:inline-block; border-left:2px #ddd solid; line-height:18px; padding-left:10px;font-weight:normal}
.index-leader .arrow-btn{ position:absolute; right:20px;top:20px;}
.index-leader .arrow-btn a{ display:inline-block; width:16px; height:16px; margin-left:5px;filter:alpha(opacity=70); -moz-opacity:0.7; opacity:0.7; }
.index-leader .arrow-btn a.arrow-left{ background:url(../images/arrow-left.png) no-repeat}
.index-leader .arrow-btn a.arrow-right{ background:url(../images/arrow-right.png) no-repeat}
.index-leader .arrow-btn a:hover{filter:alpha(opacity=100); -moz-opacity:1; opacity:1;}
.index-leader .photo-slider{height:272px; overflow:hidden; padding-top:25px; border-top:1px #f4f4f4 solid}
.index-leader .photo-slider ul{ }
.index-leader .photo-slider li{ position:relative;}
.index-leader .photo-slider img{ width:100%;}
.index-leader .photo-slider span{ text-align:center; display:block; line-height:20px; height:80px; padding:10px 10px}
.index-leader .photo-slider .bx-controls{ display:none}

.index-about{ width:350px; float:left; background-color:#fff; padding:19px; border:1px #eee solid; margin-left:25px; box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.03);}
.index-about h3{font-size:18px; height:18px; margin-bottom:22px; border-left:5px #163893 solid; padding-left:1px; position:relative}
.index-about h3 strong{ display:inline-block; border-left:2px #ddd solid; line-height:18px; padding-left:10px;font-weight:normal}
.index-about h3 a.more{ position:absolute; right:0;top:2px; font-size:13px; color:#888; font-weight:normal}
.index-about h3 a.more:hover{ color:#1d3994}
/*
.index-about div{height:272px; overflow:hidden}
.index-about div img{ width:100%}
.index-about div p{ margin-top:10px; line-height:1.8; color:#888; text-indent:2em; font-size:14px;}
.index-about div p a{ color:#444; margin-left:5px;}
.index-about div p a:hover{ text-decoration:underline; }
.index-about div ul{ margin-top:10px;}
.index-about div li{ float:left; width:152px; float:left; margin-left:5px; line-height:46px; }
.index-about div li a{ display:block; text-align:center; font-weight:bold; background: -webkit-linear-gradient(top, #fff, #eee) !important;box-shadow: 1px 1px 0px 0px rgba(0,0,0,0.14);-moz-border-radius: 2px;-webkit-border-radius:2px; border-radius:2px; }
*/

.index-other{ width:345px; float:right; }
.index-video{background-color:#fff; box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.03);padding:19px; border:1px #eee solid;margin-bottom:10px;}
.index-video h2{ font-size:18px; height:18px; margin-bottom:22px; position:relative}
.index-video h2 strong{ display:inline-block;  line-height:18px; font-weight:normal}
.index-video h2 i{ font-size:30px; margin-right:5px; position:relative;top:3px; line-height:18px;}
.index-video .con{}
.index-video h2 a.more{ position:absolute; right:0;top:2px; font-size:13px; color:#888; font-weight:normal}
.index-video h2 a.more:hover{ color:#1d3994}

.index-video .image{ height:160px; overflow:hidden; position:relative}
.index-video .image img{ display:block;-webkit-transition: -webkit-transform 2s ease-out;-moz-transition: -moz-transform 2s ease-out;-ms-transition: -ms-transform 2s ease-out;transition: transform 2s ease-out; width:100%}
.index-video .image em{ position:absolute; left:0;top:0; display:block; width:100%;height:100%; background-color:#000;filter:alpha(opacity=10); -moz-opacity:0.1; opacity:0.1; z-index:2; -webkit-transition: all 400ms; transition: all 400ms; }
.index-video .image i{ color:#fff; font-size:60px; position:absolute; left:50%; margin-left:-30px;top:50%; margin-top:-35px; z-index:3}
.index-video .title{display:none; text-align:center; position:absolute;width:100%;height:40px; line-height:40px; color:#fff;left:0;top:160px;background-color:rgba(0,0,0,0.5); z-index:20 }
.index-video:hover .image img{transform:scale(1.1);-webkit-transform:scale(1.1); }
.index-video:hover .image em{filter:alpha(opacity=0); -moz-opacity:0; opacity:0;}

.index-bbs{margin-top:10px;box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.03);border:1px #eee solid;}
.index-bg{padding-top:30px;margin-top:30px;background-color:#f7f5f4; padding-bottom:40px;}

.footer{ background-color:#fff; border-top:1px #e8e8e8 solid;  padding:40px 0 30px; color:#4a4a4a; line-height:28px; position:relative; z-index:5}
.footer .footer-menu{ width:390px; float:left; margin-left:60px; }
.footer .footer-menu dl{ width:130px; float:left;}
.footer .footer-menu dl dt{ font-size:14px; font-weight:normal; color:#4a4a4a; margin-bottom:15px; padding-top:2px;}
.footer .footer-menu dl dd{ margin-bottom:8px;}
.footer .footer-menu dl dd a{ color:#8a8a8a}
.footer .footer-menu dl dd a:hover{ color:#006db8}
.footer .footer-contact{ width:350px; float:left; padding-left:50px; border-left:2px #eee solid;height:150px;}
.footer .footer-contact li{ margin-bottom:5px;}
.footer .footer-contact li i{ font-size:20px; color:#aaa; margin-right:8px; position:relative;top:1px;}
.footer .footer-contact a.com-btn{ display:inline-block;padding:0 35px;border-radius:30px; line-height:46px; background-color:#006db8; color:#fff; font-size:16px; margin-top:10px;transition: all 0.3s; -webkit-transition: all 0.3s;}
.footer .footer-contact a.com-btn i{ color:#fff; font-size:30px; line-height:30px; position:relative;top:5px; margin-right:5px;}
.footer .footer-contact a.com-btn:hover{ background-color:#ee0000; }
.footer .footer-weixin{ width:130px; float:left;}
.footer .footer-weixin img{ width:100%; border:1px #eee solid}
.footer .footer-weixin p{ text-align:center; color:#8a8a8a}
.footer .footer-links{ width:250px; float:right;}
.footer .footer-links .select{ position:relative; margin-bottom:20px;height:44px; border:1px #ddd solid; background-color:#fff}
.footer .footer-links .select label{ display:block; line-height:44px; padding-left:20px; font-weight:normal; color:#888}
.footer .footer-links .select label:before {content: ""; display: block; width: 0; height: 0;border-left: 6px solid transparent; border-right: 6px solid transparent;border-top: 8px solid #bbb; position: absolute; right: 20px;top: 17px;}
.footer .footer-links .select ul{ position:absolute; left:-1px; width:250px; border:1px #e8e8e8 solid; background-color:#fff;top:48px;opacity: 0;filter:alpha(opacity=0); visibility:hidden;transition: all 0.3s; -webkit-transition: all 0.3s;box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);  max-height:140px;_height:140px; overflow-x:hidden; overflow-y:auto }
.footer .footer-links .select ul li a{ display:block; line-height:35px; padding:0 20px;white-space:nowrap; overflow:hidden; text-overflow:ellipsis; font-size:13px;}
.footer .footer-links .select ul li a:hover{ background-color:#fafafa}
.footer .footer-links .select:hover{ z-index:2}
.footer .footer-links .select:hover label{ color:#4a4a4a}
.footer .footer-links .select:hover label:before{border-top: 8px solid #888; }
.footer .footer-links .select:hover ul{ visibility:visible;opacity: 1;filter:alpha(opacity=100);top:42px;}
.footer .line{ border-top:1px #eee solid; margin-top:20px; font-size:12.5px; padding-top:15px;}
.footer .footer-copyright{ float:left; color:#aaa }
.footer .footer-link{ float:right}
.footer .footer-link span{ color:#ccc; margin:0 7px;}
.footer .footer-link a{ font-weight:bold}




/* --------------右侧跟随---------------------- */
#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(../images/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;}






/* --------------环保---------------------- */
.ep-bg{ min-height:800px;background-color: #e8e8e8; background-image:url(../images/ep-bg.jpg);padding: 90px 0px 60px; background-position: 50% 0;background-repeat: no-repeat;  -webkit-background-size: 100%;background-size: 100%;}
.ep-box{ width:1200px; margin:0 auto}
.ep-header{background-color: rgba(32,92,172,0.85);text-align:center; padding-top:60px; color:#fff; }
.ep-header h1{font-weight:bold}
.ep-header h1 span{ display:block; font-size:18px; margin-top:25px}
.ep-header p{ margin-top:15px;text-align:left; font-size:14px; padding:15px 50px 40px; text-indent:2em;line-height:2}
.ep-content{ background-color:#fff; padding:40px 50px 40px;}
.ep-content h2{font-size:24px; padding-bottom:20px; }
.ep-content p{ line-height:2}
.ep-content .item{  position:relative; margin-top:20px}
.ep-content .item p{margin-bottom:10px; }
.ep-content .item .content{background-color:#f1eff1;padding:35px 40px;}
.ep-content .item h3{  padding:0 30px; line-height:60px;background-color:#88d03a; color:#fff; font-size:18px;}
.ep-content .item ul li{ width:300px; float:left; margin-right:30px; margin-bottom:30px; margin-top:30px}
.ep-content .item ul li img{ width:100%;}
.ep-content .item ul li span{ display:block; text-align:center; margin-top:10px;}


#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}
#pages a:hover{ background-color:#006db8; border-color:#006db8; color:#fff}
#pages a.active{ background-color:#006db8;border-color:#006db8; color:#fff}
#pages a.prev,#pages a.next{ font-size:14px;} 
#pages span{display:inline-block; padding:9px 15px; color:#888; position:relative;top:-2px}


.page-wrapper{}

.page-banner{ width:100%; position:relative; height:400px; overflow:hidden;min-width:1200px; 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;}
.page-banner .pic{ position:absolute; left:50%; margin-left:220px;top:100%;transition: all 2.6s cubic-bezier(0.71, -0.01, 0.07, 0.99) 0s; -webkit-transition: all 2.6s cubic-bezier(0.71, -0.01, 0.07, 0.99) 0s; display:none}
.page-banner.hover .image-con{transform:scale(1);-webkit-transform:scale(1);}
.page-banner.hover .pic{top:105px}
.page-banner .title-con{ position:absolute; left:50%; margin-left:-600px; top:50%;  z-index:2; color:#fff}
.page-banner .title-con strong{ display:block;font-family: 'dincond-medium-webfont',serif;font-size:40px; font-weight:bold;  margin-left: -30px;margin-left: 0px \9;-webkit-animation: cth2 800ms ease-out forwards;animation: cth2 800ms ease-out forwards; opacity: 0;opacity:1 \9; }
.page-banner .title-con span{ display:block; font-size:40px;margin-left: 30px;margin-left: 0px \9; -webkit-animation: cth1 800ms ease-out forwards;animation: cth1 800ms ease-out forwards; opacity: 0;opacity:1 \9;}

@-webkit-keyframes cth1 {
    0% { margin-left: 30px; opacity: 0; }
    100% { margin-left: 0px; opacity: 1; }
}

@keyframes cth1 {
    0% { margin-left: 30px; opacity: 0; }
    100% { margin-left: 0px; opacity: 1; }
}

@-webkit-keyframes cth2 {
    0% { margin-left: -30px; opacity: 0; }
    100% { margin-left:0px; opacity: 1; }
}

@keyframes cth2 {
    0% { margin-left: -30px; opacity: 0; }
    100% { margin-left:0px; opacity: 0.4; }
}



.location{position:relative; height:50px; line-height:50px;  margin:0 auto; overflow:hidden; font-size:14px; color:#aaa;}
.location a{ color:#666}
.location a:hover{ text-decoration:underline; color:#006db8}
.location i{ margin-right:8px; color:#bbb}
.location span{ margin: 0 3px}

.page-top .location{height:30px; line-height:30px;  float:right}


.page{ position:relative; width:1200px; margin:0px auto 0; padding-bottom:40px; margin-top:-75px; z-index:2 }

.page-left{ width:240px; float:left;  position:relative }
.page-left h2{ background:url(../images/banner-p-bg.png);height:75px; padding:19px 40px 0; color:#fff}
.page-left h2 strong{ font-size:18px; font-weight:normal; display:block; height:26px; }
.page-left h2 span{ font-size:13px; display:block; font-weight:normal; font-family:Arial, Helvetica, sans-serif}
.page-left ul{ background-color:#fff;box-shadow: 6px 6px 0px rgba(0,0,0,.02);  padding:5px 20px 10px }
.page-left ul li{ position:relative;border-top:1px #eee solid; }
.page-left ul li:first-child{ border-top:0}
.page-left ul li a{ display:block;  text-indent:20px;  line-height:50px; font-size:16px;-webkit-transition:background-color .25s,border .25s;transition:background-color .25s,border .25s;}
.page-left ul li a:hover{ color:#006db8; }
.page-left ul li a.current{ font-weight:bold; color:#006db8 }
.page-left ul li a i{ display:block; width:24px; height:24px; overflow:hidden; font-size:13px; line-height:22px; text-indent:0;   position:absolute; right:0;top:15px; font-weight:normal}
.page-left ul li dl{ position:relative;border-top:1px #2945a2 solid; padding:10px 0;}
.page-left ul li dl a{ border-bottom:0;line-height:30px; text-indent:43px; display:block; font-size:13px;color:#8a9dd7; position:relative}
.page-left ul li dl a:hover{ text-decoration:underline; color:#fff}
.page-left ul li dl a i{ position:absolute; left:20px;top:4px; font-size:16px;}
.page-left ul li:last-child{ border-bottom:0}
.page-left .pic{ margin-top:10px;}
.page-left .pic img{ width:100%}
.page-left .qr{margin-top:10px; background-color:#42a5f5; padding:20px 20px 10px; color:#fff}
.page-left .qr img{ width:100%}
.page-left .qr p{ line-height:150%; padding-top:5px; text-align:center; margin-top:3px;}
.page-left .qr p strong{ display:block; font-size:16px;}

.page-right{ width:930px; float:right; padding:30px 40px 40px;box-shadow: 6px 6px 0px rgba(0,0,0,.02); min-height:490px; background:#fff;}

.page-top{font-size:22px; height:45px; border-bottom:1px #e6e6e6 solid;color:#333}
.page-top strong{ display:inline-block; height:45px; border-bottom:3px #006db8 solid; float:left; }


.about{ margin-top:40px; font-size:15px}
.about .about-content{ margin-top:30px}
.about .since{ height:128px; padding-top:10px;  background:url(../images/since.gif) no-repeat; font-size:23px; font-weight:normal; color:#666 }
.about .since strong{color:#444; font-size:23px; font-weight:500;  display:block; margin-top:10px; }
.about .since span{ display:block; color:#ddd; font-size:16px; }
.about .about-content .content{  line-height:2;color:#5a5a5a; position:relative;}
.about .about-content .content img{ margin-bottom:10px}
.about .about-content .content p{ margin-bottom:10px; }


.leader{ margin-top:40px;}
.leader .item-b{ margin-top:30px; overflow:hidden}
.leader .item-b ul{ width:950px;}
.leader .item-b ul li{ width:408px; float:left; margin-right:30px; height:140px; background-color:#f1eff1; margin-bottom:20px; padding:30px}
.leader .item-b ul li h3{ font-size:22px; margin-bottom:15px}
.leader .item-b ul li p{ margin-bottom:10px; color:#7a7a7a}
.leader .item-b ul li.has-image{ height:380px;background-color:#f1eff1; padding:0}
.leader .item-b ul li.has-image img{ width:100%}
.leader .item-b ul li.has-image h3{ text-align:center; margin-top:20px;}
.leader .item-b ul li.has-image  p{ 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=60);-moz-opacity:0.6;opacity:0.6; z-index:1 }
.video-play .box{ width:740px; height:490px; position:absolute; left:50%; margin-left:-370px;top:50%; margin-top:-225px; z-index:3; padding:20px; background-color:#f2f2f2}
.video-play .close-btn{ background:url(../images/fancy_close.png) no-repeat center center; display:block; text-indent:-10000px; width:40px; height:40px; position:absolute; left:50%; margin-left:349px;top:50%; margin-top:-242px; z-index:4}
.video-play .close-btn:hover{ }
#con_video_div{ background:#000}

.honor-nav{ margin-top:40px; text-align:center;height:53px;}
.honor-nav a{ display:inline-block; line-height:53px; color:#5a5a5a; padding:0 40px; background-color:#f2f2f2; margin:0 2px; font-size:16px; border-bottom:3px #e2e2e2 solid;  border-radius:5px;}
.honor-nav a.current{ background-color:#006db8; border-bottom:3px #006db8 solid; color:#fff}



.history{ margin-top:40px; }
.history  .history-top{ height:160px; padding-top:40px; padding-left:40px; position:relative; background:url(../images/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:#006db8; 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:7px 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:15px; }
.history .item ul li:after { content: ",,"; display: block; width:17px;height:17px; background:url(../images/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.hover{ background-color:#f1eff1}


.company-list{ }
.company-list .intro{ line-height:26px; padding:15px 30px; background-color:#005bac; color:#fff}
.company-list .intro b{margin:0 3px}
.company-list .list{ position:relative; }
.company-list .list li{ padding:30px 0; border-bottom:1px #ccc dotted; height:220px;}
.company-list .list li:last-child{border:0}
.company-list .list li div.text{width:590px; float:right; }
.company-list .list li h2{font-size:16px;font-weight:bold}
.company-list .list li p{padding-top:12px; line-height:1.8;color:#999;font-size:13px}
.company-list .list li img{ display:block; width:225px; height:150px; position:relative; z-index:2; border:1px #ddd solid;padding:4px; background:#fff;}
.company-list .list li a.image{ display:block; width:225px; height:150px; float:left; position:relative;}
.company-list .list li a.image em{ display:block; width:225px; height:150px; background:#eee; position:absolute; left:4px;top:4px}
.company-list .list li a.image s.s1{ display:block; width:66px; height:65px; background:url(../images/konggu.png) no-repeat; position:absolute; left:5px;top:5px; z-index:3}
.company-list .list li a.image s.s2{ display:block; width:66px; height:65px; background:url(../images/cangu.png) no-repeat; position:absolute; left:5px;top:5px; z-index:3}
.company-list .list li p a.more{ display:block; width:123px; height:28px; background:url(../images/btn-view.gif) no-repeat; line-height:28px; text-indent:15px; color:#fff; margin-top:15px; font-size:12px;}
.company-list .list li p a.more:hover{ text-decoration:underline}

.company-view{margin-top:30px;}
.company-view h1{font-size:24px;text-align:center}
.company-view .content{margin-top:20px;line-height:1.8}
.company-view .content p{margin-bottom:15px;}
.company-view .contact-info{margin-top:20px;padding-top:20px;border-top:1px #ddd dotted;line-height:2}

.pics-list{overflow:hidden; margin-top:20px; }
.pics-list ul{ width:940px;}
.pics-list ul li{ width:260px; float:left; margin-right:30px; margin-top:30px;}
.pics-list ul li .image{width:260px;height:170px; overflow:hidden; position:relative; perspective: 1300px; -webkit-perspective: 1300px; -moz-perspective: 1300px; }
.pics-list ul li img{width:260px; height:170px;}
.pics-list ul li a{ display: block;width: 100%; height: 100%; position:absolute; left:0;top:0}
.pics-list ul li .title{ text-align:center; overflow:hidden;  border:1px #e2e2e2 solid; border-top:0; padding: 10px 20px; height:60px; line-height:20px;}


.journal-list{ margin-top:30px; }
.journal-list ul{ }
.journal-list ul li{ width:30.3%; padding:15px 15px 15px; background-color:#fff; float:left; margin-left:3.5%; position:relative; margin-bottom:30px;box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);}
.journal-list ul li .image{  overflow:hidden; position:relative}
.journal-list ul li .image img{ width:100%;-webkit-transition-duration: 1s;-moz-transition-duration: 1s; display:block}
.journal-list ul li strong{ display:block;font-size:18px;margin-top:10px;  text-align:center;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.journal-list ul li span{display:block;color:#999;margin-top:5px;text-align:center}
.journal-list ul li .mask{ width:100%; height:100%; position:absolute; left:0px;top:0px; background-color:#000;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity: 0;opacity: 0;-webkit-transition-duration: 0.3s;-moz-transition-duration: 0.3s;-o-transition-duration: 0.3s;}
.journal-list ul li a{ display:block; width:120px; height:40px; line-height:40px; text-align:center; position:absolute; left:50%; margin-left:-60px;top:50%; background-color:#fff;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity: 0;opacity: 0;-webkit-transition-duration: 0.3s;-moz-transition-duration: 0.3s;-o-transition-duration: 0.3s;}
.journal-list ul li a.a2{ display:block; width:120px; height:40px; line-height:40px; text-align:center; position:absolute; left:50%; margin-left:-60px;top:180px; background-color:#fff;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity: 0;opacity: 0;-webkit-transition-duration: 0.3s;-moz-transition-duration: 0.3s;-o-transition-duration: 0.3s;}
.journal-list ul li:hover .mask{filter:alpha(opacity=50);-moz-opacity:0.5;-khtml-opacity: 0.5;opacity: 0.5;}
.journal-list ul li:hover .image img{transform:scale(1.1);-webkit-transform:scale(1.1);}
.journal-list ul li:hover a{top:40%;filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity: 1;opacity:1;}
.journal-list ul li:hover a.a2{top:160px;}
.journal-list ul li.hover{-moz-opacity:1;opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);}


.project-wrapper{ padding:0px 0 30px}
.project-list{ width:1200px; margin:0px auto}
.project-list .item{ background-color:#fff;box-shadow: 6px 6px 0px rgba(0,0,0,.02); margin-bottom:30px;transition: all 0.3s; -webkit-transition: all 0.3s; position:relative; overflow:hidden }
.project-list .item .image{ width:480px;height:320px; float:left; position:relative; overflow:hidden}
.project-list .item .image img{ width:480px; height:320px;transition: all 1s; -webkit-transition: all 1s;}
.project-list .item .text{ width:718px; float:right; padding:20px 40px 0;}
.project-list .item .text h2 {padding-bottom:15px; border-bottom:1px #e2e2e2 solid; margin-bottom:15px; }
.project-list .item .text h2 strong{ font-size:20px; font-weight:500}
.project-list .item .text h2 span{ color:#888; margin-left:20px; font-size:14px; font-weight:normal; }
.project-list .item .text p{ line-height:2; color:#8a8a8a}
.project-list .item .text a.more{ display:block; width:120px; background-color:#006db8; color:#fff; text-align:center; line-height:40px; margin-top:15px;transition: all 0.3s; -webkit-transition: all 0.3s;/* visibility:hidden;filter:alpha(opacity=0);opacity:0; margin-left:20px */; border-radius:4px;}
.project-list .item .text a.more:hover{ background-color:#78ba32}
.project-list .item:hover .logo{filter:alpha(opacity=100);opacity:1;}
.project-list .item:hover .image img{transform:scale(1.1);-webkit-transform:scale(1.1);}

.project-view{ width:1200px; margin:0 auto; }
.project-view-left{ width:800px; float:left;}
.project-view-left .tab-title{ height:50px; margin-top:30px; background-color:#f1eff1}
.project-view-left .tab-title a{ display:block; line-height:50px; float:left; padding:0 30px;}
.project-view-left .tab-title a.current{ background-color:#ddd; font-weight:bold}

.project-view{ position:absolute; z-index:1001; width:100%; height:100%; left:0;top:0; display:none}
.project-view a.close-btn{ width:27px; height:27px; display:block; background:url(../images/close-icon.png) no-repeat; position:absolute;top:-37px; right:0; z-index:9999}
.project-view .mask{ background-color:#111;filter:alpha(opacity=70);-moz-opacity:0.7; opacity:0.7; position:absolute; left:0;top:0; width:100%; height:798px; z-index:1}
.project-view .box{ width:960px; position:fixed;top:50%; left:50%; margin-left:-400px; z-index:2; background:#fff; min-height:450px}
.project-view .links{ width:160px; background:url(../images/case-nav-bg.gif) repeat-y right 0; position:absolute; left:-160px;top:0; z-index:3; min-height:450px}
.project-view .links a{ display:block; height:140px; padding:25px 0; text-align:center; background-color:#777; color:#fff; font-size:16px; border-bottom:1px #888 solid}
.project-view .links a i{ font-size:50px; line-height:50px; font-weight:normal;}
.project-view .links a span{ display:block; margin-top:5px;}
.project-view .links a.current{ background-color:#fff; color:#3f51b5; font-weight:bold}
.project-view .project-main{ position:relative; z-index:200; width:960px; padding:40px; overflow-x:hidden; overflow-y:auto; height:100%; }
.project-view .project-main .loading{ width:64px; height:64px; background:url(../images/main-loading.gif) no-repeat;position:absolute;top:50%; left:50%; margin-top:-32px; margin-left:-32px; display:none}

.project-view .project-info{   }
.project-view .project-info .base-info .image{ width:300px; float:left; overflow:hidden}
.project-view .project-info .base-info .image img{ width:300px;height:200px;}
.project-view .project-info .base-info .text{ width:540px; float:right}
.project-view .project-info .base-info .text p{ margin-bottom:10px;}
.project-view .project-info .base-info .text label{ color:#7a7a7a}
.project-view .project-info .base-info .text strong{ font-size:18px; padding-bottom:10px; padding-top:10px; display:block}
.project-view .project-info .content{ line-height:2; margin-top:20px;line-height:2; color:#5a5a5a;}
.project-view .project-info .content p{ margin-bottom:10px;}
.project-view .project-map{ height:100%; overflow:hidden}
.project-view .project-map .map{ }
.project-view .project-photo .list{ width:880px; overflow:hidden}
.project-view .project-photo .list ul{ width:950px;}
.project-view .project-photo .list ul li{ width:260px; float:left; text-align:center; margin-right:40px; margin-bottom:30px;}
.project-view .project-photo .list ul li img{ width:100%;}
.project-view .project-photo .list ul li span{ display:block; margin-top:10px;}

.news-left{ width:840px; float:right; margin-top:40px; border-left:1px #eee solid; min-height:600px}
.news-right{ width:360px; float:left; margin-top:40px;}


.news-search{ width:330px; height:50px; border:2px #eee solid }
.news-search .input{border:0; width:270px; height:46px; background-color:#fff; line-height:20px; padding:10px 15px; color:#888; -webkit-transition-duration: 0.25s;-moz-transition-duration: 0.25s;-o-transition-duration: 0.25s; float:left }
.news-search .hover{ background:#f8f8f8;color:#e47816}
.news-search button{ background:#eee; border:0; height:46px;color:#aaa;width:56px; cursor:pointer;-webkit-transition-duration: 0.25s;-moz-transition-duration: 0.25s;-o-transition-duration: 0.25s; float:left}
.news-search button em{ font-size:20px;}
.news-search button:hover{ background:#eee; }

.right-weixin{ padding:20px; width:330px; height:140px;background-color:#f1eff1; margin-top:10px;}
.right-weixin .image{ width:100px; float:left}
.right-weixin .image img{ width:100%;}
.right-weixin .text{ width:170px; float:right}
.right-weixin .text strong{ font-size:18px; line-height:1.5;}
.right-weixin .text  p{ margin-top:5px; line-height:1.7; font-size:12px; color:#888}

.right-pic{ margin-bottom:30px}
.right-pic img{ width:360px; height:240px}
.right-topic{ margin-top:10px}

.back-btn { display:block; width:330px; margin-bottom:10px; padding:25px 20px; text-align:center; font-size:16px; background-color:#ee4433; color:#fff;-webkit-transition-duration: 0.3s;-moz-transition-duration: 0.3s;-o-transition-duration: 0.3s;}
.back-btn i{ position:relative;top:3px; margin-right:3px; font-size:20px}
.back-btn:hover{ background-color:#f5a300; color:#fff}



.news-list1{ margin-top:20px;}
.news-list1 dl{ height:220px; padding-top:20px;border-bottom:3px #eee solid; }
.news-list1 dl .image{ width:240px; float:left;}
.news-list1 dl .image img{ width:240px; height:160px}
.news-list1 dl .text{ width:580px; float:right}
.news-list1 dl strong{display:block; font-size:18px;  line-height:24px }
.news-list1 dl em{ display:block;font-family:"dincond-medium-webfont"; font-weight:bold; color:#006db8; font-size:26px;  margin-top:10px;}
.news-list1 dl p{ color:#999; margin-top:10px; line-height:1.8}
.news-list1 dl p a{ color:#006db8; margin-left:10px; font-weight:bold}
.news-list1 dl p a:hover{ text-decoration:underline; color:#0062a6}
.news-list1 ul{}
.news-list1 ul li{ padding:30px 0;border-bottom:1px #eee solid; position:relative; }
.news-list1 ul li .date{ width:80px; float:left;font-family:"dincond-medium-webfont"}
.news-list1 ul li .date strong{ display:block; line-height:60px; background-color:#828d95; text-align:center; font-size:36px; color:#fff;-webkit-transition-duration: 0.3s;-moz-transition-duration: 0.3s;-o-transition-duration: 0.3s; font-weight:normal}
.news-list1 ul li .date span{ display:block; line-height:22px; text-align:center; font-size:16px; color:#fff; margin-top:1px; background-color:#ccc;-webkit-transition-duration: 0.3s;-moz-transition-duration: 0.3s;-o-transition-duration: 0.3s;}
.news-list1 ul li .text{ width:740px; float:right; position:relative; margin-top:-2px;}
.news-list1 ul li .text strong{display:inline-block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis; font-size:16px; }
.news-list1 ul li .text strong a{ color:#333 }
.news-list1 ul li .text strong a:hover{ color:#1d3994}
.news-list1 ul li .text p{ line-height:2;  color:#999; margin-top:5px;}
.news-list1 ul li:hover .date strong{ background-color:#006db8;}
.news-list1 ul li:hover .date span{ background-color:#2480ba}


.news-list2{margin-top:30px;}
.news-list2 ul li{  padding:18px 0px 18px 0px; border-bottom:1px #eee solid;-webkit-transition-duration: 0.3s;-moz-transition-duration: 0.3s;-o-transition-duration: 0.3s; margin-top:-1px; position:relative; text-align:right}
.news-list2 ul li a{ display:inline-block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis; float:left; max-width:700px; _width:700px; background:url(../images/li.gif) no-repeat 0 center; padding-left:15px; font-size:16px;}
.news-list2 ul li span{  font-size:12px; margin-top:10px; color:#999; background:url(../images/date.png) no-repeat 0 center; padding-left:16px;}
.news-list2 ul li:hover{ background-color:#eee;}

.share span{ float:left; line-height:20px;}
.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;}


.search-top{ font-size:16px; margin-top:30px; padding:20px 30px; background-color:#f7f5f4}

.news-view{ margin-top:40px; }
.news-view .news-info .text{}
.news-view .news-info .title{ color:#333; text-align:center; padding:0px 30px 20px;}
.news-view .news-info .title h1{font-size:24px; font-weight:300;line-height:36px;}
.news-view .news-info .title p{ font-family:"仿宋"; color:#888;font-size:16px; padding-top:10px;}
.news-view .news-info .info{color:#bbb; position:relative; padding:15px 40px; background-color:#f2f2f2}
.news-view .news-info .info span.source{background: url(../images/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(../images/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(../images/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:200% !important;  margin-top:20px;font-family:"微软雅黑"; font-size:15px; margin:30px 0px 40px 0px;}
.news-view .content p{ margin-bottom:15px;line-height:200% !important;}
.news-view .content span{ margin-bottom:15px;line-height:240% !important;}
.news-view .content h3{ margin:25px 0 10px !important; font-size:16px !important;}
.news-view .content img{ max-width:700px;_width:700px}
.news-view .other{ border-top:1px #eee solid; padding:20px 0px 15px; font-size:14px;}
.news-view .other .left{ color:#777;}
.news-view .other .left p{ height:30px;}
.news-view .other .left p a{ margin-left:3px;}
.news-view .download{ border-top:1px #ddd solid; padding:30px 0; margin-top:25px; padding-left:40px;}
.news-view .download h2{ font-size:15px; color:#d42121; height:25px;}
.news-view .download p{ padding:5px 0px; background:url(../images/word.gif) no-repeat 0 center; padding-left:25px;}
.news-view .download p a{ color:#0033FF; text-decoration:underline; font-size:14px;}
.news-view .download p a:hover{ text-decoration:none; color:#0033FF}
.news-view .pics{ background:#f3f3f3;  position:relative; overflow:hidden;margin:30px 0px 0px; padding-bottom:30px}
.news-view .pics .list{}
.news-view .pics .list img{ max-width:650px; max-height:400px;}
.news-view .pics .list li{ display:none; text-align:center}
.news-view .pics .list li .title{ margin-top:10px; font-weight:bold}
.news-view .pics .prev{ width:421px; background:#fff;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity: 0;opacity: 0; display:block; position:absolute;top:0; left:0; z-index:100; height:800px;}
.news-view .pics .next{ width:421px; display:block; background:#fff;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity: 0;opacity: 0;  position:absolute;top:0; right:0; z-index:100; height:800px;}
.news-view .pics .prev-btn{ display:block;z-index:50; width:70px; height:70px; background:url(../images/prev-btn.png) no-repeat; position:absolute;top:50%; margin-top:-35px; left:0; display:none}
.news-view .pics .next-btn{display:block; z-index:50; width:70px; height:70px; background:url(../images/next-btn.png) no-repeat; position:absolute;top:50%; margin-top:-35px; right:0; display:none}
.news-view .pics p{ font-size:12px; color:#fff; background:#babcc0;border-radius:5px; padding:8px 10px;filter:alpha(opacity=90);-moz-opacity:0.9;-khtml-opacity: 0.9;opacity: 0.9; position:absolute;top:10px; right:10px; z-index:60}
.news-view .con_video_div{ margin:30px auto 0;}
.news-view .news-video-con{ margin:30px auto 0 !important; width:720px;height:520px;}
.news-view .news-video-con p{ text-align:center; margin-top:15px;}


/*bid*/
.bid-list{margin-top:30px; }
.bid-list li{ border-bottom:1px #e8e8e8 solid; padding:20px 0; position:relative; padding-left:120px;}
.bid-list li a{ display:block;-webkit-transition: background-color .25s;transition:background-color .25s;}
.bid-list li .date{ width:80px; font-family:"dincond-medium-webfont"; position:absolute; left:0px;top:20px;}
.bid-list li .date strong{ display:block; line-height:60px; background-color:#828d95; text-align:center; font-size:36px; 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:22px; text-align:center; font-size:16px; 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:28px; font-size:18px; width:75%; height:56px}
.bid-list li .text .other{ margin-top:5px; color:#aaa}
.bid-list li .text .other i{ margin-right:3px; position:relative;top:2px; font-size:20px}
.bid-list li .text .other span{ margin:0 10px; 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:85px;height:35px; color:#fff; line-height:36px; font-size:12px; text-align:center}
.bid-list li .text a.more i{ margin-right:2px; font-size:20px; line-height:20px; 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}

.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{margin-top:40px; }
.bid-view .title{ position:relative; margin-bottom:20px;height:110px;}
.bid-view .title h1{font-size:24px; font-weight:500;line-height:36px;}
.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:30px}
.bid-view .item{ position:relative; font-size:16px;line-height:1.8}
.bid-view .item .content{ width:82%; margin-left:18%; padding:10px 30px 10px 0; }
.bid-view .item .content p{ margin-bottom:10px;}
.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:50px; margin-left:105px; font-size:16px;}
.bid-view .file h2{ position:absolute; left:-105px;top:-15px; font-size:16px; line-height:30px; font-weight:bold}
.bid-view .file h2 em{ display:inline-block; width:40px;height:40px; background-color:#009fd6; color:#fff; line-height:44px; text-align:center;border-radius:20px; margin-right:10px; position:relative;top:4px}
.bid-view .file h2 em i{ font-size:30px; line-height:42px; 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}


/*---------------视频---------------*/
.video-list{ margin-top:30px;overflow:hidden}
.video-list ul{ }
.video-list ul li{ width:48%; float:left; margin-left:4%; position:relative; margin-bottom:20px;-moz-opacity:0;opacity:0;-webkit-transform:scale(0.5);-moz-transform:scale(0.5);-o-transform:scale(0.5);transition-duration: 0.5s;}
.video-list ul li .image{ overflow:hidden; position:relative}
.video-list ul li .image img{ width:100%;height:250px;-webkit-transition-duration: 1s;-moz-transition-duration: 1s;-o-transition-duration:1s; display:block}
.video-list ul li .image:before{content:"";display:block;width: 100%;height:30px; background-color:#222;; position:absolute; left:0;top:0; z-index:2}
.video-list ul li .image:after{content:"";display:block;width: 100%;height:30px; background-color:#222;; position:absolute; left:0;bottom:0px; z-index:2}
.video-list ul li strong{ display:block; font-weight:normal; line-height:40px; text-align:center;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.video-list ul li i{ font-size:60px; display:block; position:absolute; left:50%; margin-left:-30px;top:50%; margin-top:-56px; color:#fff; z-index:3}
.video-list ul li .mask{ width:100%; height:100%; position:absolute; left:0;top:0; background-color:#000;filter:alpha(opacity=30);-moz-opacity:0.3;-khtml-opacity: 0.3;opacity: 0.3;-webkit-transition-duration: 0.3s;-moz-transition-duration: 0.3s;-o-transition-duration: 0.3s;}
.video-list ul li:hover .mask{filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity: 0;opacity: 0;}
.video-list ul li:hover .image img{transform:scale(1.1);-webkit-transform:scale(1.1);}
.video-list ul li.hover{-moz-opacity:1;opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);}


.culture-image{ text-align:center}



#culture-view{position:fixed; left:0;top:0; width:100%; height:100%; z-index:99999; display:none}
#culture-view .mask{background-color:#111;filter:alpha(opacity=0); -moz-opacity:0; opacity:0; position:absolute; left:0;top:0; width:100%; height:100%;-webkit-transition-duration: 0.3s;-moz-transition-duration: 0.3s;-o-transition-duration: 0.3s;}
#culture-view .box{ width:940px; height:440px; position:absolute; left:50%; margin-left:-500px;top:50%; margin-top:50%; background-color:#fff; z-index:2; padding:30px;box-shadow: 0px 0px 6px rgba(0,0,0,.2);transition: all 1s cubic-bezier(0.71, -0.01, 0.07, 0.99) 0s; -webkit-transition: all 1s cubic-bezier(0.71, -0.01, 0.07, 0.99) 0s;}
#culture-view .box h2{ font-size:20px; border-bottom:1px #e2e2e2 solid; height:40px; color:#0056b7}
#culture-view .box h2 span{ display:inline-block; height:40px; border-bottom:2px #0056b7 solid}
#culture-view .box .content{ margin-top:30px; line-height:1.8}
#culture-view .box .content p{ margin-bottom:15px;}
#culture-view .close-btn{ width:30px; height:30px; background:url(../images/close2.gif) no-repeat; position:absolute; right:30px; top:22px; z-index:3; cursor:pointer;-webkit-transition: -webkit-transform 1s;}
#culture-view .close-btn:hover{-webkit-transform:rotate(180deg);}
#culture-view.hover .mask{filter:alpha(opacity=80); -moz-opacity:0.8; opacity:0.8; }
#culture-view.hover .box{ margin-top:-200px;}


.hr-content{ margin-top:30px}
.hr-content blockquote{  width:100%; text-align:center; padding:0; margin-bottom:0; font-size:inherit; border:0; }
.hr-content blockquote:after { content: ",,"; display: block; text-align: center; overflow: hidden; font-weight: lighter; font-size: 8rem; line-height: 1em; letter-spacing: -5px; color: #ddd; font-family: Georgia, Times, "Times New Roman", serif;margin: -3rem auto 2rem; display:none}
.hr-content blockquote h1{ font-size:26px; line-height:50px; font-weight:normal; color:#404040; text-align:center}
.hr-content blockquote h1 i{ width:60px; height:1px; background-color:#ccc; display:inline-block; position:relative;top:-8px;}
.hr-content blockquote h1 span{ display:inline-block; margin:0 10px;}
.hr-content blockquote p{ font-size:14px; margin-top:15px; line-height:2;text-align:left;   }

.hr-content .line{ margin:30px 0;height:10px; background:url(../images/section-title-bg.png) repeat-x;}
.hr-process{ }

.hr-content .item{ margin-bottom:20px; background-color:#006db8; position:relative}
.hr-content .item h2 { width:20%; position:absolute; left:0;top:50%; margin-top:-20px; text-align:center; color:#fff}
.hr-content .item h2 strong{ display:block; font-size:18px; font-weight:500}
.hr-content .item h2 span{ display:block; font-family:"dincond-medium-webfont"; color:#5ca6cd; margin-top:5px; font-size:16px}
.hr-content .item .content{ line-height:1.8; margin-top:20px; background-color:#f5f5f5; width:80%; margin-left:20%; padding:25px 30px}
.hr-content .item .content p{ margin-bottom:10px;}



.job-list{ margin-top:30px;}
.job-list table{ width:100%; }
.job-list th{ padding:20px 15px;text-align:left;background-color:#f1eff1; font-size:14px; color:#666}
.job-list td{ padding:12px 15px; color:#747979; border-bottom:1px #eee solid; }
.job-list td a{font-weight:bold;}
.job-list a.link{ display:block; width:100px; background:#006db8; color:#fff;  text-align:center; line-height:36px; font-size:12px;-webkit-transition-duration: 0.25s;-moz-transition-duration: 0.25s;-o-transition-duration: 0.25s; font-weight:normal}
.job-list a.link:hover{ background:#79ba33; text-decoration:none}
.job-list-right{ width:300px; float:right; margin-top:30px;}

.job-view{ }
.job-left{ background:url(../images/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:#006db8;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 #006db8 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(../images/time-bg.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(../images/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:#006db8; 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{}
.contact .map{ width:750px; float:left; height:430px; background-color:#fff; box-shadow: 8px 8px 0px 0px rgba(0,0,0,0.03); padding:20px; }
.contact-con{  width:420px;height:430px;background-color:#fff; float:right;box-shadow: 8px 8px 0px 0px rgba(0,0,0,0.03);  }
.contact-con .item{padding:20px 30px 50px; border-top:0 }
.contact-con p{ margin-top:5px; line-height:180%; margin-left:70px; position:relative}
.contact-con p label{ position:absolute; left:-70px;top:-1px;}
.contact-con p b{ color:#006db8}
.contact-con strong{ font-size:20px; line-height:1.4; font-weight:normal; margin-bottom:10px; display:block}
.contact-con strong em{ font-size:12px; color:#aaa; font-weight:normal; padding-top:3px; display:block}
.contact-con span{ display:block; text-align:center; font-size:12px; padding-top:4px;}
.contact-con a.btn{ background-color:#4f9f29; display:block; text-align:center; line-height:46px; margin-top:10px; color:#fff;border-radius:5px;transition: all 550ms cubic-bezier(0.215,.61,.215,1);-webkit-transition: all 550ms cubic-bezier(0.215,.61,.215,1);-moz-transition: all 550ms cubic-bezier(0.215,.61,.215,1);-o-transition: all 550ms cubic-bezier(0.215,.61,.215,1); font-size:18px}
.contact-con i { font-size:18px; color:#999; font-weight:normal; margin-right:6px;}
.contact-con a.btn i{ color:#fff; font-size:22px}
.contact-con a.btn:hover{ background-color:#4f8c3f}
.contact .mask{opacity: 0.4 !important; background-color:#000; display:block !important}
.contact .mask p{ display:none}
#map-content{ font-family:Tahoma, "微软雅黑"; line-height:180%; width:240px;}
#map-content h1{ font-size:20px; line-height:30px;}

/* --------------图片浏览滚动效果---------------------- */
.imgShowBox{background: url(../images/black.png) repeat;background: none rgba(50,50,50,0.85);bottom: 0;left: 0;position: fixed;right: 0;top: 0;transform: translateY(100%);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;z-index: 99999;width: 100%;overflow: hidden;-webkit-overflow-scrolling: touch;}
.no-csstransitions .imgShowBox{display: none;}
.imgShowDemo{width: 100%;height: 100%;position: relative;overflow: hidden;}
.imgShowDemo .item{width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;position: relative;background-size: contain;}
.imgShowDemo .img{vertical-align: middle;height: auto;width: auto;max-height: 100%;max-width: 90%;margin: auto;position: absolute;left: 0px;top: 0px;right: 0px;bottom: 0px;box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.2);  }
.imgShowDemo p{background: url(../images/black.png) repeat;background:#006db8;font-size: 16px;color: #FFF;position: absolute;left: 0;right: 0;bottom: 0;width: 100%;padding: 20px 0px; text-align:center}
/*.imgShowDemo .txt .i{padding:0px 3%;}
.imgShowDemo .txt .t{font-size: 22px;line-height: 1.4;padding: 15px 0px;}*/.hi-num{width: 85px;height: 65px;background: #272727;color: #FFF;border-left: 1px solid #3a3a3a;position: absolute;bottom: 0;right: 0;text-align: center;line-height: 65px;font-size: 16px;}
.img-show{transform: translateY(0) !important;-webkit-transform: translateY(0) !important;}
.no-csstransitions .img-show{display: block;}
.imgShowDemo .slick-prev, .imgShowDemo .slick-next{width: 51px;height: 51px;position: absolute;top: 50%;margin-top: -25px;z-index: 100;transition: all 0s ease 0s;-webkit-transform: all 0s ease 0s;font-size: 0; border:0;}
.imgShowDemo .slick-prev{background: url(../images/img_btn2.png) no-repeat scroll left top;left: 2%;}
.imgShowDemo .slick-next{background: url(../images/img_btn2.png) no-repeat scroll right top;right: 2%;}
.imgShowDemo .slick-prev:hover{background-position: left bottom;}
.imgShowDemo .slick-next:hover{background-position: right bottom;}
.overlayClose{width: 56px;height: 56px;display: block;position: fixed;right: 20px;top:20px;transition: 300ms;-webkit-transition: 300ms;z-index: 100; cursor:pointer}
.overlayClose i{background: url(../images/close4.png) no-repeat scroll center center;width: 100%;height: 100%;display: block;transition: 400ms;-webkit-transition: 400ms;}
.overlayClose:hover i{transform: rotate(90deg);-webkit-transform: rotate(90deg);-o-transform: rotate(90deg);-moz-transform: rotate(90deg);}


/* Slider*/
.slick-slider{position: relative;display: block;box-sizing: border-box;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-touch-callout: none;-khtml-user-select: none;-ms-touch-action: pan-y;touch-action: pan-y;-webkit-tap-highlight-color: transparent;}
.slick-list{position: relative;display: block;overflow: hidden;margin: 0;padding: 0;}
.slick-list:focus{outline: none;}
.slick-list.dragging{cursor: pointer;cursor: hand;}
.slick-slider .slick-track,
.slick-slider .slick-list{-webkit-transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0);-o-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
.slick-track{position: relative;top: 0;left: 0;display: block;}
.slick-track:before,
.slick-track:after{display: table;content: '';}
.slick-track:after{clear: both;}
.slick-loading .slick-track{visibility: hidden;}
.slick-slide{display: none;float: left;height: 100%;min-height: 1px;}
[dir='rtl'] .slick-slide{float: right;}
.slick-slide img{display: block;}
.slick-slide.slick-loading img{display: none;}
.slick-slide.dragging img{pointer-events: none;}
.slick-initialized .slick-slide{display: block;}
.slick-loading .slick-slide{visibility: hidden;}
.slick-vertical .slick-slide{display: block;height: auto;border: 1px solid transparent;}
.slick-arrow.slick-hidden{display: none;}
/*slick end*/


.site-map{ }
.site-map dl{  border-bottom:1px #e6e6e6 dotted; padding-top:20px; padding-bottom:20px}
.site-map dl:last-child{ border-bottom:0}
.site-map dt{ float:left; font-size:14px; width:10%; font-weight:bold; padding-top:10px;}
.site-map dd{ float:left; font-size:14px; width:90%}
.site-map dd a{ margin:0 5px; display:inline-block; width:100px; text-align:center; height:40px; line-height:40px; background-color:#f5f5f5; margin-bottom:10px;}

/* 分享代码  */
.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}

