.p-h-box {
	float: left;
	width: 26%;
	position: relative;
	overflow: hidden;
}

.p-h-box img {
	width: 100%;
	display: block;
	height: 40.8vw;
}

.p-h-box.small img {
	height: 20.4vw;
}


.p-h-box:first-child {
	width: 48%;
}

.p-h-con-box {
	width: 95%;
	height: 95%;
	top: 2.5%;
	right: 2.5%;
	position: absolute;
}

#product_list a:nth-child(1)>.p-h-con-box {
    width: 98%;
    height: 98%;
    right: 1.5%;
    top: 1.5%;
}






/* .p-h-box:hover .p-h-con-box {
	outline: #0060AD solid 1px;
} */

.p-h-con {
    width: 100%;
    padding-top: 0;
    padding-left: 5%;
    background-color: rgba(255,255,255,0.5);
    line-height: 50px;
}

.p-h-box.small .p-h-con {
    width: 70%;
    padding-left: 5%;
    background-color: rgba(255,255,255,0.5);
    width: 100%;
    padding-top: 0;
    line-height: 50px;
}


.p-h-con .p-h-tit {
	font-size: 30px;
	margin-bottom: 2rem;
	text-transform: uppercase;
	/* font-family: Oswald Medium; */
}

.p-h-box:first-child .p-h-con .p-h-tit {
	color: black;
}


.p-h-box.small .p-h-con .p-h-tit {
	font-size: 24px;
}

.p-h-box.small:nth-child(3) .p-h-con .p-h-tit,
.p-h-box.small:nth-child(4) .p-h-con .p-h-tit {
	color: black;
}


.p-h-box.small:nth-child(2) .p-h-con .p-h-tit,
.p-h-box.small:nth-child(5) .p-h-con .p-h-tit {
	color: black;
}


/* .p-h-box:hover:nth-child(1) .p-h-con .p-h-tit{
				color: #0060AD;
			} */

/* .p-h-box.small:hover:nth-child(3) .p-h-con .p-h-tit,.p-h-box.small:hover:nth-child(4) .p-h-con .p-h-tit{
				color: #0060AD;
			} */

.p-h-con .p-h-des {
	font-size: 18px;
	color: #777;
	line-height: 1.2rem;
}




@media screen and (max-width:1440px){

.p-h-con .p-h-tit{
font-size:24px;
}

.p-h-box.small .p-h-con .p-h-tit {
font-size:20px;
}

}

@media screen and (max-width:1280px){

.p-h-con .p-h-tit{
font-size:20px;
}

.p-h-box.small .p-h-con .p-h-tit {
font-size:16px;
}

}



.to-big {
	overflow: hidden;
}

.to-big img {
	transition: all 0.7s;
}

.to-big:hover img {
	transform: scale(1.1);
}

.trans {
	transition: all 0.7s;
}

.footer li.contact-input {
	float: right;
	margin-right: 0;
	width: 500px;
}

.contact-input input {
	width: 49%;
	line-height: 3rem;
	padding-left: 10px;
	background: none;
	outline: none;
	border: 1px solid #aaa;
	float: left;
	color: white;
	margin-right: 2%;
	margin-bottom: 1rem;
	box-sizing: border-box;
}

.contact-input input:nth-child(2n) {
	margin-right: 0;
}

.contact-input input:last-child {
	margin-right: 0;
	width: 100%;
	background-color: #323233;
	margin-bottom: 0;
	margin-top: 1.5rem;
	border: 0;
}

.contact-input textarea {
	width: 100%;
	padding-left: 10px;
	background: none;
	outline: none;
	border: 1px solid #aaa;
	padding-top: 0.5rem;
	line-height: 1.7rem;
	height: 130px;
	color: white;
	box-sizing: border-box;
}


#product-box {
	padding: 6rem 3%;
	background-color: #f4f4f4;
}

.pro-cat {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 100px;
    text-align: center;
}

.pro-cat a {
    width: auto;
    margin-right: 22px;
    float: unset;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
    border: 1px solid #ddd;
    padding: 0 10px;
    margin-bottom: 10px;
    display: inline-block;
}

.pro-cat a.active,
.pro-cat a:hover {
	color: #0060AD;
}


.pro-list {
	display: block;
	width: 24.2%;
	float: left;
	margin-right: 1%;
	margin-bottom: 1rem;
	transition: all 0.5s;
}

.pro-list:nth-child(4n) {
	margin-right: 0;
}

.p-l-img {
	overflow: hidden;
	height: 16vw;
	/* background: white;
			padding: 20% 9%; */
}

.p-l-img img {
	width: 100%;
	display: block;
}

.p-l-con {
	border-top: 1px solid #eee;
	background-color: #fff;
	padding: 9%;
	box-sizing: border-box;
	width: 100%;
	position: relative;
	transition: all 0.7s;
}

.p-l-con .con .con-tit {
	font-size: 20px;line-height:30px;height:60px;font-weight:bold;
	margin-bottom: 10px;
}

.p-l-con .con .con-des {
	color: #777;
	font-size: 18px;
	line-height: 1.5rem;
	    min-height: 48px;
}
@media screen and (max-width:1440px){
.p-l-con .con .con-tit {
	font-size: 16px;line-height:30px;height:60px;
	margin-bottom: 10px;
}

.p-l-con .con .con-des {
	font-size: 13px;
	line-height: 20rem;
	    min-height: 40px;
}

}
@media screen and (max-width:1182px){
.p-l-con .con .con-tit {
	font-size: 14px;line-height:30px;height:60px;
	margin-bottom: 10px;
}

.p-l-con .con .con-des {
	font-size: 12px;
	line-height: 19rem;
	    min-height: 40px;
}
}
@media screen and (max-width:900px){
.p-l-con .con .con-tit {
	font-size: 14px;line-height:23px;height:60px;
	margin-bottom: 10px;
}
}
@media screen and (max-width:600px){

}
@media screen and (max-width:400px){
}

.p-l-con .con-jt {
	position: absolute;
	top: 45%;
	right: 10%;
	font-size: 20px;
	color: #777;
}

.pro-list:hover {
    box-shadow: 0 0 22px 6px #e2e2e2;
}

.pro-list:hover .p-l-con {
	background-color: #0060AD;
}

.pro-list:hover .p-l-con .con-tit {
	color: #fff;
}

.pro-list:hover .p-l-con .con-des {
	color: #fff;
}

.pro-list:hover .con-jt{
	color: #fff;
}

.prourl3 {
	display: block;
	border: 1px solid #969696;
	padding: 10px 1.5%;
	z-index: 9999;
	color: #969696;
	font-size: 18px;
	transition: all 0.3s;
	border-radius: 30px;
	width: 170px;
	margin: 0 auto;
	margin-top: 50px;
	text-align: center;
}

.prourl3:hover {
	background: #0060AD;
	color: #fff;
	border: 1px solid #0060AD;
}

#about-company {
	background-color: #f4f4f4;
}

#about-company .w1377 {
	padding: 5rem 0;
	border-bottom: 1px solid #747474;
}

.c-box-l {
	float: left;
	width: 43%;
	font-size: 16px;
	line-height: 1.7rem;
	color: #747474;
}

.c-box-r {
	float: right;
	width: 50%;
}

.c-box-r img {
	width: 100%;
}

#company-environment {
	padding: 5rem 0;
	background-color: #f4f4f4;
}

.en-box {
	margin-top: 100px;
}

.e-b-l {
	float: left;
	width: 46.5%;
	margin-right: 0.5%;
}

.e-b-r {
	float: right;
	width: 52.5%;
}

.e-b-l img {
	width: 100%;
	display: block;
}

.e-b-r img {
	width: 48%;
	margin-right: 2%;
	display: block;
	margin-bottom: 2%;
	float: left;
}

.e-b-r img:nth-child(2n) {
	margin-right: 0;
}


#ryzz-list {
	position: relative;
}


#ryzz-list .bg-pic {
	width: 100%;
	display: block;
}

.ry-box {
	position: absolute;
	bottom: 13%;
	left: 19.5%;
	width: 62%;
}

.ry-box img {
	display: block;
	float: left;
	width: 24%;
	padding: 0 1%;
}

.ry-box img:nth-child(5) {
	margin-right: 0;
}

.ry-pic {
	width: 100%;
	padding-bottom: 50px;
}

.swiper-slide {
	width: 100%;
}

#adv-box {
	padding: 6rem 0;
	overflow: hidden;
}

.a-b-list {
	padding: 5% 4% 0;
	width: 32.6%;
	margin-right: 1%;
	float: left;
	letter-spacing: -0.5px;
	min-height: 650px;
	transition: all 0.4s;
}

.a-b-list:nth-child(3) {
	margin-right: 0;
}

.a-b-list:hover {
	box-shadow: 0 0 10px 3px #ddd;
}

.a-b-list:last-child {
	margin-right: 0;
}

.a-b-pic {
	border: 4px solid black;
	border-radius: 50%;
	padding: 10%;
	width: 130px;
	height: 130px;
	margin: 0 auto;
	margin-bottom: 50px;
}

.a-b-pic img {
	width: 100%;
}

.a-b-con {
	text-align: center;
}


.a-b-con .h2_title {
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
}

.a-b-con .h2_title:after {
	width: 40px;
	height: 3px;
	content: "";
	display: block;
	background: black;
	margin: 0 auto;
	margin-top: 20px;
}

.a-b-con .a-b-des {
	font-size: 16px;
	line-height: 1.6rem;
}


#ser-box {
	padding: 6rem 0;
	background-color: #f4f4f4;
	overflow: hidden;
}

.ser-list {
	padding: 7% 5%;
	width: 32%;
	margin-right: 2%;
	float: left;
	transition: all 0.4s;
	background-color: white;
}

.ser-list:nth-child(3) {
	margin-right: 0;
}

.ser-list:hover {
	box-shadow: 0 0 10px 3px #ddd;
}

.ser-list:last-child {
	margin-right: 0;
}

.s-l-pic {
	margin: 0 auto;
	margin-bottom: 30px;
	min-height: 112px;
}

.s-l-pic img {
	width: auto;
	display: block;
	margin: 0 auto;
}

.s-l-con {
	text-align: center;
}


.s-l-con .h2_title {
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	margin-bottom: 10px;
}

.s-l-con .s-l-des {
	font-size: 16px;
	line-height: 1.6rem;
	color: #999;
}

#news-box {
	background-color: #f4f4f4;
	padding: 6rem 0;
}

.news-cat {
	padding: 4% 0;
	border-bottom: 1px solid #747474;
	margin: 0 auto;
	text-align: center;
	position: relative;
	margin-bottom: 100px;
}

.news-cat a {
	padding: 0.5% 1%;
	margin-right: 3%;
	background-color: #0060AD;
	color: white;
	border-radius: 20px;
	display: inline-flex;
	transition: all 0.5s;
	font-weight: bold;
}

.news-cat a.active:after,
.news-cat a:hover:after {
	width: 1.2%;
	height: 36%;
	content: "";
	background-image: url(/images/cate-sel.png);
	background-repeat: no-repeat;
	position: absolute;
	background-size: 100% 100%;
	bottom: -10px;
	left: 41%;
}



.news-cat a:nth-child(2).active:after,
.news-cat a:nth-child(2):hover:after {
	left: 55.5%;
}

.news-list {
	font-family: Myriad Pro;
	transition: all 0.5s;
	margin-bottom: 6%;
	float: left;
	color: #777777;
	width: 100%;
}

a.news-list:hover {
	text-decoration: none;
	color: #0060AD;
}

.n-l-time,
.n-l-pic,
.n-l-con,
.n-l-url {
	float: left;
	min-height: 153px;
}

.n-l-pic {
	width: 21%;
}

.n-l-pic img {
	width: 100%;
}

.n-l-time {
	width: 17%;
	padding: 3% 3% 0;
}

.n-l-time .m-d {
	font-size: 36.77px;
	margin-bottom: 2%;
}

.n-l-time .y {
	font-size: 22.13px;
}

.n-l-con {
	width: 45%;
}

.n-l-con h2 {
	font-size: 23.5px;
	margin-bottom: 4%;
	text-transform: uppercase;
}

.n-l-con p {
	line-height: 1.3rem;
}

.n-l-url {
	position: relative;
	width: 17%;
}

.n-l-url img {
	position: absolute;
	top: 25%;
	right: 0;
}

.n-l-url .pic2 {
	display: none;
}

.n-l-url.active .pic1 {
	display: none;
}

.n-l-url.active .pic2 {
	display: block !important;
}

#contact-box {
	padding: 7rem 0;
}

.ser_des {
	margin-bottom: 3rem;
	font-size: 15px;
	text-align: center;
}

/* #ser5 {
				margin-bottom: 180px;
			} */

.ser5-box-l {
	float: left;
	box-shadow: 0 0 10px 5px #eee;
	padding: 3% 3.5% 1.5%;
	box-sizing: border-box;
	background-color: white;
	width: 38%;
}

.ser5-box-l img {
	display: block;
	float: left;
	margin-right: 6%;
	padding: 0 0 15px;
	width: 32px;
}

.ser5-box-l div {
	margin-bottom: 2rem;
	font-size: 16px;
	line-height: 1.7rem;
	color: #777;
	float: left;
	width: 100%;
}



.ser5-box-r {
	float: right;
	width: 62%;
	padding-left: 7%;
}

.ser5-box-r input {
	width: 50%;
}

.ser5-box-r input {
	width: 46%;
	margin-left: 4%;
	margin-bottom: 3%;
	line-height: 4.5rem;
	border: 1px solid #eee;
	outline: #eee;
	padding-left: 10px;
	font-size: 16px;
}

.ser5-box-r input:nth-child(4),
.ser5-box-r input:nth-child(6),
.ser5-box-r input:nth-child(8),
.ser5-box-r input:last-child {
	margin-left: 0;
}

.ser5-box-r input:nth-child(8) {
	width: 95.5%;
}

.ser5-box-r input:last-child {
	width: 140px;
	margin-top: 5%;
	background-color: #0060AD;
	color: white;
	padding-left: 0;
	border-radius: 5px;
	margin-bottom: 0;
	line-height: 3rem;
}

.ser5-box-r textarea {
	width: 95.5%;
	height: 150px;
	border: 1px solid #eee;
	outline: #eee;
	padding-left: 10px;
	padding-top: 10px;
	overflow: hidden;
	resize: none;
	font-size: 16px;
}

.ser_phone2 {
	line-height: 2rem !important;
	/* padding-left: 34px; */
}

.ser_phone2 font {
	display: block;
	font-size: 18px;
}

.ser_phone2 div {
	font-size: 35px;
	
	font-weight: bold;
}

.ser_phone2 div:after {
	width: 40px;
	height: 3px;
	content: "";
	display: block;
	background: #0060AD;
	margin-top: 20px;
}

.ser5-box-l div span {
	line-height: 2rem;
	font-size: 19px;
}

.ser5-box-l .con-pic {
	margin-bottom: 1rem;
}

.newstitle {
	margin-bottom: 3%;
	text-align: center;
	color: #0060AD;
}

.newsdes {
	margin-bottom: 5%;
	text-align: center;
}

.show-pages a:hover {
	color: #0060AD;
}

@media screen and (max-width:1260px) {
	.c-box-r {
	    width: 100%;
	}
	
	.c-box-l {
	    width: 100%;
	    line-height: 1.5rem;
	    margin-top: 3%;
	    text-align: left;
	}
	
	#about-company .w1377 {
	    padding: 2rem 0;
	}
	
	#company-environment {
	    padding: 2rem 0;
	    background-color: #f4f4f4;
	}
	
	#body_about .w1377 .h2_title {
	    margin-bottom: 20px;
	}
	
	#body_about .w1377 .h2_des {
	    font-size: 16px;
	}
	
	.en-box {
	    margin-top: 30px;
	}
	
	.n-l-time, .n-l-pic, .n-l-con, .n-l-url {
	    min-height: auto;
	}
	
	.n-l-con {
	    width: 62%;
		line-height: 2rem;
	}
	
	.n-l-con p {
	    overflow: hidden;
	    text-overflow: ellipsis;
	    white-space: nowrap;
	}
	
	.n-l-time {
		padding: 0;
		text-align: center;
		line-height: 2rem;
	}
	
	.n-l-url{
		display: none;
	}
	
	#news-box {
	    background-color: #f4f4f4;
	    padding: 2rem 0;
	}
	
	.news-cat {
	    margin-bottom: 30px;
	}
	
	
	#contact-box {
	    padding: 2rem 0;
	}
	
	#body_contact #banner_about .w1377 h2 {
		    font-size: 32.38px !important;
		}
		
		#body_contact #banner_about .w1377 p {
		    font-size: 18px !important;
		}
		
		#contact-box .h2_title font{
		    font-size: 20px;
			font-weight: bold !important;
		    margin-bottom: 30px;
		}
		
		#contact-box .adv_p{
			font-size: 13px !important;
			margin-bottom: 30px !important;
		}
		
		.ser_phone2 div {
		    font-size: 22px;
		}
}

@media screen and (max-width:1100px) {
	.a-b-list {
	    width: 49.5%;
	}
	
	.a-b-list:nth-child(2) {
	    margin-right: 0;
	}
	
	.news-cat a.active:after, .news-cat a:hover:after {
	    width:0;
	    height: 0;
	    content: "";
	    background-image: none;
	    position: unset;
	}
	
	.news-cat a {
	    background-color: #777;
	}
	
	.news-cat a.active {
	    background-color: #0060AD;
	}
	
	
}

@media screen and (max-width:1060px) {
	.ry-box {
	    width: 95%;
		position: unset;
	}
	#ryzz-list {
	    position: relative;
		padding: 2rem 0;
	}
	
	#ryzz-list .bg-pic {
	    display: none;
	}
	
	#adv-box {
	    padding: 2rem 0;
	    overflow: hidden;
	}
}

@media screen and (max-width:800px) {
	.e-b-l {
	    float: left;
	    width: 100%;
	    margin-right: 0;
	}
	.e-b-r {
	    float: right;
	    width: 100%;
	}
	
	.e-b-r img {
	    width: 50%;
	    margin-right: 0;
	   margin-bottom: 0;
	    
	}
	
	.n-l-time .m-d {
	    font-size: 20.77px;
	    margin-bottom: 2%;
	}
	
	.n-l-time .y {
	    font-size: 14.13px;
	}
	
	.n-l-con h2 {
	    font-size: 18.5px;
	    margin-bottom: 2%;
	    text-transform: uppercase;
	}
	
	.ser5-box-l {
	    width: 100%;
	    margin-bottom: 3%;
	}
	
	.ser5-box-r {
	    float: right;
	    width: 100%;
	    padding-left: 0;
	}
	
	.ser5-box-r input {
	    width: 47%;
	    margin-left: 5%;
		box-sizing: border-box;
	}
	
	.ser5-box-r textarea {
	    width: 100%;
	}
}


@media screen and (max-width:660px) {
	.a-b-list {
	    width: 100%;
		margin-right: 0;
		min-height: auto;
		margin-bottom:10px;
	}
	
	.a-b-pic {
		padding: 23px;
	}
}


@media screen and (max-width:500px) {
	.n-l-time {
	    display: none;
	}
	
	.n-l-pic {
	    width: 35%;
		margin-right: 2.5%;
	}
	
	.n-l-con {
	    width: 62%;
		line-height: 1.4rem;
	}
	
	.n-l-con h2 {
	    overflow: hidden;
	    text-overflow: ellipsis;
	    white-space: nowrap;
	}
	
	.news-cat a {
	    display: block;
	    font-weight: bold;
	    width: 100%;
	    margin-right: 0;
	    margin-bottom: 5%;
	    padding: 2%;
	    text-align: center;
	}
	
	#body_news #banner_about .w1377 font {
	    color: white !important;
		border-color: white !important;
		float: right !important;
	}
	
	#body_news #banner_about .w1377 h2 {
	    color: white !important;
		float: right !important;
	}
	
	.ser5-box-r input {
	    width: 100%;
	    margin-left: 0;
		line-height: 2.5rem;
	}
	
	.ser5-box-l div span {
	    line-height: 2rem;
	    font-size: 14px;
	}
	
	
}