.nav{
	width: 100%;
	height: 48px;
	background: #f7f8f8;
}
#menu-headernav{
	width: 980px;
    margin: 0 auto;
    position: relative;
    z-index: 999;
}
#menu-headernav>li{
	float: left;
}
#menu-headernav>li>a{
	display: block;
	width: 130px;
	height: 46px;
	line-height: 46px;
	color: #555;
	font-size: 14px;
	text-align: center;
	border-top: 2px solid #f7f8f8;
}
#menu-headernav>li>a:hover{
	background: #fff;
	color: #f77b00;
	text-align: center;
	border-top: 2px solid #f77b00;
}
.menu-headernav-container ul ul{
	display: none;
	background: #fff;
}
.menu-headernav-container ul ul a{
	display: block;
	width: 130px;
	height: 35px;
	line-height: 35px;
	font-size: 13px;
	text-align: center;
}
.menu-headernav-container ul ul a:hover{
	background: #f77b00;
	color: #fff;
}

/*轮播图*/
.banner{
	width: 100%;
	/*子绝父相*/
	position: relative;
	/*超出部分全部隐藏，解决横向滚动条*/
	overflow: visible;
}
.banner ul{
	position: absolute;
}
.banner ul li{
	/*这个100%是相对于父盒子的（会把父盒子的宽度继承过来,如父盒子300%,这这里的100%就会相当于300%）*/
	width: 100%;
	height: 300px;
	float: left;
	background:  no-repeat center center;
}
.banner ol{
	/*width: 60px;*/
	height: 20px;
	background: rgba(0,0,0,0.5);
	position: absolute;
	left:50%;
	/*margin-left: -40px;*/
	bottom: 30px;
	padding: 0 10px;
	border-radius: 10px;
}
.banner ol li{
	width: 10px;
	height: 10px;
	float: left;
	margin: 5px 5px;
	background: rgba(255,255,255,0.5);
	border-radius: 50%;
	cursor: pointer;
}
.banner ol .current{
	background: rgba(255,255,255,1);
}
.banner i{
	width: 58px;
	height: 120px;
	position: absolute;
	top: 50%;
	margin-top: -60px;
	cursor: pointer;
	border-radius: 5px;
	display: none;
}
.banner .left{
	left: 60px;
	background: url('images/left_right.png') no-repeat 0 0px;
}
.banner .right{
	right: 60px;
	background: url('images/left_right.png') no-repeat 0px -120px;
}
.banner .left:hover , .banner .right:hover{
	background-color: rgba(0, 0, 0, 0.31);
}

.index-con{
	width: 980px;
	height: auto;
	overflow: hidden;
	zoom:1;
	margin: 0 auto;
	margin-bottom: 30px;
	margin-top: 20px;
}

.index-tab{
	width: 100%;
	height: 60px;
	background: #f77b00;
	margin: 20px 0px;
}
.speednav{
	width: 980px;
	margin: 0 auto;
	padding-top: 5px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.index-icon{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
}
.index-icon img{
	margin-right: 15px;
}
.index-icon p{
	color: #fff;
	font-size: 15px;
}


.index-con-1{
	width: 100%;
	height: auto;
	overflow: hidden;
	zoom:1;
}
.Introduction{
	width: 285px;
	height: 306px;
	overflow: hidden;
	border: 1px solid #eaeaea;
	border-top: 4px solid #f77b00;
	padding: 14px 17px 30px 17px;
	background: #fff;
}
.abus{
	color: #4b4f51;
	font-size: 15px;
	border-left: 4px solid #f77b00;
	height: 19px;
	line-height: 19px;
	padding-left: 5px;
	margin-bottom: 5px;
}
.abus .zb-list{
	padding: 10px 0;
}
.Introduction p{
	text-indent: 2em;
	font-size: 14px;
	line-height: 19px;
	color: #666;
}
.en{
	color: #b7b8b9;
	font-size: 12px;
	margin-left: 10px;
}

.Announcement{
	width: 285px;
	height: 306px;
	overflow: hidden;
	border: 1px solid #eaeaea;
	border-top: 4px solid #f77b00;
	padding: 14px 17px 30px 17px;
	margin-left: 8px;
	background: #fff;
}
.Announcement ul li,.news ul li{
	margin: 0;
	background: url('images/list_style.png') no-repeat 0 8px;
	padding-left: 10px;
	width: 275px;
	height: 27px;
	line-height: 27px;
	clear: both;
}
.title,.time{
	line-height: 22px;
	font-size: 13px;
}
.time{
	color: #acacad;
}
.title{
	color: #696969;
	width: 190px;
	height: 22px;
	overflow: hidden;
}


.news{
	width: 285px;
	height: 306px;
	overflow: hidden;
	border: 1px solid #eaeaea;
	border-top: 4px solid #f77b00;
	padding: 14px 17px 30px 17px;
	background: #fff;
}
.index-con-2,.index-con-3{
	width: 100%;
	height: auto;
	overflow: hidden;
	zoom:1;
	margin-top: 12px;
}
.case{
	width: 946px;
	height: 248px;
	overflow: hidden;
	border: 1px solid #eaeaea;
	padding: 14px 15px 30px 17px;
	background: #fff;
}
.case ul{
	float: left;
	position: absolute;
	left: -30px;
	top: 20px;
}
.case li{
	/*width: 275px;
	height: 22px;
	line-height: 22px;
	background: url('images/list_style.png') no-repeat 0 8px;
	padding:0 20px 0 10px;
	display: inline-block;*/
	margin: 0;
	background: url('images/list_style.png') no-repeat 0 8px;
	padding-left: 10px;
	width: 275px;
	height: 22px;
	line-height: 22px;
	float: left;
	margin-left: 35px;
	margin-top: 5px;
}
.case .dd{
	clear: both;
	width: 100%;
	height: 100%;
	padding-top: 10px;
	display: block;
	position: relative;
}
.client{
	width: 946px;
	height: 129px;
	overflow: hidden;
	border: 1px solid #eaeaea;
	padding: 14px 15px 30px 17px;
	background: #fff;
}
.box {
    position: relative;
    overflow: hidden;
}
.box ul li {
    /* background-color: #eee; */
    margin-right: 13px;
    text-align: center;
    float: left;
    width: 120px;
    -webkit-transition: box-shadow .2s ease-out;
    transition: box-shadow .2s ease-out;
    color: #000;
}
.box .next, .box .prev {
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    cursor: pointer;
    z-index: 1;
    width: 28px;
    height: 62px;
    line-height: 62px;
    color: #f77b00;
    text-align: center;
    font-size: 22px;
    font-weight: bolder;
    background: rgba(0, 0, 0, .2);
    font-family: simsun;
    transition: all ease-in .4s;
}
.box .next {
    left: 0px;
}
.box .prev {
    right: 0px;
}
.box:hover .next {
    opacity: 1;
}
.box:hover .prev {
    opacity: 1;
}

.lc-title{
	margin-top: 10px;
	color: #f77b00;
}
.bd img{
	width: 120px;
    height: 50px;
	margin-top: 20px;
}




.page-img{
	position: relative;
	height: 260px;
	width: 100%;
	/*background: url('images/sub_banner_1.jpg') no-repeat center;*/
	background: url('images/gs.jpg') no-repeat center;
	margin: 0 auto;
}
.abusimg{
	height: 300px;
	display: block;
	margin: 0 auto;
	position: absolute;
}
.content{
	width: 100%;
	height: auto;
	overflow: hidden;
	zoom:1;
	display: table;
	background: #f6f5fa;
}
.sub_con{
	width: 980px;
	height: auto;
	zoom:1;
	margin: 12px auto;
}
.sub_con_l{
	width: 204px;
	height: auto;
	background: #fefefe;
	float: left;
	position: relative;
	border: 1px solid #eee;
	padding-bottom: 20px;
	margin-left: -10px;
}
.list_title{
	width: 240px;
	height: 57px;
	color: #3a3a3a;
	line-height: 36px;
	font-size: 16px;
	padding-top: 15px;
	position: relative;
	z-index: 999;
}
.list_title_bg{
	position: absolute;
	width: 213px;
	height: 47px;
	background: url('images/sub_left_t_bg.png') no-repeat;
	left: -6px;
	z-index: 999;
	text-align: center;
}
.sub_con_r{
	width: 780px;
	height: auto;
	min-height: 500px;
	overflow: hidden;
	zoom:1;
	float: right;
	padding-bottom: 20px;
}
.sub_con_r_top{
	width: 100%;
	height: 50px;
	line-height: 50px;
	border: 1px solid #eee;
	background: #fff;
}
.sub_right_title{
	display: block;
	font-size: 14px;
	color: #999;
	margin-left: 30px;
}
.site_map{
	font-size: 14px;
	margin-right: 40px;
	color: #696969;
}
.ah-breadcrumb li{
	display: inline-block;
	padding: 0 3px;
}
.childer_title li{
	display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #eee;
    background: #fff;
    text-align: center;
    font-size: 14px;
}
.sub_con_r_art{
	width: 720px;
	height: auto;
	overflow: hidden;
	zoom:1;
	padding: 30px 30px 40px 30px;
	margin-top: 10px;
	border: 1px solid #eee;
	background: #fff;
	font-size: 16px;
}
.sub_con_r_art p{
	color: #666;
}


.lxwm a{
	color: #000;
	font-weight: bold;
	font-size: 17px;
	line-height: 80px;
}
.lxwm p{
	font-size: 16px;
	line-height: 35px;
}

.zb-all{
	width: 100%;
	height: 45px;
	line-height: 45px;
	border-bottom: 1px solid rgb(229,228,226);
}
.zb-all a{
	margin-left: 20px;
	font-size: 14px;
}
.zb-all p{
	font-size: 14px;
}
.fg-title{
	width: 500px;
	height: 45px;
	overflow: hidden;
}
.fenye{
    height: 25px;
    line-height: 25px;
    _background: #F9F9F9;
    padding: 2px 5px;
    margin: 50px 4px 20px;
    _border: solid 1px #ccc;
    text-align: center;
}
.fenye a{
    padding:4px 6px 4px 6px;
    margin:0 2px 0 2px;
    border:1px solid #aaa;
    text-decoration:none;
    color:#333;
    font-size: 13px;
}
.fenye a.current{    
    background:#ff6f3d;    
    color:#fff;
}
.fenye a:hover{
    background:#ff6f3d;
    color:#fff;
}
.fenye span{
	font-size: 13px;
}


.single{
	background: #fff;
	border:1px solid #eee;
	padding: 30px 30px 40px 30px;
}
.single h2{
	font-size: 18px;
	text-align: center;
	font-weight: bold;
}
.single-title{
	width: 100%;
	height: 60px;
	color: #666;
}
.single-list{
	width: 100%;
	height: 39px;
	border-top: 1px dotted #e2e2e2;
	border-bottom: 1px dotted #e2e2e2;
	line-height: 39px;
	text-align: center;
	font-size: 14px;
}
.single-content{
	width: 100%;
	min-height: 245px;
	overflow: hidden;
	zoom:1;
	border-bottom: 1px dotted #e2e2e2;
	padding: 10px 0 15px 0;
	line-height: 2em;
	font-size: 14px;
	text-indent: 2em;
}
.single-bottom{
	font-size: 14px;
	padding: 20px 40px 20px 40px;
}
.single p{
	line-height: 30px;
}