﻿@charset "utf-8";
* {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    font-style: normal;
}

body {
    font-family: "微软雅黑";
    padding: 0;
    margin: 0;
    font-size: 14px;
}

input {
    font-family: "微软雅黑";
    outline: none
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

img {
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}

.width100 {
    width: 100%;
}
.m-l10{
    margin-left: 10px;
}

.clear {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

.none {
    display: none;
}

.mar {
    padding: 6% 4%;
}

.font12 {
    font-size: 12px;
}
/*------*/
.header_nav{
    position: relative;
}
.nav_more{
    position: absolute;
    right: 0;
    top: 0;
    width: 80%;
}
.nav_more_zz{
    width: 100%;
    height: 500px;
    background: #000;
    filter:alpha(opacity=85);
    -moz-opacity:0.85;
    opacity:0.85;
    position: absolute;
    top: 0;
    left: 0;
}
.nav_moreIcon{
    position: absolute;
    z-index: 10;
    top: 15px;
    right: 3%;
}
.nav_moreMian{
    position: relative;
    z-index: 2;
}
.header_main{
    float: right;
    width: 70%;
    margin: 15px 7% 0 0;
    color: #FFF;
    position: relative;
    z-index: 1;
}
.header_main>li{
    width: 100%;
    border-bottom: 1px solid #7b7977;
    padding: 5px 0;
}
.header_main_title{
    margin-left: 10px;
    line-height: 30px;
}
.header_main_title .right{
    margin-right: 30px;
}
.header_titleHover{
    color: #f57421;
}
.header_main2 li{
    width: 100%;
    font-size: 12px;
    margin: 3px 0;
}
.header_main2 li a{
    display: block;
    width: 100%;
    height: 25px;
    line-height: 25px;
    color: #FFF;
}
.header_main2 .left{
    margin-left: 20px;
}
.header_main2 .right{
    margin-right: 30px;
}
.nav_search{
    position: absolute;
    top: 15px;
    right: 5%;
    z-index: 1;
}
.banner{
    position: relative;
    width: 100%;
    height: 160px;
    overflow: hidden;
}
.bannerMain{
    width: 9999px;
    position: absolute;
    height: 160px;
    left: 0;
    top: 0;
}
.bannerMain li{
    width: 200px;
    height: 160px;
    float: left;
}
.banner_zz{
    position: absolute;
    width: 100%;
    bottom: -5px;
    left: 0;
    z-index: 1;
}
.banner_change{
    width: 100px;
    position: absolute;
    right: 10px;
    bottom: 20px;
}
.banner_change div{
    width: 10px;
    height: 10px;
    float: left;
    background: #a9a9a9;
    border-radius: 50%;
    margin-left: 8px;
}
.banner_change .banner_changeHover{
    background: #e9831c;
}
.index_title{
    width: 90%;
    position: relative;
    margin: 0 5% 0 5%; 
}
.index_title_a{
    position: absolute;
    top: -33px;
    left: 0px;
    z-index: 1;
}
.index_titleMain{
    width: 100%;
    height: 50px;
    line-height: 25px;
    overflow: hidden;
    position: relative;
    margin-top: 20px;
}
.index_titleUl{
    position: absolute;
    width: 100%;
}
.index_titleUl li{
    width: 100%;
    height: 50px;
    overflow: hidden;
}
.index_titleUl li a{
    color: #444;
}
.centerNav{
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    margin:20px 0;
}
.centerNav_main{
    width: 90%;
    margin: 20px 5% 20px 5%;
}
.centerNav_main a{
    display: block;
    width: 20%;
    float: left;
    margin-right: 6.5%;
}
.centerNav_main a:nth-child(4){
    float: right;
    margin-right: 0;
}
.News_top{
    width: 99%;
    height: 40px;
    background: #f3f2f2;
    line-height: 40px;
    font-size: 16px;
}
.News_title{
    display: block;
    width: 23%;
    height: 38px;
    float: left;
    border-bottom: 2px solid #255f36;
    color: #255f36;
    text-align: center;
    margin-left: 1%;
    margin-right: 1%;
}
.News_titleHover{
    border-color: #e9831c;
    color: #e9831c;
}
.News_title:nth-child(3){
    float: right;
    margin: 0;
}
.News_main{
    width: 90%;
    margin: 20px 5% 10px 5%;
}
.News_main_word{
    width: 60%;
    font-size: 12px;
}
.News_main_img{
    display: block;
    width: 35%;
}
.News_main_img img{
   width:118px;
   height:79px;
}
.News_main_title{
    display: block;
    width: 100%;
    height: 20px;
    overflow: hidden;
    color: #444;
    font-size: 16px;
}
.News_word{
    width: 100%;
    height: 40px;
    color: #666;
    line-height: 20px;
    overflow: hidden;
    margin: 3px 0;
}
.News_main_more{
    color: #999;
}
.News_main_more a{
    color: #e9831c;
}
.index_product{
    margin: 20px 0;
    padding-bottom: 10px;
}
.centerNav_title{
    width: 100%;
    text-align: center;
    margin: 10px 0;
}
.index_productMain{
    width: 97.5%;
    height: 160px;
    overflow: hidden;
    position: relative;
    margin-left: 2.5%;
}
.index_productMain ul{
    width: 99999px;
    height: 160px;
    position: absolute;
    left: 0;
    top: 0;
}
.index_productMain ul li{
    width: 32%;
    height: 160px;
    border: 1px solid #e7e7e7;
    float: left;
}
.index_product_title{
    display:block;
    color: #444;
    background: #f0f0f0;
    line-height: 40px;
    width: 100%;
    height: 40px;
    text-align: center;
    overflow: hidden;
}
.video_index{
    width: 90%;
    margin: 20px 5%;
}
.video_Main{
    width: 100%;
}
.index_divM{
    width: 100%;
    height: 20px;
    background: #e7e7e7;
}
.footer{
    width: 100%;
    font-size: 12px;
}
.footer_top{
    width: 90%;
    margin: 10px 5%;
    color: #444;
    line-height: 20px;
}
.footer_logo{
   padding-top: 10px;
}
.footer_down{
    border-top: 1px solid #e5e5e5;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #444;
}
/*----*/
.header{
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #e9831c;
    position: relative;
}
.header_center{
    width: 90%;
    margin: 0 5%;
}
.header_icon{
    float: left;
    margin-top: 10px;
}
.header_title{
    width: 50%;
    color: #FFF;
    font-size: 18px;
    position: absolute;
    left: 25%;
    text-align: center;
}
.header_title a{
    color: #FFF;
}
.header_more{
    left: auto;
    right: 0;
}
.header_more .nav_moreIcon{
    right: 5%;
    left: auto;
    top: 10px;
}
.header_more .header_main{
    float: left;
    margin-right: 0;
    margin-left: 7%;
}
.center{
    width: 90%;
    margin: 10px 5%;
}
.second_title{
    width: 100%;
    line-height: 40px;
    color: #444;
    font-size: 16px;
    border-bottom: 1px solid #e9831c;
}
.second_title_border{
    width: 3px;
    height: 20px;
    margin: 10px 10px 0 0;
    background: #e9831c;
}
.second_nav{
    position: relative;
}
.second_nav_icon{
    margin-top: 5px;
}
.second_nav_more{
    position: absolute;
    width: 130px;
    height: 200px;
    right: 0;
    top: 40px;
}
.second_nav_more_zz{
    width: 130px;
    height: 200px;
    background: #000;
    filter:alpha(opacity=85);
    -moz-opacity:0.85;
    opacity:0.85;
    position: absolute;
    left: 0;
    top: 0;
}
.second_nav_more ul{
    position: relative;
    z-index: 1;
    font-size: 14px;
    margin-top: 15px;
}
.second_nav_more ul li{
    width: 100%;
    line-height: 30px;
    margin: 5px 0;
}
.second_nav_more ul li a{
    color: #FFF;
    margin-left: 20px;
}
.second_nav_more ul li a:hover{
    color: #e9831c;
}
.second_nav_more ul li a span{
    float: right;
    margin-right: 20px;
}
.product_title{
    margin: 10px 0;
}
.product_title .product_title_nav{
    float: left;
    padding: 0 10px;
    line-height: 25px;
    color: #444;
    border-radius: 5px;
    margin-right: 30px;
}
.product_title .product_title_hover{
    background: #255f36;
    color:#FFF;
}
.product_title a{
    color: #444;
}
.product_title .product_title_hover a{
    background: #255f36;
    color:#FFF;
}
.product_list{
    margin-top: 20px;
}
.product_list ul li{
    width: 31%;
    height: 150px;
    border: 1px solid #e7e7e7;
    float: left;
    margin-right: 2.2%;
    margin-bottom: 20px;
}
.product_list ul li:nth-child(3n){
    float: right;
    margin-right: 0;
}
/*-----*/
.lead_list{
    margin-top: 20px;
}
.lead_list li{
    width: 48%;
    border: 1px solid #d0d0d0;
    -webkit-box-shadow: 0 3px 0 #dcdcdc;  
    -moz-box-shadow: 0 3px 0 #dcdcdc;  
    box-shadow: 0 3px 0 #dcdcdc; 
    margin-bottom: 10px;
    padding-bottom: 5px;
    float: left;
}
.lead_list li:nth-child(2n){
    float: right;
}
.lead_list li .lead_list_a{
    display: block;
    width: 95%;
    margin: 2.5%;
    color: #444;
}
/*-----*/
.word_main{
    line-height: 25px;
    color: #737373;
    margin: 20px 0;
}
.word_main img{
    max-width: 100%;
}
.field{ color: #005a99; font-size: 16px; text-align: center;}
.lead_list2 a{
    color: #444;
}

.lead_list2 img{
    width:162px;
	height:117px;
}
.lead_list2{
    font-size: 12px;
}
.lead_list2 li{
    margin-bottom: 20px;
}
.lead_list2_title{
    display: block;
    width: 95%;
    margin: 5px 2.5%;
}
/*------*/
.imgAndWord{
    margin: 20px 0;
}
.imgAndWord_main{
    width: 100%;
    margin: 10px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #e9e9e9;
}
.imgAndWord_time{
    margin: 3px 5px 0 0;
}
/*-----*/
.voide_main{
    margin: 20px 0;
}
.voide_title{
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    color: #444;
    line-height: 25px;
    margin-top: 10px;
}
.word_listTime{
    width: 25%;
    background: #ebebeb;
    color: #e9831c;
    font-size: 14px;
    text-align: center;
    line-height: 25px;
    padding: 10px 0;
}
.word_list_main{
    width: 70%;
}
.word_listTime p{
    font-size: 16px;
}

/*-----*/
.text_search{
    width: 100%;
    height: 30px;
    border: 1px solid #d7d7d7;
    background: #FFF;
    outline: none;
    border-radius: 5px;
    margin: 20px 0;
    padding-left:5px;
}
.sub_search{
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #e9831c;
    color: #FFF;
    border-radius: 5px;
    border: 0;
}
.search_nll{
    color: #444;
    text-align: center;
    margin: 10px auto;
}


input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}

textarea {
    -webkit-appearance: none;
}

/*----*/

.should_mainTitle {
    width: 30%;
    text-align: right;
    line-height: 30px;
    color: #333;
    font-size: 14px;
}

.input_text {
    width: 60%;
    border: 1px solid #cfcfcf;
    padding: 7px 0;
    background: #FFF;
}

.should_mast {
    color: #ae0202;
    margin: 10px 0 0 10px;
}

.should_main {
    margin: 15px 0;
}

.input_textatea {
    height: 100px;
}

.should_word {
    color: #333;
    font-size: 14px;
    margin: 0 0 40px 20px;
}

.should_word span {
    color: #ae0202;
}
.submit_should{
    width: 40%;
    height: 40px;
    background: #e9831c;
    color: #FFF;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    border: 0;
    border-radius: 20px;
}
.submit_should2{
    background: #255f36;
}
.should_center{
    width: 90%;
    margin: 20px auto;
}
.second_title span{
    margin-right: 20px;
}
.second_titleHover{
    color: #e9831c;
}
.message{
    border-bottom: 1px dashed #e0e0e0;
    line-height: 25px;
    margin: 10px 0;
}
.message_main{
    background: #f2f2f2;
    color: #444;
    padding: 1px 0;
}
.message_time{
    color: #9b9b9b;
}
.message_back{
    width: 90%;
    margin: 0 auto;
    padding: 10px 0;
}
.message_back span{
    color: #4481a6;
}

.sc_link ul li{ width: 30%; margin-left: 1.5%; margin-right: 1.5%; float: left; margin-bottom: 1.5%;}
.sc_link ul li img{ width: 100%; border:1px solid #cecece; height: 45px;}
.wk_index{
    width: 97%;
    margin: 20px 1.5%;
}




.technology{
 width:100%;
}
.technology ul li{
  width: 30%;
  margin-left: 1.5%; margin-right: 1.5%;
  float: left;
  overflow: hidden;
}
.technology ul li img{
  width: 100%;
  -webkit-box-shadow:0 0 10px rgba(0, 0, 0, .5);  
  -moz-box-shadow:0 0 10px rgba(0, 0, 0, .5);  
  box-shadow:0 0 10px rgba(0, 0, 0, .5);
}
.tech_lv{
  color: #20542c;
  text-align: center;
  line-height: 26px;
  font-size: 14px;
}
.technology ul li .tech_zi{
  line-height: 22px;
  color: #444;
}
.technology ul li .tech_zi a{
  color: #444;
  height:65px;
  overflow:hidden;
  display:block;
}


.new_header{ height: 50px; margin: 0 2%}
.header_logo{ width: 29%}
.header_logo img{ width: 100%}

.header_search {
    float: left;
    width: 50%;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    border: 1px solid #d7d7d7;
    background: #FFF;
    border-radius: 5px;
    margin: 10px 0 0px 7%;
}
.header_search input{
 width: 75%;
 border:0px;
 height: 30px;
 line-height: 32px;
}
.header_search img{ width: 13%; float: right; margin-right: 10px; margin-top: 3px;}

.nav_new{ margin-top: 15px; margin-bottom: 15px; margin-left: 1%; margin-right: 1%;}
.nav_new ul li{float: left; font-size: 15px; padding-left: 0.7%; padding-right: 0.7%; height: 32px; line-height: 32px;}
.nav_new ul li a{ color: #444; display: block;}
.nav_new ul li a:hover{ color: #fff}
.nav_new ul li:hover{ background: #255f36; color: #fff;}
.nav_new ul li.nav_new_hover{background: #255f36; color: #fff;}
.nav_new ul li.nav_new_hover a{ color: #fff;}


/***************分页******************/
.fenye{ margin-top:15px; font-size: 13px;}
.fenye ul li{ float:left;  padding: 4px 6px; font-weight:bold; cursor:pointer; color:#97061b;}
.fenye ul li a{ color:#97061b;}
.fenye ul li span{ color:#999;}
.fenye ul li.xifenye{ width:38px; text-align:center; float:left; position:relative;cursor: pointer;  color:#999;}
.fenye ul li .xab{ float:left; position:absolute; width:39px; border:1px solid #ccc; height:123px; overflow-y: auto;overflow-x: hidden;top:-125px; background-color: #fff; display:inline;left:-1px; width:50px;}
.fenye ul li .xab ul{ margin-left:0; padding-bottom:0;}
.fenye ul li .xab ul li{ border:0; padding:4px 0px; width:34px; margin-left:0px; text-align:center;}
