a {
    color: #fff;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
body {
    font: 14px/1.6 'Microsoft Yahei';
    color: #fff;
    width: 100%;
    height: 100%;
    background-color: #333;
}
ul li {
    list-style: none;
}
.clearfix:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    height: 1%;
}
* html .clearfix {
    zoom: 1;
} /* IE6 */
* + html .clearfix {
    zoom: 1;
} /* IE7 */
.fL {
    float: left !important;
}
.fR {
    float: right !important;
}
img {
    vertical-align: top;
}
/*---------------index--------------*/
body,
#container {
    height: 100%;
}
#container {
    margin: 0 auto;
    max-width: 1920px;
    position: relative;
    overflow: hidden;
    background: url(../image/bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
.logo {
    padding-right: 1%;
    width:18%;
    position: absolute;
    left: 7%;
    top: 6.65%;
    z-index: 10;
    box-sizing: border-box;
    text-align: center;
}
.imgtop {
    position: absolute;
    right: 0;
    top: 0;
}
.img {
    position: absolute;
    left: 50%;
    top: 58%;
    transform: translate(-50%, -50%);
}
.app {
    width: 32%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
}
.app .photo {
    width: 100%;
    height: 58%;
    position: absolute;
    left: 48%;
    bottom:9.94%;
    z-index: 1;
    text-align: center;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
.app .copyright {
    width: 100%;
    height: 15.28%;
    position: absolute;
    left: 0;
    bottom: 0;
    box-sizing: border-box;
    color: #fcfcfc;
    font-size: 14px;
    text-align: center;
    background: #100c49;
}
.app .copyright p {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 18.5%;
    text-align: center;
}
.navi {
    width: 68.75%;
    height: 15.28%;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 10;
    background: #101010;
}
.navi > li {
    float: left;
    width: 25%;
    height: 100%;
    position: relative;
    border-right: 1px solid #fbdf89;
    box-sizing: border-box;
}
.navi > li:last-child {
    border: none;
}
.navi > li > a {
    height: 100%;
    display: block;
    overflow: hidden;
    zoom: 1;
    text-align: center;
    box-sizing: border-box;
}
.navi > li > a > span {
    padding: 0 0 4px 70px;
    position: absolute;
    display: inline-block;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.navi > li > a img {
    position: absolute;
    left: 5px;
    top: 5px;
}
.navi > li > a .txt {
    color: #fcfcfc;
    font-size: 14px;
    text-align: left;
    white-space: nowrap;
}
.navi > li > a .txt span {
    margin-bottom: 3px;
    display: block;
    color: #fcfcfc;
    font-size: 20px;
}
.navi > li:hover > a .txt,
.navi > li:hover > a .txt span {
    color: #fbdf89;
}
.navi .jsBox {
    margin-left: -289px;
    padding-top: 25px;
    width: 578px;
    position: absolute;
    left: 50%;
    bottom: 100%;
    box-sizing: border-box;
    display: none;
}
.navi > li:hover .jsBox {
    display: block;
}
.navi .jsBox .arrow {
    margin-left: -9px;
    position: absolute;
    left: 50%;
    bottom: -8px;
}
.navi .jsBox ul {
    padding: 25px 25px 16px;
    border-radius: 5px;
    border: 2px solid #a37c3c;
    background: #000;
}
.navi .jsBox li {
    margin-bottom: 10px;
    overflow: hidden;
    zoom: 1;
    color: #414755;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
}
.navi .jsBox li .ms {
    margin-right: 11px;
    width: 72px;
    display: block;
    float: left;
    color: #fbdf89;
    border: 1px solid #fbdf89;
}
.navi .jsBox li img {
    margin: 14px 10px 0 0;
    display: block;
    float: left;
}
.navi .jsBox li .url {
    width: 253px;
    float: left;
    display: block;
    box-sizing: border-box;
    color: #fbdf89;
    border: 1px solid #fbdf89;
}
.navi .jsBox li a {
    display: block;
    float: right;
    width: 136px;
    color: #000;
    box-sizing: border-box;
    border: 1px solid #dfb946;
    background: linear-gradient(180deg, #fbd14e 0%, #f1f364 100%);
}
.navi .jsBox li a:hover {
    border: 1px solid #dfb946;
    background: #000;
    color: #e2bd4e;
}
.navi .jsBox li img {
    width: 22px;
    height: 10px;
}
#main {
    padding-top: 165px;
    height: 100%;
    box-sizing: border-box;
}
#main .lBox {
    width: 37.5%;
    height: 100%;
    float: left;
    position: relative;
    z-index: 10;
}
#main .lBox .ttl {
    padding: 0 0 280px 120px;
    height: 100%;
    box-sizing: border-box;
}
#main .lBox .ttl span {
    height: 100%;
    position: relative;
    display: block;
}
#main .lBox .ttl img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
#main .lBox .txtBox {
    padding: 0 120px;
    width: 100%;
    height: 280px;
    position: absolute;
    left: 0;
    bottom: 0;
    box-sizing: border-box;
    background: #a37c3c;
}
#main .lBox .txtBox p {
    padding: 0 130px 12px 120px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    color: #f8e4c3;
    font-size: 14px;
    line-height: 2.15;
    text-align: justify;
    text-justify: inter-ideograph;
    box-sizing: border-box;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
#main .lBox .txtBox p span {
    margin-bottom: 12px;
    display: block;
    color: #fff;
    font-size: 30px;
}
#main .lBox .txtBox .img01 {
    position: absolute;
    right: -73px;
    top: -90px;
    z-index: 1;
}
#main .lBox .txtBox .img02 {
    position: absolute;
    right: -160px;
    top: 0;
}
#main .rBox {
    padding-right: 120px;
    width: 62.5%;
    height: 100%;
    float: right;
    position: relative;
    box-sizing: border-box;
}
#main .rBox .photo {
    width: 100%;
    height: 100%;
    background: url(https://dh.37000am.com/static/tvns/image/photo.jpg) no-repeat center center;
}
#main .rBox .copyright {
    position: absolute;
    right: 53px;
    bottom: 58px;
}

@media all and (max-width: 1350px) {
    .navi > li > a .txt {
        font-size: 13px;
    }
    .navi > li > a > span {
        padding-left: 65px;
    }
}
