*{
	margin: 0;
	padding: 0;
}
a{
	text-decoration: none;
}
li{
	list-style: none;
}
body{
	font-family: "思源黑体 CN","Noto Sans SC";
	background-color: #ffffff;
}

/*共同头部*/
.Pub_header{
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	
}
.Pub_header.fixed{
	background-color: #fff;
}
.Ph_con{
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	background: url(../img/logo.png) no-repeat left center;
	background-size: auto 30px;
}
.Ph_con#En_Pub_header{
	background: url(../img/e_logo.png) no-repeat left center;
	background-size: auto 30px;
}
.H_Nav{
	padding: 20px 0;
	margin-left:60px;
}
.H_Nav ul{
	text-align: center;
}
.H_Nav ul li{
	display: inline-block;
}
.H_Nav ul li a{
	display: block;
	font-size: 14px;
	color: #FFFFFF;
	padding: 0 40px;
}
#fixed .H_Nav ul li a{
	color: #393939;
}
#fixed .Ph_con{
	background: url(../img/logo_yellow.png) no-repeat left center;
	background-size: auto 30px;
}
#fixed .Ph_con#En_Pub_header{
	background: url(../img/e_logo_yellow.png) no-repeat left center;
	background-size: auto 30px;
}
.Pub_header.fixed .H_Nav ul li a{
	color: #393939;
}
.Pub_header.fixed .Ph_con{
	background: url(../img/logo_yellow.png) no-repeat left center;
	background-size: auto 30px;
}
.Pub_header.fixed .Ph_con#En_Pub_header{
	background: url(../img/e_logo_yellow.png) no-repeat left center;
	background-size: auto 30px;
}
.H_language{
	position: absolute;
	right: 0;
	top: 0;
	border: 1px solid #FFFFFF;
	border-radius: 15px;
	padding: 2px 8px;
	margin:  18px 0;
}
.H_language dl dd{
	display: inline-block;
}
.H_language dl dd a{
	display: block;
	color: #FFFFFF;
	font-size: 14px;
}
#fixed .H_language{
	border: 1px solid #393939;
}
.Pub_header.fixed .H_language{
	border: 1px solid #393939;
}
#fixed .H_language dl dd a{
	color: #393939;
}
.Pub_header.fixed .H_language dl dd a{
	color: #393939;
}
.H_language dl dd:hover a{
	color: #ff9b00;
}
#fixed .H_language dl dd:hover a{
	color: #ff9b00;
}
.Pub_header.fixed .H_language dl dd:hover a{
	color: #ff9b00;
}
.H_Nav ul li:hover a{
	color: #ff9b00;
}
#fixed .H_Nav ul li:hover a{
	color: #ff9b00;
}
.Pub_header.fixed .H_Nav ul li:hover a{
	color: #ff9b00;
}
.H_Nav ul li.on a{
	color: #ff9b00;
}
#fixed .H_Nav ul li.on a{
	color: #ff9b00;
}
.Pub_header.fixed .H_Nav ul li.on a{
	color: #ff9b00;
}
.H_Nav ul li a b{
	content:"";
	display:block;
	width: 100%;
	height:1px;
	opacity:0;
	margin-top: 1px;
	transform:scaleX(0);
	transform-origin:100% 50%;
	background-color:#ff9b00;
	transition:transform .2s,
	opacity .05s .15s
}
.H_Nav ul li:hover a b{
	opacity:1;
	transform:scaleX(1);
	transform-origin:0 50%;
	transition:transform .2s,
	opacity .05s;
}
.H_Nav ul li.on a b{
	opacity:1;
	transform:scaleX(1);
	transform-origin:0 50%;
	transition:transform .2s,
	opacity .05s;
}

/*共同底部*/
.Pub_footer{
	width: 100%;
	background-color: #f6f6f6;
}
.Pf_con{
	max-width: 1200px;
	margin: 0 auto;
}
.Pf_nav{
	padding: 100px 0;
}
.Pf_nav ul{
	overflow: hidden;
}
.Pf_nav ul li{
	float: left;
	margin-left: 170px;
}
#En_Pub_footer .Pf_nav ul li{
	margin-left: 162px;
}
#En_Pub_footer .Pf_nav ul li:first-child{
	margin-left: 0;
}
.Pf_nav ul li:first-child{
	margin-left: 0;
}
.Pf_nav ul li a{
	font-size: 14px;
	color: #242424;
	display: block;
}
.Pf_nav ul li:hover a{
	color: #ff9b00;;
}
.Pt_bottom{
	padding: 120px 0 30px;
}
.Pt_bottom dl{
	text-align: center;
}
.Pt_bottom dl dd{
	display: inline-block;
	
}
.Pt_bottom dl dd a{
	display: block;
	font-size: 12px;
	color: #6d6d6d;
	padding: 0 2px;
}
.Pt_bottom dl dd:hover a{
	color: #ff9b00;
}
.Pt_contact{
	overflow: hidden;
}
.Ptc_left{
	float: left;
	max-width: 70%;
}
.Ptc_right{
	float: right;
}
.Ptcl_title{
	font-size: 24px;
	color: #242424;
	padding-bottom: 40px;
}
.Ptc_left dl{
	overflow: hidden;
}
.Ptc_left dl dd{
	float: left;
	width: 50%;
	padding-top: 10px;
}
.Ptc_left dl dd p{
	font-size: 14px;
	color: #777777;
}
.Ptc_left dl dd p span{
	color: #1e2125;
}
.Ptc_right{
	text-align: right;
	overflow: hidden;
}
.Ptc_right p{
	font-size: 14px;
	color: #242424;
	padding-bottom: 6px;
}
.Ptc_right img{
	display: block;
	width: 80px;
	height: 80px;
	float: right;
	padding-top: 4px;
}



/*首页*/
.Index_about{
	width: 100%;
}
.Ia_con{
	max-width: 1200px;
	margin: 0 auto;
	border-bottom: 1px solid #ff9b00;
	padding: 100px 0 120px;
	overflow: hidden;
}
.Ia_text{
	float: left;
	width: 44%;
}
.Ia_img{
	float: right;
	width: 50%;
	overflow: hidden;
}
.Ia_img img{
	display: block;
	transition-duration: 0.8s;
	width: 100%;
}
.Ia_img:hover img{
	transform: scale(1.1);
	transition-duration: 0.8s;
}
.Pub_title h3{
	font-size: 36px;
	color: #242424;
	font-weight: 500;
}
.Ia_text p{
	font-size: 16px;
	color: #393939;
	line-height: 26px;
	margin: 30px 0 90px;
	max-height: 140px;
	overflow: hidden;
}
#En_Index_about .Ia_text p{
	margin: 30px 0 40px;
	max-height: 206px;
}
.Ia_text a{
	display: block;
	width: 110px;
	height: 40px;
	line-height: 40px;
	border: 2px solid #FF9B00;
	overflow: hidden;
	padding: 0 20px;
	color: #FF9B00;
	transition-duration: 0.3s;
}
.Ia_text a span{
	display: block;
	float: right;
}
.Ia_text a:hover{
	background-color: #FF9B00;
	color: #FFFFFF;
	transition-duration: 0.3s;
}
.Index_news{
	width: 100%;
}
.In_con{
	max-width: 1200px;
    margin: 0 auto;
    padding: 100px 0;
}
.Pub_title_tw{
	overflow: hidden;
}
.Pub_title_tw h3{
	font-size: 36px;
    color: #242424;
    font-weight: 500;
    float: left;
}
.Pub_title_tw a{
	font-size: 15px;
	color: #242424;
	line-height: 54px;
	float: right;
}
.Pub_title_tw a span{
	padding-left: 20px;
}
.Pub_title_tw a:hover{
	color: #FF9B00;
}
.In_list{
	margin-top: 40px;
}
.In_list ul{
	overflow: hidden;
}
.In_list ul li{
	float: left;
	margin-left: 45px;
	width: 370px;
}
.In_list ul li:first-child{
	margin-left: 0;
}


.Inl_img{
	height: 380px;
	width: 100%;
}
.Inl_img img{
	display: block;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
.Inl_text{
	background-color: #f6f6f6;
	height: 100px;
	overflow: hidden;
}
.Inl_text p{
	padding: 0 20px;
	font-size: 16px;
	color: #7d7d7d;
	line-height: 100px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.Index_service{
	background: url(../img/service_bg.jpg) no-repeat center;
	background-size: cover;
	background-attachment: fixed;
	width: 100%;
}
.Is_con{
	max-width: 1200px;
    margin: 0 auto;
    padding: 100px 0 120px;
}
.Is_con .Pub_title h3{
	color: #FFFFFF;
}
.Is_list{
	position: relative;
}
.Is_list ul{
	overflow: hidden;
	padding-top: 40px;
}
.Is_list ul li{
	float: left;
	width: 330px;
	margin-left: 105px;
	height: 520px;
	text-align: center;
	margin-top: 60px;
}
.Is_list ul li:nth-child(3n+1){
	margin-left: 0;
}
.Is_text h2{
	padding: 40px 0 20px;
	font-size: 30px;
	color: #FFFFFF;
	font-weight: 500;
}
.Is_text p{
	font-size: 16px;
	line-height:26px;
	color: #ffffff;
	text-align: left;
}
#En_Index_service .Is_text p{
	font-size: 14px;
}
#En_Index_service .Is_list ul li{
	height: 670px;
}
#En_Index_service .Is_list ul li:nth-child(4){
	margin-top: 0;
}
#En_Index_service .Is_list ul li:nth-child(5){
	margin-top: 0;
}
#En_Index_service .Is_list ul li:nth-child(1){
	height: 600px;
}
#En_Index_service .Is_list ul li:nth-child(2){
	height: 600px;
}
#En_Index_service .Is_list ul li:nth-child(3){
	height: 600px;
}
.Is_icon img{
	display: block;
	margin: 0 auto;
	width: 100px;
}
.Is_more{
	position: absolute;
	bottom: 60px;
	right: 80px;
}
.Is_more a{
	display: block;
    width: 110px;
    height: 40px;
    line-height: 40px;
    border: 2px solid #FFFFFF;
    overflow: hidden;
    padding: 0 20px;
    color: #fff;
    transition-duration: 0.3s;
}
.Is_more a span{
	display: block;
    float: right;
}
.Is_more a:hover{
	background-color: #FFFFFF;
	color: #FF9B00;
	transition-duration: 0.3s;
}
.Index_brand{
	width: 100%;
}
.Ib_con{
	max-width: 1200px;
    margin: 0 auto;
}
.Index_brand{
	padding: 120px 0;
}
.Ib_list ul{
	overflow: hidden;
	padding-top: 70px;
}
.Ib_list ul li{
	width: 25%;
	float: left;
	margin-top: 20px;
}
.Ib_list ul li img{
	display: block;
	max-width: 100%;
}

.Ny_banner{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    width: 100%;
    height: 800px;
}
.Nyb_text01{
	max-width: 1200px;
	margin: 0 auto;
}
.Nyb_text01 h2{
	line-height: 800px;
	color: #FFFFFF;
	text-align: center;
	font-weight: 400;
	font-size: 60px;
}
.Nyb_text02{
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
	padding: 334px 0;
}
.Nyb_text02 h4{
	color: #FFFFFF;
	text-align: center;
	font-weight: 400;
	font-size: 60px;
}
.Nyb_text02 p{
	font-size:28px;
	font-weight: 300;
	color: #fff;
}
.Danye{
	width: 100%;
	background-color: #FFFFFF;
}
.Danye_con{
	max-width: 1200px;
	margin: 0 auto;
	font-size: 16px;
	color: #393939;
	line-height: 30px;
}
.Dy_first{
	margin: 0 100px;
	padding:150px 0;
}
.Dy_Contact{
	margin: 0 50px;
}
.Dyc_top{
	border-bottom: 1px solid #ff9b00;
	padding: 150px 0 100px;
	overflow: hidden;
}
.Contact_title{
	font-size: 36px;
	color: #242424;
	font-weight: 500;
}
.Dyc_info{
	float: left;
	margin-top: 200px;
	max-width: 500px;
}
.Dyc_img{
	float: right;
	width: 440px;
}
.Dyc_info ul li{
	overflow: hidden;
	font-size: 16px;
	line-height: 30px;
	color: #242424;
	padding-top: 30px;
}
.Dyc_info ul li p{
	float: left;
	
}
.Dyc_info ul li span{
	display: block;
	float: left;
}
.Dyc_info ul li span b{
	font-weight: normal;
	display: block;
}
.Dyc_message{
	padding: 100px 0 200px;
}
.Dyc_code{
	text-align: center;
	padding-bottom: 200px;
}
.Dyc_code img{
	display: block;
	margin: 0 auto;
}
.Dyc_code p{
	font-size: 16px;
	color: #242424;
}
.C_name{
	overflow: hidden;
	padding-top: 50px;
}
.C_name p{
	float: left;
	border: 3px solid #ff9b00;
	width: 524px;
	height: 70px;
	overflow: hidden;
}
.C_name p input{
	display: block;
	width: 85%;
	padding: 0 30px;
	border: none;
	outline: none;
	line-height: 70px;
	font-size: 18px;
	color: #242424;
	font-family: "思源黑体 CN","Noto Sans SC";
}
.C_name p:last-child{
	margin-left: 40px;
}
.C_theme{
	padding-top: 35px;
}
.C_theme p{
	border: 3px solid #ff9b00;
	width:1094px;
	height: 70px;
	overflow: hidden;
}
.C_theme p input{
	display: block;
	width: 94%;
	padding: 0 30px;
	border: none;
	outline: none;
	line-height: 70px;
	font-size: 18px;
	color: #242424;
	font-family: "思源黑体 CN","Noto Sans SC";
}
.C_textarea{
	padding-top: 35px;
}
.C_textarea p{
	border: 3px solid #ff9b00;
	width:1094px;
	height:290px;
	overflow: hidden;
}
.C_textarea p textarea{
	display: block;
	width: 94%;
	padding: 30px 30px;
	border: none;
	outline: none;
	line-height: 30px;
	font-size: 18px;
	color: #242424;
	font-family: "思源黑体 CN","Noto Sans SC";
}
.C_button{
	overflow: hidden;
	padding-top: 40px;
}
.C_button button{
	float: right;
	border: none;
	background: none;
	font-family: "思源黑体 CN","Noto Sans SC";
}
.C_button button a{
	display: block;
    width: 200px;
    height: 46px;
    line-height: 46px;
    border: 2px solid #FF9B00;
    overflow: hidden;
    background-color: #FF9B00;
    padding: 0 20px;
    font-size: 18px;
    color: #fff;
    transition-duration: 0.3s;
}
.C_button button a span{
	display: block;
    float: right;
}
.C_button button a:hover{
	background-color: #FFFFFF;
	color: #FF9B00;
	transition-duration: 0.3s;
}
.Ju_container{
	max-width: 1100px;
	margin: 0 auto;
}
.Ju_banner{
	background-image: url(../img/join_banner.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	width: 100%;
	height: 600px;
}
.Ju_title{
	font-size: 36px;
	color: #242424;
	font-weight:500;
	margin-left: 20px;
}
.Ju_container ul li{
	overflow: hidden;
	padding-top: 30px;
}
.Julist_l{
	font-size: 26px;
	font-weight:500;
	float: left;
	width: 20px;
}
.Julist_r{
	color: #242424;
	float: left;
	max-width: 580px;
}
.Julist_r h3{
	font-size: 26px;
	font-weight:500;
	
	
}
.Julist_r h4{
	font-size: 18px;
	margin: 6px 0;
	font-weight:500;
}
.Julist_r p{
	font-size: 15px;
	color: #393939;
	line-height: 26px;
}
#En_Join_us .Julist_r p{
	font-size: 14px;
	line-height: 20px;
}
#En_Join_us  .Ju_container ul li{
	padding-top: 20px;
}
.Ju_left_bottom{
	font-size: 16px;
	color: #393939;
	line-height: 26px;
}
.Ju_container{
	overflow: hidden;
	padding: 100px 0;
}
.Ju_left{
	float: left;
}
.Ju_right{
	float: right;
	max-width: 440px;
}
.Ju_right img{
	display: block;
	max-width: 100%;
	margin-bottom: 60px;
}
.Ju_left_bottom{
	max-width: 580px;
	margin-left: 20px;
	margin-top: 30px;
}
.Ju_bottom{
	margin-left: 20px;
}
.Ju_bottom h3{
	font-size: 26px;
	color: #242424;
	font-weight: 500;
	padding-top: 30px;
}
.Ju_bottom p{
	font-size: 16px;
	color: #242424;
	padding-top: 20px;
	line-height: 26px;
}
.Ju_bottom span{
	display: block;
	font-size: 18px;
	color: #242424;
	padding-top: 20px;
}
.h3{
	text-align: center;
	font-size: 24px;
	/*font-weight: bold;*/
	padding: 60px 0;
}
.h3-detail{
	padding-bottom: 60px;
	font-size: 15px;
	line-height: 26px;
	color: #393939;
}
.Dynamic{
	padding: 120px 0 100px;
}
.Nypub_title{
	font-size: 36px;
	color: #242424;
	font-weight: 500;
}
.Dynamic .In_list ul li{
	margin-bottom: 40px;
	margin-left: 40px;
	width: 270px;
}
.Dynamic .In_list ul li:nth-child(4n+1){
	margin-left: 0;
}
.Dynamic .Inl_img{
	height: 285px;
}
.Dynamic .Inl_text p{
    line-height: 80px;
}
.Dynamic .Inl_text{
	height: 80px;
}
.Case{
	padding: 100px 0 120px;
}
.Case .Ib_list ul{
	padding-top: 0;
}
.Service_first{
	max-width: 1200px;
	margin: 0 auto;
	padding: 100px 0;
}
.Service_title{
	font-weight: 500;
	font-size: 36px;
	color: #242424;
}
.Service_first ul{
	overflow: hidden;
}
.Service_first ul li{
	overflow: hidden;
	float: left;
	margin-left: 200px;
	margin-top: 80px;
}
#En_Service .Service_first ul li{
	width: 50%;
	margin-left: 0;
}
#En_Service .Sf_text{
	margin-left: 20px;
}
#En_Service .Sf_icon{
	width: 50%;
}
#En_Service  .Sf_icon img{
	width: 90%;
}
.Service_first ul li:nth-child(odd){
	margin-left: 0;
}
.Sf_icon{
	float: left;
	width:300px;
}
.Sf_icon img{
	display: block;
	width: 100%;
	margin: 0 auto;
}
.Sf_text{
	float: left;
	margin-left: 70px;
	margin-top: 45px;
}
.Sf_text h3{
	font-weight: 500;
	font-size: 26px;
	color: #242424;
	margin-left: 8px;
	padding-bottom: 20px;
}
.Sf_text p{
	font-size: 16px;
	color: #6d7276;
	line-height: 26px;
}
.Service_second{
	background-color: #f6f6f6;
	padding: 100px 0;
}
.Ss_con{
	max-width: 1200px;
	margin: 0 auto;
}
.Service_second ul{
	overflow: hidden;
}
.Service_second ul li{
	float: left;
	text-align: center;
	margin-top: 60px;
	width: 25%;
}
.Ss_icon{
	width: 160px;
	margin: 0 auto;
}
.Ss_icon img{
	margin: 0 auto;
	display: block;
	width: 100%;
}
.Ss_text h3{
	padding: 20px 0;
	font-weight: 500;
    font-size: 26px;
    color: #242424;
    margin-left: 8px;
}
#En_Service .Ss_text h3{
	font-size: 20px;
}
.Ss_text p{
	font-size: 16px;
    color: #6d7276;
    line-height: 26px;
}
.Service_third{
	max-width: 1200px;
	margin: 0 auto;
	padding: 100px 0;
}
.Service_third ul{
	overflow: hidden;
}
.Service_third ul li{
	float: left;
	margin-left: 40px;
	padding-top:60px;
	width: 270px;
}
.Service_third ul li:first-child{
	margin-left: 0;
}
.St_img{
	width: 270px;
}
.St_img img{
	display: block;
	width: 100%;
}
.St_text{
	padding: 30px 20px 0;
}
.St_text h3{
	font-weight: 500;
    font-size: 26px;
    color: #242424;
    padding-bottom: 20px;
}
#En_Service .St_text h3{
	font-size: 20px;
}
.St_text p{
	font-size: 16px;
    color: #6d7276;
    line-height: 26px;
}
.Service_fourth{
	background-color: #f6f6f6;
	padding: 100px 0;
}
.Sf_con{
	max-width: 1200px;
	margin: 0 auto;
}
.Service_client{
	overflow: hidden;
	padding-top: 80px;
}
.Sc_text{
	width: 50%;
	float: left;
}
.Sc_img{
	float: left;
	width: 50%;
}
.Sc_textcon{
	padding: 60px 80px;
}
#En_Service  .Sc_textcon{
	padding: 30px 80px;
}
.Sc_text h3{
	font-weight: 500;
    font-size: 26px;
    color: #242424;
    padding-bottom: 10px;
}
#En_Service .Sc_text h3{
	font-size: 22px;
}
.Sc_text p{
	font-size: 18px;
    color: #6d7276;
    line-height: 26px;
    margin-top: 8px;
}
.Sc_text ul{
	margin-top: 30px;
}
.Sc_text ul li{
	overflow: hidden;
}
.Sc_text ul li b{
	font-size: 30px;
	color: #ff0000;
	display: block;
	float: left;
}
.Sc_text ul li span{
	color: #6d7276;
	font-size: 16px;
	display: block;
	float: left;
	margin-left: 6px;
	line-height: 45px;
}
.Service_transprot{
	max-width: 1200px;
	margin: 0 auto;
	padding: 100px 0;
}
.Service_transprot ul{
	overflow: hidden;
}
.Service_transprot ul li{
	float: left;
	width: 50%;
	padding-top: 80px;
}
.Set_text{
	padding: 40px 100px 0;
}
.Set_text h3{
	font-weight: 500;
    font-size: 26px;
    color: #242424;
    padding-bottom: 20px;
}
.Set_text p{
	font-size: 16px;
	line-height: 26px;
	color: #6d7276;
}
.Set_img img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.Service_banner{
	background-image: url(../img/service_banner.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	width: 100%;
	height: 600px;
}
.Service_banner h3{
	font-size: 60px;
	color: #ffffff;
	font-weight: 500;
	text-align: center;
	line-height: 600px;
	letter-spacing: 4px;
}
.Service_bottom01{
	max-width: 1200px;
	margin: 0 auto;
	padding: 100px 0 0;
}
.Service_bottom02{
	max-width: 1200px;
	margin: 0 auto;
	padding: 100px 0 0;
}
.Service_bottom03{
	max-width: 1200px;
	margin: 0 auto;
	padding: 100px 0 0;
}
.Service_bottom04{
	max-width: 1200px;
	margin: 0 auto;
	padding: 100px 0 0;
}
.Service_bottom05{
	max-width: 1200px;
	margin: 0 auto;
	padding: 100px 0 0;
}
.Service_bottom06{
	max-width: 1200px;
	margin: 0 auto;
	padding: 100px 0;
}
.Se_bo_title{
	overflow: hidden;
}
.Se_left{
	float: left;
	width: 14px;
	height: 14px;
	background-color: #ff9b00;
	border-radius: 50%;
	margin-top: 12px;
}
.Se_right{
	float: left;
	margin-left: 12px;
	max-width: 94%;
}
.Se_right h3{
	font-size: 26px;
	color: #242424;
	font-weight: 500;
}
.Se_right p{
	font-size: 20px;
	color: #6d7276;
	padding-top: 8px;
}
.Service_bottom01 ul{
	overflow: hidden;
}
.Service_bottom01 ul li{
	float: left;
	margin-left: 40px;
	width: 270px;
	margin-top: 40px;
}
.Service_bottom01 ul li:nth-child(4n+1){
	margin-left: 0;
}
.Service_bottom01 ul li img{
	display: block;
	width: 100%;
}
.Service_bottom02 ul{
	overflow: hidden;
}
.Service_bottom02 ul li{
	float: left;
	margin-top:40px;
	width: 25%;
}
.Service_bottom02 ul li img{
	display: block;
	width:100%;
	margin: 0 auto;
}
.Service_bottom03 ul{
	overflow: hidden;
}
.Service_bottom03 ul li{
	float: left;
	margin-left: 40px;
	width: 270px;
	text-align: center;
	padding-top: 40px;
	
}
.Service_bottom03 ul li img{
	display: block;
	width: 100%;
}
.Service_bottom03 ul li:first-child{
	margin-left: 0;
}
.Service_bottom04 ul{
	overflow: hidden;
}
.Service_bottom04 ul li{
	float: left;
	width: 50%;
	text-align: center;
	padding-top: 40px;
}
.Service_bottom04 ul li img{
	display: block;
	margin: 0 auto;
}
.Service_bottom04 ul li h3{
	font-weight: normal;
	font-size: 30px;
	color: #161616;
	padding: 20px 0 8px;
}
.Service_bottom04 ul li p{
	font-size: 20px;
	color: #6d7276;
}
.Service_bottom05 ul{
	overflow: hidden;
}
.Service_bottom05 ul li{
	float: left;
	width: 25%;
	padding-top: 40px;
}
.Service_bottom05 ul li img{
	display: block;
	margin: 0 auto;
}
.Service_bottom05 ul li p{
	font-size: 20px;
	color: #1f1f1f;
	padding-top: 20px;
	text-align: center;
}
.Service_bottom06 ul{
	overflow: hidden;
}
.Service_bottom06 ul li{
	float: left;
	padding-top: 40px;
	width: 33.3%;
}
.Service_bottom06 ul li img{
	display: block;
	margin: 0 auto;
}
.Service_bottom06 ul li h3{
	padding: 40px 80px 10px;
	font-weight: normal;
	font-size: 26px;
	color: #262626;
}
.Service_bottom06 ul li p{
	padding: 0 80px;
	font-size: 20px;
	color: #6d7276;
}
.Service_bottom06 ul li p span{
	color: #222222;
}
.About_map{
	max-width: 1200px;
	margin: 0 auto;
	padding: 100px 0;
}
.About_pubtitle{
	font-size: 36px;
	color: #242424;
}
.Aboutmap_con img{
	display: block;
	width: 100%;
}
.About_company{
	background-color: #f6f6f6;
}
.Ac_con{
	max-width: 1200px;
	margin: 0 auto;
	padding: 100px 0;
	overflow:hidden ;
}
.Ac_left{
	float: left;
	width: 55%;
	padding-top: 250px;
}
#En_About_company .Ac_left{
	padding-top: 100px;
}
.Ac_right{
	float: right;
	width: 40%;
}
.Ac_right img{
	display: block;
	width: 100%;
}
.About_pubtitle{
	font-size: 36px;
	color: #242424;
	font-weight: 500;
}
.Ac_left p{
	font-size: 16px;
	line-height: 26px;
	color: #6d7276;
	padding-top: 30px;
}
.About_value{
	background-image: url(../img/Av_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	width: 100%;
}
.Av_con{
	max-width: 1200px;
	margin: 0 auto;
	padding: 100px 0;
}
.Av_img{
	padding-top:40px;
}
.Av_img img{
	display: block;
	width: 100%;
}
.About_business{
	padding: 100px 0;
	max-width: 1200px;
	margin: 0 auto;
}
.Abu_con{
	overflow: hidden;
	padding-top: 20px;
}
.Ab_left{
	float: left;
	width: 52%;
}
.Ab_left p{
	font-size: 16px;
	color: #242424;
	padding-bottom: 40px;
	line-height: 26px;
}
.Ab_left img{
	display: block;
	width: 100%;
}
.Ab_right{
	float: right;
	width: 42%;
}
.Ab_right ul li{
	padding-bottom: 25px;
}
#En_About_business .Ab_right ul li{
	padding-bottom: 10px;
}
#En_About_business .Ab_right ul li:last-child{
	padding-bottom: 0;
}
#En_About_business .Ab_right ul li p{
	font-size: 14px;
	line-height: 20px;
}
#En_About_business .Ab_right ul li h4{
	padding-bottom: 4px;
}
.Ab_right ul li:last-child{
	padding-bottom: 0;
}
.Ab_right ul li h4{
	font-size: 20px;
	color: #222222;
	font-weight: 500;
	padding-bottom: 10px;
}
.Ab_right ul li p{
	font-size: 15px;
	color: #6d7276;
	line-height: 26px;
}
.Ah_con{
	max-width: 1200px;
	margin: 0 auto;
	padding: 100px 0;
}
.About_history{
	width: 100%;
	background-color: #f6f6f6;
}
#En_About_history .Ah_list ul li{
	height: 200px;
}
#En_About_history .Ahl_text{
	width: 70%;
}
.About_pubtitle_2 h3{
	font-size: 36px;
    color: #242424;
    font-weight: 500;
}
.About_pubtitle_2 p{
	font-size: 20px;
	color: #242424;
	padding-top: 8px;
}
.Ah_img{
	padding-top: 100px;
}
.Ah_img img{
	display: block;
	width: 100%;
}
.Ah_list ul{
	overflow: hidden;
}
.Ah_list ul li{
	float: left;
	padding-top: 60px;
	width: 50%;
}
.Ahl_con{
	width: 80%;
	overflow: hidden;
}
.Ahl_img{
	float: left;
}
.Ahl_img img{
	display: block;
	max-width: 100px;
}
.Ahl_text{
	float: left;
	padding-left: 40px;
	width: 60%;
}
.Ahl_text h4{
	font-size: 20px;
    color: #222222;
	font-weight: 500;
	padding-bottom: 8px;
}
.Ahl_text p{
	font-size: 15px;
	line-height: 26px;
	color: #6d7276;
}
.About_Professional{
	padding: 100px 0;
	margin: 0 auto;
	max-width: 1200px;
}
.About_pubtitle_small{
	border-bottom: 1px solid #f66e14;
	margin-top: 60px;
}
.About_pubtitle_small h4{
	background-color: #F66E14;
	font-weight: 500;
	font-size: 26px;
	width: 150px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	color: #FFFFFF;
}
#En_About_Professional .About_pubtitle_small h4{
	width: 230px;
}
#AP_1{
	overflow: hidden;
}
#AP_1 li{
	float: left;
	width: 25%;
	padding-top: 40px;
}
#AP_2{
	overflow: hidden;
}
#AP_2 li{
	float: left;
	width: 20%;
	padding-top: 40px;
}
.About_Professional ul li img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
