body{
    font-size: 14px!important;
}
*{
    box-sizing: border-box!important;
}
a{
    text-decoration: none;
}
ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
h1,h2,h3,h4,h5{
    margin: 0;
    padding: 0;
}
p{
    margin: 0;
    padding: 0;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
img{
    vertical-align: middle;
    border: none;
}
input{
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
}
.w1200{
    width: 1200px;
    margin: 0 auto;
}
.clear{
    clear: both;
}

/*public*/
.InBanner{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.InBanner img{
    width: 100%;
    height: 100%;
}

.crumb{
    width: 100%;
    height: auto;
    margin-top: 35px;
    margin-bottom: 10px;
    overflow: hidden;
}
.crumb .crumbInfo a{
    color: #a5a5a5;
    font-size: 15px;
}
.crumb .crumbInfo a:hover{
    color: #129e70;
}
.crumbInfo span{
    color: #a5a5a5;
}

.main{
    width: 100%;
    height: auto;
    margin-bottom: 50px;
    overflow: hidden;
}
.main .mainBox{
    min-height: 500px;
    background-image: url("../images/mainBg.png");
    background-repeat: no-repeat;
    background-size: 100% 550px;
}
.mainBox .mainLef{
    width: 206px;
    height: auto;
    margin-top: 45px;
    overflow: hidden;
}

.mainRig{
    width: 940px;
    height: auto;
    overflow: hidden;
}

.mainLef h4{
    width: 100%;
    height: 50px;
    background-color: rgb(109, 2, 27);
    color: #ffffff;
    cursor: context-menu;
    line-height: 50px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 0;
    margin-top: 0;
}
.mainLef ul{
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    overflow: hidden;
}
.mainLef ul li{
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    text-align: center;
}
.mainLef ul li a{
    width: 100%;
    height: 100%;
    color: #373737;
    display: block;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.mainLef ul li a:hover{
    background: rgb(109, 2, 27);
    color: #ffffff;
}

.contInfo{
    width: 100%;
    height: 240px;
    background: rgb(109, 2, 27);
    color: #ffffff;    
    overflow: hidden;
}
.contInfo img{
    width: 100px;
    height: 100px;
    display: block;
    margin: 20px auto 5px;
}
.contInfo i{
    width: 100%;
    display: block;
    font-size: 12px;
    font-style: normal;
    text-align: center;
    margin-bottom: 25px;
}
.contInfo span{
    width: 100%;
    display: block;
    font-size: 16px;
    text-align: center;
    margin-bottom: 10px;
}
.contInfo p{
    width: 100%;
    display: block;
    font-size: 16px;
    text-align: center;
}


/*public*/

/*aboutUs*/

.mainRig .details{
    width: 830px;
    height: auto;
    margin: 0 auto;
    text-align: justify;
}
.details .content h3{
    width: 100%;
    color: #036847;
    font-size: 24px;
    font-weight: 500;
    /*margin: 45px auto 45px;*/
    margin: 45px auto 25px;
    text-align: center;
}
.content .Info{
    background: #f3f0f0;
    text-align: center;
    line-height: 24px;
    margin-bottom: 15px;
}

/*aboutUs*/


/*product*/
.mList{
    width: 925px;
    height: auto;
    /*background: #f8f8f8;*/
    margin-top: 35px;
    float: right;
}
.mList h4{
    width: 100%;
    height: 75px;
    /*background-image: url("../images/pTit.jpg");*/
    background-repeat: no-repeat;
    background-position: left;
    border-bottom: 2px dashed #9b9aaa;
    margin-bottom: 40px;
}
.mlCon{
    width: 100%;
    height: auto;
}
.mlCon ul.mll{
    width: 100%;
    height: auto;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    overflow: hidden;
}
.mlCon ul.mll li{
    /*width: 32.5%;*/
    width: 33.3%;
    box-shadow: inset 0 0 0 0 rgba(54,71,140,0);
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    /*margin-left: .8%;*/
    height: auto;
    /*margin-bottom: 30px;*/
    overflow: hidden;    
    float: left;
}
.mlCon ul.mll li:hover{
    box-shadow: inset 0 0 0 10px rgba(54,71,140,.05);
}

.mlCon ul.mll li .img{
    /*width: 100%;*/
    width: 250px;
    height: 200px;
    text-align: center;
    position: relative;
    overflow: hidden;
    
    margin: 25px auto 0;
}
.mlCon ul.mll li .img img{
    width: 100%;
    /*max-width: 100%;*/
    /*max-height: 100%;    */
}
.mlCon ul.mll li h5{
    color: #565a73;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 25px;
    padding: 0 25px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
}
.mlCon ul.mll li p{
    color: #565a73;
    height: 50px;
    font-size: 18px;
    margin-left: 20px;
    margin-bottom: 10px;
    overflow: hidden;    
}
.mlCon ul.mll li,
.mlCon ul.mll li .img>img,
.mlCon ul.mll li h5{
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}
.mlCon ul.mll li h5:hover{
    color: #39aa6c;
}
.mlCon ul.mll li:hover .img>img{
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
}

/*product*/

/*contact*/
.contactBox{
    width: 830px;
    height: auto;
    margin: 0 auto;
}
.contactBox h4{
    width: 100%;
    color: #036847;
    font-size: 24px;
    font-weight: 500;
    margin: 45px auto 45px;
    text-align: center;
}
.contactBox .map{
    margin-bottom: 40px;
}
.contactBox p{
    color: #454545;
    font-size: 14px;
    margin-bottom: 10px;
}

/*contact*/

/*newsList*/
.mainRig .newsLis{
    width: 925px;
    height: auto;
    /*background: #f8f8f8;*/
    margin-top: 35px;
    float: right;
}
.mainRig .newsLis .ulist{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.newsLis .ulist li{
    width: 100%;
    height: auto;
    float: left;
    padding-top: 15px;
    padding-bottom: 15px;
    overflow: hidden;

    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}
.newsLis .ulist li .nImg{
    width: 260px;
    float: left;
    margin-left: 10px;
}
.newsLis .ulist li .nImg a>img{
    max-width: 100%;
}

.newsLis .ulist li .nText{
    /*width: 630px;*/
    width: 625px;
    float: right;
    margin-right: 10px;
}
.newsLis .ulist li .nText .conTitle{
    height: 40px;
    line-height: 40px;
    float: left;
    width: 100%;
    text-align: left;
    overflow: hidden;
    font-size: 19px;
    font-weight: 500;
}
.conTitle a{
    color: #000000;
}
.conTitle a:hover{
    color: #036847;
}
.nText .conDesc{
    /*min-height: 80px;*/
    font-size: 14px;
    float: left;
    margin: 10px 0 20px;
}

.nText .more{
    width: 100%;
    float: left;
    text-align: left;
    font-size: 15px;
    overflow: hidden;
}
.nText .more span{
    text-align: left;
    float: left;
    margin-right: 20px;
    color: #999;
}
.nText .more a{
    color: #129e70;
    float: right;
    text-align: left;
    margin-right: 10px;

    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}
.nText .more a:hover{
    margin-right: 0;
}

.newsLis .ulist li:hover{
    background: #f8f8f8;
}

.newsConBox p img{
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
/*newsList*/

/*分页*/
#content-page .pagination>.active>a{
    color: #fff;
}
.pagination ul .active a{
    background-color: #129e70;  
}
#content-page .pagination>.disabled>a{
    color: #777;
}
#content-page .pagination>li{
    cursor: pointer;
}
#content-page .pagination>li>a{
    color: #129e70;
}
#content-page .pagination>.active>a:hover{
    background-color: #129e70;  
}
.pagination>.active>a{
    border-color: #129e70!important;
}
/*分页*/

/*proInfo*/