/*全局通用样式*/
    @charset "utf-8";
    * {margin:0; padding:0;}
    * html body {overflow:visible;}
    * html iframe, * html frame {overflow:auto;}
    * html frameset {overflow:hidden;}
    body {
    	color:#000;
    	background:#FFFFFF;
    	font-size: 12px;
    	text-align:center;
    	font-family: Microsoft Yahei,SimSun,Helvetica;
    	overflow:-Scroll;overflow-x:hidden;
    	}
    body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, table, td, img, div, tr {margin:0 auto; padding:0;}
    ul li{list-style: none;}
    /*禁止页面上下滑动的时候，页面左右移动*/
    body,html{
        /*overflow-x:hidden;overflow-y:hidden;*/
    }
    .bg_color{
    	background: #f5f5f5;
    }
    a{
    	text-decoration: none;
    }
  	.clearfix:after{  /*最简方式*/
		content: '';
		display: block;
		clear: both;
	}
	
/*index*/
.percent{
	width: 100%;
	background: #ffffff;
	position: relative;
}
.percent_w1{
	width: 100%;
	background: #252627;
}
.percent_w2{
	width: 100%;
	background: #F8F8F8;
}
.index_hd{
	min-width: 1200px;
	height: 70px;
	background: #252627;
	position: relative;
}
.index_logo{
	position: absolute;
	top: 17px;
	left: 60px;
}
.index_hd_lt{
	position: absolute;
	top: 0;
	left: 200px;
	height: 70px;
	line-height: 70px;
	font-size: 14px;
	width: 100%;
}
.index_hd_lt li{
	float: left;
    
    color: #ffffff;
   
    margin: 26px 30px;
    height: 18px;
    line-height: 18px;
    font-size: 16px;
}
.index_hd_lt li:hover{
	color: #FFC800;
}
.index_hd_lt li.active{
	position: relative;
}
.index_hd_lt li.active::before{
	content: "";
	position: absolute;
	bottom: -6px;
	
	width: 100%;
	height: 4px;
	background: #FFC800;
	border-radius: 50px;
	text-align: center;
}
.index_tel{
	position: absolute;
	top: 27px;
	right: 88px;
	color: #ffffff;
	height: 16px;
	line-height: 16px;
	font-size: 14px;
}
.index_tel img{
	margin-bottom: -3px;
	margin-right: 10px;
}
.swiper-container01{
	min-width: 1200px;
}
.swiper-container-img{
	display: block;
	width: 100%;
}
.swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background: #fff;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #FFC800;
	width: 32px;
	height: 16px;
	border-radius: 8px;
}
.swiper-slide h4{
	position: absolute;
	top: 30%;
	left: 20%;
	color: #fff;
	padding: 10px 20px;
	font-size: 22px;
	line-height: 22px;
	font-weight: normal;
	background: rgba(240,193,22,0.7);
}
.swiper-slide p{
	position: absolute;
	top: 45%;
	left: 20%;
	color: #fff;
	padding: 10px 20px;
	line-height: 20px;
	font-size: 20px;
	background: rgba(201,207,215,0.7);
}
.content_first{
	width: 1200px;
}
.content_title{
	display: inline-block;
	padding-left: 10px;
	font-size: 16px;
	font-weight: normal;
	color: #333;
	line-height: 24px;
	margin-top: 80px;
	position: relative;
}
.content_title::before{
	content: "";
	position: absolute;
	top: 3px;
	left: 0;
	background: url("../images/index_title.png");
	width: 4px;
	height: 18px;
}
.content_second{
	width: 1200px;
	padding: 60px 0;
	background: #F8F8F8;
}
.content_second h4{
	color: #333333;
	font-size: 28px;
	font-weight: normal;
	margin-bottom: 10px;
}
.content_second p{
	color: #999999;
	font-size: 14px;
}
.content_second span{
	display: block;
	width: 1200px;
	height: 4px;
	position: relative;
	margin: 48px auto;
}
.content_second span::before{
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 76px;
	height: 4px;
	margin-left: -38px;
	background: #FFC800;
	border-radius: 4px;
}
.content_second h6{
	color: #666666;
	font-size: 18px;
	font-weight: normal;
}
.content_ul{
	width: 1200px;
	padding: 60px 0;
}
.content_ul li{
	float: left;
	width: 300px;
}
.content_ul li img{
	margin-bottom: 20px;
}
.content_ul li p{
	text-align: center;
	font-size: 16px;
	color: #333333;
	margin-bottom: 20px;
}
.index_cover{
	margin-top: 30px;
}
.index_cover li{
	float: left;
	margin-left: 60px;
	cursor: pointer;
	position: relative;
}
.index_cover li:first-child{
	margin-left: 0;
}
.index_cover li img{
	display: block;
}
.index_cover li div{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 360px;
	height: 220px;
	background: rgba(0,0,0,0.4);
}
.index_cover li div h4{
	position: absolute;
	top: 45px;
	left: 0;
	z-index: 1001;
	color: #fff;
	line-height: 20px;
	width: 100%;
	font-size: 20px;
	font-weight: normal;
	text-align: center;
}
.index_cover li div h4::before{
	content: "";
	position: absolute;
	bottom: -12px;
	left: 50%;
	width: 24px;
	height: 6px;
	margin-left: -12px;
	background: #FFC800;
	border-radius: 4px;
}
.index_cover li div p{
	position: absolute;
	top: 120px;
	left: 0;
	z-index: 1001;
	color: #fff;
	line-height: 20px;
	width: 250px;
	padding: 0 55px;
	font-size: 16px;
	text-align: center;
}
.content_third ul{
	width: 1140px;
	padding: 60px 30px;
}
.content_third ul li{
	float: left;
	width: 30%;
	height: 310px;
	text-align: left;
}
.content_third ul li:nth-child(2){
	width: 70%;
}
.content_third ul li .thrid_lt{
	float: left;
}
.third_img{
	display: block;
	margin-left: 0;
	margin-bottom: 30px;
}
.content_third ul li p,.content_four ul li p{
	color: #666666;
	font-size: 16px;
	margin-left: 0;
	margin-bottom: 48px;
}
.content_third ul li a,.content_four ul li a{
	display: inline-block;
	width: 126px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #333333;
	font-size: 16px;
	color: #333;
	border-radius: 4px;
}
.content_four{
	width: 1140px;
	padding: 80px 30px;
}
.content_four ul li{
	float: left;
	width: 60%;
	text-align: left;
}
.content_four ul li:nth-child(2){
	width: 40%;
}
.content_four ul li .four_lt{
	float: right;
}
.content_five{
	width: 1140px;
	padding: 80px 30px;
}
.content_five ul li{
	float: left;
	width: 60%;
	text-align: left;
}
.content_five ul li:nth-child(2){
	width: 40%;
}
.content_five ul li .five_lt{
	float: left;
}
.content_five h4{
	text-align: right;
	margin-top: 30px;
	margin-right: 30px;
	padding-bottom: 70px;
	color: #333;
	font-size: 24px;
	font-weight: normal;
	position: relative;
}
.content_five h4:before{
	content: "";
	position: absolute;
	bottom: 32px;
	right: 0;
	width: 52px;
	height: 6px;
	border-radius: 4px;
	background: #FFC800;
}
.content_five p{
	text-align: right;
	margin-right: 30px;
	line-height: 50px;
	color: #666;
	font-size: 18px;
	position: relative;
}
.content_five p span{
	width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #C9CFD7;
    position: absolute;
    top: 17px;
    right: 90px;
}
.index_foot{
	width: 1200px;
	background: #252627;
}
.index_foot ul a{
	float: left;
	margin: 22px auto;
}
.index_foot ul a{
	color: #757575;
	height: 16px;
	line-height: 16px;
	border-left: 1px solid #757575;
	padding: 0 10px;
}
.index_foot ul a:first-child{
	border-left: none;
}
.index_foot p{
	float: right;
	line-height: 26px;
	color: #757575;
	font-size: 12px;
	margin: 17px auto;
}
.index_foot p a{
	color: #757575;
}
.index_top{
	position: fixed;
	bottom: 66px;
	right: 36px;
}
.index_top img{
	display: block;
}


/*esc.html*/
.esc_first{
	width: 1200px;
	padding: 60px 0;
}
.esc_first h4{
	color: #333333;
	font-size: 28px;
	font-weight: normal;
	margin-bottom: 10px;
}
.esc_first h5{
	color: #999999;
	font-size: 14px;
	margin-bottom: 40px;
}
.esc_first h6{
	color: #999999;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
}
.esc_first .esc_ul{
	width: 920px;
	padding-top: 60px;
}
.esc_first .esc_ul li{
	float: left;
	width: 230px;
	cursor: pointer;
}
.esc_first .esc_ul li img{
	margin-bottom: 20px;
	border-radius: 50%;
	background: #f5f5f5;
}
.esc_first .esc_ul li p{
	text-align: center;
	font-size: 16px;
	color: #666666;
}
.esc_first .esc_ul li:hover img{
	background: #FFC800;
}
.esc_first .esc_ul li:hover p{
	color: #FFC800;
}
.esc_second {
    width: 1200px;
    padding-bottom: 50px;
    background: #F8F8F8;
}
.esc_second_title{
    color: #333333;
    font-size: 28px;
    line-height: 40px;
    font-weight: normal;
    padding: 30px 0;
}
.esc_second_title b{
	font-weight: normal;
	margin: 0 15px;
}
.esc_banner_ul{
	width: 1200px;
}
.esc_banner_ul li{
	float: left;
	width: 528px;
	text-align: left;
	margin-bottom: 50px;
}
.esc_banner_ul li:nth-child(even){
	margin-left: 144px;
}
.esc_banner_ul li img{
	display: block;
	width: 528px;
	height: 338px;
	margin-bottom: 20px;
}
.esc_banner_ul li h4{
	color: #333333;
    font-size: 26px;
    margin-bottom: 10px;
}
.esc_banner_ul li span{
	display: inline-block;
	background: #fff;
	padding:0 10px;
	color: #333333;
	font-size: 14px;
	margin-bottom: 10px;
}
.esc_banner_ul li p{
	font-size: 16px;
	color: #999999;
	line-height: 26px;
	height: 52px;
}

/*service.html*/
.service_banner{
	display: block;
	width: 100%;
	min-width: 1200px;
}
.service_first{
	width: 1200px;
	padding: 60px 0;
}
.service_first h4{
	color: #333333;
    font-size: 28px;
    font-weight: normal;
    margin-bottom: 60px;
}
.service_cover li{
	float: left;
	margin-left: 18.75px;
	cursor: pointer;
	position: relative;
}
.service_cover li:first-child{
	margin-left: 0;
}
.service_cover li img{
	display: block;
}
.service_cover li div{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 225px;
	height: 300px;
	background: rgba(0,0,0,0.4);
}
.service_cover li div h6{
	position: absolute;
	top: 130px;
	left: 0;
	z-index: 1001;
	color: #fff;
	line-height: 20px;
	width: 225px;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
}
.service_cover li div p{
	position: absolute;
	top: 140px;
	left: 0;
	z-index: 1001;
	color: #fff;
	line-height: 20px;
	width: 225px;
	font-size: 16px;
	text-align: center;
}
.service_banner02{
	display: block;
	width: 100%;
}
.service_second{
	width: 1200px;
	padding: 60px 0;
	background: #f8f8f8;
}
.service_second h4{
	color: #333333;
    font-size: 28px;
    font-weight: normal;
    margin-bottom: 60px;
}

/*about_us.html*/
/*.about_hd{*/
/*/*	height: 950px;*/*/
/*}*/
.about_hd img{
	display: block;
	padding-top: 148px;
	margin-bottom: 90px;
}
.about_hd p{
	color: #999;
	font-size: 16px;
	line-height: 28px;
	width: 1100px;
	text-indent: 2em;
	text-align: left;
}
