body{
	margin: 0;
	padding: 0;
	font-family:Microsoft Yahei;
	    overflow-x: hidden;
}
ul,li,div,p,h2,h3{
	margin: 0;
	padding: 0;
}
li{
	list-style: none;
}
img{
	display: block;
	width: auto;
	height: auto;
}
.body{
	width: 100%;
	margin: auto;
}
.scope,.ksqy,.d_ss_q{
	margin: 0 auto;
	max-width: 90%;
}
a{
	text-decoration: none;
}
.body{
	width: 100%;
	height:auto;	
}

/* 首页开始 */

.header .header_top{
	height: 30px;
	background-color: #1c71b8;
}
.header .header_top p{
	line-height: 30px;
	font-size: 13px;
	color: #fff;
	height: 30px;
}
.header .header_top .header_top_hy{
	float: left;
	width: 55%;
	overflow: hidden;
	
}
.header .header_top .header_top_ph{
	float: right;
	text-align: right;
	width: 45%;
	overflow: hidden;
}
.nav_sj{
	display: block;
	overflow: hidden;
	width: 100%;
	height: auto;	
}
.nav_logo_sj{
	width: 90%;
	height: auto;
	padding: 1.8% 0 0 0;
	float: left;
}
.nav_logo_sj>a>img{
	width: 6.25rem;
	height: auto;
}
.nav_dh{
	width: 10%;
	height: auto;
	padding: 10px 0 0 0;
	float: left;
}
.nav_dh img{
	width: 100%;
	margin-top: -7px;
}
.nav_ul_sj{
	overflow: hidden;
	width: 100%;
	height: auto;
	background: rgba(0,0,0,0.6);
	display: none;
	position: absolute;
	z-index: 99999;
	left: -1px;
	top:12%;
	padding: 0 0 10px 0;
}
.nav_ul_sj li{
	width: 90%;
	height: 40px;
	list-style: none;
	line-height: 40px;
	text-indent: 20px;
}
.nav_ul_sj li a{
	font-size: 15px;
	color: #fff;
}
.banner{
	width: 100%;
	height: auto;
	background: url(../images/banner.jpg) top center;
}
.banner img{
	width: 100%;
}
.nav{
	
	background-color: #1c71b8;
}
.nav ul{
	overflow: hidden;

}
.nav ul li{
	float: left;
	width: 20%;
}

.nav ul li img{
	/* width: 80%; */
	max-height: 50px;
	margin: 0 auto;
	padding: 12% 0;
}
.nav ul li img:nth-child(1){
	display:block;
}
.nav ul li img:nth-child(2){
	display: none;
}


.content{
	display: none;
	height: auto;
	background-color: #eff4f8;
}
.content .content_left{
	width: 100%;
	padding: 4% 0 2% 0; 
}
.content .content_left img{
	width: 100%;
}
.content .content_right{	
	width: 100%;
}
.content .content_right h3{
	padding-top: 3.5%;
	text-align: center;
	font-size: 20px;
	color: #eb891a;
}
.content .content_right p{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	/* padding:0 6% 0 6%; */
	margin: 4.5% auto 0;
	font-size: 14px;
	color: #808080;
	line-height: 23px;
}
.content .content_right span{
	display: block;
	margin-top: 8%;
	text-align: center;	
	padding-bottom: 5%;
}
.content .content_right span a{
	color: #eb891a;
	font-size: 15px;
}
.on{
	display: block;
}
.nav .cur{
	background-color: #FFFFFF;
}
.nav ul .cur img:nth-child(1){
	display: none;
}
.nav ul .cur img:nth-child(2){
	display: block;
}



.about{
	height: auto;
	background: url(../images/jjbj.jpg);
	overflow: hidden;
}
.about .about_left{
	width: 100%;
	margin: 0 auto;
}
.about .about_left h2{
	padding-top: 9%;
	color: #FFFFFF;
	margin-bottom: 3%;
}
.about .about_left img{
	max-width: 100%;
}
.about .about_left p{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 7;
	overflow: hidden;
	padding-top: 2%;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 30px;
}
.about .about_left .button{
	width: 40%;
	height: auto;
	text-align: center;
	line-height: 40px;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	margin-top: 2.5%;
}
.about .about_left .button a{
	color: #FFFFFF
}
.about .about_right{
	width: 100%;
	padding: 8% 0;
}
.about .about_right img{
	width: 100%;
}
.about .about_left .button:hover{
	
}



.news_head{
	height: 90px;
	position: relative;
}
.news_head p{
	display: inline-block;
	border: 1px solid #d9d9d9;
	padding: 1%;
	color: #1C71B8;
	font-size: 30px;
	background: #FFFFFF;
	position: absolute;
	left:50%;
	bottom: -27%;
	margin-left: -115px;
	
}
.news_head p span{
	font-size: 28px;
	color: #c6c6c6;
	

}
.news_content{
	border-top: 1px solid #d9d9d9;
	overflow: hidden;
	padding-bottom: 8%;
	padding-top: 60px;
}
.news_content_left{
	width: 100%;
	margin-bottom: 4%;
	/* margin-top: 1.6%; */
}
.news_content_left img{
	width: 100%;
	height: 100%;
	
}
.news_content_right{
	float: right;
	width: 100%;
}
.news_list{
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #c6c6c6; 
	padding-bottom: 3%;
	cursor: pointer;
}
.news_list:nth-child(3){
	width: 100%;
	overflow: hidden;
	border: none;
	padding-bottom: 3%;
}
.news_list .news_time{
	display: inline-block;
	width: 24%;
	float: left;
	color: #666666;
	text-align: center;
	background-color: #f2f2f2;
	margin-top: 3%;
	padding-bottom:3%;
}
.news_list:nth-child(1) .news_time{
	display: inline-block;
	float: left;
	color: #666666;
	text-align: center;
	background-color: #f2f2f2;
	margin-top: 0;
	padding-bottom: 3%;
}
.news_list .news_time span{
	display: inline-block;
	width: 100%;
	color: #666666;
	font-size: 32px;
	padding-top: 20%;
	line-height: 32px;
}
.news_list .news_time p{
	color: #666666;
	font-size: 16px;
	margin-bottom: 18%;
}
.news_list .news_text{
	float: right;
	width: 70%;
	padding-top: 6%;
	padding-left: 3%;
	padding-right: 3%;
}
.news_list:nth-child(1) .news_text{
	padding-top: 2%;
}


.news_list:hover .news_list a{
	color: #1C71B8;
}
.news_list .news_text a{
	color: #666666;
}
.news_list .news_text p:nth-child(1){
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	font-size: 15px;
	color: #666666;
	margin-bottom: 2%;
}
.news_list .news_text p:nth-child(2){
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-size: 14px;
	color: #666666;
}
.news .news_content_left img{
	display: none;
}
.news .news_content_left .on{
	display: block;
}
.cur .news_text p{
	color: #EB891A;
}
.cur .news_text a{
	color: #666666;
}


.footer{
	background-color: #384555;
}
.footer .scope>p{
	color: #cccccc;
	font-size: 14px;
	padding-top: 2%;
}
.footer .scope>p a{
	display: inline-block;
	color: #cccccc;
}
.footer_content{
	overflow: hidden;
}
.footer_left{
	margin-top: 8%;
	width: 96%;
	height: auto;
	background: url(../images/biankuang.png) no-repeat;
	background-size: 100% 100%;
	padding: 2%;
	
}
.footer_left p{
	color: #CCCCCC;
}
.footer_left p:nth-child(1){
	font-size: 16px;
}
.footer_left p:nth-child(2){
	font-size: 15px;
}
.footer_left p:nth-child(3){
	font-size: 14px;
	line-height: 19px;
	padding-top: 19px;
}
.footer_left p:nth-child(4){
	font-size: 14px;
	line-height: 19px;
	padding-top: 19px;
}
.footer_wm{
	width: 100%;
	margin-top: 6%;
}
.footer_wm img{
	margin: 0 auto;
	margin-top: 10%;
}
.footer_wm p{
	text-align: center;
	padding-top: 4%;
	color: #CCCCCC;
}

.footer_right{
	padding-top: 10%;
	text-align: center;
	padding-bottom: 10%;
}
.footer_right p:nth-child(1){
	color:#CCCCCC;
	font-size: 15px;
}
.footer_right p:nth-child(2){
	color:#FFFFFF;
	font-size: 30px;
}
.footer_right p:nth-child(3){
	color:#CCCCCC;
	font-size: 14px;
}
/* 首页结束 */

/* 关于我们开始 */
.about_content{
	width: 100%;
}
.about_banner{
	width: 100%;
	overflow: hidden;
}
.about_banner img{
	width: 100%;
	overflow: hidden;
}

.anout_us{
	padding-top: 2.5%;
	overflow: hidden;
	padding-bottom: 3.5%;
}
.about_us_left{
	width: 100%;
	/* margin-left: -196px; */
	overflow: hidden;
	margin-bottom: 12px;
}
.about_us_top{
	width: 40%;
	height: 130px;
	background: url(../images/aboutbj.png) no-repeat;
	float: left;
}
.about_us_top p{
	padding-left: 13px;
	color: #FFFFFF;
}
.about_us_top p:nth-child(1){
	font-size: 14px;
	padding-top: 40px;
}
.about_us_top p:nth-child(2){
	font-size: 24px;
}
.about_us_left ul{
	width: 60%;
	background-color: #fafafa;
	float: left;
}
.about_us_left ul li{
	float: left;
	width: 30%;
	height: 42.5px;
	padding-left: 29px;
	border-bottom: 1px dashed #b2b2b2;
	background: url(../images/sj.png) no-repeat 13px;
	margin-left: 3.5%;
}
.about_us_left ul li a{
	width: 100%;
	line-height: 50px;
	color: #666666;
	font-size: 14px;
	 overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
}
.about_us_left ul a:hover{
	color: #f1922e;
}
.about_us_right{
	max-width: 960px;
	/* float:right; */
}
.about_us_right_top{
	overflow: hidden;
	text-align: center;
	line-height: 30px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 8px;
}
.about_us_right_top p,.about_us_right_top img{
	float: left;
}
.about_us_right_top img{
	padding-top: 8px;
}
.about_us_right_top .about_us_right_top_xz{
	font-size: 20px;
	color: #1c71b8;
	padding-left: 10px;
}
.about_us_right_top .mbx{
	float: right;
	font-size: 14px;
	color: #666;
}
.about_us_right_top .mbx a{
	font-size: 14px;
	color: #666;
}
.about_us_right_top .mbx a:hover{
	font-size: 14px;
	color: #EB891A;
}
.about_us_right>p{
	padding: 0 2% 0 2%;
	font-size: 14px;
	color: #666666;
	text-indent: 2em;
	line-height: 28px;
}
.about_us_right>p:nth-child(2){
	margin-top: 28px;
}
.about_us_right>.about_us_img li{
	width: 100%;
	/* width: 20%; */
	height: 2%;
	
}
.about_us_right>.about_us_img li img{
	width: 100%;
	margin-top:10px;
}
/* 关于我们结束 */

/* 客户案例开始 */
.cc_banner{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.cc_banner img{
	width: 100%;
	height: auto;
}
.cc_list li{
	height: 60px;
	border-bottom: 1px dashed #EEEEEE;
	overflow: hidden;
}
.cc_list li a{
	font-size: 15px;
	line-height: 60px;
	color: #333333;
}
.cc_list li a:hover{
	color: #EB891A;
}
.cc_fy{
	margin-top: 24px;
}
.cc_fy li{
	display: inline-block;
	padding: 0.2% 1.5%;
	text-align: center;
	line-height: 30px;
	border: 1px solid #EEEEEE;
	font-size: 12px;
	color: #666666;
}
.cc_fy li a{
	color: #666666;
}
.cc_fy .cc_fy_h{
	background-color: #1c71b8;
}
.cc_fy .cc_fy_h a{
	color: #FFFFFF;
}
/* 客户案例结束 */

/* 联系我们开始 */
.con_content_l{
	padding-top: 5px;
}
.con_content_l_left{
	width: 100%;
	padding-top: 2%;
}
.con_content_l_left p{
	font-size: 14px;
	color: #666666;
	line-height: 26px;
	padding-bottom: 12px;
}
.con_content_l_right{
	width: 100%;
}
.con_content .ly{
	font-size: 18px;
	color: #1C71B8;
	line-height: 18px;
	padding-top: 18px;
}
.con_content textarea{
	width: 98%;
	margin-top: 20px;
	border: 1px solid #b5b5b5;
}
.con_content input{
	margin-top: 14px;
    width: 124px;
    height: 42px;
    line-height: 40px;
    text-align: center;
    background: #1C71B8;
    font-size: 16px;
    color: #FFFFFF;
	border: none;
}
/* 联系我们结束 */

/* 资料下载开始 */
.d_us_right_top{
	overflow: hidden;
	line-height: 30px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 8px;
}
.d_ss{
	width: 100%;
	text-align: left;
	padding-top: 40px;
}
.d_ss .d_ss_a{
	width: 174px;
	height: 21px;
	border:1px solid #d9d9d9;
}
.d_ss .d_ss_b{
	width: 48px;
	height: 25px;
	border:1px solid #d9d9d9;
	background-color: #FFFFFF;
	border-radius: 2px;
}
.d_con{
	overflow: hidden;
}
.d_list{
	width: 100%;
}
.d_list li{
	height: 44px;
	border-bottom: 1px dashed #EEEEEE;
	overflow: hidden;
	background: url(../images/wj.png) no-repeat 12px center;
	padding-left: 40px;
}
.d_list li a{
	width: 100%;
    display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 15px;
	line-height: 44px;
	color: #333333;
}
.d_list li a:hover{
	color: #EB891A;
}
.d_ss_q .mbx{
	float: left;
}
/* 资料下载结束 */

/* 新闻开始 */
.news_list_n li{
	
	padding: 11px 0 11px 0;
	border-bottom: 1px dashed #808080;
	overflow: hidden;
}
.news_list_n li img{
	float: left;
	width: 20%;
	height: auto;
	margin-right: 2%;
}
.news_list_n a{
	float: left;
	width: 78%;
	display: block;
	font-size: 15px;
	color: #333333;
	line-height: 20px;
	margin-top: 4px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news_list_n a:hover{
	color: #EB891A;
}
.news_list_n p{
	width: 100%;
	float: left;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	font-size: 14px;
	color: #666666;
	line-height: 14px;
	margin-top: 6px;
	
}

/* 新闻结束 */

/* 新闻详情开始 */
.nd_content_h{
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #B2B2B2;
	padding-top: 28px;
}
.nd_content_h h2{
	font-size: 18px;
	font-weight: normal;
	line-height:22px;
	color: #404040;
}

.nd_content_h p{
	font-size: 14px;
	font-weight: normal;
	line-height: 48px;
	color: #666666;
}
.nd_content_con{
	padding-top: 18px;
	padding-bottom: 20px;
}
.nd_content_con p{
	font-size: 14px;
	line-height: 32px;
	color: #666666;
}
.nd_content_con img{
	max-width: 100%;
	margin-top: 15px;
}
/* 新闻详情结束 */

/* 服务项目开始 */
.si_banner{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.si_banner img{
	width: 100%;
	height: auto;
}
.si_us_nr{
	margin-bottom: 62px;
}
.si_us_nr .scope>.mbx{
	text-align: right;
	padding: 44px 0 32px 0;
}
.si_us_nr .scope>.mbx, .si_us_nr .scope>.mbx a{
	font-size: 14px;
	color: #666;
}
.si_us_nr .scope>.mbx a:hover{
	color: #EB891A;
}
.si_us_nr .si_us ul{
	overflow: hidden;
}
.si_us .si_us_nav li{
	float: left;
	width: 150px;
	height: 47px;
	background-color: #1c71b8;
	border-radius: 25px;
	text-align: center;
	line-height: 47px;
	font-size: 18px;
	color: #FFFFFF;
	margin-right: 2.08%;
	margin-top: 12px;
	cursor: pointer;
}
.si_us_nr .si_us .si_us_nav .cur{
	background-color: #EB891A;
}
.si_us_top{
	overflow: hidden;
	text-align: center;
	line-height: 30px;
	padding-top: 46px;
	padding-bottom: 24px;
}
.si_us_top p,.si_us_top img{
	float: left;
}
.si_us_top img{
	padding-top: 8px;
}
.si_us_top p{
	font-size: 20px;
	color: #1c71b8;
	padding-left: 10px;
	font-weight: bold;
}
.si_us_bottom p{
	font-size: 15px;
	color: #808080;
}
.si_us_bottom img{
	max-width: 100%;
	display: block;
	margin-top: 15px;
}
.si_us_con{
	display: none;
}
.si_us .on{
	display: block;
}
/* 服务项目结束 */

/* 荣誉资质开始 */
.about_us_zs{
	width: 100%;
	overflow: hidden;
	margin-top: 30px;
}
.about_us_zs li{
	width: 100%;
	margin-bottom: 25px;
}
.about_us_zs .about_us_zs_a{
	margin-right: 0;
}
.about_us_zs li img{
	width: 100%;
	height: auto;
}
.about_us_zs p{
	background-color: #B2B2B2;
	text-align: center;
	font-size: 16px;
	line-height: 38px;
	cursor: pointer;
}
.about_us_zs p:hover{
	background-color: #1C71B8;
}
/* 荣誉资质结束 */

/* 分公司及办事处开始 */
.bsc{
	width: 100%;
	border-bottom: 2px solid #eaeaea;
	padding-top: 52px;
	padding-bottom: 10px;
	overflow: hidden;
}
.bsc p{
	width: 100%;
	font-size: 14px;
	color: #4C4C4C;
	line-height: 22px;
}
.bsc .bsc_a{
	font-size: 18px;
	color: #1C71B8;
	 overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
}
.bsc .bsc_b{
	margin-top: 23px;
	 overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
}
.bsc .bsc_c{
	width: 70px;
	float: left;
}
.bsc .bsc_d{
	width: 80%;
	margin-left: 70px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.fgs li{
	max-width: 100%;
	min-width: 100%;
	border-bottom:2px solid #eaeaea;
	padding-bottom: 10px;
	padding-top: 52px;
	padding-top: 23px;
}

.fgs li .fgs_a{
	font-size: 18px;
	color: #1C71B8;
}
.fgs li .fgs_b{
	
	font-size: 14px;
	color: #4C4C4C;
	line-height: 24px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

/* 分公司及办事处结束 */

/*加入我们开始*/
.j_us{
	padding-top:53px; 
}
.j_us_zw{
	width: 100%;
	height: 85px;
	background: #f5f4f4;

}
.j_us_zw_img{
	height: 85px;
	width: 17px;
	float: left;
	margin-left:25px;
	margin: auto 0 ; 
}
.j_us_zw_img img{
	padding-left:25px;
	padding-top: 35.5px;
}
.j_us_zw_p{
	padding-left: 66px;
}
	
.j_us_zw_p p{
	float: left;
}
.j_us_zw .j_us_zw_a{
	width: 100%;
	padding-top: 24px;
	font-size: 16px;
	color:#333333; 
}
.j_us_zw .j_us_zw_b,.j_us_zw_c{
	width: 270px;
	font-size: 12px;
	line-height: 17px;
	color:#888888; 
}
.j_us_js{
	background: #fbfbfb;
	padding-left: 66px;
	display: none;
	padding-top: 37px;
	padding-bottom: 37px;
}
.j_us_js p{
	font-size: 14px;
	color: #333333;
	line-height: 28px;
}
.j_us .cur{
	display: block;
}
.j_us_a{
	padding-top: 30px;
}
/*加入我们结束*/


.header_bottom{display: none;}
.nav_sj{display: block;}
.dd_list{display: none;}

/* 客服 */
.float_qq{ position:absolute; top:260px; right:0; width:50px; height:203px; z-index:6666;}
.float_qq a{text-decoration:none;}
.float_qq li{ width:auto; height:50px; z-index:20;}
.qq_drop_down{display: none;width:60px;height: 52px;text-align: center;}
.float_qq li.float_qq1,.float_qq li.float_qq4{ position:absolute; left:0; width:62px;}
.float_qq li.float_qq1{ top:156px;}
.float_qq li.float_qq2{ position:absolute; top:0; left:0; width:126px;}
.float_qq li.float_qq3,.float_qq li.float_qq5{ position:absolute; top:52px; left:0; width:220px;}
.float_qq li.float_qq4{ top:104px;}
.float_qq li.float_qq5{top:51px;}
.float_qq4{ position:absolute; top:153px; left:0;}
.float_qq li a{ display:block;color:#FFF; font-size:14px; height:50px; line-height:50px; overflow:hidden; background-color:#000; opacity:0.8; border-radius:6px;}
.float_qq li a img{ display:block; float:left; vertical-align:middle; width:24px; height:24px; margin:12px 12px 14px 14px;}
.float_qq li a:hover{ background-color:#1882cc; opacity:1;}
.float_shwx{ position:absolute; top:15px; left:-160px; background:url(../images/float_wxbd.png) no-repeat top right; width:130px;display:none;background:#fff;border:1px solid #dadada;padding:14px;border:1px solid #ccc;line-height:20px;text-align: center;}
.float_shwx img{ display:block;background-color:#fff;width:130px; height:130px;margin-bottom:5px;}
.float_shwx p{font-size:14px;}
.float_qq1 a{ cursor:pointer;}