@charset "utf-8";

.mode01 {
    margin-top: 60px;
}

.content .title {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    position: relative;
	background: url(../images/xdh_line.png) no-repeat center;
	height:75px;
}

.content .title i {
    display: inline-block;
    width: 16rem;
    height: 14px;
}

.content .title i:nth-last-of-type(1) {
    background: url(../images/xdh_title_bg02.png);
}

.content .title i:nth-last-of-type(2) {
    background: url(../images/xdh_/title_bg01.png);
}

.content h2 {
    /* background: url(../images/xdh_title_bg.png) no-repeat; */
    /* background-position: 48%; */
    display: inline-block;
    color: #BB271B;
    font-weight: bold;
    text-align: center;
    height: 75px;
    max-width: 655px;
    margin: 0 39px;
    margin-left: 88px;
    position: relative;
	margin-top:10px;
}

.content h2::before {
    content: '';
    background: url(../images/xdh_title_icon.png) no-repeat;
    background-position: center 80%;
    position: absolute;
    width: 55.3px;
    height: 50px;
    line-height: 50px;
    left: -63px;
}

.content .title .more {
    position: absolute;
    right: 14px;
    top: 30%;
    color: #BB271B;
}

.row {
    margin-top: 50px;
    overflow: hidden;
}

.mode01 .row_lf {
    float: left;
    width: 52.8%;
}
.slick{
    width: 100%;
}
.slick li {
    background-color: #BB271B;
    width: 100%;
}

.slick li .date {
    position: absolute;
    top: 53px;
    background: url(../images/xdh_date_bg.png) no-repeat;
    width: 109px;
    height: 37px;
    color: #fff;
    line-height: 37px;
    padding-left: 18px;
}

.slick li .articleTitle {
    display: inline-block;
    width: 72.4%;
    height: 64px;
    line-height: 64px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 26px;
}

.slick-dots {
    text-align: right;
    bottom: 5%;
    right: 6px;
}

.slick-dots li {
    width: 8px;
    height: 8px;
}

.slick-dots li button {
    background-color: #fff;
}

.mode01 .row_rt {
    float: right;
    width: 44.8%;
}

.mode01 .row_rt span {
    display: inline-block;
    width: 100%;
}

.mode01 .row_rt .articleTitle {
    color: #333333;
    font-weight: bold;
    height: auto;
    margin-bottom: 12px;
}

.mode01 .row_rt .summary {
    color: #999999;
    margin-bottom: 13px;
    line-height: 22px;
}

.mode01 .row_rt .date {
    color: #666666;
    float: none !important;
    height: 21px;
}

.mode01 .row_rt ul {
    margin-top: 0px;
    border-top: solid 1px #F2F2F2;
}

.mode01 .row_rt ul li {
    margin-top: 23px;
    background-color: #fff;
    height: 51px;
    line-height: 51px;
}

.mode01 .row_rt ul a {
    color: #333333;
    display: block;
    width: auto;
    padding-left: 16px;
}

.mode01 .row_rt ul a:hover{color:#c30004}

.mode01 .row_rt ul span {
    color: #999;
    float: right;
    margin-right: 20px;
    width: auto;
}

/* mode02 */
.content .mode02 {
    margin-top: 60px;
}

.mode02 .row {
    margin-top: 50px;
}
.mode02 ul{
    overflow: hidden;
}
.mode02 ul li {
    width: 32%;
    margin-bottom: 0px;
    float: left;
}
.mode02 ul li:nth-of-type(2n) {
    margin-left: 26px;
}
.mode02 ul li:last-child{
    float: right;
}

.mode02 ul li a {
    display: inline-block;
    width: 100%;
    overflow: hidden;
}

.mode02 ul li:nth-of-type(2n) img{float:left;}
.mode02 ul li:nth-of-type(2n) .info{float:right;}

.mode02 li .pic{
	width: 100%;
	height:280px;
	overflow:hidden;}
.mode02 li img {
    width: 100%;
	height:280px;
	overflow:hidden;
}

.mode02 li .info {
    width: 100%;
}
.mode02 .info .title1 {
	font-size:18px;
	padding-top:8px;
	font-weight:bold;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.info .title {
    color: #333333;
    text-align: left;
    font-weight: bold;
    margin-bottom: 13px;
    line-height: 24px;
}

.info .summary {
    color: #777;
    padding-top: 11px;
    border-top: 1px solid #EFEFEF;
    line-height: 24px;
}


.mode05 .row {
    margin-top: 50px;
}
.mode05 ul{
    overflow: hidden;
}
.mode05 ul li {
    width: 23.5%;
    margin-bottom: 0px;
    float: left;
	margin-left:25px;
}
/* .mode05 ul li:nth-of-type(2n) {
    margin-left: 26px;
}*/
.mode05 ul li:first-child{
    margin-left:0px;
} 

.mode05 ul li a {
    display: inline-block;
    width: 100%;
    overflow: hidden;
}
.mode05 li .pic{
	width: 100%;
	height:200px;
	overflow:hidden;}
.mode05 li img {
    width: 100%;
	height:200px;
	overflow:hidden;
}

.mode05 li .info5 {
    width: 100%;
}
.mode05 .info5 .title1 {
	font-size:17px;
	padding-top:8px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.info5 .title {
    color: #333333;
    text-align: left;
    font-weight: bold;
    margin-bottom: 13px;
    line-height: 24px;
}

.info5 .summary {
    color: #777;
    padding-top: 11px;
    border-top: 1px solid #EFEFEF;
    line-height: 24px;
}


/* mode3 */
.mode03 {
    margin-top: 59px;
}
/* .mode03 .title{ width: auto;} */

.mode03 .row {
    background: url(../images/xdh_mid_bg.jpg) no-repeat;
    background-position: center;
    background-size: cover;
	padding-top:50px;
	padding-bottom:20px;
}

.mode03 .content {
    position: relative;
}

.swiper-container {
    
}

.swiper-slide {
    /* width: 695px; */
    /* width: 61.179%; */
    /* margin: 57px 0; */
	/* margin-bottom:100px; */
}

.swiper-slide a {
    display: block;
    /* height: 0px;
    padding-bottom: 66%; */
}

.swiper-button-prev {
    background-image: url(../images/xdh_swiper_lf.png);
    width: 34px;
    height: 95px;
    left: 0px;
    background-color: rgba(255, 255, 255, 0.65);
}

.swiper-button-next {
    background-image: url(../images/xdh_swiper_rt.png);
    width: 34px;
    height: 95px;
    right: 0px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.65);
}
.swiper-button-next, .swiper-button-prev{background-size: 15px 29px;}

/* mode04 */
.mode04 {
    margin-top: 50px;
    overflow: hidden;
	padding-bottom:20px;
}

.mode04 .row_lf {
    width: 100%;
    float: left;
    margin-top: 30px;
}

.mode04 .row_rt {
    width: 47.9%;
    float: right;
    margin-top: 51px;
}

.lf_top>.title,
.lf_bottom>.title,
.row_rt>.title,
.row_lf>.title {
    text-align: left;
    height: 24px;
    line-height: 24px;
    color: #BB271B;
    border-left: #BB271B solid 6px;
    padding-left: 9px;
    width: 100%;
}

.mode04 .lf_top .title a {
    top: 0;
}

.mode04 .lf_top ul li,
.mode04 .lf_bottom ul li,
.mode04 .row_rt ul li,
.mode04 .row_lf ul li,
.mode05 .lf_top ul li,
.mode05 .lf_bottom ul li,
.mode05 .row_rt ul li,
.mode05 .row_lf ul li {
    margin-top: 24px;
    height: 21px;
    width: 100%;
}

.lf_top ul li a,
.lf_bottom ul li a,
.row_rt ul li a,
.row_lf ul li a {
    display: inline-block;
    overflow: hidden;
    width: 100%;
}

.lf_top ul .title,
.lf_bottom ul .title,
.row_rt ul .title,
.row_lf ul .title1 {
    text-align: left;
    /* width: 90%; */
    font-size: 1.6rem;
}
.row_lf ul .title1{padding-left:10px;}

.mode04 .row_lf ul li{
	background:#fff;
	height:70px;
	width:48%;
	float:left;
	line-height:70px;
	box-shadow: 0 0 14px rgba(0,0,0,.16);
	margin-left:8px;
}
.mode04 .row_lf ul li:nth-of-type(2n){
	float:right;
	margin-right:8px;
}

.lf_top .date,
.lf_bottom .date,
.row_rt .date,
.row_lf .date {
    float: right;
    font-size: 1.6rem;
	color:#888;
}
.row_lf .date{padding-right:10px;}

.lf_bottom {
    margin-top: 65px;
}

/* mode05 */
.mode05,
.mode06 {
    margin-top: 50px;
    overflow: hidden;
}

.mode05 .row,
.mode06 .row {
    width: 100%;
}

.mode05 .row_lf {
    width: 47.6%;
    float: left;
}

.mode05 .row_rt {
    width: 47.83%;
    float: right;
}

.mode05 .row_lf li,
.mode05 .row_lf li a {
    height: 24px !important;
    line-height: 24px;
}

.mode05 .row_lf .title {
    width: 100%;
}

.mode05 .row_rt ul {
    display: block;
    overflow: hidden;
    width: 100%;
}

.mode05 .row_rt li {
    margin-top: 14px;
    height: auto;
    /* max-width: 274px; */
    float: left;
    margin-right: 25px;
    width: 47.8% !important;
}

.mode05 .row_rt li img{
    width: 100%;
}

.mode05 .row_rt li:last-child {
    margin-right: 0px;
    float: right;
}

.mode05 .row_rt li a {
    display: inline-block;
    height: 0px;
    padding-bottom: 117.1%;
}
li.mode5_img{
    height: auto !important;
    margin-top: 14px !important;
}

.mode06 .row div {
    width: 48.29%;
    float: left;
    height: auto;
}

.mode06 .row a {
    display: inline-block;
    height: 0px;
    padding-bottom: 56.3%;
}

.mode06 .row div:last-child {
    float: right;
}

.count {
    margin-top: 97px;
    display: flex;
    justify-content: space-between;
}

.count>.item {
    width: 180px;
    height: 356px;
    text-align: center;
    background-image: url(../images/xdh_mode06_bg.png);
    background-size: cover;
    background-position: center;
    position: relative;
}

.count .number {
    font-size: 7.2rem;
    height: 83px;
    line-height: 83px;
    color: #D02517;
    font-weight: bold;
    margin-top: 98px;
    text-align: center;
    overflow: hidden;
    text-shadow: 0 4px 11px rgba(0, 0, 0, 0.3);
}

.count i {
    content: '';
    display: block;
    width: 33px;
    height: 1px;
    background: url(../images/xdh_mode06_bg2.png) no-repeat;
    background-position: center center;
    margin: 0 auto;
    margin-top: 12px;
}

.count .name {
    text-align: center;
    color: #BB271B;
    margin-top: 17px;
}
footer {
    margin-top: 60px;
	
}

@media screen and (max-width:1240px) {
    .mode02 ul li{width: 46.9%}
    .mode05 .row_rt li{width: 46.9% !important;}
    .header .logo_01::after{left: 26%;}
    .header .logo_02{left: 26%;}
}
@media screen and (max-width:1024px) {
    .mode05 .row_lf li, .mode05 .row_lf li a{
        height: 20px !important;
        line-height: 20px;
        margin-top: 20px !important;
    }
    .mode01 .row_rt ul li{ margin-top: 15px;}
    .mode01 .row_rt ul li{ height: 41px; line-height: 41px;}
    .info .title{ margin-bottom: 5px;}
    .info .summary{ padding-top: 5px; line-height: 20px;}
}
@media screen and (max-width:999px) {
    .mode01 .row_rt ul span{margin-right: 2rem;}
    /* .header,.nav{ display: none; } */
    .mobile{display: block;}
    .mode02 ul li{width: 100%;}
    .mode02 ul li:nth-of-type(2n){margin-left: 0px;}
    .mode04 .row_lf,.mode04 .row_rt,.mode05 .row_lf,.mode05 .row_rt{width: 100%;}
    .mode05 .row_rt{margin-top: 40px;}
    .mode05 .row_rt li{ }
    .sub_right{width: 100%;}
    .pages{display: none;}
    .mobile_page{
        display: block;
        margin: 0 auto;
        text-align: center;
        width: 90%;
        height: auto;
    }
    .mobile_page a{
        display: inline-block;
        width: 120px;
        height: 48px;
        line-height: 48px;
        border: 1px solid #D8D8D8;
        border-radius: 24px;
        text-align: center;
        font-size: 1.6rem;
        font-weight: lighter;
        margin-left: 16px;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .gp-container{
        width: 100%;
    }
    .count .number{
        font-size: 6.2rem;
    }
    .mode01 .row_lf{
        float: none;
        margin: 0 auto;
        width: 80%;
    }
    .mode01 .row_rt{
        float: none;
        width: 100%;
        margin-top: 40px;
    }
}
@media screen and (max-width:768px) {
    .count .number{
        font-size: 4.2rem;
    }
    .content .title i{
        display: none;
    }
    .content .title .more{ top: 35%;}
}
@media screen and (max-width:640px) {
    .slick-dots{ display: none !important;}
}
@media screen and (max-width:479px) {
    .mode01 .row_lf{
        width: 100%
    }
    .content .title .more{top: 19%;}
    .mode02 li img,.mode02 li .info{width: 100%;}
    .mode02 li .info{margin-top: 10px;}
    .count .number{font-size: 3.2rem;}
}
@media screen and (max-width:413px) {
    .mode05 .row_rt li{width: 46% !important;}
    .count .number{font-size: 2.6rem;}
    .content h2{ font-size: 3rem;}
    .content h2::before{
        /* background-size: cover; */
        width: 50px;
        height: 45px;
    }
    .mode05 .row_rt li,.mode06 .row div{
        width: 100% !important;
        margin-top: 10px;
    }
    .count{
        flex-wrap: wrap;
    }
    .count>.item{
        width: 100%;
        background-repeat: no-repeat;
        background-size: auto;
        margin-top: 15px;
    }
    .links{ height: auto;}
    .links ul{
        flex-wrap: wrap;
        justify-content: center;
    }
    .links li a{ margin: 0 10px;}
}