@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: 550px;
    background:#eae9e9;
    color: #000
}

.pc .wid .page1 {
    width: 970px;
    height: 100%;
    background: url('/templets/default/images/newimg/HC-GYS2-1.png') no-repeat;
    background-size: contain;
    position: relative;
    margin: 0 auto;
}

.pc .wid .page1 .con h2 {
    font-size: 29px;
    position: absolute;
    top: 35px;
    width: 400px;
    left: 56%;
    margin-left: -200px;
    /*animation: myh2 3s ease;
    -webkit-animation: myh2 3s ease;*/
}

/*@keyframes myh2 {
    from {
        top: 135px;
        color: white;
    }
    to {
        top: 35px;
        color: #000
    }
}

@-webkit-keyframes myh2 {
    from {
        top: 135px;
        color: white;
    }
    to {
        top: 35px;
        color: #000
    }
}
*/
.pc .wid .page1 .con p {
    font-size: 19px;
    width: 700px;
    position: absolute;
    top: 80px;
    left: 55%;
    margin-left: -350px;
    /*animation: myp 3s ease;
    -webkit-animation: myp 3s ease;*/
}

/*@keyframes myp {
    from {
        top: 185px;
        color: white;
    }
    to {
        top: 80px;
        color: #000
    }
}

@-webkit-keyframes myp {
    from {
        top: 185px;
        color: white;
    }
    to {
        top: 80px;
        color: #000
    }
}*/


/*第二幅图*/

.pc .wids {
    width: 970px;
    height: 570px;
    color: #000;
    margin: 0 auto;
}

.pc .wids .con {
    width: 100%;
    height: 100%;
    background: url("/templets/default/images/newimg/HC-GYS2-2-2.png") no-repeat;
    background-size: contain;
    position: relative;
}

.pc .wids .con h2 {
    font-size: 29px;
    position: absolute;
    top: 65px;
    width: 400px;
    left: 78%;
    margin-left: -200px;
}

/*.h2_a2 {
    animation: myh21 3s ease;
    -webkit-animation: myh21 3s ease;
}

@keyframes myh21 {
    from {
        top: 180px;
        color: white;
    }
    to {
        top: 65px;
        color: #000
    }
}

@-webkit-keyframes myh21 {
    from {
        top: 180px;
        color: white;
    }
    to {
        top: 65px;
        color: #000
    }
}*/

.pc .wids .con p {
    font-size: 19px;
    width: 420px;
    position: absolute;
    top: 110px;
    left: 78%;
    margin-left: -200px;
}

/*.p_a2 {
    animation: myp1 3s ease;
    -webkit-animation: myp1 3s ease;
}

@keyframes myp1 {
    from {
        top: 230px;
        color: white;
    }
    to {
        top: 110px;
        color: #000
    }
}

@-webkit-keyframes myp1 {
    from {
        top: 230px;
        color: white;
    }
    to {
        top: 110px;
        color: #000
    }
}*/


/*第三幅图*/

.pc .wid2 {
    width: 100%;
    height: 550px;
    background: #efefef;
    color: #000
}

.pc .wid2 .normal2 {
    width: 970px;
    height: 100%;
    background: url("/templets/default/images/newimg/HC-GYS2-3.png") no-repeat;
    background-size: contain;
    position: relative;
    margin: 0 auto;
}
.pc .wid2 .normal2 .p_3{
    line-height: 29px;
}
.pc .wid2 .normal2 h2 {
    font-size: 29px;
    position: absolute;
    top: 72px;
    left: 30px;
}

/*.h2_a3 {
    animation: myh22 3s ease;
    -webkit-animation: myh22 3s ease;
}

@keyframes myh22 {
    from {
        top: 160px;
        color: white;
    }
    to {
        top: 72px;
        color: #000
    }
}

@-webkit-keyframes myh22 {
    from {
        top: 160px;
        color: white;
    }
    to {
        top: 72px;
        color: #000
    }
}*/

.pc .wid2 .normal2 p {
    font-size: 19px;
    position: absolute;
    top: 115px;
    left: 30px;
}

/*.p_a3 {
    animation: myp2 3s ease;
    -webkit-animation: myp2 3s ease;
}

@keyframes myp2 {
    from {
        top: 210px;
        color: white;
    }
    to {
        top: 115px;
        color: #000
    }
}

@-webkit-keyframes myp2 {
    from {
        top: 210px;
        color: white;
    }
    to {
        top: 115px;
        color: #000
    }
}*/


/*第四幅图*/

.pc .wid3 {
    width: 100%;
    height: 545px;
    background: #FFC800;
    color: #000
}

.pc .wid3 .normal3 {
    width: 970px;
    height: 100%;
    margin: 0 auto;
    background: url("/templets/default/images/newimg/HC-GYS2-4-2.png") no-repeat;
    background-size: contain;
    position: relative;
    padding-left: 40px;
}

.pc .wid3 .normal3 h2 {
    font-size: 29px;
    position: absolute;
    top: 40px;
}

/*.h2_a4 {
    animation: myh23 3s ease;
    -webkit-animation: myh23 3s ease;
}

@keyframes myh23 {
    from {
        top: 170px;
        color: white;
    }
    to {
        top: 40px;
        color: #000
    }
}

@-webkit-keyframes myh23 {
    from {
        top: 170px;
        color: white;
    }
    to {
        top: 40px;
        color: #000
    }
}*/

.pc .wid3 .normal3 .span {
    font-size: 19px;
    position: absolute;
    top: 100px;
}

/*.p_a4 {
    animation: myp3 3s ease;
    -webkit-animation: myp3 3s ease;
}
*/
.pc .wid3 .normal3 .span span {
    display: inline-block;
    width: auto;
    line-height: 35px;
}


/*@keyframes myp3 {
    from {
        top: 230px;
        color: white;
    }
    to {
        top: 100px;
        color: #000
    }
}

@-webkit-keyframes myp3 {
    from {
        top: 230px;
        color: white;
    }
    to {
        top: 100px;
        color: #000
    }
}*/

.pc .wid3 .normal3 .span .odd {
    font-weight: 600;
}

.pc .wid3 .normal3 .span .even {
    color: #585757;
}