a,
img {
    line-height: 0;
}

.server .swiper-container {
    line-height: 0;
    min-width: 1200px;
}

.server .swiper-container img {
    width: 100%;
    height: 720px;
    -o-object-fit: cover;
    object-fit: cover;
}

.server .tab-list {
    width: 100%;
    min-width: 1200px;
    height: 80px;
    border-top: 1px solid rgba(23, 36, 58, .2);
    border-bottom: 1px solid rgba(23, 36, 58, .2);
}

.server .tab-list .tab-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 1200px;
    height: 80px;
    margin: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.server .tab-list .tab-info  a {
	color:#999}

.server .tab-list .box {
    position: relative;
    cursor: pointer;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    color: #999;
}

.server .tab-list .active {
    font-weight: bold;
    color: #17243a;
}

.server .tab-list .box:after{
	width: 0;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
}
.server .tab-list .active:after {
    position: absolute;
    bottom: -18px;
    left: 0;
    display: block;
    width:100%;
    height: 2px;
    content: '';
    background-color: #939391;
}

.server .tab-list .box:hover {
    font-weight: bold;
    color: #17243a;
}
.server .tab-list .box:hover:after {
    position: absolute;
    bottom: -18px;
    left: 0;
    display: block;
    width:100%;
    height: 2px;
    content: '';
    background-color: #939391;
}

.card .title {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    width: 100%;
    min-width: 1200px;
    height: auto;
    height: 80px;
    margin: 0 auto 57px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

.card .title h2 {
    font-size: 40px;
    position: absolute;
    z-index: 1;
    color: #17243a;
}

.card .title p {
    font-family: Microsoft YaHei;
    font-size: 40px;
    font-weight: bold;
    position: absolute;
    bottom: 8px;
    color: rgba(51, 51, 51, 0.05);
}

.card .title:after {
    position: absolute;
    bottom: 8px;
    display: block;
    width: 96px;
    height: 8px;
    content: '';
    background-color: #939391;
}

.card .card-content {
    text-align: center;
}

.card .card-content p {
    font-size: 14px;
    line-height: 28px;
    color: #999;
}

.card .card-content h4 {
    font-size: 24px;
    padding: 40px 0 62px;
    color: #444;
}

.server-system .box-one {
    width: 1200px;
    height: auto;
    margin: auto;
    padding: 100px 0;
}

.server-system .box-one.list {
    position: relative;
    width: 100%;
}

.server-system .box-one .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 1200px;
    margin-bottom: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
}

.server-system .box-one .list .box:nth-child(2) .content {
    padding-top: 40px;
    padding-left: 52px;
    background-color: rgba(51, 51, 51, .06);
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.server-system .box-one .list .box:nth-child(2) .content ol,.server-system .box-one .list .box:nth-child(3) .content ol {
    width:auto;
	letter-spacing: 3px;
    margin-top:0;
}
.server-system .box-one .list .box:nth-child(2) .content ol li,.server-system .box-one .list .box:nth-child(3) .content ol li{
	line-height: 28px;
	position: relative;
	top: -1px;
	text-align: justify;
}
.server-system .box-one .list .box:nth-child(2) .content ol li:before,.server-system .box-one .list .box:nth-child(3) .content ol li:before{
	content: '';
	width: 4px;
	height: 4px;
	background: #999;
	border-radius: 100%;
	display: inline-block;
	vertical-align: middle;
	margin-right: 6px;
}
.server-system .box-one .list .box:nth-child(2) .image {
    width: 560px;
}

/* .server-system .box-one .list .box:nth-child(3) .content ol {
    margin-left: 17px;
} */

.server-system .box-one .list .box:nth-child(4) .image img {
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.server-system .box-one .left {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.server-system .box-one .left:last-child{
	margin-bottom: 0;
}
.server-system .box-one .left .content {
    padding-left: 46px;
}

.server-system .box-one .right {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.server-system .box-one .right .content {
    padding-right: 46px;
}

.server-system .box-one .info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 1040px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.server-system .box-one .image {
    position: relative;
    width: 664px;
    height: 384px;
    background-color: rgba(51, 51, 51, .06);
}

.server-system .box-one .image img {
    position: absolute;
    top: 0;
    right: 0;
    width: 512px;
    height: 280px;
    -o-object-fit: cover;
    object-fit: cover;
}

.server-system .box-one .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 480px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
}

.server-system .box-one .content h4 {
    font-size: 28px;
    padding-bottom: 16px;
    color: #17243a;
}

.server-system .box-one .content p {
    font-size: 18px;
    padding-bottom: 32px;
    color: #999;
}

.server-system .box-one .content span {
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 3px;
    color: #999;
}

.server-system .box-one .content ol {
    font-size: 14px;
    line-height: 28px;
    margin-top: 28px;
    list-style: disc;
    color: #999;
}

.server-system .box-two {
    width: 100%;
    min-width: 1200px;
    height: auto;
    padding-bottom: 104px;
}

.server-system .box-two-banner {
    width: 100%;
    min-width: 1200px;
    /*height: 288px;*/
    margin: 40px auto 48px;
}

.server-system .server-system .form-box {
    width: 1200px;
    height: auto;
    margin: 40px auto;
}

.server-system .form-box p {
    font-size: 14px;
    text-align: center;
    color: #333;
}

.server-system .form-box p:nth-child(3) {
    color: #999;
}

.server-system .form-box .phone-number {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.server-system .form-box .phone-number img {
    width: 33px;
    height: 36px;
    -o-object-fit: cover;
    object-fit: cover;
}

.server-system .form-box .phone-number h4 {
    font-size: 40px;
    padding: 24px 0 32px;
    padding-left: 8px;
    color: #17243a;
}

.server-system .form-info {
    width: 1200px;
    height: auto;
    margin: auto;
    padding-top: 56px;
}

.server-system .form-info-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 56px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.server-system .form-info-box input {
    font-family: 'microsoft yahei';
    width: 568px;
    height: 64px;
    text-indent: 24px;
    color: #333;
    border: 1px solid #333;
}

.server-system .form-info textarea {
    font-family: 'microsoft yahei';
    width: 1200px;
    height: 240px;
    padding: 20px 24px;
    color: #333;
    border: 1px solid #333;
}

.server-system .form-info .submit {
    font-family: 'microsoft yahei';
    font-size: 18px;
    line-height: 56px;
    display: block;
    width: 192px;
    height: 56px;
    margin: 56px auto 0;
    text-align: center;
    color: #fff;
    border: none;
    background-color: #939391;
}

/*  */
.server-home .box-three {
    width: 100%;
    min-width: 1200px;
    margin: auto;
    padding: 104px 0 0;
}

.server-home .box-three .tab-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 1200px;
    height: 98px;
    margin: 0 auto 59px;
    border-top: 1px solid rgba(153, 153, 153, .4);
    border-bottom: 1px solid rgba(153, 153, 153, .4);
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.server-home .box-three .tab-info .box {
    font-size: 24px;
    line-height: 38px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 254px;
    height: 38px;
    cursor: pointer;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    text-align: center;
    color: #999;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.server-home .box-three .tab-info .box:hover,
.server-home .box-three .tab-info .active {
    color: #17243a;
	font-weight: bold;
	border-bottom:5px #939391 inset;
}

.server-home .box-three .tab-info .box:hover:after,
.server-home .box-three .actives:after {
    position: absolute;
    bottom: -8px;
    display: block;
    width: 80px;
    height: 4px;
    content: '';
    background-color: #939391;
}

.server-home .box-three .tab-info .box:nth-child(2) {
    border-right: 1px solid rgba(153, 153, 153, .4);
    border-left: 1px solid rgba(153, 153, 153, .4);
}

.server-home .box-three .cate-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 1200px;
    height: 16px;
    margin: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.server-home .box-three .cate-list-info {
    position: relative;
    width: auto;
    height: auto;
    padding-right: 66px;
}

.server-home .box-three .cate-list-info:after {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 42px;
    height: 1px;
    content: '';
    background-color: #999;
}

.server-home .box-three .cate-list-info span {
    font-size: 12px;
    padding-left: 32px;
    cursor: pointer;
    color: #999;
}

.server-home .box-three .cate-list-info span:hover,
.server-home .box-three .cate-list-info .cate-active {
    color: #17243a;
}

.server-home .box-three .list {
    width: 100%;
    min-width: 1200px;
    border-bottom: 1px solid rgba(153, 153, 153, .4);
}

.server-home .box-three .list-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 1200px;
    margin: auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.server-home .box-three .gird-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 300px;
    height: 420px;
    margin-top: 10px;
    cursor: pointer;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
}

.server-home .box-three .gird-box img {
    line-height: 0;
    width: 300px;
    height: 232px;
    -o-object-fit: cover;
    object-fit: cover;
}

.server-home .box-three .gird-box-info {
    width: 300px;
    height: 232px;
    padding: 10px;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    background-color: #fff;
}

.server-home .box-three .gird-box-info h4 {
    font-size: 14px;
    padding-bottom: 4px;
	box-sizing: border-box;
    color: #444;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.server-home .box-three .gird-box-info p {
    font-size: 12px;
    color: #444;
}

.server-home .box-three .gird-box-info span {
    font-size: 12px;
    line-height: 18px;
    display: block;
    padding-top: 10px;
    color: #999;
}

.server-home .box-three .box-more {
    font-size: 12px;
    /* display: none; */
    position: relative;
    width: 120px;
    height: 16px;
    padding-top: 32px;
    padding-left: 58px;
    color: #fff;
}

.server-home .box-three .box-more:before {
    position: absolute;
    top: 41px;
    left: 0;
    display: block;
    width: 42px;
    height: 1px;
    content: '';
    background-color: #fff;
}

.server-home .box-three .gird-box:hover .gird-box-info {
    background-color: #939391;
}
.server-home .box-three .gird-box:hover .gird-box-info h4 {
    color: #fff;
}

.server-home .box-three .gird-box:hover .gird-box-info p {
    color: #fff;
}

.server-home .box-three .gird-box:hover .gird-box-info span {
    color: #fff;
}

.server-home .box-three .gird-box:hover .box-more {
    display: block;
}

.paging-component {
    width: 1200px;
    height: 48px;
    margin: auto;
    padding:50px 0 50px;
}

.paging-component-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 584px;
    height: 48px;
    margin: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.paging-component-btn,
.paging-component-btn img {
    width: 48px;
    height: 48px;
}

.paging-component-number {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 570px;
    height: 48px;
    padding: 0 32px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.paging-component-number a {
    font-size: 18px;
    color: #bfbfbf;
}
.paging-component-number span {
    font-size: 18px;
}

.paging-component-active {
    color: #17243a;
}

.paging-component-next {
    margin-right: 24px;
}

.server-design .server-design-banner,
.server-design-banner img {
    width: 100%;
    height:818px;
    -o-object-fit: cover;
    object-fit: cover;
}

.server-design .box-four {
    width: 100%;
    min-width: 1200px;
    height: 948px;
    padding-top: 104px;
}

.server-design .box-four-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 1200px;
    height: auto;
    margin: auto;
}

.server-design .box-four-banner {
    position: relative;
    width: 600px;
    height: 600px;
}

.server-design .box-four-banner:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 480px;
    height: 480px;
    content: '';
    background-color: rgba(51, 51, 51, .06);
}

.server-design .box-four-swiper {
    position: relative;
    width: 552px !important;
    min-width: auto !important;
    height: 552px !important;
    margin: 48px 0 0 48px !important;
}

.server-design .box-four-swiper-btn {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 136px;
    height: 48px;
    padding: 0 32px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    background-color: #fff;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.server-design .box-four-swiper-btn span {
    font-size: 18px;
    cursor: pointer;
    color: #333;
}

.server-design .box-four-more {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    padding: 48px 0 0 96px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
}

.server-design .box-four-more h3 {
    font-size: 32px;
    padding-bottom: 32px;
    color: #17243a;
}

.server-design .box-four-more p {
    font-size: 16px;
    line-height: 28px;
    color: #999;
}

.server-design .box-four-more .more-button {
    font-family: 'microsoft yahei';
    font-size: 18px;
    width: 160px;
    height: 56px;
    margin-top: 133px;
    color: #fff;
    border: none;
    background-color: #17243a;
}

.server-design .box-five {
    position: relative;
    width: 100%;
    min-width: 1200px;
    height: 580px;
    margin-bottom: 33px;
    padding-top: 32px;
}

.server-design .box-five:after {
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    min-width: 1200px;
    height: 480px;
    content: '';
    background-color: rgba(51, 51, 51, .06);
}

.server-design .box-five-swiper-info img {
    width: 574px;
    height: 382px;
    -webkit-box-shadow: 0 0 18px rgba(51, 51, 51, .16);
    box-shadow: 0 0 18px rgba(51, 51, 51, .16);
}

.server-design .box-five-swiper-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 1200px;
    height: auto;
    margin: auto;
    padding-bottom: 20px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.server-design .box-five-swiper-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 680px;
    height: 286px;
    padding: 40px 48px;
    background-color: #fff;
    -webkit-box-shadow: 11px 1px 18px rgba(51, 51, 51, .16);
    box-shadow: 11px 1px 18px rgba(51, 51, 51, .16);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
}

.server-design .box-five-swiper-content h4 {
    font-size: 24px;
    color: #444;
}

.server-design .box-five-swiper-content>span {
    font-size: 14px;
    line-height: 28px;
    display: block;
    width: 336px;
    padding: 24px 0 56px;
    color: #999;
}

.server-design .box-five-user {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.server-design .box-five-user-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.server-design .box-five-user-info span:nth-child(1) {
    padding-right: 72px;
}

.server-design .box-five-swiper-number {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.server-design .box-five-swiper-number span {
    font-size: 18px;
    position: absolute;
    display: block;
    color: #444;
}

.server-design .box-five-swiper-number span:nth-child(1) {
    top: -3px;
    left: 0;
}

.server-design .box-five-swiper-number span:nth-child(3) {
    right: 0;
    bottom: 10px;
}

.server-design .box-five-swiper-btn {
    position: absolute;
    z-index: 9;
    top: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-width: 1200px;
    margin: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.server-design .box-five-swiper-btn img {
    width: 48px !important;
    height: 48px !important;
    -webkit-border-radius: 48px;
    border-radius: 48px;
    background-color: rgba(255, 255, 255, .2);
}

.server-design .box-five-title {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 1200px;
    margin: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.server-design .box-five-title .title {
    width: 223px;
    min-width: auto;
    margin: 0;
    padding-bottom: 16px;
}

.server-design .box-five-title .card-content {
    width: 256px;
    margin: 0;
    padding-bottom: 21px;
}

.server-design .box-five-title-right {
    position: absolute;
    top: 70px;
    right: 0;
    text-align: right;
}

.server-design .box-five-title-right h4 {
    font-size: 24px;
    color: #17243a;
}

.server-design .box-six {
    width: 100%;
    min-width: 1200px;
    height: auto;
    padding-bottom: 32px;
}

.server-design .box-six-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 1200px;
    /*height: 456px;*/
    margin: 10px auto 0;
}

.server-design .box-six-img,
.box-six-img img {
    width: 600px;
    height: 456px;
    -o-object-fit: cover;
    object-fit: cover;
}

.server-design .box-six-text {
    width: 600px;
    /*height: 456px;*/
    padding: 32px 28px;
    text-align: center;
    background-color: rgba(51, 51, 51, .06);
}

.server-design .box-six-text h2 {
    font-size: 40px;
    padding: 10px 0 16px;
    color: #17243a;
}

.server-design .box-six-text h4 {
    font-size: 24px;
    padding-bottom: 24px;
    color: #17243a;
}

.server-design .box-six-text p {
    font-size: 14px;
    line-height: 28px;
    color: #999;
	cursor: pointer;
    height: 28px;
    overflow: hidden;
}

.server-design .box-six-info:nth-child(2) .box-six-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.server-design .box-six-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 240px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.server-design .box-six-form span {
    font-size: 14px;
    line-height: 28px;
    width: 220px;
    height: 120px;
    color: #999;
}

.server-design .box-six-form font {
    font-weight: bold;
    color: #17243a;
}

.server-design .box-six-upload-text {
    font-size: 18px !important;
    font-weight: bold;
    position: relative;
    display: block;
    width: 100%;
    color: #333 !important;
}

.server-design .box-six-upload-text:after {
    position: absolute;
    bottom: -4px;
    left: 240px;
    display: block;
    width: 64px;
    height: 2px;
    content: '';
    background-color: #333;
}

.server-design .box-six-form input {
    font-family: 'microsoft yahei';
    font-size: 12px;
    width: 220px;
    height: 32px;
    margin-bottom: 24px;
    padding-left: 16px;
    color: #333;
    border: 1px solid #999;
    background-color: #fff;
}

.server-design .box-six-file {
    position: relative;
    width: 220px;
    height: 32px;
}

.server-design .box-six-file input {
    position: absolute;
    left: 0;
}

.server-design .box-six-file input:nth-child(2) {
    z-index: 1;
    opacity: 0;
}

.server-design .box-line {
    width: 100%;
    min-width: 1200px;
    height: 24px;
}

.server-design .box-line p {
    display: block;
    width: 100%;
    height: 8px;
    background-color: #9fd9f6;
}

.server-design .box-line p:nth-child(2) {
    background-color: #e60012;
}

.server-design .box-line p:nth-child(3) {
    background-color: #c4d700;
}

.attract-policy .box-one {
    width: 100%;
    min-width: 1200px;
    height: auto;
    padding: 104px 0;
}

.attract-policy .box-one .gird-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 1200px;
    height: 446px;
    margin: 72px auto 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.attract-policy .box-one .cols-box {
    padding-right: 56px;
    border-right: 1px solid rgba(153, 153, 153, .4);
}

.attract-policy .box-one .cols-box:last-child {
    padding: 0;
    border: none;
}

.attract-policy .box-one .gird-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 224px;
    height: 161px;
    padding: 32px 0;
    border-bottom: 1px solid rgba(153, 153, 153, .4);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.attract-policy .box-one .gird-box p {
    font-size: 18px;
    color: #333;
	font-weight: bold;
}

/* .attract-policy .box-one .gird-box:hover img {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
} */

.attract-policy .box-one .gird-list .gird-box:last-child {
    border: none;
}

.attract-policy .box-one .gird-list .gird-box:first-child {
    padding-top: 0;
}

.attract-policy .box-two {
    width: 100%;
    min-width: 1200px;
    height: auto;
}

.attract-policy .box-two .row-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /* width: 1200px; */
    width: 1070px;
    height: auto;
    margin: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.attract-policy .box-two .box-banner {
    position: relative;
    /* width: 588px; */
    /* height: 640px; */
    margin-bottom: 56px;
    border: 1px solid rgba(153, 153, 153, .4);
}

.attract-policy .box-two .box-banner-info:after {
    position: absolute;
    display: block;
    width: 0;
    height: 2px;
    content: '';
    -webkit-transition: width 1s;
    -o-transition: width 1s;
    transition: width 1s;
    background-color: #939391;
}

.attract-policy .box-banner:hover .box-banner-info {
    -webkit-box-shadow: 0 0 16px rgba(51, 51, 51, .24);
    box-shadow: 0 0 16px rgba(51, 51, 51, .24);
}

.attract-policy .box-banner:hover .box-banner-info:after {
    /* width: 586px; */
	width: 100%;
}

.attract-policy .box-two .box-banner img {
    display: block;
    width: 500px;
	height: 425px;
    /* width: 586px; */
    /* height: 500px; */
    -o-object-fit: cover;
    object-fit: cover;
}

.attract-policy .box-two .box-banner p {
	font-weight: bold;
    /* font-size: 32px; */
    font-size: 20px;
	letter-spacing: 2px;
    position: relative;
	top:-11px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /* width: 588px; */
    line-height: 111px;
    /* height: 138px; */
    color: #17243a;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.attract-policy .box-two .box-banner p:after {
    position: absolute;
    bottom: 30px;
    left: 47%;
    display: block;
    width: 32px;
    height: 3px;
    content: '';
    background-color: #939391;
}

.attract-brand .box-one {
    width: 100%;
    min-width: 1200px;
    padding: 104px 0;
}

.attract-brand .box-two {
    width: 100%;
    min-width: 1200px;
    padding: 0 0 104px;
}

.attract-brand .box-two-title {
    width: 1200px;
    height: auto;
    margin: auto;
    padding-bottom: 56px;
}

.attract-brand .box-two-title h3 {
    font-size: 32px;
    position: relative;
    padding-bottom: 46px;
    color: #17243a;
}

.attract-brand .box-two-title h3:after {
    position: absolute;
    bottom: 32px;
    left: 0;
    display: block;
    width: 72px;
    height: 4px;
    content: '';
    background-color: #17243a;
}

.attract-brand .box-two-title p {
    font-size: 14px;
    line-height: 21px;
    color: #999;
}

.attract-brand .box-two-swiper {
    width: 100% !important;
    min-width: 1200px !important;
}

.attract-brand .box-two-swiper .swiper-item {
    margin: 0 auto;
    position: relative;
    width: 1200px !important;
    height: 440px;
}

.attract-brand .box-two-swiper img {
    width: 1200px;
    height: 440px;
    -o-object-fit: cover;
    object-fit: cover;
}

.attract-brand .box-two-swiper-hover {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    display: flex;
    flex-direction: column;
    width: 1200px;
    height: 440px;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
    opacity: 0;
    background: rgba(23, 36, 58, .64);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.attract-brand .box-two-swiper .swiper-item:hover .box-two-swiper-hover {
    opacity: 1;
}

.attract-brand .box-two-swiper-hover img {
    width: 96px !important;
    height: 96px !important;
    -o-object-fit: cover;
    object-fit: cover;
}

.attract-brand .box-two-circle {
    width: 8px;
    height: 8px;
    margin: 20px auto 56px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background-color: #939391;
}

.attract-brand .box-two-button {
    font-family: 'microsoft yahei';
    font-size: 14px;
    width: 200px;
    height: 48px;
    color: #fff;
    border: none;
    background-color: #17243a;
}

.attract-brand .box-three {
    width: 100%;
    min-width: 1200px;
    height: auto;
}

.attract-brand .box-three-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 1200px;
    height: auto;
    margin: auto;
    padding-bottom: 56px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.attract-brand .box-three-title h3 {
    font-size: 32px;
    position: relative;
    padding-bottom: 46px;
    color: #17243a;
}

.attract-brand .box-three-title h5 {
    font-size: 28px;
    padding-bottom: 48px;
    color: #17243a;
}

.attract-brand .box-three-title h3:after {
    position: absolute;
    bottom: 32px;
    left: 42%;
    display: block;
    width: 72px;
    height: 4px;
    content: '';
    background-color: #17243a;
}

.attract-brand .box-three-title p {
    font-size: 14px;
    line-height: 36px;
    color: #999;
}

.attract-brand .box-three img {
    display: block;
    width: 1200px;
    height: 500px;
    margin: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

.attract-brand .box-four {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-width: 1200px;
    height: 432px;
    margin: 115px 0 94px;
    background-color: rgba(51, 51, 51, .06);
    -webkit-box-align: auto;
    -webkit-align-items: auto;
    -ms-flex-align: auto;
    align-items: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.attract-brand .box-four-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 1200px;
    height: 328px;
    margin: auto;
    -webkit-box-shadow: 0 0 18px rgba(51, 51, 51, .16);
    box-shadow: 0 0 18px rgba(51, 51, 51, .16);
}

.attract-brand .box-four-info img {
    display: block;
    width: calc(1200px - 680px);
    height: 328px;
    -o-object-fit: cover;
    object-fit: cover;
}

.attract-brand .box-four-text {
    width: 680px;
    height: 328px;
    padding: 90px 40px 90px 48px;
    background-color: #fff;
}

.attract-brand .box-four-text h4 {
    font-size: 28px;
    padding-bottom: 32px;
    color: #17243a;
}

.attract-brand .box-four-text p {
    font-size: 14px;
    line-height: 28px;
    color: #999;
}

.attract-brand .box-five {
    width: 100%;
    min-width: 1200px;
    height: auto;
    padding-bottom: 104px;
}

.attract-brand .box-five-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 1200px;
    height: auto;
    margin: auto;
}

.attract-brand .box-five-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: calc(1200px - 680px);
    height: 461px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.attract-brand .box-five-text h2 {
    font-size: 28px;
    padding-bottom: 40px;
    color: #17243a;
}

.attract-brand .box-five-text p {
    font-size: 14px;
    line-height: 28px;
    color: #999;
}

.attract-brand .box-five-count {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: calc(1200px - 680px);
    height: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.attract-brand .box-five-count-box {
    width: 25%;
    height: auto;
    padding: 48px 0 19px;
    text-align: center;
}

.attract-brand .box-five-count-box span {
    font-size: 24px;
    color:rgba(164,95,147,1);
}

.attract-brand .box-five-count-box font {
    font-size: 32px;
    color:rgba(164,95,147,1);
	font-weight: bold;
	margin-right: 3px;
	position: relative;
	top: 2px;
}

.attract-brand .box-five-count-box p {
    font-size: 14px;
    color: #999;
}

.attract-brand .box-six {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-width: 1200px;
    margin-bottom: 41px;
}

.attract-brand .box-six-left {
    width: calc((100% - 1200px)/2);
    height: 899px;
    background-color: #fff;
}

.attract-brand .box-six-right {
    overflow: hidden;
    width: calc((100% - 1200px)/2);
    height: 899px;
}

.attract-brand .box-six-right-top {
    width: calc((100% - 1200px)/2);
    height: 500px;
    background: rgba(51, 51, 51, .06);
}

.attract-brand .box-six-right-bottom {
    width: calc((100% - 1200px)/2);
    height: 439px;
    background: #fff;
}

.attract-brand .box-six-center {
    overflow: hidden;
    width: 1200px;
    height: 899px;
}

.attract-brand .box-six-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.attract-brand .box-six-info-img {
    position: relative;
    width: 415px;
    height: 464px;
    background-color: rgba(51, 51, 51, .06);
}

.attract-brand .box-six-info-img img {
    position: absolute;
}

.attract-brand .box-six-info-img img:nth-child(1) {
    left: -185px;
    width: 185px;
    height: 185px;
    -o-object-fit: cover;
    object-fit: cover;
}

.attract-brand .box-six-info-img img:nth-child(2) {
    z-index: 1;
    right: 0;
    bottom: -34px;
    width: 415px;
    height: 311px;
    -o-object-fit: cover;
    object-fit: cover;
}

.attract-brand .box-six-info-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    padding: 0 7px 0 7px;
    background-color: rgba(51, 51, 51, .06);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
}

.attract-brand .box-six-gird-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.attract-brand .box-six-gird {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    /* width: 160px; */
    height: auto;
	padding: 0 6px;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.attract-brand .box-six-gird img {
    width: 120px;
    height: 120px;
}

.attract-brand .box-six-gird h4 {
    font-size: 14px;
    padding-bottom: 19px;
    color: #17243a;
}

.attract-brand .box-six-gird span {
    font-size: 12px;
    padding-bottom: 16px;
    color: #17243a;
}

.attract-brand .box-six-gird p {
    font-size: 12px;
    color: #999;
}

.attract-brand .box-six-info-text h2 {
    font-size: 28px;
    padding: 59px 0 40px;
    color: #17243a;
}

.attract-brand .box-six-info-text>p {
    font-size: 14px;
    line-height: 28px;
    color: #999;
}

.attract-brand .bottom {
    background-color: rgba(51, 51, 51, .06);
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.attract-brand .bottom .box-six-info-text {
    padding: 100px 20px 135px 20px;
    background-color: transparent;
}

.attract-brand .bottom .box-six-info-text>p {
    padding-left: 40px;
}

.attract-brand .bottom .box-six-info-img {
    width: calc(1200px - 568px);
    height: 475px;
    padding: 0;
    background-color: #fff;
}

.attract-brand .bottom .box-six-info-img img {
    top: 64px;
    left: 32px;
    width: 550px;
    height: 300px;
}

.mj-contact-box1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.mj-contact-box1 .lside {
    width: 776px;
    height: 464px;
}

.mj-contact-box1 .rside {
    padding: 40px 0 0 70px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.mj-contact-box1 .rside .mj-title {
    font-size: 24px;
    font-weight: bold;
    line-height: 42px;
    opacity: 1;
    color: rgba(23, 36, 58, 1);
}

.mj-contact-box1 .rside .desc {
    font-family: Arial;
    font-size: 14px;
    font-weight: 400;
    line-height: 42px;
    opacity: 1;
    color: rgba(153, 153, 153, 1);
}

.mj-contact-box1 .rside .mj-info {
    font-size: 18px;
    font-weight: 400;
    line-height: 42px;
    opacity: 1;
    color: rgba(23, 36, 58, 1);
}

.mj-contact-box1 .rside .mj-info span {
    padding-left: 6px;
}

.mj-contact-box1 .rside .yellow-line {
    width: 72px;
    height: 4px;
    margin: 18px 0 24px;
    opacity: 1;
    background: rgba(251, 193, 39, 1);
}

.mj-contact-box1 .rside .gray-line {
    width: 312px;
    height: 1px;
    margin: 10px 0;
    opacity: .4;
    background: rgba(153, 153, 153, 1);
}

.mj-product-detail {
    width: 1200px;
    margin: auto;
}

.mj-product-detail .mj-crumbs {
    line-height: 80px;
    border-bottom: 1px solid rgba(153, 153, 153, .4);
}

.mj-product-detail .mj-crumbs a {
    font-size: 12px;
    display: inline-block;
    margin-right: 20px;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    color: #999;
}

.mj-product-detail .mj-crumbs a.active,
.mj-product-detail .mj-crumbs a:hover {
    color: #17243a;
}

.mj-product-detail .mj-crumbs a.active {
    font-weight: bold;
}

.mj-product-detail .mj-crumbs a img {
    margin-right: 20px;
    margin-top: -6px;
}

.mj-product-detail .mj-crumbs .arrow {
    display: inline-block;
    margin-right: 20px;
    color: #999;
}
.mj-product-detail .mj-crumbs .back a img{
    margin-right: 8px;
    width: 16px;
}

.mj-product-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 0;
}

.mj-product-header .lside {
    width: 600px;
}

.mj-product-header .lside .preview-image {
    width: 600px;
    height: 408px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}

.mj-product-header .lside .mj-swiper-wapper-box .swiper-slide .img {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 87px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}

.mj-product-header .lside .mj-swiper-wapper-box .swiper-slide .active {
    border: 4px solid #17243a;
}

.mj-product-header .lside .mj-swiper-wapper-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 24px;
}

.mj-product-header .lside .mj-swiper-wapper-box .left-arrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 68px;
    height: 87px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.mj-product-header .lside .mj-swiper-wapper-box .mj-swiper-content {
    overflow: hidden;
    height: 87px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.mj-product-header .lside .mj-swiper-wapper-box .right-arrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 68px;
    height: 87px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.mj-product-header .rside {
    padding-left: 64px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.mj-product-header .rside .mj-title {
    font-size: 40px;
    font-weight: bold;
    line-height: 52px;
    opacity: 1;
    color: rgba(23, 36, 58, 1);
}

.mj-product-header .rside .mj-desc {
    font-family: Microsoft YaHei;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    padding: 24px 0;
    opacity: 1;
    color: rgba(153, 153, 153, 1);
}

.mj-product-header .rside .params {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 14px 0;
    border-top: 1px solid rgba(153, 153, 153, .4);
    border-bottom: 1px solid rgba(153, 153, 153, .4);
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.mj-product-header .rside .params .item {
    line-height: 1.6;
    width: 50%;
    padding: 14px 20px 14px 0;
    color: #17243a;
}

.mj-product-header .rside .params .item span {
    color: #999;
}

.mj-product-content .mj-product-box1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.mj-product-content .mj-product-box1 .lside {
    width: 600px;
    height: 389px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}

.mj-product-content .mj-product-box1 .rside {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 37px 56px;
    background-color: rgba(51, 51, 51, .06);
    background-clip: content-box;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.mj-product-content .mj-product-box2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.mj-product-content .mj-product-box2 .lside {
    padding-top: 64px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.mj-product-content .mj-product-box2 .rside {
    width: 888px;
    height: 392px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}

.mj-product-content .content-box img {
    max-width: 100%;
}

.mj-product-content .mj-product-box1 .bgtext {
    font-family: Microsoft YaHei;
   
    line-height: 79px;
    width: 40px;
    height: 4px;
    margin: 64px 60px 4px 64px;
    padding-left: 30px;
    white-space: nowrap;
    opacity: 1;
    color: rgba(51, 51, 51, .06);
    background: rgba(23, 36, 58, 1);
}

.mj-product-content .mj-product-box1 .bgtext span {
    position: relative;
    top: -24px;
    color: rgba(51, 51, 51, .06);
     font-size: 60px;
    font-weight: bold;
}

.mj-product-content .mj-product-box1 .mj-title {
    font-family: Microsoft YaHei;
    font-size: 32px;
    font-weight: bold;
    line-height: 1;
    margin: 10px 60px 4px 64px;
    opacity: 1;
    color: rgba(23, 36, 58, 1);
}

.mj-product-content .mj-product-box1 .mj-desc {
    font-family: Microsoft YaHei;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    margin: 30px 60px 4px 64px;
    opacity: 1;
    color: rgba(153, 153, 153, 1);
}

.mj-product-content .mj-product-box2 .bgtext {
    font-family: Microsoft YaHei;
    font-size: 60px;
    font-weight: bold;
    line-height: 79px;
    width: 40px;
    height: 4px;
    margin: 30px 60px 4px 0;
    padding-left: 30px;
    white-space: nowrap;
    opacity: 1;
    color: rgba(51, 51, 51, .06);
    background: rgba(23, 36, 58, 1);
}

.mj-product-content .mj-product-box2 .bgtext span {
    position: relative;
    top: -24px;
}

.mj-product-content .mj-product-box2 .mj-title {
    font-family: Microsoft YaHei;
    font-size: 32px;
    font-weight: bold;
    line-height: 1;
    margin: 40px 60px 4px 0;
    opacity: 1;
    color: rgba(23, 36, 58, 1);
}

.mj-product-content .mj-product-box2 .mj-desc {
    font-family: Microsoft YaHei;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    margin: 30px 60px 4px 0;
    opacity: 1;
    color: rgba(153, 153, 153, 1);
}

.mj-news-wapper .mj-news-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.mj-news-wapper .mj-news-header .lside {
    position: relative;
    overflow: hidden;
    width: 624px;
    height: 304px;
}

.mj-news-wapper .mj-news-header .lside .mj-news-swiper-container {
    position: relative;
    overflow: hidden;
    width: 624px;
    height: 304px;
}

.mj-news-wapper .mj-news-header .lside .mj-news-swiper-container .mj-img {
    display: block;
    width: 624px;
    height: 304px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}

.mj-news-wapper .mj-news-header .lside .mj-news-swiper-container .swiper-pagination-fraction {
    font-size: 14px;
    line-height: 48px;
    position: absolute;
    right: 0 !important;
    bottom: 0;
    left: initial;
    width: 144px;
    height: 48px;
    opacity: 1;
    color: #999;
    background: rgba(255, 255, 255, 1);
}

.mj-news-wapper.coupon-mj-news-header .mj-news-header .lside .mj-news-swiper-container .swiper-pagination-fraction {
    right: inherit;
    left: 0;
}

.mj-news-wapper .mj-news-header .lside .mj-news-swiper-container .swiper-pagination-fraction .swiper-pagination-current {
    color: #333;
}

.mj-news-wapper .mj-news-header .rside {
    padding-left: 48px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
	height: 304px;
	position: relative;
}

.mj-news-wapper .mj-news-header .rside .btn_box{
	position: absolute;
	left:48px;
	bottom: 0;
}

.coupon-mj-news-header.mj-news-wapper .mj-news-header .rside {
    padding-right: 48px;
    padding-left: 0;
    text-align: right;
}

.mj-news-wapper .mj-news-header .rside .item {
    display: none;
}

.mj-news-wapper .mj-news-header .rside .item:first-child {
    display: block;
}

.mj-news-wapper .mj-news-header .rside .item .mj-title {
    font-family: Microsoft YaHei;
    font-size:28px;
    font-weight: bold;
    line-height: 42px;
    margin-bottom: 16px;
    opacity: 1;
    color: rgba(23, 36, 58, 1);
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:2;
	height: 84px;
}

.mj-news-wapper .mj-news-header .rside .item .mj-desc {
    font-family: Microsoft YaHei;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 30px;
    opacity: 1;
    color: rgba(153, 153, 153, 1);
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:3;
	height: 72px;
}

.mj-news-wapper .mj-news-header .rside .item .mj-btn {
    font-family: Microsoft YaHei;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    color: rgba(51, 51, 51, 1);
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	position: absolute;
	left: 48px;
	bottom:60px;
}

.coupon-mj-news-header.mj-news-wapper .mj-news-header .rside .item .mj-btn {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.mj-news-wapper .mj-news-header .rside .item .mj-btn span {
    font-family: Microsoft YaHei;
    font-size: 22px;
    font-weight: bolder;
    margin-right: 10px;
}

.mj-news-wapper .mj-news-header .rside .mj-swiper-btn {
    cursor: pointer;
}

.mj-news-wapper .mj-news-header .rside .mj-swiper-btn-next {
    margin-left: 10px;
}

.mj-news-wapper .mj-news-list-wapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 88px;
}

.mj-news-wapper .mj-news-list-wapper .lside {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.mj-news-wapper .mj-news-list-wapper .lside:after {
    display: block;
    clear: both;
    content: '';
}

.mj-coupon-news-list-wapper.mj-news-list-wapper .lside {
    text-align: right;
}

.mj-news-wapper .mj-news-list-wapper .lside .mj-englist {
    font-family: Microsoft YaHei;
    font-size: 24px;
    font-weight: bold;
    line-height: 31px;
    opacity: 1;
    color: rgba(23, 36, 58, 1);
}

.mj-news-wapper .mj-news-list-wapper .lside .mj-line {
    width: 24px;
    height: 3px;
    margin: 20px 0;
    opacity: 1;
    background: rgba(251, 193, 39, 1);
}

.mj-clear-box {
    clear: both;
}

.mj-coupon-news-list-wapper.mj-news-list-wapper .lside .mj-line {
    float: right;
}

.mj-news-wapper .mj-news-list-wapper .lside .mj-title {
    font-family: Microsoft YaHei;
    font-size: 24px;
    font-weight: 400;
    line-height: 31px;
    opacity: 1;
    color: rgba(102, 102, 102, 1);
}

.mj-news-wapper .mj-news-list-wapper .rside:after {
    display: block;
    clear: both;
    content: '';
}

.mj-news-wapper .mj-news-list-wapper .rside {
    width: 1050px;
}

.mj-news-wapper .mj-news-list-wapper .rside .mj-item {
    float: left;
    width: 328px;
    margin-right: 30px;
    margin-bottom: 30px;
}

.mj-news-wapper .mj-news-list-wapper .rside .mj-item:nth-child(3n) {
    margin-right: 0;
}

.mj-news-wapper .mj-news-list-wapper .rside .mj-item .mj-btn-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 34px;
    margin-bottom: 16px;
    opacity: 1;
    border: 1px solid rgba(23, 36, 58, .4);
}

.mj-news-wapper .mj-news-list-wapper .rside .mj-item .mj-btn-group div {
    font-family: Microsoft YaHei;
    font-size: 14px;
    font-weight: bold;
    line-height: 32px;
    width: 78px;
    height: 32px;
    -moz-text-align-last: center;
    text-align-last: center;
    opacity: 1;
    color: rgba(153, 153, 153, 1);
}

.mj-news-wapper .mj-news-list-wapper .rside .mj-item .mj-btn-group div:first-child {
    font-family: Microsoft YaHei;
    font-size: 19px;
    font-weight: bold;
    line-height: 32px;
    width: inherit;
    -moz-text-align-last: center;
    text-align-last: center;
    opacity: 1;
    color: rgba(51, 51, 51, 1);
    border-right: 1px solid rgba(23, 36, 58, .4);
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.mj-news-wapper .mj-news-list-wapper .rside .mj-item-a {
    display: block;
}

.mj-news-wapper .mj-news-list-wapper .rside .mj-item-a .mj-img-box {
    overflow: hidden;
    width: 328px;
    height: 248px;
    margin-bottom: 24px;
}

.mj-news-wapper .mj-news-list-wapper .rside .mj-item-a .mj-img {
    width: 328px;
    height: 248px;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}

.mj-news-wapper .mj-news-list-wapper .rside .mj-item-a .mj-img-box:hover .mj-img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.mj-news-wapper .mj-news-list-wapper .rside .mj-item-a .mj-title {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    opacity: 1;
    color: rgba(51, 51, 51, 1);
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.mj-news-wapper .mj-news-list-wapper .rside .mj-item-a .mj-desc {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    display: -webkit-box;
    overflow: hidden;
    height: 44px;
    margin: 16px 0 30px;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    opacity: 1;
    color: rgba(153, 153, 153, 1);
    -o-text-overflow: -o-ellipsis-lastline;
    -o-text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.mj-news-wapper .mj-news-list-wapper .rside .mj-item-a .mj-btn {
    font-family: Microsoft YaHei;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px;
    opacity: 1;
    color: rgba(51, 51, 51, 1);
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.mj-news-wapper .mj-news-list-wapper .rside .mj-item-a .mj-btn span {
    font-family: Microsoft YaHei;
    font-size: 22px;
    font-weight: bolder;
    margin-right: 10px;
}

.attract-add .box-one {
    margin: auto;
    padding: 104px 0;
}

.mj-progress-wapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 1200px;
    margin: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.mj-progress-wapper .side-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 568px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.mj-progress-wapper .side-item .mj-btn {
    font-family: Microsoft YaHei;
    font-size: 18px;
    font-weight: bold;
    line-height: 36px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    height: 64px;
    opacity: 1;
    color: rgba(23, 36, 58, 1);
    border: 1px solid rgba(23, 36, 58, 1);
    background: rgba(255, 255, 255, 1);
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.mj-progress-wapper .side-item .mj-btn span {
    padding-left: 6px;
}

.mj-progress-wapper .side-item .mj-arrow {
    margin: 40px 0;
}

.mj-progress-wapper .side-item .mj-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 568px;
    height: 240px;
    opacity: 1;
    border: 1px solid rgba(23, 36, 58, 1);
    background: rgba(255, 255, 255, 1);
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.mj-progress-wapper .side-item .mj-box .mj-box-lside {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 216px;
    text-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.mj-progress-wapper .side-item .mj-box .mj-box-rside {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.mj-progress-wapper .side-item .mj-box .mj-box-rside .mj-title {
    font-family: Microsoft YaHei;
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    opacity: 1;
    color: #17243a;
}

.mj-progress-wapper .side-item .mj-box .mj-box-rside .mj-desc {
    font-family: Microsoft YaHei;
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    opacity: 1;
    color: rgba(153, 153, 153, 1);
}

.mj-black-card {
    position: relative;
    min-width: 1200px;
    background-color: #939391;
}

.mj-white-title.title {
    margin-bottom: 40px;
}

.mj-white-title.title h2 {
    color: #fff;
}

.mj-white-title.title p {
    opacity: .1;
    color: #fff;
}

.attract-add .box-one.mj-black-card {
    padding: 66px 0;
}

.mj-center-title-lg {
    font-family: Microsoft YaHei;
    font-size: 24px;
    font-weight: bold;
    line-height: 28px;
    text-align: center;
    opacity: 1;
    color: rgba(255, 255, 255, 1);
    ;
}

.mj-center-title-xs {
    font-family: Microsoft YaHei;
    font-size: 14px;
    font-weight: 400;
    line-height: 36px;
    text-align: center;
    opacity: 1;
    color: rgba(255, 255, 255, 1);
}

.mj-form-box {
    width: 1200px;
    height: auto;
    margin: 40px auto 0;
}

.mj-form-box p {
    font-size: 14px;
    text-align: center;
    color: #333;
}

.mj-form-box p:nth-child(3) {
    color: #999;
}

.mj-form-box .phone-number {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.mj-form-box .phone-number img {
    width: 33px;
    height: 36px;
    -o-object-fit: cover;
    object-fit: cover;
}

.mj-form-box .phone-number h4 {
    font-size: 40px;
    padding: 24px 0 32px;
    padding-left: 8px;
    color: #17243a;
}

.mj-form-info {
    width: 1200px;
    height: auto;
    margin: auto;
    padding-top: 56px;
}

.mj-form-info-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 56px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.mj-form-info-box .mj-form-info-box-input {
    font-family: 'microsoft yahei';
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 568px;
    height: 64px;
    text-indent: 24px;
    color: #333;
    background-color: #fff;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.mj-form-info-box .mj-form-info-box-input input {
    font-family: 'microsoft yahei';
    height: 64px;
    text-indent: 24px;
    color: #333;
    border: 0;
    background-color: #fff;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.mj-form-info-box .mj-form-info-box-input span {
    font-size: 20px;
    line-height: 1;
    padding-right: 20px;
    color: red;
}

.mj-form-info textarea {
    font-family: 'microsoft yahei';
    width: 1200px;
    height: 240px;
    padding: 20px 24px;
    color: #333;
    border: 1px solid #333;
}

.mj-form-info .submit {
    font-family: 'microsoft yahei';
    font-size: 18px;
    font-weight: bold;
    line-height: 56px;
    display: block;
    width: 192px;
    height: 56px;
    margin: 56px auto 0;
    cursor: pointer;
    text-align: center;
    color: #17243a;
    border: none;
    background-color: #fff;
}