body, html {
    margin: 0;
    padding: 0;
   
    font-size: 14px;
    color: #333333;
    background: #f8f8f8;
    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;
}

/*头部*/
#Pc{
    min-width: 1200px;
}
#header-top {
    background: #014f99;
}

.topLink li {
    float: left;
    color: #ffffff;
    margin-right: 20px;
}

.header-search {
    position: relative;
    padding: 7px 0;
}

.header-search span {
    color: #ffffff;
    line-height: 25px;
}

#search {
    width: 180px;
    height: 25px;
    overflow: hidden;
    border-radius: 12px;
    padding: 0;
}

#search .write {
    width: 135px;
    height: 25px;
    border: none;
    padding: 0;
    padding-left: 10px;
    outline: none;
    color: #333333;
    background: #a0c4e2;
    line-height: 26px;
}

#search .write::-webkit-input-placeholder {
    color: #333333;
    text-align: center;
}

#search .write::-moz-placeholder {
    color: #333333;
    text-align: center;
}

#search .write:-ms-input-placeholder {
    color: #333333;
    text-align: center;
}

#search .search {
    width: 35px;
    height: 25px;
    border: none;
    padding: 0;
    background: #a0c4e2 url("../img/search.png") no-repeat center;
    color: #ffffff;
    cursor: pointer;
    outline: none;
}

#header {
    background: #014f99;
}

.header {
    padding: 0 0 25px 0;
    position: relative;
    z-index: 10000;
}

/*轮播图*/
.slideBox {
    width: 667px;
    height: 370px;
    position: relative;
    border: 1px solid #ddd;
    overflow: hidden;
}
.slideBox .hd {
    height:34px;
    box-sizing: border-box;
    padding:10px 0 10px 35px;
    width:100%;
    overflow: hidden;
    position: absolute;
    background: rgba(0,0,0,0.7);
    left: 0;
    bottom: 0;
    z-index: 1;
}
.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}
.slideBox .hd ul li {
    float: left;
    margin-right: 15px;
    width: 14px;
    height: 14px;
    color: #333436;
    line-height: 14px;
    font-size: 12px;
    text-align: center;
    background: #ffffff;
    cursor: pointer;
    transition: all 300ms;
}
.slideBox .hd ul li:hover {
    background: #34649a;
    color: #fff;
}
.slideBox .hd ul li.on {
    background: #34649a;
    color: #fff;
}
.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}
.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}
.slideBox .bd img {
    width: 667px;
    height: 370px;
    display: block;
}

/*导航*/
#nav {
    background: #00447d;
    position: relative;
    z-index: 100;
}

.nav {

}

.fNav li {
    float: left;
    color: #ffffff;
    position: relative;
    width: 9.5%;
    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: #ffffff;
    /*
    border-bottom: 2px solid #47b9fb;
    */
}

.fNav > li:hover > a {
    color: #ffffff;
    /*border-bottom: 2px solid #47b9fb;*/
}

.fNav li:hover .sNav > li {
    height: 40px;
    overflow: visible;
}

.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, visibility 400ms ease;
    -moz-transition: height 400ms ease, visibility 400ms ease;
    -o-transition: height 400ms ease, visibility 400ms ease;
    transition: height 400ms ease, visibility 400ms ease;
    white-space: nowrap;
    background: #014f99;
    color: #ffffff;
}

.sNav li a {
    border: none;
    padding: 10px 0;
}

.sNav li:hover {
    background: #ffffff;
    color: #333333;
}

.tNav {
    position: absolute;
    left: 100%;
    top: 0;
    min-width: 100%;
}

.tNav li {
    text-align: center;
    padding: 0 24px;
    min-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    height: 0;
    -webkit-transition: height 400ms ease, visibility 400ms ease;
    -moz-transition: height 400ms ease, visibility 400ms ease;
    -o-transition: height 400ms ease, visibility 400ms ease;
    transition: height 400ms ease, visibility 400ms ease;
    white-space: nowrap;
    background: #014f99;
    color: #ffffff;
}

.sNav li:hover .tNav li {
    height: 40px;
    overflow: visible;
}

/*主体*/
#body {
    position: relative;
    min-height: 800px;

}

.title {
    font-size: 16px;
    color: #092f56;
    font-weight: bold;
    padding: 9px 0;
    border-bottom: 1px solid #a9b7c0;
}

/*正文第一块*/
.blog1{
    padding-top:30px;
}
.blog1-right{
    width:465px;
}
.blog1-right .title1{
    color:#00447d;
    font-weight: bold;
    font-size:16px;
}
.blog1-right ul{
    padding:15px 0;
}
.blog1-right ul li{
    padding:6px 0 6px 25px;
    background: url("../img/listStyle.png") no-repeat left center;
    color:#00447d;
}
.blog1-right ul li span{
   color:#908d8d;
}
.blog1-right .more1{
    display:block;
    width:55px;
    height:20px;
    margin-right:20px;
    background: url("../img/more.png") no-repeat;
    margin-left:auto;
}
/*正文第二块*/
.blog2 {
    background: #ffffff;
}

.blog2-left, .blog2-right {
    padding: 30px 0 0 0;
    position: relative;
}
.title2{
    color:#00447d;
    font-weight: bold;
    font-size:16px;
    padding-left: 25px;
}
.title2 span{
    padding:5px 0;
    display: inline-block;
    border-bottom:2px solid #00447d;
}
.more2{
    position:absolute;
    top:35px;
    right:20px;
    width:55px;
    height:20px;
    background: url("../img/more.png") no-repeat;
}
.blog2-left {
    width: 510px;
}

.blog2-right {
    width: 630px;
}

.blog2-left ul {
    padding: 15px 0;
}

.blog2-left li {
    padding: 10px 0 10px 50px;
    box-sizing: border-box;
    background: url("../img/listStyle.png") no-repeat 25px 18px;
}
.blog2-left li:hover{
    background-color: #f8f8f8;
}
.blog2-left li a {
    display: inline-block;
    width: 375px;
    color: #133c60;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.blog2-left li span{
    float:right;
    color:#908d8d;
    font-size:12px;
margin-right: 10px;
}
.blog2-right-top .title3{
    background: #245086;
    color:#ffffff;
    font-size:16px;
    padding:10px 20px;
}
.more3{
    position:absolute;
    top:45px;
    right:20px;
    width:55px;
    height:20px;
    background: url("../img/more1.png") no-repeat;
}
.blog2-right-top img{
    display: block;
    width:100%;
}

.blog2-right-bottom {
    border-top: 2px solid #014f99;
    color: #092f56;
}
.blog2-right-bottomBox{
    width:310px;
    padding: 25px 40px;
    background:#f8f8f8 url("../img/icon.png") no-repeat 25px 33px;
    box-sizing: border-box;
    min-height:170px;
}
.blog2-right-bottomBox div{
    color:#245086;
    margin-bottom:15px;
}
.blog2-right-bottomBox p{
    color:#777777;
    padding:3px 0;
    font-size:12px;
}
/*正文模块3*/
.blog3 {
    background: #ffffff;
}

.blog3-left, .blog3-right {
    padding: 30px 0;
    position: relative;
}

.blog3-left {
    width: 600px;
}

.blog3-right {
    width: 600px;
}
.blog3-box{
    padding:0 25px;
}
.blog3-1 ul {
    padding: 15px 0;
}

.blog3-1 li {
    width: 215px;
height: 155px;
    margin-top: 20px;
}

.blog3-1 li img {
    width: 210px;
height:100%;
    box-shadow: 2px 2px 0 #a2c1e0;
}
.blog3-2 ul {
    padding: 15px 0;
    width: 300px;
    margin-left:20px;
    margin-top: 15px;
}
.blog3-2 li {

   padding:10px 4px;
}

/*正文模块4*/
.blog4{
    padding:30px 0;
}
.blog4-1{
    width:245px;
    margin:0 20px ;
}
.blog4-1 ul{
    padding:15px 0;
}
.blog4-1 li {
    padding: 8px 0;
    box-sizing: border-box;
}
.blog4-1 li a {
    display: block;
    width: 245px;
    color: #133c60;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.blog4-1 li span{
    display: block;
    margin-top:10px;
    color:#908d8d;
    font-size:12px;
}
.blog4-1 .more4{
    display: block;
    width:100%;
    height:33px;
    line-height: 33px;
    text-align: center;
    background: #cad8e4;
    color:#00447d;
    font-size:12px;
    position:relative;
}
.blog4-1 .more4 p{
    display: inline-block;
    transform: rotate(90deg) scaleY(1.5);
    position: absolute;
    left: 119px;
    bottom: -13px;
    font-size:12px;
    font-weight: bold;
}

/*底部*/
#footer {
    background: #434343;
    color: #ebebeb;
    position: relative;
    overflow: hidden;
    line-height: 24px;
    text-align: center;
}
.footer-top{
    margin:0 30px;
    padding:40px 0;
    border-bottom:1px solid #ffffff;
    text-align: left;
    box-sizing: border-box;
    position: relative;
}
.links{

}
.links-right{
    width:300px;
}
.links li{
    width:140px;
    margin-right:10px;
}
.links-right li{
    float:left;
}
.link-title{
    font-weight:bold;
    margin-bottom:20px;
}
.footer-videos{
    width:690px;
}
.prev-sp{
    width:40px;
    height:36px;
    margin:0 25px;
    cursor: pointer;
    background: url("../img/prev.png") no-repeat;
}
.next-sp{
    width:40px;
    height:36px;
    margin:0 25px;
    cursor: pointer;
    background: url("../img/next.png") no-repeat;
}
.video-box{
    overflow: hidden;
    width:500px;
    height:146px;
    position: relative;
}
.video-box ul{
    position:absolute;
    left:0;
    top:0;
}
.video-box li{
    float: left;
    margin:0 10px;
    width:230px;
    height:146px;
}
.video-box li img{
    width:100%;
    height:100%;
}
.footer-line{
    height:84px;
    width:1px ;
    background: #767676;
    position:absolute;
    right:710px;
    top:60px;
}
.copy{
    padding:20px 0;
}
/*二级页面*/
.erBanner img {
    width: 100%;
    display: block;
}

.list-page {
    box-sizing: border-box;
    min-height: 800px;
    margin: 30px auto;

}

.list-location {
    width: 253px;
    background: #014f99;
    height: 60px;
    line-height: 60px;
    color: #ffffff;
    text-align: center;
    box-sizing: border-box;
    font-size: 20px;
}

.list-ul {
    padding: 25px 0;
}

.list-ul li {
    width: 253px;
    background: #f4f4f4;
    color: #00447d;
    box-sizing: border-box;
    font-size: 14px;
    position: relative;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.list-ul li a {
    height: 36px;
    line-height: 36px;
    padding: 2px 50px;
    display: block;
}
.list-ul li i{
    width:25px;
    height:40px;
    position:absolute;
    right:45px;
    top:0;
    background: url("../img/right.png") no-repeat center;
    cursor: pointer;
}
.list-ul li.active i{
    background:url("../img/down.png") no-repeat center;
}
.list-ul li.active>a {
    background: #aab8c9;
}
.list-ul li:hover>a {
    background: #aab8c9;
}

.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;
    background: #f4f4f4;
    border-left: 24px solid #014f99;
}

.list-right {
    width: 883px;
    padding: 20px;
    background: #ffffff;
}

.right-title {
    color: #00447d;
    border-bottom: 2px solid #d9d6d6;
    padding: 10px;
    position:relative;
}
.right-title:after{
    content:'';
    position:absolute;
    bottom:-2px;
    left:0;
    background: #016691;
    height:2px;
    width:81px;
}

.fanye {
    margin: 40px 0;
    text-align: center;
}

.right-list ul {
    padding:20px 10px;
}

.right-list li {
    padding: 10px 15px 10px 30px;
    overflow: hidden;
    background: url("../img/listStyle.png") no-repeat left 18px;
    border-bottom:1px dashed #e9e7e7;
}

.right-list li a {
    float: left;
    color: #666666;
    width: 500px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.right-list li span {
    float: right;
    color: #948e8e;
}

.right-jjy {
    padding: 30px 30px 50px 30px;
}

.content-page {
    padding: 20px 50px;
    margin: 30px auto;
    box-sizing: border-box;
    background: #ffffff;
}

.content {
    padding: 30px 150px !important;
}

.img-list li{
    background: #f6f7f7;
    float:left;
    width:180px;
    padding:20px 0;
    text-align: center;
    margin:27px;
}
.img-list li:nth-of-type(4n+1){
    margin-left:0;
}
.img-list li:nth-of-type(4n){
    margin-right:0;
}
.img-list li img{
    width:142px;
    height:164px;
    box-shadow: 1px 1px 5px #b8b8b8;
    margin-bottom:12px;
}
.img-list li p{
    color:#515151;
    font-size:12px;
}