@charset "UTF-8";
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  border-radius: 8px;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #bcbcbc;
}

@font-face {
  font-family: Family;
  src: url("../fonts/AvenirNextLTPro-Regular.otf");
  src: url("../fonts/AvenirNextLTPro-Regular.ttf");
  src: url("../fonts/AvenirNextLTPro-Regular.ttf");
}
* {
  margin: 0;
  padding: 0;
  -webkit-touch-callout: none;
}

body {
  font-size: 12px;
  font-family: "Source Han Sans SC", "HanHei SC", "PingFang SC", "Helvetica Neue", Helvetica, "Hiragino Sans GB", "Microsoft YaHei", 黑体, Arial, sans-serif;
  color: #222222;
}

a,
body {
  color: #222222;
}

a {
  transition: all 0.3s ease-in-out;
}

a,
a:focus,
a:hover {
  text-decoration: none;
  color: #222222;
}

h1,
h2,
h3,
h4,
h5,
h6,
li,
ul {
  margin: 0;
}

li,
ul {
  list-style: none;
}

a:focus,
input,
textarea,
select {
  outline: none;
}

img {
  max-width: 100%;
  -webkit-touch-callout: none;
  -ms-interpolation-mode: bicubic;
}

p,
big,
small,
span,
font,
em {
  display: block;
  margin: 0;
}

.en {
  font-family: Family, Tahoma, Geneva, sans-serif;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clearfix {
  clear: both;
}

.container {
  width: 100%;
  max-width: 1530px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.pic-scale {
  transition: opacity 0.55s, transform 0.55s;
  transform: scale(1);
}

.radius {
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}

.sub_about span {
  display: inline-block;
  vertical-align: middle;
}
.sub_about img {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
}

.revealOnScroll {
  opacity: 0;
}

.flex-rcc {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.flex-ccc {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.flex-rcsp {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.flex-ccsp {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.flex-rlsp {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}

.flex-clsp {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.common-logo .nLogo {
  font-size: 26px;
  color: #D30000;
  height: 40px;
  line-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.common-logo .nDesc {
  font-size: 12px;
  color: #212121;
  text-align: center;
  height: 17px;
  line-height: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-div {
  width: 100%;
  height: 120px;
}

.header.fix {
  position: fixed;
  z-index: 99;
  background: #fff !important;
  border-bottom: solid 1px #d9d9d9;
}

.header {
  padding: 30px 0;
  float: left;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  border-bottom: solid 1px #d9d9d9;
  background: #fff;
}

.header .logo {
  width: 200px;
  height: 57px;
}

.header .navs {
  margin-left: 50px;
  line-height: 59px;
  min-width: 720px;
}

.header .navs li {
  float: left;
  font-size: 16px;
  min-width: 120px;
}

.header .search {
  width: 20px;
  height: 21px;
  background: url(../img/search.jpg) no-repeat center;
  background-size: cover;
  cursor: pointer;
}

.header .lan {
  background: url(../img/bor.png) no-repeat left;
  padding-left: 22px;
  margin-left: 22px;
}

.header .lan .en {
  font-size: 15px;
}

.header .lan .on {
  border: solid 1px #d30000;
  background: #d30000;
  color: #fff;
}

.header .lan a {
  text-align: center;
  width: 23px;
  float: left;
  line-height: 23px;
  margin-right: 15px;
  box-sizing: border-box;
}

.header .hright .mar {
  display: inline-block;
  vertical-align: middle;
}

.header .tel {
  font-size: 14px;
  background: #d30000;
  text-align: center;
  margin-left: 25px;
  color: #fff;
  border: solid 2px #d30000;
  width: 195px;
  line-height: 43px;
}

.i_call {
  background: url(../img/i_call.png) no-repeat 10px center;
  background-size: 28px 28px;
  text-align: left;
  padding: 10px;
  padding-left: 50px;
  box-sizing: border-box;
}
.i_call p {
  line-height: 1;
}

.header .menu {
  display: none;
  width: 39px;
  height: 39px;
  margin-left: 20px;
  margin-top: 8px;
  background: url(../img/menus.png) no-repeat center;
  background-size: cover;
}

.header1 {
  border-bottom: none;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  background: none;
}

.header1 a {
  color: #fff;
}

.header1 .lan .on {
  border: solid 1px #d30000;
  color: #d30000;
  background: none;
}

.header1 .nLogo {
  color: #d30000;
}

.header1 .nDesc {
  color: #212121;
}

.header1 .search {
  background: url(../img/search.png) no-repeat center;
  background-size: cover;
}

.header1 .lan {
  background: url(../img/bor.jpg) no-repeat left;
}

.header1 .menu {
  background: url(../img/menu.png) no-repeat center;
  background-size: cover;
}

.header .navs li a {
  padding: 4px 27px;
}

.header .navs > li.sub {
  position: relative;
}

.header .navs > li.sub:hover > a {
  background: #d6000f;
  border-radius: 5px;
  color: #fff;
}

.header .navs li.sub:hover .ul {
  display: block;
}

.header .navs li.sub .ul li {
  float: none;
  margin: 0;
  text-align: center;
  color: #252525;
  font-size: 14px;
  line-height: 26px;
}

.header .navs li.sub .ul li a {
  color: #252525 !important;
  padding: 0 !important;
}

.header .navs li.sub .ul {
  border: solid 1px #d9d9d9;
  display: none;
  line-height: 18px;
  position: absolute;
  width: 100%;
  top: 43px;
  left: 0;
  padding: 10px 0;
  background: #fff;
  border-radius: 0 0 5px 5px;
}

.title {
  margin: 10% 0 5% 0;
  overflow: hidden;
}

.title font {
  font-size: 30px;
  line-height: 34px;
  text-transform: uppercase;
}

.title em {
  font-size: 18px;
  border: solid 2px #cfcfcf;
  margin-top: 10px;
  text-align: center;
  width: 100%;
  font-style: normal;
  max-width: 170px;
  line-height: 46px;
}

.title em a {
  color: #464646;
}

.news li {
  float: left;
  width: 49.5%;
  border: solid 1px #cdcdcd;
  padding: 2.5%;
  margin: 0.5% 0;
  max-height: 288px;
  overflow: hidden;
  min-height: 288px;
}

.news li .item {
  width: 45%;
}

.news li .item span {
  font-size: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin: 7.5% 0 5% 0;
}

.news li .item p {
  font-size: 13px;
  color: #797979;
  max-height: 72px;
  overflow: hidden;
}

.news li .item em {
  font-size: 13px;
  line-height: 30px;
  margin-top: 5px;
  font-style: normal;
  color: #333333;
}

.news li .item em font {
  display: block;
  font-size: 40px;
}

.news li .thumb {
  width: 50%;
}

.news li .thumb img {
  width: 100%;
}

.news li.l {
  margin-right: 0.5%;
}

.news li.r {
  margin-left: 0.5%;
}

.news li:hover {
  border: solid 1px #d30000;
}

.news li:hover .item em {
  color: #d30000;
}

.footer {
  float: left;
  width: 100%;
  margin-top: 80px;
  border-top: solid 1px #e6e6e6;
  padding-top: 3%;
}

.footer .footer-left .p1 {
  font-size: 20px;
  background: url(../img/i_call2.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 28px 28px;
  padding-left: 32px;
}

.footer .footer-left .p2 {
  height: 1px;
  background: #e5e5e5;
  width: 40px;
  margin: 25px 0;
}

.footer .footer-left .p3 {
  font-size: 28px;
}

.footer .footer-left .p4 {
  margin-top: 25px;
}

.footer .footer-dl {
  margin-left: 5%;
}

.footer .footer-dl dl {
  float: left;
  margin-left: 40px;
}

.footer .footer-dl dl dt {
  display: block;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 30px;
}

.footer .footer-dl dl dd {
  display: block;
  font-size: 14px;
  line-height: 24px;
}

.footer .footer-dl dl dd a {
  color: #5e5e5e;
}

.footer .footer-right {
  font-size: 14px;
  color: #222222;
}

.footer .footer-right a {
  color: #5e5e5e;
}

.footer .footer-right .pmb30 {
  margin-bottom: 30px;
}

.footer .footer-by {
  border-top: solid 1px #e6e6e6;
  padding: 20px 0;
  font-size: 15px;
  margin-top: 20px;
  overflow: hidden;
  color: #888888;
}

.footer .footer-by p.left font {
  display: inline-block;
  margin-right: 25px;
}

.footer .footer-by p.right a {
  text-decoration: underline;
  color: #888888;
}

.footer .link {
  width: 50%;
  font-size: 14px;
  margin-bottom: 10%;
  overflow: hidden;
}

.footer .link .p1 {
  color: #fff;
  background: #252525;
  text-align: center;
  width: 100px;
  line-height: 38px;
  margin-bottom: 20px;
}

.footer .link ul li {
  float: left;
  margin-right: 20px;
}

.footer .link ul li a {
  color: #7a7a7a;
}

.modal .modal-header {
  border-bottom: none;
}

.modal {
  text-align: center;
  width: 100%;
  height: 100%;
}

.modal .modal-content {
  width: 100%;
  height: 100%;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -275px;
  max-width: 800px;
  max-height: 500px;
}

.modal .modal-content video {
  width: 100%;
  height: 100%;
  max-height: 480px;
}

.search-fix {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 888;
}

.search-fix .bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  background: url(../img/bg.png) repeat;
}

.search-fix .search-content {
  background: #fff;
  max-width: 1850px;
  margin: -300px auto;
  padding: 200px 15px;
  top: 50%;
  position: relative;
  z-index: 1;
}

.search-fix .search-content .item {
  max-width: 1000px;
  margin: 0 auto;
}

.search-fix .search-content .item .p {
  font-size: 25px;
  text-align: center;
  margin-bottom: 8%;
}

.search-fix .search-content .item .form {
  position: relative;
  margin: 2.5% 0;
}

.search-fix .search-content .item .submit {
  position: absolute;
  top: 15px;
  right: 15px;
  border: 0;
  width: 21px;
  height: 21px;
  background: url(../img/search.jpg) no-repeat;
  background-size: cover;
}

.search-fix .search-content .item .text {
  border-bottom: solid 1px #d8d8d8;
  font-size: 20px;
  padding: 15px 5% 15px 2.5%;
  color: #808080;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  display: block;
  width: 100%;
}

.mobile-header {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  padding: 18px 15px;
  box-sizing: border-box;
}
.mobile-header .navigation-close img {
  width: 28px;
  height: 28px;
}

.navigation {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  height: 100%;
  overflow: hidden;
  width: 100%;
}

.navigation .navigation-bg {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  left: 0;
}

.navigation .item_body {
  font-size: 25px;
  width: 100%;
  height: 100%;
  position: absolute;
  left: -100%;
  top: 0;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-overflow-scrolling: touch !important;
  overflow-y: auto;
}

.navigation .item_body .top {
  position: absolute;
  top: 0;
  left: 0;
}

.navigation .item_body .tel {
  position: absolute;
  top: 45px;
  right: 25px;
  font-size: 20px;
  color: #fff;
  background: url(../img/tel.png) no-repeat left;
  padding-left: 35px;
}

.navigation .item_body .top .logos {
  height: 112px;
}

.navigation .mobile-ul {
  position: absolute;
  right: 0;
  background: #252525;
  width: 64%;
  padding-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 20px;
}

.navigation .mobile-ul li {
  display: block;
  color: #fff;
  padding-bottom: 10px;
  margin-bottom: 5%;
  border-bottom: 1px solid #FFFDFD;
}

.navigation .mobile-ul li a {
  display: block;
  color: #fff;
  font-size: 22px;
  line-height: 40px;
  background-image: url("../img/mr-arrow.png");
  background-position: right 10px center;
  background-size: 32px 32px;
  background-repeat: no-repeat;
}

.navigation .item_body .p {
  font-size: 15px;
  color: #fff;
  margin-top: 10%;
  margin-bottom: 15%;
}

.fix-down {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  display: none;
}

.fix-down .bg {
  background: url(../img/bg.png) repeat;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  left: 0;
}

.fix-down .item {
  z-index: 1;
  max-width: 820px;
  height: 600px;
  top: 50%;
  position: relative;
  padding: 3%;
  margin: -300px auto;
  background: url(../img/store.png) no-repeat right bottom #d30000;
  color: #fff;
}

.fix-down .item .closes {
  position: absolute;
  right: 5%;
  top: 5%;
}

.fix-down .item .p1 {
  font-size: 25px;
}

.fix-down .item .p2 {
  font-size: 14px;
  max-width: 380px;
}

.fix-down .item .p3 {
  margin: 5% 0 2.5% 0;
}

.fix-down .item .p3 .text {
  border: solid 1px #fff;
  max-width: 330px;
  line-height: 30px;
  width: 100%;
  background: none;
  font-size: 15px;
  color: #fff;
}

.fix-down .item .p4 .submits {
  border: 0;
  font-size: 18px;
  background: #fff;
  color: #222222;
  text-align: center;
  width: 174px;
  line-height: 47px;
  margin: 25px 0;
}

.fix-down .item .p5 {
  font-size: 18px;
}

.t {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../img/bg.png) repeat;
  text-align: center;
}

.t .pic {
  width: 100%;
  height: 100%;
  background: url(../img/t.jpg) no-repeat center;
  background-size: contain;
}

.sitemap-dl {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10%;
}

.sitemap-dl dl {
  float: left;
  width: 100%;
  font-size: 16px;
  margin-bottom: 2.5%;
}

.sitemap-dl dl dt {
  float: left;
  display: block;
  margin-bottom: 2.5%;
  font-size: 18px;
}

.sitemap-dl dl dd {
  float: left;
  margin-right: 46px;
}

@media (min-width: 1366px) {
  .navigation {
    display: none !important;
  }
}
@media (max-width: 1500px) {
  .header .navs {
    margin-left: 40px;
  }
  .header .navs li a {
    padding: 4px 20px;
  }
}
@media (max-width: 1366px) {
  .footer .footer-dl {
    margin-left: 0;
  }
  .revealOnScroll {
    opacity: 1;
  }
}
@media (max-width: 1365px) and (min-width: 1025px) {
  .header .menu {
    display: block;
  }
  .header .navs {
    display: none;
  }
  .news li .item em font {
    font-size: 30px;
  }
  .news li .item span {
    font-size: 16px;
    text-overflow: unset;
    white-space: inherit;
  }
  .news li .item p {
    display: none;
  }
}
@media (max-width: 1300px) {
  .footer .footer-right {
    width: 100%;
    margin-top: 5%;
  }
}
@media (max-width: 1024px) {
  .header .menu {
    display: block;
  }
  .header .navs {
    display: none;
  }
  .news li {
    width: 100%;
    margin: 1% 0 !important;
  }
}
@media (max-width: 960px) {
  .footer .footer-dl {
    width: 100%;
    margin-top: 10%;
  }
  .footer .footer-dl dl {
    width: 15%;
    margin-right: 5%;
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .fix-down .item {
    padding: 5%;
  }
  .modal .modal-content {
    top: 40%;
    width: auto;
    height: auto;
    max-height: none;
    max-width: none;
    margin: 0 auto;
  }
  .title font {
    font-size: 22px;
    line-height: 30px;
  }
  .title em {
    font-size: 16px;
    line-height: 40px;
    max-width: 150px;
  }
  .footer {
    padding-top: 5%;
  }
  .footer .footer-by p.left,
  .footer .footer-by p.right {
    display: block;
    float: none;
  }
  .footer .footer-by p.right {
    margin-top: 5%;
  }
  .footer .link {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .header .hright {
    display: none;
  }
  .news li {
    width: 100%;
    padding: 5%;
    margin: 2.5% 0 !important;
  }
  .news li .item {
    width: 100%;
  }
  .news li .thumb {
    width: 100%;
    margin-top: 5%;
  }
  .news li .item span {
    margin: 5% 0;
    text-overflow: unset;
    white-space: inherit;
  }
  .news li .item p {
    max-height: inherit;
  }
}
@media (max-width: 480px) {
  .sitemap-dl dl {
    font-size: 14px;
    margin: 2.5% auto;
  }
  .sitemap-dl dl dt {
    font-size: 15px;
  }
  .sitemap-dl dl dd {
    line-height: 30px;
  }
  .fix-down .item {
    padding: 10%;
    height: 500px;
    margin-top: -250px;
  }
  .fix-down .item .p1 {
    font-size: 18px;
  }
  .fix-down .item .p4 .submits {
    font-size: 14px;
    line-height: 35px;
    width: 140px;
  }
  .fix-down .item .p5 {
    font-size: 16px;
  }
  .fix-down .item .closes img {
    width: 20px;
  }
  .header-div {
    height: 82px;
  }
  .header {
    padding: 18px 0;
  }
  .header .logo {
    width: 170px;
    height: 45px;
  }
  .header .menu {
    width: 32px;
    height: 32px;
  }
  .title {
    margin: 15% 0 10% 0;
  }
  .title font {
    font-size: 17px;
    line-height: 25px;
  }
  .title em {
    font-size: 13px;
    margin-top: 5px;
    line-height: 35px;
    max-width: 120px;
  }
  .news li .item em font {
    font-size: 36px;
  }
  .news li .item span {
    font-size: 16px;
  }
  .navigation .item_body .top img {
    height: 70px;
  }
  .navigation .item_body .tel {
    font-size: 15px;
    right: 15px;
    top: 28px;
  }
  .navigation .item_body {
    font-size: 18px;
  }
  .navigation .item_body .p {
    font-size: 14px;
  }
  .search-fix .search-content {
    padding-top: 150px;
    padding-bottom: 150px;
    margin-top: -210px;
  }
  .search-fix .search-content .item .p {
    font-size: 18px;
  }
  .search-fix .search-content .item .text {
    font-size: 16px;
  }
  .footer .footer-by,
  .footer .link {
    margin-bottom: 15%;
  }
  .footer {
    padding-top: 10%;
    margin-top: 15%;
  }
  .footer .footer-left .p1 {
    font-size: 16px;
  }
  .footer .footer-left .p3 {
    font-size: 20px;
  }
  .footer .footer-dl dl {
    width: 33.33%;
    margin-right: 0;
  }
  .footer .footer-dl dl dt {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .footer .footer-dl dl dd {
    font-size: 13px;
  }
  .footer .footer-right {
    font-size: 13px;
  }
  .footer .footer-by {
    font-size: 14px;
  }
}
@media (max-width: 320px) {
  .sitemap-dl dl {
    font-size: 13px;
  }
  .navigation .item_body {
    font-size: 16px;
  }
  .navigation .item_body .p {
    font-size: 13px;
  }
  .navigation .item_body .tel {
    display: none;
  }
  .header .logo {
    width: 160px;
    height: 40px;
  }
  .header .menu {
    width: 28px;
    height: 28px;
  }
  .title font {
    font-size: 18px;
    line-height: 26px;
  }
  .title em {
    font-size: 13px;
    line-height: 30px;
    max-width: 100px;
  }
  .news li .item em font {
    font-size: 32px;
  }
  .news li .item em {
    font-size: 12px;
  }
  .news li .item span {
    font-size: 15px;
  }
  .news li .item p {
    font-size: 12px;
  }
  .search-fix .search-content {
    padding-top: 125px;
    padding-bottom: 125px;
    margin-top: -160px;
  }
  .search-fix .search-content .item .p {
    font-size: 16px;
  }
  .search-fix .search-content .item .text {
    font-size: 14px;
  }
}
.paging_box {
  text-align: center;
}
.paging_box div {
  display: inline-block;
  vertical-align: middle;
  border-radius: 20px;
  cursor: pointer;
  font-size: 16px;
  text-align: center;
  color: #ffffff;
  margin-right: 10px;
}
.paging_box div:last-child {
  margin-right: 0;
}
.paging_box .itemLeft {
  width: 40px;
  height: 40px;
  background-image: url("../img/pLeft.png");
  background-position: center;
  background-size: 40px 40px;
  background-repeat: no-repeat;
}
.paging_box .itemRight {
  width: 40px;
  height: 40px;
  background-image: url("../img/rRight.png");
  background-position: center;
  background-size: 40px 40px;
  background-repeat: no-repeat;
}
.paging_box .item {
  width: 40px;
  height: 40px;
  line-height: 38px;
  border: 1px solid #d30000;
  color: #ffffff;
  background: #d30000;
}
.paging_box .item:hover {
  color: #ffffff;
  background: #d30000;
}