* {
    padding: 0;
    margin: 0;
}

html {
    background: #FFF;
}

body {
    font-family: Microsoft YaHei, \5FAE\8F6F\96C5\9ED1, tahoma, arial, simsun, \5B8B\4F53;
    font-size: 12px;
}

ol, ul {
    list-style: none;
}

img {
    border: none;
}

a {
    color: #256EB1;
    text-decoration: none;
    border: 0;
}

a:hover {
    color: #ba2636;
    text-decoration: underline;
}

input, select, button {
    font: 12px Microsoft YaHei, \5FAE\8F6F\96C5\9ED1, tahoma, arial, simsun, \5B8B\4F53;
    vertical-align: middle;
}

/*---------- header ---------*/
.header {
    width: 100%;
    height: 152px;
    background: #ffffff;
}
.header_top {
    height: 101px;
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}
.header_top .logo {
    width: 214px;
    float: left;
    overflow: hidden;
    padding: 0;
    margin: 0;
}
.header_top .info {
    float: right;
    width: 250px;
}
.header_top .language {
    width: 34px;
    margin-top: 28px;
    float: right;
}
.header_top .language a {
    margin-bottom: 2px;
    float: left;
    width: 34px;
    height: 20px;
    line-height: 20px;
    background: #dadada;
    color: #333333;
    text-align: center;
}
.header_top .language a.current {
    background: #005024;
    color: #fff;
}
.header_c {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    width: 100%;
    height: 50px;
    margin: 0 auto;
    position: relative;
}

.navwrap {
    padding: 0;
    width: 1000px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    z-index: 6;
}

#nav {
    margin-left: -1px;
    float: left;
    height: 50px;
    line-height: 50px;
}

#nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    height: 50px;
    line-height: 50px;
    z-index: 5;
}

#nav a {
    font-size: 14px;
    font-family: Microsoft YaHei, \5FAE\8F6F\96C5\9ED1, tahoma, arial, simsun, \5B8B\4F53;
    height: 50px;
    line-height: 50px;
    width: 82px;
    text-decoration: none;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    outline: none;
    z-index: 35;
    position: relative;
    float: left;
    color: #888;
    padding: 0 20px;
}

#nav ul a {
    height: 50px;
    line-height: 50px;
}

#nav li {
    float: left;
    position: relative;
    background: url("../images/line.png") left center no-repeat;
}

#nav li.current {
    background: #005024;
}

#nav li.current a {
    color: #fff;
}

#nav li li {
    border-left: none;
    margin-top: 0;
}

#nav ul {
    position: absolute;
    display: none;
    width: 150px;
    top: 49px;
    left: -1px;
    border-top: 2px solid #005024;
}

#nav li ul a {
    width: 140px;
    height: auto;
    float: left;
    text-align: left;
    padding-left: 10px;
    padding-right: 0px;
}

/*naviagation*/
#nav ul a, #nav ul li {
    background-color: #ffffff;
}

#nav ul a:hover, #nav ul a:focus {
    background-color: #f8f8f8;
    color: #333333;
}

#nav a:hover, #nav a:focus {
    color: #555;
}

#nav .current_page_item a {
    color: #555;
    border-bottom: 2px solid #005024;
    background: url("../images/active.png") no-repeat center 31px;
}

#nav .current_page_parent .current_page_item a, #nav .current_page_item ul a {
    border-right: 1px solid #f5f5f5;
    border-left: none;
    background-image: none;
    color: #444;
}

#nav ul ul {
    top: auto;
    border-top: none;
}

#nav li ul ul {
    left: 150px;
}

#nav .children .arrow {
    background: url("../images/arrow.png") no-repeat 130px center;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul {
    display: none;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul {
    display: block;
}

.product-module {
    width: 1000px;
    margin: 0 auto;
    clear: both;
}

.product-ad {
    margin:0 auto;
    width: 1000px;
    padding: 70px 0 45px;
}

.product-ad span {
    color: #333333;
    text-align: center;
    display: block;
}

.product-ad span.a_title {
    font-size: 30px;
}

.product-ad span.a_description {
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    color: #666666;
}

.product-ad span.a_line {
    background:#333333;
    width: 52px;
    height: 6px;
    margin: 14px auto 0;
    display: block;
}

.product-guide {
    margin: 0 auto;
    height: 220px;
    margin-bottom: 80px;
}
.product-guide li {
    height: 220px;
    width: 180px;
    margin-right: 92px;
    float: left;
}
.product-guide li.last {
    margin-right: 0px;
}
.product-guide li:hover{
    color: #005024;
}
.product-guide a {
    float: left;
    height: 182px;
    width: 182px;
}
.product-guide .p1{
    background: url("../images/01.jpg") no-repeat center;
    background-size: 180px;
}
.product-guide .p2{
    background: url("../images/02.jpg") no-repeat center;
    background-size: 180px;
}
.product-guide .p3{
    background: url("../images/03.jpg") no-repeat center;
    background-size: 180px;
}
.product-guide .p4{
    background: url("../images/04.jpg") no-repeat center;
    background-size: 180px;
}
.product-guide span {
    float: left;
    width: 182px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
}

.product-guide span.current {
    color: #005024;
}

/*-----------main-----------*/
.main {
    background: rgba(0, 0, 0, 0) url("../images/bg.png") repeat-x scroll center top;
    min-height: 490px;
    padding: 16px 0;
    width: 100%;
}

.main .banner {
    background: #ffffff;
    width: 100%;
    margin: 0 auto;
    clear: both;
}
/*---------------index-middle--------------*/
.index_list {
    width: 100%;
    height: 440px;
    background: url("../images/index_list_bg.png") center no-repeat;
}

.index_list_c {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    top:50px;
}

.index_list_video,.index_list_video img {
    width: 460px;
    height: 340px;
    float: left;
    overflow: hidden;
}

.index_list_news{
    width: 520px;
    float: left;
    margin-left: 20px;
}

.index_list_news li{
    text-decoration: none;
    width: 520px;
    height: 66px;
    padding: 7px;
    float: left;
    margin-bottom: 6px;
    background-color: #ffffff;
}
.index_list_news li a {
    text-decoration: none;
}
.date {
    height: 66px;
    width: 56px;
    border-right: 1px solid #e5e5e5;
    float: left;
    padding-right: 6px;
    color: #999999;
}
.date span {
    width: 56px;
    float: left;
}
.date-d {
    text-align: center;
    font-size: 30px;
    color: #999;
    height: 40px;
    line-height: 40px;
}
.date-y-m {
    text-align: center;
    font-size: 12px;
    color: #999;
}
.news_info {
    height: 66px;
    float: left;
    width: 430px;
    margin-left: 15px;
}
.news_info .title {
    height: 33px;
    line-height: 33px;
    float: left;
    width: 430px;
    color:#333333;
}
.news_info .description {
    height: 28px;
    line-height: 14px;
    float: left;
    width: 430px;
    color: #666666;
}
.index_list_news li:hover{
    width: 520px;
    height: 66px;
    padding: 7px;
    float: left;
    margin-bottom: 6px;
    background-color: #005024;
    color: #fff;
}
.index_list_news li:hover a,.index_list_news li:hover .date-d {
    color: #fff;
}
.index_list_news li:hover .date-y-m {
    color: #678873;
}
.index_list_news li:hover .description {
    color: #678873;
}

/*----------- module ------------*/
.main .module {
    width: 1000px;
    height: 120px;
    margin: 16px auto 0;
}

.main .module .module-l, .main .module .module-m, .main .module .module-r {
    border: 1px solid #e0e0df;
    width: 304px;
    height: 120px;
    float: left;
    margin-right: 14px;
}

.main .module .module-r {
    margin-right: 0;
}

.main .module .module-div-l {
    float: left;
    width: 156px;
}

.main .module .module-div-l img {
    padding-top: 4px;
}

.main .module .module-div-r {
    float: right;
    width: 126px;
}

.main .module .module-div-r p {
    margin-top: 10px;
}

.main .module .module-div-r p.ds {
    margin-bottom: 10px;
}

.main .module .module-div-r a {
    color: #777777;
}

.main .module .module-div-r .dl {
    line-height: 18px;
    margin-top: 0;
}

/*----------article-----------*/
.article {
    width: 1000px;
    margin: 0 auto;
    line-height: 22px;
    color: #333333;
    z-index: 3;
}
.article .product-l,.article .video-l {
    width: 590px;
}

.article .video-l .even {
    margin-right: 0;
}

.article-l {
    padding: 28px;
    background: #ffffff;
    width: 572px;
    min-height: 450px;
    _height: 450px;
    border-right: 1px solid #e3e3e3;
    line-height: 24px;
    float: left;
}

.article-l .title {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
}

.article-l .typeimg {
    width: 572px;
    margin: 0 auto 20px;
    float: left;
}

.article-l .typeimg img {
    width: 572px;
}

.article-l .content {
    float: left;
    line-height: 26px;
    padding-bottom: 50px;
    width: 100%;
}

.article-r {
    min-height: 600px;
    width: 286px;
    float: left;
    font-size: 14px;
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0 !important; /*实现FF背景透明，文字不透明*/
    filter: Alpha(opacity=80);
    background: #fff; /*实现IE背景透明*/
    position: relative;
    z-index: 3;
}

.article-r ul {
    padding: 28px 0 0 28px;
    min-height: 600px;
    float: left;
    z-index: 3;
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0 !important; /*实现FF背景透明，文字不透明*/
    filter: Alpha(opacity=80);
    background: #fff; /*实现IE背景透明*/
    position: relative;
}

.bg_img {
    position: absolute;
    top: -6px;
    left: -30px;
    z-index: -1;
    background: url("../images/bg_img.png") no-repeat 10px 10px;
    width: 620px;
    height: 620px;
}
.article-r .active {
    color: #005024;
    font-weight: bold;
}

.article-r li {
    border-bottom: 1px solid #e3e3e3;
    height: 46px;
    line-height: 46px;
    width: 258px;
    text-indent: 22px;
}

.article-r li a {
    color: #333333;
}

.video-l li {
    width: 280px;
    height: 220px;
    margin: 10px 28px 14px 0;
    float: left;
}
.video-l li img {
    width: 280px;
    height: 190px;
    float: left;
}
.video-l li .video_title {
    text-align: center;
    height: 30px;
    line-height: 30px;
}
/*------- products -----*/
.products_title {
    line-height: 30px;
    height: 30px;
    border-bottom: 1px dashed #e3e3e3;
    background: url(../images/squire.png) no-repeat left center;
    padding-left: 8px;
    margin-bottom: 10px;
}

.products_pic {
    width: 330px;
    height: 340px;
    float: left;
}

#preview {
    float: left;
    text-align: center;
    width: 300px;
}

.jqzoom {
    width: 300px;
    height: 250px;
    position: relative;
}

.zoomdiv {
    left: 859px;
    height: 400px;
    width: 400px;
}

#spec-list {
    width: 325px;
    float: left;
    overflow: hidden;
    margin-top: 10px;
    display: inline;
}

#spec-list ul li {
    float: left;
    margin-right: 12px;
    display: inline;
    width: 84px;
    height: 66px;
}

#spec-list ul li img {
    padding: 2px;
    border: 1px solid #ccc;
    width: 80px;
    height: 60px;
}

/*jqzoom*/
.jqzoom {
    position: relative;
    padding: 0;
}

.zoomdiv {
    z-index: 100;
    position: absolute;
    top: 1px;
    left: 0px;
    width: 400px;
    height: 400px;
    background: #fff no-repeat center center;
    border: 1px solid #e4e4e4;
    display: none;
    text-align: center;
    overflow: hidden;
}

.bigimg {
    width: 800px;
}

.jqZoomPup {
    z-index: 10;
    visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50px;
    height: 50px;
    border: 1px solid #aaa;
    background: #FEDE4F 50% top no-repeat;
    opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    filter: alpha(Opacity=50);
    cursor: move;
}

#spec-list {
    position: relative;
    width: 322px;
    margin-right: 6px;
}

#spec-list div {
    margin-top: 0;
    margin-left: -30px;
    *margin-left: 0;
}

.products_param {
    width: 220px;
    float: right;
}

.products_info {
    clear: both;
}

.products_info .label {
    border-bottom: 1px dashed #b7baaa;
    height: 36px;
    line-height: 36px;
}

.products_info .desc {
    margin-top: 12px;
}

/*------- news ---------*/
.news li {
    color: #333333;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dashed #e3e3e3;
}

.news li a {
    color: #333333;
    height: 36px;
    line-height: 36px;
}

.news .icon {
    background: url(../images/squire.png) no-repeat center;
    height: 36px;
    line-height: 36px;
    width: 20px;
    float: left;
}

.news li.title .icon {
    background: none;
}

.news li.title {
    color: #005024;
    font-size: 14px;
    list-style: none;
}

.news li.title .address, .news li.title .title, .news li.title .headcount, .news li.title .info {
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    text-align: left;
}

.news li span.address {
    width: 190px;
    float: left;
    text-align: left;
}

.news li span.title {
    width: 170px;
    height: 36px;
    line-height: 36px;
    float: left;
    text-align: left;
    font-weight: normal;
}

.news li span.headcount {
    width: 60px;
    float: left;
}

.news .info {
    float: right;
}

/*---------- place --------*/

.place {
    margin: 0 auto 16px;
    width: 1000px;
    height: 18px;
    line-height: 18px;
    color: #4b4b4b;
}

.place a {
    color: #4b4b4b;
    font-size: 12px;
    font-family: "Microsoft YaHei", "微软雅黑", "Microsoft JhengHei", "宋体";
    padding: 0px 2px;
}

/*----------- pages ----------*/
.pages {
    margin-top: 50px;
    font-size: 12px;
    height: 25px;
    line-height: 25px;
}

.pagelist {
    height: 25px;
    line-height: 25px;
    position: relative;
    left: 50%;
    float: left;
}

.pagelist li {
    position: relative;
    right: 50%;
    float: left;
    width: 22px;
    height: 25px;
    line-height: 25px;
    color: #ffffff;
    text-align: center;
    margin-right: 4px;
    background: url("../images/p_bg.jpg") no-repeat center;
}

.pagelist li a {
    color: #ffffff;
    height: 25px;
    line-height: 25px;
    width: 22px;
    background: url("../images/p_bg.jpg") no-repeat center;
    float: left;
}

.pagelist li a:hover {
    background: url("../images/p_bg_active.jpg") no-repeat center;
}

.pagelist li.thisclass {
    width: 22px;
    height: 26px;
    background: url("../images/p_bg_active.jpg") no-repeat center;
    float: left;
    color: #ffffff;
    text-align: center;
}

/*--------- form ----------*/
.tip {
    margin-left: 8px;
}
.tip_en {
    margin-left: 0px;
}
.form {
    width: 450px;
    float: left;
    color: #535353;
}
.form_en {
    width: 486px;
    float: left;
    color: #535353;
}
.form table {
    margin-top: 14px;
}

.form tr {
    height: 30px;
    line-height: 30px;
}

.form input {
    height: 20px;
    line-height: 20px;
    border: 1px solid #535353;
    padding: 0 2px;
}

.form textarea {
    height: 104px;
    width: 296px;
    border: 1px solid #535353;
    padding: 2px;
}

.form input.np {
    height: 12px;
    line-height: 12px;
    border: none;
}

.form .coolbg {
    width: 74px;
    height: 28px;
    background: url("../images/button.png") no-repeat center;
    border: none;
    color: #ffffff;
}

.form tr .formLabel {
    padding-right: 10px;
}

.form .red {
    color: red;
    font-family: "宋体", arial;
}

/*---------- products -------*/
.Product-item {
    clear: both;
}

.Product-item-title {
    clear: both;
    height: 30px;
    line-height: 30px;
    margin: 20px 0;
    font-weight: bold;
    color: #333333;
    border-bottom: 1px dashed #b7b8a6;
}

.Product-item-title span {
    padding-top: 4px;
    font-size: 12px;
    color: #020202;
}

.Product-item-index {
    clear: both;
    width: 572px;
    overflow: hidden;
}

.als-items {
    width: 520px;
    float: left;
    position: relative;
    overflow: hidden;
}

.als-items ul {
    width: 580px;
    float: left;
}

.als-items ul li {
    float: left;
    width: 150px;
    margin: 0 42px 0px 0px;
    overflow: hidden;
    position: relative;
}

.als-wrapper {
    position: relative;
}

.als-item .litpic {
    width: 170px;
    float: left;
}

.als-item .litpic img {
    width: 150px;
    height: 125px;
    display: block;
    margin: 0 auto;
}

.als-item .title {
    font-size: 12px;
    font-weight: normal;
    height: 30px;
    line-height: 30px;
    float: left;
    width: 170px;
    text-align: center;
    color: #333333;
}

.als-item .title a {
    color: #333333;
}

.als-prev {
    width: 22px;
    background: url("../images/pre.jpg") no-repeat left 54px;
    height: 170px;
    float: left;
    cursor: pointer;
}

.als-next {
    width: 22px;
    background: url("../images/next.jpg") no-repeat left 54px;
    height: 170px;
    float: right;
    cursor: pointer;
}

.scroll {
    height: 100%;
    position: relative;
}

.scroll1, .scroll2 {
    float: left;
}
.products_price {
    border-bottom: 1px dashed #b7baaa;
    border-top:1px dashed #b7baaa;
    height: 67px;
    line-height:67px;
    font-size:20px;
    color:red;
    text-align:left;
}
.share_label {
    margin: 30px 0 50px;
}
/*---------- footer ---------*/
.footer {
    clear: both;
    width: 100%;
    height: 210px;
    margin: 0 auto;
    color: #4b4b4b;
    border-top: 1px solid #e5e5e5
}

.footer_top {
    width: 1000px;
    height: 170px;
    margin: 0 auto;
    padding-top: 30px;
}

.footer_top_l {
    float: left;
}

.footer_top_l a {
    color: #666666;
    font-size: 12px;
}

.footer_top_l ul{
    float: left;
    width: 156px;
    text-align: left;
    line-height: 26px;
}

.footer_top_l .title {
    margin-bottom: 6px;
}

.footer_top_l .title a {
    font-size: 14px;
    color: #333333;
}

.footer_top_r{
    float: right;
    width: 340px;
    text-align: right;
}

.footer_top_r p {
    line-height: 24px;
    margin-right: 6px;
}

.footer_top_r ,.footer_top_r a {
    color: #666666;
}
.footer_top_r .footer_share{

    float: right;
    margin-top: 45px;
}
.footer_top_r .footer_share a {
    width: 30px;
    height: 30px;
    float: left;
    margin-left: 4px;
    cursor: pointer;
}

.footer_top_r .sina_footer {
    background: url("../images/sina_footer.png") center no-repeat;
}
.footer_top_r .tx_footer {
    background: url("../images/tx_footer.png") center no-repeat;
}
.footer_top_r .qq_footer {
    background: url("../images/qq_footer.png") center no-repeat;
}
.footer_top_r .wx_footer {
    background: url("../images/wx_footer.png") center no-repeat;
}
.footer_bottom {
    width: 100%;
    border-top: 1px solid #e5e5e5;
    height: 46px;
    line-height: 46px;
}

.footer_bottom_c {
    font-size: 14px;
    width: 1000px;
    margin: 0 auto;
}

.footer_bottom_c label {
    float: left;
}

.footer_bottom_c .friend_link {
    float: left;
}

.footer_bottom_c .friend_link li {
    float: left;
}

.footer_bottom_c .friend_link li a {
    color: #666666;
    border-left: 1px solid #b6b6b6;
    padding: 0 10px;
}

.footer_bottom_c .friend_link li.first a {
    border: none;
    padding-left: 4px;
}