
/*------------top开始------------*/
/*------------顶部开始------------*/
.topBox {
    width: 100%;
    min-width: 1200px;
    height: 34px;
    background: #000;
}
.topBox .top p {
    font: 14px/34px "微软雅黑";
    color: #fff;
    text-align: right;
}
.topBox .top p a {
    color: #fff;
    margin-left: 10px;
}
/*------------顶部结束------------*/
/*------------logo and nav开始------------*/
/*logo开始*/
.lognavBox {
    position: relative;
    z-index: 10;
}
h1 {
    width: 10%;
    height: 192px;
    text-indent: -4999px;
    position: absolute;
    top:0;
    left: 0;
    background-image: url(../images/logo01.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgba(202,231,177,.5);
}
/*nav开始*/
.navBox {
    width: 60%;
}
.navBox nav ul {
    font-size: 0;
    /*margin-top: 22px;*/
}
.navBox>nav>ul>li {
    width: 20%;
    height: 91px;
    margin-top: 22px;
    text-align: center;
    display: inline-block;
    position: relative;
    transition:all 1s ease;
}
.navBox>nav>ul>li>a {
    display: block;
    width: 100%;
    font: 16px/91px "微软雅黑";
    color: #000;
}
.navBox>nav>ul>li>ul{
    display: none;
    position: absolute;
    top:91px;
    /*background: #000;*/
    transition:all 1s ease;
}
.navBox>nav>ul>li>ul>li {
    /*padding: 0 37px;*/
    background: rgba(140,198,62,.8);
    transition:all 1s ease;
}
.navBox>nav>ul>li>ul>li>a{
    width: 250px;
    height: 35px;
    font: 16px/35px "微软雅黑";
    color: #fff;
    padding-left: 37px;
    border-bottom: 1px solid #d1fd97;
    text-align: left;
    display: block;
    transition:all 1s ease;
}
.navCallus {

    position: absolute;
    right: 0;
}
.navBox>nav>ul>li>.navCallus>li>a {
    /*width: 240px;*/
    width:160px;
    text-align: right;
    padding-right: 37px;
}
/*nav hover*/
.navBox>nav>ul>li:hover {
    background: #8cc63e;
}
.navBox>nav>ul>li:hover a {
    color: #fff;
}
nav>ul>li:hover ul {
    display: block;
}
nav>ul>li>ul>li:hover{
    background: rgba(105,182,1,.8);
}
/*------------logo and nav结束------------*/
/*------------banner开始------------*/
.bannerBox {
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.bannerBox img {
    width: 100%;
}
/*------------banner结束------------*/
/*------------top结束------------*/
/*------------foot开始------------*/
.footBox {
    margin-top:58px;
}
.footTop{
    margin-bottom: 58px;
}
.footTop .foottopLeft p{
    font:16px/34px "微软雅黑";
    color:#000;
}
.footTop .foottopLeft p em{
    font:24px/34px "微软雅黑";
}
.footTop .foottopMiddle {
    width:501px;
    height:84px;
    background:url(../images/logo02.png) no-repeat center;
    margin-top: 30px;
    margin-left: 180px;
}
.footTop .foottopRight p{
    font:24px/34px "微软雅黑";
    color:#000;
    text-align: right;
}
.footTop .foottopRight p a{
    font:16px/34px "微软雅黑";
    color:#000;

}
.footDown {
    width: 100%;
    min-width: 1200px;
    height: 30px;
    padding: 20px 0;
    background: #000;
}
.footDown .footdownBox p {
    font:13px/30px "微软雅黑";
    color: #fff;
}
.footDown .footdownBox .returnTop {
    font:19px/30px "微软雅黑";
    color: #fff;
    width: 91px;
    text-align: center;
    border: 1px solid #fff;
    cursor: pointer;
}
/*------------foot结束------------*/