*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    position: relative;
    font-family: -apple-system,BlinkMacSystemFont,PingFangSC-Regular,"PingFang SC","Microsoft YaHei","Helvetica Neue",Helvetica,Arial,sans-serif;
    background-color: #fff;
    color: #40404c;
    font-size: 14px;
    
}
h2 {
    font-family: PingFangSC-Medium;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    color: #40404c;
    letter-spacing: 0;
    position: relative;
    padding-left: 16px;
    display: inline-block;
}
/* 版心 */
.wrapper{
    width: 1080px;
    margin: 0 auto;
}
ul {
    list-style: none;
}
a{
    text-decoration: none;
    cursor: pointer;
}
.clearfix ::before,.clearfix ::after{
    content: '';
    display: table;
}
.clearfix:after{
    clear: both;
    height: 0;
    visibility: hidden;
}
.header{
    width: 100%;
    height: 60px;
    display: inline-block;
    margin: 0 -183px 0 0;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.1);
    background-color:white;
}
.neilong {
    height: 60px;
}
.logo {
    width: 154px;
    height: 60px;
    float: left;
    background-image: url(./images/logo.png.png) ;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.nav-list li{
    float: left;
    width: 80px;
    text-align: center;
    margin-left: 5px;
}
.nav-list li a{
    display: inline-block;
    height: 60px;
    line-height: 60px;
    color: #717174;
    transition: border-bottom 0.3s;
}
.nav-list li a:hover{
    border-bottom: 3px solid #f86442 ;
    color: #40404c;
    font-size: 16px;
}
.nav-list :nth-child(2) ::after {
    content: '^';
    position: relative;
    left: 5px;
    text-indent: -99999px;
    overflow: hidden;
    width: 7px;
    height: 7px;
    border: 1px solid #ccc;
    transform: rotate(135deg);
    display: inline-block;
    border-left: 0;
    border-bottom: 0;
    top: -2px;
    transition: transform .3s ease-in-out
}
.search{
    display: inline-block;
    width: 360px;
    height: 40px;
    margin-left: 5px;
    margin-top: 10px;
    position: relative;
}
.search input{
    list-style: none;
    padding: 10px 70px 10px 20px;
    width: 100%;
    height: 40px;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    background-color: #fff;
    border: 1px solid #f86442;
    border-radius: 54px;
}
.bottom  {
    display: inline-block;
    width: 60px;
    height: 40px;
   background-size: 20px 20px;
    border-radius: 0 54px 54px 0;
    cursor: pointer;
    background: linear-gradient(to left, #fc8467, #feb47b);
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    padding-top: 10px;
    border: 1px solid #f86442;
    border-left: 0;
  }
  .bottom img{
    width: 20px;
    height: 20px;
  }
  .user {
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .user-list{
        width: 380px;
        height: 10px;
        line-height: 10px;
        
        /* position: relative; */
        
  }
 .user-list li{
    display: inline-block;
    color: #72727b;
    font-size: 8px;
  
}
.user-list li a {
    display: inline-block;
    color: #72727b;
    font-size: 12px;
 
    width: 60px;

}
.user-list li a:nth-last-child(1){
    width: 37px;
}

  .tu1 img{
    width: 10px;
    height: 20px;
    position: absolute;
    top: 0px;
    left: 20px;
 }
 .tu2 img{
    width: 10px;
    height: 20px;
    position: absolute;
    top: 0px;
    left: 82px;
 }
 .tu3 img{
    width: 10px;
    height: 20px;
    position: absolute;
    top: 0px;
    left: 145px;
 }
 .tu4 img{
    width: 10px;
    height: 20px;
    position: absolute;
    top: 0px;
    left: 210px;
  }

 .tu5 img{
    width: 37px;
    height: 35px;
    border-radius: 20%;
    margin-left: 10px;
    position: absolute;
    top: 0px;
    left: 250px;
    
 }
 .user-list p {
    width: 50px;
    height: 12px;
    line-height: 35px;
    font-size: 3px;
    margin-top: 2px;
    text-align: center;
 }
 .main {
    padding-top: 20px;
  }
 /* banner样式 */
 .banner {
    position: relative;
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
  }
  
  .banner .banner-list {
    position: relative;
    z-index: 8;
    width: 100%;
    height: 100%;
  }
  
  .banner .banner-list .banner-item {
    position: absolute;
    top: 0;
    left: 165px;
    z-index: 1;
    width: 750px;
    height: 300px;
    overflow: hidden;
    border-radius: 10px;
    transition: all 0.5s;
  }
  .banner .banner-list .banner-item.left {
    z-index: 0;
    transform: translate(-160px) scale(0.8);
    transform-origin: left center;
    position: relative;
  }
  
  .banner .banner-list .banner-item.right {
    z-index: 0;
    transform: translate(160px) scale(0.8);
    transform-origin: right center;
  }
  
  .banner .banner-list .banner-item a img {
    width: 100%;
    height: 100%;
    vertical-align: bottom;
  }
  .box0{
	height: 150px;
	margin-bottom: 5px;
    
	
	
}
.box01{
	display: inline-block;
    padding-left: 0;
    text-align: center;
    margin-right: 16px;
    margin-top: 1px;
}
.box01 .box03{
	font-family: PingFangSC-Medium;
    line-height: 1.4;
    color: #40404c;
    display: inline-block;
    margin: 10px 42px auto;
    position: relative;
}
.box01 .box031{
    font-family: PingFangSC-Medium;
    line-height: 1.4;
    color: #40404c;
    display: inline-block;
    margin-top: 1px;
    position: relative;
}
.box02 {
   float: right;
    height: 62px;
    padding: 20px 0 20px 0;
    /* display: inline-block; */
}
.box02 .one {
    width: 206px;
    height: 31px;
    vertical-align: top;
    display: inline-block;
    position: relative;
    font-family: PingFangSC-Medium;
    font-size: 14px;
    color: #40404c;
    letter-spacing: 0;
    font-weight: 400;
    line-height: 1.4;
}
.box04 {
    float: left;
}
.box03 .c1{
	display: block;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: 100%;
    margin: auto;}
.box031 .c5{
	display: block;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: 100%;
    margin: auto;
}
 .c2{
    vertical-align: middle;
	
}
.box04 .c6{
	font-family: PingFangSC-Medium;
	    font-size: 14px;
	    color: #40404c;
	    letter-spacing: 0;
	    font-weight: 400;
	    line-height: 1.4;
		text-align: left;
		/* word-spacing: 16px; */
}
.xiao {
    font-size: 13px;
    color: rgb(110, 110, 110);
}
.box02 .d1{
	color: #f86442;
    width: 2px;
    height: 5px;
	
}
.all {
    width: 1080px;
    margin: 20px auto 0;
    overflow: hidden;
}
.all-left{
    width: 900px;
    float: left;
}
.all-left:hover{
    color: #f86442;
}
.box1{
    margin-bottom: 20px;
	}
.boxall {
    z-index: 0;
    position: relative;
    width: 800px;
}
.box1biaoti {
    margin-bottom: 20px;
    overflow: hidden;
}
.box1biaoti  .wenzi1{
    font-family: PingFangSC-Medium;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    color: #40404c;
    letter-spacing: 0;
    position: relative;
    padding-left: 16px;
    display: inline-block;
}
.box1biaoti ::after{
    content: '';
    position: absolute;
    display: inline-block;
    width: 5px;
    height: 15px;
    left: 0;
    top: 6px;
    border-radius: 6px;
    background-color: #f86442;
}
.huanyipi {
    float: right;
    padding-top: 5px;
    padding-right: 20px;
}
.huanyipizongti {
    cursor: pointer;
    font-size: 14px;
    margin-right: 16px;
}
.huanyipi .xuanhuan img {
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    right: 20px;
    top: 26px;
  
   
}
.huanyipi p {
    margin-right: 10px;
    vertical-align: -3px;
    font-size: 16px;
}
.tupianall  a{
    width: 800px;
    height: 190px;
    gap: 20px;
}
.tupianall img {

    width: 145.59px;
    height: 145.59px;
    border-radius: 10px;
}
 .aa {
    font-size: 14px;
    text-align: justify;
    color: #40404c;
}
 .bb {
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    max-width: 100%;
    font-size: 14px;
    line-height: 1.4;
    color: #a3a3ac;
}
 .aa:hover {
    color: #f86442;
}
 .bb:hover{
    color: #f86442;
}
.box23 a img 
.box22{

}
.box11{
	width:900px;
	height: 260px;
	
	float: left;
	margin-right: 2px;
}
.box11 .pc{ 
	font-size: 20px;
	font-family: 宋体;
	word-spacing: 700px;
}
.box13 .b5{width: 100px;
height: 50px;
margin-left: 70px;
margin-bottom: 40px;
	
}
.radio{
	width:170px;
	height:185px;
	margin-right: 8px;
	margin-top: 2px;
	box-sizing: border-box;
	float:left;
	
}
.radio .ll{
	
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
		font-size: 14px;
		color: #40404c;
		
}
.radio .radio1{
	width: 140px;
	height: 140px;
	padding-left: 5px;
	

}
.box1{
	height: 260px;
	width: 100%;
	margin-bottom: 20px;

}

.radio{
	width:170px;
	height:185px;
	margin-right: 8px;
	margin-top: 2px;
	box-sizing: border-box;
	float:left;
	
}
.radio .ll{
	
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
		font-size: 14px;
		color: #40404c;
		
}
.radio .radio1{
	width: 140px;
	height: 140px;
	padding-left: 5px;
	

}

.title .headleft {
    float: left;
    width: 96px;
    height: 28px;
}
.title .headleft p{
    line-height: 28px;
    padding-right: 20px;
    display: inline-block;
    font-size: 16px;
    color: #72727b;
    position: relative;
    left: 825px;
    top: -25px;
}
.title .hang{
    display: flex;
    align-items: center;
    float: left;
    line-height: 2;
    color: #000;
    margin-left: 20px;


}
.title hang1{margin-left: 20px;
    float: left;
    padding-left: 20px;
   
   
}
.title .hang a {
    float: left;
    color: #474040;
}
.hang .hang1 span {
    float: left;
    color: #a3a3ac;
    padding: 0 10px;
    height: 3px;

}
.weiyi .radio .radio1 {
    width: 145.59px;
    height: 145.59px;
    border-radius: 10px;
    /* float: left;
    margin-right: 20px; */
}
.clear {
    width: 145.59px;
    height: 145.59px;
    border-radius: 10px;
    float: left;
}
.place {
    width: 145.59px;
    height: 145.59px;
    border-radius: 10px;
    float: left;
}
.weiyi {
    position: relative;
    top: -118px
}
.headshu {
    margin-bottom: 10px;
}
.box11 {
    margin-bottom: 96px
}
.rebo {
    width: 900px;
    float: left;
   
}
.rebohead {
    width: 240px;
    display: flex;
    justify-content: space-between;
}
.rebohead .quanbu {
    color: #101004;
    font-size: large;
    height: 28px;
    line-height: 28px;
}
.rebo1 {
    width: 240px;
    height: 80px;
    background-color: #faf5f5;
}
.right {
    float: right;
    position: relative;
    right: 100px;
    top: -3209px;
}

.box12 .box13{
	width: 280px;
	height: 126px;
	margin-bottom:20px;
	background-color: #fdcca7;
    border-radius: 10px;
}

.box13 .a2{
	    color: #72727b;
	    margin-top: -35px;
		font-size: 18px;
		text-align: center;
	
}
.box13 .a3{
	width: 50px;
	height: 50px;
}
.box13 .box15{
	width: 280px;
	height: 70px;
	
}
.box12 .box14{
	width: 280px;
	height:105px;

}
.box14 .b6{
	width: 72px;
	height: 72px;
	float: right;
}
.box14 .b7{
	font-family: PingFangSC-Medium;
	    font-size: 20px;
	    color: #333;
	    margin-top: 8px;
	    display: inline-block;
	}
.box14 .b8{
	font-family: PingFangSC-Medium;
	    font-size: 20px;
	    color: #fc5832;;
	    margin-top: 8px;
	    display: inline-block;
}
.box14 .b9{
	font-size: 14px;
	    color: #72727b;
	    margin-top: 4px;
	    letter-spacing: -1px;
		line-height: 2px;

}
.box22{
	width: 280px;
	height:448px;
	float: right;
    position: relative;
    top : 90px;
    
	
}
.box23{
	width: 280px;
	height:275px;
	
	margin-top: 20px;
}
.box231{
	width: 280px;
	height:275px;
	position: relative;
    top: 599px;
    left:300px;
	margin-top: 20px;
}
.box24{
	width: 280px;
	height: 135px;
	
	margin-top:285px;
}
.box25{
	width: 280px;
	height: 80px;
	
	margin-bottom: 4px;
}
.a6{
	width: 80px;
	height: 80px;
	float: left;
}
 .a7{
	text-overflow: ellipsis;
	    white-space: nowrap;
	    overflow: hidden;
	    font-size: 14px;
	    line-height: 20px;
	    max-width: 100%;
	    color: #40404c;
	    font-weight: 700;
		padding-top: 2px;
}
.a8{
	text-overflow: ellipsis;
	    white-space: nowrap;
	    overflow: hidden;
	    font-size: 14px;
	    line-height: 1.4;
	    max-width: 100%;
	    color: #a3a3ac;
	    margin-top: 3px
		
}
.a9{
	font-family: PingFangSC-Medium;
	    font-size: 20px;
	    line-height: 1px;
	    color: #333;
	}
    .a91 {
        font-family: PingFangSC-Medium;
	    font-size: 20px;
	    line-height: 1px;
	    color: #333;
    }
.aq{
	text-overflow: ellipsis;
	    white-space: nowrap;
	    overflow: hidden;
	    font-size: 14px;
	    line-height: 20px;
	    max-width: 100%;
	    color: #40404c;
	    font-weight: 700;
		line-height: 25px;
}
.aw{
	text-overflow: ellipsis;
	    white-space: nowrap;
	    overflow: hidden;
	    font-size: 14px;
	    line-height: 20px;
	    max-width: 100%;
	    color: #40404c;
	    font-weight: 700;
		line-height: 25px;
}
.aq{
	text-overflow: ellipsis;
	    white-space: nowrap;
	    overflow: hidden;
	    font-size: 14px;
	    line-height: 20px;
	    max-width: 100%;
	    color: #40404c;
	    font-weight: 700;
		line-height: 17px;
}
.ae{
	text-overflow: ellipsis;
	    white-space: nowrap;
	    overflow: hidden;
	    font-size: 14px;
	    line-height: 20px;
	    max-width: 100%;
	    color: #40404c;
	    font-weight: 700;
		line-height: 17px;
}


.box24 .box26{
	width: 280px;
	height: 40px;
	
}

.denglu {
    position: relative;
    left: 280px;
    top: 73px;

}
.a91 {
    position: relative;
    top: -26px;
}
.box42{
	width: 280px;
	height: 448px;
	float: right;
}
.a92 {
    font-family: PingFangSC-Medium;
	    font-size: 20px;
	    line-height: 1px;
	    color: #333;
}
.box42 {
    position: relative;
    top: -1710px;
    left: 482px;

}
.box52{
	width: 280px;
	height: 448px;
	float: right;
    position: relative;
    top: 257px;

}
.box62{
	width: 280px;
	height: 448px;
	float: right;
	position: relative;
    top: 366px;
}
.cover {
    width: 250px;
    height: 101px;
    background-color: white;
    position: relative;
    top: -92px;
    left: 337px;
}
.cover1{
    width: 900px;
    height: 80px;
}
.footer {
    padding: 20px 0;
    text-align: center;
}

.footer-top {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px;
}

.item img {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
}

.download-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}

.mobile-download,
.pc-download {
    background-color: #ff4500;
    color: white;
    padding: 10px 20px;
    border-radius: 20px;
    text-decoration: none;
    margin: 10px 10px;
}

.mobile-download {
    margin-right: 20px;
}

.footer-middle p {
    margin: 5px 0;
    font-size: 12px;
}

.footer-bottom a {
    color: black;
    text-decoration: none;
    margin: 0 10px;
}
.footer-top {
    margin: 0 auto;
}
.footer-top {
    background-color: white;
    padding: 20px 0;
    text-align: center;
    position: relative;
    left: 270px;

}
.all left {
    position: relative;
    top: 20px;
}