/*************公用头部*****************/
header{
    width: 100%;
    height: 100px;
    background-color: #ffffff;
}
.header-box{
    max-width: 1200px;
    margin: 0 auto;
}
header .logo{
    width: 193px;
    margin-right: 45px;
}
header .logo img{
    padding: 27px 0;
    object-fit: contain;
    vertical-align: middle;
}
header .menu-list{
    margin: 0;
    padding: 0;
}
header .menu-list li{
    float: left;    
    margin: 0 30px;
    text-align: center;   
}
header .menu-list li a{
    display:inline-block;
    padding: 39px 0 38px;
    color: #666;
    font-size: 16px;
}
header .menu-list li.active{
    border-bottom: 2px solid #22a2dd;
}
header .header-menu-mb{
    display: none;
}
/*************banner*****************/
.banner{
    position:relative;
    height:250px;
    background-color: #252b3a;
    color: #fff;
}
.banner .banner-inner {
    position: absolute;
    width:100%;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    font-size: 24px;
    line-height: 30px;
}
.banner .banner-title{
    font-size: 40px;
    line-height: 52px;
}
.banner .banner-text{
    font-size: 14px;
    padding-top: 10px;
}
.content-wrap{
    min-height: 700px;
}
/*************公用底部*****************/
footer{
    width: 100%;
    background-color: #f3f3f3;
}
footer .about{
    padding-top:52px;
    min-height: 182px;
    border-bottom: solid 1px #e9eaee;
}
footer .service{
    padding-left:8px;
    width:232px;
    border-right:1px solid #e9eaee;
}
footer .follow{
    margin-top:20px;    
}
footer .service .text{
    color: #696d77;    
    margin-bottom:8px;
}
footer .service .tel{
    height:20px;
    line-height: 20px;
}
footer .follow .wechat{
    margin-left:10px;
}
footer .follow-box .icon_sina{
    width:32px;
    height:32px;
    background: url('../images/icon/icon_sina.png');
    background-size:cover;
}
footer .follow-box .icon_wechat{
    width:32px;
    height:32px;
    background: url('../images/icon/icon_wechat.png');
    background-size:cover;
}
footer .follow-box .sina:hover .icon_sina{
    background: url('../images/icon/icon_sina_active.png');
    background-size:cover;
}
footer .follow-box .wechat:hover .icon_wechat{
    background: url('../images/icon/icon_wechat_active.png');
    background-size:cover;
}
footer .follow-box{
    position: relative;
}
footer .follow .follow-qr {
    display: none;
    position: absolute;
    left: 0;
    bottom: 100%;
    width: 140px;
    height: 152px;
    margin-bottom: 8px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.05);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.05);
    border-radius: 2px 2px 2px 0;
}
footer .follow-qr:before {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    border-bottom: 0;
    border-left: 3px solid transparent;
    border-color: #fff transparent currentcolor;
    border-right: 3px solid transparent;
    border-top: 3px solid #fff;
}
footer .follow-qr.qr-sina:before {
    left: 17px;
    margin-left: -3px;
}
footer .follow-qr.qr-wechat:before {
    left: 50%;
    margin-left: -12px;
}
footer .follow-qr span {
    display: block;
    width: 120px;
    height: 120px;
    margin:10px 10px 0;
    background-size: cover;
}
footer .follow-qr p {
    font-size: 12px;
    line-height: 18px;
    color: #252b3a;
    text-align: center;
}
footer .follow-qr.qr-sina span {
    background-image: url('../images/icon/qrcode_sina.png');
}
footer .follow-qr.qr-wechat span {
    background-image: url('../images/icon/qrcode_wechat.jpg');
}
footer .follow-box .sina:hover .qr-sina{
    display: block;
}
footer .follow-box .wechat:hover .qr-wechat{
    display: block;
}

footer .links{
    width: calc(100% - 242px);
    padding-left:54px;
    box-sizing: border-box;
}
footer .links li{
    float:left;
    width:20%;
    padding-left:30px;
    box-sizing: border-box;
}
footer .links .title{
    color: #222837;
    min-height:50px;
}
footer .links p{
    margin-bottom:13px;
}
footer .links a{
    color: #646873;
}
footer .links a:hover{ 
    color: #22a2dd;
}
footer .rights{
    padding-top:26px;
    height:66px;
    color: #646873;
}
footer .domain-rights{
	text-align:center;
}
footer .domain-rights span,
footer .domain-rights a{
    margin-right: 7px;
}
footer .rights a{
    color: #646873;
}
footer .rights .police{    
    font-size:12px;
    margin-top:7px;
}
footer .rights .icon{
    margin-right:8px;
    display: inline-block;
    vertical-align: middle;
    width:18px;
    height:18px;
}
footer .icon-police1{
    background: url('../images/icon/icon_police1.png');
}
footer .icon-police2{
    background: url('../images/icon/icon_police2.png');
}
footer .org{
    margin-left:125px;
}
footer .law span{
    margin:0 10px;
}
.wx-pop-wrapper,
.show-mb{
    display:none;
}
/*************新闻列表*****************/
.content-title{
    padding:56px 0 30px;
    font-size: 24px;
    color: #222837;
}
.news-list li{
    position: relative;
    border-bottom: solid 1px #e9eaee;
}
.news-list .news-date{
    position:absolute;
    top:50%;
    margin-top:-26px;
    height:52px;
    padding-left:8px;
    padding-right:46px;
}
.news-list .news-date::after {
    content: "";
    width: 1px;
    height: 75px;
    background: #e9eaee;
    position: absolute;
    top: -12px;
    right:0;
}
.news-list .news-date .text-lg{
    font-size:40px;
    font-weight:bold;
    line-height:52px;
}
.news-list .news-date .text-sm{
    font-size:16px;
    margin:6px 0 6px 5px;
}
.news-list .news-date .text-sm div{
    height:20px;
    line-height: 20px;
}
.news-list .news-date-mb{
    display: none;
}
.news-list .news-box{
    width:calc(100% - 180px);
    margin:28px 12px 28px 50px;    
    line-height: 24px;
}
.news-list .news-box h5:hover{
    color: #21a3de;
}
.news-list .news-box .news-desc{
    margin-top:15px;
    color: #585e6d;
}
/*************分页导航条*****************/
.page-pilot{
    display: inline-block;
    margin:30px auto 63px;
    height:24px;
    line-height: 24px;
    color: #636363;
}
.pagination{
    margin:0 16px;
}
.pagination .pagination-goto-first,
.pagination .pagination-goto-prev,
.pagination .pagination-goto-next,
.pagination .pagination-goto-last,
.pagination .pagination-goto-mb{
    display: none;
}
.page-pilot .goto-page input{
    width: 30px;
    padding:0 3px;
    height: 22px;
    border: solid 1px #e3e3e3;
    outline: none;
    text-align: center;
}
.page-pilot .goto-page input:focus {
    border-color: #666;
    color: #666;
}
.page-pilot .goto-page button{
    font-size:14px;
    margin-left:10px;
    width: 40px;
    height: 24px;
    background: #fff;
    border: solid 1px #e3e3e3;
    outline: none;
    cursor:pointer;
}
.page-pilot .goto-page button:hover {
    border-color: #22a2dd;
    color: #22a2dd;
}
ul.simple-pagination {
    list-style: none;
}
.simple-pagination {
    display: block;
    overflow: hidden;
    padding: 0 5px 5px 0;
    margin: 0;
}
.simple-pagination ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.simple-pagination li {
    list-style: none;
    padding: 0;
    margin: 0;
    float: left;
}
span.ellipse.clickable {
    cursor: pointer;
}
.ellipse input {
    width: 3em;
}
.compact-theme span {
    cursor:pointer;
}
.compact-theme a, .compact-theme span {
    float:left;
    line-height:24px;
    text-align: center;
    margin-right:12px;
    min-width: 14px;
    color: #636363;
}
.compact-theme a:hover, .compact-theme li:not(.disabled):not(.active) span:hover {
    text-decoration: none;
    background: #fafbfb;
    color: #22a2dd;
}
.compact-theme li:first-child a, .compact-theme li:first-child span,
.compact-theme li:last-child a, .compact-theme li:last-child span {
    width:29px;
    background: #fafbfb;
}
.compact-theme .current {
    background: #fafbfb;
    color: #22a2dd;
    cursor: default;
}
.compact-theme .ellipse {
    padding: 0 10px;
    cursor: default;
}
/*************新闻详情*****************/
/*面包屑导航*/
.breadcrumb-mb{
    display: none;
}
.breadcrumb{
    padding: 30px 0 20px;
}
.breadcrumb a{
    color: #666A75;
}
.breadcrumb>li{
    display: inline-block;
    color: #252B3A;
}
.breadcrumb>li span{
    padding: 0 5px;    
    font-weight: 290;
}
.news-detail{
    padding:46px 152px 56px;
}
.news-detail .title{
    font-size: 28px;
    line-height: 40px;
    color: #333;
    font-weight:normal;
}
.news-detail .date{
    margin-top:25px;
    font-size: 12px;
    color: #969696;
}
.news-detail .icon-clock{
    display: inline-block;
    vertical-align: middle;
    margin-right:9px;
    width:18px;
    height:17px;
    background: url('../images/icon/icon_clock.png');
}
.news-content{    
    padding-bottom:70px;
    margin-bottom:23px;
    border-bottom:solid 1px #e9eaee;;
}
.news-content p{
    margin-top:32px;
    font-size: 16px;
    line-height: 32px;
    color: #686d73;
}
.news-detail .next,
.news-detail .prev,
.news-detail .next a,
.news-detail .prev a{
    font-size: 16px;
    line-height: 32px;
    color: #333;
}
/*************客户案例*****************/
.banner-case{
	background: url('../images/banner/bg_banner.png') no-repeat center center;
	background-size:cover;
}
.case-wrap{
	background: #fafafa;	
    padding-bottom:84px;
}
.case-wrap .tab-list{
    border-bottom: solid 1px #e9eaee;
}
.case-wrap .tab-list li{
    display: inline-block;
}
.case-wrap .tab-list li:first-child{
    margin-left:0;
}
.case-wrap .tab-list li{    
    margin-left:170px;
}
.case-wrap .tab-list li a{
    position:relative;
    display: inline-block;
    padding:18px 0;
    font-size: 18px;
    color: #222837;
}
.case-wrap .tab-list li a:hover {
    color: #22a2dd;
}
.case-wrap .tab-list li a:after {
    background: #22a2dd;
    bottom: 0;
    content: "";
    height: 3px;
    left: 50%;
    position: absolute;
    width: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: width 0.25s ease;
    transition: width 0.3s ease;
}
.case-wrap .tab-list li.active a{
    font-weight: bold;
}
.case-wrap .tab-list li.active a:after{
    width:100%;
}
.case-wrap .tab-con{
    margin-top:25px;
    min-height: 388px;
}
.case-wrap .tab-con-box{
	display: none;
}
.case-wrap .tab-con-box.active{
	display: block;
}
.case-wrap .tab-con-box ul{
    margin:0 -6px;
}
.case-wrap .tab-con-box li{
    float:left;
    width:25%;
    padding:0 6px;
    box-sizing: border-box; 
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.case-wrap .case-box{
    text-align: center;
    padding:36px 24px 0;
    min-height: 352px;
    background-color: #fff;
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.08);
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
.case-wrap .case-box .logo{
    opacity:1;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width:240px;
    height: 80px;
}
.case-wrap .case-box .logo img{
	max-width: 100%;
	max-height: 80px;
    transition: opacity 0.5s ease-in-out 0s;
}
.case-wrap .case-box .name{
    position: relative;
    margin-top:40px;
    font-weight:bold;
    font-size: 18px;
    color: #222837;
}
.case-wrap .case-box .name:after{
    content: "";
    width: 40px;
    height: 3px;
    background-color: #b4b6be;
    position: absolute;
    left:50%;
    margin-left:-20px;
    bottom:-17px;
}
.case-wrap .case-box .intro{
    text-align: left;
    margin-top:35px;
    line-height: 24px;
    color: #575d6c;
    /* 多行文字溢出 */
    text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	line-clamp: 5;
	-webkit-box-orient: vertical;
}
.case-wrap .case-box a{
    opacity:0;
    padding:8px 26px;
    margin:20px auto 0;
    font-size: 12px;
    color: #fff;
    background-color: #22a2dd;       
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
.case-wrap .case-box,
.case-wrap .case-box .logo,
.case-wrap .case-box a,
.case-wrap .case-box .name{
    transition:all 0.2s;
}
.case-wrap .case-box:hover{
    box-shadow: 0 2px 10px 0 rgba(128, 132, 145, 0.2);
    -webkit-box-shadow: 0 2px 10px 0 rgba(128, 132, 145, 0.2);
    -moz-box-shadow: 0 2px 10px 0 rgba(128, 132, 145, 0.2);
}
.case-wrap .case-box:hover .logo{
	opacity: 0;
    visibility: hidden;
}
.case-wrap .case-box:hover a{
    opacity: 1;
}
.case-wrap .case-box:hover .logo,
.case-wrap .case-box:hover .name,
.case-wrap .case-box:hover .intro,
.case-wrap .case-box:hover a{ 
    transform: translate(0, -80px);
}
.case-wrap .case-box:hover .name:after{
    width:40px;
	background-color: #22a2dd;
}
.case-wrap .case-box a:hover{
    box-shadow: 0px 9px 7px -5px rgba(9, 171, 246, 0.59);
    -webkit-box-shadow: 0px 9px 7px -5px rgba(9, 171, 246, 0.59);
    -moz-box-shadow: 0px 9px 7px -5px rgba(9, 171, 246, 0.59); 
}
.more-wrap{
	background: #f7f7f7;
}
.more-wrap .options{
	line-height: 34px;
}
.more-wrap .options p{
	width: 100px;
	color: #222837;
}
.more-wrap .options div{
	max-width: 1100px;
}
.more-wrap .options a{
	display: inline-block;
	margin-left:10px;
	margin-bottom:10px;
	padding:0 10px;
	color: #797b85;
	height: 32px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border: solid 1px #e1e1e1;
}
.more-wrap .options a.active,
.more-wrap .options a:hover{
	color:#fff;
	background-color: #59bdeb;
	border-color:#59bdeb;
}
.more-wrap .tab-con ul{
    margin:0 -6px;
}
.more-wrap .tab-con li{
    float:left;
    width:25%;
    min-height: 300px;
    margin-top:20px;
    padding:0 6px;
    box-sizing: border-box; 
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.more-wrap .case-box{
    position:relative;
    text-align: center;
    padding:0 40px 30px;
    min-height: 300px;
    background-color: #fff;
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.08);
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    box-sizing: border-box; 
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-top:solid 4px #fff;
    transition: all 0.3s;
}
.more-wrap .case-box:after{
    position: absolute;
    top: -4px;
    left:0;
    width: 0;
    height: 4px;
    background:#59bdeb;
    content:"";
    transition: all 0.5s;
}
.more-wrap .case-box:hover{
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
}
.more-wrap .case-box:hover:after{
    width:100%;
}
.more-wrap .logo{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width:210px;
    height: 110px;
}
.more-wrap .logo img{
	max-width: 100%;
	max-height: 110px;
}
.more-wrap .name{
	font-weight:bold;
    font-size: 16px;
    color: #222837;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.more-wrap .intro{
    text-align: left;
    margin-top:24px;
    line-height: 24px;
    color: #a4a6aa;
    /* 多行文字溢出 */
    text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	line-clamp: 4;
	-webkit-box-orient: vertical;
}

/*************案例详情css***************/
.banner-bg{
    background-image: url('../images/banner/bg_banner.png') no-repeat center center;
    background-color: none;
    background-size: cover;
}

.location-wrapper{
    color: #c0c1c5;
    font-size: 12px;
    margin: 20px 0;
}
.location-wrapper span a{
    color: #c0c1c5;
}
.location-wrapper span.active a{
    color: #110304;
}
.case-main-content{
    width: 1200px;
    margin:0 auto;
    position: relative;
    margin-bottom: 20px;
}
.case-main-content .nav-left{
    position:absolute;
    width:220px;
    height:100%;
    min-height:600px;
    background:#f7f7f7;
    padding:0 30px; 
}
.brand-logo-box{
    height:106px;
    border-bottom: 1px solid #ececec;
}
.brand-logo-box img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.company-msg{
    padding: 20px 0;
}
.company-profile{
    padding: 15px 0;
    line-height: 28px;

}
.company-name{
    font-size: 16px;
    color: #333;
}
.company-label{
    color: #a8a9af;
}
.company-bottom{
    margin-top: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ececec;
}
.company-contact{
    line-height: 28px
}
.case-content{
    position:relative;
    left:300px;
    width:890px;
    min-height:600px;
    background:#fff;
    padding: 20px 30px;
}
.case-desc-item{
    padding: 20px 0 30px 0;
    border-bottom: solid 1px #ececec;
    line-height: 22px;
}
.case-desc-item:last-child{
    border-bottom: none;
}
.case-desc-title{
    font-size: 18px;
    color: #2b3140;
    margin-bottom: 10px;
}
.case-desc{
    font-size: 14px;
    color:#686d73;
  
}
.case-desc p{
    margin-bottom: 20px;
}
.case-desc p:last-child{
    margin-bottom: 0;
}
/****************自由工作*****************/
.free-banner{
    background: url('../images/banner/bg_free_banner.png') no-repeat top center;
    background-color: none;
    background-size: 100%;
    height: 413px;
}
.data-box{
    height: 241px;
    margin-top: -115px;
    background: rgba(255,255,255,0.7);
    background: url('../images/banner/bg_data.png') no-repeat;
}
.data-box .data-item{
    width: 33.33%;
    text-align: center;
    float: left;

}
.data-box .data-num{
    font-weight: 700;
    font-size: 60px;
    height: 79px;
    line-height: 79px;
    padding-top: 30px;
    padding-bottom: 15px;
    position: relative;
}
.data-box .data-num:after{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 32px;
    height: 4px;
    background: #22a2dd;
    content:"";
}
.data-box .data-label{
    font-size: 18px;
    margin-top: 20px;
    color: #272d3c;
}
.free-word-profile{
    padding: 50px 0;
}
.profile-box .title,
.free-word-profile .title{ 
    font-size: 36px;
    text-align: center;
    line-height: 46px;
    font-weight: 400;
}
.free-word-profile .free-work-box{
    position: relative;
    margin-top: 30px;
}
.free-word-profile .free-work-img{
    width: 740px;
    height: 370px;
}
.free-word-profile .free-work-img img{
    width: 100%;
    height: 100%;
}
.free-word-profile .free-work-message{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 492px;
    min-height: 233px;
    padding: 50px 40px 40px;
    background: #ffffff;
    box-shadow: 0px 4px 24px rgba(0,0,0,0.1);
}
.free-word-profile .message-title{
    font-size: 22px;
    color: #252B3A;
    line-height: 28px;
    margin-bottom: 30px;
}
.free-word-profile .message-desc{
    font-size: 14px;
    color: #666A75;
    line-height: 22px;
    margin-bottom: 40px;
}
.free-word-profile .free-work-box .opt-btn{
    height: 40px;
    line-height: 40px;
    margin-top: 50px;
}
.free-word-profile .opt-btn .btn{
    width: 145px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 2px;
    background: #22a2dd;
    color: #fff;
    margin-right: 20px;
}
.free-word-profile .question-box{
    cursor: pointer;
}

.free-word-profile .opt-btn .btn a{
    color: #fff;
}
.free-word-profile .opt-btn .icon{
    width:16px;
    height:16px;
    vertical-align: middle;
}
.free-word-profile .opt-btn  span{
    color: #22a2dd;
}
.profile-item-box {
    background: #f4f9ff;
    padding: 30px;
}
.profile-item{
    width: 24%;
    height: 240px;
    overflow: hidden;
    border-radius: 2px;
    background: #fff;
    padding: 30px 0;
    margin-right: 10px;
}
.profile-item::last-child{
    margin-right: 0;
}
.item-img-box{
    width: 36px;
    height: 36px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.item-img-box img{
    width:100%;
    height:100%;
}
.profile-item-title{
    font-size: 18px;
    color: #252b3a;
    line-height: 22px;
    font-weight: 400;
    padding: 15px 0;
    text-align: center;
    position: relative;
}
.profile-item-text{
    color: #575d6c;
    line-height: 24px;
    padding: 0 30px;
    margin-top: 10px;
}
.profile-item-title:after{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 32px;
    height: 4px;
    background: #d8d8d8;
    content:"";
}
.free-table-box{
    margin:40px 0;
}
.free-table-box .role-box{
    height: 43px;
    line-height: 43px;
    padding: 0 15px;
    border: solid 1px #0074ff;
    background: #ecf5ff;
    margin: 30px 0 20px;
}
.free-table-box .role-box .icon{
    width: 22px;
    height: 22px;
    vertical-align: middle;
}
.free-table-box .role-head{
    width: 1201px;
    height: 60px;
    background: linear-gradient(90deg, #7AD7FF, #66A1FF);
}
.free-table-box .role-table{
    width:100%;
    overflow: hidden;
    border-collapse: collapse;
    background: #ffffff;
    box-shadow: 0px 3px12px3px rgba(0,0,0,0.1);
}
.free-table-box .role-table thead{
    width: 100%;
    background: linear-gradient(70deg, #7AD7FF, #66A1FF);
    background: -ms-linear-gradient(90deg, #7AD7FF, #66A1FF);
}
.free-table-box .role-table thead th{
    height: 42px;    
    padding-left: 40px;
    width: 30%;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    text-align: left;
    font-weight:normal;
}

.free-table-box .role-table tbody tr{
    border-bottom: solid 1px #e9eaee;
}
.free-table-box .role-table tbody td{
    text-align: left;
    color: #252B3A;
    font-size: 14px;
    line-height: 20px;
    height: 60px;
    line-height: 60px;
    padding-left: 40px;
}
.free-table-box .role-table tbody tr:hover{
    background: #f7fbff;
    box-shadow: 0px 2px 15px rgba(0,0,0,0.1);
}
.free-table-box .role-table tbody .role-name,
.free-table-box .role-name a{
    color: #23a2dd;
    display: block;
}
.free-table-box .role-con-mb{
    display: none;
}
/****************工作者详情页*****************/
.wroker-detail-banner{
    background: url('../images/banner/bg_wroker_banner.jpeg') no-repeat center center;
    background-color: none;
    background-size: cover;
    height: 250px;
}
.worker-detail-wrap{
    padding-bottom:42px;
}
.worker-detail-wrap .role-name{
    background: url('../images/banner/bg_role_banner.jpeg') no-repeat top center;
    background-size: cover; 
    padding:40px;
    border: solid 1px #e8e8e8;
    border-bottom:0;
}
.worker-detail-wrap .role-name h3{    
    color: #252B3A;
    font-size: 24px;
    line-height: 1.5;
    font-weight:normal;
}
.worker-detail-wrap .role-name P{
    margin-top:30px;
    color: #666A75;
    font-size: 14px;
    line-height: 1.5;
}
.worker-detail-wrap .role-name P span:last-child{
    margin-left:106px;
}
.worker-detail-wrap .role-detail{
    background: #fff;
    padding:45px 42px 36px;
    border: solid 1px #e8e8e8;
    border-top:0;
}
.worker-detail-wrap .role-detail .item-wrap{
    margin-bottom:40px;
}
.worker-detail-wrap .role-detail .item-title{
    position:relative;
    margin-bottom:35px;
    font-size: 14px;
    line-height: 22px;
    color: #252B3A;
}
.worker-detail-wrap .role-detail .item-title:after{
    content: "";
    width: 18px;
    height: 2px;
    background: #22a2dd;
    position: absolute;
    left:0;
    bottom:-15px;
}
.worker-detail-wrap .role-detail .item-con{
    margin-top:35px;
}
.worker-detail-wrap .role-detail .item-con p{    
    font-size: 10.5pt;
    color: #666A75;
    line-height: 22px;
}
.worker-detail-wrap .role-detail .btn{
    display: inline-block;
    background: #22a2dd;
    padding:0 30px;
    color: #fff;
    font-size: 16px;
    height:40px;
    line-height: 40px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
.worker-detail-wrap .role-detail .btn:hover {
    box-shadow: 0 8px 16px rgba(34, 162, 221, 0.5);
}
/****************关于芝开*****************/
.about-banner{
    background: url('../images/banner/bg_about_banner.jpeg') no-repeat center center;
    background-color: none;
    background-size: cover;
    height: 413px;
}

.wroker-detail-banner .banner-title,
.free-banner .banner-title,
.about-banner .banner-title{
    font-size: 48px;
    line-height: 60px;
}
.company-dev-wrap{
    height:510px;
    background: linear-gradient(270deg, #1C2944, #50688C);
}
.company-dev-wrap .company-dev-title{
    padding-top:70px;
    padding-bottom:100px;
    font-size: 36px;
    color:#fff;
    line-height: 46px;
    font-weight:400;
}
.company-dev-timeline{
    position:relative;
    max-width:1106px;    
    margin:0 auto;
}
.company-dev-timeline .dev-wrap{
    position:relative;
    width:25%;
    float:left;
}
.company-dev-timeline .dev-timeline{
    position:absolute;
    margin-top:73px;
    width: 100%;
    height: 2px;
    background: #cbcfd6;
}
.company-dev-timeline .dev-box{
    position:relative;
    top:0;
    left:27px;
    width:217px;
    color:#fff;
}
.company-dev-timeline .dev-detail{
    padding-bottom:84px;
}
.company-dev-timeline .dev-date{
    font-size: 20px;
    line-height: 30px;
    font-weight:bold;
}
.company-dev-timeline .dev-con{
    font-size: 16px;
    line-height: 24px;
}
.company-dev-timeline .circle-sm{
    display: inline-block;
    vertical-align: middle;
    margin-right:9px;
    width:6px;
    height:6px;
    border: solid 1px #fff;
    border-radius:50%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
}
.company-dev-timeline .dev-circle{
    position:relative;
    left:27px;
    top:-8px;
    width: 4px;
    height: 4px;
    border: solid 6px #c7000b;
    background: #d8d8d8;
    border-radius:50%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
}
.company-dev-timeline .btn-slide{
    width:47px;
    height:43px;
    position:absolute;
    top:73px;
    cursor:pointer;
    outline:none;
    color:#aab4ca;
    font-size:14px;
}
.company-dev-timeline .btn-prev{
    left:-46px;
    background: url('../images/icon/icon_prev.png') no-repeat;
    background-size:100%;
}
.company-dev-timeline .btn-next{
    right:-46px;
    background: url('../images/icon/icon_next.png') no-repeat;
    background-size:100%;
}
.company-dev-timeline .swiper-button-next.swiper-button-disabled,
.company-dev-timeline .swiper-button-prev.swiper-button-disabled{
    opacity: 1;
}
.company-dev-timeline .swiper-button-next:after,
.company-dev-timeline .swiper-button-prev:after{
    font-size:14px;
}
.field-wrap .wrap-title{
    margin-top:70px;
    color: #595758;
    font-size: 36px;
    line-height: 48px;
}
.field-wrap .wrap-desc{
    margin:25px auto 0;
    max-width: 860px;
    color: #595758;
    font-size: 18px;
    line-height: 31px;
}
.field-wrap .swiper-container{
    overflow:visible;
    height:465px;
    margin:48px 0 65px;
}
.field-wrap .swiper-slide{
    position:relative;
    margin-top:83px;
    width:300px;
    height:300px;
    color:#fff;
}
.field-wrap .field-box{
    position: absolute;
    width:100%;
    height:100%;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
    transition: all .5s ease;
}
.field-wrap .swiper-slide img{
    width:100%;
}
.field-wrap .swiper-slide .cover{
    display: none;
    position:absolute;
    left:0;
    top:0;
    opacity: 0.6953357;
    width: 100%;
    height:100%;
    background: linear-gradient(225deg, #8AD3FF, #7188FF);
}
.field-wrap .field-detail{
    display: none;
    position:absolute;
    left:0;
    top:0;
    margin:80px 44px 0;
}
.field-wrap .field-detail h2{
    font-size: 40px;
    line-height: 53px;
    margin-bottom:76px;
}
.field-wrap .field-detail p{
    font-size: 18px;
    font-weight: 290;
    line-height: 31px;
}
.field-wrap .swiper-slide .field-title{
    position:absolute;
    left:0;
    bottom:0;
    font-size: 26px;
    font-weight: 290;
    line-height: 35px;
    padding:0px 44px 40px;
}
.join-wrap{
    background: #fafafa;
    padding:75px;
}
.join-wrap img{
    width:188px;
    margin:0 55px 0 85px;
    vertical-align: middle;
}
.join-wrap p{
    max-width:870px;
    color: #595758;
    font-size: 20px;
    font-weight: 400;
    line-height: 34px;
}
.join-wrap .btn{
    display: inline-block;
    margin-top:20px;
    padding:0px 70px;
    color: #4f4d4e;
    font-size: 20px;
    height:50px;
    line-height: 50px;
    border-radius: 26px;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    border: solid 1px #6f6d6e;
}
.join-wrap .btn:hover {
    color: #fff;
    background: #22a2dd;
    border-color: #22a2dd;
}
/****************产品与服务*****************/
.banner-service{
    height:448px;
    background: url('../images/banner/bg_product_banner.png') no-repeat center center;
    background-size:cover;
}
.banner-service .banner-title{
    font-weight: 700;
}
.banner-service .banner-text{
    font-size: 24px;
    line-height: 30px;
    padding:12px 0;
}
.banner-service .banner-subtext{
    max-width: 565px;
    min-height: 72px;
    font-size:14px;
    color: #AEC5FF;
    line-height: 24px;
}
.banner-service .banner-btn{
    display: inline-block;
    padding:10px 45px;
    font-size: 14px;
    color: #FFF;
    border: 1px solid #FFF;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
.service-wrap{
    background: #fafafa;
}
.service-wrap .url-list{
    height:50px;
    background: #fff;
    box-shadow: 0 5px 7px 0 rgba(0,0,0,0.04);
}
.service-wrap .url-list.fixed{
    width:100%;
    position: fixed;
    top:0;
    z-index: 1000;
}
.service-wrap .url-list a{
    display: inline-block;
    margin-right:100px;
    padding: 16px 0;
    color: #272D3C;
}
.service-wrap .url-list a:last-child{
    margin-right:0;
}
.service-wrap .url-list a.active{
    position:relative;
    font-weight: bold;
}
.service-wrap .url-list a.active:after{
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 4px;
    left: 0;
    bottom: 0;
    background: #22A2DD;
}
.service-wrap .content-title{
    padding-bottom:0;
}
.service-wrap .content-subtitle{
    padding:16px 0 33px;
    color: #616775;
    font-size: 16px;
    line-height: 20px;
}
.service-wrap .content-subtitle span{
    color: #c70009;
}
/* 工商税收 */
.service-wrap .tab-box{
    margin-bottom:32px;
}
.service-wrap .tab-box ul{
    margin:0 -6px;
}
.service-wrap .tab-box li{
    float:left;
    width:33%;
    padding:0 6px;
    box-sizing: border-box; 
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.service-wrap .box-wrap{    
    box-shadow: 0 0 6px 0 rgba(0,0,0,0.08);
}
.service-wrap .box-top{
    position: relative;
    height:87px;
    background: url('../images/banner/bg_business.png') no-repeat center;
    background-size:cover;
    padding:12px 28px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.service-wrap .box-top .title{
    font-size: 24px;
    color: #232938;
    line-height: 30px;
    font-weight:normal;
}
.service-wrap .box-top .info{
    margin-top:6px;
    font-size: 14px;
    color: #4C5362;
}
.service-wrap .box-top .tips{
    position: absolute;
    right:24px;
    top:0;
    display: inline-block;
    width:40px;
    height:37px;
    color:#fff;
    text-align: center;
    line-height: 37px;
    background: url('../images/icon/icon_tips.png') no-repeat center;
    background-size:cover;
}
.service-wrap .box-bottom{
    padding:18px 24px 23px;
    background: #fff;
}
.service-wrap .box-bottom .con{
    color: #575D6C;
    font-size: 16px;
    line-height: 20px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.service-wrap .box-bottom .price{
    margin-top:22px;
    padding-top:24px;
    border-top: 1px solid #E9EAEE;
    color: #002300;
    line-height: 26px;
}
.service-wrap .box-bottom .price span{
    font-size: 20px;
    color: #C7000B;
    line-height: 26px;
}
.service-wrap .btn{
    display: inline-block;
    padding:8px 26px;
    font-size: 12px;
    color: #FFF;
    line-height: 16px;
    background: #22A2DD;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
.service-wrap .box-bottom .btn{
    margin-top:12px;
}
/* 设计服务 */
.service-wrap .design-box{
    background: #FFFFFF;
    padding:38px 55px 60px;
    margin-bottom:10px;
    box-shadow: 0 0 9px 0 rgba(0,0,0,0.08);
}
.service-wrap .design-box .img{    
    display: inline-block;
    width:100%;
    height:90px;
    line-height: 90px;
}
.service-wrap .design-box .img img{
    max-width:100%;
    max-height:90px;    
    vertical-align: middle;
}
.service-wrap .design-box .title{
    position: relative;
    font-size: 20px;
    color: #272D3C;
}
.service-wrap .design-box .title:after{
    position: absolute;
    content: '';
    width: 32px;
    height: 4px;
    background: #D8D8D8;
    bottom: -16px;
    left: 0;
    right: 0;
    margin: auto;
    transition: all 0.5s ease-in-out 0s;
}
.service-wrap .design-box:hover .title:after{
    width: 40px;
    background: #22A2DD;
}
.service-wrap .design-box .info{
    margin-top:33px;
    color: #575D6C;
    line-height: 24px;
    text-align: left;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.service-wrap .market-box{
    padding-bottom:20px;
}
.service-wrap .market-box ul{
    margin:0 -10px;
}
.service-wrap .market-box li{
    float:left;
    width:50%;
    padding:0 10px;
    box-sizing: border-box; 
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.service-wrap .market-detail{
    position: relative;
    margin-bottom:20px;
    padding:28px 43px;
    background: #FFFFFF;
    box-shadow: 0 0 6px 0 rgba(0,0,0,0.08);
}
.service-wrap .market-detail .title{
    font-size: 20px;
    color: #272D3C;
}
.service-wrap .market-detail .info{
    max-width: 477px;
    padding-top:8px;
    color: #575D6C;
    line-height: 24px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
}
.service-wrap .market-detail .btn{
    margin-top:23px;
}
.service-wrap .market-detail:after{
    content: "";
    position: absolute;
    right: 32px;
    top: 50%;
    width: 10px;
    height: 10px;
    color:#D6D6D6;
    border-right: 2px solid;
    border-bottom: 2px solid;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.service-wrap .market-detail:hover:after{
    color:#22A2DD;
}
.service-wrap .banner-safe{
    position:relative;
    margin-bottom:20px;
    height:184px;
    background: url('../images/banner/bg_safe.png') no-repeat center;
    background-size:cover;
}
.service-wrap .banner-safe .banner-inner {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translate(0, -50%);
    left: 46px;
    color: #fff;
}
.service-wrap .banner-safe .banner-title{
    font-size: 20px;
}
.service-wrap .banner-safe .banner-text{
    margin-top:2px;
    color: #D5D5D5;
    line-height: 24px;
}
.service-wrap .banner-safe .banner-btn{    
    display: inline-block;
    margin-top:17px;
    padding:7px 31px;
    color:#fff;
    border: 1px solid #FFFFFF;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
.service-wrap .btn:hover{
    box-shadow: 0px 9px 7px -5px rgba(9, 171, 246, 0.59);
    -webkit-box-shadow: 0px 9px 7px -5px rgba(9, 171, 246, 0.59);
    -moz-box-shadow: 0px 9px 7px -5px rgba(9, 171, 246, 0.59); 
}
.banner-service .banner-btn:hover,
.banner-safe .banner-btn:hover{
    background:#22A2DD;
    border-color:#22A2DD;
    color:#fff;
}
/****************首页*****************/
.swiper-index-banner{
    width:100%;
}
.banner-index{
    width:100%;
    height:530px;  
}
.banner-index.banner1{
    background: url('../images/banner/bg_index_banner1.png') no-repeat center center;
    background-size:cover;
}
.banner-index.banner3{
    background: url('../images/banner/bg_index_banner3.png') no-repeat center center;
    background-size:cover;
}
.swiper-slide-active.banner-index .banner-inner{
    opacity: 1;
    -webkit-transition: .8s .4s;
    transition: .8s .4s;
}
.banner-index .banner-inner{
    max-width: 70%;
    opacity: 0;     
    color:#232938;
}
.banner-index .banner-title{
    font-size:44px;
    line-height:53px;
}
.banner-index .banner-text{
    font-size: 18px;
    line-height: 30px;
}
.banner-index .banner-subtext{
    margin-top:14px;
    font-size:23px;
    line-height:28px;
}
.banner-index .banner-btn{
    display: inline-block;
    margin-top:45px;
    padding:10px 31px;
    font-size: 14px;
    line-height: 18px;
    color:#232938;
    border:1px solid #232938;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
.banner-index .text-white{
    color:#fff;
}
.banner-index .text-white .banner-btn{
    color:#fff;
    border-color:#fff;
}
.banner-index .banner-btn:hover{
    color:#22A2DD;
    border-color:#22A2DD;
}

.banner-index .banner-icon{
    position:absolute;
    top:50%;
    right:95px;
    -webkit-transform:translate(0, -50%);
    transform:translate(0, -50%);
}
.banner-index .banner-icon.icon2{
    top:151px;
    right:-43px;
    -webkit-transform:none;
    transform:none;
}
.banner-index .banner-icon img{
    opacity: 0;
    -webkit-transform: translate3d(100px,0,0);
    transform: translate3d(100px,0,0);
}
.swiper-slide-active.banner-index .banner-icon img{
    opacity: 1;
    -webkit-transition: 1s;
    transition: 1s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.index-wrap{
    background: #fafafa;
}
.index-wrap .tab-box{
    position: relative;
    margin:-50px -7px 0;
    z-index: 99;
}
.index-wrap .tab-box li{
    float:left;
    width:25%;
    padding:0 7px;
    box-sizing: border-box; 
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.index-wrap .tab-detail{
    height:100px;
    color:#232938;
    background:rgba(255,255,255,1);
    box-shadow:0px 7px 15px 4px rgba(0,0,0,0.04);
    -webkit-box-shadow:0px 7px 15px 4px rgba(0,0,0,0.04);
    -moz-box-shadow:0px 7px 15px 4px rgba(0,0,0,0.04);
}
.index-wrap .tab-detail:hover{
    box-shadow: 0 4px 20px 0 rgba(0,0,0,.2);
    -webkit-box-shadow: 0 4px 20px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 4px 20px 0 rgba(0,0,0,.2);
}
.index-wrap .tab-detail .img{
    height:100px;
    line-height: 100px;
    margin:0 10px;
}
.index-wrap .tab-detail .img img{
    max-width:40px;
    max-height:40px;
    vertical-align: middle;
}
.index-wrap .tab-detail .con{    
    padding-right:12px;
    width:calc(100% - 72px);
}
.index-wrap .tab-detail .title{
    margin-top:27px;
    font-size:16px;
    line-height:19px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.index-wrap .tab-detail .info{
    margin-top:6px;
    font-size:14px;
    line-height:20px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.index-wrap .service-box{
    margin-top:48px;
    color:#232938;
}
.index-wrap .service-box .title{
    font-weight: 300;
    font-size: 32px;
    line-height: 40px;
}
.index-wrap .service-list{
    margin:33px -7px 0;
}
.index-wrap .service-col{
    float:left;
    width:33%;
    height:441px;
    padding:0 7px;
    box-sizing: border-box; 
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.index-wrap .service-item{
    height:100%;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.index-wrap .service-bg{
    position:absolute;
    left:0;
    top:0;
    bottom:0;
    right:0;
    -webkit-transition: .2s;
    transition: .2s;
    z-index: 0;
    height:100%;
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
}
.index-wrap .service-bg:hover{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.index-wrap .service-col.col-2 .service-item{
    height:213px;
}
.index-wrap .service-col.col-2 .service-item.item-1{
    margin-bottom:15px;
}
.index-wrap .service-col.col-1 .service-bg{
    background: url('../images/banner/bg_index_service1.png') no-repeat;    
    background-size: cover;
}
.index-wrap .service-col.col-2 .item-1 .service-bg{
    background: url('../images/banner/bg_index_service2.png') no-repeat;
    background-size: cover;
}
.index-wrap .service-col.col-2 .item-2 .service-bg{
    background: url('../images/banner/bg_index_service3.png') no-repeat;
    background-size: cover;
}
.index-wrap .service-col.col-3 .service-item{
    background: #F5F5F5;
}
.index-wrap .service-col.col-3 li{
    height:147px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.index-wrap .service-col .service-item{
    padding:32px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.index-wrap .service-item .text{
    position:relative;
    z-index: 1;
    color:#232938;
    font-size: 20px;
    line-height: 30px;
    font-weight:300;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.index-wrap .service-item .subtext{
    position:relative;
    z-index: 1;
    margin-top:8px;
    color:#252b3a;
    font-size: 14px;
    line-height: 22px;
    font-weight:300;
}
.index-wrap .service-item .btn{
    position:relative;
    z-index: 1;
    display: inline-block;
    margin-top:10px;
    padding:7px 28px;
    font-size: 12px;
    line-height: 17px;
    font-weight:300;
    color:#232938;
    border:1px solid #232938;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
.index-wrap .service-item .btn:hover{
    color:#22A2DD;
    border-color:#22A2DD;
}
.index-wrap .service-col.col-3 a{
    color:#252b3a;
}
.index-wrap .service-col.col-3 .service-item{
    padding:0 32px;
}
.index-wrap .service-col.col-3 .service-item:first-child .text{
    padding-top:32px;
    border-top:0;
}
.index-wrap .service-col.col-3 .text{
    border-top:1px solid #E8E9EC;
    padding-top:20px;
    line-height:31px;
}
.index-wrap .service-col.col-3 .subtext{
    margin-top:20px;
    font-size:16px;
}
.index-wrap .service-col.col-3 .text:hover{
    color:#22A2DD;
}
.index-wrap .worker-box{
    margin-top:80px;
    min-height: 524px;
    background: url('../images/banner/bg_index_city.png') no-repeat center center;
    background-size:cover;
    color:#fff;
    font-weight:700;
}
.index-wrap .worker-box a{
    color:inherit;
}
.index-wrap .worker-box .title{
    padding:65px 0 60px;
    font-size: 30px;
    font-weight: 290;
    line-height: 40px;
}
.index-wrap .worker-wrap{
    overflow:hidden;
}
.index-wrap .worker-list{
    margin-left:-13px;
}
.index-wrap .worker-list li{
    float:left;
    width:25%;
}
.index-wrap .worker-con{
    height: 203px;
    border-radius: 2px;
    border: solid 1px #ffffff;
    background: rgba(255,255,255,0.15);
    filter:alpha(0.15);
    margin-left:13px;
    box-sizing: border-box;
}
.index-wrap .worker-con .worker-icon{
    margin:40px 0 25px;
    height:60px;    
}
.index-wrap .worker-icon img{
    height:100%;
}
.index-wrap .worker-con p{
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    padding:0 20px;
}
.index-wrap .btn-detail{
    margin-top:34px;
    text-align:center;
}
.index-wrap .btn-detail a{
    display:inline-block;
    padding:10px 0;
    font-size: 14px;
    font-weight: 290;
    line-height: 19px;
}
.index-wrap .btn-detail a:hover{
    color:#22A2DD;
}
.index-wrap .work-data-box{
    position: relative;
    padding:89px 0;
    background: #fff;
}
.index-wrap .work-data-box .work-data-title{
    padding-right:66px;
    border-right:1px solid #E9EAEE;
    width: 320px;
    color: #232938;
    font-size: 30px;
    font-weight: 290;
    line-height: 66px;
}
.index-wrap .work-data-box .work-data-items{
    position:absolute;
    right:0;
    top:50%;
    transform: translate(0,-50%);
    padding-left:87px;
}
.index-wrap .work-data-items .data-item{
    float:left;
    margin-right:120px;
    text-align: center;
}
.index-wrap .work-data-items .data-item:last-child{
    margin-right:0;
}
.index-wrap .data-item .data-num{
    position: relative;
    font-size:60px;
    color:#272D3C;
    line-height:72px;
}
.index-wrap .data-item .data-num:after{
    content: "";
    width: 32px;
    height: 4px;
    background: #22A2DD;
    position: absolute;
    bottom: -5px;
    right:50%;
    margin-right:-16px;
}
.index-wrap .data-item .data-num:hover{
    color:#22A2DD;
}
.index-wrap .data-item .data-desc{
    margin-top:29px;
    font-size:18px;
    color:#272D3C;
    line-height:22px;
}
.event-enter {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
    -webkit-transition:all .8s;
    transition:all .8s;
}
.event-out {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
}