body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	overflow-x: hidden;
	color: #000;
	letter-spacing: 0.02em;
	padding: 0;
	margin: 0;
}
ul,li{
	list-style: none;
	padding: 0;
	margin: 0;
}
a{
	text-decoration: none;
	color: #000;
}
div{
	box-sizing: border-box;
}
.mi-img{
	float: left;
	width: 100%;
	height: auto;
	min-width: 1200px;
}

@font-face {
  font-family: "iconfont"; /* Project id 4159405 */
  src: url('fonts/iconfont.woff2?t=1688969590938') format('woff2'),
       url('fonts/iconfont.woff?t=1688969590938') format('woff'),
       url('fonts/iconfont.ttf?t=1688969590938') format('truetype');
}
.icon-fangdajing::before {
  content: "\e603";
}
.vertical{
	-webkit-transform: rotate(90deg);
	-webkit-transform-origin: left top;
	-moz-transform: rotate(90deg);
	-moz-transform-origin: left top;
	-ms-transform: rotate(90deg);
	-ms-transform-origin: left top;
	-o-transform: rotate(90deg);
	-o-transform-origin: left top;
	transform: rotate(90deg);
	transform-origin: left top; 
}

.mi-title{
	width: 100%;
	height: 200px;
	min-width: 900px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.hot-selling{
	width: 100%;
	padding: 0 12.1%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 80px;
}
.hot-selling .item{
	width: 23%;
	min-height: 250px;
	background-color: #dbdbdb;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	overflow: hidden;
	margin-bottom: 30px;
	transition: all 0.3s; 
}
.hot-selling .item:hover{	
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
	cursor: pointer;
}
.hot-selling .item img{
	width: 100%;
	height: auto;
}
.hot-selling .item .title-info{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 3%;
}
.hot-selling .item .title-info h3{
	font-size: 18px;
	width: 60%;
}
.mi-btn{
	width:30%;
	text-align: center;
	font-size: 13px;
	background-color: #c70209;
	color: #ffffff;
	height: 30px;
	line-height: 30px;
	border-radius: 5px;
	transition: all 0.3s; 
}
.mi-btn:hover{
	color: #000;
}


.service{
	width: 100%;
	height: 600px;
	background-color: #000;
	float: left;
	background-image: url(../images/bg2.jpg?v1.0.0);
	background-size: 1920px 600px;
	background-position: center center;
	background-repeat: no-repeat;
	padding-top: 120px;
	margin-top: 60px;
	margin-bottom: 50px;
}
.mi-content{
	margin: 0 auto;
	height: auto;
	width: 1100px;
}
.service h2{
	color: #ffffff;
	margin-bottom: 40px;
	letter-spacing: 1px;
}
.service .item{
	width: 320px;
	height: 300px;
	background-color: rgba(146, 36, 27, .5);
	float: left;
	color: #ffffff;
	font-size: 13px;
	text-align: center;
	padding: 30px;
}
.service .item p{
	font-size: 18px;
}
.service .item p.zh{
	margin-bottom: 5px;
	color: #fff;
}
.service .item p.en{
	color: #fff;
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 30px;
}
.service .item .desc{
	line-height: 22px;
	text-align: left;
	padding-bottom: 20px;
}
.case{
	margin-bottom: 0;
}
.case .item{
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	background-color: #fff;
	border: 1px solid #eee;
}
.case .item .mi-btn{
	border-radius: 18px;
	height: 25px;
	line-height: 26px;
	width: 27%;
}

.footer{
	width: 100%;
	background-color: #ffffff;
	height: auto;
	float: left;
	padding: 100px;
}
.footer .logo{
	width: 200px;
	float: left;
	margin-right: 20px;
	margin-top: 20px;
	position: inherit;
}
.footer .logo .img{
	width: 173px;
	height: auto;
	margin-bottom: 30px;
}
.footer .logo p{
	font-size: 16px;
	margin-bottom: 2px;
}
.footer .logo h2{
	font-size: 30px;
	margin-bottom: 12px;
}
.footer .logo a.zixun{
	display: block;
	width: 200px;
	height: 50px;
	background-color: #f08519;
	text-align: center;
	line-height: 53px;
	color: #ffffff;
	font-size: 18px;
	border-radius: 5px;
}
.footer .mi-navs{
	float: left;
	margin-left: 50px;
}
.footer .mi-navs h2{
	font-size: 18px;
	margin-bottom: 5px;
}
.footer .mi-navs a{
	display: block;
	font-size: 16px;
	margin-top: 12px;
	color: #666;
}
.footer .mi-navs a:hover{
	color: #f08519;
}
.footer .mi-navs p{
	display: block;
	font-size: 16px;
	margin-top: 12px;
	color: #666;
}
.jiexi {
	width: 1052px;
	height: 200px;
	border: 20px solid #e6e6e6;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 0px;
	margin-top: 10px;
	border-top-right-radius: 64px;
	border-bottom-left-radius: 64px;
	position: relative;
}
.jiexi img{
	width: 100%;
	height: auto;
	object-fit: contain;
}
.jiexi .bg{
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
	position: absolute;
	z-index: 99;
	top: 0;
}
.jiexi .content{
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 18px;
	color: #ffffff;
	position: absolute;
	top: 0;
	z-index: 100;
	padding: 30px 50px;
	line-height: 25px;
}
.jiexi .content p{
	color: #ffffff;
}
.jiexi .content .mi-btn{
	width: 125px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	margin: 20px auto;
	cursor: pointer;
}
.menu {
	width: 1260px;
	margin: 30px auto 0;
}
.menu li a {
	color: #000;
	padding: 0 35px 0 0;
}
.menu li:last-child a{
	padding-right: 0;
}



@media screen and (max-width: 1000px){
	.application .title{
		font-size: 50px;
	}
	.header .menu .navs li > a{
		font-size: 14px;
	}
}
@media screen and (max-width: 1200px){
	.application .title{
		font-size: 50px;
	}
	.header .menu .navs li > a{
		font-size: 16px;
	}
	.searchform{
		width: 200px;
	}
	.se_nal li{
		font-size: 14px;
	}
}



