body{
    box-sizing: border-box;
    margin: auto;
    -moz-user-select: none; -khtml-user-select: none; user-select: none;
}
.layui-carousel{
    padding-top: 80px;
}
.container{
    max-width: 1600px;
    margin: auto !important;
}
.nav{
    overflow: unset;
}
.nav.index{
    background:rgba(255, 255, 255 ,1);
}
.layui-nav-bar{
    display: none;
}
.nav .layui-nav .layui-nav-item {
    margin: 0 20px;
}
.nav .layui-nav .layui-nav-item:nth-child(2):hover .fourService{
    display: block;
}
.fourService{
    background: rgba(255, 255, 255,1);
    position: absolute;
    display: none;
    z-index: 999;
}
.fourService li {
    display: block;
    width: 168px;
    text-align: center;
    height: 48px;
}
.fourService li a{
    height: 48px;
    line-height: 48px;
}
/*business开始*/
.partner{
    margin: 20px;
}
.partner > .title{
    margin: auto;
    text-align: center;
    color: rgb(2, 178, 181);
    font-size: 33px;
    margin-top: 28px;
}
.partner .partnerTitle{
    color: rgb(2, 178, 181);
    font-weight: bold;
    line-height: 36px;
    font-size: 24px;
    margin: 20px 0;
}
.backgroundContent{
    display: flex;
    justify-content:space-around;
}
.backgroundContent > .item{
    width: 180px;
    display: flex;
    flex-direction:column;
    align-items:center;
}
.backgroundContent > .item div{
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
    color: #666666;
}
.backgroundContent > .item div:first-child{
    height: 158px;
    width: 158px;
    background: #02b2b5;
    border-radius: 50%;
    position: relative;
}
.backgroundContent > .item img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -54%);
}
.purpose > div{

}
.purpose > div > div{
    width: 50%;
    height: 290px;
    float: left;
    display: inline-flex;
    flex-direction:column;
    align-items:center;
    justify-content: center;
    color: rgb(255, 255, 255);
    line-height: 30px;
    font-size: 18px;
    background: #01B3B2;
}

.cooperate > .industry{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.cooperate > .industry > div{
    width: 30%;
    margin-bottom: 20px;
    display: flex;
    flex-direction:column;
}
.cooperate > .industry .industryTitle{
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: rgb(77, 77, 77);
    margin-top: 10px;
}
.enlist{
    display: flex;
    justify-content: center;
}
.enlist > .hrDiv{
    height: 128px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.enlist hr{
    border-bottom:1px dashed #A9A9A9;
    width: 200px;
}
.enlist > div{
    display: flex;
    flex-direction:column;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    margin: 0 20px;
}
.enlist > div > div:first-child{
    width: 120px;
    height: 120px;
    border: 4px solid #02B2B5;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.enlist > div > div:last-child{
    margin-top: 10px;
}

.superiority{
    height: 288px;
    width: 288px;
    border: 4px solid #02B2B5;
    border-radius: 50%;
    margin: auto;
    position: relative;
}
.superiority > img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.superiority > div{
    position: absolute;
    width: 308px;
    height: 100px;
}
.superiority > div:nth-child(odd){
    height: 120px;
}
.superiority > div:nth-child(2){
    top: 20px;
    left: -318px;
    background-image: url("../correct/index_21.png");
    background-repeat: no-repeat;
    background-position: 0 48px;
}
.superiority > div:nth-child(3){
    top: 20px;
    left: 298px;
    background-image: url("../correct/index_22.png");
    background-repeat: no-repeat;
    background-position: 0 68px;
}
.superiority > div:nth-child(4){
    top: 160px;
    left: -318px;
    background-image: url("../correct/index_21.png");
    background-repeat: no-repeat;
    background-position: 0 48px;
}
.superiority > div:nth-child(5){
    top: 160px;
    left: 298px;
    background-image: url("../correct/index_22.png");
    background-repeat: no-repeat;
    background-position: 0 68px;
}
.superiority .superiorityTitle{
    font-weight: bold;
    color: rgb(2, 178, 181);
    font-size: 18px;
    margin-left: 36px;
}
.superiority .superiorityContent{
    font-family: Consolas, "Liberation Mono", Courier, "微软雅黑";
    color: #666666;
    font-size: 16px;
    margin-top: 10px;
    word-break: normal;
    white-space: pre-wrap;
    word-wrap: break-word;
    margin-left: 36px;
}
.superiority .superiorityContent2{
    margin-left: 46px;
}
.superiority .superiorityTitle2{
    margin-left: 46px;
}

.procedure > .procedureImg{
    height: 128px;
    align-items:center;
    justify-content: center;
}
.model{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.model > div{
    width: 30%;
    margin-bottom: 20px;
    display: flex;
    flex-direction:column;
    text-align: center;
}
.model .modelTitle{
    font-weight: bold;
    font-size: 18px;
    color: rgb(2, 178, 181);
    margin: 10px;
}
.model .modelContent{
    text-align: left;
    font-size: 16px;
    color: #666666;
}
.qrcode{
    position: absolute;
    top: 20px;
    right: 20px;
}
.qrcode > div{
    text-align: center;
    line-height: 35px;
    font: 14px Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif;
}
/*business结束*/
/*index开始*/
.index .title{
    margin-top: 16px;
    text-align: center;
    font-size: 33px;
    color: rgb(2, 178, 181);
    word-break: normal;
    white-space: pre-wrap;
}
.index .painSpot{
    height: 334px;
    background: url("../correct/index_35.png") repeat center ,transparent;
}
.index .painSpot .item{
    color: rgba(109, 109, 109, 0.996);
    word-break: normal;
    white-space: pre-wrap;
    line-height: 36px;
    display: inline-block;
    font-size: 24px;
    margin-left: 10px;
}
.index .flexible .procedure{

}
.index .realize .content{
    text-align: center;
    margin-top: 20px;

    height: 245px;
}
.index .realize .content > div{
    display: inline-block;
    margin-bottom: 20px;
}
.index .realize .content .content1{
    font-size: 24px;
    color: rgb(51, 51, 51);
    background-color: initial;
    text-align: left;
    font-weight: bold;
    padding: 20px 0;
}
.index .realize .content .content2{
    color: rgb(51, 51, 51);
    word-break: break-word;
    word-wrap: break-word;
    clear: both;
    font-size: 20px;
    font-family: 微软雅黑;
    text-align: left;
    font-weight: bold;
    margin-bottom: 10px;
}
.index .realize .content .content3{
    text-align: left;
    font-size: 16px;
    color: rgb(102, 102, 102);
    -webkit-text-size-adjust: 100%;
    line-height: 24px;
}
.index .realize .content .content4{
    color: rgba(2, 178, 181, 1);
    -webkit-text-size-adjust: 100%;
    cursor: pointer;
    font-weight: bold;
    font-size: 16px;
    line-height: 28px;
    border: 1px solid #02B2B5;
    width: 86px;
    text-align: center;
    border-radius: 5px;
    margin-top: 10px;
}
.index .safe{
    display: flex;
    justify-content: space-around;
}
.index .safe > div{
    width: 124px;
    display: inline-flex;
    flex-direction: column;
    text-align: center;
}
.index .safe .itemTitle{
    margin-top: 10px;
}
.index .application{
    display: flex;
    justify-content: space-around;
    flex-wrap:wrap;
    margin-top: 20px;
    margin-bottom: 10px;
}
.index .application > .item{
    display: flex;
    flex-direction: column;

    align-items: center;
    width: 242px;
    height: 289px;
    border: 2px solid #CCCCCC;
    box-sizing: border-box;
    padding: 18px;
    position: relative;
}
.index .application > .item > .item1{
    font-size: 24pt;
    color: #1BA0FC;
    font-weight: bold;
}
.index .application > .item > .item2{
    font-size: 14pt;
    color: #333333;
    font-weight: bold;
    margin: 16px;
}
.index .application > .item > .item3{
    font-size: 16px;
    color: rgb(102, 102, 102);
    -webkit-text-size-adjust: 100%;
    line-height: 24px;
}
.index .application > .item > .item4{
    font-size: 9pt;
    color: white;
    background-color: #1B9FFC;
    padding: 10px 20px;
    border-radius: 45px;
    margin-top: 16px;
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translate(-50%,0);
    cursor: pointer;
}
/*index结束*/
/*product开始*/
.product{
    padding: 0 40px;
}
.comprehensive{

}
.product .productTitle{
    color: rgb(2, 178, 181);
    font-weight: bold;
    font-size: 24px;
    margin: 20px 0;
}
.comprehensive > .content{
    position: relative;
}
.comprehensive > .content > .itemli{
    position: absolute;
}
.comprehensive > .content > .itemli > span:first-child{
    font-weight: bold;
    font-size: 20px;
    color: #07BCBE;
}
.comprehensive > .content > .itemli > span:last-child{
    font-size: 18px;
    color: #666666;
    word-break: normal;
    white-space: pre-wrap;
    margin-left: 10px;
}
.service > div{
    overflow: auto;
    margin-bottom: 20px;
}
.service .itemImg{
    width: 447px;
    height: 257px;
    float: left;
}
.service .itemRight{
    float: left;
    height: 257px;
    margin-left: 20px;
    position: relative;
    width: calc(100% - 447px - 80px);
}
.service .itemRight > div:nth-child(1){
    font-weight: bold;
    color: rgb(2, 178, 181);
    font-size: 20px;
}
.service .itemRight > div:nth-child(2){
    font-weight: bold;
    font-size: 16px;
    color: #666666;
    margin: 20px 0;
}
.service .itemRight > div:nth-child(3){
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    word-break: break-word;
    word-wrap: break-word;
}
.service .itemRight > div:nth-child(4){
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50px,0);
    font-size: 16px;
    color: rgba(2, 178, 181, 1);
    border: 1px solid #02B2B5;
    padding: 10px 16px;
    border-radius: 45px;
    cursor: pointer;
}
.productSuperiority > .item{
    display: flex;
    justify-content: space-around;
    flex-wrap:wrap;
}
.productSuperiority > .item > div{
    width: 282px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
}
.productSuperiority > .item > div >div:nth-child(2){
    font-weight: bold;
    font-size: 18px;
    color: #666666;
    margin: 6px;
}
.productSuperiority > .item > div >div:nth-child(3){
    font-size: 16px;
    line-height: 20px;
    color: #666666;
}
.productPartner > div:nth-child(2){
    margin: 0 auto;
}
.productPartner > div:nth-child(2) > div{
    display: inline-block;
    margin-right: 40px;
}
/*product结束*/
/*product_flexible开始*/
.product > .flexiblecomprehensive > div > div{
    width: 50%;
    float: left;
    box-sizing: border-box;
}
.product > .flexiblecomprehensive > div > div:first-child{
    font-family: 微软雅黑, "Microsoft YaHei";
    font-size: 18px;
    padding: 20px;
    line-height: 30px;
    color: rgb(255, 255, 255);
    background: #01B3B2;
    min-height: 330px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product > .flexiblecomprehensive > div > div:last-child{
    font-family: 微软雅黑, "Microsoft YaHei";
    font-size: 18px;
    padding: 20px;
    line-height: 30px;
    color: rgba(255, 255, 255,0);
    background-image: url("../correct/product_flexible_01.jpg");
    background-size: 100% 100%;
    min-height: 330px;
}
.product .serviceM > div:last-child{
    display: flex;
    justify-content: space-between;
}
.product .serviceM > div > div{
    width: 25%;
    box-sizing: border-box;
}
.product .serviceM > div > .content{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.product .serviceM > div > .content > div:first-child{
    height: 208px;
    display: flex;
    align-items: center;
}
.product .serviceM > div > .content > div:nth-child(2){
    font-weight: bold;
    font-size: 18px;
    color: #666666;
    padding: 6px;
}
.product .serviceM > div > .content > div:last-child{
    line-height: 21px;
    color: #666666;
    font-size: 16px;
}
.product .serviceM > div .arrowhead{
    height: 208px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
    font-size: 16px;
    color: #666666;
    line-height: 46px;
}
.product .serviceM > div .arrowhead > div:first-child{
    padding-bottom: 10px;
    background-image: url("../correct/product_flexible_05.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
}
.product .serviceM > div .arrowhead > div:last-child{
    padding-top: 10px;
    background-image: url("../correct/product_flexible_06.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
}
.product .serviceprocedure{
    display: flex;
    justify-content: center;
}
.product .serviceprocedure > .item{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.product .serviceprocedure > .item > .itemImg{
    height: 128px;
    width: 128px;
    border: 4px solid #04B1B2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product .serviceprocedure > .item > .title{
    font-size: 16px;
    color: #666666;
    word-break: break-word;
    word-wrap: break-word;
    margin-top: 10px;
}
.product .serviceprocedure > .item > .arrowhead{
    height: 128px;
    width: 128px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*product_flexible结束*/
/*product_studio开始*/
.product .studioBackImg{
    background-image: url("../correct/product_studio_01.jpg") !important;
}
/*product_studio结束*/
/*product_finance.html开始*/
.product .financeBackImg{
    background-image: url("../correct/product_finance_01.jpg") !important;
}
/*product_finance.html结束*/
/*product_park.html开始*/
.product .parkBackImg{
    background-image: url("../correct/product_park_01.jpg") !important;
}
/*product_park.html结束*/
/*plan开始*/

.plan > .itemPlan{
    display: flex;
    justify-content: space-around;
    flex-wrap:wrap;
}
.plan > .itemPlan > div{
    width: 350px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
}
.plan > .itemPlan > div >div:nth-child(2){
    font-weight: bold;
    font-size: 18px;
    color: #666666;
    margin: 6px;
}
.plan > .itemPlan > div >div:nth-child(3){
    font-size: 16px;
    line-height: 20px;
    color: #666666;
    padding-bottom: 20px;
}
.plan > .itemPlan img{
    width: 350px;
    height: 180px;
}
/*plan结束*/
/*open开始*/
.opensuperiority{
    margin-bottom: 20px;
}
.opensuperiority > .item{
    min-width: 960px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
}
.opensuperiority > .item > .openImg{
    width: 480px;
    height: 235px;
    display: inline-block;
}
.opensuperiority > .item > .openContent{
    box-sizing: border-box;
    padding: 20px;
    display: inline-block;
    width: 480px;
    height: 235px;
    vertical-align: bottom;
}
.opensuperiority > .item > .openContent > div:nth-child(1){
    font-weight: bold;
    font-size: 24px;
    color: rgb(2, 178, 181);
    padding: 20px 0;
}
.opensuperiority > .item > .openContent > div:nth-child(2){
    font-size: 16px;
    color: #666666;
    word-break: normal;
    white-space: pre-wrap;
}
/*open结束*/
/*about开始*/
.about{
    box-sizing: border-box;
    padding: 20px;
}
.about .aboutTitle{
    font-size: 24px;
    font-weight: bold;
    color: rgb(2, 178, 181);
}
.about .introduct{
    text-align: center;
}
.about .introduct > div{
    display: inline-block;
}
.about .introduct > div:nth-child(2){
    width: 515px;
    margin-left: 20px;
    text-align: left;
    vertical-align: top;
    font-size: 16px;
    color: rgb(0, 0, 0);
    background-color: initial;
    text-align: justify;
    padding-top: 10px;
}
.about .culture{
    display: flex;
    justify-content: space-between;

}
.about .culture > div{
    width: 30%;
}
.about .culture .title{
    height: 58px;
    font-weight: bold;
    font-size: 20px;
    color: rgb(255, 255, 255);
    text-align: center;
    line-height: 58px;
    background: #02C7CD;
}
.about .culture .content{
    height: 140px;
    text-align: center;
    background: #F4F4F4;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about .culture .content > span{
    box-sizing: border-box;
    padding: 20px;
    text-align: left;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}
.about .contact .item{
    padding-left: 20px;padding-top: 32px;
}
.about .contact .item span{
    font-size: 16px;color: #666666;padding: 20px 0;
}
/*about结束*/