
/*@font-face*/
/*{*/
    
/*    font-family: 'Arial';*/
/*    font-weight: normal;*/
/*    font-style: normal;*/

/*	url('../fonts/ArialMT.ttf') format('truetype');*/
/*}*/
@font-face {
	  font-family:PingFang SC;
	  
	  src:url('../fonts/PingFangSC-Regular.otf');
	}
@font-face
{proxqi_img 
    font-family: 'Source Han Sans CN';
    font-weight: normal;
    font-style: normal;

	url('../fonts/SOURCEHANSANSCN-REGULAR.OTF');
}
@font-face {
	  font-family:DIN;
	  
	  src:url('../fonts/DIN-MEDIUM.OTF');
	}
/*banner*/
body{
	--active-color:#0d87f2;
}
.banner_box {
	width: 100%;
	/* height: 100%; */
	height: 100vh;
	position: relative;
}
.s_banner{
	height: 100%;
}
.banner {
	height: 100%;
	/* -webkit-background-size: cover;
	background-size: cover; */
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	/* animation: suofang 40s linear infinite alternate; */
	position: relative;
}

@keyframes suofang {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(1.3)
    }
}
.mySwiper {
	width: 100%;
	height: 100vh;
}
.ifw_box{
	width: 100%;
	min-height: calc(100vh - 64px);
	
}
.ifw_box>div{
	/* padding-top: 100px; */
}

.pro_nl{
	width: 300px;
	margin-right: 32px;
}
.filter_type{
	display: none;
}
.pro_nl_tit{
	width: 100%;
	height: 100px;
	background: linear-gradient(126deg, #65C0E2, #154995);
	position: relative;
}
.pro_nl_img{
	position: absolute;
	bottom: 0;
	right: 0;
}
.pro_nltit_c{
	font-weight: bold;
	font-size: 24px;
	color: #FFFFFF;
}
.pro_nltit_e{
	font-weight: 400;
	font-size: 12px;
	color: #FFFFFF;
}
.pronl_li_tit{
	width: 300px;
	height: 82px;
	background: #FFFFFF;
	border-bottom: 1px solid #EEEEEE;
	font-weight: 400;
	font-size: 18px;
	color: #333333;
	padding: 0 28px;
	cursor: pointer;
}
.off_type{
	width: 10px;
	height: 14px;
}
.pronl_li_tit.active{
	color: #182E70;
}
.pronl_li_tit.active .off_type{
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.icj_box{
	width: 100%;
	background-image: url(../icj_bg1.jpg);
	background-size: cover;
}
/* .icj_box{
	background: #1F1F1F;
	
} */
.icj_mbox{
	width: 100%;
	padding: 70px 0;
}
.icj_mtit{
	font-size: 42px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	color: #333;
}
.icj_mlist{
	margin-top: 30px;
	margin-left: -10px;
	margin-right: -10px;
}
.icj_mli{
	width: 33.333%;
	padding: 10px;
}
.icj_mla{
	width: 100%;
	height: 240px;
}
.icjmla_nbox{
	width: 100%;
	padding: 10px;
	
	text-align: center;
}
.icjmla_n1{
	/*font-family: Source Han Sans CN;*/
	font-weight: bold;
	font-size: 28px;
	color: #FFFFFF;
	color: #333;
}
.icjmla_n2{
	/*font-family: Source Han Sans CN;*/
	font-weight: 400;
	font-size: 20px;
	color: #999999;
	color: #333;
}
.video_box{
	margin-top: 20px;
	width: 100%;
	padding-top: calc(9 / 16 * 100%);
	position: relative;
}
.gsjjmr_video{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.tabs_list{
	width: 100%;
	padding: 20px;
	overflow-x: auto;
}
.tabs_li{
	color: #3A3A3A;
	height: 35px;
	padding: 0 25px;
	border-radius: 35px;
	font-family: "Mulish", Sans-serif;
	font-weight: 700;
	color: #3A3A3A;
	margin-right: 10px;
	white-space: nowrap;
}
.tabs_li.active,
.tabs_li:hover{
	background: #E8C7B2;
	color: #EB6915;
}
.pro_top{
	height: 100%;
	color: #fff;
	position: relative;
}
.banner_tbox{
	position: relative;
}
.banner_tbox:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../bottom-shadow.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}
.protop_tit{
	color: #FFFFFF;
	font-size: 50px;
	font-weight: 400;
	line-height: 50px;
}
.protop_js{
	margin-top: 20px;
	width: 820px;
	max-width: 100%;
	color: #E9E9E9;
	font-family: "Mulish", Sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	text-align: center;
}
.zpro_mbox{
	width: 100%;
	padding: 70px 0;
	background: #fff;
}
.zpro_tit{
	font-size: 36px;
	margin-bottom: 35px;
	color: #555555;
}
.zpro_js{
	color: #413d46;
	font-size: 16px;
	line-height: 1.4;
	margin-bottom: 40px;
}
.zpro_list{
	--zpro_margin:-15px;
	--zpro_padding:15px;
	margin-left: var(--zpro_margin);
	margin-right: var(--zpro_margin);
}
.zpro_li{
	width: 33.33333333%;
	padding-left: var(--zpro_padding);
	padding-right: var(--zpro_padding);
	margin-bottom: 50px;
}
.zpro_la {
	width: 100%;
    height: 100%;
    position: relative;
    padding: 20px;
    background: #FFFFFF;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.10);
}
.zprola_tit{
	color: #413d46;
	margin-bottom: 15px;
	text-align: center;
	font-size: 24px;
	height: 30px;
	line-height: 30px;
}
.zprola_powb{
	color: #555555;
	text-align: center;
	padding: 20px 0;
}
.zprola_pow{
	font-size: 14px;
}
.zprola_pow_v{
	font-size:16px;
	font-weight: 400;
}
.zprola_swipe {
    overflow: hidden;
    position: relative;
		height: 300px;
		position: relative;
}
.zprolasw{
	height: 100%;
	position: relative;
	padding-bottom: 30px;
}
.zprolas_img{
	width: 100%;
	height: 100%;
}
.spage0{
	padding-bottom: 0;
	
}
.spage0 .swiper-pagination-bullet{
	background: rgba(85,85,85,.81);
	width: 10px;
	height: 10px;
}
.spage0 .swiper-pagination-bullet-active{
	background: #0d87f2;
}
.snext0,.sprev0{
	color: rgba(85,85,85,.81);
	--swiper-navigation-size:20px;
}
.zprola_msg{
	width: 100%;
}
.zprola_pow_js{
	width: 100%;
	font-size: 16px;
	color: #413d46;
	white-space: pre-line;
	line-height: 25px;
	word-break:break-all;
	word-wrap:break-word;
	height: 225px;
	overflow: hidden;
}
.go_pro{
	width: 100%;
	padding: 5px 0;
	margin-top: 15px;
}
.go_pro div{
	color: #0d87f2;
}
.go_pro:hover div{
	border-bottom: 1px #0d87f2;
	text-decoration: underline;
}
.go_pro span{
	color: #0d87f2;
	margin-left: 10px;
}
.ibanner{
	width: 100%;
}
.ibanner img{
	width: 100%;
	display: block;
}
.about_box{
	width: 100%;
	padding: 70px 0;
	/*background: #000;*/
	background: #fff;
}
.about_swbox{
	width: 100%;
}
.about_sw{
	width: 100%;
	padding-bottom: 60px;
}
.aboutsw_img{
	width: 100%;
	height: 250px;
}
.spage_about{
	width: 100%;
	height: 20px;
}
.spage_about:before {
    content: "" !important;
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 10px;
    background: #321a0c;
    border-radius: 10px;
		left: 0;
}
.swiper-pagination-bullet{
	width: 20px;
	height: 20px;
	background: #4c260f;
	border-radius: 20px;
	z-index: 99;
	opacity: 1;
}
.swiper-pagination-bullet-active{
	opacity: 1;
	background: var(--active-color);
}
.about_prev,
.about_next{
	width: 10px;
	margin: 0 10px;
	cursor: pointer;
}
.about_prev img,
.about_next img{
	width: 100%;
	height: auto;
	display: block;
}
.active_year{
	font-size: 32px;
	color: #fff;
	margin: 0 10px;
}
.page_text{
	font-size: 18px;
	color: #fff;
	margin-bottom: 14px;
}
.aboutsw_msg{
	width: 100%;
	height: 100%;
	padding: 30px;
	justify-content: flex-end;
}
.sw_year{
	font-size: 42px;
	padding: 3px 0 11px;
	color: #fff;
	line-height: 52px;
}
.sw_title{
	font-size: 42px;
	padding: 3px 0 11px;
	color: #fff;
	line-height: 52px;
}
.sw_title1{
	display: none;
}
.active_aboutjs{
	margin: 5px auto 16px;
	width: 840px;
	max-width: 100%;
	text-align: center;
	font-size: 16;
	line-height: 26px;
	font-weight: 400;
	min-height: 150px;
	color: #fff;
}
.about_icon{
	height: 40px;
	margin: 0 auto 10px;
	text-align: center;
}
.about_icon img{
	height: 100%;
	width: auto;
	display: block;
	margin:0 auto;
}
.about_xtit{
	width: 100%;
	text-align: center;
	/*color: #FFFFFF;*/
	color: #333;
	/*font-family: "Mulish", Sans-serif;*/
	font-size: 40px;
	font-weight: 400;
	line-height: 40px;
	margin-bottom: 30px;
}
.about_xmsg{
	
	width: 100%;
	margin: 0 auto 50px;
	white-space: pre-line;
	/*color: #FFFFFF ;*/
	color: #333;
}
.suc_swbox{
	width: 100%;
	position: relative;
}
.suc_sw{
	width: 100%;
}
.sucsw_img{
	width: 100%;
	height: 240px;
}
.sucsw_prev{
	left: -40px;
	width: 25px;
	
	height: 68px;
}
.sucsw_next{
	right: -40px;
	width: 25px;
	height: 68px;
}
.sucsw_prev img,
.sucsw_next img{
	width: 100%;
}
.swiper-button-next:after, .swiper-button-prev:after{
	content: '';
	display: none;
}
.sucsw_imgbox{
	cursor: pointer;
}
.opa_dialog {
	background: transparent;
}
.suctk_box{
	width: 100%;
	position: relative;
}
.suctk_box img{
	width: 100%;
}
.opa_dialog  .el-dialog__header{
	display: none;
}
.suctk_msg{
	position: absolute;
	z-index: 100;
	top: 0;
	width: 300px;
	right: 0;
	background: rgb(0 0 0 / 60%);
	height: 100%;
	padding: 60px 30px 30px 30px;
	color: #fff;
}
.suctk_off{
	position: absolute;
	top: 30px;
	right: 30px;
	font-size: 20px;
	color: #fff;
	cursor: pointer;
}
.suctk_tit{
	font-family: "Mulish", Sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 25px;
}
.suctk_url{
	border-bottom: 1px solid #fff;
	padding-bottom: 1px;
	font-family: "Mulish", Sans-serif;
	font-size: 1em;
	font-weight: 400;
	line-height: 22px;
	color: #fff;
	margin-bottom: 15px !important;
	display: inline-block;
	transition: .5s;
}
.suctk_url:hover {
    border-bottom: 1px solid var(--active-color);
    color: var(--active-color);
}
.conact_tbox{
	width: 100%;
	height: 440px;
}
.conact_tboxn{
	position: relative;
}
.conact_tshadow{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.conact_text{
	font-size: 36px;
	color: #fff;
	line-height: 50px;
	text-align: center;
	font-weight: 400;
	text-transform: capitalize;
}
.contact_fbox{
	width: 100%;
	background-color: #222222;
	padding: 45px;
	border-radius: 17px;
	margin-bottom: 40px;
}
.contact_fl{
	width: 33%;
	padding-right: 5%;
}
.contact_fr{
	width: 67%;
}
.contactfl_li{
	width: 100%;
	margin-bottom: 20px;
}
.contactfl_name{
	margin-bottom: 5px;
	font-family: "Mulish", Sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
}
/* 针对Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
 
/* 针对Chrome, Safari, Edge和Opera */
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none;
  margin: 0; 
}
.contactfl_int{
	width: 100%;
	background-color: #f9f9f9;
	padding: 10px;
	border-radius: 8px;
	font-family: "Mulish", Sans-serif;
	font-size: 16px;
	font-weight: 400;
}
.contactfl_dxlist{
	width: 100%;
}
.contactfl_dxli{
	width: 33.33%;
	font-size: 16px;
	color: #fff;
	padding: 3px 0;
	cursor: pointer;
}
.contactfl_xz{
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #fff;
	margin-right: 4px;
	padding: 2px;
}
.active .contactfl_xz span{
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: var(--active-color);
}

.contactfl_text{
	background-color: #f9f9f9;
	padding: 10px;
	border-radius: 8px;
	font-family: "Mulish", Sans-serif;
	font-size: 16px;
	font-weight: 400;
	width: 100%;
	height: 288px;
	
}
.contactfl_xy{
	font-size: 16px;
	color: #fff;
}
.contactfl_xzd{
	width: 14px;
	height: 14px;
	background: #fff;
	margin-right: 4px;
	cursor: pointer;
	display: inline-flex;
}
.contactfl_xzd span{
	color: #fff;
}
.contactfl_xzd.active{
	background: var(--active-color);
}
.cc_sub_btn{
	background: var(--active-color);
	width: 200px;
	height: 45px;
	font-size: 16px;
	color: #fff;
	border-radius: 10px;
	cursor: pointer;
}
.cc_sub_btn1{
	width: 200px;
	height: 45px;
	font-size: 16px;
	color: var(--active-color);
	border: 1px solid var(--active-color);
	border-radius: 10px;
	margin-right: 10px;
	cursor: pointer;
}
.cc_sub_cz{
	margin-top: 20px;
}
.contact_img{
	margin-bottom: 20px;
}
.global_t1{
	font-style: 14px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 25px;
}
.global_t1 span{
	font-weight: normal;
}
.global_t1 a{
	font-size: 16px;
	font-weight: normal;
	color: var(--active-color);
}
.global_t2{
	text-align: center;
	line-height: 25px;
}
.global_t3{
	font-size: 14px;
	text-align: center;
	line-height: 25px;
	color: #fff;
	margin-bottom: 30px;
}
.news_mbox{
	/*background: #000;*/
	background: #f8f8f8;
}

.news_list{
	--margin:-15px;
	--padding:15px;
	margin-left: var(--margin);
}
.news_li{
	width: 50%;
	padding: var(--padding);
}
.news_la{
	overflow: hidden;
	border-radius: 7px;
}
.newsla_img{
	width: 100%;
	height: 260px;
}
.newsla_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.newsla_msg{
	width: 100%;
	/*background-color: #F9F9F9;*/
	background-color: #fff;
	padding: 25px;
}
.newsla_tit{
	width: 100%;
	color: #242424;
	font-size: 20px;
	line-height: 30px;
	height: 60px;
	margin-bottom: 20px;
}
.newsla_time{
	font-family: "Mulish", Sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #242424;
	margin-bottom: 15px;
}
.newsla_time i{
	font-size: 16px;
	margin-right: 5px;
	font-weight: bold;
}
.newsla_js{
	width: 100%;
	color: #242424;
	font-family: "Mulish", Sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	height: 60px;
	margin-bottom: 15px;
}
.newsla_btn{
	width: 130px;
	height: 45px;
	border-radius: 45px;
	border: 1px solid #3C3C3C;
	font-family: "Mulish", Sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #3C3C3C;
}
.newsxq_time{
	color: #fff;
	font-size: 18px;
	margin-bottom: 10px;
}
.newsxq_time i{
	margin-right: 10px;
}
.newsxq_tit{
	font-size: 40px;
	/*color: #fff;*/
	line-height: 50px;
	font-weight: bold;
}
.xqshare_box{
	width: 100%;
	padding: 30px 0;
	/*color: #fff;*/
}
.share_li{
	color: #fff;
	width: 20px;
	height: 20px;
	margin-left: 10px;
}
.share_li svg{
	fill: var(--e-share-buttons-secondary-color,#fff);
}
.newsxq_xq{
	width: 100%;
	padding: 30px 0;
	/*color: #fff;*/
	font-size: 16px;
    line-height: 1.4;
}
.newsxq_xq a{
    color: var(--active-color);
}
.newsmore_li{
	width: 33.33%;
	padding: var(--padding);
}
.newsmore_img{
	width: 100%;
	padding-top: 75%;
}
.newsmore_msg{
	width: 100%;
	padding: 25px;
	background-color: var(--active-color);
	color: #fff;
}
.newsmore_time{
	/*font-family: "Mulish", Sans-serif;*/
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 15px;
}
.newsmore_tit{
	font-size: 16px;
	line-height: 32px;
	height: 64px;
}
.newsmore_js{
	margin-top: 15px;
	font-family: "Mulish", Sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 28px;
	height: 56px;
}
.mbx_box{
	width: 100%;
	padding: 10px 0;
	color: #fff;
	margin-bottom: 40px;
}
.proxq_tit{
	color: var(--active-color);
}
.proxq_top{
	width: 100%;
	padding-bottom: 60px;
}
.proxq_bigimg{
	width: 40%;
    margin-right: 20px;
	
}
.proxq_imgbox{
	width: 100%;
	padding-top: 100%;
	background: #fff;
}
.proxqtmsg_tit{
	color: #333;
	/*font-family: "PT Serif", Sans-serif;*/
	font-size: 40px;
	font-weight: 400;
	line-height: 40px;
	margin-bottom: 15px;
}
.proxqtmsg_t2{
	font-size: 18px;
	/*color: #D6D6D6;*/
	color: #333;
	/*font-family: "Mulish", Sans-serif;*/
	font-weight: 400;
	line-height: 28px;
	margin-bottom: 20px;
}
.proxqtmsg_t3{
	/*color: #E9E9E9;*/
	color: #333;
	/*font-family: "Mulish", Sans-serif;*/
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	margin-bottom: 50px;
}
.proxqtmsg_t4 div{
	padding: 7px 25px;
	background: #166254;
	font-family: "Mulish", Sans-serif;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #fff;
}
.proxq_ccbox{
	background-color: #F4F4F4;
	width: 100%;
	padding: 80px 0;
}

.about_box.proxq_arg_nbox{
    width: 100%;
    background: #eee;
}
.proxq_arg_nbox+.about_box{
     background: #f8f8f8;
}
.proxq_arg_nbox .about_xtit{
  color: #333;  
}
.promore_tit{
	width: 100%;
	height: 50px;
	color: #fff;
}
.promore_li{
	background: linear-gradient(201.11deg, rgba(68, 68, 52, 0.89) 2.09%, rgba(74, 36, 11, 0.89) 100%);
	    border-radius: 17px;
}
.promore_li .sucsw_img{
	/*background: #000;*/
	background: #fff;
	border-radius: 17px;
}
.promore_tit .oh1{
	line-height: 30px;
	height: 30px;
	font-size: 16px;
}
.proxq_morebox .suc_sw{
	padding-bottom: 30px;
}
.proxq_morebox .spage0 {
	bottom: 0;
}
.proxqi_list{
	width: 100%;
}
.proxqi_li{
	width: 48%;
	padding: 20px 0;
}
.proxqi_img{
	width: 95px;
	height: 95px;
	margin-right: 30px;
	flex: none;
}
.proxqi_img img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.proxqi_m1{
	color: var(--active-color);
	/*font-family: "Mulish", Sans-serif;*/
	font-size: 30px;
	margin-bottom: 10px;
}
.proxqi_m2{
	/*font-family: "Mulish", Sans-serif;*/
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	color: #646464;
}
.solxq_top{
	justify-content: flex-end;
	padding-bottom: 150px;
}
.solxq_tit{
	color: #FFFFFF;
	font-family: "Mulish", Sans-serif;
	font-size: 80px;
	font-weight: 700;
	line-height: 40px;
	text-align: center;
}
.solxq_xqbox{
	width: 100%;
	padding-bottom: 40px;
}
.sol_listbox{
	width: 100%;
	background: #000;
	padding-bottom: 70px;
}
.sol_list{
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	color: #fff;
}
.sol_li:nth-child(2n){
	flex-direction: row-reverse;
}
.solli_l img{
	height: auto;
	max-width: 100%;
	border: none;
	border-radius: 0;
	box-shadow: none;
}
.solli_r{
	padding: 40px;
}
.solli_tit{
	font-family: "Mulish", Sans-serif;
	font-size: 40px;
	font-weight: 400;
	line-height: 50px;
	margin-bottom: 10px;
}
.solli_tit1{
	font-family: "Mulish", Sans-serif;
	font-size: 17px;
	font-weight: 300;
	line-height: 30px;
	margin-bottom: 20px;
}
.solli_btn{
	width: 130px;
	height: 45px;
	border-radius: 45px;
	background: var(--active-color);
}
.solli_btn:hover{
	background: #166254;
}
.xieyi_tit{
	text-align: center;
}
.about_xtit1{
	text-align: center;
	font-family: "Mulish", Sans-serif;
	font-size: 17px;
	color: #fff;
	font-weight: 300;
	line-height: 30px;
	max-width: 600px;
	margin: 0 auto;
}
.contact_n_banner{
	width: 100%;
	background-image: url(../contact_nbanner.jpg);
	background-size: cover;
	background-position: center;
}
.contact_n_bannern{
	width: 100%;
	height: 600px;
	background-color: rgb(29,30,32,.5);
	color: #fff;
	font-size: 48px;
	line-height: 1.3;
}
.cn_main{
	width: 100%;
	background: #fff;
	padding: 50px 0;
}
.cnmain_tit{
	font-size: 40px;
	line-height: 42px;
}
.breadcrumb{
	width: 100%;
	height: 58px;
	color: #808080;
	
	font-size: 14px;
}
.breadcrumb > i{
	margin: 0 5px;
}
.cn_list{
	margin-left: -10px;
	margin-right: -10px;
}
.cn_li{
	width: 33.333%;
	padding: 10px;
}
.cn_la{
	padding: 30px 15px;
	min-height: 228px;
	width: 100%;
	position: relative;
	background: #fff;
	box-shadow: 0 5px 30px rgba(0, 0, 0, 0.06);
	border-radius: 10px;
	text-align: center;
}
.cn_icon{
	position: relative;
	    margin-bottom: 20px;
	    text-align: center;
	    display: inline-flex	;
	    align-items: center;
	    justify-content: center;
	    height: 70px;
	    width: 70px;
	    transition: 0.5s all;
	    -webkit-transition: 0.5s all;
	    -o-transition: 0.5s all;
	    -moz-transition: 0.5s all;
	    -ms-transition: 0.5s all;
	    border-radius: 50%;
	    background: var(--active-color);
}
.cn_icon span{
    display: inline-block;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    transition: all .5s;
    background-image: url(../nicon.png);
    position: relative;
    z-index: 2;
}
.cn_la_tit{
	margin-bottom: 15px;
	font-size: 16px;
	font-style: normal;
	color: #333;
	text-transform: capitalize;
	line-height: 20px;
	position: relative;
	display: block;
	font-family: "ITCAvantGardeStd-Md";
}
.cn_la_v{
	font-size: 14px;
	line-height: 1.5;
	color: #111;
}
.cn_fbox{
	width: 100%;
	background: url(../cn_fbg.jpg) repeat fixed center;
}
.cn_fboxn{
	width: 100%;
	min-height: 100vh;
	background: rgba(29,30,32,.45);
	padding: 80px 0;
}
.cnf_tit{
	width: 100%;
	text-align: center;
	font-size: 50px;
	color: #fff;
	margin-bottom: 80px;
	line-height: 50px;
}
.cnf_tit1{
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: #fff;
	margin-bottom: 30px;
}
.cnf_form{
	width: 600px;
	max-width: 100%;
	background: #fff;
	border-radius: 20px;
	padding: 30px;
	font-size: 16px;
	color: #0d131a;
	margin: 0 auto;
}
.cnf_fname{
	color: #0d131a;
	font-size: 14px;
}
.cnf_fint{
	width: 100%;
	font-size: 16px;
	color: #0D131A;
	border: 1px solid #b8c0cc;
	border-radius: 10px;
	padding: 16px;
	outline: none;
	transition: colorease .2s, border-colorease .2s, background-colorease .2s;
	margin-top: 5px;
	margin-bottom: 15px;
}
.cnf_fint:focus{
	border-color: #0D131A;
}
.cnf_fint1{
	width: 100%;
	min-height: 96px;
	overflow: auto;
	resize: vertical;
}
.cnf_fbtn{
	background: var(--active-color);
	color: #fff;
	font-size: 16px;
	height: 56px;
	padding: 16px 40px;
	border-radius: 56px;
	cursor: pointer;
	margin: 0 auto;
}
.newsxqt_top,.newsxqt_top+div{
    text-align: justify;
}
.newsxqt_topl{
    width: 66%;
    padding-right: 30px;
}
.newsxqt_topr{
    width: 34%;
}
.newsxqt_top p,
.apbc-title-area p{
    margin-bottom: 15px;
}
@media screen and (min-width: 768px){
	
	.news_li:first-child{
		width: 100%;
	}
	.news_li:first-child .news_la{
		flex-direction: row-reverse;
	}
	.news_li:first-child .newsla_img{
		height: 360px;
	}
}
@media screen and (min-width: 1441px){
	
	
}

@media screen and (max-width: 1440px) {
	
}

@media screen and (max-width: 1440px) and (min-width: 1150px){
	
	
}
@media screen and (max-width: 1300px) {
	.sucsw_prev{
		left: 10px;
	}
	.sucsw_next{
		right: 10px;
	}
	.about_box{
		padding: 50px 0;
	}
}

@media screen and (max-width: 1250px){    /*主要*/
	
}

@media screen and (max-width: 1200px) and (min-width: 1151px) {
	
}
@media screen and (max-width: 1200px) and (min-width: 993px) {

}
@media screen and (max-width: 1150px){
	
	
	
	.w1200{
		padding: 0 10px;
	}
	
	.top_box .w1200{
		padding: 0 0px;
	}
	
	
	.pro_nl {
		width: 300px;
		left: -310px;
		transition: left .5s;
		box-shadow: 6px 0 20px 0 rgba(0, 0, 0, .15);
		z-index: 200;
		position: absolute;
		top: 0;
		bottom: 0;
	}
	.filter_type {
		display: block;
		position: absolute;
		width: 36px;
		height: 36px;
		text-align: center;
		right: -36px;
		top: 100px;
		background: #fff;
		border-radius: 0 30px 30px 0;
		cursor: pointer;
		z-index: 200;
		box-shadow: 6px 0 20px 0 rgba(0, 0, 0, .15);
		padding: 3px 3px 3px 0;
	}
	.filter_type i {
			font-size: 24px;
			line-height: 30px;
			transition: all .5s;
			color: #005AAA;
	}
	.pro_nl.active{
		left: 0;
	}
	.icj_mlist{
		margin-left: -5px;
		margin-right: -5px;
	}
	.icj_mli{
		width: 33.333%;
		padding: 5px;
	}
}
@media screen and (min-width: 992px){
	
}
/* @media screen and (max-width: 900px) and (min-width: 770px) */
@media screen and (max-width: 992px){
	
}
/* 超小设备 (手机, 600px 以下屏幕设备) */
/* @media only screen and (max-width: 600px) {
  
} */

/* 小设备 (平板电脑和大型手机，600 像素及以上) */
/* @media only screen and (min-width: 600px) {
    
} */

/* 中型设备（平板电脑，768 像素及以上） */
/* @media only screen and (min-width: 768px) {
   
} */

/* 大型设备（笔记本电脑/台式机，992 像素及以上） */
/* @media only screen and (min-width: 992px) {
    
} */

/* 超大型设备（大型笔记本电脑和台式机，1200 像素及以上） */
/* @media only screen and (min-width: 1200px) {
   
} */
/**
 * 
 * @author wenxin <1171390035@qq.com>
 * 
 * @createTime: 2021-3-19 14:21:05
 * ┌───┐   ┌───┬───┬───┬───┐ ┌───┬───┬───┬───┐ ┌───┬───┬───┬───┐ ┌───┬───┬───┐
 * │Esc│   │ F1│ F2│ F3│ F4│ │ F5│ F6│ F7│ F8│ │ F9│F10│F11│F12│ │P/S│S L│P/B│  ┌┐    ┌┐    ┌┐
 * └───┘   └───┴───┴───┴───┘ └───┴───┴───┴───┘ └───┴───┴───┴───┘ └───┴───┴───┘  └┘    └┘    └┘
 * ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───────┐ ┌───┬───┬───┐ ┌───┬───┬───┬───┐
 * │~ `│! 1│@ 2│# 3│$ 4│% 5│^ 6│& 7│* 8│( 9│) 0│_ -│+ =│ BacSp │ │Ins│Hom│PUp│ │N L│ / │ * │ - │
 * ├───┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─────┤ ├───┼───┼───┤ ├───┼───┼───┼───┤
 * │ Tab │ Q │ W │ E │ R │ T │ Y │ U │ I │ O │ P │{ [│} ]│ │ | │ │Del│End│PDn│ │ 7 │ 8 │ 9 │   │
 * ├─────┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴─────┤ └───┴───┴───┘ ├───┼───┼───┤ + │
 * │ Caps │ A │ S │ D │ F │ G │ H │ J │ K │ L │: ;│  '│ Enter  │               │ 4 │ 5 │ 6 │   │
 * ├──────┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴────────┤     ┌───┐     ├───┼───┼───┼───┤
 * │ Shift  │ Z │ X │ C │ V │ B │ N │ M │< ,│> .│? /│  Shift   │     │ ↑ │     │ 1 │ 2 │ 3 │   │
 * ├─────┬──┴─┬─┴──┬┴───┴───┴───┴───┴───┴──┬┴───┼───┴┬────┬────┤ ┌───┼───┼───┐ ├───┴───┼───┤ E││
 * │ Ctrl│    │Alt │         Space         │ Alt│    │    │Ctrl│ │ ← │ ↓ │ → │ │   0   │ . │←─┘│
 * └─────┴────┴────┴───────────────────────┴────┴────┴────┴────┘ └───┴───┴───┘ └───────┴───┴───┘
  */
@media screen and (max-width: 768px) {
	
	.top_user_box{
		/* height: auto; */
		height: 44px;
		padding-right: 40px;
	}
	
	

	
	.swiper-pagination{
		/* text-align: right; */
		/* padding-right: 12px; */
		bottom: 30px!important;
	}
	
	.swiper-pagination-bullet{
		
		width: 8px;
		height: 8px;
		border-radius: 2px;
	}
	.swiper-pagination-bullet-active{
		width: 8px;
		height: 8px;
		
		border-radius: 2px;
		
	}
	.banner,
	.banner_box{
		/* height: 155px; */
		height: 275px;
		width: 100%;
		margin-bottom: 0;
		/* border-radius: 8px; */
		overflow: hidden;
	}
	
	.banner_name{
		
		font-size: 12px;
		font-family: Microsoft YaHei;
		font-weight: 400;
		color: #FFFFFF;
		padding:10px 16px 26px;
		
	}
	.info_banner,
	.info_banner_box {
		height: 182px;
		width: 100%;
	}

	/* 首页 */
	
	.swiper-button-prev1,
	.swiper-button-next1{
		width: 30px;
		height: 30px;
	}
	.swiper-button-prev1{
		left: 0px;
	}
	.swiper-button-next1{
		right: 0px;
	}
	
	
	
	.team_page{
		margin-top: 20px;
	}
	
	.icj_mli{
		width: 50%;
	}
	.tabs_list {
		justify-content: flex-start;
		padding: 10px;
	}
	.tabs_li{
		padding:0 10px;
	}
	.conact_tbox{
		height: 300px;
	}
	.contact_fbox{
		padding: 10px;
		flex-direction: column;
	}
	.contact_fl{
		width: 100%;
		padding-right: 0;
	}
	.contact_fr{
		width: 100%;
	}
	.contactfl_dxli{
		width: 50%;
	}
	.news_list{
		--margin: -5px;
	  --padding: 5px;
	}
	.news_li{
		width: 100%;
	}
	.zpro_mbox{
		padding: 40px 0;
	}
	.sol_li{
		flex-direction: column!important;
	}
	.solli_r{
		padding: 10px 10px 20px;
	}
	.solli_tit{
		font-size: 30px;
	}
	.about_xtit{
		font-size: 30px;
	}
	.proxq_top{
	   flex-direction: column;
	   padding-bottom: 20px;
	}
	.proxq_bigimg{
	    width: 100%;
	    margin-right: 0px;
	    margin-bottom: 10px;
	}
	.proxqtmsg_tit{
	    font-size: 30px;
	}
	.proxqi_li{
	    width: 100%;
	}
	.proxq_ccbox{
	    padding: 40px 0;
	}
	.proxqi_img{
	    margin-right: 10px;
	}
	.proxqi_m1{
	    font-size: 22px;
	    font-weight: bold;
	    margin-bottom: 5px;
	}
	.proxq_morebox .spage0{
	    bottom: 0!important;
	}
	.newsxq_tit{
	    font-size: 24px;
	    line-height:36px;
	}
	.newsxqt_top{
	   flex-direction: column;
	}
	.newsxqt_topl{
        width: 100%;
        padding-right: 0;
    }
    .newsxqt_topr{
        width: 100%;
    }
}

@media screen and (max-width: 600px){
	.icj_mli{
		width: 100%;
	}
	.icj_mbox{
		padding: 30px 0;
	}
	.icj_mtit{
		font-size: 22px;
		line-height: 30px;
	}
	.icjmla_n1{
		font-size: 20px;
	}
	.icjmla_n2{
		font-size: 16px;
	}
	.zpro_li{
		width: 100%;
		margin-bottom: 20px;
	}
	
	.contactfl_dxli{
		width: 100%;
	}
	
	.cn_li{
		width: 100%;
	}
	.newsmore_li{
	    width: 100%;
	}
	
	
	
}