* {
	padding: 0;
	margin: 0;
}

table {
	border-collapse: collapse;

	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

h2{font-size: inherit;}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-weight: normal;
	font-style: normal;
}

ol,
ul {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	/* font-size: 100%; */
}

q:before,
q:after {
	content: ”;
}

abbr,
acronym {
	border: 0;
}

img{ max-width: 100%;}

body {
	font-size: 0.75rem;
	color: #333333;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a {
	color: #FFFFFF;
	text-decoration: none
}

.page_container {
	width: 100%;
}

.w1200 {
	width: 75rem;
	margin: 0 auto;
}

.page_header {
	width: 100%;
	height: 51.875rem;
	background: url("../img/toilet-suppiler.jpg") no-repeat;
	background-size: 100% 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
}

.page_header img {
	height: 5.125rem;
}

.page_header h1 {
	color: #FFFFFF;
	font-size: 3.15rem;
	margin: 2.25rem 0;
	letter-spacing: 1px;
}

.page_header .header_ul {
	display: flex;
	width: 75rem;
	margin-top: 1.5rem;
	justify-content: space-between;
	align-items: center;
}

.page_header .header_ul .header_ul_li {
	display: flex;
	color: #FFFFFF;
	font-size: 1.875rem;
	position: relative;
	display: flex;
	align-items: center;
}

.page_header .header_ul .header_ul_li .radio_gray {
	width: 1.375rem;
	height: 1.375rem;
	background-color: #ffffff;
	opacity: 0.4;
	border-radius: 1.25rem;
	position: absolute;
	left: 0;
}

.page_header .header_ul .header_ul_li .radio_white {
	width: 1.375rem;
	height: 1.375rem;
	background-color: #ffffff;
	border-radius: 1.25rem;
	position: absolute;
	left: 0.9375rem;
}

.page_header .header_ul .header_ul_li .li_span {
	margin-left: 2.875rem;
}

.page_header .header_btn {
	/*width: 17.8125rem;*/
	/*height: 3.125rem;*/
	background-color: #ea8916;
	border-radius: 1rem;
	color: #FFFFFF;
	font-size: 0.875rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 3.125rem;
}
.page_header .header_btn:hover{ background-color:#dc7700; }
.header_btn a,.main_btn a,.main_btn2 a{ font-size:1.2rem; display:inline-block; line-height:3.125rem; padding:0 4.125rem;border-radius: 1rem;}
.header_btn a:hover,.main_btn a:hover,.main_btn2 a:hover{ background-color:#dc7700; }

.page_header .arrow_img {
	margin-top: 3.25rem;
	/* background-color: red; */
	/* width: 6.25rem; */
	/* height: 6.25rem; */
	width: 2.1875rem;
}

.page_header .arrow_img img {
	width: 100%;
	height: auto;
}

.nav {
	width: 100%;
	height: 8.75rem;
	position: absolute;
	bottom: 0;
	display: flex;
	justify-content: center
}

.nav ul {
	height: 8.75rem;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.nav ul li {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	background: rgb(0 0 0 / 44%);
}

.nav ul li:hover {
	background-color: #000000;
}

.nav ul li a {
	padding: 0 1.5rem;
	line-height: 1.3rem;
}

.nav ul li .line {
	height: 2.125rem;
	width: 0.0625rem;
	background-color: #999;

}


.nav ul li a span {
	color: #FFFFFF;
	font-size: 1.0rem;
	text-align: center;
}

.contactus_content {
	width: 75rem;
	margin: 0 auto;
	margin-top: 1.875rem;
	margin-bottom: 6rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;

}

.contactus_btn {
	position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999;
}
.contactus_btn a{ 
    background-color: #ea8916;
    font-size: 1.0rem;
    line-height: 2.825rem;
    padding: 0 2.125rem;
    display: inline-block;
    border-radius: 0.5rem;
}
.contactus_btn a:hover{ background-color:#dc7700;}
/*.goTop,.contactus_btn{ display:none;}*/
.totop {
    width: 46px;
    height: 46px;
    position: fixed;
    right: 30px;
    bottom: 120px;
    z-index: 9999;
    display: none;
    /*background: rgba(51,51,51,0.6) url(../img/top.png) no-repeat;*/
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border-radius: 50%;
    background-color: #ea8916;
    line-height: 55px;
    text-align: center;
    font-size: 30px;
    cursor: pointer;
}
.totop:hover{ background-color:#dc7700;}

/*.contactus_btn div {*/
/*	width: 8.75rem;*/
/*	height: 3.125rem;*/
/*	display: flex;*/
/*	align-items: center;*/
/*	justify-content: center;*/
/*	color: #FFFFFF;*/
/*	border-radius: 1rem;*/
/*	font-size: 1.125rem;*/
/*	background-color: #ea8916;*/
/*	position: absolute;*/
/*	right: -8.5rem;*/
/*	top: 0;*/
/*}*/

.bx_fixed{ position: fixed; bottom:350px; right:20px; z-index: 9999;}
.bx_fixed .chatbox{ padding:12px; background:#f4f4f4; margin-bottom:1px; opacity: 0.8;cursor: pointer;}
.bx_fixed a{ display:block; width:56px; height:56px; }
.bx_fixed .bx_email a{ background-image:url("../img/email.png");}
.bx_fixed .bx_email:hover a{ background-image:url("../img/email-us.png");}
.bx_fixed .bx_whatsapp a{ background-image:url("../img/send-whatsapp.png");}
.bx_fixed .bx_whatsapp:hover a{ background-image:url("../img/send-whatsapp-message.png");}
.bx_fixed .bx_gotop a{ background-image:url("../img/top.png");}
.bx_fixed .bx_gotop:hover a{ background-image:url("../img/back-to-top.png");}

.orange_item {
	width: 100%;
	display: flex;
	margin: 3.125rem auto;
	justify-content: center;
}

.orange_item .o_li {
	width: 20%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.orange_item .o_li .o_li_p {
	color: #ea8916;
	font-size: 4.1875rem;
	font-weight: bold;
}

.orange_item .o_li .o_li_p_tips {
	font-size: 1.1rem;
	color: #000;
}

.content_title_line {
	width: 9.625rem;
	height: 0.75rem;
	background-color: #ea8916;
	border-radius: 0.1875rem;
	margin: 0 auto;
	margin-top: 4.25rem;
}

.contactus_content .title_1 {
	display: flex;
	font-size: 3rem;
	align-items: center;
	justify-content: center;
	margin-top: 3.75rem;
	font-family: ' AbhayaLibre-ExtraBold';
}

.contactus_content .title_tips {
	display: flex;
	font-size: 1.3rem;
	align-items: center;
	justify-content: center;
	margin-top: 0.75rem;
	line-height: 3rem;
	color: #837d7d;
	text-align: center;
}

.contactus_content .item_wrap {
	width: 100%
	margin-top: 1.8rem;
}

.contactus_content .item_wrap ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.contactus_content .item_wrap ul li {
	width: 32%;
	margin-top: 3.875rem
}

.contactus_content .item_wrap ul li .img_wrap {
	display: flex;
}

.contactus_content .item_wrap ul li .img_wrap .right_img {
	margin-left: 0.5rem
}

.contactus_content .item_wrap ul li .img_wrap .right_img img:first-child {
	margin-bottom: 3px;
}

.contactus_content .item_wrap ul li .item_txt {
	padding-top: 1.625rem;
}

.contactus_content .item_wrap ul li .item_txt ._p1 {
	font-size: 1.5rem;
    color: #212121;
    font-weight: bold;
}
.bx_price{ color:#ea8916; float: right; padding-right: 5px; display:none;}

.contactus_content .item_wrap ul li .item_txt ._p2 {
	font-size: 1.1rem;
	color: #a4a0a0;
	margin: 0.625rem 0;
	font-weight: bold; 

}

.contactus_content .item_wrap ul li .item_txt ._p3 {
	color: #969292;
	font-size: 0.94rem;
	line-height: 1.35rem;
	margin:8px 0;
}

.contactus_content .item_wrap ul li .item_txt ._p4 {
	color: #969292;
	font-size: 0.94rem;
	line-height: 1.25rem;
	margin-top: 1.25rem;
}

.main_btn {
	/*padding: 0.625rem 1.875rem;*/
	color: #fefcfc;
	background-color: #ea8916;
	border-radius: 1rem;
	margin: 3.125rem auto;
}

.form_content_bg {
	width: 100%;
	background: url("../img/bathroom-factory.jpg") no-repeat;
	background-size: 100% 100%;
	padding: 4rem 0;
    margin: 1rem 0 1rem 0;
}

.form_content {
	width: 75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.form_content .left {
	color: #FFFFFF;
}

.form_content .left .title {
	color: #FFFFFF;
	font-size: 2.7rem;
	font-family: ' AbhayaLibre-ExtraBold';
}
.form_content .left .title_s{
	line-height: 2.2rem;
    font-size: 1.4rem;
    color: #a8a4a4;
    margin: 2rem 0;
}

.form_content .left {
	width: 45%;
}

.form_content .left li {
	display: flex;
	align-items: center;
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
	font-size: 2rem;
}

.form_content .left .li_img {
    width: 43px;
    height: 43px;
}

.form_content .left li .li_p1 {
	margin-left: 1.25rem;
	font-size: 1.25rem;
}

.form_content .left li .li_p2 {
	margin-left: 1.25rem;
	font-size: 0.875rem;
}

.form_content .right {
	width: 45%;
	background-color: #FFFFFF;
	height: 100%;
	padding:3rem 1.875rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
}

.form_content .right .title {
	font-size: 3rem;
	color: #333333;
	font-family: ' AbhayaLibre-ExtraBold';
}

.form_content .right .des {
	font-size: 1.125rem;
	color: #a4a0a0;
	margin-top: 10px;
    line-height: 1.5rem;
}

.form_content .right .right_form {
	overflow: hidden;
}

.form_content .right .right_form .input_wrap {
	display: flex;
	margin-top: 1.25rem;
	width: 100%;
	justify-content: space-between;
}

.form_content .right .right_form .input_wrap ._input {
	width: 48%;
}

.form_content .right .right_form .input_wrap ._input input {
	padding: 1rem 0.625rem;
	background-color: #a4a09f;
	border: 0;
	width: 100%;
	color: #FFFFFF;
	font-size:1.1rem;
	box-sizing: border-box;
}

.purpose{ background-color: #fff; padding:0 10px; border:0;}
.purpose option{ border:0; border-radius: 0; height: 30px; }
.purpose .default_purpose{ display: none; }
.form_content .right .right_form .input_wrap .phone{ width: 100%; display: flex; }
.area_code{ width: 45%;background: #fff; border: 0; border-radius: 0; border-right: 1px solid #ccc;background-color: #a4a09f;    font-size: 1.1rem;padding: 1rem 0.625rem; color:#fff;}
.form_content .right .right_form .input_wrap ._input .phone_num{ width: 55%; border:0; border-radius: 0;}
.form_content .right .right_form .input_wrap ._input .purpose{width: 100%;background-color: #a4a09f; font-size: 1.0rem;padding: 1rem 0.625rem; color:#fff;}

.form_content .right .right_form .input_wrap ._input input::placeholder {
	color: #c7c7c7;
}

.form_content .right .right_form .input_wrap ._input input:focus {
	/* border: 0;
	 */
	outline: none;
}


.form_content .right .right_form .input_wrap ._textarea {
	width: 100%;
}

.form_content .right .right_form .input_wrap ._textarea textarea::placeholder {
	color: #c7c7c7;
}
.form_content .right .right_form .input_wrap ._textarea textarea::focus{
	outline: none;
}

.form_content .right .right_form .input_wrap ._textarea:focus {
	outline: none;
}

.form_content .right .right_form .input_wrap ._textarea textarea {
	padding: 0.625rem;
	background-color: #a4a09f;
	border: 0;
	width: 100%;
	box-sizing: border-box;
	color: #fff;
	font-size:1.1rem;
}

.form_content .right .right_form .submit {
	margin-top: 1.875rem;
	display: flex;

}

.form_content .right .right_form .submit .sub_btn {
	background-color: #ea8916;
	padding: 0.625rem 3.125rem;
	color: #FFFFFF;
	border-radius: 0.1875rem;
	font-size: 1.625rem;
	cursor: pointer;
}
.form_content .right .right_form .submit .send_btn {
	background-color: #ea8916;
	padding: 0.625rem 3.125rem;
	color: #FFFFFF;
	border-radius: 0.1875rem;
	font-size: 1.625rem;
	cursor: pointer;
	border: 0;
}
.form_content .right .right_form .submit .send_btn:hover{background-color: #dc7700;}
.form_content .right .right_form .submit .sub_btn:hover{background-color: #dc7700;}

.form_content .right .right_form .form_tips {
	font-size: 1.125rem;
	color: #a4a0a0;
	margin-top: 3.75rem;
}

.content4 {
	width: 75rem;
	margin: 9.125rem auto 3.125rem;
	display: flex;
	justify-content: space-between;
}

.content4 .left {width: 50%;}

.content4 .left .left_title {
	/* display: flex; */
	font-size: 3rem;
	color: #333333;
	font-family: ' AbhayaLibre-ExtraBold';

}

.content4 .left .left_p {
font-size: 1.8rem;
    color: #a4a0a0;
    margin-top: 1.875rem;
    line-height: 2.8rem;
    letter-spacing: 0.3px;
}

.content4 .right {
	width: 31.875rem;
	height: 23.125rem;

}



.content4 .right img {
	width: 100%;
	height: 100%;
}

.item_ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.item_ul .item_li {
	width: 30%;
	display: flex;
	/* justify-content: center; */
	align-items: center;
	margin-bottom: 2rem;
	color: #000
}

.item_ul .item_li div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	/* align-items: center; */
	padding-left: 1.25rem;
	font-size: 1.5rem;
}

.item_ul .item_li img {
	width: 4.375rem;
	height: 4.375rem;
}

.main_btn2 {
	display: flex;
	align-items: center;
	justify-content: center;
}

.main_btn2 .btn {
	/*padding: 1rem 2.5rem;*/
	background-color: #ea8916;
	color: #fefcfc;
	cursor: pointer;
	border-radius: 1rem;
	font-size: 1.125rem;
	margin-top: 3.125rem;
}

.content5 {

	padding-top: 3.125rem;

}

.content5 .content5_title {
	font-size: 3rem;
	width: 100%;
	text-align: center;
	margin-top: 3.125rem;
	font-family: ' AbhayaLibre-ExtraBold';

}

.content5_des {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	font-size: 1.3rem;
	text-align: center;
	color: #a4a0a0;
	line-height: 2rem;
    width: 80%;
    margin: 1.875rem auto;
}

.swiper-container {
	margin-top: 3.125rem;
	height: 31.25rem;
}

#swiper-container {
	margin-top: 3.125rem;
}

.swiper-container .swiper-wrapper .swiper-slide .sw_ul {
	display: flex;
	/*justify-content: space-between;*/
	align-items: center;

}

.swiper-container .swiper-wrapper .swiper-slide .sw_ul .sw_li {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	width: 33.33%;
	padding:0 15px;
}
.swiper-container .swiper-wrapper .swiper-slide .sw_ul .sw_li  img {
    /*height: 232px;*/
    /* width: 100%; */
    overflow: hidden;
    text-align: center;
}

.swiper-container .swiper-wrapper .swiper-slide .sw_ul .sw_li .sw_li_title {
	font-size: 1.3rem;
	margin-top: 1.875rem;
	text-align: left;
	color: #333333;
	font-weight: bold;
}


.swiper-container .swiper-wrapper .swiper-slide .sw_ul .sw_li .sw_li_des {
	text-align: left;
	font-size: 1.125rem;
	color: #a4a0a0;
	margin-top: 1.25rem;
	height: 70px;
	line-height: 1.5rem;
}

.content6_bg {
	width: 100%;
	margin-top: 3.125rem;
	height: 24.375rem;
	background: url('../img/wholesale-toilet-partner.png') no-repeat;
	background-size: 100% 100%;
}

.content6 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;

}

.content6 .content6_left {
	color: #FFFFFF;
	font-size: 1.5rem;
	line-height: 2.8rem;
	max-width: 800px;
}

.content6 .content6_right {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 0.0625rem solid #FFFFFF;
	color: #FFFFFF;
	padding: 0.4375rem 1.25rem;
	font-size: 2rem;
	font-weight: bold;

}
.content6 .content6_right:hover{background: #716d6d; color:#fff;}

.content7 {

	padding-top: 3.125rem;

}

.content7 .content7_title {
	font-size: 3rem;
	width: 100%;
	text-align: center;
	margin-top: 3.125rem;
	font-family: ' AbhayaLibre-ExtraBold';

}

.content7_des {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	font-size: 1.3rem;
	text-align: center;
	color: #a4a0a0;
	margin-top: 1.875rem;
}

.content7_wrap {
	margin-top: 3.125rem;
}

.content7_ul {
	display: flex;
	justify-content: space-between;
	align-items: center;

}

.content7_ul .content7_li {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	width: 30%;
}

.content7_ul .content7_li .content7_li_title {
	font-size: 1.5rem;
	margin-top: 1.875rem;
	text-align: left;
	color: #333333;
	font-weight: bold;
	/*font-family: ' AbhayaLibre-ExtraBold';*/
}


.content7_ul .content7_li .content7_li_des {
	text-align: left;
	font-size: 1.125rem;
	color: #a4a0a0;
	margin-top: 1.25rem;
	line-height: 1.5rem;
}

.content8 {
	padding-top: 3.125rem;
}

.content8 .title_1 {
	display: flex;
	font-size: 3rem;
	align-items: center;
	justify-content: center;
	margin-top: 3.75rem;
	font-family: ' AbhayaLibre-ExtraBold';
}

.content8 .title_tips {
	display: flex;
	font-size: 1.3rem;
	align-items: center;
	justify-content: center;
	margin-top: 0.5rem;
	line-height: 3rem;
	color: #a4a0a0;
    text-align: center;
}

.content8_main {
	display: flex;
	justify-content: space-between;
	margin-top: 3.125rem;
}

.content8_main .left {}

.content8_main .left ul li {
	display: flex;
	margin-top: 1.25rem;
	align-items: center;
}

.content8_main .left ul li .li_img {width:43px;}

.content8_main .left ul li .li_p1 {
	margin-left: 1.25rem;
	font-size: 1.1rem;
    color: #000;
    font-weight: bold;
}

.content8_main .left ul li .li_p2 {
	margin-left: 1.25rem;
	color: #000;
    font-size: 0.975rem;
    margin-top: 0.2rem;
}

.content9_bg {
	width: 100%;
	margin-top: 5rem;
	background: url("../img/toilet-bowl-manufacturers.jpg") no-repeat;
	padding: 3.125rem;
	box-sizing: border-box;
	background-size: 100% 100%;
}
.content9_bg .content_title_line{
	margin-top: 1.25rem;
}
.content9 .title_1 {
	font-size: 3rem;
	color: #FFFFFF;
	text-align: center;
	margin-top: 3.125rem;
	font-family: ' AbhayaLibre-ExtraBold';
}

.content9 .title_tips {
	text-align: center;
	color: #a4a0a0;
	font-size: 1.3rem;
	line-height: 2.1rem;
    margin: 1rem 0 2rem 0;
}

.pic_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.pic_wrap .pic {
	width: 23.5%;

}

.pic_wrap .pic img {
	width: 100%;
	margin-top: 1.25rem;
}

.content9 .main_btn2 {}


.content10 .title_1 {
	display: flex;
	font-size: 3rem;
	align-items: center;
	justify-content: center;
	margin-top: 3.75rem;
	font-family: ' AbhayaLibre-ExtraBold';
}

.content10 .title_tips {
	display: flex;
	font-size: 1.3rem;
	align-items: center;
	justify-content: center;
	margin-top: 1.875rem;
	line-height: 3rem;
	color: #a4a0a0;
	text-align: center;
}


#certify {
				position: relative;
				/* width: 1200px; */
				margin: 50px auto
			}

			#certify .swiper-container {}

			#certify .swiper-slide {
				width: 300px;
				height: 300px;
				background: #fff;
				box-shadow: 0 8px 30px #ddd;
			}

			#certify .swiper-slide img {
				display: block;
				width: 100%;
			}

			#certify .swiper-slide p {
				line-height: 98px;
				padding-top: 0;
				text-align: center;
				color: #636363;
				font-size: 1.1em;
				margin: 0;
			}

			#certify .swiper-pagination {
				width: 100%;
				bottom: 100px;
			}

			#certify .swiper-pagination-bullets .swiper-pagination-bullet {
				margin: 0 5px;
				border: 3px solid #fff;
				background-color: #d5d5d5;
				width: 10px;
				height: 10px;
				opacity: 1;
			}

			#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
				border: 3px solid #00aadc;
				background-color: #fff;
			}

			#certify .swiper-button-prev {
				left: -30px;
				width: 45px;
				height: 45px;
				background: url(../images/wm_button_icon.png) no-repeat;
				background-position: 0 0;
				background-size: 100%;
			}

			#certify .swiper-button-prev:hover {
				background-position: 0 -46px;
				background-size: 100%
			}

			#certify .swiper-button-next {
				right: -30px;
				width: 45px;
				height: 45px;
				background: url(../images/wm_button_icon.png) no-repeat;
				background-position: 0 -93px;
				background-size: 100%;
			}

			#certify .swiper-button-next:hover {
				background-position: 0 -139px;
				background-size: 100%
			}

.footbg {
	width: 100%;
	padding: 5rem 0;
	background-color: #d6d6d6;
}

.foot {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.foot .left_img {
	width: 35rem;
	height: 400px;
}

.foot .right {
	padding-left: 6.25rem;
	width: 31.25rem;
	/*height: 400px;*/
	display: flex;
	flex-direction: column;
	/*justify-content: space-between;*/
}

.foot .right ._p1 {
	font-size: 3rem;
	line-height: 3rem;
	color: #333333;
	font-family: ' AbhayaLibre-ExtraBold';
	margin-bottom:10px;

}

.foot .right ._p2 {
	font-size: 17px;
    color: #797474;
    line-height: 29px;
    margin: 7px 0;
	/* font-weight: bold; */

}
.pcshow{ display: block; }
.phoneshow{ display: none; }



@font-face {
	font-family: 'ABHAYALIBRE-BOLD';
	src: url('./../font/ABHAYALIBRE-BOLD.TTF');
}

@font-face {
	font-family: ' AbhayaLibre-ExtraBold';
	src: url('./../font/ABHAYALIBRE-EXTRABOLD.TTF');
}


@media screen and (max-width: 768px) {
	*{box-sizing: border-box; }
	img{ max-width: 100%; width: 100%;}

	/*.nav{ display: none; }*/
	
	.bx_fixed{ position: fixed; bottom:15px; right:5px; z-index: 9999;}
	.bx_fixed .chatbox{ padding:6px;opacity: 1;}
	.bx_fixed a{ width:40px; height:40px;background-size: cover;}

	.w1200{width:100%;}
	
	.header_btn a, .main_btn a, .main_btn2 a{ font-size:1.1rem; padding: 0.625rem 1.875rem; line-height:initial;}
	.header_btn a{width: 15.8125rem;}

	.page_header{ display: inline-block; padding:60px 0 60px 0; height: auto; text-align: center; background: url(../img/toilet-factory.jpg) no-repeat;}
	.page_header h1{ font-size:35px; line-height: 47px;}
	.page_header .header_ul{ width: 100%; display: inline-block; margin-top: 0; padding:0 20px;}
	.page_header .header_ul .header_ul_li{ margin: 15px;}
	.page_header .header_ul .header_ul_li .li_span{font-size: 1.275rem;}
	.page_header .header_btn{  margin-bottom: 2rem; margin: 3.125rem  auto; width: 15.8125rem;}
	.page_header .arrow_img{ margin: 0 auto; display: none;}
	.page_header img{ width: 70%; height: auto; }

	.bx_header{ padding:0 30px; }
	.nav{ overflow: scroll; height: 4.75rem; justify-content: flex-start;}
	.nav ul{ height: 4.75rem; }

	.contactus_btn{ right:0; width: 100%; text-align: center; }
	.contactus_btn div{ width: 100%; display: inline-block; position: relative; left: 0;text-align: center;line-height: 3.125rem; }

	.contactus_content{ display: inline-block; width: 100%; padding:0 10px; margin: 30px 0;}
	.contactus_content .title_1{ font-size:30px; text-align: center;}
	.contactus_content .title_tips{ font-size:20px; line-height: 30px; text-align: center;}
	.contactus_content .item_wrap{ padding:0 25px;}
	.orange_item{ display: inline-block; margin:10px 0; }
	.orange_item .o_li{width: 50%; float: left; margin:20px 0;}
	.orange_item .o_li .o_li_p{ font-size: 3.1875rem;}
	.main_btn{ text-align: center; width: 70%;}
	.contactus_content .item_wrap ul{ display: inline-block; }
	.contactus_content .item_wrap ul li{ width: 100%; margin-top: 50px;}
	.contactus_content .item_wrap ul li .item_txt ._p2{font-size: 1.2rem;}
	.contactus_content .item_wrap ul li .item_txt ._p3{ font-size: 1.1rem; line-height: 1.65rem;}
	.contactus_content .item_wrap ul li .item_txt ._p4{font-size: 0.9rem; line-height: 1.65rem;}
	.contactus_content .item_wrap ul li .img_wrap{ display: inline-block;width: 100%; }
	.contactus_content .item_wrap ul li .img_wrap .right_img{ margin: 0; display: flex; }
	.contactus_content .item_wrap ul li .img_wrap .right_img img:first-child{margin:0;}

	.form_content{ width:100%; display: inline-block; }
	.form_content_bg{ background-size: cover; padding: 4rem 0 0 0;}
	.form_content .left{ width: 100%; padding:0 20px; margin-bottom: 45px;}
	.form_content .left .title{ font-size: 30px; }
	.form_content .left .title_s{ font-size:16px; line-height: 30px; color:#fff;}
	.form_content .left li{ font-size: 26px; margin: 15px 0;}
	.form_content .left li .li_p1{ font-size:18px;}
	.form_content .right{ width: 100%; margin-top: 0; display: inline-block;border-bottom: 1px solid #f4f4f4;}
	.form_content .right .title{ font-size:30px; }
	.form_content .right .des{ font-size:20px; line-height: 30px; margin:15px 0; }
	.form_content .right .right_form .submit .sub_btn{ width: 100%; text-align: center; }

	.content4{ display: inline-block; margin:50px 0; padding: 0 1.875rem; }
	.content4 .left{ width:100%;}
	.content4 .left .left_title{ font-size:30px; text-align: center;}
	.content4 .left .left_p{ font-size:20px; line-height: 30px;}
	.content4 .right{ width:100%; height: auto; margin-top: 25px;}

	.item_ul .item_li{ width: 50%; display: inline-block; text-align: center;}
	.item_ul .item_li div{ padding:10px 0 0 0; font-size: 16px;  }
	
	.content5{ padding:10px 1.875rem; }
	.content5_des{ width:100%;}
	.content5 .content5_title{ font-size:30px; }
	.content5_des{ font-size:20px; line-height: 30px; }
	.pcshow{ display: none; }
	.phoneshow{ display: block; }
	.swiper-container .swiper-wrapper .swiper-slide .sw_ul{ display: inline-block; }
	.swiper-container .swiper-wrapper .swiper-slide .sw_ul .sw_li{ width:100%; display: inline-block; padding:0; }
	
	.content6_bg{ height: auto; background-size: cover;}
	.content6{ display: inline-block; padding:35px 1.875rem;; }
	.content6 .content6_right{ display: inline-block; text-align: center; margin-top: 15px; width: 100%;}
	.content6 .content6_right a{font-size:22px;}

	/*.content7{ display: none; }*/
	.content7{ padding:3.125rem 1.875rem;}
	.content7 .content7_title{ font-size:30px; }
	.content7_des{ font-size:20px; }
	.content7_wrap{margin-top: 0.125rem;}
	.content7_ul{ width: 100%; display: inline-block; }
	.content7_ul .content7_li{ width: 100%; padding:10px; margin-top: 20px;}

	.content8{ padding:0 1.875rem; }
	.content8 .title_1{ font-size:30px; text-align:center; }
	.content8 .title_tips{ font-size:20px; text-align: center; line-height: 30px; margin: 10px 0; }
	.content8_main{ display: inline-block; margin-top: 5px; }
	.content8_main .right{ margin-top:40px; }

	.content9_bg{ margin-top:50px; padding:30px 10px;}
	.content9 .title_1{ font-size: 30px; }
	.content9 .title_tips{ font-size:20px; line-height: 30px; }
	.pic_wrap .pic{ width:50%; padding:7px; }
	
	.content10{ padding:10px 1.875rem; overflow:hidden; }
	.content10 .title_1{ font-size:30px; text-align:center;}
	.content10 .title_tips{ font-size:20px; line-height: 30px; }
	#certify{ width: 100%; margin-bottom: 5px;}
	#certify  .swiper-container{ height:300px;}
	#certify .swiper-slide { width: 200px; height: 200px;}
	#certify .swiper-pagination{ bottom:50px;}

	.foot{ display: inline-block; }
	.footbg{ padding:30px 1.875rem; }
	.foot .left_img{ width: 100%; height: auto; }
	.foot .right{ display: inline-block; width:100%; height: auto; padding:0; margin-top:50px;}
	.foot .right ._p1{ font-size:30px; line-height: 40px; margin-bottom: 10px;}
	.foot .right ._p2{ padding:15px 0 5px 0;}
	.foot .main_btn2 .btn{ padding: 1rem 1.5rem;}
	.foot .left_img iframe{ height:300px;}

}