﻿@charset "utf-8";
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}
#bsWXBox {
  box-sizing: content-box;
}
ul {
  list-style: none;
}
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
b,
small,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
sub,
sup,
tt,
var,
del,
dfn,
ins,
kbd,
q,
s,
samp,
strike,
applet,
object,
iframe,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
mark,
audio,
video,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}
body {
  font-size: 14px;
  color: #666;
  width: 100%;
  line-height: 24px;
  background: #fff;
  min-width: 1259px;
  font-family: arial, "microsoft yahei";
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
}
a:link,
a:visited {
  text-decoration: none;
  outline: none;
  color: #666;
}
a:hover,
a:active,
a:focus {
  text-decoration: none;
  color: #c90e0e;
}
img {
  border: 0;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
input,
textarea,
select {
  font-size: 14px;
  outline: 0;
  overflow: hidden;
  font-family: 'Microsoft YaHei', arial;
}
input[type='reset'],
input[type='button'],
input[type='submit'],
input[type='radio'] {
  cursor: pointer;
  outline: 0;
}
input[type='checkbox'],
input[type='radio'] {
  position: relative;
  vertical-align: middle;
  margin-top: -2px;
  margin-bottom: 1px;
  margin-left: 5px;
  margin-right: 5px;
}
textarea,
input[type='email'],
input[type='date'],
input[type='password'],
input[type='text'] {
  padding: 0;
  color: #212529;
  outline: 0;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type='text'],
select,
button {
  -webkit-appearance: none;
}
input,
select,
textarea {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  color: #666;
}
a {
  transition: all 500ms ease;
}
@font-face {
  font-family: "PingFang Regular_0";
  src: url("../font/PingFang Regular_0.woff2") format("woff2"), url("../font/PingFang Regular_0.woff") format("woff"), url("../font/PingFang Regular_0.ttf") format("truetype"), url("../font/PingFang Regular_0.eot") format("embedded-opentype"), url("../font/PingFang Regular_0.svg") format("svg");
}
@font-face {
  font-family: "DIN-Medium";
  src: url("../font/DIN-Medium.woff2") format("woff2"), url("../font/DIN-Medium.woff") format("woff"), url("../font/DIN-Medium.ttf") format("truetype"), url("../font/DIN-Medium.eot") format("embedded-opentype"), url("../font/DIN-Medium.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Sandhya_1";
  src: url("../font/Sandhya_1.woff2") format("woff2"), url("../font/Sandhya_1.woff") format("woff"), url("../font/Sandhya_1.ttf") format("truetype"), url("../font/Sandhya_1.eot") format("embedded-opentype"), url("../font/Sandhya_1.svg") format("svg");
}
::-webkit-input-placeholder {
  color: #999;
}
:-moz-placeholder {
  color: #999;
  opacity: 1;
}
::-moz-placeholder {
  color: #999;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #999999;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/*清楚浮动*/
.clearfix:after {
  clear: both;
  height: 0;
  content: "";
  line-height: 0;
  font-size: 0;
  display: block;
}
/*图片垂直水平居中*/
.middleCenter {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  vertical-align: middle;
  text-align: center;
  margin: auto;
}
.vcenter {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  vertical-align: middle;
  text-align: center;
  margin: auto;
}
.container {
  width: 1254px;
  position: relative;
  margin-right: auto;
  margin-left: auto;
}
@keyframes slideInDown2 {
  from {
    -webkit-transform: translate3d(0, -70px, 0);
    transform: translate3d(0, -70px, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown2 {
  -webkit-animation-name: slideInDown2;
  animation-name: slideInDown2;
}
@keyframes fadeInUp2 {
  from {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp2 {
  animation-name: fadeInUp2;
}
@keyframes fadeInDown2 {
  from {
    opacity: 0;
    transform: translate3d(0, -50px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown2 {
  animation-name: fadeInDown2;
}
@keyframes fadeInLeft2 {
  from {
    opacity: 0;
    transform: translate3d(-100px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft2 {
  animation-name: fadeInLeft2;
}
@keyframes fadeInRight2 {
  from {
    opacity: 0;
    transform: translate3d(100px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight2 {
  animation-name: fadeInRight2;
}
@keyframes mymove4 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes mymove4 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.headerTop {
  height: 40px;
  color: #fff;
  padding: 0 210px;
  line-height: 40px;
  background: #242424;
}
.headerTop .share {
  float: right;
}
.headerTop .share img {
  margin-right: 15px;
  margin-top: 10px;
}
.headerTop .tel {
  float: right;
  display: inline-block;
}
@media (max-width: 1600px) {
  .headerTop {
    padding: 0 20px;
  }
}
.header {
  height: 175px;
  padding: 0 210px;
  padding-right: 150px;
}
.header .logo {
  float: left;
  display: inline-block;
}
.header .nav {
  float: right;
}
.header .nav li {
  float: left;
  width: 110px;
  text-transform: uppercase;
  writing-mode: vertical-lr;
  writing-mode:tb-lr;
  height: 175px;
  position: relative;
}
.header .nav li:before {
  top: 20px;
  content: "";
  width: 131px;
  height: 136px;
  left: -52px;
  opacity: 0;
  transition: all 1000ms ease;
  position: absolute;
  background: url(../images/nav-hover.png) no-repeat top center;
}
.header .nav li span {
  z-index: 2;
  position: relative;
  display: block;
}
.header .nav li span:first-child {
  color: #333;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 1px;
}
.header .nav li .en {
  color: #aeaeae;
  font-size: 12px;
  font-family: arial;
}
.header .nav li a {
  display: block;
  padding-top: 55px;
}
.header .nav li .subnav {
  width: 150px;
  top: 175px;
  left: -55px;
  z-index: 5;
  display: none;
  padding: 20px 0;
  font-size: 16px;
  writing-mode: horizontal-tb;
  writing-mode:lr-tb;
  position: absolute;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.9);
}
.header .nav li .subnav a {
  padding-top: 0;
  float: none;
  color: #333;
  margin-top: 10px;
  display: block!important;
  text-align: center;
  writing-mode: horizontal-tb;
  writing-mode:lr-tb;
  overflow:hidden;
  height:24px;
}
.header .nav li .subnav a:hover {
  color: #c90e0e;
  text-decoration: underline;
}
.header .nav li:hover:before,
.header .nav .active:before {
  opacity: 1;
}
.header .nav li:hover a span,
.header .nav .active a span {
  color: #c90e0e !important;
}
.header .nav li:hover:before {
  display: none;
}
@media (max-width: 1600px) {
  .header {
    padding: 0 20px;
  }
}
@media (max-width: 1380px) {
  .header {
    padding-right: 0;
  }
  .header .nav li {
    width: 100px;
  }
}
@keyframes dong {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.fixed {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  background: #fff;
  position: fixed;
  -webkit-animation: 1.5s dong;
  animation: 1.5s dong;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.banner {
  width: 100%;
  display: block;
  height: 814px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.banner .pic {
  width: 100%;
  height: 814px;
  overflow: hidden;
  position: relative;
}
.banner .pic span {
  display: block;
  width: 1920px;
  left: 50%;
  height: 814px;
  position: relative;
  text-align: center;
  margin-left: -960px;
}
@media(max-width:1280px) {
    .banner .pic span{
        height:564px;
    }
    .banner .slick-active img{
        width:1263px;
    }
    .banner{
        height:564px;
    }
}
.banner .txtbox {
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  position: absolute;
}
.banner .container {
  position: relative;
}
.banner .slick-dots {
  bottom: 100px;
}
.banner .slick-dots li {
  width: 16px;
  height: 16px;
  margin: 0 6px;
  position: relative;
  border-radius: 50%;
  -webkit-transition: all .5s;
  transition: all 0.5s;
}
.banner .slick-dots li:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  border-radius: 100%;
  position: absolute;
  top: -1px;
  right: 0;
  bottom: 0;
  left: -1px;
  margin: auto;
  background: transparent;
  border: 1px #fff solid;
  -webkit-transition: all .5s;
  transition: all 0.5s;
}
.banner .slick-dots li button {
  position: absolute;
  z-index: 1;
  top: -1px;
  right: 0;
  bottom: 0;
  left: -1px;
  margin: auto;
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 100%;
  height: 7px;
  width: 7px;
  padding: 0;
  -webkit-transition: all .3s;
  transition: all 0.3s;
}
.banner .slick-dots li button:before {
  content: "";
  display: none;
}
.banner .slick-dots li:hover:after {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.banner .slick-dots li:hover button {
  background: #ffffff;
}
.banner .slick-dots .slick-active:after {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.banner .slick-dots .slick-active button {
  background: #fff!important;
}
.banner .slick-active img {
  animation: 4s mymove4 alternate linear;
}


.index-title a {
  width: 168px;
  height: 50px;
  line-height: 50px;
  color: #c90e0e;
  float: right;
  font-size: 16px;
  text-align: center;
  display: inline-block;
  position: relative;
  margin-top: 40px;
  border-radius: 30px;
  transition: all 0ms ease;
  background: url(../images/more.png) no-repeat;
}
.index-title a:after {
  content: "";
  width: 33px;
  height: 8px;
  top: 50%;
  margin-top: -4px;
  right: -13px;
  position: absolute;
  display: inline-block;
  background: url(../images/more-line.png) no-repeat;
}
.index-title a:hover {
  color: #fff;
  background: url(../images/more-hover.png) no-repeat;
}
.index-title a:hover:after {
  display: none;
}
.index-product {
  padding-bottom: 100px;
  padding-top: 60px;
  position: relative;
}
.index-product .tu {
  right: 0;
  top: 250px;
  position: absolute;
  z-index:-1;
}
.index-product .tu-2 {
  left: 0;
  top: 510px;
  position: absolute;
  z-index:-1;
}
.index-product .scroll {
  position: relative;
  margin-top: 50px;
}
.index-product .more,
.index-product .slick-next {
  width: 84px;
  height: 84px;
  top: auto;
  margin-top: auto;
  bottom: 0;
  position: absolute;
}
.index-product .more {
  right: 0;
  background: url(../images/pro-next.png) no-repeat top center #ffffff;
}
.index-product .more:hover {
  background-color: rgba(255, 255, 255, 0.9);
}
.index-product .list {
  padding-top: 65px;
  position: relative;
}
.index-product .list:before {
  content: "";
  width: 2px;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  /*background: #fff;*/
}
.index-product .list ul {
  overflow: hidden;
}
.index-product .list li {
  width: 25%;
  float: left;
  padding-bottom: 30px;
  border-top: solid 2px #f4f4f4;
  border-left: solid 2px #f4f4f4;
  text-align: center;
}
.index-product .list li .pic {
  overflow: hidden;
  position: relative;
}
.index-product .list li .pic:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.index-product .list li .pic img {
  transition: all 700ms ease;
}
.index-product .list li .tit {
  color: #333;
  font-size: 20px;
  height:24px;
  overflow:hidden;
}
.index-product .list li:hover .pic img {
  transform: scale(1.05);
}
.index-product .list li:hover .tit {
  color: #c90e0e;
}
.index-about {
  height: 836px;
  padding-top: 145px;
  position: relative;
  background: url(../images/about-bg.jpg) no-repeat top center;
}
.index-about .container {
  max-width: 1360px;
  width: 100%;
}
.index-about .video {
  width: 812px;
  height: 549px;
  float: left;
  z-index: 3;
  position: relative;
}
.index-about .video .ico {
  left: 40px;
  bottom: 70px;
  z-index: 9;
  position: absolute;
}
.index-about .itemright {
  width: 640px;
  float: left;
  margin-left: -120px;
  position: relative;
}
.index-about .itemright .title {
  z-index: 2;
  position: relative;
  text-align: right;
}
.index-about .itemright .box {
  color: #302d35;
  font-size: 16px;
  line-height: 30px;
  padding: 120px 50px 0 170px;
  min-height: 440px;
  background: #fff;
  position: relative;
  margin-top: -85px;
}
@media (max-width: 1300px) {
  .index-about .itemright {
    width: 570px;
  }
}
.index-product-2 {
  padding-top: 120px;
  min-height: 1018px;
  background: url(../images/product-bg.jpg) no-repeat top center #f7f7f7;
}
.index-product-2 .index-title {
  margin-top: 20px;
  text-align: center;
}
.index-product-2 .index-title a {
  float: none;
}
.index-product-2 .container {
  position: relative;
}
.index-product-2 .tabProbox {
  position: relative;
}
.index-product-2 .tabProbox .active {
  z-index: 9;
  position: relative;
}
.index-product-2 .tabmenu-2 {
  right: 0;
  top: 50px;
  position: absolute;
}
.index-product-2 .tabmenu-2 li {
  font-size: 18px;
  float: left;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
  margin-left: 50px;
}
.index-product-2 .tabmenu-2 li a {
  display: block;
  color: #fff;
}
.index-product-2 .tabmenu-2 li:after {
  content: "";
  width: 36px;
  height: 4px;
  bottom: 0;
  left: 50%;
  opacity: 0;
  margin-left: -18px;
  position: absolute;
  background: #fff;
}
.index-product-2 .tabmenu-2 .active a {
  color: #fff;
}
.index-product-2 .tabmenu-2 .active:after {
  opacity: 1;
}
.index-product-2 .tabProbox {
  margin-top: 50px;
}
.index-product-2 .scroll-2 {
  margin: 0 -18px;
}
.index-product-2 .slick-prev {
  width: 68px;
  height: 68px;
  left: -120px;
  border-radius: 100%;
  border: solid 1px #fff;
  transition: all 700ms ease;
  background: url(../images/prev.png) no-repeat center center;
}
.index-product-2 .slick-prev:hover {
  border-color: #c90e0e;
  background-color: #c90e0e;
}
@media (max-width: 1300px) {
  .index-product-2 .slick-prev {
    left: 30px;
  }
}
.index-product-2 .slick-next {
  width: 68px;
  height: 68px;
  right: -120px;
  border-radius: 100%;
  border: solid 1px #fff;
  transition: all 700ms ease;
  background: url(../images/next.png) no-repeat center center;
}

@media (max-width:1440px) {
    .index-product-2 .slick-next {
        width: 50px;
        height: 50px;
        right: -50px;
    }
    .index-product-2 .slick-prev {
        width:50px;
        height:50px;
        left:-50px;
    }

}
@media (max-width:1366px) {
    .index-product-2 .slick-next {
        width: 37px;
        height: 37px;
        right: -24px;
    }

    .index-product-2 .slick-prev {
        width: 37px;
        height: 37px;
        left: -24px;
    }
}


.index-product-2 .slick-next:hover {
  border-color: #c90e0e;
  background-color: #c90e0e;
}
@media (max-width: 1300px) {
  .index-product-2 .slick-next {
    /*right: 30px;*/
    display:none;
  }
}
.index-product-2 .item {
  margin: 0 18px;
  padding: 10px;
  padding-bottom: 35px;
  background: #fff;
  text-align: center;
}
.index-product-2 .item .pic {
  width: 376px;
  height: 424px;
  overflow: hidden;
  position: relative;
}
.index-product-2 .item .pic img {
  transition: all 700ms ease;
}
.index-product-2 .item .tit {
  color: #333;
  height: 24px;
  overflow: hidden;
  margin-top: 30px;
  font-size: 18px;
  padding-right: 25px;
  padding-left: 25px;
  text-align: left;
}
.index-product-2 .item:hover .pic img {
  transform: scale(1.05);
}
.index-product-2 .item:hover .tit {
  font-weight: 700;
}
.index-news {
  padding-bottom: 80px;
  background: #f7f7f7;
}
.index-news .index-title {
  margin-top: 60px;
  text-align: center;
}
.index-news .index-title a {
  float: none;
}
.index-news .container {
  position: relative;
}
.index-news .tabmenu {
  right: 0;
  top: 50px;
  position: absolute;
}
.index-news .tabmenu li {
  font-size: 18px;
  float: left;
  color: #333;
  position: relative;
  padding-bottom: 12px;
  margin-left: 50px;
}
.index-news .tabmenu li a {
  display: block;
  color: #333;
  width:142px;
  height:44px;
  overflow:hidden;
}
.index-news .tabmenu li .news-a {
width: 142px;
height: 24px;
text-align:center;
}
.index-news .tabmenu li:after {
content: "";
width: 36px;
height: 4px;
bottom: 0;
left: 50%;
opacity: 0;
margin-left: -18px;
position: absolute;
background: #c90e0e;
}
.index-news .tabmenu .active a {
  color: #c90e0e;
}
.index-news .tabmenu .active:after {
  opacity: 1;
}
.index-news .tabcot {
  display: none;
  overflow: hidden;
}
.index-news .tabcot ul {
  margin: 0 -50px;
}
.index-news .tabcot li {
  height: 214px;
  width: 548px;
  padding: 15px;
  float: left;
  padding-left: 30px;
  margin: 0 50px;
  margin-top: 35px;
  background: #fff;
  position: relative;
}
.index-news .tabcot li .txtbox {
  width: 46%;
  padding-top: 50px;
}
.index-news .tabcot li .tit {
  font-size: 18px;
  color: #333;
  height: 24px;
  font-weight: 700;
  overflow: hidden;
}
.index-news .tabcot li .txt {
  color: #333;
  height: 48px;
  overflow: hidden;
  margin-top: 20px;
}
.index-news .tabcot li .pic {
  right: -50px;
  top: 15px;
  width: 306px;
  height: 184px;
  position: absolute;
}
.index-news .tabcot li .pic img {
  transition: all 700ms ease;
}
.index-news .tabcot li:hover .pic img {
  transform: scale(1.05);
}
.index-news .tabcot li:hover .tit {
  color: #c90e0e;
  text-decoration: underline;
}
.index-hezuo {
  min-height: 589px;
  padding-top: 150px;
  background: url(../images/hz-bg.jpg) no-repeat bottom center;
}
.index-hezuo .index-title {
  margin-top: 10px;
  text-align: center;
}
.index-hezuo .index-title a {
  float: none;
  margin-bottom:40px;
}
.index-hezuo .title {
  float: left;
}
.index-hezuo .list {
  width: 1070px;
  float: right;
}
.index-hezuo .list li {
  width: 20%;
  float: left;
  margin-bottom: 10px;
  padding: 0 5px;
}
.index-hezuo .list li a {
  display: block;
  position: relative;
  background: #fff;
  border: solid 1px #e5e5e5;
}
.index-hezuo .list li a:after {
  content: "";
  display: block;
  padding-bottom: 55%;
}
.index-hezuo .list li:hover a {
  border-color: #c90e0e;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.footer {
  color: #fff;
  background: #333;
  padding: 0 140px;
  padding-bottom: 40px;
  padding-top: 100px;
}
.footer a {
  color: #fff;
}
.footer a:hover {
  color: #fff;
  text-decoration: underline;
}
.footer .leftbox {
  width: 40%;
  float: left;
}
.footer .leftbox .font24 {
  font-size: 24px;
  line-height: 30px;
}
.footer .leftbox ul {
  padding-top: 20px;
}
.footer .leftbox li {
  float: left;
  padding-right: 40px;
  line-height: 30px;
}
.footer .rightbox {
  width: 60%;
  float: right;
}
.footer .rightbox span {
  float: left;
}
.footer .rightbox ul {
  float: right;
  width: 80%;
  padding-left: 100px;
}
.footer .rightbox li {
  float: left;
  width: 16.6%;
  line-height: 30px;
}
.footer .rightbox li a {
  display: block;
}
.footer .rightbox li h3 {
  font-size: 16px;
  margin-bottom: 20px;
}
.footer .copy {
  color: #7c7c7c;
  margin-top: 50px;
  padding-top: 40px;
  position: relative;
  border-top: solid 2px #4c4c4c;
}
.footer .copy .share {
  right: 0;
  top: 30px;
  position: absolute;
}
.footer .copy .share a {
  margin-left: 15px;
  border-radius: 100%;
  background: #424242;
  display: inline-block;
}
.footer .copy .share a:hover {
  background: #555;
}
@media (max-width: 1600px) {
  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.insider-banner {
  overflow: hidden;
  height: 616px;
  position: relative;
}

@media (max-width: 1280px) {
    .insider-banner {
        height: 425px;
    }
}

.insider-banner span {
  left: 50%;
  height: 616px;
  top: 0;
  margin-left: -960px;
  position: absolute;
}
.insider-banner img {
  transition: all 2000ms ease;
}
@media(max-width:1280px) {
    .insider-banner img {
        max-width:1263px;
    }
    .insider-banner span{
        left:76%;
    }
}
.insider-banner:hover img {
  transform: scale(1.05);
}
.inside-current {
  height: 52px;
  line-height: 51px;
  overflow: hidden;
  text-align: right;
  border-bottom: solid 1px #eee;
}
.inside-current span {
  color: #333;
}
.inside-newsbg {
  background: #f7f7f7;
}
.inside-newsbg .index-news {
  margin-top: 60px;
}
.inside-tabmenu {
  float: right;
  right: 0;
  top: auto!important;
  position: relative!important;
  margin-top: -100px;
}
.inside-tabmenu li {
  width: 150px;
  height: 44px;
  font-size: 18px;
  line-height: 42px;
  border-radius: 30px;
  text-align: center;
  float: left;
  margin-left: 15px!important;
  border: solid 1px #c90e0e;
}
.inside-tabmenu li a {
  transition: 0s;
  display: block;
  color: #c90e0e!important;
  height:44px;
  overflow:hidden;
}
.inside-tabmenu li:after {
  display: none;
}
.inside-tabmenu .active,
.inside-tabmenu li:hover {
  background: #c90e0e;
}
.inside-tabmenu .active a,
.inside-tabmenu li:hover a {
  color: #fff!important;
}
.inside-news {
  background: #fff;
  padding: 70px 0 100px 0;
}
.inside-news li {
  margin-top: 40px;
}
.inside-news li .pic {
  width: 322px;
  height: 194px;
  float: left;
  overflow: hidden;
  position: relative;
}
.inside-news li .pic img {
  transition: all 700ms ease;
}
.inside-news li .txtbox {
  float: right;
  width: 890px;
  padding-top: 20px;
}
.inside-news li .tit {
  font-size: 22px;
  line-height: 30px;
  height: 30px;
  color: #333;
  overflow: hidden;
}
.inside-news li .txt {
  color: #999;
  margin-top: 15px;
  font-size: 13px;
}
.inside-news li .time {
  color: #bfbfbf;
  padding-top: 15px;
  margin-top: 15px;
  vertical-align: top;
  font-family: "DIN-Medium";
  border-top: solid 1px #e7e7e7;
}
.inside-news li .time span {
  float: right;
}
.inside-news li .time em {
  vertical-align: top;
  font-style: normal;
  font-size: 24px;
}
.inside-news li:first-child {
  margin-top: 0;
}
.inside-news li:hover .pic img {
  transform: scale(1.1);
}
.inside-news li:hover .tit {
  color: #c90e0e;
  text-decoration: underline;
}
.inside-newsshow {
  padding-top: 60px;
}
.inside-newsshow .box {
  color: #333;
  padding-bottom: 80px;
  line-height: 28px;
}
.inside-newsshow .box h1 {
  text-align: center;
  font-size: 25px;
  margin-top: 70px;
}
.inside-newsshow .box .info {
  color: #999;
  margin-top: 30px;
  padding: 12px 0;
  text-align: center;
  margin-bottom: 40px;
  background: #f2f2f2;
}
.inside-newsshow .box .info span {
  padding-left: 30px;
}
.inside-newsshow .box p {
  text-indent: 2em;
}
.inside-newsshow .index-news {
  padding-top: 70px;
}
.inside-newsshow .title-2 {
  padding-top: 25px;
  font-size: 36px;
  color: #333;
  margin-bottom: 30px;
  line-height: 46px;
  position: relative;
}
.inside-newsshow .title-2:before {
  content: "";
  width: 35px;
  height: 4px;
  top: 0;
  left: 0;
  position: absolute;
  background: #c90e0e;
}
.inside-page-news {
  padding-top: 30px;
  margin-top: 50px;
  border-top: solid 1px #ececec;
}
.inside-page-news li {
  width: 48%;
  float: right;
  height: 50px;
  font-size: 16px;
  color: #333;
  line-height: 50px;
  padding: 0 25px;
  background: #eeeeee;
}
.inside-page-news li a {
  color: #333;
}
.inside-page-news li:first-child {
  float: left;
}
.inside-page-news li:hover {
  color: #fff;
  background: #c90e0e;
}
.inside-page-news li:hover a {
  color: #fff;
  transition: all 0s;
}
.inisde-page {
  font-size: 0;
  color: #999;
  padding: 30px 0;
  background: #f2f2f2;
  margin-top: 70px;
  text-align: center;
  font-family: arial;
}
.inisde-page em {
  font-style: normal;
  font-size: 18px;
}
.inisde-page a,
.inisde-page span {
  color: #666;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  min-width: 40px;
  line-height: 40px;
  height: 40px;
  border-radius: 100%;
  margin: 0 3px;
  padding: 0 5px;
  background: #dbdbdb;
  border: solid 1px #dbdbdb;
  vertical-align: middle;
}
.inisde-page a.cur,
.inisde-page span.cur,
.inisde-page a:hover,
.inisde-page span:hover {
  background: #c90e0e;
  color: #fff;
  border-color: #c90e0e;
}
.inisde-page .prev,
.inisde-page .next {
  padding: 0 20px;
  background: none;
  border: 0;
  font-size: 15px;
}
.inisde-page .prev {
  background: url(../images/prev-1.png) no-repeat left center;
}
.inisde-page .prev:hover {
  color: #c90e0e;
  background: url(../images/prev-1-h.png) no-repeat left center;
}
.inisde-page .next {
  background: url(../images/next-1.png) no-repeat right center;
}
.inisde-page .next:hover {
  color: #c90e0e;
  background: url(../images/next-1-h.png) no-repeat right center;
}
.inside-job {
  padding-bottom: 100px;
}
.inside-job .title {
  margin-top: 60px;
}
.inside-job .text {
  color: #333;
  font-size: 18px;
  line-height: 30px;
  margin-top: 55px;
}
.inside-job .text a {
  color: #c90e0e;
  text-decoration: underline;
}
.inside-job .text span {
  color: #c90e0e;
}
.inside-job .red {
  margin-bottom: 5px;
  color: #c90e0e;
  font-weight: 700;
  vertical-align: top;
}
.inside-job .red img {
  margin-right: 10px;
  margin-top: -3px;
}
.inside-job .pic {
  margin: 40px 0 50px 0;
}
.inside-job .list .tit {
  height: 70px;
  line-height: 70px;
  color: #777777;
  overflow: hidden;
  cursor: pointer;
  border-top: solid 1px #eeeeee;
  font-size: 16px;
}
.inside-job .list .tit span {
  width: 15%;
  float: left;
  text-align: center;
}
.inside-job .list .tit span:first-child {
  text-align: left;
  width: 23%;
  padding-left: 80px;
}
.inside-job .list .tit .arrow {
  width: 30px;
  height: 30px;
  color: #555;
  margin-top: 25px;
  font-size: 16px;
  font-family: "宋体";
  line-height: 30px;
  text-align: center;
  margin-left: 80px;
  border-radius: 100%;
}
.inside-job .list .tit-2 {
  color: #fff;
  line-height: 64px;
  background: #3f3f3f;
  border-top: solid 6px #1f1f1f;
}
.inside-job .list .active {
  color: #333;
  background: #f1f1f1;
}
.inside-job .list .active .arrow {
  color: #fff;
  background: #c90e0e;
  transform: rotate(90deg);
}
.inside-job .list .txt {
  display: none;
  padding: 40px 80px;
}
.inside-job .list .bt:first-child {
  margin-top: 0;
}
.inside-job .list .bt {
  color: #333;
  font-size: 16px;
  margin-top: 40px;
  margin-bottom: 5px;
  padding-left: 20px;
  position: relative;
}
.inside-job .list .bt:before {
  content: "";
  width: 4px;
  height: 17px;
  top: 5px;
  left: 0;
  border-radius: 3px;
  position: absolute;
  background: #c90e0e;
}
.inside-job .list .info {
  padding-left: 20px;
  line-height: 30px;
}
.inside-job .list .button {
  margin-top: 45px;
  width: 195px;
  height: 48px;
  color: #fff;
  font-size: 16px;
  line-height: 48px;
  text-align: center;
  border-radius: 30px;
  display: inline-block;
  background: #c90e0e;
}
.inside-job .list .button img {
  margin: 20px 0 0 10px;
}
.inside-job .list .button:hover {
  background: #c90e0e;
}
.inside-contact .title {
  margin-top: 60px;
}
.inside-contact .list li {
  width: 33.333%;
  float: left;
  margin-top: 70px;
  text-align: center;
  font-size: 18px;
  color: #333;
}
.inside-contact .list li .font20 {
  font-size: 20px;
  font-weight: 700;
  margin: 20px 0 10px 0;
}
.inside-contact .list li img {
  transition: all 500ms ease;
}
.inside-contact .list li:hover img {
  transform: scale(1.1);
}
.inside-contact .contact-map {
  z-index: 1;
  width: 100%;
  margin-top: 100px;
  position: relative;
  height: 670px;
}
.inside-contact .contact-map em {
  color: #c90e0e;
  font-size: 16px;
  font-style: normal;
}
.inside-contact .contact-map #l-map {
  width: 100%;
  height: 670px;
}
.inside-about {
  color: #333;
  font-size: 16px;
  line-height: 30px;
  padding: 95px 0 0px 0;
}
.inside-about .box-1 .txtbox {
  width: 76%;
  float: right;
  padding-bottom: 100px;
  position: relative;
}
.inside-about .box-1 .font30 {
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 40px;
}
.inside-about .box-1 .red {
  text-align: right;
  color: #f20017;
  font-size: 48px;
  line-height: 48px;
  right: 0;
  bottom: -10px;
  font-style: italic;
  position: absolute;
}
.inside-about .box-1 .red i {
  width: 120px;
  height: 1px;
  margin-right: 10px;
  vertical-align: middle;
  display: inline-block;
  background: #d6dadd;
}
.inside-about .box-2 {
  padding: 90px 0;
  background: url(../images/about-bg-2.jpg) repeat;
}
.inside-about .box-2 .container {
  position: relative;
}
.inside-about .box-2 .red {
  color: #fff;
  width: 400px;
  padding: 40px;
  top: 55px;
  left: 390px;
  z-index: 1;
  min-height: 190px;
  background: #c90e0e;
  position: absolute;
}
.inside-about .box-2 .left {
  width: 620px;
  float: left;
  font-family: arial;
  line-height: 36px;
  padding-bottom: 50px;
  border-bottom: solid 3px #d0d0d0;
}
.inside-about .box-2 .left .txt {
  padding-top: 50px;
}
.inside-about .box-2 .right {
  width: 560px;
  float: right;
}
.inside-about .box-3 {
  padding: 130px 0 100px 0;
}
.inside-about .box-3 .left {
  width: 718px;
  float: left;
  position: relative;
}
.inside-about .box-3 .left .video {
  bottom: 65px;
  left: 30px;
  z-index: 1;
  position: absolute;
}
.inside-about .box-3 .right {
  width: 480px;
  float: right;
}
.inside-about .box-3 .right p {
  margin-top: 30px;
}
.inside-about .box-3 .right .title {
  margin-top: 20px;
  padding-bottom: 15px;
  color: #c90e0e;
  font-size: 48px;
  line-height: 58px;
  position: relative;
}
.inside-about .box-3 .right .title:after {
  content: "";
  width: 87px;
  height: 5px;
  bottom: 0;
  left: 0;
  position: absolute;
  background: #c90e0e;
}
.inside-about .box-3 .right .en {
  color: #999;
  line-height: 36px;
}
.inside-about .box-4 {
  min-height: 770px;
  padding: 140px 0;
  background: url(../images/about-bg-3.jpg) no-repeat top center #fbfbfb;
}
.inside-about .box-4 .left {
  width: 545px;
  float: left;
}
.inside-about .box-4 .left p {
  margin-top: 30px;
}
.inside-about .box-4 .left .title {
  margin-top: 0px;
  padding-bottom: 15px;
  color: #c90e0e;
  font-size: 48px;
  line-height: 58px;
  position: relative;
}
.inside-about .box-4 .left .title:after {
  content: "";
  width: 87px;
  height: 5px;
  bottom: 0;
  left: 0;
  position: absolute;
  background: #c90e0e;
}
.inside-about .box-4 .left .en {
  color: #999;
  line-height: 36px;
}
.inside-about .box-4 .right {
  float: right;
  width: 664px;
  position: relative;
}
.inside-about .box-4 .right img {
  z-index: 2;
  position: relative;
}
.inside-about .box-4 .right:after {
  content: "";
  width: 204px;
  height: 204px;
  right: -80px;
  bottom: -80px;
  z-index: 1;
  position: absolute;
  background: #c90e0e;
}
@media (max-width: 1380px) {
  .inside-about .box-4 .right::after {
    display: none;
  }
}
.inside-honor {
  background: #f8f8f8;
  padding-bottom: 100px;
  position: relative;
}
.inside-honor .title {
  padding-top: 100px;
  text-align: center;
  position: relative;
  font-size: 40px;
  line-height: 50px;
  color: #c8000a;
  padding-bottom: 20px;
  font-weight: 700;
}
.inside-honor .title:after {
  content: "";
  width: 112px;
  height: 2px;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  position: absolute;
  background: #c8000a;
}
.inside-honor .bigimg {
  z-index: 9;
  height: 670px;
  position: relative;
  background: url(../images/honor-bg.jpg) no-repeat top center;
}
.inside-honor .bigimg .slick-prev {
  transform: rotate(45deg);
  left: 50px;
}
.inside-honor .bigimg .slick-prev,
.inside-honor .bigimg .slick-next {
  width: 20px;
  height: 20px;
  margin-top: -70px;
  border-width: 2px;
  border-color: #c90e0e;
}
.inside-honor .bigimg .slick-next {
  right: 100px;
  transform: rotate(-45deg);
}
.inside-honor dl {
  overflow: hidden;
  padding-top: 80px;
}
.inside-honor dt {
  width: 33%;
  float: left;
  text-align: right;
  padding-right: 20px;
  padding-top: 170px;
}
.inside-honor dd {
  width: 67%;
  float: left;
  padding-top: 13px;
}
.inside-honor dd .pic {
  width: 50%;
  float: left;
  position: relative;
  text-align: center;
}
.inside-honor dd .pic img {
  display: inline-block;
  max-width:277px;
}
.inside-honor dd .date {
  width: 50%;
  float: left;
  font-size: 18px;
  padding-left: 30px;
  padding-top: 140px;
}
.inside-honor dd .date p:first-child {
  font-size: 36px;
  line-height: 40px;
  font-family: arial;
}
.inside-honor .font22 {
  color: #333;
  font-size: 22px;
}
.inside-honor .font18 {
  font-size: 18px;
  margin-bottom: 20px;
}
.inside-honor .small {
  padding: 0 130px;
}
.inside-honor .small .pic {
  margin: 0 15px;
  display: block;
  position: relative;
  text-align: center;
  width: 104px;
  height: 142px;
  cursor: pointer;
  background: #fff;
  border: solid 1px #dcdcdc;
}
.inside-honor .small .slick-current .pic {
  border: solid 2px #c90e0e;
}
.inside-honor .small .slick-prev,
.inside-honor .small .slick-next {
  width: 44px;
  height: 44px;
  margin-top: -22px;
  border-radius: 100%;
  border: solid 1px #9c9c9c;
}
.inside-honor .small .slick-prev {
  left: 70px;
  background: url(../images/left-1.png) no-repeat center center;
}
.inside-honor .small .slick-prev:hover {
  border-color: #c8000a;
  background: url(../images/left-1-h.png) no-repeat center center #c8000a;
}
.inside-honor .small .slick-next {
  right: 70px;
  background: url(../images/right-1.png) no-repeat center center;
}
.inside-honor .small .slick-next:hover {
  border-color: #c8000a;
  background: url(../images/right-1-h.png) no-repeat center center #c8000a;
}
.inside-buss .title {
  color: #222;
  font-weight: 600;
  line-height: 50px;
  font-size: 40px;
  padding-bottom: 20px;
  text-align: center;
  position: relative;
}
.inside-buss .title:after {
  content: "";
  width: 112px;
  height: 2px;
  bottom: 0;
  left: 50%;
  margin-left: -56px;
  position: absolute;
  background: #cc1b1b;
}
.inside-buss .box-1 {
  padding-bottom: 90px;
  padding-top: 70px;
}
.inside-buss .box-1 .left {
  width: 783px;
  float: left;
}
.inside-buss .box-1 .right {
  width: 420px;
  float: right;
  background: #f7f7f7;
  border: solid 1px #efefef;
  border-top: solid 10px #c90e0e;
}
.inside-buss .box-1 .right li {
  padding: 25px 0;
  font-size: 20px;
  color: #333;
  border-top: solid 1px #fff;
}
.inside-buss .box-1 .right li span {
  padding-left: 60px;
  display: inline-block;
}
.inside-buss .box-1 .right li:first-child {
  border-top: 0;
}
.inside-buss .box-2 {
  height: 820px;
  font-size: 30px;
  line-height: 40px;
  color: #333;
  padding-top: 120px;
  background: url(../images/buss-bg.jpg) no-repeat top center;
}
.inside-buss .box-2 .container {
  position: relative;
}
.inside-buss .box-2 .t1,
.inside-buss .box-2 .t2,
.inside-buss .box-2 .t3,
.inside-buss .box-2 .t4,
.inside-buss .box-2 .t5,
.inside-buss .box-2 .t6 {
  position: absolute;
}
.inside-buss .box-2 .t1 {
  left: 10px;
  top: 420px;
}
.inside-buss .box-2 .t5 {
  right: -40px;
  top: 425px;
}
@media (max-width: 1300px) {
  .inside-buss .box-2 .t5 {
    right: 0;
  }
}
.inside-buss .box-2 .t2 {
  left: 210px;
  top: 240px;
}
.inside-buss .box-2 .t4 {
  top: 240px;
  right: 180px;
}
.inside-buss .box-2 .t3 {
  top: 140px;
  left: 570px;
}
.inside-buss .box-2 .t6 {
  left: 520px;
  top: 450px;
  color: #c90e0e;
  font-size: 150px;
  font-family: arial;
}
.inside-buss .box-3 {
  padding-top: 100px;
}
.inside-hezuo {
  font-size: 16px;
  line-height: 30px;
  padding-bottom: 100px;
}
.inside-hezuo .tabmenu li {
  cursor: pointer;
}
.inside-hezuo .title {
  margin-top: 60px;
}
.inside-hezuo .text {
  margin-top: 60px;
}
.inside-hezuo .list {
  margin: 0 -5px;
  margin-top: 50px;
}
.inside-hezuo .list li {
  float: left;
  width: 200px;
  height: 108px;
  margin: 5px;
  overflow: hidden;
  position: relative;
  border: solid 1px #e5e5e5;
  text-align:center;
}
.inside-hezuo .list li img {
  transition: all 700ms ease;
  height:100%;
}
.inside-hezuo .list li:hover {
  border-width: 2px;
  border-color: #c90e0e;
}
.inside-hezuo .list li:hover img {
  transform: scale(1.1);
}
.inside-hezuo .tabcot {
  display: none;
}
.inside-product {
  padding-top: 0;
}
.inside-product .title {
  margin-top: 60px;
}
.inside-product .list {
  padding-top: 0;
}
.inside-product .list li {
  margin-top: 70px;
}
.inside-product .tu-3 {
  margin-top: 45px;
  max-width:1259px;
  text-align:center;
}
.inside-product .tu-3 img{
    max-height:475px;
    margin:0px auto;

}
.inside-hotduct {
    padding-bottom: 100px;
    background: #f7f7f7;
}
.inside-hotduct .title {
  margin-top: 60px;
}
.inside-hotduct .list {
  margin: 0 -14px;
}
.inside-hotduct .list li {
  margin: 0 14px;
  padding: 15px;
  float: left;
  width: 398px;
  margin-top: 50px;
  padding-bottom: 35px;
  background: #fff;
  text-align: center;
}
.inside-hotduct .list li .pic {
  width: 372px;
  height: 419px;
  overflow: hidden;
  position: relative;
}
.inside-hotduct .list li .pic img {
  transition: all 700ms ease;
}
.inside-hotduct .list li .tit {
  color: #333;
  height: 24px;
  overflow: hidden;
  margin-top: 30px;
  font-size: 18px;
  text-align: left;
  padding-left: 25px;
}
.inside-hotduct .list li:hover .pic img {
  transform: scale(1.05);
}
.inside-hotduct .list li:hover .tit {
  font-weight: 700;
}
@media (max-width: 1280px) {
  .inside-hotduct .list {
    margin-left: 0;
    margin-right: 0;
  }
  .inside-hotduct .list li {
    margin-left: 8px;
    margin-right: 8px;
  }
}
.inside-hotduct .list-2 {
  padding-top: 23px;
}
.inside-hotduct .list-2 li {
  padding: 32px 0;
  border-bottom: solid 1px #f4f4f4;
}
.inside-hotduct .list-2 li .pic {
  float: left;
  width: 324px;
  height: 195px;
  position: relative;
  overflow: hidden;
}
.inside-hotduct .list-2 li .pic img {
  transition: all 700ms ease;
}
.inside-hotduct .list-2 li .txtbox {
  float: left;
  width: 690px;
  margin-left: 40px;
}
.inside-hotduct .list-2 li .tit {
  color: #333;
  font-size: 24px;
  font-weight: bold;
  line-height: 34px;
  overflow: hidden;
  margin: 30px 0;
}
.inside-hotduct .list-2 li .txt {
  color: #333;
  height: 48px;
  font-size: 15px;
  overflow: hidden;
  height: 56px;
  line-height: 28px;
}
.inside-hotduct .list-2 li .time {
  color: #333;
  float: right;
  width: 125px;
  height: 195px;
  font-size: 12px;
  padding-top: 25px;
  position: relative;
  font-family: "DIN-Medium";
  border-left: solid 1px #efefef;
  text-align: center;
}
.inside-hotduct .list-2 li .time span {
  display: block;
}
.inside-hotduct .list-2 li .time .date {
  font-size: 36px;
  line-height: 40px;
}
.inside-hotduct .list-2 li .dow {
  width: 46px;
  height: 46px;
  bottom: 15px;
  left: 50%;
  margin-left: -23px;
  position: absolute;
  background: url(../images/dimg-7.png) no-repeat center center;
}
.inside-hotduct .list-2 li:hover .pic img {
  transform: scale(1.1);
}
.inside-hotduct .list-2 li:hover .tit {
  color: #c90e0e;
}
.inside-hotduct .list-2 li:hover .dow {
  background: url(../images/dimg-8.png) no-repeat center center;
}
.fh {
  top: 50px;
  right: 0;
  vertical-align: top;
  position: absolute;
}
.fh img {
  margin-top: 5px;
  margin-right: 10px;
}
.fh a {
  color: #999;
}
.fh a:hover {
  text-decoration: underline;
}
.inside-hotproshow .inside-hotduct {
  padding-top: 70px;
}
.inside-hotproshow .inside-hotduct .title-2 {
  margin-bottom: 0;
}
.inside-hotproshow .videobox {
  width: 718px;
  margin: 0 auto;
  padding-bottom: 50px;
  margin-top: 70px;
  position: relative;
}
.inside-hotproshow .videobox .videobtn {
  bottom: 120px;
  left: 30px;
  z-index: 2;
  position: absolute;
}
.inside-produdct-show {
  color: #333;
  overflow: hidden;
  padding-bottom: 100px;
  padding-top: 60px;
}
.inside-produdct-show .box-1 h1 {
  font-size: 48px;
  line-height: 58px;
  text-align: center;
  margin-bottom: 90px;
}
.inside-produdct-show .box-1 .itemleft {
  width: 465px;
  float: left;
  padding: 65px 0;
  background: #f6f6f6;
}
.inside-produdct-show .box-1 .itemleft .title {
  height: 77px;
  color: #fff;
  left: -90px;
  width: 436px;
  position: relative;
  padding-left: 60px;
  font-size: 25px;
  line-height: 77px;
  background: #c90e0e;
  font-family: arial;
}
.inside-produdct-show .box-1 .itemleft .title:before {
  content: "";
  width: 5px;
  height: 5px;
  top: 30px;
  left: 40px;
  position: absolute;
  background: #fff;
}
@media (max-width: 1360px) {
  .inside-produdct-show .box-1 .itemleft .title {
    left: 0;
    width: 400px;
  }
}
.inside-produdct-show .box-1 .itemleft .text {
  padding: 90px;
  padding-top: 80px;
  font-size: 18px;
  line-height: 38px;
  padding-bottom: 25px;
}
.inside-produdct-show .box-1 .itemright {
  width: 769px;
  float: left;
  margin-left: 0px;
  z-index: 2;
  margin-top: 110px;
  position: relative;
}
.inside-produdct-show .box-1 .slick-dots {
  right: 0;
  left: auto;
  bottom: auto;
  top: 70px;
  width: 170px;
}
.inside-produdct-show .box-1 .slick-dots li {
  width: 170px;
  display: block;
  float: none;
  margin-top: 30px;
}
.inside-produdct-show .box-1 .slick-dots li button {
  font-size: 16px;
  color: #c9c9c9;
  font-family: arial;
  width: 170px;
  height: 24px;
  transition: all 700ms ease;
  padding-left: 60px;
  background: none;
  text-align: left;
  position: relative;
}
.inside-produdct-show .box-1 .slick-dots li button:after {
  content: "";
  width: 92px;
  height: 21px;
  right: 0;
  top: 3px;
  position: absolute;
  background: url(../images/line.png) no-repeat;
}
.inside-produdct-show .box-1 .slick-dots li button:before {
  content: "0";
  display: inline-block;
}
.inside-produdct-show .box-1 .slick-dots li.slick-active button {
  color: #c90e0e;
  font-size: 24px;
  padding-left: 0;
}
.inside-produdct-show .box-1 .slick-dots li.slick-active button:after {
  width: 140px;
  background: url(../images/line-2.png) no-repeat;
}
.inside-produdct-show .box-1 .text-2 {
  line-height: 36px;
  font-size: 18px;
  width: 77%;
  margin-top: 100px;
}
.inside-produdct-show .title-2 {
  padding-top: 25px;
  font-size: 36px;
  color: #333;
  line-height: 46px;
  position: relative;
}
.inside-produdct-show .title-2:before {
  content: "";
  width: 35px;
  height: 4px;
  top: 0;
  left: 0;
  position: absolute;
  background: #c90e0e;
}
.inside-produdct-show .inside-product {
  padding-bottom: 0;
  margin-bottom: 0;
}
.inside-produdct-show .itemright .scroll img {
    max-width: 509px;
    max-height: 547px;
}
/**********IE8***********/
.prompt {
    position: fixed;
    width: 100%;
    height: 100%;
    background: url(../images/ie_sosad.png) no-repeat center 35% #ffffff;
    left: 0;
    bottom: 0;
    display: none;
    z-index: 999;
    filter: alpha(opacity=80);
    opacity: 80;
}

    .prompt span {
        position: absolute;
        font-size: 14px;
        font-family: 'Microsoft YaHei';
        top: 55%;
        left: 50%;
        margin-left: -200px;
        width: 400px;
        display: block;
        line-height: 24px;
        color: #666;
    }

        .prompt span a {
            text-decoration: underline;
        }

.prompt_close {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 30px;
    top: 30px;
    background: url(../images/closed.png) no-repeat center center;
    cursor: pointer;
}