/*----- 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;
}

/*头部样式*/
#header{}
.top{
    width:1170px;
    margin:0 auto;
}
.toplink{
    background: #2f2f2f;
    line-height: 34px;
    color:#757575;
}
.k1 a{
    line-height: 34px;
    color:#757575;
}
.k1 a:hover{
    color:#fff;
}
.logo{
    float:left;
    padding-top:6px;
}
.k2{color:#074b91;font-size:14px;font-family:"微软雅黑";}

/*热门搜索*/

.search{text-align:left;height:24px;background-color:#f8f8f8;padding:5px 10px 5px 10px;}
#formsearch{width:320px;float:left;}
.hotSearch{width:400px;float:left;height:24px;line-height:24px;font-weight:normal;}
#search-type{float: left;width:100px;height: 24px;border: 1px solid #c8c8c8;margin-right: 5px;}
/*搜索和热门搜索*/

.sun-search {
    display: none;
}

.sun-search .sun-form {
    width: 320px;
    padding: 20px;
    padding-bottom: 50px;
}

.sun-search .sun-form #keyword {
    width: 76%;
    height: 30px;
    line-height: 32px;
    background: none;
    outline: none;
    border: 1px solid #ccc;
    float: left;
    padding-left: 10px;
}

.sun-search .sun-form #s_btn {
    float: right;
    width: 20%;
    height: 32px;
    line-height: 32px;
    cursor: pointer;
    color: #fff;
    background: #0e6e01;
    outline: none;
    border: none;
}



/*主体样式*/
#container{
    width:1170px;
    margin:0 auto;
}
.commont {
    font-size: 24px;
    color: #192c7c;
    font-weight: 600;
    background: url(../images/commontbg.png) no-repeat left center;
    padding-left: 20px;
    position: relative;
}

.commont a.newmore {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px;
    color: #838383;
    font-weight: 400;
    line-height: 36px;
}
.commont a.newmore:hover{
    color:#192c7c;
    font-weight: 600;
}
/* 产品与我们 */
.pro-about{
    margin:30px 0;
}
.proabout{
    position: absolute;
    left:0;
    top:0;
    width:170px;
    line-height: 54px;
    background: #192c7c;
    color:#fff;
    font-size: 18px;
    text-align: center;
    font-weight: 400;
    z-index: 9;
}
.munelist {
    position: relative;
    width:570px;
}
.pro{
    width:570px;
    height:284px;
    overflow: hidden;
}
.pro a img{
    width:570px;
    height:284px;
    transition: all .8s; 
}
.pro a img:hover{
    transform: scale(1.2);
}
.about a img{
    animation: move 100s infinite linear alternate;
    display: block;
}


/* 案例 */
.roll_product li{
    position: relative;
    padding:0;
    height:373px;
    overflow: hidden;
    cursor: pointer;
}
.roll_product li h3{
    width:280px;
    padding:0;
    position: absolute;
    bottom:-70px;
    left:0;
    line-height: 70px;
    background: rgba(25, 44, 124, .7);
    text-align: left;
    transition: all .5s;
}
.roll_product li h3 a{
    display: block;
    color:#fff;
    font-size: 18px;
    padding-left: 14px;
}
.roll_product li:hover h3{
    bottom:0;
}
.sorts{
    position: absolute;
    right:0;
    top:0;
    width: 440px;
}
.sorts li{
    float: left;
    padding:0 8px;
}
.sorts li a{
    font-weight: 400;
    font-size: 12px;
    color:#585858;
}
.sorts li a:hover{
    font-weight: 600;
    color:#192c7c;
}

/* 新闻 */
.news{
    margin-top:30px;
}
.newslist{
    margin-top:30px;
}
.newslist li{
    float: left;
    width:374px;
    background: #f2f2f2;
    margin-right:24px;
    position: relative;
    cursor: pointer;
    transition: all .3s;
}
.newslist li:last-child{
    margin:0;
}
.newslist li span{
    position: absolute;
    top:0;
    left:0;
    width:82px;
    height:70px;
    z-index: 9;
    background: rgba(25, 44, 124, .9);
    color:#fff;
    padding-top:12px;
}
.newslist li span a{
    display: block;
    text-align: center;
    color:#fff;
    font-weight: 400;
    font-size: 16px;
    font-family: 'arial';
    line-height: 32px;
}
.newslist li h3{
    padding:0 10px;
    font-weight: 400;
    padding-bottom:20px;
}
.newslist li h3 a{
    font-size: 16px;
    color:#192c7c;
    font-weight: 600;
    line-height: 58px;
    transition: all .3s;
}
.newslist li h3 p{
    color:#6d6d6d;
    line-height: 22px;
    font-size: 13px;
    transition: all .3s;
}
.newslist li .img{
    width:374px;
    height:210px;
    overflow: hidden;
}
.newslist li .img img{
    width:374px;
    height:210px;
    transition: all .8s;
}
.newslist li:hover .img img {
    transform: scale(1.2);
}
.newslist li:hover{
    background: #192c7c;
}
.newslist li:hover h3 p,
.newslist li:hover h3 a{
    color:#fff;
}

/*品牌列表*/
.brand-list{margin: 20px 0px;display: flex;display: -webkit-flex;flex-wrap: wrap;}
.brand-list li{margin: 5px 8px;}
.brand-list li:hover{box-shadow: 2px 1px 5px;}
.brand-list li img {width: 150px;height: 120px;}




/*友情链接*/
.f_link{
    width:1170px;margin:0 auto;
    line-height: 90px;
    color:#d8d8d8;
}
.f_link a{
    color:#d8d8d8;
}
/*页面底部*/
.wrap-three{
    background: #f2f2f2;
    padding:40px 0;
}

.threelist li{
    float: left;
    width:308px;
    border-right:1px solid #dfdfdf;
    padding-left:80px
}
.threelist li:last-child{
    border:none;
}
.threelist li p{
    font-weight: 600;
    color:#192c7c;
    font-size: 24px;
}
.threelist li span{
    font-size: 18px;
    color:#333;
}
.threelist li img{
    padding-right:20px;
}
.wrap-nav{
    background:url(../images/navfoot.jpg) repeat-x #636363;
    padding:30px 0;
    color:#fff;
}

.contact{
    width:390px;
}
.nav_foot{
    width:730px;
}
.nav_foot li{
    float: left;
    width:180px;
    border-right:1px solid #797979;
    text-align: center;
    height:188px;
    overflow: hidden;
}
.nav_foot li a{
    color:#fff;
    font-size: 16px;
}
.nav_foot li .sec{
    padding-top:20px;
}
.nav_foot li .sec a{
    display: block;
    color:#cacaca;
    font-size: 12px;
    line-height: 24px;
}
.nav_foot li .sec a:hover{
    color:#fff;
}
#footer{
    background: #242424;
    padding:20px 0;
    text-align: center;
    color:#fff;
    font-size: 13px;
}
#footer a{color:#fff;}
#footer a:hover{color:#e87518;text-decoration:none;}

.copyright{text-align:center;line-height:24px;}


/*------------内页-------------------*/
.prodescription {
    border: 1px solid #e5e5e5;
    background: #f9f9f9;
    line-height: 24px;
    padding: 10px;
    margin-bottom: 15px;
    text-indent: 20px;
}
.n_banner {
    width: 1920px;
    position: relative;
    left:50%;
    margin-left: -960px;
}
.n_banner img {
}
.left {
    position: relative;
    width: 225px;
    float: left;
    margin-top:-80px;
    z-index: 9999;
   
}
.left .box{margin-bottom:10px;}
.left .box h3{
     background: #192c7c;
     color:#fff;
     font-weight: 400;
     font-size: 20px;
     height:66px;
     padding-left:20px;
     padding-top:14px;
}
.left .box h3 p{
    text-transform: uppercase;
    font-size: 12px;
}
.left .box .content{padding:5px 0px;}

.right{width:890px;float:right;padding-bottom:10px;}
.sitemp{
    line-height:60px;
    overflow:hidden;
}

.sitemp .site{
    width:380px;
    text-align:left;
    line-height:60px;
    color:#666;
}
.sitemp .site a{
    color:#666;
}
.right .content{padding-top:15px;overflow:hidden;line-height: 24px;}
.sort_album{margin-top: 15px;}
