﻿/*@import "resetcommon.css";*//*index.css start*//* CSS Document *//*common*/
.mb10
{
    margin-bottom: 10px;
}
.ml10
{
    margin-left: 10px;
}
.bg
{
    background: #fff;
}
em, i
{
    font-style: normal;
}
.news-link, .case-link, .pro-link, .guide-link
{
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    cursor: pointer;
}
.news-link:hover, .case-link:hover, .pro-link:hover, .guide-link:hover
{
    opacity: .85;
}
.news-nav li a
{
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}
.core-con dl, .ys .ys-nav li
{
    transition: all .9s;
    -webkit-transition: all .9s;
    -moz-transition: all .9s;
    -o-transition: all .9s;
}
.pro-nav li img, .ys-con dt img, .case-pic img, .quality-con dt img, .news-con dl dt img
{
    -webkit-transition: 1s;
    transition: 1s;
}
.pro-nav li:hover img, .ys-con dt:hover img, .case-pic:hover img, .quality-con dt:hover img, .news-con dl dt:hover img
{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}/*banner*/
.banner
{
    width: 100%;
    height: 933px;
    z-index: 66;
    overflow: hidden;
}
.ban_list
{
    height: 933px;
    z-index: 66;
    overflow: hidden;
}
.banner li
{
    height: 933px;
    position: relative;
}
.banner li img
{
    width: 1920px;
    height: 933px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
}
.ban-size
{
    background: url(../image/b-icon.png) no-repeat center center;
    position: absolute;
    left: 0;
    bottom: 28px;
    width: 100%;
    height: 30px;
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0;
    color: #edeff3;
}
.ban-size span
{
    display: inline-block;
    margin: 0 212px;
    cursor: pointer;
}
.ban-size span.on
{
    color: #bfa17f;
}
.g-title
{
    text-align: center;
    height: 112px;
    margin-bottom: 32px;
}
.g-title span
{
    display: block;
    position: relative;
    height: 64px;
    font-size: 55px;
    line-height: 64px;
    color: #303030;
}
.g-title em
{
    display: block;
    height: 48px;
    font-size: 22px;
    font-weight: normal;
    line-height: 48px;
    letter-spacing: 1px;
    color: #5c5c5c;
}/**/
.guide
{
    height: 717px;
    overflow: hidden;
    background: url(../image/guide-bg.jpg) no-repeat center top;
}
.guide-img
{
    width: 960px;
    height: 516px;
    position: absolute;
    left: 50%;
    top: 102px;
}
.guide-con
{
    position: absolute;
    top: 139px;
    padding-left: 68px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 741px;
    height: 443px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,.11);
    box-shadow: 0 0 30px 0 rgba(0,0,0,.11);
    border-radius: 10px;
}
.guide-con ul
{
    height: 166px;
}
.guide-con li
{
    float: left;
    margin-right: 70px;
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #3a3a3a;
}
.guide-con li img
{
    display: block;
    margin: 0 auto 15px;
    width: 76px;
    height: 65px;
}
.guide-title
{
    padding-top: 42px;
    margin-bottom: 40px;
}
.guide-title h2
{
    margin-bottom: 10px;
    height: 68px;
    font-size: 55px;
    line-height: 60px;
    color: #303030;
}
.guide-title h2 span
{
    color: #bfa17f;
}
.guide-title p
{
    border-left: 3px solid #bfa17f;
    padding-left: 8px;
    height: 22px;
    font-size: 22px;
    letter-spacing: 1px;
    line-height: 22px;
    color: #5c5c5c;
}
.guide-link
{
    width: 199px;
    height: 56px;
    background: url(../image/guide-btn.png) no-repeat center center;
    font-size: 20px;
    line-height: 56px;
    letter-spacing: 1px;
    color: #5c5c5c;
}
.guide-link a
{
    display: block;
    color: #5c5c5c;
    padding-left: 20px;
}/**/
.product
{
    height: 1252px;
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
}
.product .g-title
{
    padding-top: 82px;
    margin-bottom: 28px;
}
.pro-li
{
    height: 186px;
    overflow: hidden;
}
.pro-li li
{
    width: 20%;
    box-sizing: border-box;
    padding-left: 22px;
    float: left;
    height: 49px;
    margin-bottom: 48px;
    border-left: 3px solid #d2d2d2;
    font-size: 18px;
    line-height: 18px;
}
.pro-li li:hover a
{
    color: #bfa17f;
}
.pro-li li a
{
    color: #303030;
}
.pro-li li em
{
    margin-top: 5px;
    display: block;
    font-size: 12px;
    line-height: 12px;
    color: #9d9d9d;
}
.pro-nav
{
    height: 212px;
    position: relative;
    z-index: 20;
}
.pro-nav li
{
    width: 260px;
    float: left;
    margin-right: 24px;
    text-align: center;
}
.pro-nav li:last-child
{
    margin-right: 0;
}
.pro-nav li img
{
    border-radius: 12px;
    width: 260px;
    height: 125px;
    overflow: hidden;
    margin-bottom: 16px;
}
.pro-nav li span
{
    display: block;
    height: 28px;
    font-weight: bold;
    font-size: 22px;
    line-height: 28px;
    color: #393939;
}
.pro-nav li em
{
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0;
    color: #393939;
    opacity: .7;
}
.pro-con dl
{
    position: relative;
    height: 828px;
}
.pro-con dt
{
    height: 828px;
    overflow: hidden;
}
.pro-con dt img
{
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
    display: block;
    width: 1920px;
    height: 828px;
}
.pro-con dd
{
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -650px;
    width: 955px;
    height: 116px;
    border-top: 1px solid rgba(255,255,255,.4);
    font-size: 18px;
    color: #fff;
    line-height: 28px;
    display: none;
}
.pro-con h3
{
    margin-top: 40px;
    height: 38px;
    font-size: 30px;
    font-weight: normal;
    line-height: 38px;
    letter-spacing: 0;
    color: #bfa17f;
}
.pro-con h3 a
{
    color: #bfa17f;
}
.pro-con .pro-link
{
    position: absolute;
    top: 35px;
    right: 0;
    width: 199px;
    height: 56px;
    background: url(../image/pro-btn.png) no-repeat center center;
    font-size: 20px;
    line-height: 56px;
    letter-spacing: 1px;
    color: #fff;
}
.pro-con .pro-link a
{
    display: block;
    padding-left: 26px;
    color: #fff;
}
.pro-nav
{
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: 345px;
    width: 305px;
    height: 100%;
    background: rgba(0,0,0,.3);
    padding: 0 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.pro-nav .pro-prev
{
    margin-top: 68px;
    margin-bottom: 30px;
    background: url(../image/prev-icon1.png) no-repeat center top;
}
.pro-nav .pro-next
{
    margin-top: 30px;
    background: url(../image/next-icon1.png) no-repeat center top;
}
.pro-nav .pro-prev, .pro-nav .pro-next
{
    height: 12px;
    cursor: pointer;
}
.pro-nav .pro-prev:hover, .pro-nav .pro-next:hover
{
    background-position: center bottom;
}
.pro-nav li
{
    position: relative;
    width: 248px;
    height: 130px;
    margin-bottom: 17px;
    border-radius: 10px;
    border: solid 3px rgba(255,255,255,.3);
    overflow: hidden;
}
.pro-nav li img, .pro-nav li i
{
    display: block;
    width: 248px;
    height: 130px;
}
.pro-nav li i
{
    display: none;
    border-radius: 10px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../image/pro-icon1.png) no-repeat center top;
}
.pro-nav li.on
{
    border-color: #bfa17f;
}
.pro-nav li.on i
{
    display: block;
}/**/
.ys
{
    height: 1066px;
}
.ys .g-title
{
    padding-top: 92px;
    margin-bottom: 0;
}
.ys-img
{
    margin: 0 auto;
    width: 1172px;
}
.ys-con .ys-dl
{
    top: 0;
    position: absolute;
    width: 40px;
    height: 40px;
}
.ys-con .ys-icon
{
    position: relative;
    z-index: 20;
    width: 40px;
    height: 40px;
    background: url(../image/ys-icon.png) no-repeat 0 0;
}
.ys-con dl
{
    display: none;
    width: 359px;
    background-color: #bfa17f;
    position: absolute;
}
.ys-con dt
{
    height: 177px;
    overflow: hidden;
}
.ys-con dt img
{
    width: 359px;
    height: 177px;
    display: block;
}
.ys-con dd
{
    padding: 28px 36px;
}
.ys-con .ys-desc
{
    margin-top: 16px;
    font-size: 14px;
    line-height: 21px;
    color: #fefefe;
    text-align: justify;
}
.ys-con h4
{
    font-size: 36px;
    line-height: 36px;
    color: #fff;
}
.ys-con h3
{
    position: absolute;
    top: -15px;
    min-width: 190px;
    font-size: 30px;
    font-weight: normal;
    line-height: 32px;
    color: #444;
}
.ys-con h3 span
{
    display: block;
    height: 26px;
    font-size: 14px;
    font-weight: normal;
    line-height: 26px;
    color: #a3a3a3;
}
.ys-con .ys-dl1
{
    top: 165px;
    right: 956px;
}
.ys-con .ys-dl1 h3
{
    right: 64px;
    top: -8px;
    text-align: right;
}
.ys-con .ys-dl1 dl
{
    top: 15px;
    right: 15px;
}
.ys-con .ys-dl2
{
    top: 638px;
    left: 672px;
}
.ys-con .ys-dl2 h3
{
    top: 44px;
    left: -34px;
}
.ys-con .ys-dl2 dl
{
    bottom: 15px;
    right: 15px;
}
.ys-con .ys-dl3
{
    top: 410px;
    left: 1022px;
}
.ys-con .ys-dl3 h3
{
    left: 60px;
}
.ys-con .ys-dl3 dl
{
    top: 15px;
    right: 15px;
}
.ys-con .ys-dl4
{
    z-index: 30;
    top: 162px;
    right: 154px;
}
.ys-con .ys-dl4 h3
{
    left: 70px;
}
.ys-con .ys-dl4 dl
{
    top: 15px;
    right: 15px;
}
.ys-con .ys-dl.cur dl
{
    display: block;
}
.ys-con .ys-dl.cur h3
{
    display: none;
}/**/
.case
{
    height: 930px;
    overflow: hidden;
    position: relative;
    z-index: 20;
    margin-top: -40px;
    background: url(../image/case-bg.png) repeat-x top left;
}
.case .g-title
{
    padding-top: 94px;
    margin-bottom: 26px;
}
.case-con .tempWrap
{
    max-width: 1920px!important;
    overflow: visible!important;
}
.case-con .case-jt
{
    position: absolute;
    bottom: 164px;
    left: 50%;
    margin-left: 322px;
    z-index: 30;
    width: 112px;
    height: 47px;
    background: url(../image/case-icon.png) no-repeat center 20px;
    background-color: #bfa17f;
    text-align: center;
}
.case-con .case-jt div
{
    display: inline-block;
    width: 7px;
    height: 15px;
    margin: 20px 14px 0;
    cursor: pointer;
}
.case-con .case-jt .case-prev
{
    background: url(../image/prev-icon2.png) no-repeat center top;
}
.case-con .case-jt .case-next
{
    background: url(../image/next-icon2.png) no-repeat center top;
}
.case-con dl
{
    margin-right: 40px;
    width: 1300px;
    height: 696px;
    position: relative;
    border: 1px solid #b9b9b9;
    overflow: hidden;
}
.case-con dl:after
{
    content: "";
    position: absolute;
    width: 1300px;
    height: 696px;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.5);
}
.case-con dl.cur:after
{
    display: none;
}
.case-con dl.cur dd
{
    bottom: 0;
}
.case-con dt img
{
    display: block;
    width: 1300px;
    height: 696px;
}
.case-con dd
{
    position: absolute;
    bottom: -200px;
    background-color: #fff;
    height: 163px;
    width: 1300px;
    padding-top: 27px;
    padding-left: 50px;
    padding-right: 668px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.case-con h3
{
    height: 32px;
    margin-bottom: 2px;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 1px;
    color: #303030;
}
.case-con h3 a
{
    color: #303030;
}
.case-con .case-desc
{
    height: 24px;
    font-size: 15px;
    line-height: 24px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 20px;
}
.case-con .case-link
{
    width: 117px;
    height: 26px;
    background: url(../image/case-btn.png) no-repeat center center;
}
.case-con .case-txt
{
    position: absolute;
    top: 0;
    right: 0;
    width: 650px;
    height: 163px;
    background-color: #bfa17f;
    padding-left: 350px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.case-con .case-pic
{
    position: absolute;
    top: -48px;
    left: 24px;
    width: 289px;
    height: 176px;
    background-color: #fff;
    border: solid 4px #fff;
    overflow: hidden;
}
.case-con .case-tt
{
    float: left;
    margin-top: 20px;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #fff;
}
.case-con .case-tt span
{
    display: block;
    font-family: Bauhaus;
    font-size: 60px;
    line-height: 68px;
    letter-spacing: -3px;
}
.case-con .case-icon
{
    float: left;
    margin: 20px 30px 0;
    width: 1px;
    height: 112px;
    background-color: #fff;
    opacity: .4;
}/**//**//**//**//**/
.quality
{
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
    height: 994px;
}
.quality .g-title
{
    padding-top: 92px;
    margin-bottom: 18px;
}
.quality-nav
{
    height: 172px;
    border-top: 1px solid #b1b1b1;
}
.quality-nav ul
{
    height: 172px;
    border-left: 1px solid #b1b1b1;
}
.quality-nav li
{
    float: left;
    width: 323px;
    height: 172px;
    border-right: 1px solid #b1b1b1;
    text-align: center;
    position: relative;
}
.quality-nav li::after
{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
}
.quality-nav li.cur span
{
    color: #bfa17f;
}
.quality-nav li.cur:after
{
    background-color: #bfa17f;
}
.quality-nav img
{
    width: 70px;
    height: 70px;
    display: block;
    margin: 20px auto 8px;
}
.quality-nav span
{
    display: block;
    height: 42px;
    font-size: 36px;
    font-weight: bold;
    color: #303030;
    line-height: 42px;
}
.quality-nav i
{
    display: block;
    height: 16px;
    font-size: 14px;
    line-height: 16px;
    color: #acacac;
}
.quality-con
{
    height: 600px;
    background: url(../image/quality-bg.jpg) no-repeat center top;
}
.quality-con dl
{
    position: relative;
    height: 600px;
    margin: 0 auto;
}
.quality-con dt
{
    position: absolute;
    top: 0;
    right: 50%;
    width: 959px;
    height: 600px;
    overflow: hidden;
}
.quality-con dt img
{
    width: 959px;
    height: 600px;
}
.quality-con dd
{
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: 96px;
    width: 545px;
    padding-top: 82px;
}
.quality-con h3
{
    margin-bottom: 24px;
    font-size: 50px;
    line-height: 60px;
    color: #303030;
}
.quality-con h3 i
{
    display: block;
    margin-bottom: 16px;
    height: 68px;
    font-size: 68px;
    font-family: Bauhaus;
    line-height: 68px;
    color: #7f7f7f;
}
.quality-con h3 span
{
    display: block;
    color: #bfa17f;
}
.quality-con .quality-desc
{
    font-size: 18px;
    line-height: 24px;
    color: #626262;
}
.quality-jt
{
    position: absolute;
    bottom: 98px;
    left: 50%;
    z-index: 30;
    margin-left: 96px;
    text-align: center;
}
.quality-jt>div
{
    width: 59px;
    height: 59px;
    margin-right: 35px;
    display: inline-block;
    cursor: pointer;
}
.quality-jt .quality-prev
{
    background: url(../image/prev-icon3.png) no-repeat center top;
}
.quality-jt .quality-next
{
    background: url(../image/next-icon3.png) no-repeat center top;
}/**/
.news
{
    height: 1005px;
    background: url(../image/news-bg.jpg) no-repeat center top;
}
.news .g-title
{
    padding-top: 95px;
    margin-bottom: 50px;
}
.news-nav
{
    width: 150px;
}
.news-nav li
{
    height: 22px;
    position: relative;
    font-size: 20px;
    font-weight: bold;
    line-height: 22px;
    color: #303030;
    margin-bottom: 72px;
}
.news-nav li a
{
    line-height: 22px;
    color: #393939;
    border-bottom: 3px solid transparent;
}
.news-nav li.on a
{
    border-bottom-color: #bfa17f;
}
.news-con
{
    width: 1031px;
}
.news-con dl
{
    height: 263px;
    margin-bottom: 38px;
    border-bottom: 1px solid #d0d0d0;
}
.news-con dl dt
{
    float: right;
    width: 389px;
    height: 219px;
    overflow: hidden;
}
.news-con dl dt img
{
    width: 389px;
    height: 219px;
    display: block;
}
.news-con dl dd
{
    float: left;
    width: 620px;
}
.news-con dl h3 a
{
    color: #bfa17f;
}
.news-con dl .news-link a
{
    color: #303030;
}
.news-con li
{
    position: relative;
    height: 104px;
    margin-bottom: 38px;
    border-bottom: 1px solid #d0d0d0;
}
.news-con li:last-child
{
    border-bottom: 0;
}
.news-con li .news-link
{
    position: absolute;
    top: 0;
    right: 0;
    background-color: #bfa17f;
}
.news-con li .news-link a
{
    color: #fff;
}
.news-con h3
{
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: normal;
    line-height: 32px;
}
.news-con h3 a
{
    color: #303030;
}
.news-desc
{
    height: 24px;
    margin-bottom: 40px;
    font-size: 15px;
    line-height: 24px;
    color: #818181;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.news-time
{
    height: 12px;
    margin-bottom: 25px;
    font-size: 12px;
    font-family: arial;
    line-height: 12px;
    color: #303030;
}
.news-link
{
    width: 150px;
    height: 54px;
    border: solid 3px #bfa17f;
    font-size: 18px;
    line-height: 54px;
    text-align: center;
    letter-spacing: 1px;
}
.news-link a
{
    display: block;
    color: #fff;
}
.news-detail
{
    top: 103px;
    right: 0;
}/**/
.about
{
    height: 989px;
    background: url(../image/about-pic1.jpg) no-repeat center top;
}
.about .g-title
{
    padding-top: 82px;
    margin-bottom: 68px;
}
.about .about-txt
{
    position: relative;
}
.about .about-txt:after
{
    position: absolute;
    top: 0;
    left: 50%;
    content: "";
    width: 1px;
    height: 117px;
    background-color: #000;
    opacity: .2;
}
.about dl
{
    float: left;
    width: 606px;
    margin-bottom: 20px;
}
.about dl:nth-child(2n)
{
    margin-left: 88px;
}
.about dl dt
{
    float: left;
    width: 178px;
    height: 48px;
    font-size: 40px;
    font-weight: bold;
    line-height: 48px;
    letter-spacing: 4px;
    color: #303030;
}
.about dl dt img
{
    width: 48px;
    margin-right: 14px;
    vertical-align: middle;
}
.about dl dd
{
    float: left;
    margin-top: 10px;
    width: 400px;
    padding-left: 27px;
    border-left: 1px solid #aeaeae;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0;
    color: #303030;
    opacity: .8;
}
.about dl dd span
{
    display: block;
    margin-top: 5px;
    font-family: arial;
    font-size: 12px;
    line-height: 12px;
}
.f-con h3
{
    height: 50px;
    margin-bottom: 14px;
    font-size: 48px;
    line-height: 50px;
    color: #fff;
}
.f-con .f-desc
{
    margin-bottom: 70px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -1px;
    color: #fff;
    opacity: .5;
}/**//**//**//* Pulse Shrink */
@-webkit-keyframes hvr-pulse-shrink
{
    to
    {
        -webkit-transform: scale(.9);
        transform: scale(.9);
    }
}
@keyframes hvr-pulse-shrink
{
    to
    {
        -webkit-transform: scale(.9);
        transform: scale(.9);
    }
}
.hvr-pulse-shrink
{
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px rgba(0,0,0,0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
}
.hvr-pulse-shrink:hover, .hvr-pulse-shrink:focus, .hvr-pulse-shrink:active
{
    -webkit-animation-name: hvr-pulse-shrink;
    animation-name: hvr-pulse-shrink;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}/* Backward */
.hvr-backward
{
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px rgba(0,0,0,0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
}
.hvr-backward:hover, .hvr-backward:focus, .hvr-backward:active
{
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
}/* Forward */
.hvr-forward
{
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px rgba(0,0,0,0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
}
.hvr-forward:hover, .hvr-forward:focus, .hvr-forward:active
{
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
}