@charset "utf-8";

@font-face {
    font-family: "iconfont";
    src: url(../fonts/iconfont.woff) format("woff"), url(../fonts/iconfont.ttf) format("truetype");
}

body {
    margin: 0;
    padding: 0;
    min-width: 1400px;
    /* background-color: rgb(235, 232, 227); */
}

.top {
    margin: auto;
    width: 100%;
    background-color: #ab0101;
    height: 290px;
    margin-bottom: 60px;
    
}

.logo-background {
    position: absolute;
    content: '';
    width: 100%;
    height: 60px;
    background-image: linear-gradient(#00000055, #00000000);
}

.left-logo {
    position: absolute;
    background: url(../images/logoC.png) no-repeat;
    background-size: auto 80px;
    left: 10px;
    top: 10px;
    height: 100px;
    width: 360px;
    z-index: 999;
}

.top-pic {
    width: 100%;
    height: 100%;
    background: url(../images/im8.jpg) top no-repeat;
    background-size: 100% auto;
    text-align: center;
}

.top-pic>p{
    font-size: 70px;
    position: absolute;
    width: 100%;
    color: #fff;
    font-weight:500;
    text-shadow: 3px 3px #414141;
    margin-top: 100px;
}

.nav-p {
    width: 100%;
    height: 70px;
    margin: auto;
    bottom: 35px;
    position: relative;
    z-index: 0;
}

.nav-p:after {
    content: '';
    width: 50%;
    /* background: url(../images/bgq2.png) right no-repeat; */
    background-color: #ab0101;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}

.nav {
    width: 1400px;
    height: 100%;
    margin: auto;
    z-index: 999;
    position: relative;
    line-height: 70px;
    text-indent: 45px;
}

.nav-c {
    position: absolute;
    background-color: #ab0101;
    left: 0;
    top: 0;
    bottom: 0;
    content: '';
    width: calc(100% - 430px);
    z-index: 0;
    clip-path: polygon(0% 100%, 0% 0%, 100% 0% ,98% 100%);
}

.nav ul {
    margin: 0;
}

.nav li {
    float: left;
    list-style: none;
    padding-left: 8px;
}

.nav ul li a {
    text-decoration: none;
    color: #ffffff;
    font-family: "Microsoft YaHei", ΢���ź�;
    font-weight: 800px;
    font-size: 22px;
    line-height: 35px;
    text-align: center;
    display: block;
}

.nav ul li a:hover {
    color: #ab0101;
    background-color: #FFFFFF;
}

.mid {
    margin: auto;
    padding: auto;
    width: 960px;
    /* height: 550px; */
    min-height: 550px;;
    margin-bottom: 50px;
}

.mid-wap {
    margin: auto;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 5px;
    box-shadow: #999999 3px 2px 10px;
    /* width: 940px; */
    /* height: 550px; */
    min-height: 500px;
}

.mid-wap table table {
    margin:auto;
    margin-top: 20px; 
}

.mid-wap table table .PrevDisabled,
 .mid-wap table table .Prev,
 .mid-wap table table .NextDisabled,
 .mid-wap table table .Next,
  .mid-wap table table .defaultButtonStyle,
    .mid-wap table table .defaultInputStyle {
    height: 20px;
    width: 40px;
    text-align: center;
    font-size: 15px;
    line-height: 20px;
    border-radius: 5px;
    background: none;
}

.mid-wap table table .defaultInputStyle {
    border:#414141 1px solid;
}

  .mid-wap table table .defaultButtonStyle
{
    height: 25px;
}

.curr-pos {
    margin-bottom: 20px;
}

.foot {
    min-width: 1400px;
    margin: auto;
    width: 100%;
    height: 500px;
    /* overflow: hidden; */
    
    background-color: rgb(235, 232, 227);
    padding-top: 25px;
    text-align: center;
}

.parting-line {
    height: 1px;
    width: 1400px;
    background-color: #7f7c7e;
}

.bot-logo {
    width: 1400px;
    height: 57px;
    margin: auto;
    /* background-color: #ffffff; */
    color: #565555;
}

.logo-left {
    height: 57px;
    width: 500px;
    margin: auto;
    margin-bottom: 25px;
    text-align: center;
}

.logo-right {
    width: 800px;
    margin: auto;
    color: #565555;
}

.logo-right a {
    color: #565555;
    text-decoration: none;
}

.logo {
    background: url(../images/logo-xcb.png) center no-repeat;
    background-size: auto 57px;
    width: 100%;
    height: 57px;
    margin: auto;
}

.bot-logo ul {
    float: right;
    margin: 0;
    padding: 5px;
}

.bot-logo ul li {
    list-style: none;
    float: left;
    padding-left: 10px;
}

.bot-logo ul li a {
    text-decoration: none;
    font-size: 13px;
    color: #565555;
}

.dead-line {
    background-color: #7f7c7e;
    height: 3px;
    width: 1400px;
}

.logo-right a:hover {
    color:#ab0101;
}