* {
  box-sizing: border-box;
  outline: 0;
}
@font-face {
  font-family: 'myfont';
  src: url('../fonts/Montserrat-Light-6.otf');
  font-weight: normal;
  font-style: normal;
  
  /* IE9 Compat Modes */
}
@font-face {
  font-family: 'myfont2';
  src: url('../fonts/Montserrat-Bold-3.otf');
  font-weight: normal;
  font-style: normal;
  
  /* IE9 Compat Modes */
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Bold_0.ttf');
  font-weight: normal;
  font-style: normal;
  
  /* IE9 Compat Modes */
}
@font-face {
  font-family: 'Oswald-Bold';
  src: url('../fonts/Oswald-Bold.eot');
  src: url('../fonts/Oswald-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/Oswald-Bold.woff') format('woff'), /* Modern Browsers */ url('../fonts/Oswald-Bold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  
  /* IE9 Compat Modes */
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}
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;
}
a {
  color: #666;
  outline: none;
  text-decoration: none;
}
@media (max-width: 1023px) {
  body {
    overflow-x: hidden;
  }
}
a:hover {
  color: #e60012;
}
ol,
ul {
  list-style: none;
}
img {
  border: 0;
  max-width: 100%;
}
table {
  border-collapse: collapse;
  width: 100%;
}
input[type='reset'],
input[type='button'],
input[type='submit'],
input[type='radio'] {
  cursor: pointer;
  outline: none;
}
input[type='checkbox'],
input[type='radio'] {
  position: relative;
  vertical-align: middle;
  margin: -2px 5px 1px;
}
textarea,
input[type='email'],
input[type='date'],
input[type='password'],
input[type='text'] {
  padding: 0;
  color: #ca8189;
  outline: none;
}
html {
  font-size: 100px;
}
@media (max-width: 1600px) {
  html {
    font-size: 80px;
  }
}
@media (max-width: 1450px) {
  html {
    font-size: 75px;
  }
}
@media (max-width: 1400px) {
  html {
    font-size: 72px;
  }
}
@media (max-width: 1300px) {
  html {
    font-size: 68px;
  }
}
.f-l {
  float: left;
}
.f-r {
  float: right;
}
.dw {
  top: -1.3rem;
  z-index: -1;
  position: absolute;
}
/*清楚浮动*/
.clearfix:after {
  clear: both;
  height: 0;
  content: "";
  line-height: 0;
  font-size: 0;
  display: block;
}
/*图片垂直水平居中*/
.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;
}
.hid {
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ellipsis1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
/*多行省略隐藏*/
.ellipsis2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.ellipsis3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}
.ellipsis4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
}
.ellipsis5 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: 0.75s;
}
@keyframes dong {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@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 {
    transform: translate3d(200px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight2 {
  animation-name: fadeInRight2;
}
@keyframes bmove1 {
  0% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes scrollArrow {
  0% {
    bottom: 0px;
  }
  50% {
    bottom: 10px;
  }
  100% {
    bottom: 0px;
  }
}
@-moz-keyframes scrollArrow {
  0% {
    bottom: 0px;
  }
  50% {
    bottom: 10px;
  }
  100% {
    bottom: 0px;
  }
}
@-webkit-keyframes scrollArrow {
  0% {
    bottom: 0px;
  }
  50% {
    bottom: 10px;
  }
  100% {
    bottom: 0px;
  }
}
@-o-keyframes scrollArrow {
  0% {
    bottom: 0px;
  }
  50% {
    bottom: 10px;
  }
  100% {
    bottom: 0px;
  }
}
body {
  color: #666;
  background: #fff;
  margin: 0 auto;
  font-size: 0.16rem;
  position: relative;
  line-height: 1.5;
  font-family: "Microsoft YaHei", "arial";
}
@media (max-width: 1023px) {
  body {
    font-size: 14px;
  }
}
img {
  border: 0;
  max-width: 100%;
  vertical-align: top;
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-thumb {
  height: 0px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
  background-color: #ccc;
}
::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
::-webkit-scrollbar-thumb:active {
  background-color: rgba(0, 0, 0, 0.3);
}
.vcenter {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  vertical-align: middle;
}
.clearfix:after {
  clear: both;
  height: 0;
  content: "";
  line-height: 0;
  font-size: 0;
  display: block;
}
.container {
  max-width: 14.4rem;
  width: 100%;
  margin: 0 auto;
}
.f20 {
  font-size: 0.2rem;
}
.f24 {
  font-size: 0.24rem;
}
.header {
  top: 0;
  left: 0;
  width: 100%;
  height: 0.85rem;
  z-index: 99;
  line-height: 0.85rem;
  position: fixed;
  background: #fff;
  transition: all 334ms ease;
}
.header .container {
  width: 100%;
  max-width: 1660px;
}
@media(max-width:1400px){
	.header .container{
		padding:0 20px;
	}
}
.header .logo img {
  width: 4.83rem;
  height: 0.85rem;
}
.header .header-search {
  float: right;
  margin-left: 0.1rem;
  position: relative;
  display: inline-block;
}
.header .header-search .btn {
  color: #fff;
  right: 0;
  top: 0.3rem;
  position: absolute;
  width: 0.24rem;
  height: 0.24rem;
}
.header .nav {
  float: right;
}
.header .nav li {
  float: left;
  font-size: 0.18rem;
  margin: 0 0.4rem;
  position: relative;
}
.header .nav li > a {
  color: #0b0026;
  display: block;
  position: relative;
}
.header .nav li > a:after {
  content: "";
  height: 0.03rem;
  width: 0.83rem;
  bottom: -0.02rem;
  left: 50%;
  width: 0;
  opacity: 0;
  z-index: 10;
  position: absolute;
  background: #e60012;
  transition: all 334ms ease;
}
.header .nav li:hover > a,
.header .nav .active > a {
  color: #e60012;
}
.header .nav li:hover > a:after,
.header .nav .active > a:after {
  left: 0;
  opacity: 1;
  width: 100%;
}
.header .nav .subnav {
  top: 0.85rem;
  width: 1.5rem;
  left: 50%;
  padding: 0.2rem;
  display: none;
  overflow: hidden;
  text-align: center;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  position: absolute;
}
.header .nav .subnav a {
  color: #666;
  display: block;
  height: 0.36rem;
  font-size: 0.16rem;
  line-height: 0.35rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 334ms ease;
  border-top: dotted 1px rgba(162, 162, 162, 0.5);
}
.header .nav .subnav a:hover {
  color: #e60012;
}
.header .nav .subnav a:first-child {
  border-top: 0;
}
.header .nav .subnav-2 {
  width: 2.2rem;
}
.header .nav .subnav-3 {
  width: 4rem;
}
.header .nav .subnav-3 .item {
  width: 50%;
  float: left;
  padding: 0 0.15rem;
  text-align: left;
}
.header .nav li:hover .subanv {
  display: block;
}
.location {
  top: -1.8rem;
  z-index: -1;
  height: 1px;
  position: absolute;
}
.fixed {
  border-bottom: 0;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-bottom: 0px solid rgba(235, 235, 238, 0.35);
  backdrop-filter: blur(20px);
}
.header-2 {
  background: #e68322;
}
.banner {
  position: relative;
  overflow: hidden;
  height: 100vh;
}
.banner .container {
  max-width: 1200px;
}
@media (max-width: 1300px) {
  .banner .container {
    max-width: 1000px;
  }
}
.banner .pic {
  position: relative;
}
.banner .tu {
  display: block;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.banner .txtbox {
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 2;
  color: #fff;
  position: absolute;
  transform: translateY(-37%);
}
.banner .item {
  width: 100%;
  margin: 0 auto;
  padding: 0.8rem 0.5rem;
  text-align: center;
  max-width: 10.35rem;
  background: rgba(5, 20, 35, 0.4);
  border: solid 0.1rem rgba(255, 255, 255, 0.4);
  font-family: "思源黑体";
  position: relative;
}
.banner .line1,
.banner .line2,
.banner .line3,
.banner .line4 {
  width: 0.36rem;
  height: 0.36rem;
  position: absolute;
}
.banner .line1 {
  top: 0.5rem;
  left: 0.6rem;
}
.banner .line2 {
  top: 0.5rem;
  right: 0.6rem;
}
.banner .line3 {
  bottom: 0.5rem;
  left: 0.6rem;
}
.banner .line4 {
  bottom: 0.5rem;
  right: 0.6rem;
}
.banner .f70 {
  font-size: 0.7rem;
  letter-spacing: 0.1rem;
  font-weight: 700;
}
.banner .f14 {
  font-size: 0.14rem;
  font-weight: lighter;
  letter-spacing: 0.04rem;
  text-transform: uppercase;
}
.banner .f14 span {
  padding: 0 0.28rem;
}
.banner .f14-2 {
  font-size: 0.14rem;
  font-weight: lighter;
  letter-spacing: 0.02rem;
  text-transform: uppercase;
}
.banner .f14-2 span {
  padding: 0 0.09rem;
}
.banner .f28 {
  font-size: 0.28rem;
  font-weight: lighter;
}
.banner .line {
  max-width: 8rem;
  margin: 0 auto;
  padding-top: 0.25rem;
  margin-top: 0.25rem;
  border-top: solid 0.02rem rgba(255, 255, 255, 0.2);
}
.banner .slick-dots {
  bottom: 0.5rem;
}
.banner .slick-dots li {
  text-align: center;
  margin: 0 5px;
}
.banner .slick-dots li.slick-active button {
  width: 32px;
  border-radius: 5px;
  background: #e60012;
  position: relative;
}
.banner .slick-dots li button {
  width: 6px;
  height: 6px;
  position: relative;
  background: #bfbfbf;
}
.banner .slick-active .iteml {
  animation: 1.5s ease fadeInLeft2;
}
.banner .slick-active .itemr {
  animation: 1.5s ease fadeInRight2;
}
.banner .slick-active .tu {
  animation: 5s ease bmove1;
}
.banner .txtbox-2 .container {
  max-width: 14.4rem;
}
.banner .txtbox-2 .item {
  max-width: 100%;
  padding: 0;
  border: 0;
  text-align: left;
  background: transparent;
}
.banner .txtbox-2 .f14-2 {
  margin-top: 0.1rem;
  padding-left: 0.05rem;
  letter-spacing: 0.033rem;
}
.banner .txtbox-2 .f70 {
  letter-spacing: 0;
}
.banner .txtbox-2 .f28 {
  padding-top: 0.5rem;
}
.banner .txtbox-2 .more {
  margin-top: 1rem;
}
.banner .txtbox-2 .more a {
  color: #fff;
  width: 1.8rem;
  height: 0.5rem;
  text-align: center;
  line-height: 0.5rem;
  display: inline-block;
  background: #e60012;
  border-radius: 0.3rem;
  font-size: 0.14rem;
  transition: all 500ms ease;
}
.banner .txtbox-2 .more a:hover {
  background: #d10010;
}
.index-title {
  position: relative;
}
.index-title .t1 {
  z-index: 3;
  color: #e60012;
  font-weight: 700;
  font-size: 0.2rem;
  position: relative;
}
.index-title .t2 {
  font-size: 0.4rem;
  font-weight: 700;
  color: #2a2a2a;
  z-index: 5;
  line-height: 0.55rem;
  position: relative;
  padding: 0.15rem 0 0.25rem 0;
}
.index-title .more {
  top: 50%;
  right: 0;
  z-index: 99;
  font-size: 0.18rem;
  transform: translateY(-50%);
  position: absolute;
}
.index-title .more a {
  color: #e60012;
  display: inline-block;
  position: relative;
}
.index-title .more a:after {
  content: "";
  width: 0.1rem;
  height: 0.1rem;
  margin-left: 0.1rem;
  display: inline-block;
  border-top: solid 2px #e60012;
  border-right: solid 2px #e60012;
  transform: rotate(45deg);
}
.index-en {
  top: -0.26rem;
  left: -0.1rem;
  margin-top: 0rem;
  color: transparent;
  font-size: 1.5rem;
  letter-spacing: -0.08rem;
  line-height: 1.5rem;
  font-family: "myfont2";
  text-transform: uppercase;
  position: absolute;
  color: #f1f2f6;
  opacity: 0.4;
  text-shadow: #ff4352 1px 0 0, #ff4352 0 1px 0, #ff4352 -1px 0 0, #ff4352 0 -1px 0;
}
.index-product {
  background: #f1f2f6;
}
.index-product .listbox {
  padding-top: 0.8rem;
  overflow: hidden;
}
.index-product .list li {
  float: left;
  position: relative;
  width: 0.88rem;
  transition: all 500ms ease;
}
.index-product .list li img {
  max-width: none;
}
.index-product .list li .pic {
  height: 5.25rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.index-product .list .bg1:before {
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 3;
  position: absolute;
  background: rgba(35, 45, 56, 0.6);
}
.index-product .list .bg2:before {
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 3;
  position: absolute;
  background: rgba(50, 59, 68, 0.85);
}
.index-product .list .box {
  display: block;
  position: relative;
}
.index-product .list .tit {
  left: 0;
  color: #fff;
  z-index: 4;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  line-height: 0.88rem;
  font-size: 0.2rem;
  letter-spacing: 0.01rem;
  writing-mode: vertical-rl;
  position: absolute;
}
.index-product .list .txtbox {
  bottom: 0;
  left: 0;
  width: 100%;
  display: none;
  padding: 0.45rem;
  position: absolute;
  padding-bottom: 0.55rem;
}
.index-product .list .tit1 {
  font-weight: 700;
  font-size: 0.28rem;
  line-height: 0.4rem;
  color: #e60012;
}
.index-product .list .txt {
  color: #393d48;
  height: 0.24rem;
  line-height: 0.24rem;
  overflow: hidden;
  margin-top: 0.2rem;
}
.index-product .list .active {
  width: 6.4rem;
}
.index-product .list .active .pic {
  z-index: 4;
  position: relative;
}
.index-product .list .active:before {
  opacity: 0;
}
.index-product .list .active .tit {
  opacity: 0;
}
.index-product .list .active .txtbox {
  z-index: 4;
  display: block;
}
.index-application {
  text-align: center;
}
.index-application .index-title {
  text-align: center;
}
.index-application .index-title .index-en {
  left: 50%;
  color: #354654;
  transform: translateX(-50%);
}
.index-application .index-title .t2 {
  color: #fff;
}
.index-application .list {
  padding-top: 0.6rem;
}
.index-application .list li {
  float: left;
  position: relative;
  width: 5.5rem;
  transition: all 600ms ease;
}
.index-application .list li img {
  max-width: none;
}
.index-application .list .pic {
  height: 5.64rem;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.index-application .list .pic:before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  opacity: 0;
  position: absolute;
  transition: all 600ms ease;
  background: rgba(47, 54, 62, 0.58);
}
.index-application .list .txtbox {
  bottom: 0;
  left: 0;
  color: #fff;
  z-index: 4;
  text-align: left;
  padding: 0.3rem 0.55rem;
  position: absolute;
  background: rgba(47, 54, 62, 0.5);
}
.index-application .list .tit {
  font-size: 0.24rem;
  height: 0.4rem;
  line-height: 0.4rem;
  overflow: hidden;
  font-weight: 700;
}
.index-application .list .txt {
  opacity: 0;
  margin-top: 0.25rem;
  line-height: 0.26rem;
  height: 0.52rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.index-application .list .active {
  width: 8.9rem;
}
.index-application .list .active .pic:before {
  opacity: 1;
}
.index-application .list .active .txtbox {
  background: transparent;
}
.index-application .list .active .txt {
  opacity: 1;
}
.index-about .index-en {
  opacity: 0.2;
}
.index-about .leftbox {
  width: 53%;
  float: left;
}
.index-about .right {
  width: 45%;
  float: right;
  padding-top: 0.25rem;
}
.index-about .right p {
  width: 140%;
}
.index-about .t1 {
  margin-top: 0.3rem;
}
.index-about .t1 span {
  display: block;
}
.index-about .more {
  margin-top: 0.4rem;
}
.index-about .numlist {
  z-index: 4;
  margin-top: 0.65rem;
  position: relative;
}
.index-about .numlist ul {
  width: 135%;
  height: 2.2rem;
  background: #fff;
  box-shadow: 0 0 0.15rem rgba(0, 0, 0, 0.05);
}
.index-about .numlist li {
  width: 25%;
  float: left;
  height: 2.2rem;
  text-align: center;
  padding-top: 0.45rem;
  transition: all 500ms ease;
  border-left: solid 1px #d4d4d4;
}
.index-about .numlist li .icon {
  width: 0.8rem;
  height: 0.8rem;
  position: relative;
  display: inline-block;
}
.index-about .numlist li .ic1 {
  transition: all 400ms ease;
}
.index-about .numlist li .ic2 {
  top: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  transform: translateY(20px);
  transition: all 500ms ease;
}
.index-about .numlist li .bt {
  color: #333;
  margin-top: 0.15rem;
}
.index-about .numlist li:hover {
  background: linear-gradient(to right, #d30111, #ac020f);
}
.index-about .numlist li:hover .bt {
  color: #fff;
}
.index-about .numlist li:hover .ic1 {
  opacity: 0;
}
.index-about .numlist li:hover .ic2 {
  opacity: 1;
  transform: translateY(0);
}
.index-about .numlist li:first-child {
  border-left: 0;
}
.index-adv .index-title {
  text-align: center;
}
.index-adv .index-title .index-en {
  left: 50%;
  color: #393e45;
  transform: translateX(-50%);
}
.index-adv .index-title .t2 {
  color: #fff;
}
.index-adv .text {
  color: #fff;
  text-align: center;
}
.index-adv ul {
  margin: 0 -0.16rem;
  padding-top: 1rem;
}
.index-adv li:hover .icon {
  transform: translateY(20px);
}
.index-adv li:hover .tit {
  margin-top: 0.6rem;
}
.index-adv li {
  width: 25%;
  float: left;
  padding: 0 0.16rem;
}
.index-adv li .item {
  height: 4.57rem;
  padding: 0.3rem 0.5rem;
  padding-right: 0;
  background: #fff;
}
.index-adv li .icon {
  transition: all 500ms ease;
  margin-left: -0.2rem;
  position: relative;
}
.index-adv li .icon span {
  display: inline-block;
  width: 1.1rem;
  height: 1.1rem;
}
.index-adv li .icon i {
  right: 0.4rem;
  bottom: 0;
  position: absolute;
  color: #f5f5f5;
  line-height: 0.7rem;
  font-size: 0.7rem;
  font-style: normal;
  font-family: "Roboto";
}
.index-adv li .tit {
  color: #2a2a2a;
  font-weight: 700;
  font-size: 0.28rem;
  line-height: 0.38rem;
  height: 0.38rem;
  margin-top: 0.8rem;
  overflow: hidden;
  transition: all 500ms ease;
}
.index-adv li .txt {
  margin-top: 20px;
  line-height: 0.24rem;
  height: 0.24rem;
  overflow: hidden;
}
.index-adv li .button {
  margin-top: 0.7rem;
}
.index-adv li .button a {
  position: relative;
  color: #e60012;
}
.index-adv li .button a:before {
  margin-right: 0.2rem;
  content: "";
  width: 0.3rem;
  height: 0.01rem;
  margin-bottom: 0.02rem;
  vertical-align: middle;
  display: inline-block;
  background: #e60012;
}
.index-news {
  padding-top: 0.2rem;
  background-position: center bottom;
  position: relative;
}
.index-news .index-title {
  width: 55%;
  float: left;
}
.index-news .index-en {
  color: #fff;
}
.index-news .more {
  z-index: 99;
  margin: 0 auto;
  width: 1rem;
  position: relative;
  margin-top: -0.45rem;
  text-align: center;
}
.index-news .more a {
  height: 0.46rem;
  display: block;
  background: #e60012;
  border-radius: 0.3rem;
}
.index-news .more:hover a {
  background: #d10010;
}
.index-news .more img {
  width: 0.46rem;
  height: 0.46rem;
}
.index-news .tabnav {
  width: 40%;
  float: right;
  text-align: right;
}
.index-news .tabnav li {
  color: #2a2a2a;
  width: 1.46rem;
  height: 0.5rem;
  margin-left: 0.2rem;
  line-height: 0.5rem;
  font-size: 0.18rem;
  cursor: pointer;
  text-align: center;
  position: relative;
  display: inline-block;
  border: solid 1px #a4aeb6;
  transition: all 500ms ease;
  overflow:hidden;
  padding:0 5px;
}
.index-news .tabnav .cur {
  color: #fff;
  border-color: #e60012;
  background: #e60012;
}
.index-news .tabnav .cur:after {
  opacity: 1;
  width: 100%;
  left: 0;
}
.index-news .tabbox {
  position: relative;
}
.index-news .tablist {
  overflow: hidden;
  margin: 0 -0.19rem;
  display: none;
}
.index-news .tablist .scroll {
  padding: 0.6rem 0 0.8rem 0;
}
.index-news .tablist .item:hover {
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
}
.index-news .tablist .item:hover .pic img {
  transform: scale(1.05);
}
.index-news .tablist .item:hover .more {
  color: #e60012;
}
.index-news .tablist .item:hover .tit {
  color: #e60012;
}
.index-news .tablist .item {
  background: #f6f6f6;
  padding: 0.34rem;
  transition: all 500ms ease;
  margin: 0.1rem 0.19rem;
}
.index-news .tablist .item .pic {
  overflow: hidden;
  position: relative;
}
.index-news .tablist .item .pic:after {
  content: "";
  display: block;
  padding-bottom: 65.5%;
}
.index-news .tablist .item .pic img {
  transform-origin: top center;
  transition: all 700ms ease;
}
.index-news .tablist .item .date {
  color: #888888;
  font-size: 13px;
  margin-bottom: 0.1rem;
}
.index-news .tablist .item .line {
  margin-top: 0.15rem;
  border-top: solid 1px #f0f1f2;
  margin-bottom: 0.1rem;
}
.index-news .tablist .item .tit {
  font-size: 0.18rem;
  color: #000000;
  height: 0.3rem;
  overflow: hidden;
  font-weight: 700;
  line-height: 0.3rem;
}
.index-news .tablist .item .txt {
  height: 0.48rem;
  line-height: 0.24rem;
  color: #555555;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.index-news .tablist .item .pic {
  margin-top: 0.3rem;
}
.index-news .tablist .item .more {
  color: #555555;
  font-size: 0.14rem;
  margin-top: 0.2rem;
}
.index-news .tablist .slick-prev,
.index-news .tablist .slick-next {
  width: 0.46rem;
  height: 0.46rem;
  transition: all 500ms ease;
  border-radius: 100%;
  border: 0;
  bottom: 0;
  top: auto;
  margin-top: auto;
}
.index-news .tablist .slick-prev {
  left: 43%;
  background: url(../images/prev.png) no-repeat center center #efeff1;
}
.index-news .tablist .slick-prev:hover {
  background-color: rgba(255, 255, 255, 0.7);
}
.index-news .tablist .slick-next {
  right: 43%;
  background: url(../images/next.png) no-repeat center center #efeff1;
}
.index-news .tablist .slick-next:hover {
  background-color: rgba(255, 255, 255, 0.7);
}
.index_bgb .index-title {
  text-align: center;
  margin-bottom: 0.5rem;
}
.index_bgb .index-en {
  left: 50%;
  color: #fff;
  transform: translateX(-50%);
}
.indb_nr ul {
  width: 122.99%;
}
.footer {
  color: #fff;
  padding-top: 0.8rem;
  min-height: 6.5rem;
  background-repeat: no-repeat;
  background-color: #333d46;
  background-position: bottom center;
  background-size: cover;
}
.footer .mess {
  padding-bottom: 0.3rem;
  border-bottom: solid 1px #464f56;
}
.footer .mess li {
  width: 33.333%;
  float: left;
  position: relative;
  padding-left: 0.6rem;
}
.footer .mess .bt {
  height: 0.44rem;
  padding-left: 0;
  line-height: 0.44rem;
  font-size: 0.28rem;
  font-weight: 700;
}
.footer .mess input {
  width: 100%;
  height: 0.44rem;
  color: #fff;
  font-size: 0.16rem;
  font-family: "微软雅黑";
  padding: 0.1rem 0.2rem;
  padding-right: 0.6rem;
  border: solid 1px rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.17);
}
.footer .mess input::-webkit-input-placeholder {
  color: #ffffff;
}
.footer .mess input:-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.footer .mess input::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.footer .mess input:-ms-input-placeholder {
  color: #ffffff;
}
.footer .mess .btn {
  right: 1px;
  top: 1px;
  text-align: center;
  width: 0.46rem;
  position: absolute;
}
.footer .mess .btn a {
  display: block;
  height: 0.42rem;
  line-height: 0.4rem;
  background: #e60012;
}
.footer .mess .btn img {
  vertical-align: middle;
}
.footer .menulist {
  overflow: hidden;
  padding-top: 0.8rem;
}
.footer .menulist li {
  width: 11.2%;
  float: left;
}
.footer .menulist li h3 {
  padding-bottom: 0.15rem;
}
.footer .menulist li h3 a {
  color: #fff;
  font-size: 0.18rem;
}
.footer .menulist li h3 a:before {
  display: none;
}
.footer .menulist li a {
  color: #dcdcdc;
  margin-top: 0.1rem;
  font-size: 0.14rem;
  display: block;
  position: relative;
}
.footer .menulist li:not(:last-child) a{
  height:22px;
  overflow:hidden;
}
.footer .menulist li:not(:last-child) h3 a{
  height:27px;
}
.footer .menulist li a:before {
  content: "";
  vertical-align: top;
  margin-top: 0.09rem;
  margin-right: 0.05rem;
  width: 0.04rem;
  height: 0.04rem;
  display: inline-block;
  background: #ffffff;
}
.footer .menulist li a:hover {
  color: #fff;
}
.footer .menulist .li2 {
  width: 15%;
}
.footer .menulist .li3 {
  width: 22%;
}
.footer .menulist .li3 p {
  width: 50%;
  float: left;
}
.footer .menulist .last {
  width: 18%;
  color: #c3c3c3;
  font-size: 0.14rem;
}
.footer .menulist .last p {
  margin-top: 0.1rem;
}
.footer .menulist .last img {
  vertical-align: middle;
  margin-right: 0.1rem;
}
.footer .menulist .last .tel {
  color: #fff;
  font-size: 0.3rem;
  font-family: "Roboto";
}
.footer .menulist .last .yx a {
  display: inline-block;
}
.footer .menulist .last .yx a:before {
  display: none;
}
.footer .menulist .last .add span {
  display: block;
  padding-left: 0.25rem;
}
.footer .share {
  margin-top: 0.3rem;
}
.footer .share a {
  width: 0.38rem;
  height: 0.38rem;
  text-align: center;
  border: solid 1px #4b4e50;
  border-radius: 100%;
  display: inline-block !important;
}
.footer .share a img {
  vertical-align: middle;
}
.footer .share a:before {
  display: none!important;
}
.footer .share a:hover {
  opacity: 0.8;
}
.footer .share span {
  position: relative;
  margin-right:5px;
}
.footer .share span:hover .open {
  display: block;
}
.footer .share .open {
  display: none;
  padding-bottom: 15px;
  position: absolute;
  z-index: 999;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.footer .share .open .openCon {
  cursor: initial;
  background: #fff;
  border: 1px #fff solid;
  padding: 2px;
  text-align: center;
  color: #666;
  font-size: 14px;
  position: relative;
}
.footer .share .open .openCon:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #fff;
  border-right: 1px #fff solid;
  border-bottom: 1px #fff solid;
  position: absolute;
  z-index: -1;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}
.footer .share .open img {
  max-width: 100px;
  margin-right: 0;
  vertical-align: middle;
}
.footer .copy {
  margin-top: 0.65rem;
  color: #c3c3c3;
  font-size: 13px;
  padding: 0.15rem 0;
  background: #292c30;
}
.footer .copy .t1 {
  padding: 0 0.6rem;
}
.footer .copy a {
  float: right;
  display: inline-block;
}
.footer .copy a:hover {
  color: #fff;
}
.inside-banner {
  margin-top: 0.85rem;
  position: relative;
}
.inside-banner .txtbox {
  top: 50%;
  left: 0;
  width: 100%;
  color: #fff;
  position: absolute;
  transform: translateY(-50%);
}
.inside-banner .en {
  font-size: 0.38rem;
  text-transform: uppercase;
}
.inside-banner .cn {
  font-size: 0.5rem;
  font-weight: 700;
}
.inside-box {
  box-shadow: 1px 0 10px rgba(0, 0, 0, 0.14);
}
.inside-hot {
  width: 60%;
  float: left;
  color: #333333;
  height: 0.5rem;
  line-height: 0.5rem;
  overflow: hidden;
}
.inside-hot span {
  font-weight: 700;
}
.inside-hot a {
  color: #333;
  padding: 0 0.1rem;
  display: inline-block;
}
.inside-search {
  width: 35%;
  float: right;
  position: relative;
  text-align: right;
}
.inside-search:before {
  content: "";
  width: 1px;
  vertical-align: middle;
  display: inline-block;
  height: 0.18rem;
  background: #dddddd;
}
.inside-search input {
  width: 2.6rem;
  border: 0;
  color: #333;
  font-size: 0.14rem;
  font-family: "微软雅黑";
  padding: 0.1rem 0.2rem;
}
.inside-search .btn {
  width: 0.65rem;
  height: 0.5rem;
  text-align: center;
  line-height: 0.5rem;
  background: #e60012;
  display: inline-block;
}
.inside-search .btn img {
  vertical-align: middle;
  margin-bottom: 0.03rem;
}
.inside-search .btn:hover {
  background: #d10010;
}
.inside-current {
  font-size: 0.14rem;
  font-weight: normal;
  height: 0.5rem;
  line-height: 0.5rem;
  text-align: right;
  overflow: hidden;
}
.inside-current span,.inside-current .item1 {
  color: #e60012;
}
.inside-title {
  padding-top: 0.3rem;
  text-align: center;
}
.inside-title .tit {
  color: #000000;
  font-weight: 700;
  font-size: 0.4rem;
}
.inside-title .txt {
  font-size: 0.18rem;
}
.inside-menu {
  padding: 0.4rem 0;
  padding-bottom: 0.5rem;
  text-align: center;
}
.inside-menu li {
  overflow: hidden;
  padding: 0 0.08rem;
  display: inline-block;
}
.inside-menu li a {
  color: #333;
  height: 0.5rem;
  line-height: 0.5rem;
  overflow: hidden;
  display: block;
  width: 1.44rem;
  border-radius: 0.3rem;
  transition: all 400ms ease;
  border: solid 1px #e5e8e9;
}
.inside-menu li:hover a,
.inside-menu .cur a {
  color: #fff;
  background: #e60012;
  border-color: #e60012;
}
.inside-news {
  padding-bottom: 0.8rem;
}
.inside-news ul {
  margin: 0 -0.19rem;
}
.inside-news li {
  float: left;
  width: 33.3333%;
  padding: 0rem 0.19rem;
  padding-bottom: 0.38rem;
}
.inside-news .bt {
  color: #333;
  font-weight: 700;
  margin-bottom: 0.4rem;
}
.inside-news .item:hover {
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
}
.inside-news .item:hover .pic img {
  transform: scale(1.05);
}
.inside-news .item:hover .more {
  color: #e60012;
}
.inside-news .item:hover .tit {
  color: #e60012;
}
.inside-news .item {
  background: #f6f6f6;
  padding: 0.34rem;
  transition: all 500ms ease;
}
.inside-news .item .pic {
  overflow: hidden;
  position: relative;
}
.inside-news .item .pic:after {
  content: "";
  display: block;
  padding-bottom: 65.5%;
}
.inside-news .item .pic img {
  transform-origin: top center;
  transition: all 700ms ease;
}
.inside-news .item .date {
  color: #888888;
  font-size: 13px;
  margin-bottom: 0.1rem;
}
.inside-news .item .line {
  margin-top: 0.15rem;
  border-top: solid 1px #f0f1f2;
  margin-bottom: 0.1rem;
}
.inside-news .item .tit {
  font-size: 0.18rem;
  color: #000000;
  height: 0.3rem;
  font-weight: 700;
  line-height: 0.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.inside-news .item .txt {
  height: 0.48rem;
  line-height: 0.24rem;
  color: #555555;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.inside-news .item .pic {
  margin-top: 0.3rem;
}
.inside-news .item .more {
  color: #555555;
  font-size: 0.14rem;
  margin-top: 0.2rem;
}
.inside-page {
  text-align: center;
  padding-top: 0.3rem;
}
.inside-page a {
  width: 0.4rem;
  height: 0.4rem;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  line-height: 0.38rem;
  border-radius: 100%;
  margin: 0 0.05rem;
  font-size: 12px;
  color: #666;
  display: inline-block;
  transition: all 500ms ease;
  border: solid 1px #b5b5b5;
}
.inside-page a:hover,
.inside-page .cur,
.inside-page .active {
  color: #fff;
  border-color: #e60012;
  background: #e60012;
}
.inside-page .prev,
.inside-page .next {
  border: solid 1px #fff;
  width: 1.06rem;
  position: relative;
  border-radius: 30px;
}
.inside-page .prev:before {
  content: "<";
  margin-right: 0.06rem;
  font-family: "宋体";
  display: inline-block;
  font-weight: 700;
}
.inside-page .next:after {
  content: ">";
  margin-left: 0.06rem;
  font-family: "宋体";
  display: inline-block;
  font-weight: 700;
}
.inside-newsshow {
  padding-top: 0.5rem;
}
.inside-newsshow h1 {
  color: #000;
  font-size: 0.24rem;
  text-align: center;
  font-weight: normal;
}
.inside-newsshow .info {
  margin-bottom: 0.5rem;
  margin-top: 0.2rem;
  height: 0.57rem;
  line-height: 0.55rem;
  overflow: hidden;
  font-size: 0.14rem;
  text-align: center;
  border-top: solid 1px #e1e1e1;
  border-bottom: solid 1px #e1e1e1;
}
.inside-newsshow .info span {
  padding: 0 0.3rem;
}
.inside-newsshow .t1 {
  margin: 0.2rem 0;
  font-weight: 700;
}
.inside-newsshow .tag {
  color: #333;
  margin-top: 0.3rem;
}
.inside-newsshow .tag a {
  padding: 0 5px;
  color: #333;
  display: inline-block;
}
.inside-newsshow .tag a:hover {
  color: #000;
}
.inside-prev {
  height: 0.57rem;
  line-height: 0.55rem;
  margin-top: 0.45rem;
  overflow: hidden;
  font-size: 0.14rem;
  margin-bottom: 0.8rem;
  border-top: solid 1px #e1e1e1;
  border-bottom: solid 1px #e1e1e1;
}
.inside-prev li {
  float: left;
  height: 55rem;
  overflow: hidden;
  transition: all 700ms ease;
}
.inside-prev li a {
  color: #999;
  display: inline list-item;
}
.inside-prev li:hover {
  background: #f8f8f8;
}
.inside-prev .li1,
.inside-prev .li2 {
  width: 44%;
  color: #999;
  padding: 0 0.7rem;
}
.inside-prev .fh {
  width: 12%;
  text-align: center;
  border-left: solid 1px #e1e1e1;
  border-right: solid 1px #e1e1e1;
}
.inside-contact .f24 {
  color: #000;
  font-weight: 700;
  padding-bottom: 0.1rem;
}
.inside-contact .f24 span {
  color: #e60012;
}
.inside-contact .txt {
  padding-bottom: 0.6rem;
  color: #292e33;
}
.inside-contact .txt p {
  margin-top: 0.2rem;
}
.inside-contact .nr {
  padding-bottom: 80px;
}
.inside-contact .menuTabs {
  width: 27%;
  float: right;
  height: 6.2rem;
  background: #fafafa;
}
.inside-contact .menuTabs .list {
  padding: 0.4rem 0 0.2rem 0;
  height: 6.2rem;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  text-align: left;
}
.inside-contact .menuTabs .list li {
  padding: 0 0.2rem 0.2rem 0.2rem;
  margin-bottom: 20px;
  border-bottom: 1px #ececec solid;
}
.inside-contact .menuTabs .list li:last-child {
  margin-bottom: 0;
}
.inside-contact .menuTabs .list .box {
  cursor: pointer;
}
.inside-contact .menuTabs .list .box:hover .title {
  color: #e60012;
}
.inside-contact .menuTabs .list .active .box .title {
  color: #e60012;
}
.inside-contact .menuTabs .list::-webkit-scrollbar {
  width: 0.04rem;
  height: 0.04rem;
  background-color: #000;
}
.inside-contact .menuTabs .list::-webkit-scrollbar-thumb {
  background-color: #000;
}
.inside-contact .menuTabs .list::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}
.inside-contact .menuTabs .title {
  color: #333333;
  font-size: 0.19rem;
  font-weight: 700;
}
.inside-contact .menuTabs .p-1 {
  color: #666666;
  line-height: 0.3rem;
  font-size: 0.14rem;
  padding-left: 0.25rem;
  position: relative;
}
.inside-contact .menuTabs .p-1 .icon {
  width: 0.2rem;
  height: 0.2rem;
  float: left;
  position: absolute;
  top: 0.05rem;
  left: 0;
}
.inside-contact .menuTabs .p-1 span {
  padding-left: 0.41rem;
}
.inside-contact .conTabs {
  width: 73%;
  float: left;
  height: 6.2rem;
  overflow: hidden;
}
#allmap,
#allmap2 {
  width: 100%;
  height: 6.2rem;
}
#allmap img,
#allmap2 img {
  max-width: initial;
  max-height: inherit;
}
#allmap .anchorBL,
#allmap2 .anchorBL {
  display: none;
}
.message {
  padding: 0.8rem 0;
  background: #f3f3f3;
  position: relative;
}
.message #messageA {
  width: 1px;
  height: 1px;
  position: absolute;
  top: -2rem;
  left: 0;
}
.message .titleBig {
  color: #333333;
  font-weight: 700;
}
.message .nr {
  margin-top: 0.5rem;
}
.message .list {
  position: relative;
}
.message .list:before {
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.3rem;
  background: url("../images/pen.png") no-repeat center center;
  background-size: cover;
  position: absolute;
  z-index: 9;
  bottom: 1rem;
  right: -0.2rem;
}
.message li {
  width: 33.33333333%;
  float: left;
  padding: 0 0.06rem 0.18rem 0.06rem;
  position: relative;
}
.message .box {
  position: relative;
}
.message .red {
  position: absolute;
  z-index: 9;
  left: 0.2rem;
  top: 0.14rem;
  color: #FF0000;
}
.message .error {
  background: #ff0000;
  color: #fff;
  padding: 0 0.06rem;
  border-bottom-left-radius: 0.06rem;
  font-size: 0.12rem;
  position: absolute;
  right: 0;
  top: 0;
}
.message .input-form,
.message .textarea-form {
  border: none;
  border-radius: 0.03rem;
  color: #333;
  font-family: "微软雅黑";
  vertical-align: middle;
  border: #d1d1d1 solid 1px;
  padding: 0 0.3rem;
  height: 0.5rem;
  line-height: 0.48rem;
  font-size: 0.16rem;
  width: 100%;
}
.message .input-form:focus,
.message .textarea-form:focus {
  border: #e60012 solid 1px;
}
.message .textarea-form {
  line-height: 0.3rem;
  padding: 0.1rem 0.9rem 0.1rem 0.3rem;
  width: 100%;
  padding-right: 0.9rem;
  min-height: 1.4rem;
}
.message .textarea-form:focus {
  border: #e60012 solid 1px;
}
.message .btn {
  width: 100%;
  text-align: right;
}
.message .btn .col-2 {
  width: 50%;
}
.message .submit {
  font-size: 0.16rem;
  width: 33.3333333%;
  display: inline-block;
  max-width: 2rem;
  text-align: center;
  line-height: 0.5rem;
  height: 0.5rem;
  color: #666666;
  margin-right: 0.2rem;
  background: #e60012;
  color: #fff;
  border: none;
}
.message .submit:hover {
  color: #fff;
  background: #d10010;
}
.message .verify {
  height: 0.5rem;
  background-color: #e5e5e5;
  position: relative;
}
.message .verify .drag-btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 0.5rem;
  height: 0.5rem;
  border: 1px #e5e5e5 solid;
  background: #ffffff url(../images/drag-arrow.svg) no-repeat center center;
  background-size: 0.2rem 0.2rem;
  z-index: 2;
  cursor: move;
}
.message .verify .suc-drag-btn {
  background: #ffffff url(../images/drag-success.svg) no-repeat center center;
  background-size: 0.2rem 0.2rem;
}
.message .verify .drag-progress {
  position: absolute;
  left: 0;
  top: 0;
  height: 0.5rem;
  line-height: 0.48rem;
  width: 0;
  background-color: #7ac23c;
  color: #fff;
  font-size: 0.18rem;
  text-align: center;
}
.message .verify .fix-tips,
.message .verify .verify-msg {
  width: 100%;
  position: absolute;
  right: 0;
  left: 0;
  height: 100%;
  color: #333;
  z-index: 1;
  line-height: 0.5rem;
  padding-left: 0.5rem;
  text-align: center;
}
.message .verify .verify-msg {
  padding-left: 0;
  padding-right: 0.5rem;
}
.message .verify .verify-msg {
  background-color: #7ac23c;
  color: #fff;
  display: none;
}
.message .verifyDiv {
  width: 30%;
  vertical-align: middle;
  float: left;
  margin-right: 0.2rem;
  position: relative;
}
.message .col-2 {
  width: 50%;
  float: left;
  position: relative;
  text-align: left;
}
.inside-product {
  padding-bottom: 0.4rem;
  padding-top: 0.4rem;
}
.inside-product .left {
  width: 18%;
  float: left;
}
.inside-product .right {
  width: 77%;
  float: right;
}
.inside-product .titleBig {
  padding: 0.15rem 0 0.15rem 0.2rem;
  background: #323b44;
  color: #fff;
  position: relative;
}
.inside-product .titleBig .icon {
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  float: left;
  margin-right: 0.15rem;
}
.inside-product .titleBig .txt {
  display: inline-block;
  text-align: left;
  padding-top: 0.05rem;
  padding-bottom: 0.05rem;
  vertical-align: top;
}
.inside-product .titleBig .cn {
  font-size: 0.24rem;
  line-height: 0.3rem;
  font-weight: bold;
}
.inside-product .titleBig .en {
  font-size: 0.16rem;
  line-height: 0.2rem;
}
.inside-product .classifyPro {
  margin-bottom: 0.2rem;
  position: relative;
  z-index: 1;
}
.inside-product .classifyPro .first {
  position: relative;
}
.inside-product .classifyPro .first:before {
  content: "";
  display: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0.05rem 0.03rem 0;
  border-color: transparent transparent #0971b4 transparent;
  position: absolute;
  right: -0.05rem;
  top: -0.03rem;
}
.inside-product .classifyPro .first:after {
  content: "";
  display: none;
  width: 0.05rem;
  height: 100%;
  background: #e60012;
  position: absolute;
  right: -0.05rem;
  top: 0;
}
.inside-product .classifyPro .first a {
  display: block;
  color: #222222;
  border-left: 1px #dadada solid;
  border-right: 1px #dadada solid;
  font-size: 0.18rem;
  padding: 0.1rem 0.5rem 0.1rem 0.35rem;
  line-height: 0.4rem;
  border-bottom: 1px #e8e8e8 solid;
  position: relative;
}
.inside-product .classifyPro .first .icon {
  display: block;
  width: 0.24rem;
  height: 0.24rem;
  border-radius: 50%;
  border: 1px #333333 solid;
  font-family: simsun;
  text-align: center;
  line-height: 0.22rem;
  position: absolute;
  right: 0.2rem;
  top: 0.2rem;
  margin: auto;
  transition: transform .5s;
}
.inside-product .classifyPro .first .icon:before {
  content: "";
  display: block;
  width: 0.08rem;
  height: 0.08rem;
  border-right: 1px #333333 solid;
  border-bottom: 1px #333333 solid;
  position: absolute;
  top: 0.07rem;
  left: 0.05rem;
  transform: rotate(-45deg);
}
.inside-product .classifyPro .first:hover {
  background: #e60012;
}
.inside-product .classifyPro .first:hover a {
  border-color: #e60012;
  color: #fff;
}
.inside-product .classifyPro .first:hover .icon {
  color: #fff;
  border-color: #fff;
  transform: rotate(90deg);
}
.inside-product .classifyPro .first:hover .icon:before {
  border-color: #fff;
}
.inside-product .classifyPro .child {
  display: none;
  background: #eff3fc;
  border-left: 1px #dadada solid;
  border-right: 1px #dadada solid;
  padding: 0 0.1rem;
}
.inside-product .classifyPro .child a {
  display: block;
  border-bottom: 1px #e8e8e8 solid;
  line-height: 0.35rem;
  padding: 0.1rem 0 0.1rem 0.35rem;
  color: #666666;
  position: relative;
}
.inside-product .classifyPro .child a:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.03rem 0 0.03rem 0.05rem;
  border-color: transparent transparent transparent #a2a2a2;
  position: absolute;
  left: 0.2rem;
  top: 0.26rem;
}
.inside-product .classifyPro .child a:hover,.inside-product .classifyPro .child a.active {
  color: #e60012;
}
.inside-product .classifyPro .child a:hover:before {
  border-color: transparent transparent transparent #e60012;
}
.inside-product .classifyPro .active .first {
  background: #e60012;
}
.inside-product .classifyPro .active .first:before,
.inside-product .classifyPro .active .first:after {
  display: block;
}
.inside-product .classifyPro .active .first a {
  color: #fff;
  border-color: #e60012;
}
.inside-product .classifyPro .active .first .icon {
  color: #fff;
  border-color: #fff;
  transform: rotate(90deg);
}
.inside-product .classifyPro .active .first .icon:before {
  border-color: #fff;
}
.inside-product .classifyPro .active .child {
  display: block;
}
.prolist ul {
  margin: 0 -0.2rem;
  overflow:hidden;
}
.prolist li {
  width: 50%;
  float: left;
  padding: 0 0.2rem;
  padding-bottom: 0.4rem;
}
.prolist li:hover .pic img {
  transform: scale(1.05);
}
.prolist li:hover .tit {
  color: #fff;
  background: #e60012;
}
.prolist li:hover .tit span {
  color: #fff;
}
.prolist .item {
  border: solid 1px #e0e2e8;
}
.prolist .pic {
  overflow: hidden;
  position: relative;
}
.prolist .pic img {
  transition: all 700ms ease;
}
.prolist .pic:after {
  content: "";
  display: block;
  padding-bottom: 54.2%;
}
.prolist .tit {
  color: #3e3e3e;
  height: 0.66rem;
  line-height: 0.66rem;
  overflow: hidden;
  font-size: 18 rem;
  font-weight: 700;
  padding: 0 0.3rem;
}
.prolist .tit span {
  float: right;
  color: #666;
  font-weight: normal;
  font-size: 0.14rem;
}
.inside-case {
  padding-bottom: 0.8rem;
}
.inside-case ul {
  padding-bottom: 0.3rem;
}
.inside-case li {
  display: flex;
  align-items: center;
  margin-top: 0.6rem;
  box-shadow: 0 0 0.18rem rgba(0, 0, 0, 0.17);
}
.inside-case li:nth-child(2n) {
  flex-direction: row-reverse;
}
.inside-case .leftbox {
  width: 50%;
  float: left;
}
.inside-case .txtbox {
  width: 50%;
  float: left;
  padding: 0.15rem 0.55rem;
}
.inside-case .pic:hover img {
  transform: scale(1.05);
}
.inside-case .pic {
  display: block;
  overflow: hidden;
  position: relative;
}
.inside-case .pic:after {
  content: "";
  display: block;
  padding-bottom: 62.3%;
}
.inside-case .pic img {
  transition: all 700ms ease;
}
.inside-case h3 {
  color: #333333;
  font-size: 0.24rem;
  padding-bottom: 0.15rem;
}
.inside-case p {
  margin-top: 0.1rem;
}
.inside-case strong {
  color: #333333;
}
.inside-case .red {
  color: #e60012;
  font-weight: 700;
}
.inside-case .red span {
  padding-left: 0.4rem;
}
.inside-case .add {
  padding-left: 0.8rem;
  position: relative;
}
.inside-case .add strong {
  top: 0;
  left: 0;
  position: absolute;
}
.inside-case .add span {
  display: block;
}
.inside-case .slick-dots {
  bottom: 0;
  padding: 0.2rem;
  text-align: right;
  background: rgba(0, 0, 0, 0.5);
}
.inside-case .slick-dots li {
  margin: 0 0.07rem;
  vertical-align: middle;
  line-height: 0.4rem;
  display: inline-block !important;
}
.inside-case .slick-dots li button {
  width: 0.07rem;
  height: 0.07rem;
}
.inside-case .slick-dots li.slick-active button {
  background: #e60012;
}
.fuli {
  padding-bottom: 0.8rem;
}
.fuli .list li {
  width: 100%;
  padding-bottom: 0.6rem;
}
.fuli .list li:last-child {
  padding-bottom: 0;
}
.fuli .list li:nth-child(2n) .box {
  flex-direction: row-reverse;
}
.fuli .list li:nth-child(2n) .text {
  padding-right: 9%;
  padding-left: 0;
}
.fuli .list .box {
  display: block;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.fuli .list .pic {
  width: 50%;
  float: left;
  display: block;
  overflow: hidden;
  position: relative;
}
.fuli .list .pic:after {
  content: '';
  display: block;
  padding-top: 57.63888889%;
  padding-bottom: 0;
}
.fuli .list .pic img {
  transition: all 0.5s;
}
.fuli .list .text {
  width: 50%;
  float: left;
  padding-left: 9%;
}
.fuli .list .title {
  color: #000000;
  font-size: 0.24rem;
  font-weight: 700;
  height: 0.5rem;
  line-height: 0.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0.1rem;
}
.fuli .list .info {
  color: #282828;
  line-height: 0.36rem;
  max-height: 0.72rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  margin-bottom: 0.6rem;
}
.fuli .list .box:hover .pic img {
  transform: scale(1.1);
}
.fuli .list .box:hover .title {
  color: #e60012;
}
.fuli .list .box:hover .moreBtn-2 a,
.fuli .list .box:hover .moreBtn-2 span {
  color: #fff;
  box-shadow: 0 0 0 2px #49b7ff;
}
.fuli .list .box:hover .moreBtn-2 a:before,
.fuli .list .box:hover .moreBtn-2 span:before {
  transform: translate(-50%, -50%) scale(1);
}
.fuli .list .box:hover .moreBtn-2 a .icon:after,
.fuli .list .box:hover .moreBtn-2 span .icon:after {
  background: url(../images/icon/sprite.png) 0 -40px;
}
.huanjing {
  background-color: #f8f9ff;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
.huanjing img {
  vertical-align: top;
}
.huanjing .list {
  margin-left: -0.05rem;
  margin-right: -0.05rem;
}
.huanjing .list li {
  width: 25%;
  float: left;
  padding: 0 0.05rem 0.1rem 0.05rem;
}
.huanjing .list .div-1 {
  padding-bottom: 0.1rem;
}
.huanjing .list .div-1:last-child {
  padding-bottom: 0;
}
.huanjing .list .box {
  position: relative;
}
.huanjing .list .pic {
  overflow: hidden;
}
.huanjing .list .pic:after {
  padding-bottom: initial;
}
.huanjing .list .pic img {
  transition: all 0.5s;
}
.huanjing .list .text {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  background: linear-gradient(to right, #e60012, #e60012);
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.huanjing .list .text a {
  color: #fff;
}
.huanjing .list .f24 {
  font-size: 0.24rem;
  font-weight: 700;
  margin-bottom: 0.2rem;
}
.huanjing .list .info {
  line-height: 0.3rem;
}
.huanjing .list .box:hover img {
  transform: scale(1.1);
}
.ygfc {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
.ygfc .f28 {
  color: #333;
  font-size: 0.28rem;
  font-weight: 700;
}
.ygfc .nr {
  margin-top: 0.5rem;
}
.ygfc .list {
  margin-left: -0.16rem;
  margin-right: -0.16rem;
}
.ygfc .list li {
  width: 25%;
  float: left;
  padding: 0 0.16rem;
}
.ygfc .list .box {
  display: block;
  overflow: hidden;
  text-align: center;
}
.ygfc .list .pic {
  overflow: hidden;
  border-radius: 0.1rem;
  position: relative;
}
.ygfc .list .pic:after {
  content: '';
  display: block;
  padding-top: 66.17647059%;
  padding-bottom: initial;
}
.ygfc .list .pic img {
  transition: all 0.5s;
}
.ygfc .list .title {
  color: #282828;
  height: 0.5rem;
  line-height: 0.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ygfc .list .box:hover img {
  transform: scale(1.1);
}
.inside-job .list5 {
  color: #666;
  padding: 0.8rem 0;
  background: #f8f8f8;
}
.inside-job .list5 .left {
  width: 76%;
  float: left;
  padding: 0.2rem 0.3rem 0.3rem 0.3rem;
  background: #fff;
}
.inside-job .list5 .left dl dt {
  display: block;
}
.inside-job .list5 .left dl dt span {
  display: block;
  float: left;
  text-align: left;
  width: 12%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.inside-job .list5 .left dl dt .name {
  width: 29%;
  padding-right: 0.2rem;
  padding-left: 0.6rem;
}
.inside-job .list5 .left dl dt .time {
  width: 30%;
  margin-right: 2%;
  text-align: center;
}
.inside-job .list5 .left dl dt .people {
  width: 14;
  margin-right: 6%;
  text-align: center;
}
.inside-job .list5 .left dl dt .bumen {
  width: 10%;
  text-align: center;
  margin-right: 7%;
  padding-left: 0.14rem;
}
.inside-job .list5 .left dl dt .date {
  width: 15%;
  text-align: center;
}
.inside-job .list5 .left dl .list0 {
  color: #333;
  height: 0.54rem;
  line-height: 0.54rem;
  margin-bottom: 0px;
}
.inside-job .list5 .left dl .list0 span {
  font-weight: 700;
}
.inside-job .list5 .left dl .list_dt {
  cursor: pointer;
  height: 0.54rem;
  line-height: 0.54rem;
  transition: width 2s;
  border-bottom: 0.02rem solid #f9f9f9;
}
.inside-job .list5 .left dl .list_dt .subnav {
  display: block;
}
.inside-job .list5 .left .list_dt {
  cursor: pointer;
  position: relative;
  background: #f8fafc;
  margin-top: 0.2rem;
  border-radius: 0.05rem;
}
.inside-job .list5 .left #open {
  background: #f1f8ff;
  border-bottom: 0;
}
.inside-job .list5 .left #open .date,
.inside-job .list5 .left #open .name {
  color: #e60012;
}
.inside-job .list5 .left .list_dd {
  display: none;
}
.inside-job .list5 .left .jobsub {
  position: relative;
  background: #fbfbfb;
  border-top: 0;
  overflow: hidden;
  padding: 0px 1rem 0.6rem 0.6rem;
}
.inside-job .list5 .left .jobsub p {
  margin-top: 0.15rem;
}
.inside-job .list5 .left .jobsub .bt {
  text-align: left;
  color: #e60012;
  margin-top: 0.35rem;
  margin-bottom: 0.25rem;
}
.inside-job .list5 .left .btn {
  margin-top: 0.3rem;
  height: 0.44rem;
  padding: 0 0.45rem;
  color: #e60012;
  line-height: 0.42rem;
  border-radius: 0.3rem;
  display: inline-block;
  border: solid 1px #e60012;
}
.inside-job .list5 .left .btn img {
  margin: 0.13rem 0 0 0.1rem;
}
.inside-job .list5 .left .btn:hover {
  font-weight: 700;
}
.inside-job .list5 .right {
  width: 21%;
  float: right;
  padding: 0.15rem;
  padding-top: 0.3rem;
  min-height: 3rem;
  background: #fff;
}
.inside-job .list5 .gg .titleBig {
  color: #333333;
  font-size: 0.24rem;
  font-weight: 700;
  line-height: 1;
  padding-left: 0.14rem;
  position: relative;
}
.inside-job .list5 .gg .titleBig:before {
  content: "";
  width: 0.04rem;
  height: 0.2rem;
  top: 0.04rem;
  left: 0;
  position: absolute;
  background: #e60012;
}
.inside-job .list5 .gg .lc {
  border-bottom: 1px #f2f2f2 solid;
  padding-bottom: 0.2rem;
}
.inside-job .list5 .gg .title-1 {
  color: #e60012;
  padding-top: 0.25rem;
}
.inside-job .list5 .gg .p-2 {
  line-height: 0.3rem;
  padding-top: 0.15rem;
  font-size: 0.14rem;
}
.inside-job .list5 .gg .p-2 span {
  display: inline-block;
}
.inside-job .list5 .gg .p-2 a {
  color: #e60012;
}
.inside-job .list5 .gg .wx {
  padding: 0.2rem 0;
}
.inside-job .list5 .gg .title-2 {
  font-weight: 700;
  font-size: 0.18rem;
  color: #333;
  margin-bottom: 0.2rem;
}
.inside-job .list5 .gg .title-2 .span-1 {
  color: #e60012;
}
.inside-job .list5 .gg .div-1 {
  display: flex;
  align-items: center;
}
.inside-job .list5 .gg .div-1 .pic {
  border: 1px solid #f2f2f2;
  max-width: 120px;
  padding: 0.03rem;
  float: left;
}
.inside-job .list5 .gg .div-1 img {
  vertical-align: middle;
}
.inside-job .list5 .gg .div-1 .txt {
  flex: 1;
  font-size: 0.14rem;
  line-height: 0.24rem;
  padding-left: 0.15rem;
}
.inside-about {
  position: relative;
  padding-bottom: 0.8rem;
}
.inside-about .f24 {
  color: #0a0a0f;
  font-weight: 700;
}
.inside-about .f24 span {
  color: #e60012;
}
.inside-about .t1 {
  line-height: 0.26rem;
  margin-bottom: 0.2rem;
}
.inside-about .t1 strong {
  color: #0a0a0f;
}
.inside-about ul {
  margin-top: 0.6rem;
  box-shadow: 0 0 0.28rem rgba(181, 181, 181, 0.33);
}
.inside-about li {
  width: 25%;
  float: left;
  color: #0a0a0f;
  padding: 0.3rem;
  text-align: center;
  border-left: solid 1px #e9e9e9;
}
.inside-about .num {
  font-size: 0.18rem;
  margin-top: 0.2rem;
  font-family: "Oswald-Bold";
}
.inside-about .num i {
  font-style: normal;
  vertical-align: top;
  display: inline-block;
  font-size: 0.24rem;
}
.inside-about .counter {
  font-size: 0.46rem;
  line-height: 0.46rem;
}
.inside-title {
  color: #333;
  font-size: 0.36rem;
}
.inside-fzlc {
  position: relative;
  padding: 0.7rem;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
.inside-fzlc .inside-title {
  font-weight: 700;
  padding-bottom: 0.5rem;
}
.inside-fzlc .bg {
  min-height: 6.98rem;
  max-width: 13.6rem;
  width: 100%;
  margin: 0 auto;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
.inside-fzlc li {
  height: 4.3rem;
  width: 33.3333%;
  float: left;
  position: relative;
}
.inside-fzlc .t1 {
  color: #333333;
  font-weight: 700;
  margin-left: 0.4rem;
  position: relative;
}
.inside-fzlc .t1 span {
  bottom: 0;
  margin-left: 0.2rem;
  position: absolute;
}
.inside-fzlc .t1 img {
  max-height: 0.6rem;
}
.inside-fzlc .t2 {
  max-width: 1.7rem;
  width: 100%;
  font-size: 0.14rem;
  height: 1rem;
  overflow: hidden;
  line-height: 0.2rem;
  margin-top: 0.35rem;
  margin-left: 1.3rem;
}
.inside-fzlc .t3,
.inside-fzlc .t4 {
  color: #fff;
  left: 14.5%;
  font-weight: 700;
  font-size: 0.42rem;
  text-align: center;
  bottom: 0.5rem;
  position: absolute;
  font-family: arial;
}
.inside-fzlc .t4 {
  left: 64%;
  text-align: right;
  top: -1.12rem;
  bottom: auto;
}
.inside-fzlc .li2 {
  height: auto;
  min-height: 3rem;
}
.inside-fzlc .li2 .t1 {
  margin-left: 0;
  transform: translateX(1.75rem);
  padding-left: 0.9rem;
  margin-top: 0.45rem;
}
.inside-fzlc .li2 .t1 span {
  left: 0;
  margin-left: 0;
}
.inside-fzlc .t5 {
  left: 17%;
}
.inside-fzlc .t6 {
  left: 66%;
}
.inside-about-2 {
  height: 7.32rem;
  color: #fff;
  font-size: 0.18rem;
  line-height: 0.3rem;
  position: relative;
  background: url(../images/qy-bg.jpg) no-repeat top center;
  background-size: cover;
}
.inside-about-2 .inside-title {
  color: #fff;
  padding-top: 0.9rem;
}
.inside-about-2 .inside-title {
  font-weight: 700;
  padding-bottom: 0.5rem;
}
.inside-about-2 .container {
  height: 7.32rem;
  max-width: 16rem;
  width: 100%;
  position: relative;
}
.inside-about-2 ul {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5.16rem;
  position: absolute;
  background: rgba(43, 52, 62, 0.25);
  display: flex;
  align-items: center;
}
.inside-about-2 ul li:last-child .tbox {
  padding: 0 1rem;
}
.inside-about-2 ul li:hover:before {
  height: 100%;
  opacity: 1;
}
.inside-about-2 ul li:hover span {
  opacity: 0.8;
  margin-bottom: 0.4rem;
}
.inside-about-2 ul li {
  width: 25%;
  float: left;
  height: 100%;
  text-align: center;
  position: relative;
  border-left: solid 1px rgba(255, 255, 255, 0.1);
}
.inside-about-2 ul li:before {
  content: "";
  width: 100%;
  height: 20%;
  bottom: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  position: absolute;
  background: rgba(234, 9, 27, 0.62);
  transition: all 700ms ease;
}
.inside-about-2 ul li .tbox {
  top: 50%;
  width: 100%;
  padding: 0 0.6rem;
  z-index: 2;
  text-align: center;
  position: absolute;
  transform: translateY(-50%);
}
.inside-about-2 ul li span {
  margin-bottom: 0.05rem;
  display: inline-block;
  transition: all 500ms ease;
}
.inside-about-2 ul li span img {
  border-radius: 100%;
  border: solid 1px #fff;
}
.inside-about-2 ul li .tit {
  font-size: 0.26rem;
  line-height: 0.36rem;
  font-weight: 700;
  margin-bottom: 0.15rem;
}
.inside-about-2 ul li:first-child {
  border-left: 0;
}
.inside-fz {
  min-height: 6.77rem;
  position: relative;
  display: flex;
  background: url(../images/qy-bg.jpg) no-repeat top center;
  background-size: cover;
}
.inside-fz .container {
  display: flex;
  align-items: center;
}
.inside-fz .inside-title {
  padding: 0;
  font-weight: 700;
}
.inside-fz .box {
  max-width: 11.7rem;
  width: 100%;
  margin: 0 auto;
  padding: 0.1rem;
  background: rgba(238, 238, 239, 0.5);
}
.inside-fz .box .item {
  padding: 0.7rem 1.5rem;
  background: rgba(255, 255, 255, 0.7);
}
.inside-fz .box p {
  padding-top: 0.3rem;
}
.inside-honor {
  position: relative;
  padding: 0.7rem 0 0.3rem 0;
}
.inside-honor .inside-title {
  padding: 0;
  font-weight: 700;
  padding-bottom: 0.4rem;
}
.inside-honor .f40 {
  color: #333333;
  padding-top: 0.4rem;
  letter-spacing: 0.1rem;
  text-align: center;
  font-size: 0.4rem;
}
.inside-honor .bg {
  min-height: 6.9rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.inside-honor .item {
  width: 50%;
  float: left;
  padding-right: 5%;
}
.inside-honor .item ul {
  margin: 0 -0.2rem;
}
.inside-honor .item li {
  float: left;
  width: 33.333%;
  padding: 0 0.2rem;
}
.inside-honor .item li:hover .pic img {
  opacity: 0.7;
}
.inside-honor .item .pic {
  position: relative;
}
.inside-honor .item .pic img {
  transition: all 700ms ease;
  -webkit-box-reflect: below 0px -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.1) 0%, transparent 20%, transparent 100%);
}
.inside-honor .item .pic:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.inside-honor .item-2 {
  float: right;
  padding-left: 5%;
  padding-right: 0;
}
.inside-honor .item-3 {
  padding-right: 0;
}
.inside-honor .item-3 ul {
  margin: 0 -0.1rem;
  margin-left: -0.2rem;
}
.inside-honor .item-3 li {
  width: 25%;
  padding: 0 0.1rem;
  margin-top: 1rem;
}
.inside-honor .item-3 .pic:after {
  padding-bottom: 118%;
}
.inside-honor .item-4 {
  float: right;
  padding-right: 0;
}
.inside-honor .item-4 ul {
  padding-left: 40%;
}
.inside-honor .item-4 li {
  width: 100%;
  text-align: center;
}
.inside-honor .item-4 .pic:after {
  padding-bottom: 76%;
}
.inside-proshow1 .leftbox {
  width: 48.3%;
  float: left;
}
.inside-proshow1 .leftbox .pic {
  border: solid 1px #d9dbe1;
  display: block;
  position: relative;
}
.inside-proshow1 .leftbox .pic:after {
  content: "";
  display: block;
  padding-bottom: 54.2%;
}
.inside-proshow1 .smallimg {
  padding: 0 0.15rem;
  margin-top: 0.15rem;
}
.inside-proshow1 .smallimg .pic {
  margin: 0 0.1rem;
}
.inside-proshow1 .slick-prev,
.inside-proshow1 .slick-next {
  width: 0.15rem;
  height: 0.8rem;
  margin-top: -0.4rem;
  border: solid 1px #d9dbe1;
  background-color: #f4f4f4;
}
.inside-proshow1 .slick-prev:before,
.inside-proshow1 .slick-next:before {
  font-size: 0.16rem;
  color: #949494;
  font-family: "宋体";
}
.inside-proshow1 .slick-prev:hover,
.inside-proshow1 .slick-next:hover {
  color: #fff;
  border-color: #e60012;
  background: #e60012;
}
.inside-proshow1 .slick-prev:hover:before,
.inside-proshow1 .slick-next:hover:before {
  color: #fff;
}
.inside-proshow1 .slick-prev {
  left: 0;
}
.inside-proshow1 .slick-prev:before {
  content: "<";
}
.inside-proshow1 .slick-next {
  right: 0;
}
.inside-proshow1 .slick-next:before {
  content: ">";
}
.inside-proshow1 .rightbox {
  width: 51%;
  float: left;
  padding-left: 0.7rem;
}
.inside-proshow1 h1 {
  color: #333333;
}
.inside-proshow1 .t1 {
  padding-top: 0.15rem;
}
.inside-proshow1 .red {
  color: #e60012;
  margin-bottom: 0.33rem;
}
.inside-proshow1 .wx {
  width: 40%;
  float: left;
  padding-bottom: 0.2rem;
  text-align: center;
  border: solid 1px #e4e4e4;
}
.inside-proshow1 .cot {
  width: 60%;
  float: left;
  padding-left: 0.35rem;
}
.inside-proshow1 .cot p {
  padding-top: 0.15rem;
}
.inside-proshow1 .cot p:first-child {
  padding-top: 0;
}
.inside-proshow2 {
  padding-top: 0.5rem;
  margin-top: 0.4rem;
  border-top: solid 1px #f0f0f0;
}
.inside-proshow2 ul {
  margin: 0 -0.16rem;
}
.inside-proshow2 li {
  width: 20%;
  float: left;
  font-size: 0.18rem;
  padding: 0 0.16rem;
}
.inside-proshow2 li span {
  color: #010a13;
  height: 0.6rem;
  line-height: 0.58rem;
  display: block;
  width: 100%;
  text-align: center;
  border-radius: 0.3rem;
  border: solid 1px #dadada;
  background: #eff3fc;
}
.inside-proshow2 .cur span {
  color: #fff;
  border-color: #e60012;
  background: #e60012;
}
.inside-bt {
  color: #333333;
  line-height: 0.24rem;
  font-weight: 700;
  padding-left: 0.08rem;
  border-left: 0.04rem solid #e60012;
}
.inside-proshow3 {
  padding-top: 0.5rem;
  position: relative;
}
.inside-proshow3 .text {
  padding-left: 0.14rem;
  padding-top: 0.3rem;
  line-height: 0.3rem;
}
.inside-proshow4 {
  font-size: 0.14rem;
  padding-top: 0.5rem;
  position: relative;
}
.inside-proshow4 .item {
  width: 50%;
  float: left;
  font-size: 12px;
  padding: 0.1rem 0.05rem;
  text-align: center;
  border-left: solid 1px #dadada;
}
.inside-proshow4 .item:first-child {
  border-left: 0;
}
.inside-proshow4 table {
  margin-top: 0.4rem;
}
.inside-proshow4 th,
.inside-proshow4 td {
  border: solid 1px #dadada;
}
.inside-proshow4 th {
  color: #fff;
  width: 25%;
  font-size: 0.18rem;
  padding: 0.15rem;
  background: #e60012;
}
.inside-proshow4 .t1 {
  text-align: center;
  display: block;
  vertical-align: middle;
}
.inside-proshow4 .t1 img {
  margin-right: 0.08rem;
  vertical-align: middle;
}
.inside-proshow4 .t2 {
  display: block;
  padding: 0.15rem 0 0.15rem 0;
  vertical-align: middle;
}
.inside-proshow4 .t2 img {
  width: 0.44rem;
  height: 0.44rem;
  margin-right: 0.05rem;
  vertical-align: middle;
}
.inside-proshow4 .jj td {
  padding-left: 0.25rem;
  padding-right: 0rem;
}
.inside-proshow4 .jj strong {
  color: #333;
}
.inside-proshow4 .t1-1 {
  padding: 0.2rem 0.05rem;
  text-align: center;
}
.inside-proshow4 .t3 .item {
  font-size: 0.14rem !important;
}
.inside-proshow4 .t3 td {
  text-align: center;
}
.inside-proshow4 .t4 {
  font-size: 0.12rem;
}
.inside-proshow4 .t5 {
  display: block;
  float: left;
  padding-right: 0.15rem;
}
.inside-proshow4 .t6 {
  padding: 0.1rem 0;
}
.inside-proshow4 .t7 {
  display: block;
  float: left;
  padding-right: 0.3rem;
}
.inside-proshow4 .list {
  width: 75%;
  margin: 0.1rem 0;
}
.inside-proshow4 .list li {
  color: #333;
  line-height: 0.3rem;
  background: #e5e7e6;
}
.inside-proshow4 .list li span {
  width: 10%;
  display: inline-block;
  padding: 0 0.05rem;
}
.inside-proshow4 .list li span:first-child {
  width: 25%;
  padding: 0 0.15rem;
}
.inside-proshow4 .list li:first-child {
  background: #949599;
}
.inside-proshow5 {
  position: relative;
  padding-top: 0.5rem;
}
.inside-proshow5 .item {
  margin-top: 0.3rem;
  border: solid 1px #e60012;
  border-bottom: solid 0.06rem #e60012;
}
.inside-proshow5 .pic {
  width: 40%;
  float: left;
}
.inside-proshow5 .mess {
  width: 58%;
  float: left;
  padding: 0.5rem;
  padding-bottom: 0.4rem;
}
.inside-proshow5 .mess .tag {
  padding-bottom: 0.15rem;
  font-size: 0.18rem;
  color: #333;
  line-height: 0.3rem;
}
.inside-proshow5 .mess .tag img {
  width: 0.3rem;
  height: 0.3rem;
  margin-right: 0.01rem;
}
.inside-proshow5 .mess li:first-child {
  padding-top: 0;
}
.inside-proshow5 .mess li {
  padding-top: 0.2rem;
  margin: 0 -0.15rem;
}
.inside-proshow5 .mess li p {
  width: 50%;
  float: left;
  padding: 0 0.15rem;
  position: relative;
}
.inside-proshow5 .mess li label {
  color: #080f15;
  display: block;
  margin-bottom: 0.1rem;
}
.inside-proshow5 .mess li em {
  color: #de021c;
  font-style: normal;
}
.inside-proshow5 .mess li input[type="text"],
.inside-proshow5 .mess li textarea {
  width: 100%;
  height: 0.52rem;
  line-height: 0.5rem;
  border-radius: 0.05rem;
  padding: 0 0.25rem;
  font-size: 0.16rem;
  color: #666;
  font-family: arial;
  border: solid 1px #cacaca;
  transition: all 334ms ease;
}
.inside-proshow5 .mess li input[type="text"]:focus,
.inside-proshow5 .mess li textarea:focus {
  border-color: #e60012;
}
.inside-proshow5 .mess li input[type="submit"] {
  color: #fff;
  border: 0;
  width: 1.7rem;
  height: 0.57rem;
  line-height: 0.57rem;
  text-align: center;
  font-size: 0.18rem;
  background: #e60012;
  border-radius: 0.01rem;
  margin-top: 0.2rem;
}
.inside-proshow5 .mess li input[type="submit"]:hover {
  background: #155098;
}
.inside-proshow5 .mess .textarea p {
  width: 100%;
  float: none;
}
.inside-proshow5 .mess .textarea textarea {
  height: 1.2rem;
}
.inside-proshow6 {
  padding-top: 0.5rem;
}
.inside-proshow6 .prolist {
  margin-top: 0.3rem;
}
.inside-proshow7 {
  padding-bottom: 0.5rem;
  padding-top: 0.1rem;
}
.inside-proshow7 .list {
  padding-top: 0.3rem;
  border-bottom: solid 1px #eceae8;
}
.inside-proshow7 .list li {
  overflow: hidden;
  padding: 0.3rem 0rem 0.3rem 0rem;
  transition: all 334ms ease;
  border-top: solid 1px #eceae8;
}
.inside-proshow7 .list li a {
  display: block;
}
.inside-proshow7 .list li:hover .tit {
  color: #e60012;
}
.inside-proshow7 .list .info {
  width: 10%;
  float: left;
  color: #555146;
  padding-top: 0.05rem;
  font-size: 0.14rem;
  text-align: center;
}
.inside-proshow7 .list .info .tag span {
  color: #fff;
  padding: 0 0.15rem;
  line-height: 0.24rem;
  display: inline-block;
  background: #e60012;
}
.inside-proshow7 .list .info .time {
  margin-top: 0.15rem;
}
.inside-proshow7 .list .info .time span {
  display: block;
}
.inside-proshow7 .list .text {
  width: 90%;
  float: left;
  padding-left: 0.3rem;
}
.inside-proshow7 .list .tit {
  color: #333;
  font-weight: 700;
  height: 0.3rem;
  line-height: 0.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.inside-proshow7 .list .txt {
  color: #555;
  height: 0.6rem;
  line-height: 0.3rem;
  margin-top: 0.2rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.header .header-search .search {
  z-index: 9;
  position: relative;
}
.header-search .search .btn-search-max {
  z-index: 2;
  -webkit-transition: All 0.2s ease-in-out;
  transition: All 0.2s ease-in-out;
  position: relative;
}
.header-search .search .btn-search-max * {
  display: inline-block;
  vertical-align: middle;
}
.header-search .search .search-main {
  top: 64px;
  right: -20px;
  z-index: 9;
  width: 340px;
  display: none;
  padding: 20px;
  position: absolute;
}
@media (max-width: 640px) {
  .header-search .search .search-main {
    right: -140px;
    width: 280px;
  }
}
.header-search .search-container {
  height: 40px;
  background-color: #fff;
  padding-left: 0;
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
.header-search .search-container .form-control {
  text-align: left;
  border: 0;
  width: 100%;
  font-size: 14px;
  color: #999;
  line-height: 20px;
  height: 42px;
  vertical-align: top;
  padding: 10px 86px 10px 10px;
  -webkit-appearance: none;
  background-color: #ffffff;
}
.header-search .search-container .btn {
  top: 0;
  right: 0;
  color: #043b83;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  position: absolute;
  cursor: pointer;
  border-radius: 0;
  border: 0;
  background: #e60012;
}
.header-search .search-container .btn img {
  margin-bottom: 5px;
  vertical-align: middle;
  max-height: 20px;
}
.header-search #search-closed {
  right: 0;
  top: 15px;
  max-width: 30px;
  position: absolute;
  cursor: pointer;
}
.inside-map {
  padding: 0.8rem 0;
}
.inside-map li:first-child {
  padding-top: 0;
}
.inside-map li {
  padding: 0.3rem 0;
  border-bottom: solid 1px #eee;
}
.inside-map .subnav {
  margin-top: 0.2rem;
}
.inside-map .subnav a {
  padding-right: 0.2rem;
  display: inline-block;
}

