.container {
    width: 100%;
    background: white;
    font-family: 'Microsoft Yahei',sans-serif;
}
.header {
    width: 100%;
    z-index: 10;
    background: #095084;
}
.headerbom {
    height: 105px;
    width: 100%;
    z-index: 10;
    top: 10px;
    left: 0px;
    opacity: 1;
}
.headerbomh {
    width: 1250px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    background: url("../images/sub_left_bg.png") center right 180px no-repeat;
}
.header .logo {
    width: 50%;
    height: 105px;
    line-height: 105px;
    float: left;
}
.header .logo img {
    vertical-align: middle;
}
.search {
    height: 20px;
    line-height: 20px;
    margin-top: 40px;
    float: right;
}
.search form {
    display: inline-block;
    height: 20px;
}
.search form input {
    outline: none;
    border: 0;
    background: none;
}
.search form input[type="text"] {
    float: left;
    width: 150px;
    border-left: 1px solid #fff;
    padding: 0px 18px;
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.9s ease 0.1s;
    /* margin-top: 1px; */
    font-size: 16px;
    /* height: 20px; */
    line-height: 20px;
}
.search form input[type="submit"] {
    width: 20px;
    height: 20px;
    background: url(../images/search.png) no-repeat center;
    margin-bottom: 5px;
}
.nav {
    width: 100%;
    height: 48px;
    margin: 0 auto;
}
.nav{
    width:100%;
    height:48px;
}
.navs{
    width:1250px;
    margin:0 auto;
}
.navs li{
    float:left;
    width:156px;
    color:#111;
    height:48px;
    line-height:48px;
    font-size:16px;
    text-align:center;
    cursor:pointer;
    transition: all 0.2s ease-out;
    z-index:20000;
    position:relative;
}
.navs li a{
    color: rgb(53, 53, 53);
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2px;
    display: block;
    transition: all 0.2s ease-out;
}
.navs li:hover> a{
    color: #fff;
    background:#245284;
}
.navs li a:hover{
    color: #fff;
    background:#245284;
}
.navs li::before {
    background: url(../images/line.png) no-repeat left;
    left: 0px;
    top: 0px;
    width: 1px;
    height: 100%;
    position: absolute;
    content: "";
}
.navs li::after {
    background: url(../images/line.png) no-repeat left;
    left: 156px;
    top: 0px;
    width: 1px;
    height: 100%;
    position: absolute;
    content: "";
}
.navss{
    position:absolute;
    top:48px;
    left:0px;
    z-index:20000;
    display:none;
}
.navss li{
    width:156px;
    background:#245284;
    z-index:20000;
    transition: all 0.2s ease-out;
    position:relative;
}
.navss li a{
    letter-spacing: normal;
    font-size: 15px;
    font-weight: normal;
    transition: all 0.2s ease-out;
}
.navss li::after{
    display: none;
}
.navss li::before{
    display: none;
}
.navss-t{
    left:-60px;
}
.navss-t li{
    width:220px;
}

.navss li a{
    width:100%;
    height:100%;
    display:block;
    color: #FFF;
}
.navss li a:hover{
    background:#FFF;
    color:#0f467f;
}
.navss2{
    position:absolute;
    left:124px;
    top:0px;
    display:none;
}
.navss3 li{
    width:230px;
}
.navss4 li{
    width:180px;
}
.navss5 li{
    width:140px;
}
.navss li:hover .navss2{
    display:block;
}

.banner{
    width: 100%;
    padding-left: 0;
    float: left;
}
.bannerleft {
    width: 100%;
    height: 310px;
}
.slides-box {
    width: 100%;
    height: 100%;
    margin: auto;
    overflow: hidden;
    position: relative;
}
.slides2 {
    position: relative;
    height: 100%;
    width: 100%;
    margin: auto;
    float: left;
}
.slides2 li {
    position: absolute;
    width: 100%;
    height: 310px;
}
.bannerxz {
    width: 100%;
    height: 46px;
    line-height: 46px;
    background: rgba(0,0,0,0.7);
    /* opacity: 0.8; */
    color: white;
    /* text-align: center; */
    text-indent: 16px;
    font-size: 16px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.pagination {
    position: absolute!important;
    bottom: 5px!important;
    margin-left: -95px!important;
    z-index: 99!important;
    margin-bottom: 5px!important;
    left: 100%!important;
}
.pagination li {
    padding: 5px 3px;
    float: left;
}
.pagination li a {
    display: block;
    width: 12px;
    height: 12px;
    line-height: 25px;
    border-radius: 25px;
    text-align: center;
    text-decoration: none;
    background: #fff;
    opacity: 0.9;
}
.pagination li .active {
    background: #1f74cc;
}
.prev, .next {
    position: absolute;
    top: 40%;
    left: 0;
    z-index: 200;
    display: block;
    height: 50px;
    width: 30px;
    color: #fff;
    cursor: pointer;
    opacity: 1;
}

.prev {
    background: url(../images/lf.png) no-repeat;
}
a.next {
    top: 40%;
    right: 0px;
    z-index: 200;
    display: block;
    height: 50px;
    width: 30px;
    color: #fff;
    cursor: pointer;
    opacity: 1;
}
.next {
    left: auto;
    right: 0;
    background: url(../images/rt.png) no-repeat;
}
.body-section{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.section1{
    width: 100%;
    max-width: 1250px;
    height: 370px;
    overflow: hidden;
    margin: 0 auto;
}
.section2{
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}
.section3{
    width: 100%;
    max-width: 1250px;
    height: 480px;
    overflow: hidden;
    margin: 0 auto;
}
.ptrk{
    width: 55%;
    float: left;
    margin-top: 35px;
}
.tzgg{
    width: 43%;
    float: right;
    margin-top: 35px;
}
.bszn{
    width: 49%;
    float: left;
    margin-top: 35px;
}
.gzzd{
    width: 49%;
    float: right;
    margin-top: 35px;
}
.gwtz{
    width: 49%;
    float: left;
    margin-top: 35px;
}
.xzzx{
    width: 49%;
    float: right;
    margin-top: 35px;
}
.t_tit {
    height: 45px;
    background: #f3f3f3;
    margin-bottom: 25px;
}
.t_tit span {
    float: left;
    background: #fff;
    width: 240px;
    height: 40px;
    margin-top: 5px;
    line-height: 40px;
    font-size: 22px;
    color: #095084;
    text-decoration: none;
    text-indent: 10px;
    font-weight: bold;
    letter-spacing: 2px;
}
.t_tit a {
    float: right;
    margin-right: 15px;
    margin-top: 17px;
    color: #888;
    font-size: 14px;
    transition: all 0.2s ease-out;
}
.t_tit a:hover{
    color: #095084;
}
.content_newsf {
    width: 100%;
    height: 515px;
    background: #f6f6f6;
    overflow: hidden;
}
.content_newsf {
    width: 100%;
    height: 515px;
    background: #f6f6f6;
    overflow: hidden;
}
.content_newsfjwxx {
    background: url(../images/cbj.png) center center;
    background-size: cover;
}
.content_news-zsf {
    width: 1250px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.content_news {
    height: auto;
    width: 1200px;
    margin: 0 auto;
    /* background: #ccc; */
    margin-top: 10px;
}
.content_news-zs {
    width: 600px;
    float: left;
}
.content_news-zs2 {
    float: right;
}
.content_news-top-zsxx {
    width: 600px;
}
.content_news-topc-zs {
    text-align: left;
    text-indent: 10px;
}
.content_news-partjw {
    width: 46%;
    margin: 0 2%;
    height: 157px;
    margin-top: 20px;
    /* box-shadow: 0 3px 10px 1px #aaa; */
    transition: all 0.4s ease-out;
    float: left;
    background: #ffffff;
    position: relative;
}
.content_news-partjw:hover{
    transform: scale(1.05);
}

.content_news-partjw:hover>a{
    color: #095084;
}
.content_news-partjw:hover>div{
    color: #095084;
}

.content_news-top {
    height: 45px;
    position: relative;
    margin: 0 auto;
    margin-top: 25px;
    width: 100%;
    max-width: 1250px;
    margin-bottom: 5px;
}

.content_news-top-zsxx {
    width: 595px;
}
.nmore {
    right: 14px;
    position: absolute;
    top: 19px;
    display: inline-block;
    font-size: 14px;
    color: #888;
    transition: all 0.2s ease-out;
}
.content_news-topc b {
    height: 1px;
    width: 80px;
    background: #104682;
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px;
    opacity: 0.6;
}
.nmore:hover{
    color: #095084;
}
.nmorez {
    right: 10px;
}
.content_news-topc {
    font-size: 22px;
    line-height: 50px;
    color: #095084;
    text-align: center;
    font-weight: bold;
    letter-spacing: 2px;
}
.content_news-topc-zs {
    text-align: left;
    text-indent: 6px;
}
.news_partt {
    display: block;
    font-size: 16px;
    padding: 20px 20px;
    line-height: 28px;
    color: #333;
    text-align: justify;
    padding-bottom: 10px;
    overflow: hidden;
    height: 45px;
}
.news_partt2 {
    padding: 10px 20px;
    line-height: 23px;
    font-size: 12px;
    text-align: justify;
    padding-top: 0;
    color: #999;
    height: 64px;
    overflow: hidden;
}
.x-c{
    width: 99%;
    margin: 0 auto;
}
.content_dlc {
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    color: #333;
    cursor: pointer;
    border-bottom: 1px dashed #ccc;
}
.content_dlc a {
    color: #333;
}
.content_dlc a:hover{
    color: #095084;
}
.content_dlc2 {
    margin-top:16px;
    padding-bottom: 5px;
}
.content_dlc span {
    display: block;
    height: 30px;
    width: 30px;
    float: left;
    margin-right: 6px;
    background: url(../images/dltu.png);
    /* background-size: cover; */
    margin-top: 8px;
}
.content_dlc p {
    font-size: 13px;
    color: #fff;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    background-image: linear-gradient(to right, #0acffe 0%, #495aff 100%);
    padding: 2px 5px;
    margin-top: 9px;
    font-weight: bold;
}
.x-c ul{
    width: 98%;
    display: block;
    margin: 0 auto;
}
.x-c ul li {
    float: left;
    width: 100%;
    margin-top: 15px;
    padding-bottom: 25px;
}
.x-c  ul li a {
    display: block;
    color: #333;
    border-left: 1px solid #095084;
    height: 75px;
}
.x-c ul li a:hover{
    color: #095084;
}
.x-c  ul li .time {
    font-family: 'EB Garamond', serif;
    width: 80px;
    text-align: center;
    float: left;
}
.x-c  ul li .time span {
    display: block;
    font-size: 36px;
    line-height: 36px;
    color: #095084;
    padding-bottom: 5px;
}
.x-c ul li .time p{
    font-size: 13px;
    font-family: "Î¢ÈíÑÅºÚ", "ºÚÌå", "ËÎÌå",sans-serif;
    color: #095084;
}
.x-c  ul li .txtwrapper {
    margin-left: 100px;
}
.x-c ul li .txtwrapper h3 {
    font-size: 16px;
    line-height: 25px;
    height: 25px;
    overflow: hidden;
}
.x-c ul li .txtwrapper p {
    padding-top: 5px;
    height: 40px;
    line-height: 20px;
    text-align: justify;
    overflow: hidden;
    color: #666;
}
.tab {
    width: 97%;
    height: 265px;
    margin: 0 auto;
}
.top-banner {
    cursor: pointer;
    font-size: 16px;
    display: block;
    float: left;
    background: #095084;
    width: 30%;
    text-align: center;
    height: 185px;
    margin-left: 5%;
    position: relative;
    line-height: 28px;
    margin-top: 15px;
    transition: all 0.3s ease-out;
}
.top-banner.first {
    margin-left: 0;
}
.icon {
    top: 20%;
    position: absolute;
    margin: 0 auto;
    width: 100%;
}
.icon a {
    display: block;
    height: 200px;
    margin-top: -39px;
}
.icon a{
    width: 62px;
    height: 62px;
    border: 2px solid #fff;
    display: block;
    margin: 0 auto 10px;
    border-radius: 62px;
    background: url(../images/icon01.png) no-repeat center;
    transition: all 0.2s ease 0.1s;
}
.icon1 a{
    width: 62px;
    height: 62px;
    border: 2px solid #fff;
    display: block;
    margin: 0 auto 10px;
    border-radius: 62px;
    background: url(../images/icon02.png) no-repeat center;
    transition: all 0.2s ease 0.1s;
}
.icon2 a{
    width: 62px;
    height: 62px;
    border: 2px solid #fff;
    display: block;
    margin: 0 auto 10px;
    border-radius: 62px;
    background: url(../images/icon04.png) no-repeat center;
    transition: all 0.2s ease 0.1s;
}
.tzgg ul {
    overflow: hidden;
    width: 98%;
    margin: 0 auto;
    margin-top: 29px;
}
.tzgg ul li {
    line-height: 18px;
    font-size: 14px;
    margin-bottom: 18px;
    overflow: hidden;
}
.tzgg ul li span {
    font-family: Arial,sans-serif;
    width: 126px;
    display: block;
    float: left;
    color: #0065bb;
    overflow: hidden;
    height: 34px;
    line-height: 34px;
}
.tzgg ul li span i {
    font-style: normal;
    font-size: 18px;
}
.tzgg ul li a {
    width: 100%;
    float: left;
    display: block;
    color: #333;
    font-size: 16px;
    text-align: justify;
    overflow: hidden;
    height: 20px;
    line-height: 20px;
}
.tzgg ul li a:hover{
    color: #095084;
}
.top-banner p {
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    position: absolute;
    width: 100%;
    margin: 0 auto;
    top: 130px;
}
.top-banner:hover{
    transform: scale(1.05);
}
.section4{
    width: 100%;
    height: 570px;
    overflow: hidden;
    background: #a49eec21;
}
.s-content{
    width: 1280px;
    margin: 0 auto;
    height: 100%;
    overflow: hidden;
}
.s-content li {
    width: 22.6%;
    padding: 0 8px 0 22px;
    position: relative;
    height: 450px;
    margin-top: 40px;
    float: left;
}
.s-content .time {
    font-size: 18px;
    background: #fff;
    width: 98px;
    line-height: 43px;
    height: 45px;
    border-top: #095084 solid 1px;
    border-bottom: #095084 solid 1px;
    text-align: center;
    font-family: 'Candara',sans-serif;
    position: absolute;
    z-index: 10;
    left: 15px;
    right: auto;
    top: -20px;
    bottom: auto;
    color: #095084;
}
.s-content .img {
    width: 290px;
    overflow: hidden;
    position: relative;
    height: 194px;
}
.s-content .img a{
    height: 100%;
    display: block;
}
.s-content .img img {
    width: 290px;
    overflow: hidden;
    position: relative;
    height: 194px;
    margin: 0 auto;
    display: block;
    transition: all 0.3s ease-out;
}
.s-content .img img:hover{
    transform: scale(1.08);
}
.s-content .box {
    padding: 0 20px 0px 20px;
    width: 86%;
    height: 230px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 1px 1px 10px 1px #efe6e6;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.s-content .box p:hover{
    color: #095084;
}
.s-content .box .name a:hover{
    color: #095084;
}
.s-content .box .tag {
    position: relative;
    padding: 20px 0 21px 24px;
    font-size: 15px;
    color: #333;
}
.s-content .box .tag:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: -36px;
    width: 2px;
    height: 85px;
    background: #000;
}
.s-content .box .name {
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 13px;
    text-align: justify;
}
.s-content .box .name a{
    color: #333;
    overflow: hidden;
    display: block;
    height: 52px;
    transition: all 0.3s ease-out;
}
.line {
    width: 93%;
    margin: 0 auto;
    height: 1px;
    background: #000000;
    margin-top: -110px;
}
.s-content .box p {
    font-size: 13px;
    line-height: 20px;
    color: #7d7d7d;
    padding-top: 15px;
    height: 80px;
    overflow: hidden;
    transition: all 0.3s ease-out;
    text-align: justify;
}
.section4-bg img{
    position: absolute;
    width: 100%;
    min-width: 1280px;
    margin-top: 30px;
}
.list-dates {
    height: 30px;
    line-height: 30px;
    padding: 20px 20px;
    margin-top: 12px;
}
.list-dates .time {
    color: #797979;
    padding-left: 23px;
    float: left;
    font-size: 15px;
    background: url(../images/time.png) no-repeat left center;
}
.content_news-partjw:hover>p>span {
    color: #095084;
}
.footer{
    width:100%;
    height:170px;
    background:url("../images/footer_bg1.png");
    background-size: cover;
    clear: both;
}
.footer-contact{
    width:1250px;
    /* height:100%; */
    margin:0 auto;
}
.contact{
    width:700px;
    height:150px;
    overflow:hidden;
    float:left;
}
.contactus{
    font-size: 16px;
    color:white;
    margin-top: 35px;
    margin-bottom: 10px;
}
.fot-add{
    height: 30px;
    line-height: 30px;
    margin-top: 18px;
}
.fot-add span{
    font-size: 14px;
    color: #ffffff;
}
.fot-add strong{
    font-size: 14px;
    color: #ffffff;
    margin: 0 10px;
}

.copyright{
    width: 85px;
    height: 85px;
    float:right;
    margin-top:40px;
    text-align:center;
}
.copyright span {
    line-height: 25px;
    color: #fff;
    text-align: center;
    font-size: 13px;
}
.tiao {
    height: 10px;
    width: 100%;
    background: url(../images/footer_bg1.png);
}

@media screen and (max-width: 1280px){
    body{
        /* width: 1280px; */
    }
}