
.headerbox {
    max-width:1320px;
    margin:0 auto !important;
}
.cut3_wp{
    max-width:1300px;
    margin:0 auto;
}
.cut3_nav{
    background:#b01f24
}
.cut3_nav_bg ul{
    float:right;
    display:inline-block;
    margin-right: -1.5rem;
}
.cut3_nav_bg ul li{
    float:left
}
.cut3_nav_bg ul li a{
    display: block;
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding: 1rem 1.5rem;
}
.cut3_nav_bg ul li a:hover{
	background-color: #7d070b;
}

/*banner*/
.banner{
    position: relative;
    /* height:400px; */
    /* background: url('/style/home/images/cut13_1/banner.jpg') no-repeat center; */
    /* background-size:cover */
}
.banner img{
	width:100%
}
.banner_title{
    position: absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    text-align: center;
}
.banner_title div{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.banner_title h2{
    font-size: 32px;
    color:#fff;
    margin-bottom: 20px;
}
.banner_title span{
    color:#fff;
    margin-bottom: 6px;
    display: block;
}
.banner_title p{
    font-size: 18px;
    color:#fff;
}

.cut13_1_title{

}
.cut13_1_title h3{
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid darkgray;
    margin-bottom: 30px;
}
.cut13_1_title h3:after{
    content:"";
    display: block;
    width: 102px;
    height: 3px;
    background: #0152ad;
    margin-top: 20px;
}
.cut13_1_title p{
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 22px;
}
.cut13_1_p{
    font-size: 14px;
    line-height: 26px;
}
.cut13_1_p:before{
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #0152ad;
    margin-right: 12px;
}

.introduce , .science{
    padding: 70px 0;
}
.bright , .honorary{
    padding: 70px 0;
}
.bright{
    background: url("/style/home/images/cut13_1/bg.jpg");
}

.bright_list{
    width: 32%;
    height: 190px;
    float: left;
    background: #1464bd;
    color: #fff;
    font-size: 14px;
    position: relative;
}
.bright_list:nth-child(2){
    margin: 0 2%;
}
.bright_pos{
    position: absolute;
    width: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.bright_img{
    margin-right: 6%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.bright_pos p{
    float: right;
    line-height: 26px;
    width: 74%;
}

.introduce_left{
    width: 46%;
    float: left;
}
.introduce_right{
    width: 48%;
    float: right;
	text-align: center;
}
.introduce_right img{
	width:100%
}

.serve{
    position: relative;
}
.serve_left{
    width: 50%;
}
.serve_right{
    width: 50%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.serve_right .cut13_1_title{
    width: 52%;
    margin-left: 100px;
}

.honorary_list{
    width: 10.75%;
    margin-right: 2%;
    float: left;
    text-align: center;
	min-height: 160px;
}
/* .honorary_list:nth-last-child(2){ */
    /* margin-right: 0; */
/* } */
.honorary_list:nth-child(8){
    margin-right: 0;
}
.honorary_list p{
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    margin-top: 10px;
}

.honorary_img{
	padding-bottom:52%;
	height:0;
	overflow:hidden
}

.science{
	background:#edf0f5
}
.science .cut3_wp{
	max-width:900px;
}
.science .cut13_1_title h3{
	text-align:center
}
.science .cut13_1_title h3:after {
    margin: 20px auto 0;
}
.science_cont{
	margin-top:30px
}

.science_cont .science_list{
	margin: 0 auto;
}

.science_cont .science_list:nth-child(1){
	width:42%;
	float:left
}
.science_cont .science_list:nth-child(2){
	width:42%;
	float:right
}
.science_list .science_img{
	height:0;
	padding-bottom:56%;
	overflow:hidden
}
.science_list .science_img img{
	width:100%
}
.science_list p{
	padding: 20px 26px;
    background: #fff;
    font-size: 15px;
    line-height: 26px;
    height: 150px;
}


@media screen and (max-width: 1400px){
    .cut3_wp, .cut3_nav_bg, .headerbox {
        max-width: 1200px;
        margin: 0 auto;
        width: 92%;
    }
}

@media screen and (max-width: 1100px){
	.introduce_left , .introduce_right{
		width: 100%;
	}
	.serve {
		padding: 50px 0;
	}
	.serve_left {
		width: 92%;
		margin: 0 auto;
	}
	.serve_right {
		width: 100%;
		position: static;
		transform: translateY(0);
		padding: 50px 0;
	}
	.serve_right .cut13_1_title {
		width: 92%;
		margin-left: 0;
		margin: 0 auto;
	}

}

@media screen and (max-width: 1030px){
    .bright_list {
        padding: 20px;
    }
    .bright_pos {
        position: static;
        width: 100%;
        transform: translate(0);
    }
    .bright_img {
        margin-right: 0;
        text-align: center;
        position: static;
        transform: translateY(0);
    }
    .bright_pos p {
        line-height: 22px;
        width: 100%;
        margin-top: 16px;
        text-align: center;
    }

}


@media screen and (max-width: 950px){
	.science_cont .science_list:nth-child(1) {
		width: 48%;
	}
	.science_cont .science_list:nth-child(2) {
		width: 48%;
	}
	.science_list p {
		font-size: 14px;
	}
}


@media screen and (max-width: 780px){
    .cut3_nav_bg ul li a {
        padding: 1rem;
    }
    .banner {
        height: 300px;
    }
    .banner_title h2 {
        font-size: 26px;
    }
    .banner_title p {
        font-size: 16px;
        width: 80%;
        margin: 0 auto;
    }
    .bright_list {
        width: 100%;
        height: 160px;
        margin-bottom: 16px;
    }
    .bright_list:nth-child(2) {
        margin:0 0 16px 0
    }
    .bright_pos p {
        width: 90%;
        float: none;
        margin: 16px auto 0;
    }
    .introduce, .science ,.bright, .honorary{
        padding: 30px 0;
    }
    .honorary_list {
        width: 31%;
        margin-bottom: 12px;
    }

	.science_list p {
		padding: 20px 18px 40px;
	}

}


@media screen and (max-width: 600px){
	.science_cont .science_list:nth-child(1) {
		width: 100%;
		margin-bottom:20px
	}
	.science_cont .science_list:nth-child(2) {
		width: 100%;
	}
}


@media screen and (max-width: 500px){
    .bright_list {
        height: 180px;
    }
    .banner {
        height: 200px;
    }
    .banner_title h2 {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .banner_title p {
        font-size: 12px;
        width: 90%;
    }
    .cut13_1_title h3 {
        font-size: 18px;
    }
	.honorary_list {
		width: 100%;
		margin-bottom: 30px;
	}
}



.honorary_list .honorary_img img{
    cursor: pointer;
    transition: all 0.6s;
}
.honorary_list:hover{
    transform: scale(1.2);
}

.banner {
    height: 100%;
}
