html, body {
    position: relative;
    height: 100%;
}
 html{
	color: #333;
	min-width: 320px;
	font-size: 100%;
}
.w-f {
    width: 100%;
}
ul,h1,h2,h3,p,div,dl,dt,dd,figure,figcaption{
	margin: 0;
	padding: 0;
}
li{list-style: none;}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
img{
  max-width: 100%;
  height: auto;
  transition: all .5s;
}
video{
  max-width: 100%;
}
input:focus{
  outline: none;
}
/*=============
 * 工具样式
 =============*/
.center-block{
	display: block;
	margin-right: 0;
	margin-left: 0;
}
.f-cb {
    zoom: 1;
}
.float_r{
	float: right !important;
}
.float_l{
	float: left !important;
}
.text-right{
	text-align: right !important;
}
.text-left{
	text-align: left !important;
}
.text-center{
	text-align: center !important;
}
.hide{
	display: none !important;
}
.show{
	display: block !important;
}
.invisible{
	visibility: hidden;
}
.text-hide{
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}
.clearfix:after,.clearfix:before{
	content: '';
	display: table;
}
.clearfix:after{
	clear: both;
}
*{box-sizing: border-box;}

/*=============
 * 浏览器更新提示
 =============*/
.browerupgrade{
	margin: 0;
	padding: 1rem;
	background: #ccc;
}

/*=============
 * 自定义页面样式
 =============*/
body{
	line-height: 1.8;
	background: #fff;
	font-family: arial,Microsoft YaHei !important;
}
body span{
	font-family: arial !important;
	}
a{
	color: #666;
	text-decoration: none;
	transition: all .4s;
}
a:active,a:hover{
	color: #d70c18;
	text-decoration: none;
}
.container{ max-width: 75rem; margin: 0 auto; padding: 0 1rem; }
.wrap_top {
    max-width: 84.0625rem;
    height: 100%;
    margin: 0 auto;
}
/**--------------------------------------------------------
**  Page---index.html
---------------------------------------------------------**/
.top-wrap {
  position: relative;
}
/*Home-search*/
.search-wrap{
  height: 2.875rem;
}
.search-wrap .clearfix{
  width: 80%;
  margin: 0 auto;
}
.search-box{
  display: inline-block;
  width: 270px;
  height: 1.875rem;
  border: 1px solid #e7e7e7;
  border-radius: .9375rem;
  float: right;
  margin-top: 1rem;
  padding: 0 2px 0 15px;
  position: relative;
}
.search-box input{
  border: none;
  padding: 0;
  line-height: 1.875rem;
}
.search_input{
  width: 80%;
  height: 1.875rem;
  background: none;
  position: absolute;
  top:0;
  left: 15px;
}
.search_input::placeholder{
  font-size: .75rem;
}
.search_submit{
  width: 1.5rem;
  height: 1.75rem;
  background: url("../img/icon_search.png") no-repeat center right;
  position: absolute;
  top:0;
  right: 2px;
}
/*Home-header*/
.header-wrap {
  height: 6.875rem;
  width: 100%;
}
.navbar_header {
  height: 100%;
  position: relative;
}
.navbar_header .clearfix{
  width: 80%;
  margin: 0 auto;
}
.header-wrap .container {
  height: 100%;
}
.logo {
  width: 60%;
  padding-top: 1.65rem;
  height: 100%;
  font-size: 0;
}
.logo a {
  display: inline-block;
  vertical-align: middle;
}
.logo a img{
  width: 100%;
}
.logo div{
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  padding-left: 10px;
  padding-top: 2px;
}
.logo div h2{
  font-size: 1.375rem;
  font-weight: bold;
  color: #1e1e1e;
}
.logo div p{
  font-size: .75rem;
  font-weight: bold;
  color: #777;
}
.pcNav {
  height: 100%;
  transition: all 0.3s ease 0s;
  padding-top: 1.25rem;
}
.pcNav .nav {
  font-size: 0;
  height: 100%;
}
.pcNav .nav li {
  display: inline-block;
  font-size: 1rem;
  height: 100%;
  position: relative;
  margin-right: 1.7rem;
  padding-top: 1rem;
}
.pcNav .nav li:nth-last-child(1) {
  margin-right: 0;
}
.pcNav .nav>li>a {
  display: block;
  text-align: center;
  color: #464646;
  height: 100%;
  position: relative;
  padding: 0 10px;
}
.pcNav .nav li{
  position: relative;
  overflow: hidden;
}
.pcNav .nav li:after{
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: #bb341e;
  bottom: 0;
  left: -100%;
  transition: all .6s ease 0s;
  -webkit-transition: all .6s ease 0s;
  -moz-transition: all .6s ease 0s;
  -o-transition: all .6s ease 0s;
}
.pcNav .nav li:hover:after,
.pcNav .nav li.active:after{
  left: 0;
}
.pcNav .nav li p{
  line-height: 2.5;
  padding-bottom: 2px;
}
.pcNav .nav li img:nth-child(2){
  display: none;
}
.pcNav .nav li:hover img:first-child,
.pcNav .nav li.active img:first-child{
  display: none;
}
.pcNav .nav li:hover img:nth-child(2),
.pcNav .nav li.active img:nth-child(2){
  display: inline-block;
}
.pcNav .nav li:hover p,
.pcNav .nav li.active p{
  color: #bb341e;
}
.header_nav {
    height: 100%;
    margin-left: 11.47%;
}
.intop_pos {
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 2px 7px #d8d8d899;
    transition: all 0.4s;
}
.intop_pos .nav li a {
    color: #333;
}
/* Home-mobile-header */
.menu {
    float: right;
    margin-top: 1.8rem;
    display: none;
}
.mm-menu .mm-navbar .mm-title {
    padding: 0;
    font-size: 1rem;
    color: #acacac;
    text-align: left;
}
.mm-navbar {
    height: 5rem;
    line-height: 5rem;
}
.mm-menu {
    background: #fff;
}
.mm-listview>li>a,
.mm-listview>li>span {
    font-size: 1rem;
    padding: 1.25rem 0.625rem 1.25rem 1.25rem;
}
.m-search>input::-webkit-input-placeholder {
    color: #3e4142;
    font-size: 0.875rem;
    line-height: 1.71rem;
}
.m-search>input {
    width: 100%;
    border: 0;
    outline: none;
    border-radius: 0 10rem 10rem 0;
    background: #f4f4f4;
    color: #9b9b9b;
    font-size: 0.875rem;
    height: 1.71rem;
    padding-top: 0.3rem;
}
.m-search>button {
    background: url(../images/search.png) no-repeat 10px 7px #f4f4f4;
    height: 1.71rem;
    width: 11%;
    border: 0;
    outline: none;
    background-size: 58%;
    padding: 0;
    border-radius: 10rem 0 0 10rem;
}
.m-search {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 0.625rem 0rem 1rem;
    border-color: #fff;
    display: none;
    width: 100%;
}
.mm-hasnavbar-top-1 .mm-panels,
.mm-navbar-top-2 {
    top: 4.2rem;
}
.mm-listview>li .mm-next:before {
    content: none;
}
.mm-navbar-bottom {
    border: none;
}
.mm-btn {
    width: 60px;
    height: 60px;
}
.mm-clear:after,
.mm-clear:before,
.mm-close:after,
.mm-close:before,
.mm-arrow:after,
.mm-prev:before {
    width: 10px;
    height: 10px;
    top: 10px;
}
.mm-clear:before,
.mm-close:before {
    right: 18px;
}
.mm-clear:after,
.mm-close:after {
    right: 32px;
}
.mm-next:after {
    width: 10px;
    height: 10px;
    top: 4px;
}
.mm-panels>.mm-panel>.mm-navbar+.mm-listview {
    width: calc(100% + 40px);
}
.mm-navbar.mm-hasbtns {
    background: #333;
    padding: 0 40px 0 17px;
    height: 4.25rem;
    line-height: 4.25rem;
}
.mm-menu .mm-btn:after,
.mm-menu .mm-btn:before {
    border-color: #fff;
}

/*Home-myMenu*/
#myMenu{
    position: absolute;
    top: 50%;
    left: calc(50% + 530px);
    transform: translate(-50%,-50%);
    padding: 30px 1.25rem;
    z-index: 1;
}
#myMenu li{
    margin-bottom: 1rem;
    text-align: right;
}
#myMenu span:first-child{
    display: inline-block;
    width: 4.25rem;
    height: 1.5625rem;
    text-align: center;
    line-height: 1.5625rem;;
    background: #c00;
    color: #fff;
    font-size: .875rem;
    position: relative;
    visibility: hidden;
}
#myMenu span:first-child:after{
    content: '';
    width: 0;
    height: 0;
    border: 0.5rem solid transparent;
    border-left: 0.5rem solid #c00;
    position: absolute;
    top: 50%;
    right: -1rem;
    transform: translateY(-50%);
    z-index: 100;
}
#myMenu li.active span:first-child{
  visibility: visible;
}
#myMenu li.active span:last-child i{
    background-color: #fff;
}
#myMenu li.active span:last-child{
    border: 1px solid #fff;
}
#myMenu span:last-child{
    width: 23px;
    height: 23px;
    display: inline-block;
    margin-left: 5px;
    line-height: 0;
    padding: 4px;
    background-position: center;
    background-size: auto auto;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
    border-radius: 50%;
    overflow: hidden;
}
#myMenu span:last-child i{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid #fff;
}
/*Home-banner*/
.banner{
  overflow: hidden;
}
.banner.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
  margin: 0 8px;
}
.banner.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction{
  bottom: 14px;
}
.banner .swiper-pagination-bullet-active{
  background: none;
  border: 1px solid #fff;
}
.banner .swiper-pagination-bullet{
  width: 14px;
  height: 14px;
}
.H-title{
  text-align: center;
  padding: 3.685rem 0;
}
.H-title h2{
  font-size: 1.875rem;
  color: #000;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.H-title h2 span{
  color: #cf121b;
}
.H-title p{
  font-size: .875rem;
  color: #b8b8b8;
  line-height: 1;
}
/*Home-business*/
.business-content ul{
  padding-bottom: 6.5rem;
  box-sizing: content-box;
}
.business-content li.pc{
  float: left;
  width: 19%;
  background: no-repeat center center;
  background-size: 100% 100%;
  position: relative;
  top: 0;
  transition: all .6s ease 0s;
  -webkit-transition: all .6s ease 0s;
  -moz-transition: all .6s ease 0s;
  -o-transition: all .6s ease 0s;
}
.business-content li.pc:hover{
  top: 25px;
}
.business-content li.pc:hover>div{
  width: 100%;
  height: 100%;
  background: rgba(207,18,27,.9);
  position: absolute;
  top:0;
  left: 0;
}
.business-content li.pc:hover .li-c{
  margin-top: -30px;
}
.business-content li.l1 .li-c .img-box{
  background-image: url(../img/business_icon_01.png);
}
.business-content li.l2 .li-c .img-box{
  background-image: url(../img/business_icon_02.png);
}
.business-content li.l3 .li-c .img-box{
  background-image: url(../img/business_icon_03.png);
}
.business-content li.l4 .li-c .img-box{
  background-image: url(../img/business_icon_04.png);
}
.business-content li.l5 .li-c .img-box{
  background-image: url(../img/business_icon_05.png);
}
.business-content li.pc:not(:nth-child(5)){
  margin-right: 1.25%;
}
.business-content li a{
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.business-content li:hover a{
  position: absolute;
  top: 0px;
}
.business-content li .li-c{
  text-align: center;
  margin-top: 65px;
  transition: all .6s ease 0s;
  -webkit-transition: all .6s ease 0s;
  -moz-transition: all .6s ease 0s;
  -o-transition: all .6s ease 0s;
}
.business-content li .li-c .img-box{
  display: inline-block;
  width: 80px;
  height: 80px;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background: no-repeat center center;
}
.business-content li .li-c span{
  display: block;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  color: #fff;
  margin-top: 30px;
}
.business-content li.pc:hover .li-c .img-box{
  background-color: #cf121b;
}
.business-content li.pc:hover .li-c span{
  margin-top: 10px;
}
.business-content li .li-c span:after{
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  background: #fff;
  top: -13px;
  left: 50%;
  margin-left: -20px;
}
.business-content li:hover .li-c span:after{
  display: none;
}
.business-content li .text{
  text-align: center;
  margin-top: 15px;
  padding: 0 10px;
  opacity: 0;
  filter: alpha(opacity=0);
  color: #fff;
  font-size: 14px;
}
.business-content li .text p{
  text-align: justify;
  word-break: break-all;
  overflow:hidden;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:6;
}
.business-content li .more{
  text-align: center;
  color: #fff;
  font: 12px "微软雅黑";
  text-transform: uppercase;
  position: absolute;
  bottom: 20px;
  width: 100%;
  opacity: 0;
}
.business-content li .more span{
  display: inline-block;
  transition: all .6s ease 0s;
  -webkit-transition: all .6s ease 0s;
  -moz-transition: all .6s ease 0s;
  -o-transition: all .6s ease 0s;
  line-height: 10px;
  height: 12px;
}
.business-content li.pc:hover .text{
  opacity: 1;
  filter: alpha(opacity=100);
  transition: all .6s ease 0s;
  -webkit-transition: all .6s ease 0s;
  -moz-transition: all .6s ease 0s;
  -o-transition: all .6s ease 0s;
}
.business-content li.pc:hover .more{
  opacity: 1;
  filter: alpha(opacity=100);
  transition: opacity .6s ease .3s;
  -webkit-transition: opacity .6s ease .3s;
  -moz-transition: opacity .6s ease .3s;
  -o-transition: opacity .6s ease .3s;
}
/*Home-news*/
.news-wrap{
  background: url("../img/news_bg.jpg") no-repeat;
}
.news_content{
  padding-bottom: 4.125rem;
}
.news_banner{
  background:#fff;
  position: relative;
}
.news_img_box{
  width: 39%;
  margin: 0;
  float: left;
}
.news_text_box{
  width: 60%;
  float: left;
  margin-left: 1%;
  padding: 1.875rem 3.75rem;
}
.news_text_box p{
  font-size: 1rem;
  color: #767676;
}
.news_text_box h3{
  font-size: 1rem;
  color: #202020;
  font-weight: bold;
  position: relative;
  line-height: 3.75rem;
  margin-bottom: .75rem;
}
.news_text_box h3:after{
  content: '';
  width: 17px;
  height: 2px;
  background: #cf121b;
  position: absolute;
  left: 0;
  top: 0;
}
.news_text_box article{
  font-size: .875rem;
  color: #777;
}
.news_navigation{
  width: 30%;
  height: 2rem;
  position: absolute;
  left: calc(40% + 3.75rem);
  bottom: 2.1875rem;
}
.news_navigation .swiper-pagination{
  position: static;
}
.news_navigation .swiper-pagination-bullet{
  background: #777;
  margin: 0 .875rem;
}
.news_navigation .swiper-pagination-bullet-active{
  background: #000;
}
.news_navigation .swiper-button-next, .news_navigation .swiper-button-prev{
  margin-top: -17px;
  width: 33px;
  height: 33px;
}
.news_navigation .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
  background-image: url("../img/news_left.png");
  background-size:100%;
  left: 0;
}
.news_navigation .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
  background-image: url("../img/news_right.png");
  background-size:100%;
  right: 0;
}
.news_navigation .swiper-button-prev:hover,
.news_navigation .swiper-container-rtl .swiper-button-next:hover{
  background-image: url("../img/news_left2.png");
}
.news_navigation .swiper-button-next:hover,
.news_navigation .swiper-container-rtl .swiper-button-prev:hover,
.news_navigation .swiper-button-next:focus,
.news_navigation .swiper-container-rtl .swiper-button-prev:focus{
  background-image: url("../img/news_right2.png");
  outline: none;
}
.news_list{
  margin: 3.25rem 0;
}
.news_list ul{
  display: flex;
  flex-flow: row wrap;
}
.news_item{
  margin-left: 3.5%;
  background: #fff;
  box-shadow: rgba(186, 186, 186, 0.3) 0px 0px 13px;
  position: relative;
  width: 31%;
  margin-bottom: 10px;
}
.news_item:first-child{
  margin-left: 0px;
}
.news_item:after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: none;
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
  transition: all 0.65s ease 0s;
}
.news_item:hover:after{
  opacity: 1;
  transform: translate(10px, 10px);
}
.news_item .news_item_img{
  opacity: 0;
  visibility: hidden;
  transition: all 0.65s ease 0s;
}
.news_item:hover .news_item_img{
  opacity: 1;
  visibility: visible;
}
.news_item .news_item_img img{
  border: 0px;
  display: block;
  width: 100%;
}
.news_item a{
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #fff;
}
.news_item:hover a{
  transform: translate(10px, 10px);
  background: rgba(207, 18, 27,.7);
}
.news_item h4{
  position: relative;
  left: 0px;
  top: 0px;
  width: 100%;
  padding: 25px 35px;
  margin: 0;
  color: #767676;
  transition: all 0.65s ease 0s;
}
.news_item:hover h4{
  color: rgb(255, 255, 255) !important;
}
.news_item h4:after{
  content: "";
  display: block;
  width: 15px;
  height: 1px;
  background: #cf121b;
  position: absolute;
  left: 35px;
  bottom: 20px;
  transition: all 0.65s ease 0s;
}
.news_item:hover h4:after{
  background: rgb(255, 255, 255);
}
.news_item h2{
  padding: 0px 35px;
  text-align: left;
  font-size: 100%;
  font-weight: normal;
  margin-bottom: .5rem;
}
.news_item h2 span{
  line-height: 20px;
  font-size: 1rem;
  color: #202020;
  font-weight: bold;
  transition: all 0.65s ease 0s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news_item:hover h2 span{
  color: rgb(255, 255, 255) !important;
}
.news_item p{
  font-size: .875rem;
  color: #777;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  padding: 4px 35px;
  transition: all 0.65s ease 0s;

}
.news_item:hover p{
  color: rgb(255, 255, 255) !important;
}
/*news_other*/
.news_other{
  background: #fff;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
}
.news_other h2{
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
}
.news_other_left{
  width: 60%;
  padding: 1.25rem 2.8125rem .75rem;
}
.news_other_left h2{
  color: #171717;
}
.news_other_left li{
  padding: 1.25rem 0 1.25rem .5rem;
  position: relative;
}
.news_other_left li:not(:last-child){
  border-bottom: 1px dashed #999;
}
.news_other_left li:before{
  content: '';
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
  background: #202020;
  position: absolute;
  left: 0;
  top:2rem;
}
.news_other_left li:hover:before{
  background: #cf121b;
}
.news_other_left li h3{
  font-size: 1rem;
  color: #202020;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news_other_left li:hover h3{
  color: #cf121b;
}
.news_other_left li p{
  font-size: .875rem;
  color: #777;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news_other_right{
  width: 40%;
  height: 100%;
  background: #cf121b;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  padding: 1.25rem 1rem .75rem;
}
.news_other_right h2{
  color: #fff;
}
.news_other_right li{
  line-height: 3.75rem;
  border-bottom: 1px dashed #dd5a60;
}
.news_other_right li:last-child{
  border: none;
}
.news_other_right a{
  font-size: 1rem;
  color: #fff;

}
.news_other_right a em{
  font-style: normal;
  display: inline-block;
  width: 80%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  float: left;
}
.news_other_right li:hover a{
  text-decoration: underline;
}
.news_other_right span{
  font-size: .75rem;
  color: #fff;
  float: right;
  vertical-align: bottom;
}
/*Home-about*/
.about-wrap{
  padding: 6rem 0;
  background: url("../img/news_bg.jpg") no-repeat;
}
.about-wrap .container{
  position: relative;
}
.about-white{
  width: 83%;
  height: 34.375rem;
  background: #fff;
  float: right;
}
.about-wrap div.about_img{
  width: 48%;
  position: absolute;
  left: 0;
  top:50%;
  transform: translateY(-50%);
}
.about-wrap div.about_img img{
  width: 100%;
}
.about_info{
  width: 52%;
  position: absolute;
  right: 0;
  padding: 0 2.1875rem;
}
.about_info h2{
  text-align: left;
  position: relative;
  line-height: 2.5;
}
.about_info h2:after{
  content: '';
  position: absolute;
  width: 3.125rem;
  height: 4px;
  background: #cf121b;
  left: 0;
  bottom: 0;
}
.about_info .H-title{
  padding:3.5rem 0 1.8rem ;
}
.about_info p{
  font-size: .875rem;
  color:#666;
  line-height: 1.75rem;
}
.about_info a{
  display: inline-block;
  width: 15rem;
  font-size: 1rem;
  color: #666;
  line-height: 3.5625rem;
  text-align: center;
  margin-top: 2.3rem;
  border: 1px solid #ccc;
}

/*Home-case*/
.case-wrap{
  padding-bottom: 3.75rem;
}
.case-wrap .H-title{
  padding-bottom: 3.125rem;
}
.case_banner{
  position: relative;
}
.case_banner .swiper-button-prev,
.case_banner .swiper-container-rtl .swiper-button-next{
  background-image: url(../img/news_left.png);
  left: -80px;
  right: auto;
  background-size: cover;
}
.case_banner .swiper-button-next,
.case_banner .swiper-container-rtl .swiper-button-prev{
  background-image: url(../img/news_right.png);
  right: -80px;
  left: auto;
  background-size: cover;
}
.case_banner .swiper-button-prev:hover,
.case_banner .swiper-container-rtl .swiper-button-next:hover{
  background-image: url(../img/news_left2.png);
}
.case_banner .swiper-button-next:hover,
.case_banner .swiper-container-rtl .swiper-button-prev:hover{
  background-image: url(../img/news_right2.png);
}
.case_banner .swiper-button-next,
.case_banner .swiper-button-prev{
  width: 50px;
  height: 50px;
  outline: none;
}
.case_content .swiper-container{
  padding: 0 .8rem 0 1.2rem;
}
.case_content .swiper-wrapper{
  margin-top: 1.75rem;
  margin-bottom: 4.375rem;
}
.case_content .swiper-slide a{
  display: block;
  float: left;
  box-shadow: 0 0 9px rgba(86,86,86,.35);
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  text-align: center;
}
.case_content .swiper-slide a:hover{
  box-shadow: 0 7px 22px 0 rgba(7,17,27,.5);
  transform: translate3d(0, -6px, 0);
  -webkit-transform: translate3d(0, -6px, 0);
  -moz-transform: translate3d(0, -6px, 0);
  -o-transform: translate3d(0, -6px, 0);
  -ms-transform: translate3d(0, -6px, 0);
}
.case_content .swiper-slide a .img{
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}
.case_content .swiper-slide a .img img{
  width: 100%;
}
.case_content .swiper-slide a .img img{
  width: 100%;
}
.case_content .swiper-slide a .img .img-p-a{
  position: absolute;
  left: 0px;
  bottom: 0;
}
.case_content .swiper-slide a .img .img-p-a1{
  display: block;
}
.case_content .swiper-slide a .img .img-p-a2{
  display: none;
}
.case_content .swiper-slide a:hover .img .img-p-a1{
  display: none;
}
.case_content a:hover .img .img-p-a2{
  display: block;
}
.case_content .swiper-slide a .title{
  font-size: 18px;
  line-height: 30px;
	height: 60px;
  color: #333333;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.case_content .swiper-slide a p{
  width: 80%;
  margin: 0 auto;
  font-size: .875rem;
  color: #6b6b6b;
  line-height: 20px;
  margin-bottom: 1rem;
}
.case_content .swiper-slide a .text{
  text-align: center;
  text-transform: uppercase;
  line-height: 30px;
  color: #cf121b;
  padding-bottom: 30px;
  font-size: 14px;
  font-weight: bold;
}
.case_link h2{
  font-size: 1.5rem;
  font-weight: bold;
  color: #171717;
  padding-left: 1.25rem;
  position: relative;
  line-height: 2.5rem;
}
.case_link h2:before{
  content: '';
  width: 5px;
  height: 2.5rem;
  background:#cf121b;
  position: absolute;
  left: 0;
  top: 0;
}
.case_link h2 span{
  font-size: .875rem;
  color: #b8b8b8;
  margin-left: 1rem;
  font-weight: normal;
}
.case_link li{
  display: inline-block;
  margin-right: 1rem;
  line-height: 2.25rem;
  letter-spacing: 1px;
}
.case_link li:nth-child(6n){
  margin-right: 0;
}
/*Home-contact*/
.contact-wrap{
  background: url("../img/contact_bg.jpg") center no-repeat;
  padding: 4.125rem;
  background-size: cover;
}
.contact-wrap h2{
  font-size: 2.5rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.contact_address{
  text-align: center;
}
.contact_address span{
  font-size: .75rem;
  color: #fff;
  display: block;
  text-align: center;
}
.contact_ways{
  display: flex;
  align-items: center;
  margin-top: 5.625rem;
}
.contact_ways li{
  float: left;
}
.contact_ways li{
  width: 23%;
  display: flex;
  align-items: center;
}
.contact_ways li:first-child{
  width: 24%;
}
.contact_ways li:nth-child(2){
  width: 18%;
  margin-left: 4%;
}
.contact_ways li:nth-child(3){
  width: 29%;
}
.contact_ways li img{
  float: left;
}
.contact_ways li div{
  width: 75%;
  margin-left: 5%;
  float: left;
}
.contact_ways li span{
  font-size: .9375rem;
  color: #fff;
}
.contact_ways li p,
.contact_ways li p a{
  font-size: 1rem;
  color: #fff;
  font-weight: bold;
  line-height: 1.5rem;
}
.copy{
  background: #1b1b1b;
  font-size: .875rem;
  color: #fff;
  text-align: center;
  padding: 22.5px 0;
}
.copy a{
  color: #fff;
}
/*about.html*/
.page_top{
  width: 100%;
  height: 408px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.page_top>div{
  width: 100%;
  height: 100%;
  position: relative;
}
.page_top_tit{
  position: absolute;
  top:50%;
  color: #fff;
  transform: translateY(-50%);
}
.page_top_tit h2{
  font-size: 3.125rem;
  font-weight: bold;
  line-height: 4rem;
}
.page_top_tit p{
  font-size: 1.375rem;
  text-transform: uppercase;
}
.page_nav{
  text-align: center;
  padding: .875rem 0;
}
.page_nav .active a{
  color:#cf121b;
}
.page_nav li{
  width: 9.5rem;
  font-size: 1rem;
  color: #222;
  display: inline-block;
}
.page_nav li:not(:last-child){
  border-right: 1px solid #c7c7c7;
}
.page_nav li a{
  display: inline-block;
  width: 100%;
  height: 100%;
}
.page_content{
  padding: 2.8125rem 0 4rem;
}
.page_content h2{
  font-size: 2.125rem;
  color: #cf121b;
  text-align: center;
  line-height: 5.3125rem;
  position: relative;
  margin-bottom: 2.6875rem;
}
.page_content h2:after{
  content: '';
  width: 43px;
  height: 2px;
  background: #e2e2e2;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.about_content{
  width: 84%;
  margin: 0 auto;
  padding:2.8125rem 0;
}
.about_content h2,
.about_content h3{
  text-align: center;
}
.about_content h2{
  font-size: 2.125rem;
  color: #cf121b;
  line-height: 3.4375rem;
}
.about_content h3{
  font-size: 1rem;
  color:#0a0a0a;
  line-height: 1.2;
  margin-bottom: 2.5rem;
}
.about_content img{
/*  margin-bottom: 2.5rem;*/
}
.about_content p{
  font-size: 1rem;
  color: #4d4d4d;
  line-height: 2.25rem;
  text-indent: 2em;
}
.about_content table tbody tr td {
  line-height: 2.5rem;
}
/*company.html*/
.company_contnet li{
  width: 32%;
  float: left;
  margin-bottom: 1.6875rem;
}
.company_contnet li:not(:nth-child(3n)){
  margin-right: 2%;
}
.company_contnet li:hover a div{
  color: #cf121b;
}
.company_contnet li div{
  font-size: 1rem;
  color: #333;
  text-align: center;
  line-height: 2.9375rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.pageNum {
  width: 100%;
  height: 2.5rem;
  text-align: center;
  vertical-align: middle;
  margin: 3.75rem auto;
  display: inline-block;
  font-size: 0;
}
.pageNum a {
  display: inline-block;
  width: 3rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  color: #989898;
  border: 1px solid #e2e2e2;
  border-right: 0;
  background: #fff;
  font-size: 1rem;
}
.pageNum a.prevNode,
.pageNum a.prev{
  width: 4rem;
}
.pageNum a:last-child{
  border: 1px solid #e2e2e2;
}
.pageNum a.active {
  color: #fff;
  background: #cf121b;
  border: 1px solid #cf121b;
}
/*culture.html*/
.culture_list li{
  margin-bottom: 3rem;
}
/*business.html*/
.business_content{
  padding: 3.5rem 0;
}
.business_left{
  width: 20%;
  padding-right: 1%;
  float: left;
}
.business_left_title{
  width: 100%;
  color: #fff;
  line-height: 1.4;
  padding: 21px 0 21px 2.25rem;
  background: url("../img/business_title_bg.jpg") no-repeat;
  background-size: 100% 100%;
  margin-bottom: .9375rem;
}
.business_left_title h2{
  font-size: 1.875rem;
  font-weight: bold;
}
.business_left_title h3{
  font-size: 1.25rem;
  font-weight: bold;
}
.business_left_list li{
  width: 100%;
  background: #eaeaea;
  margin-bottom: 8px;
  border-top-left-radius: 1.34575rem;
  border-bottom-left-radius: 1.34575rem;
  position: relative;
}
.business_left_list li:before{
  content: '';
  width: 5px;
  height: 5px;
  background: #d9d9d9;
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  left: 11px;
}
.business_left_list li a{
  display: inline-block;
  font-size: .9375rem;
  color: #222;
  padding: .75rem  .75rem .75rem 2.125rem;
  line-height: 1.6875rem;

}
.business_right{
  width: 80%;
  float: right;
  box-sizing: border-box;
}
.business_right li{
  width: 31.33%;
  float: left;
  margin-left: 2%;
}
.business_right li div{
  font-size: .875rem;
  text-align: center;
  line-height: 3.25rem;
  margin-bottom: .875rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
/*detail.html*/
.now_address{
	background: #f3f3f3;
}
.now_address a{
	font-size: 1rem;
	color:#666;
	line-height: 3rem;
	margin: 0 10px;
}
.detail_content{
  padding:2.8125rem 0;
  width: 100%;
  margin: auto;
}
.detail_tit{
  text-align: center;
}
.detail_tit h2{
  font-size: 1.75rem;
  color:#333;
}
.detail_tit p{
  font-size: .875rem;
  color: #999;
}
.detail_artial img{
  display: block;
  margin: 22px auto;
}
.detail_artial div{
  margin-bottom: 1.5rem;
}
.detail_artial h3{
  font-size: 1.25rem;
  color:#222;
  font-weight: bold;
}
.detail_artial p{
  font-size: .875rem;
  color: #4d4d4d;
  line-height: 1.875rem;
}
.change_detail{
  margin-top: 1rem;
}
.change_detail div{
  border-bottom: 1px solid #e5e5e5;
}
.change_detail a{
  font-size: .875rem;
  color: #666;
  line-height: 2.375rem;
}
/*service.html*/
.service_artial{
  font-size: 1rem;
  color:#4d4d4d;
}
.service_artial h3{
  font-weight: bold;
}
/*news.html*/
.news_li{
  padding: 1.875rem 0;
  border-bottom: 1px solid #f0f2f5;
}
.news_li a{
  display: block;
}
.news_date{
  width: 13.5%;
  float: left;
  padding-left: 1.875rem;
}
.news_date strong{
  font-size: 1.875rem;
  font-weight: bold;
}
.news_date p{
  font-size: .875rem;
}
.news_info{
  width: 86.5%;
  float: left;
}
.news_info h3{
  font-size: 1.25rem;
  color: #333;
  font-weight: bold;
  margin-bottom: .5rem;
}
.news_info p{
  font-size: .875rem;
  color: #999;
  line-height: 1.875rem;
  display: -webkit-box;
  -webkit-line-clamp:2;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
/*human.html*/
.human_item{
  width: 31.6%;
  background: #fff;
  padding: 1.25rem 2.25rem;
  float: left;
  margin-bottom: 2rem;
}
.human_item:not(:nth-child(3n)){
  margin-right: 2.6%;
}
.human_item span:first-child{
  display: inline-block;
  width: 80%;
  height: 3.5rem;
  font-size: 1rem;
  color: #333;
}
.human_item span:last-child{
  font-size: 1rem;
  color: #cf121b;
  float: right;
}
/*contact.html*/
.contact_box{
  position: relative;
}
.contact_content{
  padding-bottom: 0 !important;
}
.contact_list{
  width: 90%;
  text-align: center;
  font-size: 0;
  position: absolute;
  top:0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
}
.contact_list li{
  display: inline-block;
  background: #a61c1c;
  text-align: center;
  font-size: 1.125rem;
  color: #fff;
  vertical-align: middle;
  padding: 1.875rem  2.5rem 0;
}
.contact_list li:first-child{
  width: 19.5rem;
  border-right: 1px solid #631314;
}
.contact_list li:nth-child(2){
  width: 26.5rem;
  border-right: 1px solid #631314;
}
.contact_list li:last-child{
  width: 19.5rem;
}
.contact_list li p,
.contact_list li a{
  height: 5rem;
  margin-top: 1.8rem;
  line-height: 1.4;
	color:#fff
}
.map{
  padding-top: 3.75rem;
}
.online_box form{
  width: 60%;
  margin: 0 auto;
}
.online_box form div{
  margin-bottom: 2.6875rem;
}
.online_box form span{
  display: inline-block;
  width: 14%;
  font-size: 1rem;
  color: #777;
  vertical-align: middle;
}
.online_box form input{
  width: 85%;
  padding-left: 1rem;
  line-height: 2.875rem;
  border:1px solid #efefef;
}
.online_box form div.liyan span{
  vertical-align: top;
  margin-top: .75rem;
}
.online_box form div textarea{
  width: 85%;
  padding-left: 1rem;
  padding-top: .75rem;
  border:1px solid #efefef;
  resize: none;
}
.online_box form input[type=submit]{
  width: 100%;
  font-size: 1rem;
  color: #fff;
  line-height: 2.875rem;
  background: #cf121b;
  margin-bottom: 3.5rem;
}
.business_classify {
    background: url(../img/business_classify.jpg) top right no-repeat;
    background-size: 100% 100%;
    padding-top: 66px;
}
.business_classify h2{
  font-size: 40px;
  color:#bb341e;
  text-align: center;
}
.business_classify ul{
  width: 80%;
  margin: 80px auto;
}
.business_classify li{
  display: inline-block;
      width: 50%;
    margin: 3% 0 3% 0;
}
.business_classify li:nth-child(2n){
  margin-right: 0;
}
.business_classify li a{
  font-size: 28px;
  color:#222;
  position: relative;
}
.business_classify li a span{
  font-size: 20px;
  color:#bb341e;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 25px;
  display: inline-block;
  border-radius: 50%;
  border:2px solid #bb341e;
  margin-right: 13px;
  vertical-align: bottom;
}
.business_classify li a::after{
  content: '';
  width: 300px;
  height: 2px;
  background: #bb341e;
  position: absolute;
  bottom:-20px;
  left: 40px;
}
.business_content{
  padding: 3.5rem 0;
}
.business_left{
  width: 20%;
  padding-right: 1%;
  float: left;
}
.business_left_title{
  width: 100%;
  color: #fff;
  line-height: 1.4;
  padding: 21px 0 21px 2.25rem;
  background: url("../img/business_title_bg.jpg") no-repeat;
  background-size: 100% 100%;
  margin-bottom: .9375rem;
}
.business_left_title h2{
  font-size: 1.875rem;
  font-weight: bold;
}
.business_left_title h3{
  font-size: 1.25rem;
  font-weight: bold;
}
.business_left_list li{
  width: 100%;
  background: #eaeaea;
  margin-bottom: 8px;
  border-top-left-radius: 1.34575rem;
  border-bottom-left-radius: 1.34575rem;
  position: relative;
}
.business_left_list li:before{
  content: '';
  width: 5px;
  height: 5px;
  background: #d9d9d9;
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  left: 11px;
}
.business_left_list li a{
  display: inline-block;
  font-size: .9375rem;
  color: #222;
  padding-left: 2.125rem;
  line-height: 2.6875rem;

}
.business_left_list li a:hover{ color:#cf121b }
.business_right{
  width: 80%;
  float: right;
  box-sizing: border-box;
}
.business_right li{
  width: 31.33%;
  float: left;
  margin-left: 2%;
}
.business_right li div{
  font-size: .875rem;
  text-align: center;
  line-height: 3.25rem;
  margin-bottom: .875rem;
  white-space: nowrap;
  overflow: hidden;
}


.business_list{
  width: 100%%;
  box-sizing: border-box;
}
.business_list li{
  width: 31.33%;
  float: left;
  margin-left: 2%;
}
.business_list li .business_img{
  border-radius: 10px;
  overflow: hidden;
}
.business_list li div.business_tit{
  font-size: .875rem;
  text-align: center;
  line-height: 1.5;
	height: 50px;
  margin-bottom: .875rem;
	padding: 10px 0;
	display: -webkit-box;
	-webkit-line-clamp:2;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
}
.business_detail h2{
  font-size: 28px;
  color:#222;
  position: relative;
  margin: 60px 0 100px;
}
.business_detail h2 span{
  font-size: 20px;
  color:#bb341e;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 25px;
  display: inline-block;
  border-radius: 50%;
  border:2px solid #bb341e;
  margin-right: 13px;
  vertical-align: bottom;
}
.business_detail h2::after{
  content: '';
  width: 300px;
  height: 2px;
  background: #bb341e;
  position: absolute;
  bottom:-20px;
  left: 40px;
}
.demo-1 {
  width: 100%;
}
.demo-1 .codrops-demos {
  position: absolute;
  z-index: 2000;
  top: 30px;
  left: 30px;
}
.sl-slider-wrapper {
  width: 800px;
  height: 400px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.sl-slider {
  position: absolute;
  top: 0;
  left: 0;
}
.sl-slide,
.sl-slides-wrapper,
.sl-slide-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.sl-slide {
  z-index: 1;
}
.sl-content-slice {
  overflow: hidden;
  position: absolute;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background: #fff;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity : 1;
}
.sl-slide-horizontal .sl-content-slice {
  width: 100%;
  height: 50%;
  left: -200px;
  -webkit-transform: translateY(0%) scale(1);
  -moz-transform: translateY(0%) scale(1);
  -o-transform: translateY(0%) scale(1);
  -ms-transform: translateY(0%) scale(1);
  transform: translateY(0%) scale(1);
}
.sl-slide-horizontal .sl-content-slice:first-child {
  top: -200px;
  padding: 200px 200px 0px 200px;
}
.sl-slide-horizontal .sl-content-slice:nth-child(2) {
  top: 50%;
  padding: 0px 200px 200px 200px;
}
.sl-slide-vertical .sl-content-slice {
  width: 50%;
  height: 100%;
  top: -200px;
  -webkit-transform: translateX(0%) scale(1);
  -moz-transform: translateX(0%) scale(1);
  -o-transform: translateX(0%) scale(1);
  -ms-transform: translateX(0%) scale(1);
  transform: translateX(0%) scale(1);
}
.sl-slide-vertical .sl-content-slice:first-child {
  left: -200px;
  padding: 200px 0px 200px 200px;
}
.sl-slide-vertical .sl-content-slice:nth-child(2) {
  left: 50%;
  padding: 200px 200px 200px 0px;
}
.sl-content-wrapper {
  position: absolute;
}
.sl-content {
  width: 100%;
  height: 100%;
  background: #fff;
}
.sl-slide-horizontal .sl-slide-inner {
  background: #ddd;
}
.sl-slide-vertical .sl-slide-inner {
  background: #ccc;
}



@media only screen and (max-width:100rem) {
  .search-wrap .clearfix{width: 90%}
  .logo div{margin-left: 0}
  .navbar_header .clearfix{width: 90%}
  .pcNav .nav>li>a{padding: 0 5px}
}
@media only screen and (max-width:87rem) {
  .nav li {margin-right: .25rem;}
  .logo{padding-top: 2.2rem}
  #myMenu{display: none}
  /*Home-case*/
  .case_content .swiper-container{width: 80%}
  .case_banner .swiper-button-prev, .case_banner .swiper-container-rtl .swiper-button-next{left: 0}
  .case_banner .swiper-button-next, .case_banner .swiper-container-rtl .swiper-button-prev{right: 0}

}
@media only screen and (max-width:75rem) {
  .nav li {margin-right: .25rem;}
  .logo{padding-top: 2.2rem}
  #myMenu{display: none}
  /*Home-business*/
  .business-content li .li-c{margin-top: 55px}
  .business-content li .text{font-size: .75rem;}
  .business-content li .text p{-webkit-line-clamp:4;}
  .business_left{width: 100%;}
  .business_left_title{display: none}
  .business_left_list li{display:inline-block;width: auto;padding-right: 2rem;margin-right: 2rem}
  .business_left_list li a{line-height: 1.5;padding-left: 1.5rem}
  .business_right{width: 100%}
  .business_right li{width: 31.83%}
  .business_right li:nth-child(3n-2){margin-left: 0}
  /*Home-about*/
  .about-wrap div.about_img{left: 1rem}
}
@media only screen and (min-width:75rem) {

}

/* screen 150% */
@media screen and (max-width:62rem) {
  .menu {display:block;}
  .nav{display: none !important;}
  .header-wrap {position:initial;background: #fff;height: auto}
  .header-wrap .header_input {display:none;}
  .navbar_header{padding-bottom:1.25rem}
  .logo{width: 60%; padding-top: 1.8rem;}
  /*Home-business*/
  .business-content li.pc{width: 48%;margin-bottom: 4rem}
  .business-content li.pc img{width: 100%;}
  /*Home-case*/
  .case_banner .swiper-button-next, .case_banner .swiper-button-prev{width: 30px;height: 30px}
  /*Home-about*/
  .about-white{display: none}
  .about-wrap div.about_img{width: 100%;position: static;display: none}
  .about-wrap {background: #fff;padding-top: 0;padding-bottom: 2rem;}
  .about_info{width: 100%;position: static}
  /*Home-news*/
  .news-wrap{background-size: auto 100%}
  .news_img_box{width: 100%;}
  .news_img_box .swiper-container .swiper-slide{text-align: center}
  .news_text_box{width: 100%;padding: 1.875rem 1rem;}
  .news_text_box .swiper-container{padding-bottom: 3rem}
  .news_navigation{left: 1rem;width: calc(100% - 2rem)}
  .news_other_left{width: 100%}
  .news_other_right{width: 100%}
  .news_other_right li{line-height: 3rem}
  /*Home-contact*/
  .contact-wrap{padding: 1rem;background-size: auto 100%;}
  .contact-wrap h2{font-size: 2rem}
  .contact_address span:nth-child(odd){margin-right: 2rem}
  .contact_ways{display: block;margin-top: 4rem}
  .contact_ways li{width: 100% !important;margin-left: 0 !important;margin-bottom: 1rem;}
  /* .contact_ways li:nth-child(3){display: none} */
  /*about.html*/
  .page_top{height: 8rem}
  .page_top_tit h2{font-size: 2rem;line-height: 3rem;}
  .page_top_tit p{font-size: 1rem;}
  .page_nav li:not(:last-child){border-right: 0}
  .about_content{width: 100%}
  .about_content h2{font-size: 1.5rem}
  .about_content h3{font-size: .875rem}
  /*company.html*/
  .company_contnet li{width: 48%}
  .company_contnet li:nth-child(odd){margin-right: 4%}
  .company_contnet li:nth-child(even){margin-right: 0}
  .company_contnet li img{width: 100%}
  /*culture.html*/
  .culture_list li{margin-bottom: 1.5rem;}
  /*business.html*/
  .business_left{margin-bottom: 3rem}
  .business_left_list li{ width: 48%;padding-right: 0}
  .business_left_list li:nth-child(odd){ margin-right: 2%}
  .business_left_list li:nth-child(even){ margin-right: 0}
  .business_left_list li a{font-size: .75rem}
  .business_right li{width: 48%}
  .business_right li:nth-child(even){margin-left: 4%}
  .business_right li:nth-child(odd){margin-left: 0}
  /*human.html*/
  .human_item{width: 100%}
}
@media screen and (min-width:62rem) {

}
/*移动端隐藏*/
@media screen and (max-width: 46.875rem){
  .contact-item01,.footer-item01,.hide-pc,.profession-wrap ul li p,.profession-wrap ul li div,.website-info-ban .up-cont .link-ico,.footer-item02 .footer-item02-r,.templateView-favorite,.news_detail_relevant_cont_left,.header-wrap .header_input,.new-float .hover ,.news-wrap.pc-scroll{display:none;}
  .profession-wrap ul li img{ margin-bottom: 0;width: 56%;}
  /*Home-header*/
  /*Home-banner*/
  /*Home-business*/
  .business-content li .li-c .img-box{    width: 50px;height: 50px;background-size: 60% 60%;}
  /*Home-about*/
  .about_info{padding: 0}
  .about_info .H-title{padding-top: 0}
  /*Home-case*/
  .case_content .swiper-slide a{width: 100%}
  .case_content .swiper-slide a .img{width: 100%}
  .case_content .swiper-slide a .img .img-p-a{width: 100%}
  .case_content .swiper-wrapper{margin-top: 0;margin-bottom: 3rem;}
  .business-content li .li-c span{margin-top: 20px;font-size:18px}
  .business-content ul{padding-bottom: 1rem}
  /*Home-news*/
  .news_item{width: 100%;margin-left: 0}
  /*Home-contact*/
  .contact-wrap h2 {font-size: 1.5rem;}
  .contact_con {display: block;padding: 1rem;}
  .contact_list {display: none;}
  .map {padding-top: 2rem;}
  /*news.html*/
  .news_date{display: none}
  .news_info{width: 100%}
  .news_info p{-webkit-line-clamp:3;}
  .page_content {padding: 0 0 2rem;}
  .page_content h2 {margin-bottom: 0;}
	
	.business_classify ul{width: 100%;margin: 25px auto;}
	.business_classify li{width: 100%;margin-bottom: 50px;}
	.business_classify li a{font-size: 20px;}
	.business_classify li a::after{width: 200px;}
	.business_list li{width: 48%;margin-right: 4%;margin-left: 0;}
	.business_list li:nth-child(even){margin-right: 0;}
	.business_detail h2{font-size: 20px;}
	.business_detail h2::after{width: 200px;}
	.online_box form{width: 100%;}
	.online_box form input,.online_box form div textarea,.online_box form span{width: 100%;}
	.pageNum a.prevNode,.pageNum a.prev{ width: 3rem;}
	.pageNum a{width: 2rem;}
}
/*PC端隐藏*/
@media (min-width: 46.875rem){
  .contact_con {display: none;}
}
@media only screen and (max-width: 37.5rem) {
  .case_content .swiper-container{padding: 0;}
  .case_content .swiper-slide a{box-shadow: none}
}
/*公用-小屏幕*/
@media only screen and (max-width: 30rem) {

}

