@charset "UTF-8";
.db {
    display: block;
}

.rad_3, .tab-pages a {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
}

.rad_5 {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
}

.rad_100, .pub_tit .more .iconfont {
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
}

.rad_10 {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -moz-border-radius: 10px;
}

.rad_15 {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -moz-border-radius: 15px;
}

.rad_50 {
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -moz-border-radius: 50px;
}

.justify-list {
    text-align: justify;
    line-height: 0;
}

.justify-list .item {
    display: inline-block;
    vertical-align: top;
}

.gray_bg {
    background-color: #f5f5f5;
}

.transition, .ind_about .about_cont .about_img .a_more .iconfont, .ind_list .list_block .item.market_item .name, .ind_list .list_block .item.show_item, .about_part2 .tech_block .item .text, .about_part3 .cont .xiaoyuan_intro .btn_more, .about_part3 .cont .xiaoyuan_list li, .about_part3 .cont .xiaoyuan_list li .main_info .tit, .dream_part3 .health_list .item, .news_long_list li, .news_long_list li .item .info h5, .detail_cont .main_tit .back, .part_list ul li, .part_list ul li .pic img, .part_list ul li .text .tit h5, .main_park_info .scrollPic .btn, .main_park_info .btn_box .btn_buy, .park_detail_cont .xuangou_btn, .vs-active, .fwtype-sl li, .fwtype-tit, .vs-card, .guest_cont .guest_form .form_lab.text, .guest_cont .guest_form .form_lab.area, .guest_cont .guest_form .form_lab.guest_btn {
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
}

.content {
    padding-bottom: 40px;
}

.topper {
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #999;
    background: #f4f4f4; }

.topper a {
    color: inherit; }

.topper-bar {
    float: left;
    margin-left: 4px;
    font-size: 0; }

.topper-bar .name {
    margin-right: 10px;
    color: #78b31f;
    text-decoration: underline; }

.topper-icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    font-size: 18px; }

.topper-help {
    float: right;
    font-size: 12px; }

.topper-help > .link:hover {
    color: #78b31f;
    text-decoration: underline; }

.topper-help > .tel > strong {
    color: #f1a004; }

.topper-help > .divier {
    padding: 0 12px;
    font-size: 12px;
    color: #d4d4d4; }
.header {
    height: 78px;
    padding: 13px 0;
}

.header .phone {
    height: 52px;
    line-height: 32px;
    color: #525252;
    font-size: 20px;
    padding: 10px 0;
}

.header .phone .iconfont {
    float: left;
    font-size: 32px;
    line-height: 32px;
    margin-right: 5px;
}

.navigation {
    position: relative;
    z-index: 1;
    height: 42px;
    line-height: 42px;
    background-color: #2cc30f;
}

.navigation .nav {
    position: relative;
    font-size: 16px;
}

.navigation .nav a {
    color: #fff;
    font-size: inherit;
}

.navigation .nav h3 {
    font-size: 100%;
    font-style: normal;
    margin: 0 5px;
}

.navigation .nav h3 a {
    display: block;
    width: 140px;
    text-align: center;
}

.navigation .nav .m {
    float: left;
    position: relative;
    z-index: 1;
}

.navigation .nav .block {
    height: 42px;
    width: 140px;
    background-color: #ff9800;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}

.navigation .nav .sub {
    display: none;
    background-color: #fff;
    position: absolute;
    top: 42px;
    left: 0;
    z-index: 1;
    width: 180px;
    -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1) !important;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1) !important;
}

.navigation .nav .sub li {
    text-align: left;
    margin: 10px 0;
}

.navigation .nav .sub li a {
    display: block;
    height: 30px;
    line-height: 30px;
    color: #666;
    padding-left: 20px;
    font-size: 14px;
}

.navigation .nav .sub li a:hover {
    color: #ff9800;
}

.footer {
    height: 74px;
    background: url(../img/footer_bg.jpg) 0 0 repeat;
    border-top: 4px solid #2cc30f;
    text-align: center;
    overflow: hidden;
}

.footer span {
    display: inline-block;
    padding: 20px 0;
    line-height: 34px;
    font-size: 14px;
    color: #fff;
    opacity: .6;
    filter: alpha(opacity=60);
}

.tab-pages {
    padding: 20px 0;
    text-align: center;
}

.tab-pages a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    border: 1px solid #d9d9d9;
    height: 36px;
    line-height: 36px;
    padding: 0 13px;
    margin: 0 2px;
    font-size: 14px;
}
.tab-pages .current{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    border: 1px solid #d9d9d9;
    height: 36px;
    line-height: 36px;
    padding: 0 13px;
    margin: 0 2px;
    font-size: 14px;
    background-color: #2cc30f;
    color: #fff;
    text-decoration: none;
}
.tab-pages a.current, .tab-pages a:hover {
    background-color: #2cc30f;
    color: #fff;
    border-color: #fff;
    text-decoration: none;
}

.total-pages {
    margin-left: 10px;
    font-size: 14px;
}

.total-pages .submit-page {
    background: #e8e8e8;
    color: #666;
    margin-left: 10px;
}

.form-text-short {
    width: 40px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #d9d9d9;
    text-align: center;
    margin: 0 8px;
    color: #2cc30f;
}

/*z-index:20*/
.vs-aside {
    position: absolute;
    top: 176px;
    right: 50%;
    z-index: 20;
    margin-right: -795px;
    width: 216px;
    background: #f5f5f5;
    border: 1px solid #dbdbdb;
}

.vs-aside-tit {
    height: 46px;
    line-height: 45px;
    border-bottom: 1px solid #dbdbdb;
}

.vs-aside-tit > .tit {
    font-size: 16px;
    color: #333;
    font-weight: 700;
    float: left;
    margin-left: 14px;
}

.vs-aside-tit > .close {
    float: right;
    margin: 14px 14px 0 0;
    width: 15px;
    height: 15px;
    background: url(../img/close-s.png) no-repeat center;
}

.vs-aside-con {
    overflow: hidden;
    padding: 10px 7px;
    min-height: 385px;
}

.vs-aside-con > .item {
    float: left;
    margin: 5px;
    padding: 0 5px;
    width: 90px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    font-size: 12px;
    color: #666;
    background: #fff;
    border: 1px solid #dbdbdb;
    border-radius: 12px;
    cursor: pointer;
}

.vs-aside.fixed {
    position: fixed;
    top: 0;
}

.vs-aside.fixed2 {
    right: 0;
    margin-right: 0;
}

.vs-aside-offtit {
    position: fixed;
    top: 50%;
    right: -40px;
    z-index: 20;
    margin-top: -90px;
    width: 40px;
    text-align: center;
    background: #f5f5f5;
    border: 1px solid #dbdbdb;
    border-right: none;
}

.vs-aside-offtit .tit {
    display: block;
    padding: 10px 4px;
    line-height: 24px;
    font-size: 16px;
    color: #333;
    font-weight: 700;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
}

.vs-aside-offtit .open {
    display: block;
    height: 35px;
    background: url(../img/openarrow.png) no-repeat center;
}

.pub_tit {
    height: 60px;
    margin-bottom: 40px;
}

.pub_tit .more {
    display: block;
    padding: 0 5px;
    font-size: 12px;
    color: #999;
    line-height: 60px;
    position: relative;
    z-index: 2;
}

.pub_tit .more .iconfont {
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 1px solid #a6a6a6;
    text-align: center;
    line-height: 12px;
    color: #A6A6A6;
    font-size: inherit;
    margin-left: 3px;
}

.pub_tit h5 {
    height: 60px;
    position: relative;
    z-index: 1;
}

.pub_tit h5 span {
    display: inline-block;
    position: relative;
    line-height: 60px;
    font-size: 22px;
    color: #333;
}

.pub_tit h5 span:before {
    content: "";
    position: absolute;
    left: 46px;
    bottom: 0;
    width: 40px;
    height: 1px;
    background-color: #e3e3e3;
}

.pub_tit h5:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 1px;
    background-color: #2cc30f;
}

.page_tit {
    padding-top: 65px;
    text-align: center;
}

.page_tit h5 {
    height: 65px;
    text-align: center;
    position: relative;
    font-size: 30px;
    color: #333;
    line-height: 62px;
    margin-bottom: 50px;
}
.special_tit h5{
    margin-bottom:20px;
}
.page_tit h5:before {
    content: "";
    position: absolute;
    width: 46px;
    height: 2px;
    background-color: #d7d7d7;
    bottom: 0;
    left: 50%;
    margin-left: -23px;
}

.page_tit.white_tit h5 {
    color: #fff;
}

.page_tit.white_tit h5:before {
    background-color: #fff;
    opacity: .4;
    filter: alpha(opacity=40);
}

.page_tit.white_tit p {
    /*display: inline-block;*/
    margin: 0 auto;
    font-size: 14px;
    width: 750px;
    line-height: 28px;
    text-align: center;
    padding-top: 15px;
    color: #fff;
}

.ind_banner {
    width: 100%;
    height: 574px;
    overflow: hidden;
    background-repeat: no-repeat;
    position: relative;
}

.ladyScroll {
    width: 1230px;
    height: 452px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.ladyScroll .scrollWrap {
    width: 1225px;
    height: 452px;
    margin-left: 20px;
    padding-top: 122px;
    overflow: hidden;
    position: absolute;
}

.ladyScroll li {
    position: relative;
    float: left;
    width: 380px;
    height: 330px;
    margin-right: 27px;
}

.ladyScroll li a {
    display: block;
    width: 100%;
    height: 330px;
}

.ladyScroll li a .pic {
    width: 100%;
    height: 226px;
    overflow: hidden;
}

.ladyScroll li a .pic img {
    max-width: 100%;
    max-height: 100%;
}

.ladyScroll li a .text {
    background-color: #fff;
    height: 104px;
    padding: 25px;
}

.ladyScroll li a .text .item h3 {
    font-size: 18px;
    color: #454545;
    line-height: 28px;
}

.ladyScroll li a .text .item p {
    font-size: 14px;
    line-height: 26px;
    color: #999;
}

.ladyScroll li a .text .item .iconfont {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid #ddd;
    text-align: center;
    line-height: 30px;
    font-size: 30px;
    color: #ddd;
    margin-top: 8px;
}

.page_banner {
    height: 200px;
    background-repeat: no-repeat;
}

.ind_about {
    position: relative;
}

.ind_about .line_color {
    height: 120px;
    background-color: #2cc30f;
}

.ind_about .about_cont {
    margin-top: -120px;
}

.ind_about .about_cont .about_intro {
    width: 720px;
}

.ind_about .about_cont .about_intro .pic_box {
    width: 720px;
    margin-top: 66px;
    padding: 10px;
    border: 1px solid #dedede;
    position: relative;
    z-index: 3;
}

.ind_about .about_cont .about_intro .text {
    width: 490px;
    padding: 35px 0;
    font-size: 14px;
    line-height: 28px;
    color: #999;
}

.ind_about .about_cont .about_img {
    width: 559px;
    height: 426px;
    position: relative;
    z-index: 2;
    margin-left: -80px;
    background-repeat: no-repeat;
    position: relative;
}

.ind_about .about_cont .about_img .a_more {
    display: block;
    position: relative;
    width: 138px;
    height: 138px;
    background-color: #2cc30f;
    margin-top: 288px;
    color: #fff;
    text-align: center;
}

.ind_about .about_cont .about_img .a_more h5 {
    position: absolute;
    top: 38px;
    left: 50%;
    margin-left: -27px;
    width: 54px;
    font-size: 22px;
    line-height: 30px;
    color: inherit;
}

.ind_about .about_cont .about_img .a_more .iconfont {
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    color: inherit;
    background-color: #ff9800;
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 1;
}

.ind_about .about_cont .about_img .a_more:hover .iconfont {
    width: 100%;
    height: 100%;
    font-size: 30px;
    text-align: center;
    z-index: 5;
    line-height: 50px;
    padding: 44px 0;
    opacity: .9;
}

.ind_news {
    margin: 65px auto 45px;
}

.ind_news .news_block .news_item {
    float: left;
    width: 400px;
    height: 530px;
    overflow: hidden;
}

.ind_news .news_block .news_item .pic {
    width: 400px;
    height: 265px;
}

.ind_news .news_block .news_item .pic img {
    width: 100%;
    height: 100%;
}

.ind_news .news_block .news_item .text {
    display: block;
    width: 100%;
    height: 265px;
    padding: 40px;
}

.ind_news .news_block .news_item .text .date {
    font-size: 14px;
    font-family: arial;
    color: #999;
    line-height: 20px;
}

.ind_news .news_block .news_item .text h5 {
    font-size: 18px;
    color: #333;
    line-height: 30px;
    margin: 13px 0;
}

.ind_news .news_block .news_item .text p {
    font-size: 14px;
    color: #999;
    line-height: 28px;
}

.ind_list {
    margin-bottom: 10px;
}

.ind_list .list_block .item {
    width: 385px;
    height: 334px;
}

.ind_list .list_block .item.market_item {
    height: 360px;
    position: relative;
}

.ind_list .list_block .item.market_item .pic {
    height: 335px;
}

.ind_list .list_block .item.market_item .pic img {
    width: 100%;
    height: 100%;
}

.ind_list .list_block .item.market_item .name {
    position: absolute;
    /*background-color: #fff;*/
    background-color: #2cc30f;
    width: 356px;
    height: 86px;
    bottom: 0;
    left: 50%;
    margin-left: -178px;
    text-align: center;
    padding: 20px 0;
    line-height: 46px;
    font-size: 16px;
    color: #fff;
    -moz-box-shadow: 0px 5px 10px rgba(51, 51, 51, 0.1) !important;
    -webkit-box-shadow: 0px 5px 10px rgba(51, 51, 51, 0.1) !important;
    box-shadow: 0px 5px 10px rgba(51, 51, 51, 0.1) !important;
}

.ind_list .list_block .item.market_item:hover .name {
    bottom: 15px;
    background: #ff9800;
}

.ind_list .list_block .item.show_item {
    background-color: #fff;
}

.ind_list .list_block .item.show_item .pic {
    height: 214px;
}

.ind_list .list_block .item.show_item .pic img {
    width: 100%;
    height: 100%;
}

.ind_list .list_block .item.show_item .text {
    height: 120px;
    padding: 20px;
}

.ind_list .list_block .item.show_item .text h5 {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #333;
}

.ind_list .list_block .item.show_item .text h5 .tit {
    width: 260px;
    color: inherit;
    font-size: inherit;
}

.ind_list .list_block .item.show_item .text h5 .price {
    font-size: inherit;
    width: 85px;
    color: #2cc30f;
    font-size: 14px;
}

.ind_list .list_block .item.show_item .text .intro {
    color: #999;
    font-size: 14px;
    line-height: 30px;
    margin-top: 10px;
}

.ind_list .list_block .item.show_item.on, .ind_list .list_block .item.show_item:hover {
    background-color: #2cc30f;
}

.ind_list .list_block .item.show_item.on .text h5, .ind_list .list_block .item.show_item:hover .text h5 {
    color: #fff;
}

.ind_list .list_block .item.show_item.on .text h5 span, .ind_list .list_block .item.show_item:hover .text h5 span {
    color: inherit;
}

.ind_list .list_block .item.show_item.on .text .intro, .ind_list .list_block .item.show_item:hover .text .intro {
    color: #fff;
    opacity: .8;
}

.about_part1 {
    padding-bottom: 100px;
}

.about_part1 .about_cont {
    width: 600px;
    padding-top: 40px;
}

.about_part1 .about_cont p {
    font-size: 14px;
    color: #787878;
    line-height: 30px;
    margin: 20px 0;
    text-indent: 24px;
}

.about_part1 .about_pic {
    width: 565px;
    height: 470px;
    position: relative;
}

.about_part1 .about_pic .pic {
    width: 530px;
    height: 380px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.about_part1 .about_pic .lab {
    position: absolute;
    width: 260px;
    height: 260px;
    background-color: #ffc000;
    color: #fff;
    font-size: 58px;
    padding: 50px 70px;
    line-height: 80px;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.about_part2 {
    height: 900px;
}

.about_part2 .tech_block {
    padding-top: 75px;
}

.about_part2 .tech_block .item {
    width: 385px;
    height: 428px;
    position: relative;
    overflow: hidden;
}

.about_part2 .tech_block .item .pic {
    width: 100%;
    height: 317px;
    position: relative;
    z-index: 1;
}

.about_part2 .tech_block .item .pic img {
    width: 100%;
    height: 100%;
}

.about_part2 .tech_block .item .text {
    position: relative;
    display: block;
    width: 100%;
    z-index: 2;
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding: 0 5px;
}

.about_part2 .tech_block .item .text .main_tit {
    height: 112px;
    padding: 26px 0;
    width: 100%;
}

.about_part2 .tech_block .item .text .main_tit p {
    line-height: 30px;
    color: inherit;
    font-size: inherit;
}

.about_part2 .tech_block .item .text .intro {
    padding: 26px 0;
}

.about_part2 .tech_block .item .text .intro p {
    line-height: 30px;
    color: inherit;
    font-size: inherit;
}

.about_part2 .tech_block .item .text .btn_more {
    height: 42px;
}

.about_part2 .tech_block .item .text .btn_more .iconfont {
    display: inline-block;
    width: 124px;
    height: 42px;
    line-height: 42px;
    background-color: #ffc000;
    color: #fff;
    text-align: center;
    font-size: 20px;
}

.about_part2 .tech_block .item:hover {
    height: 470px;
}

.about_part2 .tech_block .item:hover .text {
    margin-top: -112px;
}
.about_part3{
    padding-bottom:50px;
}
.about_part3 .cont {
    padding: 20px 36px 80px;
}

.about_part3 .cont .xiaoyuan_intro {
    width: 520px;
    height: 510px;
    background-color: #f6f6f6;
    padding: 35px 60px;
}

.about_part3 .cont .xiaoyuan_intro .date {
    font-size: 24px;
    font-family: arial;
    line-height: 40px;
    color: #7c7c7c;
}

.about_part3 .cont .xiaoyuan_intro .tit {
    font-size: 18px;
    color: #333;
    line-height: 40px;
    margin: 15px 0;
}

.about_part3 .cont .xiaoyuan_intro .info {
    font-size: 14px;
    line-height: 30px;
    color: #888;
    height: 60px;
}

.about_part3 .cont .xiaoyuan_intro .pic {
    height: 160px;
    margin: 25px 0;
}

.about_part3 .cont .xiaoyuan_intro .pic img {
    width: 100%;
    height: 100%;
}

.about_part3 .cont .xiaoyuan_intro .btn_more {
    display: inline-block;
    width: 140px;
    height: 38px;
    line-height: 38px;
    background-color: #ffc000;
    text-align: center;
}

.about_part3 .cont .xiaoyuan_intro .btn_more .iconfont {
    font-size: 20px;
    color: #fff;
}

.about_part3 .cont .xiaoyuan_intro .btn_more:hover {
    width: 50%;
    background-color: #fdcb31;
}

.about_part3 .cont .xiaoyuan_list {
    width: 550px;
}

.about_part3 .cont .xiaoyuan_list li {
    border-top: 1px solid #e5e5e5;
    height: 168px;
}

.about_part3 .cont .xiaoyuan_list li a {
    display: block;
    width: 100%;
    height: 168px;
    padding: 35px 10px;
}

.about_part3 .cont .xiaoyuan_list li .main_info {
    width: 390px;
}

.about_part3 .cont .xiaoyuan_list li .main_info .tit {
    font-size: 16px;
    line-height: 30px;
    position: relative;
    color: #333;
    padding-left: 20px;
}

.about_part3 .cont .xiaoyuan_list li .main_info .tit:before {
    content: "•";
    width: 16px;
    line-height: 30px;
    position: absolute;
    left: 0;
    color: #868686;
}

.about_part3 .cont .xiaoyuan_list li .main_info .intro {
    font-size: 14px;
    color: #999;
    line-height: 30px;
    padding-left: 20px;
    margin-top: 8px;
}

.about_part3 .cont .xiaoyuan_list li .tools {
    width: 62px;
}

.about_part3 .cont .xiaoyuan_list li .tools span {
    display: block;
    width: 100%;
}

.about_part3 .cont .xiaoyuan_list li .tools span.date {
    font-size: 20px;
    font-family: arial;
    color: #7C7C7C;
    line-height: 30px;
}

.about_part3 .cont .xiaoyuan_list li .tools span.go {
    height: 30px;
    line-height: 30px;
    margin-top: 35px;
    position: relative;
}

.about_part3 .cont .xiaoyuan_list li .tools span.go .iconfont {
    font-size: 16px;
    color: #a9a9a9;
    padding-left: 20px;
}

.about_part3 .cont .xiaoyuan_list li .tools span.go:before {
    content: "";
    width: 1px;
    height: 16px;
    background-color: #e5e5e5;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
}

.about_part3 .cont .xiaoyuan_list li:hover {
    border-color: #2cc30f;
}

.about_part3 .cont .xiaoyuan_list li:hover .main_info .tit {
    color: #2cc30f;
}

.about_part3 .cont .xiaoyuan_list li:hover .main_info .tit:before {
    color: #2cc30f;
}

.dream_part1 .intro {
    width: 840px;
    margin: 0 auto;
    padding-bottom: 40px;
}

.dream_part1 .intro p {
    text-align: center;
    font-size: 14px;
    color: #787878;
    line-height: 30px;
    margin: 15px 0;
}

.dream_part1 .pic {
    position: relative;
    width: 1184px;
    height: 300px;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0 auto 100px;
}

.dream_part1 .pic:before {
    content: "";
    width: 172px;
    height: 202px;
    background: url(../img/sharp_b_l.jpg) no-repeat center center;
    position: absolute;
    bottom: -42px;
    left: -34px;
    z-index: -1;
}

.dream_part1 .pic:after {
    content: "";
    width: 82px;
    height: 72px;
    background: url(../img/sharp_t_r.jpg) no-repeat center center;
    position: absolute;
    top: -20px;
    right: -14px;
    z-index: -1;
}
.dream_part3{
    padding-bottom:50px;
}
.dream_part3 .health_list {
    padding: 15px 0 50px;
}

.dream_part3 .health_list .item {
    float: left;
    width: 380px;
    height: 354px;
    border-bottom: 2px solid #fff;
}

.dream_part3 .health_list .item a {
    display: block;
    width: 100%;
    height: 354px;
}

.dream_part3 .health_list .item .pic {
    height: 260px;
}

.dream_part3 .health_list .item .pic img {
    width: 100%;
    height: 100%;
}

.dream_part3 .health_list .item .text {
    padding: 10px 16px;
    height: 92px;
}

.dream_part3 .health_list .item .text .tit {
    font-size: 16px;
    color: #333;
    line-height: 35px;
}

.dream_part3 .health_list .item .text .intro {
    font-size: 12px;
    color: #999;
    line-height: 30px;
}

.dream_part3 .health_list .item:hover {
    -moz-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1) !important;
    -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1) !important;
    border-color: #2cc30f;
}

.news_nav_box {
    height: 95px;
    padding: 45px 0 15px;
    text-align: center;
}

.news_nav_box .item {
    display: inline-block;
    padding: 0 26px;
    line-height: 35px;
    font-size: 14px;
    color: #444;
    margin: 0 5px;
}

.news_nav_box .item.on, .news_nav_box .item:hover {
    background-color: #2cc30f;
    color: #fff;
}

.news_long_list {
    padding-bottom: 20px;
}

.news_long_list li {
    display: block;
    width: 100%;
    height: 160px;
    border: 1px solid #DEDEDE;
    padding: 15px;
    background-color: #fdfdfd;
    margin-top: 30px;
}

.news_long_list li .item .pic {
    width: 198px;
    height: 128px;
}

.news_long_list li .item .pic img {
    width: 100%;
    height: 100%;
}

.news_long_list li .item .info {
    width: 640px;
    margin-left: 52px;
    padding: 12px 0;
}

.news_long_list li .item .info h5 {
    font-size: 16px;
    color: #666;
    line-height: 35px;
    margin-bottom: 10px;
}

.news_long_list li .item .info p {
    font-size: 14px;
    line-height: 25px;
    color: #999;
}

.news_long_list li .item .date {
    height: 90px;
    border-left: 1px solid #e3e3e3;
    padding-left: 30px;
    width: 150px;
    margin: 19px 0;
}

.news_long_list li .item .date span {
    display: block;
    font-size: 25px;
    font-family: arial;
    color: #b6b6b6;
    line-height: 38px;
    margin-bottom: 10px;
}

.news_long_list li .item .date .iconfont {
    display: inline-block;
    width: 37px;
    height: 37px;
    text-align: center;
    line-height: 36px;
    font-size: 26px;
    color: #b6b6b6;
    border: 1px solid #ddd;
}

.news_long_list li:hover {
    border-color: #2cc30f;
}

.news_long_list li:hover .item .info h5 {
    color: #2cc30f;
}

.detail_cont {
    width: 1002px;
    margin: 20px auto;
}

.detail_cont .main_tit {
    padding: 15px 0;
    margin-bottom: 25px;
    border-bottom: 1px dashed #b2b2b2;
}

.detail_cont .main_tit .item_text {
    width: 860px;
}

.detail_cont .main_tit h5 {
    font-size: 24px;
    color: #454545;
    line-height: 30px;
    margin-bottom: 10px;
}

.detail_cont .main_tit p {
    font-size: 14px;
    color: #999;
    line-height: 30px;
}

.detail_cont .main_tit .back {
    display: inline-block;
    width: 110px;
    height: 40px;
    border: 1px solid #bebebe;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #999;
    margin-top: 10px;
}

.detail_cont .main_tit .back:hover {
    background-color: #2cc30f;
    border-color: #2cc30f;
    color: #fff;
}

.detail_cont .det_content {
    padding: 0 10px;
}

.detail_cont .det_content p {
    font-size: 14px;
    color: #999;
    line-height: 30px;
    margin: 20px 0;
}

.detail_cont .det_content p img,.detail_cont .det_content img {
    max-width: 100%;
    display: inline-block;
}

.part_list {
    zoom: 1;
    overflow: hidden;
    padding-bottom: 25px;
}

.part_list ul {
    width: 1224px;
    margin-right: -24px;
}

.part_list ul li {
    float: left;
    width: 588px;
    height: 276px;
    padding: 20px;
    border: 1px solid #dedede;
    margin: 30px 24px 0 0;
}

.part_list ul li .pic {
    width: 320px;
    height: 236px;
    overflow: hidden;
}

.part_list ul li .pic img {
    width: 100%;
    height: 100%;
}

.part_list ul li .text {
    margin-left: 20px;
}

.part_list ul li .text .tit {
    display: block;
    font-weight: bold;
    height: 96px;
    border-bottom: 1px solid #dedede;
    padding: 10px 0;
}

.part_list ul li .text .tit h5 {
    font-size: 18px;
    color: #454545;
    line-height: 38px;
}

.part_list ul li .text .tit h6 {
    font-size: 24px;
    color: #2cc30f;
    line-height: 38px;
}

.part_list ul li .text p {
    font-size: 14px;
    color: #999;
    margin: 10px 0 45px;
    line-height: 30px;
}

.part_list ul li .text .detail {
    display: block;
    line-height: 30px;
    text-decoration: underline;
    font-size: 14px;
    color: #666;
}

.part_list ul li:hover {
    border-color: #2cc30f;
}

.part_list ul li:hover .pic img {
    transform: scale(1.1);
}

.part_list ul li:hover .text .tit h5 {
    color: #2cc30f;
}

.main_park_info {
    padding: 54px 48px;
}

.main_park_info .parkScroll {
    width: 550px;
}

.main_park_info .scrollPic {
    width: 550px;
    height: 504px;
    position: relative;
}

.main_park_info .scrollPic .btn {
    position: absolute;
    width: 23px;
    height: 80px;
    top: 420px;
    cursor: pointer;
    z-index: 99;
    background-color: #e5e5e5;
    text-align: center;
}

.main_park_info .scrollPic .btn .iconfont {
    font-size: 18px;
    color: #838383;
    line-height: 40px;
    display: inline-block;
    padding: 20px 0;
}

.main_park_info .scrollPic .btn:hover {
    background-color: #ff9800;
}

.main_park_info .scrollPic .btn:hover .iconfont {
    color: #fff;
}

.main_park_info .scrollPic .btn.prev {
    left: 0;
}

.main_park_info .scrollPic .btn.next {
    right: 0;
}

.main_park_info .scrollPic li {
    float: left;
}

.main_park_info .scrollPic .cf li {
    position: relative;
    color: #fff;
}

.main_park_info .scrollPic .cf a {
    display: block;
    width: 550px;
    height: 400px;
    position: absolute;
}

.main_park_info .scrollPic .picBox {
    height: 400px;
    position: relative;
    overflow: hidden;
}

.main_park_info .scrollPic .picBox ul {
    height: 400px;
    position: absolute;
}

.main_park_info .scrollPic .picBox li {
    width: 550px;
    height: 400px;
}

.main_park_info .scrollPic .listBox {
    width: 486px;
    height: 80px;
    margin: 20px auto 0;
    position: relative;
    overflow: hidden;
}

.main_park_info .scrollPic .listBox ul {
    height: 100px;
    position: absolute;
}

.main_park_info .scrollPic .listBox li {
    width: 124px;
    height: 80px;
    cursor: pointer;
    position: relative;
}

.main_park_info .scrollPic .listBox li a {
    display: block;
    width: 114px;
    height: 80px;
}

.main_park_info .scrollPic .listBox li img {
    width: 114px;
    height: 80px;
}

.main_park_info .scrollPic .listBox li.on img {
    border: 3px solid #2cc30f;
}

.main_park_info .park_info {
    width: 510px;
    padding: 15px 0;
}

.main_park_info .park_info h5 {
    font-size: 26px;
    line-height: 40px;
}

.main_park_info .park_info .note {
    color: #f35655;
    font-size: 14px;
    line-height: 40px;
}

.main_park_info .park_info .price {
    height: 80px;
    padding: 18px;
    margin: 10px 0;
    background-color: #2cc30f;
    color: #fff;
    line-height: 44px;
}

.main_park_info .park_info .price .l_price {
    color: inherit;
    font-size: 34px;
    font-family: arial;
    line-height: inherit;
}

.main_park_info .park_info .price .l_price i {
    float: left;
    opacity: .8;
    font-size: 14px;
    line-height: inherit;
    font-style: normal;
}

.main_park_info .park_info .price .r_price {
    padding: 0 25px;
    border-left: 1px solid rgba(255, 255, 255, 0.5) !important;
}

.main_park_info .park_info .price .r_price span {
    display: block;
    line-height: 22px;
    font-size: 14px;
    color: inherit;
}

.main_park_info .btn_box {
    margin-top: 40px;
}

.main_park_info .btn_box .btn_buy {
    display: inline-block;
    width: 200px;
    height: 50px;
    background-color: #ff9800;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 50px;
}

.main_park_info .btn_box .btn_buy:hover {
    background-color: #f39100;
}

.main_park_info .btn_box .btn_back {
    display: inline-block;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
}

.main_park_info .btn_box .btn_back:hover {
    text-decoration: underline;
}

.park_detail_cont {
    padding: 0 48px;
}

.park_detail_cont p {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}

.park_detail_cont p img {
    max-width: 100%;
}

.park_detail_cont .xuangou_btn {
    display: block;
    width: 415px;
    height: 75px;
    margin: 50px auto;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    border: 1px solid #d8d8d8;
    text-align: center;
    line-height: 75px;
    font-size: 20px;
    color: #666;
}

.park_detail_cont .xuangou_btn .iconfont {
    display: inline-block;
    margin: 0 5px;
    font-size: 20px;
    line-height: inherit;
}

.park_detail_cont .xuangou_btn:hover {
    border-color: #888;
}

.parket_cont {
    background-repeat: no-repeat;
    background-position: top center;
    height: 720px;
    margin-bottom: -40px;
    padding-top: 62px;
}

.parket_cont .parket_tit {
    width: 100%;
    text-align: center;
    height: 60px;
    color: #fff;
    font-size: 0;
}

.parket_cont .parket_tit span {
    display: inline-block;
    font-size: 28px;
    height: 60px;
    line-height: 50px;
    position: relative;
    color: inherit;
}

.parket_cont .parket_tit span:before {
    content: "";
    width: 77px;
    height: 2px;
    background-color: #2cc30f;
    position: absolute;
    bottom: 0;
    left: 3px;
}

.parket_cont .parket_tit span:last-child:before {
    background-color: #fff;
}

.vs-head {
    height: 60px;
    font-size: 28px;
    color: #444;
    text-align: center;
    position: relative;
    margin: 50px auto;
}

.vs-head span {
    display: inline-block;
    height: 60px;
    line-height: 50px;
    position: relative;
    font-size: inherit;
}

.vs-head span:before {
    content: "";
    width: 60%;
    height: 2px;
    background-color: #2cc30f;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -30%;
}

.vs-head:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #E2E2E2;
    position: absolute;
    bottom: 0;
    left: 0;
}

/*可视化选择*/
.dn {
    display: none;
}

.vs-fw {
    width: 1222px;
    margin: 0 auto;
    position: relative;
    height: 586px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.vs-fw-tit {
    margin: 29px auto;
    width: 182px;
    height: 65px;
    background: url(../img/vsmod-fw-tit.png);
}

.vs-fw .vs-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

.vs-bar {
    padding: 33px 0 45px;
    text-align: center;
    font-size: 0;
}

.vs-bar .vs-btn {
    display: inline-block;
    width: 145px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border: none;
    margin: 0 15px;
    background-color: #fea727;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
}

.vs-bar .vs-btn.prev {
    background-color: #2cc30f;
}

.vs-active {
    position: absolute;
    left: 50%;
    margin-left: -52px;
    top: 120px;
    z-index: 2;
    width: 104px;
    height: 104px;
    background: url(../img/vsmod-fw-selected.png) no-repeat;
    -webkit-animation: bounceIn .3s ease-in-out both;
    animation: bounceIn .3s ease-in-out both;
}

.fwtype-sl {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
}

.fwtype-sl li {
    position: relative;
    float: left;
    width: 385px;
    height: 335px;
    margin: 0 11px;
}

.fwtype-sl > li > .figure {
    position: absolute;
    cursor: pointer;
}

.fwtype-tit {
    position: absolute;
    bottom: -25px;
    left: 50%;
    z-index: 2;
    width: 356px;
    margin-left: -178px;
    height: 85px;
    padding: 20px 0;
    line-height: 45px;
    font-size: 16px;
    color: #333;
    text-align: center;
    background-color: #fff;
    cursor: pointer;
    -moz-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.08) !important;
    -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.08) !important;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.08) !important;
}

.fwtype-sl > .item1 > .figure {
    left: 0px;
    top: 0px;
    width: 385px;
    height: 335px;
    background: url(../img/fwtype-type1.png) no-repeat;
}

.fwtype-sl > .item2 > .figure {
    top: 37px;
    left: 85px;
    width: 219px;
    height: 176px;
    background: url(../img/fwtype-type2.png) no-repeat;
}

.fwtype-sl > .item2 > .tit {
    top: 23px;
    left: 3px;
}

.fwtype-sl > .item3 > .figure {
    top: 29px;
    left: 51px;
    width: 286px;
    height: 191px;
    background: url(../img/fwtype-type3.png) no-repeat;
}

.fwtype-sl > .item3 > .tit {
    top: 23px;
    left: 38px;
}

/*选中状态*/
.fwtype-sl .vsmod-active {
    bottom: 0;
    right: 75px;
}

.active > .fwtype-tit {
    background-color: #2cc30f;
    color: #fff;
}

.vs-cardbox {
    overflow: hidden;
    margin: 60px 0 0 0;
}

.vs-cardbox > .inner {
    overflow: hidden;
    margin: 0 -100px -20px 10px;
}

.vs-card {
    position: relative;
    display: inline-block;
    height: 320px;
    margin: 0 10px 30px 0;
    cursor: pointer;
}

.vs-card img {
    width: 290px;
    height: 240px;
}

.vs-card .tag {
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0;
    color: #666;
    height: 60px;
    transition: background .3s;
    border: 1px solid #fff;
}

.vs-card .tag .single {
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    text-align: center;
    color: #666;
}

.vs-card .tag .meta {
    display: block;
    width: 180px;
    height: 65px;
    padding: 2px 10px;
}

.vs-card .tag .meta .price {
    color: #666;
    width: 160px;
    line-height: 20px;
    font-size: 14px;
}

.vs-card .tag .meta .price span {
    color: #2cc30f;
    font-family: arial;
    font-weight: bold;
}

.vs-card .tag .meta .tit {
    line-height: 30px;
    font-size: 20px;
    color: #333;
    white-space: nowrap;
    /*width: 100px;*/
}

/*选中状态*/
.vs-card .vs-active {
    top: 70px;
}

.vs-card.active .tag {
    border:1px solid #2cc30f;
}

.vs-card .tag-02 {
    border: none;
}

.vs-card.active .tag-02 {
    background-color: rgba(0, 0, 0, 0.05) !important;
}

.vs-outslbox {
    overflow: hidden;
    margin: 60px 0 0 0;
}

.vs-outslbox > .inner {
    overflow: hidden;
    margin: 0 -100px -20px 0;
}

.vs-outsl {
    float: left;
    margin: 0 30px 0 0;
    width: 252px;
    height: 280px;
    font-size: 0;
    text-align: center;
}

.vs-outsl .figure {
    position: relative;
    overflow: hidden;
    height: 180px;
    border: 1px solid #81BD26;
}

.vs-outsl .figure > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.vs-outsl .meta {
    display: block;
    overflow: hidden;
    margin: 12px 0 12px 0;
    line-height: 44px;
    font-size: 20px;
    color: #fff;
    background: #81BD26;
    border-radius: 20px;
    transition: background .3s;
}

.vs-outsl .tit {
    float: left;
    width: 110px;
}

.vs-outsl .tit1 {
    float: left;
    width: 100%;
}

.vs-outsl .price {
    float: right;
    margin: 2px 2px 0 0;
    padding: 0 3px;
    width: 140px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #333;
    background: #fff;
    border-radius: 0 20px 20px 0;
}

.vs-outsl .price > strong {
    color: #666;
}

.vs-outsl .more {
    float: right;
    color: #888;
}

/*选择状态*/
.vs-outsl.active .meta {
    background: #f5a51b;
}

.vs-outsl .figure .vs-active {
    right: 20px;
    bottom: 18px;
}

.fullscreen {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 24px !important;
    height: 24px !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    display: none;
}

.item1:hover .fullscreen, .vs-card:hover .fullscreen, .figure:hover .fullscreen {
    display: block;
}

.contact_box {
    padding: 78px 0;
}

.contact_box .map_box {
    width: 620px;
    padding-left: 10px;
}

.contact_box .contact_text {
    width: 500px;
    padding-left: 70px;
    padding-top: 120px;
    font-size: 14px;
    color: #444;
    line-height: 30px;
}

.contact_box .contact_text .lab_box {
    margin: 6px 0;
}

.contact_box .contact_text .lab_box .iconfont {
    color: #bdbdbd;
    float: left;
    margin-right: 10px;
    font-size: 18px;
}

.guest_cont {
    height: 696px;
    background-repeat: no-repeat;
    background-position: top center;
    margin-bottom: -40px;
}

.guest_cont .guest_form {
    width: 574px;
    margin: 0 auto;
    padding-top: 90px;
}

.guest_cont .guest_form .form_lab {
    display: block;
    width: 100%;
    margin-top: 20px;
}

.guest_cont .guest_form .form_lab.text, .guest_cont .guest_form .form_lab.area {
    background-color: #fff;
    border: 1px solid #d8d8d8;
    padding: 10px 25px;
    line-height: 30px;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #999;
    resize: none;
}

.guest_cont .guest_form .form_lab.text:focus, .guest_cont .guest_form .form_lab.area:focus {
    border-color: #2cc30f;
}

.guest_cont .guest_form .form_lab.text {
    height: 50px;
}

.guest_cont .guest_form .form_lab.area {
    height: 140px;
}

.guest_cont .guest_form .form_lab.guest_btn {
    height: 60px;
    background-color: #2cc30f;
    color: #fff;
    font-size: 18px;
    border: none;
    cursor: pointer;
}

.guest_cont .guest_form .form_lab.guest_btn:hover {
    background-color: #ff9800;
}

/*内容页*/
.news-arc {
    margin-bottom: 50px;
    padding: 25px 30px 65px;
    border: 1px solid #81BD26;
}

.news-arc-content {
    font-size: 12px;
    line-height: 22px;
    color: #888;
}

.news-arc-content img {
    max-width: 100% !important;
}

.news-arc-head {
    margin-bottom: 25px;
    padding: 0 0 23px;
    line-height: 32px;
    text-align: center;
    border-bottom: 1px solid #e7e7e7;
}

.vs-card .meta .tit {
    font-size: 20px;
    color: #333;
    line-height: 35px;
}

/*-------------------------------------------------------
成功案例
*/
/*列表页*/
.case-list {
    overflow: hidden;
}

.case-list > .inner {
    margin: 0 -40px 0 0;
}

.case-list li {
    float: left;
    padding: 1px;
    width: 530px;
    height: 220px;
    margin: 0 40px 30px 0;
    border: 1px solid #e7e7e7;
}

.case-list .figure {
    float: left;
}

.case-list .figure img {
    width: 280px;
    height: 216px;
}

.case-list .txt {
    /**position: relative; **/
    margin: 0 20px 0 300px;
}

.case-list .txt .top {
    height: 90px;
    border-bottom: 1px solid #e7e7e7;
}

.case-list .tit {
    padding-top: 15px;
    font-weight: bold;
    font-size: 18px;
    color: #101010;
}

.case-list .price {
    font-size: 25px;
    color: #de0000;
    font-weight: bold;
}

.case-list .desc {
    overflow: hidden;
    margin: 14px 0;
    height: 66px;
    line-height: 22px;
    font-size: 12px;
}

.case-list .more {
    float: right;
    font-size: 12px;
    color: #888;
    text-transform: uppercase;
    text-decoration: underline;
}

/*内容页*/
.case-detail {
    padding: 20px;
    margin: 40px auto 50px;
    color: #888;
    border: 1px solid #e6e6e6;
}

.case-gallery {
    float: left;
    overflow: hidden;
    width: 550px;
}

.case-gallery .bigpic-box {
    width: 550px;
    height: 400px;
}

.case-gallery .bigpic-box > .dtbc {
    width: 550px;
    height: 400px;
}

.case-gallery .bigpic {
    max-width: 100%;
    max-height: 400px;
}

.case-gallery .slide {
    position: relative;
    margin-top: 10px;
    width: 100%;
    height: 80px;
}

.case-gallery .slide .btn {
    position: absolute;
    top: 0;
    width: 22px;
    height: 80px;
    background-color: #ededed;
    background-repeat: no-repeat;
    background-position: center;
}

.case-gallery .slide .btn:hover {
    background-color: #81bd26;
}

.case-gallery .slide .prev {
    left: 0;
    background-image: url(../img/caseprev1.png);
}

.case-gallery .slide .next {
    right: 0;
    background-image: url(../img/casenext1.png);
}

.case-gallery .slide .prev:hover {
    background-image: url(../img/caseprev2.png);
}

.case-gallery .slide .next:hover {
    background-image: url(../img/casenext2.png);
}

.case-gallery .slide .inner {
    overflow: hidden;
    margin: 0 31px;
    height: 100%;
}

.case-gallery .slide .con {
    overflow: hidden;
    width: 1000px;
}

.case-gallery .slide .item {
    float: left;
    width: 114px;
    height: 80px;
    margin-right: 10px;
    border: 1px solid transparent;
}

.case-gallery .slide .spic {
    width: 100%;
    height: 100%;
}

.case-gallery .slide .item.current {
    border-color: #81bd26;
}

.case-panel {
    margin-left: 590px;
    width: 450px;
}

.case-panel .top-tit {
    margin: 10px 0 0;
    font-size: 21px;
    line-height: 26px;
    color: #101010;
}

.case-panel .top-stit {
    line-height: 26px;
    color: #dd2727;
}

.case-panel .sale-status {
    overflow: hidden;
    margin-top: 10px;
    height: 83px;
    background: url(../img/case-price-bg.jpg);
}

.case-panel .price {
    float: left;
    margin: 20px 0 0 9px;
}

.case-panel .price > strong {
    color: #de0000;
    font-weight: bold;
    font-size: 30px;
}

.case-panel .sale {
    float: right;
    margin: 21px 0 0 0;
    padding: 0 0 0 28px;
    width: 109px;
    height: 42px;
    border-left: 1px solid #e2e2e2;
}

.case-panel .sale > .num {
    color: #101010;
}

.case-panel .box {
    overflow: hidden;
    margin-top: 25px;
    padding: 15px 9px;
    border-top: 1px dotted #c9c9c9;
    border-bottom: 1px dotted #c9c9c9;
}

.case-panel .info {
    margin-left: 74px;
    line-height: 26px;
}

.case-panel .info .tit {
    float: left;
    width: 74px;
    margin-left: -74px;
}

.case-panel .act {
    margin: 80px 0 0;
    text-align: right;
    font-size: 0;
}

.case-panel .act .s1-btn {
    width: 175px;
    margin: 0 0 0 10px;
}

/*屋面装饰*/
.vs-wmbox {
    margin: 62px 0 0 0;
}

.vs-wmbox [class|="col"] {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.vs-wmbox .col-1 {
    width: 10%;
    font-size: 0;
}

.vs-wmbox .col-2 {
    width: 30%;
    padding-left: 2%;
    text-align: left;
}

.vs-wmbox .col-3 {
    width: 10%;
}

.vs-wmbox .col-4 {
    width: 10%;
}

.vs-wmbox .col-5 {
    width: 20%;
}

.vs-wmbox .col-6 {
    width: 10%;
}

.vs-wmhead {
    overflow: hidden;
    height: 52px;
    line-height: 50px;
    font-size: 0;
    color: #FFF;
    background: #81BD26;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}

.vs-wmhead [class|="col"] {
    font-size: 16px;
}

.vs-wmcon {
    overflow: hidden;
    font-size: 0;
}

.vs-wmcon > li {
    padding: 10px 0;
    border-bottom: 1px solid #81BD26;
}

.vs-wmcon > li:after {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.vs-wmcon .radio {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background: url(../img/wm-radio.png) no-repeat -56px 0;
    cursor: pointer;
}

.vs-wmcon .radio.checked {
    background-position: 0 0;
}

.vs-wmcon .layout-ib {
    font-size: 16px;
    line-height: 32px;
    color: #333;
}

.vs-wmcon input[type=radio], .vs-wmcon input[type=checkbox] {
    display: none;
}

.vs-wmcon .more {
    font-size: 16px;
    color: #e58c05;
    text-decoration: underline;
}

.vs-wmcon .figure {
    width: 160px;
    height: 90px;
    border: 1px solid #81BD26;
}

.vs-wmcon .figure > .dtbc {
    width: 158px;
    height: 88px;
}

.vs-wmcon .figure > .dtbc > img {
    max-width: 158px;
    max-height: 88px;
}

.pr-sl {
    margin-left: 40px;
    padding: 7px 0 5px;
    overflow: hidden;
    font-size: 14px;
    clear: both;
}

.pr-sl .pr-tit {
    float: left;
    width: 66px;
    font-size: 13px;
    line-height: auto;
}

.pr-sl .pr-con {
    margin-left: 66px;
}

.pr-sl .pr {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 3px 4px;
    padding: 0 10px;
    line-height: 20px;
    border: 1px solid #81BD26;
    cursor: pointer;
    font-size: 13px;
}

.pr-sl input:checked + .pr {
    background: #8dcc51;
    color: #fff;
}

/*# sourceMappingURL=page.css.map */


.list_block{
    zoom:1;
    overflow:hidden;
}
.list_block ul{
    width:1220px;
    margin-right:-20px;
}
.list_block ul>li{
    margin-right:20px;
}

.tech_block{
    zoom:1;
    overflow:hidden;
}
.tech_block ul{
    width:1220px;
    margin-right:-20px;
}
.tech_block ul>li{
    margin-right:20px;
}


/*layer verify*/
.confirm input[type='text']{
    width: 100%;
    padding: 0 10px;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 5px rgba(0,0,0,.1) inset;
    color: #333;
    height: 36px;
    line-height: 36px;
    padding-top: 10px;
}



/*登录注册页*/

.header_login {
    border-bottom: 2px solid #81bd26;
}

.footer_login {
    background: none;
    border-color: #81bd26;
}

.footer_login span {
    color: #444;
}

.full-block {
    width: 100%;
    display: block;
}

.login-wrap {
    width: 100%;
    height: 660px;
    padding: 80px 0;
    background: url(../img/login_bg.jpg) top center no-repeat;
}

.shadow-box {
    width: 740px;
    height: 500px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 11px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0 0 11px rgba(0, 0, 0, 0.13);
    box-shadow: 0 0 11px rgba(0, 0, 0, 0.13);
    margin: 0 auto;
}

.login-wrap .hd ul {
    z-index: 5;
    position: relative;
    zoom: 1;
    font-size: 24px;
    font-weight: bold;
}

.login-wrap .hd li {
    float: left;
    height: 67px;
    line-height: 67px;
    width: 50%;
    color: #666;
    cursor: pointer;
    border-bottom: 1px solid #81bd26;
    text-align: center;
}

.login-wrap .hd li.on {
    font-weight: bold;
    overflow: hidden;
    position: relative;
    background-color: #81bd26;
    color: #fff;
}

.login-wrap .hd li.on:first-child {
    border-top-left-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-top-left-radius: 10px;
    -o-border-top-left-radius: 10px;
}

.login-wrap .hd li.on:last-child {
    border-top-right-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-top-right-radius: 10px;
    -o-border-top-right-radius: 10px;
}

.login-wrap .bd {
    clear: both;
    position: relative;
    height: 432px;
    padding: 38px 0;
    overflow: hidden;
}

.login-wrap .bd .conWrap {
    width: 720px;
}

.login-wrap .bd .conWrap .info-box {
    width: 458px;
    padding: 0 0 0 20px;
    border-right: 1px solid #ebebeb;
}

.login-wrap .bd .conWrap .note-box {
    float: left;
    width: 248px;
    padding: 10px 0 90px 40px;
    color: #666;
}

.login-wrap .info-box span {
    height: 42px;
    margin-bottom: 16px;
}

.login-wrap .info-box em {
    float: left;
    width: 116px;
    height: 40px;
    line-height: 40px;
    color: #888;
    text-align: right;
    font-style: normal;
}

.login-wrap .info-box em i {
    padding: 0 3px;
    color: #f00;
}

.login-wrap .info-box .intxt {
    float: left;
    width: 268px;
    height: 40px;
    padding: 5px 30px 5px 10px;
    border: 1px solid #cfcfcf;
    margin-left: 10px;
}

.login-wrap .info-box input.yzm {
    width: 148px;
}

.login-wrap .info-box .get-yzm {
    float: left;
    background-color: #f4f4f4;
    height: 40px;
    line-height: 40px;
    border: 1px solid #cfcfcf;
    padding: 0 6px;
    margin-left: 8px;
    color: #333;
}

.login-wrap .info-box input[type='submit'] {
    width: 271px;
    height: 50px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #81bd26;
    -webkit-box-shadow: inset 0 -2px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: inset 0 -2px rgba(0, 0, 0, 0.12);
    box-shadow: inset 0 -2px rgba(0, 0, 0, 0.12);
    border: none;
    margin-left: 10px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}

.login-wrap .bd .conWrap .login-info {
    width: 442px;
    padding: 0 66px;
}

.login-wrap .login-info span {
    position: relative;
}

.login-wrap .login-info .intxt {
    width: 308px;
    height: 44px;
    color: #ccc;
}

.login-wrap .login-info input[type='submit'] {
    width: 310px;
}

.login-wrap .login-info .iconfont {
    position: absolute;
    right: 0;
    top: 12px;
    color: #999;
    display: inline-block;
    width: 20px;
    text-align: center;
    font-size: 18px;
}

.login-wrap .login-info em {
    font-size: 12px;
    color: #333;
    text-align: left;
    padding-left: 8px;
}

.login-wrap .login-info a.fr {
    font-size: 12px;
    color: #5b9601;
    line-height: 42px;
}

.login-wrap .three-ensure .head {
    overflow: hidden;
    display: block;
    margin-bottom: 20px;
    text-indent: -900px;
    height: 19px;
    width: 190px;
    background: url(../img/login-3bz.png) no-repeat center;
}

.login-wrap .three-ensure .item {
    height: 74px;
    padding: 10px 0 10px 64px;
    line-height: 21px;
    background-repeat: no-repeat;
    background-position: left center;
}

.login-wrap .three-ensure .item-safe {
    background-image: url(../img/icon/login-safe.png);
}

.login-wrap .three-ensure .item-zl {
    background-image: url(../img/icon/login-zl.png);
}

.login-wrap .three-ensure .item-ser {
    background-image: url(../img/icon/login-ser.png);
}

.login-wrap .three-ensure .tit-1 {
    margin-top: 6px;
    color: #666;
}

.login-wrap .three-ensure .tit-2 {
    font-size: 12px;
    color: #aaa;
}

/**************/
.about_part2 {
    height: 900px;
}

.about_part2 .tech_block {
    padding-top: 45px;
}

.about_part2 .tech_block .item {
    width: 385px;
    height: 428px;
    position: relative;
    overflow: hidden;
}

.about_part2 .tech_block .item .pic {
    width: 100%;
    height: 317px;
    position: relative;
    z-index: 1;
}

.about_part2 .tech_block .item .pic img {
    width: 100%;
    height: 100%;
}

.about_part2 .tech_block .item .text {
    position: relative;
    display: block;
    width: 100%;
    z-index: 2;
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding: 0 5px;
}

.about_part2 .tech_block .item .text .main_tit {
    height: 82px;
    padding: 26px 0;
    width: 100%;
}

.about_part2 .tech_block .item .text .main_tit p {
    line-height: 30px;
    color: inherit;
    font-size: inherit;
}

.about_part2 .tech_block .item .text .intro {
    padding: 26px 0;
}

.about_part2 .tech_block .item .text .intro p {
    line-height: 30px;
    color: inherit;
    font-size: inherit;
}

.about_part2 .tech_block .item .text .btn_more {
    height: 42px;
}

.about_part2 .tech_block .item .text .btn_more .iconfont {
    display: inline-block;
    width: 124px;
    height: 42px;
    line-height: 42px;
    background-color: #ffc000;
    color: #fff;
    text-align: center;
    font-size: 20px;
}

.about_part2 .tech_block .item:hover {
    height: 470px;
}

.about_part2 .tech_block .item:hover .text {
    margin-top: -82px;
}



/*-------------------------------------------------------
用户中心
*/
.uc-main {
    overflow: hidden;
    margin: 0 0 40px;
    border: 1px solid #e7e7e7; }

.uc-menu {
    float: left;
    width: 229px;
    margin-bottom: -9999px;
    padding-bottom: 9999px;
    background-color: #f6f6f6;
    border-right: 1px solid #e7e7e7; }

.uc-menu > li > a {
    display: block;
    overflow: hidden;
    padding: 0 14px;
    height: 55px;
    line-height: 54px;
    font-size: 16px;
    border-bottom: 1px solid #e7e7e7; }

.uc-menu > li > a span {
    font-size: 16px !important;
    color: inherit; }

.uc-menu > li > a .iconfont.fl {
    margin: 0 10px 0 0;
    color: #999;
    font-size: 20px !important; }

.uc-menu > li > a .iconfont.fr {
    color: #777;
    font-size: 14px; }

.uc-menu > li > a.current {
    color: #fff;
    background-color: #81bd26;
    border-color: #81bd26; }

.uc-menu > li > a.current span {
    color: inherit; }

.uc-menu > li > a.current .iconfont {
    color: inherit; }

.uc-content {
    padding: 15px 28px 20px 42px;
    margin-left: 229px;
    margin-bottom: -9979px;
    padding-bottom: 9999px; }

.uc-panel-head {
    height: 56px;
    margin-bottom: 25px;
    border-bottom: 1px solid #e7e7e7; }

.uc-panel-head .txt {
    float: left;
    height: 56px;
    line-height: 55px;
    font-size: 24px;
    color: #444;
    border-bottom: 2px solid #81bd26; }

.uc-info-form .form-group {
    margin-bottom: 22px;
    font-size: 0; }

.uc-info-form .form-label {
    width: 420px;
    height: 45px;
    padding: 0 0 0 20px;
    line-height: 43px;
    color: #78b31f;
    font-size: 15px;
    border: 1px solid #dfdfdf;
    background-color: #f6f6f6; }

.uc-info-form .form-control {
    float: right;
    width: 316px;
    padding: 5px 15px;
    height: 43px;
    line-height: 33px;
    background-color: #fff;
    border-left: 1px solid #e8e8e8; }

.uc-info-form .form-alert {
    margin-left: 14px;
    color: #bababa; }

.uc-info-form .form-submit-group {
    margin: 36px 0 30px 104px; }

.uc-info-form .submit, .uc-info-form .reset {
    margin-right: 15px;
    width: 120px;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    color: #fff;
    cursor: pointer; }

.uc-info-form .submit {
    background-color: #81bd26; }

.uc-info-form .reset {
    background-color: #c9c9c9; }

.uc-odlist table {
    width: 100%; }

.uc-odlist th, .uc-odlist td {
    padding-left: 14px;
    padding-right: 10px;
    text-align: left; }

.uc-odlist th {
    line-height: 34px;
    color: #333;
    font-weight: normal;
    background-color: #f6f6f6; }

.uc-odlist td {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 12px;
    line-height: 55px;
    border-bottom: 1px solid #ededed; }

.uc-odlist .col-xq {
    width: 260px; }

.uc-odlist .col-ck {
    width: 102px; }

.uc-odlist .info-detail .box {
    overflow: hidden; }

.uc-odlist .info-detail .figure {
    float: left;
    margin-right: 12px;
    width: 65px;
    height: 65px; }

.uc-odlist .info-detail .tit {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 20px;
    color: #78b31f; }

.uc-odlist .info-detail .desc {
    overflow: hidden;
    height: 36px;
    line-height: 18px; }

.uc-odlist .info-price {
    font-size: 14px;
    color: #df0100; }

.uc-odlist .info-status .on {
    color: #78b31f; }

.uc-odlist .more {
    display: inline-block;
    width: 85px;
    height: 29px;
    line-height: 27px;
    text-align: center;
    color: #73b018;
    background-color: #e9f2da;
    border: 1px solid #a9d369;
    border-radius: 3px; }

.uc-order-detail {
    border: 1px solid #e7e7e7; }

.uc-order-detail .panel-head {
    padding-left: 16px;
    line-height: 44px;
    font-size: 16px;
    color: #666;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    background: #f6f6f6; }

.uc-order-detail .panel-head a {
    font-size: inherit; }

.uc-order-detail .panel-head .on {
    color: #78b31f; }

.uc-order-detail .panel-head:first-child {
    border-top: none; }

.uc-order-detail .panel-con {
    padding: 5px 22px 25px; }

.uc-order-progress {
    overflow: hidden;
    width: 720px;
    margin: 35px auto 20px; }

.uc-order-progress .bar {
    position: relative;
    height: 28px; }

.uc-order-progress .bar .child {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.uc-order-progress .bar .bg-default {
    background-color: #ddd; }

.uc-order-progress .bar .bg-current {
    z-index: 2;
    background-color: #81bd26; }

.uc-order-progress .bar .mask {
    z-index: 3;
    background: url(../img/process.png); }

.uc-order-progress .col {
    float: left;
    width: 25%;
    margin-top: 8px;
    text-align: center;
    font-size: 12px;
    line-height: 18px;
    color: #aaa; }

.uc-order-receive {
    overflow: hidden;
    padding: 10px 0 0 18px; }

.uc-order-receive .col {
    float: left;
    line-height: 28px;
    color: #333;
    font-size: 12px; }

.uc-order-receive .col-odd {
    width: 445px; }

.uc-order-receive .col-even {
    margin-left: 20px;
    clear: right; }

.uc-order-receive .col-even a {
    margin-left: 5px;
    color: #2674bd;
    text-decoration: underline; }

.uc-order-detail .countbox {
    margin-top: 10px;
    height: 40px;
    line-height: 40px;
    text-align: right;
    font-weight: bold;
    color: #333; }

.uc-order-detail .countbox .price {
    color: #de0000;
    font-size: 16px; }

.uc-table {
    width: 100%; }

.uc-table th, .uc-table td {
    padding: 11px 10px;
    line-height: 17px;
    text-align: left;
    border-bottom: 1px solid #e7e7e7;
    font-size: 14px; }

.uc-table th {
    font-weight: normal;
    font-size: 12px;
    color: #888; }

.uc-table td {
    color: #333; }

.fullscreen {
    position: absolute;
    right: 15px;
    top: 35px;
    width: 24px !important;
    height: 24px !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    display: none; }

.item1:hover .fullscreen, .vs-card:hover .fullscreen, .figure:hover .fullscreen {
    display: block; }

.router-box {
    overflow: hidden;
    height: 88px; }

.router {
    margin: 35px 0 0 10px;
    line-height: 20px;
    font-size: 14px;
    color: #888; }

.router .iconfont {
    float: left;
    margin-right: 5px;
    color: #999;
    font-size: 18px; }

.router a {
    color: inherit;
    font-size: 14px; }

.nobbo {
    outline: none;
    border: none;
    background: none; }

.layout-ib {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px; }

.uc-submenu {
    margin: 10px 0; }

.uc-submenu a {
    display: block;
    padding: 0 10px 0 50px;
    line-height: 44px;
    font-size: 14px; }

.uc-submenu a:hover {
    color: #78b31f; }

.uc-submenu a.current {
    color: #78b31f;
    background-color: #eee; }

.vs-confirm-box {
    margin: 48px 45px 45px;
    text-align: center; }

.vs-confirm-box .tit {
    margin: 15px 0 12px;
    font-size: 22px;
    color: #222; }

.vs-confirm-box .tip-txt {
    color: #666; }

.vs-confirm-box .panel {
    margin-top: 60px;
    font-size: 0; }

.vs-confirm-box .js-btn {
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px;
    width: 150px;
    height: 50px;
    line-height: 48px;
    font-size: 18px;
    text-align: center;
    border-radius: 5px;
    outline: none;
    cursor: pointer; }

/*# sourceMappingURL=page.css.map */


.add_btn_more {
    width: 160px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #2CC30F;
    background-color: #fff;
    display: block;
    margin: 20px auto;
    text-align: center;
    transition: all .5s;
    -webkit-transition: all .5s; }
.add_btn_more:hover {
    background-color: rgba(255,255,255,.8) !important; }
.add_btn_more.green_more {
    background-color: #2CC30F;
    color: #fff; }
.add_btn_more.green_more:hover {
    background-color: #1fb601 !important; }