.overseas {
    padding-bottom: 80px;
}
.overseas:nth-of-type(odd) {
    background: #fff;
}
.overseas:nth-of-type(even) {
    background: #f6f6f6;
}

.details_consult {
    width: 260px;
	height: 56px;
	background: #ffd200;
    border-radius: 28px;
    font-size: 20px;
	line-height: 58px;
	letter-spacing: 1px;
    color: #2e2929;
    margin: 0 auto;
}



/* brand_server_container */
.brand_server p {
    text-align: center;
    font-size: 24px;
    color: #464646;
    margin-bottom: 25px;
}
.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;
}





/* overseas_adv_container */
.overseas_adv li {
    height: 300px;
    width: 260px;
    margin: 0 26px;
    /* background: red; */
    position: relative;
}
.overseas_adv li:nth-of-type(1) {
    margin-left: 0;
}
.overseas_adv li:nth-of-type(4) {
    margin-right: 0;
}
.overseas_adv .img_box {
    width: 260px;
    height: 300px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url(../images/overseas/bg01.png);
}
.overseas_adv li:hover .img_box {
    transform: scale(1.1) rotate(60deg);
}
.overseas_adv .explain {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
.overseas_adv .step {
    font-size: 52px;
	font-weight: bold;
	font-style: italic;
    color: #005aab;
    margin-top: 50px;
}
.overseas_adv .explain_content {
    font-size: 16px;
    color: #424242;
    margin: 20px 0 20px;
}
.overseas_adv .explain_icon {
    font-size: 58px;
	color: #aaa;
}
.overseas_adv li:nth-of-type(1) .explain_icon,
.overseas_adv li:nth-of-type(4) .explain_icon,
.overseas_adv li:nth-of-type(5) .explain_icon,
.overseas_adv li:nth-of-type(6) .explain_icon {
    font-size: 68px;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.overseas_adv li:nth-of-type(6) .explain_icon {
    transform: translateY(-5px);
}
.overseas_adv li:nth-of-type(5),
.overseas_adv li:nth-of-type(6),
.overseas_adv li:nth-of-type(7) {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
}





/* overseas_benefit_container */
.overseas_benefit .img_box {
    width: 280px;
    height: 200px;
}
.overseas_benefit .explain {
    width: 280px;
    height: 150px;
    box-sizing: border-box;
    background: #fff;
    padding: 15px 20px;
}
.overseas_benefit .explain_title {
    font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #333;
}
.overseas_benefit .line {
    width: 50px;
	height: 2px;
    background: #005aab;
    margin: 10px 0 15px;
}
.overseas_benefit .explain_content {
    font-size: 14px;
	line-height: 22px;
	letter-spacing: 1px;
	color: #666;
}
.overseas_benefit li:hover .img_box img {
    transform: scale(1.1);
}
.overseas_benefit li:hover .explain {
    box-shadow: 0px 5px 25px 0px 
		rgba(0, 0, 0, 0.12);
}
.overseas_benefit li:hover .line {
    width: 55%;
}









/* overseas_pre_container */
.overseas_pre li {
    position: relative;
    text-align: center;
}
.overseas_pre .img_box {
    width: 190px;
    height: 190px;
    border-radius: 50%;
    position: relative;
}
.overseas_pre .img_container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 158px;
    height: 158px;
    border-radius: 50%;
}
.overseas_pre .img_container img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.overseas_pre .explain {
    font-size: 18px;
	font-weight: bold;
    color: #333;
    margin-top: 25px;
}
.overseas_pre li:nth-of-type(1) .img_box {
    background: rgba(39,169,221,0.2);
}
.overseas_pre li:nth-of-type(1) .img_container {
    background: #27a9dd;
}
.overseas_pre li:nth-of-type(2) .img_box {
    background: rgba(117,192,74,0.2);
}
.overseas_pre li:nth-of-type(2) .img_container {
    background: #75c04a;
}
.overseas_pre li:nth-of-type(3) .img_box {
    background: rgba(244,164,31,0.2);
}
.overseas_pre li:nth-of-type(3) .img_container {
    background: #f4a41f;
}
.overseas_pre li:nth-of-type(4) .img_box {
    background: rgba(233,32,36,0.2);
}
.overseas_pre li:nth-of-type(4) .img_container {
    background: #e92024;
}
.overseas_pre li:nth-of-type(5) .img_box {
    background: rgba(183,84,208,0.2);
}
.overseas_pre li:nth-of-type(5) .img_container {
    background: #b754d0;
}
.overseas_pre li:hover .img_box {
    transform: scale(1.1);
}








/* overseas_reason_container */
.overseas_reason li .img_box {
    width: 132px;
    height: 132px;
    border-radius: 50%;
    position: relative;
}
.overseas_reason li .img_container {
    width: 113px;
    height: 113px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.overseas_reason li .img_container img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.overseas_reason li:nth-of-type(1n) .img_box {
    border: dotted 1px #ee5d02;
}
.overseas_reason li:nth-of-type(3n-1) .img_box {
    border: dotted 1px #2eb10e;
}
.overseas_reason li:nth-of-type(3n) .img_box {
    border: dotted 1px #005aab;
}
.overseas_reason li:nth-of-type(1n) .img_container {
    background: rgba(249,154,31,0.3);
}
.overseas_reason li:nth-of-type(3n-1) .img_container {
    background: rgba(46,177,14,0.3);
}
.overseas_reason li:nth-of-type(3n) .img_container {
    background: rgba(0,162,162,0.3);
}
.overseas_reason li .explain {
    font-size: 24px;
	font-weight: normal;
    color: #333;
    text-align: center;
    margin-top: 15px;
}
.overseas_reason .consult {
    margin-top: 60px;
    box-sizing: border-box;
    /* height: 305px; */
    position: relative;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url(../images/overseas/reason_bg.jpg);
    padding: 50px 60px;
}
.overseas_reason .consult .explain_content {
    font-size: 18px;
	line-height: 36px;
	color: #fff;
}
.overseas_reason .explain_content span {
    font-weight: bold;
	color: #ffe400;
}
.overseas_reason .account_for {
    font-size: 16px;
	letter-spacing: 1px;
    color: #fff;
    margin-top: 10px;
}
.overseas_reason .details_consult {
    margin-top: 35px;
}






/* overseas_datum_container */
.overseas_datum .datum_content {
    padding: 40px;
	background: #fff;
	box-shadow: 0px 0px 20px 0px 
		rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    position: relative;
    box-sizing: border-box;
}
.overseas_datum .datum_content .img_box {
    float: right;
    width: 620px;
    background: #f4f4f4;
    border-radius: 10px;
}
.overseas_datum .datum_content .explain {
    float: left;
    width: 460px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    font-size: 16px;
	letter-spacing: 1px;
    color: #363636;
    box-sizing: border-box;
}
.cayman .datum_content .explain {
    width: auto;
    position: relative;
}
.overseas_datum .datum_content .explain div {
    margin: 7px 0;
    line-height: 36px;
    padding-left: 40px;
    position: relative;
    width: auto;
    max-width: 1120px;
    box-sizing: border-box;
}
.overseas_datum .datum_content .explain .arrows {
    position: absolute;
    left: 0;
    top: 7px;
    width: 0;
    height: 0;
    border: 12px solid rgba(0,0,0,0);
    border-left: 18px solid #005aab;
    border-right: 18px solid rgba(0,0,0,0);
}
.overseas_datum .datum_content .explain .arrows::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 12px solid rgba(0,0,0,0);
    border-left: 4px solid #fff;
    left: -18px;
    top: -12px;
}
.overseas_datum .details_consult {
    margin-top: 40px;
}







/* overseas_trait_container */
.overseas_trait_container {
    padding-bottom: 20px;
}
.overseas_trait ul {
    padding-top: 60px;
}
.overseas_trait li {
    position: relative;
    margin: 0 18.75px;
}
.overseas_trait li:nth-of-type(1) {
    margin-left: 0;
}
.overseas_trait li:nth-of-type(5) {
    margin-right: 0;
}
.overseas_trait .img_box {
    position: relative;
    width: 210px;
    height: 243px;
    overflow: visible;
    box-sizing: border-box;
}
.overseas_trait .img_box div {
    box-sizing: border-box;
    width: 210px;
    height: 122px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid rgba(0,0,0,0);
    border-left-color: #005aab;
    border-right-color: #005aab;
}
.overseas_trait .img_box .img_two {
    transform: rotate(60deg);
    border: 1px solid rgba(0,0,0,0);
    border-left-color: #005aab;
    border-right-color: #005aab;
}
.overseas_trait .img_box .img_three {
    transform: rotate(300deg);
    border: 1px solid rgba(0,0,0,0);
    border-left-color: #005aab;
    border-right-color: #005aab;
}
.overseas_trait .explain {
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    text-align: center;
}
.overseas_trait .explain_icon {
    font-size: 50px;
	color: #005aab;
}
.overseas_trait .explain_content {
    font-size: 16px;
	line-height: 24px;
    color: #464646;
    padding: 0 30px;
    margin-top: 12px;
}

.overseas_trait li:hover .img_box div {
    background: #005aab;
}
.overseas_trait li:hover .explain_icon {
    color: #fff;
}
.overseas_trait li:hover .explain_content {
    color: #fff;
}
.overseas_trait li:nth-of-type(6),
.overseas_trait li:nth-of-type(7),
.overseas_trait li:nth-of-type(8),
.overseas_trait li:nth-of-type(9) {
    transform: translateY(-28px);
}








/* overseas_vice_container */
.overseas_vice_container.overseas {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url(../images/overseas/vice_bg.jpg);
}
.overseas_vice .center {
    box-sizing: border-box;
	background: #fff;
	box-shadow: 0px 0px 20px 0px 
		rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 48px 40px;
}
.overseas_vice .img_box {
    width: 500px;
    float: left;
    margin-right: 40px;
}
.bvi .overseas_vice .img_box {
    width: 510px;
}
.overseas_vice .explain {
    float: right;
    width: 580px;
    box-sizing: border-box;
}
.bvi .overseas_vice .explain {
    width: 540px;
}
.overseas_vice .explain_content {
    border-radius: 20px;
	border: solid 1px #005aab;
    background: #fff;
    box-sizing: border-box;
    padding: 20px 35px;
    font-size: 16px;
	line-height: 30px;
    color: #666;
    margin-bottom: 30px;
}
.overseas_vice .explain_content span {
    color: #d9271d;
}
.cayman .overseas_vice .explain_content {
    font-size: 24px;
	font-weight: bold;
	line-height: 48px;
    color: #333;
    margin-top: 50px;
}
.overseas_vice .explain_cost {
    padding: 0 35px;
    padding-right: 0;
}
.bvi .overseas_vice .explain_cost {
    padding: 0 25px;
}
.cayman .overseas_vice .explain_cost div {
    padding: 0;
    font-size: 16px;
    color: #666;
}
.japan .explain_cost {
    padding-left: 20px;
}
.overseas_vice .explain_title {
    font-size: 24px;
    color: #333;
    font-weight: bold;
    margin-bottom: 20px;
}
.overseas_vice .explain_title span {
    color: #d9271d;
}
.overseas_vice .explain_cost_content .step {
    width: 28px;
	height: 28px;
    background: #005aab;
    border-radius: 50%;
    line-height: 28px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    float: left;
    margin-left: -42px;
    transform: translateY(2px);
}
.overseas_vice .explain_cost_content div {
    font-size: 16px;
	line-height: 32px;
	letter-spacing: 1px;
    color: #363636;
    margin-top: 15px;
    padding-left: 42px;
}
.bvi .overseas_vice .explain_cost_content div:nth-of-type(1) {
    margin-top: 0;
}
.bvi .overseas_vice .explain_cost_content div {
    padding-left: 0;
}
.overseas_vice .explain_cost_content div i {
    color: #005aab;
}






/* overseas_super_container */
.overseas_super .img_box {
    width: 370px;
	height: 240px;
}
.overseas_super .explain {
    text-align: center;
    height: 150px;
    background: #f6f6f6;
    overflow: hidden;
    box-sizing: border-box;
}
.overseas_super .explain_title {
    font-size: 24px;
	letter-spacing: 1px;
    color: #333;
    margin-top: 40px;
}
.overseas_super .explain_content {
    font-size: 16px;
	line-height: 48px;
	color: #666;
}
.overseas_super li:hover .img_box img {
    transform: scale(1.1);
}
.overseas_super li:hover .explain {
    background: #fff;
    box-shadow: 0px 0px 20px 0px 
		rgba(0, 0, 0, 0.1);
}






/* overseas_safe_container */
.overseas_safe p {
    font-size: 18px;
	line-height: 36px;
	letter-spacing: 1px;
    color: #363636;
    text-align: center;
    width: 85%;
    margin: 0 auto;
}
.overseas_safe p span {
	color: #d9271d;
}
.overseas_safe .safe_title {
	font-size: 24px;
    color: #464646;
    margin-top: 30px;
    margin-bottom: 35px;
}
.overseas_safe div.safe_content {
	background: #fff;
	box-shadow: 0px 0px 20px 0px 
		rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    box-sizing: border-box;
    padding: 40px 50px;
    padding-right: 70px;
}
.overseas_safe div .img_box {
    float: right;
    width: 360px;
    height: 348px;
}
.overseas_safe div .explain {
    float: left;
    height: 348px;
    font-size: 16px;
	letter-spacing: 1px;
	color: #363636;
}
.overseas_safe div .explain div {
    margin: 14px 0;
    position: relative;
    padding-left: 40px;
}
.overseas_safe .explain .arrows {
    position: absolute;
    left: 0;
    top: -1px;
    width: 0;
    height: 0;
    border: 12px solid rgba(0,0,0,0);
    border-left: 18px solid #005aab;
    border-right: 18px solid rgba(0,0,0,0);
}
.overseas_safe .explain .arrows::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 12px solid rgba(0,0,0,0);
    border-left: 4px solid #fff;
    left: -18px;
    top: -12px;
}
.overseas_safe .explain_bottom {
    text-align: center;
    font-size: 16px;
	letter-spacing: 1px;
    color: #333;
    margin: 45px 0 30px;
}
.overseas_safe .details_consult {
    width: 320px;
    background: #d9271d;
    color: #fff;
}








/* overseas_issue_container */
.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 .issue_title {
    color: #005aab;
}
.overseas_issue .active ul {
    display: block;
}
.overseas_issue .active a .iconfont {
    color: #005aab;
}








/* overseas_feature_container */
.overseas_feature .center {
    position: relative;
}
.overseas_feature li div[class*=feature] {
    width: 300px;
    height: 160px;
    box-sizing: border-box;
    border-top: 3px solid #bdbdbd;
    padding-right: 15px;
    padding-top: 25px;
}
.overseas_feature .feature_left {
    float: left;
}
.overseas_feature .feature_right {
    float: right;
}
.overseas_feature li .step {
    float: left;
    font-size: 34px;
	font-weight: bold;
	color: #005aab;
}
.overseas_feature li .explain_content {
    font-size: 16px;
	line-height: 30px;
    color: #333;
    padding-left: 60px;
    padding-top: 2px;
}
.overseas_feature .img_box {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    border: 20px solid rgba(0,162,162,0.06);
}
.overseas_feature .img_box img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}








/* 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;
}








/* overseas_japan_adv_container */
.overseas_japan_adv_container {
    padding-bottom: 60px;
}
.overseas_japan_adv li {
    width: 385px;
    height: 380px;
    position: relative;
    background: #005aab;
    text-align: center;
    margin-bottom: 20px;
}
.overseas_japan_adv li .explain_icon {
    width: 90px;
    height: 90px;
    border: solid 1px #fff;
    border-radius: 50%;
    font-size: 44px;
    color: #fff;
    margin: 0 auto;
    line-height: 90px;
    margin-top: 53px;
}
.overseas_japan_adv li .explain_content {
    font-size: 14px;
	line-height: 26px;
    color: #fff;
    padding: 0 30px;
    margin-top: 40px;
}
.overseas_japan_adv li:nth-child(2n-1):hover,
.overseas_japan_adv li:nth-child(2n) {
    background: #e1e1e1;
}
.overseas_japan_adv li:nth-child(2n-1):hover .explain_icon,
.overseas_japan_adv li:nth-child(2n) .explain_icon {
    border-color: #9e9e9e;
    color: #929292;
}
.overseas_japan_adv li:nth-child(2n-1):hover .explain_content,
.overseas_japan_adv li:nth-child(2n) .explain_content {
    color: #666;
}
.overseas_japan_adv li:nth-child(2n):hover {
    background: #005aab;
}
.overseas_japan_adv li:nth-child(2n):hover .explain_icon {
    border-color: #fff;
    color: #fff;
}
.overseas_japan_adv li:nth-child(2n):hover .explain_content {
    color: #fff;
}








/* overseas_cayman_adv_container */
.overseas_cayman_adv_container {
    padding-bottom: 60px;
}
.overseas_cayman_adv .explain_title {
    font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #fff;
}
.overseas_cayman_adv .explain_content {
    font-size: 14px;
	line-height: 26px;
    color: #fff;
    margin-top: 20px;
}
.overseas_cayman_adv li {
    height: 260px;
    box-sizing: border-box;
    padding: 50px 40px 0;
    margin-bottom: 20px;
}
.overseas_cayman_adv li:nth-of-type(2),
.overseas_cayman_adv li:nth-of-type(6) {
    background: #b7b8b9;
}
.overseas_cayman_adv li:nth-of-type(4),
.overseas_cayman_adv li:nth-of-type(5) {
    background: #e2a04a;
}
.overseas_cayman_adv li:nth-of-type(1),
.overseas_cayman_adv li:nth-of-type(3) {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 780px;
}
.overseas_cayman_adv li:nth-of-type(1) {
    background-image: url(../images/overseas/adv5.jpg);
}
.overseas_cayman_adv li:nth-of-type(3) {
    background-image: url(../images/overseas/adv6.jpg);
}
.overseas_cayman_adv li:nth-of-type(2),
.overseas_cayman_adv li:nth-of-type(4) {
    width: 400px;
}
.overseas_cayman_adv li:nth-of-type(5),
.overseas_cayman_adv li:nth-of-type(6) {
    width: 590px;
}









/* overseas_bvi_adv_container */
.overseas_bvi_adv_container {
    padding-bottom: 43px;
}
.overseas_bvi_adv li {
    width: 380px;
    height: 330px;
    box-sizing: border-box;
	background: #f6f6f6;
    border: solid 1px #eee;
    margin-bottom: 37px;
    text-align: center;
    padding: 0 35px;
    position: relative;
}
.overseas_bvi_adv .explain_icon {
    font-size: 60px;
    color: #aaa;
    margin-top: 42px;
}
.overseas_bvi_adv .line {
    width: 54px;
	height: 3px;
    background: #aaa;
    margin: 10px auto 25px;
}
.overseas_bvi_adv .explain_content {
    font-size: 14px;
	line-height: 26px;
	color: #666;
}
.overseas_bvi_adv .details_consult {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    margin: 0 auto;
    width: 120px;
	height: 36px;
	background: #73b9f9;
    border-radius: 18px;
    box-sizing: border-box;
    color: #fff;
    font-size: 14px;
	line-height: 36px;
	letter-spacing: 1px;
	color: #fff;
}
.overseas_bvi_adv .details_consult span {
    margin-right: 5px;
    display: inline-block;
    transform: translateY(1px);
}
.overseas_bvi_adv li:hover {
    background: #fff;
	box-shadow: 0px 0px 20px 0px 
		rgba(0, 0, 0, 0.12);
	border: solid 1px #e5e5e5;
}
.overseas_bvi_adv li:hover .line {
    width: 80%;
}
.overseas_bvi_adv .details_consult:hover {
    background: #005aab;
}





/* overseas_follow_server_container */
.overseas_follow_server li {
    width: 200px;
    text-align: center;
}
.overseas_follow_server .img_box {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    position: relative;
}
.overseas_follow_server .img_box .border {
    position: absolute;
    top: -20px;
    left: -20px;
    /* margin-left: -10px; */
    box-sizing: border-box;
    border: 12px solid #fff;
    border-radius: 50%;
    z-index: 10;
    width: 240px;
    height: 240px;
}
.overseas_follow_server .img_box img {
    transform: scale(1.1);
}
.overseas_follow_server .explain_title {
    font-size: 24px;
	font-weight: bold;
    color: #333;
    margin: 18px 0 12px;
}
.overseas_follow_server .explain_content {
    font-size: 16px;
	line-height: 30px;
    color: #555;
    padding: 0 15px;
}
.overseas_follow_server li:hover .img_box {
	box-shadow: 0px 0px 20px 0px 
		rgba(0, 0, 0, 0.12);
}
.overseas_follow_server li:hover .img_box img {
    transform: scale(1);
}
.overseas_follow_server li:hover .border {
    transform: scale(0.85);
}



