.form_baojia{
	width: 100%;
	padding: 70px 0;
	background: url(/skin/img/baojia/baojia_bg.jpg) top center no-repeat;
	/*padding-top: 170px;*/
}
.df {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.fc {
    flex-direction: column;
    -webkit-flex-direction: column;
}
.fr {
    flex-direction: row;
    -webkit-flex-direction: row;
}
.jf {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}
.jc {
    justify-content: center;
    -webkit-justify-content: center;
}
.js {
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.fw {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.ac {
    align-items: center;
    -webkit-align-items: center;
}
.af {
    align-items: flex-start;
    -webkit-align-items: flex-start;
}
.mt0{
	margin-top: 0
}

.mt20{
	margin-top: 20px
}

.mt10{
	margin-top: 10px
}
.mt30{
	margin-top: 30px!important;
}

.h100{
	height: 100%
}

.toolbar_header{
	height: 50px;
	background: #fff;
	border-bottom:2px solid #00af63;
}
.toolbar_center{
	width: 980px;
	margin:0 auto;
}

.toolbar_nav{
	height: 40px;
}
.toolbar_nav li{
	position: relative;
}
.order_code{
	position: absolute;
	top: 50px;
	left: 0;
	opacity: 0;
	visibility: hidden;
	z-index: 999;
	transition: 0.35s all ease-out
}

.toolbar_nav li a{
	height: 35px;
	line-height: 35px;
	margin-right: 30px;
	display: block;
}
.toolbar_nav li.on a{
	color: #00af63
}

.toolbar_nav li a:hover{
	color: #00af63
}

.toolbar_nav .logo{
	margin-right: 45px;
	padding-top: 2px
}

.toolbar_righ a{
	color: #e53025
}


.form_baojia_box{
	/*width: 980px;*/
	/*height: 660px;*/
	background: #fff;
	margin:0 auto;
	border-radius: 4px;
	padding:20px;
	font-size: 14px;
	color: #333
}

.form_left{
	width: 492px;
	float: left;
	margin: 20px 0 20px 30px;
	padding-right: 60px;
	border-right: 1px solid #ccc;
	/*padding:28px 39px;
	box-shadow: 0px 0px 15px 0 rgba(0, 0, 0, 0.1);
	border-radius: 4px;*/
}
.form_left>p img{
	display: block;
    width: auto;
    margin: 0 auto;
}

.form_right{
	width: 608px;
    float: right;
    margin: 20px 30px 20px 0;
    padding-left: 60px;
}

.form_baojia_1{
	margin-top: 25px;
}

.form_nav{
	width: 100%;
	overflow: hidden;
}

.form_nav li{
	width: calc(50% - 3px);
	height: 42px;
	line-height: 40px;
	border-bottom: 1px solid #e5e5e5;
	background: #f2f2f2;
	float: left;
	margin-right: 6px;
	text-align: center;
	cursor: pointer;
	font-size: 16px;
}
.form_nav li.on{
	color: #009966;
	border-bottom: 1px solid #009966
}
.form_nav li:last-child{
	margin-right: 0
}

.form_biaodan{
	overflow: hidden;
}

.form_biaodan_x{
	width: 1200px;
}

.form_biaodan_box{
	/*float: left;
	width: 337px;
	margin-right: 10px;*/
}
.form_biaodan_box p{height: 44px;line-height: 44px;}
.form_biaodan_box p span{width: 80px;display: -webkit-inline-box;float: left;}
.form_biaodan_box p input{width: 348px;height: 44px;line-height: 44px;padding: 0 30px;background: #f5f5f5;border-radius: 4px;border: none;float: right;}
.input_box{
	width: 100%;
	height: 44px;
	border:1px solid rgba(0,0,0,0.1);
	margin-top: 10px;
	position: relative;
}
.input_box input{
	width: 100%;
	height: 100%;
	border:none;
	outline: none;
	padding-left: 15px;
	position: relative;
}

.input_box.icon:after{
	content: '';
	width: 14px;
	height: 20px;
	position: absolute;
	right: 10px;
	top: 11px;
	background: url(/skin/img/baojia/baojia_bg3.png) no-repeat;
	background-position: 0 -33px
}
.input_box.icon_phone:after{
	content: '';
	width: 13px;
	height: 22px;
	position: absolute;
	right: 10px;
	top: 11px;
	background: url(/skin/img/baojia/baojia_bg3.png) no-repeat;
	background-position: -24px -33px
}


.input_sub{
	width: 280px;
	height: 42px;
	line-height: 42px;
	font-size: 18px;
	background: #f3011e;
	color: #fff;
	text-align: center;
	border-radius: 4px;
	cursor: pointer;
	outline: none;
	border:none;
	display: block;
	margin: 20px auto; 
}

.warning{
	text-align: center;
	margin-top: 7px;
	color: #E53025;
}


.form_right .form_right_top{
	/*text-align: center;
	position: relative;
	box-shadow: 0px 0px 15px 0 rgba(0, 0, 0, 0.1);*/
}

.form_right .form_right_top.mt60{
	/*margin-top: 30px;*/
	border: 1px solid #eee;
    border-radius: 4px;
}

.form_right .form_right_top .form_title{
	width: 100%;
	font-size: 15px;
	font-weight: normal;
	position: relative;
	background: #fff;
	height: 55px;
	line-height: 55px;
	text-align: center;
	border-bottom: 1px solid #eee
}
.form_title span{
	position: relative;
}
.form_title span em{
	position: relative;
	z-index: 2;
	font-style: normal;
}
.form_title span i{
	content: '';
	position: absolute;
	width: 110%;
	height: 12px;
	border-radius: 12px;
	left: -5%;
	top: 10px;
	background: #fdefee;
	z-index: 0
}

.form_right_con{
	padding:25px 40px;
	text-align: left;
	overflow: hidden;
	border-radius: 3px;
	width: 100%;
}
.form_right_info{float: left;width: 300px;}
.form_right_info>p{
	padding:5px 0;
}

.form_right_info>p span{
	font-size: 16px;
	color: #e53025;
	font-weight: bold
}
.form_s{width: 168px;float:right;text-align: center;}
.form_s p{
	line-height: 30px;
    margin-top: 5px;
}

p.form_online{
	float: left;
	background: #f7ad40;
	width: 105px;
	height: 30px;
	color: #fff;
	border-radius: 2px;
	text-align: center;
	line-height: 30px; 
	margin-right: 20px;
	margin-top: 20px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
}

.form_online span{
	display: inline-block;
	width: 18px;
	height: 21px;
	background-image: url(/skin/img/baojia/baojia_bg3.png);
	background-position: -19px -7px;
	margin-right: 5px;
}

.form_wechat{
	float: left;
}

.form_wechat span{
	width: 22px;
	height: 17px;
	display: inline-block;
	background-image: url(/skin/img/baojia/baojia_bg3.png);
	background-position: -42px -9px;
	margin-right: 5px;
}

.form_right_tel{
	text-align: left;
    overflow: hidden;
    border-radius: 3px;
    height: 160px;
    margin: 17px 40px;
}
.form_right_tel ul li{font-size: 14px;line-height: 30px;height: auto!important;letter-spacing: 3px;}

.fuli_fix{
	position: fixed;
    width: 120px;
    height: 207px;
    top: 0;
    right: 17%;
    z-index: 888;
    cursor: pointer;
}

.fuli_fix img{
	width: 100%
}

.full_page{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.6);
	z-index: 999;
	display: none
}

.full_page img{
	width: 400px;
}

.full_page .img_box{
	position: relative;
}
.full_page .img_box .close{
	width: 40px;
	height:40px;
	position: absolute;
	right: 5px;
	top: 0px;
	cursor: pointer;
}


/*.no_top{
	position: relative;
}

.no_top:before{
	content: '';
	position: absolute;
	top: -5px;
	left: 0;
	width: 100%;
	height: 10px;
	background:#fff 
}*/

body{background: #fff;}
.clear{clear: both;}
.wdwh-tit {margin: 0 0 50px;}
.wdwh-tit h1 {color: #009966;}
.wdwh-tit h1 small {color: #BADCCD;}
.main{width: 1200px;margin: 0 auto;}
.fl{float: left;}
.fr{float: right;}
/*服务项目*/
.xiangmu{margin: 70px 0;}
.xiangmu .c1-content{height:580px}
.xiangmu .c1-content .itemleft{width:560px;height:580px;transition:all .3s;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;overflow:hidden}
.xiangmu .c1-content .itemleft:hover{box-shadow:8px 9px 15px -7px #615f5fc4;-webkit-box-shadow:8px 9px 15px -7px #615f5fc4}
.xiangmu .c1-content .itemleft img.bs_cases_pic{display:block;width:100%;height:444.5px}
.xiangmu .c1-content .itemleft .desc{padding:20px;background:#f7fafb;border:1px solid #cfcfcf}
.xiangmu .c1-content .itemleft .desc .nb{display:inline-block;width:120px;height:36px;line-height:36px;font-size:24px;color:#fff;background:#01A649;text-align:center}
.xiangmu .c1-content .itemleft .desc .nb2{display:inline-block;width:380px;height:36px;line-height:36px;margin-left:10px;line-height:36px;font-size:24px;color:#323333;vertical-align:-10px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}
.xiangmu .c1-content .itemleft .desc .desc-c{height:57px;line-height:57px;font-size:15px;color:#898989}
.xiangmu .c1-content .itemleft .desc .desc-c img{width:18px;height:16px;padding-left:5px;vertical-align:-1px}
.xiangmu .c1-content .itemright{width:590px;height:580px;margin-left:30px}
.xiangmu .c1-content .itemright .item{width:278px;height:275px;border:1px solid #cfcfcf;margin-bottom:26px;transition:all .3s;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s}
.xiangmu .c1-content .itemright .item:hover{box-shadow:8px 9px 15px -7px #615f5fc4}
.xiangmu .c1-content .itemright .item:nth-child(even){margin-left:30px}
.xiangmu .c1-content .itemright .item img.bs_cases_pic{display:block;width:100%;height:190px}
.xiangmu .c1-content .itemright .desc{padding:14px;background:#f7fafb}
.xiangmu .c1-content .itemright .desc .nb{display:inline-block;height:25px;width:80px;font-size:15px;color:#fff;background:#01A649;text-align:center;line-height:25px}
.xiangmu .c1-content .itemright .desc .nb2{display:inline-block;width:155px;height:25px;margin-left:10px;line-height:25px;font-size:15px;color:#323333;vertical-align:-6px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}
.xiangmu .c1-content .itemright .desc .desc-c{width:100%;height:30px;line-height:30px;font-size:12px;clear:both;color:#898989;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.xiangmu .c1-content .itemright .desc .desc-c img{width:14px;height:12px;padding-left:5px;vertical-align:-1px}
/*表单*/
.section1{height: 209px;background-color:#01A649;box-sizing: border-box;padding:36px 0;}
.section1 .title{text-align: center;font-size:24px;color:#fff;}
.section1 p{text-align: center;font-size:16px;color:#fff;margin:15px 0;}
.section1 .num{color:#FFB116;}
.section1 li{float:left;width:300px;height:50px;line-height: 50px;background-color:#fff;border-radius:5px;margin-right:10px;overflow: hidden;font-size: 14px;}
.section1 li input[type='text']{width:100%;height:50px;padding-left: 60px;border: none;}
.section1 li .name{background:url(/skin/img/baojia/user-icon.gif) no-repeat 24px center;}
.section1 li .mianji{background:url(/skin/img/baojia/mianji-icon.gif) no-repeat 24px center;}
.section1 li .phonex{background:url(/skin/img/baojia/phone-icon.gif) no-repeat 24px center;}
.section1 .btn{width:270px;background-color:#ffb116;text-align: center;color:#fff;margin-right: 0;font-size: 16px;cursor: pointer;padding: 0;height: 50px;}
/*优势*/
.youshi{overflow: hidden;}
.youshi img{max-width: 100%;height: auto;}
/*标准化*/
.jia_imghome{margin: 70px 0;}
.jia_img_top{position:relative;padding:24px 0 6px;height:60px}
.jia_img_top h1{font-size:30px;float:left;color:#333;height:60px;line-height:60px}
.jia_img_top p{float:left;padding-left:9px;height:38px;line-height:38px;padding-top:21px}
.jia_img_nav{position:absolute;right:85px;top:56px}
.jia_img_nav ul li{float:left}
.jia_img_nav ul a:hover{color:#d00}
.line_p{margin:0 5px;color:#ccc}
.more_info{float:right;line-height:36px}
.banner_list{width:1190px;margin-top:5px}
.lun_banner{width:450px;height:362px;float:left;margin-right:10px}
.slide-banner{position:relative;height:362px;overflow:hidden}
.slide-box{position:relative;width:450px;height:362px;overflow:hidden;background:#f8f8f8}
.slide-box ul{position:absolute}
.slide-box li{float:left;width:450px;height:362px;position:relative}
.slide-box ul li img{width:450px;height:362px}
.slide-list{position:absolute;bottom:10px;right:0;width:60px}
.slide-list li{float:left;margin:0 5px 0 0}
.slide-list span{cursor:pointer;background:url(/skin/img/baojia/diandian.png) no-repeat 0 -9px;float:left;width:10px;height:9px}
.slide-list .on span{background:url(/skin/img/baojia/diandian.png) no-repeat 0 0}
.opc_cont{padding:7px 10px 0 10px;width:100%;height:73px;background:rgba(0, 0, 0, .6);;position:absolute;bottom:0;left:0;color:#fff;}
.opc_cont a{color:#fff}
.opc_cont a:hover{color:#fff}
.big_font{font-size:22px}
.small_font{font-size:14px}
.center_banner{width:465px;height:362px;float:left;margin-right:10px}
.cen_top{width:465px;height:176px;position:relative;margin-bottom:10px;background:#f8f8f8;overflow: hidden;}
.cen_top img{width:465px;height:176px;transition: all .6s}
.cen_top:hover img{transform: scale(1.05);}
.gloab_opc{width:100%;height:35px;line-height:35px;background:rgba(0, 0, 0, .6);position:absolute;bottom:0;left:0;color:#fff;font-size:14px;cursor:pointer}
.cen_t{width:465px;height:176px}
.cent_t_left{width:227px;height:176px;float:left;position:relative;margin-right:10px;background:#f8f8f8;overflow: hidden;}
.cent_t_left img{width:227px;height:176px;transition: all .6s}
.cent_t_left:hover img{transform: scale(1.05);}
.cent_t_right{width:227px;height:176px;float:left;position:relative;background:#f8f8f8;overflow: hidden;}
.cent_t_right img{width:227px;height:176px;transition: all .6s}
.cent_t_right:hover img{transform: scale(1.05);}
.jia_gloab_title{display:inline-block;margin-left:10px}
.jia_right_banner{width:255px;height:362px;float:left;position:relative;background:#f8f8f8;overflow: hidden;}
.jia_right_banner img{width:255px;height:362px;transition: all .6s}
.jia_right_banner:hover img{transform: scale(1.05);}
.gloab_opc a{color:#fff}
.gloab_opc a:hover{color:#fff}
.i-btn-prev{background:url(/skin/img/baojia/left.png) no-repeat;left:0;display:none;top:36%;width:56px;height:56px;position:absolute;z-index:4}
.i-btn-next{background:url(/skin/img/baojia/right.png) no-repeat;display:none;right:0;top:36%;width:56px;height:56px;position:absolute;z-index:4}
.slide-banner:hover .i-btn-prev,.slide-banner:hover .i-btn-next{display: block;}
.slide-box ul li .fadeimg{transition:transform 1s linear 0;transform:scaleX(1.08) scaleY(1.08);-webkit-transition:-webkit-transform 1s linear;-webkit-transform:scaleX(1.08) scaleY(1.08)}
.slide-box ul li .removeimg{transition:transform .5s linear 0;transform:scaleX(1) scaleY(1);-webkit-transition:-webkit-transform .5s linear;-webkit-transform:scaleX(1) scaleY(1)}
/**/
.do_wrap{margin: 70px 0}
.do_firm{height:420px;background:#fff;}
.do_icon0{position:absolute;width:47px;height:52px;right:0;top:10px;background-position:0 -107px}
.do_firm .do_r_r{border:1px solid #eee}
.do_firm .do_r_r:hover{box-shadow:8px 9px 15px -7px #615f5fc4}
.do_firm_l{width:714px;float:left;margin: 0 20px;}
.do_firm_l a{display:block;float:left;margin:0 15px 18px 0}
.do_firm_l a:nth-of-type(3n){margin-right: 0}
.do_firm_l a:hover p{color:#009966}
.do_firm_l a:hover{box-shadow:8px 9px 15px -7px #615f5fc4}
.do_firm_l img{display:block;background:#f8f8f8 url(/skin/img/baojia/Jia_loading_m.jpg) 50% 50% no-repeat}
.do_firm_l div{position:relative;border:1px solid #eee;border-top:0;height:54px;padding-left:7px}
.do_firm_l p{font-weight:700;line-height:20px;padding-top:10px;width:150px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;font-size:16px;color:#333}
.do_firm_l span{font-size:12px;color:#999;line-height:16px}
.do_firm_l strong{position:absolute;color:#f30;font-size:18px;font-family:arial;right:7px;top:12px}
.do_firm_l em{font-size:12px;}
.do_r{height:418px;border:1px solid #eee;width:995px;background:#fff;float:right;border-bottom:0}
.do_r_l{width:747px;float:left}
.do_r_l a{display:block;width:249px;height:208px;float:left;text-decoration:none}
.do_r_l a:hover strong{color:#333}
.do_r_l a:hover .vice_tit{color:#999}
.do_r_l a:hover .s_des{color:#969694}
.do_r_l a:hover img{-webkit-transform:translateX(-5px);-moz-transform:translateX(-5px);-ms-transform:translateX(-5px);transform:translateX(-5px)}
.comd{position:relative;width:228px;height:188px;padding:10px;border-right:1px solid #eee;border-bottom:1px solid #eee}
.comd dt{height:62px}
.comd dd{height:136px;width:228px;position:absolute;top:62px}
.comd img{float:right;position:relative;width:140px;height:140px;-webkit-transition:.3s all ease;-moz-transition:.3s all ease;-ms-transition:.3s all ease;transition:.3s all ease}
.vice_tit{height:20px;line-height:20px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:12px;color:#999}
.s_price{height:22px;line-height:22px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.comd strong{font-weight:700;height:18px;line-height:18px;color:#333;font-size:14px}
.s_des{font-size:12px;color:#969694}
.do_l_l{width:198px;overflow: hidden; height:417px;float:left;}
.do_l_l:hover{box-shadow:8px 9px 15px -7px #615f5fc4}
.do_r_r{width:248px;height:417px;float:right;}
.s_price{color:#ff4f4d;font-size:18px;font-family:arial}
.s_price span{font-size:12px;}
.bd_box{padding:14px 15px;height:60px;clear:both;border-bottom:1px solid #eee}
.bd_box a{margin-left:10px;display:block;float:left;font-size:0;width:120px;height:60px}
.bd_box a:hover{background:#f4f4f4}
.bd_box a:first-child{margin-left:0}
.firm_box{float:left;width:890px}
.firm_box .key_more{margin-top:0}
.firm_list dl{padding-bottom:18px;padding-left:1px;width:275px;height:120px;float:left;margin-right:25px}
.firm_list dt{float:left}
.firm_list dd{float:right;width:140px;padding-left:8px}
.firm_list dt a{display:block;width:117px;height:117px;border:1px solid #eee}
.firm_list dd p{height:18px;line-height:18px}
.firm_list dd h6{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:20px;height:36px;line-height:36px;color:#333;padding:14px 0 16px}
.firm_list dd em{color:#ff2a00;font-family:tahoma}
.rightListBox .J_ban_r{float:none}
.J_box{padding-top:30px}
.do_l>span{background-image:url(/skin/img/baojia/s_icon.png)}
.do_icon1{width:56px;height:51px;position:absolute;right:0;top:6px;background-position:-36px -42px}
.do_icon2{top:0;right:0;width:36px;height:65px;background-position:0 -42px;position:absolute}
.do_r_r_box{width:190px;height:114px;position:absolute;left:29px;bottom:25px;cursor:pointer}
.do_r_r_bg{background:#fff;opacity:.8;width:100%;height:100%}
.do_r_r_text{text-align:center;position:relative;top:-114px}
.do_r_r_text h4{font-size:18px;color:#333;height:30px;line-height:30px;padding-top:33px;font-weight:700}
.do_r_r_text h4 strong{color:#d00;font-weight:700}
.do_r_r_text p{line-height:18px;color:#666}
.inner_university .xt_more{padding:0;position:absolute;width:600px;height:25px;right:12px;text-align:right;padding-top:26px}
.J_exposure em{padding:0 16px 6px;font-size:18px;padding-bottom:6px;margin-right:20px;cursor:pointer}
.J_exposure em.on{border-bottom:2px solid #fff}
.NoticeList{display:none;height:160px}
.NoticeList.on{display:block}
.knowledgeWrap{width:1190px;margin:0 auto;;padding:40px 0}
.knowledgeCon{position:relative;width:1200px;left:-10px}
.knowledgeBox{float:left;margin-right:10px;width:370px;padding-left:20px}
.knowledgeBox dt{height:38px;border-bottom:1px solid #333;position:relative}
.knowledgeBox h3{font-size:22px;color:#333}
.knowledgeMore{position:absolute;right:0;font-size:12px;top:15px;color:#999}
.knowledgeBox dd{padding-top:11px}
.knowledgeBox dd p{line-height:26px;width:370px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
/*流程*/
.section9{padding: 80px 0;}
.section9 .content{width: 100%; max-width: 1270px; margin: 50px auto 0; overflow: hidden;}
.section9 .item{width: 14.28%; text-align: center; float: left;}
.section9 .item i{display: block; width: 119px; height: 119px; border: 0; border-radius: 50%; margin: 0 auto; background-position: center; background-repeat: no-repeat; -webkit-transition: all 800ms ease; transition: all 800ms ease;}
.section9 .item:nth-child(1) i{background-image: url(/skin/img/baojia/service-1.png);}
.section9 .item:nth-child(2) i{background-image: url(/skin/img/baojia/service-2.png);}
.section9 .item:nth-child(3) i{background-image: url(/skin/img/baojia/service-3.png);}
.section9 .item:nth-child(4) i{background-image: url(/skin/img/baojia/service-4.png);}
.section9 .item:nth-child(6) i{background-image: url(/skin/img/baojia/service-5.png);}
.section9 .item:nth-child(5) i{background-image: url(/skin/img/baojia/service-6.png);}
.section9 .item:nth-child(7) i{background-image: url(/skin/img/baojia/service-7.png);}
.section9 .item h3{font-size: 16px; color: #151514; margin: 15px 0 5px; -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.section9 .item p{font-family: 'Arial'; font-size: 14px; color: #999; text-transform: uppercase;}
.section9 .item:hover h3{margin: 10px 0;color: #009966;font-weight: bold;}
.section9 .item:hover i{-webkit-transform: rotate(360deg); transform: rotate(360deg);}

.ask_bottom{height:120px;background:#343434;position:fixed;width:100%;bottom:0;left:0;z-index:995;transition:all .6s;transition-delay:.4s}
.ask_bottom.on{left: -100%;}
.ask_bottom .main{position: relative;}
.ask_bottom .team{float: left;position: absolute;top: -58px;}
.ask_bottom .txt{width:300px;float:left;margin-top:20px;margin-left: 200px;}
.ask_bottom .txt p{font-size:26px;color:#ff2741}
.ask_bottom .txt span{display:block;font-size:32px;color:#fff}
.ask_bottom form{width:630px;float:left}
.ask_bottom .input_box1as{width:510px;float:left;overflow:hidden;padding-top:2px}
.ask_bottom .input_box1as .in{display:block;float:left;position:relative;margin-top:12px;width:250px;height:40px;background:#fff;overflow:hidden;border-radius:5px}
.ask_bottom .input_box1as .in:nth-of-type(2n){float: right;}
.ask_bottom .input_box1as .in span{display:block;position:absolute;line-height:40px;font-size:20px;color:#ff002c;left:15px;top:0}
.ask_bottom .input_box1as .in input{width:100%;padding-left:27px;padding-right:15px;height:100%;font-size:14px;border:none}
.ask_bottom .input_box1as .in select{width: 250px;height: 40px;border: none;padding: 0 27px;}
.ask_bottom form button{width:95px;display:block;float:right;border:none;background:0 0;margin-top:14px}
.ask_bottom form button img{display:block;width:100%;cursor:pointer}
.ask_bottom .close{display:block;position:absolute;width:25px;height:25px;background:url(/skin/img/baojia/close_asd.png) no-repeat center;cursor:pointer;right:11px;top:14px}

.ask_btn{position:fixed;width:95px;left:-95px;bottom:35px;cursor:pointer;transition:all .6s}
.ask_btn img{display:block;width:100%}
.ask_btn.on {left: 0;transition-delay: 0.4s;}
/*手机端*/

@media screen and (max-width: 767px){
	.main{width: 100%;padding: 0 3%}
	.wdwh-tit{margin: 5vw 0;}
}
/*表单*/
.m_baojia{padding: 30px 0;box-shadow: 2px 6px 15px #ccc;margin: 20px 0;border-radius: 4px;}
.m_baojia>p{text-align: center;}
.m_baojia p img{max-width: 100%;height: auto;}
.m_baojia_box{margin-top: 25px;padding: 0 6%;}
.m_baojia_box p {height: 44px;line-height: 44px;}
.m_baojia_box p span {width: 80px;display: -webkit-inline-box;float: left;}
.m_baojia_box p input {width: 100%;height: 44px;line-height: 44px;padding: 0 30px;background: #f5f5f5;border-radius: 4px;border: none;float: right;}
/*项目*/
.index_case{margin: 10vw 0}
.index_case .index_case_big{position:relative;height:74vw;overflow: hidden;border-radius: 4px;}
.index_case .index_case_big a{display:block;width:100%;height:100%;border-radius:10px;overflow:hidden}
.index_case .index_case_big img{width:100%;height:100%}
.index_case .index_case_big .index_case_big_title{width:100%;height:14vw;line-height:6vw;padding:0 3vw;background:rgba(0,0,0,.5);position:absolute;left:0;bottom:0}
.index_case .index_case_big .index_case_big_title span:first-child{font-size:3.7vw;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display: block;padding-top: 1.5vw;}
.index_case .index_case_big .index_case_big_title span:last-child{font-size:3.3vw;color:#fff;display: block;}
.index_case .index_case_small{}
.index_case .index_case_small a{float:left;width:45.5vw;margin-top:2.6vw;}
.index_case .index_case_small a:nth-child(2n){float: right;}
.index_case .index_case_small a img{display:block;width:100%;height:28vw;border-radius:4px}
.index_case .index_case_small .index_case_small_title{padding:1.5vw 1.7vw 0}
.index_case .index_case_small .index_case_small_title p:first-child{font-size:3.7vw;color:#2a2a2a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.index_case .index_case_small .index_case_small_title p:last-child{font-size:3.3vw;color:#999;margin-top:1.3vw}
/*条幅*/
.am_dv{width: 100%;overflow: hidden;}
.am_dv img{max-width: 100%;height: auto;}
/*优势*/
.m_ys{margin: 10vw 0;width: 100%;overflow: hidden;}
.m_ys img{width: 100%;height: auto}
/*标准*/
.biaozhun{margin: 10vw 0;}
.bz_list{position: relative;border-radius: 4px;overflow: hidden;}
.bz_list img{max-width: 100%;height: auto;}
.bz_list:before {content: ''; position: absolute;width: 100%;height: 100%;top: 0;left: 0;background: linear-gradient(to top, rgba(0,0,0,0.6), transparent, transparent, transparent);}
.bz_list div{position: absolute;width: 100%;left: 0;right: 0;bottom: 0;padding: 3% 3% 4%;}
.bz_list div p{font-size: 3.7vw;color: #fff;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.bz_list div span{font-size: 3.3vw;color: #fff;margin-top: 1.3vw;}
/*服务*/
.fuwu{margin: 10vw 0;}
#swiper2{padding-bottom: 3vw}
.fuwu_list{width: 100%;overflow: hidden;box-shadow: 1px 2px 6px #ccc;    box-shadow: 1px 1px 6px #ccc;padding-bottom: 3vw;border-radius: 4px;}
.fuwu_list img{width: 100%;height: auto;}
.fuwu_list div{padding: 1.5vw 1.7vw 0;}
.fuwu_list p{font-size: 3.7vw;color: #2a2a2a;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.fuwu_list span{font-size: 3.3vw;color: #999;margin-top: 1.3vw;}
/*流程*/
.liuc{margin: 10vw 0;}
.liuc_list{clear: both;margin-bottom: 3vw;text-align: center;}
.liuc_list div{}
.liuc_list img{width: 20vw;}
.liuc_list h3{font-size: 3.7vw; color: #151514; margin: 15px 0 5px; -webkit-transition: all 500ms ease; transition: all 500ms ease;margin-bottom: 3.5vw}
.liuc_list p{font-family: 'Arial'; font-size: 14px; color: #999; text-transform: uppercase;}
.liuc_list:hover h3{margin: 10px 0;color: #009966;font-weight: bold;}
#swiper3 .swiper-wrapper{margin-bottom: 5vw}
#swiper3 .swiper-pagination{bottom: 0}
#swiper3 .swiper-pagination-bullet-active {background: #01A649;}