﻿@charset "utf-8";
html,body{height:100%;}
body{padding:0px 0 0; margin:0px auto; font-size:16px; line-height:24px; color:#555555; width:100%; min-width:300px; zoom:1;font-family:"Microsoft YaHei","Arial","宋体",sans-serif; background:#fff;}
ul,li,form, dl,dt,dd,div,ul,li,p,em,i,address{ font-style:normal; list-style:none; padding: 0px; margin: 0px;}
h1,h2,h3,h4,h5,h6{ padding:0px; margin:0px;}
select,input,textarea,button{ font-size:14px; border-radius:0; -webkit-border-radius:0; color:#545454; font-family:"Microsoft YaHei";}
input:focus { outline: none;}
input,button,select,textarea{ border:0px;outline:none;/*-webkit-appearance:none;*//*强制去除表单自带的样式*/}
button{ cursor:pointer;}
textarea{resize:none;/*-webkit-appearance:none;*//*强制去除textarea自带的样式*/}
textarea,input,select { background:none; border:none; margin:0; padding:0;}
article,aside,footer,header,hgroup,nav,section,figure,fxigcaption,address{ display: block;} /*html5设置*/
figure,figcaption{ margin:0px; padding:0px;}
audio,canvas,progress,video { display: inline-block; vertical-align: baseline;}
img{ max-width:100%; border:none; border:0;  vertical-align:top;}
a{ color:#333333; text-decoration:none; noline:-webkit-tap-highlight-color:rgba(0,0,0,0);transition: all ease 0.3s;}
a:focus {outline:none; -moz-outline:none;}
a:hover{ text-decoration:none; color:#1152a9;}
*:hover{transition: all ease 0.3s;}
.fl{ float:left;}.fr{ float:right;}.tr{ text-align:right;}.tc{ text-align:center;}
.hide{ display:none;}
.clear{ clear:both;}
.clearfix{overflow:hidden;_zoom:1;}
.clearfix:after{ content: ''; display: block; clear: both; height: 0; visibility: hidden; }
.clearfix{*zoom:1;}
:-moz-placeholder {color: #888888;}
::-moz-placeholder {color: #888888;}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {color: #888888;}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {color: #888888;}
.relative{ position:relative;}
.bodyon{ overflow:hidden;}
.Contain{ position:relative; clear:both; width:1200px; margin:0px auto;}
.block{ display:block;}
.tit{ display:block;text-overflow:ellipsis; white-space:nowrap; *white-space:nowrap; overflow:hidden; width:100%;}
.p{overflow: hidden;word-break:normal;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;}
.imgbox{ overflow:hidden; position:relative;}
.imgbox span{ background-position:center center; background-repeat:no-repeat; background-size:cover; position:absolute; left:0px; top:0px; width:100%; height:100%;}

@media ( max-width:1200px){
.Contain{ width:auto;padding:0 12px;}
}

/*font*/
.f_red{ color:#912228;}
.whiteblack { -webkit-filter: grayscale(100%);}
.whiteblack.active,
.whiteblack:hover {-webkit-filter: grayscale(0%);}

.Scale-img {overflow: hidden;cursor: pointer; zoom:1; overflow: hidden;}
.Scale-img img,.Scale-img span {opacity: 1;-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;transition: opacity 0.35s, transform 0.35s;}
.Scale-img:hover img,.Scale-img:hover span {opacity: 1;-webkit-transform: scale3d(1.1,1.1,1);transform: scale3d(1.1,1.1,1); top:0px; left:0px;}

/*pages*/
.Pages{ zoom:1; overflow:hidden;text-align:center; color:#666666; clear:both; line-height:34px; font-size:14px;}
.Pages span{ padding:0px 0px; display:inline-block; vertical-align:middle;}
.Pages a{ display:inline-block; margin:0px 3px 0 4px; border:1px solid #e6e6e6; color:#666666; text-align:center;}
.Pages .p_page a{ display:inline-block; vertical-align:middle;}
.Pages .p_page .a_prev,.Pages .p_page .a_next,.Pages .p_page .a_first,.Pages .p_page .a_end{ display:inline-block; vertical-align:middle; padding:0 10px;}
.Pages .p_page .a_prev:hover,.Pages .p_page .a_next:hover,.Pages .p_page .a_first:hover,.Pages .p_page .a_end:hover{background:#1152a9; border:1px solid #1152a9; color:#fff;}
.Pages .p_page .num a{vertical-align:middle; width:38px;}
.Pages .p_page .num a:hover,.Pages .p_page .num a.a_cur{background:#1152a9; border:1px solid #1152a9; color:#fff;}
.Pages .total{padding:0 10px; border:1px solid #e6e6e6; padding:0 10px;}

@media ( max-width:768px){
.Pages{line-height:24px;}.Pages a{margin:0px 2px;}
.Pages .p_page .a_prev,.Pages .p_page .a_next,.Pages .p_page .a_first,.Pages .p_page .a_end{padding:0 2px;}
.Pages .p_page .num a{width:24px;}
}
/*pages end*/


/*Top*/
.Header{transition: all ease 0.3s; position:relative; z-index:999;}
.Header .Logotop{ height:102px;}
.Header .Logo{float:left;padding-top:9px;}
.Header .right{ font-size:14px;float:right; padding-top:9px; line-height:91px;}
.Header p{float:left;}.Header p i{ display:inline-block; text-align:center; color:#e6e6e6; width:21px; vertical-align:middle;}
.Header .right a{ color:#999999; position:relative;}.Header .right a:hover{ color:#1153aa;}
.Header .right .ewm{ position:absolute; z-index:999; left:0px; top:25px; max-width:none; width:0px; height:0px; border:5px solid #fff; opacity:0;transition: all ease 0.3s;}
.Header .right a:hover .ewm{ width:120px; height:120px; opacity:1; left:-48px;}

.Header .Searchbox{float:left; position:relative; padding:30px 0 0 11px; z-index:888;}
.Header .Searchbox .icon{ float:left; border-radius:50%;cursor:pointer; width:30px; height:30px;background: #1153aa url(../images/searchbtn.png) center center no-repeat;}
.Header .Searchbox .icon:hover{ background-color:#878787;}
.Header .Search{ display:none; position:absolute; right:0px; top:92px; z-index:888;}
.Header .Search a.close,.Header .Search a.close2{ background: #1153aa url(../images/closenav.png) center center no-repeat; width:30px; height:30px; vertical-align:middle; display:inline-block; position:absolute; right:0px; top:-62px; border-radius:50%;}
.Header .Search a.close2{display:none;right:10px; top:13px;}
.Header .Search .box{ position:relative; background:#fff; border-radius:5px; width:398px; height:46px; border:1px solid #d4d4d4;}
.Header .Search .ipt{ vertical-align:top; width:80%; height:44px; line-height:44px; text-indent:1em;}
.Header .Search .searchbtn{ cursor:pointer; border-radius:50%; width:30px; height:30px;background: #484a53 url(../images/searchbtn.png) center center no-repeat; position:absolute; right:14px; top:9px;}

.MainNav{ height:50px;background:#1153aa;}
.MainNav ul{ max-width:1200px; margin:0px auto;}
.MainNav li{float:left; position:relative; z-index:100; width:10%; background:url(../images/navline.png) right center no-repeat; text-align:center;}
.MainNav li span a{ z-index:2; position:relative;display:block; color:#fff; height:50px; line-height:50px; font-size:16px;}
.MainNav li:hover span a,.MainNav li.onnav span a,.MainNav li span a.sele{ color:#fff; background:#c50000;}
.MainNav li:last-child{ background:none;}

.NavPull{display:none; position:absolute; top:50px; text-align:center; left:0px; background:rgba(0,0,0,0.5); border-radius:0 0 10px 10px; width:100%; z-index:999;}
.NavPull.null{background:none; padding:0; box-shadow: 0 0px 0px none;}
.NavPull dd a{ display:block; color:#fff; border-bottom:1px solid #fff; font-size:14px; padding:5px 0;}
.NavPull dd a:hover{ background:#c50000;}
.NavPull dd:first-child a{ border-top:0;}

.openbtn,.closebtn{ cursor:pointer; display:none;width:26px; position:fixed; right:10px; z-index:999;}
.openbtn.on{ display:none !important;}
.openbtn{ position:absolute; right:12px; top:11px;}
.closebtn{ z-index:999; top:8px; right:252px;;}
.closebtn.auto{ position:fixed; left:0px; top:0px; width:100%; height:100%; z-index:887; display:none; background:rgba(0,0,0,0.5)}
.openbtn span,.closebtn span{ display:block; height:3px; background:#5a5b5b; margin:4px 0px;transition: all ease 0.3s;}
.closebtn span{background:#eb5f1a;}
.closebtn .sp1 {
	-webkit-transform: translate(0, 3px) rotate(45deg) !important;
	-moz-transform: translate(0, 3px) rotate(45deg) !important;
	-ms-transform: translate(0, 3px) rotate(45deg) !important;
	-o-transform: translate(0, 3px) rotate(45deg) !important;
	transform: translate(0, 3px) rotate(45deg) !important;}
.closebtn .sp2 {
	-webkit-transform: translate(0, -3px) rotate(-45deg) !important;
	-moz-transform: translate(0, -3px) rotate(-45deg) !important;
	-ms-transform: translate(0, -3px) rotate(-45deg) !important;
	-o-transform: translate(0, -3px) rotate(-45deg) !important;
	transform: translate(0, -3px) rotate(-45deg) !important;}	
.mobilenav{ display:none;}

@media ( max-width:998px){
body{ padding-top:50px; font-size:14px;}	
.Header{height:50px; padding:0; background:#fff; position:fixed; box-shadow:0 0 10px #ddd; width:100%; left:0px; top:0px; z-index:999;}
.Header .right { padding-top:0; line-height:50px;}
.Header .Searchbox{ padding:9px 40px 0 0; position:static;}
.Header .Search a.close{ right:33px; top:-41px;}
.Header .Search{ top:50px; width:90%; right:5%;}
.Header .Search .box{ width:auto;}

.Header .Logotop{ height:50px;}
.Header .Logo{ padding-top:8px; width:auto;}.Header .Logo img{ height:28px;}
.Header .openbtn{ display:block;}

.MainNav{ position:fixed; z-index:999; width:250px; padding:0; height:100%; overflow-y:auto; background:#fff; box-shadow:0 0 15px #bbb; right:-250px; top:0px;}
.MainNav ul{ margin-top:0px;}
.MainNav li{ position:relative; cursor:pointer; float:none; border-bottom:1px solid #ddd; width:auto; margin:0 10px;}
.MainNav li span a{ font-size:16px; text-align:left; height:auto; display:block; line-height:40px; height:40px; padding-left:5px; color:#333;}
.MainNav li:hover span .line,.MainNav li.onnav span .line,.MainNav li span a.sele .line{ width:100%; margin:0; left:0px; bottom:-1px;}
.MainNav .arr{ position:absolute; z-index:2; width:100%; height:46px; left:0px; top:0px;}
.MainNav .arr i{ position:absolute; width:17px; height:10px; background:url(../images/arr.png); right:10px; top:18px;transition: all ease 0.3s;}
.MainNav li.onnav .arr i{dis-moz-transform: translate(0, -3px) rotate(-180deg) !important;
	-ms-transform: translate(0, -3px) rotate(-180deg) !important;
	-o-transform: translate(0, -3px) rotate(-180deg) !important;
	transform: translate(0, -3px) rotate(-180deg) !important;}
.Header p,.pcnav{ display:none;}
.mobilenav,.mobilenav p{ display:block;}.mobilenav p{ text-align:center; padding-top:10px; float:none;}

.NavPull { position:static; background:#f2f2f2; text-align:left; width:100%; border-radius:0;}
.NavPull dd a{ display:block;padding:5px 0px 5px 10px; color:#333; font-size:14px; border-bottom:1px solid #ddd;}
.NavPull dd a:hover{ color:#fff;}
}
/*Top*/


/*Bottom*/
.Footer{ clear:both; background:#2d2d2d; color:#838383; padding:27px 0px; font-size:12px; line-height:21px;}
.Footer a{color:#838383;}.Footer a:hover{color:#fff;}
.Footer .fl i{ display:inline-block; margin-right:12px;}
.Footer .bei{ margin:0 8px;}
.Footer .link{ float:right; padding-top:6px;}
.Footer .link select{ width:220px; height:35px; text-indent:1em; font-size:12px; color:#a1a1a1;}
.Footer .link select{-webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0;-moz-background-clip: padding;-webkit-background-clip: padding-box;background-clip: padding-box;-webkit-appearance: none;-moz-appearance: none;appearance: none; cursor:pointer;
appearance:none;-moz-appearance:none;-webkit-appearance:none; background: #474747 url(../images/linkarr.png) right center no-repeat;}
.Footer .link select::-ms-expand { display: none; }/*Ie clear arr*/

.totop{ font-size:14px;width: 40px;height: 40px;text-align: center; background: #555; position: fixed;bottom: 98px; right: 5px; cursor: pointer;border-radius: 5px;color:#fff;overflow: hidden;visibility: hidden;opacity: 0;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;}
.totop>span{display: block;line-height: 15px;font-size: 12px;color:#fff;}
.totop.cd-is-visible {visibility: visible;opacity: 1; height:40px; cursor:pointer;}

@media ( max-width:998px){
.Footer{padding:15px 0px; text-align:center;}
.Footer .fl{ float:none;}
.Footer .link{ float:none;}

.totop{width: 30px;height: 30px;bottom: 73px; font-size:12px;}
.totop.cd-is-visible { height:35px;}
.totop>span{ line-height:12px;}
}
/*Bottom*/


/*首页 s*/
.HomeBan {overflow:hidden; clear:both; position:relative; height:600px; background:url(../images/loading.gif) center center no-repeat;}
.HomeBan .slides li{ position:relative;background-position:center center; background-repeat:no-repeat; background-size:cover; position:relative;}
.HomeBan .slides li .txt{ position:absolute; width:1200px; left:50%; margin-left:-600px; text-align:center; top:28%;transform:translateY(-300px);-webkit-transform:translateY(-300px);opacity:0;transition:all 1s;}
.HomeBan .slides li a{ display:block; height:600px;}
.HomeBan .slides li .txt img{ width:auto; margin:0px auto;}
.HomeBan .slides li.b1 .txt img{ margin:0;}
.HomeBan .slides li.flex-active-slide .txt{transform:translateY(0);-webkit-transform:translateY(0);opacity:1;}
.HomeBan .flex-control-nav{bottom:15px; z-index:10;}
.HomeBan .flex-control-nav li a{ opacity:1; width:40px; height:3px; background:#fff;}
.HomeBan .flex-control-nav li a.flex-active{opacity:1; background:#ce181e;}
.HomeBan .flex-direction-nav a {width: 46px; height: 46px; border:2px solid #fff; border-radius:50%;}
.HomeBan .flex-direction-nav .flex-prev { left:-60px; background: url(../images/arrleft.png) center center no-repeat;}
.HomeBan .flex-direction-nav .flex-next { right:-60px; background: url(../images/arrright.png) center center no-repeat;}
.HomeBan:hover .flex-direction-nav .flex-prev { left:2%;}
.HomeBan:hover .flex-direction-nav .flex-next { right:2%;}
.HomeBan:hover .flex-direction-nav .flex-prev:hover {border:2px solid #fff; background: #fff url(../images/arrleft0.png) center center no-repeat;}
.HomeBan:hover .flex-direction-nav .flex-next:hover {border:2px solid #fff; background: #fff url(../images/arrright0.png) center center no-repeat;}

@media ( max-width:1200px){
.HomeBan .slides li .txt{ width:80%; left:10%; margin:0;}
.HomeBan .flex-direction-nav a { display:none;}
}

@media ( max-width:998px){
.HomeBan {height:300px;}
.HomeBan .slides li{height:300px;}
.HomeBan .flex-control-nav{bottom:0px;}
}
@media ( max-width:488px){
.HomeBan .slides li .txt{ width:60%; left:20%;}
.HomeBan {height:200px;}
.HomeBan .slides li{height:200px;}
}


.activehover{-webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.5);
	box-shadow: 0 15px 30px rgba(0,0,0,0.1);
	-webkit-transform: translate3d(0, -3px, 0);
	transform: translate3d(0, -3px, 0);}

.HomeCol{ padding-top:40px; padding-bottom:40px; font-size:14px;}
.NewsFocus { width:31%; float:left;}
.NewsFocus .imgbox{ height:342px;}
.NewsFocus .slides li{ position:relative;}
.NewsFocus .slides .tits{ position:absolute; left:0px; bottom:0px; line-height:40px; background:rgba(0,0,0,0.6); padding:0 5%; width:90%; color:#fff;}
.NewsFocus .slides .tits .tit{ width:80%;}
.NewsFocus .flex-control-nav{ text-align:right; height:8px; line-height:50px; overflow:hidden;bottom:16px; z-index:10; right:5px;}
.NewsFocus .flex-control-nav li{ margin:0 4px 0 0;}
.NewsFocus .flex-control-nav li a{width:8px; height:8px; background:none; background:#fff; border-radius:50%;}
.NewsFocus .flex-control-nav li a.flex-active{ background:#1957a0;}

.NewsCenter{ padding:0 2%; width:40%; float:left;}
.NewsCenter .Thead{ height:30px; line-height:17px;}
.NewsCenter .Thead li{ position:relative; float:left; margin-right:20px; cursor:pointer; font-size:18px; color:#000000;}
.NewsCenter .Thead li.on{ height:26px; font-weight:bold; color:#1957a0; border-bottom:2px solid #1152a9;}
.NewsCenter .Thead li a{ position:absolute; z-index:1; width:100%; height:100%; left:0px; top:0px;}

.NewsCenter .li{ background:url(../images/dot4.gif) 0px center no-repeat; position:relative; padding:0 90px 0 10px; height:30px; line-height:30px;}
.NewsCenter .li .date{ position:absolute; right:0px; top:0px; color:#bfbfbf;}
.NewsCenter .first{ background:url(../images/linebg.gif) 0px bottom repeat-x; padding-bottom:19px; margin:8px 0;}
.NewsCenter .first .tit{ line-height:36px; color:#333333;}
.NewsCenter .first .p{ line-height:20px; height:40px;-webkit-line-clamp: 2; color:#999999;}
.NewsCenter .first:hover .tit{color:#1957a0;}

.Homezt{ width:25%; float:right;}
.Homezt .Thead{ line-height:17px; height:30px; color:#1152a9; font-size:18px;}
.Homezt li{ text-align:center; padding-bottom:4px;}
.Homezt li:last-child{ padding-bottom:0px;}

.HomeNav{ background:url(../images/homenavbg.jpg) center bottom no-repeat; background-size:cover; padding-top:43px;}
.HomeNav ul{ margin-left:-3%;}
.HomeNav li{ width:13.666666%; float:left; text-align:center; padding-left:3%;}
.HomeNav li .ico{ position:relative; display: block; margin: 0px auto; height:136px; width:136px;}
.HomeNav li .i1,.HomeNav li .i2{position: absolute; left:0px;top: 0px;}
.HomeNav li .i1{ transition: 400ms;}
.HomeNav li .i2{ -webkit-transform:scale(0); transform:scale(0); opacity:0; filter:alpha(opacity=0); transition:500ms;}
.HomeNav li:hover .i2{ -webkit-transform:scale(1); transform:scale(1); opacity:1; filter:alpha(opacity=100);}
.HomeNav li:hover .i1 { opacity: 0; filter: alpha(opacity=0); -webkit-transform: scale(1.2); transform: scale(1.2);}
.HomeNav li .info{ margin-top:22px; height:80px; font-size:14px; color:#fff; line-height:19px;}

.HomeTec{ width:69%; float:left; padding-bottom:40px;}
.HomeTec .Thead{ padding-top:20px; line-height:49px; font-size:18px; color:#1152a9;}
.HomeTec ul{ margin-left:-10px;}
.HomeTec li{ width:33.3333%; float:left; font-size:14px; line-height:18px;}
.HomeTec li a{ position:relative; display:block; border:1px solid #ececec;transition: all ease 0.3s; height:68px; padding:0 10% 0 40%; margin:0 0 10px 10px;}
.HomeTec li .ico{ position:absolute; left:22%; top:16px; width:40px; height:40px;}
.HomeTec li .i1,.HomeNav li .i2{position: absolute; left:0px;top: 0px;}
.HomeTec li .i1{ transition: 400ms;}
.HomeTec li .i2{ -webkit-transform:scale(0); transform:scale(0); opacity:0; filter:alpha(opacity=0); transition:500ms;}
.HomeTec li:hover .i2{ -webkit-transform:scale(1); transform:scale(1); opacity:1; filter:alpha(opacity=100);}
.HomeTec li:hover .i1 { opacity: 0; filter: alpha(opacity=0); -webkit-transform: scale(1.2); transform: scale(1.2);}
.HomeTec li em{ display:table-cell; height:68px; vertical-align:middle; width:2%;}
.HomeTec li:hover a{ color:#fff; background:#1152a9;}

.HomeNav2{ width:29%; float:right; padding:70px 0 15px;}
.HomeNav2 li{ height:110px; position:relative; padding:0 20px 0 149px; background:#edecec; margin-bottom:8px;transition: all ease 0.3s;}
.HomeNav2 li .imgbox{ position:absolute; width:130px; height:110px; left:0px; top:0px;}
.HomeNav2 li .tit{ line-height:39px; padding-top:5px; font-size:18px; color:#1152a9;}
.HomeNav2 li .p{ line-height:18px; height:54px;-webkit-line-clamp: 3; color:#888888; font-size:14px;}

@media ( max-width:998px){
.NewsFocus { width:auto; float:none; margin-bottom:20px;}
.NewsFocus .imgbox{ height:auto; padding-top:60%;}
.NewsFocus .slides .tits{font-size:15px; line-height:30px;}
.NewsCenter{ padding-left:0; width:70%;}
.HomeNav{padding-top:20px;}
.HomeNav li{ width:30.3333%;}
.HomeNav li:nth-child(3n+1){ clear:both;}
.HomeNav li .info{ height:auto; margin-top:10px; padding-bottom:19px;}
.HomeTec li a{ padding-left:30%;}
.HomeTec li .ico{ left:8%;}
.NewsCenter .Thead li a{ display:none;}
}
@media ( max-width:768px){
.HomeTec { width:auto; float:none; padding-bottom:0px;}
.HomeNav2{ width:auto; float:none; padding:20px 0 15px;}
.NewsCenter .Thead li{margin-right:10px;font-size:16px;}
}

@media ( max-width:640px){
.NewsCenter{ padding:0; width:auto; float:none; margin-bottom:20px;}
.Homezt{ width:auto; float:none;}
.Homezt li img{ width:100%;}
.HomeNav li .ico{ width:90px; height:90px;}
.HomeTec li{ width:50%;}
.HomeTec li:last-child{ width:auto;}
.HomeNav2 li .tit{ font-size:16px;}
}


/*首页 end*/


/*栏目页公用样式 s*/
.SubPage{ height:auto !important; min-height:255px; height:255px; padding-top:30px; padding-bottom:60px;}
.SubBan{height:260px; margin:0px auto; background-position:center center; background-repeat:no-repeat; background-size:cover;}

.MenuList{ float:left; width:21.5%; background:#fafafa; padding-bottom:45px;}
.MenuList ul{ padding-top:20px;}
.MenuList li a{ line-height:30px; display:block; padding:10px 0 10px 45px;background:url(../images/menuarr.png) right 30px center no-repeat; border-bottom:1px solid #f2f2f2; position:relative; color:#333333;}
.MenuList li a em{ position:relative; z-index:1;display:block;}
.MenuList li .bg{ position:absolute; z-index:0; width:0%; bottom:0%; height:100%; left:0; background:#f2f6fc url(../images/menuarr2.png) right 30px center no-repeat;transition: all ease 0.3s;}
.MenuList li a:hover,.MenuList li.onli a{ color:#1152a9;}
.MenuList li a:hover .bg,.MenuList li.onli .bg{ width:99.2%; border-left:3px solid #1152a9;}
.ColumnName{ font-weight:normal; text-align:center; color:#fff; font-size:22px; height:100px; width:100%;display: flex; align-items: center;justify-content: center; line-height:32px; border-bottom:5px solid #c50000; background:#1152a9; position:relative;}

.RightBar{ width:75%; float:right;}

.Position{ border-bottom:1px solid #ebebeb; line-height:61px; margin-bottom:32px;}
.Position h3{ float:left; font-size:26px; color:#1153aa;}
.Place{ float:right; font-size:14px; padding-top:21px; line-height:32px; color:#999999;}
.Place a{ color:#999999;}
.Place a:hover,.Place span{ color:#1152a9;}

.SinglePage{ word-wrap:break-word;word-break:normal;text-align:justify; line-height:28px; color:#333333;}
.SinglePage table{ width:100% !important;}
.SinglePage table td{ width:auto !important; line-height:20px !important;}

@media ( max-width:998px){
.SubPage{padding-top:20px; padding-bottom:30px;}
.SubBan{height:100px;}
.ColumnName{ font-size:16px; line-height:40px; height:40px;}
.Position{line-height:45px; margin-bottom:25px;}
.Position h3{font-size:18px;}
.SinglePage{line-height:24px;}
}
@media ( max-width:768px){
.ColumnName .arr{ position:absolute; left:0px; top:0px; width:100%; height:100%; z-index:1;}
.ColumnName .arr i{ position:absolute; right:15px; top:10px; background:url(../images/arrs2.png) center center no-repeat; width:20px; height:20px;transition: all ease 0.3s;}
.ColumnName.on .arr i{dis-moz-transform: translate(0, -3px) rotate(90deg) !important;
	-ms-transform: translate(0, -3px) rotate(90deg) !important;
	-o-transform: translate(0, -3px) rotate(90deg) !important;
	transform: translate(0, -3px) rotate(90deg) !important;}
.MenuList{ float:none; width:auto; padding-bottom:0;}
.MenuList li a{ line-height:33px; padding:0 0 0 20px;}
.MenuList ul{ display:none;}
.Position h3{ display:none;}
.RightBar{ width:auto; float:none;}
}

/*栏目页公用样式 end*/


/*关于我们 s*/
.History{ margin-left:18px; border-left:4px solid #e5e5e5;}
.History li{ padding-left:153px; position:relative; padding-bottom:20px;}
.History li .date{ position:absolute; left:0px; padding-left:52px;}
.History li .date em{ position:absolute; top:38px; left:-8px; background:url(../images/dateline.gif) 0px center repeat-x; width:66px;}
.History li .date em i{ display:block; width:14px; height:14px; background:#1152a9; border-radius:50%;}
.History li .date span{ border:5px solid #f3f6fb; border-radius:50%; width:80px; height:80px; text-align:center; color:#aab9d9; background:#1152a9; display:block;}
.History li .date span b{ display:block; padding-top:18px; color:#fff; font-size:20px;}
.History li .txt{ height:90px; height:auto !important; height:90px; min-height:90px;display: flex;align-items: center; line-height:21px; color:#444444;}

.PhotoList{ margin:0 0 0 -4%;}
.PhotoList li{ width:46%; float:left; padding:0 0 3.5% 4%; text-align:center;transition: all ease 0.3s;}
.PhotoList li .imgbox{ box-shadow:0 0 3px #ccc; padding-top:70%; margin-bottom:15px;transition: all ease 0.3s;}
.PhotoList.case{ margin:0 0 0 -2%;}
.PhotoList.case li{ width:48%;padding-left:2%;}
.PhotoList.case li .imgbox{ padding-top:0px; height:300px;}
.PhotoList.case.one li{ width:auto; float:none;}
.PhotoList.case.two .imgbox{ height:360px;}
.PhotoList.case.two li:nth-child(1){ width:30%;}
.PhotoList.case.two li:nth-child(2){ width:66%;}
.PhotoList.case.three li:nth-child(1){ width:66%;}
.PhotoList.case.three li:nth-child(2){ width:30%;}
.PhotoList.case.three li:nth-child(3){ width:auto; clear:both; float:none;}

.TeamList{ max-width:86%; margin:0px auto;}
.TeamList li{ padding-left:321px; position:relative; background:#f8f8f8; margin-bottom:20px;transition: all ease 0.3s;}
.TeamList li .imgbox{ position:absolute; left:0px; width:270px; height:180px;}
.TeamList li .txt{ display:table-cell; vertical-align:middle;height:180px;}
.TeamList li .txt h2{ font-size:18px; color:#333333; margin-bottom:4px; display:block;}

.HornorList{ margin:0 0 3% -3%;}
.HornorList li{ width:22%; float:left; padding:0 0 3% 3%;}
.HornorList li .imgbox{ padding-top:120%; border:2px solid #eeeeee; background:#fafafa;transition: all ease 0.3s;}
.HornorList li .imgbox span{ width:92%; height:92%; left:4%; top:4%; background-size:contain;}
.HornorList li .tits{ font-size:14px; padding-top:14px; line-height:20px; height:60px; overflow:hidden;}
.HornorList li:nth-child(4n+1){ clear:both;}

.SubMenu{ padding:0px 0 46px;}
.SubMenu a{ width:33%; background:#efefef; font-size:22px; display:inline-block; text-align:center; line-height:50px; border-radius:28px; margin-right:1.5%;}
.SubMenu a.on{ background:#1152a9; color:#fff;}

.Culturell{}
.Culturell .item{ margin:0 0 25px 72px; position:relative; font-size:15px; color:#666;}
.Culturell .item .thead{ border-bottom:1px dashed #cccccc; padding:11px 0 23px; margin-bottom:13px;}
.Culturell .item .thead b{ display:block; color:#1152a9; margin-right:3px; font-size:20px;}
.Culturell .item .ico{ position:absolute; left:-72px; top:0px;}

.qytxt{ font-weight:bold; padding-bottom:20px; font-size:16px; color:#444444;}

.CultureList{ margin:0 0 0 -2%;}
.CultureList li{ width:31.33333%; float:left; padding:0 0 3.5% 2%; text-align:center;transition: all ease 0.3s;}
.CultureList li .imgbox{ padding-top:70%; margin-bottom:15px;transition: all ease 0.3s;}

@media ( max-width:640px){
.History{ margin-left:0px;}
.History li{ padding-left:80px;}
.History li .date{ padding-left:20px;}
.History li .date em{ position:absolute; top:22px; left:-8px; background:url(../images/dateline.gif) 0px center repeat-x; width:30px;}
.History li .date em i{width:10px; height:10px;}
.History li .date span{ border:2px solid #f3f6fb;width:50px; height:50px; line-height:19px; font-size:12px;}
.History li .date span b{ padding-top:10px;font-size:15px; line-height:15px;}
.History li .txt{ height:auto !important; height:50px; min-height:50px;}
.PhotoList li .imgbox{ margin-bottom:5px;}

.TeamList li{ padding-left:0;}
.TeamList li .imgbox{ position:relative; width:auto; height:auto; padding-top:65%;}
.TeamList li .txt{height:auto; display:block; padding:25px;}

.HornorList li{ width:30.3333%; float:left; padding:0 0 3% 3%; clear:none !important;}
.HornorList li:nth-child(3n+1){ clear:both !important;}
.HornorList li .tits{ height:auto;}

.SubMenu{ padding:0px 0 20px; text-align:center;}
.SubMenu a{ width:48%; margin:0 0.5%; font-size:16px; line-height:40px;}
.Culturell .item{ margin:0 0 15px 50px; font-size:14px;}
.Culturell .item .ico{left:-50px;}
.CultureList li .imgbox{ margin-bottom:5px;}
.CultureList li{ width:48%;}
.PhotoList.case li .imgbox{height:auto !important; padding-top:70%;}
.PhotoList.case.one li .imgbox{padding-top:35%;}
.PhotoList.case.two .imgbox,.PhotoList.case.three .imgbox{padding-top:0; height:150px !important;}
}


/*新闻中心 s*/
.NewsList { margin-bottom:2%; padding-bottom:10px;}
.NewsList li{ border-bottom:1px solid #f0f0f0; padding-left:32%; height:220px; margin-bottom:29px; font-size:14px; position:relative;}
.NewsList li .imgbox{ width:29%; height:190px; position:absolute; left:0px; top:0px;transition: all ease 0.3s;}
.NewsList li .tit{ padding:18px 0 17px; font-size:18px; color:#1152a9;}
.NewsList li .p{ color:#666666; height:48px;-webkit-line-clamp: 2; margin-bottom:27px;}
.NewsList li .detail{ color:#c50000; margin-left:9px;}
.NewsList li .date{ font-family:Arial, Helvetica, sans-serif; color:#999999; padding-left:27px; background:url(../images/date.gif) 0px center no-repeat;}
.NewsList li:hover .tit{ color:#c50000;}

.NewsList.nopic { margin-bottom:2%; padding-bottom:10px;}
.NewsList.nopic li{padding:0 0 20px 0; height:auto; margin-bottom:20px; font-size:14px; position:relative;}
.NewsList.nopic li .p{margin-bottom:0px;}

.NewsInfo{ width:69%; float:left;}
.NewsInfo1{ width:100%;}

.Titleinfo{ color:#888888; padding:0px 0px 20px 0px; margin-bottom:40px; text-align:center; background:url(../images/linebg.gif) 0px bottom repeat-x;}
.Titleinfo .tits{ line-height:25px; font-size:24px; font-weight:normal; color:#1152a9; padding-bottom:8px;}
.Titleinfo .date { font-size:14px; color:#999999;}
.Titleinfo .date i{ margin:0px 17px; display:inline-block;}

.AboutNews{ width:23%; float:right; background:#f7f7f7; border:1px solid #ebebeb; padding-bottom:25px;}
.fiedxNews{ position:fixed; top:0px; left:50%; margin-left:328px; width:19%;}
.AboutNews .thead{ border-bottom:1px solid #ebebeb; line-height:49px; padding-left:19px; font-size:16px; color:#333333; margin-bottom:19px;}
.AboutNews li{ font-size:14px; height:36px; line-height:36px; margin:0 10px 0 19px;}
.AboutNews li a{ color:#666666; padding-left:13px; background:url(../images/dot.gif) 0px center no-repeat;}
.AboutNews li a:hover{ color:#1152a9; background:url(../images/dot2.gif) 0px center no-repeat;}

.PrevNextBox{ margin-top:35px; border-top:1px solid #e7e7e7; padding-top:25px;}
.PrevNextBox dl{ width:48%;position:relative; line-height:35px;}
.PrevNextBox dl dt{ position:absolute; left:0px; color:#000000;}
.PrevNextBox dl a.none{ background:#fff; color:#999;}
.PrevNextBox dl a{display:block;text-overflow:ellipsis; white-space:nowrap; *white-space:nowrap; overflow:hidden; width:100%;}
 

/*.newbody .MenuList li a{ padding-left:10px; font-size:14px;}*/

@media ( max-width:998px){
.newbody  .Place{ padding-top:0;}	
.NewsInfo{ width:auto; float:none;}
.AboutNews{ width:auto; float:none; position:static !important; margin-top:18px; padding-bottom:10px;}
.AboutNews .thead{line-height:40px; margin-bottom:10px;}
.AboutNews li{ display:none; line-height:28px; height:28px;}
.AboutNews li:nth-child(1),.AboutNews li:nth-child(2),.AboutNews li:nth-child(3),.AboutNews li:nth-child(4){ display:block;}
.fiedxNews{ margin:0;}
.PrevNextBox{padding-top:10px;}
.PrevNextBox dl{ float:none !important; line-height:30px;}
}

@media ( max-width:768px){
.NewsList li{height:130px; margin-bottom:18px;}
.NewsList li .tit{ padding:0px 0 8px; font-size:16px;}
.NewsList li .imgbox{ height:110px;}
.NewsList li .p{ height:40px; line-height:20px; margin-bottom:10px;}

.NewsInfo{ font-size:14px;}
.Titleinfo { line-height:20px; font-size:12px; padding-bottom:15px; margin-bottom:20px;}
.Titleinfo .tits{ font-size:20px;}
.Titleinfo .date i{ margin:0px 5px;}
.Titleinfo .share{ display:none;}
}


/*组织机构 s*/
.TitSub{ padding-bottom:7px; color:#333333; font-size:18px;}
.TitSub img{ display:inline-block; vertical-align:middle; margin-right:8px;}
.zzjgtxt{ padding:16px 25px; background:#f8f8f8; margin-bottom:33px;}
.zzjgtxt li{ width:50%; float:left; line-height:40px;}
.zzjgtxt li a{ background:url(../images/dot3.gif) 0px center no-repeat; padding-left:12px;}
.zzjgtxt.jg1 li,.zzjgtxt.jg2 li{ width:25%;}
@media ( max-width:1150px){
/*.zzjgtxt.jg1 li,.zzjgtxt.jg2 li{ width:33.333%;}*/
}
@media ( max-width:768px){
.zzjgtxt li{ width:auto !important; float:none;}
}


/*典型工程 s*/
.Caseitem{ padding:9px 0 0 0; line-height:26px; margin-bottom:25px; border-bottom:1px solid #e1e1e1;}
.Caseitem .thead{ padding-bottom:10px; font-size:20px; color:#333333;}
.Caseitem .thead i{ color:#fff; display:inline-block; text-align:center; width:25px; line-height:25px; color:#fff; background:#1152a9; border-radius:50%; margin:0 10px 0 5px;}
.Caseitem .txt{ padding-bottom:25px; font-size:14px;}
@media ( max-width:768px){
.Caseitem .thead{  font-size:16px;}
}


/*产业产品 s*/
.ProList{ margin:0 0 0 -3%;}
.ProList li{ padding:0 0 5% 3%; float:left; width:30.3333%; text-align:center;}
.ProList li .imgbox{ padding-top:68%;}
.ProList li .info{ box-shadow:0 0 15px #ddd; position:relative; background:#fff; padding:0 27px; margin:-10px 10px 0; height:190px;transition: all ease 0.3s;}
.ProList li .info .tit{ padding-top:14px; line-height:48px; font-size:16px;}
.ProList li .info .p{ text-align:center; font-size:14px; color:#888888; height:72px;-webkit-line-clamp: 3;}
.ProList li .more{ position:absolute; left:50%; bottom:-21px; margin-left:-22px; width:45px; line-height:45px; height:45px; border-radius:50%; background: #1153aa; font-size:14px; font-weight:bold; color:#fff;transition: all ease 0.3s;}
.ProList li .more i{ display:none;}
.ProList li .info:hover .more{ width:150px; border-radius:22px; margin-left:-75px;}
.ProList li .info:hover .more i{ display:inline-block;}
.ProList li .info:hover .tit{ color:#1153aa;}
@media ( max-width:998px){
.ProList li .info{padding:0 10px; height:130px;}
.ProList li .info .tit{ padding:5px 0; line-height:30px; font-size:14px;}
.ProList li .info .p{height:60px; line-height:20px;}
.ProList li .more{bottom:-15px; margin-left:-15px; width:30px; line-height:30px; height:30px;}
.ProList li .info:hover .more{ width:30px; border-radius:50%; margin-left:-15px;}
.ProList li .info:hover .more i{ display:none;}
}
@media ( max-width:640px){
.ProList li{ width:47%;}
}


/*招聘信息 s*/
.hrw1{ width:25%;}
.hrw2{ width:17%;}
.hrw3{ width:18%;}
.hrw4{ width:15%;}
.hrw5{}
.Hrhead{ height:50px; text-align:center; color:#fff; background:#1152a9;}
.padleft{ padding-left:4%; text-align:left !important;}
.HrList{ margin-bottom:4%; font-size:14px;}
.HrList li{ border-bottom:1px solid #dfdfdf;}
.HrList li td{ height:59px; text-align:center; color:#444444;}
.HrList li td a{color:#444444;}
.HrList .btn{ width:90px; line-height:30px; margin:0px auto; background:#c50000;display:block; color:#fff;}
.HrList li .txtCont{ position:relative; font-size:14px; display:none; border-top:1px solid #dfdfdf; background:#f6f6f6; line-height:28px; padding:15px 4% 25px; color:#888;}
.HrList li .txtCont .item{ display:none; border-bottom:1px solid #e6e6e6; padding-bottom:10px; margin-bottom:10px;}
.HrList li .txtCont .item dd span{ color:#4c4c4c;}
.HrList li .txtCont .stit{padding:10px 0; color:#000000;}
.HrList li .txtCont .txt{ padding-top:15px;}
.HrList li.current .tit{ color:#cc1b2b;}
.HrList li.current .btn{ color:#fff; background-position:center bottom;}

@media ( max-width:768px){
.Hrhead{ height:36px;font-size:15px; margin-bottom:10px; font-weight:normal;}
.HrList{ margin-bottom:28px;}
.HrList li td{ height:45px;font-size:14px;}
.hrw1{ width:80%;}
.hrw2,.hrw3,.hrw4{ display:none;}.hrw6{ width:16%;}
.HrList li .txtCont .item{ display:block;}
.HrList li .txtCont{ padding-top:10px; padding-bottom:18px; line-height:24px;}
.HrList .btn{ width:70px;}
}


/*联系我们 s*/
.ContactUs{ max-width:980px; margin:0px auto 5%;}
.ContactUs h2{ line-height:33px; font-size:24px; font-weight:normal; padding:8px 0 30px;}
.ContactUs li{ position:relative; color:#444444; font-size:15px; padding-left:41px; margin-bottom:15px;}
.ContactUs li .ico{ left:0px; top:0px; position:absolute; width:24px; height:24px; background:url(../images/lxwm.png) no-repeat;}
.ContactUs li.tel .ico{ background-position:0px top;}
.ContactUs li.tel span{ display:inline-block; margin-right:30px;}
.ContactUs li.fax .ico{ background-position:-24px top;}
.ContactUs li.add .ico{ background-position:-48px top;}
.ContactUs li.zip .ico{ background-position:-72px top;}
.ContactUs li.mail .ico{ background-position:-96px top;}
.Map{ max-width:1140px; margin:0px auto;}
@media ( max-width:768px){
.ContactUs h2{ font-size:18px; padding-bottom:10px;}
}


/*科研技术 s*/
.TecItem{ border-bottom:1px solid #d6d6d6; margin-bottom:30px;}
.TecItem:last-child{ border-bottom:0px;}
.TecItem .on{ padding:10px 10px 15px; margin-bottom:0px; background:#f2f6fc; box-shadow:0 3px 10px #b0b8c5;}
.TecItem .on .Tectxt{ padding-bottom:0; padding:0px 15px 0px;}
.TecItem .on .Tectit{ color:#333333; font-size:20px; background:url(../images/icotit.gif) 0px 8px no-repeat; padding-top:5px; padding-left:15px; border-bottom:1px dotted #dde7f7; margin-bottom:10px; border-top:0;}

.Subtit{ padding:5px 0 20px; text-align:center; font-weight:normal; color:#1a1a1a; font-size:26px;}
.Tectxt{ color:#444444; font-size:14px; line-height:26px; padding-bottom:27px;}
.Tectit{ color:#444; font-size:16px;padding:15px 0 15px 0px;border-top: 1px solid #e1e1e1;}
.Tectit i{ color:#fff; display:inline-block; text-align:center; width:25px; line-height:25px; color:#fff; background:#1152a9; border-radius:50%; margin:0 10px 0 5px;}

.Tecimg{ text-align:center; padding-bottom:5%;}
.Tecimg img{ display:block; margin:0px auto 15px;}
.Tecimg a{ overflow:hidden; display:inline-block;}

@media ( max-width:640px){
.Subtit{font-size:20px; padding-bottom:8px;}
.Tectit{ font-size:16px; padding-bottom:10px;}
}

/*信息公开s */
.zt_nav{width:1200px; margin:0 auto; background:#ffffff; filter:alpha(opacity=60);opacity:0.6; height:50px; position:relative; top:-50px;z-index: 9999;}
.zt_nav ul{overflow:hidden;}
.zt_nav ul li{ min-width:184px; margin-left:80px;padding-left:30px;line-height:50px;float:left}
.zt_nav ul li a{font-size:21px; font-weight:bold;color:#004696;}
.zt_nav ul li:hover{}
.zt_nav ul li a:hover{text-decoration:underline;color:#000000;}
.gkgd{ background:url(gkgd_01.png) no-repeat left center;font-size:21px; font-weight:bold;color:#004696;}
.gkml{background:url(navgkml_02.png) no-repeat left center;}
.lxfs{background:url(lxwm_02.png) no-repeat left center;}
.xxgk {margin-top: -20px; padding-bottom: 60px;}
/*TextList002855 */
.TextList002855 {margin-bottom: 4%; }
.TextList002855 li{line-height: 56px;   border-bottom: 1px dotted #a8a8a8;}
.TextList002855 li time{float: right;color: #c8c8c8; margin-left: 15px;}
.TextList002855 li a{padding-left: 30px; background: url("../images/TextList002855_icon.png") no-repeat left center;}
@media(min-width:780px){
 .TextList002855 li{font-size: 16px;}

}
.leftsidebar_box dl .lsauto {
    border-left: 3px solid #1152a9;
    background:#f2f6fc url(../images/menudow.png) right 30px center no-repeat;transition: all ease 0.3s;
   
}
.leftsidebar_box {padding-top: 20px;}
.leftsidebar_box dl .lsauto a{ color:#1152a9;}
.leftsidebar_box dl:hover{border-left: 3px solid #1152a9; background:#f2f6fc url(../images/menuarr2.png) right 30px center no-repeat;transition: all ease 0.3s;}
.leftsidebar_box dl dd:hover {border-left: 0;}
.leftsidebar_box dl .sublsauto {color:#ffffff; font-size:14px; display:black; }
.leftsidebar_box dl dd{ font-size:14px; color:#444;padding-left:46px; background:#ebebeb;height:46px; border-top:1px solid #ffffff;line-height:46px;}
.leftsidebar_box dl dd a{color:#333;line-height:46px; margin-left:10px; display:block;font-size:14px; }
.leftsidebar_box dl dd.lastb{ padding-bottom:10px;}
.dot {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.dot2{-webkit-line-clamp: 2;}
@media(max-width:780px){
 .TextList002855 li{font-size: 16px;}
 .zt_nav {width: 100%; top: 0; position:unset ; opacity: 1;}
 .zt_nav ul li {min-width: 15%; margin-left: 30px!important; padding-left: 0;}
 .zt_nav ul li a {font-size: 16px;}
 .xxgk {margin-top: 0;}
}

.MenuList .side-menu > ul > li ul{ display:none; padding:10px 15px;}
.MenuList .side-menu > ul > li >a {
    
    background:url(../images/menuarr2.png) right 30px center no-repeat;
    
}
.MenuList .side-menu li.onli > a{
    background:url(../images/menudow.png) right 30px center no-repeat;
}
.MenuList li.onli .bg{ background: none;}
.xxgk .NewsInfo{width: 100%;}
.dex p{text-indent: 2em;word-break: normal;
    text-align: justify;
    line-height: 28px;
    color: #333333}
