@charset 'utf-8';

/******样式清除******/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333333;
}

a {
    vertical-align: top;
}

img {
    border: 0;
    vertical-align: middle;
}

@keyframes myrotate {
    0% {
        transform: rotate(10deg);
    }

    20% {
        transform: rotate(-10deg);
    }

    40% {
        transform: rotate(10deg);
    }

    60% {
        transform: rotate(-10deg);
    }

    80% {
        transform: rotate(10deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

input,
button,
text {
    vertical-align: middle;
    outline: none;
    border: none;
}

button {
    padding: 0;
    background: none;
    cursor: pointer;
}

body {
    font-size: 15px;
    color: #333333;
    font-family: Microsoft Yahei;
}

/*清除浮动*/

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}

.clearfix:after {
    clear: both;
}

.lf {
    float: left;
}

.rt {
    float: right;
}

/* 边距 */
/*****边距调整****/

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 30px;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.ml10 {
    margin-left: 10px;
}

.mr15 {
    margin-right: 15px;
}

.ml15 {
    margin-left: 15px;
}

.mr20 {
    margin-right: 20px;
}

.mt50 {
    margin-top: 50px;
}

/* 内容块 */
.centerWidthPlus {
    width: 1400px;
    margin: 0px auto;
}

.maxWidth {
    width: auto;
    margin: 0px auto;
}

.overflowsa {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}




/* 头部 */
#header {
    width: 100%;
    height: 694px;
    background: url(zzqzt2_background.png) no-repeat center;
}



.header_body {
    width: 1400px;
    height: 100%;
    margin: 0 auto;
    /* background-color: aqua; */
    clear: both;
}

.nav {
    width: 100%;
    padding: 0 14px;
    font-size: 15px;
    color: #fff;
    box-sizing: border-box;
    height: 100px;
    clear: both;
}

.currenttime {
    float: left;
    margin-top: 25px;
}

.currenttime a {
    color: #fff;
    padding: 0 10px;
    box-sizing: border-box;
}

.currenttime a:first-child {
    border-right: 1px solid #fff;
}

.loginitem {
    float: right;
    margin-top: 25px;
}

.loginitem a {
    color: #fff;
    padding: 0 10px;
    box-sizing: border-box;
}

.loginitem a:first-child {
    border-right: 1px solid #fff;
}

.title_logo {
    margin-bottom: 150px;
}

.titletext {
    width: 100%;
    text-align: center;
}



.zzqzt2_content_top {
    margin-top: 40px;
    overflow: hidden;
    margin-bottom: 12px;
}

.zzqzt2_content_top_left {
    width: 536px;
    height: 490px;
    margin-right: 10px
}

.zzqzt2_content_top_left a,
.zzqzt2_content_top_right a {
    display: block;
    width: 100%;
    height: 100%;
}

.zzqzt2_content_top_left a img,
.zzqzt2_content_top_right a img {
    display: block;
    width: 100%;
    height: 100%;
}

.zzqzt2_content_top_right_top {
    margin-bottom: 10px;
}

.zzqzt2_content_top_right_top a:first-of-type {
    margin-right: 10px;
}

.zzqzt2_content_top_right_bottom a:first-of-type {
    margin-right: 10px;
}

.imagesmall {
    width: 340px !important;
    height: 240px !important;
    float: left;
}

.imagebig {
    width: 500px !important;
    height: 240px !important;
    float: left;
}

.zzqzt2_content_bottom {
    height: 394px;
    margin-bottom: 22px;
}

.zzqzt2_content_bottom a,
.zzqzt2_content_bottom img {
    display: block;
    width: 100%;
    height: 100%;
}

.zzqzt2_content_bottom_left {
    width: 910px;
    margin-right: 12px;
}

.zzqzt2_content_bottom_right {
    width: 478px;
}

.zzqzt2_content_bottom_right_top {
    height: 208px;
    margin-bottom: 10px;
}

.zzqzt2_content_bottom_right_bottom {
    height: 176px;
}

.zzqzt2_content_bottom_right_bottom a {
    float: left;
}

.zzqzt2_content_bottom_right_bottom a:first-of-type {
    width: 295px;
    margin-right: 16px;
}

.zzqzt2_content_bottom_right_bottom a:last-of-type {
    width: 167px;
}

@media screen and (max-width: 768px) {
    body {
        min-width: 1500px;
        width: 100%;
height:3000px !important;
    }

    #header {
        width: 100%;
    }

    
}