/* 刘玉霞 */
@font-face {
	font-family:'黑简';
	src: url('../font/font.ttf');
}
@font-face {
	font-family:'cyjzy';
	src: url('../font/cyjzy.ttf');
}
*{margin: 0px;padding: 0px;text-decoration: none;list-style: none;box-sizing: border-box;font-family:'黑简';}
body,html{width: 100%;background-image: url(../img/neirong.png);background-size:100% 100%;background-repeat: no-repeat;}
a:hover{text-decoration: none;}
/* ---------------------------------------------------------------pc端-----------------------------------------------------------------------------------*/
.pcindex{background-color: white;}
/* 第一块 */
.pcindex_one{width: 100%;}
.pcindex_one>img{width: 100%;}
/* 导航栏 */
.nvalist{
    padding: 15px 0;
    background-image: url('../img/navlist_bgimg.png');
    background-size: 100% 100%;
}
.nvalist>ul{
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom:0;
}
.nvalist>ul>a>li,.nvalist>ul>li{
    position: relative;
    background: url(../img/btn_bgimg.png);
    background-size: 100% 100%;
    width: 180px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    letter-spacing: 1px;
    cursor: pointer;
    color: #fff;
    font-family: 'cyjzy';
    font-size: 20px;
}
.nvalist>ul>a>li:hover,.nvalist>ul>li:hover{
    background: url(../img/btn_activity_bgimg.png);
    background-size: 100% 100%;
}
.nvalist>ul>li:hover>ul{
    display: block;
}
.nvalist>ul>li>ul{
    display: none;
    position: absolute;
    bottom: -135px;
    z-index: 999;
    width: 180px;
    height: 120px;
    background: #5cc81c;
    border: 4px #fddb77 solid ;
    border-radius: 25px;
}
.nvalist>ul>li>ul:after, .nvalist>ul>li>ul:before {
    border: solid transparent;
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
} 
.nvalist>ul>li>ul:after {
    border-width: 16px;
    border-left-color: #5cc81c;
    top: -32px;
    left: calc(50% - 16px);
    transform: rotate(-90deg);
}
 
.nvalist>ul>li>ul:before {
    border-width: 20px;
    border-left-color: #fddb77;
    top: -40px;
    left: calc(50% - 20px);
    transform: rotate(-90deg);
}
.nva_item{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    overflow: hidden;
}
.nva_item>a{
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    width: 100%;
    font-family: 'cyjzy';
}
.nav_item>a>li{
     font-family: 'cyjzy';
}
.nva_item>a:hover{
    background: #3d9a07;
}
/* 第二块 */
.pcindex_two{width: 100%;position: relative;display: flex;align-items: center;justify-content: center;}
.pcindex_two>img{width: 100%;}
/* 第二块内容 */
.pcindex_two_cont{width: 62%;height: 76%;position:absolute;margin-top: 10%;}
.pcindex_two_cont_cont{width: 100%;height: 100%;position: relative;}
/* 戏曲万花筒标题（共同） */
.two_conttitle{width: 100%;position: absolute;height: 12%;top: -13%;left:0px;display: flex;align-items: center;justify-content: center;}
/* .two_conttitle img{height: 100%;} */
/* 猴子（共同） */
.two_contleftpic{position: absolute;right: -15%;bottom: -2%;}
.two_contleftpic1{position: absolute;left: -18%;top: 50%;}
.two_contleftpic2{position: absolute;left: -31%;top: -10%;}
.two_contleftpic2>img{width: 90%;}
.two_contleftpic3{position: absolute;right:-30.5%;top: -27%;display:flex;justify-content: flex-end;}
.two_contleftpic3>img{width: 90%;}
.two_contleftpic4{position: absolute;left: 0.2%;top: 2%;}
/* .two_contleftpic4>img{width: 85%;} */
.two_contleftpic5{position: absolute;right:0.1%;top: -16%;display: flex;justify-content: flex-end;}
/* .two_contleftpic5>img{width: 85%;} */
.two_contleftpic6{position: absolute;left: 0.2%;top: -10%;display: flex;justify-content:left;}
/* .two_contleftpic6>img{width: 85%;} */
.two_contleftpic7{position: absolute;right:0.1%;top: -16%;display: flex;justify-content: flex-end;}
.two_contleftpic8{position: absolute;left: 0.2%;top: -37%;display: flex;justify-content:left;}
/* 中间整块内容（共同） */
.pcindex_two_cont1{width: 100%;height: 95%;background-image: url(../img/kuang.png); background-size: 100% 100%;
				   display: flex;justify-content: center;align-items: center;}
.pcindex_two_cont1>div{
	background-color: #fff;
	border-radius: 20px;
	width: 80%;
}
.pcindex_two_cont_title{width: 100%;height: 8%;border-top-left-radius: 40px;border-top-right-radius: 40px;}
.pcindex_two_cont_title>div{width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;color:white;font-size: 20px;padding-top: 30px;padding-bottom: 15px;}
.pcindex_two_cont_vedio{width: 100%;height: 70%;padding: 0px 40px;}
.pcindex_two_cont_vedio .pcindex_two_cont_vedioplay{width: 100%;height:100%;}
.pcindex_two_cont_vedio .pcindex_two_cont_vedioplay video{width: 100%;height:100%;}
.pcindex_two_cont_btn{width: 100%;height:22%;padding: 15px 40px;display: flex;align-items: center;}
.pcindex_two_cont_btn1{width: 100%;height: 100%;display: flex;flex-wrap: wrap;align-items: center;overflow-y:scroll;}
.pcindex_two_cont_btn1::-webkit-scrollbar {
/*滚动条整体样式*/
width : 5px;  /*高宽分别对应横竖滚动条的尺寸*/
height: 1px;
}
.pcindex_two_cont_btn1::-webkit-scrollbar-thumb {
/*滚动条里面小方块*/
border-radius: 10px;
box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
background   : #416164;
}
.pcindex_two_cont_btn1::-webkit-scrollbar-track {
/*滚动条里面轨道*/
box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
border-radius: 10px;
background   : #bef9b5;
}
.pc_two_cont_btn_item{width: 15%;height: 37%;margin-right: 10px;border: none;background-color: white;border: 5px solid #f2a138;font-size: 18px;border-radius: 8px;margin-bottom: 10px;outline: none;background-color: #f7e7c6;color: #845d3c;}
.active{background-color:#855736!important;color: #f7e7c6;}
/* 小点点 */
.pcindex_two_cont2{width: 100%;height: 5%;padding: 8px 5px;}
.pcindex_two_cont2_item{width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;border-top: 10px dotted #5e1984;border-bottom: 10px dotted #5e1984;height: 100%;}
/* 第三块 */
.pcindex_three{width: 100%;position: relative;display: flex;align-items: center;justify-content: center;}
.pcindex_three>img{width: 100%;}
/* 第三块内容 */
.pcindex_three_cont{width: 62%;height: 76%;position:absolute;}
.pcindex_three_cont_cont{width: 100%;height: 100%;position: relative;}
/* 戏曲万花筒标题（共同） */
.three_conttitle{width: 100%;position: absolute;height: 12%;top: -11%;left:0px;display: flex;align-items: center;justify-content: center;}
/* .three_conttitle img{height: 100%;} */
/* 猴子（共同） */
.three_contleftpic{position: absolute;left: -15%;bottom: -5%;}
/* 中间整块内容 */
.pcindex_three_cont1{width: 100%;height: 95%;background-image: url(../img/kuang.png); background-size: 100% 100%;
				   display: flex;justify-content: center;align-items: center;}
.pcindex_three_cont1>div{
	background-color: #fff;
	border-radius: 20px;
	width: 80%;
	height: 80%;
}
.pcindex_three_cont_title{width: 100%;height: 8%;display: flex;align-items: center;justify-content: space-between;padding: 0px 30px;font-size: 20px;padding-top: 30px;padding-bottom: 15px;}
.pcindex_three_cont_title_cent{color: black;}
.pcindex_three_cont_title_right{border: 1px solid white;color: white;font-size: 20px;border-radius: 5px;padding: 0px 5px;}
/* 4块内容 */
.pcindex_three_cont_fourcont{width: 100%;height: 92%;padding: 0px 40px;}
.pcindex_three_cont_fourcont1{width: 100%;height: 100%;display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;}
.pcindex_three_cont_fourcont1 a{display: inline-block;width: 48%;height: 45%;}
.pcindex_threecont_fourcont1_item1{width: 100%;height: 100%;font-size: 20px;border-radius: 8px;position: relative;display: flex;justify-content: center;}
.pcindex_threecont_fourcont1_item1 img{width: 100%;height: 100%;border-radius: 8px;border: 4px solid #eec08c;}
.pcindex_threecont_fourcont1_itemtitle{position:absolute;top: 20%;width: 100%;display: flex;justify-content: center;align-items: center;}
.pcindex_threecont_fourcont1_itemtitle img{width: 60%;}
.pcindex_threecont_fourcont1_itemtitle span{display: inline-block;position: absolute;font-size: 18px;color: white;}
/* 小点点 */
.pcindex_three_cont2{width: 100%;height: 5%;padding: 8px 5px;}
.pcindex_three_cont2_item{width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;border-top: 10px dotted #5e1984;border-bottom: 10px dotted #5e1984;height: 100%;}
/* 第四块 */
.pcindex_four{width: 100%;position: relative;display: flex;align-items: flex-end;justify-content: center;}
.pcindex_four>img{width: 100%;}
/* 第四块内容 */
.pcindex_four_cont{width: 62%;height: 94%;position:absolute;}
.pcindex_four_cont_cont{width: 100%;height: 100%;position: relative;}
.pcindex_four_cont_cont>a{display:block;}
.pcindex_four_cont_cont .common_xi{width: 100%;margin-top: 70px;}
.pcindex_four_notice{position:absolute;right: -15%;top:-3%;height: 100%; display: flex;flex-direction: column;justify-content: center; align-items: center;}
.notice_item{margin-bottom: 10%;display:block;}
/* 戏曲万花筒标题（共同） */
.pcindex_four_conttitle{width: 100%;position: absolute;height: 12%;top: -3%;left:0px;display: flex;align-items: center;justify-content: center;}
/* .pcindex_four_conttitle img{height: 100%;z-index: 1;} */
/* 中间整块内容 */
.pcindex_four_cont1{width: 100%;height: 100%;}
.pcindex_four_cont1 img{width: 100%;height: 100%;position: relative;}
.pcindex_four_cont1_cont1{width: 100%;height: 100%;position: absolute;top: 0px;left: 0px;}
.pcindex_four_cont1_cont1_title{height: 12%;display: flex;align-items: center;justify-content: center;padding-top: 20px;color:#5e1984;}
.pcindex_four_cont1_cont1_title span{display: inline-block;background-color: white;font-size: 20px;}
.pcindex_four_cont1_cont1_pic{width: 100%;height: 88%;position: relative;display: flex;align-items: center;}
.pcindex_four_cont1_cont1_pic img{width: 70%;height: 80%;margin: 0px 15%;}
.pcindex_four_yun{position: absolute;top: 2%;left: 5%;}
.phoneindex_four_yun img{width: 70%;height: 80%;}
/* 第五块 */
.pcindex_five{width: 100%;position: relative;display: flex;align-items: center;justify-content: center;}
.pcindex_five>img{width: 100%;}
/* 第五块内容 */
.pcindex_five_cont{width: 62%;height: 76%;position:absolute;}
.pcindex_five_cont_cont{width: 100%;height: 100%;position: relative;}
/* 戏曲万花筒标题（共同） */
.pcindex_five_conttitle{width: 100%;position: absolute;height: 12%;top: -13%;left:0px;display: flex;align-items: center;justify-content: center;}
/* .pcindex_five_conttitle img{height: 100%;} */
/* 猴子 */
.pcindex_five_contleftpic{position: absolute;right: -3%;top: -11%;}
.pcindex_five_contleftpic img{width: 50%;}
/* 中间整块内容 */
.pcindex_five_cont1{width: 100%;height: 95%;background-image: url(../img/kuang.png); background-size: 100% 100%;
				   display: flex;justify-content: center;align-items: center;}
.pcindex_five_cont1 .pcindex_two_cont_btn>.pcindex_two_cont_btn1>button{
   width:auto;
}
.pcindex_five_cont1>div{
	background-color: #fff;
	border-radius: 20px;
	width: 80%;
	height: 80%;
}
.pcindex_five_cont_title{width: 100%;height: 8%;display: flex;align-items: center;justify-content: space-between;padding: 0px 30px;font-size: 20px;padding-top: 30px;padding-bottom: 15px;}
.pcindex_five_cont_title_cent{color: black;}
.pcindex_five_cont_title_right{border: 1px solid #fe6e6e;color: #fe6e6e;font-size: 20px;border-radius: 5px;padding: 0px 5px;}

/* 4块内容 */
.pcindex_five_cont_fourcont{width: 100%;height: 92%;padding: 0px 40px;}
.pcindex_five_cont_fourcont1{width: 100%;height: 100%;display: flex;justify-content: space-around;align-items: center;flex-wrap: wrap;}
.pcindex_five_cont_fourcont1 a{display: inline-block;width: 43%;height: 45%;}

.pcindex_five_cont_fourcont1_item1{width: 100%;height: 100%;border: 3px solid #eec08c;font-size: 18px;border-radius: 5px;margin-bottom: 15px;position: relative;}

.pcindex_five_cont_fourcont1_item1 .pcindex_five_common_video{width: 100%;height: 90%;}
.pcindex_five_common_video img{width: 100%;height: 100%;}
.pcindex_five_common_cont{width: 100%;height: 10%;display: flex;align-items: center;justify-content: center;background-color: #df310f;}
.pcindex_five_common_cont span{ display: inline-block;padding:0 10px;width: 100%;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;color:white;text-align: center;} 
/* 小点点 */
.pcindex_five_cont2{width: 100%;height: 5%;padding: 8px 5px;}
.pcindex_five_cont2_item{width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;border-top: 10px dotted #5e1984;border-bottom: 10px dotted #5e1984;height: 100%;}

/* 署名*/
.pcindex_end{
    position: relative;
    text-align: center;
    width: 100%;
    height: 50px;
    background: url(../img/neirong04.png);
    line-height: 50px;
    font-size: 20px;
    font-weight: bold;
    font-family: sans-serif;
}
.pcindex_end>p{
padding: 0;
margin: 0;
}


/* ---------------------------------------------------------------手机端-----------------------------------------------------------------------------------*/
/* 手机端菜单 */
.mobile_menu{
    position: fixed;
    right: 5px;
    bottom: 20%;
    z-index: 9999;
}
.mobile_menu a{
    text-decoration: none;
    color: #fff;
    font-family:Sans-serif;
}
.mobile_menu_items:not(.mobiless){
    display: none;
}
.mobile_menu_item:not(.mobile_menu_item_menu){
     display: none;
}
.mobile_menu>.mobile_menu_items{
    display: flex;
    justify-content: flex-end;
    position: relative;
}
.mobile_menu_item{
    position: relative;
    font-family:Sans-serif;
    padding: 13px 10px;
    color: #fff;
    width: 70px;
    height: 70px;
    text-align: center;
    background:url('../img/mobile_menu_item_img.png');
    background-size: 100% 100%;
}
.mobile_menu_item_menu{
     width: 70px;
    height: 70px;
    background:url('../img/mobile_menu_item_menu_img.png');
    background-size: 100% 100%;
}
/* .phoneindex{background-color:#515cb2;} */
/* 第一块 */
.phoneindex_one{width: 100%;}
.phoneindex_one img{width: 100%;}
/* 第二块 */
.phoneindex_two{width: 100%;padding: 0px 10px;padding-top: 80px;}
.phoneindex_two_cont{width: 100%;height: 80%;background: white;border: 2px solid #eec08c;position: relative;border-radius: 10px;}
.phoneindex_two_cont_more{
    text-align: center;
    color:#b2be61;
}
/* .phoneindex_twocont1{width: 100%;height: 100%;} */
/* 戏曲万花筒标题 */
.phoneindex_two_conttitle{width: 100%;position: absolute;height: 15%;top: -13%;left:0px;display: flex;align-items: center;justify-content: center;}
.phoneindex_two_conttitle img{width: 80%;}
/* 中间整块内容 */
.phoneindex_two_cont1{width: 100%;height: 90%;}
.phoneindex_two_cont_title{width: 100%;height: 8%;}
.phoneindex_two_cont_title>div{width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;color:#b00002;font-size: 15px;padding-top: 20px;padding-bottom: 10px;}
.phoneindex_two_cont_vedio{width: 100%;height:77%;padding: 0px 30px;}
.phoneindex_two_cont_vedio .phoneindex_two_cont_vedioplay{width: 100%;height:100%;}
.phoneindex_two_cont_vedio .phoneindex_two_cont_vedioplay video{width: 100%;height:100%;}
.phoneindex_two_cont_btn{width: 100%;height: 15%;padding: 10px 0px;}
.phoneindex_two_cont_btn1{width: 100%;height: 100%;}
.phoneindex_two_cont_btn2{white-space: nowrap;overflow-y: hidden;overflow-x: scroll;height: 100%;}
.phoneindex_two_cont_btn2 button{outline: none;padding: 0 10px;}
.phoneindex_two_cont_btn_item{height: 100%;margin-right: 30px;border: none;background-color: white;border: 1px solid #eec08c;font-size: 15px;border-radius: 5px;}
.phoneindex_two_cont_btn2 :nth-child(1){margin-left: 30px;}
/* .active{background-color:#b06cdd;color: white;} */
/* 小点点 */
.phoneindex_two_cont2{width: 100%;height: 10%;padding: 3px 0px;}
.phoneindex_two_cont2_item{width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;border-top: 6px dotted #5e1984;border-bottom: 6px dotted #5e1984;height: 10px;}

/* 第三块 */
.phoneindex_three{width: 100%;padding: 0px 10px;padding-top: 80px;}
.phoneindex_three_cont{width: 100%;background: white;border: 2px solid #eec08c;position: relative;border-radius: 8px;}
/* 戏曲万花筒标题 */
.phoneindex_three_conttitle{width: 100%;position: absolute;height: 15%;top: -13%;left:0px;display: flex;align-items: center;justify-content: center;}
.phoneindex_three_conttitle img{width: 80%;}
/* 中间整块内容 */
.phoneindex_pcindex_three_cont1{width: 100%;height: 90%;}
.phoneindex_pcindex_three_cont2{width: 100%;height: 100%;}
.phoneindex_three_cont_title{width: 100%;}
.phoneindex_three_cont_title>div{width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;color:#b00002;font-size: 15px;padding-top: 20px;}
/* 四块内容 */
.phoneindex_pcindex_three_cont3{width:100%;}
.phoneindex_pcindex_three_cont1item{white-space: nowrap;overflow-y: hidden;overflow-x: scroll;width: 100%;padding-top: 5%;padding-left: 10%; }
.phoneindex_pcindex_three_cont1item a{display: inline-block;width: 90%;height: 100%;margin-bottom: 3%;margin-right: 10%;}
.phoneindex_threecont_fourcont1_item1{width: 100%;height: 100%;border: 1px solid #eec08c;font-size: 20px;border-radius: 5px;position: relative;display: flex;justify-content: center;}
.phoneindex_threecont_fourcont1_item1 img{width: 100%;height: 100%;}
.phoneindex_threecont_fourcont1_itemtitle{position:absolute;top: 20%;width: 100%;display: flex;justify-content: center;align-items: center;}
.phoneindex_threecont_fourcont1_itemtitle img{width:80%;}
.phoneindex_threecont_fourcont1_itemtitle span{display: inline-block;position: absolute;font-size: 15px;color: white;}
/* 小点点 */
.phoneindex_three_cont2{width: 100%;height: 3%;padding: 3px 0px;}
.phoneindex_three_cont2_item{width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;border-top: 6px dotted #5e1984;border-bottom: 6px dotted #5e1984;height: 10px;}
/* 第四块 */
.phoneindex_four_content{border:2px solid #fddb77;border-radius:10px;background:#fff;padding:30px 0;}
.phoneindex_four_content img{ margin:0 !important; width:80% !important;}
.mobile_four_left_img{width:60%;padding:12px;}
.mobile_four_left_img>a{display:flex;justify-content:center;align-items:center;}
.mobile_four_left_img img{width:100%;}
.mobile_four_right_img{width:40%;display:flex;flex-direction:column;justify-content:space-around;}
.mobile_four_right_img>a{padding:5px 0;}
.phoneindex_four{width: 100%;padding: 0px 10px;padding-top: 80px;}
.phoneindex_four_cont{width: 100%;background: white;position: relative;}
/* 戏曲万花筒标题 */
.phoneindex_four_conttitle{width: 100%;position: absolute;height: 15%;top: -13%;left:0px;display: flex;align-items: center;justify-content: center;}
.phoneindex_four_conttitle img{z-index: 1;width: 80%;}
/* 中间整块内容 */
.phoneindex_four_cont1{width: 100%;height: 100%;}
.phoneindex_four_cont1 img{width: 100%;height: 100%;position: relative;}
.phoneindex_four_cont1_cont1{width: 100%;height: 100%;position: absolute;top: 0px;left: 0px;}
.phoneindex_four_cont1_cont1_title{height: 12%;display: flex;align-items: center;justify-content: center;padding-top: 20px;color:#5e1984;}
.phoneindex_four_cont1_cont1_title span{display: inline-block;background-color: white;font-size: 15px;}
.phoneindex_four_cont1_cont1_pic{width: 100%;height: 100%;position: relative;display: flex;align-items: center;}
.phoneindex_four_cont1_cont1_pic img{width: 70%;height: 80%;margin: 0px 15%;}
.phoneindex_four_yun{position: absolute;top: 2%;left: -5%;}
.phoneindex_four_yun img{width: 30%;height: 80%;}
/* 第五块 */
.phoneindex_five_content{border:2px solid #fddb77;border-radius:10px;background:#fff;padding:30px 0;display:flex}
.phoneindex_five_content img{ margin:0 !important; width:80% !important;}
.mobile_five_left_img{width:60%;padding:12px}
.mobile_five_left_img img{width:100%;}
.mobile_five_left_img>a{display:flex;justify-content:center;align-items:center;}
.mobile_five_right_img{width:40%;display:flex;flex-direction:column;justify-content:space-around;}
.mobile_five_right_img>a{padding:5px 0;}
.phoneindex_five{width: 100%;padding: 0px 10px;padding-top: 80px;padding-bottom: 50px;}
.phoneindex_five_cont{width: 100%;background: white;border: 2px solid #eec08c;position: relative;}
/* 戏曲万花筒标题 */
.phoneindex_five_conttitle{width: 100%;position: absolute;height: 15%;top: -13%;left:0px;display: flex;align-items: center;justify-content: center;}
.phoneindex_five_conttitle img{width: 80%;}
/* 中间整块内容 */
.phoneindex_pcindex_five_cont1{width: 100%;height: 90%;}
.phoneindex_pcindex_five_cont2{width: 100%;height: 100%;}
.phoneindex_five_cont_title{width: 100%;}
.phoneindex_five_cont_title>div{width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;color: #b00002;font-size: 15px;padding-top: 20px;}
/* 四块内容 */
.phoneindex_pcindex_five_cont3{width:100%;}
.phoneindex_pcindex_five_cont1item{width: 100%;padding-top: 5%;padding-left: 10%;white-space: nowrap;overflow-y: hidden;overflow-x: scroll; }
.phoneindex_pcindex_five_cont1item a{display: inline-block;width: 90%;height: 100%;margin-bottom: 3%;margin-right: 10%;}
.phoneindex_five_cont_fourcont1_item1{width: 100%;height: 100%;border: 1px solid #eec08c;font-size: 15px;border-radius: 5px;margin-bottom: 5px;position: relative;}

.phoneindex_five_common_video{width: 100%;height: 90%;}
.phoneindex_five_common_video img{width: 100%;height: 100%;}
.phoneindex_five_common_cont{width: 90%;height: 10%;display: flex;align-items: center;justify-content: center;margin: 0px 5%;}
.phoneindex_five_common_cont span{ display: inline-block;width: 100%;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;color: #333;} 
/* 小点点 */
.phoneindex_five_cont2{width: 100%;height: 3%;padding: 3px 0px;}
.phoneindex_five_cont2_item{width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;border-top: 6px dotted #5e1984;border-bottom: 6px dotted #5e1984;height: 10px;}

/* 第九块 */
	.phoneindex_nine>img{text-align: center;width: 100%;}
@media  screen and (max-width:768px) {
    .phoneindex_two_conttitle{top:-17%}
    .phoneindex_three_conttitle{top:-17%}
    .phoneindex_five_conttitle{top:-17%}
    .phoneindex_two_cont_title>div{color:#b2be61}
    .phoneindex_three_cont_title>div{color:#b2be61}
    .phoneindex_five_cont_title>div{color:#b2be61}
	/* 第二块 */
	.phoneindex_two_cont_vedio {padding: 0px 15px;} 
	.phoneindex_two{padding-top: 60px;}
	.phoneindex_two_cont_btn2 :nth-child(1){margin-left: 15px;}
	.phoneindex_two_cont2_item{border-top: 4px dotted #5e1984;border-bottom: 4px dotted #5e1984;}
	.phoneindex_two_cont_btn_item{margin-right: 15px;}
	/* 第三块 */
	.phoneindex_three{padding-top: 60px;}
	.phoneindex_three_cont2_item{border-top: 4px dotted #5e1984;border-bottom: 4px dotted #5e1984;}
	/* 第四块 */
	.phoneindex_four{padding-top: 60px;}
	/* 第五块 */
	.phoneindex_five{padding-top: 60px;}
	.phoneindex_five_cont_title{
		opacity: 1;
	}
	.phoneindex_five_cont2_item{border-top: 4px dotted #5e1984;border-bottom: 4px dotted #5e1984;}
	
	
}
@media screen and (min-width:768px) and (max-width:992px){
	/* 第二块 */
	.phoneindex_two{padding-top: 120px!important;}
	.phoneindex_two_cont_vedio {padding: 0px 30px;} 
	.phoneindex_two_cont2_item{height:15px;}
	.phoneindex_two_cont_title>div{font-size: 20px;}
	.phoneindex_two_cont_btn_item{font-size: 20px;margin-right:30px;}
	.phoneindex_two_cont_btn2 :nth-child(1){margin-left:30px;}
	/* 第三块 */
	.phoneindex_three{padding-top: 120px!important;}
	.phoneindex_three_cont2_item{height:15px;}
	.phoneindex_pcindex_three_cont1item a{margin-bottom: 5%;}
	.phoneindex_three_cont_title>div{font-size: 20px;}
	.phoneindex_threecont_fourcont1_itemtitle img{width: 60%;}
	.phoneindex_threecont_fourcont1_itemtitle span{font-size: 20px;}
	/* 第四块 */
	.phoneindex_four{padding-top: 120px!important;}
	.phoneindex_four{padding-top: 120px!important;}
	.phoneindex_four_cont1_cont1_title span{font-size: 20px;}
	.phoneindex_four_yun{top: 5%;left: 0%;}
	.phoneindex_four_yun img{width: 60%;height: 80%;}
	/* .phoneindex_three_cont2_item{height:15px;} */
	/* 第五块 */
	.phoneindex_five{padding-top: 120px!important;}
	.phoneindex_five_cont_title>div{font-size: 20px;}
	.phoneindex_five_cont2_item{height:15px;}
	.phoneindex_five_cont_fourcont1_item1{font-size: 20px;}
	.phoneindex_five_common_cont span{font-size: 20px;}
}
@media screen and (min-width:992px) and (max-width:1024px){
	/* 第二块 */
	.phoneindex_two{padding-top: 120px!important;}
	.phoneindex_two_cont2_item{height:15px;}
	.phoneindex_two_cont_title>div{font-size: 20px;}
	.phoneindex_two_cont_btn_item{font-size: 20px;}
	/* 第三块 */
	.phoneindex_three{padding-top: 120px!important;}
	.phoneindex_three_cont2_item{height:15px;}
	.phoneindex_pcindex_three_cont1item a{margin-bottom: 5%;}
	.phoneindex_three_cont_title>div{font-size: 20px;}
	.phoneindex_threecont_fourcont1_itemtitle img{width: 60%;}
	.phoneindex_threecont_fourcont1_itemtitle span{font-size: 20px;}
	/* 第四块 */
	.phoneindex_four{padding-top: 120px!important;}
	.phoneindex_four_cont1_cont1_title span{font-size: 20px;}
	.phoneindex_four_yun{top: 5%;left: 8%;}
	.phoneindex_four_yun img{width: 60%;height: 80%;}
	/* 第五块 */
	.phoneindex_five{padding-top: 120px!important;}
	.phoneindex_five_cont_title>div{font-size: 20px;}
	.phoneindex_five_cont2_item{height:15px;}
	.phoneindex_five_cont_fourcont1_item1{font-size: 20px;}
	.phoneindex_five_common_cont span{font-size: 20px;}
}

/* 温馨提示窗口 */
#wxts{
    display: flex;
    flex-direction: cloum;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    padding: 35px;
}
#wxts>p{
padding: 5px 0;
}
.wxts_title{
font-size: 30px;
color: red;
}
.pcindex_four_conts{width: 100%;position:absolute;}
.phoneindex_end{
	text-align: center;
}