@charset "utf-8";
/* banner */

.banner {
    position: relative;
    max-height: calc(100vh - 234px);
	min-height: 500px;
}

.banner .container {
    overflow: hidden;
    margin: auto;
}

.banner_container {
    width: 100%;
    height: 100%;
}

.banner .swiper-slide{
	height: unset;
}

.banner_slidepc video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.banner_slidemb,
.banner_slidepc {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner_slidepc a img {
    width: 100%;
}

.banner_slide .container {
    height: 100%;
}

.banner_slidetxt {
    width: 55%;
    padding-right: 40px;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: flex-end;
    padding-left: 0%;
    transform: translateY(-50px)
}

.banner_txtbox {
    text-align: left;
}

.banner_txtboxtitle b {
    display: inline-block;
    width: 7px;
    height: 7px;
    background-color: #c51700;
    border-radius: 100%;
    margin: 0px 10px 0;
    vertical-align: middle;
}

.banner_txtboxtitle span {
    font-size: 20px;
    color: #222;

}

.banner_txtboxh b {
    font-size: 70px;
    color: #c51700;
    font-weight: 700;
}

.banner_txtboxh span {
    font-size: 70px;
    color: #31519f;
    font-weight: 700;
}

.banner_txtboxp {
    font-size: 16px;
    color: #222333;
}

.banner_txtboximg {
    margin-top: 15px;
}

.banner_txtboximg img {
    display: inline-block;
}

.banner_line {
    position: relative;
}

.banner_line i {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 20%;
    height: 2px;
    background-color: #c51700;
    z-index: 10;
    margin: 10px 0;
}

.banner_line span {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 2px;
    background-color: #31519f;
    margin: 10px 0;
}

.banner_txtbtn{
    display: inline-block;
    margin-top: 30px;
    background-color: #222;
    color: #fff;
    padding: 10px 50px;
    border-radius: 50px;
}
.banner_txtbtn:hover{
	background-color: #c51700;
}

/* b02 */

.banner2_slidetxt {
    width: 50%;
    padding-right: 40px;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: flex-start;
}

.banner2_txtbox {
    text-align: left;
}

.banner2_txtboxtitle span {
    font-size: 36px;
    color: #222;
    text-transform: uppercase;
}

.banner2_txtboxh span {
    font-family: 'BEBAS';
    font-size: 55px;
    color: #31519f;
    font-weight: 700;
}

.banner2_txtboxp {
    margin-top: 15px;
    margin-bottom: 50px;
    font-size: 18px;
    color: #222333;
}

.banner2_more span {
    font-family: 'BEBAS';
    font-size: 18px;
    color: #31519f;
    font-weight: 700;
    margin-right: 10px;
    vertical-align: middle;
}

.banner2_more i {
    color: #31519f;
    vertical-align: middle;
}

.bannerdw {
    position: absolute;
    /* left: 0; */
    bottom: 0;
    z-index: 10;
}

.bannerdw_box {
    height: 80px;
    padding: 0 40px;
    display: flex;
    justify-content: space-between;
    background-color: rgba(15, 151, 253, 0.9);
}
.bannerdw_box::after{
    content: '';
    height: 80px;
    background-color: rgba(15, 151, 253, 0.9);
    display: block;
    width: 1000px;
    position: absolute;
    right: 100%;
}

.bannerdw_boxys {
    display: flex;
    align-items: center;
}

.bannerdw_boxys span {
    width: 4px;
    text-align: center;
    font-family: 'BEBAS';
    margin-top: -5px;
    font-size: 24px;
    color: #fff;
}

.bannerdw_boxys s {
    width: 1px;
    height: 15px;
    background-color: rgba(255, 255, 255, .6);
    margin: 0 10px 0 18px;
    transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
}

.bannerdw_boxys b {
    font-family: 'BEBAS';
    font-size: 15px;
    font-weight: normal;
    color: rgba(255, 255, 255, .6);
}

.bannerdw_boxtnper,
.bannerdw_boxtnnext {
    outline: none;
	padding: 0 10px;
	transition: all .6s;
}

.bannerdw_boxtn {
    margin-left: 80px;
    display: flex;
    align-items: center;
}

.bannerdw_boxtn i {
    font-size: 22px;
    color: #fff;
    cursor: pointer;
    transition: all .3s;
	display: block;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.bannerdw_boxtn>div:hover i{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.bannerdw_boxtnbf {
    margin: 0 30px;
}

.banner_slidegd {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media screen and (min-width: 1200px) {
    .banner_slidepc a img {
        display: none;
    }
}

@media screen and (max-width: 1440px) {
     .banner_txtboxtitle span{
		 font-size: 20px;
	 }
	 .banner_txtboxh span,
	 .banner_txtboxh b{
		 font-size: 50px !important;
	 }
	 .banner_txtboxp{
		 font-size: 15px;
	 }
}
@media screen and (max-width: 1300px) {
     .banner_slidetxt{
		 width: 60%;
	 }
	 .banner_txtboxtitle span{
	 		 font-size: 18px;
	 }
	 .banner_txtboxh span,
	 .banner_txtboxh b{
	 		 font-size: 50px !important;
	 }
	 .banner_txtboxp{
	 		 font-size: 14px;
	 }
}

@media screen and (max-width: 1200px) {
    .banner {
        height: auto !important;
		min-height: unset;
    }
	.banner_slidepc video{
		
	}
}
@media screen and (max-width: 992px) {
    .bannerdw{
		left: 15px;
	}
}
@media screen and (max-width: 768px) {
	.bannerdw{
		position: unset;
		margin: 0 -20px;
	}
    .bannerdw_box{
		height: auto;
		padding:5px 20px;
	}
	.bannerdw_boxys s{
		margin-right: 5px;
	}
	.bannerdw_boxys b{
		font-size: 14px;
	}
}

.indexbanner_container {
  width: 100%;
}
.indexbanner_slide_item {
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
.indexbanner_slide_item img {
  width: 100%;
}
.indexbanner_itemmb {
  display: none;
}
.indexbanner_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #0b8fdc;
}
.indexbanner_pagination .swiper-pagination-bullet {
  background-color: #222;
  opacity: 1;
}
.indexbanner_pagination {
  display: none;
}
@media screen and (min-width: 1300px) {
  .indexbanner_slide_item {
    height: 560px;
    background-size: inherit;
  }
  .indexbanner_slide_item img {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .indexbanner_itemmb {
    display: block;
  }
  .indexbanner_itempc {
    display: none;
  }
  .indexbanner_pagination {
    display: block;
  }
}

/* 搜索 */
.index-search{
	padding: 5px 0;
	line-height: 60px;
	font-size: 14px;
	color: #777;
	overflow: hidden;
}
.index-search>div>div:first-child{
	width: calc(100% - 400px);
	float: left;
}
.index-search span{
	color: #222;
	margin-right: 10px;
}
.index-search>div>div a{
	color: #999;
	margin-right: 20px;
	display: inline-block;
}
.index-search>div>div a:hover{
	color: #e23163;
}

.index-search .sousuo{
	position: relative;
	width: 300px;
}
.index-search .sousuo input{
	width: 100%;
	height: 40px;
	border: 1px solid #f0f0f0;
	border-radius: 30px;
	padding: 0 20px;
	color: #666;
	font-size: 13px;
}
input::placeholder{
	color: #ccc;
}
.index-search .sousuo button{
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	background: none;
}
.index-search .sousuo button i{
	font-size: 20px;
	color: #333;
}

/* 首页关于 */
.index-about{
	position: relative;
	padding: 80px 0;
	background-size: 2000px 584px;
	background-color: #f5f5f5;
	/* z-index: 2; */
}
.index-about::before{
	content: '';
	position: absolute;
	z-index: 0;
	top: 0;
	width: 100%;
	height: 584px;
	background: url(../images/sy_06.jpg) no-repeat top center;
	background-size: cover;
}
.index-about>div{
	position: relative;
	z-index: 1;
}
.itit{
	padding-bottom: 40px;
	text-align: center;
}
.itit h3{
	font-size: 40px;
	color: #fff;
	margin-bottom: 12px;
}
.itit p{
	font-size: 18px;
	color: #fff;
}

.itit.baidi h3{
	font-size: 40px;
	color: #333;
	margin-bottom: 12px;
}
.itit.baidi p{
	font-size: 18px;
	color: #999;
}

.about-top{
	padding-bottom: 40px;
}
.about-top .swiper-wrapper{
	background-color: rgba(0, 105, 178, 0.5);
	border-radius: 10px;
}
.about-top .swiper-slide{
	text-align: center;
	color: #fff;
	padding: 25px 0;
	position: relative;
	cursor: pointer;
}
.about-top .swiper-slide i{
	font-size: 55px;
	line-height: 1;
	margin-bottom: 10px;
	display: block;
	color: rgba(255,255,255,.4);
}
.about-top .swiper-slide h3{
	font-size: 20px;
	font-weight: normal;
} 
.about-top .swiper-slide.swiper-slide-thumb-active{
	background-color:#e23163;
	border-radius: 10px;
}
.about-top .swiper-slide.swiper-slide-thumb-active i{
	color: #fff;
}
.about-top .swiper-slide.swiper-slide-thumb-active::after{
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	transform: translate(-40px);
	width: 0;
	height: 0;
	border-left: 40px solid transparent;
	border-right: 40px solid transparent;
	border-top: 40px solid #e23163;
}

.about-thumbs{
	background-color: #fff;
	position: relative;
	/* height: 440px; */
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.about-thumbs .swiper-slide .fl{
	width: 50%;
	height: 100%;
}
.about-thumbs .swiper-slide .fl video,
.about-thumbs .swiper-slide .fl img{
	width: 100%;
	height: 100%;
}
.about-thumbs .swiper-slide .fr{
	padding:70px 60px;
	float: right;
	width: 50%;
}
.about-thumbs .swiper-slide .fr h3{
	font-size: 40px;
	color: #333;
	margin-bottom: 20px;
}
.about-thumbs .swiper-slide .fr h3 span{
	color: #0F97FD !important;
}
.about-thumbs .swiper-slide .fr p{
	font-size: 14px;
	line-height: 30px;
	color: #666;
}
.about-thumbs .about-pagination{
	position: absolute;
	left: 50%;
	bottom: 50px;
	margin-left: 50px;
	z-index: 9;
}
.about-thumbs .about-pagination span{
	width: 15px;
	height: 15px;
	background-color: #fff;
	border: 1px solid #000;
}
.about-thumbs .about-pagination span.swiper-pagination-bullet-active{
	background-color: #e23163;
	border-color: #e23163;
}

.about-thumbs .about-button-next{
	position: absolute;
	right: 50px;
	bottom: 30px;
	line-height: 1;
	z-index: 9;
	cursor: pointer;
}
.about-thumbs .about-button-next i{
	font-size: 70px;
	color: #cfcfcf;
}
.about-thumbs .about-button-next:hover i{
	color: #e23163;
}

/* 产品 */
.index-chanpin{
	padding-top: 20px;
	padding-bottom: 100px;
	background: url(../images/sy_08.jpg)#f5f5f5 no-repeat center bottom;
	overflow: hidden;
	background-size: 100% auto;
}
.index-chanpin .cp-l{
	width: 320px;
	float: left;
	background-color: #fff;
	padding-bottom: 34px;
	    height: 875px;
}
.index-chanpin .cp-l h3{
	background-color: #0F97FD;
	color: #fff;
	padding: 25px 30px;
	font-size: 30px;
	margin-bottom: 20px;
}
.index-chanpin .cp-l h3 b{
	font-size: 65px;
	float: left;
	position: relative;
	top: -12px;
	margin-right: 10px;
	font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.index-chanpin .cp-l h3 p{
	font-size: 16px;
	font-weight: normal;
	opacity: .5;
}
.index-chanpin .cp-l ul{
	padding: 0 30px;
	padding-bottom: 3px;
	overflow: hidden;
	
}
.index-chanpin .cp-l ul div{
	
}
.index-chanpin .cp-l ul h4{
	background-color: #0F97FD;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	padding: 20px 30px;
	padding-left: 60px;
	position: relative;
}
.index-chanpin .cp-l ul h4 i{
	font-size: 18px;
	line-height: 1;
	opacity: .6;
}
.index-chanpin .cp-l ul h4>i{
	position: absolute;
	left: 30px;
	top: 18px;
	font-size: 24px;
}
.index-chanpin .cp-l ul h4 span{
	float: right;
}
.index-chanpin .cp-l ul li{
	padding: 0 10px;
}
/* .index-chanpin .cp-l ul div{
	height: 407px;
} */
.index-chanpin .cp-l ul div{
	display: none;
}
.index-chanpin .cp-l ul.active{
	height: 469px;
}
.index-chanpin .cp-l ul.active div{
	display: block;
}
.index-chanpin .cp-l ul.active h4 span i::before{
	content: "\e728";
}

.index-chanpin .cp-l ul li a{
	line-height: 50px;
	font-size: 14px;
	color: #666;
	display: block;
	border-bottom: 1px dashed #f0f0f0;
}
.index-chanpin .cp-l ul li:last-of-type a{
	border-bottom: none;
}
.index-chanpin .cp-l ul li a i{
	margin:0 10px;
	font-size: 24px;
	opacity: .6;
	line-height: 1;
	position: relative;
	top: 6px;
}
.index-chanpin .cp-l ul li a:hover{
	color: #e33164;
}



.index-chanpin .cp-r{
	width: calc(100% - 350px);
	float: right;
	background-color: #fff;
}
.index-chanpin .cp-r .tab-top{
	border-bottom: 1px solid #f0f0f0;
	line-height: 105px;
	padding: 0 15px;
}
.tab-top a{
	display: block;
	text-align: center;
	border-right: 1px solid #f0f0f0;
	font-size: 22px;
}
.tab-top div a:last-child{
	border-right: none;
}
.tab-top a i{
	font-size: 22px;
	margin-left: 10px;
	color: #ccc;
}

.tab-top a.active{
	color: #e33164;
	font-weight: bold;
}
.tab-top a.active i{
	color: #e33164;
}

.index-chanpin .cp-r .tab-item{
	padding: 40px;
	padding-bottom: 10px;
}
.tab-item ul{
	display: none;
}
.tab-item ul:first-child{
	display: block;
}
.tab-item ul li a>div{
	border: 1px solid #f1f1f1;
	margin-bottom: 30px;
}
.tab-item ul li a>div p{
	background-color: #f5f5f5;
	text-align: center;
	font-size: 14px;
	color: #666;
	line-height: 50px;
	padding: 0 10px;
}
.tab-item ul li a:hover p{
	color: #e33164;
}

/* 优势 */
.index-youshi{
	padding: 100px 0;
	overflow: hidden;
}
.index-youshi .slick-list{
	overflow: unset;
}
.wuge .col-md{
	/* margin-top: 20px; */
	text-align: center;
	padding: 40px 30px;
	border-left: 1px solid #f0f0f0;
	position: relative;
	/* overflow: hidden; */
	transition: all .6s; 
}
.wuge .col-md::after{
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0;
}
.wuge .slick-slide:first-child .col-md{
	border-left: none;
}

.wuge .col-md i{
	font-size: 80px;
	color: rgba(51, 51, 51, 0.2);
	line-height: 1;
}
.wuge .col-md h3{
	font-size: 24px;
	font-weight: normal;
	color: #111;
	padding-top: 10px;
	padding-bottom: 5px;
}
.wuge .col-md span{
	font-size: 14px;
	line-height: 24px;
	color: #999;
	text-transform: uppercase;
	transition: all .6s; 
}
.wuge .col-md p{
	position: relative;
	top: 30px;
	font-size: 14px;
	line-height: 24px;
	margin-top: 0px;
	color: #999;
	transition: all .6s; 
	opacity: 0;
}

.wuge .col-md.active::after{
	top: 0;
	opacity: 1;
	box-shadow: 0 0 80px rgba(0, 0, 0, 0.1);
	transition: all .6s; 
}
.wuge .col-md.active i{
	color: #e33164;
	transition: all .6s; 
}
.wuge .col-md.active span{
	opacity: 0;
	transition: all .6s; 
}
.wuge .col-md.active p{
	opacity: 1;
	top: -5px;
	transition: all .6s; 
}

.wuge .slick-arrow{
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
	z-index: 5;
	left: -20px;
	background: none;
	overflow: unset;
}
.wuge .slick-arrow i{
	display: block;
    font-size: 20px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 30px;
    color: #fff;
}
.wuge .slick-next{
	right: -20px;
	left: unset;
}

/* 小广告 */
.guanggao{
	background: url(../images/sy_10.jpg) #e33164 no-repeat center center;
	height: 220px;
	overflow: hidden;
	background-size: auto 100%;
	position: relative;
}
.guanggao::after{
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 50%;
    margin-left: 600px;
    background-color: #0f97fd;
}
.guanggao>div{
	position: relative;
	z-index: 2;
}
.guanggao .zuo h3{
	font-size: 40px;
	color: #fff;
	margin-top: 40px;
}
.guanggao .zuo span{
	font-size: 18px;
	background-color: #fff;
	padding: 5px 20px;
	/* padding-top: 0px; */
	border-radius: 30px;
	color: #0c79ca;
	margin: 16px 0 8px;
	display: inline-block;
}
.guanggao .zuo span b{
	font-size: 24px;
	line-height: 1;
}
.guanggao .zuo p{
	font-size: 18px;
	color: #fff;
}

.guanggao .you{
	text-align: right;
}
.guanggao .you p{
	font-size: 18px;
	background-color: rgba(0,0,0,0.2);
	color: #fff;
	padding: 8px 32px;
	border-radius: 10px;
	display: inline-block;
	margin-top: 50px;
	margin-bottom: 10px;
}
.guanggao .you i{
	font-size: 38px;
	color: #fff;
	opacity: .3;
	margin-right: 10px;
} 
.guanggao .you a{
	color: #fff;
	font-weight: bold;
	font-size: 38px;
}

/* 视频案例 */
.index-shipin{
	padding: 100px 0 70px;
}
.index-shipin .container-fluid{
	padding: 0 10%;
}

.shipin-top{
	
	margin-bottom: 30px;
	background-color: #f5f5f5;
}
.shipin-top .swiper-slide a{
	display: block;
	border-left: 1px solid #e6e6e6;
	text-align: center;
	padding: 20px 0;
}
.shipin-top .swiper-slide:first-child a{
	border-left: none;
}
.shipin-top i{
	font-size: 50px;
	line-height: 1;
	color: #ccc;
	margin-bottom: 5px;
	display: block;
}
.shipin-top h3{
	font-size: 18px;
	font-weight: normal;
}
.shipin-top .swiper-slide-thumb-active{
	background-color:#e33165;
}
.shipin-top .swiper-slide-thumb-active i{
	color: #fff;
}
.shipin-top .swiper-slide-thumb-active h3{
	color: #fff;
	/* font-weight: bold; */
}

.shipin-thumbs{}
.shipin-thumbs .ov-h{
	position: relative;
}
.shipin-thumbs .ov-h i{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	font-size: 80px;
	line-height: 1;
	color: #fff;
	opacity: .5;
}
.shipin-thumbs p{
	font-size: 14px;
	background-color: #f5f5f5;
	padding: 25px 20px;
	text-align: center;
	color: #666;
}
.shipin-thumbs .pic{
	margin-bottom: 30px;
}
.shipin-thumbs a:hover p{
	color: #e33165;
}

/* 服务流程 */
.index-liucheng{
	padding-bottom: 100px;
}
.index-liucheng .slick-list{
	overflow: unset;
}
.hang{
	margin-top: 50px;
	text-align: center;
}
.btn01{
	line-height: 50px;
	padding: 0 50px ;
	font-size: 18px;
	border-radius: 30px;
	display: inline-block;
	margin: 2px 10px;
}
.bg-lanse{
	background-color:#0f97fd;
	color: #fff;
}
.bg-hongse{
	background-color: #e33165;
	color: #fff;
}
.btn01 i{
	font-size: 22px;
	margin-right: 10px;
	position: relative;
	top: 2px;
}
.btn01:hover{
	background-color: #333;
	color: #fff;
}

/* 成功案例 */
.index-anli{
	background-color: #f5f5f5;
	padding: 100px 0;
}
.index-anli .itit.baidi p{
	color: #666;
}
.anli{
	padding-bottom: 50px;
	position: relative;
}
.anli .slick-list{
	margin: 0 -15px;
}
.anli .slick-slide>div{
	padding: 0 15px;
}
.anli .item{
	background-color: #fff;
}
.anli .item h4{
	font-size: 16px;
	font-weight: normal;
	padding: 24px 40px 10px;
	color: #333;
}
.anli .item p{
	padding: 0 40px;
	margin-bottom: 20px;
	color: #999;
	font-size: 14px;
	line-height: 24px;
}
.anli .slick-dots{
	display: block;
	margin-top: 20px;
	text-align: center;
}
.anli .slick-dots li{
	display: inline-block;
}
.anli .slick-dots li button{
	width: 12px;
	height: 12px;
	border-radius: 10px;
	display: inline-block;
	background-color: #ccc;
	margin: 0 4px;
	font-size: 0;
}
.anli .slick-dots li.slick-active button{
	background-color: #e33165;
}

.anli .slick-arrow{
	background-color: #fff;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	line-height: 50px;
	text-align: center;
	position: absolute;
	top: 25%;
	z-index: 9;
}
.anli .slick-arrow i{
	display: block;
	line-height: 50px;
	color: #999;
	font-size: 30px;
}
.anli .slick-prev i{
	transform: rotate(180deg);
}
.anli .slick-prev{
	left: -70px;
}
.anli .slick-next{
	right: -70px;
}
.anli .slick-arrow:hover {
	background-color: #e33165;
}
.anli .slick-arrow:hover i{
	color: #fff;
}

/* 合作伙伴 */
.index-huoban{
	margin: 0;
	
}
.index-huoban .fl,
.index-huoban .fr{
	padding: 0;
}
.index-huoban .fl{
	background-image: url(../images/sy_34.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-color: #0f97fd;
	background-size: contain;
	
	padding: 50px;
	position: relative;
}
.index-huoban .fl a{
	color: #fff;
}
.index-huoban .fl h3{
	font-size: 40px;
	font-weight: normal;
}
.index-huoban .fl p{
	font-size: 18px;
	opacity: .5;
}
.index-huoban .fl i{
	font-size: 40px;
	position: absolute;
	line-height: 1;
	bottom: 30px;
}

.index-huoban .fr{
	position: relative;
}
.slick-huoban {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.slick-huoban .slick-track{
	margin-right: -1px;
}
.slick-huoban .slick-prev{
	display: none !important;
}
.slick-huoban .slick-next{
	background-color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translate(-25px, -25px);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    left: 0;
    z-index: 9;
}
.slick-huoban .slick-next i{
	font-size: 24px;
	color: #999;
}
.slick-huoban .slick-next:hover{
	background-color: #e33165;
}
.slick-huoban .slick-next:hover i{
	color: #fff;
}

.slick-huoban .slick-slide>div{
	border-right: 1px solid #f1f1f1;
}
.slick-huoban .slick-slide>div:first-child{
	border-bottom: 1px solid #f1f1f1;
}
.slick-huoban .slick-slide img{
	padding: 10px;
	background-color: #fff;
}


/* 新闻资讯 */
.index-news{
	padding: 100px 0;
}
.index-news .news-top{
	padding-bottom: 40px;
}

.index-news .news-top .swiper-wrapper{
	justify-content: center;
}
.index-news .news-top .swiper-slide a{
    display: block;
	color: #333;
	text-align: center;
	border: 1px solid #f0f0f0;
	padding: 15px 20px;
	border-radius: 30px;
	margin: 0 10px;
}
.index-news .news-top .swiper-slide a h3{
	font-weight: normal;
	font-size: 18px;
}
.index-news .news-top .swiper-slide.swiper-slide-thumb-active a{
	background-color: #e33165;
	border-color: #e33165;
	color: #fff;
}

.news-thumbs .ntxt{
	padding: 25px 0;
	overflow: hidden;
	display: flex;
	align-items: stretch;
}
.news-thumbs .ntxt date{
	width: 100px;
	float: left;
	background-color: #0f97fd;
	color: #fff;
	padding: 10px 12px 10px 10px;
	text-align: right;
}
.news-thumbs .ntxt date b{
	font-size: 26px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
}
.news-thumbs .ntxt date span{
	opacity: .5;
}
.news-thumbs .ntxt>div{
	width: calc(100% - 125px);
	float: right;
	padding-left: 25px;
}
.news-thumbs .ntxt>div h5{
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 10px;
	color: #222;
}
.news-thumbs .ntxt>div p{
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 25px;
	color: #999;
}
.news-thumbs .ntxt>div i{
    font-size: 40px;
    line-height: 10px;
    display: block;
	color: #ddd;
}
.news-thumbs .nright{
	padding-left: 80px;
}

.news-thumbs .nright a{
	border-bottom: 1px solid #f1f1f1;
	padding: 25px 0;
	display: block;
}
.news-thumbs .nright a:first-child{
	padding-top: 0;
}
.news-thumbs .nright a:last-child{
	border-bottom: none;
	padding-bottom: 0;
}
.news-thumbs .nright a .ntxt{
	padding: 0;
}
.news-thumbs .nright .ntxt date{
	background-color: #f5f5f5;
	color: #bbb;
}
.news-thumbs .nright .ntxt h5{
	margin-top: 10px;
}
.news-thumbs a:hover i{
	color: #e33165;
}

/* links */
.index-links{
	display: block;
	overflow: hidden;
	padding: 60px 0;
	background-color: #f5f5f5;
}
.index-links .fl{
	width: 120px;
	line-height: 24px;
}
.index-links i{
	font-size: 20px;
	color: #0f97fd;
	display: inline-block;
	
	margin-right: 5px;
}
.index-links h3{
	font-size: 18px;
	display: inline-block;
	color: #333;
	border-right: 1px solid #f0f0f0;
	padding-right: 20px;
}
.index-links .fr{
	width: calc(100% - 120px);
}
.index-links .fr a{
	font-size: 14px;
	color: #999;
	line-height: 24px;
	margin: 0 10px;
}
.index-links .fr a:hover{
	color: #e33165;
}