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
}

.clear_fix:after,
.clear_fix:before {
	content: "";
	display: block;
	clear: both;
}
.w-container {
	width: 1000px;
	min-width: 1000px;
	margin: auto;
}

.w-silde {
	padding-left: 1rem;
	padding-right: 1rem;
}
.w-center{
	text-align: center;
}
.last_border{
	border-right: none;
}
ul:after, ul:before{
	content: "";
	display: block;
	clear: both;
}
.global_ul li{
	display: inline-block;
	float: left;
}
.part{
	margin-top: 50px;
	padding-bottom: 50px;
}
.global_link_top{
	margin-top: 30px;
}
.part_bg{
	background: #f7f7f7;
}
.minWidth{
	min-width: 1000px;
}


/*tit*/
.tit{
	text-align: center;
	padding-top: 70px;
	margin-bottom: 50px;
	z-index: 10;
	position: relative;
}
.tit h3{
	font-size: 38px;
	color: #333;
	font-weight: normal;
	line-height: 1;
}
.tit h3 span{
	color: #de2986;
}
.tit p{
	font-size: 20px;
	color: #999;
	padding-top: 20px;
}
.tit_1 h3{
	color: #fff;
}

/*按钮*/
.link_a{
	text-align: center;
	margin-top: 40px;
}
.link_a a{
	display: inline-block;
	border:1px solid #de2986;
	color: #de2986;
	font-size: 18px;
	width: 262px;
	height: 52px;
	line-height: 50px;
	border-radius: 26px;
	position: relative;
	z-index: 1;
}
.link_a a span{
	display: block;
	position: relative;
	z-index: 2;
	color: #de2986 \9;
	background: transparent \9;
}
.link_a a:after{
	content: '';
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 26px;
	background: #de2986;
	background: transparent \9;

	transform: scale(0.1, 1);
	transition: 0.4s;
	opacity: 0;
	z-index: 0;
	color: #fff;
	filter:alpha(opacity=0);
}
.link_a a:hover{
	color: #fff;
	border:1px solid #fff;
}
.link_a a:hover:after{
	transform: scale(1);
	transition: 0.4s;
	opacity: 1;
	filter:alpha(opacity=100);
}
.link_a a:hover span{
	color: #fff \9;
	background: #de2986 \9;
}
.aBlock{
	display: block;
}


/*banner*/

.banner{
	margin:0 auto;
	width:100%;
	min-width: 1000px;
	height:680px;
	overflow:hidden;
	background:#f2eef6;
}
#banner{
	width:100%;
	height:6800px;
	overflow:hidden;
}



.banner-img a{
	display: block;
	width: 1920px;
	height: 680px;
}
#banner .swiper-slide{
	position:relative;
	overflow:hidden;
}
#banner .swiper-slide img{
	top:0;
	left:50%;
	margin-left:-960px;
	position:absolute;
	width: 1920px;
}
.banner1{
	height: 800px;
}
#banner .pagination {
	bottom: 90px;
	width: 100%;
	z-index: 20;
	text-align: center;
	position: absolute; 
}

#banner .swiper-pagination-switch {
	margin: 0 5px;
	cursor: pointer;
	display: inline-block;
	width: 20px;
	height: 5px;
	background: #FFFFFF;
	border-radius: 3px;
	opacity: .4;
}

#banner .swiper-active-switch {
	background: #FFFFFF; 
	opacity: 1;
}

/* banner箭头样式 */
.banner .portfolio {
	display: none\9; }

.banner .jiantou{
	position: absolute;
	bottom: 285px;
	cursor: pointer;
	z-index: 18;
	font-size: 14px;
	color: #fff;
	font-weight: 900;
	left: 50%;
	width: 700px;
	margin-left: -350px;
}
.banner .banner_jiantou img {
	vertical-align: middle;
	margin-top: -3px; }

.banner .banner_jiantou_you {
	float: right;  }
.banner .banner_jiantou_you img {
	margin-left: 10px; }

.banner .banner_jiantou_zuo {
	float: left; }
.banner .banner_jiantou_zuo img {
	margin-right: 10px; }