body{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
.center{
	width: 1180px;
	margin: 0 auto;	
}
.center .title{
	font-size: 36px;
	color: #333;
    line-height: 50px;	
    text-align: center;
}
.center .futitle{
    font-size: 18px;
	color: #333;
    line-height: 25px;	
    text-align: center;
    margin-top: 9px;
}
.white{
    color: #fff!important;
}
.zixunlist{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
    .zixunlist .zixunbtn {
        width: 250px;
        height: 40px;
        background: #e68c46;
        border-radius: 37px;
        font-size: 16px;
        color: #fff;
        line-height: 40px;
        text-align: center;
        margin: 0 44px;
        animation: breathe 1.4s infinite;
    }
@keyframes breathe{
    0%{
        transform: scale(0.95);
    }
    50%{
        transform: scale(1.05);
    }
    100%{
        transform: scale(0.95);
    }
}
/*.pink{
    background: #ff006c!important;
}
.brown{
    background: #d3dbfe!important;
    color: #4c3fde!important;
}*/
.show{
    display: block!important;
}

/* banner */
.banner{
    width: 100%;
    position: relative;
}
.banner .banner_img{
    width: 100%;
    display: block;
}
.swiper-pagination{
    bottom: 20px!important; 
}
.swiper-pagination-bullet{
    width: 14px!important;
    height: 14px!important;
    border-radius: 50em;
    background: #333!important;
    margin: 0 7px!important;
    display: inline-block;
}
.swiper-pagination-bullet-active{
    background: #ef701b!important;
}

.part1{
	width: 100%;
	background: #f5f5f5;
    padding: 50px 0;
    overflow: hidden;
}
.part1 .main{
    width: 100%;
    background: #fff;
    margin: 40px 0 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    -webkit-transition: .6s;
    transition: .6s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all .5s cubic-bezier(.46,-1.96,.29,1.14);
    transition: all .5s cubic-bezier(.46,-1.96,.29,1.14);
}
.part1 .main:hover{
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
}
.part1 .main .leftText{
    width: 50%;
    display: flex;
    flex-direction: column;
}
.part1 .main .leftText img{
    width: 100%;
}
.part1 .main .leftText .leftBtn{
    width: 100%;
    height: 60px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.part1 .main .leftText .leftBtn span{
    font-size: 20px;
    line-height: 60px;
    color: #333;
    margin-right: 10px; 
}
.part1 .main .leftText .leftBtn img{
    width: 26px;
}
.part1 .main:hover .leftText .leftBtn img{
    -webkit-animation: shake .8s ease-in-out;
    animation: shake .8s ease-in-out;
}
@-webkit-keyframes shake{
    10%,90%{
        -webkit-transform: translate3d(0,-1px,0);
        transform: translate3d(0,-1px,0);
    }
    20%,80%{
        -webkit-transform: translate3d(0,2px,0);
        transform: translate3d(0,2px,0);
    }
    30%,70%{
        -webkit-transform: translate3d(0,-4px,0);
        transform: translate3d(0,-4px,0);
    }
    40%,60%{
        -webkit-transform: translate3d(0,4px,0);
        transform: translate3d(0,4px,0);
    }
    50%{
        -webkit-transform: translate3d(0,-4px,0);
        transform: translate3d(0,-4px,0);
    }
}
.part1 .main .rightText {
    width: 50%;
    background: #144b9b;
}
.part1 .main .rightText p{
    font-size: 16px;
    color: #fff;
    line-height: 28px;
    margin: 80px 50px;
    position: relative;
}
.part1 .main .rightText p::before{
    content: '';
    width: 19px;
    height: 15px;
    background: url(../images/left.png) no-repeat top center;
    position: absolute;
    top: 0;
    left: -30px;
}
.part1 .main .rightText p::after{
    content: '';
    width: 18px;
    height: 14px;
    background: url(../images/right.png) no-repeat top center;
    position: absolute;
    right: 0;
    bottom: -10px;
}
    .part1 .main .rightText p span {
        font-weight: 700;
        color: #b29973;
    }

.part2{
    width: 100%;
    background: #fff;
    padding: 50px 0 45px;
}
.part2 .main{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    overflow: hidden;
}
.part2 .main .one{
    width: 50%;
}
.part2 .main .one h3{
    font-size: 26px;
    color: #333;
    line-height: 30px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 30px;
}
    .part2 .main .one .bgyellow {
        width: 400px;
        height: 190px;
        background: #f7e2c9;
        border-radius: 6px;
        margin: 0 auto 40px;
        padding-top: 30px;
        -webkit-transition: .6s;
        transition: .6s;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-transition: all .5s cubic-bezier(.46,-1.96,.29,1.14);
        transition: all .5s cubic-bezier(.46,-1.96,.29,1.14);
    }
.part2 .main .one .bgyellow:hover{
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
}
.part2 .main .one .bgyellow p{
    font-size: 16px;
    color: #333;
    line-height: 24px;
    margin: 0 20px 6px;
}
.part2 .main .one .bgyellow p span{
    font-weight: 700;
}

.part3{
    width: 100%;
	background: #f5f5f5;
    padding: 50px 0;
    overflow: hidden;
}
.part3 .main{
    width: 100%;
    margin: 40px 0 25px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.part3 .main .width49{
    width: 49%;
    display: flex;
    flex-direction: column;
}
.part3 .main .width49 .item{
    width: 100%;
    margin-bottom: 15px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.part3 .main .width49 .item .one{
    width: 100%;
    -webkit-transition: .6s;
    transition: .6s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all .5s cubic-bezier(.46,-1.96,.29,1.14);
    transition: all .5s cubic-bezier(.46,-1.96,.29,1.14);
}
.part3 .main .width49 .item .one:hover{
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
}
.part3 .main .width49 .item .one49{
    width: 49%;
}
.part3 .main .width49 .item .one img{
    width: 100%;
    z-index: 1;
    display: block;
}
.part3 .main .width49 .item .one .text{
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 10;
}
.part3 .main .width49 .item .one .text h4{
    font-size: 22px;
    color: #333;
    font-weight: 700;
    line-height: 26px;
    margin: 0 0 15px 0;
}
.part3 .main .width49 .item .one .text p{
    font-size: 16px;
    color: #333;
    line-height: 28px;
    margin: 0;
}

.part4{
    width: 100%;
	background: #fff;
    padding: 50px 0;
}
.part4 .main{
    width: 100%;
    margin: 10px 0;
}
.part4 .main img{
    width: 100%;
}

.part5 {
    width: 100%;
    background: url(../images/02bg.jpg) no-repeat top center;
    background-size: cover;
    padding: 50px 0 62px;
    overflow: hidden;
}
.part5 .main{
    width: 100%;
    margin: 40px 0;
}
.part5 .main .tablist{
    width: 1000px;
    height: 50px;
    background: #fff;
    border-radius: 6px;
    margin: 0 auto 40px;
    display: flex;
    flex-direction: row;
}
.part5 .main .tablist .tab{
    width: 20%;
    height: 50px;
    font-size: 17px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    position: relative;
}
    .part5 .main .tablist .current {
        border-radius: 6px;
        background: #b29973;
        color: #fff;
    }
.part5 .main .tablist .tab::after{
    content: '';
    width: 1px;
    height: 32px;
    background: #ccc;
    position: absolute;
    right: 0;   
    top: 50%;
    margin-top: -16px;
}
.part5 .main .tablist .tab0::after{
    display: none;
}
.part5 .main .tablist .current::after{
    display: none;
}
    .part5 .main .tablist .current::before {
        content: '';
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #b29973;
        position: absolute;
        bottom: -8px;
        left: 50%;
        margin-left: -8px;
    }
.part5 .main .poslist{
    width: 1000px;
    margin: 0 auto;
}
.part5 .main .poslist .pos{
    width: 100%;
    display: none
}
.part5 .main .poslist .pos img{
    width: 100%;
}

.part6{
    width: 100%;
	background: #fff;
    padding: 50px 0;
    overflow: hidden;
}
.part6 .main{
    width: 100%;
    margin: 40px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.part6 .main .one{
    width: 224px;
    height: 268px;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    -webkit-transition: .6s;
    transition: .6s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all .5s cubic-bezier(.46,-1.96,.29,1.14);
    transition: all .5s cubic-bezier(.46,-1.96,.29,1.14);
}
.part6 .main .one:hover{
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
}
.part6 .main .one img{
    width: 100px;
    margin: 40px auto 20px;
}
.part6 .main .one h6{
    font-size: 20px;
    margin: 0 0 15px;
}
.part6 .main .one span{
    font-size: 18px;
    color: #333;
}
.bg1{
    background: #f5f6ff;
    box-shadow: 0 0 4px #4067f6;
}
.bg2{
    background: #fff8fa;
    box-shadow: 0 0 4px #f21b57;
}
.bg3{
    background: #fff9f1;
    box-shadow: 0 0 4px #ffa42c;
}
.bg4{
    background: #f4ffff;
    box-shadow: 0 0 4px #00b7b0;
}
.bg5{
    background: #faf7ff;
    box-shadow: 0 0 4px #9d94f8;
}
.bg1 h6{
    color: #4067f6;
}
.bg2 h6{
    color: #f21b57;
}
.bg3 h6{
    color: #ffa42c;
}
.bg4 h6{
    color: #00b7b0;
}
.bg5 h6{
    color: #9d94f8;
}

.part7{
    width: 100%;
    background: #f5f5f5;
    padding: 50px 0;
}
.part7 .main{
    margin: 40px 0;
    overflow: hidden;
}
.part7 .main .width100{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.part7 .main .width100 .one{
    width: 22.75%;
    height: 220px;
    background: #fff;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    -webkit-transition: .6s;
    transition: .6s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all .5s cubic-bezier(.46,-1.96,.29,1.14);
    transition: all .5s cubic-bezier(.46,-1.96,.29,1.14);
}
.part7 .main .width100 .one:hover{
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
}
.part7 .main .width100 .one img{
    margin: 30px 0;
}
.part7 .main .width100 .one p{
    font-size: 18px;
    line-height: 26px;
    margin: 0;
}
.part7 .main .width100 .one48{
    width: 48.5%;
    height: 180px;
    display: flex;
    flex-direction: row;
    margin: 20px 0 0;
}
.part7 .main .width100 .one48 img{
    margin: 0 40px 0 30px;
}
.part7 .main .width100 .one48 .text h4{
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 10px 0;
}
.part7 .main .width100 .one48 .text p{
    font-size: 18px;
    line-height: 28px;
    margin: 0 40px 0 0;
}

.part8 {
    width: 100%;
    background: #bbdefc;
    padding: 54px 0;
    overflow: hidden;
}
.part8 .main{
    width: 1046px;
    height: 438px;
    background: url(../images/bg8.png) no-repeat top center;
    margin: 40px auto;
    position: relative;
}
.part8 .main .one{ 
    width: 320px;
    height: 140px;
    position: absolute;
    top: 50px;
}
.part8 .main .one1{ 
    left: 0;
}
.part8 .main .one2{ 
    right: 0;
}
.part8 .main .one .text{     
    font-size: 18px;
    color: #4067f6;
    text-align: center;
    margin-top: 25px;
}
.part8 .main .one p{
    font-size: 14px;
    text-align: center;
    margin: 10px 60px;
}
.part8 .main .one:hover .text{
    font-weight: 700;
}

.part9{
    width: 100%;
    background: #fff;
    padding: 50px 0;
    overflow: hidden;
}
.part9 .main{
    width: 100%;
    margin: 40px 0;
}
.part9 .main .width100{
    width: 1156px;
    height: 71px;
    background: url(../images/bg9.png) no-repeat top center;
    margin: 0 auto 20px;
    display: flex;
    flex-direction: row;
}
.part9 .main .width100 .one{
    width: 50%;
    display: flex;
    flex-direction: row;  
    align-items: center;
} 
.part9 .main .width100 .one .icon{
    width: 46px;
    height: 41px;
    margin: 0 30px;
}
.part9 .main .width100 .one .text{
    font-size: 18px;
}
.part9 .main .width100 .one2{
    justify-content: right
}
.part9 .main .width100 .one:hover .icon{
    -webkit-animation: shake .8s ease-in-out;
    animation: shake .8s ease-in-out;
}

.part10{
    width: 100%;
    background: #f5f5f5;
    padding: 50px 0;
    overflow: hidden;
}
.part10 .main{
    width: 100%;
    margin: 40px 0;
    display: flex;
    flex-direction: row;  
    justify-content: space-between;
}
.part10 .main .one{
    width: 278px;
    background: #fff;
    box-shadow: 0 0 6px #e5eaf4;
    -webkit-box-shadow: 0 0 6px #e5eaf4;
    -moz-box-shadow:  0 0 6px #e5eaf4;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
    .part10 .main .one:hover {
        box-shadow: 0 0 6px #144b9b;
        -webkit-box-shadow: 0 0 6px #144b9b;
        -moz-box-shadow: 0 0 6px #144b9b;
    }
.part10 .main .one img{
    width: 62px;
    height: 62px;
    margin: 28px 0 22px;
}
.part10 .main .one h5{
    font-size: 20px;
    color: #333;
    line-height: 20px;
    margin: 0 0 20px;
}
.part10 .main .one p{
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 24px;
}
    .part10 .main .one .abtn {
        width: 70%;
        height: 35px;
        background: #fff;
        border: 1px solid #144b9b;
        border-radius: 35px;
        font-size: 15px;
        color: #144b9b;
        line-height: 35px;
        text-align: center;
        margin: 0 0 25px;
    }
    .part10 .main .one:hover .abtn {
        background: #144b9b;
        color: #fff;
    }

.part11{
    width: 100%;
    background: #e0e7ff;
    padding: 50px 0;
    overflow: hidden;
}
.part11 .main{
    width: 100%;
    margin: 40px 0;
    display: flex;
    flex-direction: row;  
    justify-content: space-between;
}
.part11 .main .one{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.part11 .main .one img{
    width: 261px;
    height: 203px;
    background: #fff;
    border-radius: 6px;
    border: 6px solid #fff;
}
.part11 .main .one .text{
    width: 273px;
    margin: 12px 0 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.part11 .main .one .text span{
    font-size: 18px;
    color: #333;
}