.logo{
    float: left;
    line-height: 78px;
}
.logo img{
    display: inline;
}
.head .nav{
    float: right;
    
}

.head .nav li{
    float: left;
    
}

.head .nav .item{
    display: block;
    padding:0 30px;
    line-height: 78px;
    background: url(../images/nav-icon.jpg) no-repeat center 100px;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
    
}

.head .nav .item:hover,
.head .nav .item.hover{
    background: url(../images/nav-icon.jpg) no-repeat center 55px;
}


/* 首页产品 */
.index-tit{
    padding-top: 72px;
    position: relative;
    
}
.index-tit .en{
    font-size: 120px;
    color: #f1f1f1;
    text-align: center;
    
}
.index-tit .cn{
    text-align: center;
    position: absolute;
    top: 180px;
    width: 100%;
    font-size: 32px;
}
.index-pro ul{
    margin: 0 -15px;
    padding-top: 50px;
}
.index-pro ul li{
    float: left;
    margin: 15px;
    padding-bottom: 9px;
   
}

.index-pro ul a{
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    
}
.index-pro ul .img{
    position: relative;
    -webkit-transition:all .4s ease-in-out;
    -moz-transition:all .4s ease-in-out;
    -o-transition:all .4s ease-in-out;
    -ms-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out;
}
.index-pro ul .img h4{
    position: absolute;
    bottom: 0;
    font-size: 18px;
    text-align: center;
    line-height: 60px;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: #f2f2f2;
}

.index-pro ul .pro-main{
    position: absolute;
    left: 0;
    
  
    width: 100%;
    height: 100%;
    background: rgba(60,185,239,0.8);
   -webkit-transition:all .4s ease-in-out;
    -moz-transition:all .4s ease-in-out;
    -o-transition:all .4s ease-in-out;
    -ms-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out;
    
}
.index-pro ul .pro-main .icon{
    display: block;

    width: 16px;
    height: 16px;
    margin: 0 auto;
    background: url(../images/pro-icon.png) no-repeat center;
    margin-top: 96px;
}

.index-pro ul .pro-main h4{
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    padding: 12px 0;
    color: #fff;
}

.index-pro ul .pro-main .more{
    width: 92px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    margin: 0 auto;
    margin-top: 28px;
}




.index-pro ul a:hover .pro-main{
   margin-top: -280px;
}


.index-pro ul li:hover{
     background: url(../images/pro-icon2.png) no-repeat center bottom;
}
.index-pro ul li:hover .img>h4{
    display: none;
}



.index-pro-list{
    padding: 72px 0;
    background: url(../images/pro-bj.png) no-repeat center;
}
.index-pro-list .h{
    overflow: visible;
    
}
.rvc{
    background-color: #fff;
    padding: 36px 0;
    position: relative;
    
}

.rvc .pro-list{
   
}
.rvc .pro-list li{
    float: left;
    margin:0 40px;
}

.rvc li a{
    display: block;
    width: 100%;

}
.rvc li h1{
    text-align: center;
    width: 100%;
    position: relative;
    padding-bottom: 4px;
}




.rvc li h1:before {
    position: absolute;
    bottom: 0px;
    left: 0;
    display: block;
    width: 0;
    height: 1px;
    content: '';
    -webkit-transition: width .4s ease-in-out;
    transition: width .4s ease-in-out;
    background: #01a57c;
}

.rvc li a:hover h1:before{
    width: 100%;
}





.rvc .owl-dots{
    width: 140px;
    height: 32px;
    margin: 0 auto;
    /*background-color: red;*/
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -70px;
}


/* 首页关于我们 */

.index-ab .ab-con{
    padding-top: 50px;
    overflow: hidden;
    
}
.index-ab .img{
    float: left;
    
}
.index-ab .ab-sum{
    float: right;
    width: 578px;
}
.index-ab .ab-sum .tit{
    overflow: hidden;
    /*margin-bottom: 18px;*/
}
.index-ab .ab-sum h5{
    float: left;
    /*line-height: 50px;*/
    font-weight: normal;
    font-size: 18px;
}

.index-ab .ab-sum .tit a{
    float: right;
    display: block;
    /*line-height: 50px;*/
    color: #3cb9ef;
    font-family: "simsun";
}

.index-ab .ab-sum .sum{
    line-height: 24px;
    padding-top: 14px;
}
.ab-ban{
    margin-top: 30px;
}
.ab-ban img{
    width: 100%;
}


/* 首页新闻 */

.index-news .news-list{
    padding-top: 50px;
}
.index-news .uls1{
    overflow: hidden;
    
}

.index-news .uls1 a{
    display: block;
    overflow: hidden;
    height: 242px;
}

.index-news .uls1 li{
    float: left;
    width: 540px;
    margin-right: 80px;
}
.index-news .uls1 .news-main{
    float: right;
    width: 240px;
}
.index-news .uls1 img{
    float: left;
    
}
.index-news .uls1 h1{
    padding-bottom: 10px;
    line-height: 24px;
}
.index-news .uls1 .sum{
    text-indent: 2em;
    line-height: 24px;
}
.index-news .news-main span{
    color: #9b9b9b;
}



.index-news .uls2{
    padding-top: 28px;
}

.index-news .uls2 li{
    margin-bottom: 16px;
    width: 540px;
    float: left;
    margin-right: 80px;
}
.index-news .uls2 a{
    display: block;
    overflow: hidden;
    
}
.index-news .uls2 span[limit]{
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    background-color: #3cb9ef;
    float: left;
}

.index-news .uls2 h1{
    float: left;
    line-height: 36px;
    width: 426px;
    padding:0 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
}


.index-news .uls2 span[lim]{
    line-height: 36px;
    color: #9b9b9b;
    display: block;
    float: right;
    
}
.index-news .uls1 a:hover h1,
.index-news .uls2 a:hover h1{
    color: #01a57c;
}

.index-manager{
    margin-top: 80px;
    padding-bottom: 200px;
    background: url(../images/manager-bj.jpg) no-repeat center;
}

.index-manager .index-tit .en{
    color: #fff;
}

.index-manager .manager{
    padding-top: 100px;
}
.index-manager .manager p{
    margin-bottom: 20px;
    overflow: hidden;
    
}
.index-manager .manager p input{
    background-color: #fff;
    border: 1px solid #ccc;
    line-height: 46px;
    padding:0 15px;
    width: 540px;
    font-size: 16px;

}

.index-manager .manager textarea{
    width: 1138px;
    height: 148px;
    font-size: 16px;
    padding:0 15px;
    line-height: 46px;
    background-color: #fff;
    border: 1px solid #ccc;
    font-family: "微软雅黑";
}
.index-manager .sm{
    padding-bottom: 20px;
}
.index-manager .sm input{
    display: block;
    cursor: pointer;
    
    background-color: #00beb3;
    width: 138px;
    line-height: 42px;
    text-align: center;
    color: #fff;
    border-radius: 6px;
    margin: 0 auto;
     margin-top: 40px;
     -webkit-transition: all ease-in-out 0.5s;
     -moz-transition: all ease-in-out 0.5s;
     -ms-transition: all ease-in-out 0.5s;
     -o-transition: all ease-in-out 0.5s;
     transition: all ease-in-out 0.5s;
     
}


/* 底部 */
.index-contact{
    color: #eeeeee;
    width: 304px;
    
    float: left;
    background: url(../images/line.jpg) no-repeat right top;
}
.index-contact h2{
    font-weight: normal;
    line-height: 32px;
    font-size: 14px;

}
.index-contact .info{
    line-height: 28px;
    font-size: 12px;
}
.footer{
    background-color: #0c2538;
    padding-top: 40px;
    padding-bottom: 30px;
}
.foo-nav{
    
    float: left;
    
}


.foo-nav ul{
    width: 666px;
    text-align: center;
}
.foo-nav li{
    display: inline-block;
    
}

.foo-nav li a{
    display: block;
    color: #fff;
    padding:0 20px;
    line-height: 30px;
}
.foo-nav li a:hover{
    color: #00beb3;
}

.foo-nav p{
    text-align: center;
    margin-top: 60px;
}
.foo-nav p a{
    font-size: 12px;
    color: #bbbbbb;
    padding:0 20px;
}

.qd{

    float: right;
    width: 122px;
    float: right;
    padding-left: 78px;
     background: url(../images/line.jpg) no-repeat left top;
}

.qd p{
    text-align: center;
    color: #fff;
    padding: 10px 0;
}


/* 公共侧边栏 */
.public{
    padding-top: 40px;
    padding-bottom: 100px;
}
.pub-left{
    width: 300px;
    background-color: #f5f4f4;
    padding-bottom: 100px;
    float: left;
    
}
.pub-left h2{
    line-height: 48px;
    font-size: 16px;
    padding-left: 40px;
    color: #333;
    font-weight: normal;
    border-bottom: 1px solid #e0e0e0;
     background: url(../images/type-icon.jpg) no-repeat left center;
}
.pub-left li a{
    display: block;
    padding-left: 40px;
    line-height: 50px;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
    
}

.pub-left li a.hover,
.pub-left li a:hover{
    background-color: #01a57c;
    color: #fff;
}


.public .pub-con{
    width: 836px;
    float: right;
    
}

.public .guide {
    line-height: 48px;
    
    border-bottom: 1px solid #e0e0e0;
}
.public .guide .icon{
    font-family: "simsun";

}

.public .guide a{
    font-size: 13px;
}
.public .pub-tit{
    padding-top: 30px;
    padding-bottom: 30px;
}
.public .pub-tit h2{
    font-size: 24px;
    font-weight: normal;
    line-height: 50px;
    font-weight: normal;
    background: url(../images/pub-tit.jpg) no-repeat bottom left;
}


.about .ab-con{
    font-size: 14px;
    line-height: 24px;
    font-family: "微软雅黑";
}
.about .ab-con img{
    width: auto;
    height: auto;
    max-width: 100%;
}
.about .photo{
    margin:0 -10px;
    padding-top: 58px;
}
.about .photo li{
    float: left;
    margin:0 5px;
}


/* 企业文化 */

.culture .cul-con{
    display: table;
    background-color: #f5f4f4;
}
.culture .cul-con .cul-detail,
.culture .cul-con img{
    display: table-cell;
    vertical-align: middle;
    
}

.culture .cul-con .cul-detail{
    padding: 28px;
    line-height: 26px;
}







.base-manager{
    padding-bottom: 30px;
}

.base-manager .manager{
  
}
.base-manager .manager p{
    margin-bottom: 20px;
    overflow: hidden;
    
}
.base-manager .manager p input{
    background-color: #fff;
    border: 1px solid #ccc;
    line-height: 46px;
    padding:0 15px;
    width: 44%;
    font-size: 16px;

}

.base-manager .manager textarea{
    width:96%;
    height: 148px;
    font-size: 16px;
    padding:0 15px;
    line-height: 46px;
    background-color: #fff;
    border: 1px solid #ccc;
    font-family: "微软雅黑";

}

.base-manager .sm input{
    display: block;

    background-color: #00beb3;
    width: 138px;
    line-height: 42px;
    text-align: center;
    color: #fff;
    border-radius: 6px;
    margin: 0 auto;
     margin-top: 40px;
     cursor: pointer;
     -webkit-transition: all ease-in-out 0.5s;
     -moz-transition: all ease-in-out 0.5s;
     -ms-transition: all ease-in-out 0.5s;
     -o-transition: all ease-in-out 0.5s;
     transition: all ease-in-out 0.5s;
     
}

.sm input:hover{
    box-shadow: 0 0 10px #000;
}
.pro-left .treeone>a{
    overflow: hidden;
    border-bottom: 1px solid #ccc;
}
.pro-left .treeone>a .tit{
    float: left;
    
}
.pro-left .treeone>a .icon{
    display: block;
    margin-left: 9px;
    float: left;
    line-height: 50px;
    width: 9px;
    height: 50px;
    background: url(../images/pro-left.png) no-repeat center;
}

.pro-left .typeview a{
    line-height: 38px;
}

/* 产品中心 */

.product{
    padding-top: 30px;
}
.product ul{
    margin:0 -12px;
}
.product li{
    float: left;
    margin:0 12px;
    margin-bottom: 26px;
}

.product li a{
    display: block;
    border: 1px solid #ccc;
}

.product li .img{
    width: 258px;
    height: 248px;
    overflow: hidden;
   border-bottom: 1px solid #ccc; 
}

.product li .img img{

    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.product li a:hover img{
     -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.product li p{
    text-align: center;
    line-height: 24px;
    padding-top: 10px;
    color: #9b9b9b;

}

.product li h1{
    text-align: center;
    line-height: 28px;
    padding-bottom: 10px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.product li a:hover h1{
    color: #01a57c;
}



/* 产品详情 */

.product-read {
    padding-top: 30px;
    overflow: hidden;
    
}
.product-read table{
    width: 390px;
}

.product-read td{
background-color: #fff;
width: 130px;
line-height: 46px;
/*background-color: #f5f4f4;*/

}

.product-read td.tit{
    background-color: #f5f4f4;
}
.product-read td strong{
    color: #01a57c;
    font-weight: normal;
}
.product-read td.dea{
    background-color: #fff;
    width: 270px;
}
.pro-detail{
    padding-top: 30px;
}
.pro-detail h5{
    font-size: 16px;
    padding-left: 16px;
    line-height: 50px;
    border-bottom: 1px solid #ccc;
    background: url(../images/detail.png) no-repeat left center;
}

.pro-detail .content{
    padding: 30px 0;
    font-size: 14px;

}
.pro-detail .content img{
    max-width: 100%;
    width: auto;
    height: auto;
    
}
.pro-detail .content p,
.pro-detail .content span{
    font-family: "微软雅黑" !important;
}




.similar{
    padding-top: 30px;
}
.similar ul{
    margin:0 -12px;
}
.similar li{
    float: left;
    margin:0 12px;
    margin-bottom: 26px;
}

.similar li a{
    display: block;
    border: 1px solid #ccc;
}

.similar li .img{
    width: 258px;
    height: 248px;
    overflow: hidden;
   border-bottom: 1px solid #ccc; 
}

.similar li .img img{

    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.similar li a:hover img{
     -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.similar li p{
    text-align: center;
    line-height: 24px;
    padding-top: 10px;
    color: #9b9b9b;

}

.similar li h1{
    text-align: center;
    line-height: 28px;
    padding-bottom: 10px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.similar li a:hover h1{
    color: #01a57c;
}





/* 新闻中心  */

.news-type .cn{
    font-size: 32px;
    text-align: center;
    padding-bottom: 18px;
    margin-bottom: 10px;
    background: url(../images/news-type.png) no-repeat bottom center;
}

.news-type .en{
    text-align: center;
    color: #9b9b9b;
    font-size: 18px;
}
.news-list{
    padding-top: 50px;
}
.news-list li a{
    display: block;
    overflow: hidden;
    padding: 28px 0;
    position: relative;
    border-bottom: 1px solid #ccc;
}

.news-list .img{
    float: left;
    
}

.news-list .news-main{
    float: left;
    width: 874px;
    padding-left: 26px;
}

.news-list .news-main h1{
    line-height: 30px;
    font-weight: normal;
    font-size: 18px;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    
}

.news-list .news-main .time{
    color: #9b9b9b;
    line-height: 30px;
}
.news-list .news-main .time span{
    padding-right: 10px;
}

.news-list .news-main .sum{
    line-height: 24px;
    padding-top: 10px;
}



.news-list a:before {
    position: absolute;
    bottom: 0px;
    left: 0;
    display: block;
    width: 0;
    height: 1px;
    content: '';
    -webkit-transition: width .4s ease-in-out;
    transition: width .4s ease-in-out;
    background: #01a57c;
}

.news-list a:hover:before {
    width: 100%;
    z-index: 1000;
}

.news-list a:hover h1{
    color: #01a57c;
}


/* 新闻详情 */
.news-read{
    padding-top: 30px;
}
.news-read .title{
    font-size: 24px;
    text-align: center;
    line-height: 58px;
    font-weight: normal;
}
.news-read .time{
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
.news-read .time span{
    padding:0 10px;
    color: #9b9b9b;
}

.news-read-path .guide{
    border-bottom: none;
}

.news-read .read-con{
    padding-top: 30px;
    font-size: 14px;
    line-height: 24px;
}

.news-read .read-con img{
    width: auto;
    height: auto;
    
    max-width: 100%;
}

/* 联系我们 */

.contact{
    padding-top: 30px;
    width: 800px;
    margin: 0 auto;
}

.contact .info{
    line-height: 30px;
    padding-bottom: 34px;
}