@charset "utf-8";
/*html5*/ 
article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block}
/* CSS Document */
/*内外边距*/
html, body, div, p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe, table, th, td ,dd,dt{margin:0;padding:0;}
html, body, div, p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form,button, textarea, iframe, table, th, td ,dd,dt{margin:0;padding:0;outline:none;-webkit-appearance:none;-moz-appearance:none;-o-appearance:none;outline:none }
.clear{clear:both;overflow:hidden;}
a{text-decoration:none;color:#333;}
input{border:none;  outline:medium;}
*{box-sizing: border-box;font-family:Arial,PingFang SC,Hiragino Sans GB,Microsoft YaHei,WenQuanYi Micro Hei,sans-serif,SimHei,SimSun}
body{width:100%;background:#fff;color:#333;font-size:14px;}
html{overflow-x:hidden;}
table{border-collapse:collapse}
img{border:none;max-width: 100%;}
ul{list-style: none;}

.contain{
	width: 96%;
	max-width: 1250px;
	margin: 0 auto;
}
.header{
	padding: 25px 0 30px;
}
.header1{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.logo{
	font-size: 0;
}
.logo img{
	width: 238px;
}
.header2{
	display: flex;
	align-items: center;
}
.search{
	width: 360px;
	overflow: hidden;
	background-color: #f8f8f8;
	height: 49px;
	border-radius: 24px;
}
.search form{
	width: 100%;
}
.searchi{
	float: left;
	height: 49px;
	width: calc(100% - 60px);
	background-color: #f8f8f8;
	padding: 0 20px;
	font-size: 14px;
}
.searchii{
	height: 49px;
	width: 60px;
	background: url(../img/search.png) #f8f8f8 center no-repeat;
}
.wlink{
	font-size: 0;
	margin-left: 33px;
	margin-right: 36px;
}
.wlink a{
	margin-left: 12px;
}
.language{
	margin-left: 16px;
	/*width: 129px;*/
	display: flex;
	align-items: center;
	justify-content: center;
	height: 47px;
	position: relative;
}
.language select{
    border: none;
    outline: none;
}
.language a{
    display: block;
}
.language1{
	display: flex;
	align-items: center;
	justify-content: center;
}
.language1 span{
	font-size: 16px;
	color: #333333;
	margin: 0 9px;
}
.lang {
	width: 31px;
}
.language2{
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 9;
	width: 100%;
	border: 1px solid #cccccc;
	padding: 0 5px;
	background-color: #fff;
}
.language2 a{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 51px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 16px;
	color: #333333;
}
.language2 a:last-child{
	border-bottom: 0;
}
.language2 a img{
	margin-right: 12px;
	width: 31px;
}
.icon_m{
	display: none;
}
.icon_m img{
	height: 36px;
}
.nav{
	background-color: #d80000;
	position: relative;
}
.nav1 ul{
	font-size: 0;
	text-align: center;
}
.nav1 ul li{
	list-style-type: none;
	display: inline-block;
	font-size: 18px;
	margin: 0 40px;
}
.nav1 ul li > a{
	color: #ffffff;
	line-height: 55px;
}
.nav_sub{
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	z-index: 9;
	background-color: #ffffff;
	padding: 30px 0;
	text-align: left;
}
.nav_sub1{
	display: flex;
	align-items: flex-start;
}
.nav_sub2{
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}
.nav_sub2 a{
	color: #333333;
}
.nav_sub3{
	margin-top: 16px;
	border-top: 1px solid #ebebeb;
	padding-right: 20px;
}
.nav_sub3 a{
	margin-top: 16px;
	display: block;
	font-size: 14px;
	color: #666666;
}
.nav_sub4{
	margin-right: 36px;
}
.nav1 ul li:hover .nav_sub{
	display: block;
}
.banner{
	font-size: 0;
}
.banner a{
	font-size: 0;
}
.banner .swiper-pagination{
	bottom: 34px;
}
.banner .swiper-pagination-bullet{
	opacity: 1;
	width: 70px;
	height: 4px;
	border-radius: 2px;
	background-color: rgba(255,255,255,0.45);
}
.banner .swiper-pagination-bullet-active{
	background-color: #ffffff;
}
.product{
	background-color: #f7f7f7;
	padding: 60px 0 66px;
}
.title{
	font-size: 34px;
	color: #d80000;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.title span{
	display: inline-block;
	width: 123px;
	height: 1px;
	background-color: #d80000;
	margin: 0 10px;
}
.title1{
	margin-top: 10px;
	font-size: 16px;
	color: #999999;
	text-align: center;
}
.product1 ul{
	overflow: hidden;
}
.product1 ul li{
	list-style-type: none;
	width: calc((100% - 80px)/3);
	margin-top: 40px;
	margin-right: 40px;
	float: left;
	padding: 30px 20px;
	background-color: #ffffff;
	border-bottom: 5px solid #e1e1e1;
}
.product1 ul li:nth-child(3n){
	margin-right: 0;
}
.product2{
	height: 192px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.product2 img{
	max-height: 90%;
}
.product3{
	margin-top: 20px;
	font-size: 20px;
	color: #333333;
	text-align: center;
	line-height: 1;
}
.solution{
	padding: 56px 0 76px;
	background: url(../img/solbg.png) no-repeat;
	background-position: left bottom;
}
.solution1 ul{
	overflow: hidden;
}
.solution1 ul li{
	margin-top: 30px;
	float: left;
	width: calc(100% / 6);
	position: relative;
	font-size: 0;
	height: 380px;
	overflow: hidden;
}
.solution1 ul li > img{
    min-height: 100%;
    min-width: 100%;
    max-width: 10000%;
}
.solution2{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(74, 82, 90, 0.55);
	display: flex;
	align-items: center;
	justify-content: center;
}
.solution3{
	width: 100%;
}
.solution4{
	font-size: 0;
	text-align: center;
	height: 65px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.solution5{
	margin-top: 10px;
	font-size: 24px;
	line-height: 28px;
	height: 56px;
	color: #ffffff;
	text-align: center;
}
.solution6{
	display: none;
	margin-top: 16px;
	font-size: 16px;
	color: #ffffff;
	line-height: 22px;
	padding: 0 40px;
}
.solution7{
	margin-top: 10px;
	font-size: 0;
	text-align: center;
}
.solution8{
	display: none;
	margin-top: 30px;
}
.solution8 a{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	width: 140px;
	height: 46px;
	border-radius: 23px;
	font-size: 18px;
	border: 1px solid #ffffff;
	color: #ffffff;
}
.solution1 ul li:hover .solution2{
	background-color: rgba(226, 63, 63, 0.9);
}
.solution1 ul li:hover .solution6{
	display: block;
}
.solution1 ul li:hover .solution7{
	display: none;
}
.solution1 ul li:hover .solution8{
	display: block;
}
.visit{
	background: url(../img/visitbg.png) no-repeat;
	background-size: cover;
	padding: 100px 0 72px;
}
.visit1{
	font-size: 34px;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
}
.visit2{
	margin-top: 25px;
}
.visit2 a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 140px;
	height: 47px;
	border-radius: 23px;
	margin: 0 auto;
	background-color: #d80000;
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
}
.gszx{
	background-color: #ececec;
	padding: 60px 0 70px;
}
.gszx1{
	overflow: hidden;
}
.company{
	float: left;
	width: calc((100% - 50px)/2);
}
.gtitle{
	display: flex;
	align-items: center;
	font-size: 34px;
	color: #d80000;
}
.gtitle span{
	margin-left: 12px;
	flex: 1;
	height: 1px;
	background-color: #999999;
}
.company1{
	font-size: 0;
	margin-top: 36px;
}
.company2{
	margin-top: 20px;
	font-size: 20px;
	color: #333333;
}
.company3{
	margin-top: 10px;
	font-size: 16px;
	color: #666666;
	line-height: 26px;
}
.company4{
	margin-top: 25px;
}
.company4 a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 140px;
	height: 47px;
	border-radius: 23px;
	background-color: #d80000;
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
}
.news{
	float: right;
	width: calc((100% - 50px)/2);
}
.news1 ul li{
	margin-top: 40px;
	list-style-type: none;
}
.news1 ul li a{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.news2{
	font-size: 0;
	margin-right: 16px;
	width: 200px;
}
.news3{
	flex: 1;
}
.news4{
	font-size: 20px;
	color: #333333;
	line-height: 24px;
}
.news5{
	margin-top: 10px;
	font-size: 14px;
	color: #666666;
	line-height: 22px;
}
.news6{
	margin-top: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 14px;
	color: #999999;
}
.news6 span{
	color: #d80000;
	text-decoration: underline;
}
.link{
	padding: 70px 0 60px;
}
.link1{
	font-size: 20px;
	color: #333333;
	margin-top: 20px;
}
.link2{
	margin-top: 10px;
	font-size: 16px;
	color: #333333;
}
.link3{
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 24px;
	color: #666666;
}
.link4{
	border-top: 1px solid #ebebeb;
	padding-top: 25px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.link5{
	display: flex;
	align-items: center;
}
.link6{
	font-size: 0;
	margin-right: 15px;
}
.link7{
	flex: 1;
}
.link8{
	font-size: 16px;
	color: #333333;
}
.link9{
	margin-top: 5px;
	font-size: 14px;
	color: #666666;
}
.footer{
	background-color: #f0f0f0;
	padding: 50px 0 30px;
}
.footer1{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.footer3{
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}
.footer4{
	margin-top: 10px;
}
.footer4 a{
	display: block;
	font-size: 14px;
	line-height: 28px;
	color: rgba(51, 51, 51, 0.7);
}
.footer5{
	margin-top: 10px;
	display: flex;
	align-items: flex-end;
}
.footer6{
	font-size: 14px;
	line-height: 28px;
	color: rgba(51, 51, 51, 0.7);
	max-width: 400px;
}
.footer7{
	display: flex;
	align-items: flex-end;
}
.footer7 span{
	margin-left: 16px;
	padding: 10px;
	background-color: #ffffff;
	font-size: 14px;
	color: #666666;
	text-align: center;
	line-height: 1;
}
.footer7 span img{
	display: block;
	margin: 0 auto 6px;
}
.beian{
	margin-top: 32px;
	padding-top: 32px;
	border-top: 1px solid #dfdfdf;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.beian1{
	font-size: 14px;
	color: #999999;
	line-height: 22px;
}
.beian2{
	font-size: 0;
}
.beian2 a{
	margin-left: 10px;
}
.cb{
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 96;
}
.cb1{
	position: relative;
}
.cb1 > a{
	margin-bottom: 3px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 4px;
	background-color: #003366;
}
.cb1 > a img{
    max-width: 30px;
}
.cb2{
	margin-top: 8px;
	font-size: 0;
	text-align: center;
}
.cb3{
	display: none;
	position: absolute;
	right: 100%;
	top: 50%;
	transform: translateY(-50%);
	padding-right: 22px;
}
.cb4{
	position: relative;
	width: 282px;
	padding: 16px;
	font-size: 14px;
	color: #ff0000;
	line-height: 22px;
	/*border: 2px solid #e6e6e6;*/
	/*background-color: #ffffff;*/
	border-radius: 5px;
	text-align: right;
}
.cb4 span{
    display: inline-block;
    text-align: left;
}
.cb7{
	position: relative;
	padding: 16px;
	font-size: 14px;
	color: #333333;
	line-height: 22px;
	/*border: 2px solid #e6e6e6;*/
	/*background-color: #ffffff;*/
	border-radius: 5px;
}
.cb7 span{
    color: #ff0000;
}
.wacode{
    width: 160px;
    /*display: block;*/
    /*margin: 0 auto;*/
}
.cb4 a{
    color: #ff0000;
}
.cb4 > a{
    color: #ff0000;
}
.cb5{
    display: none;
	font-size: 0;
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translateY(-50%);
	width: 12px;
	height: 27px;
}
.cb5 img{
	width: 12px;
	height: 27px;
}
.cb1:hover .cb3{
	display: block;
}
.menu_m{
	display: none;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 60%;
	height: 100%;
	background-color: rgba(0,0,0,0.9);
	padding: 16px 3% 0;
}
.menu_m1{
	width: 80%;
}
.menu_m2{
	margin-top: 20px;
}
.menu_m2 ul{
	
}
.menu_m2 ul li{
	list-style-type: none;
	line-height: 40px;
	border-bottom: 1px solid #FFFFFF;
	font-size: 14px;
	padding-left: 3%;
}
.menu_m2 ul li span{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.menu_m2 ul li a{
	color: #fff;
}
.menu_m2 ul li a img{
	margin-right: 9px;
	vertical-align: middle;
}
.menu_msub{
	display: none;
	width: 100%;
	padding-left: 10px;
}
.menu_msub a{
	display: block;
	font-size: 14px;
	color: #fff;
}
.menu_msub1{
	display: none;
	width: 100%;
	padding-left: 20px;
}
.menu_msub1 a{
	display: block;
	font-size: 14px;
	color: #fff;
}
.innerBanner{
	font-size: 0;
	text-align: center;
}
.inMain{
	padding: 30px 0 70px;
}
.address{
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #666666;
}
.address a{
	color: #666666;
}
.address img{
	margin-right: 5px;
}
.mt30{
	margin-top: 30px;
}
.title2{
	margin-top: 9px;
	font-size: 20px;
	color: #333333;
	text-align: center;
}
.inAbout{
	margin-top: 30px;
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	background-color: #fafafa;
}
.inAbout1{
	font-size: 0;
	width: 100%;
	max-width: 600px;
}
.inAbout2{
	flex: 1;
	padding: 30px;
	font-size: 16px;
	color: #666666;
	line-height: 26px;
}
.tour ul{
	zoom: 1;
}
.tour ul:after{
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0;
}
.tour ul li{
	list-style-type: none;
	float: left;
	width: calc((100% - 64px)/3);
	margin-top: 49px;
	margin-right: 32px;
	box-shadow: 0 0 10px #f8f8f8;
}
.tour ul li:nth-child(3n){
	margin-right: 0;
}
.tour1{
	font-size: 0;
}
.tour2{
	font-size: 16px;
	color: #101010;
	padding: 0 20px;
	height: 64px;
	display: flex;
	align-items: center;
}
.page{
	margin-top: 60px;
	text-align: center;
}
.page a{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	vertical-align: top;
	width: 32px;
	height: 32px;
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	font-size: 14px;
	color: #666666;
	margin: 0 5px;
}
.page a.on{
	background-color: #d80000;
	border: 1px solid #d80000;
	color: #ffffff;
}
.quality{
	padding: 0 100px;
}
.quality ul{
	zoom: 1;
}
.quality ul:after{
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0;
}
.quality ul li{
	margin-top: 50px;
	float: left;
	list-style-type: none;
	width: calc((100% - 112px)/3);
	margin-right: 56px;
}
.quality ul li:nth-child(3n){
	margin-right: 0;
}
.quality1{
	height: 427px;
	padding: 20px;
	background: url(../img/qualitybg.png) no-repeat;
	background-size: 100% 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.quality2{
	margin-top: 16px;
	font-size: 16px;
	color: #333333;
	text-align: center;
}
.inNews{
	margin-top: 40px;
}
.inNews ul li{
	list-style-type: none;
	margin-top: 36px;
	padding-bottom: 36px;
	border-bottom: 1px dashed #cccccc;
}
.inNews ul li a{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.inNews1{
	font-size: 0;
	width: 100%;
	max-width: 240px;
	margin-left: 66px;
}
.inNews2{
	flex: 1;
}
.inNews3{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.inNews4{
	margin-top: 20px;
	font-size: 16px;
	color: #666666;
}
.inNews4 span{
	text-decoration: underline;
}
.inNews5{
	width: calc(100% - 86px);
}
.inNews6{
	font-size: 24px;
	color: #333333;
	font-weight: bold;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.inNews7{
	margin-top: 10px;
	font-size: 14px;
	color: #333333;
	line-height: 22px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.inNews8{
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f2f3f5;
	width: 66px;
	height: 136px;
}
.inNews9{
	font-size: 36px;
	color: #333333;
	font-weight: bold;
	text-align: center;
	line-height: 1;
}
.inNews10{
	margin: 5px auto;
	width: 36px;
	height: 1px;
	background-color: #e1e2e3;
}
.inNews11{
	font-size: 12px;
	color: #333333;
	text-align: center;
	line-height: 1;
}
.newsDeta{
	margin-top: 36px;
	overflow: hidden;
}
.newsLeft{
	float: left;
	width: 76.56%;
	padding-right: 55px;
	border-right: 1px solid #e9e9e9;
}
.newsLeft1{
	font-size: 28px;
	color: #333333;
}
.newsLeft2{
	margin-top: 20px;
	font-size: 14px;
	color: #999999;
	padding-bottom: 12px;
	border-bottom: 1px solid #e9e9e9;
}
.newsLeft2 span{
	margin-right: 30px;
}
.newsLeft3{
	margin-top: 30px;
	font-size: 16px;
	color: #333333;
	line-height: 26px;
}
.syx{
	padding-top: 30px;
	border-top: 1px solid #e9e9e9;
	margin-top: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.syx a{
	font-size: 16px;
	color: #999999;
	display: flex;
	align-items: center;
}
.syx a img{
	margin: 0 5px;
}
.newsRight{
	float: right;
	width: 20.8%;
}
.newsRight1{
	display: flex;
	align-items: center;
	font-size: 24px;
	color: #d80000;
}
.newsRight1 span{
	flex: 1;
	margin-left: 10px;
	height: 1px;
	background-color: #d80000;
}
.newsRight2 ul li{
	margin-top: 30px;
}
.newsRight2 ul li a{
	font-size: 16px;
	color: #333333;
	display: block;
	position: relative;
	padding-left: 16px;
	line-height: 25px;
}
.newsRight2 ul li a:before{
	content: '';
	position: absolute;
	left: 0;
	top: 9px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: #333333;
}
.inqury{
	background-color: #fafafa;
	padding: 60px 0 50px;
}
.apply2{
	margin-top: 24px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.apply3{
	width: 160px;
	margin-right: 16px;
	font-size: 18px;
	color: #333333;
	text-align: right;
	line-height: 45px;
}
.apply4{
	flex: 1;
}
.apply4 input{
	height: 45px;
	width: 100%;
	border-radius: 5px;
	padding: 0 16px;
	font-size: 14px;
	background-color: #ffffff;
	outline: none;
	border: none;
}
.apply4 textarea{
	height: 120px;
	width: 100%;
	border-radius: 5px;
	padding: 16px;
	font-size: 14px;
	background-color: #ffffff;
	resize: none;
	font-family: inherit;
	outline: none;
	border: none;
}
.apply4 select{
	height: 45px;
	width: 100%;
	border-radius: 5px;
	padding: 0 16px;
	font-size: 14px;
	background-color: #ffffff;
	outline: none;
	border: none;
}
.apply5{
	width: calc((100% - 60px)/2);
	display: flex;
	align-items: flex-start;
}
.apply6{
	margin-top: 45px;
	text-align: center;
}
.apply6 input{
	width: 206px;
	height: 56px;
	border-radius: 27px;
	background-color: #d80000;
	font-size: 24px;
	color: #ffffff;
}
.apply7{
	flex: 1;
}
.apply7 input{
	height: 45px;
	width: 100%;
	border-radius: 5px;
	padding: 0 16px;
	font-size: 14px;
	border: 1px solid #dedede;
	background-color: #ffffff;
	outline: none;
}
.apply7 textarea{
	height: 120px;
	width: 100%;
	border-radius: 5px;
	padding: 16px;
	border: 1px solid #dedede;
	font-size: 14px;
	background-color: #ffffff;
	resize: none;
	font-family: inherit;
	outline: none;
}
.apply7 select{
	height: 45px;
	width: 100%;
	border: 1px solid #dedede;
	border-radius: 5px;
	padding: 0 16px;
	font-size: 14px;
	background-color: #ffffff;
	outline: none;
}
.inSolut{
	margin-top: -40px;
	padding: 80px 0;
	background-color: #fafafa;
}
.inSolut1{
	/*display: flex;*/
	align-items: center;
	flex-direction: row-reverse;
	justify-content: space-between;
}
.inSolut2{
	font-size: 0;
	width: 48%;
}
.inSolut3{
	width: 100%;
}
.inSolut4{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 34px;
	color: #d80000;
}
.inSolut4 span{
	background-color: #d80000;
	height: 1px;
	width: 50px;
	margin-left: 10px;
}
.inSolut5{
	margin-top: 20px;
	font-size: 28px;
	color: #333333;
}
.inSolut6{
	margin-top: 25px;
	font-size: 16px;
	color: #666666;
	line-height: 26px;
}
.advan{
	padding: 60px 0 70px;
}
.advan1{
	margin-top: 20px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}
.advan2{
	margin-top: 40px;
	width: calc((100% - 180px)/3);
}
.advan3{
	font-size: 0;
	text-align: center;
	height: 210px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.advan4{
	margin-top: 10px;
	font-size: 22px;
	color: #333333;
	text-align: center;
}
.advan5{
	margin-top: 10px;
	font-size: 14px;
	color: #666666;
	text-align: center;
	line-height: 22px;
}
.recommend{
	padding: 60px 0 50px;
	background-color: #fafafa;
}
.recommend1{
	margin-top: 36px;
}
.recommend1 .swiper{
	padding-bottom: 50px;
}
.recommend1 .swiper-pagination-bullet{
	opacity: 1;
	background-color: #cccccc;
}
.recommend1 .swiper-pagination-bullet-active{
	background-color: #d80000;
}
.recommend2{
	padding: 30px 20px;
	background-color: #ffffff;
	border-bottom: 5px solid #e1e1e1;
}
.inpro{
	font-size: 30px;
	color: #d80000;
	margin-top: 30px;
}
.xzsx{
	margin-top: 36px;
    display: flex;
    align-items: center;
}
.xzsx1{
    margin-right: 40px;
}
.item{
    flex: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.item select{
	width: calc((100% - 200px)/6);
	border: none;
	outline: none;
	border-bottom: 1px solid #e5e5e5;
	height: 50px;
	font-size: 14px;
}
.butt{
	margin-top: 32px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.butt1{
	display: flex;
	align-items: center;
}
.butt2{
	width: 161px;
	height: 40px;
	border-radius: 24px;
	background-color: #d80000;
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
	margin-right: 20px;
}
.butt3{
	width: 105px;
	height: 40px;
	border-radius: 24px;
	background-color: #b3b3b3;
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
}
.butt4{
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	margin-right: 50px;
}
.prolist{
	margin-top: 20px;
	border-top: 4px solid #cccccc;
}
.prolist2 ul{
	/*padding: 0 25px;*/
	background-color: #f9f9f9;
	border-bottom: 1px solid #ebebeb;
	border-left: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	display: flex;
}
.prolist2 ul li{
	list-style-type: none;
	padding: 16px 10px 16px;
	border-left: 1px solid #ebebeb;
	font-size: 13px;
	color: #000000;
	display: flex;
	align-items: center;
}
.prolist2 ul li:first-child{
    border-left: 0;
}
.pwidth{
	width: 3%;
}
.pwidth1{
	width: 5.75%;
}
.pwidth2{
	width: 7%;
}
.pwidth3{
	width: 7%;
}
.pwidth4{
	width: 7%;
}
.pwidth5{
	width: 5%;
}
.pwidth6{
	width: 10%;
}
.pwidth7{
	width: 10%;
}
.pwidth8{
	width: 4%;
}
.pwidth9{
	width: 10%;
}
.prolist3 ul{
	/*padding: 0 25px;*/
	border-bottom: 1px solid #ebebeb;
	border-left: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	display: flex;
}
.prolist3 ul:nth-child(2n){
	background-color: #f9f9f9;
}
.prolist3 ul li{
	list-style-type: none;
	padding: 16px 10px 16px;
	border-left: 1px solid #ebebeb;
	font-size: 12px;
	color: #333333;
	word-break: break-all;
	display: flex;
	align-items: center;
}
.prolist3 ul li:first-child{
    border-left: 0;
}
.prolist3 ul li span{
	text-decoration: underline;
}
.module{
	background-color: #fafafa;
	padding: 60px 0 80px;
}
.product4{
	margin-top: 9px;
	font-size: 14px;
	color: #b2b2b2;
	line-height: 22px;
	height: 44px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.prodeta{
	margin-top: 50px;
	overflow: hidden;
}
.proLeft{
	float: left;
	width: 47.76%;
}
.proLeft4 .swiper-slide{
	padding: 2px;
}
.proLeft1{
	border: 1px solid #e0e0e0;
	border-radius: 5px;
	height: 504px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.proLeft1 img{
	max-width: 90%;
	max-height: 90%;
}
.proLeft2{
	margin-top: 20px;
	position: relative;
	padding: 0 32px;
}
.proLeft4{
	font-size: 0;
	position: relative;
}
.topleft{
	font-size: 0;
	position: absolute;
	left: 14px;
	top: 50%;
	z-index: 99;
	transform: translateY(-50%);
}
.topright{
	font-size: 0;
	position: absolute;
	right: 14px;
	top: 50%;
	z-index: 99;
	transform: translateY(-50%);
}
.topleft1{
	font-size: 0;
	position: absolute;
	left: 4px;
	top: 50%;
	z-index: 99;
	transform: translateY(-50%);
}
.topright1{
	font-size: 0;
	position: absolute;
	right: 4px;
	top: 50%;
	z-index: 99;
	transform: translateY(-50%);
}
.proLeft3{
	border: 2px solid #fff;
	padding: 4px;
	font-size: 0;
	border: 1px solid #e1e1e1;
}
.proLeft2 .swiper-slide-thumb-active .proLeft3{
	border: 1px solid #e86868;
}
.proRight{
	float: right;
	width: 50%;
}
.proRight1{
	font-size: 30px;
	color: #333333;
}
.proRight2{
	font-size: 18px;
	color: #333333;
}
.proRight3{
	margin-top: 20px;
	font-size: 14px;
	color: #999999;
	line-height: 22px;
}
.proRight4{
	margin-top: 20px;
	font-size: 24px;
	color: #333333;
	margin-bottom: 10px;
}
.proRight5{
	display: flex;
	align-items: center;
}
.proRight5 span{
	font-size: 16px;
	color: #999999;
	line-height: 26px;
	width: 231px;
}
.proRight5 code{
	font-family: inherit;
	font-size: 16px;
	color: #333333;
	line-height: 26px;
}
.proRight6{
	margin-top: 36px;
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #333333;
}
.proRight6 a{
	margin-left: 12px;
	font-size: 0;
}
.proRight7{
	margin-top: 48px;
	display: flex;
	align-items: center;
}
.proRight8{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 225px;
	height: 55px;
	background-color: #f5f5f5;
	border-radius: 27px;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	margin-right: 25px;
}
.proRight8 img{
	margin-right: 12px;
}
.proRight9{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 240px;
	height: 55px;
	background-color: #d80000;
	border-radius: 27px;
	font-size: 24px;
	color: #ffffff;
	font-weight: bold;
	margin-right: 25px;
}
.prodeta1{
	margin-top: 72px;
	font-size: 28px;
	color: #333333;
	display: flex;
	align-items: center;
}
.prodeta1 span{
	flex: 1;
	height: 1px;
	background-color: #666666;
	margin-left: 16px;
}
.prodeta2{
	margin-top: 30px;
	border-top: 4px solid #cccccc;
}
.prodeta2 ul{
	padding: 0 16px;
	background-color: #f9f9f9;
	display: flex;
	align-items: center;
}
.prodeta2 ul:nth-child(2n){
	background-color: #ffffff;
}
.prodeta2 ul li{
	list-style-type: none;
}
.prwidth{
	width: 24%;
	font-size: 14px;
	line-height: 44px;
	color: #333333;
	font-weight: bold;
}
.prwidth1{
	width: 38%;
	font-size: 14px;
	color: #333333;
}
.prwidth2{
	width: 38%;
	font-size: 14px;
	color: #333333;
}
.prodeta3{
	margin-top: 20px;
	font-size: 16px;
	color: #666666;
	line-height: 26px;
}
.prodeta4 ul{
	overflow: hidden;
}
.prodeta4 ul li{
	margin-top: 30px;
	list-style-type: none;
	font-size: 0;
	float: left;
	width: calc((100% - 80px)/5);
	margin-right: 20px;
	position: relative;
}
.prodeta4 ul li:nth-child(5n){
	margin-right: 0;
}
.prodeta5{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	line-height: 60px;
	font-size: 18px;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	background-image: linear-gradient(to top,#000,rgba(0,0,0,0));
}
.inqlist{
	font-size: 32px;
	color: #333333;
	text-align: center;
	background-color: #f7f7f7;
	line-height: 108px;
}
.inqlist1{
	overflow: hidden;
}
.inqlist2{
	float: left;
	width: 67%;
	border-right: 1px solid #e5e5e5;
	padding-right: 66px;
}
.inqlist3{
	font-size: 28px;
	color: #333333;
}
.inqlist4{
	margin-top: 5px;
	font-size: 16px;
	color: #999999;
}
.inqlist2 .apply2{
	display: block;
}
.inqlist2 .apply3{
	text-align: left;
}
.inqlist2 .apply6{
	text-align: left;
}
.inqlist2 .apply2.flex{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.inqlist2 .apply2.flex .apply5{
	display: block;
}
.inqlist5{
	float: right;
	width: 26.32%;
}
.inqlist6{
	font-size: 16px;
	color: #999999;
}
.inqlist6 span{
	margin-left: 10px;
	color: #d80000;
	font-size: 30px;
}
.inqlist6 code{
	font-style: inherit;
	color: #d80000;
}
.inqlist7{
	margin-top: 20px;
}
.inqlist7 ul li{
	margin-top: 16px;
	padding-bottom: 12px;
	border-bottom: 1px solid #e5e5e5;
	list-style-type: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.inqlist8{
	font-size: 0;
	width: 50px;
	margin-right: 6px;
}
.inqlist9{
	flex: 1;
}
.inqlist9a{
	font-size: 16px;
	color: #333333;
}
.inqlist9b{
	margin-top: 5px;
	font-size: 14px;
	color: #999999;
}
.inqlist10{
	font-size: 0;
	margin-left: 16px;
}
#google_translate_element{
    width: 100%;
    height: 100%;
    display: none;
}







