body{
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
/*::-webkit-scrollbar{
    display:none;
}*/
/* 头部样式 */
.header{
    line-height: 100px;
}
.main{
    width: 1280px;
    margin: auto;
}
.head-content{
   /* height: 70px;*/

}
/*.logo{
    float: left;
    width: 300px;
    height: 70px;
}*/
.header-menu{
    display: inline-block;
    float:right;
    list-style: none;
    margin: 0;
}
.menu-li:hover{
    display: inline-block;
    margin-left: 40px;
    padding: 0 10px;
    font-weight: bolder;
    cursor: pointer;
    color: #0DA891;
    border-top: 4px solid #0DA891;
}
.static{
    display: inline-block;
    margin-left: 40px;
    border-top: 4px solid white;
    padding: 0 10px;
    font-weight: bolder;
}
.menu-active{
    display: inline-block;
    margin-left: 40px;
    padding: 0 10px;
    font-weight: bolder;
    cursor: pointer;
    color: #0DA891;
    border-top: 4px solid #0DA891;
    
}
.banner{
    margin-bottom: 20px;
}
.banner-img{
    width: 100%;
    height: 285px;
}
.introduction{
    margin: 60px 0 50px 0;
}
.introduction>h1{
    display: inline-block;
    margin-bottom: 15px;
}
.honor{
    margin-top: 50px;
}
.turn_left{
    float: left;
    margin-top: 75px;
}
.turn_right{
    float: right;
    margin-top: 75px;
}
.turn_left,.turn_right:hover{
    cursor: pointer;
}
.award-ul{
    position: relative;
    display: inline-block;
    width: 97%;
    height: 215px;
    overflow: hidden;
}
.award{
    position: absolute;
    box-sizing: border-box;
    padding: 0 15px 15px 15px;
    width: 25%;
    height: 100%;
    text-align: center;

}
.award_1{
     left: 0;
     top: 0;
}
.award_2{
    left: 25%;
    top: 0;
}
.award_3{
    left: 50%;
    top: 0;
}
.award_4{
    left: 75%;
    top: 0;
}
.award_5{
    left: 100%;
    top: 0;
}.award_6{
     left: 125%;
     top: 0;
 }
.award_7{
    left: 150%;
    top: 0;
}
.award_8{
    left: 175%;
    top: 0;
}
.award_9{
    left: 200%;
    top: 0;
}
.award_10{
    left: 225%;
    top: 0;
}
.award>img{
    width: 100%;
    height: 175px;
}
.award>p{
    margin: 20px 0 30px 0;
    font-size: 14px;
    color: #737373;
}
.introduction-detail{
    overflow: hidden;
}
.introduction-img{
    float: left;
    margin-right: 40px;
}
.introduction-detail>span{
    font-size: 18px;
    color: #323232;
    letter-spacing: 1px;
    line-height:36px;
}
.culture-box{
    background: #0da8b2;
    padding: 20px 0;
}
.culture_pic{
    float: left;
    margin: 20px 40px 0 0;
}
.culture_p{
    font-size: 18px;
    line-height: 36px;
    letter-spacing: 1px;
    color: #ffffff;
}
.develop{
    margin: 127px 0 55px 0;
}
.deve_detail{
    display: block;
    margin: 0 auto;
}



.graduate_box{
    background: #f1f1f1;
    padding: 55px 0;
    overflow: hidden;
}
.graduate{
    margin: 0 0 55px 0 ;
}
.introduce_pic{
    float: left;
    margin-right: 40px;
}
.graduate_p{
    color: #3e3e3e;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 1px;
}
.more_intro{
    float: right;
	display:block;
	background-color:#ffffff;
	color:#5b5b5b;
	width:80px;
	height:30px;
	line-height:30px;
	border-radius:30px;
	text-align:center;
}
.more_intro:hover{
    cursor: pointer;
}
/* 尾部 */
.footer{
    background-color: #5A5A5A;
}
.foot-box{
    width: 1200px;
    margin: auto;
    padding: 30px 0;
    text-align: left;
    overflow: hidden;
}
.foot-box>img{
    float: left;
    margin-right: 30px;
}
.more-info{
    margin:0 0 30px 0;
    list-style: none;
}
.more-info>li{
    display: inline-block;
    border-left: 1px solid white;
    padding-left: 20px;
    margin-right: 20px;
}
.more-info>li>a{
    color: #D0D0D0;
}
.foot-box>span{
    display: block;
    font-size: 14px;
    color: white;
    line-height:180%; 
}