/* .main {
    height: 3000px;
} */

/* 第一块 */

/* 第一块结束 */
/* 第一块结束 */

/* 第二块 */

.content .title {
    width: 135px;
    height: 40px;
    line-height: 33px;
    background: url('../ysdwimages/whstitbg.png') no-repeat;
    background-size: 100% 35px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
	margin-bottom:15px;
}
.content .more {
    font-size: 16px;
    color: #999999;
}
.content .more:hover {
    color: #237fcc;
}

/* 第二块结束 */

/* 第三块 */
    .b3 {
        height: 380px;
        padding: 20px;
        margin-top: 30px;
        background: url('../ysdwimages/whspic2.jpg') center no-repeat;
        background-size: cover;
        overflow: hidden;
    }
    .b3 .hd {
        height: 90px;
        line-height: 90px;
        margin-bottom: 25px;
        border-bottom: 1px solid #ddd;
        /* background-color: red; */
    }
    .b3 .hd dl {
        justify-content: space-around;
    }
    .b3 .hd dl dd {
        position: relative;
        width: 33.33333%;
        text-align: left;
    }
    .b3 .hd dl dd.on a {
        color: #0968b7;
    }
	.b3 .hd dl dd.on  {
		 background: url('../ysdwimages/whspic4.png') bottom center no-repeat;
    }

    .b3 .hd dl dd a {
        font-size: 27px;
        color: #1F1F1F;
    }
    .b3 .bd {
        height: 240px;
        overflow: hidden;
    }
    .b3 .bd dl {
        display: flex;
        flex-wrap: wrap;
    }
    .b3 .bd dl dd {
        justify-content: space-between;
        width: 28%;
        padding: 20px;
        margin-right: 3%;
        margin-bottom: 25px;
        background-color: #fff;
    }
	
    .b3 .bd dl dd:nth-child(3n) {
        margin-right: 0;
    }
    .b3 .bd dl dd .date {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-right: 5px;
        margin-right: 10px;
        border-right: #ccc 1px solid;
        width: 65px;
        font-size: 14px;
        color: #919191;
    }
    .b3 .bd dl dd .date .d {
        font-size: 30px;
        color: #666;
    }
    .b3 .bd dl dd .text {
        width: 265px;
        font-size: 16px;
        line-height: 27px;
    }
	.b3 .bd dl dd:hover {
        background-color: #237fcc;
    }
	.b3 .bd dl dd:hover .date {
        color: #fff;
    }
	.b3 .bd dl dd:hover .date .d {;
        color: #fff;
    }
	.b3 .bd dl dd:hover .text {
         color: #fff;
    }
/* 第三块结束 */

/* 第五块 */
    .b5 {
        padding: 30px 40px 20px;
        background-color: #f6f6f6;
        overflow: hidden;
    }
    .b5 .hd {
        border-bottom: 0!important;
    }
    .b5 .bd img {
        width: 100%;
        height: 90%;
    }
    .b5 .bd p {
        color: #1F1F1F;
        font-size: 14px;
		text-align:center;
    }
/* 第五块结束 */
/*科技平台 */
.b6 {
    background: url('./whskjptbg.jpg') center top no-repeat;
    background-size: cover;
    overflow: hidden;
	margin-top:30px;
}
.b6 .content-1270 {
    position: relative;
    margin-top: 60px;
    padding-bottom: 30px;
}
.b6 .hd {
    margin-bottom: 50px;
    font-size: 34px;
    color: #000000;
    text-align: center;
}
.b6 .bd {
    width: 1000px;
    margin: 0 auto;
}
.b6 .bd .prev {
    position: absolute;
    left: 1%;
    top: 50%;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: url('../ysdwimages/whspicprev.jpg') no-repeat;
    background-size: contain;
    cursor: pointer;
}
.b6 .bd .next {
    position: absolute;
    width: 54px;
    height: 54px;
    right: 1%;
    top: 50%;
    border-radius: 50%;
    background: url('../ysdwimages/whspicprev.jpg') no-repeat;
    background-size: contain;
    transform: rotate(-180deg);
    cursor: pointer;
}
.b6 .bd .swiper-slide a{
    display: block;
    width: 333px;
    height: 187px;
}
.b6 .bd h3 {
    width: 337px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #fff;
}
.b6 .bd h3:hover{
    color: #237fcc;
}
.b6 .bd .swiper-slide img {
    height: 187px;
	width: 323px;
    vertical-align: top;
}

/* 解决右边空白问题 */
.mySwiper3 .swiper-wrapper .swiper-slide:first-child {
    margin-right: 20px; 
}
.mySwiper3  .swiper-pagination {
    position: absolute;
    bottom: 29%!important;
    text-align: right!important;
}
.mySwiper3  .swiper-pagination .swiper-pagination-bullet {
    margin: 0 6px!important;
    background-color: transparent;
    border: 2px solid #fff!important;
}
.mySwiper3  .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #fff!important;
}
.mySwiper4 .swiper-wrapper .swiper-slide:first-child {
    margin-right: 8px; 
}
.mySwiper4  .swiper-pagination {
    position: absolute;
    bottom: 29%!important;
    text-align: right!important;
}
.mySwiper4  .swiper-pagination .swiper-pagination-bullet {
    margin: 0 6px!important;
    background-color: transparent;
    border: 2px solid #fff!important;
}
.mySwiper4  .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #fff!important;
}
/* 第三块结束 */
/* 专提专栏 */
.ztzlblock {
		position:relative;
		margin-top:30px;
		}
		.ztzlblock ul,.ztzlblock li,.ztzlmore{
		display:inline-block;
		}
		.ztzlblock li a{
		 display:block;
		 width:520px;
		 height:220px;
		 margin-right:30px;
		}
		.ztzlblock li img{
		    width:100%;
			height:100%
		}
		.ztzlmore{
		position:absolute;
        top: -8px;
        right: -24px;
		}
		.ztzlmore a{
			
		   display:block;
			width:200px;
			height:243px;
		}
		.ztzlmore  img{
		    width:100%;
			height:100%
		}
		
		        /*资质*/
.zzry li{
	float: left;
	width: 228px;
    height: 200px;
	margin-right:18px;
	text-align: center;
}
.zzry li img{
    width: 228px;
    height: 173px;
}
.zzry li:last-child{
	margin-right:0px;
}
.zzrydiv .title{
	    padding: 25px;
}
.zzrydiv .title h2{
	float:left;
}
.zzrydiv .title h2 a{
	display:block;
    width: 135px;
    height: 40px;
    line-height: 33px;
    background: url('../ysdwimages/whstitbg.png') no-repeat;
    background-size: contain;
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
}
.zzrydiv .title h2 .noactive{
    background:none;
    color: #237fcc;
}

.zzrydiv .more {
    font-size: 16px;
    color: #999999;
    line-height: 35px;
    float: right;
    display: none;
}
.zzrydiv .more:hover {
    color: #237fcc;
}


		
		