
body{
    /* background-color: #f75c27; */
}
.w1100{
    width: 1100px;
    margin: 0 auto;
}
.header{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
  padding: 18px 0;
    z-index: 999;
    /* background-color: #116ce1; */
   
}
.header_fff{
    background-color: #fff;
    display: none;
}
.header_fff .menu li,.header_fff .menu .admin_btn a{
    color: #0e7ae6!important;
}

.header_fff .menu .admin_btn{
    border: solid 0.5px  #0e7ae6!important;
}

.header .w1100{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-logo{
    display: flex;
    align-items: center;
}
.header img{
  
}
.header .menu{
    display: flex;
    align-items: center;
    font-size: 9px;
	color: #ffffff;
}
.header .menu li{
    white-space: nowrap;
    margin-left: 26px;
    cursor: pointer;
    padding: 5.5px 10px;
    border-radius: 2.5px;
    font-size: 16px;
    
}
.header .menu li a{
    color: #fff;
}
.admin_btn{
    padding: 5.5px 25px!important;
    border: solid 0.5px #ffffff;
}

.head_page{
    /* background-color: #f75c27; */
    width: 100%;
    height: 100vh;
    margin: 0 auto;

    background-image: linear-gradient(141deg, 
    #116be1 1%, 
    #0c81e9 61%, 
    #0797f1 100%), 
linear-gradient(
    #5076b8, 
    #5076b8);
background-blend-mode: normal, 
    normal;
}
.head_page_detail{
    width: 1100px;
    margin: 0 auto;
    padding-top: 10%;
}
.head_page_l{
    margin-top: 68px;
}
.head_page_l .fb{
    font-size: 36px;
    color: #ffffff;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1.4;
    margin-bottom: 27px;
}
.head_page_l .fw{
    font-size: 18px;
    color: white;
    /* font-weight: bold; */
    letter-spacing: 0px;
    line-height: 1.4;
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}
.head_page_l .fw img{

}
.head_page_l .fs{
    font-size: 14px;
    color: white;
    letter-spacing: 2px;
    line-height: 1.8;
}
.head_page_l .weapp{
    /* display: inline-block;
    height: 30px;
    position: relative;
    left: 4px;
    top: 4px; */
    width: 24px;
}
.head_page_r{
    width: 45%;
}

.head_page_r img{
    width: 100%;
}

.detail_container{
    width: 70%;
    margin: -100px auto 0 auto;
    background-color: #fff;
    position: relative;
    /*top: -150px;*/
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.detail_container .title{
    width: 100%;
    text-align: center;
}
.detail_container .desc{
    width: 100%;
    text-align: center;
    margin-top: 50px;
}
.detail_container .desc>div{
    margin-bottom: 30px;
}
.part-3 .ask_btn{
    margin-top: 50px;
}
.detail_container .desc>div:last-child{
    margin-bottom: 0;
}
.mouse{
    position: absolute;
    bottom: 20px;
    left: calc(50% - 100px);
    text-align: center;
    width: 200px;
    z-index: 99;
}
.mouse .border{
    width: 20px;
    height: 36px;
    border-radius: 20px;
    display: inline-block;
    border: 2px solid #401f0f;
    text-align: center;
}
.mouse p{
    font-size: 12px;
    color: #666;
    margin-top: 8px;
}
.mouse .red_point{
    width: 4px;
    height: 8px;
    border-radius: 5px;
    display: inline-block;
    background-color:#0e76e5;;
    -webkit-animation: point 1.5s infinite linear;
    -o-animation: point 1.5s infinite linear;
    animation: point 1.5s infinite linear;
}
@keyframes point {
    0%{
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    50%{
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -o-transform: translateY(10px);
        transform: translateY(10px);
    }
    100%{
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}
.part-title{
    font-size: 32px;
    color: #102b59;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 56px;
    white-space: nowrap;
}
.part-desc{
    font-size: 14px;
    color: #999;
    letter-spacing: 2px;
    line-height: 1.8;
}
.part-1,.part-2,.part-3,.part-4{
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 60px 0;
}
.part-1{
    opacity: 0;
}
.part-1 img{
    width: 40%;
    /* margin-top: 6%; */
}
.bg_f6{
    background-color: #f6f6f6;
}
.part-2 .p2-img{
    width: 22%;
    float: left;
    margin-top: 6%;
}
.part-2 .p2-arrow{
    width: 4%;
    float: left;
    margin-top: 6%;
    text-align: center;
}
.part-2 .p2-arrow img{
    width: 8px;
    margin-top: 350%;
}
.part-3>.clearfix{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.part-3 .title,.part-3 .desc{
    text-align: left;
}
.part-3 .circle{
    border-radius: 50%;
    background-color: #ffeaa9;
    width: 550px;
    height: 550px;
    text-align: center;
}
.part-3 .circle img{
    width: 60%;
    position: relative;
    left: 20px;
}
.part-3-2{
    border-radius: 8px;
    background-color: #f6f6f6;
    margin-top: 6%;
}
.part-3-2 img{
    width: 80%;
    padding: 10%;
}

.part-4 .title,.part-4 .desc{
    text-align: left;
    margin-left: 60px;
}
.part-4 .circle{
    border-radius: 50%;
    background-color: #ffeaa9;
    width: 550px;
    height: 550px;
    text-align: center;
}
.part-4 .circle img{
    width: 60%;
    position: relative;
    left: 20px;
}
.part-4-2{
    border-radius: 8px;
    background-color: #f6f6f6;
    margin-top: 6%;
}
.part-4-2 img{
    width: 80%;
    padding: 10%;
}


.ask_btn {
 
  padding: 14px 20px;
  width: fit-content;
  background-image: linear-gradient(
      141deg,
      #116be1 1%,
      #0c81e9 61%,
      #0797f1 100%
    ),
    linear-gradient(#0e76e5, #0e76e5);
  background-blend-mode: normal, normal;
  border-radius: 2.5px;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  line-height: 26.5px;
  /* margin: 0 auto; */
  cursor: pointer;
}
.part-mini-title{
    font-size: 14px;
	letter-spacing: 0px;
	color: #102b59;
}
.part-mini-title .color_text {
  background: linear-gradient(to right, #116be1, #0c81e9, #0797f1);
  -webkit-background-clip: text;
  color: transparent;
  font-size: 28px;
  font-weight: 800;
  margin-right: 7.5px;
}

.left_icon{
     width: 36px;
     text-align: left;
}
.right_text .title{
	font-size: 18px;
	letter-spacing: 0px;
    color: #102b59;
    font-weight: 900;
}
.right_text .msg{
    font-size: 9px;
	letter-spacing: 0px;
    color: #9ca5b6;
    margin-top: 8px;
}
.professional_services .flex_box{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.professional_services .one{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 192.5px;
	height: 201.5px;
	background-color: #ffffff;
    border-radius: 5px;
    padding: 28.5px 33.5px;
}
.professional_services .one img{
    width: 90px;
    display: block;
    margin-bottom: 24px;
}
.professional_services .one span{
    font-size: 18px;
    color: #102b59;
    margin-bottom: 10px;
}
.professional_services .one p{
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: 0.5px;
    color: #9ca5b6;
    text-align: center;
}


.part-5-warp{
    background: url('../images/newbackground.jpg') no-repeat  center 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    -webkit-background-size:  100%;
    -o-background-size:  100%;
    background-position: 100% 0;

    object-fit: cover;
    width: 100%;
    height: fit-content;
    color: #ffffff;
    height: 94vh;
   
}
.part-6{
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 60px 0;
}
.part-5-top{
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 60px 0;
}
.part-5 .three_msg{
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* padding-top: 69px; */
    width:620px;
    margin: 0 auto;
}
.part-5 .three_msg .one{
    display: flex;
    align-items: center;
    flex-direction: column;
}
.part-5 .three_msg .one .num{
	font-size: 65px;
	letter-spacing: 0px;
    color: #ffffff;
    display: flex;
    align-items: flex-start;
    font-weight: 800;
    font-family: DINCondensedC;

}
.part-5 .three_msg .one .num span{
	font-size: 31px;
	letter-spacing: 0.8px;
	color: #ffffff;
}
.part-5 .three_msg .one p{
    font-size: 14px;
	letter-spacing: 0px;
    color: #ffffff;
    margin-top: 4px;
}
.part-5 .slogan{
    font-size: 16px;
	letter-spacing: 0.3px;
    color: #ffffff;
    text-align: center;
    margin-top: 47px;
    margin-bottom: 31px;
    font-weight: 500;
}
.part-5-about{
    width: 468px;
    font-size: 13px;
	letter-spacing: 0px;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: start;
    flex: 1;
    padding-left: 5%;
}
.part-5-about-warp{
 /* padding-left: 40%; */
 /* padding-top: 168px; */
 display: flex;
 align-items: center;
 justify-content: space-between;


}
.part-5-people{
    padding-left: 4%;
}
.part-5-people img{
    width: 478px;
}
.part-5-about .title{
    font-size: 28px;
	letter-spacing: 2px;
    color: #ffffff;
    font-weight: 600;
    text-align: left;
    margin-bottom: 26.5px;
}
.part-5-about p{
    margin-bottom: 32px;
    line-height: 1.3;
    font-size: 14px;
    letter-spacing: 2px;
}
.part-6{
    padding: 28px 0!imporatant;
}
.part-6-left p:first-child{
    font-size: 28px;
    color: #102b59;
    margin-bottom: 19.5px;
    font-weight: 600;
}
.part-6-left{
    font-size: 18px;
	letter-spacing: 0.3px;
    color: #9ca5b6;
    padding-top: 52px;
}
.part-6-left .ask_btn{
    margin-top: 35px;
}
.part-6-code{
    /* width: 152px;
	height: 200px;
	background-color: #ffffff;
    border-radius: 17.5px 17.5px 0 0;
    box-shadow: 1.5px 3.7px 7.8px 0.3px 
        rgba(0, 0, 0, 0.03);
        padding: 8px; */
        
}
.code_warp{
    /* width: 152px; */
}
.code_warp img{
    /* width: 100%; */
    width: 240px;
}
/* 
.part-6-code .code_warp{
    width: 137px;
	height: 180px;
	background-color: #ffffff;
    border-radius: 17.5px;
    margin: 0 auto;
    box-shadow: 1.5px 3.7px 7.8px 0.3px 
    rgba(0, 0, 0, 0.03);
    
}
.part-6-code .code_warp img{
    width: 100.5px;
    margin: 0 auto;
    margin-top: 21px;
    display: block;
    margin-bottom: 20px;
}
.part-6-code .code_warp p{
    font-size: 10px;
	letter-spacing: 0.3px;
    color: #9ca5b6;
    
} */

.bgfa{
    background-color: #fafbff;
}
.footer{
    background-color: #33383e;
    width: 100%;
    height: 53.5px;
    line-height: 53.3px;
    text-align: center;
    font-size: 14px;
    color: #9ca5b6;

}
.free_btn{
    font-size: 18px;
	font-weight: bold;
    color: #0e7ae6;
    padding: 14px 20px;
	background-color: #ffffff;
    border-radius: 2.5px;
    width: fit-content;
    margin-top: 58px;
    cursor: pointer;
}
.free_btn img{
    width: 15.5px;
    margin-left: 1px;
}
.layui-layer-rim {
    font-size: 14px;
    color: #102b59;
    border: none!important;
    text-align: center;
    width: 300px!important;
	height: 248px;
	background-color: #ffffff;
    border-radius: 5px;

}
.layui-layer-content{
    height: 350px!important;
}
.layui-layer-rim .layui-layer-wrap {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 54px;
    padding-bottom: 30px;
   
}
.layui-layer-rim .layui-layer-wrap p{
 font-size: 18px;
 font-weight: 500;
}
.layui-layer-rim .layui-layer-wrap span{
    font-size: 13px;
}
.layui-layer-rim span{
    font-size: 9px;
    color: #7d879c;
    display: block;  margin-top: 9.5px;
}
.layui-layer-rim img{
    width: 138.5px;
    margin-top: 20px;
}
.relation_btn{
    position: fixed;
    top: 20%;
    right: 8px;
    color: #fff;

    word-wrap: break-word;
    width: 28px;
    text-align: center;
    font-size: 16px;
    line-height: 1.3;
    display: none;

    padding: 12px  0;

    background-image: linear-gradient(141deg, 
		#116be1 1%, 
		#0c81e9 61%, 
		#0797f1 100%), 
	linear-gradient(
		#0e76e5, 
		#0e76e5);
	background-blend-mode: normal, 
		normal;
	border-radius: 2.5px;
}
.relation_btn img{
    width: 16px;
    margin-bottom: 4px;
}
.header_this{
    background-image: linear-gradient(141deg, 
		#116be1 1%, 
		#0c81e9 61%, 
		#0797f1 100%), 
	linear-gradient(
		#5076b8, 
		#5076b8);
	background-blend-mode: normal, 
		normal;
}
.open_pup{
    cursor: pointer;
}

/* 关闭按钮 */


.layui-layer-rim .layui-layer-setwin .layui-layer-close2{
    background-position: 1px -40px!important;
    width: 16px;
    height: 16px;

    right: -4px;
    top: -4px;


    cursor: pointer;
}

@font-face {
    font-family: 'DINCondensedC';
    src: url('../fonts/DINCondensedC-2.ttf') format('truetype')
   }  
