* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  line-height: 1;
}

body {
  font-family: Arial, "微软雅黑", sans-serif;
  color: #333;
  font-size: 16px;
  background-color: #fff;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: inherit;
  font-size: inherit;
  font-weight: normal;
}

i {
  font-style: normal;
}

img {
  border: none;
  vertical-align: middle;
}

ul,
ol {
  list-style: none;
}

li {
  list-style: inherit;
}

input,
textarea,
button,
span,
li,
a,
div {
  border: none;
  outline: none;
  resize: none;
}

textarea {
  font-family: Arial, "微软雅黑", sans-serif;
  overflow: auto;
}

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

a,
a:active,
a:hover,
a:visited {
  color: inherit;
  font-size: inherit;
  text-decoration: none;
}

sup {
  vertical-align: top;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}

.mycol {
  margin: 0 -10px;
}

.mycol:before,
.mycol:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}

.mycol .col {
  float: left;
  padding: 0 10px;
  text-align: center;
}

.mycol .col img {
  max-width: 100%;
}

.mycol2 {
  margin: 0 -6.5vw;
}

.mycol2:before,
.mycol2:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}

.mycol2 .col {
  float: left;
  padding: 0 6.5vw;
  text-align: center;
}

.mycol2 .col img {
  max-width: 100%;
}

.mycol-2 .col {
  width: 50%;
}

.mycol-3 .col {
  width: 33.33333%;
}

.mycol-4 .col {
  width: 25%;
}

.mycol-5 .col {
  width: 20%;
}

.box {
  display: block;
}

.center-fa {
  position: relative;
}

.center-fa .center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 50%);
}

.center-fa .centerX {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.center-fa .centerY {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.center-img {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.center-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: auto;
  max-width: none;
  min-width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
}

.center-img-hover img {
  transition: all .3s;
}

.center-img-hover:hover img {
  transform: translate(-50%, -50%) scale(1.05) !important;
}

.full-img {
  width: 100%;
  height: 0;
  position: relative;
}

.full-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.lr-ti li {
  overflow: hidden;
}

.lr-ti li>div {
  width: 50%;
  height: 100%;
  float: left;
}

.lr-ti li .img {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.lr-ti li .img img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: auto;
  max-width: none;
  min-width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
}

.lr-ti li:nth-child(2n)>div {
  float: right;
}

.hvr-color {
  transition: all .3s;
}

.hvr-color:hover {
  color: #e60012;
}

.w {
  width: 1400px;
  margin: 0 auto;
}

.w:before,
.w:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}

.w1600 {
  width: 1600px;
  margin: 0 auto;
}

.w1600:before,
.w1600:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}

.bg-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bg-left {
  background-position: left center;
  background-repeat: no-repeat;
}

.imgs-btn img {
  cursor: zoom-in;
}

.com-padding {
  padding-top: 70px;
  padding-bottom: 70px;
}

.pt0 {
  padding-top: 0;
}

.pb0 {
  padding-bottom: 0;
}

.p-color {
  color: #666;
}

.tsi {
  transition: all .3s;
}

.com-bg {
  background-color: #f5f5f5;
}

.bg-f {
  background-color: #fff;
}

.co-f {
  color: #fff;
}

.com-ba:before,
.com-ba:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: transform .3s;
}

a.com-more {
  display: block;
  width: 176px;
  height: 50px;
  line-height: 50px;
  margin-top: 40px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background: #e60012;
}

.com-show {
  position: relative;
}

.com-show .show {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(30px);
  opacity: 0;
  visibility: hidden;
  transition: all .5s;
}

.com-show .show.active {
  position: relative;
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

.com-title {
  padding-bottom: 2.5vw;
  text-align: center;
}

.com-title h3 {
  padding-bottom: 12px;
  font-size: 32px;
  position: relative;
}

.com-title p {
  color: #666;
  font-size: 18px;
}

.index-title {
  padding-bottom: 30px;
}

.index-title h3 {
  color: #e60012;
  font-size: 30px;
}

.index-title h3 span {
  margin-left: 10px;
  font-size: 24px;
}

.page-title {
  padding-bottom: 30px;
  text-align: center;
}

.page-title h3 {
  height: 50px;
  font-size: 36px;
}

.page-title.join-title h3 {
  height: 60px;
  font-size: 42px;
}

.page-title p {
  display: inline-block;
  width: 40px;
  border-bottom: 2px solid #ccc;
  color: #e60012;
  font-size: 0;
}

.page-title.join-title p {
  height: 85px;
}

.page-title.t2 {
  text-align: left;
  color: #fff;
}

.page-title.t2 p {
  color: #fff;
}

.position {
  height: 55px;
  line-height: 55px;
  overflow: hidden;
  font-size: 14px;
  transition: all .3s;
  background-color: #fff;
}

.position.f4 {
  background: #f4f4f4;
}

.position.top {
  position: fixed;
  left: 0;
  top: 60px;
  width: 100%;
  background: #fff;
  z-index: 998;
  border-bottom: 1px solid #ddd;
}

.position .nav a {
  display: inline-block;
  width: 115px;
  text-align: center;
  color: #333;
  transition: all .3s;
}

.position .nav a.active {
  color: #fff;
  background: #e60012;
}

.position .pos>a,
.position .w>a {
  transition: all .3s;
}

.position .pos>a:hover,
.position .w>a:hover {
  color: #e60012;
}

.go-top {
  display: none;
  cursor: pointer;
}

.go-top:before,
.go-top:after {
  content: '';
  position: fixed;
  right: 20px;
  bottom: 50px;
  width: 50px;
  height: 50px;
  background-color: #999;
  border-radius: 5px;
  z-index: 9999;
}

.go-top:hover:after {
  background: #e60012;
}

.go-top:before {
  background: none;
  width: 20px;
  height: 20px;
  right: 34px;
  bottom: 58px;
  border: 3px solid #fff;
  border-bottom: none;
  border-right: none;
  transform: rotate(45deg);
  z-index: 2;
  border-radius: 0;
  z-index: 99999;
}

.header {
  width: 100%;
  background: #fff;
  box-shadow: 0 0 10px #ddd;
  transition: all .3s;
  z-index: 999;
  position: relative;
}

.header .main .header-ingo {
  clear: both;
  overflow: hidden;
  padding-bottom: 20px;
}

.header .header-ingo img {
  height: 60px;
}

.header .more li {
  display: inline-block;
  margin-left: 15px;
  font-size: 14px;
  position: relative;
  line-height: 75px;
}

.header .more li a {
  display: flex;
  align-items: center;
}

.header .more li a .icon {
  margin-right: 6px;
}

.header .more li a:hover {
  color: #e60012;
}

.header .more li a:hover .icon {
  color: #e60012;
}

.header .more li img {
  margin-right: 10px;
}

.header .more form {
  position: absolute;
  left: -200px;
  bottom: 0;
  border-radius: 20px;
  background: #fff;
  display: none;
}

.header .more form input {
  width: 200px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  padding-left: 10px;
  padding-right: 40px;
  padding-right: 30px;
  border: 1px solid #ddd;
}

.header .more form .sub {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  transform: translateY(-50%);
  background: url(../images/icon_search01.png) center no-repeat;
  background-color: #ddd;
  cursor: pointer;
}

.header .more .search:hover form {
  display: block;
}

.header .flag {
  margin-top: 15px;
}

/* .header .flag img {
  height: 40px;
} */
.header .flag span {
  margin-left: 20px;
  font-size: 20px;
}

.header .nav {
  word-spacing: -0.5em;
  white-space: nowrap;
}

.header .nav li {
  display: inline-block;
  position: relative;
  padding-bottom: 25px;
  margin-right: 2.5vw;
}

.header .nav li>a {
  display: block;
  padding-bottom: 2px;
  position: relative;
  transition: all .3s;
  font-size: 18px;
}

.header .nav li>a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  border-bottom: 2px solid #e60012;
  transform: scaleX(0);
  transform-origin: center;
  transition: all .3s;
}

.header .nav li:hover>a,
.header .nav li.active>a {
  color: #e60012;
}

.header .nav li:hover>a:after,
.header .nav li.active>a:after {
  transform: scaleX(1);
}

.header .nav .subnav {
  position: absolute;
  left: 50%;
  bottom: -30px;
  transform: translate(-50%, 100%);
  width: 140px;
  height: 0;
  overflow: hidden;
  background-color: #f5f5f5;
  opacity: 0;
  transition: bottom .3s, opacity .3s;
  text-align: center;
  z-index: 998;
}

.header .nav .subnav i {
  position: absolute;
  width: 20px;
  height: 4px;
  background-color: #000;
  left: 50%;
  top: 0;
  margin-left: -10px;
}

.header .nav .subnav>a {
  display: block;
  line-height: 1;
  padding: 25px 0;
  font-size: 14px;
  position: relative;
}

.header .nav .subnav>a~a {
  border-top: 1px solid #666;
}

.header .nav .subnav>a:hover {
  color: #e60012;
}

.header .nav .subnav>a:hover:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 3px solid #e60012;
}

.header .nav li:hover .subnav {
  height: auto;
  bottom: 0;
  opacity: 1;
}

.header .phone {
  float: right;
  line-height: 20px;
  padding-left: 30px;
  margin-top: -45px;
  color: #e60012;
  font-size: 20px;
  font-weight: 700;
  text-align: right;
  background-image: url(../images/icon_phone01.png);
}

.header .phone span {
  margin: 0 15px;
}

.head-nav-bars {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 100%;
  z-index: 998;
}

.head-nav-bars span {
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 30px;
  height: 4px;
  border-radius: 4px;
  transform: translateY(-50%);
  background-color: #444;
}

.head-nav-bars span:before,
.head-nav-bars span:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: -10px;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background-color: #444;
  transition: all .3s;
}

.head-nav-bars span:after {
  top: 10px;
}

.head-nav-bars span.active {
  background: none;
}

.head-nav-bars span.active:before,
.head-nav-bars span.active:after {
  top: 0;
  transform: rotate(45deg);
  background-color: #e60012;
}

.head-nav-bars span.active:after {
  top: 0;
  transform: rotate(-45deg);
  background-color: #e60012;
}

.header-m {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding: 0 10px;
  transition: all .3s;
  background-color: #fff;
  z-index: 999;
  display: none;
}

.header-m .logo {
  position: relative;
}

.header-m .logo a {
  display: block;
  font-size: 0;
}

.header-m .logo img {
  height: 40px;
}

.header-m .logo p {
  position: absolute;
  top: 50%;
  left: 60px;
  transform: translateY(-50%);
  color: #2d3540;
  font-size: 12px;
  line-height: 20px;
  text-align: left;
  font-weight: 700;
  white-space: nowrap;
}

.header-m .logo p span {
  display: block;
  color: #666;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 1px;
}

.header-m .nav {
  position: fixed;
  left: 0;
  top: 60px;
  width: 100%;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  transform: scaleX(0);
  transform-origin: right;
  transition: all .4s;
  z-index: 999;
}

.header-m .nav.active {
  transform: scaleX(1);
}

.header-m .nav:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
  background-color: #fff;
}

.header-m .nav li {
  text-align: center;
  line-height: 50px;
  position: relative;
  width: 50%;
  margin-left: 50%;
}

.header-m .nav li>a {
  display: block;
  width: 100%;
  height: 100%;
  color: #1a1a1a;
  font-size: 16px;
  position: relative;
  transition: all .3s;
  z-index: 999;
}

.header-m .nav li:hover>a,
.header-m .nav li.active>a {
  color: #e60012;
  border-bottom: 1px solid #e60012;
}

.header-m .nav li .subnav {
  display: none;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #fff;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: #e60012;
}

.swiper-pagination.swiper-pagination {
  bottom: 30px;
}

div.swiper-button-next,
div.swiper-button-prev {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: "";
  position: absolute;
  left: 45%;
  top: 50%;
  width: 8px;
  height: 8px;
  border: 2px solid #7f7f7f;
  border-left: none;
  border-bottom: none;
  transform: translate(-50%, -50%) rotate(45deg);
}

.swiper-button-prev:after {
  left: 55%;
  transform: translate(-50%, -50%) rotate(-135deg);
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: #e60012;
}

.swiper-button-next:hover:after,
.swiper-button-prev:hover:after {
  border-color: #fff;
}

.index-banner {
  width: 100%;
  height: calc(100vh - 140px);
  position: relative;
}

.index-banner video {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  object-fit: cover;
}

.index-banner img {
  width: 100%;
}

.index-banner .swiper-pagination-bullet.swiper-pagination-bullet {
  margin: 0 10px;
}

.index-banner .swiper-pagination-bullet {
  position: relative;
  width: 14px;
  height: 14px;
}

.index-product {
  background: url(../images/i_pro_bg01.png) top center no-repeat;
  background-color: #f5f5f5;
}

.index-product .main .swiper-container {
  padding-bottom: 80px;
}

.index-product .main li {
  width: 72%;
  position: relative;
  box-shadow: 0 20px 60px -20px #333;
}

.index-product .main li:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .3;
}

.index-product .main li.swiper-slide-active:after {
  display: none;
}

.index-product .main li h4 {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
  padding: 0 5%;
  text-align: center;
  color: #e60012;
  font-size: 18px;
}

.index-product .main li img {
  width: 100%;
}

.index-product div.swiper-button-next,
.index-product div.swiper-button-prev {
  left: 7%;
  background: url(../images/icon_left01.png) center no-repeat;
  border: none;
}

.index-product div.swiper-button-next:after,
.index-product div.swiper-button-prev:after {
  width: 150px;
  height: 300px;
  border: none;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.index-product div.swiper-button-next {
  left: auto;
  right: 7%;
  transform: rotate(180deg);
}

.index-about .top .img {
  width: 45%;
  text-align: center;
}

.index-about .top .img img {
  max-width: 100%;
}

.index-about .top .img h4 {
  margin-top: 20px;
  color: #e60012;
  font-size: 48px;
  text-transform: uppercase;
}

.index-about .top .img h4 span {
  color: #666;
  font-size: 28px;
  margin-left: 10px;
}

.index-about .top .img p {
  margin-left: -140px;
  color: #222;
}

.index-about .top .txt {
  width: 100%;
  margin-bottom: 40px;
}

.index-about .top .txt .com-title {
  text-align: left;
}

.index-about .top .txt .p {
  color: #505050;
  line-height: 30px;
}

.index-about .top .txt .more {
  display: block;
  width: 145px;
  height: 35px;
  margin-top: 30px;
  line-height: 35px;
  text-align: center;
  font-size: 14px;
  border: 1px solid #e60012;
}

.index-about .list ul {
  width: 385px;
  background: #e60012;
}

.index-about .list ul li {
  padding-top: 60px;
  color: #fff;
  text-align: center;
}

.index-about .list ul li h4 {
  padding-bottom: 15px;
  font-size: 48px;
}

.index-about .list ul li h4 span {
  font-weight: 700;
}

.index-about .list ul li p {
  width: 60%;
  height: 62px;
  margin: 0 auto;
  border-bottom: 1px solid #ef5e6a;
}

.index-about .list ul li:last-child p {
  border: none;
}

.index-about .list .img {
  height: 555px;
  margin-right: 385px;
}

.index-about .list .img .center-img {
  width: 100%;
}

.index-news .com-title {
  text-align: left;
  padding-bottom: 0;
}

.index-news .com-title h3 {
  display: inline-block;
  padding-bottom: 0;
}

.index-news .com-title p {
  display: inline-block;
  margin-left: 10px;
}

.index-news .nav {
  height: 70px;
  margin-top: -30px;
  text-align: right;
}

.index-news .nav a {
  display: inline-block;
  margin-left: 3vw;
  line-height: 40px;
  vertical-align: middle;
}

.index-news .nav a.active {
  color: #e60012;
}

.index-news .nav .more {
  margin-left: 5vw;
  width: 150px;
  text-align: center;
  border: 1px solid #e60012;
}

.index-news .main {
  position: relative;
}

.index-news .main .item {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  transform: translateY(10px);
  z-index: -1;
  opacity: 0;
  transition: all .3s;
}

.index-news .main .item.active {
  position: relative;
  z-index: 1;
  opacity: 1;
  transform: translateY(0);
}

.index-news .main .mycol {
  margin: 0 -20px;
}

.index-news .main li.col {
  padding: 0 20px;
}

.index-news .main li .img {
  padding-bottom: 62%;
}

.index-news .main li .txt {
  padding: 25px 2vw 30px;
  background: #fff;
  text-align: left;
}

.index-news .main li .txt p {
  height: 35px;
  color: #666;
}

.index-news .main li .txt h4 {
  height: 40px;
  line-height: 20px;
  font-size: 18px;
  overflow: hidden;
}

.index-news li:hover h4 {
  text-decoration: underline;
}

.index-form .main {
  padding: 30px 40px 40px;
}

.index-form .title {
  color: #fff;
}

.index-form .title p {
  padding-bottom: 20px;
  font-size: 18px;
}

.index-form .title p span {
  display: inline-block;
  margin-left: 10px;
  font-size: 20px;
}

.index-form .title h3 {
  padding-bottom: 20px;
  font-size: 28px;
}

.index-form form .sub {
  float: right;
  display: block;
  width: 170px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  font-size: 14px;
  background: #403d3d;
  text-align: center;
}

.index-form form .info {
  margin-right: 190px;
  overflow: hidden;
}

.index-form form li {
  position: relative;
}

.index-form form li input {
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding-left: 50px;
  padding-right: 10px;
  color: #666;
  font-size: 14px;
  background: #fff;
}

.index-form form li img {
  position: absolute;
  top: 50%;
  left: 28px;
  transform: translateY(-50%);
}

.banner {
  width: 100%;
  overflow: hidden;
}

.banner img {
  width: 100%;
  transition: all 1s;
}

.banner img:hover {
  transform: scale(1.02);
}

.banner .pos {
  color: #fff;
  line-height: 70px;
  position: relative;
  top: -70px;
  margin-bottom: -70px;
}

.com-pages {
  margin-top: 40px;
  text-align: center;
  font-size: 0;
}

.com-pages span,
.com-pages a {
  display: inline-block;
  width: 35px;
  height: 40px;
  line-height: 40px;
  margin: 0 5px;
  font-size: 14px;
  font-weight: 700;
  background: #d6d6d6;
  transition: all .3s;
  vertical-align: middle;
}

.com-pages a:first-of-type,
.com-pages a:last-of-type {
  width: 85px;
  color: #e60012;
  background: #d6d6d6;
}

.com-pages a:first-of-type:before,
.com-pages a:last-of-type:before {
  content: '上一页';
  display: block;
  width: 100%;
  height: 100%;
}

.com-pages a:last-of-type:before {
  content: '下一页';
}

.com-pages a:hover {
  color: #fff;
  background-color: #e60012;
}

.com-pages span {
  color: #fff;
  background: #e60012;
}

.com-pages label {
  display: none;
}

.page-nav {
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #fff;
  border-bottom: 1px solid #d9d9d9;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}

.page-nav a {
  display: inline-block;
  height: 59px;
  color: #666;
  margin-right: 2vw;
  transition: all .3s;
}

.page-nav a:hover,
.page-nav a.active {
  color: #e60012;
  border-bottom: 2px solid #e60012;
}

.page-padding {
  padding-top: 70px;
  padding-bottom: 80px;
}

.pro-bg {
  background-color: #f5f5f5;
}

.pro-nav {
  width: 100%;
  text-align: center;
  height: 60px;
  line-height: 60px;
  background: #fff;
}

.pro-nav a {
  display: inline-block;
  padding: 0 2%;
  font-size: 14px;
}

.pro-nav a.active {
  color: #fff;
  background: #e60012;
}

.pro-info .w {
  margin-top: -60px;
  overflow: hidden;
  position: relative;
  padding-top: 60px;
  padding-bottom: 30px;
  background: #fff;
}

.pro-info .title {
  text-align: center;
}

.pro-info .title h3 {
  padding: 20px;
  font-size: 36px;
}

.pro-info .title .p {
  color: #666;
  font-size: 14px;
  line-height: 25px;
}

.pro-info .main {
  margin-top: 40px;
}

.pro-info .main li~li {
  border-left: 1px solid #eee;
}

.pro-info .main li .img {
  height: 160px;
  text-align: center;
}

.pro-info .main li .img img {
  max-width: 90%;
  max-height: 90%;
}

.pro-info .main li .txt {
  min-height: 220px;
  overflow: hidden;
  padding: 0 3vw 2vw;
}

.pro-info .main li .txt h4 {
  padding-bottom: 15px;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}

.pro-info .main li .txt .p {
  color: #666;
  font-size: 14px;
  line-height: 25px;
}

.pro-info .main div.swiper-button-next,
.pro-info .main div.swiper-button-prev {
  border: 1px dashed #aaa;
}

.product .main .list li {
  margin-top: 40px;
}

.product .main .list .img {
  padding-bottom: 62%;
}

.product .main .list .txt {
  padding: 25px;
  text-align: left;
  font-family: Frutiger-Bold, sans-serif;
}

.product .main .list .txt h4 {
  height: 20px;
  line-height: 20px;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product .main .list .txt .p {
  height: 50px;
  overflow: hidden;
  line-height: 25px;
  color: #999;
  font-size: 14px;
}

.product .main .list .more {
  display: inline-block;
  width: 120px;
  height: 40px;
  line-height: 40px;
  margin-bottom: 30px;
  font-size: 12px;
  border: 1px solid #333;
  transition: all .3s;
}

.product .main .list li:hover .more {
  color: #fff;
  background: #e60012;
  border-color: #e60012;
}

.topnav {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1000;
  display: none;
}

.topnav.active {
  display: block;
}

.topnav .top {
  height: 60px;
  background-color: #f5f5f5;
  position: relative;
}

.topnav .top span {
  display: block;
  position: absolute;
  top: 50%;
  left: 5%;
  width: 30px;
  height: 4px;
  border-radius: 4px;
  margin-top: -2px;
  background-color: #444;
}

.topnav .top span:before,
.topnav .top span:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: -10px;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background-color: #444;
  transition: all .3s;
}

.topnav .top span:after {
  top: 10px;
}

.topnav .top span.active {
  background: none;
}

.topnav .top span.active:before,
.topnav .top span.active:after {
  top: 0;
  transform: rotate(45deg);
  background-color: #e60012;
}

.topnav .top span.active:after {
  top: 0;
  transform: rotate(-45deg);
  background-color: #e60012;
}

.topnav .main {
  display: none;
  width: 30%;
  margin-left: 5%;
  min-width: 300px;
  padding-bottom: 30px;
  background: #eee;
}

.topnav .main .item .tit {
  background: #eee;
  padding: 15px 5%;
  border-bottom: 1px solid #333;
}

.topnav .main .item .tit a {
  color: #666;
  font-size: 20px;
}

.topnav .main .item .tit span {
  float: right;
  display: block;
  width: 14px;
  height: 14px;
  border-left: 1px solid #666;
  border-top: 1px solid #666;
  transform: rotate(-135deg);
  transition: all .3s;
}

.topnav .main .item .list {
  display: none;
  padding: 30px 10%;
  background-color: #f5f5f5;
}

.topnav .main .item .list .t {
  font-size: 16px;
  padding-bottom: 25px;
}

.topnav .main .item .list .t a:hover {
  color: #e60012;
}

.topnav .main .item .list .con {
  padding: 0 10%;
}

.topnav .main .item .list .con a {
  font-size: 14px;
  display: block;
  margin-bottom: 20px;
}

.topnav .main .item .list .con a:hover {
  color: #e60012;
}

.topnav .main .item.active .tit span {
  transform: rotate(45deg);
}

.position.com-bg {
  background-color: #f5f5f5;
}

.pro-top-title {
  font-size: 26px;
  font-weight: 700;
  padding: 20px 0;
}

.pro-detail {
  background-color: #f5f5f5;
}

.pro-detail .w {
  background: #fff;
}

.pro-detail .img {
  width: 60%;
  padding: 4vw;
  padding-right: 0;
  text-align: center;
}

.pro-detail .img .swiper-container {
  height: 100%;
}

.pro-detail .img .box {
  height: 100%;
}

.pro-detail .img img {
  width: 100%;
}

.pro-detail .txt {
  width: 40%;
  padding: 4vw;
  padding-top: 6vw;
}

.pro-detail .txt h3 {
  padding-bottom: 1vw;
  font-size: 24px;
  border-bottom: 1px solid #eee;
}

.pro-detail .txt .con {
  min-height: 200px;
  padding-top: 20px;
  margin-bottom: 20px;
  line-height: 30px;
  color: #666;
}

.pro-detail .txt .power {
  margin-top: 10px;
  color: #333;
  font-size: 20px;
  font-weight: 700;
}

.pro-detail .txt .more a {
  display: inline-block;
  width: 150px;
  line-height: 45px;
  margin-right: 30px;
  text-align: center;
  color: #fff;
  background: #e60012;
  vertical-align: middle;
}

.pro-detail .txt .more span {
  display: none;
  vertical-align: middle;
}

.pro-detail .txt .more span i {
  font-size: 24px;
}

.pro-detail .swiper-pagination.swiper-pagination {
  height: 30px;
  line-height: 1;
}

.pro-detail .swiper-pagination-bullet {
  border: 1px solid #ccc;
}

.pro-content {
  background-color: #f5f5f5;
}

.pro-content .w {
  background: #fff;
  border-top: 1px solid #eee;
}

.pro-content video {
  outline: none;
}

.pro-content .pro-content-images {
  margin-top: 30px;
}

.pro-content .pro-content-images img {
  width: 100%;
}

.pro-content .pro-sample {
  padding: 60px 4vw 20px;
  background: #666;
}

.pro-content .pro-sample .tit {
  color: #fff;
  font-size: 24px;
  padding-bottom: 20px;
}

.pro-content .pro-sample .swiper-container {
  padding-bottom: 60px;
}

.pro-content .pro-sample li img {
  max-width: 100%;
}

.pro-content .con-item-nav {
  padding-top: 50px;
}

.pro-content .con-item-nav a {
  display: inline-block;
  padding: 14px 70px;
  border: 1px solid #ddd;
  border-bottom: none;
}

.pro-content .con-item-nav a.active {
  color: #fff;
  background: #e60012;
  border-color: #e60012;
}

.pro-content .con {
  padding: 4vw;
  padding-top: 0;
  margin-right: 280px;
  border-right: 1px solid #eee;
  text-align: left;
}

.pro-content .con .con-item {
  min-height: 300px;
  padding-top: 2vw;
  display: none;
}

.pro-content .con .con-item.active {
  display: block;
}

.pro-content .con table tr {
  border-top: 1px solid #eee;
}

.pro-content .con img {
  max-width: 100%;
}

.pro-content .phone {
  width: 280px;
  padding-top: 4vw;
  padding-left: 3.4vw;
}

.pro-content .phone .tit {
  width: 150px;
  padding-bottom: 10px;
  font-size: 24px;
}

.pro-content .phone li {
  margin-top: 40px;
}

.pro-content .phone li h4 {
  padding-bottom: 10px;
  color: #999;
  font-size: 14px;
}

.pro-content .phone li p {
  color: #e60012;
  font-size: 20px;
  line-height: 1.5;
}

.pro-content .phone .more {
  display: block;
  width: 120px;
  height: 35px;
  line-height: 35px;
  margin-top: 50px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  background: #e60012;
}

.pro-content .back-box {
  text-align: center;
}

.pro-content .back {
  display: inline-block;
  width: 150px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  margin: 20px 0 60px;
  border: 1px solid #333;
  transition: all .3s;
}

.pro-content .back:hover {
  color: #fff;
  border-color: #e60012;
  background: #e60012;
}

.pro-related .nav {
  width: 65%;
  height: 70px;
}

.pro-related .nav h3 {
  display: inline-block;
  color: #1e242b;
  font-size: 28px;
}

.pro-related li a {
  display: block;
  transition: all .3s;
}

.pro-related li:hover a {
  transform: translateY(-5px);
}

.pro-related .img {
  height: 300px;
  line-height: 300px;
  text-align: center;
  background: #fff;
}

.pro-related .img img {
  max-width: 90%;
  max-height: 90%;
  transition: all .3s;
}

.pro-related li:hover .img img {
  transform: scale(1.02);
}

.pro-related h4 {
  height: 60px;
  line-height: 60px;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #1e242b;
}

.pro-related li:hover h4 {
  color: #e60012;
}

.recom .title {
  padding-bottom: 40px;
}

.recom .title h3 {
  text-align: center;
  font-size: 24px;
}

.recom .main li .img {
  height: 280px;
}

.recom .main li .img img {
  width: 100%;
  height: 100%;
}

.recom .main li .txt {
  padding: 25px;
  font-size: 14px;
  text-align: left;
}

.recom .main li .txt h4 {
  height: 14px;
  line-height: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 15px;
}

.recom .main li .txt .p {
  height: 75px;
  overflow: hidden;
  color: #666;
  line-height: 25px;
}

.recom .main li .more {
  display: block;
  width: 120px;
  padding: 12px 0;
  margin: 10px auto 0;
  border: 1px solid #333;
  font-size: 12px;
  transition: all .3s;
}

.recom .main li:hover .more {
  color: #fff;
  border-color: #e60012;
  background: #e60012;
}

.about .top li.row {
  position: relative;
}

.about .top li.row .img {
  width: 55%;
}

.about .top li.row .img img {
  position: static;
  left: 0;
  top: 0;
  transform: none;
  width: 100%;
  height: auto;
}

.about .top li.row:nth-child(2n) .img {
  padding-left: 0;
}

.about .top li.row .txt {
  width: 45%;
  padding-right: 5vw;
  padding-top: 2vw;
}

.about .top li.row .txt .box {
  height: 100%;
}

.about .top li.row .txt h4 {
  font-size: 28px;
}

.about .top li.row .txt h5 {
  display: inline-block;
  width: 40px;
  margin-top: 20px;
  border-bottom: 1px solid #a9a9a9;
  color: #666;
  font-size: 16px;
  font-size: 0;
}

.about .top li.row .txt .con {
  margin-top: 20px;
  line-height: 30px;
  font-size: 14px;
}

.about .top li.row:nth-child(2n) .txt {
  padding-right: 0;
  padding-left: 5vw;
}

.about .main {
  background: #fff;
}

.about .main li.row {
  height: 370px;
  margin-bottom: 20px;
}

.about .main li.row .img {
  padding-left: 2.5vw;
}

.about .main li.row:nth-child(2n - 1) .img {
  padding-left: 0;
  padding-right: 2.5vw;
}

.about .main li.row .txt {
  padding-right: 2.5vw;
}

.about .main li.row .txt .box {
  height: 100%;
}

.about .main li.row .txt h4 {
  padding-bottom: 1.5vw;
  font-size: 28px;
}

.about .main li.row .txt h5 {
  height: 90px;
  line-height: 30px;
  overflow: hidden;
  font-size: 14px;
}

.about .main li.row .txt li {
  display: inline-block;
  margin-right: 4.5vw;
  text-align: center;
}

.about .main li.row .txt li h6 {
  height: 48px;
  color: #e60012;
  font-size: 38px;
}

.about .main li.row .txt li span {
  font-size: 14px;
}

.about .main li.row:nth-child(2n -1) .txt {
  padding-right: 0;
  padding-left: 2.5vw;
}

.about-history .main {
  position: relative;
  padding-top: 40px;
}

.about-history .main .bar {
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  background: #ccc;
  z-index: 1;
}

.about-history .main .bar p {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  transition: all .3s;
  background: #e60012;
}

.about-history .main li {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

.about-history .main li .txt {
  float: right;
  width: 46%;
}

.about-history .main li .txt .t {
  font-size: 30px;
  padding-bottom: 10px;
}

.about-history .main li .txt .p {
  line-height: 2;
  color: #666;
}

.about-history .main li .circle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 50%;
  background: #ccc;
  z-index: 10;
  position: relative;
}

.about-history .main li .circle:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background-color: #000;
}

.about-history .main li:nth-child(2n) .txt {
  float: left;
  text-align: right;
}

.about-culture .main .row {
  height: 360px;
  margin-bottom: 30px;
}

.about-culture .main .row .txt {
  padding-left: 5vw;
}

.about-culture .main .row .txt .box {
  height: 100%;
}

.about-culture .main .row h5 {
  display: none;
  height: 56px;
  color: #e60012;
  font-size: 28px;
}

.about-culture .main .row h4 {
  height: 40px;
  margin-bottom: 20px;
  font-size: 24px;
  position: relative;
}

.about-culture .main .row h4:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  border-bottom: 1px solid #a9a9a9;
}

.about-culture .main .row .con p {
  font-size: 14px;
  line-height: 26px;
}

.honor img {
  max-width: 100%;
}

.about-cert .main {
  position: relative;
  padding: 0 60px;
}

.about-cert li {
  text-align: center;
}

.about-cert li .img {
  width: 100%;
  height: 300px;
  line-height: 300px;
  border: 1px solid #ddd;
  background: #fff;
}

.about-cert li img {
  max-width: 90%;
  max-height: 90%;
}

.about-cert li h4 {
  height: 70px;
  line-height: 70px;
  overflow: hidden;
}

.about-cert div.swiper-button-next,
.about-cert div.swiper-button-prev {
  background: #ddd;
  top: 45%;
}

.about-cert div.swiper-button-next:hover,
.about-cert div.swiper-button-prev:hover {
  background-color: #e60012;
}

.about-part li {
  text-align: center;
  margin-bottom: 20px;
}

.about-part li .img {
  height: 120px;
  line-height: 120px;
  background: #fff;
}

.about-part li .img img {
  max-width: 90%;
  max-height: 90%;
}

.about-photo .main {
  position: relative;
  padding: 0 60px;
}

.about-photo li {
  overflow: hidden;
}

.about-photo li img {
  width: 100%;
  transition: all .3s;
}

.about-photo li:hover img {
  transform: scale(1.02);
}

.about-photo div.swiper-button-next,
.about-photo div.swiper-button-prev {
  background: #ccc;
}

.about-photo div.swiper-button-next:hover,
.about-photo div.swiper-button-prev:hover {
  background: #e60012;
}

.service-after .main {
  margin-top: 30px;
}

.service-after .main li .box {
  padding: 3.75vw 1.5vw 0;
  background-color: #f5f5f5;
  position: relative;
  text-align: left;
}

.service-after .main li .box span {
  position: absolute;
  left: 30px;
  top: 0;
  transform: translateY(-50%);
  display: block;
  width: 76px;
  height: 76px;
  line-height: 76px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  background: #e60012;
  border-radius: 50%;
}

.service-after .main li h5 {
  height: 45px;
  color: #e60012;
  font-size: 18px;
}

.service-after .main li h4 {
  height: 55px;
  margin-bottom: 20px;
  font-size: 24px;
  position: relative;
}

.service-after .main li h4:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  border-bottom: 3px solid #e60012;
}

.service-after .main li .con {
  height: 240px;
  overflow: hidden;
}

.service-after .main li .con p {
  overflow: hidden;
  line-height: 30px;
  font-size: 14px;
}

.service-form .main img {
  width: 100%;
  margin-bottom: 30px;
}

.service-form .main input {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  background: #eee;
}

.service-form .main textarea {
  width: 100%;
  height: 190px;
  padding: 25px 20px;
  margin-top: 20px;
  background: #eee;
}

.service-form .main .sub {
  display: block;
  width: 160px;
  line-height: 50px;
  margin: 3.25vw auto 0;
  text-align: center;
  color: #fff;
  background: #e60012;
}

.service-form .main ul li div {
  text-align: left;
}

.service-form .main ul li span {
  color: #e60012;
  font-size: 12px;
}

.contact .page-title h3 {
  font-size: 32px;
}

.contact .nav {
  width: 80%;
  margin: 0 auto 2vw;
  border: 1px solid #666;
}

.contact .nav a {
  display: block;
  padding: 20px 0;
  font-size: 20px;
  text-align: center;
}

.contact .nav a~a {
  border-left: 1px solid #666;
}

.contact .nav a.active {
  color: #fff;
  background: #e60012;
}

.contact .main .item {
  width: 100%;
  overflow: hidden;
}

.contact .main .txt {
  float: left;
  width: 40%;
  padding: 2vw;
  background-color: #f5f5f5;
}

.contact .main .txt .tit h4 {
  padding-bottom: 15px;
  font-size: 30px;
  font-weight: 700;
}

.contact .main .txt .tit p {
  padding-bottom: 40px;
  font-size: 24px;
}

.contact .main .txt .con {
  line-height: 1.2;
}

.contact .main .img {
  position: absolute;
  right: 0;
  width: 60%;
  height: 100%;
}

.contact .main .img .box {
  height: 100%;
}

.contact-all .main .row {
  height: 400px;
}

.contact-all .main .row .img {
  width: calc(50% + 3vw);
}

.contact-all .main .row .txt {
  width: calc(50% - 3vw);
  padding-left: 3vw;
}

.contact-all .main .row .txt .box {
  height: 100%;
}

.contact-all .main .row h4 {
  height: 3.5vw;
  margin-bottom: 2vw;
  font-size: 32px;
  border-bottom: 1px dashed #b5b5b5;
}

.contact-all .main .row .con p {
  color: #666;
  line-height: 34px;
}

.contact-message .main .txt {
  width: calc(45%);
  padding-right: 2.5vw;
}

.contact-message .main .img {
  width: calc(55%);
  height: 420px;
}

.contact-message .main li {
  margin-bottom: 20px;
}

.contact-message .main input {
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding-left: 30px;
  padding-right: 15px;
  border: 1px solid #d2d2d2;
  background: #fff;
}

.contact-message .main textarea {
  width: 100%;
  height: 180px;
  padding: 25px 30px;
  border: 1px solid #d2d2d2;
  background: #fff;
}

.contact-message .main .sub {
  display: block;
  width: 150px;
  line-height: 40px;
  margin-top: 35px;
  text-align: center;
  color: #fff;
  background-color: #e60012;
}

.contact-message .main li span {
  color: #e60012;
  font-size: 12px;
}

.textarea span {
  color: #e60012;
  font-size: 12px;
}

.map>div {
  width: 100%;
  height: 510px;
}

.map>div td {
  box-sizing: content-box;
}

.news {
  padding-top: 60px;
}

.news .title {
  color: #e60012;
  text-align: left;
}

.news .title h3 {
  height: 55px;
  font-size: 32px;
}

.news .title h4 {
  height: 70px;
  font-size: 36px;
}

.news .title p {
  height: 75px;
  color: #fff;
  font-size: 18px;
}

.news .nav a {
  display: inline-block;
  color: #fff;
  line-height: 40px;
  padding: 0 30px;
  border: 1px solid transparent;
  transition: all .3s;
}

.news .nav a:hover,
.news .nav a.active {
  border-color: #fff;
}

.news .main {
  border-top: 1px dashed rgba(190, 190, 190, 0.5);
  transition: all .3s;
}

.news .main li {
  padding: 30px 0;
  border-bottom: 1px dashed rgba(190, 190, 190, 0.5);
}

.news .main li .img {
  width: 330px;
  height: 200px;
}

.news .main li .img img {
  height: 100%;
}

.news .main li .txt {
  width: calc(100% - 330px);
  padding-left: 3vw;
  padding-right: 160px;
  color: #cdcdcd;
  position: relative;
}

.news .main li .txt h4 {
  height: 22px;
  overflow: hidden;
  margin-bottom: 40px;
  font-size: 20px;
}

.news .main li .txt p {
  height: 75px;
  line-height: 25px;
  overflow: hidden;
  margin-bottom: 20px;
  margin-top: -5px;
  font-size: 14px;
}

.news .main li .txt span {
  color: #fff;
}

.news .main li .txt .more {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
}

.news .main li .txt .more:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/index_nes_bg2.png) center no-repeat;
  background-size: 100% 100%;
  animation: spin 6s linear infinite;
}

.news .main li .txt .more:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-55%, -50%) rotate(-45deg);
  display: block;
  width: 10px;
  height: 10px;
  border: 3px solid #fff;
  border-left: none;
  border-top: none;
}

.news .main {
  border: none;
}

.news .main li .txt h4 {
  color: #333;
}

.news .main li .txt p {
  color: #666;
}

.news .main li .txt span {
  color: #676767;
}

.news .main li .txt .more {
  border-color: #bfbfbf;
}

.news .main li .txt .more:after {
  border-color: #000;
}

.news .main li li:hover .txt h4 {
  color: #e60012;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.news-detail {
  padding-bottom: 50px;
  border-bottom: 6px #fff solid;
}

.news-detail .main {
  width: calc(100% - 340px);
}

.news-detail .main img {
  max-width: 100%;
}

.news-detail .title {
  text-align: center;
}

.news-detail .title h3 {
  line-height: 42px;
  padding-bottom: 10px;
  font-size: 30px;
}

.news-detail .title p {
  height: 60px;
  color: #666;
  font-size: 14px;
}

.news-detail .content {
  padding: 70px 80px;
  background: #fff;
}

.news-detail .content .con {
  min-height: 100px;
  line-height: 30px;
  margin-bottom: 60px;
}

.news-detail .content .con img {
  max-width: 100%;
}

.news-detail .more {
  height: 110px;
  padding: 20px;
  margin-top: 35px;
  background: #fff;
  position: relative;
}

.news-detail .more p {
  line-height: 35px;
}

.news-detail .more p a {
  display: inline-block;
  color: #666;
  font-size: 16px;
  transition: all .3s;
}

.news-detail .more p a:hover {
  color: #e60012;
}

.news-detail .more p {
  display: block;
}

.news-detail .more .back {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 150px;
  line-height: 45px;
  margin-top: -23px;
  text-align: center;
  color: #fff;
  background: #e60012;
  border-radius: 5px;
}

.news-detail .side {
  width: 320px;
}

.news-detail .latest {
  padding: 40px 30px;
  margin-bottom: 20px;
  background: #fff;
}

.news-detail .latest h5 {
  font-size: 20px;
}

.news-detail .latest li {
  padding-top: 30px;
  padding-bottom: 15px;
  color: #666;
  font-size: 15px;
  border-bottom: 1px dashed #e5e5e5;
}

.news-detail .latest h6 {
  margin-bottom: 10px;
  transition: all .3s;
}

.news-detail .latest li:hover h6 {
  color: #e60012;
}

.news-detail .latest p span {
  color: #e60012;
}

.news-detail .pro {
  margin-top: 35px;
}

.news-detail .pro h5 {
  height: 30px;
  padding-left: 20px;
  font-size: 20px;
}

.news-detail .pro li .img {
  background: #fff;
  text-align: center;
}

.news-detail .pro li img {
  max-width: 100%;
}

.news-detail .pro li h6 {
  line-height: 55px;
  font-size: 14px;
  text-align: center;
  transition: all .3s;
}

.news-detail .pro li:hover h6 {
  color: #e60012;
}

.links {
  padding: 20px 0;
  line-height: 2;
  color: #999;
  font-size: 14px;
}

.links a {
  margin-right: 1vw;
}

.links a:hover {
  color: #e60012;
  text-decoration: underline;
}

.footer {
  padding-top: 50px;
  background-color: #f5f5f5;
  color: #666;
}

.footer .nav {
  overflow: hidden;
  margin-right: 360px;
}

.footer .nav dl {
  float: left;
  margin-right: 6.5vw;
  margin-bottom: 40px;
}

.footer .nav dl:last-child {
  margin-right: 0;
}

.footer .nav dt {
  height: 35px;
  color: #333;
  font-size: 18px;
}

.footer .nav dd a {
  display: inline-block;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
}

.footer .phone {
  float: right;
  text-align: right;
}

.footer .phone .tel span {
  display: inline-block;
  color: #333;
  font-size: 24px;
  font-weight: 700;
  vertical-align: top;
}

.footer .phone .tel .p {
  display: inline-block;
  color: #e60012;
  font-size: 28px;
  font-weight: 700;
  vertical-align: top;
}

.footer .phone .tel .p p {
  height: 35px;
  margin-top: -2px;
}

.footer .phone .more {
  margin-top: 40px;
  line-height: 36px;
  font-size: 14px;
  position: relative;
  align-items: center;
  justify-content: flex-end;
  display: flex;
}

.footer .phone .more span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.footer .phone .more a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  vertical-align: middle;
  background: #ccc;
  margin-right: 16px;
}

.footer .phone .more a .icon {
  width: 20px;
  height: 20px;
  color: #fff;
}

.footer .phone .more a img {
  position: absolute;
  top: 120%;
  left: -30px;
  width: 100px;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: .2s;
}

.footer .phone .more a:hover img {
  height: 100px;
  opacity: 1;
}

.footer .copy {
  padding: 25px 0;
  background: #3d3d3d;
}

.footer .copy span,
.footer .copy a {
  color: #fff;
  opacity: .5;
  font-size: 14px;
  transition: all .3s;
}

.footer .copy a:hover {
  transform: translateX(4px);
  opacity: 1;
  color: #fff;
  text-decoration: underline;
}

.footer .copy .fl a {
  margin-left: 10px;
}

.footer a {
  transition: all .3s;
}

.footer a:hover {
  transform: translateX(4px);
  color: #333;
  text-decoration: underline;
}

.hor-top-show {
  position: relative;
  bottom: -40px;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all .3s;
}

.hor-top-show.active {
  height: auto;
  opacity: 1;
  bottom: 0;
}

.hvr1.hvr1 .img {
  background: #000;
  position: relative;
}

.hvr1.hvr1 .img img {
  transition: all .5s;
}

.hvr1.hvr1 .img:before {
  content: '';
  position: absolute;
  top: 35px;
  bottom: 35px;
  left: 35px;
  right: 35px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: scaleX(0);
  transition: all .5s;
  z-index: 1;
}

.hvr1.hvr1 .img:after {
  content: '';
  position: absolute;
  top: 35px;
  bottom: 35px;
  left: 35px;
  right: 35px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: scaleY(0);
  transition: all .5s;
  z-index: 1;
}

.hvr1.hvr1:hover img {
  opacity: .8;
}

.hvr1.hvr1:hover .img:before {
  transform: scaleX(1);
}

.hvr1.hvr1:hover .img:after {
  transform: scaleY(1);
}

.hover-img-big .img {
  overflow: hidden;
}

.hover-img-big .img img {
  transition: transform .5s;
}

.hover-img-big:hover img {
  transform: scale(1.04);
}

.hover-color.hover-color h4 {
  transition: all .3s;
}

.hover-color.hover-color:hover h4 {
  color: #e60012 !important;
}

.hover-left-rotate {
  transition: transform .3s;
}

.hover-left-rotate:hover {
  transform: rotateY(360deg);
}

.hover-left-move {
  position: relative;
  right: 0;
  transition: all .3s;
}

.hover-left-move:hover {
  right: -4px;
}

.hover-top-move {
  display: inline-block;
  position: relative;
  transition: transform .3s;
}

.hover-top-move:hover {
  transform: translateY(-5px);
}

.hover-bg-big {
  position: relative;
  z-index: 1;
}

.hover-bg-big:after {
  content: "";
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transition: transform .3s;
  z-index: -1;
}

.hover-bg-big:hover:after {
  transform: scale(1);
}

.hvr-bg-move {
  position: relative;
  overflow: hidden;
  transition: all .5s;
}

.hvr-bg-move:hover {
  box-shadow: 0 0 5px #fff inset;
}

.hvr-bg-move:after {
  content: '';
  position: absolute;
  left: -100%;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #fff;
  opacity: .5;
  box-shadow: 0 0 30px #fff;
}

.hvr-bg-move:hover:after {
  left: 100%;
  width: 50%;
  transition: all .5s;
}

.hvr-bg-move2 {
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all .3s;
}

.hvr-bg-move2:hover {
  box-shadow: 0 0 5px #fff inset;
}

.hvr-bg-move2:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 300px;
  height: 300px;
  margin-top: -150px;
  margin-left: -150px;
  border-radius: 50%;
  background: #fff;
  transform: scale(0);
  transition: all .3s;
  z-index: -1;
}

.hvr-bg-move2:hover:after {
  animation: bg_big 1s;
}

@keyframes bg_big {
  0% {
    opacity: .6;
  }

  100% {
    opacity: 0;
    transform: scale(1);
  }
}

.flash {
  overflow: hidden;
  width: 380px;
  height: 230px;
  position: relative;
}

.flash em {
  cursor: pointer;
  height: 230px;
  width: 380px;
  left: -380px;
  position: absolute;
  top: 0;
  transform: skewX(-25deg);
  transition: all 0s;
  background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
  background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
  background-image: -o-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
  background-image: -ms-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
}

.flash:hover em {
  left: 380px;
  transition: all 0.7s;
}

.flip img {
  width: 380px;
  height: 230px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  transform: rotateY(0deg);
  transition: all 0.6s ease 0s;
  backface-visibility: hidden;
}

.flip span {
  position: absolute;
  width: 380px;
  height: 230px;
  background: #e1e1e1;
  line-height: 230px;
  text-align: center;
  transform: rotateY(-180deg);
  transition: all 0.5s ease 0s;
  backface-visibility: hidden;
  left: 0;
  top: 0;
}

.flip:hover img {
  transform: rotateY(180deg);
}

.flip:hover span {
  transform: rotateY(0deg);
}

.up span {
  height: 40px;
  bottom: -40px;
  display: block;
  background: #333;
  transition: all 0.5s;
  line-height: 40px;
  color: #fff;
}

.up:hover img {
  margin-top: -40px;
  transition: all 0.5s;
}

.panorama {
  background-image: url(../images/6608185829213862083.jpg);
  background-size: auto 100%;
  cursor: pointer;
  animation: panorama 10s linear infinite alternate;
  animation-play-state: paused;
}

.panorama:hover,
.panorama:focus {
  animation-play-state: running;
}

@keyframes panorama {
  to {
    background-position: 100% 0;
  }
}

.border .txt {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  color: #fff;
  line-height: 230px;
  transform: scale(0);
}

.border .txt:before,
.border .txt:after {
  position: absolute;
  content: '';
  opacity: 0;
  transition: all 0.5s;
  transition-delay: .3s;
}

.border .txt:before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: scale(0, 1);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.border .txt:after {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: scale(1, 0);
  transform-origin: 100% 0;
}

.border:hover .txt:before,
.border:hover .txt:after {
  opacity: 1;
  transform: scale(1);
  transition: all 0.5s;
}

.border:hover .txt {
  transform: scale(1);
}

.border:hover img {
  opacity: .5;
}

.border2 .txt {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  color: #fff;
  line-height: 230px;
  transform: scale(0);
}

.border2 .txt:before,
.border2 .txt:after {
  position: absolute;
  content: '';
  opacity: 0;
  transition: all 0.5s;
  transition-delay: .3s;
}

.border2 .txt:before {
  top: 15px;
  right: 0;
  bottom: 15px;
  left: 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: scale(0, 1);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.border2 .txt:after {
  top: 0;
  right: 15px;
  bottom: 0;
  left: 15px;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: scale(1, 0);
  transform-origin: 100% 0;
}

.border2:hover .txt:before,
.border2:hover .txt:after {
  opacity: 1;
  transform: scale(1);
  transition: all 0.5s;
}

.border2:hover .txt {
  transform: scale(1);
}

.border2:hover img {
  opacity: .5;
}

.effect1 {
  perspective: 800px;
}

.effect1 .pic {
  display: block;
  transition: 0.4s;
}

.effect1 .txt {
  position: absolute;
  left: 0;
  background: #fff;
  height: 90%;
  width: 80%;
  padding: 5% 10%;
  transition: 0.6s;
  top: -100%;
  transition: all 0.5s;
  z-index: -1;
}

.effect1:hover .pic {
  transform: rotateX(80deg);
  transform-origin: center bottom 0;
}

.effect1:hover .txt {
  top: 0;
}

.effectBtn {
  display: inline-block;
  padding: 5px 25px;
  font-size: 14px;
  color: #fff;
  border: 2px solid #4d92d9;
  background-color: #4d92d9;
  text-decoration: none;
  transition: 0.4s;
}

.text-desc {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  height: 100%;
  opacity: 0;
  width: 100%;
  padding: 20px;
}

.effect2 {
  perspective: 500px;
  z-index: 5;
}

.effect2 .txt {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  height: 90%;
  width: 80%;
  padding: 5% 10%;
  transition: 0.6s;
  z-index: -1;
  transform: rotateX(80deg);
  transform-origin: center bottom 0;
  opacity: 0;
}

.effect2:hover .txt {
  transform: none;
  opacity: 1;
}

.effect2:hover img {
  transform: translateY(-100%);
}

.effect3 {
  perspective: 500px;
  overflow: visible;
}

.effect3 .txt {
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  height: 90%;
  width: 70%;
  padding: 5% 20% 5% 10%;
  transition: 0.6s;
  transform: translateX(-100%);
  opacity: 0;
}

.effect3:hover .txt {
  transform: translateX(0px);
  opacity: 1;
}

.effect3:hover img {
  transform: scale(0.5) translateX(100%);
  position: relative;
  z-index: 9;
}

.effect4 .txt {
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  height: 70%;
  width: 80%;
  padding: 25% 10% 5% 10%;
  transition: 0.6s;
  transform: translateY(100%);
  opacity: 0;
}

.effect4:hover .txt {
  transform: translateY(0px);
  opacity: 1;
}

.effect4:hover img {
  transform: scale(0.3) translateY(-100%);
  position: relative;
  z-index: 9;
}

.effect5 .txt {
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
  height: 90%;
  width: 90%;
  padding: 5%;
  transition: 0.6s;
  opacity: 0;
  transform: perspective(600px) rotateY(-90deg);
  transform-origin: right center 0;
  width: 40%;
}

.effect5 img {
  position: relative;
  right: 0;
}

.effect5:hover .txt {
  opacity: 1;
  transform: perspective(600px) rotateY(0deg);
  z-index: 5;
}

.effect5:hover img {
  right: 50%;
}

.effect6 {
  border: 5px solid #eee;
}

.effect6 .txt {
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
  width: 70%;
  height: 90%;
  padding: 5% 15%;
  transition: 0.6s;
  transform: scale(0);
  backface-visibility: hidden;
}

.effect6:hover .txt {
  transform: scale(1);
  border-radius: 50% 0 50% 0;
}

.effect6:hover img {
  transform: scale(1.1);
}

.button1 {
  background: #555;
  padding: 50px 0;
  margin-bottom: 50px;
  overflow: hidden;
}

.btn {
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 45px;
  margin: 0 auto 2em;
  max-width: 160px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  width: 100%;
  margin: 0 10px;
}

.btn:hover {
  text-decoration: none;
}

.btn1 {
  background: #e60012;
  font-weight: 100;
}

.btn1 svg {
  height: 45px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.btn1 rect {
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-dasharray: 422, 0;
}

.btn1:hover {
  background: #e60012;
  font-weight: 900;
  letter-spacing: 1px;
}

.btn1:hover rect {
  stroke-width: 5;
  stroke-dasharray: 15, 310;
  stroke-dashoffset: 48;
  -webkit-transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
}

.btn2 {
  letter-spacing: 0;
}

.btn2:hover,
.btn2:active {
  letter-spacing: 5px;
}

.btn2:after,
.btn2:before {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border: 1px solid rgba(255, 255, 255, 0);
  bottom: 0px;
  content: " ";
  display: block;
  margin: 0 auto;
  position: relative;
  -webkit-transition: all 280ms ease-in-out;
  transition: all 280ms ease-in-out;
  width: 0;
}

.btn2:hover:after,
.btn2:hover:before {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-color: #fff;
  -webkit-transition: width 350ms ease-in-out;
  transition: width 350ms ease-in-out;
  width: 70%;
}

.btn2:hover:before {
  bottom: auto;
  top: 0;
  width: 70%;
}

.btn3 {
  background: #e60012;
  border: 1px solid #da251f;
  box-shadow: 0px 2px 0 #d6251f, 2px 4px 6px #e02a24;
  font-weight: 900;
  letter-spacing: 1px;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
}

.btn3:hover {
  background: #e60012;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 1px 1px 2px rgba(255, 255, 255, 0.2);
  color: #ec817d;
  text-decoration: none;
  text-shadow: -1px -1px 0 #c2211c;
  -webkit-transition: all 250ms linear;
  transition: all 250ms linear;
}

.btn4 {
  border: 1px solid;
  overflow: hidden;
  position: relative;
}

.btn4 span {
  z-index: 20;
}

.btn4:after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: .2;
  position: absolute;
  top: -50px;
  -webkit-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(35deg);
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: 10;
}

.btn4:hover:after {
  left: 120%;
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

.btn5 {
  border: 0 solid;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
  outline: 1px solid;
  outline-color: rgba(255, 255, 255, 0.5);
  outline-offset: 0px;
  text-shadow: none;
  -webkit-transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
}

.btn5:hover {
  border: 1px solid;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5), 0 0 20px rgba(255, 255, 255, 0.2);
  outline-color: rgba(255, 255, 255, 0);
  outline-offset: 15px;
  text-shadow: 1px 1px 2px #427388;
}

.btn-hvr:before,
.btn-hvr:after {
  z-index: -1;
  box-sizing: border-box;
  transition: 0.5s;
}

.btn-hvr {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  transition: all .3s;
}

.btn-hvr.btn-hvr.btn-hvr.btn-hvr:hover {
  color: #fff;
}

.btn-hvr0:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 80px;
  background: #e60012;
}

.btn-hvr0:hover {
  color: #fff;
}

.btn-hvr0:hover:before {
  width: 250px;
}

.btn-hvr1:after {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: #e60012 transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
}

.btn-hvr1:hover {
  color: #ecdcd4;
}

.btn-hvr1:hover:after {
  border-width: 330px 330px 0 0;
}

.btn-hvr1:active {
  background: #b27254;
}

.btn-hvr1-2 {
  color: #bc4b41;
}

.btn-hvr1-2:before {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent transparent transparent #6a1a13;
  position: absolute;
  bottom: 0;
  left: 0;
}

.btn-hvr1-2:after {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent transparent #6a1a13 transparent;
  position: absolute;
  right: 0;
  bottom: 0;
}

.btn-hvr1-2:hover {
  color: #ebcac7;
}

.btn-hvr1-2:hover:before {
  border-width: 206.25px 0 0 206.25px;
}

.btn-hvr1-2:hover:after {
  border-width: 0 0 206.25px 206.25px;
}

.btn-hvr1-2:active {
  background: #b02b20;
}

.btn-hvr2 {
  color: #48a6b1;
}

.btn-hvr2:before {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent transparent transparent #185a62;
  position: absolute;
  bottom: 0;
  left: 0;
}

.btn-hvr2:after {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent #185a62 transparent transparent;
  position: absolute;
  top: 0;
  right: 0;
}

.btn-hvr2:hover {
  color: #c9e5e8;
}

.btn-hvr2:hover:before {
  border-width: 165px 0 0 165px;
}

.btn-hvr2:hover:after {
  border-width: 0 165px 165px 0;
}

.btn-hvr2:active {
  background: #2896a3;
}

.btn-hvr3 {
  color: #ad96a0;
}

.btn-hvr3:before {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent transparent transparent #5f4f56;
  position: absolute;
  bottom: 0;
  left: 0;
}

.btn-hvr3:after {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent #5f4f56 transparent transparent;
  position: absolute;
  top: 0;
  right: 0;
}

.btn-hvr3 span:before {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent transparent #5f4f56 transparent;
  position: absolute;
  right: 0;
  bottom: 0;
}

.btn-hvr3 span:after {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: #5f4f56 transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
}

.btn-hvr3:hover {
  color: #e7e0e3;
}

.btn-hvr3:hover:before {
  border-width: 165px 0 0 165px;
}

.btn-hvr3:hover:after {
  border-width: 0 165px 165px 0;
}

.btn-hvr3:hover span:before {
  border-width: 0 0 165px 165px;
}

.btn-hvr3:hover span:after {
  border-width: 165px 165px 0 0;
}

.btn-hvr3:active {
  background: #9e838f;
}

.btn-hvr4 {
  color: #8d53b3;
}

.btn-hvr4:after {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent #492064 transparent transparent;
  position: absolute;
  top: 0;
  right: 0;
}

.btn-hvr4:before {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent transparent transparent #492064;
  position: absolute;
  bottom: 0;
  left: 0;
}

.btn-hvr4:before,
.btn-hvr4:after {
  border-color: #492064;
}

.btn-hvr4 span:after {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: #492064 transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
}

.btn-hvr4 span:before {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent transparent #492064 transparent;
  position: absolute;
  right: 0;
  bottom: 0;
}

.btn-hvr4 span:before,
.btn-hvr4 span:after {
  border-color: #492064;
}

.btn-hvr4:hover {
  color: #decde9;
}

.btn-hvr4:hover:before {
  border-width: 20px 62.5px;
}

.btn-hvr4:hover:after {
  border-width: 20px 62.5px;
}

.btn-hvr4:hover span:before {
  border-width: 20px 62.5px;
}

.btn-hvr4:hover span:after {
  border-width: 20px 62.5px;
}

.btn-hvr4:active {
  background: #7935a6;
}

.btn-hvr5 {
  color: #808695;
}

.btn-hvr5:after {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent #3f444e transparent transparent;
  position: absolute;
  top: 0;
  right: 0;
}

.btn-hvr5:before {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent transparent transparent #3f444e;
  position: absolute;
  bottom: 0;
  left: 0;
}

.btn-hvr5:hover {
  color: #dadce0;
}

.btn-hvr5:hover:before,
.btn-hvr5:hover:after {
  border-width: 80px 262.5px;
}

.btn-hvr5:active {
  background: #697182;
}

.btn-hvr6 {
  color: #80629f;
}

.btn-hvr6 span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: #402a55;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: width 0.4s, height 0.4s;
  transition: width 0.4s, height 0.4s;
  z-index: -1;
}

.btn-hvr6:hover {
  color: #dad1e3;
}

.btn-hvr6:hover span {
  width: 562.5px;
  height: 562.5px;
}

.btn-hvr6:active {
  background: #6a468e;
}

.btn-hvr7 {
  color: #27692b;
}

.btn-hvr7:before,
.btn-hvr7:after,
.btn-hvr7 span:before,
.btn-hvr7 span:after {
  content: '';
  position: absolute;
  top: 0;
  width: 63.5px;
  height: 0;
  background: #012f04;
}

.btn-hvr7:before {
  left: 0;
}

.btn-hvr7:after {
  left: 125px;
}

.btn-hvr7 span:before,
.btn-hvr7 span:after {
  top: auto;
  bottom: 0;
}

.btn-hvr7 span:before {
  left: 62.5px;
}

.btn-hvr7 span:after {
  left: 187.5px;
}

.btn-hvr7:hover {
  color: #c0d3c1;
}

.btn-hvr7:hover:before,
.btn-hvr7:hover:after,
.btn-hvr7:hover span:before,
.btn-hvr7:hover span:after {
  height: 80px;
}

.btn-hvr7:active {
  background: #014f06;
}

.btn-hvr8 {
  color: #5177a7;
}

.btn-hvr8:before,
.btn-hvr8:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #e60012;
}

.btn-hvr8:after {
  top: auto;
  bottom: 0;
}

.btn-hvr8:hover:before,
.btn-hvr8:hover:after {
  height: 50%;
}

.btn-hvr8:active {
  background: #325f98;
}

.btn-hvr9 {
  color: #c93a8e;
}

.btn-hvr9:before,
.btn-hvr9:after,
.btn-hvr9 span:before,
.btn-hvr9 span:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 250px;
  height: 0;
  background: rgba(115, 14, 73, 0.25);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.btn-hvr9:after,
.btn-hvr9 span:before {
  top: auto;
  bottom: 0;
}

.btn-hvr9 span:before,
.btn-hvr9 span:after {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.btn-hvr9:hover {
  color: #efc5de;
}

.btn-hvr9:hover:before,
.btn-hvr9:hover:after,
.btn-hvr9:hover span:before,
.btn-hvr9:hover span:after {
  height: 80px;
}

.btn-hvr9:active {
  background: #c0177a;
}

.btn-hvr10 {
  color: #8f5c82;
}

.btn-hvr10:before,
.btn-hvr10:after,
.btn-hvr10 span:before,
.btn-hvr10 span:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 80px;
  background: rgba(74, 38, 65, 0.25);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.btn-hvr10:after,
.btn-hvr10 span:before {
  left: auto;
  right: 0;
}

.btn-hvr10 span:before,
.btn-hvr10 span:after {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.btn-hvr10:hover {
  color: #decfda;
}

.btn-hvr10:hover:before,
.btn-hvr10:hover:after,
.btn-hvr10:hover span:before,
.btn-hvr10:hover span:after {
  width: 250px;
}

.btn-hvr10:active {
  background: #7b3f6c;
}

@-webkit-keyframes criss-cross-left {
  0% {
    left: -20px;
  }

  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }

  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}

@keyframes criss-cross-left {
  0% {
    left: -20px;
  }

  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }

  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}

@-webkit-keyframes criss-cross-right {
  0% {
    right: -20px;
  }

  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }

  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}

@keyframes criss-cross-right {
  0% {
    right: -20px;
  }

  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }

  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}

.btn-hvr11 {
  position: relative;
  color: #9a7cba;
}

.btn-hvr11:before,
.btn-hvr11:after {
  position: absolute;
  top: 50%;
  content: '';
  width: 20px;
  height: 20px;
  background: #8865ae;
  border-radius: 50%;
}

.btn-hvr11:before {
  left: -20px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.btn-hvr11:hover:before {
  -webkit-animation: criss-cross-left 0.8s both;
  animation: criss-cross-left 0.8s both;
}

.btn-hvr11:hover:after {
  -webkit-animation: criss-cross-right 0.8s both;
  animation: criss-cross-right 0.8s both;
}

.sea-product {
  padding-top: 10px;
}

.sea-product ul.mycol {
  margin: 0 -10px;
}

.sea-product li.col {
  padding: 0 10px;
  margin-bottom: 20px;
}

.sea-product li {
  transition: all .3s;
}

.sea-product li:hover {
  transform: translateY(-10px);
}

.sea-product li .img {
  height: 280px;
  line-height: 280px;
  text-align: center;
  position: relative;
}

.sea-product li img {
  max-width: 80%;
  max-height: 80%;
}

.sea-product li h4 {
  height: 50px;
  line-height: 50px;
  color: #1e242b;
  font-size: 18px;
  overflow: hidden;
  text-align: center;
}

.cs {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  padding: 16px 0;
  background: #8f9090;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  z-index: 1000;
}

.cs li {
  line-height: 50px;
  position: relative;
  text-align: center;
}

.cs li>a {
  display: inline-block;
  padding: 0 8px;
  position: relative;
}

.cs li>a:after {
  content: '';
  position: absolute;
  left: 8px;
  bottom: 0;
  width: 34px;
  border-bottom: 1px solid #a5a6a6;
}

.cs li:last-child>a:after {
  display: none;
}

.cs li .txt {
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  height: 50px;
  padding-left: 20px;
  padding-right: 10px;
  transform: translateX(100%);
  background: #e60012;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  opacity: 0;
  transition: all .3s;
  z-index: 9;
}

.cs li:hover .txt {
  opacity: 1;
  transform: translateX(0);
}

.cs li .img {
  position: absolute;
  right: 50px;
  top: 0;
  transform: translateX(100%);
  opacity: 0;
  transition: all .3s;
}

.cs li:hover .img {
  opacity: 1;
  transform: translateX(0);
}

.cs li .img img {
  width: 120px;
  height: 120px;
  padding: 5px;
  background: #fff;
}

.cs li .txt a {
  display: block;
  width: 100px;
  color: #fff;
  font-size: 16px;
}

.cs li:nth-child(3) .txt a {
  width: 160px;
}

.cs li .txt a img {
  margin-left: 10px;
}



.d-flex {
  display: flex;
}

.breadcrumb-item+.breadcrumb-item::before {
  content: var(--bs-breadcrumb-divider, ">");
}

.breadcrumb {
  display: flex;
  align-items: center;
}

.breadcrumb li a:hover {
  color: #e60012;
}

.list-honor ul {
  display: flex;
  flex-wrap: wrap;
}

.list-honor ul li {
  width: 24.1%;
  margin-left: 1.2%;
  margin-bottom: 1.2%;
}

.list-honor ul li:nth-child(4n+1) {
  margin-left: 0;
}

.list-honor ul li .img {
  border: 1px #eee solid;
  height: 360px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.list-honor ul li .img img {
  max-width: 90%;
  max-height: 90%;
}

.list-honor ul li h5 {
  text-align: center;
  margin-top: 10px;
}





.list-client ul {
  display: flex;
  flex-wrap: wrap;
}

.list-client ul li {
  width: 24.1%;
  margin-left: 1.2%;
  margin-bottom: 1.2%;
}

.list-client ul li:nth-child(4n+1) {
  margin-left: 0;
}

.list-client ul li .img {
  border: 1px #eee solid;
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.list-client ul li .img img {
  max-width: 90%;
  max-height: 90%;
}

.list-client ul li h5 {
  text-align: center;
  margin-top: 10px;
}




/* 甯歌闂 start */
.question-list ul {
  padding-bottom: 30px;
}

.question-list ul li {
  border-radius: 6px;
  margin-bottom: 30px;
}

.question-list ul li .q {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px;
  height: 52px;
  background: #f4f4f4;
  border-radius: 6px;
}

.question-list ul li .q div {
  flex: 1;
  display: flex;
  align-content: center;
}

.question-list ul li .q i {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e60012;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  position: relative;
  z-index: 1;
}

.question-list ul li .q i::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 1px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #e60012;
  z-index: -1;
}

.question-list ul li .q h4 {
  margin-left: 12px;
  font-size: 16px;
  color: #333;
}
.question-list ul li .q .icon{
  width: 20px;
  height: 20px;
  fill: currentColor;
  overflow: hidden;
  color: #999;
  transition: .5s;
}


.question-list ul li .a {
  display: flex;
  justify-content: space-between;
  display: none;
  padding: 22px 16px 40px;
}

.question-list ul li .a i {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #253d85;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  position: relative;
  z-index: 1;
}

.question-list ul li .a i::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 1px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #253d85;
  z-index: -1;
}

.question-list ul li .a>div {
  flex: 1;
  margin-left: 12px;
}

.question-list ul li .a>div p {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  margin-bottom: 14px;
}

.question-list ul li .a>div p:last-child {
  margin-bottom: 0;
}

.question-list ul li.active,
.question-list ul li:hover {
  box-shadow: 0 10px 18px 1px #f1f1f1;
}

.question-list ul li.active .q,
.question-list ul li:hover .q {
  background: #e60012;
}

.question-list ul li.active .q i,
.question-list ul li:hover .q i {
  background: #fff;
  color: #e60012;
}

.question-list ul li.active .q i::before,
.question-list ul li:hover .q i::before {
  border-bottom: 6px solid #fff;
}

.question-list ul li.active .q h4,
.question-list ul li:hover .q h4 {
  color: #fff;
}


.question-list ul li.active .q .icon{
  color: #fff;
  transform: rotate(90deg);
}

/* 甯歌闂 end */




@media (max-width: 1700px) {
  .w1600 {
    width: 1500px;
  }
}

@media (max-width: 1520px) {
  .w {
    width: 1200px;
  }

  .w1600 {
    width: 1300px;
  }
}

@media (max-width: 1300px) {

  .w,
  .w1600 {
    width: 1100px;
  }

  .header .nav li>a {
    font-size: 16px;
  }

  .header .phone {
    font-size: 18px;
  }
}

@media (max-width: 1000px) {
  .header {
    display: none;
  }

  .header-m {
    display: block;
  }
}

.d-sm-none {
  display: none;
}

@media (max-width: 768px) {
  .d-sm-none {
    display: none;
  }
}