@charset "UTF-8";

/* ========== 外层框架 start ========== */
/* ========== 首页 start ========== */
 
.right-bar{ position:fixed; right:0; top:70%; }
.right-bar li{ background:#858c93; margin-bottom:10px; position:relative; border-radius:5px; padding:4px; transition-duration:.5s; cursor:pointer;}
.right-bar li:hover{ background:#fe6315}

.cndns-right-box {
    position: absolute;
    top: 0px;
    right: 48px;
    padding-right: 25px;
    display: none; transition-duration:.5s; 
}
.cndns-right-box .box-border {
    border: 1px solid #ccc;
    border-top: 4px solid #ff6800;
    padding: 20px;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 8px rgba(0,0,0,.15);
    -moz-box-shadow: 0 3px 8px rgba(0,0,0,.15);
    box-shadow: 0 3px 8px rgba(0,0,0,.15);
    position: relative; width:180px;
}
.cndns-right-box .box-border .sev-t p{float:left;color:#ff6800;font-size:24px;line-height:28px;}
.cndns-right-box .box-border .sev-t p i{display:block;font-size:14px;color:#aaa;}
.cndns-right-box .box-border .arrow-right {
    display: block;
    width: 13px;
    height: 16px;
    background: url(../images/arrow.png) no-repeat;
    position: absolute;
    right: -13px;
    top: 26px;
}
.right-bar li:hover .cndns-right-box{ display:block;}



/* ————— indexBanner start ————— */
.indexBanner {
	position: relative;
	height: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	 
}

.indexBanner .bd {
	height: 100%;
	overflow: hidden;
}

.indexBanner .bd .slick-list,
.indexBanner .bd .slick-track {
	height: 100%;
}

.indexBanner .mySlide {
	height: 100%;
	position: relative;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.indexBanner .mySlide a {
	display: block;
	height: 100%;
	width: 100%;
}

.indexBanner .img {
	position: absolute;
	left: 50%;
	top: 48%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	font-size: 0;
	text-align: center;
}
.indexBanner .mySlide:nth-child(3) .img{ top:25%; }
.section.fpBanner .wrap {
	height: auto;
	text-align: center;
	position: absolute;
}

.indexBanner .img .imgItem {
	display: inline-block;
	margin-right: 50px;
}

.indexBanner .img .imgItem img {
	overflow: hidden;
	display: inline-block;
	visibility: hidden;
}

.indexBanner .img .imgItem img.show {
	visibility: visible;
}

.indexBanner .slick-dots {
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 0;
	animation-delay: 1.5s;
}

.indexBanner .slick-dots li {
	display: inline-block;
	width: 7px;
	height: 23px;
	margin: 0 8px;
	vertical-align:bottom;
	cursor: pointer;
	position: relative;
	background: #fff; transition-duration:.5s;
}

 

.indexBanner .slick-dots li.slick-active { height:29px;
	background: #fe6216;
}

 

.indexBanner .prev {
	display: block;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	cursor: pointer;
	background: url(../images/prevL.png) no-repeat center center;
	background-size: 24px 7px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	border: 1px solid transparent;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.indexBanner .prev:hover {
	background: url(../images/prevLh.png) no-repeat center center;
	background-size: 24px 7px;
	border: 1px solid #ea5404;
}

.indexBanner .next {
	display: block;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	cursor: pointer;
	background: url(../images/nextR.png) no-repeat center center;
	background-size: 24px 7px;
	position: absolute;
	left: 122px;
	bottom: 0;
	z-index: 1;
	border: 1px solid transparent;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.indexBanner .next:hover {
	background: url(../images/nextRh.png) no-repeat center center;
	background-size: 24px 7px;
	border: 1px solid #ea5404;
}

.indexBanner .bannerBtnBox.wrap {
	position: absolute;
	left: 50%;
	bottom: 72px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	overflow: unset;
	height: 56px;
	line-height: 56px;
}

.bannerBtnBox {
	position: relative;
}

.bannerBtnBox .nub {
	width: 68px;
	height: 56px;
	font-size: 16px;
	color: #ffffff;
	position: absolute;
	bottom: 0;
	left: 54px;
}

.bannerBtnBox .nub span {
	display: inline-block;
}

.bannerBtnBox .nub .on {
	font-size: 20px;
}

/* ————— indexBanner end ————— */
/* ————— 滚屏切换点 start ————— */
#fp-nav.right {
	right: 3%;
}

/*#fp-nav.right.hide {
	display: none;
}*/

#fp-nav.right ul {
	width: 23px;
	height: 122px;
	 
	padding: 7px 3px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#fp-nav.right.hover ul {
	 
}
#fp-nav li {
	width: 23px !important;
	height: 23px !important;
	margin: 0 0 9px !important;
}

#fp-nav li:last-child {
	display: none;
}

#fp-nav li a {
	display: block;
	width: 23px;
	height: 23px; background:url(../images/h.png) no-repeat center;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

/*#fp-nav.right.hover li a {
	border: 1px solid #FFFFFF;
}
*/
#fp-nav li a span {
	display: none !important;
}

#fp-nav li a:hover,
#fp-nav a.active {
	background:url(../images/h1.png) no-repeat center;
}

/*#fp-nav.right.hover li a:hover,
#fp-nav.right.hover li a.active {
	background: #FFFFFF !important;
}*/

/* ————— 滚屏切换点 end ————— */
/* ————— 公共部分 start ————— */
.section {
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
}

.section .wrap {
	height: 100%;
	position: relative;
	z-index: 2;
}

.wowHide {
	opacity: 0;
}

/* ————— 公共部分 end ————— */
/* ————— 公司简介 start ————— */
.indexC2Title {
	text-align: center;
	margin-bottom: 28px;
}

.indexC2Title .title {
	font-size: 36px;
	color: #333333;
	font-weight: bold;
	line-height: 52px;
}

.indexC2Title .subTitle {
	font-size: 16px;
	color: #aaaaaa;
	line-height: 32px;
}

.indexC2Con {
	position: relative;
}

.indexC2Con .indexC2L {
	width: 50%;
}

.indexC2L .pic {
	border-radius: 15px;
	overflow: hidden;
}

.indexC2L .pic::before {
	padding-top: 59.6774%;
}

.videoPlayBox {
	width: 59.6154%;
	height: 54px;
	position: absolute;
	bottom: 12.76%;
	left: 0;
	z-index: 3;
}

.videoPlayBox .con {
	width: 79.5699%;
	height: 54px;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0 110px;
}

.videoPlayBox .con .text {
	height: 54px;
	line-height: 54px;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 18px;
	color: #ffffff;
}

.videoPlayBox .con .line {
	width: 100%;
	height: 54px;
	position: relative;
}

.videoPlayBox .con .line::before {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #FFFFFF;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.videoPlay {
	width: 54px;
	height: 54px;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}

.videoPlay span {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/play.png) no-repeat center center;
	background-size: 9px 12px;
}

.indexC2Con .indexC2R {
	width: 50%;
	position: absolute;
	top: 0;
	right: 0; height:100%;
}

.indexC2RT {
 
	overflow: hidden;
	 
	 
	 
}

.indexC2RT.pic::before {
	padding-top: 48.9744%;
}

.indexC2RT .con {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 40px 50px;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.indexC2RT .ab-ti{ font-weight:bold; color:#ea5404; font-size:26px; padding-bottom:30px;}
.indexC2RT .info {
	font-size: 16px;
	color: #333333;
	line-height: 32px;
	margin-bottom: 47px;
	overflow: hidden;
}

.indexC2RT .more a {
	display: inline-block;
	height: 54px;
	position: relative;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 9px 46px 9px 0;
}

.indexC2RT .more .moreText {
	display: inline-block;
	font-size: 16px;
	color: #aaaaaa;
	border-bottom: 1px solid #dddddd;
	height: 35px;
	line-height: 35px;
	padding-right: 30px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.indexC2RT .more a:hover .moreText {
	color: #ff590b;
}

.indexC2RT .more .moreBtn {
	width: 54px;
	height: 54px;
	line-height: 54px;
	border-radius: 50%;
	background: #ff590b;
	background-image: -moz-linear-gradient(-135deg, rgb(255, 82, 0) 19%, rgb(255, 135, 78) 71%, rgb(255, 187, 155) 100%);
	background-image: -webkit-linear-gradient(-135deg, rgb(255, 82, 0) 19%, rgb(255, 135, 78) 71%, rgb(255, 187, 155) 100%);
	background-image: -ms-linear-gradient(-135deg, rgb(255, 82, 0) 19%, rgb(255, 135, 78) 71%, rgb(255, 187, 155) 100%);
	position: absolute;
	top: 0;
	right: 0;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.indexC2RT .more a:hover .moreBtn {
	opacity: 0.85;
}

.indexC2RT .more .moreBtn span {
	display: block;
	width: 100%;
	height: 100%;
	color: #FFFFFF;
	text-align: center;
	font-size: 24px; background:url(../images/jt.png) no-repeat center center;
}
.indexC2RB {
	box-sizing: border-box;
	-webkit-box-sizing: border-box; width:90%; position:absolute; bottom:10%; left:0;
}

.indexC2Dl {
	overflow: hidden;
	font-size: 0;
}

.indexC2Dl dd {
	width: 33.3333%;
	float: left;
	display: inline; text-align:center; position:relative;
}
.indexC2Dl dd:after{ content:""; width:1px; height:53px; background:#c8d8d8; position:absolute; right:0; bottom:10px;}
.indexC2Dl dd:last-child:after{ display:none}
.indexC2Dl dd .con {
	padding: 40px 0 0;
}

.indexC2Dl dd .text {
	font-size: 18px;
	color: #333333;
	line-height: 30px;
}

.indexC2Dl dd .nub {
	font-size: 15px;
	color: #ea5404;
}

.indexC2Dl dd .nub span {
	font-size: 43px;
	font-weight: bold;
}

/* ————— 公司简介 end ————— */
/* ————— 科研力量 start ————— */
.section3 {
	position: relative;
	overflow: hidden;
}

 

.indexC3Title {
	text-align: center;
	position: absolute;
	top: 190px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.indexC3Title .title {
	font-size: 36px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 52px;
}

.indexC3Title .subTitle {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.8);
	line-height: 32px;
}

.indexC3Slick {
	position: relative;
	height: 100%;
}

.indexC3Slick .prev {
	display: block;
	width: 55px;
	height: 55px;
	border-radius: 50%;
	cursor: pointer;
	background: rgba(0, 0, 0, 0.6) url(../images/prevL.png) no-repeat center center;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -20px;
	z-index: 1;
	display: none;
}

.indexC3Slick .next {
	display: block;
	width: 55px;
	height: 55px;
	border-radius: 50%;
	cursor: pointer;
	background: rgba(0, 0, 0, 0.6) url(../images/nextR.png) no-repeat center center;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -20px;
	z-index: 1;
	display: none;
}

.indexC3Slick .slick-dots {
	position: absolute;
	bottom: 55px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 0;
	animation-delay: 1.5s;
}

.indexC3Slick .slick-dots li {
	display: inline-block;
	width: 14px;
	height: 14px;
	border-radius: 100%;
	margin: 0 10px;
	vertical-align: middle;
	cursor: pointer;
	position: relative;
	border: 1px solid #626262;
}

.indexC3Slick .slick-dots li.slick-active {
	border: 1px solid #94070a;
	background: #94070a;
}

.indexC3Slick .bd {
	overflow: hidden;
	height: 100%;
}

.indexC3Slick .slick-list {
	overflow: visible;
	height: 100%;
}

.indexC3Slick .slick-track {
	height: 100%;
}

.indexC3Slick .myslide {
	float: left;
	display: inline;
	height: 100%;
}

.indexC3Slick .slickCon {
	display: block;
	height: 100%;
	position: relative;
}

.indexC3Slick .slickCon::before {
	content: '';
	display: block;
	width: 1px;
	height: 100%;
	background:rgba(255,255,255,0.23);
 
	position: absolute;
	top: 0;
	right: 0;
}

.indexC3Dl dd .con {
	display: block;
	height: 390px;
	position: relative;
	border-radius: 15px;
	overflow: hidden;
	padding: 0 40px; width:75%; margin:0 auto;
}

.indexC3Dl dd .con::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	opacity: 0;
	visibility: hidden;
	opacity: 0.902;
	position: absolute;
	top: 0;
	left: 0;
}
.indexC3Dl dd .con::after {
	content: '';
	display: block;
	width: 167px;
	height: 184px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	bottom: 0;
	right: 0;background:url(../images/l2.png) no-repeat center;
}

.indexC3Dl dd .con:hover::before {
	background:#fe6e2d;
	background-image: -moz-linear-gradient(180deg, rgb(255, 98, 23) 21%, rgb(255, 118, 12) 71%, rgb(255, 138, 0) 100%);
	background-image: -webkit-linear-gradient(180deg, rgb(255, 98, 23) 21%, rgb(255, 118, 12) 71%, rgb(255, 138, 0) 100%);
	background-image: -ms-linear-gradient(180deg, rgb(255, 98, 23) 21%, rgb(255, 118, 12) 71%, rgb(255, 138, 0) 100%);
	opacity: 1;
	visibility: visible;
}
.indexC3Dl dd .con:hover::after {
	 
	opacity: 1;
	visibility: visible;
}




.indexC3Dl dd .con .text {
	position: relative;
	z-index: 3;
	text-align: center;
}

.indexC3Dl dd .con .text .title {
	font-size: 28px;
	color: #ffffff;
	font-weight: bold;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	line-height: 37px;
	margin-bottom: 20px;
}

.indexC3Dl dd .con:hover .text .title {
	font-size: 31px;
}

.indexC3Dl dd .con .text .icn {
	display: inline-block;
	width: 49px;
	height: 49px;
	border-radius: 50%;
	border: 2px solid rgb(248, 78, 0);
	background: url(../images/jia.png) no-repeat center center;
	background-size: 18px 18px;
}

.indexC3Dl dd .con:hover .text .icn {
	display: none;
}

.indexC3Dl dd .con .text .info {
	font-size: 18px;
	color: #FFFFFF;
	line-height: 28px;
	display: none;
	overflow: hidden;text-align: left;
}

/* ————— 科研力量 end ————— */
/* ————— 品牌产品 start ————— */
.indexC4Con {
	 
	position: relative;
}
.p-list{ margin-top:30px;}
.p-list li{ width:15.8%; margin-right:1%; float:left; background:url(../images/l4.png) no-repeat left top #fff; padding:50px 20px; box-sizing:border-box; border-radius:10px;-moz-box-shadow:1px 4px 6px #D4D4D4; -webkit-box-shadow:1px 4px 6px #D4D4D4; box-shadow:1px 4px 6px #D4D4D4; transition-duration:.5s;}
.p-list li img{ width:150px; height:150px; border-radius:50%; margin:0 auto; display:block;}
.p-list li h1{ font-size:20px; text-align:center; color:#333; padding:24px 0;}
.p-list li p{ font-size:16px; line-height:1.8; color:#555555;    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;}
.p-list li span{ display:block; text-align:center; font-size:18px;}

.p-list li:last-child{ margin-right:0;}
.p-list li:hover{ transform:scale(1.1)}
.p-list li:hover h1{ color:#ea5404}





.indexC4L {
	width: 58.9744%;
	float: left;
	display: inline;
	margin-right: 60px;
	position: relative;
	border-radius: 15px;
}

.indexC4Con .more {
	position: absolute;
	top: 40%;
	left: 54.8%;
	z-index: 5;
}

.indexC4Con .more a {
	display: block;
	border-radius: 10px;
	overflow: hidden;
	width: 256px;
	height: 64px;
	line-height: 64px;
	background: #ff6217;
	background-image: -moz-linear-gradient(180deg, rgb(255, 98, 23) 21%, rgb(255, 118, 12) 71%, rgb(255, 138, 0) 100%);
	background-image: -webkit-linear-gradient(180deg, rgb(255, 98, 23) 21%, rgb(255, 118, 12) 71%, rgb(255, 138, 0) 100%);
	background-image: -ms-linear-gradient(180deg, rgb(255, 98, 23) 21%, rgb(255, 118, 12) 71%, rgb(255, 138, 0) 100%);
	text-align: center;
	font-size: 16px;
	color: #FFFFFF;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.indexC4Con .more a:hover {
	letter-spacing: 1px;
}

.indexC4Con .more a span {
	height: 100%;
	display: inline-block;
	padding-right: 42px;
	background: url(../images/jt.png)no-repeat top 20px right;
	background-size: 23px 19px;
}

.indexC4R {
	overflow: hidden;
}

.indexTab {
	overflow: hidden;
	position: relative;
}

.indexTab .swiperCon {
	display: block;
	border-radius: 15px;
	overflow: hidden;
}

.indexTab .swiperCon .pic::before {
	padding-top: 81.7391%;
}

.indexTab .swiperBtn {
	width: 100%;
	height: 56px;
	position: absolute;
	right: 0px;
	bottom: 40px;
	text-align: right;
	z-index: 3;
	padding-right: 106px;
}

.indexTab .swiperBtn .tabNext {
	display: inline-block;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: url(../images/nextR.png) no-repeat center center;
	right: 40px;
	top: unset;
	margin-top: unset;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	border: 1px solid transparent;
}

.indexTab .swiperBtn .tabNext:hover {
	border: 1px solid #FFFFFF;
}

.indexTab .swiperBtn .tabPrev {
	display: inline-block;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: url(../images/prevL.png) no-repeat center center;
	right: 180px;
	left: auto;
	top: unset;
	margin-top: unset;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	border: 1px solid transparent;
}

.indexTab .swiperBtn .tabPrev:hover {
	border: 1px solid #FFFFFF;
}

.indexTab .swiperBtn .tabNext:after,
.indexTab .swiperBtn .tabPrev:after {
	content: '';
}

.indexTab .swiperBtn .numBox {
	display: inline-block;
	width: 68px;
	height: 56px;
	line-height: 56px;
	text-align: center;
	font-size: 18px;
	color: #fff6f2;
}

.indexTab .swiperBtn .numBox .swiper-pagination {
	position: unset;
}

.indexTabC {
	overflow: hidden;
}

.indexTabC .text {
	padding: 28px 0;
	margin-bottom: 110px;
}

.indexTabC .text .title {
	font-size: 28px;
	color: #333333;
	font-weight: bold;
	height: 36px;
	line-height: 36px;
	margin-bottom: 25px;
}

.indexTabC .text .info {
	font-size: 16px;
	color: #333333;
	line-height: 32px;
	height: 128px;
	overflow: hidden;
}
.indexTabC ::-webkit-scrollbar {
	width: 6px;
	background: #ff8127;
	background-image: -moz-linear-gradient(-90deg, rgb(255, 106, 0) 0%, rgb(255, 236, 224) 100%);
	background-image: -webkit-linear-gradient(-90deg, rgb(255, 106, 0) 0%, rgb(255, 236, 224) 100%);
	background-image: -ms-linear-gradient(-90deg, rgb(255, 106, 0) 0%, rgb(255, 236, 224) 100%);
}

.indexTabC ::-webkit-scrollbar-thumb {
	width: 6px;
	background-color: rgb(248, 78, 0);
}
.tabCSwiper {
	overflow: hidden;
	padding-bottom: 35px;
}

.tabCSwiper .swiper-pagination.tabCPag .swiper-pagination-bullet {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: rgba(248, 78, 0, 0.6);

}

.tabCSwiper .swiper-pagination.tabCPag .swiper-pagination-bullet-active {
	background: rgba(248, 78, 0, 1);
}

.tabCDl {
	overflow: hidden;
	margin-right: -8px;
}

.tabCDl dd {
	float: left;
	display: inline;
	width: 33.3333%;
	margin-bottom: 10px;
}

.tabCDl dd .con {
	display: block;
	margin-right: 8px;
	border-radius: 10px;
	overflow: hidden;
}

.tabCDl dd .pic::before {
	padding-top: 100%;
}

.tabCDl dd .textCtext {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.tabCDl dd .textCtext::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: #ff6217;
	background-image: -moz-linear-gradient(180deg, rgb(255, 98, 23) 21%, rgb(255, 118, 12) 71%, rgb(255, 138, 0) 100%);
	background-image: -webkit-linear-gradient(180deg, rgb(255, 98, 23) 21%, rgb(255, 118, 12) 71%, rgb(255, 138, 0) 100%);
	background-image: -ms-linear-gradient(180deg, rgb(255, 98, 23) 21%, rgb(255, 118, 12) 71%, rgb(255, 138, 0) 100%);
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.tabCDl dd .con:hover .textCtext::before {
	opacity: 0.9;
	visibility: visible;
}

.tabCDl dd .textC {
	position: relative;
	z-index: 3;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	transform: scale(0);
	-webkit-transform: scale(0);
}

.tabCDl dd .con:hover .textC {
	transform: scale(1);
	-webkit-transform: scale(1);
}

.tabCDl dd .textC .textCtitle {
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	margin: 20px 0;
}

.tabCDl dd .textC .textCMore {
	text-align: center;
}

.tabCDl dd .textC .textCMore span {
	display: inline-block;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	overflow: hidden;
	background: #FFFFFF url(../images/moreIcnh.png) no-repeat center center;
	background-size: 22px 14px;
}

/* ————— 品牌产品 end ————— */
/* ————— 新闻中心 start ————— */
.indexC5TitleBox {
	overflow: hidden;
}

.c5More {
	float: right;
	display: inline;
	display: inline-block;
	height: 54px;
	position: relative;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 9px 46px 9px 0;
}

.c5More .moreText {
	display: inline-block;
	font-size: 16px;
	color: #ffff;
	border-bottom: 1px solid #fe7809;
	height: 35px;
	line-height: 35px;
	padding-right: 15px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.c5More:hover .moreText {
	color: #ff590b;
}

.c5More .moreBtn {
	width: 54px;
	height: 54px;
	line-height: 54px;
	border-radius: 50%;
	background: #ff590b;
	background-image: -moz-linear-gradient(-135deg, rgb(255, 82, 0) 19%, rgb(255, 135, 78) 71%, rgb(255, 187, 155) 100%);
	background-image: -webkit-linear-gradient(-135deg, rgb(255, 82, 0) 19%, rgb(255, 135, 78) 71%, rgb(255, 187, 155) 100%);
	background-image: -ms-linear-gradient(-135deg, rgb(255, 82, 0) 19%, rgb(255, 135, 78) 71%, rgb(255, 187, 155) 100%);
	position: absolute;
	top: 0;
	right: 0;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.c5More:hover .moreBtn {
	opacity: 0.85;
}

.c5More .moreBtn span {
	display: block;
	width: 100%;
	height: 100%;
	display: block;
	width: 100%;
	height: 100%;
	color: #FFFFFF;
	text-align: center;
	font-size: 24px;background: url(../images/jt.png) no-repeat center center;
}

.titleC5Box {
	overflow: hidden;
}

.titleC5Box .c5title {
	 
 
    font-size: 32px;
    color: #ffffff;
    height: 54px;
    line-height: 54px;
     font-weight:bold;
	 
 
}
.titleC5Box .c5title h1{font-size: 36px; line-height:52px;}
.titleC5Box .c5title p{font-size: 16px; font-weight:normal; line-height:32px;}
.titleC5Dl {
	overflow: hidden;
}

.titleC5Dl dd {
	float: left;
	display: inline;
	padding: 8px 0 0 0;
}

.titleC5Dl dd .con {
	display: inline-block;
	font-size: 16px;
	color: #ffffff;
	height: 38px;
	line-height: 38px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s; padding:0 15px;
}

.titleC5Dl dd:hover .con,
.titleC5Dl dd.hover .con {
	color: #ea5404;
	background: #ff6217;
    background-image: -moz-linear-gradient(180deg, rgb(255, 98, 23) 21%, rgb(255, 118, 12) 71%, rgb(255, 138, 0) 100%);
    background-image: -webkit-linear-gradient(180deg, rgb(255, 98, 23) 21%, rgb(255, 118, 12) 71%, rgb(255, 138, 0) 100%);
    background-image: -ms-linear-gradient(180deg, rgb(255, 98, 23) 21%, rgb(255, 118, 12) 71%, rgb(255, 138, 0) 100%); color:#fff; border-radius:10px;
}

.indexC5Con {
	padding: 30px 0 0;
	position: relative;
}

.indexC5Info {
	border-radius: 15px;
	background: #fff;
	overflow: hidden;
	padding: 50px 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: -1;
	width: 100%;
}

.indexC5Info.active {
	position: relative;
	opacity: 1;
	z-index: 1;
}

.indexC5Slick {
	position: relative;
	padding-bottom: 80px;
}

.indexC5Slick .prev {
	display: block;
	width: 40px;
	height: 40px;
	cursor: pointer;
	border-radius: 50%;
	border: 1px solid rgb(204, 204, 204);
	background: url(../images/images/prev.png) no-repeat center center;
	position: absolute;
	left: 40px;
	bottom: 0%;
	z-index: 1;
	display: none;
}

.indexC5Slick .prev:hover {
	background: url(../images/images/prevh.png) no-repeat center center;
}

.indexC5Slick .next {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid rgb(204, 204, 204);
	cursor: pointer;
	background: url(../images/images/next.png) no-repeat center center;
	position: absolute;
	right: 40px;
	bottom: 0%;
	z-index: 1;
	display: none;
}

.indexC5Slick .next:hover {
	background: url(../images/images/nexth.png) no-repeat center center;
}

.indexC5Slick .slick-dots {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 0;
	animation-delay: 1.5s;
}

.indexC5Slick .slick-dots li {
	display: inline-block;
	width: 48px;
	height: 48px;
	border-radius: 100%;
	margin: 0 10px;
	vertical-align: middle;
	cursor: pointer;
	position: relative;
	border: 1px solid rgb(204, 204, 204);
	font-size: 16px;
	color: #cccccc;
	text-align: center;
	line-height: 48px;
}

.indexC5Slick .slick-dots li.slick-active {
	border: 1px solid #f84e00;
	color: #f84e00;
}

.indexC5Slick .bd {
	overflow: hidden;
}

.indexC5Slick .slick-list {
	overflow: visible;
}

.indexC5Slick .myslide {
	float: left;
	display: inline;
 
}

.indexC5Slick .slickCon {
	display: block;
	margin: 0 40px;
}

.indexC5Dl dd .con {
	overflow: hidden;
}

.indexC5Dl dd .timeBox {
	overflow: hidden;
}

.indexC5Dl dd .time {
	overflow: hidden;
}

.indexC5Dl dd .time span {
	display: block;
}

.indexC5Dl dd .time span.span1 {
	font-size: 24px;
	color: #808080;
}

.indexC5Dl dd .time span.span2 {
	font-size: 14px;
	color: #aaaaaa;
}

.indexC5Dl dd .title {
	border-bottom: 1px solid #f5f5f5;
	padding-bottom: 18px;
	margin-bottom: 25px;
}

.indexC5Dl dd .title h1 {
	font-size: 18px; font-weight:normal;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;white-space: nowrap;overflow: hidden;text-overflow: ellipsis; color:#333; padding-bottom:15px;
}
.indexC5Dl dd .title p{ font-size:16px; color:#888888;    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical; height:42px;}
.indexC5Dl dd .con:hover .title a {
	color: #f84e00;
}

.indexC5Dl dd .pic::before {
	padding-top: 56.3636%;
}

.indexC5Dl dd .more {
	float: right;
	display: inline-block;
	width: 54px;
	height: 54px;
	line-height: 54px;
	border-radius: 50%;
	background: #ff590b;
	background-image: -moz-linear-gradient(-135deg, rgb(255, 82, 0) 19%, rgb(255, 135, 78) 71%, rgb(255, 187, 155) 100%);
	background-image: -webkit-linear-gradient(-135deg, rgb(255, 82, 0) 19%, rgb(255, 135, 78) 71%, rgb(255, 187, 155) 100%);
	background-image: -ms-linear-gradient(-135deg, rgb(255, 82, 0) 19%, rgb(255, 135, 78) 71%, rgb(255, 187, 155) 100%);
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.indexC5Dl dd .con:hover .more {
	opacity: 1;
	visibility: visible;
}

 



