.homepage_top{
    width: 1200px;
    margin: 0 auto;
    /*height: 110px;*/
    display: flex;
    justify-content: space-between;
    align-items: center;
   
    
}
.homepage_top_pag{
    /*position: absolute;*/
    width: 100%;
    /*top: 0;*/
    /*z-index: 2;*/
}
.homepage_top_img{
    padding-left: 20px;
}
.homepage_top ul{
    display: flex;
}
.homepage_top ul .color{
  
    font-weight: 500;
    /* border-bottom: 1px solid #fff; */
  
}
.homepage_top ul .color::before{
    content:"";
	position:absolute;
	top:0;
	width:100%;
	height:100%;
	border-bottom:4px solid #FF9C00;
    left: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    margin-top: -4px;
}

.homepage_top ul li{
    color: #000;
    font-size: 22px;
    padding: 0 10px;
    line-height:84px;
    position: relative;
}
.cplpr_span>a{
    padding: 0 0 !important;
    color: #fff;
    font-size: 18px;
}
.homepage_top ul  .cplpr_span{
    padding:0 30px;
    background: #FF9C00;
    color: #fff;
    height: 60px;
    line-height: 60px;
    margin: 12px 30px;
}

.homepage_top ul a{
    padding: 0 20px;
    color: #fff;
    /* margin-left: 40px; */
}
.homepage_top ul li:hover{
    font-weight: 500;
}
.homepage_top ul li::before{
    content:"";
	position:absolute;
	top:0;
	width:0;
	height:100%;
	margin-top: -4px;
	border-bottom:4px solid #FF9C00;
    left: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.homepage_top ul li:hover::before{
    width:100%;
}
.homepage_top ul .cplpr_span:hover{
    /*font-weight: 500;*/
   
}
.homepage_top ul .cplpr_span:hover::before{
    width:0;
}

.homepage_top ul li span{
    color: #fff;
    font-size: 20px;
    margin-right: 10px;
}
.homepage_img{
    position: relative;
}
.homepage_img_img1{
    width: 100%;
}
.homepage_content{
     width: 100%;
     background: url('../img/indexback.png')no-repeat center;
      background-size: 100% 100%;
      padding: 50px 0;
}
.homepage_c{
    width: 1200px;
    margin: 0 auto;
}
.homepage_list{
    display: flex;
    /*justify-content: space-between;*/
}
.homepage_list_img{
    flex: 1;
    margin: 50px 0 100px;
    
}
.homepage_list_img_info{
    display: block;
    width:560px; 
    height:400px;
    margin: 0 auto;
    position:relative;
}
.homepage_list_info{
     position: absolute;
    bottom: -60px;
    width: 80%;
    left: 50%;
    margin-left: -40%;
    padding:50px;
    background: #fff;
    color: #000;
    z-index: 1;
    box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1);
}
.homepage_list_img:hover .homepage_list_info{
     background:#FF9C00 ;
    color: #fff;
}
.homepage_list_img_info img{
   width:100%;
   height: 100%;
}
.homepage_list_t_b{
    font-size: 12px;
    padding:5px 0 0;
}
.homepage_list li{
    width: 285px;
    -webkit-box-shadow: rgb(0 0 0 / 10%) 0 1px 5px;
    -moz-box-shadow: rgba(0, 0, 0, .1) 0 1px 5px;
    box-shadow: rgb(0 0 0 / 10%) 0 1px 5px;
}
.homepage_list_t{
    /*height: 80px;*/
    /*background-color: #fe6600;*/
    font-size: 24px;
    font-weight: 500;
    /*text-align: center;*/
    /*line-height: 80px;*/
    /*border-radius: 10px 10px 0 0;*/
}
.homepage_list_li {
    /*height: 80px;*/
    /*display: flex;*/
    /*padding-left: 30px;*/
    /*align-items: center;*/
    border: 1px solid #fff;
    display: inline-block;
    border-radius: 5px;
    padding: 5px 10px;
       margin-top: 15px;
    margin-right: 8px;
    font-size: 14px;
}

/*.homepage_list_li:Hover {*/
/*    border-bottom: 1px solid #fff;*/
/*}*/
.homepage_list_t_y{
    padding:5px 0;
}
.homepage_list_img:hover .homepage_list_t_y span{
     display: block;
    width: 20px;
    height: 3px;
    background: #fff;
}
.homepage_list_ul{
    height:0;
    overflow: hidden;
     transition: height 1s ease-in-out;/*可以改变时间*/
-moz-transition: height 1s ease-in-out;
-webkit-transition: height 1s ease-in-out;
}
.homepage_list_img:hover .homepage_list_ul{
     height: 100px;
   transition: height 1s ease-in-out;/*可以改变时间*/
-moz-transition: height 1s ease-in-out;
-webkit-transition: height 1s ease-in-out;
}
.homepage_list_t_y1{
    padding:5px 0;
}
.homepage_list_t_y span{
   display: block;
    width: 20px;
    height: 3px;
    background: #FF9C00;
}
/*.homepage_list_li span{*/
/*    color: #fff;*/
/*    font-size: 30px;*/
/*    width: 35px;*/
/*    margin-right: 20px;*/
/*}*/
.homepage_list_li p{
    font-size: 16px;
    color: #fff;
   font-weight:500;
   border-radius: 10px;
}
.homepage_bottom{
    /*background-image: url(../img/indexpageimg02.png);*/
    padding-top: 50px;
    padding-bottom: 0;
}
.homepage_bottom .homepage_bottom_y span{
     display: block;
    width: 62px;
    height: 3px;
    background: #fff;
    margin: 5px 0;
}
.homepage_bottom_img{
    position:relative;
    width: 560px;
    height: 290px;
    overflow: hidden;
    box-shadow: -40px 40px 0px 0px #333333;
    margin-left: 40px;
    z-index: 1;
}
.homepage_bottom_img1{
    position:relative;
    box-shadow: 40px -40px 0px 0px #333333;
    margin-right: 40px;
    z-index:1;
}
.homepage_bottom>div{
    width: 1200px;
    margin: 0 auto;
}
.homepage_bottom>div ul{
    width: 100%;
    display: flex;
}
.homepage_bottom>div ul li{
    width: 50%;
       margin: 0 0 78px;
}
.homepage_bottom h1{
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
}
.homepage_bottom ul p{
    font-size: 13px;
    color: #fff;
    line-height: 30px;
}
.homepage_bottom_l{
    position: relative;
    background: rgb(255,156,2);
    margin-top: 62px;
    padding-right: 15px;
    margin-left: -10px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 25px;
 box-shadow: 10px -10px 0px 0px #fe6700;
    z-index: 0;
}
.homepage_bottom_r{
position: relative;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 25px;
    margin-right: -10px;
    background: rgb(255,156,2);
    margin-top: 50px;
    padding-bottom: 15px;
    box-shadow: -10px -10px 0px 0px #fe6700;
    z-index: 0;
}
.homepage_bottom .homepage_bottom_r h1{
    /*margin-top: 20px;*/
    
}
.homepage_vip>div{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.homepage_vip_t{
    font-size:30px ;
    font-size: 600;
    color: #fff;
    text-align: center;
}
.homepage_vip{
    padding: 30px 0 50px;
    background:url('../img/hybj.png')no-repeat center;
      background-size: 100% 100%;
}
.homepage_vip_t_y span{
     display: block;
    width: 40px;
    height: 3px;
    margin: 10px auto;
    background: #FE6700;
}
.homepage_vip_t_b{
    margin:0 0 20px;
}
.homepage_vip_t_b span{
     display: block;
    width: 40px;
    height: 3px;
    margin: 5px auto;
    background: #fff;
}
.homepage_vip_t_e{
    color: #eee;
    text-align: center;
    font-size:14px ;
    margin-bottom:20px;
}
.homepage_vip>div li{
    color: #fff;
    width: 380px;
    padding: 30px;
    border-radius: 2px;
    -o-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border: 2px solid #fff;
}
/*.homepage_vip>div li:hover{*/
/*    box-shadow: 2px 2px 2px #eee;*/
/*}*/
.homepage_vip>div li h1{
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}
.homepage_vip>div li p{
    font-size: 14px;
    line-height: 24px;
}
.homepage_vip_ybcg:hover{
    background: #FF9C00;
    border-color:#FF9C00!important;
}
.homepage_base{
    background-color: #353131;
    padding-top: 30px;
    padding-bottom: 30px;
}
.homepage_base p{
    font-size: 12px;
    line-height: 30px;
    color: #fff;
    text-align: center;
}
.homepage_base p a{
    color: #fff;
}
.sum_top_r_t_r_tx {
    padding: 0 10px;
    font-size: 18px;
    width: 150px;
    color: #fff;
    cursor: pointer;
   
}
.navigation_s{
    margin-left: 10px;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    top: 40px;
    left: 20px;
}
.homepage_top .personage{
    display: block;
}
.homepage_top .personage a{
    padding: 0;
}
.homepage_top .navigations{
    border-radius: 5px;
}
/*yyindex*/
.indexbanner{
    width: 100%;
    /*height: 200px;*/
    height:440px;
    position: relative;
    overflow: height;
}
.indexbanner .swiper-container-horizontal>.swiper-pagination-bullet {
    margin: 0 15px;
    height: 10px;
    width: 10px;
}
.indexbanner .swiper-pagination-bullet-active{
    opacity: 1;
    width: 16px;
    border-radius: 4px;
    background:#FF9C00;
}
.indexbanner .swiper-slide img {
    width: 100%;
    height: 440px;
}
.indexbanner-aboutme{
    position: absolute;
    top:300px;
    background:rgba(0,0,0,0.2);
    z-index: 2;
    width:1000px;
    left: 50%;
    margin-left:-500px;
    color: #fff;
    text-align: center;
    padding: 50px 30px;
    letter-spacing: 2px;
}
.indexbanner-aboutme .title{
    font-weight: 500;
    font-size: 30px;
}
.indexbanner-aboutme .content{
    line-height: 2;
    font-size: 20px;
}
.indexbanner-aboutme  .cha{
    color: #ddd;
    font-size: 22px;
    padding: 6px 0;
}
.new_homepage_img{
    background: #fff;
    /*position:absolute;*/
    width:1200px;
    /*top:50px;*/
    /*left: 50%;*/
    margin:auto;
    z-index: 2;
}
.homepage_title{
    font-size: 38px;
    font-weight: 600;
    color: #282828;
    text-align: center;
    letter-spacing: 2px;
}
.homepage_title_b{
    padding:5px 0 0 ;
    color: #888;
    font-size: 16px;
    text-align: center;
}
.feedback {
    display: flex;
    width: 1200px;
    margin: 0 auto;
    height: 230px;

}

.feedback>div {
    width: 50%;
}

.feedback_l h1 {
    margin-top: 60px;
    font-size: 24px;
    color: #333;
}

.feedback_l p {
    font-size: 14px;
    color: #333;
    margin-top: 12px;
}

.feedback_l .search {
    display: flex;
    width: 100%;
    margin-top: 15px;
}

.feedback_l .search input {
    width: 400px;
    height: 40px;
    background-color: #f1f1f1;
    border-radius: 60px;
    -o-border-radius: 60px;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    border: none;
    padding-left: 10px;

}

.feedback_l .search div {
    width: 120px;
    height: 40px;
    border-radius: 60px;
    -o-border-radius: 60px;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background: -webkit-linear-gradient(right,#FFA624, #FFBF85); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right,#FFA624, #FFBF85); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right,#FFA624, #FFBF85); /* Firefox 3.6 - 15 */
    background: linear-gradient(right,#FFA624, #FFBF85); /* 标准的语法（必须放在最后） */
    margin-left: 20px;
    font-size: 20px;
    cursor: pointer;
}

.feedback_r {
    display: flex;
    align-items: center;
}

.feedback_r>div {
    margin-left: 60px;
    display: flex;
    height: 120px;
}

.feedback_r_l {
    width: 80px;
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.feedback_r_l img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.feedback_r_l>div {
    width: 80px;
    text-align: center;
}

.feedback_r_l>div span {
    color: #ffcd03;
    text-align: center;
}

.feedback_r .feedback_r_r {
    width: 440px;
    height: 120px;
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.feedback_r .feedback_r_r p {
    width: 100%;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 30px;
    font-size: 12px;
    color: #333;
}

.feedback_r .feedback_r_r h1 {
    font-size: 14px;
    color: #333;
    font-weight: 600;
    text-align: center;
}
.sum_top_r_t_r_tx img{
    width: 50px;
    height: 50px;
}
.sum_top_r_t_r_tx p{
    width: 70px;
    color: #333;
}