.new-header,.container{min-width:320px;width:100%;max-width:750px;margin:0 auto;background-color: #fff;}
.new-header{/*! height:1.41rem; */overflow: hidden;position: relative;}
.new-header .logo{width:5.2rem;height:.95rem;margin:0 auto;padding: .21rem 0 .2rem;}
.new-header .logo img{width:100%;}

.new-header .menu{height:1.26rem;background:linear-gradient(#1ac498,#1d9a7f); display: flex; display: -webkit-flex; justify-content: space-between; align-items: center;}
.new-header .menu a{float:left;width:25%;position:relative;}
.new-header .menu a span{width:1.34rem;height:.59rem;font-size:0;display:block;margin:0 auto;}
.new-header .menu a:nth-child(1) span{background:url(/style/images/header/ioc_01.png) no-repeat;background-size:100% 100%;}
.new-header .menu a:nth-child(2) span{background:url(/style/images/header/ioc_02.png) no-repeat;background-size:100% 100%;}
.new-header .menu a:nth-child(3) span{background:url(/style/images/header/ioc_03.png) no-repeat;background-size:100% 100%;}
.new-header .menu a:nth-child(4) span{background:url(/style/images/header/ioc_04.png) no-repeat;background-size:100% 100%;}
.new-header .menu a:after{width:1px;height:.74rem;content:' ';background-color:#b9dcd4;display:block;position:absolute;right:0;top:50%;transform:translateY(-50%);}
.new-header .menu a:last-child:after{display:none;}