*{margin:0;padding:0;}
.clearfix:after {
    content: " ";
    display: block;
    line-height: 0;
    height: 0;
    visibility: hidden;
    clear: both;
}
h1,h2,h3,h4,h5,h6,span,a,strong,i,p,label,select,input,textarea{
    font-family: 'Microsoft YaHei';
}
input:focus {
    outline: none;
    border-color: #9ecaed;
    box-shadow: 0 0 10px #9ecaed;
}
a{
	text-decoration: none;
}
li{
	list-style: none;
}
i{
	font-style: normal;
}
.main{
	width: 100%;
}
.a_nav{
	width: 1000px;
	margin: 20px auto;
}
.a_nav a{
	color: #f64109;
	font-size: 18px;
}
.work_list{
	width: 1200px;
	margin: 0 auto;
}
.wl_title{
	font-size: 36px;
	color: #282828;
	padding:0 100px; 
	width: 100%;
}
.wl_title h3{
	font-size: 36px;
	color: #282828;
}
.list_img{
	margin: 0px auto;
    display: block;
    max-width: 100%;
}
.wl_title p{
	font-size: 18px;
	color: #666;
	padding-top: 10px;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    /* text-align: center; */
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.wl_title img{
	margin-top: 20px;
}
.img_text{
	margin-top: 30px;
}
.img_text p{
	text-indent: 2em;
	color: #666;
	font-size: 18px;
	line-height: 30px;
}
.fabulous{
	width: 385px;
	height: 70px;
	margin: 60px auto;
}
.fa_no_click:hover{
	border-radius: 70px;
	box-shadow:0px 0px 10px #ff0707;
	transition:all .5s linear;
	-webkit-transition:all .5s linear;
	-moz-transition:all .5s linear;
	-o-transition:all .5s linear;
}
.fa_no_click{    
	border: 1px solid #ff0707;
    padding: 0px 40px;
    border-radius: 70px;
    height: 70px;
	transition:all .5s linear;
	-webkit-transition:all .5s linear;
	-moz-transition:all .5s linear;
	-o-transition:all .5s linear;
	cursor: pointer;
}
.fa_no_click img{
	margin-top: 22px;
}
.fa_no_click span{
	color: #333;
    font-size: 40px;
}
.fa_no_click a{
	color: #ff0707;
	float: right;
	line-height: 70px;
	font-size: 36px;
}
.fabulous .active{
	background-color: #eb9b08;
}
.fabulous .active span{
	color: #fff;
}
.fabulous .active a{
    cursor: default;
    color: #fff;
    font-size: 14px;
    width: 172px;
    line-height: 20px;
    padding-top: 16px;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	background:url('../images/arrow_left.png') no-repeat;
	width: 34px;
	height: 63px;
	display: none;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	background:url('../images/arrow_right.png') no-repeat;
	width: 34px;
	height: 63px;
	display: none;
}