@charset "utf-8";
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}
div,
p,
span,
i,
em {
  white-space: inherit !important;
}
#bsWXBox {
  box-sizing: content-box;
}
ul {
  list-style: none;
}
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
b,
small,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
sub,
sup,
tt,
var,
del,
dfn,
ins,
kbd,
q,
s,
samp,
strike,
applet,
object,
iframe,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
mark,
audio,
video,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}
html {
  font-size: 1px;
}
@media (max-width: 1730px) {
  html {
    font-size: 0.901042px;
  }
}
@media (max-width: 1600px) {
  html {
    font-size: 0.824479px;
  }
}
@media (max-width: 1530px) {
  html {
    font-size: 0.792708px;
  }
}
@media (max-width: 1440px) {
  html {
    font-size: 0.741146px;
  }
}
@media (max-width: 1366px) {
  html {
    font-size: 0.702604px;
  }
  .home-news .home-bottom {
    padding-top: 24rem;
  }
}
@media (max-width: 1360px) {
  html {
    font-size: 0.699479px;
  }
}
@media (max-width: 1280px) {
  html {
    font-size: 0.657813px;
  }
}

.max1200{
    max-width: 1200px;
    margin: 0 auto;
}

.f_12{ font-size:12px;}
.f_14{font-size: 14px;}
.f_16{ font-size:16px;}
.f_18{ font-size:18px!important;}
.f_20{ font-size:20px;}
.f_22{font-size: 22px;}
.f_24{ font-size:24px;}
.f_26{ font-size:26px;}
.f_28{ font-size:28px;}
.f_30{ font-size:30px;}
.f_32{ font-size:32px;}
.f_34{ font-size:34px;}
.f_36{ font-size:36px;}
.f_38{ font-size:38px;}
.f_40{font-size: 40px;}
.f_42{font-size: 42px;}
.f_44{font-size: 44px;}
.f_46{font-size: 46px;}
.f_48{font-size: 48px;}
.f_54{font-size: 54px;}

.f_56{font-size: 56px;}
.f_60{font-size: 60px;}
.f_64{font-size: 64px;}
.f_72{font-size: 72px;}
.f_88{font-size: 88px;}
.f_120{font-size: 120px;}
.p_60{padding: 60px 0;}
.p_80{padding:80px 0}
.p_90{padding: 90px 0;}
.p_120{padding: 120px 0;}
.p_100{padding: 100px 0;}
.p_100_45{padding: 100px 0 45px;}
.p_100_120{padding: 100px 0 120px;}
.pb_120{padding-bottom: 120px ;}
.p_100_50{padding: 100px 0 50px;}
.p_100_80{padding: 100px 0 80px;}
.p_75_100{padding: 75px 0 100px;}
.pb_120{padding-bottom: 120px;}
.p_20_120{padding: 20px 0 120px;}
.p_100_60{padding: 100px 0 60px;}
.p_80_100{padding: 80px 0 100px;}
.fbd{font-weight: bold;}


body {
  font-family: 'Microsoft YaHei', arial;
  font-size: 14px;
  color: #666666;
  line-height: 1.5;
  width: 100%;
  background: #fff;
  margin: 0 auto !important;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
}
a:link,
a:visited {
  text-decoration: none;
  outline: none;
}
a:hover,
a:active,
a:focus {
  text-decoration: none;
}
img {
  border: 0;
  max-width: 100%;
/*  display: block;*/
}
table {
  border-collapse: collapse;
  width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
input,
textarea {
  font-size: 14px;
  outline: 0;
  overflow: hidden;
  font-family: arial;
}
input[type='reset'],
input[type='button'],
input[type='submit'],
input[type='radio'] {
  cursor: pointer;
  outline: 0;
}
input[type='checkbox'],
input[type='radio'] {
  position: relative;
  vertical-align: middle;
  margin-top: -2px;
  margin-bottom: 1px;
  margin-left: 5px;
  margin-right: 5px;
}
textarea,
input[type='email'],
input[type='date'],
input[type='password'],
input[type='text'] {
  padding: 0;
  color: #666666;
  outline: 0;
}
input[type='submit'],
input[type='reset'],
input[type='button'],
input[type='text'],
select,
button {
  -webkit-appearance: none;
}
input,
select,
textarea {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border-radius: 0;
}
::-webkit-input-placeholder {
  color: #666;
}
:-moz-placeholder {
  color: #666;
  opacity: 1;
}
::-moz-placeholder {
  color: #666;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #666;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/*清楚浮动*/
.clearfix:after {
  clear: both;
  height: 0;
  content: '';
  line-height: 0;
  font-size: 0;
  display: block;
}
/*图片垂直水平居中*/
.pic {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.pic img {
  transition: 0.5s;
}
/*.pic:after {
  content: '';
  display: block;
  padding-bottom: 100%;
}*/
.middleCenter {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  vertical-align: middle;
  text-align: center;
  margin: auto;
}
.container {
  margin-right: auto;
  margin-left: auto;
  width: 90%;
}
.container02 {
  margin-right: auto;
  margin-left: auto;
  width: 1440rem;
}
#container {
  overflow: hidden;
}
.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.header {
  height: 94px;
  box-shadow: 2rem 3rem 27rem 0rem rgba(0, 0, 0, 0.22);
  width: 100%;
  z-index: 777;
  background: #fff;
  transition: 0.7s;
  position: fixed;
  padding-top: 5px;
}
.header .logo {
  padding: 0;
  float: left;
  transition: 0.2s;
}
.header .logo a {
  display: block;
  position: relative;
  margin-top: 13px;
}
.header .logo a img {
  display: inline-block;
  vertical-align: top;
  width: 200px;
  z-index: 5;
  transition: 0.5s;
}
.header .header-right {
  float: right;
}
.header .header-right .header-search {
  position: relative;
  float: left;
  margin-left: 19rem;
  padding-right: 26rem;
  /*搜索*/
}
.header .header-right .header-search .pull-right {
  position: relative;
  z-index: 778;
}
.header .header-right .header-search .pull-right a {
  display: block;
  overflow: hidden;
  width: 46px;
  height: 46px;
  margin: 0 auto;
  background: url(../images/search1.png) no-repeat center center;
  background-size: 24rem;
}
.header .header-right .header-search .search .search-main {
  top: 60rem;
  right: 0;
  z-index: 777;
  width: 300px;
  display: none;
  position: absolute;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.header .header-right .header-search .form-control {
  text-align: left;
  border: 0;
  width: 100%;
  font-size: 16px;
  color: #666;
  height: 50px;
  vertical-align: top;
  padding: 0 60rem 0 30rem;
  -webkit-appearance: none;
  background: none;
}
.header .header-right .header-search .btn {
  top: 0;
  border: 0;
  right: 0;
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  background: #3071b9 url(../images/search.png) no-repeat center center;
  background-size: 19px;
}
.header .header-right .bottom {
  float: right;
  margin-top: 18px;
}
.header .header-right .xiao,
.header .header-right .qi {
  float: left;
}
.header .header-right .xiao a,
.header .header-right .qi a {
  color: #d41e26;
  text-align: center;
  display: block;
  line-height: 46rem;
  font-size: 16rem;
  padding-left: 36rem;
}
.header .header-right .xiao a {
  background: url(../images/mifeng.png) no-repeat left center;
  background-size: 23rem;
  padding-right: 26rem;
  padding-left: 30rem;
}
.header .header-right .qi a {
  background: url(../images/youxiang1.png) no-repeat left center;
  background-size: 24rem;
  margin-left: 25rem;
}
.header .header-right .menu {
  float: right;
  position: relative;
  width: 36px;
  height: 36px;
  display: none;
}
.header .header-right .menu .navPhoneBtn {
  display: inline-block;
  padding: 10px;
  cursor: pointer;
  float: left;
  position: absolute;
  z-index: 9;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 36px;
  text-align: right;
}
.header .header-right .menu .navPhoneBtn span {
  display: block;
  width: 20px;
  height: 2px;
  margin-bottom: 5px;
  position: relative;
  background: #3071b9;
  border-radius: 3px;
  z-index: 1;
  -webkit-transform-origin: 20px;
  transform-origin: 20px;
  -webkit-transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, width 0.5s, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, width 0.5s, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), width 0.5s, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), width 0.5s, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.header .header-right .menu .navPhoneBtn span:nth-last-child(2) {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
}
.header .header-right .menu .navPhoneBtn span:last-child {
  margin-bottom: 0;
}
.header .header-right .menu a {
  display: block;
}
.header .header-right .menu a svg {
  width: 30px;
  margin-top: 15px;
  fill: #3071b9;
  vertical-align: middle;
  transform: rotate(180deg);
}
.header .nav {
  transition: 0.2s;
  float: left;
}
.header .nav ul li {
  text-align: center;
  float: left;
  margin-left: 40px;
  margin-top:18px;
  height: 72px;
}
.header .nav ul li a {
  display: block;
  font-size: 18px;
  line-height: 46px;
  letter-spacing: 1rem;
  padding: 0 20rem;
  color: #282828;
  text-align: center;
  position: relative;
}
.header .nav ul li .subnav {
  width: 100%;
  position: absolute;
  top: 94px;
  left: 0;
  z-index: -2;
  transition: 0.5s;
  height: 0;
  opacity: 0;
  overflow: hidden;
  background: #2f2f2f;
}
.header .nav ul li .subnav .container {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.header .nav ul li .subnav .header-title {
  text-align: left;
  margin-bottom: 57rem;
}
.header .nav ul li .subnav .header-title .bt {
  font-size: 22px;
  font-weight: bold;
  color: #ffffff;
}
.header .nav ul li .subnav .header-title .span {
  font-family: 'Oswald-Bold';
  font-size: 92rem;
  line-height: 110rem;
  color: rgba(255, 255, 255, 0.09);
  text-transform: capitalize;
}
.header .nav ul li .subnav .left {
  float: left;
  width: 22%;
  border-right: 1px solid rgba(255, 255, 255, 0.25);

}
.header .nav ul li .subnav .left ul {
  width: 100%;
  margin: 0;
  float: none;
}
.header .nav ul li .subnav .left ul li {
  margin-bottom: 40rem;
  height: auto;
   float: none;
}
.header .nav ul li .subnav .left ul li a {
  text-align: left;
  font-size: 18px;
  line-height: 37rem;
  color: #ffffff;
  background: none !important;
}
.header .nav ul li .subnav .left ul li a span {
  display: inline-block;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size:22px;
  white-space: nowrap !important;
  padding-right: 10rem;
}
.header .nav ul li .subnav .left ul li a span b {
  font-weight: normal;
  font-family: '宋体';
  color: #fff;
  font-size: 20rem;
  margin-left: 10rem;
}
.header .nav ul li .subnav .left ul li a .pic {
  width: 200rem;
  margin-top: 16rem;
  display: none;
}
.header .nav ul li .subnav .left ul li a .pic:after {
  padding-bottom: 75%;
}
.header .nav ul li .subnav .left ul li:hover a {
  color: #3071b9;
}
.header .nav ul li .subnav .left ul li:hover a b {
  color: #fff;
}
.header .subnav .left .active ul li a span{ color: #3071b9;}
.header .subnav2 .left ul li:hover a span{ color: #fff;}
.header .nav ul li .subnav .left ul li:nth-last-child(1) {
  margin-bottom: 0;
}
.header .nav ul li .subnav .left ul .active a {
  text-decoration: underline;
  color: #3071b9;
}
.header .nav ul li .subnav .left ul .active a span b {
  color: #3071b9;
}
.header .nav ul li .subnav .left ul .active a .pic {
  display: block;
}
.header .nav ul li .subnav .right {
  float: right;
  width: 72%;
}
.header .nav ul li .subnav .right .info {
  display: none;
}
.header .nav ul li .subnav .right .info .li {
  margin-top: -23rem;
  height: 425rem;
  overflow: hidden;
  width: 100%;
  position: relative;
}
.header .nav ul li .subnav .right .info .li a {
  width: 50%;
  float: left;
  display: block;
  font-size: 20px;
  line-height: 85px;
  color: #ffffff;
  letter-spacing: 0;
  padding-right: 10px;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  white-space: nowrap !important;
  background: none !important;
}
@media (min-width: 1025px) {
  .header .nav ul li .subnav .right .info .li a:hover {
    text-decoration: underline;
  }
}
.header .nav ul li .subnav2 .left {
  width: 100%;
  float: none;
  border: 0;
}
.header .nav ul li .subnav2 .left ul li a {
  text-align: center;
}
.header .nav ul li .subleft {
  height: calc(100vh - 94px);
  opacity: 1;
}
.header .nav ul li .subleft .container {
  padding: 0 160rem;
}
.header .nav ul li .subnav2 {
  text-align: center;
}
.header .nav ul li .subnav2 .left ul li {
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 30px;
  margin-top: 38px;
}
.header .nav ul li .subnav2.subleft {
  height: 80px;
  opacity: 1;
  text-align: center;
}
.header .nav ul li .subnav2.subleft .container {
  padding: 0 50rem;
}
.header .nav ul li:hover a {
  background-color: #3071b9;
  color: #fff;
}
.header .nav ul .active a {
  background-color: #a80411;
  color: #fff;
}
.banner {
  color: #fff;
  text-align: left;
  position: relative;
  height: 100vh;
}
.banner .slick-slide {
  overflow: hidden;
  position: relative;
}
.banner .slick-slide div {
  overflow: hidden;
  display: block !important;
}
.banner .img {
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.banner .img img {
  display: none;
}
.banner .slick-dots {
  bottom: auto;
  top: 50%;
  right: 30px;
  width: 10px;
  transform: translateY(-50%);
}
.banner .slick-dots li {
  margin: 5px 0;
  display: inline-block;
  vertical-align: top;
  float: none;
}
.banner .slick-dots li button:before {
  background: #fff;
}
.banner .slick-dots li.slick-active button:before {
  background: #8fc31f;
  border: 1px solid #8fc31f;
}
.banner .banner-hover {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
.banner .banner-hover .info {
  padding: 0 0;
  text-align:left;
  margin-left: 5%;
}
.banner .banner-hover .span {
  font-size: 52px;
  font-weight:bold;
  line-height: 115px;
  color: #ffffff;
  text-shadow: 2px 2px 4px #555;
}
.banner .banner-hover .bt {
  font-size: 27px;
  line-height: 40px;
  margin-top:5px;
  margin-bottom: 35px;
  color: #ffffff;
  text-shadow: 2px 2px 4px #555;
}
.banner .banner-hover .bt sup {
  font-size: 12rem;
  font-weight: normal;
}

.banner .banner-hover .txt_re{width: 100%;
    text-align: center;
    margin: 0 auto;
    display: ruby!important;}
.banner .banner-hover .txt_re .li{float:left; margin:0 40px;}
.banner .banner-hover .txt_re .li .li_re{ text-align:center;line-height: 28px;padding-top: 5px;}
.banner .banner-hover .txt_re .li {padding: 0px 0 20px;overflow: hidden;}
.banner .banner-hover .txt_re .li .li_le span{ font-family: 'Oswald-Bold';}

.banner .banner-hover .p {
  font-family: 'Poppins-Regular';
  font-size: 20px;
  line-height: 40px;
  margin-bottom: 72px;
  color: rgba(255, 255, 255, 0.7);
}
.banner .banner-hover1 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
}
.banner .banner-hover1 .info {
  text-align: center;
  display: inline-block !important;
  padding: 100px 19rem 34rem 19rem;
  position: relative;
}
/*.banner .banner-hover1 .info:after {
  content: '';
  display: block;
  width: 100%;
  height: 20%;
  position: absolute;
  bottom: 0;
  left: 0;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-top: 0;
}
.banner .banner-hover1 .info:before {
  content: '';
  display: block;
  width: 100%;
  height: 43%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-bottom: 0;
}*/
.banner .banner-hover1 .img2 {
  margin-top: -20rem;
  position: relative;
  margin: -20rem auto 0 auto;
  width: 78%;
  animation: fadeInRight2 2.5s;
}
.banner .banner-hover1 .img2 .hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.banner .banner-hover1 .img2 .hover a {
  display: block;
  float: left;
  width: 23%;
  height: 100%;
  margin: 0 1%;
}
.banner .banner-hover1 .span {
  font-size: 25px;
  color: #ffffff;
  transition: 2s;
  animation: fadeInUp2 2s;
}
.banner .banner-hover1 .bt {
  font-weight: 600;
  font-size: 44px;
  margin-bottom:2px;
  color: #ffffff;
  transition: 2.5s;
  animation: fadeInUp2 2.5s;
}
.banner .banner-hover1 .p {
  font-family: 'Poppins-Regular';
  font-size: 18rem;
  color: rgba(255, 255, 255, 0.68);
  transition: 3s;
  animation: fadeInUp2 3s;
}
.banner .banner-hover2 {
/*   transform: translateY(-45%);
 padding-left: 160rem;*/
}
.banner .slick-current .banner-hover .span {
  -webkit-animation: fadeInRight2 2s alternate;
  animation: fadeInRight2 2s alternate;
}
.banner .slick-current .banner-hover .bt {
  -webkit-animation: fadeInRight2 2.5s alternate;
  animation: fadeInRight2 2.5s alternate;
}
.banner .slick-current .banner-hover .p {
  -webkit-animation: fadeInRight2 3s alternate;
  animation: fadeInRight2 3s alternate;
}
.banner .slick-current .more a {
  -webkit-animation: fadeInRight2 3.5s alternate;
  animation: fadeInRight2 3.5s alternate;
}
.banner .slick-current .banner-hover .txt_re{
  -webkit-animation: fadeInRight2 3.5s alternate;
  animation: fadeInRight2 3.5s alternate;
}
.more a {
  display: block;
  width: 152px;
  line-height: 44px;
  background-color: #3071b9;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  margin: 0 auto;
}
.more a span {
  width: 22rem;
  height: 9rem;
  background: url(../images/more.png) no-repeat center center;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10rem;
}
.bg {
  padding-top: 100vh;
  position: relative;
  z-index: 300;
  background-size: cover;
  background-position: center center;
}
.ny-main .banner{ height:72vh;}
.ny-main .banner .img{ height:72vh;}
.section {
  display: table;
  table-layout: fixed;
  width: 100%;
/*  height: 100vh;*/
  position: relative;
  overflow: hidden;
}
.fp-section.fp-table,
.fp-slide.fp-table {
  overflow: hidden !important;
}
.section1 {
  position: relative;
  width: 100%;
  z-index: 400;
}
.section1 .bg {
  z-index: 80;
}
.section1 .bg img {
  display: none;
}
.section1 .pro-info {
  position: absolute;
  bottom: 27px;
  right: 75px;
  z-index: 135;
  text-align: right;
}
.active .home-news .home-bottom {
  -webkit-animation: fadeInUp2 2s alternate;
  animation: fadeInUp2 2s alternate;
}
.active .home-title {
  -webkit-animation: fadeInDown2 2s alternate;
  animation: fadeInDown2 2s alternate;
}
.active .more1 a {
  -webkit-animation: fadeInUp2 3s alternate;
  animation: fadeInUp2 3s alternate;
  display: block;
}
.active .home-product .home-bottom .left {
  -webkit-animation: fadeInLeft2 2s alternate;
  animation: fadeInLeft2 2s alternate;
}
.active .home-product .home-bottom .right {
  -webkit-animation: fadeInRight2 2s alternate;
  animation: fadeInRight2 2s alternate;
}
#fp-nav {
  display: none !important;
}
#menu {
  position: fixed;
  top: 0;
  right: -280px;
  width: 280px;
  background: #ffffff;
  z-index: 9999;
  height: 100%;
  transition: 0.5s;
  overflow: auto;
  padding: 62px 10px;
}
#menu ul {
  overflow: hidden;
  padding: 0 10px;
}
#menu ul li {
  position: relative;
}
#menu ul li a {
  font-size: 16px;
  color: #333;
  display: block;
  line-height: 36px;
  position: relative;
  padding: 0 10px;
  font-weight:bold;
}
@media (min-width: 1025px) {
  #menu ul li:hover a {
    background: #f2f2f2;
  }
}
#menu ul li ul li a {
  font-size: 15px;
    color: #333;
    font-weight: normal;
}
#menu ul li ul li ul li a {
  font-weight: normal;
}
#menu ul li:nth-child(1):before {
  display: none;
}
#menu .close {
  display: block;
  height: 36px;
  width: 36px;
  position: absolute;
  right: 17px;
  top: 18px;
  border-radius: 50%;
  background: url(../images/closed.png) no-repeat center center;
  background-size: 15px;
}
#menu.show1 {
  right: 0;
}
.home {
  position: relative;
  width: 100%;
}
.transparent {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.6);
  top: 0;
  left: 0;
  z-index: 888;
  backdrop-filter: blur(5px);
}
.transparent.active {
  display: block;
}
.home-title {
  font-size: 35px;
  color: #000000;
  font-weight: lighter;
}
.home-title span {
  font-weight: bold;
}
.more1 a {
  font-size: 16rem;
  letter-spacing: 1rem;
  color: #d61726;
  text-transform: uppercase;
}
.more1 p {
  font-size: 14rem;
  letter-spacing: 1rem;
  color: #b8b8b8;
}
.home-product{ padding:70px 0 20px 0;}
.home-product .home-top .home-title {
  float: left;
}
.home-product .home-top .more1 {
  float: right;
  margin-top: 25rem;
}
.home-product .home-bottom {
  padding-top: 20px;
}

.home-product .home-bottom .left {
  float: left;
  width: 29.6%;
}
.home-product .home-bottom .left .pic:after {
  padding-bottom: 118.5110664%;
}

.pic:after {
  content: '';
  display: block;
  padding-bottom: 100%;
}

.home-product .home-bottom .left .tit{
    position: absolute;
    width: 100%;
    bottom: 0;
    text-align: center;
    color: #fff;
    font-size: 32rem;
    background: rgba(0,0,0,0.5);
    padding-bottom: 5rem;	
}

@media (min-width: 1025px) {
  .home-product .home-bottom .left .pic:hover img {
    transform: scale(1.04);
  }
}
.home-product .home-bottom .right {
  float: right;
  width: 69.1%;
}

.indShowXq {
    width: 100%;
    position: relative;
    margin-top: 20px;

    display: flex;
    justify-content: space-between;
}

.indShowL {
    width: 30%;
    display: flex;
    justify-content: space-between;
}

.indShowL .indShowItem{ width:100%!important;}
.indShowL .indShowItem{     padding: 0px 0;
    margin: 10px 0;overflow: hidden;}

.indShowItem {
    display: block;
    width: 50%;
	padding:10px;
    position: relative;
}

.indShowItem:hover .indShowImg img {
    transform: scale(1.04);
}

.indShowL .indShowImg {
    width: 100%;
    padding-top: 110%;
    background: #f4f4f4;
    margin: 0 auto;
    position: relative;
}

.indShowL .indShowImg img {
    width: 70%;
    height: 70vh!important;
    object-fit: contain;
    position: absolute;
    left: 18%;
    top: 18%;
    padding-top: 50px;
}

.indShowL .indShowItem:hover img {
    transform: scale(1.04);
}

.indShowL .indShowImg .img2{
    opacity: 1;
}

.indShowL .indShowText{
    padding:0;
	width:100%;
}

.indShowL .indShowText b{ 
    color:#fff;
	bottom: 0;
    position: absolute;
    text-align: center;
    width: 100%;
	font-size: 22px;
    padding: 16px;
	background: rgba(0, 0, 0, 0.5);
}

.indShowText {
    width: 100%;
    padding: 20px 30px 20px 30px;
	background:#fafafa;
}

.indShowText b {
    color: #000000;
    font-size: 18px;
    line-height: 1.4;
	font-weight: normal;
	text-align: center;
    display: block;
    transition: all .48s;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.indShowText p{
    font-size: 15px;
	color:#333;
    line-height: 1.4;
}

.indShowText span {
    color: #666;
    font-size: 18px;
    display: block;
    transition: all .48s;
}

.indShowL .indShowText i {
    display: inline-block;
    padding: 0px 10px;
    background: #ef2853;
    border-radius: 4px;
    position: absolute;
    top: 38px;
    right: 30px;
    font-size: 12px;
    color: #fff;
}

.indShowText small {
    font-size: 12px;
    color: #666;
    display: flex;
    align-items: center;
}

.indShowText small img {
    width: 12px;
}

.indShowText i img {
    width: 12px;
}

.indShowText small .img2 {
    display: none;
}

.indShowText i .img2 {
    display: none;
}

.indShowR .indShowText i {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 32px;
    right: 30px;
    font-size: 15px;
    color: #3071b9;
	font-style: normal;
}

.indShowR {
    width: 68%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.indShowR .indShowImg {
    width: 100%;
    background: #fafafa;
    margin: 0 auto;
	padding-top:25px;
	text-align: center;
    position: relative;
}

.indShowR .indShowImg img {
/*    width: 25%;*/
    height: 19.5vh;
    object-fit: contain;
    margin: 0 auto;
    transition: all .48s;
}

.indShowImg .img2 {
    opacity: 0;
    left: 0 !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    padding: 0 !important;
    transition: all .48s;
}

@media(min-width:1024px) {
    .indShowItem:hover .indShowImg .img2 {
        opacity: 1;
        transition: all .48s;
    }

    .indShowItem:hover .indShowText b {
       /* color: #fff;*/
        transition: all .48s;
    }

    .indShowItem:hover .indShowText span {
        color: #fff;
        transition: all .48s;
    }

    .indShowItem:hover .indShowText i {
        color: #3071b9;
        transition: all .48s;
    }

    .indShowItem:hover .indShowText small {
        color: #fff;
        transition: all .48s;
    }
}

@media screen and (max-width: 640px) {
.indShowXq{ display:block;}
.indShowL{ width:100%;}
.indShowR{ width:100%;}
.indShowR .indShowImg{ padding:10px 0;height: auto;}
.indShowR .indShowImg img{ position:relative;margin: 0 auto;}
.indShowText{ position:relative; width:100%; height:auto;padding: 10px; text-align:center;}
.indShowR .indShowText i{ display:none;}
.indShowText b{font-weight: normal;font-size: 16px;}
}


.Tit {
    position: relative;
}

.Tit span {
    font-size: 40px;
    letter-spacing: 2px;
    line-height: 1.4;
    font-weight: 600;
	color: #444;
}

.Tit span b {
    color: #3071b9;
    font-size: 40px;
    letter-spacing: 2px;
    font-weight: 600;
}

.Tit .titP {
    font-size: 20px;
    margin-top: 10px;
    color: #353535;
}
.Tit.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.More a, .More small {
    position: relative;
    z-index: 99;
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    padding: 15px 30px;
    border-radius: 8px;
    /* border: 1px solid #957041; */
    color: #fff;
	background: linear-gradient(to right, #3071b9, #8fc31f);
    line-height: 1.4;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: all .48s;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.More a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #957041;
    transform-origin: right;
    transform: scaleX(0.2);
    opacity: 0;
    transition: opacity 1.2s cubic-bezier(0.45, 0.12, 0.04, 0.96), transform 1.8s cubic-bezier(0.45, 0.12, 0.04, 0.96);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    z-index: -1;
}
.More span { font-size:16px!important;color: #fff;}
.More span i{font-style: normal;}
.More a img {
    width: 22px;
    margin-left: 10px;
}

.home-news{
    background: url(../images/section_bg.png) no-repeat bottom center;
    background-size: cover;
	padding:50px 0 80px 0;
}

.home-news .home-bottom {
  padding-top: 63rem;
}
.home-news .home-top .home-title {
  float: left;
}
.home-news .home-top .more1 {
  float: right;
  margin-top: 25rem;
}
.newslist {
  margin: 0 -40rem;
}
.newslist li {
  width: 33.33333333%;
  float: left;
  padding: 0 40rem;
}
/*.newslist li .pic:after {
  padding-bottom: 58.18540434%;
}*/
.newslist li .pic{
  border-radius: 24px;
 }
.newslist li .pic:after{ padding-bottom:0;}
.newslist li .pic span {
  display: inline-block;
  position: absolute;
  bottom: 15rem;
  left: 10rem;
  line-height: 26rem;
  font-size: 14rem;
  padding: 0 10rem;
  letter-spacing: 1rem;
  color: #ffffff;
  background-color: #e62129;
}
.newslist li .pic img{
  width: 100%;
  height: 30vh;
  object-fit: cover;
}
.newslist li .text {
  padding-top: 34rem;
}
.newslist li .text .date {
    display: block;
    font-size: 16px;
    color: #3071b9;
    font-weight: 600;
	font-family:Arial, Helvetica, sans-serif
}
.newslist li .text .bt {
  font-size: 20px;
  line-height: 32px;
  margin: 15px 0 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #000000;
}
.newslist li .text .jsh {
  font-size: 18rem;
  line-height: 31rem;
  height: 62rem;
  margin-bottom: 49rem;
  overflow: hidden;
  color: #999999;
}
.More b {
    position: relative;
    z-index: 99;
    display: inline-flex;
    align-items: center;
    font-size: 16px;
	font-weight:normal;
    color: #3071b9;
    line-height: 1.4;
    text-transform: uppercase;
    transition: all .48s;
}
.More b img, .More small img {
    width: 22px;
    margin-left: 20px;
}
@media (min-width: 1025px) {
  .newslist li:hover .pic img {
    transform: scale(1.04);
  }
  .newslist li:hover .text .bt {
    color: #3071b9;
  }
}


.jjfa{
    width: 100%;
    background: url(../images/wnbg2.png) no-repeat;
    background-size: cover;
	padding: 50px 0 20px 0;
}
.jjfa .tit {
	width: 100%;
	padding-bottom: 0;
}

.jjfa_box {
	width: 90%;
	margin: 0 auto;
	padding: 14px 0 60px;
}

.jjfa_bg {
	/*height: 300px;*/
	background: #f5f5f5;
	border-radius: 10px;
	margin-top: 30px;
	overflow: hidden;
	transition: all 1s;
}

.jjfa_tp img:hover {
	margin-left: 40%;
}


.jjfa_bg span {
	color: #333;
	font-size: 16px;	
	display: block;
	width: 90%;
	margin:0 auto;
}

.jjfa_bg span p{ margin-bottom:10px;}

.jjfa_tp {
	padding-top: 15px;
	position: relative;
	height: 260px;
}

.jjfa_tp img {
	margin-left: 45%;
	transition: all 1s;
}

.jjfa_box .swiper-pagination {
	position: relative;
	margin-top: 30px;
}

.jjfa_box .swiper-pagination-bullet {
	height: 10px;
	width:10px;
	margin: 0 5px;
	background: #999;
	opacity: 1;
}
.jjfa_box .my-bullet-active{ background:#8fc31f;}

.jjfa_p {
	color: #222;
	font-size: 26px;
	border-bottom: 1px solid #bababa;
	margin: 0 5%;
	padding: 20px 0;
	position: relative;
}
.jjfa_p img {
	width: 40px;
    position: absolute;
    top: 50%;
    right: 0px;
	transform: translateY(-50%);
}

.jjfa_bg {
	margin-bottom: 5px;
	margin-right: 10px;
	padding-bottom: 20px;
}

.jjfa_bg:hover {
	box-shadow: 2px 2px 10px rgba(50, 50, 50, 0.5);
	transition: all 0.5s;
}

/*.jjfa_bg:hover .jjfa_bg span {color: #fff;}*/

.jjfa_bg:hover .jjfa_tp img {
	margin-left: 35%;
}

.jjfa_bg:hover .jjfa_p img {}

.jjfa_bg .more{display: inline-block;}

.jjfa_bg .more i {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 38px;
    right: 30px;
    font-size: 15px;
    color: #3071b9;
	font-style: normal;
}

.jjfa_bg .more i img {
    width: 12px;
}

.le2{display: flex;}

.le2 .le_le{width: 90px;text-align: center;margin-right: 20px;}

.le2 .le_re{width: calc(100% - 110px); font-size:15px; color: rgba(255, 255, 255, 0.6);}

.le2 .le_le img{margin-bottom: 10px;}

.le2 .re1{display: flex;align-items: flex-start;line-height: 20px;margin-bottom: 17px;}

.le2 .re1 span:first-child{display: flex;align-items: center; min-width: 88px;}

/*.le2 .re1 .ls{width: calc(100% - 80px);}*/

.le2 .re1 s{display: block;width: 1px;height: 13px;background: rgba(255, 255, 255, 0.6);margin: 0 7px 0 10px;}

.le2 .re1 a{display: block;color:rgba(255, 255, 255, 0.6);}

.footer {
  background: #333333;
}
.footer a:hover {
  color: #fff !important;
}
.footer-bottom {
  padding-top: 20px;
  padding-bottom: 20px;
}
.footer-bottom .footer-left {
  float: left;
  width: 35%;
}
.footer-bottom .footer-left .img {
  width: 200px;
  margin-bottom: 25px;
}

.footer-bottom .footer-left .f1 p {
  font-size: 44rem;
  line-height: 32rem;
  color: #ffffff;
  font-family: YouSheBiaoTiHei;
}
.footer-bottom .footer-left .f1 p a {
  color: #fff;
  display: block;
}
.footer-bottom .footer-left .f2 a {
  font-size: 14rem;
  line-height: 21rem;
  color: #c3c3c3;
  background: url(../images/f02.png) no-repeat center left;
  background-size: 14rem;
  padding-left: 29rem;
  display: block;
  margin-top: 20rem;
  margin-bottom: 5rem;
}
.footer-bottom .footer-left .f2 a img {
  width: 347rem;
}
.footer-bottom .footer-left .f3 p {
  font-size: 14rem;
  line-height: 26rem;
  padding-left: 29rem;
  background: url(../images/f03.png) no-repeat left 4rem;
  background-size: 14rem;
  color: #c3c3c3;
}
.footer-bottom .footer-list {
  float: right;
  width: 59%;
  padding-top: 9rem;
}
.footer-bottom .footer-list ul li {
  width: 20.33%;
  float: left;
  margin-right: 9%;
}
.footer-bottom .footer-list ul li a {
  display: block;
/*  text-overflow: ellipsis;*/
  white-space: nowrap;
/*  overflow: hidden;*/
  white-space: nowrap !important;
  color: #fff;
  max-width: 100%;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  padding-right: 5px;
  padding-bottom: 24px;
}
.footer-bottom .footer-list ul li ul li {
  width: 100% !important;
}
.footer-bottom .footer-list ul li ul li a {
  font-size: 16px;
  line-height: 32px;
  color: #bfbfbf;
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
}
.footer-bottom .footer-list ul li:nth-child(1) {
  width: 20.33%;
  margin-right: 9%;
}
.footer-bottom .footer-list ul li:nth-last-child(1) {
  margin-right: 0;
  width: 12%;
}
.footer-copyright {
  text-align: center;
  padding: 14px 0;
  font-size: 16px;
  color: #c3c3c3;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-copyright a {
  color: #c3c3c3;
}
.content {
  min-height: 600rem;
  padding: 80rem 0;
}
.home-title1 {
  text-align: center;
  font-size: 42rem;
}
.second-nav {
  margin: 40px 0 0 0;
}
.second-nav ul {
  font-size: 0;
  text-align: center;
}
.second-nav ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 18rem;
  margin-bottom: 10rem;
}
.second-nav ul li a {
  display: block;
  min-width: 160px;
  max-width: 250px;
  padding: 0 30rem;
  line-height: 52px;
  font-size: 18px;
  color: #000014;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  white-space: nowrap !important;
  background-color: #f7f7f7;
}
@media (min-width: 1025px) {
  .second-nav ul li:hover a {
    background-color: #3071b9;
    color: #fff;
  }
}
.second-nav ul .active a {
  background-color: #3071b9;
  color: #fff;
}

.xia a {
  width: 55rem;
  height: 55rem;
  display: block;
  border-radius: 50%;
  position: absolute;
  bottom: 35rem;
  right: 180rem;
  background: url(../images/xia.png) no-repeat center center;
  background-size: 100%;
}

.bg1 {
  background: #f5f5f5 url(../images/bg7.jpg) no-repeat bottom center;
  background-size: 100%;
}
.current {
  font-size: 14rem;
  color: #999999;
}
.current img {
  width: 15px;
  margin-right: 2rem;
  display: inline-block;
  vertical-align: top;
  margin-top: 5rem;
}
.current a {
  color: #999999;
}
.current a:hover {
  color: #3071b9;
}
.current b {
  font-weight: normal;
}
.current span {
  display: block;
  padding: 21rem 0 17rem 0;
  font-size: 16px;
  line-height: 24px;
  color: #666666;
}
.current span a {
  color: #666666;
}
.current span a,
.current span b {
  margin: 0 7rem;
}

.container01 {
  margin-right: auto;
  margin-left: auto;
  width: 1550rem;
}

.product-show {
  padding: 0 !important;
}
.product-top {
  padding: 50px 0 0 0;
}
.product-top .text {
  padding-top: 20px;
  text-align:center;
}

.product-top .h1 {
  font-size: 42px;
  font-weight: bold !important;
  margin-bottom: 12px;
  font-weight: normal;
  color: #000014;
  text-align: center;
}

.product-top .text .h1 {
  font-size: 52rem;
  margin-bottom: 52rem;
  font-weight: normal;
  color: #000014;
  text-align: left;
}
.product-top .text .p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 65px;
  text-indent: 2em;
  text-align: justify;
  color: #000014;
}
.product-top .text .p img{margin:0 auto;display: block;}

.product-top .text1{
    width: 100%;
    padding-top: 0;
    text-align: center;
}
.product-top .text1 .h1 {
  font-size: 42px;
  margin-bottom: 52rem;
  font-weight: normal;
  color: #000014;
}
.product-top .text1 .detail {
  font-size: 18px;
  line-height: 30px;
  color: #000014;
  text-align: left;
  text-indent: 2em;
  max-width: 1180px;
  margin: 0 auto 50px auto;
}
.product-top .text1 .detail p{margin-bottom: 15px;}
.product-top .text1 .detail img{
    margin: 0 auto;
    display: block;
}
.product-top .text1 .more1{margin-top: 25px;}
.product-top .text1 .more1 a {
  font-size: 18px;
  color:#3071b9;
}
.product-top .img {
  width: 100%;
  text-align: center;
  font-size: 18px;
  line-height: 40px;
  color: #222;
  margin: 40px auto 70px auto;
}
.product-top .img .pic:after{
	padding-bottom: 0;
}
.detail-content {margin: 30px auto 0 auto;background: #fafafa;min-height: 350px;padding: 30px 0 40px 0;}
.detail-content .title-1 {font-size: 24px;color: #222;font-weight: bold; position: relative;padding: 30px 0 20px 0;overflow: hidden;border-bottom: 2px solid #d8dae0;}
.detail-content .title-1 i{width: 30px;line-height: 30px;text-align: center;font-size: 20px;color: #26334d;position: absolute;right: 0;top: 50%;margin-top: -15px;font-style: normal;}
.detail-content .parameter-2 {
    margin: 30px 0;
}
.detail-content .parameter-2 p{
    font-size: 18px;
    line-height: 30px;
    color: #000014;
    margin-bottom: 25px;
}
.product-list {
  position: relative;
  background: #fafafa;
}
.product-list:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #efefef;
  position: absolute;
  bottom: 0;
  left: 0;
}
.product-list ul {
  position: relative;
  overflow: hidden;
  padding-left: 1px;
}
.product-list ul li {
  float: left;
  border: 1px solid #efefef;
  margin-left: -1px;
}
.product-list ul li a {
  font-size: 18rem;
  width: 211rem;
  line-height: 60rem;
  color: #000000;
  text-align: center;
  display: block;
  position: relative;
}
.product-list ul li a:after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #fafafa;
  position: absolute;
  top: -1px;
  left: 0;
  transition: 0.5s;
}
@media (min-width: 1025px) {
  .product-list ul li:hover {
    border-bottom: 1px solid #fafafa;
  }
  .product-list ul li:hover a {
    color: #3071b9;
    font-weight: bold;
  }
  .product-list ul li:hover a:after {
    background: #3071b9;
    width: 100%;
  }
}

.product_wrap{

}

.bgfa{background: #fafafa;}

.product_item {
  position: relative;
}

.prod_md {
  position: absolute;
  top: -156px;
}

.product_item {
  padding: 80px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
    font-size: 18px;
    color: #111;
}
.product_item .container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.product_item hr{ height:1px; background:#ddd;}

.product_item .img {
  width: 50%;
  /*padding-right: 8%;*/
  margin-right: 8%;
  background: url(../images/pro_bg.png) right center / 100% no-repeat;
}

.product_item .img img{ max-width: 400px; margin:0 auto;}

.max600{max-width: 600px!important;}

.product_item:nth-child(2n) .img {
  order: 1;
  padding-right: 0%;
/*  padding-left: 8%;*/
    margin-left: 8%;
}

.product_item .text {
  width: 50%;
}

.product_item .text_t {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
}

.product_item .text_tl {
text-align: left;
}

.product_item .text_tl h4 {
  font-size: 35px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #333333;
}

.product_item .text_tl h4 span {
  font-size: 60px;
}

.product_tilte{
    font-size: 35px!important;
    font-weight: bold;
    letter-spacing: 1px;
    color: #333333!important;
}

.product_item .text_tl h6 {
  font-size: 28px;
  color: #333333;
}

.product_item .text_t a {
  width: 160px;
  height: 48px;
  border-radius: 24px;
  line-height: 48px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
  color: #ffffff;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.product_item .text_t a img {
  margin-left: 10px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.product_item .text_t a:hover {
  border: 1px solid transparent;
}
.product_item .text_t a:hover img {
  margin-left: 20px;
}

.product_item .text_b {
  text-align: left;
}

.product_item .text_b h4 {
  font-size: 16px;
  line-height: 28px;
  color: #333333;
  margin-top: 22px;
}

.product_item .text_b h4 span {
  font-size: 30px;
  font-weight: bold;
}

.product_item .text_b p img{ max-width:350px;}

.product_item .text_b ul {
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center; */
  margin-top: 24px;
}

.product_item .text_b ul li {
  position: relative;
  /* flex: 1; */
  margin-right: 12px;
  overflow: hidden;
  width: 33.33%;
  float: left;
}

.product_item .text_b ul li:last-child {
  margin-right: 0;
}

.product_item .text_b ul li .img {
  width: 100%;
  padding-top: 95%;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  margin-right: 0;
  margin-left: 0;
  /* object-fit: none; */
}

.product_item .text_b ul li:hover .img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.product_item .text_b ul li .mask {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 45%;
  background-image: linear-gradient(0deg, rgba(9, 10, 13, 0.8), rgba(9, 10, 13, 0));
  opacity: 0.7;
}

.product_item .text_b ul li h6 {
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  padding: 0 4px 6px 4px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 1480px) {
.product_item .text_b ul li{ width:40%;}
    .product-top .text1 .h1 {
        font-size: 35px;
    }
}
@media (max-width: 768px) {
  .product-top .h1{font-size: 24px;}
  .product-top .text1{width: 100%;}
  .product-top .text1 .h1 {
        font-size: 22px;
    }
    .product-top .text1 .detail {
    font-size: 16px;
    margin:0 auto;
}
.product-top .middleCenter{position: relative;}
.product-top .img .pic:after {
    padding-bottom: 0;
}
.product_item .container {
    flex-direction: column;
  }
  .product_item .img {
    order: 0;
    padding: 0;
    width: 100%;
	font-size: 16px;
    margin: 0 auto 30px auto;
  }
  .product_item:nth-child(2n) .img{ margin-left:0;}
  .product_item .text {
    width: 100%;
  }
  .product_item .text_t {
    padding-bottom: 20px;
  }
  .product_item .text_tl h4 {
    font-size: 22px;
  }
  .product_item .text_tl h4 span {
    font-size: 32px;
  }
  .product_item .text_tl h6 {
    font-size: 20px;
  }
  .product_item .text_b h4 {
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px;
	margin-bottom:15px;
  }
  .product_item .text_b h4 span {
    font-size: 22px;
  }
  .product_item .text_b ul li {
    margin-right: 4px;
  }
  .product_item .text_b ul li h6 {
    padding: 0 10px;
    font-size: 14px;
  }
  .product_item .img img{ width:100%;}
  .product_tilte {
    font-size: 22px !important;
}
  
}
.item-title {
  font-size: 32rem;
  line-height: 32rem;
  padding-left: 13rem;
  margin-bottom: 48rem;
  color: #000000;
  border-left: 4rem solid #982223;
}
.item-p {
  font-size: 16rem;
  line-height: 31rem;
  color: #333333;
}

.prolist1 {
  margin: 0 -31rem;
  position: relative;
  padding-top: 106rem;
}
.prolist1 li {
  width: 33.33333333%;
  float: left;
  padding: 0 31rem;
  margin-bottom: 60rem;
}
.prolist1 li .pic:after {
  padding-bottom: 50.98039216%;
}
.prolist1 li .pic .hover {
  position: absolute;
  top: 27%;
  right: 30rem;
  display: none;
}
.prolist1 li .pic .hover a {
  display: block;
  width: 30rem;
  height: 30rem;
}
.prolist1 li .pic .hover .tel {
  background: url(../images/c2.png) no-repeat center center;
  background-size: 100%;
  display: none;
}
.prolist1 li .pic .hover .youxiang {
  background: url(../images/c4.png) no-repeat center center;
  background-size: 100%;
  display:none;
}
.prolist1 li .text {
  padding-top: 25rem;
}
.prolist1 li .text .bt {
  font-size: 24rem;
  line-height: 40rem;
  margin-bottom: 23rem;
  color: #000014;
}
.prolist1 li .text .bt a {
  color: #000014;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  white-space: nowrap !important;
}
.prolist1 li .text .jsh {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 42px;
  overflow: hidden;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.prolist1 li .text .jsh a {


  color: #999999;
}
.prolist1 li .text .more3 a {
  font-size: 16px;
  letter-spacing: 1rem;
  color: #3071b9;
  display: block;
  text-align: right;
  padding-bottom: 25rem;
  position: relative;
}
.prolist1 li .text .more3 a:after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #e3e3e3;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (min-width: 1025px) {
  .prolist1 li:hover .pic img {
    transform: scale(1.05);
  }
  .prolist1 li:hover .pic .hover {
    display: block;
  }
  .prolist1 li:hover .text .bt a {
    color: #3071b9;
  }
  .prolist1 li:hover .text .more3 a:after {
    height: 2px;
    background: #3071b9;
  }
}
.product {
  padding: 25rem 0 0 0;
}
.product .show .info {
  margin-bottom: 30px;
}

.contact02 {
  padding-top: 62rem;
  padding-bottom: 62rem;
  border-top: 1px #ddd solid
}
.contact02 .home-title {
  text-align: center;
}
.contact02 .home-span {
  text-align: center;
  font-size: 18px;
  margin-top: 6px;
  color: #000014;
}
.contact02 .contact-bottom {
  overflow: hidden;
  padding: 88rem 0 0 0;
}
.contact02 .contact-bottom .left {
  width: 52%;
  float: left;
}
.contact02 .contact-bottom .left .content-way {
  overflow: hidden;
}
.contact02 .contact-bottom .left .content-way p{ font-size:17px; color:#111; margin-bottom:25px;}
.contact02 .contact-bottom .left .content-way li {
  list-style: none;
  float: left;
  width: 50%;
  margin-bottom: 24px;
  position: relative;
  padding-left: 80px;
}
.contact02 .contact-bottom .left .content-way li::after {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background: #e7e8eb;
  position: absolute;
  right: 10%;
  top: 0;
}
.contact02 .contact-bottom .left .content-way li:nth-child(2)::after,
.contact02 .contact-bottom .left .content-way li:nth-child(4)::after,
.contact02 .contact-bottom .left .content-way li:last-child::after {
  display: none;
}
.contact02 .contact-bottom .left .content-way li i {
  width: 54px;
  height: 54px;
  border: 2px solid #7a7a7a;
  border-radius: 100%;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
}
.contact02 .contact-bottom .left .content-way li:last-child {
  width: 99%;
}
.contact02 .contact-bottom .left .content-way li i.c1 {
  background: url('../images/c01.png') center no-repeat;
  background-size: 23px;
}
.contact02 .contact-bottom .left .content-way li i.c2 {
  background: url('../images/c02.png') center no-repeat;
  background-size: 28px;
}
.contact02 .contact-bottom .left .content-way li i.c3 {
  background: url('../images/c03.png') center no-repeat;
  background-size: 26px;
}
.contact02 .contact-bottom .left .content-way li i.c4 {
  background: url('../images/c04.png') center no-repeat;
  background-size: 21px;
}
.contact02 .contact-bottom .left .content-way li i.c5 {
  background: url('../images/c05.png') center no-repeat;
  background-size: 26px;
}
.contact02 .contact-bottom .left .content-way li span {
  display: inline-block;
  vertical-align: middle;
}
.contact02 .contact-bottom .left .content-way li span h6 {
  font-size: 16px;
  color: #999999;
  font-weight: normal;
  margin: 0;
}
.contact02 .contact-bottom .left .content-way li span h5 {
  font-size: 18px;
  line-height: 24px;
  color: #030f1b;
  margin: 5px 0 0 0;
}
.contact02 .contact-bottom .left .content-way li span h5 a {
  font-size: 18px;
  color: #030f1b;
 word-wrap:break-word; 
 	word-break:break-all;
}
@media (min-width: 1025px) {
  .contact02 .contact-bottom .left .content-way li:hover {
    cursor: pointer;
  }
 
}
.contact02 .contact-bottom .left .content-map {
  clear: both;
  overflow: hidden;
  width: 100%;
  position: relative;
  background: #f1f1f1;
}
.contact02 #map {
  width: 100%;
  height: 290rem;
}
.contact02 #map img {
  max-width: initial;
  max-height: inherit;
}
.contact02 #map .anchorBL {
  display: none;
}
.contact02 .contact-bottom .left .content-text {
  font-size: 12rem;
  line-height: 20rem;
  color: #999999;
  padding: 20rem 0;
}
.contact02 .contact-bottom .right {
  width: 45.9%;
  float: right;
}
.contact02 .right .bt {
  font-size: 14rem;
  line-height: 31rem;
  color: #040806;
  background: url(../images/dui.png) no-repeat center left;
  padding-left: 35rem;
  background-size: 30rem;
  margin-bottom: 17rem;
  margin-left: 20rem;
}
.contact02 .content-form {
  overflow: hidden;
}
.contact02 .content-form li {
  list-style: none;
  margin: 0 0 18rem 0;
  padding: 0;
  font-size: 0;
  width: 50%;
  float: left;
  padding: 0 10rem;
  position: relative;
}
.contact02 .content-form li span {
  position: absolute;
  left: 20px;
  top: 0;
  line-height: 52px;
  display: block;
  z-index: 3;
  font-size: 15px;
  color: #080f15;
}
.contact02 .content-form li span font {
  color: #de021c;
}
.contact02 .content-form li .input2 {
  padding: 0 20px 0 82px;
  width: 100%;
  height: 52px;
  background-color: #f7f7f7;
  border-radius: 4px;
  border: solid 1px #e8e8e8;
  font-size: 15px;
  font-weight: normal;
  box-sizing: border-box;
}
.contact02 .content-form li .textarea1 {
  width: 100%;
  height: 100px;
  font-size: 15px;
  background-color: #f7f7f7;
  border-radius: 4rem;
  border: solid 1px #e8e8e8;
  padding: 10px 20px 10px 20px;
  box-sizing: border-box;
}
.contact02 .content-form li .submit1 {
  color: #fff;
  font-size: 18rem;
  width: 100%;
  height: 67rem;
  background-color: #8fc31f;
  border-radius: 2rem;
  cursor: pointer;
  border: 0;
}
.contact02 .content-form li .submit1:hover {
  background: #3271b8;
}

.about {
  padding: 0 !important;
}


@font-face {
  font-family: 'Montserrat-Regular';
  src: url(../font/Montserrat-Regular.otf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Oswald-Bold';
  src: url('../font/Oswald-Bold.woff2') format('woff2'), url('../font/Oswald-Bold.woff') format('woff'), url('../font/Oswald-Bold.ttf') format('truetype'), url('../font/Oswald-Bold.eot') format('embedded-opentype'), url('../font/Oswald-Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat-Bold';
  src: url('../font/Montserrat-Bold.woff2') format('woff2'), url('../font/Montserrat-Bold.woff') format('woff'), url('../font/Montserrat-Bold.ttf') format('truetype'), url('../font/Montserrat-Bold.eot') format('embedded-opentype'), url('../font/Montserrat-Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Poppins-Regular';
  src: url('../font/Poppins-Regular.woff2') format('woff2'), url('../font/Poppins-Regular.woff') format('woff'), url('../font/Poppins-Regular.ttf') format('truetype'), url('../font/Poppins-Regular.eot') format('embedded-opentype'), url('../font/Poppins-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Poppins-Bold';
  src: url('../font/Poppins-Bold.woff2') format('woff2'), url('../font/Poppins-Bold.woff') format('woff'), url('../font/Poppins-Bold.ttf') format('truetype'), url('../font/Poppins-Bold.eot') format('embedded-opentype'), url('../font/Poppins-Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*!
 * fullPage 2.9.5
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
.fp-enabled body,
html.fp-enabled {
  margin: 0;
  padding: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: transparent;
}
.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fp-slide {
  float: left;
}
.fp-slide,
.fp-slidesContainer {
  height: 100%;
  display: block;
}
.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.fp-section.fp-table,
.fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
#section-footer .fp-tableCell {
  display: block;
}
.fp-slidesContainer {
  float: left;
  position: relative;
}
.fp-controlArrow {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38rem;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
  overflow: hidden;
  position: relative;
}
.fp-scroller {
  overflow: hidden;
}
.iScrollIndicator {
  border: 0 !important;
}
.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}
#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 55%;
  opacity: 1;
  width: 50px;
  -webkit-transform: translate3d(0, 0, 0);
}
#fp-nav.right {
  right: 70px;
}
#fp-nav.left {
  left: 17px;
}
.fp-slidesNav {
  position: absolute;
  z-index: 4;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0 !important;
  right: 0;
  margin: 0 auto !important;
}
.fp-slidesNav.bottom {
  bottom: 17px;
}
.fp-slidesNav.top {
  top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 50px;
  height: 30px;
  text-align: center;
  position: relative;
}
.fp-slidesNav ul li {
  display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}
#fp-nav ul li a:before,
.fp-slidesNav ul li a:before {
  content: '';
  width: 0;
  height: 1px;
  left: 50%;
  bottom: 5px;
  display: none;
  background: #fff;
  position: absolute;
  transition: all 334ms ease;
  -webkit-transition: all 334ms ease;
}
#fp-nav ul li a.active:before,
#fp-nav ul li:hover a.active:before,
.fp-slidesNav ul li a.active:before,
.fp-slidesNav ul li:hover a:before {
  width: 20px;
  left: 24px;
}
#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
  background: #fff;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  position: absolute;
  z-index: 1;
  border: 0;
  color: #fff;
  font-size: 0;
  font-family: arial;
  width: 12px;
  height: 12px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  border: solid 2px #fff;
  border-radius: 100%;
}
#fp-nav ul li:last-child {
  display: none;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  background: #fff;
}
#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}
#fp-nav ul li .fp-tooltip.right {
  right: 20px;
}
#fp-nav ul li .fp-tooltip.left {
  left: 20px;
}
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell,
.fp-auto-height.fp-section {
  height: auto !important;
}
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell,
.fp-responsive .fp-auto-height-responsive.fp-section {
  height: auto !important;
}
.slick-slider {
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:after,
.slick-track:before {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-next,
.slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
}
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  color: transparent;
  outline: 0;
  background: 0 0;
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.25;
}
.slick-next:before,
.slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: '←';
}
[dir='rtl'] .slick-prev:before {
  content: '→';
}
.slick-next {
  right: -25px;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: '→';
}
[dir='rtl'] .slick-next:before {
  content: '←';
}
.slick-dots {
  position: absolute;
  bottom: 46px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 20px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}
.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: 0;
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  content: '';
  text-align: center;
  color: #000;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  background: #fff;
  border: 1px solid #fff;
  color: #000;
}
@keyframes slideUp2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@keyframes fadeInLeft2 {
  0% {
    opacity: 0;
    transform: translate3d(-70px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInLeft2 {
  animation-name: fadeInLeft2;
}
@keyframes fadeInRight2 {
  0% {
    opacity: 0;
    transform: translate3d(70px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInRight2 {
  animation-name: fadeInRight2;
}
@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    transform: translate3d(0, 70px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInUp2 {
  animation-name: fadeInUp2;
}
@keyframes fadeInDown2 {
  0% {
    opacity: 0;
    transform: translate3d(0, -70px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInDown2 {
  animation-name: fadeInDown2;
}
@-webkit-keyframes pulsed {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(0.8, 0.8, 0.8);
  }
  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(2, 2, 2);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(0.8, 0.8, 0.8);
  }
}
@keyframes mymove {
  0% {
    transform: scale(0.3);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes mymove {
  0% {
    transform: scale(0.3);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes bubble-1 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(-1px, 5px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bubble-1 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(-1px, 5px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes bubble-2 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0px, -7px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bubble-2 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0px, -7px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes bubble-3 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(2px, 2px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bubble-3 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(2px, 2px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes bubble-4 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(-1px, -3px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bubble-4 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(-1px, -3px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes bubble-5 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0px, 10px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bubble-5 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0px, 10px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes bubble-6 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(1px, 6px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bubble-6 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(1px, 6px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes bubble-7 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(-1px, 5px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bubble-7 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(-1px, 5px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes bubble-8 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(1px, 4px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bubble-8 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(1px, 4px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes bubble-9 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0px, 6px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bubble-9 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0px, 6px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes bubble-10 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(1px, -4px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bubble-10 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(1px, -4px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes bubble-11 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(-1px, 5px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bubble-11 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(-1px, 5px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes bubble-12 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(-1px, -7px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bubble-12 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(-1px, -7px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes bubble-13 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0px, 8px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bubble-13 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0px, 8px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes bubble-14 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0px, -5px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bubble-14 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0px, -5px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes bubble-15 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0px, 8px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bubble-15 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0px, 8px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

@media (max-width: 1440px) {
.home {
  top: 55%;
}
.header1 .nav ul li{ margin-bottom:10px;}
.banner .banner-hover .span{ font-size:52px;}
.Tit span{ font-size:40px;}
.Tit span b{ font-size:40px;}
.Tit .titP{ font-size:18px;}
.f_72 {
    font-size: 62px;
}
.f_44 {
    font-size: 40px;
}
.inn_index .items .item .art2{
    padding: 1.13vw 3.13vw;
}
}

@media (max-width: 1200px) {
  .container,
  .container01,
  .container02 {
    width: 100%;
    padding: 0 15px;
    max-width: 750px;
  }
  .header1 {
    height: 60px;
    width: 100%;
    padding-top: 15px;
  }
  .header1 .nav {
    display: none;
  }
  .header1 .header-right .menu {
    display: block;
  }
  .header1 .header-right .bottom {
    display: none;
  }
  .header1 .header-right {
    padding-top: 0;
    float: right;
  }
  .header1 .logo {
    padding-left: 0;
    float: left;
  }
  .header1 .logo a img {
    width: 75px;
  }
  .header {
    height: 60px;
    width: 100%;
    padding-top: 15px;
  }
  .header .nav {
    display: none;
  }
  .header .header-right .menu {
    display: block;
  }
  .header .header-right .bottom {
    display: none;
  }
  .header .header-right {
    padding-top: 0;
    float: right;
  }
  .header .logo {
    padding-left: 0;
    float: left;
  }
  .header .logo a img {
    width: 75px;
  }
  .footer-copyright {
    padding: 10px 0;
    font-size: 12px;
  }
  .footer-bottom .footer-left {
    width: 100%;
  }
  .footer-bottom .footer-list {
    display: none;
  }
  .footer-bottom .footer-left .img {
    width: 100px;
    margin-bottom: 20px;
  }
  .footer-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .footer-bottom .footer-left .f1 p {
    font-size: 20px;
    line-height: 30px;
  }
  .footer-bottom .footer-left .f2 a {
    font-size: 14px;
    line-height: 22px;
    background-size: 14px;
    padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .footer-bottom .footer-left .f3 p {
    font-size: 14px;
    line-height: 22px;
    padding-left: 20px;
    background: url(../images/f03.png) no-repeat left 4px;
    background-size: 14px;
  }
  .second-nav ul li a {
    min-width: 100px;
    max-width: 200px;
    padding: 0 20px;
    line-height: 40px;
    font-size: 16px;
  }
  .second-nav ul li {
    margin: 0 4px;
    margin-bottom: 8px;
  }
  .prolist1 {
    margin: 0 -10px;
    padding-top: 30px;
  }
  .prolist1 li {
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .prolist1 li .text {
    padding-top: 10px;
  }
  .prolist1 li .text .bt {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 6px;
  }
  .prolist1 li .text .jsh {
    font-size: 14px;
    line-height: 25px;
    height: 50px;
    margin-bottom: 10px;
  }
  .prolist1 li .text .more3 a {
    font-size: 12px;
    letter-spacing: 1px;
    padding-bottom: 10px;
  }
  .content {
    min-height: 400px;
    padding: 0 0;
  }
  .current {
    font-size: 14px;
  }
  .current img {
    width: 15px;
    margin-right: 4px;
    margin-top: 5px;
  }
  .current span {
    padding: 10px 0;
    font-size: 14px;
    line-height: 25px;
  }
  .current span a,
  .current span b {
    margin: 0 5px;
  }
  .product-top {
    padding: 20px 0;
  }
  .product-top {
    padding: 20px 0;
  }
  .product-top .text {
    padding-top: 20px;
  }
  .product-top .text .h1 {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .product-top .text .p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .product-top .text .more1 a {
    font-size: 14px;
  }
  .product-list ul li a {
    font-size: 14px;
    width: 120px;
    line-height: 40px;
  }
  .item-title {
    font-size: 20px;
    line-height: 20px;
    padding-left: 10px;
    margin-bottom: 10px;
    border-left: 2px solid #982223;
  }
  .item-p {
    font-size: 14px;
    line-height: 25px;
  }
  .home-title {
    font-size: 26px;
  }
  .contact02 .home-span {
    font-size: 16px;
    margin-top: 5px;
  }
  .contact02 .contact-bottom .left {
    width: 100%;
  }
  .contact02 .contact-bottom {
    padding: 20px 0 0 0;
  }
  .contact02 .right .bt {
    font-size: 14px;
    line-height: 25px;
    padding-left: 20px;
    background-size: 17px;
    margin-bottom: 10px;
    margin-left: 0;
    margin-top: 20px;
  }
  .contact02 .contact-bottom .right {
    width: 100%;
    margin: 20px auto;
  }
  .contact02 .contact-bottom .left .content-way li i {
    width: 30px;
    height: 30px;
  }
  .contact02 .contact-bottom .left .content-way li {
    margin-bottom: 10px;
    padding-left: 40px;
  }
  .contact02 .contact-bottom .left .content-way li span h6 {
    font-size: 16px;
  }
  .contact02 .contact-bottom .left .content-way li span h5 {
    font-size: 14px;
    line-height: 22px;
    margin: 2px 0 0 0;
  }
  .contact02 .contact-bottom .left .content-way li span h5 a {
    font-size: 18px;
  }
  .contact02 #map {
    height: 260px;
  }
  .contact02 .content-form li .input2 {
    padding: 0 10px 0 77px;
    height: 40px;
    border-radius: 3px;
    font-size: 14px;
  }
  .contact02 .content-form li span {
    left: 10px;
    line-height: 40px;
    font-size: 12px;
  }
  .contact02 .content-form li {
    margin: 0 0 10px 0;
    font-size: 0;
    width: 100%;
    padding: 0;
  }
  .contact02 .content-form li .textarea1 {
    height: 100px;
    font-size: 14px;
    border-radius: 3px;
    padding: 14px;
  }
  .contact02 .content-form li .submit1 {
    font-size: 14px;
    height: 40px;
    border-radius: 2px;
  }
  .contact02 .contact-bottom .left .content-way li i.c1 {
    background-size: 13px;
  }
  .contact02 .contact-bottom .left .content-way li i.c2 {
    background-size: 14px;
  }
  .contact02 .contact-bottom .left .content-way li i.c3 {
    background-size: 13px;
  }
  .contact02 .contact-bottom .left .content-way li i.c4 {
    background-size: 10px;
  }
  .contact02 .contact-bottom .left .content-way li i.c5 {
    background-size: 16px;
  }
  .banner {
    height: auto;
  }
  .banner .img {
    height: auto;
    background: none !important;
  }
  .banner .img img {
    display: block;
  }
  .banner .banner-hover1 .info {
    padding: 15px;
  }
  .banner .banner-hover1 .img2 {
    margin-top: 0;
  }
  .banner .banner-hover1 .span {
    font-size: 18px;
  }
  .banner .banner-hover1 .bt {
    font-size: 40px;
    line-height: 50px;
  }
  .banner .banner-hover1 .p {
    font-size: 16px;
  }
  .banner .banner-hover2 {
    transform: translateY(-40%);
    padding-left: 0;
  }
  .ny-main .banner{ height:50vh;}
  .ny-main .banner .img{ height:50vh;}
  .xia a {
    width: 30px;
    height: 30px;
    bottom: 10px;
    right: 10px;
  }
  .section {
    height: auto;
  }
  .bg {
    padding-top: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .bg img {
    display: block;
  }
  .home {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    transform: none;
    padding-top: 0;
    padding: 40px 0;
    z-index: 4;
  }
  .banner .banner-hover .info {
    padding: 0 20px;
  }
  .banner .banner-hover .span {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 10px;
  }
  .banner .banner-hover .bt {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 5px;
  }
  .banner .banner-hover .bt sup {
    font-size: 12px;
  }
  .banner .banner-hover .p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .more a {
    width: 130px;
    line-height: 40px;
    font-size: 14px;
  }
  .more a span {
    width: 22px;
    height: 9px;
    margin-left: 5px;
  }
  .home-product .home-top .more1 {
    margin-top: 10px;
  }
  .more1 a {
    font-size: 14px;
    letter-spacing: 1px;
  }
  .more1 p {
    font-size: 14px;
    letter-spacing: 1px;
  }
  .home-news .home-bottom {
    padding-top: 20px;
  }
  .newslist li .pic span {
    bottom: 5px;
    left: 5px;
    line-height: 25px;
    font-size: 12px;
    padding: 0 10px;
    letter-spacing: 1px;
  }
  .newslist {
    margin: 0 -6px;
  }
  .newslist li {
    padding: 0 6px;
  }
  .newslist li .text {
    padding-top: 10px;
  }
  .newslist li .text {
    padding-top: 10px;
  }
  .newslist li .text .bt {
    font-size: 16px;
    line-height: 30px;
    height: 60px;
    margin-bottom: 10px;
  }
  .newslist li .text .jsh {
    font-size: 14px;
    line-height: 25px;
    height: 50px;
    margin-bottom: 10px;
  }
  .home-product .home-bottom .left {
    width: 100%;
  }
  .home-product .home-bottom .left .tit{
	position: relative;
	background: none;
	color: #000;
	font-size: 22px;
	padding: 0;
	line-height: 46px;
  }
  .home-product .home-bottom .right {
    width: 100%;
    /* padding-top: 20px; */
  }
  .header1 {
    position: relative;
    left: auto;
    top: auto;
  }
  .job02 .show .slick-next,
  .job02 .show .slick-prev {
    width: 26px;
    height: 26px;
    margin-top: -13px;
    border-radius: 50%;
  }
  .job02 .show .slick-prev {
    background-size: 7px !important;
  }
  .job02 .show .slick-next {
    background-size: 7px !important;
  }
}
@media (max-width: 500px) {
  .prolist1 li {
    width: 100%;
  }
  .banner .banner-hover1 .bt{ font-size:32px;}
  .product-top .img {
    width: 100%;
    margin: 40px auto 10px auto;
  }
  .product-top .text {
    width: 100%;
    padding-bottom: 20px;
	  padding-top: 0;
  }
    .product-top .text p{ margin-bottom:15px;}
	    .product_item .text_b ul li {
		width: 46%;
        margin: 0 2%;
    }
	.product_item{padding: 40px 0;}
   .contact02 .contact-bottom .left .content-way li {
    width: 100%;
  }
  .contact02 .contact-bottom .left .content-way li::after {
    display: none;
  }
  .newslist1 ul li {
    width: 100%;
  }
  .job02 .show .info .pic {
    width: 100%;
    position: relative;
    left: auto;
    top: auto;
  }
  .job02 .show .info .box {
    padding-left: 0;
  }
  .newslist li {
    width: 100%;
    margin-bottom: 20px;
  }
      .newslist li .text {
        padding-top: 15px;
    }
  .newslist li .text .bt {
    max-height: 60px;
    height: auto;
	margin: 0 0 5px;
  }
  .banner .banner-hover .span {
    font-size: 26px;
    line-height: 35px;
    margin-bottom: 10px;
  }
  .banner .banner-hover .bt {
    font-size: 16px;
  }
  .banner .banner-hover .info {
    padding: 0;
  }
}


.header3{
	position: fixed;
	top:-100%;
	left:0;
	width:100%; 
}
.header4{
	top:0;
}

.headerFixed{
	position: fixed;
	top:0;
	left:0;
	width:100%; 
}

.height{
	height:1px;
	width:100%;
	position: absolute;
	top:-100rem;
}

.video-popup {
  position: fixed;
  z-index: 1999;
  width: 690px; 
  background: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
  -webkit-overflow-scrolling: touch;
}
.video-popup .box {
  height: 100%;
  padding: 60px 55px 52px 55px;
  background: #ffffff;
}
.video-popup .box ul {
  overflow: hidden;
  margin-left: -14px;
  margin-right: -14px;
  /*margin-bottom: 39px;*/
}
.video-popup .box ul li {
  position: relative;
  margin-bottom: 19px;
  width: 50%;
  float: left;
  padding-left: 14px;
  padding-right: 14px;
}
.video-popup .box input {
  width: 100%;
  height: 45px;
  padding: 0 24px;
  border: 1px solid #f7f7f7;
  background: #f7f7f7;
}

.video-popup .box textarea {
  width: 100%;
  height: 100px;
  padding: 0 24px;
  border: 1px solid #f7f7f7;
  background: #f7f7f7;
}

.video-popup .box input::-webkit-input-placeholder {
  color: #666666;
}
.video-popup .box input:-moz-placeholder {
  color: #666;
  opacity: 1;
}
.video-popup .box input::-moz-placeholder {
  color: #666;
  opacity: 1;
}
.video-popup .box input:-ms-input-placeholder {
  color: #666666;
}

.video-popup .box textarea::-webkit-input-placeholder {
  color: #666666;
}
.video-popup .box textarea:-moz-placeholder {
  color: #666;
  opacity: 1;
}
.video-popup .box textarea::-moz-placeholder {
  color: #666;
  opacity: 1;
}
.video-popup .box textarea:-ms-input-placeholder {
  color: #666666;
}

.video-popup .box p {
  text-align: center;
}
.video-popup .box .submit {
  border-radius: 30px;
  color: #fff;
  text-align: center;
  width: 140px;
  height: 39px;
  line-height: 39px;
  background:#3071b9;
  display: block;
  margin: 8px auto 0 auto;
}
@media (min-width: 1025px) {
  .video-popup .box .submit:hover {
    background:#3071b9;
    color: #fff;
  }
}
.video-popup .close {
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  position: absolute;
  right: 15px;
  top: 15px;
  background: url(../images/closed.png) no-repeat center center;
  background-size: 16px;
}

@media (max-width: 768px) {
.header{ padding-top: 10px;}
.header .logo a{ margin-top:0;}
    .header .logo a img {
        width: 145px;
    }
   .Tit span {
        font-size: 28px;
		letter-spacing: 0px;
    }
	    .Tit span b {
        font-size: 28px;
    }
	.Tit .titP{ display:none;}
	.More a, .More small{ padding: 8px 20px;}
}

  .video-popup {
    width: 96%;
    height: auto;
  }
  .video-popup1 {
    width: 96%;
  }
  .video-popup .box {
    padding: 40px 20px;
  }
  .video-popup .box ul li {
    width: 100%;
  }
  .video-popup .box ul {
    margin-bottom: 15px;
  }
}
.inmain {
	position: relative;
}

#maodian {
  position: absolute;
  height: 0;
  top: -160px;
}

@media (max-width: 480px) {
  .product-list ul li a {
    width: 100px;
  }
}




.prolist1 li:hover .text .jsh{
	height: auto;
}

.ind-main{ margin-top:94px;}

.about-banner-custom {

	position: relative;

	width: 100%;

	height: 50vh;

	background-size: cover;

	background-position: center;

}



.about-banner-custom>div {

	position: relative;

	height: 100%;

}



.about-banner-custom:before {

	content: '';

	position: absolute;

	width: 100%;

	height: 100%;

	top: 0;

	left: 0;

	background: rgba(0, 0, 0, 0.2);

}



/* 

.about-banner-custom .banner-text br{

	display: none;

} */

.about-banner-custom .banner-text h2 {

	font-size: 44px;

	line-height: 1;

	margin: 0 0 20px;

	text-transform: uppercase;

	font-weight: 600;

	letter-spacing: 5px;

}

.about-banner-custom .banner-text h5 {

	font-size: 26px;

	color: #fff;

	font-weight: 600;
	
	font-weight:normal;

	letter-spacing: 1px;

	margin: 0 0 40px;

}

.banner-text {
	position: absolute;
	color: #fff;
	text-align: center;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 80%;
	text-align: center;
	text-shadow: 0 1px 5px #333;
}

.banner-text span {
	display: inline-block;
	padding: 0px 16px;
	color: #fff;
	background: #0456a3;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	opacity: 0;
	-webkit-transition: ease 1s;
	transition: ease 1s;
	font-size: 36px;
}

.banner-text h3 {
	font-size: 70px;
	font-weight: bold;
	line-height: 1.2;
	margin: 30px 0;
	color: #fff;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	opacity: 0;
	-webkit-transition: ease 1s;
	transition: ease 1s;
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}

.banner-text p {
	font-size: 25px;
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
	opacity: 0;
	-webkit-transition: ease 1s;
	transition: ease 1s;
	-webkit-transition-delay: .4s;
	transition-delay: .4s;
}

.about {
  padding: 160px 0 170px;
  position: relative;
  z-index: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#e7effb), to(#ffffff));
  background-image: linear-gradient(to top, #e7effb 0%, #ffffff 100%);
}
.about:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 0;
  width: 300px;
  height: 300px;
  background-color: #e7effb;
}
.about .bg {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  width: 24%;
  height: 100%;
  background: url('../images/abbg.jpg') center / cover no-repeat;
}
.about .cer8 {
  position: relative;
  z-index: 5;
}
.global2 {
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding:80px 0;
}
.globalpicbg2 {
  width: 45%;
  margin-left: 3%;
  height: auto;
  float: right;
}
.globalpicbg2 img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.globalother2 {
  width: 100%!important;
  float: none;
}
.globalother2 .guolist1 {
  margin: 60px 0;
}
.index-aboutluk-img {background-position: center;background-repeat: no-repeat;background-size: cover;overflow: hidden;position: relative;} 
.index-aboutluk-img::after {content: '';width: 10rem;height: 20rem;background: #00468b;position: absolute;right: -3%;bottom: -24%;z-index: 1;transform: rotate(45deg);}
.video-play {position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);z-index: 10;}
.video-play i {width: 80px;height: 80px;display: block;background: url('../images/play.png') center no-repeat;background-size: 100%;}
.video-play a:hover i {transform: scale(0.9);}

@media screen and (max-width: 1400px) {
  .about {
    padding: 130px 0 140px;
  }
  .globalother2 {
    width: 50%;
  }
}
@media screen and (max-width: 1100px) {
  .about {
    padding: 100px 0 100px;
  }
  .about .bg {
    width: 34%;
  }
  .globalpicbg2 {
    width: 100%;
  }
  .globalother2 {
    width: 100%;
    margin-bottom: 50px;
  }
  .globalother2 .guolist1 {
    margin: 50px auto;
  }
}
@media screen and (max-width: 750px) {
  .about .bg {
    display: none;
  }
}
.globalother2 .intro {
  font-size: 17px;
  color: #222;
  line-height: 36px;
  text-align: justify;
  margin-top:40px;
}
.globalother2 .intro p{
text-indent:2em;
padding-bottom:15px;
}
.cate2 {
  position: relative;
}
.cate2 .enp {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  font-size: 0;
}
.cate2 .enp img {
  max-width: 100%;
  vertical-align: top;
}
.cate2 .cn {
  font-size: 42px;
  color: #3071b9;
  line-height: 60px;
  font-weight: bold;
  position: relative;
  z-index: 1;
}
.cate2 .cn2 {
  font-size: 22px;
  color: #333;
  line-height: 40px;

}
@media screen and (max-width: 1300px) {
  .cate2 .cn {
    font-size: 32px;
    line-height: 50px;
  }
  .cate2 .cn2 {
    font-size: 18px;
    line-height: 34px;
  }
}
@media screen and (max-width: 1100px) {
  .cate2 {
    text-align: center;
    padding-top: 40px;
  }
  .cate2 .enp img {
    width: 60%;
  }
}

.fcate5 .cn {
  font-size: 48px;
  color: #333;
  line-height: 60px;
}
.fcate5 .cn2 {
  font-size: 22px;
  color: #333;
  line-height: 40px;
}
.guolist1 {
  overflow: hidden;
  font-size: 0;
  text-align: center;
  width: 480px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.guolist1 li {
  display: inline-block;
}
.guolist1 li a {
  display: block;
}
.guolist1 h3 {
  line-height: 60px;
  height: 60px;
}
.guolist1 h3 span {
  display: inline-block;
  font-size: 48px;
  color: #3071b9;
  height: 100%;
}
.guolist1 h3 s {
  font-size: 20px;
  color: #3071b9;
  text-decoration: none;
}
.guolist1 .txt {
  font-size: 16px;
  color: #666;
  line-height: 32px;
  text-align: left;
}
@media screen and (max-width: 1023px) {
  .fcate5 {
    text-align: center;
  }
  .abmore {
    margin: 50px auto 0;
  }
  .guolist1 {
    width: 100%;
  }
  .guolist1 h3 span {
    font-size: 42px;
  }
  .globalother .intro {
    text-align: center;
    margin-top: 30px;
  }
  .fcate5 .cn {
    font-size: 32px;
    line-height: 50px;
  }
  .fcate5 .cn2 {
    font-size: 18px;
    line-height: 34px;
  }
}
@media screen and (max-width: 750px) {
.ind-main{ margin-top:60px;}
.about-banner-custom{ height:35vh;}
.about-banner-custom .banner-text h2{ font-size:32px;letter-spacing: 0px;}
.about-banner-custom .banner-text h5{ font-size:20px;letter-spacing: 0px;}
.global2{padding: 50px 0 10px 0;}
.globalpicbg2{ margin-bottom:20px;}
  .guolist1 h3 span {
    font-size: 36px;
  }
  .video-play i{ width:55px; height:55px;}
}
@-webkit-keyframes lightflash {
  0% {
    left: -100%;
  }
  40%,
  100% {
    left: 100%;
  }
}
@keyframes lightflash {
  0% {
    left: -100%;
  }
  40%,
  100% {
    left: 100%;
  }
}

.cate1 {
  position: relative;
  text-align: center;
}
.cate1 .cn {
  font-size: 42px;
  color: #333;
  line-height: 60px;
  font-weight: bold;
}
.cate1 .en {
  font-size: 24px;
  color: #999;
  line-height: 36px;
  text-transform: uppercase;
  font-family:Arial, Helvetica, sans-serif
}
.wenhua {
  padding: 90px 0 180px;
  background: #ffffff url('../images/whbg.jpg') center / cover no-repeat;
  border-top-left-radius: 300px;
  position: relative;
  z-index: 2;
}
.whlist {
  margin: 50px -12px 0;
  font-size: 0;
  text-align: center;
}
.whlist li {
  display: inline-block;
  width: 24.9%;
  position: relative;
}
.whlist li .lin {
  padding: 0 12px;
}
.whlist li a {
  display: block;
  border: 1px solid #ddd;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  padding: 10px 0 30px;
}
.whlist li:hover a {
  border-color: #3071b9;
}
.whlist i {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-size: 20px 20px;
  opacity: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.whlist i.bg1 {
  background: #3071b9;
}
.whlist i.bg2 {
  background: #3071b9;
}
.whlist li:hover i.bg1,
.whlist li:hover i.bg2 {
  opacity: 1;
  background: #3071b9;
}
.whlist .tupian {
  width: 100%;
  height: 222px;
  position: relative;
  background: url('../images/zuan1.png') bottom no-repeat;
  -webkit-transition: .5s;
  transition: .5s;
}
.whlist li:hover .tupian {
  background-image: url('../images/zuan1h.png');
}
.whlist .hex {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 114px;
  height: 113px;
  -webkit-transition: 2s;
  transition: 2s;
  background: url('../images/hex1.png') center no-repeat;
  margin-left: -57px;
  margin-top: -57px;
}
.whlist li:hover .hex {
  background-image: url('../images/hex1h.png');
  -webkit-transform: rotate(330deg);
          transform: rotate(330deg);
}
.whlist .pic {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: 80px;
  height: 80px;
  margin-left: -40px;
  margin-top: -40px;
}
.whlist .pic .fig {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.whlist .i1 .p1 .fig {
  background: url('../images/wh1.png') center no-repeat;
}
.whlist .i1 .p2 .fig {
  background: url('../images/wh1h.png') center no-repeat;
}
.whlist .i2 .p1 .fig {
  background: url('../images/wh2.png') center no-repeat;
}
.whlist .i2 .p2 .fig {
  background: url('../images/wh2h.png') center no-repeat;
}
.whlist .i3 .p1 .fig {
  background: url('../images/wh3.png') center no-repeat;
}
.whlist .i3 .p2 .fig {
  background: url('../images/wh3h.png') center no-repeat;
}
.whlist .i4 .p1 .fig {
  background: url('../images/wh4.png') center no-repeat;
}
.whlist .i4 .p2 .fig {
  background: url('../images/wh4h.png') center no-repeat;
}
.rollover {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  position: relative;
  overflow: visible!important;
  -webkit-transition: 1s;
  transition: 1s;
}
.rollover .p1,
.rollover .p2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.rollover .p2 {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
li:hover .rollover {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.whlist li .wz {
  position: relative;
  z-index: 3;
  margin-top: 24px;
}
.whlist li h3 {
  font-size: 24px;
  color: #3071b9;
  line-height: 44px;
  height: 44px;
  overflow: hidden;
  -webkit-transition: .5s;
  transition: .5s;
}
.whlist li .hx {
  width: 38px;
  height: 2px;
  background-color: #8fc31f;
  margin: 26px auto 20px;
  -webkit-transition: .5s;

  transition: .5s;
}
.whlist li .txt {
  font-size: 18px;
  color: #333;
  line-height: 36px;
  height: 108px;
  max-width: 250px;
  overflow: hidden;
  margin: 0 auto;
  padding: 0 10px;
  -webkit-transition: .5s;
  transition: .5s;
}
.whlist li .txt span {
  display: inline-block;
}
.whlist li:hover h3 {
  color: #fff;
}
.whlist li:hover .txt {
  color: #fff;
}
.whlist li:hover .hx {
  background-color: #fff;
}
@media screen and (max-width: 1440px) {
  .wenhua {
    border-top-left-radius: 200px;
  }
}
@media screen and (max-width: 1023px) {
  .wenhua {
    padding: 100px 0 140px;
  }
  .whlist li {
    width: 100%;
    margin-top: 24px;
  }
  .whlist .tupian {
    height: 160px;
  }
  .whlist li .wz {
    margin-top: 0;
  }
  .whlist li .hx {
    margin-top: 14px;
  }
}
@media screen and (max-width: 750px) {
  .wenhua {
    padding: 80px 0 100px;
    border-top-left-radius: 100px;
  }
}
@media screen and (max-width: 640px) {
.cate1 .cn{font-size: 32px;}
.cate1 .en{font-size: 20px;}
.whlist{ margin: 20px -12px 0;}
  .whlist li h3 {
    font-size: 22px;
    line-height: 32px;
    height: 32px;
  }
  .whlist li .txt {
    font-size: 16px;
    line-height: 30px;
    height: 90px;
  }
}

.rongyuone {
  padding: 115px 0 40px;
  background: url('../images/rybg.jpg') center / cover no-repeat;
  position: relative;
  z-index: 2;
}

.cate1h {
  position: relative;
  text-align: center;
}
.cate1h .cn {
  font-size: 42px;
  color: #fff;
  line-height: 60px;
  font-weight: bold;
}
.cate1h .en {
  font-size: 24px;
  color: #fff;
  line-height: 36px;
  text-transform: uppercase;
  font-family: "amerigobt";
}
@media screen and (max-width: 1024px) {
  .cate1h .cn {
    font-size: 34px;
    line-height: 50px;
  }
  .cate1h .en {
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 750px) {
  .cate1h .cn {
    font-size: 26px;
    line-height: 40px;
  }
  .cate1h .en {
    font-size: 16px;
    line-height: 24px;
  }
  
}

.sw22out {
  position: relative;
  margin-top: 84px;
  padding: 0 40px;
}

.about-honor {

	/*background: #fbfbfb;*/

	padding-top: 1px;

}



.about-honor .flexbox {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-align: center;

	-ms-flex-align: center;

	align-items: center;

	-webkit-box-pack: justify;

	-ms-flex-pack: justify;

	justify-content: space-between;

}



.about-honor .flexbox .leftbox {

	position: relative;

	text-align: left;

	width: 40%;

	background: none;

	padding: 70px 10% 70px 0;

	margin: 0;

}



.about-honor .flexbox .leftbox:hover {

	top: 0;

}



.about-honor .flexbox .leftbox:before {

	content: '';

	position: absolute;

	width: 100%;

	height: 100%;

	top: 0;

	left: 0;

	background: url(../images/honor-bg.png) no-repeat left top;

	background-size: contain;

	opacity: 0.1;

}



.about-honor .news-title .ind-title h3,

.about-honor .news-title .ind-title p {

	color: #333;

}



.about-honor .news-title .ind-title span {

	color: #0456a3;

}



.about-honor .news-an-left {

	margin-right: 5px;

	border: 1px solid rgba(255, 255, 255, 0.55);

}



.about-honor .news-an-right {

	margin-right: 0;

	margin-left: 5px;

	border: 1px solid rgba(255, 255, 255, 0.55);

}



.about-honor .icon-prev {

	background-image: url(../images/grade-prev-b.png);

}



.about-honor .icon-next {

	background-image: url(../images/grade-next-b.png);

}



.about-honor .flexbox .rightbox {

	width: 60%;

	background: none;

}


.rightbox {

	text-align: center;

}



.rightbox-box {

	position: relative;

}



.rightbox-box .img-box {

	background: #f1f1f1;

	padding: 10px;

}



.rightbox-box .slick-slide {

	padding: 20px;

	padding-top: 0;

}



.rightbox-box .slick-slide p {

	position: relative;

	padding-top: 15px;

	color: #fff;
	
	font-size:16px;
	
	text-overflow: ellipsis; 
	
	overflow: hidden; 
	
	white-space: nowrap;

}




/* .rightbox-box .slick-slide p::before{

	position: absolute;

	content: '';

	width: 1px;

	height: 15px;

	top: 0;

	left: 50%;

	background: #333;

} */

.rightbox-box .img-box img {

	width: 100%;

	height: 100%;

	-o-object-fit: contain;

	object-fit: contain;

	-webkit-transition: 0.3s;

	transition: 0.3s;

}

/* ==================================================================================新闻 */

.new .indNew {
    border-top: none;
}

.new .indNewBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}

.new .indNewBox::after {
    content: '';
    width: calc(33.33% - 40px);
}

.new .indNewItem {
    width: calc(33.33% - 40px);
    margin-bottom: 30px;
}

/*  */

@media(max-width:1480px) {

    /*  */
    .indNewText span {
        font-size: 20px;
    }

    .indNewText {
        padding: 25px 0;
    }

    .fanYe {
        margin-top: 80px;
    }

}

.padd {
    padding: 98px 0;
}

.indNew {
    border-top: 1px solid #dddddd;
}

.indNewImg {
    padding-top: 68%;
    border-radius: 24px;
}

.indNewText {
    padding: 35px 0;
}

.indNewText i {
    display: block;
    font-size: 16px;
    color: #666666;
    font-weight: 600;
	font-style: normal;
	font-family:Arial, Helvetica, sans-serif
}

.indNewText span {
    margin: 15px 0 25px;
    font-size: 20px;
	color: #333;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.indNewBox{
    position: relative;
}

.indNewBut {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.indNewBut img {
    width: 20px;
}

.indNewBut.prev {
    left: -5%;
}

.indNewBut.next {
    right: -5%;
}

.indNewItem:hover .indNewImg img {
    transform: scale(1.1);
}

.indNewItem:hover .indNewText span {
    color: #3071b9;
}

.indImg {
    overflow: hidden;
    position: relative;
	border: 1px solid #e6e6e6;
}

.indImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .48s;
}

.pages { margin-bottom:0px;}
.pages .pagination {
  text-align: center;
  font-size:15px;
  height: auto;
  margin-bottom: 40px;
}
.pages .pagination a {
  padding: 0 13px;
  line-height: 28px;
  height: 28px;
  font-size:15px;
  float: none;
  display: inline-block;
  margin-bottom: 10px;
}
.pagination a.cur{ 
  color:#fff!important;
  background:#3071b9!important;
  border:1px solid #3071b9!important;
}
.pages .pagination a:hover{ 
  color:#fff!important;
  background:#3071b9!important;
  border:1px solid #3071b9!important;
}
.pages .pagination p {
  padding: 0 13px;
  line-height: 28px;
  font-size:15px;
  height: 28px;
  float: none;
  display: inline-block;
  margin-bottom:10px;
}

/* 新闻详情 */

.dect{width: 100%;padding: 80px 0 100px;}

.dect .dect_con{width: 1200px;margin: 0 auto;}

.dect_top{line-height: 50px; color:#222;}

.dect_top2{color: #999999;margin-top: 30px;margin-bottom: 40px;}

.dect .dect_txt{padding: 35px 0 45px;}

.dect .dect_txt img{ max-width: 650px !important;
    display: block;
    margin-right: auto !important;
    margin-left: auto !important;
	height: auto;}

.dect .dect_txt {color: #333;line-height: 30px;border-top: 1px solid #e1e3e6;border-bottom: 1px solid #e1e3e6;}

.dect .dect_txt p{ padding-bottom:15px;}

.dect .dect_bot{display: flex;justify-content: space-between;margin-top: 45px;}

.dect .dect_bot .bot_le{width: calc(100% - 200px);}

.dect .dect_bot .bot_le p{ padding-bottom:15px;}

.dect .dect_bot .bot_le a{color: #666666;line-height: 25px;}

.dect .dect_bot .bot_le a:hover{color: #192d7f;}

.liaoj{width: 165px;height: 40px;color: #fff;display: flex;align-items: center;}

.liaoj .a_img{position: relative;transform: translateX(20px);animation: jiant 3s infinite linear alternate;}

.liaoj .a_img img:last-child{position: absolute;left: 0;top: 0;opacity: 0;}

.liaoj  span{width: 35px;height: 35px;border: 1px solid #fff;border-radius: 50px;}

/* .liaoj:hover .a_img{transform: translateX(30px);} */

.liaoj:hover{color: #3071b9;}

.liaoj:hover .a_img img:last-child{opacity: 1;}

.liaoj:hover .a_img img:first-child{opacity: 0;}

.liaoj:hover span{border: 1px solid #3071b9;}

.liaoj.act{color: #3071b9;}

.liaoj.act .a_img img:last-child{opacity: 1;}

.liaoj.act .a_img img:first-child{opacity: 0;}

.liaoj.act span{border: 1px solid #3071b9;}

@media screen and (max-width:768px) {
    .inner {width: 90%;}
	
	 .new .indNewItem {
        width: 100%;
		margin-bottom: 0px;
    }
	.indNewText span{ font-size:18px;margin: 10px 0 15px;}

    .dect .dect_con{width: 90%;}

    .dect{padding: 30px 0 30px;}

    .dect_top{line-height: 35px; font-size:20px;}

    .dect_top2{margin: 25px 0;}

    .dect .dect_txt{padding: 25px 0;line-height: 25px;}
	
	.dect .dect_txt img{ width:100%;}

    .dect .dect_bot{margin-top: 30px;flex-wrap: wrap;}

    .dect .dect_bot .bot_le{width: 100%;}

    .dect .dect_bot .bot_re{width: 100%;margin-top: 20px;}

    .dect .dect_bot .bot_le a:first-child{margin-bottom: 0;}
}

.lxwm{ background:#f9f9f9; padding:60px 0px;}
.contact_t{ text-align:center; color:#3071b9; font-size:30px; font-weight:bold; margin-bottom:3%; margin-top:4.5%;}
.contact_t span{ display:block; color:#333; font-weight:normal; font-size:16px; margin-top:1%;}
.contact_one{ overflow:hidden; background:#fff; position:relative;display: flex;align-items: center;justify-content: center;}
.contact_one .contact_one_l{ width:40%; float:left; overflow:hidden; color:#666666; font-size:16px;}
.contact_one .contact_one_l .cons{ max-width:490px; width:88%; margin:30px auto 0px auto; overflow:hidden;}
.contact_one .contact_one_l .h2{ font-weight:bold; color:#333; font-size:30px; margin-bottom:30px; padding-bottom:20px; position:relative;}
.contact_one .contact_one_l .h2:after{ content:""; position:absolute; left:0; bottom:0; height:2px; width:25px; background:#cccccc;}
.contact_one .contact_one_l .ul li{ line-height:28px; overflow:hidden; color:#333;background-repeat:no-repeat; background-position:left center; padding:5px 0 5px 56px; margin-bottom:20px; display:flex;}
.contact_one .contact_one_l .ul li strong{ font-weight:normal!important;}
.contact_one .contact_one_l .ul li a{color:#333;}
.contact_one .contact_one_l .ul li a:hover{color:#333;}
.contact_one .contact_one_l .ul li.bgs1{ background-image:url(../images/contact_pic1.png);}
.contact_one .contact_one_l .ul li.bgs1_1{ background-image:url(../images/contact_pic1_1.png);}
.contact_one .contact_one_l .ul li.bgs1_2{ background-image:url(../images/contact_pic1_2.png);}
.contact_one .contact_one_l .ul li.bgs2{ background-image:url(../images/contact_pic2.png);}
.contact_one .contact_one_l .ul li.bgs3{ background-image:url(../images/contact_pic3.png);}
.contact_one .contact_one_l .ul li.bgs4{ background-image:url(../images/contact_pic4.png);}

.contact_one .contact_map{ width:60%; overflow:hidden;}
.contact_map iframe{height: 578px;}

.contact_bg{ overflow:hidden; background:#fff;}
.feedback_div{ margin:0 auto; padding-top:3%; padding-bottom:5%; overflow:hidden; text-align:center; width:94%;}
.feedback_div label{ display:block; color:#333; text-align:left; margin-bottom:2%; font-size:16px;}
.feedback_div label.bgs2{ margin-bottom:1%;}
.feedback_div .divs{float:left; width:49%; margin-right:2%;margin-bottom:2%;}
.feedback_div .divs:nth-child(2n+0){ margin-right:0;}
.feedback_div .inputs2{ width:99%;  background:#f2f2f2; height:54px; line-height:54px; font-size:14px; color:#999; border:none; outline:none;  text-indent:3%;}
.feedback_div .inputs2:focus{ color:#333;}
.feedback_div select::-ms-expand { display: none; } 
.feedback_div .textarea{ padding:1%; width:100%;box-sizing:border-box;-moz-box-sizing:border-box; /* Firefox */-webkit-box-sizing:border-box; /* Safari */ background:#f2f2f2; font-size:14px; border:none; outline:none;margin-bottom:2%; color:#999; height:170px;  }
.feedback_div .textarea:focus{ color:#333;}
.feedback_div .bnts2{-webkit-tap-highlight-color: transparent;  border: none; width:30%; float:right; max-width:150px;font-size: 16px; height: 46px; background: #3071b9; text-align: center;color: #fff; outline: none;  cursor: pointer; -webkit-appearance: none; margin:0 auto;transition:all 0.3s;}
.feedback_div .bnts2:hover{opacity:1;filter:Alpha(opacity=100);}
.feedback_div .yzm{ float: left;line-height:46px; padding:0 20px; border:1px #f2f2f2 solid;}

@media screen and (max-width: 1400px) {
.contact_one .contact_one_l{ max-width:490px;}
}

@media screen and (max-width: 960px) {

}

@media screen and (max-width: 768px) {
/*联系我们*/
.contact_one{display: block;}
.contact_one .contact_one_l{ float:none; width:100%; margin-bottom:2%;}
.contact_one .contact_one_l .h2{ margin-top:7%; margin-bottom:5%;}
.contact_one .contact_one_l .ul li{ margin-bottom:4%;padding: 5px 0 5px 46px;}
.contact_one .contact_one_l .ul li strong {
    display: contents;
}
.contact_one .contact_map{ width:100%;}
.contact_map iframe{ height:400px;}
.contact_one .contact_one_l .ul li{ display: grid;}   
}

.table-responsive {
	overflow-y:visible;
	overflow-x: auto;
	-ms-overflow-style: auto;
	margin: 3% 0 4% 0;
	font-size: 16px;
    line-height: 26px;
}
.table-responsive table {
    border: 1px solid #e3e3e4;
    border-collapse: collapse;
	width: 100%;
}
.table-responsive table td,.table-responsive table th {
    border: 1px solid #e3e3e4;
    padding: 5px 10px;
	text-align: center;
}
.table-responsive table th {
    color: #090909;
    background: #d6e6f7;
    border:4px solid #fff;
    font-weight: 700;
	font-size: 16px;
	padding: 15px 0px;
}
.table-responsive td,.table-responsive th {
    width: 15%
}
.table-responsive td:nth-child(1){
    width: 70%;
	text-align: left;
    padding-left: 2%;
	padding-right:2%;
}
.table-responsive td:nth-child(2){
    width: 30%
}
.table-responsive td:nth-child(2){
    word-break: break-all !important;
}
.table-responsive td:nth-child(4),.table-responsive th:nth-child(4) {
    text-align: center;
	width: 20%;
}
.table-responsive table td {
    color: #090909;
	font-size:16px;
	line-height: 20px;
    background: #fff;
    border:4px solid #fff;
	padding:10px 10px
}
.table-responsive table tr:nth-child(odd) td {
    background: #efefef
}

@media screen and (max-width: 768px) {
.table-responsive table th{ font-size:15px;}
.table-responsive table td{ font-size:15px;}
}