/* 网站banner */

.banner {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.banner:hover .left-btn {
    display: block;
}

.banner:hover .right-btn {
    display: block;
}

.banner>ul {
    /* display: none; */
    width: 999999999px;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.banner>ul>li {
    height: auto;
    width: 100%;
    height: 100%;
}

.banner>ul>li img {
    height: 100%;
    width: 100%;
}

.banner>ul>li>a {
    display: block;
    font-size: 200px;
    text-align: center;
    font-weight: bold;
}

.left-btn,
.right-btn {
    display: none;
    width: 61px;
    height: 61px;
    position: absolute;
    top: 45%;
    right: 30px;
    background: url("../img/right-1.png");
    cursor: pointer;
}

.left-btn {
    left: 30px;
    background: url("../img/left-1.png");
}

.img-btn-list {
    width: 100%;
    position: absolute;
    bottom: 10px;
    left: 0;
    text-align: center;
}

.img-btn-list>span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    margin: 0 5px;
    background-color: rgba(221, 221, 221, 0.3);
    /* background: rgba(0, 0, 0, 0.8); */

    cursor: pointer;
}

.img-btn-list>span.current {
    /* border: 3px solid rgba(0, 0, 0, 0.8); */
    /* background: rgba(255, 255, 255, 0.8); */
    background-color: rgb(0, 230, 206);
}

.container-banner {
    width: 100%;
    height: auto;
}

.container-banner-text {
    width: 980px;
    margin: 0 auto;
    text-align: right;
    height: 100%;
    color: #fff;
    letter-spacing: 2px;
}

.container-banner-text .text-header {
    color: #fff;
    font-size: 32px;
    padding-top: 70px;
}

.container-banner-text .text-header span {
    color: rgb(247, 188, 26);
}

.container-banner-text .text-header+p {
    color: #fff;
    margin-top: 5px;
}

.text-line {
    display: inline-block;
    width: 180px;
    height: 1px;
    background: #fff;
    margin: 14px 0px;
}

.text-detail {
    color: #fff;
    margin-top: -4px;
}

.text-detail+p {
    color: #fff;
}

.btn {
    display: inline-block;
    height: 40px;
    width: 80px;
    line-height: 40px;
    text-align: center;
    background: rgb(248, 195, 96);
    border-radius: 5px;
    color: #fff;
    margin-top: 10px;
    cursor: pointer;
}

.recognition-wrap {
    background: #fafafa;
    width: 100%;
}

.containner-recognition {
    height: 100px;
    width: 980px;
    margin: 0 auto;
    padding-top: 16px
}

.container-recognition-info {
    margin: 0 auto;
    width: 80%;
    margin-top: 20px;
}

.recognition-banner {
    margin-top: 20px;
    width: 100%;
    background: #08A5E0;
    height: 300px;
}


/* server产品服务样式 */

.contianer-main {
    background: #fafafa;
}

.container-server-list,
.container-server-list ul,
.container-server-list ul li dl {
    width: 100%;
    height: 100%;
}

.containner-server {
    padding-top: 70px;
    padding-bottom: 40px;

}

.container-server-list {
    /* padding-bottom: 60px; */
    position: relative;
}

.container-server-list .right_bg {
    position: absolute;
    right: 0;
    bottom: 0;
}

.container-server-list .right_bg img {
    width: 100%;
    height: 110px;
}

.container-server-list .server-list {
    overflow: hidden;
    height: 495px;
    width: 1200px;
    margin: 0 auto;
    /* background: url(../img/server_list_bg.png) no-repeat; */
    /* background-size: 100%; */
    /* background-position: bottom; */
}

.container-server-list .server-list .left {
    width: 49%;
    float: left;
    margin-top: 7%;
}

.container-server-list .server-list .left section {
    line-height: 34px;
}

.container-server-list .server-list .right {
    width: 49%;
    float: right;
}

.container-server-list .server-list .right img {
    width: 588px;
    position: absolute;
    z-index: 1;
}

/* advantages业务优势 */

.container-advantages {
    background-color: rgb(223, 226, 234);
    padding-top: 70px;
}

.advantagegs-list,
.advantagegs-list ul {
    width: 100%;
    height: 100%;
    margin-top: 24px;
}

.advantagegs-list-wrap {
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
}

.advantagegs-list ul li {
    height: 231px;
    width: 275px;
    /* border-top: 2px solid #11aceb; */
    background-color: #fff;
    text-overflow: ellipsis;
    float: left;
    margin-right: 33px;
    margin-bottom: 20px;
    padding: 50px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    box-shadow: 1px 1px 10px #999;
    -webkit-line-clamp: 8;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.advantagegs-list ul li.no-margin {
    margin-right: 0;
}

.advantagegs-list ul li dt {
    text-align: center;
}

.advantagegs-list ul li dt h3 {
    color: #1C3586;
    font-size: 18px;
}

.advantagegs-list ul li dt img {
    width: 50%;
}


.advantagegs-list ul li section {
    text-indent: 2rem;
    padding: 0 10px;
    overflow: hidden;
    font-size: 14px;
    line-height: 22px;
}

.advantagegs-list ul li:hover {
    box-shadow: 2px 2px 7px #ccc;
    background: #fff;
}


/* profile 公司简介*/

.container-profile {
    padding-top: 70px
}

.container-profile .main:hover {
    transform: translate3d(-50%, -50%, 0) rotateZ(360deg);
}

.profile_wrap {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 100px;
}

.profile_wrap .cricle {
    height: 689px;
}

.profile_wrap .cricle .cricle_wrap {
    width: 500px;
    height: 500px;
    position: absolute;
    left: 50%;
    top: 38%;
    transform: translate3d(-50%, -50%, 0);
    margin: 0 auto;
    border: 2px solid rgb(28, 53, 134, 0.3);
    border-radius: 100%;
    background-color: transparent;
}

.profile_wrap .cricle .cricle_wrap .cricle_wrap_main {
    width: 100%;
    height: 100%;
    position: relative;
}

.profile_wrap .cricle .cricle_wrap .cricle_wrap_main .cricle_wrap_item {
    position: absolute;
    width: 65px;
    height: 65px;
    top: 0;
    left: 0;
    padding: 10px;
    border-radius: 100%;
    line-height: 1.3;

}

.profile_wrap .cricle .cricle_wrap .cricle_wrap_main .cricle_wrap_item a {
    color: #fff;
    display: inline-block;
}

.profile_wrap .cricle .cricle_wrap .cricle_wrap_main .cricle_wrap_item b {
    line-height: 22px;

}

.profile_wrap .cricle .cricle_wrap .cricle_wrap_main .cricle_wrap_item:nth-of-type(1) {
    left: -4%;
    top: 10%;
    background-color: rgb(144, 125, 228);
    box-shadow: rgba(144, 125, 228, 0.5) 0px 0px 20px 5px;
}

.profile_wrap .cricle .cricle_wrap .cricle_wrap_main .cricle_wrap_item:nth-of-type(1) a {
    padding-top: 15px;
}

.profile_wrap .cricle .cricle_wrap .cricle_wrap_main .cricle_wrap_item:nth-of-type(1) b {
    position: absolute;
    width: 300px;
    left: -300px;
    top: 70px;
    font-weight: normal;
}

.profile_wrap .cricle .cricle_wrap .cricle_wrap_main .cricle_wrap_item:nth-of-type(2) {
    left: 85%;
    top: 10%;
    background-color: rgb(59, 181, 182);
    box-shadow: rgb(59, 181, 182) 0px 0px 20px 5px;
}

.profile_wrap .cricle .cricle_wrap .cricle_wrap_main .cricle_wrap_item:nth-of-type(2) a {
    padding-top: 5px;
}

.profile_wrap .cricle .cricle_wrap .cricle_wrap_main .cricle_wrap_item:nth-of-type(2) span {
    position: relative;
}

.profile_wrap .cricle .cricle_wrap .cricle_wrap_main .cricle_wrap_item:nth-of-type(2) span b {
    position: absolute;
    width: 255px;
    left: 80px;
    top: 1px;
    font-weight: normal;
}

.profile_wrap .cricle .cricle_wrap .cricle_wrap_main .cricle_wrap_item:nth-of-type(3) {
    left: 85%;
    top: 71%;
    background-color: rgb(43, 152, 244);
    box-shadow: rgba(43, 152, 244, 0.5) 0px 0px 20px 5px
}

.profile_wrap .cricle .cricle_wrap .cricle_wrap_main .cricle_wrap_item:nth-of-type(3) a {
    padding-top: 15px;
}

.profile_wrap .cricle .cricle_wrap .cricle_wrap_main .cricle_wrap_item:nth-of-type(3) b {
    position: absolute;
    width: 340px;
    left: 80px;
    top: 70px;
    font-weight: normal;
}

.profile_wrap .cricle .cricle_wrap .cricle_wrap_main .cricle_wrap_item:nth-of-type(4) {
    left: 43%;
    top: 94%;
    background-color: rgb(253, 162, 63);
    box-shadow: rgb(253, 162, 63) 0px 0px 20px 5px;
}

.profile_wrap .cricle .cricle_wrap .cricle_wrap_main .cricle_wrap_item:nth-of-type(4) a {
    padding-top: 5px;
    color: #fff;
}

.profile_wrap .cricle .cricle_wrap .cricle_wrap_main .cricle_wrap_item:nth-of-type(4) b {
    position: absolute;
    width: 379px;
    left: -142px;
    top: 104px;
    font-weight: normal;
}

.profile_wrap .cricle .cricle_wrap .cricle_wrap_main .cricle_wrap_item:nth-of-type(5) {
    left: -4%;
    top: 71%;
    background-color: rgb(43, 152, 244);
    box-shadow: rgba(43, 152, 244, 0.5) 0px 0px 20px 5px
}

.profile_wrap .cricle .cricle_wrap .cricle_wrap_main .cricle_wrap_item:nth-of-type(5) a {
    padding-top: 5px;
}

.profile_wrap .cricle .cricle_wrap .cricle_wrap_main .cricle_wrap_item:nth-of-type(5) b {
    position: absolute;
    width: 300px;
    left: -300px;
    top: 70px;
    font-weight: normal;
}

.profile_wrap .cricle .cricle_wrap .main {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    margin: 0 auto;
    width: 300px;
    z-index: 2;
    height: 300px;
    border-radius: 100%;
    border-width: 0px;
    border-style: none;
    border-color: unset;
    box-shadow: rgba(28, 53, 134, 0.2) 0px 0px 50px 5px;
    transform: all;
    font-size: 48px;
    background: #fff;
    padding: 0px;
    line-height: 300px;
    color: #1C3586;
    text-align: center;
    font-weight: normal;
    font-style: normal;
}

/* 合作伙伴 */
.partner_wrap {
    /* height: 600px; */
    width: 1200px;
    margin: 0 auto;
}

.partner_wrap ul {
    position: relative;
}

.partner_wrap ul li {
    position: absolute;
    /* background-image: ; */
}

/* 联系公司情况 */
.container-company {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding: 70px 0 50px;
}

.container-company .main {
    font-size: 22px;
    color: #1c3487;
    margin: 0px 0 10px
}

.container-company .desc {
    margin: 10px 0;
}

.container-company .phone {
    font-size: 36px;
    margin: 26px 0;
    color: #FF8500;
}

.container-company .btn {
    display: inline-block;
    height: 60px;
    width: 260px;
    line-height: 60px;
    text-align: center;
    background: #1c3487;
    border-radius: 5px;
    color: #fff;
    font-size: 24px;
    margin-top: 10px;
    cursor: pointer;
}