@import url(iconfont/iconfont.css);
/**公用样式**/
body { margin: 0px; padding: 0px; font-family: "微软雅黑", "宋体", Arial; font-size: 15px; color: #333; background: #f7f7f7;  }
img { border: 0; display: block;}
a { text-decoration: none; color: #333; cursor: pointer; transition: 0.3s ease; -ms-transition: 0.3s ease; -moz-transition: 0.3s ease; -webkit-transition: 0.3s ease; -o-transition: 0.3s ease;}
a:hover { color: #1e91f8; transition: 0.3s ease; -ms-transition: 0.3s ease; -moz-transition: 0.3s ease; -webkit-transition: 0.3s ease; -o-transition: 0.3s ease; }
.ts { transition: 0.3s ease; -ms-transition: 0.3s ease; -moz-transition: 0.3s ease; -webkit-transition: 0.3s ease; -o-transition: 0.3s ease;}
.ts:hover {transition: 0.3s ease; -ms-transition: 0.3s ease; -moz-transition: 0.3s ease; -webkit-transition: 0.3s ease; -o-transition: 0.3s ease;}
div, ul, li, form, h1, h2, h3, h4,h5, p, dl, dt, dd, ul, ol, li, th, td, aside, article { margin: 0px; padding: 0px; list-style: none; }
.clear { clear: both; }
.clear:after { content: ""; display: block; clear: both; }
.fl { float: left; }
.fr { float: right; }
.main { width: 1200px; margin: 0 auto; }
.bj_mt10 { margin-top: 10px; }
.bj_mt26 { margin-top: 26px; }
em, i { font-style: normal; }
.hidden { overflow: hidden; }
.nobian{ border: 0; }
.ca { color: #1e91f8;}
.bg_a { background: #1e91f8;}
.bg{ background: #fff;}
.more { color: #999; font-size: 13px;}
.white, .cf { color: #fff; }
.gray, .c3{ color: #333;}
.gray2, .c6{ color: #666;}
.gray3, .c9{ color: #999;}
.gray4, .cc{ color: #ccc;}
.center{ text-align: center;}
.f24{ font-size: 24px;}
.f20{ font-size: 20px;}
.f18{ font-size: 18px;}
.f16{ font-size: 16px;}
.f16{ font-size: 16px;}
.f15{ font-size: 15px;}
.f14{ font-size: 14px;}
.f13{ font-size: 13px;}
.f12{ font-size: 12px;}
.nobold{ font-weight: normal;}
.bold { font-weight: bold; }
.block{ display: block;}
.noshow { display: none; }
hr { background-color: #dee6e6; height: 1px; border: none;  }
/*超出隐藏*/
.chao { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.chao2 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
/*鼠标经过图片特效*/
.photo { display: block; overflow: hidden; border-radius: 4px;}
.photo img { transition: all 0.3s ease-out; -moz-transition: -moz-transform 0.3s; -webkit-transition: -webkit-transform 0.3s; -o-transition: -o-transform 0.3s; transform: scale(1, 1); -ms-transform: scale(1, 1); -moz-transform: scale(1, 1); -webkit-transform: scale(1, 1); -o-transform: scale(1, 1);}
.photo:hover img { width: 100%;  transition: transform 0.3s; -moz-transition: -moz-transform 0.3s; -webkit-transition: -webkit-transform 0.3s; -o-transition: -o-transform 0.3s; transform: scale(1.05, 1.05); -ms-transform: scale(1.05, 1.05); -moz-transform: scale(1.05, 1.05); -webkit-transform: scale(1.05, 1.05); -o-transform: scale(1.05, 1.05); }
/*阴影*/
.yy{ box-shadow: 0 4px 8px #f5f5f5; }
/*圆角*/
.yj_4 { border-radius:4px;}
.yj_10 { border-radius:10px;}
/*盒子模型*/
.box{ box-sizing:border-box;}
/*输入框字体颜色*/
input::-webkit-input-placeholder { color: #ccc; }
input::-moz-input-placeholder { color: #ccc; }
input::-ms-input-placeholder { color: #ccc; }
input:focus { outline: 0; border: none; }
/*头部*/
header { background: #fff; height: 90px;  }
.logo { float: left; margin-top: 20px; }
.ar_header { height: 50px; line-height: 50px; background: #1e91f8; overflow: hidden; border-bottom: 1px solid rgba(255,255,255,0.6); }
.ar_header .logo { float: left; width: 114px; margin-top: 4px; }
.ar_header .logo img { width: 100%; margin-top: 7px; }
.ar_header .nav_ar { float: left; margin-left: 20px; max-width: 80%; width: auto; background: none; }
.menu_btn { display: none; }
/*搜索*/
.header_rwap .search { margin-top: 22px; border-radius: 10px; float: right; border: 1px solid #1e91f8; background: #e8f4fe; overflow: hidden; }
.search_f em { position: absolute; right: 46px; top: 0; font-size: 16px; color: #1e91f8; }
.search_f { width: 400px; height: 44px; line-height: 44px; overflow: hidden; position: relative;  }
.search_text { width: 300px; padding: 0 10px; font-size: 16px; line-height: 44px; height: 44px;  }
.search_btn { width: 68px; line-height: 44px; cursor: pointer; background: none; font-size: 16px; color: #1e91f8; position: absolute; right: 0; padding-left: 20px; font-weight: bold; z-index: 2; }
.search_hot { display: flex; justify-content: center; font-size: 13px; line-height: 26px; height: 26px; width: 630px; overflow: hidden;   }
.search_hot a { background: rgb(0,0,0,0.1); display: block; padding:0 8px; border-radius: 10px; opacity: 0.8; color: #fff; margin-left: 10px; }
.search_hot a:hover { opacity: 1; background: rgb(0,0,0,0.2); }
.ar_search { background: #fff; border-radius: 10px; margin-bottom: 10px; }
/*导航*/
.nav_com { width: 100%; height: 50px; overflow: hidden; line-height: 50px; background: #1e91f8; }
.nav_com .nav_rwap li {  float: left; }
.nav_com .nav_rwap a { display: block;font-weight: bold; font-size: 16px; color: #fff; text-align: center; margin-right: 10px; padding: 0 10px; line-height: 50px; width: auto!important; border-bottom: none;}
.nav_com .nav_rwap .nav_close { display: none; }
.nav_other { border-bottom: 1px solid #1e91f8; }
.nav_other .nav_rwap { max-width: 1200px; margin: 0 auto; }
.ar_header .nav_com .nav_rwap a:hover { background: #fa5858; }
.other_header { background:#fff; }
.other_header .nav_com .nav_rwap a { color: #333; }
.other_header .nav_com .nav_rwap a:hover { background: #1e91f8; color: #fff; }
/*标题*/
.title_1 { line-height: 26px; height: 26px; font-size: 16px; background: #f7f7f7; position: relative; padding: 7px 10px 7px 40px; border-radius: 10px; }
.title_1 em { color: #1e91f8; border-radius: 100%; text-align: center; line-height: 24px; width: 24px; height: 24px; display: block; font-size: 20px; position: absolute; left: 10px; top: 7px; }
.title_1 .icon-remen { color: #fa5858; }
.title_1 .icon-tuwen { font-weight: normal; }
/*文章列表*/
.lb_1 { display: block; line-height: 30px; height: 30px; position: relative; padding-left: 15px; margin-top: 12px; }
.lb_1 time { position: absolute; right: 0; font-size: 13px; color: #999; }
.lb_1 span { font-size: 13px; color: #999; margin-right: 10px; }
.lb_1 .iconfont { color: #fff; background: #1e91f8; margin-right: 5px; font-size: 14px; }
.lb_1:before { content:""; display: block; position: absolute; width: 5px; height: 5px; background: #e1e1e1; border-radius: 100%; left: 0; top: 13px; }
.lb_word1 { padding-left: 0; }
.lb_word1:before { display: none; }
.lb_hot { line-height: 30px; height: 30px; display: block; margin-top: 12px; position: relative; padding-left: 26px; overflow: hidden; }
.lb_hot em { width: 16px; height: 16px; display: block; border-radius: 6px; background: #b9b9b9; text-align: center; line-height: 16px; font-size: 13px; position: absolute; left: 0; top: 8px; color: #fff; }
.lb_hot:nth-child(1) em { background: #fa5858; }
.lb_hot:nth-child(2) em { background: #ff8e14; }
.lb_hot:nth-child(3) em { background: #1e91f8; }
.lb_tu1 { height: 76px; position: relative; padding-left: 126px; display: block; margin-top: 20px; }
.lb_tu1 span { display: block; line-height: 24px; }
.lb_tu1 .lb_img { width: 108px; height: 74px; position: absolute; left: 0; top: 0; border:1px solid #e0e9e7;}
.lb_tu1 .lb_img img { width: 100%; min-height: 76px; }
.lb_tu1 p { line-height: 24px; height: 48px; }
.lb_tu1 .lb_b { margin-top: 5px; line-height: 22px; height: 44px; font-size: 13px; color: #999; }
.lb_tu1 .lb_b span { margin-right: 10px; float: left; }
.lb_tu1 .lb_b time { float: left; }
/*内页*/
.con_r { width: 300px;}
.ban_top { height: 40px; padding: 10px 0; }
.ban_top h2 { line-height: 40px; font-size: 24px; color: #43504d; margin-right: 20px; }
/*栏目*/
.lm { padding: 26px; background: #fff; border-radius: 10px; margin-top: 20px; }
.ban_lm { margin-top: 0; }
.lm_title { height: 40px; overflow: hidden; position: relative; border-bottom: 2px solid #f1f1f1; margin-bottom: 20px;}
.lm_title h3 { float: left; font-size: 22px; padding: 0 7px; background-color: #fff; position: absolute; left: 30px; z-index: 1;}
.lm_title em { width: 30px; height: 30px; color: #fff; line-height: 30px; text-align: center; float: left; position: relative; border-radius: 100%; margin-top: 1px; font-size: 22px; background: #1e91f8; }
.lm_rwap { margin-top: 26px; }
.lm_nav { float: left; max-width: 800px; margin-left: 20px; }
.lm_nav .swiper-wrapper { display:inline; }
.lm_btn { float: left; width: auto; line-height: 30px; color: #666; margin-left: 20px;}
.lm_new { width: 372px; float: left; margin-right: 40px; }
.lm_new .tag_rwap { margin-top: 20px; }
.lm_hot { width: 320px; float: right; }
.lm_title .swiper-button-next,.lm_title .swiper-button-prev { display: none; }
.lm .lm_lb { margin-top: 16px; }
.lm .lm_hot { background: none; }
.hot_rwap { margin-top: 16px; padding-left: 2px; }
.con_r .hot_rwap { margin-top: 16px; }
.lm_pic .lb_tu1 { float: none; height: 76px; padding-left: 126px; margin-top: 22px; }
.lm_tag .tag_a { width: 116px; }
/*右侧*/
.r_rwap { width: 260px; padding: 20px; background: #fff; border-radius: 10px; }
/*面包屑*/
.position { line-height: 30px; color: #999; margin-top: 5px;   }
.position span { color: #666; padding: 0 5px;  opacity: 0.9; font-size: 12px;}
.position em { margin-right: 0px; color: #666; font-weight: normal; opacity: 0.9;}
.position a { font-size: 12px; color: #666; opacity: 0.9; }
.position a:hover { opacity: 1; }
/*翻页*/
.pnum { width: 100%; margin: 10px 0; display: flex; justify-content: center; }
.pnum a { background: #f8f8f8; display: block; margin: 0 5px; padding: 6px 12px; border-radius: 20px; float: left; }
.pnum a.sed { background: #1e91f8; color: #fff; }
/*友情链接*/
.fink { width: 1200px; margin: 0 auto; background-color: #fff;  margin-top: 20px; border-radius: 10px; }
.fink_wrap { width: 1148px; border-radius: 10px; padding: 20px 26px;}
.fink_title { line-height: 30px; height: 30px; }
.fink_title a { font-size: 18px; position: relative; padding-left: 36px; font-weight: bold; }
.fink_title a .iconfont { width: 26px; height: 26px; font-size: 22px; margin-right: 10px; border-radius: 100%; display: block; text-align: center; line-height: 26px; position: absolute; left: 0; top: 2px; background: #1e91f8; color: #fff; font-weight: normal; }
.fink_title p { margin-left: 20px; }
.fink_nr { margin-top: 10px; }
.fink_nr a { margin-right: 20px; height: 30px; line-height: 30px; display: block; float: left; }
/*底部*/
footer { background: #43504d; margin-top: 26px; }
.footer_wrap { padding: 30px 0; }
.footer_nav a { margin-right: 16px; color: #fff; opacity: 1; font-size: 13px; }
.footer_nav a:hover { opacity: 1; }
.footer_t { line-height: 30px; height: 30px; text-align:center; }
.footer_b { color: #fff; font-size: 12px; opacity: 0.5; line-height: 26px; margin-top: 20px; text-align:center; }
.footer_b a { color: #fff; margin-left: 10px; }
.footer_b p span { margin: 0 5px; }
.footer_menu,.kefu_sub { display: none; }
/* 右边固定导航 */
.rc_nav{ font-size: 14px;background: #fff; border-radius: 6px; position: fixed; bottom: 32px; left: 50%; margin-left: 620px; z-index: 2; +display: none; *display: none!important;display: none; width: 56px; }
.rc_nav:hover { box-shadow: 0 20px 30px rgba(0,0,0,0.02); }
.rc_nav li { padding: 10px 0; margin: 0 15px; margin-bottom: 1px; font-size:12px; color: #333; border-bottom: 1px solid #f4f4f4; cursor: pointer; position: relative; text-align: center; }
.rc_nav li a {  overflow:hidden; margin: 0 auto; line-height: 20px; position: relative;}
.rc_nav li.active a {  color: #1e91f8; font-weight: bold;}
.rc_nav li.last { line-height: 40px; height: 40px; padding:2px 5px; margin: 6px; color: #999; border-radius: 4px; border-bottom: none; text-align: center; }
.rc_nav li.last .iconfont { font-size: 30px; }
.rc_nav li:hover { color: #1e91f8; }
@media all and (max-width: 1500px){.rc_nav { margin-left: -678px; }}
.dow_con { background: #fff; padding: 0 20px 20px 20px; margin-top: 5px;width: 840px;}