*{
    margin: 0px;
    padding: 0px;
    font-family: "微软雅黑";
    list-style: none;
    outline: none;
}
.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}
.left{
    float: left;
}
.right{
    float: right;
}


.body-bg{
    background-color: #d71345;
    transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    width: 100%;
    overflow-x: hidden;
    color: #fff;

}
.header{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 5px 20px;
    z-index: 999;
}
.logo img{
    width: 52px;
    height: 52px;
    position: relative;
    top: 2px;
}
.logo span{
    font-size: 20px;
    font-weight: 800;
    position: relative;
    top: -5px;
    left: 5px;
}
.index-main .header{
    border-bottom: 1px solid rgba(255,255,255,.3);
}
.index-fixed-area{
    position: fixed;
    width: 100%;
    left: 0;
    top: 80px;
    text-align: center;
}
.index-fixed-area img{
    width: 50%;
    height: auto;
}
.index-fixed-area p{
    width: 90%;
    margin-left: 5%;
    
    text-align: center;
    font-size: 16px;
    line-height: 23px;
    margin-top: 15px;
}
.index-row{
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.header.white .logo i{
    display: inline-block;
    width: 52px;
    height: 52px;
    position: relative;
    top: 2px;
    background: url(../image/logo.png) no-repeat;
    background-size: cover;
}
.header.black .logo i{
    display: inline-block;
    width: 52px;
    height: 52px;
    position: relative;
    top: 2px;
  
    background-size: cover;
}
.header.white{
    border-bottom: 1px solid rgba(255,255,255,.3);
}
.header.whiteback{
    background: #fff;
}
.header.black{
    border-bottom: 1px solid rgba(38,50,56,.3);
}
.nav.white{
    border-top: 1px solid rgba(255,255,255,.3);
}
.nav.whiteback{
    background: #fff;
}
.nav.black{
    border-top: 1px solid rgba(38,50,56,.3);
}
.index-white{
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
}
.item-content-list01{
    width: 100%;
    height: 100%;
    position: relative;
}
.item-content-list02{
    width: 100%;
    height: 100%;
    position: relative;
}
.item-content-list01 li{
    width: 160px;
    height: 178px;
    background: url(../image/fs.svg) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    text-align: center;
    box-sizing: border-box;
    padding: 35px 32px 0 32px;
    
    
}
.item-content-list01 li:nth-child(1){
    left: 20px;
    top: 20px;
}
.item-content-list01 li:nth-child(2){
    right: 20px;
    top: 72px;
}
.item-content-list01 li:nth-child(3){
    left: 30%;
    top: 240px;
}
.item-content-list01 li:nth-child(4){
    left: 30px;
    top: 405px;
}
.item-content-list01 li:nth-child(5){
    right: 10px;
    top: 428px;
}
.item-content-list01 li h1{
    font-size: 16px;
    padding-bottom: 10px;
    
    margin-top: 15px;
}

.item-content-list02 li{
    width: 130px;
    height: 130px;
    background: #fff;
    position: absolute;
    box-sizing: border-box;
    text-align: center;
    line-height: 160px;
    box-shadow: 0 7px 13px 0 rgba(61,57,122,.16);
    border-radius: 100%;
}
.item-content-list02 li:nth-child(1){
    left: 20px;
    top: 20px;
     transform:rotate(7deg);
-ms-transform:rotate(7deg); 
-moz-transform:rotate(7deg); 	
-webkit-transform:rotate(7deg);
-o-transform:rotate(7deg); 
}
.item-content-list02 li:nth-child(2){
    right: 20px;
    top: 72px;
    
     transform:rotate(7deg);
-ms-transform:rotate(7deg); 
-moz-transform:rotate(7deg); 	
-webkit-transform:rotate(7deg);
-o-transform:rotate(7deg); 
}
.item-content-list02 li:nth-child(3){
    left: 30%;
    top: 240px;
     transform:rotate(17deg);
-ms-transform:rotate(17deg); 
-moz-transform:rotate(17deg); 	
-webkit-transform:rotate(17deg);
-o-transform:rotate(17deg); 
}
.item-content-list02 li:nth-child(4){
    left: 30px;
    top: 405px;
     transform:rotate(23deg);
-ms-transform:rotate(23deg); 
-moz-transform:rotate(23deg); 	
-webkit-transform:rotate(23deg);
-o-transform:rotate(23deg); 
}
.item-content-list02 li:nth-child(5){
    right: 10px;
    top: 428px;
    
     transform:rotate(-7deg);
-ms-transform:rotate(-7deg); 
-moz-transform:rotate(-7deg); 	
-webkit-transform:rotate(-7deg);
-o-transform:rotate(-7deg); 
}
.item-content-list02 li h1{
    font-size: 15px;
    
    margin-top: -10px;
}


.logo i{
    display: inline-block;
    width: 52px;
    height: 52px;
    position: relative;
    top: 2px;
    background: url(../image/logo.png) no-repeat;
    background-size: cover;
}

.portfolio-main.portfolio2 .logo i{
 
    background-size: cover;
}
.portfolio-main.portfolio4 .logo i{

    background-size: cover;
}
.portfolio-main{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: #1e1e33;
    color: #fff;
    transition: all .75s;
    -o-transition: all .75s;
    -moz-transition: all .75s;
    -webkit-transition: all .75s;
    -ms-transition: all .75s;
}
.portfolio-main .header{
    border-bottom: 1px solid rgba(255,255,255,.3);
    transition: borderColor .75s;
    -o-transition: borderColor .75s;
    -moz-transition: borderColor .75s;
    -webkit-transition: borderColor .75s;
    -ms-transition: borderColor .75s;
}
.portfolio-main.portfolio2 .header{
    border-color: rgba(38,50,56,.3);
}
.portfolio-main.portfolio4 .header{
    border-color: rgba(38,50,56,.3);
}
.portfolio-main.portfolio2 .nav{
    border-color: rgba(38,50,56,.3);
}
.portfolio-main.portfolio4 .nav{
    border-color: rgba(38,50,56,.3);
}
.portfolio-main.portfolio1{
    background-color: #1e1e33;
    color: #fff;
}
.portfolio-main.portfolio2{
    background-color: #fdd900;
    color: #263238;
}
.portfolio-main.portfolio3{
    background-color: #18191f;
    color: #fff;
}
.portfolio-main.portfolio4{
    background-color: #fff;
    color: #263238;
}
.portfolio-main.portfolio5{
    background-color: #b22222;
    color: #fff;
}
.portfolio-main.portfolio6{
    background-color: #202020;
    color: #fff;
}
.portfolio-main.portfolio7{
    background-color: #20222F;
    color: #fff;
}
.portfolio-main.portfolio8{
    background-color: #1C204A;
    color: #fff;
}
.swiper-pagination-bullet {
    transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    opacity: .2;

}
.portfolio-main.portfolio9 .swiper-pagination-bullet{
    background-color: #fff !important;
}
.portfolio-main.portfolio9 .swiper-pagination-bullet-active {
    background: #fff !important;
    opacity: 1;
}
.portfolio-main.portfolio1 .swiper-pagination-bullet{
    background-color: #fff !important;
}
.portfolio-main.portfolio1 .swiper-pagination-bullet-active {
    background: #fff !important;
    opacity: 1;
}
.portfolio-main.portfolio2 .swiper-pagination-bullet{
    background-color: #263238 !important;
}
.portfolio-main.portfolio2 .swiper-pagination-bullet-active {
    background: #263238 !important;
    opacity: 1;
}
.portfolio-main.portfolio3 .swiper-pagination-bullet{
    background-color: #fff !important;
}
.portfolio-main.portfolio3 .swiper-pagination-bullet-active {
    background: #fff !important;
    opacity: 1;
}
.portfolio-main.portfolio4 .swiper-pagination-bullet{
    background-color: #263238 !important;
}
.portfolio-main.portfolio4 .swiper-pagination-bullet-active {
    background: #263238 !important;
    opacity: 1;
}
.portfolio-main.portfolio5 .swiper-pagination-bullet{
    background-color: #fff !important;
}
.portfolio-main.portfolio5 .swiper-pagination-bullet-active {
    background: #fff !important;
    opacity: 1;
}
.portfolio-main.portfolio6 .swiper-pagination-bullet{
    background-color: #fff !important;
}
.portfolio-main.portfolio6 .swiper-pagination-bullet-active {
    background: #fff !important;
    opacity: 1;
}
.portfolio-main.portfolio7 .swiper-pagination-bullet{
    background-color: #fff !important;
}
.portfolio-main.portfolio7 .swiper-pagination-bullet-active {
    background: #fff !important;
    opacity: 1;
}
.portfolio-main.portfolio8 .swiper-pagination-bullet{
    background-color: #fff !important;
}
.portfolio-main.portfolio8 .swiper-pagination-bullet-active {
    background: #fff !important;
    opacity: 1;
}



.nav{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 56px;
    overflow: hidden;
    border-top: 1px solid rgba(255,255,255,.3); 
    z-index: 999;
    transition: borderColor .75s;
    -o-transition: borderColor .75s;
    -moz-transition: borderColor .75s;
    -webkit-transition: borderColor .75s;
    -ms-transition: borderColor .75s;
}
/*.portfolio-main .nav{
    background-color: #fff;
}*/
.nav span{
    display: block;
    float: left;
    width: 20%;
    text-align: center;
    line-height: 56px;
    font-size: 16px;
    font-weight: 700;
}
.nav span a{
text-decoration: none;color: white;
}
.nav span.active{
    color: #951d97;
}

.portfolio-top{
    width: 100%;
    margin-top: 80px;
    text-align: center;
    box-sizing: border-box;
    padding: 0 20px;
}
.portfolio-top h1{
    font-size: 24px;
    font-weight: 900;
}
.portfolio-banner{
    margin-top: 0px;
    position: relative;
    z-index: 2; 
    width: 100%;
}

.portfolio-pic{ 
    width: 50%; 
    margin-left: 25%;
    padding-bottom: 20px;
}
.portfolio-pic img{
    width: 100%;
    height: auto;

}
/*.portfolio-text{   
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    color: rgba(255,255,255,.15);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    font-size: 32px;
}*/


.about-body{
    color: #fff;
}
.about-body .nav{
    background-color: #fff;
    color: #263238;
    border-top: 1px solid #eeedf4;
}
.about-main .header{
    
    background: transparent;
    border-bottom: 1px solid transparent;
    transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    color: #1a1a1a;
}
.about-main .header.white{
    background: #fff;
    border-bottom: 1px solid #eeedf4;
}


.about-main-content{
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    margin-top: 120px;
    margin-bottom: 80px;
}
.about-main-content-top h1{
    font-weight: 900;
    color: #171719;
    font-size: 42px;
    line-height: 42px;
}
.about-main-content-top span{
    display: block;
 
    height: 13px;
    background: black;
    width:100%;
    margin-top: 20px;
}
.about-main-content-top p{
    color: #263238;
    font-size: 17px;
    padding-top: 10px;
}

.about-main-content01-text{
    font-size: 17px;
    line-height: 27px;
    color: #263238;
    margin-top: 20px;
}
.about-main-content02{
    margin-top: 60px;
}

.about-main-list{
    margin-top: 30px;
}
.about-main-list li{
    width: 100%;
    box-sizing: border-box;
    border: none;
    border-radius: 7px;
    box-shadow: 0 0 6px 0 rgba(61,57,122,.12), 0 1px 2px 0 rgba(61,57,122,.16);
    margin-top: 18px;
    padding: 19px; 
    padding-bottom: 0; 
}
.about-main-list li h1{
    font-size: 24px;
    font-weight: 800;
    color: #171719;
    padding-bottom: 19px;
}
.about-main-list li p{
    color: #171719;
    font-size: 17px;
    line-height: 25px;
    display: none;
    padding-bottom: 19px;
}
.about-main-content03{
    margin-top: 80px;
}
.about-main-content03 .about-main-list li h1{
    padding-bottom: 20px;
}
.about-main-content03 .about-main-list li span{
    display: block;
    color: #141414;
    opacity: .4;
    font-size: 14px;
    padding-bottom: 19px;
}
.about-main-content04{
    margin-top: 80px;
    margin-bottom: 30px;
}