

/*----- Common css ------*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.wid1200 {
    width: 1200px;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}

#container {
    max-width: 1170px;
    margin: 0 auto;
}


/*头部样式*/

.wellcome {
    height: 32px;
    line-height: 32px;
    background: #f6f6f6;
    border-bottom: 1px solid #fff;
}

.well1 {
    max-width: 1170px;
    margin: 0 auto;
}

.k3 {
    float: left;
}

.k1 {
    float: right;
}

.head {
    height: 120px;
    background: #f6f6f6;
    border-bottom: 1px solid #049343;
}

#header {
    max-width: 1170px;
    margin: 0 auto;
}

.logo {
    float: left;
    width: 28%;
    margin-top: 1.5%;
}

.logo img {
    max-width: 100%;
}

.topimg {
    width: 27.25%;
    float: left;
    margin-left: 10%;
    margin-top: 3.5%;
}

.k2 {
    float: right;
    text-align: left;
    padding-left: 6%;
    background: url(../image/tel.png) no-repeat;
    margin-top: 32px;
}

.k2 p:nth-of-type(1) {
    font-size: 12px;
    color: #666666;
    padding-top: 4px;
}

.k2 p:nth-of-type(2) {
    font-size: 30px;
    color: #ff5f00;
}


/*热门搜索*/

.search-box {
    line-height: 42px;
    border-bottom: 1px dashed #c3c3c3;
    height: 42px;
}

.search {
    max-width: 1170px;
    margin: 0 auto;
}

#formsearch {
    float: right;
    margin-top: -2px;
}

.hotSearch {
    float: left;
    line-height: 42px;
    font-weight: normal;
    color: #000;
    font-size: 13px;
}

.hotSearch a {
    margin-right: 6px;
    color: #000;
}

.hotSearch a:hover {
    color: #079344;
}

#formsearch input {
    height: 26px;
    background: none;
    border: 1px solid #c8c8c8;
    line-height: 26px;
}

#formsearch input#keyword {
    height: 26px;
    line-height: 26px;
    color: #666;
    background: url(../image/search.png) no-repeat 5px;
    width: 200px;
    text-indent: 30px;
    outline: none;
}

#formsearch input#s_btn {
    width: 55px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    background-color: #1a944b;
    color: #fff;
    border: none;
    cursor: pointer;
    margin-left: -3px;
    outline: none;
}


/* banner1效果 */

.banner-box {
    position: relative;
}

.banner {
    width: 100%;
    height: 100%;
}

.banner ul.banner-img-list {
    position: relative;
    z-index: 5;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.banner ul.banner-img-list li {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
}

.banner ul.banner-img-list li a {
    display: block;
    width: 100%;
    height: 100%;
}

.banner ul.banner-img-list li a img {
    width: 100%;
    height: 100%;
}

.banner .preNext {
    position: absolute;
    z-index: 9999;
    top: 42%;
    display: block;
    overflow: hidden;
    width: 50px;
    height: 75px;
    cursor: pointer;
    opacity: .3;
    filter: alpha(opacity=10);
}

.banner .preNext:hover {
    opacity: .7;
}

.banner .pre {
    left: 0;
    background: url(../image/l.png) no-repeat center #000;
}

.banner .next {
    right: 0;
    background: url(../image/r.png) no-repeat center #000;
}

.banner .num {
    position: absolute;
    z-index: 100;
    right: 0;
    bottom: 10px;
    left: 0;
    margin: auto;
    text-align: center;
    display: none;
}

.banner .num li {
    line-height: 18px;
    display: inline-block;
    overflow: hidden;
    width: 18px;
    height: 18px;
    margin-right: 4px;
    text-indent: -100px;
    border-radius: 10px;
    background: #fff;
    cursor: pointer;
}

.banner .num li.num_hover {
    background-color: #f7de07;
}


/*产品列表*/

.pro-box {
    background: #f5f5f5;
    padding: 40px 0px;
}

.pro-center {
    max-width: 1170px;
    margin: 0 auto;
}

.pro-left {
    width: 24%;
    float: left;
    position: relative;
    z-index: 9999;
}

.pro-left h2 {
    font-size: 30px;
    line-height: 82px;
    text-align: center;
    background: #1a944b;
    color: #fff;
}

.sort-list {
    background: #363636;
    padding: 20px 0px;
}

.sort-list li {
    width: 224px;
    margin: 0 auto;
    margin-top: 10px;
    background: #f1f1f1;
    text-align: center;
    line-height: 40px;
    position: relative;
    margin-bottom: 16px;
}

.sort-list>li:hover {
    background: #1a944b;
}

.sort-list>li:hover .a1 {
    color: #fff;
    text-decoration: underline;
}

.sort-list li a {
    font-size: 14px;
    color: #363636;
}

.sort-list li .layer2 {
    position: absolute;
    width: 216px;
    right: -218px;
    background: #fff;
    border: 1px solid #1a944b;
    padding: 10px 0px;
    top: 0;
}

.sort-list li .layer2 li {
    line-height: 35px;
    width: 100%;
    background: #fff;
}

.sort-list li .layer2 li a:hover {
    color: #1a944b;
}

.pro-right {
    width: 74%;
    float: right;
}

.pro-right h2 {
    line-height: 38px;
    border-bottom: 1px solid #dedede;
    font-size: 18px;
    color: #1a944b;
    margin-top: 20px;
    margin-bottom: 20px;
}

.pro-right h2 a {
    font-size: 14px;
    color: #666666;
    float: right;
    font-weight: normal;
}

.pro-right h2 a:hover {
    color: #017045;
}

.product-list {
    width: 105%;
}

.product-list li {
    width: 31%;
    border: 1px solid #dedede;
    margin-right: 1%;
    background: #fff;
    float: left;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 0;
}

.product-list li:nth-of-type(3n) {
    margin-right: 0px;
}

.product-list li h3 {
    line-height: 40px;
    text-align: left;
    text-indent: 20px;
    font-weight: normal;
}

.product-list li h3 a {
    color: #333;
    font-size: 14px;
    display: block;
    transition: all 0.3s;
    background: url(../image/you1.png) no-repeat 240px;
}

.product-list li:hover h3 a {
    color: #1a944b;
    background: url(../image/you.png) no-repeat 250px;
}

.product-list li a.img {
    display: block;
    overflow: hidden;
    opacity: 0.95;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    position: relative;
}

.product-list li a.img img {
    transition: all 0.3s;
    width: 100%;
}

.product-list li figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.product-list li figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    content: '';
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}

.product-list li:hover img {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(0.8, 0.8, 0.8);
}

.product-list li:hover figcaption::before {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}


/*6大理由*/

.adv-box {
    padding-top: 50px;
}

.reuse {
    font-size: 35px;
    color: #333;
    font-weight: normal;
    text-align: center;
    background: url(../image/h2bj.png) no-repeat center bottom;
    padding-bottom: 15px;
}

.design {
    width: 100%;
    min-width: 1200px;
    height: 640px;
    position: relative;
    overflow: hidden;
    background: #fff;
    text-align: center;
    margin-top: 40px;
}

.design .bd {
    width: 1170px;
    position: absolute;
    left: 50%;
    margin-left: -585px
}

.design .bd li {
    width: 1170px;
    overflow: hidden;
    margin-left: 10px;
}

.design .bd li img {
    display: block;
    width: 1170px;
    height: 640px;
}

.design .tempWrap {
    overflow: visible !important
}

.design .tempWrap ul {
    margin-left: -1190px !important;
    /*强制位置*/
}

.design .pnBtn {
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
    height: 640px;
    cursor: pointer;
}

.design .bg01 {
    left: -50%;
    margin-left: -740px;
    background: none !important;
}

.design .bg02 {
    left: 50%;
    margin-left: 740px;
    background: none !important;
}

.design .pnBtn .blackBg {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 640px;
}

.design_fd {
    position: absolute;
    bottom: 50px;
    left: 50%;
    margin-left: 222px;
    width: 310px;
    height: 440px;
    overflow: hidden;
}

.design_info {
    width: 100%;
    height: 220px;
    background-color: rgba(26, 148, 75, 0.9);
    overflow: hidden;
}

.design_info ul li {
    text-align: center;
    color: white;
    width: 310px;
    height: 220px;
    position: relative;
}

.design_info ul li span {
    position: absolute;
    left: -20px;
    top: 40px;
    width: 250px;
    display: block;
    line-height: 20px;
    font-size: 18px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.design_info ul li p {
    overflow: hidden;
    position: absolute;
    left: 6px;
    top: 72px;
    width: 206px;
    line-height: 25px;
    height: 100px;
    opacity: 0.8;
}

.design_btn {
    position: relative;
    width: 100%;
    height: 220px;
    background-color: #f4f4f4;
    cursor: pointer;
}

.design_btn .pageState {
    position: absolute;
    left: 50%;
    top: 82px;
    margin-left: -28px;
    font-size: 18px;
    color: #333;
}

.design_btn .next,
.design_btn .prev {
    display: block;
    position: absolute;
    width: 12px;
    height: 17px;
    background: url(../image/design_btn2.png) no-repeat;
}

.design_btn .prev {
    left: 76px;
    top: 118px;
}

.design_btn .next {
    left: 222px;
    top: 118px;
    background-position: -12px 0;
}

.design_btn .prev:hover {
    background-position: 0 -18px;
}

.design_btn .next:hover {
    background-position: -12px -18px;
}

.design_btn .hd {
    position: absolute;
    left: 50%;
    top: 123px;
    margin-left: -56px;
    width: 108px;
    height: 5px;
    padding: 0 2px;
    background: url(../image/design_btn.png) no-repeat center center;
}

.design_btn .hd ul li {
    opacity: 0;
    width: 17px;
    height: 5px;
    background-color: #333;
    overflow: hidden;
    text-indent: 99999px;
    float: left;
}

.design_btn .hd ul li.on {
    opacity: 1;
}

.design>.next,
.design>.prev {
    display: block;
    width: 61px;
    height: 62px;
    background: url(../image/design_btn3.png)no-repeat #1a944b;
    position: absolute;
    bottom: 0;
    z-index: 9999;
    cursor: pointer;
}

.design>.next:hover {
    background: url(../image/design_btn3.png)no-repeat #333;
}

.design>.prev {
    left: 50%;
    margin-left: -656px;
}

.design>.next {
    left: 50%;
    margin-left: -585px;
    background-position: -61px 0;
}

.design>.prev:hover {
    background: url(../image/design_btn3.png)no-repeat #333;
}

.design>.next:hover {
    background: url(../image/design_btn3.png)no-repeat -61px 0 #333;
}

.adv-list {
    display: none;
    width: 98%;
    margin: 0 auto;
}

.adv-list img {
    width: 100%;
    margin-top: 15px;
}

.adv-text {
    background: #079344;
    padding: 15px 20px;
    color: #fff;
}

.adv-text p:nth-of-type(n) {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
}

.adv-text p:nth-of-type(2n) {
    font-size: 13px;
    font-weight: normal;
    padding-bottom: 15px;
}


/*案例中心*/

.case-box {
    max-width: 1170px;
    margin: 0 auto;
    padding: 50px 0px;
}

.reuse1 {
    font-size: 35px;
    color: #333;
    font-weight: normal;
    text-align: center;
}

.tabbtn {
    width: 1168px;
    margin: 0 auto;
    height: 65px;
    border: 1px solid #f1f1f1;
    background: #f6f6f6;
    margin-top: 30px;
}

.tabbtn li {
    width: 233px;
    float: left;
    text-align: center;
    line-height: 62px;
    border-right: 1px solid #f1f1f1;
    position: relative;
}

.tabbtn li .sanjiao {
    width: 28px;
    height: 11px;
    background: url(../image/sanjiao.png) no-repeat;
    position: absolute;
    bottom: -11px;
    left: 100px;
    opacity: 0;
}

.tabbtn li.current .sanjiao {
    opacity: 1;
}

.tabbtn li.current {
    background: #009342;
}

.tabbtn li.current a {
    color: #fff;
}

.tabbtn li a {
    font-size: 18px;
}

.tabbtn li:last-child {
    border-right: none;
}

.tabcon {
    width: 1168px;
    height: 416px;
    border: 1px solid #f1f1f1;
    margin-top: 30px;
    padding: 10px;
}

.sublist {
    background: #f0f0f0;
}

.sublist a.img {
    display: block;
    float: left;
    overflow: hidden;
}

.sublist a.img img {
    transition: .5s;
}

.sublist a.img:hover img {
    transform: scale(1.2);
    opacity: 1;
}

.sublist h3 {
    width: 340px;
    float: left;
    margin-left: 40px;
}

.sublist h3 .timer {
    width: 70px;
    height: 55px;
    background: url(../image/timer.png) no-repeat center;
    position: relative;
    margin-top: 50px;
}

.sublist h3 .timer span {
    font-size: 16px;
    color: #333;
    position: absolute;
    left: 11px;
    top: 9px;
}

.sublist h3 .timer p {
    font-size: 25px;
    font-weight: bold;
    bottom: -3px;
    right: 5px;
    position: absolute;
}

.sublist h3 .txt {
    display: block;
    font-size: 20px;
    padding-top: 30px;
    color: #333;
    padding-bottom: 40px;
    background: url(../image/abj.png) no-repeat 0px 70px;
}

.sublist h3 .content7 {
    font-weight: normal;
    line-height: 25px;
    color: #333;
    font-size: 14px;
}

.sublist h3 .more9 {
    width: 94px;
    height: 20px;
    display: block;
    border: 1px solid #007ece;
    line-height: 20px;
    text-align: center;
    color: #007ece;
    margin-top: 50px;
    transition: all 0.3s;
}

.sublist h3 .more9:hover {
    background: #007ece;
    color: #fff;
}


/*关于我们*/

.about-box {
    background: #f5f5f5;
    padding: 50px 0px;
}

.about-center {
    max-width: 1170px;
    margin: 0 auto;
}

.reuse2 {
    font-size: 35px;
    color: #333;
    text-align: center;
    font-weight: normal;
    padding-bottom: 30px;
}

.ab-top-left {
    width: 50%;
    float: left;
}

.ab-top-left img {
    width: 100%;
}

.ab-top-right {
    width: 50%;
    float: left;
    position: relative;
    background: #1a944b;
}

.ab-top-right img {
    width: 50.1%;
    float: right;
}

.ab-top-right .txt {
    position: absolute;
    height: 100%;
    width: 50%;
    left: 0px;
    top: 0px;
    padding: 20px;
    overflow: hidden;
}

.ab-top-right .txt h3 {
    font-size: 20px;
    color: #fff;
    line-height: 50px;
    padding-bottom: 7px;
}

.ab-top-right .txt .content6 {
    color: #fff;
    font-size: 14px;
    line-height: 25px;
}

.ab-top-right .txt a {
    width: 140px;
    height: 32px;
    display: block;
    border: 1px solid #fff;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    color: #fff !important;
    margin-top: 30px;
}

.ab-top-right .txt a:hover {
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.5);
}

.ab-bottom-left {
    width: 50%;
    float: left;
}

.fazhan {
    background: #ef7d39 !important;
}

.ab-bottom-right {
    width: 50%;
    float: right;
}

.ab-bottom-right img {
    width: 100%;
}

.news-box {
    max-width: 1170px;
    margin: 0 auto;
    padding: 50px 0px;
    text-align: justify;
}

.news-list {
    width: 30%;
    position: relative;
    padding: 30px 20px;
    background: #f1f1f1;
    display: inline-block;
    vertical-align: top;
    margin-top: 60px;
}

.news-box:after {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    height: 0;
    content: '';
}

.news-list h3 {
    width: 108px;
    height: 104px;
    position: absolute;
    top: -20px;
    background: #1a944b;
    font-size: 25px;
    color: #feee4c;
    padding: 20px;
    font-weight: normal;
    text-align: center;
    letter-spacing: 2px;
}

.newslist {
    margin-top: 30px;
    position: relative;
}

.newslist li {
    line-height: 47px;
    border-bottom: 1px solid #dedfe1;
}

.newslist li a {
    font-size: 14px;
    color: #333;
}

.newslist li a:hover {
    color: #079344;
}

.news-list .more7 {
    width: 100%;
    margin: 0 auto;
    line-height: 36px;
    text-align: center;
    border: 1px solid #d1d1d1;
    display: block;
    margin-top: 20px;
    transition: all 0.3s;
}

.news-list .more7:hover {
    border: 1px solid #079344;
    border-radius: 5px;
}


/*友情链接*/

.link {
    height: 60px;
    background: url(../image/link.png) no-repeat right;
}

.f_link {
    max-width: 1170px;
    margin: 0 auto;
    text-indent: 30px;
    font-size: 35px;
    font-weight: bold;
    color: #fff;
    line-height: 60px;
}


/*页面底部*/

.foot {
    background: #272727;
    padding-top: 50px;
}

#footer {
    position: relative;
    max-width: 1170px;
    margin: 0 auto;
}

.nav_foot {
    position: relative;
}

.bottomimg {
    position: absolute;
    right: 350px;
    bottom: 30px;
}
.bottomimg img{
    width:310px;
    height:auto;
    
}
.bottomimg .ico{
    padding-right: 5px;
}
.bottomimg a{
    padding:0 8px;
}
.bottomimg a img{
    width:42px;
    height:auto;
}

.nav1 {
    width: 74.8%;
    float: left;
}

.nav1 li {
    width: 20%;
    float: left;
}

.nav1 li a {
    font-size: 20px;
    color: #fff;
    font-weight: normal;
    display: block;
    line-height: 55px;
    text-align: left;
    width: 80%;
}

.nav1 .sec a {
    font-size: 14px;
    color: #fff;
    opacity: 0.7;
    font-weight: normal;
    line-height: 35px;
}

.nav1 .sec a:hover {
    text-decoration: underline;
    opacity: 1;
}

.ft-lx {
    width: 24%;
    float: right;
    font-size: 13px;
    color: #fff;
    line-height: 36px;
    text-indent: 30px;
    background: url(../image/lxbj.png) no-repeat 0px 4px;
    opacity: 0.8;
    margin-top: 14px;
}

.ft-lx .ewm {
    opacity: 1;
    text-align: center;
    color: #fff;
    padding-top: 24px;
}

.nav2 {
    width: 100%;
    display: none;
}

.nav2 li {
    width: 100%;
    float: left;
    text-align: left;
    border-bottom: 1px solid #dcdcdc;
    text-indent: 46px;
    line-height: 45px;
}

.nav2 li a {
    color: #fff;
    font-size: 16px;
    display: block;
    background: url(404.png) no-repeat 95%;
}

.nav2 .sec {
    display: none;
}

.nav2 .sec a {
    border-bottom: 1px dashed #d0d1d2;
    background: none;
}

.copyright1 {
    line-height: 57px;
    border-top: 1px solid #525252;
}

.copyright {
    float: left;
    color: #fff;
}

.copyright a {
    color: #fff;
}

.zhuyin {
    float: right;
    color: #fff;
}

.zhuyin a {
    color: #fff;
}


/*------------内页-------------------*/

.prodescription {
    border: 1px solid #e5e5e5;
    background: #f9f9f9;
    line-height: 24px;
    padding: 10px;
    margin-bottom: 15px;
    text-indent: 20px;
    display: none;
}

.n_banner {
    text-align: center;
}

.n_banner img {
    max-width: 100%;
    height: auto;
}

.m55 {
    max-width: 1200px;
    margin: 0 auto;
}

.left {
    width: 243px;
    float: left;
    padding-top: 16px;
}

.right {
    width: 900px;
    float: right;
    padding-top: 30px;
}

.left h3 {
    font-size: 22px;
    font-weight: normal;
    line-height: 56px;
    color: #fff;
    text-align: center;
    background: #079344;
    ;
    background-size: cover;
    margin-top: 15px;
}

.left .content {
    border: 1px solid #eee;
    border-top: none;
}

.n_contact .content {
    padding: 10px;
    line-height: 30px;
}

.right .content {
    padding: 10px;
}

.sitemp {
    border-bottom: 1px solid #ddd;
    margin-bottom: 14px;
    height: 50px;
    line-height: 50px;
    background: url(../image/site.png) no-repeat 0px;
}

.sitemp .site {
    font-size: 14px;
    color: #000;
    margin-right: 20px;
    float: left;
    text-indent: 38px;
}

.site a {
    font-size: 14px;
    color: #000;
}

.sitemp h2 {
    font-size: 20px;
    color: #000;
    float: left;
    text-indent: 30px;
    line-height: 50px;
}
