* {
    margin: 0;
    padding: 0;
    outline: 0
}

img,
li,
span {
    cursor: pointer
}

li {
    list-style: none
}

p {
    margin: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 400;
    margin: 0
}

textarea {
    resize: none
}

input,
textarea {
    border: none;
    -webkit-appearance: none;
    font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, iconfont
}

em,
i {
    font-style: normal
}

a {
    color: #2d2d2d;
    text-decoration: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none
}

b {
    font-weight: 400
}

.whiter_bg {
    background: #fff
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both
}

.clearfix {
    zoom: 1
}

.clearit {
    clear: both;
    height: 0;
    font-size: 0;
    overflow: hidden
}

img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%
}

.font13 {
    font-size: 13px
}

.mg15 {
    margin: .15rem 0 0 0
}

.m_flex_box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.m_flex {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.flex_hc {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center
}

.flex_he {
    -webkit-box-pack: flex-end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end
}

.flex_vs {
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start
}

.flex_jz {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between
}

.flex_ar {
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around
}

.flex_v {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column
}

.flex_vw {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap
}

.flex_vc {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center
}

.flex_vb {
    -webkit-box-align: flex-end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end
}

.flex_1 {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1
}

.flex_2 {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2
}

.flex_hw {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap
}

.flex_scale1 {
    -webkit-flex-grow: 1;
    flex-grow: 1
}

.flex_scale2 {
    -webkit-flex-grow: 2;
    flex-grow: 2
}

.flex-1 {
    flex: 1;
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1
}

.flex-2 {
    flex: 2;
    -moz-box-flex: 2;
    -webkit-box-flex: 2;
    box-flex: 2
}

.line_comp2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal
}

.line_comp3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal
}

.line_comp1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

body,
html {
    min-height: 100%;
    background-color: #fff;
    font-family: '微软雅黑'
}

input[type=number] {
    -moz-appearance: textfield
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.cover_opc {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(43, 46, 55, .8);
    z-index: 9
}

.mar_b {
    margin-bottom: .2rem
}

.bor_b {
    border-bottom: .2rem solid #f1f1f1
}

.bor_b_s {
    border-bottom: .12rem solid #f1f1f1
}

.padd_bottom {
    padding-bottom: 1rem
}

.cover_div {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.height_auto {
    height: auto !important
}

.nav_main {
    width: 1200px;
    height: 60px;
    padding: 0 11px;
    box-sizing: border-box;
    margin: 0 auto
}

.logo {
    width: 66px;
    height: 40px
}

.header_right>a,
.header_right>div {
    position: relative;
    margin-left: 30px
}

.header_right>a span,
.header_right>div span {
    color: #fff;
    line-height: 60px;
    font-size: 16px;
    padding: 0 5px;
    display: block
}

.header_right>a span:after,
.header_right>div span:after {
    content: '';
    display: block;
    height: 3px;
    left: 0;
    right: 0;
    position: absolute;
    bottom: 10px;
    background-color: #fff;
    transform: scaleX(0);
    transition: all .3s;
    border-radius: 2px
}
.Lanlogo{
	color: #fff;
	font-weight: 600;
}
.header_rightDown {
    position: absolute;
    left: -60px;
    right: -10px;
    background-color: rgba(0, 0, 0, .7);
    text-align: center;
    width: 200px;
    display: none;
    box-sizing: border-box;
}
.header_rightDown li a:hover{
    border-bottom: 3px solid #fff;
}
.header_rightDown a {
    color: #fff;
    line-height: 40px;
    font-size: 16px
}

.header_right a.active span:after,
.header_right div.active span:after {
    transform: scaleX(1)
}

.header_right a:hover span:after,
.header_right div:hover span:after {
    transform: scaleX(1)
}

.main_contain {
    min-width: 1200px;
    margin: 0 auto
}

header {
    transition: all .4s
}
.header {
    position: fixed;
    width: 100%;
    box-sizing: border-box;
    z-index: 666
}

.header {
    background-color: #000
}

.home_banner {
    min-width: 1200px;
    margin: 0 auto;
    height: 720px;
    position: relative
}

.home_banner .el-carousel__container {
    background-color: #fff;
    height: 720px
}

.home_banner .el-carousel__item {
    position: relative;
    height: 100%;
    width: 100%;
    float: left
}

.home_banner .el-carousel__item>div {
    cursor: pointer;
    font-size: 30px;
    text-align: center;
    height: 720px
}

.home_banner .carImg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.home_banner .swiper-pagination {
    top: 90%!important;
    right: 45%!important;
}
.ksh_right{
	width: 400px;
}
.home_banner .swiper-pagination .swiper-pagination-bullet {
    display: block;
    margin: 5px 0;
    border-radius: 0;
    width: 30px;
    height: 5px;
    transition: all .3s;
    margin-right: 20px;
}

.home_banner .swiper-pagination .swiper-pagination-bullet-active {
    width: 40px
}

.home_banner_bottom {
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 10
}

.server_contain {
    background-image: url(../img/server_main.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center
}

.case_swiper {
    width: 970px;
    height: 356px;
    margin: 60px auto 0;
    box-sizing: border-box;
    padding: 60px 100px 0;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(../img/caseBg.png)
}

.case_swiper .swiper-slide {
    height: 280px;
    box-sizing: border-box;
    width: 300px !important;
}



.case_swiper .swiper-slide:hover .two {
    transform: rotateY(0);
    z-index: 999;
    opacity: 1
}

.case_swiper .col,
.case_swiper .one,
.case_swiper .two {
    /*position: absolute;
    height: 335px;
    width: 300px;*/
    height: 235px;
    width: 280px;
    top: 30px;
    left: 50%;
    /*margin-left: -150px;*/
    transition: all .7s cubic-bezier(.4, .2, .2, 1);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.case_swiper .two {
    transform: rotateY(-180deg);
    opacity: 0
}

.case_swiper .two p {
    text-align: center;
    color: #FEA12C;
    font-size: 16px;
    margin-top: 18px;
    cursor: pointer
}

.springCon>img {
    position: absolute;
    top: 120px
}

.springLeft {
    left: 0
}

.springRight {
    right: 0
}

.four_contain {
    margin-top: 80px;
    position: relative;
    z-index: 2
}

.four_inner {
    width: 191px
}

.four_contain img {
    width: 160px;
    height: 160px;
    display: block;
    margin: 0 auto;
    cursor: default
}

.four_contain h4 {
    color: #333;
    font-size: 18px;
    text-align: center;
    margin: 0 0 18px
}

.four_contain p {
    color: #666;
    font-size: 16px;
    line-height: 30px
}

.success_contain_inner {
    margin-top: 60px
}

.success_inner:hover .success_hover {
    top: -30px;
    box-shadow: 0 6px 8px 2px rgba(223, 123, 3, .3)
}

.success_hover {
    width: 270px;
    height: 355px;
    top: 0;
    transition: all .3s;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px 2px rgba(32, 33, 39, .12)
}

.success_inner:hover img {
    transform: scale(1.2)
}

.success_inner .success_pic {
    height: 162px;
    overflow: hidden
}

.success_inner .success_pic img {
    height: 100%;
    width: 100%;
    transition: all .3s;
    display: block
}

.success_inner h4 {
    width: 82%;
    margin: 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    color: #303445;
    font-size: 18px;
    font-weight: 700;
    padding: 21px 0 0
}

.success_inner h4:after {
    display: block;
    content: '';
    width: 170px;
    height: 1px;
    background-color: #F1F1F1;
    margin: 19px auto 0
}

.success_intro {
    margin-top: 18px;
    padding: 0 20px
}

.success_intro p {
    color: #666;
    font-size: 16px;
    line-height: 30px
}

.coopera_main {
    margin-top: 80px;
    padding: 0 0 50px;
    background-color: #FCF6F0
}

.coopera_contain_inner {
    margin-top: 60px
}

.coopera_inner {
    position: relative
}

.coopera_pic {
    display: block;
    width: 226px;
    height: 100px;
    margin-bottom: 20px;
    transition: all .3s
}

.coopera_inner:hover .coopera_pic {
    transform: scale(1.05)
}

.coopera_cover {
    position: absolute;
    width: 226px;
    height: 100px;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .3);
    z-index: 2;
    transform: scale(0);
    transition: all .5s
}

.coopera_inner:hover .coopera_cover {
    transform: scale(1.05)
}

.coopera_cover:after {
    content: '';
    border: 1px solid #fff;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    position: absolute
}

.main_module {
    padding-top: 100px;
    width: 1170px;
    margin: 0 auto
}

.home_tit_contain {
    width: 1170px;
    margin: 0 auto;
    text-align: center
}

.home_tit_contain h4 {
    color: #303445;
    font-size: 30px
}

.home_tit_contain h4:after {
    content: '';
    display: block;
    margin: 12px auto 0;
    background-color: #FE8C1B;
    width: 48px;
    height: 4px;
    border-radius: 2px
}

.home_tit_contain .noChild::after {
    background-color: transparent
}

.home_tit_contain p {
    color: #59607b;
    font-size: 18px;
    margin-top: 18px;
    line-height: 30px
}

.server_contain_inner {
    width: 970px;
    margin: 60px auto 0;
    padding-left: 80px;
}

.server_inner {
    width: 270px;
    height: 162px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-right: 30px;
    position: relative;
    text-align: center;
    margin-bottom: 20px;
    overflow: hidden
}

.server_inner .server_top {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    background-color: rgba(51, 51, 51, .7);
    color: #fff;
    font-size: 22px;
    opacity: 1;
    transition: opacity .2s
}

.server_inner .server_hover {
    transition: all .3s;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    top: 100%;
    /* background-image: url(../img/jb.png) */
}
.server_hover> div{
    height: 100%;
}
.server_inner .server_hover h4 {
    color: #fff;
    font-size: 22px;
    float: left;
    width: 100%;
    text-align: left;
    padding-left: 25px;
    margin-top: 0;
    box-sizing: border-box;
    margin-top: 20px;
    margin-bottom: 20px;
}

.server_inner .server_hover h4:after {
    content: '';
    display: block;
    background-color: #fff;
    width: 32px;
    height: 2px;
    border-radius: 2px;
    position: absolute;
    margin-top: 10px;
}

.server_inner .server_hover p {
    color: #fff;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
}

.server_inner:nth-child(2) .server_hover {
    background-image: url(../images/shade.png)
}

.server_inner:nth-child(3) .server_hover {
    background-image: url(../img/jzfp.png)
}

.server_inner:nth-child(4) .server_hover {
    background-image: url(../img/xyfw.png)
}

.server_inner:nth-child(3n) {
    margin-right: 0
}

.server_inner:hover .server_top {
    opacity: 0
}

.server_inner:hover .server_hover {
    top: 0
}
