@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;
    border: none;
}

.body1 .goodstitle .title>a {
    font-size: 20px;
}


/*头图*/

.pc .wid {
    width: 100%;
    height: 472px;
    background:#E7E7E7;
    color: #000
}

.pc .wid .page1 {
    width: 750px;
    height: 100%;
    background: url('/templets/default/images/newimg/HC-GYS5-1-2.png') no-repeat;
    background-size: contain;
    position: relative;
    margin: 0 auto;
}

.pc .wid .page1 .con h2 {
    font-size: 28px;
    position: absolute;
    top: 30px;
    width: 400px;
    left: 61%;
    margin-left: -200px;
    /*animation: myh2 3s ease;
    -webkit-animation: myh2 3s ease;*/
}

/*@keyframes myh2 {
    from {
        top: 130px;
        color: white;
    }
    to {
        top: 30px;
        color: #000
    }
}

@-webkit-keyframes myh2 {
    from {
        top: 130px;
        color: white;
    }
    to {
        top: 30px;
        color: #000
    }
}*/

.pc .wid .page1 .con p {
    font-size: 18px;
    width: 436px;
    position: absolute;
    top: 75px;
    left: 62%;
    margin-left: -218px;
    /*animation: myp 3s ease;
    -webkit-animation: myp 3s ease;*/
}

/*@keyframes myp {
    from {
        top: 180px;
        color: white;
    }
    to {
        top: 80px;
        color: #000
    }
}

@-webkit-keyframes myp {
    from {
        top: 180px;
        color: white;
    }
    to {
        top: 80px;
        color: #000
    }
}*/


/*第二幅图*/

.pc .wids {
    width: 750px;
    height: 420px;
    color: #000;
    margin: 0 auto;
}

.pc .wids .con {
    width: 100%;
    height: 100%;
    background: url("/templets/default/images/newimg/HC-GYS5-2-2.png") no-repeat;
    background-size: cover;
    position: relative;
}

.pc .wids .con h2 {
    font-size: 28px;
    position: absolute;
    top: 67px;
    width: 300px;
    left: 87%;
    margin-left: -153px;
}

/*.h2_a2 {
    animation: myh21 3s ease;
    -webkit-animation: myh21 3s ease;
}

@keyframes myh21 {
    from {
        top: 170px;
        color: white;
    }
    to {
        top: 67px;
        color: #000
    }
}

@-webkit-keyframes myh21 {
    from {
        top: 170px;
        color: white;
    }
    to {
        top: 67px;
        color: #000
    }
}*/

.pc .wids .con p {
    font-size: 18px;
    width: 380px;
    position: absolute;
    top: 110px;
    left: 79%;
    margin-left: -190px;
}

/*.p_a2 {
    animation: myp1 3s ease;
    -webkit-animation: myp1 3s ease;
}

@keyframes myp1 {
    from {
        top: 210px;
        color: white;
    }
    to {
        top: 110px;
        color: #000
    }
}

@-webkit-keyframes myp1 {
    from {
        top: 210px;
        color: white;
    }
    to {
        top: 110px;
        color: #000
    }
}*/


/*第三幅图*/

.pc .wid2 {
    width: 100%;
    height: 435px;
    background: #EDEDED;
    color: #000
}

.pc .wid2 .normal2 {
    width: 750px;
    height: 100%;
    background: url("/templets/default/images/newimg/HC-GYS5-3-2.png") no-repeat;
    position: relative;
    margin: 0 auto;
}
.pc .wid2 .normal2 .p_3{
    line-height: 28px;
}
.pc .wid2 .normal2 h2 {
    font-size: 28px;
    position: absolute;
    top: 70px;
    left:25px;
}

/*.h2_a3 {
    animation: myh22 3s ease;
    -webkit-animation: myh22 3s ease;
}

@keyframes myh22 {
    from {
        top: 170px;
        color: white;
    }
    to {
        top: 70px;
        color: #000
    }
}

@-webkit-keyframes myh22 {
    from {
        top: 170px;
        color: white;
    }
    to {
        top: 70px;
        color: #000
    }
}*/

.pc .wid2 .normal2 p {
    font-size: 18px;
    position: absolute;
    top: 110px;
    left: 25px;
}

/*.p_a3 {
    animation: myp2 3s ease;
    -webkit-animation: myp2 3s ease;
}

@keyframes myp2 {
    from {
        top: 210px;
        color: white;
    }
    to {
        top: 110px;
        color: #000
    }
}

@-webkit-keyframes myp2 {
    from {
        top: 210px;
        color: white;
    }
    to {
        top: 110px;
        color: #000
    }
}*/


/*第四幅图*/

.pc .wid3 {
    width: 100%;
    height: 500px;
    background: #FFC800;
    color: #000
}

.pc .wid3 .normal3 {
    width: 750px;
    height: 100%;
    margin: 0 auto;
    background: url("/templets/default/images/newimg/HC-GYS5-4-2.png") no-repeat;
    position: relative;
    padding-left: 0px;
}

.pc .wid3 .normal3 h2 {
    font-size: 28px;
    position: absolute;
    top: 70px;
}

/*.h2_a4 {
    animation: myh23 3s ease;
    -webkit-animation: myh23 3s ease;
}

@keyframes myh23 {
    from {
        top: 200px;
        color: white;
    }
    to {
        top: 70px;
        color: #000
    }
}

@-webkit-keyframes myh23 {
    from {
        top: 200px;
        color: white;
    }
    to {
        top: 70px;
        color: #000
    }
}*/

.pc .wid3 .normal3 .span {
    font-size: 18px;
    position: absolute;
    top: 130px;
}

/*.p_a4 {
    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: 265px;
        color: white;
    }
    to {
        top: 130px;
        color: #000
    }
}

@-webkit-keyframes myp3 {
    from {
        top: 265px;
        color: white;
    }
    to {
        top: 130px;
        color: #000
    }
}*/

.pc .wid3 .normal3 .span .odd {
    font-weight: 600;
}

.pc .wid3 .normal3 .span .even {
    color: #585757;
}