﻿@charset "utf-8";
/* CSS Document */


.nbanner{ width:100%; margin-top:100px; margin-bottom:50px;  }
.nbanner img { width:100%; }


.nindex{ width:90%; margin:auto; min-height:600px;  overflow: hidden;  }
.nindexL{ width:22%; float:left;}
.nindexR{ width:75%; float:right;}

.nindexLa{ background-color: #00923F;height: 80px;color: #fff;font-size: 18px;font-weight: bold;line-height: 80px;padding-left: 40px;  margin-bottom:8px; }
.nindexLa span { font-size: 16px;}


.nindexLb ul li { background-color: #BFBFBF;line-height:46px; padding-left: 40px; color: #fff; font-size: 14px; margin-bottom:8px; }
.nindexLb ul li:hover { background-color: #00923F;  }

.nindexLb ul li span{font-size:20px;float: right;margin-right: 25px; }

.nindexLc p img{ width:100%; }
.nindexLc p{ margin-bottom:8px; }


.nindexR1{ height:70px;  border-bottom: 2px solid #F7F7F5;  }
.nindexR1L{ float:left; line-height:70px; font-size: 20px; width: 46%; }
.nindexR1R{ float:right; width:46%; text-align:right;  line-height: 70px; }

.ninfoto{ margin-top:20px; margin-bottom: 20px;  }

.nnews{border-bottom: 1px solid #F7F7F5;  margin-bottom: 50px;   overflow: hidden;}

.nnewsL{ float:left; width:20%;}
.nnewsL img{ width:100%;height: auto;}
.nnewsR{ float:right; width:76%; }
.nnewsR h1{ font-size: 18px;color: #000;margin-bottom: 20px; }
.nnewsR h2{ font-size: 12px;color: #868686;margin-bottom: 20px; margin-top: 10px;  line-height: 16px; }

.npro{ float:left;  width:48%; margin-right:2%;  margin-bottom: 2%;  background-color:#F3F3F3; height:180px; }
.npro1{  width:96%; height:90%; margin: 2%; }
.npro1L{ float:left; width:34%; margin-left:3%; margin-top:3%; }
.npro1L img { width:100%; height: auto;}

.npro1R{ float:right; width:60%;  margin-left:2%; margin-top:3%; }
.npro1R h1{color: #000;font-size: 18px;margin-bottom: 20px; font-weight:bold; }
.npro1R h2{color: #646464;font-size: 12px;margin-bottom:5%; line-height: 20px; width: 90%; height: 64px;overflow: hidden;}
.npro1R h3{ color:#000;}

.ninfoto a:hover .npro1R h1{   color:#fff;}
.ninfoto a:hover .npro1R h2{   color:#fff;}
.ninfoto a:hover .npro1R h3{   color:#fff;}
.ninfoto a:hover .npro{ background-color:#00923F;}

.product_detail p{line-height: 3em;text-indent: 2em;}
.case_detail p{line-height: 3em;text-indent: 2em;}
.tag{line-height: 30px;margin-top:1%;}
.page{line-height: 24px;}

.pageController .t1{width: 50%;float: left;text-align: left;line-height:24px;}
.pageController .t2{width: 50%;float: right;text-align: right;line-height:24px;}
.pageController a{background-color:#FFF;vertical-align:middle; border:#efefef 1px solid; color:#505050;padding:5px 5px; margin-right:3px;margin-left:3px;}
.pageController a:hover{background-color:#efefef;color:#438ece; text-decoration:none;border:#efefef 1px solid;}
.pageController .currPage {background-color: #efefef;color:#ff0000;border:#efefef 1px solid;}
.pageController .t2 #current{padding:0 5px;line-height:24px;}
.pageController .t1 span{padding-left:4px;padding-right:4px;}
.pageController select{height:24px;vertical-align:middle;text-align:center;line-height:24px;}
.pageController select option{vertical-align:middle;}

@media (max-width: 940px) {
   .pageController .t1{width: 100%;margin-bottom: 1%;}
   .pageController .t2{width: 100%;float: left;text-align: left;}
  }

.news_detail .title{text-align: center;    margin: 0px 0px 20px;    padding: 0px 4px 0px 0px;font-size: 32px;font-weight: bold;border-bottom-color: rgb(204, 204, 204);border-bottom-width: 2px;border-bottom-style: solid;display:none;}
.news_detail p{line-height: 3em;text-indent: 2em;}
.zxxw{border: 1px solid #dadada;}
.zxxwl{padding-left: 40px;border-bottom: 1px dotted #dadada;line-height: 30px;}
 .zxxw .zxxwa{font-size: 15px;color: #666;}






/*ipad 横向样式*/
@media only screen and (min-width: 956px) and (max-width: 1268px){

.npro{ height:220px; }
.npro1R{ width:56%; }
.npro1R h1, .npro1R h2{ margin-bottom:10px; }

.nnewsL{ float:left; width:30%;}
.nnewsR{ float:right; width:66%;}
.nnewsR h1{ font-size:16px; font-weight:bold; }

.nindexLa span { font-size: 16px;}
.nindexLa { line-height:80px; padding-left: 20px; }

.nindexLb ul li{padding-left: 20px;}
.nnewsR h2{ margin-bottom:10px; }

}


/* ipad 竖向样式 */
@media only screen and (min-width: 768px) and (max-width: 959px) {

.npro{ width:98%; margin-bottom: 4%; }
.npro1R, .npro1L{ margin-top:1%; }

.nindexLa span { font-size: 12px;}
.nindexLa{padding-left: 10px; }
.nnewsR h1{ font-size:14px; font-weight:bold;  margin-bottom: 10px; }
.nnewsR h2{ margin-bottom:10px; }

.nindexLb ul li{ padding-left:10px; }
.nindexLb ul li span{margin-left: 20%;}
.nnewsL{ float:left; width:30%;}
.nnewsR{ float:right; width:66%;}


}


/*手机站样式开始*/
@media screen and (max-width:766px){

.nnewsR{width:100%; }

.npro{ width:100%; margin-bottom: 6%; }
.nnewsL{ float:none; width:100%; }
.nnewsR{ float:none;  }

.nnews{overflow: hidden; height: 100%; }
.nnewsR h1{ margin-top:10px; }

.footerr{ line-height:20px;}
.nindexL, .nindexR{}
.nindexL{ width:100%; }
.nindexLa, .nindexLb{ width:100%; }
.nindexLb ul li{}
.nindexLc p img{ width:0%; }

.nindexLb ul{}
.nindexR{ width:100%; }

.nindexR1L{ width:100%; line-height: 40px; }
.nindexR1R{ float:none; text-align:left; line-height:50px; width:100%;  }
.nindexR1{ height:100%; }
.nindexLb ul li{}

.nindexLc p{ margin-bottom:0px;}

.nindexLa{}
.nindexLb ul li{}


}









































































