@charset "utf-8";
/****
修改记录：
*1 .text-list ul li span 修改为 .text-list ul li > span
*2
*3
****/
.banner a {
    display: block;
    width: 100%;
}

.banner img {
    display: block;
    width: 100%;
}

.banner a img {
    display: block;
    width: 100%;
}

.banner .owl-theme .owl-controls {
    position: absolute;
    width: 100%;
    max-width: 1280px;
    left: 50%;
    margin-left: -640px;
    bottom: 70px;
    text-align: right;
}

.banner .owl-theme .owl-controls .owl-page span {
    width: 32px;
    height: 30px;
    margin: 0 5px;
    background: #fff;
    opacity: 1;
    color: #423333;
    border-radius: 0;
    padding: 0;
    line-height: 30px;
    font-size: 18px;
    text-align: center;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #a82923;
    color: #fff;
}


/* 首页 */

.index {
    padding-top: 75px;
    background: url(/uploads/image/images/i-top-bj.png) no-repeat;
    background-size: 1920px 75px;
    background-position: center top;
    margin-top: -65px;
    position: relative;
    z-index: 99;
}

.section1 {
    background: #f6f6f6;
}

.s1-left {
    float: left;
    width: 50%;
    padding-top: 30px;
}

.s1-left h3 a {
    display: block;
}

.s1-left h3 a img {
    vertical-align: middle;
    height: 16px;
}

.s1-left h3 a span {
    vertical-align: middle;
    font-size: 16px;
    line-height: 16px;
    color: #a82923;
    margin-left: 5px;
}

.s1-left-switch {
    box-sizing: border-box;
    display: block;
    padding: 10px;
    background: url(/uploads/image/images/s1-switch-bj.jpg) no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.s1-left-switch .item {
    box-sizing: border-box;
    display: block;
    padding-right: 190px;
    /* background: url(/uploads/image/images/s1-switch-bj.jpg) no-repeat;
    background-size: 100% 100%; */
    position: relative;
}

.s1-left-switch .item div {
    overflow: hidden;
}

.s1-left-switch .item img {
    display: block;
    width: 100%;
    height: 290px;
    transition: all 0.5s;
}

.s1-left-switch .item img:hover {
    transform: scale(1.1);
}

.s1-left-tit {
    line-height: 70px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    padding: 0 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.s1-left-tit:hover {
    text-decoration: underline;
}

.s1-left-cont {
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    padding: 20px 20px 0 20px;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    height: 270px;
    overflow: hidden;
}

.s1-left-switch {
    margin-top: 35px;
}

.s1-left-switch .owl-theme .owl-controls {
    position: absolute;
    bottom: 20px;
    right: 40px;
}

.s1-left-switch .owl-theme .owl-controls .owl-page span {
    background: none;
    border: 1px solid #fff;
    opacity: 1;
}

.s1-left-switch .owl-theme .owl-controls .owl-page.active span,
.s1-left-switch .owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #fff;
}

.s1-right {
    float: right;
    width: 48%;
}

.s1-right h2 {
    text-align: right;
    font-size: 36px;
    color: #423333;
    font-weight: normal;
}

.s1-right ul {
    margin-top: 50px;
}

.s1-right ul li {
    box-sizing: border-box;
    float: left;
    width: 48%;
    padding: 15px;
    margin-left: 4%;
    background: #ffffff;
    border: 1px solid #eef1f6;
    margin-top: 12px;
    transition: all 0.5s;
}

.s1-right ul li:first-child {
    margin-left: 0;
    margin-top: 0;
}

.s1-right ul li:first-child li {
    margin-top: 0;
}

.s1-right ul li:first-child li li {
    margin-left: 0;
}

.s1-right ul li:hover {
    border: 1px solid #dc6b65;
    box-shadow: 0 0 10px rgba(168, 41, 35, 0.5);
}

.s1-right ul li a {
    display: block;
}

.s1-right ul li h3 {
    font-size: 18px;
    color: #a82923;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.s1-right ul li p {
    font-size: 14px;
    line-height: 30px;
    color: #797979;
    height: 90px;
    overflow: hidden;
    margin-top: 5px;
    margin-bottom: 5px;
}

.s1-right ul li span {
    display: block;
    width: 90px;
    height: 25px;
    border-radius: 25px;
    text-align: center;
    line-height: 25px;
    color: #333;
    background: #f7f7f7;
    font-size: 12px;
}

.s1-right ul li span:hover {
    background: #a82923;
    color: #fff;
}

.section2 {
    padding: 100px 0;
}

.gg-title {
    line-height: 36px;
    overflow: hidden;
}

.gg-title h2 {
    float: left;
    font-size: 36px;
    font-weight: normal;
}

.gg-title a {
    float: right;
    font-size: 0;
    position: relative;
}

.gg-title a img {
    display: inline-block;
    width: 20px;
    vertical-align: middle;
    opacity: 0;
    transition: all 0.5s;
}

.gg-title a img:first-child {
    opacity: 1;
}

.gg-title a img:first-child img {
    position: absolute;
    top: 8px;
    left: 0;
}

.gg-title a:hover img:first-child {
    opacity: 0;
}

.gg-title a:hover img:first-child img {
    opacity: 1;
}

.section2 {
    background: url(/uploads/image/images/s2-bj.png) no-repeat;
    background-size: 1920px auto;
    background-position: center bottom;
}

.s2-left {
    float: left;
    width: 64%;
}

.s2-left ul {
    padding-top: 20px;
}

.s2-left ul li {
    float: left;
    width: 48%;
    margin-left: 4%;
    margin-top: 30px;
    box-sizing: border-box;
    border: 1px solid #eef1f6;
    border-radius: 5px;
    padding: 10px;
    position: relative;
    background: #fff;
    transition: all 0.5s;
}

.s2-left ul li:first-child {
    margin-left: 0;
}

.s2-left ul li:first-child li li {
    margin-left: 0;
}

.s2-left ul li:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.s2-left ul li:hover h3 {
    color: #a82923;
}

.s2-left ul li a {
    display: block;
}

.s2-date {
    position: absolute;
    left: 10px;
    top: -10px;
    width: 63px;
    height: 70px;
    background: #a82923;
    text-align: center;
    border-radius: 5px;
}

.s2-date p {
    color: #fff;
    font-size: 24px;
    line-height: 38px;
}

.s2-date span {
    display: inline-block;
    border-top: 3px solid #cf8b88;
    font-size: 12px;
    line-height: 24px;
    color: #ccc;
}

.s2-left ul li a h3 {
    padding-left: 80px;
    padding-right: 5px;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    color: #000;
    height: 50px;
    overflow: hidden;
}

.s2-left ul li a>p {
    font-size: 14px;
    line-height: 28px;
    color: #797979;
    margin-top: 10px;
    overflow: hidden;
}

.s2-right {
    float: right;
    width: 32%;
}

.s2-video {
    padding: 18px 0 0 18px;
    background: #fff url(/uploads/image/images/video-bj.png) no-repeat;
    background-size: 100% 100%;
    margin-top: 35px;
}

.s2-video a {
    display: block;
}

.s2-video a:hover p {
    color: #a82923;
}

.s2-video a:hover img {
    transform: scale(1.1);
}

.s2-video a div {
    overflow: hidden;
}

.s2-video a img {
    display: block;
    width: 100%;
    transition: all 0.5s;
}

.s2-video a p {
    line-height: 50px;
    text-align: center;
    color: #333;
    position: relative;
    transition: all 0.5s;
}

.section3 {
    padding: 100px 0 200px 0;
    margin-top: -50px;
    background: url(/uploads/image/images/s3-bj.png) no-repeat;
    background-size: 1920px 100%;
    background-position: center bottom;
}

.s3-child ul li {
    position: relative;
    float: left;
    width: 21.4%;
    margin-left: 4.8%;
}

.s3-child ul li:first-child {
    margin-left: 0;
}

.s3-child ul li a {
    display: block;
}

.s3-child ul li a>img {
    display: block;
    width: 100%;
}

.s3-child ul li a div {
    position: absolute;
    top: 40%;
    width: 100%;
    text-align: center;
    /* top: 40%\9\0;
    transform: translate3d(0, 0, 0)\9\0;
    top: 40%\9;
    transform: translate3d(0, 0, 0)\9;
    transform: translate3d(0, -50%, 0); */
}

.s3-child ul li a div img {
    transition: all 0.5s;
    height: 80px;
}

.s3-child ul li a div p {
    font-size: 20px;
    color: #fff;
    line-height: 40px;
}

.s3-child ul li a div:hover p {
    text-decoration: underline;
}

.s3-child ul li a div:hover img {
    transform: rotatey(180deg);
}

.section4 {
    padding: 50px 0;
}

.s4-left {
    float: left;
    width: 45.7%;
    padding-top: 50px;
}

.s4-left ul {
    margin-top: 20px;
}

.s4-left ul li {
    background: #fff;
    box-sizing: border-box;
    padding: 30px;
    border-top: 1px solid #eef1f6;
    transition: all 0.5s;
}

.s4-left ul li:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.s4-left ul li:hover .s4-ltit h3 {
    color: #a82923;
}

.s4-left ul li:first-child {
    border: none;
}

.s4-ltit {
    position: relative;
    margin-bottom: 20px;
}

.s4-ltit h3 {
    line-height: 65px;
    padding-left: 90px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 22px;
    color: #333;
    font-weight: normal;
}

.s4-ldate {
    position: absolute;
    left: 0;
    top: 0;
    width: 68px;
    height: 65px;
    background: #a82923;
    border-radius: 5px;
    text-align: center;
}

.s4-ldate p {
    font-size: 24px;
    color: #ffffff;
    line-height: 36px;
}

.s4-ldate span {
    font-size: 14px;
    color: #fff;
}

.s4-left ul li a>p {
    font-size: 16px;
    line-height: 30px;
    color: #797979;
    position: relative;
    padding-left: 20px;
}

.s4-left ul li a>p img {
    height: 12px;
    position: absolute;
    left: 0;
    top: 9px;
}

.s4-right {
    float: right;
    width: 48%;
}

.s4-rpics {
    margin-top: 40px;
}

.s4-rpics li {
    float: left;
    width: 48%;
    margin-left: 4%;
    position: relative;
    transition: all 0.5s;
}

.s4-rpics li:first-child {
    margin-left: 0;
}

.s4-rpics li a {
    display: block;
    background: url(/uploads/image/images/s4-rpic-bj.png) no-repeat;
    background-size: 100% 100%;
}

.s4-rpics li a img {
    display: block;
    width: 100%;
    position: relative;
    z-index: -1;
}

.s4-rpics li a p {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 15px;
}

.s4-rpics li:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}

.s4-rpics li:hover a p {
    text-decoration: underline;
}

.s4-rtext1 {
    margin: 15px 0;
}

.s4-rtext1 li {
   
    padding-right: 100px;
    position: relative;
}

.s4-rtext1 li a {
    display: block;
    font-size: 16px;
    line-height: 36px;
    color: #333;
    transition: all 0.5s;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.s4-rtext1 li a:hover {
    color: #a82923;
    margin-left: 10px;
}

.s4-rtext1 li a i {
    position: absolute;
    left: 0;
    top: 0;
    color: #a82923;
    font-style: normal;
}

.s4-rtext1 li a span {
    position: absolute;
    right: 0;
    top: 0;
    color: #797979;
}

.s4-rpics2 {
    margin: 15px 0;
}

.s4-rpics2 .item {
    display: block;
    padding: 0 5px;
}

.s4-rpics2 img {
    display: block;
    width: 100%;
}

.s4-rtext2 li {
    float: left;
    width: 48%;
    margin: 0 1%;
    background: url(/uploads/image/images/dot.png) no-repeat;
    background-position: left center;
}

.s4-rtext2 li a {
    display: block;
    padding-left: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    line-height: 36px;
    color: #333;
}

.section5 {
    background: url(/uploads/image/images/s5-bj.jpg) no-repeat;
    background-size: 1920px 100%;
    background-position: center center;
    padding: 50px 0 80px 0;
}

.s5-child h2 {
    font-size: 36px;
    color: #fff;
    text-align: center;
}

.s5-child ul {
    overflow: hidden;
    padding-top: 20px;
}

.s5-child ul li {
    float: left;
    width: 16.666%;
    text-align: center;
    margin-top: 40px;
}

.s5-child ul li a {
    display: block;
}

.s5-child ul li a p {
    color: #fff;
}

.s5-number {
    font-size: 40px;
}

.s5-data {
    font-size: 16px;
    line-height: 36px;
}


/* 分页 */

.pagination {
    text-align: center;
    font-size: 0;
    padding-top: 50px;
}

.pagination a {
    display: inline-block;
    border: 1px solid #dcdcdc;
    padding: 0 12px;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    color: #666;
    margin: 0 7px;
}

.pagination a.active {
    background: #0069b2;
    color: #fff;
    border: 1px solid #0069b2;
}

.pagination a:hover {
    background: #0069b2;
    color: #fff;
    border: 1px solid #0069b2;
}

.pagination span {
    display: inline-block;
    font-size: 14px;
}


/* 内页样式 */

.channl-menu {
    float: left;
    width: 17.5%;
    margin-top: -70px;
    position: relative;
}

.channl-menu p {
    line-height: 70px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    background: url(/uploads/image/images/dq-channl-bj.png) no-repeat;
    background-size: 100% 100%;
}

.channl-menu p img {
    display: none;
}

.channl-menu ul {
    background-size: 100% auto;
    background-position: center bottom;
}

.channl-menu ul li {
    transition: all 0.5s;
    font-size: 16px;
    padding: 20px 0;
    border-bottom: 1px dashed #eae8e2;
    border-right: 1px solid #eae8e2;
}

.channl-menu ul li a {
    display: block;
    color: #333;
    line-height: 30px;
    font-size: 18px;
    color: #313131;
    padding-left: 30px;
    border-left: 5px solid transparent;
}

.channl-menu ul li.active {
    background: #f4f4f4;
}

.channl-menu ul li.active a {
    border-left: 5px solid #7b2524;
}

.channl-menu ul li:hover {
    background: #f4f4f4;
}

.channl-menu ul li:hover a {
    border-left: 5px solid #7b2524;
}

.ny-right {
    float: right;
    width: 80%;
    padding-bottom: 50px;
}

.position {
    text-align: right;
    font-size: 0;
    padding: 20px 0;
    border-bottom: 1px solid #eceae4;
margin-bottom: 2px;
}

.position h3 {
    float: left;
    font-size: 18px;
    color: #a82923;
    padding-bottom: 15px;
    border-bottom: 3px solid #a82923;
}

.position span {
    color: #666666;
    font-size: 16px;
    vertical-align: middle;
}

.position img {
    height: 16px;
    vertical-align: middle;
    margin-right: 5px;
}

.position a {
    font-size: 16px;
    color: #666666;
    vertical-align: middle;
}

.position a:hover {
    color: #b50000;
}

.text-list ul li {
    padding-right: 100px;
    padding-left: 20px;
    position: relative;
    line-height: 48px;
    border-top: 1px solid #e5e5e5;
    font-size: 16px;
    position: relative;
    left: 0;
    transition: all 0.5s;
    background: url(/uploads/image/images/dot.png) no-repeat left center;
}

.text-list ul li:first-child {
    border-top: none;
}

.text-list ul li a {
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #666666;
}

.text-list ul li > span {
    position: absolute;
    right: 0;
    top: 0;
    color: #999999;
}

.text-list ul li:hover {
    left: 15px;
}

.text-list ul li:hover a {
    color: #a82923;
}

.text-list ul li:hover span {
    color: #0069b2;
}

.art-main .art-tit {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 30px;
}

.art-main .art-tit h3 {
    text-align: center;
    color: #333;
    font-weight: normal;
    font-size: 24px;
    margin-bottom: 20px;
    padding-top: 40px;
}

.art-main .art-body p {
    color: #666666;
    text-indent: 2em;
    font-size: 16px;
    line-height: 48px;
}

.art-main .art-body img {
    max-width: 80% !important;
}

.art-main .cont-tit p {
    font-size: 0;
    text-align: center;
    padding-bottom: 20px;
}

.art-main .cont-tit p img {
    display: inline-block;
    vertical-align: middle;
    height: 16px;
    margin-right: 5px;
}

.art-main .cont-tit p .liulan {
    margin-left: 50px;
}

.art-main .cont-tit p span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #999;
}


/* 机构设置 */

.zzjg {
    margin-top: 25px;
}

.zzjgbox h2 {
    font-size: 18px;
    padding: 11px 0;
    background: #f4f4f4;
}

.zzjgbox h2 p {
    padding-left: 10px;
    line-height: 19px;
    color: #000;
    border-left: 4px solid #7b2524;
    font-weight: normal;
}

.zzjg_text ul {
    overflow: hidden;
}

.zzjg_text {
    background: #fff;
    padding: 20px;
}

.zzjg_text li {
    width: 33.33%;
    float: left;
    min-height: 38px;
}

.zzjg_text a {
    font-size: 16px;
    line-height: 38px;
    color: #000;
}

.zzjg_text a:hover {
    color: #1a59c0;
}

.pnext {
    border-top: 1px dashed #eaeaea;
    padding-top: 20px;
    margin-top: 20px
}

.pnext p {
    text-indent: initial;
    font-size: 14px;
    line-height: 36px;
    color: #555555
}

.pnext p a {
    font-size: 14px;
    color: #555555
}

.pnext p:hover {
    color: #0069b2;
}

.pnext p:hover a {
    color: #0069b2;
}


/* 图片列表 */

.img-lists ul {
    overflow: hidden;
}

.img-lists ul li {
    float: left;
    width: 30%;
    margin: 20px 1.5% 0 1.5%;
    border: 1px solid #eee;
    transition: all 0.3s;
    position: relative;
    top: 0;
}

.img-lists ul li:hover {
    box-shadow: 0 0 10px rgba(51, 51, 51, 0.16);
    top: -10px;
}

.img-lists ul li a {
    display: block;
    width: 100%;
}

.img-lists ul li a>img {
    display: block;
    width: 100%;
    height: 198px;
}

.img-lists ul li a>div {
    padding: 10px;
    font-size: 0;
}

.img-lists ul li a>div p {
    color: #333;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 5px;
}

.img-lists ul li a>div img {
    height: 14px;
    vertical-align: middle;
}

.img-lists ul li a>div span {
    font-size: 14px;
    display: inline-block;
    margin-left: 5px;
    color: #999;
    vertical-align: middle;
}

@media screen and (max-width:1400px) {}

@media screen and (max-width:1280px) {
    .section1,
    .section2,
    .section3,
    .section4 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .index {
        /* padding-left: 15px;
        padding-right: 15px; */
    }
    .section2 {
        padding-top: 50px;
        padding-bottom: 100px;
    }
    .section3 {
        padding-top: 50px;
        padding-bottom: 100px;
    }
    .s3-child ul li a div img {
        height: 65px;
    }
}

@media screen and (max-width:1024px) {
    .banner {
        margin-top: 60px;
    }
    .banner .owl-theme .owl-controls {
        left: 0;
        margin-left: 0;
    }
    .channl-menu {
        margin-top: 0;
    }
    .channl-menu p {
        line-height: 50px;
        font-size: 20px;
    }
    .channl-menu ul {
        min-height: 300px;
    }
    .channl-menu ul li {
        line-height: 45px;
        font-size: 16px;
    }
    .position span {
        font-size: 14px;
    }
    .position a {
        font-size: 14px;
    }
    .position h3 {
        padding-bottom: 13px;
    }
    .text-list ul li {
        font-size: 14px;
    }
    .img-lists ul li {
        width: 45%;
        margin: 20px 2.3%;
    }
    .img-lists ul li a>img {
        height: 230px;
    }
    .img-lists ul li a>div p {
        font-size: 14px;
    }
    .img-lists ul li a>div img {
        height: 12px;
    }
    .img-lists ul li a>div span {
        font-size: 12px;
    }
    .zzjg_text {
        padding: 20px 0;
    }
    .zzjg_text a {
        font-size: 14px;
        line-height: 30px;
    }
    .s3-child ul li {
        width: 22%;
        margin: 0 1.5%;
    }
    .s3-child ul li:first-child {
        margin: 0 1.5%;
    }
    .s3-child ul li a div img {
        height: 50px;
    }
    .s3-child ul li a div p {
        font-size: 16px;
    }
    .s4-left,
    .s4-right {
        float: none;
        width: auto;
    }
    .s4-left ul li {
        float: left;
        width: 48%;
        margin: 0 1%;
        padding: 15px;
    }
    .s4-ltit h3 {
        font-size: 18px;
        line-height: 45px;
    }
    .s4-ldate p {
        font-size: 20px;
        line-height: normal;
    }
    .s4-ldate {
        height: 50px;
    }
    .s4-ldate span {
        font-size: 12px;
    }
    .s4-rpics li {
        margin: 10px 1% !important;
    }
    .s4-left ul li a>p {
        font-size: 14px;
    }
    .s4-rpics li a p {
        font-size: 16px;
    }
    .section4 {
        padding-top: 0;
    }
    .s4-left {
        padding-top: 0;
    }
    .s4-rtext1 {
        margin-bottom: 20px;
    }
    .s4-rpics2 {
        margin: 20px 0;
    }
    .s5-child h2,
    .gg-title h2,
    .s1-right h2 {
        font-size: 30px;
    }
    .s5-number {
        font-size: 32px;
    }
    .s5-child ul li {
        width: 25%;
    }
}

@media screen and (max-width:768px) {
    .index {
        background: none;
    }
    .section {
        margin-top: 20px;
    }
    .section2 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .section3 {
        padding: 50px 0 50px 0;
        margin-top: 0;
    }
    .banner {
        margin-top: 50px;
    }
    .banner .owl-theme .owl-controls .owl-page span {
        width: 25px;
        height: 25px;
        text-align: center;
        line-height: 25px;
        margin: 0 5px;
        font-size: 12px;
    }
    .banner .owl-theme .owl-controls {
        bottom: 20px;
        text-align: center;
    }
    .s2-video a p {
        line-height: 35px;
        font-size: 14px;
    }
    .nymain {
        padding: 0 15px;
    }
    .channl-menu {
        float: none;
        width: auto;
    }
    .channl-menu p {
        text-align: left;
        padding: 0 15px;
        position: relative;
        margin-top: 20px;
        font-size: 16px;
        background: #8d2724;
    }
    .channl-menu p img {
        display: block;
        position: absolute;
        height: 20px;
        top: 50%;
        margin-top: -10px;
        right: 15px;
        display: inline-block;
    }
    .channl-menu ul {
        display: none;
        padding-left: 0;
        min-height: auto;
        background: #f2f6f8;
    }
    .channl-menu ul li {
        font-size: 14px;
    }
    .ny-right {
        float: none;
        width: auto;
    }
    .position {
        padding: 20px 0;
    }
    .pagination {
        padding-top: 50px;
    }
    .pagination a {
        padding: 0 5px;
        height: 20px;
        line-height: 20px;
        font-size: 12px;
        margin: 0 3px;
    }
    .text-list ul li {
        line-height: 40px;
        font-size: 12px;
    }
    .art-main .art-tit h3 {
        font-size: 16px;
    }
    .art-main .art-body p {
        font-size: 14px;
        line-height: 40px;
    }
    .art-main .cont-tit p span {
        font-size: 12px;
    }
    .art-main .cont-tit p img {
        height: 12px;
    }
    .zzjg_text li {
        width: 50%;
    }
    .img-lists ul li {
        margin: 10px 2%;
    }
    .img-lists ul li a>img {
        height: 173px;
    }
    .img-lists ul li a>div p {
        font-size: 12px;
    }
    .s1-left {
        float: none;
        width: auto;
        padding: 0;
    }
    .s1-left-switch {
        margin-top: 20px;
    }
    .s1-right {
        float: none;
        width: auto;
    }
    .s1-right h2 {
        text-align: center;
        font-size: 24px;
        margin-top: 20px;
    }
    .s1-right ul {
        margin-top: 20px;
    }
    .s1-left-switch .item img {
        height: 260px;
    }
    .s1-left-cont {
        height: 240px;
    }
    .s2-left {
        float: none;
        width: auto;
    }
    .s2-right {
        float: none;
        width: auto;
        margin-top: 20px;
    }
    .gg-title h2 {
        font-size: 24px;
    }
    .s2-left ul {
        padding-top: 0;
    }
    .s2-video {
        margin-top: 20px;
    }
    .s3-child ul li a div p {
        font-size: 12px;
        line-height: 20px;
        padding: 0 10px;
    }
    .s3-child ul li a div img {
        height: 40px;
    }
    .s4-left ul li {
        float: none;
        width: auto;
    }
    .s4-rpics {
        margin-top: 20px;
    }
    .s4-right {
        margin-top: 20px;
    }
    .section5 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .s5-child ul li {
        margin-top: 20px;
    }
    .s5-number {
        font-size: 24px;
    }
    .s5-data {
        font-size: 12px;
    }
    .s5-child h2 {
        font-size: 24px;
    }
}

@media screen and (max-width:600px) {
    .s1-left-cont {
        height: 210px;
    }
    .s1-left-switch .item img {
        height: 216px;
    }
    .s3-child ul li a div img {
        height: 30px;
    }
}

@media screen and (max-width:480px) {
    .s1-left-switch .item {
        padding-right: 0;
        padding-bottom: 40px;
    }
    .s1-left-switch .item img {
        height: 220px;
    }
    .s1-left-tit {
        line-height: 35px;
        height: 35px;
        font-size: 16px;
    }
    .s1-left-cont {
        position: static;
        width: auto;
        height: 90px;
        padding: 10px 15px 0 15px;
        font-size: 14px;
    }
    .s1-left-switch .owl-theme .owl-controls {
        bottom: 10px;
        width: 100%;
        text-align: center;
        right: 0;
    }
    .s1-right ul li {
        float: none;
        margin-left: 0;
        width: auto;
        margin-top: 12px !important;
    }
    .s1-right ul li p {
        height: 50px;
        line-height: 25px;
    }
    .s2-left ul li {
        float: none;
        width: auto;
        margin-left: 0 !important;
        margin-top: 15px;
    }
    .s4-rpics li a p {
        font-size: 12px;
        padding: 0 10px;
        line-height: 30px;
    }
    .s4-rtext1 li {
        padding-right: 80px;
    }
    .s4-rtext1 li a {
        font-size: 14px;
    }
    .s4-rtext2 li a {
        font-size: 14px;
    }
    .s5-number {
        font-size: 18px;
    }
    .s5-data {
        line-height: 30px;
    }
    .section3 {
        padding: 20px 0 20px 0;
        background: rgba(141, 39, 36, 0.8);
    }
    .s4-left {
        margin-top: 20px;
    }
    .s3-child ul li {
        width: 48%;
        margin: 0 1% !important;
    }
    .s3-child ul li a div img {
        height: 25px;
    }
    .img-lists ul li a>img {
        height: 100px;
    }
    .text-list ul li {
        padding-right: 75px;
        padding-left: 15px;
    }
    .art-main .cont-tit p .liulan {
        margin-left: 15px;
    }
}