/* reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0 none;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  
}
body{
  font-size: 12px;
}
a {
  text-decoration: none;
}
ul,
li {
  list-style: none;
}
html,
body {
  height: 100%;
  width: 100%;
}
.hide{display: none;}
.secondary_nav {
  width: 100%;
  border-bottom: 2px solid #e6e5e5;
}
.secondary_nav ul {
  display: flex;
  justify-content: center;
}
.secondary_nav ul li {
  position: relative;
  height: 0.7rem;
  line-height: 0.7rem;
  /* margin: 0 0.2rem; */
  padding: 0px 21px;
}
.secondary_nav ul li:hover{
  background: -webkit-linear-gradient(bottom,#5a89c1, #356398);
}
.secondary_nav ul li a {
  color: #283148;
  font-size: 0.2rem;
}
.secondary_nav ul li:hover::after{
  content: "";
  display: block;
  width: 100%;
  height: 0.04rem;
 
  border-radius: 0.1rem;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.secondary_nav ul li.on::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.04rem;
  background: #68aa35;
  border-radius: 0.1rem;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.secondary_nav ul li:hover a{
  color: #ffffff;
}
.secondary_nav ul li.on a {
  color: #68aa35;
}
.div_clear {
  clear: both;
}
.head_top {
  width: 100%;
  box-sizing: border-box;
  position: absolute;
  z-index: 99;
  /* padding-right: 0.7rem; */
  background: #fff;
  height: 1.6rem;
  box-shadow: 5px 7px 17px rgb(0 0 0 / 57%);
  background: #fdfdfd;
 
}
.head_top .logo {
  /* height: 1.1rem; */
  /* margin-top: 0.25rem; */
  box-sizing: border-box;
  padding: 0 0.3rem;
  /* padding-top: 0.35rem; */
  float: left;
  overflow: hidden;
  /*background: #fff;*/
}
.head_top .logo a {
  float: left;
  margin-right: 0.1rem;
  /* margin-top: 0.1rem; */
}
.head_top .logo a img {
  display: block;
  /* width: 1.97rem;
  height: 0.8rem; */
  width: 2.6rem;
  height: 1.1rem;
}
.head_top .logo .div_gp {
  padding-left: 0.1rem;
  border-left: 1px dashed #adaeaa;
  padding-top: 0.05rem;
  padding-bottom: 0.05rem;
  float: left;
  text-align: center;
}
.head_top .logo .div_gp p {
  font-size: 0.2rem;
  line-height: 1.5;
  color: #ffffff;
}
.head_top .logo .div_gp p.p_tit {
  color: #fafafa !important;
}
.head_top .logo .div_gp p span {
  display: inline-block;
  font-size: 0.2rem;
}
.head_top .logo .div_gp.downStyle p {
  color: #15901f;
}
.head_top .logo .div_gp.downStyle p .down {
  padding-right: 0.2rem;
  margin-right: 0.05rem;
  background: url(../images/down.png) no-repeat right center;
  background-size: 0.14rem 0.14rem;
}
.head_top .logo .div_gp.upStyle p {
  color: #f73131;
}
.head_top .logo .div_gp.upStyle p .up {
  padding-right: 0.2rem;
  margin-right: 0.05rem;
  background: url(../images/up.png) no-repeat right center;
  background-size: 0.14rem 0.14rem;
}
.head_top .nav {
  /* overflow: hidden;
  float: left; */
  /* padding-left: 0.3rem; */
  padding-top: 0.1rem;
  display: flex;
  /* justify-content: center; */
  flex-direction: column;
  /* align-items: center; */
}
.head_top .nav li {
  /* float: left;
  line-height: 0.5rem; */
  /*width: 1.5rem;*/
  /* text-align: center;
  position: relative;
  width: fit-content;
  width:-webkit-fit-content;
  width:-moz-fit-content;
  padding-left: 0.2rem;
  padding-right: 0.2rem; */
  /* display: flex;
  align-items: center; */
}
.sclm{display: flex;width: 82%;justify-content: flex-end;}
.sclm_li{display: flex;}
.xiajilm{display: flex;}
.sclm li span a{font-size: 15px;color: #2f384e;font-weight: 600;margin-right: 4em;}
.dingjilm{display: flex;justify-content: center;}
.dingjilm_nav{width: 1200px;}

.lanmu_li_1 span > a{font-weight: 600;}
.lanmu_li{    
  display: flex;
  font-size: 18px;
  align-items: center;
  /* font-weight: 600; */
  width: 60%;
  justify-content: space-evenly;}
  .lanmu_li_1 span a{color: #2f384e;}
.head_top .nav li span,
.head_top .nav li span a {
  /* cursor: pointer;
  font-size: 1.18em;
  color: #3c3c3c;
  text-align: center; */
}
.head_top .nav li span, .head_top .nav li span a:hover{
  color: #68aa35;
}
.head_top .nav li .nav_list {
  /* padding-top: 0.35rem; */
  background: #fff;
  margin-top: 0.13rem;
  box-sizing: border-box;
  padding: 8px;
  /* text-align: center; */
  display: none;
  position: relative;
  /* padding-left: 0.3rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-right: 0.2rem; */
  position: fixed;
  z-index: 9;
  border-radius: 0 0px 7px 7px;
}
.head_top .nav li .nav_list::before {
  content: "";
  display: block;
  width: 100%;
  height: 0.13rem;
  /* background: url(../images/icon_s.png) no-repeat center; */
  background-size: 0.25rem 0.13rem;
  top: -0.12rem;
  left: 0;
  position: absolute;
}
.head_top .nav li .nav_list a {
  display: block;
  color: #2f384e;
  font-size: 0.16rem;
  margin-right: 3px;
  /* padding-right: 8px; */
  margin-bottom: 0.2rem;
  text-align: center;
  /* border-right: 1px solid #777; */
     
  /* line-height: 0.24rem;
  margin: 0 auto; */
  /* margin-bottom: 0.2rem; */
  /* text-align: left; */
  /* position: relative;
  
  padding: 10px;
  border-bottom: 1px #d4e6fa solid;
  padding: 10px; */
}
/* .head_top .nav li .nav_list a::after {
  content: "";
  display: block;
  width: 0.14rem;
  height: 0.16rem;
  background: url(../images/navtb-1.png) no-repeat;
  background-size: cover;
  position: absolute;
  left: -0.2rem;
  top: 0.05rem;
  display: none;
  background: #15901f;
} */
.head_top .nav li .nav_list a::after {
  content: "";
  display: block;
  width: 0.14rem;
  height: 0.16rem;
  /* background: url(../images/navtb-1.png) no-repeat; */
  background-size: cover;
  position: absolute;
  left: -0.2rem;
  top: 0.05rem;
  display: none;
  /* background: #15901f; */
}

.head_top .nav li .nav_list a:hover,
.head_top .nav li .nav_list a.on {
  color: #68aa35;
  /* background: -webkit-linear-gradient(bottom,#001239, #46a6ff); */
}
.head_top .nav li .nav_list a:hover::after,
.head_top .nav li .nav_list a.on::after {
  display: block;
}
.head_top .nav li:nth-child(1) {
  width: auto;
}
.head_top .head_other {
  float: right;
  padding-top: 0.35rem;
}
.head_top .head_other li {
  float: left;
  line-height: 0.5rem;
  margin-left: 0.3rem;
}
.head_top .head_other li a,
.head_top .head_other li span {
  /* font-size: 0.18rem; */
  font-size: 16px;
  color: #000;
}
.head_top .head_other li .search {
  margin-top: 0.13rem;
  display: inline-block;
  width: 0.22rem;
  height: 0.22rem;
  background: url(../images/searchiconh.png) no-repeat center;
  background-size: cover;
}
.head_top .head_other li span.lang {
  display: block;
  position: relative;
  padding-right: 0.2rem;
  background: url(../images/lang_icon.png) no-repeat right center;
  cursor: pointer;
}
.head_top .head_other li span.lang .en {
  position: absolute;
  right: 0.2rem;
  top: 0.3rem;
  display: none;
  z-index: 9;
}
.head_top .head_other li .oa {
  padding-right: 0.15rem;
  background: url(../images/head_icon1.png) no-repeat right center;
}
.head_top .head_other li .email {
  padding-left: 0.15rem;
}
.head_top.head_topH {
  background: url(../images/navbg.jpg) no-repeat right bottom #fff;
  padding-bottom: 0.7rem;
  box-shadow: 0 0 0.57rem rgba(141, 141, 141, 0.25);
}
.head_top.head_topH .nav li span,
.head_top.head_topH .nav li span a {
  color: #000;
}
.head_top.head_topH .nav li .nav_list a {
  color: #595959;
}
.head_top.head_topH .nav li .nav_list a:hover {
  color: #d6131a;
}
.head_top.head_topH .head_other a,
.head_top.head_topH .head_other span {
  color: #000;
}
.head_top.head_topH::after {
  display: none;
}
.head_top.head_topH .search {
  background: url(../images/searchiconh.png) no-repeat center !important;
  background-size: cover!important;
}
.head_top.head_topH span.lang {
  background: url(../images/lang_iconh.png) no-repeat right center !important;
}
.wrapper .section6 {
  width: 100%;
  flex-shrink: 0;
}
.wrapper .section6 .section_inner {
  display: table-cell;
  vertical-align: middle;
}
.section6 {
  position: relative;
  padding: 0 3.6rem;
  box-sizing: border-box;
  display: table;
  background-size: cover;
  background: #283148;
  height: 2rem !important;
}
.footer .section_top {
  border-bottom: 1px solid #444444;
  /* padding-bottom: 0.3rem; */
}
.footer .section_bottom {
  padding-top: 0.1rem;
}
.footer .section_bottom p {
  font-size: 0.14rem;
  line-height: 0.24rem;
  color: #fff;
  opacity: 0.7;
  text-align: center;
}
.footer .phone {
  padding-right: 0.8rem;
  height: 10.2em;
  display: flex;
  width: 73%;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}
.footer .phone ul {
  /*background: url(../images/footer_icon1.png) no-repeat left top; */
    /* padding-left: 0.5rem; */
    /* margin-left: -0.5rem; */
    background-size: 0.34rem 0.34rem;
    display: flex;
    width: 100%;
    justify-content: space-evenly;
}
.footer .phone ul li {
  margin-bottom: 0.25rem;
}
.footer .phone ul li span {
  font-size: 0.2rem;
  opacity: 0.7;
  color: #fff;
  display: block;
  line-height: 1.5;
}
.footer .phone ul li p {
  font-size: 0.2rem;
  color: #fff;
}
.footer .code ul {
  overflow: hidden;
}
.footer .code ul li {
  text-align: center;
  width: 1.15rem;
  float: left;
  /* padding: 0 0.2rem; */
}
.footer .code ul li:nth-child(2) {
  border-right: 1px solid #444444;
}
.footer .code ul li img {
  display: block;
  width: 100%;
  margin-bottom: 0.15rem;
}
.footer .code ul li p {
  font-size: 0.2rem;
  color: #fff;
}
.footer .divlink {
  padding-top: 0.4rem;
}
.footer .divlink span {
  display: inline-block;
  width: 1.1rem;
  font-size: 0.16rem;
  color: #fff;
  padding-bottom: 0.05rem;
  /*border-bottom: 1px solid #fff;*/
  background: url(../images/link_icon1.png) no-repeat right center;
  background-size: 0.16rem 0.1rem;
  cursor: pointer;
}
.footer .divlink {
  position: relative;
}
.footer .divlink .linkbox {
  position: absolute;
  top: 0.7rem;
  right: 0 ;
  background: #fff;
  padding: 10px;
  width: 120px;
  /*border: 1px solid #e1e1e1;*/
  opacity: 0.7;
  border-radius: 5px;
  display: none;
}
.footer .divlink .linkbox a {
  display: block;
  /*color: #999;*/
  color: #000;
  /* line-height: 0.22rem; */
  margin: 2px 0;
  margin-bottom: 0.1rem;
}
.footer .divlink .linkbox a:hover {
  color: #c7102c;
}
  .icpbeian{
    clear: both;
    display:block;
    width: 1.5rem;
    font-size: 0.2rem;
    padding-bottom: 0.1rem;
  }
    .icpbeian a{
   color: #fff;
  }

.div_a a {
  display: block;
  width: 1.64rem;
  height: 0.42rem;
  line-height: 0.42rem;
  font-size: 0.2rem;
  color: #fff;
  background: -webkit-linear-gradient(bottom,#538c26, #68aa35);
  border-radius: 0.21rem;
  text-align: center;
  position: relative;
}
.div_page {
  text-align: center;
}
.div_page a {
  display: inline-block;
}
.div_page .page_prev,
.div_page .page_next,
.div_page ul li {
  display: inline-block;
  overflow: hidden;
  width: 0.34rem;
  height: 0.34rem;
  text-align: center;
  line-height: 0.34rem;
  border: 1px solid #ccc;
}
.div_page .page_prev a,
.div_page .page_next a,
.div_page ul li a {
  width: 100%;
  height: 100%;
  font-size: 0.2rem;
}
.div_page ul li.on {
  background: #c7102c;
  color: #fff;
}
.div_page .page_prev {
  border-radius: 0.17rem 0 0 0.17rem;
}
.div_page .page_prev a {
  background: url(../images/arrow_l.png) no-repeat center #fff;
}
.div_page .page_prev a:hover {
  background: url(../images/arrow_lh.png) no-repeat center #d6000f;
}
.div_page .page_next {
  border-radius: 0 0.17rem 0.17rem 0;
}
.div_page .page_next a {
  background: url(../images/arrow_r.png) no-repeat center #fff;
}
.div_page .page_next a:hover {
  background: url(../images/arrow_rh.png) no-repeat center #d6000f;
}
.div_page .page_point {
  display: inline-block;
  overflow: hidden;
  width: 0.48rem;
  height: 0.34rem;
  text-align: center;
  line-height: 0.34rem;
  background: url(../images/page_point.png) no-repeat center;
  background-size: 0.48rem 0.08rem;
  margin: 0 0.05rem;
}
.div_page ul {
  display: inline-block;
}
.div_page ul li {
  border-radius: 50%;
  font-size: 0.2rem;
  color: #adadad;
  margin: 0 0.05rem;
}
.div_page ul li:hover {
  background: #d6000f;
  color: #fff;
}
.div_page ul li a {
  color: #adadad;
}
.div_page ul li a:hover {
  color: #fff;
}
/* 内页banner、导航、面包导航  */
.navBanner .sbanner {
  overflow: hidden;
}
.navBanner .sbanner img {
  display: block;
  width: 100%;
  transform: scale(1.1);
  transition: all ease-out 5s;
  -moz-transition: 5s;
  /* Firefox 4 */
  -webkit-transition: 5s;
  /* Safari å’Œ Chrome */
  -o-transition: 5s;
}
.navBanner .sbanner img.imgH {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.navBanner .title_bread {
  max-width: 14.4rem;
  margin: 0 auto;
  margin-top: -1rem;
  position: relative;
  margin-bottom: 0.7rem;
}
.navBanner .title_bread .div_title {
  position: relative;
  width: 2.2rem;
  height: 2.2rem;
  background: url(../images/titbg.jpg) no-repeat 0 0;
  color: #fff;
  box-sizing: border-box;
  padding-top: 0.4rem;
  padding-left: 0.15rem;
}
.navBanner .title_bread .div_title h2 {
  font-size: 0.38rem;
  margin-bottom: 0.1rem;
}
.navBanner .title_bread .div_title span {
  font-size: 0.24rem;
}
.navBanner .title_bread .div_title::after {
  content: "";
  position: absolute;
  bottom: 0.3rem;
  left: 0.18rem;
  display: block;
  width: 0.1rem;
  height: 0.18rem;
  background: url(../images/arrow1.png) no-repeat 0 0;
  background-size: 0.1rem;
}
.navBanner .title_bread .div_bread {
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.navBanner .title_bread .div_bread p {
  text-align: right;
  color: #8b8b8b;
  font-size: 0.18rem;
  line-height: 0.18rem;
}
.navBanner .title_bread .div_bread p a {
  color: #8b8b8b;
  display: inline-block;
  float: left;
  font-size: 0.18rem;
  line-height: 0.18rem;
}
.navBanner .title_bread .div_bread p a:hover {
  color: #c7102c;
}
.navBanner .title_bread .div_bread p a.home {
  width: 0.17rem;
  height: 0.17rem;
  background: url(../images/breadicon.png) no-repeat 0 0;
  background-size: 0.17rem 0.17rem;
  margin-right: 0.2rem;
}
.navBanner .title_bread .div_bread p b {
  float: left;
  display: block;
  padding: 0 0.1rem;
  font-size: 0.22rem;
  line-height: 0.18rem;
  font-family: "Microsoft Yahei";
}
.navBanner .subnav {
  border-bottom: 1px solid #eee;
}
.navBanner .subnav ul {
  display: flex;
  justify-content: center;
  max-width: 14.4rem;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
}
.navBanner .subnav ul li {
  width: 20%;
  height: 0.5rem;
}
.navBanner .subnav ul li a {
  display: block;
  text-align: center;
  font-size: 0.2rem;
  color: #999;
  line-height: 0.25rem;
  transition: font-size 0.6s;
}
.navBanner .subnav ul li.on {
  background: url(../images/navonline.png) no-repeat center bottom;
}
.navBanner .subnav ul li.on a {
  font-weight: bold;
  color: #000;
  font-size: 0.26rem;
}
.navBanner .subnav ul li:hover {
  background: url(../images/navonline.png) no-repeat center bottom;
}
.navBanner .subnav ul li:hover a {
  font-weight: bold;
  color: #000;
  font-size: 0.26rem;
  line-height: 0.26rem;
}
.div_bread {
  display: none;
  height: 0.7rem;
  max-width: 16.8rem;
  padding: 0 2rem;
  line-height: 0.7rem;
  border-bottom: 2px solid #e6e5e5;
}
.div_bread p {
  float: left;
  overflow: hidden;
  font-size: 0.18rem;
  color: #747474;
}
.div_bread p a {
  color: #747474;
  display: inline-block;
  font-size: 0.18rem;
}
.div_bread p a:hover {
  color: #d6000f;
}
.div_bread h2 {
  float: right;
  font-size: 0.18rem;
  color: #d6000f;
  box-sizing: border-box;
  border-bottom: 2px solid #d6000f;
  padding: 0 0.35rem;
}
.contbg {
  padding-bottom: 1.5rem;
  background: url(../images/containerbgicon1.png) no-repeat right top, url(../images/containerbgicon2.png) no-repeat left bottom;
}

.container-abous{
	max-width: 16.8rem;
    box-sizing: border-box;
    padding: 0 0.8rem;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 0 0.57rem rgb(141 141 141 / 25%);
}
/* 共用  */
.div_l {
  float: left;
}
.div_r {
  float: right;
}
.div_clear::after {
  content: "";
  display: block;
  clear: both;
}
.clear {
  clear: both;
}
@media screen and (max-width: 1460px) {
  .head_top {
    padding-right: 0.3rem;
  }
  .head_top .logo {
    padding-right: 0.1rem;
  }
  .head_top .nav li {
    margin-left: 0rem;
    /*width: 1.25rem;*/
    width: fit-content;
    width:-webkit-fit-content;
    width:-moz-fit-content;
    padding-left: 0rem;
    padding-right: 0.7em;
  }
  .head_top .nav li .nav_list a{
    font-size: 1.2em;
  }
  .about .brief .div_l .div_text p,.secondary_nav ul li a,.footer .phone ul li p,.footer .divlink span,.footer .section_bottom p,
  .products .products_show .div_r ul.ul li .div_tit h4
  {
    font-size: 1.3em!important;
  }
  .hot strong, .hot a, .web-curmbs span, .web-curmbs a{
    font-size: 1em!important;
  }
  .section6 {
    padding: 0 1.6rem;
  }
  .head_top .nav li span,
  .head_top .nav li span a {
    /* font-size: 0.18rem; */
    font-size: 16px;
  }
  .head_top .nav li:nth-child(1) {
    width: auto;
  }
  .head_top .head_other li {
    margin-left: 0.1rem;
  }
}
@media screen and (max-width: 1023px) {
  .phoneIcon span {
    display: block;
    position: fixed;
    width: 1rem;
    height: 1rem;
    z-index: 99;
    top: 0;
  }
  .phoneIcon span.navicon {
    background: url(../images/navicon.png) no-repeat center #c7102c;
    left: 0;
  }
  .phoneIcon span.navclose {
    display: none;
    background: url(../images/navclose.png) no-repeat center #fff;
    right: 0;
    z-index: 9999;
  }
  .head_top {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    background: #fff;
    padding: 0.5rem;
    display: none;
  }
  .head_top::after {
    display: none;
  }
  .head_top .logo {
    float: none;
  }
  .head_top .nav {
    padding: 0;
    padding-top: 0.5rem;
    float: none;
  }
  .head_top .nav li {
    text-align: left;
    float: none;
    width: auto;
    border-bottom: 1px solid #eaeaea;
  }
  .head_top .nav li span {
    font-size: 0.2rem;
    color: #333;
    display: block;
    padding: 0.1rem 0.1rem;
    width: 100%;
    text-align: left;
    box-sizing: border-box;
  }
  .head_top .nav li span a {
    font-size: 0.2rem;
    color: #333;
    display: block;
    width: 100%;
    text-align: left;
    box-sizing: border-box;
  }
  .head_top .nav li span.on {
    background: #c7102c;
    color: #fff;
  }
  .head_top .nav li .nav_list {
    background: #f8f8f8;
    padding: 0.1rem;
    border: none;
    overflow: hidden;
    margin: 0;
    border-top: 1px solid #eaeaea;
  }
  .head_top .nav li .nav_list a {
    width: 40%;
    float: left;
    margin: 0.1rem 0;
    margin-right: 10% ;
    font-size: 0.2rem;
    color: #333;
    display: block;
    text-align: left;
    box-sizing: content-box;
  }
  .head_top .head_other {
    position: absolute;
    bottom: 0.1rem;
    right: 0.5rem;
  }
  .head_top .head_other li span {
    color: #333;
  }
  .head_top .head_other li span.lang {
    background: url(../images/lang_iconh.png) no-repeat right center;
  }
  .head_top .head_other li .search {
    background: url(../images/searchiconh.png) no-repeat center;
    background-size: cover;
  }
  .head_top .head_other a {
    color: #333 !important;
  }
  .section6 {
    padding: 0;
    padding-top: 0.5rem;
    height: auto!important;
  }
  .footer .phone {
    text-align: center;
    padding: 0;
    margin: 0 auto;
    float: none;
  }
  .footer .code {
    float: none;
    text-align: center;
  }
  .footer .code ul li {
    float: none;
    display: inline-block;
    width: auto;
  }
  .footer .section_top {
    padding-bottom: 0;
  }
  .footer .section_bottom {
    padding: 0.3rem;
  }
  .footer .section_bottom p {
    line-height: 1.5;
  }
  .footer .divlink span {
    width: 100%;
    background: none;
    text-align: center;
    border: none;
  }
  .footer .divlink {
    width: 100%;
    box-sizing: border-box;
    padding: 0.3rem;
    padding-bottom: 0;
  }
  .footer .divlink .linkbox {
    width: auto;
    position: static;
    background: none;
    border: none;
    display: block!important;
    overflow: hidden;
  }
  .footer .divlink .linkbox a {
    display: block;
    width: 30%;
    float: left;
    color: #fff;
    font-size: 0.2rem;
  }
  .footer .divlink .linkbox a:not(:nth-child(3n)) {
    margin-right: calc(10% / 2);
  }
   .icpbeian{
   width: 100%;
background: none;
text-align: center;
border: none;
  }
    .icpbeian a{
   color: #fff;
  }


  .div_bread {
    padding: 0 0.2rem;
  }
  .container {
    padding: 0.3rem !important;
  }
}
@media screen and (max-width: 769px) {
  .contbg {
    padding-bottom: 0.5rem;
  }
  .footer .code ul {
    display: flex;
  }
  .footer .code ul li {
    width: 24%;
  }
  .footer .code ul li:not(:nth-child(4n)) {
    margin-right: calc(2% / 3);
  }
  .about .secondary_nav ul li {
    margin: 0 0.1rem;
    height: auto;
    line-height: unset;
    text-align: center;
    padding: 0.18rem 0;
    float: none;
  }
}
@media screen and (max-width: 460px) {
  .head_top .nav {
    padding-top: 0.3rem;
  }
  .head_top .nav li span,
  .head_top .nav li span a,
  .head_top .nav li .nav_list a {
    font-size: 0.28rem;
  }
  .head_top .nav li span {
    padding: 0.2rem 0.2rem;
  }
  .head_top .nav li .nav_list a {
    margin: 0.2rem 0;
  }
  .head_top .logo {
    height: auto;
    padding: 0;
  }
  .head_top .logo a {
    float: none;
  }
  .head_top .logo .div_gp {
    float: none;
    border: none;
  }
}

.mweb-pages{
  margin: 20px;
  padding-bottom: 10px;
}
.mpagination{
  height: 34px;
    text-align: center;
}
.mpagination li{
  display: inline-block;
    height: 34px;
    margin-right: 5px;
}
.mpagination li a{
  float: left;
    display: block;
    height: 32px;
    line-height: 32px;
    padding: 0 12px;
    font-size: 16px;
    border: 1px solid #dddddd;
    color: #555555;
    text-decoration: none;
}
.mpagination li.active{
  background: #283148;
  color: #fff;
}
.mpagination li.active a{
  color: #fff;
}


.section_dh{
  padding: 17px 0;
  border-bottom: 1px solid #444444;
  margin-bottom: 25px;
}
.section_dhul{
  display: flex;
  justify-content: space-between;
  font-size: 0.2rem;
}
.section_dhul li a span{
  color: #feffff;
}

li.hover a.tietcp{color: #ffffff;}
li.hover{
  background: -webkit-linear-gradient(bottom,#5a89c1, #356398);
  padding: 0px 21px;
}
/*-----联系我们-------*/
.containerwrap {
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  justify-content: center;
}
.containerlx {
  width: 1250px;
  display: flex;
  justify-content: space-between;
}

.S1ContentLeft {
  width: 60.15%;
  padding-right: 60px;
  margin: 0;
}

.boxed-wrapper {
  
  display: flex;
  justify-content: space-between;

}
.boxed-wrapper .col {
  margin: 0;
  /* padding: 0px 10px; */
  width: 48%;
  margin-bottom: 20px;
  font-size: 15px;
  color: aliceblue;
}
.S1ContentRight {
  width: 34%;
  margin: 0;
  padding-left: 0px;
}
.form-wrapper {
  position: relative;
  background-color: #04697b;
  background-image: linear-gradient(140deg,#001239d9 30%,#46a6ff 78%);
  width: 100%;
  max-width: 100%;
  padding: 20px 20px 30px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  border-radius: 0px 20px 0px 15px;
}
.form-wrapper .form-title {
  color: #fff!important;
  font-size: 21px !important;
  width: 100%;
  font-family: "AvenirNext Medium",Arial,Helvetica,sans-serif !important;
  font-weight: 500;
  margin: 0px 5px 17px;
}


.form-wrapper .hs-form-field {
  padding-bottom: 10px;
  padding: 0px 5px;
}
.bottom0{
  font-size: 18px;
    color: aliceblue;
}



.widget-shortcode {
  width: 100%;
}
.hbspt-form{width: 100%;}
.zxyy_name input {
  width: 100%;
  height: 40px;
  color: #000;
  font-size: 16px;
  margin-bottom: 1em;
  background-color: rgba(255,255,255,1);
  border: 1px solid #97bec5;
  border-radius: 0px 0px 0px 10px;
  font-weight: 400;
  font-family: "AvenirNext Regular", Arial, Helvetica, sans-serif;
}
.zxyy_mailphone{display: flex;justify-content: space-between;margin-bottom: 1em;}
.zxyy_mailphone .zxyy_mail,.zxyy_mailphone .zxyy_phone{
  width: 47%;
  
}
.zxyy_diqv{display: flex;justify-content: space-between;margin-bottom: 1em;}

.zxyy_diqv select{
  width: 48%;
  height: 40px;
  color: #7c7c7c;
  font-size: 16px;
 
  background-color: rgba(255,255,255,1);
  border: 1px solid #97bec5;
  border-radius: 0px 0px 0px 10px;
  font-weight: 400;
  font-family: "AvenirNext Regular", Arial, Helvetica, sans-serif;
}
.zxyy_mailphone input{
  width: 100%;
  height: 40px;
  color: #000;
  font-size: 16px;
 
  background-color: rgba(255,255,255,1);
  border: 1px solid #97bec5;
  border-radius: 0px 0px 0px 10px;
  font-weight: 400;
  font-family: "AvenirNext Regular", Arial, Helvetica, sans-serif;
}

.form-wrapper .hs-form-field {
  padding-bottom: 10px!important;
  padding: 0px 5px;
}
.form-wrapper fieldset .input {
  margin: 0!important;
  width: 100%!important;
}
.bluebox1 {
  position: relative;
  background: -webkit-linear-gradient(bottom,#284d9d, #46a6ff);
  padding: 15px 20px;
  border-radius: 0px 20px 0px 20px;
  height: 100%;
  max-width: 100%;
  margin: auto;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.text-center{
  position: relative;
  
  padding: 15px 20px;
  border-radius: 0px 20px 0px 20px;
  height: 100%;
  max-width: 100%;
  margin: auto;
 
}
.text-center .bottom0{
  text-align: center;
    color: white;
    font-size: 15px;
}
.xvqui textarea{
  width: 100% ;
  height: 86px;
    color: #000;
    font-size: 16px;
    
    background-color: rgba(255,255,255,1);
    border: 1px solid #97bec5;
    border-radius: 0px 0px 0px 10px;
    font-weight: 400;
    font-family: "AvenirNext Regular", Arial, Helvetica, sans-serif ;
}
.zxyy_submit{
  width: 190px;
  max-width: 100%;
  margin: auto;
  margin-top: 1em;
  margin-bottom: 1em;
}
.zxyy_submit input{
  border: 0;
  box-shadow: 0px 5px 10px rgb(0 0 0 / 30%);
  color: #fff;
  border-radius: 0 10px 0 10px;
  font-weight: 400;
  background-image: linear-gradient(to right,#68aa35,#5d9e2c);
  width: 190px;
  font-size: 19px;
  padding: 12px 20px 9px 20px;
  line-height: 1;
  font-family: "AvenirNext Regular",Arial,Helvetica,sans-serif;
   
}
.section-title{
  line-height: 1.2;
    margin-top: 0;
    margin-bottom: 20px;
    color: #2c354c;
    font-weight: 700;
    word-break: break-word;
    font-family: 'AvenirNext Bold', Arial, Helvetica, sans-serif;
    font-size: 29px;
}
.biaoti{
  font-size: 20px;  
  font-weight: 500;
  color: #666666;
  margin-bottom: 20px;
}
.font-family-avenir-med{font-weight: 500;}
.bottom4{
  margin-bottom: 2em;
    font-size: 15px;
    line-height: 26px;
    color: #616161;
}
.S1ContentLeft > h6{
  line-height: 1.2;
    margin-top: 0;
    margin-bottom: 20px;
    color: #04697b;
    font-weight: 700;
    word-break: break-word;
    font-family: 'AvenirNext Bold', Arial, Helvetica, sans-serif;
    font-size: 20px;
}