a {
    text-decoration: none;
}
.yinxiang .item:last-child {
    background: #000000;
}
.top {
    display: flex;
    justify-content: space-between;
    width: auto;
    max-width: 1200px;
    height: 80px;
    margin: 0 auto;
    align-items: center;
}

.slide {
    width: 100%;
}

    .slide img {
        width: 100%;
        height: auto;
        max-height: 700px;
    }

.markTit {
    position: absolute;
    display: block;
    z-index: 2;
    bottom: 2px;
    left: 0;
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #FF0000;
    color: #fff;
    display: none;
    font-size:14px;
}

.nav li {
    float: left;
    margin: 0 15px;
    font-weight: bold;
    font-size: 18px;
    padding: 5px 2px;
    cursor: pointer;
}

    .nav li:hover {
        background: red;
        color: #fff;
    }

.language {
    display: flex;
    align-items: center;
    font-size: 14px;
}

    .language .item {
        margin: 0 5px;
    }

        .language .item img {
            width: 20px;
            margin-right: 2px;
        }

.pro {
    width: auto;
    max-width: 1200px;
    margin: 10px auto;
    display: flex;
    justify-content: space-between;
    position: relative;
    clear: both;
}

    .pro .item {
        width: 140px;
        height: 142px;
        overflow: hidden;
        position: relative;
    }

        .pro .item img {
            width: 100%;
        }

            .pro .item img:hover {
                transform: scale(1.1);
                transition: 1s;
            }

.title {
    margin: 50px auto;
    width: auto;
    max-width: 1200px;
    text-align: center;
}

.tit_big {
    font-size: 36px;
    color: #000000;
    letter-spacing: 10px;
}

.tit_intro {
    font-size: 16px;
    color: #1e1d1b;
    margin-top: 20px;
}

.arrow {
    margin-top: 20px;
}

.yinxiang {
    display: flex;
    margin: 0 auto;
    width: auto;
    max-width: 1200px;
    justify-content: space-between;
}

    .yinxiang .item:first-child {
        width: auto;
        max-width: 700px;
        overflow: hidden;
    }

.newsTit {
    position: absolute;
    z-index: 2;
    bottom: 20px;
    left: 20px;
}

    .newsTit p {
        color: #fff;
        font-size: 14px;
        margin: 10px 0;
line-height: 22px;
    }

        .newsTit p:first-child {
            font-size: 22px;
        }

/* super slider */
.slideBox {
    width: 100%;
    height: auto;
    position: relative;
}

    .slideBox .hd {
        height: 25px;
        overflow: hidden;
        position: absolute;
        right: 5px;
        bottom: 5px;
        z-index: 1;
    }

        .slideBox .hd ul {
            overflow: hidden;
            zoom: 1;
            float: left;
        }

            .slideBox .hd ul li {
                float: left;
                margin-right: 2px;
                width: 25px;
                height: 25px;
                line-height: 25px;
                text-align: center;
                background: #fff;
                cursor: pointer;
            }

                .slideBox .hd ul li.on {
                    background: #f00;
                    color: #fff;
                }

    .slideBox .bd {
        position: relative;
        height: 100%;
        z-index: 0;
    }

        .slideBox .bd li {
            width: 840px;
            height: 470px;
            overflow: hidden;
            zoom: 1;
            vertical-align: middle;
        }

        .slideBox .bd img {
            display: block;
            width: auto;
            max-width: 900px;
        }

            .slideBox .bd img:hover {
                transform: scale(1.1);
                transition: 1s;
            }

.zhizao {
    position: relative;
    margin: 0 auto;
    width: auto;
    max-width: 1200px;
    height: 800px;
}

.zz1 {
    position: absolute;
    left: 0;
    top: 0;
}

.zz2 {
    position: absolute;
    top: 0;
    right: 0;
}

.zz3 {
    position: absolute;
    bottom: 0;
    right: 0;
}

    .zz1 img,
    .zz2 img,
    .zz3 img {
        width: 100%;
    }

        .zz1 img:hover,
        .zz2 img:hover,
        .zz3 img:hover {
            transform: scale(1.02);
            transition: 1s;
        }

.map img {
    width: 100%;
}

.three {
    margin-top: 100px;
    margin-bottom: 0;
}

.peixun {
    width: auto;
    max-width: 1200px;
    margin: 0 auto;
}

    .peixun img {
        width: 100%;
    }

.footer {
 margin-top: 50px;
 width: 100%;
 height: 500px;
 background: -webkit-gradient(linear, 0 0, 0 100%, from(#e1e1e1), to(#88bbe7));  
 background: -webkit-linear-gradient(top, #e1e1e1, #88bbe7);  
 background: -moz-linear-gradient(top, #e1e1e1, #88bbe7);  
 background: -o-linear-gradient(top, #e1e1e1, #88bbe7);  
 background: -ms-linear-gradient(top, #e1e1e1, #88bbe7);  
 background: linear-gradient(top, #e1e1e1, #88bbe7);  
 filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 0, startColorstr = #e1e1e1, endColorstr = #88bbe7);  
}

.footer_con {
    padding-top: 60px;
    padding-bottom: 30px;
    display: flex;
    justify-content: space-between;
    width: auto;
    max-width: 1200px;
    margin: 0 auto;
    align-items: center;
}

    .footer_con .item {
        text-align: center;
    }
:root .footer{filter:none;}

.tel p {
    font-size: 20px;
    line-height: 40px;
}

.biaodan p {
    font-size: 22px;
    margin: 20px 0;
}

    .biaodan p:first-child span {
        border-bottom: 1px solid #FF0302;
    }

    .biaodan p input {
        width: 285px;
        height: 40px;
        border: none;
        text-indent: 1rem;
        outline: none;
    }

    .biaodan p button {
        width: 285px;
        height: 40px;
        border: none;
        background: #ff0302;
        color: #fff;
        text-align: center;
    }

        .biaodan p button:hover {
            cursor: pointer;
        }

.banquan {
    border-top: 1px solid #000000;
}

.banquan_con {
    padding: 40px 0;
    justify-content: center;
    display: flex;
    width: auto;
    max-width: 1200px;
    margin: 0 auto;
}

    .banquan_con .item a {
        color: #000000;
    }

    .banquan_con .item {
        margin: 0 10px;
    }

.copyright {
    text-align: center;
}

.backtotop {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 2;
}

/* news */
.new_banner {
    width: auto;
    max-width: 1200px;
    margin: 0 auto;
}

    .new_banner img {
        width: 100%;
    }

.lujing {
    display: flex;
    width: auto;
    max-width: 1200px;
    margin: 0 auto;
}

    .lujing .item {
        padding: 20px 5px;
    }

        .lujing .item a {
            text-decoration: none;
            color: #000000;
        }

.news {
    display: flex;
    width: auto;
    max-width: 1200px;
    margin: 0 auto;
    flex-direction: column;
}

.newsListModel {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #f1f1f1;
    padding: 20px 0;
}

.newsImg {
    width: 400px;
}

    .newsImg img {
        width: 80%;
    }

.newsListModel .item p {
    padding: 10px 0px;
}

    .newsListModel .item p:first-child {
        font-size: 20px;
    }

    .newsListModel .item p:last-child {
        font-size: 16px;
        color: #666;
        line-height: 30px;
    }

.sj {
    width: 100px;
    padding-left: 10px;
}

    .sj span {
        display: inline-block;
        padding: 5px 8px;
        font-size: 18px;
        color: #ccc;
        border-right: 3px solid #149ade;
    }

.newsCon {
    width: 700px;
}

    .newsCon p a {
        color: #000000;
        text-decoration: none;
    }
    .newsCon>p:first-child {
        line-height:30px;
    }

        .newsCon p a:hover {
            text-decoration: underline;
        }

.fenye {
    display: flex;
    justify-content: center;
    padding: 30px 0;
}

    .fenye .item {
        padding: 0 8px;
    }

.active {
    color: red;
}

.newsMain {
    width: auto;
    max-width: 1200px;
    margin: 0 auto;
}

.tit_zhu {
    width: auto;
    max-width: 1200px;
    margin: 20px auto;
    font-size: 22px;
    text-align: center;
}

.tit_fu {
    width: auto;
    max-width: 1200px;
    font-size: 16px;
    color: #666;
    text-align: center;
}

.newsnews {
    padding: 20px;
}
.newsnews table {
	margin:0 auto !important;
}

    /*.newsnews img {
        width: 68%;
    }*/

/* products */
.con {
    display: flex;
    width: auto;
    max-width: 1200px;
    margin: 0 auto;
}

.cleft {
    width: 260px;
}

.cright {
    width: 940px;
    padding-left: 10px;
}

.cpCon {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .cpCon .item {
        border: 1px solid #ccc;
        text-align: center;
        margin-bottom: 30px;
        padding-bottom: 20px;
    }

        .cpCon .item:hover {
            border: 1px solid #CC0000;
        }

        .cpCon .item p {
            line-height: 30px;
        }

        .cpCon .item img {
            width: 280px;
        }

        .cpCon .item button {
            border: 1px solid #000000;
            background: none;
            color: #000000;
            padding: 5px 10px;
            margin: 10px;
        }

.viewActive {
    color: #FF0000 !important;
}

.view {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    padding: 0 0 10px 0;
}

    .view .item {
        margin: 0 20px;
        height: 40px;
        line-height: 40px;
        cursor: pointer;
    }

        .view .item img {
            width: 22px;
            vertical-align: middle;
        }

.listModel {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
    .listModel .item button {
        background: red;
        color: #fff;
        border: none;
        padding: 10px 15px;
        border-radius: 10px;
    }
    .listModel .item:nth-child(2) {
        width: 50%;
    }

    .listModel p {
        padding: 10px 0;
    }

        .listModel p:first-child {
            font-size: 18px;
            font-weight: bold;
        }

.cpConList {
    width: 100%;
}

    .cpConList ul {
    }

        .cpConList ul li {
            float: left;
            width: 100%;
            border-bottom: 1px solid #f5f5f5;
            padding: 20px 0;
        }

            .cpConList ul li img {
                width: 260px;
            }

.cpConCard {
    width: 100%;
    /* display: none; */
}

    .cpConCard ul {
        list-style: none;
        width: 100%;
        margin: 0;
        padding: 0;
    }

        .cpConCard ul li {
            width: 32%;
            height: 350px;
            border: 1px solid #ccc;
            text-align: center;
            margin-bottom: 30px;
            padding-bottom: 20px;
            float: left;
            margin-right: 10px;
        }

            .cpConCard ul li button {
                background: red;
                color: #fff;
                border: none;
                padding: 10px 15px;
                border-radius: 10px;
            }

            .cpConCard ul li:hover {
                border: 1px solid #FF0000;
            }

            .cpConCard ul li p {
                padding: 10px 0;
            }

            .cpConCard ul li img {
                width: 100%;
            }
.pName {
    color: #000;
    font-size:14px;
}

.pNameInfo {
    color: #666;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cpLeft, .cpRight {
    width: 600px;
    float: left;
}

.cpRight {
    display: flex;
    flex-direction: column;
}

    .cpRight .item {
        line-height: 40px;
    }

.cpName {
    font-size: 24px;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}

.mark {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}

    .mark span {
        border: 1px solid #ccc;
        padding: 2px 4px;
        font-size: 14px;
        margin: 0 5px;
    }

.get button {
    width: 200px;
    height: 40px;
    line-height: 40px;
    background: red;
    color: #FFFFFF;
    border: none;
}

.get {
    padding: 20px 0;
}

.cpxq {
    width: auto;
    max-width: 1200px;
    margin: 0 auto;
    font-size: 18px;
    text-align: center;
    border-bottom: 1px solid #ccc;
    height: 50px;
    line-height: 50px;
    font-weight: bold;
}

.cpmain {
    width: auto;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

    .cpmain img {
        width: 68%;
    }

.mynav {
    list-style: none;
}

    .mynav li {
        border-bottom: 1px solid #fff;
        height: auto;
        line-height: 50px;
        background: #f5f5f5;
        width: 100%;
        position: relative;
        cursor: pointer;
        text-align: center;
    }

    .mynav a {
        color: #000;            
        text-decoration: none;
        line-height: 20px;
        display: inline-block;
        font-size:14px;
    }

.layernav {
    display: none;
    list-style: none;
    width: 260px;
    position: absolute;
    z-index: 2;
    height: auto;
    left: 260px;
    top: 0px;
    flex-direction: column;
    opacity: 0.9;
}

    .layernav li {
        background: #f5f5f5 !important;
        height: 50px;
        margin: 0;
        line-height: 50px;
        border-bottom: none;
    }

        .layernav li a {
            color: #000000;
            text-decoration: none;
        }

.pager {
    width: 100%;
    line-height: 30px;
    font-size: 16px;
    padding: 10px 0;
    margin-bottom: 30px;
    text-align: center;
}
.language .item a {
    color: #000000;
}
.btnCard a {
color:#000
}


@media screen and (min-width:300px) {
    .ad_pos {
        position: absolute;
        width: 200px;
        left: 10px;
        margin-top: 0px;      
    }
} 
@media screen and (min-width: 1024px) {
    .ad_pos {
        position: absolute;
        width: 200px;
        left: 10px;
        margin-top: -140px;       
    }
}
#bbt img{
    width:75% !important;
}
.newsMain .tit_zhu {  
    line-height: 30px;
}