﻿* {
  box-sizing: border-box;
  outline: 0;
}
body {
  color: #616161;
  line-height: 24px;
  font-size: 14px;
  background: #fff;
  font-family: "Source Han Sans cn", "Source Han Sans", "microsoft yahei", arial, sans-serif;
}
input,
select,
textarea {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  overflow-y: hidden;
  overflow-x: hidden;
}
img {
  border: 0;
  max-width: 100%;
  vertical-align: top;
}
/*@font-face {
  font-family: "my";
  src: url("../fonts/DINPro-Light_0.woff2") format("woff2"), url("../fonts/DINPro-Light_0.woff") format("woff"), url("../fonts/DINPro-Light_0.ttf") format("truetype"), url("../fonts/DINPro-Light_0.eot") format("embedded-opentype"), url("../fonts/DINPro-Light_0.svg") format("svg");
}
@font-face {
  /*font-family: "my2";*/
  src: url("../fonts/DIN-MEDIUM(1).woff2") format("woff2"), url("../fonts/DIN-MEDIUM(1).woff") format("woff"), url("../fonts/DIN-MEDIUM(1).ttf") format("truetype"), url("../fonts/DIN-MEDIUM(1).eot") format("embedded-opentype"), url("../fonts/DIN-MEDIUM(1).svg") format("svg");
}*/
.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: 1600px;
  width: 100%;
  margin: 0 auto;
}
.container-2 {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1600px) {
  .container,
  .container-2 {
    width: 100%;
    max-width: 1200px;
  }
}
@media (max-width: 1200px) {
  .container,
  .container-2 {
    padding: 0 20px;
  }
}
@keyframes dong {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown2 {
  from {
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 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, 100px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp2 {
  animation-name: fadeInUp2;
}
@keyframes fadeInDown2 {
  from {
    opacity: 0;
    transform: translate3d(0, -100px, 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.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes mymove4 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.header {
  height: 94px;
  background: #fff;
  width: 100%;
  z-index: 9;
}
.header .logo {
  padding-left: 90px;
  display: inline-block;
}
.header .tel {
  float: right;
  color: #fff;
  display: block;
  height: 100%;
  max-width: 360px;
  width: 100%;
  font-size: 35px;
  line-height: 94px;
  text-align: center;
  /*font-family: "my2";*/
  background: #ba001c;
}
.header .tel img {
  margin: 32px 20px 0 0;
}
.header .nav {
  float: right;
  padding-right: 40px;
  line-height: 94px;
}
.header .nav li {
  padding: 0 35px;
  float: left;
  font-size: 17px;
}
.header .nav li a {
  color: #333;
}
.header .nav li a:hover {
  color: #ba001c;
}
.header .nav .active > a {
  color: #ba001c;
}
.header .info {
  float: right;
  padding-top: 35px;
  display: inline-block;
}
.header .info img {
  margin-right: 45px;
}
.header .menu {
  right: 20px;
  top: 14px;
  display: none;
  position: absolute;
}
.header .menu img {
  opacity: 0.6;
}
@media (max-width: 1600px) {
  .header .nav li {
    padding: 0 20px;
  }
  .header .tel {
    max-width: 300px;
  }
}
@media (max-width: 1400px) {
  .header .logo {
    padding-left: 40px;
  }
  .header .nav {
    padding-right: 20px;
  }
  .header .nav li {
    padding: 0 15px;
  }
  .header .info img {
    margin-right: 20px;
  }
}
@media (max-width: 1200px) {
  .header {
    top: 0;
    left: 0;
    z-index: 99;
    height: 60px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    background: #fff;
    position: fixed;
  }
  .header .nav,
  .header .info,
  .header .tel {
    display: none;
  }
  .header .logo {
    margin-top: 5px;
  }
  .header .logo img {
    max-height: 47px;
  }
  .header .menu {
    display: block;
  }
}
@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;
  position: fixed;
  -webkit-animation: 1.5s dong;
  animation: 1.5s dong;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@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);
  }
}
.banner {
  position: relative;
}
.banner .pic {
  position: relative;
}
.banner .txtbox {
  top: 50%;
  left: 0%;
  width: 100%;
  z-index: 19;
  height: 340px;
  transform: translateY(-50%);
  position: absolute;
}
.banner .tit {
  font-size: 24px;
  color: #fff;
  padding-left: 10px;
  line-height: 34px;
  text-shadow: 0 0 1px #978887;
}
.banner .txt {
  margin: 30px 0;
}
@media (max-width: 1200px) {
  .banner {
    margin-top: 60px;
  }
}
.banner .slick-active span img {
  animation: 2s mymove4 alternate linear;
} 
.banner span img{
 width:100%
} 
.banner .slick-active .tit {
  animation: 1s fadeInLeft2 alternate linear;
}
.banner .slick-active .txt {
  animation: 1s fadeInRight2 alternate linear;
}
.banner .slick-active .more {
  animation: 1s fadeInLeft2 alternate linear;
}
@media (max-width: 1200px) {
  .banner {
    display: none;
  }
}
.phbanner {
  display: none;
  margin-top: 60px;
}
@media (max-width: 1200px) {
  .phbanner {
    display: block;
  }
}
.phbanner .slick-dots li button {
  width: 6px;
  height: 6px;
}
.phbanner .slick-dots li.slick-active button {
  background: #ba001c;
  width: 20px;
  border-radius: 3px;
}
.index-about {
  min-height: 874px;
  padding-top: 100px;
  background: url(../images/bg.jpg) no-repeat top center;
}
.index-about .en {
  font-size: 80px;
  line-height: 90px;
  color: #f7f7f7;
  font-weight: 700;
  text-align: right;
  font-family: "寰蒋闆呴粦";
}
.index-about .en span {
  padding: 0 30px;
  display: inline-block;
}
.index-about .item {
  width: 73%;
  float: right;
  padding-top: 60px;
}
.index-about .title .cn {
  font-size: 60px;
  color: #333;
  line-height: 70px;
  font-weight: 700;
}
.index-about .title .cn span {
  padding: 0 20px;
  font-size: 16px;
  vertical-align: top;
  display: inline-block;
}
.index-about .title .en-2 {
  font-size: 30px;
  color: #cccccc;
  line-height: 40px;
  /*font-family: "my";*/
  padding-bottom: 30px;
}
.index-about .text {
  margin-top: 40px;
  color: #4c4c4c;
  font-size: 21px;
  line-height: 38px;
  padding-left: 50px;
  position: relative;
}
.index-about .text img {
  top: 11px;
  left: 0;
  position: absolute;
}
@media (max-width: 1600px) {
  .index-about {
    min-height: auto;
    padding-bottom: 120px;
  }
  .index-about .en {
    font-size: 70px;
    line-height: 80px;
  }
  .index-about .title .cn {
    font-size: 48px;
  }
  .index-about .title .cn span {
    font-size: 18px;
    vertical-align: top;
  }
  .index-about .title .en-2 {
    font-size: 24px;
  }
  .index-about .text {
    font-size: 18px;
  }
}
@media (max-width: 1500px) {
  .index-about .en {
    font-size: 55px;
    line-height: 60px;
  }
}
@media (max-width: 1000px) {
  .index-about {
    padding: 50px 0;
  }
  .index-about .en {
    display: none;
    font-size: 30px;
    line-height: 40px;
    text-align: left;
    padding: 0 20px;
  }
  .index-about .en span {
    padding: 0;
  }
  .index-about .item {
    width: 100%;
    float: none;
    padding-top: 0px;
  }
  .index-about .title {
    text-align: center;
  }
  .index-about .title .cn {
    font-size: 30px;
    line-height: 40px;
  }
  .index-about .title .cn span {
    font-size: 10px;
  }
  .index-about .title .en-2 {
    font-size: 18px;
    line-height: 24px;
  }
  .index-about .text {
    margin-top: 20px;
    font-size: 16px;
    line-height: 30px;
  }
  .index-about .text img {
    top: 5px;
  }
}
.index-more {
  width: 190px;
  height: 52px;
  line-height: 52px;
  margin-top: 120px;
  text-align: center;
  font-size: 16px;
  border-radius: 30px;
  background: #bb001d;
  border: solid 1px #bb001d;
  transition: all 335ms ease;
}
.index-more a {
  color: #fff;
  display: inline-block;
}
.index-more:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.index-more span {
  margin-left: 15px;
  vertical-align: top;
  display: inline-block;
  position: relative;
  margin-top: 20px;
}
.index-more span:after {
  content: "";
  right: 0;
  margin-left: -3px;
  text-align: center;
  position: absolute;
  border-left: solid 6px #fff;
  border-top: solid 5px transparent;
  border-bottom: solid 5px transparent;
}
@media (max-width: 1600px) {
  .index-more {
    margin-top: 80px;
  }
}
@media (max-width: 1000px) {
  .index-more {
    margin: 0 auto;
    margin-top: 40px;
  }
}
.index-product {
  min-height: 950px;
  padding-top: 120px;
  overflow: hidden;
  background: url(../images/bg-2.jpg) no-repeat top center;
}
.index-product .txtbox {
  width: 35%;
  float: left;
  padding-top: 240px;
}
.index-product .font48 {
  font-size: 48px;
  line-height: 76px;
  color: #333;
  font-weight: 700;
}
.index-product .rightbox {
  width: 62%;
  float: right;
  padding-right: 110px;
  overflow: hidden;
  position: relative;
}
.index-product .rightbox .box {
  height: 807px;
  padding: 30px;
  position: relative;
}
.index-product .rightbox .scroll span {
  display: block;
  position: relative;
}
.index-product .rightbox .scroll span:after {
  content: "";
  display: block;
  padding-bottom: 54%;
}
.index-product .rightbox .wx {
  z-index: 1;
  bottom: 100px;
  right: 220px;
  position: absolute;
}
@media (max-width: 1600px) {
  .index-product .rightbox .wx {
    bottom: 20px;
  }
}
.index-product .rightbox .wx img {
  background: #fff;
  border-radius: 100%;
  border: solid 4px #ba001c;
}
.index-product .rightbox .phone {
  right: -20px;
  bottom: 30px;
  z-index: 1;
  position: absolute;
}
.index-product .slick-dots li button {
  width: 7px;
  height: 7px;
}
.index-product .slick-dots li.slick-active button {
  background: #fff;
  width: 28px;
  border-radius: 3px;
}
@media (max-width: 1600px) {
  .index-product {
    min-height: auto;
  }
  .index-product .txtbox {
    padding-top: 160px;
  }
  .index-product .font48 {
    font-size: 36px;
    line-height: 60px;
  }
  .index-product .rightbox {
    padding-right: 0;
  }
  .index-product .rightbox .box {
    height: 700px;
  }
}
@media (max-width: 1000px) {
  .index-product {
    padding-top: 40px;
  }
  .index-product .font48 {
    text-align: center;
    font-size: 30px;
    line-height: 40px;
  }
  .index-product .txtbox {
    padding-top: 30px;
    width: 100%;
    float: none;
  }
  .index-product .rightbox {
    width: 100%;
    float: none;
    padding: 0 20px;
    margin-top: 40px;
  }
  .index-product .rightbox .box {
    height: 520px;
    padding: 10px;
  }
  .index-product .rightbox .wx,
  .index-product .rightbox .phone {
    display: none;
  }
}
@media (max-width: 590px) {
  .index-product .rightbox .box {
    height: 420px;
  }
}
@media (max-width: 390px) {
  .index-product .rightbox .box {
    height: 340px;
  }
}
.index-number {
  overflow: hidden;
  padding: 100px 0;
}
.index-number li {
  min-height: 90px;
  padding: 0 64px;
  font-size: 16px;
  display: inline-block;
  position: relative;
  border-left: solid 1px #e6e6e6;
}
.index-number li span {
  font-size: 80px;
  line-height: 80px;
  color: #ba001c;
  display: inline-block;
  /*font-family: "my2";*/
}
.index-number li em {
  top: 0;
  left: 70px;
  position: absolute;
}
.index-number li i {
  color: #ba001c;
  display: inline-block;
  font-style: normal;
  font-size: 48px;
  vertical-align: top;
  line-height: 50px;
}
.index-number li:first-child {
  border-left: 0;
  padding-left: 0;
}
.index-number li:first-child em {
  left: 0;
}
.index-number li:last-child {
  padding-right: 0;
}
@media (max-width: 1600px) {
  .index-number li {
    padding-left: 30px;
    padding-right: 30px;
  }
  .index-number li span {
    font-size: 50px;
  }
  .index-number li em {
    left: 30px;
  }
}
@media (max-width: 1000px) {
  .index-number li {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .index-number {
    padding: 50px 0;
  }
  .index-number li {
    width: 50%;
    display: block;
    float: left;
    border: 0;
    padding: 0;
    font-size: 14px;
    position: relative;
    text-align: center;
  }
  .index-number li img {
    display: none;
  }
  .index-number li span {
    display: block;
    font-size: 30px;
    line-height: 30px;
  }
  .index-number li i {
    top: 10px;
    left: 80%;
    font-size: 20px;
    position: absolute;
  }
}
.index-title {
  text-align: center;
}
.index-title .tit {
  font-size: 40px;
  line-height: 50px;
  color: #000;
  font-weight: 700;
}
.index-title .txt {
  color: #616161;
  font-size: 16px;
  margin-top: 10px;
}
@media (max-width: 1600px) {
  .index-title .tit {
    font-size: 30px;
    line-height: 40px;
  }
}
.index-hezuo {
  padding-bottom: 90px;
  overflow: hidden;
}
.index-hezuo ul {
  padding-top: 40px;
position: relative;}
.index-hezuo li {
  width: 20%;
  float: left;
  /*margin-left: -1px;
  margin-top: -1px;*/
  transition: all 500ms ease;
  position: relative;
}
.index-hezuo li img {
  transition: all 700ms ease;
}
.index-hezuo li a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  border: solid 1px #e0e0e0;
}
.index-hezuo li a:after {
  content: "";
  display: block;
  padding-bottom: 40%;
}
.index-hezuo li a:before {
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0;
  position: absolute;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  border: solid 1px #ba001c;
}
.index-hezuo li a:hover:before {
  opacity: 1;
}
.index-hezuo li a:hover img {
  transform: scale(1.05);
}
@media (max-width: 640px) {
  .index-hezuo {
    padding-bottom: 50px;
  }
  .index-hezuo li {
    width: 33.333%;
  }
}
@media (max-width: 480px) {
  .index-hezuo li {
    width: 50%;
  }
}
.index-news {
  padding-bottom: 120px;
}
.index-news .title {
  font-size: 48px;
  color: #1a1a1a;
  padding-right: 45px;
  padding-left: 25px;
  line-height: 58px;
  font-weight: 700;
  position: relative;
}
.index-news .title:before {
  content: "";
  width: 35px;
  height: 35px;
  bottom: -13px;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #ba001c;
}
.index-news .title a {
  font-size: 16px;
  margin-top: 20px;
  display: inline-block;
  font-weight: normal;
  float: right;
  color: #1a1a1a;
}
.index-news .title a img {
  margin-top: 25px;
  transition: all 500ms ease;
}
.index-news .title a:hover img {
  margin-right: 20px;
}
.index-news ul {
  margin: 0 -15px;
  margin-top: 50px;
}
.index-news li {
  float: left;
  width: 25%;
  padding: 0 15px;
}
.index-news li .pic {
  overflow: hidden;
  position: relative;
}
.index-news li .pic:after {
  content: "";
  display: block;
  padding-bottom: 72%;
}
.index-news li .pic img {
  transition: all 700ms ease;
}
.index-news li .txtbox {
  margin: 0 25px;
  position: relative;
  margin-top: -50px;
  padding: 25px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
  background: rgba(255, 255, 255, 0.95);
}
.index-news li .tit {
  font-size: 18px;
  color: #333;
  height: 24px;
  overflow: hidden;
}
.index-news li .txt {
  color: #666;
  height: 24px;
  overflow: hidden;
  margin-top: 10px;
}
.index-news li .time {
  color: #999;
  font-size: 14px;
  font-family: arial;
  margin-top: 5px;
}
.index-news li .more {
  width: 115px;
  height: 40px;
  float: right;
  margin-top: 5px;
  display: inline-block;
  border-radius: 30px;
  line-height: 38px;
  text-align: center;
  border: solid 1px #7a7a7a;
}
.index-news li:hover .pic img {
  transform: scale(1.05);
}
.index-news li:hover .tit {
  color: #ba001c;
}
.index-news li:hover .more {
  color: #fff;
  border-color: #ba001c;
  background: #ba001c;
}
@media (max-width: 1600px) {
  .index-news .title {
    padding-right: 0;
    padding-left: 15px;
    font-size: 30px;
    line-height: 40px;
  }
  .index-news .title:before {
    width: 20px;
    height: 20px;
    bottom: -5px;
  }
  .index-news .title a img {
    margin-top: 17px;
  }
  .index-news .title a {
    margin-top: 0;
  }
  .index-news li {
    padding: 0 10px;
  }
  .index-news li .txtbox {
    margin: 0;
  }
}
@media (max-width: 1000px) {
  .index-news {
    padding-bottom: 50px;
  }
}
@media (max-width: 640px) {
  .index-news ul {
    margin-top: 0;
  }
  .index-news li {
    width: 50%;
    margin-top: 20px;
  }
  .index-news li .more {
    display: none;
  }
}
@media (max-width: 420px) {
  .index-news li {
    width: 100% !important;
    float: none;
  }
}
.footer {
  color: #fff;
  font-size: 18px;
  padding: 80px 0 60px 0;
  background: #ba001c;
}


 
.footer .fmenu a{color:#fff !important;}

.footer .item a{color:#fff !important;}


.footer a:hover {
  text-shadow: 0 0 1px #fff;
}
.footer .leftbox {
  width: 50%;
  float: left;
}
.footer .rightbox {
  width: 30%;
  float: right;
}
.footer .rightbox .font24 {
  font-size: 24px;
  line-height: 40px;
  padding-bottom: 30px;
}
.footer .rightbox li {
  width: 33.333333333%;
  float: left;
  text-align: left;
}
.footer .rightbox li p {
  max-width: 140px;
  width: 100%;
  text-align: center;
  padding-top: 10px;
}
.footer .rightbox li:last-child {
  float: right;
}
.footer .fmenu {
  padding-bottom: 10px;
  border-bottom: solid 1px #cd707e;
}
.footer .fmenu li {
  float: left;
  width: 25%;
  padding-left: 25px;
  font-size: 20px;
  position: relative;
}
.footer .fmenu li:before {
  content: "";
  width: 6px;
  height: 4px;
  top: 10px;
  left: 6px;
  position: absolute;
  background: #e399a4;
}
.footer .item {
  margin-top: 40px;
}
.footer .item p {
  margin-top: 10px;
}
.footer .tel {
  padding-left: 60px;
  position: relative;
}
.footer .tel img {
  top: 0;
  left: 0;
  position: absolute;
}
.footer .tel p:nth-child(3) {
  font-size: 20px;
  /*font-family: "my";*/
  margin-top: 0;
}
.footer .copy {
  font-size: 18px;
  opacity: 0.6;
  color:#fff;
}
@media (max-width: 1200px) {
  .footer {
    padding: 30px 0 20px 0;
  }
  .footer .leftbox {
    width: 100%;
    float: none;
  }
  .footer .leftbox .fmenu {
    display: none;
  }
  .footer .leftbox .tel {
    margin-bottom: 30px;
  }
  .footer .leftbox .item {
    margin-top: 0;
  }
  .footer .leftbox .item p {
    margin-top: 0;
  }
  .footer .rightbox {
    width: 100%;
    float: none;
    margin-top: 30px;
  }
  .footer .rightbox .font24 {
    font-size: 18px;
    padding-bottom: 0;
  }
}
.inside-banner {
  height: 480px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 1200px) {
  .inside-banner {
    height: 200px;
  }
}
.inside-menu {
  position: relative;
  background: #ba001c;
  background: rgba(186, 0, 28, 0.9);
}
.inside-menu li {
  width: 50%;
  float: left;
  font-size: 18px;
  line-height: 68px;
  text-align: center;
}
.inside-menu li a {
  display: block;
  color: #fff;
}
.inside-menu li a:hover {
  background: #fff;
  color: #ba001c;
}
.inside-menu .active a {
  background: #fff;
  color: #ba001c;
}
@media (max-width: 1000px) {
  .inside-menu li {
    line-height: 40px;
    font-size: 14px;
  }
}
.inside-title {
  font-size: 16px;
  text-align: center;
  padding-top: 100px;
}
.inside-title .tit {
  font-size: 40px;
  color: #000;
  line-height: 50px;
  font-weight: 700;
}
@media (max-width: 1200px) {
  .inside-title {
    padding-top: 40px;
  }
  .inside-title .tit {
    font-size: 24px;
    line-height: 30px;
  }
}
.inside-news {
  padding: 60px 0 100px 0;
}
@media (max-width: 1440px) {
  .inside-news {
    padding: 40px 0;
  }
}
.inside-news .swiper-pagination-progressbar,
.inside-news .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  bottom: 15px;
  top: auto;
}
.inside-news .swiper-pagination-progressbar,
.inside-news .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  height: 2px;
}
.inside-news .swiper-pagination {
  max-width: 800px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.inside-news .swiper-pagination-progressbar {
  background: #e1e1e1;
}
.inside-news .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #ba001c;
}
.inside-news .swiper-button-prev {
  width: 34px;
  height: 34px;
  opacity: 1;
  top: auto;
  margin-top: auto;
  bottom: 0px;
  left: 265px;
  border-radius: 100%;
  border: solid 1px #e2e2e2;
  background: url(../images/left-prev-2.png) #ffffff;
}
.inside-news .swiper-button-prev:hover {
  border-color: #333;
}
@media (max-width: 1600px) {
  .inside-news .swiper-button-prev {
    left: 145px;
  }
}
@media (max-width: 1024px) {
  .inside-news .swiper-button-prev {
    left: 25px;
  }
}
@media (max-width: 900px) {
  .inside-news .swiper-button-prev {
    left: 0;
  }
}
.inside-news .swiper-button-next {
  width: 34px;
  height: 34px;
  opacity: 1;
  top: auto;
  right: 265px;
  margin-top: auto;
  bottom: 0px;
  border-radius: 100%;
  border: solid 1px #e2e2e2;
  background: url(../images/right-next-2.png) #ffffff;
}
.inside-news .swiper-button-next:hover {
  border-color: #333;
}
@media (max-width: 1600px) {
  .inside-news .swiper-button-next {
    right: 145px;
  }
}
@media (max-width: 1024px) {
  .inside-news .swiper-button-next {
    right: 25px;
  }
}
@media (max-width: 900px) {
  .inside-news .swiper-button-next {
    right: 0;
  }
}
.inside-news dl:hover dt img {
  transform: scale(1.05);
}
.inside-news dl:hover dd h3 a {
  color: #ba001c;
}
.inside-news dl {
  margin-top: 0px;
  border: solid 1px #f5f5f5;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
  margin-bottom: 60px;
}
.inside-news dl dt {
  width: 48.5%;
  float: left;
  overflow: hidden;
  position: relative;
}
.inside-news dl dt:after {
  content: "";
  display: block;
  padding-bottom: 60.5%;
}
.inside-news dl dt img {
  transition: all 700ms ease;
}
.inside-news dl dd {
  width: 50%;
  float: left;
  padding-right: 50px;
  padding-top: 60px;
  padding-left: 60px;
}
.inside-news dl dd time {
  color: #cc0000;
  font-size: 18px;
}
.inside-news dl dd time span {
  font-size: 48px;
  line-height: 58px;
  font-weight: 700;
}
.inside-news dl dd h3 {
  overflow: hidden;
  height: 36px;
  font-size: 24px;
  color: #333;
  font-weight: normal;
  margin-top: 10px;
  line-height: 36px;
}
.inside-news dl dd h3 a {
  display: block;
  color: #333;
}
.inside-news dl dd .txt {
  font-size: 14px;
  height: 96px;
  overflow: hidden;
  margin-top: 10px;
}
.inside-news dl dd .more {
  width: 160px;
  height: 44px;
  color: #fff;
  line-height: 44px;
  display: inline-block;
  text-align: center;
  margin-top: 30px;
  position: relative;
  font-size: 14px;
  background-color: #ba001c;
}
.inside-news dl dd .more:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1200px) {
  .inside-news dl dd {
    padding: 20px 30px;
  }
  .inside-news dl dd h3 {
    padding-right: 0;
    font-size: 18px;
    line-height: 24px;
    height: 48px;
    margin-top: 5px;
  }
  .inside-news dl dd .txt {
    line-height: 24px;
    height: 48px;
    font-size: 14px;
    margin-top: 10px;
  }
  .inside-news dl dd .more {
    margin-top: 15px;
  }
}
@media (max-width: 640px) {
  .inside-news dl dt,
  .inside-news dl dd {
    width: 100%;
    float: none;
  }
}
.inside-news li {
  width: 33.3333%;
  margin-bottom: 40px;
}
@media (max-width: 420px) {
  .inside-news li {
    margin-bottom: 0;
  }
}
.inside-page {
  text-align: center;
  margin-top: 60px;
}
.inside-page a {
  width: 40px;
  height: 40px;
  color: #202020;
  text-align: center;
  line-height: 38px;
  border-radius: 100%;
  margin: 0 5px;
  font-size: 12px;
  display: inline-block;
  border: solid 1px #e7eff4;
}
.inside-page a:hover {
  color: #fff;
  border-color: #ba001c;
  background: #ba001c;
}
.inside-page a.cpb {
  color: #fff;
  border-color: #ba001c;
  background: #ba001c;
}
.inside-page .prev,
.inside-page .next {
  width: 106px;
  position: relative;
  border-radius: 30px;
}
.inside-page .prev:before {
  content: "<";
  margin-right: 6px;
  font-family: "瀹嬩綋";
  display: inline-block;
  font-weight: 700;
}
.inside-page .next:after {
  content: ">";
  margin-left: 6px;
  font-family: "瀹嬩綋";
  display: inline-block;
  font-weight: 700;
}
@media (max-width: 640px) {
  .inside-page {
    margin-top: 30px;
  }
  .inside-page a {
    display: none;
  }
  .inside-page .prev,
  .inside-page .next {
    display: inline-block;
  }
}
.inside-job {
  padding: 90px 0;
  padding-top: 60px;
}
@media (max-width: 1000px) {
  .inside-job {
    padding: 40px 0;
  }
}
.inside-job .nr dl dt {
  display: block;
}
.inside-job .nr dl dt span {
  display: block;
  float: left;
  text-align: left;
  width: 12%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #333;
  font-size: 16px;
}
.inside-job .nr dl dt .name {
  width: 22%;
  padding-right: 20px;
  padding-left: 60px;
}
.inside-job .nr dl dt .time {
  width: 24%;
  margin-right: 2%;
  text-align: center;
}
.inside-job .nr dl dt .people {
  width: 16%;
  margin-right: 6%;
  text-align: center;
}
.inside-job .nr dl dt .bumen {
  width: 8%;
  text-align: center;
  margin-right: 7%;
  padding-left: 14px;
}
.inside-job .nr dl dt .date {
  width: 15%;
  text-align: center;
}
.inside-job .nr dl .list0 {
  height: 45px;
  line-height: 45px;
  background: #ba001c;
  margin-bottom: 3px;
}
.inside-job .nr dl .list0 span {
  color: #fff;
  font-size: 15px;
}
.inside-job .nr dl .list_dt {
  cursor: pointer;
  height: 45px;
  line-height: 45px;
  transition: width 2s;
  font-size: 16px;
  color: #333;
  border-bottom: 2px solid #f9f9f9;
}
.inside-job .nr dl .list_dt .subnav {
  display: block;
}
.inside-job .nr .list_dt {
  color: #575757;
  cursor: pointer;
  position: relative;
  background: #fafafa;
  margin-top: 2px;
}
.inside-job .nr #open {
  background: #f7f8f9;
  border-bottom: 0;
}
.inside-job .nr .list_dd {
  display: none;
}
.inside-job .nr .jobsub {
  background: #fff;
  border-top: 0;
  line-height: 30px;
  overflow: hidden;
  font-size: 16px;
  padding: 8px 47px 41px 60px;
}
.inside-job .nr .jobsub .bt {
  font-size: 20px;
  text-align: left;
  color: #333;
  margin-top: 30px;
  margin-bottom: 10px;
  font-weight: normal;
}
.inside-job .button {
  color: #fff;
  width: 200px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  text-align: center;
  margin-top: 30px;
  display: inline-block;
  border-radius: 30px;
  background: #ba001c;
}
.inside-job .button img {
  margin: 9px 0 0 5px;
}
.inside-job .button:hover {
  font-weight: 700;
}
@media (max-width: 1000px) {
  .inside-job .nr dl .list0 span {
    padding: 0 10px;
  }
  .inside-job .nr dl dt .name {
    padding: 0;
  }
  .inside-job .nr dl dt .bumen,
  .inside-job .nr dl dt .people {
    margin-right: 0;
  }
  .inside-job .nr dl dt span {
    text-align: center;
    padding: 0 5px!important;
    margin: 0!important;
    font-size: 14px!important;
    margin-right: 0!important;
    width: 25%!important;
  }
  .inside-job .nr dl dt span:nth-child(4) {
    display: none;
  }
  .inside-job .nr .jobsub {
    padding: 20px 10px;
    font-size: 14px;
    line-height: 24px;
  }
}
.inside-news-show {
  font-size: 18px;
  color: #404040;
  line-height: 34px;
  padding: 80px 0 100px 0;
}
.inside-news-show h1 {
  color: #333;
  font-size: 32px;
  line-height: 36px;
  font-weight: normal;
  text-align: center;
}
.inside-news-show .info {
  color: #999;
  padding: 20px 0;
  margin-bottom: 40px;
  text-align: center;
  position: relative;
  font-size: 15px;
  border-bottom: dashed 1px #c7c7c7;
}
.inside-news-show .info::after {
  content: "";
  bottom: -8px;
  left: 50%;
  margin-left: -24px;
  width: 48px;
  height: 8px;
  position: absolute;
  background: url(../images/news-line.jpg) no-repeat;
}
.inside-news-show .container {
  position: relative;
}
.inside-news-show .txtbox {
  /*width: 86%;*/
  float: right;
  padding-top: 11px;
  width: 100%;
}
.inside-news-show .leftTool {
  float: left;
  width: 12%;
  padding-top: 0;
  text-align: center;
}
.inside-news-show .leftTool .kan {
  width: 90px;
  margin: 0 auto;
  font-size: 24px;
  color: #e06a23;
  line-height: 51px;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 7px;
  margin-bottom: 20px;
  font-family: "DIN-MEDIUM(1)";
}
.inside-news-show .leftTool .kan .pic {
  width: 64px;
  height: 64px;
  margin: 0 auto;
  border: 1px solid #f1f1f1;
  border-radius: 50%;
}
.inside-news-show .leftTool .share span {
  display: block;
  margin-bottom: 13px;
}
.inside-news-show .leftTool .share a {
  display: block;
  width: 47px!important;
  height: 47px!important;
  transition: all .9s;
  margin: 8px auto!important;
  padding: 0!important;
  border: 1px solid #f1f1f1;
  border-radius: 50%;
}
.inside-news-show .leftTool .share a:hover {
  border: 1px solid #e06a23;
}
.inside-news-show .leftTool .share a.bds_weixin {
  background: url(../images/fn1.png) no-repeat center center;
}
.inside-news-show .leftTool .share a.bds_tqq {
  background: url(../images/fn2.png) no-repeat center center;
}
.inside-news-show .leftTool .share a.bds_tsina {
  background: url(../images/fn3.png) no-repeat center center;
}
.inside-news-show .leftTool .share a.bds_tqz {
  background: url(../images/fn4.png) no-repeat center center;
}
.inside-news-show .anchor_fixed {
  position: fixed;
  top: 0;
}
@media (max-width: 768px) {
  .inside-news-show {
    font-size: 14px;
    line-height: 24px;
    padding: 40px 0;
  }
  .inside-news-show .leftTool {
    display: none;
  }
  .inside-news-show .txtbox {
    width: 100%;
    float: none;
  }
  .inside-news-show h1 {
    font-size: 18px;
  }
  .inside-news-show .info {
    font-size: 12px;
    padding: 0;
  }
}
.inside-page-news {
  margin-top: 60px;
  position: relative;
}
.inside-page-news ul {
  height: 48px;
  line-height: 48px;
  background: #b9b9b9;
  position: relative;
}
.inside-page-news li {
  width: 43%;
  float: left;
  font-size: 14px;
  height: 48px;
  color: #fff;
  padding: 0 15px;
  overflow: hidden;
}
.inside-page-news li a {
  color: #fff;
  transition: all 0s;
}
.inside-page-news li img {
  margin-top: 14px;
}
.inside-page-news li:last-child {
  float: right;
}
.inside-page-news li:last-child img {
  float: right;
}
.inside-page-news li:hover {
  color: #fff;
  background: #ba001c;
}
.inside-page-news li:hover a {
  color: #fff;
}
.inside-page-news .fanhui {
  top: 0;
  left: 50%;
  width: 200px;
  color: #fff;
  text-align: center;
  border-left: solid 1px #fff;
  border-right: solid 1px #fff;
  vertical-align: top;
  line-height: 48px;
  margin-left: -100px;
  position: absolute;
}
.inside-page-news .fanhui:before {
  content: "";
  width: 23px;
  height: 18px;
  vertical-align: top;
  margin: 15px 10px 0 0;
  background: url(../images/fanhui-hui.png) center left no-repeat;
  display: inline-block;
}
.inside-page-news .fanhui:hover {
  color: #fff;
  background: #ba001c;
}
@media (max-width: 767px) {
  .inside-page-news ul {
    height: auto;
  }
  .inside-page-news li {
    border-bottom: solid 1px #fff;
    width: 100%;
    float: none;
  }
  .inside-page-news li img {
    display: none;
  }
  .inside-page-news .fanhui {
    top: auto;
    width: 100%;
    left: auto;
    margin-left: 0;
    border: 0;
    display: block;
    position: relative;
    background: #b9b9b9;
  }
}
.inside-honor {
  padding-bottom: 100px;
  overflow: hidden;
  background: url(../images/honor-bg.jpg) no-repeat top center;
}
.inside-honor .container-2 {
  max-width: 1260px;
}
.inside-honor .list {
  overflow: hidden;
}
.inside-honor ul {
  margin: 0 -38px;
  padding-top: 20px;
}
.inside-honor li {
  width: 25%;
  float: left;
  padding: 38px;
  position: relative;
  border-bottom: solid 1px #eaeaea;
}
.inside-honor li:before {
  content: "";
  right: 0;
  bottom: 0;
  width: 1px;
  height: 78%;
  position: absolute;
  background: #eaeaea;
}
.inside-honor li .item {
  padding: 10px;
  background: #fff;
  border: solid 1px #eaeaea;
}
.inside-honor li .item .pic {
  position: relative;
}
.inside-honor li .item .pic:after {
  content: "";
  display: block;
  padding-bottom: 133.5%;
}
.inside-honor li .item .box {
  position: relative;
}
.inside-honor li .item .box:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  content: "";
  opacity: 0;
  transition: all 700ms ease;
  background: rgba(186, 0, 28, 0.5);
}
.inside-honor li .item .txtbox {
  top: 50%;
  left: 0;
  z-index: 2;
  color: #fff;
  width: 100%;
  opacity: 0;
  font-size: 18px;
  position: absolute;
  text-align: center;
  transform: translateY(-50%);
}
.inside-honor li .item .tit {
  height: 24px;
  overflow: hidden;
  margin-top: 15px;
}
.inside-honor li:hover .item .box:before {
  opacity: 1;
}
.inside-honor li:hover .item .txtbox {
  opacity: 1;
}
@media (max-width: 580px) {
  .inside-honor {
    padding: 30px 0;
  }
  .inside-honor ul {
    margin-left: -10px;
    margin-right: -10px;
  }
  .inside-honor li {
    width: 50%;
    margin-top: 20px;
    padding: 0 10px;
  }
}
.inside-about .box-1 {
  padding: 100px 0;
  overflow: hidden;
  background: #fafafa;
}
.inside-about .box-1 .txtbox {
  width: 45%;
  float: left;
  color: #7a7a7a;
  line-height: 26px;
  padding-left: 100px;
  text-align: justify;
  position: relative;
  font-size:14px;
}
.inside-about .box-1 .txtbox .title {
  left: 0;
  top: -100px;
  position: absolute;
}
.inside-about .box-1 .pic {
  width: 50%;
  float: right;
  position: relative;
}
.inside-about .box-1 .pic:after {
  content: "";
  width: 3px;
  height: 105px;
  right: 0;
  bottom: -105px;
  position: absolute;
  background: url(../images/line-2.png) no-repeat top right;
}
.inside-about .box-1 .pic .btn {
  top: 50%;
  margin-top: -24px;
  left: 50%;
  margin-left: -24px;
  z-index: 1;
  position: absolute;
}
.inside-about .box-1 .font16 {
  font-size: 17px;
  color: #474747;
}
.inside-about .box-2 {
  padding: 110px 0;
  overflow: hidden;
}
.inside-about .box-2 ul {
  margin: 0 -14px;
}
.inside-about .box-2 li {
  width: 25%;
  float: left;
  padding: 0 14px;
}
.inside-about .box-2 li .item {
  position: relative;
}
.inside-about .box-2 li .pic {
  overflow: hidden;
}
.inside-about .box-2 li .pic img {
  transition: all 700ms ease;
  transform-origin: top center;
}
.inside-about .box-2 li .font32 {
  font-size: 20px;
  line-height: 24px;
  margin-top: 10px;
  margin-bottom: 35px;
}
.inside-about .box-2 li .txtbox {
  bottom: 20px;
  left: 0;
  width: 100%;
  z-index: 1;
  color: #fff;
  line-height: 24px;
  text-align: center;
  position: absolute;
  font-size: 16px;
}
.inside-about .box-2 li .txtbox img{
	max-height:50px;
}
.inside-about .box-2 li p:last-child {
  font-weight: lighter;
}
.inside-about .box-2 li:hover .pic img {
  transform: scale(1.1);
}
@media (max-width: 480px) {
  .inside-about .box-2 li .pic img {
    width: 100%;
  }
}
.inside-about .box-3 {
  height: 570px;
  padding-top: 80px;
  background: url(../images/about-bg.jpg) no-repeat top center;
}
.inside-about .box-3 .title {
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 42px;
  line-height: 50px;
  font-weight: 700;
  padding-bottom: 20px;
}
.inside-about .box-3 .title:before {
  content: "";
  width: 30px;
  height: 2px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  background: #ba001c;
}
.inside-about .box-3 ul {
  margin: 0 65px;
  margin-top: 60px;
}
.inside-about .box-3 li {
  float: left;
  width: 33.333%;
  padding: 0 15px;
}
.inside-about .box-3 li .item {
  background: #fff;
  min-height: 310px;
  padding: 30px;
  padding-top: 60px;
  transition: all 700ms ease;
}
.inside-about .box-3 li .tit {
  position: relative;
  font-size: 22px;
  color: #343434;
  padding-bottom: 20px;
  line-height: 50px;
}
.inside-about .box-3 li .tit:before {
  content: "";
  width: 43px;
  height: 1px;
  left: 0;
  bottom: 0;
  position: absolute;
  background: #adadad;
}
.inside-about .box-3 li .tit img {
  margin-right: 20px;
}
.inside-about .box-3 li .txt {
  font-size: 16px;
  margin-top: 20px;
}
.inside-about .box-3 li:hover .item {
  background: rgba(255, 255, 255, 0.9);
}
.inside-about .box-4 {
  padding: 110px 0;
}
.inside-about .box-4 .container-2 {
  padding-top: 70px;
  text-align: center;
  font-size: 28px;
  line-height: 48px;
  color: #474747;
  padding-bottom: 80px;
  background: url(../images/about-bg-2-3.jpg) no-repeat top center;
}
@media (max-width: 1440px) {
  .inside-about .box-1 {
    padding: 70px 0;
  }
  .inside-about .box-1 .txtbox {
    padding-left: 70px;
  }
  .inside-about .box-1 .pic {
    margin-top: 40px;
    margin-right: -50px;
  }
  .inside-about .box-2 li .font32 {
    margin: 20px 0;
    font-size: 20px;
    line-height: 30px;
  }
  .inside-about .box-2 li .txtbox {
    font-size: 18px;
  }
  .inside-about .box-3 .title {
    font-size: 30px;
    line-height: 40px;
  }
  .inside-about .box-4 {
    padding: 40px 0 0 0;
  }
  .inside-about .box-4 .container-2 {
    font-size: 18px;
    line-height: 30px;
    padding: 30px 20px;
    height: auto;
  }
}
@media (max-width: 1300px) {
  .inside-about .box-1 .pic {
    width: 54%;
    margin-right: 0;
  }
}
@media (max-width: 1200px) {
  .inside-about .box-1 .txtbox {
    width: 100%;
    float: none;
  }
  .inside-about .box-1 .pic {
    width: 100%;
 }.inside-about .box-1 video {
    width: 100%;
 }
}
@media (max-width: 640px) {
  .inside-about .box-2 {
    padding: 0px 0 20px 0;
  }
  .inside-about .box-2 li {
    width: 50%;
    padding: 0 10px;
    margin-top: 20px;
  }
  .inside-about .box-3 {
    height: auto;
    padding: 40px 0 0 0;
    background: none;
  }
  .inside-about .box-3 .title {
    color: #333;
  }
  .inside-about .box-3 ul {

margin:20px 10px 10px 10px;


  }
  .inside-about .box-3 li {
    width: 100%;
    float: none;
    padding-right: 0;
    padding-left: 0;
  }
  .inside-about .box-3 li .item {
    min-height: auto;
  }
}
@media (max-width: 480px) {
  .inside-about .box-1 {
    padding-top: 40px;
  }
  .inside-about .box-1 .tu {
    display: none;
  }
  .inside-about .box-2 li {
    width: 100%;
    float: none;
  }
  .inside-about .box-2 li .font32 {
    margin-bottom: 50px;
  }
}
.inside-message {
  padding-top: 40px;
  padding-bottom: 110px;
}
.inside-message .title {
  font-size: 20px;
  color: #333;
  padding-top: 15px;
  border-top: solid 2px #272d32;
}
.inside-message p {
  font-size: 24px;
  color: #333;
  font-weight: 700;
  line-height: 30px;
}
.inside-message ul {
  overflow: hidden;
  margin: 0 -7px;
  margin-top: 40px;
}
.inside-message ul li {
  margin-bottom: 20px;
  position: relative;
  float: left;
  width: 50%;
  padding: 0 7px;
  overflow: hidden;
}
.inside-message ul li font {
  color: #f00;
  position: absolute;
  top: 15px;
  left: 21px;
  font-size: 14px;
  z-index: 3;
}
.inside-message ul li input {
  outline: 0;
  border: 1px solid #e7e7e7;
  width: 100%;
  height: 49px;
  padding: 10px 14px 10px 25px;
  font-size: 18px;
  color: #666;
  position: relative;
  transition: all  334ms ease;
  font-family: "Source Han Sans cn", "Source Han Sans", "microsoft yahei", arial, sans-serif;
}
.inside-message ul li input::-webkit-input-placeholder {
  color: #888888;
}
.inside-message ul li input:-moz-placeholder {
  color: #888;
  opacity: 1;
}
.inside-message ul li input::-moz-placeholder {
  color: #888;
  opacity: 1;
}
.inside-message ul li input:-ms-input-placeholder {
  color: #888888;
}
.inside-message ul li textarea {
  outline: 0;
  transition: all  334ms ease;
  border: 1px solid #e7e7e7;
  width: 100%;
  height: 127px;
  line-height: 24px;
  padding-left: 25px;
  padding-top: 10px;
  font-size: 18px;
  color: #333;
  resize: none;
  position: relative;
  display: block;
  font-family: "Source Han Sans cn", "Source Han Sans", "microsoft yahei", arial, sans-serif;
}
.inside-message ul li textarea::-webkit-input-placeholder {
  color: #888888;
}
.inside-message ul li textarea:-moz-placeholder {
  color: #888;
  opacity: 1;
}
.inside-message ul li textarea::-moz-placeholder {
  color: #888;
  opacity: 1;
}
.inside-message ul li textarea:-ms-input-placeholder {
  color: #888888;
}
.inside-message ul .width {
  width: 100%;
}
.inside-message .line {
  width: 100%;
  height: 1px;
  background: #dbdbdb;
}
.inside-message .btn2 {
  padding-top: 20px;
  text-align: center;
}
.inside-message .btn2 a {
  width: 220px;
  border: 0;
  padding: 0;
  font-size: 24px;
  height: 57px;
  line-height: 57px;
  color: #fff;
  text-align: center;
  background: #ba001c;
  transition: .5s;
  margin: 0 7px;
  border-radius: 30px;
  display: inline-block;
  vertical-align: top;
  font-family: "Source Han Sans cn", "Source Han Sans", "microsoft yahei", arial, sans-serif;
}
.inside-message .btn2 a:hover {
  background: #cd001f;
}
.inside-message input:focus,
.inside-message textarea:focus {
  transition: border linear 0.2s, box-shadow linear 0.5s;
  -moz-transition: border linear 0.2s, -moz-box-shadow linear 0.5s;
  -webkit-transition: border linear 0.2s, -webkit-box-shadow linear 0.5s;
  outline: 0;
  border: 1px solid #ba001c;
}
.inside-message .top {
  font-size: 18px;
  width: 100%;
  float: none;
  color: #333;
  padding-left: 20px;
  position: relative;
}
.inside-message .top font {
  top: auto;
  left: auto;
  position: relative;
}
.inside-message .top input[type="radio"] {
  width: 20px;
  height: 20px;
  padding: 0;
  display: inline-block;
  border-radius: 100%;
}
.inside-message .top span {
  padding: 0 20px;
  display: inline-block;
}
.inside-message .top span:nth-child(2) {
  padding-left: 70px;
}
@media (max-width: 640px) {
  .inside-message {
    padding-bottom: 40px;
  }
  .inside-message .title {
    font-size: 16px;
  }
  .inside-message .top span:nth-child(2) {
    padding-left: 10px;
  }
  .inside-message .top span {
    padding: 0 5px;
  }
  .inside-message ul li {
    width: 100%;
    float: none;
  }
  .inside-message .btn2 a {
    width: 160px;
    height: 48px;
    font-size: 16px;
    line-height: 48px;
  }
}
.inside-purchase {
  min-height: auto;
  padding: 120px 0 60px 0;
  background: no-repeat;
}
.inside-purchase .txtbox {
  width: 45%;
  padding-top: 40px;
  font-size: 28px;
  color: #333333;
  line-height: 40px;
}
.inside-purchase .txtbox .tit {
  padding-left: 40px;
  margin-top: 20px;
  position: relative;
}
.inside-purchase .txtbox .tit img {
  top: 3px;
  left: 0;
  margin-right: 20px;
  position: absolute;
}
.inside-purchase .txtbox .font48 {
  padding-bottom: 20px;
}
.inside-purchase .txtbox .font48 img {
  margin-top: 17px;
}
.inside-purchase .txtbox .index-more {
  margin-top: 100px;
}
.inside-purchase .rightbox {
  width: 50%;
}
.inside-purchase .rightbox .box {
  height: 650px;
}
.inside-purchase .rightbox .wx {
  bottom: 90px;
}
.inside-purchase .rightbox .wx img {
  max-height: 220px;
}
@media (max-width: 1000px) {
  .inside-purchase {
    padding-top: 0;
  }
  .inside-purchase .txtbox {
    line-height: 24px;
    font-size: 18px;
    width: 100%;
    float: none;
  }
  .inside-purchase .txtbox .tit img {
    top: 0;
  }
  .inside-purchase .txtbox .index-more {
    margin-top: 40px;
  }
  .inside-purchase .rightbox {
    width: 100%;
    float: none;
  }
  .inside-purchase .rightbox .box {
    height: auto;
    padding-bottom: 100px;
  }
}
@media (max-width: 640px) {
  .inside-purchase .txtbox .font48 {
    line-height: 30px;
    font-size: 24px;
  }
  .inside-purchase .txtbox .font48 img {
    margin-top: 0;
    max-height: 30px;
  }
}
.inside-downland {
  padding-bottom: 150px;
  background: #f5f5f5;
}
.inside-downland .en {
  font-size: 12px;
  color: #303030;
}
.inside-downland .tit {
  font-size: 54px;
  line-height: 64px;
  margin-top: 10px;
}
.inside-downland .txt {
  font-size: 18px;
  color: #7a7a7a;
  margin-top: 20px;
}
.inside-downland .dow {
  height: 264px;
  color: #fff;
  margin-top: 40px;
  padding-top: 60px;
  text-align: center;
  background: url(../images/dow-bg.jpg) no-repeat top center;
}
.inside-downland .dow a {
  display: block;
  color: #fff;
}
.inside-downland .dow a:hover {
  text-decoration: underline;
}
.inside-downland .dow span {
  display: block;
}
.inside-downland .dow span img {
  background: #fff;
  border-radius: 100%;
}
.inside-downland .dow span:first-child {
  padding-bottom: 30px;
}
@media (max-width: 1000px) {
  .inside-downland {
    padding-bottom: 50px;
  }
  .inside-downland .dow {
    height: auto;
    padding: 50px 0;
  }
  .inside-downland .tit {
    font-size: 30px;
    line-height: 40px;
  }
  .inside-downland .txt {
    margin-top: 0;
  }
  .inside-downland .dow span img {
    max-height: 50px;
  }
}
.phone-nav .box::-webkit-scrollbar {
  width: 2px;
  height: 1px;
}
.phone-nav .box::-webkit-scrollbar-thumb {
  background: #000;
  width: 2px;
}
.phone-nav .box::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}
.phone-nav {
  top: 0;
  z-index: 1999;
  position: fixed;
  right: -100%;
  width: 60%;
  height: 100%;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.phone-nav .close {
  position: absolute;
  z-index: 99;
  top: 40px;
  right: 20px;
}
.phone-nav .close img {
  max-height: 40px;
}
.phone-nav .box {
  height: 100%;
  overflow-y: auto;
  padding: 0px 20px 0 20px;
  -webkit-overflow-scrolling: touch;
  background: url(../images/bg-2.png) no-repeat bottom center #ffffff;
}
.phone-nav .list-menu {
  padding-top: 100px;
  background: url(../images/pbg.png) no-repeat top center rgba(255, 255, 255, 0.5);
}
.phone-nav .list-menu li {
  font-size: 18px;
  position: relative;
  line-height: 30px;
  border-bottom: solid 1px rgba(179, 179, 179, 0.3);
}
.phone-nav .list-menu li a {
  padding: 15px 20px;
  display: block;
  position: relative;
  color: #000;
}
.phone-nav .list-menu li a span {
  z-index: 9;
  display: inline-block;
  position: relative;
}
.phone-nav .list-menu li i {
  position: absolute;
  right: 0;
  top: 14px;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 30px;
  display: block;
  font-style: inherit;
  cursor: pointer;
}
.phone-nav .list-menu li i:after {
  content: "+";
  color: #666;
  font-size: 28px;
  width: 38px;
  height: 38px;
  cursor: pointer;
  text-align: center;
  line-height: 38px;
  font-family: arial;
}
.phone-nav .list-menu .submenu {
  display: none;
  padding-bottom: 20px;
}
.phone-nav .list-menu .submenu a {
  color: #555;
  font-size: 16px;
  padding: 0px 0px 0 20px;
}
.videoLayer {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  margin: auto;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.videoPopup {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  display: none;
  z-index: 9999;
}
.videoBox {
  color: #fff;
  position: fixed;
  width: 60%;
  height: 66%;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  margin: auto;
  opacity: 0;
  transition: all .5s;
}
.videoBox .close {
  width: 50px;
  height: 50px;
  position: absolute;
  right: -30px;
  top: -20px;
}
.videoBox .close img {
  padding: 10px;
  max-width: 100%;
  max-height: 100%;
  background: #fff;
  border-radius: 100%;
}
.videoBox.fadeIn {
  top: 0;
  opacity: 1;
  z-index: 9999;
}
.videoBox .nr {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 99999;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .videoBox {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .videoBox .close {
    width: 25px;
    height: 25px;
    right: 0;
    top: -25px;
  }
}
@media screen and (max-width: 767px) {
  .videoBox {
    height: 50%;
  }
}
.radiocur {
  border: 1px solid #ba001c;
  background-color: #ba001c;
}
.pcs {
  display: block;
}
.phs {
  display: none !important;
}
@media (max-width: 801px) {
  .pcs {
    display: none !important;
  }
  .phs {
    display: block !important;
  }
}
.inside-honor li .item .txtbox span {
  width: 100%;
  display: block;
}
.inside-honor li .item .txtbox img {
  margin: 0px auto;
}
.inside-yt-1 {
  margin-top: 65px;
  padding-bottom: 100px;
  background: url(../images/xz-bg.png) no-repeat center 500px;
}
.inside-yt-1 .container-2 {
  max-width: 1160px;
}
.inside-yt-1 .tit,
.inside-yt-1 .txt {
  padding-left: 80px;
}
.inside-yt-1 .tit {
  font-size: 28px;
  line-height: 38px;
  color: #1e1e1e;
  font-weight: 700;
  margin-top: 30px;
}
.inside-yt-1 .txt {
  font-size: 18px;
  color: #949494;
  margin-top: 10px;
}
.inside-yt-1 .txt img {
  margin: 3px 5px 0 0;
}
.inside-yt-1 li {
  overflow: hidden;
  margin-top: -150px;
  position: relative;
}
.inside-yt-1 li:first-child {
  margin-top: 0;
}
.inside-yt-1 .li01 .item {
  width: 50%;
  float: right;
}
.inside-yt-1 .li02 .item {
  float: left;
}
.inside-yt-1 .more {
  text-align: center;
  margin-top: 40px;
}
.inside-yt-1 .more a {
  color: #fff;
  font-size: 16px;
  display: inline-block;
  background: #ba001c;
  width: 150px;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
}
.inside-yt-1 .more a:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1100px) {
  .inside-yt-1 {
    margin-top: 30px;
    padding-bottom: 30px;
  }
  .inside-yt-1 li {
    margin-top: 0;
    max-width: 480px;
    margin: 0 auto;
    margin-top: 30px;
  }
  .inside-yt-1 li .item {
    width: 100%!important;
    float: none!important;
  }
}
.inside-video {
  text-align: center;
}



@media (max-width: 767px) {

.inside-about .box-3 li .item{padding-top:20px;}

}


.banner .slick-prev {
    width: 38px;
    height: 38px;
    left: 70px;
    border-width: 2px;
    margin-top: -20px;
    opacity: 0.7;
    transform: rotate(45deg);
}

.banner .slick-next {
    width: 38px;
    height: 38px;
    right: 70px;
    border-width: 2px;
    margin-top: -20px;
    opacity: 0.7;
    transform: rotate(-45deg);
}

.banner .slick-dots {
    bottom: 50px;
}

    .banner .slick-dots li button {
        width: 7px;
        height: 7px;
        background: #fff;
    }

    .banner .slick-dots li.slick-active button {
        width: 30px;
        border-radius: 5px;
        background: #ba001c;
    }
