@charset "utf-8";
/* CSS Document */
*{
	margin:0 ;
	padding:0;
}
a{
	text-decoration:none;
	outline:none;
}

a:hover{text-decoration:none;}

img{
	outline:none;
	border:none;
}

li{
	list-style:none;
}

h6.total:after{
	border-bottom:1px solid #f8b500;
	height:1px;
	width:60px;
	position:absolute;
	content: " ";
	font-weight: bold;
	bottom: -16px;
    left: 2px;
}

body{
	font-family:Helvetica LT Std, 'Noto Sans CJK SC', 'Noto Sans CJK', 'Source Han Sans', source-han-sans-simplified-c, sans-serif;
	max-width:1920px;
	margin:0 auto;
	
}


.clear {clear:both;}



/*--------------------------------------top_mess-------------------------*/
.top_mess{
	background:#f2f7f8;
}

.top_mess .top_phone p{
	font-size:14px;
	color:#171819;
	padding:7px 30px;
	margin:0;
}

.top_mess .top_phone span{
	font-size:16px;
	color:#d1a22b;
	font-weight:bold;
	font-family:Helvetica LT Std;
}


.PCheader{
	padding: 10px 0;
}

.PCheader .wrap a.logo img{
max-width:100%;
}


@media screen and (min-width:991px) and (max-width:1300px){
	
.PCheader{
	width:100%;
	margin:0;
}

.PCheader .wrap a.logo img{
	width:100%;
}

.nav>li>a {
    padding: 10px 10px!important;
}

.navbar-nav{
    margin-top: 10px;
}
	
}

@media (max-width:991px){
.PCheader .wrap a.logo img{
	height:50px;
	padding-bottom:10px;
}

}

/* =============导航============= */
nav.navbar.bootsnav {
    border-bottom: none;
  
}
@media (min-width: 768px){
	.navbar-nav {
		float:right;
		
	}
}

@media (max-width: 992px){
	nav.navbar.bootsnav .navbar-toggle {
		margin-top: 0px!important;
	}
}

/*----------------------------bannerLoop-----------------------------*/
.banner{
	width:100%;
	position:relative;
}

.bannerLoop img {width:100%;}
.bannerLoop .owl-item {position:relative;}

.bannerLoop .owl-prev,.bannerLoop .owl-next {position:absolute; bottom:0; font-size:0; width:8px; height:12px;}
.bannerLoop .owl-prev {left:42.7%; background:url(../img/nav_left.png) left center no-repeat; z-index:3;}
.bannerLoop .owl-next {right:42.7%; background:url(../img/nav_right.png) right center no-repeat; z-index:3;}
.bannerLoop .owl-prev:hover {background-position:right center;}
.bannerLoop .owl-next:hover {background-position:left center;}
.bannerLoop .owl-dots {width:100%; position:absolute; bottom:20px; left:0; text-align:center;}
.bannerLoop .owl-dot {display:inline-block; width:12px; height:12px; border-radius:50%; margin:0 10px; background-color:#fff;}
.bannerLoop .owl-dot.active {background-color:#000;}

@media screen and (min-width:1366px){
	.bannerLoop .owl-item{
		width:1903px;
	}
}

.bannerLoop .owl-prev, .bannerLoop .owl-next {
    display:none!important;
}

/*----------------------------kefu---------------------------*/
.kefu{
	position:fixed;
	top:22%;
	right:5px;
	z-index:999;
	background:rgba(240,240,240,0.8);
	text-align:center;
	padding:5px;
	border-radius:5px;
	box-shadow: 1px 2px 5px #bdbdbd;
}

.kefu .title{
	background:rgba(255,255,255,0.9);
	border-radius:5px;
	padding:5px;
}

.kefu .title img{
	width:35px;
}

.kefu .title h6{
	font-size:14px;
	color:#2185d0;
	margin:5px 0;
	font-weight:normal;
}

.kefu ul{
	background:rgba(255,255,255,0.9);
	margin:5px 0 0 0;
	padding:5px;
	border-radius:5px;
}

.kefu ul li{
	line-height:24px;
	border-bottom:1px dashed #dedede;
	padding:5px 0;
	cursor:poniter;
}

.kefu ul li .ewmbox1 , .kefu ul li .ewmbox2{
	display:none;
	width:100px;
	text-align:center;
	background:#fff;
	padding:5px;
	position:absolute;
	right:145px;
	border-radius:5px;
	box-shadow:1px 2px 5px #ababab;
}

.kefu ul li .ewmbox1{
	top:16%;
}

.kefu ul li .ewmbox2{
	top:34%;
}

.kefu ul li .ewmbox1 p , .kefu ul li .ewmbox2 p{
	position:relative;
}

.kefu ul li .ewmbox1 p:after , .kefu ul li .ewmbox2 p:after{
	top: -85px;
    position: absolute;
    content: "";
    width: 20px;
    height: 25px;
    right: -18px;
    background:url(../img/sjx.png)center no-repeat;
    background-size:15px;
	
}


.kefu ul li span{
	color:#2185d0;
	font-size:12px;
}

.kefu ul li p{
	margin:0;
	padding:0;
}

.kefu ul li p a{
	font-size:12px;
	color:#333;
	background:url(../img/qqkefu.png);
	background-position:left;
	background-repeat:no-repeat;
	background-size:20px;
	padding:5px 0 5px 25px;
	font-weight:normal;
}

.kefu ul li h6 a{
	font-size:12px;
	color:#333;
}

.kefu ul li h5 a{
	font-size:14px;
	background:url(../img/phone003.png);
	background-position:left;
	background-repeat:no-repeat;
	background-size:20px;
	padding:5px 0 5px 25px;
	font-weight:normal;
	color:#333;
}

.kefu ul li img{
	width:90px;
}


/*------------------------------index_service----------------------------------------------*/
.index_service{
	padding:30px 0;
}

.index_service .title{
	text-align:center;
	position:relative;
	margin-bottom: 0px;
}

.index_service .title h5{
	font-size:24px;
	color:#17191a;
	position:relative;
	margin-top:0px;
	margin-bottom:20px;
}

.index_service .title h5:after{
	border-bottom:1px solid #f8b500;
	height:1px;
	width:60px;
	position:absolute;
	content: " ";
	font-weight: bold;
	bottom:-10px;
    left: 48%;
}

.index_service .title h5 span{
	font-size:16px;
	color:#f8b500;
	font-family:Helvetica LT Std;
}

.index_service .title p{
	font-size:12px;
	color:#686d6e;
	line-height:20px;
}

.service_list .owl-item{
	padding:15px;
	box-sizing:border-box;
}

.service_list .service_content .owl-controls{
	text-align:center;
	margin: 10px 0;
}

.service_content .owl-controls .owl-prev , .service_content .owl-controls .owl-next{
	display:inline;
	margin:0 2px;
	font-size:20px;
	color:#fff;
	background:#f8b500;
	font-family:"宋体";
	font-weight:bold;
	padding:8px 15px;
}

.owl-controls .owl-prev:hover , .owl-controls .owl-next:hover{
	background:#f8d062!important;
}


.service_list .owl-item .item{
	position:relative;
	background:#fff;
	border:1px solid #eaeaea;
	overflow:hidden;
	transition: all 0.5s;
	-moz-transition: all 0.5s; /* Firefox 4 */
	-webkit-transition: all 0.5s; /* Safari 和 Chrome */
	-o-transition: all 0.5s; /* Opera */
}

.service_list .owl-item .item .pic{
	padding:0;
}

.service_list .owl-item .item .service_mess{
	padding:20px;
	box-sizing:border-box;
	position:relative;
	min-width:217px;
}

.service_list .owl-item .item .service_mess span{
	display:inline-block;
	margin:10px 0;
	font-size:16px;
	color:#9c9c9c;
	font-weight:lighter;
}

.service_list .owl-item .item .service_mess h6{
	margin:20px 0;
	font-size:16px;
	color:#10100f;
	letter-spacing:1px;
	position:relative;
}

.service_list .owl-item .item .service_mess h6 a{
	color:#10100f;
}

.service_list .owl-item .item .service_mess:hover h6 a{
	color:#f8b500;
}

.service_list .owl-item .item .service_mess p{
	color:#6e6e6e;
	font-size:14px;
	margin:15px 0;
}

.service_list .owl-item .item .service_mess p a{
	color:#6e6e6e;
	padding:10px 20px 10px 0;
	background:url(../img/right.png)right no-repeat;
	background-size:10px;
}

.service_list .owl-item .item:hover{
	border:1px solid #f8b500;
	box-shadow:1px 2px 5px rgba(248,181,0,0.3);
}

@media screen and (max-width:568px){
.index_service{
	padding:20px 0;
}


.service_list .owl-item{
    padding:5px;
}
	
.service_list .owl-item .item .service_mess{
	padding:10px 20px;
}

.service_list .owl-item .item .service_mess span{
	margin:5px 0;
}

.service_list .owl-item .item .service_mess h6{
	margin:10px 0;
}

.service_list .owl-item .item .service_mess p{
	margin:5px 0;
}

}

/*----------------------index_about------------------------------------------*/
.index_about{
	background:url(../img/aboutbg.jpg)center no-repeat;
	padding:4% 0;
	margin-bottom:30px; 
}

.index_about .about_box{
	position:relative;
	padding-left:40px;
}

.index_about .about_box .about_pic{
	overflow:hidden;
	border-radius:5px;
	padding:0 
}


.index_about .about_box .about_pic img{
	border-radius:5px;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in; 
	-o-transition: all 0.3s ease-in; 
	transition: all 0.3s ease-in;
	border-radius:5px;
}

.index_about .about_box .about_pic:hover img{
	-webkit-transform: scale(1.05,1.05);
	-moz-transform: scale(1.05,1.05);
	transform: scale(1.05,1.05);
}


.index_about .about_box .about_mess{
	position:absolute;
	background-color:rgba(243,245,247,0.9);
	right:65px;
	top:10%;
	border-radius:5px;
	padding:50px;
	box-sizing:border-box;
	box-shadow:1px 2px 5px rgba(103,103,103,0.3);
}

.index_about .about_box .about_mess span{
	font-size:14px;
	color:#504d4d;
}

.index_about .about_box .about_mess h6{
	font-size:24px;
	color:#17191a;
	position:relative;
	margin:10px 0 50px 0;
}

.index_about .about_box .about_mess p{
	font-size:14px;
	color:#686d6e;
	line-height:30px;
	letter-spacing:1px;
	margin:10px 0;
}

@media screen and (min-width:1367px) and (max-width:1440px){
	.index_about .about_box .about_mess{
	padding:20px;
	margin-top:5px;
	top:7%;
}

}

@media screen and (max-width:1366px){
	.index_about .about_box .about_mess{
	padding:10px;
	margin-top:5px;
	top:3%;
}

.index_about .about_box .about_mess h6{
	margin:10px 0 20px 0;
	font-size:20px;
}

.index_about .about_box .about_mess h6{
	margin:5px 0 25px 0;
	font-size:18px;
}

.index_about .about_box .about_mess p{
	margin:5px 0;
	font-size:12px;
	line-height:24px;
}

}

@media screen and (max-width:768px){

.index_about{
	background-size:cover;
}

.index_about .about_box .about_mess{
	position:relative;
	background-color:rgba(243,245,247,0.9);
	border-radius:5px;
	padding:10px;
	right:0;
	margin-top:5px;
}

.index_about .about_box .about_mess h6{
	margin:10px 0 20px 0;
	font-size:20px;
}

}

/*---------------------------------index_news-------------------------------*/
.index_news{
	padding:20px 45px;
}

.index_news .n_title{
	margin-bottom:30px;
	text-align:center;
}


.index_news .n_title p{
	font-size:24px;
	color:#17191a;
}

.index_news .n_title span{
	font-size:16px;
	color:#f8b500;
}

.index_news .latest_news .latest_mess{
	margin-top:15px;
}

.index_news .latest_news .latest_mess a{
	font-size:14px;
	color:#6e6e6e;
}
.index_news .latest_news .latest_mess a:hover{
	color:#f8b500;
}

.index_news .latest_news .latest_mess a.more{
	color:#f8b500;
}

.index_news .latest_news .latest_mess p{
	font-size:12px;
	color:#8e8b8b;
	line-height:24px;
	letter-spacing:1px;
	margin:10px 0;
	text-align:justify
}

.index_news .latest_news .latest_mess span{
	font-size:14px;
	color:#666464;
}

.indexnews_list .title{
	background:#f4f6f8;
	border-left:3px solid #f8b500;
	padding:5px 0;
}

.indexnews_list .title span{
	font-size:16px;
	color:#17191a;
	padding-left:15px;
}

.indexnews_list .title a.bs_more{
	display: inline-block;
    float: right;
    margin-right: 15px;
    color: #6e6e6e;
    font-size: 14px;
    margin-top: 4px;
}

.indexnews_list .title a.bs_more:hover{
    color:#f8b500;
}

.indexnews_list .list_news{
	padding:0;
}

.indexnews_list .list_news ul li{
	border-bottom:1px solid #d4d6d7;
	padding:15px;
	box-sizing:border-box;
}

.indexnews_list .list_news ul li a{
	color:#504d4d;
	font-size:14px;
}
.indexnews_list .list_news ul li:hover a{
	color:#f8b500;
}

.indexnews_list .list_news ul li p{
	margin:5px 0;
}

.indexnews_list .list_news ul li span{
	color:#666464;
	font-size:12px;
}

.indexnews_list .list_news ul li a.more{
	color:#f8b500;
	font-size:12px;
}

.index_news .more_news{
	margin:20px 0;
	text-align:center;
}

.index_news .more_news a{
	font-size:14px;
	color:#f8b500;
	border:1px solid #f8b500;
	padding:8px 25px;
	border-radius:50px;
}

.latest_mess a.look_more{
	color:#6e6e6e;font-size:14px;border:1px solid #6e6e6e;border-radius:50px;padding:3px 15px;margin-right: 10px;margin-top: 10px;
}

.latest_messa a.look_more:hover{
    color:#f8b500;
	border:1px solid #f8b500;
}


@media screen and (max-width:568px){
	
.index_news{
	padding:20px 5px;
}
	
.indexnews_list{
	margin-top:10px;
}
	
.indexnews_list .list_news ul li{
	padding:10px;
}

}

/*--------------------------------case_box---------------------------*/
.case_box{
	width:100%;
	background:#f4f6f8;
	padding:30px 0;
	margin:20px 0;
	position:relative;
}

.case_box .index_case .title{
	padding:30px 0;
	text-align:center;
}

.case_box .index_case .title p{
	font-size:24px;
	color:#17191a;
}

.case_box .index_case .title span{
	font-size:16px;
	color:#f8b500;
}

.index_case .case_item .owl-item{
	padding:15px;
	box-sizing:border-box;
}

.index_case .case_list{
	position:relative;
}

.index_case .owl-controls .owl-prev , .index_case .owl-controls .owl-next{
	position:absolute;
	top:37%;
	display:inline;
	margin:0 2px;
	font-size:20px;
	color:#fff;
	background:rgba(248,181,0,0.85);
	font-family:"宋体";
	font-weight:bold;
	padding:8px 15px;
}

 .index_case .owl-controls .owl-next{
	 right:0;
 }

.index_case .case_item .owl-item .item .pic img{
	width:100%;
}

@media screen and (max-width:568px){

.index_case .case_item .owl-item{
	padding:5px;
}

}


/*------------------------------------index_partner-------------------------*/
.index_partner{
	padding:20px;
	box-sizing:border-box;
	margin-bottom:30px;
}

.index_partner .title{
	padding:30px 0;
	text-align:center;
}

.index_partner .title p{
	font-size:24px;
	color:#17191a;
}

.index_partner .title span{
	font-size:16px;
	color:#f8b500;
}

.index_partner .partner_box .owl-item{
	padding:1px;
	box-sizing:border-box;
	width:100%;
}

.index_partner .partner_box .partner_item{
	position:relative;
}

.index_partner .partner_box .item{
	background:#f4f6f8;
	text-align:center;
	padding:10px;
	box-sizing:border-box;
	line-height:100px;
	border:1px solid #f4f6f8;
	width:100%;
}

.index_partner .partner_box .item .pic img{
	display:inline;
	max-width:100%;
	width:auto;
}


.index_partner .partner_box .item:hover{
	border:1px solid #919fad;
}

.index_case .case_list{
	position:relative;
}

.partner_box .partner_item .owl-controls{
	text-align:center;
	margin:20px 0;
}

.partner_box .partner_item .owl-controls .owl-prev , .partner_box .partner_item .owl-controls .owl-next{
	display:inline;
	margin:0 2px;
	font-size:20px;
	color:#fff;
	background:rgba(248,181,0,0.85);
	font-family:"宋体";
	font-weight:bold;
	padding:8px 15px;
}

/*------------------------------------------------------------*/
.ask{
	background:#f7ebd3;
	padding:15px 0;
}

.ask .ask_box .title{
	padding:30px 0;
	text-align:center;
}

.ask .ask_box .title p{
	font-size:24px;
	color:#17191a;
}

.ask .ask_box .title span{
	font-size:16px;
	color:#f8b500;
}

.ask .ask_box .ask_list ul li{
	margin-bottom:10px;
}

.ask .ask_box .ask_list .ask_mess{
	position:relative;
	padding:5px 0 5px 25px;
}

.ask .ask_box .ask_list .ask_mess p{
	font-size:16px;
	color:#504d4d;
	margin:0;
	line-height:24px;
}
.ask .ask_box .ask_list .ask_mess:hover p{
    color:#f8b500;  
}

.ask .ask_box .ask_list .answer{
	position:relative;
	padding:5px 0 10px 25px;
}

.ask .ask_box .ask_list .answer p{
	font-size:16px;
	color:#686d6e;
	line-height:22px;
	margin:0;
}

.ask .ask_box .ask_list .ask_mess:before{
	position:absolute;
	content:"Q";
	font-size:18px;
	color:#f8b500;
	top:4px;
	left:0;
}

.ask .ask_box .ask_list .answer:before{
	position:absolute;
	content:"A:";
	font-size:18px;
	color:#504d4d;
	top:6px;
	left:0;
}

.ask .ask_box .ask_list .answer:after{
	position:absolute;
	content:"";
	bottom:0;
	left:25px;
	width:100%;
	height:1px;
	background:#f8b500;
}

.ask .ask_box .ask_more{
	margin:20px 0;
	padding:0;
}

.ask .ask_box .ask_more a{
	font-size:16px;
	color:#fff;
	padding:10px 30px;
	background:#f8b500;
}



/*---------------------------------------footer----------------------------------*/
.footer{
	background:#f4f6f8;
	padding:20px 0;
}

.foot_about{
	position:relative; 
	padding:10px 1.5% 0;
	text-align:justify
}

@media (min-width:998px){
	.foot_about{
		border-right:1px dashed #cfcfcf;
		margin-right:3%;
		padding-right:3%;
		box-sizing:unset;
	}
}

.foot_about img{
	/* height:50px; */
}

.foot_about p{
	font-size:12px;
	color:#686d6e;
	line-height:30px;
	margin-top:20px;
}

.footer .foot h6{
	font-size:18px;
	color:#f8b500;
	font-weight:normal;
	position:relative;
	margin-bottom:25px;
}

.footer .foot_nav ul li{
	font-size:12px;
	color:#525150;
}

.footer .foot_nav ul li a{
	color:#525150;
	line-height:30px;
}
.footer .foot_nav ul li:hover a{
	color:#f8b500; 
	
}

.footer .foot_news ul li{
	border-bottom:1px solid #d3d3d3;
	margin:5px 0;
}

.footer .foot_news ul li a{
	color:#525150;
	font-size:12px;
	line-height:30px;
}

.footer .foot_news ul li p{
	color:#838281;
	font-size:12px;
}
.footer .foot_news ul li:hover a{
	color:#f8b500;
}

.footer .foot_contact ul li{
	color:#525150;
	font-size:12px;
	line-height:30px;
	letter-spacing:1px;
}

.bottom{
	background:#dfe3e8;
}

.foot_bottom p{
	font-size:12px;
	color:#747372;
	padding:7px 0;
	margin:0;
}

.foot_bottom .right_tech{
	text-align:right;
	font-size:12px;
	padding:7px 0;
	color:#747372;
}

.foot_bottom .right_tech a{
	color:#747372;
}

@media screen and (max-width:767px){
	
.footer .foot_nav ul li{
	width:33.3%;
	float:left;
}

}

/*------------------------------------inner_content---------------------*/

/*------------------subnav-------------------------------*/
.subnav{
	background:#f2f2f2;
	line-height:25px;
	width:100%;
}

.subnav .left_bread p{
	font-size:16px;
	color:#171819;
	padding:15px 0 10px 25px;
	margin:0;
	background:url(../img/homeicon.png)left no-repeat;
	background-size:20px;
}

.subnav .left_bread p a{
	color:#171819;
	padding:0 5px;
}

.subnav .subnav_list{
	text-align:right;
	border:none;
	overflow:hidden;
}

.subnav .subnav_list a{
	font-size:14px;
	color:#1c1e1f;
	display:inline-block;
	padding:15px;
	height:100%;
	transition: all 0.5s;
	-moz-transition: all 0.5s; /* Firefox 4 */
	-webkit-transition: all 0.5s; /* Safari 和 Chrome */
	-o-transition: all 0.5s; /* Opera */
}

.subnav .subnav_list a.active{
	background:#fff;
	color:#e2b544;
}

.subnav .subnav_list a:hover{
	background:#fff;
	color:#e2b544;
}

@media screen and (max-width:568px){

.subnav_box{
	padding:0;
}
	
.subnav .left_bread{
	padding:0;
}
	
.subnav .left_bread p{
	padding:10px 0 5px 25px;
	margin:0;
}
	
.subnav .subnav_list{
	text-align:left;
	margin-top:5px;
	padding:0;
}

.subnav .subnav_list a{
	padding:7px;
	font-size:12px;
}

}

/*--------------------------------------inner_banner----------------------------*/
.inner_banner{
	width:100%;
}

/*------------------------inner_content-------------------------------------------*/
.inner_content{
	padding:3% 0;
}

.inner_content .title{
	padding:1% 0 3% 0;
	text-align:center;
	margin-bottom:30px;
}

.inner_content .title h5{
	font-size:26px;
	color:#e2b544;
	position:relative;
	margin-bottom:30px;
	display:inline;
}

.inner_content .title h5:after{
	content:"";
	position:absolute;
	width:80px;
	height:2px;
	background:#e2b544;
	bottom: -20px;
    left:15px;
}



/*---------------------------------------left_introduce------------------------*/
.left_introduce{
	position:relative;
	overflow:hidden;
}

.left_introduce .introduce_mess{
	position:absolute;
	top: 10%;
    left: 13%;
    right: 13%;
	color:#fff;
}

.left_introduce .introduce_mess h5{
	font-size:20px;
	margin-top:30px;
	margin-bottom:40px;
	position:relative;
}

.left_introduce .introduce_mess h5:after{
	content:"";
	position:absolute;
	width:50px;
	height:1px;
	background:#fff;
	top: -28px;
    left:0;
}

.left_introduce .introduce_mess p{
	font-size:12px;
	line-height:30px;
	letter-spacing:1px;
}

@media screen and (min-width:768px) and (max-width:1366px){
.left_introduce .introduce_mess h5{
	margin-top:20px;
	margin-bottom:20px;
}

.left_introduce .introduce_mess p{
	line-height:24px;
}

}



/*------------------right_list---hklist_box----------------------------------------*/
.right_list ul{
	margin:0;
}

.right_list ul li{
	margin-bottom:30px;
}

.right_list .hklist_box{
	border:1px solid #d6d6d6;
	padding:25px;
	box-sizing:border-box;
	transition: all 0.5s;
	-moz-transition: all 0.5s; /* Firefox 4 */
	-webkit-transition: all 0.5s; /* Safari 和 Chrome */
	-o-transition: all 0.5s; /* Opera */
	min-height:170px;
}

.right_list .hklist_box .left_mess h6{
	font-size:18px;
	color:#2a2a2a;
	font-weight:normal;
	margin:10px 0 30px 0;
	position:relative;
}

.right_list .hklist_box .left_mess h6:after{
	position:absolute;
	content:"";
	width:180px;
	height:1px;
	background:#e2b544;
	left:0;
	bottom:-15px;
}

.right_list .hklist_box .left_mess a{
	color:#2a2a2a;
}

.right_list .hklist_box .left_mess span{
	display:inline-block;
	font-size:14px;
	color:#2a2a2a;
	width: 33.3%;
    margin: 5px 0 5px 0;
}

.right_list .hklist_box:hover{
	border:1px solid #fff;
	box-shadow:1px 3px 10px #d9d9d9;
}

.right_list .hklist_box:hover .left_mess a{
	color:#ffba2d;
}

@media screen and (min-width:768px) and (max-width:1366px){
.right_list .hklist_box{
	padding:15px;
}

.right_list .hklist_box .right_pic{
	padding:5px;
}

.right_list .hklist_box .left_mess h6{
	font-size:16px;
}

.right_list .hklist_box .left_mess h6:after{
	width:100px;
}

}

@media screen and (max-width:568px){
	
.right_list .hklist_box{
	padding:10px;
}

.right_list .hklist_box .left_mess{
	padding:0;
}

.right_list .hklist_box .left_mess h6 {
    font-size: 14px;
    margin:5px 0 15px 0;
}

.right_list .hklist_box .left_mess span {
    font-size: 12px;
    color: #585858;
}

.right_list .hklist_box .right_pic{
    padding:0;
}

.right_list .hklist_box .right_pic img{
    max-width:100%;
}

}

/*-------------------------------------advertise------------------------------*/
.advertise{
	padding:0;
	margin:30px 0 40px 0;
}

/*-----------------------------------------recommend------------------------&*/
.recommend{
	padding:30px 15px 50px 15px;
}

.recommend .recom_news .title{
	background:#f5f5f5;
	border-left:3px solid #232323;
	padding:5px 0;
	margin-bottom:15px;
}

.recommend .recom_news .title span{
	font-size:14px;
	color:#1c1c1c;
	padding-left:10px;
}

.recommend .recom_news .title a{
	font-size:14px;
	color:#1c1c1c;
	display:inline-block;
	float: right;
    padding-right: 15px;
}
.recommend .recom_news .title:hover a{
	color:#f8b500;
}

/*----------------------------------------------------*/
.recommend .list_news ul li{
	margin:15px 0;
	padding:15px 0;
	border-bottom:1px solid #d4d6d7;
}

.recommend .list_news ul li a{
	font-size:14px;
	color:#504d4d;
}

.recommend .list_news ul li a:hover{
	color:#f8b500;
}

.recommend .list_news ul li p{
	font-size:12px;
	color:#666464;
	margin:10px 0;
}

.recommend .list_news ul li a.more{
	color:#f8b500;
	background:url(../img/right02.png)right no-repeat;
	background-size:12px;
	padding-right:20px;
}

@media screen and (max-width:568px){

.recommend .list_news ul li{
	margin:7px 0;
	padding:7px 0;
}

}

/*----------------------news_list----------------------------------*/
.news_list ul li{
	margin-bottom:30px;
}

.news_list .inner_news_box , .news_list .inner_news_box .in_news_pic{
	padding:0;
}

.news_list .inner_news_box .in_news_mess{
	background:#f4f6f8;
	padding:20px;
	box-sizing:border-box;
	overflow:hidden;
	min-height:170px;
}

.news_list .inner_news_box .in_news_mess span.time{
	display:block;
	font-size:14px;
	color:#808080;
	margin-bottom:10px;
}

.news_list .inner_news_box .in_news_mess a{
	font-size:14px;
	color:#3a3838;
	display:-webkit-box;
	overflow:hidden;
　　text-overflow:ellipsis; word-break:break-all;
    -webkit-box-orient:vertical; 
    -webkit-line-clamp:1;
	overflow:hidden;
}


.news_list .inner_news_box .in_news_mess:hover a{
	color:#edb730;
}

.news_list .inner_news_box .in_news_mess p{
	font-size:12px;
	color:#858383;
	line-height:24px;
	margin:5px 0;
	display:-webkit-box;
	overflow:hidden;
　　text-overflow:ellipsis; word-break:break-all;
    -webkit-box-orient:vertical; 
    -webkit-line-clamp:2;
}

.news_details .details_title{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-bottom:40px;
	border-bottom:1px dashed #b6b6b6;
	padding-bottom:15px;
}

.news_details .details_title h5{
	font-size:16px;
	color:#212120;
}

.news_details .details_title span{
	font-size:12px;
	color:#aaa9a8;
}

.news_details .details_box{
	width:100%;
	overflow:hidden;
}

.news_details .details_box img{
	display:inline-block;
	margin-bottom:20px;
	max-width:100%;
}

.news_details .details_box h6{
	font-size:16px;
	color:#222;
	background:#f8f8f8;
	border-left:3px solid #222;
	padding:5px 0 5px 10px;
	margin:5px 0;
}

.news_details .details_box p{
	font-size:14px;
	color:#3e3c3c;
	line-height:26px;
	padding:0 10px;
}

.news_details .details_box ul li{
	font-size:12px;
	color:#585858;
	line-height:26px;
	padding:5px 10px;
	border-bottom:1px dashed #dedede;
}

.fenye{
	margin-top:30px;
}
/*---------------------------------page------------------*/
.page{
	margin:20px 0;
	text-align:center;
}

.page li{
	display:inline
}

.page a{
	font-size:18px;
	color:#1c1e1f;
	padding:5px 10px;
	display:inline-block;
	margin:0 10px;
	border:1px solid #fff;
}

.page .active a{
	color:#e2b544;
	border:1px solid #e2b544;
}

.page a:hover{
	color:#e2b544;
	border:1px solid #e2b544;
}

.page a.prev , .page a.next{
	font-family:"宋体";
	font-weight:bold;
	font-size:24px;
	border:none;
}

.page a.prev:hover , .page a.next:hover{
	color:#e2b544;
	border:none;
}

/*--------------------------------message_box---------------------*/
.message_box .left_contact .side_contact{
	box-shadow:1px 2px 5px #dedede;
}

.message_box .left_contact .side_contact .c_title{
	background:#111010;
	font-size:20px;
	color:#e2b544;
	padding:10px 0 10px 15px;
	box-sizing:border-box;	
}

.message_box .left_contact .side_contact p.daili{
	font-size:14px;
	color:#171819;
	padding:20px;
	margin:0;
}

.message_box .left_contact .side_contact h5{
	font-size:14px;
	color:#e2b544;
	padding:20px;
	background:#f4f4f4;
	margin:0;
}

.message_box .left_contact .side_contact ul li{
	line-height:45px;
	border-bottom:1px solid #e8e8e8;
}

.message_box .left_contact .side_contact ul li p{
	margin:0;
}

.message_box .left_contact .side_contact .left_title{
	text-align:right;
}

.message_box .left_contact .side_contact .left_title p{
	font-size:14px;
	color:#616567;
}

.message_box .left_contact .side_contact .right_mess{
	padding:0;
}

.message_box .left_contact .side_contact .right_mess p{
	font-size:14px;
	color:#171819;
}

@media screen and (max-width:568px){
.message_box .left_contact .side_contact ul li {
    line-height: 30px;
    padding:5px 0;
}

.message_box .left_contact .side_contact .left_title{
	text-align:left;
}

.message_box .left_contact .side_contact .right_mess {
    padding-left:15px;
}

}

/*------------------------------right_message------------------------*/
.message_box .right_message .mess_content{
	background:url(../img/liuyanbg.jpg)center no-repeat;
	padding:30px;
	box-sizing:border-box;
}

.message_box .right_message .mess_content ul li{
	margin-bottom:24px;
}

.message_box .right_message .mess_content ul{
	margin:0;
}

.message_box .right_message .mess_content input{
	width:100%;
	height:40px;
	border:none;
	background:rgba(255,255,255,0.8);
	padding:5px;
	bpx-sizing:border-box;
	outline:none;
}

.message_box .right_message .mess_content textarea{
	width:100%;
	height:120px;
	border:none;
	background:rgba(255,255,255,0.8);
	padding:5px;
	bpx-sizing:border-box;
	outline:none;
	resize:none;
}

.message_box .right_message .mess_content a.submit{
	display:inline-block;
	line-height:40px;
	font-size:14px;
	color:#ffffff;
	text-align:center;
	padding:0;
	margin-left:15px;
	margin-bottom: 15px;
	background:rgba(17,16,16,0.8);
}

@media screen and (max-width:568px){

.message_box .right_message{
	padding:0;
}

.message_box .right_message .mess_content{
	background:url(../img/liuyanbg.jpg)center no-repeat;
	padding:10px;
	background-size:cover;
	margin-bottom:15px;
}

.message_box .right_message .mess_content ul li {
    margin:10px 0;
}

.message_box .right_message .mess_content a.submit {
    margin-left:0;
}

}

/*-------------------------------contact_box------------------------------------*/
.contact_box .contact_list{
}

.contact_box .contact_list .c_title{
	padding:5px 10px;
	box-sizing:border-box;
	border-bottom:1px solid #e8e8e8;
}

.contact_box .contact_list .c_title span{
	font-size:20px;
	color:#1c1c1c;
	padding-left:10px;
	border-left:2px solid #1c1c1c;
	font-weight:bold;
}

.contact_box .contact_list .c_title p{
	font-size:14px;
	coloe:#333;
	margin:0 0 0 15px;
}

.contact_box .contact_list ul{
	margin-top:10px;
}

.contact_box .contact_list ul li{
	padding:0 10px;
	box-sizing:border-box;
}

.contact_box .contact_list ul li h5{
	font-size:16px;
	color:#111010;
	font-weight:normal;
	margin:0;
	padding:5px;
}

.contact_box .contact_list ul li p{
	font-size:14px;
	color:#585858;
	margin:0;
	padding:5px
}

.map{
	margin-bottom:30px;
}

@media screen and (max-width:568px){

.contact_box .contact_list ul li{
	padding:5px 5px 5px 10px;
}

.contact_box .contact_list ul li h5{
	padding:8px 0 8px 30px;
}

.contact_box .contact_list ul li p{
	padding:8px 0 8px 30px;
}

}

