#header {
    width: 100%;
    height: 173px;
    background: #fff;
}

.wrapper {
    width: 1200px;
    margin: 0 auto;
}

.header-wrapper {
    height: 100px;
    padding: 36px 0 37px 0;
}

.header-l, .header-l img {
    float: left;
    width: 300px;
}

.header-m {
    float: left;
    margin: 10px 0 10px 20px;
    padding-left: 24px;
    line-height: 40px;
    border-left: 1px solid #d6d6d6;
    word-spacing: 4px;
    color: #333;
    font-size: 18px;
    width: 160px;
    height: 80px;
}

.header-r {
    float: right;
    height: 80px;
    margin: 10px 0;
}

.header-r ul, .header-r ul li {
    float: left;
    height: 32px;
}
.header-r ul li{
    position:relative;
}
.header-r ul li img{
    display:none;
    position:absolute;
    z-index:101;
    border:1px solid #666;
    top:32px;
    left:16px;
    width:120px;
}
.header-r ul li:hover > img{
    display:block;
}

.header-r ul li a {
    display: inline-block;
    line-height: 32px;
    background-repeat: no-repeat;
    background-position: 8px center;
    background-size: 20px;
    text-indent: 36px;
    border-radius: 4px;
    color: #fff;
    width: 120px;
    height: 32px;
}

.header-r ul li a.online {
    background-color: #f09e9e;
    background-image: url(../ztimages/ico_online.png);
    font-size: 16px;
}
.header-r ul li a.online:hover{
    background-color:#ed8989;
}

.header-r ul li a.fav {
    background-color: #53c4b3;
    background-image: url(../ztimages/ico_fav.png);
    font-size: 16px;
    margin-left: 16px;
}
.header-r ul li a.fav:hover{
    background-color:#20c3aa;
}

.header-r p {
    clear: both;
    padding-top: 24px;
    line-height: 24px;
    height: 24px;
    font-size: 22px;
    color: #f34856
}

#nav {
    background: #f34856;
    width: 100%;
    height: 65px;
    position:relative;
    z-index:100;
}

.nav-wrapper {
    height: 65px;
}

.nav-l {
    float: left;
    width: 910px;
}
.nav-l ul{
    width:100%;
    height:65px;
}
.nav-l ul li{
    float:left;
    width:130px;
    height:65px;
}

.nav-l ul li a {
    display: inline-block;
    float: left;
    line-height: 65px;
    text-align: center;
    width: 130px;
    height: 65px;
    color: #fff;
    font-size: 18px;
}

.nav-l ul li a:hover, .nav-l ul li a.on {
    background: #fff;
    border-bottom: 5px solid #f9a3aa;
    color: #f34856;
    height: 60px;
}

.nav-r {
    float: right;
    margin: 15px 0;
    width: 264px;
    height: 35px;
    background: #fff;
    border-radius: 24px;
}

.nav-r input.search-txt {
    float: left;
    padding: 7px 15px;
    border: none;
    background: none;
    outline: none;
    width: 192px;
    height: 20px;
}

.nav-r input.search-btn {
    float: left;
    margin: 7px 0;
    border: none;
    outline: none;
    cursor: pointer;
    background: url(../ztimages/search.png) no-repeat 0 center;
    background-size: 22px;
    width: 20px;
    height: 20px;
}

.banner-wrapper {
    width: 100%;
    overflow: hidden;
}

.banner-hd {
    width: 100%;
    height: 577px;
    overflow: hidden;
}

.banner-bd {
    width: 1200px;
    margin: 0 auto;
}

.banner-bd ul li {
    float: left;
    cursor: pointer;
    width: 400px;
    height: 127px;
}

.question-wrapper .title, .intro-wrapper .title, .centers-wrapper .title, .experts-wrapper .title, .kinds-wrapper .title, .step-wrapper .title {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    color: #333333;
}

.question-items {
    width: 1200px;
}

.question-items dl {
    float: left;
    padding: 12px 49px;
    border-right: 1px dashed #e0e0e0;
    border-bottom: 1px dashed #e0e0e0;
    width: 201px;
}

.question-items dl.no-bottom-border {
    border-bottom: none;
}

.question-items dl.no-right-border {
    border-right: none;
}

.question-items dt {
    width: 84px;
    height: 84px;
    margin: 12px auto;
    background-repeat: no-repeat;
    background-size: 84px;
    -webkit-transition-property: background-image;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function:linear;
}
.question-items dt.ico_1{
    background-image:url(../ztimages/ico_1.png);
}
.question-items dt.ico_2{
    background-image:url(../ztimages/ico_2.png);
}
.question-items dt.ico_3{
    background-image:url(../ztimages/ico_3.png);
}
.question-items dt.ico_4{
    background-image:url(../ztimages/ico_4.png);
}
.question-items dt.ico_5{
    background-image:url(../ztimages/ico_5.png);
}
.question-items dt.ico_6{
    background-image:url(../ztimages/ico_6.png);
}
.question-items dt.ico_7{
    background-image:url(../ztimages/ico_7.png);
}
.question-items dt.ico_8{
    background-image:url(../ztimages/ico_8.png);
}
.question-items dl:hover dt.ico_1{
    background-image:url(../ztimages/ico_1_hover.png);
}
.question-items dl:hover dt.ico_2{
    background-image:url(../ztimages/ico_2_hover.png);
}
.question-items dl:hover dt.ico_3{
    background-image:url(../ztimages/ico_3_hover.png);
}
.question-items dl:hover dt.ico_4{
    background-image:url(../ztimages/ico_4_hover.png);
}
.question-items dl:hover dt.ico_5{
    background-image:url(../ztimages/ico_5_hover.png);
}
.question-items dl:hover dt.ico_6{
    background-image:url(../ztimages/ico_6_hover.png);
}
.question-items dl:hover dt.ico_7{
    background-image:url(../ztimages/ico_7_hover.png);
}
.question-items dl:hover dt.ico_8{
    background-image:url(../ztimages/ico_8_hover.png);
}

.question-items dd {
    text-align: center;
}

.question-items dd.tit {
    margin-top: 6px;
    line-height: 42px;
    font-size: 18px;
    color: #f34856;
}

.question-items dd.desc {
    color: #333333;
    font-size: 14px;
    line-height: 28px;
}

.question-items dl img{width:84px;webkit-transition: transform .6s ease-out;
    -moz-transition: transform .6s ease-out;
    -ms-transition: transform .6s ease-out;
    -o-transition: transform .6s ease-out;
    transition: transform .6s ease-out;}
.question-items dl:hover img{  -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.question-tips {
    margin-top: 44px;
    text-indent: 206px;
    padding: 26px 0;
    width: 1200px;
    height: 56px;
    background: #fff5f4;
}

.question-tips span {
    font-size: 22px;
    color: #f34856;
}

.question-tips p {
    color: #333;
    font-size: 14px;
    margin-top: 10px;
}

#intro {
    background: #efefef;
    width: 100%;
    height: 728px;
}

.intro-l {
    position: relative;
    float: left;
    width: 990px;
    height: 545px;
    overflow: hidden;
}

.intro-l-bd {
    position: absolute;
    bottom: 0;
    left: 0;
    width: auto;
    height: 39px;
}

.intro-l-bd ul li {
    float: left;
    line-height: 39px;
    text-align: center;
    background-color:#fff;
    color: #f34856;
    width: 314px;
    height: 39px;
    margin-left: -30px;
}

.intro-l-bd ul li:first-child.on {
    background: url(../ztimages/focus_first_hover.png) no-repeat;
}

.intro-l-bd ul li:last-child {
    background: url(../ztimages/focus.png) no-repeat;
}

.intro-l-bd ul li.on {
    background: url(../ztimages/focus_hover.png) no-repeat;
    color: #fff;
}

.intro-l-bd ul li:last-child.on {
    background: url(../ztimages/focus_last_hover.png) no-repeat;
}

.intro-r {
    float: right;
    width: 200px;
}

.intro-r dl {
    margin-bottom: 10px;
    background: #fff;
    width: 200px;
    height: 175px;
}

.intro-r dl a {
    display: inline-block;
    padding: 55px 0 0 20px;
    width: 180px;
    height: 120px;
    color: #f34856;
}

.intro-r dt {
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: bold;
}

.intro-r dl:hover a {
    background: #f34856;
    color: #fff;
}

.centers-l {
    float: left;
    width: 390px;
    height: 570px;
}

.centers-r {
    float: right;
    width: 810px;
}

.centers-r ul li {
    float: left;
    width: 385px;
    height: 275px;
    margin: 0 0 20px 20px;
}
.centers-r ul li img{
    opacity:0.8;
    filter:alpha(opacity=80);
}

.centers-r ul li img:hover{
    opacity:1.0;
    filter:alpha(opacity=100);
}

#experts {
    background: #efefef;
    width:100%;
    height: 572px;
}

.experts-wrapper {

}

/* 本例子css */
.experts-inner {
    width: 1200px;
}

.experts-inner .experts-list {
    overflow: hidden;
    zoom: 1;
}

.experts-inner .experts-inner-wrapper {
    overflow: hidden;
    position: relative;
    width: 1200px;
}

.experts-inner {
    position: relative;
    overflow: hidden;
    zoom: 1;
}

.experts-inner .experts-list li {
    float: left;
    display: inline;
    width: 224px;
    margin-right: 20px;
}
.experts-inner .experts-list li ol{
    margin-bottom: 20px;
    overflow:hidden;
    width: 224px;
    height:224px;
}
.experts-inner .experts-list li img {
    width: 222px;
    border: 1px solid #fff;
}

.experts-inner .experts-list li p {
    display: block;
    line-height: 25px;
    padding: 22px 0 0 26px;
    height: 63px;
    background: #fff;
}

.experts-inner .experts-list li:hover img {
    border: 1px solid #f34856;
}

.experts-inner .experts-list li:hover p {
    background: #f34856;
    color: #fff;
}

.experts-inner .experts-list li p span {
    display: block;
    font-size: 18px;

}

.experts-inner .pageBtn {
    width: 300px;
    margin: 42px auto;
}

.experts-inner .pageBtn span {
    display: block;
    margin-top: -21px;
    width: 36px;
    height: 60px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 45px;
}

.experts-inner .pageBtn .prev {
    float: left;
    background-image: url(../ztimages/left-arrow.png);
}

.experts-inner .pageBtn .next {
    float: right;
    background-image: url(../ztimages/right-arrow.png);
}

.experts-inner .pageBtn .list {
    float: left;
    zoom: 1;
    margin: 0 0 0 45px;
}

.experts-inner .pageBtn .list li {
    background: #fff;
    float: left;
    display: inline;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    cursor: pointer;
    margin-left: 30px;
    font-size: 0;
}

.experts-inner .pageBtn .list li.on {
    background: #f34856
}

.kinds-wrapper dl {
    float: left;
    margin: 0 28px;
    width: 244px;
}

.kinds-wrapper dt {
    margin: 0 auto;
    width: 144px;
    height: 167px;
    background-repeat: no-repeat;
}

.kinds-wrapper dl img{width:144px;webkit-transition: transform .6s ease-out;
    -moz-transition: transform .6s ease-out;
    -ms-transition: transform .6s ease-out;
    -o-transition: transform .6s ease-out;
    transition: transform .6s ease-out;}
.kinds-wrapper dl:hover img{  -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.kinds-wrapper dd.tit{
    margin:24px 0 17px 0;
    text-align: center;
    font-size:18px;
    color:#f34856;
}

.kinds-wrapper dd.desc{
    line-height:28px;
    font-size:14px;
    color:#333;
}

#step{
    background:url(../ztimages/stepbg.jpg);
    width:100%;
    height:802px;
}
.step-wrapper{
    height:402px;
}
.step-b{
    margin:45px auto 0 auto;
    padding:25px;
    border:1px solid #f34856;
    width:920px;
    height:280px;
}
.step-b-wrapper{
    background:#f34856;
    padding-top:30px;
    text-align:center;
    height:250px;
}
.step-b-wrapper ul li{
    font-size:24px;
    color:#fff;
}
.step-b-wrapper ul li b{
    font-size:35px;
}

.step-b-wrapper a{
    display:block;
    margin:21px auto 0 auto;
    text-align: center;
    line-height:42px;
    background:#fff;
    border-radius:10px;
    font-size:18px;
    color:#f34856;
    width:247px;
    height:42px;
}