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: 1200px;
  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%;
}

.product {
  width: 1400px;
  margin: 0 auto;
  padding-top: 20px;
}
.product .product_cont {
  width: 1400px;
  background: #ffffff;
  border-radius: 15px 15px 15px 15px;
  padding: 40px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  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_cont .product_logo {
  width: 400px;
  text-align: center;
}
.product .product_cont .product_logo img {
  width: 180px;
  height: 180px;
}
.product .product_cont .product_info {
  width: 900px;
}
.product .product_cont .product_info img {
  width: 100%;
  margin: 15px auto;
  border-radius: 15px;
}
.product .product_cont .product_info .product_box {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.product .product_cont .product_info .product_box .product_box_item {
  width: 160px;
  background: #f6f8fa;
  border-radius: 15px 15px 15px 15px;
  padding: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  cursor: pointer;
}
.product .product_cont .product_info .product_box .product_box_item .price-box {
  color: #f17514;
}
.product .product_cont .product_info .product_box .product_box_item .price-box .price {
  font-size: 26px;
  font-weight: bold;
}
.product .product_cont .product_info .product_box .product_box_item .shichang_price {
  color: #999999;
  text-decoration: line-through;
}
.product .product_cont .product_info .product_box .product_box_item.active {
  background: -webkit-linear-gradient(top, #f7fdf0 0%, #ffffff 100%);
  background: -moz-linear-gradient(top, #f7fdf0 0%, #ffffff 100%);
  background: -o-linear-gradient(top, #f7fdf0 0%, #ffffff 100%);
  background: linear-gradient(180deg, #f7fdf0 0%, #ffffff 100%);
  border-radius: 15px 15px 15px 15px;
  border: 1px solid #83bc16;
}
.product .product_cont .product_info .product_acc {
  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_cont .product_info .product_acc input {
  width: 724px;
  height: 44px;
  line-height: 44px;
  background: #ffffff;
  border-radius: 15px 15px 15px 15px;
  border: 1px solid #e4e8ed;
  text-indent: 20px;
}
.product .product_cont .product_info .product_btn {
  width: 156px;
  height: 44px;
  line-height: 44px;
  background: -webkit-linear-gradient(left, #83bc16 0%, #9ad426 100%);
  background: -moz-linear-gradient(left, #83bc16 0%, #9ad426 100%);
  background: -o-linear-gradient(left, #83bc16 0%, #9ad426 100%);
  background: linear-gradient(90deg, #83bc16 0%, #9ad426 100%);
  border-radius: 100px 100px 100px 100px;
  text-align: center;
  color: #ffffff;
  margin-top: 20px;
  cursor: pointer;
}
.product .pro_msg {
  width: 1400px;
  background: #ffffff;
  border-radius: 15px 15px 15px 15px;
  padding: 40px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin-top: 30px;
  margin-bottom: 60px;
}
.product .pro_msg .tit {
  padding-left: 7px;
  font-size: 18px;
  margin-bottom: 10px;
}
.product .pro_msg .tit .gun {
  width: 5px;
  height: 18px;
  margin-top: 2px;
  margin-right: 5px;
  background: #83bc16;
  border-radius: 500px 500px 500px 500px;
  display: inline-block;
  position: relative;
  top: 2px;
}
.product .pro_msg .pro_msg_cont {
  color: #2d2e2a;
  line-height: 25px;
}
.product .product-list-box-item {
  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;
  text-align: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 10px;
  padding: 0 10px;
}
.product .product-list-box-item .product-list-box-card {
  width: 100px;
  border-radius: 10px;
  background-color: #fff;
  padding: 10px 4px;
  margin-bottom: 8px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.product .product-list-box-item .product-list-box-card .miane {
  font-size: 16px;
  color: #2d2e2a;
  font-weight: bold;
}
.product .product-list-box-item .product-list-box-card.active {
  background: #9ad426;
  border: 0.02rem solid #9ad426;
}

.buy_suc {
  width: 1400px;
  margin: 0 auto;
  padding-top: 20px;
}
.buy_suc .buy_cont {
  width: 1400px;
  background: #ffffff;
  border-radius: 15px 15px 15px 15px;
  padding: 40px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  text-align: center;
  margin-bottom: 60px;
}
.buy_suc .buy_cont img {
  width: 100px;
  height: 100px;
}
.buy_suc .buy_cont .bot_box {
  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;
  width: 400px;
  margin: 0 auto;
  margin-top: 40px;
}
.buy_suc .buy_cont .bot_box p {
  width: 156px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border: 1px solid #e4e8ed;
  cursor: pointer;
  border-radius: 100px 100px 100px 100px;
}
.buy_suc .buy_cont .bot_box p.active {
  background: -webkit-linear-gradient(left, #83bc16 0%, #9ad426 100%);
  background: -moz-linear-gradient(left, #83bc16 0%, #9ad426 100%);
  background: -o-linear-gradient(left, #83bc16 0%, #9ad426 100%);
  background: linear-gradient(90deg, #83bc16 0%, #9ad426 100%);
  color: #fff;
}

.aboutbanner {
  width: 100%;
}
.aboutbanner img {
  width: 100%;
}

.pcabout {
  width: 100%;
  background: #f7f9fd;
}
.pcabout .about_info {
  width: 1400px;
  margin: 0 auto;
  padding-top: 88px;
  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;
  padding-bottom: 40px;
}
.pcabout .about_info .about_info_box img {
  width: 400px;
}
.pcabout .about_info .about_info_box .tit {
  font-size: 28px;
}
.pcabout .about_info .about_info_box .zhuangshi {
  width: 39px;
  height: 7px;
  background: #83bc16;
  margin-bottom: 60px;
  border-radius: 500px 500px 500px 500px;
}
.pcabout .about_info .about_info_box .msg {
  color: #666;
  font-size: 16px;
  margin-bottom: 30px;
}
.pcabout .about_info .build {
  width: 590px;
  position: relative;
  left: -92px;
  top: 25px;
}

.companyaddress {
  width: 1400px;
  margin: 0 auto;
  padding-top: 53px;
}
.companyaddress .title {
  font-size: 48px;
  color: #2d2e2a;
  text-align: center;
}
.companyaddress .zhuangshi {
  width: 39px;
  height: 7px;
  background: #83bc16;
  margin: 0 auto;
  margin-bottom: 20px;
  border-radius: 500px 500px 500px 500px;
}
.companyaddress .address_box {
  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;
  margin-top: 40px;
  padding-bottom: 100px;
}
.companyaddress .address_box .addimg {
  width: 700px;
}
.companyaddress .address_box .mesg {
  display: inline-block;
  color: #a8a8a8;
  margin-left: 80px;
}
.companyaddress .address_box .mesg .mesg_list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
.companyaddress .address_box .mesg .mesg_list .mesg_title {
  color: #2e3133;
}
.companyaddress .address_box .mesg .mesg_list img {
  width: 38px;
  height: 38px;
  margin-right: 20px;
}

.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;
  height: 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;
}

.box3 .erweima-model {
  width: 100vw;
  height: 100%;
  position: fixed;
  z-index: 10;
  background: #444;
  opacity: 0.5;
  top: 0;
}
.box3 .model_buy {
  width: 748px;
  height: 400px;
  background: #ffffff;
  border-radius: 15px 15px 15px 15px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 11;
  padding: 45px 90px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.box3 .model_buy .model_buy_box {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.box3 .model_buy .model_buy_box .pay_type {
  width: 218px;
  height: 50px;
  line-height: 50px;
  background: #f6f8fa;
  border-radius: 15px 15px 15px 15px;
  text-align: center;
  margin-top: 20px;
  cursor: pointer;
}
.box3 .model_buy .model_buy_box .pay_type img {
  width: 18px;
  vertical-align: middle;
  margin-right: 10px;
}
.box3 .model_buy .model_buy_box .pay_type.active {
  background: -webkit-linear-gradient(top, #f7fdf0 0%, #ffffff 100%);
  background: -moz-linear-gradient(top, #f7fdf0 0%, #ffffff 100%);
  background: -o-linear-gradient(top, #f7fdf0 0%, #ffffff 100%);
  background: linear-gradient(180deg, #f7fdf0 0%, #ffffff 100%);
  border: 1px solid #83bc16;
}
.box3 .model_buy .model_buy_box .price-box {
  color: #f17514;
  text-align: center;
}
.box3 .model_buy .model_buy_box .price-box .price {
  font-size: 26px;
  font-weight: bold;
}
.box3 .model_buy .model_buy_box .erweim_box {
  width: 230px;
  height: 230px;
  background: #ffffff;
  border-radius: 15px 15px 15px 15px;
  border: 1px solid #edf0f4;
  text-align: center;
  margin: 0 auto;
  margin-top: 15px;
}
.box3 .model_buy .model_buy_box .erweim_box img {
  width: 180px;
  height: 180px;
  margin-top: 10px;
  margin-left: 10px;
}
.box3 .model_buy .model_buy_box .erweima_text {
  color: #999999;
  font-size: 14px;
  text-align: center;
  margin-top: 15px;
}
.box3 .model_buy .model_buy_box .xieyi_msg {
  font-size: 14px;
  margin-top: 15px;
  text-align: center;
}
.box3 .model_buy .model_buy_box .xieyi_msg img {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-right: 5px;
}
.box3 .model_login {
  width: 622px;
  height: 424px;
  background-image: url("../images/news/pc/loginbg.png");
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
  background-color: #ffffff;
  border-radius: 15px 15px 15px 15px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 11;
  padding: 45px 90px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.box3 .model_login .tit {
  text-align: center;
  color: #2d2e2a;
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 500;
}
.box3 .model_login input {
  display: block;
  height: 52px;
  background: #ffffff;
  border-radius: 15px 15px 15px 15px;
  border: 1px solid #e4e8ed;
  text-indent: 20px;
  outline: 1px solid #e4e8ed;
  font-size: 18px;
}
.box3 .model_login .phone {
  width: 435px;
}
.box3 .model_login .code {
  width: 282px;
}
.box3 .model_login .code-box {
  margin: 30px auto;
  margin-bottom: 0;
  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;
}
.box3 .model_login .code-box .get_code {
  display: block;
  width: 120px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #77ad10;
  border-radius: 100px 100px 100px 100px;
  border: 1px solid #e4e8ed;
  cursor: pointer;
}
.box3 .model_login .login_btn {
  width: 300px;
  height: 52px;
  line-height: 52px;
  margin: 0 auto;
  text-align: center;
  background: -webkit-linear-gradient(left, #83bc16 0%, #9ad426 100%);
  background: -moz-linear-gradient(left, #83bc16 0%, #9ad426 100%);
  background: -o-linear-gradient(left, #83bc16 0%, #9ad426 100%);
  background: linear-gradient(90deg, #83bc16 0%, #9ad426 100%);
  border-radius: 100px 100px 100px 100px;
  color: #ffffff;
  margin-top: 60px;
  cursor: pointer;
}