@charset "utf-8";
html {
    margin: 0px;
    padding: 0px;
    z-index: 1;
    overflow-x: hidden;
    height: 100%;
}

body {
    margin: 0 auto;
    padding: 0px;
    font-size: 12px;
    font-family: arial, "Hiragino Sans GB", "Microsoft Yahei", sans-serif;
    background: #fff;
    z-index: 99;
    height: 100%;
    width: 100%;
    color: #000;
}

a {
    font-size: 12px;
    text-decoration: none;
}

a:hover {
    font-size: 12px;
    color: #a30000;
    text-decoration: none;
}

p {
    padding: 0px;
    margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    padding: 0px;
    font-weight: normal;
}

dl,
dt,
dd,
ul,
li {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-decoration: none;
}

input {
    outline: none;
}

img {
    border: 0px;
    margin: 0px;
    padding: 0px;
}

em {
    font-style: normal;
}

tr {
    _border-top: 1px solid #bfbfbf;
    _border-bottom: 1px solid #bfbfbf;
}

h1,
h2,
h3,
h4,
h5,
h6,
b {
    font-weight: normal;
}

.clear {
    zoom: 1;
}

.clear::after {
    display: block;
    clear: both;
    content: '';
}


/*正式*/

.pc {
    width: 100%;
    float: left;
}

.sj {
    display: none;
}

.body1 {
    width: 100%;
    height: 49px;
    border-bottom: #bfbfbf;
}


/*标题*/

.body1 .goodstitle {
    width: 1170px;
    line-height: 50px;
    margin: 0 auto;
}

.body1 .goodstitle .title>a {
    font-size: 20px;
}


/*头图*/

.pc .wid {
    width: 100%;
    height: 587px;
    color: #000
}

.pc .wid .page1 {
    width: 1170px;
    height: 100%;
    background: url('/templets/default/images/newimg/HC-CSS1-1.png') no-repeat;
    background-size: contain;
    position: relative;
    margin: 0 auto;
}

.pc .wid .page1 .con h2 {
    font-size: 30px;
    position: absolute;
    top: 60px;
    width: 400px;
    left: 47%;
    margin-left: -200px;
    animation: myh2 3s ease;
    -webkit-animation: myh2 3s ease;
}

@keyframes myh2 {
    from {
        top: 160px;
        color: white;
    }
    to {
        top: 60px;
        color: #000
    }
}

@-webkit-keyframes myh2 {
    from {
        top: 160px;
        color: white;
    }
    to {
        top: 60px;
        color: #000
    }
}

.pc .wid .page1 .con p {
    font-size: 20px;
    width: 700px;
    position: absolute;
    top: 110px;
    left: 53%;
    margin-left: -350px;
    animation: myp 3s ease;
    -webkit-animation: myp 3s ease;
}

@keyframes myp {
    from {
        top: 210px;
        color: white;
    }
    to {
        top: 110px;
        color: #000
    }
}

@-webkit-keyframes myp {
    from {
        top: 210px;
        color: white;
    }
    to {
        top: 110px;
        color: #000
    }
}


/*第二幅图*/

.pc .wid2 {
    width: 100%;
    height: 690px;
    background: #f0f0f0;
}

.pc .wid2 .normal2 {
    width: 1170px;
    height: 100%;
    background: url("/templets/default/images/newimg/HC-CSS1-2.png") no-repeat;
    position: relative;
    margin: 0 auto;
}


/*第三幅图*/

.pc .wid3 {
    width: 100%;
    height: 557px;
    background: #FFC800;
    color: #000
}

.pc .wid3 .normal3 {
    width: 1170px;
    height: 100%;
    margin: 0 auto;
    background: url("/templets/default/images/newimg/HC-CSS1-3.jpg") no-repeat;
    position: relative;
    padding-left: 40px;
}

.pc .wid3 .normal3 h2 {
    font-size: 30px;
    position: absolute;
    top: 70px;
}

.h2_a2 {
    animation: myh23 3s ease;
    -webkit-animation: myh23 3s ease;
}

@keyframes myh23 {
    from {
        top: 170px;
        color: white;
    }
    to {
        top: 70px;
        color: #000
    }
}

@-webkit-keyframes myh23 {
    from {
        top: 170px;
        color: white;
    }
    to {
        top: 70px;
        color: #000
    }
}

.pc .wid3 .normal3 .span {
    font-size: 20px;
    position: absolute;
    top: 130px;
}

.p_a2 {
    animation: myp3 3s ease;
    -webkit-animation: myp3 3s ease;
}

.pc .wid3 .normal3 .span span {
    display: inline-block;
    width: auto;
    line-height: 37px;
}

@keyframes myp3 {
    from {
        top: 230px;
        color: white;
    }
    to {
        top: 130px;
        color: #000
    }
}

@-webkit-keyframes myp3 {
    from {
        top: 230px;
        color: white;
    }
    to {
        top: 130px;
        color: #000
    }
}

.pc .wid3 .normal3 .span .odd {
    font-weight: 600;
}

.pc .wid3 .normal3 .span .even {
    color: #585757;
}