@charset "UTF-8";

@font-face {
  font-family: Bellota;
  src: url('../fonts/Bellota-Regular-webfont.ttf');
}
.top-nav {
  position: absolute;
  z-index: 999;
  right: 68px;
  top: 25px;
}
.ons a{

  color: #FF4242 !important;
}
.top-nav ul {
  overflow: rhi;
}
.top-nav ul li {
  float: left;
}
.top-nav ul li a {
  color: #fff;
  display: block;
  margin-left: 30px;
}
.banner {
  /*height: 100vh;*/
 
}
.banner .swiper-container {
  width: 100%;
  height: 780px;
  margin-left: auto;
  margin-right: auto;
}
.banner .banner-img {
  display: block;
  width: 100%;
  height: 100%;
}
.banner .swiper-button-prev,
.banner .swiper-button-next {
  width: 36px;
  height: 36px;
}
.banner .swiper-button-prev {
  background: url(../images/icon/icon-left.png) center no-repeat;
}
.banner .swiper-button-next {
  background: url(../images/icon/icon-right.png) center no-repeat;
}
.banner .swiper-pagination-bullet {
  width: 44px;
  height: 8px;
  background: #fff;
  border-radius: 0;
  opacity: 1;
}
.banner .swiper-pagination-bullet-active {
  background: #FF2B30;
}
.default-title {
  text-align: center;
}
.default-title .default-title-title {
  color: #1a1a1a;
  font-size: 3.0rem;
}
.default-title .default-title-decoration {
  display: block;
  margin: 5px 0 12px 0;
}
.default-title .default-title-describe {
  color: #737070;
}
.index-product {
  padding: 60px 0 40px 0;
  background: #F7F7F7;
}
.index-product-content {
  margin: 60px 0 0 -40px;
}
.index-product-item {
  display: block;
  margin: 0 0 40px 40px;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.07);
}
.index-product-item:hover .index-product-item-brief {
  opacity: 1;
}
.index-product-item-top {
  position: relative;
}
.index-product-item-img {
  background: #F6F6F6;
  height: 210px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-product-item-title {
  background: #F9F9F9;
  padding: 10px 0 20px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 1.8rem;
  text-align: center;
}
.index-product-item-brief {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 80px;
  line-height: 20px;
  background: #FF5A62;
  color: #fff;
  overflow: hidden;
  border: solid 20px #FF5A62;
  box-sizing: border-box;
  -webkit-transition: 0.35s all;
  transition: 0.4s all;
  opacity: 0;
}


.index-product-item-type {
  background: #fff;
  padding: 20px 25px;
  height: 150px;
}
.index-product-item-type li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
  font-size: 1.6rem;
}
.index-product-item-type li:last-child {
  margin: 0;
}
.index-product-item-type li img {
  margin-right: 8px;
}




.index-product-item-type1 {
  background: #fff;
  padding: 20px 25px;
  height: 150px;
}
.index-product-item-type1 li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
  font-size: 1.6rem;
}
.index-product-item-type1 li:last-child {
  margin: 0;
}
.index-product-item-type1 li img {
  margin-right: 8px;
}





.index-platform {
  padding: 60px 0 40px 0;
  background: #FFFFFF;
}
.index-platform-content {
  margin: 60px 0 0 -40px;
}
.index-platform-item {
  display: block;
  position: relative;
  margin: 0 0 40px 40px;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}


.index-platform-item img {
  -webkit-transition: 0.35s all;
  transition: 0.35s all;
}
.index-platform-item-title {
  display: block;
  /*position: absolute;*/
  top: 50%;
  left: 0;
  width: 100%;
  text-align: left ;
  font-weight:bold;
  box-sizing: border-box;
  padding: 0 15px;
  margin-bottom: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(50%);
  color: #1a1a1a;
  font-size:1.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-platform-item p{
  -webkit-box-orient: vertical;
 height: 44px;
 line-height: 22px;
  width: 100%;
 overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 padding: 0 15px;
}
.index-platform-item:hover img{
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.index-platform-item-button{
  display: block;
  margin:40px 15px 0 15px;
  display: block;
  width: 120px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  background: #B40202;
  font-size: 1.5rem;
  border-radius:3px;
}
.index-about-us {
  padding: 60px 0 20px 0;
  background-color: #ffffff;
}
.index-about-us-content {
  margin: 60px 0 0 -20px;
}
.index-about-us-item {
  display: block;
  margin: 0 0 20px 20px;
  text-align: center;
}
.index-about-us-img {
  overflow: hidden;
}
.index-about-us-img:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.index-about-us-img img {
  -webkit-transition: 0.35s all;
  transition: 0.35s all;
    width:120px;
  height:120px;
}
.index-about-us-brief span,
.index-about-us-brief p {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 10px;
  box-sizing: border-box;
}
.index-about-us-brief span {
  color: rgba(0, 0, 0, 0.6);
  margin: 15px 0 10px 0;
}
.index-about-us-brief p {
  color: #1a1a1a;
  font-size: 1.8rem;
}
.index-concat {
  background: #FF4141;
  color: #fff;
  padding: 50px 0;
  text-align: center;
}
.index-concat-brief {
  font-size: 2.4rem;
}
.index-concat-link {
  display: inline-block;
  margin: 50px auto 0 auto;
  color: #fff;
  border: solid 5px #fff;
  width: 220px;
  height: 60px;
  text-align: center;
  line-height: 50px;
  font-size: 2rem;
}
.index-concat-link:hover {
  color: #FF4141;
  background: #fff;
}
.index-solution {
  padding: 60px 0;
}
.index-solution .container {
  max-width: 1200px;
}
.index-solution-swiper {
  margin-top: 60px;
}
.index-solution-item {
  display: block;
  background: #F5F5F5;
}
.index-solution-img {
  overflow: hidden;
}
.index-solution-img:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.index-solution-img img {
  -webkit-transition: 0.35s all;
  transition: 0.35s all;
}
.index-solution-brief {
  padding: 20px;
}
.index-solution-brief p,
.index-solution-brief span {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  box-sizing: border-box;
}
.index-solution-brief span {
  color: rgba(0, 0, 0, 0.6);
  margin-top: 15px;
}
.index-solution-brief p {
  color: #1a1a1a;
  font-size: 1.8rem;
}
.index-solution-swiper {
  position: relative;
}
.index-solution-swiper .swiper-container {
  margin: 0 40px;
  box-sizing: border-box;
}
.index-solution-swiper .swiper-button-prev,
.index-solution-swiper .swiper-button-next {
  width: 20px;
  height: 42px;
}
.index-solution-swiper .swiper-button-prev {
  left: 0;
  background: url(../images/icon/icon-soult-left.png) center no-repeat;
}
.index-solution-swiper .swiper-button-next {
  right: 0;
  background: url(../images/icon/icon-soult-right.png) center no-repeat;
}
.index-news-content {
  margin-left: -60px;
}
.index-news-item {
  margin: 0 0 80px 60px;
  border: solid 1px #EBEBEB;
  padding: 30px;
}
.index-news-item ul li {
  overflow: hidden;
  height: 20px;
  line-height: 20px;
  font-size: 1.4rem;
  margin-bottom: 20px;
}
.index-news-item ul li:last-child {
  margin: 0;
}
.index-news-item ul li img {
  float: left;
  position: relative;
  top: 7px;
}
.index-news-item ul li a {
  display: block;
  width: -webkit-calc(100% - 90px);
  width: calc(100% - 90px);
  float: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  box-sizing: border-box;
  padding-left: 10px;
  color: #2d2d2d;
}
.index-news-item ul li a:hover {
  color: #FF4242;
}
.index-news-item ul li span {
  display: block;
  width: 80px;
  text-align: right;
  float: right;
  color: rgba(0, 0, 0, 0.7);
}
.index-news-item-title {
  text-align: center;
  margin-bottom: 30px;
}
.index-news-item-title h6 {
  font-size: 2.4rem;
  color: #121212;
  margin-bottom: 20px;
}
.index-news-item-title span {
  display: block;
  position: relative;
  height: 16px;
}
.index-news-item-title span::before {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #EBEBEB;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.index-news-item-title span img {
  position: relative;
  z-index: 10;
  top: -4px;
}
.index-friend {
  padding: 60px 0;
  background: #F5F5F5;
}
.index-friend-swiper {
  margin-top: 60px;
  position: relative;
}
.index-friend-swiper .swiper-container {
  margin: 0 40px;
  box-sizing: border-box;
}
.index-friend-swiper .swiper-button-prev,
.index-friend-swiper .swiper-button-next {
  width: 20px;
  height: 42px;
}
.index-friend-swiper .swiper-button-prev {
  left: 0;
  background: url(../images/icon/icon-soult-left.png) center no-repeat;
}
.index-friend-swiper .swiper-button-next {
  right: 0;
  background: url(../images/icon/icon-soult-right.png) center no-repeat;
}
.index-concat-us {
  padding: 60px 0;
  background: url(../images/concat/concat-bg.jpg) center no-repeat;
  background-size: cover;
}
.index-concat-us .default-title-title {
  color: #fff;
}
.index-concat-us-content {
  margin: 60px 0 0 -20px;
  overflow: hidden;
}
.index-concat-us-box {
  width: 20%;
  float: left;
}
.index-concat-us-item {
  margin: 0 0 20px 20px;
  text-align: center;
}
.index-concat-us-item a {
  font-size: 20px;
  color: #fff;
}
.index-concat-us-img {
  height: 60px;
  line-height: 60px;
  margin-bottom: 15px;
}
.footer-content {
  background: #2D2D2D;
  padding: 40px 0;
}
.footer-content .container {
  max-width: 1680px;
}
.footer-logo {
  padding-right: 15px;
  transform: scale(0.8);
}
.footer-list {
  margin-left: -100px;
}
.footer-list-item {
  margin-left: 90px;
}
.footer-list-item p {
  color: #fff;
  font-size: 1.8rem;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: solid 1px #505050;
}
.footer-list-item ul li {
  margin-bottom: 10px;
}
.footer-list-item ul li:last-child {
  margin: 0;
}
.footer-list-item ul li a {
  color: rgba(255, 255, 255, 0.5);
}
.footer-list-item ul li a:hover {
  color: #FF4242;
}
.footer-ewm {
  text-align: right;
}
.footer-ewm img {
  border-radius: 15px;
  transform: scale(0.8);
}
.footer-copyright {
  background: #292929;
  color: #b2b2b2;
  text-align: center;
  padding: 24px 10px;
}

.footer-copyright1 {
  background: #303030;
  color: #b2b2b2;
  text-align: left;
  padding: 24px 60px;
  font-size:1.0rem
}

.footer-copyright1 a {
  color: #b2b2b2;

}

.footer-beian{
  background: #292929;
  padding: 10px 0 10px 0;
  color: #b2b2b2;
  text-align:center;
}
.footer-beian a{
  color: #b2b2b2;
}

.nav-content {
  height: 280px;
  background: url(../images/concat/concat-bg.jpg) center no-repeat;
  background-size: cover;
}
.bre-nav {
  display: block;
  padding: 20px 0;
  background: #D0D0D0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.bre-nav .container {
  max-width: 1200px;
}
.bre-nav ul {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.bre-nav ul li {
  display: inline-block;
  position: relative;
  padding-right: 10px;
  margin-right: 10px;
}
.bre-nav ul li::before {
  content: ">";
  position: absolute;
  top: 0px;
  right: -10px;
}
.bre-nav ul li:last-child::before {
  display: none;
}
.bre-nav ul li a:hover {
  color: #FF4242;
}
.help-document {
  padding: 40px 0;
}
.help-document-type {
  margin-right: 80px;
  background: #F6F6F6;
  border: 1px solid rgba(17, 30, 44, 0.08);
}
.help-document-type p {
  color: #000;
  font-size: 2.2rem;
   /* background: #AF0206;
  text-align: center;*/
  padding: 15px 19px;
}
.help-document-type ul li a {
  display: block;
 /* text-align: center;*/
  padding: 10px 19px;
  background: #F6F6F6;
  color: #49586a;
  font-size: 1.4rem;
  border-bottom: solid 1px #E3E3E3;
}
.help-document-type ul li a:hover {
  color: #FF4242;
}

.help-document-content {
 border: 1px solid rgba(17, 30, 44, 0.08);
}

.help-document-content-title {
  border-bottom: solid 1px #D0D0D0;
}
.help-document-content-title span {
  display: inline-block;
  font-size: 2.4rem;
  color: #000;
  padding: 12px 0;
  position: relative;
}
.help-document-content-title span::before {
  content: "";
  width: 60px;
  height: 5px;
  background: #AF0206;
  position: absolute;
  bottom: -2px;
  left: 0;
}

.help-document-content-title span a {
  font-size: 1.6rem;
  position: relative;
  margin-right: 10px;
  padding-right: 10px;
  display: inline-block;
}
.help-document-content-title span a:hover {
  color: #FF4242;
}
.help-document-content-title span a::before {
  content: ">";
  position: absolute;
  top: 0;
  right: -10px;
}
.help-document-content-title span a:last-child::before {
  display: none;
}


.help-document-content-title b {
 font-size: 2.4rem;
color: #000;
padding: 12px 0;
float: right;
  
}


.help-document-content-title b a {
  font-size: 1.6rem;
  position: relative;
  margin-right: 10px;
  padding-right: 10px;
  display: inline-block;

}
.help-document-content-title b a:hover {
  color: #FF4242;
}

.help-document-content-title b a:last-child::before {
  display: none;
}
.help-document-box {
  margin: 40px 0 40px -40px;
}
.help-document-box2 ul {
  margin-left: 40px;
}
.help-document-box2 ul li {
  overflow: hidden;
}
.help-document-box2 ul li span {
  width: 86px;
  float: right;
  text-align: right;
}
.help-document-box2 ul li a {
  display: block;
  width: -webkit-calc(100% - 90px) !important;
  width: calc(100% - 90px) !important;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.help-document-item {
  display: block;
  background: #F1F1F1;
  margin: 0 0 40px 40px;
  text-align: center;
  padding: 70px 10px;
}
.help-document-item p {
  font-size: 4.2rem;
  color: #000;
  margin-bottom: 10px;
}
.help-document-item span {
  font-size: 1.8rem;
  color: #636363;
}
.product-list-content {
  padding: 40px 0;
  border-bottom: solid 1px #E8E8E8;
  margin-bottom: 40px;
  overflow: hidden;
}
.product-list-text {
  margin-right: 40px;
}
.product-list-title {
  color: #b3060a;
  font-size: 2.1rem;
}
.product-list-brief {
  margin: 20px 0;
  color: #2d2d2d;
  font-size: 1.6rem;
}
.product-list-link {
  display: block;
  width: 220px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  background: #B3060A;
  font-size: 2rem;
}
.product-list-detial {
  margin-bottom: 40px;
}
.product-list-box {
  border-top: solid 1px #E8E8E8;
  margin-bottom: 50px;
}
.product-list-item {
  padding: 30px 0;
  overflow: hidden;
  border-bottom: solid 1px #E8E8E8;
}
.product-list-item:hover .product-list-item-img img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.product-list-item-img {
  overflow: hidden;
}
.product-list-item-img img {
  -webkit-transition: 0.35s all;
  transition: 0.35s all;
}
.product-list-item-text {
  padding-left: 40px;
}
.product-list-item-text p {
  font-size: 1.8rem;
  margin-bottom: 20px;
}
.product-list-item-brief {
  line-height: 1.8;
}
.both-title {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #E3E3E3;
}
.both-title p {
  display: inline-block;
  color: #ff1616;
  font-size: 2.4rem;
}
.both-title span {
  color: #a0a0a0;
  margin-left: 10px;
  text-transform: uppercase;
}
.relevant-solutions {
  padding: 40px 0;
}
.relevant-solutions-item {
  display: block;
  overflow: hidden;
  padding: 20px 0;
  border-bottom: dashed 1px #DEDEDE;
}
.relevant-solutions-text {
  margin-left: 20px;
}
.relevant-solutions-text p {
  color: #010101;
  font-size: 1.8rem;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.relevant-solutions-brief {
  color: #717171;
  margin-top: 15px;
  line-height: 1.8;
}
.help-document-content ul li {
  display: block;
  overflow: hidden;
  border-bottom: dashed 1px #E3E3E3;
  padding: 0 10px 10px 10px;
  margin-bottom: 10px;
}
.help-document-content ul li .help-document-arrow {
  float: left;
  width: 20px;
}
.help-document-content ul li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: -webkit-calc(100% - 120px);
  width: calc(100% - 120px);
  float: left;
  color:#666;
}
.help-document-content ul li a:hover {
  color: #FF4242;
}
.help-document-content ul li .help-document-time {
  width: 100px;
  float: right;
  text-align: right;
  color: #666;
}
.concat-us .container {
  max-width: 1200px;
}
.concat-us-content {
  background: #F6F6F6;
  overflow: hidden;
  padding: 30px 80px 40px 80px;
  margin: 40px 0 60px 0;
}
.concat-us-address{
  
  padding-top: 50px;
}
.concat-us-address p {
  /*font-size: 3rem;
  color: #ad0000;
  padding: 30px 0;*/
}
.concat-us-address ul li {
  margin-bottom: 10px;
}
.concat-us-online {
  border-left: solid 1px #DFDFDF;
  padding: 0 0 0 60px;
}
.concat-us-online p {
  font-size: 3rem;
  color: #ad0000;
  padding: 30px 0;
}
.concat-us-item {
  padding-bottom: 20px;
  font-size: 1.6rem;
}
.concat-us-item input {
  width: 100%;
  height: 46px;
  color: #666;
  border-radius: 5px;
  border: solid 1px #A7A5A6;
  text-indent: 15px;
}
.concat-us-item textarea {
  width: 100%;
  border-radius: 5px;
  border: solid 1px #A7A5A6;
  padding: 15px;
  height: 160px;
 
}
.concat-us-btn {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #B60000;
  color: #fff;
  border-radius: 5px;
  border: none;
  font-size: 1.6rem;
}
.concat-us-map {
  margin-bottom: 40px;
}
.news .container {
  max-width: 1200px;
}
.news-content {
  margin: 40px 0;
  overflow: hidden;
}
.news-item {
  overflow: hidden;
  display: block;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: dashed 1px #AEAEAE;
}
.news-item-text {
  padding-left: 40px;
}
.news-item-text h6 {
  font-size: 1.8rem;
  color: #010101;
}
.news-item-text span {
  display: block;
  color: #989898;
  margin: 20px 0 30px 0;
}
.news-item-text .news-item-brief {
  line-height: 1.8;
  font-size: 1.6rem;
  color: #3a3a3a;
}
.news-add-more {
  text-align: center;
  margin-bottom: 80px;
  cursor: pointer;
}
.news-add-more span {
  width: 320px;
  height: 54px;
  text-align: center;
  line-height: 54px;
  border: solid 1px #D5D5D5;
  font-size: 1.6rem;
  color: #BCBCBC;
  display: inline-block;
}
.news-add-more span img {
  margin-left: 5px;
}
.search {
  margin: 40px 0;
  background: #F6F6F6;
  overflow: hidden;
  padding: 30px 60px;
}
.search .container {
  max-width: 1200px;
}
.search-content {
  overflow: hidden;
  margin-bottom: 20px;
}
.search-content:last-child {
  margin: 0;
}
.search-content span {
  width: 125px;
  float: left;
  line-height: 40px;
}
.search-content span i {
  font-style: normal;
}
.search-content .search-content-box {
  float: right;
  width: -webkit-calc(100% - 125px);
  width: calc(100% - 125px);
}
.search-content select {
  width: 30.6666%;
  float: left;
  height: 40px;
  border: solid 1px #A7A5A6;
  margin-right: 4%;
  box-sizing: border-box;
  border-radius: 5px;
  text-indent: 10px;
}
.search-content select:last-child {
  margin: 0;
}
.search-content-search {
  position: relative;
}
.search-content-search input {
  width: 100%;
  height: 40px;
  border: solid 1px #A7A5A6;
  box-sizing: border-box;
  border-radius: 5px;
  text-indent: 10px;
}
.search-content-search img {
  position: absolute;
  top: 8px;
  right: 5px;
  cursor: pointer;
}
.dowmload .container {
  max-width: 1200px;
}
.dowmload-content {
  margin-bottom: 80px;
}
.dowmload-content ul li {
  overflow: hidden;
  margin-bottom: 20px;
  padding-bottom: 20px;
  line-height: 40px;
  border-bottom: solid 1px #D0D0D0;
}
.dowmload-content ul li:hover a {
  color: #AF0808;
}
.dowmload-content ul .dowmload-arrow {
  font-size: 2rem;
  color: #af0808;
  float: left;
}
.dowmload-content ul .dowmload-name {
  display: block;
  float: left;
  width: -webkit-calc(100% - 210px);
  width: calc(100% - 210px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px;
  font-size: 1.6rem;
}
.dowmload-content ul .dowmload-num {
  display: block;
  float: left;
  width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dowmload-content ul .dowmload-link {
  display: block;
  float: right;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #AF0808;
  text-align: center;
  line-height: 40px;
}
.prodeuct-detial {
  padding: 60px 0;
}
.prodeuct-detial .container {
  max-width: 1200px;
}
.prodeuct-detial-text {
  margin-right: 120px;
}
.prodeuct-detial-title {
  font-size: 1.8rem;
  margin-right: 50px;
}
.prodeuct-detial-model {
  margin: 30px 0 20px 0;
  color: #9f0004;
  font-size: 1.8rem;
}
.prodeuct-detial-model span {
  color: #717171;
}
.prodeuct-detial-brief {
  color: #2d2d2d;
  font-size: 1.6rem;
  line-height: 1.8;
}
.prodeuct-detial-link {
  margin-top: 40px;
  display: block;
  width: 220px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  color: #fff;
  background: #B40202;
  font-size: 1.8rem;
}
.prodeuct-detial-img-bg {
  max-width: 500px;
  max-height: 300px;
}
.prodeuct-detial-img-sm {
  margin-top: 40px;
}
.prodeuct-detial-img-sm ul {
  overflow: hidden;
}
.prodeuct-detial-img-sm ul li {
  float: left;
  width: 90px;
  height: 70px;
  border: solid 1px #D7D7D7;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  position: relative;
  cursor: pointer;
}
.prodeuct-detial-img-sm ul li:last-child {
  margin: 0;
}
.prodeuct-detial-img-sm ul li img {
  width: 60px;
  height: 46px;
}
.prodeuct-detial-img-sm ul li.active {
  border-color: transparent;
}
.prodeuct-detial-img-sm ul li.active::before {
  content: "";
  width: 100%;
  height: 100%;
  border: solid 2px #FF3842;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
}
.prodeuct-detial-content {
  background: #F1F1F1;
  margin: 40px 0;
}
.prodeuct-detial-content ul {
  text-align: center;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
}
.prodeuct-detial-content ul li {
  display: inline-block;
  position: relative;
}
.prodeuct-detial-content ul li::before {
  content: "";
  width: 1px;
  height: 14px;
  border: dotted 1px #B9B9B9;
  position: absolute;
  top: 50%;
  right: -5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.prodeuct-detial-content ul li:first-child::after {
  content: "";
  width: 1px;
  height: 14px;
  border: dotted 1px #B9B9B9;
  position: absolute;
  top: 50%;
  left: -5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.prodeuct-detial-content ul li a {
  display: block;
  width: 170px;
  height: 66px;
  text-align: center;
  line-height: 66px;
  font-size: 1.6rem;
  border: solid 1px transparent;
  margin: 0 5px;
  box-sizing: border-box;
  position: relative;
}
.prodeuct-detial-content ul li a:hover {
  color: #FF7B7B;
}
.prodeuct-detial-content ul li.active a {
  background: #fff;
  color: #b40202;
  border: solid 1px #FF7B7B;
}
.prodeuct-detial-content ul li.active a::before {
  display: block;
  content: "";
  width: 5px;
  height: 5px;
  border-bottom: solid 1px #FF7B7B;
  border-right: solid 1px #FF7B7B;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  bottom: -4px;
  left: 50%;
  margin-left: -2px;
}
.prodeuct-detial-content ul li.active a::after {
  display: block;
  content: "";
  width: 5px;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 50%;
  background: #fff;
  margin-left: -2px;
}
.prodeuct-detial-box {
  
}
.prodeuct-detial-box h1{
 text-align: center;
    padding: 50px;
    border-bottom: 1px #e8e8e8 solid;
    margin-bottom: 50px;
  margin-top: 50px;
  background: #F1F1F1;
}

.prodeuct-detial-box h2{
 text-align: center;
    padding: 50px;
    border-bottom: 1px #e8e8e8 solid;
    margin-bottom: 50px;
  margin-top: 50px;
  background: #F1F1F1;
}

.prodeuct-detial-box.active {
  display: block;
}
.problem-feedback {
  background: #E53030;
  padding: 30px 0;
  text-align: center;
}
.problem-feedback a {
  display: block;
  width: 250px;
  height: 70px;
  line-height: 64px;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  border: solid 3px #fff;
  border-radius: 5px;
  margin: 0 auto;
}
.problem-feedback a:hover {
  color: #E53030;
  background: #fff;
}
.related-products {
  margin-left: -30px;
}
.related-products-item {
  display: block;
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.08);
  margin-left: 30px;
}
.related-products-item .index-product-item-img {
  height: initial;
  padding: 15px 10px;
}
.plan-detial {
  padding: 60px 0;
}
.plan-detial-title {
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 10px;
  font-size: 2.4rem;
}
.plan-detial-source,
.document-detial-source {
  margin: 30px 0;
  border: solid 1px #EDEDED;
  padding: 15px 0;
  text-align: center;
}
.plan-detial-source ul,
.document-detial-source ul {
  overflow: hidden;
}
.plan-detial-source ul li,
.document-detial-source ul li {
  display: inline-block;
  margin: 0 20px;
  color: #5B5B5B;
  border: none;
  padding: 0;
}
.plan-detial-source ul li span,
.document-detial-source ul li span {
  margin-left: 10px;
}
.plan-detial-paging,
.document-detial-paging {
  margin-top: 30px;
  border-top: solid 1px #EDEDED;
  padding-top: 30px;
  overflow: hidden;
}
.plan-detial-paging a,
.document-detial-paging a {
  display: block;
  max-width: 90%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top:10px;
}
.plan-detial-paging a span,
.document-detial-paging a span {
  margin-left: 8px;
}
.plan-detial-paging .plan-detial-paging-next,
.document-detial-paging .plan-detial-paging-next,
.plan-detial-paging .document-detial-paging-next,
.document-detial-paging .document-detial-paging-next {
  /*float: right;*/
}
.document-detial-title {
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 10px;
  font-size: 2.4rem;
  color: #E53030;
}
.apply-for {
  text-align: center;
  margin-bottom: 40px;
}
.apply-for p {
  color: #B60000;
  font-size: 2.8rem;
  margin-bottom: 10px;
}
.apply-for-brief {
  padding-right: 40px;
}
.apply-for-brief .apply-for-brief-text {
  color: #040404;
  font-size: 1.6rem;
  line-height: 1.8;
}
.apply-for-brief ul li span {
  font-size: 2.4rem;
  position: relative;
  top: 3px;
  margin-right: 10px;
  color: #000;
}
.apply-for-brief .apply-for-brie-title {
  color: #B60000;
  font-size: 2.8rem;
}


.plan-detial-content{

  line-height: 33px;

}

/*新增模块*/

.container100{
	width: 100%;
}
.hui{
	background-color: #f1f1f1;
}
.hei{
	background-color: #000;
}
.ptb{
	padding:90px 0;
}
.mtf{
	margin-top: -50px;
}


/*侧边栏*/

.sliderbar {
    width: 60px;
    position: fixed;
    z-index: 100;
    top: 40%;
    margin-top: -100px;
    right: 10px;
}

.sliderbar-item {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    display: block;
    background-color: #ca1e1c;
    filter: alpha(opacity=25);
    -moz-opacity: 0.25;
    opacity: 0.75;
    cursor: pointer;
}

.sliderbar-item.active {
    background-color: #000000;

    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

.sliderbar-up {
    position: fixed;
    z-index: 100;

    right: 10px;
    bottom: 20px;
    width: 60px;
    height: 60px;

    cursor: pointer;

    display: none;
}

.sliderbar-up img {
    position: absolute;

    top: 18px;
    left: 14px;
}

.sliderbar-qq {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;

    cursor: pointer;
}

.sliderbar-qq img {
    position: absolute;
    width: 45%;
    top: 16px;
    left: 16px;
}

.sliderbar-qq p {
    font-size: 12px;
    color: white;
    text-align: center;
    margin: 0;

    position: absolute;
    left: 0;
    right: 0;
    bottom: 2px;
}

.sliderbar-phone {
    position: absolute;
    left: 0;
    top: 70px;
    width: 60px;
    height: 60px;

    cursor: pointer;
}

.sliderbar-phone img {
    position: absolute;
    width: 45%;
    top: 16px;
    left: 16px;
}

.sliderbar-phone-show {
    position: absolute;
    width: 220px;
    height: 200px;
    top: 70px;
    left: -235px;
    background-color: #000000;
    line-height: 50px;
    text-align: center;
    color: white;

    display: none;
}
.sliderbar-top {
    position: absolute;
    left: 0;
    top: 70px;
    width: 60px;
    height: 60px;

    cursor: pointer;
}
.sliderbar-top img {
    position: absolute;
    width: 45%;
    top: 16px;
    left: 16px;
}
#goTop {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    display: block;
    background-color: black;
    filter: alpha(opacity=25);
    -moz-opacity: 0.25;
    opacity: 0.25;
    cursor: pointer;
}

#goTop:hover {
    background-color: #646464;

    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

#goCart, #goChat, #goTop, #feedback {
    background-image: url('../images/top.png') !important;
    background-repeat: no-repeat;
    background-position: 50% center;
}

.sliderbar-qrcode {
    position: absolute;
    left: 0;
    top: 140px;
    width: 60px;
    height: 60px;

    cursor: pointer;
}

.sliderbar-qrcode img {
    position: absolute;
    width: 45%;
    top: 16px;
    left: 16px;
}

.sliderbar-qrcode p {
    font-size: 12px;
    color: white;
    text-align: center;
    margin: 0;

    position: absolute;
    left: 0;
    right: 0;
    bottom: 2px;
}

.sliderbar-qrcode-show {
    position: absolute;
    width: 180px;
    height: 180px;
    left: -196px;
    background-color: #fafafa;
    text-align: center;
    color: #a7a7a7;
    display: none;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
}

.sliderbar-qrcode-show img {
    width: 100%;
    height: auto;
    width: 180px;
    height: 180px;
}

.sliderbar-qrcode-person {
    position: absolute;
    left: 0;
    top: 140px;
    width: 60px;
    height: 60px;
    cursor: pointer;
}

.sliderbar-qrcode-person img {
    position: absolute;
    width: 45%;
    top: 16px;
    left: 16px;
}

.sliderbar-qrcode-person p {
    font-size: 12px;
    color: white;
    text-align: center;
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2px;
}

.sliderbar-qrcode-person-show {
    position: absolute;
    width: 200px;
    height: 230px;
    bottom: 0;
    left: -215px;
    border: 1px solid #a7a7a7;
    background-color: white;
    text-align: center;
    color: #a7a7a7;
    display: none;
}

.sliderbar-qrcode-person-show img {
    width: 100%;
    height: auto;
    width: 180px;
    height: 180px;
}

/*侧边栏*/

/*新闻导航栏*/

.m2menuBox {
    line-height: 55px;
    height: 55px;
    margin-top: -55px;
    position: relative;
    z-index: 2;
    background: rgba(0,0,0,0.56);
    text-align: center;
    font-size: 0px;
}
.m2menu_a.on, .m2menu_a:hover {
    color: #FFF;
    background:#EB0000;
}

.m2menu_a {
    color: #FFF;
    padding: 0px 25px;
    margin-left: -1px;
    border-right: 1px solid #585858;
    border-left: 1px solid #585858;
    display: inline-block;
    height: 55px;
    font-size: 15px;
    line-height: 55px;
}

@media (max-width: 767px){
	
	.m2menuBox {
    line-height: 36px;
    margin-bottom: 8px;
}
	
}

@media (max-width: 991px){
	
	.m2menuBox {
    margin-top: 25px;
    height: auto;
    margin-bottom: 15px;
    background: none;
}
}

@media (max-width: 767px){
	
	.m2menu_a{
    line-height: 36px;
    height: 36px;
    margin-bottom: 0px;
}
}


@media (max-width: 991px){
	
	.m2menu_a {
    border: none;
    color: #333;
    margin-left: 2px;
    margin-right: 2px;
    padding: 0 15px;
    line-height: 44px;
    height: 44px;
    margin-bottom: 10px;
}
}

