* {
	margin: 0;
	padding: 0;
	color: #333;
	font-family: auto;
	box-sizing: border-box;
}

img {
	transition: .4s;
}

a {
	text-decoration: none;
	color: #333;
	cursor: pointer;
}

a:hover {
	color: #007AFF;
}

body {
	width: 100%;
	min-width: 1200px;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.m1200 {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

ul,
li {
	padding: 0;
	list-style: none;
}

@keyframes updown {
	0% {
		margin-top: 0;
	}
	50% {
		margin-top: -10px;
	}
	100% {
		margin-top: 0;
	}
}

.justcenter {
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.logo{height:112px!important;}
.logo .s_btn{height:40px!important;}

.banner-hkzc {
	width: 100%;
}

.banner-hkzc img {
	width: 100%;
	height: 100%;
}

.title {
	text-align: center;
	padding: 70px 0 58px 0;
}


.title h2 {
	font-size: 52px;
	font-weight: 400;
	line-height: 69px;
	font-family: "微软雅黑";
}

a.btn {
	display: block;
	transition: 0.4s;
}

a.btn:hover {
	box-shadow: 1px 1px 3px 1px #ddd;
	transform: translateY(-3px);
	cursor: pointer;
}

input {
	outline: none;
}



/*获取资料表单选择*/

.getres {
	width: 100%;
	background: url(../images/01.jpg) no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
}


input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
	box-shadow: 0 0 0 60px #fff inset;  /*focus背景色*/
	-webkit-text-fill-color: #878787;   /*字的颜色*/
	/* border:none; */
}

select:focus { outline: none; 
appearance:none;
-moz-appearance:none; /* Firefox */
-webkit-appearance:none; /* Safari 和 Chrome */
}


a.btn{
	display: inline-block;
}




section{
	padding-bottom:70px;
}

.top-button {
    width: 68px;
    height: 68px;
    border-radius: 20px;
    overflow: hidden;
    position: fixed;
    /* bottom: 100px; */
    bottom: 280px;
    right: 50px;
    cursor: pointer;
    z-index: 2018;
    display: none;
}
.top-button img {
    width: 68px;
    height: 68px;
    background-color: rgba(0,0,0,.6);
}

.menGray{
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.6);
	z-index: 9999;
	display: none;
}
.menGray.show{
	display: block;
}

.serviceAgreement{
	position: fixed;
	top:10%;
	left:15%;
	right:15%;
	bottom:10%;
	background: #fff;
	z-index:10000;
	padding:5px;
	box-sizing: border-box;
	overflow-y:hidden;
	display: none;
}
.serviceAgreement p{
	font-size:16px;
	line-height:34px;
	text-indent: 2em;
}
.serviceAgreement.show{
	display: block;
}
.serviceAgreement .close{
	position: fixed;
    right: 12%;
    top: 8%;
}
.serviceAgreement .close:before{
	content:'';
	display: block;
	width:34px;
	height:2px;
	background-color: #f3f3f3;
	transform: rotate(45deg);
}
.serviceAgreement .close:after{
	content:'';
	display: block;
	width:34px;
	height:2px;
	background-color: #f3f3f3;
	transform: rotate(-45deg);
	margin-top:-2px;
}
.serviceAgreement h3{
	margin-top:15px;
	line-height:40px;
}

.serviceAgreement .textinner{
	/* position: relative; */
	margin:20px;
	padding-bottom: 80px;
}
.serviceAgreement input[type='button']{
	width:120px;
	height:40px;
	background-color: #f00;
	color:#fff;
	font-size:16px;
	line-height:40px;
	text-align: center;
	position: absolute;
	bottom:40px;
	left:50%;
	transform: translateX(-50%);
	border:none;
	outline:none;
}


 #agreement{
	font-size:14px;
	color:#275ec7;
	line-height:24px;
	padding:0 8px;
}

.serviceAgreement .shell{
	height:100%;
	border:25px solid #fff;
	overflow-y:scroll;
}
.again_banner img{ width:100%}
.getres .title p {
	width: 100%;
	height: 81px;
	background: url(../images/title_01.png) no-repeat center;
	-webkit-background-size: contain;
	background-size: contain;
	line-height: 81px;
	text-align: center;
	color: #fff;
	font-size: 38px;
}



section {
	width: 1200px;
	margin: 0 auto;
	padding: 0 0 80px 0;
}

.title h2:before {
	content: '';
	display: inline-block;
	width: 36px;
	height: 7px;
	background-color: #000;
	border: #ccc 1px solid;
	margin: .3em;
}

.title h2:after {
	content: '';
	display: inline-block;
	width: 36px;
	height: 7px;
	background-color: #000;
	border: #ccc 1px solid;
	margin: .3em;
}

.title p {
	font-family: "PingFang-Medium";
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	text-align: center;
	letter-spacing: 2px;
	margin-top: 24px;
}



/* 香港公司 */

.hkzc-box1 {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.quickTest{}
.quickTest .wrap{ position: relative; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; padding: 80px 40px 60px;}
.qt_tit{ width: 100%; text-align: center; position: absolute; left: 0; top: -38px;}
.qt_tit .mc{ display: inline-block; width: 870px; max-width: 80%; height: 88px; padding: 0 40px; text-align: center; font-size: 48px; color: #fff; line-height: 88px; background: url(../images/hk_tit.png) center center/100% 100% no-repeat; }
.quickTest .tparea{ width: 500px; margin-left: 40px; font-size: 0;}
.quickTest .tparea .tp{ width: 100%;}
.quickTest .tparea img{border-radius:6px;}
.qtForm{ -webkit-flex: 1; -moz-box-flex: 1; -ms-flex: 1; flex: 1;}
.qtitem{ padding: 15px 0;}
.qtitem .tit{ font-size: 20px;}
.qtitem .nr{ font-size: 16px; color: #666; padding: 15px 0;}
.qtitem .nr .list{ display: inline-block; margin-right: 20px;}
.qtitem .nr .list input{}
.qtitem .nr .list .val{}
.qtForm .happlyForm{}
.qtForm .happlyForm .text,.qtForm .happlyForm .item{ background-color: #f5f5f5;}
.qtForm .happlyForm .item{ width: 74%;}
.qtForm .happlyForm .formSubmit{ width: 24%;}
.qtForm .happlyForm .iconfont{ color: #999;}
.rd4 {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.happlyForm {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.happlyForm .item {
    background-color: #fff;
    position: relative;
    padding: 10px 0;
}
.happlyForm .text {
    display: block;
    width: 100%;
    padding-left: 48px;
	padding-top:5px;
	padding-bottom:5px;
    line-height: 28px;
    font-size: 16px;
	border:0;
    background-color: #fff;
}
.happlyForm .formSubmit .sbtn {
    font-size: 20px;
    padding: 0;
    line-height: 38px;
	padding-top:10px;
	padding-bottom:10px;
	width:100%;
	outline: 0;
	border:0;
}
.sbtn_orange:hover {
    background: #ff6600;
}
.sbtn_orange {
    color: #fff;
    background: #ff9900;
}

.happlyForm .formSubmit {
    padding: 0;
}
.happlyForm .iconfont {
    left: 8px;
    top: 10px;
    width: 36px;
    height: 36px;
    line-height: 36px;
	background: url(../images/phone.png) no-repeat center center;
    text-align: center;
    position: absolute;
    font-size: 20px;
    text-align: center;
}
.getres {
	padding-top:100px;
	padding-bottom:80px;
	width: 100%;
	background: url(../images/01.jpg) no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
}

.getres .content {
	width: 990px;
	margin: 0 auto;
}

.getres .content .box {
	width: 950px;
	margin: 0 auto;
	/*height: 600px;*/
	background-color: #fff;
	padding: 46px 20px 46px 70px;
	box-sizing: border-box;
}

.getres .box li {
	position: relative;
	margin-bottom: 40px;
}

.getres .box li .sec {
	position: absolute;
	left: -35px;
	top: 0;
	font-size: 32px;
}

.getres .box p {
	color: #333;
	font-size: 32px;
	line-height: 40px;
	margin-bottom: 14px;
}

.getres .box label {
	padding: 0 12px;
	font-size: 24px;
	margin-right: 2px;
}

.getres .box label:before {
	content: '';
	width: 18px;
	height: 18px;
	border-radius: 50%;
	border: #f00 2px solid;
	background-color: #fff;
	display: inline-block;
	position: absolute;
	margin-top: 14px;
	margin-left: -9px;
}

.getres .box label.selected:before {
	content: "";
	width: 15px;
	height: 15px;
	display: inline-block;
	background: #f00;
	-webkit-background-size: cover;
	background-size: cover;
	border: #ff9a9a 4px solid;
}

.getres .box label input {
	margin-right: 4px;
}

.getres .bm {
	background: url(../images/bm.png) no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
	width: 992px;
	height: 120px;
	margin: 0 auto;
	z-index: 2;
	position: relative;
	margin-top: -8px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.getres .bm .input {
	width: 605px;
	height: 60px;
	border-radius: 30px;
	background-color: #fff;
	/*display: flex;*/
	float: right;
	margin-left: 28px;
	padding: 0 0 0 70px;
	box-sizing: content-box;
}

.getres .bm .pho {
	/*height: 46px;*/
	vertical-align: middle;
	padding-top: 15px;
	float: left;
}

.getres .bm input {
	width: 365px;
	height: 60px;
	border: none;
	outline: none;
	font-size: 26px;
	padding-left: 16px;
	float: left;
}

.getres .bm input:placeholder {
	font-size: 26px;
}

.getres .bm input:-ms-input-placeholder {
	font-size: 26px;
}

.getres .bm input::-webkit-input-placeholder {
	font-size: 26px;
}

.getres .bm input:-moz-placeholder {
	font-size: 26px;
}

.getres .bm .sbt {
	width: 205px;
	border-radius: 30px;
	height: 100%;
	background-color: #FF4277;
	text-align: center;
	line-height: 60px;
	color: #fff;
	font-size: 22px;
	float: right;
}

.advantage {
	width: 100%;
	background: url(../images/bg_89.jpg) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
}

.advantage .title h2 {
	color: #fff;
}

.title2 h2:before {
	content: "";
	display: inline-block;
	background: url(../images/advtit-l.png);
	width: 301px;
	height: 7px;
	border: none;
}

.title2 h2:after {
	content: "";
	display: inline-block;
	background: url(../images/advtit-r.png);
	width: 301px;
	height: 7px;
	border: none;
}

.title h2>span {
	color: #b71223;
	font-size: 68px;
	letter-spacing: 2px;
	font-weight: 400;
}

.advantage ul {
	display: flex;
	justify-content: space-between;
}

.advantage li {
	width: 225px;
	text-align: center;
	transition: 0.5s;
}

.advantage li:hover {
	transform: translateY(-10px);
}

.advantage li .btop {
	background-image: url(../images/icon_12.png);
	-webkit-background-size: cover;
	background-size: cover;
	width: 225px;
	height: 196px;
	color: #fff;
	box-sizing: border-box;
	padding: 96px 30px 26px 30px;
}

.advantage li .btop p {
	font-size: 24px;
	color: #fff;
	line-height: 37px;
}

.advantage li .desc {
	padding: 24px;
	box-sizing: border-box;
	text-align: justify;
	background-color: #fff;
	width: 100%;
	height: 296px;
}

.advantage li .desc p {
	line-height: 28px;
	color: #666;
	font-size: 16px;
}

.advantage li:nth-child(2) .btop {
	background-image: url(../images/icon_013.png);
}

.advantage li:nth-child(3) .btop {
	background-image: url(../images/icon_0203.png);
}

.advantage li:nth-child(4) .btop {
	background-image: url(../images/icon_006.png);
}

.advantage li:nth-child(5) .btop {
	background-image: url(../images/icon_009.png);
}

.progress ul {
	display: flex;
	justify-content: space-around;
	width: 1164px;
	margin: 0px auto;
}

.progress .content h3 {
	font-family: "PingFangSC-Semibold";
	font-size: 48px;
	font-weight: 400;
	line-height: 63px;
	text-align: center;
	margin: 50px auto;
}

.progress ul li {
	line-height: 140px;
	margin: auto 18px;
}

.progress li span {
	color: #ffffff;
	font-family: "PingFangSC-Semibold";
	font-size: 38px;
	text-align: center;
	padding-left: 24px;
}

.progress ul li>div {
	border-radius: 76px;
	
}
.progress ul li>div a{
	display: flex;
}

.progress .dothing-l {
	width: 582px;
	height: 140px;
	background: linear-gradient(90deg, #7E40FE, #0272FB);
	box-shadow: 6px 12px 24px #c8cfff;
}

.progress .dothing-r {
	width: 582px;
	height: 140px;
	background: linear-gradient(90deg, #7E40FE, #0272FB);
	box-shadow: 6px 12px 24px #c8cfff;
}

.progress .circle {
	width: 140px;
	height: 140px;
	background: linear-gradient(180deg, #FF589D, #FF2260);
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}

.progress .dothing-r .circle img {
	width: 72px;
}

.needres {
	width: 100%;
	background: url(../images/bg_02.jpg) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
}

.needres .title h2 {
	color: #fff;
}

.needres .title h2:before {
	content: "";
	display: inline-block;
	background: url(../images/advtit-l.png);
	width: 301px;
	height: 7px;
	border: none;
}

.needres .title h2:after {
	content: "";
	display: inline-block;
	background: url(../images/advtit-r.png);
	width: 301px;
	height: 7px;
	border: none;
}

.needres .title span {
	color: #fe4492;
}

.needres ul {
	width: 100%;
}

.needres li {
	width: 100%;
	height: 90px;
	font-size: 26px;
	line-height: 90px;
	color: #fff;
}

.needres li:nth-child(even) {
	background: #2e6cd1;
}

.needres li:nth-child(odd) {
	background: #1e49aa;
}

.needres li:first-child {
	height: 100px;
	background: #b71223;
	line-height: 100px;
	text-align: center;
}

.needres li:first-child p {
	color: #ffffff;
	font-family: "PingFangSC-Semibold";
	font-size: 38px;
}

.needres li .sec {
	display: inline-block;
	width: 50px;
	height: 50px;
	border: 1px solid #4387f5;
	background: #4575e2;
	border-radius: 50%;
	color: #fff;
	font-family: "PingFangSC-Semibold";
	font-size: 30px;
	text-align: center;
	line-height: 50px;
	margin: 0 20px;
}

.resfiles .title p {
	width: 620px;
	height: 80px;
	background-image: url(../images/title_01.png);
	margin: 20px auto;
	color: #ffffff;
	font-family: "PingFangSC-Medium";
	font-size: 38px;
	font-weight: 400;
	text-align: center;
	line-height: 80px;
}

.resfiles .content {
	overflow: hidden;
}

.resfiles .fl {
	width: 50%;
}

.resfiles .fl img {
	max-width: 100%;
	transform: scale(0.9);
	transition: 0.4s;
}

.resfiles .fl img:hover {
	transform: scale(1);
}

.resfiles .fr {}

.resfiles .fr li {
	font-family: "PingFangSC-Medium";
	font-size: 28px;
	font-weight: 400;
	line-height: 68px;
	color: #333;
}

.resfiles .fr li .sec {
	width: 37px;
	height: 37px;
	background: #0094f2;
	border-radius: 50%;
	color: #ffffff;
	font-family: "PingFangSC-Medium";
	font-size: 28px;
	font-weight: 400;
	line-height: 37px;
	display: inline-block;
	text-align: center;
	margin: 0 16px;
}

.fastpass {
	background-image: url(../images/bg_06.png);
	-webkit-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 261px;
	padding: 40px;
	box-sizing: border-box;
}

.fastpass h3 {
	text-align: center;
	color: #ffffff;
	font-family: "PingFangSC-Semibold";
	font-size: 42px;
	line-height: 62px;
}

.fastpass h3 span {
	font-size: 32px;
	color: #fff;
}

.fastpass .form_data {
	width: 1030px;
	height: 100px;
	background-color: #fff;
	margin: 20px auto;
	display: block;
	display: flex;
	align-items: center;
	position: relative;
}

.fastpass .form_data>div {
	display: flex;
	align-items: center;
	color: #666;
	padding: 0 20px;
}

.fastpass .form_data  img {
	/*height: 26px;*/
	padding: 0 10px;
}

.fastpass .form_data input {
	background-color: #fff;
	line-height: 100px;
	border: none;
	outline: none;
	font-size: 24px;
}

.fastpass input:-ms-input-placeholder {
	color: #c5c5c5;
	font-size: 24px;
}

.fastpass input::-webkit-input-placeholder {
	color: #c5c5c5;
	font-size: 24px;
}

.fastpass input:-moz-placeholder {
	color: #c5c5c5;
	font-size: 24px;
}

.fastpass .ds {
	height: 2.6em;
	width: 2px;
	background-color: #ddd;
}

.fastpass .sbt {
	width: 259px;
	height: 100px;
	background: linear-gradient(180deg, #FF589D, #FF2260);
	line-height: 100px;
	color: #fff;
	font-size: 24px;
	font-family: "PingFangSC-Semibold";
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
}

.query {
	position: relative;
}

.query .opcd {
	position: absolute;
	bottom: 80px;
	left: 0;
	width: 100%;
	height: 60px;
	background: rgba(255, 255, 255, 0.5);
	z-index: 2;
}

.query .content {
	width: 1200px;
	height: 354px;
	background: #fff;
	border: 1px solid #d6d6d6;
	overflow: hidden;
}

.query>div {
	width: 50%;
	padding: 50px 30px;
	box-sizing: border-box;
}

.query .tit {
	font-family: "PingFangSC-Semibold";
	font-size: 30px;
	margin-bottom: 30px;
}

.query .fr {
	border-left: #D6D6D6 solid 1px;
	padding-left: 38px;
}

.query .tit span {
	font-size: 36px;
	color: #fe2868;
}

.query .fr li {
	float: left;
	margin-right: 30px;
	text-align: center;
}

.query .fr .pic {
	margin-bottom: 20px;
	transition: transform 0.6s;
}

.query .fr li:hover .pic {
	transform: rotateY(180deg);
}

.query .swiper-container {
	width: 500px;
	height: 216px;
}

.query .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	height: 30px;
	line-height: 30px;
}
.query .swiper-slide p{
	text-align: left;
	text-wrap:nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.afterdo {
	width: 100%;
	background: url(../images/bg_07.png) no-repeat center center;
	background-size: cover;
}

.afterdo .title span {
	font-size: 62px;
	color: #ff3b70;
}

.afterdo .title p {
	width: 880px;
	height: 80px;
	background: url(../images/title_01.png) no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	/*box-shadow: 6px 12px 24px #c8cfff;*/
	text-align: center;
	line-height: 80px;
	color: #fff;
	font-size: 38px;
	margin: 20px auto;
	display: block;
}

.afterdo .content {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}

.afterdo .content .img {
	max-width: 100%;
}


.afterdo .content ul{
	display: flex;
	align-content: center;
	justify-content: center;
	flex-wrap: wrap;
}
.afterdo .content ul li{
	margin:-2px 25px;
	max-width:321px;
	max-height:312px;
	/*display: flex;*/
	
}
.afterdo .content li .cir{
	width:312px;
	height:312px;
	border-radius: 50%;
	background-size: 100% !important;
	display: flex;
	align-content: center;
	justify-content: center;
	flex-direction: column;
	padding:0 40px;
	color:#fff;
	text-align: center;
}
.afterdo .cir img{
    max-width: 65px;
    height: 53px;
}
.afterdo .cir h5{
	 color: #ffffff;
  font-family: "PingFangSC-Semibold";
  font-size: 36px;
  font-weight: 400;
  line-height: 48px;
}
.afterdo .cir p{
	 color: #ffffff;
  font-family: "PingFangSC-Semibold";
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}
.afterdo .cir a.btn{
	 width: 150px;
  height: 48px;
  border: solid 1px #ffffff;
  border-radius: 24px;
  text-align: center;
  color: #ffffff;
  font-family: "PingFangSC-Semibold";
  font-size: 24px;
  line-height:48px;
  margin:12px auto;
}



.advs {
	width: 100%;
	margin: 30px 0 20px;
}

.advs img {
	width: 100%;
}

.keepcards .title>span {
	font-size: 66px;
	font-family: "PingFangSC-Semibold";
	color: #ff3070;
}

.keepcards .content {}

.keepcards .desc {
	height: 369px;
	background: #f5f9ff;
	/*padding: 30px;*/
	box-sizing: border-box;
}

.keepcards p {
	text-align: justify;
	color: #666666;
	font-family: "PingFangSC-Medium";
	font-size: 16px;
	font-weight: 400;
	line-height: 36px;
	margin-bottom: 8px;
}

.keepcards ul p {
	line-height: 24px;
}

.keepcards ul .desc {
	height: 300px;
}

.keepcards .notice {
	width: 360px;
	height: 300px;
	overflow: hidden;
	padding:22px 30px;
	background-color: #f5f9ff;
}

.keepcards .notice .box {
	height: 100%;
	width: 100%;
	overflow: hidden;
}

.keepcards .notice .desc {
	height: 100%;
	width: 106%;
	overflow: auto;
}

::-webkit-scrollbar {
width: 0px;
display: none;
}

::-moz-scrollbar {
width: 0px;
display: none;
}
:-ms-scrollbar {
width: 0px;
display: none;
}

::-webkit-scrollbar-track {
background-color: none;
}

::-webkit-scrollbar-thumb {
background-color: none;
}

::-webkit-scrollbar-thumb:hover {
background-color: none;
}

::-webkit-scrollbar-thumb:active {
background-color: none;
}

.keepcards .notice h5 {
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 10px;
}

.keepcards ul .desc::-webkit-scrollbar {
	display: none;
}

.keepcards .desc .pic {
	width: 528px;
	height: 310px;
	border-radius: 10px;
}

.keepcards .desc .pic img {
	width: 100%;
	height: 100%;
}

.keepcards .desc .fr {
	padding: 0 10px 0 22px;
	width: 516px;
}

.keepcards ul {
	overflow: hidden;
	margin-top: 30px;
}

.keepcards li {
	float: left;
	display: inline-block;
	width: 31%;
}

.keepcards li:last-child {
	width: 64%;
	margin-left: 4%;
}

.keepcards li:last-child .desc {
	background-color: #fff;
	padding: 0;
}

.keepcards li h4 {
	color: #333333;
	font-family: "PingFangSC-Semibold";
	font-size: 32px;
	height: 70px;
	line-height: 70px;
}

.keepcards li h4:before {
	content: "";
	display: inline-block;
	background: url(../images/icon_88.html) no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	width: 11px;
	height: 25px;
	margin: 0 14px 0 0;
}

.keepcards .downloads {
	background-color: #f5f9ff;
}

.keepcards .downloads ul {
	display: flex;
	padding: 10px 30px;
	flex-wrap: wrap;
	box-sizing: border-box;
}

.keepcards .downloads li {
	width: 32%;
	text-align: left;
	padding-left: 0;
	margin-left: auto;
}

.chace {
	background: url(../images/bg_04.html) no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
	width: 100%;
	padding-bottom: 120px;
}

.chace .title h2 {
	color: #fff;
}

.chace .title p {
	color: #fff;
	font-size: 24px;
}

.chace .content {
	width: 1200px;
	height: 228px;
	background: #ffffff;
	padding: 32px;
	box-sizing: border-box;
}

.chace table {
	border-collapse: collapse;
}

.chace table th {
	height: 70px;
	background: #136cfb;
	color: #ffffff;
	font-family: "PingFangSC-Semibold";
	font-size: 20px;
	min-width: 88px;
	border: none;
}

.chace table th:nth-child(3),
.chace table th:nth-child(4) {
	width: 360px;
}

.chace table td {
	font-family: "PingFangSC-Medium";
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	padding: 10px;
}

.security {
	background: url(../images/bg_088.jpg) no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
	width: 100%;
	padding-bottom: 120px;
	background-attachment: fixed;
}

.security .title h2 {
	color: #fff;
}

.security .title h2:before,
.security .title h2:after {
	background-color: #fff;
}

.security .content {
	width: 1200px;
	margin: 0 auto;
}

.partner {
	background: url(../images/bg_99.jpg) no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
	width: 100%;
	padding-bottom: 260px;
	position: relative;
}

.partner .title h2 {
	color: #333;
}

.partner .title h2:before,
.partner .title h2:after {
	background-color: #1c1038;
}

.partner .links {
	width: 100%;
	height: 185px;
	position: absolute;
	bottom: 0;
}

.partner .links>div {
	overflow: hidden;
	height: 100%;
	display: flex;
	align-items: center;
}

.partner .links p {
	color: #ffffff;
	font-family: "PingFang";
	font-size: 24px;
}

.partner .links p a {
	font-size: 30px;
	color: #ffec2b;
}

.partner .links a.btn {
	width: 269px;
	height: 82px;
	display: block;
	background: linear-gradient(180deg, #FF589D, #FF2260);
	color: #ffffff;
	font-family: "PingFang-Bold";
	font-size: 36px;
	line-height: 82px;
	text-align: center;
	border-radius: 8px;
	margin-left: 60px;
}

.advantage2 {
	background: #f9f9f9;
	width: 100%;
	text-align: center;
}

.why {
	width: 100%;
	padding-bottom: 270px;
	background-color: #fff;
}

.why .content {
	width: 100%;
	background: url(../images/bg_10.jpg) no-repeat center;
	height: 740px;
	background-size: cover;
	position: relative;
	z-index: 2;
	padding-top: 140px;
}

.why .content img {
	width: 100%;
}

.why .content .book {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.why .book {
	background-color: #fff;
	background: url(../images/bg_120.jpg) no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
}

.why .book .fl,
.why .book .fr {
	width: 50%;
	padding: 60px 30px 30px;
	box-sizing: border-box;
}

.why .book h3 {
	color: #ffffff;
	font-family: "PingFangSC-Semibold";
	font-size: 28px;
	background: url(../images/tt.png) no-repeat center;
	-webkit-background-size: contain;
	background-size: contain;
	width: 527px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	margin: 0 auto;
	text-align: center;
}

.why .book .fl ul {
	margin-top: 20px;
	margin-left: 14px;
}

.why .book .fl li {
	text-indent: 1em;
	color: #333333;
	font-family: "PingFangSC-Medium";
	font-size: 20px;
	border-bottom: #bbc5de solid 1px;
	height: 66px;
	line-height: 66px;
}
.why .book .fl li a,
.why .book .fr li a{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space:nowrap;
}

.why .book .fl li:last-child {
	border-bottom: none;
}

.why .book .fr li span {
	font-size: 24px;
	color: #ff3070;
}

.why .book .fr ul {
	margin-left: 14px;
	margin-top: 40px;
}

.why .book .fr li {
	width: 510px;
	height: 60px;
	display: block;
	background: #98c7f1;
	border: #98c7f1 solid 2px;
	z-index: 0;
	margin-bottom: 24px;
	font-family: "PingFangSC-Medium";
	font-size: 18px;
}

.why .book .fr li .box {
	width: 510px;
	height: 60px;
	border: #98c7f2 solid 2px;
	background: #ffffff;
	line-height: 60px;
	position: relative;
	color: #333;
	font-family: "PingFangSC";
	font-size: 18px;
	z-index: 2;
	margin-bottom: 10px;
	margin-top: -8px;
	margin-left: -8px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.why .zhuanxian {
	padding: 20px 10px;
	display: flex;
	align-items: center;
}

.why .zhuanxian a {
	font-size: 17px;
	line-height: 24px;
}

.why .zhuanxian a span {
	font-size: 30px;
	color: #ef5169;
}

.why .zhuanxian .btn {
	width: 189px;
	height: 59px;
	background: linear-gradient(180deg, #FF7B8F, #E83C56);
	border-radius: 30px;
	color: #fff;
	font-size: 24px;
	text-align: center;
	line-height: 59px;
	padding: 0px 45px;
	margin-right: 20px;
}

.registerinfo {
	background-color: #f9f9f9;
	width: 100%;
}

.registerinfo ul {
	overflow: hidden;
}

.registerinfo li {
	width: 582px;
	background-color: #fff;
	padding: 36px 50px 36px 68px;
	box-sizing: border-box;
	float: left;
}

.registerinfo li:nth-child(even) {
	margin-left: 36px;
}

.registerinfo p {
	color: #666666;
	font-family: "PingFangSC-Medium";
	font-size: 18px;
	height: 50px;
	line-height: 50px;
	position: relative;
}
.registerinfo p a{
	display: block;
}

.registerinfo p span {
	width: 78%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
}
.registerinfo p a:hover span,
.registerinfo p a:hover .date{
	color:#007AFF;
}
.registerinfo p:before {
	content: "";
	display: inline-block;
	width: 9px;
	height: 9px;
	background: #8a8a8a;
	transform: rotate(45deg);
	position: absolute;
	left: -21px;
	top: 21px;
}

.registerinfo .date {
	font-style: normal;
	color: #999;
	display: inline-block;
	position: absolute;
	right: 0;
}