@charset "utf-8";
/* CSS Document */
*{ -webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
body {font-size: 14px; font-family: "Helvetica Neue", Helvetica, 微软雅黑, 新細明體, Arial, "Lucida Grande", sans-serif; margin: 0px; padding: 0px; color: #333;}
div,form,img,ul,ol,li,dl,dt,dd,p,input,button,span,h1,h2,h3,h4,h5,h6,label { margin:0; padding:0; border:0;}
ul,ol,li { list-style:none;}
h3,h4 { font-weight: normal;}
i,em { font-style: normal;}
.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden }
.pr { position: relative;}
.fl { float: left;} .fr { float: right;}
a { color:#333; text-decoration:none;}
a:hover { color:#c00;}
body { min-width: 1170px;}
.container { width: 1170px; margin: 0px auto;}
.p60 { padding: 60px 0px 20px;}

	
/**/
.title {text-align: center; padding-top: 30px;}
.title label {
	font-size: 36px;
	display: block;
	position: relative;
	font-weight: 700;
	padding: 30px 0px;
	}
.title label font {
	color: #c11329;
	font-size: 28px;
	display: block;
	font-weight: normal;
	text-transform: uppercase;
	}
.title label span { color: #fff;}

.more { text-align: center;}
.more a {
	display: inline-block;
	font-size: 20px;
	color: #fff;
	background: #0864c1;
	border-radius: 30px;
	padding: 0px 50px;
	line-height: 60px;
	margin: 50px auto;
	}
.more a:hover { box-shadow: 0px 0px 10px rgba(8,100,93,.7); color: #fff; text-decoration: none;}
/** banner **/

.ban_top {
	width: 100%;
	height: 70px;
	position: fixed;
	z-index: 1000;
	padding: 0px 50px;
	background: #fff; 
	box-shadow: 0 2px 10px 0 rgba(0,0,0,.1);
	/*background: rgba(255,255,255,.1);*/
	/*background: linear-gradient(rgb(37, 135, 191) 15px, rgba(37, 135, 191, 0.85) 32px, rgba(37, 135, 191, 0.6) 50px, rgba(37, 135, 191, 0) 70px, rgba(37, 135, 191, 0));*/
	}
.ban_top .ban_top_nav {
	min-width: 1170px;
    display: flex;
    justify-content: space-between;
	}
.ban_top .logo {
	width: 160px;
	height: 70px;
	line-height: 70px;
	background: url(../images/logo2.png) center center no-repeat;
	background-size: contain;
	}
.ban_top .logo a {
	display: block;
	height: 70px;
	text-indent: -9999px;
	}
.ban_top .logo img {
    display: inline-block;
	vertical-align: middle;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.ban_nav {
	height: 50px;
	margin-left: 20px;
	display: flex;
	justify-content: space-around;
	position: relative;
	}
.ban_nav:after {display: table;content: '';clear: both;}
.ban_nav li {
	text-align: center;
	margin-right: 40px;
	height: 50px;
	line-height: 50px;
	box-sizing: border-box;
	position: relative;
	}
.ban_nav li a {
	display: block;
	font-size: 16px;
	line-height: 49px;
	}
.ban_nav li:nth-child(2), .ban_nav li:nth-child(3) { width: 64px;}
.ban_nav > li.active>a{color: #f78a2f}
.ban_nav .active-line {
	position: absolute;
	bottom: 0;
	width: 0;
	height: 2px;
	background: -webkit-linear-gradient(left, #f2690c, #fc9b2e); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(right, #f2690c, #fc9b2e); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(right, #f2690c, #fc9b2e); /* Firefox 3.6 - 15 */
	background: linear-gradient(to right, #f2690c, #fc9b2e); /* 标准的语法 */
	transition: all .3s;
	-webkit-transition: all .3s; /* Safari */
	}
.ban_nav > li.current{
	border-bottom:2px solid;
	border-image: -webkit-linear-gradient(left, #f2690c, #fc9b2e) 100% 0;
	border-image:-o-linear-gradient(right, #f2690c, #fc9b2e) 100% 0;
	border-image: -moz-linear-gradient(right, #f2690c, #fc9b2e) 100% 0;
	border-image:linear-gradient(to right, #f2690c, #fc9b2e) 100% 0;
	}

	
.ban_zx { margin-left: 20px;}
.ban_zx .ban_wx {
	display: block;
	float: left;
	margin-right: 25px;
	}
.ban_zx .ban_wx span {
	width: 32px;
	height: 32px;
	display:inline-block; 
	margin-top: 18px;
	background: url(../images/weixin.png) no-repeat 100%; 
	position: relative;
	}
.ban_zx .ban_wx span img { display: none;}
.ban_zx .ban_wx span:hover img {
	display: block; 
	position: absolute; 
	top: 32px; 
	right: 0px; 
	width: 140px; 
	height: 140px; 
	background: #fff;
	}
.ban_zx .register{
	display: block;
	float: left;
	width: 120px;
	height: 42px;
	line-height: 42px;
	background-color: #00a4ff;
	color: #fff;
	border-radius: 8px;
	text-align: center;
	margin-top: 12px;
	font-size: 16px;
	}
.ban_zx .register:hover { background: #f79646;}

.gd_ban {
	width: 100%;
    height: 610px;
	padding-top: 140px;
    background: url(../images/ban_head.jpg) center top no-repeat;
	}
.gd_ban a {
	display: block;
	text-align: center;
	}
.gd_ban h4 {
	font-size: 44px;
	color: #9acdfc;
	padding: 0px 0px 10px;
	display: inline-block;
	}
.gd_ban h2 {
	font-size: 90px;
	line-height: initial;
	color: #fff;
	/*background-image:-webkit-linear-gradient(0deg, #9b27ff, #4dadff, #e29cff); 
    -webkit-background-clip:text; 
    -webkit-text-fill-color:transparent;*/
	}
.gd_ban p {
	font-size: 26px;
	line-height: 30px;
	padding: 20px 0px;
	display: block;
	color: #fff;
	}
.gd_ban p span { padding: 0px 15px;}
.gd_ban p span i {
	display: inline-block;
	width: 30px;
	height: 30px;
	vertical-align: middle;
	margin-right: 10px;
	}
.gd_ban p span:nth-child(1) { color: #aa71ff;}
.gd_ban p span:nth-child(1) i { background: url(../images/icon.png) 0 0 no-repeat;}
.gd_ban p span:nth-child(2) { color: #9b85ff;}
.gd_ban p span:nth-child(2) i { background: url(../images/icon.png) -40px 0 no-repeat;}
.gd_ban p span:nth-child(3) { color: #76afff;}
.gd_ban p span:nth-child(3) i { background: url(../images/icon.png) -80px 0 no-repeat;}
.gd_ban p span:nth-child(4) { color: #2ad9ff;}
.gd_ban p span:nth-child(4) i { background: url(../images/icon.png) -120px 0 no-repeat;}

.gd_ban b {
	display: inline-block;
	line-height: 70px;
	background: #fff;
	color: #4881ed;
	font-size: 30px;
	border-radius: 40px;
	padding: 0px 60px;
	box-shadow: 0px 0px 18px 0px rgba(159, 124, 236, 0.55);
	margin-top: 30px;
	}
.gd_ban a:hover b {
	background: linear-gradient(90deg, #664FED, #9470E7);
	color: #fff;
	}
	
/**main_one*/
.main_one {
	position: relative;
	z-index: 2;
	margin-top: -65px;
	}
.main_one ul {
	display: flex;
	background: linear-gradient(217deg, #1272FB, #00A4FF);
	}
.main_one ul li {
	padding: 15px 0;
    width: 25%;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    cursor: pointer;
	}
.main_one ul li:hover { background: #0263ee;}
.main_one ul li a {
    display: block;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
	}
.main_one ul li a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #fff;
    opacity: .5;
    filter: alpha(opacity=50);
    visibility: visible;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
	}
.main_one ul li:first-child a:before {opacity: 0;}
.main_one ul li strong {
	font-size: 20px;
	display: block;
	line-height: 36px;
	}
.main_one ul li strong i {
	display: inline-block;
	vertical-align: middle;
	width: 32px;
	height: 32px;
	background: url(../images/icon.png) 0px -40px no-repeat;
	margin-right: 10px;
	}
.main_one ul li:nth-child(2) strong i { background-position: -40px -40px;}
.main_one ul li:nth-child(3) strong i { background-position: -80px -40px;}
.main_one ul li:nth-child(4) strong i { background-position: -120px -40px;}
.main_one ul li p {
	font-size: 14px;
	line-height: 24px;
	margin-top: 15px;
	}

/**8大用途**/
.main_yt {
	display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
	margin-top: 20px;
	margin-bottom: 80px;
	}
.main_yt li {
	width: 25%;
	border: 1px solid #ddd;
	background: #fff url(../images/yt-bg01.png) right bottom no-repeat;
	background-size: 100% auto;
	transition: all .3s linear;
	}
.main_yt li:hover { box-shadow: 0px 0px 15px rgb(0,0,0,.15);}
.main_yt li:nth-child(2), .main_yt li:nth-child(4), .main_yt li:nth-child(5), .main_yt li:nth-child(7) { background: #eff4f7 url(../images/yt-bg02.png) left top no-repeat;}
.main_yt li:nth-child(2) strong, .main_yt li:nth-child(4) strong, .main_yt li:nth-child(5) strong, .main_yt li:nth-child(7) strong { color: #fff;}
.main_yt li a {
	padding: 25px 30px;
	display: block;
	}
.main_yt li strong {
	display: block;
	font-size: 24px;
	}
.main_yt li p {
	font-size: 16px;
	line-height: 28px;
	margin-top: 15px;
	color: #666;
	}
	
/**学术指导**/
.main_xs {
	width: 100%;
	height: 360px;
	background: url(../images/xueshu.jpg) center center no-repeat;
	padding: 40px 0px;
	}
.main_xs h3 {
	font-size: 30px;
	display: block;
	line-height: 50px;
	color: #fff;
	}
.main_xs h4 {
	font-size: 16px;
	padding: 10px 0px;
	color: #fff;
	}
.main_xs dl {
	width: 520px;
	background: #fff;
	border: 1px solid #ddd;
	padding: 15px 0px;
	display: flex;
	margin: 32px 0px;
	}
.main_xs dl dd {
	width: 33.33334%;
	font-size: 16px;
	text-align: center;
	}
.main_xs dl dd font {
	display: block;
	color: #f00;
	font-size: 26px;
	margin-bottom: 5px;
	}
.main_xs p a {
	line-height: 40px;
	padding: 0px 30px;
	background: #00a4ff;
	border-radius: 5px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	display: inline-block;
	transition: all .3s linear;
	}
.main_xs p a:hover { background: #0263ee; box-shadow: 0px 0px 20px rgb(2,99,238,.5);}

/**专业服务**/
.bgf7 {
	width: 100%;
	background: #f7f7f7;
	padding-bottom: 80px;
	}
.main_fw {
	display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
	padding-bottom: 30px;
	}
.main_fw li {
	width: 48%;
	background: #fff;
	border: 1px solid #ddd;
	transition: all .3s linear;
	margin: 20px 0px;
	}
.main_fw li:hover { box-shadow: 0px 0px 25px rgb(0,0,0,.15);}
.main_fw li:hover span { background: #0263ee; color: #fff; border-color: #0263ee;}
.main_fw li a {
	display: flex;
	padding: 30px 30px;
	}
.main_fw li i {
	display: inline-block;
	vertical-align: top;
	width: 72px;
	height: 72px;
	background: url(../images/icon.png) 0px -80px no-repeat;
	}
.main_fw li div {
	display: inline-block;
	margin-left: 30px;
	width: 400px;
	}
.main_fw li div h4 { font-size: 20px;}
.main_fw li div p {
	font-size: 16px;
	line-height: 30px;
	display: block;
	margin: 15px 0px;
	color: #666;
	}
.main_fw li div span {
	line-height: 40px;
	padding: 0px 20px;
	border: 1px solid #00a4ff;
	color: #00a4ff;
	display: inline-block;
	font-size: 16px;
	}
.main_fw li:nth-child(2) i { background-position: -80px -80px;}
.main_fw li:nth-child(3) i { background-position: -160px -80px;}
.main_fw li:nth-child(4) i { background-position: -240px -80px;}

.tit_mag {
	padding: 30px 0px;
	position: relative;
	text-align: center;
	}
.tit_mag:before {
	content:"";
	position: absolute;
	width: 100%;
	height: 1px;
	background: #DBE1E6;
	left: 0px;
	top: 50%;
	}
.tit_mag label {
	display: inline-block;
    position: relative;
    z-index: 2;
    min-width: 260px;
    margin: 0 auto;
    padding: 0 40px;
	background: #f7f7f7;
	font-size: 26px;
	}
	
.fw_tab{ height: 300px; overflow: hidden; border: 1px solid #ddd;}
.tab_tit { width: 350px; height:300px; float: left;}
.tab_tit span{ 
	background: #eff9ff;
    font-size: 22px;
	display: block;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border-top: 1px solid #fff;
    cursor: pointer;
	color: #666;
	}
.tab_tit .act{ background: linear-gradient(217deg, #1272FB, #00A4FF); color: #fff;}
.tab_tit span:first-child { border-top: none;}
.fw_sub {
	background: #fff;
	margin-left: 350px;
	height: 300px;
	}
.sub_bg1{ background: url(../images/tab-bg01.png) right top no-repeat;}
.sub_bg2{ background: url(../images/tab-bg02.png) right top no-repeat;}
.sub_bg3{ background: url(../images/tab-bg03.png) right top no-repeat;}
.fw_sub a {
	padding: 35px 60px;
	display: flex;
	transition: all .3s linear;
	}
.fw_sub a:hover span{ background: #0263ee; color: #fff; border-color: #0263ee; box-shadow: 0px 0px 20px rgb(2,99,238,.5);}
.fw_sub_1 {
	width: 50px;
	height: 50px;
	display: inline-block;
	background: url(../images/icon.png) -160px 0px no-repeat;
	}
.fw_sub_2 {
	width: 50px;
	height: 50px;
	display: inline-block;
	background: url(../images/icon.png) -220px 0px no-repeat;
	}
.fw_sub_3 {
	width: 50px;
	height: 50px;
	display: inline-block;
	background: url(../images/icon.png) -280px 0px no-repeat;
	}
.fw_sub div {
	display: inline-block;
	width: 580px;
	margin-left: 50px;
	}
.fw_sub div strong {
	font-size: 26px;
	color: #00a4ff;
	padding-bottom: 30px;
	border-bottom: 1px solid #ddd;
	display: block;
	}
.fw_sub div p {
	font-size: 18px;
	color: #666;
	line-height: 30px;
	display: block;
	margin: 30px 0px;
	}
.fw_sub div span {
	line-height: 40px;
	padding: 0px 20px;
	border: 1px solid #00a4ff;
	color: #00a4ff;
	display: inline-block;
	font-size: 16px;
	}
	
/**lc**/
.main_lc {
	display: flex;
	justify-content: space-between;
	position: relative;
	margin: 30px 0px 60px;
	}
.main_lc:before {
	content:"";
	position: absolute;
	width: 100%;
	height: 0px;
	border-top: 1px dashed #ddd;
	left: 0px;
	top: 40%;
	}
.main_lc li {
	width: 12%;
	display: block;
	text-align: center;
	background: #eff9ff;
	border: 1px solid #00a4ff;
	padding-top: 20px;
	z-index: 2;
	position: relative;
	}
.main_lc li:after {
	content:"▶";
	position: absolute;
	display: inline-block;
	font-size: 24px;
	right: -33%;
	top: 31%;
	color: #999;
	}
.main_lc li:last-child::after { display: none;}
.main_lc li p {
	display: block;
	background: #fff;
	font-size: 18px;
	line-height: 50px;
	margin-top: 20px;
	}
.lc_white label{ background: #fff!important;}

.main_fwys {
	display: flex;
	justify-content: space-between;
	padding-bottom: 30px;
	}
.main_fwys li {
	width: 23%;
	background: #fff;
	border: 1px solid #ddd;
	transition: all .3s linear;
	margin: 20px 0px;
	text-align: center;
	}
.main_fwys li:hover { box-shadow: 0px 0px 25px rgb(0,0,0,.15);}
.main_fwys li:hover span { background: #0263ee; color: #fff; border-color: #0263ee;}
.main_fwys li a {
	display: block;
	padding: 30px 15px;
	}
.main_fwys li h4 { font-size: 24px; padding-top: 15px;}
.main_fwys li p {
	font-size: 15px;
	line-height: 30px;
	display: block;
	margin: 15px 0px;
	color: #666;
	}
.main_fwys li span {
	line-height: 40px;
	padding: 0px 20px;
	border: 1px solid #00a4ff;
	color: #00a4ff;
	display: inline-block;
	font-size: 16px;
	}
	
/***我们的事业***/
/*旋转木马必要样式*/
#gla{
	overflow:hidden;
	margin:0 auto;
	position:relative;
	height:300px;
}

#gla_box{
	width:700px;
	margin:auto;
}
.gla_inbox{
	overflow:hidden;
	position:relative;
	width: 100%;
	height: 100%;
	box-shadow: 0px 0px 20px rgb(0,0,0,.15);
	padding: 40px 40px;
}
.gla_1 { background: #fff url(../images/yx_case_1.png) right bottom no-repeat; background-size: 22% auto;}
.gla_2 { background: #fff url(../images/yx_case_2.png) right bottom no-repeat; background-size: 22% auto;}
.gla_3 { background: #fff url(../images/yx_case_3.png) right bottom no-repeat; background-size: 22% auto;}
.gla_4 { background: #fff url(../images/yx_case_4.png) right bottom no-repeat; background-size: 22% auto;}
.gla_5 { background: #fff url(../images/yx_case_5.png) right bottom no-repeat; background-size: 22% auto;}
.gla_inbox strong {
	position: absolute;
	font-size: 20px;
	left: 40px;
	top: 10%;
	}
.gla_inbox p{
	position: absolute;
	left: 40px;
	right: 40px;
	top: 30%;
	font-size:16px;
	line-height:30px;
	display: block;
}
.gla_inbox span {
	position: absolute;
	left: 40px;
	bottom: 40px;
	line-height: 34px;
	padding: 0px 20px;
	border: 1px solid #00a4ff;
	color: #00a4ff;
	display: inline-block;
	font-size: 14px;
	}
.roundabout-holder {
	height: 300px;
	width: 700px;
}
.roundabout-moveable-item {
	display:block;
	height: 260px;
	width: 500px;
	cursor: pointer;
}
.roundabout-in-focus {
	cursor: auto;
}

/**知识点***/
.content {
  height: 485px;
  margin-top: 30px;
  display: flex;
  background: #fff;
  padding: 20px 20px;
}

.content .left {
  width: 504px;
  height: 442px;
  background: #f9f9f9;
  padding: 20px;
  box-sizing: border-box
}

.content .left .contain {
  height: 402px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  display: none
}

.content .left .contain.show {
  display: block
}

.content .left img {
  width: 465px;
  height: 270px
}

.content .left .title_zs {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 30px;
  color: #333333;
  text-align: center;
  padding: 10px 0 0 0;
  display: block;
}

.content .left .detail {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 30px;
  color: #888888
}

.content .right {
  margin-right: 30px;
  flex: 1;
}

.content .right .tab {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.content .right .tab li {
  width: 110px;
  cursor: pointer;
  height: 40px;
  background: #001583;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 40px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 15px;
}

.content .right .tab .picked {
  background: #f63232
}

.content .right .info {
  margin-top: 10px
}

.content .right .info ul {
  height: 339px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  list-style: square;
  display: none
}

.content .right .info ul.show {
  display: block
}

.content .right .info ul li {
  text-align: left;
  margin-bottom: 5px;
}

.content .right .info ul li .title_zs {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 30px;
  color: #333333;
  display: flex;
  justify-content: space-between
}

.content .right .info ul li .detail {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 30px;
  color: #a7a1a1;
  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/**为什么**/
.main_why {
	display: flex;
	justify-content: space-between;
	padding-bottom: 30px;
	}
.main_why li {
	width: 31%;
	height: 150px;
	border: 1px solid #ddd;
	box-shadow: 0 10px 20px rgba(0,116,236,.4);
	transition: all .3s linear;
	margin: 20px 0px;
	}
.main_why li:hover {transform:translateY(-5px);}
.main_why li:nth-child(1) { background: url(../images/why-bg01.png) center center no-repeat;}
.main_why li:nth-child(2) { background: url(../images/why-bg02.png) center center no-repeat;}
.main_why li:nth-child(3) { background: url(../images/why-bg03.png) center center no-repeat;}
.main_why li a {
	display: block;
	height: 100%;
	padding: 0px 20px;
	color: #fff;
	}
.main_why li h4 { font-size: 22px; padding-top: 15px;}
.main_why li p {
	font-size: 14px;
	line-height: 24px;
	display: block;
	padding-right: 55px;
	margin: 5px 0px;
	}
.main_why li span {
	line-height: 30px;
	padding: 0px 20px;
	border: 1px solid #fff;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	}
	
.f-cb{display: flex; margin-bottom: 30px;}
.f-cb li {
    width: 20%;
    text-align: center;
    padding: 20px 0;
	position: relative;
	}
.f-cb li h2 {
    font-size: 42px;
    color: #dc231f;
    font-weight: bold;
	line-height: 60px;
	}
.f-cb li p {
    font-size: 16px;
    color: #666;
    line-height: 24px
	}

.f-cb li:after{
    content: '';
    display: block;
    width: 1px;
    height: 42px;
    background: #d3d5da;
    position: absolute;
    top: 50%;
	margin-top: -21px;
    right: 0;
	}
.f-cb li:last-child:after{display: none;}

/**/
.footer {
	width: 100%;
	background: #333;
	}
.footer .f_tit {
	display: flex;
	padding: 30px 0px;
	}
.footer .f_tit .f_tit_l {
	width: 300px;
	text-align: center;
	color: #a8a8a8;
	}
.footer .f_tit .f_tit_l strong a{ font-size: 40px; color: #fff;}
.footer .f_tit .f_tit_l strong a:hover { text-decoration: none;}
.footer .f_tit .f_tit_l p { font-size: 16px;}
.footer .f_tit .f_tit_r {
	display: block;
	margin-left: 50px;
	width: 100%;
	}
.footer .f_tit .f_tit_r .link-item a {
	margin-right: 2%;
	color: #fff;
	line-height: 24px;
	font-size: 16px;
	}
.foot_inner {
	line-height: 30px;
	color: #a8a8a8;
	font-size: 15px;
	}

.tit_cont {
	text-align: center;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 40px;
	}

/*表单*/ 
.biaodan{
	background: url(../images/bd3.jpg) no-repeat top center;
	height: 240px;
	position: relative;
	background-size: contain;
}
.biaodan .bdform{
	width: 850px;
	margin: 0 auto;
	padding: 103px 0 0 26px;
	box-sizing: border-box;
}
.biaodan form .in{
	height: 39px;
	width: 220px;
	border-radius: 5px;
	padding-left: 20px;
	float: left;
	border: 2px solid #f6ab00;
}
.biaodan form .in.in2{
	margin-left: 30px;
}
.biaodan form .tijiao{
	margin-left: 40px;
	width: 150px;
	height: 39px;
	background: none;
	border: none;
	float: left;
}


/*2*/
.sp_bd_bg2 {
	width: 100%;
	position: fixed;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 100;
	background: url(../images/bd_3_bg.jpg) center center no-repeat;
	background-size: cover;
	padding: 10px 0px;
	z-index: 990;
	}
.sp_bd_form2{
	width: 60%;
	margin: 0px auto;
	display: flex;
	align-items: center;
	}
.sp_bd_tit2 {color: #fff; width: 40%;}
.sp_bd_tit2 h3 { font-size: 26px; display: inline-block;}
.sp_bd_tit2 p { font-size: 14px; line-height: 26px; display: inline-block; color: #eee;}
.sp_bd_form2 form { width: 60%;}
.sp_bd_form2 form input {
	line-height: 34px;
	width: 35%;
	padding: 0px 15px;
	background: rgb(255,255,255,1);
	border: 1px solid #ccc;
	font-size: 14px;
	color: #999;
	outline: none;
	box-sizing: border-box;
	margin: 0px 5px;
	border-radius: 4px;
	overflow: hidden;
  	text-overflow: ellipsis;
  	white-space: nowrap;
	}
input::-webkit-input-placeholder {color: #999;}

.sp_bd_form2 button {
	height: 36px;
	line-height: 36px;
	background: linear-gradient(to top, #00acc1, #4dd0e1);
	box-shadow: 0px 0px 10px rgb(200,32,62,.2);
	color: #fff;
	font-size: 18px;
	padding: 0px 30px;
	display: inline-block;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	vertical-align: bottom;
	}


