﻿@charset "utf-8";
/*全局样式*/
@import url("base.css");
body {margin:0 auto;padding:0;width:100%;color:#333;font:14px/1.5 Arial,"Microsoft Yahei";background:#fafafa;-webkit-font-smoothing:antialiased;}
input,button,select,textarea,img,p,h1,h2,h3,h4,h5 {margin:0;padding:0;border:0;font-family:'Microsoft YaHei','微软雅黑';}
a {color:#333;text-decoration:none;}
a:hover {color:#00b7a1;text-decoration:none;-webkit-transition:all 0.2s linear;transition:all 0.2s linear;}
ol,ul,li,dl,dd {margin:0 auto;padding:0;list-style-type:none;}
i,em {font-style:normal;}
table {border-collapse:collapse;border-spacing:0;}
/*Clear Fix*/
.clearfix:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix {display:inline-block;}
.clearfix {display:block;}
.mr5{margin-left: 5px !important;}
.mr10{margin-right: 10px !important;}
.clear {clear:both;font-size:0px;height:0px;overflow:hidden;}
.line5 {clear:both;font-size:0px;height:5px;overflow:hidden;}
.line10 {clear:both;font-size:0px;height:10px;overflow:hidden;}
.line15 {clear:both;font-size:0px;height:15px;overflow:hidden;}
.mt50{margin-top: 50px !important;}
.mb50{margin-bottom: 50px !important;} 
/*页面布局*/
.section {position:relative;margin:0 auto;width:1300px;max-width:1300px;text-align:left;}
.wrapper {position:relative;margin:0 auto;padding:0;width:100%;height:auto;text-align:left;overflow:hidden;}
.wrapper:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.wrap-box {width:1300px;}
.bg-wrap {margin:0;padding:0;background:#fff;}
.bg-wrap:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.bg-wrap.nobg {background:none;}
.pad-15 {position:relative;padding:15px;}
.pt-30 {padding-top:30px;}
.icon {position:absolute;display:block;width:20px;height:20px;background:url(../images/icon.png) no-repeat;zoom:1;}
.fl {float:left !important;}
.fr {float:right !important;}
.main-title .title {text-align:center;text-transform:uppercase;}
.main-title h1 {font-size:30px;font-weight:bold;color:1b1b1b;text-align:center;padding-top:50px;border-bottom:1px solid #d3d3d3;color:#c80007;}
.pagination {margin:28px 0 0;text-align:center;font-size:14px;}
.main-title .nav-tit {padding:30px 0;text-align:center;color:#a7a7a7;font-size:18px;}
.main-title .nav-tit a {margin-left:10px;color:#a7a7a7;background:#ffffff;border:2px solid #a7a7a7;padding:5px 0;width:180px;display:inline-block;}
.main-title .nav-tit a:hover,.nav-tit a.selected {color:#fff;background:#c6000d;border-color:#c6000d;}
.location{ padding:5px 0; width:100%; height:40px; line-height:40px; color:#999; font-size:12px; text-align:left; }
.location a{ margin:0 5px; }
.location span{ color:#666; }
.banner{margin: 0 auto;width: 100%;}
.banner img {width: 100%;height: auto;}
.swiper-pagination-bullet-active {opacity: 1;background: #fff !important;}
 .c-breadcrumb {line-height:22px;font-size:14px;background:#fafafa;width:100%;padding: 25px 0;}
.c-breadcrumb span {color:#999999;}
.c-breadcrumb a {color:#999999;}
.c-breadcrumb a:hover {color:#00af9a;text-decoration:underline;}
.c-breadcrumb .navtxt {display:inline-block;margin-left:12px;padding-left:22px;background:url(../images/home.png) no-repeat left center;}
.common-menu .section{text-align: center;padding: 5px 0;}
.common-menu a{width: 122px;height: 40px; line-height: 40px;font-size: 14px;color: #666666;border: 1px solid #00af9a;display: inline-block;margin-right: 30px;}
.common-menu a.active,.common-menu a:hover{background: #00af9a;color: #fff;}
.joinus{border-bottom: 1px dashed #e5e5e5;padding: 30px 0;}
.header .logo {
    float: left;
    display: inline;
    line-height: 115px;
    padding-right: 75px;
}

.header {
    position: relative;
    z-index: 99;
    height: 115px;
    color: #FFF;
    background: #ffffff;
    -webkit-box-shadow: 0 0 8px rgba(4, 0, 0, 0.15);
    box-shadow: 0 0 8px rgba(4, 0, 0, 0.15);
}

.navigation li .onemore:after {
    content: "";
    display: inline-block;
    margin: 55px 0 0;
    margin-left: 5px;
    vertical-align: top;
    width: 0;
    height: 0;
    border-top: 4px solid #cecece;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}

.navigation li .onemore:hover:after {
    border-bottom: 4px solid #fff;
    border-top: none;
}

.header .navigation {
    float: left;
    display: inline;
    margin-left: 12px;
}

    .header .navigation li {
        float: left;
        display: inline;
        font-size: 16px;
        position: relative;
    }

        .header .navigation li .one {
            display: block;
            height: 115px;
            line-height: 115px;
            padding: 0 27px;
        }

            .header .navigation li.active .one, .header .navigation li.current .one, .header .navigation li .one:hover {
                color: #fff;
                background: #00b7a1;
            }

        .header .navigation li dl {
            width: 100%;
            background: #fff;
        }

        .header .navigation li.current dl {
            display: block;
        }

.header .lang {
    float: right;
    display: inline;
    margin: 37px 0;
}

    .header .lang li {
        float: left;
        display: inline;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }

        .header .lang li.fg {
            margin-left: 5px;
            padding-left: 5px;
            border-left: 1px solid #FFF;
        }

.header .searchlist {
    float: right;
    display: inline;
    margin-left: 20px;
    position: relative;
    border: 1px solid #00b7a1;
    border-radius: 30px;
}

.header .searchtxt {
    display: block;
    padding: 3px 10px;
    padding-right: 7px;
    width: 160px;
    height: 30px;
    line-height: 30px;
    background: #fff;
    outline: 0;
    border: 1px solid #fff;
    border-radius: 30px;
    font-size: 12px;
    -webkit-transition: .35s;
    transition: .35s;
}

.header .searchbtn {
    position: absolute;
    right: 7px;
    top: 50%;
    display: block;
    margin: 0;
    margin-top: -12px;
    width: 24px;
    height: 24px;
    background: url(../images/search.png) no-repeat center;
    font-size: 0;
    text-indent: -99px;
    border: 0;
    outline: 0;
    overflow: hidden;
    cursor: pointer;
}

.header .lang a {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    background: #00b7a1;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
    .header{position: relative;}
    .sub-box {position: absolute;left: 0;right: 0; top: 115px;width: 100%;padding: 30px 0;background: #f7f7f7;  -webkit-box-shadow: 0 0 8px rgba(4, 0, 0, 0.15);
    box-shadow: 0 0 8px rgba(4, 0, 0, 0.15); display: none;}
    .sub-box li{float: left;width: 190px;margin-right: 40px;}
    .sub-box li span{border-bottom: 1px solid #ccc;font-size: 16px;color: #272727;padding: 10px 0;}
    .sub-box li img{padding-top: 30px;}
    .sub-box li a:hover span{color: #00b7a1;}
.productnav {
    position: absolute;
    left: 0;
    right: 0;
    top: 115px;
    width: 100%;
    padding-top: 30px;
    background: #f7f7f7;
    -webkit-box-shadow: 0 0 8px rgba(4, 0, 0, 0.15);
    box-shadow: 0 0 8px rgba(4, 0, 0, 0.15);
    display: none;
}

    .productnav .cate {
        width: 270px;
        float: left;
        padding-left: 100px;
    }

        .productnav .cate a img {
            padding-right: 20px;
        }

        .productnav .cate a {
            font-size: 16px;
            color: #272727;
            font-weight: 400;
            border-bottom: 1px solid #e4e3e2;
            padding-bottom: 10px;
            display: block
        }

        .productnav .cate .subcate {
            display: block;
            position: relative;
            padding-top: 10px;
        }

            .productnav .cate .subcate li {
                width: 50%;
                float: left;
                padding: 7px 0;
            }

            .productnav .cate .subcate a {
                border: none;
                padding: 0;
            }

    .productnav .right {
        float: right;
        width: 180px;
        border-left: 1px solid #e4e3e2;
        padding-left: 60px;
    }

        .productnav .right h2 {
            font-size: 18px;
            color: #272727;
            padding-bottom: 38px;
            padding-top: 5px;
        }

        .productnav .right p {
            font-size: 14px;
            color: #666666;
            line-height: 30px;
        }

        .productnav .right .service-center {
            color: #999999;
            padding-top: 40px;
        }

            .productnav .right .service-center a {
                color: #ec5923;
            }

.mallist {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #272727;
    border-top: 1px solid #e4e3e2;
    margin-top: 35px;
}

    .mallist ul {
        width: 800px;
        margin: 0 auto;
    }

    .mallist li {
        float: left;
        width: 125px;
        padding-left: 48px;
        position: relative;
    }

        .mallist li span {
            padding: 20px 0;
            display: block;
        }

        .mallist li a {
            padding: 20px 0 20px 30px;
            display: block;
        }

    .mallist .tmall a {
        background: url(../images/tmall.png) no-repeat left center;
        color: #666;
    }

    .mallist .taobao a {
        background: url(../images/taobao.png) no-repeat left center;
        color: #666;
    }

    .mallist .jd a {
        background: url(../images/jd.png) no-repeat left center;
        color: #666;
    }

    .mallist a:after {
        content: "";
        display: inline-block;
        margin: 7px 0 0;
        margin-left: 5px;
        vertical-align: top;
        width: 0;
        height: 0;
        border-left: 4px solid #727272;
        border-bottom: 4px solid transparent;
        border-top: 4px solid transparent;
    }
.i-about {
    background: url(../images/about.jpg) no-repeat 50% 0;
    height: 643px;
}

    .i-about .left {
        width: 365px;
        float: left;
        padding-top: 200px;
        text-align: center;
    }

    .i-about .since {
        font-size: 20px;
        color: #00af9a;
        font-weight: bold;
        text-transform: uppercase;
        text-align: center;
        padding-bottom: 20px;
    }

    .i-about p {
        font-size: 12px;
        color: #333;
        text-align: left;
        padding-top: 30px;
    }

    .i-about .right {
        float: right;
        width: 615px;
        margin-top: 155px;
        padding: 65px 90px;
        background: rgba(255,255,255,.78);
    }

        .i-about .right h2 {
            font-size: 35px;
            color: #000;
            position: relative;
            padding-bottom: 22px;
        }

            .i-about .right h2 i {
                position: absolute;
                left: 0;
                bottom: 0;
                height: 1px;
                width: 1em;
                background: #000;
            }

        .i-about .right p {
            font-size: 16px;
            color: #000;
            line-height: 35px;
        }
.column {
    padding: 60px 0;
}

    .column li {
        float: left;
        text-align: center;
        width: 325px;
        text-align: center;
    }

        .column li p {
            font-size: 24px;
            color: #171719;
            text-align: center;
            padding: 25px 0;
        }

        .column li .more {
            width: 145px;
            height: 42px;
            line-height: 42px;
            border-radius: 42px;
            color: #fff;
            font-size: 16px;
            background: #00b7a1;
            display: inline-block;
            margin-top: 10px;
        }
.i-news {
    padding: 70px 0;
    overflow: hidden;
}

    .i-news h2 {
        font-size: 35px;
        font-weight: 400;
        color: #000000;
        text-align: center;
        padding-bottom: 50px;
    }

    .i-news ul {
        width: 105%;
    }

    .i-news li {
        width: 414px;
        height: 487px;
        overflow: hidden;
        float: left;
        margin-right: 29px;
        background: url(../images/newst.png) no-repeat left bottom;
        padding-bottom: 35px;
    }

    .i-news .img-box {
        display: table;
        width: 100%;
        height: 257px;
        overflow: hidden;
        position: relative;
        z-index: 1;
    }

        .i-news .img-box.cell {
            display: table-cell;
            vertical-align: middle;
            text-align: center;
        }

        .i-news .img-box img {
            max-height: 257px;
            -webkit-transition: .45s;
            transition: .45s
        }

    .i-news .time {
        font-size: 32px;
        font-weight: bold;
        color: #b8b8b8;
        padding: 15px 0;
    }

    .i-news h3 {
        font-size: 16px;
        color: #121212;
        padding-bottom: 30px;
        border-bottom: 1px solid #c2c2c2;
        text-align: left;
    }

    .i-news li:hover .time {
        color: #00b7a1;
    }

    .i-news li:hover {
        background-image: url(../images/newsta.png);
    }

    .i-news p {
        font-size: 14px;
        color: #666;
        padding: 25px 0;
    }
.video {
    background: url(../images/videobg.jpg) no-repeat 50% 0;
    height: 350px;
    text-align: center;
}

    .video a {
        display: inline-block;
        margin-top: 80px;
    }

    .video img {
        padding: 20px 0;
    }

    .video h2 {
        font-size: 35px;
        color: #ffffff;
    }

    .video p {
        font-size: 16px;
        color: #fff;
    }
.service {
    padding: 80px 5px;
}

    .service li {
        width: 430px;
        float: left;
        text-align: center;
    }

        .service li h2 {
            font-size: 18px;
            color: #333;
            padding-top: 35px;
        }

        .service li p {
            font-size: 14px;
            color: #666;
            padding-top: 20px;
        }

        .service li a {
            margin-top: 60px;
            display: inline-block;
            background: #f0f0f0;
            width: 200px;
            height: 45px;
            line-height: 45px;
            color: #333333;
            font-size: 14px;
        }

        .service li .tel, .service li .mp {
            padding-top: 60px;
        }

            .service li .mp span {
                display: block;
                font-size: 16px;
                color: #666;
                padding-top: 15px;
            }

            .service li .tel span {
                font-size: 35px;
                color: #00b7a1;
                font-weight: 500;
            }
/*搜索*/
.search-tit {display:block;margin:0 30px;padding-top:15px;line-height:38px;border-bottom:1px solid #f0f0f0;}
.search-tit h3 {display:inline-block;color:#333;font-size:16px;font-weight:normal;}
.search-tit span {margin-left:15px;color:#999;font-size:14px;}
.search-tit span strong {margin:0 2px;color:#1e7bb3;font-weight:600;}
.n-list {padding:15px 30px;}
.n-list li {display:block;padding-bottom:15px;border-bottom:1px solid #f0f0f0;overflow:hidden;}
.n-list li:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.n-list li h2 {padding:15px 0 15px;font-size:18px;line-height:24px;font-weight:normal;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
.n-list li h2 a {color:#333;text-decoration:none;}
.n-list li h2 a:hover {color:#8CAC52;}
.n-list li .note b {position:relative;display:block;float:left;margin-right:16px;width:118px;height:118px;border:1px solid #e8e8e8;font-style:normal;}
.n-list li .note b img {min-width:100%;min-height:100%;width:100%;_height:100%;}
.n-list li .note p {display:block;font-size:14px;max-height:84px;line-height:28px;font-weight:500;color:#666;overflow:hidden;}
.n-list li .note .info {padding-top:10px;height:20px;line-height:20px;}
.n-list li .note .info span {margin-right:10px;color:#999;font-size:12px;}
.n-list li .note .info span i {margin-right:3px;font-size:12px;}
.n-list .nodata {margin-top:30px;color:#666;font-size:14px;line-height:100px;text-align:center;}
/*分页*/
div.digg {margin:0;padding:0;text-align:left;font-size:14px;display:inline-block;}
div.digg a {display:block;float:left;padding:5px 12px;margin:0 0 0 8px;border:1px solid #e1e2e3;line-height:20px;height:20px;color:#666666;background:#fff;text-decoration:none;border-radius:3px;}
div.digg a:hover {border:1px solid #00a191;background:#00a191;color:#fff;}
div.digg span {display:block;float:left;padding:5px 0;line-height:20px;height:20px;}
div.digg span.current {padding:5px 12px;margin:0 0 0 8px;color:#fff;font-weight:bold;background:#00a191;border-radius:3px;}
div.digg span.disabled {border:1px solid #eee;padding:5px 12px;margin:0 0 0 8px;color:#ddd;}
/*aoubt*/
.companyinfo h2{text-align: center;font-size: 35px;color: #272727;padding: 50px 0;}
.companyinfo .left{float: left;width: 766px;padding-right: 40px;}
.companyinfo .left p{text-indent:2em;color: #272727;line-height: 25px;font-size: 14px;padding: 5px 0;}
.gipp{background: url(../images/tj.jpg) no-repeat 50% 0;height: 494px;position: relative;margin-top: 80px;}
.gipp .since {
    font-size:14px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 14px;
}
.gipp .info{border: 2px solid #fff;width: 1090px;height: 242px;position: absolute;top: 50%;margin-top: -171px;left: 50%;margin-left: -545px;text-align: center;padding: 50px 0;}
.gipp .info span{color: #fff;font-size: 20px;padding: 10px 0;display: block;}
.gipp .info p{padding: 20px 120px;color: #fff;font-size: 14px;line-height: 25px;}
.culture{padding: 80px 0;}
.culture .left{float: left;width: 340px;padding-right: 100px;}
.tuji{background: url(../images/tjp.jpg) no-repeat 50% 0;height: 643px;position: relative;}
.tuji .info{position: absolute;top: 250px;width: 100%;}
.tuji h2{font-size: 55px;color: #fff;font-weight: bold;text-align: center;}
.tuji p{font-size: 18px;color: #fff;padding-top: 30px;text-align: center;}
.homestore{ margin-top:35px;}
.homestore .caption{ text-align:center;}
.homestore .caption h2{ font-size:36px; line-height:46px; color:#0a525e;}
.homestore .caption h3{ margin-top:8px; font-size:24px; line-height:30px; text-transform:uppercase; color:#666;}
.homestore .caption h2 span{ display:inline-block; margin:0 20px; vertical-align:middle;}
.homestore .caption h2 i{ display:inline-block; width:190px; height:1px; line-height:0; vertical-align:middle; background-color:#9d9ca2; overflow:hidden;}
.homestore .maincont{ position:relative; margin-top:20px; width:100%;}
.homestore .storecarousel{ display:block; margin:auto; width:880px; height:480px; overflow:hidden; position:relative;}
.homestore .storecarousel img{ border:1px solid #e7e7e7; -webkit-box-shadow:0px 5px 10px rgba(0, 0, 0, 0.298039); box-shadow:0px 5px 10px rgba(0, 0, 0, 0.298039);}
.homestore .storePrev,.homestore .storeNext{ display:block; position:absolute; top:50%; margin-top:-50px; width:30px; height:99px; background-position:center center; background-repeat:no-repeat; background-color:#686868; -webkit-transition:.4s; transition:.4s;}
.homestore .storePrev:hover,.homestore .storeNext:hover{ background-color:#00af9a;}
.homestore .storePrev{ left:124px; background-image:url(../images/sprev.png);}
.homestore .storeNext{ right:124px; background-image:url(../images/snext.png);}
/*内容详情*/
.entry{ margin-top:20px; padding:0 50px 30px; font-size:14px; line-height:2em; word-wrap:break-word; }
.entry img{ max-width:100%!important; height:auto!important; }
.entry h2,.entry h3,.entry h4{ margin:0.8em auto; padding-bottom:5px; border-bottom:1px solid #f6f6f6; color:#333; }
.entry h2{ font-size:1.2em; }
.entry h3,.entry h4{ font-size:1.1em; }
.entry strong{ color:#DC2523; }
.entry ul,.entry ol{ margin:1em; padding:0; }
.entry li{ margin-left:1em; }
.entry ul li{ list-style:disc outside none; }
.entry ol li{ list-style:decimal outside none; }
.entry p{ display:inherit; margin:1em 0; color:#333; word-wrap:break-word; }
.entry a{ text-decoration:underline; }
.entry code{ display:block; padding:0.5em; background:#eee; border-radius:.5em; color:#777; font-family:'courier new'; font-size:12px; line-height:1.7em; }
.entry table{ margin:10px auto; border-left:1px solid #eee; border-top:1px solid #eee; }
.entry table th{ background:#F9F9F9; text-align:center; }
.entry table td,.entry table th{ border-bottom:1px solid #eee; border-right:1px solid #eee; padding:0.35em 0.5em; }
/*加入我们*/
.joinus .left{float: left;width: 640px;margin-right: 20px;text-align: center;}
.joinus .right{float: left;width: 640px;text-align: center;}
.joinus img{padding-bottom: 40px;}
.joinus p{line-height: 30px;font-size: 14px;color: #666666;}
.jobtitle{font-size: 30px;color: #272727;text-align: center;padding: 60px 0;}
.joblist .jobitem{background: #fff;margin-bottom: 20px;padding: 30px 0;}
.jobitem .left{width: 314px;border-right: 1px solid #e5e5e5;float: left;padding-left: 100px;}
.jobitem .jobname{font-size: 25px;color: #00af9a;padding: 10px 0 30px 0;}
.jobitem .job,.jobitem p span{font-size: 14px;color: #272727;}
.jobitem p{font-size: 14px;color: #666;line-height: 30px;}
.jobitem .right{padding-left: 45px;float: left;width: 840px;}
.jobitem .right .destitle{color: #272727;font-weight: 400;padding: 10px 0;}
.linktel {color: #00af9a;font-size: 16px;padding: 20px 0;}
#contact .title{font-size: 35px;color: #272727;font-weight: bold;text-align: center;padding-bottom:48px;}
.contactinfo{box-shadow: 0 0 20px rgba(0,0,0,.18);padding: 48px 0;border-radius: 5px;line-height: 50px;}
.contactinfo li{width: 457px;padding-left: 50px;float: left;}
.contactinfo li.sq{background: url(../images/company.png) no-repeat left 30px center;}
.contactinfo li.dh{background: url(../images/mobile.png) no-repeat left 30px center;}
.contactinfo li.tel{background: url(../images/tel.png) no-repeat left 30px center;}
.contactinfo li.address{background: url(../images/map.png) no-repeat left 30px center;}
.contactinfo li.fax{background: url(../images/fax.png) no-repeat left 30px center;}
.contactinfo li.url{background: url(../images/url.png) no-repeat left 30px center;}
.contactinfo li.email{background: url(../images/email.png) no-repeat left 30px center;}
.contactinfo .left{float: left;width: 1014px;}
.contactinfo .right{float: right;width: 285px;border-left: 1px solid #e5e5e5;text-align: center;font-size: 16px;color: #999;}
.contactinfo .right p{padding-top: 20px;}
.areaMap{ margin:58px  auto;}
  #amap-container{ height:300px;}
  .nyaboutus9{ padding:48px 0 95px;}
        .nyaboutus9 .divTips{line-height: 25px;
    font-size: 14px;
    text-align: center;
    color: #999;
    width: 1000px;
    margin: 0 auto;}
        .messagelist{ margin:25px 0 0;}
        .messagelist .m_input{ float:left; display:inline; margin:18px 0 0; height:28px; width:625px; padding:8px 0 9px; border:1px solid #e0e0e0; -webkit-border-radius:5px; border-radius:5px; -webkit-transition:all .45s; transition:all .45s;}
        .messagelist .m_input_mobile,.messagelist .m_input_fax,.messagelist .m_input_email{ float:right;}
        .messagelist .m_input label{ float:left; display:inline; padding-left:48px; height:28px; line-height:28px; font-size:14px; color:#898986;}
        .messagelist .m_input label span{ display:inline-block; padding-left:14px; border-left:1px solid #dfdfdf;}
        .messagelist .m_input input{ float:left; display:inline;background: #fafafa; margin:0; padding:0; width:440px; height:28px; line-height:28px; font-family:Arial, "Microsoft YaHei", sans-serif; font-size:14px; color:#333; border:0; outline:0 none;}
        .messagelist .m_textarea { margin:18px 0 0;}
        .messagelist .m_textarea textarea{ display:block; background: #fafafa;margin:8px 0 0; padding:10px 20px; width:1258px; height:195px; line-height:30px; font-family:Arial, "Microsoft YaHei", sans-serif; font-size:14px; color:#333; border:1px solid #dfdfdf; outline:0 none; border-radius:5px; -webkit-transition:all .45s; transition:all .45s; overflow:hidden;}
        .messagelist .m_input_nickname label{ background:url(../images/icon_nyfeedback01.png) no-repeat 14px center;} 
        .messagelist .m_input_mobile label{ background:url(../images/icon_nyfeedback02.png) no-repeat 14px center;} 
        .messagelist .m_input_phone label{ background:url(../images/icon_nyfeedback03.png) no-repeat 14px center;} 
        .messagelist .m_input_fax label{ background:url(../images/icon_nyfeedback04.png) no-repeat 14px center;} 
        .messagelist .m_input_address label{ background:url(../images/icon_nyfeedback05.png) no-repeat 14px center;} 
        .messagelist .m_input_email label{ background:url(../images/icon_nyfeedback06.png) no-repeat 14px center;} 
        .messagelist .m_input.active,.messagelist .m_textarea.active textarea{ border-color:#00af9a;}
        .messagelist .m_btnlist{ margin:45px 0 0; text-align:center;}
        .messagelist .m_btnlist .m_link{ display:inline-block; margin:0 12px; width:132px; height:40px; line-height:40px; font-size:16px; text-align:center; color:#fff; background:#00af9a; border-radius:20px;}
        .messagelist .m_btnlist .m_cancel{ background:#ccc;}
.jiontitle h3 {
    margin-top: 2px;
    font-size: 30px;
    text-align: center;
    padding: 50px 0;
    color: #272727;
    position: relative;
}

.join-condition{background: url(../images/joinbg.jpg) no-repeat 50% 0;height: 645px;}

.jiontitle h2{ margin-top:2px; font-size:30px;text-align: center;padding:75px 0 40px 0;color: #fff;position: relative;}
.jiontitle h2:before{content: "";
    position: absolute;
    top: 96px;
    left: 0;
    width: 580px;
    height: 0;
    border-bottom: 1px solid #fff;}

.jiontitle h2:after {
    content: "";
    position: absolute;
    top: 96px;
    right: 0;
    width: 580px;
    height: 0;
    border-bottom: 1px solid #fff;
}

.jiontitle h3:before {
    content: "";
    position: absolute;
    top: 75px;
    left: 0;
    width: 580px;
    height: 0;
    border-bottom: 1px solid #c8c8c8;
}
.jiontitle h3:after {
    content: "";
    position: absolute;
    top: 75px;
    right: 0;
    width: 580px;
    height: 0;
    border-bottom: 1px solid #c8c8c8;
}
#join .join-condition li{width: 350px;padding: 37px 30px; border-radius: 5px;height: 140px;float: left;margin-right: 20px;text-align: center;background: #fff;margin-bottom: 20px;}
#join .join-condition li p{padding-top:27px;color: #666666 ;font-size: 14px;}
#join .join-condition ul{width: 105%;}
#join .join-condition .section{overflow: hidden;}
/*联系我们*/
 .linkinfo{background: url(../images/map.jpg) no-repeat 50% 0;height: 390px;}
 .linkinfo li {float: left;font-size: 16px;color: #fff;padding-top: 65px;}
 .linkinfo .linktype{padding-left: 180px;width: 330px;}
 .linkinfo .linkpart{padding-left:85px;width: 218px;}
 .linkinfo .linktel{padding-left: 180px;width: 300px;}
 .linkinfo .share{text-align: center;margin: 0 auto;width: 250px;padding-top: 100px;}
 .linkinfo .share li{float: left;padding:15px 20px;}
 .linkinfo .share {font-size: 16px;color: #fff;}
.footer{height: 85px;background: #00a191;line-height: 85px;color: #fff;}
.footer .left{float: left;}
.footer .right{float: right;text-align: right;}
.footer .right a{color: #fff;}
.meta{ margin:0; padding:30px 50px 0 50px; }
.meta:after{ clear:none; content:""; display:block; height:0; visibility:hidden; }
.meta h2{ padding:20px 0; color:#666666; font-size:24px; font-weight:300; line-height:1em;text-align: center;border-bottom:1px solid #eee ; }
.screen-box{ display:block; position:relative; margin:0 0 15px;}

    .screen-box dl{ margin:0; padding:0; clear:both; display:block; border-bottom:1px dashed #d2d2d2; font-size:12px; }
	.screen-box dl:after{ clear:none; content:""; display:block; height:0; visibility:hidden; }
	.screen-box dl:first-child{ border-top:none; }
	.screen-box dl dt{ display:block; float:left; padding-left:10px; width:100px; color:#555; line-height:40px; }
	.screen-box dl dd{ position:relative; margin-left:112px; padding-top:6px; overflow:hidden; }
	.screen-box dl dd a{ display:inline-block; margin:0 6px 6px 0; padding:8px 10px;  line-height:12px; }
	.screen-box dl dd a.selected{ border-color:#fff; color:#fff; background:#00af9a; }
    .product{margin-top: 38px;}
    .product ul{width: 105%;}
    .product li a{display: block;}
    .product li{width: 310px;float: left;margin-right: 20px;background: #fff;margin-bottom: 38px;overflow: hidden;border-bottom: 2px solid #00af9a;}
    .product .img-box {width:310px;height:298px;text-align:center;vertical-align:middle;overflow:hidden;display:table;*display:block;}
    .product .img-box .cell{display:table-cell;vertical-align:middle;text-align:center;}
    .product .img-box img {max-width:310px;max-height:298px;}
    .product li .title{height: 42px;text-align: left;color: #272727;font-size: 16px;padding: 14px 20px;font-size: 14px;}
    .product a:hover .title{color:#fff;background: #00af9a;}
    .product li:hover{ box-shadow: 0 0 10px rgba(0,0,0,.18);}

    /*产品详情*/
.product-box-detail {background:#ffffff;}
/*商品缩略图样式*/
.goods-box {position:relative;margin-bottom:15px;padding:30px 0;font-size:12px;}
.goods-box .line{width: 1px;background: #c1c1c1;height:600px;position: absolute;left: 555px;}
.goods-pic {position:relative;float:left;width:472px;*z-index:1;}
.pic-box {float:left;}
.pic-preview {width:470px;height:470px;border:1px solid #e8e8e8;}
.pic-scroll {margin-top:10px;width:470px;}
.pic-scroll .prev {float:left;background:url(../images/pleft.png) no-repeat left center;}
.pic-scroll .next {float:right;background:url(../images/pright.png) no-repeat center right;}
.pic-scroll .prev,.pic-scroll .next {display:block;font-family:"宋体";text-align:center;width:56px;height:82px;line-height:82px;cursor:pointer;text-decoration:none;}
.pic-scroll .items {position:relative;float:left;width:358px;overflow:hidden;height:82px;}
.pic-scroll .items ul {position:absolute;margin:0;padding:0;width:999999px;height:100%;}
/*商品规格*/   
.goods-spec {position:relative;margin:0 0 0 680px;overflow:hidden;}
.goods-spec h1 {display:block;color:#00af9a;font-size:30px;font-weight:700;line-height:1.2em;text-overflow:ellipsis;_white-space:nowrap;overflow:hidden;margin-top:30px;}
.goods-spec h1 span {color:#1a1a1a;font-size:18px;}
.goods-spec .subtitle {color:#1a1a1a;font-size:18px;line-height:24px;}
.goods-spec .subtitle span {color:#1a1a1a;font-size:24px;line-height:24px;font-weight:bold;}
.goods-spec .des-box  .info {margin-top:20px;padding:0 0 15px;font-size:14px;line-height:2em;word-wrap:break-word;}
.goods-spec .des-box {position:relative;margin-top:10px;}
.goods-spec .des-box h2 {font-size:16px;color:#404040;margin-top:30px;}
/*图片放大镜样式*/
.tb-pic a {display:table-cell;text-align:center;vertical-align:middle;}
.tb-pic a img {vertical-align:middle;}
.tb-pic a {line-height:1;}
.tb-thumb li {float:left;width:92px;height:82px;overflow:hidden;}
.tb-s650,.tb-s650 a {height:470px;width:470px;}
.jqzoom {max-height:470px;max-width:470px;}
.tb-s650 a {*font-size:271px;}
.tb-s40 a {*font-size:35px;}
.tb-s40,.tb-s40 a {height:80px;width:80px;margin-right:10px;}
.tb-s40 a img {vertical-align:middle;max-height:80px;max-width:80px;}
.tb-booth {border:1px solid #CDCDCD;position:relative;z-index:1;}
.tb-thumb .tb-selected div {border:1px solid #C30008;}
.tb-thumb li div {border:1px solid #CDCDCD;}
div.zoomDiv {z-index:999;position:absolute;top:0px;left:0px;width:470px;height:470px;background:#ffffff;border:1px solid #CCCCCC;display:none;text-align:center;overflow:hidden;}
div.zoomMask {position:absolute;background:url("../images/mask.png") repeat scroll 0 0 transparent;cursor:move;z-index:1;}
.product-next {position: absolute;right: 0;top: 10px;}
.product-next span{float: left; display: inline-block;background-color: #f8f8f8;width: 40px;height: 40px;line-height: 40px;text-align: center;margin-right: 15px;font-family: SimSun,sans-serif;font-size: 16px;}
.product-next span a{display: block;}
.product-next span.all{background: #f8f8f8 url(../images/pmore.png) no-repeat center center;}
.goods-box .buy{line-height: 50px;height: 50px;background: #00af9a;color: #fff;font-size: 16px;text-align: center;margin-top: 50px;}
.mallist {text-align: center;font-size: 16px;font-weight: bold;color: #272727;border-top: 1px solid #e4e3e2;margin-top: 35px;}
    .mallist ul{width: 800px;margin: 0 auto;}
    .mallist li{float: left;width:125px;padding-left: 48px;position: relative;}
    .mallist li span{padding: 20px 0;display: block;}
    .mallist li a{padding: 20px 0 20px 30px;display: block;}
    .mallist .tmall a{background: url(../images/tmall.png) no-repeat left center;color: #666;}
    .mallist .taobao a{background: url(../images/taobao.png) no-repeat left center;color: #666;}
    .mallist .jd a{background: url(../images/jd.png) no-repeat left center;color: #666;}
    .mallist a:after {
    content: "";
    display: inline-block;
    margin: 7px 0 0;
    margin-left: 5px;
    vertical-align: top;
    width: 0;
    height: 0;
    border-left: 4px solid #727272;
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
}
.goods-spec   .mallist{border: none;font-size: 14px;}
.goods-spec  .mallist ul{width: 620px;}
.goods-spec  li{float: left;width:115px;padding-left: 30px;position: relative;}
.goods-spec  .mallist li a{padding: 20px 0 20px 20px;display: block;}
/*商品Tab样式*/
.goods-tab .tab-head{ display:block; height:42px; border-bottom:1px solid #f0f0f0; background:#fff; }
	.goods-tab .tab-head ul li{ float:left; margin-left:-1px; }
	.goods-tab .tab-head ul li a{ display:block; padding:0 30px; height:42px; line-height:42px; color:#555; font-size:16px; }
	.goods-tab .tab-head ul li a:hover,.goods-tab .tab-head ul li a.selected{ color:#00af9a;  }
    .goods-tab .tab-content{ display:none; }
    .cook{margin-top: 38px;}
    .cook ul{width: 105%;}
    .cook li a{display: block;}
    .cook li{width: 310px;float: left;margin-right: 20px;background: #fff;border-radius: 5px;margin-bottom: 38px;}
    .cook .img-box {width:310px;height:205px;text-align:center;vertical-align:middle;;overflow:hidden;display:table;*display:block;}
    .cook .img-box .cell{display:table-cell;vertical-align:middle;text-align:center;}
    .cook .img-box img {max-width:310px;max-height:205px;}
    .cook li .title{line-height: 100px;height: 100px;text-align: center;font-weight: bold;color: #272727;font-size: 16px;}
    .cook a:hover .title{color:#fff;background: #00af9a;border-radius: 0 0 5px 5px;}
    .cook li:hover{ box-shadow: 0 0 10px rgba(0,0,0,.18);}

    .chuyibody{padding: 30px 0;}
.common-title {font-size: 28px;font-weight:bold;color: #000;text-align:center;position: relative;padding-bottom: 10px;}
.common-title i{position: absolute;height: 5px;background: #00af9a;left: 50%;width: 4em;margin-left: -2em;bottom: 0;}
    .videolist{margin-top: 40px;}
    .videolist ul{width: 105%;}
    .videolist li a{display: block;}
    .videolist li{width: 420px;float: left;margin-right: 20px;margin-bottom: 10px;}
    .videolist .img-box {width:420px;height:260px;text-align:center;vertical-align:middle;;overflow:hidden;display:table;*display:block;position: relative;}
    .videolist .img-box .cell{display:table-cell;vertical-align:middle;text-align:center;}
    .videolist .img-box img {max-width:420px;max-height:260px;}
    .videolist .title{font-size: 16px;color: #272727;font-weight: bold;padding: 30px 0;text-align: center;}
    .videolist .img-box .play{position: absolute;top: 50%;margin-top: -42px;left: 50%;margin-left: -42px;}
    #weixiu .title{font-size: 35px;font-weight: 400;color: #272727;text-align: center;padding: 30px 0;}
.qalist .item{background: #fff;padding: 0 56px;}
.qalist .question{border-bottom: 1px solid #e5e5e5; background: url(../images/q.jpg) no-repeat left center;padding-left:35px;font-size: 18px;color: #272727;padding-top: 30px;padding-bottom: 30px;position: relative;}
.qalist .active .question:before{
    content: ""; 
    position: absolute; 

     border-right: 2px solid #2b2b2b;
     border-top: 2px solid #2b2b2b; 
     border-left:none;
     border-bottom:none;

}
.question:before{
    content: ""; 
    position: absolute; 
    top: 12px; 
    right: -12px; 
    margin: 20px;
     border-left: 2px solid #2b2b2b;
     border-bottom: 2px solid #2b2b2b; 
     width: 10px; 
     height: 10px; 
     transform: rotate(-45deg);
     -o-transform: rotate(-45deg); 
    -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg); 
     -ms-transform: rotate(-45deg);
}
.qalist .answer{background: url(../images/a.jpg) no-repeat left top 30px;padding: 30px 0 30px 35px;display: none;}
.qalist .active .answer{display: block;}

.dashi li {
    padding: 36px 0;
}
.dashi .list{padding-bottom:65px;}
.dashi .img-box {width:297px;height:205px;text-align:center;vertical-align:middle;;overflow:hidden;display:table;*display:block;float: left;margin-right: 40px;}
.dashi .img-box .cell{display:table-cell;vertical-align:middle;text-align:center;}
.dashi .img-box img {max-width:297px;max-height:205px;}
.dashi span{font-size: 45px;color: #666666;font-weight: bold;}
.dashi h2{font-size: 24px;color: #666666;padding: 20px 0;}
.dashi p{font-size: 14px;color: #666666;line-height: 25px;}
.dashi .more{padding-bottom:65px;text-align: center;}
.dashi .more a{background: #00af9a;color: #fff;font-size: 16px;width: 150px;height: 50px;line-height: 50px;text-align: center;display: inline-block;}
 