@charset "UTF-8";
.public-header-1{position: relative;}
.header-info{width:1200px;margin:0 auto;padding-top: 0;}
.header-wrap{height:144px;border-bottom:#d2d2d2 solid 1px;position:relative;}
.header-wrap a.logo{/*width:659px;*/width:400px;display:block;position: absolute;left: 0;top: 50%;transform: translateY(-50%);}
.header-wrap a.logo img{width:100%;}
.header-wrap span{width:520px;height:55px;text-align:center;line-height:55px;font-size:24px;color:#fff;background-color:#22a8a9;border-radius:10px;position:absolute;right:0;top:50%;transform:translateY(-50%);}
/*.header-wrap a.tel{width:340px;height:46px;background:url(/style/images/index/tel1.png) no-repeat;display:block;position:absolute;right:0;top:50%;transform:translateY(-50%);}*/
.header-wap{display:none;}
.header-nav{text-align:center;display:flex;display:-webkit-flex;flex-wrap:wrap;justify-content:space-between;padding: 41px 0 16px;}
.header-nav a{line-height:30px;font-size:24px;color:#333;border-bottom:transparent solid 2px;}
.header-nav a.active,.header-nav a:hover{color:#0f757a;border-bottom-color:#0f757a;}

.project{background-color:#22a8a9;}
.projectCon{width:1200px;margin:0 auto;display:flex;display:-webkit-flex;flex-wrap:wrap;justify-content:center;}
.projectCon a{float:left;width:191px;line-height:0;padding:110px 0 0;position: relative; margin: 0 10px;}
.projectCon a em{line-height:90px;text-align:center;font-size:20px;color:#fff;display:block;transition:all .3s;}
.projectCon a i{width:83px;height:83px;display: block;position:absolute;left: 50%;margin-left: -42px;top:40px;transition:all .3s;}
.projectCon a i.ioc1{background:url(/style/images/header/ioc_01.png) no-repeat;}
.projectCon a i.ioc2{background:url(/style/images/header/ioc_02.png) no-repeat;}
.projectCon a i.ioc3{background:url(/style/images/header/ioc_03.png) no-repeat;}
.projectCon a i.ioc4{background:url(/style/images/header/ioc_04.png) no-repeat;}
.projectCon a i.ioc5{background:url(/style/images/header/ioc_05.png) no-repeat;}
.projectCon a:hover{background-color:#70cfd0;box-shadow:#70cfd0 0 0 5px;border-radius:5px;}
.projectCon a:hover i{transform:scale(1.1);}
.projectCon a:hover em{font-size:24px;}
.project a.more{display:none;}

.new-header{display:none;}
@media only screen and (max-width: 750px){
	.public-top-1{display:none;}
	.public-header-1{display:none;}
	.new-header{padding-top:.32rem;display:block;}
	.new-header .logo{padding-bottom:.3rem;}
	.new-header .logo img{width:6rem;height:auto;margin-left:1.1rem;}
	.new-header .logo .navMore{width:.66rem;height:.54rem;background:url(/style/images/header/arrow.png) no-repeat center center;background-size:.46rem .34rem;position:absolute;left:.1rem;top:.4rem;}
	.project{}
	.projectCon{width:auto;}
	.projectCon a{width:20%;padding:.9rem 0 0;margin:0;}
	.projectCon a em{line-height:.9rem;font-size:.24rem;}
	.projectCon a i{width:.83rem;height:.83rem;margin-left: -.42rem;top:.2rem;}
	.projectCon a i.ioc1{background:url(/style/images/header/ioc_01.png) no-repeat;background-size:100% 100%;}
	.projectCon a i.ioc2{background:url(/style/images/header/ioc_02.png) no-repeat;background-size:100% 100%;}
	.projectCon a i.ioc3{background:url(/style/images/header/ioc_03.png) no-repeat;background-size:100% 100%;}
	.projectCon a i.ioc4{background:url(/style/images/header/ioc_04.png) no-repeat;background-size:100% 100%;}
	.projectCon a i.ioc5{background:url(/style/images/header/ioc_05.png) no-repeat;background-size:100% 100%;}
	.projectCon a:hover{background-color:transparent;box-shadow:#70cfd0 0 0 0;border-radius:0;}
	.projectCon a:hover i{transform:scale(1);}
	.projectCon a:hover em{font-size:.24rem;}
	.project a.more{display:none;}

}