@charset "UTF-8";
/*header start*/
.h-top {
  background-color: #EEEEEE;
  padding: 5px 0 0px;
}

.h-top .logo {
  float: left;
  margin-bottom: 10px;
	margin-top:30px;
}

.h-top .h-logo-add {
  font-weight: 500;
  float: left;
  color: #434343;
  font-size: 18px;
  margin: 30px 0 0 40px;
  position: relative;
  padding-left: 30px;
}

.h-top .h-logo-add:after {
  content: '';
  position: absolute;
  left: 0%;
  top: 50%;
  width: 1px;
  height: 58px;
  background-color: #bfbfbf;
  margin-top: -29px;
}

.h-top .share-t {
  float: right;
  margin-top: 16px;
}

.h-top .share-t a {
  display: inline-block;
  width: 49px;
  height: 49px;
  border-radius: 50%;
  background-color: #B5B5B5;
  text-align: center;
  line-height: 49px;
  transition: all 0.3s;
  margin-left: 8px;
}

.h-top .share-t a:hover {
  background-color: #C9151E;
}

.h-top .share-t .iconfont {
  color: #FFF;
  font-size: 30px;
}

.h-top .h-lx {
  float: right;
  margin: 20px 60px 20px 0;
}


.h-top .h-lx .iconfont {
  color: #C9151E;
  font-size: 20px;
  margin-right: 9px;
}

.h-top .h-lx a {
  color: #434343;
  font-size: 16px;
  display: block;
  	padding-left: 26px;
	background-position: 0 50%;
	background-repeat: no-repeat;
}
.h-top .h-lx a:nth-child(1){
	background-image: url('../images/h-icon-tel.png');
}
.h-top .h-lx a:nth-child(2){
	background-image: url('../images/h-icon-mail.png');
}
.h-top .h-lx a:hover{
	color:#C91720;
	
}
.h-top .h-lx a:hover span{
	text-decoration: underline;
}
.pc-nav {
	position:relative;
	z-index:100;
	background-color: #BA3B38;
}

.pc-nav .m-width-1420 {
  box-sizing: border-box;
  position: relative;
  padding-right: 230px;
}

.pc-nav ul {
  font-weight: 500;
}

.pc-nav ul a {
  color: #FFF;
  font-size: 20px;
  text-transform: uppercase;
  display: block;
  line-height: 63px;
  transition: all 0.3s;
}

.pc-nav ul li {
  text-align: center;
  float: left;
  width: 16.66%;
}

.pc-nav ul li:hover a, .pc-nav ul li.act a {
  background-color: #9E2522;
}

.title {
  line-height: 1;
  overflow: hidden;
  margin: 55px 0 60px;
}

.title h2 {
  font-size: 36px;
  color: #313131;
  font-weight: 400;
  text-transform: uppercase;
  float: left;
}

.title span {
  float: right;
  width: 60%;
  font-size: 16px;
  color: #626262;
  line-height: 1.5;
}

.index-product-grid .product-list li {
  float: left;
  width: 31%;
  margin-right: 3.5%;
}

.index-product-grid .product-list li:nth-child(3n) {
  margin-right: 0;
}

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

.product-list .imgshow img {
  width: 100%;
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
}

.product-list li {
  margin-bottom: 135px;
  position: relative;
}

.product-list li:hover .text {
  left: 0;
  margin-bottom: 0;
  transform: translateY(100%);
  background-color: #EEEEEE;
  border: 1px solid #EEEEEE;
  border-top: 3px solid #BA3B38;
}

.product-list li:hover .text h3 a {
  color: #BA3B38;
  padding: 20px 0;
}

.product-list li:hover .text h3 .arrow {
  transform: rotate(-360deg);
  background-image: url("../images/pro-arrow2.png");
}

.product-list li:hover .t-p {
  display: block;
}

.product-list .text {
  background-color: #BA3B38;
  transition: all 0.3s;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 60px;
  right: 0;
  margin-bottom: -45px;
}

.product-list .text h3 {
  font-weight: 500;
  font-size: 24px;
  padding: 0 40px 0 20px;
  position: relative;
}

.product-list .text h3 a {
  color: #FFF;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 30px 0;
}

.product-list .text h3 .arrow {
  width: 18px;
  height: 18px;
  background-image: url("../images/pro-arrow.png");
  position: absolute;
  background-repeat: no-repeat;
  right: 20px;
  top: 50%;
  margin-top: -9px;
  transition: all 0.3s;
}

.product-list .t-p {
  font-size: 16px;
  color: #626262;
  padding: 0 30px 30px;
  line-height: 18px;
  height: 36px;
  overflow: hidden;
  display: none;
}

.tool-box {
  position: absolute;
  right: 0;
  top: 50%;
  width: 200px;
  transform: translateY(-50%);
}

.tool-box input {
  background: #FFF;
  border-radius: 12px;
  border: none;
  height: 24px;
  width: 80px;
  box-sizing: border-box;
  padding-left: 30px;
}

.tool-box .h-form {
  float: left;
  position: relative;
}

.tool-box .h-form button {
  position: absolute;
  border: none;
  background: transparent;
  color: #BA3B38;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.tool-box.phone{
	display:none;
}
@media (max-width:1000px){
	.tool-box.phone{
		display:block;
		width:auto;
		right:68px;
	}
	.tool-box.phone input{
		background:#BA3B38;
		color:#fff;
	}
	.tool-box.phone .h-form button{
		color:#fff;
	}
}
.lan-box {
  float: right;
  display: flex;
  align-items: center;
  cursor: pointer;
  float: right;
}

.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.6);
  max-width: 100%;
  padding: 0 20px;
  line-height: 30px;
  white-space: nowrap;
  font-size: 14px;
  text-align: center;
  z-index:1100;
}

.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%;
}

/*header end*/
/*footer start*/
.footer {
  margin-top: 100px;
  background-color: #626262;
  padding-top: 80px;
  color: #BFBFBF;
  font-weight: 300;
}

.footer dt {
  margin-bottom: 12px;
  color: #BFBFBF;
  line-height: 1.1;
}

.footer dt a {
  color: #BFBFBF;
}

.footer dt a:hover {
  text-decoration: underline;
  color: #FFF;
}

.footer .share-t {
  margin: 20px 0 20px;
}

.footer .share-t a {
  background-color: #ccc;
  width: 24px;
  height: 24px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  margin-right: 10px;
}

.footer .share-t a:hover {
  background-color: #BA3B38;
}

.footer .share-t a:hover .iconfont {
  color: #626262;
}

.footer .share-t a .iconfont {
  font-size: 16px;
}

.f-logo {
  float: left;
  width: 22%;
	margin-right: 20px;
}

.f-nav {
  float: right;
  width: 75%;
}

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

.f-nav h3:after {
  width: 9px;
  height: 9px;
  background: #C9151E;
  border-radius: 50%;
  content: '';
  position: absolute;
  left: -14px;
  top: 50%;
  margin-top: -4.5px;
}

.f-nav dt {
  text-transform: uppercase;
}

.f-nav li {
  float: left;
  width: 28%;
  box-sizing: border-box;
  padding-right: 2%;
}

.f-nav li:nth-last-child(1) {
  width: 16%;
  padding-right: 0;
}

.f-nav dd {
  font-size: 14px;
  line-height: 1.1;
  margin-bottom: 12px;
}

.f-nav dd a {
  color: #BFBFBF;
}

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

.foot-copy {
  margin-top: 70px;
  border-top: 1px solid #7D7D7D;
  font-size: 16px;
  color: #BFBFBF;
  padding: 25px 0;
  text-align: center;
}

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

.banner img {
  width: 100%;
}

.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 {
  text-align: right;
  padding-right: 14%;
  box-sizing: border-box;
}

.banner .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background: #FFFFFF;
  opacity: 1;
  border-radius: inherit;
  border: 1px solid #eeeeee;
  border-radius: 50%;
  transition: all 0.6s;
}

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

.banner .swiper-pagination-bullet-active {
  opacity: 1;
  width: 33px;
  border-radius: 7px;
}

.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: 12px 0;
  text-transform: capitalize;
  margin-bottom: 30px;
  font-size: 18px;
}

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

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

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

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

.crumbs-box .tt {
  color: #BA3B38;
  text-decoration: underline;
}

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

.m-width-1420 {
  max-width: 1420px;
  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 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: 18px;
  color: #696969;
  margin: 0 5px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  justify-content: center;
  background: #F5F5F5;
  font-weight: 400;
}

.page-box .page-inner .current {
  font-weight: bold;
  display: inline-flex;
  font-size: 18px;
  color: #fff;
  margin: 0 5px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  justify-content: center;
  background: #BA3B38;
  font-weight: 400;
}

.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: #fff;
  transition: all 0.4s;
  background-color: #BA3B38;
}

.page-box .page-inner a.prev {
  background: #f5f5f5 url("../images/page-prev.png") no-repeat 50% 50%;
}

.page-box .page-inner a.next {
  background: #f5f5f5 url("../images/page-next.png") no-repeat 50% 50%;
}

.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*/
.fication-list h3 {
  position: absolute;
  top: 20px;
  left: 20px;
  box-sizing: border-box;
  width: 100%;
  font-weight: 500;
  z-index: 1;
  padding: 35px 20px 0 30px;
}

.fication-list h3 .arrow {
  position: absolute;
  left: 0;
  top: 0;
  width: 28px;
  height: 28px;
  background-image: url(../images/b-arrow.png);
}

.fication-list h3 a {
  color: #BA3B38;
  font-size: 36px;
  white-space: nowrap;
  transition: all 0.3s;
}

.fication-list li {
  border-left: 4px solid #BA3B38;
  float: left;
  box-sizing: border-box;
  position: relative;
  width: 30%;
  overflow: hidden;
  transition: all 0.5s;
}
.fication-list{
	max-width: 1380px;
	margin:auto;
}

.fication-list li.act {
  width: 40%;
}

.fication-list li.act:after {
  visibility: hidden;
  opacity: 0;
}

.fication-list li.act h3 a {
  white-space: initial;
}

.fication-list li:after {
  z-index: 2;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #626262;
  opacity: 0.6;
  visibility: visible;
  transition: all 0.5s;
}

.fication-list .imgshow img {
  /*width: 470px;*/
  width: 100%;
}

.index-about-gird {
  margin-top: 150px;
}

.index-about-gird .imgshow {
  position: relative;
  z-index: 2;
  float: left;
  width: 48%;
}

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

.index-about-gird .text {
  float: right;
  width: 49%;
  position: relative;
  z-index: 1;
}

.index-about-gird h2 {
  font-size: 36px;
  color: #313131;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.index-about-gird .text-p {
  font-size: 20px;
  color: #707070;
  font-weight: 400;
  line-height: 28px;
  height: 224px;
  overflow: hidden;
}

.index-about-gird .about-bot {
  background-color: #BA3B38;
  color: #FFF;
  margin-top: 40px;
  position: relative;
  height: 156px;
}

.index-about-gird .about-bot:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 120px;
  background-color: #BA3B38;
  margin-left: -120px;
}

.index-about-gird .about-bot:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  margin-right: -120px;
  height: 0;
  border-style: solid;
  border-width: 156px 0 0 120px;
  border-color: transparent transparent transparent #BA3B38;
}

.index-about-gird .about-bot h3 {
  text-align: center;
  font-weight: 400;
  margin-top: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index-about-gird .about-bot a {
  font-size: 18px;
  color: #FFF;
}

.index-about-gird .about-bot .icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  border: 1px solid #FFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.index-about-gird .about-bot li {
  float: left;
  padding: 30px 0 20px;
  width: 33.33%;
}

.index-news-grid .news-list {
  float: left;
  width: 48%;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
}

.index-news-grid .news-list p {
  font-size: 16px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  color: #626262;
}

.index-news-grid .news-list li {
  background: url("../images/news-arrow2.png") no-repeat 95% 85%;
  position: relative;
  padding: 32px 100px 32px 30px;
  margin-bottom: 12px;
  transition: all 0.3s;
}

.index-news-grid .news-list li:hover {
  box-shadow: 0px 2px 35px 3px rgba(0, 0, 0, 0.09);
}

.index-news-grid .news-list li .date {
  position: absolute;
  right: 30px;
  top: 30px;
  font-size: 20px;
  font-weight: 500;
  color: #626262;
}

.index-news-grid .news-list li:hover h3 a {
  color: #BA3B38;
}

.index-news-grid .imgshow {
  float: right;
  width: 48%;
  position: relative;
}

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

.index-news-grid .imgshow .text-swiper {
  position: absolute;
  bottom: 0;
  right: -40px;
  width: 70%;
  box-sizing: border-box;
  z-index: 12;
  background-color: #BA3B38;
}

.index-news-grid .imgshow .img-swiper {
  position: relative;
  z-index: 1;
}

.index-news-grid .imgshow .text {
  font-size: 22px;
  color: #FFF;
  font-weight: 500;
}

.index-news-grid .imgshow .text-p {
  padding: 30px;
}

.index-news-grid .imgshow .see-more {
  background-color: #313131;
  font-size: 14px;
  margin-right: -85px;
  text-transform: uppercase;
  line-height: 36px;
  padding: 0 30px;
  display: inline-block;
  width: 70%;
  box-sizing: border-box;
  position: relative;
}

.index-news-grid .imgshow .see-more:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 36px 0 0 40px;
  border-color: transparent transparent transparent #313131;
  margin-right: -40px;
}

.index-news-grid .imgshow .see-more .icon {
  display: inline-block;
  width: 16px;
  height: 11px;
  background: url("../images/news-arrow.png") no-repeat;
  margin-left: 5px;
}

.index-news-grid h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index-news-grid h3 a {
  color: #313131;
}

.msg-grid .title {
  text-align: center;
}

.msg-grid .title h2 {
  margin-bottom: 12px;
  float: none;
}

.msg-grid .xhl-input-xlarge, .msg-grid .xhl-controls .xhl-textarea {
  background: #F6F6F6;
  border: 1px solid #ECECEC;
}

.msg-grid .usedComp {
  width: 24%;
  margin-right: 1.33%;
}

.msg-grid .usedComp:nth-child(4) {
  margin-right: 0;
}

.msg-grid .usedComp:nth-child(2n) {
  float: left;
}

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

.msg-grid #xhlFormSubmit {
  border-radius: 0;
  background-color: #BA3B38;
}

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

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

.proclass {
  border-top: 3px solid #BA3B38;
  background: #FFFFFF;
  box-shadow: 0px 2px 15px 1px rgba(68, 68, 68, 0.13);
}

.proclass .tit {
  padding: 20px;
}

.proclass .tit h2 {
  color: #C91720;
  font-size:20px;
  font-weight: bold;
}

.proclass li {
  padding: 18px 47px;
  border-bottom: 1px solid #EAEAEA;
  position: relative;
}

.proclass li:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 6px;
  margin-top: -3px;
  background: url("../images/cl-arrow.png") no-repeat;
  left: 25px;
}

.proclass li a {
  color: #626262;
  font-size: 18px;
  font-weight: 400;
  transition: all 0.3s;
}

.proclass li:hover a {
  color: #BA3B38;
  text-decoration: underline;
}

.proclass li:hover:after {
  background: url("../images/cl-arrow2.png") no-repeat;
}

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

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

.content-product .product-list .text a {
  padding: 20px 0;
}

.content-product .product-list .text h3 {
  font-size: 20px;
}

.pro-swiper {
  position: relative;
  float: left;
  width: 65%;
  box-sizing: border-box;
  padding-right: 145px;
  margin: 0 3% 2% 0;
}
.pro-text{
float: right;
width: 31%;
}
.gallery-top .swiper-slide img {
  border: 1px solid rgba(229, 229, 229, 0.85);
  width: 100%;
  box-sizing: border-box;
}

.content-product-detail .gallery-thumbs {
  position: absolute;
  right: 0;
  top: 0;
  width: 136px;
  height: 100%;
  box-sizing: border-box;
  padding: 30px 0;
}

.content-product-detail .gallery-thumbs .swiper-button-next, .content-product-detail .gallery-thumbs .swiper-button-prev {
  background: #A0A0A0;
  background-image: none;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  margin-top: 0;
  height: 27px;
  text-align: center;
}

.content-product-detail .gallery-thumbs .swiper-button-next {
  bottom: 0;
  top: auto;
}

.content-product-detail .gallery-thumbs .swiper-slide img {
  border: 1px solid transparent;
  width: 100%;
  box-sizing: border-box;
}

.content-product-detail .gallery-thumbs .swiper-slide.swiper-slide-thumb-active img {
  border-color: #BA3B38;
}

.pro-text h3 {
  font-weight: bold;
  font-size: 30px;
  color: #313131;
  margin-bottom: 24px;
  position: relative;
}

.pro-text .text {
  font-size: 16px;
  color: #959595;
  font-weight: 300;
}

.pro-text .pro-smltit {
  margin-bottom: 8px;
}

.pro-text .links {
  margin-top: 40px;
}

.pro-text .links .icon {
  width: 18px;
  height: 18px;
  text-align: center;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pro-text .links .icon img {
  flex-shrink: 0;
}

.pro-text .links .icon_img_h {
  display: none;
}

.pro-text .links a {
  float: left;
  width: 49%;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin-right: 2%;
  margin-bottom: 2%;
  transition: all 0.3s;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 500;
  border: 1px solid #BA3B38;
  color: #BA3B38;
  background: transparent;
  font-size: 18px;
}
.pro-text .links a:last-child{
	width:100%;
}
.pro-text .links a:nth-of-type(2) {
  margin-right: 0;
  float: right;
}

.pro-text .links a:hover {
  background-color: #BA3B38;
  border-color: #BA3B38;
  color: #FFF;
}

.pro-text .links a:hover .icon_img_h {
  display: inline-block;
}

.pro-text .links a:hover .icon_img {
  display: none;
}
.pro-smltit {
  font-size: 18px;
  color: #626262;
  position: relative;
  padding-left: 15px;
}

.pro-smltit:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 9px;
  height: 9px;
  margin-top: -4.5px;
  border-radius: 50%;
  background-color: #BA3B38;
}

.prodis-detail .pro-smltit {
  margin: 40px 0 20px;
}

.prodis-detail .text {
  font-size: 16px;
  color: #959595;
}

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

.prodis-detail .d-block .d-tit {
  font-size: 24px;
  color: #000;
  font-weight: 600;
  text-align: center;
  margin-bottom: 12px;
}

.my-table table {
  font-size: 18px;
  width: 100%;
  color: #707070;
}

.my-table table td {
  border: 1px solid #DCDCDC;
  padding: 18px;
  text-align: center;
}

.d-block .product-list li {
  float: left;
  width: 31%;
  margin-right: 3.5%;
}

.d-block .product-list li:nth-child(3n) {
  margin-right: 0;
}

.d-block .product-list .text a {
  padding: 20px 0;
}

.d-block .product-list .text h3 {
  font-size: 20px;
}

.news-nylist li {
  margin-bottom: 68px;
}

.news-nylist li:hover .imgshow img {
  transform: scale(1.05);
}

.news-nylist .imgshow {
  float: left;
  width: 36%;
  position: relative;
}

.news-nylist .imgshow img {
  width: 100%;
  transition: all 0.3s;
}

.news-nylist .imgshow .date {
  margin-top: -18px;
  position: absolute;
  left: 20px;
  top: 0;
  background-color: #BA3B38;
  color: #FFF;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  width: 70px;
  text-transform: uppercase;
  padding: 16px 0;
}

.news-nylist .imgshow .date em {
  display: block;
  font-size: 22px;
}

.news-nylist .text {
  width: 61%;
  float: right;
}

.news-nylist h3 {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 30px;
}

.news-nylist h3:hover a {
  color: #BA3B38;
}

.news-nylist h3 a {
  color: #111;
}

.news-nylist .text-p {
  font-size: 16px;
  line-height: 2;
  color: #666;
}

.news-nylist .see-more {
  background-color: #BA3B38;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  color: #FFF;
  display: inline-block;
  width: 120px;
  line-height: 40px;
  text-align: center;
  margin-top: 40px;
}

.subdis {
  color: #B1B1B1;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
}

.subdis .data {
  background: url("../images/d-date.png") no-repeat 0 50%;
  padding-left: 28px;
}

.subdis .share_web {
  margin-left: 40px;
}

.subdis .share_web a {
  background-color: #ccc;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 20px;
  margin-left: 10px;
}

.subdis .share_web a .iconfont {
  font-size: 12px;
  color: #FFF;
}

.subdis .share_web a:hover {
  background-color: #BA3B38;
}

.content-news-detail .t-h1 {
  margin: 0 10%;
  font-size: 30px;
  text-align: center;
  color: #4b4b4b;
  font-weight: bold;
}

.content-news-detail .text {
  font-size: 14px;
  color: #797A7B;
}

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

.news-page {
  margin-top: 30px;
  border-top: 1px solid #E5E5E5;
  padding: 24px 0 12px;
}

.news-page .p-t {
  padding-right: 20px;
}

.news-page a {
  display: block;
  font-size: 16px;
  color: #707070;
  margin-bottom: 12px;
}

.news-page a:hover em {
  text-decoration: underline;
  color: #BA3B38;
}

.content-solution .solution-list {
  padding-top: 50px;
}

.solution-list li {
  margin-bottom: 140px;
  position: relative;
  box-sizing: border-box;
  padding: 0 7% 40px 40px;
  border: 1px solid #efefef;
  transition: all 0.3s;
}

.solution-list li:nth-child(2n) {
  padding: 0 40px 40px 7%;
}

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

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

.solution-list li:nth-child(2n) .see-more {
  right: auto;
  left: 0;
}

.solution-list li:hover {
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
}

.solution-list li:hover .imgshow img {
  transform: scale(1.05);
}

.solution-list .imgshow {
  float: left;
  width: 36%;
  margin-top: -48px;
  position: relative;
}

.solution-list .imgshow img {
  width: 100%;
  transition: all 0.3s;
}

.solution-list .text {
  width: 59%;
  float: right;
  padding-top: 6%;
}

.solution-list h3 {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
position: relative;

}
.solution-list h3:after{
	content: '';
	position: absolute;
	left: -20px;
	top: -10px;
	width: 50px;
	height: 50px;
	background: #eee;
	z-index: 1;
}
.solution-list h3:hover a {
  color: #BA3B38;
}

.solution-list h3 a {
  color: #111;
  position: relative;
  z-index: 2;
}

.solution-list .text-p {
  font-size: 16px;
  line-height: 2;
  color: #666;
  line-height: 26px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.solution-list .see-more {
  background-color: #BA3B38;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: #FFF;
  display: inline-block;
  width: 48px;
  line-height: 48px;
  text-align: center;
  margin-top: 40px;
  font-size: 20px;
  font-weight: 300;
  position: absolute;
  right: 0;
  bottom: 0;
}

.about-tab {
  text-align: center;
  margin-bottom: 75px;
}

.about-tab a {
  display: inline-block;
  background-color: transparent;
  color: #707070;
  font-size: 24px;
  border-radius: 15px;
  width: 235px;
  border: 1px solid #e5e5e5;
  padding: 10px 0;
  margin-right: 70px;
  transition: all 0.3s;
}

.about-tab a:nth-last-child(1) {
  margin-right: 0;
}

.about-tab a.act, .about-tab a:hover {
  background-color: #BA3B38;
  color: #FFF;
}

.about-choose .imgshow {
  background: url("../images/choose.png") no-repeat 50% 0;
  height: 347px;
  color: #FFF;
  text-align: center;
  box-sizing: border-box;
  padding-top: 30px;
}

.about-choose .imgshow h2 {
  font-weight: bold;
  font-size: 55px;
}

.about-choose .imgshow p {
  font-size: 18px;
}

.a-c-list {
  padding: 0 12%;
  margin-top: -130px;
  color: #313131;
  font-size: 16px;
}

.a-c-list li {
  float: left;
  width: 30%;
  margin-right: 5%;
  background: #FFFFFF;
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.21);
  border-radius: 20px;
  text-align: center;
  transition: all 0.3s;
}

.a-c-list li:nth-of-type(3) {
  margin-right: 0;
}

.a-c-list li:hover {
  background-color: #BA3B38;
}

.a-c-list li:hover .text-p {
  color: #FFF;
}

.a-c-list li:hover .icon img {
  display: none;
}

.a-c-list li:hover .icon .img-h {
  display: inline-block;
}

.a-c-list .img-h {
  display: none;
}

.a-c-list .icon {
  display: inline-block;
  height: 80px;
  text-align: center;
  padding: 30px 0 20px;
}

.a-c-list .text-p {
  line-height: 24px;
  padding: 0 30px 30px;
}

.a-c-list .text-p p {
  height: 96px;
  overflow: hidden;
}

.about-info {
  margin-top: 90px;
  background: url('../images/about-i-bg.jpg') no-repeat 50% 50%;
	background-size:cover;
}

.about-info h2 {
  font-size: 36px;
  color: #313131;
  margin-bottom: 40px;
}

.about-info .text {
  float: left;
  width: 46%;
  font-size: 16px;
padding-left: 20px;
}
.about-info .text .text-p{
	padding-right:20px;
}
.about-info .imgshow {
  float: right;
  width: 50%;
}

.about-info .imgshow img {
  max-width: 100%;
}

.theme.swiper-button-next {
  right: 0;
  background-image: url("../images/s-next.png");
}

.theme.swiper-button-next:hover {
  background-image: url("../images/s-next2.png");
}

.theme.swiper-button-prev {
  left: 0;
  background-image: url("../images/s-prev.png");
}

.theme.swiper-button-prev:hover {
  background-image: url("../images/s-prev2.png");
}

.theme.swiper-button-next, .theme.swiper-button-prev {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background-color: #FFF;
  background-size: auto auto;
}

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

.about-fac .title {
  margin-top: 120px;
}

.about-fac .title h2 {
  float: none;
  text-align: center;
}

.about-fac .swiper-slide img {
  max-width: 100%;
}

.about-fac .gallery-top {
  width: 55%;
  box-sizing: border-box;
  padding: 40px 6%;
  position: relative;
  z-index: 2;
}

.about-fac .gallery-top .swiper-slide {
  background: #E5E5E5;
  box-shadow: 0px 13px 30px 5px rgba(0, 0, 0, 0.28);
}

.about-fac .gallery-thumbs {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  z-index: 1;
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
}

.fac-swiper {
  position: relative;
}

.about-honor .title h2 {
  float: none;
  text-align: center;
}

.honor-swiper {
  padding: 0 100px;
  position: relative;
}

.honor-swiper .swiper-container {
  padding: 40px 0;
}

.honor-swiper .swiper-slide {
  transition: all 0.3s;
  transform: scale(0.8);
  filter: blur(2px);
}

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

.honor-swiper .swiper-slide.swiper-slide-prev, .honor-swiper .swiper-slide.swiper-slide-next {
  transform: scale(0.9);
  filter: blur(1px);
}

.honor-swiper .swiper-slide.swiper-slide-active {
  transform: scale(1.2);
  filter: blur(0px);
}

.honor-swiper .theme.swiper-button-next, .honor-swiper .theme.swiper-button-prev {
  border: 1px solid #BA3B38;
}

.con-map {
  float: right;
  width: 68%;
}

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

.con-top .text {
  float: left;
  width: 30%;
}

.con-top h2 {
  font-size: 40px;
  font-weight: 400;
  text-transform: uppercase;
  color: #4b4b4b;
  margin-bottom: 10px;
}

.con-top label {
  display: block;
  color: #434343;
  font-size: 16px;
  line-height: 1;
  padding: 8px 0;
}

.con-top p {
  color: #959595;
  font-size: 18px;
  word-break: break-all;
}

.con-top p a {
  color: #959595;
}

.con-top p a:hover {
  color: #BA3B38;
  text-decoration: underline;
}

.con-top li {
  position: relative;
  padding-left: 90px;
  margin-bottom: 30px;
}

.con-top .icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #BFBFBF;
  text-align: center;
  line-height: 60px;
  transition:all 0.6s;
}
.con-top li:hover .icon{background:#BA3B38}
.con-top .icon img {
  display: inline-block;
  vertical-align: middle;
}

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

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

.error-text .e-p {
  font-size: 36px;
  color: #C9151E;
  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: #BA3B38;
}

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

.nav-box {
  display: none;
}

@media only screen and (max-width: 1466px) {

	.pro-text .links a{
		font-size: 14px;
	}
	.pro-text .links .icon img{
			width: 26px;
	}
  .inner-20 {
    padding: 0 20px;
  }
  .m-width-1375 {
    max-width: 1000px;
  }
  .m-width-1420 {
    max-width: 1000px;
  }
  .h-top .share-t a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .h-top .share-t a .iconfont {
    font-size: 14px;
  }
  .h-top .h-logo-add, .h-top .h-lx a {
    font-size: 14px;
  }
  .pc-nav ul a {
    font-size: 16px;
  }
  .product-list .text h3 a {
    padding: 15px 0;
  }
  .product-list .text h3 {
    font-size: 20px;
  }
  /*.fication-list li {*/
  /*  width: 13%;*/
  /*}*/
  .fication-list li.act {
    width: 35%;
  }
  .index-news-grid .news-list li {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .content-product .product-list .text a {
    padding: 15px 0;
  }
  .content-product-detail .gallery-thumbs .swiper-slide img {
    height: 100%;
    width: auto;
  }
  .content-product-detail .gallery-thumbs .swiper-slide {
    text-align: center;
  }
  .content-product-detail .gallery-thumbs {
    width: 100px;
  }
  .pro-swiper {
    padding-right: 125px;
  }
  .solution-list .text {
    padding-top: 1%;
  }
  .solution-list li {
    margin-bottom: 90px;
  }
  .con-top p {
    font-size: 14px;
  }
  .index-news-grid .imgshow .text {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1280px) {
    .fication-list{
        max-width: 960px;
    }
    .fication-list h3 a{
        font-size: 20px;
    }
}
@media only screen and (max-width: 1000px) {
	.pro-text{
		width: 100%;
	}
  .pc-nav {
    display: none;
  }
  #page {
    background: #FFFFFF;
  }
  .btn-nav {
    position: relative;
    background: transparent;
    border: none;
    padding: 21px;
    -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: 99999;
    display: block;
    width: 30px;
    float: right;
  }
  .icon-bar {
    display: block;
    margin: 6px 0;
    width: 30px;
    height: 3px;
    background-color: #BA3B38;
    box-shadow: 0 1px 1px #000000;
    -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;
  }
  .h-top .h-logo-add, .share-t, .h-lx {
    display: none;
  }
  .header {
    position: relative;
/*     padding: 0 20px; */
  }
  .h-top {
    background-color: transparent;
    padding: 0;
  }
  .h-top .logo {
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -25px;
  }
  .h-top .logo img {
    height: 50px;
  }
  .title h2 {
    float: none;
    font-size: 30px;
  }
  .title span {
    width: 100%;
    padding-top: 10px;
  }
  .index-product-grid .product-list li {
    width: 49%;
    margin-right: 0;
  }
  .index-product-grid .product-list li:nth-child(2n) {
    margin-right: 0;
    float: right;
  }
  .product-list li {
    margin-bottom: 20px;
  }
  .product-list .text {
    position: relative;
    margin-bottom: 0;
    width: 100%;
    left: 0;
  }
  .product-list .text h3 {
    font-size: 14px;
  }
  .product-list .text h3 .arrow {
    display: none;
  }
  .product-list li:hover .t-p {
    display: none;
  }
  .product-list li:hover .text {
    transform: translateY(0%);
    border-top: none;
  }
  .product-list li:hover .text h3 a {
    padding: 15px 0;
  }
  .fication-list {
    padding: 0 20px;
  }
  .fication-list li {
    width: 100%;
    float: none;
    border-left: 0;
    border-bottom: 2px solid #BA3B38;
    transition: all 0.5s;
  }
  .fication-list li.act {
    width: 100%;
  }
  .fication-list li:after {
    display: none;
  }
  .fication-list li .imgshow {
    display: none;
  }
  .fication-list h3 {
    top: 0;
    left: 0;
    padding: 0 10px;
    position: relative;
  }
  .fication-list h3 a {
    font-size: 16px;
    line-height: 60px;
  }
  .fication-list h3 .arrow {
    display: none;
  }
  .fication-list .imgshow img {
    width: 100%;
  }
  .index-about-gird .imgshow, .index-about-gird .text {
    width: 100%;
  }
  .index-about-gird .imgshow {
    margin-bottom: 20px;
  }
  .index-about-gird {
    margin-top: 30px;
  }
  .index-about-gird h2 {
    font-size: 30px;
  }
  .index-about-gird .about-bot:before, .index-about-gird .about-bot:after {
    display: none;
  }
  .index-about-gird .about-bot h3 a {
    font-size: 12px;
  }
  .index-about-gird .about-bot .icon {
    height: 40px;
    width: 40px;
  }
  .index-about-gird .about-bot .icon img {
    height: 20px;
  }
  .index-news-grid .news-list {
    width: 100%;
  }
  .index-news-grid .imgshow {
    width: 100%;
  }
  .index-news-grid .imgshow .text-p {
    display: none;
  }
  .index-news-grid .news-list li {
    padding: 16px 0;
  }
  .index-news-grid .news-list li .date {
    position: initial;
  }
  .index-news-grid .news-list li:hover {
    box-shadow: none;
  }
  .index-news-grid .imgshow {
    display: none;
  }
  .f-logo {
    width: 100%;
  }
  .f-logo .logo-m {
    margin-bottom: 20px;
    display: block;
  }
  .f-nav {
    display: none;
  }
  .footer {
    padding-top: 30px;
    margin-top: 30px;
  }
  .foot-copy {
    margin-top: 30px;
  }
  .solution-list .imgshow {
    margin-top: 0;
    width: 100%;
    margin-bottom: 20px;
  }
  .solution-list .text {
    width: 100%;
  }
  .solution-list li {
    padding: 0;
    margin-bottom: 24px;
    border: none;
  }
  .solution-list .see-more {
    display: none;
  }
  .content-solution .solution-list {
    padding-top: 0;
  }
  .solution-list li:nth-child(2n) {
    padding: 0;
  }
  .page-box .page-inner .page-list {
    display: none;
  }
  .content-news-detail .t-h1 {
    margin: 0;
    line-height: 1.3;
    font-size: 24px;
  }
  .subdis {
    display: block;
  }
  .subdis .share_web {
    margin: 12px 0 0 0;
  }
  .content-left {
    display: none;
  }
  .content-right {
    width: 100%;
  }
  .content-product .product-list li {
    float: left;
    margin-right: 0;
    width: 49%;
  }
  .content-product .product-list li:nth-child(2n) {
    float: right;
  }
  .content-product .product-list .text h3 {
    font-size: 14px;
    padding: 0 5px;
  }
  .pro-swiper {
    width: 100%;
    padding-right: 0;
  }
  pro-text {
    float: left;
    width: 100%;
  }
  .content-product-detail .gallery-thumbs {
    width: 100%;
    position: initial;
    height: auto;
  }
  .content-product-detail .gallery-thumbs .swiper-slide img {
    width: 100%;
    height: auto;
  }
  .content-product-detail .gallery-thumbs .swiper-button-next, .content-product-detail .gallery-thumbs .swiper-button-prev {
    display: none;
  }
  .pro-text .links a {
    width: 100%;
    margin-bottom: 12px;
  }
  .my-table {
    overflow-x: auto;
  }
  .d-block .product-list li {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .msg-grid .usedComp {
    width: 100%;
    margin-right: 0;
  }
  .xhl-input-xlarge, .xhl-controls .xhl-textarea {
    width: 100%;
  }
  .news-nylist .imgshow, .news-nylist .text {
    width: 100%;
  }
  .news-nylist .text {
    margin-top: 20px;
  }
  .about-tab {
    display: none;
  }
  .a-c-list {
    margin-top: 20px;
    padding: 0;
  }
  .a-c-list li {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .about-info .imgshow, .about-info .text {
    width: 100%;
  }
  .about-info .imgshow {
    margin-bottom: 20px;
  }
  .about-info h2 {
    margin-bottom: 24px;
    font-size: 30px;
  }
  .about-fac .gallery-thumbs {
    display: none;
  }
  .about-fac .gallery-top {
    width: 100%;
    padding: 0;
  }
  .honor-swiper {
    padding: 0 0px;
  }
  .honor-swiper .swiper-slide.swiper-slide-active {
    transform: scale(1);
  }
  .con-map, .con-top .text {
    width: 100%;
  }
  .con-top .text {
    margin-top: 20px;
  }
  .con-top h2 {
    font-size: 30px;
  }
  .error-text .e-tit {
    font-size: 52px;
  }
  .error-text .e-p {
    font-size: 14px;
  }
  .error-text {
    padding: 30px 20px;
  }
  .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: 20px;
  }
  .search-list ul li .li-inner .img-text {
    margin-top: 20px;
  }
  .search-list .img-text .t a {
    white-space: normal;
  }
}
