﻿@charset "utf-8";
/* CSS Document */
*{ -webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
body { padding: 0px; margin: 0px; font-family:"Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px;}
div,img,ul,li,dl,dt,dd,p,input,button,span,h1,h2,h3,h4,h5,h6,td,th{ margin:0; padding:0; border:0;}
table {border-collapse: collapse;border-spacing: 0;}
select,input{vertical-align:middle;}
h1,h2,h3,h4,h5 { font-weight:normal;}
ul,li { list-style:none;}
i,em { font-style: normal;}
img { border:none}
.clearfix:after { content:"."; display:block; height:0; clear:both; overflow:hidden; }
.fl { float:left} .fr { float:right} .tc { text-align:center} .red { color:#c00;} .pr { position: relative;}
a { color:#333; text-decoration:none;}
a:hover { color:#c00; text-decoration: none;}
.mt20 { margin-top: 20px;} .ml20 { margin-left: 20px;} .mb50 { margin-bottom: 50px;} .mt50 {margin-top: 50px;} .p30 {padding-top: 30px; padding-bottom: 30px;} .pb30 { padding-bottom: 30px;}
.h30 { height: 30px; width: 100%;}
.h5 { height: 5px; width: 100%;}

.warp { width: 100%; background: linear-gradient(to right,#201943,#48153c); }
.warp .top { max-width: 750px;}

.title { margin: 0px 15px; display: block; overflow: hidden; padding-top: 20px;}
.title label {
	font-size: 30px;
	display: block;
	color: #fade4f;
	position: relative;
	}
.title label span {display: inline-block;}
.t_1 { background: url(../images/size-1.png) left top no-repeat;}
.t_1 label:after {content:"";width:100%;position: absolute;	height: 20px;background: url(../images/icon-1.png) left center no-repeat; top: 10px; left: 330px;}
.t_2 { background: url(../images/size-2.png) left top no-repeat;}
.t_2 label:after {content:"";width:100%;position: absolute;	height: 20px;background: url(../images/icon-1.png) left center no-repeat; top: 10px; left: 240px;}
.t_3 { background: url(../images/size-3.png) left top no-repeat;}
.t_3 label:after {content:"";width:100%;position: absolute;	height: 20px;background: url(../images/icon-1.png) left center no-repeat; top: 10px; left: 300px;}
.t_4 { background: url(../images/size-4.png) left top no-repeat;}
.t_4 label:after {content:"";width:100%;position: absolute;	height: 20px;background: url(../images/icon-1.png) left center no-repeat; top: 10px; left: 270px;}
.t_5 { background: url(../images/size-5.png) left top no-repeat;}
.t_5 label:after {content:"";width:100%;position: absolute;	height: 20px;background: url(../images/icon-1.png) left center no-repeat; top: 10px; left: 300px;}
.t_6 { background: url(../images/size-6.png) left top no-repeat;}
.t_6 label:after {content:"";width:100%;position: absolute;	height: 20px;background: url(../images/icon-1.png) left center no-repeat; top: 10px; left: 170px;}
.t_7 { background: url(../images/size-7.png) left top no-repeat;}
.t_7 label:after {content:"";width:100%;position: absolute;	height: 20px;background: url(../images/icon-1.png) left center no-repeat; top: 10px; left: 230px;}
.t_8 { background: url(../images/size-8.png) left top no-repeat;}
.t_8 label:after {content:"";width:100%;position: absolute;	height: 20px;background: url(../images/icon-1.png) left center no-repeat; top: 10px; left: 210px;}
	
.title2 {text-align: center; color: #fff;}
.title2 label {
	font-size: 32px;
	line-height: 50px;
	display: block;
	}
.title2 label font { color:red;}
.title2 p {
	font-size: 16px;
	color: #fff;
	display: block;
	}

.head{
	width: 100%;
	height: 560px;
	background: url(../images/banner.jpg) center top no-repeat;
	margin-top: 40px;
	}

.head p a {
	display: block;
	height: 560px;
	text-indent: -99999px;
	}
	
/*********介绍*********/
.content {background: url(../images/cont_bg.jpg) center top no-repeat;}
.cont_tit { text-align: center; padding-bottom: 25px;}
.cont_tit h3 {
	font-size: 34px;
	display: inline-block;
	color: #fade4f;
	position: relative;
	}
.cont_tit h3:before {
	content:"";
	position: absolute;
	width: 75px;
	height: 65px;
	background: url(../images/cont_l.png) no-repeat;
	top: 5px;
	left: -90px;
	}
.cont_tit h3:after {
	content:"";
	position: absolute;
	width: 75px;
	height: 65px;
	background: url(../images/cont_r.png) no-repeat;
	top: 5px;
	right: -90px;
	}
.cont_box {
	background: #fff;
	border-radius: 20px;
	padding: 20px 20px;
	margin: 0px 15px;
	}
.content p {
	font-size: 18px;
	line-height: 30px;
	color: #3b00b6;
	text-indent: 2em;
	}
	
/******比较*****/
.bj { margin: 0px 15px;}
.bj li {
	background: url(../images/icon-2.png) left top no-repeat;
	padding-left: 130px;
	margin-top: 20px;
	}
.bj li div {
	margin-left: 15px;
	background: #fff;
	border-radius: 0px 20px 20px 20px;
	box-shadow: 0px 0px 15px rgba(198,42,10,0.7);
	padding: 20px 20px;
	}
.bg_sh {}
.bj li div strong { font-size: 20px; color: #ed2600;}
.bj li div p {
	font-size: 18px; 
	line-height: 30px; 
	margin: 10px 0px;
	color: #666;
	}
	
/**********好处*********/
.hc_box {
	margin: 30px 15px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 15px rgba(198,42,10,0.7);
	padding: 20px 20px;
	}
.hc_cont {
	background: url(../images/icon-3.jpg) left 3px no-repeat;
	padding-left: 46px;
	margin-bottom: 20px;
	}
.hc_cont strong {
	font-size: 20px;
	color: #3b00b6;
	display: block;
	margin-bottom: 5px;
	}
.hc_cont p { font-size: 16px;}
.hc_list { margin: 0px 5px;}
.hc_list:after { content:""; clear: both; display: block; overflow: hidden; height: 0px;}
.hc_list li {
	float: left;
	width: 33.33333333333334%;
	}
.hc_list li div { margin: 10px 10px; padding: 20px 15px; text-align: center; color: #fff; border-radius: 15px;}
.hc_list li div strong {
	font-size: 30px;
	display: block;
	margin-bottom: 15px;
	}
.hc_list li div p {
	font-size: 16px;
	line-height: 28px;
	text-align: left;
	min-height: 84px;
	}
.hc_list li div a {
	display: inline-block;
	padding: 5px 15px;
	background-color: #fff;
	border-radius: 10px;
	margin-top: 15px;
	font-size: 16px;
	}
.hc_1 {background-image:linear-gradient(135deg, #c95dff, #8303ee);}
.hc_2 {background-image:linear-gradient(135deg, #2dcbf0, #8304ee);}
.hc_3 {background-image:linear-gradient(135deg, #fe8c82, #ff1448);}
.hc_4 {background-image:linear-gradient(135deg, #fdc231, #f05b1f);}
.hc_5 {background-image:linear-gradient(135deg, #31fca4, #029c72);}
.hc_5 p { height: 112px;}
.hc_6 {background-image:linear-gradient(135deg, #5de2ff, #002553);}
	
/*******包含的学科******/
.xk_box {
	margin: 30px 15px 0px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 15px rgba(198,42,10,0.7);
	padding: 20px 30px 30px;
	text-align: center;
	}
.xk_box p {
	font-size: 20px;
	line-height: 34px;
	text-align: left;
	text-indent: 2em;
	}
.xk_box a {
	padding:10px 50px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	border-radius: 30px;
	background-image:linear-gradient(90deg, #fdca33, #fd6019);
	display: inline-block;
	box-shadow: 0px 0px 20px rgba(198,42,10,0.7);
	margin-top: 20px;
	}
	
/*********期刊展示********/
.qk_list { margin: 30px 5px 0px;}
.qk_list:after { content:""; clear: both; display: block; overflow: hidden; height: 0px;}
.qk_list li {
	float: left;
	width: 50%;
	}
.qk_list li div {
	background: #fff;
	border-radius: 5px;
	margin: 10px 10px;
	text-align: center;
	padding: 10px 10px 20px;
	}
.qk_list li div img {
	width: 100%;
	height: 340px;
	}
.qk_list li h4 a{
	font-size: 16px;
	color: #333;
	line-height: 24px;
	font-weight: bold;
	margin: 5px 0 0px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	display: block;
	}
.qk_list li p{
	font-size: 14px;
	line-height: 24px;
	}
.qk_list li p font { color: red; margin-right: 10px;}
.qk_list li span a{
	display: inline-block;
	background: #e8535d;
	border-radius: 10px 10px;
	color: #fff;
	line-height: 30px;
	padding: 0px 20px;
	margin-top: 10px;
	}

/********流程********/
.lc_box {
	margin: 30px 15px 0px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 15px rgba(198,42,10,0.7);
	padding: 35px 20px 5px;
	text-align: center;
	position: relative;
	}
.lc_box:before {
	content:"";
	position: absolute;
	width: 14px; 
	height: 20px;
	background: url(../images/icon-5.png) no-repeat;
	top: 121px;
	right: 85px;
	}
.lc_list {
	align-items: center;
	margin-bottom: 30px;
	}
.lc_r {
	display: flex;
	justify-content:flex-start;
    flex-direction: row;
	}
.lc_list p {
	width: 22%;
	text-align: center;
	font-size: 18px;
	border: 1px solid #0060f2;
	border-radius: 10px;
	padding: 15px 15px;
	}
.lc_list p a { color: #f00; display: block;}
.lc_h { line-height: 48px;}
.lc_list span { margin: 0px 5px;}
.c_img span {-webkit-transform:rotateY(180deg);-moz-transform:rotateY(180deg);}

/********我们的优势********/
.ys_box {
	margin: 30px 15px 0px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 15px rgba(198,42,10,0.7);
	padding: 30px 30px;
	}
.ys_box h4 {
	line-height: 50px;
	display: inline-block;
	border: 2px solid #1e1b38;
	border-radius: 10px;
	font-size: 20px;
	color: #1e1b38;
	padding-right: 20px;
	font-weight: bold;
	}
.ys_box h4 span {
	background: #1e1b38 url(../images/icon-6.png) 15px center no-repeat;
	color: #fff;
	padding-left: 65px;
	padding-right: 20px;
	margin-right: 20px;
	border-radius: 5px 0px 0px 5px;
	display: inline-table;
	}
.ys_box p {
	display: block;
	font-size: 18px;
	margin: 15px 0px;
	}
	
/*********服务项目*********/
.fw_box {
	margin: 30px 15px 0px;
	background: #fff url(../images/ser_bg.png) center center no-repeat;
	border-radius: 10px;
	box-shadow: 0px 0px 15px rgba(198,42,10,0.7);
	min-height: 600px;
	position: relative;
	}
.fw_box p {
	position: absolute;
	border-radius: 50%;
	text-align: center;
	align-items: center;
	}
.fw_box p:hover { box-shadow: 0px 0px 20px rgba(0,0,0,0.6);}
.fw_box p a { color: #fff; display: block;}
.f_p1 { background: #22c3ff; font-size: 26px; width: 80px; height: 80px; line-height: 80px; top: 26%; left: 12%;}
.f_p2 { background: #00bd0d; font-size: 20px; width: 70px; height: 70px; line-height: 70px; bottom: 23%; left: 46%;}
.f_p3 { background: #4f83f5; font-size: 22px; width: 60px; height: 60px; line-height: 60px; top: 21%; left: 30%;}
.f_p4 { background: #ff7b5e; font-size: 26px; width: 70px; height: 70px; line-height: 70px; top: 25%; right: 35%;}
.f_p5 { background: #9c12eb; font-size: 30px; width: 60px; height: 60px; line-height: 60px; top: 20%; left: 44%;}
.f_p6 { background: #ffb13a; font-size: 26px; width: 90px; height: 90px; line-height: 28px; top: 38%; left: 38%; padding: 0px 10px; display: flex;}
.f_p7 { background: #14b783; font-size: 22px; width: 80px; height: 80px; line-height: 24px; top: 35%; left: 25%; padding: 0px 10px; display: flex;}
.f_p8 { background: #ee74cd; font-size: 26px; width: 100px; height: 100px; line-height: 30px; bottom: 36%; right: 33%; padding: 0px 20px; display: flex;}
.f_p9 { background: #ff2b0f; font-size: 18px; width: 55px; height: 55px; line-height: 55px; top: 35%; right: 2%;}
.f_p10 { background: #290090; font-size: 22px; width: 70px; height: 70px; line-height: 70px; top: 50%; left: 10%;}
.f_p11 { background: #135acf; font-size: 24px; width: 80px; height: 80px; line-height: 80px; bottom: 40%; right: 5%;}
.f_p12 { background: #008f0a; font-size: 16px; width: 60px; height: 60px; line-height: 20px; bottom: 24%; left: 4%; padding: 0px 10px; display: flex;}
.f_p13 { background: #22c3ff; font-size: 14px; width: 50px; height: 50px; line-height: 50px; bottom: 28%; left: 16%;}
.f_p14 { background: #00bd0d; font-size: 18px; width: 70px; height: 70px; line-height: 22px; bottom: 36%; left: 28%; padding: 0px 10px; display: flex;}
.f_p15 { background: #4f83f5; font-size: 16px; width: 60px; height: 60px; line-height: 20px; top: 5%; left: 25%; padding: 0px 10px; display: flex;}
.f_p16 { background: #ff7b5e; font-size: 16px; width: 50px; height: 50px; line-height: 50px; top: 5%; left: 40%;}
.f_p17 { background: #9c12eb; font-size: 24px; width: 90px; height: 90px; line-height: 28px; bottom: 25%; right: 15%; padding: 0px 20px; display: flex;}
.f_p18 { background: #ffb13a; font-size: 22px; width: 90px; height: 90px; line-height: 24px; bottom: 12%; left: 28%; padding: 0px 20px; display: flex;}
.f_p19 { background: #14b783; font-size: 20px; width: 80px; height: 80px; line-height: 24px; top: 33%; right: 22%; padding: 0px 20px; display: flex;}
.f_p20 { background: #ee74cd; font-size: 18px; width: 70px; height: 70px; line-height: 24px; bottom: 16%; right: 32%; padding: 0px 10px;  display: flex;}
.f_p21 { background: #ff2b0f; font-size: 14px; width: 50px; height: 50px; line-height: 50px; bottom: 10%; right: 15%;}


/*********项目分类********/
.fl_box {
	margin: 30px 15px 0px;
	border-radius: 10px;
	box-shadow: 0px 0px 15px rgba(198,42,10,0.7);
	padding: 30px 30px 30px;
	position: relative;
	}
.fl_bg_1 {background: #fff url(../images/icon-7.png) 80% 30px no-repeat;}
.fl_bg_2 {background: #fff url(../images/icon-8.png) 80% 30px no-repeat;}
.fl_bg_3 {background: #fff url(../images/icon-9.png) 80% 30px no-repeat;}
.fl_bg_4 {background: #fff url(../images/icon-10.png) 80% 30px no-repeat;}
.fl_box h4 {
	position: relative;
	line-height: 80px;
	background: #201843;
	color: #fff;
	left: -40px;
	font-size: 30px;
	display: inline-block;
	padding: 0px 30px;
	margin-bottom: 30px;
	box-shadow: 0px 8px 0px #c5c5c5;
	}
.fl_box h4:before {
	content:"";
	position: absolute;
	top: 0px;
	right: -88px;
	width: 88px;
	height: 88px;
	background: url(../images/icon-11.jpg) no-repeat;
	}
.fl_box p {
	font-size: 16px;
	line-height: 30px;
	text-indent: 2em;
	}

.footer {
	width: 100%;
	background-color: #2a2a2a;
	padding: 20px 0px;
	text-align: center;
	color: #999;
	}
.footer a {
	color: #e5e5e5;
	padding: 0px 10px;
	font-size: 16px;
	}
.footer a:hover { color: #F00; text-decoration: underline;}
.footer p { padding-top: 15px;}


@media screen and (min-width:768px) {
	html .warp { width: 750px; margin: 0px auto;}
	}

@media screen and (max-width:640px) {
	.head { background: url(../images/banner-m.jpg) center top no-repeat; height: 317px;}
	.head p a { height: 317px;}
	.content { background: url(../images/cont_bg-m.jpg) center top no-repeat;}
	.cont_tit h3 { font-size: 24px;}
	.cont_tit h3:before { height: 50px; width: 58px; background-size: contain; left: -70px;}
	.cont_tit h3:after { height: 50px; width: 58px; background-size: contain; right: -70px;}
	.content p { font-size: 14px; line-height: 24px;}
	.title label { font-size: 22px;}
	.t_1 label:after { left: 265px; top: 5px;}
	.bj li { background-size: 20%; padding-left: 70px;}
	.bj li div p { font-size: 16px; line-height: 24px;}
	.t_2 label:after { left: 190px; top: 5px;}
	.hc_list li div { padding: 15px 10px; margin: 5px 5px;}
	.hc_list li div strong { font-size: 24px;}
	.hc_list li div p { font-size: 14px; line-height: 22px; min-height: 110px;}
	.hc_5 p, .hc_6 p { height: 154px;}
	.t_3 label:after { left: 230px; top: 5px;}
	.xk_box p { font-size: 16px;}
	.xk_box a { font-size: 16px;}
	.t_4 label:after { left: 210px; top: 5px;}
	.qk_list li div{ margin: 5px 5px; padding: 5px 5px 15px;}
	.qk_list li div img { height: 230px;}
	.qk_list li h4 a { font-size: 15px;}
	.qk_list li p { font-size: 12px;}
	.qk_list li span a { margin-top: 0px;}
	.t_5 label:after { left: 230px; top: 5px;}
	.lc_list p { width: 20%; font-size: 14px; padding: 10px 2px;}
	.lc_box:before { right: 45px;}
	.t_6 label:after { left: 135px; top: 5px;}
	.ys_box { padding: 15px 15px; margin: 20px 10px 0px;}
	.ys_box h4 { font-size: 16px;}
	.ys_box p { font-size: 16px;}
	.t_7 label:after { left: 180px; top: 5px;}
	.t_8 label:after { left: 160px; top: 5px;}
	.fl_box { padding: 15px 15px;}
	.fl_box h4 { font-size: 20px; line-height: 60px; margin-bottom: 20px;}
	.fl_box h4:before { width: 68px; height: 68px; background-size: contain; right: -68px;}
	.fl_bg_1 { background-size: 20%; background-position: 90% 20px;}
	.fl_bg_2 { background-size: 13%; background-position: 90% 20px;}
	.fl_bg_3 { background-size: 15%; background-position: 90% 20px;}
	.fl_bg_4 { background-size: 15%; background-position: 90% 20px;}
	.fl_box p { font-size: 14px; line-height: 22px;}
	.footer a { font-size: 15px;}
	.f_p1 { top: 15%; left: 6%;}
	.f_p2 { left: 40%;}
	.f_p3 { top: 20%; left: 38%;}
	.f_p4 { top: 21%; right: 16%;}
	.f_p5 { top: 10%; left: 60%;}
	.f_p6 { left: 34%;}
	.f_p7 { top: 28%; left: 20%;}
	.f_p8 { bottom: 35%; right: 20%;}
	.f_p10 { top: 35%; left: 3%;}
	.f_p11 { width: 60px; height: 60px; line-height: 60px; bottom: 36%; right: 50%;}
	.f_p13 { left: 22%;}
	.f_p14 { bottom: 36%; left: 10%;}
	.f_p15 { top: 3%; left: 6%;}
	.f_p16 { top: 6%; left: 32%;}
	.f_p17 { bottom: 22%; right: 2%;}
	.f_p18 { bottom: 8%; left: 10%;}
	.f_p20 { bottom: 10%; right: 40%;}
	.f_p21 { bottom: 18%; right: 26%;}
	}
@media screen and (max-width:375px) {
	.head { background: url(../images/ban-mm.jpg) center top no-repeat; height: 279px;}
	.head p a { height: 279px;}
	.content { background: url(../images/cont_bg-mm.jpg) center top no-repeat;}
	.cont_box { margin: 0px 10px; padding: 10px 15px;}
	.t_1 label:after { left: 245px; top: 5px;}
	.bj { margin: 0px 10px;}
	.bj li { background-size: 15%; padding-left: 45px; background-position: left 10px;}
	.bj li div { padding: 15px 15px;}
	.bj li div strong { font-size: 18px;}
	.bj li div p { font-size: 14px; line-height: 20px;}
	.hc_box { margin: 20px 10px;}
	.hc_list li div strong { font-size: 20px;}
/*	.hc_list li div p { font-size: 13px;}*/
	.hc_list li div p { font-size: 12px; line-height: 20px;}
	.hc_5 p, .hc_6 p { height: 140px;}
	.hc_list li div a { padding: 5px 10px; font-size: 14px;}
	.xk_box { padding: 15px 15px; margin: 20px 10px;}
	.xk_box p { line-height: 28px;}
	.xk_box a { padding: 10px 30px;}
	.qk_list li div { margin: 5px 5px;}
	.qk_list li p { font-size: 12px;}
	.qk_list li h4 a { font-size: 14px;}
	.qk_list li div img { height: 175px;}
	.qk_list li span a { padding: 0px 10px;}
	.lc_box { padding: 20px 10px 1px; margin: 20px 10px 0px;}
	.lc_list p { font-size: 12px;}
	.lc_box:before { top: 96px; right: 32px;}
	.ys_box h4 { line-height: 40px;}
	.ys_box h4 span { background-size: 20%; padding-left: 50px; padding-right: 10px; margin-right: 10px;}
	.fl_box { margin: 20px 10px 0px;}
	.fl_box h4 { left: -20px; padding: 0px 15px;}
	.pb30 { padding-bottom: 20px;}
	.footer a { font-size: 14px; padding: 0px 6px;}
	.footer p { font-size: 12px; padding: 0px 10px; margin-top: 5px;}
	.fw_box { margin: 20px 10px 0px;}
	.f_p1 { width: 70px; height: 70px; line-height: 70px;}
	.f_p4 { width: 60px; height: 60px; line-height: 60px; font-size: 22px; right: 24%;}
	.f_p5 { width: 50px; height: 50px; line-height: 50px; left: 62%;}
	.f_p6 { left: 30%;}
	.f_p7 { width: 70px; height: 70px; font-size: 20px;}
	.f_p8 { right: 15%;}
	.f_p10 { width: 55px; height: 55px; line-height: 55px; font-size: 18px; top: 38%;}
	.f_p11 { right: 46%;}
	.f_p12 { width: 50px; height: 50px; font-size: 14px; bottom: 26%; left: 2%; line-height: 18px;}
	.f_p14 { bottom: 38%; left: 6%;}
	.f_p17 { bottom: 18%; right: 10%;}
	.f_p18 { bottom: 10%; left: 5%;}
	.f_p19 { width: 70px; height: 70px; padding: 0px 10px; top: 35%; right: 22%;}
	.f_p20 { bottom: 8%; right: 46%;}
	.f_p21 { bottom: 10%; right: 26%;}
	}
@media screen and (max-width:320px) {
	.head { background: url(../images/ban-m-mm.jpg) center top no-repeat; height: 238px;}
	.head p a { height: 238px;}
	.content { background: url(../images/cont_bg-m-mm.jpg) center top no-repeat;}
	.cont_tit h3 { font-size: 20px;}
	.bj li div { margin-left: 5px;}
	.hc_cont { padding-left: 40px;}
	.hc_cont strong { font-size: 16px;}
	.hc_cont p { font-size: 12px;}
	.hc_box { padding: 10px 10px;}
	.hc_list li div { padding: 15px 8px;}
	.hc_list li div p { font-size: 12px; line-height: 20px; min-height: 120px;}
	.hc_5 p, .hc_6 p { height: 160px;}
	.qk_list li h4 a { font-size: 12px;}
	.qk_list li p { line-height: 20px;}
	.qk_list li span a { font-size: 12px;}
	.lc_box { margin: 20px 10px; padding: 10px 5px 1px;}
	.lc_list p { padding: 8px 0px;}
	.lc_list span { margin: 0px 2px;}
	.lc_list { margin-bottom: 25px;}
	.lc_box:before { top: 80px; right: 25px;}
	.ys_box { margin: 20px 10px; padding: 15px 10px;}
	.ys_box h4 span { background-position: 5px center; padding-left: 30px;}
	.fw_box { margin: 20px 10px 0px;}
	.fl_box h4 { font-size: 16px; line-height: 40px; box-shadow: 0px 5px 0px #c5c5c5;}
	.fl_box h4:before { width: 45px; height: 45px; right: -45px;}
	.f_p15 { width: 50px; height: 50px; font-size: 14px; line-height: 16px; top: 5%; left: 10%;}
	.f_p1 { width: 60px; height: 60px; line-height: 60px; font-size: 20px; top: 16%; left: 3%;}
	.f_p7 { top: 27%; left: 16%;}
	.f_p4  { right: 8%;}
	.f_p9 { font-size: 14px; width: 40px; height: 40px; line-height: 40px; top: 29%; right: 31%;}
	.f_p19 { right: 10%;}
	.f_p6 { left: 28%;}
	.f_p8 { right: 8%;}
	.f_p10 { top: 41%; left: 5%;}
	.f_p14 { bottom: 36%; left: 2%;}
	.f_p17 { bottom: 18%; right: 4%;}
	.f_p18 { bottom: 10%; left: 18%;}
	.f_p20 { bottom: 4%; right: 30%;}
	.f_p21 { bottom: 4%; right: 10%;}
	.f_p12 { bottom: 20%;}
	.f_p13 { left: 15%;}
	}


/*表单*/ 
.biaodan{
    position: relative;
    margin: 0px 10px 20px 10px;
    overflow: hidden;
    background: url(../images/bd6.jpg) no-repeat center center;
    border-radius: 10px;
    background-size: 100% 100%;
    margin: 0px 15px;
}


.biaodan .bdform{
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
    margin-top: 5px;
    text-align: center;
	position: relative;
}
.biaodan .bdform label {
	display: block;
	position: absolute;
	bottom: 95px;
	left: 20px;
	}
.biaodan .bdform label input {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	width: 15px;
	height: 15px;
	}
.biaodan .bdform label a {}
.biaodan form:after {
	content:"";
	clear: both;
	display: block;
	overflow: hidden;
	}
.biaodan .bdform h2{
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}
.biaodan .bdform .tianx{
	margin-top: 20px;
}
.biaodan form .in{
	height: 39px;
    width: 100%;
    border-radius: 5px;
    padding-left: 20px;
    float: left;
    border: none;
}
.biaodan form .tijiao{
    width: 100%;
    height: 39px;
     box-shadow: 0px 2px 20px 0px rgba(253, 101, 62, 0.2); 
    /* border: none; */
    float: left;
    border-radius: 5px;
    color: #fff;
    border: none;
    font-size: 0;
     font-weight: bold; 
    margin-top: 50px;
    margin-bottom: 20px;
    background: linear-gradient(135deg, rgb(250 220 158), rgb(244 118 41));
    	font-size: 16px;
}
.biaodan form .tianx span{
        float: left;
    color: #fff;
    line-height: 30px;
    padding-right: 10px;
    font-size: 14px;
}
.chooseus{
	margin-top: 0;
}

