

.hk_register_title{
    margin-bottom: 40px;
}

.hk_register_h1{
    font-size: 34px;
    font-weight: 800;
}
.hk_register_title .hk_register_h1 span{
    color: red;
}
.hk_register_describe{
	font-size: 14px;
	line-height: 22px;
    color: #888888;
    margin-top: 10px;
}

.hk_register_search{
    padding-top: 60px;
    padding-bottom: 50px;
}
.hk_register_search_title{
    margin-bottom: 25px;
}
.hk_register_search_h1{
    font-size: 30px;
    font-weight: 800;
}
.hk_register_search_title .hk_register_search_h1 span{
    color: red;
}

.hk_register_search_top{
    height: 120px;
    background-color: #005aab;
    overflow: hidden;
}
.hk_register_search_top p{
	width: 1100px;
	height: 70px;
    background-color: #ffffff;
    margin: 25px auto 0 auto;
}
.hk_register_search_top p a{
    height: 100%;
    width: 400px;
    padding-left: 25px;
    display: inline-block;
}
.hk_register_search_top p a i{
    color: #005aab;
    font-size: 35px;
    vertical-align: middle;
    margin-right: 15px;
}
.hk_register_search_top p a input{
    height: 100%;
    color: #777777;
}
.hk_register_search_top p a input::-webkit-input-placeholder{
    color:#777777;
}
    input::-moz-placeholder{   /* Mozilla Firefox 19+ */
        color:#777777;
    }　　
     input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
        color:#777777;
     }
    input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
        color:#777777;
}
.hk_register_search_top p button{
    width: 240px;
    height: 70px;
    background-color: #ec1314;
    color: #ffffff;
    font-size: 16px;
    border: 0;
    cursor: pointer;
    outline: none;
}

.hk_register_search_bottom{
    height: 525px;
    background-color: #dcdde1;
    padding: 30px 50px 0 50px;
}

.hk_register_search_bottom .myscroll a:nth-of-type(3){
    margin-right: 20px;
    line-height: 31px;
}
.hk_register_search_bottom .myscroll a:nth-of-type(1){
    line-height: 31px;
}
.hk_register_search_bottom .swiper-container{
    width: 1000px;
    display: inline-block;
    vertical-align: bottom;
    float: right;
}

.hk_register_search .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 3px;
   text-align: right;
}
.hk_register_search .swiper-pagination-bullet-active{
    background: #005aab;
}

.hk_register_search_swiper_a{
    margin-right: 70px;
}
.hk_register_search_swiper_a span{
    color: #c10000;
}
.hk_register_search_div{
    background-color: #ffffff;
    height: 460px;
    padding: 35px 35px 30px 40px;
    box-sizing: border-box;
}
.hk_register_search_divw{
    width: 470px;
    margin-right: 40px;
}
.hk_register_search_divn{
    width: 470px;
    background:url(../images/hk_register/search_back.png) no-repeat;
    background-position: 100% 85%;
}
.hk_register_search_divn .hk_register_search_h1{
    text-align: left;
}
.hk_register_search_divn li{
    margin-bottom: 30px;
    font-size: 14px;
    cursor: pointer;
}
.hk_register_search_divn li a{
    color: #666666;
}
.hk_register_search_vertical{
    border: 1px solid #dcdde1;
    height: 355px;
    display: inline-block;
    margin-top: 20px;
    margin-right: 40px;
}
.myscroll{
    overflow: hidden;
    height: 310px;
}
.myscroll li{
    margin-bottom: 15px;
    font-size: 14px;
}
.myscroll ul{
    overflow: hidden;
}
.myscroll li{
    overflow: hidden;
}
.myscroll_on{
    background-color: #005aab;
    padding:6px 0;
    color: #ffffff;
    display: inline-block;
    width: 90px;
    text-align: center;
}
.myscroll_off{
    background-color: #cdcdcd;
    padding:6px 0;
    color: #ffffff;
    width: 90px;
    display: inline-block;
    text-align: center;

}

.hk_register_two{
    background-color: #f6f6f6;
    padding-top: 60px;
    padding-bottom: 50px;
}
.hk_register_two_div{
    display: inline-block;
    width: 275px;
    background-color: white;
    margin-right: 28px;
    margin-bottom: 25px;
    transition: all 0.5s;
}
.hk_register_two_div:hover {
    box-shadow: 3px 4px 10px 0px 
        rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}
.hk_register_two_div:nth-of-type(4n){
    margin-right: 0;
}
/* .hk_register_two_div:nth-of-type(8){
    margin-right: 0;
} */
.hk_register_two_div p:nth-of-type(1){
    display: inline-block;
    width: 225px;
    margin: 25px auto 20px auto;
    font-size: 18px;
    color: #005aab;
    font-weight: 600;
}
.hk_register_two_div p:nth-of-type(2){
  display: inline-block;
    width: 225px;
    margin-bottom: 35px;
    line-height: 25px;
}



.hk_register_three{
    background-image: url(../images/hk_register/backgaund.jpg) ;
    padding-bottom: 78px;
    padding-top: 60px;
}
.hk_register_three .hk_register_h1{
    color: white;
}
.hk_register_three p{
    margin: 28px auto;
    font-size: 24px;
}
.hk_register_three_div{
    display: inline-block;
    width: 560px;
    background-color: white;
    transition: all 0.5s;
}
.hk_register_three_div:nth-of-type(1){
    margin-right: 75px;
}
.hk_register_three_div:hover{
    background-color: #005aab;
}
.hk_register_three_div:hover p{
    color: white;
}

.hk_register_four{

    padding-top: 60px;
    padding-bottom: 40px;
    overflow: hidden;

}

.hk_register_four_div {
    width: 300px;
    height: 200px;
    float: left;
    margin-bottom: 60px;
}
.hk_register_four_div .picture_container {
    height: 113px;
}
.hk_register_four_div .picture_container_icon {
    width: 78px;
    height: 78px;
    background: #005aab;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
    transition: all 0.7s;
}
.hk_register_four_div img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.hk_register_four_div:hover .picture_container_icon {
    transform: scale(1.1) rotate(360deg);
    box-shadow: 0px 0px 15px rgba(150,150,150,0.5);
}
.hk_register_four_div .dot {
    width: 16px;
    height: 16px;
    background-color: rgba(0,162,162,0.2);
    margin: 0 auto;
    position: relative;
    border-radius: 50%;
}
.hk_register_four_div .dot span {
    display: block;
    width: 10px;
	height: 10px;
	background-color: #005aab;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
}
.hk_register_four_div p{
    width: 255px;
    font-weight: 500;
    margin: 0 auto;
    margin-top: 20px;
    line-height: 25px;
}
.hk_register_five{
    background-color: #f6f6f6;
    padding-bottom: 65px;
    padding-top: 60px;
    overflow: hidden;
}
.brand a{
    display: block;
    float: left;
    margin-right: 25px;
    margin-bottom: 20px;
    width: 220px;
    height: 120px;
    text-align: center;
    position: relative;

}
.brand a:nth-of-type(5n){

    margin-right: 0;
    margin-bottom: 20px;

}
.brand img{

    width: 220px;

    height: 120px;

}
.brand .info{

    display: none;

    background-color: #f0f0f0;

    color: #369242;

}
.vertical .info{

    width: 0;

    height: 120px;

    margin: 0 auto;

}
.horizontal img{

    position: absolute;

    top: 0;

    left: 0;

}
.horizontal .info{
    width: 220px;
    height: 0;
    top: 50px;
    position: absolute;
    left: 0;
    text-align: center;
    line-height: 120px;
    background-color: #005aab;
    color: #ffffff;
}

.hk_register_six{
    padding-top: 60px;
    overflow: hidden;
}

.hk_register_six_left{
    width: 536px;
	height: 82px;
	background-color: #fff5dc;
	border-radius: 10px;
    border: solid 1px #d3c28e;
    line-height: 82px;
    text-align: center;
    color: #937a2e;
}
.hk_register_six_title_left{
    width: 536px;
	height: 82px;
    line-height: 82px;
    text-align: center;
    color: #d72828;
    font-size: 34px;
    position: relative;
}
.hk_register_six_title_left::before{
    content: " ";
    border-bottom: 1px solid rgba(216,216,216, 0.5);
    width: 150px;
    height: 1px;
    position: absolute;
    left: 0;
    display: inline-block;
    top: 40px;
}
.hk_register_six_title_left::after{
    content: " ";
    border-bottom: 1px solid rgba(216,216,216, 0.5);
    width: 150px;
    height: 1px;
    position: absolute;
    right: 0;
    display: inline-block;
    top: 40px;
}
.hk_register_six_title_right::before{
    content: " ";
    border-bottom: 1px solid rgba(216,216,216, 0.5);
    width: 150px;
    height: 1px;
    position: absolute;
    left: 0;
    display: inline-block;
    top: 40px;
}
.hk_register_six_title_right::after{
    content: " ";
    border-bottom: 1px solid rgba(216,216,216, 0.5);
    width: 150px;
    height: 1px;
    position: absolute;
    right: 0;
    display: inline-block;
    top: 40px;
}

.hk_register_six_title_right{
    width: 536px;
	height: 82px;
    border-radius: 10px;
    line-height: 82px;
    color: #666666;
    font-size: 34px;    
    text-align: center;
    position: relative;
}
.hk_register_six_title_content{
    color: #d72828;
    font-size: 50px;
    width: 124px;
    height: 82px;
    line-height: 82px;
    font-size: 50px;
    text-align: center;
}
.hk_register_six_right{
	width: 536px;
	height: 82px;
	background-color: #ffffff;
    border-radius: 10px;
    line-height: 82px;
    color: #666666;
    border: solid 1px rgba(227, 227, 227, 0.9);
    text-align: center;
}

.hk_register_six_circle{
    color: #333333;
    text-align: center;
	width: 56px;
	height: 56px;
    background-color: #e3e3e3;
    border-radius: 50%;
    z-index: 2;
    position: absolute;
    top: 15px;
    left: 35px;
    line-height: 56px;
    
}
.hk_register_six_content{
    position: relative;
    overflow: hidden;
    width: 124px;
    height: 82px;
}
.hk_register_six li{
    margin-bottom: 35px;
    overflow: hidden;
}
.hk_register_six_icon{
    width: 127px;
	height: 1px;
	background-color: #c1c1c1;
    opacity: 0.4;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 40px;
}
.hk_register_seven{
    background-color: #f6f6f6;
    padding-bottom: 100px;
    padding-top: 60px;
    overflow: hidden;
}
.hk_register_seven_div{
    display: inline-block;
    text-align: center;
    width: 370px;
    height: 250px;
    border-radius: 15px;
    overflow: hidden;
    margin-right: 40px;
    transition: all 0.5s;
}
.hk_register_seven_div:nth-of-type(3n){
    margin-right: 0;
}
.hk_register_seven_div:hover{
    background-color: #ffffff;
    box-shadow: 0 5px 5px #eaeaea;
}
.hk_register_seven_div p:nth-of-type(1){
    font-size: 24px;
    font-weight: 600;
    color: #005aab;
    margin-bottom: 5px;
}
.hk_register_seven_div p:nth-of-type(2){
    font-size: 14px;
    width: 175px;
    margin: 0 auto;
    line-height: 25px;
}
.hk_register_seven_circle{
    border: 1px solid #005aab;
    border-radius: 50%;
    color: #005aab;
    width: 85px;
    height: 85px;
    text-align: center;
    line-height: 85px;
    margin: 30px auto 20px auto;
}
.hk_register_seven_circle i{
    font-size: 45px;
}

.hk_register_eight{
    /*background-color: #f6f6f6;*/
    padding-bottom: 80px;
    padding-top: 60px;
    overflow: hidden;
}
.hk_register_eight_div{
    background: url(../images/hk_register/eight.jpg) no-repeat center;
    overflow: hidden;
}
.hk_register_eight_abtm{
    width: 440px;
    height: 55px;
    border-radius: 30px;
    box-shadow: 0 0 10px #e2e2e2;
    display: inline-block;
    font-size: 18px;
    line-height: 55px;
    margin: 10px;
}
.hk_register_eight_abtm img{
    margin-right: 15px;
    margin-left: 30px;
}
.hk_register_eight_a{
    width: 300px;
    height: 55px;
    border-radius: 30px;
    box-shadow: 0 0 10px #e2e2e2;
    display: inline-block;
    float: left;
    font-size: 18px;
    line-height: 55px;
    margin: 10px;
}
.hk_register_eight_a:nth-of-type(2n){
    float: right;
}
.hk_register_eight_a img{
    margin-right: 15px;
    margin-left: 30px;
}
.hk_register_eight_p{
    width: 1130px;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 30px;
}
.hk_register_eight_p:nth-of-type(4){
    margin-bottom: 40px;
}
.hk_register_eight_pbtm{
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}
.hk_register_eight_p:nth-of-type(2){
    width: 100%;
}
.hk_register_eight_p:nth-of-type(3){
    width: 100%;
}

.hk_register_nine{
    background-color: #f6f6f6;
    padding-bottom: 60px;
    padding-top: 60px;
    overflow: hidden;
}
.hk_register_nine_div{
    width: 280px;
    border: 2px solid #e8e8e8;
    border-radius: 10px;
    background-color: #ffffff;
    display:inline-block;
    height: 360px;
    float: left;
    margin-right: 20px;
    margin-bottom: 25px;
    overflow: hidden;
}
.hk_register_nine_div:nth-of-type(4n){
    margin-right: 0;
}
.hk_register_nine_div:hover{
    border: 2px solid #d9271d;
    box-shadow: 0 0 10px #dddddd;
}
.hk_register_nine_div:hover .hk_register_nine_btn{
    background-color: #d9271d;
}
.hk_register_nine_tltle{
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 15px;
}
.hk_register_nine_content{
   width: 235px;
    margin: 0 auto;
    line-height: 20px;
    color: #a9a9a9;
    font-size: 14px;
}
.hk_register_nine_div img{
    width: 100%;
}
.hk_register_nine_div p:nth-of-type(2){
    width: 235px;
    margin: 0 auto;
    color: #c6c6c6;
}
.hk_register_nine_btn{
    background-color: #005aab;
    width: 120px;
    height: 30px;
    color: #ffffff;
    line-height: 30px;
    padding: 0 20px;
    margin: 20px auto 0 auto;
    border-radius: 25px;
    text-align: center;
    cursor: pointer;
}
.hk_register_ten{
    padding-bottom: 60px;
    padding-top: 60px;
    overflow: hidden;
}

/* overseas_issue_container */
.overseas_issue_container {
    padding-bottom: 80px;
}
.overseas_issue .issue_item {
    position: relative;
}
.overseas_issue .issue_item a {
    height: 85px;
    background: #fff;
    line-height: 85px;
    font-size: 18px;
    color: #424242;
    padding: 0 30px 0 10px;
    box-sizing: border-box;
    position: relative;
    border-bottom: solid 1px #eee;
}
.overseas_issue .issue_item .step {
    display: inline-block;
    width: 24px;
    height: 24px;
	background: #005aab;
    border-radius: 3px;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    color: #fff;
    text-align: center;
    margin-right: 10px;
}
.overseas_issue .issue_item a .iconfont {
    float: right;
    color: #c1c0c0;
}
.overseas_issue .issue_item ul {
    background: #f7f7f7;
    box-sizing: border-box;
    padding: 20px 48px 35px 10px;
    display: none;
}
.overseas_issue .issue_item ul li {
    margin-bottom: 20px;
}
.overseas_issue .issue_item ul .step {
    float: left;
    background: #c1c0c0;
}
.overseas_issue .issue_item ul .issue_content {
    padding-left: 34px;
    font-size: 16px;
	line-height: 26px;
	color: #888;
}
.overseas_issue .active ul {
    display: block;
}
.overseas_issue .active a .issue_title,
.overseas_issue .active a .iconfont {
    color: #005aab;
}


/*香港公司年审*/
.hk_annual_two{
    background-color: #f6f6f6;
    padding-bottom: 60px;
    padding-top: 60px;
    overflow: hidden;
}
.hk_annual_two_div{
    width: 275px;
    height: 360px;
    background-color: #ffffff;
    border-radius: 10px;
    text-align: center;
    display: inline-block;
    float: left;
    margin-right: 33px;
}
.hk_annual_two_div:nth-of-type(4){
    margin-right: 0;
}
.hk_annual_two_div img{
    margin-top: 40px;
}
.hk_annual_two_div:hover{
    box-shadow: 0 0 10px #eaeaea;
}
.hk_annual_two_title{
    font-size: 24px;
    font-weight: 600;
    margin: 30px 0;
}
.hk_annual_two_div p:nth-of-type(2){
    color: #666666;
    width: 230px;
    font-size: 14px;
    line-height: 20px;
    margin: 0 auto;
}

.hk_annual_three{
    padding-bottom: 60px;
    padding-top: 60px;
    overflow: hidden;
}
.hk_annual_three_div{
    width: 285px;
    height: 330px;
    background-color: #f5f5f5;
    display: inline-block;
    float: left;
    margin-right: 20px;
}
.hk_annual_three_div:nth-of-type(4){
    margin-right: 0;
}
.hk_annual_three_title{
    text-align: center;
    font-size:  20px;
    font-weight: 600;
    margin-top: 18px;
    margin-bottom: 20px;
}
.hk_annual_three_btn{
    width: 130px;
    height: 40px;
    line-height: 40px;
    border-radius: 30px;
    background-color: #d9271d;
    margin: 0 auto;
    cursor: pointer;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
}

.hk_annual_four{
    background-color: #f6f6f6;
    padding-bottom: 60px;
    padding-top: 60px;
    overflow: hidden;
}
.hk_annual_four_div{
    background-color: white;
    overflow: hidden;
}
.hk_annual_four_div_right{
    padding: 45px 45px 0 45px;
    font-size: 20px;
}
.hk_annual_four_div div{
    width: 600px;
    box-sizing: border-box;
}
.hk_annual_four_div .inline p{
    margin-bottom: 30px;
}
.hk_annual_four_div .inline span{
    margin-left: 15px;
    display: inline-block;
    width: 465px;
    line-height: 30px;
}
.hk_annual_four_div .inline p a{
    width: 30px;
    height: 30px;
    background-color: #005aab;
    border-radius: 50%;
    line-height: 30px;
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    display: inline-block;
    vertical-align: top;
}

.hk_annual_five{
    padding-bottom: 60px;
    padding-top: 60px;
    overflow: hidden;
}
.hk_annual_five_content{
    font-size: 16px;
    line-height: 30px;
    width: 1040px;
    margin: 0 auto;
}

.hk_annual_five_content table{
    display: block;
    margin: 0 auto;
}

/* 香港公司注销 */
.hk_off_two{
    background-color: #f6f6f6;
    padding-bottom: 60px;
    padding-top: 60px;
    overflow: hidden;
}
.hk_off_two_div{
    width: 275px;
    height: 290px;
    padding-top:40px;
    border: 1px solid #d5d5d5;
    display: inline-block;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    transition: all 0.5s;
}

.hk_off_two_div:hover{
    color: #d9271d;
    box-shadow: 0px 0px 20px 0px 
		rgba(0, 0, 0, 0.1);
}

.hk_off_two_div:hover i, .hk_off_two_div_icon{
    color: #d9271d;
}
.hk_off_two_div:hover .hk_off_two_div_icon{
    border: 1px solid #d9271d;
    background-color: #d9271d;
}

.hk_off_two_div:nth-of-type(4n){
    margin-right: 0;
}
.hk_off_two_div i{
    font-size: 85px;
    color: #666666;
}
.hk_off_two_div p{
    width: 185px;
    margin: 0 auto;
    line-height: 25px;
}
.hk_off_two_div_icon{
    border: 1px solid #666666;
    background-color: #666666;
    height: 1px;
    width: 40px;
    margin: 35px auto 30px auto;
}

.hk_off_four{
    padding-bottom: 60px;
    padding-top: 60px;
    overflow: hidden;
    background: url(../images/hk_off/four_back.jpg) no-repeat;
}
.hk_off_four_div{
	height: 390px;
	background-color: #ffffff;
	box-shadow: 0px 0px 20px 0px 
		rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 45px 0 45px 40px;
    box-sizing: border-box;
}
.hk_off_four_img{
    width: 520px;
    display: inline-block;
    float: left;
}
.hk_off_five{
    padding-bottom: 60px;
    padding-top: 60px;
    overflow: hidden;
}
.hk_off_four_right{
    margin-left: 80px;
}
.hk_off_four_right p{
    margin-bottom: 25px;
}
.hk_off_four_right p a{
    width: 30px;
    height: 30px;
    background-color: #005aab;
    border-radius: 50%;
    line-height: 30px;
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    display: inline-block;
    margin-right: 20px;
}
.hk_off_four_title{
    font-size: 24px;
    color: #333333;
    font-weight: 600;
    margin-left: 80px;
    margin-bottom: 30px;
    display: inline-block;
    float: left;
}
.hk_off_four_title span{
    color: #d9271d;
}

.hk_off_five_div{
    width: 300px;
    height: 200px;
    display: inline-block;
    float: left;
    margin-bottom: 60px;
}
.hk_off_five_div .picture_container {
    height: 113px;
}
.hk_off_five_div .picture_container_icon {
    width: 78px;
    height: 78px;
    background: #005aab;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
    transition: all 0.7s;
}
.hk_off_five_div img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.hk_off_five_div:hover .picture_container_icon {
    transform: scale(1.1) rotate(360deg);
    box-shadow: 0px 0px 15px rgba(150,150,150,0.5);
}
.hk_off_five_div .dot {
    width: 16px;
    height: 16px;
    background-color: rgba(0,162,162,0.2);
    margin: 0 auto;
    position: relative;
    border-radius: 50%;
}
.hk_off_five_div .dot span {
    display: block;
    width: 10px;
	height: 10px;
	background-color: #005aab;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
}
.hk_off_five_div p{
    width: 255px;
   font-weight: 500;
    margin: 0 auto;
    margin-top: 20px;
    line-height: 25px;
}
.hk_change_two{
    background-color: #f6f6f6;
    padding-bottom: 60px;
    padding-top: 60px;
    overflow: hidden;
    height: 540px;
}
.hk_change_two_div{
    width: 380px;
    background-color: #ffffff;
    padding-bottom: 25px;
    height: 400px;
    box-sizing: border-box;
    float: left;
    position: relative;
    box-shadow: 0px 0px 20px 0px 
    rgba(0, 0, 0, 0.1);
    transition: all 0.5s;
}
.hk_change_two_div:hover{
    height: 420px;
    background-color: #005aab;
}
.hk_change_two_div:hover p:nth-of-type(1){
    font-size: 20px;
    color: #ffffff;
    width: 320px;
}
.hk_change_two_div:hover p:nth-of-type(2){
    color: #ffffff;
    font-size: 50px;
}
.hk_change_two_div:nth-of-type(2){
    margin: 0 30px;
}
.hk_change_two_div p:nth-of-type(1){
    width: 295px;
    line-height: 25px;
    margin: 20px auto;
}
.hk_change_two_div p:nth-of-type(2){
    font-size: 40px;
    color: #777777;
    opacity: 0.5;
    width: 100%;
    position: absolute;
    bottom: 25px;
}
.hk_change_three{
    padding-bottom: 60px;
    padding-top: 60px;
    overflow: hidden;
}
.hk_change_three_div{
    width: 235px;
    padding: 40px 0 45px 0;
    float: left;
    max-height: 360px;
    background-color: #f6f6f6;
    position: relative;
    margin-right: 6px;
    transition: all 0.5s;
}
.hk_change_three_div:hover{
    background-color: #005aab;
}
.hk_change_three_div:hover i, .hk_change_three_div:hover p,.hk_change_three_div:hover h3{
    color: #ffffff;
}
.hk_change_three_div:last-of-type{
    margin-right: 0;
}
.hk_change_three_div div{
   margin-bottom: 20px;
   height: 55px;
   line-height: 55px;
}
.hk_change_three_div i{
    font-size: 45px;
    color: #666666;
}
.hk_change_three_div:nth-of-type(2) i {
    font-size: 55px;
}
.hk_change_three_div:nth-of-type(4) i{
    font-size: 55px;
}
.hk_change_three_a{
    width: 30px;
    height: 30px;
    background-color: #005aab;
    border-radius: 50%;
    line-height: 30px;
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    display: inline-block;
    position: absolute;
    top: -15px;
    left: 102px;
}
.hk_change_three_div h3{
    font-size: 20px;
    color: #333333;
    font-weight: 600;
    margin-bottom: 30px;
}
.hk_change_three_div p{
    width: 190px;
    margin: 0 auto;
    color: #666666;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
}
.hk_change_three_icon{
    border: 1px solid #005aab;
}

.hk_water_two{
    background-color: #f6f6f6;
    padding-bottom: 60px;
    padding-top: 60px;
    overflow: hidden;
}
.hk_water_two .hk_register_title{
    margin-bottom: 90px;
}
.hk_water_two_back{
    background: url(../images/hk_water/two_back.jpg) no-repeat;
    background-position: 0 100%;
    overflow: hidden;
}
.hk_water_two_div{
	width: 660px;
	height: 420px;
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 61px 80px 0 75px;
}
.hk_water_two_title{
    color: #005aab;
    font-size: 24px;
    margin-bottom: 40px;
}
.hk_water_two_div p{
    color: #333333;
    line-height: 35px;
    margin-bottom: 20px;
}
.hk_water_two_btn{
    padding: 15px 35px;
    background-color: #d9271d;
    border-radius: 7px;
    color: #ffffff;
}
.hk_water_three{
    padding-bottom: 60px;
    padding-top: 60px;
    overflow: hidden;
}
.hk_water_three_circleb{
    width: 360px;
    height: 360px;
    border: solid 1px #005aab;
    border-radius: 50%;
    position: relative;
    margin: 0 95px;
}

.hk_water_three_circleb img{
    margin-top: 50px;
    margin-bottom: 20px;
}
.hk_water_three_circleb p{
    color: #424242;
    line-height: 25px;
}
.hk_water_three_circleb span{
    color: #005aab;
    font-size: 32px;
    position: absolute;
    bottom: 30px;
    left: 160px;
}
.hk_water_three_circle1{
    width: 260px;
    height: 260px;
    border: solid 1px #d9271d;
    border-radius: 50%;
    position: relative;
    margin-top: 50px;
    margin-left: 65px;
}

.hk_water_three_circle1 img{
    margin-top: 50px;
    margin-bottom: 20px;
}
.hk_water_three_circle1 p{
    color: #424242;
}
.hk_water_three_circle1 span{
    color: #dc352c;
    font-size: 32px;
    position: absolute;
    bottom: 30px;
    left: 110px;
}

.hk_water_three_circle2{
    width: 260px;
    height: 260px;
    border: solid 1px #eba73e;
    border-radius: 50%;
    position: relative;
    margin-top: 50px;
}
.hk_water_three_circle2 img{
    margin-top: 50px;
    margin-bottom: 20px;
}
.hk_water_three_circle2 p{
    color: #424242;
    line-height: 25px;
}
.hk_water_three_circle2 span{
    color: #eba73e;
    font-size: 32px;
    position: absolute;
    bottom: 30px;
    left: 110px;
}

.hk_water_four{
    background-color: #f6f6f6;
    padding-bottom: 60px;
    padding-top: 60px;
    overflow: hidden;
}

.hk_water_four .wide>div:last-child{
    display: flex;
}

.hk_water_four_div{
    padding-bottom: 60px;
    min-height: 380px;
    width: 285px;
    box-sizing: border-box;
    float: left;
    background-color: #ffffff;
    position: relative;
    margin-right: 20px;
    transition: all 0.5s;
}
.hk_water_four_div:hover{
    box-shadow: 0px 0px 15px 0px 
    rgba(0, 0, 0, 0.15);
}
.hk_water_four_div:last-of-type{
    margin-right: 0;
}
.hk_water_four_div p:nth-of-type(1){
    font-size: 18px;
    color: #333333;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 15px;
}
.hk_water_four_div p:nth-of-type(2){
    font-size: 14px;
    color: #666666;
    line-height: 22px;
    margin-bottom: 15px;
}
.hk_water_four_div p{
    margin-left: 20px;
    width: 250px;
}
.hk_water_four_div a{
    background-color: #d9271d;
    color: #ffffff;
    font-size: 14px;
    padding: 12px 20px 12px 20px;
    position: absolute;
    bottom: 20px;
}
.hk_water_four_div a i{
    margin-right: 5px;
    font-size: 16px;
    vertical-align: bottom;
}
.hk_secretary_one{
    padding-bottom: 60px;
    padding-top: 60px;
    overflow: hidden;
}
.hk_secretary_one_div{
    width: 360px;
	height: 440px;
	background-color: #ffffff;
    border: solid 1px #e9e9e9;
    transition: all 0.5s;
    display: inline-block;
    float: left;
    margin-right: 57px;
    margin-bottom: 55px;
}
.hk_secretary_one_div:nth-of-type(3n){
    margin-right: 0;
}
.hk_secretary_one_div:hover{
    box-shadow: 0px 5px 24px 0px 
    rgba(0, 0, 0, 0.12);
}
.hk_secretary_one_div:hover a{
    background-color: #005aab;
    color: #ffffff;
}
.hk_secretary_one_div p{
    font-size: 18px;
    color: #333333;
    margin: 15px 0 20px 0;
}
.hk_secretary_one_div a{
    font-size: 18px;
    color: #005aab;
    border-radius: 20px;
    border: solid 1px #e9e9e9;
    padding: 10px 50px;
     cursor: pointer;
}

.hk_secretary_two{
    background-color: #f6f6f6;
    padding-bottom: 60px;
    padding-top: 60px;
    overflow: hidden;
}
.hk_secretary_two_img{
    width: 560px;
    margin-right: 70px;
}
.hk_secretary_two_content{
    width: 560px;
}
.hk_secretary_two_content p{
    margin-top: 100px;
    line-height: 36px;
    color: #464646;
}
.hk_secretary_three{
    padding-bottom: 60px;
    padding-top: 60px;
    overflow: hidden;
}

.hk_secretary_three_img{
    width: 560px;
    margin-left: 70px;
}
.hk_secretary_three_content{
    width: 560px;
}
.hk_secretary_three_content p{
    margin-top: 100px;
    line-height: 36px;
    color: #464646;
}

.hk_secretary_four{
    background: url(../images/hk_secretary/four_back.jpg) no-repeat;
    padding-bottom: 130px;
    padding-top: 155px;
    overflow: hidden;
}
.hk_secretary_four_title{
    color: #ffffff;
    width: 605px;
    line-height: 32px;
    margin: 0 auto;
}
.hk_secretary_four_div{
    width: 400px;
	height: 200px;
	background-color: #ffffff;
    border: solid 1px #c4c4c4;
    box-sizing: border-box;
    padding: 20px 47px 40px 47px;
    border: solid 1px #c4c4c4;
}
.hk_secretary_four_div p{
    color: #333333;
    line-height: 32px;
    margin-top: 30px;
}
.hk_secretary_five{
    padding-bottom: 60px;
    padding-top: 60px;
    overflow: hidden;
}
.hk_secretary_five .hk_register_title{
    margin-bottom: 80px;
}
.hk_secretary_five_div{
    width: 600px;
	height: 200px;
	border-radius: 15px;
    border: solid 1px #005aab;
    box-sizing: border-box;
    padding: 45px 45px 0 45px;
    margin-bottom: 70px;
}
.hk_secretary_five_right{
    width: 600px;
    margin-bottom: 60px;
    margin-top: 30px;
    overflow: hidden;
}
.hk_secretary_five_back{
    overflow: hidden;
    background: url(../images/hk_secretary/five_back.jpg) no-repeat;
}
.hk_secretary_five_back a{
	background-color: #005aab;
    border-radius: 28px;
    color: #ffffff;
    font-size: 24px;
    padding: 15px 40px;
    cursor: pointer;
}
.hk_secretary_five_div p{
    color: #666666;
    font-size: 20px;
    line-height: 38px;
}
.hk_secretary_five_div p span{
    color: #005aab;
    font-weight: 600;
}
.hk_secretary_six{
    background:url(../images/hk_secretary/six_back.jpg) no-repeat;
    padding-bottom: 60px;
    padding-top: 60px;
    overflow: hidden;
}
.hk_secretary_six_left{
    width: 580px;
}
.hk_secretary_six_left p{
    color: #363636;
    margin-bottom: 25px;
}
.hk_secretary_six_left p a{
    width: 30px;
    height: 30px;
    background-color: #005aab;
    border-radius: 50%;
    line-height: 30px;
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    display: inline-block;
    margin-right: 20px;
    text-align: center;
    vertical-align: top;
}
.hk_secretary_six_left p span{
    width: 510px;
}
.hk_secretary_six_div{
    border-radius: 20px;
    border: solid 1px #005aab;
    padding: 20px 40px;
    color: #333333;
    line-height: 30px;
    margin-bottom: 30px;
}
.hk_secretary_six_right{
    width: 540px;
    border-radius: 10px;
    box-sizing: border-box;
}
.hk_secretary_seven{
    padding-bottom: 60px;
    padding-top: 60px;
    overflow: hidden;
}
.hk_secretary_seven .hk_register_describe{
    font-size: 18px;
    color: #464646;
    line-height: 36px;
    width: 950px;
    margin: 40px auto 0 auto;
}
.hk_secretary_seven_div{
    width: 1200px;
	height: 476px;
	background-color: #ffffff;
	box-shadow: 0px 0px 20px 0px 
		rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 30px 35px 0 35px;
    box-sizing: border-box;
}
.hk_secretary_seven_div h2{
    color: #005aab;
    font-size: 24px;
    margin-bottom: 30px;
}
.hk_secretary_seven_content{
    width: 280px;
	height: 170px;
    background-color: #f8f9fa;
    float: left;
    margin-bottom: 3px;
    margin-right: 3px;
}
.hk_secretary_seven_content:nth-of-type(4n){
    margin-right: 0;
}
.hk_secretary_seven_content h3{
    color: #dddddd;
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 10px;
}
.hk_secretary_seven_content p{
    line-height: 30px;
    color: #444444;
    width: 210px;
    margin: 0 auto;
}
/* 我们的优势 */
/* adv_container */
.adv_container {
    padding-bottom: 80px;
    background: #fff;
}
.adv li {
    text-align: center;
    width: 346px;
    height: 399px;
    
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/public/adv_bg.png);
}
.adv li:nth-child(1),
.adv li:nth-child(2),
.adv li:nth-child(4) {
    margin-right: 81px;
}
.adv li .explain {
    font-size: 18px;
	font-weight: bold;
    color: #333;
    margin-top: 32px;
}

.adv li:nth-child(4),
.adv li:nth-child(5) {
    margin-top: -40px;
}

/* 银行开户 */
.person_open_account_search{
    padding-top: 60px;
    padding-bottom: 120px;
    background: url(../images/person_open_account/search.jpg) no-repeat;
}
.person_open_account_search_title{
    margin-bottom: 25px;
}
.person_open_account_search_h1{
    font-size: 30px;
    font-weight: 800;
}
.person_open_account_search_title .person_open_account_search_h1 span{
    color: red;
}

.person_open_account_search_top{
    height: 120px;
    background-color: #005aab;
    overflow: hidden;
}
.person_open_account_search_top p{
	width: 1100px;
	height: 70px;
    background-color: #ffffff;
    margin: 25px auto 0 auto;
}
.person_open_account_search_top p a:nth-of-type(1){
    width: 335px;
    position: relative;
}
.person_open_account_search_top p a:nth-of-type(1)::after{
    content: "";
    height: 10px;
    width: 15px;
    position: absolute;
    right: 20px;
    top: 15px;
    display: inline-block;
    background: url(../images/person_open_account/search_icon.png) no-repeat center;
    pointer-events: none;
}
.person_open_account_search_top p a{
    height: 100%;
    width: 478px;
    padding-left: 20px;
    display: inline-block;
}
.person_open_account_search_top p a i{
    color: #005aab;
    font-size: 35px;
    vertical-align: middle;
    margin-right: 15px;
}
.person_open_account_search_top p a input{
    height: 100%;
    color: #777777;
}
.person_open_account{
    padding-bottom: 80px;
}
.person_open_account_search .hk_register_title{
    margin-bottom: 60px;
}
.person_open_account_search_top select{
    border: 0;
    outline: none;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 77%;
    color: #777777;
}
.person_open_account_search_top p a input::-webkit-input-placeholder{
    color:#777777;
}
    input::-moz-placeholder{   /* Mozilla Firefox 19+ */
        color:#777777;
    }　　
     input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
        color:#777777;
     }
    input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
        color:#777777;
}
.person_open_account_search_top p button{
    width: 240px;
    height: 70px;
    background-color: #ec1314;
    color: #ffffff;
    font-size: 16px;
    border: 0;
    cursor: pointer;
    outline: none;
}

.person_open_account_search_bottom{
    height: 510px;
    background-color: #dcdde1;
    padding: 30px 50px 0 50px;
}

.person_open_account_search_bottom .myscroll a:nth-of-type(3){
    margin-right: 20px;
    line-height: 31px;
}
.person_open_account_search_bottom .myscroll a:nth-of-type(4){
    margin-right: 20px;
    line-height: 31px;
}
.person_open_account_search_bottom .myscroll a:nth-of-type(1){
    line-height: 31px;
    width: 160px;
}
.person_open_account_search_bottom .swiper-container{
    width: 1000px;
    display: inline-block;
    vertical-align: bottom;
    float: right;
}

.person_open_account_search .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 3px;
   text-align: right;
}
.person_open_account_search .swiper-pagination-bullet-active{
    background: #005aab;
}

.person_open_account_search_swiper_a{
    margin-right: 70px;
}
.person_open_account_search_swiper_a span{
    color: #c10000;
}
.person_open_account_search_div{
    background-color: #ffffff;
    height: 460px;
    padding: 35px 35px 30px 40px;
    box-sizing: border-box;
}
.person_open_account_search_divw{
    width: 470px;
    margin-right: 40px;
}
.person_open_account_search_divn{
    width: 470px;
    background:url(../images/hk_register/search_back.png) no-repeat;
    background-position: 100% 85%;
}
.person_open_account_search_divn .person_open_account_search_h1{
    text-align: left;
}
.person_open_account_search_divn li{
    margin-bottom: 30px;
    font-size: 14px;
    cursor: pointer;
}
.person_open_account_search_divn li a{
    color: #666666;
}
.person_open_account_search_vertical{
    border: 1px solid #dcdde1;
    height: 355px;
    display: inline-block;
    margin-top: 20px;
    margin-right: 40px;
}

/* overseas_peculiarity_container */
.overseas_peculiarity ul {
    position: relative;
}
.overseas_peculiarity li {
    position: relative;
    width: 25%;
    height: 332px;
    text-align: center;
}
.overseas_peculiarity .explain {
    position: relative;
    z-index: 10;
}
.overseas_peculiarity .explain_icon {
    font-size: 68px;
    color: #005aab;
    margin-top: 78px;
}
.overseas_peculiarity .explain_content {
    font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	letter-spacing: 1px;
    color: #005aab;
    padding: 0 40px;
    margin-top: 15px;
}
.overseas_peculiarity .img_box {
    position: absolute;
    width: 234px;
    height: 234px;
    box-sizing: border-box;
    background: none;
    transform: rotate(45deg);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    border: solid 1px #005aab;
}
.overseas_peculiarity li:hover .img_box {
    background: #005aab;
    z-index: 2;
}
.overseas_peculiarity li:hover .explain_icon,
.overseas_peculiarity li:hover .explain_content {
    color: #fff;
}
.person_open_account_three{
    background-color: #f6f6f6;
    padding-bottom: 150px;
    padding-top: 60px;
    height: 580px;
    overflow: hidden;
    box-sizing: border-box;
}
.person_open_account_three_div{
    width: 280px;
	height: 300px;
    background-color: #ffffff;
    box-sizing: border-box;
    float: left;
    margin-right: 26px;
    overflow: hidden; 
    position: relative;
    transition: all 0.5s;
}
.person_open_account_three_div:hover{
    height: 380px;
    background-color: #005aab;
}
.person_open_account_three_div:hover h3{
    color: #ffffff;
}
.person_open_account_three_div:hover p{
    color: #ffffff;
}
.person_open_account_three_div:hover a{
    bottom: 30px;
}
.person_open_account_three_div:last-of-type{
    margin-right: 0;
}
.person_open_account_three_div h3{
    font-size: 20px;
    color: #333333;
    margin: 25px 0 15px 0;
    font-weight: 600;
}
.person_open_account_three_div p{
    width: 235px;
    margin: 0 auto;
    line-height: 24px;
    color: #777777;
}
.person_open_account_three_div a{
    color: #ffffff;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 16px;
    position: absolute;
    left: 80px;
    cursor: pointer;
    bottom: -50px;
    background-color: rgba(255, 255, 255, 0.4);
}
.person_open_account_three_div a i{
    margin-right: 5px;
}
.person_open_account_four{
    padding-top: 60px;
    padding-bottom: 80px;
    overflow: hidden;
}
.person_open_account_four_div{
    background-color: #f6f6f6;
}
.person_open_account_four_img{
     width: 540px;
     margin-right: 55px;
}
.person_open_account_four p{
    line-height: 36px;
    color: #333333;
    display: inline-block;
    width: 530px;
    margin-top: 60px;
}
.person_open_account_four_div a{
    color: #ffffff;
    background-color: #d9271d;
    border-radius: 7px;
    padding: 15px 40px;
    margin-top: 30px;
    cursor: pointer;
}
.person_open_account_five{
    background: url(../images/person_open_account/five_back.jpg) no-repeat;
    padding-bottom: 160px;
    padding-top: 70px;
    overflow: hidden;
}
/* 圆环 */
.ring{
    position: relative;
    margin-right: 75px;
}
.ring p{
    position: absolute;
    bottom: -40px;
    left: 30px;
    color: #333333;
    font-size: 18px;
}
.ring:nth-of-type(2) i{
    font-size: 55px;
    left: 40px;
    top: 40px;
}
.ring:nth-of-type(4) i{
    font-size: 55px;
    left: 40px;
    top: 40px;
}
.ring:last-of-type{
    margin-right: 0;
}
.ring_left::after{
    content: ' ';
    position: absolute;
    top: 60px;
    right: -55px;
    width: 26px;
    height: 13px;
    margin: auto;
    background: url(../images/person_open_account/five-icon.png) center no-repeat;
}
.ring i{
    position: absolute;
    font-size: 45px;
    top: 45px;
    left: 43px;
    color: #666666;
}
.ring_ture{
    float: left;
    height: 120px;
    width: 120px;
    content: '';
    border-radius: 50%;
    border: 6px solid #c1c1c1;
    border-left-color: #005aab;
    border-top-color: #005aab;
    transform: rotate(45deg);
    transition: all 0.5s;
}
.ring:hover .ring_ture{
    transform: rotate(225deg);
}
.person_open_account_six{
    padding-bottom: 80px;
    padding-top: 60px;
    overflow: hidden;
}
.person_open_account_six_div{
    width: 285px;
	height: 330px;
	background-color: #ffffff;
	box-shadow: 0px 0px 15px 0px 
        rgba(0, 0, 0, 0.15);
    transition: all 0.5s;
    float: left;
    margin-right: 20px;
}
.person_open_account_six_div:last-of-type{
    margin-right: 0;
}
.person_open_account_six_content{
    padding: 30px 0 0 20px;
}
.person_open_account_six_div h3{
    color: #333333;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}
.person_open_account_six_div p{
    color: #666666;
    font-size: 14px;
}
.person_open_account_six_div:hover{
    background-color: #005aab;
}
.person_open_account_six_div:hover h3{
    color: #ffffff;
}
.person_open_account_six_div:hover p{
    color: #ffffff;
}
.person_open_account_six_btn{
    width: 100%;
    margin-top: 60px;
    cursor: pointer;
}
.person_open_account_six_btn a{
    background-color: #d9271d;
    color: #ffffff;
    font-size: 14px;
    padding: 17px 30px;
}
.person_open_account_six_btn i{
    margin-right: 10px;
}
.person_open_account_eight{
    padding-bottom: 40px;
    padding-top: 60px;
    overflow: hidden;
}
.person_open_account_eight_div{
    width: 360px;
	height: 222px;
    background: url(../images/person_open_account/eight_back1.png) no-repeat center;
    padding: 50px 30px 0 30px;
    box-sizing: border-box;
    margin-right: 60px;
    float: left;
    margin-bottom: 40px;
    box-shadow: 0px 0px 10px 0px 
		rgba(0, 0, 0, 0.15);
}
.person_open_account_eight_div:nth-of-type(3n){
    margin-right: 0;
}
.person_open_account_eight_div:nth-of-type(even){
    background: url(../images/person_open_account/eight_back2.png) no-repeat center;
}

.person_open_account_eight_circle{
    border: solid 1px #d9271d;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    position: relative;
    margin-top: 15px;
}
.person_open_account_eight_div:nth-of-type(even) .person_open_account_eight_circle{
    border: solid 1px #ffffff;
}

.person_open_account_eight_div i{
    font-size: 45px;
    color: #d9271d;
    top: 15px;
    left: 21px;
    position: absolute;
}
.person_open_account_eight_div:nth-of-type(even) i{
    color: #ffffff;
}
.person_open_account_eight_content{
    margin-left: 25px;
    width: 188px;
}
.person_open_account_eight_content h3{
    color: #d9271d;
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 600;
}
.person_open_account_eight_div:nth-of-type(even) .person_open_account_eight_content h3{
    color: #ffffff;
}
.person_open_account_eight_content p{
    color: #666666;
    line-height: 24px;
    font-size: 14px;
}
.person_open_account_eight_div:nth-of-type(even) .person_open_account_eight_content p{
    color: #ffffff;
}
.person_open_account_seven{
    background-color: #f6f6f6;
    padding-bottom: 40px;
    padding-top: 60px;
    overflow: hidden;
}

.person_open_account_seven_div{
    width: 280px;
	height: 360px;
	background-color: #ffffff;
	box-shadow: 0px 0px 12px 0px 
		rgba(90, 90, 90, 0.3);
    border: solid 1px #e5e5e5;
    padding: 50px 30px 0 30px;
    box-sizing: border-box;
    display: inline-block;
    float: left;
    margin-right: 25px;
    margin-bottom: 25px;
}
.person_open_account_seven_div:nth-of-type(4n){
    margin-right: 0;
}
.person_open_account_seven_div h3{
    color: #333333;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}
.person_open_account_seven_div p{
    color: #999999;
    line-height: 24px;
    text-align: left;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.person_open_account_seven_img{
    width: 210px;
    height: 90px;
    margin: 10px 0;
}
.person_open_account_seven_div a{
    padding: 5px 20px;
	border-radius: 16px;
    border: solid 1px #bfbfbf;
    font-size: 14px;
    color: #666666;
    display: inline-block;
    cursor: pointer;
    transition: all 0.5s;
}
.person_open_account_seven_div a:hover{
    background-color: #005aab;
    color: #ffffff;
}
.person_open_account_seven_div a i{
    margin-right: 5px;
}

.person_open_account_nine{
    background-color: #f6f6f6;
    padding-bottom: 40px;
    padding-top: 60px;
    overflow: hidden;
}
.person_open_account_nine_div{
	height: 950px;
	background-color: #ffffff;
	box-shadow: 0px 0px 15px 0px 
		rgba(0, 0, 0, 0.1);
	border-radius: 25px;
}




/* get_message_container */
.get_message_container_padding{
    padding-bottom: 80px;
    overflow: hidden;
}
.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;
}



.open_account_two{
    padding-bottom: 40px;
    padding-top: 60px;
    overflow: hidden;
}

.open_account_two_div{
    width: 280px;
	height: 360px;
	background-color: #ffffff;
	box-shadow: 0px 0px 12px 0px 
		rgba(90, 90, 90, 0.3);
    border: solid 1px #e5e5e5;
    padding: 50px 30px 0 30px;
    box-sizing: border-box;
    display: inline-block;
    float: left;
    margin-right: 25px;
    margin-bottom: 25px;
}
.open_account_two_div:nth-of-type(4n){
    margin-right: 0;
}
.open_account_two_div h3{
    color: #333333;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}
.open_account_two_div p{
    color: #999999;
    line-height: 24px;
    text-align: left;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.open_account_two_img{
    width: 210px;
    height: 90px;
    margin: 10px 0;
}
.open_account_two_div a{
    padding: 5px 20px;
	border-radius: 16px;
    border: solid 1px #bfbfbf;
    font-size: 14px;
    color: #666666;
    display: inline-block;
    cursor: pointer;
    transition: all 0.5s;
}
.open_account_two_div a:hover{
    background-color: #005aab;
    color: #ffffff;
}
.open_account_two_div a i{
    margin-right: 5px;
}
.open_account_three{
    background-color: #f6f6f6;
    padding-bottom: 150px;
    padding-top: 60px;
    overflow: hidden;
    box-sizing: border-box;
}
.open_account_three_div{
	width: 280px;
	height: 360px;
    background-color: #ffffff;
    box-sizing: border-box;
    position: relative;
    transition: all 0.5s;
    margin-right: 26px;
}
.open_account_three_div:nth-of-type(4){
    margin-right: 0;
}

.open_account_three_icon{
    width: 50px;
	height: 50px;
    background-color: #005aab;
    display: inline-block;
    position: absolute;
    color: #ffffff;
    font-size: 32px;
    line-height: 50px;
}
.open_account_three_div h3{
    color: #333333;
    font-size: 20px;
    font-weight: 600;
    margin-top: 20px;
}
.open_account_three_div p{
    color: #777777;
    font-size: 14px;
    width: 235px;
    margin: 20px auto;
    line-height: 24px;
}
.open_account_three_div a{
    padding: 5px 20px;
	border-radius: 16px;
    border: solid 1px #d2d2d2;
    font-size: 14px;
    color: #666666;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    left: 80px;
    bottom: 30px;
}
.open_account_three_div:hover{
    background-color: #005aab;
}
.open_account_three_div:hover h3{
    color: #ffffff;
}
.open_account_three_div:hover p{
    color: #ffffff;
    
}
.open_account_three_div:hover a{
    color: #ffffff;
    border: 0;
    background-color: rgba(255, 255, 255, 0.4);
}
.open_account_three_div i{
    margin-right: 5px;
}

.open_account_four{
    overflow: hidden;
    padding: 60px 0 65px 10px;
}
.open_account_four_circle{
	background-color: #ebf7ff;
	box-shadow: 0px 0px 9px 1px 
		rgba(4, 0, 0, 0.2);
	border: solid 8px #ffffff;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    position: relative;
    margin-right: 130px;
    margin-bottom: 40px;
    box-sizing: border-box;
}
.open_account_four p{
    color: #444444;
    line-height: 24px;
    font-size: 14px;
    width: 200px;
}
.open_account_four_btn{
    background-color: #005aab;
    border-radius: 28px;
    padding: 20px 75px;
    display: inline-block;
    color: #ffffff;
    margin-top: 40px;
    cursor: pointer;
}
.open_account_four .wide div:nth-of-type(4) .open_account_four_circle{
    margin-right: 0;
}
.open_account_four_circle::after{
    content: " ";
    position: absolute;
    left: 100px;
    width: 40px;
    height: 25px;
    left: 240px;
    top: 100px;
    background: url(../images/open_account/4-icon.png) no-repeat center;
}
.open_account_five{
    background: url(../images/open_account/five_back.jpg) no-repeat center;
    padding-bottom: 65px;
    padding-top: 60px;
    overflow: hidden;
    height: 570px;
    box-sizing: border-box;
}
.open_account_five .wide{
    overflow: hidden;
}
.open_account_five_div{
    display: inline-block;
    float: left;
    text-align: center;
    height: 350px;
    margin-top: 10px;
    box-sizing: border-box;
    position: relative;
    margin-right: 50px;
}
.open_account_five_div:last-of-type{
    margin-right: 0;

}
.open_account_five_div::after{
    content: " ";
    position: absolute;
    left: 100px;
    width: 40px;
    height: 18px;
    left: 205px;
    top: 40px;
    background: url(../images/open_account/five_icon.png) no-repeat center;
}
.open_account_five_btn{
    background-color: #005aab;
    border-radius: 25px;
    color: #ffffff;
    font-size: 18px;
	width: 180px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 10px;
    cursor: pointer;
}
.open_account_five_div p{
    color: #222222;
    line-height: 32px;
    font-size: 18px;
    width: 200px;
    margin: 0 auto;
}
.open_account_five_circle{
    display: inline-block;
    line-height: 90px;
    border-radius: 50%;
    font-size: 45px;
    color: #005aab;
        width: 90px;
        height: 90px;
        background-color: #ffffff;
        box-shadow: 2px 3px 7px 0px 
            rgba(4, 0, 0, 0.15);
            margin-bottom: 20px;
}
.open_account_four_circle div{
    overflow: hidden;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.open_account_five_circle .iconzhifushijian{
    font-size: 70px;
}
.open_account_five_circle .iconqiandingxieyi{
    font-size: 50px;
    display: inline-block;
    transform: translateX(4px);
}
.open_account_five_circle .iconjiaofu{
    font-size: 40px;
}
.open_account_senven{
    background-color: #f6f6f6;
    padding-bottom: 65px;
    padding-top: 60px;
    overflow: hidden;
  }
  .open_account_six{
    padding-bottom: 80px;
    padding-top: 60px;
    overflow: hidden;
  }
  .open_account_six_div{
    width: 375px;
	height: 400px;
    background-color: #f7f7f7;
    padding: 25px 25px 0 25px;
    box-sizing: border-box;
    transition: all 0.5s;
    margin-right: 37px;
  }
  .open_account_six_div:nth-of-type(3){
    margin-right: 0;
  }
  .open_account_six_div h3{
    color: #999999;
    opacity: 0.6;
    font-size: 50px;
    margin: 15px 0 15px 0;
  }
  .open_account_six_div p{
    color: #424242;
    font-size: 18px;
  }
  .open_account_six_icon{
    opacity: 0.6;
    border: 1px solid #999999;
    width: 45px;
    display: inline-block;
    margin-bottom: 25px;
  }
  .open_account_six_div:hover{
    background-color: #005aab;
  }
  .open_account_six_div:hover h3{
    color: #ffffff;
	opacity: 0.6;
  }
  .open_account_six_div:hover .open_account_six_icon{
    border:1px solid #ffffff;
	opacity: 0.6;
  }
  .open_account_six_div:hover p{
    color: #ffffff;
  }
 .open_account_senven_swiper{
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    margin-top: 40px;
  }
  .open_account_senven_swiper .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
      background-image:none;
      font-size: 50px;
      left: -10px;
  }
  .open_account_senven_swiper .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    background-image: none;
    font-size: 50px;
}
/* 清除浮动 */
.clear_float::after {
    content: ' ';
    display: block;
    clear: both;
}
.qh_form{
    height: 120px;
    background-color: #005aab;
    overflow: hidden;
}
.qh_form .screen-reader-response{position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0;}
.qh_form .wpcf7{
	width: 1100px;
	height: 70px;
    margin: 25px auto 0 auto;
}
.qh_form .wpcf7-form  p{display:inline-block;}
.qh_form .wpcf7-form input{
    height: 100%;
    width: 376px;
    padding:20px;
    display: inline-block;
    background:#fff;
    border:1px solid #ececec;
   color: #777777;
}


.qh_form .wpcf7-form p input::-webkit-input-placeholder{
    color:#777777;
    font-size:20px;
}
    input::-moz-placeholder{   /* Mozilla Firefox 19+ */
        color:#777777;
    }　　
     input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
        color:#777777;
     }
    input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
        color:#777777;
}
.qh_form .wpcf7-form .wpcf7-submit{
    width: 240px;
    background-color: #ec1314;
    color: #ffffff;
    font-size: 16px;
    border: 0;
    cursor: pointer;
    outline: none;
}
.wpcf7-form-control-wrap {position:relative;}
.wpcf7-not-valid-tip{position:absolute;top:0; right:10px; color:#f14849;}
.wpcf7-response-output{color:#f14849;font-size:18px;}
