@media screen and (min-width: 1300px){
	body{
		overflow-x: hidden;
	}
}
.main {
    padding-bottom: 80px;
}
.main {
    background: #fff;
}

.details_consult {
    font-size: 14px;
	line-height: 20px;
	letter-spacing: 1px;
    color: #fff;
    width: 120px;
    height: 32px;
    line-height: 32px;
	background-color: #005aab;
    border-radius: 16px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    margin: 0 auto;
}
.details_consult span {
    display: inline-block;
    transform: translateY(1px);
    margin-right: 5px;
}


.ad_board {
    opacity: 0;
    background: #f4f4f4;
}
.ad_board a {
    position: relative;
    height: 200px;
    overflow: hidden;
	cursor:default;
}
.ad_board img {
    max-width: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}






/* title */
.title .line {
    width: 0;
	height: 2px;
    background: #c6c6c6;
    margin: 0 auto;
    position: relative;
    margin-top: 12px;
    animation: line_move 0.5s 0.8s forwards;
}
.title .son_line {
    width: 0;
	height: 3px;
    background: #03898d;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    animation: son_line_move 0.5s 1.2s forwards;
}
@keyframes line_move {
    0% {
        width: 0;
    }
    100% {
        width: 400px;
    }
}
@keyframes son_line_move {
    0% {
        width: 0;
    }
    100% {
        width: 65px;
    }
}






/* verify_container */
.verify .form {
    background: #005aab;
    padding: 25px 50px;
    box-sizing: border-box;
}
.verify .form form {
    height: 70px;
    background: #fff;
}
.verify .form form button {
    width: 240px;
    background: #ec1314;
    font-size: 16px;
    color: #fff;
    line-height: 70px;
    cursor: pointer;
}
.verify .form form label {
    padding-left: 15px;
}
.verify .form form label:nth-of-type(3) {
    padding-left: 6px;
}
.verify .form form .iconfont {
    font-size: 36px;
    line-height: 70px;
    color: #005aab;
}
.verify .form form .line {
    width: 3px;
	height: 30px;
	background: #c1c1c1;
}
.verify .form form input {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    color: #555;
}
.verify .form form input::-webkit-placeholder {
    color: #777;
}
.verify .form form input::placeholder {
    color: #777;
}
.verify .form form label:nth-of-type(3) input {
    padding-left: 7px;
}

.verify ul {
    margin-top: 50px;
}
.verify ul li {
    box-sizing: border-box;
    text-align: center;
    width: 280px;
	height: 400px;
	background: #fff;
	box-shadow: 3px 4px 10px 0px 
		rgba(4, 0, 0, 0.1);
	border-radius: 15px;
    border: solid 1px #ebebeb;
    position: relative;
}
.verify ul li .img_box {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 50%;
    margin-top: 40px;
}
.verify ul li .img_box span {
    color: #fff;
    font-size: 50px;
    line-height: 100px;
    display: inline-block;
}
.verify ul li:nth-of-type(1) .img_box {
    background: rgb(222, 40, 16);
}
.verify ul li:nth-of-type(2) .img_box {
    background: #4ebbf3;
}
.verify ul li:nth-of-type(2) .img_box span {
    transform: translateY(-5px);
}
.verify ul li:nth-of-type(3) .img_box {
    background: #4fd597;
}
.verify ul li:nth-of-type(4) .img_box {
    background: #ff881e;
}
.verify ul li .explain_title {
    font-size: 24px;
	font-weight: bold;
    color: #464646;
    margin: 25px 0 10px;
}
.verify ul li .explain_content {
    font-size: 14px;
	line-height: 24px;
    color: #666;
    padding: 0 30px;
}
.verify ul li .details_consult {
    font-size: 14px;
	line-height: 20px;
	letter-spacing: 1px;
    color: #fff;
    width: 120px;
    height: 32px;
    line-height: 32px;
	background-color: #005aab;
    border-radius: 16px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    margin: 0 auto;
}
.verify ul li .details_consult span {
    display: inline-block;
    transform: translateY(1px);
    margin-right: 5px;
}
.verify ul li:hover {
    background: #005aab;
}
.verify ul li:hover .img_box {
    transform: translateY(-10px) scale(1.1);
}
.verify ul li:hover .explain_title,
.verify ul li:hover .explain_content {
    color: #fff;
}
.verify ul li:hover .details_consult {
    background: rgba(255,255,255,0.9);
    color: #005aab;
}




/* get_message_container */
.get_message_container {
    background: #f6f6f6;
}
.get_message .form {
    background: #fff;
	box-shadow: 0px 0px 15px 0px 
		rgba(0, 0, 0, 0.1);
    border-radius: 25px;
    box-sizing: border-box;
    padding: 70px;
    padding-right: 10px;
    padding-bottom: 80px;
}
.get_message .option .option_title {
    font-size: 22px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #333;
}
.get_message .options {
    margin-top: 20px;
    margin-bottom: 20px;
}
.get_message .options label {
    margin-bottom: 20px;
    margin-right: 60px;
    cursor: pointer;
}
.get_message .options label:hover span {
    color: #005aab;
}
.get_message .options input {
    width: 18px;
	height: 18px;
    border: solid 1px #005aab;
    box-sizing: border-box;
    border-radius: 50%;
    transform: translateY(2px);
    cursor: inherit;
}
.get_message .options input:checked {
    background: #005aab;
}
.get_message .options span {
    font-size: 18px;
    color: #333;
    margin-left: 10px;
}
.get_message .options .active span {
    color: #005aab;
}
.get_message .import {
    width: 800px;
    height: 56px;
    padding-left: 25px;
    box-sizing: border-box;
    border-radius: 28px;
    border: solid 1px #e1e1e1;
    position: relative;
    margin-top: 50px;
}
.get_message .import .iconfont {
    font-size: 26px;
    line-height: 56px;
    color: #005aab;
}
.get_message .import .import_tel {
    font-size: 16px;
    color: #555;
    padding-left: 30px;
    padding-right: 20px;
}
.get_message .import .import_tel::-webkit-placeholder {
    color: #777;
}
.get_message .import .import_tel::placeholder {
    color: #777;
}
.get_message .import button {
    height: 56px;
    background: #005aab;
    font-size: 22px;
	font-weight: bold;
	line-height: 22px;
	letter-spacing: 1px;
    color: #fff;
    width: 230px;
    border-radius: 0 28px 28px 0;
    cursor: pointer;
}







/* hk_register_container */
.hk_register_container {
	padding-top:80px;
}
.hk_register {
  
  
}
.open_account_container{padding-bottom:0;}
.hk_register .left {
    width: 285px;
    height: 520px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url(../images/index/adv1-2.jpg);
    text-align: center;
    position: relative;
}
.hk_tax .left {
    background-image: url(../images/index/adv2-2.jpg);
}
.hk_register .left_container {
    background: rgba(255,255,255,0.5);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.hk_register .left .img_box {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto;
    margin-top: 75px;
    box-sizing: border-box;
}
.hk_tax .left .img_box {
    font-size: 56px;
    color: #005aab;
    border: 2px solid #005aab;
    line-height: 100px;
}
.hk_register .left .img_box img {
    width: 100%;
}
.hk_register .left .explain_title {
    width: 214px;
	height: 55px;
    background: rgba(0,0,0,0.45);
    margin: 30px auto 25px;
    border-radius: 5px;
    color: #fff;
    font-size: 24px;
	line-height: 55px;
    letter-spacing: 1px;
}
.hk_register .left .explain_content {
    font-size: 20px;
	line-height: 36px;
	letter-spacing: 1px;
    color: #363636;
    padding: 0 55px;
	font-weight: bold;
}
.hk_register .left .details_consult {
    width: 130px;
    height: 38px;
    border-radius: 19px;
    border: solid 1px #005aab;
    background: rgba(255,255,255,0.9);
    color: #005aab;
    line-height: 38px;
    bottom: 60px;
}
.hk_register .left .details_consult:hover {
    color: #fff;
    background: #005aab;
}
.hk_register .right {
    width: 895px;
}
.hk_register .right a {
    width: 285px;
	height: 250px;
	background: #fff;
	box-shadow: 3px 4px 10px 0px 
        rgba(4, 0, 0, 0.1);
    margin-bottom: 20px;
    overflow: hidden;
}
.hk_register .right a .img_box {
    height: 155px;
}
.hk_register .right a .explain {
    padding: 15px 20px;
	font-weight: bold;
}
.hk_register .right a .explain_title {
    font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #005aab;
}
.hk_register .right a .explain_content {
    font-size: 14px;
	line-height: 18px;
	letter-spacing: 1px;
    color: #666;
    margin-top: 8px;
    max-height: 36px;
	font-weight: normal;
}
}
.hk_register .right a:hover {
    border-radius: 15px;
}
.hk_register .right a:hover .img_box img {
    transform: scale(1.1);
}
.hk_register .right a:hover .explain_title {
    color: #005aab;
}





/* open_account_container */
.open_account {
    
}
.open_account .left_container {
    width: 189px;
    height: 286px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url(../images/index/adv3-2.jpg);
    text-align: center;
    position: relative;
}
.open_account .left_container:nth-of-type(2) {
    background-image: url(../images/index/adv3-3.jpg);
}
.open_account .left_container .details_consult {
    bottom: 105px;
    background: #FF8601;
    border: 1px solid #fff;
}
.open_account .left_container .explain_title {
    font-size: 24px;
	line-height: 36px;
    color: #fff;
    padding: 0 40px;
    margin-top: 40px;
}
.open_account .left .details_consult:hover {
    color: #005aab;
    background: #fff;
}
.open_account .right a {
    width: 337px;
	height: 286px;
	background: #fff;
    border: solid 1px #e5e5e5;
    box-sizing: border-box;
    position: relative;
}
.open_account .right .explain_title {
    font-size: 24px;
	font-weight: bold;
	line-height: 34px;
    color: #333;
    text-align: center;
    margin-top: 35px;
}
.open_account .right .explain_content {
    font-size: 20px;
	line-height: 30px;
	letter-spacing: 3px;
    color: #666;
    padding: 0 48px;
    -webkit-line-clamp: 3;
    margin-top: 10px;
}
.open_account .right .img_box {
    width: 220px;
    height: 120px;
    background: #fff;
    position: absolute;
    bottom: 8px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.open_account .right .img_box img {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto 0;
}
.open_account .right a:hover {
    box-shadow: 0px 0px 12px 0px 
        rgba(90, 90, 90, 0.3);
    z-index: 10;
}






/* brand_server_container */
.brand_server_container {
    padding-bottom: 40px;
}
.overseas_register_classify {
    margin-bottom: 40px;
}
.overseas_register_classify a {
    width: 160px;
	height: 42px;
	background: #f2f2f2;
    border-radius: 21px;
    font-size: 16px;
	line-height: 42px;
    color: #333;
    text-align: center;
    margin: 0 10px;
}
.overseas_register_classify a:hover,
.overseas_register_classify a.active {
    background: #005aab;
    color: #fff;
}
.brand_server {
    padding-top: 80px;
}
.brand_server .center {
    position: relative;
    overflow: hidden;
}
.brand_server ul {
    position: absolute;
    z-index: -1;
    top: 0;
}
.brand_server ul.active {
    z-index: 10;
    position: static;
}
.brand_server li a {
    width: 375px;
    height: 270px;
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
    background: #f4f4f4;
    box-shadow: 0px 5px 15px 0px 
		rgba(90, 90, 90, 0.35);
}
.brand_server li a:hover .img_box img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.brand_server li a:hover .explain {
    height: 100%;
    line-height: 270px;
    background: rgba(0,0,0,0.5);
}
.brand_server li .national {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}
.brand_server li .explain {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    font-size: 20px;
	font-weight: bold;
    line-height: 90px;
    height: 80px;
	letter-spacing: 1px;
    color: #fff;
    background: linear-gradient(to bottom, rgba(0,0,0,0),rgba(0,0,0,0.6) 70%);
}
.brand_server .details_consult {
    margin: 20px auto 0;
    width: 300px;
	height: 64px;
	background-color: #fff;
	border-radius: 32px;
    border: solid 1px #bfbfbf;
    color: #666;
    letter-spacing: 1px;
    line-height: 64px;
    font-size: 20px;
}
.brand_server .details_consult:hover {
    background: #005aab;
    color: #fff;
    border-color: #005aab;
}










/* select_company_container */
.select_company_container {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url(../images/index/adv_bg.jpg);
    height: 927px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
}
.select_company_container .title h2,
.select_company_container .title h2+span {
    color: #fff;
}
.select_company .compare_title {
    width: 150px;
	height: 42px;
	background: #fff;
    border-radius: 5px;
    font-size: 18px;
	line-height: 42px;
    color: #555;
    margin: 0 auto;
}
.select_company .compare {
    margin-bottom: 50px;
}
.select_company ul {
    margin-top: 30px;
}
.select_company li {
    position: relative;
    width: 220px;
}
.select_company li:hover .img_box {
    transform: rotate(30deg);
}
.select_company li .img_box {
    height: 190px;
}
.select_company li .explain {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    color: #777;
}
.select_company li .explain_icon {
    font-size: 40px;
    position: relative;
    margin-top: 33px;
}
.select_company li .line {
    position: absolute;
    width: 55px;
    height: 2px;
    background: #777;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(45deg);
}
.select_company li .explain_title {
    font-size: 16px;
	font-weight: bold;
    color: #005aab;
    margin-top: 8px;
}
.select_company li .explain_content {
    padding: 0 42px;
    font-size: 14px;
	line-height: 24px;
    color: #777;
    margin-top: 7px;
}
.select_company .active .compare_title {
    background: #005aab;
    color: #fff;
}
.select_company .active .explain_icon {
    color: #005aab;
    margin-top: 18px;
}
.select_company .active .explain_content {
    color: #005aab;
    margin-top: 12px;
    line-height: 20px;
}
.select_company .details_consult {
    width: 240px;
	height: 60px;
    border-radius: 30px;
    line-height: 60px;
    border: solid 1px #fff;
    background: none;
    font-size: 18px;
	letter-spacing: 1px;
    color: #fff;
    bottom: 65px;
}
.select_company .details_consult:hover {
    background: #005aab;
    border-color: #005aab;
}








/* service_assurance_container */
.service_assurance_container {
    background: #f6f6f6;
}
.service_assurance .center {
    position: relative;
    min-height: 492px;
}
.service_assurance .img_box {
    width: 430px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.service_assurance ul {
    position: relative;
    z-index: 10;
}
.service_assurance .right {
    text-align: right;
}
.service_assurance li {
    position: relative;
    /* background: red; */
}
.service_assurance li .left,
.service_assurance li .right {
    position: relative;
    width: 440px;
    box-sizing: border-box;
    margin-top: 48px;

}
.service_assurance li .explain_title {
    font-size: 24px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #424242;
}
.service_assurance li .right .explain_title {
    transform: translateX(2px);
}
.service_assurance li .explain_content {
    font-size: 16px;
	line-height: 22px;
    color: #666;
    padding-right: 145px;
}
.service_assurance li .right .explain_content {
    padding-left: 145px;
    padding-right: 0;
}
.service_assurance li .line {
    width: 100%;
    border-top: dotted 1px #3399ff;
    opacity: 0.8;
    margin: 15px 0 14px;
    position: relative;
}
.service_assurance li .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #3399ff;
    position: absolute;
    transform: translateY(-5px);
    animation: dot_move 0.5s 0.5s forwards;
}
@keyframes dot_move {
    0% {
        right: 100%;
    }
    100% {
        right: 0;
    }
}
@keyframes dot_right_move {
    0% {
        left: 100%;
    }
    100% {
        left: 0;
    }
}
.service_assurance li .son_line {
    width: 70px;
	height: 2px;
    background: #005aab;
    position: absolute;
    top: -1px;
}
.service_assurance li .left .dot {
    right: 100%;
}
.service_assurance li .right .son_line {
    right: 0;
}
.service_assurance li .right .dot {
    animation: dot_right_move 0.5s 0.5s forwards;
    left: 100%;
}
.service_assurance li .left .son_line {
    left: 0;
}
.service_assurance li:not(:nth-of-type(2)) {
    padding: 0 68px;
}
.service_assurance li .left:hover .son_line,
.service_assurance li .right:hover .son_line {
    width: 300px;

}









/* news_container */
.news .news_keep {
    width: 324px;
}
.news .news_keep .keep_head {
    height: 130px;
    background: #005aab;
    color: #fff;
    padding: 0 30px;
    box-sizing: border-box;
}
.news .news_keep .keep_title {
    font-size: 20px;
    font-weight: bold;
    max-height: 52px;
}
.news .news_keep .keep_time {
    font-size: 18px;
    margin-top: 10px;
}
.news .news_keep .img_box {
    height: 200px;
    position: relative;
}
.news .news_keep .img_box img {
    width: 100%;
    position: absolute;
    transition: all .3s;
    top: 0;
    bottom: 0;
    margin: 0 auto;
}
.news .news_keep .explain_title {
    font-size: 16px;
	font-weight: bold;
    color: #333;
    line-height: 54px;
    border-bottom: 1px dotted #e5e5e5;
}
.news .news_keep .explain_content {
    font-size: 14px;
	line-height: 22px;
    color: #777;
    padding: 15px 0 0;
    max-height: 44px;
}
.news .news_keep:hover .img_box img {
    transform: scale(1.1);
}
.news .news_main {
    width: 428px;
}
.news .news_main .classify {
    position: relative;
    height: 40px;
    box-sizing: border-box;
    font-size: 16px;
	line-height: 22px;
	letter-spacing: 1px;
    color: #888;
    line-height: 40px;
}
.news .news_main .classify .line {
    width: 100%;
    height: 1px;
    background: #dddde1;
    position: absolute;
    bottom: 0;
    left: 0;
}
.news .news_main .classify .more {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    color: #999;
    z-index: 10;
}
.news .news_main .classify .more span {
    margin-left: 3px;
    font-size: 12px;
    display: inline-block;
    transform: translateY(-1px);
}
.news .news_main .classify .classify_item {
    position: relative;
    width: 110px;
    text-align: center;
    z-index: 10;
    box-sizing: border-box;
}
.news .news_main .classify .classify_item:hover,
.news .news_main .classify .active {
    background: #005aab;
    color: #fff;
    font-weight: bold;
}
.news .news_main {
    position: relative;
}
.news .news_main .news_list a {
    padding-top: 25px;
    border-bottom: 1px dotted #e5e5e5;
}
.news .news_main .news_list a:hover {
    border-color: #005aab;
}
.news .news_main .news_list a:hover .news_title {
    color: #005aab;
}
.news .news_main .news_list .news_title {
    font-size: 16px;
	font-weight: bold;
    color: #333;
    width: 75%;
}
.news .news_main .news_list .time {
    float: right;
    font-size: 14px;
	color: #aaa;
}
.news .news_main .news_list .explain_content {
    font-size: 14px;
	line-height: 22px;
    color: #777;
    -webkit-line-clamp: 3;
    margin: 12px 0;
    max-height: 66px;
}

.news .news_questions {
    width: 374px;
}
.news .news_questions .classify {
    height: 50px;
    background: #bfbfbf;
    box-sizing: border-box;
    line-height: 50px;
    color: #fff;
    padding: 0 20px;
    letter-spacing: 1px;
}
.news .news_questions .classify_item {
    font-size: 16px;
	font-weight: bold;
}
.news .news_questions .more {
    font-size: 14px;
}
.news .news_questions .more span {
    font-size: 12px;
    display: inline-block;
    margin-left: 3px;
    transform: translateY(-1px);
}
.news .news_questions .questions_list {
    padding: 0 20px;
    border: 1px solid #bfbfbf;
    border-top: none;
    box-sizing: border-box;
}
.news .news_questions .questions_list a {
    position: relative;
    padding: 15px 0;
    box-sizing: border-box;
    border-bottom: 1px dotted #e5e5e5;
    line-height: 24px;
}
.news .news_questions .questions_list .explain_title span,
.news .news_questions .questions_list .explain_content span {
    width: 24px;
	height: 24px;
	background: #005aab;
    border-radius: 3px;
    text-align: center;
    font-size: 16px;
	font-weight: bold;
    color: #fff;
    float: left;
}
.news .news_questions .questions_list .explain_content span {
	background: #c1c0c0;
}
.news .news_questions .questions_list .explain_title div {
    font-size: 16px;
    color: #424242;
    margin-left: 35px;
}
.news .news_questions .questions_list .explain_content {
    margin-top: 10px;
}
.news .news_questions .questions_list .explain_content div {
    font-size: 14px;
    color: #888;
    margin-left: 35px;
}
.news .news_questions .questions_list a:last-of-type {
    border: none;
}
.news .news_questions .questions_list a:hover .explain_title div {
    color: #005aab;
}
.news .news_main .news_list {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.news .news_main .news_list.active {
    position: relative;
    z-index: 10;
}




