/*å¤´éƒ¨æ ·å¼*/

.topfix {
    width: 100%;
    position: absolute;
    background: #fff;
    z-index: 9999;
}

.topbox {
    color: #999;
    line-height: 40px;
}

.topbox a {
    color: #999;
}

#header {
    width: 100%;
    height: 89px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
    background-color: rgba(0, 0, 0, .5);
}

#header .boxx {}

#header .boxx.on {
    max-width: 100%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

#header .boxx.on .topup {
    max-width: 1200px;
    margin: 0 auto;
}

.logo {
    padding-top: 17px;
}

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

.btns {
    height: 70px;
    background: url(../images/btn.png) no-repeat 50% 50%;
}

.topLink {
    float: right;
    text-align: right;
    position: relative;
    z-index: 9999;
}

.translate {
    width: 100px;
    position: absolute;
    left: 0;
    top: 10px;
    z-index: 9999;
}

.tran-in {
    left: 120px;
}

.translate li {
    border: 1px dashed #cccccc;
    line-height: 26px;
    text-align: left;
    background: #fff;
}

.translate li a {
    display: block;
    padding-left: 10px;
    background: url(../images/dot4.png) no-repeat 88% 11px;
}

.translate li a:hover {
    text-decoration: none;
    color: #275cea;
    cursor: pointer;
}

.translate-en {
    display: none;
    padding: 6px;
    padding-top: 0px;
}

.translate li .translate-en a {
    padding-left: 0px;
    text-align: center;
    background: #fff;
    border-bottom: 1px solid #cccccc;
}

.translate li .translate-en a:hover {
    font-weight: bold;
}

.topLink .f_count {
    color: #ff0000;
    font-size: 13px;
    font-weight: bold;
}

.k1 {
    text-align: right;
    color: #fff;
    opacity: 0.35;
    padding-top: 10px;
}

.k1 a {
    color: #fff;
}

.topLink .k2 {
    color: #074b91;
    font-size: 14px;
    font-family: "微软雅黑";
}

.sear-btn {
    height: 55px;
    background: url(../images/btn.png) no-repeat 50% 50%;
    position: relative;
}

.hides {
    position: absolute;
    right: 0;
    top: 55px;
    z-index: 99;
    width: 457px;
    background-color: rgba(255, 255, 255, .8);
    padding: 15px 10px;
    display: none;
}

#menu {
    position: static !important;
}

@media (max-width: 1199px) {
    #header .boxx {
        border-radius: 0;
        padding: 0 15px 0 0;
    }
}


/*çƒ­é—¨æœç´¢*/

.search {}

#formsearch {
    width: 436px;
}

.hotSearch {
    font-weight: normal;
    padding-right: 15px;
}

#search-type {
    float: left;
    width: 100px;
    height: 24px;
    border: 1px solid #c8c8c8;
    margin-right: 5px;
}


/*ä¸»ä½“æ ·å¼*/

#container {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 10px;
}

.boxx {
    padding: 0 14%;
}

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

@media (max-width:1519px) {
    .boxx {
        padding: 0 5%;
    }
}

@media (max-width:1419px) {
    .boxx {
        padding: 0 15px;
    }
}


/* äº§å“ä¸­å¿ƒ */

.pro {
    padding-top: 40px;
}

.pro-tit {
    position: relative;
}

.tit {
    position: relative;
    color: #353535;
    font: 400 30px/50px "Microsoft Yahei";
}

.tit p {
    color: #c0c0c0;
    font: 400 16px/30px "arial";
    position: relative;
    padding-top: 5px;
}

.an {
    top: 22px;
    right: 104px;
    position: absolute;
}

@media(max-width:768px) {
    .an {
        right: 30px;
    }
}

.pro-cate {
    display: none;
    position: absolute;
    top: 0;
    right: 23px;
    z-index: 999;
    width: 169px;
    background: rgba(212, 213, 215, .5);
    padding: 0 17px;
    box-sizing: border-box;
}

.pro-cate a {
    color: #000000;
    font: 400 18px/40px "Microsoft Yahei";
    display: block;
    text-align: left;
}

.pro-cate a:hover {
    color: #d39b25;
}

.pro-cate1 {
    position: absolute!important;
    text-align: right;
    padding-top: 40px;
    top: 0;
    right: 0;
}

.pro-cate1 a {
    color: #000000;
    font: 400 1.26vw/24px "Microsoft Yahei";
}

@media(max-width:414px) {
    .pro-cate1 {
        position: relative !important;
        padding-top: 0;
    }
    .pro-cate1 a {
        font-size: 12px;
    }
}

.pro-cate1 a:hover {
    color: #dba022;
}

.product_list1 {
    padding-top: 40px;
}

.product_list1 li .img {
    display: block;
    overflow: hidden;
}

.product_list1 li img {
    max-width: 100%;
    height: auto;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.product_list1 li:hover a.img img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}

.product_list1 li h3 {
    text-align: center;
    padding: 18px 0 45px;
}

.product_list1 li h3 a {
    color: #989898;
    font: 400 14px/32px "Microsoft Yahei";
}

.product_list1 li h3 span {
    display: block;
    color: #616161;
    font: 400 16px/28px "Microsoft Yahei";
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .pro-cate {
        text-align: left;
    }
}


/* å…¬å¸ç®€ä»‹ */

.aboutbg {
    height: 532px;
    background: url(../images/aboutbg.jpg) no-repeat 50% 50%;
    background-size: cover;
    background-attachment: fixed;
}

.aboutbg .boxx {
    padding-top: 100px;
}

.about {
    background: #fff;
    padding: 60px 0;
}

.about h2 {
    color: #353535;
    font: 400 30px/50px "Microsoft Yahei";
    text-align: center;
}

.about h2 p {
    color: #c0c0c0;
    font: 400 16px/30px "arial";
    position: relative;
    padding-top: 5px;
}

.about h2 p:before {
    position: absolute;
    left: 50%;
    margin-left: -48px;
    top: 0;
    width: 96px;
    height: 2px;
    background: #fff;
    content: "";
}

.about .content {
    color: #838383;
    font: 400 14px/28px "Microsoft Yahei";
    text-align: center;
    padding: 0 15%;
    margin: 25px 0;
    max-height: 120px;
    overflow: hidden;
}

.about .more {
    text-align: center;
}

.about .more a {
    color: #878787;
    font: 400 18px/36px "arial";
}

.about .more a:hover {
    color: #dba022;
}

@media (max-width: 767px) {
    .about .content {
        padding: 0 15px;
    }
}


/* æœåŠ¡èŒƒå›´ */

.case {
    padding-top: 50px;
    padding-bottom: 80px;
    border-bottom: 1px solid #f4f4f4;
}

.case .tit {
    padding-left: 15px;
    position: relative;
}

.case_list1x {
    padding: 0 40px;
    padding-top: 42px;
    position: relative;
}

.case_list1 {
    text-align: center;
}

.case_list1 .li a {
    position: relative;
    display: block;
    padding: 0 15px;
}

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

.case_list1 .li h3 {
    position: absolute;
    width: 80%;
    height: 80%;
    left: 10%;
    top: 10%;
    background-color: rgba(255, 255, 255, .85);
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.3, 0.5);
    transform: scale(0.3, 0.5);
}

.case_list1 .li:hover h3 {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.case_list1 .li .text {
    position: absolute;
    width: 80%;
    left: 10%;
    top: 50%;
    margin-top: -40px;
}

.case_list1 .li h3 span {
    color: #353535;
    font: 400 16px/50px "Microsoft Yahei";
}

.case_list1 .li h3 .en {
    color: #abaaa9;
    font: 400 14px/30px "Microsoft Yahei";
    border-top: 1px solid #cdcccb;
    background: url(../images/list4.png) no-repeat 50% 100%;
    padding-bottom: 15px;
}

.case_list1 .li h4 {
    color: #989898;
    font: 400 14px/32px "Microsoft Yahei";
}

@media (max-width: 991px) {
    .case_list1 .li {
        margin-bottom: 20px;
    }
}


/* è§†é¢‘ä¸­å¿ƒ */

.videobg {
    background: #f9f9f9;
    padding: 45px 0 90px;
}

.videobg h2 {
    padding-left: 15px;
}

.videobg .content {
    padding-toP: 40px;
}

.videobg .video {
    padding: 0;
    position: relative;
}

.videobg .video img {
    max-width: 100%;
    width: auto !important;
    height: auto !important;
}

.video .text {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    margin-top: -28px;
    text-align: center;
}

.video .text .en {
    color: #fff;
    font: 400 16px/30px "Microsoft Yahei";
    text-transform: uppercase;
}

.video .text .cn {
    color: #fff;
    font: 400 14px/26px "Microsoft Yahei";
}


/* æ–°é—»èµ„è®¯ */

.news {
    padding-top: 45px;
    padding-bottom: 120px;
}

.news h2 {
    padding-left: 15px;
}

.slick {
    margin-top: 35px;
}

.slick .slick-dots {
    bottom: -80px;
}

.newsleft li a {
    display: block;
    position: relative;
}

.newsleft li .text {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(60, 60, 60, .7);
    padding-top: 8%;
    padding-left: 5%;
}

.newsleft li .text .title {
    color: #fff;
    font: 400 16px/46px "Microsoft Yahei";
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.newsleft li .time {
    background: url(../images/time.png) no-repeat 0 50%;
    color: #fff;
    font: 400 14px/20px "arial";
    padding-left: 30px;
}

.newsleft li .more {
    color: #fff;
    font: 400 16px/46px "Microsoft Yahei";
    padding-top: 15px;
}

.newsleft li img {
    width: 100%;
    height: auto;
}

.newsright .title {
    display: block;
    color: #393939;
    font: 400 16px/46px "Microsoft Yahei";
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.newsright li .time {
    background: url(../images/time.png) no-repeat 0 50%;
    color: #888;
    font: 400 14px/20px "arial";
    padding-left: 30px;
}

.newsright .intro {
    color: #767676;
    font: 400 14px/28px "Microsoft Yahei";
    margin-top: 25px;
    height: 93px;
    overflow: hidden;
}

.newsright li .more {
    color: #767676;
    font: 400 16px/46px "Microsoft Yahei";
    padding-top: 8px;
}

.kk {
    width: 60%;
    margin: 0 auto;
}


/*88*/

.xwx {
    margin-top: 20px;
}

.xwx .title {
    display: block;
    color: #393939;
    font: 400 16px/46px "Microsoft Yahei";
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.xwx li .time {
    background: url(../images/time.png) no-repeat 0 50%;
    color: #888;
    font: 400 14px/20px "arial";
    padding-left: 30px;
}

.xwx .intro {
    color: #767676;
    font: 400 14px/28px "Microsoft Yahei";
    margin-top: 25px;
    height: 93px;
    overflow: hidden;
}

.xwx li .more {
    color: #767676;
    font: 400 16px/46px "Microsoft Yahei";
    padding-top: 8px;
}


/*88*/

.news .slick-dots li button:before {
    background: url(../images/btns.png) no-repeat 50% 50%;
    content: "";
    opacity: 1;
}

.news .slick-dots li.slick-active button:before {
    background: url(../images/btnh.png) no-repeat 50% 50%;
}

@media (max-width:991px) {
    .newsleft {
        margin-bottom: 20px;
    }
    .kk {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .newsleft li .text {
        position: static;
    }
    .news {
        padding-bottom: 80px;
    }
    .slick .slick-dots {
        bottom: -40px;
    }
}


/* åˆä½œä¼™ä¼´ */

.honors {
    padding: 30px 0;
    position: relative;
}

.honors .content li {
    text-align: center;
    width: 0.142857%;
    float: left;
    position: relative;
}

@media (max-width:991px) {
    .honors .content li {
        width: 0.2%;
    }
}

@media (max-width:767px) {
    .honors .content li {
        width: 0.333333%;
    }
}

@media (max-width:567px) {
    .honors .content li {
        width: 0.5%;
    }
}

.proborder {
    padding: 0 17px;
}

.honors .content li .img {
    display: block;
    overflow: hidden;
    position: relative;
}

.honors .content li .covers {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .3);
}

.honors .content li:hover .covers {
    background: none;
}

.honors .content li img {
    max-width: 100%;
    height: auto;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.honors .content li:hover a.img img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}

.honors .content img {}

.honors .content {
    width: 100%;
    overflow: hidden;
}

.honorlist {
    width: 10000%;
}

.pre_left {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    background: url(../images/pre.png) no-repeat 50% 50%;
    z-index: 999;
}

.pre_right {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -15px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    background: url(../images/next.png) no-repeat 50% 50%;
    z-index: 999;
}

@media (max-width:991px) {
    .videobg {
        padding-bottom: 50px;
    }
    .video {
        margin-bottom: 20px;
    }
}


/* è”ç³»æˆ‘ä»¬ */

.contactbg {
    background: #f7f7f7;
    padding: 90px 0;
}

.contacts h3 {
    color: #666;
    font: 400 16px/46px "Microsoft Yahei";
}

.contacts .content {
    color: #8c8c8c;
    font: 400 14px/30px "Microsoft Yahei";
    padding-top: 30px;
}

@media (max-width:567px) {
    .contactbg {
        padding: 50px 0 30px;
    }
}


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

.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

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


/*å‹æƒ…é“¾æŽ¥*/

.f_linkbg {
    height: 201px;
    background: url(../images/link.jpg) no-repeat 50% 0;
}

.f_linkbg .boxx {
    padding-toP: 52px;
}

.f_linkbg .tit {
    color: #fff;
    text-align: center;
    font: 400 18px/46px "Microsoft Yahei";
    border-bottom: 1px solid #9c897d;
}

.f_linkbg .tit span {
    font: 400 24px/46px "Microsoft Yahei";
    padding-right: 15px;
}

.f_link .boxx {
    padding-left: 15px;
}


/*é¡µé¢åº•éƒ¨*/

#footer {
    color: #8f8f8f;
    font: 400 14px/40px "Microsoft Yahei";
}

#footer a {
    color: #8f8f8f;
}

#footer a:hover {
    text-decoration: none;
}

.foonav p {
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
}

.footlogo {
    padding-top: 30px;
}

.f-tit {
    color: #fff;
    font: 600 20px/46px "Microsoft Yahei";
    padding-top: 23px;
}

.copyr {
    font: 400 14px/30px "Microsoft Yahei";
    padding-top: 46px;
}

.contacts h2 {
    font: 600 18px/46px "Microsoft Yahei";
}

.contacts .content {
    font: 400 14px/34px "Microsoft Yahei";
}

#footer .links {
    padding-left: 50px;
}

.links h2 {
    font: 600 18px/46px "Microsoft Yahei";
}

.links .content a {
    display: block;
    width: 50%;
    float: left;
    font: 400 14px/34px "Microsoft Yahei";
}

.server h2 {
    font: 600 18px/46px "Microsoft Yahei";
}

.server .content a {
    display: block;
    font: 400 14px/34px "Microsoft Yahei";
}

.shares {
    padding-top: 30px;
    float: left!important
}

.shares .bdshare-button-style0-16 a {
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 0 5px;
}

.shares .bdshare-button-style0-16 a.bds_weixin {
    background: url(../images/s1.png) no-repeat;
}

.shares .bdshare-button-style0-16 a.bds_sqq {
    background: url(../images/s2.png) no-repeat;
}

.shares .bdshare-button-style0-16 a.bds_tsina {
    background: url(../images/s3.png) no-repeat;
}

.ewm {
    padding-top: 20px;
}

.regions {
    text-align: right;
}


/*------------å†…é¡µ-------------------*/

.left .box {
    padding-bottom: 10px;
}

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

.n_bannerbj {
    width: 100%;
    overflow: hidden;
}

.n_banner {
    width: 100%;
}

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

.n_bannerbj img,
.n_banners img {
    max-width: 100%;
    height: auto;
}

.left .box {}

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

.left .box {
    margin-bottom: 15px;
}

.left .box h3 {
    line-height: 45px;
    font-weight: 400;
    font-family: "微软雅黑";
    background: #202020;
    font-size: 20px;
    color: #fff;
    padding-left: 40px;
    position: relative;
    border-bottom: 4px solid #dba022;
}

.left .box .content {
    padding: 5px 0;
    background: #f0f0f0;
}

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

.topbanner {
    width: 100%;
    height: 807px;
}

.left {}

.sort_menu {}

.sort_menu h3 {
    background-color: #ececec;
    line-height: 28px;
    padding-left: 15px;
    font-weight: bold;
}

.sort_product {
    margin-top: 10px;
}

.sort_product h3 {
    background-color: #ececec;
    line-height: 28px;
    padding-left: 15px;
    font-weight: bold;
}

.n_contact {
    margin-top: 10px;
}

.n_contact h3 {
    background-color: #ececec;
    line-height: 28px;
    padding-left: 15px;
    font-weight: bold;
}

.left .n_contact .content {
    padding: 20px;
    line-height: 30px;
    color: #000;
}

.right {
    padding-bottom: 10px;
}

.sitemp {
    border-bottom: 1px solid #ddd;
}

.pages {
    padding-top: 20px;
}

.sitemp a {
    color: #666;
}

.sitemp h2 {
    font-size: 16px;
    color: #dba022;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
}

.sitemp .site {
    color: #000;
    font: 400 14px/30px "Microsoft Yahei";
}

.sitemp .site a {
    color: #000;
}

.right .content {
    padding: 15px 0 10px;
    overflow: hidden;
    line-height: 24px;
}

@media (max-width: 767px) {
    .pages .left,
    .pages .right {
        padding: 0;
    }
}

.pro-cate9 {
    padding-top: 15px;
}

.pro-cate9 a {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #616161;
    font: 400 16px/32px "Microsoft Yahei";
}

.pro-cate9 a:hover {
    color: #dba022;
}





.right .content img{
    max-width: 100%!important;
    height:auto!important;
}

