@charset "utf-8";
@font-face {font-family:BarlowCondensed-Regular; src:url(../font/BarlowCondensed-Regular.ttf);}
@font-face{font-family:'din'; src: url('../font/din.OTF');}
@font-face {font-family: roboto_l; src: url(../font/ROBOTO-LIGHT-10.TTF);}
@font-face {font-family: Barlow-Bold; src: url(../font/Barlow-Bold.TTF);}
@font-face{ font-family:LEMONMILK; src:url(../font/LEMONMILK-1.OTF);}
@font-face {font-family: "Opensans-Regular";src: url("../font/font.woff2");}
@font-face {font-family: "Roboto-Bold";src: url("../font/Roboto-Bold.woff2");}
@font-face {font-family: Humanist521BT;src: url("../font/Humanist521BT.TTF");    }
/* CSS Document */
*{ font-family:Opensans-Regular; padding: 0; margin:0;}
html{ overflow-x:hidden;max-width: 640px; margin: 0 auto;}
body{padding:0;margin:0; -webkit-font-smoothing:antialiased;font-smoothing:antialiased;-webkit-overflow-scrolling:touch;/*安卓和 IOS html5 动画卡顿解决方案*//* overflow-x:hidden; */line-height: 1; font-size:14px;background:#f5f5f5;}
a{text-decoration:none;outline-style:none;/*FF使用*/ outline:none; color:#333;}
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使用*/ } /*去除a标签带来的虚框*/
ul{list-style:none;}
img,ul,li,em{border:none; list-style:none; font-style:normal;}
ul,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,form,p{padding:0;margin:0; font-weight:normal;}
h3,h4,h5{ font-weight:normal;}
.fl{ float:left}
.fr{ float:right}
.clear{clear:both;height:0px;font-size:1px;line-height:0px}
.top_blank{height:55px;}
.blank10{height:10px;}
.blank15{height:15px;}
.blank20{height:20px;}
.blank30{height:30px;}
.blank40{height:40px;}
.blank50{height:50px;}
.blank60{height:60px;}
.blank70{height:70px;}
.blank80{height:80px;}

.page_box{ margin:0 15px; }

.table{ display:table; text-align:center; width:100%; height:100%;}
.table_cell{ display:table-cell; vertical-align:middle}

.flex_space{display:flex;justify-content:space-between; flex-wrap:wrap;}

/*文字省略*/
.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;}

.col_3  li{width: 32%; margin-right:2%;}
.col_4  li{width: 24%; margin-right:1.33%;}
.col_3  li:nth-child(3n),
.col_4  li:nth-child(4n){ margin-right:0;}


/*===========================header=============================*/
.header {background:#fff; width: 100%; box-shadow: 0 3px 6px rgba(0,0,0,0.1); box-sizing:border-box; padding:15px 10px 15px 10px; position:relative;}
.header .logo {}
.header .logo img{height:32px; display:block;}

/*menu*/
.nav_btn{position: absolute;top: 13px;right: 10px;width: 80px !important;height: 30px !important; transition: 0.5s;cursor: pointer;border:none;padding: 0;outline: none;background:none;}
.nav_btn_active{ z-index:99999999;}

.nav_btn .menu-label {color: #000;font-size:13px;display: inline-block;line-height: 30px;margin-right:2px;vertical-align:top; }
.nav_btn .menu-icon {height: 30px;width: 30px;border: 1px dotted #000;border-radius: 50%;display: inline-block;}
.nav_btn .menu-icon i {display: block;width: 12px;height: 2px;top: 13px;left: 9px;background: #000;position: relative;transition: all .2s ease-in-out;}
.nav_btn .menu-icon i:after, .nav_btn .menu-icon i:before {display: block;width: 7px; height: 2px;background: #000;content: '';left: 2px;position: absolute;}
.nav_btn .menu-icon i:before {top: -3px;transition: all 0.3s;}
.nav_btn .menu-icon i:after {top: 3px;transition: all 0.3s;transition-delay: 0.05s;}

.nav_btn_active .menu-label{color: #fff;}
.nav_btn_active .menu-icon{ border-color:#fff;}
.nav_btn_active .menu-icon i{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 .menu-icon i:after, .nav_btn_active .menu-icon i:before {width:11px;background: #fff; top: 0px; left:0;}
.nav_btn_active i:after {-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg)}
.nav_btn_active i:before { -webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);}

.mask {position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 888;background-color: rgba(0,0,0,0.5);display: none;}


.header-nav {display: block;width:76%; position: fixed;top: 0;right:-76%; bottom: 0;opacity: 1;transition: 0.4s;
 /*transform: translateX(240px);*/
 visibility: hidden\9;
 height: 100%;
 overflow: auto;
 z-index: 1090;
 background: #333;
 }
.header-nav-active {opacity: 1; display:block;/*transform: translateX(0);*/}
.am-offcanvas-content{ padding:0;}
.menu_tit{line-height:40px; text-align:center; color: rgba(255,255,255,.4); border-bottom:solid 1px rgba(0,0,0,.15);}


#nav .am-list > li{background: none; padding:15px 0; box-shadow:none !important; border:0; border-bottom:solid 1px rgba(0,0,0,.15);}
#nav .am-list > li a{padding:0 0 0 20px ;font-size:14px; color: rgba(255,255,255,.7);}
#nav .am-fr[class*="am-icon-"]{ color:rgba(255,255,255,.4) !important; font-size:18px;}
#nav .am-list > li ul{}
#nav .am-list > li ul li{padding:15px 5px 2px 40px; display: block;border:0;}
#nav .am-list > li ul li a{font-size:14px;display:block;padding:0;color:rgba(255,255,255,.5);}

#nav .am-list > li.curr > a,#nav .am-list > li ul li.curr a{ color:rgba(255,255,255,.7);}

.canvas-page{transition: 0.4s;}
.offcanvas-page{transform: translateX(-76%); }


#nav .am-list > li,.menu_foot{transform: translateX(76%);transition: 0.4s;transform: translate3d(50%,0,0);opacity: 0;}
.header-nav-active #nav .am-list > li,.menu_foot{transform: translateX(0px);transform: translate3d(0,0,0);opacity: 1;}

/**/
.ban{background:url(../images/ban.png) no-repeat center bottom; padding:50px 0; background-size:cover;display:flex; text-align:center; align-items:center;}
.ban img{ max-width:80%;}



/*焦点图*/
#banner{position:relative; z-index:0; overflow:hidden;}
#banner .swiper-slide{ position:relative; height:180px; background-size:cover; background-repeat:no-repeat; background-position:center; display:flex; flex-direction:column; justify-content:center;align-items:center; text-align:center;}
#banner .swiper-slide:before {content: "";display: block;width:100%; height:100%;background:rgba(0,0,0,0.25); position:absolute; left:0; top:0; z-index:0;}
/*#banner .swiper-slide:after,.page_ban:after {
    content: "";
    background: url(../images/banenr_line.png) repeat-x;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    opacity: .3;
    z-index: 1;
}*/


#banner .swiper-slide .pic{width:100%; overflow:hidden;}
#banner .swiper-slide .pic img{width:100%;/* animation: o-scale 10s linear infinite;*/}
	
/*文本*/
#banner .txt{ color:#fff; position:relative;}
#banner .txt h5{font-size:25px; color:#fff; font-weight:normal; margin-bottom:15px; text-align:center;}
#banner .txt p{font-size:16px; color:#fff; text-align:center; line-height:1.6em;}


#banner .swiper-slide-active .txt { 
	-webkit-animation: trantop 1s forwards cubic-bezier(0.4, 0, 0.49, 0.93);
	animation: trantop 1s forwards cubic-bezier(0.4, 0, 0.49, 0.93);
}
@-webkit-keyframes trantop {
from {
-webkit-transform: translateY(100px);
transform: translateY(100px);
opacity:0;
}
to {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity:1;
}
}
@keyframes trantop {
from {
-webkit-transform: translateY(100px);
transform: translateY(100px);
opacity:0;
}
to {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity:1;
}
}

/*分页器*/
#banner .swiper-pagination{text-align:center;}
#banner .swiper-pagination-bullet{width:8px;height: 8px; display: inline-block;  background: rgba(255,255,255,0.3);  opacity:1; margin:0 3px; transition:0.3s all; border-radius:8px;}
#banner .swiper-pagination-bullet-active{  background: rgba(255,255,255,0.8); }
#banner .swiper-pagination{bottom:10px;}


@keyframes o-upfade-top {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes o-scale {
    0%,85%,100%{
        transform: scale(1);
    }
    50%{
        transform: scale(1.1);
    }
}
@keyframes o-opacity {
    0%,30%,60%,100%{
        opacity: 0;
    }
    15%,45%{
        opacity: 1;
    }
}
@keyframes o-scroll {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(100%);
    }
}  


.banner_b{ background:#3e4d5a; padding:6px 10px;}
.banner_b h5{font-size:16px; font-weight:normal; color:#fff; line-height:1.6em; text-align:center;}

/*圆形导航*/
/*.menu_nav{background: #fff;padding: 15px 0px 10px 0px;position: relative;}*/
.menu_nav{background: #fff;padding:20px 5px 10px 5px; margin-bottom:15px;}
.menu_nav a{width:33.3%; text-align:center; margin-bottom:15px; font-size:12px;}
.menu_nav a .pic{ margin-bottom:8px;}
.menu_nav a .pic img{height:36px;}


/*导航1*/
.menu_nav1{ background:#000; /*height:74px;*/ height:36px;}
.menu_nav1 li{width:25%; box-sizing:border-box;  position: relative;line-height:36px; text-align:center; font-size:14px; color:#fff; border-right:solid 1px rgba(255,255,255,0.15);}
.menu_nav1 li a{color:#fff;}
.menu_nav1 li:nth-child(4n){border-right:0;}
.menu_nav1 li.currclass{background:#a00;}







/*首页标题1*/
.index_title{ padding:25px 0 20px 0;}
.title_z{ font-size:15px;  font-weight:bold;  text-align:center; color:#111; text-transform:uppercase; margin-bottom:10px; }
/*.title_z:after {content: "";display: block;width:18px;background:#E60012;height: 2px;margin: 8px auto 8px auto;}*/
.title_f{ font-size:12px; color:#666; text-align:center;}


.box_bai{background:#fff; border-radius:5px; padding:20px 15px;}
.box_bai h3{font-size:14px; font-weight:bold; margin-bottom:15px;}
.box_bai h3 span{font-weight:normal; float:right; font-size:12px; color:#888;}

.box_bai h4{font-size:16px; color:#222; font-weight:bold; text-align:center;}
.box_bai h4 span{font-weight:normal; font-size:14px; color:#666; display:block; margin:12px 0 15px 0;}



/* 横线 */
.xian{height: 8px;background: #f8f8f8;}

.more_1{ text-align:center; margin:25px 0px 10px 0px;}
.more_1 a{ text-transform:uppercase; display:inline-block; line-height:34px; width:100%; background:#f0f0f0; border-radius:5px; color:#888;}
.more_1 a:hover{background:#2f82ff; color:#fff;}

.more_2{ text-align:center; margin:20px 0 30px 0;}
.more_2 a{width:50%;line-height:40px; border-radius:40px; font-size:14px; border:solid 1px #e8e8e8; background:#fafafa; display: block;text-align: center; color:#333; margin:20px auto; transition:0.3s all;}
.more_2 a:hover{background:#2f82ff; color:#fff;}



/*================服务内容=====================*/
.title_ny{margin:10px 0 20px 0;}
.title_ny h5{ display:inline-block;font-size:15px; color:#222; font-weight:bold;margin-left:5px;}
.title_ny h5 small{ margin-left:5px;}
.title_ny h5 small img{height:28px;  vertical-align:bottom;}
.title_ny h6{ display:inline-block; margin:0px 0 0 8px; font-weight:normal; font-size:12px; color:#666;}


#s_list { width: 100%; padding-bottom:35px;}
#s_list .swiper-slide {text-align: center; border-radius:8px; overflow:hidden; padding:0px 0 20px 0 ; position:relative;}
/*#s_list .swiper-slide:before{content:"推荐";position:absolute;top:0; left:0; width:75px;line-height:28px; text-align:left; padding-left:10px; box-sizing:border-box; font-size:14px; color:#A9763E; background:url(../images/im_bg_gold.png) no-repeat right bottom;}
*/
#s_list .swiper-slide .pic{ padding:15px 0 10px 0;}
#s_list .swiper-slide .pic img{ height:42px;}
#s_list .swiper-slide .txt{ padding:0 15px;}
#s_list .swiper-slide .txt h3{ font-size:16px; }
#s_list .swiper-slide .txt p{ font-size:12px; margin:15px 0 15px 0; line-height:1.8; color:rgba(0,0,0,0.6);}

#s_list .swiper-pagination-bullet{ background:#666;}
#s_list .swiper-pagination-bullet-active{  background:#E60013;}

#s_list .swiper-slide a{ width:60%; height:30px; line-height:30px; border: 1px solid rgba(255,255,255,0.65);
    background: rgba(255,255,255,0.15); border-radius:30px; text-align:center; font-size:13px; display:inline-block; }
#s_list .hot_1{background:#EAE2C9;}
#s_list .hot_2{background:#d7e3f4;}
#s_list .hot_3{background:#ece3ee;}
/*#s_list .hot_1{ background:url(../images/tc_bg4.png) no-repeat center right; background-size:cover;}
#s_list .hot_2{ background:url(../images/tc_bg1.png) no-repeat center right; background-size:cover;}
#s_list .hot_3{ background:url(../images/tc_bg2.png) no-repeat center right; background-size:cover;}*/



/* 表单样式 */
.biaodan{width:100%; margin:auto;}
.biaodan div{margin-top:12px;}
.biaodan input[type=text]{width: 100%; line-height:38px;border-radius: 4px;border:1px solid #e8e8e8; background:#fff; padding-left:3%;font-size: 14px;  box-sizing:border-box;}
.biaodan input:focus{border:1px solid #2f82ff;}
.biaodan textarea:focus{border:1px solid #2f82ff;}
.biaodan .textarea textarea{width: 100%;height: 90px;font-size: 14px;border-radius: 5px;border:1px solid #e8e8e8;padding: 3%;padding-top: 5px; box-sizing:border-box;  background:#fff;}
.biaodan select{width: 100%; height:34px; box-sizing:border-box; background:#f2f2f2; line-height: 34px;border-radius: 3px;border:1px solid #ddd;font-size: 14px;padding-left: 2%;}

.biaodan .input{position:relative;}
.biaodan .input img{ position:absolute; right:0px; top:3px;}

.biaodan .submit {cursor: pointer; border-radius: 4px;background:#2f82ff;color: #fff;border:0px solid #fff;display: block;width:100%; height: 42px;font-size: 16px;}
.biaodan .submit:hover{background: #f90;opacity: 1.0;}

/* 优势 */
.youshi{ }
.youshi li{ text-align:center; background:#fff; width:31.8%; border-radius:5px; margin-bottom:10px; overflow:hidden;}
.youshi li .pic{ padding:15px 0 5px 0;}
.youshi li .pic img{ height:40px;}
.youshi li .txt{ padding:5px 5px 10px 5px;}
.youshi li .txt h3{ font-size:13px; font-weight:bold; margin-bottom:8px;}
.youshi li .txt p{ font-size:12px; color:#888; line-height:18px; }

/*================企业形象=====================*/
.photos figure{position: relative; overflow:hidden; background:#000; width:31.5%;   margin:0 0 12px 0; border-radius:3px; overflow:hidden;}
.photos figure .zoom{width:100%; height:100%; position:absolute;  left:0; top:0; background:url(../images/icon-sq1.png) no-repeat center rgba(0,0,0,0.5); opacity:0; transition:0.3s all;}
.photos figure:hover .zoom{opacity:1; cursor:pointer;}
.photos figure img{display:block; width:100%; min-height:100%; transition:all 500ms ease-out 0s; opacity:0.98; }




/*================财税百科=====================*/
.news {}
.news dl{ width:100%;/*box-shadow: 0px 5px 10px rgba(0,0,0,.1);*/ margin-bottom:15px;}
.news dt{ background: #ece3ee; padding:15px 15px; font-size:15px; color:#fff; border-radius:5px 5px 0 0;}
.news dt span{font-size:12px; float:right;}
.news dt img{height:36px;margin: 0 auto;padding: 0 0 10px; vertical-align:top; display:inline-block;}
.news .tit1{background:#5b79f1;}
.news .tit2{background:#3bcfa3}
.news .tit3{background:#985DFC}

.news dd{ padding:15px 15px; background:#fff;}
.news dd li{line-height:2em; background: url(../images/dot.jpg) no-repeat left center; padding-left: 12px; overflow: hidden; text-overflow: ellipsis;white-space: nowrap;}
.news dd li span{float:right; color:#888; margin-left:10px; font-size:13px;}







/*图文列表*/
.case_list{display: flex;justify-content:space-between;flex-wrap:wrap;}
.case_list li {background: #f8f8f8; width:48.2%; box-sizing:border-box;margin-bottom:15px;position: relative;transition: ease 1s;}
.case_list li .pic{background:#000; overflow:hidden; }
.case_list li img{width:100%; display:block; transition:0.6s all; }
.case_list li .tit {margin-top:10px;font-size:14px; padding:0 6px; line-height:1.5em; height:45px; color: #000000;font-weight: bold; text-align:justify;
	display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;text-overflow: ellipsis;}
.case_list li .more {margin-top:10px;margin-bottom:20px; padding:0 10px;line-height: 28px;display: inline-block;}
.case_list li .more .en { font-style:normal;font-size: 14px;font-family: Humanist521BT; text-decoration: underline;color: #000000;margin-right: 10px;}
.case_list li .more .icon {display: inline-block;width: 25px;transition: ease .6s;height: 25px;background: url(../images/arr2.jpg) no-repeat center;vertical-align: middle;background-size: 100% 100%;}
.case_list li:hover .more .icon{ transform: rotate(45deg);}
.case_list li:hover .pic img{transform: scale(1.1);}
.case_list li::after {content: "";width: 0;border-bottom: 2px solid #da251d;position: absolute;left: 50%;bottom: 0;z-index: 9;transition: 1s;}
.case_list li:hover::after{width:100%; left:0;}

#case {width: 100%;height:380px;}


/*文章列表*/
.news_list li{ border-bottom:solid 1px #e8e8e8; padding:15px 0px; position:relative;}
.news_list li a{display: block; }
.news_list li .txt{padding-right: 15px;}
.news_list li .txt h5{font-size:15px; margin-bottom:10px; overflow: hidden; text-overflow: ellipsis;white-space: nowrap;}
.news_list li .txt p{  color:#999; font-size:13px;}
.news_list li i.arr{color: #ccc; float:right; font-size:15px; margin-top:10px;}

/*底部1*/
.footer{padding:20px 10px 15px 10px; /*background:url(../images/footer_bg.jpg) no-repeat center #15569D*/ 
	background:url(../images/foot_map.png) no-repeat center top #06c; background-size:contain;  }
.footer p,.footer p a{ font-size:13px; color:rgba(255,255,255,0.5); line-height:2.4em;}
.footer p i{margin-right:5px;}

.copy_right{padding:15px 10px 15px 10px;   margin-top:30px;margin-bottom:50px;
    line-height:22px;
    text-align: center;
    background: #ddd;
}
.copy_right p,.footer .copy_right p a{color: #333; font-size:12px;}



#footer{width: 100%; height: 50px; background:#06c;position: fixed;bottom: 0; left: 0; z-index: 999;font-size: 12px; border-top: 0px solid #e8e8e8;}
#footer a{ width:20%; height:50px; display:block; text-align:center; color:#fff; font-size:12px;background: url(../images/nav_line.png) no-repeat right center;}

#footer li{ padding-top:32px;}

#footer li.home{ background:url(../images/home_bot0.png) no-repeat center 6px; background-size:18px auto;}
#footer li.tel{ background:url(../images/tel_bot0.png) no-repeat center 6px; background-size:18px auto;}
#footer li.bot_1{ background:url(../images/bot_1.png) no-repeat center 4px; background-size:21px auto;}
#footer li.bot_2{ background:url(../images/bot_2.png) no-repeat center 6px; background-size:18px auto;}
#footer li.bot_3{ background:url(../images/bot_3.png) no-repeat center 6px; background-size:18px auto;}



footer{width: 100%; height: 48px; padding:5px 10px; box-sizing:border-box;;  background: #fff;position: fixed;bottom: 0;left: 0; right:0;z-index: 999; text-align:center; }
footer a{width:48%; line-height:40px; display:inline-block; text-align:center; background:#2f82ff;border-radius:46px; font-weight:bold; color:#fff; font-size:14px;}
footer a:first-child{background:#1aad17;}

#animat{
                position:relative;
                animation:mymove 3s infinite;
                -webkit-animation:mymove 3s infinite; /*Safari and Chrome*/
            }
            @keyframes mymove
            {
                0%{
                transform: scale(1);  /*开始为原始大小*/
                }
                25%{
                    transform: scale(1); 
                }
                50%{
                    transform: scale(0.95);
                }
                75%{
                    transform: scale(1.05);
                }

            }
            
            @-webkit-keyframes mymove /*Safari and Chrome*/
            {
                0%{
                transform: scale(1);  /*开始为原始大小*/
                }
                25%{
                    transform: scale(1); 
                }
                50%{
                    transform: scale(0.95);
                }
                75%{
                    transform: scale(1.05);
                }
            }
			
.biaodan .submit .light{ position:absolute; left:-30px; top:-10px; height:60px;
                animation:yidong 3s infinite;
                -webkit-animation:yidong 3s infinite; /*Safari and Chrome*/
}	

/*浮动微信*/
.fixed_wx{position:fixed; right:5px; bottom:100px; z-index:9999;}
		.fixed_wx .wechat_logo{ margin-top:10px;}
		.fixed_wx .wechat_logo img{height:32px;}
		.fixed_wx .wx_r{ min-width: 52px;height:52px;line-height: 52px;border-radius:52px;background: #1aad17; font-size:25px; color:#fff; text-align: center; position:relative;}
		.layui-layer-content{text-align:center;}
		.layui-layer-content img{width:52px; height:52px;}
		.layui-layer-content .tit{color: #333;font-size:16px;font-weight: 700; margin:5px 0 5px;}
		.layui-layer-content .wechat-number{}
		.layui-layer-content .desc{}
		.layui-m-layerbtn{border-top:none; background-color: #1aad19;}
		.layui-m-layerbtn span[yes] {color:#fff;}
		

/*二级页面*/
.page_ban{ width:100%; position:relative; overflow:hidden; background-size:cover; color:#fff; height:135px;}
.page_ban .txt{position:absolute; left:0; top:0; bottom:0; right:0; display: flex; z-index:9; flex-direction:column; justify-content:center; align-items:center;}
.page_ban .txt h5 { font-size:20px; font-weight:normal;color: #fff;text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25); font-family: LEMONMILK;}
.page_ban .txt h3 { font-size:16px; font-weight:normal;color: #fff;text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25); }


/*====移动端导航====*/

#m_n_nav{background: #fafafa; border-bottom:solid 1px #e8e8e8;line-height: 36px;height: 36px;position: relative;z-index: 99; width: 100%; }
#m_n_nav #bnt_back {position: absolute;left: 15px;top:2px;}
#m_n_nav #bnt_back img { height: 15px; }
#m_n_nav h3{font-size: 12px;color:#888;line-height:36px; font-weight:normal; padding-left:10px;}
#m_n_nav h3 a{color:#333;}
#bnt_sub_nav { position: absolute; right:12px; top: 6px; cursor: pointer; }
#bnt_sub_nav svg { display: block; width:22px; height: 22px; fill:#06C; transition:0.3s all;}
#bnt_sub_nav.on svg { -webkit-transform: rotate(-180deg); transform: rotate(-180deg); }

#sub_nav_content{background: #fff; display: none; box-shadow: 0 0 5px #999; z-index: 9;}


/* 同级导航 */
.sub_nav{}
.sub_nav li{height:40px;line-height:40px;position:relative;background:#fff;  border-bottom:1px solid #e7e7e7; z-index: 999; }
.sub_nav li:last-child{border-bottom:0;}
.sub_nav li a{margin:0 20px; display:block;color:#5b5349; height: 40px; font-weight: 400; font-size:14px; }
.sub_nav li.curr a{color:#2f82ff;}


/*================财税咨询=====================*/


.zixun_cjwt{}
.zixun_cjwt li{ width:90px;height:90px; margin:0 5px 15px 5px; background:#fff; display:flex; flex-direction:column; justify-content:center;align-items:center; box-shadow: rgba(3,43,183,.1) 1px 1px 25px; border-radius:50%; text-align:center; transition:0.3s all;}
.zixun_cjwt li:hover{ transform: translate3d(0, -10px, 0);-webkit-transform: translate3d(0, -10px, 0); background:#2e6ee1; color:#fff;}
.zixun_cjwt li img{height:30px;margin-bottom: 10px; transition:0.3s all;}
.zixun_cjwt li:hover img{filter: grayscale(100%) brightness(500%);}
.zixun_cjwt li p{font-size: 12px; }


/*1*/
.zixun_box1{}
.zixun_box1 li{ width:48.5%; background:#2e6ee1; color:#fff; text-align:center; border-radius: 5px; padding:15px; margin-bottom:10px; box-sizing: border-box;}
.zixun_box1 li .ico{width:45px; height: 45px; line-height:45px; border-radius: 50%; background: #fff; color: #333; font-size: 25px; font-family:BarlowCondensed-Regular; margin:auto;}
.zixun_box1 li h5{ font-size:16px; margin:10px 0;}
.zixun_box1 li p{ line-height:1.6em; font-size:14px;}
.zixun_box1 li img{max-width:100%;}
.zixun_box1 li:nth-child(1) {background: #e45957;}
.zixun_box1 li:nth-child(1)  .ico{ color:#e45957;}
.zixun_box1 li:nth-child(2) {background: #ea8f25;}
.zixun_box1 li:nth-child(2)  .ico{ color:#ea8f25;}
.zixun_box1 li:nth-child(3) {background: #6f6ef7;}
.zixun_box1 li:nth-child(3)  .ico{ color:#6f6ef7;}
.zixun_box1 li:nth-child(4) {background: #2fb9c9;}
.zixun_box1 li:nth-child(4)  .ico{ color:#2fb9c9;}
.zixun_box1 li:nth-child(5) {background: #2fc675;}
.zixun_box1 li:nth-child(5)  .ico{ color:#2fc675;}


/*2*/
.zixun_box2{}
.zixun_box2 li{margin-bottom:10px; padding:15px 15px 15px 40px; background:url(../images/hot_icon1.png) no-repeat 12px 14px #fff; background-size:18px auto; border-radius:6px;}
.zixun_box2 li h3{font-size:14px; font-weight:bold; margin-bottom:10px;}
.zixun_box2 li p{font-size:12px; color:#666; line-height:1.5em; text-align:justify;}

/*3*/
.pic_lb li{width:100%; padding:15px 15px 15px 10px; background:#fff; margin-bottom:10px; border-radius:5px;}
.pic_lb li .pic{width:25%; text-align:center;}
.pic_lb li .pic img{width:46px;}
.pic_lb li .txt{width:75%}
.pic_lb li .txt h3{ font-size:14px; font-weight:bold; margin:0px 0 10px 0;}
.pic_lb li .txt p{line-height:1.5em; font-size:12px; color:#666;}



.csgw_box5  li{width:48.5%;background:#fff;overflow:hidden;text-align:center; position:relative; margin-bottom:15px;}
.csgw_box5  li:nth-child(2n){margin-right:0; float:right;}
.csgw_box5  li .img,.csgw_box5 ul li .img img{width:100%;overflow:hidden;}
.csgw_box5  li .img{margin-bottom:5px;}
.csgw_box5  li p{line-height: 20px;overflow:hidden;margin-bottom:10px;padding: 0 10px;text-align:  left;  font-size:12px;}
.csgw_box5  li a{display:inline-block;width:80%;height: 32px;line-height: 32px; margin-bottom:20px; text-align:center;color:#78787b;-moz-border-radius:20px;-webkit-border-radius:20px;border-radius:20px;-moz-transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;border:  #e5e5e5 1px solid; background:#fff;}
.csgw_box5  li a:hover{ background:#2F82FF; color:#fff; border:#2F82FF 1px solid}
.csgw_box5  li:before{ content:""; position:absolute; width:52px; height:3px; background:#d4d5d6; bottom:0; left:50%; margin-left:-26px;}
.csgw_box5  li:after{ content:""; position:absolute; width:0; height:3px; background:#2F82FF; bottom:0; left:50%; -moz-transition: all 0.36s ease-in-out;-webkit-transition: all 0.36s ease-in-out;-o-transition: all 0.36s ease-in-out;-ms-transition: all 0.36s ease-in-out;transition: all 0.36s ease-in-out;}
.csgw_box5  li:hover:after{ width:100%; margin-left:-50%;}





.waibao_box1{}
.waibao_box1 li{width:48.5%; box-shadow: rgba(3,43,183,.1) 1px 1px 25px; background:#fff;  margin-bottom:10px; border-radius:5px; overflow:hidden;}
.waibao_box1 li .tit{ line-height:30px; background:#2e6ee1; color:#fff; font-size:14px; font-weight:bold; padding:5px 10px;}
.waibao_box1 li .txt{padding:10px 10px 10px 10px; line-height: 1.8; text-align:justify;}
.waibao_box1 li .txt p{font-size:12px; color:#666; margin-bottom:10px;}


.waibao_02{ position:relative; margin-top:10px;}
.waibao_02 p{ position: absolute; left:30px; bottom:5px; font-size:13px; line-height:1.6; font-weight: bold;}
.waibao_02 p span{color:#2e6ee1;}

.waibao_box3{}
.waibao_box3 li{width:48.5%; position: relative; margin-bottom:10px; border-radius:3px; overflow:hidden;}
.waibao_box3 li img{width: 100%; display:block;}
.waibao_box3 li .txt{ position: absolute; left:15px; bottom:15px; width:125px; text-align: center; font-size: 14px; font-weight: bold;}



/*服务流程*/
.flowbox {position: relative;}
.flowbox .line {width: 2px;height: 300px;position: absolute;top: 0;left: 10px;background: url(../images/icon_line.png) repeat-y center;background-size: 100%;}
.flowbox li {padding-left: 30px;margin-bottom:10px;}
.flowbox li .tit { font-size: 13px;line-height: 22px; font-weight: bold; position: relative; margin-bottom:3px;}
.flowbox li p.cont {font-size: 12px;line-height:20px;color: #666;}
.flowbox li .tit .step {width: 22px;height: 22px;border-radius: 50%;background-color: transparent; text-align: center;font-size: 12px;
  line-height: 22px; color: #ffffff;font-weight: bold;position: absolute; top: 0;left:-30px;
  background: -webkit-gradient(linear, left top, left bottom, from(#f39237), to(#f7c161));
  background: linear-gradient(top, #f39237, #f7c161);
}
.flowbox li .tit .step2 {
  background: -webkit-gradient(linear, left top, left bottom, from(#f66648), to(#fc8d5f));
  background: linear-gradient(top, #f66648, #fc8d5f);
}
.flowbox li .tit .step3 {
  background: -webkit-gradient(linear, left top, left bottom, from(#31c9c6), to(#52e6a8));
  background: linear-gradient(top, #31c9c6, #52e6a8);
}
.flowbox li .tit .step4 {
  background: -webkit-gradient(linear, left top, left bottom, from(#556ffe), to(#6881fd));
  background: linear-gradient(top, #556ffe, #6881fd);
}
.flowbox li .tit .step5 {
  background: -webkit-gradient(linear, left top, left bottom, from(#4130f1), to(#554cfe));
  background: linear-gradient(top, #4130f1, #554cfe);
}
.flowbox li .tit .step6 {
  background: -webkit-gradient(linear, left top, left bottom, from(#da3a6a), to(#fa5d5e));
  background: linear-gradient(top, #da3a6a, #fa5d5e);
}




/*================财税顾问=====================*/
.gw_box1{}
.gw_box1 li{background: #fff;box-shadow: rgba(3,43,183,.075) 1px 1px 40px;padding:15px 0; position:relative; margin-bottom:8px; border-radius:5px; padding-left:50px;}
.gw_box1 li>div{position:absolute; left:12px; font-weight:bold; top:8px; border-radius:30px; width:30px; height:30px; text-align:center; line-height:30px; background:#06c; color:#fff; font-size:14px;}

.img img{width:100%;}

/*2*/
.gw_box2{}
.gw_box2 li{background: #fff;box-shadow: rgba(3,43,183,.075) 1px 1px 40px;padding:15px; margin-bottom:10px; border-radius:5px; }
.gw_box2 li h5{font-size:14pxpx; font-weight:bold; margin-bottom:5px;}
.gw_box2 li p{line-height:1.6em; font-size:12px; color:#666;}


/*3*/
.guwen_box{}
.guwen_box li{ background:#fff; margin-bottom:10px; border-radius:5px; padding:25px 25px;}
.guwen_box li .ico{ width:68px; height:68px; background:#c00; margin:10px auto; border-radius:68px; padding:15px; box-sizing:border-box;}
.guwen_box li .ico img{height:100%;}
.guwen_box li h3{ font-size:16px; text-align:center; border-bottom:solid 2px #f90; color:#f90; height:30px;}
.guwen_box li p{ line-height:1.8em; font-size:12px; color:#666;}






/*税务稽查页面*/
.jicha_box1{}
.jicha_box1 li{ position: relative;background:#fff; margin-bottom:10px; padding:20px 25px; border-radius:5px; box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);}
.jicha_box1 li h5{font-size:14px; font-weight:bold; margin-bottom:10px; }
.jicha_box1 li p{ font-size:12px; line-height:1.8em; color:#666; text-align:justify;}
.jicha_box1 li:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

/*常见问题*/
.faqbg {}
.faqbg .faq_title{line-height:46px;background: #fff;margin-top: 10px;font-size:14px;padding: 0 10px;position: relative;}
.faqbg .faq_cont{display: none;}
.faqbg .faq_title span{width: 46px;height: 46px;display: inline-block;position: absolute;right: .4rem;top: 0;background: url(../images/jia.png)center no-repeat;}
.faqbg .faq_cont{background: #fff;font-size: 12px;line-height:1.8em;padding: 10px 10px;text-align: justify;color:#666666; }
.faqbg .current{background: #035CAC; color: #fff;}
.faqbg .current span{background: url(../images/jian.png) center no-repeat;}

.faq_hide{overflow:hidden; position:relative; width:100%;}
.faq_show{overflow:visible; position:relative; width:100%; /*height:auto !important; */}

.showa{background:#fff; width:100%; padding:5px 0 20px 0; text-align:center; border-radius:0 0 5px 5px;}
.showa a{ width:60%; line-height:32px; display:inline-block; border:solid 1px #ddd; border-radius:32px; color:#666;}

/*稽查解决税务问题*/
.jicha_box3{}
.jicha_box3 li{ border-radius:5px; background:#fff;box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1); padding:20px 5px 20px 20px; box-sizing:border-box; margin-bottom:10px;}
.jicha_box3 li .pic{width:30px;}
.jicha_box3 li .pic img{width:100%;}
.jicha_box3 li .txt{ width:calc(100% - 45px);}
.jicha_box3 li .txt h5{font-size:14px; font-weight:bold; margin:0 0 6px 0;}
.jicha_box3 li .txt p{font-size:12px; color:#666; line-height:1.6em;}



/*稽查优势*/
.jicha_box4{}
.jicha_box4 li{ width:48.5%; margin-bottom:10px; background:#fff; border:solid 1px #f90; padding:15px 10px 15px; box-sizing:border-box; border-radius:5px; transition:0.3s all;}
.jicha_box4 li .pic{height:40px; text-align:center; margin-bottom:10px;}
.jicha_box4 li .pic img{height:100%;}

.jicha_box4 li h5{font-size:14px;font-weight:bold;   text-align:center; margin-bottom:15px; position:relative;}
.jicha_box4 li p{ font-size:12px; line-height:1.8em; color:#666; text-align:justify;}


/*各阶段办理思路*/
.jicha_box5{}
.jicha_box5 .top li{width:33.3333%; text-align:center; color:#f60; font-size:20px; font-weight:bold; border-bottom:dotted 1px #f60; height:50px; position:relative;}
.jicha_box5 .top li:after{content:"";position:absolute;bottom:-20px;left:50%;border-style:solid;margin-left:-12px;border-width:12px;border-color:#f60 transparent transparent ;}

.jicha_box5 .bot{}
.jicha_box5 .bot li{ background:#fff; margin-bottom:15px; border-radius:5px; overflow:hidden;}
.jicha_box5 .bot .tit{font-size:13px; background:#2f82ff; color:#fff; line-height:1.6em; text-align:center; padding:15px 15px;}
.jicha_box5 .bot .tit h5{font-size:16px; font-weight:bold; margin-bottom:10px;}
.jicha_box5 .bot .txt{padding:15px 10px 10px 40px; }
.jicha_box5 .bot .txt p{position:relative; font-size:12px; line-height:1.8em; margin-bottom:15px; color:#666;}
.jicha_box5 .bot .txt p span{width:20px; line-height:20px; border-radius:30px; color:#fff; display:block; position:absolute; left:-30px; top:0; background:#2f82ff; text-align:center;}


/**/
/*焦点图*/
#n_banner{position:relative; z-index:0; overflow:hidden;}
#n_banner .swiper-slide{ position:relative;}
#n_banner .swiper-slide .pic{width:100%; overflow:hidden;}
#n_banner .swiper-slide .pic img{width:100%;/* animation: o-scale 10s linear infinite;*/}
	
/*分页器*/
#n_banner .swiper-pagination{text-align:center;}
#n_banner .swiper-pagination-bullet{width:8px;height: 8px; display: inline-block;  background: rgba(255,255,255,0.3);  opacity:1; margin:0 3px; transition:0.3s all; border-radius:8px;}
#n_banner .swiper-pagination-bullet-active{  background: rgba(255,255,255,0.8); }
#n_banner .swiper-pagination{bottom:10px;}

.daohang{ text-align:center; margin:25px auto 10px auto;}
.daohang a{ text-transform:uppercase; display:inline-block; line-height:42px; font-size:16px; width:100%; background:#2f82ff; border-radius:5px; color:#fff;}



/*======================图片列表======================*/	
.pic_list{}
.pic_list li{width:48.5%;  margin-bottom:10px; transition:0.5s all; position:relative; border-radius:5px; overflow:hidden;}
.pic_list li .pic{width:100%; }
.pic_list li .pic img{width:100%; display:block; }
.pic_list li .txt { text-align:center;background:#fff; line-height:30px; }
.pic_list li .txt h3{font-size:12px; font-weight:normal;overflow: hidden; text-overflow: ellipsis;white-space: nowrap;}



/*======================图文列表======================*/	
.list_pic_txt{}
.list_pic_txt li{ border-bottom:solid 1px #f1f4f7; padding-bottom:15px;  margin-top:15px;}
.list_pic_txt li .pic{width:33%;float:left; overflow:hidden; margin-right:10px;}
.list_pic_txt li .pic img{width:100%; display:block; border-radius:3px;}
.list_pic_txt li .txt{}
.list_pic_txt li .txt h5{font-size:14px; line-height:1.5; margin-bottom:5px; font-weight: bold;}
.list_pic_txt li .txt p{line-height:1.8em; color:#666; font-size:12px;}
.list_pic_txt li .txt .txt_info{  margin-top:10px;}
.list_pic_txt li .txt span{color: #9aa5b2; font-size: 13px; margin-right:10px;}



/* 新闻内容页 */
.ntitle{ margin-top:20px; border-bottom:dotted 1px #ddd; margin-bottom:10px;  text-align:center;}
.ntitle h1{font-size:18px; line-height:1.5em; margin-bottom:10px;}
.ntitle span{font-size: 12px; color: #888;margin:5px 5px  10px 0; display:inline-block;}

.neirong{line-height:2em; overflow: hidden; font-size:14px; color:#555;}
.neirong img{max-width:100%;  border-radius:3px;}
.neirong p{margin-bottom:10px;}

.neirong table{ border:1px solid #ddd; border-collapse:collapse;   font-size:14px; line-height:25px;}
.neirong table td{padding:5px; border:1px solid #ddd;}

.backprev{ display:inline-block; margin:15px auto;width: 50px;height: 50px;background: #00A0E9 url(../images/icon-back.png) no-repeat center center;border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    cursor: pointer;
}


/* 数字变换css */
.product-number-info {position: relative; z-index:999; margin-top:20px; margin-left:20px;}
.product-number-info .product-number-inner { width:100%;}
.product-number-info ul { }
.q {zoom: 1; }
.product-number-info li { width:50%; padding-left:40px; height: 60px; box-sizing:border-box; margin-bottom:10px;}
.product-number-info li.li-1{background:url(../images/youshi01.png) no-repeat 0 12px; background-size:30px auto;}
.product-number-info li.li-2{background:url(../images/youshi02.png) no-repeat 0 center; padding-left:50px; background-size:40px auto;}
.product-number-info li.li-3{background:url(../images/youshi03.png) no-repeat 0 10px; background-size:30px auto;}
.product-number-info li.li-4{background:url(../images/youshi04.png) no-repeat 0 center;  padding-left:50px; background-size:40px auto;}

.product-number-info li:first-child { border: none;}
.product-number-info li b {font-weight: 300;font-size: 20px;line-height: 1;display: inline-block;position: relative;margin: 10px 0 8px;}
.product-number-info li p {font-size: 12px; color:#666;}
.product-number-info li b i { font-style:normal; font-family:Opensans-Regular; color:#06c;}
.product-number-info li b sup {position: absolute;font-size: 16px; right: -15px;top: -0px; color:#06c;}
.product-number-info li b span {position: absolute; font-weight:normal; color:#06c; font-size:12px; right: -20px;top: 10px;}



/*======================企业文化======================*/
.about_qyyj{}
.about_qyyj li{ border-radius:0px; overflow:hidden; transition:.3s all; background:#fff; box-shadow:rgba(3,43,183,.1) 1px 3px 10px; box-sizing:border-box; margin-bottom:.25rem;}
.about_qyyj li .pic img{ width:100%;}
.about_qyyj li .txt{padding:25px 10px 20px 10px;}
.about_qyyj li h3{font-size:20px; text-align:center; margin-bottom:.2rem;}
.about_qyyj li p{font-size:14px; color:#555; line-height:1.8; text-align:center;}


.xg_art{}
.xg_art h5{font-size:16px; margin:20px 0 15px 0; font-weight:bold; position:relative; padding-left:12px;}
.xg_art h5:after {width:4px;height:15px; 
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    background:#06c;
}
.xg_art ul li{line-height:2.4; font-size:14px; background:url(../images/dian.png) no-repeat left center; padding-left:15px; box-sizing:border-box;}
.xg_art ul li span{float:right; font-size:12px; margin-left:10px; color:#888;}


/*======================产品内容页======================*/

/*产品轮播*/
#pro_pic{position:relative; z-index:0; overflow:hidden; border:solid 1px #e8e8e8; margin:20px 10px 10px 10px;}
#pro_pic .swiper-slide{}
#pro_pic .swiper-slide .pic img{width:100%; display:block; opacity:1;}
	
/*分页器*/
#pro_pic .swiper-pagination{text-align:center;}
#pro_pic .swiper-pagination-bullet{width:6px;height: 6px; display: inline-block;  background: rgba(0,0,0,0.2);  opacity:1; margin-right:3px; transition:0.3s all; border-radius:8px;}
#pro_pic .swiper-pagination-bullet-active{  background: rgba(0,0,0,0.5); width:20px; }
#pro_pic .swiper-pagination{bottom:10px;}

/*标题*/
.pro_box1{ background:#fff; box-sizing:border-box;}
.pro_box1  h1{font-size:18px;color: rgba(17,17,17,1);line-height:1.5em;margin: 20px 0 10px 0; font-weight:normal;}
.pro_box1  h5{font-size: 16px;}
.pro_box1  .txt{line-height:1.6em; font-size:13px; color:#666; margin:10px 0; text-align:justify;}

/*按钮*/
.pro_box1 .ft{ margin-top:25px;}
.pro_box1 .ft li{ width:30%; margin:0 1.5%; float:left;}
.pro_box1 .ft li a{display:block; border-radius: 5px;height: 40px; box-sizing:border-box; text-align: center;border: 1px solid #ff6347; font-size: 16px;  line-height: 40px; color: #ff6347;}

.pro_box1 .ft li.chat a{background-color: #df3033;border: 1px solid #df3033;color: #fff;}
.pro_box1 .ft li.wechat a{background-color: #2bad13;border: 1px solid #2bad13;color: #fff;}



.pro_box1 .info1{ background:#f2f2f2; font-size:12px; text-align:justify; padding:10px 15px; line-height:24px;}
.pro_box1 .info1 span{font-size:12px; color: #f00; font-weight:bold;}
.pro_box1 .cpjl{ background:url(../images/fwys1.png) no-repeat 10px center; background-size:46px auto; line-height:60px; border:solid 1px #e8e8e8;   padding-left:60px; font-size:16px; margin-top:15px;}


/*产品内容页相关资源*/
.xgzy {margin-top:15px;}
.xgzy .tit{ font-size:18px; }
.xgzy li{width: 48%; height: 60px; float: left; margin:10px 0; border-radius:5px;}
.xgzy li:nth-child(2n){ float:right;}
.xgzy li img {margin-right: 5px;vertical-align: middle;}
.xgzy a {display: block;height: 100%; padding-left: 10px;padding-top: 12px;  box-sizing:border-box;  border:solid 1px #e8e8e8;}




/*留言*/
.liuyan{margin-bottom:50px;}
.message_input {margin-top:25px;}
.message_input ul{ display:flex; justify-content:space-between;}

.message_input input::-webkit-input-placeholder,
.message_input textarea::-webkit-input-placeholder{color: #a1a7b2;font-size:14px;font-family:Microsoft Yahei;}
.message_input ul li{ width: 46%;} 
.message_input span{display: block;font-size:14px; } 
.message_input input{border: none;background: none;outline: none;border-bottom: 1px solid #ddd;width: 100%;padding:6px 0;} 
.message_input input:focus,.message_input textarea:focus {border-bottom: 1px solid #2f82ff;}
.message_input textarea{clear: both;display: block;border: none;background: none;outline: none;border-bottom: 1px solid #ddd;width: 100%;padding: 10px 0;box-sizing: border-box;min-height: 80px;} 

.message_input .form-group input{width:50%; }

.message_input .submit{ border:none;outline: none; font-size:18px; cursor:pointer; text-align:center; color:#fff; background:#2f82ff; transition:0.3s all; width:100%; height:50px; line-height:50px;}
.message_input .submit:hover{  transform: translateY(-5px);box-shadow: 0 10px 30px rgba(212,170,75,.3);}
.message_input .submit i{margin-left:10px;}


/*上一篇下一篇*/
.ctrl{margin-top: 40px; display: flex;justify-content: space-between;}
.ctrl a{position: relative; height: 50px;width:33%; background-color: #e7e7e7; box-sizing: border-box;z-index: 99;transition: 0.3s;}
.ctrl a:before{
	content: "";
	position: absolute;
	bottom: 0;left: 0;
	width: 100%;height: 1px;
	background-color: #2f82ff;
	opacity: 0;
	transition: 0.3s;
	z-index: -1;
}
a#back:after,a#prev:after,a#next:after{
	content: "";
	position: absolute;
	top: 0;left: 0;
	width: 100%;height: 100%;
	background-image: url(../images/btn-back.png);
	background-repeat: no-repeat;
	background-position: center;
	transition: 0.3s;
}
a#back:after{background-image: url(../images/btn-back.png);}
a#prev:after{background-image: url(../images/btn-prev.png);}
a#next:after{background-image: url(../images/btn-next.png);}

.ctrl a:hover:before{height: 100%;opacity: 1;}
a#back:hover:after{background-image: url(../images/btn-back2.png);}
a#prev:hover:after{background-image: url(../images/btn-prev2.png);}
a#next:hover:after{background-image: url(../images/btn-next2.png);}



/*--------*/
.jxwz_table{}
.jxwz_table table{ border:1px solid #eff3f8; border-collapse:collapse;   font-size:12px; line-height:20px;text-align:center;}
.jxwz_table table tr:nth-child(1){ font-size:12px; background:#eff3f8; font-weight:bold; }
.jxwz_table table td{padding:3px 3px; border:1px solid #D5DFEC;}
.jxwz_table table td:nth-child(2){text-align:left;}



.biaoge{margin-top:20px;}
.biaoge table{ border:1px solid #eff3f8; border-collapse:collapse;   font-size:14px; line-height:24px;text-align:center;}
.biaoge table tr:nth-child(1){ font-size:14px; background:#eff3f8; font-weight:bold; }
.biaoge table td{padding:5px 10px; border:1px solid #D5DFEC;}
.biaoge table td:nth-child(2){text-align:left;}

/*----百度编辑器前端table表格样式----*/
#preview h4{font-size: 13px; font-weight: normal; line-height: 46px;}
#preview h4 span{float: right; color:#9aa5b2; font-size: 13px;}
#preview h4 a i{ color:#F18805;}

#preview table.noBorderTable td,#preview table.noBorderTable th,#preview table.noBorderTable caption{border:1px dashed #ddd !important}
#preview table.sortEnabled tr.firstRow th,#preview table.sortEnabled tr.firstRow td{padding-right:20px; background-repeat: no-repeat;background-position: center right; background-image:url(../../themes/default/images/sortable.png);}
#preview table.sortEnabled tr.firstRow th:hover,#preview table.sortEnabled tr.firstRow td:hover{background-color: #EEE;}
#preview table{margin-bottom:10px;border-collapse:collapse;display:table;}
#preview td,#preview th{ background:white; padding: 5px 10px;border: 1px solid #DDD;}
#preview caption{border:1px dashed #DDD;border-bottom:0;padding:3px;text-align:center;}
#preview th{border-top:1px solid #DDD;background:#F7F7F7;}#preview table tr.firstRow th{border-top:2px solid #BBB;background:#F7F7F7;}
#preview tr.ue-table-interlace-color-single td{ background: #fcfcfc; }
#preview tr.ue-table-interlace-color-double td{ background: #f7faff; }
#preview td p{margin:0;padding:0;}

#preview table td:nth-child(1){width:30%;}
#preview table td:nth-child(3){width:20%;}
#preview table td:nth-child(4){width:20%;}


/*向上*/
.cd-top {
  display: inline-block;
  height: 46px;
  width: 46px;
  position: fixed;
  bottom: 36px;
  right: 10px;border-radius: 50%; z-index:999999;
  /* 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: #15569D;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 10px;
    bottom: 50px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 46px;
    width: 46px;
    right: 5px;
    bottom: 50px;
  }
}
.cd-top:hover{background-color:#15569D;transition: all 0.3s ease 0s;}


