body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
}

body {
  background-color: #f7f9fd;
}

.box1,
.box2,
.box3,
.box4,
.box5 {
  position: relative;
  width: 100%;
}

.box1 {
  padding-bottom: 10px;
}
.box1 .nav {
  width: 1400px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.box1 .nav div {
  height: 50px;
  margin: 15px 0;
  position: relative;
}
.box1 .nav div img {
  height: 100%;
}
.box1 .nav div input {
  width: 760px;
  height: 45px;
  border: 1px solid #2d2e2a;
  text-indent: 20px;
  border-radius: 10px;
}
.box1 .nav div .search-btn {
  width: 65px;
  height: 36px;
  background: #2d2e2a;
  border-radius: 10px 10px 10px 10px;
  position: absolute;
  right: 10px;
  top: 5px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}
.box1 .nav div .search-btn img {
  width: 20px;
  height: 20px;
  margin-top: 8px;
  vertical-align: middle;
}
.box1 .nav .connect {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.box1 .nav .connect img {
  width: 50px;
  height: 50px;
  background: #d2f5ff;
  margin-right: 15px;
  border-radius: 50%;
}
.box1 .nav .connect span {
  font-size: 14px;
}
.box1 .nav .connect a {
  display: block;
  width: 69px;
  height: 22px;
  line-height: 22px;
  background: #f9ffed;
  border-radius: 6px 6px 6px 6px;
  border: 1px solid #9ad426;
  font-size: 11px;
  text-align: center;
  color: #69990d;
}
.box1 .nav ul {
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 10;
  background-color: #fff;
}
.box1 .nav ul li {
  width: 720px;
  line-height: 40px;
  color: #333333;
  font-size: 18px;
  cursor: pointer;
  padding: 0 20px;
}
.box1 .nav ul li a {
  display: block;
  color: #333333;
  font-size: 18px;
}
.box1 .nav ul li:hover {
  background-color: #83bc16;
}
.box1 .menu_url {
  padding-left: 130px;
}
.box1 .menu_url a {
  color: #2d2e2a;
  width: 100px;
  height: 40px;
  font-size: 18px;
  display: inline-block;
  text-align: center;
}
.box1 .menu_url a.active {
  background: url("../images/news/pc/menu_url_active.png") no-repeat center bottom;
  -o-background-size: 30%;
     background-size: 30%;
}

.box3 .erweima-model {
  display: none;
  width: 100vw;
  height: 100%;
  position: fixed;
  z-index: 10;
  background: #444;
  opacity: 0.5;
  top: 0;
}

.box3 .erweima {
  display: none;
  width: 416px;
  height: 411px;
  position: fixed;
  top: 50%;
  left: 50%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin-left: -165px;
  margin-top: -165px;
  z-index: 11;
  background: url("../images/news/erweim-bg.png");
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
}

.box3 .erweima .closeImg {
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: -50px;
  left: 50%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin-left: -20px;
}

.box3 .erweima .closeImg img {
  height: 100%;
  cursor: pointer;
}

.box3 .erweima .tit {
  height: 45px;
  line-height: 45px;
  text-align: center;
  margin-top: 20px;
  margin-left: 35px;
}

.box3 .erweima .txt {
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  text-align: center;
  margin-top: 5px;
}

.box3 .erweima #code {
  width: 230px;
  height: 230px;
  margin-left: 85px;
  margin-top: 25px;
  border: 1px solid #b8b9b6;
  border-radius: 30px;
  padding: 15px;
}

.box3 .erweima .pro-logo {
  width: 80px;
  height: 80px;
  border-radius: 30px;
  position: absolute;
  top: 10px;
  left: 50px;
}

.product {
  width: 1400px;
  margin: 0 auto;
  padding-top: 20px;
  background-color: #f7f9fd;
  min-height: 700px;
}
.product .product-list {
  width: 1400px;
  height: 50px;
  margin: 0 auto;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 15px 15px 15px 15px;
}
.product .product-list .swiper-slide {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product .product-list .pro-name {
  color: #2d2e2a;
  padding: 0 10px;
  height: 48px;
  width: 150px;
  line-height: 48px;
  text-align: center;
  background-color: #fff;
  cursor: pointer;
  margin-left: 30px;
  -webkit-transform: skew(-20deg);
     -moz-transform: skew(-20deg);
      -ms-transform: skew(-20deg);
       -o-transform: skew(-20deg);
          transform: skew(-20deg);
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 6px 6px 6px 6px;
}
.product .product-list .pro-name img {
  width: 30px;
  margin-right: 10px;
  -webkit-transform: skew(20deg);
     -moz-transform: skew(20deg);
      -ms-transform: skew(20deg);
       -o-transform: skew(20deg);
          transform: skew(20deg);
}
.product .product-list .pro-name span {
  -webkit-transform: skew(20deg);
     -moz-transform: skew(20deg);
      -ms-transform: skew(20deg);
       -o-transform: skew(20deg);
          transform: skew(20deg);
  display: inline-block;
  white-space: nowrap;
}
.product .product-list .swiper-slide.active .pro-name {
  border: 1px solid #9ad426;
  background: -webkit-linear-gradient(left, #f3fdee 0%, #d9fbcd 100%);
  background: -moz-linear-gradient(left, #f3fdee 0%, #d9fbcd 100%);
  background: -o-linear-gradient(left, #f3fdee 0%, #d9fbcd 100%);
  background: linear-gradient(90deg, #f3fdee 0%, #d9fbcd 100%);
}
.product .product-ul {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 30px;
}
.product .product-ul .product-item {
  width: 213px;
  border-radius: 0.3rem;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  background: #fff;
  padding: 40px;
  margin-bottom: 10px;
  border-radius: 15px 15px 15px 15px;
  margin-right: 20px;
}
.product .product-ul .product-item img {
  width: 80px;
  height: 80px;
  border-radius: 30px;
  border: 1px solid #F1F4F7;
}
.product .product-ul .product-item p {
  color: #2d2e2a;
  margin-top: 12px;
  text-align: center;
  font-size: 14px;
}
.product .product-ul .product-item .jiage-msg {
  color: #f17514;
}
.product .product-ul .product-item .jiage-msg span {
  font-size: 20px;
  font-weight: bold;
}
.product .product-ul .product-item:last-child {
  margin-right: auto;
}

.footer {
  clear: left;
  width: 1400px;
  margin: 0 auto;
  padding-top: 80px;
  color: #fff;
}
.footer .top {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .top .left {
  display: inline-block;
}
.footer .top .left img {
  height: 142px;
  margin-top: 10px;
}
.footer .top .mesg {
  display: inline-block;
  color: #a8a8a8;
  margin-left: 80px;
}
.footer .top .mesg .mesg_list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
.footer .top .mesg .mesg_list .mesg_title {
  color: #fff;
}
.footer .top .mesg .mesg_list img {
  width: 38px;
  margin-right: 20px;
}
.footer .top .rig {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 30px;
}
.footer .top .rig .pro-item {
  margin-right: 80px;
}
.footer .top .rig .pro-item .pro-tit {
  color: #fff;
}
.footer .top .rig .pro-item p {
  display: inline-block;
  margin-right: 40px;
  color: #a8a8a8;
}
.footer .top .rig .help-item .pro-tit {
  color: #fff;
}
.footer .top .rig .help-item a {
  color: #a8a8a8;
  display: block;
}

.line {
  height: 0px;
  border: 1px solid #ffffff;
  opacity: 0.15;
}

.bot {
  color: #999999;
  font-size: 12px;
  text-align: center;
  width: 800px;
  margin: 0 auto;
  margin-top: 20px;
  line-height: 25px;
  padding-bottom: 60px;
}