img {
    width: 100%;
    height: 100%;
    display: block;
    vertical-align: bottom;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, button, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei";
    font-size: 14px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    font-family: "Microsoft YaHei";
}

fieldset, img {
    border: 0;
}

ul, ol, li {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

input, textarea, select {
    *font-size: 100%;
    outline: 0;
    border: 0;
}

a {
    text-decoration: none;
}

body {
    background: url(../images/bg2.png) repeat-y center top;
}

/*公共*/
.title {
    width: 580px;
    text-align: center;
    height: 40px;
    position: relative;
    font-size: 30px;
    color: #ffffff;
    margin: 0 auto 40px;
    line-height: 40px;
    z-index: 3;
    font-weight: bold;
}

.title:after,
.title:before {
    display: block;
    content: "";
    width: 178px;
    height: 2px;
    background-color: #b7050f;
    position: absolute;
    top: 0;
    margin: auto;
    bottom: 0;
    left: 0;
}

.title:after {
    right: 0;
    left: auto;
}

.title span:after,
.title span:before {
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #b7050f;
    position: absolute;
    top: 0;
    margin: auto;
    bottom: 0;
    left: 184px;
}

.title span:after {
    right: 184px;
    left: auto;
}

.button {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    cursor: pointer;
}

#hzws {
    width: 100%;
    margin: auto;
    max-width: 1920px;
    background: url(../images/bg.jpg) no-repeat center top;
}

/*头部跳转*/
.hzws-head {
    width: 100%;
    height: 973px;
    box-sizing: border-box;
    position: relative;
    padding-top: 861px;
}



.hzws-head .head-link a {
    display: block;
    width: 331px;
    height: 77px;
    background: url(../images/logo.png) no-repeat;
}

.blue {
    color: #4ccaff;
}


.hzws-head-nav {
    width: 1000px;
    margin: 0 auto 48px;
    height: 64px;
    position: relative;
}

.hzws-head-nav a {
    /* display: inline-block; */
    /* width: 149px; */
    /* height: 64px; */
    /* margin: 0 21px; */
    text-align: center;
    font-weight: bold;
    padding: 0;
    box-sizing: border-box;
    font-size: 30px;
    color: #ffffff;
    width: 149px;
    height: 64px;
    background-color: #000000;
    box-shadow: 4px 4px 5px 1px rgba(0, 0, 0, 0.3);
    line-height: 64px;
    float: left;
    margin-left: 21px;
}

.hzws-head-nav a:first-child {
    margin-left: 0;
}

.hzws-head-nav a:hover,
.hzws-head-nav a.active {
    background-color: #019ddf;
    box-shadow: 4px 4px 5px 1px rgba(0, 0, 0, 0.3);
}

.hzws-head-nav a:hover span,
.hzws-head-nav a.active span {
    color: white;
}

/*一级二级切换*/
.ziliaobox {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    box-sizing: border-box;
    /*background-color: rgb(29, 17, 4);*/
    /*border-top: 4px solid #670205;*/
    /*border-bottom: 4px solid #670205;*/
    position: relative;
    padding-top: 1px;
    padding-bottom: 40px;
}

.ziliaoboxsmall .title {
    margin-top: 50px;
    display: none;
}

.ziliaobox .ziliaoboxsmall {
    display: none;
}

/*.ziliaobox:before {*/
/*content: "";*/
/*display: block;*/
/*width: 100%;*/
/*height: 1px;*/
/*background-color: #670205;*/
/*position: absolute;*/
/*left: 0;*/
/*top: 2px;*/
/*}*/

/*.ziliaobox:after {*/
/*content: "";*/
/*display: block;*/
/*width: 100%;*/
/*height: 1px;*/
/*background-color: #670205;*/
/*position: absolute;*/
/*left: 0;*/
/*bottom: 2px;*/
/*}*/

.items-content .item-content-li {
    display: none;
}

.items-content .item-content-li:first-child {
    display: block;
}

.ziliaobox .tsbox {
    position: relative;
    z-index: 3;
    width: 1024px;
    margin: auto;
}

.toggle-con1 {
    width: 1150px;
    margin: auto;
    text-align: center;
    font-size: 0;
}

.toggle-con1 span {
    display: inline-block;
    vertical-align: bottom;
    position: relative;
    height: 32px;
    line-height: 24px;
    box-sizing: border-box;
    font-size: 22px;
    margin: 0 18px;
    color: white;
    cursor: pointer;
}

.toggle-con1 span:before {
    content: "";
    display: block;
    width: 50%;
    left: 0;
    right: 0;
    margin: auto;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    height: 2px;
    background: rgb(126, 38, 39);
    transition: all 0.2s ease;
    cursor: pointer;
}

.toggle-con1 span.active:before {
    width: 90%;
}

.toggle-con1 span:hover:before {
    width: 90%;
    background: #b7050f;
}

/*二级切换*/
.aform {
    width: 1000px;
    margin: 0 auto 28px;
}

.aform .check {
    display: inline-block;
    vertical-align: bottom;
    position: relative;
    width: 94px;
    height: 40px;
    box-sizing: border-box;
    line-height: 40px;
    margin: 0 8px 0 0;
    background-color: #000000;
    text-align: center;
    cursor: pointer;

    font-size: 20px;
    font-weight:bold;
    color: #ffffff;
}

.aform .check.active {
    background-color: #019ddf;
}

/*.aform .check:before {*/
/*content: "";*/
/*display: block;*/
/*left: 2px;*/
/*top: 2px;*/
/*width: 96px;*/
/*height: 36px;;*/
/*border: 1px solid rgb(126, 38, 39);*/
/*box-sizing: border-box;*/
/*position: absolute;*/
/*}*/

/*.aform .check.active:before {*/
/*border-color: rgb(126, 38, 39);*/
/*}*/

/*.aform .check:after {*/
/*content: "";*/
/*display: block;*/
/*left: 2px;*/
/*top: 2px;*/
/*width: 96px;*/
/*height: 36px;*/
/*border: 1px solid rgb(117, 22, 24);*/
/*box-sizing: border-box;*/
/*position: absolute;*/
/*}*/

/*.aform .check.active:after {*/
/*border-color: rgb(126, 38, 39);*/
/*}*/


.select-container {
    position: relative;
}

.select-container > a {
    vertical-align: bottom;
    width: 100px;
    height: 40px;
    box-sizing: border-box;
    line-height: 40px;
    margin: 0;
    background-color: red;
    color: white;
    text-align: center;
    font-size: 14px;
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}

.select-container > a:before {
    content: "";
    display: block;
    left: 2px;
    top: 2px;
    width: 96px;
    height: 36px;
    border: 1px solid rgb(126, 38, 39);
    box-sizing: border-box;
    position: absolute;
}

/*.select-container > a:after {*/
/*content: "";*/
/*display: block;*/
/*left: 2px;*/
/*top: 2px;*/
/*width: 96px;*/
/*height: 36px;*/
/*border: 1px solid rgb(117, 22, 24);*/
/*box-sizing: border-box;*/
/*position: absolute;*/
/*}*/

.un_right {
    width: 1024px;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
    margin: auto;
}

.img-con {
    width: 1050px;
}

.img-con > a {
    float: left;
    width: 122px;
    height: 166px;
    position: relative;
    margin: 0 12px 20px;
    display:none;
}

.img-con > a.active {
    display: block;
}

/*.img-con > a:before {*/
/*width: 110px;*/
/*height: 110px;*/
/*content: "";*/
/*display: block;*/
/*position: relative;*/
/*z-index: 2;*/
/*background: #b7050f;*/
/*}*/

/*.img-con > a:after {*/
/*width: 110px;*/
/*height: 110px;*/
/*content: "";*/
/*display: block;*/
/*position: absolute;*/
/*left: 4px;*/
/*top: 4px;*/
/*z-index: 1;*/
/*background: rgb(126, 38, 39);*/
/*}*/

.img-con > a div {
    width: 122px;
    height: 122px;
    background-color: #373737;
    /*position: absolute;*/
    /*top: 4px;*/
    /*left: 4px;*/
    z-index: 2;
}

.img-con > a span {
    display:block;
    height:44px;
    line-height: 44px;
    overflow:hidden;
    text-align: center;
    width: 100%;
    font-size: 14px;
    color: #ffffff;
}

/*.mCSB_scrollTools .mCSB_dragger {*/
/*height: 60px !important;*/
/*}*/

/*.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {*/
/*background: rgb(126, 38, 39) !important;*/
/*filter: "alpha(opacity=100)";*/
/*-ms-filter: "alpha(opacity=100)";*/
/*width: 10px;*/
/*height: 60px;*/
/*border-radius: 0;*/
/*}*/

/*.mCSB_scrollTools {*/
/*right: 0;*/
/*}*/

/*.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {*/
/*width: 10px;*/
/*}*/

/*切换*/

.toggle-container {
    width: 1000px;
    margin: 0 auto 28px;
    height: 72px;
    text-align: center;
    position: relative;
    border-bottom: 1px solid black;
}

.toggle-container span {
    display: inline-block;
    width: 138px;
    height: 48px;
    margin: 0 30px;
    cursor: pointer;
    position: relative;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 3px;
    color: #019ddf;
    line-height: 48px;
}

.toggle-container span.checked {
    color: #ffffff;
    background:#019ddf;
}

/*.toggle-container span.checked:after {*/
/*content: "";*/
/*width: 100px;*/
/*height: 8px;*/
/*position: absolute;*/
/*left: 0;*/
/*bottom: 0;*/
/*background: #b7050f;*/
/*right: 0;*/
/*margin: auto;*/
/*}*/

/*搜索*/

.un_left {
    width: 205px;
    height: 30px;
    position: absolute;
    top: 5px;
    right: 0;
}

/*.un_left i {*/
/*position: absolute;*/
/*left: 30px;*/
/*width: 21px;*/
/*height: 20px;*/
/*top: 7px*/
/*}*/

.sear_le {
    width: 120px;
    height: 30px;
    background: #000000;
    color: #ffffff;
    font-size: 12px;
    text-indent: 5px;
    /* border: 1px solid #b7050f; */
    box-sizing: border-box;
    /*border-radius: 3px;*/
    margin-left: 10px;
}

.sear_ri {
    width: 50px;
    height: 30px;
    background: #b7050f;
    background-color: #019ddf;
    cursor: pointer;
    font-size: 14px;
    color: #fff;
    border-radius: 3px;
    margin-left:10px;
}

.search1, .search2 {
    vertical-align: top
}
