﻿@charset "utf-8";
/* CSS Document */

/*通用样式*/
.w92{
    width: 92%;
    margin-left: auto;
    margin-right: auto;
}

/*内页banner*/
.ban{
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}
.ban img {
	width:100%;	
}
.ban .banbg{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
   /*  background:rgba(14, 71, 161, .2); */
    background-size: 100% 100%;
}
.ban .ban-t{
    width: 100%;
    position: absolute;
    top:50%;
    left: 0;
    color: #fff;
	margin-top:-29px;
    font-size: 1.4em;
    font-weight: bold;
    text-align: center;
}
.ban .ban-t span{
    display: block;
    color: white;
}

/*分页*/
.fenye{
    width: 92%;
    margin: 20px auto 0 auto;
    text-align: center;
}

.fenye li{
    display: inline-block;!important;
}

.fenye a{
    display: block;
    padding: 5px;
    line-height: 10px;
}

.fenye .c{
    background: #f2f2f2;
}

/*路径*/
.lujing{
    height: auto;
    padding: 0 4%;
    overflow: hidden;
    border-top:7px solid #f2f2f2;
    background: #f2f2f2;
}
.lujing li{
    display: inline-block;
	margin-right:5px;
}
.lujing li a{
	display:block;
	padding-right:10px;
	background:url("../images/limorebg.png") right center no-repeat;
}
.lujing li:last-child a {
	background:none;
}
/*二级菜单*/
.submenu-box{
    line-height: 32px;
    background: #f2f2f2;
}
.submenu{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    width:100%;
    padding:0;
    list-style-type: none;
    -webkit-flex-wrap:nowrap;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
    overflow:auto;
}

.submenu-li{
    margin-right: 6px;
    padding:0 10px;
    -webkit-box-flex:1;
    -webkit-flex:1 0 auto;
    -ms-flex:1 0 auto;
    flex:1 0 auto;
	text-align:center;
}

.submenu a{
    display: inline-block;!important;
    padding: 0 4px;
    line-height: 40px;
}

.submenu a:hover{
    color: #1e63ac;
}

.submenu .cur{
    color: #1e63ac;
}

/*三级菜单*/
.subnav-box{
    margin-top: 5px;
    line-height: 32px;
}
.subnav{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    width:100%;
    padding:0;
    list-style-type: none;
    -webkit-flex-wrap:nowrap;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
    overflow:auto;
}

.subnav-li{
    margin-right: 13px;
    -webkit-box-flex:1;
    -webkit-flex:1 0 auto;
    -ms-flex:1 0 auto;
    flex:1 0 auto;
    background: #f2f2f2;
}

.subnav a{
    display: inline-block;!important;
    padding: 0 14px;
    line-height: 30px;
    font-size: 12px;
    border-radius: 5px;
}

.subnav a:hover{
    color: white;
    background: #c7000c;
}

.subnav .cur{
    color: white;
    background: #c7000c;
}


/*新闻详情*/
.news{

}
.newstitle{
    padding: 17px 4% 14px 4%;
    border-top: 7px solid #f2f2f2;
}

.newstitle span{
    display: block;
    margin-top: 6px;
}

.news-intro{
    width: 92%;
    margin: 0 auto;
	padding:20px 0;
    border-top: 1px solid #f2f2f2;
}

.news-intro img{
    width: auto;
    max-width: 100%;
    height: auto;
}
.news .up{
    width: 92%;
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
    padding: 24px 0 6px 0;
    border-top: 1px solid #f2f2f2;
}
.news .down{
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px;
    padding: 6px 0;
}
.news .up a:hover, .news .down a:hover{
    color: #c7000d;
}

/*新闻页面*/
.news-box{
    margin-top: 10px;
}
.news-box.w84 {
	width:86%;	
}
.news-box .list{

}

.news-box .list a{
    display: inline-block;!important;
    width: 76%;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news-box .list li{
    height: 46px;
    padding-left: 12px;
    line-height: 46px;
    border-bottom: 1px solid #f2f2f2;
    background: url("../images/icon1.png") left center no-repeat;
}

.news-box .list span{
    display: inline-block;!important;
    float: right;
}

/*产品*/
.products{
    height: auto;
    margin-top: 17px;
    overflow: hidden;
}
.products .four-item-list {
    overflow: hidden;
    padding: 4px 14px 0 4px;
}
.products .item {
    width: 46%;
    margin: 0 2% 18px 2%;
    float: left;
}
&:nth-child(even){
     margin-right: -10px;
 }
.products .img-bar{
    padding-top: 71%;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}
.products .img{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
}

.products .title{
    height: 26px;
    text-align: center;
    line-height: 32px;
    overflow: hidden;
}

/*招聘*/
.job{
    margin-top: 17px;
    padding: 0 3%;
}
.job .list{
    margin-top: 24px;
    border: 1px solid #f2f2f2;
    box-shadow: rgba(0,0,0,0.05) 0px 2px 13px 0px;
}
.job .list span{
    font-weight: bold;
}
.job .list a{
    display: block;
    padding: 16px 13px;
}

.job .list a:hover{
    background: #f2f2f2;
}

/*介绍*/
.intro{
    width: 90%;
    margin: 0 auto;
    padding: 14px 0;
    border-top: 1px solid #f2f2f2;
	text-align:justify;
}

.intro img{
    width: auto;
    max-width: 100%;
    height: auto;
}

/*产品详细*/
.p-detail{
	padding:0 0 50px;
}

.p-detail .title{
    padding: 17px 4% 14px 4%;
    border-top: 7px solid #f2f2f2;
}

.p-detail .title span{
    display: block;
    margin-top: 6px;
}
.p-detail .title .img{
    margin-bottom: 10px;
}
.p-detail .title img{
   max-width: 100%;
    height: auto;
}

.pro-intro{
    width: 92%;
    margin: 0 auto;
    border-top: 1px solid #f2f2f2;
}

.pro-intro img{
    width: auto;
    max-width: 100%;
    height: auto;
}

/*留言*/
.message{
    width: 92%;
    margin-top: 34px;
    margin-left: auto;
    margin-right: auto;
}

.message table{
}

.message table td{
    padding-bottom: 17px;
}

.message table input{
    width: 90%;
    height: 26px;
    line-height: 26px;
    border: 1px solid #cccccc;
}

.message textarea{
    width: 90%;
    border: 1px solid #cccccc;
}

.message .submit{
    display: inline-block;!important;
    width: 30%;
    height: 32px;
    margin: 0 3%;
    color: white;
    line-height: 32px;
    border: none;
    background: #c7000d;
}

.message .reset{
    display: inline-block;!important;
    width: 30%;
    height: 32px;
    margin: 0 3%;
    color: white;
    line-height: 32px;
    border: none;
    background: #333333;
}

/*搜索结果*/
.s-box{
    margin-top: 10px;
}

.s-box a{
    display: inline-block;!important;
    width: 100%;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.s-box li{
    height: 46px;
    padding-left: 12px;
    line-height: 46px;
    border-bottom: 1px solid #f2f2f2;
    background: url("../images/icon1.png") left center no-repeat;
}
