/* CSS Document */
/*基础标签重置*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
tfoot,
s {
  margin: 0;
  padding: 0;
  border: 0;
/*  font-size: 14px;*/
  vertical-align: baseline;
  font-style: normal;
  text-decoration: none;
  word-wrap: break-word;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
} /* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
} /* End hide from IE-mac */

html {
  font-size: 62.5%; /*10 ÷ 16 × 100% = 62.5%*/
}
body {
  font-family: "Arial, Helvetica, sans-serif";
  font-size: 1.4rem;
  color: #666666;
}
a {
/*  font-size: 1.4rem;*/
  color: #666666;
  font-family: arial;
}
a:hover {
/*  font-size: 1.4rem;*/
  color: #666666;
  font-family: "arial";
}
.red {
  color: #ff0000;
}
.orange {
  color: #f8b72c;
  font-size: 16px;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.radius {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

/*总体样式*/
input[type="button"],
input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
  appearance: none;
}
textarea {
  -webkit-appearance: none;
  appearance: none;
  color: #999;
  font-family: Helvetica;
  font-size: 1.6rem;
}
input {
  border-radius: 0px;
  color: #999;
  font-family: Helvetica;
  font-size: 1.6rem;
}
input::-webkit-input-placeholder {
  /* WebKit browsers*/
  color: #999;
  font-family: Helvetica;
  font-size: 1.6rem;
}
input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18*/
  color: #999;
  font-family: Helvetica;
  font-size: 1.6rem;
}
input::-moz-placeholder {
  /* Mozilla Firefox 19+*/
  color: #999;
  font-family: Helvetica;
  font-size: 1.6rem;
}
input:-ms-input-placeholder {
  /* Internet Explorer 10+*/
  color: #999;
  font-family: Helvetica;
  font-size: 1.6rem;
}

.w_radius {
  background: #ffffff;
  border-radius: 5px;
}
.mt_top {
  margin-top: 3vh;
}
.mt_b {
  margin: 2vh 0vh;
}
.pd_20 {
  padding: 20px;
}
.pd_5 {
  padding: 5vh 0px;
}
.pd_b30 {
  padding-bottom: 3vh;
}
.ma_b30 {
  margin-bottom: 3vh;
}
.m {
  max-width: 1500px;
  min-width: 320px;
  margin: 0 auto; /*overflow: hidden;*/
}
.mob {
  display: none;
}
.m_header {
  display: none;
}
.m_mobile {
  display: none;
}

.home_banner {
  position: relative;
}
.home_banner .img_bg {
  display: block;
}
.home_banner .img_bg img {
  display: block;
  width: 100%;
}

.header {
  width: 100%;
  height: 132px;
  border-bottom: solid 1px #f4f4f4;
}
.header .logo {
  height: inherit;
  padding: 40px 0px;
  box-sizing: border-box;
  position: absolute;
  top: 0px;
}
.header .logo img {
  float: left;
  display: block;
  height: 100%;
  /* vertical-align: middle; */
  padding-right: 20px;
}
.header .menu {
  position: absolute;
  right: 60px;
  top: 40px;
}
.header .menu ul li {
  height: 52px;
  padding: 0px 25px;
  float: left;
  position: relative;
}
.header .menu ul li a {
  display: inline-block;
  height: 52px;
  line-height: 52px;
  color: #282828;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.header .menu ul li a:hover {
  display: inline-block;
  height: 52px;
  line-height: 52px;
  color: #282828;
  background: url(../images/line.png) no-repeat center bottom;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.header.home {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 99;
  border-bottom: none;
}
.header.home .menu ul li a {
  display: inline-block;
  height: 52px;
  line-height: 52px;
  color: #ffffff;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.header.home .menu ul li a:hover {
  display: inline-block;
  height: 52px;
  line-height: 52px;
  color: rgb(255, 255, 255);
  background: url(../images/line.png) no-repeat center bottom;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.TwoNav {
  display: none;
  width: 750px;
  border-radius: 10px;
  position: absolute;
  right: -260px;
  top: 45px;
  z-index: 99;
  background: #fff;
  padding: 10px;
}
.TwoNav.ab {
  left: -72px;
}

.header .menu ul li .TwoNav dl {
  width: 33%;
  float: left;
  box-sizing: border-box;
  margin: 0px;
  padding: 0px 15px;
}
.header .menu ul li .TwoNav dl dt {
  height: 40px;
  line-height: 40px;
  color: #282828;
  font-size: 16px;
  font-weight: bold;
  display: block;
  padding-right: 10px;
}
.header .menu ul li .TwoNav dl dt a {
  height: 40px;
  line-height: 40px;
  color: #282828;
  font-size: 16px;
  font-weight: bold;
}
.header .menu ul li .TwoNav dl dt a:hover {
  height: 40px;
  line-height: 40px;
  color: #282828;
  font-size: 16px;
  font-weight: bold;
}

.header .menu ul li .TwoNav dl dd {
  padding: 10px 0px;
}
.header .menu ul li .TwoNav dl dd a {
  text-align: left;
  display: block;
  color: #999999;
  font-size: 16px;
  height: 30px;
  line-height: 30px;
}
.header .menu ul li .TwoNav dl dd a:hover {
  text-align: left;
  display: block;
  color: #282828;
  font-size: 16px;
  height: 30px;
  line-height: 30px;
}

/*底部样式*/
.ft_bg {
  background: #0b2333;
  padding: 50px 0;
}
.footer_cont {
  padding-bottom: 20px;
}
.footer_cont .f_contact {
  width: 41%;
  float: left;
  padding-left: 50px;
  box-sizing: border-box;
}
.footer_cont .f_contact img {
  display: block;
  width: 100%;
  max-width: 330px;
}
.footer_cont .f_contact .p_c {
  line-height: 30px;
  font-size: 14px;
  color: #999999;
  margin-top: 20px;
}
.footer_cont .f_cen {
  width: 26%;
  float: left;
  box-sizing: border-box;
  border-left: solid 1px #324552;
  border-right: solid 1px #324552;
}
.footer_cont .f_cen dl {
  width: 50%;
  float: left;
  padding: 0px 10px;
  text-align: center;
  box-sizing: border-box;
}
.footer_cont .f_cen dl dt {
  width: 100%;
  font-size: 18px;
  color: #ffffff;
  line-height: 60px;
}
.footer_cont .f_cen dl dd {
  padding: 10px 0;
}
.footer_cont .f_cen dl dd a {
  display: block;
  line-height: 30px;
  color: #999999;
  font-size: 14px;
}
.footer_cont .f_ewm {
  width: 33%;
  float: right;
  padding-left: 50px;
  box-sizing: border-box;
}
.footer_cont .f_ewm .e_li {
  width: 50%;
  float: left;
  padding: 0px 20px;
  box-sizing: border-box;
}
.footer_cont .f_ewm .e_li .e_img {
  width: 100%;
  max-width: 135px;
  margin: 0 auto;
  display: block;
}
.footer_cont .f_ewm .e_li .e_p {
  width: 100%;
  text-align: center;
  padding: 10px;
  color: #999999;
  font-size: 14px;
  box-sizing: border-box;
}
.f_s_center {
  padding: 0px 50px 30px;
  color: #999999;
  font-size: 14px;
  line-height: 24px;
}
.f_s_center span {
  display: block;
  color: #ffffff;
  line-height: 30px;
}
.f_s_center a {
  color: #999999;
  font-size: 14px;
}
.copy_right {
  border-top: solid 1px #324552;
  padding-top: 20px;
  text-align: center;
  font-size: 14px;
  color: #999999;
}

/*内页样式*/
.b_sw {
  box-shadow: 0px 10px 10px #eaeaea;
  margin-bottom: 20px;
}
.path {
  padding: 20px 15px;
  height: auto;
  line-height: 24px;
  color: #999999;
  font-family: "宋体";
}
.path i {
  color: #c9c9c9;
  height: 24px;
  line-height: 24px;
  float: left;
  padding-right: 5px;
  overflow: hidden;
}
.path a {
  color: #999999;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  font-family: "宋体";
}
.path a:hover {
  color: #666666;
}

.nya_h2 {
  color: #282828;
  font-size: 40px;
  padding: 50px 0px;
  text-align: center;
}
.about_text {
  background: #f7f7f7;
  padding: 30px;
  color: #282828;
  line-height: 30px;
  font-size: 16px;
  text-indent: 2em;
  white-space: pre-wrap;
}
.c_history {
  padding: 30px 0;
}
.c_history dl {
  padding: 30px 0;
  overflow: hidden;
}
.c_history dl dt {
  width: 160px;
  margin-top: -10px;
  float: left;
  text-align: center;
  font-family: "微软雅黑";
  font-size: 40px;
  color: #cccccc;
  font-weight: bold;
}
.c_history dl dd {
  max-width: 1300px;
  float: left;
  border-left: solid 1px #cccccc;
  padding-left: 30px;
}
.c_history dl dd .c_event {
  color: #282828;
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 22px;
}

/*.pro_ms{padding:20px;line-height: 26px;}
.pro_ms a{color: #7baed4;}
.s_suppliers_box{width: 100%;margin-bottom: 30px;}*/

.c_honor {
  width: 100%;
}
.c_honor ul li {
  width: 25%;
  float: left;
  padding: 30px;
  box-sizing: border-box;
}
.c_honor ul li .h_img {
  width: 100%;
  padding: 40px;
  background: #f7f7f7;
  box-sizing: border-box;
  overflow: hidden;
}
.c_honor ul li .h_img img {
  width: 100%;
  max-width: 350px;
  display: block;
}
.c_honor ul li .img_t {
  margin-top: 10px;
  text-align: center;
  width: 100%;
  color: #282828;
  line-height: 24px;
  height: 46px;
  font-size: 16px;
}

.c_contact {
  width: 100%;
}
.c_contact ul li {
  width: 33.4%;
  float: left;
  padding-right: 50px;
  box-sizing: border-box;
}
.c_contact ul li .ccont {
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
  min-height: 260px;
  background: #f7f7f7;
}
.c_contact ul li .ccont span {
  display: block;
  font-size: 22px;
  font-weight: bold;
  color: #666666;
  padding-bottom: 20px;
}
.c_contact ul li .ccont .p_cont {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
}
.c_contact ul li .ccont .p_cont a {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
}
.c_contact ul li:last-child {
  width: 33.2%;
  padding-right: 0px;
}
.c_contact ul li .ccont .p_bz {
  font-size: 14px;
  color: #999999;
  margin-top: 20px;
  line-height: 22px;
}
.c_search {
  background: #f7f7f7;
  margin-top: 50px;
  padding: 20px 230px;
}
.c_search span {
  width: 150px;
  font-size: 20px;
  line-height: 52px;
  color: #282828;
  display: block;
  float: left;
}
.c_search .s_input {
  width: 60%;
  float: left;
  padding: 0px 30px;
}
.c_search .s_input input {
  width: 100%;
  padding: 0px 20px;
  border: solid 1px #e5e5e5;
  background: #ffffff;
  box-sizing: border-box;
  height: 52px;
  border-radius: 50px;
}
.c_search .btn {
  width: 136px;
  font-size: 20px;
  color: #ffffff;
  background: #ff9900;
  text-align: center;
  float: left;
  border: solid 1px #ff9900;
  box-sizing: border-box;
  height: 52px;
  line-height: 52px;
  border-radius: 50px;
}

.service_area {
  width: 100%;
  margin-bottom: 40px;
  display: grid;
}
.service_area dl {
  width: 100%;
  height: 50px;
}
.service_area dl:nth-child(odd) {
  width: 100%;
  background: #fafafa;
}
.service_area dl:nth-child(even) {
  width: 100%;
  background: #efefef;
}
.service_area dl:first-child {
  background: #ff9900;
  height: 60px;
}
.service_area dl dt {
  width: 50%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  color: #666666;
  float: left;
  border-right: solid 1.5px #ffffff;
  box-sizing: border-box;
}
.service_area dl dd {
  width: 50%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  color: #666666;
  float: left;
  border-left: solid 1.5px #ffffff;
  box-sizing: border-box;
}
.service_area dl dd td span {
  font-size: 16px !important;
  color: #666666;
}
.service_area dl:first-child dt {
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
}
.service_area dl:first-child dd {
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
}

.form_box {
  width: 45%;
  margin: 0 auto;
  padding-bottom: 50px;
}
.form_box .f_input {
  width: 100%;
  padding: 10px 0px;
}
.form_box .f_input .text_input {
  width: 100%;
  padding: 0px 30px;
  border: solid 1px #e5e5e5;
  background: #ffffff;
  box-sizing: border-box;
  height: 52px;
  border-radius: 50px;
}
.form_box .f_input .text_input.area {
  height: 200px;
  padding: 10px 20px;
  line-height: 30px;
  border-radius: 20px;
}
.form_box .f_input .text_btn {
  width: 100%;
  border: solid 1px #ff9800;
  background: #ff9800;
  box-sizing: border-box;
  height: 52px;
  line-height: 52px;
  color: #ffffff;
  border-radius: 50px;
}

.ny_m_feedback {
  margin: 5vh 0;
  background: #f5f5f5;
  overflow: hidden;
}
.ny_m_feedback .customer_img {
  width: 50%;
  float: left;
  position: relative;
}
.ny_m_feedback .customer_img img {
  display: block;
  width: 100%;
}
.list-playIcon {
  content: "";
  position: absolute;
  background: url(../images/bofang.png);
  background-size: auto auto;
  background-size: cover;
  top: 50%;
  left: 50%;
  width: 66px;
  height: 66px;
  margin-top: -20px;
  margin-left: -20px;
  z-index: 9;
}
.ny_m_feedback .customer_aspirations {
  width: 50%;
  float: right;
  padding: 30px 60px;
  box-sizing: border-box;
}
.ny_m_feedback .cont_text {
  color: #999999;
  line-height: 32px;
  font-size: 16px;
  padding-left: 110px;
  padding-top: 20px;
}
.ny_m_feedback .cont_text i {
  font-size: 30px;
  font-family: "arial rounded mt bold";
}

.ny_m_feedback .signature {
  margin-top: 65px;
  text-align: right;
  line-height: 32px;
  font-size: 20px;
  color: #999999;
}
.ny_m_feedback .signature span {
  display: block;
  font-size: 16px;
}

.c_video {
  width: 100%;
  margin-bottom: 30px;
}
.c_video ul li {
  width: 25%;
  float: left;
  padding: 10px 20px 30px;
  box-sizing: border-box;
}
.c_video ul li .v_img {
  width: 100%;
  max-width: 440px;
  overflow: hidden;
  height: 200px;
}
.c_video ul li .v_img img {
  width: 100%;
  display: block;
}
.c_video ul li .img_t {
  display: block;
  width: 100%;
  color: #282828;
  line-height: 60px;
  height: 60px;
  font-size: 16px;
  padding: 0px 10px;
  box-sizing: border-box;
  overflow: hidden;
}
.c_video ul li .img_t:hover {
  display: block;
  width: 100%;
  color: #ffffff;
  line-height: 60px;
  height: 60px;
  background: #ff9900;
  font-size: 16px;
}
.c_video ul li .img_t i {
  font-size: 26px;
  float: left;
  display: block;
  padding-right: 15px;
}

@media only screen and (max-width: 812px) {
  .c_video ul li .v_img {
    height: 108px;
  }
}

.liheigt_box_bg {
  position: absolute;
  height: auto;
  background: #000;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
  z-index: 120;
}
.pop_up_video {
  display: none;
  position: fixed;
  z-index: 121;
  width: 750px;
  height: 422px;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  left: 0px;
  top: 0px;
}
.pop_up_video img {
  max-width: 750px;
}
.pop_closed {
  position: fixed;
  right: 15px;
  top: 15px;
  font-size: 40px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  cursor: pointer;
  z-index: 130;
  color: #ffffff;
  display: none;
}
.pop_up_zs {
  display: none;
  position: fixed;
  z-index: 121;
  width: 396px;
  height: 560px;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  left: 0px;
  top: 0px;
}
.pop_up_zs img {
  width: 396px;
  display: block;
}
.pop_up_zs .modal_content {
  position: absolute;
  top: 45%;
  left: 47%;
}
.pop_up_zs .modal_content .wz {
  font-size: 14px;
  color: #333333;
  line-height: 30px;
}
.pop_up_zs .modal_content .wz span {
  display: block;
  font-size: 14px;
  color: #333333;
  padding-left: 15px;
}

.v_banner {
  width: 100%;
}
.v_banner img {
  width: 100%;
  display: block;
}
.sbg {
  background: #effcff;
}
.seo_experience {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 20px;
  box-sizing: border-box;
}
.nys_h2 {
  color: #3b8ede;
  font-size: 34px;
  padding: 15px 0px;
  text-align: center;
}
.nys_h3 {
  color: #999999;
  font-size: 16px;
  text-align: center;
}
.nys_h2.newt {
  color: #282828;
}

.seo_tabt {
  margin-top: 30px;
  padding-bottom: 80px;
  padding: 0 35px 80px;
}
.seo_tabt ul li {
  width: 25%;
  float: left;
  cursor: pointer;
  text-align: center;
  position: relative;
}
.seo_tabt ul li .r_line {
  width: 100%;
  background: #ffffff;
  height: 2px;
  box-shadow: 0px 0px 4px #79c0ec;
}
.seo_tabt ul li .r_radius {
  position: absolute;
  top: -8px;
  width: 16px;
  height: 16px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0px 0px 4px #3b8ede;
}
.seo_tabt ul li .wz {
  text-align: left;
  box-sizing: border-box;
  position: absolute;
  left: -35px;
  top: 20px;
  font-size: 18px;
  color: #3b8ede;
  line-height: 24px;
}
.seo_tabt ul li.current .r_radius {
  width: 16px;
  height: 16px;
  background: #3b8ede;
  border: solid 3px #c1e1ff;
  box-sizing: border-box;
  border-radius: 16px;
  box-shadow: 0px 0px 4px #79c0ec;
}
.seo_tabt ul li:nth-child(1) .r_radius {
  left: 0%;
}
.seo_tabt ul li:nth-child(2) .r_radius {
  left: 33%;
}
.seo_tabt ul li:nth-child(3) .r_radius {
  left: 66%;
}
.seo_tabt ul li:nth-child(4) .r_radius {
  right: 0%;
}
.seo_tabt ul li:nth-child(2) .wz {
  left: 15%;
}
.seo_tabt ul li:nth-child(3) .wz {
  left: 50%;
}
.seo_tabt ul li:nth-child(4) .wz {
  left: auto;
  right: -32px;
}

.seo_contbg {
  max-width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}
.seo_contbg img {
  width: 100%;
  display: block;
}

.seo_Ll {
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px 0px;
  overflow: hidden;
}
.seo_Ll .fl {
  width: 50%;
}
.seo_Ll .fl img {
  width: 100%;
  display: block;
}
.seo_map {
  max-width: 1140px;
  padding-top: 5vh;
  padding-bottom: 3vh;
  margin: 0 auto;
  display: block;
}
.seo_map img {
  width: 100%;
  display: block;
}
.lg_market {
  max-width: 1400px;
  margin: 0 auto;
  margin-top: 30px;
}
.lg_market ul li {
  width: 33.33%;
  float: left;
  position: relative;
  padding: 15px 20px;
  box-sizing: border-box;
}
.lg_market ul li dl {
  display: flex;
  width: 100%;
  border-radius: 5px;
  box-shadow: 0px 0px 5px #d6d6d6;
  padding: 20px 30px;
  box-sizing: border-box;
}
.lg_market ul li dl dt {
  position: absolute;
  top: 50%;
  margin-top: -23px;
  width: 45px;
  height: 45px;
  display: table-cell;
  vertical-align: middle;
}
.lg_market ul li dl dt img {
  width: 45px;
  height: 45px;
}

.lg_market ul li dl dd {
  flex: 1;
  padding-left: 65px;
}
.lg_market ul li dl dd .lg_n {
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  color: #282828;
}
.lg_market ul li dl dd .lg_fb {
  height: 28px;
  line-height: 28px;
  font-size: 16px;
  color: #999999;
  overflow: hidden;
}
.lg_market ul li dl:last-child {
  min-height: 136px;
}
.lg_market ul li dl a {
  width: 100%;
  text-align: center;
  font-size: 20px;
  color: #282828;
  line-height: 96px;
}

.qbg {
  background: #3b8edf;
}
.qbg .nys_h2 {
  color: #ffffff;
}
.marketing_channel {
  max-width: 1400px;
  margin: 0 auto;
  padding: 30px 0px;
  overflow: hidden;
  position: relative;
}
.marketing_channel .l_btn {
  position: absolute;
  left: -10px;
  top: 50%;
  margin-top: -30px;
  font-size: 50px;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  color: #ffffff;
  z-index: 9;
}
.marketing_channel .r_btn {
  position: absolute;
  right: -10px;
  top: 50%;
  margin-top: -30px;
  font-size: 50px;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  color: #ffffff;
  z-index: 9;
}
.marketing_channel .bg_list {
  position: relative;
  overflow: hidden;
}
.marketing_channel .show_text {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  left: 0px;
  top: 50%;
  margin-top: -70px;
  z-index: 10;
}
.marketing_channel .show_text .icon {
  width: 90px;
  height: 84px;
  margin: 0 auto;
}
.marketing_channel .show_text .title_h1 {
  font-size: 18px;
  color: #ffffff;
  padding-top: 20px;
}
.marketing_channel .hide_text {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 100%;
  padding: 20px;
  overflow: hidden;
  box-sizing: border-box;
  z-index: 10;
}
.marketing_channel .hide_text .title_h1 {
  font-size: 24px;
  color: #ffffff;
  text-align: center;
  padding: 30px 0px;
}
.marketing_channel .hide_text .text_p {
  font-size: 16px;
  color: #ffffff;
  line-height: 32px;
}
.marketing_channel .hide_text .more {
  display: block;
  margin-top: 20px;
  text-align: right;
  font-size: 18px;
  color: #ffffff;
  line-height: 32px;
}

.news_con {
  width: 100%;
  display: flex;
  margin-top: 50px;
  padding-bottom: 60px;
}
.news_con .main_con {
  flex: 1;
  padding-right: 60px;
}
.main_con .n_content {
  border-top: dashed 1px #d1d1d1;
}
.n_content ul li {
  border-bottom: dashed 1px #d1d1d1;
  padding: 30px 0px;
  display: flex;
}
.n_content ul li .n_pic {
  width: 250px;
  height: 128px;
  flex: none;
}
.n_content ul li .n_pic img {
  width: 100%;
  height: 100%;
  display: block;
}
.n_content ul li .n_detail {
  flex: 1;
  padding-left: 30px;
}
.n_content ul li .n_detail .n_t {
  color: #666666;
  font-size: 18px;
  height: 36px;
  line-height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.n_content ul li .n_detail .n_text {
  margin-top: 10px;
  color: #999999;
  font-size: 14px;
  height: 46px;
  line-height: 24px;
  overflow: hidden;
}
.n_content ul li .n_detail .n_date {
  color: #999999;
  font-size: 14px;
  height: 24px;
  line-height: 24px;
  margin-top: 10px;
}
.n_more {
  width: 150px;
  height: 46px;
  line-height: 46px;
  display: block;
  margin: 0 auto;
  margin-top: 40px;
  background: #ff9900;
  border-radius: 40px;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
}
.n_more:hover {
  width: 150px;
  height: 46px;
  line-height: 46px;
  display: block;
  margin: 0 auto;
  margin-top: 40px;
  background: #ff9900;
  border-radius: 40px;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
}

.news_con .n_left {
  width: 400px;
  flex: none;
}
.news_con .n_left .n_bj {
  margin-bottom: 30px;
  background: #f7f7f7;
  padding: 15px 25px;
}
.news_con .n_left .npub_t {
  color: #282828;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  width: 100%;
}
.news_con .n_rec {
  width: 100%;
}
.news_con .n_rec ul li {
  width: 100%;
  padding: 10px 0px;
  border-bottom: dashed 1px #d1d1d1;
  margin-bottom: 10px;
}
.news_con .n_rec ul li .title_n {
  width: 100%;
  color: #666666;
  font-size: 16px;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
}
.news_con .n_rec ul li .title_n a {
  color: #666666;
  font-size: 16px;
  height: 24px;
  line-height: 24px;
}
.news_con .n_rec ul li .date_n {
  width: 100%;
  color: #999999;
  font-size: 14px;
  height: 24px;
  line-height: 24px;
  margin-top: 5px;
}
.news_con .n_rec ul li.bn {
  border-bottom: none;
  padding: 5px 0px;
  margin-bottom: 0px;
}
.news_con .n_rec ul li.bn .title_n a i {
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background: #666666;
  margin-top: 10px;
  margin-right: 5px;
  float: left;
}
.news_dt {
  font-size: 24px;
  color: #666666;
  font-weight: bold;
  text-align: center;
  padding: 40px 10px;
  line-height: 30px;
}
.news_dy {
  padding: 15px;
  color: #999999;
  font-size: 16px;
  line-height: 30px;
}
.news_dy img {
  width: 100%;
  height: 100%;
  display: block;
  max-width: 1004px;
  margin: 0 auto;
  padding: 10px 0px;
  object-fit: contain;
}
.n_page {
  margin-top: 30px;
  padding-top: 30px;
  border-top: dashed 1px #d1d1d1;
}
.n_page .prev {
  margin: 5px 0px;
  color: #282828;
  font-size: 16px;
  line-height: 30px;
  display: block;
}
.no_find {
  padding: 30px;
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}
.no_find img {
  display: block;
  max-width: 700px;
  width: 100%;
}
.no_find p {
  padding: 20px;
  font-size: 18px;
  color: #999999;
}
.no_find p a {
  padding-left: 10px;
  font-size: 18px;
  color: #ff9900;
}
.return_btn {
  width: 200px;
  height: 46px;
  line-height: 46px;
  display: block;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
  background: #ff9900;
  border-radius: 40px;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
}
.return_btn:hover {
  width: 200px;
  height: 46px;
  line-height: 46px;
  display: block;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
  background: #ff9900;
  border-radius: 40px;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
}
.our_service {
  padding: 40px 0px;
}
.our_service dl {
  width: 25%;
  text-align: center;
  float: left;
}
.our_service dl dt img {
  width: 100%;
  max-width: 110px;
}
.our_service dl dd {
  font-size: 14px;
  color: #999999;
  line-height: 22px;
  padding: 0px 70px;
}
.our_service dl dd span {
  display: block;
  font-size: 16px;
  color: #282828;
  padding-bottom: 10px;
}
.our_service dl.sdl {
  padding: 20px 0px;
}
.our_service dl dd.sns {
  color: #c9afe9;
}
.our_service dl dd.sns span {
  color: #ffffff;
}

.our_service.yx dl {
  width: 33.33%;
  text-align: center;
  float: left;
  margin-bottom: 20px;
}
.our_service.yx dl dt img {
  width: 100%;
  max-width: 138px;
}
.our_service.yx dl dd {
  padding: 0px 40px;
}

.our_service.qf dl {
  width: 33.33%;
  text-align: center;
  float: left;
  margin-bottom: 20px;
}
.our_service.qf dl dt img {
  width: 100%;
  max-width: 110px;
}
.our_service.qf dl dd {
  padding: 0px 40px;
}

.y_bg {
  background: #fff9f3;
  padding: 40px 10px;
}
.email_marketing {
  padding: 20px 120px;
}
.email_marketing dl {
  width: 100%;
}
.email_marketing dl dt {
  width: 50%;
  float: left;
}
.email_marketing dl dt span {
  display: block;
  width: 100%;
  font-size: 34px;
  color: #6293ee;
}
.email_marketing dl dt .e_js {
  margin-top: 15px;
  line-height: 30px;
  color: #6a4024;
  font-size: 16px;
}
.email_marketing dl dt .e_jh {
  margin-top: 15px;
  line-height: 30px;
  color: #0d4bc0;
  font-size: 16px;
}

.email_marketing dl dd {
  width: 50%;
  text-align: center;
  float: left;
}
.email_marketing dl dd img {
  width: 100%;
  max-width: 350px;
}
.gl_ad_plan {
  max-width: 700px;
  margin: 0 auto;
}
.gl_ad_plan img {
  width: 100%;
  height: 100%;
  padding: 20px 0px;
}
.gl_bg {
  background: #f5f6f7;
  padding: 40px 10px;
}
.glad_plan2 {
  padding: 20px 30px;
  text-align: center;
}
.glad_plan2 ul li {
  width: 50%;
  float: left;
  padding: 10px 35px;
  box-sizing: border-box;
}
.glad_plan2 ul li .img_g {
  max-width: 570px;
  max-height: 335px;
  margin: 0 auto;
}
.glad_plan2 ul li .img_g img {
  width: 100%;
  float: left;
  display: block;
}
.glad_plan2 ul li .img_p {
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  color: #999999;
}
.glad_advantage {
  padding: 20px 0px;
}
.glad_advantage dl {
  width: 33.33%;
  float: left;
  padding: 10px 70px;
  box-sizing: border-box;
}
.glad_advantage dl dt {
  width: 100%;
  border-radius: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 20px;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  background: -moz-linear-gradient(left, #3e6ee0, #6c98fe); /*Mozilla*/
  background: -webkit-gradient(linear, 0 50%, 100% 50%, from(#3e6ee0), to(#6c98fe)); /*Old gradient for webkit*/
  background: -webkit-linear-gradient(left, #3e6ee0, #6c98fe); /*new gradient for Webkit*/
  background: -o-linear-gradient(left, #3e6ee0, #6c98fe); /*Opera11*/
}
.glad_advantage dl dd {
  width: 100%;
  box-shadow: 0px 5px 5px #f1f4fe;
  margin-top: -30px;
  text-align: center;
  padding: 50px 50px 30px 50px;
  box-sizing: border-box;
  line-height: 30px;
  font-size: 16px;
  color: #282828;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.glad_type {
  width: 100%;
  margin-top: 30px;
}
.glad_type ul li {
  width: 25%;
  padding: 10px 40px;
  float: left;
  box-sizing: border-box;
}
.glad_type ul li img {
  width: 100%;
  display: block;
}

.glad_bg {
  width: 100%;
  overflow: hidden;
  text-align: center;
  box-sizing: border-box;
}
.glad_bg img {
  width: 100%;
  display: block;
}

.glad_ys {
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.glad_ys img {
  width: 100%;
  display: block;
}

.glad_ysbg {
  width: 100%;
  border: solid 2px #eeeeee;
  margin-top: 30px;
  margin-bottom: 30px;
  border-radius: 20px;
  padding: 30px 20px;
  box-sizing: border-box;
}

.glad_ysbg .p_h {
  padding: 5px 0px;
  line-height: 30px;
  font-size: 16px;
  color: #666666;
}
.glad_ysbg .p_h i {
  text-align: center;
  width: 24px;
  height: 24px;
  line-height: 24px;
  margin-top: 3px;
  float: left;
  font-size: 16px;
  color: #ffffff;
  border-radius: 24px;
  background: #4e8bf5;
  margin-right: 10px;
}
.ys_li {
  padding: 20px 30px;
}
.ys_li ul li {
  float: left;
  width: 20%;
}
.ys_li ul li img {
  max-width: 280px;
  text-align: center;
  display: block;
  width: 100%;
}

.gl_title {
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #999999;
  font-size: 20px;
  padding: 0px 10px;
  box-sizing: border-box;
}
.glad_box {
  padding: 20px 30px;
  text-align: center;
}
.glad_box ul li {
  width: 25%;
  float: left;
  padding: 10px 40px;
  box-sizing: border-box;
}
.glad_box ul li .img_g {
  max-width: 300px;
  max-height: 300px;
  margin: 0 auto;
}
.glad_box ul li .img_g img {
  width: 100%;
  display: block;
}
.glad_box ul li .img_p {
  width: 100%;
  text-align: center;
  line-height: 24px;
  font-size: 16px;
  color: #999999;
  padding: 10px;
  box-sizing: border-box;
}
.glad_box ul li .img_p span {
  padding-bottom: 5px;
  font-weight: bold;
  line-height: 50px;
  font-size: 18px;
  color: #282828;
  display: block;
}

.fl_bg {
  background: #3d1c93;
  padding: 40px 10px;
}
.glad_pic {
  max-width: 1400px;
  margin: 0 auto;
  padding: 30px 0px;
}
.glad_pic img {
  width: 100%;
  display: block;
}

.sns_mod1 {
  text-align: center;
  padding: 40px 20px;
}
.sns_mod1 .s_icon {
  max-width: 285px;
  margin: 0 auto;
  width: 100%;
}
.sns_mod1 .s_icon img {
  width: 100%;
}

.sns_mod1 span {
  display: block;
  font-size: 14px;
  color: #999999;
  padding: 10px 10px 30px 10px;
}
.sns_mod1 .p_h {
  font-size: 18px;
  color: #282828;
  line-height: 30px;
  padding: 10px;
}
.sns_bg {
  background: #8560ef;
  padding: 40px 10px;
}
.nys_h2.snst {
  color: #ffffff;
}
.nys_h3.snst {
  color: #ffffff;
}

.sns_package {
  max-width: 940px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 10px;
}
.sns_package dl {
  width: 100%;
  height: 50px;
}
.sns_package dl:nth-child(odd) {
  width: 100%;
  background: #fafafa;
}
.sns_package dl:nth-child(even) {
  width: 100%;
  background: #efefef;
}
.sns_package dl:first-child {
  background: #8560ef;
  height: 60px;
}
.sns_package dl dt {
  width: 40%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  color: #666666;
  float: left;
  border-right: solid 1.5px #ffffff;
  box-sizing: border-box;
}
.sns_package dl dd {
  width: 60%;
  float: left;
}
.sns_package dl dd .dd_li {
  width: 50%;
  float: left;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  color: #666666;
  float: left;
  border-left: solid 1.5px #ffffff;
  box-sizing: border-box;
}
.sns_package dl:first-child dt {
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
}
.sns_package dl:first-child dd .dd_li {
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
}

.hg_bg {
  background: url(../images/hbj.jpg) no-repeat center top;
  padding: 60px 0px;
}
.customs_data {
  max-width: 1400px;
  margin: 0 auto;
  margin-top: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 50px;
  box-sizing: border-box;
}
.customs_data .p_wz {
  padding: 20px;
  line-height: 30px;
  font-size: 16px;
  color: #282828;
}
.customs_data .video_customs {
  width: 100%;
}
.customs_data .video_customs ul li {
  width: 50%;
  padding: 10px 30px;
  float: left;
  box-sizing: border-box;
}
.customs_data .video_customs ul li .customer_img {
  width: 100%;
  position: relative;
}
.customs_data .video_customs ul li .customer_img img {
  width: 100%;
  display: block;
}
.nyad_cont {
  padding: 20px 50px;
}
.nyad_cont ul li {
  width: 50%;
  float: left;
  padding: 10px 50px;
  box-sizing: border-box;
}
.nyad_cont ul li .title_ad {
  width: 100%;
  color: #868bfc;
  font-family: arial;
  font-size: 40px;
  line-height: 70px;
  font-weight: bold;
}
.ad_lcpic {
  max-width: 1092px;
  margin: 0 auto;
  padding: 40px 0px;
}
.ad_lcpic img {
  width: 100%;
  display: block;
}

@media only screen and (max-width: 1400px) {
  .c_search {
    padding: 20px 150px;
  }
  .c_search .s_input {
    width: 50%;
    float: left;
  }
  .form_box {
    width: 50%;
  }

  .ny_m_feedback .cont_text {
    padding-left: 80px;
    padding-top: 10px;
  }
  .ny_m_feedback .signature {
    margin-top: 10px;
    font-size: 18px;
  }
}

@media only screen and (max-width: 1280px) {
  .c_honor ul li {
    padding: 30px;
  }
  .c_honor ul li .h_img {
    padding: 20px;
  }
  .c_honor ul li .img_t {
    font-size: 14px;
  }

  .c_search {
    padding: 20px 100px;
  }
  .c_search .s_input {
    width: 50%;
    float: left;
    padding: 0px 30px;
  }
  .c_contact ul li {
    width: 50%;
    padding-right: 30px;
  }
  .c_contact ul li:last-child {
    width: 50%;
  }
  .c_contact ul li:first-child {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 30px;
    margin-top: 10px;
  }
  .form_box {
    width: 60%;
    padding-bottom: 50px;
  }
  .ny_m_feedback .cont_text {
    line-height: 26px;
    font-size: 14px;
    padding-left: 30px;
    padding-top: 0px;
  }
  .ny_m_feedback .cont_text i {
    font-size: 24px;
  }
  .ny_m_feedback .signature {
    line-height: 32px;
    font-size: 16px;
    color: #999999;
  }
  .ny_m_feedback .signature span {
    display: block;
    font-size: 14px;
  }
  .ny_m_feedback .customer_aspirations {
    padding: 30px;
  }
  .lg_market ul li {
    width: 50%;
  }
  .lg_market ul li:last-child {
    width: 100%;
  }
  .our_service dl dd {
    padding: 0px 30px;
  }
  .email_marketing {
    padding: 20px 40px;
  }
  .glad_advantage dl {
    padding: 10px 40px;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 1040px) {
  .m_header {
    display: block;
  }
  .mob {
    display: block;
  }
  .pc {
    display: none;
  }
  .pc_header {
    display: none;
  }
  .m_dw {
    position: relative;
  }
  .top {
    width: 100%;
    height: 5.6rem;
    display: block;
    position: static;
    overflow: hidden;
  }
  .navbar-item-l {
    float: left;
    height: 5.6rem;
    line-height: 5.6rem;
    padding-left: 20px;
    display: block;
  }
  .navbar-item-r {
    float: right;
    height: 5.6rem;
    line-height: 5.6rem;
    text-align: right;
    width: 50%;
  }
  .navbar-item-l .navbar-center {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: inherit;
    box-sizing: border-box;
  }
  .navbar-item-l .navbar-center img {
    max-height: 60%;
    display: block;
  }
  .nav_div {
    position: relative;
    margin-right: 25px;
  }
  .nav_div .more_icon {
    position: absolute;
    right: -6px;
    top: 0px;
  }
  .iconfont.more_icon {
    font-size: 2rem;
    color: #282828;
    font-weight: 700;
  }
  .popups_bg {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(34, 34, 34, 0.5);
    display: none;
    z-index: 49;
    transition: all 0.5s ease;
  }
  .popups_up {
    position: fixed;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    height: auto;
    left: 0px;
    top: 50%;
    margin-top: -160px;
    z-index: 50;
    display: none;
  }
  .Nav_popup {
    position: fixed;
    width: 300px;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #0b2333;
    white-space: nowrap;
    overflow-y: auto;
    display: none;
    z-index: 51;
  }
  .Nav_popup .shortcut_menu {
    padding: 10px 5px;
  }
  .Nav_popup .shortcut_menu ul li {
    width: 100%;
    line-height: 50px;
    border-bottom: solid 1px #2f4451;
    padding: 0px 10px;
    box-sizing: border-box;
    float: left;
    text-align: left;
    margin-bottom: 10px;
  }
  .Nav_popup .shortcut_menu ul li a {
    display: block;
    height: 50px;
    line-height: 50px;
    color: #ffffff;
  }
  .top.home {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 999;
  }
  .top.home .iconfont.more_icon {
    color: #ffffff;
  }

  .footer_cont .f_contact img {
    max-width: 330px;
    padding-top: 50px;
  }
  .footer_cont .f_ewm {
    width: 50%;
    padding-left: 30px;
  }

  .path {
    padding: 12px;
    border-top: solid 1px #e5e5e5;
  }
  .nya_h2 {
    font-size: 30px;
    padding: 20px 0px;
    text-align: center;
  }
  .about_text {
    padding: 15px;
    color: #282828;
    line-height: 26px;
    font-size: 14px;
    text-indent: 2em;
  }
  .c_history {
    padding: 20px 0;
  }
  .c_history dl {
    padding: 20px 0;
    overflow: hidden;
  }
  .c_history dl dt {
    width: 100%;
    margin-top: 0px;
    float: none;
    text-align: left;
    font-size: 30px;
    text-indent: 20px;
    padding-bottom: 20px;
  }
  .c_history dl dd {
    float: none;
    border-left: none;
    padding-left: 20px;
  }
  .c_history dl dd .c_event {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 20px;
  }
  .c_honor ul li .img_t {
    line-height: 22px;
    height: 40px;
    font-size: 14px;
    overflow: hidden;
  }
  .c_search {
    padding: 20px;
  }
  .c_search .s_input {
    width: 40%;
  }

  .form_box {
    width: 90%;
    padding-bottom: 30px;
  }
  .ny_m_feedback {
    margin-top: 10px;
  }
  .ny_m_feedback .customer_img {
    width: 100%;
    float: none;
    padding: 0px;
    box-sizing: border-box;
  }
  .ny_m_feedback .customer_aspirations {
    width: 100%;
    float: none;
    padding: 10px;
    box-sizing: border-box;
  }
  .ny_m_feedback .cont_text {
    line-height: 28px;
    font-size: 16px;
    padding-left: 10px;
    padding-top: 10px;
  }

  .c_video ul li {
    width: 50%;
    float: left;
    padding: 10px 15px 20px;
    box-sizing: border-box;
  }
  .c_video ul li .img_t {
    line-height: 50px;
    height: 50px;
    font-size: 14px;
  }
  .c_video ul li .img_t:hover {
    line-height: 50px;
    height: 50px;
    font-size: 14px;
  }
  .c_video ul li .img_t i {
    font-size: 22px;
    padding-right: 10px;
  }
  .nys_h2 {
    font-size: 22px;
    padding: 10px 0px;
  }
  .nys_h3 {
    font-size: 14px;
  }
  .seo_tabt ul li .wz {
    font-size: 14px;
    line-height: 20px;
  }
  .seo_tabt ul li:nth-child(2) .wz {
    left: 19%;
  }
  .seo_tabt ul li:nth-child(3) .wz {
    left: 55%;
  }
  .seo_tabt ul li:nth-child(4) .wz {
    left: 44%;
  }
  .seo_map {
    padding-top: 3vh;
    padding-bottom: 2vh;
  }
  .sbg.pd_5 {
    padding: 3vh 0px;
  }

  .lg_market {
    margin-top: 20px;
  }
  .lg_market ul li {
    padding: 15px;
  }
  .lg_market ul li dl {
    padding: 15px 20px;
  }
  .lg_market ul li dl dd {
    padding-left: 65px;
  }
  .lg_market ul li dl dd .lg_n {
    font-size: 16px;
    overflow: hidden;
  }
  .lg_market ul li dl dd .lg_fb {
    font-size: 14px;
  }
  .lg_market ul li dl a {
    font-size: 16px;
  }
  .our_service dl.sdl {
    padding: 10px 0px;
  }
  .our_service dl dd {
    padding: 0px 15px;
  }
  .marketing_channel .show_text .icon {
    width: 80px;
    height: 75px;
    margin: 0 auto;
  }
  .marketing_channel .show_text .icon img {
    width: 100%;
  }
  .marketing_channel .show_text .title_h1 {
    font-size: 16px;
  }
  .marketing_channel .hide_text .title_h1 {
    font-size: 20px;
  }
  .marketing_channel .hide_text .text_p {
    font-size: 14px;
    line-height: 28px;
  }
  .pop_up_zs .modal_content {
    top: 47%;
    left: 43%;
  }
  .pop_up_zs .modal_content .wz {
    line-height: 24px;
  }
  .news_con .n_left {
    display: none;
  }
  .news_con .main_con {
    flex: 1;
    padding: 0px 20px;
  }
  .gl_ad_plan img {
    width: 100%;
    height: 100%;
    padding: 10px 20px;
    box-sizing: border-box;
  }

  .glad_advantage dl {
    padding: 10px 20px;
  }
  .glad_advantage dl dt {
    font-size: 18px;
  }
  .glad_type ul li {
    width: 25%;
    padding: 10px 20px;
  }
  .glad_advantage dl dd {
    padding: 40px 30px 20px 30px;
    line-height: 30px;
    font-size: 14px;
  }
  .glad_ysbg .p_h {
    font-size: 14px;
  }
  .glad_bg.lb {
    padding: 20px 0px;
  }
  .glad_bg.lb img {
    max-width: 820px;
    margin: 0 auto;
  }
  .glad_bg.lc img {
    max-width: 760px;
    margin: 0 auto;
  }
  .ys_li {
    padding: 10px;
  }
  .ys_li ul li {
    float: left;
    width: 50%;
  }

  .glad_box {
    padding: 10px 20px;
  }

  .glad_box ul li {
    width: 50%;
    float: left;
    padding: 10px;
    box-sizing: border-box;
  }
  .glad_box ul li .img_p {
    font-size: 14px;
  }
  .glad_box ul li .img_p span {
    font-size: 16px;
  }

  .sns_mod1 {
    padding: 20px;
  }
  .sns_mod1 .s_icon {
    max-width: 200px;
  }
  .sns_mod1 span {
    padding: 10px 10px 20px 10px;
  }
  .sns_mod1 .p_h {
    font-size: 16px;
    color: #282828;
    line-height: 30px;
    padding: 5px;
  }

  .sns_package dl dt {
    width: 50%;
    font-size: 14px;
  }
  .sns_package dl dd {
    width: 50%;
  }
  .sns_package dl dd .dd_li {
    font-size: 14px;
  }
  .sns_package dl:first-child dt {
    font-size: 18px;
    font-weight: normal;
  }
  .sns_package dl:first-child dd .dd_li {
    font-size: 18px;
    font-weight: normal;
  }
  .hg_bg {
    padding: 20px 0px;
  }
  .customs_data {
    padding: 20px;
  }

  .our_service.yx dl {
    width: 50%;
  }
  .our_service.yx dl dt img {
    width: 100%;
    max-width: 138px;
  }
  .our_service.yx dl dd {
    padding: 0px 23px;
  }

  .nyad_cont {
    padding: 20px;
  }
  .nyad_cont ul li {
    width: 50%;
    float: left;
    padding: 10px 30px;
    box-sizing: border-box;
  }
  .nyad_cont ul li .title_ad {
    font-size: 30px;
    line-height: 50px;
  }

  .our_service.qf dl {
    width: 33.33%;
    text-align: center;
    float: left;
    margin-bottom: 20px;
  }
  .our_service.qf dl dt img {
    width: 100%;
    max-width: 90px;
  }
  .our_service.qf dl dd {
    padding: 0px 5px;
  }
  .gl_bg {
    padding: 20px 10px;
  }
}

@media only screen and (max-width: 767px) {
  .glad_pic img {
    width: 100%;
    position: relative;
    /* left: -50%; */
  }
  .service_area dl dd td span {
    font-size: 14px !important;
    color: #666666;
  }

  .seo_tabt ul li .wz {
    left: -25px;
  }

  .lg_market ul li dl dd .lg_fb {
    height: auto;
  }
  .service_area dl {
    display: flex;
    align-items: center;
  }

  .service_area dl dd {
    height: auto;
    line-height: 26px;
  }

  .service_area dl dd span:nth-child(1) {
    display: none;
  }
  .service_area dl dd span:nth-child(2) {
    display: block;
  }

  .pd_5 {
    padding: 3vh 0px;
  }
  .footer_cont .f_contact {
    width: 100%;
    float: none;
    padding-left: 0px;
  }
  .footer_cont .f_contact img {
    margin: 0 auto;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 40px;
  }
  .footer_cont .f_ewm {
    width: 100%;
    padding-left: 0px;
  }
  .nya_h2 {
    font-size: 24px;
    padding: 10px 0px;
  }
  .c_honor ul li {
    width: 50%;
    float: left;
    padding: 20px;
  }
  .c_honor ul li .h_img {
    padding: 20px;
  }
  .c_honor ul li .img_t {
    line-height: 18px;
    height: 36px;
    font-size: 12px;
  }

  .c_search {
    display: none;
  }
  .c_contact ul li {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 30px;
  }
  .c_contact ul li:last-child {
    width: 100%;
    margin-bottom: 0px;
  }
  .c_contact ul li:first-child {
    width: 100%;
  }
  .service_area {
    margin-top: 10px;
    margin-bottom: 40px;
  }
  .c_video ul li {
    width: 50%;
    float: left;
    padding: 10px;
    box-sizing: border-box;
  }
  .c_video ul li .img_t {
    line-height: 26px;
    height: 52px;
  }
  .c_video ul li .img_t:hover {
    line-height: 40px;
    height: 40px;
  }
  .c_video ul li .img_t i {
    font-size: 20px;
  }
  /* .seo_tabt ul li .wz{left:5px;} */
  .seo_tabt ul li:nth-child(2) .wz {
    left: -11%;
  }
  .seo_tabt ul li:nth-child(3) .wz {
    right: -14px;
    left: auto;
  }
  .seo_tabt ul li:nth-child(4) .wz {
    left: 46%;
  }
  .seo_Ll {
    padding: 5px 0;
  }
  .seo_Ll .fl {
    width: 100%;
    padding: 5px 0;
  }
  .lg_market ul li {
    width: 100%;
    padding: 10px 0px;
  }
  .service_area dl dd {
    font-size: 14px;
  }
  .pop_up_zs .modal_content {
    top: 45%;
    left: 43%;
  }
  .pop_up_zs .modal_content .wz {
    line-height: 24px;
  }

  .n_content ul li .n_pic {
    display: none;
  }
  .our_service dl dt img {
    max-width: 80px;
  }
  .our_service {
    padding: 20px 0px;
  }
  .our_service dl {
    width: 50%;
    padding: 10px;
    box-sizing: border-box;
  }
  .our_service dl dd {
    padding: 0px 10px;
    box-sizing: border-box;
  }
  .y_bg {
    padding: 20px 0px;
  }
  .email_marketing {
    padding: 0px;
  }
  .email_marketing dl {
    border-bottom: solid 1px #ffe3c7;
    padding: 20px;
    box-sizing: border-box;
  }
  .email_marketing dl dt {
    width: 100%;
    float: none;
  }
  .email_marketing dl dd {
    width: 100%;
    float: none;
  }
  .email_marketing dl dt span {
    font-size: 26px;
  }
  .glad_plan2 {
    padding: 10px 20px;
    box-sizing: border-box;
  }

  .glad_plan2 ul li {
    width: 100%;
    float: none;
    padding: 10px 0px;
    box-sizing: border-box;
  }

  .glad_advantage dl {
    width: 100%;
    float: none;
    padding: 10px 20px;
  }
  .glad_advantage dl dt {
    font-size: 18px;
  }

  .glad_advantage dl dd {
    padding: 40px 100px 20px 100px;
  }
  .glad_type ul li {
    width: 50%;
    padding: 15px;
  }
  .customs_data .video_customs ul li {
    width: 100%;
    padding: 10px;
    float: none;
  }
  .customs_data .p_wz {
    padding: 10px;
    line-height: 24px;
    font-size: 14px;
  }

  .our_service.yx dl {
    width: 100%;
  }
  .our_service.yx dl dd {
    padding: 0px 20px;
  }

  .nyad_cont {
    padding: 10px;
  }
  .nyad_cont ul li {
    width: 100%;
    float: left;
    padding: 10px;
    box-sizing: border-box;
  }
}

@media only screen and (max-width: 420px) {
  .pop_closed {
    right: 10px;
    top: 10px;
    font-size: 30px;
  }
  .glad_advantage dl dd {
    padding: 40px 50px 20px 50px;
  }
}

/* CSS Document */
/*基础标签重置*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
tfoot,
s {
  margin: 0;
  padding: 0;
  border: 0;
/*  font-size: 14px;*/
  vertical-align: baseline;
  font-style: normal;
  text-decoration: none;
  word-wrap: break-word;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
html,
body {
  margin: 0;
  padding: 0;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
} /* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
} /* End hide from IE-mac */

html {
  font-size: 62.5%; /*10 ÷ 16 × 100% = 62.5%*/
}
body {
  font-family: "Microsoft YaHei，Arial, Helvetica, sans-serif";
  font-size: 1.4rem;
  color: #666666;
}
a {
/*  font-size: 1.4rem;*/
  color: #666666;
  font-family: arial;
}
a:hover {
/*  font-size: 1.4rem;*/
  color: #666666;
  font-family: "arial";
}
.red {
  color: #ff0000;
}
.orange {
  color: #f8b72c;
  font-size: 16px;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.radius {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

@font-face {
  font-family: "art";
  src: url("../ttf/BORDO-L.TTF");
}

/*总体样式*/
input[type="button"],
input[type="submit"],
input[type="reset"] {
  appearance: none;
  -webkit-appearance: none;
}
textarea {
  -webkit-appearance: none;
  appearance: none;
  color: #999;
  font-family: Helvetica;
  font-size: 1.6rem;
}
input {
  border-radius: 0px;
  color: #999;
  font-family: Helvetica;
  font-size: 1.6rem;
}

input {
  border: 0;
  outline: 0;
}
input::-webkit-input-placeholder {
  /* WebKit browsers*/
  color: rgba(117, 115, 115, 0.8);
  font-family: Helvetica;
  font-size: 1.6rem;
}
input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18*/
  color: rgba(117, 115, 115, 0);
  font-family: Helvetica;
  font-size: 1.6rem;
}
input::-moz-placeholder {
  /* Mozilla Firefox 19+*/
  color: rgba(117, 115, 115, 0.8);
  font-family: Helvetica;
  font-size: 1.6rem;
}
input:-ms-input-placeholder {
  /* Internet Explorer 10+*/
  color: #999;
  font-family: Helvetica;
  font-size: 1.6rem;
}

.w_radius {
  background: #ffffff;
  border-radius: 5px;
}
.mt_top {
  margin-top: 3vh;
}
.mt_b {
  margin: 2vh 0vh;
}
.pd_20 {
  padding: 20px;
}
.pd_5 {
  padding: 5vh 0px;
}
.pd_b30 {
  padding-bottom: 3vh;
}
.ma_b30 {
  margin-bottom: 3vh;
}
.m {
  max-width: 1500px;
  min-width: 320px;
  margin: 0 auto; /*overflow: hidden;*/
}
.mob {
  display: none;
}
.m_header {
  display: none;
}
.m_mobile {
  display: none;
}

.home_banner {
  position: relative;
}
.home_banner .img_bg {
  display: block;
}
.home_banner .img_bg img {
  display: block;
  width: 100%;
}

.header {
  width: 100%;
  height: 132px;
  border-bottom: solid 1px #f4f4f4;
}
.header .logo {
  height: inherit;
  padding: 40px 0px;
  box-sizing: border-box;
  position: absolute;
  top: 0px;
}
.header .logo img {
  float: left;
  display: block;
  height: 100%;
  /* vertical-align: middle; */
  padding-right: 20px;
}
.header .menu {
  position: absolute;
  right: 60px;
  top: 40px;
}
.header .menu ul li {
  height: 52px;
  padding: 0px 25px;
  float: left;
  position: relative;
}
.header .menu ul li a {
  display: inline-block;
  height: 52px;
  line-height: 52px;
  color: #282828;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.header .menu ul li a:hover {
  display: inline-block;
  height: 52px;
  line-height: 52px;
  color: #282828;
  background: url(../images/line.png) no-repeat center bottom;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.header.home {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 99;
  border-bottom: none;
}
.header.home .menu ul li a {
  display: inline-block;
  height: 52px;
  line-height: 52px;
  color: #ffffff;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.header.home .menu ul li a:hover {
  display: inline-block;
  height: 52px;
  line-height: 52px;
  color: rgb(255, 255, 255);
  background: url(../images/line.png) no-repeat center bottom;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.TwoNav {
  display: none;
  width: 750px;
  border-radius: 10px;
  position: absolute;
  right: -260px;
  top: 45px;
  z-index: 99;
  background: #fff;
  padding: 10px;
}
.TwoNav.ab1 {
  left: -72px;
}

.header .menu ul li .TwoNav dl {
  width: 33%;
  float: left;
  box-sizing: border-box;
  margin: 0px;
  padding: 0px 15px;
}
.header .menu ul li .TwoNav dl dt {
  height: 40px;
  line-height: 40px;
  color: #282828;
  font-size: 16px;
  font-weight: bold;
  display: block;
  padding-right: 10px;
}
.header .menu ul li .TwoNav dl dt a {
  height: 40px;
  line-height: 40px;
  color: #282828;
  font-size: 16px;
  font-weight: bold;
}
.header .menu ul li .TwoNav dl dt a:hover {
  height: 40px;
  line-height: 40px;
  color: #282828;
  font-size: 16px;
  font-weight: bold;
}

.header .menu ul li .TwoNav dl dd {
  padding: 10px 0px;
}
.header .menu ul li .TwoNav dl dd a {
  text-align: left;
  display: block;
  color: #999999;
  font-size: 16px;
  height: 30px;
  line-height: 30px;
}
.header .menu ul li .TwoNav dl dd a:hover {
  text-align: left;
  display: block;
  color: #282828;
  font-size: 16px;
  height: 30px;
  line-height: 30px;
}

/*底部样式*/
/*.ft_bg{background: #0b2333;padding:50px 0;padding-top:200px;}*/
.footer_cont {
  padding-bottom: 20px;
}
x .footer_cont .f_contact {
  width: 41%;
  float: left;
  padding-left: 50px;
  box-sizing: border-box;
}
.footer_cont .f_contact img {
  display: block;
  width: 100%;
  max-width: 330px;
}
.footer_cont .f_contact .p_c {
  line-height: 30px;
  font-size: 14px;
  color: #999999;
  margin-top: 20px;
}
.footer_cont .f_cen {
  width: 26%;
  float: left;
  box-sizing: border-box;
  border-left: solid 1px #324552;
  border-right: solid 1px #324552;
}
.footer_cont .f_cen dl {
  width: 50%;
  float: left;
  padding: 0px 10px;
  text-align: center;
  box-sizing: border-box;
}
.footer_cont .f_cen dl dt {
  width: 100%;
  font-size: 18px;
  color: #ffffff;
  line-height: 60px;
}
.footer_cont .f_cen dl dd {
  padding: 10px 0;
}
.footer_cont .f_cen dl dd a {
  display: block;
  line-height: 30px;
  color: #999999;
  font-size: 14px;
}
.footer_cont .f_ewm {
  width: 33%;
  float: right;
  padding-left: 50px;
  box-sizing: border-box;
}
.footer_cont .f_ewm .e_li {
  width: 50%;
  float: left;
  padding: 0px 20px;
  box-sizing: border-box;
}
.footer_cont .f_ewm .e_li .e_img {
  width: 100%;
  max-width: 135px;
  margin: 0 auto;
  display: block;
}
.footer_cont .f_ewm .e_li .e_p {
  width: 100%;
  text-align: center;
  padding: 10px;
  color: #999999;
  font-size: 14px;
  box-sizing: border-box;
}
.f_s_center {
  padding: 0px 50px 30px;
  color: #999999;
  font-size: 14px;
  line-height: 24px;
}
.f_s_center span {
  display: block;
  color: #ffffff;
  line-height: 30px;
}
.f_s_center a {
  color: #999999;
  font-size: 14px;
}
.copy_right {
  border-top: solid 1px #324552;
  padding-top: 20px;
  text-align: center;
  font-size: 14px;
  color: #999999;
}

/* 公共样式 */
.tgsp-text1 {
  font-size: 42px;
  font-weight: bold;
  color: #333333;
  text-align: center;
  line-height: 1;
}
.tgsp-text2 {
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  color: #666;
  padding-top: 30px;
}
.tgsp-w {
  max-width: 1400px;
  margin: 0 auto;
}

@media only screen and (max-width: 1040px) {
  input::-webkit-input-placeholder {
    /* WebKit browsers*/
    color: #999;
    font-family: Helvetica;
    font-size: 1.6rem !important;
  }
  input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18*/
    color: #999;
    font-family: Helvetica;
    font-size: 1.6rem !important;
  }
  input::-moz-placeholder {
    /* Mozilla Firefox 19+*/
    color: #999;
    font-family: Helvetica;
    font-size: 1.6rem !important;
  }
  input:-ms-input-placeholder {
    /* Internet Explorer 10+*/
    color: #999;
    font-family: Helvetica;
    font-size: 1.6rem !important;
  }
  .swiper_banner a img {
    width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 767px) {
  .footer_cont .f_contact {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    padding-left: 0;
  }
  .footer_cont .f_ewm {
    width: 100%;
    padding-left: 0;
    box-sizing: border-box;
    margin-top: 80px;
  }
  .footer_cont .f_ewm .e_li {
    width: 50%;
    float: left;
    padding: 0px 20px;
    box-sizing: border-box;
  }
  .footer_cont .f_ewm .e_li .e_img {
    width: 100%;
    max-width: 135px;
    margin: 0 auto;
    display: block;
  }
  .footer_cont .f_ewm .e_li .e_p {
    width: 100%;
    text-align: center;
    padding: 10px;
    color: #999999;
    font-size: 14px;
    box-sizing: border-box;
  }
}

@media only screen and (max-width: 1040px) {
  .m_header {
    display: block;
  }
  .mob {
    display: block;
  }
  .pc {
    display: none;
  }
  .pc_header {
    display: none;
  }
  .m_dw {
    position: relative;
  }
  .top {
    width: 100%;
    height: 5.6rem;
    display: block;
    position: static;
  }
  .navbar-item-l {
    float: left;
    height: 5.6rem;
    line-height: 5.6rem;
    padding-left: 20px;
    display: block;
  }
  .navbar-item-r {
    float: right;
    height: 5.6rem;
    line-height: 5.6rem;
    text-align: right;
    width: 50%;
  }
  .navbar-item-l .navbar-center {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: inherit;
    box-sizing: border-box;
  }
  .navbar-item-l .navbar-center img {
    max-height: 60%;
    display: block;
  }
  .nav_div {
    position: relative;
    margin-right: 25px;
  }
  .nav_div .more_icon {
    position: absolute;
    right: -6px;
    top: 0px;
  }
  .iconfont.more_icon {
    font-size: 2rem;
    color: #282828;
    font-weight: 700;
  }
  .popups_bg {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(34, 34, 34, 0.5);
    display: none;
    z-index: 49;
    transition: all 0.5s ease;
  }
  .popups_up {
    position: fixed;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    height: auto;
    left: 0px;
    top: 50%;
    margin-top: -160px;
    z-index: 50;
    display: none;
  }
  .Nav_popup {
    position: fixed;
    width: 300px;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #0b2333;
    white-space: nowrap;
    overflow-y: auto;
    display: none;
    z-index: 51;
  }
  .Nav_popup .shortcut_menu {
    padding: 10px 5px;
  }
  .Nav_popup .shortcut_menu ul li {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: solid 1px #2f4451;
    padding: 0px 10px;
    box-sizing: border-box;
    float: left;
    text-align: left;
    margin-bottom: 10px;
    display: inline-table;
  }
  .Nav_popup .shortcut_menu ul li a {
    display: block;
    height: 50px;
    line-height: 50px;
    color: #ffffff;
  }
  .top.home {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 999;
  }
  .top.home .iconfont.more_icon {
    color: #ffffff;
  }
  .path {
    padding: 12px;
    border-top: solid 1px #e5e5e5;
  }
  .nya_h2 {
    font-size: 30px;
    padding: 20px 0px;
    text-align: center;
  }
  .about_text {
    padding: 15px;
    color: #282828;
    line-height: 26px;
    font-size: 14px;
    text-indent: 2em;
  }
  .c_history {
    padding: 20px 0;
  }
  .c_history dl {
    padding: 20px 0;
    overflow: hidden;
  }
  .c_history dl dt {
    width: 100%;
    margin-top: 0px;
    float: none;
    text-align: left;
    font-size: 30px;
    text-indent: 20px;
    padding-bottom: 20px;
  }
  .c_history dl dd {
    float: none;
    border-left: none;
    padding-left: 20px;
  }
  .c_history dl dd .c_event {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 20px;
  }
  .c_honor ul li .img_t {
    line-height: 22px;
    height: 40px;
    font-size: 14px;
    overflow: hidden;
  }
  .c_search {
    padding: 20px;
  }
  .c_search .s_input {
    width: 40%;
  }

  .form_box {
    width: 90%;
    padding-bottom: 30px;
  }
  .ny_m_feedback {
    margin-top: 10px;
  }
  .ny_m_feedback .customer_img {
    width: 100%;
    float: none;
    padding: 0px;
    box-sizing: border-box;
  }
  .ny_m_feedback .customer_aspirations {
    width: 100%;
    float: none;
    padding: 10px;
    box-sizing: border-box;
  }
  .ny_m_feedback .cont_text {
    line-height: 28px;
    font-size: 16px;
    padding-left: 10px;
    padding-top: 10px;
  }

  .c_video ul li {
    width: 50%;
    float: left;
    padding: 10px 15px 20px;
    box-sizing: border-box;
  }
  .c_video ul li .img_t {
    line-height: 50px;
    height: 50px;
    font-size: 14px;
  }
  .c_video ul li .img_t:hover {
    line-height: 50px;
    height: 50px;
    font-size: 14px;
  }
  .c_video ul li .img_t i {
    font-size: 22px;
    padding-right: 10px;
  }
  .nys_h2 {
    font-size: 22px;
    padding: 10px 0px;
  }
  .nys_h3 {
    font-size: 14px;
  }
  .seo_tabt ul li .wz {
    font-size: 14px;
    line-height: 20px;
  }
  .seo_tabt ul li:nth-child(2) .wz {
    left: 19%;
  }
  .seo_tabt ul li:nth-child(3) .wz {
    left: 55%;
  }
  .seo_tabt ul li:nth-child(4) .wz {
    left: 44%;
  }
  .seo_map {
    padding-top: 3vh;
    padding-bottom: 2vh;
  }
  .sbg.pd_5 {
    padding: 3vh 0px;
  }

  .lg_market {
    margin-top: 20px;
  }
  .lg_market ul li {
    padding: 15px;
  }
  .lg_market ul li dl {
    padding: 15px 20px;
  }
  .lg_market ul li dl dd {
    padding-left: 65px;
  }
  .lg_market ul li dl dd .lg_n {
    font-size: 16px;
    overflow: hidden;
  }
  .lg_market ul li dl dd .lg_fb {
    font-size: 14px;
  }
  .lg_market ul li dl a {
    font-size: 16px;
  }
  .our_service dl.sdl {
    padding: 10px 0px;
  }
  .our_service dl dd {
    padding: 0px 15px;
  }
  .marketing_channel .show_text .icon {
    width: 80px;
    height: 75px;
    margin: 0 auto;
  }
  .marketing_channel .show_text .icon img {
    width: 100%;
  }
  .marketing_channel .show_text .title_h1 {
    font-size: 16px;
  }
  .marketing_channel .hide_text .title_h1 {
    font-size: 20px;
  }
  .marketing_channel .hide_text .text_p {
    font-size: 14px;
    line-height: 28px;
  }
  .pop_up_zs .modal_content {
    top: 47%;
    left: 43%;
  }
  .pop_up_zs .modal_content .wz {
    line-height: 24px;
  }
  .news_con .n_left {
    display: none;
  }
  .news_con .main_con {
    flex: 1;
    padding: 0px 20px;
  }
  .gl_ad_plan img {
    width: 100%;
    height: 100%;
    padding: 10px 20px;
    box-sizing: border-box;
  }

  .glad_advantage dl {
    padding: 10px 20px;
  }
  .glad_advantage dl dt {
    font-size: 18px;
  }
  .glad_type ul li {
    width: 25%;
    padding: 10px 20px;
  }
  .glad_advantage dl dd {
    padding: 40px 30px 20px 30px;
    line-height: 30px;
    font-size: 14px;
  }
  .glad_ysbg .p_h {
    font-size: 14px;
  }
  .glad_bg.lb {
    padding: 20px 0px;
  }
  .glad_bg.lb img {
    max-width: 820px;
    margin: 0 auto;
  }
  .glad_bg.lc img {
    max-width: 760px;
    margin: 0 auto;
  }
  .ys_li {
    padding: 10px;
  }
  .ys_li ul li {
    float: left;
    width: 50%;
  }

  .glad_box {
    padding: 10px 20px;
  }

  .glad_box ul li {
    width: 50%;
    float: left;
    padding: 10px;
    box-sizing: border-box;
  }
  .glad_box ul li .img_p {
    font-size: 14px;
  }
  .glad_box ul li .img_p span {
    font-size: 16px;
  }

  .sns_mod1 {
    padding: 20px;
  }
  .sns_mod1 .s_icon {
    max-width: 200px;
  }
  .sns_mod1 span {
    padding: 10px 10px 20px 10px;
  }
  .sns_mod1 .p_h {
    font-size: 16px;
    color: #282828;
    line-height: 30px;
    padding: 5px;
  }

  .sns_package dl dt {
    width: 50%;
    font-size: 14px;
  }
  .sns_package dl dd {
    width: 50%;
  }
  .sns_package dl dd .dd_li {
    font-size: 14px;
  }
  .sns_package dl:first-child dt {
    font-size: 18px;
    font-weight: normal;
  }
  .sns_package dl:first-child dd .dd_li {
    font-size: 18px;
    font-weight: normal;
  }
  .hg_bg {
    padding: 20px 0px;
  }
  .customs_data {
    padding: 20px;
  }

  .our_service.yx dl {
    width: 50%;
  }
  .our_service.yx dl dt img {
    width: 100%;
    max-width: 138px;
  }
  .our_service.yx dl dd {
    padding: 0px 23px;
  }

  .nyad_cont {
    padding: 20px;
  }
  .nyad_cont ul li {
    width: 50%;
    float: left;
    padding: 10px 30px;
    box-sizing: border-box;
  }
  .nyad_cont ul li .title_ad {
    font-size: 30px;
    line-height: 50px;
  }

  .our_service.qf dl {
    width: 33.33%;
    text-align: center;
    float: left;
    margin-bottom: 20px;
  }
  .our_service.qf dl dt img {
    width: 100%;
    max-width: 90px;
  }
  .our_service.qf dl dd {
    padding: 0px 5px;
  }
  .gl_bg {
    padding: 20px 10px;
  }
}
