/*默认样式*/
* {
    padding: 0;
    margin: 0;
    list-style: none;
}

body {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.heightH {
    height: 100%;
}

.center {
    text-align: center;
}

.left {
    float: left;
}

.right {
    float: right;
}

.colorWhite {
    color: white !important;
}

a {
    text-decoration: none !important;
    color: inherit;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    border-bottom: none;
}

.cover {
    background-size: cover;
}

.contain {
    background-size: contain;
}

ul, li, ol {
    list-style: none;
}

.imgFit {
    background-position: center;
    background-repeat: no-repeat;
}

.white {
    background: white;
}

.relative {
    position: relative;
}

.allFill {
    width: 100%;
    height: 100%;
}

.hidden {
    overflow: hidden;
}

.flex-between {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
}

.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    box-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;
}

.imgH {
    display: block;
    height: 100%;
    max-width: 100%;
}

.imgW {
    display: block;
    width: 100%;
    max-height: 100%;
}

.headBanner {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

body {
    font-family: "Open Sans", sans-serif;
}

/*默认样式结束*/


/*网页未加载中*/
.webLoading {
    position: fixed;
    height: 100vh;
    width: 100vw;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px;
    z-index: 10000;
}

@-webkit-keyframes webLoading {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

.loadingLogo {
    width: 75px;
    height: 75px;
    /*background-image: url("../images/webLoading.png");*/
    -webkit-transform: rotate(360deg);
    animation: webLoading 2s linear infinite;
    -moz-animation: webLoading 2s linear infinite;
    -webkit-animation: webLoading 2s linear infinite;
    -o-animation: webLoading 2s linear infinite;
}

.loadingTips {
    margin-top: 20px;
}

/*网页未加载中结束*/


.con {
    position: absolute;
    left: 20px;
    right: 20px;
    color: white;
}


/*界面主要内容*/


.main {
    width: 100%;
    min-height: 100%;
}

.swiper1 {
    width: 100%;
    height: 100%;
}

.banner {
    width: 100%;
    margin-top: 70px;
}
.bannerUnique {
    width: 100%;
    margin-top: 70px;
}

.bannerImg {
    width: 100%;
    height: 100%;
}

.service {
    padding-top: 60px;
    width: 100%;
    text-align: center;
    font-size: 34px;
    color: #333333;
    padding-bottom: 30px;
}

/*.service::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 120px;*/
/*    left: 0;*/
/*    right: 0;*/
/*    margin: auto;*/
/*    width: 100px;*/
/*    height: 3px;*/
/*    background: #0faef0;*/
/*}*/

.detail-service {
    margin-top: 80px;
    font-size: 14px;
    color: #7c7c7c;
    line-height: 30px;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }

    .serviceTitle {
        font-size: 1.5rem;
    }

    .detail-service {
        font-size: 22px;
    }

}

@media (min-width: 40em) {
    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4;
    }

    /*.featurette-heading {*/
    /*    font-size: 18px;*/
    /*}*/

}

/*@media (min-width: 62em) {*/
/*    .featurette-heading {*/
/*        margin-top: 2rem;*/
/*    }*/
/*}*/

.featurette-divider {
    margin: 2.5rem 0;
}

/*.featurette-heading {*/
/*    font-weight: 300;*/
/*    line-height: 1;*/
/*    letter-spacing: -.05rem;*/
/*}*/

.marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
}

.marketing h2 {
    font-weight: 400;
}

.marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
}

body {
    width: 100%;
    color: #5a5a5a;
}

.carousel {
    margin-bottom: 4rem;
}

.carousel-caption {
    bottom: 3rem;
    z-index: 10;
}


.carousel-item {
    height: 32rem;
}

.carousel-item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 32rem;
}


.service .swiper-container {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.service .swiper-wrapper {
    transform-style: preserve-3d;
    position: relative;
    z-index: 1;
    width: 300px;
    height: 300px;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.service .swiper-wrapper .swiper-slide {
    width: 300px;
    height: 300px;
    overflow: hidden;
    border: 1px solid #e3e3e3;
    border-radius: 10px;
    position: relative;
}

.service .swiper-wrapper .swiper-slide .swiperInfo {
    width: 100%;
    height: 100%;
    opacity: 0;
    padding: 15px;
    background: rgba(0, 0, 0, 0.73);
    color: white;
    transition: all .2s linear;
    font-size: 16px;
    position: relative;
}

.service .swiper-wrapper .swiper-slide:hover .swiperInfo {
    opacity: 1;
}

.swiperInfoTitle {
    margin: 20px;
    font-size: 30px;
}

.swiperInfoCon {
    margin: 20px;
    font-size: 22px;
}


.fixedRight {
    position: fixed;
    right: 0px;
    bottom: 50px;
    width: 61px;
    height: 61px;
    z-index: 10;
}

.fixedItem {
    width: 60px;
    height: 60px;
    cursor: pointer;
    background: white;
    border: 1px solid rgba(224, 222, 222, 0.9);
}
.fixedItem img{
    max-width: 100%;
    display: block;
}

.fixedItem .toTop1 {
    background-image: url("../images/R2-t.png");
}

.fixedItem .toTop2 {
    background-image: url("../images/online1.png");
}
.QQ{
    background-image: url("../images/R1-q.png");
}
.onlineQuestion{
    background-image: url("../images/R3-k.png");
}
.wechatIcon{
    background-image: url("../images/wechat.png");
    position: relative;
}
.fixedItem:hover .toTop2 {
    background-image: url("../images/online2.png");
}
.wechatIcon:hover .wechatImg{
    display: block;
}

.wechatImg{
    display:none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 60px;
    margin: auto;
    width: 150px;
    height: 150px;
    padding: 10px;
}

.hundred {
    width: 100%;
    height: 100%;
}

html {
    scroll-behavior: smooth;
}

h2 {
    text-align: center;
}

.flex-just {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}

.flex-align {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    box-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;
}


.shaow:hover .imgDown {
    opacity: 1;
    padding: 20px;
    transition: all 0.2s linear;
}

.imgDown {
    font-size: 18px;
    padding: 0 20px;
    background: rgba(2, 2, 2, 0.68);
    opacity: 0;
    color: white;
    height: 360px;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
}

.copy {
    height: auto;
    line-height: 40px;
    text-align: center;
    width: 100%;
    color: #666;
    font-size: 14px;
    border-top: 1px solid #dfeaf0;
}

.foot {
    padding: 30px 0;
    background: #3b3b3b;
    color: white;
}


.foot span {
    display: block;
    width: 5rem;
    height: 0.2rem;
    background: #00ae90;
}

.tel {
    line-height: 40px;
    font-size: 20px;
    margin: 15px 0;
}

.tel:hover {
    color: #fc6500;

}

.foot a:hover {
    color: #fc6500;
}

.foot a {
    text-decoration: none;
    color: white;
}

.footListItem {
    margin: 10px auto;
}
.footListItem p{
    margin: 15px 0;
}
.footListItem p:hover {
    color: #fc6500;
}

.prepare {
    width: 25px;
    height: 25px;
}

/*内容2*/
.serve-outer {
    padding-top: 50px;
    width: 100%;
    padding-bottom: 20px;
}

.serveTitle {
    font-weight: 500;
}

.serve-line {
    width: 10%;
    height: 3px;
    background: #00ae90;
    margin: 20px auto;
}

.serve-inner {
    width: 100%;
    padding: 20px 10px;
    overflow: hidden;
    transition: all .1s;
    margin-bottom: 10px;
}

.serve-inner:hover {
    background: linear-gradient(to top right, rgba(13, 111, 246, 0.70), rgba(44, 183, 250, 0.70));
    color: white;
}

.serveCon {
    width: 100%;
}

.serveConTopOuter {
    width: 100%;
}

.serve-inner:hover .serveConTopOuter {
    transform: translateY(-100px);
}

.env {
    width: 100%;
    height: 300px;
    object-fit: cover;
    margin: 10px 0;
    border-radius: 5px;
}


/*内容1*/
.custom-outer {
    /*padding-top: 100px;*/
    width: 100%;
    background: rgb(246, 245, 245);
}

.custom-bg {
    width: 100%;
    padding: 50px 0;
    background-repeat: no-repeat;
    background-position: top center;
    color: white;
}

.imgCover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.customIcon {
    width: 100px;
    height: 100px;
    margin: 20px auto;
}

.customIcon1 {
    width: 100px;
    height: 100px;
    margin: 35px auto;
}

.custom h3 {
    color: #cccccc;
}


.contact-click {
    text-align: center;
    width: 100px;
    height: 40px;
    line-height: 40px;
    border-radius: 6px;
    border: white solid 1px;
    color: white;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    margin: auto;
}

.contact-click:hover {
    background: white;
    color: #47afef;
    cursor: pointer;
}

.imgFixed {
    width: 100%;
    height: 100%;
    background-image: url('../images/banner.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
}

/*自定义*/
.pack {
    background: rgba(229, 227, 227, 0.37);
    padding: 90px 0 30px;
}

/*左右布局*/
.side {
    padding-top: 50px;
}

/*规则布局*/
.rule {
    padding-top: 50px;
}

.ruleOuter {
    width: 100%;
    height: 225px;
    overflow: hidden;
}

.ruleImg {
    width: 100%;
    height: 100%;
    transition: all .5s;
}
.ruleImg img{
    height: 100%;
    display: block;
    width: 100%;
    object-fit: contain;
    margin: auto;
}

.ruleTR:hover .ruleImg {
    transform: scale(1.2);
}

.cardLine {
    border-top: 1px solid #cccccc;
    padding: 1rem 0.75rem !important;
}

.ruleTR:hover .ruleDetail {
    color: #fc6500;
}

/*轮播图分页样式*/
.swiper-pagination {
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-pagination span {
    float: left;
}

.swiper-pagination .bullet {
    display: block;
    margin: 3px 5px;
    width: 20px;
    height: 5px;
    background: rgba(193, 192, 192, 0.75);
    transition: all .3s;
}

.swiper-pagination .bullet-active {
    display: block;
    margin: 3px 5px;
    width: 20px;
    height: 5px;
    background: white;
    transition: all .3s;
}


/*底部联系图标*/
.iconContact {
    width: 35px;
    height: 35px;
}

.onlineWay {
    width: 35px;
    height: 35px;
    display: inline;
    margin-right: 15px;
}

.wei {
    position: relative;
}

.weiImg {
    display: none;
    width: 100px;
    height: 100px;
    position: absolute;
    background-color: white;
    left: -7px;
    top: -115px;
    margin: auto;
    z-index: 10;
    transition: all 0.3s;
}

.wei:hover .weiImg {
    display: block;
}

.weiTriangle {
    display: none;
    border-width: 20px;
    position: absolute;
    border-style: solid;
    border-color: white transparent transparent transparent;
    left: -5px;
    top: -20px;
    margin: auto;
    z-index: 10;
    transition: all 0.3s;
}

.wei:hover .weiTriangle {
    display: block;
}

.new-one {
    width: 100%;
}


/*new*/
.part {
    width: 100%;
    padding: 100px 0 50px;
}

.partTitle {
    max-width: 200px;
    margin: 0 auto 40px;
    position: relative;
}

.partTitle:after, .partTitle:before {
    content: '';
    width: 80px;
    height: 2px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #2cb7fa;
}

.partTitle:after {
    left: -100px;
}

.partTitle:before {
    right: -100px;
}

.chinese {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
}

.english {
    text-align: center;
    font-size: 16px;
}


.swiper2 img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: auto;

}


/*原因*/
.reason {
    width: 100%;
    background: linear-gradient(to top right, rgba(13, 111, 246, 0.70), rgba(44, 183, 250, 0.70));
    padding: 15% 10% 10%;
    margin-bottom: 10px;
    transition: all 0.5s;
}
.reason:hover{
    transform: translateY(-20px);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
}

.imgReason {
    width: 100%;
    padding-top: 5%;
}

.imgReason img {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    display: block;
}

.reasonName {
    margin: 15px auto;
    color: white;
    font-size: 18px;
    font-weight: 600;
}

.reasonDes {
    font-size: 14px;
    font-weight: 400;
    color: white;
}


.activity{
    display: block;
    width: 100%;
    height: auto;
    margin:0 auto;
}
/*合作流程*/
.order{
    margin: 10px auto;
    transition: all 0.5s;
}
.order:hover{
    margin: 10px auto;
    transform: translateY(-20px);
}
.six,.child,.child_child{
    width: 120px;
    height: 150px;
    overflow: hidden;
    position: relative;
    margin: auto;
}
.six{
    -webkit-transform: rotate(120deg);
    -o-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    -moz-transform: rotate(120deg);
    transform: rotate(120deg);
}
.child{
    -webkit-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    transform: rotate(-60deg);
}
.child_child{
    -webkit-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    transform: rotate(-60deg);
}
.oImg{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.orderName{
    margin-top: 10px;
    font-size: 18px;
    font-weight: 600;
    color: black;
}


.bgLine{
    width: 100%;
}


/*产品服务*/
/*.chooseServe .serviceIndex:nth-child(even){
    padding-top: 100px!important;
}*/



.productServiceIdea > span {
    position: absolute;
    width: 0;
    height: 0;
    vertical-align: middle;
    border: 0 solid rgba(44, 183, 250, 0.70);;
    background-color: transparent;
    pointer-events: none;
    transition: height .5s, width .5s, color .08s;
}

.productServiceIdea > span:nth-child(1) {
    top: 0;
    left: 0;
    border-width: 2px 0 0 2px;
}

.productServiceIdea > span:nth-child(2) {
    top: 0;
    right: 0;
    border-width: 2px 2px 0 0;
}

.productServiceIdea > span:nth-child(3) {
    bottom: 0;
    right: 0;
    border-width: 0 2px 2px 0;
}

.productServiceIdea > span:nth-child(4) {
    bottom: 0;
    left: 0;
    border-width: 0 0 2px 2px;
}

.productServiceIdea:hover > span {
    border-color:rgba(44, 183, 250, 0.70);
}

.productServiceIdea:hover > span:nth-child(1) {
    width: 100%;
}

.productServiceIdea:hover > span:nth-child(2) {
    height: 100%;
}
.productServiceIdea:hover > span:nth-child(3) {
    width: 100%;
}

.productServiceIdea:hover > span:nth-child(4) {
    height: 100%;
}

/*招聘理念*/
.productServiceIdea {
    width: 100%;
    position: relative;
    border-radius: 5px;
    margin: 10px auto;
    padding: 20px 10px;
    background-color: #ffffff;
}

.productServiceIdea:hover {
    background: linear-gradient(to top right, rgba(13, 111, 246, 0.70), rgba(44, 183, 250, 0.70));
}
.productServiceIdea:hover .productServiceTitle,.productServiceIdea:hover .productServiceTips{
    color: white;
}
.productServiceImg {
    display: block;
    width: 75px;
    height: 75px;
    padding: 15px;
    border-radius: 50%;
    background-color: white;
    box-shadow: 0 0 5px #cccccc;
    margin: auto;
}
.productServiceImg img{
    width: 50px;
    height: 50px;
    vertical-align: center;
    margin:auto;
}
.productServiceTitle {
    font-weight: 600;
    font-size: 20px;
    margin: 10px auto;
    color: black;
}

.productServiceTips {
    font-size: 16px;
    color: black;
}




.footService{
    width: 24%;
    /*width: 100%;*/
    min-width: 150px;
    height: 70px;
}
.footService-line{
    width: 1px;
    height: 20px;
    background: #e5e5e5;
}
.footServiceLeft{
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
.footServiceRight{
    font-size: 20px;
    line-height: 70px;
    color: white;
}






/*商务联系导航*/
.contactList{
    width: 100%;
    font-size: 14px;
}
.contactImg{
    width: 30px;
    height: 30px;
    margin-right: 15px;
}
.logoImg {
    height: 60px;
    background-image: url("../images/elelogo.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
