body{
	background-color:#f5f6f6;we
}
.indexHead{
	width: 100%;
	height: 102px;
	background-color: #FFFFFF;
	position:fixed;
	top: 0;
	z-index: 999;
}
.indexHead_div{
	width: 1200px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}
.indexHead_left{
	color:#999999;
	font-size:13px;
	padding-top: 14px;
}
.indexHead_right{
	padding-top: 47px;
}
.indexHead_right .btn{
	width:114px;
	height:39px;
	font-size:14px;
	border-radius:4px;
	background-color: #FFFFFF;
	margin: 0px 6px;
}
.indexHead_right  .btn:focus{
	outline: aliceblue;
}
.indexBroadcast{
	width:1200px;
	height:400px;
	border-radius:8px;
	margin:10px auto;
	position: relative;
}
.swiper-container{
	width: 100%;
	height: 100%;
	border-radius:8px;
	position: absolute;
}
.swiper-pagination-bullet{
   background-color:#8d5f61;
}
.indexLogin{
	width:276px;
	height:351px;
	background-color:rgba(255, 255, 255, 0.8);
	border-radius:8px;
	position: absolute;
	z-index: 9;
	right: 20px;
	top:25px;
	padding: 15px 20px;
}
.indexLogin_title{
	width:68px;
	height:24px;
	font-family:PingFang SC;
	font-weight:700;
	color:#333333;
	font-size:17px;
}
.indexLogin_xian{
	width:25px;
	height:0px;
	border:1px solid;
	border-color:#333333;
	margin-top: 3px;
	margin-bottom: 22px;
}
.login_Input{
	width:236px;
	height:32px;
	background-color:#ffffff;
	border:1px solid #dddddd;
	border-radius:4px;
	margin-bottom: 10px;
}
.login_btn{
	width:236px;
	height:34px;
	background-color:#8d5f61;
	border-radius:4px;
	font-family:PingFang SC;
	color:#fffcfd;
	font-size:14px;
   border:none;
	margin-top: 12px;
}
.login_btn:focus{
	outline: aliceblue;
}
.indexView{
	width: 1200px;
	margin: 10px auto;
}
.indexViewTag{
	height: 143px;
	margin-bottom: 10px;
	display: flex;
	justify-content: space-between;
}
.indexViewTag .viewTag{
	width:294px;
	height:143px;
	background-color:#ffffff;
	border-radius:8px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.indexViewTag .viewTag .viewTagLeft{
	width:64px;
	height:64px;
	margin-right: 10px;
}
.indexViewTag .viewTag  .viewTagRight{
	color:#999999;
	font-size:14px;
}
.indexTable{
	width:1200px;
	height:365px;
	background-color:#ffffff;
	margin: 10px auto;
	display: flex;
}
.indexTable .table_left{
	width:262px;
	height:365px;
	background-color:rgba(252, 225, 225, 0.57);
	border-radius:8px 0px 0px 8px;
	position: relative;
}
.indexTable .table_left img{
	position: absolute;
	bottom: 0px;
	left: 5px;
}
.table_text{
	display: inline-block;
	font-family:PingFang SC;
	font-weight:700;
	color:#8d5f61;
	font-size:23px;
	margin-top: 33px;
	margin-left: 26px;
}
.indexTable .table_right{
	width: 938px;
	padding: 18px 12px;
}
.indexTable .table_right .table_view{
	width:100%;
	height:100%;
	border:1px solid;
	border-color:#efefef;
	border-radius:8px;
}
.indexTable .table_right .table_view .table_viewTh{
	height: 40px;
	background-color: #f9f5f2;
	display: flex;
	align-items: center;
	padding: 0px 20px;
	color:#333333;
	font-size:16px;
}
.indexTable .table_right .table_view .table_viewTh div{
	width: 218px;
}
.indexTable .table_right .table_view  .table_viewTr{
	height: 32px;
	display: flex;
	align-items: center;
	padding: 0px 20px;
	color:#333333;
	font-size:14px;
	border-bottom:1px solid #efefef;
}
.indexTable .table_right .table_view .table_viewTr div{
	width: 218px;
}
.indexTable .table_right .table_view  .table_viewTr:last-child{
	border: none;
}
.indexAbout{
	width:100%;
	height:334px;
	margin: 10px auto;
	background: url(../../img/shouye_new/indexAbout.png)no-repeat center;
	background-size: 100% 100%;
	text-align: center;
	position: relative;
}
.indexAbout_text{
	opacity:15%;
	height:148px;
	font-family:PingFang SC;
	font-weight:900;
	color:#5e3637;
	font-size:106px;
	padding-top:10px;
}
.indexAbout_float{
	position: absolute;
	top: 115px;
	width:150px;
	height:42px;
	font-family:PingFang SC;
	font-weight:900;
	color:#333333;
	font-size:30px;
	left:50%; 
   transform:translate(-50%,-50%);/*50%为自身尺寸的一半*/
}
.indexAbout_text2{
	padding-top:20px;
	width:1032px;
	font-family:PingFang SC;
	color:#333333;
	font-size:16px;
	line-height:34px;
	margin: 0 auto;
	text-align: left;
}
.indexAnimation{
	width: 1200px;
	height:418px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin:10px auto;
}
.animationDiv{
	width:393px;
	height:418px;
	background-color:#ffffff;
	border-radius:8px;
	padding: 35px 25px;
	position: relative;
}
.animationDiv .divText{
	color:#333333;
	font-size:14px;
	position: absolute;
	top: 25px;
	left: 35px;
	z-index: 99;
}
.animationDiv .divImg{
	text-align: center;
	margin: 0 auto;
	margin-top: 94px;
	width:232px;height:232px;
	border-radius:120px;
	background: #fce1e1;
}
.animationDiv .div_Img{
   position:absolute;left:0;top:0;right:0;bottom:0;
   margin:auto;
	opacity: 0;
}
.animationDiv:hover .div_Img{
    opacity: 1;
	 transition: opacity 0.5s, transform 0.5s;
	 transform: scale3d(2,2,2);
}
.animationDiv:hover .divText{
    color:#FFFFFF;
    transition: 0.3s;
}
.animationDiv:hover .divTextTag{
	background-color: #FFFFFF;
	transition: 0.3s;
}
.divTextTag{
	width:5px;
	height:21px;
	background-color:#f24d6b;
	border-radius:8px;
 
}
.indexImg{
	width: 1200px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}
.indexImg .indexImgLeft{
	width:397px;
	height:564px;
	background: url(../../img/shouye_new/indexImgLeft.png)no-repeat center;
	background-size: 100% 100%;
}
.indexImg .indexImgRight{
	width:791px;
	height:564px;
	background: url(../../img/shouye_new/indexImgRight.png)no-repeat center;
	background-size: 100% 100%;
}
.indexBottom{
	width: 100%;
	height:202px;
	background-color:#01172c;
	margin-top: 20px;
}
.indexBottomView{
	width: 1142px;
	margin: 0 auto;
}
 .indexBottomView .bottomViewTop{
	 height: 124px;
	 width: 1142px;
	 display: flex;
	 justify-content: space-between;
 }
 
 .indexBottomView .bottomViewTop .viewTopLeft{
	 color:#fff2f2;
	 font-size:14px;
	 position: relative;
 }
 .indexBottomView .bottomViewTop .viewTopLeft a{
	 color:#fff2f2;
 }

.indexBottomView .bottomViewTop .viewTopLeft a:hover{
	text-decoration:none;
	color: #0d8bf2;
}

  .indexBottomView .bottomViewTop .viewTopLeft .hideTheBox{
	 width:74px;
	 height:74px;
	 background-color:#ffffff;
	 border-radius:6px;
	 position: absolute;
	 right:-15px;
	 top: -35px;
	 opacity: 0; 
 }
 .indexBottomView .bottomViewTop .viewTopLeft .appHide:hover .hideTheBox{
 	 opacity: 1; 
 }
  .indexBottomView .bottomViewTop .viewTopRight{
	 color:#ffffff;
	 font-size:12px;
	 padding-top: 20px;
	 text-align: center;
	 padding-right:268px;
 }
.indexBottomView .bottomViewXian{
	width:1142px;
	height:0px;
	border:1px solid;
	border-color:#485867;
	margin-bottom: 18px;
}
.indexBottomView .bottomViewText{
	color:#ffffff;
	font-size:13px;
	text-align: center;
}

.indexBottomView .bottomViewText a{
	color: #fff;
	text-decoration: none;
}

.indexBottomView .bottomViewText a:hover{
	text-decoration: none;
}

.indexHead_right .btn{
	border:1px solid #dddddd;color:#5e3637;
}

.indexHead_right .btn:hover{
	background-color:#8d5f61;color:#ffffff;
}

