@charset 'utf-8';

body,
html {
    overflow-x: hidden;
    background: #ffffff;
    color: #000;
    font-family: "microsoft yahei";
    margin: 0;
    padding: 0;
}

* {
    outline: none;
}

img {
    border: 0;
    vertical-align: middle;
}

a {
    padding: 0;
    text-decoration: none;
}

a:active,
a:hover {
    outline: 0
}

p {
    margin: 0;
    color: #666666;
}

dd,
dl,
menu,
ol,
ul {
    list-style: none;
    list-style-image: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
}

ul {
    margin: 0;
    padding: 0;
}

em,
i {
    font-style: normal;
}

input[type="checkbox"] {
    vertical-align: -2px;
    _vertical-align: -1px;
}

button {
    cursor: pointer;
}

button,
input {
    border: none;
    position: relative;
}

.container {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

iput:focus {
    outline: none;
}

dd {
    margin: 0;
}

.clearfix:before,
.clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.clear {
    clear: both;
}

.float-left {
    float: left;
}

/****************公共部分***************/
body {
    overflow: hidden;
}

html {
    overflow: auto;
}

.height100 {
    height: 100%;
}

.font-weight {
    font-weight: bold;
}

.font-noraml {
    font-weight: normal;
}

/* flex布局 */
.d-flex {
    display: flex;
}

.d-block {
    display: block;
}

.d-inline-block {
    display: inline-block;
}

.flex-1 {
    flex: 1;
}

.flex-column {
    flex-direction: column;
}

.flex-row {
    flex-direction: row;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-nowrap {
    flex-wrap: nowrap;
}

.flex-shrink {
    flex-shrink: 0;
}

.j-start {
    justify-content: flex-start;
}

.j-center {
    justify-content: center;
}

.j-end {
    justify-content: flex-end;
}

.j-sb {
    justify-content: space-between;
}

.j-sa {
    justify-content: space-around;
}

.a-center {
    align-items: center;
}

/* 定位 */
.position-absolute {
    position: absolute;
}

.position-fixed {
    position: fixed;
}

.position-relative {
    position: relative;
}

/* 单行省略号 */
.single-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bg-white {
    background-color: #ffffff;
}

.color-white {
    color: #ffffff;
}

.normal-color {
    color: #111111;
}

/* 字体大小 */
.font48 {
    font-size: 48px;
}

.font36 {
    font-size: 36px;
}

.font32 {
    font-size: 32px;
}

.font30 {
    font-size: 30px;
}

.font28 {
    font-size: 28px;
}

.font24 {
    font-size: 24px;
}

.font20 {
    font-size: 20px;
}

.font18 {
    font-size: 18px;
}

.font14 {
    font-size: 14px;
}

.lineH1 {
    line-height: 1;
}

.p-y-4 {
    padding: 40px 0px;
}

.p-y-5 {
    padding: 50px 0px;
}

.p-y-t-4 {
    padding-top: 40px;
}

.p-y-t-5 {
    padding-top: 50px;
}

.m-y-4 {
    margin: 40px 0px;
}

.m-y-3 {
    margin: 30px 0px;
}

.m-x-4 {
    margin: 0px 40px;
}

.m-y-t-5 {
    margin-top: 50px;
}

.m-y-t-4 {
    margin-top: 40px;
}

.m-y-t-3 {
    margin-top: 30px;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.gotop {
    position: fixed;
    right: 50px;
    bottom: 70px;
    height: 25px;
    width: 25px;
    padding: 13px;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    font-size: 12px;
    color: #7d7d7d;
    cursor: pointer;
    z-index: 109;
    display: none;
}

/* 头部信息 */
.header .header_top {
    width: 100%;
    height: 29px;
    line-height: 29px;
    background: #f7f7f7;
    border-bottom: solid 1px #e0e0e0;
}

.header .header_top .top {
    width: 1200px;
    margin: auto;
    font-size: 12px;
    color: #666;
    height: 30px;
}

.header .header_top .top .top_left {
    float: left;
    width: 200px;
}

.header .header_top .top .top_right {
    float: right;
}

.header .header_top .top .top_left .sc {
    background: url(//assets-public.zhizhouvip.com/zz_dsp/tm/pc/res/imgs/header_top_bg.png) no-repeat -2px -7px;
}

.header .header_top .top .top_left .wc {
    background: url(//assets-public.zhizhouvip.com/zz_dsp/tm/pc/res/imgs/header_top_bg.png) no-repeat -2px -40px;
}

.header .header_top .top .top_left a {
    color: #666;
}

.header .header_top .top .top_right span:first-child {
    margin-right: 45px;
}

.header .header_top .top .top_right span {
    margin-left: 10px;
}

.header .header_top .top .top_right span i {
    font-style: normal;
    color: #ff6964;
    margin-right: 5px;
}

.header .header_top .top .top_right span a {
    color: #666;
    font-size: 12px;
}

.header .header_top .top .top_right .b10 {
    color: #CCC;
}

.header .header_top .top .top_left span {
    padding-left: 20px;
}

/* 底部信息 */
.footer-page {
    color: #666;
    text-align: center;
    background: #333;
    font-size: 12px;
}

.footer-page .container {
	padding: 10px 0;
}

.footer-page p {
    line-height: 20px;
}

.footer-page span {
    margin: 0 5px;
}

.footer-page p a {
    color: #666;
    margin: 0 5px;
}

.footer-page p a:hover {
    color: #ec4f02;
}

/* 动画 */
@keyframes colorMove {

    0%,
    100% {
        background-position-x: left;
    }

    50% {
        background-position-x: right;
    }
}

.fadeIn {
    animation: fadeIn 0.3s ease-in;
    -webkit-animation: fadeIn 0.3s ease-in;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    40% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fadeInUp {
    animation: fadeInUp 0.8s ease-out forwards;
}

@keyframes fadeInUp {
    0% {
        transform: translateY(50px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.fadeInDown {
    animation: fadeInDown 0.8s ease-out forwards;
}

@keyframes fadeInDown {
    0% {
        transform: translateY(-50px);
        opacity: 0;
    }

    100% {
        transform: translateY();
        opacity: 1;
    }
}

.fadeInLeft {
    animation: fadeInLeft 0.8s ease-out forwards;
}

@keyframes fadeInLeft {
    0% {
        transform: translateX(-50px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.fadeInRight {
    animation: fadeInRight 0.8s ease-out forwards;
}

@keyframes fadeInRight {
    0% {
        transform: translateX(50px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.arrow_left {
    -webkit-animation: arrow_left 1s ease-in-out infinite alternate;
}

@-webkit-keyframes arrow_left {
    0% {
        -webkit-transform: translateX(20px);
        -webkit-transform-origin: 50% 50%;
    }

    100% {
        -webkit-transform: translateX(0px);
        -webkit-transform-origin: 50% 50%;
    }
}

.arrow_right {
    -webkit-animation: arrow_right 1s ease-in-out infinite alternate;
}

@-webkit-keyframes arrow_right {
    0% {
        -webkit-transform: translateX(-20px);
        -webkit-transform-origin: 50% 50%;
    }

    100% {
        -webkit-transform: translateX(0px);
        -webkit-transform-origin: 50% 50%;
    }
}