.main-banner {
    background: #09152d url(../images/website/banner.jpg) no-repeat left center;
    height: 314px;
}

.banner-title {
    padding: 97px 0 0 0;
}

.banner-title .title-t {
    font-size: 44px;
    color: #fff;
    margin-bottom: 24px;
}

.banner-title .title-b {
    font-size: 24px;
    color: #fff;
}

.items-type {
    padding: 50px 0;
    background: #f9f9f9;
}

.items-type .item {
    flex: 1;
    height: 310px;
    border: 1px solid #EDEDED;
    background: #fff;
    padding-top: 30px;
    margin-left: -1px;
    position: relative;
}

.items-type .item .img {
    text-align: center;
    margin-bottom: 30px;
}

.items-type .item .img .bg1 {
    background: url(../images/website/type-icon1.png) no-repeat 0 0;
    width: 89px;
    height: 84px;
    margin: 0 auto;
}

.items-type .item .img .bg2 {
    background: url(../images/website/type-icon2.png) no-repeat 0 0;
    width: 89px;
    height: 84px;
    margin: 0 auto;
}

.items-type .item .img .bg3 {
    background: url(../images/website/type-icon3.png) no-repeat 0 0;
    width: 89px;
    height: 84px;
    margin: 0 auto;
}

.items-type .item .img .bg4 {
    background: url(../images/website/type-icon4.png) no-repeat 0 0;
    width: 89px;
    height: 84px;
    margin: 0 auto;
}

.items-type .item .title {
    text-align: center;
    font-size: 24px;
    color: #333;
    margin-bottom: 15px;
}

.items-type .item .con {
    text-align: center;
    width: 210px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 28px;
    color: #999;
}

.items-type .item .more {
    text-align: center;
    display: block;
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
}

.items-type .item:hover {
    border: 1px solid #20b09f;
    border-top: 2px solid #20b09f;
    position: relative;
    z-index: 2;
    margin-top: -1px;
}

.items-type .item:hover .img .bg1 {
    background: url(../images/website/type-icon1-hover.png) no-repeat 0 0;
}

.items-type .item:hover .img .bg2 {
    background: url(../images/website/type-icon2-hover.png) no-repeat 0 0;
}

.items-type .item:hover .img .bg3 {
    background: url(../images/website/type-icon3-hover.png) no-repeat 0 0;
}

.items-type .item:hover .img .bg4 {
    background: url(../images/website/type-icon4-hover.png) no-repeat 0 0;
}

.items-type .item:hover .more {
    background: #20b09f;
    opacity: 1;
    font-size: 16px;
    color: #fff;
}

.items-jf {
    padding: 55px 0;
}

.items-jf .jf-title {
    font-size: 24px;
    color: #333;
    text-align: center;
    margin-bottom: 10px;
    display: block;
}

.items-jf .jf-con {
    font-size: 16px;
    color: #999;
    text-align: center;
    margin-bottom: 50px;
}

.items-jf .itme {
    flex: 1;
    width: 588px;
    height: 148px;
    border: 1px solid #eee;
    margin-left: 20px;
    margin-bottom: 20px;
}

.items-jf .itme:hover {
    -webkit-box-shadow: 3px 3px 3px #eee;
    -moz-box-shadow: 3px 3px 3px #eee;
    box-shadow: 3px 3px 3px #eee;
}

.items-jf .itme a {
    height: 100%;
}

.items-jf .itme:hover span {
    color: #20b09f;
}

.items-jf .itme:hover .line {
    border-bottom: 1px solid #20b09f;
}

.items-jf .itme:first-child {
    margin-left: 0;
}

.items-jf .img-block {
    margin: 0 35px 0 30px;
}

.items-jf .con-block {
    margin-right: 55px;
}

.items-jf .con-block span {
    font-size: 18px;
    margin-bottom: 12px;
    display: block;
}

.items-jf .con-block .line {
    border-bottom: 1px solid #ccc;
    padding-bottom: 6px;
}

.items-jf .con-block p {
    font-size: 14px;
    color: #999;
    width: 380px;
}

/*@media screen and (min-width:1500px) {
.items-jf .con-block p {
    width: 500px;
}
}*/
.items-fw {
    background: #f9f9f9;
    padding: 85px 0 1px 0;
}

.items-fw .fw-block {
    font-size: 24px;
    text-align: center;
}

.items-fw .fw-wrap {
    border: 1px solid #eee;
    -webkit-box-shadow: 0 3px 3px #eee;
    -moz-box-shadow: 0 3px 3px #eee;
    box-shadow: 0 3px 3px #eee;
    height: 520px;
    background: #fff;
}

.items-fw .fw-block {
    margin-bottom: 70px;
}

.items-fw .fw-block .f-t {
    margin-bottom: 45px;
    display: block;
}

.items-fw .fw-block .fw-head {
    height: 68px;
    border-bottom: 1px solid #eee;
}

.items-fw .fw-block .fw-head a {
    display: inline-block;
    height: 66px;
    line-height: 66px;
    color: #666;
    font-size: 20px;
    flex: 1;
    margin: 0 45px;
    border-bottom: 2px solid #fff;
}

.items-fw .fw-block .fw-head a.active {
    border-bottom: 2px solid #20b09f;
    color: #20b09f;
    cursor: pointer;
}

.items-fw .body-list {
    padding: 26px 40px 0;
    display: none;
}

.items-fw .list-b {
    width: 380px;
    height: 380px;
    margin-left: 0;
    position: relative;
}

.items-fw .list-b-1 {
    background: url(../images/website/fw-1.jpg) no-repeat 0 0;
}

.items-fw .list-b-2 {
    background: url(../images/website/fw-2.jpg) no-repeat 0 0;
}

.items-fw .list-b-3 {
    background: url(../images/website/fw-3.jpg) no-repeat 0 0;
}

.items-fw .list-b-4 {
    background: url(../images/website/fw-4.jpg) no-repeat 0 0;
}

.items-fw .list-b-5 {
    background: url(../images/website/fw-5.jpg) no-repeat 0 0;
}

.items-fw .list-s {
    width: 230px;
    height: 380px;
    margin-left: 2%;
}

.items-fw .list-s a {
    display: block;
    overflow: hidden;
    height: 100%;
}

/***1*/
.items-fw .list-s1-1 {
    background: url(../images/website/fw-1-1.jpg) no-repeat 0 0;
}

.items-fw .list-s1-2 {
    background: url(../images/website/fw-1-2.jpg) no-repeat 0 0;
}

.items-fw .list-s1-3 {
    background: url(../images/website/fw-1-3.jpg) no-repeat 0 0;
}

/***2*/
.items-fw .list-s2-1 {
    background: url(../images/website/fw-2-1.jpg) no-repeat 0 0;
}

.items-fw .list-s2-2 {
    background: url(../images/website/fw-2-2.jpg) no-repeat 0 0;
}

.items-fw .list-s2-3 {
    background: url(../images/website/fw-2-3.jpg) no-repeat 0 0;
}

/***3*/
.items-fw .list-s3-1 {
    background: url(../images/website/fw-3-1.jpg) no-repeat 0 0;
}

.items-fw .list-s3-2 {
    background: url(../images/website/fw-3-2.jpg) no-repeat 0 0;
}

.items-fw .list-s3-3 {
    background: url(../images/website/fw-3-3.jpg) no-repeat 0 0;
}

/***4*/
.items-fw .list-s4-1 {
    background: url(../images/website/fw-4-1.jpg) no-repeat 0 0;
}

.items-fw .list-s4-2 {
    background: url(../images/website/fw-4-2.jpg) no-repeat 0 0;
}

.items-fw .list-s4-3 {
    background: url(../images/website/fw-4-3.jpg) no-repeat 0 0;
}

/***5*/
.items-fw .list-s5-1 {
    background: url(../images/website/fw-5-1.jpg) no-repeat 0 0;
}

.items-fw .list-s5-2 {
    background: url(../images/website/fw-5-2.jpg) no-repeat 0 0;
}

.items-fw .list-s5-3 {
    background: url(../images/website/fw-5-3.jpg) no-repeat 0 0;
}

@media screen and (min-width:1500px) {
    .items-fw .list-s {
        margin-left: 3%;
    }
}

.items-fw .b-con {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 65px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    padding: 0 30px;
    background: #20b09f;
    padding-top: 15px;
    transition: all .4s;
    opacity: 0.95;
}

.items-fw .list-b:hover .b-con {
    height: 230px;
    padding-top: 150px;
}

.items-fw .list-s .s-t {
    font-size: 18px;
    color: #fff;
    margin-top: 170px;
}

.items-fw .ym-wrap {
    height: 58px;
}

.items-fw .ym-item {
    flex: 1;
    background: #20b09f;
    font-size: 24px;
    height: 59px;
    line-height: 59px;
    color: #fff;
}

.items-fw .ym-item a.search {
    display: block;
    cursor: pointer;
}

.items-fw .ym-item a.search:before {
    background: url(../images/website/search-icon.png) no-repeat 0 50%;
    padding-left: 35px;
    content: "";
}

.items-fw .item-center {
    flex: 4;
    border: 2px solid #20b09f;
    height: 54px;
    background: #fff;
    position: relative;
}

.items-fw .item-center .ym-i {
    width: 80%;
    display: inline-block;
    outline: none;
    border: none;
    flex: 1;
    font-size: 18px;
    padding-left: 16px;
}

.items-fw .item-center .ym-h {
    width: 18%;
    font-weight: bold;
    border-left: 1px solid #20b09f;
    height: 40px;
    line-height: 40px;
    color: #333;
    text-align: left;
    padding-left: 18px;
    margin-right: 30px;
    cursor: pointer;
    background: url(../images/website/ym-icon.png) no-repeat 100% 50%;
}

.items-fw .ym-select {
    position: absolute;
    height: 216px;
    overflow-y: auto;
    right: 0px;
    top: 65px;
    background: #fff;
    z-index: 3;
    width: 150px;
    border: 1px solid #a7b1b3;
    border-radius: 4px;
}

@media screen and (min-width:1500px) {
    .items-fw .ym-select {
        width: 180px;
    }
}

.items-fw .ym-select a.a-l {
    display: block;
    line-height: 35px;
    border-bottom: 1px solid #a7b1b3;
    font-size: 16px;
    padding-left: 15px;
    color: #333;
    font-size: 16px;
    text-align: left;
    cursor: pointer;
}

.items-fw .adv .item {
    flex: 1;
    border: 1px solid #eee;
    margin-left: -1px;
    height: 190px;
    background: #fff;
}

.items-fw .adv .item-n {
    flex: none;
    padding: 0 30px;
}

.items-fw .adv .item-btn {

    flex: none;
}

.items-fw .adv .e-img {
    margin-top: 50px;
    margin-bottom: 10px;
}

.items-fw .adv .e-title {
    font-size: 24px;
    color: #666;
}

.items-fw .adv .item-bg {
    background: #fff url(../images/website/email-bg.png) no-repeat 100% 100%;
    padding-top: 60px;
    height: 130px;
}

.items-fw .adv .item strong {
    font-size: 20px;
    font-weight: bold;
    display: block;
}

.items-fw .adv .item-bg span {
    font-size: 16px;
    color: #666;
}

.items-fw .adv .item-n strong {
    font-size: 24px;
    line-height: 190px;
}

.items-fw .adv .item .button {
    display: block;
    height: 38px;
    line-height: 38px;
    width: 178px;
    text-align: center;
    font-size: 18px;
    margin: 0 32px;
    cursor: pointer;
}

.items-fw .adv .button.buy {
    background: #1aa090;
    border: 1px solid #1aa090;
    color: #fff;
    margin: 36px 32px;
}

.items-fw .adv .button.free {
    background: #fff;
    border: 1px solid #1aa090;
    color: #1aa090;
}

.items-fw .adv .button.buy:hover {
    background: #20b09f;
}

.items-fw .adv .button.free:hover {
    background: #1aa090;
    color: #fff;
}

.items-fw .l-i {
    flex: 1;
    border: 1px solid #eee;
    height: 168px;
    background: #fff;
    margin-left: -1px;
    padding-top: 32px;
}

.items-fw .l-i .l-i-t {
    text-align: center;
    font-size: 18px;
    margin-bottom: 12px;
}

.items-fw .l-i .l-i-t span {
    display: inline-block;
    height: 28px;
}

.items-fw .l-i .l-i-t1 span {
    background: url(../images/website/z-1.png) no-repeat 0 0;
    padding-left: 34px;
}

.items-fw .l-i .l-i-t2 span {
    background: url(../images/website/z-2.png) no-repeat 0 0;
    padding-left: 37px;
}

.items-fw .l-i .l-i-t3 span {
    background: url(../images/website/z-3.png) no-repeat 0 0;
    padding-left: 32px;
}

.items-fw .l-i .l-i-b {
    width: 280px;
    margin: 0 auto;
    text-align: left;
    font-size: 0;
    cursor: default;
}

.big-icon {
    display: block;
    width: 270px;
    height: 24px;
    line-height: 24px;
    color: #20b09f;
    border: 1px solid #20b09f;
    text-align: center;
    font-size: 14px;
    border-radius: 15px;
    margin-bottom: 10px;
}

.sm-icon {
    display: inline-block;
    width: 130px;
    height: 24px;
    line-height: 24px;
    color: #20b09f;
    border: 1px solid #20b09f;
    text-align: center;
    font-size: 14px;
    border-radius: 15px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.sm-last {
    margin-right: 0;
}

.big-icon:hover,
.sm-icon:hover {
    background: #20b09f;
    color: #fff;
}

.items-ch {
    padding-top: 45px;
    padding-bottom: 50px;
}

.items-ch .ch-title {
    font-size: 24px;
    text-align: center;
    margin-bottom: 45px;
    display: block;
}

.items-ch a,
.items-ch .item {
    flex: 1;
}

.items-ch .item {
    border: 1px solid #eee;
    height: 95px;
    line-height: 95px;
    font-size: 18px;
    margin: 0 -1px -1px 0;
}

.items-ch .item span {
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px 0 0;
}

.items-ch .item .i-1 {
    background: url(../images/website/1_2.png) no-repeat 0 0;
    width: 36px;
    height: 36px;
}

.items-ch .item .i-2 {
    background: url(../images/website/2_2.png) no-repeat 0 0;
    width: 40px;
    height: 40px;
}

.items-ch .item .i-3 {
    background: url(../images/website/3_2.png) no-repeat 0 0;
    width: 33px;
    height: 37px;
}

.items-ch .item .i-4 {
    background: url(../images/website/4_2.png) no-repeat 0 0;
    width: 47px;
    height: 40px;
}

.items-ch .item .i-5 {
    background: url(../images/website/5_2.png) no-repeat 0 0;
    width: 40px;
    height: 40px;
}

.items-ch .item .i-6 {
    background: url(../images/website/6_2.png) no-repeat 0 0;
    width: 40px;
    height: 40px;
}

.items-ch .item .i-7 {
    background: url(../images/website/7_2.png) no-repeat 0 0;
    width: 40px;
    height: 40px;
}

.items-ch .item .i-8 {
    background: url(../images/website/8_2.png) no-repeat 0 0;
    width: 40px;
    height: 40px;
}

.items-ch .item:hover {
    background: #20b09f;
    color: #fff;
}

.items-ch .item:hover .i-1 {
    background: url(../images/website/1.png) no-repeat 0 0;
}

.items-ch .item:hover .i-2 {
    background: url(../images/website/2.png) no-repeat 0 0;
}

.items-ch .item:hover .i-3 {
    background: url(../images/website/3.png) no-repeat 0 0;
}

.items-ch .item:hover .i-4 {
    background: url(../images/website/4.png) no-repeat 0 0;
}

.items-ch .item:hover .i-5 {
    background: url(../images/website/5.png) no-repeat 0 0;
}

.items-ch .item:hover .i-6 {
    background: url(../images/website/6.png) no-repeat 0 0;
}

.items-ch .item:hover .i-7 {
    background: url(../images/website/7.png) no-repeat 0 0;
}

.items-ch .item:hover .i-8 {
    background: url(../images/website/8.png) no-repeat 0 0;
}