.index_box_section{
	width: 1300px;
	margin: 0 auto;
	/* margin-top: -100px; */
}
.index_cnt_item_box{
	width: 100%;
	display: flex;
}

.index_cnt_new_item{
	width: 19.81%;
	/* margin-left: 5.18%; */
	margin-left: 7.18%;
	text-align: center;
	margin-bottom: 53px;
}
.index_cnt_new_item:nth-child(1){
	margin-left: 0;
}
.index_cnt_item_img{
	    display: inline-block;
	    width: 200px;
	    height: 176px;
		margin-bottom: 14px;
}
.index_cnt_new_item_name{
	    font-size: 20px;
	    font-weight: 500;
	    color: #000;
	    margin-bottom: 10px;
}
.index_cnt_new_item_desc{
	font-size: 14px;
	text-align: left;
	color: rgba(11, 17, 26, 0.6);
	line-height: 24px;
	-webkit-font-smoothing: antialiased;
}
.index_section_new_title{
    margin-bottom: 38px;
    color: #000;
    text-align: center;
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
    position: relative;
    z-index: 2;	
}
.index_cnt_new_item_top{
	display: flex;
	align-items: center;
	text-align: left;
	font-size: 18px;
	font-weight: 500;
	color: #000;
	margin-bottom: 10px;
}
.index_cnt_item_img1{
	width: 40px;
	height: 40px;
	margin-right: 10px;
}
.index_cnt_new_item_top_desc{
	    font-size: 14px;
	    color: rgba(11, 17, 26, 0.6);
	    -webkit-font-smoothing: antialiased;
		text-align: left;
		line-height: 24px;
}
.index_section_new_industry{
	padding: 60px 60px;
	padding-top: 0px;
}
.index_section_new_box{
	display: flex;
}
.index_section_industry_new_item{
	margin-right: 16px;
    margin-bottom: 16px;	
	position: relative;
    display: block;
    /* width: 330.66px; */
	width: 33.33%;
    height: 234px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 12px;
    padding: 30px 30px 0;
	padding-left: 20px;
	padding-right: 20px;
    color: rgba(13, 19, 26, 0.8);
    background: #ffffff;
    word-break: break-all;
    white-space: normal;
    -webkit-transition: all 0.3s ease-out 0.1s;
    -o-transition: all 0.3s ease-out 0.1s;
    transition: all 0.3s ease-out 0.1s;
    border: 1px solid rgba(6, 15, 26, 0.07);
	cursor: pointer;
}
.index_section_industry_new_item:hover{
	color: inherit;
	text-decoration: none;
	 -webkit-transform: scale(1.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03);
	 -webkit-box-shadow: 0 0 16px 0 rgb(0 0 0 / 7%);
	box-shadow: 0 0 16px 0 rgb(0 0 0 / 7%);
}
.index_section_industry_new_item_top{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
}
.index_section_industry_new_item_top_left{
	    font-size: 18px;
	    line-height: 28px;
	    font-weight: 500;
	    color: #000;
		display: flex;
		align-items: center;
}
.index_section_industry_new_item_top_left img{
	width: 50px;
	height: 50px;
	margin-right: 10px;
}
.index_section_industry_new_item_con_item{
	display: flex;
	align-items: center;
	font-size: 14px;
	    line-height: 32px;
	
}
.index_section_industry_new_item_con_item img{
	margin-right:6px;
}
.index_section_industry_new_item_top_right{
	display: none;
}
.index_section_industry_new_item:hover .index_section_industry_new_item_top_right{
	display: block;
}
.wx_tab_cont .item{
    display: none;
}
.xie_ul_box{
	display: flex;
	border-bottom: 1px solid #ddd;
	height: 40px;
	padding-left: 0;
	padding-right: 0;
	justify-content: center;
}
.xie_ul_box li{
	margin:0 23px;
	height: 40px;
	display: flex;
	align-items: center;
	list-style: none;
	cursor: pointer;
}
.wx_ul_box{
	display: flex;
	justify-content: center;
	border-bottom: 1px solid #ddd;
	height: 40px;
	padding-left: 0;
	padding-right: 0;
}
.wx_ul_box li{
	margin:0 23px;
	height: 40px;
	display: flex;
	align-items: center;
	list-style: none;
	cursor: pointer;
}
.wx_ul_box li:nth-child(1){
	margin-left: 0;
}
.wx_ul_box li:nth-child(6){
	margin-right: 20px;
}
.wx_ul_box li .wx_ul_item_icon{
	width: 25px;
	height: 25px;
	margin-right: 4px;
}
.wx_ul_box li .wx_ul_item_icon1{
	width: 25px;
	height: 25px;
	margin-right: 4px;
	display: none;
}
.xie_ul_box li .xie_ul_item_icon{
	width: 25px;
	height: 25px;
	margin-right: 4px;
}
.xie_ul_box li .xie_ul_item_icon1{
	width: 25px;
	height: 25px;
	margin-right: 4px;
	display: none;
}
.wx_ul_item_hot{
	width: 34px;
	height: 25px;
}

.xie_current{
    border-bottom: 1px solid #0082ef !important;
	color:#0082ef ;
}
.xie_current .xie_ul_item_icon1{
	display: block !important;
}
.xie_current .xie_ul_item_icon{
	display: none !important;
}

.current{
    border-bottom: 1px solid #1BAB50 !important;
	color:#1BAB50 ;
}
.current .wx_ul_item_icon1{
	display: block !important;
}
.current .wx_ul_item_icon{
	display: none !important;
}
.wx_tab_cont_item_box{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 1100px;
	margin: 0 auto;
}
.wx_tab_cont_item_left{
	width: 390px;
	height: 510px;
}
.wx_tab_cont_item_title{
	margin-top: 100px;
	color: #000;
	font-size: 38px;
	line-height: 53px;
	letter-spacing: 1.5px;
	font-weight: 500;
	width: 90%;
}
.wx_tab_cont_item_desc{
    font-size: 14px;
    line-height: 26px;
    margin-top: 22px;
    margin-bottom: 15px;
    color: rgba(14, 19, 25, 0.9);	
	/* width: 90%; */
	width: 98%;
}
.wx_tab_cont_item_a{
	color: #000;
	cursor: pointer;
    font-size: 14px;
    line-height: 24px;
    color: rgba(14, 19, 25, 0.9);
}
.wx_tab_cont_item_right_img{
	width: 630px;
	height: 510px;
	background-image: url('../image/pro/qiwei/wx_right_bj.png');
	background-size: 100% 100%;
}
.wx_tab_cont_item_right_img img{
	width: 570px;
	height: 400px;
	margin-top: 40px;
	margin-left: 40px;
	-webkit-animation-name: fadeInRight;
	    animation-name: fadeInRight;
	    -webkit-animation-duration: 0.6s;
	    animation-duration: 0.6s;
	    -webkit-animation-fill-mode: both;
	    animation-fill-mode: both;
	    -webkit-animation-timing-function: ease-in;
	    animation-timing-function: ease-in;
}

.xie_tab_cont_item_box{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 1100px;
	margin: 0 auto;
}
.xie_tab_cont_item_left{
	width: 390px;
	height: 510px;
}
.xie_tab_cont_item_title{
	margin-top: 100px;
	color: #000;
	font-size: 38px;
	line-height: 53px;
	letter-spacing: 1.5px;
	font-weight: 500;
	width: 90%;
}
.xie_tab_cont_item_desc{
    font-size: 14px;
    line-height: 26px;
    margin-top: 22px;
    margin-bottom: 15px;
    color: rgba(14, 19, 25, 0.9);	
	/* width: 90%; */
	width: 98%;
}
.xie_tab_cont_item_a{
	color: #000;
	cursor: pointer;
    font-size: 14px;
    line-height: 24px;
    color: rgba(14, 19, 25, 0.9);
}
.xie_tab_cont_item_right_img{
	width: 630px;
	height: 510px;
	background-image: url('../image/pro/qiwei/xie_right_bj.png');
	background-size: 100% 100%;
}
.xie_tab_cont_item_right_img img{
	width: 570px;
	height: 400px;
	margin-top: 40px;
	margin-left: 40px;
	-webkit-animation-name: fadeInRight;
	    animation-name: fadeInRight;
	    -webkit-animation-duration: 0.6s;
	    animation-duration: 0.6s;
	    -webkit-animation-fill-mode: both;
	    animation-fill-mode: both;
	    -webkit-animation-timing-function: ease-in;
	    animation-timing-function: ease-in;
}

.xie_item{
	display: none;
}
.index_section_Collaboration{
background: linear-gradient(180deg, #F0F4F7 0%, #F7F9FA 100%);	
padding-top: 68px;
margin-bottom: 68px;
}
.zhengwu_detail_title{
    font-size: 36px;
    line-height: 60px;
    font-weight: 500;
    color: #000;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.zhengwu_detail_title::after{
    content: " ";
    display: block;
    width: 64px;
    height: 3px;
    background: #0067ED;
    position: absolute;
    bottom: 0;
    left: 0;
}
.zhengwu_detail_box{
		/* padding-top: 55px; */
	    padding-bottom: 55px;
	    border-bottom: 1px solid #EAEAEA;	
}
.zhengwu_detail_desc{
    margin-top: 3px;
    font-size: 18px;
    line-height: 2em;
    color: rgba(12, 18, 25, 0.7);	
}
.zhengwu_lable_box{
	display: flex;
	align-items: center;
    background-color: #FAFAFA;
    border-radius: 8px;
    padding:10px 16px;
    font-size: 0;
    line-height: 0;	
	width: fit-content;
	margin-top: 15px;
}
.zhengwu_lable_item{
    font-size: 13px;
    padding: 0 10px;
}
.zhengwu_lable_item_shu{
	width: 1px;
	height: 14px;
    background-color: rgba(0, 0, 0, 0.2);	
}
.zhengwu_item_box{
	display: flex;
	 align-items: center; 
	justify-content: space-between;
	padding-bottom: 80px;
	/*border-bottom: 1px solid #EAEAEA;*/
}
.zhengwu_item_left_box{
	/* width: 434px; */
	width: 512px;
}
.zhengwu_item_right_box{
	width: 500px;
	display: flex;
	justify-content: space-between;
	margin-top: 80px;
}
.zhengwu_item_right_box img{
	    width: 240px;
	    height: 356px;
		border-radius: 10px;
}
.zhengwu_item_left_title{
    font-weight: 500;
    margin-top: 80px; 
    font-size: 32px;
    line-height: 32px;
    color: #000;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 20px;
}
.zhengwu_item_left_title::after{
    content: " ";
    display: block;
    width: 64px;
    height: 3px;
    background: #0067ED;
    position: absolute;
    bottom: 0;
    left: 0;
}
.zhengwu_item_left_desc{
    font-size: 18px;
    line-height: 2em;
    color: rgba(12, 18, 25, 0.7);
	margin-top: 30px;
}
.si_box_section{
	/* width: 980px; */
	width: 1300px;
	/* padding-top: 40px; */
	margin: 0 auto;
}
.si_item_box{
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.si_item{
	width: 260px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.si_item_title{
    font-size: 20px;
    color: #323232;
    margin-bottom: 10px;	
}
.si_item_desc{
    font-size: 13px;
    color: #555;
    line-height: 24px;
	text-align: center;
}
.si_content_title{
	text-align: center;
    font-size: 24px;
    line-height: 33px;
    color: #323232;
    text-align: center;
    margin-bottom: 40px;
	padding-top: 110px;	
}
.si_content_img{
	padding-bottom: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.sy_top_content{
    width: 1300px;
    margin: 0 auto;	
	/* padding-top: 50px; */
	height: 330px;
}
.sy_top_item{
	display: flex;
	align-items: center;
	margin-top: 0;
    font-size: 28px;
    color: #222;
    vertical-align: middle;
    margin-bottom: 15px;
	font-weight: bold;
}
.sy_top_item img{
	width: 34px;
	height: 34px;
	margin-right: 10px;
}
.sy_top_title{
	font-weight: bold;
	font-size: 48px;
	color: #222;
	line-height: 60px;
	margin-bottom: 5px;
}
.sy_top_btn{
	width: 200px;
    height: 60px;
	line-height: 60px;
	text-align: center;
    color: #fff;
    font-size: 20px;
	border-radius: 2px;
	background-color: #0067ed;
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
	text-decoration: none;
	display: block;
	margin-top: 35px;
}
.sy_top_btn:hover{
	background-color: #197dff;	
}
.sy_top1_content{
	width: 1300px;
    margin: 0 auto;
    height: 300px;	
	background-image: url('../image/pro/qiwei/sy_top1_bj.jpg');
	background-size: 100% 100%;
	position: relative;
}
.sy_top1_content img{
	position: absolute;
    width: 580px;
    height: 670px;
    bottom: 0;
    right: 60px;	
}
.sy_top_big_box{
	width: 1300px;
	margin: 0 auto;
	display: flex;
}
.sy_top_big_left img{
	width: 770px;
	height: 660px;
} 
.sy_top_big_right_title{
	padding: 15px 0 10px 0;
    font-weight: 700;
    font-size: 46px;
    color: #222;
    word-break: keep-all;
    white-space: nowrap;	
	padding-top: 120px;
}
.sy_top_big_right_lable_box{
	display: flex;
	padding-top: 20px;
}
.sy_top_big_right_lable_left img{
	width: 40px;
	height: 40px;
	margin-right: 10px;
}
.sy_top_big_right_lable_title{
	font-size: 18px;
    font-weight: 700;	
	color: #222;
	line-height: 25px;
}
.solve_big_box{
    background-color: #fbfbfb;
    padding-bottom: 60px;	
}
.solve_content_box{
	/* width: 1056px; */
	width: 1300px;
	margin: 0 auto;
}
.solve_content_title{
	text-align: center;
    padding-top: 100px;
    margin-bottom: 30px;
    font-size: 44px;
    color: #222;
	font-weight: bold;
}
.solve_item_box{
	display: flex;
}
.solve_item{
	padding: 40px 48px 0 48px;
	/* width: 288px; */
	width: 33.3%;
	height: 180px;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 40px;
}
.solve_item img{
    width: 54px;
    height: 54px;	
}
.solve_item_title{
	text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #222;
	margin-top: 20px;
}
.solve_item_desc{
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
    color: #999;
}
.xy_content_box{
    width: 1300px;
    height: 550px;
    margin: 0px auto;	
}
.zhxy-bt{
    width: 770px;
    height: 110px;
    float: left;
    margin: 0px 215px 0px 215px;	
}
.xy_lable_box{
	display: flex;
	justify-content: center;
	width: 1300px;
    height: 260px;
    padding-top: 35px;	
}
.xy_lable_item{
    width: 260px;
    height: 260px;
    margin-left: 20px;
    margin-right: 20px;	
}
.xy_big_box{
	width: 100%;
    height: 600px;
    margin: 0px auto;
    background: url('../image/pro/tx/dt-01.jpg') no-repeat center center;	
}
.xy_big_main_box{
	width: 1300px;
    height: 600px;
    margin: 0px auto;	
	display: flex;
}
.xy_big_main_left{
    width: 430px;
    height: 600px;
}
.xy_big_main_left_title{
	width: 430px;
    height: 20px;
    margin-top: 78px;
    font-size: 20px;
    line-height: 20px;
    color: #fff;	
}
.xy_big_main_left_img{
    width: 430px;
    height: 45px;
    margin-top: 30px;	
}
.xy_big_main_left_desc{
    width: 430px;
    height: 100px;
    margin-top: 35px;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
	
}
.xy_big_main_left_img1{
    width: 200px;
    height: 240px;
    margin-left: 55px;	
}
.xy_big_main_center{
    width: 220px;
    height: 220px;
    /* margin: 195px 50px 185px 60px;	 */
	margin: 195px 104px 185px 106px;	
}
.xy_big_main_right{
	width: 440px;
    height: 600px;
}
.xy_big_main_right_img{
    width: 225px;
    height: 240px;
    margin: 90px 100px 0px 115px	
}
.xy_big_main_right_title{
    width: 440px;
    height: 20px;
    margin-top: 25px;
    font-size: 20px;
    line-height: 20px;
    color: #fff;	
}
.xy_big_main_right_img1{
	width: 440px;
    height: 45px;
    margin-top: 30px;	
}
.xy_big_main_right_desc{
    width: 440px;
    height: 100px;
    margin-top: 35px;
    font-size: 14px;
    line-height: 30px;
    color: #fff;	
}
.study_big_box{
	width: 100%;
    height: 600px;
    margin: 0px auto;
    background: url('../image/pro/tx/dt-02.jpg') no-repeat center center;	
}
.study_big_main_left_title{
    width: 480px;
    height: 20px;
    margin-top: 78px;
    font-size: 20px;
    line-height: 20px;
    color: #2d9eee;	
}
.study_big_main_left_desc{
    width: 480px;
    height: 125px;
    margin-top: 35px;
    font-size: 14px;
    line-height: 30px;
    color: #2d9eee;	
}
.study_big_main_right_title{
    width: 440px;
    height: 20px;
    margin-top: 50px;
    font-size: 20px;
    line-height: 20px;
    color: #2d9eee;	
}
.study_big_main_right_desc{
	width: 440px;
    height: 100px;
    margin-top: 35px;
    font-size: 14px;
    line-height: 30px;
    color: #2d9eee;	
}
.life_big_box{
	width: 100%;
    height: 600px;
    margin: 0px auto;
    background: url('../image/pro/tx/dt-03.jpg') no-repeat center center;	
}
*{
	margin: 0 ;
	padding: 0;
}
.life_big_main_left_title{
    width: 530px;
    height: 20px;
    margin-top: 78px;
    font-size: 20px;
    line-height: 20px;
    color: #fff;
}
.life_big_main_left_desc{
    width: 530px;
    height: 125px;
    margin-top: 35px;
    font-size: 14px;
    line-height: 30px;
    color: #fff;	
}
.life_big_main_right_title{
	width: 440px;
    height: 20px;
    margin-top: 50px;
    font-size: 20px;
    line-height: 20px;
    color: #fff;	
}
.life_big_main_right_desc{
	    width: 440px;
	    height: 100px;
	    margin-top: 35px;
	    font-size: 14px;
	    line-height: 30px;
	    color: #fff;
	
}
.office_big_box{
width: 100%;
    height: 600px;
    margin: 0px auto;
    background: url('../image/pro/tx/dt-04.jpg') no-repeat center center;		
}
.office_big_main_left_title{
    width: 480px;
    height: 20px;
    margin-top: 78px;
    font-size: 20px;
    line-height: 20px;
    color: #1eb97b;	
}
.office_big_main_left_desc{
	    width: 480px;
	    height: 125px;
	    margin-top: 35px;
	    font-size: 14px;
	    line-height: 30px;
	    color: #1eb97b;
}
.office_big_main_right_title{
	width: 440px;
    height: 20px;
    margin-top: 50px;
    font-size: 20px;
    line-height: 20px;
    color: #1eb97b;	
}
.office_big_main_right_desc{
    width: 440px;
    height: 100px;
    margin-top: 35px;
    font-size: 14px;
    line-height: 30px;
    color: #1eb97b;	
}
.home_big_box{
	width: 100%;
    height: 600px;
    margin: 0px auto;
    background: url('../image/pro/tx/dt-05.jpg') no-repeat center center;		
}
.home_zw_box{
	background-color: #fff;
	height: 40px;
	width: 200px;
}
.dj_top_box{
	height: 480px;
	overflow: hidden;
	width: 100%;
	position: relative;
	background-color: #f1f3f4;
	margin-top: -100px;
}
.dj_top_banner{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
    height: 100%;
    background-size: auto 715px;
    background-repeat: no-repeat;
    background-position: top;
	background-image:url('../image/pro/tx/dj_top_bj.jpg');
}
.nc_top_banner{
	background-image:url('../image/pro/tx/nc_top_bj.jpg');
	
}
.dj_top_banner:after{
		    content: "";
		    display: block;
		    height: 100%;
		    position: absolute;
		    top: 0;
		    z-index: 1;
		    width: 424px;
		    pointer-events: none;
	    left: 50%; 
	    margin-left: 536px;
	    background-image: linear-gradient(90deg,rgba(245,247,249,0) 0,#f1f3f4 50%);
}
.dj_top_banner:before{
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 1;
	width: 424px;
	pointer-events: none;
	    right: 50%; 
	    margin-right: 536px; 
	    background-image: linear-gradient(270deg,rgba(245,247,249,0) 0,#f1f3f4 50%);
}
.dj_top_content{
	width: 1300px;
	margin: 0 auto;
	height: 480px;
}
.dj_top_title{
font-size: 40px;
    line-height: 52px;
    font-weight: 500;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
		padding-top: 120px;
}
.dj_top_desc{
	font-size: 16px;
    line-height: 28px;
    max-width: 700px;	
	padding-top: 16px;
}
.dj_top_btn_box{
	display: flex;
	margin-top: 40px;
}
.dj_top_btn{
	display: block;
	text-decoration: none;
	background: #0052d9;
    box-shadow: 8px 8px 20px 0 rgb(55 99 170 / 10%);
    color: #fff;
    min-width: 136px;
    height: 44px;
    font-size: 16px;
    line-height: 42px;
    -webkit-font-smoothing: auto;
    transition: all .3s ease-in-out;
	text-align: center;
	z-index: 2;
}
.dj_top_btn1{
	text-decoration: none;
    margin-left: 16px;
		background: #fff;
		    border: 1px solid #fff;
		    box-shadow: 8px 8px 20px 0 rgb(55 99 170 / 10%), inset 0 4px 20px 0 hsl(0deg 0% 100% / 50%);
		    color: #000;
		    transition: all .3s ease-in-out;
	min-width: 136px;
	height: 44px;
	font-size: 16px;
	line-height: 42px;
	-webkit-font-smoothing: auto;
	transition: all .3s ease-in-out;
	text-align: center;
	z-index: 2;
}
.dj_top_btn1:hover{
    box-shadow: 8px 8px 20px 0 rgb(55 99 170 / 30%), inset 0 4px 20px 0 hsl(0deg 0% 100% / 50%);
    background: #fff;
	
}
.dj_box_title{
    font-weight: 500;
    font-size: 28px;
    color: #000;
    line-height: 48px;
		text-align: center;
	padding-top: 60px;
	margin-bottom: 32px;
}
.dj_lable_item_box{
	display: flex;
    max-width: 1300px;
    margin: 0 auto;
}
.dj_lable_item:nth-child(1){
	padding-left: 0;
}
.dj_lable_item:nth-child(3){
	padding-right: 0;
}
.dj_lable_item{
	width: 33.3%;
	margin-bottom: 32px;
    padding-right: 16px;
    padding-left: 16px;
	display:flex;
}
.dj_lable_item_img{
	width: 48px;
    height: 48px;
    margin-right: 20px;	
}
.dj_lable_item_img img{
	width: 48px;
	height: 48px;
}
.dj_lable_item_title{
	margin-bottom: 8px;
    font-weight: 400;
    font-size: 18px;
    color: #000;
    line-height: 28px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;	
}
.dj_lable_item_desc{
    font-size: 14px;
    color: #495770;
    line-height: 22px;	
}
.dj_tab_box{
    background: #f3f5f8;
    box-shadow: inset 8px 8px 20px 0 rgb(55 99 170 / 11%), inset -8px -8px 20px 0 #fff;
    padding: 40px 0px;	
    margin-bottom: -100px;
}
.dj_ul_box{
	display: flex;
	height: 40px;
	padding-left: 0;
	padding-right: 0;
	justify-content: center;
}
.dj_ul_box li{
	list-style: none;
	padding: 0 20px 20px;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
	line-height: 24px;
}
.dj_ul_box li:nth-child(1){
	margin-left: 0;
}
.dj_item{
	display: none;
}
.dj_current{
	color: #0052d9;
	position: relative;
	
}
.dj_current::after{
	content: "";
	display: block;
	height:4px;
	width: 100px;
	position: absolute;
	bottom: 0;
	left: 1%;
	background-color: #0052d9;
}
.dj_item_box{
	width: 1300px;
	margin: 0 auto;
}
.dj_item_title{
    line-height: 26px;
    font-size: 16px;
    margin-bottom: 12px;
    color: #000;	
}
.dj_item_desc{
	margin-top: 8px;    
	line-height: 24px;
    font-size: 14px;	
	margin-bottom: 8px;
}
.dj_item_img img{
	display: block;
	width: 860px;
	margin: 0 auto;
	margin-top: 32px;
}
.wk_content_box{
    width: 1300px;
    margin: 0 auto;
    padding: 60px 0;
	padding-top: 0;
}
.wk_content_title{
	text-align: center;
	font-size: 32px;    
	color: rgba(0,0,0,.65);    
	line-height: 1.5;
	
}
.wk_content_desc_right{
	width: 693px;
	 /* margin-left:63px; */
	 margin-left:210px;
}

.wk_content_desc{
        font-size: 18px;
        line-height: 33px;
        width: 740px;
        color: #7d7d7d;
		text-align: center;
		margin: 0 auto;
		margin-top: 14px;
		margin-bottom: 20px;
}
.wk_content_desc_box{
	display: flex;
	align-items: center;
	padding-top: 25px;
}
.wk_content_desc_img{
	    width: 318px;
	    height: 590px;
}
.wk_content_desc_item_box{
	display: flex;
}
.wk_content_desc_item{
	display: flex;
	    width: 50%;
	    margin-bottom: 60px;
}
.wk_content_desc_item img{
	    margin-bottom: 18px;
	    width: 38px;
	    height: 38px;
	    margin-right: 12px;
}
.wk_content_desc_item_title{
	    color: #1b1b1b;
	    font-size: 20px;
	    line-height: 1;
}
.wk_content_desc_item_desc{
    margin-top: 3px;
    font-size: 14px;
    color: #626262;	
}
.wk_content_desc_item_con{
	width: 226px;
}
.wk_school_img{
	width: 1300px;
	margin: 0 auto;
}
.wk_school_img img{
	width: 100%;
}
.wk_solve_box{
	background-image: url('../image/pro/tx//bg01.png');
	background-size: 100% 100%;
	width: 100%;
	height: 750px;
}
.wk_solve_con_box{
	/* width: 1000px; */
	width: 1300px;
	margin: 0 auto;
}
.wk_solve_con_title{
	font-size: 32px;
	text-align: center;
	color: rgba(0,0,0,.65);
	line-height: 1.5;
	padding-top: 60px;
}
.wk_solve_item_box{
	display: flex;
	width: 100%;
	padding-top: 58px;
	justify-content: space-between;
}
.wk_solve_item{
    /* width: 258px; */
	width: 340px;
    text-align: center;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    padding: 24px 30px 37px;	
}
.wk_solve_item img{
	width: 260px;
	height: 120px;
}
.wk_solve_item_title{
	    font-size: 20px;
	    text-align: center;
	    color: #1b1b1b;
	    margin: 25px 0 21px;
}
.wk_solve_item_desc{
	text-align: left;
	    font-size: 14px;
	    line-height: 2.57;
	    color: #626262;
	    min-height: 240px;
}
.metting_con_box{
	padding: 0 10px;
    margin: 0 auto;
    width: 1300px;
    height: inherit;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	display: flex;
	align-items: center;
}
.metting_con_img{
	/* margin-left: 12%; */
	margin-left: 6%;
}
.metting_con_img img{
	    max-width: 500px;
	    max-height: 340px;
}
.metting_con_right{
	margin-left: 3%;
}
.metting_con_right_title{
	line-height: 40px;
	    font-size: 28px;
	    color: #5E6166;
	    font-weight: normal;
	    height: 40px;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    word-wrap: break-word
}
.metting_con_right_title span{
	margin-right: 10px;
	color: #006FFF;
	font-style:italic;
	 font-style:oblique;font-weight: bold;
}
.metting_con_right_desc{
	line-height: 26px;
	    font-size: 16px;
	    color: #939699;
		width:87%;
}
.metting_user_box{
	/* width: 820px; */
	width: 1300px;
	margin: 0 auto;
	padding-bottom: 60px;
}
.metting_user_title{
	text-align: center;
	    font-size: 32px;
	    color: #444444;
	    letter-spacing: 0;
	    text-align: center;
	    line-height: 44px;
	    margin-bottom: 15px;
		padding-top:122px;
}
.metting_user_title1{
	font-size: 20px;
	    color: #5E6166;
	    letter-spacing: 0;
	    text-align: center;
		padding-bottom: 37px;
}
.metting_user_item_box{
	width: 100%;
	display: flex;
}
.metting_user_item{
	width: 33.3%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.metting_user_item_img img{
	width: 120px;
	height: 120px;
}
.metting_user_item_img {
	margin:35px 0 14px 0;
}
.metting_user_item_name{
	font-size: 24px;
    color: #666666;
    letter-spacing: 0;
    text-align: center;
    line-height: 32px;	
}
.yz_title{
	text-align: center;
	font-size: 36px;
	line-height: 44px;
	color: #323233;
	margin-bottom: 55px;
	font-weight: 500;
}
.lzc_yz_body{
	width: 1300px;
	margin: 0 auto;
}
.yz_lable_item_box{
	width: 1300px;
	display: flex;
	justify-content: space-between;
}
.yz_lable_item_img img{
	width: 394px;
	height: 378px;
}
.yz_lable_right_item{
	display: flex;
	align-items: center;
	margin-bottom: 47px;
}
.yz_lable_right_item_con{
	width: 436px;
    margin-left: 24px;	
}
.yz_lable_right_item_title{
	font-size: 22px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 10px;	
	color: #323233;
}
.yz_lable_right_item_desc{
	font-size: 18px;
    line-height: 24px;
    font-weight: 400;color: #323233;
}
.yz_lable_right_item_img img{
	width: 72px;
	height: 72px;
}
.yz_fx_box{
	background-image: url(../image/pro/youzan/yz_fx_bj.png);
	width: 100%;
	height: 725px;
	background-size: cover;
}
.fx_item_con_box{
	width: 1300px;
	margin: 0 auto;
	display: flex;
}
.fx_item_box{
	width: 33.3%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: end;
}
.fx_item_box img{
	width: 310px;
	height: 242px;
}
.fx_item_name{
	padding-top: 30px;
	font-size: 22px;
	line-height: 24px;
	font-weight: 500;
	margin-bottom: 10px;
	color: #2c3a46;
}
.fx_item_desc{
	font-size: 18px;
    line-height: 24px;
    font-weight: 400;	
}
.yz_bg_item_box{
	background-color: #f8fbff;
	padding: 88px 0;
}
.yz_bg_item_con{
	display: flex;
}
.yz_bg_item{
	width: 33.3%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.yz_bg_item img{
	width: 192px;
	height: 196px;
}
.yz_bg_item_name{
    font-size: 22px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 10px;
	margin-top: 30px;
}
.yz_bg_item_desc{
	font-size: 18px;
    line-height: 24px;
    font-weight: 400;	
}
.yz_sj_item_box{
	display: flex;
	margin-bottom: 57px;
}
.yz_sj_item{
	width: 25%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.yz_sj_item img{
	width: 72px;
	height: 72px;
}
.yz_sj_item_name{
	margin-top: 12px;
	font-size: 22px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 10px;	
	color: #2c3a46;
}
.yz_sj_item_desc{
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;	
}
.yz_xl_box{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.yz_xl_right_item_box{
	display: flex;
}
.yz_xl_right_item{
	display: flex;
	align-items: center;
	width: 280px;
}
.yz_xl_right_item_img{
	margin-right: 16px;
}
.yz_xl_right_item_img img{
	width: 56px;
	height: 56px;
}
.yz_xl_right_item_name{
    font-size: 22px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 10px;	
}
.yz_xl_right_item_desc{
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;    
	color: #2c3a46;	
}
.yz_xl_box_img img{
	width: 600px;
	height: 392px;
}
.yz_xl_right_item{
	margin-bottom: 48px;
}
.yz_xl_right_item:nth-child(1){
	margin-right: 46px;
}
.lxy_tite{
	margin-bottom: 0.5em;
    color: rgba(0,0,0,.85);
    font-weight: 500;
	text-align: center;
	padding-top: 50px;
	line-height: 30px;
	color: #333;
	margin-bottom: 22px;
	font-size: 24px;
	letter-spacing: 2px;
}
.lxy_tite h2{
	 font-weight: 500;
}
.lxy_tite1{
	color: rgba(0,0,0,.65);
	font-size: 14px;
	text-align: center;
	margin-bottom: 10px;
}
.lxy_item_box{
	width: 1300px;
	margin: 0 auto;
	display: flex;
	/* align-items: center; */
	justify-content: space-between;
	padding-top: 30px;
}
.lxy_item_title{
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 22px;
	color: #333;
	margin-top: 30px;
}
.lxy_item_heng{
    width: 30px;
    height: 2px;
    border-radius: 1px;
    background-color: #fb6326;	
	margin-bottom: 6px;
}
.lxy_item_desc{
	font-size: 14px;
	line-height: 30px;
	font-weight: 400;
	color: #333;
}
.lxy_item_box_left{
	width: 550px;
}
.lxy_item_box_img img{
	width: 530px;
	height: 328px;
}
.lxy_item_gray_box{
    background-color: #f5f5f5;
    padding: 80px 0 50px;	
}
.lxy_lable_gray_box{
	background-color: #f4f4f5;
	padding: 30px 0;
}
.lxy_lable_box{
	width: 1300px;
	margin: 0 auto;
}
.lxy_lable_title{
	padding-bottom: 20px;
	text-align: center;
	line-height: 20px;
    color: #333;
    margin-bottom: 40px;
    margin-top: 50px;
    font-size: 24px;
	color: rgba(0,0,0,.85);
	font-weight: 500;
	letter-spacing: 2px;
}
.lxy_lable_title h3{
	color: rgba(0,0,0,.85);
	font-weight: 500;
}
.lxy_lable_item_box{
	display: flex;
	align-items: center;
}
.lxy_lable_item{
	width: 25%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	height: 215px;
}
.lxy_lable_item img{
   width: 60px;
   height: 60px;
}
.lxy_lable_item_name{
	font-size: 16px;
    margin-top: 10px;
    margin-bottom: 15px;	
	color: #333;
}
.lxy_lable_item_heng{
    width: 30px;
    height: 2px;
    display: inline-block;
    margin-bottom: 5px;
    background-color: #fb6326;	
}
.lxy_lable_item_desc{
	font-size: 14px;
    text-align: left;	
	margin-top: 4px;
	width: 86%;
}
.lxy_user_box{
	width: 1300px;
	margin: 0 auto;
	padding-bottom: 30px;
}
.lxy_user_con_box{
	display: flex;
	
}
.lxy_user_item{
	width: 20%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 20px 0px;
}
.lxy_user_item img{
	width: 80px;
	height: 80px;
	box-shadow: 7px 7px 9px 0 rgb(32 33 39 / 31%);
	margin-bottom: 20px;
	border-radius: 50%;
}
.lxy_user_item_name{
	font-size: 14px;
    font-weight: 700;
    color: #333;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;	
}
.yx_body_title{
	text-align: center;
    font-weight: 700;
    color: #3e3f3f;
    line-height: 30px;
    letter-spacing:2px;
	/* padding-top:60px; */
	font-size: 20px;
}
.yx_body_desc{
	text-align: center;
	color: #555;
	font-size: 18px;
	line-height: 40px;
	margin-top: 30px;
}
.yx_body_num_box{
	width: 1300px;
	margin: 0 auto;
	display: flex;
	padding-top:66px;
}
.yx_body_num_item{
	width: 25%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.yx_body_num_item_data{
	position: relative;
}
.num_number{
	color: #555555;
	font-size: 50px;
}
.num_add{
	position: absolute;
	top: -20px;
	right: -30px;
	color: #0067ed;
	font-size: 36px;
}
.yx_body_num_item_name{
	color: #8d909a;
	font-size:18px;
	padding-top: 10px;
}
.cooperation_con_box{
	width: 1300px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	margin-top: 56px;
}
.cooperation_con_item{
	width: 49%;
	height: 300px;
	background-image: url('../image/pro/daren/lv_za1.png');
	background-size: 100% 100%;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.cooperation_con_item:nth-child(2){
	background-image: url('../image/pro/daren/lv_za2.png');
}
.cooperation_con_item_title{
	text-align: center;
	font-weight: bold;
	color: #fff;
	font-size:26px;
	padding-bottom: 10px;
}
.cooperation_con_item_title1{
	text-align: center;
	color: #fff;
	font-size: 19px;
	line-height: 40px;
	letter-spacing:2px;
}
.yx_case_box{
	width: 1300px;
	margin: 0 auto;
	padding-top: 70px;
}
.yx_case_item_box{
	display: flex;
	justify-content: space-around;
}
.yx_case_item{
	width: 32.3%;
	height: 300px;
	margin-bottom: 30px;
	position: relative;
}
.yx_case_item_top{
	height: 120px;
	background: #fafafa;
	display: flex;
	align-items: center;
	margin-bottom: 24px;
}
.yx_case_item_top_img img{
	width: 120px;
	height: 120px;
}
.yx_case_item_top_right{
	margin-left: 20px;
	font-size: 18px;
}
.yx_case_item_top_name{
	font-weight: bold;
	color: #1967fa;
}
.yx_case_item_top_desc{
	color: #11223f;
	margin-top: 10px;
}
.yx_case_item_num{
	position: relative;
	height: 34px;
	line-height: 34px;
	padding-left:44px;
	color: #75839b;
	font-size: 17px;
}
.yx_case_item_num:before{
	content: "";
    display: inline-block;
    height:10px;
    width: 10px;
    background: #1967fa;
    position: absolute;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top:12px;
    left: 20px;
}
.yx_case_item:after{
	content: "";
	display: inline-block;
    position: absolute;
    height:32px;
    width: 32px; 
    right:0px;
    bottom:0px;
	background: url('../image/pro/daren/ff.png') right 0 bottom 0 no-repeat;
    background-size: contain;	
}
.yx_zc_box{
	width: 1300px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	margin-top: 40px;
}
.yx_zc_item{
	width: 32.3%;
	height: 143px;
	background: #fafafa;
	display: flex;
	align-items: center;
}
.yx_zc_item img{
	width: 112px;
	height: 112px;
	margin-left:16px;
}
.yx_zc_item_right{
	font-size: 18px;
	margin-left: 20px;
}
.yx_zc_item_name{
	font-weight: bold;
	color: #333;
}
.yx_zc_item_desc{
	font-size: 14px;
	padding-top: 10px;
}
.gyl_ys_box{
	width: 1300px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	margin-top: 50px;
}
.gyl_ys_item_box{
	width: 24%;
	height: 240px;
	box-shadow: 0px 3px 8px 0px rgb(0 0 0 / 5%);
}
.gyl_ys_item_top{
	display: flex;
	align-items: center;
	height: 120px;
	background: #fafafa;
}
.gyl_ys_item_top img{
	width: 120px;
	height: 120px;
}
.gyl_ys_item_desc{
	width: 270px;
	margin: 0 auto;
	margin-top: 14px;
	line-height:30px;
}
.gyl_ys_item_name{
	margin-left: 20px;
	color: #0b2241;
	font-size: 20px;
}
.gyl_pp_box{
	width: 1300px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding-top:60px;
	margin-bottom: 30px;
}
.gyl_pp_img img{
	width: 388px;
	height: 200px;
}
.gyl_pp_content{
	width: 600px;
}
.gyl_pp_title{
	font-weight: 700;
	color: #3e3f3f;
	font-size: 24px;
	margin-bottom: 26px;
}
.gyl_pp_desc{
	color: #75839b;
	line-height: 26px;
}
.gyl_hz_title{
	width: 1300px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	font-size: 30px;
	color: rgb(17, 34, 63);
	line-height: 60px;
	font-weight: bold;
	margin-bottom: 40px;
	margin-top:80px ;
}
.gyl_hz_title::after {
    display: block;
    width: 80px;
    height: 2px;
    background: rgb(25, 104, 252);
    box-shadow: rgb(209 225 254) 0px 2px 0px 0px;
    content: " ";
}
.gyl_hz_user_box{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 1300px;
	margin: 0 auto;
}
.gyl_hz_user_item{
	width: 16.7%;
}
.gyl_hz_user_item img{
	width: 80%;
	margin: 0 auto;
	height: 90px;
	margin: 10px 20px 40px 19px;
}
.gyl_hz_user_item img:hover{
    transition: all 0.1s linear 0s;
    transform: scale(1.1);	
}
.activity_tab_box{
	width: 1184px;
	margin: 0 auto;
	display: flex;
	margin-top: 50px;
}
.activity_tab_left{
	width: 277px;
	padding: 40px 0;
	background-color: #F5F6F8;
}
.activity_tab_right{
	width: 907px;
}
.tab-head li{
	list-style: none;
	cursor: pointer;
	height: 80px;
	line-height: 80px;
	background-color: #F5F6F8;
	font-size: 24px;
	color: #303133;
	padding-left: 35px;
	position: relative;
}

.tab-head-li-div{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	padding-left: 35px;
	display: none;
	background-color: #0067ED;
	color: #fff;
}
.select .tab-head-li-div{
	display: block;
}
.tab-head-li-div::after{
	position: absolute;
	top: 0;
	right: 9px;
	content: "";
	 width: 0;
	 height: 0;
	 border-bottom: 40px solid transparent;
	 border-top: 40px solid transparent;
	 border-left: 26px solid #0067ED;
	 z-index: 90;
	
}
.tab-head li:hover .tab-head-li-div{
	display: block;
}
.activity_tab_item{
	position: relative;
	width: 907px;
	height: 510px;
}
.activity_tab_item_mask{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 907px;
	height: 88px;
	line-height: 88px;
	background: rgba(0, 0, 0, 0.2);
	backdrop-filter: blur(20px);
	text-align: center;
	color: #fff;
	font-size: 24px;
}
.activity_tab_item img{
	width: 100%;
	height: 100%;
}
.act-display-none{
	display: none;
}
.act-display-block{
	display: block;
}
.act_serve_box{
	width: 1300px;
	margin: 0 auto;
	margin-top: 50px;
	display: flex;
	justify-content: space-around;
}
.act_serve_item{
	width: 310px;
	height: 355px;
	background: #FFFFFF;
	border: 1px solid #EBEEF5;
	border-radius: 4px;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}
.act_serve_item:hover{
	box-shadow: 0px 3px 14px 0px rgb(0 0 0 / 9%);
}
.act_serve_item_img{
	margin-top: 60px;
}
.act_serve_item_right_img{
	position: absolute;
	width: 48px;
	height: 48px;
	top:121px;
	left: -33px;
	z-index: 3;
}
.act_serve_item_name{
	text-align: center;
	color: #303133;
	font-size: 24px;
	line-height: 34px;
	letter-spacing: 0.571429px;
	padding-top: 24px;
	font-weight: 600;
}
.act_serve_item_desc{
	width: 262px;
	text-align: center;
	font-size: 16px;
	line-height: 26px;
	color: #303133;
}
.act_serve_item_heng{
	width: 97px;
	height: 1px;
	margin: 24px 0;
	background: linear-gradient(180deg, #0067ED 0%, rgba(0, 103, 237, 0.45) 100%);
}
.meet_serve_box{
	width: 1300px;
	height: 608px;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 40px;
}
.meet_serve_box img{
	width: 100%;
	height: 100%;
}

.yx_body_title_desc{
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	font-size: 16px;
	line-height: 2em;
	text-align: center;
	letter-spacing: 0.571429px;
	color: #303133;
	padding-top: 16px;
	padding-bottom: 48px;
}
.xmt_lable_box{
	width: 1300px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.xmt_lable_item{
	width: 300px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.xmt_lable_item img{
	width: 56px;
	height: 56px;
}
.xmt_lable_item_name{
	font-size: 24px;
	line-height: 34px;
	letter-spacing: 0.457143px;
	margin-top: 20px;
}
.xmt_case_box{
	width: 1300px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
}
.xmt_case_item{
	width: 310px;
	height: 424px;
	position: relative;
	border-radius: 4px;
	transition: all .5s ease 0s;
	overflow: hidden;
}
.xmt_case_item img{
	width: 100%;
	height: 100%;
	border-radius: 4px;
	transition: all 1s ease 0s;
}
.xmt_case_item_mask{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 65px;
	width: 310px;
	text-align: center;
	color: #fff;
	font-size: 24px;
	line-height: 65px;
	background: rgba(11, 27, 48, 0.3);
	backdrop-filter: blur(20px);
}
.xmt_case_item:hover img{
	transform:scale(1.2);
}
.xmt_platform_box{
	width: 1300px;
	display: flex;
	margin: 0 auto;
	justify-content: space-between;
}
.xmt_platform_item{
	width: 630px;
	height: 190px;
	border: 1px solid #EBEEF5;
	border-radius: 4px;
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}
.xmt_platform_item:hover{
	 box-shadow: 0px 3px 14px 0px rgb(0 0 0 / 9%);
}
.xmt_platform_item_img2{
	width: 56px;
	height: 56px;
	position: absolute;
	right: 101px;
	bottom: 30px;
}
.xmt_platform_item_img1{
	width: 56px;
	height: 56px;
	position: absolute;
	right: 30px;
	bottom: 30px;
}
.xmt_platform_item_img3{
	width: 56px;
	height: 56px;
	position: absolute;
	right: 30px;
	top: 30px;
}
.xmt_platform_item_img img{
	width: 130px;
	height: 130px;
	margin-left: 20px;
}
.xmt_platform_item_con{
	margin-left: 22px;
}
.xmt_platform_item_name{
	font-size: 24px;
	line-height: 34px;
	letter-spacing: 0.45;
	padding-bottom: 8px;
	color: #303133;
}
.xmt_platform_item_desc{
	width: 284px;
	font-size: 15px;
	line-height: 21px;
	color: #303133;
}
.xmt_platform_item_num{
	padding-bottom: 6px;
	font-size: 16px;
	line-height: 22px;
	color: #303133;
}
.xmt_platform_item_num_data{
	font-size: 32px;
	line-height: 41px;
	color: #0067ED;
}
.xmt_platform_item_num_data1{
	font-size: 14px;
	line-height: 20px;
	color: #0067ED;
	margin-left: 3px;
	margin-right: 6px;
}
.gzh_title_box{
	width: 1300px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 40px;
}
.gzh_title_box span{
	position: relative;
	display: inline-block;
	padding: 0 46px;
}
.gzh_title_box span::after{
	    content: " ";
	    display: block;
	    width: 30px;
	    height: 3px;
	    background: #0067ED;
	    position: absolute;
	    top: 50%;
		right: 0;
}
.gzh_title_box span::before{
	    content: " ";
	    display: block;
	    width: 30px;
	    height: 3px;
	    background: #0067ED;
	    position: absolute;
	    top: 50%;
		left: 0;
}
.xmt_body_title{
	text-align: center;
	font-size: 40px;
	color: #303133;
	padding-bottom: 20px;
}
.gzh_case_box{
	width: 1300px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	padding-bottom: 110px;
}
.gzh_case_item{
	width: 232px;
	height: 189px;
	border: 1px solid #E4E7ED;
	border-radius: 4px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.gzh_case_item img{
	width: 50px;
	height: 50px;
}
.gzh_case_item_desc{
	width: 184px;
	font-size: 14px;
	color: #606266;
	line-height: 170%;
	text-align: center;
}
.gzh_case_item_name{
	font-size: 18px;
	font-weight:500;
	line-height: 25px;
	color: #303133;
	padding-bottom: 8px;
	padding-top: 10px;
}
.gzh_case_item:hover{
    box-shadow: 0px 3px 14px 0px rgb(0 0 0 / 9%);
}
.sph_body_title_desc{
	font-size: 18px;
	line-height: 31px;
	text-align: center;
	color: #303133;
	padding-top: 20px;
	margin-bottom: 34px;
}
.sph_body_img1{
	width: 1300px;
	margin: 0 auto;
}
.sph_body_img1 img,.sph_body_img2 img{
    width: 1300px;
}
.sph_body_img2 video{
    width: 100%;
    height: 730px;
    margin-top: 30px;
}
.sph_body_img2{
	width: 1300px;
	margin: 0 auto;
}
.sph_body_img3{
	width: 1172px;
	margin: 0 auto;
}
.sph_body{
	background-color: #f2f2f2;
	/* padding-bottom: 100px; */
}
.sph_body_title{
	margin: 0 auto;
	font-size: 40px;
	line-height: 56px;
	color: #303133;
	width: fit-content;
	position: relative;
	margin-bottom: 43px;
	margin-top: 86px;
}
.sph_body_title::after{
	content: "";
	position: absolute;
	width: 160px;
	height: 5px;
	background: #FFAA3E;
	bottom: -10px;
	left: 50%;
	margin-left: -80px;
}
.sq_body_title_desc{
	width: 852px;
	margin: 0 auto;
	font-size: 18px;
	line-height: 31px;	
	color: #303133;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 40px;
}
.sq_lable_box{
	width: 1300px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	margin-bottom: 40px;
}
.sq_lable_item{
	width: 310px;
	height: 293px;
	background: #F5F6F8;
	border: 1px solid #EBEEF5;
	border-radius: 4px;
}
.sq_lable_item:hover{
	box-shadow: 0px 3px 14px 0px rgb(0 0 0 / 9%);
}
.sq_lable_item_name{
	text-align: center;
	font-weight: 600;
	font-size: 24px;
	line-height: 34px;
	letter-spacing: 0.57;
	color: #303133;
	padding-top: 40px;
	margin-bottom: 24px;
}
.sq_lable_item_heng{
	width: 97px;
	height: 1px;
	margin: 0 auto;
	margin-bottom: 24px;
	background: linear-gradient(180deg, #0067ED 0%, rgba(0, 103, 237, 0.45) 100%);
}
.sq_lable_item_desc{
	width: 277px;
	text-align: center;
	margin: 0 auto;
	margin-top: 24px;
	font-size: 16px;
	line-height: 26px;
	color: #303133;
}
.sq_zw{
	height: 100px;
}
.zh_sq_body_desc{
	text-align: center;
	width: 640px;
	margin: 0 auto;
	font-size: 18px;
	line-height: 31px;
	letter-spacing: 0.57;
	color: #303133;
	padding-top: 20px;
	padding-bottom: 40px;
}
.zh_xy_img{
	width: 1136px;
	margin: 0 auto;
}
.zh_xy_con_box{
	width: 100%;
	display: flex;
	align-items: center;
}
.zh_xy_con_left{
	width: 50%;
	height: 750px;
	background: #1BBC9B;
	display: flex;
	align-items: center;
	justify-content: center;
}
.zh_xy_con_right{
	width: 50%;
	height: 750px;
	background: #F6F6F6;
	display: flex;
	align-items: center;
	justify-content: center;
}
.zh_xy_con_left img{
	width: 545px;
	height: 540px;
}
.zh_xy_con_right img{
	width: 545px;
	height: 540px;
}
.zh_xy_con_box1{
	width: 1300px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	margin-top: 200px;
}
.zh_xy_con_box1_right img{
	width: 628px;
	height: 506px;
}
.zh_xy_con_box1_left{
	width: 500px;
}
.zh_xy_con_box1_left_title{
	font-size: 40px;
	line-height: 56px;
	/* font-weight: bold; */
	color: #303133;
	margin-bottom: 40px;
	margin-top: 30px;
}
.zh_xy_con_box1_left_item_box{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
}
.zh_xy_con_box1_left_item{
	width: 110px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.zh_xy_con_box1_left_item img{
	width: 90px;
	height: 90px;
}
.zh_xy_con_box1_left_item_name{
	font-size: 20px;
	line-height: 28px;
	color: #303133;
	margin-top: 10px;
}
.zh_xy_con_box1_left_desc{
	/* font-weight: 900; */
	font-size: 24px;
	line-height: 207.5%;
}
.zh_xy_con_box1_left_desc span{
	color: #0067ED;
	margin-right: 4px;
	font-weight: 900;
}
.zh_ul_box{
	width: 1110px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	border-bottom: 1px solid #E4E7ED;
	height: 60px;
}
.zh_ul_box li{
	list-style: none;
	height: 60px;
	text-align: center;
	font-size: 20px;
	cursor: pointer;
	line-height: 60px;
	padding: 0 30px;
}


.zh_item{
	display: none;
	width: 1300px;
	margin: 0 auto;
}
.zh_item img{
	width: 1300px;
	height: 626px;
}
.zh_ul_current{
	color: #0067ED;
	position: relative;
	
}
.zh_ul_current::after{
	content: "";
	display: block;
	height:4px;
	width: 100px; 
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -50px;
	background-color: #0067ED;
}
.zh_ul_big_box{
	background: #F6F6F6;
	padding-top: 78px;
	/* padding-bottom: 100px; */
}
.wy_body_img{
	width: 1196px;
	margin: 0 auto;
}
.wy_body_img img{
	width: 100%;
}
.wl_top_box{
	width: 100%;
	height: 834px;
	background-image: url('../image/sol/yuanqu/wl_icon1.png');
	background-size: 100% 100%;
}
.wl_body_img{
	width: 1300px;
	margin: 0 auto;
}
.wl_lable_box{
	width: 1300px;
	display: flex;
	margin: 0 auto;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 120px;
}
.wl_body_img img{
	width: 100%;
}
.wl_lable_right img{
	width: 510px;
	height: 428px;
}
.wl_lable_left_title{
	font-weight: 400;
	font-size: 40px;
	line-height: 56px;
	color: #303133;
	padding-bottom: 20px;
}
.wl_lable_left_desc{
	width: 600px;
	font-size: 18px;
	line-height: 30px;
	color: #303133;
}
.wl_lable_left_desc p{
	padding-bottom: 30px;
}
.jy_body_img{
	width: 1274px;
	margin: 0 auto;
}
.jy_body_img img{
	width: 100%;
}
.zh_jy_title{
	width: 652px;
	margin: 0 auto;
	font-size: 40px;
	line-height: 56px;
	text-align: center;
	color: #303133;
	padding-top: 87px;
	padding-bottom: 40px;
}
.zh_jy_lable_box{
	width: 1300px;
	display: flex;
	justify-content: space-around;
	margin: 0 auto;
}
.zh_jy_lable_item{
	width: 410px;
	height: 142px;
	border: 1px solid #E4E7ED;
	border-radius: 4px;
	display: flex;
}
.zh_jy_lable_item_no{
	font-weight: 900;
	font-size: 32px;
	color: #0067ED;
	padding-top: 24px;
	padding-left: 16px;
	padding-right: 16px;
}
.zh_jy_lable_item_name{
	font-weight: 600;
	font-size: 24px;
	color: #303133;
	padding-top: 30px;
	padding-bottom: 10px;
}
.zh_jy_lable_item_desc{
	font-size: 16px;
	line-height: 26px;
	width: 90%;
}
.zh_jy_lable_item:hover{
	box-shadow: 0px 3px 14px 0px rgb(0 0 0 / 9%);
}
.zh_jx_top_box{
	width: 100%;
	background: #F4F7F9;
	height: 818px;
}
.zh_jx_top_con_box{
	width: 1300px;
	margin: 0 auto;
	display: flex;
}
.zh_jx_top_con_box_left{
	width: 614px;
	padding-top: 268px;
}
.zh_jx_top_con_box_left_logo img{
	height: 60px;
	margin-bottom: 30px;
}
.zh_jx_top_con_box_left_desc{
	font-size: 24px;
	line-height: 45px;
	color: #303133;
}
.zh_jx_top_con_box_right img{
	width: 870px;
	height: 706px;
	margin-top: 110px;
}
.zh_jx_body_box{
	width: 1300px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.zh_jx_body_left_item{
	width: 509px;
	height: 128px;
	border: 1px solid #EBEEF5;
	border-radius: 4px;
	margin-bottom: 30px;
}
.zh_jx_body_left_item:hover{
	box-shadow: 0px 3px 14px 0px rgb(0 0 0 / 9%);
}
.zh_jx_body_left_item_name{
	font-size: 24px;
	line-height: 34px;
	padding-top: 14px;
	padding-left: 20px;
}
.zh_jx_body_left_item_name span{
	color: #0067ED;
	font-weight: bold;
	margin-right: 6px;
}
.zh_jx_body_left_title{
	font-size: 40px;
	line-height: 56px;
	color: #303133;
	padding-top: 208px;
	margin-bottom: 34px;
}
.zh_jx_body_left_item_desc{
	font-size: 15px;
	line-height: 21px;
	color: #303133;
	width: 80%;
	padding-left: 20px;
	padding-top: 4px;
}
.zh_jx_body_right img{
	margin-top: 96px;
	width: 565px;
	height: 618px;
}
.zh_jx_img{
	width: 1300px;
	margin: 0 auto;
}
.zh_jx_img img{
	width: 100%;
}
.jx_lable_item_box{
	width: 1300px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
}
.jx_lable_item{
	width: 410px;
	height: 138px;
	border: 1px solid #E4E7ED;
	border-radius: 4px;
	margin-bottom: 35px;
	display: flex;
}
.jx_lable_item:hover{
	box-shadow: 0px 3px 14px 0px rgb(0 0 0 / 9%);
}
.jx_lable_item_img{
	margin-left: 20px;
	margin-right: 17px;
	margin-top: 27px;
}
.jx_lable_item_img img{
	width: 40px;
	height: 40px;
}
.jx_lable_item_name{
	font-weight: 400;
	font-size: 24px;
	color: #303133;
	margin-top: 24px;
	margin-bottom: 4px;
}
.jx_lable_item_desc{
	font-weight: 400;
	font-size: 14px;
	line-height: 170%;
	color: #606266;
}
.zh_yj_body_img{
	width: 1082px;
	margin: 0 auto;
}
.zh_yj_body_img img{
	width: 100%;
}
.yj_tab_big_box{
	width: 100%;
	height: 796px;
	background-image: url('../image/sol/jiaoyu/yj_icon2.jpg');
	background-size: 100% 100%;
}
.yj_tab_con_box{
	width: 1300px;
	margin: 0 auto;
	display: flex;
}
.yj_tab_left_box{
	width: 272px;
	background: linear-gradient(180deg,rgba(255, 255, 255, 1)  0%, #FFFFFF 46.33%,  rgba(255, 255, 255, 0) 100%);
	margin-top: 70px;
	padding-bottom:200px;
}
.tab-yj-head li{
	list-style: none;
	cursor: pointer;
	height: 64px;
	line-height: 64px;
	font-weight: 900;
	font-size: 20px;
	color: #303133;
	padding-left:22px;
	position: relative;
	width: 250px;
}
.tab-yj-head li span{
	color: #0067ED;
	margin-right: 4px;
}
.tab-yj-head li:hover{
	background: #E7F1FF;
	color: #0067ED;
}
.tab-yj-head .select{
	background: #E7F1FF;
	color: #0067ED;
}
.yj_tab_right_box{
	margin-left: 100px;
}
.yj_tab_right_item{
	margin-top: 70px;
	position: relative;
}
.yj_tab_right_item_title{
	font-weight: 400;
	font-size: 40px;
	color: #303133;
	padding-bottom: 25px;
}
.yj_tab_right_item_title1{
	font-weight: 400;
	font-size: 36px;
	color: #0067ED;
	padding-bottom: 20px;
}
.yj_tab_right_item_desc{
	font-size: 18px;
	line-height: 216.5%;
}
.yj_tab_right_item_img img{
	width: 587px;
	height: 374px;
	margin-top: 65px;
}
.yj_tab_right_item_lable_box{
	display: flex;
}
.yj_tab_right_item_img1{
	width: 352px;
	height: 422px;
	position: absolute;
	top: 216px;
	right: -150px;
}
.yj_tab_right_item_img1 img{
	width: 100%;
	height: 100%;
}
.yj_tab_right_item_img2{
	width: 174px;
	height: 417px;
	position: absolute;
	top: 216px;
	right: 105px;
}
.yj_tab_right_item_img2 img{
	width: 100%;
	height: 100%;
}
.pa_xy_lable_box{
	width: 1300px;
	display: flex;
	justify-content: space-around;
	margin: 0 auto;
	margin-bottom: 82px;
}
.pa_xy_item{
	width: 200px;
	height: 227px;
	border: 1px solid #EBEEF5;
	border-radius: 4px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.pa_xy_item img{
	width: fit-content;
	margin-top: 40px;
}
.pa_xy_item_heng{
	    width: 97px;
	    height: 1px;
	    background: linear-gradient(180deg, #0067ED 0%, rgba(0, 103, 237, 0.45) 100%);
}
.pa_xy_item_name{
	font-weight: 600;
	font-size: 24px;
	text-align: center;
	padding-top: 40px;
	padding-bottom:30px;
}
.pa_xy_item:hover{
	box-shadow: 0px 3px 14px 0px rgb(0 0 0 / 9%);
}
.pa_xy_body_box{
	width: 1300px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.pa_xy_body_box_img img{
	width: 611px;
	height: 390px;
}
.pa_xy_label_body_box{
	display: flex;
	align-items: center;
}
.pa_xy_label_body_item{
	width: 300px;
	font-size: 20px;
	margin-bottom: 24px;
}
.pa_xy_label_body_item span{
	color: #0067ED;
	margin-right: 6px;
	font-weight: bold;
}
.pa_xy_body_box_title{
	font-size: 40px;
	padding-bottom: 20px;
}
.pa_xy_body_box_desc{
	width: 600px;
	font-size: 18px;
	line-height: 31px;
	margin-bottom: 30px;
}
.tx_lable_box{
	width: 1300px;
	display: flex;
	justify-content: space-around;
	margin: 0 auto;
}
.tx_lable_item{
	width: 250px;
	display: flex;
	flex-direction: column;
	/* justify-content: center; */
	align-items: center;
}
.tx_lable_item img{
	width: 50px;
	height: 50px;
}
.tx_lable_item_desc{
	text-align: center;
	color: #606266;
	font-size: 14px;
	line-height: 170%;
}
.tx_lable_item_name{
	color: #303133;
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 8px;
}
.tx_tj_box{
	width: 1300px;
	display: flex;
	height: 353px;
	margin: 0 auto;
	margin-bottom: 43px;
	justify-content: center;
}
.tx_tj_box_left,.tx_tj_box_right{
	height: 353px;
	width: 56px;
	font-size: 24px;
	color: #0067ED;
	background: rgba(71, 101, 255, 0.1);
	text-align: center;
}
.tx_tj_box_left span,.tx_tj_box_right span{
	display: block;
	margin-top:113px;
}
.tx_tj_box_con{
	width: 1058px;
	margin-left: 8px;
	margin-right: 8px;
}
.tx_tj_box_con_item1{
	width: 1058px;
	height: 48px;
	font-size: 24px;
	color: #0067ED;
	background: rgba(71, 101, 255, 0.1);
	margin-bottom: 8px;
	line-height: 48px;
	text-align: center;
}
.tx_tj_box_con_item2{
	width: 1058px;
	display: flex;
	justify-content:space-between;
}
.tx_tj_box_con_item2_lable{
	width: 347px;
	height: 88px;
	background: rgba(71, 101, 255, 0.1);
	font-size: 36px;
	color: #0067ED;
	line-height: 88px;
	text-align: center;
	margin-bottom: 8px;
}
.tx_tj_box_con_item3{
	width: 1058px;
	display: flex;
	justify-content:space-between;
}
.tx_tj_box_con_item3_lable{
	width: 125px;
	height: 145px;
	background: rgba(71, 101, 255, 0.1);
	font-size: 24px;
	color: #0067ED;
	line-height:35px;
	text-align: center;
}
.tx_tj_box_con_item3_lable span{
	margin-top: 42px;
	display: block;
}
.tx_tj_desc_box{
	width: 1300px;
	margin: 0 auto;
	margin-bottom: 40px;
}
.tx_tj_desc_title{
	font-size: 24px;
	padding-bottom: 10px;
}
.tx_tj_desc_title span{
	color: #0067ED;
	margin-right: 4px;
	font-weight: bold;
}
.tx_tj_desc{
	line-height: 30px;
}
.tx_big_tab_box{
	width: 100%;
	height: 900px;
	background-image: url('../image/sol/zhengwu/tx_icon1.jpg');
	background-size: 100% 100%;
}
.tx_big_tab_con{
	width: 1300px;
	margin: 0 auto;
}
.tx_tab_item{
	display: none;
	width: 1300px;
	margin: 0 auto;
}
.tx_tab_item_title{
	font-size: 28px;
	padding-top: 40px;
	padding-bottom: 12px;
	width: 1006px;
	margin: 0 auto;
}
.tx_tab_item_desc{
	width: 1006px;
	margin: 0 auto;
	font-weight: 400;
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 34px;
}
.tx_tab_item_img img{
	width: 1006px;
	height: 470px;
	margin: 0 auto;
	display: block;
}
.wgh_lable_box{
	width: 1300px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
.wgh_lable_item{
	width: 387px;
	height: 303px;
	border: 1px solid #EBEEF5;
	border-radius: 4px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.wgh_lable_item img{
	margin-top: 40px;
	margin-bottom: 24px;
}
.wgh_lable_item_name{
	font-weight: 600;
	font-size: 24px;
	color: #303133;
	margin-bottom: 24px;
}
.wgh_lable_item_desc{
	width: 80%;
	text-align: center;
	font-size: 16px;
	line-height: 26px;
	color: #303133;
}
.wgh_lable_item:hover{
	box-shadow: 0px 3px 14px 0px rgb(0 0 0 / 9%);
}
.wgh_lable_item_heng{
	margin-bottom: 24px;
	    width: 97px;
	    height: 1px;
	    background: linear-gradient(180deg, #0067ED 0%, rgba(0, 103, 237, 0.45) 100%);
}
.wgh_con_box1_left_desc{
	font-weight: 400;
	font-size: 15px;
	line-height: 26px;
	color: #303133;
	margin-bottom: 54px;
}
.zh_xy_con_box1_left_desc1{
	font-size: 15px;
	line-height: 21px;
	margin-bottom: 30px;
}
.wgh_aq_item_box{
	width: 1300px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.wgh_aq_item{
	width: 410px;
	height: 138px;
	border: 1px solid #E4E7ED;
	border-radius: 4px;
	display: flex;
	margin-bottom: 35px;
}
.wgh_aq_item:hover{
	box-shadow: 0px 3px 14px 0px rgb(0 0 0 / 9%);
}
.wgh_aq_item img{
	width: 44px;
	height: 40px;
	margin-right: 15px;
	margin-top: 27px;
	margin-left: 19px;
}
.wgh_aq_item_title{
	font-size: 24px;
	color: #303133;
	margin-top: 27px;
	margin-bottom: 8px;
}
.wgh_aq_item_desc{
	font-size: 14px;
	line-height: 170%;
	color: #606266;
}
.wgh_aq_item1{
	width: 632px;
	height: 210px;
}
.yq_right_img_box img{
	height:60px;
	display: block;
	margin: 0 auto;
	margin-bottom: 30px;
}
.yq_body_grey_box{
	width: 100%;
	height: 600px;
	background: #F4F7F9;
}
.yq_body_grey_con{
	width: 1300px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.yq_body_grey_item{
	font-size: 18px;
	line-height: 30px;
}
.yq_body_grey_item span{
	font-weight: 900;
	color: #0067ED;
	margin-right: 6px;
}
.yq_body_grey_title{
	font-size: 40px;
	padding-bottom: 30px;
	margin-top: 146px;
}
.yq_body_grey_data_box{
	display: flex;
	align-items: center;
	margin-top: 40px;
}
.yq_body_grey_data_item{
	display: flex;
	margin-right: 70px;
}
.yq_body_grey_data_item img{
	width: 24px;
	height: 24px;
}
.yq_body_grey_data_shu{
	width: 2px;
	height: 76px;
	background: #0067ED;
	margin: 0 6px;
}
.yq_body_grey_data_item_name{
	font-size: 20px;
	
	font-weight: bold;
}
.yq_body_grey_data_item_num{
	font-size: 50px;
	color: #0067ED;
}
.yq_body_grey_data_item_num span{
	font-size: 20px;
	font-weight: bold;
}
.yq_body_grey_right img{
	margin-top: 72px;
}
.yq_body_grey_right_btn{
	width: 600px;
	height: 48px;
	line-height: 48px;
	color: #fff;
	text-align: center;
	font-size: 24px;
	background: #0067ED;
	border-radius: 8px;
}
.yq_body_box{
	width: 1300px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.yq_body_left_title{
	font-size: 40px;
	color: #303133;
	margin-bottom: 34px;
	margin-top: 226px;
}
.yq_body_left_title span{
	font-weight: bold;
	margin-right: 10px;
	color: #0067ED;
}
.yq_body_left_item{
	width: 509px;
	height: 128px;
	border: 1px solid #EBEEF5;
	border-radius: 4px;
	margin-bottom: 30px;
}
.yq_body_left_item_title{
	font-size: 24px;
	padding-top: 20px;
	padding-left: 20px;
	margin-bottom: 12px;
}
.yq_body_left_item_title span{
	font-weight: bold;
	color: #0067ED;
	margin-right: 6px;
}
.yq_body_left_item_desc{
	padding-left: 20px;
	line-height: 24px;
}
.yq_body_left_item:hover{
	box-shadow: 0px 3px 14px 0px rgb(0 0 0 / 9%);
}
.yq_body_right_box img{
	width: 545px;
	height: 623px;
	margin-top: 100px;
}
.bihuan_box{
	width:1300px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	margin-top: 40px;
}
.bihuan_img_box{
	width: 1300px;
	margin: 0 auto;
	margin-top: 48px;
}
.bihuan_img_box img{
	width: 100%;
}
.zw_dj_lable_box{
	width: 1300px;
	margin: 0 auto;
	display: flex;
	margin-bottom: 24px;
	justify-content: space-between;
}
.zw_dj_lable_item{
	width: 410px;
	height: 142px;
	border: 1px solid #E4E7ED;
	border-radius: 4px;
	display: flex;
}
.zw_dj_lable_item:hover{
	box-shadow: 0px 3px 14px 0px rgb(0 0 0 / 9%);
}
.zw_dj_lable_item_no{
	font-size: 32px;
	font-weight: bold;
	color: #0067ED;
	padding-top: 24px;
	padding-left: 16px;
}
.zw_dj_lable_item_title{
	font-weight: 600;
	font-size: 24px;
	padding-top: 24px;
	padding-bottom: 8px;
}
.zw_dj_lable_item_desc{
	font-size: 16px;
	line-height: 26px;
	width: 94%;
}
.zw_dj_lable_item_content{
	margin-left:14px;
}
.dj_fa_box{
	width: 970px;
	margin: 0 auto;
	margin-top: 12px;
}
.dj_fa_item{
	width: 970px;
	height: 76px;
	line-height: 76px;
	text-align: center;
	font-size: 32px;
	color: #0067ED;
	background: rgba(71, 101, 255, 0.1);
	margin-bottom: 12px;
}
.dj_fa_item2_box{
	display: flex;
	justify-content: space-between;
	width: 970px;
}
.dj_fa_item2{
	width: 232px;
	height: 76px;
	line-height: 76px;
	text-align: center;
	font-size: 24px;
	color: #0067ED;
	background: rgba(71, 101, 255, 0.1);
	margin-bottom: 12px;
}
.dj_fa_item3{
	width: 970px;
	height: 76px;
	line-height: 76px;
	text-align: center;
	font-size: 32px;
	color: #fff;
	background: #0067ED;
	margin-bottom: 12px;
}
.dj_body_desc p,
.dj_body_desc{
font-size: 18px;
line-height: 31px;	
}
.nongcun_lable_box{
	width: 1300px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}
.nongcun_lable_item{
	width: 352px;
	height: 550px;
	background-color: #fff;
}
.nongcun_lable_item_top{
	height: 106px;
	width: 352px;
	background: #0067ED;
	position: relative;
}
.nongcun_lable_item_top img{
	position: absolute;
	width: 116px;
	height: 116px;
	left: 118px;
	top: 42px;
}
.nongcun_lable_item_name{
	font-size: 24px;
	color: #0067ED;
	text-align: center;
	margin-top:59px;
}
.nongcun_lable_item_desc{
	font-size: 18px;
	line-height:30px;
	margin-top: 30px;
	margin-bottom: 38px;
	text-align: center;
}
.nongcun_lable_item_bottom img{
	width: 352px;
	height: 207px;
}
.xc_gray_box{
	background: #F4F7F9;
	width: 100%;
}
.sy_top_big_right_desc{
	padding-top: 30px;
}
.cy_move_box{
	width: 1300px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}
.cy_move_item_box{
	width: 302px;
	height: 378px;
	background: #F5F6F8;
	border: 1px solid #EBEEF5;
	border-radius: 4px;
	position: relative;
	cursor: pointer;
}
.cy_move_item_mask{
	position: absolute;
	width: 302px;
	height: 0px;
	border-radius: 4px;
	top:  0;
	left: 0;
	background: #0067ED;
	transition: all 0.2s ease-in;
}
.cy_move_item_box:hover .cy_move_item_mask{
	height: 378px;
	
}
.cy_move_item_box:hover .cy_move_item_title1{
	display: block;
}
.cy_move_item_title{
	text-align: center;
	color: #303133;
	padding-top: 40px;
	font-size: 24px;
}
.cy_move_item_title1{
	color: #fff;
	display: none;
	transition: all 0.2s ease-in;
}
.cy_move_item_heng{
	width: 97px;
	height: 1px;
	margin: 24px auto;
	background: linear-gradient(180deg, #0067ED 0%, rgba(0, 103, 237, 0.45) 100%);
}
.cy_move_item_heng1{
	width: 97px;
	height: 1px;
	margin: 24px auto;
	background: #fff;
	display: none;
	transition: all 0.2s ease-in;
}
.cy_move_item_box:hover .cy_move_item_heng1{
	display: block;
}
.cy_move_item_img img{
	display: block;
	margin: 0 auto;
	width: 254px;
	height: 215px;
}
.cy_move_item_img1 img{
	width: 365px;
	height: 215px;
}
.cy_move_item_desc{
	margin: 0 auto;
	width: 254px;
	color: #fff;
	font-size: 14px;
	display: none;
	line-height: 170%;
	transition: all 1s ease-in;
}
.cy_move_item_box:hover .cy_move_item_desc{
	display: block;
}
.cy_move_item_box1{
	width: 413px;
	height: 378px;
}
.cy_move_item_mask1{
	width: 413px;
}
.cy_move_item_box:hover .cy_move_item_mask{
	height: 378px;
	
}
.cy_move_item_desc1{
	width:365px;
}