.wp{
	width: 1160px;
	margin: 0 auto;
}
.w1500{
	width: 1500px;
	margin: 0 auto;
}
/*header*/
header{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 999;
	width: 100%;
	height: 88px;
	background: rgba(46,46,46,.58);
}
.logo{
	width: 20%;
	float: left;
}
.header_tel{
	width: 20%;
	text-align: right;
	float: right;
	padding-top: 33px;
}
nav{
	width: 60%;
	float: left;
}
nav ul li a{
	padding: 0 32px;
	float: left;
	line-height: 88px;
	transition: .5s;
	display: block;
	font-size: 16px;
	color: #ffffff !important;
}
nav ul li.active a,
nav ul li:hover a{
	background: #ffcc00;
}
/*footer*/
footer{
	padding: 60px 0 25px;
	background: #3c3938;
}
.footer_top{
    padding-bottom: 30px;
    margin-bottom: 25px;
	border-bottom: 1px solid #626160;
}
.footer_img{
	width: 500px;
	float: left;
}
.footer_img img{
	float: left;
}
.footer_tel{
    float: left;
    margin-left: 60px;
    margin-top: 63px;
    padding-left: 85px;
    background: url(../images/icon_tel.png) no-repeat 45px 0;
    border-left: 2px solid #fff;
}
.footer_tel h5{
	font-size: 24px;
	color: #fff;
	margin-bottom: 10px;
}
.footer_tel p{
	font-size: 14px;
	color: rgba(255,255,255,.3);
}
.footer_info{
	float: right;
}
.footer_gz{
	width: 370px;
	float: left;
}
.footer_gz h5,
.footer_about h5{
	font-size: 16px;
	color: #fff;
	margin-bottom: 15px;
}
.footer_gz ul li{
	width: 50%;
	float: left;
	margin-top: 15px;
}

.footer_about ul li{
	float: left;
	width: 100%;
	margin-top: 15px;
}
.footer_gz ul li a,
.footer_about ul li a{
	display: block;
	font-size: 14px;
	color: #b4b4b4;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	transition: .5s;
}
.footer_gz ul li:hover a,
.footer_about ul li:hover a{
	color: #fff;
}
.footer_about{
    float: left;
    padding: 0 30px;
    width: 170px;
}
.footer_bottom p{
	font-size: 14px;
	color: #b4b4b4;
	text-align: center;
	line-height: 25px;
}
.footer_meta{
	padding: 15px 0 5px;
	background: #2a2828;
	text-align: center;
}
.footer_meta p{
	margin-bottom: 10px;
	font-size: 14px;
	color: #aaaaaa;
}
.footer_meta a{
	font-size: 14px;
	color: #aaaaaa;	
}
/*index_body*/
.index_top{
	padding: 35px 0;
	background: url(../images/index_why_bg.jpg) repeat left top;
	border-bottom: 1px solid #dedede;
}
.index_top ul li{
	border-left: 1px solid #dbdbdb;
	width: 25%;
	text-align: center;
	float: left;
}
.index_top ul li:last-of-type{
	border-right: 1px solid #dbdbdb;
}
.index_top ul li h5{
	font-size: 30px;
	color: #363636;
	margin-bottom: 8px;
}
.index_top ul li h5 font{
	font-size: 16px;
	color: #7e7e7e;
}
.index_top ul li p{
	font-size: 16px;
	color: #979797;
}
.index_about{
	padding: 60px 0;
}
.in_about_img{
	width: 500px;
	float: left;
	border: 6px solid #ffcc00;
}
.in_about_info{
	float: right;
	width: 640px;
	border: 1px solid #dcdcdc;
	position: relative;
	padding: 37px 22px 13px 22px;
}
.in_about_info b{
	position: absolute;
	width: 120px;
	height: 42px;
	left: 0;
	top: 0;
	background: #FFCC00;
	text-align: center;
	display: block;
	line-height: 42px;
	color: #fff;
	font-size: 18px;
}
.in_about_info p{
	margin-top: 10px;
	font-size: 14px;
	color: #a2a2a2;
	line-height: 25px;
}
.index_title{
	padding-top: 20px;
	margin-bottom: 45px;
	text-align: center;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
}
.index_title h5{
	font-size: 26px;
	color: #454444;
	font-weight: bold;
}
.index_title p{
	margin-top: 20px;
	display: inline-block;
	padding: 8px 20px;
	border-radius: 4px;
}
.index_service{
	padding: 60px 0;
	background: url(../images/index_service_bg.jpg) no-repeat center top;
}
.index_service .index_title{
	background-image: url(../images/index_service_title_bg.png);
}
.index_service .index_title p{
	background: #ed7d32;	
	color: #fff;
}
.in_service_main ul li{
	width: 195px;
	margin-right: 125px;
	float: left;
	text-align: center;
	position: relative;
}
.in_service_main ul li::before{
    content: " ";
    width: 127px;
    height: 20px;
    background: url(../images/index_service_li_bg.png) no-repeat center top;
    right: -127px;
    display: block;
    top: 100px;
    position: absolute;
}
.in_service_main ul li:nth-child(4n+4){
	margin-right: 0;
}
.in_service_main ul li:nth-child(4n+4)::before{
	display: none;
}
.in_service_main ul li:nth-child(1),
.in_service_main ul li:nth-child(2),
.in_service_main ul li:nth-child(3),
.in_service_main ul li:nth-child(4){
	margin-bottom: 65px;
}
.in_service_main ul li p{
	margin-top: 20px;
	font-size: 20px;
	color: #525252;
	font-weight: bold;
}
.index_stand{
	padding: 30px 0px;
}
.index_stand .index_title{
	background-image: url(../images/index_stand_title_bg.png);
}
.index_stand .index_title p{
	background: #FFCC00;	
	color: #fff;
}
.in_stand_main ul li{
	width: 320px;
	float: left;
	text-align: center;
	margin-bottom: 30px;
	margin-right: 100px;
}
.in_stand_main ul li h5{
	margin: 10px 0;
	font-size: 16px;
	font-weight: bold;
	color: #797979;
}
.in_stand_main ul li h5 font{
	font-size: 30px;
	font-weight: bold;
	color: #ed7d32;
	margin-right: 5px;
}
.in_stand_main ul li p{
	font-size: 14px;
	font-weight: bold;
	color: #c4c3c3;
}
.in_stand_main ul li:nth-child(3n+3){
	margin-right: 0;
}
.index_why{
	padding: 22px 0;
	background: url(../images/index_why_bg.jpg) repeat left top;
}
.in_why_main{
	padding: 50px 0;
	background: #FFCC00;
}
.in_why_info{
	display: block;
	text-align: center;
	margin-bottom: 50px;
}
.in_why_info h4{
	font-size: 36px;
	color: #fff;
}
.in_why_info h5{
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	margin: 20px 0;
}
.in_why_info p{
	font-size: 14px;
	color: #fff;
	line-height: 25px;
}
.in_why_img{
	display: block;
}
.in_why_img ul li{
	width: 24%;
	float: left;
	text-align: center;
	margin-right: 1.3333%;
}
.in_why_img ul li:last-of-type{
	margin-right: 0;
}
.in_why_img ul li img{
	border: 5px solid #fff;
	border-radius: 8px;
}
.in_why_img ul li h5{
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	margin: 20px 0 10px;
}
.in_why_img ul li p{
	font-size: 14px;
	color: #fff;
}
.index_jj{
	padding: 60px 0  100px;
	background: url(../images/index_jj_bg.jpg) no-repeat center bottom;
}
.in_jj_title{
	margin-bottom: 60px;
	text-align: center;
}
.in_jj_title h5{
	font-size: 30px;
	color: #000;
	margin-bottom: 25px;
}
.in_jj_title p{
	text-align: center;
}
.in_jj_title p a{
	display: inline-block;
	width: 120px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	border: 1px solid #ddd;
	font-size: 16px;
	color: #343434;
	transition: .5s;
}
.in_jj_title p a.active{
	background: #FFCC00;
	border: 1px solid #FFCC00;
	color: #fff;
}
.in_jj_img{
	width: 514px;
	float: left;
	height: 318px;
	background: url(../images/index_jj_img_bg.png) no-repeat left top;
}
.in_jj_img span{
	display: block;
	overflow: hidden;
	margin: 65px 0 0 84px;
	width: 430px;
	height: 212px;
	transition: .5s;
	background-image: url(../images/index_jj_img.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	transition: .5s;
}
.in_jj_info{
	width: 520px;
	float: right; 
}
.in_jj_li{
	margin-bottom: 40px;
}
.in_jj_li:last-of-type{
	margin-bottom: 0;
}
.in_jj_li h5{
	font-size: 16px;
	color: #000000;
	margin-bottom: 20px;
}
.in_jj_li p{
	font-size: 20px;
	margin-bottom: 10px;
	color: #000000;
}
.in_jj_li_gg ul li{
	float: left;
	text-align: center;
	margin-right: 20px;
}
.in_jj_li_gg ul li h6{
	font-size: 16px;
	color: #000;
	margin-bottom: 10px;
}
.in_jj_li_gg ul li span{
	display: inline-block;
	font-size: 16px;
	color: #9a9a9a;
}
.in_jj_li font{
	font-size: 16px;
	display: block;
	line-height: 30px;
	color: #9A9A9A;
}
.in_jj_list{
	display: none;
}
.in_jj_list.active{
	display: block;
}
.index_fen{
	text-align: center;
}
.index_eval{
	padding: 80px 0;
	background: url(../images/index_eval_bg.jpg) no-repeat center;
}
.in_eval_l{
	width: 504px;
	float: left;
	text-align: right;
	padding-top: 50px;
}
.in_eval_l h5{
	font-size: 36px;
	color: #a0a0a0;
	font-weight: bold;
}
.in_eval_l p{
	margin: 12px 0;
	font-size: 18px;
	color: #a0a0a0;
}
.in_eval_l font{
	display: inline-block;
	width: 125px;
	height: 42px;
	text-align: center;
	line-height: 42px;
	background: #FFCC00;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 50px;
}
.in_eval_box{
	border: 2px solid #FFCC00;
	overflow: hidden;
	position: relative;
}
.in_eval_box ul{
	width: 400%;
	position: relative;
}
.in_eval_box ul li{
	width: 25%;
	float: left;
}
.in_eval_span{
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 40px;
}
.in_eval_span span{
	float: left;
	width: 7px;
	height: 7px;
	background: #fff;
	transition: .5s;
	display: block;
	margin-left: 3px;
}
.in_eval_span span.active{
	background: #FF5400;
}
.in_eval_r{
	width: 590px;
	float: right;
	margin: 10px;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.17);
	padding: 30px 45px 0 45px;
	overflow: hidden;
	position: relative;
	background: #fff;
	height:420px;
}

.in_eval_r_box{
	position: relative;
	height: 555px;
}
.in_eval_r_box .in_eval_r_li{
	height: 120px;
	margin-bottom: 15px;
	border-bottom: 1px solid #e5e5e5;
}
.in_eval_r_box .in_eval_r_li .in_eval_r_li_tou{
	margin-bottom: 10px;
}
.in_eval_r_box .in_eval_r_li .in_eval_r_li_tou span{
	float: left;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 10px;
}
.in_eval_r_box .in_eval_r_li .in_eval_r_li_tou h5{
	font-size: 14px;
	color: #505050;
    padding: 3px 0 0;
}
.in_eval_r_box .in_eval_r_li .in_eval_r_li_tou h5 font{
	display: block;
	font-size: 12px;
	color: #939393;
	margin-top: 10px;
}
.in_eval_r_box .in_eval_r_li p{
	font-size: 14px;
	color: #666666;
	line-height: 25px;
}
.index_product{
	padding: 65px 0;
	background: url(../images/index_case_bg.png) no-repeat center bottom #f4f4f4;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #DCDCDC;
}
.index_product .index_title{
	background-image: url(../images/index_case_title_bg.png);
}
.in_product_main{
	position: relative;
}
.in_pro_btn{
	width: 30px;
	height: 109px;
	display: block;
	background: #e4e4e4;
	position: absolute;
	cursor: pointer;
	top: 0;
	text-align: center;
	transition: .5s;
}
.in_pro_btn i{
	line-height: 109px;
	color: #fff;
	font-size: 20px;
}
.in_pro_prev{
	left: -50px;
}
.in_pro_next{
	right: -50px;
}
.in_pro_btn:hover{
	background: #FFCC00;
}
.in_pro_box{
	overflow: hidden;
}
.in_pro_box ul{
	position: relative;
	width: 200%;
}
.in_pro_box ul li{
	width: 7.333333%;
	float: left;
	margin: 0 0.5%;
	border: 1px solid #c8c8c8;
	text-align: center;
	transition: .5s;
	overflow: hidden;
}
.in_pro_box ul li img{
	transition: .8s;
}
.in_pro_box ul li:hover{
	border: 1px solid #FFCC00;
}
.in_pro_box ul li:hover img{
	transform: scale(1.1);
}
.in_pro_qy{
	margin-top: 65px;
	text-align: center;
}
.in_pro_qy h5{
	font-size: 20px;
	color: #555555;
	font-weight: bold;
	margin-bottom: 40px;
}
.in_pro_qy p{
	margin-bottom: 15px;
}
.in_pro_qy p span{
	display: inline-block;
	width: 154px;
	height: 71px;
	text-align: center;
	background: url(../images/index_case_li_box.png) no-repeat center;
	font-size: 16px;
	color: #9a9a9a;
	margin: 0 15px;
    line-height: 56px;
    font-weight: bold;
	
}
.index_news{
	padding: 50px 0;
}
.index_news .index_title{
	background-image: url(../images/index_news_title_bg.png);
}
.in_news_list{
	width: 45%;
	float: left;
}
.in_news_list:nth-child(odd){
	margin-right: 10%;
}
.in_news_title{
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #cdcdcd;
}
.in_news_title span{
	float: left;
	font-size: 18px;
	color: #828282;
	font-weight: bold;
}
.in_news_title span font{
	display: inline-block;
	margin-left: 10px;
	font-size: 14px;
	color: #a6a6a6;
}
.in_news_title a{
	float: right;
	font-size: 14px;
	color: #a6a6a6;
	line-height: 18px;
}
.in_news_img{
	padding-bottom: 15px;
	border-bottom: 1px dashed #cdcdcd;
}
.in_news_img_l{
	width: 47%;
	float: left;
}
.in_news_img_r{
    width: 53%;
    float: left;
    padding-left: 20px;
    padding-top: 8px;
}
.in_news_img_r h5 a{
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 16px;
	color: #232323;
	transition: .5s;
}
.in_news_img_r h5 a:hover{
	color: #FFCC00;
}
.in_news_img_r samp{
	display: block;
	width: 35px;
	height: 2px;
	background: #FFCC00;
	margin: 15px 0;
}
.in_news_img_r p{
	font-size: 14px;
	line-height: 25px;
	height: 100px;
	overflow: hidden;
}
.in_news_li ul li{
	display: block;
	position: relative;
	padding-left: 25px;
	height: 40px;
	position: relative;
	border-bottom: 1px dashed #cdcdcd;
}
.in_news_li ul li::before{
	content: " ";
    position: absolute;
    left: 3px;
    top: 16px;
    border-left: 7px solid #7f7f7f;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    transition: .5s;
}
.in_news_li ul li a{
	display: block;
	width: 80%;
	float: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 14px;
	color: #7c7c7c;
	transition: .5s;
	line-height: 40px;
}
.in_news_li ul li font{
	width: 20%;
	display: block;
	text-align: right;
	float: right;
	font-size: 14px;
	color: #787878;
	line-height: 40px;
}
.in_news_li ul li:hover a{
	color: #FFCC00;
}
.in_news_li ul li:hover::before{
	border-left: 7px solid #FFCC00;
}
.links{
	padding: 0px 0 30px 0;
}
.links_main{
	border: 1px solid #e5e5e5;
	padding: 15px 15px 5px;
}
.links_main span,
.links_main a{
	float: left;
	display: inline-block;
	margin-right: 10px;
	font-size: 14px;
	margin-bottom: 10px;
	transition: .5s;
}
.links_main span{
	color: #FFCC00;
}
.links_main a{
	color: #797979;
}
.links_main a:hover{
	color: #FFCC00;
}