@charset "UTF-8";
@font-face {
  font-family: 'ziti';
  src: url("../Image/ziti.otf");
}
@font-face {
  font-family: 'font2';  src: url("../Image/BEBAS.ttf");
}
@font-face {
  font-family: 'font3';  src: url("../Image/GOTHICB.ttf");
}
@font-face {
  font-family: 'font4';  src: url("../Image/W5.ttf");
}
main {
  max-width: 1200px;
  margin: 0 auto;
  display: block;
  *zoom: 1; }
  main:before, main:after {
    content: " ";
    display: table; }
  main:after {
    clear: both; }
  
html {
  background: #fff;
  overflow-x: hidden;
  width: 100%; }

a{
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
}

*{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body{
  overflow: hidden;
  background: #fff;
}
/*样式重置*/
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace,monospace;
  font-size: 1em; }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b, strong {
  font-weight: bolder; }

code, kbd, samp {
  font-family: monospace,monospace;
  font-size: 1em; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

img {
  border-style: none; }

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button, input {
  overflow: visible; }

button, select {
  text-transform: none; }

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button; }

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0; }

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: .35em .75em .625em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0; }

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto; }

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, audio, canvas, details, figcaption, figure, footer, header, hgroup, mark, menu, meter, nav, output, progress, section, summary, time, video {
  margin: 0;
  padding: 0; }

fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, em, th, var, optgroup {
  font-style: normal;
  font-weight: normal; }

ins {
  text-decoration: none; }

li {
  list-style: none; }

table {
  font-size: inherit;
  font: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0;
  font-variant: normal; }

legend {
  color: #000; }

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit; }

input, button, textarea, select {
  border: 0;
  padding: 0;
  margin: 0;
  *font-size: 100%;
  line-height: 1.2; }

a img, img {
  -ms-interpolation-mode: bicubic; }

sub, sup {
  vertical-align: baseline; }

article, aside, dialog, figure, footer, header, hgroup, nav, section, blockquote {
  display: block; }

pre {
  white-space: pre-wrap; }

textarea {
  resize: none;
  overflow: auto; }

input[type=text]:focus, input[type=password]:focus, textarea:focus {
  outline: 0; }

button, input {
  outline: 0; }

input[type=password]::-ms-reveal {
  display: none; }

input::-ms-clear {
  display: none; }

input:-ms-input-placeholder {
  color: #999; }

/*样式重置*/
/*a:active {
  color: #292b2c; }

a:visited {
  color: #292b2c; }*/

.wrapper {
  display: block;
  margin: 0 auto;
  width: 1400px;
}

/*动画区域*/
@-webkit-keyframes imgScale {
  from {
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1); }
  to {
    transform: scale(1.05);
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05); } }
@keyframes imgScale {
  from {
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1); }
  to {
    transform: scale(1.05);
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05); } }
@-webkit-keyframes tadass {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes tadass {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }


.clear:after {
  display: block;
  content: '';
  clear: both;
}

.left{
  float: left;
}
.right{
  float: right;
}

/*头部*/
.head-top{
  width: 100%;
  height: 45px;
  line-height: 45px;
  background: #efa50e;
  position: relative;
}
.head-top p{
  color: #fff;
  font-size: 18px;
  background: url(../Image/ht-tel.png) no-repeat center left;
  text-indent: 30px;
}

.ht-right .ht1{
  background: url(../Image/ht1.png) no-repeat center left;
  font-size: 16px;
  text-indent: 30px;
  float: left;
}
.ht-right .ht1 a{
  color: #fff;
}
.lang {
  float: left;
  display: block; 
  margin-left: 10px;
}
.lang small{
  color: #fff;
  font-size: 16px;
  background: url(../Image/lang.png) no-repeat center left;
  text-indent: 30px;
  display: block;
}
.lang .language { 
  display:none; 
  background:#FFF; 
  width:109px;  
  z-index:2; 
  height:68px;
  white-space:nowrap; 
  position: absolute;
  top:45px; 
  z-index: 9999;
  border: 1px solid #efa50e;
}
.lang .language li a {
  color:#000; 
  text-indent:1em; 
  display:block; 
  width:100%; 
  display: block;
}
.lang .language li{ 
  width:109px; 
  float:left; 
  margin-left:0px; 
  text-align:left; 
  line-height: 35px; 
  border-bottom: 1px solid #efa50e;
}
.lang .language li:last-child{
  border-bottom: none;
}
.lang .language li a:hover { 
  background:#efa50e; 
  color:#FFF; 
}
.sea{
  width: 125px;
  height: 25px;
  border: 1px solid #fff;
  border-radius: 30px;
  float: right;
  margin-top: 10px;
  margin-left: 10px;
  position: relative;
}
.sea form{
  width: 100%;
  height: 100%;
  border-radius: 30px;
}
.sea input{
  width: 100%;
  border-radius: 30px;
  background: none;
  height: 100%;
  position: absolute;
  top: 0;
  text-indent: 30px;
}
.sea .sousou{
  background: url(../Image/sea.png) no-repeat center center;
  float: left;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  margin-left: 8px;
}
/*自适应手机端头部*/
.mobile_header {
  display: none;
  height: 50px;
  position: fixed;
  top: 0;
  z-index: 555; 
}
.mobile_header .mobile_to_index {
  height: 50px;
  position: fixed;
  top: 0;
  right: 2%;
  z-index: 889;
  max-width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; 
}
.mobile_header .mobile_to_index a {
  line-height: 40px;
  font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
  font-size: 16px;
  color: #333; 
}
.mobile_header .mobile_to_index a img {
  width: 67%;
  float: right;
  margin-top: 3px;
}
.mobile_header .mobile_nav_sea {
  width: 100%;
  height: 50px;
  text-align: center;
  line-height: 50px; 
}
.mobile_header .mobile_nav_sea i {
  font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
  font-size: 24px;
  color: #b7b7b7; 
}
.mobile_header .mobile_nav_sea:hover i {
  color: #292b2c; 
}
.mobile_header .mobile_nav {
  border-bottom: 1px solid #ccc;
  height: 50px;
  background: #fff;
  background-size: cover;
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 888;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  /* Firefox 4 */
  -webkit-transition-timing-function: ease;
  /* Safari 和 Chrome */
  -o-transition-timing-function: ease;
  /* Opera */ 
}
.mobile_header .mobile_nav i {
  font-size: 20px;
  line-height: 50px;
  padding-left: 20px;
  color: #333;
  opacity: 0.8; 
}
.mobile_header .mobile_nav .mobile_add {
  height: 50px;
  position: absolute;
  left: 70px;
  z-index: 10;
  top: 0; 
}
.mobile_header .mobile_nav .mobile_add i {
  font-size: 18px;
  color: #333;
  padding-left: 0;
  line-height: 30px !important; 
}
.mobile_header .mobile_nav .mobile_add .mobile_i {
  float: left;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  margin-top: 11px;
  margin-right: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari*/ 
}
.mobile_header #mobileStyle {
  background: #F1F1F1; 
}
.mobile_header #mobileStyle .main_a {
  color: #3d3d3d; 
}
.mobile_header #mobileStyle .main_a:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 0;
  width: 3px;
  height: 10px;
  background: #292b2c; 
}
.mobile_header .mobile_nav_on {
  transform: translateX(0px);
  -ms-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -o-transform: translateX(0px); 
}
.mobile_header .mobile_nav_main_on {
  transform: translateX(-160px);
  -ms-transform: translateX(-160px);
  -moz-transform: translateX(-160px);
  -webkit-transform: translateX(-160px);
  -o-transform: translateX(-160px);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3); 
}
.mobile_header .mobile_nav_main {
  width: 160px;
  background: #FAFAFA;
  height: 100%;
  position: fixed;
  left: auto !important;
  right: -160px;
  top: 0;
  z-index: 99999;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  /* Firefox 4 */
  -webkit-transition-timing-function: ease;
  /* Safari 和 Chrome */
  -o-transition-timing-function: ease;
  /* Opera */ 
}
.mobile_header .mobile_nav_main p {
  height: 60px; 
}
.mobile_header .mobile_nav_main li {
  height: auto;
  width: 100%;
  border-top: 1px solid #EBEBEB; 
}
.mobile_header .mobile_nav_main li:last-child {
  border-bottom: 1px solid #EBEBEB; 
}
.mobile_header .mobile_nav_main li .li_son {
  width: 100%;
  background: #FAFAFA; 
}
.mobile_header .mobile_nav_main li .li_son a {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 13px;
  position: relative;
  color: #999; 
}
.mobile_header .mobile_nav_main li .li_son a:after {
  content: '';
  position: absolute;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 20px;
  height: 1px;
  left: 0;
  background: #292b2c;
}
.mobile_header .mobile_nav_main li .li_son a span {
  display: inline-block;
  width: 116px;
  float: right;
  padding-top: 10px;
  padding-bottom: 10px; 
}
.mobile_header .mobile_nav_main li .main_a {
  width: 100%;
  height: 100%;
  display: block;
  color: #333;
  line-height: 60px;
  font-size: 13px;
  position: relative; 
}
.mobile_header .mobile_nav_main li .main_a .layui-icon {
  margin-top: 20px;
  margin-right: 20px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  float: right;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  /* Firefox 4 */
  -webkit-transition-timing-function: ease;
  /* Safari 和 Chrome */
  -o-transition-timing-function: ease;
  /* Opera */ 
}
.mobile_header .mobile_nav_main li .main_a .layui-icon_on {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg); 
}
.mobile_header .mobile_nav_main li .main_a span {
  padding-left: 25px; 
}
/*导航*/
.nav{
  position: fixed;
  width:100%;
  left:0;
  top:45px;
  z-index: 1000;
  transition: all 300ms ease-in-out;
  -webkit-transform: all 1000ms ease-in-out;
  background: #ebebeb;
  height: 87px;
}
.nav-logo{
  width: 20%;
  float: left;
  padding-top: 10px;
}
.nav-daohang{
  width: 70%;
  float: right;
}
.nav-daohang ul li{
  float: left;
  width: 16.6%;
  text-align: center;
  line-height: 87px;
}
.nav-daohang ul li a{
  color: #212121;
  font-size: 16px;
  font-weight: normal;
}

/*banner图*/

.banner .swiper-slide1 .slide-inner .banner-inner{
  width:100%;
  position: absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  margin:auto;
  z-index: 3;
}
.banner .swiper-slide1 .slide-inner .banner-inner .text{
    position: absolute;
    width:100%;
    top:50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
    left:0;
    text-align:center;
    color:#fff;
}

.banner .swiper-slide1 .slide-inner .banner-inner .fir{
  font-size: 36px;
  font-family: font4;
  transform:translateY(100px);
  transition:all 0.5s;
  transition-delay: 0.1s;
  opacity: 0;
}

.banner .swiper-slide1 .slide-inner .banner-inner .sec{
    font-size: 118px;
    text-transform: uppercase;
  transform:translateY(100px);
  transition:all 0.5s;
  transition-delay: 0.2s;
  opacity: 0;
    font-family: font3;

}
.banner .swiper-slide1 .slide-inner .banner-inner .thr{

    font-size: 18px;
  transform:translateY(100px);
  transition:all 0.5s;
  transition-delay: 0.3s;
  opacity: 0;

}


.banner .swiper-slide1.text_move .slide-inner .text .fir{
  transform:translateY(0);
  opacity:1;
}
.banner .swiper-slide1.text_move .slide-inner .text .sec{
  transform:translateY(0);
  opacity:1;
}

.banner .swiper-slide1.text_move .slide-inner .text .thr{
  transform:translateY(0);
  opacity:1;
}

.banner .swiper-slide1 .slide-inner .moive{
  position: absolute;
  width:100%;
  height: 100%;
  z-index: 1;
  top:0;
  left:0;
  background: #000;
  /*background: url("../Image/bg_04.png") no-repeat center / cover;*/
}
.banner .swiper-slide1 .slide-inner .vidbg-box{
  position: absolute;
  width:100%;
  height: 100%;
  z-index: 1;
  top:0;
  left:0;
  background: #000;
}
.banner .swiper-slide1 .slide-inner .moive video {
  width: 100%;
  height: 100%;
  z-index: -999;
}

.banner .swiper-slide1 .slide-inner .bg-zhe{
  position: absolute;
  width:100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
  left:0;
  top:0;
  background:url("../Image/bg_04.png") no-repeat center / cover;
}

/*动画*/
@keyframes p_move{
  from{
    transform: translate(0,0);
    -webkit-transform: translate(0,0);
    opacity: 1;
  }
  to{
    transform: translate(0,20px);
    -webkit-transform: translate(0,20px);
    opacity:0.5;
  }
}
@-webkit-keyframes p_move{
  from{
    transform: translate(0,0);
    -webkit-transform: translate(0,0);
    opacity: 1;
  }
  to{
    transform: translate(0,20px);
    -webkit-transform: translate(0,20px);
    opacity: 0.5;
  }
}

.index_desbox {
  width:100%;
  background: #f9f9f9;
  padding:4% 0;
}
.index_desbox .desbox-list{
  width:20%;
  float: left;
  text-align:center;
}
.index_desbox .desbox-list img{
  max-width: 100%;
  margin:0 auto;
}
.index_desbox .desbox-list .fir{
  font-size:20px;
  color:#212121;
  font-weight: 700;
  margin: 8% 0 4% 0;
}
.index_desbox .desbox-list .sec{
  font-size:16px;
  color:#8b8b8b;
}
.index_desbox .desbox-list .sec img{
  display: block;
  max-width: 100%;
  margin:0 auto;
}



.titlebox{
  margin-bottom:2%;
}
.titlebox .title-left{
    float: left;
    width:30%;
}
.titlebox .title-left .fir {
    font-size:22px;
    color:#c30c14;
    font-family: font2;
}
.titlebox .title-left .sec {
    font-size:36px;
    color:#232323;
   letter-spacing: 1px;
}
.titlebox .title-right{
    font-size:16px;
    color:#979797;
    width:70%;
    float: right;
    text-align:right;
    margin-top: 3.5%;
}


/*产品中心*/
.index_product {
    padding:3% 0 3.5% 0;
}
.index_pro_show {
  width:100%;
  height: 645px;
}
.pro_show_left {
  float: left;
  width:85%;
  height: 100%;
}
.pro_show_left .swiper-container {
  width:100%;
  height: 100%;
}
.pro_show_left .swiper-container a{
  width:100%;
  height: 100%;
  position: relative;
  display: block;
}
.pro_show_left .swiper-container a .title{
  line-height: 65px;
  color: #fff;
  background: #c52028;
  font-size: 20px;
  padding: 0 1.5%;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30%;
}

.pro_show_left .swiper-container a .title i{
  display: block;
  float: right;
  line-height: 65px;
  font-size:20px;
  color:#fff;
  margin-left: 3%;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
}
.pro_show_left .swiper-container a:hover .title i{
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
.pro_show_left .swiper-container .imgbox{
  width:100%;
  height: 100%;
}
.pro_show_left .swiper-container .imgbox img{
  width:100%;
  height: 100%;
  object-fit: cover;
}
.pro_show_right {
  float: right;
  width:14.5%;
  height: 100%;
}
.pro_show_right .swiper-container {
  width:100%;
  height: 100%;
}
.pro_show_right .swiper-container .swiper-slide{
  -webkit-filter: brightness(40%);
  filter: brightness(40%);
}
.pro_show_right .swiper-container .swiper-slide.swiper-slide-thumb-active{
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
}
.pro_show_right .swiper-container .imgbox{
  width:100%;
  height: 100%;
}
.pro_show_right .swiper-container .imgbox img{
  width:100%;
  height: 100%;
  object-fit: cover;
}
.index_product .pro_abox {
  width:20%;
  margin:3% auto 0 auto;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
.index_product .pro_abox a {
  display: block;
  width:48%;
  line-height: 40px;
  font-size:16px;
  color:#1c1c1c;
  text-align:center;
  background: #e3e3e3;
}
.index_product .pro_abox a:hover{
  background: #c30c14;
  color:#fff;
}
.index_product .pro_abox a:nth-child(2){
  background: #c30c14;
  color:#fff;
}
/*公司简介*/
.index_company {
    padding-bottom:3%;
}
.index_company .company_box .c-left{
  float: left;
  width:48%;
}
.index_company .company_box .c-left img{
  width:100%;
  margin:0 auto;
}
.index_company .company_box .c-left .con{
  font-size:16px;
  color:#181818;
  line-height: 30px;
  text-align:justify;
  margin:4% 0;
}
.index_company .company_box .c-left a{
  display: block;
  font-size:16px;
  color:#fff;
  background: #c30c14;
  width:144px;
  line-height: 45px;
  text-align:center;
}
.index_company .company_box .c-left a:hover{
  background: #e3e3e3;
  color: #1c1c1c;
}
.index_company .company_box .c-right{
  float: right;
  width:43%;
}
.index_company .company_box .c-right img{
  max-width:100%;
  margin:0 auto;
  padding-bottom: 5%;
  border-bottom: 1px solid #c5c5c5;
}
.index_company .company_box .c-right .con{
  text-align:center;
  font-size:20px;
  color:#181818;
  margin-top: 5%;
}
.index_company .company_box .c-right .con p{
  margin-bottom: 3%;
}



/*新闻*/
.index_news{
    padding:4% 0;
  background: url("../Image/newsbg.jpg") no-repeat center / cover;
}
.index_news .titlebox .index_news_title{
  float: right;
  width:27%;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 3%;
}
.index_news .titlebox .index_news_title a{
  display: block;
  font-size:17px;
  color:#fff;
  position: relative;
  letter-spacing: 1px;
}
.index_news .titlebox .index_news_title a span{
  position: relative;
  z-index: 2;
}
.index_news .titlebox .index_news_title a i {
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 10px;
  width: 80%;
  background: #c30c14;
  z-index: 1;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  opacity: 0;
  visibility: hidden;
}
.index_news .titlebox .index_news_title a:hover i{
   opacity: 1;
   bottom:0;
   visibility: visible;
 }
.index_news .titlebox .index_news_title a.active{
  font-weight: 700;
}
.index_news .titlebox .index_news_title a.active i{
  opacity: 1;
  bottom:0;
  visibility: visible;
}
.index_news .newsbox{
  width:100%;
  height: 545px;
}
.index_news .newsbox .swiper-container{
  height: 100%;
}
.index_news .newsbox-inner{
  height: 100%;
 }
.index_news .newsbox-inner .n-left{
  float: left;
  width:65.2%;
  background: #fff;
  padding:1.2%;
  height: 100%;
}
.index_news .newsbox-inner .n-left .imgbox {
  width: 100%;
  height: 390px;
  overflow: hidden;
}
.index_news .newsbox-inner .n-left .imgbox img{
  width:100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
}
.index_news .newsbox-inner .n-left:hover .imgbox img{
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.index_news .newsbox-inner .n-left .text{
  padding-right: 10%;
  position: relative;
}
.index_news .newsbox-inner .n-left .text i{
  position: absolute;
  display: block;
  right:0;
  top:50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size:39px;
  color:#bdbdbd;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  
}
.index_news .newsbox-inner .n-left:hover .text i{
  color:#c30c14;
}
.index_news .newsbox-inner .n-left .title{
  font-size:28px;
  color:#232323;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 4%;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
}
.index_news .newsbox-inner .n-left:hover .title{
  color:#c30c14;
}
.index_news .newsbox-inner .n-left .des{
  font-size:14px;
  color:#a3a3a3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 2%;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
}
.index_news .newsbox-inner .n-left:hover .des{
  color:#c30c14;
}
.index_news .newsbox-inner .n-right{
  width:34%;
  float: right;
}
.index_news .newsbox-inner .n-right-list{
  width:100%;
  height: 267px;
}
.index_news .newsbox-inner .n-right-list .text{
  width:49%;
  height: 100%;
  background: #fff;
  padding: 4% 3%;
}
.index_news .newsbox-inner .n-right-list:nth-child(odd){
  margin-bottom: 2.5%;
}
.index_news .newsbox-inner .n-right-list:nth-child(odd) .text{
  float: left;
}
.index_news .newsbox-inner .n-right-list:nth-child(even) .text{
  float: right;
}
.index_news .newsbox-inner .n-right-list:nth-child(odd) .imgbox{
  float: right;
}
.index_news .newsbox-inner .n-right-list:nth-child(even) .imgbox{
  float: left;
}
.index_news .newsbox-inner .n-right-list .text .time{
  font-size:14px;
  color:#a3a3a3;
}
.index_news .newsbox-inner .n-right-list .text .title{
  font-size:20px;
  color:#232323;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 6% 0 8% 0;
}
.index_news .newsbox-inner .n-right-list .text .line{
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  width:40px;
  height: 2px;
  background: #cccccc;
  margin-bottom: 12%;
}
.index_news .newsbox-inner .n-right-list:hover .text .line {
  width:100%;
  background:#c30c14;
}
.index_news .newsbox-inner .n-right-list .text .bot{
  font-size:14px;
  color:#a3a3a3;
  margin-top: 32%;
  background:url("../Image/news-bg.png") no-repeat right center;
}
.index_news .newsbox-inner .n-right-list .imgbox{
  width:49%;
  height: 100%;
  overflow: hidden;
}
.index_news .newsbox-inner .n-right-list .imgbox img{
  width:100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
}
.index_news .newsbox-inner .n-right-list:hover .imgbox img{
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.index_news .news-button{
  width: 9%;
  margin: 5% auto 0 auto;
  position: relative;
}
.index_news .news-button div{
  width:40px;
  height: 40px;
  background: #fff;
  text-align:center;
  line-height: 40px;
  color:#242424;
  font-size:22px;
  outline: none;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
}
.index_news .news-button div:hover{
  background: #c30c14;
  color:#fff;
}


/*首页搜索*/
.soubox{
  padding:3% 0;
}
.soubox .title{
  font-size:28px;
  color:#232323;
  text-align:center;
}
.soubox .formbox{
  width:48%;
  margin:3% auto 2% auto;
}
.soubox .formbox input[type=text]{
  float: left;
  width:87%;
  line-height: 60px;
  background: #eeeeee;
  border:none;
  outline: none;
  text-indent: 20px;
}
.soubox .formbox button{
  float: left;
  width:13%;
  height: 60px;
  line-height: 60px;
  background: #c30c14 url("../Image/search.png") no-repeat center;
  border:none;
  outline: none;
  cursor: pointer;

}
.soubox .titlesec{
  font-size:16px;
  color:#a3a3a3;
  text-align:center;
}
.soubox .wrapper{
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 3%;
}
.lianxibox{
  padding-bottom:3%;
}
.lianxibox .wrapper{
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  text-align:center;
}
.lianxibox .lianxi-list img{
  display: block;
  max-width: 100%;
  margin:0 auto;
}
.lianxibox .lianxi-list .fir{
  font-size:24px;
  color:#aaa;
  letter-spacing: 1px;
  margin: 9% 0;
}
.lianxibox .lianxi-list .sec{
  font-size:18px;
  color:#2a2a2a;
}



/*底部*/
.footerbox{
  padding:2% 0;
  background: #202020;
  position: relative;
}
.footerbox .f-left-box{
  float: left;
  width:80%;
}
.footerbox .f-left-box img{
  max-width: 100%;
}
.dibuout{
  margin-top: 5%;
}

.footerbox .footer-bottom .f-bottom-left{
  float: left;
  width:22%;
}
.footerbox .footer-bottom .f-bottom-center{
  float: left;
  width: 33.33%;
  position: relative;
}
.footerbox .footer-bottom .f-bottom-center .form-left{
  width:49%;
  float: left;
}
.footerbox .footer-bottom .f-bottom-center .form-left input{
  width:100%;
  line-height: 35px;
  background: #fff;
  outline: none;
  border:none;
  text-indent: 20px;
  margin-bottom: 3%;
}
.footerbox .footer-bottom .f-bottom-center .form-right{
  width:49%;
  float: right;
}
.footerbox .footer-bottom .f-bottom-center .form-right textarea{
  display: block;
  background: #fff;
  outline: none;
  border:none;
  padding-left:20px;
  height: 35px;
  margin-bottom: 3%;
  width:100%;
  padding-top: 9px;
}
.footerbox .footer-bottom .f-bottom-center .form-right button{
  width:100%;
  line-height: 35px;
  background: #d2021b;
  outline: none;
  border:none;
  color:#fff;
  font-size:14px;
  text-align:center;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.footerbox .footer-bottom .f-bottom-center .form-right .inbox input {
  line-height: 35px;
  background: #fff;
  outline: none;
  border:none;
  text-indent: 20px;
  margin-bottom: 3%;
  width:48%;
  float: left;
}
.footerbox .footer-bottom .f-bottom-center .form-right .inbox img {
  height: 35px;
  width:48%;
  float: right;
  margin-bottom: 3%;

}
.footerbox .footer-bottom .f-bottom-center .form-right button:hover{
  background: #f7253e;
}

.footerbox .footer-bottom .f-bottom-left .text{
  color: #a2a2a2;
  font-size: 14px;
  margin-top: 3%;
}
.footerbox .footer-bottom .f-bottom-left .text a{
  color: #a2a2a2;
}
.footerbox .footer-bottom .f-bottom-left .text span{
  color: #2b2b2b;
  font-size: 16px;
  display: inline-block;
  margin-bottom: 1%;
}
.footerbox .titlebig{
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8%;
}
.footerbox .f-bottom-daohang{
  float: left;
  width:20%;
  margin: 0 5% 0 11%;
}
.footerbox .f-bottom-daohang .abox a{
  float: left;
  width:50%;
  color: #fff;
  font-size: 14px;
  margin-bottom: 4%;
}
.footerbox .footer-bottom .abox a:hover{
  padding-left: 1%;
}
.footerbox .f-bottom-lianxi{
  float: left;
  width:30%;
}
.footerbox .f-bottom-lianxi .titlebig{
  margin-bottom: 5%;
}
.footerbox .f-bottom-lianxi .lianxibox .fir{
  color: #fff;
  font-size: 14px;
  margin-bottom: 2.5%;
}



.footerbox .footer-bottom .f-bottom-right{
  float: right;
  width:13%;
  text-align:center;
  margin-top: 2%;
}
.footerbox .footer-bottom .f-bottom-right .fir{
  color:#fff;
  font-size:14px;

}
.footerbox .footer-bottom .f-bottom-right .sec{
  color:#fff;
  font-size:25px;
  font-family: font2;
}
.footerbox .footer-bottom .f-bottom-right .erbox{
  width:100%;
  color:#fff;
  text-align:center;
  font-size:14px;
}
.footerbox .footer-bottom .f-bottom-right .erbox img{
  max-width:100%;
  margin:22% auto 4% auto;
}
.footerbox .text{
  width:100%;
  margin-top: 3%;
}
.footerbox .text .t-left{
  float: left;
  font-size: 14px;
  color:rgba(255,255,255,0.5);
}
.footerbox .text .t-left a{
  color:rgba(255,255,255,0.5);
}
.footerbox .text .t-right{
  float: right;
  font-size: 14px;
  color:rgba(255,255,255,0.5);
}
.footerbox .text .t-right a{
  color:rgba(255,255,255,0.5);
}







.yb_top{
  position: absolute;
  right:0;
  z-index: 10;
  top: -30px;
  width: 76px;
}


/*类名*/
.needDot .swiper-pagination .swiper-pagination-bullet {
    width: 40px;
    height: 10px;
    position: relative;
    box-sizing: border-box;
    border-radius: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: rgba(24, 42, 105, 0.4);
    opacity: 1;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2);
    margin-right: 10px;
}
.needDot .swiper-pagination .swiper-pagination-bullet-active {
    background: #182a69;
  }


.needDotSmall .swiper-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari*/
  background: rgba(0, 0, 0, 0.4);
  opacity: 1;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  /* Firefox 4 */
  -webkit-transition-timing-function: ease;
  /* Safari 和 Chrome */
  -o-transition-timing-function: ease;
  /* Opera */ }
  .needDotSmall .swiper-pagination .swiper-pagination-bullet:hover:after {
    transform: scale(2);
    -ms-transform: scale(2);
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2); }
  .needDotSmall .swiper-pagination .swiper-pagination-bullet:after {
    content: '';
    width: 5px;
    height: 5px;
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    /* Firefox 4 */
    -webkit-transition-timing-function: ease;
    /* Safari 和 Chrome */
    -o-transition-timing-function: ease;
    /* Opera */ }
.needDotSmall .swiper-pagination .swiper-pagination-bullet-active {
  border: 1px solid #fff; }
  .needDotSmall .swiper-pagination .swiper-pagination-bullet-active:after {
    width: 0;
    height: 0;
    transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0); }

.main_page {
  position: relative;
  z-index: 20;
  background: #fff;
  width: 100%;
  height: auto; }

.needCover {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: 100%; }

.needContain {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: 100%; }

.needImgScale {
  animation: imgScale 5s ease-in-out infinite alternate;
  -webkit-animation: imgScale 5s ease-in-out infinite alternate; }

.needTada {
  animation: tadass 1s linear infinite;
  -webkit-animation: tadass 1s linear infinite; }

.needMarquee {
  white-space: nowrap; }

.needSwiperButton .swiper-button-prev:hover {
  transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  -moz-transform: translateX(-5px);
  -webkit-transform: translateX(-5px);
  -o-transform: translateX(-5px); }
.needSwiperButton .swiper-button-next:hover {
  transform: translateX(5px);
  -ms-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -webkit-transform: translateX(5px);
  -o-transform: translateX(5px); }
.needSwiperButton .swiper-button-disabled {
  pointer-events: auto !important; }
.needSwiperButton .swiper-button-white {
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  /* Firefox 4 */
  -webkit-transition-timing-function: ease;
  /* Safari 和 Chrome */
  -o-transition-timing-function: ease;
  /* Opera */
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  background-size: 15px 25px; }

.needScroll {
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.needScroll::-webkit-scrollbar {
  width: 8px;
  height: 8px; }

/*正常情况下滑块的样式*/
.needScroll::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1); }

/*鼠标悬浮在该类指向的控件上时滑块的样式*/
.needScroll:hover::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1); }

/*鼠标悬浮在滑块上时滑块的样式*/
.needScroll::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1); }

/*正常时候的主干部分*/
.needScroll::-webkit-scrollbar-track {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
  background-color: white; }

/*鼠标悬浮在滚动条上的主干部分*/
.needScroll::-webkit-scrollbar-track:hover {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
  background-color: rgba(0, 0, 0, 0.01); }

.needScrollSmall {
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.needScrollSmall::-webkit-scrollbar {
  width: 4px;
  height: 4px; }

/*正常情况下滑块的样式*/
.needScrollSmall::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1); }

/*鼠标悬浮在该类指向的控件上时滑块的样式*/
.needScrollSmall:hover::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1); }

/*鼠标悬浮在滑块上时滑块的样式*/
.needScrollSmall::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1); }

/*正常时候的主干部分*/
.needScrollSmall::-webkit-scrollbar-track {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
  background-color: white; }

/*鼠标悬浮在滚动条上的主干部分*/
.needScrollSmall::-webkit-scrollbar-track:hover {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
  background-color: rgba(0, 0, 0, 0.01); }

.layuiLayer {
  background: none !important; }
  .layuiLayer .layui-layer-title {
    height: 30px;
    line-height: 30px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    border-bottom: none; }
  .layuiLayer .layui-layer-setwin {
    top: 7px; }
    .layuiLayer .layui-layer-setwin .layui-layer-close1 {
      background-color: #fff;
      background-position: 2px -39px;
      border-radius: 3px; }

.float_nav {
  position: fixed;
  right: 0;
  bottom: 80px;
  width: 42px;
  height: auto;
  z-index: 999; }
  .float_nav a {
    display: block;
    width: 40px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
    line-height: 40px;
    background: #fff;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    /* Firefox 4 */
    -webkit-transition-timing-function: ease;
    /* Safari 和 Chrome */
    -o-transition-timing-function: ease;
    /* Opera */ }
    .float_nav a:last-child {
      opacity: 0; }
    .float_nav a:hover {
      background: #292b2c; }
      .float_nav a:hover i {
        color: #fff; }
    .float_nav a i {
      color: #999;
      font-size: 20px; }

.float_nav_on {
  transform: translateX(100px);
  -ms-transform: translateX(100px);
  -moz-transform: translateX(100px);
  -webkit-transform: translateX(100px);
  -o-transform: translateX(100px); }

.float_contact_on {
  right: 0 !important; }

.float_contact {
  width: 190px;
  height: auto;
  position: fixed;
  right: -190px;
  z-index: 1000;
  bottom: 80px;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  /* Firefox 4 */
  -webkit-transition-timing-function: ease;
  /* Safari 和 Chrome */
  -o-transition-timing-function: ease;
  /* Opera */
  box-shadow: 0 5px 9px rgba(4, 0, 0, 0.17);
  background: #fff; }
  .float_contact .p1 {
    line-height: 16px;
    padding: 20px;
    background: #292b2c;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px; }
    .float_contact .p1 i {
      display: block;
      float: right;
      font-size: 20px;
      transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transition: 0.5s;
      -moz-transition: 0.5s;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition-timing-function: ease;
      -moz-transition-timing-function: ease;
      /* Firefox 4 */
      -webkit-transition-timing-function: ease;
      /* Safari 和 Chrome */
      -o-transition-timing-function: ease;
      /* Opera */
      cursor: pointer; }
      .float_contact .p1 i:hover {
        transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        -o-transform: rotate(135deg); }
  .float_contact .p2 {
    padding: 12px 20px;
    height: 20px;
    line-height: 20px;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    /* Firefox 4 */
    -webkit-transition-timing-function: ease;
    /* Safari 和 Chrome */
    -o-transition-timing-function: ease;
    /* Opera */
    background: rgba(0, 0, 0, 0.05); }
    .float_contact .p2:hover {
      background: #333; }
      .float_contact .p2:hover a i {
        color: #fff; }
      .float_contact .p2:hover a div {
        color: #fff; }
    .float_contact .p2 a {
      width: 100%;
      height: 100%;
      display: block; }
    .float_contact .p2 i {
      display: block;
      float: left;
      font-size: 20px;
      transition: 0.3s;
      -moz-transition: 0.3s;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition-timing-function: ease;
      -moz-transition-timing-function: ease;
      /* Firefox 4 */
      -webkit-transition-timing-function: ease;
      /* Safari 和 Chrome */
      -o-transition-timing-function: ease;
      /* Opera */ }
    .float_contact .p2 div {
      height: 20px;
      line-height: 20px;
      float: left;
      font-family: thyFont3;
      margin-left: 10px;
      transition: 0.3s;
      -moz-transition: 0.3s;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition-timing-function: ease;
      -moz-transition-timing-function: ease;
      /* Firefox 4 */
      -webkit-transition-timing-function: ease;
      /* Safari 和 Chrome */
      -o-transition-timing-function: ease;
      /* Opera */ }
  .float_contact .p3 {
    color: #333;
    padding: 12px 20px; }
    .float_contact .p3 div {
      text-align: center;
      margin-top: 4px; }
      .float_contact .p3 div span {
        font-size: 14px;
        font-family: thyFont3; }

/*头部*/

.pc_header_on {
  background: #292b2c !important; }
  .pc_header_on .header_mid .header_nav {
    box-shadow: none !important; }

.inner_main {
  max-width: 1400px; }

.sea_span {
  width: 100%;
  font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
  font-size: 16px;
  color: #fff;
  text-align: center;
  padding-top: 10px; }
  .sea_span span {
    color: #4e5254;
    font-weight: bold; }

.pc_header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 99;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  /* Firefox 4 */
  -webkit-transition-timing-function: ease;
  /* Safari 和 Chrome */
  -o-transition-timing-function: ease;
  /* Opera */

}
  .pc_header .header_top {
    width: 100%;
    height: 150px;
    overflow: hidden; }
.pc_header .header_top.on{
  height: 0px;
}
    .pc_header .header_top .header_logo {
      float: left;
      height: 150px;
      line-height: 150px; }
    .pc_header .header_top .header_tel {
      height: 60px;
      float: right;
      padding-top: 40px; }
      .pc_header .header_top .header_tel .a1 {
        float: left;
        height: 60px;
        line-height: 60px; }
      .pc_header .header_top .header_tel .a2 {
        float: left;
        height: 60px;
        margin-left: 10px; }
        .pc_header .header_top .header_tel .a2 .b1 {
          height: 15px;
          font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
          font-size: 14px;
          color: #2f2f2f;
          line-height: 15px;
          padding-top: 7px; }
        .pc_header .header_top .header_tel .a2 .b2 {
          height: 30px;
          line-height: 30px;
          font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
          font-size: 32px;
          color: #2f2f2f;
          font-family: thyFont2;
          margin-top: 10px;
        }
  .pc_header .header_mid {
    height: 40px;
    width: 100%; }
    .pc_header .header_mid main {
      position: relative; }
    .pc_header .header_mid .header_nav {
      width: 100%;
      height: 74px;
      position: absolute;
      z-index: 555;
      top: 0px;
      left: 0;
      box-shadow: 0 0 8px 0 rgba(255, 255, 255, 0.3);
      transition: 0.3s;
      -moz-transition: 0.3s;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition-timing-function: ease;
      -moz-transition-timing-function: ease;
      /* Firefox 4 */
      -webkit-transition-timing-function: ease;
      /* Safari 和 Chrome */
      -o-transition-timing-function: ease;
      /* Opera */ }
      .pc_header .header_mid .header_nav li {
        width: 12.5%;
        float: left;
        transition: 0.5s;
        -moz-transition: 0.5s;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition-timing-function: ease;
        -moz-transition-timing-function: ease;
        /* Firefox 4 */
        -webkit-transition-timing-function: ease;
        /* Safari 和 Chrome */
        -o-transition-timing-function: ease;
        /* Opera */
        position: relative; }
        .pc_header .header_mid .header_nav li:after {
          content: '';
          width: 1px;
          height: 5px;
          background: #6a6b6c;
          position: absolute;
          top: 0;
          bottom: 0;
          margin: auto 0;
          right: 0; }
        .pc_header .header_mid .header_nav li:last-child:after {
          display: none; }
        .pc_header .header_mid .header_nav li a {
          width: 100%;
          height: 100%;
          display: block;
          line-height: 74px;
          text-align: center;
          font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
          font-size: 16px;
          color: #fff;
          font-weight: lighter;
          background: #292b2c;
          transition: 0.5s;
          -moz-transition: 0.5s;
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          transition-timing-function: ease;
          -moz-transition-timing-function: ease;
          /* Firefox 4 */
          -webkit-transition-timing-function: ease;
          /* Safari 和 Chrome */
          -o-transition-timing-function: ease;
          /* Opera */ }
          .pc_header .header_mid .header_nav li a:hover {
            background: #017de5; }



/*搜索栏*/
#thy-sea input {
  width: 80%;
  float: left;
  height: 40px;
  font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
  font-size: 14px;
  color: #333;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari*/
  padding-left: 10px; }
#thy-sea button {
  width: 20%;
  float: left;
  padding: 0;
  height: 40px;
  background: #292b2c;
  font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
  font-size: 14px;
  color: #fff; }

.search {
  height: 70px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  line-height: 70px;
  background: #292b2c; }
  .search div:first-child {
    width: 800px;
    float: left;
    font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
    font-size: 16px;
    color: #fff; }
    .search div:first-child a {
      font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
      font-size: 14px;
      color: #c8dafe; }
      .search div:first-child a:first-child {
        margin-left: 10px;
        margin-right: 25px; }
  .search div:last-child {
    width: 315px;
    height: 36px;
    float: right; }
    .search div:last-child form {
      width: 100%;
      height: 100%;
      margin-top: 17px; }
      .search div:last-child form input {
        width: 240px;
        height: 36px;
        background: #ebebeb;
        float: left;
        padding-left: 28px;
        box-sizing: border-box; }
      .search div:last-child form button {
        float: right;
        width: 75px;
        height: 36px;
        background: #292b2c;
        text-align: center;
        line-height: 36px;
        font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
        font-size: 14px;
        color: #fff;
        cursor: pointer;
        transition: 0.5s;
        -moz-transition: 0.5s;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition-timing-function: ease;
        -moz-transition-timing-function: ease;
        /* Firefox 4 */
        -webkit-transition-timing-function: ease;
        /* Safari 和 Chrome */
        -o-transition-timing-function: ease;
        /* Opera */ }
        .search div:last-child form button:hover {
          transform: translateY(-3px);
          -ms-transform: translateY(-3px);
          -moz-transform: translateY(-3px);
          -webkit-transform: translateY(-3px);
          -o-transform: translateY(-3px);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2); }

.all_title {
  width: 100%; }
  .all_title .t1 {
    width: 100%;
    font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
    font-size: 40px;
    color: #a29061;
    font-family: thyFont1, "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px; }
  .all_title .t2 {
    font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
    font-size: 30px;
    color: #2c2c2c;
    text-align: center; }

.s1 {
  width: 100%;
  height: 207px;
  background: url("../Image/s1_bac.png") no-repeat center;
  background-size: cover; }
  .s1 .left {
    float: left; }
    .s1 .left .a1 {
      font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
      font-size: 28px;
      color: #fff;
      line-height: 36px;
      font-weight: lighter;
      padding-top: 40px; }
    .s1 .left .a2 {
      font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
      font-size: 36px;
      color: #fff;
      font-family: thyFont3, "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
      font-weight: lighter;
      padding-top: 10px; }
  .s1 .right {
    width: 63%;
    float: right; }
    .s1 .right .top {
      width: 100%;
      height: 42px;
      *zoom: 1;
      padding-top: 50px; }
      .s1 .right .top:before, .s1 .right .top:after {
        content: " ";
        display: table; }
      .s1 .right .top:after {
        clear: both; }
      .s1 .right .top .layui-form-item {
        float: left;
        width: 32%;
        margin-right: 2%;
        height: 100%;
        clear: none; }
        .s1 .right .top .layui-form-item:last-child {
          margin-right: 0; }
        .s1 .right .top .layui-form-item input {
          height: 100%;
          background: none;
          width: 100%;
          border-color: #737475;
          font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
          font-size: 15px;
          color: #fff; }
        .s1 .right .top .layui-form-item input::-webkit-input-placeholder {
          font-size: 15px;
          color: #fff; }
        .s1 .right .top .layui-form-item input:-moz-placeholder {
          font-size: 15px;
          color: #fff; }
        .s1 .right .top .layui-form-item input::-moz-placeholder {
          font-size: 15px;
          color: #fff; }
        .s1 .right .top .layui-form-item input:-ms-input-placeholder {
          font-size: 15px;
          color: #fff; }
    .s1 .right .bottom {
      width: 100%;
      height: 42px;
      *zoom: 1;
      padding-top: 18px; }
      .s1 .right .bottom:before, .s1 .right .bottom:after {
        content: " ";
        display: table; }
      .s1 .right .bottom:after {
        clear: both; }
      .s1 .right .bottom .layui-form-item {
        float: left;
        width: 32%;
        margin-right: 2%;
        height: 100%;
        clear: none; }
        .s1 .right .bottom .layui-form-item button {
          width: 100%;
          height: 100%;
          text-align: center;
          background: #a29061; }
        .s1 .right .bottom .layui-form-item:last-child {
          margin-right: 0; }
        .s1 .right .bottom .layui-form-item input {
          height: 100%;
          background: none;
          width: 100%;
          border-color: #737475;
          font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
          font-size: 15px;
          color: #fff; }
        .s1 .right .bottom .layui-form-item input::-webkit-input-placeholder {
          font-size: 15px;
          color: #fff; }
        .s1 .right .bottom .layui-form-item input:-moz-placeholder {
          font-size: 15px;
          color: #fff; }
        .s1 .right .bottom .layui-form-item input::-moz-placeholder {
          font-size: 15px;
          color: #fff; }
        .s1 .right .bottom .layui-form-item input:-ms-input-placeholder {
          font-size: 15px;
          color: #fff; }

.s2 {
  width: 100%;
  height: auto;
  background: url("../Image/s2.png") no-repeat center;
  background-size: contain;
  padding-top: 80px;
  padding-bottom: 80px; }
  .s2 .bottom {
    position: relative; }
    .s2 .bottom .mid {
      width: 33.33%;
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
      height: 330px;
      background: #938257;
      bottom: 0;
      z-index: 55;
      line-height: 330px;
      text-align: center; }
      .s2 .bottom .mid img {
        max-width: 90%; }
  .s2 .swiper-container li {
    width: 100%;
    height: 330px; }
    .s2 .swiper-container li:hover a .pic img {
      transform: scale(1.1);
      -ms-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -webkit-transform: scale(1.1);
      -o-transform: scale(1.1); }
    .s2 .swiper-container li:hover a .mask {
      top: 0 !important;
      opacity: 1 !important; }
    .s2 .swiper-container li a {
      position: relative;
      width: 100%;
      height: 100%;
      display: block; }
      .s2 .swiper-container li a .pic {
        width: 100%;
        height: 100%;
        overflow: hidden; }
        .s2 .swiper-container li a .pic img {
          transition: 0.5s;
          -moz-transition: 0.5s;
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          transition-timing-function: ease;
          -moz-transition-timing-function: ease;
          /* Firefox 4 */
          -webkit-transition-timing-function: ease;
          /* Safari 和 Chrome */
          -o-transition-timing-function: ease;
          /* Opera */ }
      .s2 .swiper-container li a .mask {
        background: rgba(0, 0, 0, 0.7);
        width: 100%;
        height: 100%;
        position: absolute;
        top: -100%;
        left: 0;
        opacity: 0;
        transition: 0.5s;
        -moz-transition: 0.5s;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition-timing-function: ease;
        -moz-transition-timing-function: ease;
        /* Firefox 4 */
        -webkit-transition-timing-function: ease;
        /* Safari 和 Chrome */
        -o-transition-timing-function: ease;
        /* Opera */
        z-index: 20;
        display: table; }
        .s2 .swiper-container li a .mask .word {
          display: table-cell;
          vertical-align: middle;
          text-align: center;
          padding: 15px;
          font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
          font-size: 17px;
          color: #fff;
          line-height: 24px;
          border-left: 5px solid #63583a;
          border-right: 5px solid #63583a; }

.s3 {
  width: 100%;
  height: 786px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative; }
  .s3 .a3 {
    position: absolute;
    width: 100%;
    height: 300px;
    background: rgba(0, 0, 0, 0.7);
    bottom: 0;
    z-index: 5; }
    .s3 .a3 main {
      position: relative; }
    .s3 .a3 .b1 {
      width: 780px;
      float: right;
      height: 100%; }
      .s3 .a3 .b1 .c1 {
        font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
        font-size: 18px;
        color: #fff;
        font-weight: lighter;
        padding-top: 30px; }
      .s3 .a3 .b1 .c2 {
        font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
        font-size: 16px;
        color: #fff;
        line-height: 30px;
        font-weight: lighter;
        padding-top: 30px;
        letter-spacing: 1px; }
      .s3 .a3 .b1 .c3 {
        padding-top: 30px; }
        .s3 .a3 .b1 .c3 a {
          font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
          font-size: 14px;
          color: #fff;
          font-weight: lighter;
          font-weight: lighter;
          transition: 0.5s;
          -moz-transition: 0.5s;
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          transition-timing-function: ease;
          -moz-transition-timing-function: ease;
          /* Firefox 4 */
          -webkit-transition-timing-function: ease;
          /* Safari 和 Chrome */
          -o-transition-timing-function: ease;
          /* Opera */ }
          .s3 .a3 .b1 .c3 a:hover {
            color: #292b2c; }
    .s3 .a3 .b2 {
      position: absolute;
      z-index: 5;
      left: 0;
      width: 318px;
      height: 471px;
      top: -136px; }
      .s3 .a3 .b2 a {
        width: 100%;
        height: 100%;
        display: block; }
        .s3 .a3 .b2 a:hover .c2 .d3 {
          transform: translateX(10px);
          -ms-transform: translateX(10px);
          -moz-transform: translateX(10px);
          -webkit-transform: translateX(10px);
          -o-transform: translateX(10px); }
        .s3 .a3 .b2 a .c1 {
          width: 100%;
          height: 136px;
          background: #fff;
          line-height: 136px;
          font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
          font-size: 40px;
          color: #2e2e2e;
          box-sizing: border-box;
          -moz-box-sizing: border-box;
          /* Firefox */
          -webkit-box-sizing: border-box;
          /* Safari*/
          padding-left: 35px; }
        .s3 .a3 .b2 a .c2 {
          height: 335px;
          width: 100%;
          background: #a29061;
          position: relative; }
          .s3 .a3 .b2 a .c2 .d0 {
            position: absolute;
            left: 35px;
            top: 0;
            z-index: 4; }
          .s3 .a3 .b2 a .c2 .d1 {
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            /* Firefox */
            -webkit-box-sizing: border-box;
            /* Safari*/
            padding-left: 35px;
            font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
            font-size: 24px;
            color: #fff;
            padding-top: 68px;
            font-weight: lighter;
            letter-spacing: 1px;
            line-height: 39px; }
          .s3 .a3 .b2 a .c2 .d2 {
            width: 100%;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            /* Firefox */
            -webkit-box-sizing: border-box;
            /* Safari*/
            padding-left: 35px;
            font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
            font-size: 16px;
            color: rgba(255, 255, 255, 0.6);
            font-family: thyFont3;
            padding-top: 10px; }
          .s3 .a3 .b2 a .c2 .d3 {
            width: 100%;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            /* Firefox */
            -webkit-box-sizing: border-box;
            /* Safari*/
            padding-left: 45px;
            padding-top: 40px;
            transition: 0.5s;
            -moz-transition: 0.5s;
            -webkit-transition: 0.5s;
            -o-transition: 0.5s;
            transition-timing-function: ease;
            -moz-transition-timing-function: ease;
            /* Firefox 4 */
            -webkit-transition-timing-function: ease;
            /* Safari 和 Chrome */
            -o-transition-timing-function: ease;
            /* Opera */ }

.s4 {
  padding-top: 70px;
  padding-bottom: 70px;
  width: 100%; }
  .s4 .s4_main {
    padding-top: 40px; }
    .s4 .s4_main .left {
      float: left; }
      .s4 .s4_main .left li {
        text-align: right; }
    .s4 .s4_main .right {
      float: right; }
      .s4 .s4_main .right li {
        text-align: left; }
    .s4 .s4_main .controller_on {
      border: 1px solid #a29061 !important;
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.3); }
      .s4 .s4_main .controller_on .a1 {
        transform: translateY(-6px);
        -ms-transform: translateY(-6px);
        -moz-transform: translateY(-6px);
        -webkit-transform: translateY(-6px);
        -o-transform: translateY(-6px); }
      .s4 .s4_main .controller_on .a2 {
        transform: translateY(-6px);
        -ms-transform: translateY(-6px);
        -moz-transform: translateY(-6px);
        -webkit-transform: translateY(-6px);
        -o-transform: translateY(-6px);
        color: #a29061 !important; }
      .s4 .s4_main .controller_on .a3 {
        transform: translateY(-6px);
        -ms-transform: translateY(-6px);
        -moz-transform: translateY(-6px);
        -webkit-transform: translateY(-6px);
        -o-transform: translateY(-6px);
        color: #a29061 !important; }
    .s4 .s4_main .controller {
      width: 24%; }
      .s4 .s4_main .controller li {
        width: 100%;
        height: 160px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        /* Firefox */
        -webkit-box-sizing: border-box;
        /* Safari*/
        border: 1px solid #c9c9c9;
        margin-bottom: 20px;
        padding-right: 40px;
        padding-left: 40px;
        transition: 0.5s;
        -moz-transition: 0.5s;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition-timing-function: ease;
        -moz-transition-timing-function: ease;
        /* Firefox 4 */
        -webkit-transition-timing-function: ease;
        /* Safari 和 Chrome */
        -o-transition-timing-function: ease;
        /* Opera */ }
        .s4 .s4_main .controller li .a1 {
          width: 100%;
          height: 60px;
          line-height: 60px;
          padding-top: 18px;
          transition: 0.5s;
          -moz-transition: 0.5s;
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          transition-timing-function: ease;
          -moz-transition-timing-function: ease;
          /* Firefox 4 */
          -webkit-transition-timing-function: ease;
          /* Safari 和 Chrome */
          -o-transition-timing-function: ease;
          /* Opera */ }
          .s4 .s4_main .controller li .a1 img {
            max-height: 95%; }
        .s4 .s4_main .controller li .a2 {
          width: 100%;
          font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
          font-size: 20px;
          color: #232323;
          font-weight: bold;
          padding-top: 10px;
          transition: 0.5s;
          -moz-transition: 0.5s;
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          transition-timing-function: ease;
          -moz-transition-timing-function: ease;
          /* Firefox 4 */
          -webkit-transition-timing-function: ease;
          /* Safari 和 Chrome */
          -o-transition-timing-function: ease;
          /* Opera */
          transition-delay: 0.1s; }
        .s4 .s4_main .controller li .a3 {
          width: 100%;
          font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
          font-size: 15px;
          color: #666666;
          text-transform: capitalize;
          font-family: thyFont3;
          padding-top: 5px;
          transition: 0.5s;
          -moz-transition: 0.5s;
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          transition-timing-function: ease;
          -moz-transition-timing-function: ease;
          /* Firefox 4 */
          -webkit-transition-timing-function: ease;
          /* Safari 和 Chrome */
          -o-transition-timing-function: ease;
          /* Opera */
          transition-delay: 0.2s; }
    .s4 .s4_main .s4_swiper {
      float: left;
      width: 43%;
      margin-left: 4.5%;
      height: 520px; }
      .s4 .s4_main .s4_swiper .swiper-slide {
        width: 100%;
        height: 520px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        /* Firefox */
        -webkit-box-sizing: border-box;
        /* Safari*/
        padding: 10px;
        position: relative;
        overflow: hidden; }
        .s4 .s4_main .s4_swiper .swiper-slide .pic {
          width: 100%;
          height: 100%;
          background-size: cover;
          background-position: center; }
        .s4 .s4_main .s4_swiper .swiper-slide .mask {
          width: 100%;
          height: 100%;
          position: absolute;
          z-index: 2;
          top: 0;
          left: 0;
          background: rgba(0, 0, 0, 0.7); }
        .s4 .s4_main .s4_swiper .swiper-slide .word {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          z-index: 15; }
          .s4 .s4_main .s4_swiper .swiper-slide .word .a1 {
            width: 100%;
            text-align: center;
            line-height: 60px;
            height: 60px;
            padding-top: 100px; }
            .s4 .s4_main .s4_swiper .swiper-slide .word .a1 img {
              max-height: 95%; }
          .s4 .s4_main .s4_swiper .swiper-slide .word .a2 {
            width: 100%;
            text-align: center;
            font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
            font-size: 22px;
            color: #fff;
            font-weight: bold;
            padding-top: 20px; }
          .s4 .s4_main .s4_swiper .swiper-slide .word .a3 {
            width: 60%;
            margin-left: 20%;
            font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
            font-size: 14px;
            color: rgba(255, 255, 255, 0.4);
            line-height: 26px;
            text-align: center;
            padding-top: 15px; }
          .s4 .s4_main .s4_swiper .swiper-slide .word .a4 {
            width: 100%;
            height: 45px;
            padding-top: 55px; }
            .s4 .s4_main .s4_swiper .swiper-slide .word .a4 a {
              display: block;
              width: 145px;
              height: 45px;
              background: #a29061;
              margin: 0 auto;
              text-align: center;
              font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
              font-size: 14px;
              color: #fff;
              text-transform: uppercase;
              font-family: thyFont3;
              line-height: 45px;
              border-radius: 5px;
              transition: 0.5s;
              -moz-transition: 0.5s;
              -webkit-transition: 0.5s;
              -o-transition: 0.5s;
              transition-timing-function: ease;
              -moz-transition-timing-function: ease;
              /* Firefox 4 */
              -webkit-transition-timing-function: ease;
              /* Safari 和 Chrome */
              -o-transition-timing-function: ease;
              /* Opera */ }
              .s4 .s4_main .s4_swiper .swiper-slide .word .a4 a:hover {
                background: #736644; }

.s5 .s5_main {
  width: 100%;
  margin-top: 60px;
  *zoom: 1; }
  .s5 .s5_main:before, .s5 .s5_main:after {
    content: " ";
    display: table; }
  .s5 .s5_main:after {
    clear: both; }
  .s5 .s5_main li {
    width: 20%;
    float: left;
    position: relative;
    height: 220px; }
    .s5 .s5_main li:hover .a1 {
      color: #a29061; }
    .s5 .s5_main li:hover .a2 {
      background: #a29061; }
    .s5 .s5_main li:hover .a3 {
      top: 120px;
      opacity: 1; }
    .s5 .s5_main li .a1 {
      width: 100%;
      text-align: center;
      font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
      font-size: 20px;
      color: #252525;
      font-weight: bold;
      transition: 0.5s;
      -moz-transition: 0.5s;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition-timing-function: ease;
      -moz-transition-timing-function: ease;
      /* Firefox 4 */
      -webkit-transition-timing-function: ease;
      /* Safari 和 Chrome */
      -o-transition-timing-function: ease;
      /* Opera */ }
    .s5 .s5_main li .a2 {
      width: 52px;
      height: 52px;
      border-radius: 50%;
      background: #d4d5d9;
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
      top: 45px;
      text-align: center;
      line-height: 52px;
      transition: 0.5s;
      -moz-transition: 0.5s;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition-timing-function: ease;
      -moz-transition-timing-function: ease;
      /* Firefox 4 */
      -webkit-transition-timing-function: ease;
      /* Safari 和 Chrome */
      -o-transition-timing-function: ease;
      /* Opera */
      transition-delay: 0.05s; }
    .s5 .s5_main li .a3 {
      font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
      font-size: 14px;
      color: #242424;
      line-height: 22px;
      width: 90%;
      position: absolute;
      left: 5%;
      top: 160px;
      transition: 0.5s;
      -moz-transition: 0.5s;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition-timing-function: ease;
      -moz-transition-timing-function: ease;
      /* Firefox 4 */
      -webkit-transition-timing-function: ease;
      /* Safari 和 Chrome */
      -o-transition-timing-function: ease;
      /* Opera */
      transition-delay: 0.1s;
      opacity: 0; }

.inner_pro_cat {
  width: 100%;
  height: auto;
  text-align: right; }
  .inner_pro_cat a {
    display: inline-block;
    padding: 8px 16px;
    border: 1px solid #888;
    font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
    font-size: 14px;
    color: #333;
    margin-left: 10px;
    margin-right: 10px;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    /* Firefox 4 */
    -webkit-transition-timing-function: ease;
    /* Safari 和 Chrome */
    -o-transition-timing-function: ease;
    /* Opera */ }
    .inner_pro_cat a:hover {
      background: #292b2c;
      color: #fff; }

#thyNavStyle2 a {
  color: #fff; }

.footer_all_title .a1 {
  font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
  font-size: 30px;
  color: #fff;
  font-weight: bold; }
.footer_all_title .a2 {
  margin-top: 30px;
  width: 50px;
  height: 1px;
  background: #626262; }

footer {
  height: auto;
  background: #232323;
  position: relative;
  z-index: 20;
  width: 100%; }
  footer .footer_nav {
    width: 100%;
    height: 86px;
    *zoom: 1; }
    footer .footer_nav:before, footer .footer_nav:after {
      content: " ";
      display: table; }
    footer .footer_nav:after {
      clear: both; }
    footer .footer_nav li {
      width: 12.5%;
      float: left;
      height: 100%; }
      footer .footer_nav li a {
        line-height: 86px;
        text-align: center;
        font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
        font-size: 16px;
        color: #525252;
        transition: 0.5s;
        -moz-transition: 0.5s;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition-timing-function: ease;
        -moz-transition-timing-function: ease;
        /* Firefox 4 */
        -webkit-transition-timing-function: ease;
        /* Safari 和 Chrome */
        -o-transition-timing-function: ease;
        /* Opera */ }
        footer .footer_nav li a:hover {
          color: #fff; }
  footer .footer_mid {
    margin-top: 30px;
    *zoom: 1; }
    footer .footer_mid main {
      padding-bottom: 45px;
      *zoom: 1;
      border-bottom: 1px solid #313131; }
      footer .footer_mid main:before, footer .footer_mid main:after {
        content: " ";
        display: table; }
      footer .footer_mid main:after {
        clear: both; }
    footer .footer_mid:before, footer .footer_mid:after {
      content: " ";
      display: table; }
    footer .footer_mid:after {
      clear: both; }
    footer .footer_mid li {
      float: left; }
    footer .footer_mid .li1 {
      width: 340px;
      height: 260px;
      border-right: 1px dashed #313131; }
      footer .footer_mid .li1 .b1 {
        margin-top: 30px; }
        footer .footer_mid .li1 .b1 img {
          width: 110px; }
      footer .footer_mid .li1 .b2 {
        width: 110px;
        text-align: center;
        font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
        font-size: 14px;
        color: #fff;
        letter-spacing: 2px;
        margin-top: 5px; }
    footer .footer_mid .li2 {
      padding-left: 120px;
      padding-right: 95px;
      border-right: 1px dashed #313131; }
      footer .footer_mid .li2 .b1 {
        font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
        font-size: 18px;
        color: #fff;
        margin-top: 30px; }
      footer .footer_mid .li2 .b2 {
        height: 24px;
        font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
        font-size: 14px;
        color: #626262;
        line-height: 24px;
        margin-top: 20px; }
        footer .footer_mid .li2 .b2 img {
          margin-right: 5px; }
    footer .footer_mid .li3 {
      float: right; }
      footer .footer_mid .li3 .header_right {
        height: 60px;
        line-height: 60px;
        margin-top: 30px; }
        footer .footer_mid .li3 .header_right img {
          margin-right: 8px; }
        footer .footer_mid .li3 .header_right .w1 {
          float: right; }
          footer .footer_mid .li3 .header_right .w1 .a1 {
            font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
            font-size: 16px;
            color: #fff;
            line-height: 26px; }
          footer .footer_mid .li3 .header_right .w1 .a2 {
            font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
            font-size: 32px;
            color: #fff;
            font-family: Bebasss;
            line-height: 26px;
            padding-top: 5px; }
      footer .footer_mid .li3 .c1 {
        width: 140px;
        background: #a29061;
        height: 46px;
        text-align: center;
        line-height: 46px;
        margin-top: 30px; }
        footer .footer_mid .li3 .c1:hover {
          background: #83744d; }
        footer .footer_mid .li3 .c1 a {
          font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
          font-size: 16px;
          color: #fff; }
  footer .footer-b {
    height: 55px;
    line-height: 55px;
    font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
    font-size: 14px;
    color: #787878; }
    footer .footer-b li a {
      font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
      font-size: 14px;
      color: #787878; }

.location {
  font-size: 14px;
  color: #fff;
  line-height: 40px;
  text-align: right;
  font-weight: lighter;
  height: 40px;
  padding-top: 230px;
  background: #292b2c;
  width: 100%; }
  .location span {
    color: #fff !important;
    font-size: 14px !important;
    padding: 0 2px 0 2px; }
  .location a {
    color: #fff; }
  .location a:last-child {
    color: #dbd4c1; }
  .location a:hover {
    color: #dbd4c1; }

.small_banner {
  width: 100%;
  height:676px;
  background-position: center;
  background-size: cover;
  position: relative; }
  .small_banner .inner_title {
    position: absolute;
    z-index: 5;
    left:50%;
    top:50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
    .small_banner .inner_title .t1 {
      color: #333333;
      font-size: 70px;
      text-align:left;
      position: relative;
      font-weight: bold;
      margin-bottom:1%;
      font-family: ziti;
    }

.small_banner .inner_title .t2 {
      color: #9ab5c1;
      font-size: 40px;
      text-align:left;
      font-family: ziti;
    }
.small_banner .inner_title a{
  display: block;
  width: 239px;
  height: 45px;
  line-height: 45px;
  color: #fff;
  text-align: center;
  background: #1c57a2;
  font-size: 20px;
  margin-top: 1%;
  border-radius: 30px;
}
.small_banner .menu-inner{
  width:100%;
  position: absolute;
  left:0;
  bottom:0;
  background: rgba(0,0,0,0.8);
  z-index: 22;
}
.small_banner .menu-inner .wrapper{
  position: relative;
}
.small_banner .menu-inner a{
  display: block;
  float: left;
  line-height: 70px;
  margin:0 2%;
  position: relative;
  font-size: 16px;
  color: #ffffff;
}
.small_banner.pro .menu-inner a{
  margin-right: 2%;
}
.small_banner .menu-inner a:hover{
  color:#ff691b;
}
.small_banner .menu-inner a.active{
  color:#ff691b;
  font-weight: 700;
}
.small_banner .menu-inner a:after{
  display: block;
  content:"";
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #ff691b;
  left:-18%;
  top:50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.small_banner .menu-inner .menu-biao{
  position: absolute;
  width: 123px;
  height: 123px;
  background-color: #ff691b;
  color:#fff;
  font-size: 17px;
  font-weight: 700;
  right:0;
  top:-18%;
  padding: 37px;
  text-align:center;
  z-index: 21;
}

.small_banner .small_banner_product{
  position: absolute;
  z-index: 4;
  width:100%;
  height: 80%;
  right:0;
  bottom:0;
}
.small_banner .small_banner_product .imgbox{
  width:100%;
  height: 100%;
  position: relative;
  display: none;
}
.small_banner .small_banner_product .imgbox.active{
  display: block;
}
.small_banner .small_banner_product .imgbox img{
  position: absolute;
  max-width: 100%;
  max-height: 76%;
  right: 7%;
  top:50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.news {
  padding-bottom: 50px; }
  .news .to_slide_on {
    background: #292b2c !important;
    color: #fff !important; }
  .news .bottom {
    width: 100%;
    margin-top: 3%;
  }
    .news .bottom .swiper-slide {
      width: 100%;
      height: 100%;
     /* display: flex;
      justify-content: space-between;
      flex-wrap: wrap;*/
    }
      .news .bottom .swiper-slide .news_li {
        width: 33.33%;
        overflow: hidden;
        margin-bottom: 3%;
        float: left;
        /*margin-right: 0.5%;*/
      }
/*.news .bottom .swiper-slide .news_li:nth-child(3){
  margin-right: 0;
}*/
        .news .bottom .swiper-slide .news_li:hover a .news_mask {
          opacity: 1;
          top: 0; }
        .news .bottom .swiper-slide .news_li:hover a .news_bac {
          opacity: 1; }
        .news .bottom .swiper-slide .news_li:hover a .news_main .w1 .time1 {
          color: #fff; }
        .news .bottom .swiper-slide .news_li:hover a .news_main .w1 .time2 {
          color: #fff; }
        .news .bottom .swiper-slide .news_li:hover a .news_main .w2 {
          color: #fff; }
        .news .bottom .swiper-slide .news_li:hover a .news_main .w3 {
          color: #ccc; }
        .news .bottom .swiper-slide .news_li:hover a .news_main .w4 {
          width: 0; }
        .news .bottom .swiper-slide .news_li:hover a .news_main .w5:after {
          left: 0; }
        .news .bottom .swiper-slide .news_li:hover a .news_main .w5:before {
          right: 8%;
          opacity: 1; }
        .news .bottom .swiper-slide .news_li:hover a .news_main .w5 .div1 {
          color: #fff; }
        .news .bottom .swiper-slide .news_li:hover a .news_main .w5 .div2 {
          color: #fff;
          opacity: 0; }
        .news .bottom .swiper-slide .news_li a {
          width: 100%;
          height: 100%;
          display: block;
          position: relative; }
        .news .bottom .swiper-slide .news_li .news_bac {
          position: absolute;
          top: 0;
          left: 0;
          z-index: 1;
          width: 100%;
          height: 100%;
          opacity: 0;
          transition: 0.5s;
          -moz-transition: 0.5s;
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          transition-timing-function: ease;
          -moz-transition-timing-function: ease;
          /* Firefox 4 */
          -webkit-transition-timing-function: ease;
          /* Safari 和 Chrome */
          -o-transition-timing-function: ease;
          /* Opera */ }
        .news .bottom .swiper-slide .news_li .news_mask {
          position: absolute;
          top: 100%;
          left: 0;
          z-index: 2;
          width: 100%;
          height: 100%;
          background: rgba(0, 0, 0, 0.7);
          opacity: 0;
          transition: 0.5s;
          -moz-transition: 0.5s;
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          transition-timing-function: ease;
          -moz-transition-timing-function: ease;
          /* Firefox 4 */
          -webkit-transition-timing-function: ease;
          /* Safari 和 Chrome */
          -o-transition-timing-function: ease;
          /* Opera */
          transition-delay: 0.3s; }
        .news .bottom .swiper-slide .news_li .news_main {
          position: relative;
          z-index: 5; }
          .news .bottom .swiper-slide .news_li .news_main .w1 {
            width: 100%;
            height: 230px;
          }
            .news .bottom .swiper-slide .news_li .news_main .w1 .time1 {
              font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
              font-size: 30px;
              color: #202020;
              font-weight: lighter;
              margin-right: 10px;
              transition: 0.5s;
              -moz-transition: 0.5s;
              -webkit-transition: 0.5s;
              -o-transition: 0.5s;
              transition-timing-function: ease;
              -moz-transition-timing-function: ease;
              /* Firefox 4 */
              -webkit-transition-timing-function: ease;
              /* Safari 和 Chrome */
              -o-transition-timing-function: ease;
              /* Opera */ }
            .news .bottom .swiper-slide .news_li .news_main .w1 .time2 {
              font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
              font-size: 16px;
              color: #202020;
              font-weight: lighter;
              transition: 0.5s;
              -moz-transition: 0.5s;
              -webkit-transition: 0.5s;
              -o-transition: 0.5s;
              transition-timing-function: ease;
              -moz-transition-timing-function: ease;
              /* Firefox 4 */
              -webkit-transition-timing-function: ease;
              /* Safari 和 Chrome */
              -o-transition-timing-function: ease;
              /* Opera */ }
          .news .bottom .swiper-slide .news_li .news_main .w2 {
            width: 84%;
            margin-left: 8%;
            font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
            font-size: 16px;
            color: #333;
            font-weight: lighter;
            margin-top: 20px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            height: 28px;
            line-height: 28px;
            transition: 0.5s;
            -moz-transition: 0.5s;
            -webkit-transition: 0.5s;
            -o-transition: 0.5s;
            transition-timing-function: ease;
            -moz-transition-timing-function: ease;
            /* Firefox 4 */
            -webkit-transition-timing-function: ease;
            /* Safari 和 Chrome */
            -o-transition-timing-function: ease;
            /* Opera */ }
          .news .bottom .swiper-slide .news_li .news_main .w3 {
            margin-top: 18px;
            height: 50px;
            width: 84%;
            margin-left: 8%;
            font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
            font-size: 14px;
            color: #8e8e8e;
            font-weight: lighter;
            line-height: 26px;
            padding-bottom: 17%;
            transition: 0.5s;
            -moz-transition: 0.5s;
            -webkit-transition: 0.5s;
            -o-transition: 0.5s;
            transition-timing-function: ease;
            -moz-transition-timing-function: ease;
            /* Firefox 4 */
            -webkit-transition-timing-function: ease;
            /* Safari 和 Chrome */
            -o-transition-timing-function: ease;
            /* Opera */
            overflow: hidden; }
          .news .bottom .swiper-slide .news_li .news_main .w4 {
            width: 84%;
            margin-left: 8%;
            height: 1px;
            background: #cdcdcd;
            transition: 0.5s;
            -moz-transition: 0.5s;
            -webkit-transition: 0.5s;
            -o-transition: 0.5s;
            transition-timing-function: ease;
            -moz-transition-timing-function: ease;
            /* Firefox 4 */
            -webkit-transition-timing-function: ease;
            /* Safari 和 Chrome */
            -o-transition-timing-function: ease;
            /* Opera */ }
          .news .bottom .swiper-slide .news_li .news_main .w5 {
            width: 100%;
            padding-left: 8%;
            padding-right: 8%;
            height: 65px;
            position: relative; }
            .news .bottom .swiper-slide .news_li .news_main .w5:after {
              content: '';
              width: 100%;
              height: 100%;
              background: #2c3b98;
              position: absolute;
              top: 0;
              left: -100%;
              transition: 0.8s;
              -moz-transition: 0.8s;
              -webkit-transition: 0.8s;
              -o-transition: 0.8s;
              transition-timing-function: ease;
              -moz-transition-timing-function: ease;
              /* Firefox 4 */
              -webkit-transition-timing-function: ease;
              /* Safari 和 Chrome */
              -o-transition-timing-function: ease;
              /* Opera */
              transition-delay: 0.5s; }
            .news .bottom .swiper-slide .news_li .news_main .w5:before {
              content: '';
              width: 35px;
              height: 35px;
              background: url("../Image/news_r.png") no-repeat center;
              position: absolute;
              top: 0;
              bottom: 0;
              margin: auto 0;
              right: -8%;
              opacity: 0;
              transition: 0.8s;
              -moz-transition: 0.8s;
              -webkit-transition: 0.8s;
              -o-transition: 0.8s;
              transition-timing-function: ease;
              -moz-transition-timing-function: ease;
              /* Firefox 4 */
              -webkit-transition-timing-function: ease;
              /* Safari 和 Chrome */
              -o-transition-timing-function: ease;
              /* Opera */
              z-index: 5; }
            .news .bottom .swiper-slide .news_li .news_main .w5 .div1 {
              float: left;
              height: 100%;
              line-height: 65px;
              font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
              font-size: 14px;
              color: #6f6f6f;
              font-weight: lighter;
              position: relative;
              z-index: 5;
              transition: 0.5s;
              -moz-transition: 0.5s;
              -webkit-transition: 0.5s;
              -o-transition: 0.5s;
              transition-timing-function: ease;
              -moz-transition-timing-function: ease;
              /* Firefox 4 */
              -webkit-transition-timing-function: ease;
              /* Safari 和 Chrome */
              -o-transition-timing-function: ease;
              /* Opera */ }
            .news .bottom .swiper-slide .news_li .news_main .w5 .div2 {
              float: right;
              line-height: 65px;
              font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
              font-size: 14px;
              color: #6f6f6f;
              position: relative;
              z-index: 5;
              transition: 0.5s;
              -moz-transition: 0.5s;
              -webkit-transition: 0.5s;
              -o-transition: 0.5s;
              transition-timing-function: ease;
              -moz-transition-timing-function: ease;
              /* Firefox 4 */
              -webkit-transition-timing-function: ease;
              /* Safari 和 Chrome */
              -o-transition-timing-function: ease;
              /* Opera */ }
      .news .bottom .swiper-slide .news_li:nth-child(odd) {
        background: #ececec; }
  .news .all_button button {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Safari*/
    border: 2px solid #e7e7e7; }
    .news .all_button button a {
      font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
      font-size: 16px;
      color: #fff;
      background: #292b2c;
      transition: 0.5s;
      -moz-transition: 0.5s;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition-timing-function: ease;
      -moz-transition-timing-function: ease;
      /* Firefox 4 */
      -webkit-transition-timing-function: ease;
      /* Safari 和 Chrome */
      -o-transition-timing-function: ease;
      /* Opera */ }
      .news .all_button button a:hover {
        background: #101112; }

@media screen and (max-width: 767px) {
  .news {
    padding-bottom: 40px; }
    .news main {
      padding-left: 15px;
      padding-right: 15px; }
      .news main .top {
        margin-bottom: 20px; }
        .news main .top li {
          margin-right: 0; }
      .news main .bottom .swiper-slide .news_li {
        width: 100%;
        padding-top: 0; }
        .news main .bottom .swiper-slide .news_li .news_main .w1 {
          padding-top: 10px; }
          .news main .bottom .swiper-slide .news_li .news_main .w1 .time1 {
            font-size: 18px; }
          .news main .bottom .swiper-slide .news_li .news_main .w1 .time2 {
            font-size: 16px; }
        .news main .bottom .swiper-slide .news_li .news_main .w2 {
          font-size: 16px;
          margin-top: 5px; }
        .news main .bottom .swiper-slide .news_li .news_main .w3 {
          margin-top: 5px;
          padding-bottom: 10px; }
        .news main .bottom .swiper-slide .news_li .news_main .w5 {
          display: none; }
    .news .all_button {
      padding-top: 30px; } }
#viewer_honor {
  *zoom: 1; }
  #viewer_honor:before, #viewer_honor:after {
    content: " ";
    display: table; }
  #viewer_honor:after {
    clear: both; }
  #viewer_honor .honor_li {
    width: 25%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Safari*/
    padding: 5px;
    cursor: pointer; }
    #viewer_honor .honor_li:hover .honor_li_main .word {
      background: rgba(0, 0, 0, 0.9); }
    #viewer_honor .honor_li .honor_li_main {
      width: 100%;
      height: 100%;
      position: relative;
      background: #fff;
      border-radius: 4px;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      /* Firefox */
      -webkit-box-sizing: border-box;
      /* Safari*/
      padding: 1%;
      overflow: hidden; }
      #viewer_honor .honor_li .honor_li_main .pic {
        width: 100%; }
      #viewer_honor .honor_li .honor_li_main .word {
        height: 30px;
        line-height: 30px;
        width: 100%;
        position: absolute;
        background: rgba(0, 0, 0, 0.7);
        font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
        font-size: 15px;
        color: #fff;
        text-align: center;
        bottom: 0px;
        left: 0px;
        transition: 0.3s;
        -moz-transition: 0.3s;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition-timing-function: ease;
        -moz-transition-timing-function: ease;
        /* Firefox 4 */
        -webkit-transition-timing-function: ease;
        /* Safari 和 Chrome */
        -o-transition-timing-function: ease;
        /* Opera */ }

@media screen and (max-width: 992px) {
  #viewer_honor .honor_li {
    width: 33.33%; } }
@media screen and (max-width: 767px) {
  #viewer_honor .honor_li {
    width: 50%; } }
.inner_des_title {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px; }
  .inner_des_title .w1 {
    font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
    font-size: 22px;
    color: #444; }
  .inner_des_title .w2 {
    font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
    font-size: 13px;
    color: #c1c1c1; }

.inner_case_content img {
  max-width: 100% !important;
  margin-top: 5px !important;
  margin-bottom: 5px !important;
  display: block !important;
  margin: 0 auto; }

.case_fieldset {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari*/
  /*border: 1px solid #ccc;*/
  width: 100%;
  padding: 10px;
  font-size: 15px;
  line-height: 30px;
  color: #3E3E3E;
}
  .case_fieldset legend {
    margin-left: 8px;
    padding-left: 5px;
    padding-right: 5px; }

.no_data {
  font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
  font-size: 36px;
  color: #292b2c;
  font-weight: lighter;
  text-align: center;
  line-height: 120px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3); }

#inner_swiper {
  width: 80%;
  height: 400px;
  margin-left: 10%; }
  #inner_swiper .pic {
    width: 100%;
    height: 100%;
    overflow: hidden; }

.inner_page {
  overflow: hidden;
  padding-top: 5%;
  padding-bottom: 50px;
  background-color: #fff;
  position: relative;
  height: auto;
  z-index: 20;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
  .inner_page .inner_page_bac {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    filter: blur(5px);
    display: none; }
  .inner_page #second_inner_page_bac {
    filter: blur(1px); }
  .inner_page .inner_page_left {
    width: 280px;
    float: left;
    position: relative;
    z-index: 8; }
    .inner_page .inner_page_left .sidebar {
      width: 100%;
      height: auto; }
      .inner_page .inner_page_left .sidebar .sidebar_top {
        width: 100%;
        height: auto;
        background: #fff;
        border-radius: 4px; }
        .inner_page .inner_page_left .sidebar .sidebar_top p {
          width: 90%;
          margin-left: 5%;
          height: auto;
          line-height: 56px;
          border-radius: 4px;
          font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
          font-size: 22px;
          color: #fff;
          box-sizing: border-box;
          -moz-box-sizing: border-box;
          /* Firefox */
          -webkit-box-sizing: border-box;
          /* Safari*/
          padding-left: 15px;
          border-bottom: 1px solid #ccc;
          background: -webkit-linear-gradient(120deg, #292b2c, #63583a);
          background: -o-linear-gradient(120deg, #292b2c, #63583a);
          background: -moz-linear-gradient(120deg, #292b2c, #63583a);
          background: linear-gradient(120deg, #292b2c, #63583a); }
        .inner_page .inner_page_left .sidebar .sidebar_top .sidebar_li {
          width: 80%;
          margin-left: 5%;
          height: auto;
          padding-top: 15px;
          padding-bottom: 15px;
          border-bottom: 1px solid #ccc; }
          .inner_page .inner_page_left .sidebar .sidebar_top .sidebar_li a {
            width: 100%;
            height: 100%;
            display: block;
            font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
            font-size: 16px;
            color: #444;
            position: relative;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            /* Firefox */
            -webkit-box-sizing: border-box;
            /* Safari*/
            transition: 0.5s;
            -moz-transition: 0.5s;
            -webkit-transition: 0.5s;
            -o-transition: 0.5s;
            transition-timing-function: ease;
            -moz-transition-timing-function: ease;
            /* Firefox 4 */
            -webkit-transition-timing-function: ease;
            /* Safari 和 Chrome */
            -o-transition-timing-function: ease;
            /* Opera */ }
            .inner_page .inner_page_left .sidebar .sidebar_top .sidebar_li a:before {
              content: '';
              position: absolute;
              top: 0;
              bottom: 0;
              margin: auto 0;
              left: 0;
              width: 0px;
              height: 1px;
              background: #292b2c;
              transition: 0.5s;
              -moz-transition: 0.5s;
              -webkit-transition: 0.5s;
              -o-transition: 0.5s;
              transition-timing-function: ease;
              -moz-transition-timing-function: ease;
              /* Firefox 4 */
              -webkit-transition-timing-function: ease;
              /* Safari 和 Chrome */
              -o-transition-timing-function: ease;
              /* Opera */ }
            .inner_page .inner_page_left .sidebar .sidebar_top .sidebar_li a:hover {
              padding-left: 20px;
              color: #292b2c; }
              .inner_page .inner_page_left .sidebar .sidebar_top .sidebar_li a:hover:before {
                width: 15px; }
          .inner_page .inner_page_left .sidebar .sidebar_top .sidebar_li:last-child {
            border-bottom: 0; }
      .inner_page .inner_page_left .sidebar .sidebar_contact {
        width: 100%;
        height: auto;
        background: #fff;
        border-radius: 4px;
        margin-top: 5px;
        padding-bottom: 15px;
        overflow: hidden; }
        .inner_page .inner_page_left .sidebar .sidebar_contact fieldset {
          border: 1px solid #ccc;
          width: 90%;
          box-sizing: border-box;
          -moz-box-sizing: border-box;
          /* Firefox */
          -webkit-box-sizing: border-box;
          /* Safari*/
          margin-left: 5%; }
          .inner_page .inner_page_left .sidebar .sidebar_contact fieldset legend {
            font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
            font-size: 20px;
            color: #292b2c;
            margin-left: 10px; }
        .inner_page .inner_page_left .sidebar .sidebar_contact p {
          width: 90%;
          margin-left: 5%;
          height: 56px;
          line-height: 56px;
          font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
          font-size: 22px;
          color: #fff;
          border-bottom: 1px solid #ccc;
          padding-left: 15px;
          box-sizing: border-box;
          -moz-box-sizing: border-box;
          /* Firefox */
          -webkit-box-sizing: border-box;
          /* Safari*/
          background: -webkit-linear-gradient(120deg, #292b2c, #63583a);
          background: -o-linear-gradient(120deg, #292b2c, #63583a);
          background: -moz-linear-gradient(120deg, #292b2c, #63583a);
          background: linear-gradient(120deg, #292b2c, #63583a);
          border-radius: 4px; }
        .inner_page .inner_page_left .sidebar .sidebar_contact .slide_us {
          width: 90%;
          margin-left: 5%;
          line-height: 30px;
          font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
          font-size: 14px;
          color: #303030; }
          .inner_page .inner_page_left .sidebar .sidebar_contact .slide_us span {
            color: #FE0404; }
      .inner_page .inner_page_left .sidebar .sidebar_product {
        width: 100%;
        height: 250px; }
        .inner_page .inner_page_left .sidebar .sidebar_product .swiper-slide:hover a .pic img {
          transform: scale(1.1);
          -ms-transform: scale(1.1);
          -moz-transform: scale(1.1);
          -webkit-transform: scale(1.1);
          -o-transform: scale(1.1); }
        .inner_page .inner_page_left .sidebar .sidebar_product .swiper-slide a {
          position: relative;
          width: 100%;
          height: 100%;
          display: block;
          height: 220px; }
          .inner_page .inner_page_left .sidebar .sidebar_product .swiper-slide a .pic {
            width: 100%;
            height: 220px;
            overflow: hidden; }
            .inner_page .inner_page_left .sidebar .sidebar_product .swiper-slide a .pic img {
              transition: 0.5s;
              -moz-transition: 0.5s;
              -webkit-transition: 0.5s;
              -o-transition: 0.5s;
              transition-timing-function: ease;
              -moz-transition-timing-function: ease;
              /* Firefox 4 */
              -webkit-transition-timing-function: ease;
              /* Safari 和 Chrome */
              -o-transition-timing-function: ease;
              /* Opera */ }
          .inner_page .inner_page_left .sidebar .sidebar_product .swiper-slide a .word {
            width: 100%;
            height: 30px;
            line-height: 30px;
            font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
            font-size: 14px;
            color: #fff;
            background: rgba(0, 0, 0, 0.7);
            text-align: center;
            position: absolute;
            bottom: 0; }
  .inner_page .inner_page_right {
    width: 900px;
    float: right;
    position: relative;
    z-index: 8; }
    .inner_page .inner_page_right .right_page_top {
      border-radius: 4px;
      width: 100%;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      /* Firefox */
      -webkit-box-sizing: border-box;
      /* Safari*/
      padding: 15px;
      background: -webkit-linear-gradient(120deg, #292b2c, #63583a);
      background: -o-linear-gradient(120deg, #292b2c, #63583a);
      background: -moz-linear-gradient(120deg, #292b2c, #63583a);
      background: linear-gradient(120deg, #292b2c, #63583a); }
      .inner_page .inner_page_right .right_page_top .inner_catname {
        text-align: left; }
        .inner_page .inner_page_right .right_page_top .inner_catname .inner_catname_c {
          color: #fff;
          font-size: 28px;
          margin-right: 5px;
          font-weight: lighter;
          padding-bottom: 4px;
          border-bottom: 1px solid rgba(255, 255, 255, 0.6);
          display: inline-block; }
        .inner_page .inner_page_right .right_page_top .inner_catname .inner_catname_e {
          font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
          font-size: 14px;
          color: #fff;
          font-weight: lighter;
          color: #fff;
          padding-top: 4px;
          display: block;
          text-transform: capitalize; }
    .inner_page .inner_page_right .right_page_bottom {
      padding: 15px;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      /* Firefox */
      -webkit-box-sizing: border-box;
      /* Safari*/
      border-radius: 4px;
      margin-top: 5px;
      background: #fff;
      *zoom: 1; }
      .inner_page .inner_page_right .right_page_bottom:before, .inner_page .inner_page_right .right_page_bottom:after {
        content: " ";
        display: table; }
      .inner_page .inner_page_right .right_page_bottom:after {
        clear: both; }
      .inner_page .inner_page_right .right_page_bottom .right_page_bottom_top {
        *zoom: 1; }
        .inner_page .inner_page_right .right_page_bottom .right_page_bottom_top:before, .inner_page .inner_page_right .right_page_bottom .right_page_bottom_top:after {
          content: " ";
          display: table; }
        .inner_page .inner_page_right .right_page_bottom .right_page_bottom_top:after {
          clear: both; }
        .inner_page .inner_page_right .right_page_bottom .right_page_bottom_top #innerAlbum {
          width: 100%;
          float: left;
          margin-top: 4%;
        }
          .inner_page .inner_page_right .right_page_bottom .right_page_bottom_top #innerAlbum .innerGalleryTop {
            /*border-bottom: 1px solid #ccc;*/
            padding-bottom: 8%; }
            .inner_page .inner_page_right .right_page_bottom .right_page_bottom_top #innerAlbum .innerGalleryTop .swiper-slide {
              cursor: pointer; }
              .inner_page .inner_page_right .right_page_bottom .right_page_bottom_top #innerAlbum .innerGalleryTop .swiper-slide .pic {
                width: 100%;
                height:500px;
                position: relative;
              }
.inner_page .inner_page_right .right_page_bottom .right_page_bottom_top #innerAlbum .innerGalleryTop .swiper-slide .pic img{
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}


/*# sourceMappingURL=index.css.map */


/*新首页*/


/*快速导航*/
.in-nav{
  width: 100%;
  position: relative;
  padding:1% 0;
}
.in-nav ul{
  padding: 0 1%;
}
.in-nav ul li{
  width: 32.66%;
  margin-right: 1%;
  float: left;
  height: 350px;
}
.in-nav ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.in-nav ul li:last-child{
  margin-right: 0;
}
.in-nav ul li:nth-child(1){
  background: url("../Image/nav1.jpg") no-repeat center center;
}
.in-nav ul li:nth-child(2){
  background: url("../Image/nav2.jpg") no-repeat center center;
}
.in-nav ul li:nth-child(3){
  background: url("../Image/nav3.jpg") no-repeat center center;
}
.in-nav ul li h3 {
  color: #fff;
  font-size: 32px;
  padding-left: 40px;
  padding-top: 30px;
  text-transform: uppercase;
  font-weight: 100;
}
.in-nav ul li p{
  color: #fff;
  font-size: 22px;
  padding-left: 40px;
  font-weight: 100;
}
/*公司简介*/
.in-profile{
  width: 100%;
  position: relative;
  background: url("../Image/about1.png") no-repeat center bottom;
  padding: 3% 0 7% 0;
}
.profile-left{
  width: 50%;
  float: left;
}
.profile1{
  width: 100%;
  padding-top: 4%;
}
.profile1 img{
  display: block;
  max-width: 100%;
}
.profile-left ul{
  margin-top: 3%;
  width: 90%;
}
.profile-left ul li{
  width: 50%;
  float: left;
  text-align: right;
  margin-bottom: 2%;
  line-height: 35px;
}
.profile-left ul li span {
  color: #666666;
  font-size: 18px;
  padding-right: 10px;
}
.profile-left ul li p{
  float: right;
  width: 110px;
  height: 35px;
  text-align: center;
  background: #1c57a2;
  color: #fff;
  font-size: 14px;
}
.profile-right{
  width: 50%;
  float: right;
}
.profile-right-top{
  padding-left: 5%;
}
.profile-right-title{
  width: 100%;
}
.profile-right-title img{
  display: block;
  max-width: 100%;
}
.profile-right p{
  color: #333333;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 1px;
  font-weight: 100;
  padding: 3% 0 1% 0;

}
.profile-right p a{
  color: #1c57a2;
  font-size: 14px;
  font-weight: bold;
}
.profile-right-img{
  padding-top: 2%;
}
.profile-right-img img{
  display: block;
  max-width: 100%;
}
/*产品中心*/
.in-chanpin{
  width: 100%;
  position: relative;
  padding:0 0 5% 0;
}
.chanpin-title{
  width: 100%;
}
.chanpin-title img{
  display: block;
  text-align: center;
  margin: 0 auto;
}
.cp-type{
  width: 100%;
  position: relative;
  margin-top: 5%;
}
.cp-type ul li{
  width: 16.5%;
  float: left;
}
.cp-type ul li:nth-child(1) .cp-img{
  width: 70px;
  height: 70px;
  background: #fff url("../Image/p2.png") no-repeat center center;
  border-radius: 50%;
  margin: 0 auto;
  transition: 300ms ease;
  -webkit-transition: 300ms ease;
}
.cp-type ul li:nth-child(2) .cp-img{
  width: 70px;
  height: 70px;
  background: #fff url("../Image/p3.png") no-repeat center center;
  border-radius: 50%;
  margin: 0 auto;
  transition: 300ms ease;
  -webkit-transition: 300ms ease;
}
.cp-type ul li:nth-child(3) .cp-img{
  width: 70px;
  height: 70px;
  background: #fff url("../Image/p4.png") no-repeat center center;
  border-radius: 50%;
  margin: 0 auto;
  transition: 300ms ease;
  -webkit-transition: 300ms ease;
}
.cp-type ul li:nth-child(4) .cp-img{
  width: 70px;
  height: 70px;
  background: #fff url("../Image/p5.png") no-repeat center center;
  border-radius: 50%;
  margin: 0 auto;
  transition: 300ms ease;
  -webkit-transition: 300ms ease;
}
.cp-type ul li:nth-child(5) .cp-img{
  width: 70px;
  height: 70px;
  background: #fff url("../Image/p6.png") no-repeat center center;
  border-radius: 50%;
  margin: 0 auto;
  transition: 300ms ease;
  -webkit-transition: 300ms ease;
}
.cp-type ul li:nth-child(6) .cp-img{
  width: 70px;
  height: 70px;
  background: #fff url("../Image/p7.png") no-repeat center center;
  border-radius: 50%;
  margin: 0 auto;
  transition: 300ms ease;
  -webkit-transition: 300ms ease;
}
.cp-type ul li:nth-child(1):hover .cp-img{
  background: #1c67b8 url("../Image/p22.png") no-repeat center center;
  transition: 300ms ease;
  -webkit-transition: 300ms ease;
}
.cp-type ul li:nth-child(2):hover .cp-img{
  background: #1c67b8 url("../Image/p33.png") no-repeat center center;
  transition: 300ms ease;
  -webkit-transition: 300ms ease;
}
.cp-type ul li:nth-child(3):hover .cp-img{
  background: #1c67b8 url("../Image/p44.png") no-repeat center center;
  transition: 300ms ease;
  -webkit-transition: 300ms ease;
}
.cp-type ul li:nth-child(4):hover .cp-img{
  background: #1c67b8 url("../Image/p55.png") no-repeat center center;
  transition: 300ms ease;
  -webkit-transition: 300ms ease;
}
.cp-type ul li:nth-child(5):hover .cp-img{
  background: #1c67b8 url("../Image/p66.png") no-repeat center center;
  transition: 300ms ease;
  -webkit-transition: 300ms ease;
}
.cp-type ul li:nth-child(6):hover .cp-img{
  background: #1c67b8 url("../Image/p77.png") no-repeat center center;
  transition: 300ms ease;
  -webkit-transition: 300ms ease;
}
.cp-type ul li p {
  color: #333333;
  font-size: 18px;
  text-align: center;
  padding-top: 20px;
}
.cp-type ul li:hover p{
  color: #1c67b8;
}
.cp-list{
  width: 100%;
  position: relative;
  margin-top: 5%;
}
.cp-list .swiper-slide:hover .cp-img{
  background:url("../Image/p9.png") no-repeat center center;
  background-size: contain;
}
.cp-img{
  background: url("../Image/p8.png") no-repeat center center;
  height: 390px;
  position: relative;
  background-size: contain;
}
.cp-img img{
  display: block;
  position: absolute;
  max-width: 95%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.cp-tit{
  text-align: center;
  line-height: 50px;
  color: #333333;
  font-size: 18px;
}
.cp-list .swiper-slide:hover .cp-tit{
  color: #1c67b8;
}
.cp-line {
  margin:3% 0;
}
.cp-more{
  width: 330px;
  height: 40px;
  margin: 0 auto;
  line-height: 40px;
  background: #1c67b8;
  text-align: center;
  border-radius: 30px;
}
.cp-more a {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 20px;
}
/*案例展示*/
.in-case{
  position: relative;
  width: 100%;
}
.case-title{
  width: 100%;
}
.case-title img{
  display: block;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 1.5%;
}
.case-title p{
  color: #666666;
  font-size: 18px;
  font-weight: 100;
  line-height: 35px;
  text-align: center;
}
.case-list{
  width: 100%;
  position: relative;
  margin-top: 2%;
}
.c-img{
  width: 100%;
  height: 595px;
}
.c-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-next{
  right: 8%!important;
  background: url("../Image/c-next.png") no-repeat center center!important;
}
.c-prev{
  left: 8%!important;
  background: url("../Image/c-prev.png") no-repeat center center!important;
}
.case-list .swiper-slide{
  position: relative;;
}
.c-logo{
  position: absolute;
  top: 0;
  left:8%;
}
.c-logo .wrapper img{
  position: absolute;
  right: 0;
  z-index: 10;
  top:50px;
}
/*留言&新闻*/
.new-mes{
  width: 100%;
  position: relative;
  padding: 5% 0;
  background:#fff url("../Image/news.jpg") no-repeat center top;
}
.in-liuyan {
  width: 50%;
  float: left;
}
.mes-content{
  padding: 5%;
  background: #fff;
  margin-top: 4%;
}
.mes-content p{
  color: #666666;
  font-size: 18px;
  padding-bottom: 2%;
}
.mes-content input{
  height: 37px;
  text-indent: 60px;
  line-height: 42px;
}
.mes-content .name{
  width: 27%;
  background: url("../Image/name.png") no-repeat center left;
  float: left;
  margin-right: 2%;
  border:1px solid #e4e4e4;
}
.mes-content .dianhua{
  width: 35%;
  background: url("../Image/dianhua.png") no-repeat center left;
  float: left;
  margin-right: 2%;
  border:1px solid #e4e4e4;
}
.mes-content .youxiang{
  width: 34%;
  background: url("../Image/youxiang.png") no-repeat center left;
  float: right;
  border:1px solid #e4e4e4;
}
.mes-content .liuyan{
  width: 100%;
  height: 167px;
  border: 1px solid #e4e4e4;
  text-indent: 20px;
  line-height: 42px;
  margin-top: 20px;
}
.tijiao{
  width: 47%;
  float: left;
  height: 40px;
  line-height: 40px;
  background:#e7e7e7;
  text-align: center;
  color: #1c67b8;
  margin-top: 20px;
}
.cz{
  width:47%;
  float: right;
  height: 40px;
  line-height: 40px;
  background:#1c67b8;
  text-align: center;
  color: #fff;
  margin-top: 20px;
}
.in-xinwen{
  width: 50%;
  float: right;

}
.liuyan-title{
  height: 62px;
}
.xw-title {
  text-align: right;
  height: 62px;
}
.xw-title h3{
  color: #fff;
  font-size: 24px;
}
.xw-title p{
  color: #fff;
  font-size: 18px;
  font-weight: 100;
  padding-top: 10px;
}
.xw-list{
  background: url("../Image/xinwen.png") no-repeat center center;
  padding: 5% 5% 7% 5%;
  margin-top:4%;
}
.xw-list h3 {
  font-size: 30px;
  color: #fff;
}
.xw-list ul{
  padding-top: 3%;
}
.xw-list ul li{
  line-height: 40px;
}
.xw-list ul li span{
  font-size: 18px;
}
.xw-list ul li a{
  font-size: 16px;
  color: #fff;
}


.company {
  padding:5% 0 8% 0;
  background: #f6f6f6;
  position: relative;
}
.company .c-left{
  float: left;
  width:40%;
}
.c-titlebox{
  position: relative;
  padding-left: 2%;
}


.c-titlebox .fir{
  color: #858585;
  font-size: 48px;
  font-weight: lighter;
  font-family: 'thyFont6';
}
.c-titlebox .sec{
  color: #1d1d1d;
  font-size: 26px;
  font-weight: 700;
  margin-top: 0.5%;
}
.company .c-left .c-titleboxsec{
  margin-top: 9%;
}
.company .c-left .c-titleboxsec .fir{
  color: #7f7f7f;
  font-size: 20px;
  position: relative;
  padding-bottom: 2%;
}
.company .c-left .c-titleboxsec .fir i{
  display: block;
  position: absolute;
  width:10%;
  height: 2px;
  background-color: #e35c16;
  bottom:0;
  left:0;
  -webkit-animation: line 5s linear 1000s infinite alternate;
  animation: line 5s linear 1000ms infinite alternate;
}

.company .c-left .c-titleboxsec  .shuzi-list{
  float: left;
  width:25%;
  text-align:center;
  margin:10% 0;
}
.company .c-left .c-titleboxsec  .shuzi-list .sfir{
  position: relative;
}
.company .c-left .c-titleboxsec  .shuzi-list .sfir em{
  display:block;
  font-size:30px;
  position: absolute;
  top:0;
}
.company .c-left .c-titleboxsec  .shuzi-list:nth-child(1) .sfir em{
  right:21%;
}
.company .c-left .c-titleboxsec  .shuzi-list:nth-child(2) .sfir em{
  right:11%;
}
.company .c-left .c-titleboxsec  .shuzi-list:nth-child(3) .sfir em{
  right: 31%;
  top: inherit;
  bottom: 20%;
  font-size: 19px;
  font-weight: 700;
}
.company .c-left .c-titleboxsec  .shuzi-list .sfir span{
  color: #000000;
  font-size:50px;
  font-weight: 700;
  font-family: thyFont3;
}
.company .c-left .c-titleboxsec  .shuzi-list .ssec{
  color: #7f7f7f;
  font-size: 16px;
}
.company .c-left .c-titleboxsec .thr{
  color: #7f7f7f;
  line-height: 30px;
  font-size: 16px;
  margin: 7% 0;
}
.company .c-left a{
  display: block;
  width: 59px;
  height: 59px;
  background: #e35c16 url("../Image/com-jian.png") no-repeat center;
  transition: 600ms 0s all ease;
}
.company .c-left a:hover{
  margin-left:3%;
  box-shadow: 0px 0px 5px #e35c16;
}
.company .c-right{
  float: right;
  width:56%;
  position: relative;
  height:650px;
}
@-webkit-imgScale{
  from{
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  to{
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
  }
}
@keyframes imgScale{
  from{
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  to{
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
  }
}
.company .c-right .img1{
  width:100%;
  height: 580px;
  overflow: hidden;
  margin-top: 21px;
}
.company .c-right .img1 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: imgScale 10s ease-in-out infinite alternate;
  -webkit-animation: imgScale 10s ease-in-out infinite alternate;
  transition: all 2s;
}
.company .c-right .img2{
  position: absolute;
  width: 275px;
  height: 408px;
  background-color: rgba(27,42,118,0.9);
  left:0;
  bottom:0;
  text-align:center;
  color:#fff;
  display: none;
}
.company .c-right .img2 .fir{
  font-size: 26px;
  color:#fff;
  font-weight: 700;
  margin-top: 53%;
}
.company .c-right .img2 .sec{
  font-size: 16px;
  color:#fff;
  margin-top: 2%;
}
.company .c-right .img3{
  position: absolute;
  width: 42px;
  height: 42px;
  background-color:rgba(21,21,21,0.85);
  right:0;
  top:0;

}
.company .c-right .thr{
  position: absolute;
  bottom:0;
  left:37%;
  color: #151515;
  font-size: 20px;
}
.company-news{
  position: absolute;
  right:0;
  top:-5%;
}
.company-news-lunbo{
  width: 738px;
  height: 83px;
  background-color: #e35c16;
}
.swiper-container-company-news{
  height: 100%;
}
.swiper-container-company-news .siper-inner{
  width:100%;
  height: 100%;
  padding:0 10%;
}
.swiper-container-company-news .siper-inner .title{
  float: left;
  font-size: 16px;
  color:#fff;
  line-height: 83px;
}
.swiper-container-company-news .siper-inner .sec{
  float: left;
  font-size: 16px;
  color:#fff;
  line-height: 83px;
  margin-left: 4%;
}
.swiper-button-next-com-news{
  right:inherit;
  left: 4%;
  bottom: 24%;
  top: inherit;
  width:15px;
  height: 13px;
  background: url("../Image/com-news-right.png") no-repeat center;
}
.swiper-button-prev-com-news{
  right:inherit;
  left: 4%;
  right: inherit;
  top: 51%;
  width:15px;
  height: 13px;
  background: url("../Image/com-news-left.png") no-repeat center;
}

/*产品一览*/
.chanping{
  padding:6% 0;
}
.chanping .cp-left{
  float: left;
  width:50%;
  position: relative;
  margin-top:3%;
  /*height: 650px;*/
}
.chanping .cp-left .img1{
  width:100%;
  overflow: hidden;
  position: relative;
}
.chanping .cp-left .img1 img{
  max-width:100%;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
}
/*.chanping .cp-left:hover .img1 img{
  -webkit-transform: scale(1.05) translateZ(0);
  -moz-transform: scale(1.05) translateZ(0);
  -ms-transform: scale(1.05) translateZ(0);
  -o-transform: scale(1.05) translateZ(0);
  transform: scale(1.05) translateZ(0);
}*/
.chanping .cp-left .img1 .fir{
  position: absolute;
  right: 8%;
  bottom: 15%;
  color: #333;
  font-size: 28px;
  padding-left: 3%;
  letter-spacing: 1px;
}
.chanping .cp-left .img1 .fir i{
  display: block;
  position: absolute;
  width: 13px;
  height: 2px;
  background-color: #333;
  left:0;
  top:56%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: 500ms 0s all ease;
}
.chanping .cp-left:hover .img1 .fir i{
  width:16px;
}
.chanping .cp-left .abox{
  width:100%;
  position: absolute;
  bottom:0;
}
.chanping .cp-left .abox a{
  display: inline-block;
  color: #202020;
  font-size: 16px;
  margin-right: 2%;
  padding:0.5% 0;
}
.chanping .cp-left .abox a:hover{
  color:#2b3872;
  font-weight: 700;
}
.chanping .cp-left .tbox{
  width:100%;
  text-align:right;
  padding-right:2%;
  position: relative;
}
.chanping .cp-left .tbox i{
  position: absolute;
  display: block;
  width: 1px;
  background-color: #e35c16;
  right: 0;
  top: -169%;

}
.chanping .cp-left .tbox .fir{
  color: #858585;
  font-size: 48px;
  font-family: 'thyFont6';
}
.chanping .cp-left .tbox .sec{
  color: #1d1d1d;
  font-size: 26px;
}
/*.chanping .cp-left .img1sec{
   position: absolute;
  bottom:0;
 }*/
.chanping .cp-left .img1sec .fir i{
  background-color: #333;
}
.chanping .cp-item{
  float: left;
  width:20%;
  margin-top:6%;
  padding-left: 4%;
}
.chanping .cp-item .fir{
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  padding:1% 0;
}
.chanping .cp-item:nth-child(1){
  background: url("../Image/cp1.png") no-repeat left 6% center;
}
.chanping .cp-item:nth-child(2){
  background: url("../Image/cp2.png") no-repeat left 6% center;
}
.chanping .cp-item:nth-child(3){
  background: url("../Image/cp3.png") no-repeat left 6% center;
}
.chanping .cp-item:nth-child(4){
  background: url("../Image/cp4.png") no-repeat left 6% center;
}
.chanping .cp-item-inner{
  width:80%;
  float: right;
}
.chanping .cp-item-inner .fir-a{
  display: block;
  width:71%;
  float: left;
  line-height: 60px;
  font-size: 16px;
  color: #000000;
  border: solid 1px #adadad;
  text-align: center;
  font-weight: 700;
}
.chanping .cp-item-inner:hover .fir-a{
  color:#2b3872;
}
.chanping .cp-item-inner .sec-a{
  display: block;
  width:29%;
  float: left;
  border: solid 1px #adadad;
  border-left: none;
  height: 62px;
  background: url("../Image/cp-img1.png") no-repeat center;
}
.chanping .cp-item-inner:hover .sec-a{
  background: url("../Image/cp-img11.png") no-repeat center;
}
.chanping .wrapper.xianbox{
  position: relative;
}
.chanping .wrapper.xianbox .xian{
  position: absolute;
  display: block;
  width: 1px;
  background-color: #e35c16;
  top: 58%;
  z-index: 2;
}

/*
!*优势*!
.youshi{
  width:100%;
  height: 940px;
  position: relative;
}
.swiper-container-youshi{
  width:100%;
  height: 100%;
}
.swiper-container-youshi .swiper-slide{
  width:100%;
  height: 100%;
}
.swiper-container-youshi .swiper-slide.youshi1{
  background: url("../Image/youshibg1.jpg") no-repeat center / cover;
  padding-top: 3%;
}
.swiper-container-youshi .swiper-slide.youshi2{
  background: url("../Image/youshibg2.jpg") no-repeat center / cover;
  padding-top: 3%;
}
.swiper-container-youshi .swiper-slide.youshi3{
  background: url("../Image/youshibg3.jpg") no-repeat center / cover;
  padding-top: 3%;
}
.swiper-container-youshi .swiper-slide.youshi4{
  background: url("../Image/youshibg4.jpg") no-repeat center / cover;
  padding-top: 3%;
}
.swiper-container-youshi .swiper-slide.youshi5{
  background: url("../Image/youshibg5.jpg") no-repeat center / cover;
  padding-top: 3%;
}

.swiper-container-youshi .swiper-slide.youshi .youshi-left{
  float: left;
  width:20%;
}
.swiper-container-youshi .swiper-slide.youshi .youshi-left .c-titlebox{
  position: relative;
  padding-left: 2%;
  transform: translatex(-100px);
  opacity: 0;
  transition: all 1s;
}
.swiper-container-youshi .swiper-slide.youshi-title-move .youshi-left .c-titlebox{
  transform: translatex(0px);
  opacity: 1;
}
.swiper-container-youshi .swiper-slide.youshi .youshi-left .c-titlebox .fir{
  color: #fff;
  font-size: 48px;
  font-weight: lighter;
  font-family:'thyFont6';
}
.swiper-container-youshi .swiper-slide.youshi .youshi-left .c-titlebox .sec{
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  margin-top: 0.5%;
  letter-spacing: 1px;
}
.swiper-container-youshi .swiper-slide.youshi .youshi-left .thr{
  color: #ffffff;
  font-size: 89px;
  font-family: 'thyFont2';
  margin:55% 0 14%;
  font-weight: 700;
  transform: translatex(-100px);
  opacity: 0;
  transition: all 1s;
  transition-delay: 0.5s;
}
.swiper-container-youshi .swiper-slide.youshi-title-move .youshi-left .thr{
  transform: translatex(0px);
  opacity: 1;
}
.swiper-container-youshi .swiper-slide.youshi .youshi-left .four{
  color: #ffffff;
  font-size: 20px;
  margin-bottom:15%;
  font-weight: 700;
  letter-spacing: 1px;
  transform: translatex(-100px);
  opacity: 0;
  transition: all 1s;
  transition-delay: 1s;
}
.swiper-container-youshi .swiper-slide.youshi-title-move .youshi-left .four{
  transform: translatex(0px);
  opacity: 1;
}
.swiper-container-youshi .swiper-slide.youshi .youshi-left .five{
  color: #ffffff;
  font-size: 16px;
  line-height: 30px;
  margin-bottom:40%;
  transform: translatex(-100px);
  opacity: 0;
  transition: all 1s;
  transition-delay: 1.5s;
}
.swiper-container-youshi .swiper-slide.youshi-title-move .youshi-left .five{
  transform: translatex(0px);
  opacity: 1;
}
.swiper-container-youshi .swiper-slide.youshi .youshi-left a{
  display: block;
  width: 59px;
  height: 59px;
  background: #e35c16 url(../Image/com-jian.png) no-repeat center;
  transition: 600ms 0s all ease;
  transform: translatex(-100px);
  opacity: 0;
  transition-delay: 2s;
}
.swiper-container-youshi .swiper-slide.youshi-title-move .youshi-left a{
  transform: translatex(0px);
  opacity: 1;
}
.swiper-container-youshi .swiper-slide.youshi .youshi-left a:hover {
  margin-left: 3%;
  box-shadow: 0px 0px 5px #e35c16;
}
*/



/*合作*/
/*.hezuo{
  padding:4% 0;
}
.hezuo .tbox .fir{
  font-size:16px;
  color:#959595;
  text-align:center;
}
.hezuo .tbox .sec{
  font-size:38px;
  color:#1a1a1a;
  text-align:center;
  margin:1% 0 3% 0;
}
.hezuo .abox{
  width:24%;
  margin:0 auto;
}
.hezuo .abox a{
  display: block;
  width: 45%;
  line-height: 37px;
  border-radius: 3px;
  font-size: 14px;
  color: #ffffff;
  text-align:center;
}
.hezuo .abox a.afir{
  background-color: #3f3f3f;
  float: left;
}
.hezuo .abox a.afir:hover{
  background-color: #616161;
}
.hezuo .abox a.asec{
  background-color: #e35c16;
  float: right;
}
.hezuo .abox a.asec:hover{
  background-color: #ef7f45;
}
.swiper-container-hezuo .swiper-slide{
  width:100%;
  height: 100%;
}
.swiper-container-hezuo .swiper-slide .imgbox{
  width:100%;
  height: 8vw;
  position: relative;
  background: #fff;
  border-radius: 100px;
}
.swiper-container-hezuo .swiper-slide .imgbox img{
  position: absolute;
  max-width: 80%;
  max-height: 75%;
  left:50%;
  top:50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
}
.hezuolunbo{
  padding:3% 0;
  border-top: 1px solid #c2c2c2;
  margin-top: 3%;
  background: #f7f7f7;

}*/



.sousuo{
  padding:1% 0;
  background: #f4f4f4;
}
.click{
  background: url(../Image/nav-right44.png) no-repeat center left!important;
}
.sousuo .fir{
  color: #2d2d2d;
  font-size: 26px;
  font-weight: 700;
  text-align:center;
  letter-spacing: 1px;
}
.sousuo-right{
  width:50%;
  margin:0 auto;
}
.sousuo-right .sousuo-search{
  float: left;
  width:78%;
  height: 56px;
  border: none;
  outline: none;
  background: #fff;
  color:#a9a9a9;
  text-indent: 20px;
}
.sousuo-right .sousuotijiao{
  float: right;
  width: 22%;
  line-height: 55px;
  border-left: none;
  background: #e35c16;
  font-size:18px;
  color:#fff;
  text-align:center;
  cursor: pointer;
  outline: none;
}
.sousuo .sec{
  color: #2d2d2d;
  font-size: 16px;
  line-height: 30px;
  width: 55%;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 2px;
}

/*phonefooter*/
#footer_phone{
  background: #1a3561;
  position: fixed;
  bottom:0;
  width: 100%;
  left:0;
  height: 38px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top:9px;
  z-index:10000;
  display: none;
}
#footer_phone a{
  width:33.3%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-right:1px solid #fff;
  float:left;
  display: block;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 13% center;
  padding-left: 12%;
  font-size: 15px;
  color:#fff;
}
#footer_phone a:first-of-type{
  background-image:url("../Image/fot_sy.png");
}
#footer_phone a:nth-of-type(2){
  background-image:url("../Image/fot_ly.png");
}
#footer_phone a:last-of-type{
  border-right:0;
  background-image:url("../Image/fot_zx.png");
}

/*新闻内页*/

.news-inner-top{
  height:600px;
  background: #f4f4f8;
  margin-bottom: 4%;
}
.swiper-container-inner-news{
  height: 100%;
}
.swiper-container-inner-news .imgbox{
  float: left;
  width:50%;
  height: 100%;
}
.swiper-container-inner-news .text{
  float: left;
  width:28%;
  margin-left: 4%;
  height: 100%;
  position: relative;
}
.swiper-container-inner-news .text .time{
  font-size: 14px;
  color: #6f6f6f;
  margin-top: 24%;
}
.swiper-container-inner-news .text .title{
  font-size: 18px;
  color: #282828;
  margin:3% 0 5% 0;
}
.swiper-container-inner-news .text .con{
  font-size: 14px;
  color: #636363;
  line-height: 26px;
}
.swiper-container-inner-news .text .more{
  color: #6f6f6f;
  font-size: 14px;
  margin-top: 10%;
}
.swiper-button-prev-inner-news{
  width: 56px;
  height: 56px;
  background: #272727 url(../Image/jiantou1.png) no-repeat center;
  position: absolute;
  left: 0;
  bottom: 24%;
  top:inherit;
  margin-top: 0;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
}
.swiper-button-next-inner-news{
  width: 56px;
  height: 56px;
  background: #2240b4 url(../Image/jiantou.png) no-repeat center;
  position: absolute;
  left: 56px;
  bottom: 24%;
  top:inherit;
  margin-top: 0;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
}
.swiper-button-next-inner-news:hover{
  background: #272727 url(../Image/jiantou.png) no-repeat center;
}


/*联系我们内页*/
.contactbox .wrapper.con{
  height: 440px;
}
.contactbox .c-left{
  float: left;
  width:28%;
  height: 100%;
  background: #292929;
  padding:2% 1%;
}
.contactbox .c-left p {
  font-size:14px;
  color:#fff;
  padding:4% 0 4% 10%;
  border-bottom:1px dashed #4a4a4a;
}
.contactbox .c-left p.t{
  font-size: 20px;
  font-weight: 700;
  padding: 7% 0;
}
.contactbox .c-left .hotline{
  background: url("../Image/c1.png") no-repeat center left;
}
.contactbox .c-left .weixin{
  background: url("../Image/c2.png") no-repeat center left;
}
.contactbox .c-left .qq{
  background: url("../Image/c3.png") no-repeat center left;
}
.contactbox .c-left .email{
   background: url("../Image/c4.png") no-repeat center left;
 }
.contactbox .c-left .fax{
  background: url("../Image/c5.png") no-repeat center left;
}
.contactbox .c-left .address{
  background: url("../Image/c6.png") no-repeat center left;
}
.contactbox .erbox{
  width:100%;
  margin:5% auto 0 auto;
 /* display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align:center;*/
  font-size: 14px;
  color:#fff;

}
.contactbox .erbox .erbox-list{
  width:100%;
  overflow: hidden;
}
.contactbox .erbox .erbox-list img{
  max-width: 30%;
}
.contactbox .erbox .erbox-list p{
  border-bottom:none;
}
.contactbox .c-right{
  float: left;
  width:44%;
  height: 100%;
  border:3px solid #292929;
}


.xinwenbg-com-inner{
  background: url(../Image/com-inner-bg.jpg) no-repeat center / cover;
  background-attachment: fixed;
}
.xinwenbg-com-inner i{
  top: -11%;
}
.xinwenbg-com-inner .tbox{
  padding: 6% 0 0 0;
}

.swiper-container-devep .swiper-slide{
  width:100%;
  height: 100%;
}
.swiper-container-devep .swiper-slide .textbox{
  width:100%;
  height: 240px;
  position: relative;
}
.swiper-container-devep .swiper-slide .textbox .title{
  font-size: 53px;
  color: #ffffff;
  font-family: "thyFont2";
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
}
.swiper-container-devep .swiper-slide .textbox .con{
   font-size: 16px;
   color: #ffffff;
   line-height: 24px;
    margin-top: 5%;
 }
.swiper-container-devep .swiper-slide .textbox:after{
  content:"";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #ececec;
  bottom:0;
  left:50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);

}
.swiper-container-devep .swiper-slide:hover .textbox .title{
  color: #e35c16;
}
.devep{
  margin:6% 0 0 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  position: relative;
}
.swiper-button-next-devep{
  right:46%;
  left:inherit;
  top:145%;
  width:45px;
  height: 45px;
  border:1px solid rgba(255, 255, 255, 0.5);
  background: url("../Image/devep-right.png") no-repeat center;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  outline: none;
}
.swiper-button-next-devep:hover{
  background:#e35c16 url("../Image/devep-right.png") no-repeat center;
  border:1px solid #e35c16;
 }

.swiper-button-prev-devep{
  left:46%;
  top:145%;
  width:45px;
  height: 45px;
  border:1px solid rgba(255, 255, 255, 0.5);
  background: url("../Image/devep-left.png") no-repeat center;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  outline: none;
}
.swiper-button-prev-devep:hover{
  background:#e35c16 url("../Image/devep-left.png") no-repeat center;
  border:1px solid #e35c16;
}
.xinwe-com-inner .xinwencontent{
  margin-top: -5%;
}
.com-youshi{
  padding:5% 0;
}
.com-youshi .titlefir{
  font-size: 42px;
  color: #000000;
  text-align:center;
  font-weight: 700;
}
.com-youshi .titlesec{
  width: 50px;
  height: 2px;
  background-color: #c2c2c2;
  margin:3% auto;
}
.com-youshi .titlethr{
  font-size: 16px;
  color: #000000;
  text-align:center;
  line-height: 30px;
  width:60%;
  margin:0 auto;
  letter-spacing: 1px;
}
.xinwe-com-inner .xinwencontent{
  padding:0;
}

.com-youshi-left{
  float: left;
  width:50%;
  height: 100%;
  background: url("../Image/com-5.jpg") no-repeat center / cover;
}
.com-youshi-left .text{
  width:70%;
  margin:0 auto;
  text-align:center;
}
.com-youshi-left .text .fir{
  color: #ffffff;
  font-size: 28px;
  line-height: 40px;
  margin-top: 22%;
}
.com-youshi-left .text .sec{
  color: #ffffff;
  font-size: 16px;
  line-height: 30px;
  margin-top: 51%;
}
.com-youshi-right{
  width:50%;
  float: left;
  height: 100%;
}
.com-youshi-right .com-youshi-rigth-list{
  width:100%;
  height: 50%;
  padding:6%;
}
.com-youshi-right .com-youshi-rigth-list:nth-child(1){
  background:url("../Image/com-6.jpg") no-repeat center / cover;
}
.com-youshi-right .com-youshi-rigth-list:nth-child(2){
  background:url("../Image/com-7.jpg") no-repeat center / cover;
}
.com-youshi-right .com-youshi-rigth-list .fir{
  color: #ffffff;
  font-size: 28px;
  margin-bottom: 5%;
}
.com-youshi-right .com-youshi-rigth-list .sec{
  color: #ffffff;
  font-size: 16px;
  line-height: 30px;
}
.chanping-com-inner .cp-item{
  margin-top: 3%;
}



.inner-product ul li{
  float: left;
  width: 32.5%;
  margin-right: 1.2%;
  margin-bottom: 2%;
}
.inner-product ul li:nth-child(3n){
  margin-right: 0;
}
.inner-product ul li .imgbox{
  width:100%;
  height: 292px;
  position: relative;
  overflow: hidden;
}
.inner-product ul li .imgbox img{
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.inner-product ul li:hover .imgbox img{
  -webkit-transform: scale(1.05) translateZ(0);
  -moz-transform: scale(1.05) translateZ(0);
  -ms-transform: scale(1.05) translateZ(0);
  -o-transform: scale(1.05) translateZ(0);
  transform: scale(1.05) translateZ(0);
}
.inner-product ul li .title{
  position: relative;
  line-height: 78px;
  border:solid 1px #d3d3d3;
  border-top:none;
  background: #fff;
  padding:0 3%;
  color: #353535;
  font-size: 18px;
}
.inner-product ul li .title span{
  display: block;
  position: absolute;
  right:2%;
  top:50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width:25px;
  height: 25px;
  background:url("../Image/inner-pro-more.png") no-repeat center;
  z-index: 2;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.inner-product ul li:hover .title span{
  background:url("../Image/inner-pro-more1.png") no-repeat center;
}
.inner-product ul li .title i{
  display: block;
  position: absolute;
  width: 101px;
  overflow: hidden;
  line-height: 25px;
  background-color: #2240b4;
  border-radius: 13px;
  font-size: 14px;
  color: #ffffff;
  padding-left: 3%;
  right:2%;
  top:50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  opacity: 0;
  font-style: inherit;
}
.inner-product ul li:hover .title i {
  opacity: 1;
}
.inner-case .titlefir{
  color: #313131;
  font-size: 24px;
  margin:4% 0;
}
.inner-case ul li{
  float: left;
  width: 32.5%;
  margin-right: 1.2%;
  box-shadow: 0px 0px 5px #d4d4d4;
}
.inner-case ul li:nth-child(3n){
  margin-right: 0;
}
.inner-case ul li .imgbox{
  width:100%;
  height: 208px;
  overflow: hidden;
}
.inner-case ul li .imgbox img{
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.inner-case ul li:hover .imgbox img{
  -webkit-transform: scale(1.05) translateZ(0);
  -moz-transform: scale(1.05) translateZ(0);
  -ms-transform: scale(1.05) translateZ(0);
  -o-transform: scale(1.05) translateZ(0);
  transform: scale(1.05) translateZ(0);
}
.inner-case ul li .title .fir{
  color: #424242;
  font-size: 16px;
  padding:0 2%;
  line-height: 50px;
  border-bottom:1px solid #dadada;
  background: #fff;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.inner-case ul li:hover .title .fir{
  background: #2240b4;
  color:#fff;
}
.inner-case ul li:hover .title .fir.sec{
  background: #2240b4 url("../Image/pro-jiantou.png") no-repeat center right 2%;
}
.inner-case .inner-case-a{
  display: block;
  line-height: 50px;
  width: 164px;
  text-align: center;
  color: #2240b4;
  font-size: 14px;
  border: solid 1px #2240b4;
  background: #fff;
  margin: 3% auto 0 auto;

}
.inner-case .inner-case-a:hover{
  background: #2240b4;
  color:#fff;
}

/*.pro-inner-list{
  width:19%;
  float: left;
  margin-right: 1.25%;
}
.pro-inner-list:last-child{
  margin-right: 0;
}
.pro-inner-list .imgbox{
  width:100%;
  height: 200px;
  position: relative;
  overflow: hidden;
  border: 1px solid #efefef;
}
.pro-inner-list .imgbox img{
  position: absolute;
  max-width: 80%;
  max-height: 80%;
  left:50%;
  top:50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
}

.pro-inner-list .text{
  width:100%;
}
.pro-inner-list .text .title{
  color: #1c1c1c;
  font-size: 15px;
  line-height: 47px;
  background: #efefef;
  text-align:center;
}
.pro-inner-list .text .con{
  color: #9f9f9f;
  font-size: 16px;
  line-height: 28px;
  margin:3% 0 5% 0;
}



.pro-inner .abox .a{
  display: block;
  width: 135px;
  line-height: 37px;
  border-radius: 3px;
  font-size: 14px;
  color: #ffffff;
  text-align:center;
  float: left;
}
.pro-inner .abox .a.afir{
  background-color: #3f3f3f;
  margin-right: 3%;
}
.pro-inner .abox .a.afir:hover{
  background-color: #616161;
}
.pro-inner .abox .a.asec{
  background-color: #e35c16;

}
.pro-inner .abox .a.asec:hover{
  background-color: #ef7f45;
}*/


.hezuo-inner{
  border-top: 1px solid #c2c2c2;
  padding-top: 3%;
}
.hezuo-inner-list{
  float: left;
  width:12%;
  height: 200px;
  margin-right: 0.5%;
}
.hezuo-inner-list:nth-child(8n){
  margin-right: 0;
}
.hezuo-inner-list .imgbox{
  width:100%;
  height: 100%;
  position: relative;
}
.hezuo-inner-list .imgbox img{
  position: absolute;
  max-width: 75%;
  max-height: 75%;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
}




/*产品详情页*/
.inner_page .inner_page_right .right_page_bottom .right_page_bottom_top .innerDetails .type-line{
  width: 35px;
  height: 2px;
  background: #1b2a76;
  margin:2% 0 3% 0;
}
.inner_page .inner_page_right .right_page_bottom .right_page_bottom_top .innerDetails .type-title{
  width: 125px;
  line-height: 35px;
  font-size:14px;
  color:#fff;
  background: #1b2a76;
  text-align:center;
}
.inner_page .inner_page_right .right_page_bottom .right_page_bottom_top .innerDetails .a2::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 2px rgba(212,208,208,1);
  background-color: #d4d0d0;
}

.inner_page .inner_page_right .right_page_bottom .right_page_bottom_top .innerDetails .a2::-webkit-scrollbar
{
  width:2px;
  background-color: #d4d0d0;
}

.inner_page .inner_page_right .right_page_bottom .right_page_bottom_top .innerDetails .a2::-webkit-scrollbar-thumb
{
  background-color: #2240b4;
}

.inner-pro-des .des1-list{
  float: left;
  width:12%;
  margin-right: 2.6%;
}
.inner-pro-des .des1-list:last-child{
  margin-right: 0;
}
.inner-pro-des .des1-list:last-child .imgbox{
  border: solid 3px #ededed;
}
.inner-pro-des .des1-list:last-child .imgbox img{
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top:50%;
  left:50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.inner-pro-des .des1-list .imgbox{
  width:100%;
  height: 134px;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
}
.inner-pro-des .des1-list .fir{
  color: #4e4e4e;
  font-size: 20px;
  text-align:center;
  margin-top: 10%;
}
.inner-pro-des .destitle{
  color: #2240b4;
  font-size: 42px;
  font-weight: 700;
  text-align:center;
  padding:4% 0;
}
.inner-pro-des .destitle2{
  color: #424242;
  font-size: 20px;
  font-weight: 700;
  padding:0 3% 1% 3%;
  background: url("../Image/des7.png") no-repeat left top;
  border-bottom:1px solid #a8a8a8;
  margin:5% 0 4% 0;
}
.inner-pro-des .destitle2 span{
  color: #6e6e6e;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  margin-left: 2%;
}
.inner-pro-des .des2-list{
  float: left;
  width:33.33%;
  padding: 0 1%;
}
.inner-pro-des .des2-list .fir{
  color: #2240b4;
  font-size: 36px;
  font-weight: 700;
}
.inner-pro-des .des2-list .fir span{
  font-size: 53px;
  font-family: 'thyFont4';
  display: inline-block;
  margin-right: 2%;
}
.inner-pro-des .des2-list .sec{
  color: #616161;
  line-height: 20px;
  font-size: 14px;
  margin-top: 7%;
}
.inner-pro-des .des3-list{
  float: left;
  width:24%;
  margin-right:1.3%;
}
.inner-pro-des .des3-list:last-child{
  margin-right: 0;
}
.inner-pro-des .des3-list .imgbox{
  width:100%;
  height: 190px;
}
.inner-pro-des .des4{
  width:80%;
  margin:0 auto;
  margin-top: 1.5%;
}
.inner-pro-des .des4 .des4-list{
  float: left;
  width: 32%;
  margin-right: 1.5%;
}
.inner-pro-des .des4-list:last-child{
  margin-right: 0;
}
.inner-pro-des .des4-list .imgbox{
  width:100%;
  height: 190px;
}


.shouhou-type{
  padding:4% 0;
  background: #fff;
}
.shouhou-type-left{
  width:47%;
}
.shouhou-type .shouhou-type-list{
  width:100%;
}
.shouhou-type-left.fir{
  float: left;
}
.shouhou-type-left.sec{
  float: right;
}
.shouhou-type .shouhou-type-list .imgbox{
  width:20%;
  color: #1b2a76;
  font-size: 89px;
  font-family: "thyFont2";
  font-weight: 700;
  float: left;
  margin-top: 4%;
}
.shouhou-type .shouhou-type-list .text{
  float: left;
  width:75%;
  height: 100%;
  border-bottom:1px solid #d6d6d6;
  padding: 8% 0;
}
.shouhou-type .shouhou-type-list .text .text-left{
  width:100%;
  float: left;
  padding-left: 15%;
  margin-bottom: 3%;
}
.shouhou-type .shouhou-type-list .text .text-left .fir{
  color: #343434;
  font-size: 20px;
  font-weight: 700;
}
.shouhou-type .shouhou-type-list .text .text-left .sec{
  color: #9d9d9d;
  font-size: 14px;
}
.shouhou-type .shouhou-type-list .text .text-left.text-left1{
  background: url("../Image/y1.png") no-repeat center left;
  background-size: 7%;
}
.shouhou-type .shouhou-type-list .text .text-left.text-left2{
  background: url("../Image/y2.png") no-repeat center left;
  background-size: 7%;
}
.shouhou-type .shouhou-type-list .text .text-left.text-left3{
  background: url("../Image/y3.png") no-repeat center left;
  background-size: 7%;
}
.shouhou-type .shouhou-type-list .text .text-left.text-left4{
  background: url("../Image/y4.png") no-repeat center left;
  background-size: 7%;
}
.shouhou-type .shouhou-type-list .text .text-left.text-left5{
  background: url("../Image/y5.png") no-repeat center left;
  background-size: 7%;
}
.shouhou-type .shouhou-type-list .text .text-right{
  float: left;
  width:100%;
  color: #191919;
  font-size: 16px;
  line-height: 30px;
 }

.case_fieldset p.p_title{
  border-bottom: 1px solid #1b2a76;
  margin-bottom: 2%;
}
.case_fieldset strong.b_title{
  font-size:16px;
  background: #1b2a76;
  padding:0.5% 1.5%;
  color:#fff;
  display: inline-block;
}

.lingdao-list{
  width:23%;
  margin-right: 2%;
  float: left;
  margin-bottom: 5%;
}
.lingdao-list:last-child{
  margin-right: 0;
}
.lingdao-list .imgbox{
  width:100%;
  height: 283px;
}
.lingdao-list .title{
  color: #0b0d0c;
  line-height: 24px;
  font-size: 16px;
  margin-top: 5%;
  text-align: justify;
}
.small_banner .pro-inner-lunbo{
  position: absolute;
  width: 100%;
  height: 80%;
  right: 0;
  top:20%;
  z-index: 4;
}
.small_banner .pro-inner-lunbo .swiper-container-pro-inner{
  width:100%;
  height: 100%;
}
.small_banner .pro-inner-lunbo .swiper-container-pro-inner .swiper-wrapper{
  width:100%;
  height: 100%;
}
.small_banner .pro-inner-lunbo .swiper-container-pro-inner .swiper-wrapper .imgbox{
  width:100%;
  height: 100%;
}
.small_banner .pro-inner-lunbo .swiper-container-pro-inner .swiper-wrapper .imgbox img{
  position: absolute;
  max-width: 100%;
  max-height: 76%;
  right: 7%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.chanping-title-left{
  float: left;
  width:30%;
}
.chanping-title-right{
  float: right;
  width:70%;
  margin-top: 5.5%;
}
.chanping-title-right a{
  display:block;
  float:right;
  font-size:16px;
  margin-left:4%;

}
/*产品列表页*/
.n-ptype{
  width: 100%;
  position: relative;
  padding: 3% 0;
}
.n-ptype>ul>li{  
  width: 14%;
  margin-right: 3.2%;
  float: left;
  line-height: 45px;
  text-align: center;
  position: relative;

}
.n-ptype>ul>li>a {
  color: #191919;
  font-size: 16px;
  display: block;
  background:#f0f0f0;
}
.n-ptype>ul>li>.p-yiji{
  background: url(../Image/yiji.png) no-repeat center center;
  height: 50px;
  color: #fff;
  background-size: 100% 100%;
  z-index: 100;
  position: relative;
}
.n-ptype>ul>li:last-child{
  margin-right: 0;
}
.n-ptype>ul>li .p-erji{
  position: absolute;
  width: 100%;
  background:#f0f0f0;

  transition: all 300ms ease-in-out;
  -webkit-transform: all 1000ms ease-in-out;
  z-index: 99;
  display: none;

}
.n-ptype>ul>li .p-erji a{
  border-bottom: 1px solid #fff;
  line-height: 45px;
  display: block;
  
}
.n-ptype>ul>li:hover .p-erji{
  top: 45px;

  transition: all 300ms ease-in-out;
  -webkit-transform: all 1000ms ease-in-out;
  display: block;
}
.np-list{
  width: 100%;
  padding:2% 0 3% 0;
}
.np-list ul li{
  width: 100%;
  padding-bottom: 3%;
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 5%;
}
.np-img{
  width: 30%;
  float: left;
  height: 400px;

  position: relative;
}
.np-img img{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  max-width: 100%;

}
.np-tit{
  width: 67%;
  float: right;
}
.np-title{
  float: left;
}
.np-title h3{
  color: #141414;
  font-size: 30px;
  font-weight: bold;
}
.np-title p{
  color: #b3b3b3;
  font-size: 20px;
  padding-top: 10px;
}
.np-more{
  float: right;
  background:url(../Image/pjia.png) no-repeat center right;
  color: #262626;
  font-size: 18px;
  text-align: left;
  padding-right: 30px;
}
.np-content{
  color: #141414;
  font-size: 16px;
  line-height: 30px;
  margin-top: 50px;
  width: 70%;
  
}
.inner_case_content{
  padding-top: 2%;
}
.inner_case_content p{
  font-size: 16px;
}
 ::-webkit-scrollbar {
        width:5px;
        background-color:#f0f0f0 ;
        }
        /* 滚动槽 */
        ::-webkit-scrollbar-track {
        border-radius:10px;
        }
        /* 滚动条滑块 */
        ::-webkit-scrollbar-thumb {
        border-radius:10px;
        background:#1f2c5c;
        }
}
/*关于我们*/
.nei-about{
  width: 100%;
  position: relative;
  padding: 5% 0;
}
.nei-about{
  width: 100%;
  position: relative;
  padding: 5% 0;
}
.about1{
  width: 100%;
  position: relative;
  padding-bottom:3%;
}
.nei-title{
  text-align: center;
}
.nei-title h3{
  color: #333333;
  font-size: 53px;
  font-family: ziti;
}
.nei-title img{
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.about1-text{
  width: 100%;
  text-align: center;
  padding: 2% 0 0 0;
}
.about1-text p{
  width: 85%;
  margin: 0 auto;
  color: #333333;
  font-size: 18px;
  line-height: 35px;
  font-weight: normal;
}
.about2{
  width: 100%;
  position: relative;
  background: url(../Image/nei-about1.jpg) no-repeat center top;
  padding: 4% 0;
}
.about2-title{
  width: 100%;
}
.about2-title h3{
  float: left;
  font-family: ziti;
  color: #333333;
  font-size: 40px;
}
.about2-title img{
  float: right;
}
.about2-list{
  width: 100%;
  position: relative;
  margin: 2% 0;
  background-image: url(../Image/ab2.png);
  background-size: 100% 100%;
}
.about2-type{
  width: 47%;
  float: left;
  padding: 5%;
}
.about2-type ul li{
  width: 100%;
  padding: 25px 0;
  border-bottom: 1px solid #eeeeee;
  text-indent: 47px;
}
.about2-type ul li a{
  color: #333333;
  font-size: 20px;
}
.about2-type ul li small{
  display: block;
  font-size: 14px;
  color: #999999;
}
.about2-type ul .on{
  background:#1c57a2 url(../Image/jt.png) no-repeat center right 10%;
}
.about2-type ul .on a{
  color: #fff;
}
.about2-type ul .on small{
  color: #fff;
}
.about2-pic{
  width: 50%;
  float: right;
  padding: 5% 5% 0 0;
}
.about2-img{
  width: 100%;
  height: 475px;
}
.about2-img img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit:cover;
}
.about2-text p{
  color: #666666;
  font-size: 18px;
  padding: 3% 0;
}
.about2-text span{
  color: #1c57a2;
  font-size: 14px;
}
.about3{
  width: 100%;
  position: relative;
  background:url(../Image/nei-about3.jpg) no-repeat center center;
  height: 550px;
}
.about3 p{
  position: absolute;
  bottom: 10%;
  width: 75%;
  color: #fff;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  left: 50%;
  transform:translateX(-50%);
}
.about4{
  width: 100%;
  position: relative;
  padding: 3% 0 0 0;
  background:url(../Imgage/nei-about4.jpg) no-repeat center center;
}
.about4 ul li{
  width: 100%;
  padding: 2% 0;
  border-bottom: 1px solid #d0d0d0;
}
.about4 ul li .about4-num{
  float: left;
  width: 10%;
  margin-right: 5%;
  text-align: center;
}
.about4 ul li .about4-num h3{
  color: #333333;
  font-size: 80px;
  font-family: ziti;
}
.about4 ul li .about4-num p{
  color: #1c57a2;
  font-size: 50px;
  font-family: ziti;
}
.about4 ul li .about4-text{
  width: 51%;
  float: left;
  margin-right: 5%;
}
.about4 ul li .about4-text h3{
  color: #333333;
  font-size: 30px;
}
.about4 ul li .about4-text small{
  color: #999999;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: block;
  padding: 1.5% 0;
}
.about4 ul li .about4-text p{
  color: #333333;
  font-size: 18px;
  line-height: 35px;
}
.about4 ul li .about4-img{
  width: 29%;
  float: right;
  height: 235px;
}
.about4 ul li .about4-img img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit:cover;
}
/*新闻*/
.info-news{
  padding: 5% 0 0 0;
  width: 100%;
  position: relative;
}
.info-ntop{
  width: 100%;
  position: relative;
}
.info-ntop ul li{
  width: 24.2%;
  float: left;
  margin-right: 1%;
  background: #f3f3f3;
  height: 445px;
  padding: 40px;
  position: relative;
}
.info-ntop ul li:last-child{
  margin-right: 0;
}
.info-ntop ul li h3{
  color: #000000;
  font-size: 23px;
}
.info-ntop ul li h3:after{
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  background: #d1d1d1;
  margin: 33px 0 43px 0; 
}
.info-ntop ul li p{
  color: #848484;
  font-size: 14px;
  line-height: 28px;
}
.info-ntop ul li span{
  display: block;
  color: #1d1d1d;
  font-size: 22px;
  font-weight: bold;
  position: absolute;
  bottom: 40px;
  line-height: 50px;
  background: url(../Image/njt.png) no-repeat center right;
  width: 78%;
}
.info-nbo{
  width: 100%;
  position: relative;
  margin-top: 5%;
}
.info-nbo ul li{
  width: 45%;
  float: left;
  margin-right: 10%;
  margin-bottom: 8%;
}
.info-nbo ul li:nth-child(2n){
  margin-right: 0;
}
.info-nbo ul li span{
  color: #c4c4c4;
  font-weight:400;
  font-size: 22px;
}
.info-nbo ul li h3{
  color: #000000;
  font-size: 23px;
  font-weight: bold;
  margin: 33px 0;
}
.info-nbo ul li p{
  color: #848484;
  font-size: 14px;
  line-height: 28px;
}
/*在线留言*/
.info-mes{
  margin-top: 5%;
  background: #fff;
  position: absolute;
  top: 55%;
  left: 50%;
  transform:translate(-50%,-50%);
  height: 480px;
}
.info-mes .wrapper{
  padding: 0;
}
.info-mesleft{
  width: 32%;
  float: left;
  height:480px;
}
.info-mesleft img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit:cover;
}
.info-mesright{
  width: 68%;
  float: right;
  padding: 50px;
}

.info-mesright h3{
  color: #000000;
  font-size: 26px;
}
.info-mesright p{
  color: #949494;
  font-size: 14px;
  padding-top: 20px;
  padding-bottom: 30px;
}
.info-mesright form{
  box-sizing:border-box;
  -moz-box-sizing:border-box; /* Firefox */
  -webkit-box-sizing:border-box; /* Safari */
}
.info-mesright input{
  width: 49%;
  margin-right: 2%;
  float: left;
  line-height: 45px;
  border: 1px solid #dcdcdc;
  margin-bottom: 2%;
  text-indent: 20px;
}
.info-mesright input:nth-child(2n){
  margin-right: 0;
}
.info-mesright textarea{
  border:1px solid #dcdcdc;
  text-indent: 7px;
}
.info-mesright button{
  display: block;
  width: 120px;
  height: 38px;
  line-height: 38px;
  text-align:center;
  background: #cf1a1a;
  font-size: 14px;
  color: #fff;
  border:none;
  margin-top: 2%;
  border-radius: 3px;
}
/*案例*/
.info-case{
  width: 100%;
  position: relative;
  padding: 5% 0;
}
.info-case ul li{
  width: 23.5%;
  margin-right: 2%;
  float: left;
  height: 470px;
  margin-bottom: 2%;
}
.info-case ul li:nth-child(4n){
  margin-right: 0;
}
.caseimg{
  width: 100%;
  height: 250px;
  overflow: hidden;
  background: #a3b3c4;
}
.caseimg img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit:cover;
}
.casetext h3{
  color: #202020;
  font-size: 22px;
  font-weight: bold;
  padding-top: 30px;
}
.casetext small{
  color: #202020;
  font-size: 16px;
  padding: 10px 0;
  display: block;
}
.casetext p{
  color: #a5a5a5;
  font-size: 16px;
  line-height: 28px;
  font-weight: 100;
}
.casetext span{
  display: block;
  width: 125px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  background: #f0f0f0;
  color: #191919;
  font-size: 16px;
  margin-top: 30px;
}
.info-case ul li:hover .casetext span{
  background:#cf1a1a;
  color: #fff;
}


/*头部*/
.header_top {
  height: 100px;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1000;
  transition: 600ms ease;
  -webkit-transition: 600ms ease;
}
.header_top.scroll {
  background: url("../Image/bg1.jpg") no-repeat center top;
}
.header_top .logo {
  position: absolute;
  left: 3%;
  top: 24%;
}
.header_top .logo img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}
.header_top .logo img.mlogo{
    display: none;
}
.header_top p {
  position: absolute;
  left: 3%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  cursor: pointer;
  display:none;
}
.header_top p .btn_i {
  display: block;
  float: left;
}
.header_top p:hover .btn_i small,
.header_top p:hover .btn_i:before,
.header_top p:hover .btn_i:after {
  background: #1f2c5c;
}
.header_top p:hover span {
  color: #1f2c5c;
}
.header_top p .btn_i small,
.header_top p .btn_i:before,
.header_top p .btn_i:after {
  display: block;
  content: '';
  width: 29px;
  height: 4px;
  background: #fff;
  border-radius: 4px;
  margin: 6px 0;
  transition: 300ms ease;
  -webkit-transition: 300ms ease;
}
.header_top p span {
  font-size: 16px;
  color: #fff;
  float: left;
  line-height: 29px;
  padding-left: 10px;
  transition: 300ms ease;
  -webkit-transition: 300ms ease;
  margin-top: 5%;
}
.header_top .header_icon {
  position: absolute;
  right: 3%;
  top: 24%;
  padding-right:50px;
  background: url("../Image/tel.png") no-repeat right center;
  text-align:right;
}
.header_top .header_icon .fir{
font-size:16px;
  color:#fff;
}
.header_top .header_icon .sec{
  font-size:24px;
  color:#fff;
  font-family: font2;
}
.header_top .top_nav{
  width:57%;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  margin:0 auto;
}
.header_top .top_nav a{
  display: block;
  line-height: 100px;
  text-align:center;
  color:#fff;
  font-size:16px;
}


.pc-nav-animate {
  top: -100px;
}
.header_form {
  background: #fff;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 20;
  display: block;
  padding: 25px 0;
  transition: 500ms ease;
  -webkit-transition: 500ms ease;
  opacity: 0;
  visibility: hidden;
}
.header_form form {
  width: 10%;
  margin: 0 auto;
  position: relative;
  display: block;
  border-left: 3px solid #6e6e6e;
  height: 40px;
  transition: 500ms ease;
  -webkit-transition: 500ms ease;
  transition-delay: 0.3s;
}
.header_form form input {
  width: 100%;
  line-height: 100% ;
  display: block;
  height: 100%;
  border: 0;
  text-indent: 10px;
}
.header_form form button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background: url("../images/sch.png") no-repeat center;
  background-size: cover;
  text-indent: -999rem;
  opacity: 0.5;
}
.header_form.header_form2 {
  top: 100px;
  opacity: 1;
  visibility: visible;
}
.header_form.header_form2 form {
  width: 40%;
}

.mask_nav .nav_right {
  position: fixed;
  width: 200px;
  height: 100%;
  left: -200px;
  top: 0;
  z-index: 1002;
  background: #fff;
  transition: 400ms ease;
  -webkit-transition: 400ms ease;
}
.mask_nav .nav_right.nav_right2 {
  left: 0;
}
.mask_nav .nav_right p {
  line-height: 57px;
  text-align: center;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  color: #263261;
  cursor: pointer;
}
.mask_nav .nav_right p i {
  padding-right: 10px;
  transition: 300ms ease;
  -webkit-transition: 300ms ease;
  display: inline-block;
  transform-origin: 50% 50%;
}
.mask_nav .nav_right p span {
  display: inline-block;
  transition: 300ms ease;
  -webkit-transition: 300ms ease;
}
.mask_nav .nav_right p:hover i {
  transform: translateX(-10px);
  -webkit-transform: translateX(-10px);
}
.mask_nav .nav_right p:hover span {
  transform: translateX(-10px);
  -webkit-transform: translateX(-10px);
}
.mask_nav .nav_right ul {
  margin-top: 5%;
}
.mask_nav .nav_right ul li {
  text-align: center;
}
.mask_nav .nav_right ul li a {
  display: block;
  margin-bottom: 3%;
}
.mask_nav .nav_right ul li a:after {
  display: block;
  content: '';
  width: 12px;
  height: 2px;
  background: #dedede;
  margin: 0 auto;
}
.mask_nav .nav_right ul li span {
  font-size: 14px;
  color: #646464;
  display: block;
  margin: 5% 0;
}
.mask_nav .nav_right ul li:hover span {
  color: #263261;
}
.mask_nav .mask {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 1001;
  visibility: hidden;
  opacity: 0;
  transition: 300ms ease;
  -webkit-transition: 300ms ease;
  transition-delay: 0.1s;
}
.mask_nav .mask.mask2 {
  opacity: 1;
  visibility: visible;
}
.mask_nav .animated2 {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.43s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.sbanner{
  height: 495px;
  position: relative;
}
.sbanner .title{
  position: absolute;
  left:50%;
  top:54%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  text-align:center;
  color:#fff;
}
.sbanner .title .fir{
  font-size:40px;
  font-weight: lighter;
}
.sbanner .title .sec{
  font-size:75px;
  font-family: font3;
  text-transform: uppercase;
}
.sbanner.company-banner{
  background: url("../Image/company-inner-bg.jpg") no-repeat center top / cover;
}
.sbanner.product-banner{
  background: url("../Image/product-inner-bg.jpg") no-repeat center top / cover;
}
.sbanner.case-banner{
  background: url("../Image/case-inner-bg.jpg") no-repeat center top / cover;
}
.sbanner.luntan-banner{
  background: url("../Image/luntan-inner-bg.jpg") no-repeat center top / cover;
}
.sbanner.honor-banner{
  background: url("../Image/honor-inner-bg.jpg") no-repeat center top / cover;
}
.sbanner.news-banner{
  background: url("../Image/news-inner-bg.jpg") no-repeat center top / cover;
}

/*关于我们内页*/
.company-inner-fir{
  padding:4% 0;
  background: #eaeaea;
}
.company-title{
  margin-bottom: 3%;
}
.company-title .fir {
  text-align: center;
  font-size: 36px;
  color: #000;
}
.company-title .sec{
  text-align: center;
  font-size: 16px;
  color: #787878;
  width: 67%;
  margin: 1% auto 0 auto;
}
.company-inner-fir .desbox{
  width:100%;
  height: 510px;
}
.company-inner-fir .desbox .imgbox{
  float: left;
  width:50%;
  height: 100%;
}
.company-inner-fir .desbox .imgbox img{
  width:100%;
  height: 100%;
  object-fit: cover;
}
.company-inner-fir .desbox .text{
  float: left;
  width:50%;
  height: 100%;
  background: #fff;
  padding:4%;
}
.company-inner-fir .desbox .text .fir{
  font-size:30px;
  color:#1e1e1e;
}
.company-inner-fir .desbox .text .line{
  width:19px;
  height: 2px;
  background: #b0b0b0;
  margin: 4% 0;
}
.company-inner-fir .desbox .text .sec{
  font-size:24px;
  color:#272727;
  font-weight: 700;
}
.company-inner-fir .desbox .text .des{
  font-size:14px;
  color:#949494;
  line-height: 30px;
  margin: 6% 0 8% 0;
}
.company-inner-fir .desbox .text a{
  display: block;
  line-height: 44px;
  background: url("../Image/com-inner-more.png") no-repeat left center;
  padding-left: 58px;
  font-size:14px;
  color:#1e1e1e;
}
.company-inner-fir .desbox .text a:hover{
  padding-left: 65px;
}
.company-inner-sec{
  padding:4% 0;
  background: url("../Image/company-inner-img2.jpg") no-repeat center / cover;
}
.company-inner-sec .text-list-box{
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 11%;
}
.company-inner-sec .text-list{
  width:20%;
}
.company-inner-sec .text-list .fir{
  font-size:24px;
  color:#fff;
  font-weight: 700;
}
.company-inner-sec .text-list .imgbox{
  width:100%;
  height: 56px;
  margin: 7% 0;
}
.company-inner-sec .text-list img{
  max-width: 100%;
  max-height: 100%;
}
.company-inner-sec .text-list .sec{
  font-size:16px;
  color:#bdbdbd;
  line-height: 30px;
}
.company-inner-thr{
  padding:4% 0;
  background: #fff;
}
.company-inner-thr .swiper-slide .imgbox{
  width:100%;
  height: 330px;
  border: 1px solid #eee;
}
.company-inner-thr .swiper-slide .imgbox img{
  width:100%;
  height: 100%;
  object-fit: contain;
}
.company-inner-four{
  padding:0 0 4% 0;
}
.company-inner-four .imgboxout{
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
.company-inner-four .imgboxout .imgbox{
  float: left;
  width:118px;
  height: 130px;
  position: relative;
}
.company-inner-four .imgboxout .imgbox img{
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
/*产品内页*/
.cebianlan{
  width:100%;
}
.cebianlan .ce-bottom{
  width:100%;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 4%;
}
.cebianlan .ce-bottom.news_inner_type{
  width: 38%;
  margin: 0 auto;
  margin-bottom: 4%;
}
.cebianlan .ce-bottom a{
  display: block;
  line-height: 45px;
  font-size:16px;
  color:#303030;
  width:18%;
  text-align:center;
  background: #fff;
}
.cebianlan .ce-bottom.news_inner_type a{
  width: 30%;
}
.cebianlan .ce-bottom a:hover{
  background: #ca200e;
  color:#fff;
}
.cebianlan .ce-bottom.case_inner_type{
  margin: 0 auto 4% auto;
}
.cebianlan .ce-bottom.case_inner_type a{
  background: #fff;
  width: 19%;
}
.cebianlan .ce-bottom.case_inner_type a:hover{
  background: #ca200e;
  color:#fff;
}
.cebianlan .ce-bottom a.active{
  background: #ca200e;
  color:#fff;
}
.cebianlan .ce-bottom.case_inner_type a.active{
  background: #ca200e;
  color:#fff;
}
.all-inner-left.chanping .cebianlan .ce-bottom a{
  width: 24%;
}


.goods-inner{
  padding:3% 0;
  background: #f5f5f5;
}
.all-inner-box{
  margin-top: 4%;
}
.all-inner-box .all-inner-left{
  width:100%;
}
.all-inner-box .all-inner-right{
  width: 100%;
}
.all-inner-box .all-inner-des{
  padding: 3%;
  box-shadow: 0px 0px 5px #d0d0d0;
  background: #fff;
}
.goods-show-box{
  width:100%;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
.goods-show-box .goods-show-list{
  width:23.5%;
  margin-bottom: 3%;
  box-shadow: 0px 0px 0px #bdbdbd;
  top: 0px;
  transition: opacity .7s,box-shadow .3s linear,top .2s linear;
}
.goods-show-box .goods-show-list:hover{
  box-shadow: 0px 1px 10px #a7a7a7;
  top: -6px;
  transition: box-shadow .3s linear,top .2s linear;
}
.goods-show-box .goods-show-list .imgbox{
  width:100%;
  height: 280px;
  position: relative;
  perspective: 400px;
  background: #fff;
}
.goods-show-box .goods-show-list .imgbox img{
  width:100%;
  height: 100%;
  object-fit: contain;
}
.goods-show-box .goods-show-list .title{
  line-height: 50px;
  color:#333;
  font-size:20px;
  text-align:center;
  background: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 2%;
}
.goods-show-box .goods-show-list .imgbox .des{
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(46, 102, 185, 0.4);
  left: 0;
  top: 0;
  position: absolute;
  transform-origin: left center;
  transform: rotateY(90deg);
  transition: 600ms ease;
  -webkit-transition: 600ms ease;
  opacity: 0;
  color:#fff;
  font-size:14px;
  padding: 10%;
}
.goods-show-box .goods-show-list:hover .imgbox .des{
  transform: rotateY(0deg);
  opacity: 1;
}
.goods-show-box .goods-show-list .text{
  background: #fff;
  padding:3%;
}
.goods-show-box .goods-show-list .text .fir{
  font-weight: 700;
  font-size:20px;
  color:#151515;
  padding: 0 0 3% 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.goods-show-box .goods-show-list .text .con{
  font-size:14px;
  color:#919191;
  line-height: 22px;
}
.goods-show-box .goods-show-list .text .tr05{
  width: 120px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 16px;
  position: relative;
  background: #df200c;
  color: #fff;
  margin-top: 4%;
}
.goods-show-box .goods-show-list .text .tr05 .f1{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  overflow: hidden;
}
.goods-show-box .goods-show-list .text .tr05 .f1 .son{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(0,0,0,0.2);
  opacity: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.goods-show-box .goods-show-list .text .tr05:hover .f1 .son{
  transform: scale(7.5);
  -webkit-transform: scale(7.5);
  opacity: 1;
}
.goods-show-box .goods-show-list .text .tr05 .f2{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}
.goods-show-box .honor-show-list{
  width:19.5%;
  margin-bottom: 3%;
  box-shadow: 0px 0px 0px #bdbdbd;
  top: 0px;
  transition: opacity .7s,box-shadow .3s linear,top .2s linear;
}
.goods-show-box .honor-show-list .imgbox{
  width: 100%;
  height: 310px;
  position: relative;
  border: 1px solid #e0e0e0;
  border-bottom: none;
  padding: 4% 0;
}
.goods-show-box .honor-show-list .imgbox img{
  width:100%;
  height: 100%;
  object-fit: contain;
}
.goods-show-box .honor-show-list .title{
  text-align:center;
  font-size:16px;
  line-height: 45px;
  background: #fff;
}
.de-page-mian {
  overflow: hidden;
  text-align: center;
  font-size: 0;
  margin: 10px 0 35px;
}
.de-page-mian .page-inner {
  display: inline-block;
  overflow: hidden;
}
.de-page-mian .page-inner a {
  display: block;
  float: left;
  min-width: 26px;
  padding: 0 5px;
  height: 36px;
  border: 1px solid #dddddd;
  background: #fff;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  margin-right: -1px;
  overflow: hidden;
}
.de-page-mian .page-inner a.active,
.de-page-mian .page-inner a:hover {
  color: #fff;
  border-color: #c30c14;
  background: #c30c14;
}
.de-page-mian .page-inner a.prev {
  margin-right: 10px;
  background: #fff url(../images/prev.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev.on {
  background: #fff url(../images/prev-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev:hover {
  background-color: #fff;
  border-color: #dddddd;
}
.de-page-mian .page-inner a.next {
  margin-left: 10px;
  margin-right: 15px;
  background: #fff url(../images/next.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next.on {
  background: #fff url(../images/next-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next:hover {
  background-color: #fff;
  border-color: #dddddd;
}
.de-page-mian .page-inner a.page-btn {
  font-size: 12px;
  margin-right: 0;
  width: 63px;
  margin-left: 10px;
}
.de-page-mian .page-inner span {
  display: block;
  font-size: 12px;
  color: #333;
  float: left;
  line-height: 38px;
}
.de-page-mian .page-inner input {
  display: block;
  float: left;
  height: 36px;
  width: 36px;
  border: 1px solid #dddddd;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  margin: 0 5px;
}
.rig-title{
  font-size: 15px;
  color: #666;
}
.rig-title .crumbs i{
  display: inline-block;
  margin-right: 5px;
 }
.goods-des-imgbox{
  float: left;
  width: 100%;
  margin-bottom: 1%;
}
.goods-des-imgbox img{
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.goods-des-text{
  float: right;
  width:100%;

}
.goods-des-text .title{
  font-size: 24px;
  color: #222;
  text-align: center;
  margin-bottom: 3%;
}
.goods-des-text .con{
  font-size: 16px;
  color: #353535;
  display: block;
  margin: 2% 0;
  line-height: 25px;
}
.goods-des-text a {
  display: block;
  line-height: 30px;
  color: #1f2c5c;
  font-size:15px;
}
.goods-des-text a i{
  display: inline-block;
  margin-right: 5px;
  /* font-weight: 700; */
  font-size: 24px;
}
.goods-des-text table{
  width: 100% !important;
  word-break: break-all;
  text-align: center;
  margin: 0 auto;
}
.goods-des-text table tr td{
  padding:0 1%;
  background: #fff !important;
  text-align: left;
 }

.newsPage{
  margin-top: 8%;
}
.newsPage .page-a{
  width: 100%;
  height: 45px;
  line-height: 45px;
  text-indent: 27px;
  border-bottom: 1px dashed #ddd;
  font-size: 14px;
  color: #999;
}
.newsPage .page-a a{
   color: #999;
 }
.newsPage .page-a:hover a{
  color: #d2021b;
}

.newsPage .page-a:nth-child(1){
  background: url("../Image/prev.png") no-repeat left center;
  background-size: 20px;
}
.newsPage .page-a:nth-child(2){
  background: url("../Image/next.png") no-repeat left center;
  background-size: 20px;
}
.no-goods,.no-network{
  padding-top:100px;
  overflow: hidden;
  text-align: center;
  width: 100%;
}
.no-goods img{
  display: block;
  margin:0 auto 30px;
  width:220px;
  max-height: 105px;
}
.no-network img{
  display: block;
  margin:0 auto 30px;
  width:222px;
  height: 160px;
}
.no-goods p,.no-network p{
  font-size:14px;
  color:#666666;
  line-height: 20px;
}
.news-show-box{
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
.news-show-list{
  width:49.5%;
  height: 186px;
  margin-bottom: 2%;
}
.news-show-list .imgbox{
  width: 34%;
  height: 100%;
  overflow: hidden;
  float: left;
}
.news-show-list .imgbox img{
  width:100%;
  height: 100%;
  object-fit: cover;
  transition: 700ms ease;
  -webkit-transition: 700ms ease;
}
.news-show-list:hover .imgbox img{
  -webkit-transform: scale(1.05) translate(0);
  -moz-transform: scale(1.05) translate(0);
  -ms-transform: scale(1.05) translate(0);
  -o-transform: scale(1.05) translate(0);
  transform: scale(1.05) translate(0);
}
.news-show-list .text{
  width:66%;
  background: #fff;
  height: 100%;
  padding:3%;
  border: 1px solid #eee;
  float: left;
 }
.news-show-list .text .title{
  display: block;
  font-size: 22px;
  line-height: 26px;
  transition: 300ms ease;
  -webkit-transition: 300ms ease;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-show-list .text .con{
  display: block;
  font-size: 14px;
  line-height: 22px;
  margin-top: 0%;
}
.news-show-list .text .time{
  font-style: normal;
  display: inline-block;
  margin: 2% 0;
  border-bottom: 2px solid #c30c14;
}
.news-show-list .text .more{
  color:#c30c14;
  font-size:15px;
  margin-top: 2%;
}
.news-show-title{
  font-size: 30px;
  color: #000;
  padding-bottom: 2%;
  text-align: center;
  border-bottom: 1px solid #eee;
}
.news_time{
  text-align: center;
  padding-bottom: 1%;
  border-bottom: 1px solid #eee;
  margin-bottom: 2%;
}
.news_time span:first-child {
  background: url("../Image/time.png") no-repeat left center;
  padding-left: 20px;
}
.news_time span:first-child + span {
  background: url("../Image/click.png") no-repeat left center;
  padding-left: 25px;
}
.news-show-des{
  font-size:15px;
  line-height: 28px;
  color:#333;
  padding:3% 0;
}
.news-show-des img{
  max-width: 100%;
  margin:0 auto 1% auto;
  display: block;
}
#allmap {
  width: 100%;
  height: 945px;
}
.info-maps-con {
  position: absolute;
  right: 12%;
  background: #fff;
  z-index: 3;
  padding: 4%;
  margin-top: 16%;
  width: 30%;
  top: 0;
}
.info-maps-con h3 {
  font-size: 24px;
  color: #000;
  margin-bottom: 5%;
}
.info-maps-con p {
  font-size: 16px;
  color: #7e7e7e;
  line-height: 32px;
}
.info-maps-con p span{display: block;text-align: center;}
.info-maps-con img {
  max-width: 100%;
  margin: 3% auto;
  display: block;
}

.query{
  width:50%;
  margin:7% auto;
}
.query input[type=text]{
  float: left;
  width:80%;
  line-height: 50px;
  border:1px solid #eee;
  background: #fff;
  text-indent:15px;
  border-right:none;
  outline: none;
}
.query input[type=submit]{
  float: left;
  width:20%;
  line-height: 50px;
  background: #fff url("../Image/search.png") no-repeat center;
  outline: none;
  border:1px solid #eee;
  cursor: pointer;
}
.sub{;border-bottom: 1px dashed #eee;margin-bottom: 25px;padding-bottom: 15px;text-align: center}
.sub li{display: inline-block;font-size: 16px;font-weight: lighter;margin: 0px 15px;color: #666;padding-left: 30px;}
.sub li:nth-child(1){background: url("../Image/info1.png") left center no-repeat;background-size: 27px}
.sub li:nth-child(2){background: url("../Image/info2.png") left center no-repeat;background-size: 25px}
.sub li:nth-child(3){background: url("../Image/info3.png") left center no-repeat;background-size: 17px}


.inner-des-title{
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
  margin-top: 40px;
  margin-bottom: 20px;
}
.inner-des-title .inner-des-title-inner{
  float: left;
  height: 100%;
  text-indent: 35px;
  background: #c30c14 url(../Image/can.png) left 5px center no-repeat;
  background-size: 23px;
  font-size: 16px;
  line-height: 38px;
  color: #fff;
  width: 120px;
}
.case-des-imgbox{
  width:100%;
  margin-bottom: 2%;
}
.case-des-imgbox img{
  max-width: 86%;
  margin:0 auto;
  display: block;
}

.luntan-show-list{
  width:32%;
  background: #fff;
  padding:1.5%;
  margin-bottom: 2%;
  box-shadow: 0px 0px 0px #bdbdbd;
  transition: opacity .7s,box-shadow .3s linear,top .2s linear;
  position: relative;
  top:0;
}
.luntan-show-list:hover{
  box-shadow: 0px 1px 10px #a7a7a7;
  top: -6px;
  transition: box-shadow .3s linear,top .2s linear;
}
.luntan-show-list .title{
  display: block;
  font-size: 22px;
  line-height: 26px;
  transition: 300ms ease;
  -webkit-transition: 300ms ease;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.luntan-show-list .time{
  font-style: normal;
  display: inline-block;
  margin: 2% 0;
  border-bottom: 2px solid #c30c14;
}
.luntan-show-list .more{
  color: #c30c14;
  font-size: 15px;
  margin-top: 2%;
}