﻿.header {
	padding: 30px 0 20px 0;
}

.logo {
	width: 234px;
	height: 75px;
}


.header-left-logo:after {
	position: absolute;
	right: -24px;
	bottom: 0;
	/* left: 0; */
	height: 59px;
	width: 4px;
	content: '';
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	background-color: #f1f1f1;
}

.header-left-tip {
	margin-top: 15px;
	margin-left: 45px;
	display: flex;
	flex-direction: column;
}

.company-desc {
	flex: 1;
	/* width: 520px;
	height: 29px; */
}

.company-desc-tip {
	font-size: 20px;
	color: #999999;
}

.telephone-no {
	color: #e60000;
	font-size: 36px;
	font-style: italic;
	font-weight: 600;
}

.telephone-right {
	margin-left: 10px;
}

.nav {
	/* border-bottom: 1px solid #b2b2b2; */
}

.nav-list {
	width: 100%;
	height: 70px;
}

.nav-item {
	/* flex: 1; */
	font-size: 22px;
	text-align: center;
	padding: 0 43px;
	height: 70px;
	line-height: 70px;
	cursor: pointer;
}

.nav-item:first-child {
	padding-left: 0;
}

.nav-item:last-child {
	padding-right: 0;
}

.nav-item:before {
	position: absolute;
	right: 0;
	bottom: 16px;
	/* left: 0; */
	height: 36px;
	width: 2px;
	content: '';
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	background-color: #f1f1f1;
}

.nav-item:last-child:before {
	height: 0;
	content: '';
}

.nav-item.active:after {
	position: absolute;
	right: 55px;
	left: 55px;
	/* right: 30%;
	left: 30%; */
	bottom: -1px;
	height: 4px;
	content: '';
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	background-color: #2cafcd;
}

.nav-item.active:first-child:after {
	left: 14px;
}

.nav-item.active:last-child:after {
	right: 10px;
}

.nav-item.active {
	color: #2cafcd;
}

.banner-list img{
	width:100%;
}

.product-list {
	border-top: 1px solid #b2b2b2;
	width: 100%;
	padding-top: 20px;
	display: none;
	z-index: 9;
}
.product-list2 {
	border-top: 1px solid #b2b2b2;
	width: 100%;
	padding-top: 20px;
	display: none;
	z-index: 9;
}
.product-list3 {
	border-top: 1px solid #b2b2b2;
	width: 100%;
	padding-top: 20px;
	display: none;
	z-index: 9;
}
.product-list4 {
	border-top: 1px solid #b2b2b2;
	width: 100%;
	padding-top: 20px;
	display: none;
	z-index: 9;
}

.product {
	margin-top: 23px;
}

.product-item {
    	width: 220px;
	margin-right: 20px;
}

.product-item:last-child {
	margin-right: 0;
}

.product-item-img {
	width: 220px;
	
}

.product-item-desc {
	height: 70px;
}

.product-item-title,
.product-item-arrow {
	color: #333333;
	font-size: 20px;
	font-weight: 600;
}

.product-item.active .product-item-arrow,
.product-item.active .product-item-title {
	color: #2cafcd;
}

.show-flex {
	display: flex !important;
}

.search {
	padding: 40px 0 25px 0;
	border-bottom: 2px solid #d9d9d9;
}

.hot-search {
	font-size: 14px;
	color: #333333;
}

.search-item {
	font-size: 14px;
	color: #333333;
	margin-right: 22px;
}

.search-input input {
	width: 250px;
	height: 48px;
	line-height: 48px;
	border: 1px solid #999999;
	padding: 0 10px;
	font-size: 14px;
	color: #333333;
	border-right: 0;
}

.search-input input::-webkit-input-placeholder {
	font-size: 14px;
	color: #999999;
}

.search-btn {
	background-color: #e60000;
	height: 50px;
	width: 62px;
	cursor: pointer;
}

.search-icon {
	background: url(../images/search.png) 0 0 no-repeat;
	background-size: 100%;
	width: 26px;
	height: 26px;
}

.productcenter {
	margin-bottom: 30px;
}

.productcenter-icon {
	text-align: center;
}

.productcenter-tip {
	text-align: center;
	margin-top: 5px;
}

.productcenter-header {
	padding-top: 80px;
	padding-bottom: 80px;
}

.procenter-category {
	width: 209px;
}

.category-title {
	width: 209px;
	height: 100px;
	background-color: #2cafcd;
	color: #FFFFFF;
	font-size: 26px;
	font-weight: bold;
}

.category-list {
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	padding-bottom: 24px;
	padding-top: 1px;
}

.category-item {
	width: 200px;
	height: 60px;
	margin: 0 auto;
	background-color: #FFFFFF;
	margin-bottom: 20px;
	cursor: pointer;
}

.category-item:hover {
	background-color: #2cafcd;
}

.category-item:hover .category-item-name {
	color: #FFFFFF;
}

.category-item-name {
	font-size: 16px;
	color: #000000;
	margin-left: 19px;
}
.nva-item-name a:hover
{
    color: #2cafcd;
    border-bottom:solid #2cafcd;
}
/* .category-item:before {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 60px;
	width: 6px;
	content: '';
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	background-color: #2cafcd;
} */

.category-overview {
	margin-top: 15px;
	background-color: #2cafcd;
	color: #FFFFFF;
}

.category-hotline {
	height: 118px;
	background-color: #2cafcd;
}

.category-hotline-desc {
	color: #FFFFFF;
	font-size: 24px;
}

.hotproduct-icon {
	background: url(/images/hotproduct-icon.png) 0 0 no-repeat;
	background-size: 100%;
	width: 26px;
	height: 26px;
}

.hotproduct-title {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	margin-left: 10px;
}

.procenter-content {
	margin-left: 40px;
	/* width: 100%; */
	width: 951px;
}

.procenter-title {
	padding-bottom: 8px;
	border-bottom: 2px solid #e60000;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	width: 16px;
	height: 16px;
	border-radius: 50%;
}

.swiper-pagination-bullet-active {
	background-color: #2cafcd;
	width: 16px !important;
}

.procenter-list {
	margin-top: 15px;
	flex-wrap: wrap;
}

.procenter-item {
	width: 308px;
	height: 262px;
	background-color: #FFFFFF;
	border: 1px solid #d9d9d9;
	margin-right: 10px;
	margin-bottom: 33px;
}

.procenter-item:nth-child(3n+3) {
	margin-right: 0;
}

.procenter-item-img {
	width: 235px;
	height: 221px;
}

.procenter-item-img img {
	width: 100%;
	height: 100%;
}

.procenter-details-name {
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
}

.procenter-details-btn {
	width: 120px;
	height: 28px;
	line-height: 28px;
	border: 1px solid #FFFFFF;
	border-radius: 4px;
	text-align: center;
	color: #FFFFFF;
	margin-top: 5px;
	cursor: pointer;
}

.procenter-item-bg {
	height: 100%;
	width: 100%;
	display: none;
}

.procenter-item-bg.cover {
	background-color: rgba(44, 175, 205, .5);
}

.application {
	padding-bottom: 80px;
}

.application-header {
	padding-top: 80px;
	padding-bottom: 80px;
}

.application-icon {
	text-align: center;
}

.application-tip {
	text-align: center;
	margin-top: 5px;
}

.application-more-tip {
	font-size: 16px;
	color: #666666;
	margin: 10px 0 15px 0;
	text-align: center;
}

.application-more-btn {
	font-size: 22px;
	color: #4eb6ce;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
}

/*.application-item {
	background-color: #d4d4d4;
}*/

.application-one-item1 {
	width: 474px;
	height: 322px;
	margin-right: 5px;
}

.application-item-btn {
	background: url(/images/videoplay-icon.png) 0 0 no-repeat;
	background-size: 100%;
	width: 29px;
	height: 29px;
}

.application-item-btndesc {
	margin-left: 12px;
	color: #FFFFFF;
	font-size: 16px;
}

.application-item-desc {
	color: #ffffff;
	font-size: 26px;
	font-weight: bold;
 
}
.application-item-desc:hover{
    display:block;
}
.application-item-paly {
	margin-top: 12px;
	cursor: pointer;
}

.application-item-temp {
	height: 100%;
	width: 100%;
	/*background-color: rgba(78, 182, 206, 1);*/
}

.application-one-item2 {
	width: 347px;
	height: 322px;
}

.application-item-bigbtn {
	background: url(/images/videoplay-icon.png) 0 0 no-repeat;
	background-size: 100%;
	width: 79px;
	height: 79px;
	cursor: pointer;
}

.application-two {
	margin-top: 6px;
}

.application-two-item1 {
	width: 347px;
	height: 322px;
	margin-right: 5px;
}

.application-two-item2 {
	width: 474px;
	height: 322px;
}

.application-right {
	width: 368px;
	height: 652px;
	margin-left: 5px;
}

.solve {
	padding-bottom: 240px;
}

.solve-header {
	padding: 85px 0 100px 0;
}

.solve-tip {
	text-align: center;
	margin-top: 5px;
}

.solve-pic-item {
	top: -185px;
	left: -209px;
	/* transition: 2.5s; */
	/* display: none; */
	opacity: 0;
	-webkit-transition: all .5s linear;
	transition: all .5s linear;
}

.solve-pic-item.active {
	/* display: block; */
	opacity: 1;
}

.solve-bgpic {
	background: url(/images/pentagram-icon.png) 0 0 no-repeat;
	background-size: 100%;
	width: 763px;
	height: 723px;
	margin: 0 auto;
}

.solve-pic-list {
	/* top: 16px;
	left: 2px; */
}

.solve-tips-title {
	color: #e60000;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
}

.solve-tips-desc {
	padding-top: 20px;
	font-size: 20px;
	color: #333333;
	text-align: left;
}

.solve-tips-desc.active {
	color: #2cafcd;
}

.solve-tips-list {
	/* height: 723px; */
}

.solve-tips-1 {
	top: 88px;
	left: 28px;
	width: 270px;
}

.solve-tips-2 {
	top: 430px;
	left: 28px;
	width: 250px;
}

.solve-tips-3 {
	bottom: -150px;
	left: 460px;
	width: 312px;
	text-align: center;
}

.solve-tips-4 {
	bottom: 165px;
	right: 30px;
	width: 229px;
}

.solve-tips-5 {
	top: 88px;
	right: 0;
	width: 269px;
}

.solve-singletips-item {
	width: 102px;
	height: 102px;
	border-radius: 50%;
	border: 2px solid #FFFFFF;
	cursor: pointer;
	z-index: 100;
}

.solve-singletips-item.active {
	box-shadow: 0 0 12px 9px rgba(255, 255, 255, .3);
	;
}

.solve-singletips-name {
	font-size: 48px;
	color: #FFFFFF;
	padding-bottom: 2px;
}

.solve-singletips-1 {
	top: 138px;
	left: 399px;
}

.solve-singletips-2 {
	bottom: 192px;
	left: 306px;
}

.solve-singletips-3 {
	bottom: 18px;
	left: 550px;
}

.solve-singletips-4 {
	bottom: 204px;
	right: 300px;
}

.solve-singletips-5 {
	top: 143px;
	right: 390px;
}

.application-item.active {
 background-color: rgba(78, 182, 206, 1);
}

.application-item.active .application-item-bigbtn {
 display: none;
}
.application-item {

 cursor: pointer;
}
.application-item .application-item-temp {
 height: 100%;
 width: 100%;
 background-color: rgba(78, 182, 206, 1);
 display: none;
}

.application-item.active .application-item-temp {
 display: flex;
}


/* .advantage {
	background: url(../images/advantage-bg.png) 0 0 no-repeat;
	background-size: 100%;
	width: 1920px;
	height: 1144px;
} */

.advantage {
	background: url(../images/power-all-bg.png) 0 0 no-repeat;
	background-size: 100% 100%;
	/* width: 1920px; */
	width: 100%;
	height: 1971px;
}

.advantage-header {
	width: 100%;
	margin-top: 80px;
	margin-bottom: 90px;
}

.advantage-icon {
	/* text-align: center; */
	width: 254px;
	height: 29px;
	margin: 0 auto;
	/* align-items: center;
	justify-content: center; */
}

.advantage-tip {
	text-align: center;
	margin-top: 10px;
	width: 504px;
	height: 80px;
	margin: 0 auto;
}

.advantage-list {
	width: 759px;
	flex-wrap: wrap;
}

.advantage-item {
	width: 365px;
	/* width: 315px; */
	height: 180px;
	/* padding: 0 10px; */
	margin-right: 29px;
	margin-bottom: 23px;
}

/* .advantage-item.active {
	width: 363px;
	height: 178px;
	border: 1px solid rgba(78, 182, 206, .5);;
} */

.advantage-item:nth-child(2n+2) {
	margin-right: 0;
}

.advantage-container {
	width: 100%;
}

/* 操作便捷图标 */
.advantage-caozuo-icon {
	background: url(../images/caozuo-icon.png) 0 0 no-repeat;
	background-size: 100%;
	width: 97px;
	height: 92px;
}

/* 效率高图标 */
.advantage-xiaolv-icon {
	background: url(../images/xiaolv-icon.png) 0 0 no-repeat;
	background-size: 100%;
	width: 73px;
	height: 69px;
}

/* 智能高效图标 */
.advantage-zhineng-icon {
	background: url(../images/zhineng-icon.png) 0 0 no-repeat;
	background-size: 100%;
	width: 69px;
	height: 87px;
}

/* 性价比高图标 */
.advantage-xingjiabi-icon {
	background: url(../images/xingjiabi-icon.png) 0 0 no-repeat;
	background-size: 100%;
	width: 62px;
	height: 55px;
}

/* 运行安全图标 */
.advantage-anquan-icon {
	background: url(../images/anquan-icon.png) 0 0 no-repeat;
	background-size: 100%;
	width: 57px;
	height: 68px;
}

/* 耗电低图标 */
.advantage-haodian-icon {
	background: url(../images/haodian-icon.png) 0 0 no-repeat;
	background-size: 100%;
	width: 73px;
	height: 69px;
}

.advantage-title {
	color: #e60000;
	font-size: 24px;
	font-weight: bold;
}

.advantage-desc {
	line-height: 30px;
	margin-left: 12px;
	width: 218px;
}

.advantage-details {
	font-size: 18px;
	color: #999999;
}

.advantage-right {
	margin-left: 56px;
}

.advantage-right-content {
	width: 383px;
	height: 563px;
	/* background-color: #FFFFFF; */
}

.swiper-slide {
	text-align: center;
	/* display: flex;
	justify-content: center; */
}

.swiper-container2 {
	padding-bottom: 40px;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 1px solid #FFFFFF;
}

.swiper-pagination-bullet {
	/* background: none !important; */
}

.swiper-pagination-bullet-active {
	background-color: #FFFFFF;
	width: 16px !important;
}

/* .power {
	display: flex;
	background: url(../images/power-bg.png) 0 0 no-repeat;
	background-size: 100%;
	width: 1920px;
	height: 1038px;
	position: absolute;
	bottom: -855px;
} */

.power-header {
	width: 100%;
	margin-top: 330px;
	margin-bottom: 90px;
}

.power-icon {
	text-align: center;
	align-items: center;
	justify-content: center;
}

.power-tip {
	text-align: center;
	margin-top: 10px;
}

.power-item {
	width: 366px;
	height: 490px;
	border-radius: 8px;
	margin-right: 51px;
	cursor: pointer;
}

.power-item:last-child {
	margin-right: 0;
}

.power-item-img {
	width: 326px;
	height: 294px;
	/* margin-top: 40px; */
	margin: 40px auto 23px;
}

/* 设备研发团队-灰色 */
.power-tuandui-icon {
	background: url(../images/tuandui-icon.png) 0 0 no-repeat;
	background-size: 100%;
	width: 59px;
	height: 46px;
}

/* 产品应用方案团队-灰色 */
.power-fangan-icon {
	background: url(../images/fangan.png) 0 0 no-repeat;
	background-size: 100%;
	width: 40px;
	height: 46px;
}

/* 售后团队-灰色 */
.power-shouhou-icon {
	background: url(../images/shouhou.png) 0 0 no-repeat;
	background-size: 100%;
	width: 44px;
	height: 46px;
}

.power-item-name {
	font-size: 18px;
	color: #333333;
	text-align: center;
	z-index: 999;
}

.power-icon {
	margin: 35px auto 21px;
}

.power-item-name:after {
	position: absolute;
	right: 155px;
	left: 155px;
	bottom: -15px;
	height: 2px;
	content: '';
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	background-color: #e60000;
}

.power-item.active {
	/* background-color: rgba(78, 182, 206, .5); */
}

.power-cover {
	width: 366px;
	height: 490px;
	border-radius: 8px;
	background-color: rgba(83, 188, 212, .8);
	position: absolute;
	top: 0;
	display: none;
}

.power-item.active .power-item-name {
	color: #FFFFFF;
}

.power-item.active .power-item-name:after {
	position: absolute;
	right: 155px;
	left: 155px;
	bottom: -15px;
	height: 2px;
	content: '';
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	background-color: #ffffff;
}


/* 设备研发团队-亮色 */
.power-item.active .power-tuandui-icon {
	background: url(../images/tuandui-icon.png) 0 0 no-repeat;
	background-size: 100%;
	width: 59px;
	height: 46px;
	position: relative;
	z-index: 999;
}

/* 产品应用方案团队-亮色 */
.power-item.active .power-fangan-icon {
	background: url(../images/fangan.png) 0 0 no-repeat;
	background-size: 100%;
	width: 40px;
	height: 46px;
	position: relative;
	z-index: 999;
}

/* 售后团队-亮色 */
.power-item.active .power-shouhou-icon {
	background: url(../images/shouhou.png) 0 0 no-repeat;
	background-size: 100%;
	width: 44px;
	height: 46px;
	position: relative;
	z-index: 999;
}

.power-desc {
	font-size: 14px;
	color: #FFFFFF;
	height: 290px;
	/* align-items: flex-end; */
	position: absolute;
	bottom: 0;
	margin: 0 40px;
	line-height: 40px;
}

.certificate {
	background: url(../images/certificate-bg.png) 0 0 no-repeat;
	background-size: 100% 100%;
	/* width: 1920px; */
	width: 100%;
	height: 879px;
}

.certificate-header {
	width: 100%;
	margin-top: 100px;
	margin-bottom: 140px;
}

.certificate-icon {
	text-align: center;
	align-items: center;
	justify-content: center;
}

.certificate-tip {
	text-align: center;
	margin-top: 10px;
}

.certificate-box {
	background: url(../images/certificate-box.png) 0 0 no-repeat;
	background-size: 100% 100%;
	width: 268px;
	height: 416px;
}

.certificate-box img {
	width: 253px;
	height: 358px;
}

.solve-pic img {
	width: 100%;
	height: 100%;
}

/* .swiper-container3 .swiper-slide {
	width: 268px !important;
} */

.swiper-container3 {
	width: 1200px;
	/* height: 420px; */
	/* margin: 20px auto; */
}

.swiper-container3 .swiper-wrapper {
	/* width: 1200px; */
}

.swiper-container3 .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;

	/* width: 268px !important;
	height: 416px !important */
	;
}

/* 253 358 */
.bg-bk1 {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 268px;
	height: 416px;
	background: url(../images/certificate-box.png)no-repeat;
	background-size: 100% 100%;
}

.bg-bk1 img {
	width: 230px;
	height: 356px;
	object-fit: cover;
}

.certificate-list .swiper-button-next {
	right: -100px !important;
	/* background-image:url(../images/arrow-right.png); */
	background: url(../images/arrow-right.png) 0 0 no-repeat;
	background-size: 100%;
	width: 70px !important;
	height: 70px !important;
}

.certificate-list .swiper-button-prev {
	left: -100px !important;
	background: url(../images/arrow-left.png) 0 0 no-repeat;
	background-size: 100%;
	width: 70px !important;
	height: 70px !important;
}


.case-header {
	width: 100%;
	padding-top: 80px;
	padding-bottom: 100px;
}

.case-icon {
	text-align: center;
	align-items: center;
	justify-content: center;
}

.case-tip {
	text-align: center;
	margin-top: 10px;
}

.case-list {
	flex-wrap: wrap;
}

.case-item {
	height: 110px;
	width: 210px;
	border: 2px solid #cfccc5;
	margin-right: 31px;
	margin-bottom: 21px;
}

.case-item:nth-child(5n+5) {
	margin-right: 0;
}

.case {
	padding-bottom: 30px;
}

.about-header-border {
	width: 182px;
	height: 172px;
	border-left: 2px solid #2cafcd;
	border-top: 2px solid #2cafcd;
	border-right: 2px solid #2cafcd;
}

.about-jianjie {
	font-size: 30px;
	font-weight: bold;
	color: #2cafcd;
	margin-top: 30px;
	margin-left: 14px;
}

.about-xksk {
	font-size: 30px;
	font-weight: bold;
	color: #333333;
	margin-top: 10px;
	margin-left: 14px;
}

.about-xksk:after {
	position: absolute;
	right: 106px;
	left: 0;
	bottom: -20px;
	height: 2px;
	content: '';
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	background-color: #2cafcd;
}

.about-header-right {
	margin-left: 30px;
}

.about-title {
	font-size: 26px;
	font-weight: bold;
	color: #2cafcd;
}

.about-details {
	margin-top: 22px;
	font-size: 18px;
	line-height: 30px;
	color: #666666;
}

.about-details span {
	cursor: pointer;
	
}

.about-container {
	margin: 0 88px;
}

.about-box {
	width: 1024px;
	height: 576px;
	background-color: #d9d9d9;
}

.about-tips {
	top: 0;
	left: 0;
	width: 186px;
	height: 106px;
	background-color: #2cafcd;
	color: #FFFFFF;
	font-size: 26px;
}

.about-card {
	height: 262px;
	width: 100%;
	box-shadow: 0 0 0.65rem 0.14rem rgba(217, 217, 217, 0.12);
}

.about-card-item {
	/* width: 204px; */
	height: 218px;
	flex-wrap: wrap;
	align-content: center;
	flex: 1;
	cursor: pointer;
}


.about-card-item:after {
	position: absolute;
	right: 0;
	/* left: 0; */
	/* bottom: -34px; */
	top: 50px;
	height: 146px;
	width: 2px;
	content: '';
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	background-color: #e6e6e6;
}

.about-card-item:last-child:after {
	height: 0;
}


.about-card-list {
	align-items: flex-end;
}

.about-card-total {
	width: 100%;
	text-align: center;
	font-size: 48px;
	font-weight: bold;
	color: #333333;
}

.about-card-total:after {
	position: absolute;
	right: 105px;
	left: 105px;
	bottom: -10px;
	height: 3px;
	content: '';
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	background-color: #e6e6e6;
}

.about-card-desc {
	margin-top: 25px;
	margin-left: 60px;
	margin-right: 60px;
	text-align: center;
	color: #333333;
	line-height: 30px;
}

.about-card {
	background-color: #fff;
}

.about-card-item.active {
	background-color: #2cafcd;
	border-radius: 20px;
}

.about-card-item.active .about-card-total {
	color: #FFFFFF;
}

.about-card-item.active .about-card-total:after {
	background-color: #FFFFFF;
}

.about-card-item.active .about-card-desc {
	color: #FFFFFF;
}

.about-card-item.active::after {
	height: 0;
}

.news {
	padding-bottom: 30px;
}

.news-header {
	width: 100%;
	padding-top: 80px;
	padding-bottom: 100px;
}

.news-icon {
	text-align: center;
	align-items: center;
	justify-content: center;
}

.news-tip {
	text-align: center;
	margin-top: 10px;
}

.news-right-img {
	width: 340px;
	height: 265px;
	background-color: #d9d9d9;
}

.news-left {
	margin-right: 40px;
}

.news-left-img {
	width: 460px;
	height: 265px;
	background-color: #d9d9d9;
}

.news-left-title {
	font-size: 18px;
	color: #333333;
}

.news-left-content {
	margin-top: 15px;
}

.news-left-title2 {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	margin: 10px 0;
}

.news-left-title23 {
	color: #999999;
	font-size: 12px;
	font-weight: normal;
}

.news-left-details {
	font-size: 14px;
	color: #666666;
	line-height: 18px;
	padding-bottom: 15px;
}

.news-left-details:after {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	height: 1px;
	content: '';
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	background-color: #d9d9d9;
}

.news-left-item {
	height: 30px;
	line-height: 30px;
	cursor: pointer;
}

.news-left-circle {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	color: #2cafcd;
	background-color: #2cafcd;
}

.news-left-item-title {
	margin-left: 9px;
	font-size: 14px;
}

.news-left-item-title.active {
	color: #2cafcd;
}


.news-left-item2 {
	color: #999999;
	font-size: 12px;
}

.news-right-title {
	font-size: 18px;
	color: #333333;
}

.news-right-content {
	margin-top: 15px;
}

.news-right-item {
	width: 340px;
	margin-right: 20px;
}

.news-right-title2 {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	margin: 10px 0;
}

.news-right-title23 {
	color: #999999;
	font-size: 12px;
	font-weight: normal;
}

.news-right-details {
	font-size: 14px;
	line-height: 18px;
	color: #666666;
}

.link-header {
	color: #e60000;
	font-size: 26px;
	padding-bottom: 20px;
}

.contact-qr-item {

	margin-right: 40px;
}

.contact-title {
	padding-top: 107px;
	padding-bottom: 49px;
	color: #FFFFFF;
	font-size: 26px;
}

.contact-qr-title {
	color: #FFFFFF;
	font-size: 16px;
	text-align: center;
	padding-top: 8px;
	height: 30px;
}

.contact-qr-img {
	width: 156px;
	height: 156px;
}

.contact-qr-img img {
	width: 100%;
	height: 100%;
}

.mfrx {
	margin-top: 25px;
	margin-bottom: 5px;
	color: #e60000;
	font-size: 26px;
}

.contact-line {
	color: #FFFFFF;
	font-size: 16px;
	line-height: 35px;
}

.contact-map {
	/* width: 1013px; */
	width: 700px;
	height: 480px;
        padding-top: 168px;
}

.contact-map img {
	width: 100%;
}

.footer-list {
	border-bottom: 1px solid #d4d4d4;
}
.footer-list a{
	color:#FFFFFF;
}
.footer-item {
	flex: 1;
	color: #d4d4d4;
	font-size: 16px;
	text-align: center;
	padding-bottom: 20px;
	cursor: pointer;
}

.footer-item:after {
	position: absolute;
	/* left: 0; */
	right: 0;
	bottom: 16px;
	/* top: 0; */
	/* height: 1px; */
	height: 20px;
	width: 1px;
	content: '';
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	background-color: #d4d4d4;
}

.banquan {
	font-size: 14px;
	color: #d4d4d4;
	padding-top: 29px;
	padding-bottom: 48px;
	text-align: center;
}
