body {
    color: #666;
    font: 14px/160% Microsoft Yahei, Arial;
}

.wrap {
    width: 100%;
    min-width: 1302px;
}

.wrap .head {
    height: 604px;
    width: 100%;
    background: url(../images/head-bg.jpg) no-repeat top center;
    z-index: -1;
}

.homepg .head {
    background: url(../images/head-bg-homepg.jpg) no-repeat top center;
    height: 1060px;
}

.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 {
    min-width: 1003px;
    max-width: 1502px;
    height: 1060px;
}

.wrap .main {
    width: 100%;
    min-width: 1302px;
    background: #78441d url(../images/main-bg.jpg) no-repeat top center;
    display: block;
}

.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: 649px;
    background: url(../images/main-bg-03.png) no-repeat top center;
    padding-bottom: 200px;
}

/*头部&导航*/
.topnav {
    top: 20px;
    right: 0;
}

.topnav .menu {
    width: 788px;
    height: 43px;
    top: 0;
    right: 0;
    background-image: url(../images/top-nav-bg.png);
    color: #eed9a6;
    padding-left: 13px;
    position: relative;
}

.topnav .menu dt {
    float: left;
}

.topnav .menu dt a {
    float: left;
    padding: 10px 5px 9px 3px;
    font-size: 16px;
    color: #eed9a6;
}

.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: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 43px;
    z-index: 20;
    background: rgba(110, 55, 30, .9);
    background: #6e371e \9;
}

.fixmenu .topnavFix {
    min-width: 1003px;
    max-width: 1502px;
    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 {
    background: none;
}

.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;
}

.gametips {
    text-align: center;
    color: #5a5a50;
    padding-top: 70px;
    position: absolute;
    bottom: 300px;
}

.gametips a {
    padding: 8px;
}

.box2 .gametips {
    bottom: 300px;
    width: 100%;
}

.down-sys {
    background: url(../images/down-sys.png) no-repeat;
    width: 165px;
    height: 354px;
    position: absolute;
    left: 50%;
    margin-left: 564px;
    padding: 191px 0 0 48px;
}

.down-sys a {
    width: 110px;
    height: 45px;
    display: block;
    margin-bottom: 10px;
    overflow: hidden;
    text-indent: -9999px;
}

.down-sys .download {
    height: 72px;
    margin-bottom: 15px;
}

.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;
}


.newstitle {
    width: 100%;
    text-align: center;
}

.newstitle h2 {
    padding: 50px 0 20px 0;
    margin: 0;
    width: 100%;
    font-size: 1.7em;
    font-weight: bold;
    text-align: center;
    color: #ffab38;
    height: 26px;
}

.newstitle .shareDiv {
    width: 220px;
    padding-bottom: 30px;
    font-size: 0.9em;
    color: #888;
}

.newstitle .shareDiv .shareBtn {
    line-height: 18px !important;
}

.newstitle .shareDiv .shareBtn a {
    width: 18px;
    height: 18px !important;
    float: left;
    text-indent: -9999px;
    overflow: hidden;
    padding: 0 !important;
    margin: 2px !important;
    background: url(../images/icon.png) no-repeat;
}

.newstitle .shareDiv .shareBtn a.bshare-qzone {
    background-position: -36px 0;
}

.newstitle .shareDiv .shareBtn a.bshare-sinaminiblog {
    background-position: -18px 0;
}

.newstitle .shareDiv .shareBtn a.bshare-qqmb {
    background-position: 0 0;
}

.conText {
    width: 100%;
    border-top: 1px #d6d6d6 solid;
    padding-bottom: 100px !important;
}

.conText p {
    padding: 10px 0;
    text-indent: 2em;
    line-height: 200%;
}

.conText img {
    text-align: center;
    margin: 10px auto;
    display: block;
    width: 85%;
}

.new-page {
    background: url(../images/con-bg-new1.png) no-repeat top center !important;
    height: auto !important;
    padding-bottom: 65px !important
}

.con-div-text {
    background: url(../images/con-bg-new2.png) repeat-y top center !important;
    width: 1062px;
    position: relative;
    left: -63px;
    top: 65px;
    padding: 0px 75px;
}

.con-div-text .titplace,
.con-div-text .newstitle,
.con-div-text .conText {
    position: relative;
    top: -65px;
}

.new_text_bottom {
    background: url('../images/con-bg-new3.png') no-repeat top center !important;
    width: 1286px;
    height: 345px;
    margin-bottom: 200px;
    margin-left: 33px;
    margin-top: -10px;
}

.con-div-text .about {
    background: url(../images/about-bg.png);
    width: 1056px;
    height: 277px;
}

.con-div-text .about .people {
    width: 280px;
    height: 332px;
    background: url(../images/about-pic.png) no-repeat;
    right: 0;
    bottom: 0;
}

.con-div-text .about .about-con {
    width: 670px;
    padding: 30px 0px 0px 60px;
}

.con-div-text .about .about-con h3 {
    padding: 0;
    margin: 0;
    width: 100%;
    background: url(../images/about-title-bg.png) no-repeat center center;
    text-align: center;
    color: #ffb63e;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px;
}

.con-div-text .about .about-con p {
    text-indent: 2em;
    line-height: 180%;
    color: #666666;
}

.down-con {}

.down-con .downlist {
    padding-top: 40px;
    overflow: hidden;
    width: 90%;
    margin: 0 auto;
}

.down-con .downlist h2 {
    height: 30px;
    border-left: 5px #efefef solid;
    float: left;
    font-size: 1.3em;
    font-weight: bold;
    color: #656565;
    line-height: 30px;
    padding-left: 10px;
    width: 95%;
    margin-bottom: 20px;
}

.down-con .downlist .con {
    width: 99%;
    border: 2px #efefef solid;
    padding: 20px 0;
    display: table;
}

.down-con .downlist .con .icon {
    display: table-cell;
    vertical-align: middle;
    width: 25%;
    text-align: center;
    color: #676767;
    font-weight: bold;
    line-height: 30px;
}

.down-con .downlist .con .icon span {
    background: url(../images/sprite.png) no-repeat -280px -197px;
    width: 51px;
    height: 48px;
    display: block;
    margin: 0 auto;
}

.down-con .downlist .con .downlink {
    border-left: 1px #efefef dotted;
    width: 99%;
}

.down-con .downlist .con .downlink .downAll-btn {
    width: 190px;
    height: 74px;
    background: #ff8c00;
    color: #fff;
    text-align: left;
    font-weight: bold;
    display: block;
    margin: 0 auto;
    border-radius: 40px;
    font-size: 1.5em;
    line-height: 74px;
    padding-left: 70px;
}

.down-con .downlist .con .downlink .downAll-btn i {
    background: url(../images/sprite.png) no-repeat -331px -197px;
    width: 38px;
    height: 38px;
    top: 50%;
    right: 20px;
    margin-top: -19px;
}

.down-con .downlist .con .downlink ul {
    height: 349px;
    overflow: hidden;
}

.down-con .downlist .con .downlink ul li {
    height: 69px;
    border-bottom: 1px #efefef solid;
    width: 100%;
    text-align: center;
    line-height: 69px;
}

.down-con .downlist .con .downlink ul li a {
    margin-left: 20px;
    padding: 8px 30px;
    border: 1px #f192aa solid;
    border-radius: 40px;
    color: #f192aa;
}

.down-con .downlist .con .downlink ul li a:hover {
    background: #f192aa;
    color: #fff;
}

.down-con .downlist .con .m-btn {
    padding: 28px 0;
    text-align: center;
}

.down-con .downlist .con .m-btn a {
    padding: 8px 10px;
    color: #626262;
}

.down-con .downlist .pd0 {
    padding: 0;
}

.down-con .downlist ul.pc-msg {
    width: 102%;
    overflow: hidden;
}

.down-con .downlist ul.pc-msg li {
    height: 37px;
    border-bottom: 1px #efefef solid;
    line-height: 37px;
    text-align: center;
}

.down-con .downlist ul.pc-msg li em {
    float: left;
    width: 45%;
    height: 37px;
    border-right: 1px #efefef solid;
    color: #888;
}

.down-con .downlist ul.pc-msg li i {
    width: 8%;
    float: left;
    height: 37px;
    border-right: 1px #efefef solid;
    color: #606060;
    font-weight: bold;
}

.down-con .downlist ul.pc-msg li.tit em,
.down-con .downlist ul.pc-msg li.tit i {
    color: #606060;
    font-weight: bold;
    background: #f4f4f4;
}

.wallpaper-div {}

.wallpaper-div li {
    width: 46%;
    margin: 2%;
    float: left;
    position: relative;
}

.wallpaper-div li span {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 30px;
    background: #000;
    width: 100%;
}

.wallpaper-div li span a {
    color: #fff;
    width: 33%;
    float: left;
    text-align: center;
    line-height: 30px;
}

.wallpaper-div li img {
    width: 100%;
}

.screenshot-div {}

.screenshot-div li {
    width: 31%;
    margin: 1%;
    float: left;
}

.screenshot-div li img {
    width: 100%;
}

.video-div {}

.video-div li {
    width: 46%;
    margin: 2.5% 2%;
    float: left;
    position: relative;
}

.video-div li a span {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 40px;
    background: rgba(0, 0, 0, 0.6) url(../images/play-btn.png) no-repeat top left;
    _background: #000;
    *background: #000 url(../images/play-btn.png) no-repeat top left;
    background: #000 url(../images/play-btn.png) no-repeat top left \9;
    width: 86%;
    color: #fff;
    line-height: 40px;
    padding: 0 2% 0 12%;
}

.video-div li img {
    width: 100%;
}

.page {
    line-height: 20px;
    text-align: center;
    margin-top: 35px;
}

.page span,
.page a {
    color: #8f8f8f;
    padding: 0 6px;
    margin: 1px;
}

.page span.now,
.page a:hover {
    color: #f093a8;
}

/**学院扩建**/
.layer {
    padding: 0px 0px;
    position: relative;
    display: none;
    width: 594px;
    height: 376px;
    background: url(../images/js.png) no-repeat 0px 0px;
}

.layer .close {
    position: absolute;
    top: 30px;
    right: 33px;
    display: block;
    width: 34px;
    height: 34px;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
div {
    margin: 0;
    padding: 0;
}

button,
input,
select,
textarea {
    font: 14px/160% Microsoft Yahei, Arial;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

em,
i {
    font-style: normal;
}

ul,
ol,
li {
    list-style: none;
}

a {
    outline: none;
    color: #666;
    text-decoration: none;
}

fieldset,
img {
    border: 0;
}

img {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clf {
    clear: both;
}

.ml10 {
    margin-left: 10px;
}

.mr10 {
    margin-right: 10px;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mt30 {
    margin-top: 30px;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mAuto {
    margin: 0 auto;
}

.pfix {
    position: fixed;
}

.ovh {
    overflow: hidden;
}

.pt10 {
    padding-top: 10px;
}

.pr10 {
    padding-right: 10px;
}

.pb10 {
    padding-bottom: 10px;
}

.pl10 {
    padding-left: 10px;
}

.newsTab {
    background: #fb7703;
}

.noticeTab {
    background: #b8b2f0;
}

.activityTab {
    background: #d0a1d7;
}

.mediaTab {
    background: #b4cff1;
}

.p3070 {
    padding: 30px 70px;
    width: 70% !important;
}

/*.bordB{border-bottom:1px #eaa2b4 solid;}*/
.disblock {
    display: block;
}

.disnone {
    display: none;
}

.w100 {
    width: 100% !important;
}

.pt20Tcenter {
    padding-top: 20px;
    text-align: center;
}

.h410 {
    height: 410px;
}

body {
    margin: 0
}
