@charset "utf-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
 margin: 0;
 padding: 0;
 border: 0;
 font-size: 100%;
 font: inherit;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
 display: block;
}
:focus {
 outline: 0;
}
img {
 border: 0;
}
body {
 line-height: 1;
min-width:330px;
}
ol,
ul {
 list-style: none;
}
blockquote,
q {
 quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
 content: '';
 content: none;
}
table {
 border-collapse: collapse;
 border-spacing: 0;
 margin: 0px auto;
 /* display: block; */
}
.clear {
 width: 100%;
 height: 0;
 line-height: 0;
 font-size: 0;
 overflow: hidden;
 clear: both;
 display: block;
 _display: inline;
}
.none {
 display: none;
}
.hidden {
 visibility: hidden;
}
.clearfix:after {
 clear: both;
 content: ".";
 display: block;
 height: 0;
 visibility: hidden;
}
.clearfix {
 display: block;
 *zoom: 1;
}
.db {
 display: block !important;
}
.dn {
 display: none !important;
}
body,
a {
 color: #333333;
 text-decoration: none !important;
}
a:link {
 color: #333333;
 text-decoration: none;
}
a:hover {
 color: #1125cc;
 text-decoration: none;
}
a:visited {
 text-decoration: none;
}
.wrapper {
 width: 100%;
 margin: 0 auto;
}
.inner {
 
 width: 1400px;
 margin: 0 auto;
}


.flex{display:flex;justify-content:space-between;flex-wrap:wrap}
.flex-left{display:flex;flex-wrap:wrap}
.flex-center{display:flex;flex-wrap:wrap;justify-content: center;}
.flex-right{display:flex;flex-wrap:wrap;justify-content: flex-end;}
.flex-v-center{display:-webkit-flex;display:flex;flex-direction:column;justify-content:center}
.flex-v{display:-webkit-flex;display:flex;flex-direction:column;justify-content:space-between;}
.flex-v-bottom{display: -webkit-flex;display: flex;align-items: flex-end;flex-wrap: wrap;justify-content: left;}


#header {
 width: 100%;
 height: 135px;
 background: url(img/topbg.png) no-repeat 0px 0px;
 position: relative;
 background-size: 100% 100%;
}
#header .inner {
 position: relative;
}
.logo {
 float: left;
 margin: 26px 0px;
}
.logo-l {
 margin: 14px 0;
}
.logo img {
 max-width: 100%;
 height: auto;
}
.logo-rt {
 float: right;
 margin-top: 33px;
}
.logo-rt .sf {
 color: #FFFFFF;
float: left;margin-top: 26px;margin-right: 20px;}
.logo-rt .sf a {
 color: #FFFFFF;
 display: inline-block;
 font-size: 15px;
}
.ss {
 width: 244px;
 height: 32px;
 cursor: pointer;
 position: relative;
 float: left;
 
 border-radius: 25px;
 margin: 13px 0px;
 border: 1px solid #fff;
}
.ss .inp {
 border: none;
 height: 32px;
 outline: none;
 color: #FFFFFF;
 text-indent: 15px;
 background: none;
}
.ss .btn {
 border: none;
 position: absolute;
 top: 6px;
 right: 10px;
 width: 20px;
 height: 20px;
 outline: none;
 background: url(img/search.png) no-repeat 0px 0px;
}
input::-webkit-input-placeholder {
 color: #FFFFFF;
}
input::-moz-placeholder {
 
 color: #FFFFFF;
}
input:-moz-placeholder {
 
 color: #FFFFFF;
}
input:-ms-input-placeholder {
 
 color: #FFFFFF;
}
.nav {
}
.navList>li {
 float: left;
 width: 10%;
 position: relative;
 line-height: 50px;
}
.navList li a {
 display: block;
 text-align: center;
 height: 100%;
 font-size:20px;
 font-weight: bold;
}
.navList li>a {
 
}
.navList li a:hover {
 
 
}
.navList .subnav {
 /* z-index: 100; */
 position: absolute;
 display: none;
 top: 50px;
 width: 100%;
 z-index: 99999;
}
.li6 .subnav {
 width: 100%;
 margin-left: 0;
}
.navList .subnav li {
 background: #f2f5f8;
}
.navList .subnav a {
 
 
 font-size: 15px;
 font-weight: normal;
 line-height: 23px;
 padding: 10px 0px;
}
.navList li:hover .subnav{
 display: block;
}
.navList .subnav:hover li a{
 
}
.navList .subnav li:hover  a{
 color: #FFFFFF;
 background: #18acee;
}
#dt .inner {
 width: 100%;
 overflow: hidden;
}
.rslides {
 position: relative;
 list-style: none;
 overflow: hidden;
 width: 100%;
 padding: 0;
 margin: 0;
}
.rslides li {
 -webkit-backface-visibility: hidden;
 position: absolute;
 display: none;
 width: 100%;
 left: 0;
 top: 0;
}
.rslides li:first-child {
 position: relative;
 display: block;
 float: left;
}
.rslides img {
 display: block;
 height: auto;
 float: left;
 width: 100%;
 border: 0;
}
.slide_container {
 position: relative;
 width: 100%;
}
.slide {
 position: relative;
 list-style: none;
 overflow: hidden;
 width: 100%;
 padding: 0;
 margin: 0;
}
.slide li {
 position: absolute;
 width: 100%;
 left: 0;
 top: 0;
}
.slide img {
 display: block;
 position: relative;
 z-index: 1;
 height: auto;
 width: 100%;
 border: 0;
}
.tu .slide img{height:463px}
#dt .dtxt {
 width: 1200px;
 position: absolute;
 left: 50%;
 margin-left: -600px;
 bottom: 30px;
 z-index: 999;
}
#dt .dtxt a {
 background: rgba(0, 33, 76, 0.8);
 color: #FFFFFF;
 font-size: 20px;
 padding: 0 30px;
 line-height: 36px;
 display: block;
 float: left;
}
.slide .caption {
 display: block;
 position: absolute;
 z-index: 2;
 font-size: 20px;
 text-shadow: none;
 color: #fff;
 background: #000;
 background: rgba(0, 0, 0, .8);
 left: 0;
 right: 0;
 bottom: 0;
 padding: 10px 20px;
 margin: 0;
 max-width: none;
}
.slide_nav {
 position: absolute;
 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
 top: 50%;
 z-index: 3;
 text-indent: -9999px;
 overflow: hidden;
 text-decoration: none;
 height: 50px;
 width:50px;
 margin-top: -30px;
}
.slide_nav:active {
 opacity: 1.0;
}
.slide_nav.prev {
 left: 0;
 background: url(img/ban_l.png) no-repeat center center;
}
.slide_nav.next {
 right: 0;
 background: url(img/ban_r.png) no-repeat center center;
}
.slide1_tabs {
 position: absolute;
 bottom: 15px;
 
 z-index: 100;
 text-align: center;
 width: 100%;
}
.slide2_tabs {
 position: absolute;
 right: 10px;
 bottom: 75px;
 z-index: 100;
 text-align: center;
}
.slide1_tabs li,
.slide2_tabs li {
 display: inline-block;
 width: 10px;
 height: 10px;
 margin-left: 10px;
 border-radius: 10px;
 border:1px solid #fff;
 position: relative;
 
}
.slide1_tabs li a,
.slide2_tabs li a {
 display: inline-block;
 width: 10px;
 height: 10px;
 border-radius: 10px;
 position: absolute;
 left: 0;
 z-index: 1000;
 color: rgba(100, 200, 300, 0);
 color: transparent;
}
.slide1_tabs li.slide_here a,
.slide2_tabs li.slide_here a {
 background:#fff;
}
.slide li .bt {
 z-index: 100;
 position: absolute;
 left: 0;
 bottom: 0;
 display: block;
 color: #FFFFFF;
 font-size: 18px;
 text-align: left;
 
 line-height: 60px;
 background: url(img/newbg.png) no-repeat 0px 0px;
 width: 100%;
 text-indent: 10px;
 height: 60px;
}
.banner {
 padding: 20px 0px 5px;
}
.banner .title {
 float: left;
}
.more-btn {
 float: right;
 display: block;
 text-align: center;
 line-height: 80px;
}
.news-list .news {
 overflow: hidden;
 display: block;
 line-height: 40px;
 font-size: 16px;
 background: url(img/dian.png) left center no-repeat;
 text-indent: 12px;
}
.news-title {
 display: block;
 float: left;
 width: 80%;
 overflow: hidden;
 text-overflow: ellipsis;
 white-space: nowrap;
 text-align: left;
 font-size: 18px;
}
.news-date {
 display: block;
 float: right;
 font-size: 16px;
 
 text-align: right;
 color: #888;
}
#mod0 .inner {
 width: 100%;
 position: relative;
}
.mod1l {
 width: 48.5%;
 float: left;
}
.mod1r {
 width: 48.33%;
 float: right;
}
.news-list{
 box-shadow: 2px 3px 5px #dce0fc, -2px -2px 5px #dce0fc;
 padding: 20px 20px 5px;
}
.news1 {
 border-bottom: 1px dotted #cdcdcd;
}
.news1 .bt {
 display: block;
 font-size: 21px;
 color: #1125cc;
 line-height: 30px;
 font-weight: bold;
}
.news1 .jj {
 display: block;
 line-height: 26px;
 color: #aaaaaa;
 font-size: 14px;
 margin-bottom: 8px;
 margin-top: 10px;
 height: 78px;
 overflow: hidden;
}
.news1 .sj {
 display: block;
 line-height: 20px;
 text-align: right;
 font-size: 12px;
 color: #8e8e8e;
}

.rq{
 background: url(img/rqbg.png) no-repeat 0px 0px;
 color: #1584e4;
 font-weight: bold;
 width: 52px;
 height: 58px;
 line-height: 30px;
 font-size: 18px;
 margin-right: 15px;
 text-align: center;
 float: left;
 /* margin-bottom: 50px; */
}
.rq span{
 display: block;
 color: #fff;
 font-size: 12px;
 font-weight: normal;
 height: -10px;
}
.news1 h2{
 /* display: inline-block; */
 /* float: right; */
 /* width: 550px; */
}
.mod2l {
 width: 48.33%;
 float: left;
 position: relative;
}
.mod2r {
 width: 48.33%;
 float: right;
 position: relative;
}
#mod1{
 width: 100%;
 padding-bottom: 30px;
 background:url(img/m1bg.png) no-repeat left bottom;
}
#mod2{
 width: 100%;
 padding-bottom: 20px;
 background:#e0edf9;
}
#mod2 .tzgg{width:48%;}
#mod2 ul{
 
}
#mod2 ul li{
 position: relative;
 margin-bottom: 20px;
 line-height: 55px;
 padding: 0px 20px;
 box-sizing: border-box;
 background: #FFFFFF url(img/sx.png) no-repeat 0px center ;
 box-shadow: 2px 3px 5px #dce0fc, -2px -2px 5px #dce0fc;
}
#mod2 .tr{
 float: right;
}
#mod3{
 width: 100%;
 min-height: 350px;
 padding-bottom: 30px;
 background:url(img/m3bg.png) no-repeat 0px;
 background-size: 100% 100%;
 }
#mod3 .modwrap{width:48%;}
#mod3 .modwrap .kyoli{width:48%;background:#ffffff;box-sizing:border-box;padding:20px;}
#mod3 .modwrap .kyoli .date p{font-size:24px;color:#1125cc;font-weight:bold;text-align:center;margin-bottom:5px;}
#mod3 .modwrap .kyoli .date span{font-size:16px;color:#1125cc;}
#mod3 .modwrap .kyoli img{height: 6px;/* width:auto; */margin-top: 15px;}
#mod3 .modwrap .kyoli .bgimg{height:195px;width:100%;margin:20px 0;background-repeat: no-repeat;background-position: center;background-size: cover;}
#mod3 .modwrap .kyoli h2{font-size:18px;line-height:30px;height:60px;}
.l1{overflow:hidden;text-overflow:ellipsis;white-space: nowrap;}
.l2{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.l3{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}

#mod3 .xswrap{background:#ffffff;box-sizing:border-box;padding:20px;}
#mod3 .xswrap .bgimg{width: 38%;height:160px;background-repeat: no-repeat;background-position: center;background-size: cover;}
#mod3 .xswrap .xstit{width: 58%;}
#mod3 .xswrap .xstit h2{font-size:18px;line-height:30px;margin-bottom:20px;}
#mod3 .xswrap .xstit p{font-size:14px;color:#aaaaaa;line-height:25px;max-height:75px\0;}
#mod3 .xswrap .xslis{position:relative;margin-bottom:25px;}
#mod3 .xswrap .slide_tabs{position:absolute;left:42%;bottom:0;z-index: 99;}
#mod3 .xswrap .slide_tabs li{display:inline-block;margin:0 8px;width:10px;height:10px;border-radius:50%;border:1px solid #b7bdf0;}
#mod3 .xswrap .slide_tabs li a{color:transparent;}
#mod3 .xswrap .slide_tabs .slide_here{background:#b7bdf0;}

#mod3 .xswrap .xsul{border-top:1px solid #e7e7e7;padding-top: 3px;}
#mod3 .xswrap .xsul ul li{margin-top: 20px;}
#mod3 .xswrap .xsul ul li h2{font-size:18px;width:75%;line-height:30px;box-sizing:border-box;padding-left:14px;background:url(./img/xsline.png) no-repeat left center;}
#mod3 .xswrap .xsul ul li span{color:#888888;font-size:16px;line-height:30px;}
#mod3 .kyli ul li{background:#ffffff;box-sizing:border-box;border:1px solid #ffffff;margin-bottom: 20px;line-height: 65px;}
#mod3 .kyli ul li .date{background:url(./img/kydatebg.png) no-repeat left center;color:#ffffff;width: 154px;}
#mod3 .kyli ul li .date em{font-size:24px;font-weight:bold;display: inline-block;padding-left: 10px;padding-right: 6px;}
#mod3 .kyli ul li h2{font-size:18px;width: 72%;margin-right:15px;}



.xshd .com{
 width:680px;
 background: #fff;
 float: left;
 padding: 20px;
 box-sizing: border-box;
}
.xshd  .hd2{
 float: right;
}
.ggtop{
 border-bottom: 1px solid #cad9f3;
 padding-bottom: 15px;
 margin-bottom: 20px;
}
.ggtop .tit{
 font-size: 20px;
 color: #1a5bc2;
 float: left;
}
.ggtop a{
 float: right;
 color: #b4b2b2;
 font-size: 14px;
}
.hdnr{
 padding-bottom: 15px;
}
.hdnr a{
 /* display: inline-block; */
}
.hdbt{
 font-size: 18px;
line-height: 58px;
 width: 80%;
 overflow: hidden;
 text-overflow: ellipsis;
 white-space: nowrap;
}
.xbt span{
 display: block;
 font-size: 16px;
 color: #888888;
 margin-top: 15px;
}
#mod4 ul{
 margin: 0px -20px;
}
#mod4 ul li{
 float: left;
 width: 50%;
}
#mod4 ul li a{
 display: block;
 margin: 0px 20px;
}
#foot{
 width: 100%;
 height: 300px;
 background: url(img/ywbg.png) no-repeat 0px;
 color: #FFFFFF;
 padding-top: 40px;
 box-sizing: border-box;
 margin-top: 40px;
 background-size: 100% 100%;
}
#foot .bt{
 font-size: 18px;
 font-weight: bold;
 margin-bottom: 20px;
}
.links {
 width: 40%;
}
.links ul li{
 float: left;
 width: 50%;
 margin-bottom: 20px;
}
.links ul li a{
 color: #FFFFFF;
 font-size: 16px;
}
.lx{
 
}
.lxnr{
 font-size: 14px; 
}
.lxnr .st{
 line-height: 25px;
}
.lxnr li{
 margin-bottom: 17px;
 font-size: 16px;
}
.ftgg{
 float: left;
}
.rwm{
 float: right;
}
.rwm li{
 float: left;
 margin-left: 30px;
}
.bq{
 text-align: center;
 font-size: 16px;
 color: #FFFFFF;
 border-top: 1px solid #5a7fd7;
 line-height: 56px;
 margin-top: 25px;
}
.rwm li span{
 display: block;
 text-align: center;
 font-size: 16px;
 margin-top: 10px;
 color: #fff;
}
.listcon {
 
}
.conleft {
 width: 300px;
 float: left;
 margin-top: -100px;
 position: relative;
 z-index: 999;
}
.conleft .yj {
 height: 100px;
 font-size: 26px;
 color: #FFFFFF;
 text-align: center;
 line-height: 100px;
 letter-spacing: 2px;
 background: #1125cc;
}
.conleft ul{
 background: #f0f0f0;
 overflow: hidden;
}
.conleft ul li{
 
 
 
 border-bottom: 1px solid #dddddd;
 padding: 18px 0px;
 padding-left: 25px;
line-height:25px;
}
.sjcd a{
 display:block;
 font-size:17px !important;
 text-indent:30px;
 margin-top:15px;
}
.conleft ul li a{
 color: #333333;
 font-size: 19px;
}
.conleft .active{
 color: #18acee;
}
.conleft .active>a,.sjcd .active1{
 color: #18acee;
}
.conright {
 float: right;
 width: 1050px;
 margin: 13px 0px 30px;
}
.ritop {
 
 
 height: 45px;
 border-bottom: 2px solid #dde8ee;
}
.ritop .ggtop {
 float: left;
 border-bottom: none
}
.ritop .lm {
 font-size: 20px;
 color: #1125cc;
 font-weight: bold;
 float: left;
 line-height: 40px;
}
.ritop .lm span{
 display:inline-block;
 font-size:16px;
 color: #333;
 font-weight:normal;
}
.dq {
 float: right;
 color: #888888;
 line-height: 35px;
 text-indent: 20px;
 background: url(img/dq.png) no-repeat 0px center;
 font-size: 14px;
}
.dq a {
 font-size: 14px;
 color: #888888;
}
.dq a:hover {
 color: #006db5;
}
.conright .listul li {
 height: 55px;
 text-indent: 15px;
 color: #333333;
 line-height:55px;
 border-bottom: 1px dashed #c1b4b4;
}
.conright .listul {
 
 
}
.conright .listul li a {
 font-size: 16px;
 float: left;
 color: #333333;
 overflow: hidden;
 text-overflow: ellipsis;
 white-space: nowrap;
 width: 80%;
 background: url(img/dian.png) no-repeat 0px center;
}
.conright .listul li .sj {
 float: right;
 color: #888888;
 font-size: 15px;
}
.conright .listul li .bt {
 font-size: 15px;
}
.conright .listul li:hover a {
 color: #006db5;
}
.conright .listul li:hover .sj {
 color: #006db5;
}
.fan {
 margin: 30px 0px 0px 0px;
 text-align: center;
}
.nt img {
 width: 100%;
}
.article {
 
}
.article .arti-title {
 text-align: center;
 font-size: 24px;
 line-height: 35px;
 margin-top: 30px;
 
}
.article .arti_metas {
 padding: 20px 0px 22px 0px;
 text-align: center;
 border-bottom: 1px dashed #b6c9e5;
}
.article .arti_metas span {
 color: #999999;
 font-size: 14px;
 text-indent: 10px;
 display: inline-block;
}
.article .read {
 padding: 20px 0px 20px 0px;
 line-height: 25px;
}
.nx {
 color: #333;
 font-size: 14px;
}
.nx a {
 color: #666666;
 font-size: 14px;
 margin-bottom: 20px;
 display: inline-block;
}
.nx .up:hover a,
.nx .down:hover a {
 color: #006db5;
}
.article .read img {
 
 max-width: 800px;
 _width: expression(this.width > 800 ? "800px" : this.width);
 max-width: 100%;
 display: block;
 margin: 0px auto;
 height: auto;
}
.szbt{
 font-size: 20px;
 padding: 25px 0px;
 color: #1125cc;
}
.sz ul li{
 float:
 left;
 width: 15%;
 margin-bottom: 20px;
}
.jsmc{
 width: 100%;
 height: 50px;
 font-weight: bold;
 line-height: 50px;
 color: #fff;
 text-indent: 20px;
 background: url(img/lmbg.png) no-repeat 0px 0px;
}
.mz{
 color: #1125cc;
 font-size: 18px;
 font-weight: bold;
 text-align: left;
 padding: 20px 0px;
}
.xlm{
 overflow: hidden;
}
.xlm ul li{
 float: left;
 width: 90px;
 text-align: center;
 margin-right: 12px;
 margin-bottom: 15px;
 padding: 10px 0px;
 border: 1px solid #e0edf9;
}
.xlm ul li:hover{
 background:#1125cc ;
}
.xlm ul li:hover a{
 color: #FFFFFF;
}
.jsbox{margin-top: 20px;}
.jstop{
 background: #F6F6F6;
 overflow: hidden; 
 margin-top: 30px;
}
.jstop img{
 width: 200px;
 height: 275px;
 display: inline-block;
 float: left;
 margin-right: 40px;
}
.tpy{
 padding: 25px 40px 0px 0px;
 box-sizing: border-box;
}
.jstop .jsbt{
 font-size: 30px;
}
.jsjj span{
 display: block;
 margin-top: 15px;
}
.jbbox{
 margin-top: 40px;
}
.sz3{
 box-shadow: 2px 3px 3px #f4f5fd, -2px -2px 3px #f4f5fd;
 margin-bottom: 35px;
 padding-bottom: 20px;
}
.zbt{
 text-align: center;
 color: #FFFFFF;
 font-size: 20px;
 font-weight: bold;
 line-height: 48px;
 background: url(img/szbg.png) no-repeat 0px 0px;
 background-color:#d2e6f8;
 background-size: 100% 100%;
}
.zl .fbt{
 color: #1125cc;
 font-size: 20px;
 text-align: center;
 font-weight: bold;
 margin: 25px 0px 20px;
}
.zcbox{
 /* border: 1px solid #d2e6f8; */
 margin-bottom: 10px;
}
.zcbox .zcbt{
 /* height: 55px; */
 color: #1125cc;
 /* float: left; */
 /* font-weight: bold; */
 font-size: 18px;
 padding: 10px 15px;
 /* text-align: center; */
 /* writing-mode: tb-rl; */
 margin-right: 30px;
}
.zcbox ul{
 padding-left: 30px;
 padding: 6px 30px 20px;
}
.zcbox  ul li{
 float: left;
 width: 11%;
 line-height: 35px;
 border: 1px solid #d2e6f8;
 /* text-indent: 10px; */
 text-align:center;
 /* background: url(img/ty.png) no-repeat 20px center; */
 margin-right: 10px;
 margin-bottom: 10px;
}
.zl{
 padding: 0px 20px;
}
.read p{
    font-size: 17px !important;
    line-height: 2 !important;
}
.zcbox  ul li a{font-size:18px}