@charset "utf-8";

html,body{height:100%;}

body{padding:0; margin:0px auto; font-size:16px; line-height:30px; color:#666666; width:100%; min-width:1200px; 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,arial, sans-serif;}
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:#0f54b3;}
/**:hover{transition: all ease 0.3s;}*/

/*input字体*/
:-moz-placeholder {color: #999999;}
::-moz-placeholder {color: #999999;}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {color: #999999;}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {color: #999999;}

select {
    /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
    border: solid 1px #d9d9d9; text-indent:1em;
    /*很关键：将默认的select选择框样式清除*/
    appearance: none; color:#999999;
    -moz-appearance: none;
    -webkit-appearance: none;
    /*在选择框的最右侧中间显示小箭头图片*/
    /*background: url(/zsw/res/images/ico/selectarr.png) no-repeat scroll 95% center transparent;*/
    /*为下拉小箭头留出一点位置，避免被文字覆盖*/
    padding-right: 14px;
}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {
    display: none;
}

/*网页滚动条*/
::-webkit-scrollbar{
    width: 6px; height:6px;-webkit-overflow-scrolling : touch;
    background-color: #e6e6e6;}
::-webkit-scrollbar-track{
    background-color: #e6e6e6;}
::-webkit-scrollbar-thumb{
    border-radius: 10px;
    background-color: #333;}
::-webkit-scrollbar-button{
    height: 0px;
    background-color: #e6e6e6;}

/*公用样式*/
.fl{ float:left;}.fr{ float:right;}.tl{ text-align:left !important;}.tr{ text-align:right;}.tc{ text-align:center !important;}
.hide{ display:none;}
.block{ display:block;}
.clear{ clear:both;}
.clearfix{overflow:hidden;_zoom:1;}
.clearfix:after{ content: ''; display: block; clear: both; height: 0; visibility: hidden; }
.clearfix{*zoom:1;}.relative{ position:relative;}
.bodyon{ overflow:hidden;}
.Contain{ position:relative; clear:both; width:1200px; margin:0px auto;}

/*font*/
.f_gray{ color:#333;}
.iconfont{ font-size:24px; vertical-align:middle;}
.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;}

@media ( max-width:1024px){
    body{font-size:14px; line-height:24px;min-width:300px;}
    .Contain{width:auto; margin:0 15px;}
    .iconfont{ font-size:18px;}
    select,input,textarea,button{ font-size:14px;}
}
/*effict*/
.Scale-img {overflow: hidden;cursor: pointer; zoom:1; overflow: hidden;}
.Scale-img img,.Scale-img span {opacity: 1;-webkit-transition: opacity 0.6s, -webkit-transform 0.6s;transition: opacity 0.6s, transform 0.6s;}
.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;}
.effict{transition: all ease 0.3s;}
.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%;}


/*pages*/
.Pages{ zoom:1; overflow:hidden;text-align:center; color:#000000; 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 4px;text-align:center;color:#000000;border:1px solid #e6e6e6; width:34px;}
.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; width:auto; padding:0 15px;}
.Pages .p_page .a_prev:hover,.Pages .p_page .a_next:hover,.Pages .p_page .a_first:hover,.Pages .p_page .a_end:hover{ color:#fff; background:#0f54b3; border:1px solid #0f54b3;}
.Pages .p_page .num { padding:0 12px;}
.Pages .p_page .num a:hover,.Pages .p_page .num a.a_cur{background:#0f54b3; border:1px solid #0f54b3; color:#fff;}

@media ( max-width:1024px){
    .Pages{line-height:24px; font-size:14px;}
    .Pages a{ margin:0px 1px; width:24px;}
    .Pages .p_page .a_prev,.Pages .p_page .a_next,.Pages .p_page .a_first,.Pages .p_page .a_end{ padding:0 5px;}
    .Pages .p_page .num { padding:0 5px;}
}
/*pages end*/


/*Top*/
.Header{}
.Header .Toper{ height:120px;}
.Header .Logo{ float:left; width:832px; padding-top:36px; position:relative;}
.Header .Logo span{ position:absolute; right:0; top:38px; border-left:1px solid #dfdfdf; padding-left:22px; line-height:50px; font-size:26px; font-weight:normal; color:#333333;}

.Search{ float:right; padding-top:41px;}
.Search .Searchico{ display:none; width:35px; height:35px; line-height:35px; text-align:center; border-radius:50%; background:#0e53b3; cursor:pointer; color:#fff;}
.Search .Searchico .icongb{ display:none;}
.Search .Searchico.on .icongb{ display:block;}
.Search .Searchico.on .iconso{ display:none;}
.Search .searchbox{width:308px; border:1px solid #d9d9d9; position:relative;}
.Search .searchbox .input{width:100%; height:38px; line-height:38px; text-indent:1em;}
.Search .searchbox .input::-webkit-input-placeholder {color: #959595;}
.Search .searchbox .btn { position:absolute; right:-1px; top:-1px; width:90px; height:40px; background:#0f54b3; color:#fff; font-size:14px;}
.Search .searchbox .btn:hover { background:#1b6fe2;}

.TopTel{ float:right; padding:41px 0 0 22px; line-height:41px; color:#999999; font-size:14px;}
.TopTel span{font-family: "impact"; font-size:30px; color:#0f54b3; vertical-align:middle; display:inline-block;}

.MainNav{ margin:0; line-height:50px; height:50px; background:#0f54b3;}
.MainNav li{ float:left; position:relative; width:9%;}
.MainNav span a{ position:relative; z-index:1;display:block; text-align:center; color:#fff; transition: all ease 0.3s;}
.MainNav .bg{ position:absolute; left:50%; width:0; bottom:0; height:100%; background:#0d4ba1;transition: all ease 0.3s;}
.MainNav .arr{ display:none;}
.MainNav li:hover span a,.MainNav li.onnav span a,.MainNav li span a.sele{}
.MainNav li:hover .bg,.MainNav li.onnav .bg,.MainNav li span a.bg{ width:100%; left:0;}

.NavPull{ z-index:99;display:none; position:absolute; text-align:center; top:50px; left:-5%;width:110%; padding:10px 0; line-height:33px; background:rgba(255,255,255,0.9); box-shadow:0 5px 15px rgba(0,0,0,0.2);}
.NavPull.null{background:none; padding:0;}
.NavPull a{ color:#333; display:block; padding:0 10px; font-size:14px; margin:0 5px;}
.NavPull a:hover{ background:#0e53b3; color:#fff;}

.openbtn{ cursor:pointer; display:none;width:32px; height:25px; padding-top:1px; background:#fff; position:absolute; right:12px; top:9px; z-index:999;}
.closebtn{ position:fixed; left:0px; top:45px; width:100%; height:100%; z-index:0; display:none;background: rgba(0,0,0,0.5);}
.openbtn span{ display:block; height:3px; background:#0e53b3; border-radius:4px; margin:4px;transition: all ease 0.3s;}
.openbtn.on .sp1 {
    -webkit-transform: translate(0, 7px) rotate(45deg) !important;
    -moz-transform: translate(0, 7px) rotate(45deg) !important;
    -ms-transform: translate(0, 7px) rotate(45deg) !important;
    -o-transform: translate(0, 7px) rotate(45deg) !important;
    transform: translate(0, 7px) rotate(45deg) !important;}
.openbtn.on .sp2 {
    -webkit-transform: translate(0, 0) rotate(-45deg) !important;
    -moz-transform: translate(0, 0) rotate(-45deg) !important;
    -ms-transform: translate(0, 0) rotate(-45deg) !important;
    -o-transform: translate(0, 0) rotate(-45deg) !important;
    transform: translate(0, 0) rotate(-45deg) !important;}
.openbtn.on .sp3 { display:none;}

@media ( max-width:1024px){
    .Header{height:45px;}
    .Header .Logo{ width:auto; padding-top:13px;}
    .Header .Logo img{ height:22px;}
    .Header .Logo span{ right:-100px; font-size:14px; line-height:25px; top:11px; width:80px; padding-left:10px;}
    .Header .top{ right:80px; top:5px;}
    .Header .openbtn{ display:block;}
    .Search{ padding:10px 38px 0 0 !important; background:none; position:static; float:right;}
    .Search .Searchico{ display:block; width:26px; height:26px; line-height:26px;}
    .Search .searchbox{ position:absolute; z-index:100; display:none; width:98%; left:1%; top:47px !important;background:#fff; box-shadow:0 0 10px rgba(0,0,0,0.2);}
    .TopTel{ display:none;}

    .Search .select{ line-height:28px;}
    .MainNav{ position:fixed; height:100%; overflow-y:auto; z-index:999; width:200px; padding:0; right:-200px;background: #fff;top:45px;visibility: hidden;opacity: 0;filter: alpha(opacity=0);transition: all ease 0.3s; box-shadow:0 0 10px rgba(0,0,0,0.2);}
    .MainNav ul{ margin-top:0px;}
    .MainNav li{ display:block; position:relative; cursor:pointer; float:none; border-bottom:1px solid #e9e9e9;border-top:1px solid #f9f8f6; width:auto !important; margin:0 10px; background:none;}
    .MainNav li span a{ font-size:16px; text-align:left; height:auto; display:block; line-height:28px !important; height:auto !important; height:auto; padding:5px 0 5px 5px;  border:0; color:#1a1a1a;}
    .MainNav .bg{ display:none}
    .MainNav .en{ position:static; opacity:1; display:block; color:#999;}
    .MainNav .arr{ display:inline-block; position:absolute; z-index:2; width:100px; height:30px; line-height:30px; right:0px; top:0px;}
    .MainNav .arr i{ position:absolute; height:auto; background:none; right:0px; top:5px;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;}
    .MainNav.on{visibility: visible;opacity: 1;filter: alpha(opacity=100); right:0;}

    .NavPull{ position:static; width:auto; line-height:30px; padding:8px; text-align:left;}
    .NavPull dd{ position:relative; text-align:left;}
    .NavPull dd a{ padding:0;}
    .NavPull.pronav dl { display:block; background:none; margin:0; padding:0; height:auto; width:45%; display:inline-block; min-height:10px;}
    .NavPull.pronav dl dt{ border-bottom:0; font-weight:normal; margin:0;}
    .NavPull.pronav dl dd{ display:none;}
    .NavPull.pronav .Contain{ margin:0;}
}

@media ( max-width:480px){
	.Header .Logo img{ height:17px;}
}
/*Top*/


/*Bottom*/
.Footer{background: #337AB7 url(../images/footerbg.jpg) center top no-repeat;padding-top:30px;line-height:24px;font-size:14px;}
.Footer .item{float:left; padding-bottom:40px;}
.Footer .item .ti{line-height:31px;color: #fff;font-size:18px;margin-bottom:16px;}
.Footer .item .ti img{ display:inline-block; vertical-align:middle;}
.Footer .item .p{line-height:24px;color: #fff;}
.Footer .item .p a{display:inline-block;margin-right:27px;color: #fff;}
.Footer .item .p a:hover{ color:#fff;}
.Footer .item.i1{ width:30%;}
.Footer .item.i2{ width:28%;}
.Footer .item.i3{ width:20%;}
.Footer .item.i4{ float:right;}

.Copyright{color: #fff;border-top: 1px solid #fff;padding:15px 0;line-height:58px;font-size:14px;}
.Copyright dd.fl{width: 64%;}
.Copyright a{color: #fff;}.Copyright a:hover{ color:#fff;}

.totop{text-align: center; cursor: pointer; position:fixed; right:5px; bottom:20px; background:#0e53b3; width:44px; height:44px; line-height:44px; z-index:100; color:#fff;overflow: hidden;visibility: hidden;opacity: 0;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;}
.totop.cd-is-visible {visibility: visible;opacity: 1; cursor:pointer;}
.totop .iconfont{ font-size:28px;}

@media ( max-width:1024px){
    .Footer{ padding-top:20px;}
    .Footer .item{ width:50% !important; padding-bottom:20px !important; float:left !important;}
    .Footer .item .ti{ font-size:16px; margin-bottom:6px;}
    .Footer .item .ti img{ width:20px;}
    .Copyright{ padding:10px 0; height:auto; line-height:20px; font-size:12px; text-align:center;}
    .Copyright dd{ float:none; padding-top:0; width: auto !important;}
    .Copyright dd.fr{ display:none;}

    .totop{width:40px; height:40px; line-height:40px; bottom:10px;}
    .totop .iconfont{ font-size:25px;}
}
@media ( max-width:768px){
    .Footer .item{ width:auto !important; float:none !important;}
}
/*Bottom*/


/*首页 s*/
.activehover{-webkit-box-shadow: 0 23px 38px rgba(0,0,0,0.1);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    -webkit-transform: translate3d(0, -3px, 0);
    transform: translate3d(0, -3px, 0);}


/*第一屏 s*/
.HomeBan {overflow:hidden; clear:both; position:relative;background:url(/zsw/res/images/loading.gif) center center no-repeat;}
.HomeBan .flex-control-nav{bottom:25px; line-height:10px; z-index:10;}
.HomeBan .flex-control-nav li{ margin:0 3px; vertical-align:middle;}
.HomeBan .flex-control-nav li a{ width:10px; height:10px; background:rgba(0,0,0,0.3); border-radius:50%; cursor:pointer;}
.HomeBan .flex-control-nav li a.flex-active{background:#0f54b3; width:20px; border-radius:5px;}
.HomeBan .flex-direction-nav a { opacity: 0; color:#fff; width:50px; height:60px; line-height:60px; border-radius:0; font-size:30px; background:rgba(0,0,0,0.4);}
.HomeBan .flex-direction-nav .flex-prev {left:-50px;}
.HomeBan .flex-direction-nav .flex-next {right:-50px;}
.HomeBan:hover .flex-direction-nav .flex-prev { opacity:1; left:5%;}
.HomeBan:hover .flex-direction-nav .flex-next { opacity:1; right:5%;}
.HomeBan .flex-direction-nav a:hover { background:#0f54b3; color:#fff;}

@media ( max-width:1024px){
    .HomeBan .flex-control-nav{bottom:10px; z-index:10;}
    .HomeBan .flex-direction-nav{ display:none;}
    .HomeBan .flex-control-nav li{ margin:0 4px 0 4px;}
    .HomeBan .flex-control-nav li a{ width:8px; height:8px;}
    .HomeBan .flex-control-nav li a.flex-active{width:20px;}
}
/*banner end*/

.NewsFocus{ width:44%; float:left; position:relative; overflow:hidden; margin-bottom:22px;}
.NewsFocus .slides li{ position:relative;}
.NewsFocus .imgbox{padding-top:360px;}
.NewsFocus .ti{ position:absolute; background:rgba(0,0,0,0.7); line-height:60px; font-size:18px; padding-right:25%; width:75%; left:0; bottom:0; z-index:2;}
.NewsFocus .ti em{ margin-right:20px;}
.NewsFocus .ti em i{ font-size:30px; color:#e70012;}
.NewsFocus .tit{ text-indent:1.2em; color:#fff;}
.NewsFocus .slides li:hover .tit{ color:#e70012;}
.NewsFocus .flex-direction-nav{ display:none;}
.NewsFocus .flex-control-nav{bottom:0; line-height:50px; z-index:10; right:0; width:115px; text-align:center;}
.NewsFocus .flex-control-nav li{ margin:0 4px; vertical-align:middle;}
.NewsFocus .flex-control-nav li a{ opacity:1; width:9px; height:9px; background:rgba(0,0,0,0.); border-radius:50%; border:0;}
.NewsFocus .flex-control-nav li a.flex-active{background:#0f54b3; width:15px; height:15px;}

.TopNews{ width:53.5%; float:right; height:364px; overflow:hidden;}
.HomeTit{ line-height:26px; height:37px; border-bottom:2px solid #f5f5f5; position:relative; margin-bottom:5px;}
.HomeTit li.on{ color:#333333; font-weight:bold; font-size:22px;}
.HomeTit li.on span{ display:inline-block; height:37px; border-bottom:2px solid #0f54b3;}
.HomeTit a.more{ position:absolute; color:#c2c2c2; font-size:14px; font-weight:normal; right:0; top:0;}
.HomeTit a:hover.more{ color:#0f54b3;}
.HomeTit.t2{ padding-top:8px; line-height:48px; height:48px; border-bottom:0; margin-bottom:0;}
.HomeTit.t2 li.on span{ border-bottom:0;}

.ListWz{}
.ListWz .li{ position:relative; height:40px; line-height:40px; padding:0 60px 0 15px; background:url(/zsw/res/images/dot.gif) 3px center no-repeat;}
.ListWz .li .date{ position:absolute; right:5px; color:#bfbfbf; right:0; top:0;}
.ListWz .li .down{ width:60px; font-size:14px; position:absolute; color:#fff; background:#bfbfbf; line-height:29px; right:0; top:4px; text-align:center;}
.ListWz .li .down .iconfont{ font-size:18px;}
.ListWz .li .down:hover{ background:#0f54b3;}
.ListWz .top{ border-bottom:1px solid #ececec; line-height:24px; padding-bottom:13px; margin-bottom:4px;}
.ListWz .top .tit{ margin-bottom:5px; font-size:18px;}
.ListWz .top .p{ color:#999999; font-size:14px; height:48px;-webkit-line-clamp: 2;}
.ListWz .top .date{ padding-bottom:9px; color:#0f54b3; font-size:24px;}
.ListWz.sub{ margin-bottom:3%; padding-bottom:8px;}
.ListWz.sub li{ border-bottom:1px dotted #d9d9d9;}

.pdbox{ padding:40px 0;}
.Graybg{ background:#f8f8f8;}
.HomeCol{ width:35%; margin:0 2% 0 0; float:left;}
.linebox{ background:#fff; padding:0 20px; height:300px;}
.HomeCol .linebox{height: 600px;}

.HomeAd {overflow:hidden; clear:both; position:relative;}
.HomeAd .flex-control-nav{bottom:10px; line-height:10px; z-index:10;}
.HomeAd .flex-control-nav li{ margin:0 3px; vertical-align:middle;}
.HomeAd .flex-control-nav li a{ width:10px; height:10px; background:rgba(0,0,0,0.3); border-radius:50%; cursor:pointer;}
.HomeAd .flex-control-nav li a.flex-active{background:#0f54b3; width:20px; border-radius:5px;}

.HomeService{ width:26%; float:right; background:#fff;}
.HomeService .list{ margin:6px 0 0 -10px;}
.HomeService .list li{ width:33.333%; float:left; height:120px; text-align:center;}
.HomeService .list li a{ display:block; margin-left:10px;}
.HomeService .list li img{ display:block; margin:0px auto 6px;}
.HomeService .HomeTit{ margin-bottom:10px;}

.video-js{ width:100% !important; height:auto !important; background:#000;}
.video-js video{object-fit: fill;}
.vjs-default-skin .vjs-big-play-button { background:rgba(0,0,0,0.4) url(../images/play.png) center center no-repeat !important; border-radius:0 !important; margin:0 !important; left:0 !important; top:0 !important; width:100% !important; height:100% !important;}
.vjs-default-skin .vjs-big-play-button:hover { background-color:rgba(0,0,0,0.2) !important;}
.vjs-default-skin .vjs-big-play-button:before{ display:none !important; opacity:0 !important;}

.HomeNav{ height:477px; position:relative; overflow:hidden;}
.HomeNav .nav{ width:30%; float:left; height:477px; position:relative;}
.HomeNav .nav .bg{ background:url(/zsw/res/images/navbg.jpg) 0px bottom no-repeat; background-size:cover; width:720px; top:0; left:-360px; height:100%; position:absolute;}
.HomeNav .nav .list{ position:relative; z-index:1; padding-top:26px;}
.HomeNav .nav .list li{ cursor:pointer; line-height:55px; font-size:18px; opacity:0.6; color:#fff;}
.HomeNav .nav .list li img{ display:inline-block; vertical-align:middle; margin-right:9px;}
.HomeNav .nav .list li.on{ opacity:1;}
.HomeNav .nav .list li.on i{ display:inline-block; vertical-align:middle; margin-left:25px; width:36px; height:1px; font-size:0; background:#fff;}
.HomeNav .slide{ width:70%; float:left; height:477px; position:relative;}
.HomeNav .slide .imgbox{ position:absolute; left:0; width:1220px; height:100%;}
.HomeNav .slide .info{ position:absolute; left:0; bottom:0; z-index:2; background:rgba(255,255,255,0.9); padding:5%; width:60%;}
.HomeNav .slide .info .tit{ line-height:24px; font-size:24px;}
.HomeNav .slide .info .p{ font-size:14px; height:48px; color:#999999;-webkit-line-clamp: 2; margin:15px 0 37px; line-height:24px;}
.HomeNav .slide .info .more2{ background:#0f54b3; width:120px; line-height:40px; font-size:14px; color:#fff; text-align:center; border-radius:19px;}
.HomeNav .slide .info .more2 i{ vertical-align:middle; display:inline-block; width:16px; height:17px; background:url(/zsw/res/images/more.png); margin-left:8px;}
.HomeNav .slide .info:hover .more2{ background:#006bff;}

@media ( max-width:1024px){
    .pdbox{ padding:20px 0;}
}

@media ( max-width:900px){
    .NewsFocus{ width:auto !important; float:none; margin-bottom:10px !important;}
    .NewsFocus .ti{line-height:40px; font-size:15px;}
    .NewsFocus .flex-control-nav{bottom:10px;}
    .NewsFocus .flex-control-nav li a.flex-active{ width:9px; height:9px;}
    .NewsFocus .imgbox{padding-top:62% !important;}
    .NewsFocus .ti em{ margin-right:5px;}
    .NewsFocus .ti em i{ font-size:20px;}

    .TopNews{ width:auto; float:none; height:auto; padding-bottom:10px;}
    .HomeTit{ line-height:32px !important; height:32px !important; padding-top:0 !important;}
    .HomeTit li.on{font-size:15px;}
    .HomeTit li.on span { height:34px;}
    .HomeTit a.more{ font-size:12px;}

    .ListWz .li{ height:30px; line-height:30px;}
    .ListWz .top .date{ font-size:14px; padding-bottom:0;}
    .ListWz .top .tit{ font-size:15px; margin-bottom:0;}
    .ListWz .li .down{ line-height:20px; width:30px;}
    .ListWz .li .down em{ display:none;}
    .HomeSystem .tithead{ font-size:16px;}
    .HomeSystem .box li a{ line-height:24px; padding:5px;}
    .HomeService{ height:auto;}
    .HomeService .list li { height:85px;}
    .HomeService .tithead{ font-size:16px; line-height:24px;}
    .HomeService a{ font-size:15px;}
    .HomeService a img{ width:45px;}

    .HomeCol,.HomeCol2,.HomeSystem,.HomeService{ width:auto; float:none !important; margin-bottom:10px;}
    .linebox{ height:auto; padding:10px;}
    .HomeNav .nav .list li{ font-size:15px;}
    .HomeNav .slide .info .tit{ font-size:18px;}
    .HomeNav .slide .info .p{ margin:10px 0;}
}
@media ( max-width:768px){
    .HomeNav{ height:auto; margin-bottom:20px;}
    .HomeNav .nav{ position:static; width:auto; float:none; padding:10px; height:auto;}
    .HomeNav .nav .list{ padding:0;}
    .HomeNav .nav .list li{ line-height:30px;}
    .HomeNav .nav .list li img{ width:22px; height:22px;}
    .HomeNav .nav .bg{ left:0;}
    .HomeNav .slide{ position:relative; height:auto; width:auto; float:none;}
    .HomeNav .slide .imgbox{ position:relative; padding-top:80%; height:auto;}
    .HomeNav .slide .info{ width:90%; left:2%; bottom:2%;}
    .HomeNav .slide .info .more2{ width:80px; line-height:32px; font-size:12px;}
    .HomeNav .slide .info .more2 i{ margin-left:4px;}
}
/*首页 end*/


/*栏目页公用样式 s*/
.SubPage{ height:auto !important; height:300px; min-height:300px; padding-top:40px; padding-bottom:40px;}
.SubBan img{ display:block; width:100%;}
.LeftBar{ width:22%; float:left;}
.RightCon{ width:75%; float:right;}
.ColumnName{ font-size:28px; color:#fff; background:url(/zsw/res/images/subnavbg.jpg) center center no-repeat; background-size:cover; text-align:center; line-height:35px; position:relative;line-height:80px;}
.ColumnName .arr{ display:none; position:absolute; width:98%; right:10px; bottom:0; text-align:right; color:#fff !important; line-height:35px;transition: all ease 0.3s;}
.ColumnName .iconfont{ font-size:20px;}
.ColumnName.on .arr{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;}

.SubMenu{ background:#ebf3ff; padding:20px;position:relative; z-index:1;}
.SubMenu li{ position:relative; text-align:center;}
.SubMenu li a{ display:block;position:relative; z-index:1; line-height:58px; border-bottom:1px solid #d1d8e3;}
.SubMenu li .bg{ position:absolute; z-index:0; width:0; bottom:0px; height:100%; left:50%; background:#0f54b3 url(../images/arr.png) right 10px center no-repeat;transition: all ease 0.3s; font-size:0;}
.SubMenu li:hover .bg,.SubMenu li.onli .bg{ width:100%; left:0;}
.SubMenu li a:hover,.SubMenu li.onli a{ color:#fff;}

.Postion{ border-bottom:1px solid #e6e6e6; height:43px; line-height:25px; margin-bottom:28px;}
.Postion h2{ font-size:24px; float:left; font-weight:normal; color:#0f54b3;}
.Postion .place{ padding-left:23px; float:right; background:url(/zsw/res/images/home.gif) 0px center no-repeat; font-size:14px; color:#999999;}
.Postion .place a{color:#999999;}.Postion .place a:hover,.Postion .place span{color:#0f54b3;}

.SinglePage{word-wrap:break-word;word-break:normal;text-align:justify; line-height:30px;}
.SinglePage video{ width:80% !important; margin:0px auto; height:auto !important;}

.SubTit{ text-align:center; padding-bottom:30px;}
.SubTit h2{ font-weight:normal; font-size:32px; line-height:44px; color:#0f54b3;}
.SubTit p{ line-height:24px; font-size:14px; color:#b2b2b2; text-transform:uppercase;}
.SubTit p i{ font-size:0; display:inline-block; vertical-align:middle; width:81px; height:8px;}
.SubTit p i.i1{ background:url(/zsw/res/images/line1.gif) right center no-repeat; margin-right:20px;}
.SubTit p i.i2{ background:url(/zsw/res/images/line2.gif) 0px center no-repeat; margin-left:20px;}

@media ( max-width:900px){
    .SubPage{ padding-top:20px;padding-bottom:28px;}

    .ColumnName{font-size:16px; line-height:40px;}
    .SubMenu{ padding:10px;}
    .SubMenu li a{line-height:40px;}

    .SinglePage{ line-height:24px;}
    .SinglePage video{ width:100% !important;}

    .Postion { height:30px; margin-bottom:15px;}
    .Postion h2{ font-size:18px;}
}
@media ( max-width:768px){
    .LeftBar{ width:auto; float:none;}
    .RightCon{ width:auto; float:none;}

    .ColumnName .arr{ display:block;}

    .SubMenu{ border-bottom:0; margin-top:0; background:none; line-height:35px; height:auto; display:block;}
    .SubMenu ul{ display:none;}
    .SubMenu li a{ line-height:32px; border-bottom:1px solid #ccc; text-align:left;}
    .SubMenu li .bg{ display:none;}
    .SubMenu li a:hover,.SubMenu li.onli a{ color:#cf0005;}
}

/*栏目页公用样式 end*/

.PhotoNews{ margin:0 0 0 -3%;}
.PhotoNews li{ text-align:center; width:30.3333%; float:left; margin:0 0 3% 3%;}
.PhotoNews .imgbox{ padding-top:68%; margin-bottom:5px;}
.PhotoNews .play{ position:absolute; background: rgba(0,0,0,0.5) url(../images/play.png) center center no-repeat; width:100%; height:100%; left:0; top:0; z-index:3;}
.PhotoNews li:hover .play{ background-color:rgba(0,0,0,0.2);}

.Titleinfo{ border-bottom:1px dashed #e8e8e8; text-align:center; margin-bottom:35px; padding:0 0 19px;}
.Titleinfo .tits{font-size:24px; color:#333333;}
.Titleinfo .date{padding:8px 0 0 0; font-size:14px;}
.Titleinfo .date i{ display:inline-block; margin:0 10px;}
.Titleinfo .share{ display:inline-block;*display:inline; zoom:1; vertical-align:middle;}

.PrevNextBox {margin:50px 0 0 0;position:relative; color:#888888; font-size:16px;}
.PrevNextBox dl{ width:49.1%; line-height:60px; height:60px;overflow:hidden; background:#f7f7f7; position:relative;}
.PrevNextBox dl span{ padding-left:97px; position:relative; display:block;}
.PrevNextBox dl span em{ font-weight:bold; position:absolute; left:33px; top:0px; color:#000000;}
.PrevNextBox dl a{ margin:0px auto; display:block;text-overflow:ellipsis; white-space:nowrap; *white-space:nowrap; overflow:hidden; width:95%; color:#666666;}
.PrevNextBox dl:hover{background:#0f54b3; color:#fff;}
.PrevNextBox dl:hover a{ color:#fff;}
.PrevNextBox dl:hover span em{color:#fff;}
.PrevNextBox dl a.none{color:#999;}

@media ( max-width:900px){
    .Titleinfo { line-height:20px; font-size:12px; padding-bottom:11px; margin-bottom:20px;}
    .Titleinfo .tits{ font-size:18px; line-height:24px; padding:8px 0 0px;}
    .Titleinfo .share{ display:none;}

    .PrevNextBox {margin:30px 0 0 0; font-size:14px;}
    .PrevNextBox dl{ width:auto; float:none !important; line-height:30px; height:30px; margin-bottom:8px;}
    .PrevNextBox dl span{ padding-left:65px;}
    .PrevNextBox dl span em{left:10px;}
}
@media ( max-width:768px){
    .PhotoNews li{width:47%;}
    .PhotoNews .play{ background: rgba(0,0,0,0.5) url(../images/play2.png) center center no-repeat;}
}

/* 20-07-16 */
.w945{max-width: 945px; margin: 0 auto;}
.f_red{color: #dd3f3f;}
.CheackSystem{background-image: url(/zsw/res/images/boxbg2.jpg); background-repeat: no-repeat; background-position: center center; background-size: cover;}
.CheackSystem .box{max-width: 490px; margin: 0 auto; padding: 95px 0 82px;}
.CheackSystem .box .title{text-align: center; color: #0f54b3; margin-bottom: 36px;}
.CheackSystem .box .title p{font-size: 30px; line-height: 35px;}
.CheackSystem .box .title h3{font-size: 36px; line-height: 43px;}
.CheackSystem .box dl dd{position: relative; border: 1px solid #ecf1f8; background: #fff; padding: 0 15px; margin-bottom: 8px;}
.CheackSystem .box dl dd .input{height: 42px; font-size: 18px; color: #444; width: 100%;}
.CheackSystem .box dl dd .code{position: absolute; right: 15px; top: 0; line-height: 42px;}
.CheackSystem .box dl dd .code img{display: inline-block; vertical-align: middle; margin-right: 5px;}
.CheackSystem .box dl dd .code a{font-size: 18px; color: #aeaeae;}
.CheackSystem .box .submit{width: 100%; height: 44px; font-size: 16px; color: #fff; background: #0f54b3; margin-top: 15px;}

.FixedBox{position: fixed; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.57); z-index: 9; display: none;}
.SchoolReport{width: 945px; height: 560px; position: absolute; left: 50%; top: 50%; margin: -280px 0 0 -472px; background-image: url(/zsw/res/images/boxbg3.jpg); background-repeat: no-repeat; background-position: center center; background-size: cover;}
.SchoolReport .close{position: absolute; right: 0; bottom: 0;}
.SchoolReport .box{max-width: 618px; padding: 148px 0 0; margin: 0 auto; position: relative;}
.SchoolReport .box .title{position: absolute; left: 0; width: 160px; font-size: 36px; font-weight: bold;}
.SchoolReport .box .title span{line-height: 47px; color: #0f54b3;}
.SchoolReport .box .title p{text-transform: uppercase; color: #ddd; font-family: Arial; line-height: 30px;}
.SchoolReport .SoreBox{margin-left: 232px;}
.SchoolReport .SoreBox dd{border-bottom: 3px solid #c0cfe3; background: #fff; position: relative; padding: 14px 20px 14px 132px; margin-bottom: 20px;}
.SchoolReport .SoreBox dd .name{position: absolute; left: 0; top: 0; bottom: 0; width: 106px; text-align: center; background: #eff4fb; display: flex; align-items: center; justify-content: center; flex-direction: column;}
.SchoolReport .SoreBox dd .name span{display: block; font-size: 14px; line-height: 20px; color: #0f54b3;}
.SchoolReport .SoreBox dd .result{line-height: 60px; color: #0f54b3;}
.SchoolReport .SoreBox dd .result .f_red{margin-right: 8px;}
.SchoolReport .SoreBox dd .result ul li{font-size: 14px; line-height: 26px; color: #a9b5c5;}
.SchoolReport .SoreBox dd .sore{line-height: 36px; padding-top: 5px; border-top: 2px solid #c0cfe3;}
.SchoolReport .SoreBox dd .sore .count{ font-weight: bold; color: #0f54b3; font-size: 14px;}
.SchoolReport .SoreBox dd .sore .f_red{font-size: 24px; font-family: Arial; font-weight: bold; display: inline-block; vertical-align: top;}
.SchoolReport .SoreBox dd .state{font-size: 24px;}

@media ( max-width:998px){
    .w945{margin: 0 15px;}
    .CheackSystem .box .title p{font-size: 20px; line-height: 30px;}
    .CheackSystem .box .title h3{font-size: 24px; line-height: 30px;}

    .SchoolReport{width: auto; height: auto; left: 15px; right: 15px; top: 10%; bottom: 10%; margin: 0;}
    .SchoolReport .box .title{font-size: 26px;}
    .SchoolReport .box .title span{line-height: 32px;}
    .SchoolReport .box .title p{line-height: 26px;}
}

@media ( max-width:640px){
    .SchoolReport .box{padding: 15% 15px 0;}
    .SchoolReport .box .title{position: static; margin-bottom: 20px;}
    .SchoolReport .SoreBox{margin-left: 0;}
    .SchoolReport .SoreBox dd .name{padding-top: 10px;}
    .SchoolReport .SoreBox dd .name img{width: 30px;}
    .SchoolReport .SoreBox dd .result{line-height: 70px;}
    .SchoolReport .SoreBox dd .state{font-size: 18px;}
}

@media ( max-width:520px){
    .CheackSystem .box .title{margin-bottom: 20px;}
    .CheackSystem .box .title p{font-size: 18px; line-height: 24px;}
    .CheackSystem .box .title h3{font-size: 20px;}
    .CheackSystem .box{width: auto; padding: 50px 15px;}
    .CheackSystem .box dl dd .input,.CheackSystem .box dl dd .code a{font-size: 16px;}
}


.undis{display:hidden;}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination > li {
    display: inline;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    margin: 0 5px;
}

.new_page{
    width: 100%;
    text-align: center;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}

table{border-collapse: collapse; border:1px solid #e5e5e5;}
table td{border:1px solid #e5e5e5;}
