/*html {*/
/*filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);*/
/*-webkit-filter: grayscale(100%);*/
/*}*/
/*头部*/
.top_heder{
	min-width: 1200px;
	position: relative;
	width: 100%;
	height: 220px;
	overflow: hidden;
	background: url(../img/top_bg.jpg) no-repeat center top;
	background-size:100% 220px ;
}
/*头部文字内容*/
.header{
	width:100%;
	height: 220px;
	background: url(../img/toumingBg.png) no-repeat left bottom;
	background-size: 100% 2px;
	position: absolute;
	top: 0;
	left: 0;
}
.header .box{
	width: 1200px;
	height: 163px;
	margin: 57px auto 0;
	position: relative;
}
.top_logo{
	width: 106px;
	height: 160px;
	position: absolute;
	left: 0;
	top: 0px;
}
.logoText{
	position: absolute;
	left: 116px;
	top: 26px;
	font-family: "微软雅黑";
	font-size: 28px;
	color: #0068B7;
	line-height: 30px;
	font-weight: bold;
}
.logoText img{
	position: relative;
	top: 4px;
	margin: 0 10px;
}
.hotline{
	height: 32px;
	position: absolute;
	right: 0;
	top: 32px;
	font-family: "微软雅黑";
}
.hotline img{
	position: absolute;
	left: -38px;
	bottom: 3px;
}
.hotline_number{
	font-size: 28px;
	font-family: arial;
	color: #0068B7;
	line-height: 28px;
}
/*导航*/ 
.nav_box{
	width: 1145px;
	height: 36px;
	position: absolute;
	bottom: 0;
	right: -60px;
	text-align-last: justify;
	text-align: justify;
}
.nav_box a{
	display: block;
	float: left;
	font-family: "微软雅黑";
	font-size: 16px;
	color: #0068B7;
	line-height: 18px;
	margin: 0 20px;
	padding-bottom: 14px;
}
.nav_box .active_nav{
	border-bottom: 4px solid #39a2f3;
}
.nav_box a:hover{
	border-bottom: 4px solid #39a2f3;
}
/*banner*/ 
.banner{
	width: 100%;
	height: 300px;
}
.banner img{
	width: 100%;
	height: 100%;
}
/*搜索部分*/
.search{
	width: 1200px;
	height: 26px;
	margin: 14px auto
}
.hot_search{
	float: left;
	font-family: "微软雅黑";
	font-size: 14px;
	line-height: 26px;
	color: #333333;
}
.hot_search a{
	font-family: "微软雅黑";
	font-size: 14px;
	line-height: 26px;
	color: #525252;
	padding: 0 10px;
}
.hot_search a:hover{
	color: #002063;
	text-decoration: underline;
}
.inp{
	float: right;
	width: 310px;
	height: 26px;
	position: relative;
}
.inp input{
	width: 268px;
	height: 24px;
	border: 1px solid #0068b7;
	border-right: none;
	outline: none;
	text-indent: 1em;
	font-size: 14px;
	color: #333333;
	position: absolute;
	left: 0;
	top: 0;
}
.inp a{
	display: block;
	width: 40px;
	height: 24px;
	background: #0068b7;
	border: 1px solid #0068b7;
	position: absolute;
	left: 269px;
	top: 0;
}
.inp a img{
	width: 19px;
	height: 19px;
	position: absolute;
	left: 12px;
	top: 2px;
}
/*当前位置*/
.current_position{
	width: 100%;
	height: 34px;
	background-color: #F0F0F0;
	overflow: hidden;
}
.position_a{
	width: 1200px;
	margin: 0 auto;
	padding-top:6px ;
	font-size: 14px;
	color: #525253;
}
.tab_product{
	width: 1200px;
	margin: 0 auto;
	position: relative;
	margin-bottom: 30px;	
	overflow: hidden;
}
.tab_left{
	float: left;
	position: relative;
	margin-top: 40px;
}
.tab_left{
	position: relative;
}
.top_text{
	position: absolute;
	top: 0px;
	left: 65px;
	/**/
	width: 100%;
	left: 50%;
	transform: translate(-50%);
}
.top_text span:first-child{
	font-size: 28px;
	color: #FFFFFF;
	
	/**/
	width: 70%;
    display: block;
    margin: 0 auto;
    text-align: center;
}
.text_two{
	font-size: 14px;
	color: #FFFFFF;
	margin-left: -6px;
	
	/**/
	display: block;
	text-align: center;
    margin: 0 auto;
	
}
/*手风琴菜单*/
.list_dt{
    background: #0068B6;
    color: white;
    width: 205px;
    height: 50px;
    padding: 0 20px 0 20px;
    line-height: 50px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    border-bottom: 1px solid #0068B6;
    text-align: center;
    font-size: 20px;
    border-radius: 9px;
    margin-top: 5px;
}
.list_dt:hover{
    background: #0068B6;
}
.list_dt:hover ._after{
    display: block;
    width: 3px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #4285F4;
}
#open{
    background: #0068B6;
}
#open ._after{
    display: block;
    width: 3px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #4285F4;
}
.list_dt_icon{
    position: absolute;
    right: 10px;
    top: 9px;
    display: block;
    width: 16px;
    height: 16px;
}
.list_dd{
    display: none;
}
.list_li{
    background: #f0f0f0;
    list-style-type: none;
    color: #606060;
    width: 245px;
    height: 39px;
    line-height: 39px;
    cursor: pointer;
    border-bottom: 1px solid #FFFFFF;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
}
.list_bottom{
    background: #0068B6;
    color: white;
    width: 245px;
    height: 124px;
    line-height: 50px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    border-bottom: 1px solid #0068B6;
    font-size: 20px;
    border-radius: 9px;
    margin-top: 5px;
}
.list_bottom img{
	margin-top: 20px;
	margin-left: 30px;
}
.list_bottom span{
	font-size: 18px;
	color: rgba(255,255,255,0.5);
}
.list_bottom  p{
	font-size: 25px;
	color: #FFFFFF;
	margin-left: 26px;
	margin-top: -22px;
}
.list_li:hover{
    color: #0068B6;
}
.right_top{
	float: right;
	margin-top: 36px;
}
.texta{
	color: #606060;
	font-size: 16px;
}
.textb{
	color: #606060;
	margin-left:6px ;
	margin-right:6px ;
}
.textc{
	color: #0068B6;
	font-size: 20px;
}
.hr_a{
	float: right;
	margin-top: 15px;
	width: 76%;
	border: 1px dashed #B1B1B1;
}
.pro_overview{
	position: relative;
	float: left;
	margin-top: 43px;
	margin-left: 32px;
}
.pro_overview :nth-child(1){
	position: relative;
	font-size: 20px;
	color: #0068B6;
}
.pro_overview :nth-child(2){
	position: relative;
	font-size: 18px;
	color: #4B4B4B;
}
.pro_overview :nth-child(3){
	position: absolute;
	top: 23px;
	width: 334%;
	font-size: 16px;
	color: #464646;
	margin-top: 12px;
	word-wrap: break-word;
	line-height: 1.7em;
}
.overview_a{
	position: relative;
	float: right;
	width: 77%;
	margin-top: 100px;
}
.overview_a :nth-child(1){
	position: relative;
	font-size: 20px;
	color: #0068B6;
}
.overview_a :nth-child(2){
	position: relative;
	font-size: 18px;
	color: #4B4B4B;
}
.overview_a p{
	font-size: 16px;
	color: #464646;
	word-wrap: break-word;
	line-height: 1.7em;
}
.imgf{
	position: absolute;
	top: -8px;
	left: 76%;
}
.overview_b{
	position: relative;
	float: right;
	width: 77%;
	margin-top: 13px;
}
.textd{
	position: relative;
	font-size: 20px;
	color: #0068B6;
}
.textf{
	position: relative;
	font-size: 18px;
	color: #4B4B4B;
}
.overview_b p{
	font-size: 16px;
	color: #464646;
	word-wrap: break-word;
	line-height: 1.7em;
}
.overview_b img{
	margin-top: 13px;
	margin-bottom: 77px;
}
/*典型案例*/
.typical_cases{
	clear: both;
	width: 1200px;
	margin: 0 auto;
}
.cases_a{
	background: url(../img/dian.png)no-repeat left;	
}
.a_span{
	  color: #0068B6;
	  font-size: 24px;
	  margin-left: 18px;
}
.b_span{
	color: #868686;
	font-size: 22px;
}
/*轮播图*/
.ul{ 
	list-style-type: none; 
	width: 1200px;
	margin: 0 auto;
}
.intro { 
	text-align: center; 
}

.img-box {
	/*position: relative;*/
	 width: 1100px; 
	 height: 191px;
	 margin: 16px auto; 
	 overflow: hidden;
}
.img-box li { 
	width: 256px;
	height: 191px; 
	float: left;
	/*overflow: hidden;*/
	margin: 0 11px; 
	position: relative;
 }
 .img-box li a{
 /*	overflow: hidden;*/
 	height: 191px!important;
 	z-index: 99999;
 }
 .img-box li img{
 	position: relative;
 	width: 256px;
	height: 191px; 
	border-radius: 6px;
 }
.oper-box { 
	overflow: hidden;
	z-index: 1000000000;
}
.btnPrev{
	position: absolute;
	top: 50%;
	left: 15px;
	background: transparent url(../img/pro_zuo.png) no-repeat ;
	display: block;
	width: 28px;
	height: 24px;
	z-index: 10000000;
}
.btnNext{
	position: absolute;
	top: 50%;
	left: 1150px;
	background: transparent url(../img/pro_you.png) no-repeat ;
	display: block;
	width: 28px;
	height: 24px;
} 
.big{
	position: relative;
	margin-top: 10px;
	width: 1200px;
	padding:13px 13px 13px 0px;
	box-sizing: border-box;
	border: 1px solid #d6d6d6;
	border-radius: 8px;
}
.lun_logo{
	background: transparent url(../img/lunlogo.png) no-repeat 0 0;
	display: block;
	width:208px;
	height: 36px;
	position: absolute;
	top: 72%;
	left: -4px;
	z-index: 1000;
}
.lun_logo span{
	position: absolute;
	top: 11px;
	left: 52px;
	z-index: 10000;
	font-size: 16px;
	color: #FFFFFF;
}
.lun_logo2{
	position: absolute;
	top: 72%;
	left: -4px;

}      
.lun_logo3{
	position: absolute;
	top: 72%;
	left: -4px;

}  
.lun_logo4{
	position: absolute;
	top: 72%;
	left: -4px;

}  
.news_information{
	margin-top: 53px;
}
.news_left{
	padding: 5px;
	float: left;
	width: 749px;
	height: 271px;
	border: 1px solid #D6D6D6;
	border-radius: 6px;
	margin-top: 15px;
	margin-bottom: 50px;
}
.news_right{
	padding: 5px;
	float: right;
	width: 415px;
	height: 271px;
	border: 1px solid #D6D6D6;
	border-radius: 6px;
	margin-top: 15px;
	position: relative;
}
.information_a{
	float: left;
}
.information_b{
	float: right;
	margin-right: 40px;
}
.left_img{
	float: left;
	width: 235px;
	height: 226px;
	background: transparent url(../img/xinwenzixunzuo.jpg) no-repeat 0 0;
	border: 4px solid #eeeeee;
	border-radius: 6px;
	margin: 19px;
}
.left_list{
	float: right;
	width: 453px;
	height: 210px;
}
.left_list li{
	margin-top: 5px;
	border-bottom: 1px dashed #D6D6D6;
	height: 45px;
	padding-left:0;
	line-height: 53px;
}
.left_list li>a>span:hover{
	color: #0068B6;
}
.list_left{
	color: #909090;
	font-size: 14px;
}
.list_right{
	color: #4e4e4e;
	font-size: 16px;
	margin-left: 8px;
	width: 257px;
	text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
}
/*企业文化轮播图*/
.ig{
	position: absolute;
	top: 0;
	margin-left: 44px;
	margin-top: 16px;
	}
	
.btn{
	position: absolute;
	top: 0;
	left: 0;
	height: 40px;
	width: 18px;
	text-align: center;
	line-height: 90px;
	font-size: 40px;
	top:155px; 
	cursor: pointer;
	/*display: none;*/
}
.btn1{
	position: absolute;
	top: 116px;
	left: 16px;
}
.btn2{
	position: absolute;
	top: 116px;
	left: 391px;
}
ul{
	list-style-type: none;
}
#tabs{
	position: absolute;
	top:0px;
	left: 130px;
}
.tab{
	width: 15px;
	height: 15px;
	background-color: #3D3D3D;
	float: left;
	line-height: 15px;
	text-align: center;
	color: #fff;
	margin-right: 10px;
	margin-top: 223px;
	border-radius: 100%;
	cursor: pointer;
	padding: 1px;
}
.bg{
	background-color: #0068B6;
}

.navigation_b a{
	  margin-top: 26px;
	  float: left;
	  display: block;
	  width: auto;
	  height:35px;
	  border-radius: 6px;
	  margin-left: 10px;
	  font-size: 20px;
	  color: #3D3D3D;
	  text-align: center;
	  line-height: 35px;
	  padding:1px 20px; 
}
.navigation_act{
	background-color: #0068B7;
	color: #FFFFFF!important;
}
.navigation_c  {
  clear: both;
}
.footer_top{
	margin-top: 54px;
}