.grid_box_4 {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: auto;
	width: 100%;
	/* grid-gap: 18rpx; */
	grid-row-gap: 20px;
	grid-column-gap: 15px;
}

.grid_item_product {
	width: 285px;
	height: 280px;
	background: #fff;
	box-shadow: 0px 5px 20px rgba(121, 148, 193, 0.0600);
	opacity: 1;
	border-radius: 4px;
	padding: 20px 20px 20px;
	cursor: pointer;
	transition: all .5s ease-in-out;
}

.grid_product_bg {
	background-image: url('/static/images/product_header_bg.png');
	background-repeat: no-repeat;
	background-size: 205px 95px;
	background-position: right top;
	box-shadow: 0px 5px 20px rgba(121, 148, 193, 0.0600);
	transform: translateY(-15px);
}

.pro_header {
	border-bottom: 1px solid #eee;
}

.pro_header img {
	height: 45px;
	height: 45px;
	margin-right: 12px;
}

.pro_header .title {
	height: 25px;
	font-size: 17px;
	font-family: PingFang SC;
	font-weight: 600;
	color: #333333;
}
.grid_item_title {
	font-size: 13px;
	font-family: PingFang SC;
	color: #999;
}
.pro_header .badge {
	width: 56px;
	height: 19px;
	border: 1px solid #2A7EFB;
	border-radius: 2px;
	font-size: 12px;
	font-family: PingFang SC;
	line-height: 12px;
	color: #2A7EFB;
	margin-left: 6px;
}

.pro_body .picture {
	width: 245px;
	height: 148px;
	background-color: #DFEAFC;
	border-radius: 2px;
}

.pro_body .picture img {
	width: 245px;
	height: 148px;
	border-radius: 2px;
}

.pro_body .grid_item_info {
	width: 245px;
	height: 170px;
}

.pro_body .grid_item_info .title {
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #333333;
}

.pro_body .grid_item_info .desc {
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 24px;
	color: #888888;
}

.pro_body .grid_item_info .btn {
	width: 90px;
	height: 34px;
	border: 1px solid #2A7EFB;
	border-radius: 3px;
	font-size: 13px;
	color: #2A7EFB;
}
.pro_body .grid_item_info .btn a{
	color: #2A7EFB;
}
.pro_body .grid_item_info .btn_active {
	background-color: #2A7EFB;
	color: #fff;
}

.grid_box_6 {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-template-rows: auto;
	width: 100%;
	grid-gap: 10px;
}

.section1 {
	/*height: 800px;*/
	background-image: url('/static/images/index_banner.png');
	position: relative;
}

.swiper {
	--swiper-pagination-color: #fff;
}

.mySwiper .swiper-pagination {
	/* width: 20% !important; */
	bottom: 80px !important;
	/* left: 20% !important; */
}

.mySwiper .swiper-pagination-bullet {
	width: 40px !important;
	height: 6px !important;
	background-color: #E6F0FF !important;
	border-radius: 0 !important;
}
.mySwiper .swiper-pagination-bullet:active{
	box-shadow: none;
	outline: none;
}
.mySwiper img{
	width: 100%;
}
.swiper-container{
	height: 430px;
}
.swiper-container img{
	width: 218px;
	height: 390px;
}
.swiper-container .swiper-pagination {
	bottom: -3px !important;
}
.swiper-container .swiper-pagination-bullet{
	width: 4px !important;
	height: 4px !important;
	border-radius: 50% !important;
	background: #fff!important;
}
.ad_box {
	position: absolute;
	width: 1200px;
	height: 104px;
	background: #fff;
	border-radius: 4px;
	left: 0;
	right: 0;
	margin: auto;
	top: -52px;
	z-index: 8;
	/* padding-left: 50px; */
}

.center_line {
	position: relative;
}

.center_line ::after {
	content: '';
	width: 1px;
	height: 57px;
	background: #eee;
	position: absolute;
	top: 4px;
	right: 0;
}

.ad_box_item {
	width: 50%;
}

.ad_box_item img {
	width: 70px;
}

.ad_title {
	font-size: 17px;
	font-family: PingFang SC;
	font-weight: 500;
	line-height: 22px;
	color: #333333;
}
.ad_box_item{
	transition: all .7s;
}
.ad_box_item:hover{
	transform: translateY(-5px);
}
.ad_text {
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 18px;
	color: #999999;
	margin-top: 8px;
}
.ad_text a{
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 18px;
	color: #999999;
	margin-right: 5px;
}
.ad_title:hover{
	color: #2A7EFB;
}
.ad_text a:hover{
	color: #2A7EFB;
}
.ad_text div ~ div{
	margin-left: 5px;
}
.section2 {
	/* height: 896px; */
	background-image: url('/static/images/section2_bg.png');
	position: relative;
}

.section3 {
	height: 788px;
	background-image: url('/static/images/shangjairuzhu.jpg');
	position: relative;
}
.section3_content{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
}
.advantage {
	height: 896px;
	background-image: url('/static/images/advantage_bg.png');
	position: relative;
}

.advantage_content {
	height: 628px;
	margin: 52px auto 0;
	background-image: url('/static/images/advantage_content_bg.png');
	position: relative;
}

.advantage_content .center {
	width: 491px;
	height: 209px;
	position: absolute;
	left: 50%;
	bottom: 50px;
	background-image: url('/static/images/center_line.png');
	background-size: cover;
	transform: translateX(-50%);
}

.advantage_content_tit {
	font-size: 22px;
	font-family: PingFang SC;
	font-weight: 600;
	line-height: 20px;
	color: #333333;
}

.advantage_content_desc {
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 20px;
	color: #666666;
	padding-top: 10px;
}

.advantage_content_img {
	width: 84px;
	height: 84px;
}

.bushu_aninmate {
	animation: kf-s2t 1.2s linear .8s infinite alternate;
}

@keyframes kf-s2t {
	0% {
		transform: translateY(20px);
	}

	100% {
		transform: translateY(0);
	}
}

.kuangjia {
	position: absolute;
	top: 300px;
	left: 440px;
}

.zx_diy {
	position: absolute;
	top: 300px;
	right: 460px;
}

.ym_code {
	position: absolute;
	bottom: 230px;
	left: 480px;
}

.cx_update {
	position: absolute;
	bottom: 230px;
	right: 480px;
}

.dl_bushu {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 320px;
}

.center_img {
	width: 474.8px;
	height: 373.8px;
}
#article_desc{
	opacity: 0.8;
}
.fun_border_bottom{
	border-bottom: 1px solid rgba(255,255,255,.1);
}
.section4 {
	/*height: 900px;*/
	border: 1px solid rgba(0, 0, 0, 0);
	background: linear-gradient(180deg, #EFF1F9 0%, #F9F9FC 100%);
}

.section4 img {
	/*width: 100%;*/
}

.section5 {
	height: 870px;
	background-image: url('/static/images/section7_bg.png');
}

.section5 .slider {
	height: 694px;
}

.section5 .slider_item {
	width: 270px;
	height: 102px;
	box-shadow: 0px 3px 10px rgba(5,36,82,0.13);
}

.section5 .slider_icon {
	width: 50px;
	height: 50px;
}

.section5 .slider_num {
	font-size: 24px;
	font-weight: bold;
	color: #000;
}

.section5 .slider_desc {
	font-size: 15px;
	font-family: PingFang SC;
	font-weight: 600;
	line-height: 25px;
	color: #444444;
}

.section5 .map {
	width: 810px;
	height: 620px;
	margin: 30px 0 0 50px;
	background-image: url('/static/images/map.png');
	background-size: cover;
	position: relative;
}
.section5 .map_star{
	width: 810px;
	height: 620px;
	position: absolute;
	top: 0;
	left: 0;
	animation: fadeIn 1.5s linear 1.5s infinite alternate;
}
@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.section6 {
	height: 602px;
	background-image: url('/static/images/index_section6_bg.png');
	background-size: cover;
}

.section6 .service {
	width: 150px;
	height: 244px;
	border: 1px solid #FFFFFF;
	background: linear-gradient(153deg, #EAEEF5 0%, #FFFFFF 100%);
	box-shadow: 0px 3px 20px rgba(5, 36, 82, 0.0700);
	border-radius: 2px;
	cursor: pointer;
	transition: all 1s;
}

.section6 .active {
	width: 400px;
	background: #2A7EFB;
	color: #fff;
	background-image: url('/static/images/baozhang_bg.png');
	background-size: 124px 124px;
	background-position: right top;
	background-repeat: no-repeat;
}

.service_content img {
	width: 30px;
}

.service_content .service_title {
	font-size: 24px;
	font-family: PingFang SC;
	font-weight: 600;
	line-height: 18px;
	color: #FFFFFF;
	margin: 20px 0 24px;
}

.service_content .sm_line {
	width: 22px;
	height: 3px;
	background-color: #fff;
}

.service_content .service_desc {
	width: 308px;
	height: 46px;
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 22px;
	color: #FFFFFF;
	margin-top: 20px;
}

.section7 {
	/*height: 776px;*/
	/* background-image: url('/static/images/mask.png'); */
	background-size: cover;
}
.scroll_x img{
	box-shadow: 0px 5px 12px rgba(121,148,193,0.1);
}
.row_left_animation{
	animation: 10s rowup-left linear infinite normal;
}
.row_right_animation{
	animation: 10s rowup-right linear infinite normal;
}
@keyframes rowup-left {
	0%{
		transform: translate3d(0,0,0);
	}
	100%{
		transform: translate3d(-160px,0,0);
	}
}

@keyframes rowup-right {
	0%{
		transform: translate3d(0,0,0);
	}
	100%{
		transform: translate3d(160px,0,0);
	}
}
.scroll_x{
	width: 1200px;
	overflow: hidden;
}
.mask_left{
	position: absolute;
	top: 200px;
	left: 0;
	background-image: linear-gradient(to left,rgba(255,255,255,0) 0%,#fff 100%);
	z-index: 6;
	width: 158px;
	height: 477px;
}
.mask_right{
	position: absolute;
	top: 200px;
	right: 0;
	background-image: linear-gradient(to right,rgba(255,255,255,0) 0%,#fff 100%);
	z-index: 6;
	width: 158px;
	height: 477px;
}

.section8 {
	height: 764px;
	background-image: url('/static/images/index_news_bg.png');
	background-size: cover;
}

.new_card {
	width: 386px;
	height: 458px;
	background: rgba(255, 255, 255, 0.3900);
	box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.0600);
	border-radius: 4px;
}

.new_card_header {
	width: 386px;
	height: 175px;
	background-size: cover;
}

.card_info .en_info {
	height: 22px;
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 22px;
	color: #FFFFFF;
	opacity: 0.8;
}

.card_info .keyword {
	/* height: 33px; */
	font-size: 15px;
	font-family: PingFang SC;
	font-weight: 300;
	/* line-height: 33px; */
	color: #FFFFFF;
	opacity: 0.8;
}

.card_info .card_info_tit {
	/* height: 33px; */
	font-size: 24px;
	font-family: PingFang SC;
	font-weight: 600;
	/* line-height: 33px; */
	color: #FFFFFF;
}

.dongtai {
	background-image: url('/static/images/index_dongtai.png');
}

.hangye {
	background-image: url('/static/images/index_news.png');
}

.operation {
	background-image: url('/static/images/index_operating.png');
}

.new_card_body {
	padding: 16px 27px 18px;
}

.new_card_body .news_title {
	font-size: 18px;
	font-family: PingFang SC;
	font-weight: 500;
	line-height: 26px;
	color: #282828;
	width: 281px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.new_card_body .news_title:hover{
	color: #2A7EFB;
}
.new_card_body .news_desc {
	height: 44px;
	line-height: 22px;
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #999;
	margin-top: 10px;
	width: 332px;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: 18px;
	cursor: pointer;
}

.new_card_body .line {
	border-bottom: 1px solid #eee;
}

.new_card_body .list {
	padding-top: 4px;
}

.new_card_body .list .time {
	width: 50px;
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 17px;
	color: #999999;
}

.new_card_body .list .new_info {
	width: 282px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #282828;
	font-size: 14px;
	/* padding-top: 16px; */
}
.new_card_body .list .new_info:hover{
	color: #2A7EFB;
}
.left_menu {
	width: 200px;
	height: 540px;
	background: rgba(23, 24, 27, .5);
	box-shadow: 0 12px 48px 0 rgb(0 113 239 / 10%);
	backdrop-filter: blur(14px);
	padding: 56px 0 0;
	cursor: pointer;
}

.left_menu .menu_item {
	width: 180px;
	height: 56px;
	line-height: 56px;
	text-align: left;
	padding-left: 25px;
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #fff;
	margin-bottom: 16px;
}

.left_menu .active {
	background: #2A7EFB;
	border-radius: 0px 4px 4px 0px;
}

.right_proview {
	width: 270px;
	height: 540px;
	background: rgba(23, 24, 27, .5);
	backdrop-filter: blur(14px);
}

.right_proview .picture {
	width: 240px;
	height: 390px;
	background-image: url('/static/images/dizuo.png');
	background-repeat: no-repeat;
	background-size: 234px 264px;
	background-position: bottom;
}



.article_content {
	height: 540px;
	width: 730px;
	background: rgba(23, 24, 27, .4);
	backdrop-filter: blur(14px);
	padding: 56px 40px 0;
}

.article_content .btn {
	width: 100px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.6);
	border-radius: 3px;
}

.article_content .active {
	background-color: #2A7EFB;
	border: 1px solid #2A7EFB;
}

@-webkit-keyframes pulse {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes pulse {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.pulse {
	animation: pulse 1.5s linear 1.5s infinite alternate;
}

.animated {
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;

	&.infinite {
		-webkit-animation-iteration-count: infinite;
		animation-iteration-count: infinite;
	}

	&.slow {
		-webkit-animation-duration: 2s;
		animation-duration: 2s;
	}
}

.qrcode_mask{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.4);
	z-index: 999;
}

.proview_qr{
	width: 340px;
	height: 398px;
	background: #FFFFFF;
	border-radius: 10px;
	position: fixed;
	left: 50%; top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1001;
}
.proview_qr .header{
	width: 100%;
	height: 74px;
	background-image: url('/static/images/code_top_bg.png');
	background-size: cover;
	background-repeat: no-repeat;
	font-size: 20px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: #FFFFFF;
}

.proview_qr .code_body .qrocde{
	width: 210px;
	height: 210px;
	margin-top: 30px;
}
.proview_qr .code_body .detail{
	width: 273px;
	height: 30px;
	background: #F5F5F5;
	border-radius: 15px;
	margin-top: 15px;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #777777;
}
.proview_qr .code_body .text_blue{
	color: #2A7EFB;
}
.proview_qr .close{
	font-size: 18px;
	color: #fff;
	position: absolute;
	top: 12px;
	right: 12px;
}


/* 设置广告条样式 */
.ads{
    position: absolute;
    margin-top: -57px;
    left:50%;
    margin-left: -600px;
    width: 1200px;
    height: 104px;
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    box-shadow: 0px 0px 30px #b0b0b0;
    justify-content: space-between;
    z-index: 90;
    align-items: center;

}
.ads>div{
    margin: 19px;
}
.ads>div:nth-child(1){
    margin-left: 80px;
    transition:  all 0.5s;
}
.ads>div:nth-child(1):hover{
    transform:translateY(-10%);
}
.ads>div:nth-child(3){
    /*margin-right: 90px;*/
    transition:  all 0.5s;
}
.ads>div:nth-child(5){
    margin-right: 80px;
    transition:  all 0.5s;
}
.ads>div:nth-child(3):hover{
    transform:translateY(-10%);
}
.ads>div:nth-child(2){
    width: 2px;
    height: 60px;
    background-color: #eee;
}
.ads>div:nth-child(4){
    width: 2px;
    height: 60px;
    background-color: #eee;
}
.ads>div img{
    vertical-align: middle;
    width: 40px;
    height: 40px;
    display: inline-block;
}
.ads_crm{
    vertical-align: middle;
    display: inline-block;
}
.ads_crm>span{
    font-size: 17px;
    color: #333;
    display: block;
}
.ads_crm>span:hover{
    color: #007aff;
}
.ads_crm>span:nth-child(2):hover{
    color: #007aff;
}
.ads_crm>span:nth-child(2){
    font-size: 17px;
    color: #999;
}

/* 主体部分样式开始 */
.penter{
    background-color: #fff;
    margin-top: 120px;
    text-align: center;
}
.jiny{
    margin-top: 120px;
    text-align: center;
}
.jiny>h3{
    font-size: 30px;
    font-weight: 700;
    text-align: center;
}
.jiny>span{
    font-size: 15px;
    line-height: 40px;
}
.cblsit{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 60px 80px;
}
.cblsit>div{
    transition:  all 0.5s;
}
.cblsit .tiaodong1 {
    animation: identifier1 5s linear 0s infinite normal;
}

.cblsit .tiaodong2 {
    animation: identifier2 5s linear 0s infinite normal;
}

.cblsit .tiaodong3 {
    animation: identifier3 5s linear 0s infinite normal;
}

.cblsit .tiaodong4 {
    animation: identifier4 5s linear 0s infinite normal;
}

@keyframes identifier1 {
    0% {
        transform: translateY(0px);
    }

    20% {
        transform: translateY(-20%);
    }

    40% {
        transform: translateY(0px);
    }

    60% {
        transform: translateY(0px);
    }

    80% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes identifier2 {
   0% {
        transform: translateY(0px);
    }

    20% {
        transform: translateY(0px);
    }

    40% {
        transform: translateY(-20%);
    }

    60% {
        transform: translateY(0px);
    }

    80% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes identifier3 {
  0% {
        transform: translateY(0px);
    }

    20% {
        transform: translateY(0px);
    }

    40% {
        transform: translateY(0px);
    }

    60% {
        transform: translateY(-20%);
    }

    80% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes identifier4 {
   0% {
        transform: translateY(0px);
    }

    20% {
        transform: translateY(0px);
    }

    40% {
        transform: translateY(0px);
    }

    60% {
        transform: translateY(0px);
    }

    80% {
        transform: translateY(-20%);
    }

    100% {
        transform: translateY(0px);
    }
}
/*.cblsit>div:hover{*/
/*    transform:translateY(-10%);*/
/*    color: #2a7efb;*/
/*}*/
.cblsit>div>img{
    width: 100px;
    height: 100px;
}
.cblsit>div>span{
    display: block;
}
.bor{
    background-color: #e0e0e0;
    width: 1px;
    height: 60px;
}
.ksande{
    text-align: center;
}
.ksande>p{
    text-align: center;
    font-size: 30px;
    font-weight: 700;
}

.andeback{
    margin-top: 50px;
    background-image: url('../style/img/index_section6_bg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-top: 50px;
    padding-bottom: 30px;
}
.andeback>div{
    overflow: hidden;
    margin: auto;
    width: 1000px;
    height: 300px;
    border: 2px solid #fff;
    border-radius: 15px;
    margin-bottom: 50px;
    transition: all 0.5s;
}
.andeback>div:hover{
    transform: translateY(-10%);
}
.blou{
    background-image: linear-gradient(#f5f9ff, #f5f8ff); 
}
.ground{
    background-image: linear-gradient(#e4fcff, #e4fcff);
}
.orgin{
    background-image: linear-gradient(#fff7f4, #fff8f5);
}
.adnleft{
    float: left;
    width: 440px;
    padding: 30px;
    text-align: left;
}
.adnleft>img{
    margin: 30px 0px 30px 0px;
}
.adnleft>h3{
    font-size: 25px;
    line-height: 50px;
}
.adnleft>h3:hover{
    color: #2a7efb;
}
.adnleft>span{
    font-size: 15px;
    text-align: left;
    color: #080808;
}
.adnleft>span:hover{
    color: #2a7efb;
}
.adnright{
    float: right;
}
.busdhy{
    background-image: url('../style/img/mer_section7_bg.png');
}
.cpspan{
    font-size: 20px;
    color: #666;
}
.grid_box{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 80px;
    margin-top: 40px;
    padding-bottom: 60px;
}
.grid_box>div{
    width: 285px;
    height: 150px;
    overflow: hidden;
}
.grid_box>div>img{
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}
.grid_box>div>img:hover{
    transform: scale(1.2);
}
.newfl{
    background-image: url('../style/img/index_news_bg.png');
}
.newimg{
    height: 500px;
}
.newimg>div{
    width: 386px;
    height: 458px;
    background: rgba(255, 255, 255, 0.3900);
    box-shadow: 0px 3px 20px rgb(0 0 0 / 6%);
    border-radius: 4px;
    float: left;
    margin-left: 20px;
}
.newdim{
    width: 386px;
    height: 175px;
    background-size: cover;
}
.newdim>div{
    text-align: left;
    padding: 60px 30px;
}
.newdim>div>p{
    height: 22px;
    text-align: left;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 22px;
    color: #FFFFFF;
    opacity: 0.8;
}
.newdim>div>span{
    font-size: 24px;
    font-family: PingFang SC;
    font-weight: 600;
    display: inline-block;
    color: #FFFFFF;
}
.newdim>div>span>p{
    font-size: 15px;
    font-family: PingFang SC;
    font-weight: 300;
    color: #FFFFFF;
    opacity: 0.8;
    display: inline-block;
}
.newstext{
    padding: 16px 27px 18px;
}
.ntexh{
    display: flex;
    align-items: center;
}
.ntexh>a{
    font-size: 18px;
    color: #333;
    font-weight: 500;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 281px;
}
.ntexh>a:hover{
 color: #007aff;   
}
.ntexh>img{
    width: 28px;
    height: 14px;
}
.news_desc{
    height: 44px;
    line-height: 22px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #999;
    margin-top: 10px;
    width: 332px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 18px;
    cursor: pointer;
}
.line{
    border-bottom: 1px solid #eee;
}
.listxt{
    padding-top: 4px;
}
.listxt>p{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 16px;
}
.listxt>p>span{
    width: 50px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 17px;
    color: #999999;
}
.listxt>p>a{
    text-align: left;
    width: 282px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #282828;
    font-size: 14px;
}
.listxt>p>a:hover{
    color: #007aff;
}
.ditu{
    background-image: url('../style/img/beijing.png');
}
.ditutj{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:110px 30px;
}
.ditutj>div>span:nth-child(1){
    display: inline-block;
    font-size: 40px;
    color: #007aff;
    font-weight: 700;
}
.ditutj>div>span:nth-child(1)>p{
    font-weight: 100;
    font-size: 20px;
    display: inline-block;
}
.ditutj>div>span:nth-child(2){
    display:block;
    font-size: 16px;
    color: #333;
}
.zhshen{
    background-color: #042043;
    height: 310px;
}
.guansu{
    background-image: url('../style/img/guangshu.png');
    background-repeat: no-repeat;
    background-position: 0px;
    background-size: 100%;
}
.zxkf{
    width: 130px;
    height: 48px;
    background: #1890FF;
    border-radius: 4px;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 48px;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
    margin: 30px auto 60px;
}
/* 页脚 */
.footer{
background-color: #21252C;
}
