body {
    background: #f8f8f8;
}

#banner {
    height: 400px;
    width: 100%;
    background: top center no-repeat;
    background-size: cover;
    overflow: hidden;
}

.searchbox{
    background: #12ab97;
    height: 80px;
    
}

.searchbox .wrap{
    display: flex;
    height: 80px;
    align-items:center;
}

.searchbox  .sekey {
    font-size: 12px;
    color: #fff;
    flex: 1;
  
}

.searchbox  .sekey  a
{display: inline-block;
    margin-right: 18px;
}

.searchbox .input{
    width: 310px;
    height: 25px;
   
    border-radius: 10px;
    background: #fff;
    padding-left: 10px;
    display: flex;
}

.searchbox .input input[type='text']{
    width: 270px;
    margin: 0px;
    border:none;
    -webkit-appearance: none;
    outline: none;
}

.searchbox .input input[type='button']{
    width: 18px;
    height: 18px;
    background: url(../images/sosobg.jpg) no-repeat;
    margin: 0px;
    border:none;
    -webkit-appearance: none;
    outline: none;
    margin-top: 4px;
}
.location{
     margin-top: 40px;
     margin-bottom: 40px;
}

.location label::before {
    content: '';
    display: inline-block;
    position: relative;
    margin-right: 5px;
    top:2px;
    
    width: 4px;
    height: 15px;
    background: #12ab97;
}
.subnav ul{
    margin-left:-1px;
    margin-right: -1px;
}
.subnav li{
        width: calc(25% - 2px);
        background: #dcdcdc;
        float: left;
        margin: 0px 1px;
        text-align: center;
        height: 80px;
        padding-top: 20px;
        font-weight: bold;
}
.subnav li a{
    display: block;
}
.subnav li a p{
    margin: 0px;
    margin-top: 10px;
    font-weight: normal;
    color:#888;
}

.subnav li.on{
    background: #12ab97;
    color:#fff;
}

.subnav li.on a p{
    color:#fff;
}

.subnav li.on::before{
    content: '';
    display: inline-block;
    position: absolute;
 width: 0; 
 height: 0;
 border-width: 10px;
 border-style: solid;
 bottom: 0;
 left:calc(50% - 5px);
 border-color:#fff transparent transparent transparent;
 transform: rotate(180deg);
}

.about .stit{
        margin-top: 25px;
        font-size: 20px;
        color: #12ab97;
        position: relative;
        text-align: center;
        margin-bottom: 25px;
}

.about .stit:before, .about .stit:after {
    position: absolute;
    content: "";
    width: 485px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    top: 12px;
}

.about .stit:before {
    left: 0;
}

.about .stit:after {
    right: 0;
}

 
.about .listimgbox ul {
    margin-left: -10px;
    margin-right: -10px;
    
}

.about .listimgbox ul li {
    float: left;
    margin: 0px 10px 20px;
    width: calc(25% - 20px);
}


.about .listimgbox ul li .imgs{
    width: 270px;
    height: 200px;
}

.about .listimgbox ul li img{
    width: 270px;
    height: 200px;
}

.wrap.aboutbox{
    margin-top: 50px;
    background: #fefefe;
    padding: 25px;
}

.wrap.contact{
    margin-top: 50px;
}
.aboutbox .imgs{
    width: 495px;
}

.aboutbox .txt{
    width: 655px;
    padding: 0px 40px;
    line-height: 1.5;
}

.aboutbox .txt h3{
    font-size: 18px;
    color: #12ab97;
    padding-bottom: 30px;

}

.aboutbox .txt h3::after {
    content: '';
    display: block;
    position: relative;
     
    top: 10px;
    width: 32px;
    height: 2px;
    background: #12ab97;
}

.wrap.about{
    padding: 25px;
    background: #fefefe;
    margin-top: 25px;
}
.contact{
    margin-top: 50px;
}

.contact .map{
    width: 690px;
    height: 380px;
    float: left;
}

.contact .imgs{
    width: 470px;
    height: 380px;
    float: right;
    text-align: center;
}

.contact .imgs img{
    
    margin: 0px auto;
    margin-bottom: 25px;
}

.contact .imgs span{
    display: block;
    color:#12ab97;
    font-size: 16px;
    margin-bottom: 10px;
}

.contact .imgs span.tel{
    font-style: italic;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
}

.contact .imgs span.tel::after {
    content: '';
    display: block;
    position: relative;
    margin: 0 auto;
    top: 15px;
    width: 32px;
    height: 2px;
    background: #12ab97;
}

.contact .imgs p{
    margin: 0;
    line-height: 1.5;
}
.mainbox{
    margin-top:10px;
    
}

.mainbox .sub-nav{
    float: left;
    width: 240px;
}

.mainbox .sub-nav h3{
    background: #12ab97;
    color:#fff;
     
    height: 75px;
    line-height: 75px;
    padding-left: 30px;
}

.mainbox .sub-nav ul li{
    height: 50px;
    line-height: 50px;
    padding-left: 30px;
 
    margin-top: 5px;
    background: #f0f0f0 url(../images/sub-row.jpg) 200px 20px no-repeat;
}
.mainbox .sub-nav ul li a{
    display: block;
}

.mainbox .sub-nav ul li.on{
    height: 50px;
    line-height: 50px;
    padding-left: 30px;
 
    margin-top: 5px;
    background: #12ab97 url(../images/sub-row-on.jpg) 200px 20px no-repeat;
}

.mainbox .sub-nav ul li.on a{
    color:#fff;
}

.mainbox .sub-nav img{
    margin-top: 5px;
}

.mainbox .conbox{
    float: right;
    width: 890px;
    overflow: hidden;
    

}

.mainbox .conbox h1.title {
    height: 38px;
    font-size: 24px;
    font-weight: normal;
    line-height: 38px;
    color: #4b4a4a;
    text-align: center;

}
.mainbox .conbox .dtitle{
    padding: 16px 18px;
    font-size: 14px;
    line-height: 24px;
    border: 1px solid #d6d6d6;
    margin-bottom: 22px;
    margin-top: 20px;
}

.mainbox .conbox .details{
    margin-top: 30px;
    line-height: 1.8;
}

.mainbox .conbox .details img{
    max-width: 100%;
    padding: 20px 10px;
}

.newslist .item {
    padding: 26px 12px;
    border: 1px solid #f0f0f0;
    -moz-box-shadow: 0 5px 15px #e5e5e5;
    box-shadow: 0 5px 15px #e5e5e5;
    overflow: hidden;
    margin-bottom: 20px;
}
.newslist .item .imsg {
    width: 340px;
    height: 240px;
    overflow: hidden;
}
.newslist .item .imsg img {
    width: 100%;
}

.newslist .item .text {
    width: 500px;
}
.newslist .item .text .tit {
    padding-bottom: 10px;
   
}

.newslist .item .text .tit a {
    font-size: 24px;
}
.newslist .item .text .tit a::after {
    content: '';
    display: block;
    width: 50px;
    height: 2px;
    margin-top: 5px;
    background: #12ab97;
}
.newslist .item .text .tit span {
    display: block;
    font-size: 12px;
    color: #8a8a8a;
    margin-top: 10px;
}
.newslist .item .text .detail {
    font-size: 14px;
    font-weight: lighter;
    padding-top: 15px;
    line-height: 24px;
    height: 135px;
    overflow: hidden;
}


.newslist .item .text  .more {
    padding: 2px 10px;
    text-transform: inherit;
    color: #12ab97;
    height: auto;
    min-width: auto;
    background: #fff;
    border: 2px solid #12ab97;
    text-decoration: none;
    cursor: pointer;
    font-size: 12px;
    line-height: 22px;
    font-weight: 200;
    float: right;
}

.newslist .item .text  .more:after {
    background: #12ab97;
  }
  .newslist .item .text  .more:hover{
	color: #fff
}

.mainbox .conbox .stit{
    border-bottom:2px solid #d6d6d7;
    padding-bottom: 10px;
    color:#12ab97;
}

.mainbox .conbox .stit::after {
    content: '';
    display: block;
    position: relative;
    top: 12px;
    width: 100px;
    height: 2px;
    background: #12ab97;
}

.prolist{
    margin-top: 15px;
}

.mainbox .conbox .prolist ul{
    margin-left: -8px;
    margin-right: -8px;
}

.mainbox .conbox .prolist li{
    list-style: none;
    width: 286px;
    overflow: hidden;
    float: left;
    margin: 0px 8px 16px 8px;
}

.mainbox .conbox .prolist li .imgs{
    width: 286px;
    height: 200px;
    overflow: hidden;
}

.mainbox .conbox .prolist li .imgs img{
    width: 100%;
}

.mainbox .conbox .prolist li .tit{
    
    height: 65px;
    background: #e6e6e6;
 
    padding: 15px;
    color:#333;
    
}

.mainbox .conbox .prolist li:hover .tit{
    background: #12ab97;
    color:#fff;
}

 


.mainbox .conbox .prolist li .tit p{
    margin: 0px;
    color:#b4e4de;
    margin-top: 5px;
    font-size: 12px;
}

.mainbox .conbox .prolist li .tit p{
    margin: 0px;
    color:#999;
    margin-top: 5px;
    font-size: 12px;
}

.mainbox .conbox .prolist li:hover .tit p{
    color:#b4e4de;
}


.pagers {
    padding-top: 40px;
    text-align: right;
    margin-bottom: 50px;
}

.pagers .on {
    background: #12ab97;
    color: #fff;
    border-color: #12ab97;
}

.pagers a {
    text-align: center;
    line-height: 20px;
    color: #666;
    padding: 6px 12px;
    display: inline-block;
    margin: 0 3px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 13px;
}

.pagers span.now {
    text-align: center;
    line-height: 20px;
    color: #fff;
    padding: 6px 12px;
    display: inline-block;
    margin: 0 3px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 13px;
    background: #12ab97;
}

.dingzhi {
    margin-top: 10px;
    margin-bottom: 50px;
}

.dingzhi .stit {
    text-align: center;
    width: 563px;
    height: 64px;
    margin: 0px auto;
    background: url(../images/s_tit_bg.png) no-repeat;
    font-size: 30px;
    font-weight: 400;
    line-height: 100%;
    color: #333;
    letter-spacing: 2px;
}

.dingzhi .stit label {
    color: #12ab97;
    font-weight: bold;
    padding-left: 20px;
}

.dingzhi .stit span {
    display: block;
    font-size: 16px;
    line-height: 100%;
    font-weight: normal;
    color: #8C8C8C;
    padding-top: 18px;
    letter-spacing: 2px;
}

.dingzhibox{
    margin-top: 50px;
    
}

.dingzhibox .imgs{
    width: 1200px;
    height: 600px;
    overflow: hidden;
    margin-bottom: 10px;
    top: -15px;
    position: relative;
}

.dingzhibox .imgs img{
    display: none;
}

.dingzhibox .imgs img:first-child{
    display: block;
}

.dingzhibox ul dl{
    float: left;
    width: calc(25% - 1px);
    margin-right: 1px;
    background: #dcdcdc;
    padding-top: 20px;
    padding-left: 30px;
    padding-bottom: 20px;
    position: relative;
}
.dingzhibox ul dl dt{
    color:#ababab;
    font-style: italic;
    font-weight: bold;
}
.dingzhibox ul dl dt,.dingzhibox ul dl dd{
    float: left;
}
 
.dingzhibox ul dl dd{
    font-weight: bold;
}
.dingzhibox ul dl dd p{
    font-weight: normal;
    margin: 0px;
    margin-top: 5px;
    font-size: 12px;
}

.dingzhibox ul dl.on{
    background: #12ab97;
    color:#fff;
}

.dingzhibox ul dl.on dt{
    color:#fff;
}

.dingzhibox ul dl.on::before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    bottom: -18px;
     left: calc(50% - 5px);
    border-color: #12ab97 transparent transparent transparent;
    z-index: 1;
    
}

.prodetail{
    padding: 20px 10px;
    line-height: 1.8;
}

.prodetail img{
    max-width: 100%;
}

.stit.mt50{
    margin-top: 50px;
}

.product{
    margin-top: 30px;
}

.product .imgs{
    width: 500px;
}

.product .imgs img{
    max-width: 100%;
}

.product .txt{
    width: 350px;
}

.product .txt p:last-child{
    line-height: 1.5;
}

.product .txt h1{
    height: 40px;
    font-size: 24px;
    line-height: 40px;
    color: #454545;
    margin-bottom: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
}