﻿@charset "utf-8";
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0
}

body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, b, small, u, i, center, dl, dt, dd, ol, ul, li, sub, sup, tt, var, del, dfn, ins, kbd, q, s, samp, strike, applet, object, iframe, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, blockquote, pre, a, abbr, acronym, address, big, cite, code, mark, audio, video, input, textarea, select {
    margin: 0;
    padding: 0
}

* {
    margin: 0;
    padding: 0
}

body {
    font-family: "arial", arial;
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    min-width: 1260px;
    margin: 0 auto;
    background: #fff
}

a:link, a:visited {
    text-decoration: none;
    outline: 0;
    color: #666
}

a:hover, a:active, a:focus {
    color: #666;
    text-decoration: none
}

ul, li {
    list-style: none
}

ul {
    padding: 0
}

li {
    zoom: 1;
    vertical-align: middle
}

ol {
    margin: 0;
    padding: 0;
    padding-left: 36px
}

fieldset, img {
    border: 0
}

img {
    border: 0;
    max-width: 100%
}

div {
    outline: 0
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    border: 0;
    width: 100%
}

th, td {
    padding: 0
}

input, textarea {
    font-family: arial, "arial";
    font-size: 14px
}

input {
    outline: 0
}

textarea {
    outline: 0
}

input[type='reset'], input[type='button'], input[type='submit'], input[type='radio'] {
    cursor: pointer;
    outline: 0
}

input[type='checkbox'], input[type='radio'] {
    position: relative;
    vertical-align: middle;
    margin-bottom: 1px;
    margin-left: 5px;
    margin-right: 5px
}

textarea, input[type='email'], input[type='date'], input[type='password'], input[type='text'] {
    padding: 0;
    color: #666;
    outline: 0
}

select {
    background: url(../images/arrow.jpg) no-repeat 128px center
}

input, select, textarea {
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    overflow-y: hidden;
    overflow-x: hidden
}

::-webkit-input-placeholder {
    color: #999
}

:-moz-placeholder {
    color: #999;
    opacity: 1
}

::-moz-placeholder {
    color: #999;
    opacity: 1
}

:-ms-input-placeholder {
    color: #999
}

.fl {
    float: left
}

.fr {
    float: right
}

.clear {
    clear: both
}

.clearfix:after {
    clear: both;
    height: 0;
    content: "";
    line-height: 0;
    font-size: 0;
    display: block
}

.pic {
    width: 100%;
    overflow: hidden;
    position: relative
}

.pic1 {
    width: 100%;
    overflow: hidden;
    position: relative
}

.middleCenter {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    display: block;
    vertical-align: middle;
    text-align: center;
    margin: auto
}

.container {
    width: 1180px;
    margin-left: auto;
    margin-right: auto
}

#container {
    overflow: hidden
}

@font-face {
    font-family: "Helvetica";
    src: url("../fonts/Helvetica.woff2") format("woff2"), url("../fonts/Helvetica.woff") format("woff"), url("../fonts/Helvetica.ttf") format("truetype"), url("../fonts/Helvetica.eot") format("embedded-opentype"), url("../fonts/Helvetica.svg") format("svg")
}

.home-banner {
    overflow: hidden;
    width: 100%;
    height: 700px;
    position: relative;
    z-index: 1
}

.home-banner .home-banner-slick {
    height: 700px;
    overflow: hidden;
    position: relative;
    width: 1920px;
    left: 50%;
    margin-left: -960px
}

.home-banner .home-banner-slick .item {
    position: relative
}

.home-banner .slick-dots {
    z-index: 10;
    bottom: 31px;
    line-height: 0
}

.home-banner .slick-dots li {
    margin: 0 4px;
    padding: 0;
    width: 10px;
    height: 10px
}

.home-banner .slick-dots li button {
    width: 10px;
    height: 10px;
    display: block;
    background: url(../images/dot.png) no-repeat center center;
    padding: 0
}

.home-banner .slick-dots li button:before {
    content: ""
}

.home-banner .slick-dots .slick-active {
    width: 31px
}

.home-banner .slick-dots .slick-active button {
    width: 31px;
    background: url(../images/doth.png) no-repeat center center
}

.home-banner .slick-dots .slick-active button:before {
    color: transparent
}

.inbanner {
    overflow: hidden;
    width: 100%;
    height: 338px;
    position: relative;
    z-index: 1
}

.inbanner .inbanner-slick {
    height: 338px;
    overflow: hidden;
    position: relative;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
    z-index: 1
}

.header {
    height: 90px;
    z-index: 9999;
    transition: .5s;
    background: #fff
}

.header .logo {
    padding-top: 15px;
    float: left;
    text-align: center;
    z-index: 4
}

.header .nav {
    float: left;
    margin-left: 80px;
    padding-top: 40px
}

.header .nav ul li {
    float: left;
    position: relative;
    text-align: left;
    margin-right: 30px
}

.header .nav ul li a {
    display: block;
    color: #333;
    font-size: 12px;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.header .nav ul li a span {
  
    height: 20px;
    line-height: 20px
}

.header .nav ul li a .en {
    text-transform: uppercase;
    display: block
}

.header .nav ul li a .cn {
 
    display: block;
    float: left
}

 

.header .nav ul li:hover a .cn {
 
    border-bottom: 2px solid #e7b60e
}

.header .nav ul li:hover .subnav {
    display: block
}

.header .nav ul li .subnav {
    position: absolute;
    top: 18px;
    padding: 15px 0;
    z-index: 2;
    display: none;
    max-width: 120px
}

.header .nav ul li .subnav ul {
    background: #cda659;
    overflow: hidden;
    padding: 10px 20px
}

.header .nav ul li .subnav ul li {
    float: none;
    margin-right: 0
}

.header .nav ul li .subnav ul li a {
    color: #fff;
    line-height: 30px;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.header .nav ul .active a .en {
    margin-top: -18px
}

.header .nav ul .active a .cn {
    margin-bottom: 1px;
    border-bottom: 2px solid #e7b60e
}

.header .header-search {
    margin-left: 15px;
    float: left
}

.header .header-search .pull-right {
    height: 81px;
    line-height: 81px;
    margin-top: 9px;
    padding-right: 9px;
    background: url(../images/line.png) no-repeat center right
}

.header .header-search .pull-right a {
    display: block;
    height: 81px;
    line-height: 81px
}

.header .header-search .pull-right a img {
    vertical-align: middle
}

.search {
    z-index: 9;
    position: relative
}

.search select {
    display: none
}

.search .select_box {
    font-size: 12px;
    color: #e7b60e;
    width: 80px;
    line-height: 38px;
    float: left;
    position: relative;
    display: block
}

.search .select_showbox {
    height: 38px;
    background: url(../images/drop_black.png) no-repeat 79px center;
    text-indent: 2em;
    width: 95px;
    border-right: 1px solid #d1d8e4;
    position: absolute;
    color: #cda659
}

.search .select_option {
    border: 1px solid #cda659;
    border-top: 0;
    display: none;
    left: -1px;
    top: 38px;
    position: absolute;
    z-index: 99;
    background: #fff;
    color: #cda659
}

.search .select_option:after {
    display: none
}

.search .select_option li {
    text-indent: 1.5em;
    width: 94px;
    cursor: pointer
}

.search .select_option li.selected {
    background-color: #f3f3f3;
    color: #999
}

.search .select_option li.hover {
    background: #bebebe;
    color: #fff
}

.search input.inp_srh {
    background: 0;
    border: 0;
    padding-left: 106px;
    font-size: 14px;
    color: #888;
    height: 38px;
    line-height: 38px;
    width: 100%;
    padding-right: 50px
}

.btn_srh {
    top: 0;
    border: 0;
    right: 0;
    color: #707070;
    width: 42px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    position: absolute;
    cursor: pointer;
    border-radius: 0;
    transition: all .3s;
    background: url(../images/search1.png) no-repeat center center #707070
}

.btn_srh:hover {
    background: url(../images/search1.png) no-repeat center center #cda659
}

.search .btn-search-max {
    z-index: 2;
    -webkit-transition: All .2s ease-in-out;
    transition: All .2s ease-in-out;
    position: relative
}

.search .btn-search-max * {
    display: inline-block;
    vertical-align: middle
}

.search .search-main {
    top: 0;
    right: 0;
    z-index: 9;
    width: 444px;
    display: none;
    position: absolute;
    overflow: visible !important
}

.search .search-main .info {
    background-color: #eee;
    padding: 10px 40px 10px 10px
}

.search .search-main::-webkit-scrollbar {
    width: 0;
    height: 100%
}

.search .search-main::-webkit-scrollbar-button {
    display: none
}

.search .search-main::-webkit-scrollbar-track {
    background: 0
}

.search .search-main::-webkit-scrollbar-thumb {
    background: 0;
    height: 20px;
    width: 0
}

.search-container {
    background-color: #fff;
    padding-left: 0;
    position: relative
}

.search-container .btn {
    top: 0;
    border: 0;
    right: 0;
    color: #707070;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    position: absolute;
    cursor: pointer;
    border-radius: 0;
    transition: all .3s;
    background: url(../images/search1.png) no-repeat center center #707070
}

.search-container .btn:hover {
    background: url(../images/search1.png) no-repeat center center #e7b60e
}

#search-closed {
    right: 0;
    top: 15px;
    width: 30px;
    position: absolute;
    cursor: pointer;
    background: url(../images/ico_close.png) no-repeat center center;
    height: 30px;
    transition: all .3s
}

#search-closed:hover {
    transform: rotate(180deg)
}

.lan {
    float: left;
    padding-top: 42px;
    padding-left: 6px
}

.lan a {
    display: block;
    float: left;
    background: url("../images/lan.png") no-repeat center center;
    font-size: 12px;
    line-height: 21px;
    width: 21px;
    text-align: center;
    margin-left: 3px;
    color: #c8c8c8
}

.lan a:hover {
    background: url("../images/lanh.png") no-repeat center center;
    color: #e7b60e
}

.home-title {
    text-align: center;
    background: url("../images/titlebg.png") no-repeat bottom center;
    padding-bottom: 19px
}

.home-title .title-bg:before {
    content: '';
    display: inline-block;
    background: url("../images/titleleft.png") no-repeat center center;
    width: 101px;
    height: 32px;
    vertical-align: middle
}

.home-title .title-bg:after {
    content: '';
    display: inline-block;
    background: url("../images/titleright.png") no-repeat center center;
    width: 101px;
    height: 32px;
    vertical-align: middle
}

.home-title .title-info {
    display: inline-block;
    margin: 0 -4px;
    vertical-align: middle
}

.home-title .title-info h3 {
    font-size: 24px;
    color: #555;
    line-height: 30px;
    text-transform:uppercase;
}

.home-title .title-info span {
    font-size: 12px;
    color: #fff;
     
    height: 17px;
    display: inline-block;
    text-transform: uppercase;
    font-family: "Helvetica", arial;
    padding: 0 17px
}

.home-product {
    padding: 60px 0 63px 0;
    overflow: hidden;
    background: #f3f3f3
}

.home-product .product-bottom {
    margin-top: 33px;
    overflow: hidden;
    position: relative
}

.home-product .product-bottom .logo {
    width: 103px;
    height: 103px;
    position: absolute;
    margin-left: -51px;
    margin-top: -51px;
    top: 50%;
    left: 50%;
    z-index: 3
}

.home-product .product-bottom ul li {
    float: left;
    width: 295px
}

.home-product .product-bottom ul li .pic {
    width: 295px;
    height: 240px
}

.home-product .product-bottom ul li .pic img {
    transition: .5s
}

.home-product .product-bottom ul li .product-info {
    width: 295px;
    height: 240px;
    background: #b28c6e;
    position: relative
}

.home-product .product-bottom ul li .product-info:before {
    content: '';
    display: block;
    background: url("../images/duo1.png") no-repeat center center;
    height: 240px;
    transition: all 3s ease-out 0s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.home-product .product-bottom ul li .product-info:after {
    content: '';
    display: block;
    background: url("../images/duo2.png") no-repeat center center;
    height: 240px;
    transition: all 3s ease-out 0s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.home-product .product-bottom ul li .product-info .product-img {
    top: 32%;
    z-index: 3;
    position: relative;
    text-align: center;
    color: #fff;
    padding: 0 65px
}

.home-product .product-bottom ul li .product-info .product-img h3 {
    font-size: 20px;
    font-family: arial;
    line-height: 50px;
     
    overflow: hidden
  
}

 

.home-product .product-bottom ul li:hover .pic img {
    transform: scale(1.04)
}

.home-product .product-bottom ul li:hover .product-info:before {
    transform: rotate(180deg);
    transform: rotateY(180deg)
}

.home-product .product-bottom ul li:hover .product-info:after {
    transform: rotate(-180deg);
    transform: rotateY(-360deg)
}

.home-product .product-bottom ul .other .product-info {
    background: #cda659
}

.home-case {
    padding: 60px 0 42px 0;
    overflow: hidden;
    position: relative
}

.home-case .case-list {
    margin-top: 36px;
    overflow: hidden;
    position: relative
}

.home-case .case-list .item {
    float: left;
    margin: 0 9px
}

.home-case .case-list .item .pic:before {
    content: '';
    display: block;
    background: url("../images/bg.png") repeat center center;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1
}

.home-case .case-list .item .pic:after {
    padding-bottom: 58%;
    content: '';
    display: block
}

.home-case .case-list .item.slick-center .pic:before {
    opacity: 0
}

.home-case .case-list .slick-prev:before, .home-case .case-list .slick-next:before {
    content: ''
}

.home-case .case-list .slick-prev {
    left: 452px;
    z-index: 9;
    background: url("../images/prev.png") no-repeat center center;
    width: 80px;
    height: 80px;
    margin-top: -40px
}

.home-case .case-list .slick-prev:hover {
    background: url("../images/prevh.png") no-repeat center center
}

.home-case .case-list .slick-next {
    right: 452px;
    z-index: 9;
    background: url("../images/next.png") no-repeat center center;
    width: 80px;
    height: 80px;
    margin-top: -40px
}

.home-case .case-list .slick-next:hover {
    background: url("../images/nexth.png") no-repeat center center
}

.home-case .case-list .slick-dots {
    z-index: 10;
    bottom: auto;
    line-height: 0;
    background: #e8e8e8;
    position: relative;
    margin-top: 25px;
    height: 1px
}

.home-case .case-list .slick-dots li {
    width: 100px;
    height: 1px;
    vertical-align: top;
    float: left;
    display: block;
    margin: 0
}

.home-case .case-list .slick-dots li button {
    width: 100px;
    height: 1px;
    display: block;
    background: #e8e8e8;
    padding: 0
}

.home-case .case-list .slick-dots li button:before {
    content: ""
}

.home-case .case-list .slick-dots .slick-active button {
    background: #333
}

.home-case .case-list .slick-dots .slick-active button:before {
    color: transparent
}

@media (max-width: 1600px) {
    .home-case .case-list .slick-prev {
        left: 409px
    }

    .home-case .case-list .slick-next {
        right: 409px
    }
}

@media (max-width: 1440px) {
    .home-case .case-list .slick-prev {
        left: 369px
    }

    .home-case .case-list .slick-next {
        right: 369px
    }
}

@media (max-width: 1366px) {
    .home-case .case-list .slick-prev {
        left: 329px
    }

    .home-case .case-list .slick-next {
        right: 329px
    }
}

@media (max-width: 1280px) {
    .home-case .case-list .slick-prev {
        left: 289px
    }

    .home-case .case-list .slick-next {
        right: 289px
    }
}

.home-news {
    padding: 60px 0 62px 0;
    overflow: hidden;
    background: #e9e9e9
}

.home-news .news-list {
    margin-top: 36px;
    overflow: hidden;
    margin-bottom: 48px
}

.home-news .news-list ul {
    margin: 0 -9px;
    overflow: hidden
}

.home-news .news-list ul li {
    width: 281px;
    float: left;
    margin: 0 9px
}

.home-news .news-list ul li a {
    display: block
}

.home-news .news-list ul li a .pic {
    width: 281px;
    height: 193px
}

.home-news .news-list ul li a .pic img {
    transition: .5s
}

.home-news .news-list ul li a .news-info {
    padding: 27px 33px;
    height: 230px;
    position: relative;
    border-bottom: 2px solid #fff;
    transition: .5s;
    background: #fff
}

.home-news .news-list ul li a .news-info span {
    font-size: 12px;
    color: #cbaf61;
    display: block;
    margin-bottom: 11px
}

.home-news .news-list ul li a .news-info h3 {
    font-size: 16px;
    color: #333;
    line-height: 26px;
    font-weight: bold;
    max-height: 52px;
    overflow: hidden;
    margin-bottom: 11px
}

.home-news .news-list ul li a .news-info p {
    font-size: 12px;
    color: #777;
    line-height: 24px;
    height: 48px;
    overflow: hidden
}

.home-news .news-list ul li a .news-info .time {
    position: absolute;
    bottom: 23px;
    width: 100%;
    left: 0;
    padding: 0 33px;
    color: #969696;
    font-size: 12px;
    font-family: arial;
    background: url("../images/line1.png") no-repeat 208px center;
    height: 22px;
    line-height: 22px
}

.home-news .news-list ul li a:hover .pic img {
    transform: scale(1.04)
}

.home-news .news-list ul li a:hover .news-info {
    border-bottom: 2px solid #cbaf61
}

.home-news .news-list ul .last {
    width: 581px
}

.home-news .news-list ul .last a .pic {
    width: 581px
}

.home-news .news-list ul .last a .news-info .time {
    background: url("../images/line1.png") no-repeat 493px center
}

.home-news .more {
    margin: 0 auto;
    font-size: 12px;
    padding-left: 19px
}

.home-news .more a {
    color: #969696;
    display: block;
    background: url("../images/more.png") no-repeat center center;
    width: 164px;
    height: 36px;
    line-height: 36px;
    margin: 0 auto;
    padding-left: 42px
}

.home-contact {
    padding: 60px 0;
    overflow: hidden;
    background: #fff
}

.home-contact ul li {
    float: left;
    text-align: center;
    margin-right: 127px;
    cursor: pointer;
    width: 190px
}

.home-contact ul li .contact-top {
    width: 190px;
    height: 188px;
    margin: 0 auto;
    padding-top: 50px;
    background: url("../images/ubg.png") no-repeat center center
}

.home-contact ul li .contact-top h3 {
    color: #000;
    font-size: 18px;
    margin-top: 10px
}

.home-contact ul li p {
    font-size: 18px;
    color: #555;
    margin-top: 23px
}

.home-contact ul li .pic {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    overflow: hidden
}

.home-contact ul li .pic img {
    transition: .5s
}

.home-contact ul li .pic .u {
    margin-top: 0
}

.home-contact ul li .pic .uh {
    margin-bottom: -50px
}

.home-contact ul li:hover .contact-top {
    background: url("../images/ubgh.png") no-repeat center center
}

.home-contact ul li:hover .contact-top h3 {
    color: #fff
}

.home-contact ul li:hover .pic .uh {
    margin-bottom: 0
}

.home-contact ul li:hover .pic .u {
    margin-top: -50px
}

.home-contact ul .third {
    width: 224px
}

.home-contact ul .last {
    margin-right: 0
}

#footer {
    background: #262526;
    overflow: hidden
}

.footer-top {
    overflow: hidden
}

.footer-top .container {
    overflow: hidden;
    padding: 52px 0 37px 0;
    border-bottom: 1px solid #3c3b3c
}

.footer-top ul {
    float: left
}

.footer-top ul li {
    float: left;
    width: 120px;
    margin-right: 29px
}

.footer-top ul li a {
    font-size: 16px;
    color: #fff;
    display: block;
    margin-bottom: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.footer-top ul li ul {
    float: none
}

.footer-top ul li ul li {
    float: none
}

.footer-top ul li ul li a {
    font-size: 14px;
    color: #9b9b9b;
    line-height: 30px;
    margin-bottom: 0
}

.footer-top ul li ul li a:hover {
    color: #fff
}

.footer-top .ewm {
    width: 132px;
    float: right
}

.footer-top .ewm .pic {
    width: 132px;
    height: 132px
}

.footer-top .ewm h3 {
    text-align: center;
    color: #9b9b9b;
    font-size: 14px;
    line-height: 30px;
    margin-top: 4px
}

.footer-bottom {
    font-size: 12px;
    color: #9b9b9b;
    text-align: center;
    vertical-align: middle;
    padding: 22px 0 17px 0
}

.footer-bottom img {
    vertical-align: middle;
    margin: 0 10px
}

.inmain {
    overflow: hidden
}

.inmain-title {
    text-align: center;
    margin-top: 41px;
    position: relative;
    z-index: 2
}

.inmain-title .container {
    position: relative
}

.inmain-title .container:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 10px;
    width: 100%;
    height: 1px;
    background: #e2e2e2;
    z-index: -1
}

.inmain-title h3 {
    font-size: 32px;
    color: #000;
    margin-bottom: 6px;
    text-transform:uppercase;
}

.inmain-title p {
    font-size: 12px;
    color: #777;
    text-transform: uppercase;
    background: url("../images/dot01.png") no-repeat bottom center;
    padding-bottom: 30px;
    font-family: "Helvetica", arial
}

.case-nav {
    margin-top: 13px;
    overflow: hidden
}

.case-nav ul {
    text-align: center
}

.case-nav ul li {
    display: inline-block;
    text-align: center;
    position: relative
}

.case-nav ul li:after {
    display: block;
    content: '';
    width: 1px;
    height: 13px;
    background: #ceb46c;
    position: absolute;
    top: 5px
}

.case-nav ul li a {
    color: #666;
    padding: 0 21px;
    font-weight: bold;
    font-size: 15px
}

.case-nav ul li:hover a {
    color: #ceb46c
}

.case-nav ul .active a {
    color: #ceb46c
}

.case-nav ul .first:after {
    display: none
}

.case-list {
    overflow: hidden;
    margin-top: 60px
}

.case-list ul {
    overflow: hidden;
    margin-bottom: 24px
}

.case-list ul li {
    width: 380px;
    margin: 0 6px 27px 6px;
    float: left
}

.case-list ul li .pic {
    width: 380px;
    height: 221px
}

.case-list ul li .pic img {
    transition: .5s
}

.case-list ul li .pic .hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    background: url("../images/mbg.png") repeat center center
}

.case-list ul li .pic .hover i {
    display: block;
    width: 100%;
    height: 100%;
    background: url("../images/mmore.png") no-repeat center center
}

.case-list ul li h3 {
    text-align: center;
    font-size: 16px;
    color: #555;
    line-height: 39px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.case-list ul li:hover .pic img {
    transform: scale(1.04)
}

.case-list ul li:hover .pic .hover {
    display: block
}

.case-list ul li:hover h3 {
    color: #ceb46c
}

.case-list ul li:hover h3:before {
    width: 100%
}

.case-list ul li:hover h3:after {
    width: 100%
}

.materials-list {
    margin-top: 80px
}

.materials-list ul {
    overflow: hidden;
    margin-bottom: 24px;
    padding: 0 13px
}

.materials-list ul li {
    width: 184px;
    margin: 0 23px 70px 23px;
    float: left;
    text-align: center
}

.materials-list ul li .pic {
    border-radius: 50%;
    width: 184px;
    height: 184px;
    margin-bottom: 20px
}

.materials-list ul li .pic img {
    transition: .5s
}

.materials-list ul li .pic .hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    background: url("../images/mbg.png") repeat center center
}

.materials-list ul li .pic .hover i {
    display: block;
    width: 100%;
    height: 100%;
    background: url("../images/mmore.png") no-repeat center center
}

.materials-list ul li h3 {
    text-align: center;
    font-size: 16px;
    color: #555;
    line-height: 28px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    max-width: 184px;
    position: relative
}

.materials-list ul li h3:before {
    content: '';
    display: inline-block;
    border-top: 1px solid #ceb46c;
    height: 1px;
    width: 0;
    position: absolute;
    top: 0;
    transition: .5s
}

.materials-list ul li h3:after {
    content: '';
    display: inline-block;
    border-top: 1px solid #ceb46c;
    height: 1px;
    width: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: .5s
}

.materials-list ul li:hover .pic img {
    transform: scale(1.04)
}

.materials-list ul li:hover .pic .hover {
    display: block
}

.materials-list ul li:hover h3 {
    color: #ceb46c
}

.materials-list ul li:hover h3:before {
    width: 100%
}

.materials-list ul li:hover h3:after {
    width: 100%
}

.samples-list {
    margin-top: 38px
}

.samples-list ul {
    overflow: hidden;
    margin-bottom: 24px;
    padding: 0 12px
}

.samples-list ul li {
    width: 200px;
    margin: 0 15px 39px 15px;
    float: left;
    text-align: center
}

.samples-list ul li .pic {
    width: 200px;
    height: 180px;
    margin-bottom: 9px
}

.samples-list ul li .pic img {
    transition: .5s
}

.samples-list ul li .pic .hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    background: url("../images/mbg.png") repeat center center
}

.samples-list ul li .pic .hover i {
    display: block;
    width: 100%;
    height: 100%;
    background: url("../images/mmore.png") no-repeat center center
}

.samples-list ul li h3 {
    text-align: center;
    font-size: 16px;
    color: #555;
    line-height: 28px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    max-width: 184px;
    position: relative
}

.samples-list ul li:hover .pic img {
    transform: scale(1.04)
}

.samples-list ul li:hover .pic .hover {
    display: block
}

.samples-list ul li:hover h3 {
    color: #ceb46c
}

.download-list {
    padding-top: 40px;
    overflow: hidden
}

.download-list ul {
    margin: 0 -12px 20px -12px
}

.download-list ul li {
    width: 375px;
    margin: 0 12px 36px 12px;
    float: left
}

.download-list ul li .pic {
    width: 77px;
    height: 77px;
    margin: 0 auto;
    overflow: hidden
}

.download-list ul li .pic .dh {
    bottom: -200px;
    transition: .5s
}

.download-list ul li .pic .d {
    bottom: 0;
    transition: .5s
}

.download-list ul li .down-info {
    border: 1px solid #d1d1d1;
    margin-top: -38px;
    overflow: hidden;
    padding: 63px 36px 32px 36px;
    transition: .5s
}

.download-list ul li .down-info h3 {
    font-size: 15px;
    color: #555;
    font-weight: bold;
    line-height: 24px;
    height: 48px;
    text-align: center;
    margin-bottom: 11px;
    overflow: hidden
}

.download-list ul li .down-info .line {
    width: 2px;
    height: 24px;
    background: #ceb46c;
    margin: 0 auto 13px auto
}

.download-list ul li .down-info span {
    width: 136px;
    height: 43px;
    line-height: 41px;
    border: 1px solid #ceb46c;
    font-size: 15px;
    font-family: arial;
    display: block;
    text-align: center;
    color: #ceb46c;
    text-transform: uppercase;
    margin: 0 auto;
    transition: .5s
}

.download-list ul li:hover .pic .d {
    bottom: 200px
}

.download-list ul li:hover .pic .dh {
    bottom: 0
}

.download-list ul li:hover .down-info {
    border: 1px solid #ceb46c;
    background: #ceb46c;
    box-shadow: 0 0 10px #ceb46c
}

.download-list ul li:hover .down-info h3 {
    color: #fff
}

.download-list ul li:hover .down-info .line {
    background: #fff
}

.download-list ul li:hover .down-info span {
    border: 1px solid #fff;
    background: #fff
}

.news-list1 {
    padding-top: 28px
}

.news-list1 ul li {
    overflow: hidden;
    margin-bottom: 40px
}

.news-list1 ul li .pic {
    width: 308px;
    height: 212px;
    float: left
}

.news-list1 ul li .pic img {
    transition: .5s
}

.news-list1 ul li .pic .hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    transition: .5s;
    background: url("../images/mbg.png") repeat center center
}

.news-list1 ul li .pic .hover i {
    display: block;
    width: 100%;
    height: 100%;
    background: url("../images/more2.png") no-repeat center center
}

.news-list1 ul li .news-info {
    float: left;
    width: 870px;
    padding: 33px 38px 25px 38px;
    height: 212px;
    border: 1px solid #e3e3e3
}

.news-list1 ul li .news-info h3 {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.news-list1 ul li .news-info .line {
    width: 40px;
    height: 2px;
    background: #ceb46c;
    margin-bottom: 15px
}

.news-list1 ul li .news-info p {
    font-size: 12px;
    color: #777;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    margin-bottom: 26px
}

.news-list1 ul li .news-info span {
    color: #969696;
    font-size: 12px;
    font-family: arial;
    display: block;
    background: url("../images/more1.png") no-repeat center right
}

.news-list1 ul li:hover .pic {
    width: 308px;
    height: 212px;
    float: left
}

.news-list1 ul li:hover .pic img {
    transition: .5s
}

.news-list1 ul li:hover .pic .hover {
    height: 100%
}

.news-list1 ul li:hover .news-info {
    padding: 32px 37px 24px 37px;
    border: 2px solid #ceb46c
}

.news-list1 ul li:hover .news-info h3 {
    color: #ceb46c
}

.news-list1 ul li:hover .news-info span {
    background: url("../images/more1h.png") no-repeat center right
}

.video-list {
    padding-top: 65px
}

.video-list ul {
    padding: 0 21px
}

.video-list ul li {
    float: left;
    margin: 0 30px 53px 30px;
    position: relative;
    padding: 0 8px 8px 0
}

.video-list ul li:before {
    content: '';
    display: block;
    position: absolute;
    top: 21px;
    width: 8px;
    height: 318px;
    background: #e8e8e8;
    right: 0
}

.video-list ul li:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    width: 493px;
    height: 8px;
    background: #e8e8e8;
    right: 0
}

.video-list ul li .pic {
    width: 501px;
    height: 331px
}

.video-list ul li .pic .video-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 41px;
    z-index: 2
}

.video-list ul li .pic .video-hover h3 {
    height: 47px;
    line-height: 47px;
    padding: 0 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 16px;
    color: transparent
}

.video-list ul li .pic .video-hover .video-btn {
    background: url("../images/video.png") no-repeat center center;
    height: 103px;
    transition: .9s
}

.video-list ul li .pic .video-hover p {
    font-size: 16px;
    color: transparent;
    text-decoration: underline
}

.video-list ul li .bt {
    background: url("../images/mbg.png") repeat center center;
    height: 47px;
    line-height: 47px;
    padding: 0 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #fff;
    font-size: 16px;
    position: absolute;
    bottom: 8px;
    left: 0;
    width: 501px;
    z-index: 1
}

.video-list ul li:hover .pic .video-hover {
    background: url("../images/mbg.png") repeat center center
}

.video-list ul li:hover .pic .video-hover h3 {
    color: #fff
}

.video-list ul li:hover .pic .video-hover .video-btn {
    transform: rotate(360deg)
}

.video-list ul li:hover .pic .video-hover p {
    color: #fff
}

.video-list ul li:hover .bt {
    display: none
}

.news-show {
    padding-top: 42px;
    overflow: hidden;
    padding-bottom: 33px
}

.news-show .news-title h1 {
    font-size: 36px;
    color: #363636;
    margin-bottom: 18px
}

.news-show .news-title h2 {
    font-size: 14px;
    color: #9f9f9f;
    line-height: 29px;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding: 10px 0
}

.news-show .news-title h2 .share {
    float: right
}

.news-show .news-title h2 .share span {
    display: block;
    float: left;
    line-height: 29px
}

.news-show .news-title h2 .share a {
    display: block;
    float: left;
    margin-left: 6px
}

.news-show .news-title h2 .share a img {
    transition: .5s
}

.news-show .news-title h2 .share a:hover img {
    transform: rotate(360deg)
}

.news-show .news-p {
    line-height: 30px;
    font-size: 15px;
    color: #666;
    padding: 42px 0
}

.news-show .news-p p {
    text-indent: 2em
}

.samples-show {
    padding-top: 42px;
    overflow: hidden;
    padding-bottom: 33px
}

.samples-show .return {
    margin-right: 93px
}

.materials-show {
    margin-top: 30px;
    overflow: hidden;
    padding-bottom: 33px
}

.materials-show .materials-top {
    margin: 0 90px;
    overflow: hidden;
    background: #f6f6f6
}

.materials-show .materials-top .pic {
    width: 423px;
    height: 423px;
    float: left
}

.materials-show .materials-top .materials-p {
    float: left;
    padding: 0 38px;
    width: 575px
}

.materials-show .materials-top .materials-p .feature {
    padding: 0
}

.materials-show .materials-top .materials-p .feature .feature-p {
    height: 264px;
    overflow: auto
}

.materials-show .materials-top .materials-p .feature .feature-p::-webkit-scrollbar {
    width: 3px;
    height: 100%
}

.materials-show .materials-top .materials-p .feature .feature-p::-webkit-scrollbar-button {
    display: none
}

.materials-show .materials-top .materials-p .feature .feature-p::-webkit-scrollbar-track {
    background: #fff
}

.materials-show .materials-top .materials-p .feature .feature-p::-webkit-scrollbar-thumb {
    background: url("../images/scroll01.png") no-repeat center center;
    height: 20px;
    width: 3px
}

.materials-show .materials-bottom .feature {
    margin-top: 31px
}

.materials-show .return {
    margin-right: 93px
}

.feature {
    margin-top: 40px;
    overflow: hidden;
    padding: 0 93px
}

.feature .feature-title {
    font-size: 32px;
    color: #555;
    background: url("../images/line2.png") no-repeat bottom left;
    padding-bottom: 15px
}

.feature .feature-p {
    line-height: 24px;
    color: #666;
    margin: 26px 0
}

.return {
    width: 145px;
    height: 34px;
    line-height: 34px;
    border-radius: 30px;
    background: #d6d6d6 url('../images/return.png') no-repeat 100px center;
    float: right;
    transition: .5s
}

.return a {
    display: block;
    color: #fff;
    padding-left: 35px
}

.return:hover {
    background: #ceb46c url('../images/return.png') no-repeat 100px center
}

.pagenav {
    border-top: 1px solid #e6e6e6;
    overflow: hidden;
    padding: 48px 0;
    background: #f7f7f7
}

.pagenav a {
    display: block;
    font-size: 18px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 30px;
    width: 50%
}

.pagenav a:hover {
    color: #ceb46c;
    text-decoration: underline
}

.pagenav .prev {
    float: left;
    padding-left: 146px;
    padding-right: 68px;
    background: url("../images/pageprev.png") no-repeat center left
}

.pagenav .next {
    float: right;
    padding-right: 146px;
    padding-left: 68px;
    background: url("../images/pagenext.png") no-repeat center right
}

.related-title {
    text-align: center;
    color: #555;
    font-size: 24px;
    background: url("../images/dot02.png") no-repeat bottom center;
    padding-bottom: 19px
}

.related-samplets {
    border-top: 1px solid #e6e6e6;
    overflow: hidden;
    padding: 31px 0 0 0;
    background: #f7f7f7
}

.related-samplets ul {
    overflow: hidden;
    padding: 0 12px;
    margin-top: 30px
}

.related-samplets ul li {
    width: 200px;
    margin: 0 15px 25px 15px;
    float: left;
    text-align: center
}

.related-samplets ul li .pic {
    width: 200px;
    height: 180px;
    margin-bottom: 9px
}

.related-samplets ul li .pic img {
    transition: .5s
}

.related-samplets ul li .pic .hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    background: url("../images/mbg.png") repeat center center
}

.related-samplets ul li .pic .hover i {
    display: block;
    width: 100%;
    height: 100%;
    background: url("../images/mmore.png") no-repeat center center
}

.related-samplets ul li h3 {
    text-align: center;
    font-size: 16px;
    color: #555;
    line-height: 28px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    max-width: 184px;
    position: relative
}

.related-samplets ul li:hover .pic img {
    transform: scale(1.04)
}

.related-samplets ul li:hover .pic .hover {
    display: block
}

.related-samplets ul li:hover h3 {
    color: #ceb46c
}

.related-materials {
    border-top: 1px solid #e6e6e6;
    overflow: hidden;
    padding: 19px 0 0 0;
    background: #f7f7f7
}

.related-materials ul {
    overflow: hidden;
    padding: 0 13px;
    margin-top: 22px
}

.related-materials ul li {
    width: 184px;
    margin: 0 23px 22px 23px;
    float: left;
    text-align: center
}

.related-materials ul li .pic {
    border-radius: 50%;
    width: 184px;
    height: 184px;
    margin-bottom: 20px
}

.related-materials ul li .pic img {
    transition: .5s
}

.related-materials ul li .pic .hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    background: url("../images/mbg.png") repeat center center
}

.related-materials ul li .pic .hover i {
    display: block;
    width: 100%;
    height: 100%;
    background: url("../images/mmore.png") no-repeat center center
}

.related-materials ul li h3 {
    text-align: center;
    font-size: 16px;
    color: #555;
    line-height: 28px;
    border-top: 1px solid #f7f7f7;
    border-bottom: 1px solid #f7f7f7;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    max-width: 184px;
    position: relative
}

.related-materials ul li h3:before {
    content: '';
    display: inline-block;
    border-top: 1px solid #ceb46c;
    height: 1px;
    width: 0;
    position: absolute;
    top: 0;
    transition: .5s
}

.related-materials ul li h3:after {
    content: '';
    display: inline-block;
    border-top: 1px solid #ceb46c;
    height: 1px;
    width: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: .5s
}

.related-materials ul li:hover .pic img {
    transform: scale(1.04)
}

.related-materials ul li:hover .pic .hover {
    display: block
}

.related-materials ul li:hover h3 {
    color: #ceb46c
}

.related-materials ul li:hover h3:before {
    width: 100%
}

.related-materials ul li:hover h3:after {
    width: 100%
}

.page {
    text-align: center;
    overflow: hidden;
    margin-bottom: 40px
}

.page a {
    display: inline-block;
    line-height: 27px;
    padding: 0 10px;
    color: #666;
    height: 27px;
    margin: 0 3px;
    font-size: 12px;
    border: 1px solid #cbcbcb;
    font-family: arial
}

.page a:hover {
    background: #ceb46c;
    color: #fff;
    border: 1px solid #ceb46c
}

.page .num1 {
    padding: 0;
    width: 46px;
    vertical-align: middle;
    font-family: "arial"
}

.page .num1:hover {
    background: #ceb46c;
    border: 1px solid #ceb46c
}

.page .num2 {
    padding: 0;
    width: 59px;
    font-family: "arial";
    vertical-align: middle
}

.page .num2:hover {
    background: #ceb46c;
    border: 1px solid #ceb46c
}

.page .num3 {
    padding: 0;
    width: 59px;
    font-family: "arial";
    vertical-align: middle
}

.page .num3:hover {
    background: #ceb46c;
    border: 1px solid #ceb46c
}

.page .num4 {
    padding: 0;
    width: 46px;
    font-family: "arial";
    vertical-align: middle
}

.page .num4:hover {
    background: #ceb46c;
    border: 1px solid #ceb46c
}

.page .cpb {
    background: #ceb46c;
    color: #fff;
    border: 1px solid #ceb46c
}

.case-show {
    padding-top: 37px;
    overflow: hidden;
    padding-bottom: 33px
}

.case-content .case-title {
    font-size: 24px;
    color: #333;
    font-weight: bold;
    background: url("../images/dot03.png") no-repeat center left;
    padding-left: 24px
}

.case-content .case-p {
    line-height: 30px;
    color: #666;
    font-size: 15px;
    padding: 20px 0
}

.case-pic {
    position: relative
}

.case-pic .slick-slider {
    margin-bottom: 30px;
    overflow: hidden
}

.case-pic .case-max {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    cursor: pointer;
    height: 686px;
    overflow: hidden;
    width: 1177px;
    position: relative
}

.case-pic .case-max .item i {
    display: block;
    height: 686px;
    width: 1177px
}

.case-pic .case-max .slick-prev {
    background: url(../images/left.png) no-repeat center center;
    width: 85px;
    height: 65px;
    left: 0;
    top: 50%;
    margin-top: -32px;
    z-index: 2
}

.case-pic .case-max .slick-prev:hover {
    background: url(../images/lefth.png) no-repeat center center
}

.case-pic .case-max .slick-prev:before {
    content: ""
}

.case-pic .case-max .slick-next {
    background: url(../images/right.png) no-repeat center center;
    width: 85px;
    height: 65px;
    right: 0;
    top: 50%;
    margin-top: -32px;
    z-index: 2
}

.case-pic .case-max .slick-next:hover {
    background: url(../images/righth.png) no-repeat center center
}

.case-pic .case-max .slick-next:before {
    content: ""
}

.case-pic .case-min {
    margin-top: 35px;
    width: 1177px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    height: 137px;
    overflow: hidden
}

.case-pic .case-min .getIndex {
    text-align: center;
    float: left
}

.case-pic .case-min .getIndex .item {
    border: 5px solid #fff;
    width: 227px
}

.case-pic .case-min .getIndex .item i {
    display: block;
    width: 217px;
    height: 127px
}

.case-pic .case-min .getIndex .item i:hover {
    cursor: pointer
}

.case-pic .case-min .slick-current .item {
    border: 5px solid #ceb46c
}

.about .about-info {
    text-align: center;
    padding: 35px 0 65px 0;
    position: relative;
    z-index: 4
}

.about .about-info:after {
    content: '';
    display: block;
    width: 3px;
    height: 55px;
    background: #ceb46c;
    bottom: 0;
    position: absolute;
    left: 50%;
    margin-left: -2px;
    margin-bottom: -25px;
    z-index: 3
}

.about .about-info h3 {
    font-size: 36px;
    color: #555;
    margin-bottom: 9px
}

.about .about-info p {
    font-size: 18px;
    color: #898989;
    line-height: 36px
}

.about .about-info p b {
    color: #ceb46c;
    font-weight: normal
}

.about .about-pic {
    width: 1920px;
    height: 462px;
    position: relative
}

.about .about-info1 {
    text-align: center;
    padding: 41px 0 37px 0;
    position: relative;
    z-index: 4
}

.about .about-info1:after {
    content: '';
    display: block;
    width: 3px;
    height: 55px;
    background: #ceb46c;
    bottom: 0;
    position: absolute;
    left: 50%;
    margin-left: -2px;
    margin-bottom: -25px;
    z-index: 3
}

.about .about-info1 h3 {
    font-size: 36px;
    color: #555;
    margin-bottom: 12px
}

.about .about-info1 p {
    font-size: 16px;
    color: #898989;
    line-height: 28px
}

.about .about-info1 p b {
    color: #ceb46c;
    font-weight: normal
}

.about .about-pic1 {
    width: 1920px;
    height: 462px;
    position: relative;
    left: 50%;
    margin-left: -960px
}

.about .about-pic1 a {
    display: block
}

.about .about-pic1 img {
    display: block
}

.about .about-pic1 .about-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 160px;
    z-index: 2
}

.about .about-pic1 .about-hover .video-btn {
    background: url("../images/video.png") no-repeat center center;
    height: 103px;
    transition: .9s
}

.about .about-pic1 .about-hover p {
    font-size: 16px;
    text-decoration: underline;
    color: #fff;
    margin-top: 10px
}

.about .about-pic1:hover .about-hover .video-btn {
    transform: rotate(360deg)
}

.transparent {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
    width: 100%;
    height: 100%;
    background: url(../images/transparent-bg.png) repeat;
    background: rgba(0, 0, 0, 0.7);
    display: none
}

.video-popup {
    position: fixed;
    z-index: 999;
    width: 780px;
    height: 500px;
    background: #fff;
    left: 50%;
    top: 50%;
    margin: -250px 0 0 -390px;
    text-align: center;
    padding: 20px;
    display: none
}

.video-popup .box {
    background: #f1f1f1;
    height: 100%
}

.video-popup .close {
    display: block;
    width: 35px;
    height: 35px;
    position: absolute;
    right: -45px;
    top: 0;
    background: url(../images/close-icon.png) no-repeat
}

.video-popup .p-01 {
    font-weight: bold;
    font-size: 15px;
    margin: 5px 0
}

.video-popup .p-02 {
    font-size: 12px
}

.video-popup a {
    color: #274095
}

.video-popup a:hover {
    text-decoration: underline
}

.contact-info {
    overflow: hidden;
    padding-top: 16px;
    margin-bottom: 12px
}

.contact-info ul li {
    float: left;
    text-align: center;
    margin-right: 139px;
    cursor: pointer;
    width: 190px;
    position: relative
}

.contact-info ul li:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0
}

.contact-info ul li .contact-top {
    width: 190px;
    height: 188px;
    margin: 0 auto;
    padding-top: 50px;
    background: url("../images/ubg.png") no-repeat center center
}

.contact-info ul li .contact-top h3 {
    color: #000;
    font-size: 18px;
    margin-top: 10px
}

.contact-info ul li p {
    font-size: 18px;
    color: #555;
    margin-top: 23px
}

.contact-info ul li .pic {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    overflow: hidden
}

.contact-info ul li .pic img {
    transition: .5s
}

.contact-info ul li .pic .u {
    margin-top: 0
}

.contact-info ul li .pic .uh {
    margin-bottom: -50px
}

.contact-info ul li:hover .contact-top {
    background: url("../images/ubgh.png") no-repeat center center
}

.contact-info ul li:hover .contact-top h3 {
    color: #fff
}

.contact-info ul li:hover .pic .uh {
    margin-bottom: 0
}

.contact-info ul li:hover .pic .u {
    margin-top: -50px
}

.contact-info ul .third {
    width: 223px
}

.contact-info ul .last {
    margin-right: 0
}

.map {
    width: 960px;
    height: 450px;
    position: relative;
    left: 50%
}

#map img {
    max-width: inherit;
    max-height: inherit
}

#map div:nth-child(1) {
    border-radius: 7px 0 0 0
}

#map div:nth-child(3) {
    border-radius: 0 7px 0 0
}

#map div:nth-child(3) div {
    border-radius: 7px
}

#map div:nth-child(5) {
    border-radius: 0 0 0 7px
}

#map div:nth-child(5) div {
    border-radius: 7px
}

#map div:nth-child(7) {
    border-radius: 0 0 7px 0
}

#map div:nth-child(7) div {
    border-radius: 7px
}

.message {
    position: relative;
    background: #cbaf61
}

.message .message-p {
    position: absolute;
    top: 0;
    width: 590px;
    padding-top: 28px
}

.message .content {
    color: #e5d6ac;
    font-size: 12px
}

.message .content span {
    color: #fff
}

.message .message-title {
    font-size: 32px;
    color: #fff;
    margin-bottom: 19px
}

.message .online {
    margin-top: 16px
}

.message .online ul {
    margin: 0 -8px;
    overflow: hidden
}

.message .online ul li {
    float: left;
    margin: 0 8px 6px 8px;
    position: relative
}

.message .online ul li input {
    line-height: 38px;
    height: 40px;
    border: 1px solid #d6bf7f;
    padding: 0 9px;
    color: #fff;
    background: 0;
    width: 250px;
    font-family: "微软雅黑";
    transition: .5s;
    font-size: 12px
}

.message .online ul li input:focus {
    border: 1px solid #fff
}

.message .online ul li input::-webkit-input-placeholder {
    color: #fff
}

.message .online ul li input:-moz-placeholder {
    color: #fff;
    opacity: 1
}

.message .online ul li input::-moz-placeholder {
    color: #fff;
    opacity: 1
}

.message .online ul li input:-ms-input-placeholder {
    color: #fff
}

.message .online ul li i {
    color: #fff;
    font-style: normal;
    position: absolute;
    top: 9px;
    right: -11px
}

.message .online ul li .yanzheng {
    width: 170px;
    float: left
}

.message .online ul li a {
    display: block;
    float: left;
    padding-left: 12px
}

.message .online ul li a img {
    float: left
}

.message .online ul li span {
    color: #fff;
    font-size: 12px;
    padding-left: 41px;
    vertical-align: middle;
    display: block;
    float: left;
    height: 40px;
    line-height: 40px
}

.message .online ul .message-content {
    height: 80px
}

.message .online ul .message-content textarea {
    outline: 0;
    padding: 0 9px;
    line-height: 38px;
    height: 80px;
    border: 1px solid #d6bf7f;
    color: #fff;
    background: 0;
    width: 516px;
    font-family: "微软雅黑";
    transition: .5s;
    font-size: 12px
}

.message .online ul .message-content textarea:focus {
    border: 1px solid #fff
}

.message .online ul .message-content textarea::-webkit-input-placeholder {
    color: #fff
}

.message .online ul .message-content textarea:-moz-placeholder {
    color: #fff;
    opacity: 1
}

.message .online ul .message-content textarea::-moz-placeholder {
    color: #fff;
    opacity: 1
}

.message .online ul .message-content textarea:-ms-input-placeholder {
    color: #fff
}

.message .online ul .message-submit {
    margin-top: 14px
}

.message .online ul .message-submit input {
    width: 195px;
    height: 40px;
    line-height: 38px;
    border: 0;
    color: #fff;
    font-size: 14px
}

.message .online ul .message-submit #tijiao {
    border: 2px solid #fff;
    margin-right: 6px
}

.message .online ul .message-submit #tijiao:hover {
    cursor: pointer;
    background: #fff;
    color: #b7922b
}

.message .online ul .message-submit #quxiao {
    background: #e6b837
}

.message .online ul .message-submit #quxiao:hover {
    cursor: pointer;
    background: #b7922b
}

.recruitment {
    padding-top: 24px
}

.recruitment .job {
    color: #898989;
    text-align: center;
    font-size: 16px;
    line-height: 26px
}

.recruitment .re-pic {
    position: relative;
    margin-top: 28px;
    height: 379px;
    margin-bottom: 33px
}

.recruitment .re-pic img {
    display: block
}

.recruitment .re-pic h3 {
    font-size: 36px;
    color: #fff;
    position: absolute;
    top: 89px;
    width: 397px;
    height: 107px;
    padding-top: 33px;
    padding-left: 45px;
    background: url("../images/mbg.png") repeat center center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.recruitment .re-pic h3:before {
    content: '';
    display: block;
    position: absolute;
    top: 24px;
    width: 70px;
    height: 2px;
    background: #fff
}

.list_dl {
    margin: 0;
    overflow: hidden;
    width: 100%;
    margin-bottom: 50px
}

.list_dl dt {
    display: block;
    margin-bottom: 3px
}

.list_dl dt span {
    display: block;
    float: left;
    text-align: left;
    font-weight: normal;
    width: 17%;
    padding-left: 28px
}

.list_dl dt .name {
    width: 28%;
    max-width: 28%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.list_dl dt .time {
    width: 8%;
    max-width: 8%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    margin-right: 8%
}

.list_dl dt .address {
    width: 11%;
    max-width: 11%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    margin-right: 5%
}

.list_dl dt .people {
    width: 10%;
    max-width: 10%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center
}

.list_dl dt .operating {
    width: 13%;
    max-width: 13%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    margin-right: 4%
}

.list_dl dt .xiangxi {
    width: 10%;
    max-width: 10%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center
}

.list_dl .list0 {
    height: 45px;
    line-height: 45px;
    background: #d3bb7a;
    color: #fff;
    font-size: 14px;
    font-weight: bold
}

.list_dl .list0 span {
    color: #fff
}

.list_dl .list_dt {
    cursor: pointer;
    border-top: 0;
    height: 47px;
    line-height: 47px;
    transition: width 2s
}

.list_dl .list_dt .xiangxi {
    background: url("../images/down.png") no-repeat center right
}

.list_dl .list_dt {
    background: #f5f5f5;
    color: #666;
    font-size: 14px;
    cursor: pointer;
    position: relative
}

.list_dl .list_dt:hover {
    background: #f5f0e2;
    transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    -webkit-transition: all .5s linear
}

.list_dl #open {
    background: #f5f0e2
}

.list_dl #open .xiangxi {
    background: url("../images/top.png") no-repeat center right
}

.list_dl .list_dd {
    display: none
}

.list_dl .jobsub {
    background-color: #fbfbfb;
    border: 1px solid #fbfbfb;
    border-top: 0;
    line-height: 23px;
    padding: 20px 25px;
    text-align: left
}

.jobsub a.jianli-btn {
    display: block;
    width: 145px;
    height: 34px;
    line-height: 34px;
    color: #fff;
    padding-left: 15px;
    margin-top: 27px;
    background: #d3bb7a url("../images/toudi.png") no-repeat 116px center;
    border-radius: 30px;
    transition: .5s
}

.jobsub a.jianli-btn:hover {
    background: #bd9c41 url("../images/toudi.png") no-repeat 116px center
}

.popup {
    position: fixed;
    z-index: 999;
    width: 832px;
    height: 848px;
    background: #fff;
    display: none;
    left: 50%;
    top: 50%;
    margin: -424px 0 0 -390px;
    padding: 20px;
    overflow: hidden
}

.popup .box {
    height: 100%;
    padding: 11px 34px;
    overflow: auto
}

.popup .box::-webkit-scrollbar {
    width: 3px;
    height: 100%
}

.popup .box::-webkit-scrollbar-button {
    display: none
}

.popup .box::-webkit-scrollbar-track {
    background: #fff
}

.popup .box::-webkit-scrollbar-thumb {
    background: url("../images/scroll01.png") no-repeat center center;
    height: 20px;
    width: 3px
}

.popup .close {
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    right: 67px;
    top: 38px;
    z-index: 4;
    background: url(../images/close.png) no-repeat
}

.jianli {
    height: 712px
}

.jianli .jianli-title {
    font-size: 24px;
    color: #000;
    padding-top: 30px;
    background: #fff url("../images/xie.png") no-repeat left 40px;
    padding-left: 30px;
    margin-bottom: 11px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3
}

.jianli .jianli-table {
    border: 1px solid #e9e9e9;
    margin-top: 47px
}

.jianli .jianli-table ul {
    overflow: hidden
}

.jianli .jianli-table ul li {
    position: relative;
    height: 56px;
    border-bottom: 1px solid #e9e9e9
}

.jianli .jianli-table ul li label {
    font-size: 14px;
    line-height: 55px;
    color: #666;
    text-align: right;
    width: 129px;
    display: block;
    float: left;
    background: #fbfbfb;
    border-right: 1px solid #e9e9e9
}

.jianli .jianli-table ul li .sub {
    height: 121px
}

.jianli .jianli-table ul li select {
    width: 161px;
    height: 33px;
    text-align: center;
    margin-top: 11px;
    margin-left: 18px;
    padding: 0 10px;
    color: #9e9e9e;
    background: none
}

.jianli .jianli-table ul li span {
    display: block;
    height: 56px;
    line-height: 56px;
    float: left;
    color: #848484
}

.jianli .jianli-table ul li input {
    line-height: 31px;
    height: 33px;
    border: 1px solid #cecece;
    padding: 0 12px;
    color: #9e9e9e;
    background: 0;
    width: 195px;
    font-family: "微软雅黑";
    transition: .5s;
    font-size: 14px;
    margin-top: 11px;
    margin-left: 18px;
    float: left
}

.jianli .jianli-table ul li input:focus {
    border: 1px solid #d6bf7f
}

.jianli .jianli-table ul li input::-webkit-input-placeholder {
    color: #9e9e9e
}

.jianli .jianli-table ul li input:-moz-placeholder {
    color: #9e9e9e;
    opacity: 1
}

.jianli .jianli-table ul li input::-moz-placeholder {
    color: #9e9e9e;
    opacity: 1
}

.jianli .jianli-table ul li input:-ms-input-placeholder {
    color: #9e9e9e
}

.jianli .jianli-table ul li .name {
    width: 213px
}

.jianli .jianli-table ul li .email {
    width: 314px
}

.jianli .jianli-table ul li .tel {
    width: 241px
}

.jianli .jianli-table ul li .address {
    width: 514px
}

.jianli .jianli-table ul li i {
    color: #f00;
    font-style: normal;
    float: left;
    display: block;
    margin-top: 17px;
    margin-left: 9px
}

.jianli .jianli-table ul li .yanzheng {
    width: 143px;
    float: left
}

.jianli .jianli-table ul li a {
    display: block;
    float: left;
    padding-left: 12px;
    margin-top: 11px
}

.jianli .jianli-table ul li a img {
    float: left
}

.jianli .jianli-table ul li a span {
    float: left;
    margin-left: 10px;
    line-height: 33px;
    height: 33px;
    display: block;
    text-decoration: underline;
    color: #a4a4a4
}

.jianli .jianli-table ul .message-content {
    height: 197px
}

.jianli .jianli-table ul .message-content label {
    height: 196px
}

.jianli .jianli-table ul .message-content textarea {
    margin-top: 11px;
    margin-left: 18px;
    outline: 0;
    padding: 0 9px;
    line-height: 31px;
    height: 174px;
    border: 1px solid #cecece;
    color: #9e9e9e;
    background: 0;
    width: 515px;
    font-family: "微软雅黑";
    transition: .5s;
    font-size: 14px
}

.jianli .jianli-table ul .message-content textarea:focus {
    border: 1px solid #d6bf7f
}

.jianli .jianli-table ul .message-content textarea::-webkit-input-placeholder {
    color: #9e9e9e
}

.jianli .jianli-table ul .message-content textarea:-moz-placeholder {
    color: #9e9e9e;
    opacity: 1
}

.jianli .jianli-table ul .message-content textarea::-moz-placeholder {
    color: #9e9e9e;
    opacity: 1
}

.jianli .jianli-table ul .message-content textarea:-ms-input-placeholder {
    color: #9e9e9e
}

.jianli .jianli-table ul .message-submit {
    border-bottom: 0
}

.jianli .jianli-table ul .message-submit input {
    width: 131px;
    height: 42px;
    line-height: 42px;
    border: 0;
    color: #fff;
    font-size: 14px;
    margin-top: 22px;
    border-radius: 5px
}

.jianli .jianli-table ul .message-submit #tijiao {
    background: #ceb46c;
    margin-right: 5px;
    margin-left: 20px
}

.jianli .jianli-table ul .message-submit #tijiao:hover {
    cursor: pointer;
    background: #b7922b
}

.jianli .jianli-table ul .message-submit #quxiao {
    background: #c6c6c6
}

.jianli .jianli-table ul .message-submit #quxiao:hover {
    cursor: pointer;
    background: #b7922b
}

@media (max-height: 900px) {
    .popup {
        height: 680px;
        margin-top: -340px
    }
}

@media (max-height: 800px) {
    .popup {
        height: 600px;
        margin-top: -300px
    }
}

.prompt {
    position: fixed;
    width: 100%;
    height: 100%;
    background: url(../images/ie_sosad.png) no-repeat center 35% #fff;
    left: 0;
    bottom: 0;
    display: none;
    z-index: 999;
    filter: alpha(opacity=80);
    opacity: 80
}

.prompt span {
    position: absolute;
    font-size: 14px;
    font-family: 'arial';
    top: 55%;
    left: 50%;
    margin-left: -152px;
    width: 304px;
    display: block;
    line-height: 24px;
    color: #666
}

.prompt span a {
    text-decoration: underline
}

.prompt_close {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 30px;
    top: 30px;
    background: url(../images/closed.png) no-repeat center center;
    cursor: pointer
}


.bdshare-button-style0-16{
    float:left;
}

.bdsharebuttonbox a{
    background: none;
    padding-left:0;
    margin:0;

}
.bd_weixin_popup{
    height:auto !important;
}
.share .bdshare-button-style0-16 .bds_weixin{
    background: url("../images/f1.png") no-repeat center center;
}
.share .bdshare-button-style0-16 .bds_tsina{
    background: url("../images/f2.png") no-repeat center center;
}
.share .bdshare-button-style0-16 .bds_qzone{
    background: url("../images/f3.png") no-repeat center center;
}
.share .bdshare-button-style0-16 .bds_more{
    background: url("../images/f4.png") no-repeat center center;
}
.share .bdshare-button-style0-16 a, .bdshare-button-style0-16 .bds_more{
    width:29px;
    height:29px;
    line-height:29px;
    padding-left:0;
    margin:0;
}