    * {
        padding: 0;
        margin: 0;
        list-style: none;
    }
    
    .body {
        width: 100%;
        height: auto;
    }
    
    a {
        text-decoration: none;
    }
    
    .contant {
        width: 83%;
        margin: 0 auto;
        height: auto;
    } 
    .xwdt {
        float: left;
        width: 100%;
        height: 150px;
        border: 1px solid #979797;
        margin-top: 40px;
        background: #f6f6f6;
    }
    
    .xwdt img {
        float: left;
            margin-left: 5%;
            margin-top: 2.2%;
            height: 64%;
    }
	
	.word{
		width: 78%;
		display: block;
		margin-right: 5%;
		float: right;
		margin-top: 14px;
	}
    
    .wordTitle {
        width: 100%;
        height: auto;
        font-size: 26px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #1A6BCF;
        line-height: 50px;
        /*margin-left: 10%;*/
		display: block;
	  word-wrap: break-word; /*强制换行*/
	  overflow: hidden; /*超出隐藏*/
	  text-overflow: ellipsis;/*隐藏后添加省略号*/
	  white-space: nowrap;/*强制不换行*/
        text-align:center;
    }
    
    .wordShow {
        width: 100%;
		height: auto;
		font-size: 18px;
		font-family: PingFangSC-Regular, PingFang SC;
		font-weight: 400;
		color: #333333;
		line-height: 28px;
		/*margin-top: 10px;*/
		display: block;
		text-indent: 2rem;
	  display:-webkit-box;
	  overflow: hidden; /*超出隐藏*/
	  text-overflow: ellipsis;/*隐藏后添加省略号*/
	  -webkit-box-orient:vertical; 
	  -webkit-line-clamp:2; //想显示多少行
    }
    
    .lunbopic img {
        margin-top: 50px;
    }
    
    .slideBox {
            width: 100%;
            height: 50%; 
           overflow: hidden;
           position: relative;
          margin-top: 260px
    }
    
    .slideBox .hd {
        height: 20px;
        overflow: hidden;
        position: absolute;
        right: 2%;
        bottom: 10px;
        z-index: 1;
    }
    
    .slideBox .move {
        position: absolute;
            width: 98%;
            height: 80px;
			line-height: 80px;
            background: rgba(0, 0, 0, 0.6);
            bottom: 0px;
            left: 0px;
            z-index: 2;
			padding-left: 2%;
    }
    
    .slideBox .move span {
        width: 80%;
        font-size: 20px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #FFFFFF;
		display: block;
		  word-wrap: break-word; /*强制换行*/
		  overflow: hidden; /*超出隐藏*/
		  text-overflow: ellipsis;/*隐藏后添加省略号*/
		  white-space: nowrap;/*强制不换行*/
    }
    
    .slideBox .hd ul {
        overflow: hidden;
        zoom: 1;
        float: left;
    }
    
    .slideBox .hd ul li {
        float: left;
        margin-right: 8px;
        width: 10px;
        height: 10px;
        line-height: 20px;
        text-align: center;
        background: #fff;
        cursor: pointer;
        list-style: none;
        border-radius: 5px;
    }
    
    .slideBox .hd ul li.on {
        background: #f00;
        color: black;
    }
    
    .slideBox .bd {
        position: relative;
        height: 100%;
        z-index: 0;
        margin-top: 40px;
    }
    
    .slideBox .bd li {
        zoom: 1;
        vertical-align: middle;
    }
    
    .slideBox .bd img {
        width: 100%;
        height: 430px;
        display: block;
    }
    /* 下面是前/后按钮代码，如果不需要删除即可 */
    
    .slideBox .prev,
    .slideBox .next {
        position: absolute;
        top: 50%;
        left: 0.1%;
        margin-top: -20px;
        display: block;
        width: 45px;
        height: 70px;
        filter: alpha(opacity=50);
        opacity: 0.5;
        color: #fff;
        font-size: 40px;
        text-decoration: none;
        background-color: #64625a;
    }
    
    .slideBox .prev .pre {
        line-height: 70px;
        text-align: center;
    }
    
    .slideBox .next .nex {
        line-height: 70px;
        text-align: center;
    }
    
    .slideBox .next {
        left: auto;
        right: 0.1%;
        background-position: 8px 5px;
    }
    
    .slideBox .prev:hover,
    .slideBox .next:hover {
        filter: alpha(opacity=100);
        opacity: 1;
    }
    
    .slideBox .prevStop {
        display: none;
    }
    
    .slideBox .nextStop {
        display: none;
    }
    .newContant{
		width: 100%;
		margin: 0 auto;
	}
    .xwdt2 {
        width: 100%;
        height: 47px;
        border-bottom: 1px solid #e8e8e8;
        margin-top: 40px;
    }
    
    .tip {
        float: left;
        width: 118px;
        height: 35px;
        font-size: 26px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #0069EA;
        line-height: 37px;
        border-bottom: 4px solid #0069EA;
        padding-bottom: 10px;
    }
    
    .tips {
        float: right;
        width: 30px;
        height: 30px;
        background: #0069EA;
        overflow: hidden;
        margin-left: 1567px;
        color: #fff;
        line-height: 30px;
        text-align: center;
        margin-top: -41px;
    }

   .tips a{color:#fff;}
    
    .xwdt3 {
        width: 100%;
        height: 210px;
        margin-top: 16px;
        overflow: hidden;
    }
    
    .xwdt3-1 {
        float: left;
        width: 50%;
        height: 210px;
        border-right: 1px solid #e8e8e8;
    }
    
    .xwdt3-1-1 {
        width: 80%;
        float: left;
        font-size: 18px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        margin-top: 32px;
        color: #333333;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        /*加宽度width属来兼容部分浏览*/
    }
    
    .date-2 {
        float: right;
        width: 18%;
        font-size: 18px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #999999;
        text-align: center;
    }
    
    .xwdt3-a {
        line-height: 50px;
        overflow: hidden;
    }
    
    .date3 {
        float: right;
        width: 25px;
        height: 210px;
        font-size: 20px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        line-height: 28px;
        margin-top: -154px;
        margin-right: 65px;
        color: #999;
    }
    
    .date3 p {
        margin-top: 32px;
        color: #999;
    }
    
    .fl {
        width: 678px;
        height: 210px;
    }
    
    .xwdt3-2 {
        float: right;
        width: 48%;
        height: 210px;
        margin-left: 1%;
    }
    
    .fl {
        width: 678px;
        height: 210px;
        margin-left: -5%;
    }
    
    .date2 {
        float: right;
        width: 25px;
        height: 210px;
        font-size: 20px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        margin-top: -24%;
        margin-right: 4%;
    }
    
    .date2 p {
        margin-top: 32px;
        color: #999;
    }
    
    .fly {
        float: left;
        background: url(../images/fly.png) no-repeat;
        width: 100%;
        height: 263px;
        /*margin-top: -7%;*/
        background-size: 100% 100%;
    }
    
    
    
    .white1 {
        float: left;
        width: 100%;
        height: 95px;
        background: rgba(255, 255, 255, 0.38);
        border-radius: 0px 10px 10px 10px;
        backdrop-filter: blur(10px);
        margin: 0 auto;
    }
    
    .white1 input {
        width: 22%;
        height: 50px;
        background: #F6F6F6;
        border-radius: 10px;
        border: none;
        margin-left: 1%;
        margin-top: 20px;
        font-size: 18px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #999999;
        line-height: 33px;
        padding-left: 1%;
    }
    
    .fly1 {
        width: 100%;
        /*height: 190px;
        margin-top: 2%;*/
    }
    
    .white1 .search {
        float: right;
        width: 20%;
        height: 50px;line-height: 50px;
        background: #0069EA;
        border-radius: 10px;
        margin-top: 20px;
        margin-right: 34px;
		text-align: center;
    }
    
    .white1 .search span {
        width: 104px;        
        font-size: 18px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #FFFFFF;
    }
    
    .white1 .search a {
        text-decoration: none;
    }
    
	 .bluepic {
	     float: left;
	     width: 100%;
	     height: 214px;
	     margin-top: 30px;
	 }
 
	 .bluepic img {
	     width: 32%;
	 }
 
	 .bluepic .blue2 {
	     margin-left: 1.7%;
	 }
    .zcfg {
        float: left;
        margin-top: 40px;
        width: 100%;
        height: 47px;
        border-bottom: 1px solid #e8e8e8;
    }
    
    .xwdt4 {
        float: left;
        width: 100%;
        height: 210px;
        margin-top: 30px;
        /* background: pink; */
    }
    
    .xwdt4-1 {
        float: left;
        width: 50%;
        height: 210px;
        border-right: 1px solid #e8e8e8;
    }
    
    .xwdt4-1-1 {
        width: 80%;
        float: left;
        font-size: 18px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        margin-top: 32px;
        color: #333333;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        /*加宽度width属来兼容部分浏览*/
    }
    
    .xwdt4-1-1-1 {
        width: 80%;
        float: left;
        font-size: 18px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        margin-top: 20px;
        color: #333333;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        /*加宽度width属来兼容部分浏览*/
    }
    
    .date-1 {
        float: right;
        width: 18%;
        font-size: 18px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #999999;
        text-align: center;
    }
    
    .xwdt4-a {
        line-height: 50px;
        overflow: hidden;
    }
    
    .date3 {
        float: right;
        width: 25px;
        height: 210px;
        font-size: 20px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        line-height: 28px;
        margin-top: -154px;
        margin-right: 65px;
        color: #999;
    }
    
    .date3 p {
        margin-top: 32px;
        color: #999;
    }
    
    .fl {
        width: 678px;
        height: 210px;
    }
    
    .xwdt4-2 {
        float: right;
        width: 50%;
        height: 210px;
        margin-right: -3%;
    }
    /* .xwdt4-2 span {
        float: left;
        width: 627px;
        height: 30px;
        font-size: 20px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #333333;
        line-height: 28px;
        margin-top: 32px;
    } */
    
    .date4 {
        float: right;
        width: 25px;
        height: 210px;
        font-size: 20px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        margin-top: -154px;
        margin-right: 7%;
    }
    
    .date4 p {
        margin-top: 32px;
        color: #999;
    }
    
    .big {
        width: 100%;
        height: 188px;
    }
    
    .c1 {
        float: left;
        width: 31%;
        height: 188px;
        margin-left: 4%;
    }
    
    .c3 {
        float: left;
        width: 30%;
        height: 188px;
        margin-left: 4%;
    }
    
    .gsl {
        float: right;
        width: 100%;
        height: 47px;
        border-bottom: 1px solid #e8e8e8;
    }
    
    .tip1 {
        float: left;
        width: 118px;
        height: 35px;
        font-size: 26px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #0069EA;
        line-height: 37px;
        border-bottom: 4px solid #0069EA;
        padding-bottom: 10px;
    }
    
    .tips1 {
        float: right;
        width: 30px;
        height: 30px;
        background: #0069EA;
        overflow: hidden;
        margin-left: 469px;
        color: #fff;
        line-height: 30px;
        text-align: center;
        margin-top: -39px;
    }

   .tips1 a{color:#fff;}
    
    .gsl3 {
        width: 491;
        margin-top: 21px;
    }
    
    .gsl3-1 .gsl3-1-1 {
        margin-top: 21px;
    }
    /* .gsl3-1 span {
        float: left;
        height: 30px;
        font-size: 18px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        line-height: 28px;
        margin-top: 13px;
        color: #333333;
    }
     */
    
    .date1 {
        float: right;
        width: 25px;
        height: 116px;
        font-size: 20px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #333333;
        line-height: 28px;
        margin-top: -115px;
        margin-right: 25px;
    }
    
    .date1 span {
        float: left;
        margin-top: 23px;
        height: 21px;
        width: 49px;
        font-size: 18px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #999999;
        line-height: 25px;
        margin-right: -35px;
    }
    
    .date-1-1 {
        float: right;
        width: 20%;
        font-size: 18px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #999999;
        text-align: center;
        margin-top: 22px;
    }
    
    .zpl {
        float: left;
        width: 500px;
        height: 47px;
        border-bottom: 1px solid #e8e8e8;
        margin-left: 550px;
        margin-top: -313px;
    }
    /* .zpl3 {
        width: 1600px;
        height: 220px;
        margin-top: 171px;
    } */
    
    .zpl3-1 {
        width: 481px;
        height: 116px;
        /* border-right: 1px solid #e8e8e8; */
        margin-left: 550px;
    }
    
    .zpl3-1 .zpl3-1-1 {
        margin-top: -221px;
    }
    
    .zpl3-1 .zpl3-1-2 {
        margin-top: -178px;
    }
    
    .zpl3-1 .zpl3-1-3 {
        margin-top: -135px;
    }
    
    .zpl3-1 span {
        float: left;
        width: 530px;
        height: 30px;
        font-size: 18px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        line-height: 28px;
        margin-top: 13px;
        color: #333333;
    }
    
    .dat1 {
        float: right;
        width: 25px;
        height: 210px;
        font-size: 20px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #333333;
        line-height: 28px;
        margin-top: -220px;
        margin-left: 50px;
    }
    
    .dat1 span {
        margin-top: 23px;
        height: 21px;
        width: 49px;
        font-size: 18px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #999999;
        line-height: 25px;
        margin-right: -35px;
    }
    
    .dat1 .dat-1-1 {
        margin-top: 0px;
    }
    
    .zbl {
        float: left;
        width: 500px;
        height: 47px;
        border-bottom: 1px solid #e8e8e8;
        margin-left: 1100px;
        margin-top: -407px;
    }
    
    .zbl3-1 {
        width: 481px;
        height: 116px;
        /* border-right: 1px solid #e8e8e8; */
        margin-left: 1100px;
    }
    
    .zbl3-1 .zbl3-1-1 {
        margin-top: -337px;
    }
    
    .zbl3-1 .zbl3-1-2 {
        margin-top: -293px;
    }
    
    .zbl3-1 .zbl3-1-3 {
        margin-top: -249px;
    }
    
    .zbl3-1 span {
        float: left;
        width: 530px;
        height: 30px;
        font-size: 18px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        line-height: 28px;
        margin-top: 13px;
        color: #333333;
    }
    
    .da1 {
        float: right;
        width: 25px;
        height: 210px;
        font-size: 20px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #333333;
        line-height: 28px;
        margin-top: -334px;
        margin-right: 4px;
    }
    
    .da1 span {
        margin-top: 23px;
        height: 21px;
        width: 49px;
        font-size: 18px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #999999;
        line-height: 25px;
        margin-right: -35px;
    }
    
    .da1 .da-1-1 {
        margin-top: 0px;
    }
    
    .airportitle {
        float: left;
        width: 100%;
        height: 47px;
        border-bottom: 1px solid #e8e8e8;
        margin-top: 40px;
    }
    
    .wrap {
       /* float: left; */
        width: 100%;
        height: 500px;
        padding-top: 41px;
		display: flex;
		overflow: hidden;
    }
    
    .list {
        float: left;
        width: 100px;
        height: 500px;
        /* background-image: url(images/tyjc.png); */
        margin-left: 1%;
		position: relative;
		overflow: hidden;
		/*    width: 5%; */
		/*    display: block; */
    }
    
    .list:nth-child(1) {
        margin-left: 0;
        width: 58%;
    }
   
    
    .head {
        width: 100px;
        height: 500px;
        background: linear-gradient(135deg, #336AAF 0%, rgba(255, 255, 255, 0.4) 100%);
    }
	.headOne{
		position: absolute;
		left: 0;
		top: 0;
	}
    
    .head p {
        margin: 0;
        width: 24px;
        height: 248px;
        font-size: 24px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #FFFFFF;
        line-height: 31px;
        text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.5);
        padding: 28px 38px;
    }
    
    .member {
        float: left;
        width: 100%;
        /*height: 47px;*/
        border-bottom: 1px solid #e8e8e8;
        margin-top: 40px;
    }
    /* .membertitle {
        height: 30px;
    } */
    
    .tipm {
        float: left;
        width: 166px;
        height: 35px;
        font-size: 26px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #0069EA;
        line-height: 37px;
        padding-bottom: 10px;
    }
    
    .line {
        width: 118px;
        height: 4px;
        border-bottom: 4px solid #0069EA;
        margin-top: 41px;
    }
    
    .members {
       /* float: left; */
        width: 100%;
        height: 500px;
        margin-top: 40px;
		overflow: hidden;
		display: flex;
    }
    /* .members ul {
        overflow: hidden;
        width: 800px;
        height: 500px;
        background-color: blue;
    }
    
    .members ul li {
        float: left;
        width: 800px;
        height: 500px;
        background: url(images/m1.png)no-repeat 0 0;
    }
     */
    
    .wraper {
        /* float: left; */
        width: 100px;
        height: 500px;
        /* background-image: url(images/01.png); */
        margin-left: 1%;
		position: relative;
    }
    .wraperImg1{
		width: 100%;
	}
    .wraper:nth-child(1) {
        margin-left: 0;
        width: 39.7%;
    }
 
    
    .ztzl {
        float: left;
        width: 100%;
        /*height: 47px;*/
        border-bottom: 1px solid #e8e8e8;
        margin-top: 40px;
    }
    
    .ztzlitle {
        width: 118px;
        height: 46px;
        border-bottom: 4px solid #0069EA;
    }
    
    .picScroll-left ul {
        width: 100%;
        margin: 0 auto;
    }
    
    .picScroll-left ul li {
        margin-top: 31px;
    }
    
    .next {
        position: absolute;
        left:1%;
        top: 100px;
        display: block;
        width: 45px;
        height: 50px;
        filter: alpha(opacity=50);
        opacity: 0.5;
        color: #fff;
        font-size: 36px;
        text-decoration: none;
        background-color: #64625a;
        line-height:45px;
        text-align:center;
    }
    
    .prev {
        position: absolute;
        right: 2%;
        top: 100px;
        display: block;
        width: 45px;
        height: 50px;
        filter: alpha(opacity=50);
        opacity: 0.5;
        color: #fff;
        font-size: 36px;
        text-decoration: none;
        background-color: #64625a;
        line-height:45px;
        text-align:center;
    }
    
    .picScroll-left .prevv {
        line-height: 70px;
        text-align: center;
    }
    
    .prevv {
        line-height: 70px;
        text-align: center;
    }
    
    .prevv {
        left: auto;
        background-position: 8px 5px;
    }
    
    .prevv:hover,
    .nextt:hover {
        filter: alpha(opacity=100);
        opacity: 1;
    }
    
    .prevvStop {
        display: none;
    }
    
    .nexttStop {
        display: none;
    }
    
    
	
	

 .slideTxtBox .hd ul li {
	float: left;
	width: 260px;
	height: 58px;
	background: rgba(246, 246, 246, 0.2);
	border-radius: 10px 10px 0px 0px;
	backdrop-filter: blur(10px);
	margin-right: 17px;
	margin-top: 76px;
}

.slideTxtBox .hd ul li .white2img {
	width: 35px;
	height: 26px;
	background: url(../images/up.png) no-repeat;
	margin-top: 23px;
	margin-left: 63px;
	float: left;
}

.slideTxtBox .hd ul li .white1img {
	width: 35px;
	height: 26px;
	background: url(../images/downwhite.png) no-repeat;
	margin-top: 23px;
	margin-left: 63px;
	float: left;
}

.slideTxtBox .hd ul li span {
	width: 96px;
	height: 33px;
	font-size: 24px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 33px;
	float: left;
	margin-top: 15px;
	margin-left: 2%;
}
.slideTxtBox .hd ul li.on {
	float: left;
	width: 260px;
	height: 58px;
	background: rgba(255, 255, 255, 0.38);
	border-radius: 10px 10px 0px 0px;
	backdrop-filter: blur(10px);
	margin-top: 76px;
}

.slideTxtBox .hd ul li.on .white2img {
	width: 35px;
	height: 26px;
	background: url(../images/upblue.png) no-repeat;
	margin-top: 23px;
	margin-left: 63px;
}

.slideTxtBox .hd ul li.on .white1img {
	width: 35px;
	height: 26px;
	background: url(../images/down.png) no-repeat;
	margin-top: 23px;
	margin-left: 63px;
}


.slideTxtBox .hd ul li.on span {
	width: 96px;
	height: 33px;
	font-size: 24px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #0069EA;
	line-height: 33px;
	margin-top: 35px;
	float: left;
	margin-top: 15px;
	margin-left: 2%;
}

.search1{
    display: flex;
    align-items: center;
    justify-content: center;
}