 html {
	font-size: 62.5%;
}

* {
	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;
}

.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: 50px;
}
 .minWidth{
	 min-width: 1000px;
 }
.bg1{}



/*tit*/
.tit{
    text-align: center;
    padding-top: 50px;
    margin-bottom: 40px;
}
.tit h3{
    font-size: 36px;
    color: #333;
    font-weight: normal;
}
.tit h3 span{
	color: #ff7200;
}
.tit p{
    font-size: 22px;
	color: #888;
	padding-top: 5px;
}
.tit_1 h3{
    color: #fff;
}


 /*按钮*/
 .link_a{
	 text-align: center;
	 margin-top: 40px;
 }
 .link_a a{
	 display: inline-block;
	 /*border:1px solid #f4750e;*/
	 color: #fff;
	 font-size: 18px;
	 width:300px;
	 height: 52px;
	 line-height: 50px;
	 border-radius: 26px;
	 position: relative;
	 z-index: 1;
	 background: #ff7200;
	 -webkit-transition: 0.2s;
	 -moz-transition: 0.2s;
	 -ms-transition: 0.2s;
	 -o-transition:0.2s;
	 transition: 0.2s;

	 box-shadow: 0 5px 15px rgba(255,114,0,0.5);
 }

 .link_a a:hover{
	opacity: 0.8;

	 -webkit-transition: 0.2s;
	 -moz-transition: 0.2s;
	 -ms-transition: 0.2s;
	 -o-transition:0.2s;
	 transition: 0.2s;
 }

 /*footer*/
 .footer{
	 width: 100%;
	 color: #646464;
	 font-size: 14px;
	 text-align: center;
	 background: #0e0e0e;
	 padding: 20px;
	 min-width: 1000px;
 }


/*****************************/
@media (max-width:768px) {
	.width-full{
	  width: 100%;
	}

	.module-space-btm{
		padding-bottom: 1.2rem;
	}
}
 @media (min-width:767px) {
	 .width-full{
		 width: 100%;
	 }
	 .module-space-btm{
       padding-bottom: 50px;
	 }
 }
 @media (min-width:1000px) {
	 .width-full{
		 width: auto;
	 }
	 .module-space-btm{

	 }
 }