/*common start*/
body,div,ul,li,a,img,p,dl,dt,dd,h1,h2,h3,h4,span,strong,input{ margin:0; padding:0;list-style:none;text-decoration:none;border:0; list-style:none;}
body{ font-size:16px;font-family:''; color:#666;}
a{color:#666;transition: 0.3s;}
a:hover{ color:#0188FB; text-decoration:none;}
p{line-height:1.8em; padding:5px 0;}
.clear{ margin:0; padding:0; font-size:0; clear:both; }
.wrapper{ width:1100px; margin:0 auto;}
img{ max-width:100%;}
@media only screen and (max-width: 1100px) {
.wrapper{ width:100%;}
}


.header{ position:relative;height: 70px;background: #fff;}
.header.fixed{ position: fixed;width: 100%;left: 0; top: 0;z-index: 999;}
.logo{float: left;height: 70px;display: flex;justify-content: center;align-items: center;}
.logo img{max-width: 100%;}

/*menu*/
.pc_menu{height: 70px;float: right;}
.menu{height:70px;line-height:70px;}
.menu ul li{ float:left; position:relative;margin-right: 30px;}
.menu ul li dl{ background:#fff; min-width:200px; position:absolute; left:-20px; top:70px; box-shadow:2px 2px 5px rgba(0,0,0,0.2); padding:10px 0;display:none;z-index: 9;border-top: 1px solid #0188FB; }
.menu ul li dl:before{content: "";width: 0;height: 0; margin: -21px 0 0 0; border: 10px solid transparent;border-bottom-color: #0188fb; position: absolute;top: 0;left: 26px;z-index: 3;}
.menu ul li dl:after{content: "";width: 0; height: 0; margin: -20px 0 0 0;border: 10px solid transparent; border-bottom-color: #fff; position: absolute; top: 0;left: 26px;z-index: 3;}
.menu ul li dl dd{ line-height:40px;margin:0 10px; }
.menu ul li dl dd a{ font-size:14px; color:#333; display:block; padding:0; text-align:left;position: relative;}
.menu ul li dl dd a:after{content: ">";font-size: 16px;color: #ccc;font-weight: 600;position: absolute; top: 0;right: 15px;vertical-align: top;-moz-transition: opacity .5s;-o-transition: opacity .5s;-webkit-transition: opacity .5s;transition: opacity .5s;}
.menu ul li dl dd a:hover{ color:#0188fb;}
.menu ul li dl dd a:hover:after{color: #0188fb;}
.menu a{ font-size:16px;color:#333; text-decoration:none;display:block;text-align:center;}
.menu a:hover{color:#0188fb;}
a.menu_hover{color:#0188fb;}
.menu ul li .line{position: absolute;bottom: 0px;left: 50%; display: inline-block; width: 0%; margin: 0 auto;background: #0188fb; height: 2px; -webkit-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out;-webkit-transform: translateX(-50%);transform: translateX(-50%);}
.menu ul li span a:hover .line{width: 30px;}
.menu ul li.menu_down span a em{display: none;}

/*搜索*/
.h_search a{height: 70px;display: flex;justify-content: center;align-items: center;}
.h_search_wrap{ background:#fff; min-width:200px; position:absolute; right:-20px; top:70px; box-shadow:2px 2px 5px rgba(0,0,0,0.2); padding:10px 0;display:none;z-index: 9;border-top: 1px solid #0188FB;}
.h_search_wrap:before{content: "";width: 0;height: 0; margin: -21px 0 0 0; border: 10px solid transparent;border-bottom-color: #0188fb; position: absolute;top: 0;right: 26px;z-index: 3;}
.h_search_wrap:after{content: "";width: 0; height: 0; margin: -20px 0 0 0;border: 10px solid transparent; border-bottom-color: #fff; position: absolute; top: 0;right: 26px;z-index: 3;}
.h_search_wrap .h_search_input{margin: 10px 20px;padding: 5px;border: 1px solid #e4e8eb;height: 30px;width: 250px;position: relative;background: #fff;}
.h_search_wrap .h_search_input input{width: 80%;padding-right: 20%;color: #333;font-size: 14px;background: none;height: 100%;position: absolute;top: 0;left: 10px;outline: none;}
.h_search_wrap .h_search_input button{position: absolute;top: 0;right: 0;height: 100%;width: 45px;background: #0188FB;border: none;}

.menu ul li.h_search .h_search_wrap.on{display: block;}


/*阅读进度*/
.progress-bar{height:3px;position: absolute;background: rgb(16 158 222);width: 0;top:0;left:0;width: 100%;}


.m_header{width: 100%;}
.sp_header{height:50px;overflow:hidden;background:#fff;position:fixed;z-index:10;width:100%;display: none;top: 0;}
.sp_logo{float:left;height:50px;display: flex;justify-content: center;align-items: center;padding-left: 10px;}
.sp_logo img{margin:auto;max-height:30px;}
.sp_nav{width:50px;float:right;position:relative;cursor:pointer;height:30px;margin-top:15px}
.sp_nav span{display:block;background:#0188FB;width:30px;height:2px;position:absolute;left:10px;transition:all ease 0.35s}
.sp_nav span:nth-of-type(1){top:0px}
.sp_nav span:nth-of-type(2){top:10px}
.sp_nav span:nth-of-type(3){top:20px}
.sp_nav_se span:nth-of-type(1){top:10px;transform:rotate(45deg)}
.sp_nav_se span:nth-of-type(2){width:0}
.sp_nav_se span:nth-of-type(3){top:10px;transform:rotate(-45deg)}
.sjj_nav{position:fixed;z-index:9;background:#fff;width:100%;height:calc(100% - 52px);font-size:14px;line-height:40px;top:-100%;left:0;overflow:auto;overflow-x:hidden;transition:top ease 0.35s;display: none;border-bottom: 2px solid  #0188FB;}
.nav_show{top:50px}
.sjj_nav ul li i{position:absolute;top:5px;right:0px;height:30px;padding:0px 7px 0 7px;}
.sjj_nav ul li i svg{transform:rotate(-90deg);transition:all ease 0.35s}
.sjj_nav ul li .sjj_nav_i_se svg{transform:rotate(0deg)}
.sjj_nav ul li{border-top:1px #e4e8eb solid;position:relative;line-height:45px;font-size:16px}
.sjj_nav>ul >li:last-child{border-bottom:1px #ddd solid;}
.sjj_nav ul li ul{display:none}
.sjj_nav ul li a{color:#333;width:100%;padding: 0 20px;display: block;}
.sjj_nav ul li a:hover{color: #0188FB;}
.sjj_nav ul li ul li a{color:#333;display:block;text-align:left;}
.sjj_nav ul li i svg{width:25px;height:25px;fill:#333;}
.sjj_nav ul li .sjj_nav_i_se svg{fill:#333}
.sjj_nav ul li ul li>ul{margin-left:10px}
.sjj_nav ul li ul li{border-top: none;}
.sjj_nav ul li ul li a{padding: 0 30px;}


.m_search_wrap{ background:#fff;box-shadow:2px 2px 5px rgba(0,0,0,0.2);width: 100%;}
.m_search_wrap .m_search_input{padding: 5px;border: 1px solid #e4e8eb;height: 30px;position: relative;background: #fff;}
.m_search_wrap .m_search_input input{width: 100%;color: #333;font-size: 14px;background: none;height: 100%;position: absolute;top: 0;left: 10px;outline: none;}
.m_search_wrap .m_search_input button{position: absolute;top: 0;right: 0;height: 100%;width: 45px;background: #fff;border: none;}



/*swiper*/
.banner{width: 100%;height: 310px;padding: 10px 0;font-size: 40px;color: #fff;text-align: center;overflow: hidden;position: relative;margin-top: 70px;}
.banner:before{content: ""; width: 100%;height: 100%;background: none;position: absolute;top: 0;left: 0;z-index: 1;}
.banner .txt{ margin-bottom: 20px;text-shadow: 0 1px 5px #999;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);z-index: 2;}
.banner .txt h2{font-size: 40px;font-weight: normal;}

.main_bg{width: 100%;background: #f6f8f9;padding: 80px 0;min-height: 500px;}
.com_left{float: left;width: 70%;margin-right: 2%;}
.com_right{float: right;width: 28%;position: relative;}
.main_bg_warp{display: -webkit-box;display: -ms-flexbox;display: flex;width: 100%;}
.main_bg_warp .com_left .com_left_warp{position: sticky;z-index: 1;overflow-x: hidden;top: var(--sticky-offset,0);}
.main_bg_warp .com_right .com_right_warp{margin-top:0px;position: -webkit-sticky;position: sticky;z-index: 1;top: 0;overflow-x: hidden;}

.main_bg .com_bg{margin-bottom: 20px; padding: 30px;box-shadow: 0 1px 5px 0 rgb(0 0 0 / 5%); box-sizing: border-box; background: #fff;}
.main_bg .com_list_con{margin-bottom: 20px; padding-bottom: 20px;border-bottom: 1px solid #e4e8eb;zoom: 1;}
.main_bg .com_list_con h2{margin-bottom: 5px;line-height: 36px;font-weight: 700;}
.main_bg .com_list_con h2 a{font-size: 22px;color: #333;transition: 0.3s;}
.main_bg .com_list_con h2 a:hover{color: #0188FB;}
.main_bg .com_list_con .info{margin-bottom: 15px; font-size: 14px;zoom: 1;}
.main_bg .com_list_con .info .user,
.main_bg .com_list_con .info .date,
.main_bg .com_list_con .info .cate,
.main_bg .com_list_con .info .view,
.main_bg .com_list_con .info .cmt{margin-right: 15px;color: #888;}
.main_bg .com_list_con .intro{margin-bottom: 10px; color: #888; line-height: 28px; word-wrap: break-word;word-break: break-all;text-align: justify;font-size: 16px;}
.main_bg .com_list_con .more{width: 100%;text-align: left;}
.main_bg .com_list_con .more a{padding: 5px 20px;color: #888;border: 2px solid #e4e8eb;border-radius: 50px;display: inline-block;font-size: 16px;transition: 0.3s;}
.main_bg .com_list_con .more a:hover{border: 2px solid #0188FB;color: #0188FB;}
.main_bg .com_list_con:last-child{margin-bottom: 0; padding-bottom: 0;border: 0;}
.main_bg .com_list_con .icon img{height: 16px;width: auto;margin-right: 5px;}

/*页码*/
.pagebar, .cmtpagebar {width: 100%;margin: 0 auto;padding: 15px 0 10px;font-size: 0;text-align: center;box-shadow: 0 1px 5px 0 rgb(0 0 0 / 5%);box-sizing: border-box;background: #fff;}
.pagebar a, .cmtpagebar a{margin: 2px;padding: 5px 10px; font-size: 14px;color: #777;font-weight: 400;border: 1px solid #e2e2e2; border-radius: 2px; background: #fff;display: inline-block;} 
.pagebar .now-page, .cmtpagebar .now-page{font-size: 14px;color: #fff; font-weight: 400;padding: 5px 10px;margin: 0 5px 5px;border: 1px solid #0188fb; border-radius: 2px; background: #0188fb;display: inline-block;}
.pagebar a:hover, .cmtpagebar a:hover{color: #fff; border: 1px solid #0188fb; background: #0188fb;}


.main_bg .com_right .com_right_tit{margin-bottom: 10px;padding: 0 0 10px;font-size: 20px;border-bottom: 1px solid #e4e8eb;font-size: 20px;color: #333;}
.main_bg .com_right .desc{line-height: 30px;}
.main_bg .com_right .img img{width: 100%;}
.main_bg .com_right .txt{color: #333;font-size: 16px;text-align: center;}
.main_bg .com_right .com_right_news{width: 100%;}
.main_bg .com_right .com_right_news li{height: 38px;line-height: 38px;border-bottom: 1px dotted #e4e8eb;white-space: nowrap; text-overflow: ellipsis;overflow: hidden;}
.main_bg .com_right .com_right_news li:before {content: ">";margin: 0 5px 0 0; font-size: 12px;color: #333;font-family: iconfont;display: inline-block;vertical-align: top;}
.main_bg .com_right .com_right_news li a{color: #333;}
.main_bg .com_right .com_right_news li a:hover{color: #0188FB;}



.footer{padding: 20px 0;font-size: 14px; color: #999;text-align: center;line-height: 24px;border-top: 1px solid #dbe0e8;background: #e4e8eb;}
.totop_warp{position: fixed;right: 18%;bottom: 20px;z-index: 999;}
.totop_warp a{display: block;height: 45px;width: 45px;background: rgba(10,10,10,0.2);border-radius: 5px;display: flex;justify-content: center;align-items: center;margin: 5px 0;opacity: 0.8;transition: 0.3s;}
.totop_warp a:hover{background: #0188fb;}
#toTop{display: none;}


.index1{width: 100%;position: relative;}
.index1 .index1_list{width: 100%;}
.detail{width: 100%;}
.detail .detail_list{width: 100%;}
.detail_com_warp{width: 100%;padding: 10px 0;position: relative;}
.detail_com_warp .top{position: relative;}
.detail_com_desc{line-height: 1.8; border-top: 1px dotted #e4e8eb;word-wrap: break-word;word-break: break-all;overflow: hidden;position: relative;height: 1300px;color: #222;font-size: 18px;padding: 20px 0;}
.detail_com_desc.open_detail_com_desc{height: auto;}
.detail_com_desc .img{width: 100%;margin: 10px 0;}
.detail_com_desc .img img{width: 100%;}

.detail_more{width: 100%; height: 150px;text-align: center;font-size: 14px; text-indent: 0; cursor: pointer; background: linear-gradient(to bottom, rgba(255,255,255,0), #fff 50%);position: absolute;left: 0;bottom: 0;display: block;}
.detail_more a {margin: 80px auto 0;color: #0188fb;line-height: 36px; text-align: center;border: 1px solid #0188fb; border-radius: 3px;background: #fff;display: block;}
.detail_more a:after { content: "▼";font-size: 22px;display: inline-block;vertical-align: top;-webkit-animation: bounce-up 1s linear infinite;animation: bounce-up 1s linear infinite;}

@-webkit-keyframes bounce-up { 25% {
-webkit-transform: translateY(5px);
}
50%, 100% {
-webkit-transform: translateY(0);
}
75% {
-webkit-transform: translateY(-5px);
}
}
@keyframes bounce-up { 25% {
transform: translateY(5px);
}
50%, 100% {
transform: translateY(0);
}
75% {
transform: translateY(-5px);
}
}

.detail_com_warp .detail_extra{width: 100%;padding-top: 20px;border-top: 1px dotted #e4e8eb;}
.detail_extra .tit{text-align: center;background: #e5e5e5;color: #222;padding: 6px 0;margin-bottom: 2px;}
.detail_extra .con{color: #333;font-size: 13px;margin-top: 10px;}
.detail_extra .con span{display: inline-block;vertical-align: top;}
.detail_extra .con .ewm{width: 20%;margin-right: 2%;}
.detail_extra .con .ewm img{width: 100%;}
.detail_page{ margin-top: 20px;overflow: hidden;zoom: 1;}
.detail_page a.backlist{float: right;display: inline;margin: 10px 0 0;padding: 5px 15px;color: #888;border: 2px solid #e4e8eb;border-radius: 20px;display: inline-block;}
.detail_page a.backlist:hover{border: 2px solid #0188FB;color: #0188FB;}
.detail_page .pages{height: 30px;color: #999;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.detail_page .pages a{color: #333;}
.detail_page .pages a:hover{color: #0188FB;}

.related_articles{width: 100%;}
.related_articles .related_a_tit{padding: 0 0 10px;line-height: 30px;border-bottom: 1px solid #e4e8eb;}
.related_articles .related_a_tit h4{font-size: 20px;color: #333;font-weight: normal;}
.related_articles .related_a_warp .relate{padding: 20px 0;border-top: 1px dotted #e4e8eb;overflow: hidden;zoom: 1;}
.related_articles .related_a_warp .relate h3{margin-bottom: 10px;}
.related_articles .related_a_warp .relate h3 a{color: #333;font-size: 18px;font-weight: 700;transition: 0.3s;}
.related_articles .related_a_warp .relate h3 a:hover{color: #0188FB;}
.related_articles .related_a_warp .relate .desc {max-height: 47px;font-size: 15px; color: #888;line-height: 26px;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;display: -webkit-box;}

.com_right_news22{width: 100%;}
.com_right_news22 li{height: 38px;line-height: 38px;border-bottom: 1px dotted #e4e8eb;white-space: nowrap; text-overflow: ellipsis;overflow: hidden;float: left;width: 50%;}
.com_right_news22 li:before {content: ">";margin: 0 5px 0 0; font-size: 12px;color: #333;font-family: iconfont;display: inline-block;vertical-align: top;}
.com_right_news22 li a{color: #333;}
.com_right_news22 li a:hover{color: #0188FB;}


.products{width: 100%;}
.products .about_list{width: 100%;}

.about{width: 100%;}
.about .about_list{width: 100%;}

.archive{width: 100%;}
.archive .archive_list{width: 100%;}
.archive .archive_warp{width: 100%; padding: 20px 0 0;line-height: 1.8;border-top: 1px dotted #e4e8eb;word-wrap: break-word;word-break: break-all;overflow: hidden;min-height: 1300px;}
.archive .archive_warp ul li{list-style: none;display: inline-block;width: 100%;padding: 4px 0;height: 26px;overflow: hidden;border-bottom: 1px #eaeaea dotted;}
.archive .archive_warp ul li a{color: #0188fb;}
.archive_page span{padding-right: 10px;}
.archive_page a{color: #0188FB;font-size: 16px;}

.inside_warp .inside_list{width: 100%;}
.inside{width: 100%; padding: 20px 0 0;line-height: 1.8;border-top: 1px dotted #e4e8eb;word-wrap: break-word;word-break: break-all;overflow: hidden;min-height: 1300px;}










@media only screen and (max-width: 1200px) {
.menu ul li{margin-right: 25px;}




}




@media only screen and (max-width: 1024px) {
.header{ display:none}
.sp_header{ display:block;}
.sjj_nav{ display:block;}
.banner{margin-top: 50px;height: 220px;}
.banner .txt{margin-bottom: 0;width: 60%;}
.banner .txt h2{font-size: 32px;}
.com_right{display: none;}
.com_left{width: 94%;margin: 0 auto}
.totop_warp{right: 10px;}
.detail_extra .con .ewm{width: 50%;}

.archive .archive_warp{min-height: 500px;}
.inside{min-height: 500px;}





}



@media only screen and (max-width: 740px) {
.banner .txt{width: 80%;}
.banner .txt h2{font-size: 24px;}
.main_bg .com_list_con h2 a{font-size: 20px;}
.com_left{width: 100%;margin: 0 auto}
.main_bg .com_bg{padding: 20px;}


}
