@charset "utf-8";
/* CSS Document */
@font-face {font-family: "Opensans-Regular";src: url("../font/font.woff2");}
@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: Humanist521BT;src: url("../font/Humanist521BT.TTF");    }
body,h1,h2,h3,h4,h5,h6,dl,dt,dd,ul,ol,li,p,form,img,select{margin:0; padding:0;}
body{ color: #333;  font-size:14px; font-family: "Microsoft YaHei","微软雅黑"; overflow-x:hidden}
a{text-decoration:none; color:#333;}
a:hover{color:#2e6ee1;}

ul,li{list-style:none;}
.clear{clear:both;}
img{border:0;}
.fl{float:left;}
.fr{float:right;}
.blank50{height:50px;}

/*滚动条美化*/
body::-webkit-scrollbar {
  width: 10px !important;
}
body::-webkit-scrollbar-track {
  background-color: #f3f3f3;
}
body::-webkit-scrollbar-track-piece {
  background-color: #f3f3f3;
  -webkit-border-radius: 4px;
}
body::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border: solid 1px #C0C0C0;
  border-radius: 4px;
}
body::-webkit-scrollbar-corner {
  background-color: #ddd;
}
body::-webkit-resizer {
  background-repeat: no-repeat;
  background-position: bottom right;
}
body::-webkit-scrollbar-thumb:hover {
  background-color: #F3F3E0;
}
::-webkit-scrollbar {
  width: 15px;
}

/*图片放大*/
.picShow img:hover,.picShow a:hover img{transition:all 500ms ease-out 0s; 
  -webkit-transform:scale(1.1);
  moz-transform:scale(1.1);
  -o-transform:scale(1.1);
  transform:scale(1.1);
opacity:1;}
.picShow img{transition:all 500ms ease-out 0s; }

.main100{width: 88%; margin: auto; max-width: 1500px; min-width: 1200px;}
.main{width:1200px; margin:auto;}
.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;}


/*头部*/
.top_blank{height:80px;}
.header {height: 80px;position: fixed;z-index: 99;width: 100%;transition: 0.3s all; background: #fff; box-shadow: 0 5px 10px rgba(0,0,0,0.1);  border-bottom: solid 1px #ebeef4;box-sizing: border-box;}
.header .logo{display:flex; justify-content:center;align-items:center;}
.header .logo img{height:50px; display:block;}

/*电话*/
.header .tel{height:80px; font-size:16px; font-weight:bold; color:#DA251E;  display:flex; justify-content:center;align-items:center;}
.header .tel i{margin-right:10px; font-size:24px; color:#E60012;}

/*下拉菜单*/
.navBox { height:80px;transition: 0.5s all; margin-left:85px;}
.navBox .nav{display:flex; height:100%;}
.navBox .nav li {padding: 0 20px; position: relative;}
.navBox .nav li:nth-child(4) {background: url(../images/jz_hot.png) no-repeat right 10px top 18px;}
.navBox .nav li>a {display: block;position: relative; height:100%; display:flex; justify-content:center;align-items:center;}
.navBox .nav li>a .bg {background: #E60012;position: absolute;left: 50%;bottom: 0px;width:0;display: block;height:2px;transition: 0.6s;z-index: -1; opacity: 0;visibility: hidden;}
.navBox .nav li>a .txt {position: relative;z-index: 2;font-size:16px;  transition: 0.3s;}
.navBox .nav li.active a .bg/*,.navBox .nav li.curr a .bg*/ {width: 100%; opacity: 1; left:0; visibility: visible; }
.navBox .nav li>a:hover .txt,.navBox .nav li.curr>a .txt{color:#E60012;}

.subNavbox a:active .txt, .subNavbox a:hover {color: #E60012;}
.subNavbox { position: absolute; left:0; top:100%; width: 100%; background:rgba(255, 255, 255, 0.9); box-shadow: 10px 30px 50px 0 rgba(88, 88, 88, 0.2); display: none; text-align: center; padding: 25px 0px 15px 0; }
.subNavbox p {padding-bottom:10px;line-height:35px;}
.subNavbox p a {line-height:30px;height: auto;padding: 0;font-size:16px;display:  inline-block;position: relative;}
.subNavbox p a:before{content:"";position:absolute;bottom:-6px;height:2px;background: #E60012;left:50%;width:0;-webkit-transition: 0.6s;-moz-transition: 0.6s;-o-transition: 0.6s;transition: 0.6s;}
.subNavbox p a:hover:before{ left:0; width:100%}



/*======================轮播图======================*/
/*焦点图*/
	#banner {max-width:1920px; margin:auto; position:relative; z-index:9;min-width:1200px;}
	#banner .swiper-slide{ overflow:hidden;  position:relative; height:630px; 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 .txt{ color:#fff; position:relative;}
	#banner .swiper-slide .txt h5{font-size: .56rem; font-weight:normal; margin-bottom:.1rem;}
	#banner .swiper-slide .txt p{font-size:.3rem;}
/*	@media only screen and (max-width: 1440px){#banner .swiper-slide{height:520px;}}
	@media only screen and (max-width: 1360px){#banner .swiper-slide{height:520px;}}
*/
/*按钮切换*/	
	#banner .swiper-button-prev,#banner .swiper-button-next {display: none;width: 72px;height: 72px; background:url(../images/ico_sliding.png) no-repeat; margin-top:-36px; background-image:}
	#banner .swiper-button-prev {background-position: 0 0;}
	#banner .swiper-button-prev:hover { background-position: 0 -144px;}
	#banner .swiper-button-next { background-position: 0 -72px;}
	#banner .swiper-button-next:hover {background-position: 0 -216px;}
/*分页器*/
	#banner .swiper-pagination-bullet{width: 10px;height: 10px; display: inline-block; border-radius: 50%; background:rgba(255,255,255,0.36); transition: all .5s ease;-moz-transition: all .5s ease;-webkit-transition: all .5s ease;-o-transition: all .5s ease; opacity: 1.0;}
	#banner .swiper-pagination-bullet-active{background:rgba(255,255,255,0.8);color: #fff;width: 33px;border-radius: 30px;opacity: 1.0;}
	#banner .swiper-pagination{bottom:20px;}


/*页面标题*/
.main_tit{text-align:center; padding:.6rem 0 .4rem;}
.main_tit_z{ font-size:.36rem; font-weight:bold; color:#000;}
/*.main_tit_z:after {content: "";display: block;width:18px;background:#E60012;height: 2px;margin: 15px auto 15px auto;}*/
.main_tit_f{ font-size:.18rem; color:#555; margin-top:.15rem;  text-transform:uppercase;}


/*================服务内容=====================*/
.service{}
.service li{ width:31.5%; padding-bottom:30px;box-sizing:border-box;  border-radius:8px;transition:.3s all; position:relative; overflow:hidden;}
/*.service li:first-child{border-radius:0px 25px 0 40px;}*/
/*.service li:last-child{border-radius:40px 0 25px 0;}*/

.service li:hover{ background:#fff; transform:scale(1.09)}
.service li:before{content:"推 荐";position:absolute;top:0; left:0; width:108px;line-height:39px; text-align:left; padding-left:20px; box-sizing:border-box; font-size:18px; color:#A9763E; background:url(../images/im_bg_gold.png) no-repeat;}

.service li .ico{ width:40%; margin-top: 20px;}
.service li .ico img{ width:100%;}
.service li .txt{ width:60%; padding-right:20px; box-sizing:border-box;}

.service li h3{font-size:25px; color: #fff; font-weight:normal; margin-top:25px;}
.service li p{font-size: 15px; line-height:1.8em; margin:15px 0 25px 0;color:rgba(255,255,255,0.9);}
.service li .more{width: 118px; line-height: 34px; border: 1px solid rgba(255,255,255,0.25);background:rgba(255,255,255,0.25); border-radius: 5px;color: #fff; text-align:center; transition:0.3s all;}

.service li:nth-child(1){background: linear-gradient(132deg, #A92DF6 0%, #6C39FF 100%);}
.service li:nth-child(2){background: linear-gradient(131deg, #FF9C4C 0%, #F24C63 100%);}
.service li:nth-child(3){background: linear-gradient(132deg, #5D75FF 0%, #143CFF 100%);}

/*================服务优势=====================*/
.index_fwys{ margin-top:1rem; background: url(../images/page_about03.jpg) center top no-repeat;height: 520px;background-attachment: fixed;padding: 20px 0 0;overflow: hidden; position:relative;}
.index_fwys:before{content:"";position:absolute;top:0; left:0; right:0; bottom:0; width:100%;height:100%; background: rgba(0,0,0,0.68); z-index:0;}
.index_fwys ul {position:relative;}
.index_fwys ul li{flex:1; text-align:center; color:#fff;}
.index_fwys ul li .pic{margin-bottom:.15rem; height:70px;}
.index_fwys ul li .pic img{height:100%;}
.index_fwys ul li .txt h3{color:#fe724f;font-size: 20px;margin:40px 0 15px 0; }
.index_fwys ul li .txt p{ line-height:1.8em; color:rgba(255,255,255,0.9);}


/*================服务流程=====================*/
.index_fwlc{background: #fff;box-shadow: rgba(3,43,183,.075) 1px 5px 20px;padding: .1rem 0 .5rem 0; position:relative; margin-top:-100px; border-radius:8px;}
.index_fwlc ul li{flex:1; text-align:center;}
.index_fwlc ul li .pic{margin-bottom:.15rem;}
.index_fwlc ul li .pic>div{ width: 125px;height: 125px;border-radius: 125px; margin:auto;background-image: linear-gradient(to bottom, #06c, #2f82ff); display:flex; flex-direction:column; justify-content:center;align-items:center;}
.index_fwlc ul li .txt h5{color:#333;font-size: 20px;margin:25px 0 10px 0; }
.index_fwlc ul li .txt p{ line-height:1.8em; padding: 0 30px; color:rgba(0,0,0,0.9);}

.index_fwlc .row{ position:relative; margin:0px 0px 25px 0px;}
.index_fwlc .row li{flex:1; position:relative;}
.index_fwlc .bg_line{ position:absolute; lefe:0; top:20px;width: 100%;border-top: 1px solid #e8e8e8;}
.index_fwlc .row h3{font-size: 25px;color: #ddd;text-align: center;}
.index_fwlc .row li span {position: absolute;top: 17px;display: block;width: 8px;height: 8px;border-radius: 8px;background: #e8e8e8;}
.index_fwlc .row li span.dot {right: 0;}

/*================企业形象=====================*/
.photos figure{position: relative; overflow:hidden; background:#000; width:385px; height:250px;  margin:0 0 20px 0; 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 {margin-bottom:.8rem;}
.news dl{ width:380px;box-shadow: 0px 5px 10px rgba(0,0,0,.1); transition:0.3s all;}
.news dl:hover{box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);translate3d(0, -5px, 0);-webkit-transform: translate3d(0, -5px, 0);}
.news dt{ background: #ece3ee; text-align:center;padding: 20px 0; font-size:25px; color:#fff; border-radius:5px 5px 0 0;}
.news dt img{display: block; height: 54px;margin: 0 auto;padding: 0 0 10px;}
.news .tit1{background:#5b79f1;}
.news .tit2{background:#3bcfa3}
.news .tit3{background:#985DFC}

.news dd{ padding:20px 15px; background:#fff;}
.news dd li{line-height:3em; 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;}

/*图片列表*/
.pic_list{display: flex;justify-content: flex-start;flex-wrap:wrap;}
.pic_list  li{position:relative; overflow:hidden;margin-bottom:20px;}
.pic_list  li .pic{  background:#000; overflow:hidden; }
.pic_list  li img{width:100%; display:block; transition:0.3s all; }
.pic_list  li:hover img{opacity:0.8;}
.pic_list  li .txt{  line-height:1.8; background:#f8f8f8; padding:10px 15px;}
.pic_list  li .txt h3{line-height:1.8; font-size:18px;}


/*================与我联系=====================*/
.voice_footer{background:url(../images/voice-footer.png) no-repeat center #2e6ee1; background-size:cover; color:#fff; padding:.5rem 0; text-align:center;}
.voice_footer h3{ font-size:.42rem; font-weight:normal; letter-spacing:2px;}
.voice_footer h5{ font-size:.2rem; font-weight:normal; margin:.2rem 0;}
.voice_footer a{ width:1.6rem; line-height:.56rem; font-size:.2rem; display:inline-block; border-radius:.6rem; background:#fff; color:#2e6ee1;}


/*================底部=====================*/
.footer{ width:100%; min-width:1200px; background: url(../images/footer_bg.png) no-repeat right bottom #10003F; padding:.8rem 0 0px 0;}

.fot_logo{padding: .6rem 0 0;}
.fot_logo img{height:50px;}

.f_nav{width:350px; padding:0 30px 0 50px; box-sizing:border-box;}
.f_nav h4{font-size: 16px;color: #fff;margin-bottom: 20px;}
.f_nav li p{ width:50%;  line-height:2.8em; float:left;}
.f_nav li p a{ font-size:15px; color:rgba(255,255,255,0.66); transition:0.3s all;}
.f_nav li p a:hover{ color:#2e6ee1;}

.b_weixin{  text-align:center;}
.b_weixin h4{padding: 0 0 0 25px;font-size: 16px;color: #fff;background: url(../images/icon_ewm.png) 0 center no-repeat; margin-bottom: 30px;}
.b_weixin li{}
.b_weixin li img{ width:115px; margin-bottom:12px;}
.b_weixin li p{font-size: 14px; text-align:center; color:rgba(255,255,255,0.46);}

.b_contact{ margin-left:35px;}
.b_contact h4{padding: 0 0 0 30px;font-size: 16px;color: #fff; background: url(../images/icon_ren.png) left center no-repeat;margin-bottom: 20px;}
.b_contact p{ font-size:15px;color:rgba(255,255,255,0.66); line-height:40px;}
.b_contact p.foot_tel {font-size:38px;font-family: din;  margin-bottom:10px; color:#fff;}

.copyright{padding:20px 0; color:rgba(255,255,255,0.46); margin-top:.8rem; border-top:solid 1px rgba(255,255,255,0.06);}
.copyright a{color:rgba(255,255,255,0.46); margin:0 5px;}


/*内页banner=*/
.page_ban{ width:100%; min-width:1200px; overflow:hidden; background-position: center center;  background-repeat:no-repeat; height:480px;}

/*位置*/
.pos{ line-height:1rem;}
.pos{background:url(../images/home_ico.png) no-repeat left center; padding-left:20px; font-size:.16rem; color:#666; }
.pos a{ color:#666;}


/*页面表单*/
.page_form{width: 1200px;height:180px; padding: 40px 50px 0px 50px;  background:#fff; box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2); border-radius:6px; margin: 0px auto auto auto;  position: relative;z-index: 9999; box-sizing:border-box;}
.page_form .txt li:nth-child(2){color:#888;}

.page_form .form_item {margin-top: 20px;width: 100%;height: 55px;}
.page_form .form_item .input {position: relative;float: left; position:relative;}
.page_form .form_item input {height: 42px; border: 1px solid #cfcfcf;line-height: 43px; padding-left:20px;}
.page_form .form_item .input_name {width:246px;padding-left: 50px; background: url(../images/dljz-icon-name.png) 15px 50% no-repeat;}
.page_form .form_item .input_msg {width:246px;padding-left: 50px; background: url(../images/dljz-icon-msg.png) 15px 50% no-repeat;}
.page_form .form_item .input_phone {width: 290px;padding-left: 50px;background: url(../images/dljz-icon-phone.png) 15px 50% no-repeat;border-left: none;border-right: none;}
.page_form .form_item .input_submit {width: 150px;background: #2e6ee1; border:0; font-size: 16px;border-color: #2e6ee1;height: 46px;color: #fff; cursor:pointer;}
.page_form .form_item .input img{position:absolute; right:0; top:5px;}
.page_form .form_item input[name=code]{width:255px;}

/*更多*/
.more_cicle{ width:260px; margin:auto; margin-top:30px;}
.more_cicle a{ overflow:hidden; background:#1463AA; vertical-align:middle;
width:100%;height:46px;line-height: 46px; display:inline-block; border-radius:35px; font-size:16px; text-align:center; color:#fff;transition:0.3s all; position:relative;}
.more_cicle a:hover{transform:scale(1.09)}

/*放大动画*/
.anim{-moz-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);-webkit-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%);position:absolute;top:50%;left:50%;z-index:10}
.anim:before{position:relative;content:'';display:block;margin-top:100%}
.anim:after{content:'';position:absolute;top:0;bottom:0;left:0;right:0;border-radius:50%}
.hoverable{overflow:hidden}
.hoverable .anim{-moz-animation:anim-out .75s;-webkit-animation:anim-out .75s;animation:anim-out .75s}
.hoverable .anim:after{-moz-animation:anim-out-pseudo .75s;-webkit-animation:anim-out-pseudo .75s;animation:anim-out-pseudo .75s}
.hoverable .anim,.hoverable .anim:after{animation-iteration-count:infinite;animation-duration:1.3s}
@-webkit-keyframes anim-in{0%{width:0}100%{width:100%}}
@-moz-keyframes anim-in{0%{width:0}100%{width:100%}}
@-ms-keyframes anim-in{0%{width:0}100%{width:100%}}
@keyframes anim-in{0%{width:0}100%{width:100%}}
@-webkit-keyframes anim-in-pseudo{0%{background:rgba(0,0,0,0.25)}100%{background:transparent}}
@-moz-keyframes anim-in-pseudo{0%{background:rgba(0,0,0,0.25)}100%{background:transparent}}
@-ms-keyframes anim-in-pseudo{0%{background:rgba(0,0,0,0.25)}100%{background:transparent}}
@keyframes anim-in-pseudo{0%{background:rgba(0,0,0,0.25)}100%{background:transparent}}
@-webkit-keyframes anim-out{0%{width:0}100%{width:100%}}
@-moz-keyframes anim-out{0%{width:0}100%{width:100%}}
@-ms-keyframes anim-out{0%{width:0}100%{width:100%}}
@keyframes anim-out{0%{width:0}100%{width:100%}}
@-webkit-keyframes anim-out-pseudo{0%{background:rgba(0,0,0,0.25)}100%{background:transparent}}
@-moz-keyframes anim-out-pseudo{0%{background:rgba(0,0,0,0.25)}100%{background:transparent}}
@-ms-keyframes anim-out-pseudo{0%{background:rgba(0,0,0,0.25)}100%{background:transparent}}
@keyframes anim-out-pseudo{0%{background:rgba(0,0,0,0.25)}100%{background:transparent}}

/*================财税咨询=====================*/
/*公司优势*/
.youshi{height:100px; background:#F4FAFF;}
.youshi li{ width:25%;height:100px;}
.youshi li img{float:left;margin-left:30px;margin-top:25px;width:48px;height:48px;}
.youshi_wz{display:block;width:200px;height:48px;float:right;margin-top:25px;}
.youshi_wz b{font-size:18px; font-weight:normal;}
.youshi_wz p{font-size:14px; color:#666; padding-top:5px;}

.zixun_cjwt{}
.zixun_cjwt li{ width:160px;height:160px; 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{margin-bottom: 10px; transition:0.3s all;}
.zixun_cjwt li:hover img{filter: grayscale(100%) brightness(500%);}
.zixun_cjwt li p{font-size: 18px; }

/*1*/
.zixun_box1{}
.zixun_box1 li{ width:19%; background:#2e6ee1; color:#fff; text-align:center; border-radius: 5px; padding: 25px; box-sizing: border-box;}
.zixun_box1 li .ico{width:90px; height: 90px; line-height:90px; border-radius: 50%; background: #fff; color: #333; font-size: 50px; font-family:BarlowCondensed-Regular; margin:auto;}
.zixun_box1 li h5{ font-size:22px; margin:20px 0;}
.zixun_box1 li p{ line-height:2em; font-size:16px;}
.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;}

/*解决方案*/
.zixun_jjfa{}
.zixun_jjfa li{width:48.5%; height:260px;  overflow:hidden;  position:relative; margin-bottom:20px;}
.zixun_jjfa li .pic img{width: 100%; height:100%; display:block;}
.zixun_jjfa li .txt{position: absolute; left:0; bottom: 0; padding: 25px; color: #fff; transition:0.3s all;}
.zixun_jjfa li:hover .txt{transform:translateY(-50px);}
.zixun_jjfa li .txt h5{font-size: 30px; font-weight: normal; margin-bottom: 10px;}
.zixun_jjfa li .txt p{ line-height: 1.6; font-size: 16px; text-align:justify-content;}


/*2*/
.zixun_box2{ background:url(../images/bg.jpg) no-repeat; background-size:cover; margin-top:.8rem; padding-bottom:.6rem;}





/**/
.csgw_box5 { }
.csgw_box5 li{width:24%; background:#f2f2f2;overflow:hidden;text-align:center; position:relative}
.csgw_box5 li .img,.csgw_box5 li .img img{width:100%;overflow:hidden;}
.csgw_box5 li .img{margin-bottom: 38px;}
.csgw_box5 li p{line-height: 24px;overflow:hidden;margin-bottom: 32px;padding: 0 30px;text-align:  left;height: 72px;}
.csgw_box5 li a{display:inline-block;width: 94px;height: 35px;line-height: 35px; margin-bottom:36px; 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:#2e6ee1; color:#fff; border:#2e6ee1 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:#2e6ee1; 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%;}



/*服务流程*/
.fwlc_box{ position:relative}
.fwlc_box:before{content:"";position:absolute;top:72px;width:100%;height:1px;border-bottom:#c1c1c1 1px dashed;}
.fwlc_box ul{ font-size:0; overflow:hidden; text-align:center; width:1304px; margin-left:-52px; margin-bottom:20px;}
.fwlc_box ul li{ width:326px; display:inline-block; *display:inline; *zoom:1;text-align:center; position:relative}
.fwlc_box ul li .img{width: 145px;height: 145px;line-height: 143px;display: inline-block;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;position:  relative;z-index: 10;-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;transform:rotate(90deg) translateZ(0);-webkit-transform:rotate(90deg) translateZ(0);-moz-transform:rotate(90deg) translateZ(0);background: #ffffff;margin-bottom:20px;} 
.fwlc_box ul li .img a{display: flex;align-items: center ; transform:rotate(-90deg) translateZ(0); -webkit-transform:rotate(-90deg) translateZ(0);  -moz-transform:rotate(-90deg) translateZ(0);}
.fwlc_box ul li .img a img{align-items: center;-webkit-filter:grayscale(100%); -moz-filter:grayscale(100%); -ms-filter:grayscale(100%); -o-filter:grayscale(100%); filter:grayscale(100%); filter:gray; -moz-transition: all 0.6s ease-in-out;-webkit-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;-ms-transition: all 0.6s ease-in-out;transition: all 0.6s ease-in-out;filter:alpha(opacity=65); opacity:0.65; -moz-opacity:0.65; -khtml-opacity:0.65}
.fwlc_box ul li:hover .img a img{-webkit-filter:grayscale(0); -moz-filter:grayscale(0); -ms-filter:grayscale(0); -o-filter:grayscale(0); filter:grayscale(0); filter:none; filter:alpha(opacity=100); opacity:1; -moz-opacity:1; -khtml-opacity:1; -webkit-animation: jello 1s; -moz-animation: jello 1s; animation: jello 1s;}

@keyframes jello {

    from, 11.1%, to { -webkit-transform: none; -moz-transform: none; transform: none }

    22.2% { -webkit-transform: skewX(-12.5deg) skewY(-12.5deg); -moz-transform: skewX(-12.5deg) skewY(-12.5deg); transform: skewX(-12.5deg) skewY(-12.5deg) }

    33.3% { -webkit-transform: skewX(6.25deg) skewY(6.25deg); -moz-transform: skewX(6.25deg) skewY(6.25deg); transform: skewX(6.25deg) skewY(6.25deg) }

    44.4% { -webkit-transform: skewX(-3.125deg) skewY(-3.125deg); -moz-transform: skewX(-3.125deg) skewY(-3.125deg); transform: skewX(-3.125deg) skewY(-3.125deg) }

    55.5% { -webkit-transform: skewX(1.5625deg) skewY(1.5625deg); -moz-transform: skewX(1.5625deg) skewY(1.5625deg); transform: skewX(1.5625deg) skewY(1.5625deg) }

    66.6% { -webkit-transform: skewX(-.78125deg) skewY(-.78125deg); -moz-transform: skewX(-.78125deg) skewY(-.78125deg); transform: skewX(-.78125deg) skewY(-.78125deg) }

    77.7% { -webkit-transform: skewX(0.390625deg) skewY(0.390625deg); -moz-transform: skewX(0.390625deg) skewY(0.390625deg); transform: skewX(0.390625deg) skewY(0.390625deg) }

    88.8% { -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg); -moz-transform: skewX(-.1953125deg) skewY(-.1953125deg); transform: skewX(-.1953125deg) skewY(-.1953125deg) }

}

.circleProgress_wrapper{ position:relative;}
.wrapper{width: 72.5px;height: 145px;position: absolute;top:0;overflow: hidden;}
.circleProgress_wrapper .left{width: 72.5px;height: 146px;position:absolute;left:0;top:0;}
.circleProgress_wrapper .right{width: 72.5px;height: 146px;position:absolute;right:0;top:0;}

.fwlc_box ul li .img .circleProgress{width: 146px;height: 145px;border: 2px solid #eb3e4c;border-radius: 50%;position: absolute;top:0;-webkit-transform: rotate(45deg);box-sizing:border-box;}
.fwlc_box ul li .img .rightcircle{border-top: 2px solid #d0d0d1;border-right: 2px solid #d0d0d1;right:0;}
.fwlc_box ul li .img:hover .rightcircle{ -webkit-animation: circleProgressLoad_right 2s linear; } 
.fwlc_box ul li .img .leftcircle{border-bottom: 2px solid #d0d0d1;border-left: 2px solid #d0d0d1;left:0;}
.fwlc_box ul li .img:hover .leftcircle{ -webkit-animation: circleProgressLoad_left 2s linear;}
.fwlc_box ul li .img:after{content:"";position:absolute;left: 0;top: 0;width: 141px;height: 141px;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;}
.fwlc_box ul li .img:hover:after{transition-delay:2s; border:2px solid #eb3e4c;} 

@-webkit-keyframes circleProgressLoad_right{

	0%{

		-webkit-transform: rotate(45deg);

	}

	50%{

		-webkit-transform: rotate(225deg);

	}

	100%{

		-webkit-transform: rotate(225deg);

	}

}

@-webkit-keyframes circleProgressLoad_left{

	0%{

		-webkit-transform: rotate(45deg);

	}

	50%{

		-webkit-transform: rotate(45deg);

	}

	100%{

		-webkit-transform: rotate(225deg);

	}

}


.fwlc_box ul li span{position:absolute;left: 206px;top: 55px;display:inline-block;width:60px;height: 35px;line-height: 35px;font-size:14px;color: #5c5c5c;background: #ffffff;z-index: 100;text-align: left;text-transform:uppercase;-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;}
.fwlc_box ul li:hover span{color: #ed4237;}
.fwlc_box ul li:before{content:"";position:absolute;width:5px;height:5px;left: 229px;top: 52px;background:#d0d0d1;-moz-border-radius:2.5px;-webkit-border-radius:2.5px;border-radius:2.5px;z-index: 1000;-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;}
.fwlc_box ul li:after{content:"";position:absolute;width:5px;height:5px;left: 230px;top: 87px;background:#d0d0d1;-moz-border-radius:2.5px;-webkit-border-radius:2.5px;border-radius:2.5px;z-index: 1000;-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;}
.fwlc_box ul li:hover:after{ background:#eb3e4c}
.fwlc_box ul li:hover:before{ background:#eb3e4c; transition-delay:2s}
.fwlc_box ul li h4{font-size: 18px; margin-bottom: 10px; }
.fwlc_box ul li h5{font-size:14px;color:#999;line-height: 22px; font-weight:normal;text-transform: uppercase; }

.csgw_box3 ul li{ width:260.8px; display:inline-block; *display:inline; *zoom:1;text-align:center; position:relative}
.csgw_box3 ul li span{position:absolute;left: 172px;top: 55px;display:inline-block;width:60px;height: 35px;line-height: 35px;font-size:14px;color: #5c5c5c;background: #ffffff;z-index: 100;text-align: left;text-transform:uppercase;-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_box3 ul li:hover span{color:E60012;}
.csgw_box3 ul li:before{content:"";position:absolute;width:5px;height:5px;left: 197px;top: 52px;background:#d0d0d1;-moz-border-radius:2.5px;-webkit-border-radius:2.5px;border-radius:2.5px;z-index: 1000;-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_box3 ul li:after{content:"";position:absolute;width:5px;height:5px;left: 197px;top: 87px;background:#d0d0d1;-moz-border-radius:2.5px;-webkit-border-radius:2.5px;border-radius:2.5px;z-index: 1000;-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_box3 ul li:hover:after{ background:E60012}
.csgw_box3 ul li:hover:before{ background:E60012; transition-delay:2s}
.csgw_box3 ul li .img .circleProgress{width: 146px;height: 145px;border: 2px solid E60012;border-radius: 50%;position: absolute;top:0;-webkit-transform: rotate(45deg);box-sizing:border-box;}
.csgw_box3 ul li .img .rightcircle{border-top: 2px solid #d0d0d1;border-right: 2px solid #d0d0d1;right:0;}
.csgw_box3 ul li .img .leftcircle{border-bottom: 2px solid #d0d0d1;border-left: 2px solid #d0d0d1;left:0;}
.csgw_box3 ul li .img:hover:after{transition-delay:2s; border:2px solid E60012;} 

.s_more {display: block;margin: 30px auto 0 auto;color: #fff;font-size: 16px; text-align: center; border-radius:44px;width: 255px; height:44px;line-height:44px; background:#2e6ee1; transition:0.3s all;}
.s_more:hover{color:#fff; background:#D92129;}


/*为什么选择我们*/
.why{ position:relative;}
.why li{width:320px; margin:0px 0 60px 0; padding-top:25px;}
.why li .pic{width:75px;}
.why li .pic img{width:100%;}
.why li .txt{width:calc(100% - 100px);}
.why li .txt h5{ font-size:20px; margin:0px 0 10px 0;}
.why li .txt p{line-height:1.6em; font-size:15px; color:#555;}
.why .why_img{ position:absolute; left:50%; top:0; margin-left:-193px;}


/*资讯列表*/
.news_list{ margin-bottom:.8rem;}
.news_list li{line-height:4em; width:46%; border-bottom:solid 1px #e8e8e8; font-size:16px; background: url(../images/dot.jpg) no-repeat left center; padding-left: 12px; overflow: hidden; text-overflow: ellipsis;white-space: nowrap;}
.news_list li span{float:right; color:#888; margin-left:10px; font-size:14px;}

/*行业现状*/
.csgw_box4{ background:url(../images/yx01_fl04_bg.jpg) no-repeat center; padding:1px 0 50px 0;}
.csgw_box4 li{width: 560px; margin:0 20px; height: 102px; color:#333; font-size:18px; float: left;background: url(../images/csgw_box4_02.png) 80px 50% no-repeat;transition: .3s all; line-height: 90px;}
.csgw_box4 li>div{width: 70px;height: 90px; margin-right:60px;text-align: center;font-size: 24px;line-height: 90px; color: #fff;float: left;background: url(../images/csgw_box4_01.png) no-repeat center;}
.csgw_box4 li:hover{ translate3d(0, -5px, 0);-webkit-transform: translate3d(0, -5px, 0);}



.waibao_box1{}
.waibao_box1 li{width:23.5%; box-shadow: rgba(3,43,183,.1) 1px 1px 25px;}
.waibao_box1 li .tit{ line-height:50px; background:#2e6ee1; color:#fff; font-size:20px; font-weight:bold; padding:5px 15px;}
.waibao_box1 li .txt{padding:20px 20px 30px 20px; line-height: 1.8; text-align:justify;}
.waibao_box1 li .txt p{background: url(../images/dian_02.jpg) no-repeat left 10px; font-size:15px; color:#666; padding-left:20px;}

.waibao_box2{background:url(../images/waibao_02.jpg) no-repeat center; height:760px; position:relative; margin-top:50px;}
.waibao_box2 p{ position: absolute; left:200px; bottom:70px; font-size: 30px; font-weight: bold;}
.waibao_box2 p span{color:#2e6ee1;}

.waibao_box3{}
.waibao_box3 li{width:32%; position: relative; margin-bottom:20px;}
.waibao_box3 li img{width: 100%; display:block;}
.waibao_box3 li .txt{ position: absolute; left:20px; bottom:50px; width:300px; text-align: center; font-size: 25px; font-weight: bold;}







/*财税顾问服务内容*/
.youshi_bg{padding: 5px 0 40px;background: #f1f2f4;overflow: hidden;border-top: #eaedf0 1px solid;min-width:1200px;}
.csgw_box2{}
.csgw_box2 li{width:386px; height:150px; float:left;box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.1); background:#fff; box-sizing:border-box; padding:25px; border-radius:5px; margin:0 21px 21px 0; transition:0.3s all;}
.csgw_box2 li:nth-child(3n){margin-right:0;}
.csgw_box2 li h5{font-size:18px; margin-bottom:10px;}
.csgw_box2 li p{line-height:24px; color:#666;}
.csgw_box2 li:hover{ background:#2e6ee1; color:#fff;box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);translate3d(0, -5px, 0);-webkit-transform: translate3d(0, -5px, 0);}
.csgw_box2 li:hover p{color:#fff;}

.dlzj_more{text-align:center; margin-top:25px;}
.dlzj_more img{transition:0.3s all;}
.dlzj_more img:hover{box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.0);translate3d(0, -5px, 0);-webkit-transform: translate3d(0, -5px, 0);}

/**/
.guwen_box{ border:solid 8px #f2f2f2; padding:0 50px 80px 50px; box-sizing:border-box; margin-top:50px;}
.guwen_box li{ width:20%;}
.guwen_box li .ico{ width:68px; height:68px; background:#2e6ee1; margin:20px auto; border-radius:68px; padding:15px; box-sizing:border-box;}
.guwen_box li .ico img{height:100%;}
.guwen_box li h3{ font-size:22px; text-align:center; border-bottom:solid 2px #2e6ee1; color:#2e6ee1; height:50px;}
.guwen_box li p{ line-height:2em;}

/*税务稽查页面*/
.jicha_box1{}
.jicha_box1 li{ width:280px; position: relative;background:#F1F4FB; padding:60px 30px 40px; box-sizing:border-box; border-radius:5px; transition:0.3s all;}
.jicha_box1 li:hover{ background:#fff; box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);translate3d(0, -5px, 0);-webkit-transform: translate3d(0, -5px, 0);}
.jicha_box1 li h5{font-size:22px; text-align:center; margin-bottom:25px;}
.jicha_box1 li p{ font-size:16px; line-height:2em; text-align:justify;}
.jicha_box1 li:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(../images/container01_bg1.png) left top no-repeat, url(../images/container01_bg2.png) right bottom no-repeat;
}

/*稽查问答*/
.jicha_wenda{border: 1px solid #ebebeb; border-radius:5px;}
.jicha_wenda .left{width:440px; background:#f6f6f6; box-sizing:border-box; padding:20px 0 20px 20px;}
.jicha_wenda .left li{ font-size:18px; color:#555; padding:15px 25px; margin-bottom:8px; border-radius:5px 0 0 5px; transition:0.3s all;}
.jicha_wenda .left li.active{background:#fff;}
.jicha_wenda .left li span{margin-right:20px; font-size:20px;}
.jicha_wenda .left li:nth-child(1) span{ color:#f30;}
.jicha_wenda .left li:nth-child(2) span{ color:#f60;}
.jicha_wenda .left li:nth-child(3) span{ color:#f90;}

.jicha_wenda .right{width:700px; box-sizing:border-box; padding:45px;}
.jicha_wenda .right dl{display:none;}
.jicha_wenda .right dl.active{display:block;}
.jicha_wenda .right dl dt{ font-size:22px; font-weight:bold; position:relative; margin-bottom:35px;}
.jicha_wenda .right dl dt span{width:36px; line-height:36px; display:block; position:absolute; left:-50px; top:-2px; font-size:22px; background:#FFE5D6; border-radius:5px; color:#f60; text-align:center; font-weight:normal;}
.jicha_wenda .right dl dd{text-align: justify; font-size:18px; font-family:"宋体"; line-height:2; position:relative; }
.jicha_wenda .right dl dd span{width:36px; line-height:36px; display:block; position:absolute; left:-50px; top:-2px; font-size:22px; background:#FF7033; border-radius:5px; color:#fff; text-align:center; font-weight:normal;}

/*稽查解决税务问题*/
.jicha_box3{}
.jicha_box3 li{width:31.5%; box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15); text-align:center; padding:35px 30px; box-sizing:border-box; margin-bottom:30px;}
.jicha_box3 li .pic{height:50px;}
.jicha_box3 li .pic img{height:100%;}
.jicha_box3 li .txt{}
.jicha_box3 li .txt h5{font-size:20px; margin:15px 0;}
.jicha_box3 li .txt p{font-size:15px; color:#555; line-height:1.8em;}

/*稽查优势*/
.jicha_box4{}
.jicha_box4 li{ width:280px; background:#fff; border:solid 2px #f90; padding:40px 30px 40px; box-sizing:border-box; border-radius:5px; transition:0.3s all;}
.jicha_box4 li:hover{ background:#fff; box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);translate3d(0, -5px, 0);-webkit-transform: translate3d(0, -5px, 0);}
.jicha_box4 li .pic{height:70px; text-align:center; margin-bottom:25px;}
.jicha_box4 li .pic img{height:100%;}

.jicha_box4 li h5{font-size:22px; text-align:center; margin-bottom:35px; position:relative;}
.jicha_box4 li h5:after {
    content: "";
	width:30px; height:3px;
    background: #f90; position:absolute; left:50%; bottom:-15px; margin-left:-15px;}
.jicha_box4 li p{ font-size:16px; line-height:2em; 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{margin-top:30px;}
.jicha_box5 .bot li{width:370px; border:solid 1px #ddd;}
.jicha_box5 .bot .tit{font-size:17px; font-weight:bold; background:#FE8630; color:#fff; line-height:1.6em; text-align:center; padding:25px 45px;}
.jicha_box5 .bot .txt{padding:30px 20px 20px 50px; }
.jicha_box5 .bot .txt p{position:relative; font-size:16px; line-height:1.8em; margin-bottom:25px; color:#666;}
.jicha_box5 .bot .txt p span{width:25px; line-height:25px; border-radius:30px; color:#fff; display:block; position:absolute; left:-35px; top:0; background:#FE8630; text-align:center;}


/*======================公司简介======================*/
.page_about{ margin:80px auto 125px auto;}
.page_about .pic{width:380px; position:relative;}
.page_about .pic:before {position: absolute;left: 0px;top: 0px;display: block;content: "";transform: translate(20px, 20px);width: 100%;height: 100%;background:#f2f2f2; z-index:-1;}
.page_about .pic img{max-width:100%;}
.page_about .txt{width:730px;}
.page_about .txt .tit{font-size:36px; color:#000; margin-bottom:.3rem;}
.page_about .txt .con{font-size:15px; line-height:2.1em; text-align:justify; color:#555;}
.page_about .txt .con p{margin-bottom:20px;}


/* 数字banner */
.shuzi{width: 1200px;height:125px; padding: 0px 115px 0px 80px;  background:#fff; box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2); border-radius:6px; margin: -108px auto auto auto;  position: relative;z-index: 9999; box-sizing:border-box;}


/* 数字变换css */
.product-number-info {position: relative; height:120px; z-index:999; margin-top:50px;}
.product-number-info .product-number-inner { position:absolute;  width:100%;}
.product-number-info ul {padding: 20px 0;}
.q {zoom: 1; }
.product-number-info li { padding-left:60px; height: 80px; box-sizing:border-box;}
.product-number-info li.li-1{background:url(../images/youshi01.png) no-repeat 0 14px; }
.product-number-info li.li-2{background:url(../images/youshi02.png) no-repeat 0 center; padding-left:70px;}
.product-number-info li.li-3{background:url(../images/youshi03.png) no-repeat 0 center;}
.product-number-info li.li-4{background:url(../images/youshi04.png) no-repeat 0 center;  padding-left:80px;}

.product-number-info li:first-child { border: none;}
.product-number-info li b {font-weight: 300;font-size: 32px;line-height: 1;display: inline-block;position: relative;margin: 10px 0 5px;}
.product-number-info li p {font-size: 14px; 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: 20px; right: -20px;top: -3px; color:#06c;}
.product-number-info li b span {position: absolute; font-weight:normal; color:#06c; font-size:14px; right: -30px;top: 18px;}


/*======================企业文化======================*/
.about_qyyj{ margin-bottom:100px;}
.about_qyyj li{width:31%;  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:15px 25px 25px 25px;}
.about_qyyj li h3{font-size:22px; text-align:center; margin-bottom:10px;}
.about_qyyj li p{font-size:15px; color:#555; line-height:1.8; text-align:center;}



/*======================数说======================*/
#particles-js{position: absolute;width: 100%; height:100%; left:0; right:0; top:0; bottom:0; z-index:999; }
#particles-js {opacity: 0.6;}
.particles{pointer-events: none;}
.mouseEvents{ pointer-events: all;} 

.index_section3 { background:#06c; position: relative; height: 480px; overflow:hidden; z-index:2; }
.indexc3Box { font-size:.42rem; font-weight: lighter; color: #FFF; display: inline-block; position: absolute; z-index: 5; left: 50%; top: 50%; transform: translate(-50%,-50%); }
.indexc3Box span{display:inline-block;}
.indexc3Box i{ content: ""; background: #FFF; height: 2px; width: .4rem; margin-left:-.2rem; position: absolute; left: 50%; top: 0px; }
.index3_ani{ height: 401px; width: 432px; position: absolute; left: 50%; top: 50%; transform:translate(-50%,-50%); z-index:4; opacity:0.5}
.index3_ani i{ display: block; width: 357px; height: 357px; background: url(../images/aniLine.png); position: absolute; top: 50%; left: 50%; opacity: 0; margin-top: -178px; margin-left: -178px; z-index:5;}
.index3_ani i:nth-of-type(1){animation: ani_1 2s linear infinite;}
.index3_ani i:nth-of-type(2){animation: ani_2 2s linear infinite;}
.index3_ani i:nth-of-type(3){animation: ani_3 2s linear infinite;}
.index3_ani i:nth-of-type(4){animation: ani_4 2s linear infinite;}
.index3_ani i:nth-of-type(5){animation: ani_5 2s linear infinite;}
.index3_ani i:nth-of-type(6){animation: ani_6 2s linear infinite;}
.index3_ani i:nth-of-type(7){animation: ani_7 2s linear infinite;}
.index3_ani i:nth-of-type(8){animation: ani_8 2s linear infinite;}
.index3_ani i:nth-of-type(9){animation: ani_9 2s linear infinite;}
.index3_ani i:nth-of-type(10){animation: ani_10 2s linear infinite;}
@keyframes ani_1{
	0%{transform: rotate(0deg) scale(1); opacity: 1;}
	40%{transform: rotate(180deg) scale(0.5);}
	100%{transform: rotate(360deg) scale(1); opacity: 1;}
}
@keyframes ani_2{
	0%{transform: rotate(0deg) scale(1); opacity: 1;}
	43%{transform: rotate(180deg) scale(0.5);}
	100%{transform: rotate(360deg) scale(1); opacity: 1;}
}
@keyframes ani_3{
	0%{transform: rotate(0deg) scale(1); opacity: 1;}
	46%{transform: rotate(180deg) scale(0.5);}
	100%{transform: rotate(360deg) scale(1); opacity: 1;}
}
@keyframes ani_4{
	0%{transform: rotate(0deg) scale(1); opacity: 1;}
	49%{transform: rotate(180deg) scale(0.5);}
	100%{transform: rotate(360deg) scale(1); opacity: 1;}
}
@keyframes ani_5{
	0%{transform: rotate(0deg) scale(1); opacity: 1;}
	52%{transform: rotate(180deg) scale(0.5);}
	100%{transform: rotate(360deg) scale(1); opacity: 1;}
}
@keyframes ani_6{
	0%{transform: rotate(0deg) scale(1); opacity: 1;}
	55%{transform: rotate(180deg) scale(0.5);}
	100%{transform: rotate(360deg) scale(1); opacity: 1;}
}
@keyframes ani_7{
	0%{transform: rotate(0deg) scale(1); opacity: 1;}
	58%{transform: rotate(180deg) scale(0.5);}
	100%{transform: rotate(360deg) scale(1); opacity: 1;}
}
@keyframes ani_8{
	0%{transform: rotate(0deg) scale(1); opacity: 1;}
	61%{transform: rotate(180deg) scale(0.5);}
	100%{transform: rotate(360deg) scale(1); opacity: 1;}
}
@keyframes ani_9{
	0%{transform: rotate(0deg) scale(1); opacity: 1;}
	64%{transform: rotate(180deg) scale(0.5);}
	100%{transform: rotate(360deg) scale(1); opacity: 1;}
}
@keyframes ani_10{
	0%{transform: rotate(0deg) scale(1); opacity: 1;}
	67%{transform: rotate(180deg) scale(0.5);}
	100%{transform: rotate(360deg) scale(1); opacity: 1;}
}


.index_c3imgAni2 {position:relative;}
.index_c3aniImgs{ width:100%; height:100%; position:absolute; left:0; top:0;}
.index_c3aniImgs img{ width:100%; height:auto; position:absolute; left:0; top:0; opacity:0; animation: ani2_img 12s linear infinite 0s;}
.index_c3aniImgs img:nth-child(1){animation-delay: 0s;}
.index_c3aniImgs img:nth-child(2){animation-delay: 4s;}
.index_c3aniImgs img:nth-child(3){animation-delay: 8s;}
@keyframes ani2_img{
	0%{transform:scale(0.5); opacity: 0;}
	/*16%{transform:scale(1); opacity: 1;}*/
	33%{transform:scale(1); opacity: 1;}
	50%{transform:scale(1.2); opacity: 0;}
	100%{transform:scale(1.2); opacity: 0;}
}


@media (max-width:1799px){
.index_section3 { height: 320px;}
/*.indexc3Box { font-size: 30px; line-height: 46px; padding-top: 12px; }
.indexc3Box i{ height: 1px; width: 30px; margin-left: -15px }*/
.index3_ani{ height: 300px; width: 332px;}
.index3_ani i{width: 280px; height: 280px; background: url(../images/aniLine.png); background-size:280px auto; position: absolute; margin-top: -140px; margin-left: -140px; z-index:5;}
}
@media (max-width:767px){
.index_section3{overflow:hidden; height:200px;}
.indexc3Box { font-size:22px; line-height: 58px; padding-top: 18px; }
.index3_ani{width:160px; height:160px;}
.index3_ani i{height:160px; width:160px; margin-top:-80px; margin-left:-80px; background-size:cover;}
.index_c3imgAni{width:800px; position:relative;}
.index_c3imgAni2{width:800px; position:relative;}
}


/*新闻资讯*/
/*焦点图*/
.newbg_left{width:830px;height:360px; overflow:hidden;}
#newbanner {width:830px;  position:relative; z-index:9;}

#newbanner .swiper-slide{ overflow:hidden;  position:relative; height:360px;}
/*分页器*/
#newbanner .swiper-pagination-bullet{width: 10px;height: 10px; display: inline-block; border-radius: 50%; background:rgba(255,255,255,0.36); transition: all .5s ease;-moz-transition: all .5s ease;-webkit-transition: all .5s ease;-o-transition: all .5s ease; opacity: 1.0;}
#newbanner .swiper-pagination-bullet-active{background:rgba(255,255,255,0.8);color: #fff;width: 33px;border-radius: 30px;opacity: 1.0;}
#newbanner .swiper-pagination{bottom:15px;}

/*banner右侧开始表单*/
.newbg_right{width:350px;height:360px;background:url(../images/im_bg_jsfwtd.png) no-repeat center; }
.new_table {display:block;width:350px;height:80px; margin-top:10px;}
.new_table h6{font-size: 25px;line-height: 80px;color: #ffffff;text-align: center;font-weight:normal;}
.new_table1{width:350px;}
.new_table1 li{width:350px;height:50px; margin-bottom:12px; position:relative;}
.new_table1 li input{border: none;line-height: 46px;width: 85%; height: 46px;border-radius: 3px;background: #ffffff;margin-left:26px; outline:none; padding-left:20px; box-sizing:border-box;}
.new_table1 #btn {border: none; outline:none;line-height: 46px;width: 85%; height: 46px; cursor:pointer;border-radius: 3px;background: -webkit-gradient(linear, left top, right top, from(#f7cd6e), to(#ff8f2c));padding-left:0px; color: #fff;margin-left:26px;font-size:18px;}
.new_table1 li img{position:absolute; right:30px; top:5px;}

/*新闻内容左边开始*/
.new_list{width:820px;}
.new_title{display:block; font-size: 22px;  font-weight: bold;margin:35px 0 50px 0;}
.new_title span{margin-right:25px;}
.new_title a{font-size:16px; font-weight:normal; border-radius:20px; padding:5px 15px; transition:0.3s all;}
.new_title a.currclass,.new_title a:hover{ background:#2e6ee1; color:#fff; }

.new_list1 li{height:180px;margin:20px 0; transition:0.3s all; border-bottom:solid 1px #e8e8e8;}
/*.new_list1 li:hover{box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);translate3d(0, -5px, 0);-webkit-transform: translate3d(0, -5px, 0);}*/
.new_list1 li .pic{width:260px;height:160px;float:left; overflow:hidden; background:#000;}
.new_list1 li .pic img{width:100%;  opacity:0.9;}
.new_list1 li .txt{width:540px; float:right;}
.new_list1 li .txt h3{display:block;font-size:18px;margin-top:12px; line-height:1.6em;}
.new_list1 li .txt p{height: 56px; line-height: 28px;color: #555;margin: 10px 0;display: block;overflow: hidden;}
.new_list1 li .txt .new_time{font-size: 13px;line-height: 28px;color: #888; }



/*新闻内容右边开始*/
.new_list2{width:345px;  margin-top:10px;}
.new_rmfw{height:30px;margin-top:30px;}
.new_rmfw span{display:block;width: 4px;height: 24px;background:#2e6ee1;float:left; margin-top:5px;}
.new_rmfw b{font-size: 23px;line-height: 30px;color: #333333;font-weight: bold;padding-left:15px;}
.rmfw_img { position: relative; width: 100%;height: 230px;border-radius: 3px;background-color: #000;top:20px; overflow:hidden;}
.rmfw_img img {position: relative;width: 100%;height: 100%; }
.wbox {width: 100%;height: auto;border-radius: 0;background-color: rgba(0, 0, 0, 0.6);position: absolute; bottom: 0;left: 0;}
.wbox p {font-size: 15px;line-height: 24px;color: #ffffff;padding: 10px 24px;}
.wbox p a {color: #ffffff;}
.wbox p  :hover {color:#30c8c6;}


/*时间线*/

.timeline {position: relative;width:350px;top:20px;}
.timeline li {position: relative;z-index: 1;height: 70px;padding-left: 45px;margin-top:15px;}
.timeline li .tit {font-size: 13px;line-height: 22px;color: #333333;margin-bottom: 8px;}
.sel {color: #30c8c6;text-decoration: underline;}
.timeline li p {font-size: 13px;line-height: 22px;color: #666666;}
.timeline li:before {content: '';width: 10px;height: 10px;border-radius: 50%;background-color: #ffffff;border: 3px solid #b4ebea;position: absolute;left: 12px;top: 2px;}
.timeline .line {width: 0;height: 76%;border-radius: 0;background-color: #ffffff;border: 1px dashed #b4ebea;position: absolute;left: 19px;top: 10px;}

/*正方形广告*/
.new_aa{width:100%; margin-top:50px; }
.new_aa img{width:100%; border-radius:4px;}


.tjwz li{height:88px;margin-top:20px;}
.tjwz_img{width:130px;height:88px;border-radius:0px;overflow:hidden;float:left; background:#000;}
.tjwz_img img{max-height:100%;min-width:100%; opacity:0.9; display:block;}
.tjwz b{display:block;width:198px;height:44px;float:right;font-size: 14px;line-height: 22px;color: #333333;font-weight:normal;margin-bottom:5px;margin-top:10px;}
.tjwz em{font-style:normal;font-size:13px;padding-left:20px;color:#666666;}






/* 联系我们 */
.lxfs li{width:23%;height:256px;border:1px #ddd solid;  box-sizing: border-box; border-radius:8px; transition:0.3s all;}
.lxfs p{text-align:center;}
.lxfs .lxfs_ico img{width:50px;height:50px;margin-top:50px;}
.lxfs .lxfs_bt {color:#000;font-size:16px;}
.lxfs .lxfs_txt {color:#3ea3f5;font-size:18px;padding:0px 10%;margin-top:-5px;line-height:28px;}
.lxfs li:hover{border:1px solid #3ea3f5; background:#F1F4FB;}


.liuyan{ background:#f0f5f9;}
.liuyan{padding: 50px 0px 50px; margin:80px 0;}
.liuyan .left{width:52%;}
.liuyan .right{width:40%; text-align:center; display:flex; justify-content:center;align-items:center;}
.liuyan .right img { border-radius: 50%;width: 360px;}

/*表单*/
.biaodan ul{display:flex; justify-content:space-between; flex-wrap:wrap;}
.biaodan li{font-size:.15rem; margin-bottom:.15rem; width:49%;}
.biaodan input{padding:.2rem;width:100%; box-sizing:border-box; border: 1px solid rgba(0,0,0,.2); border-radius: 5px; font-size:.16rem;}
.biaodan textarea{padding:.2rem;width:100%; box-sizing:border-box;border: 1px solid rgba(0,0,0,.2); height:125px; border-radius: 5px; font-size:.16rem; font-family:"微软雅黑";}
.biaodan .form-group {width:100%;}
.biaodan .form-group input{width:49%; margin-right:1%;  margin-bottom:.2rem;}

.biaodan li input[type=text]:focus,.biaodan li textarea:focus{border:solid 1px #FEB97F;}


.biaodan .submit{ border:none; font-size:.2rem; cursor:pointer; text-align:center; color:#fff; background:#146bbb; border-radius: 5px; transition:0.3s all; width:100%; height:.6rem; line-height:.6rem;}
.biaodan .submit:hover{ background:#E60012; color:#fff; text-decoration:none;}




/*内页*/
.page_box{display: flex;justify-content: space-between; margin-top:.8rem;}
.page_box .page_side{width:25%; min-height:5rem; position:relative;}
.page_box .main_box{width:75%;}

.page_box .page_side h2{font-size:.36rem; font-weight:normal; color:#000;}
.page_box .page_side span{ width:2px; display:inline-block; position:absolute; left:5px;}
.page_box .page_side span.line1{height:.35rem; background:#0062B0; top:.7rem;}
.page_box .page_side span.line2{height:1rem; background:#ccc; top:1.1rem;}
.page_box .page_side em{ position:absolute; left:16px; top:2.2rem; font-size:16px;color: rgba(0,0,0,0.3); font-weight:500; font-style:normal;text-transform: uppercase;letter-spacing: .03rem;transform: rotate(90deg);
	transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    -o-transform-origin: left top;
    -webkit-transform-origin: left top;
}


/*弹窗*/
.tc{transition:all ease 300ms;position: fixed;width: 100%;height: 100%;top: 0;left: 0;z-index: 99999;}
.tc{ pointer-events: none;  filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0;transform:scale(1.1);}
.tc.act{ filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1;  pointer-events: auto;transform:scale(1);}
.tc-bg {height: 100%;background: rgba(0,0,0,.8);position: absolute;top: 0;left: 0;width: 100%;z-index: 0;}

.buy_form{width:10rem; height:7rem; padding:.5rem .8rem; background:#fff; box-sizing:border-box; position:absolute; top:0; left:0; right:0; bottom:0; z-index:2; margin:auto;}
.buy_form .close{position:absolute; top:40px; right:40px; cursor:pointer;}

.buy_form .tit{font-size:.4rem; color:#000; margin-bottom:.1rem}
.buy_form .info{ line-height:2em; font-size:.16rem; color:#888; border-bottom:solid 1px #ddd; height:.5rem; margin-bottom:.35rem;}

.buy_form ul{display:flex; justify-content:space-between; flex-wrap:wrap;}
.buy_form li{font-size:.15rem; margin-bottom:.15rem; width:49%;}

.buy_form input{padding:.2rem;width:100%; box-sizing:border-box;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 2px; font-size:.16rem;
}
.buy_form textarea{padding:.2rem;width:100%; box-sizing:border-box;border: 1px solid rgba(0,0,0,.1); height:125px; border-radius: 2px; font-size:.16rem; font-family:"微软雅黑";}
.buy_form .form-group {width:100%;}
.buy_form .form-group input{width:49%; margin-right:1%;  margin-bottom:.2rem;}

.buy_form .submit{ border:none; font-size:.2rem; cursor:pointer; text-align:center; color:#fff; background:#E60012; border-radius: 2px; transition:0.3s all; width:100%; height:.6rem; line-height:.6rem;}
.buy_form .submit:hover{ background:#E60012; color:#fff; text-decoration:none;}




/*分页*/
.search-pagination{text-align:center; margin:50px 0 0px 0;}
.pagination li {display: inline-block;margin:0 3px;background: #e8e8e8;transition: 0.3s;/*box-shadow: 2px 2px 20px rgba(0,0,0,.05);*/ font-family:"tt_1";}
.pagination li a{display: inline-block;font-size: 18px;width: 52px;height: 52px;line-height: 52px;color: #555;box-sizing: border-box; transition:0.3s all;}
.pagination li.active a,.pagination li a:hover{color: #fff !important;background-color:#2e6ee1;}

/*show*/
.page_show{display: flex;justify-content: space-between; }
.page_show .show_side{width:300px; min-height:5rem; position:relative;}
.page_show .show_box{width:calc(100% - 360px); background:#fff; padding:.5rem .5rem; box-sizing:border-box;}

/*文章标题*/
.title_txt {font-size:.3rem;line-height:1.8em; font-weight:bold;}
.art_info{line-height:.5rem; font-size:14px; margin-bottom:.2rem; color:#888; border-bottom: solid 1px #e8e8e8; position:relative;}
.art_info span{margin-right:.2rem;}

/*分享按钮*/
.shart_box{ display:inline-block; position:absolute; right:0; top:5px;}
#j_shart_s_24 .bds_count{ font-size:.13rem;}
#j_shart_s_24{ padding-left:60px; position:relative;}
#j_shart_s_24 strong{display:block;position:absolute;left:0;z-index:2;line-height:36px;font-size:12px;color: #a3a0a9;font-weight: normal;}
#j_shart_s_24 .bds_qzone{background:url(../images/j_shart.png) center -224px no-repeat}
#j_shart_s_24 .bds_tsina{background:url(../images/j_shart.png) center -311px no-repeat}
#j_shart_s_24 .bds_tqq{background:url(../images/j_shart.png) center -195px no-repeat}
#j_shart_s_24 .bds_renren{background:url(../images/j_shart.png) center -340px no-repeat}
#j_shart_s_24 .bds_weixin{background:url(../images/j_shart.png) center -253px no-repeat}
#j_shart_s_24 .bds_sqq{background:url(../images/j_shart.png) center -79px no-repeat}
#j_shart_s_24 .bds_fbook{background:url(../images/j_shart.png) center -166px no-repeat}
#j_shart_s_24 .bds_twi{background:url(../images/j_shart.png) center -137px no-repeat}
#j_shart_s_24 .bds_linkedin{background:url(../images/j_shart.png) center -108px no-repeat}
#j_shart_s_24 .bds_tieba{background:url(../images/j_shart.png) center -253px no-repeat}
#j_shart_s_24 .bds_huaban{background:url(../images/j_shart.png) center -253px no-repeat}
#j_shart_s_24 .bds_douban{background:url(../images/j_shart.png) center -253px no-repeat}
#j_shart_s_24 .bds_copy{background:url(../images/j_shart.png) center -253px no-repeat}
#j_shart_s_24 .bds_print{background:url(../images/j_shart.png) center -253px no-repeat}
#j_shart_s_24 .bds_mshare{background:url(../images/j_shart.png) center -253px no-repeat}
#j_shart_s_24 .bds_count{font-size:12px}


/*正文*/
#art_box { font-size:.16rem; text-align:justify;}
#art_box p {line-height:2em;margin-bottom:.2rem; }
#art_box p img{ max-width:100%;}
#art_box a{color:#0000FF;}
#art_box table{ border:1px solid #eff3f8; border-collapse:collapse;   font-size:14px; line-height:24px;text-align:center;}
#art_box table tr:nth-child(1){ font-size:14px; background:#eff3f8; font-weight:bold;}
#art_box table td{padding:5px 10px; border:1px solid #D5DFEC;}
#art_box table td:nth-child(2){text-align:left;}


/*返回*/
.Back{ text-align: center; }
.Back a{ background: url(../images/back.png) no-repeat center top; text-align: center; display: inline-block; margin: 0px auto; height: 90px; width: 176px; font-size: 14px; line-height: 24px; padding-top: 75px; color: #FFF; transition:0.3s all;}
.Back a:hover{transform:translateY(-10px); color:#fff;}

/*上一篇下一篇*/
.ctrl{margin-top:25px; display: flex;justify-content: space-between; background-color: #e7e7e7;}
.ctrl a { display:inline-block; line-height:76px; width:47%;  box-sizing: border-box; transition: 0.3s; overflow: hidden; text-overflow:ellipsis;white-space: nowrap;}
.ctrl a:first-child{padding-left:25px;}
.ctrl a:last-child{padding-right:25px;}




/*内容右侧*/
.page_show .show_side .con{}
.page_show .show_side .con h2{font-size:.22rem; font-weight:normal; margin-bottom: .2rem;}

.page_show .show_side .serch{ position:relative;}
.page_show .show_side .serch input{ outline:none;}
.page_show .show_side .serch input[name=keyword]{ border:solid 0px #e8e8e8; background:#fff; width:80%; height:.6rem; font-size:.16rem; padding:0 20px; box-sizing:border-box;}
.page_show .show_side .serch input[type=submit]{ position:absolute; cursor:pointer; right:0; top:0; height:.6rem; width:20%;border:0; background: url(../images/icon-hsrch.png) no-repeat center #E60012;}

.page_show .show_side .swiper-container{ position:relative;}
.page_show .show_side .button-next{ float:right; outline:none;color: #7e7e7e;cursor:pointer;margin-top:5px;}

.page_show .show_side .swiper-container li a { display: block; width:100%; overflow: hidden; margin-bottom:.2rem;padding-bottom:.2rem; border-bottom:dotted 1px #ccc; }	
.page_show .show_side .swiper-container li a .time { font-size: .14rem;  color:#666; font-family:roboto_l;  margin-top:.1rem; margin-bottom:.05rem;}
.page_show .show_side .swiper-container li a .time i{font-size:.12rem; margin-right:.05rem;}
.page_show .show_side .swiper-container li a h4 { font-size:.17rem; font-weight:normal; line-height:2em; }


/*相关阅读*/
.xg_art{}
.xg_art h5{font-size:20px; margin:.5rem 0 .25rem 0; position:relative; padding-left:15px;}
.xg_art h5:after {width:4px;height:18px; 
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    background:#2e6ee1;
}
.xg_art ul li{ width:47%; line-height:2.6; font-size:15px; background:url(../images/dian1.png) no-repeat left center; padding-left:15px; box-sizing:border-box;}


/*系统表单样式*/
.portlet-body{ background:#f8f8f8; border-radius:5px;}
.portlet-body .form-group{margin-bottom:10px;}
.portlet-body .form-horizontal{ padding:50px 80px;}
.portlet-body .form-horizontal input{border:solid 1px #ccc; border-radius:5px; height:36px; line-height:36px; font-size:15px; color:#666; padding:0 10px; margin-top:5px; box-sizing:border-box; outline:none;}
.portlet-body .form-horizontal textarea{border:solid 1px #ccc; border-radius:5px; line-height:36px; font-size:15px; color:#666; padding:0 10px; margin-top:5px; box-sizing:border-box; outline:none;}
.portlet-body .form-horizontal .btn{width:128px; height:40px; line-height:40px; background:#0085c3; color:#fff; border:none; border-radius:5px; cursor:pointer; outline:none; transition:0.3s all;}
.portlet-body .form-horizontal .btn:hover{ background:#f60; color:#fff; text-decoration:none;}



/*404*/
.page_msg {padding: 50px;}
.page_msg h5 { line-height: 60px;border-bottom: 1px solid #ddd;margin-bottom: 10px; font-size:25px; text-align:center;}
.page_msg_con {color: #999; line-height:40px; text-align:center;padding: 25px 0;}
.page_msg_con i {font-size:100px;color: #ddd; margin-bottom:10px;}



/*搜索页面*/
.border_box{ background:#fff; /*box-shadow: 2px 2px 20px rgba(0,0,0,.05);*/padding: 60px 80px; box-sizing:border-box;}

.portlet-title{ height:50px; line-height:50px; border-bottom: 1px solid #eee; display: flex;justify-content: space-between; margin:20px 0;}
.portlet-title h5{font-size:18px; position:relative; float:left; padding:0 5px;}
.portlet-title h5:after{content: "";position: absolute;width:100%; height: 2px;left: 0;bottom: -1px;background:#2e6ee1;}


.serch_n{ padding: 0px 280px; position:relative; margin-bottom:15px;}
.serch_n input{width:100%; padding:10px 20px; font-size:16px; outline:none; background:#f8f8f8; box-sizing:border-box; height:52px; line-height:52px; border:solid 1px #ddd;}
.serch_n .btn{ position:absolute; right:158px; top:0px;}
.serch_n .btn button{ width:125px; height:52px; border:0; cursor:pointer; outline:none; padding-left:40px; font-size:18px; color:#fff; background: url('../images/icon-hsrch.png') no-repeat 30px center #2e6ee1; background-size:20px auto;}


/*==========文章列表===============*/
.art_list{}
.art_list li{font-size:16px; padding-left:15px; line-height:38px;  background:url(../images/dian.png) no-repeat left 15px;overflow: hidden; text-overflow: ellipsis;white-space: nowrap;}
.art_list li:nth-child(5n){border-bottom:dotted 1px #ccc; margin-bottom:20px; padding-bottom:20px;} 
.art_list li span{color:#888; float:right; font-size:14px;}













/*==========查看更多通用===============*/
.lookmore{ text-align:center; margin:.4rem auto;}
.lookmore a{display:inline-block;border: #ddd 2px solid; border-radius:.5rem;width:2.2rem; font-size:.16rem; line-height:.45rem; color: #333; background:#fff; position:relative;overflow:hidden; transition:0.5s all;}
.lookmore a span{ position:relative; z-index:10}
.lookmore a:hover{color:#fff;border:#E60012 2px solid;background: #E60012; transition-delay:0.36s}
@-webkit-keyframes criss-cross-left {
0% {
left: -20px;
}
50% {
left: 50%;
width: 20px;
height: 20px;
}
100% {
left: 50%;
width: 375px;
height: 375px;
}
}
@keyframes criss-cross-left {
0% {
left: -20px;
}
50% {
left: 50%;
width: 20px;
height: 20px;
}
100% {
left: 50%;
width: 375px;
height: 375px;
}
}
@-webkit-keyframes criss-cross-right {
0% {
right: -20px;
}
50% {
right: 50%;
width: 20px;
height: 20px;
}
100% {
right: 50%;
width: 375px;
height: 375px;
}
}
@keyframes criss-cross-right {
0% {
right: -20px;
}
50% {
right: 50%;
width: 20px;
height: 20px;
}
100% {
right: 50%;
width: 375px;
height: 375px;
}
}

.btn-11 {position: relative;color: #E60012;}
.btn-11:before, .btn-11:after {position: absolute;top: 50%;content: '';width: 20px;height: 20px;background: #E60012;border-radius: 50%;}
.btn-11:before {left: -20px;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);/*     animation: criss-cross-left 0.8s reverse; */}
.btn-11:after {right: -20px;-webkit-transform: translate(50%, -50%);transform: translate(50%, -50%);/*     animation: criss-cross-right 0.8s reverse; */}
.btn-11:hover:before, .btn-11:hover:after {/*       @include size($btn-width); */}
.btn-11:hover:before {-webkit-animation: criss-cross-left 0.8s both;animation: criss-cross-left 0.8s both;}
.btn-11:hover:after {-webkit-animation: criss-cross-right 0.8s both;animation: criss-cross-right 0.8s both;}


/*向上*/
.cd-top {
  display: inline-block;
  height: .52rem;
  width: .52rem;
  position: fixed; z-index:99999;
  bottom: 40px;
  right: 5px;border-radius: 50%;
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.2) 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: #E60012;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 10px;
    bottom: 50px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    right: 5px;
    bottom: 50px;
  }
}
.cd-top:hover{background-color:#E60012;transition: all 0.3s ease 0s;}


/*右侧浮动*/
.circle {width: 80px;height: 80px; position: fixed;bottom: 105px;right: 0;z-index:999;text-align:center;line-height: 80px;color:#3f897c;font-size:30px;}
.circle span {width: 100%;height: 100%;position: absolute;top: 0;left: 0;border-radius: 50%;background-color: rgb(194, 14, 47);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-animation: circleScale 3s linear infinite;
  -moz-animation: circleScale 3s linear infinite;
  -ms-animation: circleScale 3s linear infinite;
  animation: circleScale 3s linear infinite;
}
.circle span:nth-of-type(2) {animation-delay: 1s;}
.circle span:nth-of-type(3) {animation-delay: 2s;}
@keyframes circleScale {
  0% {
    opacity: 1;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes circleScale1 {
  0% {
    opacity: 1;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(3);
    -moz-transform: scale(3);
    -ms-transform: scale(3);
    transform: scale(3);
  }
}
.circle a{cursor:pointer;position:relative;background: #d90024;width: 50px;height: 50px;display: inline-block;border-radius: 50%;vertical-align: middle;margin-top: -4px;line-height: 47px;}
.anniu .circle a{ background:#f08200}
.anniu .circle span{ background:rgba(240,130,0)}
.anniu .circle {bottom: 40px;}
.circle a .kuang{ display:none; position:absolute; right:75px; top:0; width:150px; height:60px; line-height:60px; font-size:16px; color:#333; background:#fff; border-radius:10px; box-shadow:3px 1px 5px rgba(0,0,0,0.15)}
.circle a .kuang:before{ content:""; position:absolute; right:-10px; top:50%; margin-top:-10px; border-top:transparent 10px solid; border-bottom:transparent 10px solid; border-left:#fff 10px solid}
