@charset "utf-8";
/* CSS Document */

*{
	  font-family:"novecento_sans_widenormal", "HiraginoSansGB-W3", "STHeiti", "Microsoft JhengHei", "Microsoft YaHei", tahoma;
	margin:0;
	padding:0;
	text-decoration:none;
	list-style:none;
	font-size:14px;
	
}
@font-face {
    font-family:"novecento_sans_widenormal", "HiraginoSansGB-W3", "STHeiti", "Microsoft JhengHei", "Microsoft YaHei", tahoma;
	
	
}
a:focus{outline:none;}
img {border:0}

.clearfix:after{visibility:hidden;display:block;font-size:0;content: " ";clear:both;height:0;}
.clearfix{*zoom:1;} 

/************以上通用***********/
@media (max-width: 768px) {
  
}
@media (min-width: 768px) and (max-width 992px) {
  
}
@media (min-width: 992px) and (max-width 1200px) {
  
}
@media (min-width: 1200px) {
 
}







/*************header**********/
.header{
	width:100%;	
	position:relative;
}
.head_top{
	padding:2px 2px 0 2px;
	position:relative;
	z-index:999;
}
.head_left{
	float:left;
	border-radius:5px;
	background:#fff;
	height:100px;
}
.logo{
	float:left;
	width:220px;
	margin:15px;
}
.logo img{
	width:100%;
}
.head_nav{
	margin:40px 0 0 20px;

}
.head_nav ul li{
	float:left;
	margin-right:30px;
	font-size:15px;
	font-weight:600;
	position:relative;
	padding-bottom:43px;
	color:#333;
	opacity:1;
}

@media (min-width: 1050px) {
.head_nav ul li{
	float:left;
	margin-right:20px;
	font-size:15px;
	font-weight:600;
	position:relative;
	padding-bottom:43px;
	color:#333;
	opacity:1;
}
}
@media (min-width: 1200px) {
.head_nav ul li{
	float:left;
	margin-right:30px;
	font-size:15px;
	font-weight:600;
	position:relative;
	padding-bottom:43px;
	color:#333;
	opacity:1;
}
}



.nav_line{
	width:0%;
	margin:0 auto;
	margin-top:38px;
	bottom:0;
	left:0;
	height:5px;
	background:#e29d55;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.nav_line_sp{
	width:100% !important;
}

.menu_second{
	position:absolute;
	top:103px;
	left:0;
	
	min-height:0;
	height:404px;
	display:none;
}
.menu_second ul li{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	display:none;
}
.menu_s_left{
	width:30%;
	float:left;
	padding:2px;
	
}
.menu_s_left_con{
	background:#222;
	border-radius:5px;
	width:100%;
	height:400px;
	
	padding:100px 30px 30px 30px;
}
.munu_s_tit{
	color:#fff;
	letter-spacing:3px;
	font-size:30px;
	margin-top:50px;
}
.munu_s_tit2{
	color:#fff;
	font-size:14px;
	letter-spacing:2px;
	margin-top:7px;
}
.munu_s_more{
	width:100%;
	margin-top:80px;
}
.munu_s_more p{
	float:right;
	color:#fff;
	font-size:14px;
	letter-spacing:2px;
}


.menu_s_right{
	width:70%;
	padding:0 2px;
	float:right;
}

.menu_s_right dl dd{
	width:25%;
	float:left;	
	position:relative;	
	padding:1px;
}
.menu_dd_img{
	border-radius:5px;
	position:relative;
	width:100%;
	height:200px;
	
}
.menu_dd_hover{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#999;
	opacity:0;
	z-index:9;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	
}
.menu_s_right dl dd:hover .menu_dd_hover{
	opacity:0.3;
}
.menu_dd_tit{
	padding-top:20%;
	width:100%;
	text-align:center;
	color:#fff;
	font-size:21px;
	position:relative;
	z-index:99;
	letter-spacing:2.5px;
}
.menu_dd_tit2{
	width:100%;
	text-align:center;
	color:#fff;
	font-size:14px;
	position:relative;
	z-index:99;
}




.head_right{
	float:right;
	padding-left:3px;
}
.head_right ul li{
	width:32.333%;
	background:#fff;
	float:left;
	height:100px;
	border-radius:5px;
	text-align:center;
	margin:0 0.5%;
}

.head_right ul li span{
	color:#555;
	opacity:0.6;
	margin-top:30px;
	font-size:17px;
}
.head_right ul li p{
	color:#555;
	opacity:0.6;
	font-size:14px;
	margin:10px 0;
}
.head_right ul li:last-child{
	background:#ccc;
}
.head_right ul li:last-child span{
	color:#fff;
}
.head_right ul li:last-child p{
	color:#fff;
}



.ind_banner{
	width:100%;
	position:absolute;
	z-index:9;
/*	height:700px;*/
	top:0;
	left:0;
}
.ind_banner ul li{
	position:absolute;
	display:none;
	top:0;
	width:100%;
	height:100%;
	z-index:99;
	left:0;
}
.ind_banner ul li span{
	
}
.ban_ico{
	position:absolute;
	z-index:999;
	top:50%;
	right:50px;
}
.ban_ico dl dd{
	width:15px;
	margin:8px 0;
}
.ban_ico dl dd span{
	cursor:pointer;
	color:#db8a3a;
}

.ind_ban_area{
	position:absolute;
	top:35%;
	left:3%;
	text-shadow:1px 1px 1px #666;
}
.ind_ban_tit{
	
	z-index:99;
	color:#fff;
	display: block;
	font-size:50px;
	line-height: 1.15;
}
.ind_ban_txt{
	font-size:17px;
	color:#fff;
	margin-top:10px;
}

.ind_ban_more{
	width:30%;
	border-radius:20px;
	background:#fff;
	height:40px;
	line-height:40px;
	text-align:center;
	font-size:15px;
	
	margin-top:30px;
}
.ind_ban_more a{
	text-decoration:none;
	color:#666;
}

.head_hover{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#000;
	display:none;
	opacity:0.6;
	z-index:10;
}



.ind_sec1,.ind_sec2{
	background:#f2f2f2;
}
.ind_sec1_con{
	margin:0 auto;
	padding:50px 0;
}
.ind_sec1_top{
	padding:30px 0 10px 0;
	width:100%;
	position:relative;
}
.ind_sec1_more{
	width:240px;
	position:absolute;
	bottom:0;
	right:0;
	border-radius:10px;
	border:1px #555 solid;
	padding:16px 0;
	text-align:center;
	color:#555;
	font-size: 16px;
	padding-left:28px;
	letter-spacing: 0.15em;
	
	transition:all 0.2s linear;
	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-ms-transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
}
.ind_sec1_more p {
	line-height:25px;
	float:left;
}
.ind_sec1_more:hover{
	background:#e29d55;
	color:#fff;
	border:1px #e29d55 solid;
}
	
.ind_sec1_more p span{
	font-size:19px;
	margin-left:20px;
	line-height:10px;
	margin-top:0;
	float:left;
}
.ind_sec1_more p span:first-child{
	font-size: 15px;
}	
.ind_sec1_tit{
	font-family:Arial, Helvetica, sans-serif;
	color:#555;
	font-size: 34px;
	letter-spacing: 0.15em;
	font-weight: normal;
	line-height: 28px;
	float:left;
}
.ind_sec1_tit2{
	display: block;
	float: left;
	font-size: 14px;
	height: 24px;
	margin-top: 2px;
	border-left: 1px solid #555;
	padding-left: 19px;
	color:#555;
	margin-left: 20px;
	line-height: 24px;
	letter-spacing: 0.15em;
}

.ind_sec1_txt{
	float:left;
	width:100%;
	margin-top:10px;
}

.ind_sec1_main{
 width:100%;
 margin-top:40px;
}
.ind_sec1_main ul li{
	width:23%;
	margin-right:2%;
	height:68px;
	float:left;
	background:#fff;
	border-radius:10px;
	position:relative;
}
.ind_sec1_main ul li:last-child{
	margin-right:0;
}
.ind_sec1_box{
	width:80%;
}
.ind_sec1_box dl dd{
	line-height:68px;
	text-align:center;
	font-size:14px;
}

.ind_sec1_left{
	width:25%;
	padding:10px;
	float:left;
}
.ind_sec1_right{
	width:75%;
	padding:14px 10px 5px 0;
	float:right;
}
.ind_sec1_litit{
	font-size:15px;
	color:#fff;
}
.ind_sec1_lidate{
	font-size:14px;
	color:#fff;
}
.ind_sec1_jt{
	position:absolute;
	top:50%;
	font-size:30px;
	color:#aaa;
	margin-top:-15px;
	line-height:20px;
	right:10px;
}



.ind_sec2_con{
	margin:0 auto;
	padding-bottom:50px;
}


.con1{
	padding-right:15px;
	}
.con2{
	padding-left:15px;
	}

.ind_sec2_con ul li{
	float:left;
	width:25%;
	padding:2px;
}
.ind_sec2_licon{
	background:#fff;
	border-radius:5px;
	padding:40px 0;
	text-align:center;
	
	transition:all 0.2s linear;
	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-ms-transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
}

.ind_s2_liimg{
	margin:0;
	width:100%;
}

.ind_s2_liarea{
	margin:20px 0 0 0;
}
.ind_s2_liarea p{
	width:100%;
	padding:0 30px;
	
	transition:all 0.2s linear;
	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-ms-transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
}

.ind_s2_liarea p:nth-child(1){
	font-weight:bold;
	font-size:22px;
	color:#999;
}
.ind_s2_liarea p:nth-child(2){
	padding:10px 0 15px 0;
	font-size:19px;
	font-weight:bold;
	color:#333;
}
.is2_line{
	width:20px;
	height:1px;
	background:#555;
	margin:0 auto;
	
	transition:all 0.2s linear;
	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-ms-transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
}
.ind_s2_liarea p:last-child{
	padding:10px 25px 0 25px;
	line-height:25px;
	height:60px;
	margin-bottom:8%;
	font-size:14px;
}

.ind_sec2_con ul li:hover .ind_sec2_licon{
	background:#e29d55;
}
.ind_sec2_con ul li:hover .ind_s2_liarea p{
	color:#fff;
}
	
.ind_sec2_con ul li:hover .is2_line{
	background:#fff;
}

.ind_sec3_con{
	margin:0 auto;
	padding:50px 0;
}

.ind_sec3_main{
	width:100%;
	margin-top:40px;
}

.ind_sec3_main ul li{
	width:33.33%;
	float:left;
	padding:2px;
}
.hover_box{
	width:100%;
	border-radius:5px;
	overflow:hidden;
	position:relative;
}
.is3_liimg{
	width:100%;
	overflow:hidden;
}
.is3_liimg img{
	width:100%;
	
	transition:all 0.8s linear;
	-webkit-transition:all 0.8s linear;
	-moz-transition:all 0.8s linear;
	-ms-transition:all 0.8s linear;
	-o-transition:all 0.8s linear;
}
.line_left{
	position:absolute;
	left:10%;
	width:1px;
	height:0;
	background:#fff;
	top:50%;
	
	transition:all 0.6s linear;
	-webkit-transition:all 0.6s linear;
	-moz-transition:all 0.6s linear;
	-ms-transition:all 0.6s linear;
	-o-transition:all 0.6s linear;
}
.line_top{
	position:absolute;
	left:50%;
	top:10%;
	width:0;
	height:1px;
	background:#fff;
	
	transition:all 0.6s linear;
	-webkit-transition:all 0.6s linear;
	-moz-transition:all 0.6s linear;
	-ms-transition:all 0.6s linear;
	-o-transition:all 0.6s linear;
}
.line_right{
	position:absolute;
	right:10%;
	top:50%;
	width:1px;
	height:0;
	background:#fff;
	
	transition:all 0.6s linear;
	-webkit-transition:all 0.6s linear;
	-moz-transition:all 0.6s linear;
	-ms-transition:all 0.6s linear;
	-o-transition:all 0.6s linear;
}
.line_bottom{
	position:absolute;
	bottom:10%;
	left:50%;
	width:0;
	height:1px;
	background:#fff;
	
	transition:all 0.6s linear;
	-webkit-transition:all 0.6s linear;
	-moz-transition:all 0.6s linear;
	-ms-transition:all 0.6s linear;
	-o-transition:all 0.6s linear;
}

.hover_box:hover .line_left{
	height:80%;
	top:10%;
}
.hover_box:hover .line_top{
	width:80%;
	left:10%;
}
.hover_box:hover .line_right{
	height:80%;
	top:10%;
}
.hover_box:hover .line_bottom{
	width:80%;
	left:10%;
}
.hover_box:hover .hover_box_area{
	top:40%;
	opacity:1;
}
.hover_box:hover .hover_box_sp{
	opacity:0.7;
}
.hover_box:hover .is3_liimg img{
	transform:scale(1.03,1.03);
	-webkit-transform:scale(1.03,1.03);
	-moz-transform:scale(1.03,1.03);
	-o-transform:scale(1.03,1.03);
	-ms-transform:scale(1.03,1.03);
}




.hover_box_area{
	position:absolute;
	width:100%;
	top:45%;
	text-align:center;
	color:#fff;
	opacity:0;
	
	transition:all 0.8s linear;
	-webkit-transition:all 0.8s linear;
	-moz-transition:all 0.8s linear;
	-ms-transition:all 0.8s linear;
	-o-transition:all 0.8s linear;
}
.hover_box_area p:nth-child(1){
	font-size:23px;
}
.hover_box_area p:nth-child(2){
	width:25px;
	background:#fff;
	height:1px;
	margin:20px auto;
}
.hover_box_area p:nth-child(3){
	font-size:14px;
}
.hover_box_sp{
	width:100%;
	position:absolute;
	top:0;
	left:0;
	height:100%;
	background:#000;
	opacity:0;
	
	transition:all 0.6s linear;
	-webkit-transition:all 0.6s linear;
	-moz-transition:all 0.6s linear;
	-ms-transition:all 0.6s linear;
	-o-transition:all 0.6s linear;
}



.ind_sec4{
	background:#f2f2f2;
}
.ind_sec4_con{
	margin:0 auto;
	padding:0px 0;
}
.ind_sec4_main{
	width:100%;
	margin-top:40px;
}
.ind_sec4_main ul li{
	width:25%;
	float:left;
	padding:2px;
}
.is4_li_con{
	border-radius:5px;
	overflow:hidden;
	background:#fff;
}
.is4_img{
	width:100%;
}
.is4_img img{
	width:100%;
}
.is4_area{
	padding:15px 20px;
}
.is4_li_time{
	font-size:14px;
	color:#999;
}
.is4_li_txt{
	font-size:14px;
	padding:10px 0;
	color:#555;
	line-height:20px;
}



.ind_sec5{
	width:100%;
	height:700px;
	background:url(../images/ind_sec5_bg.jpg) no-repeat;
	background-size:cover;
}
.ind_sec5_con{
	position:relative;
}
.ind_sec5_area{
	position:absolute;
	top:120px;
	right:15%;
	padding:80px 0;
	width:20%;
	min-width:340px;
	background:rgba(255,255,255,0.8);
}
.ind_sec5_area>div{
	text-align:center;
	color:#555;
}
.is5_tit{
	width:100%;
	font-size:30px;
	color:#333 !important;
}
.is5_tit2{
	font-size:14px;
	padding-top:10px;
}
.is5_line{
	width:25px;
	height:1px;
	background:#e29d55;
	margin:15px auto;
}
.is5_txt{
	width:100%;
	line-height:25px;
	margin-top:30px;
	padding:0 20px;
}
.is5_address{
	font-size:14px;
	margin-top:5px;
}
.is5_phone{
	font-size:14px;
	margin-top:2px;
}
.is5_more{
	width:100%;
	margin-top:50px;
	cursor:pointer;
}
.is5_more span:first-child{
	display:inline-block;
	width:30px;
	height:30px;
	border-radius:15px;
	font-size:25px;
	line-height:30px;
	margin-right:30px;
	border:1px #555 solid;
}
.is5_more span:last-child{
	display:inline-block;
	font-size:19px;
	line-height:30px;
	
}



.ind_sec6{
	background:#eee;
}
.ind_sec6_con{
	padding:60px 0;
	margin:0 auto;
}
.ind_sec6_con ul{
	margin-top:30px;
}

.ind_sec6_con ul>li{
	width:48%;
	margin:10px 0%;
	float:left;
	line-height:60px;
	color:#333;
	background:#fff;
	text-align:left;
	padding-left:20px;
	cursor:pointer;
	transition:all 0.3s linear;
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-ms-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	}
.ind_sec6_con ul input{
	width:48%;
	margin:10px 0%;
	float:left;
	line-height:60px;
	height:60px;
	color:#333;
	background:#fff;
	text-align:left;
	padding-left:20px;
	cursor:pointer;
	border-radius:30px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	-o-border-radius:30px;
	transition:all 0.3s linear;
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	border:none;
	font-size:12px !important;
	}
.ind_sec6_con ul li:hover{
	background:#fff;
	color:#000;
}

.ind_sec6_tit{
	font-size:20px;
	color:#333;
	letter-spacing:2px;
	text-align:center;
}
.ind_sec6_tit span{
	margin-right:10px;
	color:#999;
	font-size:23px;
}
.ind_sec6_tit2{
	font-size:14px;
	padding-top:3px;
	text-align:center;
	color:#ddd;
}
.ind_sec7{
	background:#868585;
}
.ind_sec7_con{
	margin:0 auto;
	padding:50px 0;
}
.ind_sec7_left{
	width:50%;
	text-align:center;
	float:left;
}
.ind_sec7_right{
	text-align:center;
	width:50%;
	float:right;
}
.ind7_tit{
	font-size:21px;
	color:#fff;
}
.ind7_tit span{
	font-size:21px;
	margin-right:10px;
	color:#fff;
}

.ind7_tit2{
	width:100%;
	color:#fff;
	margin:10px auto;
	margin-bottom:20px;
}
.ind7_txt p{
	line-height:25px;
	color:#fff;
}
.ind7_link{
	width:100%;
	margin-top:30px;
	text-align:center;
}
.ind7_link>span{
	display:inline-block;
	width:50px;
	height:50px;
	border-radius:25px;
	border:1px #fff solid;
	text-align:center;
	line-height:50px;
	font-size:25px;
	margin:0 10px;
	cursor:pointer;
	color:#fff;
	
	transition:all 0.2s linear;
	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-ms-transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
}
.ind7_link span span{
	line-height:50px;
	
	transition:all 0.2s linear;
	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-ms-transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
}
.ind7_link>span:hover{
	background:#fff;
}
.ind7_link>span:hover span{
	color:#000;
}







.ind_sec7_bot{
	width:100%;
	padding:20px 0;
	background:#999;
}
.is7_bot_left{
	width:30%;
	float:left;
}
.is7_bot_left p:first-child a{
	
	letter-spacing:2px;
	font-size:16px;
	float:left;
}
.is7_bot_left p:first-child span{
	margin:0 20px;
	font-size:22px;
	

}
.is7_bot_left p:last-child{
	
	float:left;
	margin:2px 0 0 10px;
	font-size:14px;
}




.is7_bot_right{
	padding-right:15px;
	float:right;
}


/************下拉列表*********/
.xiala_box{
	margin:10px auto;
	width:80%;
	height:50px;
	border-radius:5px;
	border:1px #ccc solid;
	position:relative;
}
.xiala_con{
	position:absolute;
	top:0;
	left:0;
	width:100%;	
}
.xiala_con input{
	width:100%;
	border:none;
	height:25px;
	padding:0 10px;
	box-sizing:border-box;
	line-height:25px;
}
.xiala_con p{
	line-height:47px;
	width:100%;
	letter-spacing:1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding:0 10px;
	margin:0 !important;
	cursor:pointer;
	color:#fff;
}
.xiala_img{
	position:absolute;
	width:50px;
	top:0px;
	right:0px;
	text-align:center;
	height:49px;
	border-radius:0 5px 5px 0;
	border:1px #fff solid;
	background:#999;
	line-height:49px;
	color:#fff;
	
	opacity:0.8;
	cursor:pointer;
}
.xiala_img span{
	font-size:27px;
	color:#fff;
	line-height:49px;
}
.xiala_con ul{
	position:absolute;
	width:100%;
	z-index:999;
	display:none;
	box-shadow:0 1px 3px #aaa;
	
}
.xiala_con ul li{
	float:left;
	border-top:1px #e5e5e5 solid;
	width:100%;
	line-height:50px;
	
	background:#fff;
	margin:0;
	font-size:14px;
	padding:0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor:pointer;
}
/************下拉列表*********/

.menu_sr_tit{
	font-size:23px;
	color:#333;
	padding:35px 1.53% 5px  1.53%;
}
.menu_sr_p1_img{
	width:100%;
	height:250px;
}
.menu_sr_main{
	font-size:18px;
	padding:15px 0;
}
.menu_sr_main{
	width:100%;
}
.menu_sr_p1{
	width:30%;
	margin:0 1.53%;
	float:left;
}

.menu_sr_p1_txt{
	width:100%;
	font-size:14px;
	color:#888;
	padding:5px 0;
	letter-spacing:1px;
}



/****/


















  
/****************************************************                      内页                           **************************************************************************/


/**  brand**/




.brand_banner{
	width:100%;
	margin:0 auto;
}

.brand_zong{
	width:100%;
	margin:0 auto;
}
.brand_zong5{
	width:77%;
	margin:0 auto;
}
.brand_zong1{
	width:77%;
	margin:0 auto;
}
.brand_zong2{
	width:50%;
	margin:0 auto;
}

.brand_section1{
	width:100%;
	margin:0 auto;
	line-height:25px;
	letter-spacing:2px;
	font-size:15px;
	color:#333;
	padding-bottom:50px;
}
.inner_title{
	width:358px;
	margin:35px auto;
	text-align:center;
}
.inner_title h2{
	color:#000;
	word-spacing:2px;
}
.inner_title p{
	color:#999;
	font-weight:600;
	word-spacing:2px;
	font-size:14px;
	text-transform:uppercase;
}

.title_line{
	width:30px;
	height:3px;
	background:#d28f30;
	margin:20px auto;
}





/********   content2   *************/
.content2_main_news{
	width:100%;
	margin:0 auto;
	background:#fff;
}
.main_news_list{
	padding:1px !important;
	padding-left:20px;
	
	
}

.news_date span{
	padding-left:5px; padding-right:5px;
	
}
.main_news_text{
	background:#f9f9f9;
	padding: 20px 30px 35px;
}
.main_news_text .date{
	color:#333;
	font-weight:bold;
	
	}
.main_news_text p{
	font-size:15px;
	
	padding-top:15px;
	}
.main_news_text2{
	background:#f2f2f2;
	padding: 20px 30px 35px;
}
.main_news_text2 .date{
	color:#333;
	font-weight:bold;
	
	}
.main_news_text2 p{
	font-size:15px;
	
	padding-top:15px;
	}

.main_content_title{
	height: 100px;
	position:relative;
	z-index:999;
	padding: 30px 45px;
}
.main_content_title2{
	background:url(../images/bg_bg.html) left top repeat;
	height: 100px;
	position:relative;
	z-index:999;
	padding: 30px 45px;
	padding-bottom:60px;
	
}


.main_title_left{
	float: left;
font-size: 20px;
letter-spacing:2px;
line-height: 40px;
font-weight: bold;
text-transform:uppercase;
}

.main_title_right{
	float: right;
display: inline-block;
line-height: 40px;
padding: 0 36px 0 18px;
font-size: 12px;
background: #000;
color: #fff;}

.main_title_left2{
	float: left;
font-size: 20px;
letter-spacing:2px;
line-height: 40px;
font-weight: bold;
color:#FFF;
text-transform:uppercase;
}

.main_title_right2{
	float: right;
display: inline-block;
line-height: 40px;
padding: 0 36px 0 18px;
font-size: 12px;
background: #fff;
color: #333;}







.brand_section2{
	width:100%;
	margin:0 auto;
	background:url(../images/bg_brand2.jpg) left top repeat fixed;
	position:relative;
	z-index:100;
	
}
.brand_culture{
	
	
	margin:0 auto;
	padding:40px 0;
	float:none;
	background:#fff;
	margin-top:45px;
	
	
	
	
}
.brand_culture_list2{
	background:#fafafa;
}
.brand_culture_list2_text{
	
	margin:0 auto;
	
	text-transform:uppercase;
	text-align:left;
	font-size:15px;
	letter-spacing:1px;
	padding:70px;
	padding-top:40%;
	line-height:25px;
	
	
}


@media (min-width: 1050px) {
.brand_culture_list2_text{
	
	margin:0 auto;
	
	text-transform:uppercase;
	text-align:left;
	font-size:15px;
	letter-spacing:1px;
	padding:0px;
	padding-top:40%;
	line-height:25px;
	
	
}
}
@media (min-width: 1300px) {
.brand_culture_list2_text{
	
	margin:0 auto;
	
	text-transform:uppercase;
	text-align:left;
	font-size:15px;
	letter-spacing:1px;
	padding:70px;
	padding-top:40%;
	line-height:25px;
	
	
}
}


.brand_culture_bottom{
	margin:0 auto;
	margin-top:18px;
	margin-bottom:60px;
	padding-left:0;
	
	
	float:none;
	background:#fff;
	
	

}
.brand_bottom_left{
	padding-left:0;
}
.brand_bottom_text{
	margin-left:1%;
	}
.brand_bottom_text h2{
	font-size:16px;
	}
.brand_bottom_text p{
	font-size:15px;
	color:#222;
	font-weight:600;
	}
.brand_buttom_button_k{
	border:1px solid #ececec;
	width:180px;
	height:45px;
	line-height:45px;
	text-align:center;
	margin-top:30px;
	
}
.brand_buttom_button_k a{
	color:#999;
	display:block;
	}
.brand_buttom_button_k a:hover{
	color:#fff;
	background:#e29d55;
	display:block;
	-webkit-transition:all 0.3s ease-in-out;
-moz-transition:all 0.3s ease-in-out;
-ms-transition:all 0.3s ease-in-out;
-o-transition:all 0.3s ease-in-out;
transition:all 0.3s ease-in-out;

	}
	
	
	
	.brand_honor_box{
	
	margin:0 auto;
	padding-top:40px;
	padding-bottom:40px;
	float:none;
	background:#fff;

	
	
	
}
.brand_honor{
	border:1px solid #eee;
	
}


.brand_partner_list{
	padding:0;
}



.ab_sec3_top{
	position:relative;
	opacity:0;
	padding-top:40px;
	top:-10px;
}




.about_tit1{
	width:100%;
	font-size:35px;
	color:#000;
	text-align:center;
}
.about_tit2{
	background:url(../images/service_titbg.html) no-repeat center;
	background-size:cover;
	height:36px;
	margin:5px auto;	
	text-align:center;
	line-height:36px;
	font-size:14px;

}

.about_sec3_con{
	margin:0 auto;
	padding:20px 0 60px 0;
	padding-bottom:0;
}
.ab_sec3_main{
	padding:30px 0;
}
.ab_sec3_main ul{
	background:#fff;
	transition:all 2s;
	-webkit-transition:all 2s;
	-ms-transition:all 2s;
	-moz-transition:all 2s;
	-o-transition:all 2s;
}
.ab_sec3_main_ul{
	background:url(../images/about_hbg.html) center no-repeat !important;
	background-size:cover !important;
}
.ab_sec3_main ul li{
	float:left;
	position:relative;
	opacity:1;
	margin-top:0;
	box-sizing:border-box;

}
@media (max-width: 767px) {
	.ab_sec3_main ul li{
		width:100%;
		}
	}
@media (min-width: 768px) {
	.ab_sec3_main ul li{
		width:24%;
		}
	}


.ab_sec3_liimg:hover{
	opacity:1;
}
.ab_sec3_liimg{
	width:100%;
	padding-top:15px;
	text-align:center;
	opacity:0.7;
	position:relative;
}

.ab_sec3_litit{
	color:#666;
	font-size:14px;
	margin:15px 0;
	text-align:center;
}
.ab_sec3_liimg img{
	width:70%;
	top:0;
	left:15%;
	
	transition:all 1s;
	-webkit-transition:all 1s;
	-moz-transition:all 1s;
	-ms-transition:all 1s;
	-o-transition:all 1s;
}
.ab_sec3_liimg img:first-child{
	z-index:999;
}
.ab_sec3_liimg img:last-child{
	z-index:99;
}


/********   content5   *************/



.content5_main_xw{
	width:100%;
	margin:0 auto;
	background:#fff;
}
.main_xw_list{
	padding:1px !important;
	
	
}

.main_xw_list{
	padding: 20px 30px 35px;
	margin-top:30px;
	background:#eee;
	

}
.main_xw_list2{
	padding: 6x 30px 35px;
	
	background:#f8f8f8;
	

}

.main_xw_list .date{
	color:#000;
	 padding-left:40px;
	 line-height:30px;
	 font-weight:bold;
	 font-size:18px;
	 padding-bottom:15px;
	 text-transform:uppercase;
	 
	
	}
.main_xw_list p{
	font-size:15px;
	 padding-left:40px;
	
	
	}

.main_xw_list2 .date{
	color:#333;
	 padding-left:40px;
	 line-height:30px;
	 font-weight:bold;
	 
	
	}
.main_xw_list2 p{
	font-size:14px;
	 padding-left:40px;
	
	
	}


.main_cp_list .date{
	color:#333;
	
	}
.main_cp_list p a{
	font-size:15px;
	color:#333;
	text-align:center;
	text-decoration:none;
}



/***/




/**   hover   **/
.thumbnail-img{
	width:100%;
	position:relative;
	overflow:hidden;
	}

.bianan{
	width:100%;
	height:100%;
	background:#e29d55;
	position:absolute;
	left:0;
	top:0;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity:0;
	opacity:0;
	z-index:100;
	}
.bianan2{
	width:100%;
	height:100%;
	background:#000;
	position:absolute;
	left:0;
	top:0;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity:0;
	opacity:0;
	z-index:100;
	}
.bianan2_img{
	width:24%;
	left:50%;
	text-align:center;
	font-size:22px;
	letter-spacing:1px;
	color:#fff;
	margin-left:-12%;
	z-index:999999;
	position: absolute;
	padding-top:200px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	opacity:0;
	top:55%;
}
.shimg{
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
	-webkit-transition: 0.5s linear;
	-moz-transition: 0.5s linear;
	-ms-transition: 0.5s linear;
	-o-transition: 0.5s linear;	
	transition: 0.5s linear;
	}	
.fd{
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
	transform:scale(1.1);
	-webkit-transition: 0.5s linear;
	-moz-transition: 0.5s linear;
	-ms-transition: 0.5s linear;
	-o-transition: 0.5s linear;	
	transition: 0.5s linear;
	}
	
.overlay_more{
	position: absolute;
bottom: 30px;

left: 35px;
color:#FFF;
font-size:14px;
opacity:0;
z-index:99999;
text-transform:uppercase;
letter-spacing:2px;
	
	}
.overlay_more a{
	color:#FFF;
	text-decoration:none;
}	
	
.ind_sec3_line{
	width:0px;
	left:35px;
	bottom:20px;
	height:1px;
	background:#fff;
	position:absolute;
	z-index:9999999;
	transition:all 0.5s linear;
	-webkit-transition:all 0.5s linear;
	-moz-transition:all 0.5s linear;
	-ms-transition:all 0.5s linear;
	-o-transition:all 0.5s linear;
}
.thumbnail-img:hover .ind_sec3_line{
	width:80px;
	transition:all 0.5s linear;
	-webkit-transition:all 0.5s linear;
	-moz-transition:all 0.5s linear;
	-ms-transition:all 0.5s linear;
	-o-transition:all 0.5s linear;
}
.line-t{
	width:0%;
	height:1px;
	background:#d28f30;
	position:absolute; left:0; top:0;
	z-index:99;
	}
.line-r{
	width:1px;
	height:0%;
	background:#d28f30;
	position:absolute; right:0; bottom:0;
	z-index:99;
	}	
.line-b{
	width:0%;
	height:1px;
	background:#d28f30;
	position:absolute; right:0; bottom:0;
	z-index:99;
	}	
.line-l{
	width:1px;
	height:0%;
	background:#d28f30;
	position:absolute; left:0; top:0;
	z-index:99;
	}




/*** /brand **/












/***   news section   ***/


.news_section1_lest{
	border:1px solid #444444;
	line-height:25px;

	padding:30px 0;
	margin-bottom:55px;
	
}
.news_section1_lest h2{
	text-transform:uppercase;
	width:70%;
	margin:0 auto;
	font-weight:bold;
}
.news_section1_lest h2 span{
	color:#e29d55;
}
.news_section1_lest p{
	font-size:14px;
	line-height:18px;
	width:70%;
	margin:0 auto;
	
}
.news_line{
	width:70%;
	margin:15px auto;
	border-bottom:1px dotted #444444;
	
	}
	
	
	
	
.news_list_new{
	padding:20px;
	border:1px solid #000;
	background:#FFF;
	
	}
.news_list_new_k{
	padding-right:15px;
}
.news_list_new_k2{
	padding-left:15px;
}



.news_center{
	
	
	margin:0 auto;
	padding:40px 0;
	float:none;
	margin-top:45px;
	padding-top:50px;
	
	
	
}

.news_box_text{
	text-align:center;
}
.news_box_text h2{
	text-transform: uppercase;
	font-size:20px;
	font-weight:600;
	letter-spacing:2px;
	color:#333;
	
}
.news_box_text:hover h2{
	text-decoration:none;
	}

.news_date{
	line-height:35px;
	font-size:14px;
	color:#999;
	letter-spacing:2px;
}

.news_box_text p{
	font-size:14px;
	color:#333;
	letter-spacing:2px;
	font-weight:lighter;
}
.news_title_year{
	border-bottom:1px solid #000;
	border-top:1px solid #000;
	line-height:80px;
	color:#000;
	font-weight:bold;
	width:150px;
	margin:30px auto;
	text-align:center;
	font-size:30px;
}
/***  / news section   ***/




/*******    products    ********/
.main_cp_list{
	margin-top:30px;
	
}

.pro_detail_text{
	text-align:center;

	
	}


.bianan_wz_kuang{
	width:200px; height:45px; position: absolute; z-index:9999999; left:50%; margin-left:-100px;  color:#FFF; text-align:center; line-height:45px; opacity:0; top:35%;
	margin-top:50px;
	
	}

.bianan_wz_kuang a{
	color:#FFF;
}


.pro_quick_menu{
	border:1px solid #666;
	height:40px;
	line-height:40px;
	text-align:center;
	padding:0!important;
	margin-top:25px;
	font-size:14px;

}
.pro_quick_menu2{
	height:40px;
	line-height:40px;
	text-align:center;
	padding:0!important;
	background:#d28f30;
	color:#FFF;
	border:none;
	margin-top:25px;
	font-size:14px;
	
}
.pro_quick_menu2 a{
	color:#FFF;
	
	}
.pro_quick_menu a{
	color:#333;
}
/**    network   **/


.yeji {
	width:100%;
	margin:0 auto;
	margin-top:50px;
	position:relative;
}
.yeji>h5 {
	font-size:20px;
	font-weight:bold;
	color:#f65922;
}
.yeji-list {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	margin-bottom:0;
}
.yeji-list>li {
	position:absolute;
	width:1%;
}
.yeji-list>li>a {
	display:block;
	width:100%;
	height:0%;
	position:absolute;
	background:#f65922;
	bottom:0;
}
.yeji-list>li>a>span {
	display:block;
	position:absolute;
	left:110%;
	top:-5%;
	z-index:1000;
	width:100px;
	color:#f65922;
	font-size:15px;
	font-weight:600;
	letter-spacing:2px;
	line-height:25px;
	text-align:center;
	border:2px solid #f65922;
	background:#FFF;
	display:none;
	font-family:"华文细黑";
}
.yeji-list>li:nth-child(1) {
 height:99px;
 bottom:70%;
left:15%;
}
.yeji-list>li:nth-child(2) {
 height:80px;
 bottom:76%;
left:53%;
}
.yeji-list>li:nth-child(3) {
 height:70px;
 bottom:63%;
left:86%;
}
.yeji-list>li:nth-child(4) {
 height:60px;
 bottom:65%;
left:60%;
}
.yeji-list>li:nth-child(5) {
 height:50px;
 bottom:80%;
left:11%;
}
.yeji-list>li:nth-child(6) {
 height:45px;
 bottom:40%;
left:93%;
}
.yeji-list>li:nth-child(7) {
 height:40px;
 bottom:53%;
left:18%;
}
.yeji-list>li:nth-child(8) {
 height:35px;
 bottom:85%;
left:65%;
}
.yeji-list>li:nth-child(9) {
 height:30px;
 bottom:50%;
left:55%;
}
.yeji-list>li:nth-child(10) {
 height:28px;
 bottom:52%;
left:80%;
}
.yeji-list>li:nth-child(11) {
 height:20px;
 bottom:69%;
left:82%;
}
.yeji-list>li:nth-child(12) {
 height:20px;
 bottom:60%;
left:83.5%;
}

.x_about_yeji {
	width:988px;
	position:absolute;
	left:50%;
	margin-left:-494px;
	z-index:9999;
	bottom:151px;
	left:50%;
	color:#FFF;
	height: 338px;
}

/**  / network   **/







/**   rec   **/
.zp-sec1{
	width:100%;
	padding:30px 0;
	}	
.zp-sec1>h5{
	font-size:25px;
	
	text-align:center;
	font-weight:bold;
	letter-spacing:2px;
	padding-bottom:40px;
	}	
.zp-sec1-tl>h5{
	font-size:18px;
	
	font-weight:bold;
	color:#002e5b;
	}	
.zp-sec1-tr{
	width:90%;
	line-height:25px;
	color:#000;
	
	font-size:14px;
	padding-top:25px;
	letter-spacing:2px;
	}	
	
.zp-sec1-list{
	position:relative;
	overflow:hidden;
	}	
.zp-sec1-listcon{
	width:100%;
	height:100%;
	position:absolute; top:88%; left:0;
	padding-top:0;
	background:rgba(226, 157, 85, 0.8)!important;
    filter:Alpha(opacity=60); background:#e29d55;
	}	
.zp-sec1-listcon>h5{
	
	color:#FFF;
	font-size:16px;
	text-align:center;
	}	
.zp-sec1-listcon>p{
	
	color:#fff;
	font-size:14px;
	width:90%;
	margin:0 auto;
	text-align:center;
	line-height:25px;
	}	
	
	
	
	
	
	
.zp-sec2{
	width:100%;
	padding:30px 0;
	padding-bottom:60px;
	}	
.zp-sec2>h5{
	font-size:25px;
	
	text-align:center;
	font-weight:bold;
	letter-spacing:2px;
	padding-bottom:40px;
	}	


.sec2-te{
	width:100%;
	background:#FFF;
	text-align:center;
	
	position:relative;		
	}		
.sec2-te>h5{
	margin-top:0;
	padding-top:12%;
	font-size:18px;
	letter-spacing:2px;
	color:#000;
	padding-bottom:10%;
	}	
.sec2-te>p{
	font-size:14px;
	
	width:70%;
	margin:0 auto;
	text-align:center;
	line-height:25px;
	letter-spacing:1px;
	}	
	
.sec2-te-b{
	width:100%;
	position:absolute; bottom:10%;
	text-align:center;
	}
.sec2-te-b>p{
	font-size:14px;
	color:#676765;
	margin-top:5px;
	}	
	
.textyichu{
	width:70% !important;
	font-size:14px;
	
	margin:0 auto;
	text-align:center;
	line-height:25px;
	letter-spacing:1px;
	height:130px;
	overflow:hidden;
	}	
	
	


.zp-sec3{
	width:100%;
	padding:30px 0;
	}	
.zp-sec3>h5{
	font-size:25px;
	
	text-align:center;
	font-weight:bold;
	letter-spacing:2px;
	padding-bottom:40px;
	}
.yplc{
	text-align:center;
	}
.yplc p{
	text-align:center;
	font-size:14px;
	line-height:25px;
	
	padding:20px 0;
	}
.liuc{
	padding-left:0;
	margin-bottom:0;
	padding-top:50px;
	padding-bottom:100px;
	}
.liuc>li{
	float:left;
	margin:10px 18px;
	padding:0 20px;
	background:#666666;
	line-height:50px;
	border-radius:5px;
	color:#FFF;
	font-size:14px;
	
	position:relative;
	cursor:pointer;
	}
.liuc>li>img{
	padding-right:10px;
	}
.liucon{
	background:#e29d55 !important;
	}
.liuc>li>span{
	display:block;
	width:10px;
	position:absolute; top:15px; right:-25px;
	}



.tijiao{
	width:25%;
	height:35px;
	background:#72a816;
	margin-top:30px;
	margin-bottom:50px;
	margin-left:15px;
	}
.tijiao p{
	text-align:center;
	line-height:35px;
	color:#FFF;
	}
.tijiao:hover{
	background:#0061bf;
	}
	
.sq{
	display:block;
	width:120px;
	line-height:30px;
	font-size:14px;
	text-align:center;
	margin:0 auto;
	color:#e29d55;
	border:1px solid #e29d55;
	margin-top:10px;
 	}
.sq:hover{
	background:#e29d55;
	color:#FFF;

	}


.zhaop{
	width:100%;
	margin:0 auto;
	padding-bottom:35px;
	
	}
.zhaop h3{
	text-align:center;
	color:#e29d55;
	}
.zhaop-con{
	width:100%;
	overflow:hidden;
	}
.zhaop-con ul{
	width:400%;
	padding:0;
	position:relative; left:0;
	}
.zhaop-con ul li{
	width:25%;
	float:left;
	list-style:none;
	text-align:center;
	}
.zhaop-con ul li img{
	margin-top:30px;
	}
.zhaop-con ul li h3{
	margin-top:30px;
	margin-bottom:30px;
	}
.prev-btn{
	position:absolute; top:50%; left:15px;
	margin-top:-52px;
	}
.next-btn{
	position:absolute; top:50%; right:15px;
	margin-top:-52px;
	}
.tijiao{
	width:25%;
	height:35px;
	background:#72a816;
	margin-top:30px;
	margin-bottom:50px;
	margin-left:15px;
	}
.tijiao p{
	text-align:center;
	line-height:35px;
	color:#FFF;
	}
.tijiao:hover{
	background:#0061bf;
	}
	



.rec_socity_list{
	text-align:center;
	line-height:85px;
	font-weight:600;
	font-size:19px;
}
.rec_socity_list2{
	text-align:left;
	line-height:15px;
	padding-top:30px;
	font-size:14px;
	padding-bottom:15px;
	border-right:1px solid #f2f2f2;
}	

.rec_socity_list3{
	text-align:left;
	line-height:15px;
	padding-top:30px;
	font-size:14px;
	padding-bottom:15px;
}	


/*news_yg*/
.news_yg {
	width: 100%;
	
}
.news_yg ul li {
	width: 100%;
	padding-bottom: 30px;
}
.news_yg_l {
	margin-right:10px;

	height: 192px;
	padding: 2% 2% 0 2%;
	float: left;
	background: #fff;
	-webkit-transition: 0.5s linear;
	-moz-transition: 0.5s linear;
	-ms-transition: 0.5s linear;
	-o-transition: 0.5s linear;
	transition: 0.5s linear;
}

.news_yg_lshow {
	height: 316px;
	-webkit-transition: 0.5s linear;
	-moz-transition: 0.5s linear;
	-ms-transition: 0.5s linear;
	-o-transition: 0.5s linear;
	transition: 0.5s linear;
}
.news_yg_r {
	height: 192px;
	background:#FFF;
	margin-left:10px;
	float: left;
	padding-bottom: 30px;
	-webkit-transition: 0.5s linear;
	-moz-transition: 0.5s linear;
	-ms-transition: 0.5s linear;
	-o-transition: 0.5s linear;
	transition: 0.5s linear;
	overflow: hidden;
}
.news_yg_rshow {
	height: 316px;
	-webkit-transition: 0.5s linear;
	-moz-transition: 0.5s linear;
	-ms-transition: 0.5s linear;
	-o-transition: 0.5s linear;
	transition: 0.5s linear;
}

@media (max-width: 767px) {
	.news_yg {
		padding:15px;
		}
	.news_yg_r {
		width:100%;
		}	
	.news_yg_l {
		width:100%;
		}
	}
@media (min-width: 768px) {
	.news_yg_l {
		width:46%;
		}
	.news_yg_r {
		width:50%;
		}	
	.news_yg {
		padding:50px;
		padding-left:0;
		padding-right:0;
		}	
	}


.news_yg_zi {
	font-size: 13px;
	line-height: 25px;
	
}
.news_yg_l_more {
	margin-top: 52px;
	
}
.news_yg_l_more1 {
	margin-bottom: 10px;

}

/**  / **/









/**    liucheng   **/


.about_4{
	width:100%;
	background:url(../images/bg_bg.jpg) center center no-repeat fixed;
	background-size:cover;
	padding:50px 0 80px 0;
	overflow:hidden;
	}
.about_4>h5{
	margin:0;
	text-align:center;
	font-family:"PingHei-light";
	color:#a9a9a9;
	font-size:40px;	
	}

.about_4>ul{
	position:relative;
	padding-top:30px;
	padding-bottom:100px;
	padding-left:0;
	background:url(../images/abotu4_bg.html) bottom repeat-x;
	}	
.about_4>ul>li{
	float:left;
	}



.lc_l{
	width:40%;
	float:left;
	
	}
.lc_l p{
	color:#FFF;
	}
.lc_r{
	width:70%;
	
	padding-left:30px;
	padding-right:30px;
	
	}	
.lc_r>h5{
	font-size:20px;
	padding-top:20%;
	}
.lc_r>h5>span{
	font-size:30px;
	padding-right:10px;
	}
.lc_r>p{
	font-size:14px;
	color:#585858;
	}

.about_4_num{
	width:720px;
	margin:0 auto;
	margin-top:20px;
	color:#FFF;
	line-height:35px;
    }
.numlist{
	width:70px;
	text-align:center;
	float:left;
	cursor:pointer;
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);	
	-webkit-transition: 0.5s linear;
	-moz-transition: 0.5s linear;
	-ms-transition: 0.5s linear;
	-o-transition: 0.5s linear;	
	transition: 0.5s linear;	
	}
.numlist_fd{
	-webkit-transform:scale(1.3);
	-moz-transform:scale(1.3);
	-ms-transform:scale(1.3);
	-o-transform:scale(1.3);
	transform:scale(1.3);	
	-webkit-transition: 0.5s linear;
	-moz-transition: 0.5s linear;
	-ms-transition: 0.5s linear;
	-o-transition: 0.5s linear;	
	transition: 0.5s linear;	
	}
	
	
/**  / liucheng   **/




/**   tec  **/

.tec_wenzi{
	padding-left:5%;
	padding-right:5%;
	padding-top:10%;
	line-height:25px;
	color:#333;
	font-size:16px;
	text-indent:2em!important;
	
	
}
/**  /  tec   **/




/*news neiye*/
.news_neiye {
	width: 100%;
	margin-bottom:50px;
	
}
.news_neiye h2 {
	text-align:center;
	color:#333;
	font-weight:400;
}
.news_neiye h4 {
	text-align:center;
	color:#999;
}
.news_neiye_rq {
	width:90%;
	margin:0 auto;
	color:#333;
}
.news_neiye_zw{
	width:90%;
	margin:0 auto;
	border-top:1px solid #ddd;
	padding:30px 0 0px 0;
	
	
	
}
.news_neiye p {


	font-size:14px;
	line-height:25px;
	text-indent:2em;
}

.pro1_fanhui{
	position:relative;
	}	
.pro1_fanhui a{
	width:145px;
	margin:0 auto;
	margin-top:50px;
	background:#e29d55;
	font-size:14px;
	font-family:"微软雅黑";
	color:#fff;
	text-align:center;
	line-height:45px;
	display:block;
	padding:0 20px;
	}
.pro1_fanhui a:hover{
	color:#fff;
	background:#ddd;
	}
	




/****/




/***   SJILIO   */


/************shili**********************/
.shil1 {
	margin-top:50px;
}
.shil11 {
	overflow:hidden;
	position:relative;
}


.shil11 p{
	font-size:15px;
	margin-top:10px;
	font-weight:600;
	
	
	letter-spacing:3px;
	font-size:16px;
}
.sec4more1 {
	width:200px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-20px;
	margin-left:-100px;
	opacity:0;
}
.sec4more1 p {
	margin-left:5%;
	margin-bottom:0;
	width:200px;
	text-align:center;
	line-height:35px;
	border:1px solid #8d8d59;
	font-size:14px;
	background:#8d8d59;
	color:#FFF;
	
}
.sec4more1 p:hover {
	border:1px solid #fff;
}
.shil11>img {
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
	-webkit-transition: -webkit-transform 0.6s linear;
	-moz-transition: -moz-transform 0.6s linear;
	-ms-transition: -ms-transform 0.6s linear;
	-o-transition: -o-transform 0.6s linear;
	transition: transform 0.6s linear;
}
.shil11>a>img {
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
	-webkit-transition: -webkit-transform 0.6s linear;
	-moz-transition: -moz-transform 0.6s linear;
	-ms-transition: -ms-transform 0.6s linear;
	-o-transition: -o-transform 0.6s linear;
	transition: transform 0.6s linear;
}
.shil1>p {
	font-size:15px;
	margin-top:10px;
	font-weight:600;
	
	
	letter-spacing:3px;
	font-size:16px;
}
.shil1>h5 {
	font-size:14px;
	margin-top:5px;
	font-weight:bold;
	color:#8d8c4c;
	letter-spacing:1px;
	
}


/*   shili **/

.brand_banner_box{
	margin-top:112px;
	overflow:hidden;
	position:relative;
	}
.brand_banner_box>img{
	display:block;
	position:absolute; top:0%;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
/****************************导航手机兼容***************************/	
.xpnav{
	width:100%;
	height:0px;
	overflow:hidden;
	position:absolute; z-index:9999999999; top:50px;
	border-top:1px solid #000;
	background:#FFF;
	opacity:0;
	}
.xpnav>li{
	line-height:36px;
	text-align:center;
	}
.xpnav>li>a{
	color: #000;
    font-size: 12px;
	line-height:24px;
	}	
.xpnav>li>a:hover{
	color:#061256;
	text-decoration:none;
	}

.nav-btn{
	width:30px;
	height:30px;
	position:absolute; top:10px;
	right:12px;
	}
.header2{
	width:100%;
	height:50px;
	background:#fff;
	z-index:99999;
	position:relative;
}





@media (max-width: 768px){
	.ind_sec2_con ul li{
		width:100% !important;
		float:none !important;
		}
		
	.ind_sec1_tit{
		font-size:18px !important;
		}
		
		
	.ind_sec1_more{
		margin-top:60px !important}
	
	.ind_cha1{
		display:none !important;}	
		
	.ind_btn1{
		display:none !important;}
	.ind_sec1_tit2{
		border-left:none !important;
		margin-left:0 !important;
		padding-left:0 !important;}
	.ind_sec1_more p span{
		padding-bottom:10px !important;}
	.ind_sec1_top{
		padding-top:0 !important;}
		
	.ind_sec3_main ul li{
		width:100% !important;
		float:none !important;
		
		}
	.ind_sec4_main ul li{
		width:100% !important;
		float:none !important;
		}
	.ind_sec5_area{
		right:0 !important;
		}
	.ind_sec6_con{
		width:100% !important;
		}
	.ind_sec7_left{
		width:100% !important;
		float:none !important;
		}
	.ind_sec7_right{
		width:100% !important;
		float:none !important;
		}
	.is7_bot_left{
		width:100% !important;
		float:none !important;}
	.ab_xian{
		width:100% !important;
		}
	.inner_title{
		width:80% !important;
		margin:0 auto !important;
		}
	
	.brand_banner_box{
		margin-top:20px !important;
		}
	.brand_zong1{
		width:100% !important;
		}
	.brand_culture_list2_text{
		padding-top:10% !important;
		}
	.brand_bottom_left{
		float:none !important;
		width:100% !important;
		}
	.brand_bottom_text{
		width:100% !important;
		float:none !important;
		padding:0 10px 10px !important;}
	.inner_title{
		width:80% !important;
		}
	.about_4_num{
		width:100% !important;
		}
	.numlist{
		width:33.33% !important;
		}
	.about_4>ul{
		display:none !important;
		}
	.x_about_yeji{
		display:none !important;}
	.xian{
		width:100% !important;
		display:none !important}
		
		
	.ind_ban_tit{
		font-size:24px !important;}
	.ind_news_tit{
		padding:50px !important;}
		
	.is7_bot_left p:first-child a{
		font-size:14px !important;
		margin:0 5px !important;
		}
	.ind_sec6_con ul{
		width:95% !important;
		margin:0 auto !important;
		padding-top:20px !important;
		}
	.news_list_new_k{
		padding-right:0 !important;
		}
		
	.news_list_new_k2{
		padding-left:0 !important;
		margin-top:20px !important;
		}
	.brand_culture_bottom{
		margin-top:0 !important;
		}
	.ban_ico{
		right:5px !important;
		}
	.inner_title h2{
		font-size:18px !important;}
	.ind_sec6_con ul>li{
		padding-left:0 !important;
		}
	.pro_quick_menu{
		padding:0 15px !important;
		}

	
	}



.loading {
	position:fixed;
	width:100%;
	z-index:99999999;
	text-align:center;
	margin:auto;
	display:none;
}
.pass{
	background:#fff;
	width:300px;
	height:160px;
	z-index:999999999;
	position:relative; left:50%;
	margin-left:-150px;
	margin-top:18%;
	padding:30px;
	border-radius:5px;
	}
.pass p{
	text-align:left;
	
	}
.pass button{
	padding:1px 5px;
	
	}