* {
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    background: none;
    list-style: none;
    vertical-align: top;
    box-sizing: border-box;
}

html , body {
    font-family: "微软雅黑", "宋体";
    color: #444;
    min-width: 1400px;
}

a {
    text-decoration: none;
    color: #121212;
}

a:hover {
    color: #D1262F;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.cl {
    zoom: 1;
}

.cl:after {
    display: block;
    clear: both;
    content: "";
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

/* banner */
.head {
    width: 100%;
    height: 348px;
}

.ml15 {
    margin-left: 15px;
}
.mr15 {
    margin-right: 15px;
}
.banner {
    width: 100%;
    height: 276px;
    background: url('../img/banner.png') no-repeat center top;
}
.time-box {
    width: 1200px;
    margin: 0 auto;
    text-align: right;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -600px;
}
#showTime{padding-top: 30px;font-size: 14px;color: #4a4a4a;line-height: 14px;}
#showTime i {
    font-style: normal;
}
.banner-main {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    padding-top: 83px;
}

.banner-main a {
    display: block;
    width: 685px;
    height: 109px;
}

.nav {
    width: 100%;
    height: 72px;
    background: #C3000A;
}

.nav-main {
    width: 1356px;
    height: 100%;
    margin: 0 auto;
}

.nav-main ul {
    width: auto;
    height: 100%;
}

.nav-main ul li {
    float: left;
    width: auto;
    height: 100%;
    line-height: 72px;
    margin-right: 66px;
}

.nav-main ul li:last-child {
    margin-right: 56px;
}

.nav-main ul li a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 72px;
    font-size: 20px;
    color: #F6F6F6;
}

.searchBox {
    width: 236px;
    height: 35px;
    background: #FFFFFF;
    border-radius: 3px;
    margin-top: 18.5px;
}

.searchBox form {
    width: 100%;
    height: 100%;
}

.searchBox form #searchInput {
    width: 200px;
    height: 100%;
    line-height: 35px;
    padding-left: 10px;
    box-sizing: border-box;
    font-size: 14px;
    color: #999999;
}

.searchBox form #searchBtn {
    width: 36px;
    height: 20px;
    background: url('../img/search-btn.png') no-repeat center center;
    margin-top: 7.5px;
    border-left: 1px solid #BEBEBE;
    cursor: pointer;
}

/* footer */
/*link*/
.link{width: 1200px;margin: 0 auto;border-top: 3px solid #0078cd;margin-top: 40px;}
.link p{text-align: center;font-size: 20px;font-weight: bold;color: #0078cd;line-height: 50px;}
.slideLink{width: 1200px;}
.slideLink .hd{width: 1200px;height: 36px;line-height: 36px;background: #f7f8f8;border-radius: 5px;}
.slideLink .hd ul{width: 705px;margin: 0 auto;overflow: hidden;}
.slideLink .hd ul li{float: left;margin-left: 88px;cursor: pointer;}
.slideLink .hd ul li:first-child{margin-left: 0;}
.slideLink .hd ul li.on{border-bottom: 2px solid #0078cd;}
.slideLink .bd ul{margin: 20px auto 30px;overflow: hidden;padding: 0 40px;}
.slideLink .bd ul li{float: left;margin-left: 40px;line-height: 38px;}

.footer {
    width: 100%;
    height: 238px;
    background: #D8D8D8;
}
.footer-main {
    width: 1200px;
    height: 100%;
    padding: 30px 0 40px;
    box-sizing: border-box;
    margin: 0 auto;
}
.footer-info-box {
    width: 950px;
    height: 100%;
}
.footer-info-box .footer-info {
    font-size: 14px;
    color: #121212;
    line-height: 26px;
}
.footer-info-box .footer-info a {
    font-size: 14px;
    color: #121212;
    line-height: 28px;
}
.dzjg {
    width: 250px;
    height: 100%;
    text-align: center;
    padding: 49px 0;
}