body,
ul,
ol,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
table,
th,
td,
menu {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}
ul,
ol,
menu {
  list-style: none;
}
fieldset,
img {
  border: none;
  vertical-align: middle;
  max-width: 100%;
  width: auto;
}
img,
object,
select,
input,
textarea,
button {
  vertical-align: middle;
}
input,
textarea,
select,
address,
caption,
cite,
code,
dfn,
em,
i,
b,
strong,
small,
th,
var,
abbr {
  font-size: 100%;
  font-style: normal;
}
caption,
th {
  text-align: left;
}
article,
aside,
footer,
header,
hgroup,
nav,
section,
figure,
figcaption {
  display: block;
}
code,
kbd,
pre,
samp,
tt {
  font-family: Consolas, 'Courier New', Courier, monospace;
}
address,
cite,
dfn,
em,
var,
i {
  font-style: normal;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  color: #de4014;
  text-decoration: none;
  cursor: pointer;
}
@font-face {
  font-family: PingFang;
  src: url('../font/PingFang\ Bold.ttf');
}
@font-face {
  font-family: 'Helvetica';
  src: url('../font/Helvetica Bold.ttf');
}
@font-face {
  font-family: 'Futura';
  src: url('../font/Futura Md BT Medium.ttf');
}
@font-face {
  font-family: 'PF-R';
  src: url('../font/PingFang Regular.ttf');
}
body {
  font-size: 14px;
  font-family: 'MicrosoftYaHei';
}
.clearMR {
  margin-right: 0px !important;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix:after {
  content: ' ';
  display: block;
  font-size: 0;
  line-height: 0;
  clear: both;
  zoom: 1;
}
.h {
  max-width: 1200px;
  margin: 0 auto;
}
*:focus {
  outline: none;
}
.imgHover:hover img {
  margin-left: -10px;
}
.imgHover img {
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.imgHover:hover .title,
.imgHover:hover .m_detail {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.imgHover .m_detail {
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
  opacity: 0;
}
.imgHover .title {
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 1;
}
.imgZoom {
  overflow: hidden;
}
.imgZoom:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.imgZoom img {
  -webkit-transition: all 1.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.downanimate {
  position: absolute;
  bottom: 14%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 32px;
  height: 32px;
  -webkit-animation: downanimates 1s linear infinite;
          animation: downanimates 1s linear infinite;
}
@-webkit-keyframes downanimates {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes downanimates {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.c-button {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #de4014;
  border: 1px solid #de4014;
  color: #fff;
  width: 20%;
  height: 45px;
  overflow: hidden;
}
.c-button:before,
.c-button:after {
  position: absolute;
  z-index: 0;
  content: ' ';
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  -webkit-transform: translateX(-101%);
          transform: translateX(-101%);
}
.c-button::before {
  -webkit-transform: translateX(-101%);
          transform: translateX(-101%);
  -webkit-transition: -webkit-transform 0s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  transition: -webkit-transform 0s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  transition: transform 0s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  transition: transform 0s cubic-bezier(0.77, 0, 0.175, 1) 0s, -webkit-transform 0s cubic-bezier(0.77, 0, 0.175, 1) 0s;
}
.c-button::after {
  -webkit-transform: translateX(101%);
          transform: translateX(101%);
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  transition: -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0s, -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0s;
}
.c-button .c-button__icon {
  position: absolute;
  top: 0;
  left: 25px;
  bottom: 0;
  margin: auto;
  z-index: 2;
  width: 12px;
  height: 12px;
  display: block;
}
.c-button .c-button__icon > span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  overflow: hidden;
}
.c-button .c-button__icon > span::before,
.c-button .c-button__icon > span::after {
  position: absolute;
  top: 0;
  left: 0;
  content: ' ';
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.c-button .c-button__icon > span:first-child {
  width: 100%;
  height: 2px;
}
.c-button .c-button__icon > span:first-child::before {
  content: ' ';
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-transition: -webkit-transform 0.4s ease-in-out 0s;
  transition: -webkit-transform 0.4s ease-in-out 0s;
  transition: transform 0.4s ease-in-out 0s;
  transition: transform 0.4s ease-in-out 0s, -webkit-transform 0.4s ease-in-out 0s;
}
.c-button .c-button__icon > span:first-child::after {
  content: ' ';
  -webkit-transform: translateX(-101%);
          transform: translateX(-101%);
  -webkit-transition: -webkit-transform 0.4s ease-in-out 0.4s;
  transition: -webkit-transform 0.4s ease-in-out 0.4s;
  transition: transform 0.4s ease-in-out 0.4s;
  transition: transform 0.4s ease-in-out 0.4s, -webkit-transform 0.4s ease-in-out 0.4s;
}
.c-button .c-button__icon > span:last-child {
  height: 100%;
  width: 2px;
}
.c-button .c-button__icon > span:last-child::before {
  content: ' ';
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition: -webkit-transform 0.4s ease-in-out 0s;
  transition: -webkit-transform 0.4s ease-in-out 0s;
  transition: transform 0.4s ease-in-out 0s;
  transition: transform 0.4s ease-in-out 0s, -webkit-transform 0.4s ease-in-out 0s;
}
.c-button .c-button__icon > span:last-child::after {
  content: ' ';
  -webkit-transform: translateY(101%);
          transform: translateY(101%);
  -webkit-transition: -webkit-transform 0.4s ease-in-out 0.4s;
  transition: -webkit-transform 0.4s ease-in-out 0.4s;
  transition: transform 0.4s ease-in-out 0.4s;
  transition: transform 0.4s ease-in-out 0.4s, -webkit-transform 0.4s ease-in-out 0.4s;
}
.c-button:hover {
  color: #de4014;
}
.c-button:hover .c-button__icon > span::before,
.c-button:hover .c-button__icon > span::after {
  background: #de4014;
}
.c-button:hover::before {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-transition: -webkit-transform 0.8s ease-in-out 0s;
  transition: -webkit-transform 0.8s ease-in-out 0s;
  transition: transform 0.8s ease-in-out 0s;
  transition: transform 0.8s ease-in-out 0s, -webkit-transform 0.8s ease-in-out 0s;
}
.c-button:hover::after {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-transition: -webkit-transform 0s ease-in-out 0.8s;
  transition: -webkit-transform 0s ease-in-out 0.8s;
  transition: transform 0s ease-in-out 0.8s;
  transition: transform 0s ease-in-out 0.8s, -webkit-transform 0s ease-in-out 0.8s;
}
.c-button:hover .c-button__icon > span:first-child:before {
  -webkit-transform: translateX(101%);
          transform: translateX(101%);
  -webkit-transition: -webkit-transform 0.4s ease-in-out 0s;
  transition: -webkit-transform 0.4s ease-in-out 0s;
  transition: transform 0.4s ease-in-out 0s;
  transition: transform 0.4s ease-in-out 0s, -webkit-transform 0.4s ease-in-out 0s;
}
.c-button:hover .c-button__icon > span:first-child:after {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-transition: -webkit-transform 0.4s ease-in-out 0.4s;
  transition: -webkit-transform 0.4s ease-in-out 0.4s;
  transition: transform 0.4s ease-in-out 0.4s;
  transition: transform 0.4s ease-in-out 0.4s, -webkit-transform 0.4s ease-in-out 0.4s;
}
.c-button:hover .c-button__icon > span:last-child:before {
  -webkit-transform: translateY(-101%);
          transform: translateY(-101%);
  -webkit-transition: -webkit-transform 0.4s ease-in-out 0s;
  transition: -webkit-transform 0.4s ease-in-out 0s;
  transition: transform 0.4s ease-in-out 0s;
  transition: transform 0.4s ease-in-out 0s, -webkit-transform 0.4s ease-in-out 0s;
}
.c-button:hover .c-button__icon > span:last-child:after {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition: -webkit-transform 0.4s ease-in-out 0.4s;
  transition: -webkit-transform 0.4s ease-in-out 0.4s;
  transition: transform 0.4s ease-in-out 0.4s;
  transition: transform 0.4s ease-in-out 0.4s, -webkit-transform 0.4s ease-in-out 0.4s;
}
.c-button .c-button__text {
  position: relative;
  z-index: 1;
  font-weight: 700;
  font-size: 16px;
}
#pageloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 999999999999;
  background: #000;
}
#pageloader::after,
#pageloader::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  background: #f9f6f1;
  z-index: -1;
  -webkit-transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1) 0s;
}
#pageloader::before {
  top: 0;
}
#pageloader::after {
  bottom: 0;
}
#pageloader .loader-icon {
  -webkit-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}
#pageloader.hide {
  visibility: hidden;
}
#pageloader.hide::after,
#pageloader.hide::before {
  height: 0;
}
#pageloader.hide .loader-icon {
  opacity: 0;
}
.loader-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
}
.loader-icon .circular {
  width: 100%;
  height: 100%;
  -webkit-animation: rotate 2s linear infinite;
  animation: rotate 2s linear infinite;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
.loader-icon .circular .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: dash 1.5s ease-in-out infinite;
  animation: dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
}
@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
.g-typename {
  margin-top: 5%;
  margin-bottom: 3%;
  text-align: center;
}
.g-typename h1 {
  font-size: 56px;
  font-family: 'Futura';
  line-height: 1;
  margin-bottom: 20px;
}
.g-typename h1 em {
  color: #de4014;
}
.g-typename p {
  font-size: 30px;
  font-weight: 100;
  letter-spacing: 4px;
  color: #595959;
  line-height: 1;
}
.location {
  font-size: 16px;
  padding-bottom: 11px;
  padding-top: 11px;
  margin-bottom: 3%;
  -webkit-box-shadow: 1px 3px 3px 1px rgba(124, 124, 124, 0.09);
          box-shadow: 1px 3px 3px 1px rgba(124, 124, 124, 0.09);
}
.location img {
  display: inline-block;
  margin-right: 1%;
}
.location p {
  color: #8b8585;
}
.location p a {
  color: #8b8585;
}
.location p a:last-child {
  color: #de4014;
}
.layout {
  padding: 0 2%;
}
.head .header-top {
  background-image: url(../img/head-bg_01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  line-height: 40px;
  height: 40px;
}
.head .header-top .fl img {
  display: inline-block;
  vertical-align: middle;
}
.head .header-top .fl span {
  font-family: 'Helvetica';
  letter-spacing: 1px;
  color: #fff;
}
.head .header-top .language {
  position: relative;
  cursor: pointer;
}
.head .header-top .language .lng li {
  float: left;
  color: #fff;
}
.head .header-top .language .lng li:first-child a {
  padding-right: 6px;
  padding-left: 0px;
}
.head .header-top .language .lng li a {
  color: #fff;
  padding-left: 8px;
}
.head .header-nav {
  position: fixed;
  -webkit-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  margin: 0;
  width: 100%;
  z-index: 1000;
  top: 0;
  left: 0;
  padding: 10px 0;
  background-color: #fff;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}
.head .header-nav.clone-nav.is-show {
  padding: 0;
}
.head .header-nav.clone-nav {
  z-index: 1000;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
.head .h {
  position: relative;
}
.head .nav_ul {
  margin-left: 45px;
}
.head .logo {
  line-height: 80px;
}
.head .logo img {
  width: 74%;
  display: inline-block;
}
.head .nav_item {
  position: relative;
  float: left;
}
.head .nav_item:hover > a {
  color: #de4014;
}
.head .nav_item:hover > a::before {
  background: #de4014;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.head .nav_item > a {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  font-size: 16px;
  text-align: center;
  line-height: 80px;
  margin: 0 35px;
  padding: 0;
  color: #636363;
}
.head .nav_item > a::before {
  content: '';
  position: absolute;
  bottom: 20%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 16px;
  height: 2px;
  background: transparent;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.head .nav_item > a.hover::before {
  background: #de4014;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.head .uls2 {
  width: 110%;
  position: absolute;
  left: 0;
  top: 90px;
  background: rgba(0, 0, 0, 0.6);
  padding-bottom: 5px;
  display: none;
  z-index: 9000;
}
.head .uls2 a {
  display: block;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  width: 100%;
  color: #fff;
  margin-right: -1px;
  position: relative;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  border-bottom: 1px solid #ccc;
}
.head .uls2 a.novlink:before {
  position: absolute;
  bottom: -1px;
  left: 0;
  display: block;
  width: 0;
  height: 1px;
  content: '';
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
  background-color: #de4014;
}
.head .uls2 a:hover:before {
  width: 100%;
}
#banner {
  margin-top: 99px;
}
.banner {
  position: relative;
  width: 100%;
  margin-top: 99px;
}
.banner .swiper-pagination {
  bottom: 14%;
}
.banner .swiper-pagination-bullet {
  width: 28px;
  height: 4px;
  background: #fff;
  border-radius: inherit;
  opacity: 1;
}
.banner img {
  width: 100%;
}
.banner .swiper-pagination-bullet-active {
  background: #de4014;
}
.footer {
  position: relative;
  background-image: url(../img/f-bg_04.jpg);
  background-repeat: no-repeat;
  color: #fff;
}
.footer .nav_ul {
  margin-bottom: 26px;
}
.footer .f-bottom {
  line-height: 45px;
  text-align: center;
  background-color: #1d445f;
}
.footer .f-bottom a {
  color: #fff;
  margin-left:2%;
}
.footer .f-contact li {
  float: left;
  margin-right: 20%;
}
.footer .mess_info .submit input {
  width: 140px;
  height: 42px;
  line-height: 42px;
  background-color: #fff;
  color: #de4014;
  margin: 25px 0 0;
}
.footer .mess_input input {
  background: rgba(255, 255, 255, 0.1);
  border: none;
  text-indent: 20px !important;
  margin-bottom: 16px;
}
.footer .mess_input textarea {
  background: rgba(255, 255, 255, 0.1);
  border: none;
  text-indent: 20px;
  height: 156px;
}
.footer .mess_input label {
  width: 30%;
  margin-right: 5% !important;
}
.footer .mess_input label:nth-child(3) {
  margin-right: 0 !important;
}
.footer .mess_input > div {
  font-size: 0;
}
.footer .mess_input > div:first-child label:last-child {
  display: none;
}
.footer .mess_input ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #fff;
}
.footer .mess_input ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
}
.footer .mess_input :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #fff;
}
.footer .f-nav {
  padding: 3% 0;
}
.footer .f-nav .fr {
  width: 60%;
}
.footer .f-nav .fr p {
  font-family: 'Helvetica';
  font-size: 18px;
}
.footer .f-nav .fl {
  width: 26%;
}
.footer .f-about {
  margin-bottom: 4%;
}
.footer .f-about p:first-child {
  font-size: 16px;
  margin-bottom: 6%;
}
.footer .nav_item {
  float: left;
  margin-right: 60px;
}
.footer .nav_item a {
  font-size: 18px;
  font-family: 'Helvetica';
  color: #fff;
}
.i-title {
  margin-bottom: 2%;
  padding-top: 2%;
}
.i-title .g-typename {
  text-align: left;
}
.i-title .g-typename p {
  font-family: 'PingFang';
  font-size: 18px;
}
.i-title .fr {
  padding-top: 4%;
}
.i-title a {
  width: 150px;
  color: #346484;
  border: 1px solid #c0c0c0;
  display: block;
  background: url(../img/i-path_03.png) no-repeat;
  padding: 10% 0% 10% 31%;
  background-position: 24px center;
}
.i-title a:hover {
  background-color: #346484;
  background-image: url(../img/i-path1_03.png);
  background-repeat: no-repeat;
  color: #fff;
}
/* 侧栏 */
.aside {
  position: fixed;
  width: 54px;
  height: 175px;
  right: 0;
  bottom: 0px;
  z-index: 100;
}
.aside ul {
  overflow: visible;
}
.aside li {
  width: 54px;
  height: 54px;
  float: left;
  position: relative;
  border-bottom: 1px solid #444;
}
.aside li .sidetop {
  width: 54px;
  height: 54px;
  line-height: 54px;
  display: inline-block;
  background: #000;
  opacity: 0.8;
  filter: alpha(opacity=80);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.aside li .sidetop:hover {
  background: #de4014;
  opacity: 1;
  filter: alpha(opacity=100);
}
.i-pro {
  position: relative;
}
.i-pro li {
  position: relative;
  width: 12%;
  height: 446px;
  float: left;
  background-size: cover !important;
  margin-right: 8px;
}
.i-pro li a {
  width: 100%;
  height: 100%;
  display: block;
}
.i-pro li:last-child {
  margin-right: 0;
}
.i-pro li.ipro-select {
  width: 62%;
}
.i-pro li .ipro-info {
  position: absolute;
  bottom: 11%;
  left: 8%;
  color: #fff;
}
.i-pro li .ipro-info p {
  font-family: 'PF-R';
  font-size: 20px;
  margin-bottom: 8%;
}
.i-pro li .ipro-info span {
  display: block;
  background: url('../img/圆角矩形 2 拷贝.png') no-repeat;
  font-size: 12px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding-right: 32px;
  background-position: center right;
}
.i-pro .c-button {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  margin: 0 auto;
  width: 15%;
}
.i-why {
  background: url(../img/首页_02.jpg) no-repeat;
  background-size: cover;
  overflow: hidden;
  margin-top: 4%;
  padding-bottom: 5%;
}
.i-why .iwhy-info p {
  line-height: 24px;
  text-indent: 16px;
}
.i-why .iwhy-info .fr {
  width: 48%;
}
.i-why .iwhy-info .fl {
  width: 50%;
}
.i-why .iwhy-info li {
  float: left;
}
.i-why .iwhy-info li:first-child {
  margin-right: 19px;
}
.i-why .iwhy-info ul {
  margin-top: 16px;
}
.i-about {
  position: relative;
  margin-bottom: 4%;
}
.i-about .c-button {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  margin: 0 auto;
}
.i-news {
  position: relative;
}
.i-news li {
  float: left;
  width: 22%;
  margin-right: 4%;
}
.i-news li:last-child {
  margin-right: 0;
}
.i-news li:first-child .inews-info {
  position: absolute;
  bottom: 5%;
  font-size: 13px;
  padding: 4%;
  color: #ffffff;
  letter-spacing: 1px;
}
.i-news li:first-child p {
  font-size: 14px;
  margin-bottom: 2%;
}
.i-news li:first-child span {
  line-height: 22px;
}
.i-news li:not(:first-child) {
  position: relative;
}
.i-news li:not(:first-child)::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30%;
  height: 2px;
  background-color: #de4014;
}
.i-news li:not(:first-child) p {
  line-height: 1;
  color: #686868;
  font-family: 'Futura';
  margin-bottom: 6%;
}
.i-news li:not(:first-child) em {
  font-size: 30px;
  font-family: 'Futura';
  color: #383838;
  margin-right: 6px;
}
.i-news li:not(:first-child) h3 {
  font-family: 'PingFang';
  color: #393939;
  margin: 7% 0;
}
.i-news li:not(:first-child) span {
  line-height: 28px;
  color: #656565;
}
.i-news li:not(:first-child) div {
  color: #525252;
  line-height: 1;
  margin-top: 10%;
  padding-bottom: 10%;
  border-bottom: 2px solid #d4d4d4;
}
.i-news li:not(:first-child) i {
  width: 22px;
  height: 8px;
  display: inline-block;
  background: url(../img/圆角矩形%203%20拷贝%207.png) no-repeat;
  margin-left: 3%;
}
.i-news .c-button {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  margin: 0 auto;
  width: 15%;
}
.swiper-container .swiper-button-prev {
  background-repeat: no-repeat;
  left: 5%;
}
.swiper-container .swiper-button-next:hover,
.swiper-container .swiper-button-prev:hover {
  background-color: #fff;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.swiper-container .swiper-button-next,
.swiper-container .swiper-button-prev {
  background-size: cover;
  width: 65px;
  height: 65px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 100%;
}
.swiper-container .swiper-button-next {
  background-image: url(../img/bannerbtn_03.png);
  background-repeat: no-repeat;
  right: 5%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.swiper-container .swiper-button-next:hover {
  -webkit-transform: scale(1.2) rotate(180deg);
          transform: scale(1.2) rotate(180deg);
}
.about {
  position: relative;
}
.about .g-typename {
  margin-top: 4%;
}
.about .fl {
  width: 48%;
}
.about .fl p {
  margin-top: 3%;
}
.about .fr {
  width: 46%;
}
.about .fr p {
  margin-bottom: 3%;
}
.about .fr p:nth-child(2) {
  margin-bottom: 6%;
}
.about p {
  line-height: 28px;
  text-indent: 16px;
}
.factory {
  position: relative;
  margin-top: 6%;
}
.factory .g-typename {
  text-align: left;
  letter-spacing: 4px;
  padding-left: 24%;
  margin-bottom: 9%;
  margin-top: 5%;
}
.factory .g-typename em {
  color: #fff;
  margin-right: 6%;
}
.factory .g-typename span {
  color: #326383;
}
.factory .g-typename p {
  color: #fff;
}
.factory .factory-info {
  position: absolute;
  top: 27%;
  right: 3%;
  width: 50%;
  color: #686868;
  line-height: 28px;
  letter-spacing: 1px;
  font-size: 15px;
}
.factory .h {
  position: relative;
  background: url(../img/factory-bg_10.jpg) no-repeat;
  overflow: hidden;
}
.factory .swiper-factory {
  margin-left: 20%;
  width: 80%;
  overflow: hidden;
}
.factory .swiper-factory .swiper-button-next,
.factory .swiper-factory .swiper-button-prev {
  width: 44px;
  height: 44px;
  top: 65%;
  background-size: auto;
  background-position: center;
}
.factory .swiper-factory .swiper-button-next {
  background-image: url('../img/圆角矩形 2 拷贝 8.png');
  right: 88%;
  -webkit-transform: rotate3d(0, 1, 0, 180deg);
          transform: rotate3d(0, 1, 0, 180deg);
}
.factory .swiper-factory .swiper-button-next:hover {
  background-color: #fff;
  background-image: url('../img/圆角矩形 3 拷贝 8.png');
  -webkit-transform: rotate3d(0, 1, 0, 0deg);
          transform: rotate3d(0, 1, 0, 0deg);
}
.factory .swiper-factory .swiper-button-prev {
  background-image: url('../img/圆角矩形 2 拷贝 8.png');
  left: 3%;
}
.factory .swiper-factory .swiper-button-prev:hover {
  background-color: #fff;
  background-image: url('../img/圆角矩形 3 拷贝 8.png');
  -webkit-transform: rotate3d(0, 1, 0, 180deg);
          transform: rotate3d(0, 1, 0, 180deg);
}
.factory .swiper-factory p {
  font-size: 16px;
  padding: 5% 0;
}
.honor {
  position: relative;
  margin-bottom: 4%;
}
.honor .swiper-honor {
  margin: 5% 0 8%;
  overflow: hidden;
}
.honor .swiper-honor .swiper-slide {
  text-align: center;
}
.honor .swiper-honor .swiper-slide p {
  font-size: 18px;
  padding: 6% 0;
}
.honor .swiper-honor .swiper-button-next,
.honor .swiper-honor .swiper-button-prev {
  background: url(../img/next.png) no-repeat;
  background-size: contain;
  width: 56px;
  height: 56px;
  top: 71%;
}
.honor .swiper-honor .swiper-button-prev {
  background: url(../img/prev.png) no-repeat;
  background-size: contain;
  left: -5%;
}
.honor .swiper-honor .swiper-button-next {
  right: -5%;
}
.service {
  margin-top: 6%;
}
.service .fl {
  width: 50%;
  padding-top: 1%;
}
.service ul {
  margin-top: 50px;
  padding: 0 8%;
}
.service li {
  float: left;
  text-align: center;
  width: 33.333%;
}
.service li i {
  display: block;
  width: 38px;
  height: 34px;
  background: url(../img/icon.png) no-repeat;
  margin: 0 auto;
}
.service li p {
  margin-top: 15px;
}
.service li:nth-child(2) i {
  width: 35px;
  height: 30px;
  background: url(../img/icon2.png) no-repeat;
}
.service li:nth-child(3) i {
  width: 37px;
  height: 34px;
  background: url(../img/icon3.png) no-repeat;
}
.service .g-typename {
  text-align: left;
}
.sales {
  margin-bottom: 2%;
}
.sales .sales-content p:nth-child(1),
.sales .sales-content p:nth-child(2) {
  padding: 0 6%;
}
.culture ul {
  position: relative;
  padding-bottom: 505px;
  margin-bottom: 9%;
}
.culture li {
  width: 25%;
  float: left;
  text-align: center;
  background-color: #f3f3f3;
  padding: 15px 0;
}
.culture li > p {
  font-size: 19px;
}
.culture li div {
  position: absolute;
  top: 103px;
  left: 0px;
  width: 100%;
  display: none;
}
.culture li div p {
  font-size: 18px;
  line-height: 3em;
  font-weight: 300;
}
.culture li div p:first-child {
  font-size: 32px;
}
.culture li div div {
  position: absolute;
  top: 12%;
  padding: 4% 30% 0 10%;
  color: #fff;
  text-align: left;
}
.culture li:nth-child(n + 3) div p {
  font-size: 18px;
  line-height: 3em;
  font-weight: 300;
}
.culture li.active {
  background-color: #de4014;
  color: #fff;
  z-index: 10;
}
.culture li.active div {
  display: block;
}
.culture li.active:first-child i {
  background-image: url('../img/culture/dengpao.png');
}
.culture li.active:nth-child(2) i {
  background-image: url('../img/culture/thin-_write_pen_.png');
}
.culture li.active:nth-child(3) i {
  background-image: url('../img/culture/icon-.png');
}
.culture li.active:nth-child(4) i {
  background-image: url('../img/culture/fuwu1.png');
}
.culture li i {
  display: block;
  background-image: url('../img/culture/dengpao1.png');
  background-size: contain;
  width: 33px;
  height: 38px;
  margin: 0 auto 10px;
}
.culture li:nth-child(2) i {
  width: 31px;
  height: 31px;
  background-image: url('../img/culture/thin-_write_pen1_.png');
  background-repeat: no-repeat;
  margin: 0 auto 17px;
}
.culture li:nth-child(3) i {
  width: 29px;
  height: 31px;
  background-image: url('../img/culture/icon-1.png');
  background-repeat: no-repeat;
  margin: 0 auto 17px;
}
.culture li:nth-child(4) i {
  width: 33px;
  height: 30px;
  background-image: url('../img/culture/fuwu.png');
  background-repeat: no-repeat;
  margin: 0 auto 17px;
}
.news {
  margin-top: 2%;
}
.news > .h:first-child .fr {
  width: 21%;
  margin-top: 4%;
}
.news .g-typename p {
  text-align: left;
}
.news .new-time {
  padding-top: 2%;
  text-align: center;
  margin-right: 4%;
  margin-top: 3%;
}
.news .new-time span {
  display: block;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 5px;
}
.news .new-info {
  padding-top: 2%;
}
.news .new-info p {
  line-height: 25px;
  margin-bottom: 12px;
}
.news .news_list {
  margin-top: 2%;
}
.news .news_list .new-info {
  float: left;
  width: 66%;
}
.news .news_list h4,
.news .news_list p,
.news .news_list span {
  font-family: 'CenturyGothic';
}
.news .news_list h4 {
  font-size: 16px;
  margin-bottom: 12px;
}
.news .news_list li {
  position: relative;
  top: 0;
  margin-bottom: 3%;
  overflow: hidden;
  border-bottom: 1px solid #c4c4c4;
  padding-bottom: 45px;
  cursor: pointer;
  -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  padding: 2%;
}
.news .news_list li::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 40%;
}
.news .news_list li:hover {
  top: -6px;
  -webkit-box-shadow: 0px 0px 29px 4px rgba(31, 49, 122, 0.2);
          box-shadow: 0px 0px 29px 4px rgba(31, 49, 122, 0.2);
}
.news .news_list li:hover .new_more {
  color: #de4014;
  border-color: #de4014;
}
.news .news_list li:hover .news-info h4,
.news .news_list li:hover .news-info p {
  color: #de4014;
}
.news .news_list li .news-img {
  float: left;
  text-align: center;
  background-color: #f1f1f1;
  padding: 3% 2% 3%;
  margin-top: 33px;
}
.news .news_list li .news-img p {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #de4014;
}
.news .news_list li .new_more {
  display: table;
  border: 1px solid #474747;
  border-radius: 10px;
  padding: 5px 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #474747;
  margin-top: 3%;
}
.news .news_list li .news-info {
  width: 55%;
  float: right;
  margin-right: 3%;
  margin-top: 2%;
}
.news .news_list li .news-info h4 {
  font-size: 18px;
  font-family: PingFang;
  color: #333333;
  margin-top: 1%;
}
.news .news_list li .news-info p {
  line-height: 25px;
  color: #333333;
}
.news_read h1,
.news_read .time {
  text-align: center;
  color: #000;
}
.news_read h1 {
  font-size: 22px;
  font-family: CenturyGothic;
  font-weight: 400;
}
.news_read .time {
  padding: 25px 0px;
  color: #898a89;
}
.news_read .read_con {
  margin-bottom: 50px;
  color: #000;
}
.news_read .infolist2 {
  display: block;
  color: #000;
  margin-bottom: 5%;
}
.base {
  margin-bottom: 5%;
}
.base li {
  margin-top: 40px;
  padding-bottom: 24px;
  border-bottom: 2px solid #e6e6e6;
}
.base li:first-child img {
  margin-right: 10px;
}
.base li:last-child img {
  margin-left: 12px;
}
.base li img {
  display: inline-block;
}
.base li a {
  font-size: 16px;
  color: #000;
}
.base li span {
  color: #666666;
}
.new-silde > a {
  height: 60px;
  width: 60px;
  display: inline-block;
  background: url('../img/css_sprites.png') no-repeat;
  background-color: #999999;
  background-position: 8px 12px;
  margin-right: 10px;
  margin-top: 48px;
  cursor: pointer;
}
.new-silde a:first-child {
  background-position: 8px -30px;
}
.new-silde {
  position: relative;
}
.social-share {
  position: fixed;
  bottom: 0px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -55%);
          transform: translate(-50%, -55%);
  display: none;
  z-index: 100;
  background: #fff;
  height: 200px;
  width: 300px;
  text-align: center;
}
.social-share > div {
  height: 45px;
  line-height: 45px;
  background: #0d4c76;
  color: #fff;
  padding-left: 20px;
  margin-bottom: 50px;
  padding-right: 10px;
  font-size: 18px;
}
.social-share .close {
  font-size: 30px;
  cursor: pointer;
}
.share-model {
  position: absolute;
  top: 0px;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 10;
  display: none;
}
/* 翻页 */
.cc_botton {
  overflow: hidden;
}
#pagination {
  overflow: hidden;
  margin: 2% auto 5%;
  text-align: center;
  display: table;
  font-size: 18px;
}
#pagination div {
  float: left;
}
#page_left_botton a,
#page_left_botton span {
  display: inline-block;
  padding: 0 10px;
  line-height: 30px;
  border: 1px solid #ccc;
  margin: 0 5px;
  cursor: pointer;
  background: #fff;
  font-size: 14px;
}
#page_left_botton a:hover,
#page_left_botton a {
  background-color: #7c322e;
  color: #fff;
}
#page_center_botton {
  display: none;
}
.xt_page_botton {
  text-align: center;
}
.case {
  position: relative;
}
.case .case-list li {
  float: left;
  width: 32%;
  margin-right: 2%;
  text-align: center;
  margin-bottom: 25px;
}
.case .case-list li:hover h3 {
  color: #de4014;
}
.case .case-list li h3 {
  padding: 15px 0;
}
.case .case-list li:nth-child(3n + 3) {
  margin-right: 0;
}
.faq {
  position: relative;
  margin-bottom: 6%;
}
.faq .b-title {
  background: #de4014;
  color: #fff;
  padding: 8px 0 8px 10px;
}
.faq .b-title span {
  display: inline-block;
  font-weight: bold;
  font-size: 19px;
  margin-right: 48px;
  padding-top: 7px;
}
.faq .b-title em {
  display: inline-block;
  letter-spacing: 1px;
}
.faq .b-title .fl {
  position: relative;
  font-weight: 300;
  background: url('../img/bg_03.png') no-repeat;
  background-size: auto;
  padding: 0px 0 2px 5px;
  font-size: 18px;
  width: 96%;
}
.faq .b-content {
  display: none;
  padding: 2% 5%;
}
.faq .faq-content li {
  position: relative;
  margin-bottom: 1%;
}
.faq .faq-content li .add::before {
  content: '';
  position: absolute;
  top: 25px;
  right: 3%;
  width: 22px;
  height: 3px;
  background: #fff;
}
.faq .faq-content li .add::after {
  content: '';
  position: absolute;
  top: 25px;
  right: 3%;
  width: 22px;
  height: 3px;
  background: #fff;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.faq .faq-content li .add_change::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.download {
  position: relative;
  margin-bottom: 4%;
}
.download .layout p {
  margin: 3% 0;
  color: #000;
  text-align: center;
}
.download .layout img {
  margin: 0 auto;
}
.download .layout ul {
  margin-top: 2%;
}
.download .layout li {
  width: 25%;
  float: left;
  margin-bottom: 3%;
}
.showrooms .typename {
  padding-top: 3%;
}
.showrooms .swiper-showrooms {
  position: relative;
  overflow: hidden;
  padding-bottom: 19%;
}
.showrooms .swiper-showrooms .swiper-button-next,
.showrooms .swiper-showrooms .swiper-button-prev {
  background-image: url('../img/组 14.jpg');
  background-size: contain;
  width: 60px;
  height: 60px;
  top: 70%;
}
.showrooms .swiper-showrooms .swiper-button-next {
  right: 44%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.showrooms .swiper-showrooms .swiper-button-prev {
  left: 44%;
}
.showrooms .swiper-showrooms p {
  text-align: center;
  padding: 15px 0;
  border-bottom: 1px solid #e5e5e5;
}
.history {
  margin: 3% 0;
}
.contact .fr {
  width: 68%;
}
.contact .fl {
  width: 30%;
}
.contact .fl p:first-child {
  font-size: 24px;
  font-family: 'PF-R';
  color: #de4014;
  margin-bottom: 2%;
  margin-top: 3%;
}
.contact .fl ul {
  margin-top: 5%;
}
.contact .fl li {
  float: left;
  margin-right: 76px;
  text-align: center;
}
.contact .fl li:hover div {
  background-color: #de4014;
}
.contact .fl li div {
  position: relative;
  width: 50px;
  height: 50px;
  background-color: #326484;
  border-radius: 50%;
  margin: 0 auto 16%;
}
.contact .fl li i {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 22px;
  height: 24px;
  background-image: url(../img/qq1.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.contact .fl li:nth-child(2) i {
  width: 24px;
  height: 23px;
  background-image: url(../img/weixin.png);
}
.contact .fl li:last-child {
  margin-right: 0;
}
.contact .fl li:last-child i {
  width: 27px;
  height: 23px;
  background-image: url(../img/weibo1.png);
}
.contact #map img {
  max-width: inherit;
}
.contact #map .BMapLabel {
  left: -72px !important;
  top: -64px !important;
  width: 162px;
  border: none !important;
  line-height: 50px !important;
  text-align: center;
  font-weight: bold !important;
  display: block !important;
}
.contact #map .BMapLabel::before {
  content: '';
  position: absolute;
  bottom: -31px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-color: #fff transparent transparent;
  border-width: 20px;
  border-style: solid;
  width: 0;
  height: 0;
}
.contact .message .g-typename {
  margin-bottom: 4%;
}
#secNav {
  display: none;
}
.mess_info {
  margin-top: 3%;
}
.mess_info .mess_input > .clearfix {
  font-size: 0;
}
.mess_info label {
  position: relative;
  letter-spacing: 1px;
  color: #666666;
  display: inline-block;
  width: 48%;
}
.mess_info label i {
  position: absolute;
  left: 10px;
  top: 13px;
  background: url(../img/name.png) no-repeat;
  width: 19px;
  height: 21px;
}
.mess_info label:nth-child(2) i {
  background: url(../img/email.png);
  width: 25px;
  height: 17px;
}
.mess_info label:nth-child(3) i {
  top: 10px;
  background: url(../img/phone.png);
  width: 17px;
  height: 25px;
}
.mess_info label:nth-child(4) i {
  background: url(../img/gongsi.png);
  width: 22px;
  height: 20px;
}
.mess_info label:nth-child(2n + 1) {
  margin-right: 4%;
}
.mess_info label b {
  font-size: 16px;
  color: red;
  margin-left: 5px;
}
.mess_info input {
  display: inline-block;
  outline: none;
  width: 100%;
  height: 45px;
  margin-bottom: 25px;
  text-indent: 24px;
  vertical-align: baseline;
  border: 1px solid #cecece;
  background: #fff;
  font-size: 14px;
}
.mess_info input:focus {
  border-color: #de4014;
}
.mess_info .input {
  display: inline-block;
  width: 48%;
  margin-right: 24px;
}
.mess_info .input:last-child {
  margin-right: 0;
}
.mess_info textarea {
  height: 100px;
  width: 100%;
  outline: none;
  resize: none;
  text-indent: 24px;
  padding-top: 14px;
  font-size: 14px;
  vertical-align: text-top;
  border: 1px solid #cecece;
  background: #fff;
}
.mess_info textarea:focus {
  border-color: #de4014;
}
.mess_info .textarea {
  color: #999999;
}
.mess_info .textarea i {
  top: 16px;
  background: url(../img/message.png);
  width: 17px;
  height: 15px;
}
.mess_info .textarea label {
  display: block;
  width: 100%;
}
.mess_info .submit {
  overflow: hidden;
}
.mess_info .submit input {
  width: 160px;
  height: 50px;
  line-height: 50px;
  background-color: #de4014;
  color: #fff;
  font-size: 14px;
  display: block;
  text-indent: 0;
  margin: 4% auto 8%;
}
.mess_info ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #336484;
}
.mess_info ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #336484;
}
.mess_info :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #336484;
}
.swiper-product {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.swiper-product .swiper-pagination {
  bottom: 14%;
  left: -24%;
}
.swiper-product .swiper-list {
  position: absolute;
  left: 0;
  top: 0;
  width: 40%;
  height: 100%;
  background-color: #5c0109;
  z-index: 1;
}
.swiper-product .swiper-list ul {
  padding: 14% 28% 0 0;
  float: right;
}
.swiper-product .swiper-list li {
  margin-bottom: 31%;
  font-size: 16px;
  font-weight: 300;
}
.swiper-product .swiper-list li a {
  color: #ffffff;
}
.swiper-product .swiper-list li a.selected {
  color: #abcd03;
}
.swiper-product .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
  margin: 0 10px !important;
}
.swiper-product .swiper-pagination-bullet-active {
  background-color: #e60012;
}
.product {
  position: relative;
  margin: 2% 0;
}
.product .path li {
  margin-right: 2% !important;
}
.product .path li:last-child {
  margin-right: 0 !important;
}
.product > .h:first-child .fr {
  width: 61%;
  margin-top: 4%;
}
.product .g-typename p {
  text-align: left;
}
.product .cc_botton {
  margin-top: 0;
  margin-bottom: 6%;
}
.product #pagination {
  margin: 2% auto 0;
}
.product .product_list {
  margin-top: 4%;
}
.product .product_list li {
  position: relative;
  top: 0;
  float: left;
  width: 370px;
  margin-right: 45px;
  margin-bottom: 40px;
  cursor: pointer;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.product .product_list li:nth-child(3n + 3) {
  margin-right: 0;
}
.product .product_list li p {
  line-height: 28px;
  margin: 20px auto;
  text-align: center;
}
.product .product_list li:hover .product_img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.product .product_list li:hover i {
  opacity: 1;
}
.product .product_list li:hover .product_title {
  color: #de4014;
}
.product .product_list .product_img {
  overflow: hidden;
}
.product .product_list .product_img img {
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.product .product_list .product_title {
  position: relative;
  border-bottom: 1px solid #d5d5d5;
  color: #4d4d4d;
  padding: 0 4%;
  line-height: 60px;
  height: 60px;
}
.product .product_list .product_title::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 30%;
  height: 2px;
  background-color: #de4014;
}
.product .product_list .product_title .fl {
  font-size: 17px;
}
.product .product_list .product_title span {
  font-size: 12px;
}
.product .product_list .product_title img {
  display: inline-block;
}
.path li {
  float: left;
  border: 1px solid #c0c0c0;
  line-height: 1;
  padding: 12px 18px;
}
.path li:hover {
  background-color: #de4014;
  border-color: #de4014;
}
.path li:hover i {
  background: url(../img/i-path1_03.png);
}
.path li:hover a {
  color: #fff;
}
.path li.typelink {
  background-color: #de4014;
  border-color: #de4014;
}
.path li.typelink i {
  background: url(../img/i-path1_03.png);
}
.path li.typelink a {
  color: #fff;
}
.path li:first-child {
  margin-right: 6%;
}
.path li i {
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url(../img/i-path_03.png);
  vertical-align: top;
  margin-right: 4px;
}
.path li a {
  color: #326383;
}
#product_read {
  margin-bottom: 2%;
}
#product_read .path {
  position: static;
  background-color: #f0f0f0;
}
#product_read .path ul {
  padding: 3% 7% 17%;
}
#product_read .path li {
  float: none;
  border-bottom: 1px solid #bababa;
  padding: 0;
}
#product_read .fl {
  position: relative;
  width: 56%;
}
#product_read .fr {
  position: relative;
  padding-top: 1%;
  width: 37%;
}
#product_read .fr h2 {
  color: #575757;
  margin-bottom: 5%;
}
#product_read .fr h1 {
  font-size: 30px;
  letter-spacing: 2px;
  color: #de4014;
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 4%;
  margin-bottom: 4%;
}
#product_read .fr p {
  font-size: 16px;
  color: #616161;
  margin-bottom: 12px;
}
#product_read .fr::after {
  content: '';
  position: absolute;
  top: 66px;
  left: 0;
  width: 30%;
  height: 2px;
  background: #de4014;
}
#product_read .fr a {
  width: 180px;
  height: 50px;
  line-height: 50px;
  display: block;
  background-color: #de4014;
  color: #fff;
  text-align: center;
  margin-top: 5%;
}
.parameter {
  margin-bottom: 4%;
}
.parameter h2 {
  font-size: 24px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 18px;
  color: #de4014;
  padding-bottom: 25px;
  border-bottom: 1px dashed #7a7272;
}
.parameter .mess_info {
  padding-bottom: 4%;
}
.parameter .mess_info input {
  height: 38px;
}
.parameter .mess_info textarea {
  height: 150px;
}
.parameter .mess_info .submit input {
  width: 110px;
  height: 40px;
  line-height: 40px;
}
.recommend h2 {
  font-size: 25px;
  color: #4d4d4d;
  margin-top: 3%;
  letter-spacing: 1px;
}
.recommend .product .product_list {
  margin-top: 3%;
}
#gallery .swiper-button-next,
#gallery .swiper-button-prev {
  top: 98%;
  background-size: contain;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
#gallery .swiper-button-next {
  right: 0;
}
#gallery .swiper-button-prev {
  left: 0;
  -webkit-transform: scale(0.8) rotate(180deg);
          transform: scale(0.8) rotate(180deg);
}
.swiper-containers {
  overflow: hidden;
}
.swiper-containers .swiper-button-prev {
  left: 16px;
}
.swiper-containers .swiper-button-next {
  right: 16px;
}
.swiper-containers .swiper-button-prev,
.swiper-containers .swiper-button-next {
  height: 30px;
  width: 30px;
  background-size: cover;
  margin-top: -58px;
}
#thumbs {
  overflow: hidden;
}
.exquisite {
  margin-bottom: 7%;
}
.exquisite .exquisite-title {
  background-color: #326484;
  color: #fff;
  padding-top: 24%;
  padding-left: 20%;
  padding-bottom: 25%;
}
.exquisite .exquisite-title p {
  font-family: 'PingFang';
  font-size: 35px;
  line-height: 1;
  margin-bottom: 10%;
}
.exquisite .exquisite-title span {
  font-size: 20px;
  font-family: 'PF-R';
  letter-spacing: 1px;
}
.exquisite .exquisite-info {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 69%;
  background-color: #fff;
  padding: 6% 3% 5% 4%;
}
.exquisite .exquisite-info p {
  font-family: 'PingFang';
  font-size: 30px;
  color: #de4014;
  line-height: 1;
  margin-bottom: 3%;
}
.exquisite .exquisite-info span {
  font-size: 16px;
  font-family: 'PF-R';
  letter-spacing: 1px;
}
.exquisite .fr {
  position: relative;
}
.advanced {
  position: relative;
  margin-top: 5%;
}
.advanced .h:first-child .fl {
  width: 66%;
}
.advanced .h:first-child .fl .fl {
  width: 45%;
  padding-top: 4%;
}
.advanced .h:first-child .fl .fl p {
  color: #696969;
  line-height: 30px;
  margin-bottom: 5%;
  font-size: 16px;
}
.advanced .g-typename {
  text-align: left;
  margin-bottom: 6%;
}
.advanced ul {
  margin-top: 2%;
}
.advanced li {
  float: left;
  margin-right: 16px;
}
.advanced li:last-child {
  margin-right: 0;
}
/*nav for mobile*/
.nav_m .mask {
  width: 12px;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 100;
  background: url(../img/public/shadow.png) left top repeat-y;
  display: none;
}
.menu-nav {
  display: none;
}
.menu-nav > li > a {
  text-indent: 30px;
}
.nav_button {
  overflow: hidden;
  width: 23px;
  position: relative;
  z-index: 999;
  display: none;
}
.nav_button .nav_bar {
  width: 23px;
  height: 2px;
  display: block;
  margin: 5px 0;
  background: #fff;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.nav_button .mid {
  width: 18px;
}
.nav_button.animate .nav_bar {
  background: #de4014;
}
.nav_button.animate .top {
  -webkit-transform: translateY(6px) rotate(45deg);
  transform: translateY(6px) rotate(45deg);
}
.nav_button.animate .mid {
  width: 0;
}
.nav_button.animate .bottom {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
}
.nav_m {
  width: 68.75%;
  min-height: 100%;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 99;
  background: #fbfbfb;
  display: none;
}
.nav_m .head-wap {
  position: fixed;
  height: 60px;
  top: 0;
  /*background: #2e2929;*/
  width: 100%;
  max-width: 768px;
  margin-left: -15px;
  z-index: 999;
}
.nav_m .logo {
  width: 134px;
  display: block;
  float: left;
  margin-top: 10px;
}
.nav_m .logo img {
  width: 100%;
  display: block;
}
.nav_m .menu {
  padding-bottom: 70px;
  overflow: hidden;
}
.choose-language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 3.4rem;
  color: #666;
  padding: 12% 0% 6%;
  display: none;
}
.choose-language p {
  padding: 5px;
}
.search-icon {
  height: 17px;
  width: 17px;
  display: block;
  background: url('../img/phone_03_03.png') no-repeat;
  background-position: center;
  padding: 5px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.menu > li > a {
  display: block;
  padding: 0 45px 0 4%;
  height: 45px;
  line-height: 45px;
  font-size: 3.6rem;
  color: #666;
}
.menu > li {
  font-size: 16px;
  border-bottom: 1px solid #cccccc;
  position: relative;
  background: #f1f1f1;
}
.nav_m .main_item:nth-child(2) {
  -webkit-transition-delay: 80ms;
  transition-delay: 80ms;
}
.nav_m .main_item:nth-child(3) {
  -webkit-transition-delay: 160ms;
  transition-delay: 160ms;
}
.nav_m .main_item:nth-child(4) {
  -webkit-transition-delay: 240ms;
  transition-delay: 240ms;
}
.nav_m .main_item:nth-child(5) {
  -webkit-transition-delay: 360ms;
  transition-delay: 360ms;
}
.nav_m .main_item:nth-child(6) {
  -webkit-transition-delay: 400ms;
  transition-delay: 400ms;
}
.nav_m .main_item:nth-child(7) {
  -webkit-transition-delay: 480ms;
  transition-delay: 480ms;
}
.nav_m .main_item:nth-child(8) {
  -webkit-transition-delay: 560ms;
  transition-delay: 560ms;
}
.nav_m .main_item:nth-child(9) {
  -webkit-transition-delay: 640ms;
  transition-delay: 640ms;
}
.nav_m .main_item:nth-child(10) {
  -webkit-transition-delay: 720ms;
  transition-delay: 720ms;
}
.nav_m .main_item > a {
  display: block;
  line-height: 48px;
  font-size: 3.4rem;
  color: #666;
  background: url('../img/public/plus.png') 98% center no-repeat;
  background-size: 12px;
}
.nav_m .menu.show .main_item {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
.nav_m .on {
  border: none;
  height: auto;
}
.nav_m .on > a {
  background-image: url('../img/public/minus.png');
}
.nav_m .link > a {
  background-image: url('../img/public/arrow.png');
}
.drop_list {
  display: none;
}
.drop_list a {
  display: block;
  font-size: 2.8rem;
  color: #666;
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  text-indent: 20px;
  height: 48px;
  line-height: 48px;
  background: #dedede;
}
.c-button {
  display: none;
}
.wap_footer {
    width: 100%;
    height: 50px;
    background: #dd3f13;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10000;
    padding:2px 0;
    display: none;
}

.wap_footer a {
    display: block;
    padding-top: 2px;
    width: 25%;
    height: 45px;
    float: left;
    background: url(../images/public/footer.png) right center repeat-y;
    overflow: hidden;
    border-right:1px solid #fff;
}
.wap_footer a:last-child{
    border-right:none;
}
.wap_footer a img {
    display: block;
    height: 18px;
    margin: 0 auto;
        margin-top: 4px;
}

.wap_footer a p {
    text-align: center;
    font-size: 12px;
    color: #fff;
    line-height: 28px;
}
@media screen and (max-width: 750px) {
  body {
    font-size: 3.4rem;
  }
  .wap_footer{
      display:block;
  }
  #wap {
    width: 100vw;
    position: relative;
  }
  .c-button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .language {
    margin-right: 5%;
  }
  .language .lng li a {
    background-color: #de4014 !important;
    color: #fff !important;
    padding: 1vw !important;
  }
  .language .lng li:last-child {
    display: none;
  }
  #language {
    position: absolute;
    top:9px;
    right: 25px;
    z-index: 100;
  }
  #language .lng li:last-child {
    display: block;
  }
  #language .lng li:first-child {
    display: none;
    color:#dd3f13;
  }
  .nav_m .menu-nav a {
    border: none;
  }
  .footer .f-bottom a{
      display:block;
      margin-left:0;
  }
  .head {
    padding-left: 3%;
    padding-right: 3%;
    background: url('../img/head-bg_01.jpg');
    background-size:cover;
    background-position:-565px 0;
    background-repeat: no-repeat;
    /*border-bottom:1px solid #fff;*/
  }
  /*.head .logo {*/
  /*  width: 18%;*/
  /*  overflow: hidden;*/
  /*}*/
  .head .logo img {
    width: 42vw;
    max-width: inherit;
    display:none;
  }
  .head .logo img:last-child{
      display:block!important;
  }
  .head .header-top {
    background: none;
    height: auto;
  }
  .head .header-top .fl {
    display: none;
  }
  .head .header-nav {
    position: inherit;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
     background: transparent;
     padding: 2% 0;        
  }
  .header-nav {
          
    position: relative;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  .header-nav > .h > .nav_bar {
    margin-top: 6px;
  }
  .swiper-container img {
    height: 180px;
  }
  .swiper-container .swiper-pagination {
    bottom: 10%;
  }
  .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 6vw;
  }
  .swiper-container .swiper-button-next,
  .swiper-container .swiper-button-prev {
    display: none;
  }
  .footer{
      margin-bottom: 49px;
  }
  .footer .f-nav {
    padding: 0 4.333%;
  }
  .footer .f-nav .fl {
    width: auto;
  }
  .footer .nav_ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2%;
    margin-top: 5%;
  }
  .footer .f-about {
    margin-bottom: 4%;
  }
  .footer .f-about p:first-child {
    margin-bottom: 0;
  }
  .footer .f-contact {
    margin-bottom: 8%;
  }
  .footer .f-bottom {
    padding:2% 4.333%;
    line-height: 2em;
  }
  .footer .f-bottom p {
    font-size: 3.4rem;
  }
  .footer .nav_item {
    margin-right: 5vw;
    margin-top: 3vw;
  }
  .footer .nav_item a {
    font-size: 4.4rem;
  }
  .footer .fr {
    display: none;
  }
  .path {
    position: static;
    margin-bottom: 9vw;
    display: block;
  }
  .path .three {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .path li {
    float: none;
    padding: 0 4.333% !important;
    border-bottom: 1px solid #9b9999;
  }
  .path li i {
    vertical-align: middle;
  }
  .path li a {
    line-height: 12vw;
    display: block;
  }
  #map {
    height: 240px !important;
  }
  .service {
    margin-top: 0;
  }
  .service .fl,
  .service .fr {
    width: auto;
    float: none;
  }
  .service .service-content {
    padding: 0 4.333%;
  }
  .service ul {
    margin-top: 3%;
    margin-bottom: 6%;
  }
  .exquisite {
    margin-bottom: 2%;
  }
  .exquisite .fl {
    display: none;
  }
  .exquisite .exquisite-info {
    position: inherit;
    width: auto;
  }
  .exquisite .exquisite-info p {
    font-size: 5.3rem;
  }
  .exquisite .exquisite-info span {
    font-size: 3.4rem;
    line-height: 1.6em;
  }
  .sales .sales-content p:nth-child(1),
  .sales .sales-content p:nth-child(2) {
    padding: 0 4.333%;
  }
  .advanced ul {
    margin-top: 5%;
    padding: 0 4.333%;
  }
  .advanced ul li {
    margin-right: 0;
    margin-bottom: 6%;
  }
  .advanced ul li:last-child {
    margin-bottom: 0;
  }
  .advanced .g-typename {
    text-align: center;
    margin: 6% 0;
  }
  .advanced .fl,
  .advanced .fr {
    width: auto !important;
    float: none;
  }
  .advanced .advanced-info {
    padding: 0 4.333%;
  }
  .advanced .advanced-info p {
    font-size: 3.8rem !important;
    margin-bottom: 4%;
  }
  .advanced > .h > .fr {
    padding: 4% 4.333% 0;
  }
  .mess_info {
    margin-top: 8%;
    padding: 0 4.333%;
  }
  #banner {
    width: 100%;
    height: 185px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 0;
  }
  #banner img {
    visibility: hidden;
  }
  .faq .b-title {
    padding: 14px 0 14px 10px;
  }
  .faq .b-title em {
    font-size: 3.4rem;
    width: 71%;
  }
  .faq .b-title span {
    vertical-align: top;
  }
  .faq .faq-content ul {
    padding: 0 4.333%;
  }
  .why .why-content li {
    float: none;
    width: 100%;
  }
  .why .why-content li span {
    line-height: 9vw;
  }
  .contact li {
    width: 100%;
    padding: 5% 4%;
    margin-bottom: 5%;
  }
  .contact ul {
    border: none;
  }
  .contact .contact_info {
    margin-bottom: 8%;
  }
  .contact .fl,
  .contact .fr {
    width: auto;
    float: none;
    padding: 0 4.333%;
  }
  .contact .fl {
    margin-bottom: 4%;
  }
  .contact .fl ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .contact .fl li {
    padding: 0;
  }
  .contact .fl p {
    font-size: 3.8rem;
  }
  .contact .fl span {
    font-size: 3.4rem;
  }
  .g-typename {
    margin: 8% 0 6%;
    padding: 0 4.333%;
  }
  .i-news li:not(:first-child) em{
    font-size:5.4rem;  
  }
  .g-typename h1 {
    font-size: 7.2rem;
    margin-bottom: 4% !important;
  }
  .g-typename p {
    font-size: 4.6rem;
  }
  .mess_info .input {
    width: 100%;
    margin-right: 0;
  }
  .mess_info input {
    margin-bottom: 4% !important;
    text-indent: 26px !important;
  }
  .mess_info .submit input {
    font-size: 3.4rem;
    margin-top: 6%;
    margin-bottom: 14% !important;
    text-indent: 0px !important;
  }
  .mess_info label {
    font-size: 3.4rem;
    width: 100% !important;
  }
  .proread_banner .banner-path {
    display: none;
  }
  .product .path .three {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .product .path li {
    width: 50%;
    margin-right: 0 !important;
  }
  .product .g-typename p {
    text-align: center;
  }
  .product .fl,
  .product .fr {
    width: auto !important;
    float: none;
    padding: 0 4.333%;
  }
  .product .fl {
    /*margin-top: 6%;*/
    font-size:3.4rem!important;
  }
  .product .fl ul {
    padding: 3% 5% 8%;
  }
  .product .product_list {
    padding: 0 3.444%;
  }
  .product .product_list::after {
    content: '';
    display: block;
    width: 47%;
  }
  .product .product_list .product_title {
    line-height:8vw;
    height:auto;
    padding: 4% 0;
  }
  .product .product_list li {
    width: 47%;
    margin-bottom: 6%;
    margin-right: 6% !important;
  }
  .product .product_list li:nth-child(2n + 2) {
    margin-right: 0 !important;
  }
  .product .product_list li .fr {
    display: none;
  }
  .product .product_list li p {
    display: none;
  }
  .about .fl,
  .about .fr {
    float: none;
    width: auto;
  }
  .factory .h {
    background-size: cover;
  }
  .factory .g-typename {
    text-align: center;
    padding: 0;
    letter-spacing: 0;
    margin-bottom:4%;
  }
  .factory .g-typename em {
    margin-right: 0;
    display: block;
  }
  .factory .factory-info {
    position: initial;
    width: auto;
    color: #fff;
    padding: 0 4.333%;
  }
  .factory .swiper-factory {
    margin: 6% auto 8%;
    width: 90%;
    padding-bottom: 10%;
  }
  .factory .swiper-factory .swiper-button-next,
  .factory .swiper-factory .swiper-button-prev {
    top: 90%;
  }
  .factory .swiper-factory .swiper-button-next {
    right: 34%;
  }
  .factory .swiper-factory .swiper-button-next:hover {
    background-color: transparent;
    background-image: url('../img/圆角矩形 2 拷贝 8.png');
    -webkit-transform: rotate3d(0, 1, 0, 180deg);
            transform: rotate3d(0, 1, 0, 180deg);
  }
  .factory .swiper-factory .swiper-button-prev {
    left: 34%;
  }
  .factory .swiper-factory .swiper-button-prev:hover {
    background-image: url('../img/圆角矩形 2 拷贝 8.png');
    background-color: transparent;
    -webkit-transform: none;
            transform: none;
  }
  .factory .swiper-factory p {
    text-align: center;
    color: #fff;
  }
  .honor .swiper-honor {
    padding-bottom: 3%;
  }
  .honor .swiper-honor .swiper-button-next,
  .honor .swiper-honor .swiper-button-prev {
    top: 97%;
    width: 10vw;
    height: 10vw;
  }
  .honor .swiper-honor .swiper-button-prev {
    left: 38%;
  }
  .honor .swiper-honor .swiper-button-next {
    right: 38%;
  }
  .case .case-list {
    padding: 0 4.333%;
  }
  .case .case-list li {
    width: 47%;
    margin-right: 6%;
    margin-top: 4%;
    margin-bottom: 0;
  }
  .case .case-list li.clearMR {
    margin-right: 6% !important;
  }
  .case .case-list li:nth-child(2n + 2) {
    margin-right: 0 !important;
  }
  .case .case-list li h3 {
    font-size: 3.6rem;
  }
  .culture {
    margin-top: 24vw;
    padding: 0 4.333%;
  }
  .culture ul {
    padding-bottom: 0;
  }
  .culture li {
    position: relative;
    width: 100%;
    float: none;
    margin-bottom: 12%;
  }
  .culture li > p {
    padding: 0 0 4%;
  }
  .culture li.active {
    background-color: #f3f3f3;
  }
  .culture li.active i {
    background-image: url(../img/culture/dengpao1.png) !important;
  }
  .culture li.active p {
    color: #212529;
  }
  .culture li div {
    position: static;
    display: block;
  }
  .culture li div p {
    font-size: 3.4rem;
    padding: 0 4%;
  }
  .culture li div p:first-child {
    font-size: 5rem;
    line-height: 9vw !important;
    margin-top: 4vw;
    margin-bottom: 2vw;
  }
  .culture li div div {
    position: static;
    color: #000;
    padding: 0;
  }
  .culture li:nth-child(n + 3) div p {
    font-size: 3.4rem;
  }
  .product_banner .h .banner-path {
    width: 100vw !important;
    bottom: -53vw;
  }
  .product_banner .h .banner-path li {
    float: none;
    width: 100%;
    padding: 3% 2% !important;
  }
  .product_banner .h .banner-path a {
    font-size: 3.4rem;
    padding: 0;
  }
  .about-banner .banner-path {
    bottom: -54vw;
    width: 100% !important;
  }
  .about-banner .banner-path li {
    width: 33.3333%;
  }
  .news .fl,
  .news .fr {
    float: none;
    width: auto !important;
  }
  .news .g-typename p {
    text-align: center;
  }
  .news .news-img {
    display: none;
  }
  .news .news_list {
    padding: 0 4.333%;
  }
  .news .news_list li {
    padding: 0;
    padding-bottom: 5%;
    margin-bottom: 6%;
  }
  .news .news_list li img {
    width: 100%;
  }
  .news .news_list li .fr {
    float: none;
  }
  .news .news_list li:hover {
    top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .news .news_list li .news-img {
    padding: 0 2% 2%;
  }
  .news .news_list li .news-info {
    width: 100%;
    margin-right: 0;
    float: none;
  }
  .news .news_list li .news-info h4 {
    font-size: 4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 5%;
  }
  .news .news_list li .news-info p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 3.4rem;
  }
  #i-about .c-button {
    width: 36% !important;
  }
  #i-pro .c-button {
    width: 72% !important;
  }
  #i-pro li p {
    height: auto;
    padding: 6% 0;
  }
  #i-pro li:last-child p {
    font-size: 4.2rem;
    height: 10vw;
  }
  #i-hproduct .swiper-hproduct a {
    padding-bottom: 27%;
  }
  #i-news .c-button {
    width: 31%;
  }
  .base {
    padding: 0 4.333%;
  }
  .base .pager {
    width: 100%;
  }
  .base li {
    width: 100%;
  }
  .recommend h2 {
    font-size: 5.4rem;
    padding: 0 4.333%;
    margin: 6% 0;
  }
  .recommend li:last-child {
    display: none;
  }
  #product_read .fr::after {
    top: 11%;
    left: 4%;
  }
  #product_read .fr p {
    font-size: 3.6rem;
  }
  #product_read .fr h1 {
    font-size: 5.4rem;
    margin: 7% 0;
  }
  #product_read .fr h2 {
    font-size: 5.4rem;
    margin: 5% 0;
  }
  #product_read .mess_info textarea {
    width: 100%;
  }
  #product_read .gobal-top {
    margin-bottom: 8%;
  }
  #product_read .parameter h2 {
    font-size: 4.6rem;
    margin-bottom: 4%;
    padding-bottom: 5%;
  }
  #product_read > .h .fl {
    width: 100%;
    float: none;
    margin-left: 0;
    padding: 0 4.333%;
  }
  #product_read > .h .fr {
    float: none;
    width: 100%;
    padding: 0 4.333%;
  }
  #product_read > .h .fr .pro_info {
    margin-top: 7%;
  }
  .parameter {
    padding: 0 4.333%;
  }
  .newread-banner .banner-path {
    display: none;
  }
  .news_read .news_con {
    margin-top: 8%;
  }
  .news_read .title {
    font-size: 4.3rem;
    padding: 0 4.333%;
  }
  .news_read .time {
    font-size: 3.4rem;
  }
  .news_read .read_con {
    padding: 0 4.333%;
    margin-bottom: 0;
  }
  .news_read .read_con p {
    font-size: 3.4rem;
  }
  .join {
    padding: 0 3.4444%;
  }
  .join li .add::after,
  .join li .add::before {
    top: 32px;
  }
  .join li p {
    font-size: 3.4rem;
  }
  .i-join {
    height: auto;
    padding-bottom: 4%;
  }
  .i-join .h {
    padding: 0 4.333%;
  }
  .i-join .h ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .i-join .h li {
    width: 33.333%;
    margin-top: 5%;
  }
  .i-join .h li p {
    font-size: 3.8rem;
  }
  .c-button {
    width: 43% !important;
  }
  .i-pro {
    padding-bottom: 14%;
  }
  .i-pro .fr {
    display: none;
  }
  .i-pro .g-typename {
    margin-top: 0;
    margin-bottom: 2%;
  }
  .i-pro .g-typename p {
    line-height: 1.6em;
    padding: 0;
  }
  .i-pro ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 4.333%;
  }
  .i-pro li {
    width: 47% !important;
    height: 116px;
    margin-right: 0 !important;
    margin-bottom: 4%;
  }
  .i-pro li:last-child {
    margin-left: auto;
  }
  .i-why {
    margin-top: 6%;
    padding-bottom: 7%;
  }
  .i-why .i-title {
    margin-bottom: 0;
  }
  .i-why .fr {
    display: none;
  }
  .i-why .g-typename {
    margin-top: 0;
    margin-bottom: 2%;
  }
  .i-why .g-typename p {
    font-size:3.6rem;
    line-height: 1.5em;
    padding: 0;
  }
  .i-why .iwhy-info .fl,
  .i-why .iwhy-info .fr {
    position:relative;
    float: none;
    width: auto;
  }
  .i-why .iwhy-info .fl p:nth-child(2){
    margin-bottom:40%;
  }
  .i-why .iwhy-info .fr {
    display: block;
  }
  .i-why .iwhy-info .fl ul {
    position:absolute;
    top:43%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 5%;
    padding:0 4.333%;
  }
  .i-why .iwhy-info .fl li {
    width: 47%;
  }
  .i-why .iwhy-info p {
    line-height: 1.6em;
    padding: 0 4.333%;
    margin-bottom: 2%;
  }
  .i-about {
    margin-bottom: 11%;
    padding-bottom: 17%;
  }
  .i-about .h p:nth-child(n+6) {
    display: none;
  }
  .i-about p {
    padding: 0 4.333%;
    text-align:left!important;
    text-indent:25px;
  }
  .i-about .fl,
  .i-about .fr {
    float: none;
  }
  .i-about .fr {
    display: none;
  }
  .i-about .g-typename p {
    line-height: 1.6em;
    padding: 0;
  }
  .i-news {
    padding: 0 3.444% 6%;
    margin-bottom: 6%;
  }
  .i-news .fr {
    display: none;
  }
  .i-news .g-typename {
    margin-top: 0;
    margin-bottom: 0;
  }
  .i-news .g-typename p {
    line-height: 1.6em;
    padding: 0;
  }
  .i-news ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .i-news li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 8%;
  }
  .i-news li h3 {
    font-size: 4.4rem;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 4% 0 2% !important;
  }
  .i-pro li .ipro-info span{
      background:none;
  }
  .i-pro li .ipro-info p{
      font-size:3.8rem;
      margin-bottom: 0%;
  }
  .i-news li div {
    margin-top: 3% !important;
    padding-bottom: 5% !important;
  }
  .i-news li span {
    font-size:3.4rem;
    padding: 3% 0;
    margin-bottom: 2%;
  }
  .i-news li:nth-child(1),
  .i-news li:last-child {
    display: none;
  }
  .i-news .c-button {
    bottom: -2%;
  }
  .i-title {
    margin: 4% 0 5%;
  }
  .i-title .fl{
      width:100%;
  }
  .location {
    margin-bottom: 0;
  }
  .location p {
    padding: 0 4%;
  }
  .i-title span {
    font-size: 4.5rem;
  }
  .i-title h2 {
    font-size: 5.5rem;
    padding: 1% 2% 4%;
  }
  .i-title .g-typename p{
    font-family: 'MicrosoftYaHei';
    font-weight:400;
  }
}
