@charset "utf-8";
/* CSS Document */
.body{
	font-family:"微软雅黑";}
.wap{
	font-family:"微软雅黑";
	width:100%;
	position:relative;
	}

.heard{
	width:100%;
	height:70px;
	position:fixed; top:0; left:0;
	z-index:1000;
	background:#FFF;
	}
@media (max-width: 767px) {
.heard{
	height:50px;
	}	
.phone_logo{
	width:100px;
	float:left;
	margin-top:11px;
	}	
	}
@media (min-width: 768px) and (max-width: 991px){
.phone_logo{
	width:150px;
	margin-top:14px;
	}	
	}			
.logo{
	float:left;
	height:100%;
	display:inline-block;
	overflow:hidden;
	-webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -o-perspective: 1000px;
    -ms-perspective: 1000px;
    perspective: 1000px;
	}
.logo>a{
	display:block;
	height:100%;
	}	
.cube{
	height:100%;
    -webkit-transform: translateZ(-35px);
    -moz-transform: translateZ(-35px);
    -o-transform: translateZ(-35px);
    -ms-transform: translateZ(-35px);
    transform: translateZ(-35px);
	overflow: visible;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
	-webkit-transition: all .6s cubic-bezier(.445, .145, .355, 1);
    -moz-transition: all .6s cubic-bezier(.445, .145, .355, 1);
    -o-transition: all .6s cubic-bezier(.445, .145, .355, 1);
    -ms-transition: all .6s cubic-bezier(.445, .145, .355, 1);
    transition: all .6s cubic-bezier(.445, .145, .355, 1);
}
.cube:hover{
    -moz-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -moz-transform: rotateX(0deg)\0;
    -o-transform: rotateX(0deg)\0;
    -ms-transform: rotateX(0deg)\0;
    transform: rotateX(0deg)\0;
	}


.heard_nav{
	margin:0;
	padding:0;
	float:right;
	display:inline-block;
	margin-right:30px;
	height:100%;
	font-family:"微软雅黑";
	}
.heard_nav>li{
	float:left;
	line-height:70px;
	height:100%;
	position:relative;
	}
.heard_nav>li>ul{
	width:100%;
	position:absolute; top:70px; left:0;
	padding:0;
	margin:0;
	border-top:2px solid #e73029;
	display:none;
	}
.heard_nav>li>ul>li{
	background:#FFF;
	line-height:40px;
	background:#eee;
	text-align:center;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
	-o-transition: 0.3s linear;	
	transition: 0.3s linear;
	}
.heard_nav>li>ul>li:hover{
	background:#e73029;
	}		
.heard_nav>li>ul>li>a{
	font-size:14px;
	color:#000;
	text-decoration:none !important;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
	-o-transition: 0.3s linear;	
	transition: 0.3s linear;
	}
.heard_nav>li>ul>li:hover a{
	color:#FFF;
	}		
.heard_nav>li>div{
	width:100%;
	height:100%;
	overflow:hidden;
	-webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -o-perspective: 1000px;
    -ms-perspective: 1000px;
    perspective: 1000px;
	}		
.heard_nav>li>div>a{
	display:block;
	height:100%;
	font-size:14px;
	color:#000;
	font-weight:bold;
	letter-spacing:1px;
	text-decoration:none !important;
	}				
.nav_p1{
	margin-bottom:0;
	-webkit-transform: translateZ(35px);
    -moz-transform: translateZ(35px);
    -o-transform: translateZ(35px);
    -ms-transform: translateZ(35px);
    transform: translateZ(35px);
	}
.nav_p1>i{
	font-size:16px;
	color:#000;
	line-height:70px;
	}
.nav_p2>i{
	font-size:16px;
	color:#fff;
	line-height:70px;
	}			
.nav_p2_bg{
	background:#e73029;
	}
.nav_p2{
	margin-bottom:0;
	-webkit-transform: rotateX(-90deg) translateZ(-35px);
    -moz-transform: rotateX(-90deg) translateZ(-35px);
    -o-transform: rotateX(-90deg) translateZ(-35px);
    -ms-transform: rotateX(-90deg) translateZ(-35px);
    transform: rotateX(-90deg) translateZ(-35px);
	}		
	
	
.nav_p1, .nav_p2{
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
	position: relative;	
    text-align:center;	 
    height:100%;	
	}
.nav_p1>img{
	width:170px;
	}		
.on1{
	padding:11px 30px;
	}	
.on2{
	color:#FFF;
    }	
.on3{
	height:100%;
	}	
	
.heard_b{
	width:100%;
	height:40px;
	background:#f97873;
	position:fixed; top:70px; left:0;
	z-index:100;
	}	
.heard_bon{
	float:right;
	padding-right:50px;
	}	
.heard_bon>span{
	line-height:40px;
	padding:0 2px;
	color:#FFF;
	}	
.heard_bon>span>i{
	line-height:40px;
	font-size:16px;
	color:#FFF;
	cursor:pointer;
	}	
.heard_bon>span>input{
	line-height:25px;
	margin-left:10px;
	background:none;
	padding:0 10px;
	color:#FFF;
	width:0;
	opacity:0;
	border:none;
    filter:alpha(opacity=0);
    -moz-opacity:0; 
    -khtml-opacity:0;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
	-o-transition: 0.3s linear;	
	transition: 0.3s linear;
	}	
.inputon{
	width:200px !important; 
	opacity:1 !important; 
    filter:alpha(opacity=100) !important; 
    -moz-opacity:1 !important;  
    -khtml-opacity:1 !important; 
	}	

@media (min-width: 768px) {
	.on3{
		padding:0 5px;
		}
	.heard_nav>li>ul>li{
		padding:0 5px;
		}
	}
@media (min-width: 992px) {
	.on3{
		padding:0 10px;
		}
	.heard_nav>li>ul>li{
		padding:0 10px;
		}
	}
@media (min-width: 1200px) {
	.on3{
		padding:0 20px;
		}
	.heard_nav>li>ul>li{
		padding:0 20px;
		}	
	}		

.lang{
	height:0;
	overflow:hidden;
	position:absolute; top:70px; left:0px;
	-webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
	opacity:0;
    filter:alpha(opacity=0);
    -moz-opacity:0; 
    -khtml-opacity:0;
	border-radius:3px;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
	-o-transition: 0.3s linear;	
	transition: 0.3s linear;
	}
.lang>a{
	height:40px !important;
	text-align:center !important;
	line-height:40px !important;
	background:#e50012 !important;
	color:#FFF !important;
	}	
.ewm_btn:hover .lang{
	height:40px;
	-webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
	opacity:1;
    filter:alpha(opacity=100);
    -moz-opacity:1; 
    -khtml-opacity:1;
	} 



.nav_btn{
	position:absolute; top:15px; right:15px;
	cursor:pointer;
	}
.nav_btn>img{
	border-radius:4px;
	}

.phone_nav{
	width:100%;
	height:0;
	background:#11191c;
	position:absolute; top:80px; left:0; z-index:-1;
    opacity:0;
    filter:alpha(opacity=0);
    -moz-opacity:0; 
    -khtml-opacity:0;
	overflow:hidden;
	}	
.phone_nav>ul{
	padding:0;
	margin:0;
	padding-top:15px;
	}	
.phone_nav>ul>li{
	line-height:40px;
	padding-left:15px;
	border-bottom:1px dotted #333;
	}	
.phone_nav>ul>li>a{
	color:#FFF;
	font-weight:bold;
	text-decoration:none !important; 
	font-size:16px;
	letter-spacing:2px;
	font-weight:500;
	text-align:left;
	text-transform:uppercase;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
	-o-transition: 0.3s linear;	
	transition: 0.3s linear;
	}
.phone_nav>ul>li>ul{
	padding-top:5px;
	padding-bottom:15px;
	display:none;
	}	
.phone_nav>ul>li>ul>li{
	line-height:30px;
	}
.phone_nav>ul>li>ul>li>a{
	text-align:left;
	color:#e5e5e5;
	}				
.nav_on>a{
	color:#e50012 !important;
	}	
.nav_btn1{
	width:30px;
	height:30px;
	background:#e50012;
	cursor:pointer;
	position:absolute; top:90px; right:15px;
	border-radius:1px;
	opacity:0;
    filter:alpha(opacity=0);
    -moz-opacity:0; 
    -khtml-opacity:0;
	}	
.nav_btn1>img{
	margin-top:2px;
	}





















.banner{
	padding-top:70px;
	}	
@media (max-width: 767px) {
.banner{
	padding-top:50px;
	}	
	}	
.glyphicon-menu-left{
	position:absolute !important;
	top:46.48% !important;
	left:50% !important;
	margin-left:-15px !important;
	}
.glyphicon-menu-right{
	position:absolute !important;
	top:46.48% !important;
	right:50% !important;
	margin-right:-15px !important;
	}	

	

.sec1{
	width:100%;
	padding:30px 0;
	overflow:hidden;
	}	


.sec1 h3{
	color:#000;
	text-transform:uppercase;
	position:relative; top:80px; opacity:0;
	}
.sec1_l{
	position:relative; top:80px; opacity:0;
    } 
.sec1_l>p{
	width:90%;
	font-size:12px;
	color:#666;
	line-height:25px;
	margin-top:10px;
	}
.sec1_l>a{
	display:block;
	width:180px;
	line-height:40px;
	border:1px solid #FFF;
	text-transform:uppercase;
	text-align:center;
	color:#fff;
	background:#e73029;
	text-decoration:none !important;
	font-size:16px;
	letter-spacing:2px;
	margin:20px 0;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
	-o-transition: 0.3s linear;	
	transition: 0.3s linear;
	}
.sec1_l>a:hover{
	color:#fff;
	background:#000;
	}			
.sec1_r{
	position:relative; top:80px; opacity:0;
    } 	
.sec1_r>p{
	font-size:12px;
	color:#666;
	line-height:25px;
	margin-top:10px;
	text-align:right;
	}	
.sec1_r>h2{
	font-size:25px;
	color:#000;
	text-align:right;
	letter-spacing:2px;
	padding:10px 0;
	}		

@media (max-width: 767px) {
	.sec1 h3{
		font-size:20px;
		}
	.sec1_l>a{
		width:120px;
		line-height:35px;
		font-size:14px;
		}	
	.sec1_r>h2{
		font-size:22px;
		}
	.sec1_l>p{
		width:100%;
		}		
	}
	
	

.sec2{
	width:100%;
	background:#eeeeee;
	}	
.sec2_con{
	width:100%;
	padding:30px 0 30px 0;
	overflow:hidden;
	}
.sec2_con>h3{
	color:#000;
	text-transform:uppercase;
	margin-bottom:20px;
	position:relative; top:-80px; opacity:0;
	}		
.sec2_con>ul{
	padding:0;
	margin:0;
	width:200%;
	position:relative;
	}	
.sec2_con>ul>li{
	width:16.6666666666666667%;
	float:left;
	}

.sec2_li1{
	position:relative; top:-80px; opacity:0;
	}
.sec2_li2{
	position:relative; top:80px; opacity:0;
	}
.sec2_li3{
	position:relative; top:-80px; opacity:0;
	}		
		
.pro_img{
	width:100%;
	overflow:hidden;
	}
.pro_img>img{
	-webkit-transition: -webkit-transform 0.5s linear;
	-moz-transition: -moz-transform 0.5s linear;
	-ms-transition: -ms-transform 0.5s linear;
	-o-transition: -o-transform 0.5s linear;	
	transition: transform 0.5s linear;
	}
.sec2_con>ul>li:hover .pro_img>img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	}		
.pro_zi{
	width:100%;
	text-align:center;
	position:relative;
	background:#FFF;
	}		
.pro_zi>p{
	color:#e73029;
	font-size:16px;
	font-weight:bold;
	padding-top:25px;
	}
.pro_zi>h4{
	color:#000;
	padding-top:10px;
	letter-spacing:2px;
	text-transform:uppercase;
	}
.pro_zi>h5{
	width:80%;
	color:#666;
	font-size:12px;
	padding-top:5px;
	line-height:20px;
	margin:0 auto;
	}

.sj_top{
	width:0; 
    height:0; 
    border-left:30px solid transparent;
    border-right:30px solid transparent;
    border-bottom:30px solid #fff;
	position:absolute; top:-30px; left:50%;
	margin-left:-30px;
	z-index:100;
	}
.sj_bottom{
	width:0; 
    height:0; 
    border-left:30px solid transparent;
    border-right:30px solid transparent;
    border-top:30px solid #fff;
	position:absolute; bottom:-30px; left:50%;
	margin-left:-30px;
	z-index:100;
	}		

.pro_zi>a{
	width:70px;
	height:70px;
	display:block;
	margin:0 auto;
	margin-top:5%;
	position:relative;
	text-decoration:none !important;
	}
.pro_zi>a>p{
	width:100%;
	height:100%;
	border:2px solid #e73029;
	border-radius:70px;
	-webkit-transition: 0.4s linear;
	-moz-transition: 0.4s linear;
	-ms-transition: 0.4s linear;
	-o-transition: 0.4s linear;
	transition: 0.4s linear;
	}		
.pro_zi>a>span{
	color:#000;
	line-height:70px;
	width:100%;
	-webkit-transition: 0.4s linear;
	-moz-transition: 0.4s linear;
	-ms-transition: 0.4s linear;
	-o-transition: 0.4s linear;
	transition: 0.4s linear;
	font-size:12px;
	font-weight:bold;
	display:block;
	position:absolute; top:0; left:0;
	text-transform:uppercase;
	text-align:center;
	}	
.pro_zi>a:hover >p{
	background:#e73029;
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
	}		
.pro_zi>a:hover span{
	color:#fff;
	}			

.case_num{
	width:100%;
	padding:30px 0;
	text-align:center;
	}	
.case_num>ul{
	padding:0;
	margin:0;
	display:inline-block;
	}
.case_num>ul>li{
	width:12px;
	height:12px;
	background:#FFF;
	border-radius:12px;
	float:left;
	margin:0 6px;
	cursor:pointer;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
	-o-transition: 0.3s linear;	
	transition: 0.3s linear;
	}		
.case_on{
	background:#e73029 !important;
	}	

@media (max-width: 767px) {
.sec2_con>h3{
	font-size:20px;
	}
.sec2_con>ul{
	width:600%;
	}
.pro_zi{
	height:auto !important;
	padding:20px 0;
	}			
.sec2_con{
	padding-bottom:60px;
	}	
	}

@media (min-width: 768px) and (max-width: 991px){
.sec2_con>ul{
	width:300%;
	}	
	}



	
.sec3{
	width:100%;
	background:#f5f5f5;
	}
.sec3_con{
	width:100%;
	padding:30px 0 50px 0;
	}		
.sec3_con>h3{
	color:#000;
	text-transform:uppercase;
	margin-bottom:20px;
	position:relative; top:80px; opacity:0;
	}	
.sec3_list{
	position:relative;
	overflow:hidden;
	top:80px; opacity:0;
	}
.sec3_list_zi{
	width:100%;
	text-align:center;
	position:absolute; top:50%; left:0;
	margin-top:-60px;
	}
.sec3_list_zi>h5{
	font-size:20px;
	font-weight:bold;
	line-height:40px;
	letter-spacing:1px;
	}
.sec3_list_zi>p{
	font-size:15px;
	letter-spacing:1px;
	}		

	
.sec3_list>img{
	-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;
	}
.sec3_list:hover >img{
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
	transform:scale(1.1);
	}
.sec3_list_con{
	width:100%;
	background:rgba(231,48,41,0.6);
	filter:alpha(opacity=100);
	position:absolute; left:0;
	bottom:-50px;
	}
.sec3_list_con>h5{
	line-height:50px;
	margin:0;
	padding-left:30px;
	color:#FFF;
	font-size:16px;
	letter-spacing:1px;
	}





	


	
	
.sec4{
	width:100%;
	background:#FFF;
	overflow:hidden;
	}	
.sec4_con{
	width:100%;
	padding:30px 0 50px 0;
	}	
.sec4_con_l>h3{
	color:#000;
	text-transform:uppercase;
	margin-bottom:20px;
	}
.sec4_con_r>h3{
	color:#000;
	text-transform:uppercase;
	margin-bottom:50px;
	}		

.sec4_con_l{
	position:relative; left:-150px; opacity:0;
	}
.sec4_con_r{
	position:relative; right:-150px; opacity:0;
	padding-left:30px;
	}		
	
	
.sec4_con_r>p{
	line-height:30px;
	color:#000;
	font-size:15px;
	letter-spacing:1px;
	}	
.sec4_con_r>p>i{
	width:30px;
	font-size:22px;
	position:relative; top:3px;
	margin-right:10px;
	color:#e73029;
    }	

@media (max-width: 767px) {
	.sec4_con_l>h3{
		font-size:20px;
		}
	.sec4_con_r{
		padding-left:0 !important;
		}	
	.sec4_con_r>h3{
		font-size:20px;
		}	
	.sec4_con_r>p{
		font-size:13px;
		letter-spacing:1px;
		}	
	}

	
	
.foot{
	width:100%;
	background:#292929;
	padding:30px 0 20px 0;
	}
.foot_l{
	float:left;
	}
.foot_nav{
	margin-bottom:40px;
	}	
.foot_logo{
	float:left;
	margin-top:5px;
	}		
.foot_nav>ul{
	padding:0;
	margin:0;
	float:left;
	padding-left:30px;
	margin-top:3px;
	}
.foot_nav>ul>li{
	float:left;
	line-height:32px;
	padding:0 5px;
	}
.foot_nav>ul>li>a{
	font-size:14px;
	color:#ababab;
	text-decoration:none !important;
	font-family:"微软雅黑";
	}
.foot_l>p{
	font-size:12px;
	color:#ababab;
	margin-bottom:5px;
	font-family:"微软雅黑";
	}
.foot_l>p:first-child{
	margin-top:20px;
	}
	
.foot_r{
	float:right;
	}
.foot_r_top{
	width:100%;
	float:right;
	}		
.foot_r_top span{
	display:block;
	width:40px;
	height:40px;
	border-radius:40px;
	float:left;
	margin:5px 5px;
	text-align:center;
	padding-left: 36px;	
	}	
.foot_r_top span>i{
	font-size:16px;
	color:#FFF;
	line-height:40px;
	}

.foot_r_bottom>span{
	display:block;
	font-size:30px;
	color:#FFF;
	text-align:right;
	margin-top:15px;
	}
.foot_r_bottom>span>i{
	color:#ababab;
	font-size:20px;
	padding-right:15px;
	line-height:30px !important;
	}
.foot_r_bottom>p{
	font-size:12px;
	color:#ababab;
	margin-bottom:5px;
	text-align:right;
	margin-top:10px;
	font-family:"微软雅黑";
	}

.foot_r_top>ul{
	padding:0;
	margin:0;
	float:left;
	padding-left:30px;
	margin-top:3px;
	}
.foot_r_top>ul>li{
	float:left;
	line-height:32px;
	padding:0 5px;
	}
.foot_r_top>ul>li>a{
	font-size:14px;
	color:#ababab;
	text-decoration:none !important;
	}



@media (max-width: 767px) {
.foot_r{
	text-align:center;
	}	
.foot_r_top{
	width:150px !important;
	float:none;
	margin:0 auto;
	}	
.foot_r_bottom>span{
	font-size:18px;
	text-align:center;
	}
.foot_r_bottom>p{
	font-size:12px;
	text-align:center;
	}		
	}	

.inner_banner{
	padding-top:70px;
	}
@media (max-width: 767px) {
.inner_banner{
	padding-top:50px;
	}	
	}



/***** about *****/
.ab_sec1{
	padding:30px 0 60px 0; 
	}
.about1_sec{
	width:100%; 
	}
.inner_h2{
	font-size:24px;
	color:#000;
	margin-bottom:30px;
	text-transform:uppercase;
	letter-spacing:2px;
	position:relative;
	text-align:left;
	position:relative; top:80px; opacity:0;
	}
.inner_h2>span{
	display:inline-block;
	font-size:14px;
	margin-top:10px;
	font-family:"微软雅黑";
	}	
.inner_h2:after{
	width:100px;
	height:2px;
	content: '';
	background:#000;
	position:absolute; bottom:-15px; left:0;
	}
.inner_h21:after{
	background:#fff;
	}	

@media (max-width: 767px) {
.inner_h2{
	font-size:20px;
	margin-top:0px;
	margin-bottom:20px;
	}	
}	

.about1_sec_l{
	text-align:center;
	padding:10px 0;
	position:relative; top:80px; opacity:0;
	}
.about1_sec_l>h3{
	font-size:16px;
	color:#000;
	font-weight:600;
	letter-spacing:2px;
	}
.about1_sec_l>span{
	display:block;
	font-size:13px;
	color:#999;
	margin-top:20px;
	margin-bottom:30px;
	}
.about1_sec_l>p{
	font-size:12px;
	color:#666;
	line-height:25px;
	text-align:left;
	}	

.about1_sec_r{
	width:100%;
	padding-left:20px;
	position:relative;
	}
.about1_sec_r>img{
	border:1px solid #e3e3e3;
	border-radius:100%;
	-webkit-transition: 0.8s linear;
	-moz-transition: 0.8s linear;
	-ms-transition: 0.8s linear;
	-o-transition: 0.8s linear;	
	transition: 0.8s linear;
	-webkit-transform:scale(0.5);
	-moz-transform:scale(0.5);
	-ms-transform:scale(0.5);
	-o-transform:scale(0.5);
	transform:scale(0.5);
	opacity:0;
    filter:alpha(opacity=0);
    -moz-opacity:0; 
    -khtml-opacity:0;
	}
.about1_sec_r1{
	width:40%;
	position:absolute; top:8%; right:5%;
	background:#e50012;
	border-radius:100%;
	text-align:center;
	-webkit-transition: 0.8s linear;
	-moz-transition: 0.8s linear;
	-ms-transition: 0.8s linear;
	-o-transition: 0.8s linear;	
	transition: 0.8s linear;
	-webkit-transform:scale(0.3);
	-moz-transform:scale(0.3);
	-ms-transform:scale(0.3);
	-o-transform:scale(0.3);
	transform:scale(0.3);
	opacity:0;
    filter:alpha(opacity=0);
    -moz-opacity:0; 
    -khtml-opacity:0;
	}
.about1_sec_r1>h5{
	color:#FFF;
	font-size:15px;
	text-transform:uppercase;
	font-weight:600;
	letter-spacing:2px;
	position:relative;
	width:120px;
	margin:30px auto;
	margin-top:20%;
	border-top:1px dotted #FFFFFF;
	border-bottom:1px dotted #FFFFFF;
	line-height:40px;
	}	
.about1_sec_r1>p{
	width:50%;
	margin:0 auto;
	font-size:13px;
	color:#f5f5f5;
	line-height:25px;
	letter-spacing:1px;
	}			
.about1_sec_r2{
	width:35%;
	position:absolute; bottom:-12%; left:40%;
	background:#FFF;
	border-radius:100%;
	border:1px solid #e3e3e3;
	text-align:center;
	-webkit-transition: 0.8s linear;
	-moz-transition: 0.8s linear;
	-ms-transition: 0.8s linear;
	-o-transition: 0.8s linear;	
	transition: 0.8s linear;
	-webkit-transform:scale(0.3);
	-moz-transform:scale(0.3);
	-ms-transform:scale(0.3);
	-o-transform:scale(0.3);
	transform:scale(0.3);
	opacity:0;
    filter:alpha(opacity=0);
    -moz-opacity:0; 
    -khtml-opacity:0;
	}
.about1_sec_r2>h5{
	font-size:16px;
	color:#e50012;
	line-height:30px;
	margin-top:32%;
	font-weight:bold;
	letter-spacing:3px;
	}

.ab_sec2{
	width:100%;
	padding:30px 0 60px 0;
	background:#eeeeee;  
	}
.about2_sec_list{
	padding:20px;
	background:#FFF;
	margin:30px 0 10px 0;
	cursor:pointer;
	border-radius:3px;
	position:relative; top:50px; opacity:0;
	}
.about2_sec_list>h2{
	font-size:15px;
	font-weight:bold;
	line-height:25px;
	letter-spacing:2px;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
	-o-transition: 0.3s linear;	
	transition: 0.3s linear;
	position:relative; z-index:20;
	}	
.about2_sec_list>h5{
	font-size:14px;
	font-weight:bold;
	line-height:25px;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
	-o-transition: 0.3s linear;	
	transition: 0.3s linear;
	position:relative; z-index:20;
	}
.about2_sec_list>span{
	color:#e50012;
	font-size:12px;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
	-o-transition: 0.3s linear;	
	transition: 0.3s linear;
	position:relative; z-index:20;
	}
.about2_sec_list>p{
	font-size:12px;
	color:#666;
	line-height:22px;
	margin:25px 0 15px 0;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
	-o-transition: 0.3s linear;	
	transition: 0.3s linear;
	position:relative; z-index:20;
	}	
.about2_sec_list>a{
	display:block;
	width:100px;
	line-height:25px;
	font-size:12px;
	text-align:center;
	text-transform:uppercase;
	border:1px solid #e50012;
	color:#666;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
	-o-transition: 0.3s linear;	
	transition: 0.3s linear;
	position:relative; z-index:20;
	}

.about2_sec_list_bg{
	display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: 0px;
    padding: 0px;
	background: transparent;
    z-index: 10;
	border-radius:3px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
	}
.about2_sec_list:hover .about2_sec_list_bg{
    background:#e50012;
    top: -5%;
    bottom: -5%;	
	}	
.about2_sec_list:hover >h2{
	color:#FFF;
	}	
.about2_sec_list:hover >h5{
	color:#FFF;
	}
.about2_sec_list:hover >span{
	color:#FFF;
	}
.about2_sec_list:hover >p{
	color:#F5F5F5;
	}			
.about2_sec_list:hover >a{
	color:#e50012;
	background:#FFF;
	}

.about2_sec>a{
	display:block;
	width:150px;
	line-height:40px;
	text-align:center;
	margin:25px auto;
	margin-top:50px;
	background:#FFF;
	color:#000;
	letter-spacing:1px;
	font-weight:600;
	text-transform:uppercase;
	-webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
	border-radius:3px;
	}
.about2_sec>a:hover{
	background:#e50012;
	color:#FFF;
	}

.ab_sec3{
	width:100%;
	padding:30px 0 60px 0;
	background:url(../images/honor_bg.jpg) center no-repeat;
	background-size:cover; 
	}


.about_video{
	width:100%;
	padding-top:2%;
	padding-bottom:2%;
	}
.about_video_btn{
	width:62px;
	float:right;	
	border:1px solid #a19b9d;
	margin-left:20px;
	margin-bottom:20px;
	position:relative; top:50px; opacity:0; z-index:10;
}
.about_video_btn>a{
	display:block;
	width:50%;
	height:30px;
	float:left;
	text-align:center;
	color:#e50012 !important;
	text-decoration:none !important;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
	-o-transition: 0.3s linear;	
	transition: 0.3s linear;
	}
.about_video_btn>a>i{
	line-height:30px;
	}		
.about_video_btn>a:hover{
	background:#FFF;
	}

	
.about_video_box{
	width:100%;
	overflow:hidden;
	padding-bottom:20px;
	position:relative; z-index:5;
	}
.about_video_box>ul{
	padding:0;
	margin:0;
	position:relative;
	}
.about_video_box>ul>li{
	float:left;
	position:relative;
	}
.about_video_img{
	padding:0 20px;
	width:100%;
	position:absolute; bottom:0; left:0;
	}
.about_video_img>img{
	-webkit-transition: 0.6s linear;
	-moz-transition: 0.6s linear;
	-ms-transition: 0.6s linear;
	-o-transition: 0.6s linear;	
	transition: 0.6s linear;
	-webkit-transform:scale(0.3);
	-moz-transform:scale(0.3);
	-ms-transform:scale(0.3);
	-o-transform:scale(0.3);
	transform:scale(0.3);
	opacity:0;
    filter:alpha(opacity=0);
    -moz-opacity:0; 
    -khtml-opacity:0;
	}	
.about_video_box>ul>li>h5{
	width:100%;
	position:absolute; left:0;
	bottom:-50px;
	padding-left:20px;
	color:#fff;
    }

.ab_sec4{
	width:100%;
	padding:30px 0 60px 0;
	background:#fff;
	/*text-align:center;*/
	}
.about4_sec{
	width:100%;
	overflow:hidden;
	}
.about4_sec_box{
	position:relative;
	margin-top:20px;
	}	
.about4_sec_list{
	float:left;
	background:#eaeaea;
	padding:20px 0;
	/*text-align:center;*/
	border-right:1px solid #d0d0d0;
	border-top:2px solid #d0d0d0;
	border-bottom:2px solid #d0d0d0;
	position:relative; top:50px; opacity:0;
	}	
.about4_sec_list>img{
	width:50%;
	border-radius:100%;
	-webkit-transition: 0.6s linear;
	-moz-transition: 0.6s linear;
	-ms-transition: 0.6s linear;
	-o-transition: 0.6s linear;	
	transition: 0.6s linear;
	-webkit-transform:scale(0.3);
	-moz-transform:scale(0.3);
	-ms-transform:scale(0.3);
	-o-transform:scale(0.3);
	transform:scale(0.3);
	opacity:0;
    filter:alpha(opacity=0);
    -moz-opacity:0; 
    -khtml-opacity:0;
	}		
.about4_sec_list_zi{
	width:90%;
	margin:20px auto;
	}
.about4_sec_list_zi>h5{
	font-size:20px;
	color:#a9a9a9;
	}
.about4_line{
	width:100%;
	height:2px;
	background:#e2e2e2;
	margin:20px 0;
	}
.about4_sec_list_zi>p{
	margin:15px 0;
	color:#a9a9a9;
	font-size:12px;
	letter-spacing:1px;
	line-height:22px;
	}

.about4_btn{
	display:inline-block;
	margin-top:30px;
	}
.about4_prev{
	float:left;
	width:120px;
	line-height:40px;
	background:#e50012;
	text-align:center;
	cursor:pointer;
	color:#FFF;
	}
.about4_prev>i{
	line-height:40px;
	font-size:16px;
	padding-left:15px;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
	-o-transition: 0.3s linear;	
	transition: 0.3s linear;
	}
.about4_prev:hover >i{
	padding-left:0px;
	}	
.about4_next{
	float:left;
	width:120px;
	line-height:40px;
	background:#e50012;
	text-align:center;
	cursor:pointer;
	color:#FFF;
	}
.about4_next>i{
	line-height:40px;
	font-size:16px;
	padding-right:15px;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
	-o-transition: 0.3s linear;	
	transition: 0.3s linear;
	}	
.about4_next:hover >i{
	padding-right:0px;
	}
	
@media (max-width: 767px) {
.about1_sec_r1>h5{
	margin-top:32%;
	}	
.about1_sec_r2>h5{
    font-size:14px;	
	}	
.about1_sec_r2>h5{
	margin-top:30%;
	}
.about2_sec_list>h5{
	font-size:13px;
	}	
.about_video_box{
	top:-50px;
	}
.ab_sec3{
	padding-bottom:10px;
	}			
}	
	
@media (min-width: 768px) and (max-width: 991px) {
	
}		
	
	
	
	
	
	
/***** about *****/




/***** product *****/
.pro_sec{
	width:100%;
	padding:30px 0 80px 0;
	}
.pro_sec_img{
	width:100%;
	}	
.pro_sec_zi{
	width:100%;
	background:#eee;
	text-align:center;
	}
.pro_sec_zi>h2{
	margin-top:0;
	font-size:20px;
	text-transform:uppercase;
	color:#000;
	padding-top:10%;
	letter-spacing:2px;
	position:relative; top:50px; opacity:0;
	}
.pro_sec_zi>a{
	display:block;
	width:90px;
	height:90px;
	font-size:13px;
	position:relative; z-index:2;
	margin:0 auto;
	padding-top:20px;
	margin-top:60px;
	text-transform:uppercase;
	color:#fff !important;
	line-height:20px;
	-webkit-transition: 0.6s linear;
	-moz-transition: 0.6s linear;
	-ms-transition: 0.6s linear;
	-o-transition: 0.6s linear;	
	transition: 0.6s linear;
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	-ms-transform:scale(0);
	-o-transform:scale(0);
	transform:scale(0);
	}
.aon_show{
	-webkit-transform:scale(1) !important;
	-moz-transform:scale(1) !important;
	-ms-transform:scale(1) !important;
	-o-transform:scale(1) !important;
	transform:scale(1) !important;
	}
.yuan_show{
	-webkit-transform:scale(1) !important;
	-moz-transform:scale(1) !important;
	-ms-transform:scale(1) !important;
	-o-transform:scale(1) !important;
	transform:scale(1) !important;
	opacity:1 !important;
    filter:alpha(opacity=100) !important;
    -moz-opacity:1 !important;
    -khtml-opacity:1 !important;
	}		
.pro_sec_zi>a:hover{
	color:#FFF !important;
	}	
.pro_sec_zi>a:before{
	width:90px;
	height:90px;
	content: '';
	background:#000;
	position:absolute; top:0; left:0;
	z-index:-1;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
    transform: rotate(45deg);
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
	-o-transition: 0.3s linear;	
	transition: 0.3s linear;
	}
.pro_sec_zi>a:after{
	width:100px;
	height:100px;
	content: '';
	border:1px solid #666;
	position:absolute; top:-5px; left:-5px;
	z-index:-1;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
    transform: rotate(45deg);
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
	-o-transition: 0.3s linear;	
	transition: 0.3s linear;
	}

.pro_sec_zi>a:hover:before{
	background:#e50012;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
    transform: rotate(135deg);
	}
.pro_sec_zi>a:hover:after{
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
    transform: rotate(135deg);
	}	
		
.aline{
	width:30px;
	height:1px;
	background:#fff;
	margin:0 auto;
	margin-top:5px;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
	-o-transition: 0.3s linear;	
	transition: 0.3s linear;
	}

.pro_sec_zi>a:hover .aline{
	background:#fff;
	}

.pro_sec_zi>p{
	width:65%;
	margin:0 auto;
	font-size:12px;
	line-height:25px;
	color:#666;
	margin-top:80px;
	position:relative; top:50px; opacity:0;
	}




/***** product *****/


/***** product_list *****/
.pro_list{
	width:100%; 
	padding:30px 0 60px 0;
	overflow:hidden;
	}

.pro_list_title{
	width:100%;
	margin-top:30px;
	}
.pro_list_title>ul{
	padding:0;
	margin:0;
	}
.pro_list_title>ul>li{
	color:#666;
	font-size:12px;
	line-height:30px;
	letter-spacing:1px;
	padding-left:20px;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
	-o-transition: 0.3s linear;	
	transition: 0.3s linear;
	}
.pro_list_title>ul>li:hover{
	background:#e50012;
	color:#FFF;
	}	
.pro_on{
	background:#e50012 !important;
	color:#FFF !important;
	}

.pro_list_t{
	margin-top:30px;
	text-align:center;
	position:relative; top:80px; opacity:0;
	}
.pro_list_t>h5{
	float:left;
	width:220px;
	background:#e50012;
	color:#FFF;
	line-height:40px;
	font-size:15px;
	letter-spacing:1px;
	position:relative;
	}
.pro_list_t>h5>ul{
	padding:0;
	margin:0;
	width:100%;
	position:absolute; top:40px; left:0; z-index:10;
	border:1px dotted #e50012;
	display:none;
	}	
.pro_list_t>h5>ul>li{
	line-height:29px;
	border-bottom:1px dotted #e50012;
	background:#FFF;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
	-o-transition: 0.3s linear;	
	transition: 0.3s linear;
	}	
.pro_list_t>h5>ul>li>a{
	color:#333;
	font-size:12px;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
	-o-transition: 0.3s linear;	
	transition: 0.3s linear;
	}
.pro_list_t>h5>ul>li:hover{
	background:#000;
	}	
.pro_list_t>h5>ul>li:hover >a{
	color:#FFF;
	}		
.pro_list_t>p{
	width:220px;
	float:left;
	background:#999;
	margin-top:10px;
	color:#FFF;
	line-height:40px;
	font-size:12px;
	letter-spacing:1px;
	cursor:pointer;
	}
.pro_list_t>p>i{
	padding-left:10px;
	}	

.pro_lists{
	margin-bottom:30px;
	background:#eee;
	padding:10px;
	border-radius:3px;
	position:relative; top:50px; opacity:0;
	overflow:hidden;
	}
.mask{
	width:100%;
	height:100%;
	position:absolute; top:0; left:0;
	background-color: rgba(255, 255, 255, 0.7);
    top: -200px;
	text-align:center;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
	}

.mask h2 {
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 16px;
   padding: 10px;
   background: rgba(0, 0, 0, 0.8);
   margin: 20% 0 0 0;
   letter-spacing:1px;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
   -webkit-transform: translateY(-200px);
   -moz-transform: translateY(-200px);
   -o-transform: translateY(-200px);
   -ms-transform: translateY(-200px);
   transform: translateY(-200px);
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.mask a.info {
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   background: #000;
   color: #fff;
   margin-top:20%;
   font-size:13px;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
   text-transform: uppercase;
   -webkit-box-shadow: 0 0 1px #000;
   -moz-box-shadow: 0 0 1px #000;
   box-shadow: 0 0 1px #000;	 
   -webkit-transform: translateY(-200px);
   -moz-transform: translateY(-200px);
   -o-transform: translateY(-200px);
   -ms-transform: translateY(-200px);
   transform: translateY(-200px);
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.mask a.info:hover{
	background: #e50012;
	}
.pro_lists:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   top: 0px;
   -webkit-transition-delay: 0s;
   -moz-transition-delay: 0s;
   -o-transition-delay: 0s;
   -ms-transition-delay: 0s;
   transition-delay: 0s;
   -webkit-animation: bounceY 0.9s linear;
   -moz-animation: bounceY 0.9s linear;
   -ms-animation: bounceY 0.9s linear;
   animation: bounceY 0.9s linear;
}
.pro_lists:hover h2 {
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}
.pro_lists:hover a.info {
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

	


/***** product_list *****/


/***** product_innner *****/
.pro_inner_img{
	margin-top:30px;
	position:relative; left:-150px;
	opacity:0;
	}
.pro_inner_img>a{
	width: 120px;
    margin-top: 30px;
    background: #e50012;
    font-size: 14px;
    font-family: "微软雅黑";
    color: #fff;
    letter-spacing: 2px;
    text-align: center;
    line-height: 40px;
    display: block;
    padding: 0 20px;
    border-radius: 3px;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
	}	
.pro_inner_img>a:hover {
    color: #fff;
    background: #000;
}	
.pro_inner_zi{
	margin-top:10px;
	padding:20px;
	position:relative; right:-250px;
	opacity:0;	
	}	
.pro_inner_zi>p{
	font-size:12px;
	color:#666;
	line-height:25px;
	}	
.pro_inner_zi>p>strong{
	font-size:13px;
	color:#000;
	}	
.pro_inner_zi>p>span{
	display:block;
	position:relative; top:-25px; left:90px;
	}	
/***** product_innner *****/



/***** case *****/

.case_sec{
	width:100%;
	padding:30px 0 0px 0;
	background:#eee;
	}
.case_sec>div>p{
	font-size:13px;
	line-height:25px;
	color:#666;
	margin-top:40px;
	position:relative; top:80px; opacity:0;
	}


.case_box{
	width:100%;
	overflow:hidden;
	position:relative;
	margin-bottom:20px;
	text-align:center;
	}
.case_tltle{
	padding:0;
	margin:0;
	margin-top:40px;
	margin-bottom:40px;
	position:relative; top:80px; opacity:0;
	display:inline-block;
	}
.case_tltle>li{
	float:left;
	background:#666;	
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
	-o-transition: 0.3s linear;	
	transition: 0.3s linear;
	}
.case_tltle>li:hover{
	background:#e50012;
	}	
.case_tltle>li>a{
	color:#FFF;
	padding:10px 30px;
	font-size:15px;
	letter-spacing:1px;
	}
.case_on{
	background:#e50012 !important;
	}

.case_list{
	width:100%;
	position:relative; top:50px; opacity:0;
	overflow:hidden;
	}
.case_list>img{
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
	-o-transition: 0.3s linear;	
	transition: 0.3s linear;
	}
.case_list:hover >img{
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
	transform:scale(1.1);
	}		
.case_zi{
	width:90%;
	height:50px;
	background:rgba(255,255,255,0.7);
	filter:alpha(opacity=100);
	position:absolute; left:10px; bottom:10px;
	}
.case_zi>h5{
	line-height:50px;
	margin:0;
	padding-left:20px;
	font-size:15px;
	font-weight:600;
	}
.case_zi>h5>i{
	font-size:25px;
	float:right;
	line-height:50px;
	padding-right:20px;
    }

.case1_con{
	width:100%;
	text-align:center;
	background:#eee;
	padding:30px 0 60px 0;
	}
.case1_con>div>h5{
	font-size:20px;
	text-transform:uppercase;
	letter-spacing:1px;
	color:#000;
	margin-bottom:10px;
	position:relative; top:50px; opacity:0;
	}
.case1_con>div>span{
	display:block;
	margin-bottom:20px;
	color:#666;
	font-size:15px;
	letter-spacing:1px;
	position:relative; top:50px; opacity:0;
	}	
.case1_con>div>p{
	font-size:12px;
	width:70%;
	margin:0 auto;
	color:#666;
	line-height:25px;
	position:relative; top:50px; opacity:0;
	}

.case2_con{
	width:100%;
	background:#fff;
	padding:30px 0 60px 0;
	text-align:center;
	}


.case3_con{
	width:100%;
	background:#eee;
	padding:30px 0 60px 0;
	text-align:center;
	}	
.case3_con>div>h5{
	font-size:20px;
	text-transform:uppercase;
	letter-spacing:1px;
	color:#000;
	margin-bottom:10px;
	position:relative; top:50px; opacity:0;
	}
.case3_con>div>span{
	display:block;
	margin-bottom:50px;
	color:#666;
	font-size:15px;
	letter-spacing:1px;
	position:relative; top:50px; opacity:0;
	}	
.case3_con>div>img{
	position:relative; top:50px; opacity:0;
	}

/* phonenav */
.page{
	font-size: 0px;
	text-align: center;
	margin-top:50px;
	padding-bottom: 30px;

}
.page a{
	font-size: 12px;
	color:#000;
	padding:6px 12px;
	margin-right: 1px;
	background:#ebe8e8;
	transition: color .6s,border-color .6s,background-color .6s,border .6s;
}
.page a:hover,.page a.active{
	background:#333;
	color:#fff !important;
	transition: color .6s,border-color .6s,background-color .6s,border .6s;
}


.page font{
	font-size: 12px;
	color: #fff;
	margin-right:1px;
	background:#333;
	font-weight:bold;
	padding:6px 12px;
	color:#fff;
}




.page span{
	font-size: 12px;
	color:#000;
	padding:6px 12px;
	margin-right: 1px;
	color: #000;
	background:#333;
	display:none

}

.page select{
	font-size: 12px;
	padding:3px;
	border: 1px solid #ccc;
	margin-right: 5px;
	line-height: 23px;
	color: #ccc !important;
	display:none

}



.case4_con{
	width:100%;
	background:#fff;
	padding:30px 0 60px 0;
	}	
.case4_con>div>h5{
	font-size:20px;
	text-transform:uppercase;
	color:#000;
	text-align:center;
	margin-bottom:10px;
	letter-spacing:1px;
	position:relative; top:50px; opacity:0;
	}
.case4_con>div>span{
	display:block;
	margin-bottom:20px;
	color:#666;
	text-align:center;
	font-size:15px;
	letter-spacing:1px;
	position:relative; top:50px; opacity:0;
	}




@media (max-width: 767px) {
.case_tltle{
	margin-top:20px;
	margin-bottom:0px;
	}	
.case1_con>div>p{
	width:100%;
	}	
.pro_inner_img>a{
	margin-left:15px;
	}		
}	
	
@media (min-width: 768px) and (max-width: 991px) {
	
}



/***** case *****/






/***** contact *****/
.contact_sec{
	width:100%;
	padding:30px 0 0px 0;
	overflow:hidden;
	}

.contact1_sec{
	width:100%;
	margin:0 auto;
	text-align:left;
	padding-top:50px;
	padding-bottom:60px;
	padding-left:30px;
	position:relative; right:-120px; opacity:0;
	}
.contact1_sec_img{
	padding-top:50px;
	padding-bottom:60px;
	position:relative; left:-120px; opacity:0;
	}	
.contact1_sec>h5{
	font-size:22px;
	letter-spacing:2px;
	color:#000;
	}
.contact1_sec>span{
	display:block;
	color:#666;
	letter-spacing:1px;
	font-size:16px;
	}

.contact1_sec>input{
	width:100%;
	padding:10px;
	margin-top:20px;
	border:2px solid #000;
	letter-spacing:1px;
	color:#000;
	}
.contact1_sec>textarea{
	width:100%;
	padding:10px;
	margin-top:15px;
	border:2px solid #000;
	letter-spacing:1px;
	color:#000;
	height:120px;
	}	
.contact1_sec>a{
	display:block;
	border:2px solid #000;
	width:120px;
	line-height:50px;
	margin-top:30px;
	color:#000;
	text-align:center;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
	-o-transition: 0.3s linear;	
	transition: 0.3s linear;
	}
.contact1_sec>a:hover{
	border:2px solid #e50012;
	background:#e50012;
	color:#FFF;
	}	

.contact2_sec{
	width:100%;
	position:relative;
	margin-bottom:80px;
	margin-top:40px;
	}
.contact2_con{
	width:100%;
	height:100%;
	position:absolute; top:0; left:0;
	}
.contact2_cons{
	height:100%;
	position:absolute; left:500px; opacity:0;
	background:url(../images/contact_bg.png) center no-repeat;
	background-size:cover;
	}
.contact2_cons_zi{
	padding:0 50px;
	padding-top:20%;
	}
.contact2_cons_zi>h5{
	font-size:16px;
	color:#FFF;
	font-weight:bold;
	letter-spacing:2px;
	margin-bottom:30px;
	}	
.contact2_cons_zi>p{
	color:#FFF;
	font-size:13px;
	line-height:25px;
	letter-spacing:1px;
	
	}	



@media (max-width: 767px) {
.contact1_sec{
	padding-left:0;
	padding-top:20px;
	}
.contact1_sec>h5{
	font-size:18px;
	}	
.contact1_sec>span{
	font-size:14px;
	}	
.contact2_cons{
	width:100% !important;
	position:relative;
	}
.contact2_con{
	position:relative;
	}
.contact2_cons_zi{
	padding:20px;
	}	
.contact2_sec{
	margin-bottom:60px;
	}				
}	
	
@media (min-width: 768px) and (max-width: 991px) {
.contact2_cons{
	width:60% !important;
	}	
.contact2_cons_zi{
	padding:0 30px;
	padding-top:3%;
	}
.contact2_cons_zi>p{
	margin-bottom:0;
	}	
.contact2_cons_zi>h5{
	margin-bottom:20px;
	}	
}
@media (min-width: 992px) and (max-width: 1199px) {
.contact2_cons{
	width:50% !important;
	}	
.contact2_cons_zi{
	padding:0 20px;
	padding-top:5%;
	}	
}
@media (min-width: 1200px) and (max-width: 1399px) {
.contact2_cons{
	width:40% !important;
	}	
.contact2_cons_zi{
	padding-top:8%;
	}		
}
@media (min-width: 1400px) and (max-width: 1599px) {
.contact2_cons{
	width:40% !important;
	}	
.contact2_cons_zi{
	padding-top:10%;
	}	
}


/***** contact *****/





/***** job *****/
.job_sec{
	width:100%;
	padding:30px 0 0px 0;
	}
.job1_con{
	width:100%;
	text-align:center;
	margin-top:60px;
	}
.job1_con>img{
	position:relative; top:80px; opacity:0;
	}	
.job1_con>h5{
	font-size:16px;
	color:#666;
	position:relative; top:80px; opacity:0;
	}
.job1_con>h3{
	font-size:20px;
	text-transform:uppercase;
	color:#666;
	margin-top:15px;
	letter-spacing:2px;
	position:relative; top:80px; opacity:0;
	}			
.job1_con>p{
	font-size:12px;
	margin-top:30px;
	color:#666;
	line-height:25px;
	position:relative; top:80px; opacity:0;
	}	
.job2_con{
	width:100%;
	background:#eee;
	padding:60px 0;
	margin-top:50px;
	}
.job2_con>img{
	position:relative; top:80px; opacity:0;
	}
.job2_con>h5{
	font-size:16px;
	color:#666;
	position:relative; top:80px; opacity:0;
	text-align:center;
	font-family:"微软雅黑";
	}
.job2_con>h3{
	font-size:20px;
	text-transform:uppercase;
	color:#666;
	margin-top:15px;
	letter-spacing:2px;
	position:relative; top:80px; opacity:0;
	text-align:center;
	}				

.about_inner4_con{
	width:100%;
	margin:0 auto;
	padding-bottom:30px;
	}
.ab4_title{
	background:#666;
	margin-top:20px;
	}
.ab4_title p{
	color:#FFF;
	margin-bottom:0;
	padding-left:50px;
	line-height:50px;
	font-family:"微软雅黑";
	}
	
.ab4_list{
	background:#f3f3f3;
	margin-top:12px;
	}
.ab4_list p{
	margin-bottom:0;
	padding-left:50px;
	line-height:50px;
	color:#878787;
	font-family:"微软雅黑";
	}
.caoz{
	cursor:pointer;
	font-size:30px !important;
    }
.ab4_list_on{
	background:#a3a3a3;
	}
.ab4_list_on p{
	color:#FFF !important;
	}

.ab4_list_show{
	width:100%;
	position:relative;
	padding:50px 5px;
	display:none;
	}
.ab4_list_show>h5{
	font-size:16px;
	line-height:20px;
	margin-bottom:20px;
	font-family:"微软雅黑";
	}
.ab4_list_show>h5>span{
	font-size:12px;
	color:#999;
	font-weight:normal;
	padding-left:15px;
    }
.ab4_list_show>p{
	width:70%;
	color:#666;
	font-size:12px;
	letter-spacing:2px;
	margin-bottom:5px;
	font-family:"微软雅黑";
	}
.ab4_list_show>span{
	display:block;
	margin-top:20px;
	color:#be011f;
	}		
	
	
		
@media (max-width: 767px) {
.ab4_title p{
    padding-left:15px;
	font-size:13px;
    }
.ab4_list p{
	padding-left:15px;
	font-size:12px;
	line-height:25px;
	font-family:"微软雅黑";
	}  
.ab4_list_show{
	padding:10px 5px;
	}	 
.ab4_list_show>h5{
	font-size:13px;
	margin-bottom:10px;
	}
.pro_list{
	padding:30px 0 0 0;
	}		
}	
	
@media (min-width: 768px) and (max-width: 991px) {
	
}





/***** job  *****/




/***** service  *****/

.service_sec{
	width:100%;
	padding:30px 0 60px 0;
	}
.service1_con{
	text-align:center;
	margin-top:70px;
	}	
.service1_con>h3{
	font-size:20px;
	letter-spacing:1px;
	color:#e10718;
	position:relative; top:80px; opacity:0;
	}
.service1_con>p{
	width:70%;
	margin:0 auto;
	font-size:13px;
	color:#666;
	line-height:25px;
	margin-top:30px;
	position:relative; top:80px; opacity:0;
	}	

.service1_icon{
	display:inline-block;
	margin-top:40px;
	}
.service1_icon_list{
	float:left;
	padding:0 60px;
	border-right:1px solid #eee;
	}

@media (max-width: 767px) {
.service1_icon_list{
	float:none;
	border-right:none;
	}
}
	
.service1_icon_list>img{
	margin-bottom:15px;
	-webkit-transition: 0.6s linear;
	-moz-transition: 0.6s linear;
	-ms-transition: 0.6s linear;
	-o-transition: 0.6s linear;	
	transition: 0.6s linear;
	-webkit-transform:scale(0.3);
	-moz-transform:scale(0.3);
	-ms-transform:scale(0.3);
	-o-transform:scale(0.3);
	transform:scale(0.3);
	opacity:0;
    filter:alpha(opacity=0);
    -moz-opacity:0; 
    -khtml-opacity:0;
	}	
.service1_icon_list>p{
	color:#333;
	font-size:13px;
	line-height:25px;
	width: 184px;
	}

.service2_sec{
	width:100%;
	background:#eeeeee;
	}

.service2_sec{
	width:100%;
	padding:30px 0 60px 0;
	}


.centered {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.centered-y {
	position: absolute;
	width: 100%;
	top: 42%;
	left:0;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	display:none;
}
.centered-y>h2{
	font-size:20px;
	letter-spacing:2px;
	padding:0 30px;
	}
.centered-y>p{
	padding:0 30px;
	}	

.distribution-map {
	position: relative;
	width: 70%;
	padding: 20px;
	text-align:center;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	top:50px; opacity:0;
}
.distribution-map > img {
	width: 100%;
	position: relative;
	margin: 0;
	padding: 0;
}
.map_bg{
	width:100%;
	background:url(../images/map_bg.jpg) repeat;
	position:relative;
    }
.map_bg>img{
	width: 100%;
	position: relative;
	margin: 0;
	padding: 0;
	}

.map_con{
	background:#fff;
	padding:20px;
	display:inline-block;
	border:1px solid #e50012;
	margin-top:30px;
	text-align:left;
	}
.map_cons{
	float:left;
	}	
.map_cons>h5{
	font-size:14px;
	color:000;
	letter-spacing:2px;
	margin-bottom:20px;
	padding:0 20px;
	}	
.map_cons>p{
	padding:0 20px;
	border-bottom:1px dotted #CCCCCC;
	line-height:25px;
	margin-bottom:5px;
	}			
.map_cons>p>a{
	color:#333;
	font-size:12px;
	letter-spacing:2px;
	-webkit-transition: 0.6s linear;
	-moz-transition: 0.6s linear;
	-ms-transition: 0.6s linear;
	-o-transition: 0.6s linear;	
	transition: 0.6s linear;
	}	
.map_cons>p>a>i{
	font-size:14px;
	padding-right:5px;
	color:#666;
	}	
.map_cons>p a:hover{
	color:#e50012;
	}



.distribution-map .map-point {
	cursor: pointer;
	outline: none;
	z-index: 0;
	position: absolute;
	width: 20px;
	height: 20px;
	border-radius:10px;
	background:none;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-moz-transition: opacity 0.25s ease-in-out 0.25s, width 0.25s ease-in-out 0.25s, height 0.25s ease-in-out 0.25s, z-index 0.25s ease-in-out 0.25s;
	-o-transition: opacity 0.25s ease-in-out 0.25s, width 0.25s ease-in-out 0.25s, height 0.25s ease-in-out 0.25s, z-index 0.25s ease-in-out 0.25s;
	-webkit-transition: opacity 0.25s ease-in-out, width 0.25s ease-in-out, height 0.25s ease-in-out, z-index 0.25s ease-in-out;
	-webkit-transition-delay: 0.25s, 0.25s, 0.25s, 0.25s;
	-webkit-transition: opacity 0.25s ease-in-out 0.25s, width 0.25s ease-in-out 0.25s, height 0.25s ease-in-out 0.25s, z-index 0.25s ease-in-out 0.25s;
	transition: opacity 0.25s ease-in-out 0.25s, width 0.25s ease-in-out 0.25s, height 0.25s ease-in-out 0.25s, z-index 0.25s ease-in-out 0.25s;
	border: 2px solid #e50012;
}

.distribution-map .map-point>span{
	display:block;
	width:80px;
	height:30px;
	position:absolute; top:-25px; left:-30px;
	font-size:13px;
	font-weight:bold;
	opacity:1;
    filter:alpha(opacity=100);
    -moz-opacity:1; 
    -khtml-opacity:1;
    -webkit-opacity:1;
	}
.distribution-map .map-point:active, .distribution-map .map-point:focus >span{
	opacity:0;
    filter:alpha(opacity=0);
    -moz-opacity:0; 
    -khtml-opacity:0;
    -webkit-opacity:0;
	}


.distribution-map .map-point .content {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity:0;
    filter:alpha(opacity=0);
    -moz-opacity:0; 
    -khtml-opacity:0;
    -webkit-opacity:0;
	-webkit-transition: opacity 0.25s ease-in-out;
	transition: opacity 0.25s ease-in-out;
	width: 100%;
	height: 100%;
	left: 50%;
	overflow:hidden;
}

.distribution-map .map-point:active, .distribution-map .map-point:focus {
	margin: 0;
	padding: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	width: 300px;
	height: 220px;
	color: #e5e5e5;
	z-index: 1;
	border-radius:0px;
    background: rgba(26, 26, 26, 0.6);
	-webkit-transition: opacity 0.25s ease-in-out, width 0.25s ease-in-out, height 0.25s ease-in-out;
	transition: opacity 0.25s ease-in-out, width 0.25s ease-in-out, height 0.25s ease-in-out;
}

.distribution-map .map-point:active .content, .distribution-map .map-point:focus .content {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity:1;
    filter:alpha(opacity=100);
    -moz-opacity:1; 
    -khtml-opacity:1;
    -webkit-opacity:1;
	-moz-transition: opacity 0.25s ease-in-out 0.25s, height 0 ease-in-out 0.25s, overflow 0 ease-in-out 0.25s;
	-o-transition: opacity 0.25s ease-in-out 0.25s, height 0 ease-in-out 0.25s, overflow 0 ease-in-out 0.25s;
	-webkit-transition: opacity 0.25s ease-in-out, height 0 ease-in-out, overflow 0 ease-in-out;
	-webkit-transition-delay: 0.25s, 0.25s, 0.25s;
	-webkit-transition: opacity 0.25s ease-in-out 0.25s, height 0 ease-in-out 0.25s, overflow 0 ease-in-out 0.25s;
	transition: opacity 0.25s ease-in-out 0.25s, height 0 ease-in-out 0.25s, overflow 0 ease-in-out 0.25s;
	overflow: hidden;
}

.distribution-map .map-point:active .content, .distribution-map .map-point:focus .centered-y{
	display:inline-block;
	}  

.distribution-map .map-point:active .content a:hover, .distribution-map .map-point:active .content a:active, .distribution-map .map-point:focus .content a:hover, .distribution-map .map-point:focus .content a:active {
	color: #afe1fa;
}

.service3_sec{
	width:100%;
	padding:30px 0 60px 0;
	}

.service3_con1{
	margin-top:70px;
	text-align:center;
	}
.service3_con1>h5{
	font-size:20px;
	color:#e50012;
	letter-spacing:1px;
	text-transform:uppercase;
	position:relative; top:80px; opacity:0;
	}
.service3_con1>span{	
    display: block;
    margin-bottom: 20px;
    color: #666;
    font-size: 15px;
    letter-spacing: 1px;
    position: relative;
    top: 80px;
    opacity: 0;	
}	
.service3_con1>p{
	width:70%;
	font-size:13px;
	color:#666;
	margin:0 auto;
	line-height:25px;
	margin-top:30px;
	position:relative; top:80px; opacity:0;
	}

.service3_con2{
	margin-top:60px;
	position:relative; top:80px; opacity:0;
	}
.service3_line{
	width:100%;
	height:2px;
	background:#f3f3f3;
	margin-bottom:20px;
	margin-top:20px;
	}	
.service3_list>p{
	font-size:12px;
	color:#666;
	text-align:left;
	line-height:25px;
	}

.service4_sec{
	padding:30px 0 80px 0;
	background:#eee;
	}
.service4_con1{
	margin-top:70px;
	text-align:center;
	}
.service4_con1>h5{
	font-size:20px;
	color:#e50012;
	letter-spacing:1px;
	text-transform:uppercase;
	position:relative; top:80px; opacity:0;
	}
.service4_con1>span{	
    display: block;
    margin-bottom: 20px;
    color: #666;
    font-size: 15px;
    letter-spacing: 1px;
    position: relative;
    top: 80px;
    opacity: 0;	
}	
.service4_con1>p{
	width:70%;
	font-size:13px;
	color:#666;
	margin:0 auto;
	line-height:25px;
	margin-top:30px;
	position:relative; top:80px; opacity:0;
	}
.service4_con1>ul{
	text-align:left;
	padding:0;
	width:80%;
	margin:0 auto;
	margin-top:30px;
	position:relative; top:80px; opacity:0;
	}
.service4_con1>ul>li{
	width:100%;
	line-height:40px;
	cursor:pointer;
	font-size:14px;
	color:#000;
	padding:0 15px;
	letter-spacing:2px;
	border-bottom:1px dotted #666666;
	}	
.service4_con1>ul>li>span{
	float:right;
	font-size:20px;
	}	
.sec4_show{
	background:#f5f5f5;
	padding:15px;
	margin:15px 0;
	display:none;
    }
.sec4_show>p{
	width:25%;
	float:left;
	font-size:12px;
	letter-spacing:2px;
	line-height:25px;
	margin-bottom:0;
	}


.service5_sec{
	padding:30px 0 80px 0;
	background:#eee;
	}

.gongying{
	position:relative; top:80px; opacity:0;
	}




@media (max-width: 767px) {
.service1_con>h3{
	font-size:16px;
	}	
.service1_con>p{
	width:100%;
	}	
.distribution-map{
	padding:20px 0;
	}	
.distribution-map .map-point:active, .distribution-map .map-point:focus {
	width:150px;
	height:110px;
	}	
.centered-y>h2{
	font-size:16px;
	}	
.service3_con1>h5{
	font-size:16px;
	}	
.service3_con1>p{
	width:100%;
	}
.service3_sec{
	padding-bottom:60px;
	}	
.distribution-map {
	width:100%;
	}	
.service4_con1>p{
	width:100%;
	}	
.service4_con1>ul{
	width:100%;
	}	
.sec4_show>p{
	width:50%;
	}		
}	
	
@media (min-width: 768px) and (max-width: 991px) {
.distribution-map .map-point:active, .distribution-map .map-point:focus {
	width:300px;
	height:150px;
	}	
}





/* 合作伙伴 */

.show_list1_con{
	width:100%;
	margin:0 auto;
	position:relative;
	overflow:hidden;
	padding-top:10px;
	}
	
	
.show1_next{
	width:30px;
	height:30px;
	
	text-align: center;
	cursor: pointer;
	border: 1px solid #000;
	border-radius: 70px;
	z-index: 100;
	-webkit-transition: .2s linear;
	-moz-transition: .2s linear;
	-ms-transition: .2s linear;
	-o-transition: .2s linear;
	transition: .2s linear;
	text-align:center;
 
	top:50%; 
	right:10px;
	position:absolute;
	margin-top:-15px;
	z-index:10;
	}


.show1_next:hover{
	background:#e50012;
	border: 1px solid #e50012;
  }	
	
.show1_next:hover i{
	color:#FFF;
  }		
	
	
.show1_prev:hover{
	background:#e50012;
	border: 1px solid #e50012;
  }	
	
.show1_prev:hover i{
	color:#FFF;
  }		
		
	
	
.show1_next i{
	color:#000;
	font-size:20px;
	text-align:center;
	line-height:30px;
	}	
	
	
.show1_prev i{
	color:#000;
	font-size:20px;
	line-height:30px;
	}		
	
.show1_prev{
	width:30px; height:30px;
/*	background:url(../images/jt_left.png) no-repeat;*/
	cursor:pointer;
	position:absolute; 
	top:50%; 
	left:10px;
	margin-top:-15px;
	z-index:10;
	color:#000;
	text-align:center;
	border: 1px solid #000;
	border-radius: 70px;
	-webkit-transition: .2s linear;
	-moz-transition: .2s linear;
	-ms-transition: .2s linear;
	-o-transition: .2s linear;
	transition: .2s linear;
	}
	
	
.show_list1_box{
	width:100%;
	margin:0 auto;
	position:relative;
	}	
	
.show_list11_box{
	width:100%;
	margin:0 auto;
	position:relative;
	}		


.show_list{
	margin-top:2%;
}	


.show_list1{
	float:left;
	position:relative;
	}
	
.show_list11{
	width:16.6666%;
	float:left;
	position:relative;
	}	

	
.show_list1 a{
	display:block;
	width:70%;
	margin:0 auto;
	}
	
	
.show_list1 a img{
	filter:gray;
	filter:alpha(opacity=70);  
    -moz-opacity:0.7;  
    -khtml-opacity: 0.7;  
    opacity: 0.7; 
	}	
	
	
.show_list1 a img:hover{
	filter:;
	filter:alpha(opacity=100);  
    -moz-opacity:1;  
    -khtml-opacity: 1;  
    opacity: 1; 
	}
	



.show_list11 a{
	display:block;
	width:70%;
	margin:0 auto;
	}
	
	
.show_list11 a img{
	filter:gray;
	filter:alpha(opacity=70);  
    -moz-opacity:0.7;  
    -khtml-opacity: 0.7;  
    opacity: 0.7; 
	}	
	
	
.show_list11 a img:hover{
	filter:;
	filter:alpha(opacity=100);  
    -moz-opacity:1;  
    -khtml-opacity: 1;  
    opacity: 1; 
	}			
	

/* 合作伙伴 *




/***** service  *****/





/***** news_inner  *****/

.news1_sec{
	width:100%;
	margin-top: 60px;
	}
.sec2-top {
	margin-top:30px;
}
.sec2-con{
	position:relative; top:50px; opacity:0;
    }
.sec2-con>div {
	overflow: hidden;
	position: relative;
	background-color: #eee;
	padding-bottom:20px;
}
.sec2-con_img{
	position:relative;
	}
.sec2-con_img>img{
	-webkit-transition: 1s linear;
	-moz-transition: 1s linear;
	-ms-transition: 1s linear;
	-o-transition: 1s linear;	
	transition: 1s linear;
	}	
.sec2-con_img>span{
	display:block;
	width:100%;
	line-height:40px;
	background:rgba(153,153,153,0.6);
	filter:alpha(opacity=100);
	text-align:center;
	color:#FFF;
	font-size:15px;
	font-weight:bold;
	letter-spacing:2px;
	position:absolute; left:0; bottom:0;
	}	
.sec2-con>div a {
	overflow: hidden;
	width:100%;
	display: block;
	width: 100%;
}
.sec2-con>div a:hover img {
	-webkit-transform:scale(1.2);
	-moz-transform:scale(1.2);
	-ms-transform:scale(1.2);
	-o-transform:scale(1.2);
	transform:scale(1.2);
}
.sec2-con img {
	display: block;
	position: relative;
}
.sec2-con>div>p {
	font-size: 12px;
	color: #999;
	line-height: 22px;
	padding: 0 20px;
	height: 50px;
}
.sec2-con>div>span {
	font-size: 18px;
	color: #333;
	text-align:center;
	display: block;
	padding: 10px 10px;
	letter-spacing:1px;
}











.news_inner{
	width:100%;
	padding:30px 0 60px 0;
	}

.news_neiye {
	width: 100%;
	margin-bottom:50px;
}
.news_neiye h2 {
	text-align:center;
	color:#333;
	font-size:25px;
	font-family:"微软雅黑";
}
.news_neiye h4 {
	text-align:center;
	color:#999;
	font-size:15px;
	margin-top:10px;
	letter-spacing:2px;
}
.news_neiye_rq {
	width:90%;
	margin:0 auto;
	color:#666;
	text-align:center !important;
	font-size:14px !important;
}
.news_neiye_zw{
	width:90%;
	margin:0 auto;
	border-top:1px solid #ddd;
	padding:30px 0 0px 0;
	
	
	
}
.news_neiye p {
	font-size:12px;
	line-height:25px;
	text-align:left;
	color:#999;
	text-indent:2em;
}
	
.pro1_fanhui a{
	width:120px;
	margin:0 auto;
	margin-top:50px;
	background:#e50012;
	font-size:14px;
	font-family:"微软雅黑";
	color:#fff;
	letter-spacing:2px;
	text-align:center;
	line-height:40px;
	display:block;
	padding:0 20px;
	border-radius:3px;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
	-o-transition: 0.3s linear;	
	transition: 0.3s linear;
	}
.pro1_fanhui a:hover{
	color:#fff;
	background:#000;
	}



@media (max-width: 767px) {
.sec2-top {
	margin-top:30px;
}	
.sec2-con>div>p{
	height:auto;
}		
.sec2-con{
	margin-bottom:15px;
	}
.news_neiye h2 {
	font-size:16px !important;
	}
.news_neiye h4 {
	font-size:14px !important;
	}	
.news_neiye {
	margin-bottom:0;
	}		
.news_inner{
	padding-bottom:30px;
    }	
.show_list1 a{
	width:60%;
	}	
}	
	
@media (min-width: 768px) and (max-width: 991px) {
	
}




/***** news_inner  *****/


.icon-arrow-scroll
{
	width:100%;
	height:30px;
	position:relative; top:40px;
	z-index:111;
	color:#054477;
	font-size:16px;
	text-align:center;
}

.icon-arrow-scroll .icon1
{
	height:30px;
	position:absolute;
	bottom:20px;
	color:#e50012;
	font-size:20px;
	margin-left:-10px;
	text-align:center;
	-webkit-animation: arrow-scroll1 0.8s infinite steps(5, end);
	-moz-animation: arrow-scroll1 0.8s infinite steps(5, end);
	-ms-animation: arrow-scroll1 0.8s infinite steps(5, end);
	-o-animation: arrow-scroll1 0.8s infinite steps(5, end);
	animation: arrow-scroll1 0.8s infinite steps(5, end);
	-webkit-animation-delay: 0.6s;
	-moz-animation-delay: 0.6s;
	-ms-animation-delay: 0.6s;
	-o-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

@-webkit-keyframes arrow-scroll1 {
	0% {
		opacity: 0.0;
	}
	50% {
		opacity: 1;
	}
	100%
	{
		opacity: 0.0;
		bottom:15px;
	}
}
@-moz-keyframes arrow-scroll1 {
	0% {
		opacity: 0.0;
	}
	50% {
		opacity: 1;
	}
	100%
	{
		opacity: 0.0;
		bottom:15px;
	}
}
@-ms-keyframes arrow-scroll1 {
	0% {
		opacity: 0.0;
	}
	50% {
		opacity: 1;
	}
	100%
	{
		opacity: 0.0;
		bottom:15px;
	}
}
@-o-keyframes arrow-scroll1 {
	0% {
		opacity: 0.0;
	}
	50% {
		opacity: 1;
	}
	100%
	{
		opacity: 0.0;
		bottom:15px;
	}
}
@keyframes arrow-scroll1 {
	0% {
		opacity: 0.0;
	}
	50% {
		opacity: 1;
	}
	100%
	{
		opacity: 0.0;
		bottom:15px;
	}
}
.icon-arrow-scroll .icon2
{

	height:30px;
	position:absolute;
	bottom:30px;
	color:#e50012;
	font-size:20px;
	margin-left:-10px;
	text-align:center;
	-webkit-animation: arrow-scroll2 0.8s infinite steps(5, end);
	-moz-animation: arrow-scroll2 0.8s infinite steps(5, end);
	-ms-animation: arrow-scroll2 0.8s infinite steps(5, end);
	-o-animation: arrow-scroll2 0.8s infinite steps(5, end);
	animation: arrow-scroll2 0.8s infinite steps(5, end);
	-webkit-animation-delay: 0.4s;
	-moz-animation-delay: 0.4s;
	-ms-animation-delay: 0.4s;
	-o-animation-delay: 0.4s;
	animation-delay: 0.4s;
}
@-webkit-keyframes arrow-scroll2 {
	0% {
		opacity: 0.0;
	}
	50% {
		opacity: 1;
	}
	100%
	{
		opacity: 0.0;
		bottom:25px;
	}
}
@-moz-keyframes arrow-scroll2 {
	0% {
		opacity: 0.0;
	}
	50% {
		opacity: 1;
	}
	100%
	{
		opacity: 0.0;
		bottom:25px;
	}
}
@-ms-keyframes arrow-scroll2 {
	0% {
		opacity: 0.0;
	}
	50% {
		opacity: 1;
	}
	100%
	{
		opacity: 0.0;
		bottom:25px;
	}
}
@-o-keyframes arrow-scroll2 {
	0% {
		opacity: 0.0;
	}
	50% {
		opacity: 1;
	}
	100%
	{
		opacity: 0.0;
		bottom:25px;
	}
}
@keyframes arrow-scroll2 {
	0% {
		opacity: 0.0;
	}
	50% {
		opacity: 1;	
	}
	100%
	{
		opacity: 0.0;
		bottom:25px;
	}
}

.icon-arrow-scroll .icon3
{
	height:30px;
	position:absolute;
	bottom:45px;
	color:#e50012;
	font-size:20px;
	margin-left:-10px;
	text-align:center;
	-webkit-animation: arrow-scroll3 0.8s infinite steps(5, end);
	-moz-animation: arrow-scroll3 0.8s infinite steps(5, end);
	-ms-animation: arrow-scroll3 0.8s infinite steps(5, end);
	-o-animation: arrow-scroll3 0.8s infinite steps(5, end);
	animation: arrow-scroll3 0.8s infinite steps(5, end);
	-webkit-animation-delay: 0.2s;
	-moz-animation-delay: 0.2s;
	-ms-animation-delay: 0.2s;
	-o-animation-delay: 0.2s;
	animation-delay: 0.2s;
}
@-webkit-keyframes arrow-scroll3 {
	0% {
		opacity: 0.0;	
	}
	50% {
		opacity: 1;	
	}
	100%
	{
		opacity: 0.0;
		bottom:35px;
	}
}
@-moz-keyframes arrow-scroll3 {
	0% {
		opacity: 0.0;	
	}
	50% {
		opacity: 1;	
	}
	100%
	{
		opacity: 0.0;
		bottom:35px;
	}
}
@-ms-keyframes arrow-scroll3 {
	0% {
		opacity: 0.0;	
	}
	50% {
		opacity: 1;	
	}
	100%
	{
		opacity: 0.0;
		bottom:35px;
	}
}
@-o-keyframes arrow-scroll3 {
	0% {
		opacity: 0.0;	
	}
	50% {
		opacity: 1;	
	}
	100%
	{
		opacity: 0.0;
		bottom:35px;
	}
}
@keyframes arrow-scroll3 {
	0% {
		opacity: 0.0;
	}
	50% {
		opacity: 1;
	}
	100%
	{
		opacity: 0.0;
		bottom:35px;
	}
}

.erweima{
	height:0;
	overflow:hidden;
	position:absolute; top:70px; left:-50px;
	z-index:9999;
	-webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
	opacity:0;
    filter:alpha(opacity=0);
    -moz-opacity:0; 
    -khtml-opacity:0;
	-webkit-opacity:0;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
	-o-transition: 0.3s linear;	
	transition: 0.3s linear;
	}
.ewm_btn:hover .erweima{
	height:auto;
	-webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
	opacity:1;
    filter:alpha(opacity=100);
    -moz-opacity:1; 
    -khtml-opacity:1;
	-webkit-opacity:1;
	} 





	
	
	
	
.clm{
	margin-left:0 !important;
	margin-right:0 !important;
	}
.clm1{
	margin-left:-10px !important;
	margin-right:10px !important;
	}	
.clp{
	padding-left:0 !important;
	padding-right:0 !important; 
	}
.clp1{
	padding:10px !important;
	}			
.clp2{
	padding:0px !important;
	padding-bottom:10px !important;
	}
.clp3{
	padding:0px !important;
	padding-top:10px !important;
	}	

.clp4{
	padding:15px !important;
	}
			

@media (max-width: 767px) {
.clm1{
	margin-left:-15px !important;
	margin-right:-15px !important;
	}	
	}
/*6.20*/
.heard_nav li p{ color:#5A5A5A;}


.sec3_show_on{    margin-right: 0 !important;}
.clp1_on{ padding-right: 0% !important;}

.sec2_list_bg{background: #eeeeee; width: 2px; position: absolute;
	right: 0%; height: 100%; top: 0; z-index:9;}

.clm2{margin: 0% -10px!important;}