
blockquote,body,button,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,li,ol,p,pre,td,textarea,th,ul{padding:0;margin:0;font-size:100%;}
dd,dl,dt,li,ol,u,ul{list-style:none;padding:0;margin:0}
a,address,caption,cite,code,dfn,em,i,s,strong,th,var{font-style:normal;text-decoration:none}
label input{vertical-align:middle}
a{ text-decoration:none!important; color:#666 }
a:hover{ text-decoration:none; color:#000; }
a.hidefocus{ outline:0; }
body{font:12px/1.5 "微软雅黑";color:#000;background:#fff; padding-top:0px; transition:0.2s all; overflow-x: hidden; }
img{border:0;vertical-align:middle}
.clear{clear:both;line-height:0;font-size:0;height:0}
.clearfix:after{display:block;visibility:hidden;clear:both;height:0;content:"."}
.border_bottom { border-bottom:1px solid #eee; }
.font-size-20 { font-size:20px; }

.coolc_body { width: 1200px; height: auto; display: table; margin: 0 auto; }
.bodyso{overflow-y:hidden!important;height:100%}

@font-face{
    font-family:'Dutch801';
    src : url('../font/dut801ia.ttf');
}

@font-face{
    font-family:'ribn131b';
    src : url('../font/dut801ia.ttf');
}

/* 上下抖动 */
@keyframes wiggle {
    0%{bottom:16px;}
    25%{bottom:26px;}
    50%{bottom:36px;}
    72%{bottom:26px;}
    100%{bottom:16px;}
}

@keyframes loading-gezi {
    0% {
        left: -100%
    }

    to {
        left: 100%
    }
}

/* btn波纹动画 */
.btns { position: relative; overflow: hidden; }
.btns:after { display: block; content: ''; background: rgba(255,255,255,0.2); position: absolute; border-radius: 50%; animation: twinkle 1.1s; animation-iteration-count: infinite; opacity: 0; width: 0; height: 0; }
@keyframes twinkle{
    0%{
        width: 0;
        height: 0;
        opacity: 0;
        left: 50%;
        top: 50%;
    }
    50%{
        opacity: 1;
    }
    100%{
        width: 100%;
        height: 300%;
        left: 0;
        top: -100%;
        opacity: 0;
    }
}

/* 物体180度旋转 */
.rotate{ transform-origin:center center; transform:rotate(180deg); transition:transform 0.2s; }
.rotate1{ transform-origin:center center; transform:rotate(0deg); transition:transform 0.2s; }

.pull-left { float:left!important; }
.pull-right { float:right!important; }
.clearpadiing{ padding:0; }
.clearmargin{ margin:0; }
.clearborder{ border:0!important; }
video { border:8px solid #fff; border-radius:16px; background:#000; margin:0px; padding:0px; outline:0px; overflow:hidden; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color:#999; } 
input:-moz-placeholder, textarea:-moz-placeholder { color:#999; } 
input::-moz-placeholder, textarea::-moz-placeholder { color:#999; } 
input:-ms-input-placeholder, textarea:-ms-input-placeholder { color:#999; }

.formControl::-webkit-input-placeholder { color:#ffffff; } 
.formControl:-moz-placeholder { color:#ffffff; } 
.formControl::-moz-placeholder { color:#ffffff; } 
.formControl:-ms-input-placeholder { color:#ffffff; }

.btndark { background: #000; color: #fff; padding: 9px 30px; border: 1px solid #000; transition: all .2s linear; }
.btndark:hover { border: 1px solid #000; background: #fff; color: #000; }

#loading { width: 100%; height: 100%; position: absolute; z-index: 99999; left: 0; top: 0; bottom: 0; right: 0; background: #fff; display: flex; align-items: center; justify-content: center; }
#loading .loading_logo { width: 180px; }
#loading .loading_logo img { width: 100%; margin-bottom: 20px; }
#loading .loading_logo .progress_coolc { height: 1px; font-size: 0px; position: relative; overflow: hidden; }
#loading .loading_logo .progress_coolc::after { background: #000; content: ''; width: 100%; height: 1px; position: absolute; bottom: 0; left: -100%; animation: loading-gezi 1s cubic-bezier(.77,0,.175,1) infinite .2s; animation-fill-mode: both; }

.uptop { width: 40px; height: 40px; line-height: 40px; position: fixed; right: 10px; bottom: 60px; cursor: pointer; text-align: center; background: #666; border-radius: 40px; transition:0.2s all; }
.uptop .coolc { color: #fff; font-size: 22px; }

/* 顶部菜单 */
.top_nav { width: 100%; height: 80px; background: rgba(255, 255, 255, 0.9); box-shadow: 0 3px 12px rgb(0 0 0 / 6%); z-index: 9; position: fixed; -webkit-backdrop-filter: saturate(180%) blur(6px); backdrop-filter: saturate(180%) blur(6px); }
.logo_nav_box { width: 100%; height: 80px; display: flex; justify-content: space-between; }
.logo_nav_box h1 { width: 280px; height: 80px; }
.logo_nav_box h1 a { width: 100%; height: 80px; padding: 20px 0; display: block; position: relative; }
.logo_nav_box h1 a b { position: absolute; left: 134px; top: 25px; font-size: 16px; font-weight: 500; color: #2f318b; }
.logo_nav_box h1 a p { position: absolute; left: 134px; top: 47px; font-size: 12px; color: #2f318b; }
.logo_nav_box h1 img { height: 40px; }
.logo_nav_box ul { display: flex; justify-content: space-between; padding: 21px 0; }
.logo_nav_box ul li { height: 38px; line-height: 38px; font-size: 16px; }
.logo_nav_box ul li a { padding: 0 22px; transition:0.2s all; }
.logo_nav_box ul li a:hover { color: #1774ff; }
.logo_nav_box ul li.on { position: relative; }
.logo_nav_box ul li.on a { color: #1774ff; }
.logo_nav_box ul li.on::after { height: 2px; content: ''; position: absolute; left: 22px; right: 22px; bottom: -20px; background: #1774ff; }
.logo_nav_box .demo_box { padding: 21px 0; }
.logo_nav_box .demo_box a { height: 38px; line-height: 38px; font-size: 14px; padding: 0 20px; display: block; background: #1774ff; color: #fff; transition:0.2s all; border-radius: 25px; }
.logo_nav_box .demo_box a:hover { background: #e40082; }

/* banner */
.banner_box { width: 100%; height: 35.9375vw; padding-top: 80px; background: url(../image/banner_bg.jpg) no-repeat #fff right bottom; background-size: 100% auto; position: relative; }
.banner_box .video { width: 100%; height: 35.9375vw; border: 0px; border-radius: 0px; position: absolute; object-fit: cover; left: 0px; right: 0px; top: 0px; bottom: 0px; z-index: 0; }
.banner_box .coolc_body { height: calc(35.9375vw - 80px); display: flex; align-items: center; z-index: 1; }
.banner_box .left_banner_box { width: 470px; z-index: 3; }
.banner_box .left_banner_box p { width: 100%; display: block; line-height: 60px; font-size: 50px; font-weight: bold; color: #000; }
.banner_box .left_banner_box span { width: 100%; padding: 14px 0; font-size: 14px; color: #666; display: block; }
.banner_box .left_banner_box .btn_box { padding-top: 20px; }
.banner_box .left_banner_box .btn_box .btn { padding: 10px 32px; font-size: 16px; }

/* 页面底部 */
.footer { width:100%; min-width:1200px; background:#2f318b; }
.footer-info { width:1200px; margin:0 auto; }
.link { color:#575a6a; margin-top:10px; }
.link a { color:#575a6a; margin:0 16px 0 0; white-space:nowrap; line-height:28px; }
.link a:hover { color:#00c659; }
.footer-nav { color: #7c7c7c; margin-top:15px; }
.footer-nav a { color: #e40082; margin:0 10px 0 10px; }
.footer-nav a:hover { color:#ff9600; }
.index-footer { padding-top:10px; color: #999; }
.index-footer a { color:#A1A9B4; font-size:13px!important; }
.copy { color:#A1A9B4; line-height:30px; padding-bottom:20px; }
.index-footerleft p { margin:10px 0; color:#A1A9B4; font-size:13px!important; }
.index-footerleft p a { color:#ff9600; }
.index-footerleft p a:hover { color:#fff; }
.index-footerleft p a.last { margin-left:20px; color:#A1A9B4; }
.index-footerleft p a.last:hover { color:#ff9600; }
.index-footerleft { width: 740px; float: left; }
.index-footerright { width: 190px; font-size: 14px; float: right; padding-top:30px; text-align: right; }
.index-footerright h1 { font-weight: normal; }
.index-footerright h1 a { color: #999; }
.index-footerright h1 a:hover { text-decoration: underline; }
.index-footerright h1 { font-size: 14px; color: #7c7c7c; }
.index-footerright span { color:#999999; margin-left:30px; display:inline-block; margin-bottom:10px; }
.index-footerbox { padding-bottom:20px; }
.index-footerright span abbr { margin-left:10px; color: #999; }
.copy a { color: #999; margin: 0 5px; }
.index-footermd { width: 200px; float: left; padding-top: 45px; }
.index-footermd > p { text-align: center; color: #999; }

.f_logo { width: 120px; margin:46px 0 0; top:-22px; right:0; position:absolute; }


.music_all_box { width: 100%; background: rgba(244,249,255,1); padding: 30px 0; }
.music_all_box_w { width: 100%; background: #fff; padding: 30px 0; }
.title_content { width: 100%; text-align: center; }
.title_content b { font-size: 28px; }
.title_content p { font-size: 16px; padding: 5px 0 30px 0; color: #666; }

.music_info_box { width: 100%; display: flex; justify-content: space-between; padding-bottom: 20px; }
.music_info_box .item { width: 30%; background: #fff; border-radius: 12px; box-shadow: 0px 0px 18px 0px rgb(36 104 242 / 10%); }
.music_info_box .item .pic { width: 100%; }
.music_info_box .item .text_box { padding: 16px 20px; }
.music_info_box .item .text_box .title { width: 100%; height: 32px; text-align: center;  font-size: 18px; font-weight: bold; }
.music_info_box .item ul { width: 140px; margin: 0 auto; }
.music_info_box .item ul li { width: 100%; height: 26px; line-height: 26px; margin: 10px 0; padding-left: 36px; font-size: 14px; color: #666; }
.music_info_box .item ul li.icon_1 { background: url(../image/1608706309095.png) no-repeat left center; background-size: 26px; }
.music_info_box .item ul li.icon_2 { background: url(../image/1614448022744.png) no-repeat left center; background-size: 26px; }
.music_info_box .item ul li.icon_3 { background: url(../image/1608706908939.png) no-repeat left center; background-size: 26px; }
.music_info_box .item ul li.icon_4 { background: url(../image/1608706958933.png) no-repeat left center; background-size: 26px; }
.music_info_box .item ul li.icon_5 { background: url(../image/1608706812832.png) no-repeat left center; background-size: 26px; }
.music_info_box .item ul li.icon_6 { background: url(../image/1608707908606.png) no-repeat left center; background-size: 26px; }
.music_info_box .item ul li.icon_7 { background: url(../image/1608708005620.png) no-repeat left center; background-size: 26px; }
.music_info_box .item ul li.icon_8 { background: url(../image/1608707975613.png) no-repeat left center; background-size: 26px; }

.icons_box { width: 100%; height: auto; display: table; }
.icons_box ul { display: flex; flex-wrap: wrap; justify-content: space-between; }
.icons_box ul li { width: 200px; text-align: center; padding-bottom: 20px; padding-top: 10px; }
.icons_box ul li i { width: 80px; height: 80px; line-height: 76px; display: block; text-align: center; cursor: pointer; position: relative; font-size: 38px; color: #1774ff; border-radius: 80px; border: 2px solid #dce6ff; margin: 0 auto 6px auto; }
.icons_box ul li b { font-size: 16px; color: #000; font-weight: 500; }
.icons_box ul li p { font-size: 14px; color: #999; }
.icons_box ul li i::before { width: 80px; text-align: center; display: block; z-index: 2; left: -2px; top: 0px; position: absolute; transition:0.2s all; }
.icons_box ul li i::after { content: ''; transition:0.2s all; position: absolute; left: -2px; top: -2px; border-radius: 80px; z-index: 1; transition:0.2s all; }
.icons_box ul li:hover i::before { color: #fff; }
.icons_box ul li:hover i::after { width: 80px; height: 80px; display: block; background-image: linear-gradient(to right,#d40085 0,#ff5000 100%); box-shadow: 0 0 5px #ff5000; }

.case_box { width: 100%; height: auto; display: table; }
.case_box ul { display: flex; flex-wrap: wrap; justify-content: space-between; }
.case_box ul li { width: 370px; background: #fff; border-radius: 5px; margin-bottom: 30px; overflow: hidden; position: relative; box-shadow: 0px 0px 18px 0px rgb(36 104 242 / 10%); }
.case_box ul li .pic_box { position: relative; overflow: hidden; }
.case_box ul li .pic_box img { width: 100%; border-bottom: 1px solid #eee; }
.case_box ul li .mask_btn { width: 100%; height: 100%; position: absolute; left: 0px; top: 0px; opacity: 0; transition:0.2s all; padding: 30px 80px; }
.case_box ul li .mask_btn .btn { padding: 8px; margin: 10px 0; }
.case_box ul li:hover .pic_box .mask_btn { opacity: 1; padding: 70px 80px; background: rgba(255, 255, 255, 0.9); }
.case_box ul li h2 { padding: 16px 20px; font-size: 14px; }

.tabs-title { width: 100%; padding: 10px 0; }
.tabs-title ul { width: 100%; display: flex; justify-content: center; padding-bottom: 20px; }
.tabs-title ul li { font-size: 16px; padding: 0 10px; color: #000; cursor: pointer; }
.tabs-title ul li.current { color: #e40082; }

.post-list { width: 100%; height: 560px; padding-bottom: 40px; }
.post-list .news_banner { width: 100%; height: 160px; border-radius: 10px; overflow: hidden; margin-bottom: 20px; }
.post-list ul { display: flex; flex-wrap: wrap; justify-content: space-between; }
.post-list ul li { width: 48%; padding: 30px 0; }
.post-list ul li a { display: flex; justify-content: space-between; transition:0.2s all; }
.post-list ul li .time { width: 70px; height: 70px; text-align: center; border: 1px solid #11c26d; color: #11c26d; font-size: 14px; }
.post-list ul li .time p { font-size: 16px; padding-top: 11px; }
.post-list ul li .infos { width: 480px; }
.post-list ul li .infos h2 { width: 100%; display: block; font-size: 18px; margin-bottom: 8px; color: #000; display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; visibility: visible; -webkit-line-clamp: 1; }
.post-list ul li .infos p { font-size: 14px; color: #999; display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; visibility: visible; -webkit-line-clamp: 2; }
.post-list ul li a:hover { margin-top: -15px; }
.post-list ul li a:hover h2 { color: #11c26d; }

.btn_all_box { width: 100%; text-align: center; padding-top: 20px; }
.btn_all_box .btn { padding: 10px 32px; font-size: 16px; }

.join_content { width: 100%; height: 340px; padding-top: 96px; background: url(../image/footer_bg.png) no-repeat center 100%; background-size: 100% auto; text-align: center; border-radius: 12px; box-shadow: 0px 0px 40px 2px rgb(0 0 0 / 7%); }
.join_content b { font-size: 28px; }
.join_content p { font-size: 16px; padding: 3px 0 20px 0; color: #666; }
.join_content .btn_box { padding-top: 10px; }
.join_content .btn_box .btn { padding: 10px 32px; font-size: 16px; }

.hs-friendship { width:100%; height:auto; display: table; margin: 0 auto; padding-top: 30px; }
.hs-friendship h3 { width:100%; height:34px; font-size:20px; display:block; font-weight:bold; }
.links { width:100%; height:auto; display: table; overflow:hidden; }
.links a { display:block; height:26px; margin-right:15px; font-size:14px; float:left; color:#999; }
.links a:hover { color:#ff9000; }


.lists_banner { width: 100%; height: 450px; background: url(../image/1608887059484.png) no-repeat center top rgba(244,249,255,1); background-size: auto 380px; }
.lists_banner .title_content { padding-top: 160px; color: #fff; }
.lists_banner .title_content p { color: #fff!important; opacity: 0.5; }
.lists_banner .contNums { width: 100%; background: #fff; margin-top: 54px; padding: 30px 50px; box-shadow: 0px 0px 18px 0px rgb(36 104 242 / 10%); border-radius: 6px; display: flex; justify-content: space-between; }
.lists_banner .contNums .item { width: 200px; text-align: center; }
.lists_banner .contNums b { color: #000; font-size: 28px; position: relative; padding-right: 15px; }
.lists_banner .contNums b span { font-size: 12px; font-weight: 500; position: absolute; right: 0px; top: 5px; }
.lists_banner .contNums p { color: #666; }

.about_text { padding: 0 0 20px 0; }
.about_text p { font-size: 16px; line-height: 34px; text-indent: 32px; color: #666; padding-bottom: 20px; }

.compay_info { width: 100%; display: flex; justify-content: space-between; padding-bottom: 40px; }
.compay_info .left_img { width: 380px; height: 460px; background: url(../image/10270_156879867030010.png) no-repeat; background-size: 400px 460px; }
.compay_info .right_text { width: 760px; }
.compay_info .right_text h2 { width: 100%; display: block; font-size: 40px; font-weight: bold; padding: 24px 0 6px 0; }
.compay_info .right_text span { font-size: 18px; color: #666; }

.compay_info .li_icon { width: 100%; height: auto; display: table; padding-top: 30px; }
.compay_info .li_icon ul { display: flex; flex-wrap: wrap; justify-content: space-between; }
.compay_info .li_icon ul li { width: 48%; padding: 40px 30px 40px 120px; margin-top: 29px; box-shadow: 0px 0px 18px 0px rgb(36 104 242 / 10%); }
.compay_info .li_icon ul li b { font-size: 18px; font-weight: 500; padding-bottom: 6px; }
.compay_info .li_icon ul li p { font-size: 14px; color: #666; }
.compay_info .li_icon ul li.i_1 { background: url(../image/10270_156879884251511.png) no-repeat 34px center #fff; }
.compay_info .li_icon ul li.i_2 { background: url(../image/10270_156879885264712.png) no-repeat 34px center #fff; }
.compay_info .li_icon ul li.i_3 { background: url(../image/10270_156879886081113.png) no-repeat 34px center #fff; }
.compay_info .li_icon ul li.i_4 { background: url(../image/10270_156879886869714.png) no-repeat 34px center #fff; }

.logo_box { width: 100%; background: #fff; display: flex; flex-wrap: wrap; justify-content: space-between; }
.logo_box span { width: 300px; display: block; text-align: center; background: #fff; border-right: 2px solid rgba(244,249,255,1); border-bottom: 2px solid rgba(244,249,255,1); }
.logo_box span:not(4+n) { border-right:0px; }

.map_contact_box { width: 100%; height: 520px; display: flex; justify-content: space-between; background: rgba(244,249,255,1); padding-top: 20px; }
.map_contact_box .map_box { width: 50%; height: 450px; margin-top: 50px; background: url('../image/map.png') no-repeat center; background-size: 100% auto; }
.map_contact_box .contact_box { width: 50%; height: 500px; background: #fff; padding: 50px 0 0 50px; box-shadow: 0px 0px 18px 0px rgb(36 104 242 / 10%); }
.map_contact_box .contact_box h3 { font-size: 26px; font-weight: bold; padding-bottom: 6px; }
.map_contact_box .contact_box p { font-size: 16px; color: #999; padding-bottom: 15px; }
.map_contact_box .contact_box h4 { font-size: 18px; color: #666; font-weight: bold; padding-bottom: 6px; margin-top: 38px; }
.map_contact_box .contact_box span { font-size: 15px; color: #999; padding-top: 15px; }

.news_list_box { background: rgba(244,249,255,1); }
.global_category{ height: 81px; position:relative; }
.global_category .global_category_abs{ width:100%; height: calc(100% - 1px); border-bottom: 1px solid rgba(0,0,0,0.07); text-align:center; font-size: 0;}
.global_category .global_category_box{ width: 100%; height: 100%;}
.global_category .global_category_abs a{ position: relative; display:inline-block; color:#333; padding:0 30px; height: calc(100% + 1px); line-height: 80px; font-size:16px; transition: all 0.5s; }
.global_category .global_category_abs a:before{ content: ''; position: absolute; left: 30px; right: 30px; bottom: 0; height: 3px; background: #e40082; opacity: 0; transition: all 0.5s; }
.global_category .global_category_abs a:hover{ color:#e40082; }
.global_category .global_category_abs a.cur{ color:#e40082; }
.global_category .global_category_abs a.cur:before{ opacity: 1; }

/*news*/
#info .info_list{ margin-top: 40px; display: flex; flex-wrap: wrap; justify-content: space-between; }
#info .item{ width: 353px; margin-bottom: 39px; background: #fff; transition: all 0.5s; box-shadow: 0px 0px 18px 0px rgb(36 104 242 / 10%); border-radius: 5px; overflow: hidden; }
#info .item .img{ width: 353px; height:179px; text-align: center; overflow: hidden; }
#info .item .img img { width: 353px; height:179px; }
#info .item .con{ padding:10px 12px; }
#info .item .all{ width:100%; }
#info .item .con h3{ height:30px; line-height:30px; }
#info .item .con h3 a{display: block; height:30px; line-height:30px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; font-size:16px; color:#222222; }
#info .item .con .date{ font-size:14px; color:#bbbbbb; font-family:"Arial"; line-height: 22px; }
#info .item .con .intro{ font-size:14px; color:#999999; line-height:22px; height:48px; overflow:hidden; }
#info .item:hover{ margin-top: -10px; }
#info .item:hover h3 a{ color:#e40082; }


.price_banner { width: 100%; background: url(../image/10270_15984121608962.png) no-repeat center top rgba(244,249,255,1); background-size: auto 740px; }
.price_banner .title_content { padding-top: 160px; color: #fff; }
.price_banner .title_content p { color: #fff!important; opacity: 0.5; }

.item_price_box { width: 100%; display: flex; justify-content: space-between; padding-top: 40px; padding-bottom: 30px; }
.item_price_box .items { width: 380px; background: #fff; box-shadow: 0px 0px 18px 0px rgb(36 104 242 / 10%); border-radius: 5px; padding-bottom: 30px; }
.item_price_box .items .top_all { background: rgba(247, 249, 255, 1); padding: 30px 60px; text-align: center; position: relative; }
.item_price_box .items .top_all h3 { font-size: 24px; color: #000; font-weight: bold; padding: 17px 0 7px 0; }
.item_price_box .items .top_all p { font-size: 15px; color: rgba(120, 120, 120, 1); padding: 2px 0; }
.item_price_box .items .top_all .price { padding: 50px 0 0px 0; }
.item_price_box .items .top_all .price b { font-size: 46px; font-weight: bold; }
.item_price_box .items .top_all .price span { font-size: 16px; font-weight: 500; padding-left: 6px; }
.item_price_box .items .top_all .btn { width: 160px; padding: 10px 0; font-size: 16px; margin-top: 16px; }
.item_price_box .items .top_all em { width: 52px; height: 85px; background: url(../image/10270_15990380344722.png) no-repeat; background-size: 52px 85px; position: absolute; right: 30px; top: -6px; }
.item_price_box .items .all_title { width: 80%; height: 90px; line-height: 90px; text-align: center; font-size: 16px; position: relative; margin: 0 auto; }
.item_price_box .items .all_title::after { width: 30%; height: 1px; content: ''; background: #eee; position: absolute; left: 0px; top: 44px; }
.item_price_box .items .all_title::before { width: 30%; height: 1px; content: ''; background: #eee; position: absolute; right: 0px; top: 44px; }
.item_price_box .items .tags_box { width: 80%; margin: 0 auto; }
.item_price_box .items .tags_box p { width: 100%; height: 36px; line-height: 36px; font-size: 14px; padding-left: 26px; display: block; color: #666; }
.item_price_box .items .tags_box p.no { color: #cccccc; }
.item_price_box .items .tags_box p.yes { background: url(../image/gou.svg) no-repeat left center; background-size: 20px auto; } 

.new_box { width: 100%; padding: 18px 0 30px 0; display: flex; justify-content: space-between; }
.left_news_box { width: 100%; padding-bottom: 30px; }
.right_lab_box { width: 100%; padding-bottom: 30px; }

/* 文章详情 */
.news_info_box { width: 100%; border: 1px solid #e3e3e3; background: url(404.png) bottom right no-repeat; background-size: 100% auto; }
.news_info_box .top_all_box { width: 100%; text-align: center; padding: 20px; border-bottom: 1px solid #e3e3e3; }
.news_info_box .top_all_box h1 { font-size: 20px; color: #000; font-weight: bold; }
.news_info_box .top_all_box h1 .sv { display: flex; align-items: center; }
.news_info_box .top_all_box h1 .coolc { font-size: 34px; color: #fe9904; margin-right: 8px; font-weight: 500; }
.news_info_box .label_box { width: 100%; padding-top: 12px; display: flex; justify-content: center; align-items: center; }
.news_info_box .label_box a { display: inline-block; background: #fe9904; border: 1px solid #fe9904; font-size: 12px; border-radius: 2px; color: #fff; padding: 6px; margin-right: 10px; }
.news_info_box .label_box a:hover { border: 1px solid #fe9904; background: #fff; }
.news_info_box .label_box .time { font-size: 12px; color: #999; margin-right: 10px; }
.news_info_box .label_box .view { font-size: 12px; color: #999; }
.news_info_box .label_box .view::before { font-family: 'coolc'; content: '\e636'; margin-right: 3px; font-size: 12px; }
.news_info_box .label_box .auth { font-size: 12px; margin-left: 12px; color: #999; }
.news_info_box .content_body { padding: 20px; font-size: 16px; line-height: 28px; color: #000; }
.news_info_box .content_body img { max-width: 80%!important; height: auto!important; margin: 0 auto; }
.news_info_box .content_body a { color: #0099ff; }
.news_info_box .content_body a:hover { color: #fe9904; }

.bottom_kefu_tag_box { width: 100%; }
.bottom_kefu_tag_box .share_top_box { width: 100%; padding: 0 20px 20px 20px; }
.bottom_kefu_tag_box .share_top_box .tag_box a { padding: 6px 8px; font-size: 14px;  }
.bottom_kefu_tag_box .share_top_box .share_box { padding-top: 6px; display: flex; justify-content: space-between; align-items: center; font-size: 14px; }
.bottom_kefu_tag_box .share_top_box .share_box .coolc { font-size: 14px; }
.bottom_kefu_tag_box .share_top_box .share_box .siteurl { font-size: 14px; }
.bottom_kefu_tag_box .share_top_box .share_box .share { cursor: pointer; }
.bottom_kefu_tag_box .kefu_box { width: 100%; padding: 20px; border-top: 1px solid #e3e3e3; }
.bottom_kefu_tag_box .kefu_box p { width: 100%; border: 1px solid #b2daf4; color: #22a3e5; padding: 16px 20px; line-height: 24px; font-size: 14px; border-radius: 2px; }
.bottom_kefu_tag_box .kefu_box .m{ display: block; width: 184px; height: 48px; line-height: 48px; text-align: center; cursor: pointer; margin: 30px auto 10px auto; background-image: linear-gradient(to right, #fe9e07 , #b401ee); background-size: cover; color: #fff; font-size: 20px; border-radius: 50px; }
.bottom_kefu_tag_box .kefu_box .m .coolc{ font-size: 22px; margin-right: 6px; }
.bottom_kefu_tag_box .kefu_box .m:hover{ background: #fff; border: 1px solid #0099ff; color: #0099ff; box-shadow: 0px 0px 10px rgba(56, 176, 255, 0.75); }
.bottom_kefu_tag_box .kefu_box .tips { width: 100%; text-align: center; font-size: 16px; color: #000; padding-top: 20px; }

.l_cell_box { width: 100%; padding: 20px 0 0 0; }
.l_cell_box .title_box { width: 100%; height: 20px; line-height: 20px; font-size: 20px; color: #000; position: relative; padding-left: 15px; margin-bottom: 20px; }
.l_cell_box .title_box b { color: #0099ff; }
.l_cell_box .title_box::after { width: 3px; background: #fe9904; content: ''; position: absolute; left: 0px; top: 2px; bottom: 0px; }

.r_cell_box { width: 100%; border: 1px solid #e3e3e3; padding: 14px 14px 4px 14px; margin-bottom: 20px; }
.r_cell_box .title_box { width: 100%; height: 20px; line-height: 20px; font-size: 20px; color: #000; position: relative; padding-left: 15px; }
.r_cell_box .title_box::after { width: 3px; background: #fe9904; content: ''; position: absolute; left: 0px; top: 2px; bottom: 0px; }
.r_cell_box .title_boxs { width: 100%; height: 20px; line-height: 20px; font-size: 20px; color: #000; position: relative; padding-left: 25px; }
.r_cell_box .title_boxs::after { width: 18px; height: 18px; border: 3px solid #fe9904; border-radius: 40px; content: ''; position: absolute; left: 0px; top: 2px; bottom: 0px; }

.right_case_box { width: 100%; border: 1px solid #e3e3e3; padding: 15px; }
.right_case_box .r_pic { width: 100%; border-radius: 4px; }
.right_case_box .right_all_box { padding-top: 6px; }
.right_case_box .right_all_box .btn { padding: 8px 0; margin-top: 9px; }
.right_case_box .right_all_box .code_box { position: relative; }
.right_case_box .right_all_box .code_box:hover::after { position: absolute; z-index: 10; left: 50%; margin-left: -5px; bottom: 0px; width:0; height:0; border-left:10px solid transparent; border-right:10px solid transparent; border-bottom:10px solid #fff; content: ''; }
.right_case_box .right_all_box .code_box:hover .code_view { display: block; }
.right_case_box .right_all_box .code_view { width: 232px; left: 50%; margin-left: -116px; z-index: 9; top: 40px; position: absolute; background: #fff; box-shadow: 0 0 5px #999; display: none; }
.right_case_box .right_all_box .code_view p { width: 100%; text-align: center; color: #666; font-size: 12px; padding-bottom: 15px; }

/* 最新文章 */
.cell_list { width: 100%; padding-top: 14px; padding-bottom: 10px; }
.cell_list ul li { width: 100%; }
.cell_list ul li a { width: 100%; display: block; height: 50px; line-height: 50px; font-size: 14px; padding: 0; border-bottom: 1px solid #e3e3e3; display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    visibility: visible;
    -webkit-line-clamp: 1; }
.cell_list ul li a.iconfont { font-size: 18px; }
.cell_list ul li a:hover { padding: 0 8px; background: #fe9904; color: #fff; border-bottom: 1px solid #fe9904; }
.cell_list ul li:nth-last-child(1) a { border-bottom: 0px; }

/* 位置导航 */
.breadcrumb { width:1200px; height:40px; line-height:40px; margin:0px auto; padding:0px; color:#999; }
.breadcrumb:before { content:"\e65e"; font-family:"coolc"; font-size:14px; }
.breadcrumb .navigation-pipe:before{ width:6px; content:"\e64a"; font-size:10px; display:inline-block; text-align:right; color:#999; font-family:"coolc"; padding:0 15px 0 7px; }
.breadcrumb a { color:#999; }
.breadcrumb a:hover { color:#f00; }

.news_info { padding-top: 82px; }

/* 没有数据提示 */
.no_data_box { width:100%; height:auto; display:table; text-align:center; padding:20px 0 60px 0; }
.no_data_box span { width:460px; height:240px; margin:0 auto; display:block; background:url(../image/nodata.svg) no-repeat center; background-size:auto 100%; }
.no_data_box em { width:260px; height:140px; margin:0 auto; display:block; background:url(404.png) no-repeat center; background-size:auto 100%; }
.no_data_box u { width:260px; height:140px; margin:0 auto; text-decoration:none; display:block; background:url(404.png) no-repeat center; background-size:auto 100%; }
.no_data_box h3 { width:100%; height:40px; line-height:25px; padding-top:15px; font-size:16px; display:block; }
.no_data_box p { width:100%; height:40px; line-height:20px; font-size:12px; color:#999; display:block; }
.no_data_box p a { padding-left:5px; }
.no_data_box .btn { margin-top:8px; }

/* 404页面样式 */
.box_404 { width:100%; height:auto; display:table; padding:150px 300px; margin-bottom:20px; } 
.box_404 .scc_info { width:100%; height:auto; display:table; padding-bottom:10px; padding-left:150px; background:url(404.png) no-repeat left top; background-size:auto 100%; }
.box_404 .scc_info .error-details { width:100%; height:40px; font-size:20px; font-weight:bold; color:#11c26d; }
.box_404 .scc_info p { width:100%; height:32px; display:block; color:#999; }
.box_404 .nogoods_info { width:100%; height:auto; display:table; padding-bottom:10px; padding-left:200px; background:url(../image/404.svg) no-repeat left center; background-size:auto 150%; }
.box_404 .nogoods_info .error-details { width:100%; height:32px; font-size:20px; font-weight:bold; color:#e4393c; }
.box_404 .nogoods_info p { width:100%; height:50px; display:block; font-size:14px; color:#999; }
.box_404 .error-actions { width:100%; height:32px; display:block; }
.box_404 .error-actions .btn { margin-right:4px; }

/* 客服弹层 */
.layui-layer { border-radius: 15px!important; }
.mask_kefu_box { width: 100%; background: #fff; border-radius: 15px; overflow: hidden; }
.mask_kefu_box .topbg { width: 100%; }
.mask_kefu_box .box_kefu { width: 100%; padding: 0 20px 20px 20px; }
.mask_kefu_box .box_kefu .service_tel { width: 100%; text-align: center; padding: 15px 0; }
.mask_kefu_box .box_kefu .service_tel p { width: 100%; font-size: 14px; color: #999; }
.mask_kefu_box .box_kefu .service_tel b { width: 100%; font-size: 24px; font-weight: bold; }
.mask_kefu_box .box_kefu .btn { padding: 7px 0; }
.mask_kefu_box .box_kefu .tips_weixin { width: 100%; text-align: center; font-size: 14px; color: #999; padding-top: 10px; cursor: pointer; }

.right-slidbar {
    background: #fff;
    position: fixed;
    bottom: 30%;
    right: 20px;
    z-index: 9999;
    display: block;
    border-radius: 3px;
    box-shadow: 0px 2px 16px 0px rgba(30, 39, 48, 0.16);
}
.list-item {
    display: block;
    text-align: center;
    vertical-align: middle;
    position: relative;
    border-bottom: 1px solid #f5f5f5;
    background: #fff;
}
.picbox{
    display: block;
    text-align: center;
    line-height: 40px;
    padding: 10px 15px;
}
.picbox img{
    width: 25px;
}
.afterpic{
    display: none;
}
.list-item:first-child{
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.list-item:last-child{
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.list-item:last-child{
    border: none;
}
.zx-all {
    background: #1774ff;
    width: 0px;
    transition: all 1s linear;
    font-size: 16px;
    color: #fff;
    font-weight: 800;
    position: absolute;
    left: 0;
    z-index: -1;
    opacity: 0;
}
.phone-con {
    bottom: 0px;
}
.phone-box {
    width: 245px;
    line-height: 20px;
    padding: 20px 0px;
}
.weixin-con{
    color: #000;
    width: 130px;
    bottom: auto;
    top: 0;
    box-shadow: 0px 2px 16px 0px rgba(30, 39, 48, 0.16);
}
.weixin-con div{
    background: #fff;
    padding: 20px;
}
.weixin-con:after{
    content:"";
    display:block;
    position:absolute;
    width: 10px;
    height: 10px;
    top: 10px;
    right: -5px;
    box-shadow: 0px 2px 16px 0px rgba(30, 39, 48, 0.16);
    background: #fff;
    transform: rotate(45deg);
    z-index: -1;
}
.list-item:hover{
    background: #1774ff;
}
.list-item:hover .zx-all {
    opacity: 1;
}
.list-item:hover .beforepic{
    display: none;
}
.list-item:hover .afterpic{
    display: block;
}
.list-item:hover .phone-con {
    left: -245px;
    width: 245px;
}
.list-item:hover .weixin-con {
    left: -140px;
}
@media only screen and (max-width: 640px) {
    .right-slidbar{
    display:none;
    }
}