@charset "utf-8";
body {
	color: #000000;
	font-size: 14px;
	background-color: #fff;
	overflow-x: auto;
	font-family: "Microsoft YaHei", "Tahoma", "宋体";
	*font-family: "微软雅黑", "Microsoft YaHei", "Tahoma", "宋体";
}

.Validform_checktip {
	display: none !important;
}

.textCenter {
	text-align: center;
}

.textLeft {
	text-align: left;
}

.textRight {
	text-align: right;
}

.left {
	float: left;
}

.right {
	float: right;
}

img {
	display: inline-block;
	border: none;
}

a {
	cursor: pointer;
	text-decoration: none;
}

li {
	list-style: none;
}

input {
	border: none;
}

.mainNav {
	clear: both;
	width: 100%;
	margin: 0px auto 0;
	height: 70px;
	margin: 30px auto !important;
	overflow: hidden;
}

.mainNav .mainNav_wrap {
	width: 100%;
	height: 70px;
	overflow: hidden;
	position: static;
	padding: 0 30px;
	box-sizing: border-box;
	background: url(../img/nav_bg.png) no-repeat center;
	opacity: 0.9;
}

.mainNav .mainNav_wrap.fixedTop {
	position: fixed;
	z-index: 999;
	top: 0;
}

.mainNav ul {
    width: 950px;
    margin: 0 auto;
    color: #fbfbfb;
    height: 72px;
    line-height: 26px;
    box-sizing: border-box;
    padding-left: 56px;
}

.mainNav ul li {
	width: auto;
	padding: 0 10px;
	text-align: center;
	float: left;
	font-size: 18px;
	height: 70px;
	line-height: 70px;
	box-sizing: border-box;
	cursor: pointer;
}

.mainNav ul li.activeNav,
.mainNav ul li:hover {
	font-weight: bold;
}

.nav_a {
	padding: 0 23px;
	text-align: center;
	float: left;
	font-size: 17px;
	height: 70px;
	padding-top: 20px;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	overflow: hidden;
}

.clearfix {
	zoom: 1;
}

.wrapper {
	width: 1000px;
	margin: 0 auto;
}

.sm_wrapper {
	width: 1000px;
	margin: 0 auto;
}

.a_btn {
	display: block;
	text-align: center;
	background: #ce3737 !important;
	margin-bottom: 0;
	width: 100%;
	height: 50px;
	line-height: 50px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 18px;
	color: #fff;
	cursor: pointer;
	top: 20px;
	position: relative;
}

.a_btn:hover {
	background: #ce3737 !important;
	color: #fff;
}

.btn_list {
	position: relative;
	/*top: 30px;*/
	height: 100px;
	width: 290px;
	margin: 0 auto;
}

.a_btn_hollow {
	display: block;
	text-align: center;
	background: transparent !important;
	border: 1px solid #ff9900;
	margin-bottom: 0;
	height: 50px;
	line-height: 50px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 18px;
	color: #ff9900;
	cursor: pointer;
	top: 20px;
	position: relative;
}

.a_btn_hollow:hover {
	background: #f5a225 !important;
	color: #fff;
}

.a_list {
	display: block;
	width: 415px;
	margin: 0 auto;
}

.a_list a:nth-child(1) {
	float: left;
}

.a_list a:nth-child(2) {
	float: right;
	margin-top: 30px;
}

.contents .content {
	display: none;
}

.contents .current {
	display: block !important;
}

.padtop60 {
	padding-top: 60px;
}


/*<!--头部【导语和表单】-->*/

.header {
	position: relative;
	width: 100%;
	height: 610px;
	background: url(../img/banner.jpg) no-repeat center top;
}

.header .wrapper
{
	/*position: relative;*/
}

.head_t {
	padding-top: 172px;
	width: 479px;
    float: right;
    position: relative;
    left: 220px;
}

.head_t h1 strong,
.head_t h2 strong {
	font-size: 65px;
}

.head_t h1 {
	font-size: 48px;
	color: #FFFFFF;
}

.banner_h2 {
	font-size: 30px;
	color: #fff;
	text-align: center;
	position: absolute;
	font-weight: bold;
	width: 1000px;
	bottom: 90px;
}

.head_t p {
	font-size: 53px;
	color: #000;
	font-weight: bold;
	margin-top: 15px;
	margin-left: -10px;
}

.leadform {
	width: 100%;
	/*margin-bottom: 60px;*/
}

.leadform h3 {
	font-size: 24px;
	color: #252525;
	font-weight: bold;
	padding-bottom: 10px;
	width: 60px;
	float: left;
	line-height: 50px;
}

.leadform {
	width: 100%;
	line-height: 25px;
	font-size: 14px;
	color: #666666;
	padding: 40px 40px 0 0px;
	box-sizing: border-box;
}

.leadform p {
	float: left;
	font-size: 14px;
	margin-top: 0px;
	color: #666;
	width: 800px;
	text-align: left;
	line-height: 25px;
}

.leadform .dy {
	padding: 20px 44px 20px 44px;
	border: 1px solid #ccc;
}

.leadform .dy h1 {
	display: block;
	float: left;
	font-size: 30px;
	font-weight: bold;
	color: #333;
	width: 110px;
	text-align: left;
	/* margin-bottom: 30px; */
	height: 72px;
	line-height: 72px;
}

.gradient {
	display: inline-block;
	/*width: 300px;*/
	margin: 20px 0;
	color: #fff;
	text-align: center;
	border-radius: 50px;
	padding: 10px 30px;
	background: #19469b;
	background: -webkit-linear-gradient(left, #19469b, #0082ce);
	background: -o-linear-gradient(right, #19469b, #0082ce);
	background: -moz-linear-gradient(right, #19469b, #0082ce);
	background: linear-gradient(to right, #19469b, #0082ce);
}

.section_content h3.gradient {
	font-size: 24px;
	width: 300px;
}


/*--------begin section-----------*/

.seclines {
	position: absolute;
	float: right;
	right: 250px;
	margin-top: 25px;
}

.bggary {
	background: #ecede7;
}

.section_content,
.section {
	padding: 30px 0;
}

.titleh2 {
	font-size: 30px;
	font-weight: bold;
	color: #333;
	z-index: 0;
	position: relative;
}

.title_p {
	color: #333;
	font-size: 26px;
	margin-top: 10px;
	position: relative;
	z-index: 1;
	margin-bottom: 20px;
}

.left_bh {
	position: absolute;
	left: -200px;
}

.right_bh {
	position: absolute;
	right: -200px;
	bottom: -25px;
}

.posrelative {
	position: relative;
}

.btn_list_long {
	width: 590px;
	height: auto;
	top: 0;
}

.btn_list_long .a_btn,
.btn_list_long .a_btn_hollow {
	width: 290px;
}


/*-----------------模块开始------------------*/

.bright_ul {
	width: 971px;
	margin: 0 auto;
	padding: 40px 0;
	background: url(../img/bright_bg.png) no-repeat center;
}

.bright_ul li {
	position: relative;
	width: 319px;
	margin-right: 7px;
	height: 178px;
	margin-bottom: 5px;
	overflow: hidden;
	display: inline;
	color: #fbfbfb;
	cursor: pointer;
}

.bright_ul li:nth-child(3n) {
	margin-right: 0;
}

.bright_ul li img {
	width: 326px;
	height: 210px;
}

.bright_ul li h3 {
	position: absolute;
	top: 50px;
	left: 76px;
	z-index: 2;
	width: 155px;
	margin: 0 auto;
	height: 44px;
	line-height: 44px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	border-bottom: 1px solid #ccc;
}

.bright_ul span {
	display: block;
	font-size: 18px;
	text-align: center;
	position: relative;
	top: 113px;
}

.bright_ul li div {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	/* margin-top: 4px; */
	margin-bottom: 4px;
	width: 319px;
	height: 180px;
	padding: 20px;
	border-radius: 32px;
	box-sizing: border-box;
	background: rgba(86, 9, 9, 0.75);
	line-height: 24px;
	font-size: 14px;
}

.bright_ul li div a {
	width: 106px;
	height: 32px;
	border: 1px solid #fff;
	text-align: center;
	line-height: 32px;
	background-color: red;
	display: block;
	margin: 0 auto;
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	bottom: 20px;
	left: 120px;
}

.bright_ul li:nth-child(4) div,
.bright_ul li:nth-child(5) div,
.bright_ul li:nth-child(6) div {
	margin-top: 4px !important;
}

.bright_ul li:nth-child(4),
.bright_ul li:nth-child(5),
.bright_ul li:nth-child(6) {
	margin-top: 0px;
	height: 181px !important;
	position: relative;
	top: 3px;
}

.bright_ul li div p {
	padding: 0 0 0 30px;
}


/*------know--------*/

.sec_know ul {
	margin-top: 30px;
}

.sec_know li {
	background: #fff;
	border-radius: 92px;
	box-shadow: 0px 0px 40px #dad4d4;
	padding: 10px;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.sec_know li div {
	float: left;
}

.sec_know li h4 {
	width: 206px;
	font-size: 18px;
	position: absolute;
	margin-left: -50px;
	margin-top: 58px;
	box-sizing: border-box;
}

.sec_know li .right {
	width: 650px;
	float: right;
	padding: 25px 0;
	box-sizing: border-box;
	line-height: 35px;
	color: #666;
}


/*-----活动地点----------*/

.white {
	color: #FFFFFF !important;
}

.sec_city {
	background: url(../img/sec_bg.jpg) no-repeat center;
	background-size: cover;
	height: 660px;
}

.sec_city ul {
	width: 855px;
	margin: 0 auto;
	margin-top: 30px;
}

.sec_city li {
	position: relative;
	cursor: pointer;
	float: left;
	margin-right: 20px;
}

.sec_city li:nth-child(5) {
	margin-right: 0;
}

.sec_city li div {
	display: none;
	width: 155px;
	height: 155px;
	text-align: center;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 50%;
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	position: absolute;
	top: 0;
	padding-top: 45px;
	box-sizing: border-box;
}

.sec_city li.active div {
	display: block;
}

.current {
	display: block !important;
}

.city_content {
	display: none;
	margin-top: 35px;
	background: #fff;
	padding: 30px 30px 30px 50px;
}

.sec_city .introduce {
	float: left;
	width: 710px;
}

.sec_city .introduce p {
	padding-left: 35px;
}

.sec_city .introduce p.time {
	margin-bottom: 10px;
	color: #333;
	font-weight: bold;
	font-size: 18px;
	background: url(../img/ic_time.png) no-repeat left center;
	background-size: contain;
}

.sec_city .introduce p.adrs {
	margin-bottom: 10px;
	color: #333;
	font-weight: bold;
	font-size: 18px;
	background: url(../img/ic_adrs.png) no-repeat left center;
	background-size: contain;
}

.sec_city p.padding {
	padding-left: 106px;
}

.botm_div {
	color: #333;
	line-height: 25px;
}

.botm_div .left {
    width: 410px;
    border-right: 1px dashed #666;
    height: 200px;
    overflow-y: scroll;
}

.botm_div .right {
	width: 290px;
	float: left !important;
	 height: 200px;
    overflow-y: scroll;
}

.botm_div .right p
{
	padding-left: 20px;
}

.map_div {
	float: right;
}

.map-container,
.map {
	height: 210px;
	width: 210px;
	margin: 0 auto;
}

.sec_city .a_btn_hollow {
	color: #fff;
	border: 1px solid #fff;
}

.sec_city .a_btn_hollow:hover {
	color: #fff !important;
	background: none !important;
}


/*------------------轮播­----------------*/

.success_carousel {
	/*overflow: hidden;*/
	position: relative;
	width: 1000px;
	margin-top: 30px;
}

.success_carousel .hd .prev,
.success_carousel .hd .next {
	display: block;
	width: 28px;
	height: 46px;
	cursor: pointer;
	position: absolute;
	z-index: 1;
	top: 50%;
	margin-top: -23px;
}

.success_carousel .hd .prev {
	left: 0;
	background: url(../img/prev.png) no-repeat center;
}

.success_carousel .hd .next {
	right: 0;
	background: url(../img/next.png) no-repeat center;
}

.success_carousel .hd .prev:hover {
	left: 0;
	background: url(../img/prev_hover.png) no-repeat center;
}

.success_carousel .hd .next:hover {
	right: 0;
	background: url(../img/next_hover.png) no-repeat center;
}

.success_carousel .hd ul {
	float: right;
	overflow: hidden;
	zoom: 1;
	width: 100%;
	height: 15px;
	position: absolute;
	z-index: 1;
	bottom: 0;
	text-align: center;
}

.success_carousel .hd ul li {
	display: inline-block;
	margin: 0 5px;
	width: 9px;
	height: 9px;
	border: 1px solid #666666;
	overflow: hidden;
	text-indent: -999px;
	cursor: pointer;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.success_carousel .hd ul li.on {
	background-color: #666666;
}

.success_carousel .bd {
	padding: 0 60px;
}

.success_carousel .bd ul {
	padding-bottom: 35px !important;
}

.success_carousel .bd ul li {
	float: left;
	text-align: center;
	width: 880px;
}

.success_carousel .bd li div {
	float: left;
	padding: 35px;
	box-sizing: border-box;
	background-color: #FFFFFF;
}

.success_carousel .bd li div:nth-child(2n) {
	margin-right: 0;
}

.success_carousel img {
	margin: 0 auto;
}

.success_carousel .name {
	font-weight: bold;
	color: #0099FF;
	font-size: 18px;
	line-height: 60px;
}

.success_carousel h3 {
	color: #333;
	font-size: 18px;
	font-weight: bold;
	line-height: 28px;
	margin-bottom: 10px;
}

.success_carousel span {
	font-weight: bold;
	color: #333;
}

.success_carousel p {
	color: #666;
	line-height: 30px;
}


/*-----------嘉宾--------*/

.guest_div {
	width: 100% !important;
	box-shadow: none !important;
	border: 1px solid #ccc !important;
	padding: 0 !important;
}
.guest_div .left img
{
	width: 180px;
    height: 180px;
    border-radius: 50%;
    margin-right: 20px;
}
.guest_div .right b
{
	    font-size: 25px;
}

.guest_div h5 {
	padding: 8px 0;
	font-size: 16px;
	color: #333;
	background: #eadfc3;
}

.info_div,
.info_div div {
	border: none !important;
	box-shadow: none !important;
	padding: 0 !important;
}

.info_div .left {
	width: 200px !important;
	display: block;
    height: 200px;
}

.info_div {
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 30px 50px !important;
}

.info_div .right {
	text-align: left !important;
	width: 540px !important;
	box-sizing: inherit !important;
}

.info_div .info {
	margin-top: 10px;
}

.guest_div .btn_list {
	width: 100% !important;
}

.guest_div .a_btn {
	width: 300px !important;
	margin: 0 auto;
	top: -20px;
	background: #ce3737 !important;
}


/*---------各国院校--------*/

.countryWrap li {
	float: left;
	position: relative;
	width: 220px;
	height: 128px;
	padding: 20px 0;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin: 5px;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-ms-transition: 0.35s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
	top: 0;
}

.countryWrap li:hover {
	top: -5px;
	-webkit-box-shadow: 2px 2px 10px #6A6A6A;
	-moz-box-shadow: 2px 2px 10px #6A6A6A;
	box-shadow: 2px 2px 10px #6A6A6A;
}

.countryWrap li img {
	display: inline-block;
	height: 61px;
}

.countryWrap li p {
	height: 44px;
	line-height: 44px;
	font-size: 13px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.countryWrap li span {
	display: block;
	margin: 0 auto;
}

.countryWrap li a {
	cursor: pointer;
}

.countryWrap li a.order,
.countryWrap li a.refer {
	display: inline-block;
	width: 48px;
	border: 1px solid #3399CC;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	line-height: 22px;
}

.countryWrap li a.order {
	color: #FFFFFF;
	background-color: #3399CC;
}

.countryWrap li a.refer {
	color: #3399CC;
}

.slideGroup {
	width: 100%;
	margin: 0 auto;
}

.slideGroup .parHd {
	position: relative;
}

.slideGroup .parHd ul {
	width: 755px;
	margin: 0 auto;
	line-height: 26px;
	margin-top: 30px;
}

.slideGroup .parHd li.first {
	border: none !important;
}

.slideGroup .parHd ul li {
	float: left;
	padding: 0 32px 0 24px;
	font-size: 18px;
	cursor: pointer;
	border-left: 2px solid #333333;
}

.slideGroup .parHd ul li.hot {
	border: none;
}

.slideGroup .parHd ul li.on,
.slideGroup .parHd ul li:hover {
	font-weight: bold;
}

.slideGroup .parHd ul li img {
	display: inline-block;
	margin-right: 8px;
}


/*主体部分*/

.slideGroup .countryBox {
	zoom: 1;
	position: relative;
	padding-left: 2px;
	padding-top: 30px;
	width: 928px;
	margin: 0 auto;
}

.slideGroup .sPrev,
.slideGroup .sNext {
	position: absolute;
	top: 50%;
	margin-top: -44px;
	display: block;
	width: 47px;
	height: 88px;
	filter: alpha(opacity=70);
	opacity: 0.7;
	line-height: 88px;
	font-size: 60px;
	color: #ef190d;
	font-weight: bold;
}

.slideGroup .sPrev {
	left: -60px;
}

.slideGroup .sNext {
	right: -60px;
}

.slideGroup .sPrev:hover,
.slideGroup .sNext:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.slideGroup .parBd ul {
	overflow: hidden;
	zoom: 1;
}


/*主体部分*/

.sec_idp h3 {
	width: 380px !important;
}

.whyidp {
	margin-bottom: 6px;
	height: 39px;
	border: 1px solid #d4dee7;
	padding: 1px;
	line-height: 39px;
	background-color: #e5eef5;
	width: 296px;
}

.whyidp-imgwrap {
	width: 45px;
	background-color: #0159a3;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	height: 39px;
}

.whyidp b {
	display: block;
	padding-left: 38px;
	font-size: 18px;
	color: #0159a3;
}

.whyidp-video {
	width: 100%;
	height: 170px;
	overflow: hidden;
}

.whyidp-imgwrap img {
	display: inline-block;
	margin-top: 11px;
}

.video {
	float: left;
	width: 300px;
	position: absolute;
	margin-top: 60px;
}

.div_video {
	width: 800px;
	margin: 0 auto;
}

.sec_idp .right {
	float: right;
	width: 605px;
	height: 322px;
	border: 1px solid #ccc;
	padding: 30px 30px 30px 180px;
	box-sizing: border-box;
	color: #666;
}

.sec_idp .right p {
	line-height: 25px;
	margin-bottom: 10px;
}


/*历届精彩回顾*/

.bgblack {
	background: #314045;
}

.video_con {
	margin-top: 30px;
	position: relative;
}

.video_con .video_lf {
	width: 745px;
	height: 450px;
	overflow: hidden;
}

.video_con .video_lf .video_list {
	width: 745px;
	height: 450px;
}

.picScroll-top {
	margin: 0 auto;
	width: 240px;
	height: 450px;
	overflow: hidden;
	position: relative;
	background: #1f1f1f;
}

.picScroll-top .hd {
	text-align: center;
	height: 40px;
	overflow: hidden;
	background: #1f1f1f;
}

.picScroll-top .hd .prev,
.picScroll-top .hd .next {
	display: inline-block;
	width: 28px;
	height: 28px;
	margin: 0 10px;
	margin-top: 10px;
	overflow: hidden;
	cursor: pointer;
	background: url(../img/prev_h.png) no-repeat;
}

.picScroll-top .hd .next {
	background: url(../img/next_h.png) no-repeat;
}

.picScroll-top .hd .prevStop {
	background: url(../img/prev_h.png) no-repeat;
}

.picScroll-top .hd .nextStop {
	background: url(../img/next_h.png) no-repeat;
}

.picScroll-top .bd {
	height: 404px !important;
	overflow: hidden;
}

.picScroll-top .bd ul {
	overflow: hidden;
	zoom: 1;
}

.picScroll-top .bd ul li {
	zoom: 1;
	padding: 15px 12px 12px;
	height: 52px !important;
	border-bottom: 1px solid #363636;
}

.picScroll-top .bd ul li .title {
	/*line-height: 54px;*/
	font-size: 25px;
	color: #fbfbfb;
}

.picScroll-top .bd ul li .title a {
	display: block;
	color: #fff !important;
	height: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	"

}

.picScroll-top .bd ul li.active a,
.picScroll-top .bd ul li .title a:hover {
	color: #7f83c0 !important;
}

.picScroll-top .bd ul li .title a span {
	float: left;
	width: 20px;
}

.picScroll-top .bd ul li .title a em {
	float: left;
	width: 195px;
	font-size: 16px;
	font-style: normal;
}

.picScroll-top .bd ul li .title .date {
	height: 24px;
	overflow: hidden;
	line-height: 24px;
}

.picScroll-top .bd ul li .date span {
	float: left;
	height: 24px;
	color: #7e7e7e;
	padding: 0 6px 0 20px;
	font-size: 12px;
}

.picScroll-top .bd ul li .date span img {
	float: left;
	margin-right: 5px;
	margin-top: 3px;
}

.picScroll-top .bd ul li .date span em {
	float: left;
	font-style: normal;
}

.video_list embed {
	display: none;
}

.show {
	display: block !important;
}

.js_carousel_2 .bd,
.js_carousel_2 div {
	padding: 0 !important;
}

.js_carousel_2 .picList li {
	width: 1000px !important;
}

.js_carousel_2 img {
	border: 1px solid #fff;
}

.js_carousel_2 .left {
	width: 360px;
	margin-right: 2px;
}

.js_carousel_2 .left .top {
	width: 100%;
	/*margin-bottom: 2px;*/
}

.js_carousel_2 .top img {
	width: 178px;
	height: 130px;
	float: left;
}

.js_carousel_2 img {
	width: 100%;
	height: 100%;
}

.js_carousel_2 .botm {
	width: 358px;
	height: 230px;
}

.js_carousel_2 .center {
	width: 278px;
	height: 362px;
}

.js_carousel_2 .right {
	width: 318px;
	height: 280px;
}

.ul_link li {
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
	position: relative;
	top: 0;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-ms-transition: 0.35s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
}

.ul_link li:nth-child(3n) {
	margin-right: 0;
}

.ul_link li:hover {
	top: -10px;
	box-shadow: 0px 0px 10px #efefef;
}

.tab_ul {
	width: 565px;
	margin: 0 auto;
	line-height: 26px;
	margin-top: 30px;
}

.tab_ul li.first {
	border: none !important;
}

.tab_ul li {
	float: left;
	padding: 0 32px 0 24px;
	font-size: 18px;
	cursor: pointer;
	border-left: 2px solid #333333;
}

.tab_ul li.on,
.tab_ul li:hover {
	font-weight: bold;
}

.js_offer li div {
	width: 286px;
	margin-right: 15px;
	padding: 10px !important;
	box-shadow: 0px 0px 10px #efefef;
}

.js_offer li div:nth-child(3n) {
	margin-right: 0;
}

.offer_content,
.success_content {
	display: none;
}

.success_content {
	margin-top: 20px;
	background: url(../img/success_icon.png) no-repeat bottom right;
	background-position-y: 400px;
}

.success_content .box {
	background: #fff;
	border: 1px solid #efefef;
	box-shadow: 0px 0px 10px #efefef;
}

.success_content .box h5 {
	color: #333;
	font-weight: bold;
	padding: 5px 0;
	font-size: 15px;
	background: #eadfc3;
	text-align: center;
}

.success_content .cont {
	padding: 30px 20px;
}

.success_content .cont h6 {
	font-size: 15px;
	line-height: 30px;
	margin-bottom: 10px;
	text-align: left;
	font-weight: bold;
	color: #0099FF;
}

.success_content .a_btn {
	display: inline-block;
	margin-right: 15px;
	float: left;
	width: 100px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
}

.success_content .a_btn_hollow {
	display: inline-block;
	width: 100px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	float: left;
	border: 1px solid #ce3737;
	color: #ce3737;
}

.success_content .top_1 {
	width: 340px;
	float: left;
	height: 290px;
	margin-top: 70px;
}

.success_content .top_2 {
	width: 340px;
	float: left;
	height: 360px;
}

.success_content .top_3 {
	width: 302px;
	float: left;
	height: 290px;
	margin-top: 70px;
}

.bottom_1.box {
	float: left;
	width: 420px;
}

.bottom_2.box {
	float: left;
	width: 400px;
	height: 300px;
}

.sec_news .left {
	width: 500px;
}

.sec_news .right {
	float: left;
	width: 350px;
	margin-left: 50px;
	line-height: 25px;
}

.teas_content {
	display: none;
}

.sec_form {
	background: rgba(233, 129, 87, 0.85);
	position: fixed;
	height: 115px;
	bottom: 0;
	width: 100%;
	padding: 36px 0;
	box-sizing: border-box;
}

.biaodan form div {
	/*margin-bottom: 10px;*/
}

.biaodan form input,
.biaodan form select {
	height: 38px;
	font-family: "微软雅黑";
	display: block;
	width:124px;
	color: #ccc;
}

.biaodan form .mobile,
.biaodan form .name,
.biaodan form .guojia,
.biaodan form .branch {
	width: 124px;
	padding: 1px 0;
	float: left;
	padding-left: 36px;
	margin-left: 5px;
	/*margin-bottom: 10px;*/
}

.biaodan form .mobile {
	background: url(../img/phone_box.jpg) no-repeat center;
}

.biaodan form .name {
	background: url(../img/name_box.jpg) no-repeat center;
}

.biaodan form .guojia {
	background: url(../img/coun_box.jpg) no-repeat;
}

.biaodan form .branch {
	background: url(../img/city_box.jpg) no-repeat;
}

.biaodan form .from_submit {
    width: 340px;
    float: left;
}

.registerform {
	width: 1000px;
	margin: 0 auto;
	/*margin-top: 30px;*/
}

.from_submit #submit {
	    float: left;
	    display: inline-block;
	margin-left: 10px;
	text-align: center;
	margin-bottom: 0;
	border: 1px solid #ef0a0a;
	width: 170px;
	background: #e42222;
	height: 40px;
	line-height: 40px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
}

.from_submit a{
    float: left;
    color: #fff;
    font-size: 18px;
    margin-left: 15px;
    margin-top: 7px;
}
.disnone
{
	display: none;
}
