/*css初始化*/

html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img {
    margin: 0;
    padding: 0;
}

fieldset, img {
    border: none;
}

/*为了照顾ie6 链接图片有边框*/

ul, ol {
    list-style: none;
}

input {
    padding-top: 0;
    padding-bottom: 0;
    /*font-family: "SimSun","宋体";*/
}

select, input {
    vertical-align: middle;
}

select, input, textarea, button {
    font-size: 100%;
    margin: 0;
    outline: none;
}

textarea {
    resize: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

body {
    font-size: 12px;
    color: #000;
    font-family: "微软雅黑";
    background: #fff;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.clearfix {
    zoom: 1;
}

.clearit {
    clear: both;
    height: 0;
    font-size: 0;
    overflow: hidden;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #000;
    text-decoration: none;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

img {
    display: block;
    vertical-align: middle
}

img {
    max-width: 100%;
    width: auto;
    height: auto;
}

.padding15 {
    padding: 0 15px;
}

.margin75 {
    margin-bottom: 75px;
}
.greyBg {
    background: #f6f6f6;
}
/* **** */
/* 12.02改 */
.back {
    position: absolute;
    width: 3vw;
    top: 2vh;
    left: 2vw
}
.back:hover {
    opacity: 0.8;
}
.g-box {
    width: 100%;
}
.indexBg {
    background: url(../img/indexBg.png) top center no-repeat;
    background-size: 100% 100%;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}
/*12.02改*/
.indexBg .headLine {
    background: url(../img/headLine.png) center center no-repeat;
    background-size: contain;
    width: 20.8vw;
    height: 82.1vh;
    position: absolute;
    left: 50%;
    top: 9.3vh;
    transform: translateX(-50%);
}
.leftBox {
    margin: 1.5vh 0 0 5vw;
    float: left;
}
.rightBox {
    margin: 1.5vh 5vw 0 0 ;
    float: right;
}

.music {
    background: url(../img/music.png) center center no-repeat;
    background-size: 100%;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    bottom: 4vh;
    transform: translateX(-50%);
}
.imgBox{
    position: relative;
    width: 33.3vw;
    height: 48.3vh;
    margin-bottom: 0.5vh;
    overflow: hidden;
}
.imgBox .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    z-index: 99;
}
.mask {
    position: absolute;
    width: 33.3vw;
    height: 48.3vh;
    opacity: 0.7;
    z-index: 9;
}
.mask:hover {
    opacity: 1;
}
.imgBox .mask01 {
    background: url(../img/img01.png) center center no-repeat;
    background-size: contain;
}

.imgBox .mask02 {
    background: url(./../img/img02.png) center center no-repeat;
    background-size: contain;
}
.imgBox .mask03 {
    background: url(./../img/img03.png) center center no-repeat;
    background-size: contain;
}
.imgBox .mask04 {
    background: url(./../img/img04.png) center center no-repeat;
    background-size: contain;
}
/* 述说 */
.ssBg {
    background: url(../img/ssBg.png) top center no-repeat;
    width: 100vw;
    min-height: 100vh;
    height: auto;
    overflow: hidden;
}
.sbBg {
    background: url(../img/sbBg.png) top center no-repeat;
    background-size: 100% 100%;
    width: 100vw;
    min-height: 100vh;
    height: auto;
    overflow: hidden;
}
/* 12.04 */
.ssBg .conBox .conBg,
.sbBg .conBox .conBg{
    background: url(../img/conBg1.png) top center no-repeat;
    background-size:  100%;
    min-height: 71.7vh;
    height: auto;
}
.conBox {
    position: relative;
    width: 75vw;
    margin: 0 auto;
}
.conBox .title {
    position: absolute;
    right: 5vw;
    top: -14vh;
}
.conBox .title img{
    height: 13vh;
}
.conBox .c-logo {
    position: absolute;
    left: 5vw;
    top: -10vw;
    width: 13vw;
}
.conBox .conBg {
    background: url(../img/conBg.png) center center no-repeat;
    background-size: 100% 100%;
    margin: 23vh 0 0;
    width: 75vw;
    height: 71.7vh;
    overflow: hidden;
}
/*12.04改*/
.listBox {
    margin: 10vh 5vw 0;
    display: flex;
    justify-content: space-between;
    background: #fff;
    padding-bottom: 5vw;
}
.listBox .list {
    width: 48%;
}
.listBox ul li {
    cursor: pointer;
    height: 60px;
    overflow: hidden;
}
.listBox ul li.active {
    height: 200px;
}
.listBox li .listTitle {
    padding: 0.8em 1.2vw;
    color: rgb(51, 51, 51);
    text-align: left; /*12.02改*/
    font-size: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 10px;
}
.listBox ul li.active .listTitle{
    background: #c00a02;
    color: #fff;
}

.listBox li .intro {
    margin: 20px 0 0;
    color: #333333;
    font-size: 16px;
    line-height: 1.8em;
    text-align: justify;
    text-indent: 2em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.listBox .intro a {
    color: #333333;
}
.listBox .intro:hover a{
    color: rgb(192, 10, 2);
}
.listBox ul li a{
    color: rgb(51, 51, 51);
}
.moreCon {
    display: block;
    font-size: 16px;
    color: rgb(192, 10, 2);
    text-align: center;
    border: 1px solid rgb(192, 10, 2);
    border-radius: 15px;
    width: 157px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    bottom: 3vh;
    left: 50%;
    transform: translateX(-50%);
}
/* 12.04 */
.noMoreCon {
    display: none;
    font-size: 16px;
    color: rgb(192, 10, 2);
    text-align: center;
    border: 1px solid rgb(192, 10, 2);
    border-radius: 15px;
    width: 157px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    bottom: 3vh;
    left: 50%;
    transform: translateX(-50%);
}
.moreCon:hover,.noMoreCon:hover {
    color: #333;
}
/* 12.04 end */
/* 数读 */
.sdBg {
    background: url(../img/sdBg.png) top center no-repeat;
    background-size: 100% 100%;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}
.dataRead {
    width: 65vw !important;
    height: 62vh !important; /*12.02改*/
    margin: 6vh 5vw 0;
    display: flex;
    justify-content: space-between;
}
.dataRead .drLeft,
.dataRead .drRight {
    width: 48%;
}
.dataRead .drLeft h2 {
  font-size: 36px;
  color:#000;
  font-weight: bold;
  line-height: 1.6em;
}
.dataRead .drLeft p {
    margin-top: 20px;
    font-size: 24px;
    color: rgb(51, 51, 51);
    line-height: 2em;
    text-indent: 2em;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 9;
}
.dataRead .drRight img{
    width: 100%;
    height: 85%; /*12.02改*/
}
.sw1 .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    border: 1px solid #c00a02;
    opacity: 1;
}
.sw1 .swiper-pagination-bullet-active {
    background:  #c00a02;
}
/* 光影 */
.gyBg {
    background: url(../img/gyBg.png) top center no-repeat;
    width: 100vw;
    min-height: 100vh;
    height: auto;
    overflow: hidden;
}
/* 12.02改 */
.gyBg .conBox .conBg {
    background: url(../img/conBg1.png) top center no-repeat;
    background-size: 100% 100%;
    height: auto;
}
.gyGroup {
    margin: 10vh 0;
    background: #fff;
    padding: 0 5vw 3vh;
}
.gyGroup li {
    position: relative;
    width: 20.1vw;
    height: 13.2vw;
    display: inline-block;
    margin: 0 2vw 2vh 0;
}
.gyGroup li:nth-child(3n) {
    margin-right: 0;
}
.gyGroup li img {
    width: 100%;
    height: 100%;
}
.gyGroup li .imgBg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(109, 5, 0,0.9);
    display: none;
    opacity: 0;
    padding: 8vh 2vw;
    box-sizing: border-box;
}
.gyGroup li .imgBg h2 {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 1.6em;
}
.gyGroup li .imgBg .detail {
    display: block;
    margin-top: 15px;
    color: #fff;
    font-size: 15px;
    text-align: center;
}
.gyGroup li:hover .imgBg {
    display: block;
    opacity: 1;
    transition: all 1s;
}
@media (max-width:768px) {
    .back {
        display: block;
        position: absolute;
        width: 8vw;
        top: 4vw;
        left: 3vw;
    }
    .indexBg {
        background: url(../img/indexBgPh.png) top center no-repeat;
        background-size: 100% 100%;
        overflow: hidden;
    }
    .indexBg .headLine {
        background: url(../img/headLinePh.png) center center no-repeat;
        background-size: 100%;
        width: 60.6vw;
        height: 57.1vw;
        position: absolute;
        left: 50%;
        top: 50.8vw;
        transform: translateX(-50%);
    }
    .music {
    width: 26px;
    height: 26px;
    right: 5px;left:auto;
    bottom: 48%;
}
    .imgBox {
        position: relative;
        width: 36.3vw;
        height: 30vw;
        margin: 0 1vw 0.5vh;
        display: inline-block;
    }
    .leftBox,.rightBox {
        width: 100%;
        display: flex;
        justify-content: center;
        margin: 15vw 0 0;
    }
    .rightBox {
        margin-top: 67vw;
    }
    .imgBox img {
        width: 20vw;
    }
    .mask {
        width: 36.3vw;
        height: 30vw;
    }

    .conBox {
        position: relative;
        width: 90vw;
        margin: 0 auto;
    }
    .conBox .conBg {
        background: url(../img/conBgPh.png) center center no-repeat;
        background-size: 100% 100%;
        margin: 15vh auto 0;
        width: 90vw;
        height: 75vh;
        overflow: hidden;
    }
    .conBox .c-logo {
        left: 7vw;
        top: -23vw;
        width: 28vw;
    }
    .conBox .title {
        top: -8vh;
    }
    .conBox .title img {
        height: 7vh;
    }
    .listBox {
        margin: 7vh 5vw 0;
        padding-bottom: 15vw;
    }
    .listBox .list {
        width: 100%;
    }
    .listBox .list:nth-child(2){
        display: none;
    }
    .listBox ul li {
        width: 98%;
        font-size: 14px;
        height: 50px;
    }
    .listBox ul li.active {
        height: 145px !important; /*12.02改*/
    }
    /*12.02改*/
    .listBox li .listTitle {
        padding: 10px;
        box-sizing: border-box;
        height: auto;
        line-height: 1.5em;
        font-size: 15px;
        font-weight: bold;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        border-radius: 5px;
    }
    .listBox li .intro {
        margin: 10px 0;
        color: #333333;
        font-size: 13px;
        line-height: 1.5em;
        text-align: justify;
        text-indent: 2em;
    }

    .moreCon {
        font-size: 14px;
        width: 8em;
        height: 30px;
        line-height: 30px;
        bottom: 5vh;
    }
    /*12.04改*/
    .noMoreCon {
        font-size: 14px;
        width: 8em;
        height: 30px;
        line-height: 30px;
        bottom: 5vh;
    }
    .ssBg {
        background: url(../img/ssBgPh.png) top center no-repeat;
        background-size: 100%;
        width: 100vw;
        min-height: 100vh;
        height: auto;
        overflow: hidden;
    }
    .sbBg {
        background: url(../img/sbBgPh.png) top center no-repeat;
        background-size: 100%;
        width: 100vw;
        min-height: 100vh;
        height: auto;
        overflow: hidden;
    }
    /*12.04改 end*/
    .sdBg {
        background: url(../img/sdBgPh.png) top center no-repeat;
        background-size: 100% 100%;
        width: 100vw;
        height: 100vh;
        overflow: hidden;
    }
    .gyBg {
        background: url(../img/gyBgPh.png) top center no-repeat;
        background-size: 100%;
        width: 100vw;
        min-height: 100vh;
        height: auto;
        overflow: hidden;
    }
    .dataRead {
        width: 80vw !important;
        height: auto !important; /*12.02改*/
        margin: 6vh 5vw 0;
        display: block;
    }
    .dataRead .drLeft, .dataRead .drRight {
        width: 100%;
    }
    .dataRead .drLeft h2 {
        font-size: 15px;
        text-align: justify;
    }
    .dataRead .drLeft p {
        margin: 10px auto;
        font-size: 13px;
        color: rgb(51, 51, 51);
        line-height: 1.5em;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
    }
    .sw1 {
        padding-bottom: 45px !important;
        box-sizing: border-box;
    }
    .dataRead .drRight img {
        height: 70vw;
    }
    /*12.04改*/
    .ssBg .conBox .conBg,
    .sbBg .conBox .conBg,
    .gyBg .conBox .conBg {
        background: url(../img/conBgPh1.png) top center no-repeat;
        background-size: 100% 100%;
        height: auto;
    }
    .gyGroup li {
        width: 37.1vw;
        height: 20vw;
        margin-right: 2.3vw !important;
    }
    .gyGroup li:nth-child(2n) {
        margin-right: 0;
    }
    .gyGroup li:nth-child(3n) {
        margin-right: auto;
    }
    .gyGroup li .imgBg {
        padding: 3vh 1vw;
    }
    .gyGroup li .imgBg h2 {
        font-size: 12px;
        font-weight: normal;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .gyGroup li .imgBg .detail {
        font-size: 12px;
        margin-top: 0px;
    }
    @media (min-height:800px) {
        .conBox .conBg{
            height: 62vh;
        }
    }
    @media (min-height:750px) and (max-height:800px) {
        .conBox .conBg{
            height: 65vh;
        }
    }
    @media (max-width:320px) {
        .conBox .conBg{
            height: 80vh;

        }
    }
}

.rotate {
    -webkit-animation: rotating 1.2s linear infinite;
    -moz-animation: rotating 1.2s linear infinite;
    -o-animation: rotating 1.2s linear infinite;
    animation: rotating 1.2s linear infinite;
    /*right: 18px;*/
}
 @-webkit-keyframes rotating {
 from {
 -webkit-transform: rotate(0)
}
 to {
 -webkit-transform: rotate(360deg)
}
}
 @keyframes rotating {
 from {
 transform: rotate(0)
}
 to {
 transform: rotate(360deg)
}
}
 @-moz-keyframes rotating {
 from {
 -moz-transform: rotate(0)
}
 to {
 -moz-transform: rotate(360deg)
}
}
