*{
	box-sizing: border-box;
	-webkit-touch-callout:none;  /*系统默认菜单被禁用*/
	-webkit-user-select:none; /*webkit浏览器*/
	-khtml-user-select:none; /*早期浏览器*/
	-moz-user-select:none; /*火狐*/
	-ms-user-select:none;  /*IE10*/
	user-select:none;
}
html, body {
	height: 100%;
}
body {
	margin: 0;
	font-size: 12px;
	font-family: 'Roboto', sans-serif;
	line-height: 1.5;
	background: #f5f5f5 !important;
	color: #454545;
	/* padding: 60px 0; */
}
h1, h2, h3 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	letter-spacing: 1px;
}
h4, h5, h6 {
	letter-spacing: 1px;
	margin: 15px 0;
	font-weight: 400;
}
h1 {
	font-size: 28px;
}
a{
	color: #333;
	text-decoration: none;
}
img{
	width: 100%;
}
ul,li{
	list-style: none;
	margin: 0;
	padding: 0;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.wrap{
	padding: 0 15px;
}
.mglr-10{
	margin: 0 10px;
}
.mgt-10{
	margin-top: 10px;
}
.mgt-20{
	margin-top: 20px;
}
.pdlr-15{
	padding: 0 15px;
}
.pdlr-10{
	padding: 0 10px;
}
.bg-w{
	background: #fff !important;
}
.bg-f5f5f5{
	background: #f5f5f5!important;
}
.bg-f7f7f7{
	background: #F7F7F7 !important;
}
.mgb100{
	margin-bottom: 100px;
}
.flex{
	display: flex;
}
.flex-justify{
	display: flex;
	justify-content: space-between;
}
.align-center{
	align-items: center;
}
.container{
	padding: 0 10px;
}
.oh{
	overflow: hidden;
}
.location .top-row{
	position: relative!important;
}
/* 导航 */
header{
	background: #FFFFFF;
}
.top-row{
	padding: 10px 15px;
	background: rgba(0,0,0,0.53);
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 60px;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	width: 100%;
	left: 0;
	z-index: 10;
}
.top-row a{
	width: 62%;
	font-size: 0;
}
.top-row .nav-btn{
	width: 30px;
}
.top-row .nav-close{
	width: 30px;
	display: none;
}
.nav-open{
	background: #181818;
}
.nav{
	display: none;
	position: absolute;
	left: 0;
	top: 60px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.9);
	z-index: 100;
	color: #fff;
	padding: 0 20px;
}
.nav-a{
	font-size: 16px;
	color: #fff;
	display: block;
	padding: 15px 0;
	margin: 0;
	text-align: center;
	border-bottom: 1px solid #505050;
}
.nav h5{
	width: 100%;
	font-size: 16px;
	display: flex;
	justify-content: center;
	padding: 15px 0;
	margin: 0;
	align-items: center;
	border-bottom: 1px solid #505050;
}
.nav h5 span{
	width: 7px;
	height: 12px;
	background: url(../img/xiala-3@2x.png) no-repeat;
	background-size: 7px 12px;
	margin-left: 8px;
}
.nav h5.open span{
	transform: rotate(90deg);
}
.nav-bd{
	display: none;
}
.nav-bd>div{
	display: flex;
	margin: 15px -2.5% 0 -2.5%;
	flex-wrap: wrap;
}
.nav-bd>div a{
	color: #DFDCDD;
	border: 1px solid #7E7C7D;
	min-width: 20%;
	font-size: 14px;
	text-align: center;
	border-radius: 8px;
	margin: 0 2.5%;
	margin-bottom: 15px;
	height: 35px;
	line-height: 35px;
	padding: 0 5px;
}

/* banner轮播 */
.sy .swiper-container-horizontal>.swiper-pagination-bullets{
	bottom: 10%;
}
.sy  .swiper-pagination-bullet{
	background: #fff;
	opacity: 1;
}
.sy .swiper-pagination-bullet-active{
	background: #CB3833;
}
.sy .swiper-slide img{ animation:banrun 6s linear infinite; }
@keyframes banrun{
	0%{transform: scale(1)}
	50%{transform: scale(1.03)}
	100%{transform: scale(1)}
}
/* 首页产品 */
.product-bd{
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	box-shadow: 0 0 6px rgba(0,0,0,0.2);
	border-radius: 10px;
	margin: 10px 0;
}
.product-bd a{
	width: 50%;
	padding: 30px 0;
	border-bottom: 1px solid #E6E6E6;
	box-sizing: border-box;
}
.product-bd a:nth-child(5),.product-bd a:nth-child(6){
	border-bottom: 0px;
}
.product-bd a.bdr{
	border-right: 1px solid #E6E6E6;
}
.product-bd a img{
	width: 50%;
}
.product-bd a h5{
	font-size: 13px;
	margin: 10px 0 0 0;
}
.til{
	margin: 20px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.til h5{
	color: #000;
	border-left: 2px solid #CB3833;
	padding-left: 10px;
	font-size: 18px;
	margin: 0;
	line-height: 18px;
}
.til a{
	font-size: 14px;
	color: #666;
	background: url(../img/xiala-3@2x.png) right no-repeat;
	background-size: 9px 15px;
	padding-right: 20px;
}
.programme-bd a{
	display: block;
	box-shadow: 0 0 6px rgba(0,0,0,0.2);
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 25px;
}
.programme-bd a h5{
	padding: 0 10px;
	font-size: 14px;
}
.case-bd {
	display: flex;
	flex-wrap: wrap;
	border: solid #E6E6E6;
	border-width: 1px 0 0 1px;
	margin: 25px 0;
}
.case-bd a{
	width: 33.33%;
	height: 80px;
	padding: 10px;
	box-sizing: border-box;
	border: solid #E6E6E6;
	border-width: 0 1px 1px 0;
	text-align: center;
}
.case-bd a img{
	width: auto;
	max-width: 100%;
	height: 100%;
}
.about{
	display: block;
	position: relative;
	height: 160px;
	border-radius: 10px;
	overflow: hidden;
}
.about h5{
	position: absolute;
	top: 50%;
	left: 50%;
	background: #CB3833;
	color: #fff;
	font-size: 18px;
	width: 120px;
	height: 40px;
	margin: -20px -60px;
	line-height: 40px;
	text-align: center;
	border-radius: 8px;
}
.nav-b{
	overflow: hidden;
	margin: 15px 10px;
	background: #fff;
	padding: 15px;
	border-radius: 10px;
}
.nav-b a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #E6E6E6;
	padding: 18px 0;
	font-size: 14px;
}
.nav-b a img{
	width: 14.5px;
}
.nav-b a:last-child{
	border: none;
}
.go-top{
	width: 54px;
	height: 54px;
	display: block;
	position: fixed;
	bottom: 23%;
	right: 17px;
	z-index: 100;
}
.footer-top{
	padding: 28px 20px;
	background: #E6E6E6;
}
.footer-top h4{
	font-size: 15px;
	color: #000;
	margin: 0 0 10px 0;
	display: flex;
	align-items: center;
}
.footer-top h4 img{
	width: 16px;
	vertical-align: middle;
	margin-right: 5px;
}
.f-code{
	border-top: 1px solid #999999;
	padding-top: 20px;
}
.f-code h5{
	font-size: 14px;
	color: #6D6D6D;
	text-align: center;
	margin: 0;
}
.f-code ul{
	margin-top: 15px;
	display: flex;
	justify-content: space-around;
}
.f-code ul li{
	width: 30%;
	text-align: center;
}
.f-code ul li p{
	margin: 5px 0 0 0;
	color: #6D6D6D;
}
.links{
	padding: 15px 0 0 0;
	border-top: 1px solid #999999;
	margin-top: 20px;
}
.links h3{
	font-size: 16px;
	margin: 0;
	color: #000;
}
.links div{
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
}
.links a{
	display: block;
	margin: 0 20px 10px 0;
	font-size: 12px;
	color: #6D6D6D;
}
.f-row{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.phone-btn{
	width: 50px;
}
.footer-row h4 a{
	color: #CB3833;
	font-weight: bold;
	font-size: 18px;
}
.contact{
	display: flex;
	align-items: center;
	padding: 10px 0 0 0;
}
.contact a{
	margin-right: 20px;
}
.contact a img{
	width: 36px;
}
.footer-row .code {
	width: 78px;
	text-align: center;
	font-size: 14px;
	color: #000;
}
.footer-row .code p{
	margin: 5px 0 0 0;
}
.copyright{
	padding: 15px;
	background:rgba(51, 51, 51, 0.73);
	color: #fff;
	line-height: 24px;
	text-align: center;
}
.copyright p{
	margin: 0;
}


/* 右侧栏 */
.side-bar{
	position: fixed;
	z-index: 111;
	right: 5px;
	bottom: 10%;
}
.side-bar div{
	width: 50px;
	display: inline-block;
	margin-bottom: 5px;
}
.side-bar .toTop{
	display: none;
}
/* 产品中心 */
.pro-nav{
	padding: 20px 0 20px 25px;
	background: #F5F5F5;
}
.pro-nav .swiper-slide h5{
	margin: 5px 0 0 0 ;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px;
}
.swiper-container {
	width: 100%;
	height: 100%;
}
.cp-swiper .swiper-slide {
	text-align: center;
	font-size: 18px;
	/* background: #fff; */

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	width: 14%;
	margin-right: 12%;
}
.cp-swiper .swiper-slide img{
	/* width: 47.88px; */
}
.cp-swiper .swiper-slide a{
	/* border-radius: 10px; */
	padding: 0;
	font-size: 0;
	width: 100%;
	display: block;
}
.pro-bd{
	padding:20px 15px;
}
.pro-bd h3{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 20px 0;
}
.pro-bd .pro-item-big{
	display: block;
	border-radius: 10px;
	overflow: hidden;
	font-size: 0;
}
.pro-item-row{
	display: flex;
	flex-wrap: wrap;
	margin: 20px -1.66% 10px -1.66%;
}
.pro-item-row a{
	width: 30%;
	margin: 0 1.66% 15px 1.66%;
}
.pro-item-row a img{
	border-radius: 10px;
}
.pro-item-row a h5{
	margin: 5px 0 0 0 ;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 12px;
	text-align: center;
	color: #000;
}
.pro-bd .more{
	font-size: 13px;
	padding: 8px 0;
	width: 108px;
	background: #D1413C;
	color: #fff;
	display: block;
	margin: 0 auto;
	text-align: center;
	border-radius: 30px;
}
.pro-item-row2{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -2.5% 0 -2.5%;
}
.pro-item-row2 a{
	width: 45%;
	margin: 0 2.5% 15px 2.5%;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
}
.pro-item-row2 .pro-item-txt{
	padding: 15px;
}
.pro-item-row2 h5{
	margin: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 15px;
	color: #454545;
}
.pro-item-row2 p{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 13px;
	color: #999;
	margin: 5px 0 0 0;
}
.pro-item-swiper{
	margin-bottom: 20px;
}
.pro-item-swiper .swiper-slide a{
	border-radius: 10px;
	overflow: hidden;
}
.pro-item-swiper .swiper-slide {
	text-align: center;
	font-size: 18px;
	/* background: #fff; */

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	width: 40%;
	margin-right: 5%;
}
.pro-item-swiper .swiper-slide a{
	/* border-radius: 10px; */
	padding: 0;
	font-size: 0;
}

/* 产品详情 */
.pro-swiper .swiper-slide {
	font-size: 0;
	overflow: hidden;
}
.pro-swiper .swiper-slide img{
	animation:banrun 6s linear infinite;
}
.pro-swiper .swiper-pagination-fraction {
	bottom: 20px;
	left: auto;
	right: 5%;
	width: 60px;
	background: rgba(0,0,0,0.6);
	color: #fff;
	padding: 3px 0;
	border-radius: 15px;
}
.pro-intro{
	display: flex;
	background: #fff;
	align-items: center;
}
.pro-intro-left{
	padding: 15px;
}
.pro-intro-left h3{
	font-size: 16px;
	color: #454545;
	margin: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.pro-intro-left p{
	color: #999;
	font-size: 13px;
	margin: 5px 0 0 0;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.pro-intro .pro-intro-share{
	padding: 15px 25px ;
	flex-shrink: 0;
	border-left: 1px solid #E6E6E6;
	margin: 15px 0;
}
.pro-intro-share p{
	margin: 5px 0 0 0;
}
.pro-intro .pro-intro-share img{
	width:22px;
}

.pro-cont{
	background: #fff;
	margin-top: 10px;
}
.pro-cont .pro-btn{
	display: flex;
	justify-content: space-evenly;
	padding: 0 15px;
	font-size: 15px;
	border-bottom: 1px solid #E6E6E6;
}
.pro-cont .pro-btn li{
	padding: 15px 0;
}

.pro-cont .pro-btn li.on{
	color: #CC2B25;
	border-bottom: 1px solid;
}
.pro-tab>div{
	display: none;
}
.pro-detail-txt{
	padding: 15px;
}
.pro-detail-txt img{
	width: auto;
	max-width: 100%;
}
.pro-case-btn{
	display: flex;
	padding: 15px;
	flex-wrap: wrap;
	margin: 0 -1.5%;
}
.pro-case-btn li{
	background: #323030;
	color: #fff;
	width: 22%;
	margin: 0 1.5%;
	text-align: center;
	padding: 7px 5px;
	font-size: 13px;
	border-radius: 3px;
}
.pro-case-btn li.on{
	background: #CC2B25;
}
.pro-case-tab>div{
	display: none;
	padding:5px 15px 15px 15px;
}
.pro-case-tab>div img{
	width: auto;
	max-width: 100%;
}
.pro-xg{
	margin: 0 0 40px 0;

	padding: 15px;
}
.pro-xg h5{
	font-size: 12px;
	font-weight: normal;
}
.pro-xg-list{
	display: flex;
	flex-wrap: wrap;
}
.pro-xg-list a{
	background: #CC2A25;
	font-size: 12px;
	color: #fff;
	padding: 7px 10px;
	border-radius: 6px;
	margin-right: 20px;
	margin-bottom: 10px;
}
/* 产品中心 */
.pro-center-img{
	font-size: 0;
}
.pro-row{
	background: #fff;
	padding: 0 15px;
	align-items: center;
}
.pro-row h4{
	font-size: 16px;
	line-height: 16px;
	border-left: 3px solid #CC2B25;
	margin: 0;
	padding-left: 10px;
	font-weight: bold;
	color: #000;
}
.pro-row .type-btn{
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #999;
	padding: 15px 0;
}
.pro-row .type-btn img{
	width: 16px;
	margin-right: 5px;
}
.pro-item-bd{
	padding: 15px 15px 0px 15px;
}
.type-filter{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	z-index: 100;
}
.type-cont{
	background:  rgba(0,0,0,0.8);
	position: absolute;
	width: 80%;
	height: 100%;
	right: 0;
	padding: 15px 15px 60px 15px;
}
.type-cont h3{
	margin: 0 0 20px 0;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}
.type-cont ul{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1%;
}
.type-cont ul li{
	width: 48%;
	background: #F5F5F5;
	margin: 0 1% 15px 1%;
	padding: 10px;
	border-radius: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #F5F5F5;
}
.type-cont ul li.on{
	/* background: rgba(204, 43, 37, 0.12); */
	border: 1px solid;
	color:  #CC2B25;
}
.type-row{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 45px;
	display: flex;
	line-height: 45px;
}
.type-row span{
	width:50%;
	text-align: center;
	color: #fff;
	font-size: 15px;
}
.type-row .reset{
	background: #CC2B25;
}
.type-row .set{
	background: #F9B219;
}

/* 解决方案 */
.pro-r{
	display: none;
}
.solu-on h5{
	color: #CC2B25;
	font-weight: bold !important;
}
.sl-nav{
	padding: 5px 18px;
}
.sl-swiper{
	position: relative;
}
.sl-swiper .swiper-slide {
	text-align: center;
	font-size: 18px;
	/* background: #fff; */

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	width: auto;
	margin-right: 15px;
}
.sl-swiper .swiper-button-prev{
	background-image: url(../img/jian-r-l.png);
	background-size: 20px 20px;
	left: -23px;
	right: auto;
}
.sl-swiper .swiper-button-next {
	background-image: url(../img/jian-r.png) ;
	background-size: 20px 20px;
	right: -23px;
	left: auto;
}

.solu-on .pro-r{
	display: block;
}
.solu-on .pro-g{
	display: none;
}
.solution-top{
	overflow: hidden;
	font-size: 0;
}
.solution-top img{
	animation:banrun 6s linear infinite;
}
.solution-bd{
	margin-top: 30px;
}
.solution-bd h2,.case-list h2{
	font-size: 16px;
	color: #000000;
	background: url(../img/jiantou.png) 0 center no-repeat;
	background-size: 15px;
	padding-left: 25px;
	font-weight: bold;
}
.solution-list a{
	background: #fff;
	display: block;
	overflow: hidden;
	border-radius: 8px;
	margin-bottom: 15px;
}
.solution-list .solution-info{
	padding: 15px;
}
.solution-list .solution-info h5{
	margin: 0;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.solution-list .solution-info p{
	color: #999;
	font-size: 13px;
	margin: 5px 0 0 0;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin: 10px 0;
}
.solution-tag{
	display: flex;
	flex-wrap: wrap;
}
.solution-tag span{
	border: 1px solid ;
	padding: 2px 5px;
	border-radius: 4px;
	color: #CC2B25;
	margin-right: 10px;
}
.solution-row{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 15px;
}
.solution-row h2{
	font-size: 18px;
}
.share{
	flex-shrink: 0;
}
.share a{
	display: inline-block;
	width: 30px;
}
.article{
	border-top: 1px solid #E6E6E6;
	padding: 15px;
}
.article img{
	width: auto;
	max-width: 100%;
}
.recommend .til{
	font-size: 18px;
	display: flex;
	justify-content: center;
}
.recommend .til span{
	width: 15%;
	height: 3px;
	background: #CC2B25;
	margin: 0 15px;
}
.solution .swiper-slide {
	/* font-size: 18px; */
	/* background: #fff; */

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	width: 75%;
	margin:0 10px;
}
.case-rec .swiper-slide {
	/* font-size: 18px; */
	/* background: #fff; */

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	width: 50%;
	margin:0 10px;
}

.case-class{
	background: #fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	padding: 20px 0;
}
.case-class li{
	width: 46%;
	background:#F5F5F5 ;
	border: 1px solid #D9D9D9;
	text-align: center;
	margin: 7px 0;
	font-size: 14px;
	padding: 9px 5px;
	border-radius: 4px;
}
.case-class li.on{
	background: #CC2B25;
	border: 1px solid #CC2B25;
	color: #fff;
}
.case-list a{
	background: #fff;
	display: block;
	padding: 15px;
	margin-bottom: 15px;
}
.case-list a img{
	width: auto;
	max-width: 100%;
}
.case-list a h5{
	margin: 10px 0;
	font-size: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.case-list a p{
	color: #999;
	margin: 0;
	font-size: 13px;
}
.case-list>div{
	display: none;
}
/* 关于我们 */
.about-top{
	background: url(../img/bg.png) no-repeat ;
	background-size: cover;
	padding: 80px 15px 20px 15px;
	color: #F2F2F2;
}
.about-top h2{
	font-size: 18px;
	color: #CC2B25;
	font-weight: bold;
	margin: 0;
}
.about-top h3{
	font-size: 18px;
	margin: 12px 0;
}
.about-img{
	padding: 8px;
	font-size: 0;
}
.about-top h5{
	font-size: 15px;
	margin: 25px 0 0;
}
.about-span{
	width: 26px;
	height: 3px;
	background: #CC2B25;
	display: block;
	margin: 5px 0 10px 0;
}
.about-top p{
	font-size: 14px !important;
	line-height: 24px;
	margin: 0;
}
.about-top p span{
	font-size: 14px !important;
}
.history{
	background: url(../img/12.png) 0px 200px no-repeat;
	padding: 20px;
}
.history h1{
	font-size: 20px;
	color: #CC2B25;
	position: relative;
}
.history h1::after{
	position: absolute;
	content: '';
	width: 60px;
	height: 2px;
	left: 0;
	bottom: -8px;
	background: #CC2B25;
}
.history ul{
	margin: 50px 0;
}
.history ul li{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding-left: 20px;
	border-left: 1px dashed #ccc;
	position: relative;
	padding-bottom: 40px;
}
.history ul li::before{
	position: absolute;
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 50%;
	left: -5px;
	top: 0 ;
	background: #CC2B25;
}
.history ul li:last-child{
	border: none;
	padding-bottom: 0;
}
.history-left{
	width: 75%;
	padding-right: 15px;
}
.history-left h4{
	font-size: 15px;
	color: #CC2B25;
	margin: 0;
}
.history-left h5{
	font-size: 14px;
	margin: 10px 0 0 0;
}
.history ul li img{
	width: 25%;
	border-radius: 6px;
}
.about-choice{
	background: #f5f5f5;
	padding: 15px;
}
.about-choice h3{
	font-size: 18px;
	color: #CC2B25;
	text-align: center;
	font-weight: bold;
}
.about-choice ul li{
	/* display: flex; */
	/* align-items: center; */
	margin-bottom: 15px;
	background: #fff;
	position: relative;
	overflow: hidden;
}
.about-choice ul li span{
	/* width: 120px;
	height: 120px; */
	/* flex-shrink: 0; */
	background: #CB3833;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	position: absolute;
	width: 35%;
	height: 100%;
	min-width: 120px;
	min-height: 120px;
}
.about-choice ul li span img{
	width: 35%;
	display: block;
	margin-bottom: 15px;
}
.about-choice ul li p{
	padding: 15px;
	font-size: 14px;
	line-height: 24px;
	margin: 0;
	width: 65%;
	float: right;
}
.about-pin{
	padding: 30px 0 0 0;
}
.about-pin h2{
	font-size: 16px;
	color: #CC2B25;
	display: flex;
	justify-content: center;
	align-items: center;
}
.about-pin h2 span{
	width: 15%;
	height: 3px;
	background: #454545;
	margin: 0 20px;
}
.about-logo{
	width: 60%;
	margin: 30px auto;
}
.about-pin ul {
	padding: 0 15px;
}
.about-pin ul li{
	padding: 20px 15px;
	background: #F5F5F5;
	display: flex;
	align-items: flex-start;
	border-radius: 8px;
	margin-bottom: 15px;
}
.about-pin ul li:last-child{
	margin-bottom: 0;
}
.about-pin ul li img{
	width: 13%;
}
.about-pin ul li>div{
	width: 87%;
	padding-left: 15px;
}
.about-pin ul li h5{
	margin: 0;
	font-size: 15px;
	font-weight: bold;
}
.about-pin ul li p{
	color: #999;
	font-size: 13px;
}
.about-pin ul li p span{
	color: #CC2B25;
}
/* 新闻页 */
.news-top{
	font-size: 0;
	overflow: hidden;
}
.news-top img{
	animation:banrun 6s linear infinite;
}
.news-nav{
	background: #fff;
}
.news-nav .swiper-button-prev{
	background-image: url(../img/jian-r-l.png);
	background-size: 20px 20px;
	left: -0;
	right: auto;
}
.news-nav .swiper-button-next {
	background-image: url(../img/jian-r.png) ;
	background-size: 20px 20px;
	right: 0;
	left: auto;
}
.news-nav .swiper-slide{
	margin-right: 0% ;
}
.news-nav .swiper-slide a{
	display: block;
	font-size: 16px;
	color: #454545;
	padding: 15px 0;
	font-weight: bold;
}
.news-nav .swiper-slide a.news-on{
	color: #CC2B25;
}
.news-bd h2{
	font-size: 12px;
	color: #999999;
	font-weight: bold;
}

.news-list a{
	display: block;
	width: 100%;
	background: #fff;
	margin: 0 0 20px 0;
	padding: 20px;
	position: relative;
}
.news-list a img{
	max-height: 45px;
	width: auto;
}
.news-list a span{
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 15px;
	color: rgba(148, 103, 62, 0.25);
	font-weight: bold;
}
.news-list a h5{
	font-size: 15px;
	font-weight: bold;
	margin: 15px 0 10px 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news-list a p{
	font-size: 13px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news-list a h2{
	color: #CC2B25;
	font-size: 15px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 0;
}
.news-list a h2 i{
	font-style: normal;
	font-size: 12px;
	color: #999;
}
.contact-bd{
	background: #fff;
	margin: 15px;
	padding: 15px;
}
.contact-bd h1{
	font-size: 15px;
	margin: 0;
	font-weight: bold;
	border-bottom: 1px solid #E6E6E6;
	padding-bottom: 10px;
}
.cu-f{
	margin: 10px 0;
}
.cu-f h2{
	font-size: 14px;
	color: #666666;
	font-weight: bold;
}
.cu-f p{
	font-size: 14px;
	color: #808080;
	padding-left: 25px;
	margin-bottom: 0;
}
.cu-f p.address{
	background: url(../img/dizhi-3@2x.png) 1px no-repeat;
}
.cu-f p.phone{
	background: url(../img/dianhua@2x.png) 1px no-repeat;
}
.cu-f span{
	padding: 15px 10px;
	box-sizing: border-box;
	display: block;
	text-align: center;
}
.cu-f span img{
	width: auto;
	max-width: 100%;
}
/* 小屏幕 小于768px */
@media screen and (max-width: 320px) {
	.footer-row h4{
		font-size: 14px;
	}
	.footer-row h4 span{
		font-size: 14px;
	}
	.footer-row .code{
		width: 66px;
	}
	.cp-swiper .swiper-slide{
		width: 16%;
		margin-right: 10%;
	}
}