﻿@charset "utf-8";

/*------------------software.css------------------*/

/* CSS Document */
body{ background:#fff; padding:0; margin:0;}

a {
    text-decoration: none;
}
a  p {
    text-decoration: none;
}
/*----------------------------------网站首页-----------------------------------------*/
/*top*/

/*顶部广告   不展开   start*/
.top_ad{ width:100%; height:90px; background:url(../images/top_ad_2.jpg) no-repeat center top; text-align:center;}
.top_ad a{ display:block; width:100%; height:90px;}
/*顶部广告   不展开   end*/


.top{ width:1000px; height:29px; line-height:29px; margin:0 auto; color:#363636;}
.toptel b{ color:#b79700;}
.top a{ color:#363636; font-size:14px; padding-left:10px;}
.top a:hover{ color:#6a6a6a;}
.topsign{ display:inline-block; width:125px; height:29px; line-height:29px; color:#5eb304; margin-left:10px; cursor:pointer; background:url(../images/top_button_2.png) no-repeat; text-align:center;}

.logo{ height:65px; border-bottom:#c3c3c3 solid 1px;}
.logocont{ width:1000px; margin:auto; position:relative;}
.logobox{ width:202px; height:54px; background:url(../images/logo_2.png) no-repeat;}
.logobox h1{ visibility:hidden;}

.navlist li{ float:left; width:90px; margin:0 8px; position:relative;}
.navlist li a{ display:block; width:90px; height:30px; text-align:center; margin:0 8px; line-height:30px; color:#1c1c1c; background:#fff; border-radius:3px;}
.navlist li a:hover{ background:#5eb304; color:#fff;}

.nav ul li {float:left; position:relative;}
.nav ul li a, .nav ul li a:visited {
display:block; 
text-align:center; 
width:90px; 
height:30px; 
color:#000; 
background:#fff; 
line-height:30px;
color:#1c1c1c;
border-radius:3px;
}
.nav ul li ul {
display: none;
}
.nav ul li:hover a {
color:#fff; 
background:#5eb304;
}
.nav ul li:hover ul {
display:block; 
position:absolute; 
top:30px; 
left:-8px; 
width:90px;
}
.nav ul li:hover ul li a {
display:block; 
background:#31a942; 
color:#fff;
}
.nav ul li:hover ul li a:hover {
background:#35b848; 
color:#fff;
}

.sonnavlist{ z-index:9999;}



/*.nav a{ display:inline-block; width:90px; height:30px; text-align:center; margin:0 8px; line-height:30px; color:#1c1c1c; background:#fff; border-radius:3px;}
.nav a:hover{ background:#5eb304; color:#fff;}*/

/*banner*/
.banner{}
.banner ul li{ height:600px;}
#full-screen-slider { width:100%; height:600px; /*float:left;*/ position:relative}
#slides { display:block; width:100%; height:600px; list-style:none; padding:0; margin:0; position:relative}
#slides li { display:block; width:100%; height:100%; list-style:none; padding:0; margin:0; position:absolute; z-index:0;}
#slides li a { display:block; width:100%; height:100%; text-indent:-9999px}
#pagination { display:block; list-style:none; position:absolute; left:48.5%; bottom:20px; z-index:9900;  padding:5px 5px 5px 0; margin:0}
#pagination li { display:block; list-style:none; width:10px; height:10px; float:left; margin-left:15px; border-radius:5px; background:#ccc }
#pagination li a { display:block; width:100%; height:100%; padding:0; margin:0;  text-indent:-9999px;}
#pagination li.current { background:#82ca00}

/*导航定位*/
.menu_a{ position:absolute; z-index:99; right:0;}
.menu_a02{ position:absolute; z-index:99; padding-left: 60px;}

.wrap{ width:1000px; margin:auto;}
/*产品*/
.homeproduct{ width:1000px; margin:50px auto 0;}
.homeproduct ul{ padding:10px 0;}
.homeproduct ul li{ width:205px; float:left; padding-right:29px; border-right:#b5b5b5 dashed 1px;}
.prodtitle{ width:205px; height:100px; text-align:center; color:#fff;}
.djbtitle{ background:#ffae1f;}
.lsbtitle{ background:#2d9c3d;}
.smtitle{ background:#e5007f;}
.postitle{ background:#167acf;}
.prodtitle i{ display:block; width:68px; height:50px; background:url(../images/cp_icon_2.png) no-repeat; position:relative; top:10px; left:70px; *left:0px;}

.cp_icon1{ background:url(../images/cp_icon_2.png) no-repeat;}
.cp_icon2{ background:url(../images/cp_icon_2.png) no-repeat 0 -50px !important;}
.cp_icon3{ background:url(../images/cp_icon_2.png) no-repeat 0 -100px !important;}
.cp_icon4{ background:url(../images/cp_icon_2.png) no-repeat 0 -150px !important;}
.prodtitle span{ display:block; font-size:20px; padding-top:13px; font-family:"微软雅黑"}

.prodsmg{ width:205px; height:178px; overflow:hidden; font-family:"微软雅黑";padding-top:10px;}
.prodsmg span{ line-height:22px; font-size:14px; font-weight:500; color:#333;}
.prodsmg p{ font-size:12px; color:#757575; padding-top:10px;}

.contdown b{ font-size:20px; color:#c7a82a;}

.homereg input[type=text]{ width:198px; height:35px; line-height:35px; background:#fff; border:#979797 solid 1px; border-radius:3px; padding-left:4px; color:#888; margin-top:5px;}
.prodlink a, .formbutton{ display:block; width:204px; height:38px; line-height:38px; text-align:center; font-family:"微软雅黑"; color:#fff; border-radius:3px;}
.djblink{ background:#c7a82a;}
.smlink{ background:#e5007f;}
.poslink{ background:#3e8dd2;}
.formbutton input[type=button], .formbutton input[type=submit]{ width:102px; outline:medium none; border:none; height:38px; float:left; color:#fff; cursor:pointer; font-size:16px; font-family:"微软雅黑";}
.formbutton input[type=button]{ background:#5eb304; border-radius:3px 0 0 3px;}
.formbutton input[type=submit]{ background:#a6a6a6; border-radius:0 3px 3px 0;}

/*homenews*/
.homenews{ height:50px; background:#029396; margin-top:35px; overflow:hidden;}
.homenewscont{ width:1000px; height:50px; line-height:50px; margin:auto; background:url(../images/homenewsbg_2.png) no-repeat center;}
.homenewstitle{ width:234px;}
.homenewstitle h3{ text-align:right; color:#fff; padding-right:25px; font-size:16px;}
.homenewslist{ width:764px; font-size:14px; color:#fff; height:50px; overflow:hidden;}
.homenewslist ul li{ line-height:50px;}
.homenewslist ul li span{ padding-right:20px;}
.homenewslist ul li a{ color:#fff; display:inline-block;}
.homenewslist ul li a:hover{ text-decoration:underline;}/**/

.news_li{ line-height:50px; display:inline-block; position:relative; top:0; z-index:999}
.swap{ line-height:50px; display:inline-block; position:absolute; left:55px; top:50px;}
.news_li a,.swap a{ color:#fff;}
/*.swap{ top:50px;}*/

/*首页新闻列表*/
.home_newsbox{ width:100%; min-height:300px; margin-top:30px;}
.newscentent{background:#049a94;}
.news_cen{ width:1002px; min-height:300px; margin:0 auto; background:url(../images/homenews_bj_2.png) repeat-y center top; padding:20px 0;}
.home_newstitle{ height:50px; line-height:50px; background: url(../images/homenewstitle_bj_2.png) no-repeat center center;}
/*文字排版*/.news_ff{ font-family:"Lucida Grande", Verdana,Lucida,Arial,Helvetica,"微软雅黑",宋体,sans-serif; font-size:24px; color:#FFFFFF; font-weight:normal;}
/*定位*/.news_tc{ text-align:center;}
.newsboxcont{ width:100%; margin:20px auto 0;}
.homenews_list{width:460px;}
.homenews_list ul{ margin:0; padding:0;}
.homenews_list li{ font-size:16px; height:36px; line-height:36px; list-style:none; background:url(../images/homenews_icon_2.png) no-repeat left center;}
.homenews_list li p{ float:left; margin:0; padding:0 10px 0 25px; font-size:16px; color:#d8ff00;}
.homenews_list li span{ float:right; width:80px;color:#beeea1; font-size:12px; color:#d8ff00;}
.homenews_list li a{ float:left; color:#fff; display:block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; position:relative; text-decoration:none;}
.homenews_list li a:hover{ color:#d8ff00; text-decoration:none;}


/*优势*/
.homegoodtitle{ width:1000px; margin:auto; text-align:center;}
.homegoodtitle h3{ font-size:40px; left:58px;}

.homegoodcont{ width:1000px; margin:auto;}
.homegoodcont ul{ margin:20px 0;}
.homegoodcont ul li{ float:left; width:210px; text-align:center;}
.homegoodcont ul li img{ width:210px; height:210px;}
.homegoodcont ul li a span{ display:block; line-height:28px; color:#333;}
.homegoodcont ul li a:hover span{ color:#093;}

.goodmsg{ width:322px;}
.goodmsg h4{ font-size:18px; line-height:38px; color:#539f02;}
.goodmsg p{ font-size:14px; color:#666;}

/*周边*/
.aroundtitle{ width:810px; margin:auto;}
.aroundtitle span{ font-size:20px; color:#333;}
.aroundtitle h3{ float:left; font-size:30px;}
.aroundtitle a{ float:left;}
.aroundcont{ min-height:230px; background:url(../images/aroundbg_2.png) no-repeat center; background-size:100%}
.aroundcont ul{ width:1000px; *width:1450px; margin:0 auto;}

.aroundcont ul li{ float:left; width:140px; text-align:center; padding:0 12px;}
.aroundcont ul li a img{ display:block;}
.aroundcont ul li a span{ color:#333; line-height:30px;}
.aroundcont ul li a:hover span{ color:#66b710;}

/*案例*/
.homecasetitle{ height:114px; background:#2a993f;}
.homecasebox{ padding:20px 0; height:74px; width:1000px; background:url(../images/casetitlebg_2.png) repeat-y; margin:auto; color:#fff;}
.homecasebox span{ font-size:20px;}
.homecasebox h3{ font-size:40px;}
.homecasecont{ width:1000px; margin:30px auto 0;}
.homecasetab tr td{ border:#ededed solid 1px;}
.homecaselink a{ padding:8px 16px; font-size:14px; color:#fff; background:#646464; margin:0 10px;}
.homecaselink a:hover{ background:#74bd26;}



.howbox{ margin:0 auto; width:1020px; height:auto; overflow:hidden;}

.howbox   h5 {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    display: inline-block;
    font-family: "微软雅黑";
}


.howbox   ul.detail {
    text-align: left;
    margin-top: 20px;
    padding:0 15px;
}
.howbox   ul.detail li {
    display: list-item;
    font-size: 14px;
}
.howbox .sec_textright img {
    max-height:80%;
    margin-left: 50px;
    margin-top: 4%;
}

.how h2 {
    margin: 15px 0;
}

.howbox .sec_textright .text h5 {
    line-height: 1.2;
}


/*经典案例---让案例来说话*/
.case2title{ width:100%;}




.homecase2box{ margin:0 auto; width:1020px; height:auto; overflow:hidden;}
.homecase2box ul{}
.homecase2box ul li{ float:left; width:235px; text-align:center;height:230px; margin:10px; background:#FFFFFF; border-bottom:solid 1px #CCCCCC;}
.homecase2box ul li a { text-decoration: none;}

.homecase2box ul li:hover { background:#09ab8f; border-bottom:solid 1px #09ab8f; color:#FFFFFF;}
.homecase2box ul li  img{width:233px; height:131px; border:solid 1px #CCCCCC;}
.homecase2box ul li  img:hover{width:233px; height:131px; border:solid 1px #09ab8f;}
.homecase2box ul li { display:block; width:235px; height:230px;}
.homecase2box ul li   h3{ padding:8px 10px 0; line-height:30px; font-size:16px; color:#202020;font-weight: bold;}
.homecase2box ul li   h3:hover{ color:#FFFFFF;}
.homecase2box ul li  p{ padding:0 10px; line-height:22px; font-size:14px; color:#333;}
.homecase2box ul li:hover  p{ color:#FFFFFF;}

.homecase2box ul li  h5 {
    font-size: 22px;
    font-weight: bold;
    color: #000;
    display: inline-block;
    font-family: "微软雅黑";
}

.homecase2box ul li  p {
    padding: 0 5%;
	margin-top:10px;
    text-align: left;
	font-size: 14px;
}

.homecase2box.case ul li  p {
    font-size: 12px;
}

.homecase2box.vip ul li {
    height: 120px;
}


.homecase2box ul li a p {
    padding: 0 5%;
	margin-top:10px;
    text-align: left;
	font-size: 14px;
	color:#333;
}


.homecase2box ul li h1 span.icon {
    font-size: 70px;
	color:	#5eb304;
}

.homecase2box.jscase ul li {
    display: block;
    width: 148px;
    height: 135px;
}

.homecase2box.jscase ul li img {
    width: 140px;
    height: 85px;
}

.homecase2box.jscase ul li h3 {

    font-size: 12px;

}

 .homecase3box{ margin:0 auto; width:1020px; height:auto; overflow:hidden;}
.homecase3box ul{}
.homecase3box ul li{ float:left; width:235px; text-align:center;height:168px; margin:10px; background:#FFFFFF; border-bottom:solid 1px #CCCCCC;}
.homecase3box ul li:hover{ background:#09ab8f; border-bottom:solid 1px #09ab8f; color:#FFFFFF;}
.homecase3box ul li a img{width:233px; height:131px; border:solid 1px #CCCCCC;}
.homecase3box ul li a:hover img{width:233px; height:131px; border:solid 1px #09ab8f;}
.homecase3box ul li a{ display:block; width:235px; height:230px; text-decoration: none; }
.homecase3box ul li a h3{ padding:8px 10px 0; line-height:30px; font-size:16px; color:#202020; font-weight: bold;}
.homecase3box ul li a:hover h3{ color:#FFFFFF;}
.homecase3box ul li a p{ padding:0 10px; line-height:22px; font-size:14px; color:#666666;}
.homecase3box ul li:hover p{ color:#FFFFFF;}

.homecase3box ul li  h4 {
    font-size:16px; color:#202020;
    font-weight: bold;
}
.homecase3box ul li  h5 {
    font-size: 22px;
    font-weight: bold;
    color: #000;
    display: inline-block;
    font-family: "微软雅黑";
}

.homecase3box ul li  p {
    padding: 0 5%;
	margin-top:10px; 
	font-size: 13px;
}

.homecase3box ul li a p {
    padding: 0 5%;
	margin-top:10px; 
	font-size: 13px;
	color:#666;
}


.homecase3box ul li h1 span.icon {
    font-size: 70px;
	color:	#5eb304;
}

/*图片360度左右翻转
.homecase2box ul li a img{
	transition:All 1s ease-in-out;
	-webkit-transition:All 1s ease-in-out;
	-moz-transition:All 1s ease-in-out;
	-o-transition:All 1s ease-in-out;
	width:233px;
	height:131px;
	border:solid 1px #CCCCCC;
}
.homecase2box ul li a:hover img {
	transform:rotate3d(1，1,0,360deg);
	transform:rotateY(360deg);
	-webkit-transform:rotate3d(1，1,0,360deg);
	-moz-transform:rotate3d(1，1,0,360deg);
	-o-transform:rotate3d(1，1,0,360deg);
	-ms-transform:rotate3d(1，1,0,360deg);
	width:233px;
	height:131px;
	border:solid 1px #09ab8f;
}*/


/*有请链接*/
.homelink{ background:#ebebeb; min-height:100px;}
.homelinkcont{ width:1000px; margin:auto; padding:20px 0;}
.homelinktitle{ width:1000px; height:28px; line-height:28px; background:url(../images/linkbg_2.png) repeat-x center;}
.homelinktitle h3{ width:100px; background:#ebebeb; margin-left:45%;}
.linkcont a{ color:#8b8b8b; line-height:24px; padding-right:10px;}
.linkcont a:hover{ color:#333;}

/*homecontant*/
.homecontant{ height:378px;  position: relative;}
/*.homecontant{ height:478px; background:url(../images/map_2.png) no-repeat center;}*/
.homecontbox{ width:1000px; margin:auto; position:relative;}
.contsign{
	width: 176px;
	height: 124px;
	background: url(../images/sign_2.png) no-repeat;
	position: absolute;
	top: 100px;
        left: 415px;
}
.homeconttext{ width:365px; height:255px; padding:35px 25px; overflow:hidden; background:#fff; position:absolute; top:55px;     left: 0px;}

@media (max-width: 1040px) {
    .homecontant{ height:278px;  }
    .contsign{
        top: 40px;
    }
    .homeconttext{  top:0px; }

}

.contanttitle, .homecontlist{ border-bottom:#010101 dotted 1px; padding-bottom:10px;}
.contanttitle h3{ font-size:30px;}
.contanttitle span{ font-size:24px; color:#696969;}
.homecontlist li{ font-size:13px; color:#333; line-height:20px;}
.homecontlist li a{ display:inline-block; width:128px; height:38px; margin:10px 10px 0; border-radius:20px; line-height:38px; text-align:center; background:#5eb304; color:#fff; font-size:16px !important;}
.homecontlist li a:hover{ background:#060;}
.company h4{ font-size:16px;}
.company p{ font-size:13px; color:#666;}

/*bottom*/
.bottom1{ width:1000px; margin:auto; padding:35px 0;}
.bottmbox li{ line-height:24px; color:#333;}
.bottmbox li a{ color:#333; padding-right:10px;}
.bottmbox li a:hover{ color:#000;}
.bottmbox li.lia01 a{ margin:0; padding:0;}
.bottmbox li span{ font-size:14px; color:#4e9700;}
.bottmbox_l{ width:800px; font-family:"微软雅黑"}
.bottmbox_r{ width:190px;}

.hottmweibo a{ display:block; float:left; width:44px; height:44px; background:url(../images/bottomlink_2.png) no-repeat; margin:0 5px;}
.hottmweibo a span{ visibility:hidden;}
.sina{ background-position:-44px 0 !important;}
.sina:hover{ background-position:0 0 !important;}
.tencent{ background-position:-44px -44px !important;}
.tencent:hover{ background-position:0 -44px !important;}
.qqzone{ background-position:-44px -88px !important;}
.qqzone:hover{ background-position:0 -88px !important;}

/*页面底部logo*/
.footerlogo_box{ padding:20px 0 20px; text-align:left}

/*常见问题*/
.cjwt_box{position:fixed; top:50%}
.cjwt_box a#mysteve{background:#80c26a; width:42px;height: 135px;font-size: 18px;text-align: center; float: left;padding-top: 10px;color: #fff;cursor: pointer}
.cjwt_box a span{width:30px;display: inline-block}
.cjwt_list_box{float: left;display: none}
.cjwt_list_i{float: left;margin-top: 20px}
.cjwt_list{background: #FFFFFF;padding: 30px;width:340px;float: left;border-radius: 5px;border:1px solid #e0e0e0}
.cjwt_list .cjwt_a{color: #2d9c3e; line-height:36px; font-size: 16px;text-decoration:none;cursor: pointer;}



/*------------------link.css------------------*/

/* CSS Document */

.blk_18 {width:100%; height:auto;OVERFLOW: hidden; background:#ebebeb; FONT-SIZE: 12px;  ZOOM: 1}
.blk_18 .pcont {margin:0 auto; WIDTH:1000px;OVERFLOW: hidden;}
.blk_18 .ScrCont {
WIDTH: 1000px; ZOOM: 1
}
.blk_18 #List1_1 { margin-top:10px;
FLOAT: left
}
.blk_18 #List1_1 a{ LINE-HEIGHT:24px; TEXT-ALIGN: left; TEXT-DECORATION: none; padding-right:16px; color:#333}
.blk_18 #List1_1 a:hover{color:#009933}

.blk_18 #List2_1 a{FLOAT: left; LINE-HEIGHT:24px; TEXT-ALIGN: left; TEXT-DECORATION: none; padding-right:16px; color:#8b8b8b}
.blk_18 #List2_1 a:hover{color:#009933}

.blk_18 .LeftBotton { FLOAT: left; MARGIN: 10px 1px; WIDTH: 15px; HEIGHT: 72px
}
.blk_18 .RightBotton { FLOAT: left; MARGIN: 10px 1px; WIDTH: 15px; HEIGHT: 72px
}
.blk_18 .LeftBotton {
BACKGROUND-POSITION: 0px 0px; MARGIN-LEFT: 5px
}
.blk_18 .RightBotton {
BACKGROUND-POSITION: 0px -100px; MARGIN-LEFT: -1px
}
.blk_18 .LeftBotton:hover {
BACKGROUND-POSITION: -20px 0px
}
.blk_18 .RightBotton:hover {
BACKGROUND-POSITION: -20px -100px
}

/*.blk_18 .pl {FLOAT: left; LINE-HEIGHT:50px; TEXT-ALIGN: left; TEXT-DECORATION: none; padding-right:25px; color:#8b8b8b}
.blk_18 A.pl:hover {COLOR: #009933;}*/
.commu_cont3 {
MARGIN: 9px 7px 7px; LINE-HEIGHT: 150%
}
.commu_cont3 UL {
WIDTH: 188px
}





/*------------------lrtk.css------------------*/

/* 懒人图库 搜集整理 www.lanrentuku.com */

/*焦点图*/

.focus{ position:relative; width:205px; height:170px; background-color: #000; float: left;}  

.focus img{ width: 205px; height:170px;} 

.focus .shadow .title{width: 260px; height: 65px;padding-left: 30px;padding-top: 20px;}

.focus .shadow .title a{ text-decoration:none; color:#fff; font-size:14px; font-weight:bolder; overflow:hidden; }

.focus .btn{ position:absolute; bottom:34px; left:510px; overflow:hidden; zoom:1;} 

.focus .btn a{position:relative; display:inline; width:13px; height:13px; border-radius:7px; margin:0 5px;color:#B0B0B0;font:12px/15px "\5B8B\4F53"; text-decoration:none; text-align:center; outline:0; float:left; background:#D9D9D9; }  

.focus .btn a:hover,.focus .btn a.current{  cursor:pointer;background:#fc114a;}  

.focus .fPic{ position:absolute; left:0px; top:0px; }  

.focus .D1fBt{ overflow:hidden; zoom:1;  height:16px; z-index:10;  }  

.focus .shadow{ width:100%; position:absolute; bottom:0; left:0px; z-index:10; height:25px; line-height:25px; background:rgba(0,0,0,0.6);    

filter:progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = '#80000000',endColorstr = '#80000000')\9;  display:block;  text-align:center; }  

.focus .shadow a{ text-decoration:none; color:#fff; font-size:12px; overflow:hidden; margin:0 10px; font-family: "黑体";}  

.focus .fcon{ position:relative; width:100%; float:left;  display:none; background:#000  }  

.focus .fcon img{ display:block; border:none; }  

.focus .fbg{bottom:25px; margin:150px auto 0 auto; width:80px; height:21px; text-align:center; z-index: 200; }  

.focus .fbg div{margin:4px auto 0;overflow:hidden;zoom:1;height:14px}    

.focus .D1fBt a{position:relative; display:inline; width:8px; height:8px; border-radius:7px; margin:0 5px;color:#B0B0B0;font:12px/15px "\5B8B\4F53"; text-decoration:none; text-align:center; outline:0; float:left; background:#D9D9D9; }    

.focus .D1fBt .current,.focus .D1fBt a:hover{background:#fc114a;}

.focus .D1fBt img{display:none}

.focus .D1fBt i{display:none; font-style:normal; }

.focus .prev,.focus .next{position:absolute;width:40px;height:74px;background: url(../images/focus_btn.png) no-repeat;}

.focus .prev{top: 50%;margin-top: -37px; left: 0;background-position:0 -74px; cursor:pointer; }

.focus .next{top: 50%;margin-top: -37px; right: 0;  background-position:-40px -74px;  cursor:pointer;}

.focus .prev:hover{  background-position:0 0; }

.focus .next:hover{  background-position:-40px 0;}



/*------------------menu.css------------------*/

/* 导航栏 */


#nav {
  margin-top: 20px; line-height: 24px;  list-style-type: none; background:#1c1c1c; z-index:99999999999999;
}
#nav a {
 display: block; padding:0 10px; text-align:center;
}
#nav a:link  {
 color:#1c1c1c; text-decoration:none;
}
#nav a:visited  {
 color:#1c1c1c;text-decoration:none;
}
#nav a:hover  {
 color:#FFF;text-decoration:none;font-weight:bold;
}
#nav li {
 float: left; padding:0 10px; line-height:30px; border-radius: 3px; font-size:16px;
}
#nav li a:hover{
 background:#5eb304; border-radius: 3px;
}
#nav li.li02 {
 width: 70px;
}
#nav li.li02 a:hover{ width:70px; background:#5eb304; border-radius: 3px;
}
#nav li.li01 {
 background:url(../images/lxiala_a_2.png) no-repeat right center;
}

#nav li ul {
 line-height: 30px; list-style-type: none;text-align:left; left: -999em; width: 121px; height:auto; overflow:hidden; position: absolute; z-index:99999999999999; background:#f6f6f6; border:solid 1px #e5e5e5; border-radius: 3px; box-shadow: 2px 3px 5px #c1c1c1;
}
#nav li ul li{
 float: left; margin:0; width: 119px; font-size:14px;
}

#nav li ul a{
 display: block; width:109px; height:32px; border-bottom:solid 1px #FFFFFF; text-align:left;padding-left:15px; background:url(../images/lmenu_bg2_2.png) repeat-x left top;
}
#nav li ul a:link  {
 color:#1c1c1c; text-decoration:none;
}
#nav li ul a:visited  {
 color:#1c1c1c;text-decoration:none;
}
#nav li ul a:hover  {
 color:#F3F3F3;text-decoration:none;font-weight:normal;
 background:#5eb304;
}
#nav li:hover ul {
 left: auto;
}
#nav li.sfhover ul {
 left: auto;
}
#content {
 clear: left; 
}

.nav_login{
	width:90px;
	height:50px;
	line-height:50px;
	background-color:#5eb304;
}

/*------------------menu.css------------------*/

/*首页特色功能版块*/

.home_function{ width:100%; height:auto; overflow:hidden;;}

.function_title{ margin:0 auto; width:100%; height:100px; background: #e2e2e2}
.function_title p{ display:block; width:680px; height:66px; margin:0 auto; background: url(../images/function_titbg_2.png) no-repeat 70px center;font-size:36px; padding:34px 0 0 320px;}
.functionbox{ width:1000px; margin:30px auto 0;}

/*菜单class*/
.Menubox{ width:1000px; margin:30px auto 0;}
.me_list{width:234px; border-right: 1px solid #d5d5d5; padding-right:20px; vertical-align:top;}
.me_list li{display:block; list-style-type:none; cursor:pointer; margin-top:4px; width:100%; height:30px; border:solid 1px #e9e9e9; text-indent:70px; background-color:#fafafa; line-height:30px;text-decoration:none;color:#333;font-size:15px;}
.me_list li.hover{width:100%;background-color:#2a993f; border:solid 1px #2a993f; color:#fff;}
.me_list li a{ display:block; width:100%; height:32px;}
.l_bg1{ background:url(../images/l_icon01_3.png) no-repeat 40px center;}
.l_bg1:hover{ background:url(../images/l_icon01_2_2.png) no-repeat 40px center;}

.l_bg2{ background:url(../images/l_icon02_3.png) no-repeat 40px center;}
.l_bg2:hover{ background:url(../images/l_icon02_2_2.png) no-repeat 40px center;}

.l_bg3{ background:url(../images/l_icon03_3.png) no-repeat 40px center;}
.l_bg3:hover{ background:url(../images/l_icon03_2_2.png) no-repeat 40px center;}

.l_bg4{ background:url(../images/l_icon04_3.png) no-repeat 40px center;}
.l_bg4:hover{ background:url(../images/l_icon04_2_2.png) no-repeat 40px center;}

.l_bg5{ background:url(../images/l_icon05_3.png) no-repeat 40px center;}
.l_bg5:hover{ background:url(../images/l_icon05_2_2.png) no-repeat 40px center;}

.l_bg6{ background:url(../images/l_icon06_3.png) no-repeat 40px center;}
.l_bg6:hover{ background:url(../images/l_icon06_2_2.png) no-repeat 40px center;}

.l_bg7{ background:url(../images/l_icon07_3.png) no-repeat 40px center;}
.l_bg7:hover{ background:url(../images/l_icon07_2_2.png) no-repeat 40px center;}

.Contentbox{width:720px; height:auto; overflow:hidden;}
.Contentbox li{ list-style-type:none;}
.Contentbox li img{ margin-right:30px;}
.Contentbox li h3{font-size: 22px; font-weight: normal;}
.Contentbox li p{font-size: 14px; line-height: 24px; margin-top: 15px;}
.Contentbox li a{background: #5eb304 none repeat scroll 0 0; border-radius:3px; color:#fff; display:block; float:right; font-size:14px; height:36px; line-height:36px; margin:30px 6px 0 0; text-align:center; text-decoration:none; width:155px;}
.Contentbox li a:hover{ background:#2a993f}
/*选项卡1 end*/



/*------------------gn_main.css------------------*/


/*首页特色功能版块*/

.home_function{ width:100%; height:auto; overflow:hidden;;}

.function_title{ margin:0 auto; width:100%; height:100px; background: #e2e2e2}
.function_title p{ display:block; width:680px; height:66px; margin:0 auto; background: url(../images/function_titbg_2.png) no-repeat 70px center;font-size:36px; padding:34px 0 0 320px;}
.functionbox{ width:1000px; margin:30px auto 0;}

/*菜单class*/
.Menubox{ width:1000px; margin:30px auto 0;}
.me_list{width:234px; border-right: 1px solid #d5d5d5; padding-right:20px; vertical-align:top;}
.me_list li{display:block; list-style-type:none; cursor:pointer; margin-top:4px; width:100%; height:30px; border:solid 1px #e9e9e9; text-indent:70px; background-color:#fafafa; line-height:30px;text-decoration:none;color:#333;font-size:15px;}
.me_list li.hover{width:100%;background-color:#2a993f; border:solid 1px #2a993f; color:#fff;}
.me_list li a{ display:block; width:100%; height:32px;}
.l_bg1{ background:url(../images/l_icon01_3.png) no-repeat 40px center;}
.l_bg1:hover{ background:url(../images/l_icon01_2_2.png) no-repeat 40px center;}

.l_bg2{ background:url(../images/l_icon02_3.png) no-repeat 40px center;}
.l_bg2:hover{ background:url(../images/l_icon02_2_2.png) no-repeat 40px center;}

.l_bg3{ background:url(../images/l_icon03_3.png) no-repeat 40px center;}
.l_bg3:hover{ background:url(../images/l_icon03_2_2.png) no-repeat 40px center;}

.l_bg4{ background:url(../images/l_icon04_3.png) no-repeat 40px center;}
.l_bg4:hover{ background:url(../images/l_icon04_2_2.png) no-repeat 40px center;}

.l_bg5{ background:url(../images/l_icon05_3.png) no-repeat 40px center;}
.l_bg5:hover{ background:url(../images/l_icon05_2_2.png) no-repeat 40px center;}

.l_bg6{ background:url(../images/l_icon06_3.png) no-repeat 40px center;}
.l_bg6:hover{ background:url(../images/l_icon06_2_2.png) no-repeat 40px center;}

.l_bg7{ background:url(../images/l_icon07_3.png) no-repeat 40px center;}
.l_bg7:hover{ background:url(../images/l_icon07_2_2.png) no-repeat 40px center;}

.Contentbox{width:720px; height:auto; overflow:hidden;}
.Contentbox li{ list-style-type:none;}
.Contentbox li img{ margin-right:30px;}
.Contentbox li h3{font-size: 22px; font-weight: normal;}
.Contentbox li p{font-size: 14px; line-height: 24px; margin-top: 15px;}
.Contentbox li a{background: #5eb304 none repeat scroll 0 0; border-radius:3px; color:#fff; display:block; float:right; font-size:14px; height:36px; line-height:36px; margin:30px 6px 0 0; text-align:center; text-decoration:none; width:155px;}
.Contentbox li a:hover{ background:#2a993f}
/*选项卡1 end*/




/*------------------download.css------------------*/

.pro_titlebox{ width:100%; height:80px; margin-bottom:12px; background:#288b54; line-height:80px; text-align:center; font-weight:bold; font-size:36px; color:#ffffff;}
table{ background:#d3d8c3; color:#575757;}
table th{ height:110px; background:#e2e4db; padding-top:7px; text-align:center; font-weight:bold;}
table td{ height:28px; background:#ffffff}
table .tr_a1 td{ height:35px; background:#e2e4db; font-size:12px;}
table .td_w1{ width:25%;}
table .td_w3{ width:14%;}
table .td_w4{ width:19%;}
table .f_in{ text-indent:10px;}
table .a1{ font-size:14px;}
table .a1 img{ float:right; padding-right:10px;}
table .a2{ font-size:14px;}
table .color_red{ color:#e32525;}
table .color_orange{ color:#f47a18; font-size:16px; font-weight:bold;}
table .color_orange span{ font-size:12px;}
table .b_height td{ height:47px;}
table .button a{ display:block; margin:5px 0; padding:4px 0; width:58px; border-radius:4px; color:#FFFFFF; text-decoration:none;}
table .button .fl{ float:left; margin-left:8px;}
table .b_orange{ background:#fe9027;}
table .b_orange:hover{ background:#fe9027;}
table .b_grey{ background:#3d9e05;}
table .b_grey:hover{ background:#3d9e05;}
table .b_huise{ background:#bfc1ba;}
table .b_huise:hover{ background:#b2b4ac;}
.shi-yong{height:30px;padding-left:35px;}
.download-area{position:relative;margin-top:10px;}
table .button a.download-main{height:30px;border-radius:5px;background:#f3f2f2;border-color:#dcded5;padding:2px 5px;width:100px;line-height:30px;vertical-align:middle;color:#666666;border:1px solid #dcded5;}
.download-list{display:none;border-radius:5px;background:#f3f4f0;height:140px;text-align:center;position:absolute;left:13px;width:113px;}
table .button a.download-block{height:30px;border-radius:5px;background:#f3f2f2;width:80px;border-color:#dcded5;padding:2px 5px;line-height:30px;vertical-align:middle;color:#666666;border:1px solid #dcded5;}




    .footerlogo_box a{
        display: inline-block;
        margin-right: 10px;
         border:1px solid #eee;
        border-radius: 5px;
    }			/*------------------新产品样式.css------------------*/
	
	.new_index_main1{	width:100%;	height:450px;	background-color:#f5f5f5;}
	.new_index_cp{	width:1000px;	height:415px;	margin:0 auto;	}
	.new_index_cp_01{	width:320px;	height:425px;	float:left;	box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.176);	margin:0 7px;}
	.new_index_cp_top{	width:320px;	height:150px;background: #f3f3f3; text-align:center;}
	.new_index_cp_top h1{	text-align:center;	padding-top:10px;	font-size:20px;	color:#333;}
	.new_index_cp_top span.icon.iconfont {	 	font-size:70px;	color:#333;    padding-top: 20px;
    display: block;}
	
	.new_index_cp_bottom{	width:320px;	height:275px;	background-color:#fff;	position:relative;	}
.new_index_cp_bottom a { text-decoration: none;}
.new_index_tese{	color:#fff;	font-size:12px;	text-align:center;	width:42px;	line-height:21px;	float:left;	margin:20px 10px 0 15px;}
		
		.new_index_b_title{	float:left;	font-size:16px;	color:#5eb304;	line-height:21px;	padding:20px 0 0 0px;	width:240px;}
		.new_index_cp_li li{	list-style-type:disc;	color:#5eb304;	font-size:18px;	margin:4px 0 0 35px;}
		.new_index_cp_li_p{	font-size:14px;	color:#333;}
		.new_index_cp_bottom_b{width:140px;height:40px;background-color:#5eb304;border-radius:5px;font-size:20px;text-align:center;line-height:40px;position:absolute;bottom:20px;right:20px;	color:#fff;font-size:16px;}
		.new_index_cp_01:hover{box-shadow: 3px 3px 10px 3px rgba(0, 0, 0, 0.4);}
		.new_index_cp_bottom:hover{	background-color:#5eb304;	color:#fff;	cursor:pointer;}
		.new_index_cp_bottom:hover .new_index_tese{	 	color:#5eb304;}
		.new_index_cp_bottom:hover .new_index_b_title{	color:#fff;}
		.new_index_cp_bottom:hover .new_index_cp_li_p{	color:#fff;}
		.new_index_cp_bottom:hover .new_index_cp_li li{	color:#fff;}
		.new_index_cp_bottom:hover .new_index_cp_bottom_b{	background-color:#fff;	color:#5eb304;}
	
	
	
	.index_yx_right p a{color:#999;}
    .index_yx_right p a:honver{color:#5eb304;}
	
	
	.right_nav{
	width:80px;
	height:330px;	
	position:fixed;
	right:0;
	top:215px;
	z-index:99;
}
.right_nav ul li{
	height:79px;
	border-bottom:1px solid #fff;
	background-color:#5eb304;	
}
.right_nav ul li:hover{
	background-color:#8fd644;	
}
.right_nav ul li img{
	width:40px;
	display:block;
	margin:0 auto;
	padding:7px 0 5px 0;
	}
.right_nav ul li h2{
	text-align:center;
	font-size:14px;
	color:#fff;
	}
.right_nav_wx_dis{
		display:none;
		position:absolute;
		left:85px;
		top:10px;
	}

.right_nav ul li.QR-show {
	position: relative;
}
.right_nav ul li.QR-show div.QR {
	display: none;
	position: absolute;
	top:-10px;
	right:85px;
}
.right_nav ul li.QR-show:hover div.QR {
	display: block;
}


#pillbox-img {
    max-height: 300px;
    margin-left: 290px;
    display: block;

}
