@CHARSET "UTF-8";

/*----- Common css ------*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.wid1200 {
    max-width: 1200px;
    margin: 0 auto;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}

#container {
    max-width: 1200px;
    margin: 0 auto;
}


/*ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¤Ãƒâ€šÃ‚Â´ÃƒÆ’Ã‚Â©Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â Ãƒâ€šÃ‚Â·ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¼Ãƒâ€šÃ‚Â*/

.wellcome {
    height: 30px;
    line-height: 30px;
    background: #efefef;
    position: relative;
    z-index: 9999;
}

.k1 {
    float: left;
    font-size: 12px;
}

.k1 a {
    font-size: 12px;
}

.hotSearch {
    float: right;
    font-weight: normal;
}

.hotSearch a {
    margin-right: 6px;
}

.head {
    background: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

#header {
    max-width: 1200px;
    margin: 0 auto;
    height: 122px;
    position: relative;
}

.logo {
    float: left;
    margin-top: 1%;
}


/*ÃƒÆ’Ã‚Â§Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚Â­ÃƒÆ’Ã‚Â©ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬ÂÃƒâ€šÃ‚Â¨ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚ÂÃƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â´Ãƒâ€šÃ‚Â¢*/


/*ÃƒÆ’Ã‚Â§Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚Â­ÃƒÆ’Ã‚Â©ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬ÂÃƒâ€šÃ‚Â¨ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚ÂÃƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â´Ãƒâ€šÃ‚Â¢*/

.search {
    position: relative;
    float: right;
    width: 21px;
    height: 21px;
    cursor: pointer;
    z-index: 9999;
    margin-top: 55px;
}

.search1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 21px;
    height: 21px;
    background: url(../images/ss.png) no-repeat;
}
.search2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 21px;
    height: 21px;
    background: url(../images/ss.png) no-repeat;
}
.search3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 21px;
    height: 21px;
    background: url(../images/ss.png) no-repeat;
}

#formsearch {
    position: absolute;
    z-index: 20;
    top: 46px;
    right: 0;
    display: none;
    width: 350px;
    margin-left: -20px;
    padding: 20px;
    border: 1px solid #e0e0e0;
    background: #fff;
}

#formsearch input {
    position: absolute;
    top: 1px;
    width: 100%;
    height: 34px;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

#formsearch input:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.sinput {
    position: relative;
    height: 36px;
}

#formsearch input#q {
    outline: none;
}

#formsearch input#s_btn {
    position: absolute;
    z-index: 2;
    top: 1px;
    right: -1px;
    width: 39px;
    height: 36px;
    border: 0;
    background: url(../images/hw1_sprite.png) 0 -142px #f07a18;
    cursor: pointer;
}

#formsearch input#s_btn:hover {
    background-position: -42px -142px;
}

.search .triangle {
    position: absolute;
    top: -15px;
    right: 0;
    display: none\9;
    overflow: hidden;
    width: 320px;
    height: 15px;
}

.search .triangle:before {
    position: absolute;
    top: 5px;
    right: 10px;
    width: 20px;
    height: 20px;
    content: '';
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    border: 1px solid #ddd;
    background-color: #fff;
    /* background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#fff)); */
    /* background-image: -webkit-linear-gradient(top,#fff,#fff); */
    background-image: -moz-linear-gradient(top, #fff, #fff);
    background-image: -o-linear-gradient(top, #fff, #fff);
    /* background-image: linear-gradient(180deg,#fff,#fff); */
}


/***banner***/

.banner {
    width: 100%
}

.banner_wz {
    position: absolute;
    left: 5%;
    top: 40%;
    z-index: 999;
}

.banner_wz h1 {
    color: #b68f6b;
}

.banner_wz p {
    color: #b68f6b;
    font-size: 18px;
    text-align: right;
}

.banner_video {
    position: absolute;
    left: 0px;
    bottom: 10%;
    z-index: 999;
    width: 33.5%;
    transition: all 0.7s linear;
    -webkit-transition: all 0.7s linear;
    -moz-transition: all 0.7s linear;
    -ms-transition: all 0.7s linear;
    -o-transition: all 0.7s linear;
}

.banner_video_bt {
    background: #222122;
    width: 27%;
    float: left;
    text-align: center;
    transition: all 0.7s linear;
    -webkit-transition: all 0.7s linear;
    -moz-transition: all 0.7s linear;
    -ms-transition: all 0.7s linear;
    -o-transition: all 0.7s linear;
}

.banner_video_bt p {
    font-size: 20px;
    color: #fff;
    line-height: 60px;
    margin: 0;
}

.banner_video_sp {
    float: left;
    margin-top: 9%;
    width: 60%;
}

.banner_news {
    position: absolute;
    right: 0px;
    bottom: 20px;
    z-index: 999;
    width: 24.7%;
}

.ban_newslist {}

.ban_newslist_left {
    width: 8.5%;
    background: #fff;
    float: left;
    border-bottom: 1px solid #ccc;
}

.ban_newslist_left p {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 100px;
    font-weight: bold;
    font-size: 20px;
    color: #000;
    cursor: pointer;
    -webkit-animation-name: pounding;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-name: pounding;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out
}


/*.ban_newslist_left p:hover {
        -webkit-animation-play-state: paused;
        animation-play-state: paused
    }
    @-webkit-keyframes pounding {
    0% {
    -webkit-transform:translate(0, 0)
    }
    50% {
    -webkit-transform:translate(0, 8px)
    }
    100% {
    -webkit-transform:translate(0, 0)
    }
    }
    @keyframes pounding {
    0% {
    transform:translate(0, 0)
    }
    50% {
    transform:translate(0, 8px)
    }
    100% {
    transform:translate(0, 0)
    }
    }*/

.ban_newslist_left h1 {
    font-size: 12px;
    margin: 0;
    text-align: center;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
}

.ban_newslist_right {
    width: 91.5%;
    background: rgba(0, 0, 0, 0.8);
    float: right;
    padding: 61px 20px;
}

.ban_newslist_nr {}

.ban_newslist_nr img {
    width: 40%;
    float: left;
}

.ban_video_dx {
    float: left;
    width: 40%;
    height: 60%;
}

.ban_newslist_wz {
    width: 55%;
    float: right;
}

.ban_newslist_wz p {
    color: #fff;
    line-height: 22px;
    overflow: hidden;
}

.wzhide {
    height: 42px;
    margin-top: 20px;
    line-height: 22px;
}

.ban_newslist_wz i {
    width: 40px;
    height: 1px;
    background: #fff;
    display: block;
    margin-top: 10px;
}

.ban_newslist_bt {}

.ban_newslist_bt h1 {
    color: #fff;
    line-height: 22px;
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 0;
}

.ban_newslist_bt p {
    color: #fff;
}


/*.swiper-container {
        width: 100%;
        height: 300px;
        margin: 20px 0;
    }
    .swiper-slide {
        text-align: center;
        font-size: 18px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    
    */

.banlist01 {
    position: relative;
    right: -91.5%;
}

.banlist02 {
    position: relative;
    right: -91.5%;
}

.banmore {
    margin-top: 20px;
}

.banmore a {
    display: block;
    width: 120px;
    height: 30px;
    line-height: 30px;
    color: #b68f6b;
    text-align: center;
    border: 1px solid #b68f6b;
}

.banmore a:hover {
    background: #b68f6b;
    color: #fff;
}

.cb-slideshow,
.cb-slideshow:after {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 113px;
    left: 0px;
    z-index: 0;
}

.cb-slideshow:after {
    content: '';
    background: transparent url(../images/pattern.png) repeat top left;
}

.cb-slideshow li span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 18s linear infinite 0s;
    -moz-animation: imageAnimation 18s linear infinite 0s;
    -o-animation: imageAnimation 18s linear infinite 0s;
    -ms-animation: imageAnimation 18s linear infinite 0s;
    animation: imageAnimation 18s linear infinite 0s;
}

.cb-slideshow li div {
    z-index: 1000;
    position: absolute;
    top: 35%;
    left: 18%;
    width: 100%;
    text-align: left;
    opacity: 0;
    -webkit-animation: titleAnimation 18s linear infinite 0s;
    -moz-animation: titleAnimation 18s linear infinite 0s;
    -o-animation: titleAnimation 18s linear infinite 0s;
    -ms-animation: titleAnimation 18s linear infinite 0s;
    animation: titleAnimation 18s linear infinite 0s;
}

.cb-slideshow li div h3 {
    font-size: 72px;
    padding-left: 30px;
    line-height: 112px;
    color: #fff;
    padding-right: 70px;
    text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.7);
    font-weight: normal;
}

.cb-slideshow li:nth-child(1) span {
    background-image: url(../images/banner.jpg);
}

.cb-slideshow li:nth-child(2) span {
    background-image: url(../images/banner1.jpg);
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
}

.cb-slideshow li:nth-child(3) span {
    background-image: url(../images/banner2.jpg);
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
}

/*.cb-slideshow li:nth-child(4) span {
    background-image: url(../images/banner3.jpg);
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s;
}

.cb-slideshow li:nth-child(5) span {
    background-image: url(../images/banner1.jpg);
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s;
}

.cb-slideshow li:nth-child(6) span {
    background-image: url(../images/banner2.jpg);
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s;
}*/

.cb-slideshow li:nth-child(2) div {
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
}

.cb-slideshow li:nth-child(3) div {
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
}

/*.cb-slideshow li:nth-child(4) div {
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s;
}

.cb-slideshow li:nth-child(5) div {
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s;
}

.cb-slideshow li:nth-child(6) div {
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s;
}*/

@-webkit-keyframes imageAnimation {
    0% {
        opacity: 0;
        -webkit-animation-timing-function: ease-in;
    }
    8% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        -webkit-animation-timing-function: ease-out;
    }
    17% {
        opacity: 1;
        -webkit-transform: scale(1.1);
    }
    35% {
        opacity: 0;
        -webkit-transform: scale(1.1);
    }
}

@-moz-keyframes imageAnimation {
    0% {
        opacity: 0;
        -moz-animation-timing-function: ease-in;
    }
    8% {
        opacity: 1;
        -moz-transform: scale(1.05);
        -moz-animation-timing-function: ease-out;
    }
    17% {
        opacity: 1;
        -moz-transform: scale(1.1);
    }
    35% {
        opacity: 0;
        -webkit-transform: scale(1.1);
    }
}

@-o-keyframes imageAnimation {
    0% {
        opacity: 0;
        -o-animation-timing-function: ease-in;
    }
    8% {
        opacity: 1;
        -o-transform: scale(1.05);
        -o-animation-timing-function: ease-out;
    }
    17% {
        opacity: 1;
        -o-transform: scale(1.1);
    }
    35% {
        opacity: 0;
        -webkit-transform: scale(1.1);
    }
}

@-ms-keyframes imageAnimation {
    0% {
        opacity: 0;
        -ms-animation-timing-function: ease-in;
    }
    8% {
        opacity: 1;
        -ms-transform: scale(1.05);
        -ms-animation-timing-function: ease-out;
    }
    17% {
        opacity: 1;
        -ms-transform: scale(1.1);
    }
    35% {
        opacity: 0;
        -webkit-transform: scale(1.1);
    }
}

@keyframes imageAnimation {
    0% {
        opacity: 0;
        animation-timing-function: ease-in;
    }
    8% {
        opacity: 1;
        transform: scale(1.05);
        animation-timing-function: ease-out;
    }
    17% {
        opacity: 1;
        transform: scale(1.1);
    }
    35% {
        opacity: 0;
        -webkit-transform: scale(1.1);
    }
}

@-webkit-keyframes titleAnimation {
    0% {
        opacity: 0;
        -webkit-transform: translateX(200px);
    }
    8% {
        opacity: 1;
        -webkit-transform: translateX(0px);
    }
    17% {
        opacity: 1;
        -webkit-transform: translateX(0px);
    }
    19% {
        opacity: 0;
        -webkit-transform: translateX(-400px);
    }
    25% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

@-moz-keyframes titleAnimation {
    0% {
        opacity: 0;
        -moz-transform: translateX(200px);
    }
    8% {
        opacity: 1;
        -moz-transform: translateX(0px);
    }
    17% {
        opacity: 1;
        -moz-transform: translateX(0px);
    }
    19% {
        opacity: 0;
        -moz-transform: translateX(-400px);
    }
    25% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

@-o-keyframes titleAnimation {
    0% {
        opacity: 0;
        -o-transform: translateX(200px);
    }
    8% {
        opacity: 1;
        -o-transform: translateX(0px);
    }
    17% {
        opacity: 1;
        -o-transform: translateX(0px);
    }
    19% {
        opacity: 0;
        -o-transform: translateX(-400px);
    }
    25% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

@-ms-keyframes titleAnimation {
    0% {
        opacity: 0;
        -ms-transform: translateX(200px);
    }
    8% {
        opacity: 1;
        -ms-transform: translateX(0px);
    }
    17% {
        opacity: 1;
        -ms-transform: translateX(0px);
    }
    19% {
        opacity: 0;
        -ms-transform: translateX(-400px);
    }
    25% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

@keyframes titleAnimation {
    0% {
        opacity: 0;
        transform: translateX(200px);
    }
    8% {
        opacity: 1;
        transform: translateX(0px);
    }
    17% {
        opacity: 1;
        transform: translateX(0px);
    }
    19% {
        opacity: 0;
        transform: translateX(-400px);
    }
    25% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

.no-cssanimations .cb-slideshow li span {
    opacity: 1;
}

.nh6 {
    text-align: left;
    margin-left: 30px;
    margin-top: 15px;
    color: #fff;
    font-size: 22px;
    margin-right: 30px;
    font-weight: normal;
}

.nh6 .pp1 {
    width: 456px;
    height: 90px;
    background: #f07a18;
    line-height: 90px;
    font-size: 60px;
    letter-spacing: 8px;
    padding-left: 26px;
}

.nh6 .pp2 {
    width: 560px;
    height: 70px;
    background: #f07a18;
    font-size: 30px;
    margin-top: 8px;
    line-height: 70px;
    padding-left: 26px;
}


/*content*/

.about-box {
    padding: 40px 0px;
    background: url(../images/bj1.jpg) no-repeat center;
}

.about-left {
    width: 41%;
    float: left;
}

.reuse {
    font-size: 30px;
    color: #aeaeae;
    padding-top: 30px;
    background: url(../images/h2bj1.png) no-repeat 0px 15px;
}

.reuse p {
    font-size: 30px;
    font-weight: normal;
    color: #3f3f3f;
}

.about-left .about-text {
    color: #717171;
    font-size: 14px;
    line-height: 24px;
    padding-top: 30px;
}

.about-left .about-link {
    display: block;
    width: 140px;
    height: 50px;
    line-height: 50px;
    text-align: left;
    text-indent: 15px;
    background: url(../images/ablink.png) no-repeat 100px 14px #f07a18;
    color: #fff;
    font-size: 12px;
    margin-top: 80px;
    margin-bottom: 100px;
}

.about-left .about-link:hover {
    background: url(../images/ablink.png) no-repeat 105px 14px #f07a18;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.3);
}

.about-left .about-link {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: transform;
    transition-property: transform;
    transition: all 0.3s;
}

.about-left .about-link:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    /* W3C */
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}

.about-left .about-link:hover,
.about-left .about-link:focus,
.about-left .about-link:active {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    /* move the element up by 5px */
}

.about-left .about-link:hover:before,
.about-left .about-link:focus:before,
.about-left .about-link:active:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}

.about-right {
    width: 56.2%;
    float: right;
    position: relative;
    margin-top: 17px;
}

.about-right img {
    max-width: 100%;
    float: right;
    margin-right: 70px;
    transition: all 1s;
    cursor: pointer;
}

.about-right .morezp {
    width: 145px;
    height: 95px;
    background: #f07a18;
    display: block;
    position: absolute;
    text-align: center;
    font-family: "Arial";
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    line-height: 65px;
    bottom: 10%;
    right: 0;
    transition: all 1s;
}

.about-right .morezp p {
    font-weight: normal;
    line-height: 0px;
}

.about-right:hover img {
    margin-right: 0px;
}

.about-right:hover .morezp {
    margin-right: 100px;
    opacity: 0.8;
    box-shadow: 0px 8px 8px rgba(0, 0, 0, 1);
}

.num-list {
    background: #f07a18;
}

.num-list li {
    width: 16.66%;
    float: left;
    border-right: 1px solid #438f21;
    border-left: 1px solid #7bc15c;
}

.num-list li p {
    color: #c8c8c8;
    font-size: 14px;
    line-height: 28px;
    text-indent: 28%;
}

.num-list li div {
    text-indent: 28%;
    color: #fff;
}

.num-list li div .timer {
    font-size: 48px;
}

.num-list li div span {
    font-size: 14px;
}

.num-list li p:first-child {
    padding-top: 16%;
}

.num-list li p:last-child {
    padding-bottom: 16%;
    color: #fff;
}

.roll-wrap {
    position: relative;
    width: 100%;
    height: 299px;
}

.roll-hide {
    position: relative;
    width: 100%;
    height: 299px;
    overflow: hidden;
}

.roll_row .roll__list {
    width: 9999px;
}

.roll_row .roll__list li {
    float: left;
    display: block;
    margin-right: 25px;
    width: 220px;
    height: 299px;
}

.control {
    position: absolute;
    top: 110px;
    width: 32px;
    height: 54px;
    opacity: 0;
    transition: all 1s;
}

.control.pre {
    left: -50px;
    background: url(../images/le.png) no-repeat center;
}

.control.next9 {
    right: -50px;
    background: url(../images/ri.png) no-repeat center;
}

.roll-wrap:hover .control {
    opacity: 1;
}

.adv-list {
    text-align: justify;
    margin-top: 20px;
}

.adv-list li {
    position: relative;
    display: inline-block;
    width: 32.5%;
    vertical-align: top;
}

.adv-list li a.img {
    display: block;
    overflow: hidden;
}

.adv-list li:hover a.img img {
    transform: scale(1.2);
}

.adv-list li a.img img {
    width: 100%;
    transition: .5s;
}

.adv-list:after {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    height: 0;
    content: '';
}

.adv-list li h3 {
    width: 270px;
    height: 60px;
    background: #fff;
    margin: 0 auto;
    position: absolute;
    z-index: 999;
    border: 1px solid #333;
    text-align: center;
    font-size: 16px;
    color: #3f3f3f;
    font-weight: normal;
    bottom: -27px;
    left: 0;
    right: 0;
    box-shadow: 0px 2px 8px rgba(255, 255, 255, 1);
}

.h3class-2 {
    line-height: 60px;
}

.h3class-1,
.h3class-3 {
    line-height: 23px;
    padding-top: 5px;
}

.advdetail {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/adv.png) no-repeat center rgba(0, 0, 0, 0.3);
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.5s;
}

.adv-list li:hover .advdetail {
    opacity: 1;
}

.advdetail a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
}

.pro-list-box {
    background: url(../images/bj2.jpg) no-repeat center fixed;
    margin-bottom: 60px;
    overflow: hidden;
    position: relative;
    background-size: 100% 100%;
    padding-bottom: 60px;
}

@media(max-width:1200px) {
    .sw-pro-box {
        padding-bottom: 0;
    }
}

.reuse1 {
    text-align: center;
    font-size: 30px;
    color: #f07a18;
    font-weight: normal;
    padding-top: 66px;
    padding-bottom: 50px;
}

.reuse1 p {
    color: #000;
}

.cate-list {
    text-align: justify;
    margin-top: 5px;
    margin-bottom: 50px;
}

@media(max-width:1200px) {
    .cate-list {
        margin-bottom: 10px;
    }
}

.cate-list li {
    position: relative;
    display: inline-block;
    width: 32.3%;
    border: 1px solid #7d2f5a;
    vertical-align: top;
    overflow: hidden;
}

.cate-list li a.img {
    display: block;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
    width: 385px;
        height: 385px;
    overflow: hidden;
}

.cate-list:after {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    height: 0;
    content: '';
}

.cate-list li h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 55px;
    background: rgba(240, 122, 24, 0.7);
    color: #fff;
    text-align: center;
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 40px;
    transition: all 0.3s;
}

.cate-list li:hover h3 {
    margin-bottom: 70px;
}

.cate-list li p {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    font-size: 16px;
    color: #fff;
    width: 100%;
    text-align: center;
    opacity: 0;
    transition: all 0.4s;
}

.cate-list li:hover p {
    margin-bottom: 40px;
    opacity: 0.7;
}

.cate-list li img {
    width: calc(100% + 50px);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0);
}

.cate-list li:hover img {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.roll-wrap1 {
    position: relative;
    width: 100%;
    height: 225px;
}

.roll-hide1 {
    position: relative;
    width: 100%;
    height: 225px;
    overflow: hidden;
    padding-bottom: 60px;
}

.roll_row1 .roll__list {
    width: 9999px;
}

.roll_row1 .roll__list li {
    float: left;
    display: block;
    margin-right: 19px;
    width: 225px;
    height: 225px;
    position: relative;
    overflow: hidden;
}

.roll_row1 .roll__list li a.img {
    display: block;
    overflow: hidden;
}

.roll_row1 .roll__list li a.img img {
    transition: .5s;
}

.roll_row1 .roll__list li:hover a.img img {
    transform: scale(1.1);
}

.control1 {
    position: absolute;
    z-index: 9999;
    top: 29%;
    display: block;
    overflow: hidden;
    width: 35px;
    height: 60px;
    cursor: pointer;
    transition: all 0.3s;
}

.control1.pre {
    left: -60px;
    background: url(../images/l.png) no-repeat center;
}

.control1.next9 {
    right: -60px;
    background: url(../images/r.png) no-repeat center;
}

.roll-wrap1:hover .control1 {
    opacity: 0.5;
}

.roll_row1 .roll__list li h3 {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    text-align: center;
    transition: all 0.5s;
    margin-top: 225px;
}

.roll_row1 .roll__list li h3 a {
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    display: block;
    line-height: 225px;
}

.roll_row1 .roll__list li:hover h3 {
    margin-top: 0px;
}

.case-box {
    position: relative;
    z-index: 999;
    margin-bottom: 30px;
}

.reuse2 {
    background: none;
    padding-top: 50px;
    padding-bottom: 30px;
    text-transform: uppercase;
}

.case-left {
    width: 23.75%;
    float: left;
    position: relative;
}

.case-right {
    width: 74.17%;
    float: right;
}

.case1 {
    border: 1px solid #d2d2d2;
}

.case1 .img {
    width: 31.7%;
    float: left;
    position: relative;
}

.case1 .img img {
    max-width: 100%;
}

.case1 .img a {}

.case1 h3 {
    width: 68.3%;
    float: left;
    border-left: none;
}

.case1 h3 a {
    font-size: 20px;
    color: #3f3f3f;
    font-weight: normal;
    line-height: 45px;
    padding-left: 10%;
    display: block;
    padding-top: 5%;
}

.case1 h3 p {
    font-weight: normal;
    line-height: 24px;
    font-size: 14px;
    color: #727272;
    padding-left: 10%;
    padding-right: 10%;
}

.case-sort {
    text-align: justify;
}

.case-sort .case2 {
    position: relative;
    display: inline-block;
    width: 31.8%;
    vertical-align: top;
    margin-top: 10px;
    overflow: hidden;
}

.case-sort .case2:hover img {
    transform: scale(1.2);
    opacity: 1;
}

.case-sort:after {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    height: 0;
    content: '';
}

.case2 img {
    max-width: 100%;
    transition: .5s;
}

.case2 a {}

.indexShow {
    width: 100%;
    position: relative;
}

.viewTop {
    display: none;
}

.indexShowLeft {
    display: none;
}

.indexShowRight {
    width: 100%;
    position: relative;
}

.indexShowRightBg {}

.indexShowRightBg img {
    display: block;
    /* width: 100%; */
}

.indexShowRightContent {
    position: absolute;
    bottom: 20%;
    z-index: 50;
    right: 0;
    height: 50px;
    margin: 0 0 0 -105px;
}

.LeftContent {
    position: absolute;
    left: 0;
    bottom: 20%;
    z-index: 50;
    height: 50px;
    margin: 0 0 0 -105px;
}

.indexShowRightContent li,
.LeftContent li {
    float: left;
    width: 50px;
    margin: 0 10px;
}

.indexShowRightContent li img {
    display: block;
    width: 100%;
}

.indexShowRightWords {
    display: none;
}

.indexShowLeft:hover .LeftWords {
    bottom: 45%;
    opacity: 1;
}

.indexShowRight:hover .indexShowRightContent {
    right: 24%;
}

.indexShowLeft:hover .LeftContent {
    left: 40%;
}

@media (max-width: 1600px) {
    .indexShowRight:hover .indexShowRightContent {
        right: 17%;
    }
}

@media (max-width: 1440px) {
    .indexShowRight:hover .indexShowRightContent {
        right: 10%;
    }
}

@media (max-width: 1368px) {
    .indexShowRightWords,
    .LeftWords {
        display: none!important;
    }
    .indexShowLeft:hover .LeftContent {
        left: 30%;
    }
}

@media (min-width: 768px) {
    .indexShowRightContent,
    .LeftContent {
        height: 100px;
        margin: 0 0 0 -210px;
    }
    .indexShowRightContent li,
    .LeftContent li {
        width: 100px;
        margin: 0 20px;
    }
}

@media (min-width: 1200px) {
    .indexShow {
        height: 350px;
    }
    .viewTop {
        display: block;
        width: 436px;
        position: absolute;
        left: 50%;
        top: 50%;
        z-index: 2000;
        margin: -65px 0 0 -200px;
        -webkit-transition: all 1s;
        -o-transition: all 1s;
        -moz-transition: all 1s;
        transition: all 1s;
    }
    .indexShowLeft {
        display: block;
        width: 50%;
        height: 350px;
        position: absolute;
        left: 0;
        top: 0;
        overflow: hidden;
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s;
    }
    .indexShowLeftBg {
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }
    .indexShowLeftBg img {
        display: block;
        /* height: 100%; */
    }
    .indexShowLeftContent {
        height: 100px;
        position: absolute;
        top: 50%;
        left: 30%;
        z-index: 50;
    }
    .indexShowRight {
        width: 50%;
        height: 350px;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 10;
        overflow: hidden;
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s;
    }
    .indexShowRightBg {
        /* height: 100%; */
        position: absolute;
        right: 0;
        top: 0;
    }
    .indexShowRightBg img {
        height: 100%;
    }
    .indexShowRightContent,
    .LeftContent {
        bottom: 35%;
        margin: 0 0 0 -145px;
    }
    .indexShowRightContent li {
        margin-left: 90px;
        opacity: 0;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
    .LeftContent li {
        margin-right: 90px;
        opacity: 0;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
    .indexShowRightWords {
        display: block;
        position: absolute;
        width: 79%;
        right: 0;
        bottom: 10%;
        z-index: 50;
        font-size: 14px;
        color: #000;
        text-shadow: 10px 10px 20px #fff;
        line-height: 22px;
        box-sizing: border-box;
        padding-left: 15%;
        opacity: 0;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        -webkit-transform: translate(0, 100%);
        -moz-transform: translate(0, 100%);
        -o-transform: translate(0, 100%);
        -ms-transform: translate(0, 100%);
        transform: translate(0, 100%);
    }
    .LeftWords {
        display: block;
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 0;
        z-index: 50;
        font-size: 14px;
        color: #fff;
        line-height: 30px;
        box-sizing: border-box;
        padding-left: 24%;
        opacity: 0;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        -webkit-transform: translate(0, 100%);
        -moz-transform: translate(0, 100%);
        -o-transform: translate(0, 100%);
        -ms-transform: translate(0, 100%);
        transform: translate(0, 100%);
    }
    .indexShowLeft:hover {
        width: 70%;
        z-index: 20;
    }
    .indexShowLeft:hover .LeftContent li {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    .indexShowRight:hover {
        width: 70%;
        z-index: 20;
    }
    .indexShowRight:hover .indexShowRightContent li {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    .indexShowRight:hover .indexShowRightWords {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        bottom: 30%;
    }
}

@media (min-width: 1440px) {
    .indexShow,
    .indexShowRight,
    .indexShowLeft {
        height: 630px;
    }
    .viewTop {
        width: 520px;
        margin: -77px 0 0 -240px;
    }
    .indexShowRightContent,
    .LeftContent {
        bottom: 50%;
        margin: 0px 0 0 -210px;
    }
    .indexShowRightContent li,
    .LeftContent li {
        width: 99px;
        height: 99px;
    }
    .indexShowRightWords,
    .LeftWords {}
}

@media (min-width: 1920px) {
    .indexShow,
    .indexShowRight,
    .indexShowLeft {
        height: 640px;
    }
    .viewTop {
        width: 749px;
        margin: -103px 0 0 -318px;
    }
    .indexShowRightContent,
    .LeftContent {
        bottom: 50%;
        margin: 0px 0 0 -210px;
    }
    .indexShowRightContent li,
    .LeftContent li {
        width: 99px;
        height: 99px;
    }
    .indexShowRightWords {
        bottom: 25%;
    }
}


/*.indexShow {*/


/*    width: 100%;*/


/*    position: relative;*/


/*}*/


/*.viewTop {*/


/*    display: none;*/


/*}*/


/*.indexShowLeft {*/


/*    display: none;*/


/*}*/


/*.indexShowRight {*/


/*    width: 100%;*/


/*    position: relative;*/


/*}*/


/*.indexShowRightBg {*/


/*    width: 100%;*/


/*}*/


/*.indexShowRightBg img {*/


/*    display: block;*/


/*    width: 100%;*/


/*}*/


/*.indexShowRightContent {*/


/*    position: absolute;*/


/*    left: 50%;*/


/*    bottom: 20%;*/


/*    z-index: 50;*/


/*    height: 50px;*/


/*    margin: 0 0 0 -105px;*/


/*}*/


/*.indexShowRightContent li {*/


/*    float: left;*/


/*    width: 50px;*/


/*    margin: 0 10px;*/


/*}*/


/*.indexShowRightContent li img {*/


/*    display: block;*/


/*    width: 100%;*/


/*}*/


/*.indexShowRightWords {*/


/*    display: none;*/


/*}*/


/*.indexShowLeft {*/


/*    display: none;*/


/*}*/


/*.indexShowLeft {*/


/*    width: 100%;*/


/*    position: relative;*/


/*}*/


/*.indexShowLeftBg {*/


/*    width: 100%;*/


/*}*/


/*.indexShowLeftBg img {*/


/*    display: block;*/


/*    width: 100%;*/


/*}*/


/*.indexShowLeftContent {*/


/*    position: absolute;*/


/*    left: 50%;*/


/*    bottom: 20%;*/


/*    z-index: 50;*/


/*    height: 50px;*/


/*    margin: 0 0 0 -105px;*/


/*}*/


/*.indexShowLeftContent li {*/


/*    float: left;*/


/*    width: 50px;*/


/*    margin: 0 10px;*/


/*}*/


/*.indexShowLeftContent li img {*/


/*    display: block;*/


/*    width: 100%;*/


/*}*/


/*.indexShowLeftWords {*/


/*    display: none;*/


/*}*/


/*@media (min-width: 768px) {*/


/*    .indexShowRightContent ,  .indexShowLeftContent {*/


/*        height: 100px;*/


/*        margin: 0 0 0 -210px;*/


/*    }*/


/*    .indexShowRightContent li,    .indexShowLefttContent li {*/


/*        width: 100px;*/


/*        margin: 0 20px;*/


/*    }*/


/*}*/


/*@media (min-width: 1200px) {*/


/*    .indexShow {*/


/*        height: 350px;*/


/*    }*/


/*    .viewTop {*/


/*        display: block;*/


/*        width: 436px;*/


/*        position: absolute;*/


/*        left: 50%;*/


/*        top: 50%;*/


/*        z-index: 2000;*/


/*        margin: -65px 0 0 -200px;*/


/*        -webkit-transition: all 1s;*/


/*        -o-transition: all 1s;*/


/*        -moz-transition: all 1s;*/


/*        transition: all 1s;*/


/*    }*/


/*    .indexShowRight {*/


/*        width: 50%;*/


/*        height: 350px;*/


/*        position: absolute;*/


/*        top: 0;*/


/*        right: 0;*/


/*        z-index: 10;*/


/*        overflow: hidden;*/


/*        -webkit-transition: all 1s;*/


/*        -moz-transition: all 1s;*/


/*        -o-transition: all 1s;*/


/*        transition: all 1s;*/


/*    }*/


/*        .indexShowLeft {*/


/*        width: 50%;*/


/*        height: 350px;*/


/*        position: absolute;*/


/*        top: 0;*/


/*        left: 0;*/


/*        z-index: 10;*/


/*        overflow: hidden;*/


/*        -webkit-transition: all 1s;*/


/*        -moz-transition: all 1s;*/


/*        -o-transition: all 1s;*/


/*        transition: all 1s;*/


/*    }*/


/*    .indexShowRightBg,    .indexShowLeftBg {*/


/*        width: auto;*/


/*        height: 100%;*/


/*        position: absolute;*/


/*        right: 0;*/


/*        top: 0;*/


/*    }*/


/*    .indexShowRightBg img,    .indexShowLeftBg img {*/


/*        width: auto;*/


/*        height: 100%;*/


/*    }*/


/*    .indexShowRightContent,    .indexShowLeftContent {*/


/*        bottom: 35%;*/


/*        margin: 0 0 0 -145px;*/


/*    }*/


/*    .indexShowRightContent li,    .indexShowLeftContent li {*/


/*        margin: 0 50px;*/


/*        opacity: 0;*/


/*        -webkit-transition: all 0.5s;*/


/*        -moz-transition: all 0.5s;*/


/*        -o-transition: all 0.5s;*/


/*        transition: all 0.5s;*/


/*        -ms-transform: translate(100%, 0);*/


/*        -webkit-transform: translate(100%, 0);*/


/*        -moz-transform: translate(100%, 0);*/


/*        -o-transform: translate(100%, 0);*/


/*        transform: translate(100%, 0);*/


/*    }*/


/*    .indexShowRightWords {*/


/*        display: block;*/


/*        position: absolute;*/


/*        width: 100%;*/


/*        text-align: left;*/


/* width: 460px; */


/*        right: 0;*/


/*        bottom: 10%;*/


/*        z-index: 50;*/


/*        font-size: 14px;*/


/*        color: #fff;*/


/*        line-height: 22px;*/


/*        box-sizing: border-box;*/


/*        padding-left: 15%;*/


/*        opacity: 0;*/


/*        -webkit-transition: all 0.5s;*/


/*        -moz-transition: all 0.5s;*/


/*        -o-transition: all 0.5s;*/


/*        transition: all 0.5s;*/


/*        -webkit-transform: translate(0, 100%);*/


/*        -moz-transform: translate(0, 100%);*/


/*        -o-transform: translate(0, 100%);*/


/*        -ms-transform: translate(0, 100%);*/


/*        transform: translate(0, 100%);*/


/*    }*/


/*        .indexShowLeftWords {*/


/*        display: block;*/


/*        position: absolute;*/


/*        width: 100%;*/


/*        text-align: left;*/


/* width: 460px; */


/*        left: 0;*/


/*        bottom: 10%;*/


/*        z-index: 50;*/


/*        font-size: 14px;*/


/*        color: #fff;*/


/*        line-height: 22px;*/


/*        box-sizing: border-box;*/


/*        padding-left: 15%;*/


/*        opacity: 0;*/


/*        -webkit-transition: all 0.5s;*/


/*        -moz-transition: all 0.5s;*/


/*        -o-transition: all 0.5s;*/


/*        transition: all 0.5s;*/


/*        -webkit-transform: translate(0, 100%);*/


/*        -moz-transform: translate(0, 100%);*/


/*        -o-transform: translate(0, 100%);*/


/*        -ms-transform: translate(0, 100%);*/


/*        transform: translate(0, 100%);*/


/*    }*/


/*    .indexShowRight:hover,.indexShowLeft:hover {*/


/*        width: 70%;*/


/*        z-index: 20;*/


/*    }*/


/*    .indexShowRight:hover .indexShowRightContent li,    .indexShowLeft:hover .indexShowLeftContent li {*/


/*        opacity: 1;*/


/*        -webkit-transform: translate(0, 0);*/


/*        -moz-transform: translate(0, 0);*/


/*        -ms-transform: translate(0, 0);*/


/*        -o-transform: translate(0, 0);*/


/*        transform: translate(0, 0);*/


/*    }*/


/*    .indexShowRight:hover .indexShowRightWords,    .indexShowLeft:hover .indexShowLeftWords {*/


/*        opacity: 1;*/


/*        -webkit-transform: translate(0, 0);*/


/*        -moz-transform: translate(0, 0);*/


/*        -ms-transform: translate(0, 0);*/


/*        -o-transform: translate(0, 0);*/


/*        transform: translate(0, 0);*/


/*    }*/


/*}*/


/*@media (min-width: 1440px) {*/


/*    .indexShow,*/


/*    .indexShowRight,*/


/*    .indexShowLeft {*/


/*        height: 630px;*/


/*    }*/


/*    .viewTop {*/


/*        width: 520px;*/


/*        margin: -77px 0 0 -240px;*/


/*    }*/


/*    .indexShowRightContent ,   .indexShowLeftContent {*/


/*        bottom: 50%;*/


/*        margin: 0px 0 0 -210px;*/


/*    }*/


/*    .indexShowRightContent li , .indexShowLeftContent li {*/


/*        width: 99px;*/


/*        height: 99px;*/


/*    }*/


/*    .indexShowRightWords,  .indexShowLeftWords {*/


/*        font-size: 16px;*/


/*        line-height: 28px;*/


/*        bottom: 20%;*/


/*    }*/


/*}*/


/*@media (min-width: 1920px) {*/


/*    .indexShow,*/


/*    .indexShowRight,*/


/*    .indexShowLeft {*/


/*        height: 640px;*/


/*    }*/


/*    .viewTop {*/


/*        width: 749px;*/


/*        margin: -103px 0 0 -318px;*/


/*    }*/


/*    .indexShowRightContent,    .indexShowLeftContent {*/


/*        bottom: 49%;*/


/*        margin: 0px 0 0 -210px;*/


/*    }*/


/*    .indexShowRightContent li,  .indexShowLeftContent li {*/


/*        width: 99px;*/


/*        height: 99px;*/


/*    }*/


/*    .indexShowRightWords,.indexShowLeftWords {*/


/*        font-size: 17px;*/


/*        line-height: 30px;*/


/*        bottom: 25%;*/


/*    }*/


/*}*/

.w100 {
    display: block;
    width: 100%;
}

.join-box {
    padding: 50px 0px;
}

.reuse3 {
    font-size: 35px;
    text-align: center;
    color: #aeaeae;
    text-transform: uppercase;
}

.reuse3 p {
    font-weight: normal;
    color: #222222;
    font-size: 30px;
}

.join-list {
    text-align: justify;
}

.join-list li {
    position: relative;
    display: inline-block;
    width: 24%;
    vertical-align: top;
    margin-top: 35px;
}

.join-list li img {
    width: 100%;
}

.join-list li .img2 {
    display: none;
}

.hoin-list:after {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    height: 0;
    content: '';
}

.join-list li h2 {
    position: absolute;
    bottom: 120px;
    font-size: 24px;
    color: #fff;
    width: 100%;
    text-align: center;
    font-weight: normal;
    transition: all 0.8s;
}

.join-list li h2 p {
    display: none;
    font-family: "Arial";
    transition: all 0.8s;
    padding-top: 15px;
    text-transform: uppercase;
    opacity: 0;
}

.join-list li a {
    display: block;
    font-size: 14px;
    color: #fff;
    text-align: center;
    bottom: 55px;
    position: absolute;
    width: 100%;
    padding-bottom: 40px;
    background: url(../images/abj.png) no-repeat bottom;
    transition: all 0.8s;
}

.join-list li:hover h2 {
    margin-bottom: 140px;
}

.join-list li:hover h2 p {
    opacity: 0.9;
    display: block;
    color: #b9b3b2;
    background: url(../images/xian.png) no-repeat center bottom;
    padding-bottom: 20px;
}

.join-list li:hover a {
    padding-bottom: 110px;
    background: url(../images/xx.png) no-repeat center 40px;
    font-size: 24px;
}

.news-box {
    min-height: 600px;
    background: url(../images/bj3.jpg) no-repeat center;
    background-size: cover;
    overflow: hidden;
}

.news-center {
    max-width: 1200px;
    margin: 0 auto;
}

.reuse4 {
    font-size: 30px;
    color: #938a7e;
    text-align: center;
    padding-top: 70px;
    padding-bottom: 30px;
}

.reuse4 p {
    font-size: 30px;
    color: #222;
    font-weight: normal;
}

.tabbtn {
    margin-bottom: 50px;
    text-align: center;
}

.tabbtn li {
    width: 144px;
    height: 40px;
    display: inline-block;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    margin: 0px 24px;
}

.tabbtn li a {
    display: block;
    color: #f07a18;
    border: 1px solid #f07a18;
}

.tabbtn li.current a {
    background: #f07a18;
    color: #fff;
    border: 1px solid #f07a18;
}

.tabbtn1 {
    text-align: center;
}

.tabbtn1 li {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 3px solid #f07a18;
    display: inline-block;
    margin: 7px;
    margin-top: 50px;
    background: #f07a18;
    cursor: pointer;
}

.tabbtn1 li.current {
    border: 2px solid #fff;
    background: none;
}

.sublist1 li {
    width: 48%;
    background: #fff;
    padding: 15px 10px;
}

.sublist1 li:first-child {
    float: left;
}

.sublist1 li:last-child {
    float: right;
}

.sublist1 li .img1 {
    width: 34.9%;
    float: left;
}

.sublist1 li h3 {
    width: 62%;
    float: right;
}

.sublist1 li h3 a {
    font-size: 18px;
    font-weight: normal;
    color: #282828;
    line-height: 40px;
}

.sublist1 li:hover h3 a {
    text-decoration: underline;
}

.sublist1 li h3 p {
    font-size: 14px;
    color: #727272;
    font-weight: normal;
    line-height: 25px;
}

.sublist1 li h3 span {
    font-size: 14px;
    font-weight: normal;
    color: #727272;
    display: block;
    padding-top: 2%;
}


/*ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã‚Â¦Ãƒâ€ Ã¢â‚¬â„¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â©ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚Â¦Ãƒâ€¦Ã‚Â½Ãƒâ€šÃ‚Â¥*/

.f_link {
    max-width: 1200px;
    margin: 0 auto;
    line-height: 45px;
    font-size: 14px;
    color: #3f3f3f;
}


/*ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚Â¡Ãƒâ€šÃ‚ÂµÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚ÂºÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢ÃƒÆ’Ã‚Â©Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚Â¨*/

.foot {
    background: #3d3d3d;
    padding: 30px 0px;
}

#footer {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.foot-left {
    width: 16.6%;
    float: left;
    background: url(../images/tel.png)no-repeat left 185px;
    ;
}

.foot-left img {
    padding-top: 19px;
}

.foot-left p {
    font-size: 14px;
    color: #fff;
    line-height: 25px;
    font-weight: bold;
}

.foot-right {
    width: 76.5%;
    float: right;
}

.nav1 {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #4c4c4c;
}

.nav1 li {
    float: left;
    width: 12.5%;
    text-align: center;
    background: url(../images/nav1bj.png) no-repeat right;
}

.nav1 li a {
    display: block;
    color: #fff;
    font-size: 16px;
}

.nav1 li a:hover {
    text-decoration: underline;
}

.nav1 li:last-child {
    background: none;
}

.foot-lx {}

.foot-lx .lxx {
    float: left;
    font-size: 14px;
    color: #dbdbdb;
    line-height: 24px;
    padding-top: 10px;
}

.foot-lx .lxx p:nth-child(1) {
    line-height: 48px;
}

.foot-lx .ewm {
    float: right;
    margin-top: 30px;
}

.copyright {
    text-align: left;
    color: #9e9e9e;
    padding-top: 15px;
    line-height: 25px;
}

.copyright a {
    color: #9e9e9e;
}

.zhuyin {
    color: #9e9e9e;
}

.zhuyin a {
    color: #9e9e9e;
}


/*------------ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚Â¡Ãƒâ€šÃ‚Âµ-------------------*/

.prodescription {
    border: 1px solid #e5e5e5;
    background: #f9f9f9;
    line-height: 24px;
    padding: 10px;
    margin-bottom: 15px;
    text-indent: 20px;
    display: none;
}

.n_banner {
    text-align: center;
	padding-top: 152px;
}

.n_banner img {
    max-width: 100%;
    height: auto;
}

.m55 {
    max-width: 1200px;
    margin: 0 auto;
}

.left {
    width: 243px;
    float: left;
    padding-top: 36px;
}

.right {
    width: 920px;
    float: right;
    padding-top: 50px;
}

.left h3 {
    font-size: 22px;
    font-weight: normal;
    line-height: 56px;
    color: #fff;
    text-align: center;
    background: #f07a18;
    ;
    background-size: cover;
    margin-top: 15px;
}

.left .content {
    border: 1px solid #eee;
    border-top: none;
}

.n_contact .content {
    padding: 10px;
    line-height: 30px;
}

.right .content {
    padding: 10px;
}

.sitemp {
    border-left: 10px solid #f07a18;
    background: #e5e5e5;
    margin-bottom: 14px;
    height: 50px;
    line-height: 50px;
}

.sitemp .site {
    font-size: 14px;
    color: #000;
    margin-right: 20px;
    float: right;
}

.site a {
    font-size: 14px;
    color: #000;
}

.sitemp h2 {
    font-size: 20px;
    color: #000;
    float: left;
    text-indent: 30px;
    line-height: 50px;
}

#nav-fiexd a.navbar-brand img {
    width: auto;
    max-height: 100%;
}

.sw-cp-list li {
    width: 100%;
    padding: 0px 15px;
    text-align: center;
}

.sw-cp-list li h3 {
    line-height: 30px;
    text-align: center;
}

.sw-cp-list li h3 a {
    color: #fff;
}

.sw-cp-list li img {
    max-width: 100%;
}

.mobile-join img {
    width: 100%;
    margin-top: 15px;
}

.hf {
    display: none;
    text-align: center;
    width: 100%;
}

.hf img {
    width: 100%!important;
    height: auto!important;
}

@media(max-width:1200px) {
    .hf {
        display: block;
    }
    .indexShow {
        display: none;
    }
.right {
    padding-top: 30px;
}
.n_banner {
    padding-top: 50px;
}
}

.gt2 {
    display: none;
}

@media(max-width:630px) {
    #dituContent {
        width: auto!important;
    }
    .BMap_mask {
        width: auto!important;
    }
}

.showcon {}
.showcon img { max-width:100% !important; height:auto !important;}