@charset "utf-8";
@font-face {
    font-family: 'HELVETICANEUELTPRO-THEX';
    src: url('../font/HELVETICANEUELTPRO-THEX.OTF');
    font-weight: normal;font-style: normal;
}
 *{margin: 0;padding: 0;}
body,html{font-family:"微软雅黑";margin:0 auto;padding:0;font-size:14px;color:#000; background: #fff;}
div, form, ul, ol, li, span, p, dl, dt, dd { margin:0; padding:0; border:0; }
img, a img { border:0; margin:0; padding:0; }
h1, h2, h3, h4, h5, h6 { margin:0; padding:0; font-size:12px; }
ul, ol, li { list-style:none }
table, td, input { font-size:12px; padding:0; font-family:inherit;text-align:center; }
img{ vertical-align: top;}
em,i,a{font-style:normal}
a{text-decoration:none;color:#333;}
.fl{float:left}
.fr{float:right}
.clearfix{
    zoom:1;
}
.clearfix:after{
    display: block;
    content: "";
    clear: both;
    height:0;
}
.center{
    width:1024px;
    min-width: 1024px;
    margin: 0 auto;
}
/***nav***/
.top-phone{
    position: absolute;
    top: 0;
    left: 50%;
    right: 0;
    margin-left: 327px;
    z-index: 1;
    height: 34px;
    background-color: #309e83;
    background-image: url(../images/icon-phone.png);
    background-repeat: no-repeat;
    background-position: 12px center;
}
.top-phone > span{
    display: inline-block;
    color:#fff;
    line-height: 34px;
    font-size: 18px;
    padding-left: 48px;
}
.nav-con.center{
    position: relative;
}
#nav-wrapper{
    position: fixed;
    top: 36px;
    left: 50%;
    margin-left: -678px;
    z-index: 1;
}
.top-log{
    width: 141px;
}
.top-log img{
    display: block;
    margin: 0 auto;
}
.nav{
    width: 141px;
    margin-top: 30px;
    background-color: #208f59;
    padding: 30px 0;
}
.nav li{
    width: 103px;
    line-height: 41px;
    padding-left: 38px;
    margin-bottom: 13px;
}
.nav li a{
    color: #fff;
    font-size: 16px;
}
.nav li:hover,
.nav li.on{
    background-color: #fff;
    background-image: url(../images/nav-bg.jpg);
    background-repeat: no-repeat;
    background-position: right center;
}
.nav li:hover a,
.nav li.on a{
    color: #208f59;
}
#banner{
    height:637px;
}
#main{
}
#about-wrapper{
    padding-top: 41px;
}
.about-edit{
    padding-top: 45px;
    line-height: 28px;
    padding-bottom: 55px;
}
.about-bg{
    width: 100%;
    min-width: 1024px;
    height: 228px;
    background-image: url(../images/about-bg.jpg);
    background-position:  center bottom;
    background-repeat: no-repeat;
    padding-top: 93px;
}
.about-pic{
    width: 694px;
    height: 183px;
    margin: -93px auto 0 auto;
}
.msg-list{
    padding-top: 40px;
    width: 694px;
    margin: 0 auto;
}
.msg-list li{
    float: left;
    color: #fefefe;
    margin-left: 52px;
    margin-right: 52px;
}
.msg-list li:last-child{
    margin-right: 0;
}
.msg-list li em{
    font-size: 32px;
    font-weight: bold;
    color: #d13440;
    font-family: "Arial";
    letter-spacing: -1px;
    padding-right: 3px;
    display: inline-block;
}
/*********产品展示*********/
#pro-wrapper{
    padding-top: 55px;
    padding-bottom: 65px;
    background-color: #efefef;
}
.in-title{
    padding-bottom: 10px;
    border-bottom: 1px solid #cfcfcf;
}
.in-title span{
    display: block;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 11px;
    letter-spacing: -1px;
}
.in-title i{
    font-size: 20px;
    color: #868686;
}
.pro-list{
    padding-top: 39px;
}

.pro-list{
    width: 1024px;
    height:792px;
}
.pro-list li{
    width: 232px;
    height: 380px;
    float: left;
    background-color: #fff;
}
.pro-list li img{
    width: 212px;
    height: 328px;
    margin: 0 auto;
    padding: 10px;
}
.pro-list li span{
    display:block;
    padding: 0 10px;
}
.pro-list li:hover{
    background-color: #208f59;
}
.pro-list li:hover span{
    color: #fff;
}
/***********最新资讯***********/
#news-wrapper{
    padding-top: 50px;
}
#news-wrapper .in-title{
    text-align: center;
    border-bottom: none;
}
#news-wrapper .in-title i{
    border-bottom: 3px solid #208f59;
    padding-bottom: 5px;
}
.news-list{
    margin-top: 66px;
}
.news-list li{
    border-top: 1px solid #f0f0f0;
    padding: 25px 0 30px 0;
}
.news-time{
    width: 144px;
}
.news-time span{
    display: block;
    font-size: 24px;
    color: #8F8F8F;
    font-weight: lighter;
    font-family: HELVETICANEUELTPRO-THEX, "微软雅黑";
    position: relative;
} 
.news-time span:after {
    width: 35px;
    height: 1px;
    content: '';
    background: #BFBFBF;
    position: absolute;
    top: 14px;
    left: 84px;
    transition: all 0.3s ease-out 0s;
}
.news-time i{
    display: block;
    width: 38px;
    height: 38px;
    position: relative;
    margin-top: 25px;
}
.news-time i em{
    display: block;
    width: 15px;
    height: 9px;
    background: url(../images/icon.png) no-repeat -110px -11px;
    display: block;
    margin: 13px 0 0 11px;
    position: absolute;
    top: 0;
    transition: all 0s ease-out 0s;
}
.news-edit{
    width: 600px;
    position: relative;
    transition: all 0.3s ease-out 0s;
}
.news-edit h3{
    font-size: 16px;
    color: #717171;
    display: block;
    height: 24px;
    overflow: hidden;
    margin-bottom: 20px;
    transition: all .3s ease-out 0s;
    margin-top: 0px;
    font-weight: normal;
}
.news-edit .news-txt{
    height: 78px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    transition: all 0.3s ease-out 0s;
    color: #999;
    line-height: 26px;
    text-align: left;
    margin-top: 20px;
    font-size: 12px;
}
.news-pic{
    width: 200px;
    height: 133px;
}
.news-list li a:hover .news-time span{
    color: #333;
}
.news-list li a:hover .news-time span:after{
    width: 60px;
    background-color: #333;
}
.news-list li a:hover .news-time i{
    background-color: #d13440;
}
.news-list li a:hover .news-time i em{ 
    background: url(../images/icon.png) no-repeat 0 -71px;
}
.news-list li a:hover .news-edit{
    padding-left: 25px;
}
.news-list li a:hover .news-edit h3{
    color: #333;
}
/********资讯详细********/
.fancybox-slide--iframe .fancybox-content {
    width  : 800px;
    height : 600px;
    max-width  : 80%;
    max-height : 80%;
    margin: 0;
}
.sub-center{
    width: 800px;
    margin: 0 auto;
}
.sub-news{
    margin-top: 45px;
    padding-bottom: 40px;
}
.sub-news .news-time{
    border-color:#d74343;
}
.sub-news-time{
    width: 98px;
    height: 98px;
    float: left;
    border: 5px solid #d74343;
    box-sizing:border-box;
    text-align: center;
    font-size: 23px;
    color: #aaa;
    margin-right:5px;
}
.sub-news-time>em{
    color: #000;
    display: block;
    padding-top: 12px;
}
.news-detail{
    width: 660px;
    border-left: 1px solid #ccc;
    padding-left: 15px;
    padding-right: 15px;
}
.news-detail .title{
    font-size: 22px;
    color: #333;
    padding-bottom: 18px;
}
.sub-news-title{
    padding-bottom: 30px;
}
.sub-news-title span{
    color: #000;
    display: inline-block;
    padding-left:25px;
    font-size: 14px;
    background-position: top left;
    background-repeat: no-repeat;
}
.sub-news-title span:nth-child(1){
    background-image: url(../images/icon-news-01.png);
    padding-right: 50px;
}
.sub-news-title span:nth-child(2){
    background-image: url(../images/icon-news-02.png);
    background-size: 19px 19px;
}
.sub-news-edit{
    line-height: 22px;
    color: #a3a3a3;
    height: 440px;
    overflow-y: auto;
}
.sub-news-detail .pr{
    margin-top:50px;
}
.page{
    padding-top: 20px;
    color: #333;
    border-top:1px solid #ccc;
    margin-top: 30px;
}
.page .pl{
    line-height: 32px;
}
.page .pl a{
    color: #333;
}
.page .pl a:hover{
    color: #d74343;
}
.back{
    display: block;
    width: 101px;
    line-height: 34px;
    color: #757575;
    text-align: center;
    border:1px solid #d7d7d7;
}
.back em{
    display: inline-block;
    width: 6px;
    height: 11px;
    background-image: url(../images/icon-01.png);
    background-repeat: no-repeat;
    margin-left: 20px;
}
.back:hover{
    color: #fff;
    background:#d74343;
    
}
.back:hover em{
    background-image: url(../images/icon-02.png);
}

/**********联系我们*************/
#contact-wrapper{
    width: 100%;
    min-width: 1024px;
    height: 925px;
    background-image: url(../images/con-bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    margin-top: 40px;
}
#contact-wrapper .in-title{
    color: #fff;
    padding-top: 75px;
    text-align: center;
    border-bottom: none;
}
#contact-wrapper .in-title i{
    color: #e8e8e8;
    border-bottom: 3px solid #208f59;
    padding-bottom: 5px;
}
.con-phone{
    padding-top: 65px;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}
.con-phone span{
    font-size: 32px;
    padding-bottom: 10px;
    display: inline-block;
}
.frame{
    width: 920px;
    margin: 0 auto;
}
.con-list{
    width: 920px;
    margin: 0 auto;
    padding-top: 65px;
}
.con-list li{
    float: left;
    margin-right: 72px;
    width: 258px;
    text-align: center;
}
.con-list li:last-child{
    margin-right: 0;
}
.con-list li .icon{
    height: 48px;
}
.con-list li img{
    display: block;
    margin: 0 auto;
}
.con-list li span{
    display: block;
    text-align: center;
    color: #e8e8e8;
    margin-top: 35px;
}
/*********copy**********/
#copy-wrapper{
    width: 100%;
    min-width: 1024px;
    background-color: #f1f1f1;
    padding: 20px 0;
}
.copy{
    color: #909090;
    text-align: center;
    line-height: 24px;
}
.copy span{
    display: inline-block;
    padding-right: 8px;
}
.copy span a{
    color: #b0b0b0;
}
.copy span a:hover{
    color:#39b7ad;
}

.fadeDown{
  -webkit-animation: fadeDown 1s forwards;
  -o-animation: fadeDown 1s forwards;
  animation: fadeDown 1s forwards;
}
 @-webkit-keyframes fadeDown {
  0% {
    -webkit-transform: translateY(-60px);
    -moz-transform: translateY(-60px);
    -ms-transform: translateY(-60px);
    -o-transform: translateY(-60px);
    transform: translateY(-60px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}
.fadeIn{
    -webkit-animation: fadeIn 1s forwards;
  -o-animation: fadeIn 1s forwards;
  animation: fadeIn 1s forwards;
}
 @-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.item-block-0{
    animation-delay: 0s;
}
.item-block-1{
    animation-delay: 0.2s;
}
.item-block-2{
    animation-delay: 0.4s;
}