@charset "utf-8";
/* CSS Document */

html,body,div{
	font-family:"微软雅黑";

	}
body{
	overflow-x:hidden;
	}
img{
	border: none;
}
/*****header*******/
.header_top
{
	width:100%;
	height:50px;
	position:absolute;
	z-index:1111;
	background:#eff0f1;

}
.header{
	width:100%;
	height:90px;
	z-index:99999;
	background:rgba(255,255,255,0.9);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#9fffffff,endColorstr=#9fffffff);
}
.header .menu
{
	height:80px;
	position:relative;

}
.header_con{
	width:100%;
	position:relative;
	}
.logo{
	float:left;
	margin-top:25px;
	

	}		
.nav{
	float:right;
	margin-right:0px;
	}	
.nav>ul{
	padding:0;
	margin:0;
	margin-top:40px;
	}
.nav>ul>li{
	float:left;
	line-height:50px;
	position:relative;
	margin-right:-8px;

	}
.nav>ul>li>a{
	font-size:15px;
	letter-spacing:0px;
	color:#444;
	font-weight:bold
	}
.nav>ul>li>b{
	width:5px;
	height:5px;
	border-radius:5px;
	background:#035cac;
	position:absolute; left:50%; bottom:13px;
	margin-left:-2px;
	opacity:0;
    filter:alpha(opacity=0);
    -moz-opacity:0; 
    -khtml-opacity:0;
    -webkit-opacity:0;
	}	
.nav>ul>li>ul{
	width:151px;
	position:absolute; top:70px; left:-22px;
	background:#fff;
	padding:20px;
	box-shadow: 0 0 2px 0 rgba(0,0,0,.2);
	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;
	z-index:99;
	}
.erjion{
	top:50px !important;
	}
.nav>ul>li>ul>li{
	line-height:20px;
	text-align:left;
	padding:5px 0;
	padding-left:13px;
	}
.nav>ul>li>ul>li>a{
	font-size:13px;
	color:#666;
	letter-spacing:1px;
	}
.erji_line{
	position:absolute; top:0; left:15px;
	width:1px;
	height:100%;
	background:#e8e8e8;
	}
.erji_line>span{
	width:1px;
	height:20px;
	background:#035cac;
	position:absolute; top:25px; left:0;
	}						
.header_r{

	}			
.header_r span{
	display:inline-block;
	line-height:50px;
	font-size:15px;
	font-weight:600;
	color:#adadad;
	padding-left:10px;
	}	


.nav_right{
	position:absolute; top:10px; right:0;
	}
.nav_right h5{
	display:inline-block;
	margin:0;
	line-height:25px;
	font-size:12px;
	color:#999;
	margin-left:10px;
	cursor:pointer;
	position:relative;
	float:left;
	}
.nav_right h5 p{
	width:100%;
	position:absolute; top:25px;
	padding:10px 0;
	background:#000;
	border-top:none;
	display:none;
	z-index:9999;

	}
	
	
.nav_lang p{
	left:0;
	}	
	
			
.nav_right h5 p span{
	display:block;
	width:100%;
	text-align:center;
	line-height:22px;
	letter-spacing:1px;
	color:#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;
	}

.sousuo{
	height:27px; 
	border:1px solid #CCC; 
	width:120px; 
	background:none;
	margin-right:5px;
	font-size:11px;
	padding:0 20px 0 5px;
	/*margin-top:2px;*/
	}	

 
	
.qix p span{
	text-align:left !important;
	padding-left:10px !important;
    }
.qix p{
	width:260px !important;
	right:-1px;
	padding-left:10px !important;
	}			
.nav_right h5 i{
	margin-right:5px;
	color:#035cac;
	font-size:14px;
	
	}
.ind_h{
	margin-top:5px;
	}
.ind_h i{
	position:absolute;
	right:5px;
	top:6px;
	}	
.nav_down{
	color:#999 !important;
	font-size:12px !important;
	margin-left:10px !important;
	}		




@media (min-width: 992px) {
.nav>ul>li{
	padding:0 10px;	
    }	
	}
@media (min-width: 1200px) {
.nav>ul>li{
	padding:0 20px;	
    }
	}



/******************手机导航******************/
.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:#035cac !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{
	width:180px;
	}
.logo>a>img{
	width:80px;
	}
.banner{
	margin-top:40px !important;
}				
	}
@media (min-width: 768px) and (max-width: 991px){
.header{
	height:60px;
	}
.header .container{
	padding:0 !important;
	}
.logo{
	margin-left:15px;
	}	
.logo>img{
	width:180px;
	}	
.banner{
	/*margin-top:60px !important;*/
	}		
	}


.clp1
{
	 position:relative;

}
	
/*****header*******/	
.text
{
	width:100%;
	height:200px;
	background:#666;
	position:relative
}
.text
{
	padding-top:55px;
	font-size:26px!important;
	color:#fff;
	text-align:center;
	line-height:45px;
}

/*****banner*******/
.banner{
	width:100%;
	height:100%;
	position:relative;
	overflow:hidden
	}
.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_txt h2
{
	font-size:45px;
	color:#fff;
	letter-spacing:8px;
	height:60px;
		margin-top:25%;
}
.banner .ban_txt h5
{
	color:#ccc;
	font-size:16px;
	letter-spacing:1px;
}
.pag_main{
	bottom:0 !important;
	}

/*banner_xia*/


.banner_xiaBox{
	width: 100%;
	height: 50px;
	margin: 0 auto;
	position:relative;
	z-index:2;
}



.banner_xiaBox>span{
	width:20%;
	height:100%;
	background:#035cac;
	position:absolute; top:0; left:0;
	z-index:-1;
	display:inline-block;
	-moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
	overflow:hidden;
	}
	
	
.banner_xiaBox1>span{
	width:10%;
	}
		
		
.banner_xiaBox li{
	width: 20%;
	float: left;
	line-height:50px;
	font-size: 18px;
	cursor:pointer;
	text-align:center;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	-o-transition: 0.3s ease;	
	transition: 0.3s ease;
}

.banner_xiaBox1 li{
	width: 10%;
	font-size: 13px;
	border-bottom:none;
	}

.xiaBox_li{
	
	width:90%;
	
	}

/*1.17调整*/

.banner_xiaBox>span{
	display:none;
	}
.xiaBox_li{
	color:#035cac!important;
	}

/*1.17调整*/
	
	
	
	
	

.xiaBox_li0{
	display:inline-block;
	}
	
	
.xiaBox_li1{
	display:none;
	}	
	
	
.banner_xiaBox li{
	font-size:16px;
	color:#333;
	
}	
	
	
	
.banner_xiaBox li img{
	margin-right: 5px;
}
.title{
	width: 100%;
	margin: 0 auto;
	color: #989898;
	font-size: 14px;
}
.title span{
	display:inline-block;
	margin-bottom:15px;
	margin-right: 22px;
	cursor:pointer;
	color:#333;
}
.part_box{
	width: 60%;
	float:left;
}
.part_l{
	width: 100%;
	float: left;
	display:none;
}
.part_lt{
	width: 100%;
	float:left;
	padding-top:35px;
	position:relative;	
}
.part_ltt{
    width:28%;
	position:relative;
	float:left;
}
.pat_cox{
	width:100%;
	float:left;
	
	}

.part_rgt{
	width:70%;
	float:right;
	}
.part_lb{
	padding:0 !important;
	margin:0 !important;
}
.part_lb li{
	line-height: 37px;
	border-bottom: 1px solid #aaa;
	width:100%;
	overflow:hidden;
}
.part_lb li span{
	color: #333;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	-o-transition: 0.3s ease;	
	transition: 0.3s ease;
	width:80%;
	float:left;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
}
.part_lb li:hover span{
	color: #035cac;
	}
.fr{
	float: right!important;
	width:20%!important;
	text-align:right;
}

.content_box span b{
	float:right;
	font-weight:normal;
	color:#035cac;
	}
.part_r{
	width:40%;
	float: right;
	padding-left:50px;
	padding-top:35px;
}
.part_r ul{
	margin-top:-17px;
	}
.part_r li{
	padding:20px 0 15px 50px;
	background:#fff;
	margin-bottom:17px;
	-webkit-transition: box-shadow .3s ease;
    -moz-transition: box-shadow .3s ease;
    -ms-transition: box-shadow .3s ease;
    -o-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease;
}
.part_r li:hover{
    -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,0.2);		
    box-shadow: 0 0 30px 0 rgba(0,0,0,0.2);	
	}
.ay-title{
	font-size: 20px;
	color: #3d3d3d;
}
.num{
	font-size: 40px;
	color: #d30910;
	
}
.num-kuo{
	color: #d30910;
	font-size: 16px;
	margin-right:10px;
}
.col{
	color: #d30910;
}
.col img{
	margin-top: -20px;
}
.time{
	color:#959595;
	line-height: 30px;
	font-size:12px;
}
.line{
	position: relative;
	width:100%;
	height: 2px;
	background:#dedfe2;
	margin-bottom:15px;
}
.line1{
	position: absolute;
	width:60px;
	height: 2px;
	background:#035cac;
	margin-top: -17px;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	-o-transition: 0.3s ease;	
	transition: 0.3s ease;
}



.line1on{
	margin-left:91px;
	}
	
.line1on1{
	margin-left:182px;
	}
	
.line1on2{
	margin-left:274px;
	}

.img_box{
	width: 100%;
	float: left;
}
.content_box{
	width:100% ;
	float: left;
	color: #035cac;
	background:#fff;
	padding:10px 10px 30px 10px;
	/* border-top:#035cac 5px solid; */
}

.content_box h2{
	margin-top: 5px;
	font-size: 15px;
	color:#2f3031;
	margin-bottom:5px;
}
.content_box span{
	display: inline-block;
	margin-bottom: 5px;
	font-size: 13px;
	color:#767676;
	line-height:22px;
	height:44px;
	overflow:hidden;
}
.content_box a{
	color: #035cac;
}
/*.pic-bg{
	height:310px ;
	background: #d9d9d9;
	padding-top: 61px;
}
.pic-box{
	width: 1200px;
	height: 172px;
	margin: 0 auto;
	overflow: hidden;
}
.pic-box img{
	width: 33.33%;
	height: 172px;
	float: left;
}*/
/*banner_xia*/

@media (max-width: 767px){
	
/**banner手机端样式**/
.banner .ban_txt h2{
	font-size:24px;
	margin-top:60%;
	line-height:25px;
	height:25px;
	margin-bottom:10px;
	}
.banner .ban_txt h5	{
	margin-top:10px;
	font-size:16px;
	line-height:25px;
	}
.swiper-pagination-switch{
	width:10px !important;
	height:10px !important;
	}
	
/***banner手机端样式***/
.banner_xiaBox li{
	width:47%;
	line-height:35px;
	font-size:12px;
	
	}
.banner_xiaBox>span{
	width:48%;
	height:70%;
	}
.part_lt{
	width:100%;
	}
.part_rgt{
	width:100%;
	}
.part_box{
    width:100%;	
	}
.part_r{
	width:100%;
	margin-top:20px;
    padding:0;
	}
.part_r ul{
	margin-top:0;
	}
.part_r li{
	padding:10px 6px;
	padding:20px 0;
	text-align:center;
	}
.ay-title{
	font-size:18px;
	}
.num{
	font-size:30px;
	}
.ab_banner{margin-top:40px;}
	}
	
	

/*内页小导航*/	
.ab_menu {
	height: 77px;
	border-bottom: 1px solid #eaeaea;
}


.ab_menu_l {
	float: left;
	padding-left:13px;
	background: url(../images/ab_menu_icon.png) no-repeat 0 32px;
	margin-left: -15px;
}


.ab_menu_l a {
	float: left;
	padding: 0 9px;
	font-weight: bold;
	font-size: 14px;
	line-height: 77px;
	color: #000;
}


.ab_menu_l a.on {
	background: url(../images/ab_menu_icon1.png) no-repeat 0 36px;
}


.ab_menu_r {
	float: right;
	height: 100%;
}


.ab_menu_r a {
	position: relative;
	float: left;
	margin-left: 30px;
	font-weight: bold;
	line-height: 77px;
	color: #63666b;
}


.ab_menu_r a span {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 2px;
	background-color:#035cac;
	border-radius: 4px;
	-webkit-transition: width 300ms;
	transition: width 300ms;
}


.ab_menu_r a.on span {
	width: 100%;
}
/*内页小导航*/




/*  解决方案  */
.solution{
	 position:relative;
	 padding:50px 0 80px 0;
	 background:url(../images/solution_bg.jpg) center no-repeat;
	 background-size:cover;
	 }
 
	/*#slider {
		position:relative;
		width:100%;
		height:100%;
		overflow: hidden;
		height:49px;
	}
	*/
	#slider .slide {
		position: absolute;
		top: 0px;
		height:100%;
		width:40%;
		overflow: hidden;
	}
	
	#slider .title   {
		color:#FFF;
		font-size:23px;
		margin-right: 1.5em;
		text-decoration: none;
	}
	#slider .backgroundText {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 100%;
	}
	
	
	#slider .name {
		position: absolute;
		top:50%;
		color: #FFF;
		width: 250px;
		left: 10px;
		text-align:center;
				
	}
	
	
	#slider .text {
		position: absolute;
		top: 1%;
		top: 100%;
		color: #FFF;
		font-family: verdana, arial, Helvetica, sans-serif;
		font-size: 0.9em;
		text-align: justify;
		width: 30%;
		left: 10px;
		display:none !important;
	}
	
	
	#slider .diapo {
		position: absolute;
		filter: alpha(opacity=100);
		opacity: 1;
		} 
		
/*  解决方案  */





.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: 16px;
  margin-bottom: 15px;
  color:#666;
  padding-top:30px;
}
.pagination {
  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: #035cac;
}		
/*****banner*******/


/*****sec1*******/
.sec_line{
	width:2px;
	height:0%;
	position:absolute; top:0; left:5%;
	background:#ccc;
	}
.sec_zi{
	position:absolute; top:130px; left:4.7%;
	letter-spacing:5px;
	font-size:13px;
	color:#666;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	opacity:0;
    filter:alpha(opacity=0);
    -moz-opacity:0; 
    -khtml-opacity:0;
    -webkit-opacity:0;
	}	
.sec1{
	width:100%;
	padding:50px 0 0;
	position:relative;
	}

.sec1 .container
{
	padding-right: 0px;
  	padding-left: 0px;
}
.sec1_con{
	width:100%;
	margin-top:30px
	}	
.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);
	}		
.sec1_list_zi{
	width:100%;
	overflow:hidden;
	padding-top:0px;
	padding-left:20px;
	padding-right:20px;
	}		
.sec1_list_zi h5{
	font-size:16px;
	letter-spacing:1px;

	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	-o-transition: 0.3s ease;	
	transition: 0.3s ease;
	color:#fff
	}
.sec1_list:hover .sec1_list_zi h5{
	color:#333;
	}	
.sec1_list_zi h5 span{
	letter-spacing:0;
	color:#fff;
	padding-right:10px;
	-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_zi h5 span{
	color:#fff;
	}	
.sec1_list_zi p{
	font-size:12px;
	line-height:25px;
	letter-spacing:1px;
	color:#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;
	}
.sec1_list:hover .sec1_list_zi h5 span{
	color:#333;
	}	
.sec1_list:hover .sec1_list_zi p{
	color:#666;
	}	


@media (max-width: 767px){
.sec1{
	padding:30px 0;
	}		
.sec1_list{
	margin-bottom:10px;
	}			
	}
@media (min-width: 768px) and (max-width: 991px){
.sec1{
	padding:50px 0;
	}
.sec1_list{
	margin-bottom:10px;
	}			
	}

				
/*****sec1*******/

.sec2_text
{
	width:100%;
	height:300px;
	margin:auto;
	text-align:center;
	padding-top:80px;
	color:#0075c1;
	font-weight:bold;
	position:absolute;
	z-index:11;
	text-align:center;

	
}
.sec2_text h1
{
	letter-spacing:20px;
	
}
.sec2_text h1,.sec2_text h2
{
	font-weight:bold
}
 

/*****sec2*******/
.sec2{
	width:100%;
	padding-top:80px;
	padding-bottom:120px;
	background: #ddddde;
	background-size:cover;
	overflow:hidden;
	
	}
.sec2 .titolo{font-size:48px;line-height:52px;margin-bottom:25px;font-weight:100;padding:35px 0}

.box-counter {
	text-align: center
}
.counter .pie {
	position: relative;
	z-index: 1;
	display: block;
	margin: 0 auto;
	text-align: center
}
.counter .count {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	margin: 0;
	width: 100%;
	font-size: 60px;
	line-height: 200px;
	text-align: center;
	color: #6c6c6c;
	font-weight: 300
}
.counter canvas {
}
.desc-pie {
	text-align: center;
	font-size: 20px;
	color: #6c6c6c;
	display: inline-block;
	width: 200px;
	margin-top: 10px;
	line-height: 20px
}
@media(max-width:767px) {
.bg-mappa {
	background-attachment: scroll!important
}
}


/*****sec2*******/


/*****sec3*******/

.sec3{
	width:100%;
	height:auto;
	padding:100px 0;
	position:relative;
	background: url(../images/bg-news.jpg) no-repeat center;
	background-size:cover;
    background-attachment: fixed;
}

.sec3 .sec3_list
{
	opacity:0;
	margin-top:50px;
}

.indexnews{
	
	}

.indexnews .title
{
	font-size:38px;
	height:50px;
	line-height:50px;

	text-align:center;
	color:#fff;
}

.indexnews .title1
{
	font-size:14px;
	height:40px;
	line-height:40px;
	text-align:center;
	margin-bottom:50px;
	color:#ccc
	
}


.indexnews{  padding-bottom:80px;}
.indexnewsbt{ width:100%; height:50px; line-height:20px; overflow:hidden;}
.indexnewstext{ padding:30px; padding-top:10px; }
.indexnewsbt a{ font-weight: bold; color:#333;
font-size: 16px;}
.indexnewsbt a:hover{ color:#333;}

.indexnewswz{ margin-top:10px;color:#666; height:59px; overflow:hidden; font-size:14px;}

.indexnewsmore{ margin-top:10px; padding-bottom:10px;}
.indexnewsmore a{ display:block; width:120px; height:30px; line-height:30px; text-align:center; background:#ccc; color:#fff; }

.indexnewsimg{
	 position:relative;
	 overflow:hidden;  
	 padding:30px;
}

.newslist span{
	display:block;
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:100;
	overflow:hidden;
	}


.newslist span img{
-webkit-transition: all 1.5s;
-moz-transition: all 1.5s;
-ms-transition: all 1.5s;
-o-transition: all 1.5s;
transition: all 1.5s;

width:100%;
filter:alpha(opacity=0);  
-moz-opacity:0;  
-khtml-opacity: 0;  
opacity:0; 
 
}


.newslist:hover span img{
-webkit-transform: scale(1.1,1.1);
-moz-transform:  scale(1.1,1.1);
-ms-transform:  scale(1.1,1.1);
-o-transform:  scale(1.1,1.1);
transform:  scale(1.1,1.1);


filter:alpha(opacity=1);  
-moz-opacity:1;  
-khtml-opacity: 1;  
opacity:1; 

}

.indexdate{ position:absolute; left:0px; width:60px; height:60px; background:#0075c1; bottom:0px;}
.indexdate p{ color:#fff; text-align:center; font-size:16px; margin-top:8px;}
.indexnewstitle{ text-align:center; font-size:45px; font-weight:bold; text-transform:uppercase;}
.indexnewstop{ margin-top:10px;}
.indexnewsbtimg{ text-align:center; margin-top:10px;}
.shebei{ background:#e60012; padding-top:50px;}
.indexnewsbg{ position:absolute; top:0px; left:0px; width:100%; height:100%;background-color: rgba(0, 0, 0, .7); opacity:0;
transition: all 1s;
-webkit-transition: all 1s;}
.indexnewsbg p{-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-khtml-border-radius: 3px; border:1px solid #619a72; width:100px; height:35px; line-height:35px; 
text-align:center; margin:0 auto; color:#619a72; margin-top:20%;transition: all 1s;
-webkit-transition: all 1s;}
.indexnewswarp:hover .indexnewsbg{opacity:1;transition: all 1s;
-webkit-transition: all 1s;}
.indexnewswarp:hover .more{ margin-top:30%;}

.newslist
{
	width:100%;

	background:#f0f0f0
}

		
/*****sec3*******/


/*****sec4*******/
.sec4{
	width:100%;
	background:#f3f3f3;
	}
.sec4_b{
	background:#fff;
	padding-bottom:90px;
	}	
.sec4_b1{
	width:100%;
	height:50px;
	border-top:1px solid #f3f3f3;
	}	
.sec4_b1 span{
	display:inline-block;
	float:left;
	width:100px;
	height:50px;
	border-right:1px solid #f3f3f3;
	}	
.sec4_b_list{
	border-top:1px solid #f3f3f3;
	}
.sec4_b_list1{
	width:100px;
	padding:20px 0;
	border-right:1px solid #f3f3f3;
	}	
.sec4_b_list1{
	font-size:24px;
	text-align:center;
	color:#000;
	}
.sec4_b_list2{
	width:100%;
	padding-left:100px;
	position:relative;
	cursor:pointer;
	}	
.sec4_b_list2 p{
	width:95%;
	font-size:18px;
	color:#333;
	padding:0 0 0px 20px;
	line-height:20px;
	margin-top:-40px;
	padding-top:-10px;
	height:40px;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	-o-transition: 0.3s ease;	
	transition: 0.3s ease;
	}	
.sec4_b_list2:hover p{
	color:#00b5e4;
	}	
.sec4_b_list2 p span{
	width:100px;
	height:100%;
	position:absolute; top:0; left:0;
	border-right:1px solid #f3f3f3;
	text-align:center;
	color:#747474;
	font-size:14px;
	margin-top:25px;
	}	
.sec4_b_list2 p b{
	width:10px;
	height:1px;
	background:#dbdbdb;
	position:absolute; left:95px; top:10px;
	}	

.sec4_a{
	width:100%;
	padding-right:60px;
	padding-top:50px;
	
	}	
.sec4_a>span{
	display:inline-block;
	line-height:30px;
	color:#666;
	font-size:12px;
	padding:0 0px;
	font-size:38px
	}
.sec4_as{
	width:100%;
	display:none;
	}		
.sec4_as h5{
	font-size:24px;
    margin: 33px 0 23px;	
	line-height:45px; 
	}
.sec4_as p{
	margin-bottom:20px;
	color:#666;
	line-height:30px;
	}	
		
/*****sec4*******/


/*****footer*******/
.footer{
	background:#252525;
	padding:30px 0;
	padding-bottom:0;

	color:#ccc
	}
.footer1{
	width:100%;
	background:#5f5e5e;
	}	
.footer1_con{
	width:100%;
	margin:0 auto;
	position:relative;
	}	
.footer1_con1{
	    width: 75%;
    float: left;
    padding: 33px 0;
    color: #fff;
	/*border-right:1px solid #6d6d6d;*/
	}	
.footer1_con2{
	width:20%;
	float:right;
	padding:15px 0 0;
	position:relative;
	text-align:right;
	}			
.footer1_con2>p{
	display:inline-block;
	line-height:25px;
	color:#858585;
	font-weight:600;
	letter-spacing:1px;
	font-size:13px;
	padding:0 5%;
	float:left;
	margin-top: 12px;
	}	
.footer1_con2>p span{
	display:inline-block;
	font-weight:normal;
	}

.footer2{
	width:100%;
	}
.footer2_t{
	text-align:center;
	padding:20px 0;
	}	
.footer2_t a{
	display:inline-block;
	font-size:13px;
	padding:0 15px;
	color:#666;
	letter-spacing:1px;
	}	
.footer2_b{
	text-align:center;
	}	
.footer2_b p{
	font-size:12px;
	letter-spacing:1px;
	color:#91959d;
	text-align:center;
	}
	
.erweima{
	position:absolute;
	left:-30px;
	width:110px;
	bottom:86px;
	
	
filter:alpha(opacity=0);  
-moz-opacity:0;  
-khtml-opacity: 0;  
 opacity: 0;
	}	
	.erweima img{
position: absolute;
 bottom: -104px;
    right: 82px;

	}
#footer_unohacha{
	display:inline-block;
	position:absolute; right:0px; top:5px; 
	}			

.footer_t{
	padding-bottom:30px;
	}
.footer_tist h5{
	font-size:15px;
	letter-spacing:1px;
	color:#999898;
	}
.footer_tist p{	
    margin-bottom:0;
	line-height:25px;
	font-size:12px;
	letter-spacing:1px;
	color:#666;	
    }
.footer_tist p:hover{
	color:#fff;
	}

@media (max-width: 767px){
.footer1_con2{
	width:100%;
	    display: none;
	}
.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){
		
	}
		
/*****footer*******/	


/* right */
.home_selec { 
	width:280px;
	z-index:999;
    display: block;
    position: absolute;
    right:-12px;
    top: 130px;
    -webkit-transition: margin 1s;
    -webkit-transition-delay: 0s;
    -moz-transition: margin 1s;
    -o-transition: margin 1s;
    transition: margin 1s;
}


.IgniteBarV1 li{ width:50px; height:50px;border-bottom: solid 1px #4a4f54; background:#0c121c;border-left: solid 1px #4a4f54;}

.IgniteBarV1 li a i{ display:block; color:#fff; font-size:16px; text-align:center; line-height:50px;}
.IgniteBarV1 li:hover{ background:#e46007;}

.home_open{ position:absolute; left:0px; width:280px; top:0px;z-index:9999999;}
.home_open_one{ color:#e5e5e5; padding-bottom:20px;border-bottom: solid 1px #333; padding-left:20px;background:url(../images/tm01.png); padding-top:20px;
transition: all 0.4s linear;
-webkit-transition: all 0.4s linear;
-moz-transition: all 0.4s linear;
-ms-transition: all 0.4s linear;
-o-transition: all 0.4s linear;
}
.home_open_one h2{ font-size:16px; margin:0px; margin-bottom:10px; font-weight:600;}
.home_open_one label{ margin-right:5px; font-size:14px; font-weight:normal;}
.home_open_one:hover{ background:#e46007;color:#fff;
transition: all 0.4s linear;
-webkit-transition: all 0.4s linear;
-moz-transition: all 0.4s linear;
-ms-transition: all 0.4s linear;
-o-transition: all 0.4s linear;
}
.home_open_one a{ width:78px; line-height:30px; line-height:30px; display:inline-block; background:#e46007; color:#fff; text-align:center; margin-right:10px;}
.home_open_two:hover{ background:#000;}
.home_open_one a:hover{ background:#fff; color:#d90c25;}
.home_open_two{ border:none;}
.home_top{width:50px; height:50px;border-bottom:none; background:#0c121c;border-left: solid 1px #4a4f54; display:block;}
.home_top i{display:block; color:#fff; font-size:16px; text-align:center; line-height:50px;}

.home_open_three label{ display:block;}

.right_tb{ position:relative; width:80%;}
/*.right_tb img{ width:16%;padding-left:10px; margin-top:-5px;}
.right_tb_one img{ width:19%;}*/
.right_tb span{ position:absolute; top:0px;left:0px; width:100%; height:100%; opacity:0;}
.home_open_one:hover .right_tb span{ opacity:1;}

.home_open_four label{ float:left; width:30%;}

.home_title i{ width:5px; height:20px; background:#e46007; display:inline-block; margin-right:10px;}
/* right */


/*11.11*/	
.sec1_con .col-md-2{
	width:20%;
	}	
	
.sec1_list_zi{
	padding:5px 20px!important;
	}
	
.sec3_mm{
	position:relative;
	}	
.sec_m_v{
	width:100%;
	position:absolute;
	left:0;
	top:50%;
	margin-top:-30px;
	text-align:center;
	cursor:pointer;
	}
	


	
	
/*about-honor*/

@media (max-width: 1600px){	
body{font-size:12px;}
  .lead_c{
	  bottom:0;
	  margin-top:20px;
	  }
}
	
	
.banner_xiadiv{
	width:100%;
	}	
.sec_xiadiv{
	width:100%;
	background:#f3f2f3;
	padding-bottom:25px;
	}	




.video_show{
	width:100%;
	height:100%;
	position:fixed; top:0; left:0;
	z-index:999999;
	display:none;
	}
.video_show_bg{
	width:100%;
	height:100%;
	position:absolute; top:0; left:0;
	z-index:-1;
	background:#000;
	opacity:0.7;
    filter:alpha(opacity=70);
    -moz-opacity:0.7; 
    -khtml-opacity:0.7;
    -webkit-opacity:0.7;
	}	

.video_showa{
	width:60%;
	position:absolute; top:13%; left:20%;
	-webkit-transition: 0.6s ease;
	-moz-transition: 0.6s ease;
	-ms-transition: 0.6s ease;
	-o-transition: 0.6s ease;	
	transition: 0.6s ease;
	-webkit-transform: scale(0.6);
	-moz-transform: scale(0.6);
	-ms-transform: scale(0.6);
	-o-transform: scale(0.6);
	transform: scale(0.6);
	opacity:0;
    filter:alpha(opacity=0);
    -moz-opacity:0; 
    -khtml-opacity:0;
    -webkit-opacity:0;
	}	
.video_showa>img{
	position:absolute; top:20px; right:20px;
	z-index:9;
	cursor:pointer;
	}

.video_showa_on{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity:1;
    filter:alpha(opacity=100);
    -moz-opacity:1; 
    -khtml-opacity:1;
    -webkit-opacity:1;
	}
.map_ifr{
	border:none;
	width:100%;
	height:100%;
	}


.BMap_stdMpCtrl{
	display:none!important;
	}

.hea_line{
	border-bottom:#ddd 1px solid;
	}
@media (max-width: 767px){
	.ab_nr1{
		width:100%;
		margin:30px 0;
		padding-bottom:30px;
		background:#f5f5f5;
		}
	.ab_nr1_con{padding:30px 0 0 0}
	.ab_nr1_left{
		padding:0;
		bottom:0;
		}
	.ab_nr1_con .container{
		padding:0;
		
		}
	.box2_nm{
		font-size:18px;
		}
	.service_title{
		padding-top:0;
		}
	.leader{
		width:100%;
		margin:40px 0;
		background:#fff;
		}
	.lead_con{
		padding:0 15px ;
		}
	.lead_c{
		padding:0 15px;
		width:100%;
		right:0;
		}
	.lead_con h3{
		font-size:16px;
		}
	.lead_con h4{font-size:14px;}
	.lead_con p{font-size:12px;}
	.lc_nian h2{
		font-size:24px;
		}
	.lc_text{
		font-size:12px;
		}
	.lc_list1_con{
		width:85%;
		}
	.show1_prev{
		left:8px;
		}
	.show1_next{
		right:8px;
		}
	.ab_nr3_con{
		width:100%;
		}
	.ab_nr3_t{
		width:100%;
		margin-top:70px;
		min-height:100% !important;
		}
	/******联系我们的样式*****/
	.pro1_title{
		padding:10px 0;
		}
	.con1_text h3{
		font-size:24px;
		}
	.con1_text p{
		font-size:14px;
		}
	.cmp{
		padding:0 !important;
		}
	.con1_online{
		padding:30px 15px;
		}
	.online_list1{
		line-height:35px;
		}
	.con2{
		margin-top:260px;
		}
	.map_bot h3{
		font-size:14px;
		}
	.map_bot p{
		font-size:12px;
		}
	.con2_box{
		height:100%;
		}
		/**技术*/
		.jishu_text{
			padding:0;
			}
	    .jishu1{
			width:90%;
			margin:20px auto;
		
			}
		.jishu_text h3{
			font-size:16px;
			}
		.jishu_text p{
			font-size:12px;
			}
		.clb{
			padding:20px;
		}
	    .clbl{
			padding:0 20px !important;
		}
		/***news 样式**/
		.news2 {
			padding:30px 0;
			}
		.news1_con{
			padding:30px 10px;
			}
		.news1_more{
			margin-bottom:30px;
			}
		.news2_list{
			width:100%;
			padding:0;
			margin:30px auto !important;
			margin-bottom:0 !important;
			}
		.news1_more a{
			font-size:14px;
			}
		.news1_text h3{
			font-size:14px;
			}
		.news1_text h4{
			font-size:12px;
			}
		.box2_nm1{
			margin-bottom:0 !important;
			}
		.news2_con .container{padding:0 10px;}
		.clb2{
			padding-bottom:0;
			}
		.news2_list2 p{
			margin-bottom:20px;
			font-size:12px;
		   }
		.news2_list2{
			padding-bottom:20px;
			}
		.news2_list2 h3{
			font-size:14px;
			}
		.media_con h3{
			font-size:24px;
		}
		.media_con p{
			font-size:12px;
			}
		.media_con>span{
			font-size:12px;
			}
		.video .container{
			padding:0;
			}
		.video_box .col-md-4{
			margin-bottom:20px;
		
			}
        .video{
			margin-bottom:20px;
			}	
		/****news ***/
		/*****pro***/
		.pro1_list1{
			width:100%;
			padding:0;
			}	
		.pro1{padding:15px;}
		.pro_nr .clb{
			padding:0 20px;
			}
		.pro1_list1 h3{
			margin:0 0 15px 0;
			font-size:14px;
			}
		.pro1_list1 p{
			font-size:12px;
			}
		.pro1_bg{
			background:#D1D1D1;
			padding-bottom:20px;
			}
		.pro_nr,.pro_nr1,.pro_nr2,.pro_nr3,.pro_nr4,.pro_nr5{
			padding-bottom:20px;
			}
		/**!pro*/
	    /***!pro1****/
		.pro1_nr_con{width:100%;}
		
		
       /***!pro1****/
	   /** service **/
	  .human1_list{
		   padding:20px 0;
		   }
		   
		   
		.human1_list .clearfix{
			margin-bottom:20px;
			}
		.soc1_con p{
			font-size:12px;
			text-align:left;
			}
		.soc1_con h3{
			font-size:14px;
		    text-align:left;
			}
		.soc1_con{
			padding:30px 0;
			}
	  /***!service****/
	  /*****job**/
	  .job1{
		  padding:0;
		  }
	  .job1_box h4{
		  font-size:12px;
		  }
	  .job1_box ul{
		  padding-top:25px;
		  }
	  .job1_box li{
		  width:100%;
		  padding:20px 0;
		  border:1px solid #ddd;
		  margin-bottom:20px;
		  
		  }
	  .job1_box li p{
		  font-size:14px;
		  }
	  .job1_box li span{
		  font-size:12px;
		  text-align:left;
		  }
		.carre_con{
			margin-top:0 !important;
			}
		.carre{
			padding-bottom:40px;
			}
		.know_con p{
			font-size:12px;
			}
		.team_left{
			top:0;
			left:0;
			}
		.team{
			
			padding:0 15px 40px 15px; 
			}
		.human2_img1{
			padding:0;
			}
	  /***!job****/
	  .human2_text h3{
		  font-size:16px;
		  padding:0;margin:0 0 10px 0;
		  }
	  .human_text2 span{
		  display:block !important;
		  padding-right:0 !important;
		  }
	  .human_text2 p{
		  font-size:12px;
		  line-height:20px;
		  }
	  .human2_img2{
		  padding:0;}
}
	
	
/*企业简介*/	
.ab_nr {
	margin-bottom:50px;
}
.ab_nr_l_sub {
	padding: 23px 23px 43px 0;
	border-right: 1px solid #eee;
}
.ab_nr_l {
	position:relative;
}
.inner_b1{
	color: #f1eff1;
	font-size: 74px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	line-height: 64px;
	text-transform:uppercase;
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
}
.f1_boxx{
	padding:40px;
	}


.inner_b2{
	font-size: 24px;
	color: #333;
	line-height: 22px;
	margin:0px;
	padding-top:16px;
}
.inner_b2 span{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333;
	line-height: 22px;
	text-transform: uppercase;
}
.ab_nr_l h4 {
	margin: 10px 0;
	margin-top:0;
	font-size: 16px;
	color: #333;
	font-weight: bold;
	line-height: 18px;
	/*margin-left:-15px;*/
}
.ab_nr_l p {
	color: #746969;
	line-height: 22px;
	margin-bottom: 15px;
	letter-spacing:1px;
	text-indent:2em;
	
}
.lead_con p{
	line-height: 28px !important;
	}
.ab_nr_l_hidden {

	margin-top: 15px;
}
.ab_nr_l_hidden p {
	margin-bottom: 15px;
}
input.more {
	display: block;
	width: 100%;
	height: 54px;
	background: #e1dede url(../images/btn_more_on.png) no-repeat center 15px;
	cursor: pointer;
	-webkit-transition: background 400ms;
	transition: background 400ms;
	border: 0px;
	margin-top: 15px;
}
input.more:hover {
	background-color: #238e3a;
	background-image: url(../images/btn_more.png);
}
.ab_nr_r {
	margin-top: 23px;
}
.ab_nr_r img {
	margin-bottom: 10px;
}


.ab1_nr_l {
	margin-top:20px;
}

.ab1_nr_l p {
	color: #746969;
	line-height: 22px;
	font-size:13px;
	margin-bottom: 15px;
	text-indent:2em;
}

.ab2_nr_l {
}
.ab2_nr_l p {
	color: #746969;
	line-height: 22px;
	font-size:16px;
}

.ab1_nr_l h4 {
	margin: 25px 0;
	font-size: 16px;
	color: #035cac;
	font-weight: bold;
	line-height: 18px;
}
.cul_nr{
	width:100%;
	}
.cul_text{
	margin:10px 0 15px 0;
	}
.cul_text h4{
	 margin: 5px 0;
    font-size: 16px;
    color: #035cac;
    font-weight: bold;
    line-height: 18px;
	}
.cul_text span{
	font-weight:bold;
	padding-right:25px;
	}
.cul_mg{
	width:100%;
	position:relative;
	}
.cul_bg{
	position:absolute;
	width:100%;
	height:100%;
	background:#000;
	left:0;
	top:0;
	z-index:-1;
	opacity:0.8;
    filter:alpha(opacity=80);
    -moz-opacity:0.8; 
    -khtml-opacity:0.8;
    -webkit-opacity:0.8;
	
    
	}
.cul_hd{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:22;
    opacity:0;
    filter:alpha(opacity=0);
    -moz-opacity:0; 
    -khtml-opacity:0;
    -webkit-opacity:0;
	-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;
	padding:30px;
	}
.cul_hd b{
	width:30px;
	height:2px;
	background:#fff;
	display:block;
	}
.cul_hd span{
	width:60px;
	height:1px;
	background:#fff;
	display:block;
	}
.cul_hd p{
	color:#fff!important;
	font-size:20px;
	margin:10px 0;
	text-indent:0!important;
	
	}
.cul_nr:hover .cul_hd{
	opacity:1;
    filter:alpha(opacity=100);
    -moz-opacity:1; 
    -khtml-opacity:1;
    -webkit-opacity:1;
	top:15px;
	left:15px;
	}
.cul_mm img{
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
    -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;
}

.cul_nr:hover .cul_mm 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);
}
.cul_mm{
	width:100%;
	overflow:hidden;
	}
.lc_nr{
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:1px solid #ddd;
	}

.lc_nr h2{
	color: #238e3a;
}

.lc_nr p {
	color: #746969;
	line-height: 22px;
	margin:10px 0;
}
.lc_more{
	color:#238e3a;
	}
.lc_more i{
	color:#238e3a;
	padding-left:10px;
	}
	
	
.hon_nr{
	width:100%;
	}

.sec4_cons{
	width:100%;
	}
.sec4_cons1{
	width:100%;
	border-bottom:1px solid #eaeaea;
	border-top:1px solid #eaeaea;

	}	
.sec4_cons1 span{
	display:inline-block;
	width:19%;
	text-align:center;
	line-height:40px;
	font-size:15px;
	letter-spacing:1px;
	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;
	position:relative;
	}	
.spon4{
	background:#18953a !important; 
	color:#fff !important;
	}
.sec4_cons>ul{
	padding:0;
	margin:0;
	margin-top:50px;
	display:none;
	}
.sec4_cons>ul>li{
	padding:15px;
	cursor:pointer;
	border-bottom:1px solid #eaeaea;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
	-o-transition: 0.3s linear;	
	transition: 0.3s linear;
	}

.spon4_sj{
	width:14px;
	height:8px;
	position:absolute;
	left:50%;
	margin-left:-7px;
	bottom:-9px;
	z-index:10000;
	display:none;
	}
	
/* news11.29 */

.news_b2_k{
	padding:25px 0px 10px;
	border-bottom:1px solid #ccc;
	}

	
	
.news_b2_kl,
.news_b2_riqi,
.news_b2_tit{
	float:left;
	width:78%;
	}
.news_b2_riqi{
	border-right:1px solid #ccc;
	padding-right:40px;
	margin-right:40px;
	width:13%;
	}
.news_b2_riqi h3{
	font-size:38px;
	margin-bottom:0;
	margin-top:10px;
	color:#035cac;
	}
.news_b2_riqi p{
	letter-spacing:1px;
	color:#035cac;
	}
.news_b2_k>h4{
	margin-top:10px;
	margin-bottom:20px;
	color:#333;
	}
.news_b2_tit p{
	color:#666;
	margin-bottom:0;
	}
	
.news_b2_kr{
	float:right;
	position:relative;
	width:17.5%;
	}
.news_b2_kr img{
	margin-top:10px;
	}
.focu_top{
	width:100%;
	margin-top:10px;
	}
.focu_top span{
	color:#999;
	margin-right:20px;
	}
	
.news_kr_l{
	padding-bottom:10px;
	border-bottom:4px solid #9f9faa;
	}
	
	
.news_kr_l span{
	font-size:16px;
	color:#9f9faa;
	font-weight:bold;
	}
.news_kr_l img{
	margin-left:60px;
	}
.news_b2_tit>span{
	color:#035cac;
	display:block;
	width:100%;
	position:relative;
	right:-60px;
	text-align:right;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
	-o-transition: 0.3s linear;	
	transition: 0.3s linear;
	opacity:0;
    filter:alpha(opacity=0);
    -moz-opacity:0; 
    -khtml-opacity:0;
    -webkit-opacity:0;
	}
.news_b2_tit>h4{
	color:#333;
	}
.news_b2_k:hover{
	background:#f1f1f1;
	}
.news_b2_k:hover .news_b2_tit>span{
	opacity:1;
    filter:alpha(opacity=100);
    -moz-opacity:1; 
    -khtml-opacity:1;
    -webkit-opacity:1;
	right:0px;
	}
.news_b2_k:hover .news_b2_riqi h3{
	color:#035cac;
	}
.news_b2_k:hover .news_b2_riqi p{
	color:#035cac;
	}
.nwes_b2_off{
	position:absolute;
	top:9px;
	right:0;
	opacity:0;
    filter:alpha(opacity=0);
    -moz-opacity:0; 
    -khtml-opacity:0;
    -webkit-opacity:0;
	z-index:5;
	}

	
.news_xyy{
	text-align:center;
	width:100%;
	margin-top:40px;
	padding-bottom:10px;
	}
	
	
.news_xyy a{
	color:#666;
	padding:5px 12px;
	background:#e6e6e6;
	border-radius:2px;
	margin:0 1px;
	}
	
.news_xyy a:hover{
	background:#035cac !important;
	color:#fff !important;
	}	
	
.news_xyy_on{
	background:#035cac !important;
	color:#fff !important;
	}
.news_box2 {
	width:100%;
	overflow:hidden;
	margin-bottom:60px;
	}
.sp_box{
	margin-bottom:60px;
	}
.sp_row{
	margin-left:-7.5px !important;
	margin-right:-7.5px !important;
	margin-top:20px;
	}
.sp_clp{
	padding-left:7.5px !important;
	padding-right:7.5px !important;
	}
.vd_box{
	position:relative;
	}
.vd_img_wz{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	}
.vd_wz{
	position:absolute;
	top:50%;
	left:0;
	width:100%;
    text-align:center;
	margin-top:-20px;
	z-index:10;
	}
.vd_bg{
    position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#035cac;	
	opacity:0;
    filter:alpha(opacity=0);
    -moz-opacity:0; 
    -khtml-opacity:0;
    -webkit-opacity:0;

	}	
.vid_box_wz h2{
	font-size:16px;
	color:#666;
	margin:0;
	line-height:30px;
	
    margin-top:10px;
	}
.vid_box_wz1 h2{
	line-height:25px;
	margin-bottom:10px;overflow:hidden;
  text-overflow:ellipsis;
  -o-text-overflow:ellipsis;
  -webkit-text-overflow:ellipsis;
  -moz-text-overflow:ellipsis;
  white-space:nowrap;
	}
.vid_box_wz span{
	font-size:14px;
	color:#999;
	margin:0;
	margin-right:15px;
	
	}

.vd_box .vd_bg{
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
	-o-transition: 0.3s linear;	
	transition: 0.3s linear;
	}
.vd_box:hover .vd_bg{ 
	opacity:0.6;
    filter:alpha(opacity=60);
    -moz-opacity:0.6; 
    -khtml-opacity:0.6;
    -webkit-opacity:0.6;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
	-o-transition: 0.3s linear;	
	transition: 0.3s linear;
	}
.news_nr_l{
	margin-bottom:23px;
	margin-top:20px;
	}
.news_nr_l h3 {
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
	font-size: 26px;
	font-weight: bold;
	color: #035cac;
	text-transform: uppercase;
	margin-top: 0px;
}
.news_nr_l h4 {
	font-weight: bold;
	font-size: 18px;
	line-height: 18px;
	color: #474545;
	margin-bottom:12px;
}
.news_nr_l p {
	color: #746969;
	line-height: 22px;
	margin-bottom: 15px;
}
.news_nr_l .col-md-7 {
	width: 56%;
}
.news_nr_l .col-md-5 {
	width: 44%;
}

.news_a{
	display:inline-block;
	width:100%;
	line-height:55px;
	background:#e1dede;
	font-weight:600;
	color:#035cac;
	letter-spacing:1px;
	font-size:14px;
	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;
	}
.news_a:hover{
	background:#035cac;
	color:#fff;
	}	
	
.abt_mg{
	margin-bottom:10px;
	margin-top:15px;
	overflow:hidden;
	}
	
.abt_mg 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;

}

.abt_mg 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);
}
/* news11.29 */

	
/*contact 12.1*/	
.con_nr_l_bt h2{
	display: inline-block;
    font-weight: bold;
    font-size: 13px;
    line-height: 30px;
    color: #564f4a;
	margin:0;
	}
.con_nr_l p {
	color: #746969;
	line-height: 25px;
	margin:10px 0;
}
.con_tn{
	background:#337ab7;
	width:140px;
	height:35px;
	line-height:35px;
	text-align:center;
	color:#fff;
	margin-top:30px;
	
	}
.con_tn input{
	width:100%;
	height:100%;
	background:none;
	border:none;
	}
.compan{

	border-top:#ddd 1px solid;
	height:570px;
	overflow:hidden;
	}
.compan1{
	margin-top:40px;
	padding-top:30px;
	border-top:#ddd 1px solid;
	}
.cont_if{
	width:100%;
	border:none;
	height:350px;
	}	
	
.cont_left{
	width:100%;
	}
.cont_left h3{
	font-size:18px;
	color:#333;
	}
	
.cont_left p i{
	margin-right:3px;
	}
.compan_bt1{
	height:610px !important;
	overflow:hidden;
    margin-top:40px;
	padding-top:30px;
	}
.com_bt_box{
	height:648px;
	overflow:hidden;
	}	
.compan{
	width:100%;
	position:relative;
	top:0;

	}
	
.compan1{
	width:100%;
	height:420px;
	overflow:hidden;
	}
.conpan_box{
	width:100%;
	position:relative;
	bottom:0;
	}
.more_bt{
	text-align:center;
	}	
.more_bt i{
	padding:2px 5px;
	background:#035cac;
	color:#fff;
	font-size:18px;
	margin:0 10px;;
	margin-top:30px;
	cursor:pointer;
	}
.more_bt1{
	margin-top:20px;
		text-align:center;
	}
.more_bt1 i{
	padding:2px 5px;
	background:#035cac;
	color:#fff;
	font-size:18px;
	margin:0 10px;
	margin-top:30px;
	cursor:pointer;

	}
.conpan_box1{
	width:100%;
	position:relative;
	bottom:0;
	}
.com_bt h2{
	font-size:22px;
	color:#333;
	}
.com_bt_box2{
	height:340px;
	overflow:hidden;
	}
.map_a{
	display:block;
	width:200px;
	height:45px;
	line-height:45px;
	border:#337ab7 1px solid;
	color:#337ab7;
	text-align:center;
	margin:30px auto 0;
	cursor:pointer;
	}
	
.map_a:hover{
	background:#337ab7;
	color:#fff;
	}
	
.map_a1{
	display:block;
	width:200px;
	height:45px;
	line-height:45px;
	border:#337ab7 1px solid;
	color:#337ab7;
	text-align:center;
	margin:30px auto 0;
	cursor:pointer;
	}
	
.map_a1:hover{
	background:#337ab7;
	color:#fff;
	}	
.chared{
	width:100%;
	margin-top:30px;
	}
.chared_mg{
	width:100%;
	overflow:hidden;
	}
.chared_mg img{
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
    -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;
}

.chared_mg 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);
}
.chared_mg span{
	width:100%;
	padding:20px 10px;
	background:#337ab7;
	color:#fff;
	display:block;
	}	
.chat_bot{
	width:100%;
	}	
.chattp_right{
	width:100%;
	background:#f1f1f1;
	padding:20px 5px;
	text-align:center;
	}
.chattp_right h3{
	font-size:16px;
	color:#333;
	margin:20px 0 20px;
	
	}
.chattp_right p{
	font-size:14px;
	line-height:24px;
	color:#666;
	}
	
.chttp_bot{
	width:100%;
	background:#337ab7;
	padding:20px;
	text-align:center;
	
	}
	
.chttp_bot h3{
	color:#fff;
	font-size:16px;
	margin:20px 0;
	}
.chttp_bot p{
	color:#fff;
	line-height:24px;
	font-size:14px;
	}	
	
.chattp_mg{
	width:100%;
	overflow:hidden;
	}
.chat_bot{
	width:100%;
	margin-top:30px;
	}
	
/*产业布局*/
.product{
	width:100%;
	margin-top:30px;
	padding:10px;
	}
.product .row{
	margin-bottom:30px;
	}
.indust{
	width:100%;
	background:#f1f1f1;
	padding-bottom:20px;
	}
.indust_mg{
	width:100%;
	}
.indust b{
	width:50px;
	height:1px;
	background:#035cac;
	display:block;
	margin:20px 10px;
	}
.indust h2{
	font-size:18px;
	color:#333;
	font-weight:700;
	margin:0 0 30px;
	padding:0 10px;
	}
.indust span{
	color:#999;
	padding:0 10px;
	}
	
/*产业布局*/
	
/*pro1*/
.indt_box{
	width:686.4px;
	margin-top:30px;
	position:relative;
	margin:0 auto;
	margin-top:40px;
	}
	
.indt_blk{
	position:fixed;
	width:100%;
	height:100%;
	background:#000;
	opacity:0.6;
    filter:alpha(opacity=60);
    -moz-opacity:0.6; 
    -khtml-opacity:0.6;
    -webkit-opacity:0.6;
	top:0;
	left:0;
	z-index:222222;
	display:none;
	}
.indt_hde{
	position:fixed;
	width:900px; 
	left:calc(50% - 450px) !important; 
	top:calc(50% - 150px) !important;
	overflow:hidden;
	z-index:3333333;
	padding-bottom:80px;
	display:none;
	min-width:900px;
	background:url(../images/pro1_1.jpg) center center no-repeat;
	background-size:cover;
	height:330px;
	}
.indt_hde11{
	top:calc(50% - 235px) !important;
	height:470px;
	}
.indt_hde h3{
	margin-top:0;
	}
.indt_hde2{
	background:url(../images/pro1_2.jpg) center center no-repeat;
	background-size:cover;
	}
.indt_hde3{
	background:url(../images/pro1_4.jpg) center center no-repeat;
	background-size:cover;
	}
.indt_hde4{
	background:url(../images/pro1_3.jpg) center center no-repeat;
	background-size:cover;
	}
.indt_hde5{
	background:url(../images/pro1_5.jpg) center center no-repeat;
	background-size:cover;
	}
.indt_hde6{
	background:url(../images/pro1_6.jpg) center center no-repeat;
	background-size:cover;
	}
.indt_hde7{
	background:url(../images/pro1_7.jpg) center center no-repeat;
	background-size:cover;
	}
.indt_hde8{
	background:url(../images/pro1_8.jpg) center center no-repeat;
	background-size:cover;
	}
.indt_hde9{
	background:url(../images/pro1_9.jpg) center center no-repeat;
	background-size:cover;
	}
.indt_hde10{
	background:url(../images/pro1_10.jpg) center center no-repeat;
	background-size:cover;
	}
.indt_cls1{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    -webkit-opacity: 0.8;
    background: #035cac;
    z-index: -1;
	}
.indt_cls{
	position:absolute;
	top:20px;
	right:20px;
	z-index:50;
	}
.indt_hde_box{
	width:100%;
	overflow:hidden;
	position:relative;

	}
	
/* 	
.indt_pro{
	position: absolute;
    right: -60%;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 22;	
} */
	
	
	
	
	
	
	
	
	
.indt_hde_box p{
	color:#666 !important;
	}

.indt_h_right{
	width:100%;
	margin-top:20px;
    
	}
.indt_hde_box{
	position:relative;
	z-index:10;
	}
.indt_hde_box p{
	text-align:left;
	/* display:none; */
	}
.indt_hde_box h3{
	font-size:18px;
	color:#333;
	text-align:left;
	margin-top:0;
	}
.indt_h_right h5{
	width:35%;
	color:#666 !important;
	line-height:24px;
	font-size:14px;
	text-align:left !important;
	}
.indt_h_right h5{
	width:35%;
	color:#666 !important;
	line-height:24px;
	font-size:14px;
	text-align:left !important;
	}

.ab_nr_l p{
	color:#666;
	line-height:24px;
	font-size:14px;
	}
.indt_hde_box span{
	display:block;
	text-align:left;
	padding:5px 0;
	}
.indt_hde_box span a{
	color:#ccc;
	font-size:12px;
	}
.indt_bwz>ul>li>a:hover{
	color:#035cac;
	}
.indt_bwz{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	padding:35px 48px;
	}
.indt_bwz li{
	width:25%;
	float:left;
	text-align:center;
	position:relative;
	}
.cybg{
	width:100%;
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
	opacity:0;
    filter:alpha(opacity=0);
    -moz-opacity:0; 
    -khtml-opacity:0;
    -webkit-opacity:0;
	-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;

	}
.cybg img{
	width:100%;
	margin:0  2px;
	}
.indt_bwz li:hover .cybg{
	opacity:1;
    filter:alpha(opacity=100);
    -moz-opacity:1; 
    -khtml-opacity:1;
    -webkit-opacity:1;
	}
.indt_bwz>ul>li>a{
	display:block;
	line-height:86px;
	height:86px;
	margin:42px 0 0;
	color:#666;
	font-size:20px;
	cursor:pointer;
	position:relative;
	z-index:22;
	}
.indt_bwz>ul>li>a>i{
	display:none;
	}
.indt_bwz>ul>li>a:hover i{
	display:inline-block;
	
	}
.indt_bwz>ul>li>a:hover span{
	display:none;
	}
	
.indt_bwz>ul>li>b{
	display:block;
	line-height:110px;
	height:86px;
	margin:38px 0 0;
	}
.indt{
	width:100%;
	
	}
	
.indt p{
	color:#666;
	line-height:24px;
	margin-bottom:0;
	}
.indt1 p{
	margin-bottom:8px;
	}
.ao_lj{
	font-size:14px;
	color:#fff;
	line-height:24px;
	width:100%;
	overflow:hidden;
	margin-top:10px;

	}
.ao_lj>a{
	color:#999;
	}
.ao_lj1_box{
	margin-top:20px;
	}
.ao_lj1{
	font-size:14px;
	color:#666;
	line-height:20px !important;
	width:100%;
	overflow:hidden;

	text-align:left;
	}
.ao_lj1>a{
	color:#999;
	}
/*.indt_box a{
	display:block;
	width:120px;
	height:35px;
	line-height:35px;
	text-align:center;
	color:#035cac;
	border:#035cac 1px solid;
	cursor:pointer;
	margin-top:20px;
	}*/
/*.indt a:hover{
	background:#035cac;
	color:#fff;
	}*/
.indt_mg{
	width:100%;
	position:relative;
	}
.indt_bg{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:#035cac;
	opacity:0;
    filter:alpha(opacity=0);
    -moz-opacity:0; 
    -khtml-opacity:0;
    -webkit-opacity:0;
	-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;
	
	}
.indt_hd{
	width:100%;
	position:absolute;
	height:100%;
	left:0;
	top:0;
	text-align:center;
	padding-top:26%;
	cursor:pointer;
	opacity:0;
    filter:alpha(opacity=0);
    -moz-opacity:0; 
    -khtml-opacity:0;
    -webkit-opacity:0;
	-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;
	}
.indt_mg:hover .indt_bg{
	opacity:0.6;
    filter:alpha(opacity=60);
    -moz-opacity:0.6; 
    -khtml-opacity:0.6;
    -webkit-opacity:0.6;
	}
.indt_mg:hover .indt_hd{
	opacity:1;
    filter:alpha(opacity=100);
    -moz-opacity:1; 
    -khtml-opacity:1;
    -webkit-opacity:1;
	}	

/*pro1*/

/*人才招聘*/

.job_s2_con{
	width:100%;
	margin-top:30px;
	}	
.job_s2_con>h5{
	margin:0;
	width:100%;
	background:#035cac;
	border-radius:5px 5px 0 0;
	}
.job_s2_con>h5>span{
	display:block;
	width:20%;
	float:left;
	line-height:40px;
	text-align:center;
	color:#fff;
	font-size:16px;
	letter-spacing:1px;
	}

.job_s2_list{
	width:100%;
	}
.job_s2_list>p{
	width:100%;
	border-bottom:1px solid #e1e1e1;
	cursor:pointer;
	margin-bottom: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;
	}
.job_s2_list>p span{
	display:block;
	width:20%;
	float:left;
	text-align:center;
	font-size:14px;
	letter-spacing:1px;
	color:#666;
	line-height:35px;
	text-indent:0;
	}
.job_s2_list sub{
	color:#f00;
	position:relative;
	top:3px;

	}
.job_s2_list sub:hover{
	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;
	}	
.job_s2_on{
	background:#efefef !important;
	}	
.job_s2_show{
	background:#fafafa;
	padding:40px 50px;
	display:none;
	}
.job_s2_show h5{
	margin-top:0;
	margin-bottom:15px;
	font-size:16px;
	letter-spacing:1px;
	color:#333;
	}
.job_s2_show h5 a{
	color:#fff;
	margin-left:2em;
	width:120px;
	height:35px;
	line-height:35px;
	text-align:center;
	background:#035cac;
	display:block;
	font-size:14px;
	}
	
.job_s2_show h5 a:hover{
	background:#046cc9;
	}
.job_s2_show h5 a img{
	margin-right:5px;
	}	
.job_s2_show p{
	font-size:14px;
	letter-spacing:1px;
	color:#666;
	line-height:25px;
	margin-bottom:0;
	}
.row_zg{
	background:#f1f1f1;
	margin-left:0 !important;
	}
.col-sm-44{
	width:40% !important;
	padding:0 !important;
	}
.col-sm-88{
	width:60% !important;
	}
.char_list h2{
	margin-top:0;
	margin-bottom:10px;
	font-size:18px;
	
	}
.su1_sec3{
	margin-left:15px !important;
	}
/*历史进程*/

.hist_box ul{
	padding:0;
	height:500px;
	overflow:hidden;
	}
	
.hist_box li{
	width:100%;
	overflow:hidden;
	}
	
.hist_left{
	width:50%;
	float:left;
	border-right:#035cac 3px solid;
	position:relative;
	z-index:2;
	padding-right:20px;
	}
	
.hist_left h2{
	text-align:right;
	color:#035cac;
	font-size:20px;
	margin-bottom:20px;
	margin-top:0;
	
	}
.hist_left p{

	text-align:right;
	}	
.hist_right h2{
	color:#035cac;
	font-size:20px;
	margin-bottom:20px;
	margin-top:0;
	}
	
.hist_left span{
	color:#666;
	line-height:24px;
	}
	
.hist_right{
	width:50%;
	float:right;
	padding-left:3%;
	position:relative;
	padding-bottom:10px;
	}
	
.his_r_mg{
	position:absolute;
	top:0;
	left:-14px;
	z-index:22;
	background:#fff;
	}	
	
.his_list{
	width:80%;
	margin-bottom:10px;
	cursor:pointer;
	}
.his_list1{
	background:#f1f1f1;
	padding:10px;
	margin-top:50px;
	}

.his_list2{
	background:#f1f1f1;
	padding:10px;
	float:right;
	
	}
.his_list:hover p{
	color:#035cac;
	font-weight:600;

	}
.his_list:hover span{
	color:#035cac;
	font-weight:600;

	}
	
.his_list span{
	color:#666;
	font-size:16px;
	display:inline-block;
	margin-bottom:5px;
	margin-right:5px;
	}
.his_list p{
	color:#666;
	margin-bottom:0;
	
	}
	
.hist_box{
	width:100%;
	margin:0 auto;
	padding-bottom:60px;
	margin-top:50px;
	
	}

	
/*历史进程*/	


/*企业荣誉*/
.su_sec3{
	margin-top:30px;
	}
	
.support_tab{
	overflow:hidden;
	}
.support_tab li{
	width:20%;
	display:inline-block;
	height:37px;
	line-height:37px;
	background:#ededed;
	margin:0 2px;
	border:1px solid transparent;
	padding:0 10px;
	float:left;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	}
.tab_context{
	margin-top:20px;
	width:97%;
	}	
.support_tab .li1{
	
	margin:0 2px;
	background:#035cac!important;
	border-bottom:none;
	}
.support_tab li a{
	display:inline-block;
	width:100%;
	font-size:15px;
	color:#333;
    line-height:37px;
	text-align:center;
	font-weight:bold;
	}
.support_tab .li1  a{
	color:#fff;
	}
.support_tab a i{
	display:inline-block;
	float:right;
	height:40px;
	width:40px;
	background:url(../images/su_down.png) center center no-repeat;
	background-size:cover;
	}
.support_tab .li1 a i{
	background:url(../images/su_xi.png) center center no-repeat;
	background-size:cover;

	}
.tab_c{
	width:100%;
	display:none;
	/*background:#F6F4F4;*/
	padding-left:10px;
	padding-top:10px;
	
	border-top:none;
	
   }
 .support_tab{
	 margin-bottom:0;
     border-bottom:1px solid #035cac;
 	 width:97%;
	 }
   
.tab_c a{
	width:33.3%;
	float:left;
	padding-right:10px;
	line-height:30px;
	font-size:13px;
	color:#035cac;
	}
	
.tab_c a:hover{
      text-decoration:1px solid #788791 !important;
	}
.tab_c a i{
	display:inline-block;
	margin-right:10px;
	}
 .support_tab img{
	 margin-right:10px;
	 }
.title3{
	font-size:18px;
	padding:15px 0;
	}
.support_tab b{
	display:inline-block;
	width:40px;
    height:40px;
	}
	

/*企业荣誉*/


.fl_mg{
	width:70%;
	margin:20px 0 20px 10%;
	}
	
.xglj{
	color:#666 !important;
	}
@media (min-width: 992px) and (max-width: 1199px) {
.chattp_right{
	padding:14px 0!important;
	}
.chttp_bot{
	padding:14px 0!important;
	}
.chattp_right p{
	font-size:12px;
	line-height:22px;
	margin-bottom:0;
	letter-spacing:0;
	}
.chattp_right h3{
	margin:10px;
	}
.chattp_right{
	padding:5px 0;
	}
	
.chttp_bot p{
	font-size:12px;
	line-height:22px;
	margin-bottom:0;
	}
.chttp_bot h3{
	margin:10px;
	}
.chttp_bot{
	padding:5px 0;
	}

}	
	
	
/*媒体关注*/	


/*媒体关注*/
	
	
/*xinwenneiye*/
.new_in{
	width:100%;
	margin:50px 0 80px;
	}
.newin_box{
	width:100%;
	overflow:hidden;
	margin-top:20px;
	text-align:center;
	}
	
.new_in h2{
	width:100%;
	text-align:center;
	font-size:20px;
	margin-top:40px;
	}
	
.newin_top{
	width:100%;
	text-align:center;
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:#ddd 1px dotted;
	}	
	
.newin_top span{
	font-size:12px;
	color:#666;
	margin:0 5%;
	}
	
.newin_box img{
	margin:10px 0;
	}
	
.newin_box  p{
	color:#666;
	font-size:14px;
	line-height:24px;
	text-align:left;
	text-indent:2em;
	width: 90%;
    margin: 0 auto 10px;
	}
	
.newin_a{
	width:170px;
	height:40px;
	line-height:40px;
	color:#fff;
	background:#035cac;
	display:block;
	margin:8% auto 0;
	}

.bdsharebuttonbox{
	margin-top:30px;
	}
.sr-bdimgshare,.sr-bdimgshare-list,.sr-bdimgshare-16,.sr-bdimgshare-black{
	display:none!important;
	}
	
.bdimgshare_1472044062813{
	display:none;
	}
	
.bdimgshare-bg{
	display:none;
	}	
	
/*xinwenneiye*/	

/*首页增加切换样式**/

.part_lt{

	overflow:hidden;
	}
.new_page_box{
	height:100%;
	position:relative;
	left:0;
	}
.page_box1{
	float:left;
	
	}
.part_lt_num{	
	text-align:center;	
	z-index:9;
    position:absolute;
	left:50%;
	margin-left:-30px;
	bottom:6px;
	}
.part_lt_num li{
	float:left;
	width:14px;
	height:14px;
	margin:0 3px;
	border:1px solid #ddd;
	background:#bbb;
	border-radius:50%;
	cursor:pointer;
	}

.part_lt_li{
	background:#035cac !important;
	}
/*首页切换样式**/








/**  手机端  ***/
@media (max-width:767px){
/* mian ***/
#slider .slide{
	width:100%;
	}

.slide img{
	width:100%;
	}	
.solution{
	padding-bottom:30px;
	padding-top:30px;
	}
	
/*.lead{
	text-align:center;
	}
.lead img{
	width:50%;
	margin:0 auto;
	}
	
	
	*/
	
	
	
	
	
	/** about **/
.ab_nr_l_sub{
	padding:0;
	}
.ab_menu_l{
	margin-left:15px;
	}
.ab_menu_l {
    background: url(../images/ab_menu_icon.png) no-repeat 0 14px;
	}
.ab_menu_l a {
    line-height: 40px;
  
   }	
	
.ab_menu_l a.on {
    background: url(../images/ab_menu_icon1.png) no-repeat 0 14px;
  }
	
.ab_menu_r a{
    line-height: 35px;
	font-size:12px;
	margin-left:10px;
	float:left !important;
   }		
	
.ab_menu_r{
	float:left;
	}	
.ab_nr_l_sub{
	margin-top:15px;
	}	
	
.inner_b1 { 
    font-size: 30px;
    line-height: 40px;
  
}	
.inner_b2{
	font-size:18px !important;
	}	
.inner_b2 span {
    font-size: 14px;
}	
.abt_mg{
	width:100% !important;
	}	
	
.ab_nr_l_hidden{
	width:100% !important;
	}	
	
.ab_nr_l_hidden p{
	font-size:12px;
	}
/* about1 ***/	
.lead_con1 h3{
	margin-top:10px;
	margin-bottom:20px;
	position:relative;
	top:60px;
	opacity:0;
    filter:alpha(opacity=0);
    -moz-opacity:0; 
    -khtml-opacity:0;
    -webkit-opacity:0;
	}
.lead_con h4{
	font-size:14px !important;
	}
.lead_con1 h4{
	position:relative;
	top:60px;
	opacity:0;
    filter:alpha(opacity=0);
    -moz-opacity:0; 
    -khtml-opacity:0;
    -webkit-opacity:0;
	}	
.lead_con1 p{
	position:relative;
	top:60px;
	opacity:0;
    filter:alpha(opacity=0);
    -moz-opacity:0; 
    -khtml-opacity:0;
    -webkit-opacity:0;

	}
/* about2 **/
.ab_nr_lc{
	margin-bottom:50px !important;
	}	
.show1_next{
	right:135px;
	bottom:-100px;
	
	}
.show1_prev{
	left:135px;
	bottom:-100px;
	
	}	

.history_content{
	padding-top:0;
	padding-bottom:15%
	}
.lc_text p{
	padding-top:12%;
	line-height:25px;
	}	
	
/***about3 **/
.support_tab li a{
	font-size:14px;
	line-height:35px;
	}
.support_tab li {
    height:35px;
    line-height:35px;
	width:32%;
}
.tab_c{
	width:98.4%;
	height:auto!important;
	overflow:hidden;
	}
.tab_c1{
	
	height:300px;
	}
.tab_c2{	
	height:380px;
	}
.tab_c a{
	width:49%;
	font-size:12px;
	padding-right:8px;
	}
.tab_c1 a{
	width:100%;
	line-height:25px;
	}
.tab_c2 a{
	width:100%;
	line-height:25px;
	}
.licheng_line {
    top: 37.5%;  
}
/*about4**/
.ab_nr4_tu{
	margin-top:15px;
	width:80px;
	height:80px;
	line-height:80px;
	}
.ab_nr4_tu i{
	font-size:30px;
	}
.ab_nr4_text h4{
	font-size:14px;
	}
.ab2_nr_l p{
	font-size:12px;
	}
.ab_nr4_text {
    margin-bottom: 0px;
   }
  /** ! about  **/	
	
	
	
.con_menu{
	height:40px;
	}
.inner_c2{
	margin-bottom:20px !important;
	}	
.cont_left h3{
	margin:0 0 15px 0;
	font-size:16px;
	}
.cont_left p{
	font-size:12px;
	}	
.anchorBL img{
	display:none !important;
	}
.compan{
	margin-top:30px;
	padding-top:10px;
	height:500px;
	}
.con_nr_l p{
	font-size:12px;
	margin:5px 0;
	}	
	
.con_nr_l_bt h2{
	line-height:24px;
	}	
.con_nr_l_bt{
	height:50px;
	}	
.map_a {
    width: 100px;
    height: 35px;
    line-height: 35px;
	margin:20px auto 0;
	font-size:12px;
	
}	
.ab_nr_l_sub{
	border:none;
	}
	
.ab_nr_r>img{
	display:none;
	}
	
.ab_nr{
	margin-bottom:30px;
	}	
	
.clp_left1{
	margin-top:30px;
	}
	
/*job1**/
.job1_mg{
	width:30%;
	display:inline-block;
	float:left;
	margin-top:10%;
	margin-left:20px;
	}
.job1_box li p{
	display:inline-block;
	width:59%;
	text-align:left;
	padding-left:20px;
	}
.yren{
	padding-left:10px !important;
	}
.job1_box li span{
	display:inline-block;
	width:59%;
	float:right;
	}
.job1_box_li>.job1_mg{
	width:30%;
	display:inline-block;
	position:relative;
	top:-10px;
	float:right;
	margin-top:0;
	margin-right:20px;
	margin-left:0 !important;
	}
.job1_box_li span{

	float:left !important;
	}
.job1_box_li p{

	float:left !important;
	}
.fl_con table td{
	font-size:12px;
	line-height:40px;
	}
.fl_box{
	padding-top:20px;
	}
/*job5**/	
.job_s2_con>h5>span{
	font-size:14px;
	}
	
.job_s2_list p{
	padding:0 !important;
	font-size:12px;
	}	
.job_s2_list p span{
	font-size:12px;
 
	text-indent:0;
	}	
	
.job_s2_show{
	padding:20px 10px;}	
	
.know_con1{
	margin-bottom:0;
	}	
	
	
	
	
	
	
	
	
	
	
	
	
.ab_menu_j{
	height:110px !important;
	}
	
.ab_nr_l p{
	font-size:12px;
	line-height:25px !important;
	padding:0 10px;
	}	
	
.clp_phone{
	padding-left:5px !important;
	}	
	
.clp_phone1{
	padding-right:5px !important;
	}
		
.team{
	padding:0;
	margin-top:15px;
	}
.carre_wz{
	padding:0 20px;

	}
.carre_wzs{
	padding:0 20px;
	}
.carre_wzs img{
	padding-top:40%;
	}	
.carre_wz img{
	padding-top:40%;
	}
.clp_phone_j4{
	margin-top:10px !important;
	}	

.ab_nr_l h4{
	 margin-top:20px;
	 } 
	
.ab_nr_l1 h3{
	margin-bottom:15px !important;
	}	
.indt_box{
	margin-top:20px;
	}
/** service **/	


.ab_menu_r1{
	width:300px;
	}
	
.clp_left{
	margin-right:15px;
	margin-left:15px;
	}	
	

	
.pag_main{
	bottom:-10px;
	}	

	
.footer1{
	/*display:none;*/
	}	
	
	
.clm0_s{
	margin-bottom:30px
	}
	
.news_b2_kl{
	width:100%;
	}
	
.news_b2_riqi {
    padding-right: 40px;
    margin-right: 20px;
    width: 20%;
	display:inline-block;
}
.news_b2_riqi h3 {
    font-size:24px;
}	
.news_b2_tit {
    width: 70%;
	}	
.news_b2_tit1{
	width:100% !important;
	text-align:center;
	}
.news_b2_tit>h4{
	font-size:14px;
	line-height:25px;
	}
.news_b2_kr{
	width:80%;
	float:none;
	margin:0 auto;
	margin-left:10%;
	

	}
.new_in{
	margin-top:30px;
	}
.news_b2_k{
	padding-bottom:20px;
	}
.news_b2_k>h4{
	font-size:16px;
	line-height:25px;
	}	
	
	
.focu_top{
	margin:10px 0;
	}	
.news_b2_tit1{
	width:70%;
	display:inline-block;
	}	
	
.video_showa {
    width: 95%; 
    position: absolute;
    top: 34%;
    left:2%;
}	
	
.title span{
	font-size:14px;
	margin-right:12px;
	}	
.part_lb li span{
	font-size:12px;
	}	
.content_box h2{
	font-size:14px;
	}	
.content_box span{
	font-size:12px;
	}
.news_b2_kr img{
	display:none;
	}	
.news_b2_kr1 img{
	display:inline-block;
	}
.news_b2_tit>span{
	color:#035cac;
	display:block;
	width:100%;
	position:relative;
	right:20px;
	text-align:right;
	opacity:1;
    filter:alpha(opacity=100);
    -moz-opacity:1; 
    -khtml-opacity:1;
    -webkit-opacity:1;
	}
	
.con_men{
	height:75px;
	}	
/**news_inner**/	
.new_in h2{
	font-size:16px;
	line-height:30px;
	margin:0;
	
	}
	
.focu_top span{
	margin-right:0 !important;
	}	
	
.hist_right {
	width:93%;
	padding-left:5%;
	}
.hist_left{
	width:7%;
	}	
	
.hist_box{
	width:100%;
	padding-bottom:0;
	}	
	
.support_tab1 li{
	width:32% !important;
	}	
	
.tab_s a{
	width:100%;
	
	}	
.tab_s{
	height:400px;
	width:98.2% !important;
	}	
.tab_s1{
	height:240px;
	width:98%
	}
.map_a1 {
    width: 100px;
    height: 35px;
    line-height: 35px;
    margin: 20px auto 0;
    font-size: 12px;
}

.part_lt_num{
	
	text-align:center;
	position:relative;
	top:-47px;
	left:48%!important;
	}
/* .char_list1{
	margin:0 15px;
	padding:10px;
	} */
.su_sec3{
	margin:0 15px;
	}
.carre_box{
	padding:0 15px;
	}	
.su_sec31{
	margin:0 !important;
	}
.his_list p{
	font-size:12px;
	}
.hist_right h2{
	font-size:18px;
	margin-bottom:15px;
	}
.his_r_mg img{
	width:20px;
	
	}
.hist_box li{
	position:relative;
	}
.hist_left{
	position:absolute;
	top:0;
	left:-1%;
	}
	}
/**招标**/
.cb_tab{
	margin-top:20px;
	}
.cb_tab li{
	background:#ccc;
	display:inline-block;
	height:42px;
	width:148px;
	line-height:42px;
	text-align:center;
	}
 .cb_li{
	background:#035cac !important;
	
	}
.cb_tab a{
	color:#fff;
	
	font-size:16px;
	}
.cb_tab_list{
	position:relative;
	margin-top:30px;
    height:288px;
	}
.cb_list1{
	position:absolute;
	top:0;
	left:0;
	display:none;
	}
.cb_list11 h2{
	font-size:24px;
	text-align:center;
	color:#333;
	margin:20px 0 0 0;
	}
.cb_title{
	font-size:18px;
	color:#035cac;
	}
.cb_list1 p{
	font-size:14px;
	line-height:25px;
	}
.jian_du h3{
	font-size:18px;
	color:#333;
	margin:20px 0;
	}
.jian_du p{
	font-size:14px;
	color:#666;
	margin:5px 0;
	text-indent:0;
	}
.register_box{
	margin-top:50px;
	}
.register_box p{
	font-size:16px;
	}
.lead_con1 h3{
	margin-top:0;
	margin-bottom:20px;
	/*position:relative;
	top:60px;
	opacity:0;
    filter:alpha(opacity=0);
    -moz-opacity:0; 
    -khtml-opacity:0;
    -webkit-opacity:0;*/
	
	}
	.lead_con{
	padding-top:0 !important;
	}
.lead_con h4{
	font-size:14px !important;
	}
.lead_con1 h4{
	/*position:relative;
	top:60px;
	opacity:0;
    filter:alpha(opacity=0);
    -moz-opacity:0; 
    -khtml-opacity:0;
    -webkit-opacity:0;*/
	}	
.lead_con1 p{
	font-size:14px;
	/*position:relative;
	top:60px;
	opacity:0;
    filter:alpha(opacity=0);
    -moz-opacity:0; 
    -khtml-opacity:0;
    -webkit-opacity:0;*/
    line-height:28px !important;
	margin-bottom:0px;
	}
.fa_history{
	text-align:center;
	}

.fa_history img{
	font-size:20px;
	padding-right:5px;
	position:relative;
	top:-15px;
	left:1px;
	cursor:pointer;
	-webkit-animation-name: pulsea;
	-moz-animation-name: pulsea;
	-ms-animation-name: pulsea;
	-o-animation-name: pulsea;
    animation-name: pulsea;
    -webkit-animation-duration: 1000ms;
	-moz-animation-duration: 1000ms;
	-ms-animation-duration: 1000ms;
	-o-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease;
	-moz-animation-timing-function: ease;
	-ms-animation-timing-function: ease;
	-o-animation-timing-function: ease;
    animation-timing-function: ease;
	}	

@keyframes pulsea
{
0% {top:-15px;}
50% {top:-10px;}
100% {top:-15px;}
}

@-webkit-keyframes pulsea
{
0% {top:-15px;}
50% {top:-10px;}
100% {top:-15px;}
}
@-moz-keyframes pulsea
{
0% {top:-15px;}
50% {top:-10px;}
100% {top:-15px;}
}
@-ms-keyframes pulsea
{
0% {top:-15px;}
50% {top:-10px;}
100% {top:-15px;}
}
@-o-keyframes pulsea
{
0% {top:-15px;}
50% {top:-10px;}
100% {top:-15px;}
}
	
/*12.20 调整*/
.new_lbt{
	display:block;
	margin-top:10px;
	color:#666;
	line-height:24px;
	cursor:pointer;
	padding-left:10px;
	}
.new_lbt>img{
	position:relative;
	left:-10px;
	-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;
	}
.new_lbt:hover span{
	color:#035cac;
	}
.new_lbt:hover img{
	left:-5px;
	}

.new_in_mg{
	position:relative;
	width:60%;
	margin:0 auto 20px;
	}	
.new_list{
	padding:0;
	margin:0;
	width:100%;
	height:100%;
	position:absolute; top:0; left:0; z-index:5;
	}	
.new_list>li{
	width:100%;
	position:absolute; top:0; left:0;
	display:none;
	}	

.new_next{
	position:absolute; top:50%; right:-50px; z-index:10;
	margin-top:-25px;
	cursor:pointer;
	}
.new_prev{
	position:absolute; top:50%; left:-50px; z-index:10;
	margin-top:-25px;
	cursor:pointer;
	}
.char_list{
	width:100%;
	position:relative;
	}
.char_bg{
	position:absolute;
	bottom:0;
	right:0;
	z-index:-1;
	}
.char_list1{
	width:100%;
	}
.char_list1 p{
	color:#666;
	}
.char_lst{
	width:50%;
	}
.indt_hd{
	width:100%;
	overflow:hidden;
	}
.indt_hd li{
	float:left;
	width:33.33%;
	}
.char_list2{
	width:100%;
	}
.char_list2 p{
	color:#666;
	}
.char_list2 h4{
	text-align:center;
	}
.char_lf h3{
	font-size:16px;
	color:#035cac;
	margin-bottom:10px;
	}
.char_lf p{
	text-indent:0;
	}
.char_lf{
	width:50%;
	float:left;
	}
.char_list3{
	display:inline-block;
	text-align:center;
	margin-bottom:40px;
	position:relative;
	cursor:pointer;
	}
.char_list3 h4{
	color:#666;
	}
.char_list3:hover h4{
	color:#035cac;
	}
.char_gg{
	position:absolute;
	left:25%;
	top:0;
	opacity:0;
    filter:alpha(opacity=0);
    -moz-opacity:0; 
    -khtml-opacity:0;
    -webkit-opacity:0;
	}

/*12.23 调整*/
.store_new{
	padding-right:0!important;
	}
.store_new h3{
	text-align:center;
	}
.store_new p{
	text-align:center;
	text-indent:0!important;
	}
.store_bxnew{
	width:100%!important;
	}
.store_anew{
	width:80%!important;
	}
.store_anew h4{
	color:#333!important;
	font-size:16px!important;
	font-weight:normal;
	}
.store_anew p{
	text-indent:0!important;
	}
.store_gg{
	width:100%;
	margin-top:20px;
	}
	
/*联系我们*/

.cony_comy{
	width:100%;
	}
.cony_comy h3{
	font-size:16px;
	color:#333;
	line-height:30px;
	border-bottom:#ddd 1px solid;
	margin-top:0;
	}
.cony_comy b{
	display:block;
	width:50px;
	height:2px;
	background:#035cac;
	}
.cony_comy p{
	color:#666;
	line-height:24px;
	}
.cony_comy p i{
	margin-right:10px;
	}
.cont_conp{
	width:100%;
	overflow:hidden;
	
	}
.cont_conp li{
	width:33.33%;
	float:left;
	padding:0 20px;
	
	}
.cont_conp li p{
	width:100%;
	overflow:hidden;
	font-size:12px;
	color:#666;
	margin-bottom:0;
	}
.cont_conp li p strong{
	width:20%;
	float:left;
	line-height:22px;
	}
.cont_conp li p span{
	width:80%;
	float:left;
	line-height:22px;
	}
.con_nr_l_bt{
	margin-bottom:10px;
	}
.con_map a{
	width:100%;
	}
.cont_c_list{
	width:100%;
	overflow:hidden;
	padding-bottom:25px;
	border-bottom:#ddd 1px solid;
	margin-bottom:20px;
	}
.con_nr_l_bt b{
	display:block;
	width:50px;
	height:2px;
	background:#035cac;
	}

/*联系我们*/


/*慈善公益*/

/*.char_xh{
	width:100%;
	margin-bottom:30px;
	border-bottom:#ddd 1px dotted;
	padding-bottom:30px;
	}
.char_xh h4{
	font-size:16px;
	color:#035cac;	
	padding:10px 0;
	font-weight:normal;
	}
.char_xh li{
	width:33.33%;
	float:left;
	line-height:30px;
	
	
	}
.char_xh li a{
	color:#035cac;
	}
.char_xh li img{
	margin-right:5px;
	}*/
	
.char_blx{
	width:100%;
	position:relative;
	margin-bottom:20px;
	}
.char_h_bl>h4{
	font-size:16px;
	color:#fff;
	font-weight:normal;
	margin-left:5%;
	margin-top:30px;
	}
.char_blcx{
	width:100%;
	position:relative;
	overflow:hidden;
	}
.char_h_bl{
	position:absolute;
	right:-70%;
	top:0;
	width:100%;
	height:100%;
	z-index:22;
	}
.char_h_wz{
	width:80%;
	margin:0px auto;
	}
.char_h_wz a{
	display:block;
	color:#fff;
	line-height:24px;
	
	}
.char_h_bg{
	position:absolute;
	width:100%;
	height:100%;
	opacity:0.8;
    filter:alpha(opacity=80);
    -moz-opacity:0.8; 
    -khtml-opacity:0.8;
    -webkit-opacity:0.8;
	background:#035cac;
	z-index:-1;
	}
.char_list{
	position:relative;
	}
.char_btg{
	position:absolute;
	bottom:13.5%;
	left:50%;
	margin-left:-110px;
	-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;
	}
.char_btg:hover{
	bottom:13%;
	-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;
	}

/*慈善公益*/


/*供应商注册*/

.register_box{
	width:100%;
	}
	
.register_box label{
	width:100%;
	overflow:hidden;
	font-weight:normal;
	margin-bottom:10px;
	}
.register_box label span{
	width:20%;
	float:left;
	line-height:35px;
	text-align:right;
	color:#666;
	}
.register_box label input{
	width:60%;
	float:left;
	height:35px;
	line-height:35px;
	border:#ddd 1px solid;
	margin-left:2%;
	padding:0 5px;
	color:#999;
	}
.register_box label select{
	width:30%;
	float:left;
	height:35px;
	margin-left:2%;
	padding:0 5px;

	}
.register_box label textarea{
	width:60%;
	float:left;
	
	line-height:35px;
	border:#ddd 1px solid;
	margin-left:2%;
	padding:0 5px;
	color:#999;
	}
.register_box label i{
	color:#f00;
	font-style:normal;
	}
	
.register_box label b{
	color:#666;
	padding-left:10px;
	}
.inp_yz{
	width:44%!important;
	}
.register_box label a{
	width:15%;
	height:35px;
	line-height:35px;
	background:#035cac;
	color:#fff;
	display:block;
	float:left;
	margin-left:10px;
	text-align:center;
	cursor:pointer;
	
	}
.register_box>a{
	width:200px;
	height:40px;
	line-height:40px;
	display:block;
	margin:40px 0 0 27%;
	color:#fff;
	display:block;
	background:#035cac;
	text-align:center;
	cursor:pointer;
	}
.cont_righ_box{
	margin-top:40px;
	}
/*供应商注册*/

.store_ng h3{
	font-size:24px;
	margin-top:0;
	}
.store_ng p{
   font-size:14px;
	line-height:20px;
	margin-bottom:5px;
	
	}
.store_ng h4{
    margin-top:5px;
	margin-bottom:0;
	
	}
.store_ng .news_b2_k{
	padding-top:10px;
	

	}	
	
.pro1_in_box{
	position:relative;
	margin-top:40px;
	}
	
.pro1_in_box{
	overflow:hidden;
	z-index:33;
	padding-bottom:0px;
   cursor:pointer;

	/* background:url(../images/pro1_1.jpg) center center no-repeat; */
	background-size:cover;
	
	}
.pro_xglj{
	margin-top:30px;
	}	
.pro_xglj a{
	color:#666;
	font-size:14px;
	}
.pro_xglj a span{
	padding-left:15px;
	}	
	
.indt_hde_box{
	width:93%;
	}
	

@media (min-width: 1300px) and (max-width:1799px){
	.indt_hde_box{
		width:93%;
		}
	}
	
@media (min-width: 992px) and (max-width:1299px){
	.indt_hde_box{
		width:93%;
		}
	}
.indt_hde_box1{
	width:100%;
	}
.indt_hde_box1 h5{
	width:100%;
	text-indent:2em;
	}
.pro_bj_bg{
	background:url(../images/pro_in_bg1.jpg) center center no-repeat;
	background-size:cover;
	}
	
/*1.4调整*/
.new_med{
	margin:20px 0;
	}
.new_med h2{
	font-size:18px;
	text-align:center;
	}
.new_vid{
	width:90%;
	margin:20px auto;
	}
	
	
	
/*1.10调整*/

.hon_tab{
	display:block!important;
}
@media (min-width:992px) and (max-width:1199px){
	.ab2_nr_l p{
	height:44px;
	}
	.num{
		font-size:30px;
	}
	.part_r li{
		padding-left:33px;
	}
	.part_rgt{
		width:67%;
	}
	.part_ltt{
		width:31%;
	}
	.char_btg{
	  bottom: 11.5%;
      margin-left: -115px;
	
	}
	}

@media (min-width: 768px) and (max-width:991px){
	
	.sec_xiadiv .container{
		width:100%!important;
	}
	.title span{
		margin-right:7px;
	}
	.ab_menu_r a{
	   margin-left:15px;
	   
	}
	
    .xpnav-btn a{
		margin-top:10px;
	}
	
	.ab2_nr_l p{
	height:44px;
	}
   .xpnav img {
    margin-left: 20px;
    margin-top: 10px;
    }
   .tab_c a{
	   width:50%;
   }
   .his_list{
	   width:100%;
   }
   .lead_con{
	   padding-top:0;
	   padding-left:0;
   }
   .d_p8 b{
	   font-size:18px;
   }
   .abt_mg{
	   width:100%!important; 
   }
   .news_b2_riqi{
	   width:15%;
   }
   .news_b2_tit{
	   width:75%;
   }
   .news_b2_tit>h4{
	   font-size:14px;
	   line-height:24px;
   }
   .char_btg{
	   bottom:8%;
	   margin-left: -124px;
   }
   .char_btg:hover{
	   bottom:8.5%;
   }
   .char_mm{
	   width:40%;
   }
   .char_h_bl>h4{
	   margin-top:5px;
   }
   .cont_conp li{
	   width:50%;
	   height:170px;
   }
   .cb_tab_list{
	   height:auto;
   }
   .cb_list1{
	   position:inherit;
   }
   .liucheng img{
	   width:100%;
   }
   .store_anew{
	   width:75%!important;
   }
   .solution .container{
	   width:100%!important;
   }
   .part_r{
	   width:100%;
	   padding-left:0;
   }
   .part_r li{
	   width:48%;
	   float:left;
	   padding-left:12.5%;
	   margin-right:4%;
   }
   .part_box{
	   width:100%;
   }
   .part_rgt{
	   width:60%;
   }
   .part_ltt{
	   width:38%;
   }
   .part_lt_num{
	   bottom:30px;
   }
   .lead{
	   width:100%;
   }
   .f1_boxx{
	   padding:40px 0;
	   
   }
   .cul_t4{
	   margin-top:30px;
   }
   .ab_ph_h{
	   width:100%!important;
   }
}

/*1.10调整*/

@media (max-width: 768px){
	.pag_main{
		bottom:-13px!important;
	}
	.part_ltt{
		width:100%;
	}
	.new_page_box{
		height:auto!important;
	}
	.title{
		padding-top:0;
	}
	.d_p8{
		font-size:16px!important;
	}
	.hist_box ul{
		height:auto;
	}
	.tab_context{
		width:100%;
	}
	.support_tab{
		margin-top:20px;
	}
	.char_btg{
		bottom:1.2%;
		left:-110px;
	}
    .f1_boxx{
		padding:20px 0;
	}
	.cul_hd p{
		padding:0 4px;
	}
	.register_box label span{
		width:26%;
		
	}
	.register_box label input{
		width:70%;
	}
	.register_box>a{
		width:190px;
	}
	.store_anew{
		width:65%!important;

	}
	.news_b2_riqi.store_new{
		width:25%;
	}
	.store_anew h4{
		font-size:14px!important;
	}
	.zhongduan1_con{
		margin-bottom:0!important;
	}
	.cont_conp li{
		width:100%;
		margin-bottom:10px!important;
		padding:0;
	}
	.char_h_wz a{
		color:#666;
	}
	.char_h_wz{
		width:100%;
	}
}

.pro1_in_box{
	padding-right:6%;
	}
.new_num{
   padding: 0;
    margin: 0px;
    width: 112px;
    position: absolute;
    bottom: 21px;
    left: 50%;
    z-index: 10;
    margin-left: -37px;
	}	
.new_num>li{
	width:14px;
	height:14px;
	border-radius:14px;
	background:#bbb;
	float:left;
	margin:0 5px;
	cursor:pointer;
	-webkit-transition:background 0.3s linear;
	-moz-transition:background 0.3s linear;
	-ms-transition:background 0.3s linear;
	-o-transition:background 0.3s linear;	
	transition:background 0.3s linear;
	border:#ddd 1px solid;
	}	
.numon{
	background:#035cac !important;
	}
@media (min-width: 992px) and (max-width: 1210px){
	.d_p8 b{
		font-size:19px;
		}
	}
.tab_c{
	width:100%;
	display:none;
	/*background:#F6F4F4;*/
	padding-left:10px;
	padding-top:10px;
	
	border-top:none;
	
   }
 .tab_c_box{
	 height:90px;
	 overflow:hidden;
	 }
.bt_more{
	text-align:center;
	margin-top:20px;

	
	}
.bt_more span{
	font-size:14px;
	color:#337ab7;
	cursor:pointer;	
	padding:20px 40px;
	}
.tab_c_box1{
	 height:90px;
	 overflow:hidden;
	 }
.bt_more1{
	text-align:center;
	margin-top:20px;

	
	}
.bt_more1 span{
	font-size:14px;
	color:#337ab7;
	cursor:pointer;	
	padding:20px 40px;
	}
