body,
ul,
ol,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
table,
th,
td,
menu {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}
ul,
ol,
menu {
  list-style: none;
}
fieldset,
img {
  border: none;
  vertical-align: middle;
  max-width: 100%;
  width: auto;
}
img,
object,
select,
input,
textarea,
button {
  vertical-align: middle;
}
input,
textarea,
select,
address,
caption,
cite,
code,
dfn,
em,
i,
b,
strong,
small,
th,
var,
abbr {
  font-size: 100%;
  font-style: normal;
}
caption,
th {
  text-align: left;
}
article,
aside,
footer,
header,
hgroup,
nav,
section,
figure,
figcaption {
  display: block;
}
code,
kbd,
pre,
samp,
tt {
  font-family: Consolas, "Courier New", Courier, monospace;
}
address,
cite,
dfn,
em,
var,
i {
  font-style: normal;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
a {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
}
body {
  font-size: 14px;
  font-family: 'Microsoft YaHei';
  background: #f7f4f8;
}
.clearMR {
  margin-right: 0px !important;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix:after {
  content: ' ';
  display: block;
  font-size: 0;
  line-height: 0;
  clear: both;
  zoom: 1;
}
.h {
  max-width: 1200px;
  margin: 0 auto;
}
*:focus {
  outline: none;
}
.imgHover:hover img {
  margin-left: -10px;
}
.imgHover img {
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.imgHover:hover .title,
.imgHover:hover .m_detail {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.imgHover .m_detail {
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
  opacity: 0;
}
.imgHover .title {
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 1;
}
.imgZoom {
  overflow: hidden;
}
.imgZoom:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.imgZoom img {
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}
#layout {
  position: relative;
}
.head {
  background: #fff;
}
.head.fixed > .header-nav {
  position: fixed;
  left: 0;
  top: 0px;
  -webkit-box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.4);
          box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.4);
  width: 100%;
  background-color: #fff;
  z-index: 100;
}
.head .language {
  position: relative;
  line-height: 99px;
  padding-left: 30px;
  margin-left: 22px;
  cursor: pointer;
  margin-top: 36px;
}
.head .nav_ul {
  margin-left: 45px;
}
.head .logo {
  line-height: 100px;
}
.head .logo img {
  display: inline-block;
}
.head .nav_item {
  position: relative;
  float: left;
}
.head .nav_item a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  color: #000;
  font-size: 16px;
  text-align: center;
  line-height: 100px;
  margin-right: 32px;
  padding: 0;
}
.head .nav_item a.hover {
  color: #000000;
  font-weight: bold;
}
.head .nav_item a:hover {
  color: #000000;
  font-weight: bold;
}
.head .nav_item .uls2 {
  width: 200%;
  position: absolute;
  left: -67%;
  top: 100px;
  background: rgba(0, 0, 0, 0.3);
  padding-bottom: 5px;
  display: none;
  z-index: 9000;
}
.head .nav_item .uls2 a {
  display: block;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  width: 100%;
  color: #fff;
  margin-right: -1px;
  position: relative;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  border-bottom: 1px solid #ccc;
}
.head .nav_item .uls2 a.novlink:before {
  position: absolute;
  bottom: -1px;
  left: 0;
  display: block;
  width: 0;
  height: 1px;
  content: '';
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
  background-color: #000000;
}
.head .nav_item .uls2 a:hover:before {
  width: 100%;
}
.search {
  position: relative;
  width: 316px;
  height: 30px;
  border: none;
  background-color: transparent;
  background-repeat: no-repeat;
  z-index: 1000;
  margin-right: 40px;
}
.search .txt {
  width: 250px;
  padding: 0 10px;
  height: 30px;
  float: left;
  background: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-color: transparent;
}
.search .btn_sear {
  width: 66px;
  height: 30px;
  cursor: pointer;
  color: #fff;
  background: #ED1B23;
  float: right;
  outline: none;
  border: none;
  padding: 0;
}
.search-top {
  padding: 14px 0;
  border-bottom: 1px solid #DFDFDF;
}
.search-top .h {
  margin-top: 0 !important;
}
.search-top .h .fl {
  line-height: 30px;
}
.search-top span {
  display: inline-block;
  color: #888888;
}
.search-top span:not(:first-child) {
  margin-right: 8px;
}
.lng li {
  line-height: 28px;
  float: left;
}
.lng li a {
  font-weight: bold;
  color: #707070;
  line-height: 24px;
}
.lng li a span {
  margin: 0 8px;
}
.phone {
  margin-right: 30px;
}
.phone i {
  display: inline-block;
  background: url('../img/phone_03.png') no-repeat;
  width: 15px;
  height: 15px;
}
.phone span {
  font-size: 18px;
  font-weight: bold;
  color: #e60012;
}
.banner {
  width: 100%;
}
.banner .swiper-pagination {
  bottom: 50px;
}
.banner .swiper-pagination-bullet {
  width: 60px;
  height: 4px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: inherit;
}
.banner .swiper-slide {
  position: relative;
}
.banner .swiper-slide .swiper-info {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  width: 60%;
  height: 29%;
}
.banner .swiper-slide .swiper-info h2 {
  font-size: 60px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 1px;
  margin-bottom: 4%;
}
.banner .swiper-slide .swiper-info p {
  font-size: 24px;
  font-weight: 300;
  color: #ffffff;
  line-height: 44px;
}
.banner img {
  width: 100%;
}
.banner .swiper-pagination-bullet-active {
  background: #ffffff;
}
.footer {
  position: relative;
  background: #ebebeb;
  color: #999999;
  margin-top: 5%;
}
.footer .mess_info{
    margin-top:0;
}
.footer .h {
  padding: 0 3%;
  box-sizing: border-box;
}
.footer .f-nav {
  padding: 3% 0 2%;
}
.footer .f-nav .fr div img {
  display: inline-block;
  height: 37px;
  margin-right: 20px;
}
.footer .f-nav .fr div p {
  vertical-align: bottom;
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  color: #000000;
  line-height: 40px;
}
.footer .f-nav .fr div p:before {
  content: '';
  display: inline-block;
  width: 2px;
  height: 39px;
  background: #000000;
  vertical-align: bottom;
  margin-right: 20px;
}
.footer .f-nav .nav_item:last-child {
  margin-right: 0px;
}
.footer .f-nav .nav_item:last-child .nav-link:after {
  display: none;
}
.footer .mess_info input {
  background-color: transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #000;
  margin-bottom: 0;
}
.footer .mess_info .mess_input div:first-child {
  display: block;
  font-size: 0;
}
.footer .mess_info .mess_input div:first-child #yyname {
  border-right: none;
}
.footer .mess_info .mess_input div:first-child #email {
  border-left: none;
}
.footer .mess_info .mess_input div:first-child label {
  margin-right: 0;
  margin-bottom: 0;
}
.footer .mess_info .mess_input div:first-child label:first-child,
.footer .mess_info .mess_input div:first-child label:nth-child(2) {
  width: 50%;
}
.footer .mess_info .mess_input div:first-child label:first-child input,
.footer .mess_info .mess_input div:first-child label:nth-child(2) input {
  border-bottom: none;
}
.footer .mess_info .mess_input div:first-child label:last-child {
  width: 100%;
}
.footer .mess_info #contact {
  height: 107px;
  background-color: transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #000;
  border-top: none;
}
.footer .mess_info .submit input {
  font-size: 16px;
  width: 100px;
  height: 50px;
  line-height: 50px;
  border-radius: 0;
  margin-top: 15px;
}
.footer .nav_item {
  float: left;
  margin-right: 55px;
}
.footer .mess_info{
    margin-top:0;
}
.footer .nav_item > a {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 400;
  color: #000000;
  line-height: 40px;
}
.footer .nav_item li {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 40px;
}
.location-title span {
  font-size: 24px;
  font-family: 'PF-B';
  font-weight: bold;
  color: #000000;
}
.location-title span:nth-child(2) {
  text-transform: uppercase;
}
.g-navigation {
  line-height: 80px;
  margin-bottom: 4%;
  border-bottom: 1px solid #c2bdbd;
}
.g-navigation .location {
  float: left;
}
.g-navigation .path {
  float: right;
}
.g-navigation .path a {
  color: #595857;
}
.g-navigation .path a.typelink {
  color: #E60012;
}
.g-navigation .path li {
  display: inline-block;
  margin-right: 40px;
}
.path li {
  margin-bottom: 30px;
}
.path li:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 1px;
  background: #aaaaaa;
  vertical-align: super;
  margin-right: 4px;
}
.path li.typelink {
  padding-left: 22px;
}
.path li.typelink:before {
  display: none;
}
.path li.typelink:after {
  content: '';
  display: block;
  width: 60px;
  height: 1px;
  background: #aaaaaa;
  margin-top: 6px;
}
.path li a {
  font-size: 20px;
  font-weight: 400;
  color: #707070;
  line-height: 1;
      width: 80%;
    display: inline-block;
    vertical-align: middle;
}
.layout .fl {
  position: relative;
  width: 230px;
}
.layout .fr {
  width: 80%;
}
/* 侧栏 */
.aside {
  position: fixed;
  width: 54px;
  height: 175px;
  right: 0;
  bottom: 0px;
  z-index: 100;
}
.aside ul {
  overflow: visible;
}
.aside li {
  width: 54px;
  height: 54px;
  float: left;
  position: relative;
  border-bottom: 1px solid #444;
}
.aside li .sidetop {
  width: 54px;
  height: 54px;
  line-height: 54px;
  display: inline-block;
  background: #000;
  opacity: 0.8;
  filter: alpha(opacity=80);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.aside li .sidetop:hover {
  background: #ae1c1c;
  opacity: 1;
  filter: alpha(opacity=100);
}
.i-pro {
  margin-top: 5%;
  margin-bottom: 5%;
}
.i-pro >.h> .fr {
  width: 70%;
}
.i-pro >.h> .fr .ipro-list {
  display: none;
  overflow: hidden;
}
.i-pro>.h > .fr .ipro-list .ipro-header {
  margin-bottom: 30px;
}
.i-pro>.h > .fr .ipro-list .ipro-header a {
  display: block;
  width: 100px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #2a2a2a;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.i-pro >.h> .fr .ipro-list .ipro-header a:hover {
  background-color: #000;
  color: #fff;
}
.i-pro >.h> .fr .ipro-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.i-pro >.h> .fr .ipro-list li {
  float: left;
  width: 33%;
}
.i-pro>.h > .fr .ipro-list:first-child {
  display: block;
}
.i-pro>.h > .fl {
  padding-top: 5%;
  width: 20%;
}
.i-pro>.h > .fl .ipro-title {
  display: inline-block;
  vertical-align: bottom;
  margin-left: 50%;
}
.i-pro>.h > .fl:before {
  content: '';
  display: inline-block;
  width: 7px;
  height: 188px;
  background: #a0a0a0;
}
.i-pro>.h > .fl a {
  font-size: 20px;
  font-weight: 400;
  color: #707070;
  line-height: 1;
}
.i-pro>.h > .fl li {
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.i-pro>.h > .fl li.ipro-change {
  padding-left: 22px;
}
.i-pro>.h > .fl li.ipro-change:before {
  display: none;
}
.i-pro>.h > .fl li.ipro-change:after {
  content: '';
  display: block;
  width: 60px;
  height: 1px;
  background: #aaaaaa;
  margin-top: 6px;
}
.i-pro>.h > .fl li:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 1px;
  background: #aaaaaa;
  vertical-align: super;
}
.i-about .fl {
  padding-left: 7%;
}
.i-about .fr {
  margin-top: 10px;
  margin-bottom: 5%;
}
.i-about .fr > div {
  padding-left: 6%;
}
.i-about .fr h2 {
  font-size: 36px;
  font-weight: bold;
  color: #2a2a2a;
  line-height: 1;
  margin-bottom: 20px;
  position: relative;
  padding-top: 20px;
  margin-top: 50px;
}
.i-about .fr h2:before {
  content: 'ABOUT US';
  position: absolute;
  top: 0;
  font-size: 40px;
  font-weight: bold;
  color: #dcdcdc;
  line-height: 1;
  opacity: 0.6;
  z-index: -1;
}
.i-about .fr .line {
  position: relative;
  left: 61%;
  width: 60px;
  height: 1px;
  background: #a0a0a0;
  margin: 25px 0;
}
.i-about .fr .iabout-title {
  font-size: 20px;
  font-weight: 400;
  color: #2a2a2a;
  line-height: 1;
}
.i-news li {
  padding: 3% 0 3% 5%;
}
.i-news li .fr {
  width: 73%;
}
.i-news li .fr h4 {
  font-size: 26px;
  font-weight: bold;
  color: #3c3c3c;
  line-height: 50px;
  margin-top:14px;
}
.i-news li .fr p,
.i-news li .fr span {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #707070;
  line-height: 25px;
}
.i-news .h {
  max-width: 1400px;
}
.i-news .h .inews-head {
  padding: 0 7% 26px;
  border-bottom: 1px solid #BFBFBF;
}
.i-news .h .inews-head .fr a {
  display: block;
  width: 100px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #2a2a2a;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.i-news .h .inews-head .fr a:hover {
  background-color: #000;
  color: #fff;
}
.i-titile p {
  font-size: 30px;
  font-weight: 400;
  color: #3c3c3c;
  line-height: 1;
}
.i-titile p:before {
  content: '';
  width: 2px;
  height: 30px;
  background: #3c3c3c;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 20px;
}
.Classic .goods {
  margin-top: 25px;
}
.Classic .goods li {
  position: relative;
  float: left;
  margin-right: 12px;
  margin-bottom: 21px;
  cursor: pointer;
  border: 1px solid #eee;
}
.Classic .goods li:hover .Classic_title {
  background-color: #000000;
}
.Classic .goods li:hover .Classic-shadow {
  opacity: 1;
}
.Classic .goods li .Classic-shadow {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 244px;
  background: rgba(0, 102, 189, 0.4);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.Classic .goods .Classic_img {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #e6e6e6;
}
.Classic .goods .Classic_title {
  line-height: 45px;
  background-color: #b2b2b2;
  font-size: 16px;
  color: #fff;
  text-align: center;
}
.join-table th {
  background-color: #595757;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 54px;
  border: none;
  text-align: center;
}
.join-table .join-tr {
  padding: 10px 10% 40px;
  text-align: left;
  background-color: #F7F7F7;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.join-table .join-tr h4 {
  font-weight: bold;
  color: #474747;
  margin: 24px 0 12px;
}
.join-table .join-tr h4:before {
  content: '';
  display: inline-block;
  width: 2px;
  height: 24px;
  background: #e94709;
  vertical-align: middle;
  margin-right: 15px;
}
.join-table .join-tr p {
  line-height: 24px;
}
.join-table tr {
  text-align: center;
  line-height: 74px;
  background-color: #E8E8E8;
  cursor: pointer;
}
.join-table tr:not(:first-child) {
  border-bottom: 1px solid rgba(27, 27, 27, 0.2);
}
.join-table tr i {
  background: url('../img/icon-jian_03.png') no-repeat;
  width: 16px;
  height: 16px;
  display: block;
  margin: auto;
}
.join-table .join-trs {
  display: none;
}
.f-jianr {
  background: url('../img/icon-jianr_03.png') no-repeat !important;
  width: 9px;
  height: 16px;
  display: block;
  margin: auto;
}
.network .h {
  padding: 0 8%;
}
.capabilities {
  padding-bottom: 3%;
}
.capabilities .fl {
  padding-top: 108px;
}
.capabilities .fr {
  width: 56%;
}
.Technical {
  position: relative;
  background: url('../img/Technical-bg_02.jpg') no-repeat;
  background-size: cover;
  padding: 5% 0;
}
.Technical .Technical-info {
  width: 650px;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: #595857;
  line-height: 24px;
  vertical-align: top;
  padding-top: 12px;
  margin-left: 20px;
  margin-left: 43px;
}
.Technical ul {
  display: table;
  margin-top: 40px;
}
.Technical ul li {
  display: table-cell;
  padding-right: 16px;
}
.Technical ul li:last-child {
  background: #81030C;
  width: 223px;
  height: 289px;
  padding: 6% 2% 0;
  vertical-align: top;
}
.Technical ul li:last-child p {
  font-size: 18px;
  font-weight: 400;
  color: #e60012;
  line-height: 28px;
  margin-bottom: 14px;
}
.Technical ul li:last-child span {
  display: block;
  font-weight: 400;
  color: #ffffff;
  line-height: 24px;
}
.Technical .swiper-Technical {
  position: relative;
  overflow: hidden;
  margin-top: 16px;
  padding-bottom: 80px;
}
.Technical .swiper-Technical .swiper-button-prev,
.Technical .swiper-Technical .swiper-button-next {
  width: 47px;
  height: 47px;
  top: 91%;
}
.Technical .swiper-Technical .swiper-button-prev {
  background: url('../img/prev2_03.png') no-repeat;
  left: 44%;
}
.Technical .swiper-Technical .swiper-button-next {
  background: url('../img/prev3_03.png') no-repeat;
  right: 44%;
}
.Service .Service-info {
  padding: 13%;
  margin-top: 57px;
  color: #fff;
  background: #81030c;
}
.Service ul {
  display: table;
  margin: 18px auto 0;
}
.Service ul li {
  display: table-cell;
}
.Service ul li:first-child {
  padding-right: 10px;
}
.Service .fr {
  width: 58%;
}
.Service .fl {
  width: 42%;
}
.about {
  overflow: hidden;
  margin-top: 5%;
  margin-bottom: 5%;
}
.about .h {
  background-color: #fff;
  padding: 0 5% 3% 5%;
}
.about .h .fr {
  width: 73%;
}
.typename {
  text-align: center;
  overflow: hidden;
}
.typename h2 {
  font-size: 30px;
  font-weight: bold;
  color: #3c3c3c;
  line-height: 40px;
  margin-top: 5%;
  letter-spacing: 1px;
}
.typename p {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 400;
  color: #3c3c3c;
  line-height: 40px;
  margin-bottom: 3%;
}
.honor {
  background: url('../img/bg_03.jpg') no-repeat;
}
.honor .swiper-honor {
  position: relative;
  overflow: hidden;
  padding-bottom: 90px;
}
.honor .swiper-honor .swiper-button-prev,
.honor .swiper-honor .swiper-button-next {
  width: 36px;
  height: 36px;
  top: 82%;
}
.honor .swiper-honor .swiper-button-prev {
  background: url('../img/icon-swiper1_03.png') no-repeat;
  left: 45%;
}
.honor .swiper-honor .swiper-button-next {
  background: url('../img/icon-swiper_05.png') no-repeat;
  right: 45%;
}
.production .swiper-production {
  position: relative;
  overflow: hidden;
  padding-bottom: 100px;
}
.production .swiper-production .swiper-button-next,
.production .swiper-production .swiper-button-prev {
  width: 20px;
  height: 50px;
  top: 93%;
  background-size: contain;
}
.production .swiper-production .swiper-button-prev {
  background-image: url('../img/prev_05.png');
  left: 44%;
}
.production .swiper-production .swiper-button-next {
  background-image: url('../img/prev_03.png');
  right: 44%;
}
.strength_list li {
  float: left;
  width: 47%;
  text-align: center;
  margin-right: 6%;
}
.strength_list li .strength_img {
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  overflow: hidden;
}
.strength_list li .strength_img:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.strength_list li .strength_title {
  padding: 4% 0;
  font-size: 20px;
  font-weight: 400;
  color: #000000;
}
.strength_list li img {
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  width: 100%;
}
.strength {
  background: #f5f5f5;
}
.cultrue-top {
  background: url('../img/culture_03.jpg') no-repeat;
  height: 480px;
}
.cultrue-top .cultruet-info {
  width: 600px;
  height: 260px;
  background: rgba(230, 0, 18, 0.8);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: right;
  margin-right: 80px;
  margin-top: 110px;
  padding: 40px 28px 0 42px;
}
.cultrue-top .cultruet-info h2 {
  font-size: 40px;
  font-weight: bold;
  color: #ffffff;
}
.cultrue-top .cultruet-info span {
  font-weight: 300;
  color: #ffffff;
  line-height: 30px;
}
.cultrue-list {
  margin-top: 3%;
  margin-bottom: 6%;
}
.cultrue-list li:nth-child(3) .cultrue-change {
  padding-top: 70px;
}
.cultrue-list li .cultrue-change {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 110px;
  width: 43%;
}
.cultrue-list li .cultrue-change h3 {
  font-size: 34px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 17px;
}
.cultrue-list li .cultrue-change span {
  color: #666666;
  line-height: 30px;
}
.news {
  margin-top: 5%;
}
.news .news_list li {
  border-top: 1px solid #BFBFBF;
  border-bottom: 1px solid #BFBFBF;
  padding: 3% 0 3% 5%;
}
.news .news_list h4 {
  font-size: 26px;
  font-weight: bold;
  color: #3c3c3c;
  line-height: 50px;
}
.news .news_list p,
.news .news_list span {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #707070;
  line-height: 25px;
}
.news .news_list .fr {
  width: 71%;
}
.news_read h1,
.news_read .time {
  text-align: center;
  color: #000;
}
.news_read h1 {
  font-size: 22px;
  font-weight: 400;
}
.news_read .time {
  padding: 25px 0px;
  color: #898a89;
}
.news_read .read_con {
  margin-bottom: 50px;
  color: #000;
}
.news_read .infolist2 {
  display: block;
  color: #000;
  margin-bottom: 14px;
}
.base {
  margin-bottom: 5%;
}
.base li {
  margin-top: 40px;
  padding-bottom: 24px;
  width: 600px;
  border-bottom: 2px solid #e6e6e6;
}
.base li a {
  font-size: 18px;
  color: #000000;
}
.base li span {
  color: #666666;
}
.new-silde > a {
  height: 60px;
  width: 60px;
  display: inline-block;
  background: url('../img/css_sprites.png') no-repeat;
  background-color: #999999;
  background-position: 8px 12px;
  margin-right: 10px;
  margin-top: 48px;
  cursor: pointer;
}
.new-silde a:first-child {
  background-position: 8px -30px;
}
.new-silde {
  position: relative;
}
.social-share {
  position: fixed;
  bottom: 0px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -55%);
          transform: translate(-50%, -55%);
  display: none;
  z-index: 100;
  background: #fff;
  height: 200px;
  width: 300px;
  text-align: center;
}
.social-share > div {
  height: 45px;
  line-height: 45px;
  background: #0d4c76;
  color: #fff;
  padding-left: 20px;
  margin-bottom: 50px;
  padding-right: 10px;
  font-size: 18px;
}
.social-share .close {
  font-size: 30px;
  cursor: pointer;
}
.share-model {
  position: absolute;
  top: 0px;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 10;
  display: none;
}
/* 翻页 */
.cc_botton {
  overflow: hidden;
}
#pagination {
  overflow: hidden;
  margin: 2% auto 5%;
  text-align: center;
  display: table;
}
#pagination div {
  float: left;
}
#page_left_botton a,
#page_left_botton span {
  display: inline-block;
  padding: 0 10px;
  line-height: 30px;
  border: 1px solid #ccc;
  margin: 0 5px;
  cursor: pointer;
  background: #fff;
  font-size: 14px;
}
#page_left_botton a:hover,
#page_left_botton a {
  background-color: #7c322e;
  color: #fff;
}
.pagination .active{
         padding: 6px 8px;
    line-height: 32px;
    margin: 0px 0px 0px 5px;
}
.pagination a {
    color: #fff;
    display: inline;
    text-decoration: none;
    overflow: hidden;
    background-color:#7c322e;
     padding: 6px 8px;
    line-height: 32px;
    margin: 0px 0px 0px 5px;
}
.xt_page_botton {
  text-align: center;
}
.video {
  padding-bottom: 5%;
}
.video .video_list li {
  position: relative;
  float: left;
  width: 383px;
  margin-right: 17px;
  cursor: pointer;
}
.video .video_list li .video-play {
  position: absolute;
  top: 98px;
  right: 0;
  left: 0;
  margin: auto;
  width: 57px;
  height: 57px;
  border: 1px solid rgba(182, 176, 176, 0.33);
  border-radius: 50%;
  background-color: rgba(235, 235, 235, 0.7);
}
.video .video_list li .video-play:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-width: 10px 0px 10px 14px;
  border-style: solid;
  border-color: transparent transparent transparent #e60012;
}
.video .video_list li:nth-child(3+3n) {
  margin-right: 0;
}
.video .video_list li p {
  font-size: 16px;
  font-weight: 400;
  color: #504343;
  padding: 30px 0;
  text-align: center;
}
.video #video {
  width: 383px;
  height: 253px;
  -o-object-fit: fill;
     object-fit: fill;
}
.case .h {
  max-width: 1320px;
}
.case .case-list #pagination {
  margin: 0 auto 5%;
}
.case .case-list li {
  position: relative;
  overflow: hidden;
  margin-bottom: 5%;
}
.case .case-list li:hover .case-info {
  background: #1F317A;
}
.case .case-list li:hover .case-info .case-line {
  background: rgba(255, 255, 255, 0.2);
}
.case .case-list li:hover .case-info h3,
.case .case-list li:hover .case-info span {
  color: #fff !important;
}
.case .case-list li img {
  float: left;
}
.case .case-list li:nth-child(2n+2) img {
  float: right;
}
.case .case-list li:nth-child(2n+2) .case-info {
  left: 0;
  border-right: none;
  border-left: 1px solid #1F317A;
}
.case .case-list li .case-info {
  position: absolute;
  top: 50%;
  right: 0;
  width: 42%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 100px 60px 96px 64px;
  background: #fff;
  border-right: 1px solid #1F317A;
}
.case .case-list li .case-info .case-line {
  width: 30px;
  height: 1px;
  background: #1f317a;
  margin: 15px 0 25px;
}
.case .case-list li .case-info span {
  font-size: 14px;
  font-family: "PF-M";
  font-weight: 400;
  color: #666666;
  line-height: 30px;
}
.case .case-list li .case-info h3 {
  font-size: 28px;
  font-family: "PF-B";
  color: #000000;
}
.contact {
  margin-top: 4%;
}
.contact .h {
  background-color: #fff;
  padding: 40px 0px 40px 202px;
}
.contact .h > .fl {
  padding-right: 88px;
  padding-top: 40px;
}
.contact .h .fr {
  width: 69%;
  padding-left: 12%;
  border-left: 1px solid #5f5a5a;
}
.contact .h .fr div.fl {
  margin-top: 32px;
}
.contact .h .fr > img {
  margin-right: 85px;
  width: 140px;
  margin-top: 45px;
}
.contact .h .fr p {
  padding: 15px 0;
  text-align: center;
  font-weight: bold;
  color: #707070;
  line-height: 25px;
}
.contact .h #map {
  float: right;
}
.contact .h #map img {
  max-width: inherit;
}
.contact .h #map .BMapLabel {
  left: -72px !important;
  top: -64px !important;
  width: 162px;
  border: none !important;
  line-height: 50px !important;
  text-align: center;
  font-weight: bold !important;
  display: block !important;
}
.contact .h #map .BMapLabel:before {
  content: '';
  position: absolute;
  bottom: -31px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-color: #fff transparent transparent;
  border-width: 20px;
  border-style: solid;
  width: 0;
  height: 0;
}
#secNav {
  display: none;
}
.category {
  cursor: pointer;
}
.category .lis_hide {
  background: #f7f7f7;
}
.category .li {
  width: 200px;
  height: 54px;
  line-height: 54px;
  float: left;
  text-align: center;
  min-height: 10px;
  color: #fff;
}
.category .lis_hide {
  padding: 4% 8% 3%;
  display: none;
}
.category .item {
  margin-bottom: 20px;
}
.category .item .p p {
  line-height: 2em;
}
.category .item .com-bold {
  margin-bottom: 10px;
}
.category .item .com-bold:before {
  content: '';
  display: inline-block;
  width: 2px;
  height: 24px;
  background: #e94709;
  vertical-align: middle;
  margin-right: 15px;
}
.category .content-top .li {
  background: #595757;
}
.category i {
  background: url('../img/icon-jian_03.png') no-repeat;
  width: 16px;
  height: 16px;
  display: block;
  margin: 18px auto;
}
.category .el {
  background-color: #E8E8E8;
  color: #767676;
}
.message {
  margin-top: 5%;
}
.download {
  margin-top: 5%;
}
.download li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #BFBFBF;
}
.download .fl p {
  font-size: 16px;
  font-weight: 400;
  color: #707070;
}
.download .fl p:before {
  content: '';
  display: inline-block;
  width: 2px;
  height: 20px;
  vertical-align: sub;
  background: #707070;
  margin-right: 12px;
}
.download .fr a {
  display: block;
  width: 100px;
  height: 40px;
  line-height: 40px;
  background: #232323;
  border-radius: 5px;
  text-align: center;
  color: #fff;
}
.mess_info {
  margin-top: 3%;
}
.mess_info input {
  display: inline-block;
  outline: none;
  width: 100%;
  height: 48px;
  margin-bottom: 35px;
  background-color: #fff;
  text-indent: 20px;
  font-size: 16px;
  vertical-align: baseline;
  border: 1px solid #cfcfcf;
  border-radius: 10px;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}
.mess_info input:focus {
  border-color: #000000;
}
.mess_info .mess_input div:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mess_info .mess_input div:first-child label {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 17px;
}
.mess_info .mess_input div:first-child label:last-child {
  margin-right: 0px;
}
.mess_info textarea {
  height: 165px;
  width: 100%;
  outline: none;
  resize: none;
  background-color: #fff;
  text-indent: 20px;
  padding-top: 14px;
  font-size: 16px;
  vertical-align: text-top;
  border: 1px solid #cfcfcf;
  border-radius: 10px;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}
.mess_info textarea:focus {
  border-color: #000000;
}
.mess_info .textarea label {
  display: block;
}
.mess_info .submit {
  overflow: hidden;
  display: table;
  margin: 0 auto;
}
.mess_info .submit input {
  width: 200px;
  height: 60px;
  line-height: 60px;
  background-color: #000000;
  color: #fff;
  font-size: 22px;
  display: block;
  text-indent: 0;
  margin-top: 36px;
  border-radius: 35px;
}
.mess_info ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #000;
}
.mess_info ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #000;
}
.mess_info :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #000;
}
.swiper-product {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.swiper-product .swiper-pagination {
  bottom: 14%;
  left: -24%;
}
.swiper-product .swiper-list {
  position: absolute;
  left: 0;
  top: 0;
  width: 40%;
  height: 100%;
  background-color: #5C0109;
  z-index: 1;
}
.swiper-product .swiper-list ul {
  padding: 14% 28% 0 0;
  float: right;
}
.swiper-product .swiper-list li {
  margin-bottom: 31%;
  font-size: 16px;
  font-weight: 300;
}
.swiper-product .swiper-list li a {
  color: #ffffff;
}
.swiper-product .swiper-list li a.selected {
  color: #ABCD03;
}
.swiper-product .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
  margin: 0 10px !important;
}
.swiper-product .swiper-pagination-bullet-active {
  background-color: #E60012;
}
.product {
  margin-bottom: 90px;
  padding-top: 60px;
}
.product #pagination {
  margin: 2% auto 0;
}
.product .product_list li {
  float: left;
  margin-right: 57px;
  margin-bottom: 50px;
  cursor: pointer;
  border: 1px solid #b5b6b6;
  background: #f3f4f6;
}
.product .product_list li:hover .product_title {
  font-weight: bold;
}
.product .product_list li:hover i {
  opacity: 1;
}
.product .product_list li:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.product .product_list .product-info {
  position: relative;
  border-bottom: 1px solid #b5b6b6;
}
.product .product_list .product_img {
  overflow: hidden;
}
.product .product_list .product_img img {
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.product .product_list .product_title {
  line-height: 55px;
  font-size: 16px;
  color: #808080;
  text-align: center;
}
#product_read .fr {
  width: 36%;
}
#product_read .fr .product_info {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 50px;
}
#product_read .fr .pro_summary {
  color: #666;
  margin-bottom: 40px;
}
#product_read .fr .pro_summary p {
  line-height: 36px !important;
}
#product_read .fr .pro_title {
  font-size: 18px;
  font-family: 'PF-B';
  color: #000;
  line-height: 48px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 20px;
  padding-bottom: 5px;
}
#product_read .fr .pro_title:before {
  content: '';
  display: inline-block;
  width: 2px;
  height: 16px;
  background: #000;
  vertical-align: middle;
  margin-right: 17px;
}
#product_read h1 {
  font-size: 30px;
  font-weight: 400;
  color: #000;
  line-height: 24px;
  margin-bottom: 20px;
}
#product_read .p_line {
  width: 30px;
  margin: 0 auto;
  height: 2px;
  background: #E60012;
}
#product_read .swiper-button-prev {
  left: 5%;
}
#product_read .swiper-button-next {
  right: 5%;
}
#product_read .swiper-pagination {
  bottom: 25px;
}
#product_read .swiper-pagination-bullet {
  background-color: #000;
}
#product_read .swiper-button-prev,
#product_read .swiper-button-next {
  height: 40px;
  width: 40px;
}
.proread_img {
  position: relative;
  border: 1px solid #b5b6b6;
}
.swiper-containers {
  overflow: hidden;
  width: 704px;
}
.swiper-containers .swiper-button-prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  left: 0;
}
.swiper-containers .swiper-button-next {
  right: 0;
}
.swiper-containers .swiper-button-prev,
.swiper-containers .swiper-button-next {
  height: 54px;
  width: 54px;
  background-image: url('../img/prev_03.png') !important;
  background-size: cover;
  margin-top: -30px;
}
.location p {
  color: #000;
  padding: 0 22px;
  font-weight: 300;
  font-size: 16px;
}
.location p a {
  color: #000;
}
/*nav for mobile*/
.nav_m .mask {
  width: 12px;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 100;
  background: url(../img/public/shadow.png) left top repeat-y;
  display: none;
}
.menu-nav {
  display: none;
}
.menu-nav > li > a {
  text-indent: 30px;
}
.nav_button {
  overflow: hidden;
  width: 23px;
  position: relative;
  z-index: 999;
  display: none;
}
.nav_button .nav_bar {
  width: 23px;
  height: 2px;
  display: block;
  margin: 5px 0;
  background: #949494;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.nav_button .mid {
  width: 18px;
}
.nav_button.animate .nav_bar {
  background: #949494;
}
.nav_button.animate .top {
  -webkit-transform: translateY(6px) rotate(45deg);
  transform: translateY(6px) rotate(45deg);
}
.nav_button.animate .mid {
  width: 0;
}
.nav_button.animate .bottom {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
}
.nav_m {
  width: 68.75%;
  min-height: 100%;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 99;
  background: #fbfbfb;
  display: none;
}
.nav_m .head-wap {
  position: fixed;
  height: 60px;
  top: 0;
  /*background: #2e2929;*/
  width: 100%;
  max-width: 768px;
  margin-left: -15px;
  z-index: 999;
}
.nav_m .logo {
  width: 134px;
  display: block;
  float: left;
  margin-top: 10px;
}
.nav_m .logo img {
  width: 100%;
  display: block;
}
.nav_m .menu {
  padding-bottom: 70px;
  overflow: hidden;
}
.choose-language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 3.4rem;
  color: #666;
  padding: 12% 0% 6%;
  display: none;
}
.choose-language p {
  padding: 5px;
}
.search-icon {
  height: 17px;
  width: 17px;
  display: block;
  background: url('../img/phone_03_03.png') no-repeat;
  background-position: center;
  padding: 5px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
/*.nav_m .main_item {*/
/*    overflow: hidden;*/
/*    border-bottom: 1px solid #5a5a5a;*/
/*    opacity: 0;*/
/*    -webkit-transform: scale(1.1) translateY(-24px);*/
/*    transform: scale(1.1) translateY(-24px);*/
/*    -webkit-transition: opacity 0.35s ease-out, -webkit-transform 0.35s ease-out;*/
/*    transition: opacity 0.35s ease-out, -webkit-transform 0.35s ease-out;*/
/*    transition: opacity 0.35s ease-out, transform 0.35s ease-out;*/
/*    transition: opacity 0.35s ease-out, transform 0.35s ease-out, -webkit-transform 0.35s ease-out;*/
/*}*/
.menu > li > a {
  display: block;
  padding: 0 45px 0 4%;
  height: 45px;
  line-height: 45px;
  font-size: 3.6rem;
  color: #666;
}
.menu > li {
  font-size: 16px;
  border-bottom: 1px solid #cccccc;
  position: relative;
  background: #f1f1f1;
}
.nav_m .main_item:nth-child(2) {
  -webkit-transition-delay: 80ms;
  transition-delay: 80ms;
}
.nav_m .main_item:nth-child(3) {
  -webkit-transition-delay: 160ms;
  transition-delay: 160ms;
}
.nav_m .main_item:nth-child(4) {
  -webkit-transition-delay: 240ms;
  transition-delay: 240ms;
}
.nav_m .main_item:nth-child(5) {
  -webkit-transition-delay: 360ms;
  transition-delay: 360ms;
}
.nav_m .main_item:nth-child(6) {
  -webkit-transition-delay: 400ms;
  transition-delay: 400ms;
}
.nav_m .main_item:nth-child(7) {
  -webkit-transition-delay: 480ms;
  transition-delay: 480ms;
}
.nav_m .main_item:nth-child(8) {
  -webkit-transition-delay: 560ms;
  transition-delay: 560ms;
}
.nav_m .main_item:nth-child(9) {
  -webkit-transition-delay: 640ms;
  transition-delay: 640ms;
}
.nav_m .main_item:nth-child(10) {
  -webkit-transition-delay: 720ms;
  transition-delay: 720ms;
}
.nav_m .main_item > a {
  display: block;
  line-height: 48px;
  font-size: 3.4rem;
  color: #666;
  background: url('../img/public/plus.png') 98% center no-repeat;
  background-size: 12px;
}
.nav_m .menu.show .main_item {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
.nav_m .on {
  border: none;
  height: auto;
}
.nav_m .on > a {
  background-image: url('../img/public/minus.png');
}
.nav_m .link > a {
  background-image: url('../img/public/arrow.png');
}
.drop_list {
  display: none;
}
.drop_list a {
  display: block;
  font-size: 2.8rem;
  color: #666;
  border-bottom: 1px solid #cccccc;
  text-indent: 20px;
  height: 48px;
  line-height: 48px;
  background: #dedede;
}
.branch-list li {
  float: left;
  width: 33.333%;
  height: 290px;
  background: rgba(241, 241, 241, 0.4);
}
.branch-list li.branch-li {
  padding: 5% 5% 0;
}
.branch-list li h3 {
  font-size: 20px;
  font-weight: 400;
  color: #292b36;
  text-align: center;
  margin-bottom: 20px;
}
.branch-list li span {
  color: #3f3f3f;
  line-height: 26px;
}
.i-pro .ipro-list li:last-child{
    display:none;
}
@media screen and (max-width: 750px) {
  #wap {
    width: 100vw;
    position: relative;
  }
  .head {
    padding-left: 5.335%;
    padding-right: 5.335%;
    width: auto;
  }
  .head .logo {
    width: 40vw;
    line-height: 80px;
  }
  .head .head-top {
    display: none;
  }
  .head .nav_button {
    margin-top: 30px;
    margin-left: 10px;
  }
  .head .language {
    margin-top: 30px;
  }
  .swiper-container h2 {
    font-size: 30px !important;
  }
  .swiper-container .swiper-pagination-bullet {
    width: 12px;
  }
  .swiper-container .swiper-slide .swiper-info {
    width: 86%;
    height: auto;
    padding-top: 10vw;
  }
  .swiper-container .swiper-slide .swiper-info p {
    font-size: 13px;
    line-height: 20px;
  }
  .swiper-container .swiper-pagination {
    bottom: 10px;
  }
  .swiper-container img {
    height: 180px;
  }
  #banner {
    width: 100%;
    height: 140px;
    background-size: 173% 100%;
    background-position: -156px center;
    background-repeat: no-repeat;
    margin-bottom: 25px;
  }
  #banner img {
    visibility: hidden;
  }
  .layout .fr {
    width: 100%;
  }
  .footer {
    padding-bottom: 2%;
  }
  .footer .h {
    padding: 0 5.333%;
  }
  .footer .f-nav .fr div {
    margin-bottom: 6%;
    text-align: center;
  }
  .footer .f-nav .fr div img {
    height: auto;
    width: 32%;
    display: block;
    margin: 0 auto;
  }
  .footer .f-nav .fr div p {
    font-size: 16px;
    line-height: 33px;
    display: block;
    text-align: center;
    margin-top: 10px;
  }
  .footer .f-nav .fr div p:before {
    display: none;
  }
  .footer .fl,
  .footer .fr {
    float: none;
  }
  .footer .mess_info .submit input {
    width: 70px;
    height: 34px;
  }
  .footer .nav_ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer .nav_item {
    margin-right: 8px;
    margin-bottom: 14px;
    text-align: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: none;
  }
  .footer .nav_item li {
    display: inline-block;
  }
  .footer .nav_item:last-child {
    font-size: 16px;
    display: block;
  }
  .footer .nav_item .nav-link {
    font-size: 14px;
    color: #666666;
    font-weight: 400 !important;
    margin-bottom: 0px !important;
    text-align: center;
    line-height: 34px;
  }
  .footer .nav_item:last-child {
    border-left: none;
    padding-left: 0;
  }
  .i-partner {
    padding: 2% 5.333%;
  }
  .i-partner .swiper-partner {
    padding-bottom: 90px;
  }
  .i-partner .swiper-partner .swiper-button-prev {
    left: 34%;
  }
  .i-partner .swiper-partner .swiper-button-next {
    right: 34%;
  }
  .i-partner .swiper-partner .swiper-button-prev,
  .i-partner .swiper-partner .swiper-button-next {
    top: 80%;
    width: 32px;
    height: 32px;
    background-size: cover;
  }
  .i-partner .typename {
    margin-bottom: 32px;
  }
  .i-partner > .h {
    padding: 0;
  }
  .i-about {
    padding: 0 5.333%;
    margin-bottom: 6%;
  }
  .i-about .i-titile p {
    font-size: 16px;
  }
  .i-about .i-titile p:before {
    vertical-align: middle;
  }
  .i-about .fl {
    margin-bottom: 3%;
    padding: 2% 0 0 0;
  }
  .i-about .typename {
    text-align: center;
  }
  .i-about .fr > img {
    margin-bottom: 20px;
    margin-top: 14px !important;
  }
  .i-about .fr div {
    padding-left: 0;
  }
  .i-about .fr .iabout-infos{
    height: 192px;
    overflow: hidden;
    width: 100%;
  }
  .i-about .fr div .line {
    display: none;
  }
  .i-about .fr div img {
    display: none;
  }
  .i-about .fr div h2 {
    display: none;
  }
  .i-about .fr div .iabout-title {
    display: none;
  }
  .i-about .fl,
  .i-about .fr {
    width: auto;
    float: none;
  }
  .lng li:first-child {
    display: none;
  }
  .i-news .inews-list {
    padding: 0 5.333%;
  }
  .i-news .inews-list .fl {
    width: 38%;
  }
  .i-news .inews-list li .fr {
    width: 60%;
  }
  .i-news .inews-list li .fr h4 {
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 30px;
    margin-top:0;
  }
  .i-news .inews-list li .fr span {
    line-height: 21px;
    font-size: 13px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .i-news .inews-list li .fr p {
    line-height: 15px !important;
    margin:0px;
    font-size: 13px !important;
  }
  .i-news .inews-list > div:not(:first-child) {
    width: auto;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .i-news .inews-list > div:not(:first-child) li {
    padding: 14px 0;
  }
  .i-news .inews-list > div:not(:first-child) .inews-head {
    line-height: 45px;
  }
  .i-news .inews-list .inews-head {
    font-size: 14px;
    margin-bottom: 0;
    padding: 0 0 16px;
  }
  .i-news .inews-list .inews-head .fr a {
    width: 69px;
    height: 34px;
    line-height: 34px;
    font-size: 13px;
  }
  .i-news .inews-list .inews-head .i-titile p {
    font-size: 16px;
  }
  .i-news .inews-list .inews-head .i-titile p:before {
    vertical-align: middle;
  }
  .i-news .inews-list li p {
    font-size: 14px !important;
    line-height: 45px !important;
  }
  .i-news .inews-list #video {
    width: 100%;
    height: auto;
  }
  .i-news .inews-list .video-play {
    top: 64px;
    width: 45px;
    height: 45px;
  }
  .i-news .inews-list > div {
    margin-right: 0;
    float: none;
  }
  .imgHover:hover img {
    margin-left: 0;
  }
  .imgHover:hover .title {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
  .imgHover:hover .m_detail {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
    opacity: 0;
  }
  .i-pro .ipro-header {
    padding: 0 5.333%;
    margin-bottom: 14px !important;
  }
  .i-pro .ipro-header a {
    width: 69px !important;
    height: 34px !important;
    line-height: 34px !important;
    font-size: 13px;
  }
  .i-pro .ipro-header p {
    font-size: 16px;
  }
  .i-pro .ipro-header p:before {
    vertical-align: middle;
  }
  .i-pro > .fl {
    padding-top: 2%;
  }
  .i-pro .ipro-title {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin-left: 0 !important;
  }
  .i-pro > .fr,
  .i-pro > .fl {
    width: 100%;
    float: none;
  }
  .i-pro > .fl:before {
    display: none;
  }
  .i-pro .fl {
    margin-bottom: 4%;
  }
  .i-pro .fl ul {
    padding: 0 5.333%;
  }
  .i-pro .fl li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
    margin-bottom: 10px;
  }
  .i-pro .fl li a {
    font-weight: 300;
  }
  .i-pro .fl li.ipro-change {
    padding-left: 0!important;
  }
  .i-pro .fl li.ipro-change a {
    color: #2d2d2d;
    font-weight: bold;
  }
  .i-pro>.h > .fl:before{
      display:none;
  }
  .i-pro .fl li.ipro-change:after {
    display: none!important;
  }
  .i-pro .fl li:before {
    display: none!important;
  }
  .i-pro .ipro-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0px 10.333%;
  }
  .i-pro .ipro-list ul:after {
    content: '';
    width: 44%;
  }
  .i-pro .ipro-list li {
    width: 44% !important;
    margin-bottom: 30px;
  }
  .i-pro .ipro-list li:last-child{
      display: block;
  }
  .typename h2 {
    font-size: 22px;
    margin-bottom: 0px;
    margin-top: 8% !important;
    font-weight: bold;
  }
  .typename p {
    font-size: 14px;
    margin-bottom: 4%;
  }
  .aside {
    width: 49px;
  }
  .aside li {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
  .aside li .sidetop:hover {
    background: #000;
    opacity: 0.8;
  }
  .contact .h {
    padding: 4% 5.333%;
    margin: 0 5.333%;
  }
  .contact .h > .h {
    padding-right: 0;
    padding-top: 0;
  }
  .contact .h .fl,
  .contact .h .fr {
    float: none;
  }
  .contact .h .fr {
    width: auto;
    padding-left: 0;
    margin-top: 20px;
    border-left: none;
    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;
  }
  .contact .h .fr img {
    margin-right: 0;
    margin-top: 0;
  }
  .contact .h .fr div.fl {
    margin-top: 0;
  }
  .contact .h .fr p {
    padding: 0;
    line-height: 30px;
  }
  .contact .h .fr .fl {
    width: 40%;
  }
  .mess_info {
    padding-left: 5.335%;
    padding-right: 5.335%;
  }
  .mess_info .submit input {
    font-size: 13px;
    width: 70px;
    height: 34px;
    line-height: 34px !important;
    margin-top: 30px;
    border-radius: 0;
    max-width: 100% !important;
  }
  .mess_info input {
    height: 34px;
    margin-bottom: 15px;
    font-size: 14px;
  }
  .mess_info .mess_input div:first-child {
    display: block;
  }
  .mess_info .mess_input div:first-child label {
    width: 100% !important;
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin-right: 0;
    margin-bottom: 15px !important;
  }
  .mess_info .mess_input div:first-child label input {
    border: 1px solid #000 !important;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .mess_info .mess_input #contact {
    border: 1px solid #000;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .video #video {
    width: 100%;
    height: auto;
  }
  .video .video_list {
    padding-left: 5.335%;
    padding-right: 5.335%;
  }
  .video .video_list li {
    float: none;
    width: auto;
    margin-right: 0;
  }
  .video .video_list li p {
    font-size: 14px;
    padding: 11px 0;
  }
  .video .video_list li .video-play {
    top: 64px;
    width: 45px;
    height: 45px;
  }
  .news .news_list {
    padding-left: 5.335%;
    padding-right: 5.335%;
  }
  .news .news_list .fr {
    width: 60%;
  }
  .news .news_list li {
    padding-bottom: 18px;
  }
  .news .news_list p {
    line-height: 15px;
    margin: 8px 0px;
    font-size: 13px;
  }
  .news .news_list span {
    line-height: 21px;
    font-size: 13px;
  }
  .news .news_list h4 {
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 30px;
  }
  .news_read h1 {
    font-size: 16px;
    line-height: 26px;
  }
  .news_read .read_con span {
    font-size: 14px !important;
  }
  .news_con {
    padding-left: 5.335%;
    padding-right: 5.335%;
  }
  .cc_botton {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  #page_left_botton a,
  #page_left_botton span {
    font-size: 12px;
    padding: 0 10px;
  }
  .g-navigation {
    line-height: 50px;
    margin-bottom: 8%;
  }
  .path {
    display: none;
  }
  .location {
    float: none !important;
  }
  .location p {
    padding-left: 5.335%;
    padding-right: 5.335%;
    font-size: 14px;
  }
  .category .li {
    width: 100%;
  }
  .category .uls .li {
    display: none;
    width: 50%;
  }
  .category .uls .li:first-child {
    display: block;
  }
  .category .uls .li:last-child {
    display: block;
  }
  .category .content-top .li {
    display: none;
  }
  .category .content-top .li:first-child {
    text-indent: 20px;
    display: block;
    text-align: left;
  }
  .product {
    margin-bottom: 0;
    padding: 0 5.333%;
    /*二级菜单*/
  }
  .product .secNav {
    display: block;
  }
  .product #secNav {
    margin-top: 8%;
    border-radius: 8px;
    border: 1px solid #ebebeb;
    overflow: hidden;
    display: block;
  }
  .product #secNav h1 {
    height: 40px;
    background: #232323;
    font-size: 18px;
    color: #fff;
    line-height: 40px;
    overflow: hidden;
    text-indent: 15px;
    cursor: pointer;
    float:none;
  }
  .product #secNav ul {
    background: #ebebeb;
    display: block;
  }
  .product #secNav ul:after {
    content: '';
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .product #secNav ul li {
    height: 40px;
    border-top: 1px solid #fff;
    overflow: hidden;
  }
  .product #secNav ul li a {
    display: block;
    padding: 0 5%;
    line-height: 40px;
    font-size: 16px;
    color: #232323;
  }
  .product #secNav ul li a.hover,
  .product #secNav ul li a:active {
    background: #232323;
    color: #fff;
  }
  .product .product_list {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #page_center_botton{
    display:none;
  }
  .product .product_list li {
    width: 46%;
    margin-right: 0;
    margin-bottom: 20px;
    float: none;
  }
  .product .product_list li .product_title {
    font-size: 14px;
    line-height: 32px;
  }
  .swiper-product img {
    height: 160px;
  }
  .swiper-product .swiper-pagination {
    left: -31%;
  }
  .swiper-product .swiper-pagination-bullet {
    margin: 0 3px !important;
  }
  .swiper-product .swiper-list {
    top: 0;
  }
  .swiper-product .swiper-list a {
    display: none;
  }
  .join-table .join-tr h4 {
    font-size: 14px;
  }
  .join .join-loady {
    padding: 0 5.333%;
  }
  .join .join-loady tr:nth-child(2n+2) td:last-child {
    display: none;
  }
  .join .join-loady .join-trs {
    display: block;
  }
  .join .join-loady th:last-child {
    display: none;
  }
  .branch-list li {
    float: none;
    width: auto;
    height: auto;
    padding: 7% 5% 12px;
  }
  .branch-list li:last-child {
    padding: 7% 5% 18px;
  }
  .branch-list li span {
    line-height: 22px;
  }
  .branch-list li h3 {
    margin-bottom: 8px;
  }
  #product_read .swiper-button-prev,
  #product_read .swiper-button-next {
    height: 30px;
    width: 30px;
    margin-top: -16px;
  }
  #product_read .proread_img {
    margin-top: 14%;
  }
  #product_read .fr .pro_title {
    font-size: 16px;
  }
  #product_read .product_info {
    margin-top: 30px !important;
  }
  #product_read .product_info h1 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  #product_read .fl,
  #product_read .fr {
    float: none;
  }
  .swiper-containers {
    width: auto;
  }
  .applicationBanner {
    background-position: -28vw center !important;
  }
  .Technical {
    padding: 0 5.333%;
    background: none;
  }
  .Technical .fl,
  .Technical .fr {
    width: auto;
    float: none;
  }
  .Technical .swiper-Technical {
    padding-bottom: 70px;
  }
  .Technical .swiper-Technical .swiper-button-prev {
    left: 34%;
  }
  .Technical .swiper-Technical .swiper-button-next {
    right: 34%;
  }
  .Technical .swiper-Technical .swiper-button-prev,
  .Technical .swiper-Technical .swiper-button-next {
    top: 90%;
    width: 32px;
    height: 32px;
    background-size: cover;
  }
  .Technical ul {
    display: block;
    margin-top: 16px;
  }
  .Technical ul li {
    display: block;
    padding-right: 0;
    margin-bottom: 10px;
  }
  .Technical ul li:last-child {
    width: auto;
    height: auto;
    padding: 6% 2% 6%;
  }
  .Technical ul li:last-child span {
    line-height: 22px;
  }
  .Technical ul li:last-child p {
    margin-bottom: 2px;
  }
  .Technical .Technical-info {
    width: auto;
    font-size: 14px;
    margin-left: 0;
    padding-top: 0;
  }
  .capabilities {
    padding-left: 5.335%;
    padding-right: 5.335%;
  }
  .capabilities .fl,
  .capabilities .fr {
    width: auto;
    float: none;
  }
  .capabilities .fr p:last-child {
    margin-top: 20px !important;
    margin-bottom: 10px;
  }
  .capabilities .fl {
    padding-top: 0;
  }
  .i-pro >.h> .fr{
      width:auto!important;
      float:none;
  }
  .i-pro>.h > .fl{
      width:auto!important;
      float:none;
  }
  .Service {
    padding-left: 5.335%;
    padding-right: 5.335%;
  }
  .Service ul {
    margin: 14px auto;
  }
  .Service .Service-info {
    margin-top: 19px;
    padding: 5%;
  }
  .Service .fl,
  .Service .fr {
    width: auto;
    float: none;
  }
  .network .h p {
    text-align: left !important;
    word-break: break-all;
  }
  .network .h p:last-child {
    margin: 16px auto 30px !important;
  }
  .swiper-production {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 67px;
  }
  .swiper-production img {
    width: 100%;
    height: 50vh;
  }
  .swiper-production .swiper-button-prev {
    left: 35% !important;
  }
  .swiper-production .swiper-button-next {
    right: 35% !important;
  }
  .swiper-production .swiper-button-next,
  .swiper-production .swiper-button-prev {
    width: 14px !important;
    top: 87% !important;
  }
  .about {
    padding-left: 5.335%;
    padding-right: 5.335%;
  }
  .about .about-info p {
    line-height: 24px !important;
  }
  .about .fr li {
    float: none;
    margin-right: 0;
  }
  .about .fr li p {
    padding: 12px 0;
  }
  .about .fr li img {
    height: auto;
  }
  .about .typename {
    text-align: center;
    margin-bottom: 0;
    padding-top: 0;
  }
  .about .fl,
  .about .fr {
    float: none;
    width: auto !important;
    margin: 0 auto;
  }
  .about .fl {
    width: 42% !important;
    margin-bottom: 20px;
  }
  .Business {
    padding-left: 5.335%;
    padding-right: 5.335%;
  }
  .Business .fl,
  .Business .fr {
    width: auto;
    float: none;
  }
  .Business .Business-bigimg {
    display: none;
  }
  .Business .fr {
    position: static;
    margin-top: 3%;
  }
  .Business .fr p {
    font-size: 14px;
  }
  .Business .typename p {
    margin-bottom: 4px;
  }
  .Business .typename h2 {
    margin-bottom: 8px;
  }
  .honor {
    padding-left: 5.335%;
    padding-right: 5.335%;
  }
  .honor .swiper-honor {
    width: 60%;
    margin: 0 auto;
    padding-bottom: 80px;
  }
  .honor .swiper-honor .swiper-button-prev {
    left: 24%;
  }
  .honor .swiper-honor .swiper-button-next {
    right: 24%;
  }
  .honor .swiper-honor .swiper-button-prev,
  .honor .swiper-honor .swiper-button-next {
    top: 86%;
  }
  .culture {
    height: auto;
    padding-left: 5.335%;
    padding-right: 5.335%;
  }
  .culture ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .culture ul li {
    float: none;
    width: 46%;
    margin-right: 0;
  }
  .culture .culture-info {
    width: auto;
    font-size: 14px;
    line-height: 24px;
  }
  .partner {
    padding-left: 5.335%;
    padding-right: 5.335%;
  }
  .partner .fl {
    float: none;
    width: auto;
    padding-top: 0;
  }
  .partner .fl p {
    line-height: 24px;
    font-size: 14px;
  }
  .partner .fr {
    float: none;
    width: auto;
  }
  .partner .fr ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 5%;
  }
  .partner .fr ul li {
    float: none;
    width: 46%;
    margin-right: 0;
    margin-bottom: 14px;
  }
  .download li {
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
  .download .fl {
    padding-left: 10px;
  }
  .download .fl p {
    font-size: 14px;
  }
  .download .fr {
    padding-right: 10px;
  }
  .download .fr a {
    width: 70px;
    height: 27px;
    line-height: 29px;
    font-size: 13px;
  }
  .news_list li {
    padding: 10px 0 !important;
  }
  .news_list .fl {
    width: 38%;
    border: 1px solid #eee;
  }
}



.VR{
    margin: 75px 0;
    height: 600px;
}
.vr_dd1{
    height: 600px;
}
.i-about{
  height: 600px;   
}
@media screen and (max-width: 750px){
.VR{
    margin: 50px 0;
    height: 300px;
}
.vr_dd1{
    height: 300px;
 }
 .i-about{
  height: 100%;   
}
}



.Tk{
    width:35%;
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}




























