@charset "utf-8";
/* CSS Document */

html,body,div{
	/*font-family:Microsoft YaHei,"微软雅黑"!important;*/
	font-family: Arial,Helvetica,sans-serif;

	}
body{
	opacity:0;
    filter:alpha(opacity=0);
    -moz-opacity:0; 
    -khtml-opacity:0;
    -webkit-opacity:0;
	} 
	
.container{
	max-width:980px;
}
/*****header*******/
.header_top
{
	width:100%;
	height:50px;
	position:fixed;
	z-index:1111;
	background:#eff0f1
}
.header{
	width:100%;
	border-bottom:none;
	
	
}
.hea_main{
	width:100%;
	position:fixed;
	top:0px; left:0;
	z-index:99999;
	border-bottom:none;
	}
.xian1
{
	border-bottom:1px solid #dcdcdc;
}
.header_bg{
	width:100%;
	height:100%;
	background:#fff;
	position:absolute; top:0; left:0;
	z-index:-1;
	opacity:0.65;
    filter:alpha(opacity=65);
    -moz-opacity:0.65; 
    -khtml-opacity:0.65;
    -webkit-opacity:0.65;
	}
.header .menu
{
	height:85px;
	position:relative;

}
.header_con{
	width:100%;
	position:relative;
	height:100%;
	}
.logo{
	float:left;
	margin-top:8px;
	}
	
.logo>img{
	height:69px;
	float:left;
    }	
.logo_wz{
	width:180px;
	float:left;
	margin-left:5px;
	margin-top:33px;
	
	}
.logo_wz p{
	font-size:16px;
	color:#333;
	margin-bottom:0;
	letter-spacing:0.6px;
	font-weight:600;
	}
.logo_wz span{
	display:block;
	font-size:12px;
	color:#000;
	font-style: italic;
	}		
.nav{
	float:right;
	margin-right:0px;
	margin-top:35px;
	}	
.nav>ul{
	padding:0;
	margin:0;
	position:relative;
	}
.nav>ul>li{
	float:left;
	line-height:50px;
	margin-right:-8px;
    border-radius: 3px 3px 0 0;	
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	-o-transition: 0.3s ease;	
	transition: 0.3s ease;
	}
.nav>ul>li>a{
	font-size:14px;
	letter-spacing:1px;
	color:#444;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	-o-transition: 0.3s ease;	
	transition: 0.3s ease;
	font-weight:bold;
	}
.nav>ul>li:hover{
	background:rgba(255,255,255,0.7);
	}	
.nav>ul>li:hover >a{
	color:#333;
	}
.nav>ul>li>a:hover{
	color:#444;
}	
.nav>ul>li>b{
	width:5px;
	height:5px;
	border-radius:5px;
	background:#009fe5;
	position:absolute; left:50%; bottom:25px;
	margin-left:-2px;
	opacity:0;
    filter:alpha(opacity=0);
    -moz-opacity:0; 
    -khtml-opacity:0;
    -webkit-opacity:0;
	}	

.nav>ul>li>ul{
	width:100%;
	position:absolute; top:50px; left:0px;
	z-index:2;
	padding:20px;
	display:none;
	-webkit-transition:top 0.4s ease 0.1s;
	-moz-transition:top 0.4s ease 0.1s;
	-ms-transition:top 0.4s ease 0.1s;
	-o-transition:top 0.4s ease 0.1s;	
	transition:top 0.4s ease 0.1s;
	}
.nav_bg{
	width:100%;
	height:100%;
	position:absolute; top:0; left:0;
	z-index:-1;
	opacity:1;
    filter:alpha(opacity=100);
    -moz-opacity:1; 
    -khtml-opacity:1;
    -webkit-opacity:1;
    }	
.nav_bg1{
	width:100%;
	height:100%;
	position:absolute; top:0; left:0;
	z-index:-1;
	background:#fff;
	opacity:0.1;
    filter:alpha(opacity=10);
    -moz-opacity:0.1; 
    -khtml-opacity:0.1;
    -webkit-opacity:0.1;
	}	
.erjion{
	top:70px !important;
}



.nav_product .row div
{
	line-height:30px;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
	-o-transition: 0.3s linear;	
	transition: 0.3s linear;
}
.nav_product .row div:hover
{

}
.pro_nav{
	padding-top:10px;
	padding-bottom:10px;
	}
.nav>ul>li>ul>li{
	line-height:25px;
	text-align:left;
	padding:10px 0;
	padding-left:40px;
	}
.nav>ul>li>ul>li>a{
	font-size:13px;
	color:#666;
	letter-spacing:1px;
	}
.erji_line{
	position:absolute; top:0; left:30px;
	width:3px;
	height:100%;
	background:#0096d5;
	}
.erji_line>span{
	width:21px;
	height:15px;
	background:url(../images/gong.png) no-repeat;

	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
    src='images/gong.png',
    sizingMethod='image');
	position:absolute; top:43px; left:-9px;
	}						
.header_r{

	}

.header_search{
	position:absolute; top:50px; right:0;
	width:50%;
	height:50px;
	background:#fff;
	display:none;
	z-index:999;
	}
.header_search input{
	width:100%;
	height:50px;
	line-height:50px;
	padding-left:10px;
	padding-right:10px;
	border:none;
	border:1px solid #ccc;
	}	
.header_search span{
	display:block;
	width:100px;
	height:50px;
	text-align:center;
	line-height:50px;
	background:#009fe5;
	color:#fff;
	font-size:14px;
	color:#fff !important;
	position:absolute; top:0; right:0;
	padding:0 !important;
	cursor:pointer;	
	}
.header_search a{
	color:#333;
	}	
				
.header_r span{
	display:inline-block;
	line-height:50px;
	font-size:15px;
	font-weight:600;
	color:#666;
	padding-left:10px;
	}	

@media (min-width: 992px) {
.nav>ul>li{
	padding:0 10px;	
    }	
	}
@media (min-width: 1200px) {
.nav>ul>li{
	padding:0 20px;	
    }
	}

.menu_en{
	position:absolute; top:4px; right:0;
	border:rgba(255,255,255,0) 1px solid;	
	text-align:right;
	padding:5px
}
.menu_en a{
	display:block;
	float:left;
	width:45px;
	height:22px;
	line-height:22px;
	color:#000;
	font-size:12px;
	text-align:center;
	margin-left:1px;
	
}	

.menu_en .en_2{ 
	width:100%;
	height:50px;
	line-height:30px;
	border-top:1px solid #eee;
	clear:both;
	display:none;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
	-o-transition: 0.3s linear;	
	transition: 0.3s linear;
	overflow:hidden
}
.menu_en .en_2:hover a{
	color:#f1b000
}
.menu_en:hover{
	height:70px;
}
.menu_en:hover .en_2{
	display:block
}

.pro_nav img{
	display:inline-block;
	float:left;
}
.pro_nav span{
	float:left;
	width:65%;
	display:inline-block;
	padding-left:10px;
	line-height:18px;
	font-size:12px;
	padding-top:10px;
	}	


/******************手机导航******************/
.nav_btn{
	position:absolute; top:15px; right:15px;
	cursor:pointer;
	}
.nav_btn img{
	border-radius:4px;
	}

.phone_nav{
	width:100%;
	height:0;
	background:#191816;
	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:15px;
	letter-spacing:1px;
	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;
	padding-left:10px;
	}	
.phone_nav>ul>li>ul>li{
	line-height:30px;
	}
.phone_nav>ul>li>ul>li>a{
	text-align:left;
	color:#e5e5e5;
	font-size:13px;
	letter-spacing:1px;
	}				
.nav_on>a{
	color:#009fe5 !important;
	}	
.nav_btn1{
	width:30px;
	height:30px;
	background:#ccc;
	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;
	}		
/******************手机导航******************/


@media (max-width: 767px){
.header{
	height:60px;
	}
.header .container{
	padding:0 !important;
	}
.logo{
	margin-left:15px;
	}	
.logo>img{
	
	}
.banner{
	/*margin-top:60px !important;*/
}				
	}
@media (min-width: 768px) and (max-width: 991px){
.header{
	height:60px;
	}
.header .container{
	padding:0 !important;
	}
.logo{
	margin-left:15px;
	}	
.logo>img{
	
	}	
.banner{
	/*margin-top:60px !important;*/
	}
.prot_wz table{
		margin-left:0!important;
	}	
	}


.clp1
{
	 position:relative;

}
	
/*****header*******/	
.text
{
	width:100%;
	height:130px;
	background:#f4f4f4;
	position:relative
}
.text
{
	padding-top:30px;
	font-size:20px!important;
	color:#fff;
	text-align:center;
	line-height:45px;
}

/*****banner*******/
.banner{
	width:100%;
	height:100%;
	position:relative;
	overflow:hidden
	}
	
.banner .banner_xian
{
	width:100px;
	height:4px;
	background:#f1b000;
	position:absolute;
	z-index:1;
	bottom:0px;
}
	
.banner .swiper-slide
{
	position:relative;
}
.banner .ban_txt
{
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.1);
	position:absolute;
	z-index:1;


	
}
.banner .ban_txt1
{
}
.banner .ban_txt h2
{
	font-size:45px;
	color:#fff;
	letter-spacing:1px;
	height:60px;
		margin-top:20%;
}
.banner .ban_txt h5
{
	color:#fff;
	font-size:18px;
	letter-spacing:1px;
}







.device {
  width: 100%;
  height: 100%;
  position: relative;
}
.device .arrow-left {
  position: absolute;
  left:10px;
  top:50%;
  margin-top:-25px;
  z-index:9;
}
.device .arrow-right {
  position: absolute;
  right:10px;
  top:50%;
  margin-top:-25px;
  z-index:9;
}
.swiper-container {
  height: 100%;
  width: 100%;
}
.content-slide {
  padding: 20px;
  color: #fff;
}
.title {
  font-size: 25px;
  margin-bottom: 10px;
}
.pagination1 {
  position: absolute;
  left: 0;
  text-align: center;
  bottom:10px;
  width: 100%;
  z-index:9;
}
.pagination2 {
  position: absolute;
  left: 0;
  text-align: center;
  bottom:10px;
  width: 100%;
  z-index:9;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background: #999;
  box-shadow: 0px 1px 2px #555 inset;
  margin: 0 5px;
  cursor: pointer;
}
.swiper-active-switch {
  background: #009fe5;
}		
/*****banner*******/


/*****sec1*******/

.sec1{
	width:100%;

	position:relative;
	background:#dfe4eb;
	z-index:1;


}


.sec1 .title_text
{
	width:80%;
	margin:auto;
	text-align:center;
	padding-top:40px;
	padding-bottom:0px;
}

.sec1 .title_text h1
{
	color:#333;
	font-size:26px;
	position:relative;
	padding:10px 0;
}
.sec1 .title_text h1 b{
		position:absolute;
		bottom:0;
		left:50%;
		width:70px;
		height:2px;
		background:#ffb600;
		display:block;
		z-index:99;
	    margin-left: -33px;
	}
.sec1 .title_text h5
{
	color:#646464;
	font-size:14px;
	font-weight:normal;
}

.sec1 .text_title
{
	font-size:14px;
	padding:10px 0px;
	color:#444;
	font-weight:bold;
	
}

.sec1 .text_content
{
	width:100%;
	padding:2px;
	background:#ced4dc;
	position:relative;
	cursor:pointer;
	overflow:hidden;
}

.sec1 .text_content img{
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;	
	transition: 0.5s ease;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	
	}
.sec1 .col-sm-3:hover .text_content 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);
	
	}	

.text_content_l1{
	width:0%;
	height:2px;
	background:#f1b000;
	position:absolute; top:0; left:50%;
	z-index:99;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;	
	transition: 0.5s ease;
	}
.sec1 .col-sm-3:hover .text_content_l1{
	width:100%;
	left:0;
	}	
.text_content_l2{
	width:2px;
	height:0%;
	background:#f1b000;
	position:absolute; top:50%; right:0;
	z-index:99;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;	
	transition: 0.5s ease;
	}
.sec1 .col-sm-3:hover .text_content_l2{
	height:100%;
	top:0;
	}	

.text_content_l3{
	width:0;
	height:2px;
	background:#f1b000;
	position:absolute; bottom:0%; left:50%;
	z-index:99;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;	
	transition: 0.5s ease;
	}
.sec1 .col-sm-3:hover .text_content_l3{
	width:100%;
	left:0;
	}

.text_content_l4{
	width:2px;
	height:0;
	background:#f1b000;
	position:absolute; top:50%; left:0;
	z-index:99;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;	
	transition: 0.5s ease;
	}
.sec1 .col-sm-3:hover .text_content_l4{
	height:100%;
	top:0;
	}	

.text_txt2 a{
	color:#333
}

.text_txt2 span{

	}	
.text_txt2 span i{

	}	

.sec1 .text_content .text_txt1
{
	width:60px;
	height:60px;
	text-align:center;
	line-height:65px;
	position:absolute;
	z-index:2;
	top:50%;
	left:50%;
	margin-top:-30px;
	margin-left:-30px;
	border-radius: 30px; /* 所有角都使用半径为5px的圆角，此属性为CSS3标准属性 */ 
	-moz-border-radius: 30px; /* Mozilla浏览器的私有属性 */ 
	-webkit-border-radius: 30px; /* Webkit浏览器的私有属性 */ 
	
	opacity:0;
    filter:alpha(opacity=0);
    -moz-opacity:0; 
    -khtml-opacity:0;
    -webkit-opacity:0;
	
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	-o-transition: 0.3s ease;	
	transition: 0.3s ease;
	
	
	transform:scale(0.0,0.0); 
	-ms-transform:scale(0.0,0.0); 	/* IE 9 */
	-moz-transform:scale(0.0,0.0); /* Firefox */
	-webkit-transform:scale(0.0,0.0);  /* Safari 和 Chrome */
	-o-transform:scale(0.0,0.0);  	/* Opera */
	
	
	behavior: url(css/PIE.htc);
}
.sec1 .text_content .text_txt1 >div{
	display:block;
	width:100%;
	height:100%;
	background:#edb00c;
	position:absolute; top:0; left:0;
	z-index:-1;
	border-radius: 30px; /* 所有角都使用半径为5px的圆角，此属性为CSS3标准属性 */ 
	-moz-border-radius: 30px; /* Mozilla浏览器的私有属性 */ 
	-webkit-border-radius: 30px; /* Webkit浏览器的私有属性 */ 
	
    opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    -webkit-opacity: 0.7;
	
	behavior: url(css/PIE.htc);
	
	}


.sec1 .col-sm-3:hover .text_txt1
{
	transform:scale(1,1); 
	-ms-transform:scale(1,1); 	/* IE 9 */
	-moz-transform:scale(1,1); /* Firefox */
	-webkit-transform:scale(1,1);  /* Safari 和 Chrome */
	-o-transform:scale(1,1);  	/* Opera */

	
	
	opacity:1;
    filter:alpha(opacity=100);
    -moz-opacity:1; 
    -khtml-opacity:1;
    -webkit-opacity:1;
}
.sec1 .text_content span
{
	color:#fff;
	font-size:18px;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	-o-transition: 0.3s ease;	
	transition: 0.3s ease;
}
.sec1 .col-sm-3:hover span
{
	transform:rotate(0deg);
	-ms-transform:rotate(0deg); 	/* IE 9 */
	-moz-transform:rotate(0deg); 	/* Firefox */
	-webkit-transform:rotate(0deg); /* Safari 和 Chrome */
	-o-transform:rotate(0deg); 	/* Opera */
}


.text_txt1_hover
{
	/*-webkit-animation:gogogo 0.6s forwards ;*/
	transform:scale(1,1);
	opacity:1; 
}



@-webkit-keyframes gogogo {
    0%{
        
        -webkit-transform: rotate(0deg);
		opacity:0;
		transform:scale(0,0); 
    
    }
    
    100%{
        -webkit-transform: rotate(360deg);
		opacity:1;
		transform:scale(1,1); 

    }

}

.text_txt1_hover1
{
	-webkit-animation:gogogo1 1s forwards ;
}
@-webkit-keyframes gogogo1 {
    0%{
        
        
		
		-webkit-transform: rotate(360deg);
		opacity:1;
		transform:scale(1,1); 
    
    }
    
    100%{
        -webkit-transform: rotate(0deg);
		opacity:0;
		transform:scale(0,0); 

    }

}

.sec1 .text_txt2
{
	width:100%;
	font-size:12px;
    /*color: #48545a;*/
	color: #646464;
	margin-top:0px;
	position:relative;
}

.ind_spn{
	position:absolute;
	right:0;
	bottom:0;
}



.sec1_list{
	background:#00bedc;
	
	overflow:hidden;
	position:relative;
	z-index:2;
	opacity:0;
    filter:alpha(opacity=0);
    -moz-opacity:0; 
    -khtml-opacity:0;
    -webkit-opacity:0; 
	}
.sec1_list:before{
	width:0%; 
	height:100%;
	content:'';
	position:absolute; top:0; left:0%;
	background:#f3f3f3;
	z-index:-1;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	-o-transition: 0.3s ease;	
	transition: 0.3s ease;
	}	
.sec1_list:hover:before{
	width:50%; 
	}
.sec1_list:after{
	width:0%; 
	height:100%;
	content:'';
	position:absolute; top:0; right:0%;
	background:#f3f3f3;
	z-index:-1;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	-o-transition: 0.3s ease;	
	transition: 0.3s ease;
	}	
.sec1_list:hover:after{
	width:50%; 
	}		
.sec1_list_img{
	overflow:hidden;
	}		
.sec1_list_img>img{
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	-o-transition: 0.3s ease;	
	transition: 0.3s ease;
	}
.sec1_list:hover .sec1_list_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);
	}		




.main_txt li {
    width: 20%;
    float: left;
}
.main_txt li span{
	color:#666;
}






@media (min-width: 768px) and (max-width: 991px){

		
}

				
/*****sec1*******/




/*****footer*******/
.footer{

    width: 100%;
	position:relative;
	z-index:999;
	padding-top:20px;
	background:#fff;
}

.footer .up {
    position: absolute;
    width: 100%;
    top: 0;
	text-align:center
	
}
.footer .up .jiantou {
    color: #76828d;
    border-radius: 0 0 60px 60px;
    height: 30px;
    width: 60px;
	margin:auto;
    font-size: 1.6em;
    padding-bottom: 5px;
    background-color: #ced4dc;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	-o-transition: 0.3s ease;	
	transition: 0.3s ease;
	cursor:pointer
}
.footer .up .jiantou:hover {
	color:#fff;
    background-color: #f1b000;
}
.footer .container{
	text-align:center;
	}
.button
{

		display:inline-block;
		position:relative;
		vertical-align:top;
		text-align:center;
		margin-top:22px;
}
.button span
{
	width:100%;
	text-align:center;
	display:block;
	color:#646464 !important;
	margin-top:15px;
	font-size:14px;
}
.button .btn0
{
	width:60px;
    position: relative;
	z-index:2;
    background-clip: padding-box;
	border:1px solid #0096d5;
	border:none\0;
    font-size: 1.7em;
    padding:10px;
    background: #cfcfcf;
    border-radius: 100%;

	
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	-o-transition: 0.3s ease;	
	transition: 0.3s ease;
	height:60px;
	position:relative;
	
	behavior: url(css/PIE.htc);   

	
}
.button .btn
{
	width:60px;
    position: relative;
	z-index:2;
    background-clip: padding-box;
	border:none\0;
    font-size: 1.7em;
    padding:10px;
    background: #999;
    border-radius: 100%;
	
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	-o-transition: 0.3s ease;	
	transition: 0.3s ease;
	height:60px;
	
	behavior: url(css/PIE.htc);   

	
}
.button .btn1
{
	background: #009fe5;
}
.button .btn img
{
	width:100%
}
.button:hover .btn
{   
	-webkit-transform: scale(1.18);
    -moz-transform: scale(1.18);
    -ms-transform: scale(1.18);
    -o-transform: scale(1.18);
    transform: scale(1.18);
	/*background: #f1b000;*/
	background: #ffb600;
}
.button .bn_top{
	position:absolute; top:-1px; left:-1px; right:-1px; bottom:-1px;
	border-radius:100%;
	border:2px solid #0096d5;
	width:66px;
	height:66px;
	margin-left:-3px;
	margin-top:-3px;
	margin-left:-2px\0;
	margin-top:-2px\0;
}

.button:hover .btn .bn_top{
	box-shadow:4px 4px 15px rgba(255,255,255,0.8) inset;
	border:1px solid #fff;
	border:none\0;
	position:absolute; top:-1px; left:-1px; right:-1px; bottom:-1px;
	border-radius:100%;
	box-shadow:-4px -3px 15px rgba(0,0,0,0.4) inset;
	border:1px solid #fff;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	-o-transition: 0.3s ease;	
	transition: 0.3s ease;
	
	behavior: url(css/PIE.htc);  
	
	}	
.button:hover .btn .bn_bot{
	box-shadow:-4px -4px 15px rgba(0,0,0,0.4) inset;
	border:none\0;
	
	behavior: url(css/PIE.htc);  
	
	}	



.footer_t
{
	text-align:center
}




.footer_t1{
	float:left;
	text-align:left;
	}
.footer_t1>span{
	display:inline-block;
	line-height:30px;
	font-size:12px;
	margin-right:10px;
	color:#646464
	}
.footer_t1>span i{
	margin-right:5px;
	font-size:16px;
	color:#646464
	}	
.footer_t1>p{
	line-height:30px;
	}
.footer_t1>p span{
	display:inline-block;
	line-height:30px;
	font-size:12px;
	color:#000;
	margin-right:10px;
	}	
.footer_t1>p span i{
	margin-right:5px;
	font-size:16px;
	color:#646464;
	}
.footer_t1>p span a{
	color:#646464;
}

	
.footer_t2{
	float:right;
	text-align:right;
	}
.footer_t2 p{
	line-height:30px;
	font-size:12px;
	color:#333;
	margin-bottom:0;
	margin-top:31px;
	}	
		

.foot_rit
{
	width:100%;
	height:40px;
	position:relative;
	font-size:16px;
	padding-top:10px;
}

.foot_rit span
{
	font-size:22px;
	float:right;
	color:#363c90;
	padding-right:15px;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	-o-transition: 0.3s ease;	
	transition: 0.3s ease;
	cursor:pointer
}
.foot_rit span:hover
{
	color:#000
}


@media (max-width: 767px){
.footer1_con2{
	width:100%;
	}
.footer1_con{
	width:100%;
	text-align:center;
	}			
.footer1_con2>p span{
	letter-spacing:0;
	}	
.footer1_con2>p{
	padding:0 10px;
	}			
.footer2_b p{
	margin-top:10px;
	letter-spacing:0;
	}	
	}
@media (min-width: 768px) and (max-width: 991px){
		
	}
	


@media (min-width: 992px) and (max-width: 1199px){
	.about_left{
		width:17%!important;
		}
    		
	}
		
/*****footer*******/	


	
	
	
	




.ban-txt
{
	width:100%;
	height:80px;

	position:absolute;
	z-index:1;
	top:45%;
	display:block;

}

.ban-txt .container
{
	position:relative;
	
}
.banner_zi{
	width:600px;
	height:80px;
	position:relative;


	
    }
.banner_zia{
	width:100%;
	position:absolute; left:0; top:0;
	
	}	

.banner_zia1{
	width:100%;
	padding-left:20px;
	font-size:30px;
	line-height:42px;
	color:#fff;
	position:relative;
	z-index:2;
	}
	
.banner_zbg{
	width:100%;
	height:100%;
	position:absolute; top:0; left:0;
	z-index:-1;
	/*background:#f1f4f9;*/
	opacity:0.7;
    filter:alpha(opacity=70);
    -moz-opacity:0.7; 
    -khtml-opacity:0.7;
    -webkit-opacity:0.7;
	}	
.banner_zia2{
	width:100%;
	padding:0px 20px;
	/*background:#009fe5;*/
	position:relative;
	z-index:2;
	}
.banner_zia2 a{
	font-size:13px;
	color:#fff;
	}	
	
	
	
	
	
	
	
	span.gelb {
    color: #f1b000;
    font-weight: bold;
}
	
	
	

.pro_nav_hover{
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	-o-transition: 0.3s ease;	
	transition: 0.3s ease;
	}	
.pro_nav_hover:hover{
	background:#fff;
	}	
.pro_nav_hover span{
	color:#333;
	}
.pro_nav_hover span b{
	font-weight:normal;
}	


.pro_nav_hover1{
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	-o-transition: 0.3s ease;	
	transition: 0.3s ease;
	}	
.pro_nav_hover1:hover{
	background:#fff;
	}	
.pro_nav_hover1 span{
	color:#646464;
	}
.pro_nav_hover1 span b{
	font-weight:normal;
	color:#333;
	}	
	

/**services页面**/

.serv_top{
	width:100%;
	margin-bottom:30px;
	margin-top:20px;
	}
.serv_top p{
	color:#666;
	line-height:22px;
	}
.service_img{
	width:100%;
	float:left;
	}
	
/*.service_list:hover img {
    transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    -webkit-transition: 0.6s linear;
    -moz-transition: 0.6s linear;
    -ms-transition: 0.6s linear;
    -o-transition: 0.6s linear;
    transition: 0.6s linear;
}*/
.service_zi{
	width:100%;
	float:left;
	margin-top:20px;
	}	
.service_list{
	border:1px solid #eaeaea;
	padding:20px 20px 20px 20px;
	margin-bottom:30px;
	cursor:pointer;
	height:398px;
	position:relative;
	}
.service_list_f{
	margin-top:0;
	}



.service_zi h5{
	font-size:16px;
	color:#333;
	margin-top:0;
	margin-bottom:10px;
	font-weight:600;
	}
.service_zi p{
	font-size:12px;
	color:#666;
	margin:10px 0;
	line-height:22px;
	}
.service_zi a{
	display:block;
	width:85%;
	line-height:40px;
	border-top:1px solid #faaa00;
	font-size:14px;
	font-weight:600;
	color:#faaa00;
	position:absolute;
	left:20px;
	bottom:30px;
	}
.service_zi a i{
	font-size:16px;
	margin-right:5px;
	}


/**services页面**/	
	

/*service1*/	

.serv1_box{
	width:100%;
	margin-top:30px;
	}
	
.serv1_box p{
	line-height:22px;
	margin-top:30px;
	color:#666;
	}

/*services1*/
	
/**about profile**/
.about{
	width:100%;
	padding-top:50px;
	}	
	
.about_box{
	width:100%;
	position:relative;
	}
	
.about_left{
	width:21%;
	float:left;
	position:relative;
	min-height:400px;
	
	}
.about_left li{
	position:relative;
	}
.about_left li a:hover{
	background:#f1b000;
	}
.about_left li:hover>a{
	color:#000;
	}
.about_lis{
	width:100%;
	z-index:9999;
	padding:0px 0 0;
	/*border-bottom:#ddd 1px solid;*/
	border-left:none;
	/*box-shadow: 20px 20px 40px -10px rgba(0,0,0,.2);*/
	/*background:#f7f7f7;*/
	display:none;
	}
.about_lis li a{
	/*border-bottom:#ddd 1px solid;*/
	border-top:none!important;
	padding:5px 0px 5px 10px;
	display:block;
	font-weight:normal!important;
	font-size:12px!important;
	}
.tex_cur_no{
	padding:0px 0px 0px 0!important;
}	
.pos_left{
	position:fixed;
	top:0;
	background:#fff;
	z-index:9999;
	min-height:350px;
	}
.pos_left>a>span{
	display:block;
	width:100%;
	}
.about_tbg{
	width: 14px;
    height: 480px;
	background:url(../images/aboutr.png) 0 0 no-repeat;
	position:absolute;
	right:0;
	top:0;
	z-index:9;
	}
.about_right{
	width:73.5%;
	float:right;
		margin-bottom:30px;
	}
#about4{
	margin-bottom:30px;
	}
#about1{
	/*margin-bottom:20px;*/
	}
.row_about_d{
	margin-bottom:70px;
	}
.about_left h4{
	background:#0096d5;
	margin:0;
	}	
.about_left h4 a{
	width:100%;
	padding:30px 0 30px 20px;
	color:#fff;	
	font-size:20px;
	line-height:34px;
	letter-spacing:2px;
	}
.about_left a{
	display:block;
	padding-left:30px;
	line-height:22px;
	border-top:#ddd 1px solid;
	color:#646464;
	font-size:12px;
	cursor:pointer;
	padding:10px;
	font-weight:bold;
	}
.about_left li a:hover{
	background:#ffb600;
	color:#333;
	
	}
.abt_l_cut{
	background:#0096d5;
	color:#333!important;
	border-top:#ddd 1px solid!important;
	}
	
.about_r_tit{
	width:100%;
	overflow:hidden;
	padding:10px 0;
	border-bottom:#ddd 1px solid;
	}
.about_r_tit>b{
	float:left;
	font-size:20px;
	color:#333;
	margin-top: 9px;
	font-weight:normal;
	}
.about_r_tit span{
	float:right;
	color:#999;
	line-height:38px;
	}
.about_r_tit span a{
	color:#f1b000;
	margin:0 2px;
	}
.about_r_con{
	width:100%;
	margin-top:20px;	
	}
	
.about_r_bot{
	width:100%;
	margin-top:20px;
	}
.about_r_bot p{
	line-height:22px;
	color:#666;
	}
	
.about_wr{
	width:100%;
	}	
	
.about_wr h3{
	font-size:18px;
	color:#0096d5;
	}
.about_wr span{
	display:inline-block;
	border-bottom:#0096d5 1px solid;
	padding:5px 0;
	}
.about_wr h3 span{
	font-weight:normal!important;
	}
.about_wr p{
	font-size:14px;
	line-height:150%;
	color:#646464;
	}
.about_wr p a{
	color:#000;
	font-style:italic;
	font-weight:bold;
	}
.about_bot{
	width:100%;
	margin-top:10px;
	}
.about_bot li{
	width:32%;
	margin-right:2%;
	float:left;
	}
.about_bot li p{
	color:#646464;
	font-size:14px;
	padding:10px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-size: 14px;
    border-top: #0096d5 3px solid;
    width: 100%;
    background: #ebebeb;
    margin-bottom: 20px;
	text-align:center;
	}
	
.about_wr b{
	color:#333;
	}
	
.about_wr p i{
	display:inline-block;
	width:4px;
	height:4px;
	/*border:#666 1px solid;*/
	-moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
	margin-right:5px;
	float:left;
	margin-top:9px;
	background:#646464;
	margin-left: 35px;
	}
.abt_res_l p{
	overflow:hidden;
	}
.abt_res_l p span{
	width:90%;
	float:left;
	border:none;
	padding:0;
	}
.abt_resp{
	width:100%;
	}
.abt_res_l{
	width:70%;
	float:left;
	}
.abt_res_r{
	float:right;
	width:28%;
	}
.abt_res_r li{
	margin-bottom:20px;
	}


/***factory***/
.fact{
	width:100%;
	}
.fact p{
	line-height:24px;
	color:#666;
	font-size:14px;
	}
.fact_bot{
	width:100%;
	}
.fact_b_c{
	width:100%;
	}
.fact_b_c p{
	margin-bottom:0;
	font-size:14px;
	color:#000;
	line-height:23px;
	}
.fact_b_c:hover p{
	color:#0096d5;
	}
.fact_con{
	width:100%;
	/*margin-bottom:40px;*/
	border-bottom:#ddd 1px solid;
	/*padding-bottom:30px;*/
	}
	
.fact_con>h3{
	font-size:16px;
	color:#333;
	font-weight:700;
	}
.fact_con>p{
	color:#000;
	line-height:24px;
	font-size:14px;
	}
	
.fact_con>span{
	color:#999;
	line-height:24px;
	font-size:14px;
	margin-bottom:20px;
	display:block;
	}	


/***Application Area***/	

.area{
	width:100%;
	}
.area>p{
	line-height:22px;
	color:#646464;
	font-size:14px;
	}
	
.area_con{
	width:100%;
	position:relative;
	/*margin-bottom:30px;*/
	overflow:hidden;
	}

.area_mg{
	width:100%;
	overflow:hidden;
	}	

.area_p{
	width:100%;
	background:#ebebeb;
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-ms-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	transition:all 0.3s linear;
	}
	

.area_p p{
	color:#646464;
	padding:15px 10px;
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-ms-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	transition:all 0.3s linear;
	font-size:14px;
	margin-bottom:0;
	border-top:#0096d5 3px solid;
	text-align:center;
	}

/***Application area***/


/***team***/	


.team{
	width:100%;
	}
	
.team_left{
	width:8%;
	float:left;
	}
	
.team_left span{
	display:block;
	width:100%;
	height:30px;
	background:#a59ba3;
	
	}
.team_left b{
	display:block;
	width:100%;
	padding:20px 0;
	background:#f1b000;
	color:#fff;
	text-align:center;
	}
	
.team_right{
	width:100%;
	}
	
.team_right h3{
	font-size:18px;
	color:#333;
	}
.team_right p{
	line-height:22px;
	color:#666;
	font-size:12px;
	}
.team_right h5{
	font-size:14px;
	color:#333;
	}

	
.team_more{
	width:100%;
	margin-top:30px;
	overflow:hidden;
	}
.team_more{
	width:170px;
	overflow:hidden;
	cursor:pointer;
	}
.team_more:hover a{
	left:0;
	}
.team_more a{
	display:block;
	width:220px;
	position:relative;
	left:-50px;
	overflow:hidden;
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-ms-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	transition:all 0.3s linear;
	
	}
.team_more span{
	display:inline-block;
	width:120px;
	height:35px;
	line-height:35px;
	background:#f1b000;
	text-align:center;
	color:#fff;
	float:left;
	}
.team_more b{
	display:inline-block;
	width:50px;
	height:35px;
	line-height:35px;
	position:relative;
	float:left;
	text-align:center;
	}
.team_more b p{
	display:block;
	width:100%;
	height:100%;
	background:#f1b000;
	opacity:0.4;
    filter:alpha(opacity=40);
    -moz-opacity:0.4; 
    -khtml-opacity:0.4;
    -webkit-opacity:0.4;
	position:absolute;
	z-index:-1;
	}
.team_more>a>p{
	width:50px;
	height:35px;
	line-height:35px;
	text-align:center;
	background:#fff;
	border:#f1b000 1px solid;
	float:left;
	}



/***team***/
.cert{
	width:100%;
	}
.cert_box{
	width:100%;
	margin-bottom:30px;
	border:#ddd 1px solid;
	
	}
.cert_box p{
	padding:10px 10px;
	color:#fff;
	background:#0096d5;
	margin-bottom:0;
	line-height:22px;
	}
.crt_mg{
	width:100%;
	position:relative;
	cursor:pointer;
	}
	
.crt_mm{
	opacity:1;
    filter:alpha(opacity=100);
    -moz-opacity:1; 
    -khtml-opacity:1;
    -webkit-opacity:1;
	-webkit-transition:all 0.6s linear;
	-moz-transition:all 0.6s linear;
	-ms-transition:all 0.6s linear;
	-o-transition:all 0.6s linear;
	transition:all 0.6s linear;
	}
	
.crt_gg{
	position:absolute;
	top:0;
	left:0;
	opacity:0;
    filter:alpha(opacity=0);
    -moz-opacity:0; 
    -khtml-opacity:0;
    -webkit-opacity:0;
	-webkit-transition:all 0.6s linear;
	-moz-transition:all 0.6s linear;
	-ms-transition:all 0.6s linear;
	-o-transition:all 0.6s linear;
	transition:all 0.6s linear;
	width:100%;
	height:100%;
}
	}
	
.crt_mg:hover .crt_mm{
	opacity:0;
    filter:alpha(opacity=0);
    -moz-opacity:0; 
    -khtml-opacity:0;
    -webkit-opacity:0;
	}
	
.crt_mg:hover .crt_gg{
	opacity:1;
    filter:alpha(opacity=100);
    -moz-opacity:1; 
    -khtml-opacity:1;
    -webkit-opacity:1;
	}
	
/***advantage***/

.adv_box{
	width:100%;
	}
	
.adv_box>p{
	text-indent:2em;
	line-height:22px;
	color:#646464;
	font-size:14px;
	}
	
.adv_c{
	width:100%;
	margin-top:40px;
	}
.adv_c li{
	float:left;
	width:33.33%;
	text-align:center;
	/*margin-bottom:20px;*/
	}
	
.adv_adg{
	width:100%;
	margin-top:20px;
	cursor:pointer;
	padding:0 20px;
	
	}
/*.adv_c li:hover h4{
	color:#f1b000;
	}
.adv_c li:hover p{
	color:#f1b000;
	}*/
.adv_adg h4{
	font-size:14px;
	color:#333;
	margin-bottom:5px;
	font-weight:normal;
	}
.adv_adg p{
	color:#646464;
	line-height:150%;
	font-size:12px;
	}


/***advantage***/

/**products页面**/	
.products{
	width:100%;
	padding-bottom:60px;
	}
.products_con{
	width:100%;
	}	

.products_t{
	width:100%;
	padding:30px 0 50px 0;
	}
.products_t h5{
	color: #0096d5;
	margin:0;
    font-size: 30px;
	float:left;
	line-height:40px;
	font-weight:600;
	}

.pro_classa{
	float:right;
	font-size:14px;
	color:#fff;
	line-height:40px;
	margin-bottom:0;
	padding:0 10px;
	width:200px;
	position:relative;
	background:#009fe5;
	margin-right:10px;
	}
.pro_classa ul{
	padding:0;
	margin:0;
	width:100%;
	position:absolute; top:40px; left:0;
	z-index:9;
	display:none;
	}
.pro_classa ul li{
	background:#009fe5;
	color:#fff;
	padding:0 10px;
	font-size:13px;
	line-height:32px;
	border-top:1px solid #fff;
	cursor:pointer;
	}		
.pro_classa span{
	width:40px;
	height:40px;
	position:absolute; top:0; right:0;
	text-align:center;
	line-height:40px;
	font-size:14px;
	color:#fff;
	border-left:1px solid #fff;
	cursor:pointer;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	-o-transition: 0.3s ease;	
	transition: 0.3s ease;
	}
.pro_classa_on{
	-webkit-transform: rotateX(180deg) !important;
	-moz-transform: rotateX(180deg) !important;
	-ms-transform: rotateX(180deg) !important;
	-o-transform: rotateX(180deg) !important;
	transform: rotateX(180deg) !important;
	}		

.pro_search{
	float:right;
	width:240px;
	position:relative;
	}	
.pro_search input{
	width:100%;
	height:40px;
	line-height:40px;
	padding-left:10px;
	padding-right:10px;
	border:none;
	border:1px solid #ccc;
	}	
.pro_search span{
	display:block;
	width:80px;
	height:40px;
	text-align:center;
	line-height:40px;
	background:#009fe5;
	color:#fff;
	font-size:14px;
	color:#fff !important;
	position:absolute; top:0; right:0;
	padding:0 !important;
	cursor:pointer;	
	}

.pro_list{
	border:1px solid #eaeaea;
	padding:20px 20px 10px 20px;
	margin-top:30px;
	cursor:pointer;
	background:url(../images/probg.jpg) center center no-repeat;
	}
.pro_list_f{
	margin-top:0;
	}	
.pro_list h5{
	font-size:14px;
	color:#444;
	margin-top:0;
	margin-bottom:10px;
	font-weight:bold;
	text-align:center;

	}
.pro_list p{
	font-size:12px;
	color:#646464;
	margin:10px 0;
	height:34px;
	}
.pro_la{
	display:block;
	width:100%;
	line-height:40px;
	border-top:1px solid #f1b000;
	font-size:14px;
	color:#f1b000;
	text-align:center;
	}
.pro_list a i{
	font-size:16px;
	margin-right:5px;
	margin-left:5px;
	}
.pro_list_img{
	width:100%;
	overflow:hidden;
	}					

.pro_list img{
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
     -webkit-transition:all 0.6s linear;
	-moz-transition:all 0.6s linear;
	-ms-transition:all 0.6s linear;
	-o-transition:all 0.6s linear;
	transition:all 0.6s linear;
}

.pro_list img:hover{
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
	transform:scale(1.1);
}


/**products页面**/

.proin_box{
	width:100%;
	margin-top:10px;
	}
.proin_box>p{
	line-height:22px;
	color:#666;
	font-size:14px;
	margin-bottom:20px;
	}
.proin_list table{
	width:100%;
	margin-top:20px;
	
	
	}
.proin_list th{
	line-height:40px;
	border:#ddd 1px solid;
	padding:5px 10px;
	cursor:pointer;
	background:#0096d5;
	color:#fff;
	text-align:center;
	}
.proin_list tr:hover th{
	background:#0096d5!important;
	}


.proin_list td{
	border:#ddd 1px solid;
	line-height:22px;
	color:#646464;
	padding:5px 10px;
	cursor:pointer;
	}
.proin_list tr:hover{
	background:#f1b000;
	
	
	}
.proin_list tr:hover td{
	color:#646464!important;
	}
.proin_mg{
	width:100%;
	}
	
	
.proin_top{
	width:100%;
	overflow:hidden;
	margin-top:30px;
	position:relative;
	}
.ad-thumb-list>b{
	position:absolute;
	width:100%;
	height:1px;
	background:#f1b000;
	left:10px;
	bottom:0px;
	z-index:-1;
	}
.proin_top ul{
	width:100%;
	overflow:hidden;
	border-radius:10px;
	position:relative;
	}
.proin_top li{
	float:left;
	text-align:center;
	cursor:pointer;
	
	}

	
.proin_top li p{
	color:#333;
	margin-top:10px;
	height:50px;
	min-width:100px;
	line-height:50px;
	background:#f1f1f1;
	margin-bottom:0;
	border-right:#fff 1px solid;
	border-bottom:#f1b000 1px solid;
	font-size:12px;
	letter-spacing:2px;

	}
	
.proin_tr{
	background:#F7F7F7;
	}
	
.proin_rt{
	background:#f1f1f1;
	}

.currt_pro p{
	
	color:#0096d5!important;
	/*border-top:#f1b000 1px solid;
	border-right:#f1b000 1px solid!important;*/
	border-left:#f1b000 1px solid!important;
	border-bottom:none!important;
	background:url(../images/bor_bg.png) top right no-repeat!important;
	background-size:cover;
	
	}
	
	
.proin_list{
	display:none;
	width:100%;
	}
.proin_l{
	width:70%;
	float:left;
	}
.proin_r{
	width:28%;
	float:right;
	padding-top:30px;
	}
.proin_r li{
	width:100%;
	margin-bottom:20px;
	}
	

.pro_down{
	width:60px;
	text-align:right;
	margin-top:15px;
	cursor:pointer;
	float:right;
	text-align:center;
	
	}
.pro_down p{
	color:#0096d5;
	padding:5px 0;
	font-size:12px;
	
	}
.flex-control-nav {
	display:none!important;
	}
	
.prot_wz{
	width:100%;
	}

.prot_wz h3{
	color:#0096d5;
	font-weight:normal;
	font-size:14px;
	}
.prot_wz h3 b{
	margin-right:5px;
	}

.prot_wz h4{
	font-size:12px;
	color:#333;
	font-weight:normal;
	}	
.prot_wz h4 b{
	margin-right:5px;
	padding-left:20px;
	}
.prot_wz p{
	width:100%;
	padding-left:35px;
	overflow:hidden;
	line-height:24px;
	color:#646464;
	font-size:14px;
	}
.prot_wz p b{
	display:inline-block;
	width:4px;
	height:4px;
	/*border:#666 1px solid;*/
	-moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
	margin-right:5px;
	float:left;
	margin-top:9px;
	background:#646464;
	
	}
.prot_wz p span{
	width:95%;
	float:left;
	}
.prot_wz p span a{
	color:#646464;
	font-size:14px;
	margin-bottom:10px;
	display:block;
	}
.proin_r_bot{
	width:100%;
	}
.proin_r_bot a{
	display:block;
	color:#646464;
	font-size:12px;
	padding:5px 0;
	cursor:pointer;
	}
.proin_r_bot a img{
	margin-right:5px;
	}
	

/*产品*/

/*downloads*/

.down{
	width:100%;
	}
	
.down_con{
	width:100%;
	float:left;
	padding:0 15px;
	
	
	}

.down_con h3{
	margin:0 0 10px 0;
	font-size:16px;
	font-weight:600;
	overflow:hidden;
	cursor:pointer;
	border-bottom:#ddd 1px solid;
	padding-bottom:10px;
	position:relative;
	}
.down_con h3 span{
	/*color:#0096d5;*/
	margin-right:5px;
	color:#333;
	
	}
.down_wzs{
	width:100%;
	height:98px;
	overflow:hidden;
	}
.down_wz>h3>b{
	display:block;
	width:50px;
	height:1px;
	background:#f1b000;
	position:absolute;
	bottom:0;
	left:0;
	}
.down_wz>a{
	font-size:14px;
	color:#666;
	display:block;
	padding:5px 0;
	cursor:pointer;
	}
.down_wz>a>img{
	margin-right:5px;
	}
.down_con>a>span{
	color:#f1b000;
	}
.down_con>a>b{
	font-weight:normal;
	font-size:12px;
	color:#646464;
	margin:0 5px;
	}

.down_list{
	width:100%;
	padding-top:10px;
	}
.down_list .row{
	margin-bottom:20px!important;
	}
.down_clk{
	cursor:pointer;
	padding:10px 0;
	display:block;
	}
.proin_r_bot>h3{
	font-size:14px;
	font-weight:normal;
	padding:10px 0;
	border-bottom:#0096d5 1px solid;
	color:#333;
	}

/*downloads*/


/*contact*/

.contact{
	width:100%;
	margin-bottom:30px;
	}
.contact h3{
	color:#333;
	font-size:20px;
	padding-bottom:10px;
	border-bottom:#ddd 1px solid;
	margin-bottom:20px;
	font-weight:normal;
	}
	
.cont_bx{
	width:100%;	
	}

.cont_bx{
	width:48%;
	float:left;
	}	
.cont_left{
	width:100%;
	float:left;
	}
.cont_left>p>i{
	font-size:15px;
	margin-right:5px;
	}
.cont_tt{
	background:#fff;
	}
.cont_t{
	background:#f1f1f1;
	}
	
.cont_left li{
	padding:10px 0;
	border-bottom:#ddd 1px dotted;
	}	
.cont_left h4{
	font-size:16px;
	color:#f1b000;
	margin-bottom:10px;
	}
.cont_left p{
	font-size:14px;
	line-height:24px;
	color:#646464;
	margin-bottom:0;
	overflow:hidden;
	}
.cont_left p img{
	margin-right:5px;
	}
	
.cont_left p a{
	
	float:left;
	width:14%;
	color:#666;
	
	}
	
.cont_left p a img{
	margin-right:3px;
	}
.cont_left p span{
	width:85%;
	float:left;
	}
	
.cont_mess{
	width:48%;
	float:right;
	}
.cont_mess>p{
	color:#646464;
	line-height:22px;
	font-size:14px;
	}
.cont_top{
	width:100%;
	}
.cont_top label{
	width:50%;
	float:left;
	font-weight:normal;
	color:#646464;
	font-size:14px;
	}
.cont_tsb{
	width:100%;
	margin-top:20px;
	}
.cont_tsb label{
	width:100%;
	float:left;
	font-weight:normal;
	margin-bottom:10px;
	}
.cont_tsb>p{
	width:100%;
	color:#666;
	line-height:22px;
	font-size:14px;
	}
	
.cont_tsb>a{
	display:block;
	width:120px;
	height:35px;
	line-height:35px;
	background:#0096d5;
	color:#000;
	text-align:center;
	font-size:14px;
	cursor:pointer;
	}
.cont_tsb label input{
	width:90%;
	height:35px;
	line-height:35px;
	border:#ddd 1px solid;
	padding:0 5px;
	}
.cont_tsb label p{
	margin-bottom:0;
	font-size:12px;
	color:#646464;
	line-height:22px;
	}
.cont_tsb label b{
	color:red;
	}
.cont_tsb>p>b{
	color:red;
	}
.cont_lab{
	width:100%!important;
	}
.cont_lab input{
	width:90%!important;
	}
.cont_lab textarea{
	width:90%;
	height:60px;
	padding:5px;
	}
.cont_td{
	width:42%;
	}
	
.cont_right{
	width:90%;
	height:360px;
	float:left;
	margin-top:20px;
	
	}

.cont_bot{
	width:100%;
	margin:40px 0;
	
	}
	
.clm0{
	margin-left:0px!important;
	margin-right:0px!important;
	}
.clp0{
	padding-left:0px!important;
	padding-right:0px!important;
	}
	
.cont_ifr{
	width:100%;
	border:none;
	height:360px;
	}
	
	
/*contact*/


/*search*/
@font-face{
    font-family:'OpenSans';
    src:url('../fonts/OpenSans-Bold.otf');
    font-weight: normal;
    font-style: normal;
    }

.search{
	width:100%;
	background:url(../images/searbg.jpg) center center no-repeat fixed;
	background-size:cover;
	padding:80px 0;
	}
.search_left{
	width:40%;
	padding:60px 30px;
	position:relative;
	z-index:222;
	margin-left:10%;
	}
.sear_bg{
	position:absolute;
	top:0;
	left:0;
	background:#000;
	width:100%;
	height:100%;
	opacity:0.6;
    filter:alpha(opacity=60);
    -moz-opacity:0.6; 
    -khtml-opacity:0.6;
    -webkit-opacity:0.6;
	z-index:-1;
	
	}
.search_left h3{
	margin:0;
	font-size:50px;
	font-family:TradeGothicLTStd-BdCn20;
	color:#fff;
	padding:10px 0;
	border-bottom:#fff 2px solid;
	}
	
.search_tit{
	width:100%;
	margin:40px 0 0;
	padding:10px;
	border-bottom:#fff 2px solid;
	}
.search_tit label{
	width:100%;
	}
.search_tit label span{
	width:15%;
	float:left;
	color:#fff;
	font-size:18px;
	font-family:TradeGothicLTStd-BdCn20;
	}
.search_tit label input{
	width:40%;
	height:35px;
	line-height:35px;
	border:#ddd 1px solid;
	padding:5px;
	
	}
	
.search_tit label a{
	display:block;
	width:120px;
	height:35px;
	line-height:35px;
	color:#fff;
	background:#f1b000;
	text-align:center;
	margin-left:15%;
	margin-top:20px;
	cursor:pointer;
	font-family:TradeGothicLTStd-BdCn20;
	font-size:16px;
	}
	
.sear_box{
	width:100%;
	}
.sear_box li{
	width:100%;
	padding:10px 0;
	border-bottom:#fff 2px solid;
	}
.sear_box li h4{
	color:#f1b000;
	font-size:22px;
	font-family:TradeGothicLTStd-BdCn20;
	}
	
.sear_box li p{
	color:#fff;
	line-height:22px;
	font-size:16px;
	font-family:TradeGothicLTStd-BdCn20;
	
	}

/*search*/


/*search1*/

.search1{
	width:100%;
	margin-bottom:80px;
	}
	
.search1_tit{
	width:100%;
	overflow:hidden;
	border-bottom:#ddd 1px solid;
	}
	
.search1_tit label{
	width:35%;
	float:left;
	
	}
.search1_tit label input{
	width:60%;
	height:35px;
	line-height:35px;
	border:#ddd 1px solid;
	float:left;
	padding:5px;
	}
	
.search1_tit label a{
	float:left;
	width:25%;
	height:35px;
	line-height:35px;
	background:#0096d5;
	color:#333;
	text-align:center;
	cursor:pointer;
	font-size:14px;
	}
	
.search1_tab{
	width:60%;
	float:right;
	text-align:left;
	}
.search1_tab a{
	display:inline-block;
	padding:5px 20px;
	background:#f1f1f1;
	color:#000;
	text-align:center;
	margin:0 5px;
	cursor:pointer;
    -moz-border-radius:20px;
    -webkit-border-radius:20px;
    border-radius:15px;
	font-size:14px;
	}
	
.sear_cut{
	background:#f1b000!important;
	color:#fff!important;
	}
.search1_tit>p{
	font-size:14px;
	color:#646464;
	padding:10px 0;
	width:100%;
	float:left;
	}
	
.search1_con{
	width:100%;
	}

.search1_con li{
	width:100%;
	padding:20px 0;
	border-bottom:#ddd 1px dotted;
	overflow:hidden;
	}
	
.search1_con li span{
	float:left;
	width:8%;
	color:#000;
	height:50px;
	line-height:50px;
	background:#0096d5;
	text-align:center;
	font-size:14px;
	
	}
	

.search1_r{
	width:90%;
	float:right;
	/*border-left:#ddd 1px solid;*/
	padding-left:1%;
	cursor:pointer;
	}
.search1_r>a{
	margin-top:10px;
	}
	
.search1_r h3{
	margin:5px 0 15px 0;
	font-size:14px;
	color:#333;
	}
.search1_r>p>b{
	color:#333;
	}
.search1_r>b>i{
	margin:0 5px;
	}
	
.search1_r p{
	color:#646464;
	line-height:22px;
	margin-bottom:0;
	font-size:14px;
	}
.keysbgcolor{
	font-weight:normal;
}
	
.search1_r a{
	color:#0096d5;
	}
.search1_r a img{
	margin-left:5px;
	}
/*search1*/

/*service1*/	

.serv1_box{
	width:100%;
	margin-top:30px;
	}
	
.serv1_box p{
	line-height:22px;
	margin-top:30px;
	color:#666;
	}

/*services1*/

.pro_tt{
	width:100%;
	}
	
.pro_tt p{
	line-height:22px;
	color:#666;
	}
.proin_list>p{
	line-height:22px;
	color:#666;
	}
	



@media (min-width: 1600px) and (max-width: 1799px) {
	.totop{
		right:13%;
		}
	
	}
	
@media (min-width: 1400px) and (max-width: 1599px) {
	.totop{
		right:9%;
		}
	
	}
	
@media (min-width: 992px) and (max-width: 1399px) {
	.totop{
		right:3%;
		}
	
	}
	
.city{
	position:relative;
	z-index:22;
	}	

	
/*services*/
.servic_left{
	width:100%;
	}
.servic_left h3{
	margin:0;
	font-size:18px;
	color:#0096d5;
	padding:0 0 10px 0;
	font-weight:normal;
	margin-top:0;
	}
.servic_left p{
	line-height:24px;
	color:#646464;
	font-size:14px;
	margin-bottom:10px;
	}
	
.sc_l{
	text-align:left;
	padding-right:10px;
	}
	
.sc_r{
	text-align:left;
	}
.sevr_list .row{
	margin-bottom:0!important;
	}
.servic_wz{
	height:185px;
	overflow:hidden;
	}
.serv_w1,.serv_w2,.serv_w3,.serv_w4,.serv_w5,.serv_w6,.serv_w7{
	height:185px;
	overflow:hidden;
	}
		
.sevr_list{
	width:100%;
	overflow:hidden;
	margin-top:30px;
	}
	
/*services1*/
.adv{
	width:100%;
	}
.adv h3{
	font-size:18px;
	color:#333;
	margin-bottom:5px;
	}
.adv p{
	line-height:22px;
	color:#666;
	font-size:12px;
	margin-bottom:0;
	}
.adv img{
	margin-bottom:20px;
	}
	
.adv h4{
	font-size:14px;
	color:#666;
	line-height:26px;
	}
	
.pipe{
	width:100%;
	
	}
	
.ab_h_box{
	width:100%;
	padding:5px 0;
	}
.ab_c_box{
	padding:10px 0;
	}
	

	
.st_email_large .stLarge{
	background:url(../images/email_32.png) no-repeat center center!important;
	}
.st_pinterest_large .stLarge{
	background:url(../images/pinterest_32.png) no-repeat center center!important;
	}
.st_linkedin_large .stLarge{
	background:url(../images/linkedin_32.png) no-repeat center center!important;
	}
.st_twitter_large .stLarge{
	background:url(../images/twitter_32.png) no-repeat center center!important;
	}
.st_facebook_large .stLarge{
	background:url(../images/facebook_32.png) no-repeat center center!important;
	}
.st_sharethis_large .stLarge{
	background:url(../images/sharethis_32.png) no-repeat center center!important;
	}
	
.bottop{
	position:absolute;
	bottom:130px;
	right:16%;
	}
.totp{
	position:fixed;
	right:16%;
	bottom:20px;	
	height:30px;
	}
	

.abt_rig p{
	/*font-family:OpenSans;*/
	font-size:13px;
	line-height:24px;
	/*text-justify : auto; 
	text-align:justify;*/
	}
	
.abt_rig{
	padding-top:10px;
	}	
	
.abt_rg{
	padding-right:4%;
	}
	
.abt_rg1{
	padding-left:20px;
	}
	
.about_r_con .row{
	/*margin-bottom:40px;*/
	}
	
.abt_c_m{
	display:none;
	}
.abt_l_cut .abt_c_g{
	display:none;
	}
	
.abt_l_cut .abt_c_m{
	display:inline-block;
	}
.about_l_l .abt_p_m{
	display:none;
	}
	
.about_l_l .abt_p_g{
	display:inline-block;
	}
/*.about_left li:hover .abt_c_g{
	display:none;
	}
	
.about_left li:hover .abt_c_m{
	display:inline-block;
	}*/
	
.row_about{
	margin-bottom:40px;
	}
.pipe{
	/*margin-bottom:40px;*/
	}
/*fact1*/
.fact_in{
	width:100%;
	}
	
.fact_in h3{
	font-size:18px;
	color:#000;
	font-weight:bold;
	margin-bottom:15px;
	}
.fact_in p{
	font-size:14px;
	color:#646464;
	line-height:23px;
	}
.fact_in b{
	font-size:14px;
	display:block;
	margin:15px 0;
	color:#000;
	}
.fact_nbt{
	width:100%;
	margin-top:10px;
	}
.fact_nbt li{
	width:32%;
	margin-right:1.5%;
	float:left;
	}
.fact_nbt li p{
	color:#000;
	padding:10px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-size: 14px;
    border-top: #0096d5 3px solid;
    width: 100%;
    background: #ebebeb;
    margin-bottom: 20px;
	
	}

/*fact1*/

.ban_in{
	position:relative;
	}
.hea_box{
	position:absolute;
	top:0;
	left:0;
	z-index:22;
	}
	
	

/*12.23调整*/
.proin_top ul{
	padding-left:30px;
	}
.search1_r>a{
	color:#646464!important;
	}
.search1_r>a>b{
	color:#ffb600;
	margin:0 5px;
	}
	
.pro_la{
	font-size:12px!important;
	color:#646464!important;
	border-top:#ffb600 1px solid!important;
	}
.pro_la span{
	color:#ffb600;
	margin:0 5px;
	}
span.gelb{
	color:#ffb600!important;
	}
.text_content_l1,.text_content_l2,.text_content_l3,.text_content_l4{
	background:#ffb600!important;
	}
.sec1 .text_content .text_txt1 >div{
	background:#ffb600!important;
	}
.about_left li a:hover{
	background:#ffb600!important;
	color:#646464!important;
	}
.about_left h4 a{
	color:#333!important;
	font-weight:normal!important;
	}
.about_r_tit span a{
	color:#ffb600!important;
	}
/*.about_left h4{
	background:#0099ff!important;
	}
.abt_l_cut{
	background:#0099ff!important;
	}*/
.ad-thumb-list>b{
	background:#ffb600!important;
	}
.down_wz>h3>b{
	background:#ffb600!important;
	}
	
.down_con>a>span{
	color:#ffb600!important;
	}
.cont_left h4{
	color:#333!important;
	font-weight:normal;
	}
.search1_r>b{
	color:#ffb600!important;
	}
.search1_con li{
	border-bottom:#ddd 1px solid!important;
	}
.search1_r>p>b{
	color:#ffb600!important;
	}
.sear_cut{
	background:#ffb600!important;
	color:#000!important;
	
	}
.about_wr p{
	line-height:150%!important;
	font-size:12px!important;
	text-indent:2em;
	
	}
.about_wr h3{
	margin-top:10px;
	}
.adv_box>p{
	font-size:12px!important;
	}
.adv_adg p{
	font-size:12px;
	}
.fact_con>p{
	line-height:22px!important;
	font-size:12px!important;
	}
.fact_b_c p{
	line-height:22px!important;
	font-size:12px!important;
	}
.fact_in p{
	line-height:22px!important;
	font-size:12px!important;
	}
.fact_nbt li p{
	font-size:12px!important;
	}
.area>p{
	font-size:12px!important;
	text-indent:2em;
	}
.area_p p{
	font-size:12px!important;
	}
.prot_wz p{
	line-height:22px!important;
	font-size:12px!important;
	}
.servic_left p{
	line-height:150%!important;
	font-size:12px!important;
	text-indent:2em;
	}

/*.pro_list:hover p{
	color:#ffb600!important;
	}
	
.pro_list:hover .pro_la{
	color:#ffb600!important;
	}
	
.button:hover span {
	color:#ffb600!important;
	}*/
	
.button .btn
{
	width:60px;
    position: relative;
	z-index:2;
    background-clip: padding-box;
	border:none\0;
    font-size: 1.7em;
    padding:10px;
    background: #999;
    border-radius: 100%;
	
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	-o-transition: 0.3s ease;	
	transition: 0.3s ease;
	height:60px;
	
	behavior: url(css/PIE.htc);   

	
}
.adv_mgg
{
	background: #009fe5;
}
.adv_c li:hover .adv_mgg
{   
	-webkit-transform: scale(1.18);
    -moz-transform: scale(1.18);
    -ms-transform: scale(1.18);
    -o-transform: scale(1.18);
    transform: scale(1.18);
	/*background: #f1b000;*/
	background: #ffb600;
}
.adv_mgg{
	border-radius:100%;
	width:80px;
	height:80px;
	margin-left:-2px;
	margin-top:-2px;
	margin-left:-2px\0;
	margin-top:-2px\0;
	display:inline-block;
}

.adv_mgg
{
    position: relative;
	z-index:2;
    background-clip: padding-box;
	border:none\0;
    font-size: 1.7em;
    background: #999;
    border-radius: 100%;
	
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	-o-transition: 0.3s ease;	
	transition: 0.3s ease;
	behavior: url(css/PIE.htc);   

	
}

.adv_c li:hover .bn_top{
	box-shadow:4px 4px 15px rgba(255,255,255,0.8) inset;
	border:1px solid #fff;
	border:none\0;
	position:absolute; top:0px; left:0px; right:-1px; bottom:-1px;
	border-radius:100%;
	box-shadow:-4px -3px 15px rgba(0,0,0,0.4) inset;
	border:1px solid #fff;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	-o-transition: 0.3s ease;	
	transition: 0.3s ease;
	
	behavior: url(css/PIE.htc);  
	
	}	
.adv_c li:hover .bn_bot{
	box-shadow:-4px -4px 15px rgba(0,0,0,0.4) inset;
	border:none\0;
	
	behavior: url(css/PIE.htc);  
	
	}
	
.adv_mgg .bn_top{
	position:absolute; top:0px; left:0px; right:-1px; bottom:-1px;
	border-radius:100%;
	border:2px solid #0096d5;
	width:86px;
	height:86px;
	margin-left:-3px;
	margin-top:-3px;
	margin-left:-2px\0;
	margin-top:-2px\0;
}
/*** download **/
.down_title{
	margin-top:10px;
	}
.down_title a span{
	font-size:14px;
	font-weight:normal;
	color:#333;

	}

.down_left{

	width:40%;
	}

.down_right{
	float:right;
	width:55%;
	padding-top: 12%;
	}

.down_right h3{
	font-size:14px;
	color:#000;
	margin:0;
	margin-top:20%;

	}

.down_right p{
	font-size:14px;
	color:#646464;
	margin:0;
	margin-bottom:15px;

	}

.down_right>p>a>span{
	color:#ffb600;
	font-size:14px;
	}

.down_box1{

	border-bottom:1px solid #ddd;
	padding-bottom:40px;
	}

.down_con1{
	padding:0;
	}


.text_content_l1{
	width:0%;
	height:2px;
	background:#f1b000;
	position:absolute; top:0; left:50%;
	z-index:99;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;	
	transition: 0.5s ease;
	}
.pipe .col-sm-4:hover .text_content_l1{
	width:100%;
	left:0;
	}	
.text_content_l2{
	width:2px;
	height:0%;
	background:#f1b000;
	position:absolute; top:50%; right:0;
	z-index:99;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;	
	transition: 0.5s ease;
	}
.pipe .col-sm-4:hover .text_content_l2{
	height:100%;
	top:0;
	}	

.text_content_l3{
	width:0;
	height:2px;
	background:#f1b000;
	position:absolute; bottom:0%; left:50%;
	z-index:99;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;	
	transition: 0.5s ease;
	}
.pipe .col-sm-4:hover .text_content_l3{
	width:100%;
	left:0;
	}

.text_content_l4{
	width:2px;
	height:0;
	background:#f1b000;
	position:absolute; top:50%; left:0;
	z-index:99;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;	
	transition: 0.5s ease;
	}
.pipe .col-sm-4:hover .text_content_l4{
	height:100%;
	top:0;
	}	
.pro_list {
	position:relative;
	}


#about2{
	margin-bottom:30px;
	}
.about_right_d{
	margin-bottom:30px;
	}
	.search1{
	width:100%;
	margin-bottom:30px;
	}
.about_right-2{
	margin-bottom:50px !important;
	}


/*1.4调整*/
.about_lit{
	background:#fff;
	width:100%;
	z-index:2;
	padding:0px 0 0 15px;
	/*border:#ddd 1px solid;*/
	border-left:none;
	display:none;
	/*box-shadow: 20px 20px 40px -10px rgba(0,0,0,.2);*/
	/*background:#f7f7f7;*/
	}
.about_lit a{
	border-bottom:#ddd 1px solid;
	border-top:none!important;
	padding:10px 10px!important;
	display:block;
	font-weight:normal!important;
	font-size:14px!important;
	}

/*1.5调整*/

/*search*/
.search1_r{
	width:100%!important;
	}
.search1{
	width:75%!important;
	float:right;
	}
/*.serch1_left{
	width:20%;
	float:left;
	position:relative;
	}*/
.serch1_left h4{
	font-size:22px;
	color:#333;
	font-weight:normal;
	border-bottom:#ddd 1px solid;
	padding:30px 0 30px 10px;
	margin:0;
	background:#0096d5;
	}
/*.serch1_left ul li{
	padding:10px 0;
	border-bottom:#ddd 1px solid;
	padding-left:10px;
	cursor:pointer;
	}*/
.serch1_left ul li:hover{
	background:#ffb600;
	}
/*.serch1_left ul li a{
	line-height:24px;
	color:#000;
	font-size:15px;
	font-weight:bold;
	
	}*/
	
/*search*/
/*.about_lstt{
	bottom:0;
	top:auto!important;
	}*/
	
.fact_b_c p{
	overflow:hidden;
	}
.fact_b_c p b{
	font-size:16px;
	padding:0 5px;
	float:left;
	}
.fact_b_c p span{
	float:left;
	}
.fact_p_p{
	margin-top:0!important;
	
	}
/*0107*/
.yousuojin{
	width:95% !important;
	float:left;
	margin-left:9px;
}
@media (min-width: 768px) and (max-width: 991px){
	.about_left{
		width:17%!important;
		}	
	}
.footer_t1>span>a{
	color:#646464;
	}
#gallery {
    /*padding: 30px;*/
  }
#descriptions {
    position: relative;
    height: 50px;
    background: #EEE;
    margin-top: 10px;
    width: 640px;
    padding: 10px;
    overflow: hidden;
  }
#descriptions .ad-image-description {
      position: absolute;
    }
#descriptions .ad-image-description .ad-description-title {
     display: block;
    }
@media (min-width: 768px) and (max-width: 1199px){	
.ser_nav{
	padding-top:0!important;
	}
}

.abtt_p{
	color: #000;
    padding: 10px 10px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-size: 14px;
    border-top: #0096d5 3px solid;
	width: 100%;
    background: #ebebeb;
	margin-bottom:20px;
	}
	
.menu_en a{
	cursor:auto!important;
	}
.menu_en img{
	margin-left:10px;
	}

/*产品滚动条*/
/*.textyichu1{
	padding-right:20px;
	}*/
.about_left .slimScrollBar {
    background:#ddd !important;
	z-index:9999!important;
}
.about_lit{
	position:relative;
	}
/*.about_lit>b{
	position:absolute;
	right:4px;
	width:1px;
	height:100%;
	background:#ddd;
	}*/
.abox-cut{
	color:#0096d5!important;
	font-weight:bold!important;
	}
.tex_cur{
	color:#646464!important;
	}
	
.about_r_lis{
position:absolute;
left:100%;
width:180px;
top:0;
background:#fff;
box-shadow: 20px 20px 40px -10px rgba(0,0,0,.2);
}

.about_r_lis a{
font-weight:normal!important;
}

.ab_cut_l{
	display:block;
	}
.abt_crr{
	display:block;
	}
.tex_on{
	color:#ffb600!important;
	}
.prot_wz table{
	margin-left:35px;
	width:94%!important;
	}
.prot_wz td p{
	margin-bottom:0;
	}
	
.servic_wzs p b{
	display: inline-block;
    width: 4px;
    height: 4px;
    /* border: #666 1px solid; */
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-right: 5px;
    float: left;
    margin-top: 9px;
    background: #646464;
	margin-left:35px;
	}
.keysbgcolor{
	background-color:#fcce5d;
	padding:3px;
}


/*1.11调整*/

.about_left li a{
	word-break: break-word;
	padding-right:10px;
	overflow:hidden;
	display:block;
	letter-spacing:2px;
	position:relative;
	padding-left:20px;
	}
.ab_spl{
	position:absolute;
	right:6px;
	top:10px;
}
.about_lis>ul>li>a>p{
	display:inline-block;
	width:90%;
	float:left;
	margin-bottom:0;
	}
.about_lis>ul>li>a>span{
	float:left;
	margin-right:3px;
	}
	
.proin_list .danlie{
	width:30%!important;
	}
.proin_list .danlie td p{
	padding-left:0!important;
	}
	
.text_con>a>i{
	display: inline-block;
    width: 4px;
    height: 4px;
    /* border: #666 1px solid; */
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-right: 5px;
    float: left;
    margin-top: 9px;
    background: #646464;
	}
.text_con>a>span{
	float:left;
	width:88%;
	}
	
	
@media (min-width: 768px) and (max-width: 1024px){
	.logo_wz{
		margin-top:13px;
		}
	.logo>img{
		height:50px;
		}
	.menu_en{
		right:50px;
		top:9px;
		}
	.sec1 .container{
		padding-left:0!important;
		padding-right:0!important;
		}
	.sec1 .button{
		margin-top:15px;
		}
	.banner_zi{
		margin-left:20px;
		}
	.about_left h4 a{
		padding-left:10px;
		font-size:22px;
		}
	.abt_res_l p span{
		width:87%;
		}
	.fact_b_c p{
		line-height:20px;
		}
	.servic_left p{
		line-height:20px;
		}
	.down_right h3{
		margin-top:5%;
		}
	hr{
		margin:10px 0!important;
		}
	.search1_tit label{
		width:65%!important;
		}
	.pro_list p{
		height:55px!important;
		}
	
	
	}	
	
	
@media (max-width: 767px){
	.map_cn{
		height:100%!important;
	}
	.logo_wz{
		margin-top:5px;
		}
	.logo>img{
		height:40px;
		}
	.logo{
		margin-top:10px;
		}
	.logo_wz p{
		font-size:14px;
		}
	.menu_en a{
		width:60px;
		}
	.menu_en{
		right:35px;
		top:7px;
		}
	.sec1 .container{
		padding-left:0!important;
		padding-right:0!important;
		height:auto!important;
		}
	.button span{
		font-size:12px;
		height:40px;
		}
	.about_right{
		width:100%!important;
		}
	.abt_res_l{
		width:100%;
		}
	.abt_res_l p span{
		width:83%;
		}
	.about_r_tit>b{
		font-size:18px;
		margin-top:7px;
		}
	.about{
		padding-top:10px;
		}
	.about_bot li p{
		font-size:12px;
		padding:10px 5px;
		}
	.adv_mgg .bn_top{
		width:70px;
		height:70px;
		}
	.adv_mgg>img{
		width:64px!important;
		}
	.adv_mgg{
		width:64px!important;
		height:64px;
		}
	.adv_adg h4{
		font-size:14px;
		height:34px;
		line-height:24px;
		
		}	
	.adv_adg{
		padding:0 10px;
		margin-top: 10px;
		}
	.adv_c li{
		width:50%!important;
		}
	.adv_c li p{
		height:145px!important;
		line-height:20px!important;
		}
	.abtt_p{
		padding:10px 5px;
		}
	.servic_wz{
		height:auto!important;
		}
	.servic_right{
		overflow:hidden;
		height:240px!important;
		}
	.sevr_list{
		height:auto!important;
		}
		
	hr{
		margin:10px 0!important;
		}
	.down_right p{
		font-size:12px;
		}
	.down_right p span{
		font-size:12px!important;
		}
	.cont_bx{
		width:100%;
		}
	.cont_mess{
		width:100%;
		}
	.cont_right{
		height:220px;
		}
	.search1{
		width:100%!important;
		}
	.search1_tit label{
		width:100%!important;
		}
	.search_t_ph li{
		display:inline-block;
		width:29%;
		margin:10px 1.5%;
		background:#0096d5;
		-moz-border-radius:5px;
        -webkit-border-radius:5px;
        border-radius:5px;
		}
	.search_t_ph li a{
		color:#000;
		display:block;
		height:30px;
		line-height:30px;
		text-align:center;
		}
	 .pro_list p{
		 height:55px;
		 }
     .pro_list{
		 padding:20px 10px;
		 }
	 .about_r_tit span{
		 float:left;
		 }
	.lang_ch{
		display:inline-block;
		float:right;
		margin-right:10px;
		margin-top:10px;
		}
	.lang_ch>a{
		float:left;
		color:#fff;
		line-height:35px!important;
		margin-left:10px;
		margin-top:10px!important;
		}
	.lang_ch img{
		margin-top:18px!important;
		}
	.ph_search{
		display:inline-block;
		float:left;
		margin-top:10px;
		width:70%;
		}
	.ph_search input{	
		    width: 60%;
			height: 35px;
			line-height: 35px;
			padding-left: 10px;
			padding-right: 10px;
			border: none;
			border: 1px solid #ccc;
			float:left;
	}
	
	.ph_search span {
		display: block;
		width: 70px;
		height: 35px;
		text-align: center;
		line-height: 35px;
		background: #009fe5;
		color: #fff;
		font-size: 14px;
		color: #fff !important;
		padding: 0 !important;
		cursor: pointer;
		float:left;
	}
	.fact_b_c p{
		line-height:20px;
	}
	.fact_p_p{
		line-height:22px;
		overflow:hidden;
	}
	
	.abtt_p{
		height:110px;
	}
	.footer_t2{
		float:left;
		}
	.footer_t2 p{
		margin-top:0;
		}
	.sec1 .col-xs-4{
		padding-left:0!important;
		padding-right:0!important;
		width:32.333%!important;
		}
	.button .btn{
		width:50px;
		height:50px;
		}
	.button .bn_top{
		width:56px;
		height:56px;
		}
	.sec1 .title_text h1{
		font-size:24px;
		text-align:center;
		position:relative;
		}
	
	.sec1 .title_text{
		margin-top:15px;
		padding-top:0;
		}
	.sec_row{
		margin-top:25px!important;
		}
	.logo_wz{
		width:200px;
		}
	.banner_zi{
		width:100%!important;
		}
	.banner_zia1{
		font-size:20px;
		line-height:28px;
		}
	.text_txt2{
		height:65px!important;
		}
	.text_txt2>span{
		display:block;
		width:100%;
		text-align:right;
		}
	.phone_nav>ul>li>a{
		text-transform:none!important;
	    }
	.proin_top li p{
		font-size:12px;
		min-width:60px;
		}
	.proin_l{
		width:100%!important;
		}
	.footer_t1>p span i{
		float:left;
		margin-top:6px;
		}
	.footer_t1>p span a{
		float:left;
		width:90%;
		}	
	.hea_ph_l{
		display:none;
		}
	.hea_ph_l>li>a{
		color:#ffb600!important;
		padding-left:10px;
		}
	.phone_nav>ul>li>ul{
		height:auto!important;
		}
	

			
	}
	.ind_idtn{
		text-indent:2em;
	}
	.phone_nav>ul{
		overflow:auto;
		height:100%;
	}
	
	.indent_p{
		padding-left:43px!important;
	}
	
    .text_txt2>span{
		display:block;
		width:100%;
		text-align:right;
	}
	
	.ab_indp{
		text-indent:0!important;
	}
	.indent_p{
		
	}
	.text_con a{
		padding-left:18px!important;
	}
	.ser_lft a{
		letter-spacing:2px;
		padding-left:20px!important;
		
	}
	.wx_sp{
		position:relative;
		display:inline-block;
	}
	
    .wx_ew{
       position:absolute;
       bottom:30px;	
       left:-40px;	  
       display:none;	   
	}