*:before,
*:after {
  -webkit-box-sizing: border-box;

  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

body {
  font-family: '微软雅黑';
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
select,
p,
blockquote,
th,
td,
section {
  margin: 0;

  padding: 0;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;

  /* 2 */

  cursor: pointer;

  /* 3 */
}

a:focus {
  outline: none;
}

a:hover {
  text-decoration: none;
}

body,
input,
textarea,
select,
button {
  text-rendering: optimizeLegibility;

  /* 1 */

  -webkit-font-smoothing: antialiased;

  /* 2 */

  -moz-osx-font-smoothing: grayscale;

  /* 3 Default: auto */

  -moz-font-feature-settings: 'liga', 'kern';
}

select::-ms-expand {
  display: none;
}

em {
  font-style: normal;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;

  /* 1 */

  font: inherit;

  /* 2 */

  margin: 0;

  /* 3 */
}

button,
input {
  border: 0;

  line-height: normal;
}

input[type='file'] {
  width: 66px;
}

button,
select {
  text-transform: none;
}

input[type='button'],
input[type='text'] {
  -webkit-appearance: none;

  outline: none;
}

li,
dd,
dl {
  list-style: none;

  margin: 0px;

  padding: 0px;

  -webkit-box-sizing: border-box;

  box-sizing: border-box;
}
.clear {
  clear: both;
}
.main {
  max-width: 1480px;
  margin: 0 auto;
}
.top-wrap {
  width: 100%;
  line-height: 42px;
}
.top-main {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
.top-left span {
  font-size: 13px;
  color: #999999;
}
.top-left img {
  margin-right: 8px;
}
.top-right a {
  display: inline-block;
  font-size: 13px;
  color: #999999;
  margin-left: 25px;
}
.logo-wrap {
  width: 100%;
  padding: 20px 0;
}
.logo-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.logo-left span {
  font-size: 35px;
  color: #1e1e1e;
  font-family: PingFang SC;
  font-weight: bold;
  display: inline-block;
  margin-left: 18px;
  padding-left: 28px;
  position: relative;
  line-height: 65px;
}
.logo-left span:before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 100%;
  background: #787878;
  position: absolute;
  left: 0;
  top: 0;
}
.logo-right {
  display: flex;
}
.tr-box {
  display: flex;
  align-items: center;
}
.tr-box img {
  margin-right: 10px;
}
.tr-box span {
  display: block;
}
.tr-box span:first-of-type {
  font-size: 18px;
  color: #2c2c2c;
}
.tr-box span:nth-of-type(2) {
  font-size: 14px;
  color: #999999;
}
.logo-right .tr-box:nth-of-type(2) {
  margin-left: 44px;
}

nav {
  width: 100%;
  background: #282828;
  line-height: 60px;
  transition: all 0.3s;
}
.nav ul li {
  width: 11.11%;
  float: left;
  text-align: center;
}
.nav ul li a {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  color: #fff;
}
.nav ul .active {
  background: #1b3282;
}
.nav ul li:hover {
  background: #1b3282;
}
.banner {
  width: 100%;
  position: relative;
}
.banner .swiper-slide img {
  width: 100%;
}
.banner .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  width: 13px;
  height: 13px;
}
.banner .swiper-pagination-bullet-active {
  background: #dd2c34;
}
.banner .swiper-pagination {
  bottom: 40px;
}

.search-wrap {
  width: 100%;
  background: #f8f8f8;
}
.search-main {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  height: 120px;
}
.rm-box {
  display: flex;
}
.search-box {
  width: 334px;
  height: 46px;
  border: 1px solid #bfbfbf;
  position: relative;
  margin-left: 60px;
  border-radius: 30px;
  padding: 4px 15px;
}
.ly-btn {
  margin-left: auto;
}
.search-box form {
  height: 100%;
}
.search-box input {
  width: 260px;
  height: 100%;
  background: #f8f8f8;
}
.search-box button {
  position: absolute;
  right: 4px;
  top: 3px;
  width: 40px;
  outline: none;
  background: transparent;
}
.search-box button img {
  width: 100%;
}
.ly-btn a {
  display: inline-block;
}
.ly-btn img {
  display: block;
  margin: 0 auto 5px;
}
.ly-btn a span {
  display: inline-block;
  font-size: 14px;
  color: #969696;
}

.rm-box span {
  font-size: 16px;
  color: #424242;
  font-weight: bold;
}
.rm-box span img {
  margin-right: 10px;
}
.rm-txt {
  display: flex;
  align-items: center;
}
.rm-txt a {
  display: inline-block;
  font-size: 15px;
  color: #8a8a8a;
}
.rm-txt a:hover {
  color: #1b3282;
}

.product-wrap {
  width: 100%;
  padding: 70px 0;
}
.product-main {
  max-width: 1200px;
  margin: 0 auto;
}
.product-main h2 {
  font-size: 33px;
  color: #2e2e2e;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
}
.product-main h2:after {
  content: '';
  display: inline-block;
  width: 46px;
  height: 2px;
  background: #1b3282;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.product-nav {
  width: 100%;
  text-align: center;
}
.product-nav ul {
  margin: 26px 0;
}
.product-nav ul li {
  display: inline-block;
  background: #f0f0f0;
  margin: 0 20px;
  position: relative;
}
.product-nav ul li a {
  display: inline-block;
  font-size: 16px;
  color: #5b5b5b;
  width: 100%;
  padding: 10px 38px;
}
.product-nav ul .active {
  background: #1b3282;
}
.product-nav ul .active a {
  color: #fff;
}
.product-nav ul li a:hover {
  color: #1b3282;
}
.product-nav ul .active:after {
  content: '';
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -9px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 9px solid #1b3282;
}
.product-box {
  width: 100%;
  margin-top: 40px;
}
.product-box ul li {
  width: 23.5%;
  padding-bottom: 30%;
  height: 0;
  position: relative;
  float: left;
  margin-right: 2%;
  margin-bottom: 66px;
  border: 1px solid #c4c4c4;
  transition: all 0.3s;
}
.product-box ul li:hover {
  transform: translateY(-4px);
  border: 1px solid #1b3282;
}
.product-box ul li .product-img {
  width: 100%;
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
  height: 66%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-img img {
  max-width: 90%;
  max-height: 90%;
}
.product-box ul li a {
  display: inline-block;
}
.product-txt {
  position: absolute;
  left: 0;
  bottom: 8%;
  width: 100%;
  text-align: center;
}
.product-txt h4 {
  font-size: 16px;
  color: #121212;
  margin-bottom: 5px;
}
.product-txt p {
  font-size: 13px;
  color: #aaaaaa;
}
.product-box ul li span {
  display: inline-block;
  width: 128px;
  height: 34px;
  background: #4b4c4e;
  text-align: center;
  line-height: 34px;
  color: #fff;
  transition: all 0.3s;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -17px;
}

.product-box ul li:hover span {
  background: #1b3282;
}
.product-box ul li:nth-of-type(4n) {
  margin-right: 0;
}
.more {
  display: block;
  margin: 0 auto;
  width: 170px;
}
.more a {
  display: inline-block;
  width: 100%;
  height: 60px;
  box-shadow: 0 25px 20px #b3bbd5;
  background: #1b3282;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 60px;
}
.about-wrap {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: 40px;
}
.about-wrap .about-img {
  width: 50%;
  float: left;
}
.about-wrap .about-img img {
  width: 100%;
}
.about-wrap .about-txt {
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  background: #f3f3f3;
}
.about-txt .about-nrbox {
  width: 68%;
  padding: 44px 0 0 52px;
}
.about-nrbox h3 {
  font-size: 34px;
  color: #1a3288;
  font-weight: bold;
  margin-bottom: 12px;
}
.about-nrbox h4 {
  font-size: 16px;
  color: #32468d;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
.about-nrbox h4:after {
  content: '';
  display: inline-block;
  width: 52px;
  height: 1px;
  background: #1b3282;
  position: absolute;
  left: 0;
  bottom: 0;
}
.about-p {
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
}
.about-p p {
  font-size: 14px;
  color: #373737;
  line-height: 26px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.about-nrbox a {
  display: inline-block;
  margin-top: 15px;
  color: #dd2c34;
}
.abot-wrap {
  width: 100%;
  height: 240px;
  background: url(../img/abot.png) no-repeat center;
  background-size: cover;
}
.abot-main {
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
}
.abot-main ul {
  height: 100%;
}
.abot-main ul li {
  width: 25%;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  float: left;
  justify-content: center;
}
.abot-main ul li > div > span:first-of-type {
  font-size: 56px;
  color: #fff;
}
.abot-main ul li > div > span:nth-of-type(2) {
  font-size: 28px;
  color: #fff;
}
.abot-main ul li p {
  font-size: 14px;
  color: #fff;
  line-height: 22px;
}
.abot-main ul li .abotp {
  margin-top: 14px;
}

.zs-wrap {
  width: 100%;
  padding: 53px 0 130px;
  background: url(../img/zsbac.png) no-repeat center;
  background-size: cover;
}
.zs-main {
  max-width: 1200px;
  margin: 0 auto;
}
.zs-main h2 {
  font-size: 38px;
  color: #2e2e2e;
  text-align: center;
}
.zs-main h2 span {
  font-weight: bold;
  color: #1a3288;
}
.zs-main p {
  font-size: 16px;
  color: #969696;
  padding: 15px 0;
  position: relative;
  text-align: center;
}
.zs-main p:after {
  content: '';
  display: inline-block;
  width: 52px;
  height: 1px;
  background: #1b3282;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.zs-box {
  width: 100%;
  margin-top: 30px;
  position: relative;
}
.zs-img {
  border: 3px solid #ddb351;
  height: 240px;
  overflow: hidden;
}
.zs-img img {
  width: 100%;
}
.zs-box .swiper-button-next,
.zs-box .swiper-button-prev {
  width: 25px;
  height: 73px;
}

.zs-box .swiper-button-prev {
  background: url(../img/zs-prev.png) no-repeat;
  background-size: 100%;
  left: -36px;
}
.zs-box .swiper-button-next {
  background: url(../img/zs-next.png) no-repeat;
  background-size: 100%;
  right: -36px;
}

.news-wrap {
  width: 100%;
  padding: 60px 0;
}
.news-main {
  max-width: 1400px;
  margin: 0 auto;
}
.news-main > h2 {
  font-size: 38px;
  color: #2e2e2e;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.news-main > h4 {
  font-size: 14px;
  color: #6d6d6d;
  text-align: center;
}
.news-box {
  width: 100%;
  overflow: hidden;
  margin-top: 40px;
}
.news-left {
  width: 48%;
  float: left;
}
.news-right {
  width: 48%;
  float: right;
}
.news-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.news-top span {
  font-size: 20px;
  color: #171717;
  font-weight: bold;
}
.news-top a {
  font-size: 16px;
  color: #9b9b9b;
}
.news-list {
  width: 100%;
}
.news-list ul li a {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}
.news-list .news-img {
  width: 207px;
  margin-right: 20px;
  flex-shrink: 0;
}
.news-list .news-img img {
  width: 100%;
}
.news-list .news-txt h3 {
  font-size: 16px;
  color: #202020;
}
.news-list .news-txt p {
  font-size: 14px;
  line-height: 26px;
  color: #7b7b7b;
  margin: 10px 0;
}
.news-list .news-txt span {
  font-size: 14px;
  color: #959595;
  display: inline-block;
  float: right;
}
.com-list ul li {
  padding-bottom: 40px;
  padding-left: 80px;
  position: relative;
}
.com-list ul li h4 {
  font-size: 16px;
  color: #202020;
  line-height: 26px;
  margin-bottom: 10px;
}

.com-list ul li p {
  font-size: 14px;
  color: #7b7b7b;
  line-height: 26px;
}
.com-list ul li:first-of-type:before {
  content: '最新';
  display: inline-block;
  width: 54px;
  height: 54px;
  text-align: center;
  line-height: 54px;
  border-radius: 50%;
  background: #dd2c34;
  font-size: 16px;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
}

.com-list ul li:nth-of-type(2):before {
  content: '4';
  display: inline-block;
  width: 33px;
  height: 33px;
  text-align: center;
  line-height: 33px;
  border-radius: 50%;
  background: #dd2c34;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  position: absolute;
  left: 11px;
  top: 0;
}

.com-list ul li:nth-of-type(3):before {
  content: '3';
  display: inline-block;
  width: 33px;
  height: 33px;
  text-align: center;
  line-height: 33px;
  border-radius: 50%;
  background: #dd2c34;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  position: absolute;
  left: 11px;
  top: 0;
}

.com-list ul li:nth-of-type(4):before {
  content: '2';
  display: inline-block;
  width: 33px;
  height: 33px;
  text-align: center;
  line-height: 33px;
  border-radius: 50%;
  background: #dd2c34;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  position: absolute;
  left: 11px;
  top: 0;
}
.com-list ul li:nth-of-type(5):before {
  content: '1';
  display: inline-block;
  width: 33px;
  height: 33px;
  text-align: center;
  line-height: 33px;
  border-radius: 50%;
  background: #dd2c34;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  position: absolute;
  left: 11px;
  top: 0;
}

.com-list ul li:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 100%;
  background: #f5a675;
  position: absolute;
  left: 27px;
  top: 0;
  z-index: -1;
}
.com-list ul li:last-of-type:after {
  display: none;
}

footer {
  width: 100%;
  background: #212121;
  padding: 50px 0;
}
.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.footer-left p {
  font-size: 16px;
  color: #fff;
  margin-bottom: 14px;
}
.footer-left p a {
  color: #fff;
}
.footer-nav {
  padding: 15px 0;
  border-bottom: 1px solid #444444;
}
.footer-nav ul li {
  display: inline-block;
  margin-right: 50px;
}
.footer-nav ul li a {
  font-size: 15px;
  color: #bdbdbd;
}
.footer-nav ul li a:hover {
  color: #fff;
}

.footer-nav ul li:last-of-type {
  margin-right: 0;
}
.footer-right {
  width: 420px;
  display: flex;
  flex-shrink: 0;
}
.footer-right .ewm-img {
  margin-right: 24px;
}
.footer-right .ewm-img img {
  width: 127px;
}
.flxp span {
  font-size: 24px;
  color: #cbcbcb;
}
.flxp p {
  font-size: 14px;
  line-height: 24px;
  color: #cbcbcb;
}
.flxp .fxa {
  margin-top: 12px;
}
.flxp .fxa a {
  display: inline-block;
  margin-right: 14px;
}
.link-wrap {
  width: 100%;
  background: #171717;
  padding: 20px 0;
}
.link-main {
  max-width: 1480px;
  margin: 0 auto;
}
.link-main > span {
  font-size: 16px;
  color: #58605c;
  display: inline-block;
  margin-bottom: 12px;
}
.link-box a {
  display: inline-block;
  font-size: 13px;
  color: #58605c;
  margin-right: 35px;
}
.link-box a:hover {
  color: #fff;
}
.mbx-wrap {
  width: 100%;
}
.mbx {
  line-height: 60px;
  border-bottom: 1px solid #dfe3ea;
}
.mbx a {
  display: inline-block;
  font-size: 14px;
  color: #666666;
}

.cp-wrap {
  width: 100%;
  padding: 30px 0;
}

.nav-left {
  width: 237px;
  float: left;
}
.nav-left ul li {
  width: 100%;
  line-height: 46px;
  background: #f0f0f0;
  position: relative;
  margin-bottom: 2px;
}
.nav-left ul li a {
  display: inline-block;
  width: 100%;
  padding: 0 30px;
  font-size: 16px;
  color: #5b5b5b;
}
.nav-left ul li span {
  font-size: 20px;
  color: #b4b4b4;
  font-weight: bold;
  position: absolute;
  right: 30px;
  top: 0;
  display: inline-block;
  font-family: '宋体';
}
.nav-left ul .active {
  background: #1b3282;
}
.nav-left ul .active a {
  color: #fff;
}
.nav-left ul .active span {
  color: #fff;
}
.right-box {
  width: 1200px;
  float: right;
}
.cp-list .product-box {
  margin-top: 0;
}
.cp-list .product-box ul li:hover {
  border: 1px solid #dd2c34;
}
.cp-list .product-box ul li:hover span {
  background: #dd2c34;
}

.page {
  width: 100%;
  margin: 30px 0;
  text-align: center;
}
.page ul li {
  display: inline-block;
  margin: 0 8px;
}
.page ul li a {
  display: inline-block;
  padding: 5px 15px;
  background: #eeeeee;
  color: #313131;
  font-size: 15px;
}
.page ul .active a {
  background: #dd2c34;
  color: #fff;
}

.cpxq-top {
  width: 100%;
  padding-bottom: 35px;
  border-bottom: 1px solid #eaeaea;
  overflow: hidden;
}
.cpxq-left {
  width: 48%;
  float: left;
  display: flex;
}
.cpxq-left .cpxq-img {
  width: 100%;
  height: 368px;
  border: 2px solid #e6e6e6;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cpxq-left .cpxq-img img {
  max-width: 96%;
}
.cpxq-simg {
  width: 100px;
}
.cpxq-right {
  width: 48%;
  float: right;
}
.cpxq-simg .swiper-slide {
  height: 100px;
  width: 100px;
  cursor: pointer;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cpxq-simg .swiper-slide img {
  max-width: 90%;
  max-height: 90%;
}
.cpxq-simg .swiper-slide-active {
  border: 1px solid #1b3282;
}
.cpxq-right h3 {
  font-size: 22px;
  color: #1a1a1a;
  background: #eaeaea;
  padding: 0 30px;
  line-height: 58px;
}
.cpxq-bot {
  padding: 34px 30px 0;
}
.cpxq-list p {
  font-size: 16px;
  color: #797979;
  line-height: 30px;
}
.rx {
  margin: 20px 0;
}
.rx span {
  font-size: 18px;
  color: #191919;
}
.rx span span {
  color: #dd2c34;
}

.cpxq-bot a {
  display: inline-block;
}
.xq-box {
  width: 100%;
  padding-bottom: 200px;
}
.xq-box > span {
  display: inline-block;
  margin: 30px 0;
  width: 128px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #ebebeb;
  font-size: 16px;
  color: #797979;
  position: relative;
}
.xq-box > span:before {
  content: '';
  display: inline-block;
  background: #099ef4;
  width: 3px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.gc-box {
  padding-bottom: 60px;
}
.gc-box > ul > li {
  width: 32%;
  float: left;
  margin-right: 2%;
  text-align: center;
  cursor: pointer;
}
.gc-box > ul > li .gc-img {
  width: 100%;
  overflow: hidden;
}
.gc-img img {
  width: 100%;
  transition: all 0.3s;
}
.gc-box > ul > li .gc-img:hover img {
  transform: scale(1.1);
}
.gc-box > ul > li span {
  display: inline-block;
  margin: 20px 0;
  font-size: 18px;
  color: #252525;
}
.gc-box > ul > li:nth-of-type(3n) {
  margin-right: 0;
}

.gy-box {
  padding-bottom: 60px;
}
.gy-img {
  width: 100%;
  position: relative;
}
.gy-img img {
  width: 100%;
}
.gy-img span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 32px;
  color: #fff;
  display: inline-block;
  padding-bottom: 6px;
}
.gy-img span:after {
  content: '';
  display: inline-block;
  width: 18px;
  height: 2px;
  background: #f8232d;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.abot-list {
  padding: 50px 0;
}
.abot-list .abot-main ul li {
  position: relative;
}
.abot-list .abot-main ul li > div > span:first-of-type {
  color: #342929;
}

.abot-list .abot-main ul li > div > span:nth-of-type(2) {
  color: #342929;
}
.abot-list .abot-main ul li p {
  color: #878787;
}

.abot-list .abot-main ul li:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 100%;
  background: #e9e9e9;
  position: absolute;
  right: 0;
  top: 0;
}
.abot-list .abot-main ul li:last-of-type:after {
  display: none;
}
.gy-txt {
  width: 100%;
}
.gy-txt p {
  font-size: 14px;
  line-height: 28px;
  color: #838383;
}
.gy-txt img {
  display: block;
  margin: 0 auto;
}
.xw-box {
  width: 100%;
}
.xw-box ul li {
  padding: 30px 0;
  border-bottom: 1px dashed #dddddd;
}
.xw-box ul li:first-of-type {
  padding-top: 0;
}
.xw-box ul li a {
  display: flex;
  align-items: center;
}
.xw-box ul li .xw-img {
  width: 207px;
  flex-shrink: 0;
  margin-right: 20px;
  overflow: hidden;
}
.xw-box ul li .xw-img img {
  width: 100%;
  transition: all 0.3s;
}
.xw-box ul li .xw-txt {
  width: 100%;
}
.xw-txt h3 {
  font-size: 16px;
  color: #545454;
  display: flex;
  justify-content: space-between;
}
.xw-txt p {
  font-size: 14px;
  line-height: 22px;
  margin: 10px 0 15px;
  color: #acacac;
}
.xw-txt h3 span {
  display: inline-block;
  font-size: 14px;
  color: #9c9c9c;
}
.xw-txt > span {
  display: inline-block;
  width: 88px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  background: #545454;
  color: #fff;
  font-size: 14px;
  border-radius: 3px;
}

.xw-box ul li:hover .xw-img img {
  transform: scale(1.1);
}
.xw-box ul li h3:hover {
  font-weight: bold;
  color: #1b3282;
}
.xw-txt > span:hover {
  background: #1b3282;
  color: #fff;
}

.news-xqbox {
  border: 1px solid #e6ebed;
  padding: 50px 60px;
}
.news-xqtop {
  margin-bottom: 20px;
  padding-bottom: 8px;
  border-bottom: 1px dashed #d2d2d2;
}
.news-xqtop h3 {
  font-size: 28px;
  color: #242424;
  margin-bottom: 10px;
  text-align: center;
}
.news-xqtop .time-box {
  text-align: center;
}
.time-box span {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  color: #8f8f8f;
}
.news-xqbody p {
  font-size: 14px;
  line-height: 32px;
  color: #979696;
}
.news-xqbody img {
  margin: 20px 0;
  max-width: 100%;
}
.news-xqbot {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dashed #d2d2d2;
}
.news-xqbot a {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  color: #353535;
  margin-bottom: 12px;
}
.news-xqbot a span {
  color: #929292;
}

.ly-box {
  padding: 40px 50px;
  border: 1px solid #e0e0e0;
  margin-bottom: 70px;
}
.ly-box h3 {
  font-size: 28px;
  color: #1f1f1f;
  margin-bottom: 20px;
}
.ly-box p {
  font-size: 15px;
  color: #363636;
  line-height: 30px;
}
.ly-input {
  width: 100%;
  margin-top: 40px;
}
.ly-sinput {
  width: 48%;
  float: left;
  margin-bottom: 25px;
}
.ly-sinput span {
  display: block;
  font-size: 16px;
  color: #1f1f1f;
  margin-bottom: 5px;
}
.ly-sinput input {
  width: 100%;
  border: 1px solid #eaeaea;
  background: #f7f7f7;
  height: 46px;
  padding: 0 15px;
}
.ly-input .ly-sinput:nth-of-type(2) {
  margin-left: 4%;
}
.ly-input .ly-sinput:last-of-type {
  width: 100%;
}
.ly-sinput textarea {
  width: 100%;
  height: 160px;
  border: 1px solid #eaeaea;
  background: #f7f7f7;
  outline: none;
  padding: 15px;
}
.ly-input button {
  width: 200px;
  height: 60px;
  background: #f42d36;
  border-radius: 4px;
  color: #fff;
  font-size: 18px;
}

.zp-box .zp-top {
  width: 100%;
  border: 1px solid #e5e5e5;
  padding: 40px;
  position: relative;
}
.zp-top .ln-txt {
  width: 62%;
}
.zp-top img {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.zp-top .ln-txt h3 {
  font-size: 25px;
  color: #212121;
  margin-bottom: 10px;
  padding-bottom: 10px;
  position: relative;
}
.zp-top .ln-txt p {
  font-size: 14px;
  line-height: 28px;
  color: #515151;
}
.zp-top .ln-txt h3:after {
  content: '';
  display: inline-block;
  width: 48px;
  height: 2px;
  background: #6485ff;
  position: absolute;
  bottom: 0;
  left: 0;
}

.zp-list {
  width: 100%;
  margin-top: 42px;
  line-height: 58px;
}
.zp-list ul li {
  margin-bottom: 20px;
}
.zp-li {
  line-height: 58px;
  background: #f5f6fa;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  cursor: pointer;
}
.zp-li span {
  font-size: 16px;
  color: #202020;
}
.zp-li span:last-of-type {
  font-size: 16px;
  color: #202020;
}
.zp-li span:last-of-type img {
  margin-left: 30px;
}
.zp-li span:last-of-type img:nth-of-type(2) {
  display: none;
}

.zp-list ul li .active {
  background: #1b3282;
}
.zp-list ul li .active span {
  color: #fff;
}
.zp-list ul li .active span:last-of-type img {
  display: none;
}
.zp-list ul li .active span:last-of-type img:nth-of-type(2) {
  display: inline-block;
}
.zp-nrbox {
  width: 100%;
  padding: 24px;
  display: none;
}
.zp-nrbox h4 {
  font-size: 16px;
  color: #dd2c34;
  margin-bottom: 6px;
  font-weight: bold;
}
.zp-nrbox p {
  font-size: 14px;
  color: #6f6f6f;
  line-height: 26px;
}
.zp-nrbox > span {
  display: inline-block;
  margin-top: 24px;
  font-size: 15px;
  color: #2e2e2e;
}
.zp-nrbox span span {
  color: #1b3282;
}
.visbox {
  width: 100%;
  height: 10000px;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 98;
  display: none;
}
.ydnav {
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
  cursor: pointer;
}

@media only screen and (max-width: 1599px) {
  .main {
    max-width: 100%;
    padding: 0 80px;
  }
  .news-main {
    max-width: 100%;
    padding: 0 80px;
  }
  .link-main {
    max-width: 100%;
    padding: 0 80px;
  }
  .footer-nav ul li {
    margin-bottom: 10px;
  }
  .link-box a {
    margin-bottom: 10px;
  }
  .about-p {
    -webkit-line-clamp: 3;
  }
  .nav-left {
    width: 20%;
  }
  .right-box {
    width: 75%;
  }
  .zp-top .ln-txt {
    width: 56%;
  }
}
@media only screen and (max-width: 1439px) {
  .main {
    max-width: 100%;
    padding: 0 50px;
  }
  .news-main {
    max-width: 100%;
    padding: 0 50px;
  }
  .link-main {
    max-width: 100%;
    padding: 0 50px;
  }
  .search-main {
    max-width: 100%;
    padding: 0 50px;
  }
  .rm-box {
    width: 100%;
  }
  .product-main {
    max-width: 100%;
    padding: 0 50px;
  }
  .product-nav ul li {
    margin: 0 10px;
  }
  .about-txt .about-nrbox {
    width: 80%;
    padding: 20px 0 0 30px;
  }
  .about-p {
    -webkit-line-clamp: 2;
  }
  .zs-main {
    max-width: 100%;
    padding: 0 50px;
  }
  .abot-main ul li > div > span:first-of-type {
    font-size: 40px;
  }
  .zp-top .ln-txt {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .zp-top img {
    position: static;
  }
  .ly-btn {
    width: 100px;
  }
}

@media only screen and (max-width: 1199px) {
  .top-wrap {
    display: none;
  }
  .logo-left a img {
    width: 70px;
  }
  .logo-right {
    display: none;
  }
  .logo-left span {
    font-size: 24px;
    margin-left: 10px;
    padding-left: 10px;
  }
  .ydnav {
    display: block;
  }
  .nav {
    padding: 0;
  }
  nav {
    position: fixed;
    right: -3.6rem;
    top: 0;
    background: #fff;
    z-index: 99;
    width: 3.6rem;
    height: 10000px;
    padding: 15px;
  }
  .nav ul li {
    width: 100%;
  }
  .nav ul li a {
    color: #666;
  }
  .nav ul .active a {
    color: #fff;
  }
  .nav ul li:hover a {
    color: #fff;
  }
  .banner .swiper-pagination {
    bottom: 20px;
  }
  .banner .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  .search-main {
    display: block;
    padding: 20px 30px;
    height: auto;
    overflow: hidden;
  }
  .rm-box {
    margin-bottom: 10px;
  }
  .search-box {
    margin-left: 0;
    float: right;
  }
  .more {
    width: 150px;
  }
  .more a {
    height: 50px;
    line-height: 50px;
  }
  .about-txt .about-nrbox {
    width: 100%;
    padding: 20px;
  }
  .about-nrbox h3 {
    font-size: 24px;
  }
  .about-p {
    -webkit-line-clamp: 2;
  }
  .product-box ul li {
    width: 32%;
    margin-right: 2%;
    padding-bottom: 38%;
  }
  .product-box ul li:nth-of-type(4n) {
    margin-right: 2%;
  }
  .product-box ul li:nth-of-type(3n) {
    margin-right: 0;
  }
  .gc-box > ul > li span {
    font-size: 16px;
    margin: 15px 0;
  }
  .news-xqbox {
    padding: 30px;
  }
  .right-box {
    padding: 0.3rem;
  }
}

@media only screen and (max-width: 768px) {
  .logo-wrap {
    padding: 0.2rem 0;
  }
  .logo-left a img {
    width: 1rem;
  }
  .logo-left span {
    font-size: 0.24rem;
    padding-right: 5px;
    margin-left: 5px;
  }
  .main {
    padding: 0 0.3rem;
  }
  .logo-left span:before {
    height: 1rem;
    top: 50%;
    transform: translateY(-50%);
  }
  .ydnav {
    right: 0.3rem;
  }
  .ydnav img {
    width: 0.44rem;
  }
  .nav ul li a {
    font-size: 0.26rem;
  }
  nav {
    padding: 0.15rem;
    line-height: 1rem;
  }
  .banner .swiper-pagination {
    bottom: 0.2rem;
  }
  .banner .swiper-pagination-bullet {
    width: 0.12rem;
    height: 0.12rem;
  }
  .rm-box {
    display: none;
  }
  .search-box {
    width: 100%;
    height: 0.6rem;
  }
  .search-main {
    padding: 0.2rem 0.3rem;
  }
  .search-box button img {
    height: 100%;
    width: auto;
  }
  .search-box button {
    height: 100%;
    width: auto;
    top: 0;
    right: 0;
  }
  .product-wrap {
    padding: 0.6rem 0;
  }
  .product-main h2 {
    font-size: 0.32rem;
  }
  .product-nav ul li a {
    font-size: 0.26rem;
    padding: 0.1rem 0.3rem;
  }
  .product-nav ul li {
    margin: 0.12rem 0;
  }
  .product-main {
    padding: 0 0.3rem;
  }
  .product-nav ul {
    margin: 0.26rem 0;
  }
  .product-box ul li {
    width: 49%;
    margin-right: 2%;
    padding-bottom: 60%;
    margin-bottom: 0.5rem;
  }
  .product-box ul li:nth-of-type(4n) {
    margin-right: 2%;
  }

  .product-box ul li:nth-of-type(2n) {
    margin-right: 0;
  }
  .product-box ul li {
  }
  .product-txt {
    bottom: 12%;
  }
  .product-txt h4 {
    font-size: 0.28rem;
  }
  .product-txt p {
    font-size: 0.24rem;
  }
  .product-box ul li span {
    width: 1.5rem;
    height: 0.44rem;
    font-size: 0.24rem;
    line-height: 0.44rem;
    bottom: -0.2rem;
  }
  .more {
    width: 2rem;
  }
  .more a {
    height: 0.7rem;
    line-height: 0.7rem;
    font-size: 0.26rem;
  }
  .about-wrap .about-img {
    width: 100%;
    float: none;
  }
  .about-wrap .about-txt {
    position: static;
    left: 0;
  }
  .about-txt .about-nrbox {
    padding: 0.5rem 0.3rem;
  }
  .about-nrbox h3 {
    font-size: 0.3rem;
  }
  .about-nrbox h4 {
    font-size: 0.28rem;
    margin-bottom: 0.2rem;
    padding-bottom: 0.2rem;
  }
  .about-p {
    -webkit-line-clamp: 5;
  }
  .abot-main ul li {
    width: 50%;
    height: auto;
    margin-bottom: 0.2rem;
  }
  .abot-main ul li > div > span:first-of-type {
    font-size: 0.5rem;
  }
  .abot-main ul li > div > span:nth-of-type(2) {
    font-size: 0.28rem;
  }
  .abot-main ul li p {
    font-size: 0.24rem;
    line-height: 0.46rem;
  }
  .abot-wrap {
    height: 4.2rem;
    padding: 0.2rem 0;
  }
  .abot-main ul li .abotp {
    margin-top: 0.14rem;
  }
  .zs-wrap {
    padding: 0.5rem 0 1.3rem;
  }
  .zs-main h2 {
    font-size: 0.38rem;
  }
  .zs-main p {
    font-size: 0.28rem;
  }
  .zs-img {
    height: auto;
  }
  .zs-box .swiper-button-next,
  .zs-box .swiper-button-prev {
    width: 0.25rem;
    height: 0.73rem;
  }
  .news-wrap {
    padding: 0.6rem 0;
  }
  .news-main {
    padding: 0 0.3rem;
  }
  .news-main > h2 {
    font-size: 0.38rem;
  }
  .news-main > h4 {
    font-size: 0.26rem;
  }
  .news-box {
    margin-top: 0.4rem;
  }
  .news-left {
    width: 100%;
    margin-bottom: 0.3rem;
    float: none;
  }
  .news-right {
    width: 100%;
    float: none;
  }
  .news-top span {
    font-size: 0.3rem;
  }
  .news-top a {
    font-size: 0.26rem;
  }
  .news-list .news-img {
    width: 2.2rem;
  }
  .news-list .news-txt h3 {
    font-size: 0.28rem;
  }
  .news-list .news-txt p {
    font-size: 0.26rem;
    line-height: 0.44rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 0.1rem 0;
  }
  .news-list .news-txt span {
    font-size: 0.24rem;
  }
  .com-list ul li h4 {
    font-size: 0.28rem;
  }
  .com-list ul li p {
    font-size: 0.26rem;
    line-height: 0.44rem;
  }
  .com-list ul li {
    padding-bottom: 0.4rem;
  }
  .link-wrap {
    display: none;
  }
  .footer {
    display: block;
  }
  .footer-left .footer-nav {
    display: none;
  }
  .footer-right {
    width: 100%;
  }
  footer {
    padding: 0.5rem 0;
  }
  .flxp span {
    font-size: 0.3rem;
  }
  .flxp p {
    font-size: 0.26rem;
  }
  .footer-right .ewm-img img {
    width: 1.5rem;
  }
  .footer-right .ewm-img {
    margin-bottom: 0.2rem;
    margin-right: 0.2rem;
  }
  .footer-left {
    margin-top: 0.3rem;
    text-align: center;
  }
  .footer-left p {
    margin-bottom: 0;
    font-size: 0.26rem;
  }
  .nav-left {
    width: 100%;
    float: none;
  }
  .nav-left ul li {
    line-height: 0.8rem;
  }
  .nav-left ul li a {
    padding: 0 0.3rem;
    font-size: 0.28rem;
  }
  .right-box {
    width: 100%;
    float: none;
    margin-top: 0.3rem;
  }
  .page ul li a {
    padding: 0.05rem 0.15rem;
    font-size: 0.26rem;
  }
  .page ul li {
    margin: 0.1rem;
  }
  .cpxq-left {
    width: 100%;
    float: none;
    margin-bottom: 0.3rem;
  }
  .cpxq-left .cpxq-img {
    height: 3.8rem;
  }
  .cpxq-left .cpxq-img img {
    max-width: 100%;
    max-height: 100%;
  }
  .cpxq-right {
    width: 100%;
  }
  .cpxq-right h3 {
    font-size: 0.3rem;
    padding: 0 0.3rem;
  }
  .cpxq-bot {
    padding: 0.34rem 0.3rem 0;
  }
  .cpxq-list p {
    font-size: 0.26rem;
    line-height: 0.44rem;
  }
  .rx {
    margin: 0.2rem 0;
  }
  .rx span {
    font-size: 0.28rem;
  }
  .cpxq-bot a {
    width: 2.2rem;
  }
  .cpxq-bot a img {
    width: 100%;
  }
  .xq-box > span {
    width: 1.6rem;
    height: 0.7rem;
    line-height: 0.7rem;
    font-size: 0.28rem;
    margin: 0.3rem 0;
  }
  .xq-body img {
    width: 100%;
  }
  .xq-box {
    padding-bottom: 1rem;
  }
  .gc-box {
    padding-bottom: 0.6rem;
  }
  .gc-box > ul > li {
    width: 49%;
    margin-right: 2%;
  }
  .gc-box > ul > li:nth-of-type(3n) {
    margin-right: 2%;
  }
  .gc-box > ul > li:nth-of-type(2n) {
    margin-right: 0;
  }
  .gc-box > ul > li span {
    margin: 0.2rem 0;
    font-size: 0.26rem;
  }
  .gy-img {
    height: 2rem;
    overflow: hidden;
  }
  .gy-img img {
    height: 100%;
    width: auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
  }
  .gy-img span {
    font-size: 0.36rem;
  }
  .xw-box ul li a {
    display: block;
  }
  .xw-box ul li .xw-img {
    width: 100%;
  }
  .xw-txt h3 {
    align-items: center;
    margin-top: 0.2rem;
  }
  .xw-txt h3 span {
    font-size: 0.26rem;
    width: 2rem;
    flex-shrink: 0;
    text-align: right;
  }
  .xw-txt p {
    font-size: 0.26rem;
    line-height: 0.44rem;
  }
  .right-box {
    padding: 0.3rem;
  }
  .news-xqtop h3 {
    font-size: 0.32rem;
  }
  .time-box span {
    font-size: 0.26rem;
    margin: 0.1rem;
  }
  .ly-box h3 {
    font-size: 0.36rem;
    margin-bottom: 0.2rem;
  }
  .ly-box p {
    font-size: 0.28rem;
    line-height: 0.5rem;
  }
  .ly-input {
    margin-top: 0.4rem;
  }
  .ly-sinput span {
    font-size: 0.26rem;
  }
  .ly-sinput {
    width: 100%;
    margin-bottom: 0.25rem;
  }
  .ly-input .ly-sinput:nth-of-type(2) {
    margin-left: 0;
  }
  .ly-sinput input {
    height: 0.6rem;
  }
  .ly-sinput textarea {
    height: 3rem;
  }
  .ly-input button {
    width: 2rem;
    height: 0.7rem;
    line-height: 0.7rem;
    font-size: 0.28rem;
  }
  .right-box {
    padding: 0;
  }
  .zp-box .zp-top {
    padding: 0.4rem;
  }
  .zp-top .ln-txt h3 {
    font-size: 0.32rem;
  }
  .zp-top .ln-txt p {
    font-size: 0.26rem;
    line-height: 0.5rem;
  }
  .zp-top img {
    width: 100%;
    height: auto;
  }
  .product-box ul li:nth-of-type(3n) {
    margin-right: 2%;
  }
  .product-box ul li:nth-of-type(2n) {
    margin-right: 0%;
  }
  .search-box {
    width: 80%;
    float: left;
    margin-top: 0.2rem;
  }
  .ly-btn {
    width: 20%;
    float: left;
    text-align: center;
  }
}
