@keyframes flicker-fast {
    0% {
    opacity: 1; }
    50% {
    opacity: 1; }
    51% {
    opacity: 0; }
    100% {
    opacity: 0; } 
}
body{
    font-size: 14px;
    background: #fff !important;
    overflow-x: hidden;
}
.gray{
    background: #4b76ad !important;
}
.blue{
    background: #076585 !important;
}
.golden{
    background: goldenrod !important;
    opacity: .8;
}
.light_gr{
    background: #60bab0 !important;
}
.tiktok{
    background: #b45068 !important;
}
.face{
    background: #16a0fa !important;
}
.Google{
    background: #01d2fe !important;
}
.shopify{
    background: #03f17b !important;
}
/* .banner{
    width: 100%;
    height: 530px;
    margin: 15px auto;
    position: relative;
}
.banner .Img_Box {
    width: 100%;
    height: 100%;
}
.banner .Img_Box img{
    width: 100%;
    height: 100%;
} */
.website_main{
    width: 1340px;
    min-height: 100%;
    margin: 0 auto;
    text-align: center;
}
.Top_hit .hit_txt{
    font-size: 18px;
    color: #333;
    margin-top: 10px;
    margin-bottom: 10px;
}
.Top_hit .hit_txt_te{
    font-size: 15px;
    color: #333;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: normal;
    line-height: 24px;
}
.Top_hit{
    width: 100%;
    height: 450px;
    transition: all 1s;
    border-radius: 5px;
    margin-top: 30px;
    margin-bottom: 15px;
    z-index: 999;
    background-size: cover;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.Top_hit .rit_Img{
    width: 45%;
    height: 70%;
    background: #fff;
    
}
.Top_hit .rit_Img img{
    width: 100%;
    height: 100%;
}
.Top_hit .Let_txtBtn{
    text-align: left;
    width: 50%;
    height: 100%;
    color: #333;
    background: #fff;
    position: relative;
    padding-right: 30px
}
.Top_hit .Let_txtBtn img{
    width: 100%;
    height: 241px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.Top_hit .Let_txtBtn p{
    width: 100%;
    line-height: 30px;
    font-weight: bold;
    text-align: left;
    font-size: 25px;
    color: #333;
    margin: 30px 10px;
    word-wrap: break-word;
}
.Top_hit .Let_txtBtn p.bot_txt{
    font-weight: normal;
    font-size: 14px;
}
.Top_hit .Let_txtBtn .Btn{
    position: absolute;
    left: 82%;
    bottom: 150px;
    z-index: 99;
    width: auto;
}
.Top_hit .consultBtn button{
    width: 64px;
    height: 31px;
    font-size: 12px;
    background: #2469f6;
    color: #fff;
    cursor: pointer;
    border: 3px solid #2469f6;
    border-radius: 4px;
    position: relative;
    text-align: center;
    transition: all 1s;
}
.Top_hit .consultBtn button:hover{
    background: #739ff9;
    border: 3px solid #739ff9;
}
.scrollpic {
    width: 1340px;
    height: 515px;
	margin:50px auto 0 auto;
}
.scrollpic_Conten {
    width: 100%;
}
.scrollpic_Conten ul{
    display: block;
    margin-bottom: 15px;
}
.scrollpic_Conten ul:last-child{
    margin: 0;
}
.scrollpic_Conten ul li{
    display: block;
    float: left;
    width: 260px;
    padding: 0;
    height: 225px;
    color: #333;
    background: #fff;
    box-shadow: 46px -36px 67px 10px rgb(62 105 116 / 10%);
    position: relative;
    margin: 10px 37px;
    cursor: pointer;
    overflow: hidden;
    border-radius: 0px 40px 0px 40px;
    border: 0;
}
.scrollpic_Conten ul li .scrollpic_ContenBtn{
    width: 100%;
    height: 40px;
    text-align: center;
    position: absolute;
    bottom: 0px; 
    left: 0px;
    color: #fff;
    transition: all 1s;
    background-color: #fc5531;
    line-height: 40px;
}
.scrollpic_Conten ul li .scrollpic_ContenBtn:hover{
    background: #739ff9;
}
.scrollpic_Conten ul li .scrollpic_ContenBtn .span.iconfont{
    position: relative;
    top: 2px;
}
.scrollpic_Conten ul li .scrollpic_ContenBtn .icon_txt{
    color: #fff;
}
.scrollpic_Conten ul li .scrollpic_ContenImg{
    width: 100%;
    height: 100%;
    z-index: 2;
    text-align: right;
    background: #fff;
    filter: alpha(opacity=70);
    opacity: 0.5;
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}
.scrollpic_Conten ul li .scrollpic_ContenImg img{
    width: 100%;
    height: 100%;
}
.scrollpic_Conten ul li .title_Box{
    position: absolute;
    z-index: 5;
    top: 61px;
    left: 10px;
    color: #333;
    font-weight: bold;
    font-size: 18px;
    background: #fff;
    padding: 5px;
    box-sizing: border-box;
    width: 75%;
    font-size: 17px;
    text-align: left;
}
.scrollpic_Conten ul li .title_Box:nth-child(1){
    color: #fff !important;
}
.scrollpic_ContenTxt{
    position: absolute;
    top: 93px;
    left: 10px;
    background: #fff;
    width: 80%;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    text-align: left;
    padding: 3px;
    box-sizing: border-box;
    font-size: 13px;
}
.Bott_Conten .tit_T{
    color: #fc5531;
    font-weight: bold;
    font-size: 16px;
}
.scrollpic_Conten ul li .icon_Box{
    position: absolute;
    right: -5px;
    top: -10px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    background: #fff;
    opacity: 0.5px;
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    color: #333;
    font-size: 18px !important;
    z-index: 99;
    box-shadow: 0px 0px 8px #e5e5e5;
}
.scrollpic_Conten ul li .icon_Box span.iconfont{
    font-size: 24px;
    position: relative;
    top: 3px;
    font-weight: bold;
    color: #fff;
}
.scrollpic_Conten ul li .icon_Box span.icon-daohang1{
    font-size: 26px;
    position: relative;
    left: -2px;
    top: 5px;
}
.scrollpic_Conten ul li .icon_Box span.icon-fuwu{
    font-size: 26px;
    position: relative;
    left: -2px;
    top: 5px;
}
.scrollpic_Conten ul li .icon_Box span.icon-luntan{
    position: relative;
    left: -2px;
    top: 5px;
}



.scrollpic_Conten ul.bottom li .icon_Box{
    position: absolute;
    right: -5px;
    top: -10px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    background: #fff;
    opacity: 0.5px;
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    color: #333;
    font-size: 18px !important;
    z-index: 99;
    box-shadow: 0px 0px 8px #e5e5e5;
}
.scrollpic_Conten ul.bottom li .icon_Box span.iconfont{
    font-size: 28px;
    position: relative;
    top: 5px;
    left: -1px;
}
.scrollpic_Conten ul.bottom li .icon_Box span.icon-facebook1{
    font-size: 29px;
    position: relative;
    left: -2px;
    top: 5px;
}
.scrollpic_Conten ul.bottom li .icon_Box span.icon-google{
    font-size: 23px;
    position: relative;
    left: -2px;
    top: 5px;
}
.scrollpic_Conten ul.bottom li .icon_Box span.icon-shopify{
    position: relative;
    left: -2px;
    top: 5px;
    font-size: 23px;
}

/* 海外服务 */
.servicEoverseas{
    margin-bottom: 150px;
}
.Facebook_Conten{
    margin-bottom: 15px;
    margin-top: 110px;
}
.serve_PrimaryTitle{
    width: 1340px;
    height: auto;
    text-align: center;
    margin-top: 30px;
}
.serve_PrimaryTitle b{
    font-size: 31px;
    color: #333;
}
.serve_PrimaryTitle p{
    font-size: 15px;
    color: #333;
    margin-top: 8px;
}
.serve_card{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 30px;
}

/* 控制左右大小 */
.let_cardImg{
    width: 77%;
    height: 81%;
}
.let_cardImg img{
    width: 60%;
    height: 315px;
}

.ret_card {
    width: 100%;
    height: auto;
    word-wrap: break-word;
    position: relative;
}
/* TiTok相关 */
.TikTok_Conten {
    margin-top: 125px;
}
.TikTok_Conten .ikon_two{
    right: 392px;
    bottom: 24px;
}
.let_Conten{
    position: relative;
    width: 52%;
}
.let_Conten .card_Conten{
    
    float: right !important;
    width: 309px;
    position: relative;
    left: 48px;

}
.ret_Img{
    width: 49%;
    height: 100%;
}
.ret_Img img{
    width: 57%;
    height: 333px;
    margin-top: 69px;
}


.ikon_two{
    position: absolute;
    bottom: -27px;
    right: 132px;
}
.card_Conten{
    width: 340px;
    margin: 15px 0px;
    padding: 10px;
    box-sizing: border-box;
    position: relative;
    background: #fff;
    color: #333;
    box-shadow: 5px -5px 30px 15px rgb(62 105 116 / 10%);
    float: left;
    margin-right: 20px;
}
.Let_FullyTitle{
    width: 100%;
    height: 65px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #333;
    font-size: 18px;
}
.Fully_txt{
    font-size: 16px;
    color: #333;
    padding-left: 20px;
    position: relative;
    top: 12px;
}
.Let_FullyTitle span.iconfont{
    color: #01d2fe;
    font-size: 55px;
    padding: 15px;
    box-sizing: border-box;
    opacity: .8;
}
.Let_FullyTitle span.icon-guanggaoguanli {
    font-size: 45px !important;
    color: #03f17b;
}
.Let_FullyTitle span.icon-31dianpu{
    color: chocolate;
    font-size: 54px;
}
.Let_FullyTitle span.icon-fuwu{
    color: #4b76ad;
    font-size: 55px;
    font-weight: bold;
    position: relative;
    left: 1px;
}
.card_Conten .Conten_txt{
    font-size: 13px;
    /* width: 88%; */
    height: 30px;
    text-align: left;
    color: #999;
    padding: 7px;
    padding-left: 20px;
    padding-right: 23px;
    margin-bottom: 15px;
    /* margin-right: 15px; */
    margin-top: 5px;
}
/* 谷歌 */
.Google_Conten{
    margin-top: 125px;
}
/* 独立站建站服务 */
.independent_Conten{
    margin-top: 125px;
    margin-bottom: 30px;
}
.independent_cardBox{
    width: 80%;
    display: flex;
    justify-content: space-between;
    color: #333;
    margin-top: 25px;
    margin: 0 auto;
    margin-top: 25px;
}
.independent_cardBox .independent_card{
    width: 30%;
    height: auto;
    padding: 30px;
    box-sizing: border-box;
    background: #fff;
    color: #333;
    box-shadow: 5px -5px 30px 15px rgb(62 105 116 / 10%);
    margin-right: 20px;
    text-align: center;
}
.independent_cardBox .independent_card:last-child{
    margin-right: 0;
}
.Top_icon{
    text-align: center;
}
.Top_icon span.icon-shopify{
    font-size: 50px !important;
    color: #03f17b;
    display: block;
    margin-bottom: 20px;
    
}
.Top_icon span.icon-tubiao_fangan{
    font-size: 50px !important;
    color: #b45068;
    display: block;
    margin-bottom: 20px;
    font-weight: bold;
}
.Top_icon span.icon-jicheng{
    font-size: 52px !important;
    color: #fc5531;
    display: block;
    margin-bottom: 20px;
    font-weight: bold;
}
.Top_icon .title_txt{
    margin: 15px auto;
    color: #333;
    font-weight: bold;
    font-size: 20px;
}
.independent_card .Center_conten{
    font-size: 14px;
    color: #333;
}
/* 按钮样式 */
.Bottom_Btn button{
    width: 64px;
    height: 30px;
    background: #0057c4;
    color: #fff;
    border-radius: 5px;
    font-size: 13px;
    line-height: 30px;
    text-align: center;
    line-height: 30px;
    margin-right: 15px;
    border: 0;
    cursor: pointer;
    font-weight: normal;
    transition: all 1s;
}
.Bottom_Btn button:hover{
    background: #739ff9;
}
.Bottom_Btn {
    text-align: right;
}
/* 分割线 */
.line_02{  
    height: 1px;
    border-top: 1px solid #03f17b;
    text-align: center;
    margin: 62px auto;
    margin-top: 81px;
    margin-bottom: 69px;
}  
.line_02 span.Icon_Box{  
    position: relative;
    top: -11px;
    background: #fff;
    padding: 0 20px;
    color: #333;
}
.line_02 span.Icon_Box span.iconfont{
    color: #16a0fa;
    font-size: 20px;
    display: inline-block;
    margin: 0px 15px;
}

/* 服务商按钮风格 */
.Btn_Box{
    width: 100%;
    height: 40px;
    text-align: center;
}
.Btn_Box button{
    width: 150px;
    height: 45px;
    font-size: 15px;
    color: #fff;
    background: #60bab0;
    border-radius: 25px;
    margin-right: 15px;
    cursor: pointer;
    border: 0;
    transition: all 1s;
    position: relative;
}
.Btn_Box button .icon-chat{
    font-size: 18px !important;
    color: #fff;
    position: absolute;
    right: 21px;
    top: 8px;
    font-weight: bold;
    animation: flicker-fast 1s infinite;
    -webkit-animation: flicker-fast 1s infinite;
    -moz-animation: flicker-fast 1s infinite;
}
.Btn_Box button:last-child{
    /* margin-right: 0px; */
    opacity: 1 !important;
}
.Btn_Box button:nth-child(2){
    opacity: .8;
}
.Btn_Box button:hover{
    opacity: 1;
    background: #01d2fe;
    color: #fff;
}
.Btn{
    position: absolute;
    right: 0px;
}