﻿@charset "utf-8";
/* CSS Document */
/*
 * @description
 * @author GuoR
 * @Date 2020/09/22
 */
 /*通用样式*/
*{margin:0; padding:0;outline:none;-webkit-tap-highlight-color:rgba(0,0,0,0);}
html,body{height:100%;}
body{margin:0;padding:0;font-size:12px;font-family:"微软雅黑";min-width:1440px;position:relative;-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;}
ul,ol,dl{list-style:none;}
img{border:none;}
a{text-decoration:none;}
a:focus{outline:none;}
form,input{vertical-align:middle;margin:0;padding:0;border:0;}

/*首页top*/
.nav{width:100%;height:140px;background:rgba(0,0,0,0.6);position:absolute;left:0;top:0;z-index:1000;animation:nav 1.3s both;transition:all 0.5s ease-in; -webkit-transition:all 0.5s ease-in;}
@keyframes nav {
    0% {top:-140px;}
    100% {top:0;}
}
.navM{width:1440px;height:100%;margin:0 auto;}
.navM .navM_L{display:block;height:80px;margin-top:30px;float:left;}
.navM .navM_R{width:1080px;float:right;height:100%;}
.navM .navM_R .navM_RT{float:right;margin-top:80px;width:180px;height:30px;position:relative;}
.navM .navM_R .navM_RT .sssrk{display:block;width:120px;padding:0 10px 0 5px;height:30px;line-height:30px;position:absolute;right:45px;top:0;margin-right:-15px;z-index:1;background:#fff;border-radius:5px;transition:all 0.5s;}
.navM .navM_R .navM_RT .ssan{position:absolute;right:0;top:0;display:block;width:50px;height:30px;z-index:10;cursor: pointer;}
.navM .navM_R .navM_RB{float:right;width:910px;margin-top:80px;font-size:25px;margin-right:-20px;}
.navM .navM_R .navM_RB li{width:150px;height:50px;float:left;position:relative;text-align:center;}
.navM .navM_R .navM_RB li a{display:block;width:100%;height:30px;line-height:30px;border-left:2px solid #a9241d;color:#fff;}
.navM .navM_R .navM_RB li a:hover{color:#ff0101;font-weight:900;}
.navM .navM_R .navM_RB li a.hover{color:#ff0101;font-weight:900;}
.navM .navM_R .navM_RB li:nth-child(1){width:110px;}
.navM .navM_R .navM_RB li:nth-child(1) a{border:none;}
.navM .navM_R .navM_RB li:nth-child(3){width:170px;}
.navM .navM_R .navM_RB li .navMTC{position:absolute;left:-85px;top:30px;width:1002px;height:136px;background:url(/images/nav_xlBJ.png)no-repeat;display:none;}
.navM .navM_R .navM_RB li .navMTC ul{width:950px;margin:60px auto 0;display:flex;justify-content:space-around;}
.navM .navM_R .navM_RB li .navMTC li{width:auto;}
.navM .navM_R .navM_RB li .navMTC li a{border:none;color:#1b1b1b;}
.navM .navM_R .navM_RB li .navMTC li a:hover{color:#a9241d;font-weight:100;}
.swiper{width:100%;height:982px;overflow:hidden;position:relative;}
.swiper .swiper-slide .tsgmc{width:100%;font-size:60px;color:#fff582;font-weight:100;text-shadow: -2px 2px 0 #764115, 2px 2px 0 #764115, 2px -2px 0 #764115, -2px -2px 0 #764115;text-align:center;position:absolute;left:0;top:295px;}
.swiper .swiper-slide a{display:block;width:100%;height:100%;}
.swiper .swiper-pagination{bottom:25px;}
.swiper .swiper-pagination span{width:85px;height:10px;border-radius:5px;background:rgba(245,231,215,0.4);margin:0 10px;opacity:1;}
.swiper .swiper-pagination span.swiper-pagination-bullet-active{background:rgba(245,231,215,0.85);}
.swiper div.banner1{animation:banner 1.5s both;}
@keyframes banner {
    0% {transform:scale(1.15);}
    100% {transform:scale(1);}
}

/*四史故事*/
.ssgs{width:100%;height:982px;position:relative;overflow:hidden;background:url(/images/ssgsBJ.jpg)no-repeat top center;}
.ssgsT{width:1440px;height:282px;margin:0 auto;overflow:hidden;}
.ssgsBT{display:block;margin:85px auto 50px;}
.ssgsLB{width:100%;height:60px;display:flex;justify-content:space-between;margin-top:-120px;transition:all 1s ease-in; -webkit-transition:all 1s ease-in;opacity:0;}
.ssgsLB li{width:273px;height:60px;text-align:center;line-height:60px;color:#f8d8ab;font-size:28px;background:url(/images/ssgs_nav.png)no-repeat center;transition:all 0.5s ease-in; -webkit-transition:all 0.5s ease-in;cursor: pointer;}
.ssgsLB li.ssgsLBH{color:#fff;background:url(/images/ssgs_navH.png)no-repeat center;}
.ssgsLB li:hover{color:#fff;background:url(/images/ssgs_navH.png)no-repeat center;}
.ssgsB{width:1440px;height:645px;position:absolute;left:50%;transform:translateX(-50%);bottom:-240px;transition:all 1s ease-in; -webkit-transition:all 1s ease-in;opacity:0;}
.ssgsBM{width:100%;height:532px;}
.ssgsBM li{width:335px;height:226px;float:left;margin-right:33px;margin-bottom:40px;}
.ssgsBM li a{display:block;width:100%;height:100%;position:relative;overflow:hidden;}
.ssgsBM li:nth-child(4n+0){margin:0;}
.ssgsBM li a img{display:block;width:100%;height:100%;position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;transition:all 0.3s ease-in; -webkit-transition:all 0.3s ease-in;}
.ssgsBM li a:hover img{transform:scale(1.1);}
.ssgs_gdan{float:right;width:170px;height:40px;margin-top:25px;}
.ssgs_gdan img{display:block;width:100%;height:100%;}

.ssgsLBD{margin-top:0;opacity:1;}
.ssgsBD{bottom:0;opacity:1;}
/*学习党史故事*/
.xxdsgs{width: 100%;height: 982px;overflow:hidden;background:url(/images/xxdsgsBJ.jpg)no-repeat top center;}
.xxdsgsT{display: block;height: 540px;margin: 0 auto;transition:all 1s ease-in; -webkit-transition:all 1s ease-in;opacity:0;}
.xxdsgsB{width: 100%;max-width: 1560px;display: flex;justify-content:space-between;margin: 0 auto;transition:all 1s ease-in; -webkit-transition:all 1s ease-in;opacity:0;}
.xxdsgsB li{width: 353px;height: 223px;border-radius: 20px;overflow: hidden;box-shadow: 0 0 13px #c69650;}
.xxdsgsB li:hover{box-shadow: 0 20px 19px rgba(61,6,7,0.9);}
.xxdsgsTD{opacity:1;}
.xxdsgsBD{opacity:1;}
/*元勋与先烈*/
.yxyxl{width:100%;height:982px;position:relative;overflow:hidden;background:url(/images/yxyxlBJ.jpg)no-repeat top center;background-attachment: fixed;}
.yxyxlBT{position:absolute;left:50%;top:72px;margin-left:-1000px;transition:all 1s ease-in; -webkit-transition:all 1s ease-in;opacity:0;}
.yxyxlBTD{margin-left:-720px;opacity:1;}

.yxyxlM{position:absolute;bottom:0;left:50%;margin-left:1000px;width:1680px;height:786px;transition:all 1s ease-in; -webkit-transition:all 1s ease-in;opacity:0;overflow:hidden;}
.yxyxlMD{margin-left:-720px;opacity:1;}
.yxyxlM .swiper-slide{width:312px;height:100%;position:relative;}
.yxyxlM .swiper-slide a{display:block;width:100%;height:100%;position:absolute;left:0;top:0;z-index:10;}
.yxyxlM .swiper-slide img{display:block;height:100%;position:absolute;left:0;top:0;z-index:1;display:none;}
.yxyxlM1{background:url(/images/yxyxl_nav1.jpg)no-repeat top center;}
.yxyxlM2{background:url(/images/yxyxl_nav2.jpg)no-repeat top center;}
.yxyxlM3{background:url(/images/yxyxl_nav3.jpg)no-repeat top center;}
.yxyxlM4{background:url(/images/yxyxl_nav4.jpg)no-repeat top center;}
.yxyxlM5{background:url(/images/yxyxl_nav5.jpg)no-repeat top center;}
.yxyxlM6{background:url(/images/yxyxl_nav6.jpg)no-repeat top center;}
.yxyxlM7{background:url(/images/yxyxl_nav7.jpg)no-repeat top center;}
.yxyxlM8{background:url(/images/yxyxl_nav8.jpg)no-repeat top center;}
.yxyxlM9{background:url(/images/yxyxl_nav9.jpg)no-repeat top center;}
.yxyxlM10{background:url(/images/yxyxl_nav10.jpg)no-repeat top center;}
.yxyxlM11{background:url(/images/yxyxl_nav11.jpg)no-repeat top center;}

.yxyxlM .swiper-button-prev{width:72px;height:72px;background:none;bottom:15px;top:auto;right:auto;left:50%;transform: translate(-50%,-50%);margin-left:-120px;}
.yxyxlM .swiper-button-next{width:72px;height:72px;background:none;bottom:15px;top:auto;lefr:auto;right:50%;transform: translate(-50%,-50%);margin-right:-120px;}

/*中国精神*/
.zgjs{width:100%;height:982px;background:url(/images/zgjsBJ0.jpg)no-repeat top center;overflow:hidden;transition:all 1s ease-in; -webkit-transition:all 1s ease-in;}
.zgjsD{background:url(/images/zgjsBJ.jpg)no-repeat top center;}
.zgjs_nav{width:1440px;height:100%;margin:0 auto;position:relative;}
.zgjs_nav a{display:block;width:157px;height:667px;position:absolute;opacity:0;transition:top 1s linear,bottom 1s linear,opacity 1s ease-in; -webkit-transition:top 1s linear,bottom 1s linear,opacity 1s ease-in;}
.zgjs_nav1{background:url(/images/zgjs_nav1.png)no-repeat center;top:-28px;right:920px;}
.zgjs_nav1D:hover{background:url(/images/zgjs_nav1H.png)no-repeat center;top:72px;right:920px;}
.zgjs_nav2{background:url(/images/zgjs_nav2.png)no-repeat center;bottom:35px;right:685px;}
.zgjs_nav2D:hover{background:url(/images/zgjs_nav2H.png)no-repeat center;bottom:135px;right:685px;}
.zgjs_nav3{background:url(/images/zgjs_nav3.png)no-repeat center;top:-70px;right:450px;}
.zgjs_nav3D:hover{background:url(/images/zgjs_nav3H.png)no-repeat center;top:30px;right:450px;}
.zgjs_nav4{background:url(/images/zgjs_nav4.png)no-repeat center;bottom:100px;right:215px;}
.zgjs_nav4D:hover{background:url(/images/zgjs_nav4H.png)no-repeat center;bottom:200px;right:215px;}
.zgjs_nav5{background:url(/images/zgjs_nav5.png)no-repeat center;top:-40px;right:-20px;}
.zgjs_nav5D:hover{background:url(/images/zgjs_nav5H.png)no-repeat center;top:60px;right:-20px;}

.zgjs_nav .zgjs_nav1D{top:72px;opacity:1;}
.zgjs_nav .zgjs_nav2D{bottom:135px;opacity:1;}
.zgjs_nav .zgjs_nav3D{top:30px;opacity:1;}
.zgjs_nav .zgjs_nav4D{bottom:200px;opacity:1;}
.zgjs_nav .zgjs_nav5D{top:60px;opacity:1;}

/*绘声绘色*/
.hshs{width:100%;height:982px;background:url(/images/hshsBJ.jpg)no-repeat top center;}
.hshsM{width:1440px;height:982px;overflow:hidden;margin:0 auto;}
.hshsBT{width:830px;height:301px;margin:35px auto 60px;position:relative;}
.hshsBT img{display:block;width:830px;height:301px;position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;transform:scale(1.2);opacity:0;transition:all 1s ease-in; -webkit-transition:all 1s ease-in;}
.hshsBTD img{transform:scale(1);opacity:1;}
.hshsMM{width:100%;height:490px;opacity:0;transition:all 1s ease-in; -webkit-transition:all 1s ease-in;position:relative;}
.hshsMM .swiper-slide{width:592px;height:444px;box-shadow:0 10px 20px #988372;}
.hshsMM .swiper-slide img{display:block;width:100%;height:100%;}
.hshsMM .swiper-button-prev{width:395px;height:296px;left:10px;top:96px;background:none;}
.hshsMM .swiper-button-next{width:395px;height:296px;right:10px;top:96px;background:none;}
.hshsMMD{opacity:1;}
.hshs_gdan{display:block;width:170px;height:40px;float:right;}
.hshs_gdan img{display:block;width:100%;height:100%;}

/*连艺访谈*/
.lyft{width:100%;height:1210px;position:relative;background:url(/images/lyftBJ.jpg)no-repeat top center;overflow:hidden;}
.lyftBT{width:762px;height:325px;margin:66px auto;}
.lyftBT p{width:0;height:100%;background:url(/images/lyftBT.png)no-repeat left top;transition:all 1s ease-in; -webkit-transition:all 1s ease-in;}
.lyftBTD p{width:100%;}
.lyftM{width:1440px;height:340px;margin:70px auto 52px;display:flex;justify-content:center;align-items:center;}
.lyftM a{display:inline-block;width:200px;height:200px;margin:0 30px;border-radius:50%;overflow:hidden;position:relative;transition:all 0.3s ease-in; -webkit-transition:all 0.3s ease-in;}
.lyftM a img{width:0px;height:0px;opacity:0;border-radius:50%;overflow:hidden;transition:all 0.5s ease-in; -webkit-transition:all 0.5s ease-in;position:absolute;left:0;top:0;right:0;bottom:0;margin:auto;z-index:1;}
.lyftMD a img{display:block;width:100%;height:100%;opacity:1;}
.lyftMD a:hover{width:260px;height:260px;}

.lyft_gdan{display:block;width:124px;height:30px;margin:0 auto;}
.lyft_gdan img{display:block;width:100%;height:100%;}
.bottom{width:100%;height:216px;background:url(/images/bottomBJ.png)no-repeat top center;position:absolute;left:50%;bottom:0;z-index:10;transform: translateX(-50%);}
.bottom p{text-align:center;font-size:20px;color:#fff;margin-top:140px;line-height:26px;}

/*二级页top*/
.banner{width:100%;height:750px;position:relative;overflow:hidden;}
.bannerM{width:100%;height:100%;}
.banner .swiper-slide a{display:block;width:100%;height:100%;}
.banner .swiper-pagination{bottom:25px;}
.banner .swiper-pagination span{width:50px;height:10px;border-radius:5px;background:rgba(245,231,215,0.6);margin:0 6px;opacity:1;}
.banner .swiper-pagination span.swiper-pagination-bullet-active{background:rgba(245,231,215,1);}

/*学习党史故事1221*/
.xxdsgs_Main{width:100%;padding-bottom:216px;position:relative;min-height:950px;background:url(/images/ssgs/ssgsBJ.jpg),url(/images/xxdsgs/xxdsgs_bj.jpg);background-repeat: no-repeat,repeat-y;background-position: bottom center,top center;overflow:hidden;}
.xxdsgs_Main_list{width:1440px;margin:80px auto 0;}
.xxdsgs_Main_left{width:255px;float:left;border-left:3px solid #e9a744;margin-left:5px;}
.xxdsgs_Main_left li{width:218px;margin-bottom:27px;padding-left:35px;font-size:22px;line-height:30px;text-align:left;position:relative;}
.xxdsgs_Main_left li a{color:#414141;}
.xxdsgs_Main_left li b{display:block;width:12px;height:12px;border-radius:50%;background:#d3010d;position:absolute;left:-7px;top:50%;transform: translateY(-50%);display:none;}
.xxdsgs_Main_left li span{font-size:25px;line-height:30px;opacity:0;}
.xxdsgs_Main_left li:hover a{color:#d3010d;}
.xxdsgs_Main_left li:hover b{display:block;}
.xxdsgs_Main_left li:hover span{opacity:1;}
.xxdsgs_Main_left li:last-child{margin:0;}
.xxdsgs_Main_left .xxdsgs_Main_LH a{color:#d3010d;font-weight:600;}
.xxdsgs_Main_left .xxdsgs_Main_LH b{display:block;}
.xxdsgs_Main_left .xxdsgs_Main_LH span{opacity:1;}

.xxdsgs_Main_right{width:1172px;float:right;}
.xxdsgs_Main_right_xs{width: 100%;overflow: hidden;}
.xxdsgs_Main_right_xs li{width:273px;height:200px;margin-left:20px;margin-bottom:40px;float:left;}
.xxdsgs_Main_right_xs li a{display:block;width:100%;height:100%;position:relative;overflow:hidden;}
.xxdsgs_Main_right_xs li a img{display:block;width:100%;height:100%;position:absolute;left:0;top:0;right:0;bottom:0;margin:auto;transition:all 0.3s ease-in; -webkit-transition:all 0.3s ease-in;}
.xxdsgs_Main_right_xs li a img:hover{transform:scale(1.1);}
.xxdsgs_Main_right_yc{display: none;}
/*四史故事*/
.ssgs_Main{width:100%;padding-bottom:216px;position:relative;height:1221px;background:url(/images/ssgs/ssgsBJ.jpg)no-repeat top center;overflow:hidden;}
.ssgs_bt{display:block;margin:50px auto 75px;}

.ssgs_Main_list{width:1440px;margin:0 auto;}
.ssgs_Main_left{width:255px;float:left;border-left:3px solid #e9a744;margin-left:5px;}

/*党史*/
.zggcdls_Left li{width:214px;margin-bottom:20px;font-size:32px;line-height:40px;text-align:center;position:relative;}
.zggcdls_Left li a{color:#414141;}
.zggcdls_Left li b{display:block;width:12px;height:12px;border-radius:50%;background:#d3010d;position:absolute;left:-7px;top:50%;transform: translateY(-50%);display:none;}
.zggcdls_Left li span{font-size:25px;line-height:30px;opacity:0;display:block;}
.zggcdls_Left li:hover a{color:#d3010d;font-weight:600;}
.zggcdls_Left li:hover b{display:block;}
.zggcdls_Left li:hover span{opacity:1;}
.zggcdls_Left li:last-child{margin:0;}
.zggcdls_Left .ssgs_Main_LH a{color:#d3010d;font-weight:600;}
.zggcdls_Left .ssgs_Main_LH b{display:block;}
.zggcdls_Left .ssgs_Main_LH span{opacity:1;}

/*新中国史*/
.xzgs_Left li{width:218px;margin-bottom:27px;padding-left:35px;font-size:22px;line-height:30px;text-align:left;position:relative;}
.xzgs_Left li a{color:#414141;}
.xzgs_Left li b{display:block;width:12px;height:12px;border-radius:50%;background:#d3010d;position:absolute;left:-7px;top:50%;transform: translateY(-50%);display:none;}
.xzgs_Left li span{font-size:25px;line-height:30px;opacity:0;}
.xzgs_Left li:hover a{color:#d3010d;}
.xzgs_Left li:hover b{display:block;}
.xzgs_Left li:hover span{opacity:1;}
.xzgs_Left li:last-child{margin:0;}
.xzgs_Left .ssgs_Main_LH a{color:#d3010d;}
.xzgs_Left .ssgs_Main_LH b{display:block;}
.xzgs_Left .ssgs_Main_LH span{opacity:1;}

/*改革开放史*/
.ggkfs_Left li{width:214px;margin-bottom:35px;font-size:32px;line-height:40px;text-align:center;position:relative;}
.ggkfs_Left li a{color:#414141;}
.ggkfs_Left li b{display:block;width:12px;height:12px;border-radius:50%;background:#d3010d;position:absolute;left:-7px;top:50%;transform: translateY(-50%);display:none;}
.ggkfs_Left li:hover a{color:#d3010d;font-weight:600;}
.ggkfs_Left li:hover b{display:block;}
.ggkfs_Left li:last-child{margin:0;}
.ggkfs_Left .ssgs_Main_LH a{color:#d3010d;font-weight:600;}
.ggkfs_Left .ssgs_Main_LH b{display:block;}

/*社会主义发展史*/
.shzyfzs_Left li{width:214px;margin-bottom:35px;font-size:32px;line-height:40px;text-align:center;position:relative;}
.shzyfzs_Left li a{color:#414141;}
.shzyfzs_Left li b{display:block;width:12px;height:12px;border-radius:50%;background:#d3010d;position:absolute;left:-7px;top:50%;transform: translateY(-50%);display:none;}
.shzyfzs_Left li:hover a{color:#d3010d;font-weight:600;}
.shzyfzs_Left li:hover b{display:block;}
.shzyfzs_Left li:last-child{margin:0;}
.shzyfzs_Left .ssgs_Main_LH a{color:#d3010d;font-weight:600;}
.shzyfzs_Left .ssgs_Main_LH b{display:block;}

/*四史右侧*/
.ssgs_Main_right{width:1172px;float:right;}
.ssgs_Main_right li{width:273px;height:200px;margin-left:20px;margin-bottom:40px;float:left;}
.ssgs_Main_right li a{display:block;width:100%;height:100%;position:relative;overflow:hidden;}
.ssgs_Main_right li a img{display:block;width:100%;height:100%;position:absolute;left:0;top:0;right:0;bottom:0;margin:auto;transition:all 0.3s ease-in; -webkit-transition:all 0.3s ease-in;}
.ssgs_Main_right li a img:hover{transform:scale(1.1);}

/*四史分页*/
.fenye{width:100%;height:32px;clear:both;}
.fenye .tanchuMB{width:100%;text-align:center;}
.fenye .tanchuMB li{display:inline-block;margin:0 5px;height:32px;line-height:32px;vertical-align:middle;font-size:28px;overflow:hidden;border-radius:5px;}
.fenye .tanchuMB li a{color:#acacac;height:100%;padding:0 8px;background:#fff;}
.fenye .tanchuMB li a.tanchuMBH{color:#353535;background:#ffe300;}
.fenye .tanchuMB li a:hover{color:#353535;background:#ffe300;}
.fenye .tanchuMB li.tanchuMBM{font-size:24px;}
.fenye .tanchuMB li.tanchuMBM a{color:#800000;}

/*元勋与先烈*/
.yxyxl_Main{width:100%;padding-bottom:266px;background:#f8ebcb;position:relative;overflow:hidden;}
.yxyxl_Main .yxyxl_nav{width:1440px;height:516px;background:url(/images/yxyxl/yxyxl_navBJ.jpg)no-repeat top center;margin:50px auto 0;box-shadow:0 0 18px #d8cca2;overflow:hidden;}
.yxyxl_Main .yxyxl_nav .yxyxl_navBT{font-size:40px;color:#aa6e23;font-weight:600;margin-top:82px;margin-left:105px;}
.yxyxl_Main .yxyxl_nav .yxyxl_navM{width:1191px;height:234px;margin:50px auto 0;overflow:hidden;position:relative;padding:0 26px;}
.yxyxl_Main .yxyxl_nav .yxyxl_navM .swiper-slide{width:345px;height:234px;margin:0 26px;position:relative;overflow:hidden;}
.yxyxl_Main .yxyxl_nav .yxyxl_navM .swiper-slide img{display:block;width:100%;height:100%;position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;transition:all 0.3s ease-in; -webkit-transition:all 0.3s ease-in;}
.yxyxl_Main .yxyxl_nav .yxyxl_navM .swiper-slide img:hover{transform:scale(1.1);}
.yxyxl_Main .yxyxl_nav .yxyxl_navM .swiper-button-prev{width:27px;height:32px;background:none;left:0;}
.yxyxl_Main .yxyxl_nav .yxyxl_navM .swiper-button-next{width:27px;height:32px;background:none;right:0;}

/*中国精神*/
.zgjs_Main{width:100%;overflow:hidden;position:relative;padding-bottom:216px;}
.zgjs_fl1{background:#bcad89 url(/images/zgjs/zgjs_flBJ1.jpg)no-repeat bottom center;}
.zgjs_jszy{width:100%;height:1080px;overflow:hidden;background:url(/images/zgjs/zgjs_jszyBJ.jpg)no-repeat top center;position:relative;}
.zgjs_jszyBT1{display:block;height:108px;margin:115px auto 0;}
.zgjs_jszyBT2{display:block;height:108px;margin:100px auto;transition:all 0.5s ease-in; -webkit-transition:all 0.5s ease-in;}
.zgjs_jszyBT2D{margin:26px auto;}
.zgjs_jszyM{width:1440px;height:397px;position:absolute;top:440px;left:50%;transform: translateX(-50%);}
.zgjs_jszyM .zgjs_shu1{display:block;position:absolute;left:286px;top:50%;transform: translate(-50%,-50%);width:0px;height:0px;transition:all 0.5s ease-in; -webkit-transition:all 0.5s ease-in;}
.zgjs_jszyM .zgjs_shu1 img{display:block;width:100%;height:100%;}
.zgjs_jszyM .zgjs_jszyM_danghui{display:block;position:absolute;left:50%;top:50%;transform: translate(-50%,-50%);width:0px;height:0px;transition:all 0.5s ease-in; -webkit-transition:all 0.5s ease-in;}
.zgjs_jszyM .zgjs_shu2{display:block;position:absolute;right:286px;top:50%;transform: translate(50%,-50%);width:0px;height:0px;transition:all 0.5s ease-in; -webkit-transition:all 0.5s ease-in;}
.zgjs_jszyM .zgjs_shu2 img{display:block;width:100%;height:100%;}
.zgjs_jszyMD .zgjs_shu1{width:571px;height:397px;}
.zgjs_jszyMD .zgjs_jszyM_danghui{width:267px;height:267px;}
.zgjs_jszyMD .zgjs_shu2{width:571px;height:397px;}
.zgjs_fl{width:100%;height:916px;}
.zgjs_flM{width:1440px;height:880px;border:2px solid #ffd21c;margin:0 auto;display:flex;justify-content:flex-start;}
.zgjs_flM li{width:176px;height:100%;float:left;transition:all 0.5s ease-in; -webkit-transition:all 0.5s ease-in;position:relative;overflow:hidden;border-right:1px solid #bcad89;}
.zgjs_flM li .zgjs_flBT{position:absolute;left:0;top:0;z-index:1;display:block;width:176px;height:100%;cursor:pointer;transition:all 0.5s ease-in; -webkit-transition:all 0.5s ease-in;float:left;opacity: 1;}
.zgjs_flM li .zgjs_flMM{width:908px;height:100%;transition:all 0.5s ease-in; -webkit-transition:all 0.5s ease-in;opacity:0;}
.zgjs_flM li .zgjs_flMM h4{width:908px;text-align:center;line-height:145px;font-size:56px;color:#861a1a;font-family:"宋体";}
.zgjs_flM li .zgjs_flMM ul{width:840px;margin:0 auto;}
.zgjs_flM li .zgjs_flMM li{width:258px;height:70px;background:url(/images/zgjs/zgjs_flMBJQ.png)no-repeat;background-size:100% 100%;text-align:center;line-height:70px;font-size:24px;margin:24px 10px;}
.zgjs_flM li .zgjs_flMM li:hover{background:url(/images/zgjs/zgjs_flMBJH.png)no-repeat;background-size:100% 100%;}
.zgjs_flM li .zgjs_flMM li a{display:block;color:#0e0e0e;}
.zgjs_flM li .zgjs_flMM li:hover a{color:#fff;}
.zgjs_flM li.zgjs_flMH{width:908px;}
.zgjs_flM li.zgjs_flMH .zgjs_flBT{opacity: 0;}
.zgjs_flM li.zgjs_flMH .zgjs_flMM{opacity: 1;}


/*中国精神 二级页*/
.zgjs_ejy_Main{width:100%;height:982px;position:relative;background:url(/images/zgjs/zgjs_ejyBJ.jpg)no-repeat top center;overflow:hidden;}
.zgjs_ejyM{width:1170px;padding:0 135px;height:672px;margin:200px auto 0;position:relative;overflow:hidden;}
.zgjs_ejyM .swiper-slide{width:100%;position:relative;}
.zgjs_fl_BT{display:block;margin:0 auto;}
.zgjs_jsWZ{display:block;height:155px;position:absolute;left:50%;top:110px;transform: translateX(-50%);}
.zgjs_ejy_flM{width:100%;height:403px;position:absolute;left:0;bottom:0;background:url(/images/zgjs/danghui.png)no-repeat center;background-size:230px 230px;}
.zgjs_ejy_flM1{display:block;width:441px;height:403px;position:absolute;left:0;top:0;}
.zgjs_ejy_flM1 img{display:block;width:100%;height:100%;}
.zgjs_ejy_flM2{display:block;width:441px;height:403px;position:absolute;right:0;top:0;}
.zgjs_ejy_flM2 img{display:block;width:100%;height:100%;}
.zgjs_ejyM .swiper-button-prev{width:89px;height:89px;background-image:none;background-color:rgba(223,47,47,0.34);left:0;bottom:170px;border-radius: 50%;}
.zgjs_ejyM .swiper-button-next{width:89px;height:89px;background-image:none;background-color:rgba(223,47,47,0.34);right:0;bottom:170px;border-radius: 50%;}
.zgjs_ejyM .swiper-button-prev:hover{background-color:rgba(223,47,47,0.6);}
.zgjs_ejyM .swiper-button-next:hover{background-color:rgba(223,47,47,0.6);}

/*绘声绘色*/
.hshs_Main{width:100%;position:relative;padding-bottom:216px;background:url(/images/hshs/hshs_BJ.jpg)repeat-y top center;}
.hshs_list{width:100%;overflow:hidden;padding-top:50px;}
.hshs_listM{width:1200px;margin:0 auto;}
.hshs_listM li{width:282px;height:252px;float:left;margin-right:24px;border-radius:5px;overflow:hidden;margin-bottom:30px;background:#fff;}
.hshs_listM li .hshs_MT{display:block;width:100%;height:204px;}
.hshs_listM li .hshs_MT img{display:block;width:100%;height:100%;}
.hshs_listM li .hshs_fb{width:280px;height:46px;line-height:46px;border:1px solid #cecece;border-bottom-left-radius:7px;border-bottom-right-radius:7px;position:relative;}
.hshs_listM li .hshs_fb a{display:inline-block;width:50%;height:100%;color:#333;font-size:18px;font-family:"黑体";background:url(/images/hshs/shuQ.png)no-repeat 17px center;}
.hshs_listM li .hshs_fb a span{margin-left:48px;}
.hshs_listM li .hshs_fb a:hover{color:#c60a0d;background:url(/images/hshs/shuH.png)no-repeat 17px center;}
.hshs_listM li .hshs_fb b{display:block;width:1px;height:32px;background:#cdcdcd;font-size:0;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);}
.hshs_listM li:nth-child(4n){margin-right:0;}
.hshs_listM li:hover{box-shadow:0 0 35px #cdcdcd;}

/*连艺访谈*/
.lyft_Main{width:100%;position:relative;padding-bottom:216px;background:url(/images/lyft/lyft_BJ.jpg)repeat-y top center;}
.lyft_MainM{width:1200px;margin:50px auto 0;overflow:hidden;}
.lyft_MainM li{width:580px;height:306px;float:left;border:1px solid #cecece;border-radius:4px;overflow:hidden;margin-bottom:45px;background:#fff;}
.lyft_MainM li:hover{box-shadow:0 0 35px #cdcdcd;}
.lyft_MainM li:nth-child(2n){margin-left:36px;}
.lyft_MainM li a{color:#535353;display:block;width:100%;height:100%;}
.lyft_MainM li .rwtx{width:238px;height:100%;float:left;border-radius:4px;overflow:hidden;position:relative;}
.lyft_MainM li .rwtx img{display:block;width:100%;height:100%;}
.lyft_MainM li .rwtx .bfan{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:85px;height:85px;}
.lyft_MainM li .rwjs{width:306px;height:100%;float:right;margin-right:18px;}
.lyft_MainM li .rwjs h3{font-size:20px;line-height:66px;}
.lyft_MainM li .rwjs span{font-size:0;width:30px;height:2px;background:#a6a6a6;display:block;}
.lyft_MainM li .rwjs .rwjsM{width:100%;height:210px;overflow:hidden;line-height:30px;font-size:14px;margin-top:12px;}

/*连艺访谈 二级页*/
.lyft_ejy_Main{width:100%;height:1000px;background:url(/images/lyft/lyft_ejy_BJ.jpg)no-repeat top center;}
.lyft_ejyM{width:973px;margin:0 auto;overflow:hidden;}
.lyft_ejy_BT{display:block;height:120px;margin-top:100px;}
.lyft_ejy_sp{width:973px;height:547px;margin:30px auto;}
.lyft_ejy_rm{font-size:24px;line-height:28px;font-family:"宋体";}
.lyft_ejy_js{font-size:20px;line-height:28px;font-family:"宋体";text-align:justify;}

/*搜索*/
.sousuo_Main{width:100%;position:relative;padding-bottom:216px;background:url(/images/sousuo/sousuo_BJ.jpg)repeat-y top center;overflow:hidden;}
.sousuo_zhanwei{width:100%;height:0px;background:#ff0404;animation:sousuo_zhanwei 1.3s both;transition:all 0.5s ease-in; -webkit-transition:all 0.5s ease-in;}
@keyframes sousuo_zhanwei {
    0% {height:0px;}
    100% {height:140px;}
}
.sousuoM{width:1200px;margin:180px auto 0;animation:sousuoM 1.3s both;transition:all 0.5s ease-in; -webkit-transition:all 0.5s ease-in;}
@keyframes sousuoM {
    0% {margin:180px auto 0;}
    100% {margin:40px auto 0;}
}
.sousuo_ssjg{width:100%;line-height:46px;font-size:20px;color:#b9192c;border-bottom:2px solid #e3e3e3;}
.sousuo_ssjg span{display:block;width:250px;border-bottom:2px solid #e4263d;margin-bottom:-2px;}
.sousuo_list{width:1200px;overflow:hidden;margin:0 auto;margin-top:40px;min-height:430px;}
.sousuo_list li{width:282px;height:204px;float:left;margin-right:24px;margin-bottom:30px;border-radius:5px;overflow:hidden;position:relative;}
.sousuo_list li img{display:block;width:100%;height:100%;position:absolute;left:0;top:0;right:0;bottom:0;margin:auto;transition:all 0.3s ease-in; -webkit-transition:all 0.3s ease-in;}
.sousuo_list li:nth-child(4n){margin-right:0;}
.sousuo_list li:hover{box-shadow:0 0 35px #cdcdcd;}
.sousuo_list li:hover a img{transform:scale(1.1);}