/*
* @Author: Marte
* @Date:   2019-10-08 10:38:34
* @Last Modified by:   Marte
* @Last Modified time: 2019-11-02 15:41:32
*/


*{ margin:0px; padding:0px; box-sizing:border-box; }
html{min-width: 1300px;font-size:16px;background:#fff url('../images/bg.jpg');background-size: 100%;}
body{ font-size:16px;color:#333;}
ul{ list-style:none;}
li{list-style: none;}
a{ text-decoration:none;color:#333;}
img{border:none;}
.wp {width: 1200px; margin: 0 auto; }
.clear{ clear:both;}
.fl {float: left;}
.fr {float: right;}


/* header */
header{

}
.head-top{
    height: 37px;
    line-height: 37px;
    border-bottom: 1px solid #dcdcdc;
    font-size: 14px;
    color:#555;
}
.head-top .fr{
    margin-right: 15px;
    color: #f3f3f3;
}
.head-top .fr a {
    padding: 0 15px;
}
.head-top .fr a:hover{
    color:#9c0606;
}
.head-logo{
    padding:20px 0;
    overflow: hidden;
}
.head-logo .fr{
    width: 460px;
    padding-top: 20px;
}

.head-logo .right{
    float: right;
    font-size:30px;
    line-height:44px;
    color:#222;
}

.hade-nav{
    width: 100%;
    height: 50px;
    background:#202020;
}
.hade-navm>ul{
    display: flex;
    display: -ms-flexbox;
}
.hade-navm>ul>li{
    flex:1;
    -ms-flex:1;
    text-align: center;
    position:relative;
}
.hade-navm>ul>li>a{
    display: inline-block;
    width: 100%;
    line-height:50px;
    color:#fff;
    font-size:16px;
}

.hade-navm>ul>li>a:hover{
    background-color:#b00808;
}

.hide-nav{
    position: absolute;;
    width: 100%;
    padding-top:2px;
    background:#fff;
    display: none;
    z-index: 10;
}
.hide-nav dd{
   box-sizing:border-box;
}

.hide-nav dd a{
    line-height:40px;
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
}
.hide-nav dd a:hover{
    background:#cf0303;
    color:#fff;
}

.hnav-co{
    background-color:#cf0303;
}


/* banner */
.banner-slide{
    width: 100%;
    height: 500px !important;
}
.ban01{
    background:url(../images/banner01.jpg) center top no-repeat;
    background-size:cover;
}
.ban02{
    background:url(../images/banner02.jpg) center top no-repeat;
    background-size:cover;
}
.ban03{
    background:url(../images/banner03.jpg) center top no-repeat;
    background-size:cover;
}
.ban04{
    background:url(../images/banner04.jpg) center top no-repeat;
    background-size:cover;
}


/*  搜索 seach   */

.seach{
    position:relative;
    height:45px;
    overflow: hidden;
    background:#b00808;
    z-index:10;
    margin-top: -22.5px;
}
.seach-text{
    width:500px;
    float: left;
    box-sizing: border-box;
    line-height:45px;
    color:#fff;
    font-size:14px;
    padding-left: 20px;
}
.seach-text a{
    color:#fff;
    padding:0px 10px;
    font-size:14px;
}
.seach-f{
    width:500px;
    padding:3px 10px;
    float: right;
    box-sizing:border-box;
    visibility: visible;
    height:100%;
    text-align: right;
}
.seach-f input{
    display: inline-block;
    width:260px;
    height:100%;
    border:0px;
    box-sizing:border-box;
    padding-left:20px;
    vertical-align: middle;
}
.seach-a{
    display: inline-block;
    width:50px;
    height:100%;
    vertical-align: top;
    font-size:14px;
    color:#fff;
    background:#333;
    line-height:36px;
    text-align:center;
}


/*  小标题 title */

.title{
    margin-top:20px;
    margin-bottom: 20px;
    width:100%;
    text-align:center;
    height:100px;
    background:url(../images/titlebg.png) center bottom no-repeat;
}
.title h2{
    font-weight:400;
    font-size:34px;
    padding-top: 10px;
}
.title span{
    font-size:16px;
    display: inline-block;
    color:#333;
    padding-top:10px;
}


/* 商品展示 */

.product-main{
    display: flex;
    display: -ms-flexbox;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
}
.product-pro{
    flex:1;
    -ms-flex:1;
    max-width:23%;
    min-width:23%;
    margin: 10px 5px;
    box-sizing:border-box;
    border:1px solid #999;
    text-align:center;
    background:#fff;
}
.product-img {
    margin:3px;
    height:201px;
    overflow: hidden;
}
.product-img img{
    width:100%;
    display: block;
    transition: all 0.3s;
    -ms-transition: all 0.3s;
    transform: rotate3d(0,0,0);
    -ms-transform: rotate3d(0,0,0);
}
.product-pro span{
    line-height:46px;
}
.product-pro:hover .product-img>img{
    transform:scale(1.05,1.05);
    -ms-transform:scale(1.05,1.05);
}
.product-pro:hover{
    border:1px solid #b00808;
}
.product-pro:hover a{
    color:#b00808;
}



/* 关于我们 */

.about-main{
    padding-top:10px;
    overflow:hidden;
}
.about-con {
    width:720px;
    float: left;
    padding:10px 20px;
    overflow:hidden;
    height:390px;
}
.about-con h2{
    font-weight:400;
    color: #333;
    font-size:20px;
    line-height:40px;
}
.about-con p{
    color: #555;
    font-size:15px;
    line-height:34px;
    text-indent: 2em;
}
.about-img {
    width:480px;
    float: left;
    padding:10px 20px;
}
.about-img img{
    max-width: 100%;
    border:5px solid #acacac;
}
.about-con .more{
    display: block;
    width:120px;
    line-height:36px;
    font-size:15px;
    color: #555;
    border-radius:4px;
    text-align:center;
    border:1px solid #8e8e8e;
    float: right;
    margin-top:20px;
    transition: all 0.2s;
    -ms-transition: all 0.2s;
}
.about-con .more:hover{
    background:#b00808;
    border:1px solid #b00808;
    color: #fff;
}


/*  案例  anli */



.anli-swiper{
    padding-top:15px;
    padding-bottom:40px;
}

.anli-swiper img{
    width:100%;
}

.anli-side{
    box-sizing:border-box;
    border:1px solid #999;

}
.anli-img{
    margin:5px;
    overflow: hidden;
}
.anli-img img{
    transition:all 0.3s;
    -ms-transition:all 0.3s;
    transform: rotate3d(0,0,0);
    -ms-transform: rotate3d(0,0,0);
}
.anli-side span{
    display: block;
    text-align:center;
    line-height:60px;
    background:#333;
    color:#fff;
    margin:0px 5px 5px 5px;

}
.anli-side:hover .anli-img>img{

    transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
}
.anli-side:hover span{

    background:#b00808;
}

.anli-pagination {
    bottom: 10px !important;
}



/* news */
.newsm{width: 100%;margin-top:40px;margin-bottom: 40px;}

.news{text-align:center;}
.news-con{width: 100%;overflow: hidden;}
.news-pro{width: 50%;box-sizing:border-box;float:left;overflow:hidden;padding:10px;}
.news-img{width: 160px;height: 100px;margin-right:20px;margin-bottom:20px;float:left;}
.news-img img{width: 100%;height: 100%;}

.news-cont{width: 400px;float:left;}
.news-h2{text-align:left;position: relative;font-weight:400;}

.news-h2 .news-date{ display: block;font-weight: 300;height: 30px;color: #727272;font-size: 16px;line-height: 30px;}
.news-h2 a { border-bottom: 1px solid #efefef;  font-size: 16px; color: #444444; display: block; padding-bottom: 20px;}
.news-h2 a:hover{color:#b00808;}
.news-h2:before { position: absolute; content: ""; width: 10px; height: 1px;background-color: #b00808;bottom: 0;transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;}
.news-jj{color: #727272;font-size: 13px;    height: 38px;text-indent:2em;line-height:34px;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;}
.news-pro:hover .news-h2:before{width: 100%;}

.news-more{display:inline-block;margin-top:20px;padding: 6px 50px;border: 1px solid;color: #727272;transition:all 0.2s;}
.news-more:hover{background-color:#b00808;color:#fff;border:1px solid  #b00808;}


/* footer */

footer{width: 100%;background-color:#333;overflow:hidden;}
.footer-nav{padding-top:20px;padding-bottom:20px;border-bottom:1px dashed #dadada;}
.footer-nav ul {width: 100%;display: inline-table;text-align:center;}
.footer-nav ul li{width: 120px;display: inline-block;border-left: 1px solid #fff;}
.footer-nav ul li:first-of-type{border-left:0px;}
.footer-nav ul li a{color:#fff;font-size:14px;}
.footer-nav ul li a:hover{color:#e5e5e5;}

.footer-con{width: 100%;margin-top:20px;overflow:hidden;margin-bottom:20px;}

.footer-logo{width:400px;float: left;font-size:14px;color:#fff;margin-left: 50px;}
.footer-logo img{}
.footer-logo a{color:#fff;}
.footer-logo p{
    line-height:26px;
}

.footer-lx{width: 420px;float:left;}
.footer-lx ul{padding-top:20px;}
.footer-lx ul li { padding-bottom: 15px; font-size: 14px;color:#fff;line-height: 20px;}
.footer-lx ul li img{display: inline-block;vertical-align: middle;}

.footer-ewm{width: 300px;float: left;margin-top:20px;text-align:center;}
.footer-ewm p{color:#fff;font-size:14px;   }

.footer-ewm img{display:inline-block;}

.ylink{line-height:60px;border-top:1px dashed #fff;}
.ylink a{display: inline-block;width: 120px;text-align:center;color:#fff;}


/* 内页  */


.ny-maincon{
    overflow:hidden;
    min-height: 500px;
    padding-bottom:40px;
}