.gymain{}
/*企业荣誉*/
.rongyu{
	width: 100%;
	overflow: hidden;

	padding-bottom: 80px;
}
.rongyu ul:first-child{
	border-top: #e5e5e5 solid 1px;
}
.rongyu ul li{
	position: relative;
	float: left;
	width: 23.29%;
	overflow: hidden;
	text-align: center;
	border-left: #e5e5e5 solid 1px;
	border-bottom: #e5e5e5 solid 1px;
	/*padding: 45px 45px 20px;*/
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.rongyu ul li:nth-child(4n)::after{
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 2px;
	height: 100%;
	border-right: #e5e5e5 solid 1px;
}
.diva{
	position: relative;
    padding-bottom: 134%;
    overflow: hidden;
}
.divb{
	width: 100%;
	padding: 0px 25px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
    position: absolute;
    height: 100%;
    overflow: hidden;
}
.ryjpg{
	position: relative;
    padding-bottom: 116%;
    overflow: hidden;
    margin-top: 45px;
    margin-bottom: 20px;
}
.ryjpg div{
	width: 100%;
    position: absolute;
    height: 100%;
    overflow: hidden;
    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.rongyu ul li img{
	max-height: 100%;
    width: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: 500ms linear;
}

.rongyu ul li:hover img{
	transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
}

.rongyu ul li p{
	color: #000000;
	font-size: 16px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	padding: 0px 45px;
}

/*关于我们*/
.guanyu{
	width: 100%;
	overflow: hidden;
	margin: 50px auto 0px;
}
.guanyuzi{
	float: left;
	width: 50%;
	overflow: hidden;
	padding-right: 80px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.guanyubt{
	width: 100%;
	overflow: hidden;
	margin-bottom: 40px;
}
.guanyubt span{
	display: inline-block;
	width: 100%;
	margin-bottom: 5px;
	color: #d1d1d1;
	font-size: 30px;
	font-weight: bold;
	font-family: arial;
}
.guanyubt p{
	color: #333333;
	font-size: 36px;
	font-weight: bold;
}
.guanyuzi>p{
	color: #333333;
	font-size: 16px;
	line-height: 40px;
}
.guanyutu{
	position: relative;
	float: right;
	width: 50%;
	overflow: hidden;
	padding-bottom: 30px;
}
.guanyutu img{
	position: relative;
	z-index: 1;
	width: 92.8%;
	float: right;
	margin-right: 30px;
}
.guanyutu i{
	position: absolute;
	right: 0;
	top: 30px;
	width: 92.8%;
	height: 464px;
	background-color: #259dd9;
}
/*发展战略*/
.gyfazhan{
	background: url(../images/newgybgtu.png);
	position: relative;
    z-index: 1;
    height: 341px;
    background-attachment: fixed;
	--moz-background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    margin-top: 100px;
}

.gyfzzi{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    text-align: left;
}
.gyfzzi span{
	position: relative;
	display: inline-block;
	width: 100%;
	padding-left: 100px;
	color: #ffffff;
	font-size: 36px;
	margin-bottom: 25px;
	margin-top: 40px;
}
.gyfzzi span i{
	position: absolute;
	left: 0;
	top: 20px;
	width: 80px;
	height: 4px;
	border-bottom: #ffffff solid 1px;
}
.gyfzzi p{
	color: #ffffff;
	font-size: 16px;
	line-height: 44px;
	padding-left: 100px;
	margin-bottom: 5px;
}

/*图*/
.zhanshitu{
	width: 100%;
	overflow: hidden;
	margin: 70px auto 0px;
}
.zhanshitu li{
	float: left;
	width: 31.8%;
	overflow: hidden;
	margin-right: 2.3%;
}
.zhanshitu li:nth-child(3n){
	margin-right: 0;
}

.scale {
	width: 100%;
	padding-bottom: 67.26%;
	height: 0;
	position: relative;
}
.item {
	width: 100%;
	height: 100%;
	background-color: #fff;
	position: absolute;
}
.item img{
	display: block;
	width: 100%;
	overflow: hidden;
}
.zstuzi{
	margin-top: 15px;
	overflow: hidden;
	position: relative;
	padding-left: 60px;
}
.zstuzi i{
	position: absolute;
	left: 2px;
	top: 7px;
	width: 40px;
	height: 4px;
	border-bottom: #000000 solid 1px;
}
.zstuzi span{
	display: inline-block;
	width: 100%;
	color: #333333;
	font-size: 16px;
	margin-bottom: 5px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.zstuzi p{
	color: #666666;
	font-size: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
/*数字*/
.shuzi{
	width: 100%;
	overflow: hidden;
	margin: 80px auto 80px;
}
.shuzicon{
}
.shuzicon ul{
	padding: 0px 40px;
	overflow: hidden;
	/*display: flex;
    align-items: center;
    justify-content: space-between;*/
}
.shuzicon ul li{
	float: left;
	width: 25%;
	overflow: hidden;
}
.num3{
	padding-left: 50px;
}
.num4{
	float: right;
	min-width: 200px;
}
.shuzicon ul li h3{
	color: #222222;
	font-size: 16px;
	font-weight: normal;
}
.shuzicon ul li h3 span{
	font-weight: bold;
	font-size: 50px;
}
.shuzicon ul li h3 span.timer{
	font-size: 80px;
}
.shuzicon ul li p{
	color: #666666;
	font-size: 16px;
	margin-top: -7px;
}


/*发展历程*/
.fazhan{
	width: 100%;
	overflow: hidden;
	margin: 80px auto;
}
.fazhancon{
}
.fazhancon h3{
	color: #000000;
	font-size: 36px;
	font-weight: bold;
}
.fazhancon>ul{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.fazhancon>ul::after{
	content: '';
	position: absolute;
	left: 4px;
	top: 60px;
	width: 2px;
	height: 100%;
	border-right: #dcdcdc solid 1px;
}
.fazhancon>ul>li{
	position: relative;
	width: 100%;
	/*overflow: hidden;*/
	margin-top: 25px;
	padding-left: 75px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.fazhancon>ul>li::before{
	content: '';
	position: absolute;
	left: 0;
	top: 30px;
	z-index: 2;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #02a2e7;
}
.fazhancon>ul>li::after{
	content: '';
	position: absolute;
	left: 0;
	top: 35px;
	z-index: 1;
	width: 75px;
	height: 2px;
	border-bottom: dotted #02a2e7 1px;
}
.fazhanbt{
	width: 100%;
	margin-bottom: 35px;
}
.fazhanbt i{
	display: inline-block;
	width: 80px;
	height: 80px;
	margin-right: 20px;
	border-radius: 50%;
	border: #FFFFFF solid 5px;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	transition: 300ms linear;
}
.fazhanbt i img{
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: cover;
}
.fazhanbt span{
	display: inline-block;
	color: #02a2e7;
	font-size: 20px;
	font-weight: bold;
}
.fazhancon>ul>li ul{
	overflow: hidden;
}
.fazhancon>ul>li ul li{
	width: 100%;
	margin-bottom: 35px;
	overflow: hidden;
}
.fazhancon>ul>li ul li span{
	float: left;
	display: inline-block;
	width: 115px;
	margin-right: 10px;
	color: #000000;
	font-size: 20px;
	font-weight: bold;
}
.fazhancon>ul>li ul li p{
	float: left;
	display: inline-block;
	width:75%;
	color: #666666;
	font-size: 16px;
}
.fazhancon>ul>li:hover .fazhanbt i{
	transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

/*研发实力*/
.innovate{
	width: 100%;
	overflow: hidden;
	margin: 80px auto 0px;
}
.cxtit{
	color: #444444;
	font-size: 16px;
	line-height: 32px;
}
.cxtit h5{
	color: #000000;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 40px;
}
.cxtit p{
	color: #444444;
	font-size: 16px;
	line-height: 32px;
}
.cximg{
	overflow: hidden;
	text-align: center;
	margin-top: 65px;
}
.cximg img{
	max-width: 100%;
	transition: 500ms linear;
}
.cximg:hover img{
	transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
}
/*生产&设备*/
.equipment{
	width: 100%;
	overflow: hidden;
	margin: 60px auto 80px;
}
.eqtit{
	overflow: hidden;
	padding-bottom: 15px;
	border-bottom: #0f7861 solid 1px;
}
.eqtit h5{
	color: #000000;
	font-size: 30px;
	font-weight: bold;
}
.eqzicon{
	overflow: hidden;
	margin-top: 30px;
		color: #333333;
	font-size: 16px;
	line-height: 28px;
}
.eqzili{
	overflow: hidden;
	margin-bottom: 30px;
}
.eqzili:last-child{
	margin-bottom: 0;
}
.eqzili span{
	display: inline-block;
	width: 100%;
	color: #02a2e7;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}
.eqzili p{
	color: #333333;
	font-size: 16px;
	line-height: 28px;
}
.imgtab{
	width: 100%;
	overflow: hidden;
	margin-top: 40px;
}
.imgmenu{
	width: 100%;
	overflow: hidden;
}
.imgmenu ul li{
	float: left;
	width: 50%;
	height: 70px;
	line-height: 70px;
	text-align: center;
	color: #333333;
	font-size: 20px;
	font-weight: bold;
	background-color: #eeeeee;
	cursor: pointer;
}
.imgmenu ul li.menusel{
	background-color: #02a2e7;
	color: #FFFFFF;
}
.imgbox{
	width: 100%;
	overflow: hidden;
}
.imgboxdiv{
	overflow: hidden;
	padding-top: 10px;
}
.imgboxdiv ul li{
	float: left;
	width: 23.5%;
	margin-right: 2%;
	margin-top: 20px;
	overflow: hidden;
}
.imgboxdiv ul li:nth-child(4n){
	margin-right: 0;
}
.imga{
	position: relative;
    padding-bottom: 75.75%;
    overflow: hidden;
}
.imgb{
	width: 100%;
    position: absolute;
    height: 100%;
    overflow: hidden;
}
.tudiv{
	position: relative;
    padding-bottom: 60.6%;
    overflow: hidden;
    margin-bottom: 20px;
}
.tudiv div{
	width: 100%;
    position: absolute;
    height: 100%;
    overflow: hidden;
}
.imgboxdiv ul li img{
	max-height: 100%;
    width: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: 500ms linear;
}
.imgboxdiv ul li:hover img{
	transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}
.imgboxdiv ul li p{
	color: #333333;
	font-size: 16px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.boxhide{
	display: none;
}
