﻿html,body {
    height: 100%;
}
.w1400 {
    width: 1400px;
    margin: 0 auto;
}
header {
    position: absolute;
    left: 50%;
    top: 25px;
    transform: translateX(-50%);
    z-index: 101;
}
header .header-logo {
    width: 335px;
	height: 48px;
    float: left;
}
header .header-right {
    float: right;
    margin-top: 5px;
}
.header-nav {
    position: relative;
    margin-top: 5px;
    float: right;
    margin-right: 130px;
}
.header-nav ul {
    float: left;
}
.header-nav ul li {
    float: left;
    margin-left: 45px;
}
.header-nav ul li a {
    color: #ffffff;
}
.header-search {
    width: 90px;
	height: 36px;
    line-height: 36px;
	background-color: rgba(255, 255, 255, 0.4);
	border-radius: 18px;
    position: absolute;
    top: 3px;
    right: 0;
    padding-left: 15px;
    transition: all .5s;
    overflow: hidden;
}
.header-search img {
    width: 16px;
	height: 16px;
    margin-right: 3px;
}
.header-search input[type=submit] {
    width: 16px;
	height: 16px;
    background: url(../img/icon_search.png) center center no-repeat;
    border: none;
    cursor: pointer;
    /* position: relative;
    top: -3px; */
    color: transparent;
}
.header-search input[type=text] {
    font-size: 14px;
    color: #ffffff;
    border: none;
    background: transparent;
    width: 50px;
    height: 100%;
}
.header-search input::placeholder {
    color: #ffffff;
}
.header-search:hover {
    width: 180px;
    background-color: #005ec2;
    transition: all .5s;
}
.header-search:hover input[type=text]  {
    width: 120px;
}
.banners {
    height: 100%;
    position: relative;
}
.banners .swiper-container {
    height: 100%;
    /* height: calc(100% - 120px);  */
}
.banners .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
}
.banners .swiper-pagination-bullet {
    width: 28px;
	height: 28px;
    background: url(../img/pagination.png) center center no-repeat;
    opacity: 1;
    margin: 0 20px !important;
}
.banners .swiper-pagination-bullet-active {
    width: 28px;
	height: 28px;
    background: url(../img/pagination_w.png) center center no-repeat;
    background-size: 100%;
}
.index-news-box {
    background: url(../img/index-news_bg.jpg) center center no-repeat;
    background-size: cover;
    padding: 83px 0;
}
.index-news-left {
    width: 900px;
	height: 635px;
	background-color: #ffffff;
	box-shadow: 3px 4px 10px 0px 
		rgba(0, 0, 0, 0.05);
	border-radius: 5px;
    float: left;
    padding: 30px 20px;
}
.index-news-title {

}
.index-news-title .title {
    float: left;
    line-height: 1;
}
.index-news-title .title img {
    width: 32px;
    margin-right: 10px;
    float: left;
}
.index-news-title .title p {
    font-size: 32px;
    color: #000000;
    font-weight: bold;
    float: left;
}
.index-news-title .title i {
    font-weight: normal;
    color: #8bc3ff;
}
.index-news-title .more {
    width: 72px;
	height: 28px;
    line-height: 28px;
    text-align: center;
    background-color: #005ec2;
	border-radius: 14px;
    float: right;
    margin-top: 2px;
}
/* .index-news-title .more:hover {
    background-color: #005ec2;
    border: 1px solid #005ec2;
} */
.index-news-title .more a {
    font-size: 14px;
    color: #ffffff;
    display: block;
}
/* .index-news-title .more:hover a {
    color: #ffffff;
} */
.index-news-left .box {
    border-top: 1px solid #dddddd;
    padding-top: 20px;
    margin-top: 20px;
}
.index-news-left .recommend {
    width: 445px;
    float: left;
}
.index-news-left .recommend .pic {
    height: 305px;
    overflow: hidden;
}
.index-news-left .recommend .title {
    font-size: 22px;
    color: #333333;
    margin: 25px 0 15px;
    line-height: 1.2;
}
.index-news-left .recommend:hover .title {
    color: #005ec2;
}
.index-news-left .recommend .content {
    font-size: 14px;
    color: #999999;
    margin-bottom: 15px;
}
.index-news-left .recommend .time {
    font-size: 14px;
    color: #cccccc;
    float: left;
    line-height: 1;
    margin-top: 6px;
}
.index-news-left .recommend .time img {
    width: 16px;
	height: 16px;
    margin-right: 3px;
    vertical-align: bottom;
}
.index-news-left .recommend .more {
    width: 62px;
	height: 25px;
    line-height: 25px;
	background-color: #f7f8fc;
	border-radius: 13px;
	border: solid 1px #999999;
    float: right;
    text-align: center;
}
.index-news-left .recommend .more img {
    width: 24px;
	height: 12px;
    vertical-align: baseline;
}
.index-news-left .list {
    width: 367px;
    float: right;
}
.index-news-left .list ul li {
    padding: 25px 0 20px;   
    border-top: 1px dashed #cccccc;
}
.index-news-left .list ul li:first-child {
    border: none;
    padding-top: 0;
}
.index-news-left .list ul li .time {
    width: 65px;
    float: left;
}
.index-news-left .list ul li .time p {
    font-size: 22px;
    color: #333333;
    font-weight: bold;
}
.index-news-left .list ul li .time span {
	font-size: 14px;
    color: #999999;
}
.index-news-left .list ul li .time img {
    width: 62px;
}
.index-news-left .list ul li .msg {
    width: 280px;
    float: right;
}
.index-news-left .list ul li .msg .title{
    color: #333333;
    margin-bottom: 5px;
}
.index-news-left .list ul li:hover .time p,
.index-news-left .list ul li:hover .msg .title {
    color: #005ec2;
}
.index-news-left .list ul li .msg .content{
    font-size: 12px;
    color: #999999;
}
.index-news-right {
    width: 470px;
	height: 635px;
	background-color: #ffffff;
	box-shadow: 3px 4px 10px 0px 
		rgba(0, 0, 0, 0.05);
	border-radius: 5px;
    float: right;
    overflow: hidden;
}
.index-news-right  .list-box {
    padding: 25px 25px;
} 
.index-news-right  .list-box .index-news-title .more {
    background-color: #f7f8fc;
    border: solid 1px #999999;
}
.index-news-right  .list-box .index-news-title .more a {
    color: #999999;
}
.index-news-right .index-news-title .title i {
    font-size: 28px;
    letter-spacing: -1px;
}
.index-news-right .list-box {

}
.index-news-right .list {
    margin-top: 25px;
}
.index-news-right .list-box ul li {
    margin-bottom: 28px;
}
.index-news-right .list-box ul li:last-child {
    margin-bottom: 0;
}
.index-news-right .list-box .time {
    width: 66px;
	height: 50px;
	background-color: #f0f0f0;
    float: left;
    text-align: center;
    font-size: 18px;
    color: #333333;
}
.index-news-right .list-box .time p {
    color: #ffffff;
    background-color: #005ec2;
    height: 25px;
    line-height: 25px;
}
.index-news-right .list-box .list .title {
    font-size: 18px;
    color: #333333;
    width: 340px;
    float: right;
}
.index-news-right .list-box .list ul li:hover .title {
    color: #005ec2;
}
.list-box-blue {
    background-color: #005ec2;
    padding: 25px;
    height: 310px;
}
.list-box-blue .index-news-title .more {
    border: solid 1px #ffffff;
}
.list-box-blue .index-news-title .title p {
    color: #fff;
}
.index-news-right .list-box-blue .list li {
    border-top: 1px dashed rgba(255, 255, 255, 0.3);
    padding: 20px 0 10px;
}
.index-news-right .list-box-blue .list li:first-child {
    border: none;
    padding-top: 0;
}
.index-news-right .list-box-blue .time {
    width: 54px;
	height: 42px;
	background-color: #ffffff;
	border-radius: 5px 0px 5px 0px;
    text-align: center;
    color: #005ec2;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
    float: left;
}
.index-news-right .list-box-blue .time p {
    font-size: 20px;
}
.index-news-right .list-box-blue .list .title {
    width: 360px;
    color: #ffffff;
    float: right;
    line-height: 1.4;
}
footer {
    background-image: linear-gradient(0deg, 
		#0064b1 0%, 
		#0081d5 100%);
    padding-top: 30px;
}
footer .footer-msg {
    float: left;
}
footer .footer-logo {
    width: 378px;
    margin-bottom: 20px;
}
footer .footer-msg .msg {
    color: #ffffff;
}
footer .footer-msg .msg p {
    margin-top: 8px;
}
footer .footer-wechat {
    float: right;
}
footer .footer-wechat ul li {
    float: left;
    margin-left: 20px;
}
footer .footer-wechat ul li .qrcode {
    width: 132px;
	height: 132px;
    overflow: hidden;
    margin-bottom: 10px;
}
footer .footer-wechat ul li .title {
    text-align: center;
    font-size: 14px;
    color: #ffffff;
}
footer .footer-wechat ul li .title img {
    width: 20px;
    margin-right: 3px;
}
footer .copyright {
    font-size: 14px;
    color: #bbbbbb;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding: 10px 0;
    margin-top: 40px;
}
footer .copyright a {
    color: #bbbbbb;
}
.banner {
    position: relative;
}
.crumbs {
    font-size: 14px;
    color: #999999;
    border-bottom: 1px solid #eeeeee;
    padding: 10px 0;
}
.crumbs a {
    color: #999999;
}
.page-box {
    margin: 60px auto 80px;
}
.page-nav {
    width: 250px;
    float: left;
}
.page-nav .column {
    width: 100%;
	height: 100px;
	border-radius: 5px 5px 0px 0px;
    overflow: hidden;
    line-height: 100px;
    background: url(../img/column_bg.png) center center no-repeat;
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
    cursor: pointer;
    padding-left: 45px;
}
.page-nav .nav {
    background-color: #f5f5f5;
    padding-bottom: 70px;
}
.page-nav .nav ul li {
    height: 60px;
    line-height: 60px;
    padding-left: 45px;
    border-left: 3px solid #f5f5f5;
}
.page-nav .nav ul li a {
    display: block;
    font-size: 18px;
    color: #333333;
}
.page-nav .nav ul li.on {
	background-color: #ffffff;
    border-left: 3px solid #005ec2;
}
.page-nav .nav ul li.on a {
    color: #005ec2;
    font-weight: bold;
}
.page-main {
    width: 1080px;
    float: right;
}
.page-xxjj .msg {
    margin: 60px 68px;
}
.page-xxjj .title {
    font-size: 30px;
    color: #005ec2;
    font-weight: bold;
    position: relative;
    line-height: 1;
}
.page-xxjj .title::before {
    content: "";
    width: 2px;
	height: 100%;
	background-color: #005ec2;
    position: absolute;
    left: -28px;
    top: 0;
}
.page-xxjj .content {
    font-size: 14px;
    color: #666666;
    line-height: 2;
    text-indent: 2em;
    margin-top: 40px;
}
.page-jgsz-title {
    font-size: 30px;
    color: #005ec2;
    font-weight: bold;
    line-height: 1;
    border-bottom: 1px solid #eeeeee;
    padding-bottom:30px ;
}
.page-jgsz-title p {
    border-left: 2px solid #005ec2;
    padding-left: 25px;
}
.page-jgsz .list-box {
    margin-top: 60px;
}
.page-jgsz .list-box .title {
    font-size: 24px;
    color: #005ec2;
    font-weight: bold;
    margin-bottom: 25px;
}
.page-jgsz .list-box .title img {
    width: 30px;
    margin-right: 10px;
    vertical-align: sub;
}
.page-jgsz .list {
    
}
.page-jgsz .list ul li {
    width: 335px;
	height: 66px;
    text-align: center;
	background-color: #ffffff;
	border-radius: 5px;
	border: solid 1px #999999;
    color: #444444;
    padding-top: 5px;
    float: left;
    margin: 30px 35px 0 0;
}
.page-jgsz .list ul li a {
    color: #444444;
}
.page-jgsz .list ul li:nth-child(3n) {
    margin-right: 0;
}
.page-jgsz .list ul li:nth-child(-n+3) {
    margin-top: 0;
}
.page-jgsz .list ul li p  {
    font-size: 20px;
    font-weight: bold;
}
.page-jgsz .list ul li:hover {
    background-color: #005ec2;
	border: solid 1px #005ec2;
    cursor: pointer;
    color: #ffffff;
}
.page-jgsz .list ul li:hover a {
    color: #ffffff;
}
.page-ldjs {

}
.page-ldjs .list {
    
}
.page-ldjs .list ul li {
    width: 500px;
	height: 330px;
	border-radius: 1px;
    float: left;
    padding: 30px 20px;
    border-bottom: 1px solid #eeeeee;
}
.page-ldjs .list ul li:nth-child(even) {
    float: right;
}
.page-ldjs .list ul li:hover {
	background-color: #f5f5f5;
}
.page-ldjs .list ul li .pic {
    width: 200px;
	height: 268px;
    overflow: hidden;
    float: left;
}
.page-ldjs .list ul li .msg {
    float: left;
    width: 225px;
    margin: 15px 0 0 35px;
}
.page-ldjs .list ul li .title {
    font-size: 24px;
    color: #005ec2;
    font-weight: bold;
}
.page-ldjs .list ul li .content {
    font-size: 14px;
    color: #666666;
    margin-top: 40px;
}
.page-ldjs-detail .pic {
    width: 280px;
    height: 375px;
    float: left;
    margin-right: 40px;
    overflow: hidden;
    cursor: pointer;
}
.page-ldjs-detail .box {
    width: 760px;
    float: left;
}
.page-ldjs-detail .box .msg {
    border-left: 1px solid #005ec2;
    min-height: 165px;
    padding-left: 25px;
    padding-top: 10px;
}
.page-ldjs-detail .box .msg .name {
    font-size: 24px;
    color: #005ec2;
    font-weight: bold;
    margin-bottom: 10px;
}
.page-ldjs-detail .box .msg p {
    font-size: 18px;
    color: #111111;
    line-height: 1.8;
}
.page-ldjs-detail .content-box {
    margin-top: 30px;
    padding-left: 25px;
    border-left: 1px solid #005ec2;
    min-height: 180px;
    color: #111111;
}
.page-news .list-news {
    margin-top: 30px;
}
.page-news .list-news ul li {
    padding: 25px;
    border-bottom: 1px solid #eeeeee;
}
.page-news .list-news .pic {
    width: 200px;
	height: 150px;
    overflow: hidden;
    float: left;
}
.page-news .list-news .msg {
    width: 650px;
    float: left;
    margin-left: 30px;
}
.page-news .list-news .msg .title {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    margin: 20px 0 25px;
}
.page-news .list-news .msg .content {
    font-size: 14px;
    color: #666666;
    line-height: 2;
}
.page-news .list-news .time {
    float: right;
    text-align: right;
    color: #666666;
    margin-top: 23px;
}
.page-news .list-news .time p {
    font-size: 32px;
    color: #005ec2;
    font-weight: bold;
    margin-top: 5px;
}
.page-news .list-news ul li:hover {
    background-color: #f5f5f5;
}
.page-news .list-news ul li:hover .msg .title,
.page-news .list-news ul li:hover .time {
    color: #005ec2;
}
.page-news .list-news ul li img {
    transform: scale(1);
    transition: all .5s;
}
.page-news .list-news ul li:hover img {
    transform: scale(1.05);
}
.paging {
    text-align: center;
    margin-top: 30px;
}
.paging ul {
    display: inline-block;
}
.paging ul li {
    float: left;
    margin: 0 5px;
    width: 30px;
	height: 30px;
    line-height: 30px;
    border: 1px solid #d1d2d2;
}
.paging ul li a {
    font-size: 14px;
    color: #888888;
    display: block;
}
.paging ul li:first-child,
.paging ul li:last-child {
    width: 60px;
}
.paging ul li.on {
    background-color: #005ec2;
}
.paging ul li.on a {
    color: #fff;
}
.news-detail {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 10px;
}
.news-detail .title {
    font-size: 36px;
    color: #333333;
    font-weight: bold;
    margin: 30px 20px 0 0;
    line-height: 1.2;
}
.news-detail .time {
    color: #999999;
    margin: 20px 0 15px;
}
.news-detail .content {
    border-top: 1px solid #eeeeee;
    padding: 30px 0 60px;
    color: #333333;
    line-height: 2;
    text-indent: 2em;
}
.news-detail .content img {
    width: auto;
    max-width: 100%;
    margin: 15px auto;
    display: block;
}
.news-detail ol li {
    margin-bottom: 5px;
}
.news-detail ol li,
.news-detail ol li a {
    color: #333333;
} 
.news-detail ol li:hover,
.news-detail ol li:hover a {
    color: #005ec2;
}
.news-relevant {
    margin-top: 40px;
}
.news-relevant .top {
    font-size: 24px;
    color: #333333;
    font-weight: bold;
}
.news-relevant .list {
    border-top: 1px solid #eeeeee;
    margin-top: 10px;
}
.news-relevant .list ul li {
    border-bottom: 1px solid #eeeeee;
    padding: 20px 0;
}
.news-relevant .list ul li .title {
    font-size: 20px;
    color: #333333;
    float: left;
    width: 60%;
}
.news-relevant .list ul li .time {
    font-size: 14px;
    color: #005ec2;
    float: right;
}
.list-tzgg {
    margin-top: 30px;
}
.list-tzgg ul li {
    padding: 25px 30px;
    border-bottom: 1px solid #eeeeee;
}
.list-tzgg ul li .time {
    width: 88px;
	height: 88px;
	background-color: #ffffff;
	border-radius: 5px;
	border: solid 2px #005ec2;
    text-align: center;
    float: left;
    font-size: 24px;
    color: #005ec2;
    padding: 8px;
    letter-spacing: -1px;
}
.list-tzgg ul li .time span {
    border-bottom: 1px solid #005ec2;
    font-weight: bold;
}
.list-tzgg ul li .title {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    width: 670px;
    float: left;
    margin: 16px 0 0 30px;
}
.list-tzgg ul li .more {
    width: 115px;
	height: 36px;
    line-height: 36px;
	background-color: #005ec2;
	border-radius: 5px;
    float: right;
    text-align: center;
    color: #ffffff;
    margin-top: 25px;
}
.list-tzgg ul li:hover {
    background-color: #f5f5f5;
}
.list-tzgg ul li:hover .time {
    background-color: #005ec2;
    color: #ffffff;
}
.list-tzgg ul li:hover .time span {
    border-bottom: 1px solid #fff;
}
.list-tzgg ul li:hover .title {
    color: #005ec2;
}
.link {
    float: left;
    margin-left: 135px;
}
.link .title {
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 13px;
}
.link img {
    width: 16px;
}
.link a {
    font-size: 14px;
    color: #ffffff;
    display: block;
    margin-bottom: 4px;
}


@media screen and (max-width: 1600px) {
    .w1400 {
        width: 1200px;
    }
    .header-nav {
        margin-right: 115px;
    }
    .header-nav ul li {
        margin-left: 25px;
    }
    /* .header-search {
        display: none;
    } */
    .index-news-left {
        width: 775px;
    }
    .index-news-right {
        width: 405px;
    }
    /* .index-news-right .list-box ul li {
        margin-bottom: 18px;
    } */
    .index-news-right .list-box .list .title {
        width: 280px;
    }
    .index-news-right .list-box-blue .list .title {
        width: 290px;
    }
    .index-news-left .recommend {
        width: 385px;
    }
    .index-news-left .list {
        width: 320px;
    }
    .index-news-left .list ul li .msg {
        width: 245px;
    }
    .index-news-left .recommend .pic {
        height: 263px;
    }
    .index-news-left .list ul li {
        padding: 15px 0;
    }
    .index-news-title .title p {
        font-size: 28px;
    }
    .index-news-right .index-news-title .title i {
        font-size: 20px;
    }
    .page-nav {
        width: 240px;
    }
    .page-main {
        width: 925px;
    }
    .page-jgsz .list ul li {
        width: 290px;
        margin-right: 27px;
    }
    .page-ldjs .list ul li {
        width: 450px;
        padding: 15px 10px;
    }
    .page-ldjs .list ul li .msg {
        margin-left: 20px;
        width: 200px;
    }
    .page-ldjs-detail .pic {
        width: 240px;
        margin-right: 30px;
    }
    .page-ldjs-detail .box {
        width: 650px;
    }
    .page-news .list-news .msg {
        width: 550px;
    }
    .list-tzgg ul li .title {
        width: 600px;
    }
}