@charset "utf-8";
.abouts_in{ padding-top:60px; padding-bottom:80px;}
.abouts_show{}
.abouts_show .about_in_l{ float:left; width:40%; position:relative; overflow:hidden}
.abouts_show .about_in_l img{ width:100%;transition: transform 2s;}
.abouts_show .about_in_l:hover img{ transform: scale(1.1);}
.abouts_show .about_in_l span{ position:absolute; left:50%; top:50%; z-index:2; background:url(../images/video_icon.png) center center no-repeat; width:117px; height:117px; margin-left:-60px; margin-top:-60px;display: none;}
.abouts_show .about_in_r{ float:right; width:55%; text-align:left; line-height:220%; font-size:16px;}

.number_show{ text-align:center; padding-top:50px;}
.number_show ul li{ font-size:16px; color:#999; text-align:center; width:23%; display:inline-block;}
.number_show ul li div{ display:block; margin-bottom:15px; color:#000;}
.number_show ul li div span{ color:#317ff7; margin-right:20px;}

.Partner_in{ background:#f4f4f4 url(../images/partner_back.jpg) center center no-repeat; background-size:cover; padding:90px 0;}
.Partner_in ul{ text-align:center;}
.Partner_in ul li{ background-color:#ffffff; display:inline-block; width:17.5%; margin:1%; overflow:hidden;-webkit-transition: all ease .4s;transition: all ease .4s;}
.Partner_in ul li img{ width:100%;}
.Partner_in ul li:hover{box-shadow: 0 8px 35px rgba(0, 0, 0, .15);-webkit-transition: all ease .4s;transition: all ease .4s;    transform: translateY(-10px);}

.culture_in{ background:#113b6e url(../images/wenhua_back.jpg) center center no-repeat; background-size:cover; padding:90px 0;}
.culture_in .culture_lists{ text-align:center;}
.culture_in .culture_lists .item{ text-align:center; color:#FFF;}
.culture_in .culture_lists .item .wenhua_icon{ height:150px; position:relative;}
.culture_in .culture_lists .item .wenhua_icon img{display: block;
margin: auto;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%); max-width:80%; max-height:80%;}
.culture_in .culture_lists .item h4{ color:#ff9c00; font-size:26px; margin-bottom:25px;}
.culture_in .culture_lists .item .miaoshu{ display:block; font-size:16px; line-height:200%; }
.culture_in .culture_lists .slick-dots{ bottom:-60px;}
.culture_in .culture_lists .slick-dots li{ margin:0px 5px;}
.culture_in .culture_lists .slick-dots li button {
    border: 0;
    display: block;
    height: 12px;
    width: 12px;
    padding: 0;
    margin: 0;
    outline: none;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: none;
    border-radius: 50%; border:#FFF 1px solid;
}
.culture_in .culture_lists .slick-dots li.slick-active button{ background-color:#317ff7;border:#317ff7 1px solid;}



@media (max-width:768px) {
	.abouts_in {
    padding-top: 3rem;
    padding-bottom: 4rem;
}
.abouts_show .about_in_l {
    float: none;
    width: initial;
}
.abouts_show .about_in_l span {

    width: 6rem;
    height: 6rem;
    margin-left: -3rem;
    margin-top: -3rem;
    background-size: cover;
}
.abouts_show .about_in_r {
    float: none;
    width: initial;
    font-size: 1rem;
    padding-top: 1rem;
}
.number_show {
    text-align: center;
    padding-top: 2rem;
}
.number_show ul li {
    font-size: 1rem;
    width: 48%;
    margin-bottom: 2rem;
}
.Partner_in{ padding:4rem 0}
.Partner_in ul li{ width:46%;}
	}
	
