*,:after,:before{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html{font-size: 62.5% !important;}
html,body,div,p,strong,input,form,img,
h1,h2,h3,h4,h5,h6,ul,ol,li,
dl,dd,dt{margin: 0;padding: 0;vertical-align:middle;}
tbody,tr,td{margin:0;padding:0;}
ul,ol,li{list-style: none;}
i,em{font-style:normal;font-weight: normal;}
a{
	text-decoration: none;
    transition-duration: .5s;
    cursor: pointer;
	color: #333;
}
/*a:focus,a:hover{text-decoration:none;color: #333;}*/
input,button,textarea{ font-family: "Microsoft YaHei";border:0;}
/*清除浮动*/
.cle{clear:both;height:0;margin:0;padding:0;border:none; overflow:hidden;}
.clearfix:before,
.clearfix:after{display:table;content:"";visibility:hidden;height:0}
.clearfix:after{clear:both;}
.clearfix{zoom:1} /*IE < 8*/
.tal{text-align:left !important;}
.tac{text-align:center !important;}
.tar{text-align:right !important;}
.fl,.le{float:left;}
.fr,.ri{float:right;}
.por{position:relative;}
.poa{position:absolute;}
img{
	max-width:100%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-ms-interpolation-mode: bicubic;
}
.pcshow{display: block !important;}
.webshow{ display: none !important; }
/*滚动条*/
@media screen and (max-width: 640px){
	.pcshow{display: none !important;}
	.webshow{display: block !important;}
    /*仅作用于webkit*/
    body::-webkit-scrollbar {
        display: none;
    }
}
::-webkit-scrollbar{
	width: .6rem;
	height: 1rem;
	background: #d1d1d1;
}
::-webkit-scrollbar:horizontal {
	border-radius: 0 0 .5rem .5rem
}
::-webkit-scrollbar-thumb {
	/* border: 1px solid #D1D1D1; */
	/* border-radius: .5rem; */
	background: #858585;
	box-shadow: inset 0 0 0 1px #858585;
}
.m-nav-side::-webkit-scrollbar{
	width: 0;
}
/* ::-webkit-scrollbar-thumb:hover {
	background:#465267
} */
.wrap{
	margin: 0 auto;
	width: 98%;
	max-width: 1200px;
}
.wrap:before,
.wrap:after{
	display: table;
	content: '';
}
.wrap:after{
	clear: both;
}
body{
	width: 100%;
	margin: 0 auto;
	color: #333;
	font: 14px/20px 'Microsoft Yahei', Arial, Helvetica, sans-serif;
    background: #fff;
	--wu-theme-color: #b30d21;
	--swiper-theme-color: var(--wu-theme-color);
	--swiper-navigation-size: 20px;
}
/*比例盒子*/
.ratio-box{
	position: relative;
	overflow: hidden;
	/*border: 1px solid #3e3935;*/
}
.ratio-box .img{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: auto;
	max-width: 100%;
	max-height: 100%;
}
/*.header-top{*/
/*	height: 31px;*/
/*	line-height: 31px;*/
/*	color: #b5b5b5;*/
/*	border-bottom: 1px solid #f2f2f2;*/
/*	font-size: 12px;*/
/*}*/
/*.header-top a{color: #b5b5b5;}*/
/*.header-top .fl p{display: inline-block;}*/
/*.header-top .fr span{padding: 0 10px;}*/
/*.header-box{padding: 15px 0;}*/
/*.logo{float: left;}*/
/*.header-tel{margin-top: 15px;float: right;width: 280px;height: 67px;background: url(../images/tel.jpg) no-repeat 0 0;}*/
/*.header-tel span{*/
/*	display: block;*/
/*	padding: 35px 0 0 70px;*/
/*	color: #ffcc00;*/
/*	font-size: 26px;*/
/*	font-weight: bold;*/
/*	display: block;*/
/*}*/
.header-box{
	display: flex;
	height: 136px;
	justify-content: space-between;
	align-items: center;
}
header .logo{
	display: flex;
	width: 50%;
	justify-content: start;
	align-items: center;
}
header .logo img{
	max-height: 80px;
}
.headerTel{
	width: 50%;
	height: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.headerTel p{
	/*height: 100%;*/
	padding: 20px 0;
	padding-left: 65px;
	background: url(../images/ico_1.png) no-repeat center left;
}
.headerTel p span{ font-size: 30px; }
nav{
	background: #646464;
}
nav ul{
	display: flex;
}
nav li{
	width: 141px;
	overflow: hidden;
	text-align: center;
	border-right: 1px solid #909090;
}
nav li:first-child{
	border-left: 1px solid #909090;
}
nav li a{
	display: block;
	height: 42px;
	line-height: 42px;
	overflow: hidden;
	color: #fff;
	font-size: 14px;
}
nav li a:hover, nav li a.on{
	color: #fff;
	background: var(--wu-theme-color);
}
.mtit{ margin-bottom: 50px; text-align: center; text-transform: uppercase; }
.mtit p{ font-size: 32px; line-height: 2; }
.mtit span{ color: #666; font-size: 12px; letter-spacing: 15px; text-transform: uppercase; }
.mtit h3{ font-size: 18px; }
.mtit i{ display: inline-block; width: 50px; height: 2px; background: var(--wu-theme-color); }
.white{ color: #fff !important; }
.pt50{ padding: 50px 0; }
.m1{ background: #f5f5f5; }
.m1 ul li{ float: left; width: 25%; border-left: 1px solid #cac9c7; text-align: center; }
.m1 ul li:last-child{ border-right: 1px solid #cac9c7; }
.m1 ul li p{ font-size: 18px; }
.m1 ul li span{ color: #646464; }
@media only screen and (max-width: 768px){
	.m1 ul{ width: 98%; margin: auto; }
	.m1 ul li{ width: 50%; margin: 10px 0; }
	.m1 ul li:nth-child(2){ border-right: 1px solid #cac9c7; }
}
.m2 .text{ float: left; width: 50%; }
.m2 .text .txt{ padding-right: 50px; }
.m2 .pics{ float: left; width: 50%; text-align: center;}
@media only screen and (max-width: 768px){
	.m2 .text,.m2 .pics{ width: 100%; }
	.m2 .text .txt{ padding: 10px; }
	.m2 .mtit.tal{ text-align: center !important; }
}
.m3{
	background: #f4f4f4;
}
.m3Swiper{
	padding-bottom: 20px;
}
.m3Swiper .items{
	padding: 15px;
}
.m3Swiper .items a{
	display: block;
	border: 1px solid #eee;
}
.m3Swiper .items a>div{
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
}
.m3Swiper .items a p{
	text-align: center;
	line-height: 35px;
}
.m3-page{
	bottom: 0 !important;
}
.m3-page .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
}
.m4{ background: url(../images/m4.jpg) no-repeat center top; }
.m4 .pics{ padding: 30px 0; }
@media only screen and (max-width: 768px){
	.m4 .pics{ padding: 0; }
}
.m5ul{
	display: flex;
	flex-wrap: wrap;
}
.m5ul li{
	padding: 15px;
	width: 33.33%;
}
.m5ul li a{
	display: block;
}
.m5ul .conwr{
	padding: 20px;
	line-height: 2;
}
.m5ul .conwr p{
	padding-bottom: 8px;
	font-size: 18px;
	line-height: 2;
}
.m5ul .conwr .desc{
	color: #999;
	font-size: 13px;
}
.m5ul .imgwr{
	display: flex;
	justify-content: center;
	align-items: center;
	background: #999;
}
.m5 .mtit{ margin-bottom: 0; }
.m5btn{ padding: 30px 0; }
.m5btn ul{
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.m5btn ul li{
	border-radius: 30px;
	text-align: center;
	border: 1px solid #fff;
}
.m5btn ul li a{
	padding: 5px 15px;
	display: block;
}
.m5btn ul li:hover{ border-color: #ccc; }
/*.m5box .con { display:none; width: 100%; !*height: 400px;*! }*/
@media only screen and (max-width: 768px){
	.m5 .mtit.tar{ text-align: center !important; }
	.m5 ul li{ width: 100%; }
}
.page .map{
	/*//height: 80vh;*/
	height: calc(100vh - 312px);
}
.page .map #container{
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 768px){
	body{
		padding-bottom: 45px;
	}
	/*.logo{*/
	/*	float: none;*/
	/*	width: 80%;*/
	/*	margin: 0 auto;*/
	/*}*/
	.header-box{
		height: 80px;
		justify-content: center;
	}
	header .logo{
		justify-content: center;
	}
	header .logo img{
		max-height: 50px;
	}
	.headerTel{
		display: none;
	}
	.header-top a:first-child,
	.header-top span:nth-child(2),
	.header-top a:nth-child(3),
	.header-top span:nth-child(4){
		display: none;
	}
	nav ul{
		flex-wrap: wrap;
		border-left: 1px solid #909090;
	}
	nav ul li{
		width: 33.3%;
		font-size: 13px;
	}
	nav ul li:first-child{
		display: none;
	}
	nav ul li:nth-child(2),
	nav ul li:nth-child(3),
	nav ul li:nth-child(4){
		border-bottom: 1px solid #909090;
	}
	nav ul li a{
		font-size: 13px;
	}
	.mtit{
		margin-bottom: 20px;
	}
	.mtit p{
		font-size: 20px;
	}
	.mtit h3{
		font-size: 15px;
	}
	.pt50 {
		padding: 30px 0;
	}
}
.newslist{ margin-top: 50px; border-top: 1px solid #c0c0c0; }
.newslist .items{ padding: 30px 0; border-bottom: 1px solid #c0c0c0; }
.newslist .items img{ width: 370px; height: 245px; }
.newslist .items .text{ float: right; padding-right: 45px; width: 795px; color: #707070; }
.newslist .items .text h5{ font-size: 24px; line-height: 2; color: #343434; }
.newslist .items .text .desc{ padding: 50px 0; line-height: 2; }
.shownews .title{
	text-align: center;
	font-size: 1.5rem;
	line-height: 2;
}
.shownews .infos{
	text-align: center;
	padding: .5rem 0;
	border-bottom: 1px dashed #c7c7c7;
}
.shownews .content{
	padding: 20px 0;
}
@media screen and (max-width: 768px){
	.newslist{ padding-top: 20px; }
	.newslist{ padding: 0 2%; }
	.newslist .items{ padding: 23px 0; }
	.newslist .items a{ display: flex; }
	.newslist .items img{ flex: 1; width: 100px; height: 80px; }
	.newslist .items .text{ width: auto; flex: 2; padding-right: 0; padding-left: 10px; }
	.newslist .items .text h5{ font-size: 14px; line-height: 20px; font-weight: bold; overflow: hidden; }
	.newslist .items .text .desc{ padding: 0; height: 40px; overflow: hidden; font-size: 14px; line-height: 20px; }
}
.product-list ul{
	display: flex;
	flex-wrap: wrap;
}
.product-list li{
	padding: 20px 15px;
	width: 33.3%;
}
.product-list li .imgwr{
	display: flex;
	justify-content: center;
	align-items: center;
	background: #f9f9f9;
}
.product-list li p{
	padding-top: 10px;
	line-height: 35px;
	font-size: 1.4rem;
	text-align: center;
}
.product-list .bg{
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	font-size: 35px;
	color: #fff;
	background: rgba(0,0,0,.3);
	transition: all 0.6s;
	opacity: 0;
}
.product-list li:hover .bg{
	opacity: 1;
}
@media screen and (max-width: 768px){
	.product-list li{
		width: 50%;
		padding: 10px;
	}
}
.sub-body{padding: 20px 0;}
.sub-top{
	background: #f9f9f9;
}
/*#location {*/
/*    padding: 5px 0;*/
/*    margin: 0;*/
/*    color: #000;*/
/*    line-height: 1.5em;*/
/*    clear: both;*/
/*    text-indent: 3px;*/
/*    border-bottom: 1px solid #ddd;*/
/*    font-size: 13px;*/
/*}*/
.submenu ul{
	display: flex;
}
.submenu ul>li{
	position: relative;
}
.submenu ul>li>a{
	display: block;
	padding: 10px 30px;
	font-size: 13px;
	color: #666;
	background-size: 100%;
}
.submenu ul>li.on>a{
	background: #e8e8e8;
}
.submenu ul>li>ol{
	display: none !important;
	position: absolute;
	padding: 20px;
	width: 300%;
	transition: all 0.6s;
	z-index: 99;
	background: #fff;
}
.submenu ul>li>ol>li>a{
	display: block;
	height: 35px;
	line-height: 35px;
	border-bottom: 1px solid #f9f9f9;
}
.submenu ul>li:hover>ol{
	display: block !important;
}
.sideMenu{padding: 15px 12px;}
.sideMenu i{font-size: 20px;font-weight: bold;right: 20px;cursor:pointer;color: #fff;}
.sideMenu a{
	display: block;
	height:38px;
	line-height:38px;
	padding-left:10px;
	border-bottom:2px solid #fff;
	background:#fc0;
	/*cursor:pointer;*/
	position: relative;
	color: #fff;
}
/*.sideMenu h3 a{width: 100%;height: 100%;padding: 10px 5px;}*/
.sideMenu ul .nLi.on .sub{ display: block;}
.sideMenu ul .nLi .sub{ padding:8px 0 8px 10px; color:#999; display:none; }
.sideMenu ul .nLi .sub li{ height: 30px; line-height: 30px; list-style: none;}
.sideMenu ul .nLi .sub li a{
	display: block;
	width: 100%;
	height: 100%;
	font-size: 14px;
	color: #333;
	text-decoration: none;
	/* padding:0 25px; box-sizing:border-box;*/}
.sideMenu ul .nLi .sub li a:hover,
.sideMenu ul .nLi .sub li a.aon{color: #c00;background:#fff;}
.sideMenu li a:hover, .sideMenu li.on a{color: #000;}
@media screen and (max-width: 768px){
	.subleft{
		float: none;
		width: 100%;
	}
	.lefthd,
	.leftcont{
		display: none;
	}
	.subright{
		float: none;
		width: 100%;
	}
}
.newslist ul{
	display: flex;
	flex-wrap: wrap;
}
.newslist li{
	padding: 15px;
	width: 50%;
}
.newslist li p{
	height: 30px;
	line-height: 30px;
	margin-bottom: 5px;
}
.newslist li span{
	display: inline-block;
	padding: 5px 0;
}
.newslist li .desc{
	line-height: 2;
	color: #bbb;
}
.newslist .ratio-box{
	display: flex;
	justify-content: center;
	align-items: center;
}
.shownews{
	padding: 28px 0;
}
.shownews h1{
	margin: 0;
	font-size: 20px;
	margin-bottom: 5px;
	line-height: 2;
}
.shownews .infos{
	color: #999;
	font-size: 13px;
	font-weight: 300;
	padding-bottom: 15px;
	border-bottom: 1px solid #f0f2f5;
}
.shownews .infos span{
	padding-right: 10px;
}
.shownews .content{
	padding: 20px 0;
}
.shownews .content img{
	max-width: 100%;
}
@media screen and (max-width: 768px){
	.newslist li{
		width: 100%;
	}
	.newslist li .desc{
		display: none;
	}
	.shownews h1{
		text-align: center;
	}
}
/*footer*/
footer{ background: #111; padding-top: 55px; }
footer .footerBox{ margin-bottom: 25px; height: 200px; }
footer .footerBox .items{ float: left; padding-right: 150px; }
footer .footerBox .items h3{ position: relative; height: 30px; font-size: 16px; color: #fff; }
footer .footerBox .items i{ display: block; margin: 10px 0; width: 20px; height: 2px; background: #4c4c4c; }
footer .footerBox .items li a{
	display: block;line-height: 30px; color: #4c4c4c; }
footer .footerBox .itemsRi{ float: right; text-align: right; color: #4c4c4c; }
footer .footerBox .itemsRi .tel400{ font-size: 24px; line-height: 55px; }
footer .footerLogo{ padding: 50px 0; }
footer .footerLogo img{ max-width: 100%; }
.copyright{ color: #fff; border-top: 1px solid #4d4d4d; line-height: 55px; }
.copyright a{ color: #fff; }
#footer {
	display: none;
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	height: 45px;
	overflow: hidden;
	z-index: 999;
	text-align: center;
}
@media screen and (max-width: 768px){
	footer .footerBox .items{
		display: none;
	}
	footer .footerBox .itemsRi{
		width: 100%;
		text-align: center;
	}
	#footer{
		display: block;
	}
}
/*#footer .footerlist {*/
/*	background: -webkit-gradient(linear,0 0,0 100%,from(#3b2884),to(#220f6b), color-stop(100%, #220f6b));*/
/*}*/
#footer .footerlist {
	background: -webkit-gradient(linear,0 0,0 100%,from(#383838),to(#0a0a0a), color-stop(100%, #0a0a0a));
}
#footer ul {
	width: 100%;
	display: flex;
}
#footer ul li {
	flex: 1;
	text-align: center;
	border-right: 1px solid rgba(255,255,255,0.2);
	border-left: 0;
	position: relative;
}
#footer ul li a {
	display: block;
	width: 100%;
	text-align: center;
	color: #fff;
	height: 45px;
}
#footer .icon {
	display: block;
	text-align: center;
	margin: 0 auto 0;
	width: 35px;
	height: 29px;
	line-height: 33px;
	overflow: hidden;
	font-size: 20px;
}
#footer .txt {
	display: block;
	height: 16px;
	line-height: 16px;
	font-size: 12px;
	color: #fff;
}