﻿body{
    background: #fff none repeat 0 0;
    font-size: 13px;
    color: #333;
    font-weight: normal;
    font-family: "Helvetica Neue",Helvetica,Tahoma,Arial,'Microsoft Yahei','Hiragino Sans GB','WenQuanYi Micro Hei',sans-serif;
    margin: 0;
    display: block;
}
ul, menu, dir {
    /*display: block;*/
    /*list-style-type: disc;*/
    /*-webkit-margin-before: 1em;*/
    /*-webkit-margin-after: 1em;*/
    /*-webkit-margin-start: 0;*/
    /*-webkit-padding-end: 10px;*/
    /*-webkit-padding-start: 10px;*/
}
.pageContainer{
    padding: 0 10px;
    margin: 0 auto 10px auto;
    position: relative;
}
header{
    padding: 0;
}
#header > h1{
    /*float: left;*/
}
.header{
    width: 100%;
    height: 520px;
    frameborder:0;
}
.foot{
    width: 100%;
    height: 80px;
}
/*fenli*/


/*nav ul li*/
/*{*/
    /*width: 120px;*/
    /*height: 25px;*/
    /*list-style:none;*/
    /*float: left;*/
    /*margin: 0 0 2px 0;*/
    /*background-color: #ffffff;*/
    /*text-align: center;*/
    /*border: 1px solid #2a672d;*/
    /*font-size: 14px;*/
/*}*/
/*!*nav ul li :after{*!*/
    /*!*content: "";*!*/
    /*!*display: block;*!*/
    /*!*clear: both;*!*/
/*!*}*!*/
/*.menu2{*/
    /*display: none;*/
/*}*/
/*.menu1:hover .menu2{*/
    /*display: block;*/
/*}*/
/*#navbar{*/
    /*margin-top: 14px;*/
/*}*/
/*.navbar{*/
    /*background: #2a672d none repeat 0 0 ;*/
    /*border: 1px solid #d5d5d5;*/
    /*border-radius: 4px 4px 4px 4px;*/
    /*font-weight: normal;*/
    /*font-family: inherit;*/
    /*position: relative;*/
    /*z-index: 1000;*/
    /*min-height: 60px;*/
/*}*/
/*#navbar .navbar{*/
    /*margin: 0 0 0 0;*/
    /*width: 100%;*/
/*}*/
/*.nav{*/
    /*list-style: none;*/
/*}*/
/*.nav > li{*/
    /*position: relative;*/
/*}*/


/*fenli*/


#navbar li.nav-item-searchbar{
    flex: none !important;
}
#searchbar{
    min-width: 90px;
    max-width: initial;
}
#navbar li.nav-item-searchbar #searchbar > form{
    margin: 3px !important;
}
#searchbar > form{
    max-width: 110px;
    float: left;
    margin:5px 15px 0 0;
}
#searchbar .input-group{
    position: relative;
    width: 100%;
    display: table;
}
#searchbar .form-control{
    border-radius: 4px;
    /*padding-right: 30px;*/
}
.input-group.form-control{
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.form-control{
    border: solid #ccc 1px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    display: block;
    width: 100%;
    height: 18px;
    padding: 5px 8px;
    font-size: 13px;
    line-height: 1.53846154;
    color: #222;
    vertical-align: middle;
    background-color: #fff;
    border-radius: 4px;
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
@media(min-width: 768px){
    .pageContainer{
        max-width: 750px;
    }
    .navbar-collaspe.collaspe{
        display: block !important;
        height: auto !important;
        overflow: visible !important;
        width: auto;
        box-shadow: none;
    }
    .navbar-nav{
        float: left;
    }
    #navbar .navbar-nav > li{
        float: none;
        display: table-cell;
        width: 1%;
        vertical-align: middle;
    }
    #navbar .navbar-nav > li > a{
        text-align: center;
        white-space: nowrap;
        /*border-right: 1px solid #d5d5d5;*/
        min-width:50px;
        /*color: #ffffff;*/
        text-decoration:none;
        color:#333;
        font-size: 16px;
    }
    #navbar .navbar-nav > li:first-child > a{
        border-radius: 4px 0 0 4px;
        padding-top: 20px;
    }
}
@media(min-width: 992px){
    .pageContainer{
        max-width: 970px;
    }
}
@media(min-width:1200px){
    .pageContainer{
        max-width: 1170px;
    }
}

.megamenu
{
    background-color: #F5F5F5;
    width: 98%;
    height: 40px;
    border-radius: 5px 5px 5px 5px;
}
.megamenu li
{
    list-style:none;
    float:left;
    min-width:60px;
    overflow:auto;
    height:35px;
    font-size:14px;
    font-family:Verdana,"宋体",Helvetica,sans-serif;
    line-height:35px;
    text-align:center;
    padding-left:10px;
    padding-right:10px;
    width: 120px;
}
.megamenu li a
{
    text-decoration: none;
    color: #2a672d;
}
.mega-content
{
    position:absolute;
    z-index:10;
    display:none;
    background-color:#e8e7e7;
    min-width:150px;
}
.mega-title
{
    font-size:14px;
    min-width:100px;
    /*_width:150px;*/
    line-height:25px;
    /*text-indent:20;*/
    text-align:center;
    border-bottom:solid 1px #fff;
    word-spacing:0;
    cursor:pointer;
    height: 30px;
    vertical-align: middle;
}
.mega-title a
{
    margin-left:15px;
    text-decoration: none;
}
.main{
    padding: 0;
    margin: 0 auto 10px auto;
    position: relative;
}
.main-header .breadcrumb > li{
    list-style:none;
    color: grey;
    display: inline;
}
.main-header .breadcrumb > li > a{
    text-decoration: none;
    color: black;
}
.contactUs{
    float: left;
    width: 368px;
    height: 183px;
    border: 1px solid #398bfb;
    border-radius: 8px;
    margin: 0 7px 5px 7px;
}
.contactUsBoxLeft{
    float: left;
    width: 30%;
    height: 40px;
    border: solid 1px #398bfb;
    background-color: #398bfb;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
}
.contactUsBoxLeft > p{
    margin-top: 10px;
}
.contactUsBoxRight{
    float: right;
    width: 69%;
    height: 40px;
    border-bottom: solid 1px #2a672d;
    /*background-color: #ffffff;*/
}
.contactUsInfo{
    height: 146px;
    margin: 56px 30px 10px 48px;
}
.contactUs .contactUsInfo > p {
    margin: 10px 1px 10px 1px;
}
@media(min-width: 768px) {
    .main{
        max-width: 750px;
    }
}
@media(min-width: 992px){
    .main{
        max-width: 970px;
    }
}
@media(min-width:1200px){
    .main{
        max-width: 1170px;
    }
}

/*.columnBox{*/
    /*float: left;*/
    /*width: 370px;*/
    /*height: 320px;*/
    /*border: 1px solid #2a672d;*/
    /*border-radius: 8px;*/
    /*margin: 20px 7px 5px 7px;*/
/*}*/
/*.columnBox .columnBoxLeft > p{*/
    /*margin-top: 10px;*/
/*}*/
/*.columnBox .columnBoxRight > p{*/
    /*margin-top: 10px;*/
    /*text-align: right;*/
    /*margin-right: 25px;*/
/*}*/
/*.columnBoxLeft{*/
     /*float: left;*/
     /*width: 30%;*/
     /*height: 40px;*/
     /*border: solid 1px #2a672d;*/
     /*background-color: #2a672d;*/
     /*color: #ffffff;*/
     /*text-align: center;*/
     /*font-size: 14px;*/
 /*}*/
/*.columnBoxRight{*/
    /*float: right;*/
    /*width: 69%;*/
    /*height: 40px;*/
    /*border-bottom: solid 1px #2a672d;*/
    /*background-color: #ffffff;*/
    /*color: #000000;*/
    /*text-align: center;*/
    /*font-size: 14px;*/
/*}*/
/*.showProject{*/
    /*float: left;*/
    /*width: 758px;*/
    /*height: 420px;*/
    /*border: 1px solid #2a672d;*/
    /*border-radius: 8px;*/
    /*margin: 10px 7px 5px 7px;*/
/*}*/
/*.rowBoxLeft{*/
    /*float: left;*/
    /*width: 18%;*/
    /*height: 40px;*/
    /*border: solid 1px #2a672d;*/
    /*background-color: #2a672d;*/
    /*color: #ffffff;*/
    /*text-align: center;*/
    /*font-size: 14px;*/
/*}*/
/*.rowBoxRight{*/
    /*float: right;*/
    /*width: 81.6%;*/
    /*height: 40px;*/
    /*border-bottom: solid 1px #2a672d;*/
    /*background-color: #ffffff;*/
    /*color: #000000;*/
    /*text-align: right;*/
    /*font-size: 14px;*/
/*}*/
/*.showProject .rowBoxLeft > p {*/
    /*margin-top: 10px;*/
/*}*/
/*.showProject .rowBoxRight > p{*/
    /*padding-right: 20px;*/
/*}*/
/*.upload{*/
    /*float: left;*/
    /*width: 368px;*/
    /*height: 220px;*/
    /*border: 1px solid #2a672d;*/
    /*border-radius: 8px;*/
    /*margin: 10px 7px 5px 7px;*/
/*}*/
/*.uploadBoxLeft{*/
    /*float: left;*/
    /*width: 30%;*/
    /*height: 40px;*/
    /*border: solid 1px #2a672d;*/
    /*background-color: #2a672d;*/
    /*color: #ffffff;*/
    /*text-align: center;*/
    /*font-size: 14px;*/
/*}*/
/*.uploadBoxRight{*/
    /*float: right;*/
    /*width: 69%;*/
    /*height: 40px;*/
    /*border-bottom: solid 1px #2a672d;*/
    /*background-color: #ffffff;*/
/*}*/
/*.upload .uploadBoxLeft > p{*/
    /*margin-top: 10px;*/
/*}*/
/*.contactUs{*/
    /*float: left;*/
    /*width: 368px;*/
    /*height: 183px;*/
    /*border: 1px solid #2a672d;*/
    /*border-radius: 8px;*/
    /*margin: 10px 7px 5px 7px;*/
/*}*/
/*.contactUsBoxLeft{*/
    /*float: left;*/
    /*width: 30%;*/
    /*height: 40px;*/
    /*border: solid 1px #2a672d;*/
    /*background-color: #2a672d;*/
    /*color: #ffffff;*/
    /*text-align: center;*/
    /*font-size: 14px;*/
/*}*/
/*.contactUsBoxLeft > p{*/
    /*margin-top: 10px;*/
/*}*/
/*.contactUsBoxRight{*/
    /*float: right;*/
    /*width: 69%;*/
    /*height: 40px;*/
    /*border-bottom: solid 1px #2a672d;*/
    /*background-color: #ffffff;*/
/*}*/
/*.contactUsInfo{*/
    /*height: 146px;*/
    /*margin: 56px 30px 10px 48px;*/
/*}*/
/*.contactUs .contactUsInfo > p {*/
    /*margin: 10px 1px 10px 1px;*/
/*}*/
/*.chaining{*/
    /*width: 98%;*/
    /*height: 100px;*/
    /*border: 1px solid #2a672d;*/
    /*border-radius: 8px;*/
    /*margin: 10px 7px 5px 7px;*/
/*}*/
/*.chainingBoxLeft{*/
    /*float: left;*/
    /*width: 10%;*/
    /*height: 40px;*/
    /*border: solid 1px #2a672d;*/
    /*background-color: #2a672d;*/
    /*color: #ffffff;*/
    /*text-align: center;*/
    /*font-size: 14px;*/
/*}*/
/*.chaining .chainingBoxLeft > p {*/
    /*margin-top: 10px;*/
/*}*/
/*.chainingBoxRight{*/
    /*float: right;*/
    /*width: 89.8%;*/
    /*height: 40px;*/
    /*border-bottom: solid 1px #2a672d;*/
    /*background-color: #ffffff;*/
/*}*/
/*.chainingGroup{*/
    /*margin: 62px 20px 10px 20px;*/
/*}*/
/*.chainingGroup> a{*/
    /*text-decoration: none;*/
    /*margin: 50px 5px 5px 5px;*/
    /*color: #222222;*/
/*}*/
/*.footer{*/
    /*width: 98%;*/
    /*height: 43px;*/
    /*background-color: #F5F5F5;*/
    /*border: 1px solid #cccccc;*/
    /*margin: 15px 5px 5px 8px;*/
/*}*/
/*.footer > p {*/
    /*text-align: center;*/
/*}*/
/*.columnBoxRight > p > a{*/
    /*text-decoration: none;*/
    /*color: black;*/
/*}*/
/*.rowBoxRight > p > a{*/
    /*text-decoration: none;*/
    /*color: black;*/
/*}*/
