﻿@charset "utf-8";
/*about 财税整站——首页（第2\3\4个模块是复制之前王帅做的）
 *设计：hemingli  前端：zyr
 *time:2018-2-2
 */
/*公用 start*/
.wid1180 {
    width: 1180px;
    height: auto;
    margin: 0 auto;
    min-width: 1180px;
}
.tt-h3{
	font-size: 30px;
	color: #333;
	font-weight: bold;
	padding: 49px 0;
	text-align: center;
	line-height: 1;
}
.orange{color: #ff5324;}
.orange1{color: #fbab00;}
.box1{background: #f1f2f3;}
.tt-H3{
	text-align: center;
	font-size: 30px;
	padding: 60px 0 50px;
	color: #333;
	font-weight: bold;
}
.corlorfff{color: #fff;}
.orange{color: #ec7c03;}
.blue{color: #064988;}
.tt-box{
	text-align: center;
	padding: 60px 0 40px;
}
.tt-box h3{
	padding: 0;
}
.tt-box p{
	font-size: 16px;
	color: #666;
	padding: 13px 0 0 ;
}
/*公用 end*/
/*banner start*/
.banner{
    width: 100%;
    height: 450px;
    min-width: 1180px;
    overflow: hidden;
    position: relative;
    z-index: 0;
}
.attatchment{
    position: absolute;
    top: 0;
    z-index: -1;
    background: url(../images/banner_02.jpg) center no-repeat; 
    background-attachment: fixed;
    background-size: cover;
    *background-size: auto;
    width: 100%;
    height: 450px;
    -webkit-transition: all 4s;
    -moz-transition: all 4s;
    transition: all 4s;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
}
.attatchment.active{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}
.banner-txt{
    text-align: left;
    position: relative;
    color: white;
    height: 450px;
    padding-left: 30px;
}
.banner-txt .p1{
    padding: 90px 0 0 145px;
    line-height: 1;
}
.banner-txt a{
    display: block;
    width: 138px;
    height: 38px;
    line-height:38px;
    color: white;
    font-size: 16px;
    border: 1px solid #fff;
    text-align: center;
    margin: 20px 0 0 368px;
    -webkit-transition: all .35s;
    transition: all .35s;
}
.banner-txt a:hover{background: #fff;color: #004B92;}
.banner-phone{
    position: absolute;
    left: 50%;
    margin-left: -252px;
    bottom: -17px;
}
.top-list li{
	font-size: 14px;
	color: #888;
	line-height: 24px;
	text-align: left;
}
.top-list li span{
	padding-right: 35px;
}
.greet-wx{
	width: 100%;
	text-align: center;
	margin: 15px 0 0;
	border-top: 1px solid #f2f2f2;
	padding: 15px 0 0;
}
.greet-wx p{color: #666;line-height: 32px;}

/*热门推荐*/
.hot-recommend{
    background: #fff;
}
.hot-recommend-title{
    text-align: center;
}
.hot-recommend-title h4{
    font-size: 30px;
    color: #333;
    font-weight: bold;
    position: relative;
    text-align: center;
    padding: 40px 0 25px 0;
}
.hot-recommend-title h4 img{
    position: relative;
    top: -10px;
    left: 10px;
}
.hot-recommend-content{
    width: 100%;
    height: 340px;
}
.hot-recommend-content-left{
    width: 280px;
    height: 100%;
    float: left;
    position: relative;
    overflow: hidden;
}
.hot-recommend-content-left img{
    width: 100%;
    height: 100%;
    transition: .5s;
}
.hot-recommend-img-text{
    width: 100%;
    height: 96px;
    background: rgba(6, 183, 45, 0.89);
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
}
.hot-recommend-img-text h5{
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding-top: 15px;
}
.hot-recommend-img-text p{
    font-size: 24px;
    color: #fff;
    text-align: center;
}
.hot-recommend-content-left:hover img{
    transform:scale(1.1);
}
.hot-recommend-content ul{
    width: 900px;
    height: 100%;
    float: left;
}
.hot-recommend-content ul li{
    width: 25%;
    height: 100%;
    float: left;
    border: 1px solid #dcdcdc;
    border-left: none;
    box-sizing: border-box;
    text-align: center;
}
.li-icon{
    background: url("../images/zhuan-icon.png") no-repeat;
    display: inline-block;
    margin-top: 80px;
    margin-bottom: 18px;
}
.li-icon1{
    width: 80px;
    height: 80px;
    background-position: 0px 0px;
}
.li-icon2{
    width: 80px;
    height: 80px;
    background-position: -80px 0px;
}
.li-icon3{
    width: 80px;
    height: 80px;
    background-position: -160px 0px;
}
.li-icon4{
    width: 80px;
    height: 80px;
    background-position: -240px 0px;
}
.li-icon-p1{
    font-size: 18px;
    color: #333;
}
.li-icon-p2{
    color: #666;
    font-size: 14px;
}
.li-icon-a{
    display: inline-block;
    width: 78px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    transition: .5s;
    border: 1px solid #ec7c03;
    color: #ec7c03;
    margin-top: 25px;
}
.icon-li1:hover{
    background: url("../images/hot2.jpg") no-repeat;
}
.icon-li1:hover p{
    color: #fff;
}
.icon-li1:hover a{
    color: #fff;
    border: 1px solid #fff;
}
.icon-li1:hover span{
    background-position-y: -80px;
}

.icon-li2:hover{
    background: url("../images/hot3.jpg") no-repeat;
}
.icon-li2:hover p{
    color: #fff;
}
.icon-li2:hover a{
    color: #fff;
    border: 1px solid #fff;
}
.icon-li2:hover span{
    background-position-y: -80px;
}

.icon-li3:hover{
    background: url("../images/hot3.jpg") no-repeat;
}
.icon-li3:hover p{
    color: #fff;
}
.icon-li3:hover a{
    color: #fff;
    border: 1px solid #fff;
}
.icon-li3:hover span{
    background-position-y: -80px;
}
.icon-li4:hover{
    background: url("../images/hot3.jpg") no-repeat;
}
.icon-li4:hover p{
    color: #fff;
}
.icon-li4:hover a{
    color: #fff;
    border: 1px solid #fff;
}
.icon-li4:hover span{
    background-position-y: -80px;
}
/*小顶服务项目*/
.cd-serve-case{
    width: 100%;
    height: 103px;
    position: relative;
    margin-top: 30px;
    text-align: center;
    overflow: hidden;
}
.cd-serve-case img{
    position: absolute;
    left: 50%;
    margin-left: -960px;
    width: 1920px;
    height: 100%;
    max-width: 1920px;
}
.cd-serve-case h1{
    font-size: 27px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
/*鉴证类业务*/
.attestation{

}
.zone_wrap .icon_title {
    text-align: center;
    padding: 40px 0 20px 0;
    /*border-bottom: 1px dashed #d6d6d6;*/
}
.zone_wrap .icon_title i {
    display: inline-block;
    width: 56px;
    height: 50px;
    background: url(../images/num.png) no-repeat center;
    vertical-align: middle;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    line-height: 50px;
    padding-right: 5px;
}
.zone_wrap .icon_title span {
    display: inline-block;
    vertical-align: middle;
}
.zone_wrap .icon_title_title {
    font-size: 30px;
    color: #004b92;
    line-height: 1;
    text-align: left;
}
.zone_wrap .icon_title_sub {
    font-size: 18px;
    color: #888888;
    line-height: 1;
    text-align: left;
}
.attestation-content{
    width: 100%;
    height: 421px;
}
.attestation-content-left{
    width: 212px;
    height: 100%;
    box-sizing: border-box;
    border-right: 4px solid #0c66bb;
    float: left;
    position: relative;
}
.attestation-content-left img{
    width: 100%;
    height: 100%;
}
.attestation-content-right{
    width: 968px;
    height: 100%;
    background: #fff;
    float: left;
    overflow: hidden;
}
.attestation-content-right .ssjz-ul{
    width: 100%;
    height: 100%;
}
.attestation-content-right .ssjz-ul li{
    width: 50%;
    height: 50%;
    float: left;
    padding:  14px 25px;
    overflow: hidden;
    box-sizing: border-box;
}
.attestation-content-right-li1{
    border-right: 1px dashed #dcdcdc;
    border-bottom: 1px dashed #dcdcdc;
}
.attestation-content-right ul li.attestation-content-right-li2{
    border-bottom: 1px dashed #dcdcdc;
    height: 211px;
}
.attestation-content-right-li3{
    border-right: 1px dashed #dcdcdc;
}
.attestation-img-div{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.attestation-img-div img{
    width: 100%;
    height: 100%;
    transition: .5s;
}
.img-text{
    width: 60px;
    text-align: center;
    height: 100%;
    writing-mode: tb-rl;
    line-height: 60px;
    transition: .5s;
}
.img-text1{
    background: rgba(39, 202, 220, 0.94);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    font-size: 22px;
    color: #fff;
}
.img-text2{
    background: rgba(230, 0, 18, 0.59);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    font-size: 22px;
    color: #fff;
}
.img-text3{
    background: rgba(32, 159, 70, 0.78);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    font-size: 22px;
    color: #fff;
}
.img-text4{
    background: rgba(3, 97, 188, 0.75);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    font-size: 22px;
    color: #fff;
}
.attestation-content-right .ssjz-ul li:hover img{
    transform: scale(1.1);
}
.attestation-content-right .ssjz-ul li:hover .img-text{
    width: 100px;
    line-height: 100px;
}
.attestation-nav{
    width: 140px;
    height: 280px;
    background: #fff;
    position: absolute;
    right: -7px;
    top: 75px;
    border-radius: 5px 0 0 5px;
    box-shadow: #ccc -14px 0px 24px -8px;
    z-index: 999;
}
.attestation-nav ul{
    width: 100%;
    height: 100%;
    text-align: center;
}
.attestation-nav ul li{
    height: 32px;
    width: 112px;
    margin: 0 auto;
    margin-top: 30px;
}
.attestation-nav ul li a{
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    background: #e8e9eb;
    color: #666666;
    text-align: center;
    line-height: 32px;
}
.attestation-nav ul li.attestation-nav-active a{
    background: #0c66bb;
    color: #fff;
}
.attestation-lb-max{
    overflow: hidden;
}
.ssjz{
    width: 968px;
    height: 421px;
    overflow: hidden;
    box-sizing: border-box;
}
.cwsj{
    width: 968px;
    height: 420px;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid #dcdcdc;
}
.cwsj-left{
    float: left;
    width: 260px;
    height: 100%;
}
.cwsj-left>div{
    width: 100%;
    height: 50%;
    text-align: center;
}
.cwsj-left>div.cwsj-left1{
    border-bottom: 1px dotted #dcdcdc;
    overflow: hidden;
    background: url(../images/yzbg-li-bg_03.jpg) no-repeat;
    background-position-y: 200px;
    transition: all .5s;
    background-size: 100%;
}
.cwsj-left>div.cwsj-left2{
    overflow: hidden;
    background: url(../images/yzbg-li-bg_03.jpg) no-repeat;
    background-position-y: 200px;
    transition: all .5s;
    background-size: 100%;
}
.cwsj-left>div.cwsj-left1:hover{
    background-position-y: 125px;
}
.cwsj-left>div.cwsj-left1:hover img{
    position: relative;
    top: -20px;
}
.cwsj-left>div.cwsj-left1:hover p{
    position: relative;
    top: -20px;
}
.cwsj-left>div.cwsj-left1 img{
    transition: .5s;
    top: 0;
}
.cwsj-left>div.cwsj-left1 p{
    top: 0;
    transition: .5s;
}
.cwsj-left>div.cwsj-left2 img{
    transition: .5s;
    top: 0;
}
.cwsj-left>div.cwsj-left2 p{
    top: 0;
    transition: .5s;
}
.cwsj-left>div p{
    color: #333;
    font-size: 16px;
    margin-top: 10px;
}
.cwsj-left>div a{
    display: block;
    width: 90px;
    height: 30px;
    box-sizing: border-box;
    border: 1px solid #0c66bb;
    color: #0c66bb;
    text-align: center;
    line-height: 30px;
    margin: 0 auto;
    transition: .5s;
    position: relative;
    top: 50px;
}
.cwsj-left>div.cwsj-left1:hover a{
    top: -15px;
}
.cwsj-left>div img{
    margin-top: 40px;
}
.cwsj-right{
    width: 706px;
    box-sizing: border-box;
    height: 100%;
    float: left;
}
.cwsj-right-ul{
    width: 100%;
    height: 100%;
}
.cwsj-right-ul li{
    width: 33.33%;
    height: 25%;
    float: left;
    box-sizing: border-box;
    border:1px #dcdcdc dotted;
    border-right:  none;
    border-bottom: none;
    line-height: 104px;
    text-align: center;
    overflow: hidden;
    position: relative;
    background: url("../images/cwsj_06.jpg") no-repeat;
    background-position-y: 70px;
    transition: .5s;
}
.cwsj-right-ul li:nth-child(1),.cwsj-right-ul li:nth-child(2),.cwsj-right-ul li:nth-child(3){
    border-top: 1px solid #fff;
}
.yzbg-ul li:nth-child(1),.yzbg-ul li:nth-child(2),.yzbg-ul li:nth-child(3){
    border-top: 1px solid #fff;
}
.cwsj-right-ul li p{
    color: #333;
    font-size: 16px;
    transition: .5s;
    top: 0;
}
.cwsj-right-ul li a{
    display: block;
    width: 90px;
    height: 30px;
    box-sizing: border-box;
    border: 1px solid #0c66bb;
    color: #0c66bb;
    text-align: center;
    line-height: 30px;
    margin: 0 auto;
    transition: .5s;
    top: 0;
}
.cwsj-right-ul li:hover{
    background: url("../images/cwsj_06.jpg") no-repeat  0 0;
}
.cwsj-right-ul li:hover p{
    position: relative;
    top: -20px;
}
.cwsj-right-ul li:hover a{
    position: relative;
    top: -50px;
}
.yzbg{
    width: 968px;
    height: 421px;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid #dcdcdc;
}
.yzbg-ul{
    width: 100%;
    height: 100%;
}
.yzbg-ul li{
    width: 33.33%;
    height: 25%;
    float: left;
    box-sizing: border-box;
    border: 1px dotted #dcdcdc;
    border-bottom: none;
    border-right: none;
    text-align: center;
    line-height: 104px;
    overflow: hidden;
    transition: .5s;
    background: url("../images/yzbg-li-bg_03.jpg") no-repeat;
    background-position-y: 80px;
}
.yzbg li span{
    font-size: 16px;
    color: #333;
    margin-left: 5px;
    transition: .5s;
    top: 0;
}
.yzbg li a{
    display: block;
    width: 90px;
    height: 30px;
    box-sizing: border-box;
    border: 1px solid #0c66bb;
    color: #0c66bb;
    text-align: center;
    line-height: 30px;
    margin: 0 auto;
    transition: .5s;
    top: 0;
}
.yzbg li a.gengduo{
    display: inline-block;
    width: auto;
    height: auto;
    box-sizing: border-box;
    border: none;
    color: #333;
    margin: 0;
    transition: .5s;
}
.yzbg-ul li:hover{
    background: url("../images/yzbg-li-bg_03.jpg") no-repeat 0 0;
}
.yzbg-ul li:hover span{
    position: relative;
    top: -20px;
}
.yzbg-ul li:hover a{
    position: relative;
    top: -50px;
    left: 10px;
}
.yzbg-ul li.yzbg-ul-li-last:hover span{
    position: relative;
    top: 0;
}
.yzbg-ul li.yzbg-ul-li-last:hover a{
    position: relative;
    top: 0;
    left: 0;
}
.zvpg{
    width: 968px;
    height: 421px;
    overflow: hidden;
    box-sizing: border-box;
}
.zvpg .zvpg-div1{
    width: 50%;
    float: left;
    height: 100%;
    padding: 10px 24px;
    box-sizing: border-box;
    position: relative;
    border-right: 1px dashed #dcdcdc;
}
.zvpg-div1 img{
    width: 100%;
    height: 100%;
    transition: .5s;
}
.zvpgs{
    width: 50%;
    height: 100%;
    float: left;
}
.zvpg-div1-text{
    width: 435px;
    height: 60px;
    background: rgba(32, 159, 70, 0.78);
    position: absolute;
    text-align: center;
    line-height: 60px;
    left: 24px;
    bottom: 10px;
    font-size: 16px;
    color: #fff;
    transition: .5s;
}
.zvpg-div2{
    width: 100%;
    height: 50%;
    box-sizing: border-box;
    padding: 10px 24px;
    position: relative;
    border-bottom: 1px dashed #dcdcdc;
}
.zvpg-div2 img{
    width: 100%;
    height: 100%;
    transition: .5s;
}
.zvpg-div3{
    width: 100%;
    height: 50%;
    box-sizing: border-box;
    padding: 10px 24px;
    position: relative;
}
.zvpg-div3 img{
    width: 100%;
    height: 100%;
    transition: .5s;
}
.zvpg-div2-text{
    width: 60px;
    height: 188.5px;
    text-align: center;
    writing-mode: tb-rl;
    line-height: 60px;
    position: absolute;
    left: 24px;
    top: 10px;
    background: rgba(230, 0, 18, 0.59);
    font-size: 16px;
    color: #fff;
    transition: .5s;
}
.zvpg-div3-text{
    width: 60px;
    height: 188.5px;
    text-align: center;
    writing-mode: tb-rl;
    line-height: 60px;
    position: absolute;
    left: 24px;
    top: 10px;
    background: rgba(3, 97, 188, 0.75);
    font-size: 16px;
    color: #fff;
    transition: all .5s;
}
.zvpg-div1:hover img{
    transform: scale(1.1);
}
.zvpg-div1:hover .zvpg-div1-text{
    height: 80px;
    line-height: 80px;
}
.zvpg-div2:hover img{
    transform: scale(1.1);
}
.zvpg-div2:hover .zvpg-div2-text{
    width: 80px;
    line-height: 80px;
}
.zvpg-div3:hover .zvpg-div3-text{
    width: 80px;
    line-height: 80px;
}
.zvpg-div3:hover img{
    transform: scale(1.1);
}
.zvpg-div1s{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
/*咨询/代理类业务 start*/
.consult{
    height: 608px;
    width: 412;
    position: relative;
    overflow: hidden;
    margin-top: 20px;
}
.consult-bg{
    width: 1920px;
    height: 608px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
    background: url("../images/bg1_02.jpg") no-repeat;
}
.consult-nav{
    height: 220px;
}
.consult-nav ul li.consult-nav-active a{
    background: #ec7c03;
    color: #fff;
}
.consult-nav{
    top: 90px;
}
.consult-right{
    width: 968px;
    height: 416px;
    background: #fff;
    float: left;
    overflow: hidden;
}
.consult-right-max{
    overflow: hidden;
}
.cwzx{
    width: 968px;
    height: 421px;
    overflow: hidden;
    /*box-sizing: border-box;*/
    border: 1px solid #dcdcdc;
    position: relative;
    padding: 24px;
}
.cwzx .cwzx-ul{
    width: 100%;
    height: 100%;
}
.cwzx-ul li{
    width: 220px;
    height: 110px;
    border: 1px solid #dcdcdc;
    float: left;
    margin-left: 10px;
    margin-bottom: 15px;
    text-align: center;
    position: relative;
    transition: .5s;
}
.cwzx-ul li:nth-child(4n+1){
    margin-left: 0;
}
.cwzx-ul li img{
    position: absolute;
    top: 20px;
    left: 90px;
    transition: .5s;
}
.cwzx-ul li p{
    margin-top: 75px;
    font-size: 16px;
}
.cwzx-img{
    position: absolute;
    right: 74px;
    top: 23px;
    width: 224px;
    height: 239px;
}
.cwzx-ul li:hover{
    border: 1px solid #ff7000;
}
.cwzx-img2{
    height: 367px;
}
/*咨询/代理类业务 end*/
/*6大服务细节 start*/
.detail-box{
	background: url(../images/bg.jpg) center top no-repeat #e5ecf2;
	padding-bottom: 60px;
}
.detail-list{
	width:1110px ;
	padding: 0 20px 0 50px;
	overflow: hidden;
}
.detail-list li{
	width: 340px;
	height: 280px;
	float: left;
	background: #fff;
	text-align: center;
	margin: 0 30px 30px 0;
}
.detail-list li img{
	width: 100%;
	height: 150px;
	-webkit-transition: all .46s;
	transition: all .46s;
}
.detail-list li p{
	font-size: 16px;
	color: #333;
	line-height: 26px;
	padding: 14px 0 0;
}
.detail-list li p b{
	font-size: 20px;
	line-height: 44px;
	color: #064988;
}
.detail-list li:hover img{
	-webkit-transform: translate(10px ,10px);
	transform: translate(10px ,10px);
}
/*6大服务细节 end*/
/*顶呱呱财税专家介绍 start*/
.expert-box,.expert-box .bd,.expert-list,.expert-list li{
	width: 100%;
}
.expert-box{position: relative;}
.expert-box .hd {
	width: 20px;
	position: absolute;
	right: 0;
	top: 130px;
}
.expert-box .hd ul{width: 100%;}
.expert-box .hd ul li{
	font-size: 0;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 1px solid #dedede;
	margin: 10px auto 0;
	position: relative;
	text-align: center;
	cursor: pointer;
}
.expert-box .hd ul li:before{
	display: block;
	content: "";
	width: 8px;
	height: 8px;
	border: 1px solid #999;
	border-radius: 50%;
	margin: 3px auto 0;
}
.expert-box .hd ul li.on{background: #fff;box-shadow: 0 0 3px 2px #ececec;}
.expert-box .hd ul li.on:before{background: #064988;}
.expert-box .hd ul li:first-child{margin-top: 0 !important;}
.expert-list li{overflow: hidden;padding-bottom: 30px;}
.expert-img{
	width: 300px;
	height: 300px;
	overflow: hidden;
	border-radius: 10px;
	-webkit-transition: all .56s;
	transition: all .56s;
}
.expert-img img{
	width: 100%;
	min-height: 100%;
}
.expert-text{
	width: 873px;
	height: 287px;
	border-radius: 10px;    
	box-shadow: 0 0 15px 10px #f1f1f1;
/*	position: relative;*/
	left: -78px;
	z-index: -1;
	margin-top: 40px;
}
.expert-text p{
	padding:0 50px 0 100px;
	text-align: left;
	font-size: 16px;
	line-height: 34px;
}
.expert-text>p:first-child{margin-top: 15px;}
.expert-text p small{
	width: 630px;
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:4; 
	word-break:break-all; /*支持IE，chrome，FF不支持*/
	word-wrap:break-word;/*支持IE，chrome，FF*/
	height: 136px;
}
.expert-text p span{
	font-size: 18px;
	color: #333;
}
.expert-text p label{padding-right: 60px;}
.expert-text p i{
	width: 34px;
	height: 33px;
	background: url(../images/xx.png) no-repeat;
    -webkit-animation-name: bounce2;
    animation-name: bounce2;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.expert-list li:hover .expert-img{
	transform: translate(10px,10px);
}
/*顶呱呱财税专家介绍 end*/
/*成功服务案例 start*/
.case-bg{
	background: url(../images/case-bg_02.jpg) center bottom no-repeat;
}
.case-box{
	width: 640px;
	height: 400px;
	margin: 0 auto;
	background: url(../images/case-bd-bg.png) repeat;
	position: relative;
}
.case-box .bd,.case-box .bd ul,.case-box ul li{
	width: 100%;
}
.case-box ul li{
	color: #fff;
	text-align: left;
}
.case-text{
	padding: 0 25px;
}
.case-box ul li>p{overflow: hidden;}
.case-text h3{
	padding: 24px 0 0;
	font-size: 22px;
}
.case-text h5{
	font-size: 18px;
	padding: 17px 0 4px;
}
.case-box ul li p{
	font-size: 14px;
	line-height: 24px;
}
.case-box ul li>p{line-height: 16px;padding: 16px 25px 9px;}
.case-box ul li>p i{
	width: 20px;
	height: 16px;
	background: url(../images/ps.png) no-repeat;
	margin-right: 10px;
}
.zx-btn{
	width: 98px;
	text-align: center;
	height: 38px;
	line-height: 38px;
	border: 1px solid #fbab00;
	font-size: 14px;
	color: #fbab00;
	-webkit-transition: all .35s;
	transition: all .35s;
}
.case-box ul li p span{
	/*font-size: 18px;*/
	line-height: 38px;
}
.case-box ul li p span font{

}
.case-box ul li a:hover{
	background: #fbab00;
	color: #fff;
}
.case-box>a{
	width: 41px;
	height: 73px;
	background: url(../images/prev_03.png) no-repeat;
	position: absolute;
	left: 50%;
    margin-left: -507px;
    bottom: 186px;
    background-position: 0 -1px;
}
.case-box .next {background-position: -41px -1px;margin-left: 507px;}
.case-box>a:hover{background-position: 0 -75px;}
.case-box .next:hover{background-position: -41px -75px;}
/*成功服务案例 end*/
/*财税实时资讯 start*/
.news-list{
	width: 1170px;
	padding: 0 15px 40px;
	overflow: hidden;
}
.news-list li{
	width: 360px;
	float: left;
	margin-left: 45px;
	text-align: left;
}
.news-list li:first-child{margin-left: 0 !important;}
.news-img{
	width: 100%;
	height: 192px;
	overflow:hidden ;
	position: relative;
}
.news-img img{
	width: 100%;
	-moz-transition: all .5s ease-in;
	-ms-transition: all .5s ease-in;
	-o-transition: all .5s ease-in;
	-webkit-transition: all .5s ease-in;
	transition: all .5s ease-in;
}
.news-img:hover img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}
.news-img>p{
	width: 100%;
	text-align: center;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	color: #fff;
	background: url(../images/transparent50.png) repeat;
	position: absolute;
	left: 0;
	bottom: 0;
}
.news-list li h5{
	width: 100%;
	padding: 14px 0 5px;
	overflow: hidden;
	border-bottom: 1px solid #e5e5e5;
}
.news-list li h5 span{
	font-size: 22px ;
	color: #333;
	line-height: 30px;
	border-left: 4px solid #0c66bb;
	padding-left: 10px;
}
.news-list li h5 a{
	font-size: 16px;
	color: #0c66bb;
}
.news-list li h5 a:hover{text-decoration: underline;}
.news-text,.news-text a{
	width: 100%;
}
.news-text a{
	font-size: 14px;
	color: #666;
	height: 54px;
	line-height: 54px;
	text-overflow: ellipsis;
	white-space: nowrap; 
	overflow: hidden;
	border-bottom:1px solid #e6e6e6 ;
	position: relative;
}
.news-text a span{
	display: block;
	width:0;
	height: 1px;
	background: #ec7c03;
	-webkit-transition: width ease-in .6s;
	-moz-transition: width ease-in .6s;
	-ms-transition: width ease-in .6s;
	transition: width .6s ease-in;
	position: absolute;
	bottom: 0;
	left: 0;
}
.news-text a:hover{color:#ec7c03 ;}
.news-text a:hover span{width: 100%;}
/*财税实时资讯 end*/

