@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-120px);
	}	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}
 
@keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translateX(-120px);
	}	
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(300px);
	}	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}
 
@keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translateX(300px);
	}	
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes example1 {
    0% {
        opacity: 0;
        transform: translateX(-600px);
        width: 10%;
    }
    100% {
        opacity: 1;
        transform: translateX(0px);
        width: 100%;
      }
}
html,body{
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background: #fff;
}
.home_box{
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
}
#app{
    width: 100%;
}
.home_header{
    height: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
	box-sizing: border-box;
}
.header_img-logo{
	font-size: 26px;
	font-weight: 600;
}
.header_img{
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header_img img{
    height: 100%;
}
.header_tab{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header_tab div{
	padding: 10px 30px;
    display: flex;
    justify-content: right;
    color: #808080;
    font-weight: 500;
	cursor: pointer;
}
.header_tab div:hover{
    color: #385c84!important;
}
.el-carousel__item h3 {
    color: #475669;
    font-size: 14px;
    opacity: 0.75;
    line-height: 150px;
    margin: 0;
  }

  .el-carousel__item:nth-child(2n) {
     background-color: #99a9bf;
  }
  
  .el-carousel__item:nth-child(2n+1) {
     background-color: #d3dce6;
  }

  .home_main{
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
  }
  .swiper-container{
      width: 100%;
	  height: 430px;
  }
  .banner-1{
	  width: 100%;
	  height: 100%;
	  background: url('https://fy-outer.oss-cn-hangzhou.aliyuncs.com/2023-03-06/a89e887c400d400d9226ae606d60c493.jpg') no-repeat center;
	  background-size: cover;
  }
  .banner-2{
	  width: 100%;
	  height: 100%;
  	  background: url('https://fy-outer.oss-cn-hangzhou.aliyuncs.com/2023-03-06/03a6119b71fd4178883912d87a68a0ac.jpg') no-repeat center;
  	  background-size: cover;
  }
  .it_tab{
      width: 100%;
      display: flex;
      justify-content: space-between;
      padding-top: 50px;
  }
  .it_tab div{
      display: flex;
      flex-direction: column;
      width: 183px;
      height: 158px;
      align-items: center;
  }
  .it_tab div img{
      width: 100%;
      height: 100%;
      transition: all 0.5s;
  }
  .it_tab div img:hover{
    transition: all 0.7s;
    transform-origin:center center;
    transform: scale(1.1)
}
.it_tab_text{
    width: 100%;
    display: flex;
    padding-top: 10px;
    justify-content: space-between;
}
.it_tab_text div{
    width: 183px;
    font-size: 14px;
    color: #2d5c88;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}
.introduce{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.introduce_item{
    width: 17%;
    display: flex;
    flex-direction: column;
}
.introduce_item_title{
    font-size: 22px;
    font-weight: 500;
    color: #222222;
    margin-bottom: 20px;
}
.introduce_item_content{
    color: #666666;
    font-size: 13px;
}
.hr_bottom{
    width: 100%;
    height: 1px;
    background-color: #ccc;
    border: none;
    margin: 50px 0px;
}

/* 给每一个元素加从左到右的动画*/
#animationImg{
    -webkit-animation-name: "fadeInLeft";
    -webkit-animation-duration: 1.5s;
    -webkit-animation-iteration-count: 1;
}
#animationRight{
    -webkit-animation-name: "fadeInRight";
    -webkit-animation-duration: 1.5s;
    -webkit-animation-iteration-count: 1;
}

.content_show{
    width: 100%;
    height: 440px;
    background: #f5f9ff;
    display: flex;
    justify-content: center;
    padding: 20px 00px;
    margin-top: 50px;
}
.content_show .content_show_content{
    width: 100%;
    height: 100%;
    display: flex;
}
.content_show .content_show_content img{
    width: 50%;
    height: 100%;
}
.content_show .content_show_content .right_content{
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding:80px 0px 0px 40px;
    box-sizing: border-box;
}
.content_show .right_content .right_content_one{
    width: 100%;
    display: flex;
    align-items: center;
}
.content_show .right_content .right_content_one hr{
    height: 1px;
    background-color: #ccc;
    border: none;
    width: 100%;
    overflow: hidden;

}
.content_show .right_content .right_content_one h3{
    white-space: nowrap;
    margin-right: 20px;
    color: #666666;
} 
.content_show .right_content_two{
    font-size: 18px;
    color: #666666;
    margin: 20px 0px;
    line-height: 30px;
}
.content_show .right_content_three{
    font-size: 18px;
    color: #666666;
    line-height: 30px;
}


.content_showTwo{
    width: 100%;
    height: 520px;
    display: flex;
    justify-content: center;
    padding: 20px 00px;
}
.content_showTwo .content_show_content{
    width: 100%;
    height: 100%;
    display: flex;
}
.content_showTwo .content_show_content img{
    width: 100%;
    height: 100%;
}
.content_showTwo .content_show_content .right_content{
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding:80px 0px 0px 0px;
    box-sizing: border-box;
}
.content_showTwo .right_content .right_content_one{
    width: 100%;
    display: flex;
    align-items: center;
}
.content_showTwo .right_content .right_content_one hr{
    height: 1px;
    background-color: #ccc;
    border: none;
    width: 100%;
    overflow: hidden;

}
.content_showTwo .right_content .right_content_one h3{
    white-space: nowrap;
    margin-right: 20px;
    color: #666666;
} 
.content_showTwo .right_content_two{
    font-size: 18px;
    color: #666666;
    margin: 20px 0px;
    line-height: 30px;
}
.content_showTwo .right_content_three{
    font-size: 18px;
    color: #666666;
    line-height: 30px;
}


.content_showThree{
    width: 100%;
    height: 560px;
    background: #f5f9ff;
    display: flex;
    justify-content: center;
    padding: 20px 00px;
}
.content_showThree .content_show_content{
    width: 100%;
    height: 100%;
    display: flex;
}
.content_showThree .content_show_content img{
    width: 50%;
    height: 100%;
}
.content_showThree .content_show_content .right_content{
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding:80px 0px 0px 40px;
    box-sizing: border-box;
}
.content_showThree .right_content .right_content_one{
    width: 100%;
    display: flex;
    align-items: center;
}
.content_showThree .right_content .right_content_one hr{
    height: 1px;
    background-color: #ccc;
    border: none;
    width: 100%;
    overflow: hidden;

}
.content_showThree .right_content .right_content_one h3{
    white-space: nowrap;
    margin-right: 20px;
    color: #666666;
} 
.content_showThree .right_content_two{
    font-size: 18px;
    color: #666666;
    margin: 20px 0px;
    line-height: 30px;
}
.content_showThree .right_content_three{
    font-size: 18px;
    color: #666666;
    line-height: 30px;
}


.content_showFour{
    width: 100%;
    height: 520px;
    display: flex;
    justify-content: center;
    padding: 20px 00px;
}
.content_showFour .content_show_content{
    width: 100%;
    height: 100%;
    display: flex;
}
.content_showFour .content_show_content img{
    width: 100%;
    height: 100%;
}
.content_showFour .content_show_content .right_content{
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding:80px 0px 0px 0px;
    box-sizing: border-box;
}
.content_showFour .right_content .right_content_one{
    width: 100%;
    display: flex;
    align-items: center;
}
.content_showFour .right_content .right_content_one hr{
    height: 1px;
    background-color: #ccc;
    border: none;
    width: 100%;
    overflow: hidden;

}
.content_showFour .right_content .right_content_one h3{
    white-space: nowrap;
    margin-right: 20px;
    color: #666666;
} 
.content_showFour .right_content_two{
    font-size: 18px;
    color: #666666;
    margin: 20px 0px;
    line-height: 30px;
}
.content_showFour .right_content_three{
    font-size: 18px;
    color: #666666;
    line-height: 30px;
}

.content_showFive{
    width: 100%;
    height: 560px;
    background: #f5f9ff;
    display: flex;
    justify-content: center;
    padding: 20px 00px;
}
.content_showFive .content_show_content{
    width: 100%;
    height: 100%;
    display: flex;
}
.content_showFive .content_show_content img{
    width: 50%;
    height: 100%;
}
.content_showFive .content_show_content .right_content{
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding:80px 0px 0px 40px;
    box-sizing: border-box;
}
.content_showFive .right_content .right_content_one{
    width: 100%;
    display: flex;
    align-items: center;
}
.content_showFive .right_content .right_content_one hr{
    height: 1px;
    background-color: #ccc;
    border: none;
    width: 100%;
    overflow: hidden;

}
.content_showFive .right_content .right_content_one h3{
    white-space: nowrap;
    margin-right: 20px;
    color: #666666;
} 
.content_showFive .right_content_two{
    font-size: 18px;
    color: #666666;
    margin: 20px 0px;
    line-height: 30px;
}
.content_showFive .right_content_three{
    font-size: 18px;
    color: #666666;
    line-height: 30px;
}


.content_showSix{
    width: 100%;
    height: 520px;
    display: flex;
    justify-content: center;
    padding: 20px 00px;
}
.content_showSix .content_show_content{
    width: 100%;
    height: 100%;
    display: flex;
}
.content_showSix .content_show_content img{
    width: 100%;
    height: 100%;
}
.content_showSix .content_show_content .right_content{
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding:80px 0px 0px 0px;
    box-sizing: border-box;
}
.content_showSix .right_content .right_content_one{
    width: 100%;
    display: flex;
    align-items: center;
}
.content_showSix .right_content .right_content_one hr{
    height: 1px;
    background-color: #ccc;
    border: none;
    width: 100%;
    overflow: hidden;

}
.content_showSix .right_content .right_content_one h3{
    white-space: nowrap;
    margin-right: 20px;
    color: #666666;
} 
.content_showSix .right_content_two{
    font-size: 18px;
    color: #666666;
    margin: 20px 0px;
    line-height: 30px;
}
.content_showSix .right_content_three{
    font-size: 18px;
    color: #666666;
    line-height: 30px;
}


.content_showSeven{
    width: 100%;
    height: 560px;
    background: #f5f9ff;
    display: flex;
    justify-content: center;
    padding: 20px 00px;
}
.content_showSeven .content_show_content{
    width: 100%;
    height: 100%;
    display: flex;
}
.content_showSeven .content_show_content img{
    width: 50%;
    height: 100%;
}
.content_showSeven .content_show_content .right_content{
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding:80px 0px 0px 40px;
    box-sizing: border-box;
}
.content_showSeven .right_content .right_content_one{
    width: 100%;
    display: flex;
    align-items: center;
}
.content_showSeven .right_content .right_content_one hr{
    height: 1px;
    background-color: #ccc;
    border: none;
    width: 100%;
    overflow: hidden;

}
.content_showSeven .right_content .right_content_one h3{
    white-space: nowrap;
    margin-right: 20px;
    color: #666666;
} 
.content_showSeven .right_content_two{
    font-size: 18px;
    color: #666666;
    margin: 20px 0px;
    line-height: 30px;
}
.content_showSeven .right_content_three{
    font-size: 18px;
    color: #666666;
    line-height: 30px;
}

.process_box{
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 50px 0px;

    border-bottom: 1px solid #ccc;
}
.process_box_content{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.process_box_footer{
    margin-top: 30px;
    width: 100%;
}
#process_box{
    /* animation: example1 1s ease-out 1s backwards;  */
    animation-duration: 1s; /* 动画时间 */
    animation-name: example1; /* 关键帧名字 */
}

.customize_text_box{
    width: 100%;
    display: flex;
    justify-content: center;
}
.customize_text_content{
    width: 100%;
    padding-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 30px;
}
.customize_text_content div{
    color: #666666;
}
.case_item_box{
    width: 100%;
    display: flex;
    justify-content: center;
}
.case_item_box_big{
    width: 1100px;
	margin: auto;
	overflow: hidden;
}
.case_item_item{
	float: left;
    width: 254px;
    height: 300px;
	margin-right: 20px;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    cursor: pointer;
}
.case_item_item:hover{
	color: royalblue;
}
.case_item_item img{
    width:100%;
    height: 200px;
}
.case_item_item div{
    padding-top: 10px;
    font-weight: 500;
}
.about_box{
    width: 100%;
    background: #f5f9ff;
    display: flex;
    justify-content: center;
    padding-bottom: 60px;
}
.about_box_centent{
    width: 100%;
    height: 100%;
    padding-top: 100px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}
.about_box_centent_left{
    width: 50%;
}
.about_box_centent_left h2{
    margin: 0;
    padding: 0;
    text-align: right;
    font-size: 30px;
}
.about_box_centent_left div{
    color: #666666;
    margin-top: 80px;
    font-size: 14px;
    line-height: 25px;
}
.about_box_centent_right{
    width: 50%;
    padding-left: 100px;
}
.about_box_centent_right_item{
    display:flex;
    align-items: center;
    margin-bottom: 30px;
}
.about_box_centent_right div img{
    width: 70px;
    height: 70px;
    margin-right: 20px;
}
.about_box_centent_right_centent{
    display: flex;
    flex-direction: column;
}
.about_box_centent_right_centent h3{
    margin: 0;
    margin-bottom: 5px;
}

.leave_box{
    width: 100%;
    display: flex;
    justify-content: center;
   background: #4c4f5f;
   padding-bottom: 80px;
   padding-top: 100px;
}

.leave_box_centent{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}
.leave_box_centent_box{
    width: 600px;
    overflow-x: hidden;
}
.leave_box_centent_box_one{
    width: 100%;
    display: flex;
    align-items: center;
}
.leave_box_centent_box_one div:nth-child(1){
    width: 300px;
    border-bottom: 2px solid #fff;
}
.leave_box_centent_box_one div:nth-child(2){
    margin: 0px 10px;
    white-space: nowrap;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}
.leave_box_centent_box_one div:nth-child(3){
    width: 300px;
    border-bottom: 2px solid #fff;
}
.leave_box_centent_box_two{
    display: flex;
    justify-content: center;
    margin: 10px 0px;
    color: #fff;
}
.leave_box_centent_box_three{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.leave_box_centent_box_three input{
    width: 48.5%;
    height: 40px;
	padding: 0 20px;
    border: none;
    outline: none;
    background: #fff;
	box-sizing: border-box;
}
.leave_box_centent_box_Fout{
    width: 100%;
    margin-top: 10px;
}
.leave_box_centent_box_Fout textarea{
    width: 100%;
    outline: none;
	padding: 15px 20px;
    border: none;
    background: #fff;
	box-sizing: border-box;
}
.leave_box_centent_box_five{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.leave_box_centent_box_five button{
    color: #fff;
    background: #2d5c88;
    width: 100px;
    height: 50px;
    border: none;
    outline: none;
	cursor: pointer;
}
.home_footer{
    width: 100%;
    padding: 50px 0px;
    background: #222222;
}
.footer_centent{
    width: 100%;
	margin-bottom: 20px;
    display: flex;
    justify-content: space-around;
}
.footer_centent_left{
    display: flex;
}
.footer_centent_left img{
    width: 140px;
}
.footer_centent_left div{
    margin: 10px 0px;
    color: #fff;
    font-size: 14px;
}
.footer_middle{
    display: flex;
   flex-direction: column; 
}
.footer_middle div{
    margin-bottom: 15px;
    color: #fff;
    font-size: 14px;
}
.footer_centent_right{
    width: 400px;
    height: 10px;
    display: flex;
    flex-wrap: wrap;
}
.footer_centent_right div{
    margin: 0px 8px 8px 0px;
    border: 1px solid #444444;
    color: #fff;
    padding: 4px 6px;
    font-size: 12px;
}

._1sHPi{
	display: flex;
	font-size: 14px;
	margin-bottom: -30px;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: #666666;
}
._1sHPi i{
	display: inline-block;
	width: 14px;
	height: 16px;
	margin-right: 6px;
	background: url('https://fy-outer.oss-cn-hangzhou.aliyuncs.com/2023-03-14/528672cb5bc94999bead673a6609114e.png') 0 0 no-repeat;
}