/* CSS Document */
body {
    background: #fff;
    margin: 0;
    padding: 0;
    color: #686868;
}

#wrapper {
    background: #fff;
    position: relative;
}

a {
    text-decoration: none;
    -webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
}

a:focus, a:link, a:active {
    outline: none;
}

a:hover {
    color: #444;
}


.fullwidthbanner-container {
    width: 100% !important;
    position: relative;
    padding: 0;
    max-height: 550px !important;
    overflow: hidden;
}

.fullwidthbanner-container .fullwidthabnner {
    width: 100% !important;
    max-height: 450px !important;
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .banner, .bannercontainer {
        width: 768px;
        height: 309px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .banner, .bannercontainer {
        width: 480px;
        height: 193px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .banner, .bannercontainer {
        width: 320px;
        height: 129px;
    }
}

@media only screen and (max-width: 319px) {
    .banner, .bannercontainer {
        width: 240px;
        height: 97px;
    }
}

.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.navbar .bullet.selected {
    background: #e1472f !important;
}

.tp-leftarrow:hover,
.tp-rightarrow:hover {
    background-color: #e1472f !important;
}

/** BULLETS **/
.tp-bullets {
    z-index: 1001;
    position: absolute;
    bottom: 0px;
}

.tp-bullets.simplebullets.round .bullet {
    cursor: pointer;
    position: relative;
    background: #fff;
    width: 188px;
    height: 6px;
    float: left;
    -webkit-transition: background 0.1s linear;
    -moz-transition: color, background 0.1s linear;
    -o-transition: color, background 0.1s linear;
    transition: color, background 0.1s linear;
}


.tp-leftarrow.large {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: #e56612 url(../image/slider-left-arrow.png) no-Repeat;
    width: 42px;
    height: 43px;
    margin-left: 0px;
    margin-top: -21px;
    -webkit-transition: background 0.1s linear;
    -moz-transition: color, background 0.1s linear;
    -o-transition: color, background 0.1s linear;
    transition: color, background 0.1s linear;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3); /*增加阴影*/
    /*
    **打开注释，按钮变成圆形的
    border-radius: 20px;  所有角都使用半径为5px的圆角，此属性为CSS3标准属性
    -moz-border-radius: 20px;  Mozilla浏览器的私有属性
    -webkit-border-radius: 20px;  Webkit浏览器的私有属性
    border-radius: 20px 20px 20px 20px; 四个半径值分别是左上角、右上角、右下角和左下角
    */
}

.tp-rightarrow.large {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: #e56612 url(../image/slider-right-arrow.png) no-Repeat 0 0;
    width: 42px;
    height: 43px;
    margin-left: 0;
    margin-top: -21px;
    -webkit-transition: background 0.1s linear;
    -moz-transition: color, background 0.1s linear;
    -o-transition: color, background 0.1s linear;
    transition: color, background 0.1s linear;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3); /*增加阴影*/
    /*
    **打开注释，按钮变成圆形的
    border-radius: 20px;  所有角都使用半径为5px的圆角，此属性为CSS3标准属性
    -moz-border-radius: 20px;  Mozilla浏览器的私有属性
    -webkit-border-radius: 20px;  Webkit浏览器的私有属性
    border-radius: 20px 20px 20px 20px; 四个半径值分别是左上角、右上角、右下角和左下角
    */
}


.tp-bullets.tp-thumbs {
    z-index: 100;
    position: absolute;
    padding: 3px;
    background-color: #fff;
    width: 500px;
    height: 50px;
    margin-top: -50px;
}

.fullwidthbanner-container .tp-thumbs {
    padding: 3px;
}

.tp-bullets.tp-thumbs .tp-mask {
    width: 500px;
    height: 50px;
    overflow: hidden;
    position: relative;
}

.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer {
    width: 5000px;
    position: absolute;
}

.tp-bullets.tp-thumbs .bullet {
    width: 100px;
    height: 50px;
    cursor: pointer;
    overflow: hidden;
    background: none;
    margin: 0;
    float: left;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    /*filter: alpha(opacity=50);	*/
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
}

.tp-bullets.tp-thumbs .bullet:hover,
.tp-bullets.tp-thumbs .bullet.selected {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.tp-thumbs img {
    width: 100%;
}

.tp-bannertimer {
    width: 100%;
    height: 10px;
    position: absolute;
    z-index: 200;
    z-index: 5000;
}

.tp-bannertimer.tp-bottom {
    bottom: 0px !important;
    height: 5px;
}


@media only screen and (min-width: 768px) and (max-width: 959px) {
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .responsive .tp-bullets.tp-thumbs {
        width: 300px !important;
        height: 30px !important;
    }

    .responsive .tp-bullets.tp-thumbs .tp-mask {
        width: 300px !important;
        height: 30px !important;
    }

    .responsive .tp-bullets.tp-thumbs .bullet {
        width: 60px !important;
        height: 30px !important;
    }
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
    .responsive .tp-bullets {
        display: none;
    }

    .responsive .tparrows {
        display: none;
    }
}


.tp-simpleresponsive img {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

.tp-simpleresponsive a {
    text-decoration: none;
}

.tp-simpleresponsive ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tp-simpleresponsive > ul > li {
    list-stye: none;
    position: absolute;
    visibility: hidden;
}

.caption.slidelink a div,
.tp-caption.slidelink a div {
    width: 10000px;
    height: 10000px;
}

.tp-loader {
    background: url(../image/loader.gif) no-repeat 10px 10px;
    background-color: #fff;
    margin: -22px -22px;
    top: 50%;
    left: 50%;
    z-index: 10000;
    position: absolute;
    width: 44px;
    height: 44px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.top-logo {
    padding: 20px 0;
}

.top-logo p {
    line-height: 36px;
}

.dropdown-menu {
    margin: 0;
}

.pc_banner {
    overflow: hidden;
}


/*新闻*/
.fl {
    float: left
}

.fr {
    float: right
}

.news {
    padding: 80px 0;
}

.news_l {
    width: 707px;
    padding: 40px 0 0;
}

.news01 {
    width: 707px;
    height: 135px;
    border-bottom: 1px dashed #d1d1d1;
}

.news01 dl {
    width: 707px;
}

.news01 dl dt {
    height: 42px;
    line-height: 42px;
    overflow: hidden;
    background: url(../image/tout.gif) no-repeat;
}

.news01 dl dt a {
    font-size: 22px;
    color: #333;
    padding: 0 0 0 110px;
}

.news01 dl dt a:hover {
    color: #e30104;
}

.news_desc {
    font-size: 14px;
    color: #666;
    line-height: 25px;
    height: 52px;
    overflow: hidden;
    padding: 10px 0 0;
    box-sizing: unset;
}

.news01 dl dd span {
    display: block;
    line-height: 26px;
    margin-top: -26px;
    margin-right: 10px;
    float: right;
}

.news01 dl dd span a {
    font-size: 14px;
    color: #e30104;
}

.news02 {
    width: 707px;
}

.news02 dl {
    height: 140px;
    border-bottom: 1px dashed #d1d1d1;
    padding-top: 20px;
    box-sizing: unset;
}

.news02 dl dt {
    width: 212px;
    height: 119px;
    float: left;
    overflow: hidden;
}

.news02 dl dt img {
    width: 212px;
    height: 119px;
    transition: .5s;
}

.news02 dl:hover dt img, .wd_pic:hover img, .about dl dt:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.news02 dl dd {
    width: 470px;
    float: left;
    padding-top: 10px;
    padding-left: 25px;
}

.news02 dl dd a {
    display: block;
    font-size: 18px;
    color: #333;
}

.news02 dl dd h5 {
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.news02 dl dd a:hover, .news03 ul li a:hover {
    color: #e30104;
}

.news03 {
    width: 707px;
    padding: 15px 0 0;
}

.news03 .ul .li {
    height: 34px;
    line-height: 34px;
    overflow: hidden;
}

.news03 .ul .li a {
    font-size: 16px;
    color: #333;
    display: block;
    float: left;
    width: 570px;
    height: 34px;
    line-height: 34px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: url(../image/news_ic.png) no-repeat 0 14px;
    padding: 0 0 0 18px;
}

.news03 .ul .li span {
    display: block;
    float: right;
    font-size: 14px;
    color: #999;
    width: 100px;
    text-align: right;
}

.news_r {
    width: 366px;
    height: 550px;
    background: url(../image/news_rbg.jpg) no-repeat;
    margin-top: 40px;
    padding: 22px 27px 0;
    box-sizing: unset;
}

.news_r h3 {
    height: 48px;
    line-height: 48px;
    overflow: hidden;
    font-weight: normal;
}

.news_r h3 a {
    font-size: 26px;
    color: #333;
}

.news_r h3 em {
    font-size: 18px;
    color: #999999;
    font-family: "Arial";
    margin-left: 9px;
}

.wd_pic {
    width: 366px;
    height: 206px;
    line-height: 0;
    overflow: hidden;
    margin-top: 12px;
    margin-bottom: 10px;
}

.wd_pic img {
    width: 366px;
    height: 206px;
    transition: .5s;
}

.wd_m dl {
    width: 366px;
    height: 65px;
    border-bottom: 1px dashed #d1d1d1;
    padding: 15px 0 0;
    box-sizing: unset;
    margin: 0;
}

.wd_m dl dt {
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    background: url(../image/news_ic.png) no-repeat 3px 8px;
    padding: 0 0 0 18px;
    box-sizing: unset;
}

.wd_m dl dt a {
    font-size: 15px;
    color: #4c4c4c;
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
}

.wd_m dl dt a:hover, .ab_r span a:hover {
    color: #e30104;
}

.wd_m dl dd {
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    padding: 0 0 0 18px;
}

.wd_m dl dd a {
    font-size: 14px;
    color: #666;
}

.news01 dl dt {
    background: url(../image/i29.png) no-repeat;
    background-size: 85px 41px;
}

.news01 dl dt a {
    padding: 0 0 0 105px;
}
.news-container dl{
    margin: 0;
}
.news-container li {
    display: block;
}

/*底部*/
.if_bg{
    background: #333333;
    padding: 60px 0 50px;
}
.if1{
    width: 320px;
    color: #ffffff;
}
.if2{
    width: 310px;
    color: #ffffff;
}
.if3{
    width: 360px;
    color: #ffffff;
}
.ifooter{
    display: flex;
    justify-content: space-between;
}
.if1 ul li{
    width: 50%;
    float: left;
    text-align: left;
    margin-bottom: 15px;
}
.if1 ul li a{
    color: #ffffff;
    font-size: 15px;
}
.ftitle{
    font-size: 20px;
    margin-bottom: 35px;
}
.ftitle span{
    font-size: 16px;
    font-weight: 100;
}
.if2 p{
    font-size: 15px;
    margin-bottom: 15px;
}
.if3l{
    float: left;
    margin-right: 47px;
    margin-top: 25px;
}
.if3l p{
    font-size: 14px;
    margin-top: 15px;
}
.ficp{
    background: #262626;
    text-align: center;
}
.ficp p{
    line-height: 85px;
    color: #ffffff;
    font-size: 15px;
}
.ficp p a{
    color: #ffffff;
}
.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.newdesc{
    font-size: 14px;
}

.xypg-pagination {
    margin-top: 20px;
    text-align: center;
    font-size: 0;
}
.xypg-pagination li{
    display:inline-block
}
.xypg-pagination a, .xypg-pagination #current, .xypg-pagination span {
    display: inline-block;
    font-size: 14px;
    color: #333333;
    font-family: "Microsoft YaHei",Arial;
    line-height: 26px;
    border: 1px solid #cbcbcb;
    margin: 0 5px;
    padding: 0 8px;
}


.clear{
    clear: both;
}
.prolist {
    background-color: #fff;
    margin-bottom: 40px;
    padding: 30px;
}

.proitem{
    margin: 0;
    display: block;
    width: 24%;
    margin-right: 1.3%;
    float: left;
    margin-bottom: 20px;

}
.proitem:nth-child(4n){
    margin-right: 0;
}
.proitem img{
    width: 100%;
}
.proitem p{
    font-size: 14px;
    margin-top: 10px;
    text-align: center ;
}

.ptitle h2{
    font-size: 24px;
    margin: 30px 0;
    text-align: center;
    color: #333333;
}
.headphone {
    background: url(../image/phone.png) no-repeat left;
    padding-left: 75px;
    background-size: 58px;
}
.headphone span{
    font-size: 14px;
    margin-bottom: 5px;
    display: block;
}
.headphone p{
    padding: 0;
    line-height: 30px;
    font-size: 26px;
}
.logo-index{
    margin-top: 11px;
}

@media (max-width: 992px) {
    .yem-top{
        display: none;
    }
    .meblie-logo{
        height: auto;
    }
    .navbar-header{
        padding: 10px;
    }
    .jicheng {
        margin: 0 !important;
        margin-top: 3px !important;
        margin-right: 0px !important;
    }
    /*.navbar-inverse .navbar-toggle{*/
    /*    border-color: #ffffff;*/
    /*}*/
    /*.site-navbar .navbar-toggle .icon-bar {*/
    /*    background-color: #ffffff;*/
    /*}*/
    .about-nav-py{
        background: #ffffff;
    }
    .banner, .bannercontainer{
        width: 100%;
        height: auto;
    }
    .news_l {
        width: 100%;
        padding: 40px 0 0;
    }
    .news01 {
        width: 100%;
        height: 135px;
        border-bottom: 1px dashed #d1d1d1;
    }
    .news-bufen{
        padding: 0 10px;
        box-sizing: border-box;
    }
    .news01 dl {
        width: 100%;
    }
    .news01 {
        height: 140px;
    }
    .news_desc {
        height: 75px;
    }
    .news02 dl dt {
        width: 100%;
        height: auto;
    }
    .news02 dl dd {
        width: 100%;
        float: left;
        padding: 0;
    }
    .news02 dl dt img {
        width: 100%;
        height: auto;
        transition: .5s;
    }
    .news02 {
        width: 100%;
        overflow: hidden;
    }
    .news02 dl{
        height: auto;
        overflow: hidden;
    }
    .news02 dl dd h5{
        margin-top: 5px;
        font-size: 16px;
    }
    .news_r{
        width: 100%;
        height: auto;
        background: unset;
        padding: 0;
    }
    .w1200 {
        width: 1200px;
        margin: 0 auto;
    }
    .w1200 {
        width: 100%;
        margin: 0 auto;
    }
    .ifooter {
        display: block;
    }
    .if_bg {
        background: #333333;
        padding: 40px 10px 40px;
        box-sizing: border-box;
    }
    .if1 {
        width: 100%;
        color: #ffffff;
        overflow: hidden;
    }
    .ficp p {
        line-height: 25px;
        color: #ffffff;
        font-size: 14px;
    }
    .ficp{
        padding: 10px 10px;
        box-sizing: border-box;
    }
    .site-navbar .container .navbar-nav>li>a{
        color: #333333;
    }
    .here{
        display: none;
    }
    .product-list {
        padding-top: 20px;
    }
    .news-list-xiug {
        padding: 0 10px !important;
        box-sizing: border-box;
    }
    .news-xq {
        margin: 0;
        padding: 20px 0;
        border-bottom: 1px dashed rgb(210, 210, 210);
    }
    .proitem{
        width: 49%;
        margin-right: 2%;
    }
    .proitem:nth-child(2n){
        margin-right: 0;
    }
    .prolist {
        padding: 30px 10px;
        box-sizing: border-box;
    }
}