@charset "utf-8";
/* CSS Document */
:root{    
	--main_color:#0979DB;        /* 主色 */
	--main_color_rgb:221,36,42;  /*rgba*/
    --second_color:#3BC319;      /* 副色 */    
}
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;}
body{ -webkit-font-smoothing:antialiased;font-smoothing:antialiased;-webkit-overflow-scrolling:touch;/*安卓和 IOS html5 动画卡顿解决方案*//* overflow-x:hidden; */line-height: 1; font-size:14px; }
a{text-decoration:none; color:#333; outline-style:none;}
a:hover{color:var(--main_color);}
a,input,img,:focus{ -webkit-tap-highlight-color:transparent; mayfish:expression(this.onfocus=this.blur); cursor:handbblr:expression(this.onFocus=this.blur());/*IE使用*/ outline-style:none;/*FF使用*/ }
ul,li{list-style:none;}
.clear{clear:both;}
img{border:0;}
.fl{float:left;}
.fr{float:right;}
.bottom_blank{height:.6rem;}
.mt20{margin-top:20px;}

/*图片放大*/
.picShow img{transition:0.3s all;}
.picShow img:hover,.picShow a:hover img{ transform:scale(1.1); }

/*======================主体宽度======================*/
.main{width:1200px; margin:auto;}
@media screen and (max-width:768px) {
	.main{width:100%; padding:0 15px; box-sizing:border-box;}
}
.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;}

/*头部*/
.header{z-index: 100;width: 100%; background:#fff;}
.header .logo{height:100px; transition:0.5s all; position:relative;}
.header .logo img{display:block;}

.m_tc_box,.m_header_right{ display:none;}

/*搜索*/
.header_s{}
.header_s input{font-family:"微软雅黑";  box-sizing:border-box; outline:none;}
.header_s span{float:left;}
.header_s .s_key{ height:42px; line-height:42px; width:260px; background:#EEF0F4; padding-left:25px;  border-radius:40px 0 0 40px; border:none;margin-right: -3px;}
.header_s .s_btn{ background:url(../images/icon-hsrch.png) no-repeat 10px center var(--main_color); border:none; padding-left:25px;  line-height:40px; width:80px; font-size:15px; color:#FFF;  border-radius:0 40px 40px 0; cursor:pointer;}

/*电话*/
.header .tel .ico{margin-right:5px;}
.header .tel p{font-size:14px; color:#666; margin-top:5px; margin-bottom:8px;}
.header .tel h6{font-size:20px; color:var(--main_color); }


/*下拉菜单*/
.navBox {position:relative; z-index:10; background:var(--main_color);}
.navBox .nav{display:flex;}
.navBox .nav li { flex:1; position: relative; }
.navBox .nav li>a {position: relative; padding:20px 0; display:flex; justify-content:center;align-items:center;}
.navBox .nav li>a .txt {position: relative;z-index: 2;font-size:16px; transition:0.5s all; color:#fff;}
.navBox .nav li>a .bg {background:var(--second_color); position: absolute;left:0; bottom:0; width:100%; height:0;display: block; transition: 0.5s;}
.navBox .nav li.active a .bg,.navBox .nav li.curr a .bg {height: 100%; }


.subNavbox{width:100%; position:absolute; top:100%;left:50%;background:rgba(255,255,255,1);transform:translate(-50%,0); box-shadow:0 5px 20px rgba(var(--main_color_rgb),.15); display:none; box-sizing:border-box;}
.subNavbox p:not(:last-of-type){border-bottom:1px solid #ddd}
.subNavbox a{display:block;position:relative;font-size:15px; line-height:1.5; padding:12px 10px; text-align: center; }
.subNavbox a.active,.subNavbox a:hover{background:var(--second_color); color:#fff;}
.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; }

/*======================搜索======================*/
.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:20px;  transition:0.3s all;}
.header .top_serch a:hover svg{ fill:var(--main_color)}

.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;}

/*======================菜单按钮======================*/
.nav_btn{width: 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: 15px;height: 2px;margin: 0px auto 0;background:#fff;border-radius:3px;}
.nav_btn .line:before,.nav_btn .line:after{content: '';width: 100%;height: 2px;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; animation: long 2s linear infinite}
.nav_btn .line:after{transition-property: top,transform;top:10px; animation: long 3s linear infinite}
.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;animation: none;}
.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);}

@keyframes  long {
    0% { width: 0}
    25% {width: 100%}
    50% { width: 150%}
    75% {width: 100%}
    to { width: 0}
}


/*======================手机菜单按钮======================*/
.m_nav_btn{width: 30px;height: 30px;transition: 0.3s;cursor: pointer;border:none;padding: 0;outline: none;background:none; margin-top:15px; display:block;}
.m_nav_btn .line{position: relative;display: block;width: 25px;height: 3px;margin: 0px auto 0;background:var(--main_color);border-radius:3px;}
.m_nav_btn .line:before,.m_nav_btn .line:after{content: '';width: 100%;height: 3px;left: 0;position: absolute;background:var(--main_color);border-radius:3px;transition-duration: 0.3s,0.3s;transition-delay: 0.1s,0s;}
.m_nav_btn .line:before{transition-property: bottom,transform;bottom: 8px;}
.m_nav_btn .line:after{transition-property: top,transform;top: 8px;}
.m_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}
.m_nav_btn_active .line:after,.m_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}
.m_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)}
.m_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);}

@media screen and (max-width:768px) {
.header{ height:60px; position: fixed; z-index: 200; background:#fff; box-shadow: 0 1px 5px rgba(0,0,0,0.1);}
.header .logo{height:60px; margin-left:-10px;}
.header .logo img{height:42px;}
.header_s,.header .tel,.navBox{display:none;}
.m_header_right{display:block; margin-right:-5px;}
.m_top_blank{height:60px;}
	

/*======================手机弹出菜单======================*/
.m_tc_box{position: fixed;top:50px;left: 0;bottom: 0;right: 0;background: #fff;z-index: 102; display:none;}
.m_tc_box .wrapper {position: absolute;left: 0;right: 0;height: 100%;padding:15px; box-sizing:border-box;overflow-x: hidden;overflow-y: auto;z-index: 110;}

/*搜索表单*/
.m_search_box {width:100%;  position: relative;border: 1px solid #e1e6f0; overflow:hidden; border-radius:3px; margin-bottom:15px; margin-top:25px;}
.m_search_box .search-btn {position: absolute;top:0px;right:0px;width:50px ;height:100%;}
.m_search_box form {height:46px;}
.m_search_box form input[type="text"] {width: 100%;height: 100%;background:rgba(255,255,255,0.8); box-sizing: border-box;padding: 0 50px 0 15px;border: none; font-size:15px;}
.m_search_box form input[type="submit"]{display: inline-block;width:30px;height:30px; background: url('../images/zoom.png') no-repeat center; border:none; background-size:23px auto;}

/*手机下拉菜单*/
.m_menu{overflow-x: hidden;overflow-y: auto;}
.m_menu .nav1 ul{ padding:0 0 0 30px; display:none; background-color:#fff;}
.m_menu .item{border-bottom: 1px solid #efefef; padding:16px 10px; font-size:16px;}
.m_menu .item i{float:right; color:#ccc; transition:0.3s all;}
.m_menu .item.active> i{ -webkit-transform: rotate(180deg); transform: rotate(180deg); }
.m_menu .item.curr a,.m_menu .item a:hover{color:var(--main_color);}


/*电话*/
.m_tel{text-align:center; margin-top:35px; font-size:20px; font-family:din; color:#fff; background:var(--main_color); padding:15px; border-radius:5px; letter-spacing:1px;} 
.m_tel i{ font-size:18px; margin-right:5px;}
}

/*======================轮播图======================*/
	#banner {width:100%; position:relative; z-index:0; overflow:hidden;}

	#banner .txt{position:absolute;z-index: 999;left:0;top:0; width:100%; height:100%; padding:0 1rem 0 1.5rem; box-sizing:border-box;} 
	
	#banner .swiper-slide .pic {position:relative; z-index:1; height:500px;}
	#banner .swiper-slide .pic img{width:100%;height:100%; object-fit: cover; transition: all 4s;  transform: scale(1,1); -webkit-transform: scale(1,1); display:block; /*-webkit-filter: blur(30px); filter: blur(30px);*/}
	#banner .swiper-slide-active .pic img{ transform: scale(1.03,1.03);  -webkit-transform: scale(1.03,1.03);  transition-delay:1s; /*-webkit-filter: blur(0px); filter: blur(0px);*/}
	
/*按钮切换*/	
	#banner .swiper-button-prev,#banner .swiper-button-next { display:none;width: 72px;height: 72px; background: url(../images/ico_sliding.png) no-repeat; margin-top:-15px;opacity:0.6;}
	#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.36); 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: 33px;border-radius: 30px;opacity: 1.0;}
	#banner .swiper-pagination{bottom:20px;}

#banner li:after {content: "";background:rgba(0,0,0,0.1); /*background:url(../images/banenr_line.png) repeat-x;*/
	position: absolute;left: 0px;top: 0px;right: 0px;bottom: 0px;opacity:1;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;} 

@media screen and (max-width:768px) {
	#banner{display:none;}
	#banner .swiper-slide .pic{height:160px;}
	#banner .swiper-button-prev,#banner .swiper-button-next{ display:none;}
	#banner .swiper-pagination-bullet{width: 7px;height:7px;}
	#banner .swiper-pagination-bullet-active{width: 20px;}
	#banner .swiper-pagination{bottom:6px;}
}




.more_1{ text-align:center; margin:.5rem auto auto auto; position:relative; z-index:1;}
.more_1 a{width: 2rem; line-height: .5rem;text-align: center;border: 1px solid #5a5a5a; border-radius: 5px; overflow:hidden; display:inline-block; font-size:14px; position:relative; transition:0.3s;}
.more_1 a:hover{color:#fff; border: 1px solid var(--main_color);}
.more_1 a:before{content: "";position: absolute;z-index: -1;top: 0;right: 0;right: 0;bottom: 0; width:0; transition:.5s all;background:var(--main_color); }
.more_1 a:hover:before{ width:100%; left:0;}

@media screen and (max-width:768px) {
.more_1 a{width: 50%; line-height:36px;}

}

/*==================首页全局高度======================*/
.mt15{margin-top:40px;}

@media screen and (max-width:768px) {
.mt15{margin-top:15px;}
}



/*==================首页推荐新闻图片轮播======================*/

/*轮播图*/
#tjxw_pic {width:35%;}
#tjxw_pic .swiper-container{margin:0;}
#tjxw_pic .swiper-slide{overflow:hidden;  position:relative;}
#tjxw_pic .swiper-slide img{width:100%;height:100%;}

/*分页器*/
#tjxw_pic .swiper-pagination-bullet{width: 10px;height: 10px; display: inline-block; border-radius: 50%; background:#fff; transition: all .5s ease;-moz-transition: all .5s ease;-webkit-transition: all .5s ease;-o-transition: all .5s ease; opacity: 1.0;}
#tjxw_pic .swiper-pagination-bullet-active{background:var(--main_color);opacity: 1.0;}
#tjxw_pic .swiper-pagination{bottom:12px; left:-10px; text-align:right;}
#tjxw_pic .swiper-slide p{ width:100%; line-height:42px; position:absolute; left:0; bottom:0; background:rgba(0,0,0,0.6); color:#fff; font-size:15px; padding:0 100px 0 15px; box-sizing:border-box;}

@media screen and (max-width:768px) {
#tjxw_pic {width:100%;}
#tjxw_pic .swiper-slide p{line-height:36px; font-size:14px; padding:0 100px 0 10px; box-sizing:border-box;}
}

/*==================首页重要公告======================*/

.zygg{width:37%;margin-left:25px;}

/*首页标题1*/
.index_title1{  height:40px; line-height:40px; border: 1px solid #e2e2e2;border-left: 0px;background:url(../images/tab_bg.jpg);}
.index_title1 h5{font-size:15px; color:#FFFFFF;width: 120px;height: 42px; margin-top: -1px; background:var(--main_color);text-align: center;float: left;}
.index_title1 span{float:right;  margin-right:10px;}
.index_title1 span a:hover{text-decoration:underline;}

/*首页标题2*/
.index_title2{  height:40px; line-height:40px; background:var(--main_color);}
.index_title2 h5{font-size:15px; color:#FFFFFF;float: left;margin-left:15px;}
.index_title2 span{float:right;  margin-right:10px;}
.index_title2 span a{color:#fff;}
.index_title2 span a:hover{text-decoration:underline;}


@media screen and (max-width:768px) {
.zygg {width:100%;margin-left:0;margin-top:20px;}
.tjxw_list li{padding:15px 0;}

}




/*推荐新闻*/
.tjxw{padding:20px 0 15px 0;border-bottom: 1px dashed #DBDBDB;}
.tjxw a{display:inline-block;font-size:16px;color:#000;width:100%;transition:all .5s;}
.tjxw span{display:block;margin:10px 0 10px 0;color:#888;font-size:13px;}
.tjxw span i{padding-right:5px;}
.tjxw p{font-size:14px;color:#515151;line-height:1.6;}
.tjxw a:hover{color:var(--main_color);}


/*推荐新闻列表*/
.tjxw_list li{border-bottom: 1px dashed #DBDBDB;padding:15px 0;}
.tjxw_list li a{width:75%;font-size:14px;color:#333; transition:all .5s;}
.tjxw_list li a i{font-size:13px;padding-right:5px;color:#888;transition:all .5s;}
.tjxw_list li .date{width:25%;text-align:center;font-size:13px;color:#888;}
.tjxw_list li a:hover{color:var(--main_color);}
.tjxw_list li a:hover i{color:var(--main_color);}

@media screen and (max-width:768px) {
.zygg {width:100%;margin-left:0;margin-top:20px;}
.tjxw_list li{padding:15px 0;}

}

/*==================首页公司简介======================*/

.index_about{width:23%;margin-left:25px;text-align:center;border: 1px solid #e2e2e2;padding-bottom:10px;}
.index_about .pic{overflow:hidden;padding:10px 10px;box-sizing:border-box;}
.index_about .pic img{width:100%;}
.index_about .txt{color:#777;font-size:13px;line-height:1.8;padding:0 10px;box-sizing:border-box;text-align:justify;}

@media screen and (max-width:768px) {
.index_about{width:100%;margin-left:0;margin-top:20px;border:0;padding-bottom:0;}
.index_about .pic{padding:10px 0;}
.index_about .txt{padding:0;}

}

/*==================首页新闻列表======================*/
.news_box{border: 1px solid #e2e2e2;border-top:none;}
.news_box:nth-child(1){width:35%;}
.news_box:nth-child(2){width:37%;margin-left:25px;}
.news_box:nth-child(3){width:23%;margin-left:25px;}
.news_list{padding:10px 15px 20px 15px;}
.news_list li{border-bottom: 1px dotted #ccc;padding:15px 0;}
.news_list li a{color:#333;font-size:14px;position: relative;padding-left:13px;transition:all .5s;}
.news_list li a:before{ content:'';width:4px;height:4px;border-radius:100%;background:var(--second_color);position: absolute;left: 0;top: 9px;}
.news_list li a:hover{color:var(--main_color);}

@media screen and (max-width:768px) {
.news_box{border: 0;}
.news_box:nth-child(1){width:100%;}
.news_box:nth-child(2){width:100%;margin-left:0;margin-top:10px;}
.news_box:nth-child(3){width:100%;margin-left:0;margin-top:10px;}
.news_list{padding:10px 0 0 0;margin-bottom:10px;}
.news_list li{padding:15px 0;}
.news_list li a{padding-left:10px;}
.news_list li a:before{top: 6px;}
}

/*======================首页合作伙伴======================*/
.hzhb{padding:20px 15px;border: 1px solid #e2e2e2;border-top:none;}
.hzhb a{width:17.8%; margin:0 1%;overflow:hidden; height:80px; transition:0.3s all;border:1px solid rgba(204,204,204,.5);border-radius:4px;margin-bottom:25px;box-sizing:border-box;}

.hzhb a img{display:inline-block;  max-width:90%;max-height:90%; }
.hzhb a:hover{ transform: translate3d(0, -5px, 0);-webkit-transform: translate3d(0, -5px, 0); box-shadow: 0 5px 10px #eee;}

@media screen and (max-width:768px) {
.hzhb{padding:15px 0 10px 0;border:0;}
.hzhb a{width:23%;height:40px;margin-bottom:10px;}

}


/*======================首页友情链接======================*/
.index_link{background:#f2f2f2;border-top:1px solid rgba(204,204,204,.5);padding:20px 0;}
.index_link h3{font-size:14px;font-weight:bold;}
.index_link p{padding:0 15px ;display:inline-block;}

@media screen and (max-width:768px) {
.index_link{margin-bottom:80px;padding:20px 0 10px 0;}
.index_link h3{font-size:14px;}
.index_link p{display:inline-block;font-size:12px;margin-bottom:10px;padding:0 5px}
}


/*======================底部======================*/
.foot_bg{width:100%;background:url(../images/footer-bg.png) #3b3f4a;border-top: solid 0px #c00;padding:45px 0 0 0 ; margin-top:25px;}
.foot_bg .foot_link{text-align:center;margin:0 auto;}
.foot_bg .foot_link a{color:#afb0b4; padding:0 15px; background:url(../images/topRline.jpg) no-repeat right center;}
.foot_bg .foot_link a:last-child{background:none;}
.foot_bg .foot_link a:hover{color:var(--main_color);}

.lxfs{margin-top:40px;}
.lxfs p {text-align:center;color: #afb0b4;text-align: center;line-height: 28px; }

.copyright1{border-top:solid 1px rgba(255,255,255,0.1);padding:20px 0;margin-top:40px;text-align:center;text-transform:uppercase;color:#afb0b4;font-size:12px;}
.copyright1 a{color:#afb0b4;}


.copyright{display:none; padding:20px 0; border-top:solid 1px rgba(255,255,255,0.1); color:rgba(255,255,255,0.35); margin-top:80px; text-transform:uppercase; font-size:13px;}
.copyright a{color:rgba(255,255,255,0.35);}
.m_foot_bg{display:none;}

@media only screen and (max-width: 768px){
.foot_bg{margin-top:30px;padding:30px 0 0 0 ;}
.copyright1,.foot_link,.lxfs{display:none;}
.copyright{display:block;padding:15px 0;margin-top:20px;}
.copyright p{width:100%; line-height:1.6; text-align:center;}
.m_foot_bg{ display:block; padding:0 15px;}
.m_foot_bg h5{font-size:14px; text-align:center; font-weight:normal; color:rgba(255,255,255,0.68);}
.m_foot_bg h3{font-size:20px; text-align:center; margin:10px 0 15px 0;}
.m_foot_bg h3 a{color:var(--main_color);}
.m_foot_bg p{font-size:14px; text-align:center; color:rgba(255,255,255,0.68); line-height:1.6; margin-bottom:5px;}
}


/*二级页面 banner*/
.page_ban{  position:relative; overflow:hidden;}
.page_ban .pic img{display:block;}
.page_ban .pic {overflow:hidden;height:2.1rem;}

@media screen and (max-width:768px) {
.page_ban .pic{height:120px;}
.page_ban .pic img{width:100%;height:100%; object-fit:cover;}
}


/*======================内页左边通用全局样式======================*/
.page_left{width:22%;}
.page_left h3{background:var(--main_color);padding:18px 0;color:#fff;font-size:22px;text-align:center;font-weight:normal;}
.page_left .sub_nav{margin-bottom:20px;}
.page_left .sub_nav li{border-top: solid 1px #fff;background: #EDF7FF;padding:16px 0;text-align:center;font-size: 16px; transition:all .5s;}
.page_left .sub_nav li.on{background:var(--second_color);color:#fff;}
.page_left .sub_nav li:hover{background:var(--second_color);color:#fff;}


.tjzx_list{padding:0 15px 20px 15px;box-sizing:border-box;}
.tjzx_list li{border-bottom: 1px dotted #ccc;padding:15px 0;}
.tjzx_list li a{color:#333;font-size:14px;position: relative;padding-left:13px;transition:all .5s;}
.tjzx_list li a:before{ content:'';width:4px;height:4px;border-radius:100%;background:var(--second_color);position: absolute;left: 0;top: 9px;}
.tjzx_list li a:hover{color:var(--main_color);}




/*======================内页右边通用全局样式======================*/
.sjd{display:none;}
.page_right{width:75%;}
.page_right .con_top {margin-bottom: 30px;border-bottom: 2px rgba(0,0,0,0.1) solid;box-sizing: border-box; height: 50px;line-height: 40px;}
.page_right .con_top .biaoti{ font-size:20px;font-weight:bold; border-bottom:solid 3px var(--second_color); height:47px;}
.page_right .con_top .biaoti i{padding-right:10px;font-size:18px;color:var(--main_color); box-sizing:border-box;}

.page_right .con_top .weizhi{color:#666;background:url(../images/home_icon.png) no-repeat left center; padding-left:20px;}
.page_right .con_top .weizhi a{font-size:12px;color:#666;padding-left:5px; box-sizing:border-box;line-height:52px;}
.page_right .con_top .weizhi a:hover{color:var(--main_color);}
.page_right .con_top .weizhi span{color:#999;}


/*======================单页内容样式全局通用======================*/
.page_right .page_con p{font-size:16px;line-height:2;margin-bottom:20px;}


@media screen and (max-width:768px) {
.sjd{display:block;}
.page_left,.tjzx_list,.con_top{display:none;}
.page_right{width:100%;}
.sj_con{margin-top:30px;}
.sj_con	 p{font-size:13px;line-height:1.8;margin-bottom:20px;overflow:hidden;text-align:justify;}
.sj_con	 p img{width:100%;}
}


/*位置*/
.sub_weizhi{position:relative; z-index:9; margin-top:-.5rem;}
.sub_weizhi .main{background: #fff;height:1rem;line-height:1rem;padding: 0px .45rem 0 0.25rem; box-sizing:border-box;box-shadow: 0 8px 15px rgba(0,0,0,0.1);border-radius:5px;}
.sub_weizhi .weizhi{padding-left:35px; position: relative;}
.sub_weizhi .weizhi i.ico { position: absolute;left: 10px;top: -3px;}
.sub_weizhi .weizhi i.ico svg { width: 20px;vertical-align: middle;fill:#333;}

.page_weizhi{line-height:.66rem; font-size:.16rem; border-bottom:solid 1px rgba(0,0,0,0.1); margin-bottom:.5rem;}

/*===================子栏目导航================*/
#n_nav a{position: relative;float: left;display: block; font-size:16px; margin-left:50px;}
#n_nav a:last-child{ background: none;}
#n_nav a:after{ content:'';position: absolute;left: 0px;bottom: 0px;width:0;display: block;height:3px;transition: 0.6s; background:var(--main_color); opacity: 0;visibility: hidden;}
#n_nav a:hover:after,#n_nav a.on:after{width: 100%; opacity: 1; visibility: visible; }
#n_nav a.on{ color:var(--main_color);}

.m_sub_nav{display:none;}

@media screen and (max-width:768px) {
.sub_weizhi{  font-size:13px; margin-top:0; background:#eee;}
.sub_weizhi .main{background: none; line-height:36px; height:36px;padding:0;box-shadow: 0 8px 15px rgba(0,0,0,0);border-radius:0;}
.sub_weizhi .weizhi{padding-left:20px; margin-left:10px;}
.sub_weizhi .weizhi i.ico {left:0px;top: -2px;}
.sub_weizhi .weizhi i.ico svg { width: 18px;}

#n_nav{display:none; width:100%; background: #fff; box-shadow: 0 3px 5px #ccc; padding:0 15px; z-index: 9; box-sizing:border-box;}
.m_sub_nav{display:flex; height:36px; margin-right:15px;}
.m_sub_nav svg{width:20px; height:20px;  fill:var(--main_color); transition:0.3s all;}
.m_sub_nav.active svg{ -webkit-transform: rotate(-180deg); transform: rotate(-180deg); }

#n_nav a{width:100%; padding:0 5px; font-size:14px; height:46px; line-height:46px;  margin-left:0; text-align:left; border-bottom: 1px solid #e1e6f0; box-sizing:border-box;}
#n_nav a:after{height:2px; bottom: -1px;}

}



/*======================文章栏目页全局通用样式======================*/
.category_news{margin-bottom:30px;}

.cate_title{padding-bottom:25px;border-bottom:2px solid var(--main_color);}
.cate_title h3{float:left;display:inline-block;background:url(../images/ico_logo.png) no-repeat left center;background-size: 20px;padding-left:30px;}
.cate_title a{float:right;font-size:14px;}

.category_news .cate_news_list{margin-top:10px;}
.category_news .cate_news_list li{border-bottom: 1px dotted #ccc;line-height:2.8;}
.category_news .cate_news_list li a{width:80%;color:#333;font-size:15px;position: relative;padding-left:13px;transition:all .5s;}
.category_news .cate_news_list li span{font-size:12px;color:#888;}
.category_news .cate_news_list li a:before{ content:'';width:4px;height:4px;border-radius:100%;background:var(--second_color);position: absolute;left: 0;top:18px;}
.category_news .cate_news_list li a:hover{color:var(--main_color);}


@media screen and (max-width:768px) {
.category_news{margin-bottom:20px;}
.category_news .cate_news_list{margin-top:5px;}
.category_news .cate_news_list li a{font-size:14px;padding-left:10px;}
.cate_title{padding-bottom:25px;}
.cate_title h3{padding-left:25px;font-size:15px;}
.cate_title a{margin-top:5px;font-size:13px;}
.category_news .cate_news_list li a{width:75%;}
}



/*======================文章列表页全局通用样式======================*/
#content_list li{border-bottom: 1px dotted #ccc;padding:0 0 30px 0;margin-bottom:30px;}
#content_list li .txt{font-size:16px;font-weight:bold;}
#content_list li .txt i{font-size:16px;color:rgba(153,153,153,.8);padding-right:5px;}
#content_list li .date{margin:15px 0 15px 25px;font-size:13px;color:#888;}
#content_list li .desc{margin-left:.25rem;font-size:14px;color:#666;line-height:1.8;}

@media screen and (max-width:768px) {
#content_list li{padding:0 0 15px 0;margin-bottom:15px;}
#content_list li .txt{font-size:14px;}
#content_list li .date{margin:10px 0 10px 20px;font-size:12px;}
#content_list li .desc{margin-left:20px;font-size:12px;}
}


/*======================文章内容页全局通用样式======================*/
.show_title{padding:20px 0 20px 0;border-bottom:1px solid rgba(204,204,204,.5);text-align:center;}
.show_title h1{font-size:22px;text-align:center;line-height:1.8;}
.show_title .fabu{margin-top:20px;}
.show_title .fabu p{padding:0 15px;text-align:center;display:inline-block;color:#888;}
.miaoshu{line-height: 22px;margin:20px 0 0 0;border: dashed 1px #ccc;padding: 10px 10px;background: #f8f8f8;}
.neirong{padding:20px 0;}
.neirong p{font-size:16px;line-height:2;margin-bottom:15px;}
.xg{border:1px solid rgba(204,204,204,.5);border-left:0;border-right:0;}
.xg p{ line-height:30px; padding:10px 0;}
.xg p a{margin-right:10px;}
.neirong table,.page_con table{ border:1px solid #666; border-collapse:collapse; line-height:24px;}
.neirong table td,.page_con table td{padding:5px 10px; border:1px solid #D5DFEC;}
.neirong a{color:var(--main_color);}


/*相关阅读*/
.xg_tit{display:none;}
.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);}

@media screen and (max-width:768px) {
.show_title h1{font-size:16px;}
.show_title .fabu p{padding:0 5px;font-size:12px;}
.miaoshu{font-size:12px;}
.neirong{padding:10px 0;}
.neirong p{font-size:14px;}
.xg p{ font-size:13px;}

/*相关阅读*/
.xg_tit{display:block;}
.xg_tit h5{font-size:16px; margin:.5rem 0 .25rem 0; position:relative; padding-left:10px;}
.xg_tit h5:after {top: -1px;}

.tjzx_list1 li{border-bottom: 1px dotted #ccc;padding:10px 0;}
.tjzx_list1 li a{color:#333;font-size:14px;position: relative;padding-left:13px;transition:all .5s;}
.tjzx_list1 li a:before{ content:'';width:4px;height:4px;border-radius:100%;background:var(--second_color);position: absolute;left: 0;top: 5px;}
.tjzx_list1 li a:hover{color:var(--main_color);}
}


/*======================留言反馈======================*/
.page_liuyan{ }
.page_liuyan .con{ width:100%;  box-sizing:border-box;  padding:20px 0 0 0;}
.page_liuyan .con h3{font-size:22px; margin-bottom:15px; text-align:center; }
.page_liuyan .con h5{font-size:14px; line-height:1.6; font-weight:normal; margin-bottom:.25rem; color:#666;text-align:center;}

/*留言*/
.message_input {margin-bottom:20px;}
.message_input input::-webkit-input-placeholder,
.message_input textarea::-webkit-input-placeholder{ font-family:Microsoft Yahei;}
.message_input li{ width: 48.5%;} 
.message_input input{border: none; width: 100%;padding:16px 15px;  padding-left: 56px;  box-sizing:border-box; border-radius:5px;} 
.message_input textarea{ border: none;border:1px solid rgba(204,204,204,.5); width: 100%;padding: 15px 15px;border-radius:5px; box-sizing: border-box;min-height:125px;} 
.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:2.6rem; line-height:52px;}
.message_input .submit i{margin-left:.25rem;}

.message_input .inutName {background: url(../images/inputName.png) no-repeat center left 20px; border:1px solid rgba(204,204,204,.5);}
.message_input .inutPhone {background: url(../images/inputTel.png) no-repeat center left 20px ;border:1px solid rgba(204,204,204,.5);}
.message_input .inutEmail {background: url(../images/inputEamil.png) no-repeat center left 20px ;border:1px solid rgba(204,204,204,.5);}
.message_input .inutAdd {background: url(../images/inputAdd.png) no-repeat center left 20px ;border:1px solid rgba(204,204,204,.5);}

@media screen and (max-width:768px) {
.page_liuyan{  z-index:1; position:relative;}
.page_liuyan .pic{ display:none;}
.page_liuyan .con{ width:100%; color: #333; box-sizing:border-box; padding:30px 0 30px;}
.page_liuyan .con h3{font-size:18px; margin-bottom:10px;}
.page_liuyan .con h5{font-size:12px; color:#666;}
.message_input input::-webkit-input-placeholder,
.message_input textarea::-webkit-input-placeholder{color: #999;}
.message_input {margin-bottom:0;}
.message_input li{ width:100%; margin-bottom:10px;} 
.message_input input{ padding:15px 15px;  border: 0px; color:#333; padding-left: 56px; } 
.message_input textarea{  border: 0px; color:#333; min-height:125px;border:1px solid rgba(204,204,204,.5);}
.message_input .submit{width:100%; border-radius:5px; }
}



/*404*/
.page_msg {padding: 50px; background:#fff;}
.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 0 0;}
.pagination li {display: inline-block;margin:0 3px;}
.pagination li a{display: inline-block;font-size: 15px;  border-radius:3px;min-width: 35px;height: 35px;line-height: 35px; box-sizing: border-box; padding:0 10px; 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;}

@media screen and (max-width:768px) {
.search-pagination{margin:30px 0 0 0;}
.pagination li{margin-bottom:10px;}
.pagination li a{min-width: 30px;height: 30px;line-height: 30px;font-size: 12px;}
}


/*搜索页面*/
.search_box{ background:#fff; /*box-shadow: 2px 2px 20px rgba(0,0,0,.05);*/padding: 60px 80px; box-sizing:border-box; margin-top:.6rem;}

.serch_n{position:relative;width:50%; margin:auto;}
.serch_n input{width:100%; padding:15px 15px; font-size:16px; outline:none; border-radius:5px; box-sizing:border-box; height:.6rem; line-height:.6rem; border:solid 1px #ddd;}
.serch_n .btn{ position:absolute; right:0; top:0px;}
.serch_n .btn i{font-style:normal;}
.serch_n .btn button{ width:1.25rem; height:.6rem; border:0; cursor:pointer; outline:none; padding-left:.4rem;border-radius:0 5px 5px 0; font-size:.18rem; color:#fff; background: url('../images/icon-hsrch.png') no-repeat 30px center var(--main_color);}

.search_tit{ height:50px; line-height:50px; border-bottom: 1px solid #eee; display: flex;justify-content: space-between; margin:20px 0;}
.search_tit h5{font-size:18px; position:relative; float:left; padding:0 5px;}
.search_tit h5:after{content: "";position: absolute;width:100%; height: 2px;left: 0;bottom: -1px;background:var(--main_color);}

.serch_list{}
.serch_list li{font-size:16px; padding-left:15px; line-height:2.6; overflow: hidden; text-overflow: ellipsis;white-space: nowrap; position:relative;}
.serch_list li:before{ content: ""; display: block; width:6px; height:6px; border-radius:5px; background:#ccc; position: absolute; top: 50%; left: 0;transform: translate(0, -50%);}
.serch_list li:nth-child(5n){border-bottom:dotted 1px #ccc; margin-bottom:.25rem; padding-bottom:.25rem;} 
.serch_list li span{color:#888; float:right; font-size:14px;}

@media screen and (max-width:768px) {
.search_box{ padding:15px 15px; }
.serch_list li{font-size:14px; }
.serch_list li span{font-size:12px;}
.serch_n {width:100%;border: 1px solid #e1e6f0; overflow:hidden; border-radius:3px; margin-bottom:10px; box-sizing:border-box;}
.serch_n input[type="text"] {width: 100%;height:44px;background:rgba(255,255,255,0.8);box-sizing: border-box;padding: 0 50px 0 15px;border: none;}
.serch_n .btn {position: absolute;top:0px;right:0px;width:50px ;height:100%;}
.serch_n .btn i{display:none;}
.serch_n .btn button{width:100%;height:100%; background: url('../images/zoom.png') no-repeat center; border:none; background-size:23px auto;}

}



/*======================按钮放大======================*/
.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%; }
}

/*======================更多那妞======================*/
.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;
}

/*向上*/
.cd-top {
  display: inline-block;
  height: 46px;
  width: 46px;
  position: fixed;
  bottom: 60px;
  right: 5px;border-radius: 50%;
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.15) url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* 如果用户继续向下滚动,这个按钮的透明度会变得更低 */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: var(--main_color);
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 10px;
    bottom: 60px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 46px;
    width: 46px;
    right: 5px;
    bottom: 60px;
  }
}
.cd-top:hover{background-color:var(--main_color);transition: all 0.3s ease 0s;}
