﻿@charset "utf-8";

/* CSS Document */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  font-family: "微软雅黑", "黑体";
  color: #333;
  line-height: 1.6;
  background: #FFF;
}

ul,
li,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
form,
input {
  margin: 0px;
  padding: 0px;
}

input,
textarea {
  font-family: "微软雅黑";
  border: none;
  outline: none;
  background: none;
}

ul,
li {
  list-style: none
}

img {
  border: 0px;
  padding: 0px;
}

a {
  color: #5c5c5c;
  text-decoration: none !important;
}

h2,
h3,
h4 {
  font-weight: normal;
}

em,
i {
  font-style: normal;
}

.clear {
  zoom: 1;
}

.clear:after {
  content: '';
  display: block;
  clear: both;
}

.fl {
  float: left
}

.fr {
  float: right
}

.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: 75px;
  z-index: 100;
  transition: All 0.4s ease-in-out;
}

.headerbox {
  width: 1430px;
  margin: 0 auto;
  max-width: 98%;
}

.logo {
  float: left;
  width: 237px;
  position: relative;
  margin-top: 2px;
}

.logo img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.ssbtn {
  float: right;
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: relative;
  margin-top: 24px;
}

.ssbtn img {
  position: absolute;
  top: 0;
  left: 0;
}

.ssknr {
  position: absolute;
  height: 45px;
  width: 500px;
  top: -10px;
  right: -500px;
  z-index: 100;
  opacity: 0;
  transition: All 0.4s ease-in-out;
}

.ssknr.on1 {
  right: 0;
  opacity: 1;
}

.bbss {
  background: url(../images/d1.png) no-repeat center center;
  width: 45px;
  height: 15px;
  right: 0;
  border: none;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 100;
}

.wbynr {
  width: 450px;
  height: 45px;
  background: #fff;
  border: 1px solid #d3d3d3;
  position: relative;
}


.ssbtn.on img {
  display: none;
}


.c1 {
  opacity: 1;
}

.c2 {
  opacity: 0;
}

.sqtybtn {
  display: block;
  text-align: center;
  float: right;
  width: 100px;
  line-height: 40px;
  color: #0068dd;
  background: #fff;
  border-radius: 6px;
  margin: 17px 30px 0 0;
}

.lxdh {
  float: right;
  width: 167px;
}

.lxdh p {
  line-height: 75px;
  font-size: 16px;
  color: #fff;
  background: url(../images/a4.png) no-repeat left center;
  padding-left: 25px;
}

.nav {
  float: right;
}

.nav ul {
  padding-right: 72px;
}

.nav li {
  float: left;
  padding: 0 25px;
}

.nav h3 a {
  display: block;
  color: #fff;
  position: relative;
  line-height: 75px;
  font-size: 14px;
  text-decoration: none;
}

.nav h3 a:before {
  position: absolute;
  content: "";
  border-bottom: 2px solid #2385ec;
  bottom: 0;
  left: 50%;
  transition: All 0.4s ease-in-out;
  transform: translateX(-50%);
  width: 0;
}

.nav li.on a:before {
  width: 100%;
}

.header.on {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.header.on .c1 {
  opacity: 0;
}

.header.on .c2 {
  opacity: 1;
}

.header.on .sqtybtn {
  background-image: linear-gradient(to right, #0071df, #00a5ec);
  color: #fff;
}

.header.on .nav a {
  color: #333;
}

.header.on .lxdh p {
  line-height: 75px;
  font-size: 16px;
  color: red;
  background: url(../images/a5.png) no-repeat left center;
  padding-left: 25px;
}

.header.on .bbss {
  background: url(../images/d3.png) no-repeat center center;
}

.header:hover {
  background: #fff;
}

.header:hover .c1 {
  opacity: 0;
}

.header:hover .c2 {
  opacity: 1;
}

.header:hover .bbss {
  background: url(../images/d3.png) no-repeat center center;
}

.header:hover .sqtybtn {
  background-image: linear-gradient(to right, #0071df, #00a5ec);
  color: #fff;
}

.header:hover .nav a {
  color: #333;
}

.header:hover .nav .on h3 a {
  color: #2183e9;
}

.header:hover .lxdh p {
  line-height: 75px;
  font-size: 16px;
  color: red;
  background: url(../images/a5.png) no-repeat left center;
  padding-left: 25px;
}

.sub {
  width: 720px;
  overflow: hidden;
  position: absolute;
  top: 75px;
  background: #fff;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  padding-bottom: 30px;
  display: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  max-width: 94%;
}

.sub_left {
  float: left;
  width: 370px;
  background: #f5f7fa;
  padding-bottom: 500px;
  margin-bottom: -500px;
}

.sub_left span {
  display: block;
  line-height: 60px;
  font-size: 18px;
  color: #333;
  padding-left: 40px;
  cursor: pointer;
}

.sub_left dt.cur span {
  background: #fff;
  color: #017ee2;
}

.sub_right {
  float: right;
  width: calc(100% - 400px);
  padding: 30px 25px 25px 0;
}

.gdkz {
  height: 420px;
  overflow: auto;
  animation: fadeIn .25s, 100ms;
}

.sub_right h1 {
  font-weight: bold;
  font-size: 18px;
}

.lbfl_a dl {
  overflow: hidden;
  margin-left: -25px;
}

.lbfl_a dt {
  width: 50%;
  padding: 25px 0 25px 25px;
  overflow: hidden;
  float: left;
}

.lbfl_a img {
  float: left;
  width: 58px;
}

.swtext {
  float: right;
  width: calc(100% - 72px);
}

.swtext h2 {
  font-weight: bold;
  font-size: 16px;
  margin: 4px 0;
}

.swtext p {
  font-size: 14px;
  color: #999;
}

#style-1::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #fff;
}

#style-1::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #555;
}

.lbfl_b dl {
  overflow: hidden;
}

.lbfl_b dt {
  width: 50%;
  float: left;
  padding: 15px 85px 15px 0;
}

.lbfl_b h2 {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  line-height: 2.2;
  border-bottom: 1px solid #ddd;
}

.lbfl_b h2 img {
  display: inline-block;
  vertical-align: middle;
  margin: -3px 10px 0 0;
  width: 20px;
}

.lbfl_b p {
  margin-top: 10px;
  font-size: 14px;
  color: #999;
}

.lbfl_b h2:hover {
  color: #0086f1;
}

.lbfl_a h2:hover {
  color: #0086f1;
}

.jjfa {
  overflow: hidden;
  padding: 30px 45px;
}

.jjfa dl {
  overflow: hidden;
  margin-left: -25px;
}

.jjfa dt {
  float: left;
  width: 33.33%;
  padding: 0 0 25px 25px;
  line-height: 28px;
}

.jjfa h2 {
  font-weight: bold;
  font-size: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}

.jjfa a {
  display: block;
  color: #333;
  font-size: 14px;
  font-weight: 400;
}

.jjfa a:hover {
  color: #0086f1 !important;
}

.jn_nr {
  width: 1240px;
  margin: 0 auto;
  max-width: 94%;
}

.sub1 {
  width: 420px;
}

.gywm {
  overflow: hidden;
  padding: 30px 45px;
}

.gywm_right {
  width: 500px;
  float: right;
}

.gywm_right img {
  max-height: 230px;
}

.gywm_left {
  float: left;
  width: calc(100% - 500px);
}

.gywm_left dt {
  line-height: 32px;
  font-size: 14px;
}

.gywm_left a {
  color: #333;
}

.gywm_left a:hover {
  color: #0086f1 !important;
}

.sthz {
  overflow: hidden;
  padding: 30px 45px;
}

.sthz_left {
  float: left;
  width: 100%;
}

.sthz_left dt {
  float: left;
  width: 50%;
  margin-bottom: 10px;
}

.sthz_left dt a {
  display: block;
  color: #333;
  font-size: 14px;
  font-weight: 400;
}

.sthz_left dt a:hover {
  color: #0086f1 !important;
}

.banner {
  position: relative;
}

.banner img {
  width: 100%;
}

.bannertext {
  width: 1230px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 94%;
}

.bannertext h2 {
  color: #fff;
  font-size: 40px;
  line-height: 1.21429;
  margin-bottom: 25px;
}

.bannertext p {
  line-height: 1.6;
  letter-spacing: 1px;
  font-weight: lighter;
  margin-bottom: 56px;
  width: 42.57871%;
  font-size: 18px;
  color: #fff;
}

.btn1 {
  color: #fff;
  background-color: #2183e9;
  line-height: 42px;
  font-size: 16px;
  width: 124px;
  display: inline-block;
  border-radius: 6px;
  text-align: center;
  transition: All 0.4s ease-in-out;
}

.btn1 b {
  display: inline-block;
  background: url(../images/a1.png);
  width: 15px;
  height: 15px;
  opacity: 0;
  margin: -3px 0 0 0;
  transition: All 0.3s ease-in-out;
  vertical-align: middle;
}

.btn1:hover b {
  margin-left: 10px;
  opacity: 1;
}

.btn1:hover .jnw01 {
  width: 1230px;
  margin: 0 auto;
}

.jn_title h2 {
  text-align: center;
  font-size: 34px;
  line-height: 154px;
}

.tcbtng {
  width: 40px;
  height: 40px;
  top: 20px;
  right: 20px;
  background: url(../images/d3.png) no-repeat center center #fff;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  background-size: 25px 25px;
  z-index: 100;
}

.sjzs {
  display: none;
}

.lxdha {
  display: none;
}


@media(max-width:1380px) {
  .bannertext h2 {
    font-size: 24px;
  }

  .bannertext p {
    font-size: 14px;
    margin-bottom: 15px;
  }

  .nav li {
    padding: 0 15px;
  }

  .nav ul {
    padding-right: 10px;
  }
}

@media(max-width:1200px) {
  .nav li {
    padding: 0 8px;
  }

  .jn_bt span {
    width: 170px;
  }
}

@media(max-width:1000px) {
  .header {
    height: 60px;
    background: #fff;
  }

  .ssbtn {
    display: none;
  }

  .sqtybtn {
    display: none;
  }

  .lxdh {
    display: none;
  }

  .wyx {
    padding: 10px 15px;
    height: 250px;
    position: relative;
    background: #fff;
  }

  .logo {
    width: 200px;
  }

  .c1 {
    opacity: 0;
  }

  .c2 {
    opacity: 1;
  }

  .dhbtn {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 3%;
    top: 15px;
    background: url(../images/dd1.png) no-repeat center center #0384fd;
    background-size: 20px 20px;
    border-radius: 4px;
  }

  .dhbtn.on {
    background: url(../images/dd2.png) no-repeat center center #0384fd;
    background-size: 20px 20px;
    border-radius: 4px;
  }

  .nav {
    position: fixed;
    width: 100%;
    left: 0;
    top: 60px;
    background: #fff;
    display: none;
    overflow: auto;
  }

  .nav li {
    float: none;
    width: 100%;
    border-bottom: 1px solid #eee;
  }

  .fgt {
    height: 60px;
  }

  .nav h3 a {
    line-height: 50px;
  }

  .sub {
    position: static;
    transform: translateX(0%);
    max-width: 100%;
    padding-bottom: 10px;
  }

  .sub_left {
    width: 120px;
  }

  .sub_left span {
    font-size: 12px;
    padding-left: 5px;
  }

  .sub_right {
    width: calc(100% - 120px);
    padding: 10px 5px 0 0;
  }

  .lbfl_a dl {
    margin: 0;
  }

  .gdkz {
    height: 300px;
    padding: 10px;
  }

  .lbfl_a dt {
    box-sizing: border-box;
    margin: 0;
    width: 100%;
    padding: 10px 5px 10px 0;
  }

  .lbfl_a img {
    width: 30px;
  }

  .swtext {
    width: calc(100% - 38px);
  }

  .swtext h2 {
    margin: 0 0 10px;
    font-size: 14px;
  }

  .swtext p {
    font-size: 12px;
    line-height: 1.5;
  }

  .sub_right h1 {
    font-size: 13px;
  }

  .lbfl_b dt {
    width: 100%;
    padding: 0 0 10px;
  }

  .lbfl_b h2 {
    font-size: 14px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .lbfl_b p {
    font-size: 12px;
    line-height: 1.5;
  }

  .jjfa {
    padding: 10px;
    height: 300px;
    overflow: auto;
  }

  .jjfa dt {
    width: 50%;
  }

  .jjfa h2 {
    font-size: 14px;
  }

  .gywm {
    padding: 10px;
  }

  .gywm_left {
    float: none;
    width: 100%;
  }

  .gywm_right {
    display: none;
  }

  .nav ul {
    padding: 0;
  }

  .gywm_left dt {
    font-size: 12px;
    line-height: 28px;
  }

  .bannertext p {
    padding: 0 0 20px;
    width: 100%;
  }

  .bannertext h2 {
    line-height: 1.5;
  }

  .jn_title h2 {
    font-size: 24px;
    line-height: 1;
    padding: 35px 0 25px;
    font-weight: bold;
  }

  .jn_bt ul {
    overflow: auto;
    white-space: nowrap;
    text-align: left;
  }

  .jn_bt ul::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background-color: #fff;
  }

  .jn_bt li {
    display: inline-block;
    line-height: 46px;
    padding: 0 20px 0 0;
  }

  .jn_bt span {
    width: auto;
    font-size: 16px;
    line-height: 46px;
    padding: 0;
    margin: 0;
  }

  .jnqh_left {
    width: 100%;
    float: none;
  }

  .jnqh {
    padding-top: 20px;
  }

  .jnqh_girht {
    float: none;
    width: 100%;
    padding-top: 15px;
  }

  .jnqh_girht h2 {
    font-size: 24px;
  }

  .jnqh_girht h3 {
    font-size: 24px;
  }

  .jnqh_girht p {
    font-size: 14px;
  }

  .product_bottom li {
    width: 33.33%;
  }

}