@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:14px; outline:none;font-family:"Microsoft Yahei",Tahoma,Arial,sans-serif; }
a {color:#525456;text-decoration:none;}
a:hover{ text-decoration:none; color:#436DC2}
*:focus {outline:none !important;text-decoration:none !important}

html{display:block;webkit-text-size-adjust: none;}
body{background:#f7f5f4;color:#333;font-size:15px; 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_j9rta2a5uua.eot');
  src: url('//at.alicdn.com/t/font_399435_j9rta2a5uua.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_399435_j9rta2a5uua.woff2') format('woff2'),
  url('//at.alicdn.com/t/font_399435_j9rta2a5uua.woff') format('woff'),
  url('//at.alicdn.com/t/font_399435_j9rta2a5uua.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_399435_j9rta2a5uua.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');
}


/* --------------浏览器滚动条----------------------- */
::-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}


.header { display:none}
#header{ height:90px; width:100%;z-index:9; position:relative;}
#header .mask{background:#fff;opacity:1; position:absolute; z-index:1; left:0;top:0; width:100%; height:100%;box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.1);}
#header .wrapper{ position:relative; z-index:2}
#header .logo{ float:left; margin-top:10px;}

/*
#header .top-link{ float:right; margin-top:40px;}
#header .top-link span{ margin:0 4px; font-size:12px; color:#ccc; position:relative;top:-1px}
#header .top-link i{ margin-right:3px; color:#bbb}

*/


.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 16px;font-size:16px; display:block;}
.nav ul li.home span{ padding:0 25px}
.nav ul li i{background:#436DC2; 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;}
.but_sub{
    background-color: #22548b;
    color: #fff;
    font-size: 14px;
    width: 46px;
    height: 41px;
	line-height:41px;
    float: left;
    border: 0;
    cursor: pointer;
}
.but_sub:hover{ background:#76b632}
#sub-nav{ position:absolute;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:80px;}
#sub-nav .sub-nav-bg{background:#436DC2;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:#436DC2; 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(../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 }

.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:40px; color:#fff; position:absolute; left:50%; margin-left:-20px;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;}

.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}
}

.banner-wrapper{}
.ms-slide a{ display:block;width:100%;height:100%;position:absolute;top:0;left:0;z-index2}



.index-bg1{ position:relative; background-color:#fff;  z-index:3; padding-bottom:30px;  }
.index-bg1 .wrapper{position:relative; padding-top:30px;}
.index-right-bg{background: #fff;position: absolute;right: 0;width: 400px;height: 100%;top: 0; display:none}
.index-bg2{ background-color:#F7F7F7; padding-bottom:30px; position:relative; z-index:4; }

.tab-line { height: 2px; width: 60px; background: #436DC2; position: relative; left: 0px; margin-top: -2px; }


.news-slider{ width:450px; height:300px; float:left; overflow:hidden; position:relative;}
.news-slider .flexslider{ height:300px; overflow:hidden; background-color:#f2f2f2;}
.news-slider .flexslider .slides{ position:relative; z-index:2}
.news-slider .flexslider .slides li{ position:relative; height:300px;}
.news-slider .flexslider .slides li img{ width:450px; height:300px;display:block;background: url(../images/loading.gif) no-repeat center center #fff;}
.news-slider .flexslider .slides li p{ text-align:left; text-indent:1em; line-height:40px; color:#fff;  width:100%; height:40px; position:absolute; left:0;bottom:0;background: rgba(0, 0, 0, 0.7);;white-space: nowrap;overflow: hidden;text-overflow: ellipsis; display:inline-block; padding-right:90px; font-size:13px;}
.news-slider .flexslider .flex-control-nav{ bottom:25px; right:15px; text-align:right; z-index:100; position:relative;}
.news-slider .flexslider .flex-control-nav li{ margin:0 4px; text-align:left}
.news-slider .flexslider .flex-control-nav li a{background: #aaa;background: rgba(255, 255, 255, 0.5);}
.news-slider .flexslider .flex-control-nav li a.flex-active{background: #436DC2;}


.index-news{ float:right; border:1px #eee solid; width:720px; padding:10px 30px; position:relative;  }
.index-news h3{ height:44px; border-bottom:1px #eee solid  }
.index-news h3 a{ font-size:16px; font-weight:bold; display:block;  float:left; text-align:center; margin-right:34px; height:44px; line-height:40px; color:#707886}
.index-news h3 a.current{ color:#436DC2;}
.index-news h3 a:first-child{ border-left:0}
.index-news a.more{ font-size:12px; font-weight:normal; position:absolute; right:30px;top:22px;}
.index-news a.more i{ position:relative;top:2px;}
.index-news-con{ margin-top:20px}
.index-news div.list{ overflow:hidden; height:216px}
.index-news div.list dl{ height:92px;}
.index-news div.list dl strong{display:block; font-size:18px; margin-right:100px; position:relative; line-height:24px; }
.index-news div.list dl strong em{font-family:"dincond-medium-webfont"; position:absolute; right:-100px;top:2px; color:#436DC2; font-size:22px; font-weight:100}
.index-news div.list dl strong a{ color:#444;white-space: nowrap;overflow: hidden;text-overflow: ellipsis; display:inline-block; max-width:530px;_width:530px;}
.index-news div.list dl strong a:hover{ color:#436DC2}
.index-news div.list dl p{ font-size:14px; color:#999; margin-top:3px; line-height:1.8;  }
.index-news div.list dl p a{ color:#436DC2}
.index-news div.list ul{ }
.index-news div.list ul li{ padding:7px 0; line-height:16px; text-align:right; }
.index-news div.list ul li a{ float:left; background:url(../images/li.gif) no-repeat 0 center; padding-left:15px; display:inline-block; max-width:520px;_width:520px;white-space:nowrap; overflow:hidden; text-overflow:ellipsis; text-align:left}
.index-news div.list ul li span{ font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#999}
.index-news div.list ul li:last-child{ border-bottom:0;}




/* --------------首页新闻2---------------------- */
.index-news2{ width:820px; float:left; margin-top:30px; border:1px #e8e8e8 solid; margin-right:25px; position:relative}
.index-news2 a.more{ font-size:12px; font-weight:normal; position:absolute; right:30px;top:22px;}
.index-news2 a.more i{ position:relative;top:2px;}
.index-news2 h2{ height:60px; background-color:#f7f5f4;}
.index-news2 h2 a{ line-height:60px; display:block; font-size:18px; padding-left:30px}
.index-news2 h2 i{ font-size:26px; margin-right:5px; position:relative;top:4px;}
.index-news2 .con{ padding:20px 25px;height:240px; background-color:#fff}
.index-news2 .con .image{ float:left; width:300px;}
.index-news2 .con .image img{ width:100%}
.index-news2 .con .text{ width:425px; float:right}
.index-news2 .con .text h3{ font-size:16px;margin-top:10px; font-weight:bold}
.index-news2 .con .text p{ font-size:15px; margin-top:10px; line-height:1.8; color:#888; margin-top:15px;}

.index-video{ width:345px; float:right;border:1px #e8e8e8 solid; margin-top:30px}
.index-video h2{ height:60px; background-color:#f7f5f4;}
.index-video h2 a{ line-height:60px; display:block; font-size:18px; padding-left:30px}
.index-video h2 i{ font-size:30px; margin-right:5px; position:relative;top:4px;}
.index-video .con{ padding:20px;height:240px; background-color:#fff}
.index-video .con .slider{ height:200px;overflow:hidden}
.index-video .con .slider .bd li{ height:200px;}
.index-video .con .slider .bd li img{ width:300px; height:170px;}
.index-video .con .slider .bd li p{ text-align:center; padding-top:10px;}

.index-business{ padding-top:40px;}
.index-business h2{ text-align:center; font-size:26px; padding-bottom:30px}
.index-business h2 em{ display:inline-block;  width:60px; border-bottom:1px #ddd solid; position:relative;top:-6px;}
.index-business h2 span{ display:inline-block; margin:0 10px;}
.index-business .business-slider{ overflow:hidden}
.index-business .business-slider .bd ul{ width:2000px;}
.index-business .business-slider .bd ul li{ width:220px; float:left; margin-right:25px; padding-bottom:10px;}
.index-business .business-slider .bd ul li img{ width:100%}
.index-business .business-slider .bd ul li span{ display:block; font-size:16px; text-align:center; padding:15px 0; background-color:#fff;/*box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.05);*/}
.index-business .more{ text-align:center; margin-top:30px;}
.index-business .more a{ display:inline-block; background:url(../images/more.png) no-repeat 100px center; width:140px; line-height:44px; border:1px #ee0000 solid; border-radius:30px; text-align:left; padding-left:30px; color:#ee0000}


.footer{ background-color:#fff; border-top:1px #e8e8e8 solid;  padding:40px 0 30px; color:#4a4a4a; line-height:28px; position:relative; z-index:5; font-size:14px;}
.footer .footer-menu{ width:390px; float:left;margin-left:40px; }
.footer .footer-menu dl{ width:130px; float:left;}
.footer .footer-menu dl dt{ font-size:16px; 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:#436DC2}
.footer .footer-contact{ width:390px; float:left; padding-left:40px; border-left:2px #eee solid;height:200px;}
.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:#436DC2; 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:#da251c; }
.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:14px; 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;}




#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:#436DC2; border-color:#436DC2; color:#fff}
#pages a.active{ background-color:#436DC2;border-color:#436DC2; 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:300px; 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; background-position: center top}
.page-banner .pic{ position:absolute; left:50%; margin-left:0px;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;}
.page-banner.hover .image-con{transform:scale(1);-webkit-transform:scale(1);}
.page-banner.hover .pic{top:35px}



.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:#005abc}
.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:#436DC2; }
.page-left ul li a.current{ font-weight:bold; color:#436DC2;position:relative; }
.page-left ul li a.current::after{ content:'';position:absolute;width:12px;height:24px;top:calc(50% - 12px);right:0;background:url(../images/icon-right.png) no-repeat;background-size: 100% 100%;background-position: center center;}
.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 .online{ margin-top:10px;font-size:16px; color:#fff; display:none}
.page-left .online i{ font-size:40px; float:left; margin-right:10px; position:relative;top:4px}
.page-left .online span{ display:block; font-size:15px; height:22px;}
.page-left .online a{ color:#fff; display:block;padding:20px 0px 20px 30px; background-color:#436DC2;-webkit-transition-duration: 0.4s;-moz-transition-duration: 0.4s;-o-transition-duration: 0.4s;}
.page-left .online a:hover{ background-color:#0062a6}
.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;}


.left-slider{ margin-top:20px}

.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 #436DC2 solid; float:left; }


.about{ margin-top:40px}
.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:22px; font-weight:500;  display:block; margin-top:13px;}
.about .since span{ display:block; color:#ddd; font-size:13px; font-family:"NoveDemiBold"}
.about .content{  line-height:2;color:#5a5a5a; position:relative;}
.about .content h2{ margin-bottom:15px; font-size:18px; font-weight:bold; background:url(../images/about-h2-icon.gif) no-repeat; padding-left:30px; line-height:20px; color:#333 }
.about .content img{ margin-bottom:10px}
.about .content p{ margin-bottom:10px; }


.about .about-right{ width:300px; float:right}
.about .about-right .item-a{height:285px; background:url(../images/about-right-pic.jpg) no-repeat; padding:35px 40px 0; color:#fff;}
.about .about-right .item-a h2{ font-size:20px; font-weight:100}
.about .about-right .item-a h2 strong{font-weight:100}
.about .about-right .item-a h2 span{ display:block;font-family:"dincond-medium-webfont"; font-size:22px; margin-top:3px}
.about .about-right .item-a p{ margin-top:10px; font-size:12px; line-height:1.5}
.about .about-right .item-b{ margin-top:10px;}
.about .structure{ width:850px; float:left;}


.leader{ margin-top:40px;}
.leader .item-b{ margin-top:30px; overflow:hidden}
.leader .item-b ul li{  background-color:#f1eff1; margin-bottom:20px; padding:30px}
.leader .item-b ul li .image{ width:150px; float:left}
.leader .item-b ul li .image img{ width:100%}
.leader .item-b ul li .text{ width:620px; float:right; padding:20px 30px}
.leader .item-b ul li h3{ font-size:22px; font-weight:500; margin-bottom:15px}
.leader .item-b ul li p{ margin-bottom:10px; color:#7a7a7a;line-height:1.8;font-size:16px;}



.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}


.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:#436DC2; 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(../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:last-child{ border:0;}
.history .item.hover{ background-color:#f1eff1}


.pics-list{overflow:hidden; margin-top:20px; }
.pics-list ul{ width:940px;}
.pics-list ul li{ position:relative; width:260px; float:left; margin-right:30px; margin-top:30px; border:1px #e2e2e2 solid;}
.pics-list ul li .image{width:260px;height:170px; text-align:center; overflow:hidden; position:relative; perspective: 1300px; -webkit-perspective: 1300px; -moz-perspective: 1300px; }
.pics-list ul li img{ height:170px;}
.pics-list ul li em{position:absolute;right:10px;top:133px; z-index:2;background-color:rgba(0,0,0,0.5);color:#fff;font-size:12px;padding:5px;border-radius:3px;}
.pics-list ul li em i{position:relative;top:2px;margin-right:3px;}
.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-top:0; padding: 10px 20px; height:66px; line-height:23px;font-size:15px;}

.wow {visibility: hidden;}

/*
.business-bg{ width:100%; background-image:url(../images/business-bg.jpg);background-position: center center;background-repeat: no-repeat;background-size:cover; min-height:650px;_height:650px !important; position:relative}
.business-list{ width:1200px; overflow:hidden; position:absolute; left:50%; margin-left:-600px;top:15%}
.business-list ul{ width:1250px}
.business-list ul li{ width:375px; float:left; margin-right:37px;  margin-bottom:37px; background:rgba(255,255,255,0.7);box-shadow:0px 5px 15px 0px rgba(0,0,0,0.1);-moz-opacity:0;opacity:0;-webkit-transform:scale(0.5);-moz-transform:scale(0.5);-o-transform:scale(0.5);-webkit-transition-duration: 0.5s;-moz-transition-duration: 0.5s;-o-transition-duration: 0.5s;}
.business-list ul li img{ width:100%}
.business-list ul li span{ display:block; text-align:center; line-height:60px; height:70px; font-size:16px; }
.business-list ul li.hover{-moz-opacity:1;opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);}
*/


.bussiness-main{ background-color:#94daf4; width:100%; overflow:hidden}
.bussiness-main .loading{ width:50px; height:50px; background:url(../images/loader2.gif) no-repeat; position:absolute; left:50%; margin-left:-25px;top:50%; margin-top:-15px;-webkit-transition: all 0.5s ease-out;-moz-transition:all 0.5s ease-out;-ms-transition: all 0.5s ease-out;transition: all 0.5s ease-out;}
.bussiness-main .items{ width:20%; float:left; position:relative; overflow:hidden; display:none}
.bussiness-main .bg{border-right:1px rgba(255,255,255,0.6) solid; height:100%; width:100%; position:absolute; left:0;top:0;background-position:center center;background-size:cover; /*-webkit-shape-outside: polygon(0 0, 100% 0, 100% 100%, 30% 100%); -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%); -webkit-shape-margin: 20px;*/-webkit-transition-duration: 0.5s;-moz-transition-duration: 0.5s;-o-transition-duration: 0.5s;}
.bussiness-main .mask{ height:100%; width:100%; position:absolute; left:0;top:0; background:url(../images/mask.png) #111;filter:alpha(opacity=60);-moz-opacity:0.6;opacity:0.6; z-index:2;-webkit-transition-duration: 0.5s;-moz-transition-duration: 0.5s;-o-transition-duration: 0.5s;}
.bussiness-main .txt{ position:absolute; width:100%; text-align:center;top:30%; z-index:3; left:0; color:#fff;-webkit-transition-duration: 0.5s;-moz-transition-duration: 0.5s;-o-transition-duration: 0.5s;}
.bussiness-main .txt i{ display:block; font-size:60px;}
.bussiness-main .txt strong{ display:block; font-size:26px; margin-top:20px;}
.bussiness-main .txt span{ margin-top:5px; display:block}
.bussiness-main .txt a{ display:inline-block; padding:10px 20px; color:#fff;background-color:#ee4433; margin-top:50px;-webkit-transition-duration: 0.5s;-moz-transition-duration: 0.5s;-o-transition-duration: 0.5s;filter:alpha(opacity=0);-moz-opacity:0;opacity:0;}
.bussiness-main .txt a:hover{ background-color:#3ba0ff; color:#fff}

.bussiness-main .items:hover .mask{filter:alpha(opacity=40);-moz-opacity:0.4;opacity:0.4;}
.bussiness-main .items:hover .bg{-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-o-transform:scale(1.05);}
.bussiness-main .items:hover a{filter:alpha(opacity=100);-moz-opacity:1;opacity:1; margin-top:20px; }

.business-view{background:#f2f2f2;padding:50px 0}
.business-view .item{padding:40px;background-color:#fff;margin-bottom:40px;padding-bottom:40px}
.business-view .item:last-child{border:0;margin-bottom:0px;}
.business-view .item h2{line-height:36px;font-size:26px;font-weight:bold;color:#436DC2;}
.business-view .item h2 em{display:inline-block;padding:0 15px;font-size:14px;background-color:#436DC2;height:36px;line-height:36px;color:#fff;position:relative;top:-3px;margin-right:20px;}
.business-view .item h2 em:before {content:"";display:block;width: 0;height: 0;border-top:18px solid transparent;border-bottom: 18px solid transparent;border-left:15px solid #436DC2; position:absolute; right:-15px; top:50%;margin-top:-18px; }

.business-view .content{margin-top:30px;font-size:16px;line-height:1.8}
.business-view .content p{margin-bottom:10px;}

.solution-banner{ height:400px; position:relative; background-position:center center; background-size:cover; background-repeat:no-repeat}
.solution-banner .text{ color:#fff; position:absolute; left:50%; margin-left:-600px;top:120px;}
.solution-banner .text h1{font-size: 48px; margin-bottom: 12px; letter-spacing: 1px; line-height: 1.4;}
.solution-banner .text p{font-size: 20px;line-height: 36px;}
.solution-location{ position:absolute; left:0;top:344px; height:56px; background-color:rgba(0,0,0,0.4); width:100%}
.solution-location dl{ float:left; line-height:56px; color:#fff}
.solution-location dl i{ font-size:20px;}
.solution-location dl a{ color:#fff}
.solution-location dl a:last-child{ font-weight:bold; font-size:18px;}
.solution-location ul{ float:right}
.solution-location ul li{ float:left}
.solution-location ul li a{ display:block; float:left; line-height:56px; padding:0 30px; color:#fff; font-size:16px;}
.solution-location ul li a.current{ background-color:#436DC2;}


.solution-bg1{ background-color:#fff; padding:50px 0}
.solution-bg2{padding:50px 0 80px; border-top:1px #e2e2e2 solid}

.solution .item-a .text{ width:700px; float:left;}
.solution .item-a .text h2{ font-weight:400; letter-spacing:1px; font-size:28px;}
.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 .image{ width:422px; float:right;}

.solution .item-b{ padding:50px 0}
.solution .item-b h2{ font-size:28px; text-align:center; height:40px;}
.solution .item-b h2 i{ font-size:32px; margin-right:5px; position:relative;top:2px}
.solution .item-b .item{ width:50%; float:left; padding-right:5%; margin-top:40px; height:165px; overflow:hidden}
.solution .item-b .item img{ float:left; width:220px; margin-right:30px}
.solution .item-b .item h3{ font-size:24px}
.solution .item-b .item p{ color:#6a6a6a; margin-top:10px; line-height:1.8}


.solution .item-c{ }
.solution .item-c h2{ font-size:28px; text-align:center; height:60px;}
.solution .item-c h2 i{ font-size:32px; margin-right:5px; position:relative;top:2px}
.solution .item-c ul li{ margin-top:10px; background:url(../images/li.gif) no-repeat 0 center; padding-left:12px; width:50%; float:left; padding-right:5%; font-size:16px;}


.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;white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.news-list1 dl em{ display:block;font-family:"dincond-medium-webfont"; font-weight:bold; color:#436DC2; font-size:26px;  margin-top:10px;}
.news-list1 dl p{ color:#999; margin-top:10px; line-height:1.8; font-size:14px;}
.news-list1 dl p a{ color:#436DC2; 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: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; font-size:14px;}
.news-list1 ul li:hover .date strong{ background-color:#0062a6;}
.news-list1 ul li:hover .date span{ background-color:#436DC2}


.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;}


.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:16px; 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:800px;_width:800px}
.news-view .other{ border-top:1px #eee solid; padding:20px 0px 15px; font-size:14px;}
.news-view .other .left{ float:left;color:#777; width:550px;}
.news-view .other .left p{ height:30px;}
.news-view .other .left p a{ margin-left:3px;}
.news-view .other .right{float:right;color:#777}
.news-view .other .right a{ display:inline-block; padding:15px 20px; background-color:#bbb; color:#fff;-webkit-transition-duration: 0.3s;-moz-transition-duration: 0.3s;-o-transition-duration: 0.3s;}
.news-view .other .right a i{ position:relative;top:3px; margin-right:3px; font-size:20px}
.news-view .other .right a:hover{ background-color:#999}
.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:#fff;  position:relative; overflow:hidden;margin:30px 40px 0px;}
.news-view .pics .list{}
.news-view .pics .list img{ max-width:770px; max-height:500px;}
.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:0px; right:20px; 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{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);}


.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;}


.culture-content{ margin-top:50px}
.culture-content h2{ text-align:center; padding-bottom:30px; font-size:24px; font-weight:500}


#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:16px; margin-top:15px; line-height:2;padding:0 10%;   }

.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:#436DC2; position:relative}
.hr-content .item h2 { width:25%; position:absolute; left:0;top:43px;text-align:center; color:#fff}
.hr-content .item h2 strong{ display:block; font-size:18px; font-weight:600; line-height:1.6; margin-top:5px;}
.hr-content .item h2 span{ display:block; font-family:"dincond-medium-webfont"; color:#5ca6cd; font-size:40px; letter-spacing:-1px; text-transform:uppercase}
.hr-content .item .content{ line-height:1.8; margin-top:20px; background-color:#f5f5f5; width:75%; margin-left:25%; padding:25px 30px}
.hr-content .item .content p{ margin:15px 0}
.hr-content .item #particles-js{ position:absolute; left:0;top:0;height:100%; width:100%}




.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:#436DC2; 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:#436DC2;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 #436DC2 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:#436DC2; 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:#436DC2}
.contact-con strong{ font-size:18px; line-height:1.4; font-weight:normal; margin-bottom:15px; 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:#436DC2;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;}
.body-bg,#adSwiper{ display:none}
/* @media only screen and (max-width : 1000px){ */
@media only screen and (max-width : 200px){
body{ min-width:100%}
.pc_header,.banner-wrapper{ display:none}
#adSwiper{display:block}
.header{height: 60px;position:relative; z-index:999;background-color:#fff; display:block}
.header .logo{display: block;background: transparent url(../images/logo.png) center 0px no-repeat;background-size: auto 42px;width: 275px;  height:42px;float:left; margin-top:11px; margin-left:10px;}
.header .logo a{ display:block; height:42px;}
.header .nav-icon{ float:right; height:60px;border-left: 1px solid #f0f0f0;}
.menu-handler{position:relative; z-index:11; float:right; width:60px; height:60px; padding:15px 15px 5px 15px; cursor:pointer; -webkit-user-select:none; -moz-user-select:none; user-select:none;}
.menu-handler span{position:absolute; top:50%; left:15px; width:30px; height:2px; margin:auto; background:#999; border-radius:1px; transition:0.3s;}
.menu-handler span:before, .menu-handler span:after{content:''; display:block; position:absolute; left:0; width:30px; height:2px; background:#999; border-radius:1px; transition:0.3s, 0.3s;  transition-property: top, transform; transition-delay:0.3s, 0;}
.menu-handler span:before{top:-8px;}
.menu-handler span:after{top:8px;}
.nav-icon.active .menu-handler span{background:transparent;}
.nav-icon.active .menu-handler span:before{-webkit-transform:rotate(45deg); top:0;}
.nav-icon.active .menu-handler span:after{-webkit-transform:rotate(-45deg); top:0;}
.nav-icon.active .menu-handler span:before, .nav-icon.active .menu-handler span:after{transition-delay:0, 0.3s;}


#nav{ display:none;  position:absolute; top:100%; left:0; width:100%; background:#fff; box-shadow: 0 6px 6px 1px rgba(0,0,0,0.4); }
#nav ul{padding-bottom:80px; position:relative}
#nav ul li{border-bottom:1px solid #eee; line-height:50px; font-size:16px; text-indent:10px;opacity: 0;-webkit-transform: translate3d(0,-20px,0);transform: translate3d(0,-20px,0);transition: -webkit-transform 800ms cubic-bezier(.19,1,.22,1) 400ms,opacity 600ms cubic-bezier(.19,1,.22,1) 0ms;transition: transform 800ms cubic-bezier(.19,1,.22,1) 400ms,opacity 600ms cubic-bezier(.19,1,.22,1) 0ms;}
#nav ul li span{display:block; height:50px; color:#333; position:relative}
#nav ul li span a{ color:#333}
#nav ul li span b:before{position: absolute; content: ''; display: block; width: 1px; height: 9px; background-color: #aaa; top: 20px; right: 34px; -webkit-transition: -webkit-transform .3s ease; transition: -webkit-transform .3s ease; transition: transform .3s ease; transition: transform .3s ease,-webkit-transform .3s ease; -webkit-transform: rotate(0) scale(1); transform: rotate(0) scale(1);}
#nav ul li span b:after{position: absolute; content: ''; display: block; width: 9px; height: 1px; background-color: #aaa; top: 24px; right: 30px; -webkit-transition: -webkit-transform .3s ease; transition: -webkit-transform .3s ease; transition: transform .3s ease; transition: transform .3s ease,-webkit-transform .3s ease; -webkit-transform: rotate(0) scale(1); transform: rotate(0) scale(1);}
#nav ul li span.show-div b:before{ -webkit-transform: rotate(45deg) scale(1.1); transform: rotate(45deg) scale(1.1);}
#nav ul li span.show-div b:after{ -webkit-transform: rotate(45deg) scale(1.1); transform: rotate(45deg) scale(1.1);}
#nav ul li div{display:none; text-indent:30px;}
#nav ul li dl{position:relative; line-height:44px}
#nav ul li dl:after{content:''; position:absolute; bottom:0; left:8%; width:84%; height:1px; background:#eee;}
#nav ul li dl:last-child{height:55px}
#nav ul li dl:last-child:after{ display:none}
#nav ul li dl dt{height:44px; color:#008cd6;}
#nav ul li dl dt a{ color:#008cd6}
#nav ul li dl dd{display:none; text-indent:50px;}

#nav ul li a{display:block; height:50px; color:#999;}
#nav ul li > a{color:#333;}
#nav ul li div > a{color:#008cd6;}

#nav.hover{ }
#nav.hover ul li{opacity: 1;-webkit-transform: translate3d(0,0,0);transform: translate3d(0,0,0);}
#nav.hover ul li:nth-child(0) {transition-delay: 100ms;}
#nav.hover ul li:nth-child(1) {transition-delay: 200ms;}
#nav.hover ul li:nth-child(2) {transition-delay: 300ms;}
#nav.hover ul li:nth-child(3) {transition-delay: 400ms;}
#nav.hover ul li:nth-child(4) {transition-delay: 500ms;}
#nav.hover ul li:nth-child(5) {transition-delay: 600ms;}
#nav.hover ul li:nth-child(6) {transition-delay: 700ms;}
#nav.hover ul li:nth-child(7) {transition-delay: 800ms;}
#nav.hover ul li:nth-child(8) {transition-delay: 900ms;}
body,html{font-family:Helvetica,"microsoft yahei";font-size:10px; width:100%; height:100% }
body{overflow-x:hidden;-webkit-overflow-scrolling:touch; -webkit-transition: all .3s ease .2s; 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; position: relative; right: 0px;}

/*home*/
.index-banner{background-color:#f2f2f2}
.index-banner .image{ width:100%;height:160px; background-position:center center; background-repeat:no-repeat; background-size:cover}
#adSwiper img{ width:100%}


}

/* @media screen and (max-device-width:320px){
	body{-webkit-text-size-adjust:none}
}
@media screen and (max-device-width:480px){
	body{-webkit-text-size-adjust:none}
}
@media only screen and (-webkit-min-device-pixel-ratio:2){
	body{-webkit-text-size-adjust:none}
}
@media only screen and (min-device-width:768px) and (max-device-width:1024px){
	body{-webkit-text-size-adjust:none}
}

@media (max-width:400px){
	.header .logo{background-size: auto 36px;width: 240px;  height:36px; margin-top:13px}
	.header .logo a{ display:block; height:36px;}
} */

.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: rgba(0,0,0,.4);
	-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 0 0;
	margin-left: 20%;
	background-color: #fff;
	height: 100%;
}

.menuMobile dd {
	border-top: 1px solid #ddd;
	padding: 0 20px;
}

.menuMobile dd:first-child {
	border-top: 0;
}

.menuMobile .t a {
	font-size: 14px;
	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(/Public/images/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;
	display: none;
	height: 1px;
	transition: all .3s;
}

.menuMobile .msubmenu li {
	display: inline-block;
	margin-bottom: 12px;
	width: 49%;
}

.menuMobile .msubmenu li a {
	font-size: 14px;
}

.menuOpen .pusher-black {
	display: block;
}

.menuOpen .menu-Box {
	left: 0;
	z-index: 10;
}
#menu-handler .click-burger {
	height: 3px;
	width: 30px;
	background-color: #666;
	position: relative;
}

.index-bg2 .index-business .business-slider-phone {
	display: none;
}

#show-video-phone {
	display: none;
}
.footer .info-top {
	display: none;
}
.footer .footer-weixin>p {
	width: 110px;
}

.phone-hx-js {
	display: none;
}

.index-menus {
	display: none;
}

#phone-list1 .list-con .phone-js {
	display: none;
}

.about .zzjg {
	text-align: center;
}

/* 新增手机端样式 */
/* screen and 手机 */
@media screen and (max-width:1000px) {
	/* 首页 */
	#masterslider {
		display: none;
	}
	.index-news.index-menus {
		display: block;
		padding: 6px 4px;
		float:none;
		width: 100%;
	}
	.index-news.index-menus .tab1>a {
		margin-right:0;
		width: 20%;
		font-size: 14px;
	}

	.index-bg1 .wrapper .index-news .tab-nav,.index-bg1 .wrapper .index-news .tab-line-web {
		display: none;
	}
	
	.index-news.index-menus .tab-line-web {
		height: 2px;
		background: #436DC2;
		position: relative;
		margin-top: -2px;
		width: 20%;
	}
	.change-v {
        width: 100%;
        text-align: center;
        background-color: #F3F4F5;
        padding: 50px 0;
    }
    .change-v #boke-v,.change-v #jisu-v {
        display: inline-block;
        width: 90px;
        height: 40px;
        line-height: 40px;
        font-size:15px;
        color: #4F4F4F;
        border-radius: 21px;
        border: 1px solid #CBCBCB;
        vertical-align: middle;
    }
    .change-v .v-line {
        display: inline-block;
        width: 1px;
        height: 40px;
        margin: 0 20px;
        background-color: #CBCBCB;
        vertical-align: middle;
    }
    .change-v #boke-v.active-v,.change-v #jisu-v.active-v {
        color: #0050D8;
        border-color: #0050D8;
    }
	#nav {
		display: none;
	}
	body #header {
		position: fixed;
		width: 100%;
		height: 80px;
		top: 0;
		left: 0;
		z-index: 9;
	}
	#header .logo {
		height: 48px;
		max-width: 80%;
	}
	#header .wrapper {
		width: 100%;
	}
	body .banner-wrapper {
		margin-top: 80px;
	}

	html, body {
		overflow-x: hidden;
		width: 100% !important;
		min-width: 100% !important;
	}

	body {
		min-width: 300px !important;
	}

	body .news-slider,body .news-slider .flexslider,body .news-slider .flexslider .slides li {
		height: 200px;
	}

	body .news-slider .flexslider .slides li img {
		width: 100% !important;
		height: 200px;
	}

	.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}

	.index-bg1  .wrapper {
		width: 100%;
		padding: 10px;
	}

	.index-bg1  .wrapper.wrapper-js {
		background-color:#FAFBFA;
	}

	.index-bg1 .wrapper .news-slider {
		width: 100%;
		float: none;
		vertical-align: top;
	}

	.index-bg1 .wrapper .index-news {
		width: 100%;
		float: none;
		vertical-align: top;
		padding: 0;
		margin-top: 10px;
	}

	.index-bg1 .wrapper .index-news .tab-line {
		overflow: hidden;
		height: 1px;
		opacity: 0;
	}

	.index-bg1 .wrapper .index-news .tab-line-web {
		height: 2px;
		background: #436DC2;
		position: relative;
		margin-top: -2px;
		width: 25%;
	}
	.index-bg2 .wrapper {
		position: relative;
	}
	.index-bg2 .index-business {
		padding-top: 160px;
	}
	.index-bg2 .wrapper-js .index-business {
		padding-top: 20px;
	}
	.index-bg2 #show-video-fa {
		position: absolute;
		width: 100%;
		height: 156px;
		top: 0;
		left: 0;
		text-align: center;
		padding-top: 12px;
		overflow: hidden;
	}
	.index-bg2 #show-video-fa .video-top {
		display: inline-block;
		width: 45%;
		height: 100%;
		margin-right: 5%;
		vertical-align: top;
		text-align: left;
	}
	.index-bg2 #show-video-fa .video-top>p ,.index-bg2 #show-video-fa .video-bottom >p{
		margin-bottom: 8px;
		padding-bottom: 6px;
	}
	.index-bg2 #show-video-fa .video-bottom {
		display: inline-block;
		width: 45%;
		height: 100%;
		vertical-align: top;
		margin-top: 0;
		text-align: left;
	}
	.index-bg2 #show-video-fa #show-video {
		display: none;
	}
	.index-bg2 #show-video-fa #show-video-phone {
		display: block;
		width: 100%;
	}
	.index-bg2 .index-business .index-business-tab {
		display: none;
	}
	.index-bg2 .index-business .business-slider {
		display: none;
	}
	.index-bg2 .index-business .business-slider-phone .bd ul li {
		width: 33.3%;
		text-align: center;
	}
	.index-bg2 .index-business .business-slider-phone .bd ul li a {
		display: inline-block;
		background-color: rgba(0,122,225,.1);
		height: 160px;
		overflow: hidden;
		padding-top: 8px;
		width: 90%;
		text-align: center;
	}
	.index-bg2 .wrapper .index-business {
		width: 100%;
	}
	.index-bg2 .index-business .business-slider-phone .jiantou {
		width: 20px;
		top: calc(50% - 30px);
	}
	.index-bg2 .index-business .business-slider-phone .bd:hover .jiantou {
		width: 20px;
	}
	.index-bg2 .index-business .business-slider-phone .jiantou.prev {
		background-image: url('../images/index-left.png');
	}
	.index-bg2 .index-business .business-slider-phone .jiantou.next {
		background-image: url('../images/index-right.png');
	}
	.index-bg2 .index-business .business-slider-phone.business-slider-phone-hx .bd ul li a {
		height: 140px;
	}
	.index-bg2 .index-business .business-slider-phone {
		display: block;
	}
	.index-bg2 .index-business .business-slider-phone .index-business-tit {
		font-size: 15px;
		padding: 12px 0 12px 20px;
		color: #333;
	}

	.index-bg2 .index-business .business-slider-phone ul li img {
		width: 95%;
		height: 100px;
		object-fit:contain;
	}
	.index-bg2 .index-business .business-slider-phone.business-slider-phone-hx ul li img {
		width: 90%;
	}
	.index-bg2 .index-business .business-slider-phone  ul li a>span {
		display: block;
		color: #333;
		padding: 4px 6px 0;
		font-size: 12px;
	}

	body .index-news .index-news-con-phone .list dl {
		height: auto;
	}
	.index-news .index-news-con-phone .news-item-left-js {
		display: none;
	}
	.index-news .index-news-con-phone.index-news-con-phone-js ul li:first-child .news-item-left-js {
		display: inline-block;
		background-color: rgb(255, 126, 126);
		color: #fff;
		padding: 0 6px;
		margin-top: 4px;
		margin-left: 12px;
	}
	.index-news .index-news-con-phone.index-news-con-phone-js ul li {
		margin-bottom: 6px;
		background-color: #fff;
	}
	.index-news .index-news-con-phone.index-news-con-phone-js .news-item-left .news-item-left-top {
		display: none;
	}

	.index-news-con-phone-js #phone-list1 .list-con .phone-js {
		display: block;
	}
	.index-news-con-phone-js #phone-list1 .list-con .phone-bk {
		display: none;
	}

	.index-news-con-phone .news-item-left {
		display: inline-block;
		width: 55%;
		vertical-align: top;
		overflow: hidden;
		margin-right: 2%;
		height: 106px;
		font-size: 12px;
		color: #99A2AA;
	}
	.index-news .index-news-con-phone.index-news-con-phone-js .news-item-left {
		width: 100%;
		position: relative;
		height: 30px;
	}
	.index-news .index-news-con-phone.index-news-con-phone-js .news-item-left>p:last-child {
		display: none;
	}
	.index-news .index-news-con-phone.index-news-con-phone-js .news-item-left>p:first-child {
		position: absolute;
		right: 12px;
		top: 6px;
	}
	.index-news .index-news-con-phone.index-news-con-phone-js .news-item-right {
		display: none;
	}
	body .index-news {
		border: none;
	}
	body .index-news .index-news-con-phone .news-item-left dl strong .news-tit {
		color: #333333;
	}
	.index-news .index-news-con-phone .list .list-con ul li:first-child {
		margin-top: 12px;
	}

	.index-bg2 .phone-hx-js {
		display: none;
	}

	.index-bg2 .wrapper-js #show-video-fa {
		display: none;
	}
	.index-bg2 .wrapper-js .index-business .business-slider-phone {
		display: none;
	}

	.index-bg2 .wrapper-js .phone-hx-js {
		display: block;
		padding-left: 2%;
	}

	.index-bg2 .wrapper-js .phone-hx-js .index-business-tit {
		font-size: 20px;
		padding: 12px 8px;
		color: #333;
	}
	.index-bg2 .wrapper-js .phone-hx-js .phone-hx-js-item {
		display: inline-block;
		width: 45%;
		position: relative;
		background-color: #fff;
		margin-bottom: 8px;
		height: 50px;
		line-height: 50px;
	}
	.index-bg2 .wrapper-js .phone-hx-js .phone-hx-js-item:nth-child(2n-1) {
		margin-left: 5%;
	}
	
	.index-bg2 .wrapper-js .phone-hx-js .phone-hx-js-item .hx-js-con {
		overflow: hidden;
		padding-left: 8px;
		font-size: 13px;
		position: relative;
	}
	.index-bg2 .wrapper-js .phone-hx-js .phone-hx-js-item .hx-js-con img {
		position: absolute;
		right: 8px;
		top: 5px;
	}
	.index-bg2 .wrapper-js .phone-hx-js .phone-hx-js-item .hx-js-left-icon {
		position: absolute;
		left: 0;
		top: 0;
	}

	.index-news-con-phone .list-con ul li:first-child .news-item-left .news-item-left-top {
		background-color: rgb(255, 126, 126);
		color: #fff;
	}
	.index-news .index-news-con-phone div.list {
		height: auto;
	}
	.index-news-con-phone .news-item-left>p {
		text-align: left;
	}
	.index-news-con-phone .news-item-left .news-item-left-top {
		padding:0;
		background-color: rgb(223, 243, 255);
		color: rgb(86, 187, 255);
		margin-right: 12px;
		display: inline-block;
		width: 38px;
		text-align: center;
	}
	.index-news-con-phone .news-item-right {
		display: inline-block;
		width: 40%;
		vertical-align: top;
		overflow: hidden;
		height: 106px;
		line-height: 106px;
	}
	.index-news .index-news-con-phone div.list ul li a {
		background: none;
		padding-left: 0;
		white-space: normal;
	}
	.index-news .index-news-con-phone div.list ul li a.news-tit {
		display: inline-block;
		width: 100%;
		padding-top: 4px;
		font-size: 15px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.index-news .index-news-con-phone.index-news-con-phone-js div.list ul li a.news-tit {
		width: 72%;
	}
	.index-news .index-news-con-phone div.list ul li a.news-txt {
		padding-top: 4px;
	}
	
	.index-news-con-phone .news-item-right img {
		width: 100%;
		height: 100%;
	}
	
	body .index-news div.list dl strong a{
		word-wrap:break-word;
		word-break:normal; 
	}

	.index-bg1 .wrapper .index-news .more {
		display: none;
	}

	.index-bg1 .wrapper .index-news .tab1>a {
		margin-right: 0;
		width: 25%;
	}

	.index-bg1 .wrapper .index-news .index-news-con {
		display: none;
	}

	.index-bg1 .wrapper .index-news .index-news-con-phone {
		display: block;
	} 

	.index-bg2 .wrapper {
		width: 100%;
	}
	body .footer {
		background-color: #3D3E40;
		color: #B7B9BB;
		text-align: center;
		padding: 20px 0;
	}
	body .footer .wrapper {
		width: 100%;
	}
	body .footer .footer-menu {
		display: none;
	}
	body .footer .footer-weixin {
		float: none;
		display: inline-block;
		vertical-align: top;
	}
	body .footer .footer-weixin>p {
		width: 100%;
		color: #fff;
	}
	body .footer .footer-contact {
		display: none;
	}
	body .footer .footer-links {
		display: none;
	}
	body .footer .footer-link {
		display: none;
	}
	.footer .info-top {
		display: block;
		margin-bottom: 12px;
		padding: 2px 10px;
	}
	.footer .info-top p {
		line-height: 20px;
		margin-bottom: 6px;
	}
	.footer .info-top>p i {
		margin-right: 4px;
	}

	/* 公司概况/新闻中心 */
	body .page-wrapper {
		margin-top: 80px;
	}
	body .page-wrapper .page-banner {
		width: 100%;
		min-width: 100%;
		height: 120px;
	}

	body .page-wrapper .page {
		width: 100%;
		overflow: hidden;
		margin-top: 0;
	}
	body .page-wrapper .page .page-left {
		float: none;
		width: 100%;
		margin-top: 45px;
	}
	body .page-wrapper .page .page-left>h2 {
		display: none;
	}
	body .page-wrapper .page .page-left>ul {
		display: -webkit-flex; 
		display: flex;
		width: 100%;
		justify-content:flex-start;
		background-color: #FAFBFA;
	}
	body .page-wrapper .page .page-left>ul>li {
		display: inline-block;
		border: none;
		margin-right: 12px;
	}
	body .page-wrapper .page .page-left>ul>li:last-child {
		margin-right: 0;
	}
	body .page-wrapper .page .page-left ul {
		padding: 5px 10px 10px;
	}
	body .page-wrapper .page .page-left ul li a {
		text-indent: 0;
		line-height: 26px;
		font-size: 14px;
		font-weight: 600;
	}
	body .page-wrapper .page .page-left ul li a.current {
		border-bottom: 1px solid #436DC2;
	}
	body .page-wrapper .page .page-right {
		float: none;
		width: 100%;
		position: relative;
		padding: 12px 20px;
	}
	body .page-wrapper .page .page-right .page-top {
		width: 100%;
		position: absolute;
		top:-85px;
		left: 0;
		background-color: #fff;
		border: none;
		padding-left: 10px;
	}
	body .page-wrapper .page .page-right .page-top> strong{
		display: none;
	}
	body .page-wrapper .page .page-right .page-top .location {
		float: none;
		height: 50px;
		line-height: 50px;
		font-size: 12px;
	}
	body .page-wrapper .page .page-right .page-top .location a {
		font-size: 12px;
	}
	body .page-wrapper .page .page-right .page-top .location .iconfont {
		display: none;
	}
	body .page-wrapper .page .page-right .about .content .item-content >img{
		width: 100%;
	}
	body .page-wrapper .page .page-right .about .content .item-content .item-content-icon {
		font-size: 16px;
		padding-right: 0;
	}
	body .page-wrapper .page .page-right .about .content .item-content:last-child img {
		width: auto;
	}
	body .page-wrapper .page .page-right .about .jianjie_img img{
		width: 100%;
	}
	body .page-wrapper .page .page-right .about #box>ul>li {
		display: inline-block;
		float: none;
		width: 31%;
		margin-right: 2%;
		vertical-align: top;
		overflow: hidden;
		height: 190px;
	}
	body .page-wrapper .page .page-right .about #box>ul>li img {
		object-fit:contain;
		height: 80px;
	}
	body .page-wrapper .page .page-right .about #box>ul>li:nth-child(3n) {
		margin-right: 0;
	}

	body .page-wrapper .page .page-right .news-list1 {
		margin-top: 6px;
	}

	body .page-wrapper .page .page-right .news-list1 dl .text {
		float: left;
		width: 60%;
		vertical-align: top;
		position: relative;
	}
	body .page-wrapper .page .page-right .news-list1 dl .text>p,body .page-wrapper .page .page-right .news-list1 ul li.clearfix .text>p{
		word-break: break-all;
		text-overflow: ellipsis;
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		color: #4F4F4F;
	}

	body .index-news .index-news-con-phone div.list ul li a.news-txt {
		word-break: break-all;
		text-overflow: ellipsis;
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		color: #4F4F4F;
	}

	body .page-wrapper .page .page-right .news-list1 dl .image {
		float: right;
		width: 35%;
		vertical-align: top;
	}
	body .page-wrapper .page .page-right .news-list1 dl {
		height: auto;
		padding-bottom: 30px;
		border-bottom: 1px solid #eee;
	}
	body .page-wrapper .page .page-right .news-list1 dl .image img {
		width: 100%;
		object-fit: contain;
		height: auto;
	}
	body .page-wrapper .page .page-right .news-list1 dl em {
		font-size: 14px;
		color: #A0A0A0;
		position: absolute;
		bottom: -18px;
		left: 0;
		padding: 0 6px;
		background-color: #FAFAFA;
		font-weight: 500;
	}
	body .page-wrapper .page .page-right .news-view .news-info .text .title{
		padding: 0 0 12px;
	}
	body .page-wrapper .page .page-right .news-view .news-info .text .info .source{
		display: none;
	}
	body .page-wrapper .page .page-right .news-list1 ul li.clearfix .date {
		float: right;
		width: 30%;
		vertical-align: top;
	}
	body .page-wrapper .page .page-right .news-list1 ul li.clearfix .text {
		width: 60%;
		float: left;
		vertical-align: top;
	}
	body .page-wrapper .page .page-right .news-list1 #pages {
		text-align: left;
	}
	body .page-wrapper .page .page-right .news-list1 #pages a {
		padding: 4px 8px;
		margin-bottom: 6px;
	}
	body .page-wrapper .page .page-right .about {
		margin-top: 20px;
	}
	
	body .page-wrapper .page .page-right .jjjb {
		padding-top: 240px;
		position: relative;
	}
	body .page-wrapper .page .page-right .jjjb .jjjb-content .content-left,body .page-wrapper .page .page-right .jjjb .jjjb-content .content-right {
		display: block;
		width: 100%;
	}
	body .page-wrapper .page .page-right .jjjb .jjjb-content .content-right {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: auto;
		padding: 10px;
	}
	body .page-wrapper .page .page-right .jjjb .jjjb-content .content-right .right-q:last-child {
		padding-bottom: 2px;
	}

	/* 企业文化 */
	body .page-wrapper .solution-banner {
		height: 120px;
	}
	body .page-wrapper .solution-banner .text {
		position: absolute;
		left: 20px;
		top: 46px;
		margin-left: 0;
	}
	body .page-wrapper .solution-banner .text h1 {
		font-size: 20px;
	}
	body .page-wrapper .solution-banner .solution-location {
		top: 120px;
		background-color: #fff;
		font-size: 14px;
	}
	body .page-wrapper .solution-banner .solution-location .wrapper {
		width: 100%;
	}
	body .page-wrapper .solution-banner .solution-location .wrapper>dl {
		width: 100%;
		color: #99A2AA;
		padding-left: 10px;
	}
	body .page-wrapper .solution-banner .solution-location .wrapper>dl a {
		color: #99A2AA;
		font-size: 12px;
	}
	body .page-wrapper .solution-banner .solution-location .wrapper>ul {
		float: none;
		position: absolute;
		width: 100%;
		bottom: -100%;
		left: 0;
		background-color: #FAFBFA;
	}
	body .page-wrapper .solution-banner .solution-location ul li a {
		background-color: #FAFBFA;
		color: #333333;
	}
	body .page-wrapper .solution-banner .solution-location ul li a.current {
		color: #436DC2;
		border-bottom: 1px solid #436DC2;
	}
	body .page-wrapper .business-view {
		padding: 110px 0 20px;
	}
	body .page-wrapper .business-view .wrapper {
		width: 100%;
	}
	body .page-wrapper .business-view .wrapper .qiyelinian .img-center {
		width: 100%;
	}
	body .page-wrapper .business-view .wrapper .qiyelinian .img-center>img {
		width: 100%;
	}
	body .page-wrapper .business-view .wrapper #box>ul {
		padding: 0 10px;
	}
	body .page-wrapper .business-view .wrapper #box>ul>li {
		display: inline-block;
		float: none;
		width: 100%;
		margin: 0;
		overflow: hidden;
		height: auto;
		padding: 8px 6px;
		background-color: #fff;
	}
	body .page-wrapper .business-view .wrapper #box>ul>li img {
		object-fit:contain;
		width: 100%;
		height: auto;
	}
	body .page-wrapper .business-view  #box ul li p {
		padding: 10px 0 4px;
	}
	body .page-wrapper .page .page-right .about .hr-content .hr-process img {
		width: 100%;
	}
	body .page-wrapper .page .page-right .about .hr-content blockquote img {
		width: 100% !important;
		height: auto !important;
	}
	body .about .zzjg img{
		width: 100%;
	}
	body .page-wrapper .page .page-right .news-view .content img {
		max-width: 100% !important;
		height: auto !important;
	}
	/* 产品服务 */
	body .page-wrapper .index_chanpin {
		padding: 50px 0 0;
	}
	body .page-wrapper .index_chanpin>div{
		width: 100%;
	}
	body .page-wrapper .index_chanpin .apply-record .mainCont  {
		margin-top: 20px !important;
	}
	body .page-wrapper .index_chanpin .apply-record .tab {
		height: auto;
		line-height: 48px;
	}
	body .page-wrapper .index_chanpin .apply-record .tab .tab-item {
		vertical-align: top;
		width: 32%;
	}
	body .page-wrapper .index_chanpin .apply-record .tab .tab-item>span {
		font-size: 16px;
		padding-bottom: 6px;
	}
	body .products .mainCont .item-tab .item-tab-item.item-active>span {
		color: #0050D8;
	}
	body .products .mainCont .item-products .item-mainCont .item-mainCont-left {
		margin: 0;
	}
	body .products .mainCont .item-products .item-mainCont .item-mainCont-left,body .products .mainCont .item-products .item-mainCont .item-mainCont-right {
		float: none;
		width: 100%;
	}
	body .products .mainCont .item-products .item-mainCont .item-mainCont-right .mainCont-right-txt p{
		margin: 0;
	}

	.business-view .wrapper .cont_chp {
		position: relative;
		overflow: visible;
	}
	.business-view .wrapper .cont_chp .cont_chp_l {
		float: none;
		width: 100%;
		padding-top: 150px;
	}
	.business-view .wrapper .cont_chp .cont_chp_r {
		float: none;
		position: absolute;
		left: 0;
		top: -56px;
		width: 100%;
		height: 270px;
		margin: 0;
		overflow: hidden;
	}
	.business-view .wrapper .cont_chp .cont_chp_r .flexslider .slides a img {
		height: auto;
	}

	.page-right .news-view .content {
		padding: 0 12px;
	}

	.page-right .about .hr-content blockquote p {
		padding: 0 20px;
	}
}
