.bodyDiv {
    width: 100%;
    height: 100%;
}

.head,
.content,
.footer {
    width: 100%;
}

.head>div>div,
.banner>div,
.content>div,
.footer>div {
    min-width: 1200px;
    width: 1200px;
    margin: 0 auto;
}

.head>div {
    width: 100%;
}

.head .headT {
    height: 110px;
    background: #fff;
}

.head .headT .headT_L,
.head .headT .headT_R {
    line-height: 110px;
    width: 35%;
    text-align: right;
}

.head .headT .headT_R {
    margin-right: 15px;
}

.head .headT .headT_R>div {
    display: inline-block;
    margin-left: 30px;
}


#login>div {
    float: right;
    position: relative;
    margin-left: 20px;
}

.droptitle {
    cursor: pointer;
}

.droptitle:before {
    content: "";
    width: 0px;
    height: 0px;
    border-top: 7px solid #000;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    top: 52px;
    left: 61px;
}

#login ul {
    line-height: 30px;
    position: absolute;
    border: 1px solid #cacaca;
    background: #fff;
    padding: 10px;
    width: 136px;
    text-align: center;
    top: 65px;
    right: -16px;
    display: none;
}

#login li {
    height: 30px;
}

.head .headT .headT_R button {
    width: 58px;
    height: 28px;
    border: 1px solid #31a5b2;
    background: #31a5b2;
    border-radius: 2px;
    color: #fff;
    margin-left: 10px;
}

.head .headB {
    height: 57px;
    background: url('../../img/nav.jpg') 0 0 no-repeat;
    background-size: 100% 100%;
}

.head .headB ul {
    overflow: initial !important;
}

.head .headB ul>li {
    float: left;
    height: 57px;
    line-height: 57px;
    padding: 0 30px;
    position: relative;
}

.head .headB ul>li img {
    margin-left: 10px;
}

.head .headB ul li div {
    position: absolute;
    top: 57px;
    left: 0;
    background: #1b95ac;
    z-index: 1000;
    overflow: hidden;
    width: 100%;
    display: none;
    border: 1px solid #60b5c5;
    box-shadow: 0 4px 10px -1px #307582 inset;
    z-index: 9999;
}

.head .headB ul li div p {
    line-height: 20px;
    padding: 10px;
    border-top: 1px dashed #60b5c5;
}

.head .headB ul li div p.active,
.head .headB ul li div p:hover {
    background: #60b5c5;
}


.head .headB ul li div a {
    color: #fff;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 14px;
}

.head .headB ul>li a {
    color: #fff;
    font-size: 18px;
}

.head .headB ul li.active {
    background: #31a0b4;
}

.head .headB>div>div {
    background: #32aeae;
    width: 175px;
    height: 57px;
    line-height: 57px;
    color: #fff;
    text-align: center;
    font-size: 16px;
}

.head .headB div>img {
    margin-right: 10px;
    vertical-align: -2px;
}






/* footer */
.footer {
    background: url('../../img/dibu.png') top center no-repeat;
    height: 298px;
    /* position: relative; */
    margin-top: -40px;
    /* top: -40px; */
    padding-left: 110px;
    padding-top: 55px;
    background-size: 100% 100%;
}

.footerT {
    height: 175px;
    overflow: hidden;
}

.footerT_L {
    width: 405px;
}

.footerT_L>div {
    margin-left: 35px;
    margin-top: 25px;
}

/* .footerT_L>div select {
    margin-top: 10px;
    background: #38424e;
    padding: 10px 0;
    width: 173px;
    color: #fff;
    border-color: #5b6571;
    border-radius: 5px;
} */

.footerT_L>div>p {
    margin-top: 10px;
    background: #38424e;
    padding: 10px 10px;
    width: 173px;
    color: #fff;
    border: 1px solid #fff;
    border-color: #5b6571;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
}

.footerT_L>div>p::after {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotateZ(45deg);
    right: 10px;
    top: 40%;
}

.footerT_L>div>ul {
    display: none;
    padding: 10px 0;
    border: 1px solid #5b6571;
    width: 173px;
    background: rgb(56, 66, 78);
    position: absolute;
    max-height: 120px;
    overflow-y: auto;
}

.footerTCon {
    width: 340px;
    padding-left: 70px;
}

.footerTCon>p {
    color: #fff;
    margin-top: 10px;
}

.footerTCon img {
    margin-right: 10px;
}

.footerTCon button {
    margin-top: 15px;
    width: 123px;
    height: 28px;
    background: #606873;
    border: 1px solid #606873;
    border-radius: 2px;
    color: #fff;
}

.footerT_R {
    padding-left: 53px;
    padding-top: 10px;
}

.footerT_R p {
    color: #fff;
    margin-top: 10px;
    text-align: center;
}
.footerT_R img {
    width: 100px;
}

.footerB {
    padding-top: 20px;
    color: #fff;
    padding-left: 40px;
}

.footerB span {
    margin: 0 10px;
}


.whj_jqueryPaginationCss-1 div {
    height: 28px !important;
}