.wrap {
    width: 1280px;
	margin: 0 auto;
}
.title{
	width: 100%;
	font-size: 38px;
	font-weight: 400;
	color: #000000;
	line-height: 40px;
	padding:40px 0 20px;
	text-align: center;
}
.summary{
	width: 576px;
	font-size: 16px;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.6);
	line-height: 25px;
	text-align: center;
	margin: 0 auto;
}
.menu li {
    position: relative;
}
.menu-container {
    position: absolute;
    top: 80px;
	left: -76px;
    z-index: 10;
    display: none;
	width: 207px;
	box-shadow: 0px 0px 40px -1px rgba(0, 0, 0, 0.12);
	border-radius: 6px;
}

.menu-container::before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border-right: 12px solid transparent;
    border-top: 10px solid transparent;
    border-left: 12px solid transparent;
    border-bottom: 10px solid transparent;
    border-bottom-color: #fff;
    top: -19px;
    left: 86px;
}

.menu-list {
    /* margin-left: -50%; */
    float: left;
    overflow: hidden;
    white-space: nowrap;
    background: #fff;
    padding: 5px 25px;
	background: #FFFFFF;
	box-shadow: 0px 0px 7px -1px rgba(0, 0, 0, 0.08);
	border: 1px solid rgba(151, 151, 151, 0.06);
	border-radius: 6px;
}

.menu-list .menu-list-item {
	display: block;
	font-size: 15px;
	color: #000000;
	height: 26px;
	line-height: 20px;
	padding: 8px 5px 8px 0;
}
.menu-list .menu-list-item img{
    width:26px;
    height: 26px;
	display: inline-block;
	vertical-align: middle;
}
.menu-list .menu-list-item .txt {
    padding: 0;
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: rgba(0, 0, 0, 0.55);
	margin-left: 8px;
}

.menu-list .menu-list-item:hover .txt {
    color: #000000;
}

/*banner*/
.banner {
	position: relative;
	min-height: 531px;
}

.banner_about {
	min-height: 352px;
}

.banner a {
	display: block;
	width: 100%;
	top: 0;
	bottom: 0;
	height: 100%;
	position: absolute;
}

.banner strong {
	width: 100%;
	font-size: 48px;
	display: block;
	padding-top: 80px;
	font-weight: 200;
}

.newmedia {
	width: 540px;
	padding-top: 45px;
	line-height: 24px;
	font-size: 14px;
}


/*challenge*/
.challenge{
	width: 100%;
	background: #F4F4F4;
	padding-bottom: 52px;
	position: relative;
	top: 113px;
	float: left;
}
.challenge .title{
	padding:50px 0;
	line-height: 58px;
}
.challenge .challenge-list{
	margin-left: -60px;
}
.challenge .challenge-item{
	width: 199px;
	height: 318px;
	background: #FFFFFF;
	border-radius: 8px;
	float: left;
	text-align: center;
	margin-left: 60px;
	margin-bottom: 20px;
	padding:0 38px;
}
.challenge .challenge-item h4{
	text-align: center;
	height: 28px;
	font-size: 18px;
	font-weight: 500;
	color: #000000;
	line-height: 28px;
	padding-bottom: 28px;
}
.challenge .challenge-item h4:hover{
	color:#CB0A0C;
}
.challenge .challenge-item p{
	width: 199px;
	font-size: 14px;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.6);
	line-height: 25px;
	text-align: left;
}
.challenge .challenge-item img{
	width: 79px;
	padding:41px 0 23px;
}

/* resolvent */
.resolvent{
	width: 100%;
	background: #FFFFFF;
	position: relative;
	top: 113px;
	float: left;
}
.resolvent .resolvent-list{
	margin-left: -35px;
	padding-top: 30px;
}
.resolvent .resolvent-item{
	width: 403px;
	height: 302px;
	background: #FFFFFF;
	border-radius: 8px;
	float: left;
	text-align: center;
	margin-left: 35px;
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.07);
	
}
.resolvent .resolvent-item h4{
	text-align: left;
	height: 28px;
	font-size: 20px;
	font-weight: 500;
	color: #000000;
	line-height: 28px;
	padding-bottom: 28px;
	width: 354px;
	padding:22px 24px 10px;
}
.resolvent .resolvent-item h4:hover{
	color:#CB0A0C;
}
.resolvent .resolvent-item p{
	width: 354px;
	font-size: 14px;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.6);
	line-height: 25px;
	text-align: left;
	padding:0 24px 0;

}
.resolvent .resolvent-item img{
	width: 100%;
	height: 129px;
	border-radius: 8px 8px 0 0;
	display: block;
}
.resolvent .more{
	width: 100%;
	height: 35px;
	text-align: center;
	padding:32px 0 38px;
}
.resolvent .more a{
	width: 116px;
	height: 35px;
	line-height: 35px;
	background: #82B711;
	border-radius: 18px;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	color: #FFFFFF;
}
/* composition */
.composition{
	width: 100%;
	height: 568px;
	background: #F4F4F4;
}

.composition .summary{
	text-align: left;
}
.composition .composition-list{
	padding-top: 25px;
}
.composition .composition-item{
	width: 25%;
	border-radius: 8px;
	float: left;
	text-align: center;
	margin-bottom: 30px;
}
.composition .composition-item h4{
	text-align: center;
	padding:15px 0 8px;
	width: 100%;
	height: 29px;
	font-size: 20px;
	font-weight: 500;
	color: #000000;
	line-height: 28px;
}
.composition .composition-item h4:hover{
	color:#CB0A0C;
}
.composition .composition-item p{
	width: 100%;
	text-align: center;
	height: 29px;
	font-size: 14px;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.6);
	line-height: 25px;
}
.composition .composition-item img{
	width: 80px;
}
/* advantages */
.advantages{
	width: 100%;
	padding-bottom: 56px;
	background: #FFFFFF;
}
.advantages-list{
	padding-top: 30px;
}
.advantages .advantages-item{
	width: 25%;
	border-radius: 8px;
	float: left;
	text-align: center;
	margin-bottom: 30px;
	position: relative;
}
.advantages .advantages-item h4{
	text-align: center;
	padding:14px 0 9px;
	width: 100%;
	height: 29px;
	font-size: 20px;
	font-weight: 500;
	color: #000000;
	line-height: 28px;
}
.advantages .advantages-item h4:hover{
	color:#CB0A0C;
}
.advantages .advantages-item .img-box{
	height: 52px;
	display: inline-block;
	vertical-align: middle;
}
.advantages .advantages-item img{
	width: 52px;
}
.advantages .advantages-item span{
	width: 44px;
	height: 5px;
	background: transparent;
	position: absolute;
	left: 43%;
	bottom: 0;
}
.advantages .active span{
	background: #82B711;
}
.advantages-box{
	width: 100%;
}
.advantages-box-item{
	width: 1280px;
	height: 327px;
	background: #FFFFFF;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.07);
	border-radius: 2px;
	display: none;
}
.advantages-box-item:nth-child(1){
	display: block;
}
.advantages-box-item .img-box{
	width: 580px;
	height: 327px;
	float: left;
}
.advantages-box-item .img-box img{
	width: 100%;
	height: 100%;
	display: block;
}
.advantages-info{
	width: 580px;
	padding:0 62px 0 58px;
	float: right;
}
.advantages-info .advantages-title{
	height: 40px;
	font-size: 28px;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.7);
	line-height: 40px;
	padding:38px 0 8px;
}
.advantages-info p{
	height: 80px;
	font-size: 16px;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.6);
	line-height: 25px;
}
.advantages-info .core-advantages{
	height: 25px;
	font-size: 18px;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.7);
	line-height: 25px;
}
.advantages-info .core-advantages-list{
	font-size: 0;
}
.advantages-info .core-advantages-list span{
	background: #E7F3FA;
	border-radius: 6px;
	padding:0 12px;
	height: 22px;
	font-size: 14px;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.7);
	line-height: 22px;
	display: inline-block;
	margin-right: 12px;
	margin-top:12px;
}
/* application */
.application{
	width: 100%;
	padding-bottom: 20px;
	background: #82B711;
}
.application .title{
	font-weight: 400;
	color: #FFFFFF;
}
.application .summary{
	font-weight: 400;
	color: rgba(255, 255, 255, 0.93);
}
.application-content{
	padding-bottom: 66px;
	width: 1140px;
	height: 342px;
	padding: 0 70px;
	overflow: hidden;
	position: relative;
	    margin-top: 30px;
}
.application-list{
	width: 100%;
	overflow: hidden;
	margin: 0 auto 0;
	
	position: relative;
}
.swiper-slide .application-slide{
	padding:49px 39px 57px 47px;
	width: 1052px;
	background: #FFFFFF;
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.07);
	border-radius: 8px;
	height: 196px;
}
.swiper-slide .img-box{
	width: 314px;
	height: 196px;
	float: left;
}
.swiper-slide .img-box img{
	width: 100%;
	height: 100%;
	float: left;
}
.application-info{
	width: 701px;
	float: right;
}
.application-title{
	width: 100%;
	height: 33px;
	font-size: 24px;
	font-weight: 500;
	color: #000000;
	line-height: 33px;
	padding:5px 0 10px 0;
}
.application-info p{
	height: 152px;
	font-size: 14px;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.6);
	line-height: 25px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden;
}
.application .swiper-pagination-bullets.swiper-pagination-bullets .swiper-pagination-bullet {
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
	margin-right:9px;
	width: 8px;
	height: 8px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #ffffff;
	opacity: 1;
}

.application .swiper-pagination-bullets.swiper-pagination-bullets .swiper-pagination-bullet-active {
	width: 25px;
}
.swiper-pagination {
	left: 45%;
    bottom: 0px;
}
.application .swiper-button-prev {
    background-image: url("../images/resolvent-left.png");
}

.application .swiper-button-next,
.application .swiper-button-prev {
    -moz-background-size:  20px 35px;
    -webkit-background-size: 20px 35px;
    background-size:  20px 35px;
    background-position: center;
    background-repeat: no-repeat;
	width: 20px;
	height: 35px;
}

.application .swiper-button-next {
    background-image: url("../images/resolvent-right.png");
}
.application .swiper-button-prev {
	right: auto;
	left: 0%;
	top: 42%;
	border: none;
	outline: none;
}

.application .swiper-button-next {
	right: 0%;
	left: auto;
	top: 42%;
	border: none;
	outline: none;
}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    content: '' !important;
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    content: '' !important;
}

/* æ•°å­—ä½“è‚² */
.digit-sport .challenge{padding-bottom:118px}
.digit-sport .resolvent .resolvent-item{height:230px;margin-bottom:27px}
.digit-sport .application,
.digit-sport .challenge .challenge-item .dot{background:#9e31b8}
.digit-sport .challenge .challenge-item{width:235px;margin-left:32px;padding:0 34px}
.digit-sport .challenge .challenge-item,
.digit-sport .challenge .challenge-item h4{text-align:left}
.digit-sport .challenge .challenge-item .dot{display:inline-block;width:4px;height:4px;border-radius:50%;vertical-align:middle;position:relative;top:-3px;margin-right:4px}
.digit-sport .challenge .challenge-item p{width:220px}
.digit-sport .core-advantage .left,
.digit-sport .core-advantage .right{float:left}
.digit-sport .core-advantage .left .img-wrapper{width:590px;height:405px;box-shadow:0 0 7px 0 rgb(0 0 0 / 7%);border-radius:8px;overflow:hidden}
.digit-sport .img-wrapper img{width:100%;height:100%}
.digit-sport .core-advantage{margin-top:69px;margin-bottom:100px}
.digit-sport .core-advantage .right{width:690px;padding-left:50px;box-sizing:border-box;padding-top:20px}
.digit-sport .core-advantage .right .item{margin-bottom:50px}
.digit-sport .core-advantage .right .item .img-wrapper,.core-advantage .right .item .text-wrapper{float:left}
.digit-sport .core-advantage .right .item .img-wrapper{width:70px;height:70px;margin-right:40px}
.digit-sport .core-advantage .right .item .text-wrapper{width:500px}
.digit-sport .core-advantage .right .item .text-wrapper .title{font-size:24px;color:#000;line-height:1;text-align:left;padding:0 0 8px 0}
.digit-sport .core-advantage .right .item .text-wrapper .summary{font-size:14px;color:#595959;text-align:left}
/* æ•°å­—ä½“è‚² end*/

/* äº§ä¸šäº’è”ç½‘ */
.industry-web .resolvent .resolvent-list{margin-bottom: 40px;}
.industry-web .resolvent .resolvent-item{height: 230px;margin-bottom:27px;}
.industry-web .application{background:#2F77E5}
/* äº§ä¸šäº’è”ç½‘ end*/


.zhongtai .resolvent .resolvent-list{margin-left:92px}
.zhongtai .challenge .summary{width:756px;height:50px;font-size:16px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#606060;line-height:25px;text-align:left}
.zhongtai .application{background:#a62922}
.zhongtai .reso-item{float:left;width:50%;text-align:left;box-sizing:border-box;padding-left:105px;position:relative;margin-bottom:47px}
.zhongtai .reso-item .text-wrapper .title{font-size:28px;font-family:PingFangSC-Medium,PingFang SC;font-weight:500;color:#000;line-height:40px;text-align:left;padding:0;padding-bottom:10px;}
.zhongtai .reso-item .img-wrapper{float:left;width:95px;height:111px;overflow:hidden;position:absolute;top:0;left:0}
.zhongtai .reso-item .img-wrapper img{width:100%;height:100%}
.zhongtai .reso-item .text-wrapper{float:left;padding-left:44px;box-sizing:border-box}
.zhongtai .reso-item .text-wrapper .summary{font-size:14px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:rgba(0,0,0,.6);line-height:25px;text-align:left;width:350px}



.wenlv .newmedia{
	width: 640px;
}

.cultural-cloud{
	padding-top: 20px;
	background-color: #F7F9FC;
	padding-bottom: 80px;
}
.cultural-cloud .title{
	font-weight: 500;
	margin-top: 20px;
}
.cultural-cloud .cloud-list{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 50px;
}
.cultural-cloud .cloud-item{
	width: 204px;
	height: 286px;
	background-color: #fff;
	display: flex;
	flex-direction:column;
	align-items: center;
	transition: all 0.3s;
	cursor: pointer;
}
.cultural-cloud .cloud-item .img-box{
	width: 78px;
	height: 78px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 64px;
}
.cultural-cloud .cloud-item .img-box img{
	width: 100%;
	height: 100%;
}
.cultural-cloud .cloud-item h5{
	font-size: 20px;
	color: #000;
	text-align: center;
	line-height: 20px;
	font-weight: 800;
	margin: 28px 0 24px;
}
.cultural-cloud .cloud-item .intro{
	font-size: 14px;
	color: #666666;
	display: none;
}
.cultural-cloud .cloud-item:hover{
	transform: scale(1.2);
	box-shadow: 0px 0px 24px 0px rgba(0, 81, 53, 0.08);
}
.cultural-cloud .cloud-item:hover .img-box{
	margin-top: 27px;
	transform: scale(0.8333);
}
.cultural-cloud .cloud-item:hover .intro{
	display: block;
	transform: scale(0.8333);
}
.cultural-cloud .cloud-item:hover h5{
	transform: scale(0.8333);
	margin: 23b px 0 20px;
}

/* æ•°å­—æ™¯åŒº */
.digital-scenic-areas{
	background-color: #fff;
	padding-bottom: 40px;
}
.digital-scenic-areas .title{
	margin: 20px 0 ;
	font-weight: 500;
}
.digital-scenic-areas .digital-box{
	display: flex;
	justify-content: space-between;
}
.digital-scenic-areas .b-left{
	flex: 0 0 600px;
	width: 600px;
	height: 400px;
	margin-right: 40px;
	border-radius: 8px;
	overflow: hidden;
}
.digital-scenic-areas .b-right{
	flex:1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.digital-scenic-areas .r-item{
	display: flex;
	justify-content: space-between;
	cursor: pointer;
}
.digital-scenic-areas .r-item{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 640px;
	height: 112px;
	background: #FFFFFF;
	box-shadow: 0px 0px 24px 0px rgba(0, 81, 53, 0.08);
	border-radius: 8px;
	transition: all 0.3s; 
}
.digital-scenic-areas .r-item:hover{
	transform: translateY(-8px);
}
.digital-scenic-areas .r-item .img-box{
	width: 72px;
	height: 72px;
	margin: 0 32px;
}
.digital-scenic-areas .text-box .tl{
	font-size: 20px;
	font-weight: 800;
	color: #333333;
	line-height: 32px;
}
.digital-scenic-areas .text-box .detail{
	font-size: 14px;
	font-weight: 500;
	color: #666666;
	line-height: 24px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

/* digital-wenbo  */
.digital-wenbo{
	width: 100%;
	background: #F7FAFC;
	padding-bottom: 52px;
}
.digital-wenbo .title{
	padding:60px 0 50px;
	line-height: 58px;
}
.digital-wenbo .wenbo-list{
	display: flex;
	justify-content: space-between;
}
.digital-wenbo .wenbo-item{
	width: 278px;
	height: 342px;
	background: #FFFFFF;
	border-radius: 8px;
	float: left;
	text-align: center;
	cursor: pointer;
}
.digital-wenbo .wenbo-item h4{
	text-align: center;
	height: 28px;
	font-size: 20px;
	font-weight: 500;
	color: #000000;
	line-height: 28px;
	padding-bottom: 28px;
	font-weight: bold;
}
.digital-wenbo .wenbo-item p{
	font-size: 14px;
	font-weight: 400;
	color: #666666;
	line-height: 25px;
	text-align: left;
	padding: 0 40px;
}
.digital-wenbo .wenbo-item img{
	width: 78px;
	margin-top: 30px;
	margin-bottom: 25px;
}
/* core-advantage */
.core-advantage{
	background-color: #fff;
}
.advantage-cont{
	width: 1255px;
	height: 588px;
	margin: 0 auto;
	background-image:url(/images/2021/advantage-bg-main.png),url(/images/2021/advantage-zbg.png) ;
	background-repeat:no-repeat,no-repeat;
	background-position: center,center ;
	position: relative;
}
.core-advantage .title{
	padding-bottom: 0;
	padding-top: 60px;
}
.core-advantage .text-item{
	position: absolute;
	color: #333333;
	font-size: 20px;
	font-weight: 600;
	line-height: 32px;
}
.core-advantage .text-item1{
	width: 310px;
	left: 55px;
	top: 60px;
}
.core-advantage .text-item2{
	width: 320px;
	right: 0;
	top: 67px;
}
.core-advantage .text-item3{
	width: 320px;
	left: 55px;
	top:272px;
}
.core-advantage .text-item4{
	width: 320px;
	right:0px;
	top: 272px;
}
.core-advantage .text-item5{
	width: 320px;
	left: 263px;
	top: 478px;
}
/* application-wl */
.wenlv .application-wl{
	background-color:#D08831 ;
}
.wenlv .application .img-box{
	border-radius: 4px;
}



.challenge-government.challenge .challenge-item {
    height: 400px;
}

.digit-sport .challenge-government .challenge-item p {
    width: 238px;
}

.digit-sport .resolvent-government .resolvent-item {
    height: 250px;
}
