body,dd,dt,h1,h2,h3,h4,h5,h6,li,p,ul {
    margin: 0;
    padding: 0
}
 
h1,h2,h3,h4,h5,h6 { 
    font-size: 100%;
    font-weight: 400
}
* {
	margin: 0;
 	padding: 0;
}
dd,li,ul {
    list-style: none;
}
img{
    border: none;
    outline: none
}
table{
    border-collapse: collapse;
    border-spacing: 0;
}
a{
    text-decoration: none;
    cursor: pointer;
    outline: none;
    color: inherit
}
a:focus,a:hover {
    text-decoration: none
}
input{
    outline: none
}
body{
    font: 13px/20px PTSansRegular,Arial,Helvetica,sans-serif;
    -webkit-font-smoothing: antialiased;
    /* background-color: rgb(241, 241, 241); */
	/* background-color: rgb(245,246,248); */
    min-height: 100%;
    box-sizing: border-box;
}
body {
    font-family: Montserrat,Arial,Helvetica,sans-serif;
    font-weight: 400;
    letter-spacing: ;
    font-style: normal;
}
button,input,select,textarea {
    font-size: 1em;
    font-family: inherit
}
a, a:after, a:before {
    transition-property: color,background-color,border-color;
    transition-duration: .2s;
    transition-timing-function: linear;
}
h1, h2, h3, h4, h5, h6, em, strong{
    font-weight: normal;
}
.All_title{
	font-size: 38px;
	text-align: center;
	font-weight: 600;
}
.animate-box {
    opacity: 0;
}
.change{
	background: rgb(238,238,238);
}
/* ---------------------- header ----------------------- */
.header_contact{
	padding-left: 4%;
	padding-right: 4%;
	background: rgb(240,240,240);
	/* color: #118b80; */
	color: #000;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px;
	line-height: 44px;
}
.screen-reader-text {
    border: 0;
    clip: rect(1px,1px,1px,1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute!important;
    width: 1px;
    word-wrap: normal!important;
}
.fusion-social-network-icon{
	display: inline-block;
	margin: 0 10px 10px;
	font-size: 18px;
	/* color: #118b80; */
	color: #000;
	text-decoration: none;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
}
.header_contact .title{
	line-height: 22px;
}
.header_Handover{
	/* width: 90%;
	margin: auto;
	max-width: 1200px; */
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 0 4%;
	box-sizing: border-box;
	transition: all .2s;
	background: #eee!important;
}
.header_Handover .img{
	/* width: 97px;
	height: 75px; */
	width: 200px;
	height: 66px;
	display: flex;
}
.header_Handover .img img{
	width: 100%;
	height: 100%;
}
.header_Handover .title{
	display: flex;
	font-size: 16px;
	font-weight: 600;
	align-items: center;
}
.header_Handover .title .inr{
	margin-right: 60px;
}
.header_Handover .title .inr ul{
	display: -webkit-box;
	display: -ms-flexbox;
}
.header_Handover .title .inr ul a{
	display: flex;
}
.header_Handover .title .inr .sta{
	background: rgb(0,155,76);
	color: #fff;
}
.header_Handover .title .inr ul li{
	padding: 27.5px 20px;
	cursor: pointer;
	transition: all .2s;
}
.header_Handover .title .inr ul li:hover{
	/* background: rgb(0,155,76); */
	background: #000;
	color: #fff;
}
.header_Handover .title .WARRANTY{
	/* background: rgb(0,155,76); */
	background: #000;
	color: #fff;
	padding: 7px 15px;
	border-radius: 20px;
	cursor: pointer;
	transition: all .2s;
}
.header_Handover .title .WARRANTY:hover{
	opacity: .7;
}
.header_flexd{
	/* box-shadow: rgba(0,0,0,.117647) 0 1px 3px; */
	position: fixed;
	max-width: 100%;
	width: 100%;
	background: #fff;
	z-index: 999;
	top:0;
}
/* swiper */
.swiper-container {
	width: 100%;
	height: 100%;
}
.home_banner .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #efefef;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.home_banner .swiper-slide img{
	width: 100%;
	height: 100%;
}
.home_banner .swiper-back-1{
	background: url(../image/banner.png)no-repeat center bottom;
	height: 600px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.home_banner .swiper-back-2{
	height: 600px;
	width: 100%;
	background: #494949;
}
.swiper-pagination-bullet{
	width: 15px!important;
	height: 15px!important;
	background: #ececec!important;
	opacity: 1!important;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}
.swiper-pagination-bullets .swiper-pagination-bullet-active{
	background: rgb(245,190,246)!important;
}
/*  */
.About{
	/* background: rgb(238,238,238); */
	position: relative;
}
.About .inr{
	/* width: 955px; */
	margin: auto;
	width: 100%;
	box-sizing: border-box;
	max-width: 955px;
	/* padding: 90px 5% 160px 5%; */
	padding: 90px 5% 90px 5%;
	line-height: 1;
	background: rgb(238,238,238);
	
}
.About .inr .title{
	
	/* font-family: "Comic Sans MS",cursive,Arial,Helvetica,sans-serif; */
	
}
.About .inr .connent{
	font-size: 24px;
	color: #999999;
	text-align: center;
	line-height: 1.3;
	margin-top: 50px;
	margin-bottom: 40px;
}
.About .inr .buttom{
	width: 160px;
	margin: auto;
	/* background: rgb(16,213,219); */
	background: #000;
	color: #fff;
	font-size: 16px;
	border-radius: 40px;
	text-align: center;
	padding: 14px 0;
	font-weight: 600;
	transition: all .2s;
	cursor: pointer;
}
.About .inr .buttom:hover{
	opacity: .7;
}
/*  */
.Advantage{
	line-height: 1;
	padding: 100px 0 100px 0;
	width: 90%;
	max-width: 1200px;
	margin: auto;
	position: relative;
	/*  */
	background: rgb(238,238,238);
	margin-top: 100px;
	width: 100%;
	padding: 100px 2%;
	box-sizing: border-box;
}
.Advantage .intro{
	font-size: 24px;
	color: #666666;
	text-align: center;
	margin-top: 20px;
}
.Advantage .adv_img{
	width: 68px;
	display: flex;
	margin: 20px auto 0;
}
.Advantage img{
	width: 100%;
	/* height: 100%; */
}
.Advantage .list{
	/* margin-top: 70px; */
	display: flex;
	flex-wrap: wrap;
}
.Advantage .list>div{
	margin-top: 100px;
}
.Advantage .list .onl{
	width: 50%;
	display: flex;
}
.Advantage .list .onl .img{
	/* display: flex; */
	width: 150px;
	/* height: max-content; */
	float: left;
	/* height: 135px; */
}
.Advantage .list .onl .con{
	width: calc(100% - 170px);
	float: right;
	margin-left: 20px;
}
.Advantage .list .onl .con .title{
	font-size: 22px;
	margin-bottom: 20px;
	color: #333333;
	font-weight: 600;
}
.Advantage .list .onl .con .inr{
	font-size: 16px;
	color: #999999;
}
/*  */
.Product{
	/* background: rgb(238,238,238); */
	line-height: 1;
	position: relative;
}
.Product .bac{
	padding: 100px 0 0;
	/* width: 1200px; */
	margin: auto;
	width: 90%;
	max-width: 1200px;
}
.Product .bac .inr{
	font-size: 24px;
	color: #666666;
	text-align: center;
	margin-top: 20px;
}
.Product .bac .con{
	background: #fff;
	color: #999999;
	font-size: 24px;
	text-align: center;
	padding: 20px 0;
	border-top: 2px solid rgb(48,199,229);
	margin-top: 40px;
	font-weight: 600;
	line-height: 1.4;
	position: relative;
}
.Product .bac .con span{
	position: absolute;
	left: calc(50% - 24px);
	bottom: -48px;
	width: 0;
	height: 0;
	border: 24px solid;
	border-color: #fff transparent transparent;
}
.Product .bac .portrait{
	text-align: center;
	margin-top: 50px;
}
.Product .bac .portrait .img{
	width: 90px;
	height: 90px;
	margin: auto;
	border: 2px dashed rgb(204,204,204);
	border-radius: 50%;
	padding: 5px;
}
.Product .bac .portrait img{
	width: 100%;
	height: 100%;
}
.Product .bac .portrait .title{
	font-size: 16px;
	margin-top: 10px;
	font-weight: 600;
}
.Product .bac .portrait .inr{
	color: #999999;
	font-size: 16px;
	font-weight: 600;
}
.Product .list{
	display: flex;
	margin: 40px -10px 0;
	flex-wrap: wrap;
}
.Product .floor-item-title{
	width: 220px;
	margin: auto;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: 14px;
}
.Product .floor-price{
	/* color: rgb(16,213,219); */
	color: #000000;
	font-size: 18px;
	margin-top: 10px;
	font-weight: bold;
}
.Product .list img{
	width: 235px;
	height: 235px;
	margin: 20px 0 0;
	object-fit: contain;
}
.Product .grid{
	width: 285px;
	height: 351px;
	position: relative;
	background-color: #fff;
	display: block;
	margin: 0 10px 15px 10px;
	text-align: center;
}
.Product .grid .floor-item-content-wrap:hover{
	/* border-color: rgb(16,213,219); */
	border-color: #666;
}
.Product .grid .floor-item-content-wrap{
	width: 284px;
	height: 350px;
	border: 1px solid #fff;
}
.Product .floor-item-all{
	background: rgb(238,238,238);
	margin-top: 9px;
	padding: 9px 0;
}
/*  */
.support{
	max-width: 1200px;
	width: 90%;
	margin: auto;
	line-height: 1;
	padding: 100px 0;
	position: relative;
}
.support .title{
	margin-bottom: 30px;
}
.support .img{
	width: 130px;
	height: 7px;
	display: flex;
	margin: 0 auto 30px;
}
.support .Handover{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 40px;
}
.support .Handover>div{
	border: 1px solid rgb(102,102,102);
	padding: 15px 30px;
	font-size: 16px;
	font-weight: 600;
	border-radius: 40px;
	width: 125px;
	text-align: center;
	cursor: pointer;
	line-height: 15px;
}
.support video{
	max-width: 100%;
}
.support .swiper-container{
	width: 90%;
	padding: 60px;
	box-sizing: border-box;
	margin: auto;
	text-align: center;
}
.support .download_title{
	font-size: 32px;
	color: #55c7f7;
	text-align: center;
	line-height: 1.2;
}
.support .download_title::after{
	content: '';
	background: url(../image/Eclipse.png)no-repeat;
	width: 24px;
	background-size: 100% 100%;
	position: absolute;
	height: 33px;
}
.support .download_inr{
	text-align: center;
	color: #999999;
	font-size: 22px;
	margin-top: 30px;
}
.support .download{
	width: 150px;
	height: 185px;
	margin: 40px auto;
	cursor: pointer;
}
.support .Handover .sta{
	/* background: rgb(26,70,106); */
	background: #000;
	color: #fff;
}
.support .Handover>div:nth-of-type(2){
	margin: 0 40px;
}
.support img{
	width: 100%;
	height: 100%;
}
/*  */
.c_message{
	
}
.c_message .cyh_inr{
	margin-top: 60px;
}
.c_message .cyh_inr .input_two{
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.c_message .cyh_inr .input_two .input{
	width: 45%;
	display: flex;
	align-items: center;
}
.c_message .cyh_inr textarea{
	width: 100%;
	border-color: rgb(204, 204, 204);
	border-radius: 5px;
	min-height: 100px;
	margin: 10px 0px 20px;
	height: 98px;
	min-width: 100%;
	max-width: 100%;
	outline: unset;
	padding: 5px;
	box-sizing: border-box;
}
/*  */
.into{
	background: rgb(238,238,238);
	max-width: 1200px;
	margin: auto;
	padding: 100px 0;
	text-align: CENTER;
	line-height: 1;
	font-family: "Comic Sans MS",cursive,Arial,Helvetica,sans-serif;
	font-weight: 700;
	position: relative;
	color: #1ea535;
}
.into .inr{
	font-size: 54px;
}
.into span{
	/* color: #3057a0; */
	color: #000;
}
.into .buttom{
	font-size: 24px;
	/* background: rgb(76,146,229); */
	background: #000;
	color: #fff;
	width: 150px;
	margin: 40px auto 0;
	padding: 15px 30px;
	border-radius: 30px;
	cursor: pointer;
	text-align: center;
}
.into .buttom:hover{
	opacity: .7;
	transition: all .2s;
}
/*  */
.join{
	margin: 100px auto 0;
	/* width: 90%; */
	width: 100%;
	max-width: 1200px;
	/* padding: 100px 0; */
	padding: 100px 2%;
	line-height: 1;
	position: relative;
	background: rgb(238,238,238);
	margin-bottom: 100px;
	box-sizing: border-box;
}
.join .join_1{
	color: #333336;
	font-size: 28px;
	text-align: center;
}
.join .join_2{
	font-size: 42px;
	text-align: center;
	font-weight: 600;
	padding: 25px 0;
}
.join .join_3{
	text-align: center;
	font-size: 18px;
	color: #999999;
	/* font-weight: 600; */
	line-height: 1.4;
}
.join input[type="text"], select{
	border-color: #898a8e;
	border: 1px solid #898a8e;
	font-size: 16px;
	padding: 0 15px;
	height: 40px;
	width: 100%;
	box-sizing: border-box;
}
.join form{
	margin: 50px 0;
}
.join .join_4{
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
.join .join_4>div:nth-of-type(1),.join .join_4>div:nth-of-type(2){
	width: 48%;
}
.join  .explain{
	color: #999999;
	font-size: 16px;
	display: flex;
	line-height: 1.4;
}
.join  .explain .Le{
	width: 50%;
}
.join  .explain .Ri{
	width: 50%;
	text-align: right;
}
.join  .buttom{
	/* background: rgb(16,213,219); */
	background: #000;
	color: #fff;
	font-size: 24px;
	text-align: CENTER;
	padding: 10px 0;
	border-radius: 30px;
	margin: 50px 0 0 0;
	cursor: pointer;
	border: 0;
	width: 100%;
}
.join  .buttom:hover{
	opacity: .7;
	transition: all .2s; 
}
/*  */
.Customers .swiper-container{
	width: 90%;
    padding: 60px;
	box-sizing: border-box;
}
.Customers .back{
	margin: auto;
	width: 90%;
	max-width: 1200px;
	position: relative;
}
.Customers{
	line-height: 1;
	/* background: rgb(238,238,238); */
	padding: 100px 0;
	position: relative;
}
.Customers .title{
	font-size: 42px;
	text-align: center;
	font-weight: 600;
	margin-bottom: 50px;
}
.Customers .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: rgb(238,238,238);

	/* Center slide text vertically */
	/* display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center; */
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.Customers .img{
	width: 120px;
	height: 120px;
	display: flex;
	margin: auto;
}
.Customers img{
	width: 100%;
	height: 100%;
}
.Customers .name{
	margin: 15px 0 15px;
	/* color: #10d5db; */
	color: #000;
	font-size: 14px;
}
.Customers .star{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	margin-bottom: 15px;
}
.Customers .star >div{
	width: 35px;
	height: 33px;
	display: flex;
}
.Customers .inr{
	/* color: #999999; */
	color: #000;
	text-align: center;
	line-height: 1.4;
	width: 60%;
    margin: 10px auto;
}
.Customers .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	background-image: url(../image/left.png);
	left: 50px;
	width: 30px;
	height: 63px;
	background-size: 30px 63px;
	margin-top: -31.5px;

}
.Customers .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	background-image: url(../image/right.png);
	right: 50px;
	width: 30px;
	height: 63px;
	background-size: 30px 63px;
	margin-top: -31.5px;

}
/*  */
.support .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	background-image: url(../image/right.png);
	right: 50px;
	width: 30px;
	height: 63px;
	background-size: 30px 63px;
	margin-top: -31.5px;

}
.support .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	background-image: url(../image/left.png);
	left: 50px;
	width: 30px;
	height: 63px;
	background-size: 30px 63px;
	margin-top: -31.5px;

}
/*  */
.follow{
	width: 90%;
	max-width: 1200px;
	margin: auto;
	overflow: hidden;
	padding: 100px 0;
	display: flex;
	justify-content: space-between;
}
.follow .title{
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 40px;
}
.follow .inr{
	font-size: 16px;
}
.follow p{
	margin: 15px 0;
}
.follow a:hover{
	/* color: rgb(16,213,219); */
	color: #666;
	transition: all .2s;
}
/*  */
footer{
	/* background: rgb(16,213,219); */
	color: #333333;
	text-align: center;
	font-size: 13px;
	padding: 40px 0 0;
}
/*  */
.header_fixation{
	height: 75px;
	display: none;
}
.CornerButtons button:hover,.CornerButtons_two button:hover{
	opacity: .7;
}
.CornerButtons_two{
	position: fixed;
	bottom: 50px;
	right: 12px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	transition: -webkit-transform .2s ease;
	-webkit-transition: -webkit-transform .2s ease;
	transition: transform .2s ease;
	transition: transform .2s ease,-webkit-transform .2s ease;
	will-change: transfrom;
	height: 52px;
	width: 40px;
	z-index: 2;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.CornerButtons{
	position: fixed;
	bottom: 0;
	right: 12px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	transition: -webkit-transform .2s ease;
	-webkit-transition: -webkit-transform .2s ease;
	transition: transform .2s ease;
	transition: transform .2s ease,-webkit-transform .2s ease;
	will-change: transfrom;
	height: 52px;
	width: 40px;
	z-index: 2;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
button {
    padding: 0;
    font: inherit;
    color: inherit;
    cursor: pointer;
    background: none;
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.Button {
    display: inline-block;
    padding: 0 16px;
    font-size: 14px;
    line-height: 32px;
    color: #8590a6;
    text-align: center;
    cursor: pointer;
    background: none;
    border: 1px solid;
    border-radius: 3px;
}
.Button--link, .Button--plain {
    height: auto;
    padding: 0;
    line-height: inherit;
    background-color: transparent;
    border: none;
    border-radius: 0;
}
.CornerButton {
    /* background: rgb(0,155,76); */
	background: #000;
    border-radius: 4px;
    width: 40px;
    height: 40px;
    -webkit-box-shadow: 0 1px 3px rgba(26,26,26,.1);
    box-shadow: 0 1px 3px rgba(26,26,26,.1);
}
.CornerButton .Zi {
    fill: #ffffff;
}
.active {
    opacity: 1;
    visibility: visible;
}
/*  */
.menus{
	height: 100%;
	width: 24px;
	position: relative;
	right: 0;
	top: 0;
	cursor: pointer;
	padding: 14px;
}
.menus:before {
    content: "";
    display: inline-block;
    height: 100%;
    width: 0%;
    vertical-align: middle;
}
.menus span {
    position: absolute;
    left: 50%;
    top: 50%;
    display: inline-block;
    height: 2px;
    width: 16px;
    margin-left: -8px;
    margin-top: -1px;
    border-radius: 1231px;
    background: #000;
    -webkit-transition-duration: 0.086s;
    transition-duration: 0.086s;
    -webkit-transition-property: background-color, opacity, -webkit-transform;
    transition-property: background-color, opacity, -webkit-transform;
    transition-property: background-color, opacity, transform;
    transition-property: background-color, opacity, transform, -webkit-transform;
}
.menus span:first-child {
    display: inline-block;
    margin-top: -7px;
}
.menus span:last-child {
    display: inline-block;
    margin-top: 5px;
}
.navbar-burger-drop span:first-child {
    -webkit-transform: translateY(6px) rotate(45deg);
    transform: translateY(6px) rotate(45deg);
}
.navbar-burger-drop span:nth-child(2) {
    opacity: 0;
}
.navbar-burger-drop span:last-child {
    -webkit-transform: translateY(-6px) rotate(-45deg);
    transform: translateY(-6px) rotate(-45deg);
}
/*  */
.mobile_none{
	
}
.mobile_block_flex{
	position: fixed;
	top:0;
	left: 0;
	right: 0;
	z-index: 9;
	background: #fff;
}
.mobile_block{
	display: none;
}
.mobile_head {
    display: flex;
    width: 92%;
    margin: auto;
    justify-content: space-between;
}
.mobile_head_title{
	width: 3rem;
}
.mobile_head_title a{
	display: block;
	width: 100%;
	height: 100%;
}
.mobile_head_title .img{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.mobile_head_title img{
	width: 100%;
}
/*  */
/* 点击分类 */
.classify{
	position: fixed;
    height: 100%;
    width: 100%;
    top: 0px;
    /* left: -100%; */
	left: 0px;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.54);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    will-change: opacity;
    transform: translateZ(0px);
	transition: all .2s;
    /* transition: left 0ms cubic-bezier(0.23, 1, 0.32, 1) 400ms, opacity 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; */
    z-index: 1200;
    pointer-events: none;
}
.classify_con{
	color: rgba(0, 0, 0, 0.87);
    background-color: rgb(255, 255, 255);
    /* transition: transform 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; */
	transition: all .2s;
    box-sizing: border-box;
    font-family: Roboto, sans-serif;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 0.06rem 0.2rem, rgba(0, 0, 0, 0.23) 0px 0.06rem 0.2rem;
    border-radius: 0px;
    height: 100%;
    width: 6rem;
    position: fixed;
    z-index: 1300;
    left: 0px;
    top: 0px;
    transform: translate(-6.2rem, 0px);
    overflow: auto;
}
.classify_con_img{
	height: 0.88rem;
	background: #ffffff;
	color: #000;
	width: 100%;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.classify_con_img img,.classify_con_img a,.classify_con_img .img{
	height: 100%;
	height: 100%;
}
.classify_con_div div{
	padding-left: 1rem;
    margin-top: .4rem;
    font-size: .3rem;
    border-bottom: 1px solid rgb(238, 238, 238);
    padding-bottom: .4rem;
}
/*  */
.message{
	position: fixed;
	right: 12px;
	bottom: 120px;
	background: #Fff;
	padding: 30px 40px;
	width: 350px;
	box-sizing: border-box;
	border-radius: 20px;
	box-shadow: 0 0 40px 1px rgba(0,0,0,.07);
	z-index: 2;
	opacity: 0;
	transition: .2s;
	display: none;
}
.message .inr{
	position: relative;
}
.message .close:hover{
	opacity: .7;
}
.message .close{
	position: absolute;
	right: 0;
	top:0;
	cursor: pointer;
	width: 30px;
	height: 30px;
}
.message .close img{
	width: 100%;
	height: 100%;
}
.message .img{
	width: 200px;
	height: 66px;
	display: flex;
	margin: 0 auto 10px;
}
.message .img img{
	width: 100%;
	height: 100%;
}
.message .input{
	border-bottom: 1px solid rgb(204,204,204);
	padding: 10px;
	display: flex;
	margin: 10px 0;
	align-items: center;
}
.message .input div{
	width: 26px;
	display: flex;
	margin-right: 10px;
}
.message .input div img{
	width: 100%;
}
.message .input input{
	width: calc(100% - 36px);
	border: 0;
	height: 30px;
}
.message  textarea{
	width: 100%;
	border-color: rgb(204, 204, 204);
	border-radius: 5px;
	min-height: 100px;
	margin: 10px 0px 20px;
	height: 98px;
	min-width: 100%;
	max-width: 100%;
	outline: unset;
	padding: 5px;
	box-sizing: border-box;
}
.message .buttom{
	/* background: rgb(16,213,219); */
	background: #000;
	color: #fff;
	border: 0;
	width: 100%;
	font-size: 16px;
	padding: 7px 0;
	border-radius: 20px;
	/* box-shadow: 0 0 5px 0px rgba(16,213,216,.5); */
	box-shadow: 0 0 5px 0px rgba(0,0,0,.5);
	cursor: pointer;
}
.message .buttom:hover{
	opacity: .7;
	transition: all .2s;
}
.Bl_mes{
	opacity: 1;
	display: block;
}
/*  */
@media screen and (max-width:1600px){
	.header_Handover .title{font-size: 15px;}
}
@media screen and (max-width:1440px){
	.header_Handover .title{font-size: 14px;}
}
@media screen and (max-width:1210px){
	.header_contact{flex-wrap: wrap;justify-content: center;}
}
@media screen and (max-width:1200px){
	.mobile_none{display: none;}
	.mobile_block{display: block;background: #eee!important;}
	.Advantage .list .onl{flex-wrap: wrap;text-align: center;justify-content: center;margin-top: 50px;}
	.support .Handover>div{font-size: 12px;width: 1.4rem;padding:.2rem .34rem;}
	.support .Handover>div:nth-of-type(2){margin: 0 .2rem;}
	.All_title{font-size: .48rem;}
	.About .inr .connent{font-size: .28rem;}
	.Advantage .intro{font-size: .32rem;line-height: 1.4;}
	.Advantage .list .onl .img{width: 1.8rem;height: 1.52rem;}
	.Advantage .list .onl .con{width: 100%;margin: 0;margin-top: .28rem;}
	.Advantage .list .onl .con .title,.Product .bac .inr{font-size: .32rem;}
	.Advantage .list .onl .con .inr{font-size: .28rem;}
	.Product .grid{width: 3.16rem;height: 5.42rem;}
	.Product .grid .floor-item-content-wrap{width:3.14rem;height: 5.4rem;}
	.Product .list img{width: 3.14rem;height: 3.14rem;}
	.Product .floor-item-title{width: 92%;font-size: 12px;}
	.support .download{width: 80px;height: 99px;}
	.support .download_title{font-size: .32rem;}
	.support .download_title::after{width: .32rem;height: .44rem;}
	.support .download_inr{font-size: .32rem;}
	.Customers .title{font-size: .48rem;}
	.Customers .img{width: 1.8rem;height: 1.8rem;}
	.Customers .star >div{width: .5rem;height: .46rem;}
	.Customers .inr{font-size: .28rem;}
	.Customers .swiper-container{padding: 40px;}
	.Customers .swiper-button-next, .swiper-container-rtl .swiper-button-prev{width: 20px;height: 42px;right: 20px;background-size: 20px 42px;margin-top: -21px;}
	.Customers .swiper-button-prev, .swiper-container-rtl .swiper-button-next{width: 20px;height: 42px;left: 20px;background-size: 20px 42px;margin-top: -21px;}
	.support .swiper-button-next, .swiper-container-rtl .swiper-button-prev{width: 20px;height: 42px;right: 10px;background-size: 20px 42px;margin-top: -21px;}
	.support .swiper-button-prev, .swiper-container-rtl .swiper-button-next{width: 20px;height: 42px;left: 10px;background-size: 20px 42px;margin-top: -21px;}
	.join .join_1{font-size: .36rem;}
	.join .join_2{font-size: .52rem;}
	.join .join_3{font-size: .28rem;}
	.join input[type="text"], select{font-size: .28rem;height: 35px;}
	.join .explain{font-size: 12px;}
	.join .buttom{font-size: .4rem;}
	.into .inr{font-size: .7rem;}
	.into .buttom{font-size: .4rem;}
	.follow .title{font-size: 12px;}
	.follow .inr{font-size: 12px;}
	.follow{flex-wrap: wrap;}
	.follow>div:nth-of-type(1),.follow>div:nth-of-type(2){width: 50%;}
	.follow>div:nth-of-type(3){width: 100%;}
	.header_contact .title{text-align: center;}
	.Product .list{margin: 40px -.2rem 0;}
	.Product .grid{margin: 0 .2rem 15px .2rem;}
	.support .swiper-container{width: 100%;padding: 40px;}
	
}
@media screen and (max-width:550px){
	.message{width: calc(100% - 24px);}
}