body {
    background-color: #fff;
    color: black;
    font: 12px/1.5 Microsoft YaHei,微软雅黑,SimHei,黑体,SimSun,宋体,arial;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, button {
    margin: 0;
    padding: 0;
    text-shadow: none;
}
label input {
    text-shadow: none;
    vertical-align: middle;
}
a:link, a:visited {
    text-decoration: none;
    text-shadow: none;
}
a:hover, a:active {
    text-decoration: none;
    text-shadow: none;
}
html, body {
    background: none repeat scroll 0 0 #fff;
}
body {
    background-color: #fff;
    color: black;
    font: 12px/1.5 Microsoft YaHei,微软雅黑,SimHei,黑体,SimSun,宋体,arial;
    text-align: center;
}
img {
    border: 0 none;
}
table {
    border-collapse: collapse;
}
ul li {
    list-style: none outside none;
}
a.hidefocus {
    outline: medium none;
}
button.hidefocus::-moz-focus-inner {
    border: medium none;
}
input, textarea, select {
    outline: medium none;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    line-height: 1.42857;
    padding: 8px;
    text-align: left;
}
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border-bottom: 1px solid #dddddd;
}

.top10{
    margin-top: 10px;
}
.top20{
    margin-top: 20px;
}
.top30 {
    margin-top: 30px;
}
.top40 {
    margin-top: 40px;
}
.top50{
    margin-top: 50px;
}
.top60{
    margin-top: 60px;
}
.top70{
    margin-top: 70px;
}
.top80 {
    margin-top: 80px;
}
.top90 {
    margin-top: 90px;
}
.top100 {
    margin-top: 100px;
}
/*================================*/


/*===public===*/
/*navbar*/
.header{
    width:100%;
    position:fixed;
    z-index:9999;
    display:block;
}

.navbar{
    height:68px;
    border-bottom:1px solid #498a13;
    background:url(../Images/public_nav_bg.jpg) repeat-x;
    margin-bottom:0;
    border-radius:0;
}

.navbar-brand .s_logo{
    display:none;
}

.navbar div{
    height:100%;
}

.navbar-header{
    height:100%;
}

.navbar-brand{
    height:100%;
    padding-top:6px;
    padding-bottom:6px;
    display:inline-block;
}

.navbar-nav{
    height:66px;
}

.navbar-toggle{
    margin-top:15px;
    margin-bottom:15px;
}

.navbar-collapse{
    position:relative;
    z-index:1;
}

.navbar-default .navbar-nav > li > a{
    display:inline-block;
    line-height:66px;
    font-size:16px;
    padding:0 18px;
    color:#000;
}

.p_nav_active a, .navbar-nav li a:hover{
    background:url(../Images/nav_active.jpg) repeat-x center bottom;
    color:#000;
}

/*banner*/
.inside_banner{
    width:100%;
    height:260px;
    background-position:center top;
    background-size:cover;
    background-repeat:no-repeat;
    border-bottom:1px solid #498a13; 
    background-size:cover;   
}

.inside_banner > .container{
    height:260px;
    position:relative;
}

.banner_messagebox{
    height:120px;
    width:190px;
    border-radius:15px 15px 0 0;
    background:#5fa922;
    border:1px solid #3c8202;
    position:absolute;
    margin-right:7%;
    bottom:0;
    right:0;
    color:#fff;
}

.banner_cn{
    background-repeat:no-repeat;
    background-position:left center;
    text-align:left;
    margin-left:30px;
    padding-left:30px;
    font-size:18px;
    margin-top:37px;
}

.banner_en{
    font-size:24px;
    text-align:right;
    padding-right:20px;
}


/*left_content*/
.left_content{
    border:1px solid #efefef;

}

.item_box{
    text-align:left;
}

.item_box h3{
    margin-top:18px;
    margin-bottom:25px;
    padding-left:8px;
    font-size:22px;
}

.item_box h3 span{
    font-size:14px;
    opacity:0.62;
    padding-left:14px;
}

.items{
    width:100%;
    font-size:14px;
    color:#585858;
    display:block;
    padding:10px 22px;
    background-image:url(../Images/close_icon.png);
    background-repeat:no-repeat;
    background-position:95% center;
    border-bottom:1px solid #e3e3e3;
}

.light_item{
    background-color:#5fa922;
    color:#fff;
    background-image:url(../Images/open_icon.png);
}

.items p{
    font-size:14px;
    color:#fff;
}

.product_show{
    width:100%;
    height:auto;
    max-height:180px;
    margin-top:15px;
    border:1px solid #e3e3e3;
    overflow:hidden;
}

.carousel-inner{
    position:relative;
}

.carousel .item{
    text-align:center;
}

.roll_img{
    display:block;
    max-width:100%;
    height:auto;
    margin:0 auto;
}

.roll_message{
    width:100%;
    position:absolute;
    bottom:0;
    padding:10px 15px;
    left:0;
    right:0;
    bottom:0;
    text-align:right;
    background:rgba(0, 0, 0, 0.6);
}

.roll_message p{
    float:left;
    display:inline-block;
}

.roll_message .left_button{
    display:inline-block;
    background:url(../Images/prev_button.png) no-repeat center center;
    width:10px;
    height:10px;
}

.roll_message .left_button:hover{
    background:url(../Images/prev_button_light.png) no-repeat center center;
}

.roll_message .right_button{
    display:inline-block;
    background:url(../Images/next_button.png) no-repeat center center;
    width:10px;
    height:10px;
}

.roll_message .right_button:hover{
    background:url(../Images/next_button_light.png) no-repeat center center;
}

/*right_content*/
.right_content{
    text-align:left;
    padding-left:60px;
}

.location{
    border-bottom:1px solid #efefef;
    padding-bottom:10px;
}

.location p{
    display:inline-block;
} 

.location_title{
    font-size:18px;
    color:#000;
    opacity:0.62;
}

.location_title span{
    font-size:14px;
}

.my_location{
    float:right;
    color:#888888;
    margin-top:4px;
}

.my_location a{
    color:#888888;
    font-size:14px;
}

.my_location a.now_location{
    color:#5fa922;
}

.my_location a:hover{
    color:#5fa922;
}


/*footer*/
.footer{
    padding: 25px 0;
    border-top: 1px solid #d5d5d5;
}

.footer_logo{
    float: left;
    display: inline-block;
    width: 111px;
    height: 45px;
}

.footer_icp{
    float: left;
    display: inline-block;
    height: 45px;
    margin-left: 30px;
    margin-top: 11px;
    color: #6c6c6c;
    text-align: left;
}

.footer_link{
    float: right;
    height: 45px;
    margin-top: 11px;
    color: #6c6c6c;
}

/*================================*/


/*===service===*/



.service_box{
    width:100%;
}

.service_box .decorate_img{
    float:right;
    padding-left:25px;
    padding-bottom:25px;
}
.service_box h3{
    color: #888888;
    font-size: 24px;
    margin: 45px 0 30px;
    overflow: hidden;
    text-align: center;
}
.service_box .motto{
    font-size:14px;
    color:#4c4c4c;
    margin-top:77px;
    display:inline-block;
}

.service_box .square{
    width:110px;
    height:47px;
    line-height:47px;
    text-align:center;
    background:#5fa922;
    font-size:14px;
    display:block;
    color:#fff;
    margin-top:50px;
}

.service_box .opinion{
    display:inline-block;
    padding-left:21px;
    background:url(../Images/service_icon2.png) no-repeat 5px center;
    margin:14px 0;
}
/*================================*/




/*===contact===*/



.contact_banner_icon{
    background-image:url(../Images/contact_icon.png);
}

.contact_box{
    margin-top:45px;
    border-bottom:1px solid #dddee0;
    padding-bottom:45px;
}

.contact_box .contact_way{
    padding-left:25px;
    font-size:18px;
    background:url(../Images/contact_icon2.png) no-repeat 5px center;
}

.contact_box p{
    font-size:14px;
    color:#565656;
    padding-left:37px;
    margin-top:5px;
    line-height:22px;
}

.service_content .map{
    width:100%;
    height:400px;
    margin-top:50px;
}


.iw_poi_title {color:#CC5522;font-size:14px;font-weight:bold;overflow:hidden;padding-right:13px;white-space:nowrap}
.iw_poi_content {font:12px arial,sans-serif;overflow:visible;padding-top:4px;white-space:-moz-pre-wrap;word-wrap:break-word}
/*================================*/


/*===join===*/



.join_banner_icon{
    
}

.join_box{
    width:100%;
    text-align:center;
}

.join_box h3{
    font-size:24px;
    color:#888888;
    overflow:hidden;
    margin:45px 0 30px 0;
}

.join_box p{
    padding-left:30px;
    padding-right:30px;
    font-size:12px;
    text-align:left;
    line-height:20px;
    color:#3c3c3c;
}

.join_box img{
    margin:25px auto;
    max-width: 100%;
    height: auto;
}

/*join_job*/

.table_style, .table_style .table{
    width:100%;
}

.table_style .table > thead{
    background:#5fa922;
    height:35px;
    font-size:14px;
    color:#fff;
}

.table_style .table > tbody > tr{
    height:32px;
    border-bottom:1px dashed #d0d0d0;
    color:#3c3c3c;
}

.table_style .table > tbody > tr.last_item{
    border:none;
}

.table_style .table > thead > tr > td.thead_left{
    padding-left:50px;
}

.table_style .table > tbody > tr > td.thead_left{
    padding-left:30px;
}
.table_style .table > tbody > tr > td.thead_left a{
    color: #272727;
}

.table_style .table > thead > tr > td.table_center, .table_style .table > tbody > tr > td.table_center{
    text-align:center;
}



/*about_aptitude*/
.flexslider{
    border:none;
    box-shadow:none;
}

.flexslider div{
    width:70%;
    margin:0 auto;
}

#carousel ul li{
    margin:0 16px;
}

.flex-direction-nav a{
    height:50px;
    width:50px;
}

.flex-direction-nav a::before{
    content:"";
}

.flex-direction-nav a.flex-prev::before{
    content:"";
}

.flex-direction-nav a.flex-next::before{
    content:"";
}

.flex-prev{
    background:url(../Images/aptitude_bprev.png) no-repeat center center;
}

.flex-next{
    background:url(../Images/aptitude_bnext.png) no-repeat center center;
}

/*================================*/



/*about*/
.inline{
    border-bottom: 1px solid #adadad;
    width: 100%;
}
.product_show{
    margin-bottom: 20px;
}
.about_inline{
    width: 50px;
    background: #5fa922;
    height: 4px;
}
.about_name{
    font-size: 18px;
    color: #5fa922;
}
.about_english{
    font-size: 12px;
    color: #adadad;
    margin-top: 5px;
}
.about_txt p{
    text-indent:2em;
    color: #adadad;
    line-height: 20px;
}

.about_banner_icon{
    background-image:url(../Images/icon_05.png);
}
/*news*/

.news_banner_icon{
    background-image:url(../Images/icon_06.png);
}
.news_name{
    display: block;
    margin-top: 10px;
}
.news_name a{
    color: #000;
    font-size: 18px;
}
.news_text{
    display: block;
    margin-top: 20px;
}
.news_time{
    margin-top: 10px;
}
.news_text a,.news_time{
    color: #888888;
    font-size: 12px;
    line-height: 22px;
}
.news_text a:hover{
    color: #5fa922;
}
.news_center,.news_list{
    display: inline-block;
    width: 100%;
}
.news_list{
    width: 100%;
    display: inline-block;
}
.news_list a{
    width: 100%;
    display: inline-block;
    background: url(../Images/icon_07.png) left center;
    background-repeat: no-repeat;
    line-height: 20px;
    color: #707070;
    padding-left: 25px;
}
.news_list a span{
    float: right;
}
.news_list a:hover{
    background: url(../Images/icon_08.png) left center;
    background-repeat: no-repeat;
    color: #5fa922;
}
.page{
    width: 100%;
    text-align: center;
}
.page div a{
    padding: 5px 12px;
    border: 1px solid #bababa;
    background: #fff;
    border-radius: 5px;
    display: inline-block;
    margin-right: 5px;
    color: #bababa;
}
.page .current{
    padding: 5px 12px;
    border: 1px solid #bababa;
    background: #5fa922;
    border-radius: 5px;
    display: inline-block;
    margin-right: 5px;
    color: #fff;
}
.page a:hover {
    color: #fff;
    border: 1px solid #5fa922;
    background: #5fa922;
}
/**/
a.Product_list{
    width: 100%;
    display: block;
    position: relative;
}
a.Product_list .img-responsive{
    display: block;
}
.Product_img{
    display: block;
    width: 100%;
    text-align: center;
    border: 1px solid #a8a8a8;
}
.Product_hover{
    position: absolute;
    top: 0px;
    display: none;
    width: 100%;
    text-align: center;
}
a.Product_list:hover .Product_hover,a.Product_list:hover p{ 
    display: block;
    color: #5fa922;
}
.Product_list h3{
    margin-top: 10px;
    font-size: 14px;
    color: #000;
}

.Product_list p{
    margin-top: 10px;
    font-size: 12px;
    color: #bababa;
}
.Product_name{
    width: 100%;
    display: inline-block;
    font-size: 18px;
    text-align: center;
    color: #a1a1a1;
}
.Product_name span{
    display: inline-block;
}
.Product_center_img{
    text-align: center;
    width: 100%;
    margin-top: 50px;
}
.Product_center_img img{
    display: inline-block;
    border: 1px solid #a8a8a8;
}
.Product_center_txt{
    color: #3c3c3c;
    line-height: 22px;
}
/**/


.Solution_banner_icon{
    background-image:url(../Images/icon_09.png);
}
.Solution_list{
    border: 1px solid #e3e3e3;
    display: inline-block;
    text-align: center;
    width: 100%;
}
.Solution_list img{
    display: inline-block;
}
.Solution_list h3{
    font-size: 18px;
     color: #000;
     margin-top: 10px;
     height: 22px;
     overflow: hidden;
}
.Solution_list p{
    height: 70px;
    color: #262626;
    padding: 15px;
    text-align: left;
    text-indent: 2em;
    overflow: hidden;
    display: block;
    width: 100%;
    padding-bottom: 0px;
    margin-bottom: 15px;
}
.Solution_list span{
    display: inline-block;
}

/**/


.about_banner {
    background-image: url("../Images/about_banner.png");
}
.news_banner{
    background-image: url("../Images/news_banner.png");
}
.product_banner{
    background-image: url("../Images/product_banner.png");
}
.Solution_banner{
    background-image: url("../Images/service_banner.png");
}
.join_banner{
    background-image: url("../Images/join_banner.png");
}
.service_banner{
    background-image: url("../Images/reality_banner.png");
}
.contact_banner{
    background-image: url("../Images/contact_banner.png");
}
/*================================*/


/*little pc*/
@media (min-width:992px) and (max-width:1199px){

    /*===public===*/
    /*navbar*/
    
    .navbar-default .navbar-nav > li > a{
        padding:0 10px;
        font-size:14px;
    }

    /*================================*/

    /*===service===*/
    .contact_box p{
        font-size:12px;
    }
    /*================================*/
}

/*pad*/
@media (min-width:768px) and (max-width:991px){

    /*===public===*/
    /*navbar*/
    .navbar-brand .b_logo{
        display:none;
    }

    .navbar-brand .s_logo{
        display:block;
    }

    .navbar-default .navbar-nav > li > a{
        padding:0 10px;
        font-size:12px;
    }


    /*banner*/
    .banner_messagebox{
        display:none;
    }


    /*left_content*/
    .item_box h3{
        font-size:16px;
    }
    
    /*right_content*/
    .location_title{
        font-size:14px;
    }

    .my_location{
        float:right;
        color:#888888;
        margin-top:4px;
        font-size: 14px;
    }
    /*================================*/

    /*===service===*/
    .contact_box{
        margin-top:25px;
    }

    .contact_box .contact_way{
        margin-top:20px;
        font-size:16px;
    }
    /*================================*/

    /*===join===*/

    .join_box p{
        padding-left:0;
        padding-right:0;
    }
    /*================================*/
}


    

/*phone*/
@media (max-width:768px){

    /*===public===*/
    /*navbar*/
    .navbar{
        height:69px;
    }

    .navbar div{
        height:auto;
    }

    .navbar-brand{
        float:left;
        width:50%;
        height:100%;
        text-align:left;
    }

    .navbar-brand img{

    }

    .navbar-nav{
        height:auto;
    }

    .navbar-collapse{
        background:#f4f4f4;
    }

    .navbar-default .navbar-nav > li > a{
        width:100%;
        font-size:14px;
        line-height:50px;
    }

    /*banner*/
    .banner_messagebox{
        display:none;
    }

    /*left_content*/
    .item_box h3{
        padding-left:0;
    }

    .product_show{
        display:none;
    }

    /*right_content*/
    .right_content{
        padding-left:15px;
    }

    .right_content .my_location{
        display:none;
    }

    /*footer*/
    .footer_logo{
        width: 100%;
        text-align: center;
    }
    .footer_icp{
        text-align: center;
    }
    .footer_link{
        display: none;
    }

    /*================================*/

    /*===join===*/

    .join_box p{
        padding-left:0;
        padding-right:0;
    }


    /*================================*/


    /**/
    .about_inline{
        margin-top: 20px;
    }
    /**/
    .news_list a span{
        display: none;
    }
    .inside_banner{
        width:100%;
        height:120px;
        background-position:center top;
        background-size:cover;
        background-repeat:no-repeat;
        border-bottom:1px solid #498a13; 
        background-size:100% 100%;   
    }
}
