 html {
	font-size: 62.5%;
	 -webkit-font-smoothing: subpixel-antialiased
}

* {
	padding: 0;
	margin: 0;
	border: none;
	list-style: none;
	box-sizing: border-box;
	outline: none;
	-webkit-appearance: none;
	-webkit-text-size-adjust:none
}

ul {
	text-indent: 0;
	font-weight: normal;
}

body {
	background-color: #fff;
	font-size: 1.6rem;
	font-family: 'Microsoft YaHei', Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	overflow-x: hidden;
	line-height: 1.6;
}


/*覆盖浏览器默认样式*/

a {
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: none !important;
}

a,
button,
input {
	-webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}


/*共用样式*/

.font_w {
	font-weight: bold;
}
 .hide{
	 display:none;
 }
.img_wrap>img {
	width: 100%;
	display: block;
}

.div_wrap {
	width: 100%;
}

.inline_block {
	display: inline-block;
}

.block_block {
	display: block;
}

.float_l {
	float: left;
}

.float_r {
	float: right;
}

.text_overflow {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.position_rel {
	position: relative;
}

.clearFix:after,
.clearFix:before {
	content: "";
	display: block;
	clear: both;
}
.w-container {
	width: 1000px;
	margin: auto;
}

.w-silde {
	padding-left: 1rem;
	padding-right: 1rem;
}

/*bg*/
.part{
	min-width: 1000px; /*移动端正常显示*/
	padding-bottom: 80px;
}
 .minWidth{
	 min-width: 1000px;
 }




/*tit*/
.tit{
    text-align: center;
    padding-top: 60px;
    margin-bottom: 45px;
}

.tit h3{
    font-size: 42px;
    color: #333;
    font-weight: normal;
}
.tit h3 span{
	color: #ed8210;
}

.tit p{
    font-size: 16px;
	color: #777;
	line-height: 1.8em;
}
.tit_1 h3{
    color: #fff;
}
.tit_1 p{
	 color: #fff;
 }
 .tit .order {
	 height: 60px;
	 line-height: 60px;
	 text-align: center;
	 font-size: 16px;
	 color: #a1a1a1;
	 font-family: 'Arial';

 }
 .tit  .order .line {
	 display: inline-block;
	 width: 100px;
	 border-top: 1px solid #999 ;
 }
 .tit  .order .txt {
	 color: #686868;
	 vertical-align: middle;
	 width: 130px; display:inline-block;
 }
 .tit_1  .order .line {
	 border-top: 1px solid #fff ;
 }
 .tit_1  .order .txt {
	 color: #fff;

 }



 /*banner*/
 .banner{
	 margin:0 auto;
	 width:100%;
	 min-width: 1000px;
	 height:630px;
	 overflow:hidden;
	 background:#818181;
 }
 #banner{
	 width:100%;
	 height:630px;
	 overflow:hidden;
 }



 .banner-img a{
	 display: block;
	 width: 100%;
	 height: 630px;
 }
 #banner .swiper-slide{
	 position:relative;
	 overflow:hidden;
 }
 #banner .swiper-slide img{
	 top:0;
	 left:50%;
	 margin-left:-960px;
	 position:absolute;
 }
 #banner .pagination {
	 bottom:15px;
	 width:100%;
	 z-index:20;
	 text-align:center;
	 position:absolute;
 }
 #banner .swiper-pagination-switch {
	 margin:0 5px;
	 width:12px;
	 height:12px;
	 cursor:pointer;
	 display:inline-block;
	 background: rgba(255,255,255,0.5);
	 border-radius: 100%;
 }
 #banner .swiper-active-switch {
	 background: rgba(255,255,255,0.9);
 }
 /*footer*/
 .footer{
	 width: 100%;
	 color: #646464;
	 font-size: 14px;
	 text-align: center;
	 background: #0e0e0e;
	 padding: 30px;
	 min-width: 1000px;

 }