﻿body{
	background: #f4f4f4;
}
.fix{
	width: 100%;
	position: fixed;
	top: 80px;
	left: 0;
	z-index: 1;
}.fl{
	float: left;
}
.fr{
	float: right;
}
.clearfix{
	overflow: hidden;
}
#about,#honor,#environment{
    padding-top: 60px;
    padding-bottom: 30px;
}
#about .fl {
    position: relative;
    width: 47%;
    height: 760px;
}
#about .fl .b2 {
    position: absolute;
    right: 80px;
    bottom: 120px;
    width: 250px;
    min-height: 296px;
    padding: 30px;
    background: #199FB1;
    box-sizing: border-box;
}
#about .fl .b2 h4 {
    font-size: 30px;
    font-family: 'DIN Condensed Bold';
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
}
#about .fl .b2 h5 {
    border-bottom: 1px solid #fff;
    font-size: 56px;
    font-family: 'DIN Condensed Bold';
    color: #fff;
    text-transform: uppercase;
    line-height: 118px;
    font-weight: 400;
}
#about .fl .b2 h6 {
    padding-top: 16px;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}
#about .fl .b2 p {
    padding-top: 10px;
    font-size: 18px;
    color: #fff;
}
#about .fr {
    position: relative;
    width: 50%;
    padding-top: 60px;
    padding-bottom: 80px;
}
#about .fr>h3 {
    padding-bottom: 8px;
    font-size: 100px;
    font-family: 'DIN Condensed Bold';
    color: #199FB1;
    text-transform: uppercase;
    line-height: 90px;
    font-weight: 400;
}
#about .fr>h5 {
    padding-bottom: 15px;
    border-bottom: 2px solid #199FB1;
    font-size: 30px;
    color: #333;
    line-height: 40px;
}
#about .fr>h5 span {
    display: block;
    font-size: 16px;
    color: #666;
    line-height: 20px;
}
#about .fr div.big.hh {
    height: 400px;
    overflow: hidden;
}
#about .fr div.big {
    width: 100%;
    /*height: 710px;*/
    overflow: auto;
    /* padding-top: 20px; */
    -webkit-transition: all .5s;
    transition: all .5s;
}
#about .fr div.big p {
    padding-bottom: 15px;
    font-size: 16px;
    color: #333;
    line-height: 26px;
}
#about .fr>h6 {
    margin-top: 40px;
    text-align: right;
}
#about .fr>h6 a {
    display: inline-block;
    width: 140px;
    height: 50px;
    border: 1px solid #199FB1;
    text-align: center;
    line-height: 45px;
    cursor: pointer;
    border-radius: 50px;
}
#about .fr>h6 a:hover {
    color: #fff;
    background: #199FB1;
}
#about .fr>h6 a span {
    font-size: 18px;
    color: #199FB1;
    width: 100%;
    height: 100%;
    display: inline-block;
}
#about .fr>h6 a span:hover {
    font-size: 18px;
    color: #fff;
}
#honor>div{
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 20px;
	/*justify-content: space-between;*/
}
#honor{
	background: #fff;
}
#honor img{
	display: block;
    width: 220px;
    height: 320px;
    margin: 5px 10px;
	box-shadow: 0 0 10px 0 #ddd;
}
#honor img:nth-child(5n){
	margin-right: 0;
}
#environment{
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 50px;
	/*justify-content: space-between;*/
}
#environment img{
	display: block;
	width: 600px;
	height: 400px;
	/*margin-bottom: 30px;
	margin-right: 30px;*/
	box-shadow: 4px 4px 10px 0 #ddd;
}
.contactbox{
	width: 100%;
	min-width: 1200px;
	display: flex;
}
.contactitem{
	width: 33.33333333%;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: #fff;
	height: 420px;
}
.contactitem:nth-child(2){
	background: #f4f4f4;
}
.contactitem:nth-child(3){
	background: #D3D3D3;
}
.contactitem:nth-child(3) h4,.contactitem:nth-child(3) p{
	color: #fff;
}
.contactitem h4{
	line-height: 4em;
	font-size: 20px;
}
.contactitem p{
	font-size: 16px;
	color: #666;
	text-align: center;
	line-height: 2;
}/* ???????????? */
.nyl_partner {
    width: 100%;
    height: 752px;
    position: relative;
    overflow: hidden;
}.nyl_partner1 {
    width: 100%;
    height: 352px;
    position: relative;
    overflow: hidden;
}.nyl_partner2 {
    width: 100%;
    height: 685px;
    position: relative;
    overflow: hidden;
}
.nyl_partner .scroll_bg {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-animation: bgScroll 24s infinite linear;
    animation: bgScroll 24s infinite linear;
    will-change: transform;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@keyframes bgScroll{
	0% {
	    -webkit-transform: translateY(0);
	    transform: translateY(0);
	}
	100% {
	    -webkit-transform: translateY(-100%);
	    transform: translateY(-100%);
	}
}
.nyl_partner .scroll_bg img{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 100%;
}
.nyl_partner .partner_cont {
    border: 1px solid #eeeeee;
    border-left: none;
    border-bottom: none;
    margin-top: 37px;
}.cont_w {
    width: 1200px;
    margin: 0 auto;
}
.nyl_partner .partner_cont li {
    float: left;
    border-left: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    position: relative;
    width: 239px;
    height: 150px;
    overflow: hidden;
}
.nyl_partner .partner_cont li a {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    width: 239px;
    height: 300px;
}
/* .nyl_partner .partner_cont li:hover a{
	top: -100%;
} */