@media screen and (min-width:1200px) {
	
	/* 鏍稿績浼樺娍寮€濮� */
	.page-Core{
	    width: 100%;
	    margin-top: 100px;
	    margin-bottom: 100px;
	}
	.page-Core .container{
	    width: 94%;
	    max-width: 1400px;
	    margin: 0 auto;
	}
	.page-Core .container .page-title{
	    text-align: center;
	    margin-bottom: 80px;
	}
	.page-Core .container .page-title h2{
	    font-size: 30px;
	    font-weight: bold;
	    color: #333;
	}
	.page-Core .container .page-title h2 span{
	    font-size: 30px;
	    color: #006cbd;
	    font-weight: bold;
	}
	.page-Core .container .page-title .strings{
	    width: 70px;
	    height: 2px;
	    background: #C0C0C0;
	    margin: 12px auto 0 auto;
	}
	.page-Core .container .core ul{
	    display: flex;
	    flex-wrap: wrap;
	    justify-content: center;
	}
	.page-Core .container .core ul li{
	    width: 30%;
	    text-align: center;
	    padding: 3%;
	    box-sizing: border-box;
	    display: block;
	}
	
	.page-Core .container .core ul li:nth-child(1){
	    border-bottom: 1px solid #eee;
	}
	.page-Core .container .core ul li:nth-child(2){
	    border-left: 1px solid #eee;
	    border-bottom: 1px solid #eee;
	}
	.page-Core .container .core ul li:nth-child(3){
	    border-left: 1px solid #eee;
	    border-bottom: 1px solid #eee;
	}
	.page-Core .container .core ul li:nth-child(5){
	    border-left: 1px solid #eee;
	}
	.page-Core .container .core ul li:nth-child(6){
	    border-left: 1px solid #eee;
	}
	.container .core ul li .img{
	    width: 90px;
	    height:90px;
	    margin: 0 auto;
		background: #006cbd;
		border-radius:50px;
		color:#fff;
		font-size:28px;
		text-align:center;
		line-height:90px;
		transition: .4s;
	  -webkit-transition: .4s;
	  -moz-transition: .4s;
	  -ms-transition: .4s;
	}
	.container .core ul li.active{
	    background-color: #006cbd;
	    color: #fff;
	}
	.container .core ul li.active .img .icon-on{
	    display: block;
	}
	.container .core ul li.active .img .ico{
	    display: none;
	}
	.container .core ul li .img .icon-on{
	    display: none;
	    transition: .4s;
	    -webkit-transition: .4s;
	    -moz-transition: .4s;
	    -ms-transition: .4s;
	    -o-transition: .4s;
	}
	
	.container .core ul li:hover .img{
	    transform: rotate(360deg);
		transition: all ease 600ms;
	}
	.container .core ul li .img img{
	    width: 100%;
	    height: 100%;
	}
	.container .core ul li .text h2{
	    font-size: 18px;
	    font-weight: bold;
	    margin-top: 22px;
	}
	.container .core ul li .text p{
	    font-size: 14px;
		color: #666;
	    margin-top: 12px;
	    line-height: 21px;
	}
	/* 鏍稿績浼樺娍浠嬬粛 */
	
	/* 鏈嶅姟娴佺▼寮€濮� */
	.page-advantage{
	    width: 100%;
	    margin-top: 100px;
	    margin-bottom: 100px;
	}
	.page-advantage .container{
	   width: 94%;
	    max-width: 1400px;
	    margin: 0 auto;
		overflow:hidden;
	}
	.page-advantage .container .page-title{
	    text-align: center;
	    margin-bottom: 80px;
	}
	.page-advantage .container .page-title h2{
	    font-size: 30px;
	    font-weight: bold;
	    color: #333;
	}
	.page-advantage .container .page-title h2 span{
	    font-size: 30px;
	    color: #006cbd;
	    font-weight: bold;
	}
	.page-advantage .container .page-title .strings{
	    width: 70px;
	    height: 2px;
	    background: #C0C0C0;
	    margin: 12px auto 0 auto;
	}
	.page-advantage .container .advantage{
		display: flex;
	    flex-wrap: wrap;
		justify-content: space-between;
	}
	.page-advantage .container .advantage .text{
		width:53%;
	}
	.page-advantage .container .advantage .pic{
		width:43%;
	}
	.page-advantage .container .advantage .text .item{
		display: flex;
	    flex-wrap: wrap;
		align-items: center;
		margin-bottom: 2.1%;
		position:relative;
		background: #f8f8f8;
	    height: 18%;
	}
	.page-advantage .container .advantage .text .item::after{
		content: "";
	    height: 2px;
	    background: #006cbd;
	    position: absolute;
	    bottom: -10px;
	    left: 8px;
	    margin: auto;
	    transition: .4s;
	    -webkit-transition: .4s;
	    -moz-transition: .4s;
	    -ms-transition: .4s;
	    -o-transition: .4s;
	    width: 0;
	}
	.page-advantage .container .advantage .text .item:hover::after{
		/* width: 90px; */
	}
	.page-advantage .container .advantage .text .item .item-mian{
		width:27%;
		font-size: 18px;
		margin-left: 4%;
		font-weight: bold;
	}
	.page-advantage .container .advantage .text .item .item-mian span{
		font-size: 48px;
	    color: #006cbd;
	}
	.page-advantage .container .advantage .text .item .item-note{
		width:60%;
		line-height: 22px;
	    font-size: 14.5px;
	}
	
	/* 鏈嶅姟娴佺▼缁撴潫 */
}
@media screen and (min-width:320px) and (max-width:767px) {
	
	
	/* 鏍稿績浼樺娍寮€濮� */
	.page-Core{
	    width: 100%;
	    margin-top: 0.966183rem;
	    margin-bottom: 1.207729rem;
	}
	.page-Core .container{
	    width: 94%;
	    max-width: 1400px;
	    margin: 0 auto;
	}
	.page-Core .container .page-title{
	    text-align: center;
	    margin-bottom: 0.966183rem;
	}
	.page-Core .container .page-title h2{
	    font-size: .531401rem;
	    font-weight: bold;
	    color: #333;
	}
	.page-Core .container .page-title h2 span{
	    font-size: .531401rem;
	    color: #006cbd;
	    font-weight: bold;
	}
	.page-Core .container .page-title .strings{
	    width: 1.328502rem;
	    height: 2px;
	    background: #C0C0C0;
	    margin: 12px auto 0 auto;
	}
	.page-Core .container .core ul{
	    display: flex;
	    flex-wrap: wrap;
	    justify-content: center;
	}
	.page-Core .container .core ul li{
	    width: 50%;
		text-align: center;
		padding: 2%;
		box-sizing: border-box;
		display: block;
		margin-bottom: .362319rem;
	}
	

	.container .core ul li .img{
	    width: 1.932367rem;
	    height:1.932367rem;
	    margin: 0 auto;
		background: #006cbd;
		border-radius:50px;
		color:#fff;
		font-size: .628019rem;
		text-align:center;
		line-height:1.932367rem;
		transition: .4s;
	  -webkit-transition: .4s;
	  -moz-transition: .4s;
	  -ms-transition: .4s;
	}
	.container .core ul li.active{
	    background-color: #006cbd;
	    color: #fff;
	}
	.container .core ul li.active .img .icon-on{
	    display: block;
	}
	.container .core ul li.active .img .ico{
	    display: none;
	}
	.container .core ul li .img .icon-on{
	    display: none;
	    transition: .4s;
	    -webkit-transition: .4s;
	    -moz-transition: .4s;
	    -ms-transition: .4s;
	    -o-transition: .4s;
	}
	
	.container .core ul li:hover .img{
	    transform: rotate(360deg);
		transition: all ease 600ms;
	}
	.container .core ul li .img img{
	    width: 100%;
	    height: 100%;
	}
	.container .core ul li .text h2{
	    font-size: .386473rem;
	    font-weight: bold;
	    margin-top: .483092rem;
	}
	.container .core ul li .text p{
	    font-size: .289855rem;
		color: #666;
	    margin-top: .289855rem;
	    line-height: .483092rem;
	}
	/* 鏍稿績浼樺娍浠嬬粛 */
	
	/* 鏈嶅姟娴佺▼寮€濮� */
	.page-advantage{
	    width: 100%;
	    margin-top: 50px;
	    margin-bottom: 50px;
	}
	.page-advantage .container{
	   width: 96%;
	    margin: 0 auto;
		overflow:hidden;
	}
	.page-advantage .container .page-title{
	    text-align: center;
	    margin-bottom: .241546rem;
	}
	.page-advantage .container .page-title h2{
	    font-size: .531401rem;
	    font-weight: bold;
	    color: #333;
	}
	.page-advantage .container .page-title h2 span{
	    font-size: .531401rem;
	    color: #006cbd;
	    font-weight: bold;
	}
	.page-advantage .container .page-title .strings{
	    width: 1.328502rem;
	    height: 2px;
	    background: #C0C0C0;
	    margin: .289855rem auto 0 auto;
	}
	.page-advantage .container .advantage{
		display: flex;
	    flex-wrap: wrap;
		justify-content: space-between;
	}
	.page-advantage .container .advantage .text{
		width:100%;
	}
	.page-advantage .container .advantage .pic{
		width:100%;
		display: none;
	}
	.page-advantage .container .advantage .text .item{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		position: relative;
		margin-top: 0.289855rem;
		padding: 0.289855rem;
		box-sizing: border-box;
	}
	.page-advantage .container .advantage .text .item::after{
		content: "";
	    height: 2px;
	    background: #006cbd;
	    position: absolute;
	    bottom: -10px;
	    left: 8px;
	    margin: auto;
	    transition: .4s;
	    -webkit-transition: .4s;
	    -moz-transition: .4s;
	    -ms-transition: .4s;
	    -o-transition: .4s;
	    width: 0;
	}
	.page-advantage .container .advantage .text .item:hover::after{
		/* width: 90px; */
	}
	.page-advantage .container .advantage .text .item .item-mian{
		 width: 100%;
		font-size: .434783rem;
		font-weight: bold;
	}
	.page-advantage .container .advantage .text .item .item-mian span{
		font-size: 0.9rem;
	    color: #006cbd;
	}
	.page-advantage .container .advantage .text .item .item-note{
		width:100%;
		line-height: .531401rem;
		font-size: .338164rem;
	}
	
	/* 鏈嶅姟娴佺▼缁撴潫 */
}

@media screen and (min-width:768px) and (max-width:1023px) {
	
	
	/* 鏍稿績浼樺娍寮€濮� */
	.page-Core{
	    width: 100%;
	    margin-top: 0.966183rem;
	    margin-bottom: 1.207729rem;
	}
	.page-Core .container{
	    width: 94%;
	    max-width: 1400px;
	    margin: 0 auto;
	}
	.page-Core .container .page-title{
	    text-align: center;
	    margin-bottom: 0.966183rem;
	}
	.page-Core .container .page-title h2{
	    font-size: .531401rem;
	    font-weight: bold;
	    color: #333;
	}
	.page-Core .container .page-title h2 span{
	    font-size: .531401rem;
	    color: #006cbd;
	    font-weight: bold;
	}
	.page-Core .container .page-title .strings{
	    width: 1.328502rem;
	    height: 2px;
	    background: #C0C0C0;
	    margin: 12px auto 0 auto;
	}
	.page-Core .container .core ul{
	    display: flex;
	    flex-wrap: wrap;
	    justify-content: center;
	}
	.page-Core .container .core ul li{
	    width: 50%;
		text-align: center;
		padding: 2%;
		box-sizing: border-box;
		display: block;
		margin-bottom: .362319rem;
	}
	

	.container .core ul li .img{
	    width: 1.932367rem;
	    height:1.932367rem;
	    margin: 0 auto;
		background: #006cbd;
		border-radius:50px;
		color:#fff;
		font-size: .628019rem;
		text-align:center;
		line-height:1.932367rem;
		transition: .4s;
	  -webkit-transition: .4s;
	  -moz-transition: .4s;
	  -ms-transition: .4s;
	}
	.container .core ul li.active{
	    background-color: #006cbd;
	    color: #fff;
	}
	.container .core ul li.active .img .icon-on{
	    display: block;
	}
	.container .core ul li.active .img .ico{
	    display: none;
	}
	.container .core ul li .img .icon-on{
	    display: none;
	    transition: .4s;
	    -webkit-transition: .4s;
	    -moz-transition: .4s;
	    -ms-transition: .4s;
	    -o-transition: .4s;
	}
	
	.container .core ul li:hover .img{
	    transform: rotate(360deg);
		transition: all ease 600ms;
	}
	.container .core ul li .img img{
	    width: 100%;
	    height: 100%;
	}
	.container .core ul li .text h2{
	    font-size: .386473rem;
	    font-weight: bold;
	    margin-top: .483092rem;
	}
	.container .core ul li .text p{
	    font-size: .289855rem;
		color: #666;
	    margin-top: .289855rem;
	    line-height: .483092rem;
	}
	/* 鏍稿績浼樺娍浠嬬粛 */
	
	/* 鏈嶅姟娴佺▼寮€濮� */
	.page-advantage{
	    width: 100%;
	    margin-top: 50px;
	    margin-bottom: 50px;
	}
	.page-advantage .container{
	   width: 96%;
	    margin: 0 auto;
		overflow:hidden;
	}
	.page-advantage .container .page-title{
	    text-align: center;
	    margin-bottom: .241546rem;
	}
	.page-advantage .container .page-title h2{
	    font-size: .531401rem;
	    font-weight: bold;
	    color: #333;
	}
	.page-advantage .container .page-title h2 span{
	    font-size: .531401rem;
	    color: #006cbd;
	    font-weight: bold;
	}
	.page-advantage .container .page-title .strings{
	    width: 1.328502rem;
	    height: 2px;
	    background: #C0C0C0;
	    margin: .289855rem auto 0 auto;
	}
	.page-advantage .container .advantage{
		display: flex;
	    flex-wrap: wrap;
		justify-content: space-between;
	}
	.page-advantage .container .advantage .text{
		width:100%;
	}
	.page-advantage .container .advantage .pic{
		width:100%;
		display: none;
	}
	.page-advantage .container .advantage .text .item{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		position: relative;
		margin-top: 0.289855rem;
		padding: 0.289855rem;
		box-sizing: border-box;
	}
	.page-advantage .container .advantage .text .item::after{
		content: "";
	    height: 2px;
	    background: #006cbd;
	    position: absolute;
	    bottom: -10px;
	    left: 8px;
	    margin: auto;
	    transition: .4s;
	    -webkit-transition: .4s;
	    -moz-transition: .4s;
	    -ms-transition: .4s;
	    -o-transition: .4s;
	    width: 0;
	}
	.page-advantage .container .advantage .text .item:hover::after{
		/* width: 90px; */
	}
	.page-advantage .container .advantage .text .item .item-mian{
		 width: 100%;
		font-size: .434783rem;
		font-weight: bold;
	}
	.page-advantage .container .advantage .text .item .item-mian span{
		font-size: 0.9rem;
	    color: #006cbd;
	}
	.page-advantage .container .advantage .text .item .item-note{
		width:100%;
		line-height: .531401rem;
		font-size: .338164rem;
	}
	
	/* 鏈嶅姟娴佺▼缁撴潫 */
}

@media screen and (min-width:1024px) and (max-width:1199px) {
	
	
	/* 鏍稿績浼樺娍寮€濮� */
	.page-Core{
	    width: 100%;
	    margin-top: 0.966183rem;
	    margin-bottom: 100px;
	}
	.page-Core .container{
	    width: 94%;
	    max-width: 1400px;
	    margin: 0 auto;
	}
	.page-Core .container .page-title{
	    text-align: center;
	    margin-bottom: 0.966183rem;
	}
	.page-Core .container .page-title h2{
	    font-size: 30px;
	    font-weight: bold;
	    color: #333;
	}
	.page-Core .container .page-title h2 span{
	    font-size: 30px;
	    color: #006cbd;
	    font-weight: bold;
	}
	.page-Core .container .page-title .strings{
	    width: 70px;
	    height: 2px;
	    background: #C0C0C0;
	    margin: 12px auto 0 auto;
	}
	.page-Core .container .core ul{
	    display: flex;
	    flex-wrap: wrap;
	    justify-content: center;
	}
	.page-Core .container .core ul li{
	    width: 50%;
		text-align: center;
		padding: 2%;
		box-sizing: border-box;
		display: block;
	}
	
	.page-Core .container .core ul li:nth-child(1){
	    border-bottom: 1px solid #eee;
	}
	.page-Core .container .core ul li:nth-child(2){
	    border-left: 1px solid #eee;
	    border-bottom: 1px solid #eee;
	}
	.page-Core .container .core ul li:nth-child(3){
	    border-left: 1px solid #eee;
	    border-bottom: 1px solid #eee;
	}
	.page-Core .container .core ul li:nth-child(5){
	    border-left: 1px solid #eee;
	}
	.page-Core .container .core ul li:nth-child(6){
	    border-left: 1px solid #eee;
	}
	.container .core ul li .img{
	    width: 90px;
	    height:90px;
	    margin: 0 auto;
		background: #006cbd;
		border-radius:50px;
		color:#fff;
		font-size:28px;
		text-align:center;
		line-height:90px;
		transition: .4s;
	  -webkit-transition: .4s;
	  -moz-transition: .4s;
	  -ms-transition: .4s;
	}
	.container .core ul li.active{
	    background-color: #006cbd;
	    color: #fff;
	}
	.container .core ul li.active .img .icon-on{
	    display: block;
	}
	.container .core ul li.active .img .ico{
	    display: none;
	}
	.container .core ul li .img .icon-on{
	    display: none;
	    transition: .4s;
	    -webkit-transition: .4s;
	    -moz-transition: .4s;
	    -ms-transition: .4s;
	    -o-transition: .4s;
	}
	
	.container .core ul li:hover .img{
	    transform: rotate(360deg);
		transition: all ease 600ms;
	}
	.container .core ul li .img img{
	    width: 100%;
	    height: 100%;
	}
	.container .core ul li .text h2{
	    font-size: 18px;
	    font-weight: bold;
	    margin-top: 22px;
	}
	.container .core ul li .text p{
	    font-size: 14px;
		color: #666;
	    margin-top: 12px;
	    line-height: 21px;
	}
	/* 鏍稿績浼樺娍浠嬬粛 */
	
	/* 鏈嶅姟娴佺▼寮€濮� */
	.page-advantage{
	    width: 100%;
	    margin-top: 50px;
	    margin-bottom: 50px;
	}
	.page-advantage .container{
	   width: 96%;
	    margin: 0 auto;
		overflow:hidden;
	}
	.page-advantage .container .page-title{
	    text-align: center;
	    margin-bottom: 80px;
	}
	.page-advantage .container .page-title h2{
	    font-size: 30px;
	    font-weight: bold;
	    color: #333;
	}
	.page-advantage .container .page-title h2 span{
	    font-size: 30px;
	    color: #006cbd;
	    font-weight: bold;
	}
	.page-advantage .container .page-title .strings{
	    width: 70px;
	    height: 2px;
	    background: #C0C0C0;
	    margin: 12px auto 0 auto;
	}
	.page-advantage .container .advantage{
		display: flex;
	    /* flex-wrap: wrap; */
		justify-content: space-between;
	}
	.page-advantage .container .advantage .text{
		width:65%;	
	}
	.page-advantage .container .advantage .pic{
		width:50%;
	}
	.page-advantage .container .advantage .pic img{
		height: 10.439613rem;
	}
	.page-advantage .container .advantage .text .item{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		margin-bottom: 3.4%;
		position: relative;
		background: #f8f8f8;
		padding: 0.289855rem;
		box-sizing: border-box;
	}
	.page-advantage .container .advantage .text .item::after{
		content: "";
	    height: 2px;
	    background: #006cbd;
	    position: absolute;
	    bottom: -10px;
	    left: 8px;
	    margin: auto;
	    transition: .4s;
	    -webkit-transition: .4s;
	    -moz-transition: .4s;
	    -ms-transition: .4s;
	    -o-transition: .4s;
	    width: 0;
	}
	.page-advantage .container .advantage .text .item:hover::after{
		/* width: 90px; */
	}
	.page-advantage .container .advantage .text .item .item-mian{
		 width: 36%;
		font-size: 18px;
		margin-left: 4%;
		font-weight: bold;
	}
	.page-advantage .container .advantage .text .item .item-mian span{
		font-size: 0.724637rem;
	    color: #006cbd;
	}
	.page-advantage .container .advantage .text .item .item-note{
		width:60%;
		line-height: 22px;
	   font-size: 0.289855rem;
	}
	
	/* 鏈嶅姟娴佺▼缁撴潫 */
}



.house{
    position: relative;
}
.house .mao{
    position: absolute;
    background: #006cbd;
/*     height: 24px; */
    line-height: 24px;
    display: inline-block;
    border-radius: 30px;
    padding: 2px 25px;
    color: #fff;
    font-size: 14px;
    border: 2px solid #fff;
    transition: all .3s;
    white-space: nowrap;
}
.house .mao:hover,.house .mao:focus, .house .mao.hover{
    background: #fff;
    border-color: #006cbd;
    color: #006cbd;
}
.house .mao1{
    top: 7%;
    left: 58%;
}
.house .mao2{
    top: 27%;
    left: 26%;
}
.house .mao3{
    top: 30%;
    left: 54%;
}
.house .mao4{
    top: 25%;
    left: 74%;
}
.house .mao5{
    top: 40%;
    left: 46%;
}
.house .mao6{
    top: 45%;
    left: 30%;
}
.house .mao7{
    top: 43%;
    left: 90%;
}
.house .mao8{
    top: 49%;
    left: 65%;
}
.house .mao9{
    top: 59%;
    left: 57%;
}
.house .mao10{
    top: 62%;
    left: 37%;
}

.layui-container {
    position: relative;
    margin: 0 auto;
/*     padding: 0 15px; */
    box-sizing: border-box;
    width:1100px;
}
.main-product p.title, .main-service p.title {
    color: #484848;
    font-size: 24px;
    text-align: center;
    line-height: 160px;
}
.main-product p.title, .main-service p.title {
    font-size: 36px;
    line-height: 150px;
}
.main-product p.title, .main-service p.title {
    color: #006cbd;
    font-size: 40px;
    padding-bottom: 30px;
}

.pos-title {
    display: block;
    position: absolute;
    top: 35%;
    font-size: 18px;
    width: 100%;
    color: #000;
    font-weight: 200;
}
.dddd {
    font-size: 27px;
}

h2.screen-reader-text {
    display: none;
}

@media screen and (max-width: 640px){
.m-hide{
		display:none;
	}
	.m-show{
		display:block;
	}
    .footer-contact .layui-col-sm10 {
        width: 66.66666667%;
    }
    .phone-bottom-nav{
        position: fixed;
        bottom: 0;
        width: 100%;
        background: #b81c22;
        height: 40px;
        line-height: 40px;
        z-index: 1000;
    }
    .phone-bottom-nav a{
        color: #fff;
        float: left;
        width: 25%;
        text-align: center;
        position: relative;
    }
    .phone-bottom-nav a::after{
        position: absolute;
        right: 0;
        border-right: 1px solid #eee;
        content: ' ';
        height: 100%;
    }
    .phone-bottom-nav a:last-child::after{
        display: none;
    }
    .nav .layui-nav .layui-nav-item{
        line-height: 40px;
        padding: 0 13px;
        margin-bottom: 15px;
    }
    .main-service-2{
        padding-bottom: 60px !important;
    }
    .main-service-2 .test1 .more{
        top: 100% !important;
    }
    .main-service-2 .khu .layui-carousel[lay-arrow=always] .layui-carousel-arrow{
        top: 108%;
    }
    .main-service-3{
        margin-top: 40px;
        padding-bottom: 35px;
    }
    .khu-cli .layui-carousel[lay-arrow=always] .layui-carousel-arrow{
        top: auto;
        bottom: -50px;
    }
    /*.main-service-3 .more,.main-service-3 .layui-carousel-arrow{
        display: none;
    }*/
    .newimg img{
        border-radius: 20px;
        height: auto !important;
    }
    .indexnews .layui-carousel[lay-arrow=always] .layui-carousel-arrow{
        display: none;
    }
    #banner2{
        display: block;
    }
    .nav .layui-nav .layui-nav-item{
        line-height: 40px;
        border-bottom: 1px solid #eee;
    }
    .main.product.news{
        padding-top: 0;
    }
    .indexnewslist ul li p.lis{
        width: 76%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .indexnewslist ul li a{
        float: none;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        margin-left: 15px;
    }
    .main-product p.title.ngs.index-about{
        margin-bottom: 30px;
        padding-top: 30px;
    }
    .main.product.news .indexnewslist .layui-col-xs12{
        padding-bottom: 0;
        padding-right: 12.5px;
        padding-left: 12.5px;
    }
    .main.product.news .indexnewslist .layui-col-xs12:nth-of-type(2){
        padding-top: 0;
    }
    .main-product p.title.ngs{
        margin-bottom: 0;
    }
    .footer .footer-web .layui-icon{
        display: block;
        position: absolute;
        right: 0;
        top: 32px;
        font-weight: bold;
        color: #fff !important;
        z-index: 1000;
    }
    .footer-contact .ewm{
        width: 33.33333333%;
        margin-right: 0;
    }
    .footer{
        padding-bottom: 20px;
    }
    .footer-contact>.layui-col-xs8{
        padding-left: 10px;
    }
    .footer-contact .contact-p{
        font-size: 12px;
		    color: #fff !important;
    }
    .footer-contact .contact-p p span{
        font-size: 16px !important;
    }
    .copyright{
        font-size: 12px;
        margin-bottom: 40px;
    }
    .foot-logo{
        display: none;
    }
    .nav.index{
        height: 80px !important;
    }
    .nav .layui-nav {
        width: 45%;
        background: #b81c22;
        padding: 2px 5px;
    }
    .main-product .content img{
        height: 50px;
    }
    .main-product .content p.label{
        font-size: 14px;
    }
    .main-product .baozhang .content{
        padding: 5px;
    }
    #tee .content p.six{
        font-size: 16px;
    }
    .main-product .baozhang .content p.six img{
        height: 20px !important;
    }
    #tee .baozhang .content .icon{
        padding: 15px 0 0 0;
    }
    #tee .content p.six-p{
        font-size: 12px;
    }
    .main-product .baozhang .content p.label{
        line-height: 28px;
    }
    h1.title{
        width: auto !important;
    }
    .editor{
        width: auto !important;
    }
    .layui-nav-child{
        top: 55px;
    }
    .honor .img{
        height: auto;
        display: block;
		width:auto;
    }
    .main.product .content .content-img{
        margin-bottom: 24px;
    }
    .main.product .content .index-about{
        max-height: 275px;
        padding-bottom: 0;
    }
    .house .mao{
        height: 20px;
        line-height: 20px;
        padding: 0 15px;
        font-size: 12px;
    }
    .list-eng .eng .pic .title{
        line-height: 40px;
        height: 40px;
        font-size: 20px
    }
    .dddd{
        font-size: 18px;
    }
    #test3 .label{
        margin-top: 6px;
        color: #fff;
        font-size: 16px;
    }
    .main-service .content .eng-idx{
        height: auto;
    }
    .main-news .content .news-img a{
        width: 100%;
        height: 87px;

    }
    .main-news .content .news-panel p.read-push{
        display: none;
    }
    .main-news .content .news-panel p.detail{
        padding-top: 3px;
        line-height: 16px;
        font-size: 12px;
    }
    .main-news .content .news-panel strong a{
        font-size: 16px;
        line-height: 26px;
    }
    .main-news .content > div{
        margin-bottom: 0px;
    }
    .pos{
        font-size: 16px;
        height: 40px;
        line-height: 40px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .nav .layui-nav .layui-nav-item.layui-this .layui-nav-more, .nav .layui-nav .layui-nav-item:hover .layui-nav-more{
        display: none;
    }
    .top-to{
        margin-top: 80px;
    }
    .inbanner{
        height: auto;
    }
	.inbanner img{
		height:auto;
	}
    .list-type dd{
        width: 48% !important;
    }
    .list-eng .eng .eng-con {
        width: auto;
        margin-bottom: 0;
    }
    .list-eng .eng .pic a.label{
        line-height: 40px;
        height: 40px;
        font-size: 16px;
    }
    .main-service .eng .title{
        font-size: 20px;
        padding: 1px 0;
    }
    .nav{
        height: 80px;
    }
    .nav.index{
        background: #fff;
        overflow: hidden;
    }
    .nav .nav-logo{
        top: 0;
    }
    .pos-title.ng{
        top: 86% !important;
    }
    .layui-nav .layui-nav-more{
        display: none;
    }
    .nav .layui-nav .layui-nav-item a{
        width: 80%;
        color: #fff;
    }
    .m-more{
        display: block;
        content: '';
        width: 0;
        height: 0;
        border-style: solid dashed dashed;
        border-width: 6px;
        position: absolute;
        border-color:#fff transparent transparent;
        top: 17px;
        right: 15px;
    }
    #banner{
        height: 128px !important;
        margin-top: 80px;
        display: none;
    }
    #banner img,#banner2 img{
        height: auto;
        min-width: unset;
        max-width: 100%;
    }
    .main-product{
        padding-top: 1px;
    }
    .main-product p.title, .main-service p.title{
        line-height: 50px;
        padding-bottom: 30px;
    }
    #tee{
        padding-bottom: 45px;
        margin-bottom: 30px;
        padding-top: 10px;
    }
    .khu #test1 {
        height: 150px !important;
    }
    #test1 .layui-col-space25>*{
        padding: 14px 0px 5px 13px;
    }
    .khu .layui-carousel[lay-arrow=always] .layui-carousel-arrow{
        left: 29%;
    }
    .khu .layui-carousel:hover .layui-carousel-arrow[lay-type=add], .khu .layui-carousel[lay-arrow=always] .layui-carousel-arrow[lay-type=add], .khu-cli .layui-carousel:hover .layui-carousel-arrow[lay-type=add], .khu-cli .layui-carousel[lay-arrow=always] .layui-carousel-arrow[lay-type=add]{
        right: 25%;
    }
    #test2{
        top: -60px;
    }
    .test1 .more{
        left: 42.6%;
        top: 42%;
    }
    .khu-cli #test2 {
        height: auto !important;
        padding-top: 15px;
    }
    .main-service-3 .khu-cli .layui-carousel>[carousel-item]>.layui-this{
        position: static;
    }
    .main-service-3 .phone-more{
        display: inline;
    }
    .main-service .content .desc .label{
        padding: 0 5px 5px 5px;
        font-size: 14px;
        line-height: 18px;
    }
    .main-service .content .desc .moreli{
        font-size: 12px;
        margin-right: 0;
    }
    .main-service .content .desc .text-c{
        text-align: center !important;
    }
    .khu-cli .layui-carousel[lay-arrow=always] .layui-carousel-arrow{
        left: 27%;
    }
    #test2 .more{
            bottom: 0;
    top: 475px;
    height: 17px;
    }
    .indexnewslist ul li .lis-date{
        width: 22%;
    }
    .khu-cli{
        /*margin-bottom: 30px;*/
    }
    #test2 .content{
        overflow: hidden;
    }
    #test2 .content .pic{
        width: 45%;
        float: left;
    }
    #test2 .content .desc{
        float: left;
        width: 54%;
        padding-left: 1%;
        padding-top: 6px;
    }
    .main-service #test2 .content .desc .text-c{
        text-align: right !important;
        margin-top: 10px;
        margin-right: 10px;
    }
    .cert #test3{
        height: 246px !important;
    }
    .cert .box-img{
        padding-top: 30px;
    }
    .cert .layui-carousel>[carousel-item]>.layui-this{
        left: 13px;
    }
    .cert .layui-carousel[lay-arrow=always] .layui-carousel-arrow{
        left: 38%;
    }
    .cert .layui-carousel:hover .layui-carousel-arrow[lay-type=add], .cert .layui-carousel[lay-arrow=always] .layui-carousel-arrow[lay-type=add]{
        right: 38%;
    }
    .cert .layui-carousel[lay-arrow=always] .layui-carousel-arrow {
        font-size: 28px;
        background: rgba(255,255,255,0.5);
        color: #fff;
        font-weight: bold;
        line-height: 22px;
    }
    .zhengshu{
        margin-bottom: 30px;
    }
    .pos-title{
        top: 37%;
        font-size: 14px;
    }
    .main.product .content .detail{
        margin-bottom: 10px;
    }
    .news-ba .title{
        font-size: 14px;    margin-bottom: 5px;
        margin-top: 5px;
    }
    .main.product .content .detail{
        height: 60px;
    }
    .indexnews #test4 {
        height: 155px !important;
    }
    #test4 .content  .detail{
        font-size: 10px;
        line-height: 20px;
        padding-right: 10px;
    }
    .main.product .content a.more{
        font-size: 12px;
    }
    .indexnewslist{
        margin-top: 20px;
        padding: 0;
    }

    .form-content{
        width: 100%;
    }
    .footer .footer-web{
        padding-top: 25px;
        margin-bottom: 24px;
        overflow: hidden;
        height: 35px;
        position: relative;
        transition: all .5s;
    }
    .footer .footer-web a{
        line-height: 32px;
        transition: 0.3s;
        font-size: 12px;
        height: 32px;
    }
    .footer-contact .web_name{
        font-size: 16px;
    }
    .list-eng .jianzu .pic{
        height: 135px;
        width: auto;
    }
    .list-type dd{
        height: 35px;
        line-height: 35px;
    }
    .main-service .content .title:hover a{
        font-size: 20px;
    }
    .main-product .sel-com .sel-con:hover .content{
        display: block;
    }
    .main-product .sel-com .sel-con:hover .hide{
        display: none;
    }
    .house-div{
        width: auto;
        overflow-x: auto;
    }
    .house-div .house{
        width: 94%;
    }
    .index-about p:first-child span{
        font-size: 24px !important;
    }
    .cert .layui-carousel-arrow {
        top: 86%;
    }
    .main.product .content a.index-about-more{
        font-size: 14px;
        padding: 6px 14px;
        margin-right: 10px;
    }
	.layui-nav-item.ng .layui-nav-child{
		height:80px;
		z-index:999999;
		top:0
	}
    .layui-nav-child{
        background: #9c2126;
		    height: 200px;
    overflow-y: auto;
    }
    .gujia{
        padding-top: 10px;
    }
    .form-content form{
        margin: auto 30px auto 0;
        width: auto;
    }
    .com-more a{
        border-radius: 30px;
    }
    .main-service .khu-cli .content .desc .label {
        padding-bottom: 0;
    }
    .main.index-zoujin{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .main-service-case{
        margin-top: 15px;
    }
    .index-dongtai{
        padding-top: 15px;
    }
    .index-liucheng{
        padding-top: 15px;
    }
    .form-content .m-title{
        margin-right: -30px;
    }
    .right-30{
        margin-right: -30px;
    }
    .main-service.zhengshu{
        background: url("../img/zs_bg.jpg") no-repeat !important;
        background-size: 100% 100% !important;
    }
    .phone-show {
        display: block;
    }
    .house .mao1 {
        top: 5%;
        left: 48%;
    }
    .house .mao2 {
        left: 23%;
    }
    .house .mao6 {
        top: 45%;
        left: 27%;
    }
    .main.product .content .content-img img{
        height: auto;
    }
    .main-product .content.phone-p0{
        padding: 30px 0;
    }
    .side-news{
        padding-bottom: 0;
    }
	.layui-container{width: 100%;}
	}