/* 导航 */
body::-webkit-scrollbar {display: none;}

nav{height:58px;width: 100%;position: fixed;top: 0;left: 0;z-index: 1000;transition: all .6s;-webkit-transition: all .6s;}
nav .container{height: 100%;display: flex;align-items: center;justify-content: space-between; }
.logo{display: flex;align-items: center;  font-family: "Microsoft YaHei"; font-weight:bold;  font-size:20px; margin-top:0px; color:#000;}
.logo img{width: 140px;height: auto;}
.logo p{color: #333;margin-left: 20px;padding-left: 15px;border-left: 1px solid #01c390;width: 2.2rem;line-height: 1;}
.nav_r{height: 100%;display: flex;justify-content: flex-end;align-items: center;}
.nav{height: 100%;}
.nav>ul{display: flex;align-items: center;height: 100%;}
.nav>ul>li{height: 100%;}
.nav>ul>li>a{color: #fff;margin: 0 0.23rem;height: 100%;display: flex;align-items: center;}
.nav>ul>li>a>p{position: relative;height: 100%;display: flex;align-items: center;color: #fff;}
.nav>ul>.on>a>p::after{background: #fff;}
/*.nav>ul>li>a>p::after{content: '';position: absolute;bottom: 0;width: 0;height: 2px;left: 50%;background: #156bff;transform: translateX(-50%);}
*/
.nav>ul>.on>a p{color: #fff;}

.nav>ul>li>a:hover p::after,.nav>ul>.on>a p::after{width: 100%;}
.nav>ul>.on>a .xs{display: none;}
.nav>ul>.on>a .yc{display: block;}
/* .nav>ul>li:first-child a{margin-left: 0;} */
.nav>ul>li>a>img{width: 12px;height: auto;margin-left: 10px;object-fit: contain;}
.nav>ul>li>a .img2{display: none;}
.nav>ul>li>a .img3{display: none;}

.nav_on .nav>ul>li>a>.img1{display: none;}
.nav_on .nav>ul>li>a>.img2{display: none;}
.nav_on .nav>ul>li>a>.img3{display: block;}
.container{ width:1200px;}




.nav>ul>.on>a .img1{display: block !important;}
.nav>ul>.on>a .img2{display: none !important;}
.nav>ul>.on>a .img3{display: none !important;}
.nav_on .nav>ul>.on>a>.img1{display: none !important;}
.nav_on .nav>ul>.on>a>.img2{display: none !important;}
.nav_on .nav>ul>.on>a>.img3{display: block !important;}
.nav_on .nav>ul>.on>a>p::after{background: #333;}

.nav_on2 .nav>ul>li>a>.img1{display: none !important;}
.nav_on2 .nav>ul>li>a>.img2{display: none !important;}
.nav_on2 .nav>ul>li>a>.img3{display: block !important;}
.nav_on2 .nav>ul>li>a>p{color: #333 !important;}
.nav_on2 .nav_login{color: #333 !important;}
.nav_on2 .nav>ul>.on>a>p::after{background: #333;}

.show_nav .nav>ul>li>a>.img1{display: none !important;}
.show_nav .nav>ul>li>a>.img2{display: none !important;}
.show_nav .nav>ul>li>a>.img3{display: block !important;}
.show_nav .nav>ul>li>a>p{color: #333;}
.show_nav .nav_login{color: #333 !important;}
/*.show_nav .nav>ul>li>a>p::after{background: #333;}*/

.nav>ul>li>a:hover .img1{display: none !important;}
.nav>ul>li>a:hover .img2{display: block !important;}
/*.nav>ul>li>a:hover .img3{display: none !important;}*/
/*.nav>ul>li>a:hover p{color: #156bff !important;}
.nav>ul>.on>a:hover p{color: #156bff !important;}*/
.nav>ul>.on>a:hover .img1{display: none !important;}
.nav>ul>.on>a:hover .img2{display: block !important;}
/*.nav>ul>.on>a:hover .img3{display: none !important;}*/
.nav>ul>.on>a:hover p{color: #156bff !important;}
/*.nav>ul>.on>a:hover p::after{background: #156bff;}*/
.show_nav .nav>ul>li>a:hover>p::after{}



.nav1_none .nav>ul>li>a>p{color: #fff;}



.nav_rr{display: flex;align-items: center;}
.search{height: 100%;display: flex;align-items: center;}
.search form{height: 20px;display: flex;}
.search img{width: 20px;cursor:pointer}
.language{display: flex;align-items: center;margin-left: 0.32rem;position: relative;padding-left: 0.28rem;position: relative;}
.language::after{content: '';position: absolute;width: 2px;height: 13px;background: rgba(255,255,255,0.2);left: 0;top: 50%;transform: translateY(-50%);}
.language_a{position: absolute;top: 120%;background: #fff;left: calc(0.48rem - 5px);text-align: center;padding: 3px 0;box-shadow: 0 0 3px rgba(0,0,0,0.2);display: none;font-size: 14px;height: auto;width: auto;white-space: nowrap;border-radius: 5px;}
.language_a a{padding: 7px 15px;text-align: left;display: block;margin: 0 10px;border-radius: 5px;}
.language_a a:hover{background: #01c390;color: #fff;}
.language p{color: #fff;margin-right: 0.1rem;}
.language>img{width: 20px;margin-right: 0.2rem;}
.language_icon img{width: 8px;}
.nav_jm{display: flex;align-items: center;}
.nav_jm img{width: 20px;margin-right: 0.1rem;}
.nav_jm p{}
.nav_tel{display: flex;align-items: center;padding-left: 133px;position: relative;}
.nav_tel img{width: 17px;margin-left:0.2rem;}
.nav_tel p{font-weight: bold;color: #fff;position: absolute;right: calc(17px + 0.2rem);top: 50%;transform: translateY(-50%);width: 0;overflow: hidden;-webkit-transition: all .3s;transition: all .3s;display: flex;justify-content: flex-end;}
.nav_tel:hover p{width: 133px;}

.nav1_none{top: 0 !important; background:#156bff;}
.nav2_none{top: 70px !important;}
@media (max-width: 1440px) {
  .nav2_none{top: 60px !important;}
}


.nav_on,.nav_sub,.nav_on2{background:#156bff;}
/* .nav_on,.nav_sub,.nav_on2{background: #f7faff;} */
.nav_on .xs,.nav_sub .xs,.nav_on2 .xs{display: none;}
.nav_on .yc,.nav_sub .yc,.nav_on2 .yc{display: block;}
.show_nav{}
.show_nav .xs{display: none;}
.show_nav .yc{display: block;}
.show_nav .nav>ul>li>a{color: #333;}
.nav_on .nav>ul>li>a,.nav_sub .nav>ul>li>a,.nav_on2 .nav>ul>li>a,.nav_on .nav_login,.nav_on .nav>ul>li>a>p{color: #333;}
.nav_sub{top: 0;}
.pro_nav2{position: absolute;top: 100%;left: 50%;transform: translateX(-50%);z-index: 1000;background: rgba(224,226,232,0.9);border-radius: 5px;padding:0 0 50px 0;display: none;width: 100%;white-space: nowrap;box-shadow: rgba(55,99,170,.3) 20px 20px 20px ;}
.pro_nav2 a{text-align: left;display: block;-webkit-transition: all .3s;}
.pro_nav2 a:hover{cursor: initial;}

.npro_nav_nr ul li a:hover{cursor: pointer;color: #fff;}


	/* 下拉导航 */
.pro_nav{position: absolute;top: 70px;width: 100%;left: 0;height: 5.8rem;display: none;}
.pro_nav_bj:after{content: '';width: 50%;height: 100%;background: #f1f9f9;position: absolute;left: 0;top: 0;z-index: -1;}
.pro_nav_bj:before{content: '';width: 50%;height: 100%;background: #f9f9f9;position: absolute;right: 0;top: 0;z-index: -1;}
.p_one_logo img{height: 16px;width: auto;}
.p_one_icon img{width: 8px;height: auto;}
.p_two_con img{width: 8px;height: auto;}
.pro_nav_box{display: flex;justify-content: space-between;height: 100%;}
.pro_nav_one{width: 17.5%;padding-top: 0.51rem;height: 100%;}
.pro_nav_one .p_one.on{background: #e8eced;}
.pro_nav_one .p_one.on .xs2{display: none;}
.pro_nav_one .p_one.on .yc2{display: block;}
.p_one{display: flex;align-items: center;height: 0.58rem;padding-left: 0.22rem;margin-left: -0.22rem;}
.p_one_logo{width: 0.7rem;}
.p_one>p{width: 1.3rem;}
.pro_nav_two{width: 82.5%;height: 100%;overflow: hidden;}
.p_two_l{width: 22.5%;padding-top: 0.51rem;background: #e8eced;height: 100%;}
.p_two{height: 100%;display: flex;justify-content: space-between;}
.p_two_con{display: flex;align-items: center;height: 0.58rem;padding: 0 15%;}
.p_two_l .p_two_con.on{background: #f9f9f9;color: #1c4898;}
.p_two_con p{width: 100%;}
.p_two_r{width: 77.5%;background: #f9f9f9;height: 100%;}
.p_two_r_box{height: 100%;display: flex;justify-content: space-between;}
.p_two_r_nav{width: 24%;padding: 0 0 0 0.25rem;}
.p_two_r_nav>h1{font-size: 18px;line-height: 1;padding-bottom: 0.18rem;border-bottom: 2px solid #e8e8e8;margin-bottom: 0.38rem;}
.p_two_r_nav>ul>li.on a{color: #275caa;text-decoration: underline;}
.p_two_r_nav>ul>li>a{margin-bottom: 0.3rem;display: block;}
.p_two_r_con{width: 76%;height: 100%;}
.p_two_r_nr{padding: 0.6rem 0 0 0.66rem;height: 100%;}
.p_two_r_nr>h2{font-size: 24px;display: flex;align-items: center;}
.p_two_r_nr>h2 img{width: 9px;margin-left: 0.18rem;}
.p_two_r_img{width: 100%;height: 2.8rem;margin: 0.36rem 0;}
.p_two_r_img img{object-fit: contain;}
.p_two_r_text{display: flex;justify-content: space-between;}
.p_two_r_text_box{width: 33%;background: #efefef;height: 66px;display: flex;flex-direction: column;justify-content: center;align-items: center;}
.p_two_r_text_box p{color: #565656;}
.p_two_r_text_box b{font-weight: bold;}

	/* 移动端导航 */
#c-header .c-nav2 {
  position: absolute;
  top: 100px;
  right: -100%;
  width: 100%;
  height: calc(100vh - 100px);
  height: -webkit-calc(0vh);
  font-size: 14px;
  line-height: 50px;
  background: #F1F1F1;
  overflow-y: auto;
  transition: all 0.5s;
  text-align: left;
}
@media (max-width: 1200px) {
  #c-header .c-nav2 {
    top: 60px;
    height: calc(100vh - 60px);
  }
}
#c-header .c-nav2 > li:last-child {
  border-bottom: 1px solid #f1f1f1;
}
#c-header .c-nav2 li {
  padding: 0 20px;
  border-top: 1px solid #fff;
}
#c-header .c-nav2 li .c-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#c-header .c-nav2 li a {
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
}
#c-header .c-nav2 li a i {
  font-size: 20px;
}
#c-header .c-nav2 li a:hover,
#c-header .c-nav2 li.on > a {
  color: #B50014;
}
#c-header .c-nav2 li ul {
  display: none;
}
.c-open #c-header .c-nav2 {
  right: 0;
}
.nav_box2{display: none;}
  /*顶部导航开关*/
#c-header .c-switch {
  position: relative;
  width: 24px;
  height: 22px;
  cursor: pointer;
}
@media (max-width: 991px) {
  #c-header .c-switch {
    display: block;
  }
}
#c-header .c-switch i {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#c-header .c-switch i:nth-child(1) {
  top: 0;
}
#c-header .c-switch i:nth-child(3) {
  bottom: 0;
}
#c-header .c-switch i:nth-child(2) {
  width: 18px;
  top: 50%;
}
#c-header .c-switch i {
  background: #fff;
}
#c-header .c-nav2 li .c-title-box img{
	width: 10px;
	height: auto;
	margin: 0 0 0 10px;
	float: right;
	display: block;
}

body.c-open #c-header .c-switch i:nth-child(2) {
  opacity: 0;
}
body.c-open #c-header .c-switch i:nth-child(1) {
  top: 50%;
  margin-top: -1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
body.c-open #c-header .c-switch i:nth-child(3) {
  bottom: 50%;
  margin-bottom: -1px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.c-title-con{overflow: hidden;height: auto;display: none;}
.c-title-con>a{color: #999 !important;display: block;padding-left: 20px;line-height: 40px;}

/*@media (max-width: 1600px) {
  .logo p,.nav>ul>li>a{font-size: 14px;}
}*/
@media screen and (max-width: 1440px) {
  nav{height: 60px;}
  .nav>ul>li>a{font-size: 16px;}
}
@media screen and (max-width: 1366px) {
  .nav ul li a{font-size: 14px;}
	.search img{width: 16px;}
	.search form{height: 16px;}
	.language>img{width: 16px;}
	.nav>ul>li>a{font-size: 16px;}
/*	.nav>ul>li>a{margin: 0 0.15rem;}*/
}
@media screen and (max-width: 1200px) {
	
	.nav_r{display: none;}
	.nav_box2{display: flex;width: 50px;height: 100%;align-items: center;justify-content: flex-end;margin-right: -1rem;padding-right: 1rem;box-sizing: content-box;}
	
	.nav_on #c-header .c-switch i{background: #333;}
}
@media screen and (max-width: 991px) {
	#c-header .c-switch i{background: #333;}
  .nav ul li a{font-size: 12px;}
	.search img{width: 16px;}
	.search form{height: 16px;}
	.language img{width: 16px;}
	nav .xs{display: none;}
	nav .yc{display: block;}
	nav .nav ul li a{color: #333;}
	.logo img{width: 160px;}
	.h_banner{margin-top: 60px;}
	#c-header .c-switch i{background: #333;}
	.sub_banner{margin-top: 60px;}
}
@media screen and (max-width: 767px) {
	.logo img{width: 125px;}
	.logo p{width: auto;padding-left: 10px;margin-left: 10px;font-size: 12px;}
	nav{height: 60px;}
	.h_banner{margin-top: 60px;}
	#c-header .c-nav2{top: 60px;height: calc(100vh - 60px);}
}

/* 导航 */
nav{}
.nav_ljbox{display: flex;align-items: center;justify-content: space-between; height: 100%; margin: auto; width:1200px;}
.nav_ra{display: flex;justify-content: flex-end;align-items: center;height: 100%;padding-left: 0.48rem;margin-left: 0.2rem;}
.nav_ys{margin-left: 0.2rem; font-size:14px; width:82px; height:36px; line-height:36px; background: #fdb200;border-radius: 4px;display: flex;align-items: center;justify-content: center;color: #fff;transition: all 0.6s;}
.nav_ys1{background: #fff;color: #161b27;}
.nav_ys1:hover{color: #156bff;}
.nav_ys2{background:#0073f1;color: #fff; box-shadow: 0px 0px 5px rgba(0, 88, 233, 0.74);}
.nav1_none .nav_ys2{background:#fff; color:#0073f1;box-shadow: 0px 0px 5px rgba(0, 88, 233, 0.74);}
.nav1_none .logo{ color:#fff;}
.nav1_none .show_nav .nav>ul>li>a>p{ color:#fff;}
.nav1_none .nav>ul>li>a>.img3{ filter: contrast(0) brightness(2);}
.nav_on .logo{color:#fff;}
.nav_on .show_nav .nav>ul>li>a>p{ color:#fff;}
.nav_on .nav>ul>li>a>p{ color:#fff;} 
.nav_on .nav>ul>li>a>.img3{ filter: contrast(0) brightness(2);}
.nav_on .nav_ys2{background:#fff; color:#0073f1;}


.nav1_none .nav>ul>li>a:hover p{ color:#fff;}
.nav_on .nav>ul>li>a:hover p{ color:#fff;}

 
.nav_on .nav_ys1,.nav_on2 .nav_ys1,.show_nav .nav_ys1{background: #eeeeee;}
.nav_ys3{background: none;}
.nav_ys3:hover{background: #eee;}

.nav_ys:hover{opacity: 0.8;}
.nav_login{color: #fff;}
.nav_rr_inp{width: 3.6rem;height: 100%;display: flex;align-items: center;justify-content: flex-end;}
.nav_rr_inp form{width: auto;height: 100%;display: flex;align-items: center;justify-content: flex-end;padding-right: 0.4rem;position: relative;}
.nav_rr_inp form button{position: absolute;right: 0.5rem;}
.nav_rr_inp form input{border:0px solid #ccc;width: 0;border-radius: 50px;height: 30px;padding-left: 0;opacity: 0;}
.nav_rr_inp form.on input{border:1px solid #ccc;width: 2.4rem;padding-left: 10px;opacity: 1;}
.nav_ss{width: 20px;height: 20px;}
.nav_ss img{object-fit: contain;}
.lj_nav2{width: 100%;height: 100%;display: flex;justify-content: center;}
.lj_nav2_box{margin: 0 0.62rem;}
.lj_nav2_box>a,.lj_nav2_box>p{margin-bottom: 0.2rem;font-weight: bold;}
.lj_nav2_con a{font-size: 14px;color: #666;margin-bottom: 0.1rem;}

@media screen and (min-width: 2000px) {
	.nav_rr_inp{width: 320px;}
}
@media screen and (max-width: 1900px) {
	.nav_rr_inp{width: 3rem;}
}
@media screen and (max-width: 1500px) {
	.nav_rr_inp{width: 2.4rem;}
	.nav_rr_inp form.on input{width: 2rem;}
}
@media screen and (max-width: 1400px) {
/*	.nav>ul>li>a{margin: 0 0.15rem;}*/
	.nav_rr_inp form.on input{width: 2rem;}
}
@media screen and (max-width: 1200px) {
	.nav_ljbox{padding: 0 1rem;}
}
@media screen and (max-width: 991px) {
	
}
@media screen and (max-width: 767px) {
	
}


@media screen and (min-width: 2000px) {
	.nav_ys{height: 0.36rem;}
	.nav_rr_inp form.on input{width: 1.6rem;}
	.nav_rr_inp form{padding-right: 0.2rem;}
	.nav_rr_inp form button{right: 0.3rem;}
}
@media screen and (max-width: 1580px) {
	.foot_l_ba p,.foot_l_ba a,.foot_m_box a,.foot_b_l p,.foot_b_l a,.foot_b_r a,.h_pro_title_txt>p,.h_sol_tr_p p{font-size: 12px;}
}
@media screen and (max-width: 1200px) {
	.public_a{height: 36px;padding: 0 30px;}
	.h_b_txt_a a{height: 36px;}
	.t_lm_tl img{width: 20px;}
	.t_lm_con{height: 80px;}
	.t_lm_box{top: -30px;}
	.t_lm_con:hover{top: -10px;}
	.h_pro_title_img{width: 65px;right: 10px;}
	.h_pro_b_hr{height: 90px;}
	.icon_animation{width: 50px;height: 42px;}
	.h_sol_nr{height: 300px;padding: 40px 20px 0;}
	.h_sol_t{height: 80px;}
	.h_sol_tr_p p{height: 36px;overflow: hidden;}
	.h_sol_b_box{height: 150px;}
	.h_ln_con{height: 280px;}
	.h_coo_box .swiper-slide{height: 80px;}
	.aboutour_swip{height: 210px;}
	.h_coo .swiper-pagination-bullet{width: 10px;height: 10px;}
	.foot_l_icon_box{width: 30px;height: 30px;margin-right: 7px;}
}



.login{position: absolute;width: 100%;height: 100%;z-index: 50;top: 0;padding: 0 0.6rem 0;display: flex;flex-direction: column;justify-content: center;}
.login_dl_nav{margin-bottom: 0.28rem;}
.login_dl_nav a{margin-right: 0.3rem;color: #999;}
.login_dl_nav a.on{color: #333;font-weight: bold;}
.login_dl_m{margin-bottom: 0.8rem;}
.login_input_box{margin-bottom: 20px;display: flex;justify-content: space-between;position: relative;}
.login_input_con{border: 1px solid #eeeeee;position: relative;display: flex;height: 44px;padding-left: 20px;align-items: center;border-radius: 4px;width: 100%;background: #fff;}
.login_input_con>img{width: 20px;height: 20px;margin-right: 18px;flex-shrink: 0;}
.login_input_con input{width: 100%;border: none;padding-left: 0;}
.login_input_con input::-webkit-input-placeholder {color: #dddddd;}
.login_input_con input::-moz-input-placeholder {color: #dddddd;}
.login_input_con input::-ms-input-placeholder {color: #dddddd;}
.login_input_a{width: 115px;height: 44px;display: inline-flex;align-items: center;justify-content: center;margin-left: 20px;flex-shrink: 0;border-radius: 4px;border: 1px solid #156BFF;color: #156BFF;font-size: 14px;background: #fff;}
.login_button{width: 100%;height: 44px;color: #fff;display: flex;align-items: center;justify-content: center;background: #156BFF;border-radius: 5px;transition: all 0.6s;margin-bottom: 20px;}
.login_button:hover{opacity: 0.8;}
.login_bzc{display: flex;justify-content: space-between;align-items: center;}
.login_bzc a{font-size: 14px;color: #156BFF;text-decoration: underline;}
.login_bzc2{justify-content: flex-end;}
.login_icon{position: absolute;top: 50%;right: 20px;width: 20px;height: 20px;display: flex;align-items: center;transform: translateY(-50%);cursor: pointer;}
.login_icon .img2{display: none;}
.login_input_box.on .img1{display: none;}
.login_input_box.on .img2{display: block;}
.login_wx_p{position: relative;margin-bottom: 0.38rem;width: 100%;height: 1px;background: #eeeeee;}
.login_wx_p p{position: absolute;left: 50%;transform: translate(-50%,-50%);background: #f4f8fd;padding: 0 20px;top: 50%;color: #999;}
.login_wx_box{margin: auto;width: 46px;height: 46px;display: flex;align-items: center;justify-content: center;background: #fff;border-radius: 50%;}
.login_wx_box img{width: 47.8%;height: auto;}

.login_zc h2{margin-bottom: 0.28rem;}
.login_tk{margin-bottom: 0.25rem;}
.login_tk input{-webkit-appearance: checkbox;margin-right: 10px;}
.login_tk label{display: flex;align-items: center;}
.login_tk label p a{color: #156BFF;}
/* .login_zc form{margin-bottom: 0.8rem;} */

.login_zh h2{margin-bottom: 0.24rem;}
.login_zh_p{margin-bottom: 0.16rem;}
.login_zh_p span{color: #156BFF;}

@media screen and (max-width: 1200px) {
	
}
@media screen and (max-width: 991px) {
	.login{padding: 100px 30px 0;}
	.login_dl_nav{margin-bottom: 20px;}
	.login_dl_m{margin-bottom: 50px;}
	.login_wx_p{margin-bottom: 30px;}
}
@media screen and (max-width: 767px) {
	.curtain_box{height: 90%;left: 5%;top: 5%;}
	.login_dl_nav a{margin-right: 10px;}
	.login{padding: 100px 15px 0;}
	.login_input_con{padding-left: 10px;}
	.login_input_con>img{margin-right: 10px;}
}

.h_case_txt{overflow: hidden;}
.bra_t_video_img{position: relative;}
.bra_t_video_box{position: absolute;top: 0;width: 100%;height: 100%;z-index: -1;}
.bra_t_video_box video{width: 100%;height: 100%;object-fit: cover;}
@media screen and (max-width: 767px) {
	.bra_t_video_box video{display: none;}
}

/* 修改 */
.page .jump-ipt{width: 30px;height: 30px;padding: 0;text-align: center;margin-left: 0.2rem;}
.page .jump-btn{width: auto;padding: 0 5px;}
.policy .policy_l{width: 100%;margin: 0 5%;}

.sol_img2{display: none;}
@media screen and (max-width: 767px) {
	.sol_img1{display: none;}
	.sol_img2{display: block;}
}

.img_qh .img2{display: none;}
.img_qh:hover .img1{display: none;}
.img_qh:hover .img2{display: block;}
.news_nr .news_con_txt>span .img2{display: none;}
.news_nr:hover .news_con_txt>span .img1{display: none;}
.news_nr:hover .news_con_txt>span .img2{display: inline-block;}

.cru_box3{padding: 0.22rem 0;background: #fff;border-top: 1px solid #f5f7fb;}
.bshare-custom{display: flex;}
.bshare-custom *{transition: all 0.6s;}
.ins_det_fxr_box >p{margin-right: 0.05rem;}
.ins_det_fxr_box .bshare-custom a{margin: 0 ;width: 0.6rem;height: 0.6rem;padding: 0;margin-left: 10px;}
.ins_det_fxr_box .bshare-custom .bshare-weixin{background:#f5f5f5 url(../img/fx1.png) center center no-repeat;background-size: 21px auto;border-radius: 50%;}
.ins_det_fxr_box .bshare-custom .bshare-sinaminiblog{background:#f5f5f5 url(../img/fx2.png) center center no-repeat;background-size: 19px auto;border-radius: 50%;}
.ins_det_fxr_box .bshare-custom .bshare-qqim{background:#f5f5f5 url(../img/fx3.png) center center no-repeat;background-size: 14px auto;border-radius: 50%;}
.ins_det_fxr_box .bshare-custom .bshare-weixin:hover{background: #156BFF url(../img/fx1_1.png) center center no-repeat;background-size: 21px auto;}
.ins_det_fxr_box .bshare-custom .bshare-sinaminiblog:hover{background:  #156BFF url(../img/fx2_1.png) center center no-repeat;background-size: 19px auto;}
.ins_det_fxr_box .bshare-custom .bshare-qqim:hover{background:  #156BFF url(../img/fx3_1.png) center center no-repeat;background-size: 14px auto;}
.bsBox{box-sizing: initial;}

.show_t{display: flex;justify-content: space-between;border-top: 1px solid #e8ebf1;}
.show_h1{width: 100%;}
.show_t_r{flex-shrink: 0;display: flex;align-items: center;}
.show_t_r>p{color: #999;margin-right: 10px;}
.show{padding: 0.55rem 0 0;}

.show_r2{padding: 0.3rem 0 0;}
.show_r2 h3{padding: 0 0.3rem 0;}
.show_r2 .news_show_hot_box{padding: 0.3rem;position: relative;border: none;border-radius: 10px;}
.show_r2 .news_show_hot_box:first-child::before{content: '';position: absolute;top: 0;left: 0;width: calc(100% - 0.6rem);height: 1px;background: #e8ebf1;margin: 0 0.3rem;}
.show_r2 .news_show_hot_box::after{content: '';position: absolute;bottom: 0;left: 0;width: calc(100% - 0.6rem);height: 1px;background: #e8ebf1;margin: 0 0.3rem;}
.show_r2 .news_show_hot_box:last-child::after{height: 0;}
.show_r2 .news_show_hot_box>p{margin-bottom: 0.2rem;}
.news_show_hot *{transition: all 0.6s;}
.news_show_hot_b{display: flex;justify-content: space-between;align-items: center;}
.news_show_hot_time{display: flex;align-items: center;}
.news_show_hot_time span{color: #bbbbbb;margin: 0;}
.news_show_hot_time img{width: 14px;margin-right: 10px;}
.news_show_hot_more{display: flex;align-items: center;}
.news_show_hot_more img{width: 5px;height: auto;margin-left: 10px;}
.news_show_hot_box .img2{display: none;}
.news_show_hot_more>p{color: #156bff;}
.show_r2 .news_show_hot_box:hover{background: #156bff;}
.show_r2 .news_show_hot_box:hover::after{background: #156bff;}
.show_r2 .news_show_hot_box:hover::before{background: #156bff;}
.show_r2 .news_show_hot_box:hover>p{color: #fff;}
.show_r2 .news_show_hot_box:hover .img1{display: none;}
.show_r2 .news_show_hot_box:hover .img2{display: block;opacity: 0.5;}
.show_r2 .news_show_hot_box:hover .news_show_hot_more>p{color: #fff;opacity: 0.5;}
.show_r2 .news_show_hot_box:hover span{color: #fff;opacity: 0.5;}

.eve_show_hot *{transition: all 0.6s;}
.eve_show_hot .p2{color: #999;font-size: 14px;}
.show_r2 .eve_show_hot .news_show_hot_box>p{margin-bottom: 10px;}


.dev_prev,.dev_next{position: absolute;top: 50%;transform: translateY(-50%);margin: 0;}
.dev_prev{left:-60px;}
.dev_next{right:-60px;}
.devswi{position: relative;}
.subswi_swip{padding-bottom: 60px;}
.subswi_swip .swiper-pagination-bullet{background: none;border: 2px solid #fff;width: 12px;height: 12px;opacity: 1;}
.subswi_swip .swiper-pagination-bullet-active{background: #156bff;border-color: #156bff !important;}

.vteam_swip_box .swiper-pagination-bullet{background: none;border: 2px solid #e3e5ec;width: 12px;height: 12px;opacity: 1;}
.vteam_swip_box .swiper-pagination-bullet-active{background: #156bff;border-color: #156bff;}

.vteam_swip{height: 300px;width: 100%;}
.vteam_swip .swiper-wrapper{flex-direction: column;height: 100%;}
.vteam_swip .swiper-slide{height: 100px;}
.vteam_swip_box{padding: 10px 15% 30px;}

@media screen and (max-width: 1580px) {
	.eve_show_hot .p2{font-size: 12px;}
	
	.font36{font-size: 24px;}
}

@media screen and (max-width: 1200px) {
	.show_r2{padding: 20px 0 0;}
	.ins_det_fxr_box .bshare-custom a{width: 40px;height: 40px;}
	.eve_show_b_box>a{height: 36px;position: relative;transform:translateY(0);left: 50%;transform:translateX(-50%);margin-top: 10px;}
}
@media screen and (max-width: 991px) {
	.show_t{display: flex;flex-direction: column;padding-bottom: 30px;}
	.show{padding: 10px 1rem 0;}
	.vteam_swip_box{padding: 10px 0 30px;}
}
@media screen and (max-width: 767px) {
	.show_r2 h3{padding: 0 20px;}
	.show_r2 .news_show_hot_box{padding: 20px;}
	.show_r2 .news_show_hot_box:first-child::before,.show_r2 .news_show_hot_box::after{width: calc(100% - 40px);margin: 0 20px;}
	.show_r2 .news_show_hot_box>p{margin-bottom: 10px;}
	.eve_show_b_box>a{height: 32px;padding: 0 15px;}
	.vteam_swip{height: 260px;}
}

.devswi2{margin-bottom: 0.75rem;}

.pro_nav2{background: #fff;border-radius: 0;}
.nenav{position: relative;display: block !important; overflow-y: auto;}
.nenav::-webkit-scrollbar{
width:3px;
}
.nenav::-webkit-scrollbar-track{
background: #ddd;
border-radius:2px;
}
.nenav::-webkit-scrollbar-thumb{
background: #156bff;
border-radius:25px;
}
.nenav::-webkit-scrollbar-corner{
background: #156bff;
}

.nenav_l{position: absolute;left:-1.5rem;top: 0;z-index: 10;display: none;}
.nenav_l_box{display: flex;align-items: center;margin: 0.2rem 0;cursor: pointer;}
.nenav_l_box img{width: 5px;height: auto;margin-left: 0.2rem;opacity: 0;}
.nenav_l_box p{font-size: 18px;}
.nenav_l_box.on p{color: #156bff;}
.nenav_l_box.on img{opacity: 1;}
.nenav_box{width: 100%;position: relative;}
/* .nenav_box::after{content: '';position: absolute;left: 0.5rem;top: 0;height: 100%;background: #000;opacity: 0.05;width: 0;} */

.nav>ul>li:nth-child(1) .nenav_box::after{width: 1px;}
.nav>ul>li:nth-child(2) .nenav_box::after{width: 1px;}
.nenav_box_nav{padding: 0.1rem 0 0.4rem;display: flex;align-items: center;}
.nenav_box_nav p{font-size: 18px;margin-right: 0.4rem;position: relative;cursor: pointer;}
.nenav_box_nav p::after{content: '';position: absolute;bottom: 0;left: 0;width: 0;height: 2px;background: #156bff;}
.nenav_box_nav p.on{color: #156bff;}
.nenav_box_nav p.on::after{width: 100%;}
.nenav_con{display: flex;}
.pro_nav2 .nenav_nr{width: calc(100%/4);margin: 0 0 0.2rem 0;display: flex;align-items: flex-start;text-align: initial;padding: 0.2rem 0.22rem;border-radius: 8px;}
.nenav_nr:nth-child(4n){margin-right: 0;}
.nenav_nr>img{width: 22px;margin-right: 0.25rem;height: auto;}
.nenav_txt p{font-size: 14px;color: #666;}
.pro_nav2 .nenav_nr:hover{box-shadow: 0 0 20px rgba(0,0,0,0.12);background: #f5f5f5;}
.pro_nav2 .nenav_nr:hover h4{color: #156bff;}
.pro_nav2 .nenav_nr:hover p{color: #333;}
.pro_nav2{white-space: initial;}
.nenav_con_box{width: 100%;}
/* .nenav_fl{display: none;} */
.nenav_box .nenav_fl:first-child{display: block;}
/* .nenav_con_box{display: none;} */
.nenav_con .nenav_con_box:first-child{display: block;}
@media screen and (max-width: 1580px) {
	.nenav_l_box p,.nenav_box_nav p{font-size: 16px;}
	.nenav_txt p{font-size: 12px;}
	.nenav_l{left: -85px;}
}
@media screen and (max-width: 1440px) {
	.nenav_l_box p,.nenav_box_nav p{font-size: 14px;}
	.nenav_l{left: -75px;}
}

.apply_tk{display: flex;justify-content: space-between;padding-right: 0.5rem;align-items: center;margin-bottom: 0.2rem;}
.apply_tk p{font-size: 14px;}
.apply_tk a{color: #156bff;}
.apply_tk label{display: flex;align-items: center;}
.apply_tk input{-webkit-appearance: checkbox;margin-right: 8px;}


.bottom_nav{ padding: 55px 0 38px 0;}

/* 右侧浮窗 */
.pop{position: fixed;right: 0.2rem;bottom: 2rem;z-index: 100;display: none;background: #fff;width: 60px;border-radius: 60px;box-shadow: 0 0 20px rgba(0,0,0,0.05);}
.pop *{transition: all 0.6s;}
.pop_a{width: 46px;height: 46px;position: relative;display: block;border-radius: 50%;display: flex;align-items: center;justify-content: center;margin: 7px;margin-bottom: 13px;}
.pop_a img{z-index: 100;}
.pop_text{position: absolute;top: 50%;right: 130%;background: #fff;padding: 0.15rem 0.3rem;transition: all .6s;-moz-transition: all .6s;z-index: 1;transform: translateY(-50%) scale(1);-webkit-transform:  translateY(-50%) scale(1);display: flex;flex-direction: column;justify-content: center;box-shadow: 0 0 20px rgba(0,0,0,0.05);border-radius: 5px;display: none;}
.pop_text p{color: #666;margin-bottom: 0.02rem;white-space: nowrap;font-size: 14px;}
.pop_text h4{white-space: nowrap;}
.pop_text::after{content: '';width: 0;height: 0;border-style: solid dashed dashed;border-color: #fff transparent transparent;overflow: hidden;cursor: pointer;transition: all .2s;-webkit-transition: all .2s;position: absolute;top: 50%;right: -20px;margin-top: -10px;border-width: 10px;border-top-color: #fff;-webkit-transform: rotate(-90deg)}
.pop_a.on .pop_text{display: block;}
.pop_a.on{background: #e7e7e7;}
.pop_a_img{display: flex;align-items: center;}
.pop_text img{width: 20px;margin-right: 0.1rem;}
.pop_text p span{font-size: 16px;}
.pop_text p .span2{font-size: 18px;}

.pop_a_img .img2{display: none;}
.pop_a_img img{width: 20px;height: 20px;}
.pop_a.on .img1{display: none;}
.pop_a.on .img2{display: block;}

@media (max-width: 767px) {
  .curtain_box{width: 90%;}
	.pop{right: 10px;display: none !important;}
	.pop_a{margin-top: 10px;}
	.pop_text{width: 220px;}
	.apply_tk{flex-direction: column;align-items: self-start;}
	.apply_tk label{margin-bottom: 5px;}
}

/* 图形验证码 */
.apply_input_box{position: relative;}
.ainer{position: absolute;top: 110%;left: 50%;transform: translateX(-50%);background: #fff;z-index: 1000;box-shadow: 0 0 20px rgba(0,0,0,0.05);display: none;}
#msg {width: 100%;line-height: 40px;font-size: 14px;text-align: center;}

.h_pro_nr_two .h_pro_b_box{padding-bottom: 1.8rem;}
@media (max-width: 1580px) {
  .h_pro_nr_two .h_pro_b_box{padding-bottom: 150px;}
}
@media (max-width: 1200px) {
  .h_pro_nr_two .h_pro_b_box{padding-bottom: 180px;}
}
@media (max-width: 767px) {
  .h_pro_nr_two .h_pro_b_box{padding-bottom: 110px;}
}

/* .nenav_con_con{display: flex;} */

.suc_zz_box .subswi_swip .swiper-pagination-bullet{border-color: #e3e5ec;}

.pop_text .img2{display: none !important;}
.pop_text .img1{display: block !important;}
.pop_text{background: #156bff;}
.pop_text *{color: #fff !important;}
.pop_text .img1{display: none !important;}
.pop_text .img2{display: block !important;}
.pop_text::after{border-top-color: #156bff;}
.pop_text p{display: flex;align-items: center;}

.vPack_gl_boxss{position: relative;}

.show2{display: none !important;}

.h_video{position: absolute;width: 100%;height: 100%;object-fit: cover;top: 0;left: 0;z-index: 5;overflow: hidden;}
.h_video video{width: 104%;margin-left: -2%;height: 100%;object-fit: cover;}

@media (max-width: 767px) {
  .h_video{display: none;}
}

.mod_rfc{position: fixed;box-sizing: border-box;z-index: 1000;
right: 5px;
top: 58%;
left: auto;
bottom: auto;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
background: #156bff;
box-shadow: 0 2px 20px 0 rgb(0 0 0 / 20%);
border-radius: 9px;
height: 10%;
width: 17%;
display: flex;
align-items: center;
justify-content: center;
display: none;
line-height: 1.2;
}
.mod_rfc p{font-size: 16px;color: #fff;width: 2em;}
#newBridge .nb-icon-right-center{top: 47% !important;}

@media (max-width: 767px) {
  .mod_rfc{display: flex;}
}


/* 学习与社区 */

.mov_08{transition: all 0.6s;}
.mov_08:hover{opacity: 0.8;}

.lac{background: #f5f7fb;padding: 0.9rem 0;}
.lac_title{height: 1rem;background: #fff;border-radius: 10px;margin-bottom: 0.4rem;padding: 0 0.4rem;display: flex;align-items: center;justify-content: space-between;}
.lac_title_tx_img{width: 0.4rem;height: 0.4rem;border-radius: 50%;overflow: hidden;margin-right: 0.18rem;}
.lac_title_tx{display: flex;align-items: center;margin-right: 0.78rem;}
.lac_title p,.lac_title a{font-size: 18px;}
.lac_title_xb{display: flex;align-items: center;}
.lac_title_xb_img img{width: 0.26rem;margin-left: 0.2rem;}
.male_on .female{display: none;}
.female_on .male{display: none;}
.lac_title>div{display: flex;align-items: center;}
.lac_title_sc_box:first-child{margin-right: 0.75rem;}
.lac_title_sc_box p span{color: #156bff;margin-left: 0.15rem;}
.lac_a{height: 0.4rem;padding: 0 0.15rem;background: #156bff;border-radius: 5px;color: #fff;display: inline-flex;align-items: center;transition: all 0.6s;}
.lac_a:hover{opacity: 0.8;}
.lac_title_a>a{margin: 0 10px;font-size: 16px;}
.lac_a2{background: #161b27;}
.lac_title_num{width: 3.46rem;display: flex;justify-content: space-between;}
.lac_title_num_box{display: flex;flex-direction: column;align-items: center;justify-content: center;}
.lac_title_num_box span{color: #156bff;line-height: 1;}
@media (max-width: 1900px) {
  .lac_title p,.lac_title a{font-size: 16px;}
}
@media (max-width: 1580px) {
  .lac_title p,.lac_title a{font-size: 14px;}
	.lac_title_a>a{font-size: 14px;}
}

.lac_con{display: flex;justify-content: space-between;align-items: flex-start;}
.lac_nav{position: sticky;top: 100px;background: #fff;border-radius: 10px;padding: 0.3rem 0;display: flex;flex-direction: column;width: 18.5%;}
.lac_nav a{margin: 0.22rem 0;height: 0.35rem;border-left: 4px solid transparent;display: flex;align-items: center;padding-left: 0.5rem;font-weight: bold;}
.lac_nav a.on{color: #156bff ;border-color: #156bff;}
.lac_nr{width: calc(81.5% - 0.4rem);background: #fff;border-radius: 10px;padding: 0.4rem;}
.him_ly{padding: 0.2rem 0.24rem ;background: #f5f5f5;border-radius: 5px;margin-bottom: 0.3rem;}
.him_ly p{color: #999999;}
.him_dj{display: flex;justify-content: space-between;margin-bottom: 0.44rem;}
.him_dj_h2{display: flex;align-items: flex-end;margin-bottom: 10px;}
.him_dj_h2 h2 span{color: #156bff;font-weight: bold;margin: 0 0.2rem 0 0.1rem;}
.him_dj_h2  p{color: #999;padding-bottom: 0.05rem;}
.him_dj_xj{display: flex;}
.him_dj_xj img{width: 17px;height: auto;}
.him_dj_h{width: 4rem;height: 8px;background: #f5f5f5;border-radius: 8px;margin-bottom: 0.15rem;position: relative;overflow: hidden;}
.him_dj_h i{position: absolute;left: 0;top: 0;width: 0;background: #156BFF;border-radius: 8px;height: 8px;}
.him_dj_jy p{color: #999;text-align: right;}
.him_dj_r{padding-top: 0.15rem;}
.itybox_h2{margin-bottom: 0.32rem;display: flex;align-items: center;}
.itybox_con{display: flex;justify-content: space-between;border-bottom: 1px solid #f5f5f5;padding-bottom: 0.2rem;margin-bottom: 0.2rem;align-items: flex-start;}
.itybox_con:last-child{border: none;margin-bottom: 0;}
.itybox_con_l{display: flex;}
.itybox_tx{width: 0.46rem;height: 0.46rem;margin-right: 0.2rem;border-radius: 50%;position: relative;}
.itybox_tx img{border-radius: 50%;overflow: hidden;}
.itybox_con_tz p{line-height: 0.46rem;color: #666;}
.itybox_con_tz p a{color: #156BFF;text-decoration: underline;margin: 0 5px;}
.beforeDate{height: 0.46rem;display: flex;align-items: center;}
.beforeDate p{color: #999;line-height: 0.3rem;background: #f5f5f5;border-radius: 30px;padding: 0 0.28rem;}
.itybox_con_hf{height: 0.46rem;display: flex;align-items: center;}
.itybox_con_hf p{color: #666;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;max-width: 6rem;}
.itybox_con_hf p span{color: #333;}
.itybox_con_yt p{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;max-width: 6rem;}
.itybox_con_yt a{color: #156BFF;margin-left: 10px;text-decoration: underline;}
.itybox_con_gz{display: flex;align-items: center;margin-right: 0.3rem;}
.itybox_con_gz>p{color: #666;}
.itybox_con_ta{display: flex;align-items: center;}

.foc_num{display: flex;align-items: center;padding: 0.2rem 0.24rem;background: #f5f5f5;border-radius: 5px;margin-bottom: 0.3rem;}
.foc_num_icon{width: 0.3rem;height: 0.3rem;background: #156bff;border-radius: 50%;display: flex;align-items: center;justify-content: center;margin-right: 10px;}
.foc_num_icon img{width: 50%;height: auto;}
.foc_num p span{color: #156BFF;}
.foc_box{display: flex;flex-wrap: wrap;margin-bottom: 0.68rem;}
.foc_con_tx{width: 0.46rem;height: 0.46rem;margin-bottom: 0.1rem;border-radius: 50%;overflow: hidden;}
.foc_con p{padding: 0 0.1rem;overflow: hidden;white-space: nowrap;text-overflow:ellipsis;}
.foc_con{width: calc(100%/7);display: flex;align-items: center;justify-content: center;flex-direction: column;padding: 0.2rem 0;}
.foc_con_a{display: flex;align-items: center;justify-content: center;flex-direction: column;}
.foc_con_a:hover p{color: #156bff;}
.page2{display: flex;justify-content: center;align-items: center;}
.page2 a{height: 30px;min-width: 30px;display: flex;justify-content: center;align-items: center;margin: 0 4px;-webkit-transition: all .6s;transition: all .6s;border-radius: 4px;}
.page2 img{width: 7px;height: auto;}
.page2 a .img2{display: none;}
.page2 a:hover,.page2 .on{color: #156bff;background: #e9ecf4;border-color: #e9ecf4;}
.page2 a:hover p,.page2 .on p{color: #156bff;}
.page2 a:hover .img1,.page2.on .img1{display: none;}
.page2 a:hover .img2,.page2 .on .img2{display: block;}

.pos_box{display: flex;align-items: center;}
.pos_ck{margin-right: 10px;display: flex;align-items: center;}
.pos_ck_box{display: flex;align-items: center;margin-right: 0.38rem;}
.pos_ck_icon{width: 18px;display: flex;align-items: center;margin-right: 8px;}
.pos_ck_icon .img2{display: none;}
.pos_ck_box p{color: #d1d7e2;}
.pos_delete{display: flex;align-items: center;margin-left: 0.3rem;}
.pos_delete img{width: 11px;height: 11px;}
.pos_delete .img2{display: none;}
.pos_delete:hover .img1{display: none;}
.pos_delete:hover .img2{display: block;}
.pos_ck_box:hover .img1{display: none;}
.pos_ck_box:hover .img2{display: block;}
.pos_ck_box:hover p{color: #156BFF;}

.page2_box{margin-top: 0.4rem;}
.pos_delete p{}
.pos_delete:hover p{color: #156BFF;}
.itybox_con_r:hover .pos_delete p{color: #156BFF;}

.edi_bd_box{padding: 0.2rem 0.24rem;background: #f5f5f5;border-radius: 5px;margin-bottom: 0.2rem;display: flex;justify-content: space-between;}
.edi_bd_box_l img{width: 0.28rem;height: auto;margin-right: 0.24rem;}
.edi_bd_box_l{display: flex;align-items: center;}
.edi_bd_box_l p{color: #161b27;}
.edi_bd_box>a{color: #999;}
.edi_bd{margin-bottom: 0.8rem;}

.file{ position: relative;width: 1rem;height: 1rem;border-radius: 50%;overflow: hidden;}
.file:nth-child(3n){margin-right: 0;}
.file input {position: absolute;width: 100%;top: 0;left: 0;bottom: 0;opacity: 0;cursor: pointer;z-index: -1;}
.file_sc{position: absolute;width: 18px;height: 18px;background: rgba(49,49,49,0.23);border-radius: 50%;top: -5px;right: -5px;display: none;z-index: 100;}
.file_sc i{width: 8px;height: 1px;background: #fff;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.res_img .diy_r_res_box img{object-fit: contain;}
.diy_tjta{margin-bottom: 0.55rem;}
.diy_qh_next2{justify-content: space-between;}
.edi_gr_tx label{display: inline-flex;align-items: center;position: relative;width: auto;width: 1rem;height: 1rem;margin-right: 0.25rem;cursor: pointer;}
.edi_gr_tx label>p{position: absolute;left: 50%;transform: translateX(-50%);color: #fff;white-space: nowrap;}
.edi_gr_tx_box{cursor: pointer;}
.edi_gr_tx{display: flex;align-items: center;margin-bottom: 0.3rem;}
.edi_gr_tx_p p{color: #999;}
.edi_gr_inp_box{display: flex;justify-content: space-between;}
.edi_gr_inp_con{height: 0.6rem;background: #f5f5f5;border-radius: 5px;width: calc(50% - 10px);display: flex;align-items: center;padding: 0 20px;margin-bottom: 20px;}
.edi_gr_inp_con p{flex-shrink: 0;width: 5em;border-right: 1px solid rgba(0,0,0,0.1);margin-right: 15px;}
.edi_gr_inp_con p span{color: #dd0505;}
.edi_gr_inp_con>input{border: none;width: 100%;padding: 0;}
.edi_gr_inp_rad input{opacity: 0;position: absolute;z-index: -1;}
.edi_gr_inp_rad{display: flex;align-items: center;margin-left: 0.6rem;}
.edi_gr_inp_rad label{position: relative;cursor: pointer;margin-right: 0.17rem;}
.edi_gr_inp_img{width: 0.29rem;height: 0.29rem;}
.edi_gr_inp_img .img2{display: none;}
.edi_gr_inp_rad label.on .img1{display: none;}
.edi_gr_inp_rad label.on .img2{display: block;}
.edi_gr_inp_cs{width: 100%;position: relative;padding-right: 20px;margin-right: 0.3rem;border-bottom: 1px solid #e0e4ec;padding-bottom: 12px;}
.edi_gr_inp_cs>img{width: 11px;height: auto;position: absolute;top: 50%;transform: translateY(-50%);right: 0;}
.edi_gr_tex{height: auto;background: #f5f5f5;border-radius: 5px;width: 100%;display: flex;align-items: flex-start;padding: 0.15rem 20px;margin-bottom: 20px;flex-direction: column;}
.edi_gr_tex textarea{width: 100%;height: 5em;padding: 0;margin-top: 10px;}
.edi_gr_but{text-align: right;}
.edi_gr_but button{height: 0.6rem;padding: 0 0.4rem;background: #156bff;color: #fff;border-radius: 5px;}

.edi_tz_che input{-webkit-appearance: checkbox;margin-right: 10px;}
.edi_tz_t{margin-bottom: 10px;}
.edi_tz_che{margin-bottom: 0.1rem;display: flex;align-items: center;}
.edi_tz_che input:checked+p{color: #156BFF;}

.edi_pas{width: 100%;}
.edi_pas_yzm{width: calc(50% - 10px);display: flex;justify-content: space-between;}
.edi_pas_yzm_box{height: 0.6rem;}

.grw100{background: #fff;border-radius: 9px;padding: 0.4rem;}
.grade_table{border: 1px solid #e8ebf0;}
.tabw{width: 36.5%;}
.tabw2{width: 27%;}
.grade_table_t{padding: 0 0.32rem;height: 0.6rem;background: #e8ebf0;display: flex;align-items: center;}
.grade_table_t p{color: #999;}
.grade_table_con{padding: 0 0.32rem;display: flex;align-items: center;height: 0.6rem;border-bottom: 1px solid #e8ebf0;}
.grade_table_con:last-child{border: none;}
.grade_table_txt{display: flex;align-items: center;}
.grade_table_txt p{color: #999;}
.grade_table_dj{margin-left: 0.55rem;display: flex;align-items: center;}
.grade_table_dj i{width: 17px;height: 17px;background: url(../img/dj.png) no-repeat;background-size: contain;display: block;margin-right: 10px;}
.grade_table_con:hover p{color: #333;}
.grade_table_con:hover .grade_table_dj i{background: url(../img/dj2.png) no-repeat;background-size: contain;}
.grade_table{margin-bottom: 0.35rem;}

.itybox_con_ta2>p{color: #156BFF;}
.itybox_con_ta2{margin-right: 10px;}
.itybox_con_tz p span{color: #333;}
.itybox_exp{display: flex;align-items: center;height: 0.46rem;}
.itybox_exp p span{color: #156BFF;margin-left: 10px;}

.dra_l_p{height: 0.46rem;display: flex;align-items: center;}
.dra_l_p p{width: 6.3rem;overflow: hidden;white-space: nowrap;text-overflow:ellipsis;}
.dra_r{display: flex;align-items: center;height: 0.46rem;}
.dra_r>p{height: 0.3rem;background: #f5f5f5;padding: 0 0.16rem;border-radius: 30px;color: #999;display: inline-flex;align-items: center;}
.dra_r_bj{margin-left: 0.3rem;}
.dra_r:hover>p{background: #156BFF;color: #fff;}
.dra_r:hover .dra_r_bj,.dra_r:hover .pos_delete2{color: #156BFF;}
.dra_r:hover .img1{display: none;}
.dra_r:hover .img2{display: block;}

.sot_select_nr{position: relative;width: 2.7rem;border-right: 1px solid #f5f7fb;}
.sel_text_box{width: 100%;background: #fff;border-radius: 5px;	position: absolute;left:0;text-align: left;overflow: hidden;top:100%;border: 1px solid #ddd;z-index: 200;display: none;max-height: 160px;overflow-y: auto;}
.sel_text_box a{font-size: 14px;color: #000;padding:7px 0 7px 0.2rem;display: block;	cursor: pointer;}
.sel_text_box a:hover{background: #156BFF;color: #fff;}
.sel_text_x{width:  100%;height: 0.6rem;border-radius: 60px;padding: 0 0.2rem;color: #999;display: flex;align-items: center;}
.sel_text_xp{color: #999;}
.sel_text_x>img{width: 10px;height: 6px;position: absolute;right: 0.2rem;top:50%;z-index: 100;transform: translateY(-50%) rotate(180deg);object-fit: initial;}
.sel_text_x .img2{display: none;}
.sot_select_nr.on .sel_text_xp{color: #333;}
.sot_select_nr.on .sel_text_x .img1{display: none;}
.sot_select_nr.on .sel_text_x .img2{display: block;}
.sel_text{width: 100%;}
@media screen and (max-width: 1200px) {
	.sot_select_nr{width: 200px;margin-right: 30px;}
	.sel_text_x{padding: 0 15px;height: 36px;}
	.sel_text_box a{padding: 0 15px ;line-height: 36px;}
	.sel_text_x>img{right: 15px;}
}

.ityfl{background: #fff;height: 60px;display: flex;align-items: center;justify-content: space-between;margin-bottom: 20px;}
.ityfl_l{width: 100%;display: flex;align-items: center;}
.ityfl_sel{display: flex;align-items: center;}
.ityfl_search{border-right: 1px solid #f5f7fb;width: 3.2rem;height: 100%;display: flex;align-items: center;}
.ityfl_search form{display: flex;align-items: center;justify-content: space-between;width: 100%;padding-right: 20px;}
.ityfl_search input{border: none;padding-left: 20px;width: 100%;font-size: 14px;}
.ityfl_search button{width: 17px;height: 17px;flex-shrink: 0;}
.ityfl_filter{display: flex;align-items: center;height: 100%;}
.ityfl_filter a{border-right: 1px solid #f5f7fb;display: flex;align-items: center;padding: 0 20px;height: 100%;}
.ityfl_filter_icon .img2{display: none;}
.ityfl_filter_icon img{width: 10px;height: 6px;object-fit: initial;margin-left: 10px;}
.ityfl_filter a.on{color: #156BFF;}
.ityfl_filter a.on .img1{display: none;}
.ityfl_filter a.on .img2{display: block;}
.ityfl_ft{height: 100%;background: #156BFF;border-radius: 5px;padding: 0 0.34rem;flex-shrink: 0;display: flex;align-items: center;}
.ityfl_ft img{width: 14px;height: auto;margin-right: 10px;}
.ityfl_ft p{color: #fff;}
.postList_con{padding: 0.3rem;background: #fff;display: block;margin-bottom: 1px;position: relative;z-index: 1;}
.postList_box *{transition: all 0.6s;}
.postList_t{display: flex;justify-content: space-between;margin-bottom: 0.3rem;}
.postList_t_l{width: 8.5rem;}
.postList_t_l h3{color: #161b27;margin-bottom: 10px;overflow: hidden;white-space: nowrap;text-overflow:ellipsis;}
.postList_t_l>p{color: #666;margin-bottom: 10px;overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.Label{display: flex;align-items: center;}
.Label p{font-size: 14px;padding: 4px 8px;background: #f5f5f5;border-radius: 3px;margin-right: 10px;}
@media screen and (max-width:1580px) {
	.Label p{font-size: 12px;}
}
.postList_t_r>p{padding: 8px 14px;border: 1px solid #156BFF;border-radius: 3px;color: #156BFF;margin: 0 0 0.38rem 10px;text-align: center;}
.postList_b{display: flex;align-items: center;justify-content: space-between;}
.postList_b_l{display: flex;align-items: center;}
.postList_b_l_icon img{width: 16px;height: 16px;}
.postList_b_l_icon .img2{display: none;}
.postList_b_l_icon{margin-right: 0.22rem;}
.postList_b_r{display: flex;align-items: center;}
.postList_b_r_icon{display: flex;align-items: center;margin-left: 0.3rem;}
.postList_b_r_icon img{width: 15px;height: auto;margin-right: 10px;}
.postList_b_r_icon p{color: #999;}
.postList_con:hover{box-shadow: 0 0 50px rgba(0,0,0,0.15);z-index: 2;}
.postList_con:hover .postList_t_l h3{color: #156BFF;}
.postList_con:hover .Label p{background: #156BFF;color: #fff;}
.postList_b_l_icon.on .img1{display: none;}
.postList_b_l_icon.on .img2{display: block;}

.topic{display: flex;flex-wrap: wrap;}
.topic_box{width: calc((100% - 40px)/5);margin: 0 10px 10px 0;background: #fff;padding: 20px;display: flex;align-items: center;}
.topic_box:nth-child(5n){margin-right: 0;}
.topic_img{width: 0.5rem;height: 0.5rem;margin-right: 0.2rem;}
.topic_txt p{color: #999;overflow: hidden;white-space: nowrap;text-overflow:ellipsis;}
.topic_txt h3{overflow: hidden;white-space: nowrap;text-overflow:ellipsis;}

.listShow_t{display: flex;justify-content: space-between;border-bottom: 1px solid #e3e7ee;padding-bottom: 0.3rem;margin-bottom: 0.3rem;}
.listShow_h1{width: 68.5%;}
.listShow_h1 h1{font-size: 0.32rem;margin-bottom: 10px;}
.listShow_h1_time{display: flex;align-items: center;}
.listShow_h1_time>p{color: #999;margin-left: 0.2rem;}
.listShow_t_r{width: 28.5%;display: flex;flex-wrap: wrap;justify-content: flex-end;align-items: flex-start;}
.listShow_t_bq{padding: 8px 14px;border: 1px solid #156BFF;border-radius: 3px;color: #156BFF;margin: 0 0 10px 0.2rem;}
.listShow_t_bq2{padding: 8px 0;color: #156BFF;margin-left: 0.2rem;}
.listShow_box_txt img{width: auto;height: auto;}
.listShow_box_txt h3 img{margin-left: 10px;}
.listShow_box_txt{padding-bottom: 1rem;border-bottom: 1px solid #e3e7ee;}
.listShow_box{display: flex;justify-content: space-between;align-items: flex-start;}
.listShow_box_l{width: 68.5%;}
.listShow_box_r{width: 28.5%;background: #fff;padding-top: 0.3rem;position: sticky;top: 100px;}
.listShow_box_r .case_show_r_gs>h4{margin-bottom: 0.2rem;}
.comment{margin-bottom: 0.5rem;}
.comment_icon{display: flex;align-items: center;margin-right: 0.3rem;}
.comment_icon img{width: 15px;height: auto;margin-right: 10px;}
.comment_icon p{color: #999;}
.comment_icon p span{margin-right: 5px;}
.comment_icon .img2{display: none;}
.comment_icon.on .img1{display: none;}
.comment_icon.on .img2{display: block;}
.comment_iconn{display: flex;align-items: center;margin-right: 0.3rem;}
.comment_iconn img{width: 15px;height: auto;margin-right: 10px;}
.comment_iconn p{color: #999;}
.comment_iconn p span{margin-right: 5px;}
.comment_iconn .img2{display: none;}
.comment_iconn.on .img1{display: none;}
.comment_iconn.on .img2{display: block;}
.comment_t{display: flex;align-items: center;flex-wrap: wrap;padding: 0.25rem 0;}
.comment_icon2 p{color: #156BFF;text-decoration: underline;}

.easyEditor img{width: auto;height: auto;}
.comment_box{background: #fff;padding: 20px;}

.comment_box .emojia,#emoji,#emoji1,#emoji2{width: 18px;height: 18px;margin-bottom: 10px;position: relative;}
.easyEditora,#easyEditora,#easyEditora1,#easyEditora2{width: 100%;height: 140px;}
.easyEditor,#easyEditor,#easyEditor1,#easyEditor2{width: 100%;height: 140px;}
.emojia .emoji_btn,#emoji_btn,#emoji_btn1,#emoji_btn2{width: 100%;cursor: pointer;}
.emoji_lista,#emoji_list,#emoji_list1,#emoji_list2{width: 298px;height: auto;padding: 4px;position: absolute;bottom: 130%;left: 0;border: 1px solid #f5f5f5;border-radius: 8px;display: none;background-color: #fff;}
.emoji_lista li,#emoji_list li,#emoji_list1 li,#emoji_list2 li {width: 30px;height: 24px;text-align: center;float: left;cursor: pointer;overflow: hidden;margin: 3px;}
.emoji_lista li img,#emoji_list li img,#emoji_list1 li img,#emoji_list2 li img{width: 24px;height: 24px;}
.emoji_b{display: flex;justify-content: space-between;align-items: center;}
.emoji_b a{height: 40px;padding: 0 30px;background: #156BFF;color: #fff;border-radius: 5px;display: inline-flex;align-items: center;}
.comment_new_box{border-top: 1px solid #e3e7ee;padding-top: 0.38rem;}
.emoji_b_l p{font-size: 12px;color: #ccc;}

.comm_h2{font-size: 0.32rem;margin-bottom: 0.25rem;}
.comment_new_con{border-bottom: 1px solid #e3e7ee;padding-bottom: 0.3rem;margin-bottom: 0.3rem;}
.comment_new_tx{display: flex;align-items: center;margin-bottom: 0.25rem;}
.comment_new_tx>p{color: #999;margin-left: 0.2rem;}
.comment_new_txt{padding-left: 0.66rem;}
.comment_new_txt .comment_icon{margin-right: 0.2rem;}
.comment_new_two_box{padding-top: 0.3rem;border-top: 1px solid #e3e7ee;margin-left: 0.66rem;}
.comment_new_two .comment_new_txt{padding: 0;}
.comment_new{}
.comment_post{padding-top: 0.8rem;}

.bbs_box{margin-top: 0.5rem;display: flex;justify-content: space-between;}
.bbs_l{width: calc(50% - 20px);}
.bbs_h3{display: flex;align-items: center;justify-content: space-between;margin-bottom: 0.28rem;}
.bbs_list{overflow-y: auto;}
.bbs_list_hz{background: #fff;padding: 0.3rem 0.3rem 0.2rem;}
.bbs_list::-webkit-scrollbar{
width:5px;
}
.bbs_list::-webkit-scrollbar-track{
background: #e3e6ed;
border-radius:5px;
}
.bbs_list::-webkit-scrollbar-thumb{
background: #7c808a;
border-radius:25px;
}
.bbs_list::-webkit-scrollbar-corner{
background: #7c808a;
}
.bbs_list_box{padding-bottom: 0.3rem;margin-bottom: 0.3rem;border-bottom: 1px solid #f5f7fb;display: flex;align-items: center;}
.bbs_list_img{width: 100px;height: 100px;position: relative;border-radius: 50%;margin-right: 0.3rem;flex-shrink: 0;}
.bbs_list_img img{border-radius: 50%;overflow: hidden;}
.bbs_list_img i{position: absolute;width: 24px;height: 24px;border-radius: 50%;background: #dd1d1d;color: #fff;display: flex;align-items: center;justify-content: center;right: 0;top: 0;}
.bbs_list_txt{width: 100%;}
.bbs_list_txt>p{color: #666;margin-bottom: 0.15rem;}
.bbs_list_txt_bq{display: flex;align-items: center;flex-wrap: wrap;}
.bbs_list_txt_bq_box{margin-right: 0.28rem;display: flex;align-items: center;}
.bbs_list_txt_bq_box i{width: 8px;height: 8px;border-radius: 50%;margin-right: 10px;}
.bbs_list_txt_bq_box:nth-child(1) i{background: #156bff;}
.bbs_list_txt_bq_box:nth-child(2) i{background: #25c2d4;}
.bbs_list_txt_bq_box:nth-child(3) i{background: #61b83b;}
.bbs_list_txt_bq_box:nth-child(4) i{background: #f5be00;}
.bbs_r{width: calc(50% - 20px);}
.bbs_r_lab{display: flex;}
.bbs_r_lab a{color: #156bff;margin-left: 0.25rem;}
.bbs_r_box{background: #fff;}
.bbs_r_con{position: relative;padding: 0.3rem;display: block;border-bottom: 1px solid #f5f7fb;}
.bbs_r_img{height: 1.8rem;margin-bottom: 20px;}
.bbs_r_txt_h4{display: flex;justify-content: space-between;align-items: center;margin-bottom: 10px;}
.bbs_r_txt_h4 span{padding: 8px 14px;border: 1px solid #156BFF;border-radius: 3px;color: #156BFF;margin: 0 0 0 1em;flex-shrink: 0;}
.bbs_r_txt_h4 h4{width: 100%;overflow: hidden;white-space: nowrap;text-overflow:ellipsis;}
.bbs_r_txt .Label p{color: #999;}
.bbs_r_txt .postList_t_l{width: 100%;}
.bbs_r_con.top::after{content: '';position: absolute;width: 15px;height: 15px;background: url(../img/zd.png) no-repeat;background-size: cover;top: 0;left: 0;}
.bbs_r_con:hover{box-shadow: 0 0 50px rgba(0,0,0,0.15);z-index: 2;}
.bbs_r_con:hover .postList_t_l h4{color: #156BFF;}
.bbs_r_con:hover .Label p{background: #156BFF;color: #fff;}
.bbs_r_box *{transition: all 0.6s;}

.bbsInfo{display: flex;justify-content: space-between;align-items: flex-start;padding-top: 0.45rem;}
.bbsInfo_l{position: sticky;top: 100px;background: #fff;border-radius: 10px;padding: 0.3rem 0;display: flex;flex-direction: column;width: 28.5%;}
.bbsInfo_l a{margin: 0.22rem 0;height: 0.35rem;border-left: 4px solid transparent;display: flex;align-items: center;padding-left: 0.5rem;font-weight: bold;}
.bbsInfo_l a.on{color: #156bff ;border-color: #156bff;}
.bbsInfo_r{width: calc(71.5% - 0.4rem);background: #fff;border-radius: 10px;padding: 0.3rem;}
.bbsInfo_l a i{width: 28px;height: 28px;border-radius: 50%;background: #d1d7e2;margin-left: 0.14rem;color: #fff;display: flex;align-items: center;justify-content: center;}
.bbsInfo_l a i span{padding-bottom: 4px;font-size: 12px;}
.bbsInfo_l a.on i{background: #156BFF;}
.bbs_h2{display: flex;align-items: center;justify-content: space-between;margin-bottom: 0.35rem;}
.lac_a3{padding: 0 0.3rem;}
.itybox_con_r{display: flex;align-items: center;flex-shrink: 0;}
.bbsInfo_r_box .itybox_con{display: flex;align-items: center;}
.bbsInfo_r_box_l{display: flex;align-items: center;max-width: 6.5rem;}
.bbsInfo_r_box_img{width: 0.6rem;height: 0.6rem;border-radius: 50%;overflow: hidden;margin-right: 0.18rem;flex-shrink: 0;}
.bbsInfo_r_box_txt h3{overflow: hidden;white-space: nowrap;text-overflow:ellipsis;}
.bbsInfo_r_box_txt p{overflow: hidden;white-space: nowrap;text-overflow:ellipsis;}
.bbsInfo_r_box_txt{width: 100%;}
.bbsInfo_r_box_txt p{color: #666666;}
.pos_ck_icon:hover .img1{display: none;}
.pos_ck_icon:hover .img2{display: block;}
.bbsInfo_r_box_l:hover .bbsInfo_r_box_txt h3{color: #156BFF;}

.not_fans .itybox_con_ta2>p{color: #333;}
.not_fans .itybox_con_ta2:hover>p{color: #156BFF;}
.not_fans_gz{margin-left: 0.3rem;}
.not_fans_gz p:hover,.not_fans_gz.on p{color: #156BFF;}
.itybox_con.unread .itybox_tx::after{content: '';position: absolute;width: 8px;height: 8px;background: #dd0505;border-radius: 50%;top: 6%;right: 6%;}

.not_nav{display: flex;align-items: center;padding: 0.2rem 0.24rem;background: #f5f5f5;border-radius: 5px;margin-bottom: 0.3rem;}
.not_nav_box{display: flex;align-items: center;margin-right: 0.4rem;}
.not_nav_icon{width: 0.3rem;height: 0.3rem;background: #161b27;border-radius: 50%;display: flex;align-items: center;justify-content: center;margin-right: 10px;}
.not_nav_icon img{width: 50%;height: auto;}
.not_nav_box p span{color: #161b27;}
.not_nav_box.on .not_nav_icon{background: #156BFF;}
.not_nav_box.on p span{color: #156BFF;}
.not_like_t{display: flex;align-items: center;}
.not_like_t_txt p{overflow: hidden;white-space: nowrap;text-overflow:ellipsis;max-width: 4.5rem;}
.not_like_t_txt p span{color: #666;margin-right: 5px;}
.not_like_b{padding-left: 0.66rem;margin-top: 5px;}
.not_like_b_box p a{color: #156BFF;text-decoration: underline;margin-left: 5px;overflow: hidden;white-space: nowrap;text-overflow:ellipsis;max-width: 5rem;}
.not_like_b_box p{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;max-width: 6rem;}
.notify .itybox_con_l{display: flex;flex-wrap: wrap;flex-direction: column;}
.not_like_ck{margin-left: 0.3rem;}
.itybox_con_r:hover .beforeDate p{background: #156BFF;color: #fff;}
.itybox_con_r:hover .not_like_ck p{color: #156BFF;}
.not_like_b_box{margin-bottom: 5px;}
.not_like_dz{margin-left: 0.3rem;}
.not_like_dz img{width: 18px;height: 18px;}
.not_like_dz .img2{display: none;}
.not_like_dz.on .img1{display: none;}
.not_like_dz.on .img2{display: block;}

.not_del{display: flex;justify-content: space-between;width: 100%;}
.not_like_t_txt p a{color: #156BFF;text-decoration: underline;margin-left: 5px;}
.syst_l{max-width: 70%;height: 0.46rem;display: flex;align-items: center;}
.syst_l_box{width: 100%;}
.syst_l_box p{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;width: 100%;}
.syst_box{display: flex;justify-content: space-between;width: 100%;}
.syst .itybox_con{flex-direction: column;}
.syst_txt{margin: 12px 0;background: #f5f5f5;padding: 0.3rem;border-radius: 5px;}
.syst_txt h3{margin-bottom: 0.2rem;}
.syst_txt p{color: #999;}

.emoji_box{width: 18px;height: 18px;display: inline-flex;}
.emoji_texta textarea{width: 100%;height: 140px;padding: 0;}


.to_qb{margin-left: 20px;}
.to_qb:hover{color: #156BFF;}
.syst_xl{margin-left: 0.3rem;}
#cur_show:target{display: block;}

.nav_login{margin-left: 0.2rem;}
.nav_loginHas_tIcon{position: relative;}
.nav_loginHas{margin-left: 0.2rem;display: flex;align-items: center;height: 100%;}
.nav_loginHas_dow{margin-right: 10px;}
.nav_loginHas_tIcon{margin: 0 0.15rem;display: flex;align-items: center;height: 100%;cursor: pointer;}
.nav_loginHas_tIcon>img{width: 18px;height: auto;}
.nav_loginHas_tIcon_box{position: absolute;top: calc(100% + 11px);right: -15px;width: 150px;background: #fff;border-radius: 4px;box-shadow: 0 0 20px rgba(0,0,0,0.05);padding-bottom: 10px;display: none;}
.nav_loginHas_tIcon_con{width: 100%;height: 100%;display: flex;flex-direction: column;}
/* .nav_loginHas_tIcon_box:after{content: '';width: 0;height: 0;border-style: solid dashed dashed;border-color: #fff transparent transparent;overflow: hidden;cursor: pointer;transition: all .2s;-webkit-transition: all .2s;position: absolute;top: 0;right: 18px;margin-top: -10px;border-width: 5px;border-top-color: #fff;-webkit-transform: rotate(-180deg)} */
.nav_loginHas_nav{padding: 0.1rem 0 0.1rem 0.25rem;display: flex;align-items: center;}
.nav_loginHas_nav_img{margin-right: 10px;display: flex;align-items: center;}
.nav_loginHas_nav_img img{width: 12px;height: auto;}
.nav_loginHas_nav_img .na2{display: none;}
.nav_loginHas_nav>p{font-size: 14px;}
.nav_loginHas_nav:hover>p{color: #156BFF;}
.nav_loginHas_nav:hover{background: #f4f4f4;}
.nav_loginHas_nav:hover .na1{display: none;}
.nav_loginHas_nav:hover .na2{display: block;}

.login_ewm{display: inline-flex;align-items: center;justify-content: center;padding: 15px;border-radius: 10px;background: #fff;}
.login_ewm>img{width: 300px;}

.edi_gr_inp_dat .el-date-editor.el-input{width: 100%;}
.edi_gr_inp_dat .el-date-editor.el-input input{background: none;border: none;padding-left: 0;}
.edi_gr_inp_dat .el-date-editor.el-input .el-input__prefix{display: none;}
.edi_gr_inp_dat .el-date-editor.el-input .el-input__suffix{display: none !important;}

.exch_form_area .el-cascader .el-input,.exch_form_area .el-cascader{width: 100%;}
.exch_form_area .el-cascader .el-input input{background: none;border: none;padding-left: 0;}
.exch_form_area .el-cascader .el-input .el-input__prefix{display: none;}
.exch_form_area .el-cascader .el-input .el-input__suffix{display: none !important;}

.login_ewm_box{
	position: absolute;
	top: 0;
	padding: 2.1rem 0.6rem 0;
	width: 100%;
	height: 100%;
	left: 0;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: column;
	opacity: 0;
	z-index: -1;
	text-align: center;
}
.login_ewm_box>p{margin: 0.2rem 0;}
.login_ewm_box.on{opacity: 1;z-index: 1;display: block !important;}
.login_ewm_box .h_ys_a{margin-top: 0.4rem;}
.login_ewm_box .h_ys_a .public_a{background: #161b27;padding: 0 0.78rem;}
.login_ewm_p{margin-bottom: 0.78rem;display: flex;align-items: center;justify-content: center;}
.login_ewm_p img{width: 28px;height: auto;margin-right: 0.2rem;}


.curtain11{display: none;width: 100%;height: 100%;position: fixed;top: 0;left: 0;z-index: 10000;}
.curtain11 .curtain_box{width: 360px;height: auto;top: 50%;left: 50%;transform: translate(-50%,-50%);border-radius: 10px;padding: 0.56rem 0 0.5rem;}
.dlqr a{width: calc(50% - 10px);height: 40px;color: #fff;transition: all 0.6s;border-radius: 4px;display: flex;align-items: center;justify-content: center;}
.dlqr{display: flex;justify-content: space-between;}
.dlqr a:first-child{background: #156BFF;}
.dlqr a:last-child{background: #161b27;}
.dlqr a:hover{opacity: 0.8;}
.dlqr{width: 180px;margin: auto;}
.curtain11 .curtain_box>p{text-align: center;margin-bottom: 0.36rem;}

.aut{width: 100%;padding-top: 9.5rem;display: flex;flex-direction: column;align-items: center;}
.aut p{font-size: 20px;margin-top: 0.9rem;text-align: center;}
.aut img{width: 8rem;height: 8rem;object-fit: contain;}

.login>img{position: absolute;top: 0.48rem;left: 0.6rem;width: 1.46rem;height: auto;display: block !important;}

.curtain2 .curtain_title p{top: 0.26rem;}
.login_ewm canvas{width: 230px;height: 230px;}
.wechatMsg{margin-top: 20px;color: #f50000;}
#wxBox{text-align: center;}



.nav_on .ecoCoo_nav_p{color: #333;}
.nav_on .ecoCoo_nav_fh{color: #fff;}
.nav_on .ecoCoo_nav_r_icon .img1{display: none;}
.nav_on .ecoCoo_nav_r_icon .img2{display: block;}





@media screen and (max-width: 1580px) {
	.npro_gn_p_box{height: 1.2rem;}
	.npro_tx .subpb_box{height: 2.7rem;}
}
@media screen and (max-width: 1260px) {
	.npro_jg_r{width: 32%;}
	.npro_gn_txt{height: 8.4rem;}
	.npro_gn_txt a.on{height: 3.2rem;}
	.npro_gn_p_box{height: 1.8rem;}
	.npro_gn_p_box p{font-size: 12px;}
	.npro_tx .subpb_box{height: 3.2rem;}
	.npro_cj_nav a{height: 0.8rem;}
	.npro_cj_con{height: 8rem;}
}
@media screen and (max-width: 1200px) {
	.npro_dt_con .dev_prev{top: 30px;}
	.npro_dt_con .dev_next{top: 30px;}
	.npro_dt_date i{width: 10px;height: 10px;bottom: -5px;}
	.npro_dt_date i::after{width: 3px;height: 3px;}
	.npro_al_nr:hover .npro_al_txt_a{height: 50px;}
	.npro_al_img{height: 150px;}
	.npro_al_nr:hover .npro_al_img{height: 100px;}
	.npro_zl_txt_box{height: 24px;}
	.npro_oth_nr{height: 180px;}
	.npro_oth_nr:hover .npro_oth_txt_a{height: 50px;}
	.npro_b_txt .public_a5{height: 36px;}
	.npro_h2 h2{font-size: 20px;}
	.npro_h2{margin-bottom: 25px;}
	.npro_t_video{height: 36px;padding: 0 8px;}
	.npro_t_video_on{height: 20px;width: 20px;}
}
@media screen and (max-width: 991px) {
	.npro_anchor{height: 60px;}
	.npro_anchor_box a{margin-right: 10px;}
	.npro_cj_con{height: 10rem;}
	.npro_ys_nr{height: 5rem;}
	.npro_zl_txt_box{height: 30px;}
	.npro_zl_txt_r p{width: 40px;line-height: 26px;}
	.npro_oth_txt_box p br{display: none;}
	.npro_oth_txt{padding: 0 15px;}
	.npro_b{height: 160px;}
}
@media screen and (max-width: 767px) {
	.sub_banner_newspro{height: 500px;}
	.sub_banner_newspro .sub_banner_img img{height: 500px;}
	.sub_banner_newspro .h_b_txt{flex-direction: column-reverse;justify-content: center;align-items: center;padding-top: 50px;}
	.h_b_txt_r{width: 60%;max-width: 60%;margin: 0 0 20px;}
	.npro_t{flex-direction: column;align-items: flex-start;margin-bottom: 15px;}
	.npro_t_video{padding: 0 15px;}
	.npro_t_video>span{margin-left: 8px;}
	.sub_banner_newspro .public_a{padding: 0 20px;}
	.npro_anchor_box{overflow: initial;flex-wrap: wrap;height: auto;}
	.npro_anchor{height: auto;padding: 20px 0 10px}
	.npro_anchor_box a{margin-bottom: 10px;}
	.npro_box{padding: 40px 0;}
	.npro_jg_box{height: auto;flex-direction: column;padding: 10px 5%;}
	.npro_jg_l{width: 100%;margin-bottom: 20px;}
	.npro_jg_r{width: 100%;}
	.npro_gn_box{flex-direction: column;}
	.npro_gn_l{width: 100%;}
	.npro_gn_r{width: 100%;}
	.npro_gn_txt a>i{display: none !important;}
	.npro_gn_txt{height: auto;}
	.npro_gn_txt a{height: auto;padding: 10px 20px;margin: 0 0 20px !important;width: 100%;}
	.npro_gn_qh{display: none;}
	.npro_gn_txt a.on{height: auto;}
	.npro_gn_p_box{height: auto;}
	.npro_gn_r{display: none;}
	.npro_gn_txt_a_img{display: block;}
	.npro_gn_p{display: block !important;}
	.npro_gn_txt a{background: #156bff;height: auto;}
	.npro_gn_txt a .npro_gn_h3 h3{color: #fff;font-size: 16px;}
	.npro_gn_txt a .npro_gn_h3 img{display: none;}
	.npro_gn_txt a .npro_gn_p{display: block;}
	.npro_gn_txt a>i{display: block;}
	.npro_gn_txt_a_img{margin-top: 15px;}
	.npro_gn_txt_a_img img{object-fit: contain;}
	.npro_tx .subpb_box{width: 100%;height: auto;padding: 30px 10px;}
	.npro_cj_nav a{height: 50px;font-size: 12px;}
	.npro_cj_con{flex-direction: column;height: auto;align-items: center;}
	.npro_cj_nav{margin-bottom: 20px;}
	.npro_cj_con_l{width: 80%;}
	.npro_cj_con_r{width: 100%;padding: 20px 10px;}
	.npro_dt_date{padding-bottom: 10px;margin-bottom: 15px;}
	.npro_dt_txt_box{padding: 15px;}
	.npro_dt_txt_box h3{font-size: 16px;}
	.npro_ys_nr{height: auto;flex-direction: column-reverse !important;margin-bottom: 20px;}
	.npro_ys_l{width: 100%;padding: 20px;}
	.npro_ys_r{width: 100%;margin-bottom: 10px;}
	.npro_al_nr:hover .npro_al_img{height: 150px;}
	.npro_al_txt_a{height: 50px !important;}
	.npro_al_txt{padding: 15px;}
	.npro_zl_box{flex-direction: column;}
	.npro_zl_con{width: 100%;margin-bottom: 20px;padding: 15px;}
	.npro_zl_tit{padding-bottom: 10px;margin-bottom: 15px;}
	.npro_zl_txt_box{margin-bottom: 8px;}
	.npro_oth_box{flex-wrap: wrap;}
	.npro_oth_nr{width: 100%;margin-bottom: 20px;}
	.npro_oth_nr .npro_oth_txt{background: rgba(0,0,0,0.5);}
	.npro_oth_nr .npro_oth_txt_a{height: 50px;}
	.npro_b_txt h2{margin-bottom: 15px;}
	.npro_b_txt .public_a5{padding: 0 15px;}
	.subpb_box p{height: auto;}
}


.npro_nav{padding:0.22rem 0 0 0;background: url(../img/npro_nav_bj.png) no-repeat;background-position: top;background-size: 100% 96px;}
.npro_nav_l{width: 25%;}
.npro_nav .npro_nav_box{display: flex;align-items: flex-start;}
.npro_nav_r{width: 75%;display: flex;flex-wrap: wrap;}
.npro_nav_l_box{width:84%;height: 1.4rem;background: #f8f8f8;border-radius: 5px;display: flex;flex-direction: column;align-items: center;justify-content: center;position: relative;transition: all 0.3s;}
.npro_nav_l_icon img{height: 0.5rem;width: 100%;}
.npro_nav_l_icon .img2{display: none;}
.npro_nav_l_icon{margin-bottom: 0.05rem;}
.npro_nav_l_box>svg{width: 0.12rem;height: auto;position: absolute;top: 50%;transform: translateY(-50%);left: 99%;}
.npro_nav_l_box>svg path{fill: #F8F8F8;transition: all 0.3s;}
.npro_nav_nr{width: calc((100%/3) - 0.5rem); margin: 0 0.5rem 0 0;}
.npro_nav_nr_t{padding: 0.1rem 0 0.14rem 0;border-bottom: 1px solid #ddd;transition: all 0.3s;}
.npro_nav_nr_h3{display: flex;align-items: center;justify-content: flex-start;transition: all 0.3s;}
.npro_nav_nr_h3 h3{transition: all 0.3s;position: relative;left: 0;  font-weight:bold;  font-size:17px;/* font-family: "Microsoft YaHei";*/ color:#000; }
.npro_nav_nr_t p{transition: all 0.3s;position: relative;left: 0;}

.npro_nav_nr_h3 svg path{fill: #666;}
.npro_nav_nr_t>p{font-size: 12px;color: #666; font-family: "Microsoft YaHei"; }
.npro_nav_nr ul li:first-child{margin-top: 0.18rem;}
.npro_nav_nr ul li{margin-bottom: 0.12rem;}
.npro_nav_nr ul li a{font-size: 14px;}
.npro_nav_del{position: absolute;}
.npro_nav:hover .npro_nav_l_box{background: #156bff;}
.npro_nav:hover .npro_nav_l_icon .img1{display: none;}
.npro_nav:hover .npro_nav_l_icon .img2{display: block;}
.npro_nav:hover .npro_nav_l_box path{fill: #156bff;}
.npro_nav:hover .npro_nav_l_box h2{color: #fff;}


.pro_nav2 a:hover{box-shadow: 0 0 20px rgb(0 0 0 / 12%);background: #f5f5f5;border-color: transparent;cursor: pointer;}
.pro_nav2 a:hover .npro_nav_nr_h3 h3{color: #156bff;left: 0.1rem;}
.pro_nav2 a:hover p{left: 0.1rem;}
.pro_nav2 a:hover .npro_nav_nr_h3 svg{left: 0.1rem;}
.pro_nav2 a:hover .npro_nav_nr_h3 svg path{fill: #156bff;}

/*.nav>ul>li:last-child .npro_nav_nr{width: calc((100%/4) - 0.5rem)}
.nav>ul>li:last-child .npro_nav_r{width: 100%;}*/

.npro_nav_nr_h3 img{ margin-left: 0.2rem; bottom: 2px; transition: all 0.3s;position: relative;left: 0;  filter:brightness(0)}

.pro_nav2 a:hover .npro_nav_nr_h3 img{ filter: grayscale(0%) brightness(100%); left: 0.1rem;}


@media screen and (max-width: 1580px) {
	.npro_nav_nr_h3>h3{font-size: 16px !important;}
}

.devNe .sub_tnav .on{color: #333;}

