body,html{
    margin:0;
    padding:0;
    min-width:1200px;
    font-size:14px;
    color:#333333;
    font-family: "Microsoft YaHei" !important;
}
img{
    border:none;
}
.container-fulled{
    width:100%;
}
.container{
    width:1200px;
    margin:0 auto;
}
ul{
    list-style:none;
    margin:0;
    padding:0;
}
a,a:hover,a:active{
    text-decoration: none;
    color:inherit;
}
p{
    margin:0;
}
.clearfix{
    zoom:1;
}
.clearfix:after{
    content:'';
    display:block;
    clear:both;
}
.whitespace{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.verticalMid{
    vertical-align: middle;
    display: inline-block;
}
.verticalTop{
    vertical-align: top;
    display: inline-block;
}
.fl{float:left;}
.fr{float:right;}
/*头部*/
#header-top{
    background: #1b467b;
}
.header-search{
    position: relative;
    padding:7px 0;
}
.header-search span{
    color: #ffffff;
    line-height: 25px;
}
#search{
    width:140px;
    height:25px;
    overflow: hidden;
    padding:0;
    border:1px solid #ffffff;
}
#search .write{
    width:110px;
    height:25px;
    border:none;
    padding:0;
    padding-left:5px;
    outline:none;
    color:#ffffff;
    background: transparent;
    line-height:26px;
}
#search .write::-webkit-input-placeholder{
    color: #d9d4d4;
    text-align: center;
}
#search .write::-moz-placeholder{
    color: #d9d4d4;
    text-align: center;
}
#search .write:-ms-input-placeholder{
    color: #d9d4d4;
    text-align: center;
}
#search .search{
    width:25px;
    height:25px;
    border:none;
    padding:0;
    background:url("/img/search.png") no-repeat center ;
    color:#ffffff;
    cursor: pointer;
    outline:none;
}
#header{
    background: #245086;
}
.header{
    padding:15px 0 25px 0;
    position: relative;
    z-index: 10000;
}

/*轮播图*/
.banner{
    position: relative;
    overflow: hidden;
}
.banner .banner-run{
    position:absolute;
    top:0;
    left:0;
}
.banner .banner-run li{
    float:left;
    position:relative;
}
.banner .banner-run li img{
    display: block;
    width:100%;
}
.banner-ctrl{
    position:absolute;
    bottom:40px;
    z-index:2;
    right:30px;
}
.banner-ctrl li{
    width:15px;
    height:15px;
    background:#ffffff;
    float:left;
    margin-left:14px;
    border-radius: 50%;
    cursor: pointer;
}
.banner-ctrl li:first-of-type{
    margin-left:0;
}
.banner-ctrl li.active{
    background: #245086;
}
.banner-zz{
    position:absolute;
    bottom:0;
    left:0;
    color:#ffffff;
    padding:30px 50px;
    font-size:26px;
    letter-spacing: 3px;
    background:rgba(0,0,0,0.55);
}
.next,.prev{
    position:absolute;
    z-index:2;
    top:176px;
    width:25px;
    height:69px;
    cursor: pointer;
}
.next{
    right:10px;
}
.prev{
    left:10px;
}
/*导航*/

.nav{
    width: 780px;
    z-index: 100000;
    margin-left: 25px;
}
.fNav li{
    float:left;
    color:#ffffff;
    position:relative;
    width:11.1%;
text-align: center;
    transition: all 0.2s;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}
.fNav li a{
    display: inline-block;
    padding:13px 0;
    position:relative;
    text-align: center;
    transition: all 0.2s;
    border-bottom: 4px solid transparent;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}
.fNav>li.active>a{
    color:#47b9fb;
    border-bottom: 2px solid #47b9fb;
}
.fNav>li:hover>a{
    color:#47b9fb;
    border-bottom: 2px solid #47b9fb;
}
.fNav li:hover .sNav li{
    height:40px;
}
.sNav{
    position:absolute;
    left:0;
    min-width:100%;
}
.sNav li{
    text-align: center;
    padding:0 24px;
    min-width:100%;
    box-sizing: border-box;
    overflow: hidden;
    height: 0;
    -webkit-transition: height 400ms ease;
    -moz-transition: height 400ms ease;
    -o-transition: height 400ms ease;
    transition: height 400ms ease;
    white-space: nowrap;
    background: #245086;
    color:#ffffff;
}
.sNav li a{
    border:none;
    padding:10px 0;
}
.sNav li:hover{
    background: #ffffff;
    color:#333333;
}
/*主体*/
#body{
    position:relative;
    min-height:800px;
    background: #f6f6f6;
}
.title{
    font-size:22px;
    color:#333333;
    position: relative;
    padding-left:20px;
}
.title:after{
    content: "";
    position: absolute;
    height:20px;
    width:6px;
    background:#97999c;
    left:0;
    bottom:4px;
}
.blog1{
    padding:30px 0;
    position: relative;
}
.blog1-body{
    position:relative;
    overflow: hidden;
    width:100%;
    height:261px;
    margin-top:44px;
}
.news{
    background: #f6f6f6;
    position:absolute;
    left:0;
    top:0;
}
.news li {
    float: left;
    width: 276px;
    height:251px;
    margin: 5px 16px;
    background: #ffffff;
    box-shadow: 2px 2px 5px #ececec;
}
.news li:nth-of-type(4n){
    margin-right:0;
}
.news li:nth-of-type(4n+1){
    margin-left:0;
}
.news li img{
    width:275px;
    height:170px;
}
.news li p{
    padding:5px 10px;
    font-weight: bold;
}
.news-ctrl{
    width:73px;
    margin:30px auto;
}
.news-ctrl li{
    width:15px;
    height:15px;
    background:#c6c9cc;
    float:left;
    margin-left:14px;
    border-radius: 50%;
    cursor: pointer;
}
.news-ctrl li:first-of-type{
    margin-left:0;
}
.news-ctrl li.active{
    background: #245086;
}
.more{
    width:28px;
    height:8px;
    background:url("/img/more.png") no-repeat;
    position:absolute;
    right:0;
    top:45px;
}
/*正文第二块*/
.blog2{
    background: #ffffff;
}
.blog2-left,.blog2-right{
    padding:30px 0;
    position:relative;
    width:570px;
}
.blog2-left .date{
    margin-right:20px;
    width:100px;
    background: #245086;
    text-align: center;
    border-radius: 5px;
    color:#ffffff;
    padding:2px 0;
    box-shadow: 2px 2px 5px #bbbbbb;
}
.blog2-left .date p{
    font-size:22px;
}
.blog2-left li{
    padding:13px 0;
}
.blog2-left li a{
    width:440px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.blog2-right li{
    padding:19px 0 13px 25px;
    background: url("/img/liststyle.png") no-repeat left 23px;
}
.blog2-right li span{
    color:#878484;
    padding:5px 0;
}
/*正文模块3*/
.blog3-left,.blog3-right{
    padding:30px 0;
    position:relative;
    width:570px;
}
.blog3-left .listTitle{
    width:44px;
    height:38px;
    border-radius: 5px;
    background: #c4e0fa;
    box-sizing: border-box;
    text-align: center;
    padding:3px 5px;
    font-size:12px;
    color:#0158ac;
    margin-right:15px;
}
.blog3-left .date p{
    font-size:18px;
    display: inline-block;
}
.blog3-left .date{
    margin-right:20px;
}
.blog3-left li{
    padding:15px 0;
}
.blog3-left li a{
    width:395px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.blog3-right li{
    background: #ffffff;
    width:178px;
    float:left;
    margin:35px 9px;
}
.blog3-right li:first-of-type{
    margin-left:0;
}
.blog3-right li:last-of-type{
    margin-right:0;
}
.blog3-right li p{
    padding:25px 0;
    font-size:20px;
    text-align: center;
}
.blog3-right li div{
    width:178px;
    height:125px;
}
.blog3-right li:nth-of-type(1) div{
    background:#edb34e url("../img/gyh.png") no-repeat center;
}
.blog3-right li:nth-of-type(2) div{
    background:#f55a5a url("../img/gzh.png") no-repeat center;
}
.blog3-right li:nth-of-type(3) div{
    background:#245086 url("../img/shdx.png") no-repeat center;
}
/*正文模块4*/
.blog4{
    background: #dfdfdf;
    padding:30px 0;
}
.blog4 li{
    width: 250px;
    height:63px;
    float:left;
    margin:10px 33px;
    text-align: center;
    line-height:63px;
    color:#ffffff;
    font-size:22px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}
.blog4 li a{
    position: relative;
    display: block;
    width:100%;
    height:100%;
    z-index: 2;
}
.blog4 li .zz{
    position: absolute;
    width:100%;
    height:100%;
    background: #000000;
    opacity: 0.47;
    filter:alpha(opacity:47);
    z-index: 1;
    top:0;
    left:0;
}
.blog4 li:nth-of-type(1){
    background: url("/img/zsxx.png") no-repeat;background-size: 100% 100%  ;
}
.blog4 li:nth-of-type(2){
    background: url("/img/szzp.png") no-repeat;background-size: 100% 100%  ;
}
.blog4 li:nth-of-type(3){
    background: url("/img/dzsj.png") no-repeat;background-size: 100% 100%  ;
}
.blog4 li:nth-of-type(4){
    background: url("/img/xsfc.png") no-repeat;background-size: 100% 100%  ;
}
.blog4 li:first-of-type{
    margin-left:0;
}
.blog4 li:last-of-type{
    margin-right:0;
}
/*底部*/
#footer{
    background:#3f3f3f;
    color:#ffffff;
    position:relative;
    padding:20px 0;
    overflow: hidden;
    line-height:1.5;
    text-align: center;
}
/*二级页面*/
.erBanner img{
    width:100%;
    display: block;
}
.list-page{
    padding:0 35px;
    box-sizing: border-box;
    min-height:800px;
}
.list-location{
    width:235px;
    background: #f6f6f6;
    height:60px;
    line-height:60px;
    color:#666666;
    padding-left:30px;
    box-shadow: 1px 1px 2px #dedede;
    box-sizing:border-box;
    font-size:20px;
    margin-bottom:2px;
}
.list-ul{
    padding:25px 0;
    background: #ffffff;
}
.list-ul li{
    width:235px;
    background: #ffffff;
    color:#666666;
    box-sizing:border-box;
    font-size:16px;
    position:relative;
    transition: all 0.5s;
    -moz-transition: all 0.5s ;
    -ms-transition: all 0.5s ;
    -o-transition: all 0.5s ;
    margin:5px 0;
    -webkit-transition: all 0.5s;
}
.list-ul li a{
    height:36px;
    line-height:36px;
    padding:0 30px;
    display: block;
}
.list-ul li i{
    width:25px;
    height:36px;
    position:absolute;
    right:45px;
    top:0;
    cursor: pointer;
}
.list-ul li.active>a{
    background: #2f7dde;
    color:#ffffff;
}
.list-ul li:hover>a{
    background: #2f7dde;
    color:#ffffff;
}
.list-ul .leftSec{
    display: none;
    padding:20px 0;
}
.list-ul .leftSec a{
    color:#515151;
    height:30px;
    line-height:30px;
    font-weight: normal;
    padding:0 55px;
}
.list-left{
    position:relative;
    margin-top:20px;
    background: #ffffff;
    box-shadow: 0 0 3px #e9e9e9;
}
.list-right{
    width:880px;
    margin:20px 0;
    background: #ffffff;
    padding:30px;
    box-sizing: border-box;
    box-shadow: 0 0 3px #e9e9e9;
}
.right-title{
    color:#014f99;
    border-left:6px solid #01437d;
    padding-left:15px;
    font-size:18px;
    height:24px;
    line-height:24px;
}
.fanye{
    margin:40px 0;
    text-align: center;
}
.right-list ul{
    padding:20px 0;
}
.right-list li{
    padding:20px 10px;
    overflow: hidden;
    border-bottom:1px dashed #dcdadb;
}
.right-list li a{
    float:left;
    color:#333333;
    width:500px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.right-list li span{
    float:right;
    color:#948e8e;
}
.right-jjy{
    padding:30px 10px 50px 10px;
}
.content-page{
    padding:40px 100px;
    margin:20px auto;
    box-sizing: border-box;
    background: #ffffff;
    box-shadow: 0 0 3px #e9e9e9;
}
.content{
    padding:30px;
}