/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    min-width: 1100px;
    zoom: 75%;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

a {
    text-decoration: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.center {
    width: 1100px;
    margin: 0 auto;
}

.center .clear{
    margin: 0 auto;
}

.clear:after {
    content: "";
    display: block;
    clear: both;
}

.main {

}

.header {
    width: 100%;
    height: 100px;
    background: #305c99;
}

.head-content {
    width: 1100px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.head-content .right-nav {
    width: 580px;
    height: 78px;
    float: right;
    display: flex;
}

.right-nav div {
    flex: 1;
}

.right-nav div a {
    justify-content: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    align-content: space-between;
    border-right: 2px solid #fff;
}

.right-nav div:last-child a{
    border-right: 0;
}

.right-nav div span {
    font-size: 26px;
    color: #fff;
}

.right-nav-Gategory {
    position: relative;
}

.right-nav-Gategory:hover .sub {
    height: 880px;
}

.sub {
    width: 100%;
    height: 0;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 89px;
    transition: .5s;
    z-index: 9;
}

.sub ul li {
    width: 100%;
    height: 55px;
    text-align: center;
    line-height: 55px;
}

.sub ul li.sub-1 {
    background-color: rgba(205, 51, 1, 0.8);
}

.sub ul li.sub-2 {
    background-color: rgba(24, 198, 209, 0.8);
}

.sub ul li.sub-3 {
    background-color: rgba(169, 19, 118, 0.8);
}

.sub ul li.sub-4 {
    background-color: rgba(224, 200, 32, 0.8);
}

.sub ul li a {
    font-family: ArialMT;
    font-size: 21px;
    color: #fff;
}

.banner {
    width: 100%;
    height: 300px;
    overflow: hidden;
    position: relative;
}
.banners{
    position: relative;
}
.banners img{
    width: 2536px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.slide-nav {
    display: table;
    height: 5px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
}

.slide-nav ul li {
    width: 38px;
    height: 4px;
    background: #000;
    opacity: .8;
    margin-left: 5px;
    float: left;
    cursor:pointer;
}
.slide-nav ul li.on{
    background: #fff;
}

.slide-nav ul li:first-child {
    margin-left: 0;
}

.banner .prev, .banner .next {
    display: block;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0);
    text-align: center;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    transition: .5s;
}

.banner:hover .prev {
    background: rgba(0, 0, 0, 0.5);
    left: 20px;
}

.banner:hover .next {
    background: rgba(0, 0, 0, 0.5);
    right: 20px;
}

.banner:hover .prev img {
    opacity: 1;
}

.banner:hover .next img {
    opacity: 1;
}

.prev {
    left: 0;
}

.prev img {
    margin-top: 8px;
    margin-left: 7px;
    opacity: 0;
}

.next img {
    margin-top: 8px;
    margin-left: -7px;
    opacity: 0;
}

.next {
    right: 0;
}
.banner-box {
    width: 2536px;
    height: 300px;
    position: absolute;
    left: 50%;
    margin-left: -1268px;
    top: 0;
}

.banner-box ul {
    overflow: hidden;
}

.banner-box ul li {
    height: 300px;
    float: left;
}

.banner-box ul li img {
    width: 2536px;
    height: 100%;
}

.slide {
    width: 100%;
}

.slide-top {
    width: 100%;
    height: 112px;
    background-color: #e0e0e0;
}

.slide-top .center {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
}

.slide-top .center ul {
    width: 100%;
    display: flex;
    align-items: center;
    background: #9a9a9a;
}

.slide-top .center ul li {
    flex: 1;
    height: 67px;
    text-align: center;
    line-height: 67px;
    color: #fff;
    font-size: 21px;
    cursor: pointer;
    border-right: 1px solid #ababab;
}

.slide-top .center ul li.on {
    background: #cc3300;
}
.slide-top .center ul li a{
	color:#fff;
}
.slide-top .center ul li a:hover{
	 text-decoration: none;
}
.slide-bottom {
    width: 100%;
    height: 243px;
    background: #ededed;
}

.slide-bottom .center {
    height: 100%;
}

.slide-bottom .center ul {
    overflow: hidden;
    height: 100%;
}

.slide-bottom .center ul li {
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
}

.slide-bottom .center ul li .time-box {
    width: 570px;
    height: 80px;
    box-sizing: border-box;

    background-size: cover;
    padding-top: 38px;
    padding-left: 85px;
    color: #cb3400;
    font-size: 27px;
}
.slide-bottom .center ul li .time-box .preissue{font-size:26px;}
.slide-bottom .center ul li .time-box .date{font-size:22px;padding-left:20px;}
.slide-bottom .center ul li.green .time-box {
    background: url("../images/gategory_22.png") no-repeat;
}

.slide-bottom .center ul li.violet .time-box {
    background: url("../images/tiem-bg-2_03.png") no-repeat;
}

.slide-bottom .center ul li.blue .time-box {
    background: url("../images/tiem-bg-3_03.png") no-repeat;
}

.slide-bottom .center ul li.indianred .time-box {
    background: url("../images/tiem-bg4_03.png") no-repeat;
}

.slide-bottom .center ul li.sub5 .time-box {
    background: url("../images/gategory_22.png") no-repeat;
}

.slide-bottom .center ul li.sub6 .time-box {
    background: url("../images/tiem-bg-2_03.png") no-repeat;
}

.slide-bottom .center ul li.sub7 .time-box {
    background: url("../images/tiem-bg-3_03.png") no-repeat;
}

.slide-bottom .center ul li.sub8 .time-box {
    background: url("../images/tiem-bg4_03.png") no-repeat;
}

.slide-bottom .center ul li .ball-box {
    margin-top: 32px;
}

.slide-bottom .center ul li .ball-box span {
    display: block;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    float: left;
    text-align: center;
    line-height: 55px;
    font-size: 38px;
    color: #fff;
    margin-left: 26px;
}

.slide-bottom .center ul li.green .ball-box span {
    background: #e1c621;
}

.slide-bottom .center ul li.violet .ball-box span {
    background: #a91376;
}

.slide-bottom .center ul li.blue .ball-box span {
    background: #18c6d1;
}

.slide-bottom .center ul li.indianred .ball-box span {
    background: #cd3301;
}

.slide-bottom .center ul li .ball-box span:first-child {
    margin-left: 0;
}

.slide-bottom .center ul li .right {
    position: absolute;
    right: 0;
    top: 34px;
}

.slide-bottom .center ul li .right .right-p1 {
    font-size: 27px;
    color: #5c5f70;
    line-height: 30px;
}

.slide-bottom .center ul li .right .right-p2 {
    display: block;
    width: 214px;
    height: 63px;
    background-color: #54555c;
    font-size: 45px;
    color: #fff;
    text-align: center;
    line-height: 63px;
    margin-top: 15px;
    font-family: arial;
}

.content {

}

.content-top {
    height: 210px;
}

.content-top-text {
    float: left;
}

.content-top-text .p1 {
    font-size: 30px;
    color: #5c5f70;
    line-height: 1;
    margin-top: 30px;
}

.content-top-text .p2 {
    font-size: 16px;
    color: #5c5f70;
    line-height: 41px;
    margin-top: 30px;
}

.time-input-box {
    width: 383px;
    height: 58px;
    border-radius: 4px;
    border: solid 1px #5c5f70;
    box-sizing: border-box;
    float: right;
    margin-top: 50px;
    position: relative;
}

.time-input-box input {
    width: 249px;
    border: none;
    background: none;
    outline: none;
    font-size: 25px;
    float: left;
    height: 100%;
    box-sizing: border-box;
    text-align: center;
    line-height: 56px;
}

.time-input-box > span {
    width: 65px;
    height: 100%;
    float: left;
    line-height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.time-input-box > span:first-child {
    border-right: 1px solid #5c5f70;
}

.time-input-box > span:last-child {
    border-left: 1px solid #5c5f70;
    cursor:pointer;
}

.table-box {
    width: 100%;
}

.table-box table {
    width: 100%;
}

.table-box table thead tr {
    height: 60px;
}

.table-box table thead tr th {
    line-height: 60px;
    text-align: center;
    border: 1px solid #ddd;
    background: #f5f5f5;
    font-size: 25px;
    font-weight: 300;
    color: #5c5f70;
}

.table-box table tr {
    height: 82px;
}

.table-box table tr td {
    line-height: 82px;
    text-align: center;
    border: 1px solid #ddd;
    font-size: 25px;
    color: #5c5f70;
}

.table-box table tr td span {
    width: 44px;
    height: 44px;
    display: inline-block;
    margin-left: 5px;
    text-align: center;
    line-height: 44px;
    border-radius: 50%;
    color: #fff;
    background: #cc3300;
}
.table-box table tr td.green span{background:#e1c621;}
.table-box table tr td.violet span{background:#a91376;}
.table-box table tr td.blue span{background:#18c6d1;}


.table-box table tr td span:first-child {
    margin-left: 0;
}

.item-result {
    padding-top: 50px;
    background: #e0e0e0;
}

.item-result .slide-bottom .center {
    position: relative;
}

.item-result .slide-bottom .center > div {
    position: absolute;
    left: 59%;
    transform: translateX(-50%);
    top: -26.5px;
    width: 321px;
    z-index: 11111;
}

.name-span1 {
    display: block;
    width: 197px;
    height: 53px;
    line-height: 53px;
    text-align: center;
    color: #fff;
    font-size: 22px;
    float: left;
}
.name-span1 a{color:#fff;}
.name-span1 a:hover{text-decoration: none;}
.name-color1 {
    background: url("../images/kaijiang_03.png") no-repeat;
    background-size: 100%;
}

.name-color2 {
    background: url("../images/kaijiang_11.png") no-repeat;
    background-size: 100%;
}

.name-color3 {
    background: url("../images/kaijiang_17.png") no-repeat;
    background-size: 100%;
}

.name-color4 {
    background: url("../images/kaijiang_22.png") no-repeat;
    background-size: 100%;
}

.name-span2 {
    width: 124px;
    height: 53px;
    line-height: 53px;
    text-align: center;
    color: #fff;
    font-size: 27px;
    float: left;
    background: url("../images/kaijiang_12.png") no-repeat;
    background-size: cover;
}

.About {
    height: 765px;
    background: #fff;
}

.About-title {
    font-size: 25px;
    text-align: center;
    color: #4677c4;
    margin-top: 50px;
    line-height: 1;
}

.About-content {
    display: flex;
}

.About-content > div {
    flex: 1;
    text-align: center;
    margin-top: 35px;
    height: 280px;
    position: relative;
}

.About-content > div h5 {
    font-size: 18px;
    color: #4677c4;
    text-align: center;
    margin-top: 37px;
}

.About-content > div p {
    font-size: 17px;
    color: #3f3f3f;
    text-align: center;
    margin-top: 10px;
    line-height: 25px;
}

.About-content > div > div {
    position: absolute;
    left: 0;
    bottom: 0;
}

footer {
    background: #305c99;
}

.footer {
    width: 1102px;
    margin: 0 auto;
}

.footer-img {
    border-bottom: 3px solid #ffffff;
    padding: 29px 0 27px;
}

.footer-img .img1 {
    width: 246px;
    height: 75px;
    margin-left: 27px;
}

.footer-img .img2 {
    width: 90px;
    height: 58px;
    margin-left: 64px;
}

.footer-img .img3 {
    width: 64px;
    height: 64px;
    margin-left: 50px;
}

.footer-img .img4 {
    width: 76px;
    height: 82px;
    margin-left: 56px;
}

.footer-img .img5 {
    width: 350px;
    height: 76px;
    margin-left: 48px;
}

.copyright {
    padding-top: 16px;
    text-align: center;
}

.copyright img {
    width: 29px;
    height: 29px;
    display: inline-block;
}

.copyright p {
    font-family: ArialNarrow;
    font-size: 20px;
    letter-spacing: 1px;
    color: #ffffff;
    line-height: 1;
    display: inline-block;
    vertical-align: top;
}

.copyright .copyright-info {
    padding-top: 3px;
}

.copyright .copyright-txt {
    margin-bottom: 13px;
}
