@charset "utf-8";

body {
	font-family: "Microsoft YaHei";
}
@media screen and (max-width: 768px)
{
body {
   	min-width:1920px;
}
}
.container {
	width: 1190px;
	margin: auto;
	overflow: hidden;
	position: relative
}

.container .title {
	position: absolute;
	width: 279px;
	height: 56px;
	right: 158px;
	top: 0;
}

.logo {
	width: 200px;
	padding: 18px 0;
	float: left
}

.toolbar {
	width: 543px;
	height: 41px;
	background: url(../images/toolbar.png) no-repeat;
	float: right;
	font-size: 15px;
	line-height: 41px;
	margin-top: 27px
}

.toolbar ul {
	margin-left: 25px
}

.toolbar ul li {
	float: left;
	margin-left: 2px;
	text-align: center;
	cursor: pointer;
	padding: 0 25px
}

.toolbar ul li a {
	color: #fff
}

.toolbar .icon-toolbar {
	width: 23px;
	height: 23px;
	display: inline-block;
	vertical-align: middle;
}

.toolbar .icon-qq {
	background: url(../images/icon-toolbar.png) no-repeat 0 2px;
}

.toolbar .icon-apply {
	background: url(../images/xcsq.png) no-repeat 0 2px;
}

.toolbar .icon-phone {
	background: url(../images/ttel.png) no-repeat 0 2px;
}

.apply-form {
	width: 100%;
	height: 660px;
	clear: both
}

.apply-content {
	width: 544px;
	float: left;
	margin-top: 113px;
	margin-left: 50px;
	position: relative
}

.apply-content img {
	display: block
}

.apply-content .tt {
	color: #fff;
	font-size: 32px;
	padding: 20px 0 0 0;
	display: block;
	line-height: 32px
}

.apply-content .txt {
	padding: 20px 0;
	font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 1px;
    color: #ffffff;
}

.apply-content .bottom {
	height: 40px
}

.apply-content .bottom .bnt {
	display: block;
	float: left;
	height: 36px;
	min-width: 110px;
	line-height: 36px;
	color: #fff;
	padding: 0 12px;
	margin-right: 20px;
	border: 1px solid #fff;
	border-radius: 50px;
	text-align: center;
	font-size: 15px
}

.apply-content .bottom .bnt span {
	padding-left: 27px;
	position: relative
}

.apply-content .bottom .bnt span i {
	position: absolute;
	width: 23px;
	height: 23px;
	left: 0;
	top: 50%;
	margin-top: -12px;
}

.apply-content .bottom .bnt .qq {
	background: url(../images/wxp.png) no-repeat center; 
}

.apply-content .bottom a.bnt:hover {
	background: url(../images/qq_bj.png) no-repeat;
	border: 0;
	height: 38px;
	min-width: 112px
}

.apply-content .bottom .bnt .dh {
	background: url(../images/ttel.png) no-repeat center;
}

.apply-content .hr {
	border-top: 1px solid #fff;
	width: 35px;
	display: inline-block;
	position: relative;
	top: 5px;
	margin: 0 2px
}

.apply-form form {
	width: 300px;
	background: #fff;
	float: right;
	margin: 70px 110px 0 0;
	border-radius: 10px
}

.apply-form form .form-title {
	font-size: 22px;
	color: #333;
	display: block;
	text-align: center;
	margin: 31px 0 6px
}

.apply-form form input[type="text"] {
	width: 210px;
	height: 40px;
	padding: 0 15px;
	border: 1px solid #ddd;
	border-radius: 3px;
	font-size: 14px;
	color: #333;
	font-family: "Microsoft YaHei";
	margin: 15px 30px 0
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #bcbcbc
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #b5cce6
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #b5cce6
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #b5cce6
}

.apply-form form input[type="button"],
.apply-form form .button {
	display: block;
	width: 160px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	font-family: "Microsoft YaHei";
	background: url(../images/bnt_1.png) no-repeat;
	border: 0;
	color: #fff;
	margin: 28px auto 45px auto;
	cursor: pointer
}

.error {
	color: #d03864;
	margin: 8px 30px 0;
	display: block
}

.error2 {
	color: #fff;
	margin: 8px 80px 0;
	display: block
}

.error3 {
	color: #d03864;
	margin: 8px 85px 0;
	display: block
}

.advantage {
	height: 110px;
	background: #f4f4f4
}

.nav_float {
	width: 100%;
	position: relative;
	left: 0;
	top: 0;
	background: #f4f4f4;
	z-index: 9
}

.nav_float ul {
	overflow: hidden
}

.nav_float ul li {
	width: 20%;
	float: left
}

.nav_float ul li a {
	display: block;
	height: 110px;
	color: #333;
	position: relative
}

.nav_float ul li a:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0
}

.nav_float ul li .hover,
.nav_float ul li a:hover {
	background: #fff
}

.nav_float ul li span {
	padding: 30px 0 0 20px;
	font-size: 18px;
	display: block;
	position: relative;
	z-index: 5
}

.nav_float ul li span:after {
	content: "";
	display: block;
	width: 40px;
	height: 3px;
	background: #05a8c5;
	margin-top: 5px
}

.nav_float ul .li1 a:after {
	background: url(../images/n1.png) no-repeat right bottom
}

.nav_float ul .li2 a:after {
	background: url(../images/n2.png) no-repeat right bottom
}

.nav_float ul .li3 a:after {
	background: url(../images/n3.png) no-repeat right bottom
}

.nav_float ul .li4 a:after {
	background: url(../images/n4.png) no-repeat right bottom
}

.nav_float ul .li5 a:after {
	background: url(../images/n5.png) no-repeat right bottom
}

.nav_float.fixed {
	position: fixed;
	border-bottom: 1px solid #e5e5e5
}

.nav_float.fixed ul li a {
	height: 69px
}

.nav_float.fixed ul li span {
	padding: 20px 0 0 20px
}

.nav_float.fixed ul li a:after {
	background-size: 20% !important
}

.tgt_title {
	text-align: center;
	font-size: 34px;
	font-weight: bold;
	line-height: 34px;
	position: relative;
	letter-spacing: 2px;
}

.tgt_title:after {
	content: "";
	display: block;
	width: 95px;
	height: 5px;
	background: #05a8c5;
	border-radius: 5px;
	margin: 15px auto 0 auto
}

.tgt_title span {
	color: #05a8c5;
}

.tgt_img {
	width: 100%
}

.tgt_img .text {
	text-align: center;
	font-size: 16px;
	padding-top: 35px
}

.tgt_img .text span {
	color: #05a8c5
}

a.tgt_bnt {
	display: block;
	width: 240px;
	height: 50px;
	background: url(../images/bnt_2.png) no-repeat;
	margin: 0 auto;
	font-size: 18px;
	color: #fff;
	line-height: 50px;
	text-align: center
}

.tgt_One0 {
	padding: 50px 0;
	overflow: hidden
}

.tgt_One0 .tgt_img {
	margin-top: 20px
}

.tgt_One1 {
	background: #fafafa;
	overflow: hidden;
	padding: 0 0 50px 0
}

.tgt_One1 .text {
	padding-top: 35px;
	padding-left: 100px;
}

.tgt_Two {
	height: 745px;
	padding: 50px 0
}

.tgt_Two .tgt_title {
	color: #fff
}


.tgt_Two .tgt_txt {
	text-align: center;
	font-size: 16px;
	padding-top: 30px;
	color: #fff
}

.tgt_Two .tgt_txt span {
	font-size: 16px;
	font-weight: bold;
	color:#05a8c5
}

.tgt_Three {
	padding: 50px 0;
	background: #fff;
	overflow: hidden
}

.tgt_Three .text {
	padding-top: 50px;
	font-size: 18px
}

.tgt_Three .tgt_img .text em {
	display: inline-block
}

.tgt_Three .tgt_img .text p:nth-child(1){
	width: 622px;
	float: left
}

.tgt_Three .tgt_img .text p:nth-child(2){
	width: 504px;
	float: right
}

.tgt_Four {
	height: 748px;
	padding: 50px 0;
	overflow: hidden
}

.tgt_Four .tgt_title {
	color: #333333;
}

.tgt_Four .tgt_title:after {
	background: #fff
}

.tgt_Four .text {
	padding-top: 47px;
	font-size: 18px;
	color: #333333;
}

.tgt_Four .tgt_img .text em {
	display: inline-block
}

.tgt_Four .tgt_img .text p:nth-child(1){
	width: 566px;
	float: left
}

.tgt_Four .tgt_img .text p:nth-child(2) {
	width: 600px;
	float: right
}

.tgt_Five {
	background: url(../images/bj4.jpg) no-repeat center 0
}

.tgt_Five .container {
	height: 670px;
	overflow: visible
}

.Equity_top {
	width: 100%;
	z-index: 3;
	background:url(../images/vip.png) no-repeat center 45px;
	height: 700px;
}

.Equity_top .tgt_title {
	padding: 58px 0 80px 0
}

.Equity_top .tgt_title:after {
	margin-top: 18px
}

.Equity_bottom {
	height: 535px;
	bottom: 0;
	width: 100%;
	position: absolute;
	background: #fff;
	border-radius: 20px 20px 0 0;
	-webkit-box-shadow: rgba(164, 164, 164, 0.19) 0 0 24px;
	-moz-box-shadow: rgba(164, 164, 164, 0.19) 0 0 24px;
	box-shadow: rgba(164, 164, 164, 0.19) 0 0 24px
}

.Equity_ul {
	width: 185px;
	padding: 100px 30px 0 30px
}

.Equity_ul.left {
	float: left
}

.Equity_ul.right {
	float: right
}

.Equity_ul li .t {
	font-size: 16px;
	padding-bottom: 5px;
	font-weight: bold
}

.Equity_ul li .txt {
	font-size: 14px;
	line-height: 20px
}
.Equity_vip .line{
position:absolute;
width: 1100px;
    left: 50%;
    margin-left: -550px;
border-top:1px dashed #eee;
top:198px;
height:1px;

}
.Equity_vip {
	padding: 30px 0;
	position: relative;
	overflow: hidden;
	border-radius: 20px;
	background:#fff;
    -webkit-box-shadow: rgba(164, 164, 164, 0.19) 0 0 24px;
    -moz-box-shadow: rgba(164, 164, 164, 0.19) 0 0 24px;
    box-shadow: rgba(164, 164, 164, 0.19) 
}

.Equity_vip li {
	width: 24%;
    float: left;
    height: 138px;
    margin-left: 7.3%;
    height: 180px;
    padding-top: 30px;
    padding-bottom: 50px;
    border-right: 1px dashed #eee;
    padding-right: 23px;
}
.Equity_vip li p {
	padding-left:45px
}
.Equity_vip li:nth-child(3n){
    border-right:0;
}

.Equity_vip li .t {
	font-size: 16px;
	padding-bottom: 5px;
	font-weight: bold
}

.Equity_vip li .txt {
	font-size: 14px;
	line-height: 20px
}

.Equity_vip .li1 {
	background-position: -226px 0
}

.Equity_vip .li2 {
	background-position: -564px 0
}

.Equity_vip .li3 {
	background-position: -226px -137px
}

.Equity_vip .li4 {
	background-position: -564px -137px
}

.Equity_vip .li5 {
	background-position: -226px -274px
}

.Equity_vip .li6 {
	background-position: -564px -274px
}

.apply-div {
	position: relative;
	z-index: 3;
	background: #05a8c5
}

.apply-container {
	height: 280px;
	background: #05a8c5
}

.apply-container .apply-font {
	width: 570px;
	text-align: center;
	float: left;
	color: #fff;
	margin-top: 92px
}

.apply-online {
	font-size: 28px
}

.apply-year {
	font-size: 22px
}

.apply-year font {
	font-size: 32px;
	font-weight: bold
}

.apply-form2 {
	width: 400px;
	float: right;
	margin: 18px 165px 0 0
}

.apply-form2 label {
	width: 64px;
	display: inline-block;
	font-size: 16px;
	color: #fff;
	text-align: right
}

.apply-form2 form input[type="text"] {
	width: 260px;
	height: 38px;
	padding: 0 15px;
	border: 1px solid #dedff6;
	border-radius: 3px;
	font-size: 14px;
	color: #baaece;
	font-family: "Microsoft YaHei";
	margin: 15px 12px 0
}

.apply-form2 form input[type="button"],
.apply-form2 form .button {
	width: 160px;
	height: 42px;
	line-height: 42px;
	font-size: 16px;
	font-family: "Microsoft YaHei";
	border: 1px solid #fff;
	border-radius: 38px;
	background: 0;
	color: #fff;
	margin: 18px 0 0 147px;
	cursor: pointer;
	display: inline-block;
	text-align: center
}
.apply-zx{
	position: absolute;
	right: 28px;
	top: -21px;
}
.apply-zx a{
	display: block;
	width: 250px;
	height: 285px;
	background: url(../images/kfx.png) no-repeat;
}
.footer {
	background: #1c1e31;
	color: #fff;
	text-align: center;
	line-height: 24px;
	position: relative;
	z-index: 2;
	padding: 20px 0
}

.footer a {
	color: #fff;
	margin: 0 11px
}

.service-bar {
	background: #fff;
	border-left: 1px solid #e6e6e6;
	width: 52px;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 12;
	height: 100%
}

.service-bar img {
	position: absolute;
	right: 0;
	top: 110px
}

.service-bar ul {
	margin-top: 229px
}

.service-bar ul li {
	height: 80px;
	text-align: center;
	border-bottom: 1px solid #f6f6f6;
	padding-top: 20px
}

.service-bar ul li a {
	cursor: pointer
}

.service-bar ul li .icon-top {
	margin-top: 20px
}

.icon-service {
	background: url(../images/service-bar.png) no-repeat;
	width: 26px;
	height: 26px;
	display: inline-block;
	margin-left: 2px
}

.icon-qq {
	background-position: -11px -5px
}

.icon-tel {
	background-position: -11px -105px
}

.icon-pen {
	background-position: -10px -209px
}

.icon-top {
	background-position: -6px -434px
}

.service-bar .tel-div .icon-tel {
	background-position: -11px -105px;
	vertical-align: -3px
}

.service-bar .tel {
	position: relative
}

.service-bar .tel .tel-div {
	display: none;
	position: absolute;
	width: 137px;
	height: 78px;
	background: #fff;
	border-top: 1px solid #f6f6f6;
	border-bottom: 1px solid #f6f6f6;
	right: 0;
	top: 0;
	padding-top: 21px;
	border-radius: 100px 0 0 100px
}

.service-bar .tel .tel-div span {
	display: inline-block;
	width: auto;
	margin-left: -5px;
	font-size: 14px
}

.service-bar .tel .tel-div .tel-number {
	margin-top: 3px;
	margin-left: 10px
}

.service-bar span {
	display: block;
	width: 26px;
	margin-left: 12px;
	line-height: 14px;
	color: #05a8c5
}

.shade {
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .3;
	filter: alpha(opacity=30);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
	display: none
}

.success {
	width: 500px;
	height: 260px;
	background: #fff;
	position: fixed;
	z-index: 1001;
	display: none;
	left: 50%;
	margin-left: -250px;
	top: 50%;
	margin-top: -130px
}

.icon-modal {
	background: url(../images/modal.png) no-repeat
}

.icon-close {
	width: 20px;
	height: 20px;
	display: block;
	background-position: -8px -8px;
	float: right;
	margin: 15px 16px 0 0;
	cursor: pointer
}

.icon-sussess {
	width: 24px;
	height: 24px;
	background-position: -5px -39px;
	display: inline-block;
	vertical-align: -6px;
	margin-right: 6px
}

.success-div {
	clear: both;
	width: 275px;
	margin: auto;
	text-align: center;
	font-size: 18px;
	color: #6b0;
	padding-top: 30px
}

.success-div p {
	font-size: 14px;
	color: #333;
	line-height: 22px;
	margin: 10px 0 25px
}

.success-div .closebtn {
	width: 100px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	display: block;
	border-radius: 3px;
	background: #6b0;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
	margin: auto
}

.applyform3,
.apply-success {
	width: 820px;
	height: 480px;
	border-radius: 10px;
	background: #fff;
	position: fixed;
	z-index: 1001;
	display: none;
	left: 50%;
	margin-left: -410px;
	top: 50%;
	margin-top: -240px
}

.apply-onlines {
	float: left;
	font-size: 24px;
	color: #05a8c5;
	margin: 35px 0 0 38px
}

.apply-onlines font {
	font-weight: bold
}

.icon-close-big {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 50px;
	right: 40px;
	background-position: -5px -94px;
	cursor: pointer
}

.apply-price {
	display: block;
	font-size: 22px;
	color: #000;
	text-align: center;
	padding: 118px 0 20px 0
}

.apply-price font {
	font-weight: bold;
	font-size: 32px;
	color: #05a8c5
}

.applyform3 form {
	width: 390px;
	margin: auto
}

.applyform3 label {
	color: #180041;
	font-size: 16px;
	margin-right: 15px;
	width: 65px;
	text-align: right;
	display: inline-block
}

.applyform3 input[type="text"] {
	width: 272px;
	height: 40px;
	border: 1px solid #e2e2e2;
	border-radius: 2px;
	padding: 0 15px;
	margin-top: 17px;
	font-family: "Microsoft YaHei";
	font-size: 14px
}

.applyform3 input[type="button"],
.applyform3 .button {
	width: 160px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	background: url(../images/bnt_1.png) no-repeat;
	color: #fff;
	font-size: 16px;
	margin: 20px auto;
	text-align: center;
	display: block;
	border: 0
}

.icon-sussess-big {
	width: 43px;
	height: 43px;
	background-position: -1px -137px;
	display: inline-block;
	vertical-align: -12px;
	margin-right: 6px
}

.success-div-big {
	clear: both;
	width: 314px;
	margin: auto;
	text-align: center;
	font-size: 22px;
	color: #6b0;
	padding-top: 90px
}

.success-div-big p {
	font-size: 16px;
	color: #180041;
	line-height: 24px;
	margin: 10px 0 82px
}

.success-div-big .closebtn-big {
	width: 160px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	background: url(../images/bnt_1.png) no-repeat;
	color: #fff;
	font-size: 16px;
	margin: 20px auto;
	display: block
}

.onlineOpen {
	right: 55px !important
}

.onlineconverse {
	position: fixed;
	right: 55px;
	bottom: 20px;
	z-index: 103
}

.onlineconverse .top {
	width: 220px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 16px;
	background: #e60000;
	position: relative;
	border-radius: 3px;
	display: none
}

.onlineconverse .top.show {
	display: block
}

.onlineconverse .top span {
	display: block;
	padding: 0 0 0 65px
}

.onlineconverse .top:after {
	content: "";
	position: absolute;
	left: 15px;
	top: 50%;
	margin-top: -17px;
	width: 35px;
	height: 34px;
	background: url(../images/i1.png) no-repeat
}

.onlineconverse .top:before {
	content: "";
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -5px;
	width: 18px;
	height: 10px;
	background: url(../images/i2.png) no-repeat
}

.onlineconverse .box {
	width: 360px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 3px 0 7px;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 3px 0 7px;
	box-shadow: rgba(0, 0, 0, 0.1) 3px 0 7px
}

.onlineconverse .topopen {
	height: 62px;
	color: #fff;
	font-size: 16px;
	background: #e60000;
	position: relative;
	line-height: 20px;
	border-radius: 3px 3px 0 0
}

.onlineconverse .topopen:after {
	content: "";
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -5px;
	width: 18px;
	height: 10px;
	background: url(../images/i3.png) no-repeat;
	cursor: pointer
}

.onlineconverse .topopen img {
	position: absolute;
	left: 15px;
	top: 50%;
	margin-top: -21px;
	width: 43px;
	height: 43px;
	border-radius: 50%
}

.onlineconverse .topopen .txt {
	padding: 14px 45px 0 70px
}

.onlineconverse .topopen .txt .t {
	font-size: 14px
}

.onlineconverse .bottom {
	background: #fff;
	border: 1px solid #cfcfcf;
	border-radius: 0 0 3px 3px;
	border-top: 0;
	overflow: hidden
}

.onlineconverse .dialogue {
	margin: 20px 5px;
	height: 230px;
	overflow: auto
}

.onlineconverse .dialogue .li {
	padding: 0 20px 10px 20px
}

.onlineconverse .dialogue .li .t {
	color: #e60000;
	font-size: 14px;
	line-height: 20px;
	padding-bottom: 5px
}

.onlineconverse .dialogue .li .txt {
	background: #f4f4f4;
	border-radius: 3px;
	border: 1px solid #ededed;
	padding: 10px;
	line-height: 25px
}

.onlineconverse .form {
	padding: 10px;
	border-top: 1px solid #e7e7e7;
	padding-bottom: 20px
}

.onlineconverse .form textarea {
	border: 0;
	height: 60px;
	line-height: 20px;
	width: 100%;
	font-size: 14px;
	resize: none
}

.onlineconverse .form .pa .li input {
	height: 30px;
	border: 1px solid #e7e7e7;
	padding: 0 15px;
	margin-bottom: 5px
}

.onlineconverse .form .pa .name {
	width: 102px;
	float: left
}

.onlineconverse .form .pa .name input {
	width: 70px
}

.onlineconverse .form .pa .phone {
	width: 220px;
	float: right
}

.onlineconverse .form .pa .phone input {
	width: 190px
}

.onlineconverse .form .verifystr {
	height: 40px;
	border: 1px solid #e7e7e7;
	position: relative;
	position: relativ;
	margin: 5px 0
}

.onlineconverse .form .verifystr input {
	width: 308px;
	height: 40px;
	border: 0;
	padding: 0 15px
}

.onlineconverse .form .verifystr img {
	width: 90px;
	height: 30px;
	position: absolute;
	right: 5px;
	top: 50%;
	margin-top: -15px
}

.onlineconverse .form .button {
	display: block;
	width: 90px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	background: #e60000;
	margin: 5px auto;
	color: #fff;
	font-size: 14px;
	border-radius: 3px
}

.onlineconverse .form .alert-error {
	color: #e60000;
	padding-left: 22px;
	height: 15px;
	line-height: 15px;
	font-size: 12px;
	background: url(../images/zchc.png) no-repeat 0 -53px;
	display: none
}

.onlineOpen {
	bottom: 100px
}

.c_e60000 {
	color: #e60000
}

.c_259b24 {
	color: #259b24
}

.c_3f51b5 {
	color: #3f51b5
}

.fw {
	font-weight: bold
}


.flagship .Equity_top,
.flagship .Equity_bottom {
	height: auto
}

.Equity_vip .vip {
	color: #905e1f
}

.Equity_vip .vip .t {
	position: relative
}

.Equity_vip .vip .t:after {
	content: "";
	width: 70px;
	height: 16px;
	background: url(../images/vipt.png) no-repeat;
	display: inline-block;
	margin-left: 7px
}

.Equity_vip .li7 {
	background-position: -226px -410px
}

.Equity_vip .li8 {
	background-position: -564px -410px
}

.Equity_vip .li9 {
	background-position: -226px -545px
}

.Equity_vip .li10 {
	background-position: -564px -545px
}

.Equity_ul .li7 {
	background-position: 0 -408px
}

.Equity_ul .li8 {
	background-position: 0 -544px
}

.Equity_ul .li9 {
	background-position: -944px -408px
}

.Equity_ul .li10 {
	background-position: -944px -544px
}
