@charset "utf-8";
/* CSS Document */
:root{    
	--main_color:#023A91;        /* 主色 */
	--main_color_rgb:2,58,145 ;  /*rgba*/
	--main_color_dark:#0d73c4;   /* 主色-深 */    
	--main_color_tint:#afdcf8;   /* 主色-浅 */
    --main_color_other:#091b27;  /* 主色-其他 */
    --second_color:#ff4444;      /* 副色 */    
    --default_bg_color:#edf1f3;  /* 默认背景色 */    
    --default_bg_color2:#f3f4f8; /* 默认背景色2 */    
    --bg_gray:#f3f3f3;           /* 灰色背景 */
    --module_gap_xl:1rem;  		 /* 模块间隔-超级 */
    --module_gap_x:.75rem;   	 /* 模块间隔-大 */
    --module_gap_m:.5rem;   	 /* 模块间隔-中 */
    --module_gap_s:.25rem;   	 /* 模块间隔-小 */  
}
body,h1,h2,h3,h4,h5,h6,dl,dt,dd,ul,ol,li,p,form,img,select{margin:0; padding:0;}
body{ color: #333;  font-size:14px; font-family: "微软雅黑","Microsoft YaHei"; overflow-x:hidden;background:#fff;}
a{text-decoration:none; color:#333;}
a:hover{color:var(--main_color);}

ul,li{list-style:none;}
.clear{clear:both;}
img{border:0;}
.fl{float:left;}
.fr{float:right;}
.mt20{ margin-top:20px;}
.mt25{ margin-top:25px;}

.top_blank{width: 100%; min-width:1200px; height:90px; transition:0.5s all; z-index:0; }
.bottom_blank{width: 100%; min-width:1200px; height:1rem;}


/*滚动条美化*/
body::-webkit-scrollbar {
  width: 10px !important;
}
body::-webkit-scrollbar-track {
  background-color: #f3f3f3;
}
body::-webkit-scrollbar-track-piece {
  background-color: #f3f3f3;
  -webkit-border-radius: 4px;
}
body::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border: solid 1px #C0C0C0;
  border-radius: 4px;
}
body::-webkit-scrollbar-corner {
  background-color: #ddd;
}
body::-webkit-resizer {
  background-repeat: no-repeat;
  background-position: bottom right;
}
body::-webkit-scrollbar-thumb:hover {
  background-color: #F3F3E0;
}
::-webkit-scrollbar {
  width: 15px;
}

/*图片放大*/
.picShow img:hover,.picShow a:hover img{transition:all 500ms ease-out 0s; 
  -webkit-transform:scale(1.1);
  moz-transform:scale(1.1);
  -o-transform:scale(1.1);
  transform:scale(1.1);
opacity:1;}
.picShow img{transition:all 500ms ease-out 0s; }

/*.main{ padding-left:1.5rem; padding-right:1.5rem; min-width: 1200px;}
@media only screen and (max-width: 1440px){
	.main{ padding-left:1rem; padding-right:1rem;}
}*/
.main{width: 90%; margin: auto; max-width: 1440px; min-width: 1200px;}

.flex_space{display:flex;justify-content:space-between; flex-wrap:wrap;}
.flex_start{display: flex;justify-content: flex-start;flex-wrap:wrap;}
.t_center{display:flex; flex-direction:column; justify-content:center;align-items:center;}
.t_left_center{display:flex; flex-direction:column; justify-content:center;}

/*文字省略*/
.ellipsis1 {overflow: hidden; text-overflow: ellipsis;white-space: nowrap;}
.ellipsis2 {display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;text-overflow: ellipsis;}
.ellipsis3 {display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;text-overflow: ellipsis;}
.ellipsis4 {display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;text-overflow: ellipsis;}

.col_2  li{width: 48%;}
.col_3  li{width: 32%; margin-right:2%;}
.col_4  li{width: 23.8%; margin-right:1.6%;}
.col_5  li{width: 18.5%; margin-right:1.8%;}
.col_3  li:nth-child(3n),
.col_4  li:nth-child(4n),
.col_5  li:nth-child(5n){ margin-right:0;}


/*头部*/
.header{ width: 100%; min-width:1200px; position:fixed; z-index:999; transition:0.5s all;background:#fff; box-shadow: 0 2px 10px rgba(0,0,0,0.15);}
.header .logo{margin-left:2%; display:flex;  align-items:center; transition:0.5s all; z-index:999;}
.header .logo img{height:52px; display:block;}
.header .logo h2{font-size:25px; margin-left:10px; color:var(--main_color); letter-spacing:2px;}
.header .logo h2 span{font-size:15px;color:var(--main_color);  display:block;  margin-top:4px; text-transform:uppercase; letter-spacing:3px; font-family:Arial, Helvetica, sans-serif;}


/*======================菜单按钮======================*/
.nav_btn{width: 90px;height: 90px;transition: 0.5s;cursor: pointer;border:none;padding: 0;outline: none;background:var(--main_color); position:relative; z-index:999;}
.nav_btn .line{position: relative;display: block;width: 25px;height: 3px;margin: 0px auto 0;background:#fff;border-radius:3px;}
.nav_btn .line:before,.nav_btn .line:after{content: '';width: 100%;height: 3px;right: 0;position: absolute;background:#fff;border-radius:3px;transition-duration: 0.3s,0.3s;transition-delay: 0.1s,0s;}
.nav_btn .line:before{transition-property: bottom,transform;bottom: 10px;}
.nav_btn .line:after{transition-property: top,transform;top:10px;}
.nav_btn_active .line {background: transparent;-webkit-transition-delay: 0s,0s;-moz-transition-delay: 0s,0s;-ms-transition-delay: 0s,0s;-o-transition-delay: 0s,0s;transition-delay: 0s,0s}
.nav_btn_active .line:after,.nav_btn_active .line:before {-webkit-transition-delay: 0s,.1s;-moz-transition-delay: 0s,.1s; -ms-transition-delay: 0s,.1s; -o-transition-delay: 0s,.1s; transition-delay: 0s,.1s}
.nav_btn_active .line:before {bottom: 0px;-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg)}
.nav_btn_active .line:after {top:0px;-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);}

/*弹出菜单*/
.menu_tc {overflow-y:auto; height:100%; position:fixed; top:0; right:0;transform: translateX(100%); width:100%;z-index: 998; background:url(../images/bg.jpg) no-repeat center bottom #fff;  -webkit-overflow-scrolling: touch; -webkit-backface-visibility:hidden; -moz-backface-visibility:hidden; -ms-backface-visibility:hidden; backface-visibility:hidden;transition: all .8s ease;}
.menu_tc::-webkit-scrollbar {width: 6px;}
.menu_tc::-webkit-scrollbar-thumb {background: var(--main_color);}
.menu_tc::-webkit-scrollbar-track {background: #f1f1f1;}
.menu_tc{scrollbar-color:var(--main_color) #f1f1f1;scrollbar-width:thin;}
.menu_tc{scrollbar-face-color: var(--main_color);scrollbar-shadow-color: var(--main_color);scrollbar-arrow-color: #000;scrollbar-track-color: #f1f1f1;}
.menu_tc.active{transform: translateX(0);}

.menu_tc .menu_box{display: flex; width:100%; padding:150px 0 0 2%; box-sizing:border-box;}
.menu_tc .item{flex: 1; margin-right:2%;overflow: hidden; box-sizing:border-box;}
.menu_tc .item h3{height:50px; font-size:.22rem; margin-bottom:20px; position:relative; border-bottom:solid 1px #e8e8e8;}
.menu_tc .item h3:after {width: .25rem;height: 2px;position: absolute;left: 0;bottom: -1px;content: '';background:var(--main_color);}
.menu_tc .item ul{}
.menu_tc .item li{font-size:.18rem; line-height:2.6;}

/*======================搜索======================*/
.header .top_serch{ width:1rem; background:#fff; transition:0.5s all; position:relative;}
.header .top_serch a{height:100%;}
.header .top_serch a svg{width:23px;  transition:0.3s all;}
.header .top_serch a:hover svg{transform:scale(1.2);}


.header .tc{transition:all ease 300ms;position: fixed;width: 100%;height: 100%;top: 0;left: 0;z-index: 9999999999; display:flex; flex-direction:column; justify-content:center;align-items:center;}
.header .tc{ pointer-events: none;  filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0;transform:scale(1.1);}
.header .tc.act{ filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1;  pointer-events: auto;transform:scale(1);}
.header .tc-bg {width: 100%;height: 100%;background: rgba(0,0,0,.85);position: absolute;top: 0;left: 0;z-index: 0;}

.header .tc-box {width: 700px;max-width: 90%;margin: 0 auto;box-sizing: border-box;  /* background:#fff; */display: block;position: relative;z-index: 1;
	-webkit-animation-duration: 1.2s;
	animation-duration: 1.2s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	overflow: hidden;
}
.header .tc.act .tc-box {-webkit-animation-name: anim-open-2;animation-name: anim-open-2;transform: scale(1);}


/*搜索弹窗内容样式*/
.header .tc-box form {position: relative;}
.header .tc-box .tc_fdj {position: absolute;left: 20px;display: block;height:.75rem;width: 25px;background: url(../images/icon-sq2.png) center no-repeat;}
.header .tc-box #keyword {width: 80%;height: .75rem;padding: 0 .2rem;padding-left:55px;font-size: .18rem;color: #999;box-shadow: none;-webkit-appearance: none;border:0; box-sizing:border-box;outline:none; float:left;}
.header .tc-box .btn_submit {width: 20%;height:.75rem;line-height:.75rem;background: var(--main_color);font-size:.2rem;color: #fff;cursor: pointer;text-transform: uppercase;border:0; outline:none;}


/*下拉菜单*/
.navBox {  height:90px; position:relative; transition:0.5s all;}
.navBox .nav{display:flex; height:100%;}
.navBox .nav li { position: relative;}
.navBox .nav li>a {padding: 0 .25rem;display: block;position: relative; height:100%; display:flex; justify-content:center;align-items:center;}
.navBox .nav li>a .txt {position: relative;z-index: 2;font-size:16px;color:#222; transition:0.5s all;}
.navBox .nav li.curr>a .txt{color:var(--main_color);}
.navBox .nav li.curr>a .bg {background: var(--main_color);position: absolute;left: 50%; margin-left:-9px; border-radius:20px; bottom:22px;width:18px;display: block;height:4px;transition: 0.5s;}
.navBox .nav li>a:hover .txt{color:#fff;}
.navBox .nav li.active a .txt{color:#fff;}
.navBox .nav li>a:after{ content:''; display:block; z-index:-1; width:100%; height:0; position:absolute; left:0; bottom:0; background:var(--main_color); transition:0.5s all;}
.navBox .nav li:hover>a:after{height:100%; left:0; bottom:0;}

.subNavbox{white-space: nowrap; min-width:100%; position:absolute; top:100%;left:50%;background:rgba(255,255,255,.99); -webkit-transform:translate(-50%,10px);-ms-transform:translate(-50%,20px);transform:translate(-50%,20px); border-radius:5px;padding:15px 15px;opacity:0; pointer-events:none; transition:all .5s;box-shadow:0 5px 20px rgba(var(--main_color_rgb),.15);}
.subNavbox:after{content:"";position:absolute;bottom:100%;left:50%;border-style:solid;margin-left:-7px;border-width:7px;border-color:transparent transparent #fff;}
.subNavbox p:not(:last-of-type){border-bottom:1px solid #ddd}
.subNavbox a{display:block;position:relative;font-size:15px;padding:15px 0; -webkit-transition:color .3s cubic-bezier(.645,.045,.355,1);-ms-transition:color .3s cubic-bezier(.645,.045,.355,1);transition:color .3s cubic-bezier(.645,.045,.355,1); text-align: center; }
.subNavbox a:before{content:"";position:absolute;top:7px;bottom:7px;left:-15px;width:3px;background: var(--main_color);-webkit-transform:scaleY(0);-ms-transform:scaleY(0);transform:scaleY(0);-webkit-transition:-webkit-transform .3s cubic-bezier(.162,.85,.45,1);transition:transform .3s cubic-bezier(.162,.85,.45,1);}
.subNavbox a.active,.subNavbox a:hover{color:var(--main_color)}
.subNavbox a.active:before,.subNavbox a:hover:before{-ms-transform-origin:top;-webkit-transform-origin:top;transform-origin:top;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}
.subNavbox.active{pointer-events:all;-webkit-transform:translate(-50%);-ms-transform:translate(-50%);transform:translate(-50%);-webkit-transition-delay:.1s;-ms-transition-delay:.1s;transition-delay:.1s;opacity:1; }


/*======================轮播图======================*/
/*焦点图*/
	#banner {width:100%; z-index:0; background:#fff; overflow:hidden; min-width:1200px;}
	
	#banner .pic{width:100%; height:100vh; z-index:8;}  
	#banner .pic img{width:100%; height:100%; object-fit:cover;}
	#banner .swiper-slide-active .pic{ animation:bgscale 6s linear forwards; -webkit-animation:bgscale 6s linear forwards; } 
@-webkit-keyframes bgscale {
from { -webkit-transform: scale(1.2); transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); }
to { -webkit-transform: scale(1); transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); }
}
@keyframes bgscale {
from { -webkit-transform: scale(1.2); transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); }
to { -webkit-transform: scale(1); transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); }
}

	#banner .txt{position:absolute;z-index: 9;left:0;top:0; right:0; bottom:0; text-shadow:rgba(0,0,0,0.5) 1px 1px 2px; opacity: 0; transform:translateY(-100px); transition: .8s; -webkit-transition: .8s; -moz-transition: .8s; -ms-transition: .8s; -o-transition: .8s; -webkit-transform:translateY(-100px); -moz-transform:translateY(-100px); -ms-transform:translateY(-100px); -o-transform:translateY(-100px);}
	#banner .swiper-slide-active .txt{ opacity: 1; animation:enter 1.3s ease forwards; -webkit-animation:enter 1.3s ease forwards; }
@-webkit-keyframes enter {
    0% { opacity: 0; transform:translateY(100px); -webkit-transform:translateY(100px); -moz-transform:translateY(100px); -ms-transform:translateY(100px); -o-transform:translateY(100px); }
    20% { opacity: 0; transform:translateY(100px); -webkit-transform:translateY(100px); -moz-transform:translateY(100px); -ms-transform:translateY(100px); -o-transform:translateY(100px); }
    100% { opacity: 1; transform: translateY(0px); -webkit-transform: translateY(0px); -moz-transform: translateY(0px); -ms-transform: translateY(0px); -o-transform: translateY(0px); }
}

@keyframes enter {
    0% { opacity: 0; transform:translateY(100px); -webkit-transform:translateY(100px); -moz-transform:translateY(100px); -ms-transform:translateY(100px); -o-transform:translateY(100px); }
    20% { opacity: 0; transform:translateY(100px); -webkit-transform:translateY(100px); -moz-transform:translateY(100px); -ms-transform:translateY(100px); -o-transform:translateY(100px); }
    100% { opacity: 1; transform: translateY(0px); -webkit-transform: translateY(0px); -moz-transform: translateY(0px); -ms-transform: translateY(0px); -o-transform: translateY(0px); }
}
	
	#banner .txt h3{font-size:.68rem; color:#fff;  margin-bottom:.25rem; letter-spacing:1px;/* text-shadow:rgba(255,255,255,0.96) 1px 1px 0px;*/}
	#banner .txt h5{font-size:.38rem; color:rgba(255,255,255,0.8); font-weight:lighter; letter-spacing:6px;}
	
/*按钮切换*/	
	#banner .swiper-button-prev,#banner .swiper-button-next {display: none;width: 72px;height: 72px; background: url(../images/ico_sliding.png) no-repeat; margin-top:-36px;opacity:0.3;}
	#banner .swiper-button-prev {background-position: 0 0;}
	#banner .swiper-button-prev:hover { background-position: 0 -144px;}
	#banner .swiper-button-next { background-position: 0 -72px;}
	#banner .swiper-button-next:hover {background-position: 0 -216px;}
/*分页器*/
	#banner .swiper-pagination-bullet{width: 10px;height: 10px; display: inline-block; border-radius: 50%; background:rgba(255,255,255,0.25); transition: all .5s ease;-moz-transition: all .5s ease;-webkit-transition: all .5s ease;-o-transition: all .5s ease; opacity: 1.0;}
	#banner .swiper-pagination-bullet-active{background:rgba(255,255,255,0.8);color: #fff;width: 25px;border-radius: 30px;opacity: 1.0;}
	#banner .swiper-pagination{bottom:20px;}

/*底部文字*/		
#banner .bot{ height:65px; background:rgba(0,0,0,0.5); position:absolute; left:0; bottom:0; width:100%; z-index:1;}
#banner .bot:before {content: '';width: 42%;height: 65px;background:#01265F;position: absolute;left: 0;top: 0;z-index:1;}
#banner .bot .left { text-align: center;position: absolute;left: 0;top: 0;width: 42%;color: #fff;line-height: 65px;z-index: 10;}
#banner .bot .right { position: absolute;right:5%;top: 0; color: #fff;line-height: 65px;z-index: 10;}
#banner .bot .right b{font-size:16px;}

/*鼠标*/	
	#banner .mouse{position:absolute; width:25px; left:50%;margin-left:-12.5px; bottom:25px; cursor:pointer;z-index: 10000;background:url(../images/shubiao.png) top center no-repeat; height:60px; text-align:center}
	#banner .mouse span{-webkit-animation: arrowMove 2s infinite; animation: arrowMove 2s infinite; display:inline-block;width: 8px;height:20px; position: absolute; margin-left:-4px;left:50%; bottom:0;} 
	@-webkit-keyframes arrowMove {
	  to {
		-webkit-transform: translateY(.15rem);
		transform: translateY(.15rem);
		opacity: 0;
		}
	}
	@keyframes arrowMove {
	  to {
		-webkit-transform: translateY(.15rem);
		transform: translateY(.15rem);
		opacity: 0;
		}
	}
#box1 {position: relative;top: -.6rem;}	
#banner .swiper-slide:after {
    content: "";
    background: url(../images/banenr_line.png) repeat-x;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    opacity: .36;
    z-index: 3;
}
	
#particles-js{position: absolute;width: 100%; height:100%; left:0; right:0; top:0; bottom:0; z-index:999; }
#particles-js {opacity: 0.6;}
.particles{pointer-events: none;}
.mouseEvents{ pointer-events: all;} 


/*页面标题*/
.main_tit{text-align:center; padding:.6rem 0 .4rem;width:100%; min-width:1200px;}
.main_tit h3{ font-size:.36rem; color:#000; font-weight:normal; position:relative; display:inline-block;}
.main_tit .line {display: block;width: 20px;height: 4px;background:var(--main_color);border-radius: 10px;margin: 15px auto auto auto;}
.main_tit h3:before, .main_tit h3:after {content: '';width: 28px;height: 1px;background: #ccc;position: absolute;top: 50%;}
.main_tit h3:before {left: -50px;}
.main_tit h3:after {right: -50px;}
.main_tit p{font-size:16px; color:#666; margin-top:15px;}
.comm_desc{font-size:16px; color:#666; margin-top:-10px; line-height:2; text-align:center;}

/*页面标题2*/
.main_tit2{ padding:60px 0 40px; position:relative;}
.main_tit2 h3{ font-size:.4rem; color:#000; font-weight:normal; margin-bottom:10px;}
.main_tit2 h5{ font-size:.16rem; color:#555;text-transform:uppercase; font-weight:normal; line-height:2em;}

.com_more{text-align:center;}
.com_more a{width:1.6rem; height:40px; line-height:40px; border-radius:40px; text-align:center; font-size:15px; color:#333; border:solid 1px #ccc; display:inline-block;}
.com_more a.color{ background:var(--main_color); color:#fff; border:solid 1px var(--main_color);}



/*================关于我们=====================*/
.section01{ background:url(../images/foot-map.png) no-repeat center top; background-size:contain;  padding:66px 0 80px 0;}
.section01 .left{width:50%; display:flex; flex-direction:column; justify-content:center;}
.section01 .right{width:40%; background:#f2f2f2; padding:.45rem 50px; box-sizing:border-box; text-align:center;}
.section01 .left h3 { font-size: .36rem; color:#000;}
.section01 .left h3:after {content: "";display: block;width: 20px;height: 4px;background:var(--main_color);border-radius: 10px;margin: 15px 0 25px 0;}
.section01 .left .txt{}
.section01 .left .txt p{line-height:2; text-align:justify; margin-bottom:15px; font-size:15px; color:#666;}

.section01 .right h3{ font-size:.3rem; margin-bottom:15px; position:relative; display:inline-block;}
.section01 .right p{ color:#777; margin-bottom:25px;}
.section01 .right h3:before, .section01 .right h3:after {content: '';width: 28px;height: 1px;background: #ccc;position: absolute;top: 50%;}
.section01 .right h3:before {left: -50px;}
.section01 .right h3:after {right: -50px;}

a.p_more {font-size: .2rem;display: block; text-transform: uppercase;color: #555;width: 1.2rem;position: relative;letter-spacing: .01rem; transition:0.5s all; margin-top:.5rem;}
a.p_more:before {content: "";display: block;position: absolute;top: 0;right: 0;bottom: 0;width: .36rem;background: url("../images/img36.png") right center no-repeat;background-size: auto .12rem; transition:0.5s all;}
a.p_more:hover {color: var(--main_color); }
a.p_more:hover:before {background-image: url("../images/img56.png");width: .56rem;right: -.2rem; }



/*右侧表单*/
.section01 .right .bd input{width:100%; line-height:50px; box-sizing:border-box; background:#fff; padding:0 15px; border:solid 0px #ddd; margin-bottom:15px; border-radius:5px; font-family:"微软雅黑"; font-size:14px;}
.section01 .right .bd textarea{width:100%; height:100px; line-height:24px; box-sizing:border-box; background:#fff; padding:5px 15px; border:solid 0px #ddd; margin-bottom:20px; border-radius:5px;font-family:"微软雅黑"; font-size:14px;}
.section01 .right .bd button.but{width:100%;line-height:52px; background:var(--main_color); color:#FFF; font-size:16px; border:none; outline:none; border-radius:3px; transition:all 300ms ease-out 0s;}
.section01 .right .bd button.but:hover{background:var(--main_color); cursor:pointer;}
.section01 .right .bd .form-group{position:relative;}
.section01 .right .bd .form-group img{position:absolute; top:1px; right:0;}

.red_btn a{ background:var(--main_color); color:#fff; display:inline-block; padding:10px 35px; border-radius:50px;}
.red_btn a:hover{}


/*数字*/
.shuzi{ z-index:1; margin-top:.5rem; width:100%;}
.shuzi li{color:var(--main_color); font-size:.4rem;  position:relative;/* border-left: 1px solid #ddd; padding-left:25px;*/ width:33.3%; box-sizing:border-box;}
/*.shuzi li:before {content: '';position: absolute;left: -1px;top: 0;width: 1px;height: 30%;background: #FF7F27;z-index: 1;}*/
.shuzi li i{font-size:.4rem; font-style:normal; margin-right:5px; font-family:"Arial Black", Gadget, sans-serif;}
.shuzi li span{font-size:16px; color:#666; top:-3px; display:inline-block; position:relative;}
.shuzi li p{ color:#555; font-size:14px; padding:3px 0 5px 0;}

.hide_more {position: absolute;z-index: 0;width: 100%;background: var(--main_color);color: #fff;display: flex;align-items: center;justify-content: center; height: 40px;left: 0;bottom: 0;font-size: 15px;}
.hide_more i{display:block;background:url("../images/arr-r.png") no-repeat center/100%;width:6px;height:10px;margin-left:20px}


/*================业务领域=====================*/
.ly_bg{ background:#f8f8f8; padding-bottom:.6rem;}
.ly_list {}
.ly_list li{width:23.8%;  background:#fff; position:relative; margin-bottom:.25rem; box-sizing:border-box; /*box-shadow: rgba(0,0,0,.1) 0px 5px 20px;*/}
.ly_list li .pic{}
.ly_list li .pic img{width:100%; display:block;}

.ly_list li .txt{ position:absolute; left:0; right:0; top:0; bottom:0; background:rgba(0,0,0,0.3); transition:0.5s all;}
.ly_list li:hover .txt{ background:var(--main_color);}
.ly_list li .ico{ text-align:center; margin-bottom:10px;}
.ly_list li .ico img{transition:0.5s all; height:33px; filter: grayscale(100%) brightness(1000%);}
.ly_list li .txt h5{font-size:.22rem; color:#fff; margin-top:0px; text-align:center; margin-bottom:15px;}
.ly_list li .txt p{ color:#fff; line-height:1.6; text-align:justify; padding:0 15px; height:0; transition:0.5s all;}
.ly_list li:hover .txt p{ color:#fff; line-height:1.6; text-align:justify; padding:0 15px; height:68px;}



/*======================律师团队======================*/
.team_bg{background:url(../images/law-bg24.jpg) no-repeat center fixed; padding-bottom:.68rem;}
.index_team_list{overflow:hidden;}
.index_team_list li{background:#fff; padding:.35rem .5rem .4rem; box-sizing:border-box; border-radius:5px;}
.index_team_list li .pic{ width:1.5rem; height:1.5rem; margin:auto; overflow:hidden; border-radius:100%; margin-bottom:.15rem;}
.index_team_list li .pic img{ width:100%; height:100%; object-fit:cover;}
.index_team_list li .txt{ text-align:center;}
.index_team_list li .txt h5{ font-size:17px; margin-bottom:.15rem;}
.index_team_list li .txt p{ color:#666; line-height:1.6;}
.index_team_list li .txt .btn{  font-size:14px; font-weight:bold; line-height:.4rem; background:var(--main_color); color:#fff; border-radius:.4rem; margin-top:.2rem;}
.index_team_list li a{display: block;}

/*按钮切换*/	
#team_btn .swiper-button-prev { left:-35px; background: url(../images/focus_btn_prev.png) no-repeat; background-size: cover;}
#team_btn .swiper-button-next {right:-35px;background: url(../images/focus_btn_next.png) no-repeat; background-size: cover;}
#team_btn .swiper-button-prev,#team_btn .swiper-button-next { width:70px;height: 70px; outline:none;  opacity:1; transition:0.3s all; margin-top: -35px;}
#team_btn .swiper-button-prev:hover,#team_btn .swiper-button-next:hover{ opacity:1; transform:scale(1);}

/*分页器*/
#team_btn{position:relative; width:100%; padding-bottom:.5rem;}
#team_btn .swiper-pagination-bullet{width: 10px;height: 10px; margin:0 3px; display: inline-block; border-radius: 50%; background:rgba(255,255,255,0.25); transition: all .5s ease;-moz-transition: all .5s ease;-webkit-transition: all .5s ease;-o-transition: all .5s ease; opacity: 1.0;}
#team_btn .swiper-pagination-bullet-active{background:rgba(255,255,255,0.8);color: #fff;width: 25px;border-radius: 30px;opacity: 1.0;}
#team_btn .swiper-pagination{bottom:0px;  width:100%;}



/*======================首页新闻模块======================*/
.section{}
.section .item{ width:32%; }
.section .item .tit{ height:1.66rem;}
.section .item .tit1{ background:url(../images/item_bg1.jpg) no-repeat center; background-size:cover;}
.section .item .tit2{ background:url(../images/item_bg2.jpg) no-repeat center; background-size:cover;}
.section .item .tit3{ background:url(../images/item_bg3.jpg) no-repeat center; background-size:cover;}
.section .item .tit .ico{ margin-bottom:.05rem;}
.section .item .tit h3{font-size:.25rem; color:#fff;}
.section .item .txt{ background:#fafafa; padding:15px 25px .3rem 25px;}
.section .item .txt li{line-height:2.8; padding-left:15px; font-size:15px; border-bottom:dotted 1px #ccc; position:relative;}
.section .item .txt li:before{ content: ""; display: block; width:6px; height:6px; border-radius:5px; background:var(--main_color); position: absolute; top: 50%; left: 0;transform: translate(0, -50%);}
.section .item .txt li span{float:right; margin-top:5px; color:#999;font-size:13px;}

/*======================加入======================*/
.section03{ text-align:center;}
.section03 p{font-size:.18rem; color:#666; line-height:2em;}
.section03 a{width:1.5rem;line-height:.5rem;font-size: .18rem; margin:.0rem auto 0rem auto; display: block; background:var(--main_color);color:#fff;border: 2px solid var(--main_color);border-radius: 5px;text-align: center;transition: all .3s ease;}
.section03 a:hover{background:var(--main_color);color: #fff;transform: translateY(-5px);box-shadow: 0 10px 30px rgba(196,18,24,.3);}



/*================新闻列表=====================*/
.news_list{}
.news_list li{border-bottom:solid 1px #e8e8e8; padding:25px 0; transition:0.3s all; width:48%;}
.news_list li a{display:flex;align-items:center;}
.news_list li .pic{ width:2.4rem;overflow:hidden;}
.news_list li .pic img{ transition:1s; width:100%; height:100%; object-fit:cover; display:block}
.news_list li:hover .pic img{ transform:scale(1.1);}
.news_list li .txt{ width:calc(100% - 2.8rem);}
.news_list li.nopic .txt{ width:100%;}
.news_list li .txt h5{ font-size:18px; margin-bottom:15px; line-height:1.6;}
.news_list li .txt .time{ color:#999; margin-bottom:15px;}
.news_list li .txt p{ color:#7c7c7d; line-height:1.8; }


/*================图文列表=====================*/
.list_art{}
.list_art li{width:32%; margin-right:2%; position:relative; margin-bottom:.3rem;}
.list_art li:nth-child(3n){margin-right:0;}
.list_art li .pic{overflow:hidden}
.list_art li .pic img{width: 100%;object-fit: cover;transition: all .8s ease; display:block;}
.list_art li:hover .pic img{transform:scale(1.06)}
.list_art li .txt{background: #fff;padding: 34px 30px 41px 0;z-index: 1;position: relative;transition: all .4s ease;}
.list_art li:hover .txt{transform: translateY(-40px)}
.list_art li .txt .time{color: #888;font-family: "Samsung";text-align: center;}
.list_art li .txt .time span{width:100px;font-weight: 700;font-size: 36px;color: #333;display: block;line-height: 1; margin-bottom:5px;}
.list_art li .txt .info{width: calc(100% - 100px);}
.list_art li .txt .info h2{font-size: 18px;color: #333;margin-bottom: 14px;}
.list_art li .txt .info p{line-height: 24px;height: 48px;color: #888;}
.list_art li .news_more {position: absolute;z-index: 0;width: 100%;background: var(--main_color);color: #fff;display: flex;align-items: center;justify-content: center; height: 40px;left: 0;bottom: 0;font-size: 15px;}
.list_art li .news_more i{display:block;background:url("../images/arr-r.png") no-repeat center/100%;width:6px;height:10px;margin-left:20px}



/*文章列表*/
.art_list{}
.art_list li{ padding-bottom:20px; margin-bottom:20px; border-bottom:solid 1px #e8e8e8;}
.art_list li .art_l{width:22%; position:relative; overflow:hidden;}
.art_list li .art_l img{width:100%; display:block;}

.art_list li .art_r{ width:75%; position:relative; }
.art_list li.nopic .art_r{ width:100%; }

.art_list li .title{font-size: 20px;line-height:1.8; margin:0px 0 10px 0; display:inline-block; font-weight:bold; }
.art_list li .ms{ color:#999; line-height:2;}

.art_list li .art_footer{ position:absolute; left:0; bottom:5px; right:0;}
.art_list li.nopic .art_footer{ position:static; margin-top:10px;}
.art_list li .art_footer a,.art_list li .art_footer p{ font-size:14px; color:#888; display:inline-block;}
.art_list li .left_tool p{ margin-right:20px; padding-left:20px;}
.art_list li .left_tool p.p1{ background:url(../images/detail_img00.png) no-repeat left center;}
.art_list li .left_tool p.p2{ background:url(../images/detail_img02.png) no-repeat left center;}
.art_list li .left_tool p.p3{ background:url(../images/detail_img03.png) no-repeat left center;}



/* 底部 */
.foot_bg{ width:100%; min-width:1200px; background:#181818; padding-top:50px; margin-top:.8rem;}
.fot_line{border-right:rgba(255,255,255,0.05) 1px solid; min-height: 180px; box-sizing:border-box;}

.footer_nav{width:calc(100% - 4.8rem);float:left;}
.footer_nav .db_dh li{font-size:14px; line-height:36px;}
.footer_nav .db_dh li a{color:rgba(255,255,255,0.5); transition:0.3s all;}
.footer_nav .db_dh  .dh_first{height:40px; margin-bottom:15px; position:relative; border-bottom:solid 1px rgba(255,255,255,0.2);}
.footer_nav .db_dh  .dh_first:after {width: 15px;height: 2px;position: absolute;left: 0;bottom: -1px;content: '';background:var(--main_color);}
.footer_nav .db_dh  .dh_first a{font-size:16px;color:#fff;}
.footer_nav .db_dh li a:hover{color:var(--main_color);}

.b_contact{width:4.8rem;box-sizing:border-box; margin-top:8px; padding-right:1rem;}
.b_contact .foot_tel {font-size:30px;font-family: din;  margin-top:25px; color:rgba(255,255,255,0.66);}
.b_contact .f_info{margin-top:35px;}
.b_contact .f_info .item{margin-bottom:20px;}
.b_contact .f_info .item:not(:first-child){font-family: "MR"; font-size:16px;}
.b_contact .f_info .ico{width: 34px;padding-right: 8px;display: flex;align-items: center;height: 24px; box-sizing:border-box;}
.b_contact .f_info .ico img{max-width: 100%;}
.b_contact .f_info .txt{width: calc(100% - 34px); color: #fff;opacity: 0.5;line-height: 24px;}
.b_contact .f_info .txt p a{position: relative; color: #fff;}
.b_contact .f_info .txt p a::after{content: "";position: absolute;width: 100%;height: 1px;background:rgba(255,255,255,0.46);left: 0;bottom: -2px;}

/* -- */
.f_code{ font-size: 0;margin-top: 35px;}
.f_code a{width: 30px;height: 30px;margin-left:10px;position: relative;border-radius: 5px;display: flex;align-items: center;justify-content: center;background: rgba(255, 255, 255, 0.4);transition: all .5s ease;}
.f_code a .ico img{width:20px; transition: all .3s ease;}
.f_code a:first-child{margin-left: 0;}
.f_code_img{display: none;width: 136px;height: 136px;padding: 5px;position: absolute;bottom: 42px;left: 50%;margin-left: -68px;background: #fff;border-radius: 5px; box-sizing:border-box;}
.f_code_img::after{content: "";display: block;width: 0px;height: 0px;border: 8px solid transparent;border-top-color: #fff;position: absolute;bottom: -16px;left: 50%;margin-left: -8px;}
.f_code_img img{width: 100%;height: 100%;object-fit: cover;}
.f_code a:hover .f_code_img{display: block;animation: f_code .6s ease-in-out both;}
.f_code a:hover{background:var(--main_color);}
.f_code a:hover .ico img{  filter: grayscale(100%) brightness(1000%);}
@keyframes f_code{0%{transform: translateY(-14px);}100%{transform: translateY(0);}}
/* -- */

.copyright{ padding:18px 0; border-top:solid 2px rgba(255,255,255,0.07); color:rgba(255,255,255,0.46); text-transform:uppercase; font-size:12px; margin-top:.8rem;}
.copyright a{color:rgba(255,255,255,0.36);}
.copyright span,.copyright a{color:rgba(255,255,255,0.46); margin:0 5px;}
.copyright span{ float:right; color:rgba(255,255,255,0.46); font-size:12px;}


/*--------------------*/


/*内页banner=*/
.page_ban{ width:100%; max-width:1920px; position:relative;min-width:1200px;}
.page_ban .pic{ height:6rem; background:#000;}
.page_ban .txt{position:absolute; left:0; top:0; bottom:0; right:0; display: flex; z-index:9; flex-direction:column; justify-content:center; align-items:center;}
.page_ban .txt h2 {font-size: .48rem;color: #fff;text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);letter-spacing: 1px;font-family:LEMONMILK; font-weight:normal; text-transform:uppercase;}
.page_ban .txt h5 { font-size: .4rem; font-weight:normal;color: #fff;text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);letter-spacing: 1px;}
.page_ban:after {content: ""; background: rgba(0,0,0,.1); position: absolute;left: 0px;top: 0px;right: 0px; bottom: 0px;z-index: 3;}

/*===================二级页面================*/

/*位置*/
.sub_weizhi{ line-height:60px; height:60px; background:rgba(0,0,0,0.25); min-width:1200px; margin:-60px auto auto; position:relative; z-index:12; overflow:hidden;}
.sub_weizhi .weizhi{background:url(../images/home_icon.png) no-repeat left 23px; padding-left:25px; color:rgba(255,255,255,.8); font-size:12px;}
.sub_weizhi .weizhi a{ color:rgba(255,255,255,.8);}


.sub_weizhi_show{ line-height:.75rem; height:.75rem; min-width:1200px; }
.sub_weizhi_show .weizhi{background:url(../images/home_ico.png) no-repeat left center; color:#666; padding-left:25px; font-size:12px;}
.sub_weizhi_show .weizhi a{color:#666;}



/*===================子栏目导航================*/
#n_nav a{position: relative;float: left;display: block;  font-size:15px; padding:0 25px;background: url(../images/line_n_title.jpg) right 1px center no-repeat; text-align: center; }
#n_nav a:last-child{ background: none;}
#n_nav a strong{ position: relative; display: block;z-index: 9; height: 60px; line-height:60px; color:rgba(255,255,255,0.8); font-weight:normal; transition:0.6s all; }
#n_nav a span{position: absolute; left: 0px; top: 0px; z-index: 1; width: 100%; display: inherit; text-align: center;}
#n_nav a i{ display:inline-block; background:var(--main_color); height: 60px; width: 0px; transition:0.6s all; opacity:0;}
#n_nav  a.on i,#n_nav a:hover i{width:100%; opacity:1;}
#n_nav  a.on strong,#n_nav a:hover strong{ color: #fff; }

/*===================团队列表================*/
.team_list{}
.team_list  li{width:48.5%; background:#f5f5f5; margin-bottom:.3rem;}
.team_list  li .pic{width:30%; overflow:hidden;}
.team_list  li .pic img{width:100%; display:block; transition:0.5s all; opacity:0.98;}
.team_list  li:hover img{transform:scale(1.1);}
.team_list  li .txt{width:70%; padding:0 .3rem; box-sizing:border-box; display:flex; flex-direction:column; justify-content:center;}
.team_list  li .txt h2{ font-size:.2rem; margin-bottom:10px;}
.team_list  li .txt h5{ font-size:16px; font-weight:normal; color:#555; margin-bottom:.15rem;}
.team_list  li .txt p{ line-height:1.7; text-align:justify; color:#888;}
.team_list  li .txt a{border: 1px solid #aaa; color:#666; line-height:.42rem; width:1.5rem; text-align:center; display:block; margin-top:.25rem; transition:0.5s all;}
.team_list  li .txt a:hover{border: 1px solid var(--main_color); background:var(--main_color); color:#fff;}


/*===================团队内容页================*/
.team_side{text-align: center;position: relative; width:420px; }
.team_side .pic{ width:380px;overflow:hidden;}
.team_side .pic img{width:100%; display:block;}

.team_side .bg{width:380px; height:480px; background:#f2f2f2; position:absolute; left:25px; top:25px; z-index:-1}

.team_side .title{width:136px; line-height:136px; border-radius:100%; text-align:center;font-size: 28px; font-weight:bold; position:absolute; right:-38px; top:35%;  background:var(--main_color); color:#fff;}

.team_con{width: calc(100% - 500px);}
.team_con h3{ font-size:.2rem;padding: 22px 0 22px 30px;margin-bottom: 25px;background: #f2f2f2;}
.team_con h3 img{margin-right: 16px; vertical-align:middle;}
.team_con h3 span{font-weight:normal; margin-left:15px; display:inline-block; color:#666;}



/*===================公司介绍================*/
.page_about{margin-top:.8rem;}
.page_about .about_pic{ width:35%; background:url(../images/wangdian.png) no-repeat right top; box-sizing:border-box; padding:.5rem .5rem 0 0;}
.page_about .about_pic img{width:100%; display:block;}
.page_about .about_con{width:58%; display:flex; flex-direction:column; justify-content:center;}

.page_about .about_con h3{font-size:.4rem; color:#000; margin-bottom:.3rem; position:relative;}
.page_about .about_con h3:after{ content:''; height:4px; width:.3rem; background:var(--main_color); border-radius:5px; display:block; margin:.2rem 0 .3rem 0;}
.page_about .about_con h5{font-size:.2rem; font-weight:normal;  margin-bottom:35px; color:#666;}

.aboutbar{width: 100%; /*height:2.8rem;*/overflow-y: auto;padding-right:.25rem;}
.aboutbar::-webkit-scrollbar {width: 2px;height: 4px;}
.aboutbar::-webkit-scrollbar-thumb {border-radius: 5px;background:#FF7F27;}
.aboutbar::-webkit-scrollbar-track {border-radius: 0;background: #ededed;}
.aboutbar p{font-size:16px;color: #555;line-height:2;margin-bottom:15px;text-align: justify;text-justify: distribute;}

/*======================公司介绍轮播图======================*/
#page_about {width:100%; position:relative; z-index:0; overflow:hidden; overflow: hidden;}
#page_about .swiper-slide img{width:100%; display:block;cursor: url(../images/move.png),default!important;}

/*按钮切换*/	
#page_about .swiper-button-prev,#page_about .swiper-button-next {width: 72px;height: 72px; background: url(../images/ico_sliding.png) no-repeat; margin-top:-36px;opacity:0;}
#page_about .swiper-button-prev {background-position: 0 0;}
#page_about .swiper-button-prev:hover { background-position: 0 -144px;}
#page_about .swiper-button-next { background-position: 0 -72px;}
#page_about .swiper-button-next:hover {background-position: 0 -216px;}
/*分页器*/
#page_about .swiper-pagination{bottom: 25px;}
#page_about .swiper-pagination-bullet {width: 38px;height: 3px;border-radius: 0;background: rgba(0, 0, 0, .3);opacity: 1;position: relative;margin: 0 5px !important;}
#page_about .swiper-pagination-bullet:before{content: "";position: absolute;top: 0;left: 0;background: #fff;width: 0;height: 3px;z-index: 1;transition: 0s;}
#page_about .swiper-pagination-bullet-active:before{width: 100%;transition: all 5s ease;}


/*======================联系我们======================*/
/*联系我们*/
.lxfs_list {}
.lxfs_list li{width:23.5%; text-align:center; border-radius: 5px; transition: .3s all; background:#f5f5f5; padding:35px 20px; box-sizing:border-box;}
.lxfs_list li .ico{width:90px; height:90px; transition:0.3s all; position:relative; margin:0 auto;display:flex; flex-direction:column; justify-content:center;align-items:center;}
.lxfs_list li .ico img{transition:0.5s all; }
.lxfs_list li:hover .ico img{filter: grayscale(100%) brightness(1000%);}

.lxfs_list li h5{font-size:17px; margin:25px 0 10px 0;}
.lxfs_list li p{ font-size:14px; line-height:1.8;}

.lxfs_list li .ico:before {content: "";width: 100%;height: 100%;border-radius: 50%;
	background:rgba(255,255,255,1);
	/*border:solid 1px rgba(255,255,255,0.6);*/
	display: block;
	position: absolute;
	z-index: -1;
	left: 0px;
	top: 0px;
	transition: all 0.5s ease 0s;
}
.lxfs_list li .ico:after {content: "";width: 100%;height: 100%;border-radius: 50%;
	background: var(--main_color);
	display: block;
	position: absolute;
	z-index: -1;
	left: 0px;
	top: 0px;
	transform: scale(0.3);
	-webkit-transform: scale(0.3);
	opacity: 0;
	-moz-transition: all .6s cubic-bezier(0.445, 0.145, 0.355, 1);
	-o-transition: all .6s cubic-bezier(0.445, 0.145, 0.355, 1);
	-ms-transition: all .6s cubic-bezier(0.445, 1.045, 0.355, 1);
	transition: all .6s cubic-bezier(0.445, 0.145, 0.355, 1);
	visibility: hidden;
}
.lxfs_list li:hover .ico:before {
	opacity: 0;
	transform: scale(1.5);
	-webkit-transform: scale(1.5);
}
.lxfs_list li:hover .ico:after {
	transform: scale(1);
	-webkit-transform: scale(1);
	opacity: 1;
	visibility: visible;
}
/*======================留言反馈======================*/
.page_liuyan{ margin-top:.8rem;}
.page_liuyan .pic{width:5.2rem;}
.page_liuyan .pic img{width:100%;}

.page_liuyan .con{ width:calc(100% - 6rem);  box-sizing:border-box;}
.page_liuyan .con h3{font-size:.36rem; margin-bottom:.25rem;}
.page_liuyan .con h5{font-size:15px; line-height:1.6; font-weight:normal; margin-bottom:.4rem; color:#888;}

/*留言*/
.message_input {margin-bottom:20px;}
.message_input input::-webkit-input-placeholder,
.message_input textarea::-webkit-input-placeholder{font-size:15px;font-family:Microsoft Yahei;}
.message_input li{ width: 48.5%;} 
.message_input input{border: none; background:#f5f5f5;  width: 100%;padding:20px 15px; border-radius:5px;  box-sizing:border-box; font-size:15px;} 
.message_input textarea{font-size:15px; border: none;background:#f5f5f5; width: 100%;padding: 15px 15px;border-radius:5px; box-sizing: border-box;min-height:150px;} 
.message_input .form-group input{width:45%; }
.message_input .submit{ border:none;outline: none; border-radius:5px; font-size:15px; margin-top:15px; cursor:pointer; text-align:center; color:#fff; background:var(--main_color); font-family:"微软雅黑"; transition:0.3s all; width:2rem; line-height:52px;}
.message_input .submit i{margin-left:.25rem;}


/*======================招聘岗位======================*/
.zhaopin_bg{ background:url(../images/n_container_bg.jpg) no-repeat center bottom; padding-bottom:1rem; margin-bottom:-.8rem;}
.job_list{ margin-bottom:1rem;}
.job_list li{width:32%; margin-right:2%; margin-bottom:25px;}
.job_list li:nth-child(3n){margin-right:0;}
.job_list li a{display:block; background:#fff; border:solid 1px #e8e8e8; padding:42px 32px; border-radius:0px; box-sizing:border-box; transition:0.3s all;}
.job_list li a:hover{background:var(--main_color);border:solid 1px var(--main_color); color:#fff;}
.job_list li a:hover i,.job_list li a:hover span{color:#fff;}
.job_list li .tit{ font-size:20px; margin-bottom:.5rem;}
.job_list li .tit i{ float:right; font-size:30px; color:var(--main_color); opacity:0.9; margin-top:-.1rem;  transition:0.3s all;}
.job_list li .txt span{width:50%; font-size:15px; color:#666;  transition:0.3s all;}

.job_box3{}
.job_box3 .pic{ width:45%;}
.job_box3 .pic img{width:100%;}
.job_box3 .txt{/*display:flex; flex-direction:column; justify-content:center;*/width:50%; line-height:1.5;}
.job_box3 .txt h5{font-size:.3rem; margin-bottom:10px;}
.job_box3 .txt h5:after {content:""; display:block; width:20px; height:3px; background:var(--main_color); border-radius:10px; margin:15px 0 25px 0;}

.job_box3 .txt h6{font-size:.2rem; font-weight:normal; color:#999;  margin-bottom:25px;}
.job_box3 .txt p{font-size:.18rem; line-height:2; margin-bottom:50px;}
.job_box3 .txt dl{ font-size:18px;  line-height:2; margin-bottom:20px;}
.job_box3 .txt dt{ margin-right:10px;}
.job_box3 .txt dt i{background:var(--main_color); color:#fff; width:36px; height:36px; line-height:36px; border-radius:36px; text-align:center; display:inline-block;}
.job_box3 .txt dd img{ width:136px;}

/*招聘弹窗*/
.tc_join{width:925px; max-width:90%; background:#fff; /*min-height:480px;*/ padding:60px; box-sizing:border-box; border-radius:10px; position: relative;z-index: 1;}
.tc_join .close{position:absolute; top:25px; right:20px; cursor:pointer;}
.tc_join .close img{height:30px;}

.tc_join .tit{}
.tc_join .tit h4{ font-size:25px; margin-bottom:15px;}
.tc_join .tit p{ color:#888; font-size:15px;}
.tc_join .tit p span{ display:inline-block; margin-right:20px;}
.tc_join .tit p i{ margin-right:5px;}

.tc_join .scrollbox{max-height:360px; overflow: auto; padding-right:.5rem;}
.scrollbox::-webkit-scrollbar {width: 3px;height: 8px;background-color: #f8f8f8;}
.scrollbox::-webkit-scrollbar-track {border-radius: 10px;background-color: #E2E2E2;}
.scrollbox::-webkit-scrollbar-thumb {border-radius: 10px;-webkit-box-shadow:none;background-color: #999;}

.tc_join .con{ line-height:2; font-size:15px; color:#666;}
.tc_join .con h5{font-size:18px; margin:30px 0 10px 0; color:#333;}





/*===================内容页================*/
.page_side{width:360px;}
.page_main{width:calc(100% - 385px); background:#fff; padding:.45rem .66rem; box-sizing:border-box;}

.page_side_box{ padding:25px 30px; background:#fff;}
.page_side_tit {font-size:22px; color: #111; font-weight:bold;  margin-bottom: 15px;}

.next_art{}
.next_art li{background: #fff; padding: 32px 30px 25px 30px; margin-bottom:15px;}
.next_art li .tit{font-size: 22px; font-weight:bold; color:#111; border-bottom: 1px solid #dbdbdb; display:inline-block; padding-bottom: 8px;}
.next_art li h2{font-size: 16px; line-height:1.8;margin: 10px 0 10px;transition: all .4s ease; font-weight:normal;}
.next_art li .time{    color: #888;font-weight: 700;}

.show_back{ background: #fff;padding: 26px 30px; }
.show_back a{display: flex;align-items: center;justify-content: center;width: 100%;height: 44px;font-size: 16px;color: #fff;background:var(--main_color);transition: all .4s ease;}
.show_back a:hover{box-shadow: 0 5px 10px rgba(196,18,24,.6)}

/*内容页*/
.title_txt {font-size:.3rem;line-height:1.8em; font-weight:bold; color:#000;}

.art_info{margin-bottom:25px; color:#888; border-bottom: solid 1px #e8e8e8; position:relative;}
.art_info em{position:relative;font-size:14px; display:inline-block; line-height:60px; font-style:normal; margin-right:25px;}
.art_info em img{ margin:-3px 5px 0 0; vertical-align:middle;}
.art_info em a{color:#888;}


/*share*/
.share-main{ width: 102px; height: 24px; position:absolute; right:0; top:15px;}
.share-main b{ position:absolute; left:-80px; top:7px; font-weight:normal;}
.share-bar a{margin-left: 10px; margin-top:5px; float: left; display: block; width: 24px; height: 24px; background-image:url(../images/icon-share.png); }
.share-bar .share-tsina{background-position: 0 0;}
.share-bar .share-weixin{background-position: -24px 0;}
.share-bar .share-qzone{background-position: -48px 0;}
.weixin-share-open{position: absolute; bottom: 34px; left:0; display: none; background: #fff;}
.weixin-wrap{ padding: 10px; width: 234px; height: 102px; border: 1px solid #ddd;}
.share-qrcode{float: left;}
.share-qrcode img{display: block; width: 80px; height: 80px;}
.weixin-close{position: absolute; top: 0; right: 0; display: block; width: 20px; height: 20px; line-height: 20px; text-align: center; font-size: 16px; color: #d4d4d4; cursor: pointer;}
.weixin-text{padding: 10px 0 0 90px; line-height: 24px; font-size: 12px; color: #666;}


/*正文*/
#art_box { text-align:justify;  font-size:16px; line-height:2; color:#555;}
#art_box p {margin-bottom:.2rem; }
#art_box img{ max-width:100%;}
#art_box table{ border:1px solid #eff3f8; border-collapse:collapse;   font-size:14px; line-height:24px;text-align:center;}
#art_box table tr:nth-child(1){ font-size:14px; background:#eff3f8; font-weight:bold;}
#art_box table td{padding:5px 10px; border:1px solid #D5DFEC;}
#art_box table td:nth-child(2){text-align:left;}
#art_box a{color:#2343B2;}

#art_box video{ max-width:100%;}

.qrcode{text-align:center;  margin-top:50px; font-size:14px; color:#999;}
.qrcode img{width: 150px; border:solid 1px #ddd;}

.bot_info{ font-size:15px; border-top:dashed 1px #ddd; margin-top:30px;}
.bot_info p{ border-bottom:dashed 1px #ddd; line-height:30px; padding:10px 0;}
.bot_info p a{margin-right:10px;}

/*相关阅读*/
.xg_tit h5{font-size:20px; margin:.5rem 0 .25rem 0; position:relative; padding-left:15px;}
.xg_tit h5:after {width:4px;height:18px; 
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    background:var(--main_color);
}

.xg_art{}
.xg_art li{position:relative; padding-left:15px; font-size:15px; width:48%; box-sizing:border-box; line-height:2.4;}
.xg_art li:before{ content: ""; display: block; width:6px; height:6px; border-radius:5px; background:var(--main_color); position: absolute; top: 50%; left: 0;transform: translate(0, -50%);}
.xg_art li span{float:right; margin-top:5px; color:#999;font-size:13px;}



/*系统表单样式*/
.portlet-body{ background:#f8f8f8; border-radius:5px;}
.portlet-body .form-group{margin-bottom:10px;}
.portlet-body .form-horizontal{ padding:50px 80px;}
.portlet-body .form-horizontal input{border:solid 1px #ccc; border-radius:5px; height:36px; line-height:36px; font-size:15px; color:#666; padding:0 10px; margin-top:5px; box-sizing:border-box; outline:none;}
.portlet-body .form-horizontal textarea{border:solid 1px #ccc; border-radius:5px; line-height:36px; font-size:15px; color:#666; padding:0 10px; margin-top:5px; box-sizing:border-box; outline:none;}
.portlet-body .form-horizontal .btn{width:128px; height:40px; line-height:40px; background:#0085c3; color:#fff; border:none; border-radius:5px; cursor:pointer; outline:none; transition:0.3s all;}
.portlet-body .form-horizontal .btn:hover{ background:#f60; color:#fff; text-decoration:none;}



/*404*/
.page_msg {padding: 50px;}
.page_msg h5 { line-height: 60px;border-bottom: 1px solid #ddd;margin-bottom: 10px; font-size:25px; text-align:center;}
.page_msg_con {color: #999; line-height:40px; text-align:center;padding: 25px 0;}
.page_msg_con i {font-size:100px;color: #ddd; margin-bottom:10px;}



/*内页分页*/
.search-pagination{text-align:center; margin:50px 0 20px 0;}
.pagination li {display: inline-block;margin:0 3px;}
.pagination li a{display: inline-block;font-size: 15px;  border-radius:3px;min-width: 46px;height: 46px;line-height: 46px; box-sizing: border-box; padding:0 20px; box-sizing:border-box;transition: 0.3s; background:#e8e8e8; border:solid 0px #ddd;}
.pagination li.active a,.pagination li a:hover{color: #fff !important;background-color:var(--main_color);border:solid 0px #004d98;}





/*======================搜索列表======================*/
.serch_list h2{font-size:20px; margin:.5rem 0 .25rem 0; position:relative; padding-left:15px;}
.serch_list h2:after {width:4px;height:18px; content: '';position: absolute;left: 0;top: 5px;background:var(--main_color);}
.serch_list li{line-height:3; font-size:16px; background:url(../images/dian1.png) no-repeat left center; padding-left:15px; border-bottom:solid 1px #e8e8e8;}
.serch_list li span{float:right; font-size:14px; color:#888;}

/*搜索页面*/
.border_box{ background:#fff; /*box-shadow: 2px 2px 20px rgba(0,0,0,.05);*/padding: 60px 80px; box-sizing:border-box;}

.portlet-title{ height:50px; line-height:50px; border-bottom: 1px solid #eee; display: flex;justify-content: space-between; margin:20px 0;}
.portlet-title h5{font-size:18px; position:relative; float:left; padding:0 5px;}
.portlet-title h5:after{content: "";position: absolute;width:100%; height: 2px;left: 0;bottom: -1px;background:#004d98;}


.serch_n{ padding: 0px 300px; position:relative; margin-bottom:.2rem;}
.serch_n input{width:100%; padding:15px 25px; font-size:17px; outline:none; background:#f8f8f8; box-sizing:border-box; height:.6rem; line-height:.6rem; border:solid 1px #ddd;}
.serch_n .btn{ position:absolute; right:290px; top:0px;}
.serch_n .btn button{ width:125px; height:.6rem; border:0; cursor:pointer; outline:none; padding-left:40px; font-size:.18rem; color:#fff; background: url('../images/serch.png') no-repeat 30px center var(--main_color); background-size:20px auto;}


/*======================搜索======================*/
.serch{height:46px; display:flex; justify-content:center;align-items:center;}
.serch #keyword {width:78%;height:36px; border-radius:5px 0 0 5px; background:url(../images/icon-sq2.png) 15px center no-repeat #f2f2f2;padding: 0 .2rem;padding-left:50px;font-size:15px; box-shadow: none;-webkit-appearance: none;border:0; box-sizing:border-box;outline:none; float:left;}
.serch .btn_submit {width: 22%;height:36px; background: #004d98; border-radius:0 5px 5px 0;  font-size:15px;color: #fff;cursor: pointer;text-transform: uppercase;border:0; outline:none;}




/*右侧悬浮*/
.cndns-right{position:fixed;right:2px;bottom:1rem; z-index:999;}
.cndns-right-meau{position:relative;margin:0 0 5px}
.cndns-right-btn{width:44px;height:auto;overflow:hidden;padding:11px 0;text-align:center;display:block;position:relative;background-color:var(--main_color);border-radius:5px;box-shadow: 0 0 9px 0 rgba(0,0,0,0.1);}
.meau-contact .cndns-right-btn{background-color:#ff6600;}
.cndns-right-btn p{font-size:12px;line-height:16px;padding-top:6px;color:#fff;margin:0 auto}
.demo-icon{width:22px;height:22px;display:block;background:url(../images/fuDong1.png) no-repeat;margin:0 auto}
.demo-icon1{background-position:0 0}
.demo-icon2{background-position:0 -22px}
.demo-icon3{background-position:0 -88px}
.demo-icon4{background-position:0 -66px}
.cndns-right-box{position:absolute;top:0;right:29px;padding-right:25px;display:none}
.cndns-right-box:after{content:'';position:absolute;right:18px;top:15px;width:13px;height:13px;border-radius:2px;background-color:#fff;border-top:1px solid rgba(0,0,0,.08);border-right:1px solid rgba(0,0,0,.08);transform:rotate(45deg)}
.cndns-right-btn:hover{background-color:#fa0}
.cndns-right-box .box-border{padding:20px 30px 24px;width:200px;height:auto;overflow:hidden;background-color:#fff;border-radius:5px;-webkit-box-shadow:0 0 8px rgba(0,0,0,.15);-moz-box-shadow:0 0 8px rgba(0,0,0,.15);box-shadow:0 0 8px rgba(0,0,0,.15);position:relative}
.meau-cord .cndns-right-box .box-border{width:260px;padding:20px; text-align:center;}
.meau-cord .cndns-right-box .box-border img{width:125px;}
.box-border p{font-size:18px;color:#555; font-family:din;line-height:32px; margin:0}
.box-border p a{font-size:14px;color:#666;line-height:32px;display:block}
.box-border .wz1{font-size:18px;color:#333;padding:0 0 8px}
.box-border .wz2 svg{fill:var(--main_color);}
.cndns-right-meau:hover .cndns-right-box{display:block}
#top-back{ transition:0.5s all;  overflow:hidden; height:44px; opacity:1;}
#top-back.hide{ height:0; opacity:0;}
  
  

/*用户注册、登录、找回密码*/
.user_bg{width: 100%;min-height: 100vh;height: 100%;overflow: hidden;position: relative;background: url(../images/n_user_bg1.jpg) center no-repeat;background-size: cover;}
.user_form_box{width:500px; background:#fff; border-radius:5px; overflow:hidden; padding-bottom:40px; position: relative; box-shadow:0 5px 20px rgba(0,0,0,.15); box-sizing:border-box;}
.user_form_box .head{height: 56px;background: #f6f6f6;padding: 16px 20px; margin-bottom:40px; text-align:center; box-sizing:border-box; font-size:20px; text-shadow: 0 1px 10px rgba(0,0,0,.25);}

.form_box .p1{margin-top:25px;}
.form_box .p1 a{ color:#ff2442;}

.u_footer{color:rgba(255,255,255,0.6); margin-top:15px; font-size:13px;}



/*建议反馈*/
.note_red{color:#fe0000; margin:0 10px;}
.note_arrow{ color:#999; display:inline-block; background:url(../images/note.gif) no-repeat left center; padding-left:24px; margin-left:10px; font-size:14px;}
.fill_table_c{ clear:both;}
.fill_table_c input[type="text"]{ width:260px; padding:13px 10px; border:solid 1px #e8e8e8; border-radius:3px; font-family:"微软雅黑"; font-size:15px;}
.fill_table_c textarea{ width:560px; padding:10px 10px; height:150px; border:solid 1px #e8e8e8; border-radius:3px;  font-family:"微软雅黑"; font-size:15px;}
.fill_table_c td{ vertical-align:top; line-height:2.5; padding:8px 5px; font-size:15px;}
.fill_table_c img{ vertical-align:middle; margin:0 10px;}
.fill_table_c .submit_btn{ width:250px; height:50px; line-height:50px; font-family:"微软雅黑"; border:none; font-size:16px; cursor:pointer; text-align:center; color:#fff; background:#00A0E9; border-radius:3px;}
.fill_table_c .submit_btn:hover{ background:var(--main_color); color:#fff; text-decoration:none;}






/*弹窗表单*/
.form_box{width:330px; margin:auto;}
.form_box .con li,.form_box .con .form-actions{margin-top:15px; position:relative;}
.form_box .con li input{background: #fff; font-size:15px;border-radius: 4px;border: 1px solid #dcdfe6;box-sizing: border-box;color: #606266;height: 46px;line-height: 46px;outline: none;padding: 0 15px;transition: border-color .2s cubic-bezier(.645,.045,.355,1);width: 100%;}
.form_box .con li input:focus,.form_box .con li input:hover{border:solid 1px #FF2442;}
.form_box .con li .yzm{position:absolute; padding:0 10px; top:0px; right:0px; border-left:solid 1px #dcdfe6; transition:.2s all;}

.form_box .con button{ width:100%; height:50px; background:#FF2442; border:none; font-size:15px; color:#fff; cursor:pointer; outline:none; border-radius:3px;}
.form_box .con button:hover{ opacity:0.9;}

.form_box .con .sms_btn{ width:125px; line-height:46px; background:#333; font-size:14px; color:#fff; display:block; text-align:center; border-radius:3px; text-decoration:none;}

.btn_flash{overflow:hidden; position: relative;}
.btn_flash .anim { -moz-transform: translateY(-50%) translateX(-50%); -ms-transform: translateY(-50%) translateX(-50%); -webkit-transform: translateY(-50%) translateX(-50%); transform: translateY(-50%) translateX(-50%); position: absolute; top: 50%; left: 50%; }
.btn_flash .anim:before { position: relative; content: ''; display: block; margin-top: 100%; }
.btn_flash .anim:after { content: ''; position: absolute; top: 0; bottom: 0; left: 0; right: 0; border-radius: 50%; }
.btn_flash:hover .anim { -moz-animation: anim-out 0.75s; -webkit-animation: anim-out 0.75s; animation: anim-out 0.75s; }
.btn_flash:hover .anim:after { -moz-animation: anim-out-pseudo 0.75s; -webkit-animation: anim-out-pseudo 0.75s; animation: anim-out-pseudo 0.75s; }
@-webkit-keyframes anim-out-pseudo {
    0% { background: rgba(255, 255, 255, 0.25); }
    100% { background: transparent; }
}
@-moz-keyframes anim-out-pseudo {
    0% { background: rgba(255, 255, 255, 0.25); }
    100% { background: transparent; }
} 
@-ms-keyframes anim-out-pseudo {
    0% { background: rgba(255, 255, 255, 0.25); }
    100% { background: transparent; }
}
@keyframes anim-out-pseudo {
    0% { background: rgba(255, 255, 255, 0.25); }
    100% { background: transparent; }
}
@-webkit-keyframes anim-out {
    0% { width: 0%; }
    100% { width: 100%; }
}
@-moz-keyframes anim-out {
    0% { width: 0%; }
    100% { width: 100%; }
}
@-ms-keyframes anim-out {
    0% { width: 0%; }
    100% { width: 100%; }
}
@keyframes anim-out {
    0% { width: 0%; }
    100% { width: 100%; }
}

/*弹窗*/
.tc{transition:all ease 300ms;position: fixed;width: 100%;height: 100%;top: 0;left: 0;z-index: 99999; display:flex; flex-direction:column; justify-content:center;align-items:center;}
.tc{ pointer-events: none;  filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0;transform:scale(1.1);}
.tc.act{ filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1;  pointer-events: auto;transform:scale(1);}
.tc-bg {height: 100%;background: rgba(0,0,0,.5);position: absolute;top: 0;left: 0;width: 100%;z-index: 0;}





/*留言弹窗*/
.buy_form{width:9rem; height:6.3rem; padding:.5rem .8rem; background:#fff; border-radius:10px; box-sizing:border-box; position:absolute; top:0; left:0; right:0; bottom:0; z-index:2; margin:auto;}
.buy_form .close{position:absolute; top:40px; right:40px; cursor:pointer;}

.buy_form .tit{font-size:.36rem; color:#000; margin-bottom:.15rem}
.buy_form .info{ line-height:2em; font-size:.16rem; color:#888; border-bottom:solid 1px #ddd; height:.5rem; margin-bottom:.35rem;}

.buy_form ul{display:flex; justify-content:space-between; flex-wrap:wrap;}
.buy_form li{font-size:.15rem; margin-bottom:.15rem; width:49%;}

.buy_form input{padding:.2rem;width:100%; box-sizing:border-box;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 2px; font-size:.16rem;
}
.buy_form textarea{padding:.2rem;width:100%; box-sizing:border-box;border: 1px solid rgba(0,0,0,.1); height:125px; border-radius: 2px; font-size:.16rem; font-family:"微软雅黑";}
.buy_form .form-group {width:100%;}
.buy_form .form-group input{width:49%; margin-right:1%;  margin-bottom:.2rem;}

.buy_form .submit{ border:none; font-size:.2rem; cursor:pointer; text-align:center; color:#fff; background:var(--main_color); border-radius: 3px; transition:0.3s all; width:100%; height:.6rem; line-height:.6rem;}
.buy_form .submit:hover{}


/*更多*/
.lookmore{ text-align:center;margin-top:40px;}
.lookmore a{display:inline-block;border: #ccc 1px solid; border-radius:.22rem;width:1.55rem; line-height:.42rem; color: #565656; position:relative;overflow:hidden; transition:0.5s all;}
.lookmore a span{ position:relative; z-index:10}
.lookmore a:hover{color:#fff;border:var(--main_color) .01rem solid;background: var(--main_color); transition-delay:0.36s}
@-webkit-keyframes criss-cross-left {
0% {
left: -.2rem;
}
50% {
left: 50%;
width: .2rem;
height: .2rem;
}
100% {
left: 50%;
width: 3.75rem;
height: 3.75rem;
}
}
@keyframes criss-cross-left {
0% {
left: -.2rem;
}
50% {
left: 50%;
width: .2rem;
height: .2rem;
}
100% {
left: 50%;
width: 3.75rem;
height: 3.75rem;
}
}
@-webkit-keyframes criss-cross-right {
0% {
right: -.2rem;
}
50% {
right: 50%;
width: .2rem;
height: .2rem;
}
100% {
right: 50%;
width: 3.75rem;
height:3.75rem;
}
}
@keyframes criss-cross-right {
0% {
right: -.2rem;
}
50% {
right: 50%;
width: .2rem;
height: .2rem;
}
100% {
right: 50%;
width: 3.75rem;
height: 3.75rem;
}
}
.btn-11 {
position: relative;
color: #9a7cba;
}
.btn-11:before, .btn-11:after {
position: absolute;
top: 50%;
content: '';
width: .2rem;
height: .2rem;
background: var(--main_color);
border-radius: 50%;
}
.btn-11:before {
left: -.2rem;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
/*     animation: criss-cross-left 0.8s reverse; */
}
.btn-11:after {
right: -.2rem;
-webkit-transform: translate(50%, -50%);
transform: translate(50%, -50%);
/*     animation: criss-cross-right 0.8s reverse; */
}
.btn-11:hover:before, .btn-11:hover:after {
/*       @include size($btn-width); */
}
.btn-11:hover:before {
-webkit-animation: criss-cross-left 0.8s both;
animation: criss-cross-left 0.8s both;
}
.btn-11:hover:after {
-webkit-animation: criss-cross-right 0.8s both;
animation: criss-cross-right 0.8s both;
}