/* 引用字体 */
@font-face {
    font-family: myFuturaL;
    src: url("../font/FuturaL.otf");
}

body {
    font-family: Microsoft YaHei;
    color: #333333;
    font-size: 18px;
    line-height: 34px;
    font-weight: 400;
    margin: 0!important;
}

a {
    color: #fff
}

a, a:hover, a:focus, a:visited {
    color: #fff;
    text-decoration: none
}

::placeholder {
    color: inherit;
    opacity: 1
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;padding:0;
}

dl, ol, ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

::placeholder {
    color: inherit;
    opacity: 1
}

.page-wrapper {
    margin: 0 auto;
    width: 100%;
    min-width:1100px;
    overflow: hidden;
}

.container {
    width: 80%;
    margin: 0 auto;
    max-width: 1440px;
    min-width: 1100px;
    padding: 0;
}

.main-header {
    background: transparent;
    position: absolute;
    left: 0;
    top: 0.33rem;
    width: 100%;
    z-index: 999;
    transition: all 500ms ease;
    color: #fff
}

.banner-top {
    position: relative;
    width: 100%;
    min-height: 600px;
}


.main-menu {
    position: relative;
    z-index: 91;
    font-size: 1rem;
    display: flex;    justify-content: flex-end;
    align-items: center;
}

.banner-img-box {
    position: absolute;
    right: 22%;
    top: 30vh;
    width: 40%;
    text-align: right;
}

.banner-ewm{
    position:absolute;
    bottom:-351px;
    box-sizing: border-box;
    width:100%;
    z-index: 99;
}
.banner-txt {
    font-size: 32px;
    color: #fff;
    margin-bottom: 60px;
    letter-spacing: 2px
}

.banner-img-box img {
    width: 100%;
    max-width: 800px;
}
.banner-img{
    margin-right: -34px;
}

.main-menu-wrapper {
    position: relative;
    display: block
}

.main-menu-wrapper-left {
    display: block;
    float: left;
    width: 20%;
    max-width: 392px;
}

.main-menu-wrapper-left img {
    width: 100%
}

.main-menu-wrapper-right {
    display: block;
    float: right;
    width: 85%;
    text-align: right;
}

.main-menu .main-menu-list {
    padding-top: 37px;
    padding-bottom: 37px;
    margin-left:3.5rem ;
    cursor: pointer;
}

.stricky-fixed{
    transform: translateY(0);
    visibility: visible;
    background-color: rgba(0,0,0,0.64);
    position: fixed;
    z-index: 991;
    top: 0;
    left: 0;
}
.stricky-fixed .main-menu-list{
    padding-top: 30px;
    padding-bottom: 30px;
}
.tech-box {
    display: flex;
    justify-content: flex-end;
    align-content: flex-end;

}

.tech-left {
    background: #00205F;
    color: #fff;
    width: 27%;
    padding: 3rem;
    box-sizing: border-box;
    z-index: 99;
    margin-top:-16.67rem;
}
.tech-left-img{width:100%}
.tech-hen{width:100%;height:1px;background:#fff;margin:2.42rem 0 5.42rem 0;}
.tech-left-txt{font-size: 0.89rem;}
.tech-left-txt p{margin-bottom:0;letter-spacing: 0.5px;}
.tech-big{font-size: 1.8rem;line-height: 2.5rem}
.tech-right {
    width:calc( 70% - 160px);
    font-size:0.89rem;
    line-height:1.5rem;
    letter-spacing: 0.5px;
}
.tech-right .mt-h1{margin-top:5.83rem;}
.tech-right .mt-p{margin-top:3.1rem;}

.tech-right h1{font-size: 2.33rem;}
.tech-bottom {
    margin-top: 8.29rem
}

.tech-li {
    width: calc(50% - 1.33rem);
    padding: 2.54rem 2.875rem;
    box-sizing: border-box;
    background: #ffffff;
    border: 1px solid #a6a6a6;
    margin-top:2.66rem;
    cursor: pointer;
}

.tech-li:nth-child(2n) {
    margin-left: 2.66rem;
}

.tech-li:hover {
    background: #00205F;
    border: 1px solid #00205F;
    color: #fff
}

.tech-li h1 {
    font-size: 1.67rem;
    margin-top: 1.87rem;
}

.tech-li p {
    font-size: 0.89rem;
    line-height: 1.67rem;
    margin-top: 0.91rem;
}

.tech_img {
    width: 80px;
    height: 80px;
}

.tech_img_1 {
    background: url("../images/tech_1.png") no-repeat 100% 100%;
    transition: transform 0.5s ease;
    background-size: 100%;
}

.tech_img_2 {
    background: url("../images/tech_2.png") no-repeat 100% 100%;
    transition: transform 0.5s ease;
    background-size: 100%;
}

.tech_img_3 {
    background: url("../images/tech_3.png") no-repeat 100% 100%;
    transition: transform 0.5s ease;
    background-size: 100%;
}

.tech_img_4 {
    background: url("../images/tech_4.png") no-repeat 100% 100%;
    transition: transform 0.5s ease;
    background-size: 100%;
}

.tech-li:hover .tech_img_1 {
    background: url("../images/tech_1_active.png") no-repeat 100% 100%;
     background-size: 100%;
}

.tech-li:hover .tech_img_2 {
    background: url("../images/tech_2_active.png") no-repeat 100% 100%;
     background-size: 100%;
}

.tech-li:hover .tech_img_3 {
    background: url("../images/tech_3_active.png") no-repeat 100% 100%;
     background-size: 100%;
}

.tech-li:hover .tech_img_4 {
    background: url("../images/tech_4_active.png") no-repeat 100% 100%;
     background-size: 100%;
}

.server-box {
    margin-top: 9.29rem;
    background: url("../images/services.jpg") no-repeat 100% 100%;
    background-size: 100% 100%;;
    text-align: center;
    color: #fff;
    padding: 5.25rem 0 5.2rem 0;
    box-sizing: border-box;
}

.server-box h1 {
    font-size: 2.33rem;
    line-height: 3.4rem;
}

.server-box .tip {
    font-size: 0.89rem;
    margin-bottom: 0.9rem
}

.server-box .num {
    font-family: myFuturaL;
    font-size: 2.33rem;
    margin-top: 3.42rem
}

.server-box .num {
    font-size: 2.25rem;
    margin-top: 1.8rem
}

/*合作*/
.comparte {
    text-align: center;
    position: relative;
    margin-top:8.29rem
}

.comparte .container {
    background: #ffffff;
    border-radius: 22px;
    padding: 0 3.2rem 3.2rem 3.2rem;
    box-sizing: border-box
}

.comparte:after {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0;
    top: 50%;
    left: 0;
    background: #14255E;
    z-index: -1;
}

.comparte h1 {
    font-size: 2.33rem;
}


/*.comparte-img{*/
/*    cursor: pointer;*/
/*    width:90%;margin:87px auto   0 auto;*/
/*    height:auto;*/

/*}*/

/*底部*/
.footer {
    margin-top: -1px;
    padding: 8.75rem 0 10.1rem 0;
    box-sizing: border-box;
    background: #14255E;
    color: #fff;
    display: flex;
    justify-content: center;
    align-content: space-between;
}
.footer .container{display:flex; justify-content: space-between;
    align-items: center;}
.footer-menu {
    padding: 0;
    margin-bottom: 1.92rem;
}

.footer-menu .main-menu-list {
    padding: 0 1.33rem;
    display: inline-block;
    position: relative;
    font-size: 0.875rem;
}
.footer-menu .main-menu-list:first-child{padding-left:0}

.footer-menu .main-menu-list:after {
    content: "";
    position: absolute;
    top: 9px;
    bottom: 9px;
    right: 0;
    width: 1px;
    background: #fff;
}

.footer-menu .main-menu-list:last-child:after {
    display: none
}
.footer-txt{font-size:0.78rem}
.footer-img {
    width: 80%;
    text-align: right
}

/*返回顶部*/
.scroll-to-top {
     width: 45px;
    height: 45px;
    background: #343a40;
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 99;
    text-align: center;
    -webkit-transition: all .4s ease;
     display: none;
    border-radius: 50%;
    transition: all .4s ease
}

.scroll-to-top img {
    width:20px;
    margin-top:5px
}

.scroll-to-top:hover {
    background-color:#0a53be;
}

.scroll-to-top:hover i {
    color: #fff
}


.cooperate-ul  {
    overflow: hidden;
    cursor: pointer;
    margin: 87px auto 0 auto;
    height: auto;
}
.cooperate-ul-parent{width:90%;}
.cooperate-ul-child{width:100%;}
.cooperate-ul .box-show {
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    transition: all 0.8s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cooperate-ul-child .box-show {
    box-shadow: 0 7px 24px 0 rgba(0, 0, 0, 0.1)
}

.cooperate-ul .box-show:hover {
    transform: scale(1.04);
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -o-transform: scale(1.04);
    -ms-transform: scale(1.04);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}

.cooperate-ul li {
    float: left;
    margin-bottom: 47px;
    text-align: center;
}
.cooperate-ul-parent li {
    width: 19.2%;
    margin-right:1%;
    height:107px;
    overflow: hidden;
}
.cooperate-ul-parent li.ml0 {
    margin-right:0
}

.cooperate-ul-child li {
    width: 23.5%;

    margin-right:2%;
    overflow: hidden;
}
.cooperate-ul-child li.ml0 {
    margin-right:0
}


.cooperate-ul-parent li img {
    width: 100%;
}
.cooperate-ul-child li img {
    max-width: 100%;
    height:88px;
}



.bxTitle {
    margin-top: 8px;
    font-size: 14px;
    width: 100%;
    text-align: center;
    height: 40px;
    line-height: 20px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.img-box {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.img-box .img-box-con {
    width: 50%;
    height: 70%;
    background: #fff;
    min-width: 850px;
}

.img-box .img-box-con .title-box {
    font-size: 18px;
    padding: 16px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
}

.img-box .img-box-con .title-box .close {
    cursor: pointer;
}

.img-box .img-box-con .cooperate-ul {
    box-sizing: border-box;
    overflow-y: auto;
    padding: 0 58px;
    height:calc(100% - 113px);
    margin: 35px 0 16px 0
}



/* 小屏幕（平板，大于等于 768px） */
@media (max-width:998px) {
    html{font-size:12px }
}

/* 中等屏幕（桌面显示器，大于等于 992px） */
@media (max-width: 1346px) {
    html{font-size:14px }
    .main-menu .main-menu-list{margin-left: 2rem}
}
@media (max-width: 1420px) {
    .main-menu .main-menu-list{margin-left: 2rem}
}
/*!* 大屏幕（大桌面显示器，大于等于 1200px） *!*/
@media (min-width:1346px) {
    html{font-size:18px }
}