@charset "UTF-8";
.clearfix::after {
    clear: both;
}

.w1180 {
    width: 1180px;
}

.mc {
    margin-left: auto;
    margin-right: auto;
}

.head {
    width: 100%;
    height: 115px;
    position: relative;
    border-bottom: 2px solid #0081cc;
    border-image: -webkit-linear-gradient(90deg, #0081cc, #08deae) 180 20;
    border-image: -moz-linear-gradient(90deg, #0081cc, #08deae) 180 20;
    border-image: -o-linear-gradient(90deg, #0081cc, #08deae) 180 20;
    border-image: linear-gradient(90deg, #0081cc, #08deae) 180 20;
}

.logo img {
    margin-top: 20px;
    height: 74px;
}

.nav {
    width: 730px;
    margin-left: 40px;
    float: right;
}

.nav>ul {
    float: left;
}

.nav>ul>li {
    float: left;
    padding: 0 30px;
    font-size: 18px;
    line-height: 71px;
}

.nav>ul>li:hover {
    font-weight: bold;
}

.nav>ul>li:last-child {
    padding-right: 0;
}

.subNav {
    width: 100%;
    min-width: 1200px;
    background: #f0f0f0;
    position: absolute;
    left: 0;
    top: 117px;
    z-index: 9999;
    display: none;
}

.subNav li {
    float: left;
    font-size: 14px;
    text-align: center;
    line-height: 36px;
    padding: 0 20px 10px;
    margin-left: auto;
    margin-right: auto;
}

.subNav ul {
    width: 500px;
    margin-left: auto;
    padding: 10px;
    margin-right: auto;
}

.searchBox {
    float: right;
    margin-top: 20px;
    width: 170px;
    height: 26px;
    background: url(../images/search.png) no-repeat left center;
}

.searchBox input {
    display: block;
    float: left;
    width: 120px;
    height: 26px;
    background: none;
    border: none;
    outline: none;
    line-height: 18px;
    padding: 0;
    margin: 0;
    padding-left: 15px;
    color: #666;
}

.searchBtn {
    display: block;
    float: left;
    width: 33px;
    height: 26px;
    cursor: pointer;
}

.banner {
    width: 100%;
    min-width: 1200px;
    height: 484px;
    position: relative;
}

.banner .slideBox {
    width: 100%;
    height: 484px;
    overflow: hidden;
    position: relative;
    /* border: 1px solid #ddd; */
}

.banner .slideBox .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    left: 48%;
    bottom: 30px;
    z-index: 1;
}

.banner .slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.banner .slideBox .hd ul li {
    text-indent: 9999px;
    overflow: hidden;
    float: left;
    margin-right: 20px;
    width: 7px;
    height: 7px;
    border-radius: 4px;
    /* border: 1px solid #fff; */
    line-height: 14px;
    text-align: center;
    background: #fff;
    /* background: transparent; */
    cursor: pointer;
}

.banner .slideBox .hd ul li.on {
    width: 58px;
    height: 7px;
    background: #fff;
    color: #fff;
}

.banner .slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.banner .slideBox .bd li {
    position: relative;
    zoom: 1;
    vertical-align: middle;
}

.banner .slideBox .bd img {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -960px;
    width: 1920px;
    height: 484px;
    display: block;
}

.main {
    background: url(../images/bg.png) no-repeat center 100px;
}


/* 第一栏 */

.col {
    width: 1180px;
    margin-left: auto;
    margin-right: auto;
}

.col1 {
    height: 275px;
}

.col1L {
    width: 580px;
}

.col1L .textList2 {
    margin-top: -5px;
}

.col1L .textList2 li {
    line-height: 36px;
}

.col1L .textList2 li a {
    color: #333;
    font-size: 16px;
}

.slideTxtBox .hd {
    height: 50px;
    line-height: 50px;
    padding: 0 10px 0 0;
    border-bottom: 1px solid #ddd;
    position: relative;
}

.slideTxtBox .hd ul {
    float: left;
    position: absolute;
    left: 10px;
    height: 50px;
}

.slideTxtBox .hd ul li {
    float: left;
    padding-right: 30px;
    cursor: pointer;
    font-size: 24px;
}

.slideTxtBox .hd ul li.on {
    height: 30px;
    font-weight: bold;
}

.slideTxtBox .hd ul li.on a {
    color: #00559a;
}

.slideTxtBox .bd div {
    margin-top: 15px;
    position: relative;
}

.slideTxtBox .bd div a.more {
    position: absolute;
    right: 10px;
    font-size: 28px;
    font-weight: bold;
    color: #00559a;
    top: -55px;
}

.slideTxtBox .bd div .img {
    display: block;
    float: left;
    margin-right: 10px;
    width: 279px;
    height: 209px;
}

.slideTxtBox .bd div img {
    width: 279px;
    height: 209px;
}


/* 
.slideTxtBox .bd ul.textList1 {
    float: left;
    zoom: 1;
    width: 290px;
}

.slideTxtBox .bd ul.textList1 li {
    padding: 30px 0;
    border-bottom: 1px solid #d7d7d7;
}

.slideTxtBox .bd ul.textList1 li:first-child {
    padding-top: 10px;
}

.slideTxtBox .bd ul.textList1 li a {
    display: block;
    width: 100%;
    color: #333;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.slideTxtBox .bd ul.textList1 li .date {
    display: block;
    margin-top: 22px;
    color: #999;
    font-size: 16px;
} */

.col1R {
    width: 580px;
}

.col1R .textList2 {
    margin-top: -5px;
}

.col1R .textList2 li {
    line-height: 36px;
    position: relative;
}

.col1L .textList2 li {
    position: relative;
}

.col1R .textList2 li span,
.col1L .textList2 li span {
    position: absolute;
    right: 5px;
    top: 0;
    font-size: 16px;
    color: #999;
}

.col1R .textList2 li a {
    font-size: 16px;
    color: #333;
}

.col2 .slideTxtBox {
    height: 332px;
}

.col2 .slideTxtBox .bd div {
    margin-top: 30px;
}

.col2 .slideTxtBox ul.imgList1 {
    width: 1180px;
    margin-left: 0;
}

.col2 .slideTxtBox .bd div a.more {
    top: -67px;
}

.col2 .slideTxtBox ul.imgList1 li {
    float: left;
    width: 225px;
    height: 226px;
    margin-right: 11px;
    text-align: center;
    background: #fff;
    border: 1px solid #e8e8e8;
    box-shadow: 0 5px 5px #e8e8e8;
    overflow: hidden;
}

.col2 .slideTxtBox ul.imgList1 li:nth-child(5) {
    margin-right: 0;
}

.col2 .slideTxtBox ul.imgList1 li img {
    width: 225px;
    height: 172px;
    display: block;
    margin-bottom: 10px;
}

.col2 .slideTxtBox ul.imgList1 li span {
    display: block;
    font-size: 16px;
    color: #666;
}

.col2 .slideTxtBox ul.imgList1 li:hover span {
    color: #00559a;
}

.col2 .slideTxtBox ul.imgList1 li:last-child {
    margin-right: 0;
}

.col3>ul>li {
    float: left;
    width: 295px;
    height: 240px;
    background-color: #fff;
}

.col3>ul>li>img {
    width: 295px;
    height: 240px;
}

.col3>ul>li a {
    color: #333;
}

.col3>ul>li a:hover {
    color: #333;
}

.col3>ul>li h2 {
    font-size: 24px;
    border-bottom: 1px solid #fff;
    line-height: 65px;
}

.col3>ul>li h2 a.more {
    float: right;
    margin-right: 15px;
}

.col3>ul>li h2 img {
    margin-right: 15px;
    margin-left: 15px;
    vertical-align: middle;
    margin-top: -8px;
}

.col3>ul>li .textList3 {
    padding: 25px 10px;
}

.col3>ul>li .textList3 li {
    font-size: 16px;
    line-height: 42px;
}

.col4 .ztList li {
    float: left;
    margin-right: 20px;
    width: 580px;
}

.col4 .ztList li img {
    width: 580px;
    height: 130px;
}

.col4 .ztList li:last-child {
    margin-right: 0;
}

.foot {
    width: 100%;
    min-width: 1200px;
    margin-top: 60px;
    background: #f0f0f0;
    padding-top: 40px;
}

.foot h1 {
    font-size: 24px;
    color: #666;
    font-weight: normal;
    line-height: 28px;
    text-indent: 35px;
}

.footL {
    width: 251px;
    margin-left: 30px;
}

.footL h1 {
    background: url(../images/link1.png) no-repeat left center;
}

.footL ul {
    margin-top: 20px;
    margin-left: 35px;
}

.footL ul li {
    width: 100px;
    float: left;
    line-height: 34px;
}

.footM {
    margin-left: 60px;
    color: #666;
    font-size: 14px;
    line-height: 32px;
}

.footM h1 {
    background: url(../images/link2.png) no-repeat left center;
}

.footM ul {
    margin-left: 35px;
    margin-top: 20px;
}

.footM ul li {
    line-height: 34px;
}

.footR {
    width: 95px;
    height: 95px;
    margin-top: 40px;
    margin-left: 100px;
    background: url(../images/wx2wm.png) no-repeat;
}

.footB {
    width: 1180px;
    border-top: 1px solid #ccc;
    line-height: 90px;
    font-size: 14px;
    color: #666;
}

.footB span {
    margin-right: 130px;
}

.footB span:last-child {
    margin-right: 0;
}

.bumen>a {
    width: 155px;
    display: block;
    float: left;
    font-size: 12px;
    line-height: 28px;
    margin-bottom: 0px;
}

.bumen>a:hover {
    text-decoration: underline;
    color: #e10000;
}

.bumen>a {
    position: relative;
}

.bm_js {
    display: none;
    position: absolute;
    bottom: 25px;
    left: 0;
    width: 250px;
    border-radius: 2px;
    padding: 10px 10px 10px;
    background: #fff;
    background: rgba(255, 255, 255, 0.9);
    border: 1px dotted #f00;
}

.bm_js a {
    font-size: 12px;
    line-height: 24px;
    color: #222222;
}


/* 二级列表页 */

.crumb {
    width: 100%;
    height: 83px;
    border-bottom: 1px solid #777777;
    position: relative;
    line-height: 83px;
    margin-top: 20px;
}

.crumb h2 {
    text-indent: 5px;
    font-size: 34px;
    color: #333;
}

.crumb span {
    position: absolute;
    right: 5px;
    top: 10px;
}

.crumb span a {
    padding: 0 5px;
}

.listUL li {
    width: 100%;
    height: 125px;
    margin-top: 15px;
    border-bottom: 1px solid #d7d7d7;
}

.listUL li img {
    float: left;
    margin-right: 20px;
    width: 180px;
    height: 110px;
}

.listUL li h3 {
    position: relative;
    height: 42px;
    line-height: 42px;
}

.listUL li h3 a {
    font-size: 18px;
}

.listUL li h3 span {
    position: absolute;
    right: 0;
    top: 0;
    font-weight: 400;
    font-size: 16px;
    color: #666;
}

.listUL li p {
    font-size: 16px;
    line-height: 32px;
    color: #666;
}

.listPIC {
    padding: 0 8px;
}

.listPIC li {
    width: 270px;
    height: 245px;
    float: left;
    margin-right: 27px;
}

.listPIC {
    padding-top: 30px;
}

.listPIC li:nth-child(4n) {
    margin-right: 0px;
}

.listPIC li .pic {
    display: block;
    width: 270px;
    height: 200px;
}

.listPIC li .pic img {
    width: 270px;
    height: 200px;
}

.listPIC li p {
    line-height: 32px;
    font-size: 14px;
    text-align: center;
}

.listPIC li p a {
    color: #333;
}

.listPIC {
    padding: 0 8px;
}

.listPIC li {
    width: 270px;
    height: 245px;
    float: left;
    margin-right: 27px;
}

.listZT {
    padding-top: 30px;
}

.listZT li {
    width: 380px;
    height: 130px;
    float: left;
    margin-right: 8px;
}

.listZT li:nth-child(3n) {
    margin-right: 0px;
}

.listZT li .pic {
    display: block;
    width: 380px;
    height: 85px;
}

.listZT li .pic img {
    width: 380px;
    height: 85px;
}

.listZT li p {
    line-height: 32px;
    font-size: 14px;
    text-align: center;
}

.listZT li p a {
    color: #333;
}

.contentText img {
    /* margin: 0 auto; */
    max-width: 1000px;
    /* max-height: 700px; */
}

.contentText p {
    font-size: 16px;
    line-height: 2;
    color: #666;
    margin-bottom: 10px;
}

.listMain>h2 {
    font-size: 24px;
    text-align: center;
    line-height: 60px;
    margin-top: 18px;
}

.sec {
    text-align: center;
    color: #666;
    padding-top: 15px;
    font-size: 14px;
    padding-bottom: 25px;
    margin-bottom: 30px;
    border-bottom: 1px solid #d7d7d7;
}

.sec span {
    padding: 0 10px;
}

.sec span a {
    padding: 0 5px;
}


/* minbanner */

.minbanner {
    background-image: url(../images/minbanner1.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    min-width: 1200px;
    height: 336px;
    margin: 0 auto;
    text-align: center;
}

.minbanner h3 {
    line-height: 336px;
    font-size: 48px;
    color: #fff;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.minbanner2 {
    background-image: url(../images/minbanner2.jpg);
}

.minbanner3 {
    background-image: url(../images/minbanner3.jpg);
}

.minbanner4 {
    background-image: url(../images/minbanner4.jpg);
}

.minbanner5 {
    background-image: url(../images/minbanner5.jpg);
}

.listContent {
    margin-top: 20px;
}

.listContent img {
    max-width: 1000px;
}

.listContent p {
    font-size: 16px;
    line-height: 2;
    color: #666;
    margin-bottom: 10px;
}

.yqljList li {
    width: 48%;
    margin-right: 4%;
    float: left;
    /* height: 125px; */
    line-height: 60px;
    /* margin-top: 15px; */
    font-size: 16px;
    border-bottom: 1px solid #d7d7d7;
}

.yqljList li:nth-child(2n) {
    margin-right: 0;
}

.yqljList li h3 {
    position: relative;
    height: 42px;
    line-height: 42px;
}

.nav>ul>li.on>a,
.nav>ul>li.current>a {
    font-weight: bold;
    color: #00559a;
}

.subNav li.on>a,
.subNav li.current>a {
    font-weight: bold;
    color: #00559a;
}

.subNav2 {
    width: 100%;
    min-width: 1200px;
    background: #f0f0f0;
    /* position: absolute; */
    /* left: 0; */
    /* top: 117px; */
    z-index: 9999;
    /* display: none; */
}

.subNav2 ul {
    width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.subNav2 ul li {
    display: inline-block;
    font-size: 14px;
    text-align: center;
    line-height: 58px;
    padding: 0 20px;
    margin-left: auto;
    margin-right: auto;
}

.subNav2 ul li a {
    line-height: 58px;
    display: block;
}

.subNav2 li.on>a {
    border-bottom: 2px solid #0081cc;
}

.col2 .slideTxtBox ul {
    width: 290px;
    left: 50%;
    margin-left: -145px;
}

.col3 {
    width: 100%;
    height: 490px;
    padding-top: 35px;
    background: url(../images/bg5986715.png) no-repeat center top;
}

.col3Con {
    width: 1180px;
    height: 450px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.tabCon {
    width: 926px;
    height: 448px;
    position: absolute;
    top: 0;
    left: 257px;
    z-index: 3;
    background: url(../images/bg123.png) no-repeat left top;
}

.teamTop {
    width: 880px;
    height: 175px;
    padding-top: 20px;
    border-bottom: 1px dashed #fff;
}

.teamTop h2 {
    font-size: 24px;
    line-height: 55px;
    height: 55px;
}

.teamTop h2 a {
    color: #fff;
}

.teamTop p {
    padding-top: 15px;
    font-size: 14px;
    color: #fff;
    line-height: 28px;
    margin-right: 35px;
}

.teamTop .imgBox {
    display: block;
    width: 207px;
    height: 155px;
    border: 1px solid #fff;
    margin-right: 65px;
}

.teamTop .imgBox img {
    width: 207px;
    height: 155px;
}

.team {
    margin-left: 30px;
    display: none;
}

.team:nth-child(1) {
    display: block;
}

.team ul li {
    font-size: 16px;
    line-height: 36px;
}

.team ul {
    padding-top: 15px;
}

.team ul li a {
    color: #fff;
}

.tabBtn {
    width: 265px;
    height: 450px;
    position: absolute;
    left: 5px;
    top: 0;
    z-index: 5;
}

.tabBtn li {
    width: 266px;
    height: 104px;
    line-height: 102px;
    text-indent: 82px;
    margin-bottom: 10px;
    font-size: 24px;
    background: url(../images/bg345.png) no-repeat left top;
}

.tabBtn li a {
    color: #096cbc;
}

.tabBtn li.on a {
    color: #fff;
}

.tabBtn li:nth-child(1) {
    background: url(../images/bgjydt.png) no-repeat left top;
}

.tabBtn li:nth-child(2) {
    background: url(../images/bgdjzc.png) no-repeat left top;
}

.tabBtn li:nth-child(3) {
    background: url(../images/bgshzr.png) no-repeat left top;
}

.tabBtn li:nth-child(4) {
    margin-bottom: 0;
    background: url(../images/bgmtjj.png) no-repeat left top;
}

.col3 .tabBtn li.on {
    font-weight: 600;
    background: url(../images/bg234.png) no-repeat left top;
}

.tabBtn li:nth-child(1).on {
    background: url(../images/bg2341.png) no-repeat left top;
}

.tabBtn li:nth-child(4).on {
    background: url(../images/bg2342.png) no-repeat left top;
}

.channel {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #ddd;
    position: relative;
}

.channel .channelName {
    color: #00559a;
    font-size: 24px;
}

.channel a.more {
    position: absolute;
    right: 10px;
    font-size: 28px;
    font-weight: bold;
    color: #00559a;
    top: 0px;
}
