@charset "UTF-8";

/*通用开始*/
.bor { border: 1px dashed #999 }
.poab { position: absolute }
.pore { position: relative }
.img-w100 { width: 100% }
.text-r { text-align: right }
.text-m { text-align: center }
.text-bold { font-weight: 700; }
.text-light { font-weight: 100; }
.text-up { text-transform: uppercase; }
.flex { display: flex; justify-content: space-between; flex-wrap: wrap;}
.flex-left { display: flex; flex-wrap: wrap }
.flex-center { display: flex; flex-wrap: wrap; justify-content: center; }
.flex-right { display: flex; flex-wrap: wrap; justify-content: flex-end; }
.flex-v-center { display: -webkit-flex; display: flex; align-items: center; justify-content: center }
.flex-v-bottom { display: -webkit-flex; display: flex; flex-direction: column; justify-content: space-between; }
.align-items-center{align-items: center;}
.trans { transition: all .5s }
.trans-mask { display: block; overflow: hidden; width: 100%; cursor: pointer; position: relative; }
.trans-mask img { -webkit-transition: all .5s; -o-transition: all .5s; transition: all .5s }
.trans-mask:hover img { -webkit-transform: scale(1.05); -ms-transform: scale(1.05); transform: scale(1.05) }
.bg-mask .pic { overflow: hidden; }
.bg-mask .pic a { background-repeat: no-repeat; background-position: center; background-size: cover; height: 100%; display: block; -webkit-transition: all .4s; -o-transition: all .4s; transition: all .4s; }
.bg-mask:hover .pic a { -webkit-transform: scale(1.05); -ms-transform: scale(1.05); transform: scale(1.05); }
.bgimg { background-repeat: no-repeat; background-position: center; background-size: cover; }
.wp { width: 92%; margin: 0 auto; max-width: 1440px }
.wp2 { width: 92%; margin: 0 auto; max-width: 1600px }
.greybg { background: #f2f2f2 }
.textup { text-transform: uppercase }
.co { color: #e5011a }
.co-fff { color: #fff !important }
.fixdbody { position: fixed; top: 0; left: 0; right: 0; bottom: 0 }
.m-show { display: none }
.filter-page { filter: blur(5px); }
@media screen and (max-width:980px) {
    .pc-show { display: none }
    .m-show { display: block }
}
.trans-line:before { content: ''; position: absolute; width: 60px; height: 100%; margin-top: 0px; margin-left: -120px; overflow: hidden; z-index: 6; background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%); background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.4)), color-stop(100%, rgba(255, 255, 255, 0))); background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%); background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%); -webkit-transform: skewX(-25deg); transform: skewX(-25deg) }
.trans-line:hover:before { -webkit-animation: aniBlink .6s ease-out forwards; -moz-animation: aniBlink .6s ease-out forwards; -o-animation: aniBlink .6s ease-out forwards; animation: aniBlink .6s ease-out forwards }
@keyframes aniBlink {
    from { margin-left: -50% }
    to { margin-left: 120% }
}
@-webkit-keyframes aniBlink {
    from { margin-left: -50% }
    to { margin-left: 120% }
}

.pic-radius {
    border-radius: 6px;
    overflow: hidden;
}

/*通用结束*/

/*清楚按钮黑边*/
.swiper-button-prev:focus, .swiper-button-next:focus, .swiper-pagination-bullet:focus { outline: none; }

/*hover阴影*/
.hover { -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
.hover-shadow-middle:hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
.hover-shadow-bottom:hover { box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); }
.hover-shadow-big:hover { box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); }

/*描述文字*/
.des-18 { font-size: 18px; line-height: 36px; color: #4d4d4d; }

/*手机导航*/
.menu-btn{z-index:999;overflow:hidden;margin-left:20px;width:35px;height:35px;background:0 0;text-indent:-5260px;opacity:1;position: relative;z-index: 999;}
.menu-btn .line-1,.menu-btn .line-2,.menu-btn .line-3{position:absolute;top:50%;right:0;display:block;width:36px;height:2px;background:#017cc2;transition:all .4s cubic-bezier(.165,.84,.44,1) 0s;transition-property:transform,width,margin,background-color}
.menu-btn .line-1{margin-top:-11px;width:30px}
.menu-btn .line-3{margin-top:11px;width:30px}
.drawerMenu-open .menu-btn .line-1{visibility:hidden}
.drawerMenu-open .menu-btn .line-2{margin-top:0!important;width:100%;-webkit-transform:rotate(45deg);transform:rotate(45deg)}
.drawerMenu-open .menu-btn .line-3{margin-top:0!important;width:100%;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}

.searchbtn {
    width: 40px;
    line-height: 38px;
    text-align: center;
    font-size: 24px;
    color: #017cc2
}
.mobNav {
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 1);
    z-index: 98;
    padding-top: 53px;
    padding: 40px 5% 30px;
    display: none
}
.mobNav ul {
    height: 70vh;
    overflow: auto
}
.mobNav ul li {
    padding: 15px 0;
    border-bottom: 1px solid #ddd
}
.mobNav ul li:last-child {
    border-bottom: 0
}
.mobNav ul li .navp a {
    font-size: 15px;
    color: #666;
    font-weight: bold;
}
.mobNav ul li.cur .navp a {
    color: #017cc2
}
.mobNav ul li .navp i {
    display: block;
    width: 16px;
    transition: .3s;
    transform-origin: center;
    margin-right: 5px
}
.mobNav ul li.on .navp i {
    transform: rotate(-45deg);
}
.mobNav ul li .subNavm {
    margin-top: 10px;
    padding-left: 10px;
    display: none;
    padding: 10px 15px;
    background: #f5f5f5;
    font-size: 0;
}
.mobNav ul li .subNavm a {
    font-size: 14px;
    display: inline-block;
    line-height: 35px;
    width: 50%;
}
.headerm {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    background: #fff;
    height: 50px
}
.headerm .wp {
    align-items: center;
    height: 100%;
}
.headerm .logo img {
    height: 30px;
    width: auto;
}
.serm {
    height: 20px;
    display: inline-block;
}
@media (max-width: 768px) {
    .headerm {
        display: block;
    }
}

/*Swiper*/
.banner .arrow-box { position: absolute; left: 50%; margin-left: 680px; z-index: 99; bottom: 0; font-size: 0; }
.banner .swiper-button-next, .banner .swiper-button-prev { position: static; display: inline-block; vertical-align: middle; width: 60px; height: 60px; line-height: 60px; font-size: 0; text-align: center; cursor: pointer; margin-top: 0; opacity: 1; background: transparent; background-color: rgba(255, 255, 255, 1); -webkit-transition: .4s; -o-transition: .4s; transition: .4s; }
.banner .swiper-button-next { margin-left: 1px; -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }
.banner .swiper-button-next:hover, .banner .swiper-button-prev:hover { background-color: #da251d; }
.banner .swiper-button-next .iconfont, .banner .swiper-button-prev .iconfont { font-size: 26px; color: #767676; -webkit-transition: .4s; -o-transition: .4s; transition: .4s; }
.banner .swiper-button-next:hover .iconfont, .banner .swiper-button-prev:hover .iconfont { color: #fff; }
.banner .swiper-pagination { bottom: 20px !important; }
.banner .swiper-pagination .swiper-pagination-bullet { width: 20px; height: 20px; border: solid 3px #ffffff; opacity: 0.5; background: transparent; margin: 0 8px; -webkit-transition: .2s; -o-transition: .2s; transition: .2s; }
.banner .swiper-pagination .swiper-pagination-bullet-active { border: solid 5px #ffffff; opacity: 1; }
@media (max-width: 768px) {
    .banner .swiper-pagination {
        bottom: 10px !important;
    }
    .banner .swiper-pagination .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        border: solid 1px #ffffff;
        margin: 0 5px;
    }
    .banner .swiper-pagination .swiper-pagination-bullet-active {
        border: solid 2px #ffffff;
    }
}

/*内页banner*/
.page-banner { position: relative; overflow: hidden;}
.page-banner .pb-pic { overflow: hidden; height: 0; padding-bottom: 37.5%; background: #f5f5f5; }
.detail-banner .pb-pic { padding-bottom: 0; height: auto; }
.page-banner .pb-pic img { width: 100%; -webkit-animation: SlickIn cubic-bezier(1, 0, .5, .5) 1s; animation: SlickIn cubic-bezier(1, 0, .5, .5) 1s; }
@-webkit-keyframes SlickIn {
    0% { -webkit-transform: scale(1.1, 1.1) }
    100% { -webkit-transform: scale(1, 1) }
}
@-webkit-keyframes SlickOut {
    0% { -webkit-transform: scale(1, 1) }
    100% { -webkit-transform: scale(.9, .9) }
}
@keyframes SlickIn {
    0% { transform: scale(1.1, 1.1) }
    100% { transform: scale(1, 1) }
}
@keyframes SlickOut {
    0% { transform: scale(1, 1) }
    100% { transform: scale(.9, .9) }
}
.page-banner .pb-tit {position: absolute; top: 40%; left: 0; z-index: 2; margin-left: 0; width: 100%; text-align: center;}
@media (max-width:768px) {
    .page-banner .pb-pic { height: auto; padding-bottom: 0; height: 180px; }
    .page-banner .pb-tit {top: 50%;transform: translateY(-50%);}
    .page-banner .pb-tit img {height: 60px;}
}
@media (max-width:640px) {
    .page-banner .pb-pic img { width: auto; height: 100%; max-width: none; }
}

/*大标题*/
.com-title { text-align: center; position: relative;}
.com-title.t-l { text-align: left; }
.com-title h3 { font-size: 30px; color: #281f20; font-weight: bold; line-height: 1; }
.com-title p { font-size: 16px; color: #81868e; line-height: 1; margin-top: 18px; }
.com-title .des { margin-top: 18px; font-size: 16px; color: #333; line-height: 1.2; }

/*分页*/
.com-page { margin-top: 40px; }
.pages { margin-top: 60px; text-align: center; font-size: 0; }
.a1_page { display: none !important; }
.pages a, .pages span { padding: 0 20px; display: inline-block; margin: 0 3px; min-width: 40px; line-height: 38px; font-size: 14px; -webkit-transition: .3s; -moz-transition: .3s; transition: .3s; color: #666; border: 1px solid #ddd; }
.pages .cur_page, .pages .page-num-current, .pages .current, .pages a:hover { color: #fff !important; background: #1179a8 !important; border-color: #1179a8; }
.pages .prev_disabled:hover, .pages .next_disabled:hover { color: #fff !important; background: #ddd !important; }
.pages a.prev:before, .pages a.prev_disabled:before { content: "上一页"; -webkit-transition: .3s; -moz-transition: .3s; transition: .3s; }
.pages a.next:before, .pages a.next_disabled:before { content: "下一页"; }
.pages .fl, .pages .fr { display: none; }
@media (max-width:768px) {
    .pages { margin-top: 40px; }
    .pages a, .pages span { padding: 0 10px; margin: 0 2px; min-width: 30px; line-height: 28px; font-size: 14px; }
}

/*数字滚动*/
.num-scroll-two { font-size: 0; text-align: center; height: 100%; flex-wrap: nowrap; }
.num-scroll-two li { position: relative; display: inline-block; color: #fff; text-align: left; }
.num-scroll-two li~li { margin-left: 100px; }
.num-scroll-two li .num-cont { color: #1b202e; font-size: 72px; line-height: 1; position: relative; font-weight: bold; display: inline-block; vertical-align: bottom; }
.num-scroll-two li .num-cont .num { display: inline-block; line-height: 1; color: #333; font-size: 72px; font-family: DIN-Medium; position: relative; top: 2px; }
.num-scroll-two li .num-cont b { font-size: 50px; }
.num-scroll-two li .num-cont i { font-style: normal; font-weight: 400; position: absolute; right: -38px; top: 10px; font-size: 14px; color: #333; }
.num-scroll-two li .num-tit { font-size: 16px; color: #595757; margin-top: 35px; }
@media (max-width:1280px) {
    .num-scroll-two li .num-cont .num { font-size: 40px; }
}
@media (max-width:768px) {
    .num-scroll-two { flex-wrap: wrap; }
    .num-scroll-two li .num-cont { display: block; }
    .num-scroll-two li .num-cont i { right: -20px; }
    .num-scroll-two li .num-cont .num { font-size: 34px; }
}
.com-pic-cont { position: relative; }
.com-pic-cont .pic { width: 50%; }
.com-pic-cont .pic.long { width: 63.85%; }
.com-pic-cont .cont { position: absolute; left: 0; top: 0; width: 50%; height: 100%; overflow: hidden; background-color: #f7f7f7; padding-left: 97px; }
.com-pic-cont .cont.center { width: 36.15%; padding-left: 0; }
.com-pic-cont .cont h4 { font-size: 24px; color: #333333; line-height: 30px; }
.com-pic-cont .cont .en { font-size: 16px; color: #333333; line-height: 27px; margin-top: 20px; }
.com-pic-cont .cont.center .en { font-size: 14px; margin-top: 14px; line-height: 1; }

/*通用分类*/
.com-cate li { position: relative; float: left; margin-left: 85px; }
.com-cate li a { display: inline-block; color: #333333; }
.com-cate li.on a, .com-cate li:hover a { color: #e32f18; }
.com-cate li:before { border-bottom: 5px solid #e32f18; }
.com-cate li:hover:before, .com-cate li.on:before { margin-left: -16px; width: 32px; }
.page-btn { display: inline-block; width: 250px; line-height: 46px; text-align: center; background: #41AB03; color: #fff !important; border-radius: 5px; font-size: 24px; }

/* kefu */

/* 在线客服样式 */
.sz-kefu { position: fixed; width: 50px; right: 0; top: 50%; z-index: 100; margin-top: -100px; }
.sz-kefu ul li { width: 50px; height: 50px; float: left; position: relative; margin-bottom: 1px; font-size: 12px; line-height: 50px; }
.sz-kefu ul li .sidebox { position: absolute; width: 50px; height: 50px; top: 0; right: 0; transition: all 0.3s; color: #fff; background: #017cc2; overflow: hidden; opacity: .8; }
.sz-kefu ul li.kf2 .sidebox {    /* background:#7fbb57; */
overflow: visible; }
.sz-kefu ul li .sidebox:hover { opacity: 1; }
.sz-kefu ul li .sidetop { width: 50px; height: 50px; line-height: 50px; display: inline-block; background: #222; transition: all 0.3s; opacity: .8; }
.sz-kefu ul li .sidetop:hover { opacity: 1; }
.sz-kefu ul li img { float: left; }
.sz-kefu ul li .sidebox3 { font-size: 16px; }
.sz-kefu ul li .kImg { padding: 13px; }
.sz-kefu .kf_wx { position: absolute; top: 0; left: -140px; width: 110px; display:; background: #fff; border: 1px solid #dadada; padding: 14px; line-height: 20px; color: #333; text-align: center; display: none; box-sizing: content-box; }
.sz-kefu .kf_wx img { display: block; width: 110px; height: 110px; margin-bottom: 5px; float: none; }
.sz-kefu .kf_tel_box { width: 180px; left: -210px; }
.sz-kefu .kf_tel_box .tel { font-size: 16px; text-align: left; }
.sz-kefu .kf_tel_box .tel p ~ p { margin-top: 10px; }
.sz-kefu .qq { height: 0; position: relative; z-index: 2; }
.sz-kefu .qq .sidebox { border: 1px solid #017cc2; height: auto; border-radius: 5px 0 0 5px; width: 140px; background: #fff; opacity: 1; bottom: -50px; top: auto; text-align: center; padding-bottom: 5px; right: -150px; }
.sz-kefu .qq h5 { height: 35px; line-height: 35px; background: #017cc2; font-weight: normal; color: #fff; font-size: 14px; padding: 0 10px; text-align: left; margin-bottom: 10px; }
.sz-kefu .qq h5 i { float: right; cursor: pointer; transition: all 0.3s; position: relative; z-index: 5; }
.sz-kefu .qq h5 i:hover { transform: rotate(90deg); }
.sz-kefu .qq a { display: block; height: 32px; line-height: 32px; border-radius: 18px; border: 1px solid #017cc2; margin: 5px 15px }
.m-show { display: none; }

/*视屏播放弹窗样式*/
.video_shadow { position: fixed; left: 0px; top: 0px; width: 100%; height: 100%; background: rgba(0, 0, 0, .5); z-index: 1000; display: none; }
.playnow { position: absolute; left: 50%; top: 50%; margin-left: -410px; margin-top: -286px; width: 820px; height: 550px; background-color: transparent; z-index: 1000; }
.video_control { width: 820px; height: 500px; box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, .5); }
.video_control video { width: 100%; height: 100%; object-fit: fill; }
.closevideo { position: absolute; right: -30px; top: -24px; font-size: 35px; color: #fff; cursor: pointer; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
.closevideo:hover { right: -35px; }

/*返回顶部*/
#to-top { display: inline-block; width: 46px; height: 46px; background: url(../images/scrolltop.png) no-repeat center; text-align: center; text-decoration: none; z-index: 8; right: 20px; opacity: 0.7; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
#to-top:hover { opacity: 1; }

/*---网站地图---*/
.sitemap-frame .site-box { border-bottom: 2px #666 solid; }
.sitemap-frame .site-box .left { padding: 10px 20px; color: #fff; background: #555; }
.sitemap-frame .site-box .left a { color: #fff; display: inline-block; }
.sitemap-frame .site-box .right { color: #888; font-size: 13px; line-height: 35px; padding-left: 20px; }
.sitemap-frame .site-box .right a { display: inline-block; color: #888; font-size: 13px; }
.sitemap-frame .site-box .right a:hover { color: #1179a8 }
.sitemap-frame .list { width: 100%; float: left; margin: 40px 0; display: table; }
.sitemap-frame .list li { display: table-cell; text-align: center; }
.sitemap-frame .list hr { width: 3px; height: 100%; border: none; background: #000; }
.sitemap-frame .list h4 { }
.sitemap-frame .list h4 a { display: block; color: #fff; font-size: 15px; padding: 10px 10px 10px 10px; border-bottom: 1px #ddd dotted; margin: 0 5px; background: #999; border-radius: 7px; }
.sitemap-frame .list a:before { padding-right: 5px; }
.sitemap-frame .list .box { padding: 20px 0 10px 0; clear: both; border-left: 1px #ddd solid; margin: 0 5px; }
.sitemap-frame .list .box a { position: relative; display: block; color: #666; font-size: 13px; background: #ededed; padding: 10px 5px; margin: 0 0 20px 5px; border-radius: 5px; -webkit-transition: .1s; -o-transition: .1s; transition: .1s; }
.sitemap-frame .list .box a:after { content: ""; position: absolute; left: -12px; top: 20px; width: 12px; height: 5px; display: block; background: #CACACA;    /* border-radius: 50%; */ }
.sitemap-frame .list a:hover { color: #fff; background: #1179a8 }
.sitemap-frame .list a:hover:after { }
@media (max-width:1000px) {
    .playnow { left: 5%; top: 30%; margin-left: 0; margin-top: 0; width: 90%; height: auto; }
    .video_control { width: 100%; height: auto; box-shadow: none; }
    .closevideo { position: absolute; right: 0; top: -50px; font-size: 30px; color: #fff; cursor: pointer; }
}
@media (max-width:768px) {
    .num-scroll-two li { width: 33%; margin-bottom: 15px; }
    .num-scroll-two li .num { font-size: 30px; }
    .num-scroll-two li .num-tit { font-size: 12px; margin-top: 0; }
    .num-scroll-two li:nth-child(4):before { display: none; }
}

/* WAP主导航 */
.wapNav { overflow-y: auto; height: 100%; opacity: 0; visibility: hidden; transform: translateX(-100%); transition: all 0.5s; background: #fff; width: 100%; position: fixed; left: 0; top: 50px; z-index: 40; padding: 0; }
.wapNav.nav_on { opacity: 1; transform: translateX(0); visibility: visible; }
.wapNav li { position: relative; }
.wapNav li a { display: block; padding-left: 4%; color: #666; line-height: 45px; border-top: 1px solid #eee; position: relative; font-size: 14px; }
.wapNav li i { font-family: "iconfont-m"; color: #ddd; font-size: 12px; font-style: normal; padding: 0 20px; position: absolute; right: 0; top: 0px; line-height: 50px; }
.wapNav li.cur>a, .wapNav .cur>a:hover { background: #017cc2; color: #fff; }
.wapNav li:hover i, .wapNav .cur i { color: #666; }
.wapNav .navSub { display: none; background: #fff; }
.wapNav .navSub li a { height: 40px; line-height: 40px; padding-left: 40px; font-size: 14px; }
.wapNav .navSub ul { background: #050505; }
.wapNav .navSub ul li a { height: 34px; line-height: 34px; padding-left: 60px; }
.wapNav .menu { overflow: hidden; font-size: 0; border-bottom: 1px solid #eee; }
.wapNav .menu a { float: left; width: 50%; text-align: center; line-height: 45px; color: #fff; color: #454545; font-size: 16px; }
.wapNav .menu a~a { border-left: 1px solid #eee; }
.wapNav .menu a i { margin-right: 8px; position: relative; font-style: normal; color: #454545; font-size: 16px; }
.wSearch { background: #f1f1f1; font-size: 14px; overflow: hidden; padding: 20px 4%; }
.wSearch form { margin: 0 auto; background: #fff; height: 40px; overflow: hidden; padding-right: 60px; }
.wSearch .sear_text { width: 100%; float: left; height: 40px; line-height: 40px; color: #666; padding-left: 10px; }
.wSearch .sear_btn { float: left; width: 60px; height: 40px; line-height: 40px; cursor: pointer; text-align: center; background: #333; color: #fff; font-size: 14px; transition: all 0.3s; margin-right: -60px; }
.wSearch .sear_btn:hover { background: #014099; }
.sitemap-wrap { padding-top: 50px; padding-bottom: 80px; }

/* 导航按钮 */
.navTrigger { width: 28px; position: relative; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); overflow: hidden; white-space: nowrap; color: transparent; z-index: 20; cursor: pointer; display: none; margin-left: 40px; float: right; }
.navTrigger span { display: block; height: 2px; background: #017cc2; margin-bottom: 6px; transition: all 0.3s; -webkit-transform-origin: 0% 50%; -moz-transform-origin: 0% 50%; -ms-transform-origin: 0% 50%; -o-transform-origin: 0% 50%; transform-origin: 0% 50%; -webkit-transition: .4s; -o-transition: .4s; transition: .4s; }
.navTrigger span:nth-child(3) { margin-bottom: 0; }
.navTrigger-on span:nth-child(1) { transform: translateY(0) rotate(45deg); }
.navTrigger-on span:nth-child(2) { opacity: 0; }
.navTrigger-on span:nth-child(3) { transform: translateY(0) rotate(-45deg) }
@media (max-width:1020px) {
    .navTrigger { display: block; }
}

/*百度分享*/
.bdshare-button-style0-32 { display: inline-block; vertical-align: middle; margin-top: -2px; }
.bdshare-button-style0-32 a { filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); -webkit-filter: grayscale(100%); }

/*分页*/
.pagination { text-align: center;font-size: 0;}
.a1_page { display: none !important; }
.pagination a, .pagination span { padding: 0 14px; display: inline-block; margin: 0 3px; min-width: 40px; line-height: 38px; font-size: 14px; -webkit-transition: .2s; -moz-transition: .2s; transition: .2s; color: #8C8C9A; border: 1px solid #D9DDE1; }
.pagination .cur_page, .pagination .page-num-current, .pagination a:hover { color: #fff !important; background: #017cc2 !important; border-color: #017cc2; }
.pagination .prev_disabled:hover, .pagination .next_disabled:hover { color: #576077 !important; }
.pagination a.prev:before, .pagination a.prev_disabled:before { content: "上一页"; }
.pagination a.next:before, .pagination a.next_disabled:before { content: "下一页"; }
@media (max-width: 768px) {
    .pagination a, .pagination span {
        padding: 0 5px;
        margin: 0 2px;
        min-width: 30px;
        line-height: 28px;
        font-size: 12px;
    }
}

/*新闻详情*/
.news-detail { padding-top: 90px; padding-bottom: 60px; }
.news-detail .detail-left, .news-detail .detail-right { float: left; }
.news-detail .detail-left .content-box { padding: 30px 30px 30px 20px; min-height: 905px; }
.news-detail .detail-left { width: 71.6%; margin-right: 20px; }
.news-detail .detail-left .content-box .title { font-size: 18px; color: #333; }
.news-detail .detail-left .content-box .time { color: #999; margin: 15px 0 20px; }
.news-detail .detail-left .content-box .content { line-height: 25px; color: #999; font-size: 14px; }
.news-detail .detail-left .content-box p { line-height: 25px; color: #999; }
.news-detail .detail-left .content-box .content img { width: 100%; height: auto; }
.news-detail .detail-left .next-btn { margin: 0px 0 20px 30px; display: block; font-size: 14px; }
.news-detail .detail-right { width: 26.6%; background: #fff; }
.news-detail .detail-right .right-box { padding: 20px; }
.news-detail .detail-right .right-box .right-title { border-bottom: 1px solid #E7E7E7; }
.news-detail .detail-right .right-box .right-title h3 { padding: 5px; border-bottom: 3px solid #cf251f; font-size: 16px; margin-bottom: -2px; width: 90px; }
.news-detail .detail-right .right-box ul li { margin-top: 20px; }
.news-detail .detail-right .right-box ul li img { width: 100%; height: 180px; }
.news-detail .detail-right .right-box ul li .text-box { padding: 15px 0; }
.news-detail .detail-right .right-box ul li .text-box h3 { font-size: 14px; }
.news-detail .detail-right .right-box ul li .text-box .time { color: #959595; margin-top: 12px; }
.mt10 { margin-top: 10px; }
.mt20 { margin-top: 20px; }
.mb20 { margin-bottom: 20px; }
.bottom_line { border-bottom: #e1e1e1 1px dashed; }
.xghd-box { padding: 0px 20px 20px 20px; }
.xghd-box li { float: left; width: 50%; line-height: 30px; white-space: nowrap; overflow: hidden; }
.xghd-box ul li a .icon-dian { color: #999; font-size: 20px; background: #999; width: 4px; height: 4px; border-radius: 4px; display: inline-block; vertical-align: middle; margin-right: 5px; }


/*面包屑*/
.position-s1 {
    padding-top: 18px;
    padding-bottom: 18px;
    color: #81868e;
    background-color: #f7f7f7;
}
.position-s1 a {
    color: #81868e;
}
.position-s1 a:hover {
    color: #017cc2;
}
.position-s1 .right i,
.detail-page .menu i {
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 1;
    color: #333;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -2px;
}