/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
a{
    text-decoration:none;
    color: #040404
}
table,td,th{
    border-spacing:0;
    border-collapse: collapse
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
    font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
    color:#444;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}

.mt60{margin-top: 60px !important;}

/* Custom CSS
 * --------------------------------------- */
body{
    font-family: "Microsoft YaHei",arial,helvetica;
    color: #333;
    color: rgb(0,0,0,);
}
.wrap{
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
    position: relative;
}

.wrap:after{
    content: "";
    display: block;
    font-size: 0;
    clear: both;
}


/* header
* ------------------------------  */
body{
    padding-top: 105px;
}
.header {
    position: fixed;
    left: 0;
    right: 0;
    top:0;
    height: 150px;
    background: #fff;
    z-index: 100
}
.header .wrap{
    position: relative;
}
.logo{
    position: absolute;
    left: 0;
    top: 14px;
}
.logo img{
    display: block;
}
.nav{
    position: fixed;
    left:0px;
    width: 100%;
    top: 100px;
    background: #06650f;
    height: 52px;
    line-height: 52px;
}
.menus{
	width: 100%;
	float: left;
	
}
.nav ul{
	display: inline-block;
	position: absolute;
	left: 23%;
}
.nav li{
    float: left;
    text-align: center;
  /*  width: 8%;*/
    padding: 0 2%;
    border-right: 1px #fff solid ;
    position: relative;
}
.nav li:nth-child(1){
	   border-left: 1px #fff solid ;
}
.nav li a{
    color: #fff;
    display: block;
    padding-left: 25px;
    font-size: 18px;
}
.nav li:nth-child(1) > a{
    background:url(../image/icon1.png) no-repeat left center;
}
.nav li:nth-child(2) > a{
    background:url(../image/icon2.png) no-repeat left center;
}
.nav li:nth-child(3) > a{
    background:url(../image/icon3.png) no-repeat left center;
}
.nav li:nth-child(4) > a{
    background:url(../image/icon4.png) no-repeat left center;
}
.nav li:nth-child(5) > a{
    background:url(../image/icon5.png) no-repeat left center;
}
.nav li:nth-child(6) > a{
    background:url(../image/icon6.png) no-repeat left center;
}

.nav ul dl {
    padding: 10px 0;
    display: none;
    position: absolute;
    left: 0;
    background: rgba(255, 255, 255, .7);
    z-index: 100;
    border: solid 1px #f1f1f1;
    border-top: none;
    min-width:180px;
}

.nav ul dl a {
    font-size: 14px;
    padding: 0 15px;
    color: #000;
    line-height: 2;
    text-align: left;
    white-space: nowrap;
}

.nav ul dl a:hover {
    color: #117439
}

.tel{
	position: absolute;
	left: 350px;
    top: 35px;	
}
.tel img{
	position: absolute;
	top: 5px;
	left: 0px;
}
.p1{
	display: inline;
	color: #c1bebe;
}
.p2{
	display: inline;
	font-size: 24px;
   font-weight: bold;
   color: #645d5d;
}
.search {
    position: absolute;
    right: 0;
    top: 34px;
    border: 1px solid #2f8435;
    border-radius: 8px;
    height: 46px;
    width: 255px
}

.search input[type='text'] {
    padding: 5px;
    border: none;
    outline: none;
    background: none;
    font-size: 20px;
    float: left;
    line-height: 40px;
    width: 120px;
    text-align: left;
}

.search button {
    background: url(../image/search.png) no-repeat left top;
    width: 53px;
    height: 52px;
    border: none;
    float: right;
    outline: none;
    cursor: pointer;
}



.leftsider{float: left;width: 205px}
.rightcont{float: right;width: 960px}

.pages{text-align: center;margin-top: 50px;}
.pages span{padding:5px 10px;background: #269edc;color:#fff;border:1px solid #ddd;}
.pages a{padding:5px 10px;border:1px solid #ddd;margin-left: 5px;}


/* banner
* ------------------ */

.banner img{width: 100%;height: auto;margin-top:48px;min-width: 100%;}




/* 路径
*-------------------------*/

.path{margin: 35px auto 30px;font-size: 12px;font-size: 15px;color: #040404}



/* 产品列表
* -----------------------*/

.proudct_list li{margin-bottom:35px;overflow: hidden;clear: both;}
.proudct_list li table td{border:1px solid #ddd;padding:2px 10px;color: #7d7d7d;font-size: 14px;line-height:1.6;}
.proudct_list li table td:nth-child(1){padding:5px;width:200px;}
.proudct_list li table td.vtd{font-size: 14px;padding:5px;width:70px;}
.proudct_list li .pic{width: 200px;height: 150px;text-align: center;overflow: hidden;}
.proudct_list li .pic img{height: 100%;width: auto;}
.proudct_list li .vtd{background:#f7f7f7;padding:0 15px;vertical-align:middle;white-space:nowrap;font-weight: bold}
.proudct_list .proudct_text{margin: 0 0px 0 ;}
.pdtit { border-left: 2px solid #024fa1;height: 30px;line-height: 30px;padding-left: 10px;margin-bottom: 10px}
.pdtit h4{float: left;}
.pdtit h4 a{color: #024fa1;font-size: 22px;}
.pdtit .readmore{float: right;}
.proudct_text h3 a,.proudct_text h3 b{color: #1e94d4;font-size: 22px;}
.proudct_list li .desc{}
.proudct_list li .desc p{line-height:1.8;margin-top: 20px;font-size: 14px}
.readmore{text-align: right;}
.readmore a{color: #1e94d4;text-decoration: underline;font-size: 12px}

.alone{background-color: #eee;padding:20px;margin-bottom: 60px;display: none;}
.alone .proudct_text{}
.alone  h3{border-bottom:1px solid #fff;margin-bottom:15px;padding-bottom: 5px;}
.alone  p{text-indent: 2em;line-height: 1.8}
.alone  h3 a{ color: #1d94d2; font-size: 22px }
/*产品介绍
* -------------------------- */
.proudct_cont{ margin-bottom: 40px; }
.proudct_text h3{border-bottom:1px solid #ddd;margin-bottom:15px;padding-bottom: 5px;font-size: 22px; color: #024fa1}
.proudct_text{padding-left: 260px;}
.proudct_text .desc{line-height: 1.7}
.desc p{margin-bottom: 20px;}
.proudct_cont:after{content: "";display: block;clear: both;font-size: 0}
.pic_video{float: left;width: 240px;margin-right: 30px;}
.pic_video .pic{border:solid 1px #ddd;padding:3px 15px;margin-bottom: 30px}
.pic_video .pic img{width: 100%;display: block}
.pic_video video{width: 100%}


#spec-n5{width: 240px;height:56px; position: relative;top:6px; left: -8px;}
#spec-left{width:10px; height:56px;float: left;width:10px; height:50px; cursor:pointer;}
#spec-right{width:10px; height:56px; cursor:pointer; position: absolute;left: 260px;}
#spec-list{ width:226px;height: 56px; float:left; overflow:hidden;position: absolute;left: 22px;top: -6px;}
#spec-list ul li{ float:left; margin-right:0px; display:inline; width:62px;}
#spec-list img{ padding:2px ; border:1px solid #ccc; width:50px; height:50px;float: left;}



.proudct_tit{font-size: 24px;border-bottom: solid 1px #ddd;padding:0 0 8px 20px;position: relative;color: #040404}
.proudct_tit:before{height: 25px;width: 2px;font-size: 0;content: "";display: block;position: absolute;left:3px;top:6px;background: #024fa1}
.video_box{text-align: center;margin: 30px 0}
.description{padding:20px;line-height: 1.6; margin-bottom: 50px;}
.description p{margin-bottom: 20px;color: #040404}

 .public_header{width: 600px;margin: 10px auto 60px;color: #1e94d4;font-size: 24px;text-align: center;border-top: solid #1e94d4 1px;}
.public_header strong{display: block;width: 250px;margin: 0 auto;position: relative;background: #fff ;margin-top:-18px;}

/* 公司简介
* --------------------------- */
.abouttit{height: 50px;background: #eee;}
.abouttit li{float: left;width: 25%;text-align: center;}
.abouttit li a{display:block;line-height: 50px;position: relative;}
.abouttit li a.ab_active{background:#1e94d4;color: #fff;}
.abouttit li a.ab_active:before{position: absolute;content: "";display: block;width: 0;height: 0; border: 10px solid transparent;border-top: 10px solid #1e94d4;bottom: -19px;left: 50%;margin-left: -7px;}
.about_texts{margin-top: 30px;position:relative;right: -50px;}
.about_text p{line-height: 1.8;margin-bottom: 30px;text-indent: 2em}

/* 技术分享
* ----------------- */

.share_list li{margin-bottom: 30px;}
.share_list h5{font-size:16px;margin-bottom: 5px; padding:0 5px;font-weight: bold}
.share_list .share_read{background: #f7f8fa;border-top: 1px solid #ddd;padding:0 10px;height: 45px;line-height: 45px}
.share_list .left span{ color: #9b9b9b;margin-right: 15px;font-size: 12px }
.share_list .left{float: left;}
.downbtn{float: right;}
.downbtn a{margin-left: 20px;text-decoration: underline;font-size: 12px}
.downbtn a:nth-child(1){color: #1e94d4;}
.downbtn a:nth-child(2){color: #ff0125;}


.share_detail h2{text-align: center;font-size: 22px;color: #252525;margin-bottom:20px;}
.share_detail .share_detail_t{background: #f7f8fa;border-top: 1px solid #ddd;padding:0 10px;height: 45px;line-height: 45px;text-align: center;font-size: 12px}
 .share_detail .share_detail_t span{margin-left: 15px;}
.down_btn{height:50px;clear: both;margin: 20px 0 }
 .down_btn a{border-radius: 6px; background: #269edc;width: 240px;height: 45px;color: #fff;text-align: center;float: right;line-height: 45px;}


/* 联系我们
* ----------------------- */
.cntact table td:nth-child(2){padding-left: 30px;line-height: 2;}



/* 新闻资讯
* -------------------------*/
.newstit{height: 50px;background: #eee;}
.siderlist li{text-align: center;}
.siderlist li a{display:block;line-height: 50px;position: relative;background: #eee; color: #000;border-bottom: 1px solid #fff;}
.siderlist li a.ab_active{background:#1e94d4;color: #fff;}
.siderlist li a.ab_active:before{position: absolute;content: "";display: block;width: 0;height: 0;     border: 9px solid transparent;border-left: 9px solid #1e94d4;top: 50%;right: -18px;margin-top: -7px;}

.news_list li{margin-top: 30px;padding-bottom: 30px;border-bottom: 1px solid #ddd;overflow: hidden;clear: both;}
.news_list li .pic{float: left;width: 260px;height: 160px;text-align: center; }
.news_text{padding-left: 280px;}
.news_text h4{font-size: 18px;margin-bottom: 15px;}
.news_text p{line-height: 1.6;color: #9b9b9b}
.news_text .readm{margin-top: 15px;height: 20px;overflow: hidden;}
.news_text .readm span{float: left;color: #9b9b9b}
.news_text .readm a{color: #1e94d4;text-decoration: underline;float: right;}

/* 新闻详细
* ---------------------*/

/* .news_detail{margin-top: 45px;} */
.news_detail .hd{background: #eee;text-align: center;padding:35px 0;margin-bottom: 45px;}
.news_detail .hd h1{font-size: 26px;line-height: 1.7;margin-bottom: 15px;}
.news_detail .hd .news_time{font-size: 12px;color: #a6a6a6} 
.article{line-height: 2;padding:20px;}
.article p{margin-bottom: 20px;color: ;text-indent: 2em}

/* 分享
 *------------------------ */
.share_next{padding-top: 20px;border-top: solid 1px #ddd;text-align: right;position: relative;font-size: 12px;margin-top: 50px;}
.share_next .sharebtn{position: absolute;left: 5px;top: 20px}
.share_next .next_pr span{margin-left: 50px;display: inline-block; }
.share_next .next_pr a{color:#145d9c; }


/* 页脚
* --------------- */
.footer{background: #514f50;padding: 40px 0;margin-top: 100px;}
.footerinner{width: 950px;margin: 0 auto;padding-left:100px;}
.footerinner{text-align: center;}
.footernav{border-bottom: 1px solid #fff;color: #fff;padding-bottom: 20px;text-align: center;margin-bottom: 10px;width: 800px;margin-left: 65px;}
.footernav a{color: #fff;font-size: 18px}
.footernav span{margin: 0 10px;}
.copy{font-size: 18px;color: #fff;line-height: 1.6}

.footer .wrap{position: relative;}
.footer .wrap .e{position: absolute;left: 0;top: -20px}