* {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}
body{
	overflow: hidden;
}
html{
	overflow-x: hidden;
}
a {
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
.nav {
	width: 100%;
	height: 960px;
	background: url(../img/about_banner.png) center no-repeat;
	background-size: cover;
}

.container {
	width: 100%;
	height: 100%;
	padding: 0px !important;
	position: relative;
}

.nav_all {
	width: 100%;
	margin: auto;
	position: absolute;
	top:64px;
	left:0px;
	transition: all 0.6s;
	z-index:999;
}

.naVTop {
	width: 1550px;
	height: 97px;
	margin: auto;
	transition: all 0.6s;
}

.naVTop_left {
	width: 334px;
	height: 100%;
	float: left;
}

.naVTop_left>a{
	display: block;
	width: 100%;
	height: 100%;
}
.naVTop_left>a>img{
	max-width: 334px;
}

.naVTop_right {
	float: right;
	width: 1040px;
	height: 100%;
}

.naVTop_right>ul {
	width: 100%;
	height: 100%;
}

.naVTop_right>ul>li {
	width: 14.28%;
	height: 100%;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
	color: rgb(254, 252, 252);
	position: relative;
}
.naVTop_right>ul>li::before{
	content: "";
	position: absolute;
	width: 0px;
	height: 2px;
	background: #ffffff;
	top: 65px;
	left: 30%;
	transition: all 0.5s linear;
}
.naVTop_right>ul>li:nth-of-type(1)::before{
	width:0px;
}
.naVTop_right>ul>li:hover::before{
	content: "";
	position: absolute;
	width: 40%;
	height: 2px;
	background: #ffffff;
	top: 65px;
	left: 30%;
	transition: all 0.5s linear;
}
.naVTop_right>ul>li:nth-of-type(6):hover::before{
	width:0px !important;
}

.naVTop_right>ul>li:nth-of-type(2)::before{
	content: "";
	position: absolute;
	width: 40%;
	height: 2px;
	background: #ffffff;
	top: 65px;
	left: 30%;
}

.naVTop_right>ul>li>a {
	color: rgb(254, 252, 252);
	font-size: 16px;
	font-family: "PingFang";
	cursor: pointer;
}

.naVTop_right>ul>li>a:hover {
	text-decoration: none;
}

.naVTop_right>ul>li:last-child>span {
	margin-left: 40px;
	margin-right: 40px;
}

.title_nav {
    display: none;
	width: auto;
	height: auto;
	margin: auto;
	text-align: center;
	padding-top:400px;
	box-sizing: border-box;
}

.title_nav>p:nth-of-type(1) {
	font-size: 60px;
	font-family: "zihun100hao";
	color: rgb(254, 252, 252);
	line-height: 0.667;
	letter-spacing: 5px;
}

.title_nav>p:nth-of-type(2) {
	font-size: 30px;
	font-family: "PingFang";
	color: rgb(254, 252, 252);
	line-height: 1.334;
	margin-top: 40px;
	letter-spacing: 5px;
}

.title_nav>p>a {
	cursor: pointer;
	color: #ffffff;
}
.title_nav>p>a:hover{
	text-decoration: none;
}


.product_title{
	width: 1518px;
	height: 477px;
	margin: auto;
	margin-top: 130px;
	text-align: center;
}
.product_title>p{
	font-size: 40px;
	font-family: "zihun100hao";
	color: rgb(10, 10, 10);
	line-height: 1;
	font-weight: bold;
	letter-spacing: 2px;
}
.product_title>input{
	width: 1052px;
	height: 120px;
	border-radius: 70px;
	border-width: 1px;
	border-color: rgb(156, 154, 154);
	border-style: solid;
	margin-top: 86px;
	outline: none;
	font-size: 24px;
	font-family: "PingFang";
	color: rgb(126, 123, 123);
	line-height: 1.2;
	padding-left: 66px;
	box-sizing: border-box;
}
.product_title>ul{
	width: 100%;
	height: 70px;
	margin-top: 76px;
}
.product_title>ul>li{
	width: 226px;
	height: 100%;
	border-width: 1px;
	border-color: rgb(126, 123, 123);
	border-style: solid;
	margin-right: 30px;
	float: left;
}
.product_title>ul>li:nth-of-type(6){
	margin-right: 0;
}
/* .product_title>ul>li:nth-of-type(1){
	color: #ffffff;
	background: #000;
} */
.product_on{
	color: #ffffff !important;
	background: #000;
}
.product_title>ul>li>a{
	display: block;
	width: 100%;
	height: 100%;
	font-size: 24px;
	font-family: "PingFang";
	color: rgb(126, 123, 123);
	line-height: 1.2;
	line-height: 76px;
	cursor: pointer;		overflow: hidden;
	transition: all 0.6s;
}
.product_title>ul>li>a:hover{
	text-decoration: none;
	background:#000;
	color:#ffffff;
}
.page{
	width: 100%;
	height: auto;
	background: #f1efef;
	padding-top: 120px;
	box-sizing: border-box;
}
.page_content{
	width: 1518px;
	margin: auto;
	margin-top: 112px;
	text-align: center;
}
.parent_content{
	width: 1518px;
	height: auto;
	margin: auto;
	position: relative;
}
.pagination>li{
	margin: 0px 10px;
	display: block;
	float: left;
}
.footer{
	width: 100%;
	height: 1225px;
	margin-top: 15px;
	position: relative;
	padding-top: 230px;
	box-sizing: border-box;
}
.footer_bg{
	position: absolute;
	width: 1378px;
	height: 950px;
	top: 0;
	right: 0;
	background: url(../img/home_img8.png) center no-repeat;
	background-size: cover;
	z-index: -1;
}
.footer_content{
	width: 1529px;
	height: auto;
	margin: auto;
}
.footer_content_left{
	width: 670px;
	height: auto;
	float: left;
}
.footer_content_left>p:nth-of-type(1){
	font-size: 40px;
	font-family: "PingFangSC";
	color: rgb(18, 18, 18);
	font-weight: bold;
	line-height: 1.667;
	letter-spacing: 5px;
}
.footer_content_left>p:nth-of-type(1)>span{
	color: #e94b0a;
}

.footer_content_left>ul{
	width: 100%;
	height: auto;
	margin-top: 13px;
}
.footer_content_left>ul>li{
	width: 100%;
	display: flex;
	align-items: center;
	margin-bottom: 33px;
}
.footer_content_left>ul>li>img{
	max-width:33px;
}
.footer_content_left>ul>li>span{
	font-size: 26.67px;
	font-family: "PingFangSC";
	color: rgb(31, 31, 31);
	line-height: 2.5;
	margin-left: 35px;
}
.footer_content_right{
	width: 859px;
	height: auto;
	float: left;
}
.footer_content_right>form>input{
	width: 416px;
	height: 102px;
	outline: none;
	border: none;
	background-color: rgb(236, 241, 247);
	opacity: 0.502;
	box-shadow: inset 0px 0px 7px 0px rgba(28, 28, 28, 0.46);
	padding-left: 55px;
	box-sizing: border-box;
	font-size: 24px;
	font-family: "PingFangSC";
	color: rgb(169, 164, 164);
	line-height: 1.667;
}
.footer_content_right>form>textarea{
	width: 100%;
	height: 235px;
	outline: none;
	border: none;
	background-color: rgb(236, 241, 247);
	opacity: 0.502;
	box-shadow: inset 0px 0px 7px 0px rgba(28, 28, 28, 0.46);
	padding-left: 55px;
	box-sizing: border-box;
	font-size: 24px;
	font-family: "PingFangSC";
	color: rgb(169, 164, 164);
	line-height: 1.667;
	margin-top: 14px;
}
.footer_content_right>form>button{
	width: 852px;
	height: 103px;
	background-color: rgb(50, 94, 145);
	outline: none;
	border: none;
	margin-top: 14px;
	font-size: 32px;
	font-family: "PingFangSC";
	color: rgb(255, 255, 255);
	line-height: 1.25;
}

.footer_icon{
	width: 1529px;
	margin: auto;
	height: 100px;
	margin-top: 172px;
}
.footer_icon_left{
	float: left;
}
.otherPh{
	float: left;
	width: auto;
	height: 48px;
	text-align: right;
	margin-top: 50px;
	font-size: 26.67px;
	font-family: "PingFangSC";
	color: rgb(31, 31, 31);
	line-height: 2.5;
	display: flex;
	align-items: center;
	justify-content: right;
	margin-left: 564px;
}
.otherPh>a:hover{
	text-decoration: none;
	color: #337ab7;
}
.otherPh>span{
	display: inline-block;
	width: 98px;
	height: 1px;
	background: #1f1f1f;
}
.footer_icon>ul{
	width: 244px;
	height: 50px;
	float: right;
	margin-top: 50px;
}
.footer_icon>ul>li{
	width: 33.3333%;
	float: left;
	height: 100%;
	display: flex;
	align-items: center;
}

/* 分页 */
#containet{
            display: inline-block;
            margin: auto;
			width: 100%;
			height: 100%;
			border: none;
			
        }
#containet2{
	display: inline-block;
	margin: auto;
	width: 100%;
	height: 100%;
	border: none;
	position: absolute;
	top: 0;
	left: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
#containet3{
	display: inline-block;
	margin: auto;
	width: 100%;
	height: 100%;
	border: none;
	position: absolute;
	top: 0;
	left: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
#containet4{
	display: inline-block;
	margin: auto;
	width: 100%;
	height: 100%;
	border: none;
	position: absolute;
	top: 0;
	left: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
#containet5{
	display: inline-block;
	margin: auto;
	width: 100%;
	height: 100%;
	border: none;
	position: absolute;
	top: 0;
	left: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
#containet6{
	display: inline-block;
	margin: auto;
	width: 100%;
	height: 100%;
	border: none;
	position: absolute;
	top: 0;
	left: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

        #pageMain>li,#pageMain2>li,#pageMain3>li,#pageMain4>li,#pageMain5>li,#pageMain6>li {
            list-style: none;
            line-height: 22px;
			width: 100%;
			height: 100%;
        }
 
        #pageBox,#pageBox2,#pageBox3,#pageBox4,#pageBox5,#pageBox6 {
			width: 100%;
			height: 55px;
			display: flex;
			justify-content: center;
			align-items: center;
			margin-top:100px;
			margin-bottom:100px;
        }

        #pageBox span,#pageBox2 span,#pageBox3 span,#pageBox4 span,#pageBox5 span,#pageBox6 span {
            display: inline-block;
            width: 127px;
            height: 100%;
            line-height: 55px;
            text-align: center;
            color: #333333;
            background: #ffffff;
			font-size: 14px;
			font-family: "SourceHanSansCN";
			margin-right: 31px;
        }
 
        #pageNav,#pageNav2,#pageNav3,#pageNav4,#pageNav5,#pageNav6 {
            display: inline-block;
			height: 100%;
			margin-bottom: 0px;
        }
 
        #pageNav a,#pageNav2 a,#pageNav3 a,#pageNav4 a,#pageNav5 a ,#pageNav6 a{
            display: inline-block;
            width: 54px;
            height: 100%;
            line-height: 55px;
            text-align: center;
            color: #3a87ad;
            text-decoration: none;
			margin-right: 31px;
        }
 
        .color a.active {
            background: #325e91;
            color: #ffffff !important;
        }
		.color a:hover{
			background: #325e91;
			color: #ffffff !important;
		}
 
        #prev:hover,#prev2:hover,#prev3:hover,#prev4:hover,#prev5:hover,#prev6:hover {
            cursor: pointer;
        }
 
        #next:hover,#next2:hover,#next3:hover,#next4:hover,#next5:hover,#next6:hover {
            cursor: pointer;
        }
.pageMain_list{
	width: 100%;
	height: auto;
}
.count{
	float: left;
	width: 373px;
	height: 468px;
	display: block !important;
	margin-right: 8px;
	margin-bottom: 15px;
} 
.count:nth-of-type(4),.count:nth-of-type(8),.count:nth-of-type(12){
	margin-right: 0px !important;
}
.count>a{
	display: block;
	width: 100%;
	height: 100%;
	overflow:hidden;
}
.count>a:hover{
	text-decoration: none;
}
.count>a>img{
	width: 100%;
	height: 350px;
	transition: all 0.5s;
}
.count>a>img:hover{
	transform: scale(1.1);
}
.title{
	width: 100%;
	height: 108px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	font-family: "PingFang";
	color: rgb(18, 18, 18);
	background: #ffffff;
	margin-top: 8px;
}

#nav2{
	display: none;
}
/* 移动端响应 */
@media  (min-width: 768px) and (max-width: 900px){
	#nav1{
			display: none;
		}
		#nav2{
			display: block !important;
		}
		.naVTop{
			width: 100%;
			margin-top: 0px;
			background: #000;
			text-align: center;
			position: relative;
		}
		.clickIcon{
			position: absolute;
			width: 30px;
			height: 35px;
			top: 10px;
			right: 0;
			margin: 23px 20px;
			padding: 5px 0px;
			box-sizing: border-box;
		}
		.clickIcon>span{
			display: inherit;
			width: 100%;
			height: 5px;
			margin-bottom: 5px;
			background: #ffffff;
		}
		.clickmeng{
			width: 100%;
			height: 100%;
			background: rgba(0,0,0,0.5);
			position: absolute;
			top: 97px;
			left: 0;
			z-index: 999;
			display: none;
			transition: all 0.6s; 
			padding-top: 50px;
			box-sizing: border-box;
		}
		.clickmeng>ul{
			width: 100%;
			height: 100%;
		}
		.clickmeng>ul>li{
			width: 100%;
		}
		.clickmeng>ul>li>a{
			display: block;
			width: 100%;
			padding: 15px 0px;
			box-sizing: border-box;
			text-align: center;
			font-size: 21.336px;
			font-family: "PingFang";
			color: rgb(254, 252, 252);
			line-height: 1.875;
		}
		.container2{
			width: 100%;
			height: 100%;
			margin-top: 0;
		}
		.nav_all{
			width: 100%;
			padding: 0px;
			box-sizing: border-box;
		}
		.product_title{
			width: 100%;
			height: auto;
			padding-left: 30px;
			padding-right: 30px;
			box-sizing: border-box;
		}
		.product_title>input{
			width: 100%;
		}
		.product_title>ul{
			height: auto;
		}
		.product_title>ul>li:nth-of-type(2),.product_title>ul>li:nth-of-type(4),.product_title>ul>li:nth-of-type(6){
			margin-right: 0px;
		}
		.product_title>ul>li{
			width: 47%;
			margin-bottom: 10px;
		}
		.page{
			height: auto;
		}
		.parent_content{
			width: 100%;
			height: auto;
			padding-left: 30px;
			padding-right: 30px;
			box-sizing: border-box;
		}
		.containet{
			width: 100% !important;
			height: auto !important;
		}
		#pageMain, #pageMain2, #pageMain3, #pageMain4, #pageMain5, #pageMain6{
			height: auto;
		}
		.count{
			width: 50%;
			height: auto;
			margin-right: 0px;
			padding: 0px 8px;
			box-sizing: border-box;
		}
		#pageBox span, #pageBox2 span, #pageBox3 span, #pageBox4 span, #pageBox5 span, #pageBox6 span{
			margin-right: 0px;
		}
		#pageNav a, #pageNav2 a, #pageNav3 a, #pageNav4 a, #pageNav5 a, #pageNav6 a{
			margin-right: 0px;
		}
		.footer{
			width: 100%;
			height: auto;
		}
		.footer_bg{
			width: 100%;
		}
		.footer_content{
			width: 100%;
			padding-left: 30px;
			padding-right: 30px;
			box-sizing: border-box;
		}
		.footer_content_right{
			width: 100%;
		}
		.footer_content_right>form>input{
			width: 100%;
		}
		.footer_content_right>form>input:nth-of-type(2){
			margin-left: 0px !important;
			margin-top: 14px;
		}
		.footer_content_right>form>button{
			width: 100%;
		}
		.footer_icon{
			width: 100%;
			padding-left: 30px;
			padding-right: 30px;
			box-sizing: border-box;
			height: auto;
		}
		.footer_icon_left{
			width: 100%;
			text-align: center;
		}
		.otherPh{
			margin-left: 0px !important;
		}
}
@media  (min-width: 900px) and (max-width: 1440px){
	#nav1{
			display: block
		}
		#nav2{
			display: none!important;
		}
		.naVTop{
			width: 90%;
			margin:auto;
			margin-top: 0px;
			text-align: center;
			position: relative;
		}
		.naVTop_left{
			width:30%;
		}
		.naVTop_left>a>img{
			max-width:100%
		}
		.naVTop_right{
			width:70%;
		}
		.clickIcon{
			position: absolute;
			width: 30px;
			height: 35px;
			top: 10px;
			right: 0;
			margin: 23px 20px;
			padding: 5px 0px;
			box-sizing: border-box;
		}
		.clickIcon>span{
			display: inherit;
			width: 100%;
			height: 5px;
			margin-bottom: 5px;
			background: #ffffff;
		}
		.clickmeng{
			width: 100%;
			height: 100%;
			background: rgba(0,0,0,0.5);
			position: absolute;
			top: 97px;
			left: 0;
			z-index: 999;
			display: none;
			transition: all 0.6s; 
			padding-top: 50px;
			box-sizing: border-box;
		}
		.clickmeng>ul{
			width: 100%;
			height: 100%;
		}
		.clickmeng>ul>li{
			width: 100%;
		}
		.clickmeng>ul>li>a{
			display: block;
			width: 100%;
			padding: 15px 0px;
			box-sizing: border-box;
			text-align: center;
			font-size: 21.336px;
			font-family: "PingFang";
			color: rgb(254, 252, 252);
			line-height: 1.875;
		}
		.container2{
			width: 100%;
			height: 100%;
			margin-top: 0;
		}
		.nav_all{
			width: 100%;
			padding-top: 62px;
			box-sizing: border-box;
		}
		.product_title{
			width: 100%;
			height: auto;
			padding-left: 30px;
			padding-right: 30px;
			box-sizing: border-box;
		}
		.product_title>input{
			width: 80%;
		}
		.product_title>ul{
			height: auto;	
			width:80%;
			margin:auto;
			margin-top:50px;
			margin-bottom:50px;
		}
		.product_title>ul>li{
			width: 15%;
			height:70px;
			margin-bottom: 10px;
			margin-right:19px;
		}
		.page{
			height: auto;
		}
		.parent_content{
			width: 90%;
			height: auto;
			padding-left: 30px;
			padding-right: 30px;
			box-sizing: border-box;
		}
		.containet{
			width: 100% !important;
			height: auto !important;
			padding-left: 30px;
			padding-right: 30px;
			box-sizing: border-box;
		}
		#pageMain, #pageMain2, #pageMain3, #pageMain4, #pageMain5, #pageMain6{
			height: auto;
		}
		.count{
			width: 25%;
			height: auto;
			margin-right: 0px;
			padding: 0px 8px;
			box-sizing: border-box;
		}
		.count>a>img{
			max-height: 100%;
			height: auto;
		}
		#pageBox span, #pageBox2 span, #pageBox3 span, #pageBox4 span, #pageBox5 span, #pageBox6 span{
			margin-right: 0px;
		}
		#pageNav a, #pageNav2 a, #pageNav3 a, #pageNav4 a, #pageNav5 a, #pageNav6 a{
			margin-right: 0px;
		}
		.footer{
			width: 100%;
			height: auto;
		}
		.footer_bg{
			width: 100%;
		}
		.footer_content{
			width: 90%;
			padding-left: 30px;
			padding-right: 30px;
			box-sizing: border-box;
		}
		.footer_content_right{
			width: 50%;
		}
		.footer_content_right>form>input{
			width: 100%;
		}
		.footer_content_right>form>input:nth-of-type(2){
			margin-left: 0px !important;
			margin-top: 14px;
		}
		.footer_content_right>form>button{
			width: 100%;
		}
		.footer_icon{
			width: 90%;
			padding-left: 30px;
			padding-right: 30px;
			box-sizing: border-box;
			height: auto;
		}
		.footer_icon_left{
			text-align: center;
		}
		.otherPh{
			margin-left: 200px !important;
		}	

		.footer_content_left{
			width:50%;
		}
		.naVTop_right>ul>li:last-child>span {
    margin-left: 15px;
    margin-right: 15px;
}
}
@media  (max-width: 768px){
	#nav1{
			display: none;
		}
		#nav2{
			display: block !important;
		}
		.naVTop{
			width: 100%;
			margin-top: 0px;
			background: #000;
			text-align: center;
			position: relative;
		}
		.clickIcon{
			position: absolute;
			width: 30px;
			height: 35px;
			top: 10px;
			right: 0;
			margin: 23px 20px;
			padding: 5px 0px;
			box-sizing: border-box;
		}
		.clickIcon>span{
			display: inherit;
			width: 100%;
			height: 5px;
			margin-bottom: 5px;
			background: #ffffff;
		}
		.clickmeng{
			width: 100%;
			height: 100%;
			background: rgba(0,0,0,0.5);
			position: absolute;
			top: 97px;
			left: 0;
			z-index: 999;
			display: none;
			transition: all 0.6s; 
			padding-top: 50px;
			box-sizing: border-box;
		}
		.clickmeng>ul{
			width: 100%;
			height: 100%;
		}
		.clickmeng>ul>li{
			width: 100%;
		}
		.clickmeng>ul>li>a{
			display: block;
			width: 100%;
			padding: 15px 0px;
			box-sizing: border-box;
			text-align: center;
			font-size: 21.336px;
			font-family: "PingFang";
			color: rgb(254, 252, 252);
			line-height: 1.875;
		}
		.container2{
			width: 100%;
			height: 100%;
			margin-top: 0;
		}
		.nav_all{
			width: 100%;
			padding: 0px;
			box-sizing: border-box;
		}
		.product_title{
			width: 100%;
			height: auto;
			padding-left: 30px;
			padding-right: 30px;
			box-sizing: border-box;
		}
		.product_title>input{
			width: 100%;
		}
		.product_title>ul{
			height: auto;
		}
		.product_title>ul>li:nth-of-type(2),.product_title>ul>li:nth-of-type(4),.product_title>ul>li:nth-of-type(6){
			margin-right: 0px;
		}
		.product_title>ul>li{
			width: 47%;
			margin-bottom: 10px;
		}
		.page{
			height: auto;
		}
		.parent_content{
			width: 100%;
			height: auto;
			padding-left: 30px;
			padding-right: 30px;
			box-sizing: border-box;
		}
		.containet{
			width: 100% !important;
			height: auto !important;
		}
		#pageMain, #pageMain2, #pageMain3, #pageMain4, #pageMain5, #pageMain6{
			height: auto;
		}
		.count{
			width: 50%;
			height: auto;
			margin-right: 0px;
			padding: 0px 8px;
			box-sizing: border-box;
		}
		#pageBox span, #pageBox2 span, #pageBox3 span, #pageBox4 span, #pageBox5 span, #pageBox6 span{
			margin-right: 0px;
		}
		#pageNav a, #pageNav2 a, #pageNav3 a, #pageNav4 a, #pageNav5 a, #pageNav6 a{
			margin-right: 0px;
		}
		.footer{
			width: 100%;
			height: auto;
		}
		.footer_bg{
			width: 100%;
		}
		.footer_content{
			width: 100%;
			padding-left: 30px;
			padding-right: 30px;
			box-sizing: border-box;
		}
		.footer_content_right{
			width: 100%;
		}
		.footer_content_right>form>input{
			width: 100%;
		}
		.footer_content_right>form>input:nth-of-type(2){
			margin-left: 0px !important;
			margin-top: 14px;
		}
		.footer_content_right>form>button{
			width: 100%;
		}
		.footer_icon{
			width: 100%;
			padding-left: 30px;
			padding-right: 30px;
			box-sizing: border-box;
			height: auto;
		}
		.footer_icon_left{
			width: 100%;
			text-align: center;
		}
		.otherPh{
			margin-left: 0px !important;
		}
}
@media  (min-width:320px) and (max-width: 667px){
	#nav1{
			display: none;
		}
		#nav2{
			display: block !important;
		}
		.nav{
			height: 667px;
		}
		.naVTop{
			width: 100%;
			margin-top: 0px;
			background: #000;
			text-align: center;
			position: relative;
			display: flex;
			align-items: center;
			justify-content: center;
		}
		.naVTop>img{
			height: 50%;
			width: auto;
		}
		.clickIcon{
			position: absolute;
			width: 30px;
			height: 35px;
			top: 10px;
			right: 0;
			margin: 23px 20px;
			padding: 5px 0px;
			box-sizing: border-box;
		}
		.clickIcon>span{
			display: inherit;
			width: 100%;
			height: 5px;
			margin-bottom: 5px;
			background: #ffffff;
		}
		.clickmeng{
			width: 100%;
			height: 100%;
			background: rgba(0,0,0,0.5);
			position: absolute;
			top: 97px;
			left: 0;
			z-index: 999;
			display: none;
			transition: all 0.6s; 
			padding-top: 50px;
			box-sizing: border-box;
		}
		.clickmeng>ul{
			width: 100%;
			height: 100%;
		}
		.clickmeng>ul>li{
			width: 100%;
		}
		.clickmeng>ul>li>a{
			display: block;
			width: 100%;
			padding: 15px 0px;
			box-sizing: border-box;
			text-align: center;
			font-size: 21.336px;
			font-family: "PingFang";
			color: rgb(254, 252, 252);
			line-height: 1.875;
		}
		.container2{
			width: 100%;
			height: 100%;
			margin-top: 0;
		}
		.nav_all{
			width: 100%;
			padding: 0px;
			box-sizing: border-box;
		}
		.product_title{
			width: 100%;
			height: auto;
			padding-left: 15px;
			padding-right: 15px;
			box-sizing: border-box;
			margin-top: 50px;
		}
		.product_title>p{
			font-size: 24px;
		}
		.product_title>input{
			width: 100%;
			height: 60px;
			margin-top: 50px;
			padding-left: 33px;
			box-sizing: border-box;
		}
		.product_title>ul{
			height: auto;
		}
		.product_title>ul>li:nth-of-type(2),.product_title>ul>li:nth-of-type(4),.product_title>ul>li:nth-of-type(6){
			margin-right: 0px;
		}
		.product_title>ul>li{
			width: 50%;
			margin-bottom: 10px;
			margin-right: 0px;
			padding: 0px 8px;
			box-sizing: border-box;
			border: none;
		}
		.product_title>ul>li>a{
			border-width: 1px;
			    border-color: rgb(126, 123, 123);
			    border-style: solid;
			font-size:14px;
		}
		.page{
			height: auto;
		}
		.parent_content{
			width: 100%;
			height: auto;
			padding-left: 30px;
			padding-right: 30px;
			box-sizing: border-box;
		}
		.containet{
			width: 100% !important;
			height: auto !important;
		}
		#pageMain, #pageMain2, #pageMain3, #pageMain4, #pageMain5, #pageMain6{
			height: auto;
		}
		.count{
			width: 50%;
			height: auto;
			margin-right: 0px;
			padding: 0px 8px;
			box-sizing: border-box;
		}
		#pageBox span, #pageBox2 span, #pageBox3 span, #pageBox4 span, #pageBox5 span, #pageBox6 span{
			margin-right: 0px;
			width: 60px;
			line-height: 40px;
		}
		#pageBox, #pageBox2, #pageBox3, #pageBox4, #pageBox5, #pageBox6{
			height: 40px;
		}
		#pageNav a, #pageNav2 a, #pageNav3 a, #pageNav4 a, #pageNav5 a, #pageNav6 a{
			margin-right: 0px;
			width: 30px;
			height: 40px;
			line-height: 40px;
		}
		.footer{
		width: 100%;
		padding-top: 100px;
		box-sizing: border-box;
	}
	.footer_bg{
		width: 100%;
	}
	.footer_content{
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
		box-sizing: border-box;
	}
	.footer_content_left{
		width: 100%;
	}
	.footer_content_left>p:nth-of-type(1){
		font-size: 24px;
	}
	.footer_content_right{
		width: 100%;
	}
	
	.footer_content_right>form>input{
		width: 100%;
		padding-left: 26px;
		box-sizing: border-box;
		font-size: 14px;
		height: 62px;
	}
	.footer_content_right>form>input:nth-of-type(2){
		margin-left: 0px !important;
		margin-top: 14px;
	}
	.footer_content_left>ul>li>span{
		font-size: 14px;
	}
	.footer_content_right>form>button{
		width: 100%;
	}
	.footer_content_right>form>textarea{
		padding-left: 26px;
		box-sizing: border-box;
		font-size: 14px;
	}
	.footer_icon{
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
		box-sizing: border-box;
		height: auto;
		margin-top: 50px;
	}
	.footer_icon_left{
		width: 100%;
		margin:auto;
		display:flex;
		justify-content: center;
	}
	.otherPh{
		margin-left: 0px !important;
		font-size:18px;
		width:100%;
		justify-content: center;
	}
	.footer_icon_left>img{
		width: 55%;
	}
	.footer_icon>ul{
		width: 100%;
		margin-bottom: 50px;
	}
	.footer_icon>ul>li{
		justify-content: center;
	}
	.footer_content_right>form>button{
		width: 100%;
		font-size: 26px;
		height: 62px;
	}
	.footer_icon>ul>li>img{
		width:30px;
	}
		.count>a>img{
			height: 160.45px;
		}
		.title_nav>p:nth-of-type(1){
			font-size: 30px;
		}
		.title_nav>p:nth-of-type(2){
			font-size: 24px;
		}
		.product_list2{
			padding-top:50px;
		}
		.product_list2>p{
			font-size:18px;
		}
	.nav_all{
		top:0px;
	}
}

.dialog{
	position: fixed;
	right: 0;
	bottom: 20%;
	width: 100px;
	background: #0065bd;
	text-align: center;
	cursor: pointer;
	z-index:999;
	color:#fff;
	padding:10px 0px;
	border-radius:5px 0 0 5px;
	text-align:center;
}
.dialog>img{
	width: 50%;
}
.dialog>p{
	color: #fff;
	margin:10px 0 0;
}
.click_dialog{
	position: fixed;
	width: auto;
	height: auto;
	background: #ededed;
	top: 20%;
	left: 42%;
	padding-bottom: 50px;
	box-sizing: border-box;
	z-index: 999;
	transition: all 0.6s;
	box-shadow: rgb(204, 204, 204) 0px 3px 12px 1;
	display: none;
}
.dialog_title{
	width: 100%;
	height: 50px;
	background-color: #00aef3;
	display: flex;
	align-items: center;
}
.dialog_title>img:nth-of-type(1){
	height: 60%;
	margin-left: 10%;
}
.dialog_title>span{
	margin-left: 10%;
	color: #ffffff;
}
.close_icon{
	height: 60%;
	margin-left: 25%;
	cursor: pointer;
}
.product{
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
	margin-top: 20px;
}
.product>textarea{
	resize: none;
	width: 100%;
	height: 50px;
	padding-left: 10px;
	box-sizing: border-box;
	outline: none;
	border: none;
}
.product>input{
	width: 100%;
	padding-left: 10px;
	box-sizing: border-box;
	margin: 10px 1%;
	outline: none;
	float: left;
	border: none;
}
.product_count{
	width: 100% !important;
	height: 50px;
}
.product_user{
	width: 100%;
	height: 50px;
	background: #ffffff;
	margin-top: 80px;
	display: flex;
	align-items: center;
}
.product_user>img{
	margin-left: 10px;
	margin-right: 10px;
}
.product_user>input{
	outline: none;
	height: 100%;
	width: 90%;
	border: none;
}
.product_user:nth-of-type(2),.product_user:nth-of-type(3){
	margin-top: 20px;
}
.product_btn{
	width: 100%;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #00aef3;
	color: #ffffff;
	margin-top: 50px;
}