@charset "utf-8";
*{box-sizing: border-box;}
@font-face {
	font-family:'ab';
	src: url("../fonts/AlibabaSans-Heavy.otf") format('truetype');
	font-weight:normal;
	opacity: 1;
}

*{margin:0;padding:0;}
body{ overflow-x: hidden;font-family: PingFang SC-Regular, PingFang SC;margin:0px; padding:0px; margin:0px auto; font-size:16px; color:#333; width:100%;  zoom:1;min-width: 320px;background-color: #F7F8FB;}
ul,li,form, dl,dt,dd, div{ padding: 0px; margin: 0px;    list-style: none;}
ul,ul li{ list-style:none;}
.h1,.h2,.h3,.h4,.h5,.h6,.p{ padding:0px; margin:0px;}
select,input,textarea{ border-radius:0; -webkit-border-radius:0; color:#333;}
input:focus { outline: none;}
input,button,select,textarea{outline:none;/*-webkit-appearance:none;*//*强制去除表单自带的样式*/ }
textarea{resize:none;/*-webkit-appearance:none;*//*强制去除textarea自带的样式*/ }
textarea,input,select { background:none; border:none; margin:0; padding:0;}
select {
	/*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
	border: solid 1px #DDD;
	/*很关键：将默认的select选择框样式清除*/
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	/*在选择框的最右侧中间显示小箭头图片*/
	background: url("../img/jt.png") no-repeat calc(100% - 10px) transparent;
	
	/*为下拉小箭头留出一点位置，避免被文字覆盖*/
	padding-right: 20px;
	padding-left:5px;
  }
  
article,aside,footer,header,hgroup,nav,section,figure,figcaption{ display: block;} /*html5设置*/
figure,figcaption{ margin:0px; padding:0px;}
.w1200{max-width: 1200px;margin: 0 auto;position: relative;z-index: 3}
audio,canvas,progress,video { display: inline-block; vertical-align: baseline;}
img{ border:none; border:0; max-width:100%; vertical-align:middle;}
a{position: relative;color: #333;  text-decoration:none;cursor: pointer}
.hovea{position: relative;color: #FFFFFF !important;  text-decoration:none;cursor: pointer}
a:focus {outline:none; -moz-outline:none;}
a:hover{ text-decoration:none; color:#f60;}
.hovea:hover{text-decoration:none; color:#126BFA;}
.clear{ clear:both;}
.box{box-sizing: border-box}
.bold{font-weight: bold}
.bolder{font-weight: bolder}
i,em{font-style: normal}
button{cursor: pointer}
.showing{display: block !important}

/* 颜色 */
.c_33{color: #333}
.c_29{color: #292929}
.f-c{color:#F3734E }


.f-12{font-size: 12px}
.f-14{font-size: 14px}

.bg_f8{background: #f8f8f8}
.bg-f{background: #fff}


.center{text-align: center}
.right_text{text-align: right}
.left_text{text-align: left}

/* flex布局 */
.flex{display: flex}
.flex-x-a{display: flex;justify-content: space-around}
.flex-x-b{display: flex;justify-content: space-between}
.flex-x-c{display: flex;justify-content: center}
.flex-y-c{align-items: center}
.flex-y-e{align-items: flex-end}
.flex_wp{display: flex;flex-wrap: wrap}

@font-face {
	font-family:'top';
	src: url("../fonts/DINPRO-MEDIUM.OTF") format('truetype');
	font-weight:normal;
	opacity: 1;
}


#newBridge .icon-right-center{top:calc(40% - 44px)!important;right: 9px !important}
.searchBar{position: fixed;width: 500px;background: #fff;top: 96px;right: 40px;display: none}
.searchBar form{display: block;width: 100%;display: flex;align-items: center}
.searchBar .searchBtn{background: url('http://www.gen-song.net/images/search.png') no-repeat center;background-size: 20px auto;width: 55px;height: 55px;    cursor: pointer;}
.searchBar .inpu{flex: 1}
.searchBar .inpu input{display: block;width: 100%}
.searchBar .closeBtn{ width: 50px;height: 50px;background: url('http://www.gen-song.net/images/closeBtn.png') no-repeat center; background-size: 16px auto;}
/*语言*/
.lang-menu{position: fixed;padding: 10px 15px 0;background: #fff;top: 95px;right: 110px;display: none}
.lang-menu ul li{font-size: 14px;padding-bottom: 15px;cursor: pointer}
.lang-menu ul li:hover{color: #126BFA}
/* 公共按钮 */
.immediate{height: 38px;background: rgba(132, 132, 132, 0);border: 1px solid #FF6E3D;border-radius: 16px 16px 16px 16px;line-height: 38px;padding:0px 14px;display: inline-block;color: #FF6D3E;margin-right: 30px}
.later_register{height: 40px;background: linear-gradient(90deg, #FF7932, #FF5A4D);border-radius: 16px 16px 16px 16px;line-height: 40px;color: #fff;padding:0px 14px;display: inline-block;}
.online{display: inline-block;height: 48px;line-height: 48px;color: #fff;padding:0px 26px;background: linear-gradient(90deg, #F5A146, #F2C056);border-radius: 18px}
.register{margin-left:15px;display: inline-block;height: 48px;line-height: 48px;color: #fff;padding:0px 26px;background: linear-gradient(90deg, #F58146, #F26656);box-shadow: 0px 5px 18px 0px rgba(243, 110, 81, 0.42);;border-radius: 18px}
.online:hover,.register:hover,.later_register:hover{color: #fff}

/*单行文本省略号*/
.dot {display: block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.dot2, .dot3, .dot4 {display: -webkit-box;display: box;overflow: hidden;text-overflow: ellipsis;word-break: break-all;-webkit-box-orient: vertical;}
.dot2 {-webkit-line-clamp: 2;}
/*多行文本省略号*/
.dot3 {-webkit-line-clamp: 3;}
.dot4 {-webkit-line-clamp: 4;}

.active{color: #F3734E}
.bgactive{background:#F3734E;color: #fff }
.active_line{color: #F3734E;position: relative}
.active_line::after{content: '';display: block;width: 28px;height: 4px;background:#F3734E;position: absolute;left: 50%;transform: translateX(-50%);bottom: -10px;border-radius: 2px }
/*网页滚动条*/
/* ::-webkit-scrollbar{
            width: 5px; height:5px;-webkit-overflow-scrolling : touch;
            background-color: #126BFA;}
::-webkit-scrollbar-track{
            background-color: #126BFA;}
::-webkit-scrollbar-thumb{
            border-radius: 10px;
            background-color: #126BFA;}
::-webkit-scrollbar-button{
            height: 0px;
            background-color: #126BFA;} */
			::-webkit-scrollbar {
				width: 4px;   
				height:5px; 
			}
			::-webkit-scrollbar-thumb {
				border-radius: 10px;
				box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
				background: rgba(0,0,0,0.2);
			}
			::-webkit-scrollbar-track {
				box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
				border-radius: 0;
				background: rgba(0,0,0,0.1);
	
			}
/* 头部 */
.Top{width: 100%;height: 95px;box-sizing: border-box;top: 0;left: 0;z-index: 999;background-color: #fff;position:fixed;z-index: 999;font-size: 16px;}
.Top .w1200{justify-content: space-between;display: flex;}
.lf_logo{height: 95px;display: flex;align-items: center;}
.menu_slide{position: absolute;z-index: 999;}
.lf_logo img{height: 30px;}
.menu_ul{display: flex;align-items: center;flex: 1;justify-content: space-between;margin-left: 100px;}
.menu_ul>li{white-space: nowrap;position: relative;height: 100%;line-height: 95px;cursor: pointer;flex:1;text-align: center;font-size: 16px;}
/*.menu_ul>li:first-child{margin-right: 90px;}*/
.menu_ul>li:hover{background: #126BFA;color: #fff;}
.menu_ul>li>a{color: #333}
.menu_ul>li.active a{font-weight: 500;}
.menu_ul>li.active a::after{ z-index:0; content:""; left:-18%; bottom:0px; position:absolute; background:url('../image/select.png') no-repeat;background-size: cover; height:6px;width:100%;width: 60px;}
/*.menu_ul>li::after,.introduce-wrap li::before,.intro_wid li::after,.intro_wid li::before,.translation ul li::after, .translation ul li::before{ z-index:0; content:""; left:50%; bottom:27px; position:absolute; background:#CB000B; width:0; height:2px;}*/
.menu_ul>li::after,.intro_wid li::after,.translation ul li::after{transition: all ease 0.2s;}
.menu_ul>li::before,.intro_wid li::before,.translation ul li::before{background: transparent; z-index: 5; width: 100%; left: 0;}
.menu_ul>li:hover::after,.intro_wid li:hover::after,.translation ul li:hover::after{width:100%; left: 0;}
.menu_ul>li:hover::before,.intro_wid li:hover::before,.translation ul li:hover::before{/* width: 0; */}
.menu_ul>li:hover .menu_slide{display: block}
.menu_slide{background: #333333;padding: 20px 40px;left: 50%;transform: translateX(-50%) ;display: none;opacity: 0.45;}
.menu_slide ul li{color: #333333;line-height: 40px;text-align: center;margin-right: 0px}
.btn_right{display: flex;height: 100%;align-items: center}
.btn_right .line{height: 24px;opacity: 1;border: 1px solid #C9C9C9}
.btn_right .search{width: 24px;height: 24px;margin: 0 25px 0 35px;cursor: pointer;}
.btn_right .phone{width: 25px;height: 25px;margin-right: 13px;}
.btn_right .phone_code{font-size: 24px;color: #fff;font-weight: bold;font-family: 'top';white-space: nowrap;}
.btn_right .en_ch{margin-right: 23px;width: 60px;height: 24px;background: #fff;opacity: 1;border-radius: 30px;font-size: 12px;color: #111;display: flex;align-items: center;justify-content: space-around;box-sizing: border-box;padding: 0 10px;}
.btn_right .en_ch>div{opacity: .5;cursor: pointer;}
.btn_right .en_ch .ac{opacity: 1;}
.menu_ul>li.active .menu_slide a::after{display: none !important}
.menu_ul>li.active .menu_slide a{color: #FFFFFF !important }
.menu_slide ul li a:hover{color:#f60 !important}
.mo_btn{display: none;}
.mt_slide_cip{display: none}
.new_words{width: 84%;margin: 0 auto 30px;background: #fff;padding: 50px 50px 20px;box-sizing: border-box;}
/*.new_words ul{display: none}*/
.new_words p{color: #333333;font-size: 28px;font-weight: bold;padding-bottom: 30px;}
.new_words ul li>div{margin-bottom: 50px}
.new_words dd{ color: #333333;font-family: PingFang SC-Regular, PingFang SC;font-size: 20px;    position: relative;padding-left: 50px;line-height: 48px;}
.new_words dd::before{width: 12px;height: 12px; background: #CB000B; opacity: 1; content: ''; display: block; position: absolute; border-radius: 6px; left: 25px; top: 18px;}
.bannerTab video{height: 800px;width: 100%;object-fit: fill;    background: #000000;}
.ban_signer .ma_zi{position: relative;left: 0 !important;bottom: 0 !important;display: block;margin: 50px auto 0}
#newBridge .nb-icon-wrap-0{display: block !important}
.ban_signer img{ max-width: 100%;display: block;height: 100%;    width: 100%;}
@media (max-width:1680px){
	.menu_ul{padding-right: 0;}
	/* .menu_ul>li{margin-right: 40px} */
	
}
@media (max-width:1600px){
	.menu_ul{padding-right: 0px}
    /* .menu_ul>li{margin-right:40px} */
    
}
@media(max-width:1440px){
	.menu_ul{margin-left: 100px;}
	.menu_ul li:first-child{margin-right: 30px;}
	.menu_ul li{margin-right: 30px;}
	.menu_slide{padding: 20px 30px}
	.Top{justify-content: space-between;padding: 0 120px;}
	.menu_slide ul li{color: #333333;line-height: 40px;text-align: center;margin-right: 0px !important} 
	.menu_ul>li{margin-right:30px}
	.bannerTab video{height: 600px;width: 100%;object-fit: fill;}

}
@media(max-width:1200px){
	
	.menu_ul{margin-left: 50px;}
	.btn_right .search{margin: 0 10px;}
}
@media(max-width:1024px){
	.pc_new{display: none;}
	.lf_logo img{height: 20px;}
	.Top{height: 50px;line-height: 50px;padding: 0 3px;justify-content: space-between;}
	.lf_logo{height: 50px;}
	.mo_btn{display: block;}
	.mo_btn .search{margin-right: 10px;}
	.menu_ul{display: none;position: fixed;width: 100%;background-color: #FFFFFF;top: 50px;right: 0px;z-index: 25;box-sizing: border-box;width: 100%;padding: 0 10px;box-shadow: 0 0 0.01rem rgb(9 28 71 / 50%);}
	.menu_ul li{height: 50px;border-bottom: 1px solid #126BFA; position: relative;line-height: 50px;margin-right: 0 !important;}
	.menu_ul li.active a::after{display: none;}
	.mo_btn span.one{transform: rotateZ(-45deg);transform-origin: 100% 50%;background-color: #4E4E4E;display: block;}
	.mo_btn span.two{transform: scale(0,0);display: block;}
	.mo_btn span.three{transform: rotateZ(45deg);transform-origin: 96% 100%;background-color: #4E4E4E;display: block;}
	.menu_ul li:hover::after, .intro_wid li:hover::after, .translation ul li:hover::after{display: none;}
	.bannerTab video{height: 200px}
	.product img{max-width: 200px !important;bottom: -50px !important}
	.menu_ul>li>a{color: #333 !important}
	.badi{display: none !important}
	.hedi{display: block !important}
	

	
	
}


/*底部*/
.footer_h{background-color: rgba(0, 0, 0, 0.65);width: 100%;padding: 30px 0 20px;position: relative;}
.footer_h ul{display: flex;flex-wrap: wrap;justify-content: center;align-items: center;}
.footer_h dl{display: flex;justify-content: center;margin-top: 35px;color: #fff;font-size: 14px;}
.footer_h dl dd{margin-right: 20px;}
.footer_h ul li a{color: #fff;font-size: 15px;}
.footer_h ul  .line{height: 16px;background-color: #CCCCCC;width: 1px;margin: 0 30px;}
.footer_s {background-color: #313234;height: 50px;text-align: center;line-height: 50px;font-size: 14px}
.footer_s  a{color: #fff}
.footer_s span{margin-right:20px}
.dil,.dill{display: flex;width: 100%}
.label{color: #fff;padding-bottom: 10px;padding-top: 10px}
.dil input{width: 240px;height: 40px;background: #333;border: 1px solid #707070;color: #fff;padding-left: 20px}
.dil>section,.dill>section{margin-right: 20px}
.dill input{width: 370px;height: 40px;background: #333;border: 1px solid #707070;color: #fff;padding-left: 20px}
.dill select{width: 500px;height: 40px;color: #fff}
.dill select option{background: #333;}
.dill textarea{border: 1px solid #707070;background: #333;height: 80px;width: 760px;color: #fff}

@media(max-width:1600px){
	.dill textarea{width: 600px}
	.footer .ri_ft{padding-left: 60px}
	.dill input{width: 300px}
	.dil input{width: 193px}
	.footer .foot_l{max-width: 600px}
	.footer button{width: 600px}
}
@media(max-width:1440px){
	footer{padding: 30px 90px}
	.dill input{width: 240px}
	.dill textarea{width: 500px}
	.footer .ri_ft{padding-left: 60px}
	.dil input{width: 153px}
	.footer .foot_l{max-width:500px}
	.footer button{width: 500px}
}
@media(max-width:1024px){
	.footer{display: block}
	footer{padding: 0px}
	.con_title{font-size: 20px;padding-bottom: 0}
	.dil, .dill{display: block}
	.dil input,.dill select,.dill textarea,.dill input{width:100%}
	.footer button{width: 100%;border: none}
	.footer .ri_ft{padding-left: 0}
	.footer .ri_ft ul{padding-top: 10px}
	.footer .ri_ft dd{margin:10px auto}
	.footer .ri_ft p,.footer .ri_ft ul li,footer a{font-size: 15px}
	.footer .ri_ft dd {justify-content: center}
	.footer .ri_ft dd dl{margin: 0 10px}
}
/* 轮播图 */
/*.index{margin-top:95px}*/
.HomeBan {z-index:9;position: relative}
.owlBan{display: none !important}
.act{display: block !important}
.HomeBan .owl-item .item a{display: block;height: 800px}
.HomeBan .owl-item .item .item_img{position: absolute;top: 17.44rem;left: 16.25rem;z-index: 9999;width: 30.75rem;height: 11.56rem;}
.HomeBan .owl-item .item a img{max-width:100%;display: block;height: 100%}
.HomeBan .owl-nav{display: none;}
.HomeBan .owl-dots{display: none !important;position: absolute;bottom: 0px;left: 50%;transform: translateX(-50%)}
.HomeBan .owl-carousel button.owl-dot{width: 10px;height: 10px;background: #999;border-radius: 50%;margin: 3px}
.HomeBan .owl-carousel button.owl-dot.active{background: #fff}
.HomeBan .owl-nav button{width:50px;height:50px;border-radius: 50%;background:rgba(255,255,255,0.8);position: absolute;top:50%;margin-top:-25px;transition: all .5s;-webkit-transition: all .5s;opacity: 0;}
.HomeBan .owl-nav button.owl-prev{background:rgba(0, 0, 0, 0.08);color: #fff;font-size: 40px}
.HomeBan .owl-nav button.owl-next{background:rgba(0, 0, 0, 0.08);color: #fff;font-size: 40px}
.word_text_banner{position: absolute;left: 10%;bottom: 240px;color: #fff}
.word_text_banner .p1{font-weight: bold;font-family:'ab';font-size: 68px}
.word_text_banner .p2{font-weight: bold;font-family: PingFang SC-Bold, PingFang SC;font-size: 24px;padding-top: 20px}
.word_text_banner .zi{width: 260px;height: 60px !important;background: #CB000B;line-height: 60px;text-align: center;display: block;color: #fff;font-size: 20px;margin-top: 70px}
@media(max-width:1600px){
	.word_text_banner{position: absolute;left: 10%;bottom: 170px;color: #fff}
}
@media(max-width:1400px){
	.word_text_banner{position: absolute;left: 10%;bottom: 100px;color: #fff}
}
@media(max-width:1024px){
	.HomeBan .owl-item .item a{display: block;height: 300px}
	.word_text_banner{position: absolute;left: 7%;bottom:24px;color: #fff}
	.word_text_banner .p1{font-weight: bold;font-family:'ab';font-size: 20px}
	.word_text_banner .p2{font-weight: bold;font-family: PingFang SC-Bold, PingFang SC;font-size: 15px;padding-top: 10px}
	.word_text_banner .zi{height: 25px !important;line-height: 25px;font-size: 12px;margin-top: 10px}
	
}
.jx_date{background: #F6F7FB;position: relative;padding-bottom: 60px}
.main_title_img img{display: block;margin: 70px auto 30px}
.bg_zs_r{position: absolute;right: 0;top: 0;z-index: 1}
.bg_zs_l{position: absolute;left: 0;bottom: 0;z-index: 1}
.b_shade{box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);background: #fff;position: relative;z-index: 2}
.b_shade .jx_ul{display: flex;height: 70px;width: 100%;align-items: center}
.b_shade .jx_ul li{background: rgba(18, 107, 250, .4);color: #333333;flex: 1;height: 70px;line-height: 70px;text-align: center;font-family: PingFangSC-Medium, PingFang SC;box-sizing: border-box;cursor: pointer}
.b_shade .jx_ul li.active{background: #fff;position: relative;border-top: 8px solid #126BFA;display: flex;align-items: center;justify-content: center}
.b_shade .jx_ul li.active::before{width: 8px;height: 8px;background: #126BFA;border-radius: 50%;content: '';display: inline-block;margin-right: 10px}
.jx_ul_cover ul li{display: flex;margin-bottom: 60px;position: relative}
.b_sll .jx_ul_cover{display: none}
.b_sll .jx_ul_cover:first-child{display: block}
.jx_ul_cover ul li .lines::after{content: '';display: block;width: 2px;background: #73B1FE;position: absolute;height: 200%;left: 42%;transform: translateX(-50%);top: 17px}
.jx_ul_cover ul li .lines {margin: 10px 60px 0;position: relative}
.jx_ul_cover ul li:last-child .lines::after{display: none}
.jx_ul_cover{padding: 50px 100px 1px 120px}
.jx_ul_cover ul li .time{padding:0 30px;height: 50px;background: linear-gradient(270deg, #29A4FD 0%, #126BFA 100%);border-radius: 5px;color: #fff;text-align: center;line-height: 50px}
.jx_ul_cover .jx_rs .zf{padding:0 25px;height: 30px;background: #29A4FD;border-radius: 2px;font-size: 14px;color: #fff;text-align: center;line-height: 30px;display: inline-block}
.jx_ul_cover .jx_rs p{color: #4d4d4d;padding-top: 20px;font-size: 16px}



.jb_list{background: #fff;padding: 1px 0 70px}
.jb_list_all {display: flex;flex-wrap: wrap}
.jb_list_all li{width: 25%;margin-bottom: 60px}
.jb_list_all .cov_img{background: url('../image/icon_pw_yuan.png') no-repeat;background-size: cover;width: 212px;height: 212px;display: flex;align-items: center;justify-content: center;margin: 0 auto;overflow: hidden}
.jb_list_all .cov_img img{display: block}
.jb_list_all .cov_img img:hover{transform: scale(1.1);transition: all .3s}
.jb_list_all .name{text-align: center;color: #126BFA;font-size: 24px}
.jb_list_all p{color:#4D4D4D;font-size: 16px;text-align: center;max-width: 60%;margin: 20px auto 0}
.jb_list .more,.zp_all .more,.hz_all .more{display: block;margin: 10px auto;text-align: center}

.zp_list ul{display: flex;flex-wrap: wrap}
.zp_list ul li{    background: #FFFFFF;
    margin-bottom: 50px;
    width: calc(33.3% - 50px);
    margin-right: 50px;
}
.zp_list ul li .new_img{height: 210px;overflow: hidden}
.zp_list ul li .new_img img{width: 100%}
.zp_list ul li .new_img img:hover{transform: scale(1.1);transition: all .5s;}
.zp_list ul li .gaf{color: #126BFA;font-weight: bold;padding: 20px 0;text-align: center;font-size: 26px}
.zp_list ul li .name{color: #4d4d4d;font-size: 20px;text-align: center;font-family: PingFangSC-Medium, PingFang SC;font-weight: bold;}
.zp_list ul li p{color: #808080;font-size: 16px;padding: 10px 0 30px;text-align: center}

.news_all .zp_list ul{display: flex;justify-content: space-between;flex-wrap: wrap}
.news_all .zp_list ul li .name{color: #111;font-weight: bold;font-size: 20px;padding: 20px 0}
.news_all .zp_list ul li p{padding: 0;line-height: 30px}
.lins{border: 1px solid #E6E6E6;margin-top: 20px}
.news_all .zp_list ul li .time{font-size: 14px;color: #999999;text-align: right;padding-top: 20px}

.hz_all ul{display: flex;flex-wrap: wrap;margin-bottom: 50px}
.hz_all ul li{ width: calc(20% - 20px);box-sizing: border-box;margin-bottom: 20px;margin-right: 20px;}
.hz_all ul li img{width: 100%;border: 1px solid #eee}
.hz_mr ul li{width: calc(25% - 40px);margin-right: 40px;}
.lx_list{padding: 70px 0}
.main_title_img1 img{text-align: center;display: block;margin: 0 auto}
.lx_list{background: url('../image/bg_lxfs.png') no-repeat;background-size: cover}
.sx_zi .type{font-weight: bold;font-size: 26px;color: #333333}
.sx_zi .type img{margin-right: 10px}
.lx_list .sx_zi ul{display: flex;flex-wrap: wrap;padding: 20px 0 40px}
.lx_list .sx_zi .sz_top ul li{width: calc(25% - 40px);margin-right: 40px;}
.lx_list .sx_zi ul li p{padding-top: 10px}
.sz_top{border-bottom: 1px solid #DBDBDB;padding-bottom: 20px}
.sz_bottom{display: flex;padding-top: 40px}
.hzmt{margin-left: 60px}
.dcs_list{padding-top: 70px;background: #fff}
.fu_content{padding: 50px 0 120px;text-align: center;}
.fu_content p{color: #4D4D4D;line-height: 30px;font-size: 16px;}
.pw_list{padding: 70px 0 200px;background-color: #fff;}
.pw_top ul{display: flex;flex-wrap: wrap;justify-content: center;margin-bottom: 60px;}
.pw_top ul li{width:200px;height: 45px;display: flex;align-items: center;justify-content: center;}
.pw_top ul li.active{color: #126BFA;background: url('../image/btn_sel.png') no-repeat;background-size: cover;}
.pw_list_po ul{display: none;flex-wrap: wrap;}
.pw_list_po ul:first-child{display: flex;}
.pw_list_po ul li{width: calc(25% - 40px);margin-right: 40px;margin-bottom: 60px;position: relative;}
.pw_list_po .cov_img{background: url(../image/icon_zx_yuan.png) no-repeat;background-size: cover;width: 212px;height: 212px;display: flex;align-items: center;justify-content: center;margin: 0 auto;overflow: hidden;}
.pw_list_po .name{text-align: center;color: #126BFA;font-size: 24px;}
.pw_list_po .ps{    color: #4D4D4D;font-size: 14px;text-align: center;max-width: 60%;margin: 20px auto 0;}
.pw_list_po .cov_img img:hover{    transform: scale(1.1);transition: all .3s;}
.hover_show{display: none;bottom: -200px;box-shadow: 0px 0px 12px 0px rgba(18,107,250,0.25);width: 500px	;position: absolute;z-index: 999;background-color: #fff;border-radius: 10px;box-sizing: border-box;padding: 20px;}
.hover_show .typ{color: #126BFA;font-size: 14px;padding:10px 0}
.hover_show .pfs{font-size: 12px;color: #4D4D4D;}
.pw_list_po ul li:hover .hover_show{display: block;}
.news_list_all{padding: 70px 0 100px;background-color: #fff;}
.news_list_all ul .lid a{display: flex;justify-content: space-between;margin-bottom: 60px;}
.news_list_all ul li .lf{height: 130px;width: 240px;margin-right: 30px;overflow: hidden;}
.news_list_all ul li .lf img{height: 100%;display: block;width: 100%;}
.news_list_all ul li .nam{color: #111111;font-size: 20px;padding-bottom: 20px;font-weight: bold;padding-top: 5px;}
.news_list_all ul li .p1{color: #4D4D4D;font-size: 16px}
.news_list_all ul li .p2{font-size: 14px;color: #808080;padding-top: 20px;}
.news_list_all ul li .ri{width:calc(100% - 400px);padding-right: 80px;}
.date p{color: #808080;font-size: 36px;}
.date>div{color: #999999;font-size: 14px;padding-top: 20px;}
.news_list_all ul .lid:hover .lf img{transform: translateY(-4px);transition: all .5s;}
.news_list_all ul .lid:hover .nam{color: #126BFA;}
.news_list_all ul .lid:hover .date p{color: #126BFA;}
.news_list_all ul .lid:hover .date>div{color: #126BFA;}
.zx_de{padding: 50px 0;background-color: #fff;}
.zx_de .d_t{color: #222222;text-align: center;font-size: 20px;font-weight: bold;}
.zx_de .tos{border-bottom: 1px solid #eee;}
.zx_de .tos p{text-align: right;color: #808080;font-size: 14px;padding:20px 0;}
.zx_fr{border-bottom: 1px solid #eee;padding-bottom: 20px;}
.time{display: flex;justify-content: flex-end;font-size: 12px;color: #999999;align-items: center;padding: 20px 0;}
.time img{margin-right: 5px;}
.next_t{color: #666666;font-size: 14px;padding-top: 15px;display: block;}
.hj_pd{background-color: #fff;padding-bottom: 150px;}
.hj_pd .jx_date{background-color: #fff;    padding-bottom: 0px;}
.hj_pd .zp_list ul li{position: relative;}
.hj_pd .zp_list ul li .new_img{height: 270px}
.hj_pd .zp_list ul li .new_img img{height:100%;}
.hj_pd .zp_list ul li .lj{width: 100%;height: 50px;background-color:  rgba(0, 0, 0, .5);color: #fff;font-size: 24px;text-align: center;line-height: 50px;position: absolute;bottom: 0;left: 0;}
.hover_show:before{
	    content: '';
	    display: block;
	    width: 0px;
	    height: 0px;
	    border: 8px solid #fff;
	    border-bottom-color: #fff;
	    border-top-color: transparent;
	    border-right-color: transparent;
	    text-align: center;
	    margin: 0 auto;
	    border-left-color: transparent;
		position: absolute;
		top: -16px;
		left: 15%;
		
}
.ab_us{padding: 80px 0 200px;position: relative;}
.ab_us .png_gywm{position: absolute;left: 0;bottom: 0;z-index: 1;}
.ab_cent{clear: both;display: flex;justify-content: flex-end;margin-top: 60px;}
.lfd{transform: translateY(-50%);top:65%;padding: 50px;font-size: 16px;background-color:rgba(255, 255, 255, .9);position: absolute;right: 40%;z-index: 2;background: url('../image/bg_gywm.png')no-repeat;background-size: cover;}
.lfd p{line-height: 30px;color: #4D4D4D;font-size: 16px;}
.lfd_ri img{height: 450px;position: relative;z-index: 1;}
.zf_bf{position: relative;background: url('../image/bg_zlxz.png') no-repeat;background-size: cover;padding: 43px 0 100px;}
.btr_dw {display: flex;justify-content: space-around;}
.xz_qu{padding: 70px 50px;background: rgba(255, 255, 255, .7);margin-top: 38px;display: flex;align-items: center;border-radius: 5px;}
.jwj_pa{padding: 25px 0;background-color: #fff;}
.jwj_pa_bg{background:url('../image/zs_fy.png') no-repeat;background-size: cover;min-height: 300px;box-sizing: border-box;padding: 60px 120px;}
.jx_set{background-color: #F6F7FB;padding: 70px 0 80px;}
.jx_set p{font-size: 16px;color: #333333;line-height: 40px;background: url('../image/bg_word.png') no-repeat;background-size: cover;width: 880px;margin: 0 auto;padding: 60px 70px;text-align: center;}
.jx_set p span{color: #126BFA;}
.png_jxsz{text-align: center;display: block;margin: -13px auto 0;}
.js_jz{background-color: #fff;padding: 70px 0;position: relative;}
.js_jz .w1200{position: relative;z-index: 3;}
.js_jz .bg_piaodai{position: absolute;top: 55%;left: 0;transform: translateY(-50%);z-index: 1;}
.jf_flex{display: flex;justify-content: space-between;align-items: center;padding-bottom: 60px;}
.jf_flex .jf_lf{width:70%;}
 .jf_flex .jf_lf li{margin-bottom: 40px;}
 .jf_flex .jf_lf li .bot{color: #4D4D4D;font-size: 18px;line-height: 35px;}
  .jf_flex .jf_lf li .bot span{color: #126BFA;}
 .jf_flex .jf_lf .top{display: flex;padding-bottom: 20px;align-items: center;}
  .jf_flex .jf_lf .top p{color: #111111;font-size: 24px;font-weight: bold;margin-left: 20px;position: relative;text-align: center}
  .jf_flex .jf_lf .top p:hover{transform: translateY(-4px);transition: all .5s;cursor: pointer;}
  .jf_flex .jf_lf .top p:before{content: '';display: block;width: 67px;height: 3px;background: linear-gradient(270deg, #126BFA 0%, #126BFA 100%);position: absolute;bottom: -4px;left: -5px;border-radius: 2px;}
 .gd{display: block;text-align: center;margin: 0 auto;}
 .lt_pt{background-color: #fff;padding: 70px 0 120px;}
.lt_pt ul li{display: flex;padding-bottom: 50px;}
.lt_pt ul li:nth-child(even){background-color: #F7F8FB;    flex-direction: row-reverse;}
.lt_pt ul li .lf,.lt_pt ul li .ri{width: 50%;box-sizing: border-box;}
.lt_pt ul li:nth-child(even) .ri{padding-left: 30px;}
.lt_pt ul li .lf img{width: 100%;margin-top: 30px;}
.lt_pt ul li:last-child .cen_line:before{display: none;}

.lt_pt ul li .cen_line{margin: 10px 50px 0;position: relative;}
.lt_pt ul li .cen_line:before{width: 4px;background: #73B1FE;height: 120%;content: '';display: block;position: absolute;left: 58%;transform: translateX(-100%);top: 15px;border-radius: 2px;}
.lt_pt ul li:nth-child(even) .cen_line:before{left:49% ;}
.lt_pt ul li .ri .time_title{color: #126BFA;font-size: 24px;font-family: PingFangSC-Semibold, PingFang SC;font-weight: bold;padding-bottom: 20px;padding-top: 30px;}
.lt_pt ul li .ri  p{font-size: 14px;color: #4D4D4D;line-height: 30px;}
.lt_pt ul li .ri  a{padding-top: 40px;display: block;}
.hui_ga {background-color: #fff;padding-top: 70px;}
.hui_ga .main_title_img img{margin: 0 auto;}
.bg_pslc_lis{position: relative;}
.bg_pslc_lis .bg_pslc{position: absolute;bottom: 0;left: 0;}
.wjhg{padding-bottom: 130px;}
@media(max-width:1024px){
	.w1200{padding: 0 10px}
	.HomeBan .owl-item .item a{height: auto}
	.HomeBan .owl-item .item a img{height: auto}
	.main_title_img img{height: 50px;margin: 30px auto 10px}
	.jx_ul_cover ul li .lines{margin: 10px 10px 0}
	.jx_ul_cover ul li{margin-bottom: 10px}
	.jx_ul_cover{padding: 4px}
	.b_shade .jx_ul li{line-height: 20px;font-size: 12px;display: flex;align-items: center}
	.jx_ul_cover ul li .time{font-size: 12px;padding: 0 5px;white-space: nowrap}
	.jx_ul_cover .jx_rs p{font-size: 12px}
	.jx_date {padding-bottom: 0}
	.jb_list_all li{width: 50%;margin-bottom:20px}
	.jb_list_all{justify-content: space-between}
	.jb_list_all .cov_img{width: 180px;height: 180px}
	.jb_list_all .name{font-size: 20px}
	.jb_list_all p{font-size: 12px}
	.jb_list_all .cov_img img{width: 150px}
	.zp_list ul li{width: 49%;margin-right: 0;}
	.zp_list ul li .new_img{height: auto}
	.zp_list ul li .gaf{padding: 10px 0;font-size: 20px}
	.zp_list ul li .name{font-size: 14px}
	.zp_list ul li p{font-size: 12px;padding: 5px 10px}
	.jb_list{padding-bottom: 20px}
	.news_all .zp_list ul li .name{font-size: 14px;padding: 10px 0}
	.news_all .zp_list ul li .time{padding-top: 10px}
	.hz_all ul li{width: calc(50% - 20px);margin-right:20px}
	.hz_all ul{margin-bottom: 4px}
	.footer_h ul{justify-content: flex-start;padding: 10px}
	.footer_h ul .line{margin: 0 20px}
	.footer_h{padding: 10px}
	.footer_h dl{flex-wrap: wrap;margin-top: 10px}
	.footer_s{height: auto;line-height: 20px}
	.footer_s span{margin-right: 3px;display: block}
	.footer_s a{font-size: 12px}
	.xz_qu{padding: 10px;margin-top: 10px;}
	.b_shade .jx_ul li.active::before{margin-right: 3px;}
	.zf_bf{padding: 20px 0 30px;}
	.jx_set{padding: 30px 0;}
	.jx_set p{padding: 10px;width: 100%;box-sizing: border-box;}
	.png_jxsz{margin: 0 auto;}
	.jf_flex{display: block;padding-bottom: 10px;}
	.jf_flex .jf_lf{width: 100%;}
	.jf_flex .jf_lf .top p{font-size: 20px;}
	.jf_flex .jf_lf li{margin-bottom: 20px;}
	.jf_flex .jf_lf li .bot{font-size: 13px;line-height: 25px;}
	.jd_ri img{display: block;margin: 0 auto;height: 140px;display: none}
	.lt_pt{padding: 30px 0;}
	.lt_pt ul li{padding-bottom: 15px;}
	.lt_pt ul li .cen_line{margin: 10px 10px 0;}
	.lt_pt ul li .ri .time_title{font-size: 18px;}
	.lt_pt ul li .ri p{font-size: 12px;}
	.lt_pt ul li .ri a{padding-top: 10px;}
	.lt_pt ul li .cen_line:before{height: 113%;}
	.pw_list{padding: 30px 0;}
	.pw_list_po ul li{width: 50%;margin-right: 0px;margin-bottom: 20px;}
	.pw_list_po .cov_img{width: 180px;height: 180px;}
	.pw_list_po .cov_img img{    width: 150px;}
	.pw_list_po .name{font-size: 20px;}
	.pw_list_po .ps{margin-top: 10px;font-size: 12px;}
	.pw_top ul li{width: 170px;}
	.pw_top ul{justify-content: flex-start;}
	.news_list_all{padding: 20px 0;}
	.news_list_all ul .lid a{display: block;margin-bottom: 10px;}
	.news_list_all ul li .lf{width: 100%;}
	.news_list_all ul li .ri{width: 100%;padding-right: 0;}
	.news_list_all .date{display: flex;justify-content: flex-end;}
	.hj_pd .zp_list ul li .new_img{height: auto;}
	.hj_pd{padding-bottom: 30px;}
	.zp_list ul li{margin-bottom: 20px;width:calc(50% - 10px);margin-right: 10px;}
	.fu_content{padding: 30px 0;}
	.ab_cent{display: block;margin-top: 10px;}
	.lfd{position: relative;top: 0;left: 0;transform: translateY(0%);right: 0;padding: 30px;background: #fff;}
	.ab_us{padding: 30px 0;}
	.lfd_ri img{height: auto;margin-top: 10px;}
	.lx_list{padding: 30px 0;}
	.lx_list .sx_zi ul,.sz_bottom{display: block;}
	.lx_list .sx_zi .sz_top ul li{width: 100%;margin-right: 0;margin-bottom: 20px;}
	.lx_list .sx_zi ul{padding: 0;}
	.sx_zi .type{font-size: 20px;}
	.hzmt{margin-left: 0;margin-top: 10px;}
	.menu_slide{display: none !important;}
}
.pagination{display: flex;justify-content: center; padding: 10px 13%;}
.pagination li{width: 40px;height: 40px; border: 1px solid #eee; padding: 0; text-align: center; line-height: 40px;border-radius: 3px}
.pagination li.active{background: #126BFA;color: #fff}


