@charset "UTF-8";
/*header start*/
#menuWap {
  display: none;
}

.layui-layer-content {
  height: calc(100% - 43px);
}

.layui-layer-content iframe {
  height: 100% !important;
}

.logo {
  width: 30%;
  float: left;
  padding-top: 18px;
  box-sizing: border-box;
  background: #FFF;
  height: 110px;
}

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

.shareto a {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: #D51725;
  background: #FFF;
  text-align: center;
  line-height: 24px;
}

.header {
  background: url("../images/h-bg.jpg") no-repeat 100% 50%;
}

.h-right {
  width: 70%;
  float: right;
  background: #313131;
  position: relative;
  box-sizing: border-box;
}

.h-right:before {
  content: '';
  position: absolute;
  right: 0%;
  width: 50%;
  background: #313131;
}

.h-right:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 110px 85px 0 0;
  border-color: #fff transparent transparent transparent;
}

.h-right .h-top {
  height: 50px;
  background: #D51725;
}

.h-right .shareto {
  padding-top: 12px;
  text-align: right;
  float: right;
}

.h-right .shareto a {
  margin-left: 12px;
}

.h-right .shareto a:hover {
  background: #313131;
}
.pc-nav ul{
	position: relative;
	z-index: 33;
}
.pc-nav li:hover .erji{
	opacity: 1;
	visibility: visible;
	top: 100%;
}
.pc-nav .erji{
	position: absolute;
	left: 0;
	width: 100%;
	transition: all 0.3s;
	padding: 10px 0;
	opacity: 0;
	visibility: hidden;
	z-index: 33;
	background-color: rgba(0,0,0,0.5);
	top: 105%;
	min-width: 220px;
}
.pc-nav .erji dd{
	padding: 10px;
	text-align: left;
	line-height: 1;
}
.pc-nav .erji dd a{
	color: #fff;
	line-height: 1;
	font-weight: 400 !important;
	font-size: 16px;
}
.pc-nav .erji dd a:hover{
	text-decoration: underline;
}
.pc-nav {
  text-align: right;
  position: relative;
  padding-right: 50px;
}

.pc-nav li {
  display: inline-block;
  font-size: 16px;
  padding: 0 3%;
  position: relative;
}

.pc-nav li.act a {
  font-weight: 800;
}

.pc-nav li:nth-last-child(1) {
  padding-right: 0;
}

.pc-nav li a {
  color: #FFF;
  display: block;
  text-transform: uppercase;
  line-height: 60px;
}

.pc-nav .h-ss {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.pro-class dl {
    padding: 12px 26px 0;
    display: none;
}
.pro-class li.hover dl {
  display: block!important;
}

.pro-class dl dd a{
        color: #626262;
    font-size: 14px;
    position: relative;
    padding-left: 22px;
    display: block;
    line-height: 26px;
}
/*header end*/
/*footer start*/
.footer {
  color: #BFBFBF;
  font-weight: 300;
  background: #535353;
}

.footer a {
  color: #BFBFBF;
}

.footer .footer-box {
  padding: 60px 0;
  border-bottom: 1px solid #7D7D7D;
}

.f-logo span {
  display: block;
}
/*.f-logo span b{
  color: #D51725;
}*/

.f-left {
  float: left;
  width: 25%;
}

.f-left .shareto {
  margin: 30px 0 20px;
}

.f-left .shareto a {
  background-color: #CCCCCC;
  color: #535353;
  margin-right: 16px;
}

.f-left .shareto a:hover {
  background-color: #D51725;
}

.f-lx p {
  margin-bottom: 12px;
}

.f-right {
  float: right;
  width: 70%;
}

.f-right h3 {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 35px;
  position: relative;
}

.f-right h3:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #D51725;
  left: -17px;
  top: 50%;
  margin-top: -5px;
}

.f-right h3 a:hover {
  color: #FFF;
}

.f-right dd {
  font-size: 14px;
  margin-bottom: 12px;
}

.f-right dd a:hover {
  color: #FFF;
  text-decoration: underline;
}

.f-right li {
  float: left;
  width: 25.83%;
  padding-right: 6.5%;
}

.f-right li:nth-of-type(1) {
  width: 15%;
}

.f-right li:nth-last-of-type(1) {
  padding-right: 0;
  width: 10%;
}

.foot-copy {
  text-align: center;
  font-size: 16px;
  line-height: 1;
  padding: 16px 0;
}

/*footer end*/
/*轮播图start*/
.banner {
  max-width: 1920px;
  margin: 0 auto 0;
  width: 100%;
  background: #FFFFFF;
}

.banner .swiper-slide {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.banner .swiper-slide .video-box {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}

.banner .swiper-slide .video-box video {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.banner .bg-box {
  position: relative;
  z-index: 1;
}

.banner .bg-box img {
  width: 100%;
  height: auto;
}

.banner .wap-box {
  display: none;
}

.banner .wap-box img {
  width: 100%;
  height: auto;
}

.banner .swiper-pagination-bullet {
  width: 95px;
  height: 8px;
  background: #FFFFFF;
  opacity: 0.5;
  border-radius: inherit;
  border-radius: 5px;
  transition: all 0.6s;
}

.banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 12px;
}

.banner .swiper-pagination-bullet-active {
  opacity: 1;
}

.banner .swiper-container-horizontal > .swiper-pagination-bullets,
.banner .swiper-pagination-custom,
.banner .swiper-pagination-fraction {
  bottom: 20px;
}

.swiper-slide .banner-content {
  transform: translateY(-200px);
  opacity: 0;
  transition: all .6s;
}

.ani-slide .banner-content {
  transform: translateY(0);
  opacity: 1;
}

/*轮播图end*/
.inner-banner .ib-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 300px;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
}

.inner-banner .ib-inner .ib-tit {
  text-align: center;
}

.inner-banner .ib-inner .ib-tit h4 {
  display: inline-block;
  font-size: 40px;
  color: #FFFFFF;
  text-shadow: 1px 1px 10px #000000;
  font-weight: normal;
  position: relative;
}

.inner-banner .ib-inner .ib-tit h4:after {
  content: '';
  width: 69px;
  height: 10px;
  background: url(../images/inner-banner-tit-l.png) no-repeat center;
  position: absolute;
  left: -100px;
  top: 50%;
  margin-top: -5px;
}

.inner-banner .ib-inner .ib-tit h4:before {
  content: '';
  width: 69px;
  height: 10px;
  background: url(../images/inner-banner-tit-r.png) no-repeat center;
  position: absolute;
  right: -100px;
  top: 50%;
  margin-top: -5px;
}

.crumbs-box {
  padding: 20px 0;
}

.crumbs-box a {
  color: #434343;
  display: inline-block;
  transition: all 0.4s;
}

.crumbs-box a:hover {
  color: #B24249;
}

.crumbs-box i {
  display: inline-block;
  padding: 0 5px;
  color: #434343;
}

.crumbs-box span {
  color: #434343;
}

/*公共样式定义 start*/
/*例如,统一间距,统一字体,统一大小写,统一最大距离*/
.m-width-1440 {
  max-width: 1440px;
  margin: 0 auto;
}

/*置顶按钮 start*/
#toTop {
  width: 40px;
  height: 40px;
  left: 20px;
  bottom: 20px;
  position: fixed;
  z-index: 999;
  background: #b24249;
}

/*置顶按钮 end*/
/*分页 start*/
.page-box {
  padding: 50px 0;
  text-align: center;
}

.page-box .page-inner {
  display: flex;
  justify-content: center;
}

.page-box .page-inner a {
  font-weight: bold;
  display: inline-flex;
  font-size: 14px;
  color: #D51725;
  margin: 0 5px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  justify-content: center;
  background: transparent;
  border: 1px solid #D51725;
  border-radius: 50%;
  font-size: 20px;
  font-weight: bold;
}

.page-box .page-inner .current {
  font-weight: bold;
  display: inline-flex;
  font-size: 14px;
  color: #fff;
  margin: 0 5px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  justify-content: center;
  background: #D51725;
  font-size: 20px;
  font-weight: bold;
}

.page-box .page-inner .page-list {
  display: flex;
}

.page-box .page-inner .page-list a.act,
.page-box .page-inner .page-list a:hover {
  color: #295a83;
  transition: all 0.4s;
}

.page-box .page-inner a.prev {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
}

.page-box .page-inner a.next {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
}

.page-box .page-inner a.prev.no-drop,
.page-box .page-inner a.next.no-drop {
  cursor: no-drop;
  opacity: 0.5;
}

.page-box .page-inner .page-list .current.act,
.page-box .page-inner .page-list .current:hover {
  color: #295a83;
  transition: all 0.4s;
}

.page-box .page-inner .current.prev {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
}

.page-box .page-inner .current.next {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
}

.page-box .page-inner .current.prev.no-drop,
.page-box .page-inner .current.next.no-drop {
  cursor: no-drop;
  opacity: 0.5;
}

/*分页 end*/
/*公共样式定义 end*/
.title {
  line-height: 1;
  margin: 70px 0 45px;
}

.title h2 {
  font-size: 30px;
  font-weight: bold;
  color: #313131;
  text-transform: uppercase;
  background: url("../images/ttbg.png") no-repeat;
  padding: 8px 0 0 52px;
}

.title span {
  color: #000;
  font-size: 14px;
	letter-spacing: 2px;
  padding-top: 3px;
  display: block;
}
.title span b{ 
  color: #D51725;
}

.title.flex {
  display: flex;
  align-items: flex-end;
}

.title.flex .t-tt {
  padding-left: 16px;
  font-size: 16px;
  color: #888888;
}

.index-product-grid .swiper-slide {
  padding-bottom: 140px;
}

.index-product-grid .swiper-slide:hover .p-bg, .index-product-grid .swiper-slide.act .p-bg {
  background: #D51725;
}

.index-product-grid .p-bg {
  background: url("../images/ipbg.jpg");
  height: 350px;
  width: 100%;
  top: 0;
  z-index: 1;
  border-radius: 20px;
  transition: all 0.4s;
}

.index-product-grid .p-item {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  text-align: center;
}

.index-product-grid .p-item .text {
  position: relative;
  z-index: 2;
}

.index-product-grid .p-item .text-p {
  display: none;
  color: #FFF;
}

.index-product-grid .p-item .text-p p {
  font-size: 16px;
  line-height: 24px;
  height: 48px;
  padding: 0 5%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.index-product-grid .p-item .see-more {
  display: inline-block;
  width: 22px;
  height: 30px;
  background: url("../images/promore.png") no-repeat;
}

.index-product-grid .p-item h3 {
  padding: 25px 0 12px;
  font-weight: bold;
  font-size: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index-product-grid .p-item h3 a {
  color: #FFF;
}

.index-product-grid .imgshow {
  position: relative;
  z-index: 2;
}

.index-product-grid .imgshow img {
  width: 100%;
}

.index-about-grid .title {
  margin-bottom: 16px;
}

.index-about-grid .about-con {
  color: #FFF;
  background: url("../images/ind-about-l.jpg") no-repeat 0 50%;
  background-size: 1044px auto;
  position: relative;
}

.index-about-grid .about-con .text {
  padding: 104px 0 104px;
}

.index-about-grid .about-con .text .t-con {
  width: 40%;
}

.index-about-grid .about-con .text .m-arrow {
  display: inline-block;
  margin-top: 15px;
}

.index-about-grid .about-con .text-p {
  font-size: 14px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.index-about-grid .about-con .imgshow {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 54%;
}

.index-about-grid .about-con .imgshow img {
  width: 100%;
}

.index-about-grid .about-con .imgshow .r-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20%;
  right: 20%;
}

.index-about-grid .about-con .imgshow .r-text img {
  width: auto;
}

.ia-tt {
  margin-bottom: 25px;
}

.ia-tt .sub-tt {
  font-size: 24px;
  font-weight: 600;
}

.ia-tt h3 {
  font-size: 36px;
  font-weight: 600;
  text-transform: uppercase;
}

.index-about-list {
  padding: 140px 0 40px;
}

.index-about-list li {
  text-align: center;
  float: left;
  width: 25%;
  box-sizing: border-box;
  padding: 0 1.5%;
}

.index-about-list h3 {
  font-size: 20px;
  font-weight: bold;
  color: #313131;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index-about-list p {
  color: #7D7D7D;
  font-size: 14px;
}

.index-about-list .icon {
  display: inline-block;
  margin-bottom: 10px;
  height: 105px;
}

.app-swiper {
  position: relative;
}

.app-swiper .swiper-slide {
  width: 20%;
}

.app-swiper .swiper-slide .imgshow img {
  width: 100%;
}

.app-swiper .swiper-slide:hover .s-tt {
  opacity: 0;
}

.app-swiper .swiper-slide:hover .h-text {
  opacity: 1;
  visibility: visible;
  top: 0;
}

.app-swiper .s-tt {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  padding: 20px;
  transition: all 0.5s;
  font-size: 18px;
  font-weight: 500;
}

.app-swiper .s-tt a {
  color: #FFF;
}

.app-swiper .h-text {
  position: absolute;
  left: 0;
  top: 10%;
  width: 100%;
  height: 100%;
  background: rgba(213, 23, 37, 0.8);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.app-swiper .text-p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #FFF;
  box-sizing: border-box;
  padding: 50px;
}

.app-swiper .text-p h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 8px;
}

.app-swiper .text-p h3 a {
  color: #FFF;
}

.app-swiper .text-p p {
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}

.app-swiper .text-p .see-more {
  background: #FFF;
  display: inline-block;
  color: #D51725;
  line-height: 1;
  padding: 15px 35px;
  font-size: 18px;
  font-weight: bold;
  margin-top: 26px;
}

.app-swiper .swiper-button-next,
.app-swiper .swiper-button-prev {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  box-shadow: 0px 2px 9px 1px rgba(67, 67, 67, 0.5);
  background-image: none;
  color: #FFF;
  background-color: #313131;
  text-align: center;
  line-height: 64px;
  transition: all 0.4s;
}

.app-swiper .swiper-button-next .iconfont,
.app-swiper .swiper-button-prev .iconfont {
  font-size: 18px;
}

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

.app-swiper .swiper-button-next {
  right: 12.5%;
}

.app-swiper .swiper-button-prev {
  left: 12.5%;
}

.index-case-grid {
  margin-top: 140px;
}

.index-case-grid .imgshow {
  float: left;
  width: 50%;
}

.index-case-grid .title{
	margin: 0px 0 45px;
}

.index-case-grid .imgshow img {
  width: 100%;
}

.index-case-grid .text {
  float: right;
  width: 50%;
  background: url("../images/index-c-bg.png") no-repeat;
  background-size: cover;
  box-sizing: border-box;
  padding: 0 5%;
}

.index-case-grid .text h3 {
  font-size: 24px;
  color: #313131;
  font-weight: 500;
}

.index-case-grid .text .line {
  width: 41px;
  height: 5px;
  background: #D51725;
  margin: 10px 0 18px;
}

.index-case-grid .text .text-p {
  color: #626262;
  font-size: 16px;
}

.index-case-grid .swiper-slide img {
  width: 100%;
}

.index-case-grid .case-top {
  overflow: hidden;
}

.index-case-grid .gallery-thumbs {
  margin-left: 30%;
  margin-top: -95px;
}

.index-case-grid .gallery-thumbs .swiper-slide {
  box-sizing: border-box;
  border: 2px solid transparent;
}

.index-case-grid .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
  border-color: #D51725;
}

.index-news-grid {
  margin: 150px 0 130px;
}

.news-contact {
  background: url("../images/index-newsbg.png") no-repeat;
  background-size: cover;
  text-align: center;
  color: #FFF;
  padding: 90px 0 130px;
}

.news-contact h2 {
  font-size: 36px;
}

.news-contact .sub-tt {
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  margin: 20px auto 30px;
  max-width: 700px;
}

.news-contact .see-more {
  display: inline-block;
  color: #FFF;
  background-color: #D51725;
  line-height: 1;
  padding: 14px 28px;
  border-radius: 10px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
}

.news-cont {
  margin-top: -83px;
  padding-top: 1px;
}

.news-cont .news-tt {
  position: relative;
}

.news-cont .news-tt .news-page {
  position: absolute;
  right: 0;
  top: 10px;
  height: 50px;
  width: 100px;
}

.news-cont .news-tt .news-page:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1px;
  height: 12px;
  background: #D5D5D5;
  margin-top: -6px;
}

.news-cont .news-tt .swiper-button-next,
.news-cont .news-tt .swiper-button-prev {
  background-image: none;
  width: 50px;
  height: 50px;
  color: #444444;
  text-align: center;
  top: 0;
  margin-top: 0;
  line-height: 50px;
}

.news-cont .news-tt .swiper-button-next {
  right: 0;
}

.news-cont .news-tt .swiper-button-prev {
  left: 0;
}

.news-cont .swiper-slide {
  height: 170px;
  border-bottom: 1px dashed #E4E4E4;
  display: flex;
  align-items: center;
  transition: all 0.5s;
}

.news-cont .swiper-slide:hover {
  box-shadow: 0px 1px 18px 3px rgba(54, 54, 54, 0.1);
}

.news-cont .swiper-slide:hover .see-more {
  background-color: #D51725;
  color: #FFF;
  border-color: #D51725;
}

.news-cont .title {
  padding: 15px 25px;
  margin: 0;
}

.news-cont .m-width-1440 {
  background-color: #eee;
}

.news-cont .news-list .swiper-container {
  padding: 15px 0 0;
  height: 340px;
}

.news-cont .n-item {
  padding: 0px 12% 0px 6%;
  position: relative;
}

.news-cont .n-item .date {
  /*line-height: 1;*/
  /*text-align: center;*/
  /*position: absolute;*/
  /*top: 50%;*/
  /*left: 0;*/
  /*transform: translateY(-50%);*/
  /*width: 15%;*/
  display: none;
}

.news-cont .n-item .date em {
  font-size: 32px;
  color: #313131;
  font-weight: bold;
  display: block;
}

.news-cont .n-item .date span {
  color: #8B8B8B;
  font-size: 16px;
  font-weight: 300;
}

.news-cont .n-item h3 {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 10px;
}

.news-cont .n-item h3 a {
  color: #434343;
}

.news-cont .n-item .text-p {
  color: #999;
  font-size: 16px;
  line-height: 22px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-cont .n-item .right-btn {
  position: absolute;
  right: 0;
  top: 50%;
  width: 12%;
  margin-top: -20px;
  text-align: center;
}

.news-cont .n-item .see-more {
  width: 40px;
  height: 40px;
  border: 1px solid #7D7D7D;
  color: #626262;
  display: inline-block;
  border-radius: 50%;
  font-size: 24px;
  text-align: center;
  line-height: 38px;
}

.banner-ny {
  position: relative;
}

.banner-ny .b-tt {
  font-size: 60px;
  color: #FFF;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-weight: bold;
  text-align: center;
  width: 100%;
  text-transform: capitalize;
}

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

.cont-subtt {
  text-align: center;
  padding: 0 5%;
  margin-bottom: 60px;
}

.cont-subtt h2 {
  font-size: 36px;
  font-weight: bold;
  color: #434343;
}

.cont-subtt .line {
  width: 36px;
  height: 5px;
  background-color: #D51725;
  display: inline-block;
  margin-bottom: 8px;
}

.cont-subtt .text {
  font-size: 18px;
  color: #626262;
}

.content-left {
  float: left;
  width: 21%;
}

.pro-class {
  border: 1px solid #EAEAEA;
}

.pro-class .class-tt {
  background-color: #F6F6F6;
  font-size: 24px;
  color: #434343;
  font-weight: 600;
  padding: 16px 25px;
}

.pro-class .class-tt h3 {
  background: url("../images/ttbg.png") no-repeat 0 50%;
  height: 34px;
  padding-left: 56px;
}

.pro-class li {
  padding: 22px 25px;
  line-height: 1;
  border-bottom: 1px solid #EAEAEA;
}

.pro-class li a {
  color: #626262;
  font-size: 18px;
  position: relative;
  padding-left: 22px;
  display: block;
}

.pro-class li a:hover {
  color: #D51725;
  text-decoration: underline;
}

.pro-class li a:hover:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 4px;
  border-color: transparent transparent transparent #D51725;
}

.pro-class li a:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 0;
  transform: translateY(-50%);
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 4px;
  border-color: transparent transparent transparent #4B4B4B;
}

.content-right {
  float: right;
  width: 78%;
}

.content-product .product-list li {
  width: 25%;
  padding: 0 11px;
  margin-bottom: 55px;
}

.product-list ul {
  margin: 0 -11px;
}

.product-list li {
  float: left;
  box-sizing: border-box;
}

.product-list li:hover h3 {
  background: #434343;
}

.product-list li:hover h3 a {
  color: #FFF;
}

.product-list li:hover .imgshow a:after {
  transform: scale(1);
}

.product-list .p-item {
  border: 1px solid #EAEAEA;
}

.product-list .imgshow {
  text-align: center;
}

.product-list .imgshow img {
  max-width: 100%;
}

.product-list .imgshow a {
  position: relative;
  display: block;
}

.product-list .imgshow a:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(67, 67, 67, 0.3);
  transition: all 0.4s;
  transform: scale(0);
}

.product-list h3 {
  background: #F6F6F6;
  height: 46px;
  line-height: 46px;
  text-align: center;
  padding: 0 10px;
}

.product-list h3 a {
  display: block;
  font-weight: 600;
  font-size: 18px;
  color: #434343;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.prodis-cont .text {
  float: right;
  width: 52%;
}

.prodis-cont .text h3 {
  font-size: 26px;
  font-weight: bold;
  color: #333;
  margin-top: 30px;
}

.prodis-cont .text-p {
  margin: 100px 0;
  font-size: 16px;
  color: #BAB8B8;
  line-height: 2;
}

.prodis-cont .shareto label {
  font-size: 18px;
  color: #434343;
  font-weight: bold;
  margin-right: 40px;
}

.prodis-cont .shareto a {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #CCCCCC;
  color: #FFF;
  margin-right: 20px;
  text-align: center;
  line-height: 34px;
}

.prodis-cont .shareto a:hover {
  background-color: #D51725;
}

.prodis-cont .shareto a .iconfont {
  font-size: 18px;
}

.prodis-swiper {
  float: left;
  width: 45%;
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
}

.prodis-swiper .swiper-slide img {
  width: 100%;
}

.prodis-swiper .gallery-thumbs2 {
  margin: 10px;
}

.prodis-swiper .gallery-thumbs2 .swiper-slide {
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
}

.prodis-swiper .gallery-thumbs2 .swiper-slide.swiper-slide-thumb-active {
  border-color: #D51725;
}

.links {
  margin-top: 45px;
}

.links li {
  float: left;
  width: 32%;
  margin-right: 2%;
}

.links li:nth-child(3) {
  margin-right: 0;
}

.links a {
  border: 1px solid #D51725;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  width: 100%;
  color: #D51725;
}

.links a img {
  margin-right: 14px;
}

.links a .h-img {
  display: none;
}

.links a:hover {
  background-color: #D51725;
  color: #FFF;
}

.links a:hover img {
  display: none;
}

.links a:hover .h-img {
  display: inline-block;
}

.prodis-tab-box {
  background: url("../images/prodisbg.png") no-repeat 50% 0;
  padding-top: 120px;
  padding-bottom: 1px;
}

.prodis-tab-box .tab-item {
  margin: 0 0 75px 50px;
}

.tab-item a {
  line-height: 30px;
  padding: 0 55px;
  position: relative;
  text-transform: capitalize;
  color: #FFF;
  font-size: 24px;
  font-weight: bold;
}

.tab-item a .h-img {
  display: none;
}

.tab-item a:hover {
  color: #D51725;
}

.tab-item a:hover .h-img {
  display: inline-block;
}

.tab-item a:hover img {
  display: none;
}

.tab-item a img {
  margin-right: 25px;
  vertical-align: middle;
}

.tab-item a:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 24px;
  margin-top: -12px;
  background: rgba(255, 255, 255, 0.3);
}

.tab-text {
  background: #FFF;
  padding: 60px 80px 0;
}

.tab-tt {
  margin-bottom: 60px;
}

.tab-tt h3 {
  font-size: 24px;
  font-weight: bold;
  color: #080808;
  line-height: 1;
  padding-left: 40px;
  border-left: 4px solid #D51725;
  text-transform: capitalize;
}

.my-table table {
  width: 100%;
}

.my-table table td {
  padding: 12px 88px;
  border-bottom: 1px solid #EEEEEE;
}

.tab-block {
  margin-bottom: 115px;
}

.tab-block .t-text {
  padding: 0 88px;
  font-size: 16px;
  color: #434343;
  line-height: 1.875;
}

.tab-block h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
}

.re-tt {
  margin-bottom: 70px;
}

.re-tt h2 {
  font-size: 36px;
  color: #000;
  font-weight: bold;
  text-align: center;
}

.related-block .case-list {
  padding: 0 70px;
}

.related-block .case-list ul {
  margin: 0 -10px;
}

.related-block .case-list li {
  width: 25%;
  padding: 0 10px;
}

.case-list li {
  float: left;
  box-sizing: border-box;
}

.case-list li:hover .c-item {
  border-color: #D51725;
}

.case-list li:hover h3 {
  background-color: #D51725;
}

.case-list li:hover h3 a {
  color: #FFF;
}

.case-list li:hover .imgshow:after {
  transform: scale(1);
}

.case-list .c-item {
  background: #F8F8F8;
  border: 2px solid transparent;
}

.case-list .imgshow {
  width: 100%;
  position: relative;
}

.case-list .imgshow img {
  width: 100%;
}

.case-list .imgshow:after {
  content: '';
  position: absolute;
  width: 50px;
  height: 50px;
  background: url("../images/add.png") no-repeat;
  left: 50%;
  top: 50%;
  margin: -25px 0 0 -25px;
  transform: scale(0);
  transition: all 0.4s;
}

.case-list h3 {
  margin-top: 3px;
  font-weight: normal;
  text-align: center;
  line-height: 1;
  padding: 20px;
}

.case-list h3 a {
  color: #434343;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.msg-grid {
  margin-top: 80px;
  background-color: #F8F8F8;
  padding: 75px 0 140px;
}

.msg-grid .msg-tt {
  font-size: 36px;
  text-transform: uppercase;
  color: #000;
  text-align: center;
  border-bottom: 1px solid #000;
  padding-bottom: 40px;
  margin-bottom: 20px;
}

.news-tab {
  text-align: center;
  margin: 40px 0 55px;
}

.news-tab a {
  color: #434343;
  font-size: 18px;
  padding: 12px 0;
  text-align: center;
  display: inline-block;
  width: 20%;
  margin: 0 5%;
}

.news-tab a.act {
  background: #D51725;
  color: #FFF;
}

.content-news {
  padding: 0 80px;
}

.nynews-list {
  color: #434343;
}

.nynews-list h3 {
  font-weight: normal;
  font-size: 20px;
  margin-top: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nynews-list h3 a {
  color: #434343;
}

.nynews-list li {
  float: left;
  width: 48%;
  margin-bottom: 65px;
}

.nynews-list li:nth-child(2n) {
  float: right;
}

.nynews-list li:hover .imgshow img {
  transform: scale(1.03);
}

.nynews-list .subtt {
  font-size: 14px;
  margin: 5px 0 10px;
}

.nynews-list .subtt i {
  padding: 0 10px;
}

.nynews-list .text-p {
  font-size: 16px;
  line-height: 26px;
  height: 52px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.nynews-list .imgshow {
  overflow: hidden;
  position: relative;
}

.nynews-list .imgshow img {
  width:  100%;
  /* height: 347px; */
  transition: all 0.5s;
}

.nynews-list .imgshow .date {
  /*position: absolute;*/
  /*width: 73px;*/
  /*height: 73px;*/
  /*background: rgba(255, 255, 255, 0.9);*/
  /*display: flex;*/
  /*flex-direction: column;*/
  /*justify-content: center;*/
  /*align-items: center;*/
  /*line-height: 1;*/
  /*top: 20px;*/
  /*left: 20px;*/
  /*z-index: 3;*/
  /*color: #D51725;*/
  /*font-size: 14px;*/
  display: none;
}

.nynews-list .imgshow .date em {
  font-size: 30px;
  font-weight: bold;
}

.nynews-list .see-more {
  margin-top: 35px;
  width: 176px;
  height: 48px;
  border: 1px solid #FF0000;
  display: inline-block;
  font-size: 16px;
  color: #D51725;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}

.nynews-list .see-more .h-img {
  display: none;
}

.nynews-list .see-more img {
  margin-left: 5px;
  vertical-align: baseline;
  display: inline-block;
}

.nynews-list .see-more:hover {
  background: #D51725;
  color: #FFF;
}

.nynews-list .see-more:hover img {
  display: none;
}

.nynews-list .see-more:hover .h-img {
  display: inline-block;
}

.news-detail-text {
  margin-top: 50px;
}

.news-detail-text h3 {
  font-size: 30px;
  color: #313131;
  text-align: center;
}

.news-detail-text .subtt {
  color: #C4C2C2;
  font-size: 16px;
  text-align: center;
  margin-bottom: 45px;
  border-bottom: 1px solid #E3E4E4;
}

.news-detail-text .subtt .shareto {
  padding: 25px 0;
  margin-left: 70px;
  display: inline-block;
}

.news-detail-text .subtt .shareto a {
  background: #CCCCCC;
  color: #FFF;
  margin-left: 18px;
}

.news-detail-text .subtt .shareto a:hover {
  background: #D51725;
}

.news-detail-text .text {
  font-size: 16px;
  color: #434343;
  padding-bottom: 50px;
  text-align: justify;
}

.news-detail-text .text img {
  display: block;
  margin: 20px auto;
  max-width: 100%;
  height: auto;
}

.news-related h3 {
  font-size: 30px;
  color: #333;
  font-weight: bold;
  text-align: center;
  margin: 60px 0;
}

.news-related {
  padding: 0 12.5%;
  margin-bottom: 170px;
  position: relative;
}

.news-related h4 {
  font-size: 20px;
  font-weight: 400;
  margin-top: 30px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-related h4 a {
  color: #434343;
}

.news-related h4 a:hover {
  color: #D51725;
}

.news-related .imgshow {
  text-align: center;
  overflow: hidden;
}

.news-related .imgshow img {
  width: 100%;
}

.news-related .swiper-button-next, .news-related .swiper-button-prev {
  margin-top: -24px;
  width: 51px;
  height: 48px;
  background-size: 100%;
  background-position: 0 0;
}

.news-related .swiper-button-next {
  right: 12.5%;
  background-image: url("../images/n-next.png");
  margin-right: -90px;
}

.news-related .swiper-button-prev {
  margin-left: -90px;
  left: 12.5%;
  background-image: url("../images/n-prev.png");
}

.nycase-list h3 {
  font-size: 30px;
  margin-bottom: 20px;
  font-weight: bold;
}

.nycase-list h3 a {
  color: #434343;
}

.nycase-list .text-p {
  font-size: 16px;
  line-height: 24px;
  height: 168px;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.nycase-list .imgshow {
  float: left;
  width: 50%;
}

.nycase-list .imgshow img {
  width: 100%;
}

.nycase-list .text {
  float: right;
  width: 50%;
  box-sizing: border-box;
  padding: 6% 65px 0;
}

.nycase-list .see-more {
  background: #D51725;
  color: #FFF;
  display: inline-block;
  line-height: 1;
  padding: 18px 50px;
  font-size: 18px;
  font-weight: 500;
  border: 1px solid #D51725;
  margin-top: 5%;
}

.nycase-list .see-more .iconfont {
  margin-left: 28px;
}

.nycase-list li {
  overflow: hidden;
  transition: all 0.4s;
}

.nycase-list li:nth-child(2n) .imgshow {
  float: right;
}

.nycase-list li:nth-child(2n) .text {
  float: left;
}

.nycase-list li:hover {
  background: #000;
  color: #FFF;
}

.nycase-list li:hover h3 a {
  color: #FFF;
}

.nycase-list li:hover .see-more {
  background: #000;
  color: #D51725;
}

.content-case .page-box {
  padding: 100px 0;
}

.app-topinfo {
  margin-bottom: 75px;
}

.app-topinfo .left-tt {
  float: left;
  width: 28%;
}

.app-topinfo .text {
  float: right;
  width: 70%;
}

.app-topinfo h3 {
  font-size: 30px;
  font-weight: bold;
  color: #434343;
  line-height: 1.3;
}

.app-topinfo .see-more {
  font-size: 16px;
  background-color: #D51725;
  color: #FFF;
  line-height: 1;
  padding: 25px 50px;
  display: inline-block;
  text-transform: uppercase;
  margin-top: 50px;
}

.app-topinfo .txt {
  font-size: 16px;
  line-height: 1.875;
  color: #434343;
}

.app-list {
  margin-bottom: 150px;
}

.app-list li {
  display: flex;
}

.app-list li:nth-child(2n) {
  flex-direction: row-reverse;
  text-align: right;
}

.app-list li:nth-child(2n) .num {
  left: auto;
  right: 0;
  transform: translate(-10%, -10%);
}

.app-list li:nth-child(2n) .text {
  align-items: flex-end;
  padding: 0 5% 0 12.5%;
}

.app-list .imgshow, .app-list .text {
  width: 50%;
  flex-shrink: 0;
}

.app-list .imgshow img {
  width: 100%;
}

.app-list .icon {
  display: inline-block;
  width: 104px;
  height: 104px;
  background: #FFFFFF;
  box-shadow: 0px 3px 16px 4px rgba(14, 72, 121, 0.08);
  border-radius: 50%;
  text-align: center;
  line-height: 104px;
  margin-bottom: 40px;
}

.app-list .icon img {
  vertical-align: middle;
}

.app-list .text {
  box-sizing: border-box;
  padding: 0 12.5% 0 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.app-list .text:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  margin-left: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 33.5px 41px 33.5px 0;
  border-color: transparent #fff transparent transparent;
  transform: translateY(-50%);
}

.app-list .text .num {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 180px;
  line-height: 1;
  color: rgba(67, 67, 67, 0.06);
  font-style: italic;
  font-weight: bold;
  transform: translate(-10%, -10%);
  z-index: 1;
}

.app-list .text-p {
  position: relative;
}

.app-list h3 {
  position: relative;
  z-index: 2;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 12px;
}

.app-list h3 a {
  color: #434343;
}

.app-list p {
  position: relative;
  z-index: 2;
  font-size: 16px;
  line-height: 30px;
  color: #434343;
  height: 90px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.app-list .see-more {
  display: inline-block;
  line-height: 1;
  padding: 20px 0;
  background-color: #D51725;
  color: #FFF;
  text-transform: uppercase;
  margin-top: 35px;
  flex-shrink: 0;
  width: 185px;
  text-align: center;
}

.msg-t {
  font-size: 24px;
  color: #000;
  font-weight: bold;
  margin: 50px 0;
  text-align: center;
}

.msg-grid2 {
  margin-bottom: 150px;
}

.msg-grid2 .usedComp:nth-child(5) {
  width: 100%;
}

.msg-grid2 #xhlFormSubmit {
  width: 218px;
  height: 50px;
  line-height: 50px;
  background-color: #D51725;
}

.msg-grid2 .xhl-controls .xhl-textarea, .msg-grid2 .xhl-input-xlarge {
  background: #FAFAFA;
  border: 1px solid #EEEEEE;
}

.content-about {
  margin-bottom: 120px;
}

.content-about .tab-tt h3 {
  font-weight: normal;
  padding-left: 30px;
}

.content-about .about-cont {
  margin-bottom: 40px;
}

.content-about .about-cont .imgshow {
  text-align: center;
  position: relative;
  margin-bottom: 100px;
}

.content-about .about-cont .imgshow img {
  max-width: 100%;
  height: auto;
}

.content-about .about-cont .imgshow .icon {
  width: 110px;
  height: 110px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -55px 0 0 -55px;
  background: url("../images/play.png") no-repeat;
  background-size: 100%;
}

.content-about .about-cont .text {
  font-style: 16px;
  color: #434343;
  line-height: 1.75;
}

.abot-list li {
  float: left;
  width: 32%;
  margin-right: 2%;
}

.abot-list li img {
  width: 100%;
}

.abot-list li:nth-child(3) {
  margin-right: 0;
}

.about-dev {
  background: #000000;
  padding: 100px 0 180px;
  color: #FFF;
}

.about-dev .swiper-button-next, .about-dev .swiper-button-prev {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #D51725;
  background-image: none;
  color: #D51725;
  text-align: center;
  line-height: 30px;
}

.about-dev .dev-tt {
  position: relative;
}

.about-dev .dev-tt h2 {
  font-size: 36px;
  color: #D51725;
  text-transform: uppercase;
  margin-bottom: 100px;
  font-weight: normal;
}

.about-dev .dev-tt .slot-right {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 90px;
  height: 34px;
}

.about-dev .dev-tt .slot-right .swiper-button-next {
  right: 0;
}

.about-dev .dev-tt .slot-right .swiper-button-prev {
  left: 0;
}

.about-dev .year {
  font-size: 48px;
  line-height: 1;
  font-weight: 900;
}

.about-dev .text {
  font-size: 18px;
  height: 90px;
  line-height: 30px;
}

.about-dev .dot {
  width: 24px;
  height: 24px;
  position: relative;
  margin: 40px 0;
  z-index: 3;
}

.about-dev .dot:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  background: #FFF;
  width: 10px;
  height: 10px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.about-dev .swiper-slide {
  box-sizing: border-box;
  padding-right: 100px;
}

.about-dev .swiper-slide:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 3%;
  width: 100%;
  height: 1px;
  background: #f61824;
  margin-top: -20px;
  opacity: 0;
}

.about-dev .swiper-slide:hover:after {
  opacity: 1;
}

.about-dev .swiper-slide:hover .year {
  color: #D51725;
}

.about-dev .swiper-slide:hover .dot {
  background: rgba(246, 24, 36, 0.3);
  border-radius: 50%;
}

.about-dev .swiper-slide:hover .dot:after {
  background: #F61824;
  width: 12px;
  height: 12px;
}

.about-dev .swiper-slide:hover .text {
  font-size: 24px;
}

.dev-swiper {
  position: relative;
}

.dev-swiper:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  margin-top: -20px;
}

.about-fact-list ul {
  margin: 0 -17px;
}

.about-fact-list li.f-li {
  float: left;
  width: 33.33%;
  box-sizing: border-box;
  padding: 0 17px;
  margin-bottom: 34px;
}

.about-fact-list .f-item {
  border: 1px solid #DADADA;
  position: relative;
}

.about-fact-list .f-item .imgshow {
  padding: 30px 40px 0;
}

.about-fact-list .f-item .imgshow img {
  width: 100%;
}

.about-fact-list .f-item h3 {
  padding: 20px;
  font-size: 20px;
  text-align: center;
  font-weight: 400;
  color: #434343;
}

.about-fact-list .f-item .fd {
  position: absolute;
  width: 45px;
  height: 45px;
  right: 0;
  bottom: 0;
  background: url("../images/fd.png") no-repeat 50% 50%;
  z-index: 2;
}

.about-fact-list .f-item:hover {
  transition: all 0.4s;
  box-shadow: 0px 3px 9px 0px rgba(213, 23, 37, 0.24);
  border-color: #D51725;
}

.about-fact-list .f-item:hover .fd {
  background: url("../images/fd2.png") no-repeat 50% 50%;
}

.about-fact-list .f-item:hover h3 {
  color: #D51725;
}

.about-honor-list {
  padding: 0 75px;
}

.about-honor-list li.h-li {
  float: left;
  width: 33.33%;
  box-sizing: border-box;
  padding: 0 31px;
  margin-bottom: 45px;
}

.about-honor-list ul {
  margin: 0 -31px;
}

.about-honor-list .h-item {
  text-align: center;
  box-shadow: 0px 7px 25px 5px rgba(0, 0, 0, 0.06);
  padding: 45px 45px 35px;
}

.about-honor-list h3 {
  font-size: 14px;
  font-weight: 400;
  color: #434343;
  margin: 30px 0 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.about-honor-list .imgshow {
  position: relative;
}

.about-honor-list .imgshow img {
  width: 100%;
}

.about-honor-list .imgshow .fd {
  width: 30px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.8);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-image: url("../images/ss.png");
}

.contact-top {
  margin-top: 50px;
}

.contact-top .con-msg {
  float: left;
  width: 46%;
}

.contact-top .con-msg .usedComp {
  position: relative;
}

.contact-top .con-msg .usedComp label {
  display: none;
}

.contact-top .con-msg .msg-grid2 .xhl-controls .xhl-textarea, .contact-top .con-msg .msg-grid2 .xhl-input-xlarge {
  border: 1px solid #D6D4D4;
  background: #FFF;
}

.contact-top .con-msg .msg-t {
  text-align: left;
  text-transform: uppercase;
  margin: 0 0 20px;
}

.contact-top .con-msg .tips {
  font-size: 14px;
  color: #434343;
  margin-bottom: 10px;
}

.contact-top .msg-grid2 #xhlFormSubmit {
  margin-left: 0;
}

.contact-top .con-lx {
  float: right;
  width: 46%;
}

.contact-top .con-lx label {
  font-size: 18px;
  font-weight: bold;
  color: #434343;
  margin-bottom: 6px;
  display: block;
  text-transform: uppercase;
}

.contact-top .con-lx li {
  position: relative;
  border-bottom: 1px solid #D6D4D4;
  padding: 24px 0 24px 88px;
}

.contact-top .con-lx li:nth-last-child(1) {
  border: none;
}

.contact-top .con-lx .icon {
  position: absolute;
  left: 0;
  top: 36px;
}

.contact-top .con-lx p {
  font-size: 16px;
  color: #434343;
}

.contact-top .con-lx p a {
  color: #434343;
}

.con-map {
  margin-bottom: 110px;
  text-align: center;
}

.con-map img {
  width: 100%;
}

.error-text {
  background: #f5f5f5;
  text-align: center;
  padding: 130px 0 30px;
}

.error-text .e-tit {
  font-size: 320px;
  line-height: 1;
  font-weight: 900;
  color: #313131;
}

.error-text .e-p {
  font-size: 36px;
  color: #313131;
  margin-bottom: 30px;
}

.t-btn {
  background: #ccc;
  padding: 18px 25px;
  color: #FFF;
  font-size: 30px;
  line-height: 1;
  display: inline-block;
  border: 1px solid #ccc;
  position: relative;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
}

.t-btn:after {
  content: '';
  position: absolute;
  left: 1px;
  top: 1px;
  right: 1px;
  bottom: 1px;
  transition: all 0.3s;
  border: 1px solid #FFF;
}

.t-btn:hover {
  cursor: pointer;
  color: #fff;
  background-color: #313131;
}

.t-btn:hover:after {
  border-color: #313131;
}

.content-error {
  padding-bottom: 100px;
}

.content-error .product-list li {
  float: left;
  width: 21%;
  margin-right: 5.33%;
  margin-bottom: 20px;
}

.content-error .product-list li:nth-child(4n) {
  margin-right: 0;
}

.content-search {
  margin-top: 30px;
}

.lan-box {
  float: right;
  display: flex;
  align-items: center;
  padding-left: 40px;
  cursor: pointer;
  float: right;
  margin-top: 13px;
  font-weight: 500;
}

.lan-box dt {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.lan-box:hover dd {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.lan-box:hover .arrow {
  transform: rotate(-180deg);
}

.lan-box em {
  color: #fff;
  padding: 0 8px;
}

.lan-box dl {
  position: relative;
}

.lan-box dd {
  position: absolute;
  right: 0;
  top: 110%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s;
  transform-origin: top left;
  background: rgba(0, 0, 0, 0.795);
  max-width: 100%;
  padding: 0 20px;
  line-height: 30px;
  white-space: nowrap;
  font-size: 14px;
  text-align: center;
  z-index: 999;
}

.lan-box dd a {
  display: block;
  color: #fff;
}

.lan-box dd a:hover {
  text-decoration: underline;
}

.lan-box .arrow {
  display: inline-block;
  width: 10px;
  background: url("../images/xiala.png") no-repeat 50% 50%;
  height: 6px;
  transition: all 0.3s;
}

.lan-box .lang {
  width: 24px;
  height: 24px;
  display: inline-block;
  background: url("../images/yuyan.png") no-repeat 50% 50%;
}

.wpcf7-form label {
    font-size: 16px;
    margin-bottom: 30px;
    display: block;
}

.wpcf7-form input,
.wpcf7-form textarea {
    height: 50px;
    /*padding: 20px;*/
    border: 1px solid #DBDBDB;
    width: 100%;
    margin-top: 20px;
}

.wpcf7-form textarea {
    height: 150px;
}

.wpcf7-form input[type="submit"] {
    width: auto;
    padding: 15px 30px;
    height: auto;
}

.wpcf7-form input[type="submit"]:hover {
    background-color: #F9AD07;
    color: #FFF;
}

@media only screen and (max-width: 1466px) {
  .news-tab a {
    width: 25%;
    margin: 0;
  }
  .tab-item a {
    font-size: 20px;
  }
  .inner-20 {
    padding: 0 20px;
  }
  .m-width-1440 {
    max-width: 1000px;
  }
  .pc-nav li {
    padding: 0 7px;
    font-size: 14px;
  }
  .index-product-grid .swiper-slide {
    padding-bottom: 40px;
  }
  .index-case-grid {
    margin-top: 100px;
  }
  .index-case-grid .title {
    margin: 20px 0;
  }
  .index-case-grid .gallery-thumbs {
    margin-top: 0;
  }
  .prodis-tab-box {
    margin-top: 40px;
  }
  .prodis-cont .text-p {
    margin: 40px 0;
  }
  .app-topinfo {
    margin-bottom: 40px;
  }
  .app-list .icon {
    margin-bottom: 20px;
  }
  .nycase-list .text {
    padding: 1% 30px 0;
  }
  .nycase-list h3 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 1000px) {
 
 .contact-top .con-msg,.contact-top .con-lx{
 	width: 100%;
 	float: none;
 }
   .wpcf7-form input[type="submit"] {
        width: 100%;
        margin-bottom: 20px;
    }
	
  #menuPc {
    display: none;
  }
  #menuWap {
    display: block;
  }
  #page {
    background: #FFFFFF;
  }
  .btn-nav {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    background: transparent;
    border: none;
    padding: 21px 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 999;
    display: block;
    width: 30px;
    float: right;
  }
  .icon-bar {
    display: block;
    margin: 6px 0;
    width: 30px;
    height: 3px;
    background-color: #B24249;
    box-shadow: 0 1px 1px #545050;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    z-index: 999999;
  }
  .mm-opening .top {
    -webkit-transform: translateY(8px) rotateZ(45deg);
    -moz-transform: translateY(8px) rotateZ(45deg);
    -ms-transform: translateY(8px) rotateZ(45deg);
    -o-transform: translateY(8px) rotateZ(45deg);
    transform: translateY(8px) rotateZ(45deg);
  }
  .mm-opening .bottom {
    -webkit-transform: translateY(-10px) rotateZ(-45deg);
    -moz-transform: translateY(-10px) rotateZ(-45deg);
    -ms-transform: translateY(-10px) rotateZ(-45deg);
    -o-transform: translateY(-10px) rotateZ(-45deg);
    transform: translateY(-10px) rotateZ(-45deg);
  }
  .mm-opening .middle {
    width: 0;
  }
  .banner .bg-box {
    display: none;
  }
  .banner-content {
    display: none;
  }
  .banner .wap-box {
    display: block;
  }
  .header {
    background: none;
    position: relative;
  }
  .h-right {
    display: none;
  }
  .logo {
    padding: 18px 0;
    height: auto;
  }
  .banner .swiper-pagination-bullet {
    width: 30px;
  }
  .index-product-grid .swiper-slide {
    padding-bottom: 80px;
  }
  .index-product-grid .p-item .text-p {
    display: block;
  }
  .index-product-grid .imgshow img {
    width: 60%;
  }
  .index-about-grid .about-con .imgshow {
    position: initial;
    width: 100%;
    transform: translateY(0);
  }
  .index-about-grid .about-con .text .t-con {
    width: 100%;
  }
  .index-about-grid .about-con .text {
    padding: 20px;
  }
  .index-about-grid .about-con {
    background-position: 0 0;
  }
  .index-about-grid .about-con .imgshow .r-text {
    position: initial;
    transform: translateY(0);
    color: #434343;
    padding: 20px;
  }
  .index-about-grid .about-con .imgshow .r-text a img {
    display: none;
  }
  .index-about-list {
    padding: 40px 0 0;
  }
  .ia-tt h3 {
    font-size: 24px;
  }
  .index-about-list li {
    width: 100%;
    margin-bottom: 30px;
  }
  .title {
    margin: 30px 0;
  }
  .index-case-grid .imgshow, .index-case-grid .text {
    width: 100%;
  }
  .index-case-grid .gallery-thumbs {
    margin: 20px 0 0;
  }
  .index-news-grid {
    margin: 30px 0 0;
  }
  .news-contact h2 {
    font-size: 30px;
  }
  .news-contact {
    padding: 30px 20px;
  }
  .news-cont {
    margin-top: 0;
  }
  .news-cont .n-item .date {
    position: initial;
    transform: translateY(0);
    margin-bottom: 10px;
    width: auto;
    text-align: left;
  }
  .news-cont .n-item .right-btn {
    display: none;
  }
  .news-cont .n-item {
    padding: 0;
  }
  .news-cont .news-tt .news-page {
    position: relative;
  }
  .news-cont .news-list .swiper-container {
    height: 220px;
  }
  .news-cont .n-item .date em, .news-cont .n-item .date span {
    font-size: 14px;
    display: inline;
  }
  .f-left {
    width: 100%;
  }
  .f-right {
    display: none;
  }
  .footer .footer-box {
    padding: 30px 0;
  }
  .news-tab {
    display: none;
  }
  .content-about .about-cont .imgshow {
    margin-bottom: 30px;
  }
  .content-about .about-cont .imgshow .icon {
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
  }
  .content-about {
    margin-bottom: 40px;
  }
  .about-fact-list .f-item .imgshow {
    padding: 10px 10px 0;
  }
  .about-fact-list li.f-li {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .about-fact-list ul {
    margin: 0 -5px;
  }
  .about-fact-list .f-item h3 {
    padding: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
  }
  .page-box .page-inner .page-list {
    display: none;
  }
  .about-honor-list .h-item {
    padding: 5px;
  }
  .about-honor-list li.h-li {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .about-honor-list ul {
    margin: 0 -5px;
  }
  .about-honor-list {
    padding: 0;
  }
  .about-honor-list h3 {
    margin-top: 10px;
    font-size: 14px;
  }
  .cont-subtt h2 {
    font-size: 30px;
  }
  .cont-subtt .text {
    font-size: 14px;
  }
  .content-left {
    display: none;
  }
  .content-right {
    width: 100%;
  }
  .content-product .product-list li {
    width: 50%;
    margin-bottom: 20px;
  }
  .product-list h3 a {
    font-size: 14px;
  }
  .prodis-swiper, .prodis-cont .text {
    width: 100%;
  }
  .links li {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .prodis-tab-box .tab-item {
    margin: 0;
  }
  .tab-item a {
    font-size: 14px;
    padding: 0 10px;
  }
  .tab-item a img {
    display: none !important;
  }
  .prodis-tab-box {
    padding-top: 1px;
  }
  .prodis-tab-box .tab-item {
    padding: 20px 0;
  }
  .my-table {
    overflow-x: auto;
  }
  .tab-text {
    padding: 20px;
  }
  .my-table table td {
    padding: 12px;
  }
  .tab-tt {
    margin-bottom: 30px;
  }
  .tab-block {
    margin-bottom: 40px;
  }
  .tab-block .t-text {
    padding: 0;
  }
  .related-block .case-list li {
    width: 50%;
  }
  .related-block .case-list {
    padding: 0;
  }
  .msg-grid {
    margin-top: 40px;
    padding: 40px 0;
  }
  .msg-grid .msg-tt {
    font-size: 30px;
  }
  .usedComp input, .xhl-controls .xhl-textarea {
    width: 100%;
  }
  #xhlFormSubmit {
    width: 100%;
  }
  .app-topinfo .left-tt, .app-topinfo .text {
    width: 100%;
  }
  .app-topinfo .text {
    margin-top: 20px;
  }
  .app-topinfo .see-more {
    margin-top: 10px;
  }
  .app-list .imgshow, .app-list .text, .app-list .imgshow, .app-list .imgshow {
    width: 100%;
    box-sizing: border-box;
  }
  .app-list .imgshow, .app-list .text {
    padding: 20px;
  }
  .app-list li {
    display: block;
  }
  .app-list {
    margin-bottom: 40px;
  }
  .msg-grid2 {
    margin-bottom: 40px;
  }
  .news-detail-text .subtt .shareto {
    margin-left: 0;
  }
  .news-detail-text .subtt span {
    display: block;
  }
  .news-detail-text .subtt .shareto {
    padding: 5px 0 20px;
  }
  .news-related {
    padding: 0 50px;
  }
  .news-related .swiper-button-next {
    right: 0;
    margin-right: 0;
  }
  .news-related .swiper-button-prev {
    left: 0;
    margin-left: 0;
  }
  .news-related {
    margin-bottom: 40px;
  }
  .news-related h3 {
    margin: 30px 0;
  }
  .banner-ny .b-tt {
    font-size: 30px;
  }
  .nycase-list .imgshow, .nycase-list .text {
    width: 100%;
  }
  .nycase-list .imgshow {
    margin-bottom: 20px;
  }
  .nycase-list .text {
    padding: 0;
    margin-bottom: 30px;
  }
  .content-case .page-box {
    padding: 30px 0 50px;
  }
  .content-news {
    padding: 0;
  }
  .nynews-list li {
    width: 100%;
    margin-bottom: 20px;
  }
  .nynews-list h3 {
    white-space: initial;
  }
  .error-text .e-tit {
    font-size: 52px;
  }
  .error-text .e-p {
    font-size: 14px;
  }
  .error-text {
    padding: 30px 20px;
  }
  .content-error .product-list li {
    width: 49%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .content-error .product-list li:nth-child(2n) {
    float: right;
  }
  .content-error {
    padding-bottom: 40px;
  }
  .search-tool .search-tool-inner {
    width: 100%;
  }
  .search-warp .search-tool {
    padding: 20px 0;
  }
  .search-list ul li .li-inner .img-box,
  .search-list ul li .li-inner .img-text {
    width: 100%;
  }
  .search-list ul li .li-inner {
    padding: 0px;
  }
  .search-list ul li .li-inner .img-text {
    margin-top: 20px;
  }
  .search-list .img-text .t a {
    white-space: normal;
  }
  .search-list ul li .li-inner .img-text {
    padding: 12px;
    box-sizing: border-box;
  }
}

@media only screen and (max-width: 768px) {
  .about-dev {
    padding: 50px 0 80px;
  }
  .about-dev .dev-tt h2 {
    font-size: 28px;
    margin-bottom: 38px;
  }
  .app-list .icon {
    display: none;
  }
  .app-topinfo .see-more {
    padding: 12px  29px;
  }
  .app-topinfo h3 {
    font-size: 26px;
  }
  .title span,.title.flex .t-tt {
    display: none;
 }
 .news-contact h2 {
    font-size: 24px;
 }
 .news-contact .see-more {
 	    font-size: 16px;
 }
 .news-cont .news-tt .news-page {
    position: absolute;
 }
 .app-swiper .swiper-button-next, .app-swiper .swiper-button-prev{
 	width: 40px;
    height: 40px;
    line-height: 40px;
 }
 .news-detail-text {
    margin-top: 20px;
 }
 .news-detail-text h3 {
   font-size: 22px;
 }
 
  
 
}
