@import "base.css";
header{
    width: 100%;
    height: 72px;
    background-color: #bf273f;
    position: fixed;
    top: 0;
    z-index: 999;
}
header .container{
    height: 72px;
    display: flex;
    justify-content: space-between;
}
header .logo{
    display: block;
    flex-direction: column;
    align-self: center;
    overflow: hidden;
}
header .logo img{
    width: 54px;
    height:50px;
    float: left;
    margin-right: 8px;
}
header .logo .logo-rig{
    float: left;
}
header .logo .logo-rig h3{
    font-size: 24px;
    color: #ffffff;
    display: block;
}
header .logo .logo-rig p{
    color: #ffffff;
    font-size: 12px;
    line-height:24px;
}
header ul{
    width: 670px ;
    display: flex;
    justify-content: space-between;
}
header ul li a{
    line-height: 70px;
    display: block;
    font-size: 18px;
    color: #ffffff;
}
header ul li:hover a{
    border-bottom: 2px solid #ffffff;
}
header ul li .active{
    border-bottom: 2px solid #ffffff;
}
.banner{
    width: 100%;
    height: 878px;
    margin-top: 72px;
}
.banner .swiper-container{
    width: 100%;
    height: 100%;
}
.banner .swiper-container .swiper-slide{
    position: relative;
    padding: 310px ;
}
.banner .swiper-container .swiper-slide img{
    position: absolute;
    left: 0;
    top: 0;
}
.banner .swiper-container .swiper-slide .container{
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.banner .swiper-container .swiper-slide h3{
    width: 1200px;
    font-size: 50px;
    font-weight: normal;
    color: #ffffff;
    margin-bottom: 50px;
}
.banner .swiper-container .swiper-slide p{
    width: 1200px;
    font-size: 30px;
    color: #ffffff;
    line-height:60px;
}
.toop1{
    width: 100%;
}
.toop{
    height: 48px;
    overflow: hidden;
}
.toop h3,.toop1 h3{
    text-align: center;
    font-size: 48px;
    line-height:48px;
    font-weight: normal;
    color: #333333;
}
.toop1 p{
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    color: #999999;
    margin-top: 30px;
}
#index{
    width: 100%;
    background-color: #ffffff;
    padding-top: 100px;
    padding-bottom: 100px;
}
#index ul{
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
}
#index ul li:first-child .index-top{
    width: 100%;
    height: 130px;
    background-image: linear-gradient(0deg, #f55981 0%, #f3646f 100%),
    linear-gradient(#ffffff, #ffffff);
    background-blend-mode: normal, normal;
    display: flex;
}
#index ul li:first-child .index-top h3{
    width: 158px;
    height: 40px;
    border-radius: 20px;
    font-weight: normal;
    border: solid 1px #ffffff;
    display: block;
    margin: 0 auto;
    align-self: center;
    text-align: center;
    line-height: 40px;
    color: #ffffff;
}
#index ul li:first-child .index-bot{
    padding: 28px;
}
#index ul li:first-child .index-bot h3{
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    text-align: center;
    margin-bottom: 28px;
}
#index ul li:first-child .index-bot p{
    font-size: 16px;
    color: #999999;
    line-height:24px;
}
#index ul li a{
    width: 240px;
    height: 330px;
    display: block;
    background-color: #ffffff;
    box-shadow: 0px 4px 20px 0px #eeeeee;
    border-radius: 20px;
    overflow: hidden;
}
#index ul li:not(:first-child) a{
    box-shadow: none;
    padding-top: 56px;
}
#index ul li a img{
    width: 150px;
    height: 150px;
    margin: 0 auto 40px;
}
#index ul li:not(:first-child) a p{
    font-size: 20px;
    color: #333333;
    text-align: center;
}
#service{
    width: 100%;
    height: 635px;
    background-color: #f6f6f6;
    padding-top: 100px;
    padding-bottom: 100px;
}
#service ul{
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
}
#service ul li a{
    display: block;
    width: 380px;
    height:307px;
    padding-top: 40px;
    text-align: center;
    background: #ffffff;
    border-radius: 10px;
    border: solid 1px #dddddd;
}
#service ul li h3{
    font-size: 20px;
    font-weight: bold;
    line-height:30px;
    color: #333333;
}
#service ul li p{
    font-size: 16px;
    font-weight: normal;
    line-height:30px;
    color: #999999;
}
#service ul li:first-child img{
    width: 170px;
    height: 142px;
    margin: 0 auto 30px;
}
#service ul li:nth-child(2) img{
    width: 140px;
    height: 140px;
    margin: 0 auto 30px;
}
#service ul li:last-child img{
    width: 98px;
    height: 144px;
    margin: 0 auto 30px;
}
#case{
    width: 100%;
    background-color: #ffffff;
    padding-top: 100px;
}
#case ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 80px;
}
#case ul li{
    width: 540px;
    height:346px;
    display: block;
    background: #eaecee;
    box-shadow: 0px 5px 8px 0px rgba(221, 221, 221, 0.8);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    margin-bottom: 98px;
}
#case ul li:hover .hover{
    bottom: 0;
    transition: bottom 1s ease;
}
#case ul li .hover{
    width: 100%;
    height:100%;
    border-radius: 10px;
    background: rgba(0,0,0,0.5);
    display: flex;
    padding: 0 90px;
    justify-content: space-between;
    position: absolute;
    left: 0;
    bottom: -346px;
}
#case ul li .hover .want{
    width: 158px;
    height: 40px;
    display: block;
    align-self: center;
    background-image: linear-gradient(0deg, #f55981 0%, #f3646f 100%),
    linear-gradient(#ff0000, #ff0000);
    background-blend-mode: normal, normal;
    border-radius: 20px;
    color: #ffffff;
    text-align: center;
    line-height:36px;
    font-size: 20px;
}
#case ul li .hover .show{
    width: 158px;
    height: 40px;
    display: block;
    align-self:center;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 36px;
    border: solid 1px #ffffff;
    border-radius: 20px;
}
#good{
    width:100%;
    height: 720px;
    background-color: #f6f8fd;
    padding-top: 100px;
}
#good ul{
    height: 22px;
    display: flex;
    justify-content: space-between;
    margin-top: 268px;
}
#good ul li{
    align-self: center;
    position: relative;
}
#good ul li span{
    display: block;
    position: absolute;
    font-weight: bold;
    font-size: 24px;
    color: #999999;
    left: 0;
    right: 0;
    margin: auto;
}
#good ul li .process{
    width: 240px;
    height: 177px;
    display: block;
    padding: 32px 32px 0 32px ;
    position: absolute;
    left: -110px;
    /*right: 0;*/
    /*margin: auto;*/
    text-align: center;
}
#good ul li .process h3{
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 18px;
}
#good ul li .process p{
    font-size: 16px;
    color: #ffffff;
    line-height:25px;
}
#good ul li:first-child{
    width: 22px;
    height: 22px;
    border-radius: 100%;
    background-color: #dddddd !important;
    border: solid 2px #dddddd;
}
#good ul li:last-child{
    width: 22px;
    height: 22px;
    border-radius: 100%;
    background-color: #dddddd !important;
    border: solid 2px #dddddd;
}
#good ul li:nth-child(3) .process{
    top: 30px;
    padding-top: 62px;
    background: url("../images/d1.png") no-repeat;
}
#good ul li:nth-child(5) .process{
    bottom:30px;
    background: url("../images/d2.png") no-repeat;
}
#good ul li:nth-child(7) .process{
    padding-top: 38px;
    top: 30px;
    background: url("../images/d3.png") no-repeat;
}
#good ul li:nth-child(9) .process{
    bottom: 30px;
    background: url("../images/d4.png") no-repeat;
}
#good ul li:nth-child(3) span{
    bottom:30px;
}
#good ul li:nth-child(5) span{
    top: 30px;
}
#good ul li:nth-child(7) span{
    bottom:30px;
}
#good ul li:nth-child(9) span{
    top: 30px;
}
#good ul li:nth-child(2n){
    width: 215px;
    height: 2px;
    background-color: #dddddd;
}
#good ul li:nth-child(2n+1){
    width: 22px;
    height: 22px;
    border: 1px solid #dddddd;
    background: #ffffff;
    border-radius: 100%;
}
#title{
    width: 100%;
    height: 280px;
    background-color: #48465b;
    margin-top: 160px;
    position: relative;
}
#title .title-con{
    position: absolute;
    left:0;
    right:0;
    top: -58px;
    margin: auto;
    width: 742px;
    height:396px;
    padding: 100px 60px;
    box-shadow: 0px 2px 10px 0px rgba(221, 221, 221, 0.8);
    background: url("../images/tbg.png") no-repeat center center;
    background-size: 742px 362px;
}
#title .title-con .tit-top{
    display: flex;
    margin-bottom: 48px;
}
#title .title-con .tit-top img{
    width:85px;
    height: 77px;
    margin-right: 27px;
}
#title .title-con .tit-top h3{
    font-size: 58px;
    color: #ffffff;
    line-height: 77px;
    font-weight: normal;
}
#title .title-con p{
    font-size: 22px;
    line-height: 36px;
    color: #ffffff;
}
#team{
    width: 100%;
    height: 732px;
    background:url("../images/123.png") no-repeat;
    margin-top: 156px;
    padding-top: 100px;
}
#team .team-con{
    display: flex;
    justify-content: space-between;
}
#team .team-con li{
    width: 188px;
    height:341px;
}
#team .team-con li .top{
    width: 100%;
    height:298px;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}
#team .team-con li .top h3{
    text-align: center;
    font-size: 20px;
    align-self: center;
    transform: rotate(45deg);
    margin-top: 76px;
    font-weight: normal;
    font-stretch: normal;
    color: #ffffff;
}
#team .team-con li:first-child .top{
    background: url("../images/cc1.png") no-repeat;
    background-size: cover;
    margin-top: 50px;
}
#team .team-con li:nth-child(2) .top{
    background: url("../images/cc2.png") no-repeat;
    background-size: cover;
}
#team .team-con li:nth-child(3) .top{
    background: url("../images/cc3.png") no-repeat;
    background-size: cover;
    margin-top: 158px;
}
#team .team-con li:nth-child(4) .top{
    background: url("../images/cc4.png") no-repeat;
    background-size: cover;
    margin-top: 158px;
}
#team .team-con li:last-child .top{
    background: url("../images/cc2.png") no-repeat;
    background-size: cover;
}
#team .team-con li p{
    width: 163px;
    height: 42px;
    padding-left: 30px;
    color: #333333;
    font-size: 16px;
}
#partner{
    width: 100%;
    background: #ffffff;
    padding-top: 100px;
    padding-bottom: 60px;
}
#partner ul{
    display: flex;
    flex-wrap: wrap;
    margin-top: 65px;
}
#partner ul li{
    width: 280px;
    height:184px;
    margin-bottom: 26px;
    margin-right: 26px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}
#partner ul li:nth-child(4n){
    margin-right: 0;
}
#partner ul li img{
    position: absolute;
    left: 0;
    top:0;
}
#partner ul li .hover{
    display: none;
}
#partner ul li:hover{
    border: solid 1px #999999;
}
#partner ul li:hover .hover{
    display: block;
}
footer{
    width: 100%;
    height: 90px;
    background-color: #1f0202;
    text-align: center;
    padding-top: 30px;
}
footer i{
    margin-right: 12px;
}
footer p{
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    color: #999999;
}


