@charset "utf-8";
.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.mB20 {
    margin-bottom: 20px
}

@font-face {
    font-family: 'DIN Light';
    src: url('../fonts/din-light-webfont.eot');
    src: url('../fonts/din-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/din-light-webfont.woff2') format('woff2'), url('../fonts/din-light-webfont.woff') format('woff'), url('../fonts/din-light-webfont.svg#dinlight') format('svg');
    font-weight: normal;
    font-style: normal
}

@-webkit-keyframes fadeInDown2 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -50px, 0);
        transform: translate3d(0, -50px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInDown2 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -50px, 0);
        transform: translate3d(0, -50px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInDown2 {
    -webkit-animation-name: fadeInDown2;
    animation-name: fadeInDown2
}

@-webkit-keyframes slideInDown2 {
    from {
        -webkit-transform: translate3d(0, -50px, 0);
        transform: translate3d(0, -50px, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInDown2 {
    from {
        -webkit-transform: translate3d(0, -50px, 0);
        transform: translate3d(0, -50px, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInDown2 {
    -webkit-animation-name: slideInDown2;
    animation-name: slideInDown2
}

@-webkit-keyframes fadeInUp2 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInUp2 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInUp2 {
    -webkit-animation-name: fadeInUp2;
    animation-name: fadeInUp2
}

@-webkit-keyframes fadeInLeft2 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-50px, 0, 0);
        transform: translate3d(-50px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInLeft2 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-50px, 0, 0);
        transform: translate3d(-50px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInLeft2 {
    -webkit-animation-name: fadeInLeft2;
    animation-name: fadeInLeft2
}

@-webkit-keyframes fadeInRight2 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(50px, 0, 0);
        transform: translate3d(50px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInRight2 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(50px, 0, 0);
        transform: translate3d(50px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInRight2 {
    -webkit-animation-name: fadeInRight2;
    animation-name: fadeInRight2
}

.top {
    background: #f2f2f2;
    border-bottom: 1px #e0e0e0 solid;
    color: #666;
    font-size: 13px;
    line-height: 34px
}

.top .welcome {
    width: 50%;
    float: left
}

.top .links {
    color: #666;
    text-align: right
}

.top .links a {
    margin: 0 10px 0 0;
    color: #666
}

.top .links a:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 12px;
    background: #c8c8c8;
    margin-left: 10px;
    vertical-align: middle;
    margin-top: -3px
}

.top .links a:hover {
    color: #ee530a
}

.top .links a:last-child {
    margin-right: 0
}

.top .links a:last-child:after {
    display: none
}

.header {
    padding: 20px 0;
    border-bottom: 1px #e6e6e6 solid
}

.header .logo-text {
    float: left;
    width: 70%
}

.header .logo-text img {
    max-height: 65px;
    vertical-align: middle
}

.header .logo-text .logo {
    max-width: 220px;
    float: left
}

.header .logo-text .text {
    max-width: 580px;
    float: left;
    margin-left: 20px;
    padding-left: 20px;
    position: relative
}

.header .logo-text .text:before {
    content: "";
    display: block;
    width: 1px;
    height: 86px;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(#b2b2b2), to(#fff));
    background: linear-gradient(#fff, #b2b2b2, #fff);
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.header .logo-text .title {
    color: #ee530a;
    font-size: 18px;
    line-height: 25px;
    height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.header .tel {
    max-width: 30%;
    background: url(../images/tel-02.png) no-repeat left center;
    padding: 5px 0 5px 70px;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 35px;
    float: right
}

.header .tel .p-01 {
    color: #333;
    font-size: 14px;
    line-height: 25px
}

.header .tel .p-02 {
    font-size: 18px;
    color: #ee530a;
    line-height: 30px
}

.nav .list {
    font-size: 0;
    position: relative
}

.nav li {
    text-align: center;
    float: left;
    width: 11.11111111%;
    padding: 0 0;
    position: relative;
    font-size: 16px
}

.nav li:after {
    content: "";
    width: 1px;
    height: 40px;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(#b3b3b3), to(#fff));
    background: linear-gradient(#fff, #b3b3b3, #fff);
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    z-index: -1;
    right: -1px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.nav li > a {
    font-size: 16px;
    color: #333;
    height: 60px;
    line-height: 60px;
    display: block;
    position: relative;
    vertical-align: middle
}

.nav li > a:after {
    content: "";
    display: block;
    background: #f7c951;
    position: absolute;
    bottom: 0;
    z-index: 0;
    height: 0;
    width: 100%;
    -webkit-transition: all .5s;
    transition: all .5s
}

.nav li > a span {
    position: relative;
    z-index: 1
}

.nav li:last-child:after {
    display: none
}

.nav li:hover:after, .nav li.cur:after {
    display: none
}

.nav li:hover > a:after, .nav li.cur > a:after {
    height: 100%
}

.nav li:hover .child {
    z-index: 1;
    display: block \9;
    visibility: visible;
    opacity: 1
}

.nav li:hover .child a {
    height: 40px
}

.nav .child {
    font-size: 16px;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 106px;
    margin: auto;
    z-index: -1;
    top: 32px;
    display: none \9;
    visibility: hidden;
    opacity: 0;
    text-align: center;
    padding-top: 15px
}

.nav .child .box {
    background: #fff;
    border-radius: 5px;
    overflow: hidden
}

.nav .child a {
    padding: 0 5px;
    display: block;
    color: #333;
    font-size: 15px;
    position: relative;
    overflow: hidden;
    line-height: 40px;
    height: 0;
    -webkit-transition: .3s height cubic-bezier(.73, .32, .34, 1.5), .5s background, .5s padding-left;
    transition: .3s height cubic-bezier(.73, .32, .34, 1.5), .5s background, .5s padding-left
}

.nav .child a:hover {
    background-color: #f7c951;
    color: #fff;
    padding-left: 15px
}

.banner {
    width: 100%;
    overflow: hidden;
    height: 480px;
    position: relative;
    z-index: 0;
    text-align: center
}

.banner .box {
    height: 480px;
    overflow: hidden;
    position: relative;
    z-index: 0;
    width: 1920px;
    left: 50%;
    margin-left: -960px
}

.banner .box .pic {
    display: block;
    text-align: center
}

.banner .box img {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translate(0, -50%);
    margin: 0 auto;
}

.banner .slick-dots {
    position: relative;
    z-index: 9;
    bottom: 50px;
    text-align: center
}

.banner .slick-dots li {
    width: 12px;
    height: 12px;
    margin: 0 8px;
    -webkit-transition: all .5s;
    transition: all .5s
}

.banner .slick-dots li button {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
    padding: 0
}

.banner .slick-dots li button:before {
    width: 100%;
    height: 100%;
    content: ""
}

.banner .slick-dots li.slick-active button {
    background: #f7c951
}

.keyword-search {
    background: #fafafa;
    line-height: 36px;
    padding: 12px 0
}

.keyword-search .keyword {
    width: 62.5%;
    float: left;
    overflow: hidden
}

.keyword-search .keyword a {
    margin-right: 10px;
    display: inline-block;
    color: #333
}

.keyword-search .keyword a:hover {
    /*color: #ee530a*/
}

.keyword-search .search {
    width: 32.5%;
    float: right;
    position: relative;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    overflow: hidden
}

.keyword-search .search input {
    width: 100%;
    border: 1px #ccc solid;
    line-height: 34px;
    height: 36px;
    padding: 0 110px 0 10px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-transition: all .5s;
    transition: all .5s
}

.keyword-search .search input:focus {
    border-color: #f7c951;
    -webkit-box-shadow: 0 0 5px 0 #f7c951;
    box-shadow: 0 0 5px 0 #f7c951
}

.keyword-search .search .btn {
    background: #f7c951;
    color: #333;
    font-size: 14px;
    height: 36px;
    width: 100px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}

.keyword-search .search .btn:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../images/search.png) no-repeat center;
    vertical-align: middle;
    margin-right: 8px
}

.keyword-search .search .btn:hover {
    background: #fbc248
}

.home-title, .inside-title {
    text-align: center;
    font-size: 0
}

.home-title .title, .inside-title .title {
    color: #333;
    font-size: 20px;
    font-weight: 700;
    line-height: 1
}

.home-title .line, .inside-title .line {
    margin-top: 10px;
    position: relative
}

.home-title .line:before, .inside-title .line:before, .home-title .line:after, .inside-title .line:after {
    content: "";
    display: inline-block;
    border-top: 1px #8f8f8f solid;
    border-bottom: 1px #8f8f8f solid;
    width: 55px;
    height: 4px;
    vertical-align: middle;
    margin: 0 9px
}

.home-title .line span, .inside-title .line span {
    width: 10px;
    height: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle
}

.home-title .line span:after, .inside-title .line span:after {
    content: "";
    display: inline-block;
    background: #f7c951;
    border: 1px #3f3c30 solid;
    width: 10px;
    height: 10px;
    vertical-align: middle;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto
}

.inside-title-02 {
    text-align: center
}

.inside-title-02 .cn {
    color: #333;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 5px
}

.inside-title-02 .en {
    color: #999;
    font-size: 12px
}

.home-product {
    padding: 30px 0
}

.home-product .col-01 {
    width: 20%;
    float: left;
    padding-right: 10px
}

.home-product .col-02 {
    width: 100%;
  
    padding-left: 10px
}

.home-product .classify {
    background: #fbc248;
    padding: 20px 20px 20px 20px
}

.home-product .classify .home-title {
    background: #fafafa;
    border: 1px #333 solid;
    padding: 19px 0
}

.home-product .classify .list {
    padding-top: 30px
}

.home-product .classify .list li {
    clear: both;
    padding-bottom: 30px
}

.home-product .classify .list a {
    display: block;
    background: #fafafa;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 5px;
    text-align: center;
    border-radius: 40px
}

.home-product .classify .list a:hover {
    background: #ee530a;
    color: #fff
}

.home-product .tabsMenu {
    background: #fafafa;
    line-height: 50px;
    clear: both;
    overflow: hidden
}

.home-product .tabsMenu a {
    color: #333;
    font-size: 16px;
    display: block;
    min-width: 105px;
    float: left;
    text-align: center;
    padding: 0 10px;
    font-weight: 700
}

.home-product .tabsMenu a.cur, .home-product .tabsMenu a:hover {
    background: #ee530a;
    color: #fff
}

.home-product .tabsSec {
    padding-top: 20px;
    min-height: 460px
}

.home-product .item {
    display: none
}

.home-product .item .list {
    margin-left: -10px;
    margin-right: -10px
}

.home-product .item .list li {
    width: 25%;
    float: left;
    padding: 0 10px 10px 10px;
    text-align: center
}

.home-product .item .list .box {
    display: block;
    max-width: 220px;
    margin: auto
}

.home-product .item .list .pic {
    padding: 9px;
    border: 1px #e0e0e0 solid;
    display: block;
    position: relative
}

.home-product .item .list .pic span {
    overflow: hidden;
    display: block;
    position: relative
}

.home-product .item .list .pic span:after {
    content: "";
    display: block;
    padding-top: 80%
}

.home-product .item .list img {
    -webkit-transition: all .5s;
    transition: all .5s
}

.home-product .item .list .title {
    color: #333;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px
}

.home-product .item .list .box:hover .pic {
    border-color: #ee530a
}

.home-product .item .list .box:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.home-product .item .list .box:hover .title {
    color: #ee530a
}

.home-fwrx {
    background-position: center;
    background-repeat: no-repeat;
    height: 240px;
    text-align: center;
    padding: 20px 0
}

.home-fwrx .nr {
    display: inline-block;
    border: 3px rgba(255, 255, 255, 0.1) solid;
    padding: 5px
}

.home-fwrx .nr .box {
    background: rgba(255, 255, 255, 0.1);
    padding: 20px 30px
}

.home-fwrx .p-01 {
    font-size: 20px;
    color: #fff
}

.home-fwrx .p-02 {
    font-weight: 700;
    font-size: 36px;
    color: #fff;
    border-bottom: 1px rgba(255, 255, 255, 0.2) solid;
    margin-bottom: 20px;
    padding: 0 40px;
    line-height: 53px
}

.home-fwrx .btn {
    text-align: center
}

.home-fwrx .btn a {
    display: inline-block;
    background: #fbc707;
    line-height: 40px;
    min-width: 130px;
    padding: 0 10px;
    color: #333;
    font-size: 14px;
    border-radius: 3px
}

.home-fwrx .btn a:hover {
    background: #ee530a
}

.home-news {
    padding: 30px 0 30px 0;
    overflow: hidden
}

.home-news .nr {
    margin-top: 25px;
    overflow: hidden
}

.home-news .hot .box {
    display: block
}

.home-news .hot .pic {
    width: 50%;
    float: left;
    position: relative;
    overflow: hidden
}

.home-news .hot .pic:after {
    content: "";
    display: block;
    padding-top: 55%
}

.home-news .hot img {
    -webkit-transition: all .5s;
    transition: all .5s
}

.home-news .hot .text {

    float: left;
    background: #ee750a;
    color: #fff;
    padding: 20px 40px 0 40px
}

.home-news .hot .title {
    font-size: 16px;
    border-bottom: 1px #fff solid;
    line-height: 49px;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    margin-bottom: 10px
}

.home-news .hot .info {
    line-height: 30px;
 
    margin-bottom: 20px
    
}

.home-news .hot .detailed {
    -webkit-transition: all .5s;
    transition: all .5s
}

.home-news .hot .detailed a, .home-news .hot .detailed span {
    font-size: 14px;
    color: #fff;
    position: relative;
    background: url(../images/arrow-right.png) no-repeat center right;
    padding-right: 20px;
    line-height: 30px
}

.home-news .hot .box:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.home-news .hot .box:hover .title {
    font-weight: 700
}

.home-news .hot .box:hover .detailed {
    padding-left: 20px
}

.home-news .list {
    position: relative;
    background: #fafafa;
    padding: 10px 0;
    margin: 20px -10px 0 -10px;
    overflow: hidden
}

.home-news .list:before {
    content: "";
    display: block;
    width: 20px;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 33.33333333%;
    margin-left: -10px
}

.home-news .list:after {
    content: "";
    display: block;
    width: 20px;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    right: 33.33333333%;
    margin-right: -10px
}

.home-news .list li {
    width: 33.33333333%;
    float: left;
    padding: 0 30px
}

.home-news .list a {
    display: block;
    color: #333;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 35px;
    line-height: 35px;
    padding-left: 10px;
    position: relative
}

.home-news .list a:before {
    content: "";
    display: block;
    width: 3px;
    height: 3px;
    background: #9e9e9e;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

.home-news .list a:hover {
    color: #ee530a
}

.home-about {
    padding: 30px 0 50px 0;
    margin-bottom: 30px;
    overflow: hidden;
    background: url(../images/about-bg.jpg) no-repeat center;
    background-size: cover
}

.home-about img {
    vertical-align: middle
}

.home-about .nr {
    position: relative;
    padding: 40px 0;
    overflow: hidden;
    min-height: 500px;
    margin-top: 20px
}

.home-about .text {
    width: 50%;
    float: left;
    position: relative;
    z-index: 1
}

.home-about .text .box {
    background: #fff;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
    padding: 30px 30px
}

.home-about .bigTitle {
    border-bottom: 1px #e0e0e0 solid;
    padding-bottom: 16px
}

.home-about .bigTitle .title-01 {
    color: #fbc248;
    font-size: 24px
}

.home-about .bigTitle .title-02 {
    color: #333;
    font-size: 18px
}

.home-about .info {
    color: #666;
    line-height: 30px;
    padding: 10px 0;
    margin-bottom: 15px
}

.home-about .more a {
    display: inline-block;
    background: #fbc707;
    color: #333;
    min-width: 100px;
    padding: 0 10px;
    line-height: 35px;
    text-align: center;
    border-radius: 35px
}

.home-about .more a:hover {
    background: #ee530a
}

.home-about .pic {
    width: 665px;
    position: absolute;
    z-index: 0;
    right: 0;
    top: 0
}

.footer {
    background: #292c2f;
    padding: 50px 0 30px 0;
    color: #fff;
    font-size: 14px
}

.footer img {
    vertical-align: middle
}

.footer a {
    color: #fff;
    -webkit-transition: all .5s;
    transition: all .5s
}

.footer a:hover {
    color: #fff;
    text-decoration: underline
}

.footer .footerEwm {
    width: 15%;
    float: left;
    text-align: center
}

.footer .item {
    width: 85%;
    float: left;
    padding-left: 30px
}

.footer .menu {
    border-bottom: 1px rgba(255, 255, 255, 0.2) solid;
    overflow: hidden
}

.footer .menu li {
    padding-bottom: 10px;
    line-height: 20px;
    float: left;
    position: relative
}

.footer .menu li:after {
    content: "丨";
    display: inline-block;
    margin: 0 15px
}

.footer .menu li:last-child:after {
    display: none
}

.footer .menu a:hover {
    color: #ee530a
}

.footer .lxxx {
    padding: 10px 0 20px 0
}

.footer .lxxx li {
    width: 50%;
    font-size: 12px;
    float: left;
    line-height: 30px;
    padding-right: 20px
}

.footer .lxxx .icon {
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -3px
}

.footer .zhy {
    font-size: 12px
}

.copyright {
    background: #fbc707;
    color: #333;
    font-size: 12px;
    line-height: 30px;
    padding: 5px 0
}

.copyright .text {
    /*width: 60%;*/
    float: left
}

.copyright .link {
    width: 40%;
    float: right;
    text-align: right
}

.copyright .link a {
    margin-left: 10px
}

.copyright a {
    color: #333;
    -webkit-transition: all .5s;
    transition: all .5s
}

.copyright a:hover {
    color: #000;
    text-decoration: underline
}

.copyright .container {
    height: 50px;
    line-height: 50px;
}

.floatWindow {
    position: fixed;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #f6c200;
    width: 70px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    z-index: 99999;
}

.floatWindow img {
    vertical-align: middle
}

.floatWindow .box {
    padding: 5px 0;
    color: #fff;
    display: block;
    position: relative;
    cursor: pointer
}

.floatWindow .box:hover {
    background: #ee750a
}

.floatWindow .icon {
    display: block;
    width: 40px;
    height: 40px;
    margin: auto
}

.floatWindow .icon img {
    vertical-align: middle
}

.floatWindow .title {
    display: block;
    line-height: 29px
}

.floatWindow .item:hover {
    background: #ee750a
}

.floatWindow .item:hover .hover {
    display: block
}

.floatWindow .tel .hover {
    background: #f6c200;
    display: none;
    float: left;
    position: absolute;
    top: 0;
    right: 0;
    width: 190px
}

.floatWindow .tel .hover .box {
    width: 70px;
    float: left;
    background: #f6c200
}

.floatWindow .tel .hover .hm {
    margin: 20px 0 0 0;
    line-height: 40px;
    font-size: 16px;
    border-left: 1px #fff solid;
    float: left;
    padding: 0 7px
}

.floatWindow .ewm .hover {
    display: none;
    position: absolute;
    width: 175px;
    bottom: 0;
    right: 70px;
    padding-right: 10px;
    text-align: left
}

.floatWindow .ewm .hover:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 0 11px 10px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    right: 0;
    bottom: 25px
}

.floatWindow .ewm .hover span {
    display: block;
    background: #fff;
    min-height: 165px;
    position: relative;
}

.floatWindow li {
    border-bottom: 1px #fff solid;
    position: relative
}

.floatWindow li:last-child {
    border-bottom: none
}

.bread {
    position: relative;
    width: 100%;
    font-weight: 400;
    color: #666;
    font-size: 12px;
    text-align: left;
    line-height: 39px
}

.bread .container {
    border-bottom: 1px #ccc dotted
}

.bread a {
    color: #959494
}

.bread a:hover {
    color: #f7c951
}

.insideClassify {
    padding: 25px 0 29px 0
}

.insideClassify .list li {
    float: left;
    text-align: center;
    padding-right: 20px
}

.insideClassify .list a {
    display: block;
    position: relative
}

.insideClassify .list a:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 34px;
    background: #987803;
    position: absolute;
    z-index: 0;
    bottom: -4px
}

.insideClassify .list a span {
    display: block;
    position: relative;
    z-index: 1;
    min-width: 120px;
    line-height: 34px;
    background: #fbc707 url(../images/btn-bg.png) no-repeat top left;
    border-radius: 34px;
    color: #333
}

.insideClassify .list a:hover:after {
    background: #aa3b07
}

.insideClassify .list a:hover span {
    background-color: #ee530a;
    color: #fff
}

.insideClassify .list .cur a:after {
    background: #aa3b07
}

.insideClassify .list .cur a span {
    background-color: #ee530a;
    color: #fff
}

.about {
    color: #666;
    line-height: 30px
}

.about .jianjie {
    padding-bottom: 30px
}

.about .jianjie .title {
    color: #000;
    font-size: 16px;
    line-height: 60px;
    font-weight: 700
}

.about .jianjie .pic {
    text-align: center
}

.about .jyfw {
    background: #fafafa;
    padding: 30px 0
}

.about .jyfw .nr {
    padding-top: 20px
}

.about .jyfw .text {
    border: 1px #e0e0e0 solid;
    background: #fff;
    padding: 29px 30px
}

.about .jyfw .pic {
    float: right
}

.about .zhychp {
    padding: 30px 0
}

.about .zhychp .nr {
    padding-top: 1.875rem
}

.about .zhychp .list {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
    margin-bottom: 1.25rem
}

.about .zhychp .list li {
    width: 25%;
    float: left;
    padding: 0 .625rem 1.25rem .625rem
}

.about .zhychp .list .box {
    display: block;
    text-align: center;
    border: 1px #e0e0e0 solid
}

.about .zhychp .list .pic {
    overflow: hidden;
    position: relative
}

.about .zhychp .list .pic:after {
    content: "";
    display: block;
    padding-top: 80%
}

.about .zhychp .list img {
    -webkit-transition: all .5s;
    transition: all .5s
}

.about .zhychp .list .title {
    color: #333;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 5px
}

.about .zhychp .list .box:hover .title {
    background: #ee530a;
    color: #fff
}

.about .zhychp .list .box:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

#messageAnchor {
    position: absolute;
    top: -80px
}

.message {
    padding: 10px 0 45px 0;
    position: relative
}

.message .nr {
    color: #333;
    font-size: 13px;
    border: 1px #f0f0f0 solid;
    padding: 100px 0;
    margin-top: 20px;
    background: url(../images/message-bg.png) no-repeat center bottom;
    margin-bottom: 40px
}

.message .list {
    max-width: 800px;
    margin: auto
}

.message .required {
    color: #f00;
    margin-right: 5px
}

.message .list li {
    margin-bottom: 1.875rem
}

.message .list .box {
    position: relative;
    padding-left: 130px
}

.message .list .title {
    width: 120px;
    text-align: right;
    float: left;
    position: absolute;
    left: 0;
    line-height: 34px
}

.message .list .btn {
    max-width: 300px;
    text-align: center
}

.message .list .btn a {
    display: block;
    background: #ff6b01;
    color: #fff;
    line-height: 34px
}

.message .list .verify input {
    width: 100px;
    margin-right: 5px
}

.message .list .verify img {
    vertical-align: middle;
    width: 81px;
    height: 34px;
}

.message input, .message textarea {
    border: 1px #e0e0e0 solid;
    font-size: 12px;
    width: 100%;
    line-height: 32px;
    height: 34px;
    padding: 0 15px
}

.message input:focus, .message textarea:focus {
    -webkit-box-shadow: 0 0 5px 0 #f7c951;
    box-shadow: 0 0 5px 0 #f7c951;
    border-color: #f7c951
}

.message textarea {
    height: 120px
}

.contact {
    font-size: 14px
}

.contact .hd {
    background: #eebf11 url(../images/contact-bg.png) no-repeat bottom center;
    color: #564400;
    line-height: 3.125rem;
    text-align: center;
    padding: 4.375rem 0;
    margin-bottom: 1.25rem;
    width: 50%;
    float: left
}

.contact .hd a {
    color: #564400
}

.contact .hd .p-01 {
    font-size: 25px;
    font-weight: 700;
    border-bottom: 1px rgba(86, 68, 0, 0.4) solid;
    padding: 0 0 15px;
    margin-bottom: 20px
}

.contact .hd .p-02 {
    font-size: 14px;
    font-weight: 700
}

.contact .hd .p-03 {
    font-size: 25px;
    font-weight: 700
}

.contact .hd:before {
    content: "";
    display: inline-block;
    width: 15rem;
    height: 11.875rem;
    background: url(../images/icon/tel-03.png) no-repeat center;
    background-size: 100%;
    margin-right: 1.875rem
}

.contact .hd .box {
    display: inline-block;
    text-align: left;
    min-width: 230px
}

.contact .bd {
    width: 50%;
    float: left;
    padding-left: 20px
}

.contact .title {
    text-align: center;
    font-size:;
    color: #ee530a;
    font-size: 35px;
    font-weight: 700;
    border-bottom: 2px #fafafa solid;
    padding-bottom: 20px
}

.contact .info {
    background: #fafafa;
    line-height: 42px;
    margin-top: 10px;
    padding: 25px 20px
}

.contact .info li {
    width: 50%;
    float: left
}

.contact .title-02 {
    border-bottom: 1px #f0f0f0 solid
}

.contact .title-02 span {
    display: inline-block;
    color: #ee530a;
    font-size: 18px;
    line-height: 2;
    font-weight: 700;
    position: relative
}

.contact .title-02 span:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #333;
    position: absolute;
    left: 0;
    bottom: -1px
}

.contact .map {
    margin-top: 20px;
    padding-bottom: 40px
}

.contact .ditu {
    margin-top: 20px;
    border: 1px #f0f0f0 solid;
    padding: 20px
}

#allmap {
    height: 460px
}

#allmap img {
    max-width: none;
    max-height: none
}

#allmap .anchorBL {
    display: none
}

.siteMap {
    padding-top: 30px;
    padding-bottom: 30px
}

.siteMap .nr {
    overflow: hidden
}

.siteMap .list {
    padding-bottom: 30px;
    margin-left: -20px;
    margin-right: -20px
}

.siteMap .list li {
    width: 50%;
    float: left;
    padding: 0 20px
}

.siteMap .list li:nth-child(20n-1) {
    border-bottom: 1px #ccc dashed;
    padding-bottom: 10px;
    margin-bottom: 10px
}

.siteMap .list li:nth-child(20n) {
    border-bottom: 1px #ccc dashed;
    padding-bottom: 10px;
    margin-bottom: 10px
}

.siteMap .list li:nth-last-child(1), .siteMap .list li:nth-last-child(2) {
    border-bottom: none
}

.siteMap .list .box {
    display: block;
    color: #333;
    font-size: 14px;
    position: relative;
    line-height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 100px 0 20px
}

.siteMap .list .box:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 4px;
    border-color: transparent transparent transparent #ee530a;
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto
}

.siteMap .list .box:hover {
    color: #ee530a
}

.siteMap .list .date {
    color: #999;
    display: block;
    width: 90px;
    position: absolute;
    right: 0;
    top: 0;
    text-align: right;
    font-size: 14px
}

.inside-banner {
    clear: both;
    overflow: hidden;
    width: 100%;
    position: relative;
    z-index: 0;
    text-align: center
}

.inside-banner img {
    vertical-align: middle
}

.inside-banner .box {
    display: block;
    position: relative;
    overflow: hidden;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
    text-align: center;
    height: 360px
}

.inside-banner .box:after {
    content: "";
    display: block;
    padding-top: 18.75%
}

.sitemap {
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0 auto;
    font-size: 16px
}

.sitemap dl {
    border: #2c2c2c solid 1px;
    border-top: #f7c951 solid 2px;
    border-bottom: none;
    margin: 20px 0 20px 0
}

.sitemap dl dt {
    color: #eee;
    font-size: 22px;
    line-height: 40px;
    border-bottom: #2c2c2c solid 1px;
    padding: 0 0 0 20px
}

.sitemap dl dt img {
    margin-left: 20px
}

.sitemap dl dt a {
    color: #eee
}

.sitemap dl dd {
    font-size: 16px;
    line-height: 30px;
    overflow: hidden;
    padding-top: 10px;
    border-bottom: #2c2c2c solid 1px
}

.sitemap dl dd div {
    clear: both;
    overflow: hidden;
    line-height: 30px;
    border-bottom: #2c2c2c solid 1px;
    padding: 0 20px 10px 10px;
    margin-bottom: -1px
}

.sitemap dl dd div a {
    color: #b6b6b6;
    float: left;
    padding: 0 10px 0 10px
}

.sitemap dl dd div a:hover {
    color: #003e7e;
    background: #f7c951;
    color: #fff
}

.sitemap dl:hover dt a {
    color: #f7c951
}

.sitemap dl .p2 {
    font-weight: 700;
    padding-left: 20px;
    font-size: 14px
}

.inside img {
    vertical-align: middle
}

.inside .aside {
    width: 20%;
    float: left;
    padding-top: 20px
}

.inside .aside .category {
    overflow: hidden
}

.inside .aside .category .titleBig {
    color: #fff;
    position: relative;
    background: #f7c951;
    padding: 20px 20px 5px 20px;
    text-align: center
}

.inside .aside .category .titleBig:before {
    content: "";
    border-style: solid;
    border-width: 30px 140px 0 140px;
    border-color: #f93 transparent transparent transparent;
    position: absolute;
    z-index: 1;
    left: -20px;
    bottom: -30px
}

.inside .aside .category .titleBig:after {
    content: "";
    border-style: solid;
    border-width: 30px 140px 0 140px;
    border-color: #f7c951 transparent transparent transparent;
    position: absolute;
    z-index: 1;
    left: -20px;
    bottom: -26px
}

.inside .aside .category .titleBig .title {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.5
}

.inside .aside .category .titleBig .lb {
    line-height: 20px
}

.inside .aside .category .titleBig .lb:before, .inside .aside .category .titleBig .lb:after {
    content: "";
    display: inline-block;
    width: 28px;
    height: 1px;
    background: #fff;
    vertical-align: middle
}

.inside .aside .category .titleBig .lb:before {
    margin-right: 10px
}

.inside .aside .category .titleBig .lb:after {
    margin-left: 10px
}

.inside .aside .category .titleBig .lb span {
    display: inline-block;
    border: 1px #fff solid;
    position: relative;
    padding: 0 10px
}

.inside .aside .category .list {
    border-right: 1px #e0e0e0 solid;
    border-bottom: 1px #e0e0e0 solid;
    border-left: 1px #e0e0e0 solid
}

.inside .aside .category li {
    position: relative;
    border-bottom: 1px #e0e0e0 solid
}

.inside .aside .category li:first-child {
    padding-top: 30px
}

.inside .aside .category li > a {
    z-index: 1;
    display: block;
    color: #333;
    font-size: 14px;
    line-height: 59px;
    padding: 0 30px 0 20px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: padding .5s;
    transition: padding .5s
}

.inside .aside .category li > a:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 1px #bbb solid;
    border-right: 1px #bbb solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all .5s;
    transition: all .5s
}

.inside .aside .category li:last-child {
    border-bottom: none
}

.inside .aside .category li:hover {
    background: #fafafa
}

.inside .aside .category li:hover > a {
    color: #ee530a;
    padding-left: 30px
}

.inside .aside .category li:hover > a:before {
    border-color: #ee530a
}

.inside .aside .category li.cur {
    background: #fafafa
}

.inside .aside .category li.cur > a {
    color: #ee530a
}

.inside .aside .category li.cur > a:before {
    border-color: #ee530a
}

.inside .aside .tjshj {
    border: 1px #e0e0e0 solid
}

.inside .aside .tjshj .titleBig {
    border-bottom: 1px #e0e0e0 solid;
    font-size: 16px;
    line-height: 39px;
    padding: 0 12px;
    background: #fafafa
}

.inside .aside .tjshj .titleBig span {
    position: relative
}

.inside .aside .tjshj .titleBig span:before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 18px;
    background: #ee530a;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 10px
}

.inside .aside .tjshj .list {
    padding: 10px 0
}

.inside .aside .tjshj .list li {
    width: 100%;
    padding: 0 0
}

.inside .aside .tjshj .list .box {
    display: block;
    color: #333;
    font-size: 14px;
    position: relative;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 20px 0 20px
}

.inside .aside .tjshj .list .box:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 4px;
    border-color: transparent transparent transparent #ee530a;
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto
}

.inside .aside .tjshj .list .box:hover {
    color: #ee530a
}

.inside .aside .lxwm {
    background: #fbc707;
    color: #fff;
    padding: 15px 20px
}

.inside .aside .lxwm .p-01 {
    font-size: 14px;
    background: url(../images/tel-04.png) no-repeat left center;
    padding-left: 30px;
    line-height: 30px
}

.inside .aside .lxwm .p-02 {
    font-size: 24px;
    font-weight: 700
}

.inside .mainRight {
    width: 80%;
    height: 100%;
    float: left;
    padding: 0 0 0 20px;
    position: relative
}

.inside .content {
    padding-top: 20px;
    padding-bottom: 50px
}

.news .list, .news-02 .list, .qyshj .list, .product-02 .list {
    overflow: hidden;
    margin-bottom: 30px
}

.news .list li, .news-02 .list li, .qyshj .list li, .product-02 .list li {
    margin-bottom: 20px
}

.news .list .box, .news-02 .list .box, .qyshj .list .box, .product-02 .list .box {
    border: 1px #e0e0e0 solid;
    padding: 9px;
    display: block;
    overflow: hidden
}

.news .list .pic, .news-02 .list .pic, .qyshj .list .pic, .product-02 .list .pic {
    width: 30%;
    float: left;
    position: relative;
    overflow: hidden
}

.news .list .pic:after, .news-02 .list .pic:after, .qyshj .list .pic:after, .product-02 .list .pic:after {
    content: "";
    display: block;
    padding-top: 65%
}

.news .list img, .news-02 .list img, .qyshj .list img, .product-02 .list img {
    -webkit-transition: all .5s;
    transition: all .5s
}

.news .list .text, .news-02 .list .text, .qyshj .list .text, .product-02 .list .text {
    width: 70%;
    padding: 0 0 0 20px;
    float: right;
    position: relative
}

.news .list .title, .news-02 .list .title, .qyshj .list .title, .product-02 .list .title {
    color: #121212;
    font-size: 18px;
    display: block;
    height: 46px;
    line-height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px #e0e0e0 solid;
    font-weight: 700;
    margin-bottom: 10px
}

.news .list .info, .news-02 .list .info, .qyshj .list .info, .product-02 .list .info {
    line-height: 32px;
    color: #333;
    font-size: 13px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    margin: 5px 0 0
}

.news .list .detailed, .news-02 .list .detailed, .qyshj .list .detailed, .product-02 .list .detailed {
    margin-top: 15px;
    float: right
}

.news .list .detailed a, .news-02 .list .detailed a, .qyshj .list .detailed a, .product-02 .list .detailed a, .news .list .detailed span, .news-02 .list .detailed span, .qyshj .list .detailed span, .product-02 .list .detailed span {
    font-size: 14px;
    text-align: center;
    display: inline-block;
    position: relative
}

.news .list .detailed a:after, .news-02 .list .detailed a:after, .qyshj .list .detailed a:after, .product-02 .list .detailed a:after, .news .list .detailed span:after, .news-02 .list .detailed span:after, .qyshj .list .detailed span:after, .product-02 .list .detailed span:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 34px;
    background: #987803;
    position: absolute;
    z-index: 0;
    bottom: -4px
}

.news .list .detailed a em, .news-02 .list .detailed a em, .qyshj .list .detailed a em, .product-02 .list .detailed a em, .news .list .detailed span em, .news-02 .list .detailed span em, .qyshj .list .detailed span em, .product-02 .list .detailed span em {
    font-style: inherit;
    display: block;
    position: relative;
    z-index: 1;
    min-width: 120px;
    line-height: 34px;
    background: #fbc707 url(../images/btn-bg.png) no-repeat top left;
    border-radius: 34px;
    color: #333
}

.news .list .detailed a:hover:after, .news-02 .list .detailed a:hover:after, .qyshj .list .detailed a:hover:after, .product-02 .list .detailed a:hover:after, .news .list .detailed span:hover:after, .news-02 .list .detailed span:hover:after, .qyshj .list .detailed span:hover:after, .product-02 .list .detailed span:hover:after {
    background: #aa3b07
}

.news .list .detailed a:hover em, .news-02 .list .detailed a:hover em, .qyshj .list .detailed a:hover em, .product-02 .list .detailed a:hover em, .news .list .detailed span:hover em, .news-02 .list .detailed span:hover em, .qyshj .list .detailed span:hover em, .product-02 .list .detailed span:hover em {
    background-color: #ee530a;
    color: #fff
}

.news .list li:hover img, .news-02 .list li:hover img, .qyshj .list li:hover img, .product-02 .list li:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.news .list li:hover .box, .news-02 .list li:hover .box, .qyshj .list li:hover .box, .product-02 .list li:hover .box {
    border-color: #ee530a
}

.news .list li:hover .title, .news-02 .list li:hover .title, .qyshj .list li:hover .title, .product-02 .list li:hover .title {
    color: #ee530a
}

.news .list li:hover .detailed a:after, .news-02 .list li:hover .detailed a:after, .qyshj .list li:hover .detailed a:after, .product-02 .list li:hover .detailed a:after, .news .list li:hover .detailed span:after, .news-02 .list li:hover .detailed span:after, .qyshj .list li:hover .detailed span:after, .product-02 .list li:hover .detailed span:after {
    background: #aa3b07
}

.news .list li:hover .detailed a em, .news-02 .list li:hover .detailed a em, .qyshj .list li:hover .detailed a em, .product-02 .list li:hover .detailed a em, .news .list li:hover .detailed span em, .news-02 .list li:hover .detailed span em, .qyshj .list li:hover .detailed span em, .product-02 .list li:hover .detailed span em {
    background-color: #ee530a;
    color: #fff
}

.news-02 .list .box {
    background: #f5f5f5;
    border: 1px #f5f5f5 solid;
    padding: 9px;
    display: block;
    overflow: hidden
}

.product-02 .list .info {
    height: 72px
}

.show {
    line-height: 26px;
    color: #333
}

.show .title {
    font-weight: 700;
    font-size: 26px;
    line-height: 1.5;
    text-align: center
}

.show .keyword {
    font-size: 12px;
    margin-top: 10px;
    border: 1px #e0e0e0 solid;
    padding: 10px 15px
}

.show .keyword span {
    margin-right: 10px
}

.show .jieshao {
    font-size: 12px;
    border: 1px #e0e0e0 solid;
    padding: 10px 15px
}

.show .info {
    text-align: center;
    font-size: 13px;
    color: #666;
    line-height: 30px
}

.show .info .source, .show .info .time, .show .info .view {
    display: inline-block;
    font-size: 12px;
    margin: 0 8px
}

.show .nr {
    margin: 20px 0 30px 0;
    color: #333;
    line-height: 30px;
    overflow: hidden;
}

.show .nr .videoBox video {
    display: block;
    width: 50%;
    margin: 0 auto;
}

.prevNext {
    position: relative;
    overflow: hidden
}

.prevNext .prev, .prevNext .next {
    width: 50%;
    height: 60px;
    line-height: 60px;
    background: #fbc707;
    color: #333;
    float: left;
    font-size: 14px;
    -webkit-transition: all .5s;
    transition: all .5s;
    overflow: hidden;
    position: relative;
    text-align: center
}

.prevNext .prev:hover, .prevNext .next:hover {
    background: #ee530a;
    color: #fff
}

.prevNext .prev:hover a, .prevNext .next:hover a {
    color: #fff
}

.prevNext .prev span, .prevNext .next span {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    max-width: 90%
}

.prevNext a {
    display: block;
    height: 60px;
    line-height: 60px;
    -webkit-transition: all .5s;
    transition: all .5s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative
}

.prevNext .prev {
    border-right: 2px #fff solid
}

.prevNext .prev a {
    padding: 0 40px 0 65px
}

.prevNext .prev a:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/arrow-left-01.png) no-repeat center;
    vertical-align: middle;
    margin-right: 20px;
    margin-top: -2px
}

.prevNext .prev a:hover:before {
    background: url(../images/arrow-left-02.png) no-repeat center
}

.prevNext .next {
    border-left: 2px #fff solid
}

.prevNext .next a {
    padding: 0 65px 0 40px
}

.prevNext .next a:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/arrow-right-01.png) no-repeat center;
    vertical-align: middle;
    margin-right: 20px;
    margin-top: -2px;
    position: absolute;
    right: 50px;
    top: 0;
    bottom: 0;
    margin: auto
}

.prevNext .next a:hover:after {
    background: url(../images/arrow-right-02.png) no-repeat center
}

.relatedRec {
    margin: 20px 0 0 0
}

.relatedRec .titleBig {
    color: #333;
    font-size: 16px;
    background: url(../images/icon/book.png) no-repeat left center;
    padding-left: 25px;
    line-height: 30px
}

.relatedRec .nr {
    margin-top: 20px;
    padding: 20px 0;
    background: #f5f5f5
}

.relatedRec .list {
    overflow: hidden;
    position: relative
}

.relatedRec .list:after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #e0e0e0;
    position: absolute;
    left: 50%;
    top: 0
}

.relatedRec .list li {
    width: 50%;
    float: left;
    padding: 0 20px
}

.relatedRec .list .box {
    display: block;
    color: #333;
    font-size: 14px;
    position: relative;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 100px 0 20px
}

.relatedRec .list .box:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 4px;
    border-color: transparent transparent transparent #ee530a;
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto
}

.relatedRec .list .box:hover {
    color: #ee530a
}

.relatedRec .list .date {
    color: #999;
    display: block;
    width: 90px;
    position: absolute;
    right: 0;
    top: 0;
    text-align: right;
    font-size: 14px
}

.biaoqian-returnList {
    border-top: 1px #ee530a solid;
    margin-top: 20px;
    color: #333;
    position: relative;
    padding-right: 100px
}

.biaoqian-returnList .biaoqian {
    line-height: 34px
}

.biaoqian-returnList .biaoqian a {
    display: inline-block;
    color: #333;
    margin-right: 10px
}

.biaoqian-returnList .biaoqian a:hover {
    color: #ee530a
}

.biaoqian-returnList .returnList {
    position: absolute;
    right: 0;
    top: 0
}

.biaoqian-returnList .returnList a {
    display: block;
    line-height: 34px;
    min-width: 90px;
    padding: 0 10px;
    background: #ee530a;
    color: #fff;
    text-align: center
}

.product .list {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 30px
}

.product .list li {
    width: 33.33333333%;
    float: left;
    padding: 0 10px 20px 10px;
    text-align: center
}

.product .list .box {
    display: block;
    margin: auto;
    background: #e0e0e0;
    padding: 10px 10px 0 10px
}

.product .list .pic {
    display: block;
    position: relative
}

.product .list .pic span {
    overflow: hidden;
    display: block;
    position: relative
}

.product .list .pic span:after {
    content: "";
    display: block;
    padding-top: 80%
}

.product .list img {
    -webkit-transition: all .5s;
    transition: all .5s
}

.product .list .title {
    font-size: 16px;
    color: #333;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px 0 10px
}

.product .list .box:hover {
    background: #ee530a
}

.product .list .box:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.product .list .box:hover .title {
    color: #fff
}

.product-show {
    padding: 0;
    line-height: 1.875
}

.product-show .hd {
    border: 1px #e0e0e0 solid;
    padding: 9px;
    overflow: hidden
}

.product-show .hd .title {
    font-size: 24px;
    color: #333;
    font-weight: 700
}

.product-show .hd .pic {
    width: 46%;
    float: left;
    text-align: center;
    position: relative
}

.product-show .hd .pic:after {
    content: "";
    display: block;
    padding-top: 80%
}

.product-show .hd .text {
    width: 54%;
    float: left;
    padding-top: 20px;
    padding-left: 20px
}

.product-show .hd .info {
    color: #333;
    line-height: 30px;
    min-height: 180px
}

.product-show .hd .tel-btn {
    border-top: 1px #e0e0e0 solid;
    padding: 10px 0;
    overflow: hidden;
    margin-top: 30px
}

.product-show .hd .tel-btn .tel {
    background: url(../images/tel-05.png) no-repeat left center;
    padding-left: 50px;
    float: left
}

.product-show .hd .tel-btn a {
    color: #333
}

.product-show .hd .tel-btn .p-01 {
    font-size: 12px
}

.product-show .hd .tel-btn .p-02 {
    font-size: 16px
}

.product-show .hd .tel-btn .btn {
    float: right;
    padding-top: 7px
}

.product-show .hd .tel-btn .btn a, .product-show .hd .tel-btn .btn span {
    font-size: 14px;
    text-align: center;
    display: inline-block;
    position: relative
}

.product-show .hd .tel-btn .btn a:after, .product-show .hd .tel-btn .btn span:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 34px;
    background: #987803;
    position: absolute;
    z-index: 0;
    bottom: -4px
}

.product-show .hd .tel-btn .btn a em, .product-show .hd .tel-btn .btn span em {
    font-style: inherit;
    display: block;
    position: relative;
    z-index: 1;
    min-width: 120px;
    line-height: 34px;
    background: #fbc707 url(../images/btn-bg.png) no-repeat top left;
    border-radius: 34px;
    color: #333
}

.product-show .hd .tel-btn .btn a:hover:after, .product-show .hd .tel-btn .btn span:hover:after {
    background: #aa3b07
}

.product-show .hd .tel-btn .btn a:hover em, .product-show .hd .tel-btn .btn span:hover em {
    background-color: #ee530a;
    color: #fff
}

.product-show .titleBig {
    border-bottom: 1px #e0e0e0 solid;
    line-height: 40px
}

.product-show .titleBig span {
    color: #ee530a;
    font-size: 18px;
    font-weight: 700;
    line-height: 40px;
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.product-show .titleBig span:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #333;
    position: absolute;
    bottom: -1px;
    left: 0
}

.product-show .titleBig .more {
    float: right;
    font-size: 14px;
    color: #666;
    background: url(../images/arrow-right-03.png) right center no-repeat;
    padding-right: 16px
}

.product-show .titleBig .more:hover {
    color: #ee530a;
    background: url(../images/arrow-right-04.png) right center no-repeat
}

.product-show .bd {
    padding: 20px 0 0 0
}

.product-show .bd .nr {
    font-size: 16px;
    padding: 20px 0;
    line-height: 36px
}

.product-show .bd .nr * {
    max-width: 100%;
}

.productRec .list {
    margin-top: 20px;
    margin-left: -10px;
    margin-right: -10px
}

.productRec .list li {
    width: 25%;
    float: left;
    padding: 0 10px
}

.productRec .list .box {
    display: block;
    border: 1px #e0e0e0 solid;
    padding: 0 0 10px 0
}

.productRec .list .pic {
    overflow: hidden;
    position: relative
}

.productRec .list .pic:after {
    content: "";
    display: block;
    padding-top: 65%
}

.productRec .list img {
    -webkit-transition: all .5s;
    transition: all .5s
}

.productRec .list .text {
    padding: 10px 20px
}

.productRec .list .title {
    color: #333;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.productRec .list .info {
    color: #666;
    font-size: 13px;
    line-height: 24px;
    height: 48px;
    overflow: hidden
}

.productRec .list .box:hover {
    border-color: #ee530a
}

.productRec .list .box:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.productRec .list .box:hover .title {
    color: #ee530a
}

.head_tit {
    margin-top: 10px;
    font-size: 25px !important;
}