﻿@charset "utf-8";
/* css document */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p{margin:0;padding:0;}
body{ color:#333; font-size:14px; font-family:"微软雅黑";}
/*
html { filter: ; 
    -webkit-filter: grayscale(100%); 
    filter: grayscale(100%); 
    filter: gray; 
    filter:progid:dximagetransform.microsoft.basicimage(grayscale=1);
    }
    */
ul, ol { list-style: none;} 
img,fieldset{vertical-align:top;border:0;}
h1,h2,h3,h4,h5,h6 {font-size:100%; font-weight:normal;}
address,cite,code,em,th {font-weight:normal; font-style:normal;}
input,button,textarea,select{font:100% arial,''; vertical-align:middle}
table,td,tr,th{font-size:12px;border-collapse: collapse;}
.nodispaly{ display:none}
.line{line-height:50px;}
.lineer{line-height:40px;}
.fk{color: #999;}
.f50{font-size: 50px;}
.f30{font-size: 30px;}
.fb{font-weight: bold;}
.fl{float: left;}
.fr{float: right;}
.clearfix{*zoom:1;}
.clearfix:after{display:block; overflow:hidden; clear:both; height:0px; visibility:hidden; content:".";}
a{color:#333; text-decoration:none; transition: all 0.3s;}
a:hover {color:#ff000f; text-decoration:underline;}

::-webkit-scrollbar-track{background:#ccc;}
::-webkit-scrollbar{ width: 10px;}
::-webkit-scrollbar-thumb{background:#222;}

/****header****/
header{background:#fff;height: 100px;box-shadow: 0 0 5px rgba(0,0,0,0.1);}
header .top{position: relative;}
header .top h1{ width: 150px;z-index: 100;position: absolute;left: 6%;top: 18px;}
header .top h1 img{width: 100%;}

header .top .nav{}
header .top .nav ul{font-size: 0px;text-align: center;padding-left: 100px;}
header .top .nav li{display: inline-block;width:140px;position: relative;}
header .top .nav li p{font-size: 14px;}
header .top .nav li p i{width: 28px;height: 28px;border-radius: 50px;background: #666;display:block;line-height: 28px;color: #fff;margin-bottom: 10px;}
header .top .nav li p a{color: #b8000c;height: 100px;display: flex;justify-content: center;align-items: center;flex-direction: column;}
header .top .nav li:hover p a{text-decoration: none;color:#ff000f;height: 100px;}
header .top .nav li p a.current{color: #ff000f;}
header .top .nav li p a.current i{color: #ff000f;}
header .top .nav li:hover p a i{color: #fff;background: #ff000f;}
header .top .nav li dl{position: absolute;left: -30px;top: 120px;background: #fff;width: 200px;font-size: 14px;text-align: left;text-align: left;font-size: 0px;padding:20px 0;border-top: 2px solid #ff000f;box-shadow: 0 3px 3px rgba(0,0,0,0.1);z-index: 100;visibility: hidden;opacity: 0; transition: all 0.3s;}
header .top .nav li:hover dl{visibility: visible;opacity: 1;top: 100px;}
header .top .nav li dd{font-size: 14px;line-height: 40px;}
header .top .nav li dd i{width: 28px;height: 28px;line-height: 28px;font-size: 14px;text-align: center;display: inline-block;background:#666;border-radius: 50px;margin:0 auto;color: #fff;margin-right: 10px;}
header .top .nav li dd a:hover i{background:#ff000f;}
header .top .nav li dd a{display: block;color: #333;padding: 0 20px;}
header .top .nav li dd a:hover{display: block;text-decoration: none;color: #ff000f;background: #f5f5f5;}

header .top .nav_er{position: absolute;right: 6%;top: 25px;text-align: center;z-index: 100;}
header .top .nav_er .box{position: relative;}
header .top .nav_er .box p{width: 50px;height: 50px;line-height: 50px;}
header .top .nav_er .box p i{font-size: 30px;}
header .top .nav_er ul{position: absolute;right: -35px;top: 50px;width: 120px;background: #fff;box-shadow: 0 0 5px rgba(0,0,0,0.1);line-height: 50px;padding:10px 0;display: none;}
header .top .nav_er:hover ul{display: block;}
header .top .nav_er ul i{font-size: 14px;color: #333;width: 28px;height: 28px;line-height: 28px;display: inline-block;background: #666;color: #fff;border-radius: 50px;margin-right: 10px;}
header .top .nav_er li:hover i{color: #fff;background: #ff000f;}
header .top .nav_er ul a{display: block;}
header .top .nav_er ul a:hover{display: block;text-decoration: none;}

header .header-main { transition: padding 0.3s ease 0s, transform 0.5s ease 0s;}
header .m-btn { display:none; width:60px; height:60px; line-height:60px; text-align:center; cursor:pointer; float:right;color: #333;}
header .m-btn .box {position: relative; font-size:24px;}

.body-wrap { width: 100%;position: relative;transition: all 0.5s ease 0s;z-index: 1;}
.body-wrap.left, header.left .header-main {transform:translatex(-66%);}
.m-sub-menu.show {right: 0;transition: all 0.44s ease 0s;}

.m-sub-menu {position:fixed; right:-100%;width:66%;top:0;z-index:1000;height: 100%;background:#fff;transition:all 0.64s ease 0s; box-shadow:0 0 30px rgba(0,0,0,0.1);}
.m-sub-menu .box{}
.m-sub-menu .top-box{ background:#333; height:60px; line-height:60px;}
.m-sub-menu .top-box .stt{color: #acacac; float:left; padding-left:10%;}
.m-sub-menu .top-box .close{ cursor: pointer; float:right; text-align:center; color:#fff; width:60px;}
.m-sub-menu .top-box .close i{ font-size:18px;}
.m-sub-menu .list-wrap{}
.m-sub-menu .list-wrap ul { width:100%;overflow-y: scroll;}
.m-sub-menu .list-wrap li { height:40px; line-height:40px; border-bottom:1px solid #f2f2f2; font-size:16px;}
.m-sub-menu .list-wrap li .col-box{ position:relative;}
.m-sub-menu .list-wrap li .col-box .tit{ float:left; width:90%;display:block; padding-left:10%;}
.m-sub-menu .list-wrap li .col-box .point{ position:absolute; width:60px; height:60px; right:0px; top:0px;display:block; color:#999;}
.m-sub-menu .list-wrap li a{ display:block; padding:0 10%;}
.m-sub-menu .list-wrap li a:hover{ text-decoration:none; display:block;}
.m-sub-menu .list-wrap li i{ float:right;}

.m-sub-menu .bot-link { margin-top:30px; text-align:right;}
.m-sub-menu .bot-link i { font-size:20px;}
.m-sub-menu .bot-link a{ margin-left:20px;}
.m-sub-menu .bot-link a:hover{ text-decoration:none;}
.m-sub-menu .sec-sub-list { position: absolute; right: -100%; top: 60px; width: 100%;}
.m-sub-menu .sec-sub-list .return-fir { display: block; padding:0 10%; line-height: 60px; background-color: #333;}
.m-sub-menu .sec-sub-list .return-fir p { color: #fff; font-size: 18px;text-transform: uppercase;}
.m-sub-menu .sec-sub-list .return-fir p i{ font-size:14px; margin-right:10px;}
.m-sub-menu .sec-sub-list .boxs { width: 100%; height:1000px; transition: all 0.4s ease 0s; background:#fff; position: absolute; left: 0; top: 0;}
.m-sub-menu .sec-sub-list .boxs.show { left: -100%;}
.m-sub-menu .sec-sub-list ul, .m-sub-menu .sec-sub-list li { width: 100%;}
.m-sub-menu .sec-sub-list li { line-height: 60px; border-bottom: 1px solid #f2f2f2;}
.m-sub-menu .sec-sub-list li a { display: block; padding:0px 10%; font-size: 16px;}
.m-sub-menu .sec-sub-list li a:hover{ text-decoration:none;}
.m-sub-menu .sec-sub-list .bot-link { margin-top: 14px;}


/****面包屑****/
.mbx{}
.mbx .box{padding:25px 6%;background: #f5f5f5;font-size: 16px;}
.mbx .yi{padding:0 15px;}
.mbx .er{color: #ff000f;}
.mbx i{font-size: 20px;color: #666;margin-right: 10px;}
.mbx a:hover{text-decoration: none;}


/****foot****/
.foot{background: #f2f2f2;}
.foot_t{margin:0px 6%; /*border-bottom: 1px solid #222;*/padding:70px 0;}
.foot_t .t_l{float: left;margin-left: -80px;}
.foot_t .t_l dl{float: left;margin-left: 50px;}
.foot_t .t_l dt{font-size: 18px;margin-bottom: 20px; color: #3d3d3d;}
.foot_t .t_l dd{line-height: 30px;}
.foot_t .t_l dd a{color: #666;/*opacity: 0.5;*/}
.foot_t .t_l dd a:hover{color: #ff0000;opacity: 1;text-decoration: none;}

.foot_t .subnav_foot{display: none;}
.foot_t .subnav_foot ul{}
.foot_t .subnav_foot li{}
.foot_t .subnav_foot li span{float: right;}
.foot_t .subnav_foot li .border.active{background: url(/uploads/image/d6tcimages/pic36.png) no-repeat right center;background-size: 12px;}
.foot_t .subnav_foot li .border{ line-height: 50px; font-size:16px; border-bottom:1px solid #d4d4d4;background: url(/uploads/image/d6tcimages/pic35.png) no-repeat right center;background-size: 12px;color: #3d3d3d;}
.foot_t .subnav_foot li .con_er{ display:none; line-height:24px; padding:0 15px; background:#f5f5f5;}
.foot_t .subnav_foot li .con_er dd{line-height: 50px;border-bottom: 1px solid #d4d4d4;}
.foot_t .subnav_foot li .con_er dd:last-child{border-bottom: none;}
.foot_t .subnav_foot li .con_er dd a{display: block;color: #666;/*opacity: 0.5;*/}
.foot_t .subnav_foot li .con_er dd a:hover{display: block;text-decoration: none;color: #b8000c;opacity: 1;}

.foot_t .t_r{float: right;}
.foot_t .t_r ul{}
.foot_t .t_r li{width: 131px;background: #fff;float: left;line-height: 40px;text-align: center;margin-left: 60px;border-radius: 10px;}
.foot_t .t_r li .pic{padding:10px;}
.foot_t .t_r li img{width: 100%;}
.foot_t .t_r li p{border-top: 1px solid #eee;}

.foot_c{margin:0px 6%;padding:30px 0%;}
.foot_c h2{ color: #666;font-size: 18px;}
.foot_c .box{padding-top: 20px;line-height: 24px;}
.foot_c p{float: left;padding-right: 10px;}
.foot_c p a{color: #666;/*opacity: 0.5;*/margin-right: 10px;}
.foot_c p a:hover{color: #b8000c;opacity: 1;}

.copyright{line-height: 24px;color: #666;/*opacity: 0.5;*/padding:30px 6%;border-top: 1px solid #d4d4d4;text-align: center; background: #e9e9e9;}
.copyright a{color:#ff0000;}
.copyright a:hover{color:#ff0000;text-decoration:none;}










.sow { margin-top:80px;}
.abo_zuo { float:right !important;}
.abo_you { float:left !important;}

.abo_a_163 { overflow:hidden; margin:50px 0;}
.abo_a_163 ul { margin-left:-1%;}
.abo_a_163 li { float:left; margin-left:1%; width:32%;}
.abo_a_163 li .abo_a_163_q1 { float:left; width:124px; text-align:center;}
.abo_a_163 li .abo_a_163_q1 img { width:80px; height:auto;}
.abo_a_163 li .abo_a_163_q2 { float:left; width:calc(100% - 150px);}
.abo_a_163 li .abo_a_163_q2 .abo_a_163_q2_1 { font-size:18px; margin-top:0px;}
.abo_a_163 li .abo_a_163_q2 .abo_a_163_q2_2 { color:#a4a4a4; margin-top:10px; line-height:24px;}



.abo_b_163 { overflow:hidden; background:#2c303a;}
.abo_b_163_top { color:#fff; font-size:35px; text-align:center; margin-top:40px;}
.abo_b_163_s0{ overflow:hidden; margin-top:60px; margin-bottom:20px;}
.abo_b_163_s0 ul { margin-left:-2%;}
.abo_b_163_s0 li { margin-left:2%; width:23%; background:#383c46; float:left; color:#fff; display: flex; flex-direction: column; align-items: center; padding:60px 0; min-height:400px;}
.abo_b_163_s0 li .abo_b_163_s0_a1 {}
.abo_b_163_s0 li .abo_b_163_s0_a1 img { width:40px; height: auto;}
.abo_b_163_s0 li .abo_b_163_s0_a2 { font-size:20px; margin-top:20px;}
.abo_b_163_s0 li .abo_b_163_s0_a3 { font-size:14px; position:relative; text-indent:15px; margin-top:20px; width:120px; padding-left:0px;}
.abo_b_163_s0 li .abo_b_163_s0_a3:before { position:absolute;content:""; top:50%;-webkit-transform: translatey(-50%);transform: translatey(-50%); left:0; width:5px;height:5px;border-radius:5px; background-color: #fff;}


.abo_c_163 { overflow:hidden; margin-top:40px;}
.abo_c_163_top { font-size:35px; text-align:center;}
.abo_c_163_s0 { text-align:center; font-size:18px; margin-top:12px; color:#5a5a5a;}
.abo_c_163_s1 { overflow:hidden; margin-top:30px;}
.abo_c_163_s1 .abo_c_163_s1 { float:left;width:820px;}
.abo_c_163_s1 .abo_c_163_s1 img { width:820px; height:auto;}
.abo_c_163_s1 .abo_c_163_s2 { float:right; width:calc(100% - 860px); margin-top:20px;}
.abo_c_163_s1 .abo_c_163_s2 ul {}
.abo_c_163_s1 .abo_c_163_s2 li { margin-top:30px; margin-bottom:60px; overflow:hidden;}
.abo_c_163_s1 .abo_c_163_s2 li .abo_c_163_s2_a1 { font-size:25px; position:relative; text-indent:25px;}
.abo_c_163_s1 .abo_c_163_s2 li .abo_c_163_s2_a1 span { color:#ff000f;}
.abo_c_163_s1 .abo_c_163_s2 li .abo_c_163_s2_a1:after {content:""; position:absolute; top:12px; left:0; width:7px; height:7px; background: #3e3e3e;border: 3px solid #ccc; border-radius: 50%;}
.abo_c_163_s1 .abo_c_163_s2 li .abo_c_163_s2_a2 { font-size:18px; margin-top:5px; margin-left:24px;}
.abo_c_163_s1 .abo_c_163_s2 .abo_c_163_s3 { font-size:18px; margin-left:25px;}
.abo_c_163_s1 .abo_c_163_s2 .abo_c_163_s3 a{ color:#ff000f;}

.abo_163_more { width:160px; margin:0 auto; line-height:40px; background:#ff000f; overflow:hidden; text-align:center; margin-top:25px;}
.abo_163_more a{ color:#fff; display:block;}
.abo_163_more:hover a{ background:#cd000c;}


.abo_e_163 { overflow:hidden; font-size:35px; text-align:center;}
.abo_e_163_a { overflow:hidden; margin-top:30px;}
.abo_e_163_a ul { margin-left:-1%; margin-top:30px;}
.abo_e_163_a li {display: flex; flex-direction: column; align-items: center; width:23%; float:left; margin-left:1%;}
.abo_e_163_a li .abo_e_163_a_1 {}
.abo_e_163_a li .abo_e_163_a_2 { font-size:24px;}
.abo_e_163_a li .abo_e_163_a_3 { text-align:center; font-size:16px; line-height:26px; margin-top:15px;}





/*----------抖音竞价--------*/

.about_dyip888 { padding:40px 6%;}
.abo_a_bidding { overflow:hidden; margin:30px 0;}
.abo_a_bidding ul { margin-left:-1%;}
.abo_a_bidding li { float:left; margin-left:1%; width:32%;}
.abo_a_bidding li .abo_a_bidding_q1 { float:left; width:124px; text-align:center;}
.abo_a_bidding li .abo_a_bidding_q1 img { width:80px; height:auto;}
.abo_a_bidding li .abo_a_bidding_q2 { float:left; width:calc(100% - 150px);}
.abo_a_bidding li .abo_a_bidding_q2 .abo_a_bidding_q2_1 { font-size:18px; margin-top:0px;}
.abo_a_bidding li .abo_a_bidding_q2 .abo_a_bidding_q2_2 { color:#a4a4a4; margin-top:10px; line-height:24px;}



.abo_b_bidding { overflow:hidden; background:#2c303a;}
.abo_b_bidding_top { color:#fff; font-size:32px; text-align:center; margin-top:40px;}
.abo_b_bidding_s0{ overflow:hidden; margin-top:60px; margin-bottom:20px;}
.abo_b_bidding_s0 ul { margin-left:-2%;}
.abo_b_bidding_s0 li { margin-left:2%; width:23%; background:#383c46; float:left; color:#fff; display: flex; flex-direction: column; align-items: center; padding:60px 0; min-height:400px;}
.abo_b_bidding_s0 li .abo_b_bidding_s0_a1 {}
.abo_b_bidding_s0 li .abo_b_bidding_s0_a1 img { width:40px; height: auto;}
.abo_b_bidding_s0 li .abo_b_bidding_s0_a2 { font-size:20px; margin-top:20px;}
.abo_b_bidding_s0 li .abo_b_bidding_s0_a3 { font-size:14px; position:relative; text-indent:15px; margin-top:20px;}
.abo_b_bidding_s0 li .abo_b_bidding_s0_a3:before { position:absolute;content:""; top:50%;-webkit-transform: translatey(-50%);transform: translatey(-50%); left:0; width:5px;height:5px;border-radius:5px; background-color: #fff;}


.abo_c_bidding { overflow:hidden; margin-top:40px;}
.abo_c_bidding_top { font-size:32px; text-align:center;}
.abo_c_bidding_s0 { text-align:center; font-size:18px; margin-top:12px; font-weight:bold; color:#5a5a5a;}
.abo_c_bidding_s1 { overflow:hidden; margin-top:30px;}
.abo_c_bidding_s1 .abo_c_bidding_s1 { float:left;width:820px;}
.abo_c_bidding_s1 .abo_c_bidding_s1 img { width:820px; height:auto;}
.abo_c_bidding_s1 .abo_c_bidding_s2 { float:right; width:calc(100% - 860px); margin-top:20px;}
.abo_c_bidding_s1 .abo_c_bidding_s2 ul {}
.abo_c_bidding_s1 .abo_c_bidding_s2 li { margin-top:30px; margin-bottom:60px; overflow:hidden;}
.abo_c_bidding_s1 .abo_c_bidding_s2 li .abo_c_bidding_s2_a1 { font-size:25px; position:relative; text-indent:25px;}
.abo_c_bidding_s1 .abo_c_bidding_s2 li .abo_c_bidding_s2_a1 span { color:#ff000f;}
.abo_c_bidding_s1 .abo_c_bidding_s2 li .abo_c_bidding_s2_a1:after {content:""; position:absolute; top:20px; left:0; width:7px; height:7px; background: #3e3e3e;border: 3px solid #ccc; border-radius: 50%;}
.abo_c_bidding_s1 .abo_c_bidding_s2 li .abo_c_bidding_s2_a2 { font-size:18px; margin-top:5px; margin-left:24px;}
.abo_c_bidding_s1 .abo_c_bidding_s2 .abo_c_bidding_s3 { font-size:18px; margin-left:25px;}
.abo_c_bidding_s1 .abo_c_bidding_s2 .abo_c_bidding_s3 a{ color:#ff000f;}

.abo_bidding_more { width:160px; margin:0 auto; line-height:40px; background:#ff000f; overflow:hidden; text-align:center; margin-top:25px;}
.abo_bidding_more a{ color:#fff; display:block;}
.abo_bidding_more:hover a{ background:#cd000c;}


.abo_e_bidding { overflow:hidden; font-size:35px; text-align:center;}
.abo_e_bidding_a { overflow:hidden; margin-top:30px;}
.abo_e_bidding_a ul { margin-left:-1%; margin-top:30px;}
.abo_e_bidding_a li {display: flex; flex-direction: column; align-items: center; width:23%; float:left; margin-left:1%;}
.abo_e_bidding_a li .abo_e_bidding_a_1 {}
.abo_e_bidding_a li .abo_e_bidding_a_2 { font-size:24px;}
.abo_e_bidding_a li .abo_e_bidding_a_3 { text-align:center; font-size:16px; line-height:26px; margin-top:15px;}





/*----------外贸网站--------*/

.about_dyip888 { padding:40px 6%;}
.abo_a_website { overflow:hidden; margin:30px 0;}
.abo_a_website ul { margin-left:-1%;}
.abo_a_website li { float:left; margin-left:1%; width:32%;}
.abo_a_website li .abo_a_website_q1 { float:left; width:124px; text-align:center;}
.abo_a_website li .abo_a_website_q1 img { width:80px; height:auto;}
.abo_a_website li .abo_a_website_q2 { float:left; width:calc(100% - 150px);}
.abo_a_website li .abo_a_website_q2 .abo_a_website_q2_1 { font-size:18px; margin-top:0px;}
.abo_a_website li .abo_a_website_q2 .abo_a_website_q2_2 { color:#a4a4a4; margin-top:10px; line-height:24px;}



.abo_b_website { overflow:hidden; background:#122172;}
.abo_b_website_top { color:#fff; font-size:23px; text-align:center; margin-top:40px;}
.abo_b_website_s0{ overflow:hidden; margin-top:60px; margin-bottom:20px;}
.abo_b_website_s0 ul { margin-left:-2%;}
.abo_b_website_s0 li { margin-left:2%; width:23%; background:#383c46; float:left; color:#fff; display: flex; flex-direction: column; align-items: center; padding:60px 0; min-height:400px;}
.abo_b_website_s0 li .abo_b_website_s0_a1 {}
.abo_b_website_s0 li .abo_b_website_s0_a1 img { width:40px; height: auto;}
.abo_b_website_s0 li .abo_b_website_s0_a2 { font-size:20px; margin-top:20px;}
.abo_b_website_s0 li .abo_b_website_s0_a3 { font-size:14px; position:relative; text-indent:15px; margin-top:20px;}
.abo_b_website_s0 li .abo_b_website_s0_a3:before { position:absolute;content:""; top:50%;-webkit-transform: translatey(-50%);transform: translatey(-50%); left:0; width:5px;height:5px;border-radius:5px; background-color: #fff;}


.abo_c_website { overflow:hidden; background:#f3f6fc; }
.abo_c_website_top { font-size:23px; text-align:center;  margin-top:40px;}
.abo_c_website_s0 { text-align:center; font-size:18px; margin-top:12px; font-weight:bold; color:#5a5a5a; }


.advantage-list{display:flex;justify-content:space-between;flex-wrap:wrap;margin-top:60px;}
.advantage-list li{width:calc(50% - 28px);margin:0 54px 27px 0;background:rgba(255,255,255,1);box-shadow:0 4px 8px 0 rgba(229,255,244,.35);border-radius:5px;padding:25px 0px 25px 27px}
.advantage-list li:nth-child(2n){margin-right:0}
.ad-icon{width:57px;height:57px;background:rgba(25,64,176,0);border:2px solid rgba(209,217,239,.94);border-radius:8px;float:left;text-align:center;line-height:50px;transform:rotate(45deg)}
.ad-icon img{max-width:100%;transform:rotate(-45deg)}
.ad-txt{width:calc(100% - 82px);float:right;margin-left:17px}
.ad-txt h4{font-size:22px;font-weight:800;color:rgba(25,64,176,1);margin-bottom:14px}
.ad-txt p{font-size:14px;font-weight:400;color:rgba(43,53,78,1);line-height:26px}



.abo_website_more { width:160px; margin:0 auto; line-height:40px; background:#ff000f; overflow:hidden; text-align:center; margin-top:25px;}
.abo_website_more a{ color:#fff; display:block;}
.abo_website_more:hover a{ background:#cd000c;}


.abo_e_website { overflow:hidden; font-size:35px; text-align:center;}
.abo_e_website_a { overflow:hidden; margin-top:30px;}
.abo_e_website_a ul { margin-left:-1%; margin-top:30px;}
.abo_e_website_a li {display: flex; flex-direction: column; align-items: center; width:19%; float:left; margin-left:1%;}
.abo_e_website_a li .abo_e_website_a_1 {}
.abo_e_website_a li .abo_e_website_a_2 { font-size:22px; line-height:50px;}
.abo_e_website_a li .abo_e_website_a_3 { text-align:center; font-size:16px; line-height:26px; margin-top:15px;}


/*网络营销问题*/
.website_overh{ overflow:hidden;}
.website_mart1{ margin-top:10px;}
.website_problem{ padding:40px 0px;}
.website_problem ul li{ color:#2c2930; width:23%; padding:0px 0px 3% 0px; margin:15px 2% 0px 0px; background:#f3f6fc; border-radius:53px;  min-height:350px;}
.website_problem ul li .title{ font-size:20px; text-align:center; color:#fff; line-height:52px; height:50px; border-radius:203px; border-bottom-left-radius:0px;border-bottom-right-radius:0px;}
.website_problem ul li p{ font-size:14px; line-height:24px; margin:0px 10%; }
.website_problem .mr0{ margin-right:0px;}
.website_problem ul .bgcolor1{ background:#24b1df;}
.website_problem ul .bgcolor2{ background:#ecb41e;}
.website_problem ul .bgcolor3{ background:#ee471a;}
.website_problem ul .bgcolor4{ background:#87a206;}
.website_problem ul .bgcolor5{ background:#87a206;}
.website_problem ul .color1 strong{ color:#24b1df;}
.website_problem ul .color2 strong{ color:#ecb41e;}
.website_problem ul .color3 strong{ color:#ee471a;}
.website_problem ul .color4 strong{ color:#87a206;}
.website_problem ul .color5 strong{ color:#87a206;}
.website_lf{float:left}
.website_ri{float:right}




/*----------外贸tiktok--------*/


.flex-ai-c{display:flex;flex-wrap:wrap;align-items:center}
.container{width:100%;max-width:1240px;margin:0 auto;padding:0 20px}
.flex-jc-sb{display:flex;flex-wrap:wrap;justify-content:space-between}

.what{background:url(/uploads/image/d6tcimages/tiktok-twhat-bg.jpg) no-repeat center;background-size:cover;  }
.what-l{width:41%;padding-right:10%}
.what-l-tit{font-size:34px;color:#222}
.what-l-tit span{color:#1940b0}
.what-l-text{color:#777;margin:12% 0; line-height:30px;}
.what-l-more{display:block;font-size:17px;color:#fff;text-align:center;line-height:53px;width:170px;background:#0067ed;border-radius:3px;transition:background .2s ease-in-out}
.what-l-more:hover{background:#062a8f}
.what-r{width:59%}
.what-r ul{align-items: center;flex-wrap: wrap;}
.what-r ul>div{width:48%}
.what-r ul li{width:100%;padding:5% 3.5% 3%;background:#fff;box-shadow:0 1px 18px 0 rgba(159,191,227,.35);border-radius:10px;margin-bottom:4%;position:relative;overflow:hidden;z-index:1;}
.what-r ul li::before{content:'';display:block;width:132px;height:132px;border-radius:50%;background:linear-gradient(0deg,#fbfcff,#e4efff);opacity:.7;position:absolute;right:-66px;top:-66px;z-index:-1}
.what-icon{width:70px;height:70px;border-radius:10px;color:#fff;display:flex;align-items:center;justify-content:center}
.what-icon i{font-size:44px}
/* .what-r ul li:nth-child(2n 2){transform:translatey(50%)} */
.what-r ul>div:nth-child(2) li:nth-child(1) .what-icon{background:linear-gradient(0deg,#fc7a58,#f46351)}
/* .what-r ul li:nth-child(2) .what-icon{background:linear-gradient(0deg,#fe9a09,#f9c525)} */
.what-r ul li .what-icon img{vertical-align: bottom;}
.what-r ul>div:nth-child(2) li:nth-child(2) .what-icon{background:linear-gradient(0deg,#44c8f8,#007aff)}
.what-r ul>div:nth-child(1) li:nth-child(2) .what-icon{background:linear-gradient(0deg,#26bdcc,#2fdaa3)}
.what-r ul>div:nth-child(2) li:nth-child(3) .what-icon{background:linear-gradient(0deg,#09c6e4,#07a5ed)}
.what-cont-tit{font-size:22px;color:#222;margin:20px 0 14px}
/*.what-r-list p{color:#415076;margin:6px 0;display:flex }*/
.what-r-list p { background:url(/uploads/image/d6tcimages/tiktok-pic006.jpg) no-repeat left 10px; padding-left:15px;   margin:6px 0; color:#415076; line-height: 30px;}
.what-r-list i{color:#26a9fe;font-weight:700;margin-right:2px}
.what-r-list span{flex:1;padding-left:2px;display:block}



/*----------优势--------*/

.advantage{background:#22355e;padding:2% 0;color:#fff}
.advantage .home-tit{color:#fff}
.advantage-box{position:relative;margin-top:4%}
.advantage-btn{background:0 0;color:#fff;position:absolute;top:50%;margin-top:-18px}
.advantage-btn i{font-size:24px}
.advantage-prev{left:-8%}
.advantage-next{right:-8%;transform:rotate(180deg)}



/*----------产品模式--------*/
.pattern{padding:4% 0 0;background:url(/uploads/image/d6tcimages/tiktok-pic007.png) no-repeat right top,url(/uploads/image/d6tcimages/tiktok-pic007.png) no-repeat left bottom;background-color:#f6faff;background-size:62%}
.pattern .home-tit{margin-bottom:3%}
.home-tit{font-size:40px;color:#222;text-align:center}
.pattern table{width:100%;color:#111;text-align:center;border-spacing:0;border-collapse:separate}
.pattern table td,.pattern table th{border:1px solid #c4d5fe;padding:16px 6px;background:#fff}
.pattern table td.td-bg{font-size:18px;line-height:2;color:#111;background:#e9efff}
.pattern table .icon-duihao1{font-size:18px}
.pattern table th,.table-tit li{font-weight:400;padding:26px 6px;text-align:center}
.table-tit{position:fixed;top:69px;width:100%;left:50%;max-width:1240px;transform:translatex(-50%);z-index:90;display:none;padding:0 20px;overflow-x:auto}
.table-tit ul{display:flex}
.table-tit li{border:1px solid #c4d5fe;background:#fff;float:left}
.table-tit li:not(:last-child){border-right:none}
.pattern-table-tit{width:130px;color:#222;position:relative;margin:0 auto}
.pattern-table-tit p:nth-child(1){text-align:right}
.pattern-table-tit p:nth-child(2){text-align:left;margin-top:30px}
.pattern-table-tit::before{content:'';display:block;width:100%;height:1px;background:#c4d5fe;transform:rotate(35deg) translate(14px,36px)}
.pattern table th>p,.table-tit li>p{font-size:22px;color:#fff}
.pattern-table-more{display:inline-block;font-size:14px;color:#fff;border:1px solid #fff;border-radius:15px;padding:4px 24px;margin-top:16px;transition:background .2s linear,color .2s linear}
.pattern table th:nth-child(2),.table-tit li:nth-child(2){background:#95add0}
.pattern table th:nth-child(2)>a:hover,.table-tit li:nth-child(2)>a:hover{background-color:#fff;color:#95add0}
.pattern table th:nth-child(3),.table-tit li:nth-child(3){background:#34cc81}
.pattern table th:nth-child(3)>a:hover,.table-tit li:nth-child(3)>a:hover{background-color:#fff;color:#34cc81}
.pattern table th:nth-child(4),.table-tit li:nth-child(4){background:#2b9cfb}
.pattern table th:nth-child(4)>a:hover,.table-tit li:nth-child(4)>a:hover{background-color:#fff;color:#2b9cfb}
.pattern table th:nth-child(5),.table-tit li:nth-child(5){background:#7664fd}
.pattern table th:nth-child(5)>a:hover,.table-tit li:nth-child(5)>a:hover{background-color:#fff;color:#7664fd}
.td-top-left-radius{border-top-left-radius:10px}
.td-top-right-radius{border-top-right-radius:10px}
.td-bottom-left-radius{border-bottom-left-radius:10px}
.td-bottom-right-radius{border-bottom-right-radius:10px}
.pattern table tr td{border-top:none}
.pattern table td:not(:last-child),.pattern table th:not(:last-child){border-right:none}
.pattern table tr.spaceenter td{border:none;background:#f6faff;padding:3px 0}
.pattern table tr.spaceenter tr td{border-top:1px solid #c4d5fe}



/*----------电商代运营--------*/
.operate .title{text-align: center;}
.operate ul{margin-left: -2%;margin-top: 40px;}
.operate li{width: 23%;float: left;margin-left: 2%; border-radius:15px; min-height: 300px;text-align: center;margin-bottom: 20px;box-shadow: 0 0  1px rgba(0,0,0,0.2);     background: #f2f2f2;}
.operate li .box{padding:30px;}
.operate li .box i{font-size: 50px;color:#ff000f;}
.operate li .box h2{font-size: 18px;margin-top: 20px;font-weight: bold;}
.operate li .box p{line-height:24px;display: inline-block;font-size: 16px; color: #6c6c6c; border: 1px solid #c7c7c7; border-radius: 15px; padding: 4px 24px; margin-top: 10px; transition: background .2s linear,color .2s linear;}



/*----------视频一站式推--------*/
.abo_7_video { overflow:hidden; background:#122172;}


.video_overh{ overflow:hidden;}
.video_mart1{ margin-top:10px;}
.video_problem{ padding:40px 0px;}
.video_problem ul li{ color:#2c2930; width:23%; padding:0px 0px 3% 0px; margin:15px 2% 0px 0px; background:#f3f6fc; border-radius:53px;  min-height:350px;}
.video_problem ul li .title{ font-size:20px; text-align:center; color:#fff; line-height:62px; height:60px; border-radius:33px; border-bottom-left-radius:0px;border-bottom-right-radius:0px;}
/*.video_problem ul li p{ font-size:15px; line-height:16px; margin:0px 20%; padding-top:20px; display: flex;}*/
.video_problem ul li p { background:url(/uploads/image/d6tcimages/video-pic002.png) no-repeat left 10px; padding-left:25px;   font-size:15px;  margin:0px 20%; color:#415076; line-height: 35px; }
.video_problem .mr0{ margin-right:0px;}
.video_problem ul .bgcolor1{ background:#057df1;}
.video_problem ul .bgcolor2{ background:#057df1;}
.video_problem ul .bgcolor3{ background:#057df1;}
.video_problem ul .bgcolor4{ background:#057df1;}
.video_problem ul .bgcolor5{ background:#057df1;}
.video_problem ul .color1 strong{ color:#057df1;}
.video_problem ul .color2 strong{ color:#057df1;}
.video_problem ul .color3 strong{ color:#057df1;}
.video_problem ul .color4 strong{ color:#057df1;}
.video_problem ul .color5 strong{ color:#057df1;}
.video_lf{float:left}
.video_ri{float:right}



.video-2_overh{ overflow:hidden;}
.video-2_mart1{ margin-top:10px;}
.video-2_problem{ padding:40px 0px;}
.video-2_problem ul li{ color:#2c2930; width:31%; padding:0px 0px 3% 0px; margin:15px 2% 0px 0px; background:#fff; border-radius:53px;  min-height:200px; box-shadow: 0 0 1px rgb(0 0 0 / 20%);}
.video-2_problem ul li .title{ font-size:20px; text-align:center; color:#fff; line-height:62px; height:60px; border-radius:33px; border-bottom-left-radius:0px;border-bottom-right-radius:0px;}
.video-2_problem ul li p{ font-size:15px; line-height:36px; margin:0px 20%; padding-top:20px; display: flex; color:#333333;}
.video-2_problem .mr0{ margin-right:0px;}
.video-2_problem ul .bgcolor1{ background:#057df1;}
.video-2_problem ul .bgcolor2{ background:#057df1;}
.video-2_problem ul .bgcolor3{ background:#057df1;}
.video-2_problem ul .bgcolor4{ background:#057df1;}
.video-2_problem ul .bgcolor5{ background:#057df1;}
.video-2_problem ul .color1 strong{ color:#057df1;}
.video-2_problem ul .color2 strong{ color:#057df1;}
.video-2_problem ul .color3 strong{ color:#057df1;}
.video-2_problem ul .color4 strong{ color:#057df1;}
.video-2_problem ul .color5 strong{ color:#057df1;}
.video-2_lf{float:left}
.video-2_ri{float:right}






/*----------抖音seo优化--------*/

.seo_dyip{padding:30px 10%;text-align: center;}
.seo_dyip .box{padding:30px 0;}
.seo_dyip .left{float: left;width: 50%;background: url(/uploads/image/d6tcimages/pic52.jpg) no-repeat center;height: 363px;}
.seo_dyip .left .left_box{padding-top: 70px;}
.seo_dyip .left h2{font-size: 30px;}
.seo_dyip .left .txt{padding-top: 30px;line-height: 30px;font-size: 16px; text-align:left;}
.seo_dyip .left .txt span { color:#ff000f;}
.seo_dyip .pic{float: right;width: 50%;}
.seo_dyip .pic img{max-width: 100%;}

.seo_derp{padding:70px 10%;text-align: center;}
.seo_derp .left{float: right;width: 50%;padding-top: 80px;}
.seo_derp .left h2{font-size: 30px; }
.seo_derp .left .txt{padding-top: 30px;line-height: 30px;font-size: 16px; }
.seo_derp .pic{float: left;width: 50%;}
.seo_derp .pic img{max-width: 100%;}


/*----------抖音seo优化--------*/




/*----------短视频直播孵化--------*/
.live .title{text-align: center;}
.live ul{margin-left:-2%;margin-top: 40px;}
.live li{width:31.2%;float: left;margin-left: 2%; border-radius:15px; min-height: 300px;text-align: center;margin-bottom: 20px;box-shadow: 0 0  1px rgba(0,0,0,0.2);     background: #f2f2f2;}
.live li .box{padding:30px; height:420px;}
.live li .box i{font-size: 50px;color:#ff000f;}
.live li .box h2{font-size: 18px;margin-top: 20px;font-weight: bold;}
.live li .box p{line-height:24px;display: inline-block;font-size: 16px; color: #6c6c6c; border: 1px solid #c7c7c7; border-radius: 15px; padding: 4px 24px; margin-top: 10px; transition: background .2s linear,color .2s linear;}