body {
    color: #666;
    font: 14px/160% Microsoft Yahei, Arial;
    background-color: #f1f1f1;
}

.wrap {
    width: 100%;
    min-width: 1302px;
}

.wrap .head {
    height: 604px;
    width: 100%;
    /* background: url(../images/head-bg.jpg) no-repeat top center; */
    background: url('../images/head-bg.jpg') no-repeat top center;
    /* background-size: 100% 100%; */
    z-index: -1;
}

/* .homepg .head {
    background: url('../images/head-bg-homepg.jpg') no-repeat top center;
    background-size: 100% 100%;
    height: 600px;
} */

.wrap .head .logo {
    bottom: 120px;
    right: 120px;
    width: 380px;
    height: 213px;
    background: url(../images/logo.png) no-repeat;
}

.wrap .head .head-div {
    min-width: 1003px;
    max-width: 1502px;
    height: 604px;
}

.homepg .head .head-div {
    width: 100%;
    height: 1060px;
}

.wrap .main {
    width: 100%;
    min-width: 1302px;
    background-color: #f1f1f1;
    /* background: #78441d url(../images/main-bg.jpg) no-repeat top center; */
    display: block;
    padding-bottom: 60px
}

.wrap .main-div {
    width: 1302px;
}

.wrap .main-div .box0 {
    height: 508px;
    background: url(../images/main-bg-01.png) no-repeat top center;
    padding: 66px 0 0 80px;
}

.wrap .main-div .box1 {
    height: 630px;
    background: url(../images/main-bg-02.png) no-repeat top center;
}

.wrap .main-div .box2 {
    height: 1px;
    background: url(../images/main-bg-03.png) no-repeat top center;
    padding-bottom: 60px;
}

/*头部&导航*/
.topnav {
    top: 20px;
    right: 0;
}

.topnav .menu {
    width: 788px;
    height: 43px;
    top: 0;
    right: 0;
    background-color: #fff;
    /* background-image: url(../images/top-nav-bg.png); */
    color: #fff;
    padding-left: 13px;
    position: relative;
}

.topnav .menu dt {
    float: left;
}

.topnav .menu dt a {
    float: left;
    padding: 10px 20px 9px 19px;
    font-size: 20px;
    color: #000;
}

.topnav .menu dt a i {
    float: left;
    width: 13px;
    height: 14px;
    background: url(../images/sprite.png) -181px 0;
    margin: 5px;
}

.topnav .menu #hMenu {
    height: 0;
    transition: height ease 0.8s;
    background: rgba(110, 55, 30, .9);
    background: #6e371e \9;
    padding-left: 5px;
    margin-left: -5px;
    width: 777px;
    position: absolute;
    top: 43px;
}

.topnav .menu #hMenu dd {
    width: 95px;
    min-height: 80px;
    float: left;
    text-align: center;
    opacity: 0;
    transition: opacity ease 1s;
}

.topnav .menu #hMenu dd ul {}

.topnav .menu #hMenu dd ul li {
    padding: 3px 0 3px 13px;
}

.topnav .menu #hMenu dd ul li a {
    color: #eed9a6;
}

.topnav .menu #hMenu dd ul li a:hover {
    color: #fff;
}

.topnav .menu .showmenu {
    height: 120px !important;
    transition: height ease 0.8s !important;
    margin-left: -5px;
    padding-left: 5px;
}

.topnav .menu .showmenu dd {
    opacity: 1 !important;
    transition: opacity ease 1s !important;
}

.fixmenu {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    height: 43px;
    z-index: 20;
}

.fixmenu .topnavFix {
    width: 100%;
    height: 43px;
    margin: 0 auto;
}

.fixmenu .topnavFix .logo {
    height: 42px;
    top: 0 !important;
}

.fixmenu .topnavFix .logo img {
    height: 100%;
}

.fixmenu .topnavFix #topnav {
    top: 0;
}

.fixmenu .topnavFix .menu .showmenu {
    margin: 0;
    padding: 0;
}

.fixmenu .topnavFix #hMenu {
    background: rgba(110, 55, 30, .9);
    background: #6e371e \9;
}

/*轮播广告*/
.picBa {
    width: 440px;
    height: 455px;
    position: relative;
}

.picBa ul {
    width: 440px;
    height: 455px;
}

.picBa ul li {
    width: 100%;
    height: 100%;
}

.picBa ul li img {
    width: 440px;
    height: 455px;
}

.picBa .btn-list {
    position: absolute;
    bottom: 10px;
}

.picBa .btn-list a {
    width: 10px;
    height: 10px;
    border-radius: 8px;
    float: left;
    text-indent: -9999px;
    background: #fff;
    margin: 3px;
    box-shadow: 1px 1px 5px #000;
}

.picBa .btn-list a.active {
    width: 20px;
    background: #fced6e;
}

/*新闻列表*/
.news-tab {
    width: 600px;
    height: 380px;
    margin: 70px 0 0 60px;
}

.news-tab .new-nav {
    border-bottom: 1px #ff7604 solid;
}

.news-tab .new-nav a {
    float: left;
    height: 40px;
    text-align: center;
    width: 14%;
    margin: 0 3%;
    line-height: 40px;
}

.news-tab .new-nav a.actived {
    border-bottom: 3px #ff7604 solid;
    height: 37px;
}

.news-tab .newlist-page {}

.news-tab .newlist-page .defaultnewlist {
    overflow: hidden;
    width: 96%;
    margin: 0 auto;
    display: none;
}

.news-tab .newlist-page .defaultnewlist a {
    padding-top: 20px;
    width: 100%;
    font-size: 1.5em;
    font-weight: bold;
    color: #ff8200;
    text-align: center;
    float: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.news-tab .newlist-page .defaultnewlist ul {
    width: 100%;
    float: left;
    padding: 10px 0;
    margin: 0 auto;
}

.news-tab .newlist-page .defaultnewlist ul li {
    height: 22px;
    padding: 6px 0;
}

.news-tab .newlist-page .defaultnewlist ul li span.type {
    width: 10%;
    float: left;
    text-align: left;
    color: #ff8200;
}

.news-tab .newlist-page .defaultnewlist ul li a {
    padding: 0;
    font-size: 1em;
    color: #656565;
    font-weight: 100;
    width: 80%;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 460px;
}

.news-tab .newlist-page .defaultnewlist ul li span.newdate {
    float: right;
    text-align: center;
    width: 10%;
    color: #9f9f9f;
}


/*功能链接区*/
.sys-div {
    width: 438px;
    top: -8px;
    right: 90px;
    z-index: 19;
}

.sys-div .sysbtn,
.sys-div .sys-btn1 span,
.sys-div .sys-btn2 span,
.sys-div .sys-btn3 span,
.sys-div .sys-btn4 span,
.sys-div .sys-btn5 span {
    width: 211px;
    height: 146px;
    background: url(../images/right-sys-btn.png) no-repeat;
    float: left;
    margin: 0 4px 18px 4px;
}

.sys-div span {
    left: -18px;
    top: 0;
}

.sys-div .sys-btn1 span {
    background-position: 0 -146px;
}

.sys-div .sys-btn2 span {
    background-position: -211px -146px;
}

.sys-div .sys-btn3 span {
    background-position: 0 -292px;
}

.sys-div .sys-btn4 span {
    background-position: -211px -292px;
}

.sys-div .sys-btn5 {
    width: 421px;
    height: 300px;
    background-position: 0 -738px;
    margin: 0 8px;
}

.sys-div .sys-btn5 span {
    width: 421px;
    height: 300px;
    left: 0;
    top: 0;
    background-position: 0 -438px;
    margin: 0;
}

/*图片展示*/
.showpic {
    width: 1080px;
    height: 370px;
    padding: 50px 0 0 100px;
}

.showpic ul {
    width: 1090px;
}

.showpic ul li {
    width: 100px;
    height: 370px;
    background-repeat: no-repeat;
    background-position: left top;
    cursor: pointer;
    position: absolute;
    border-left: 10px #fff solid;
}

.showpic ul li.l1 {
    background-image: url(../images/p1.jpg);
}

.showpic ul li.l2 {
    background-image: url(../images/p2.jpg);
}

.showpic ul li.l3 {
    background-image: url(../images/p3.jpg);
}

.showpic ul li.l4 {
    background-image: url(../images/p4.jpg);
}

.showpic ul li.now {
    width: 750px;
}


.box2 .gametips {
    bottom: 300px;
    width: 100%;
}

.wrap .main-div .newCon {
    width: 42.6%;
    padding: 0.7%;
}

.wrap .main-div .newCon .con-div {
    background: #fff;
    padding: 30px;
    height: 580px;
}

.wrap .main-div .newCon .con-div .news-tab {
    height: 40px;
    border-bottom: 1px #f3c4ce solid;
    overflow: hidden;
}

.wrap .main-div .newCon .con-div .news-tab div {
    padding: 0 2%;
}

.wrap .main-div .newCon .con-div .news-tab a {
    float: left;
    height: 40px;
    text-align: center;
    width: 20%;
    min-width: 70px;
    line-height: 30px;
}

.wrap .main-div .newCon .con-div .news-tab a.actived {
    border-bottom: 3px #fe81a1 solid;
    height: 37px;
}

.wrap .main-div .newCon .con-div .video-div-n {
    height: 140px;
    padding-top: 20px;
    width: 90%;
}

.wrap .main-div .newCon .con-div .video-div-n div {
    width: 48%;
    float: left;
    height: 140px;
    box-shadow: 0 0 1px #656565;
    overflow: hidden;
}

.wrap .main-div .newCon .con-div .video-div-n div.m10 {
    margin-right: 4%;
}

.wrap .main-div .newCon .con-div .video-div-n div.videobtn {
    background: url(../images/video.jpg) no-repeat center center;
}

.wrap .main-div .newCon .con-div .video-div-n div.eventbtn {
    background: url(../images/page.jpg) no-repeat center center;
}

.wrap .main-div .newCon .con-div .video-div-n div img {
    position: absolute;
    top: 50%;
    left: 0%;
    margin-top: -70px;
}

.wrap .main-div .con-div {
    background: url(../images/con-bg.png) no-repeat;
    width: 1062px;
    height: 1193px;
    padding: 120px;
    overflow: hidden;
    position: relative;
    padding-bottom: 300px;
}

.wrap .main-div .con-div .titplace {
    padding: 25px 0;
}

.wrap .main-div .con-div .titplace h2 {
    font-weight: 100;
    font-size: 18px;
    color: #000;
}

.wrap .main-div .con-div .titplace h2 span {
    color: #c2c2c2;
    font-size: 1em;
    padding: 0 10px;
}

.wrap .main-div .con-div .titplace .place {}

.wrap .main-div .con-div .listnav {
    display: block;
    width: 100%;
    height: 48px;
    border-bottom: 1px #fb7703 solid;
}

.wrap .main-div .con-div .listnav a {
    float: left;
    width: 150px;
    height: 48px;
    line-height: 48px;
    text-align: center;
}

.wrap .main-div .con-div .listnav a:hover,
.wrap .main-div .listnav a.actived {
    border-bottom: 2px #fb7703 solid;
    height: 46px;
}

.wrap .main-div .con-div .new-list {
    width: 100%;
    border-top: 1px #d6d6d6 solid;
    border-bottom: 1px #d6d6d6 solid;
}

.wrap .main-div .con-div .new-list .articlelist {
    padding: 0 10px;
}

/*.wrap .main-div  .con-div .new-list .articlelist ul{width:81%;}*/
.wrap .main-div .con-div .new-list .articlelist .date-icon {
    width: 17.8%;
    min-width: 178px;
    height: 36px;
}

.wrap .main-div .con-div .new-list .articlelist .date-icon i {
    border: 1px #dcdcdc solid;
    height: 22px;
    padding: 6px 4px;
    line-height: 22px;
}

.wrap .main-div .con-div .new-list .articlelist .date-icon i span {
    border-left: 1px #d6d6d6 solid;
    padding-left: 5px;
    margin-left: 5px;
    font: 1.2em/130% Arial;
    font-weight: bold;
    color: #ef92a9;
}

.wrap .main-div .con-div .new-list .articlelist .date-icon em {
    border: 1px #dcdcdc solid;
    color: #dcdcdc;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 18px;
    border-radius: 10px;
    margin: 8px 25px;
}

.wrap .main-div .con-div .new-list .articlelist ul {
    width: 90%;
    margin: 0 auto;
}

.wrap .main-div .con-div .new-list .articlelist ul li {
    width: 100%;
    height: 50px;
    border-left: 1px #d6d6d6 solid;
    line-height: 50px;
    position: relative;
}

.wrap .main-div .con-div .new-list .articlelist ul li i {
    width: 6px;
    height: 6px;
    border: 1px #d6d6d6 solid;
    border-radius: 4px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    margin: -4px 0 0 -4px;
}

.wrap .main-div .con-div .new-list .articlelist ul li span.type {
    width: 6%;
    height: 20px;
    font-size: 0.8em;
    line-height: 20px;
    color: #fff;
    text-align: center;
    margin: 15px;
}

.wrap .main-div .con-div .new-list .articlelist ul li a.news {
    overflow: hidden;
    height: 50px;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 60%;
}

.wrap .main-div .con-div .new-list .articlelist ul li a.news:hover {
    text-decoration: underline;
    text-decoration-color: #fb7703;
    color: #fb7703;
}

.wrap .main-div .con-div .new-list .articlelist ul li a font {
    color: #e13d7f;
}

.wrap .main-div .con-div .new-list .articlelist ul li a.new-btn {
    height: 28px;
    border: 1px #dadada solid;
    border-radius: 15px;
    line-height: 28px;
    width: 12%;
    text-align: center;
    margin: 10px 0;
}

.wrap .main-div .con-div .new-list .articlelist ul li span.datetab {
    float: left;
    width: 14%;
    text-align: right;
    margin: 0 1%;
    color: #ddd;
}

.wrap .main-div .con-div .new-list .articlelist ul li .new-btn:hover {
    color: #fff;
    background: #ffaa17;
}
