.bg-color {
  background: #fff;
}
.nav-main{
	position: absolute;
	top: 45px;
	left: 0;
	width: 100%;
	z-index: 999;
}
.nav-bar{
	max-width: 75%;
	min-width: 1200px;
	margin: 0 auto;
	background: #c7000b;
	height: 75px;
	border-radius: 40px;
}
.nav-bar .nav-logo{
	float: left;
	width: 18%;
	line-height: 75px;
	margin-left: 5%;
}
.nav-bar .nav-logo img{
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
}
.nav-bar ul {
	width: 75%;
	float: right;
	margin-right: 2%;
}
.nav-bar ul li {
	float: left;
	width: 14.285%;
	height: 75px;
	position: relative;
}
.nav-bar ul li a {
  font-size: 18px;
  color: #fff;
  text-align: center;
  height: 55px;
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  z-index: 2;
  display: flex;
  justify-content: center;
  flex-direction: column;
  -webkit-transition: all 0.55s;
  -moz-transition: all 0.55s;
  -ms-transition: all 0.55s;
  -o-transition: all 0.55s;
  transition: all 0.55s;
}
.nav-bar ul li a span{
	font-size: 12px;
}
.nav-bar ul li::after{
	content: '';
	position: absolute;
	top: 10px;
	left: 5%;
	width: 0;
	height: 55px;
	background-color: #fff;
	border-radius: 40px;
	z-index: 1;
	-webkit-transition: all 0.55s;
	-moz-transition: all 0.55s;
	-ms-transition: all 0.55s;
	-o-transition: all 0.55s;
	transition: all 0.55s;
}
.nav-bar ul li:hover::after,
.nav-bar ul li.active::after{
	width: 90%;
}
.nav-bar ul li:hover a,
.nav-bar ul li.active a{
	color: #c7000b;
}
.nav-bar ul li .nav-erji{
	position: absolute;
	top: 75px;
	left: 50%;
	width: 160px;
	margin-left: -80px;
	background-color: #dc3105;
	display: none;
	transition: all 0.3s ease-out 0s;
}
.nav-bar ul li .nav-erji a{
	display: block;
	text-align: center;
	color: #fff;
	font-size: 16px;
	line-height: 45px;
	height: 45px;
	border-bottom: 1px solid #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: all 0.55s;
	-moz-transition: all 0.55s;
	-ms-transition: all 0.55s;
	-o-transition: all 0.55s;
	transition: all 0.55s;
}
.nav-bar ul li .nav-erji a:last-child{
	border: none;
}
.nav-bar ul li .nav-erji a:hover{
	background-color: #c7000b;
	font-weight: normal;
}
.nav-bar ul li:hover .nav-erji{
	display: block;
}
.banner{
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.banner .swiper-slide img{
  display: block;
  width: 100%;
}
.banner .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  background: #fff;
  margin: 0 5px;
  border-radius: 50%;
  opacity: 1;
  -webkit-transition: all 0.55s;
  -moz-transition: all 0.55s;
  -ms-transition: all 0.55s;
  -o-transition: all 0.55s;
  transition: all 0.55s;
}
.banner .swiper-pagination-bullet-active {
  width: 30px;
  opacity: 1;
  border-radius: 20px;
}
.banner .swiper-button-prev,
.banner .swiper-button-next {
  position: absolute;
  top: 50%;
  width: 59px;
  height: 59px;
  margin-top: -30px;
  z-index: 10;
  cursor: pointer;
  -webkit-transition: all 0.55s;
  -moz-transition: all 0.55s;
  -ms-transition: all 0.55s;
  -o-transition: all 0.55s;
  transition: all 0.55s;
}
.banner .swiper-button-prev{
  background: url(../images/banner-left.png) center center no-repeat;
  left: 5%;
  right: auto;
}
.banner .swiper-button-next{
  background: url(../images/banner-right.png) center center no-repeat;
  right: 5%;
}
.banner .swiper-button-prev:hover{
	background: url(../images/banner-left-active.png) center center no-repeat;
}
.banner .swiper-button-next:hover{
	background: url(../images/banner-right-active.png) center center no-repeat;
}
#main {
  overflow: hidden;
}
/* 首页公共头部 */
.common{
	text-align: center;
}
.common h4{
	color: #000;
	font-size: 48px;
	display: inline-block;
	padding: 0 20px;
	height: 70px;
	line-height: 70px;
	position: relative;
}
.common h4 span{
	font-weight: bold;
	color: #c7000b;
}
.common h4::before,
.common h4::after{
	content: '';
	position: absolute;
	top: 50%;
	height: 25px;
	margin-top: -13px;
}
.common h4::before{
	width: 30px;
	background: url(../images/common.png) center center no-repeat;
	left: -30px;
}
.common h4::after{
	width: 24px;
	background: url(../images/common1.png) center center no-repeat;
	right: -24px;
}
.common p{
	color: #666;
	font-size: 24px;
	line-height: 45px;
}
/* 实力 */
#main .index1{
	background: url(../images/index1.jpg) center center no-repeat;
	padding: 50px 0 40px 0;
}
#main .index1 .common{
	margin-bottom: 35px;
}
#main .index1 .left{
	float: left;
	width: 430px;
}
#main .index1 .left img{
	margin: 94px 0 20px 168px;
}
#main .index1 .left:hover:hover img{-webkit-animation: tada 1s .2s ease both;-moz-animation: tada 1s .2s ease both;}
@-webkit-keyframes tada{
	0%{-webkit-transform:scale(1);}
	10%, 20%{-webkit-transform:scale(0.9) rotate(-3deg);}
	30%, 50%, 70%, 90%{-webkit-transform:scale(1.1) rotate(3deg);}
	40%, 60%, 80%{-webkit-transform:scale(1.1) rotate(-3deg);}
	100%{-webkit-transform:scale(1) rotate(0);}
}
@-moz-keyframes tada{
	0%{-moz-transform:scale(1);}
	10%, 20%{-moz-transform:scale(0.9) rotate(-3deg);}
	30%, 50%, 70%, 90%{-moz-transform:scale(1.1) rotate(3deg);}
	40%, 60%, 80%{-moz-transform:scale(1.1) rotate(-3deg);}
	100%{-moz-transform:scale(1) rotate(0);}
}
#main .index1 .left .text{
	color: #232323;
	font-size: 24px;
	line-height: 60px;
}
#main .index1 .left .text i{
	display: inline-block;
	font-style: italic;
	color: #c7000b;
	font-size: 30px;
	font-weight: bold;
	margin-right: 5px;
}
@keyframes animtran {
	from {
		transform: rotateZ(0deg);
	}
	to {
		transform: rotateZ(360deg);
	}
}
@keyframes animtrans {
	from {
		transform: rotateZ(360deg);
	}
	to {
		transform: rotateZ(0deg);
	}
}
@-webkit-keyframes animtran {
	from {
		transform: rotateZ(0deg);
	}
	to {
		transform: rotateZ(360deg);
	}
}
@-webkit-keyframes animtrans {
	from {
		transform: rotateZ(360deg);
	}
	to {
		transform: rotateZ(0deg);
	}
}
#main .index1  #advert {
	float: right;
	width: 740px;
	height: 812px;
	position: relative;
}
#main .index1 #advert .bg1 {
	width: 700px;
	height: 700px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -350px;
	margin-left: -350px;
	background: url(../images/index1-5.png) center center no-repeat;
	z-index: 10;
	position: relative;
	/* animation: animtran 50s linear infinite;
	-webkit-animation: animtran 50s linear infinite; */
}
#main .index1 #advert .bg1 ul{
	position: relative;
	width: 100%;
	height: 100%;
}
#main .index1 #advert .bg1 li{
	position: absolute;
	width: 207px;
	height: 226px;
	text-align: center;
	display: flex;
	justify-content: center;
	flex-direction: column;
	background: url(../images/index1-3.png) center center no-repeat;
	-webkit-transition: all 0.55s;
	-moz-transition: all 0.55s;
	-ms-transition: all 0.55s;
	-o-transition: all 0.55s;
	transition: all 0.55s;
	cursor: pointer;
	/* animation: animtrans 50s linear infinite;
	-webkit-animation: animtrans 50s linear infinite; */
}
#main .index1 #advert .bg1 li:hover{
	transform: scale(1.1);
	margin-top: -20px;
}
#main .index1 #advert .bg1 li h4{
	color: #c7000b;
	font-size: 24px;
	line-height: 50px;
}
#main .index1 #advert .bg1 li h4 span{
	font-weight: bold;
	font-size: 48px;
}
#main .index1 #advert .bg1 li p{
	color: #666;
	font-size: 16px;
	line-height: 24px;
}
#main .index1 #advert .bg1 li:nth-child(1),
#main .index1 #advert .bg1 li:nth-child(4){
	left: 50%;
	margin-left: -104px;
}
#main .index1 #advert .bg1 li:nth-child(2),
#main .index1 #advert .bg1 li:nth-child(3){
	left: -20px;
}
#main .index1 #advert .bg1 li:nth-child(5),
#main .index1 #advert .bg1 li:nth-child(6){
	right: -20px;
}
#main .index1 #advert .bg1 li:nth-child(2),
#main .index1 #advert .bg1 li:nth-child(6){
	top: 90px;
}
#main .index1 #advert .bg1 li:nth-child(3),
#main .index1 #advert .bg1 li:nth-child(5){
	bottom: 90px;
}
#main .index1 #advert .bg1 li:nth-child(1){
	top: -60px;
}
#main .index1 #advert .bg1 li:nth-child(4){
	bottom: -60px;
}
#main .index1 #advert .bg2 {
	width: 460px;
	height: 460px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -230px;
	margin-top: -230px;
	background: url(../images/index1-4.png) center center no-repeat;
	z-index: 9;
	animation: animtrans 10s linear infinite;
	-webkit-animation: animtrans 10s linear infinite;
}
#main .index1 #advert .content {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 446px;
	height: 446px;
	margin-left: -223px;
	margin-top: -223px;
	background: url(../images/index1-2.png) center center no-repeat;
}
/* 首页教程 */
#main .index2{
	background-color: #fff;
	padding: 80px 0;
}
#main .index2 .common h4 span{
	padding-right: 15px;
}
#main .index2 .box{
    margin-top: 40px;
    width: 100%;
    height: 627px;
	overflow: hidden;
    position: relative;
}
#main .index2 .box .menus {
    position: absolute;
    top: 0;
    right: 0;
    width: 220px;
    z-index: 2;
}
#main .index2 .box .menus li {
    padding: 0 14px;
    height: 75px;
    margin-bottom: 5px;
    background: #ae0003;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    z-index: 2;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
#main .index2 .box .menus li:last-child{
    margin-bottom: 0;
}
#main .index2 .box .menus li a{
	display: block;
	padding-left: 38px;
	color: #fff;
	font-size: 22px;
	line-height: 75px;
	background: url(../images/index2-li.png) left center no-repeat;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#main .index2 .box .menus li.bg {
    background: url(../images/index2-img.png) center center no-repeat;
}
#main .index2 .box .right {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}
#main .index2 .box .right .scroll {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
#main .index2 .box .right .scroll .tab_right{
	height: 627px;
}
#main .index2 .box .right .scroll .tab_right .img{
	width: 960px;
	height: 555px;
	background-color: #ed5e32;
	overflow: hidden;
}
#main .index2 .box .right .scroll .tab_right .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .index2 .box .right .scroll .tab_right .title{
	padding: 0 12px;
	height: 71px;
	border-bottom: 1px dashed #dcdcdc;
}
#main .index2 .box .right .scroll .tab_right .title a{
	display: block;
	padding-left: 30px;
	color: #000;
	font-size: 24px;
	line-height: 71px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: url(../images/index2-title.png) left center no-repeat;
}
#main .index2 .box .right .scroll .tab_right .title a b{
	font-weight: bold;
	margin-right: 24px;
}
#main .index2 .box .right .scroll .tab_right .title a:hover{
	color: #ed5e32;
}
/* 首页视频 */
#main .index3{
	background: url(../images/index3.jpg) center center no-repeat;
	padding: 90px 0;
}
#main .index3 .common{
	margin-bottom: 44px;
}
#main .index3 .common h4 span.index3-top{
	margin-left: 14px;
}
#main .index3 .index3-text{
	width: 100%;
	height: 548px;
	position: relative;
}
#main .index3 .index3-text .video{
	position: absolute;
	top: 0;
	left: 50%;
	width: 630px;
	margin-left: -315px;
	cursor: pointer;
	height: 548px;
}
#main .index3 .index3-text .video .con{
	width: 100%;
	height: 100%;
	position: relative;
}
#main .index3 .index3-text .video .con .img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	line-height: 548px;
	text-align: center;
	z-index: 1;
}
#main .index3 .index3-text .video .con .img img{
	max-width: 100%;
	max-height: 100%;
	display: inline-block;
	vertical-align: middle;
}
#main .index3 .index3-text .video .con .icon{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 78px;
	height: 78px;
	margin-left: -39px;
	margin-top: -39px;
	background: url(../images/video_img.png) center center no-repeat;
	opacity: 0;
	-webkit-transition: all 0.55s;
	-moz-transition: all 0.55s;
	-ms-transition: all 0.55s;
	-o-transition: all 0.55s;
	transition: all 0.55s;
	z-index: 2;
}
#main .index3 .index3-text .video:hover .con .icon{
	opacity: 1;
}
#main .index3 .index3-text .left li,
#main .index3 .index3-text .right li{
	position: absolute;
}
#main .index3 .index3-text .left li img,
#main .index3 .index3-text .right li img{
	-webkit-transition: all 0.55s;
	-moz-transition: all 0.55s;
	-ms-transition: all 0.55s;
	-o-transition: all 0.55s;
	transition: all 0.55s;
}
#main .index3 .index3-text .left li:hover img,
#main .index3 .index3-text .right li:hover img{
	-webkit-animation-name: pulse-shrink;
	animation-name: pulse-shrink;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
}
/* Pulse Shrink */
@-webkit-keyframes pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes pulse-shrink {
to {
	-webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
}
#main .index3 .index3-text .left li:nth-child(1){
	top: 130px;
	left: -83px;
}
#main .index3 .index3-text .left li:nth-child(2){
	top: 30px;
	left: 17px;
}
#main .index3 .index3-text .left li:nth-child(3){
	top: 39px;
	left: 198px;
}
#main .index3 .index3-text .left li:nth-child(4){
	top: 187px;
	left: -16px;
}
#main .index3 .index3-text .left li:nth-child(5){
	bottom: 163px;
	left: 144px;
}
#main .index3 .index3-text .left li:nth-child(6){
	bottom: 49px;
	left: -43px;
}
#main .index3 .index3-text .left li:nth-child(7){
	bottom: 42px;
	left: 185px;
}
#main .index3 .index3-text .right li:nth-child(1){
	top: 28px;
	right: 137px;
}
#main .index3 .index3-text .right li:nth-child(2){
	top: 18px;
	right: -36px;
}
#main .index3 .index3-text .right li:nth-child(3){
	top: 158px;
	right: 230px;
}
#main .index3 .index3-text .right li:nth-child(4){
	top: 136px;
	right: 75px;
}
#main .index3 .index3-text .right li:nth-child(5){
	top: 242px;
	right: 144px;
}
#main .index3 .index3-text .right li:nth-child(6){
	top: 177px;
	right: -58px;
}
#main .index3 .index3-text .right li:nth-child(7){
	bottom: 167px;
	right: 26px;
}
#main .index3 .index3-text .right li:nth-child(8){
	bottom: 55px;
	right: 230px;
}
#main .index3 .index3-text .right li:nth-child(9){
	bottom: 28px;
	right: 87px;
}
#main .index3 .index3-text .right li:nth-child(10){
	bottom: 67px;
	right: -42px;
}
/* 首页加盟 */
#main .index4{
	background: url(../images/index4.jpg) center center no-repeat;
	padding: 80px 0 30px 0;
}
#main .index4 p{
	color: #fff;
	font-size: 44px;
	line-height: 46px;
}
#main .index4 img{
	margin: 20px 0 40px 330px;
}
#main .index4 ul li{
	margin-bottom: 38px;
	height: 66px;
}
#main .index4 ul li:nth-child(1){
	width: 802px;
	background: url(../images/index4-2.png) center center no-repeat;
}
#main .index4 ul li:nth-child(2){
	width: 510px;
	background: url(../images/index4-3.png) center center no-repeat;
}
#main .index4 ul li:nth-child(3){
	width: 980px;
	background: url(../images/index4-4.png) center center no-repeat;
}
#main .index4 ul li span{
	display: block;
	padding-left: 87px;
	line-height: 66px;
	color: #000;
	font-size: 24px;
}
#main .index4 ul li:nth-child(1) span{
	background: url(../images/index4-5.png) 34px center no-repeat;
}
#main .index4 ul li:nth-child(2) span{
	background: url(../images/index4-6.png) 34px center no-repeat;
}
#main .index4 ul li:nth-child(3) span{
	background: url(../images/index4-7.png) 34px center no-repeat;
}
/* 首页扶持 */
#main .index5{
	background: url(../images/index5.jpg) center center no-repeat;
	padding: 150px 0 200px 0;
}
#main .index5 .common{
	margin-bottom: 40px;
}
#main .index5 ul{
	margin: 0 -3px;
}
#main .index5 li{
	float: left;
	width: 90px;
	cursor: pointer;
	height: 380px;
	margin: 0 3px;
	position: relative;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-ms-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
}
#main .index5 li .title{
	position: absolute;
	top: 0;
	left: 0;
	width: 34px;
	height: 286px;
	padding: 47px 28px;
	background: url(../images/index5-2.png) center center no-repeat;
	-webkit-transition: all 0.55s;
	-moz-transition: all 0.55s;
	-ms-transition: all 0.55s;
	-o-transition: all 0.55s;
	transition: all 0.55s;
}
#main .index5 li .title .img{
	width: 100%;
	height: 39px;
	background: url(../images/index5-1.png) center center no-repeat;
	-webkit-transition: all 0.55s;
	-moz-transition: all 0.55s;
	-ms-transition: all 0.55s;
	-o-transition: all 0.55s;
	transition: all 0.55s;
}
#main .index5 li .title p{
	color: #333;
	font-size: 24px;
	text-align: center;
	line-height: 30px;
	margin: 50px 0 50px 0;
}
#main .index5 li .title span{
	display: block;
	color: #638293;
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
}
#main .index5 li.curr{
	width: 624px;
}
#main .index5 li.curr .title{
	background: url(../images/index5-4.png) center center no-repeat;
}
#main .index5 li.curr .title .img{
	background: url(../images/index5-3.png) center center no-repeat;
}
#main .index5 li.curr .title p,
#main .index5 li.curr .title span{
	color: #fff;
}
#main .index5 li .text{
	position: absolute;
	top: 0;
	left: 90px;
	width: 492px;
	height: 356px;
	padding: 10px 20px;
	border: 2px solid #f1f8f9;
	border-left: none;
}
#main .index5 li .text h3{
	color: #000;
	font-size: 34px;
	line-height: 40px;
	font-weight: bold;
}
#main .index5 li .text h4{
	color: #ccc;
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 5px 0;
}
#main .index5 li .text .line{
	width: 100%;
	height: 1px;
	background-color: #f1f8f9;
	position: relative;
	margin-bottom: 5px;
}
#main .index5 li .text .line::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 144px;
	height: 1px;
	background-color: #ae0003;
}
#main .index5 li .text p{
	width: 100%;
	color: #000;
	font-size: 14px;
	line-height: 34px;
}
/* 首页校区 */
#main .index6{
	max-width: 100%;
	min-width: 1200px;
	margin: 0 auto;
	background-color: #fff;
	padding-top: 90px;
}
#main .index6 .common{
	margin-bottom: 42px;
}
#main .index6 .common h4 span{
	margin-right: 14px;
}
#main .index6 ul{
	background-color: #dd3105;
	padding: 8px 0 3px 0;
}
#main .index6 ul li{
	float: left;
	width: 16.33%;
	height: 188px;
	margin-right: 0.4%;
	margin-bottom: 5px;
	position: relative;
}
#main .index6 ul li:nth-child(6n){
	margin-right: 0;
}
#main .index6 ul li .img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 1;
}
#main .index6 ul li .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .index6 ul li .title{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	z-index: 2;
	opacity: 0;
	-webkit-transition: all 0.55s;
	-moz-transition: all 0.55s;
	-ms-transition: all 0.55s;
	-o-transition: all 0.55s;
	transition: all 0.55s;
}
#main .index6 ul li .title p{
	text-align: center;
	color: #fff;
	font-size: 24px;
	padding: 0 10px;
	height: 126px;
	line-height: 34px;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
#main .index6 ul li .title .line{
	width: 20px;
	height: 2px;
	background-color: #fff;
	margin: 0 auto;
}
#main .index6 ul li:hover .title{
	opacity: 1;
}
/* 首页产品 */
#main .index7{
	background: url(../images/index7.jpg) center center no-repeat;
	padding: 120px 0 170px 0;
}
#main .index7 .common{
	margin-bottom: 70px;
}
#main .index7 .left{
	float: left;
	width: 623px;
	overflow: hidden;
}
#main .index7 .left .swiper-container {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}
#main .index7 .left .gallery-top{
	height: 310px;
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}
#main .index7 .left .gallery-top .img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 1;
}
#main .index7 .left .gallery-top .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .index7 .left .gallery-top .title{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(0,0,0,0.45);
	z-index: 2;
}
#main .index7 .left .gallery-top .title a{
	display: block;
	padding: 0 10px;
	height: 44px;
	line-height: 44px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#main .index7 .left .gallery-top .title:hover a{
	background: rgba(199,0,11,0.45);
}
#main .index7 .left .gallery-thumbs {
	height: 98px;
	box-sizing: border-box;
	margin-top: 5px;
}
#main .index7 .left .gallery-thumbs .swiper-slide {
	width: 25%;
	height: 100%;
	position: relative;
}
#main .index7 .left .gallery-thumbs .swiper-slide .img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
#main .index7 .left .gallery-thumbs .swiper-slide .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .index7 .left .gallery-thumbs .swiper-slide .back{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 2;
	opacity: 1;
}
#main .index7 .left .gallery-thumbs .swiper-slide-thumb-active .back{
	opacity: 0;
}
#main .index7 .right{
	width: 509px;
	float: right;
}
#main .index7 .right li{
	width: 100%;
	height: 79px;
	line-height: 70px;
	margin-bottom: 7px;
	cursor: pointer;
	-webkit-transition: all 0.55s;
	-moz-transition: all 0.55s;
	-ms-transition: all 0.55s;
	-o-transition: all 0.55s;
	transition: all 0.55s;
}
#main .index7 .right li:nth-child(1){
	background: url(../images/index7-1.png) center center no-repeat;
}
#main .index7 .right li:nth-child(2){
	background: url(../images/index7-2.png) center center no-repeat;
}
#main .index7 .right li:nth-child(3){
	background: url(../images/index7-3.png) center center no-repeat;
}
#main .index7 .right li:nth-child(4){
	background: url(../images/index7-4.png) center center no-repeat;
}
#main .index7 .right li:nth-child(5){
	background: url(../images/index7-5.png) center center no-repeat;
}
#main .index7 .right li span{
	float: left;
	width: 55px;
	text-align: center;
	color: #fff;
	font-size: 30px;
}
#main .index7 .right li p{
	float: right;
	width: 350px;
	margin-right: 10px;
	color: #0b0b0b;
	font-size: 24px;
}
#main .index7 .right li:hover{
	margin-left: -10px;
}
/* 首页加盟 */
#main .index8{
	background: url(../images/index8.jpg) center center no-repeat;
	padding: 54px 0;
}
#main .index8 .index8-top{
	text-align: center;
	color: #fff;
	font-size: 48px;
	line-height: 60px;
	margin-bottom: 40px;
}
#main .index8 ul{
	width: 100%;
	height: 218px;
	position: relative;
}
#main .index8 li{
	position: absolute;
	bottom: 0;
	width: 240px;
	background-color: #fff;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background: url(../images/index8-1.png) 0 0 repeat-y #fff;
	cursor: pointer;
	-webkit-transition: all 0.55s;
	-moz-transition: all 0.55s;
	-ms-transition: all 0.55s;
	-o-transition: all 0.55s;
	transition: all 0.55s;
}
#main .index8 li:last-child{
	background: #fff;
}
#main .index8 li:nth-child(1){
	height: 138px;
	left: 0;
}
#main .index8 li:nth-child(2){
	height: 158px;
	left: 240px;
}
#main .index8 li:nth-child(3){
	height: 178px;
	left: 480px;
}
#main .index8 li:nth-child(4){
	height: 198px;
	right: 240px;
}
#main .index8 li:nth-child(5){
	height: 218px;
	right: 0;
}
#main .index8 li .con{
	width: 100%;
	height: 100%;
	position: relative;
}
#main .index8 li .con .text{
	position: absolute;
	top: 16px;
	left: 16px;
	width: 100%;
}
#main .index8 li .con .text img{
	margin-bottom: 20px;
	margin-left: 10px;
}
#main .index8 li .con .text h4{
	color: #000;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
}
#main .index8 li .con .icon{
	position: absolute;
	bottom: 16px;
	right: 16px;
	color: #c10009;
	font-size: 60px;
	line-height: 62px;
	font-weight: bold;
	font-style: italic;
	opacity: 0.3;
}
#main .index8 li:hover:nth-child(1){
	height: 158px;
}
#main .index8 li:hover:nth-child(2){
	height: 178px;
}
#main .index8 li:hover:nth-child(3){
	height: 198px;
}
#main .index8 li:hover:nth-child(4){
	height: 218px;
}
#main .index8 li:hover:nth-child(5){
	height: 238px;
}
/* 首页常见问题 */
#main .index9{
	background-color: #f5f5f5;
	padding: 80px 0;
}
#main .index9 .index9-top{
	text-align: center;
	color: #151515;
	font-size: 48px;
	line-height: 50px;
	margin-bottom: 54px;
}
#main .index9 .index9-top span{
	color: #c7000b;
	font-weight: bold;
}
#main .index9 li{
	float: left;
	width: 568px;
	height: 70px;
	padding: 6px;
	margin-right: 40px;
	margin-bottom: 12px;
	border-radius: 40px;
	background-color: #e6e6e6;
	-webkit-transition: all 0.55s;
	-moz-transition: all 0.55s;
	-ms-transition: all 0.55s;
	-o-transition: all 0.55s;
	transition: all 0.55s;
}
#main .index9 li:nth-child(2n){
	margin-right: 0;
}
#main .index9 .faq li a{
	display: block;
	padding-left: 92px;
	color: #151515;
	font-size: 24px;
	line-height: 70px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
}
#main .index9 .faq li a::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 70px;
	height: 100%;
	border-radius: 50%;
	background: url(../images/index9.png) center center no-repeat #fff;
}
#main .index9 .faq li:hover{
	background-color: #c7000b;
}
#main .index9 .faq li:hover a{
	color: #fff;
}


#main .index9 .news li a{
	display: block;
	color: #151515;
	height: 70px;
	position: relative;
}
#main .index9 .news li a::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 70px;
	height: 100%;
	border-radius: 50%;
	background: url(../images/index9.png) center center no-repeat #fff;
}
#main .index9 .news li a h4{
	position: absolute;
	top: 0;
	left: 92px;
	font-size: 24px;
	line-height: 70px;
	width: 470px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: all 0.55s;
	-moz-transition: all 0.55s;
	-ms-transition: all 0.55s;
	-o-transition: all 0.55s;
	transition: all 0.55s;
}
#main .index9 .news li a p{
	position: absolute;
	top: 50%;
	left: 92px;
	font-size: 16px;
	line-height: 22px;
	opacity: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	transform: translateY(-50%);
	-webkit-transition: all 0.55s;
	-moz-transition: all 0.55s;
	-ms-transition: all 0.55s;
	-o-transition: all 0.55s;
	transition: all 0.55s;
}
#main .index9 .news li:hover{
	background-color: #c7000b;
}
#main .index9 .news li:hover a{
	color: #fff;
}
#main .index9 .news li:hover a h4{
	opacity: 0;
}
#main .index9 .news li:hover a p{
	opacity: 1;
}
/* 优惠（暂时隐藏） */
#main .youhui{
	background: url(../images/youhui.jpg) center center no-repeat;
	padding: 47px 0;
}
#main .youhui .common h4 span{
	margin-right: 14px;
}
#main .youhui ul{
	margin: 0 -14px;
}
#main .youhui ul li{
	width: 279px;
	float: left;
	margin: 0 14px;
}
#main .youhui ul li .img{
	width: 257px;
	height: 276px;
	text-align: center;
	line-height: 276px;
	background: url(../images/youhui-img.png) center center no-repeat;
	margin: 0 auto;
}
#main .youhui ul li .img img{
	max-width: 100%;
	max-height: 100%;
	display: inline-block;
	vertical-align: middle;
}
#main .youhui ul li .title{
	text-align: center;
	color: #080808;
	font-size: 24px;
	line-height: 34px;
}
/* 底部 */
.footer{
	background: #2c2c2e;
	padding: 20px 0 84px 0;
}
.footer .footer-link{
	margin-bottom: 60px;
	padding-bottom: 10px;
	border-bottom: 1px solid #565658;
}
.footer .footer-link li{
	float: left;
	color: #fff;
	font-size: 14px;
	line-height: 40px;
}
.footer .footer-link li:first-child{
	margin-right: 20px;
}
.footer .footer-link li a{
	color: #fff;
}
.footer .footer-link li span{
	padding: 0 20px;
}
.footer .footer-link li:last-child span{
	display: none;
}
.footer .footer-link li a:hover{
	color: #de330a;
	text-decoration: underline;
}
.footer .left{
	float: left;
	width: 716px;
	border-right: 1px solid #565658;
}
.footer .left .logo{
	margin-bottom: 58px;
}
.footer .left .logo .img{
	width: 313px;
	float: left;
	margin-right: 64px;
}
.footer .left .logo .text{
	float: left;
	width: 330px;
}
.footer .left .logo .text h4{
	color: #fff;
	font-size: 36px;
	line-height: 38px;
	margin-bottom: 15px;
}
.footer .left .logo .text h4 span{
	color: #c10009;
}
.footer .left .logo .text i{
	padding: 0 9px;
	display: inline-block;
}
.footer .left .logo .text p{
	color: #666;
	font-size: 20px;
	line-height: 22px;
	letter-spacing: 2px;
}
.footer .left .wechat li{
	width: 194px;
	float: left;
	height: 135px;
	margin-right: 30px;
}
.footer .left .wechat li p{
	width: 22px;
	float: left;
	padding: 0 10px;
	height: 100%;
	text-align: center;
	color: #fff;
	font-size: 17px;
	line-height: 20px;
	margin-right: 5px;
	background-color: #565658;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.footer .left .wechat li .img{
	width: 135px;
	float: right;
	height: 100%;
	line-height: 135px;
	background-color: #fff;
	text-align: center;
}
.footer .left .wechat li .img img{
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
	display: inline-block;
}
.footer .right{
	float: right;
	width: 350px;
	margin-right: 50px;
}
.footer .right li{
	line-height: 26px;
	margin-bottom: 12px;
	padding-left: 30px;
	color: #fff;
	font-size: 18px;
}
.footer .right li.tel{
	background: url(../images/footer-tel.png) left 5px no-repeat;
}
.footer .right li.mobile{
	background: url(../images/footer-mobile.png) left 5px no-repeat;
}
.footer .right li.add{
	color: #ccc;
	font-size: 16px;
	background: url(../images/footer-add.png) left 5px no-repeat;
}
.footer .right li.add i{
	float: left;
	width: 80px;
}
.footer .right li.add span{
	float: left;
	width: 240px;
}
.footer .right p{
	color: #666;
	font-size: 14px;
	line-height: 16px;
	margin-left: 30px;
	margin-top: 60px;
}
.foot{
  background: #1f1f21;
  height: 77px;
  font-size: 18px;
  line-height: 77px;
  color: #999;
  margin-bottom: 65px;
}
.foot .foot-l{
  float: left;
  margin-left: 224px;
}
.foot .foot-r{
  float: right;
}
.foot a{
  color: #999;
}
.foot a:hover{
  color: #de330a;
}
.foot a img{
	display: inline-block;
}
/* 底部留言 */
.footer-form{
	width: 100%;
	height: 65px;
	background: url(../images/footer-form.jpg) center center no-repeat;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.footer-form .con{
	max-width: 100%;
	min-width: 1200px;
	margin: 0 auto;
}
.footer-form .left{
	width: 82%;
	float: left;
	height: 100%;
	position: relative;
}
.footer-form .left .img{
	position: absolute;
	bottom: 0;
	left: 20%;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.footer-form .left .online-form{
	margin-left: 30%;
	-webkit-transition: all 0.55s;
	-moz-transition: all 0.55s;
	-ms-transition: all 0.55s;
	-o-transition: all 0.55s;
	transition: all 0.55s;
}
.footer-form .left .online-form input{
	float: left;
	display: block;
	width: 10%;
	padding: 0 2%;
	height: 30px;
	line-height: 30px;
	border: 1px solid #fff;
	margin-bottom: 13px;
	margin-right: 3%;
	font-size: 16px;
	color: #fff;
	border-radius: 20px;
	margin-top: 17px;
	background: none;
}
.footer-form .left .online-form input.mobile{
	width: 20%;
}
.footer-form .left .online-form a.code{
	display: block;
	float: left;
	width: 10%;
	height: 32px;
	line-height: 32px;
	text-align: center;
	margin-top: 17px;
	margin-right: 3%;
}
.footer-form .left .online-form a.code img{
	max-width: 100%;
	max-height: 100%;
	display: inline-block;
	vertical-align: middle;
}
.footer-form .left .online-form input::-webkit-input-placeholder { /* WebKit browsers */
  color: #fff;
}
.footer-form .left .online-form input::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #fff;
}
.footer-form .left .online-form input::-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #fff;
}   
.footer-form .left .online-form .btn-box{
	float: left;
	width: 22%;
	margin-top: 17px;
}
.footer-form .left .online-form .btn-box a.btn {
	display: block;
	width: 100%;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background: none;
	border: 1px solid #fff;
	border-radius: 20px;
	color: #fff;
	font-size: 18px;
}
.footer-form .left .online-form .btn-box a.btn:hover {
	background: #fff;
	color: #da180d;
}
.footer-form .right{
	float: right;
	width: 18%;
	height: 100%;
}
.footer-form .right .footer-btn{
	width: 38px;
	height: 100%;
	line-height: 65px;
	border-left: 3px solid #fff;
	padding-left: 22px;
	cursor: pointer;
}
.footer-form .right .footer-btn img{
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: all 0.55s;
	-moz-transition: all 0.55s;
	-ms-transition: all 0.55s;
	-o-transition: all 0.55s;
	transition: all 0.55s;
}
.footer-form.on{
	width: 30%;
}
.footer-form .left .img.on{
	left: 50%;
}
.footer-form .left .online-form.on{
	opacity: 0;
}
.footer-form .right .footer-btn.on img{
	transform: rotate(180deg);
}
/* 返回顶部 */
.cd-top{
	display: inline-block;
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 10%;
	right: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	/* image replacement properties */
	overflow: hidden;
	text-align: center;
	line-height: 40px;
	white-space: nowrap;
	background: #c7000b;
	visibility: hidden;
	opacity: 0;
	z-index: 99999;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.cd-top img{width: 50%;display: inline-block;}
.cd-top.cd-is-visible {
	/* the button becomes visible */
	visibility: visible;
	opacity: 1;
}
.cd-top:hover{
	background-color: #000;
}


.pro-sider {
  float: left;
  width: 260px;
}
.pro-sider .in-title {
  height: 80px;
  background: url(../images/i-pro-title.jpg) no-repeat center;
  text-align: center;
  line-height: 1;
  overflow: hidden;
}
.pro-sider .in-title h3 {
  margin-top: 20px;
  font-size: 22px;
  color: #fff;
  margin-bottom: 5px;
}
.pro-sider .in-title em {
  font-size: 13px;
  color: #728dbc;
}
.pro-sider .pro-sider-ul {
  border: 1px solid #ededed;
  background: #fff;
  border-top: none;
  overflow: hidden;
}
.pro-sider .pro-sider-ul .ul-li {
  padding: 0 15px;
  height: 59px;
}
.pro-sider .pro-sider-ul .ul-li a {
  position: relative;
  height: 58px;
  line-height: 58px;
  font-size: 14px;
  color: #595959;
  display: block;
  padding-left: 10px;
  padding-right: 30px;
  border-bottom: 1px dashed #ededed;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pro-sider .pro-sider-ul .ul-li a h2{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pro-sider .pro-sider-ul .ul-li a div.icon {
  position: absolute;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  background: #ededed url(../images/sider-bg-01.png) no-repeat center;
  border-radius: 50%;
  right: 8px;
  top: 50%;
  margin-top: -8px;
  font-size: 12px;
}
.pro-sider .pro-sider-ul .ul-li:hover,
.pro-sider .pro-sider-ul .ul-li.active {
  background: #268ae7;
}
.pro-sider .pro-sider-ul .ul-li:hover a,
.pro-sider .pro-sider-ul .ul-li.active a {
  border: none;
  color: #fff;
}
.pro-sider .pro-sider-ul .ul-li:hover div.icon,
.pro-sider .pro-sider-ul .ul-li.active div.icon {
  background: #0058b1 url(../images/sider-bg-02.png) no-repeat center;
}
.pro-sider .pro-sider-ul .ul-li:last-child a {
  border-bottom: none;
}
.pro-sider .pro-sider-tel {
  overflow: hidden;
  height: 100px;
  line-height: 1;
  font-size: 20px;
  color: #0058b1;
  border: 1px solid #ededed;
  border-top: none;
  padding-left: 80px;
  background: url(../images/sider-tel.png) no-repeat 25px center;
}
.pro-sider .pro-sider-tel span {
  display: block;
  margin: 30px 0 8px;
  font-size: 14px;
  color: #808080;
}
.pro-sider .pro-sider-tel em {
  letter-spacing: 2px;
  font-weight: bold;
}


.m-column-t {
  position: relative;
  text-align: center;
  font-size: 0;
}
.m-column-t .center {
  display: inline-block;
  font-size: 0;
}
.m-column-t .center h3 {
  color: #333;
  font-size: 30px;
}
.m-column-t .center p {
  color: #d2d2d2;
  font-size: 30px;
}
.m-column-t span {
  position: absolute;
  width: 415px;
  top: 50%;
  margin-top: -5px;
  height: 5px;
  border-bottom: 1px solid #d2d2d2;
  z-index: 1;
}
.m-column-t span.mcl {
  left: 0;
}
.m-column-t span.mcl em {
  float: right;
}
.m-column-t span.mcr {
  right: 0;
}
.m-column-t span em {
  display: block;
  height: 11px;
  border-left: 1px solid #d2d2d2;
}
.textLine {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.textLine3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.textHidden {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.domHidden {
  overflow: hidden;
}
.about-main {
  padding: 20px 0 70px;
  min-height: 170px;
}
.about-main .ab-content {
  float: right;
  width: 925px;
}
.about-main .ab-content .title {
  line-height: 50px;
}
.about-main .ab-content .title a {
  color: #333;
  padding: 0 5px;
}
.about-main .ab-content .title span.icon-home {
  color: #535353;
}
.about-main .ab-content .title em {
  color: #999;
}
.about-main .ab-content .ab-conBox {
  overflow: hidden;
  background: #fff;
  min-height: 55px;
  padding: 30px 45px 40px;
}
.about-main .ab-content .ab-conBox .de-title {
  text-align: center;
  font-size: 20px;
  color: #333;
  line-height: 25px;
  margin-bottom: 8px;
}
.about-main .ab-content .ab-conBox .sub-co {
  font-size: 14px;
  color: #999;
  text-align: center;
  line-height: 18px;
}
.about-main .ab-content .ab-conBox .ab-detail {
  overflow: hidden;
  margin-top: 30px;
  font-size: 14px;
  color: #777373;
  line-height: 25px;
}
.ab-sild {
  float: left;
  width: 260px;
}
.ab-sild .title {
  position: relative;
  height: 50px;
  text-align: center;
  background: #f3c04b;
  font-size: 16px;
  line-height: 50px;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.ab-sild .title span {
  position: absolute;
  height: 3px;
  width: 30px;
  top: 50%;
  margin-top: -3px;
  border-bottom: 1px solid #fff;
}
.ab-sild .title span em {
  display: block;
  height: 7px;
  border-left: 1px solid #fff;
}
.ab-sild .title span.stl {
  left: 35px;
}
.ab-sild .title span.stl em {
  float: right;
}
.ab-sild .title span.str {
  right: 35px;
}
.ab-sild .sild-cate {
  background: #fff;
  margin-bottom: 20px;
}
.ab-sild .sild-cate .list {
  overflow: hidden;
}
.ab-sild .sild-cate .list li {
  position: relative;
  border-bottom: 1px solid #eee;
  height: 60px;
  line-height: 60px;
}
.ab-sild .sild-cate .list li a {
  display: block;
  padding-right: 35px;
  font-size: 14px;
  color: #333;
  padding-left: 20px;
}
.ab-sild .sild-cate .list li:last-child {
  border-bottom: none;
}
.ab-sild .sild-cate .list li:hover {
  border-color: #f3c04b;
  background: #f3c04b;
}
.ab-sild .sild-cate .list li:hover a {
  color: #fff;
}
.ab-sild .sild-cate .list li:hover:after {
  color: #fff;
}
.ab-sild .sild-cate .list li:after {
  font-weight: bold;
  right: 20px;
  top: 0;
  color: #999;
  position: absolute;
  content: "\e904";
  font-family: 'icomoon' !important;
}
.ab-sild .sild-cont {
  background: #fff;
}
.ab-sild .sild-cont .cont-list {
  padding: 20px;
}
.ab-sild .sild-cont .cont-list ul li {
  color: #333;
  padding: 5px 0;
  padding-left: 60px;
  font-size: 14px;
}
.ab-sild .sild-cont .cont-list ul li span {
  width: 60px;
  margin-left: -60px;
  display: block;
  height: 20px;
  line-height: 20px;
  float: left;
  color: #666;
}
.pro-center {
  background: #fff;
  padding-bottom: 25px;
}
.pro-center .pro-list {
  overflow: hidden;
  padding: 25px 18px 10px;
}
.pro-center .pro-list ul li {
  float: left;
  width: 200px;
  margin: 0 10px 20px;
  border: 1px solid #fff;
}
.pro-center .pro-list ul li:hover {
  border-color: #f3c04b;
}
.pro-center .pro-list ul li .img {
  overflow: hidden;
  width: 200px;
  height: 200px;
  line-height: 200px;
  text-align: center;
  font-size: 0;
  background: #eee;
}
.pro-center .pro-list ul li .img img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.pro-center .pro-list ul li .title {
  background: #f7f8fc;
  height: 40px;
  line-height: 40px;
  padding: 0 5px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #333;
}
.pro-center .pro-list ul li .title:hover {
  color: #f3c04b;
}
.page {
  font-size: 0;
  text-align: center;
}
.page .center {
  display: inline-block;
  overflow: hidden;
}
.page .center .page-span {
  float: left;
  font-size: 14px;
  color: #c3c3c3;
  line-height: 32px;
  margin-right: 30px;
}
.page .center .page-list {
  float: left;
  overflow: hidden;
}
.page .center .page-list ul li {
  float: left;
  width: auto;
  min-width: 30px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  margin: 0 4px;
  padding: 0;
  border: none;
  background: transparent;
}
.page .center .page-list ul li a {
  min-width: 20px;
  padding: 0 5px;
  border: 1px solid #eee;
  display: block;
  color: #333;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  overflow: hidden;
  background: #fff;
}
.page .center .page-list ul li:hover a {
  color: #f3c04b;
}
.page .center .page-list ul li.active a {
  background: #f3c04b;
  color: #fff;
}
.news-center {
  background: #fff;
  padding-bottom: 25px;
}
.news-center .new-list {
  padding: 45px 45px 0px;
}
.news-center .new-list ul li {
  margin-bottom: 35px;
  border-bottom: 1px solid #eee;
}
.news-center .new-list ul li a {
  overflow: hidden;
  display: block;
  height: 90px;
  padding-bottom: 30px;
}
.news-center .new-list ul li a .img {
  float: left;
  width: 130px;
  height: 90px;
  background: #eee;
  line-height: 90px;
  font-size: 0;
  text-align: center;
}
.news-center .new-list ul li a .img img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.news-center .new-list ul li a .info {
  float: right;
  width: 690px;
}
.news-center .new-list ul li a .info h3 {
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  color: #333;
}
.news-center .new-list ul li a .info em {
  display: block;
  font-size: 12px;
  color: #999;
  line-height: 16px;
  margin-bottom: 10px;
}
.news-center .new-list ul li a .info p {
  font-size: 14px;
  line-height: 22px;
  color: #999;
  max-height: 44px;
  overflow: hidden;
}
.news-center .new-list ul li a:hover h3 {
  color: #f3c04b;
}
.message-c {
  background: #fff;
  padding: 40px 50px;
  overflow: hidden;
}
.message-c .p {
  font-size: 16px;
  line-height: 30px;
  color: #666;
  margin-bottom: 35px;
}
.message-c .from input {
  display: block;
  height: 38px;
  line-height: 38px;
  padding: 0 5px;
  border: 1px solid #d2d2d2;
  margin-bottom: 10px;
  font-size: 14px;
  color: #333;
}
.message-c .from input[name=user],
.message-c .from input[name=phone] {
  width: 348px;
}
.message-c .from textarea {
  font-size: 14px;
  color: #333;
  line-height: 20px;
  display: block;
  width: 728px;
  height: 130px;
  border: 1px solid #d2d2d2;
  padding: 5px;
  margin-bottom: 10px;
}
.message-c .from .code {
  overflow: hidden;
}
.message-c .from .code input[name=code] {
  width: 258px;
  float: left;
}
.message-c .from .code a {
  display: block;
  float: left;
  width: 80px;
  height: 38px;
  padding: 1px 0;
  margin-left: 10px;
}
.message-c .from .code a img {
  width: 80px;
  height: 38px;
}
.message-c .from .btn {
  padding-top: 25px;
}
.message-c .from .btn a {
  display: block;
  width: 362px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  background: #8fa4de;
}
.message-c .from .btn a:hover {
  background: #8397d0;
}
.contact-o {
  background: #fff;
  overflow: hidden;
  padding: 40px 0;
  text-align: center;
}
.contact-o iframe {
  width: 830px;
  height: 500px;
  margin: 0 auto;
}

.inner-left .img{width: 100%;}
.newkj{ background-color:#fff;padding: 10px}
.newkj ul li {float:left; width:148px;background-color: #e3e3e1;margin: 10px;}
.newkj ul li:nth-child(2n){margin-right: 0;}
.newkj ul li a{display:block;padding: 10px;color:#7e7e7e;-webkit-transition: all 0.55s;-moz-transition: all 0.55s;-ms-transition: all 0.55s;-o-transition: all 0.55s;transition: all 0.55s;}
.newkj ul li a .icon{width: 50px;margin: 0 auto;height: 50px;}
.newkj ul li a .icon img{max-width: 100%;max-height: 100%;display: inline-block;vertical-align: middle;}
.newkj ul li a p{font-size:16px; text-align:center;line-height: 20px;margin-top: 10px;}
.newkj ul li a:hover { color:#FFF;background-color: #c7000b;}
.newtj{ background-color:#fff;padding: 20px;overflow:hidden;margin-top:11px;}
.newtj h3 { background: url(../images/newbg2.png) no-repeat left; height:35px; width:106px; text-align:center; font-size:16px; color:#fff; font-weight:500;line-height: 30px;}
.newtj ul { overflow:hidden; padding-top:10px;}
.newtj ul li{line-height:32px;font-size:14px;color:#000;}
.newtj ul li a{ float:left; text-align:left;color:#000;width: 240px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.newtj ul li p{float: right;width: 74px;text-align: right;}
.newtj ul li:hover a{color: #c7000b;}

.newlunbo{
	padding: 20px;
	background-color: #fff;
	margin-top:11px;
}
.newlunbo .swiper-slide a{
	width: 100%;
	display: block;
	height: 300px;
	overflow: hidden;
}
.newlunbo .swiper-slide a img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}