@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: #585757;
}

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;
}


/*标题*/

.body1 .goodstitle {
    width: 970px;
    line-height: 50px;
    margin: 0 auto;
}

.body1 .goodstitle .title>a {
    font-size: 20px;
}


/*头图*/

.pc .wid {
    width: 100%;
    height:540px;
    background-color: #EAE8E8;
    /*margin: 0 auto;*/
}

.pc .wid .page1 {
    width: 970px;
    height: 100%;
    margin: 0 auto;
    background: url('/templets/default/images/newimg/ycg_1.jpg') no-repeat center center;
    background-size:cover;
    position: relative;
}

.pc .wid .page1 .con h2 {
    font-size: 27px;
    color:#000;
    position: absolute;
    top: 80px;
    animation: myh2 3s ease;
    -webkit-animation: myh2 3s ease;
}

@keyframes myh2 {
    from {
        top: 160px;
        color: white;
    }
    to {
        top: 80px;
        color: #000
    }
}

@-webkit-keyframes myh2 {
    from {
        top: 160px;
        color: white;
    }
    to {
        top: 80px;
        color: #000
    }
}

.pc .wid .page1 .con p {
    font-size: 17px;
    color:#000;
    line-height: 29px;
    width: 404px;
    position: absolute;
    top: 125px;
    animation: myp 2.5s ease;
    -webkit-animation: myp 2.5s ease;
}

@keyframes myp {
    from {
        top: 210px;
        color: white;
    }
    to {
        top: 120px;
        color: #000
    }
}

@-webkit-keyframes myp {
    from {
        top: 210px;
        color: white;
    }
    to {
        top: 120px;
        color: #000
    }
}


/*第二幅图*/

.pc .wid1 {
    width: 100%;
    height: 550px;
}

.pc .wid1 .con {
    width: 100%;
    height: 100%;
    background: url("/templets/default/images/newimg/ycg_2.gif") no-repeat center center;
    background-size: cover;
}

.pc .wid1 .con .con_words {
    width: 970px;
    height: auto;
    margin: 0 auto;
    position: relative;
    top: 60px;
}

.pc .wid1 .con .con_words h2 {
    font-size: 27px;
    margin-bottom:7px;
    
    color:#000;
}

.pc .wid1 .con .con_words p { font-size: 17px;color:#000;}


/*第三幅图*/

.pc .wid2 {
    width: 100%;
    height: 650px;
    margin: 0 auto;
}

.pc .wid2 .normal2 {
    width: 100%;
    height: 100%;
    background: url("/templets/default/images/newimg/ycg_6.jpg") no-repeat center center;
    background-size:cover;
}

.pc .wid2 .normal2 .con {
    width: 970px;
    height: 100%;
    margin: 0 auto;
}

.pc .wid2 .normal2 .con h2 {
    font-size: 27px;
    font-weight: 700;
    color: #000;
    position: relative;
    top: 110px;
    
}
.h2_dh{animation: myh3 2.5s ease;
    -webkit-animation: myh3 2.5s ease;}
@keyframes myh3 {
    from {
        top: 190px;
        color: white;
    }
    to {
        top: 110px;
        color: #000
    }
}

@-webkit-keyframes myh3 {
    from {
        top: 190px;
        color: white;
    }
    to {
        top: 110px;
        color: #000
    }
}

.pc .wid2 .normal2 .con p {
    font-size: 17px;
    width: 404px;
    position: relative;
    top: 125px;
    color: #000;
   
}
.p_dh{ animation: myp1 2.5s ease;
    -webkit-animation: myp1 2.5s ease;}
@keyframes myp1 {
    from {
        top: 200px;
        color: white;
    }
    to {
        top: 125px;
        color: #000
    }
}

@-webkit-keyframes myp1 {
    from {
        top: 200px;
        color: white;
    }
    to {
        top: 125px;
        color: #000
    }
}

.pc .wid2 .normal2 .con .movie {
    margin-left: 20px;
    display: inline-block;
    position: relative;
    z-index: 10;
    left: -20px;
    top: 150px;
}

.pc .wid2 .normal2 .con .movie a {
    width: 100%;
    float: left;
    margin: 1%;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.pc .wid2 .normal2 .con .movie li a {
    display: block;
}

.pc .wid2 .normal2 .con .movie a img {
    width: 100%;
    display: block;
}

.sf1 {
    animation: sf1 0.5s;
    -webkit-animation: sf1 0.5s;
    animation-fill-mode: forwards;
}

@-webkit-keyframes sf1 {
    0% {
        -webkit-transform: scale(1, 1);
    }
    100% {
        -webkit-transform: scale(1.1, 1.1);
    }
}

@keyframes sf1 {
    0% {
        transform: scale(1, 1);
    }
    100% {
        transform: scale(1.1, 1.1);
    }
}

.sf2 {
    animation: sf2 0.5s;
    -webkit-animation: sf2 0.5s;
    animation-fill-mode: forwards;
}

@-webkit-keyframes sf2 {
    0% {
        -webkit-transform: scale(1.1, 1.1);
    }
    100% {
        -webkit-transform: scale(1, 1);
    }
}

@keyframes sf2 {
    0% {
        transform: scale(1.1, 1.1);
    }
    100% {
        transform: scale(1, 1);
    }
}

.pc .wid2 .normal2 .con .movie a span {
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    opacity: 0.8;
    position: absolute;
    top: 50%;
    z-index: 11;
}

.pc .wid2 .normal2 .con img {
    width: 970px;
    height: 668px;
}

.pc .wid2 .normal2 .con .movie a img {
    width: 337px;
    height: 188px;
}

.pc .wid2 .normal2 .con .movie a span img {
    width: 50px;
    height: 50px;
}

.pc .wid2 .normal2 .con .movie li {
    width: 100%;
    line-height: 26px;
    height: 26px;
    margin: 5px 0 0px 0;
    text-align: center;
}

.pc .wid2 .normal2 .con .movie li div {
    line-height: 26px;
    height: 26px;
    margin: 5px auto 0;
    text-align: center;
    width: 135px;
}

.pc .wid2 .normal2 .con .movie li div a {
    float: left;
    font-size: 20px;
    line-height: 26px;
    height: 26px;
    width: auto;
}

.pc .wid2 .normal2 .con .movie li div a:hover {
    color: #00a2da
}

.pc .wid2 .normal2 .con .movie li div img {
    margin: 2px 0 0px 8px;
    float: left;
    width: 19px;
    height: 26px;
}


/*第四幅图*/

.pc .wid3 {
    width: 100%;
    height: 564px;
    background: url("/templets/default/images/newimg/ycg_4_2.jpg") no-repeat center center;
    background-size:cover;
}

.pc .wid3 .normal3 {
    width: 100%;
    height: 100%;
}
.pc .wid3 .normal3 .con_top{
    width:100%;
    height: 195px;
}
.pc .wid3 .normal3 .con_center{
    width:400px;
    height:300px;
    margin:0 auto;
}
.pc .wid3 .normal3 .con_center h2{
    font-size: 27px;
    font-weight: 600;
    margin-bottom:10px;
    color:#000;
    text-align: center;
}
.pc .wid3 .normal3 .con_center p { font-size: 17px;color:#000;text-align: center;}
.pc .wid3 .normal3 .con_center p:nth-child(2){margin-bottom:5px;text-align: center;}

/*.pc .wid3 .normal3 .left_d {
    float: left;
    margin-top: 13px;
}

.pc .wid3 .normal3 .right_d {
    float: right;
}

.pc .wid3 .normal3 .left_d .con_img1 {
    width:450px;
    height: 526px;
    position: relative;
    top: 0px;
   
}
.dh{ animation: myh4 3s ease;
    -webkit-animation: myh4 3s ease;}

@keyframes myh4 {
    from {
        top: 250px;
        opacity: 0;
    }
    to {
        top: 0px;
        opacity: 1;
    }
}

@-webkit-keyframes myh4 {
    from {
        top: 250px;
        opacity: 0;
    }
    to {
        top: 0px;
        opacity: 1;
    }
}

.pc .wid3 .normal3 .right_d .con_img2 {
     width:220px;
    height: 540px;
    position: relative;
    top: 0px;
    
}
.fh{animation: myh5 3s ease;
    -webkit-animation: myh5 3s ease;}
@keyframes myh5 {
    from {
        top: 270px;
        opacity: 0;
    }
    to {
        top: 0px;
        opacity: 1;
    }
}

@-webkit-keyframes myh5 {
    from {
        top: 270px;
        opacity: 0;
    }
    to {
        top: 0px;
        opacity: 1;
    }
}*/

/*.clear{clear:both;}*/
/*推荐*/
.tj{width:100%;background:#f5f6f6; height: 550px;}
.tj .scrolltitle{
    height: 100px;
    width:970px;
    margin: 0 auto;
    line-height: 120px;
    text-align: center;
}
.tj .scrolltitle{
    font-size: 28px;
}
.tj .scrolllist{
    height: 342px;
    width:970px;
    margin: 0 auto;
}

.tj .scrolllist .pju{ margin:25px auto;height:380px;}
.tj .scrolllist .pju li{ width:280px;height:380px; float:left; background:#fff; margin-right:65px;box-sizing:border-box; padding:55px 40px 0 40px; position:relative;}
.tj .scrolllist .pju .li1{border:none;}
.tj .scrolllist .pju .li3{margin-right:0;}
.tj .scrolllist .pju .li4{display: none}
.tj .scrolllist .pju li .txt{ text-align:center;}
.tj .scrolllist .pju li .txt h3{color:#1f1310; font-size:19px; margin-top:30px;}
.tj .scrolllist .pju li .txt p{color:#727171; font-size:14px; margin-top:10px;}
.tj .scrolllist .pju li .bq{ position:absolute; top:0; width:80px; height:25px; font-size:14px; color:#231815; text-align:center; line-height:25px; left:30px;}


.pc{width:100%;float:left;}
.sj{display:none;}