* {
  	margin: 0;
  	padding: 0;
  }
  
  li {
  	list-style: none;
  }
  
  a{
  	color: #000;
	text-decoration:none
  }
  
  html, body {
  	position: relative;
  	height: 100%;
  }
  
  img {
  	display: block;
  }
  
  body {
  	background: #fff;
  	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  	font-size: 14px;
  	color: #000;
  	margin: 0;
  	padding: 0;
  }
div,header,footer{
	box-sizing: border-box;
}
/*# sourceMappingURL=base.css.map */
/* @media only screen and (max-width : 750px) {
    .pc{
    	display: none;
    }
}
@media only screen and (min-width: 750px) {
    .phone{
	   display: none;
    }
} */
@media only screen and (min-width: 1440px) {
    .pc header,.footerpc{
	   left: 50%;
	   margin-left: -720px;
    }
}
header{
	position: relative;
}
.pc header{
	width: 1440px;
	height: 70px;
	padding: 0 100px;
	z-index:10;
	position: absolute;
	top: 0;
}

.pc header .logo{
	float: left;
	width: 206px;
	margin-top: 4px;
}
.pc header .logo img{
	width: 206px;
	height: 66px;
}

.pc header ul{
	float: right;
	height: 70px;
	display: flex;
}

.pc header ul li {
	line-height: 70px;
	letter-spacing: 2px;
	width: 110px;
	text-align: center;
	font-size: 20px;
	margin-left: 40px;
}
.pc header ul li:first-child{
	margin-left: 0px;
}
.pc header ul .active{
	color: #FFFFFF;
	background: #ED6E03;
	box-shadow: 0px 1px 4px 0px rgba(171, 127, 57, 0.62);
	border-radius: 0 0 10px 10px;
	font-size: 24px;
}
.pc header ul .active a{
	color: #FFFFFF;
}
footer{
	min-width: 1440px;
	height: 293px;
	position: relative;
	background: #ED6E03;
}
footer .border{
	width: 100%;
	height: 2px;
	background: #06192C;
	opacity: 0.21;
	position: absolute;
	top: 239px;
}
footer .footerpc{
	width: 1440px;
	height: 239px;
	padding: 58px 240px 0;
	position: absolute;
	display: flex;
	color: #FFFFFF;
}
footer .footerpc .left{
	width: 710px;
	margin-right: 146px;
}
footer .footerpc .left ul{
	width: 710px;
	display: flex;
}
footer .footerpc .left ul li{
	height: 16px;
	line-height: 16px;
	border-right: 2px solid #fff;
	padding: 0 46px;
	font-size: 16px;
}
footer .footerpc .left ul li a{
	color: #fff;
}
footer .footerpc .left ul li:first-child{
	padding-left: 0;
}
footer .footerpc .left ul li:last-child{
	border: none;
	padding-right: 0;
}
footer .footerpc .left .title1{
	height: 55px;
}
footer .footerpc .left .tel{
	margin-top: 12px;
	font-size: 14px;
}
footer .footerpc .right{
	width: 106px;
}
footer .footerpc .right .img{
	background: #fff;
	width: 106px;
	height: 106px;
	margin-bottom: 5px;
}
footer .footerpc .right .img img{
	width: 106px;
	height: 106px;
}
footer .footerpc .right .text{
	text-align: center;
	font-size: 14px;
}
.title{
	font-size: 36px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 130px;
}
.title .border{
	width: 80px;
	height: 3px;
	background: #eee;
}
.title .text{
	margin: 0 20px;
	letter-spacing: 3px;
}
.title .text span{
	color: #ED6E03; 
}
.content{ 
	min-width: 1440px;
}

/*移动端样式*/
.mobile{
	padding-top: 1rem;
}
.mobile .swiperphone img{
	width: 7.5rem;
	height: 4.75rem;
}
.mobile .header{
	position: fixed;
	top: 0;
	width: 7.5rem;
	height: 1rem;
	z-index: 9999999;
	background: #FFFFFF;
}
.mobile .header .logo{
	float: left;
}
.mobile .header .logo img{
	width: 2rem;
	margin: .2rem;
}
.mobile .header .icon{
	float: right;
	width: 1.2rem;
	height: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.mobile .header .icon img{
	width: .7rem;
}
.mobile .header .icon .close{
	width: .5rem;
}
.mobile .header .pop{
	position: absolute;
	right: 0;
	top: 1rem;
	z-index: 999;
	width: 3rem;
	height: 6rem;
	background: #FFFFFF;
	box-shadow: 0px 5px 11px 0px rgba(0, 0, 0, 0.29);
	display: none;
}
.mobile .header .pop a{
	display: block;
	width: 3rem;
	height: 1rem;
	font-size: .32rem;
	border-bottom: 1px solid #ccc;
	text-align: center;
	line-height: 1rem;
	color: #666;
}
.mobile .header .pop .span:last-child a{
	border: none;
}
.mobile .mtitle{
	font-size: .3rem;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: .6rem;
}
.mobile .mtitle .border{
	width: .8rem;
	height: .03rem;
	background: #eee;
}
.mobile .mtitle .text{
	margin: 0 .15rem;
	letter-spacing: .03rem;
}
.mobile .mtitle .text span{
	color: #ED6E03; 
}
.mobile .footer{
	background: #F2F2F2;
	height: 1rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.mobile .footer p{
	font-size: .18rem;
	margin-top: .05rem;
}