<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/**
 * This is NOT a freeware, use is subject to license terms
 * @author Siyuan! &lt;2039750417@qq.com&gt;
 * @version v10.2.5
 * @support http://www.886886.com
 */
/*szx-s*/
/*body{*/
/*    overflow: hidden;*/
/*}*/
.serverlist{
    width: 100%;
    height: auto;
    margin-top: 104px;
    display: flex;
}
.first_box{
    width: 100%;
}
.first_box_a{
    width: 100%;
    display: flex;
}
.first_box_aa{
    width: 10%;
}
.first_box_aa img{
    float: right;
    margin-top: 40%;
}
.first_box_ab{
    width: 20%;
}
.first_box_aba{
    width: 13%;
    height: 60px;
    background-color: #b69156;
    margin-left: 8.85%;
    /*float: right;*/
    margin-top: 27.35%;
    display: flex;
    /*position: absolute;*/
    /*bottom: 370px;*/
    /*left: 165px;*/
}
.first_box_aba p{
    margin:auto;
}
.first_box_ac{
    width: 70%;
}
.first_box_bz{
    width: 22%;
}
.first_box_b{
    display: flex;
    bottom: 0;
    width: 100%;
    color: #eaeaea;
    margin-top: 5%;
    margin-bottom: 10%;
}
.first_box_ba{

    width: 40%;
}
.first_box_ba h1{
    margin-bottom: 10%;
}
.first_box_ba p{
    width: 70%;
}
.first_box_bb{
    width: 35%;
    margin-top: 6%;
}
.first_box_bb p{
    margin-bottom: 1%;
}
.first_box_bc{
    width: 15%;
    margin-top: 6%;
}
.first_box_bc p{
    color: white;
    text-decoration:underline;
    margin-bottom: 1%;
}
/*szx-e*/
.wp {
    width: 78.15%;
    height: 950px;
    float: right;
}

body {
    background: url(../images/28.jpg) center !important;
    position: relative;
}

img {
    max-width: 100%;
    -webkit-user-drag: none;
}

a.imgzoom img {
    transition: all 0.3s ease 0s
}

a.imgzoom:hover img {
    transition: all 0.3s ease 0s;
    -webkit-transform-origin: center center;
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform-origin: center center;
    -moz-transform: scale(1.1, 1.1);
}

.seback {
    width: 100%;
    height: 100%;
    position: relative;
}

.bannermmm {
    display: none;
}

.seback .wp {
    height: 100%;
}

.seback .swiper-container {
    height: 100%;
}

.seback .swiper-container .swiper-slide a {
    width: 100%;
    height: 100%;
    display: block
}

.setace {
    /* padding-top: calc(6% + 123px); */
    width: 100%;
    height: 100%;
    display: table;
    table-layout: fixed;
}

.setace .cell {
    display: table-cell;
    vertical-align: middle;
}

.sele1bot {
    position: absolute;
    bottom: 30px;
    left: 0px;
    width: 100%;
    z-index: 1;
}

/**
 * transform-origin 设置旋转元素的基点位置
 * animation-name 设置动画名称
 * animation-duration 设置动画时间
 * animation-fill-mode 设置播放后的状态
 * animation-iteration-count 设置循环播放的次数
 * transition-timing-function: cubic-bezier 贝塞尔曲线效果，它有四个值，指在X轴与Y轴的两个曲线的点，第一个点：X1 Y1;第二个点：X2 Y2
 * transform: translate3d 设置动画Z轴位移几个元素，表示只在Z轴上移动
 *
 * 需要注意：transform: translate3d 不等于 transform: translateZ
 */

.animated {
    animation-duration: 1s; /*动画时间*/
    animation-fill-mode: both; /*播放后的状态*/
    animation-iteration-count: infinite; /*动作循环的次数：infinite 无限循环*/
    animation-name: container; /*动画的名称*/
    transform-origin: center bottom; /*设置动画旋转元素的基点为：居中靠下*/
    cursor: pointer;
}

@keyframes container {
    0%,
    100%,
    20%,
    50%,
    80% {
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1); /*贝塞尔曲线 ： X1 Y1 X2 Y2*/
        transform: translate3d(0, 0, 0); /*设置只在Z轴上移动*/
    }
    40%,
    43% {
        transition-timing-function: cubic-bezier(0.755, 0.50, 0.855, 0.060);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        transform: translate3d(0, -4px, 0);
    }
}

.cdmenu {
    position: fixed;
    left: 5%;
    top: 50%;
    margin-top: -30px;
    background: url(../images/41.png) no-repeat center;
    background-size: 100% 100%;
    width: 60px;
    height: 60px;
    z-index: 111;
    opacity: 0.7;
    cursor: pointer;
}

.header {
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 9999;
    padding: 34px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(0, 0, 0, 0.234);
}

.header .nav {
    float: right;
    padding-right: 400px;
}

.header .nav li {
    float: left;
    height: 54px;
    line-height: 54px;
    padding: 0px 32px;
    position: relative;
}

.header .nav li a {
    color: #ffffff;
    font-size: 16px;
}

.header .nav li.curr :after {
    content: "";
    position: absolute;
    width: 26px;
    height: 3px;
    border-radius: 4px;
    background: #f09d21;
    left: 34px;
    bottom: 20px;
    z-index: -1;
}

.header .contact {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 300px;
    height: 100%;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.header .contact .phone {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 16px 0px;
    text-align: center;
}

.header .contact .phone img {
    display: inline;
    margin-right: 10px;
    vertical-align: middle;
}

.header .contact .wzbtn {
    position: absolute;
    left: 50%;
    margin-left: -100px;
    top: 35px;
    width: 200px;
    text-align: center;
    padding: 15px 0px;
    border-radius: 50px;
    background: #f09d21;
    font-size: 14px;
    color: #fff;
}

.header .logo {
    padding-left: 60px;
    float: left;
}

.aboutcon {
    max-width: 100%;
    width: 660px;
    position: relative;
    left: -120%;
}

.aboutcon .text-desc {
    width: calc(100% - 230px);
    margin-left: 20px;
}

.about-numlist {
    padding-top: 60px;
}

.about-numlist .in {
    display: inline-block;
    margin-right: 89px;
}

.about-numlist .in .num {
    color: #333333;
    font-size: 18px;
    position: relative;
    text-align: right;
}

.about-numlist .in .num span {
    font-size: 72px;
    font-weight: bold;
}

.about-numlist .in .num .cc {
    position: absolute;
    top: 0px;
    right: -15px;
    font-size: 22px;
    font-weight: bold;
}

.about-numlist .in .ddt {
    padding-left: 40px;
    height: 28px;
    vertical-align: middle;
}

.about-numlist .in:nth-child(1) .ddt {
    background: url(../images/6.png) no-repeat;
}

.about-numlist .in:nth-child(2) .ddt {
    background: url(../images/7.png) no-repeat;
}

.about-numlist .in:nth-child(3) .ddt {
    background: url(../images/8.png) no-repeat;
}

.about-numlist .in:nth-child(4) .ddt {
    background: url(../images/9.png) no-repeat;
}

.text-desc {
    font-size: 14px;
    line-height: 2.0;
    color: #333333;
}

.sever {
    float: right;
    width: 50%;
    height: 100%;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.234);
    display: table-cell;
}

.sever .item {
    float: left;
    text-align: center;
    width: 50%;
    height: 50%;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
    -webkit-box-sizing: border-box; /* Safari */
}

.sever .item:nth-child(2) {
    border-right: none;
}

.sever .item .img {
    width: 140px;
    height: 140px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    position: relative;
    margin: 77px auto 0 auto;
}

.sever .item .img:after {
    content: "";
    position: absolute;
    left: 53px;
    bottom: -1px;
    width: 37px;
    height: 2px;
    background: #f09d21;
}

.sever .item .img:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    transition: all 0.3s ease 0s;
    -webkit-transform-origin: top center;
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform-origin: top center;
    -moz-transform: scale(0.1, 0.1);
    opacity: 0;
}

.sever .item .img img {
    margin-top: 35px;
    position: relative;
    z-index: 2;
}

.sever .item .name {
    text-align: center;
    margin-top: 60px;
    font-size: 30px;
    color: #fff;
}

.sever .item:hover .img:before {
    background: #f09d21;
    border: 1px solid #f09d21;
    transition: all 0.3s ease 0s;
    -webkit-transform-origin: center center;
    -webkit-transform: scale(1.0, 1.0);
    -moz-transform-origin: center center;
    -moz-transform: scale(1.0, 1.0);
    opacity: 1;
}

#fp-nav {
    left: 40px;
    right: auto !important;
}

#fp-nav ul li {
    padding: 30px 0;
    margin: 0px !important;
}

#fp-nav ul li:after {
    content: '';
    position: absolute;
    top: 38px;
    left: 4px;
    height: 69px;
    width: 1px;
    background: rgba(255, 255, 255, 0.2);
}

#fp-nav ul li:last-child:after {
    position: static;
}

#fp-nav ul li a span {
    width: 3px !important;
    height: 3px !important;
    background: #fff !important;
    border: 1px solid #fff !important;
}

#fp-nav ul li a.active {
    margin-top: -8px;
    margin-left: -9.5px;
}

#fp-nav ul li a.active span {
    border: 1px solid #f09d21 !important;
    background: #f09d21 !important;
    width: 20px !important;
    height: 20px !important;
}

.newimg {
    width: 405px;
    max-width: 100%;
    float: left;
    padding-top: 40px;
}

.newcontar {
    width: calc(100% - 405px);
    float: right;
    position: relative;
    padding-top: 30px;
}

.newlist {
    margin-left: 40px;
    height: 560px;
}

.newlist .swiper-pagination {
    color: #666666;
    text-align: left;
    font-size: 14px;
    line-height: 1;
    padding-left: 25px;
}

.newlist .swiper-pagination .swiper-pagination-current {
    font-size: 30px;
    color: #333333;
}

.newlist .item {
    padding-top: 180px;
    padding-right: 356px;
}

.newlist .item .name {
    font-size: 24px;
    color: #1d1d1d;
    margin-top: 20px;
}

.newlist .item .desc {
    font-size: 16px;
    height: 72px;
    overflow: hidden;
    line-height: 1.5;
    color: #666666;
    margin-top: 20px;
}

.newlist .item .txt {
    font-size: 14px;
    color: #1d1d1d;
    margin-top: 30px;
}

.newlist .item .txt span {
    font-size: 16px;
    font-weight: bold;
    color: #f09d21;
}

.newlist .swiper-slide .img {
    position: absolute;
    width: 345px;
    height: 230px;
    right: 0;
    top: 0;
}

.setactleft {
    width: calc(50% - 50px);
    padding-left: 50px;
    height: 100%;
    background: #fff;
    float: left;
}

.setactleft .back {
    width: 100%;
    margin-top: 50px;
    height: calc(100% - 100px);
    background: url(../images/20.jpg) no-repeat center/cover;
}

.setactleft .conconstr {
    padding-top: 100px;
    padding-left: 80px;
}

.setactleft .conconstr .title {
    font-size: 60px;
    color: #ffffff;
    font-weight: bold;
}

.setactleft .conconstr .txt {
    font-size: 24px;
    color: #f09d21;
    margin-top: 10px;
}

.setactleft .conconstr .desc {
    font-size: 14px;
    color: #999999;
    margin-top: 40px;
    line-height: 1.5;
}

.phonebook {
    margin-top: 100px;
}

.phonebook .ttt {
    font-size: 18px;
    color: #fefefe;
}

.phonebook .inp {
    margin-top: 20px;
}

.phonebook .inp input {
    width: 210px;
    padding: 10px 20px;
    height: 33px;
    line-height: 33px;
    font-size: 18px;
    color: #666;
    background: #fff;
    border: 1px solid #fff;
    outline: none;
    float: left;
}

.phonebook .inp .btn {
    height: 55px;
    line-height: 55px;
    text-align: center;
    width: 120px;
    background: #f09d21;
    border: 1px solid #f09d21;
    font-size: 18px;
    color: #fff;
    outline: none;
}

.setactright {
    width: calc(50% - 50px);
    padding-right: 50px;
    height: 100%;
    background: #1d1d1d;
    float: right;
}

.setactright .back {
    width: 100%;
    margin-top: 50px;
    height: calc(100% - 100px);
    background: #313131;
    overflow: hidden;
}

.customer {
    padding-top: 100px;
    padding-left: 10%;
}

.customer .title {
    font-size: 60px;
    color: #ffffff;
    font-weight: bold;
}

.customer .txt {
    font-size: 24px;
    color: #f09d21;
    margin-top: 10px;
}

.customer .list {
    margin-top: 50px;
}

.customer .list .item {
    float: left;
    width: 180px;
    max-width: calc(33% - 20px);
    margin-right: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.customer .list .item img {
    max-height: 100%;
}

.section {
    overflow: hidden;
}

.footer {
    position:absolute;
    bottom:0;
    width: 100%;
    padding: 10px;
    font-size: 12px;
    color: #999999;
    border-top: 1px solid #1d1d1d;
    text-align: center;
}

.footer a {
    color: #999999;
}

.menu {
    margin-right: 10px;
    display: none;
    cursor: pointer;
}

.arback {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.aboutfimg {
    width: 280px;
    height: 1084px;
    position: fixed;
    top: 0px;
    left: 0px;
    background: url(../images/22.jpg) no-repeat center/cover;
}

.artitle-default {
    color: #fff;
    font-size: 18px;
    position: fixed;
    right: 60px;
    top: 60px;
    z-index: 999;
}

.arright {
    position: relative;
    padding: 100px 60px 200px 320px;
}

.gsjs .img {
    float: left;
}

.abdesc {
    line-height: 2;
    color: #999999;
    font-size: 14px;
    padding-left: 240px;
}

.artitle-absm {
    float: left;
    text-align: right;
    color: #fff;
    font-size: 16px;
}

.sjtd {
    margin-top: 100px;
}

.sjtd .desc {
    padding-top: 20px;
    line-height: 2;
    color: #999999;
    font-size: 14px;
    padding-left: 240px;
}

.sjtd .desc .con {
    float: left;
    padding-top: 150px;
}

.sjtd .desc .img {
    float: right;
}

.sjtd .xjtd {
    position: relative;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
}

.sjtd .xjtd:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0px;
    width: 30px;
    height: 3px;
    background: #f09d21;
}

.fzlc {
    margin-top: 100px;
}

.fzlc .desc {
    padding-left: 240px;
    padding-top: 100px;
}

.lcback {
    width: 950px;
    max-width: 100%;
    height: 1400px;
    background: url(../images/25.png) no-repeat center/cover;
}

.lcback .item {
    width: 43%;
    float: left;
}

.lcback .item:nth-child(2n) {
    float: right;
}

.lcback .item:nth-child(2) {
    margin-top: 115px;
}

.lcback .item:nth-child(3) {
    margin-top: 80px;
}

.lcback .item:nth-child(4) {
    margin-top: 115px;
}

.lcback .item:nth-child(5) {
    margin-top: 80px;
}

.lcback .item:nth-child(6) {
    margin-top: 80px;
}

.lcback .item:nth-child(7) {
    margin-top: 80px;
}

.lcback .item .nian {
    font-weight: bold;
    font-size: 30px;
    color: #f09d21;
}

.lcback .item .img {
    margin-top: 10px;
    width: 100%;
    height: 190px;
}

.lcback .item .txt {
    margin-top: 20px;
    line-height: 1.5;
    font-size: 14px;
    color: #999999;
}

.caselist {
    width: 1500px;
    max-width: 85%;
    margin: 0px auto;
    padding: 110px 0px 0px 3%;
}

.caselist ul {
    padding-bottom: 40px;
}

.caselist li {
    width: 38%;
    height: 410px;
    overflow: hidden;
    position: relative;
}

.caselist li:nth-child(2n) {
    height: 205px;
    width: 23%;
}

.caselist li .item {
    margin: 2px;
    height: calc(100% - 4px);
    width: calc(100% - 4px);
    overflow: hidden;
}

.caselist li.sm {
    width: 24%;
    /* width: 350px; */
    height: 204px;
}

.caselist li .img {
    width: 100%;
    height: 100%;
    transition: all 0.3s ease 0s;
}

.caselist li .item .back {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.567);
    transition: all 0.3s ease 0s;
    -webkit-transform-origin: center center;
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform-origin: center center;
    -moz-transform: scale(0.1, 0.1);
    opacity: 0;
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0px;
}

.caselist li .item:hover .back {
    -webkit-transform-origin: center center;
    -webkit-transform: scale(1.0, 1.0);
    -moz-transform-origin: top center;
    -moz-transform: scale(1.0, 1.0);
    opacity: 1;
}

.caselist li .i {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    background: url(../images/26.png) no-repeat center;
    z-index: 1;
}

.caselist li:hover .img {
    -webkit-transform-origin: center center;
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform-origin: top center;
    -moz-transform: scale(1.1, 1.1);
    opacity: 1;
}

/*.serverlist {*/
    /*padding-top: 14%;*/
    /*padding-bottom: 7%;*/
/*}*/

.serverlist .swiper-container {
    width: 100%;
    height: 850px;
}

.serverlist .swiper-slide {
    width: 100%;
    height: 850px;
}

.serverlist .img {
    padding-left: 0;
    width: 100%;
    display: flex;
    align-items: center;
}

.serverlist .text-post {
    padding-left: 10%;
    width: 90%;
    color: #FFF;
}

.serverlist .text-post .dd1 {
    font-size: 40px;
}

.serverlist .text-post .dd2 {
    margin-top: 10px;
    font-size: 16px;
}

.serverlist .swiper-pagination {
    left: 20px;
    right: auto !important;
}

.serverlist .swiper-pagination-bullet {
    border-radius: 0;
    height: 50px;
    background: #8b8b8b;
    width: 3px;
}

.arnews {
    padding-bottom: 100px;
}

.newslist {
    width: 1500px;
    max-width: 95%;
    margin: 0px auto;
    padding: 110px 0px 40px 0px;
}

.newslist li {
    height: 335px;
    overflow: hidden;
}

.newslist li .tdl {
    width: calc(50% - 130px);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    padding-right: 130px;
    height: 100%;
    float: left;
}

.newslist li .img {
    width: 100%;
    height: 100%;
}

.newslist li .tdr {
    width: calc(50% - 130px);
    float: right;
    padding-left: 129px;
    padding-top: 100px;
    position: relative;
}

.newslist li .tdr .crea {
    font-size: 14px;
    color: #666666;
}

.newslist li .tdr .name {
    font-size: 18px;
    font-weight: bold;
    margin-top: 15px;
    color: #ffffff;
    max-height: 40px;
    overflow: hidden;
}

.newslist li .tdr .desc {
    font-size: 14px;
    margin-top: 15px;
    line-height: 1.5;
    color: #999999;
}

.newslist li .tdr .d {
    position: absolute;
    left: -17px;
    top: 0px;
    width: 30px;
    height: 30px;
    font-size: 16px;
    color: #999999;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    border: 1px solid #999999;
    font-weight: bold;
    transition: all 0.3s ease 0s;
}

.newslist li:hover .tdr .d {
    width: 75px;
    height: 74px;
    line-height: 74px;
    background: url(../images/27.png) no-repeat center;
    border: none;
    font-size: 22px;
    color: #fff;
    left: -37.5px;
}

.newslist li:nth-child(2n) .tdl {
    float: right;
    padding-right: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    border-right: none;
    padding-left: 130px;
}

.newslist li:nth-child(2n) .tdr {
    float: left;
    padding-left: 0px;
    padding-right: 129px;
}

.newslist li:nth-child(2n) .tdr .d {
    left: auto;
    right: -17px;
}

.newslist li:nth-child(2n):hover .tdr .d {
    right: -37.5px;
}

.mright {
    width: 750px;
    max-width: 95%;
    margin: 0px auto;
    padding-top: 50px;
    padding-bottom: 100px;
    color: #999999;
}

.arpos {
    font-size: 14px;
    color: #999999;
}

.arpos a {
    color: #999999;
}

.arcontact {
    width: 1500px;
    max-width: 95%;
    margin: 0px auto;
    padding-top: 110px;
    padding-bottom: 100px;
    color: #999999;
}

.arcontact .trl {
    float: left;
    width: calc(50% - 112px);
    padding-right: 112px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.foot-form {
    margin-top: 40px;
    z-index: 1;
    position: relative;
    width: 100%;
}

.foot-form .tr {
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 20px;
    height: 46px;
}

.foot-form .tr .td {
    display: flex;
    border: 1px solid #bfbfbf;
    padding: 5px 10px;
    color: #999999;
    font-size: 14px;
    width: 45%;
}

.foot-form .tr .td:nth-child(1) {
    float: left;
}

.foot-form .tr .td:nth-child(2) {
    float: right;
}

.foot-form .tr .td .name {
    width: 110px;
    line-height: 34px;
}

.foot-form .tr .td .inp {
    flex: 1;
}

.foot-form .tr .td .inp .input {
    padding: 0px 10px;
    background: none;
    border: none;
    color: #fff;
    box-shadow: 0px 0px 0px;
    height: 34px;
    line-height: 34px;
    outline: none;
    width: calc(100% - 20px);
}

.foot-form .text-tr .td {

}

.foot-form .text-tr .td .desc {
    border: 1px solid #bfbfbf;
    padding: 10px;
}

.foot-form .text-tr .td .input {
    margin-top: 10px;
    background: none;
    border: none;
    color: #ffffff;
    resize: none;
    outline: none;
    box-shadow: 0px 0px 0px;
    width: 100%;
    height: 100px;
}

.foot-form .text-tr .td .button {
    background: #f09d21;
    border: 1px solid #f09d21;
    color: #fff;
    padding: 10px 50px;
    font-size: 14px;
    display: inline-block;
    transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
    margin-top: 20px;
    outline: none;
}

.zhpian {
    height: 184px;
    margin-top: 60px;
    background: url(../images/30.jpg) right;
}

.zhpian .con {
    padding-top: 45px;
    padding-left: 40px;
    color: #ffffff;
    font-size: 14px;
    line-height: 2;
}

.arcontact .trr {
    float: right;
    width: calc(50% - 113px);
    padding-left: 111px;
    color: #fff;
    font-size: 16px;
}

.arcontact .trr .dd {
    margin-bottom: 30px;
}

.arcontact .trr .dd .icon {
    float: left;
}

.arcontact .trr .dd .icon img {
    vertical-align: middle;
    margin-right: 10px;
}

.arcontact .trr .dd .txt {
    padding-left: 80px;
}

.arcontact .trr .dd .txt span {
    font-weight: bold;
    color: #f09d21;
    font-size: 24px;
}

.arcontact .trr .addrimg {
    margin-top: 40px;
}

.cabanner {
    height: 1200px;
    position: relative;
}

.cafoootbanner {
    height: 1200px;
    position: relative;
    margin-top: 500px;
}

.caswbar {
    width: 70%;
    background: #fff;
    position: absolute;
    left: 50%;
    margin-left: -35%;
    bottom: -255px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    box-shadow: 1px 10px 20px rgba(0, 0, 0, 0.123);
}

.catit {
    height: 35px;
    text-align: left;
    border-bottom: 1px solid #f4f4f4;
    padding-top: 25px;
}

.catit .icon {
    width: 56px;
    height: 14px;
    background: url(../images/38.png) no-repeat;
    margin-left: 20px;
}

.caswiper {
    padding: 3px;
}

.caswiper .img {
    height: 702px;
}

.cabody {
    background: #fff;
    padding-top: 360px;
}

.cabody .wp {
    width: 70%;
    position: relative;
}

.cabody .title .icon {
    width: 60px;
    height: 60px;
    background: url(../images/39.png) no-repeat;
    background-size: 100% 100%;
    float: right;
    box-shadow: 1px 10px 20px rgba(0, 0, 0, 0.123);
    border-radius: 50%;
}

.cabody .fontcon {
    padding: 60px 0;
    border-bottom: 1px solid #333333;
}

.cabody .fontcon .txt {
    font-size: 30px;
    color: #000000;
}

.cabody .fontcon .txt.sm {
    font-size: 16px;
    color: #666666;
    margin-top: 5px;
}

.cabody .fontcon .top {
    margin-top: 40px;
}

.cabody .fontcon .dd1 {
    float: left;
}

.cabody .fontcon .dd2 {
    float: right;
}

.cacolor {
    padding: 60px 0px;
}

.cacolor .dd1 {
    float: left;
}

.cacolor .dd1 .txt {
    font-size: 30px;
    color: #000000;
}

.cacolor .dd2 {
    float: right;
}

.cacolor .dd2 .dd {
    float: right;
    width: 160px;
    margin-left: 20px;
}

.cacolor .dd2 .dd .back {
    width: 100%;
    height: 55px;
    box-shadow: 1px 10px 20px rgba(0, 0, 0, 0.123);
}

.cacolor .dd2 .dd .txt {
    margin-top: 10px;
    font-size: 16px;
    text-align: center;
}

.cacontent {
    width: 70%;
    bottom: 500px;
    position: absolute;
    left: 15%;
    max-height: 1200px;
    overflow-y: auto;
    z-index: 1;
}

/* 内页菜单样式 */
.headerars {
    padding: 23px 0;
    border-bottom: none;
    background: none;
}

.headerars.cur {
    background: rgba(0, 0, 0, 0.789);
}

.headerars .menu {
    display: inline-block;
}

.foot-left {
    position: fixed;
    bottom: 60px;
    right: 93%;
    font-size: 16px;
    color: #ffffff;
    z-index: 1;
    width: 6%;
}

.foot-right {
    position: fixed;
    bottom: 60px;
    left: 93%;
    font-size: 16px;
    color: #ffffff;
    z-index: 1;
    width: 6%;
}

.foot-right a {
    color: #ffffff;
}

#menu {
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    text-align: center;
    background: rgba(0, 0, 0, 0.899);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.678) 0%, rgba(0, 0, 0, 0.988) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.678)), color-stop(100%, rgba(0, 0, 0, 0.988)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.678) 0%, rgba(0, 0, 0, 0.89) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.678) 0%, rgba(0, 0, 0, 0.988) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.678) 0%, rgba(0, 0, 0, 0.988) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.678) 0%, rgba(0, 0, 0, 0.988) 100%);
}

#menu ul {
    display: inline-block;
    margin-top: 10%;
}

#menu li {
    transition: all 0.3s ease 0s;
    position: relative;
    padding-top: 50px;
}

#menu li a {
    position: relative;
    transition: all 0.3s ease 0s;
}

#menu li a::after {
    visibility: hidden;
    opacity: 0;
    content: "";
    width: 25px;
    height: 4px;
    background: #f09d21;
    position: absolute;
    left: -80px;
    top: 20px;
    transition: all 0.3s ease 0s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

#menu li:hover a {
    color: #f09d21;
}

#menu li a:hover::after {
    visibility: visible;
    left: -40px;
    opacity: 1;
}

#menu li a {
    font-size: 30px;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
    border-radius: 5px;
}

#menu .menu-exit {
    position: fixed;
    z-index: 99;
    top: 0;
    right: 0;
    cursor: pointer;
    padding: 20px;
}

#menu .menu-exit i {
    font-size: 40px;
    color: #fff;
}

#menu.shows {
    opacity: 0;
    visibility: hidden;
    top: 0px;
    left: auto;
    right: 0px;
    transform: rotate(15deg);
}

#menu.shows li {
    display: flex;
    align-items: center;
    transition: all 0.3s ease 0s;
}

#menu.shows .bubble {
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 10px;
    height: 10px;
    background: #774802;
    color: #774802;
    box-shadow: 10em 0 0 0.01em, 20em 0 0 0.01em, 30em 0 0 0.01em, 40em 0 0 0.01em, 12em 0 0 0.01em, 17em 0 0 0.01em, 25em 0 0 0.01em, 37em 0 0 0.01em, -10em 0 0 0.01em, -20em 0 0 0.01em, -30em 0 0 0.01em, -40em 0 0 0.01em, -12em 0 0 0.01em, -17em 0 0 0.01em, -25em 0 0 0.01em, -37em 0 0 0.01em, 10em -0.1em 0 0.01em, 20em -0.2em 0 0.01em, 30em -0.3em 0 0.01em, 40em -0.1em 0 0.01em, 17em -0.3em 0 0.01em, 17em -0.2em 0 0.01em, 25em -0.1em 0 0.01em, 37em -0.2em 0 0.01em, -11em -0.5em 0 0.01em, -20em -0.3em 0 0.01em, -30em -0.2em 0 0.01em, -40em -0.1em 0 0.01em, -15em -0.2em 0 0.01em, -17em -0.3em 0 0.01em, -25em -0.4em 0 0.01em, -37em -0.2em 0 0.01em, -11em 0 0 0.01em, 10.6em 0 0 0.01em, 12.5em 0 0 0.01em, 13.6em 0 0 0.01em, -5em 0 0 0.01em, -6em 0 0 0.01em, -7.4em 0 0 0.01em, -9.2em 0 0 0.01em, 5em 0 0 0.01em, 6em 0 0 0.01em, 7.4em 0 0 0.01em, 9.2em 0 0 0.01em, 1em 0 0 0.01em, 2em 0.1em 0 0.01em, 4em 0.2em 0 0.01em, 3.2em 0.5em 0 0.01em, -1em 0.5em 0 0.01em, -2em 0.3em 0 0.01em, -4em 0.1em 0 0.01em, -3.2em 0.2em 0 0.01em;
    border-radius: 50%;
}

#menu.shows.active {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease 0s;
    transform: rotate(0deg);
}

#menu.shows.active .bubble {
    animation: 2s bubble-up infinite;
}

@keyframes bubble-up {
    100% {
        box-shadow: 10em -11em 0 0.01em, 20em -17em 0 0.01em, 30em -20em 0 0.01em, 40em -30em 0 0.01em, 12em -12em 0 0.01em, 17em -5em 0 0.01em, 25em -16em 0 0.01em, 37em -22em 0 0.01em, -10em -32em 0 0.01em, -20em -12em 0 0.01em, -30em -11em 0 0.01em, -40em -13em 0 0.01em, -12em -15em 0 0.01em, -17em -9em 0 0.01em, -25em -14em 0 0.01em, -37em -21em 0 0.01em, 10em -17em 0 0.01em, 20em -21em 0 0.01em, 30em -11em 0 0.01em, 40em -19em 0 0.01em, 17em -23em 0 0.01em, 17em -10em 0 0.01em, 25em -14.5em 0 0.01em, 37em -12.9em 0 0.01em, -11em -21.3em 0 0.01em, -20em -22.4em 0 0.01em, -30em -15.3em 0 0.01em, -40em -19.2em 0 0.01em, -15em -21.3em 0 0.01em, -17em -22.4em 0 0.01em, -25em -10.3em 0 0.01em, -37em -9.3em 0 0.01em, -11em -22.4em 0 0.01em, 10.6em -20.4em 0 0.01em, 12.5em -6.9em 0 0.01em, 13.6em -8.3em 0 0.01em, -5em -21.4em 0 0.01em, -6em -13em 0 0.01em, -7.4em -15em 0 0.01em, -9.2em -22em 0 0.01em, 5em -30em 0 0.01em, 6em -24em 0 0.01em, 7.4em -11em 0 0.01em, 9.2em -9.4em 0 0.01em, 1em -22em 0 0.01em, 2em -14em 0 0.01em, 4em -21em 0 0.01em, 3.2em -16em 0 0.01em, -1em -21em 0 0.01em, -2em -19em 0 0.01em, -4em -17em 0 0.01em, -3.2em -15em 0 0.01em;
        bottom: 200px;
        opacity: 0;
    }
}

.to-app-banner {
    padding-top: 100px;
    overflow: hidden;
    text-align: center
}

.to-app-banner img {
    transition: all 2s ease 0s;
    -webkit-transform-origin: center center;
    -webkit-transform: scale(0.99, 0.99);
    -moz-transform-origin: center center;
    -moz-transform: scale(0.99, 0.99);
}

.to-app-banner img:hover {
    transition: all 3s ease 0s;
    -webkit-transform-origin: center center;
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform-origin: center center;
    -moz-transform: scale(1.1, 1.1);
}

.to-list-post .cde {
    width: calc(50% - 15px);
}

.fp-tableCell {
    height: 100vh !important;
}

.to-case-grip .item {
    width: 31%;
    margin: 10px 1%;
}

.to-case-grip .item .img {
    height: 220px;
}

.to-foot-back {
    padding-top: 100px;
    padding-bottom: 100px;
}

.to-contact {
    height: 540px;
}

.to-contact .form-sub {
    width: 40%;
    background: #caa15e;
}

.to-contact .form-sub .input-group {
}

.to-contact .form-sub .input-group .name {
    margin-top: 30px;
    color: #100e13;
}

.to-contact .form-sub .input-group .inp {
    width: 100%;
    height: 40px;
    outline: none;
    background: none;
    border: none;
    border-bottom: 1px solid #dabd8f;
}

.to-contact .form-sub .input-group .inp-text {
    height: 50px;
    padding: 10px 0;
    resize: none;
}

.to-contact .form-sub .input-group .inp-text::-webkit-input-placeholder {
    color: #100e13
}

.to-contact .text-sub {
    width: 60%;
    background: rgba(52, 48, 46, 0.5);
}

@media (max-width: 1440px) {
    /*.wp{*/
    /*    !*width: 100%;*!*/
    /*    width: 1111px;*/
    /*    height: 715px;*/
    /*    !*margin-top: 0%;*!*/
    /*}*/
    .first_box_aba {
        margin-top: 26.35%
    }
    /*.first_box_aba {*/
    /*    width: 160px;*/
    /*    height: 40px;*/
    /*}*/
}
@media (max-width: 1200px) {
    .wp {
        width: 100%;
    }

    .header .nav li {
        padding: 0px 9px;
    }

    .header .nav li.curr :after {
        left: 12px;
    }

    .newlist .item {
        padding-right: 200px;
    }

    .newlist .swiper-slide .img {
        width: 300px;
        height: 160px;
    }

    .fzlc .desc {
        padding-left: 0px;
    }

    .sjtd .desc {
        padding-top: 50px;
        padding-left: 0px;
    }

    .arcontact .trl {
        width: calc(50% - 20px);
        padding-right: 20px;
    }

    .arcontact .trr {
        width: calc(50% - 21px);
        padding-left: 20px;
    }

    .foot-form .tr {
        height: auto;
    }

    .foot-form .tr .td {
        width: calc(100% - 22px);
        margin-top: 20px;
    }

    .foot-form .tr .td:nth-child(1) {
        float: none;
    }

    .foot-form .tr .td:nth-child(2) {
        float: none;
    }
}

@media (max-width: 1024px) {

    .foot-left, .foot-right {
        display: none;
    }

    .cabanner {
        height: 610px;
    }

    .cabody .wp {
        width: 90%;
    }

    .cacolor .dd2 .dd .back {
        width: 140px;
    }

    .caswbar {
        width: 90%;
        margin-left: -45%;
        bottom: -180px;
    }

    .cafoootbanner {
        margin-top: 410px;
        height: 800px;
    }

    .cacontent {
        width: 90%;
        height: 1000px;
        left: 5%;
        bottom: 200px;
    }

    .cabody .fontcon .txt {
        font-size: 26px;
    }

    .cacolor .dd1 .txt {
        font-size: 26px;
    }

    .catit {
        height: 20px;
        padding-top: 16px;
    }

    .caswiper .img {
        height: 500px;
    }

    .cabody {
        padding-top: 260px;
    }

    .arcontact .trr .desc {
        padding-top: 40px;
    }

    .arcontact .trl {
        float: none;
        width: 100%;
        padding-right: 0px;
        border-right: none;
    }

    .arcontact .trr {
        float: none;
        width: 100%;
        padding-left: 0px;
    }

    .arnews {
        padding-bottom: 60px;
    }

    .newslist li .tdl {
        width: calc(50% - 50px);
        padding-right: 50px;
    }

    .newslist li .tdr {
        width: calc(50% - 50px);
        padding-left: 49px;
    }

    .newslist li:nth-child(2n) .tdl {
        padding-left: 49px;
    }

    .newslist li:nth-child(2n) .tdr {
        padding-right: 50px;
    }

    .serverlist .swiper-pagination-bullet {
        font-size: 40px;
    }

    .caselist li {
        height: 300px;
    }

    .caselist li.sm {
        height: 148px;
    }

    .aboutfimg {
        display: none;
    }

    .arright {
        padding: 100px 40px 120px 40px;
    }

    .about-numlist .in .ddt {
        text-align: left;
    }

    .customer .title {
        font-size: 30px;
    }

    .about-numlist {
        text-align: center;
    }

    .about-numlist .in {
        width: 136px;
        text-align: center;
        margin-right: 40px;
    }

    .about-numlist .in .num span {
        font-size: 50px;
    }

    .header .logo {
        padding-left: 20px;
    }

    .header .logo .logopng {
        height: 40px;
    }

    .newlist .swiper-slide .img {
        width: 160px;
        height: 95px;
        top: 92px;
    }

    .newlist .item {
        padding-right: 0;
    }

    .header .nav {
        padding-right: 310px;
    }

    .sever .item .name {
        font-size: 20px;
    }

    .phonebook .inp input {
        width: 130px;
    }

    .phonebook .inp .btn {
        width: 100px;
    }

    .setactleft .conconstr {
        padding-left: 10%;
    }

    .customer {
        padding-top: 50px;
    }

    .customer .list .item {
        max-width: calc(41% - 10px);
        margin-bottom: 10px;
        margin-right: 10px;
    }
}

@media (max-width: 760px) {
    /*.serverlist {*/
    /*    !*padding-top: 100px;*!*/
    /*    !*margin-top: 64px;*!*/
    /*    height: auto;*/
    /*}*/
    .first_box_ba p{
        text-align: left;
    }
    .first_box_bb{
        text-align: left;
    }
    .first_box_bc{
        text-align: left;
    }
    .wp{
        /*width: 100%;*/
        /*width: 1130px;*/
        height: auto;
        margin-top: 0%;
    }
    .first_box_ba p{
        width: 100%;
    }
    .first_box_aba{
        display: none;
    }
    .first_box_bz{
        width: 0;
    }
    .first_box_b{
        width: 90%;
        margin:0 auto;
        display: block;
        text-align: center;
    }
    .first_box_ba{
        width: 100%;
    }
    .first_box_bb{
        width: 100%;
    }
    .first_box_bc{
        width: 100%;
    }
    /*szx e*/
    .to-case-grip .item {
        width: 48%;
    }

    .case-tit-icon {
        height: 60px;
    }

    .to-contact {
        display: block !important;
        height: auto;
    }

    .serverlist {
        /*padding-top: 100px;*/
        margin-top: 64px;
    }

    .to-foot-back {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .to-contact .form-sub, .to-contact .text-sub {
        width: 100%;
    }

    .to-contact .text-sub {
        padding: 30px 0px;
        margin-top: 20px;
    }

    .serverlist .swiper-container {
        height: 500px;
    }

    .serverlist .text-post .dd1 {
        font-size: 30px;
    }

    .header .nav, .newslist li .tdr .desc, .aboutcon .img, .newimg, .header .contact .wzbtn, .newcontar .gzt, #fp-nav, .mypage #pdis {
        display: none;
    }

    .cdmenu {
        width: 40px;
        height: 40px;
        opacity: 0.9;
    }

    .cabanner {
        height: 350px;
    }

    .cabody {
        padding-top: 100px;
    }

    .cabody .title img {
        width: 200px;
    }

    .cacolor {
        padding: 30px 0px;
    }

    .cabody .fontcon .dd2 {
        margin-top: 20px;
    }

    .cacolor .dd2 {
        margin-top: 20px;
    }

    .cacolor .dd2 .dd {
        width: 31%;
        margin: 10px 1%;
    }

    .cacolor .dd2 .dd .back {
        max-width: 100%;
    }

    .cabody .fontcon {
        padding: 30px 0
    }

    .cabody .fontcon .txt, .cacolor .dd1 .txt {
        font-size: 20px;
    }

    .caswbar {
        bottom: -70px;
    }

    .customer .list {
        margin-top: 30px;
    }

    .newslist li {
        height: 112px;
    }

    .newslist li .tdr {
        padding-top: 15px;
    }

    .newslist li .tdr .name {
        font-size: 14px;
        margin-top: 10px;
    }

    .newslist li .tdr .desc {
        font-size: 12px;
        margin-top: 10px;
    }

    .caselist {
        max-width: 90%;
    }

    .caselist li, .caselist li:nth-child(2n) {
        width: 48%;
        height: 150px;
    }

    .caselist li.sm {
        width: 48%;
        height: 120px;
    }

    .headerars {
        padding: 12px 0;
    }

    .fzlc .desc {
        padding-top: 20px;
    }

    .gsjs {
        padding-top: 30px;
    }

    .gsjs .img {
        text-align: center;
        float: none;
    }

    .artitle-default {
        right: 20px;
        top: 30px;
    }

    .sjtd {
        margin-top: 50px;
    }

    .sjtd .desc .con {
        padding-top: 20px;
    }

    .abdesc {
        padding-top: 20px;
        padding-left: 0px;
    }

    .lcback {
        height: auto;
    }

    .lcback .item {
        width: 100%;
        margin-top: 30px;
        float: none;
    }

    .sever .item .img {
        width: 100px;
        height: 100px;
        margin: 52% auto 0 auto;
    }

    .sever .item .img img {
        width: 55px;
        margin-top: 22px;
    }

    .sever .item .name {
        font-size: 16px;
    }

    .sever .item .name {
        margin-top: 20px;
    }

    .about-numlist {
        padding-top: 40px;
    }

    .about-numlist .in {
        margin-right: 20px;
    }

    .setactleft .conconstr {
        padding-left: 6%;
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .customer .list .item {
        width: calc(23% - 5px);
        margin-bottom: 5px;
        margin-right: 5px;
    }

    .customer .list .item:nth-child(2) {
        display: none;
    }

    .sever {
        width: 100%;
    }

    .aboutcon {
        width: 100%;
    }

    .aboutcon .bkd div {
        display: block;
    }

    .menu {
        display: inline-block;
    }

    .setace {
        /* padding-top: calc(7% + 70px); */
    }

    .about-numlist .in .num span {
        font-size: 30px;
    }

    .header {
        padding: 12px 0px;
        background: rgba(0, 0, 0, 0.567);
    }

    .header .contact .wzbtn {
        top: 17px;
        padding: 8px 20px;
    }

    .header .contact {
        width: 50%;
    }

    .header .contact .phone {
        font-size: 14px;
        border-bottom: none;
        padding: 19px 0px;
    }

    .newcontar {
        margin-left: 0px;
        width: 100%;
        float: none;
    }

    .newlist {
        margin-left: 0px;
    }

    .setactleft {
        width: 100%;
        float: none;
        padding-left: 0px;
        height: 50%;
        padding-top: 0;
    }

    .phonebook {
        margin-top: 10px;
    }

    .setactright {
        width: 100%;
        float: none;
        padding-right: 0px;
        height: 50%;
        padding-top: 0;
    }

    .setactright .back {
        height: auto;
        margin-top: 0px;
        padding-bottom: 20px;
    }

    .aboutcon .text-desc {
        margin-left: 0px;
        width: 100%;
    }

    .customer {
        padding-top: 20px;
        padding-left: 6%;
    }

    .setactleft .back {
        height: 100%;
        margin-top: 0px;
    }

    .newlist {
        height: auto;
        padding-bottom: 50px;
    }

    .newlist .item .txt {
        margin-top: 0px;
    }

    .mright {
        padding-top: 100px;
        padding-bottom: 50px;
    }

    .headerars .nav {
        top: 68px;
    }

    .pcbanner {
        display: none;
    }

    .bannermmm {
        display: block;
    }

    #menu li {
        padding-top: 39px;
    }

    #menu li a {
        font-size: 22px;
    }

    #menu li a::after {
        top: 14px;
    }

    .cafoootbanner {
        margin-top: 50px;
    }

    .cacontent {
        height: 500px;
        bottom: 300px;
    }

    .cdmenu {
        display: none;
    }

    .to-case-grip .item .img {
        height: 130px;
    }

    .to-list-post .flex {
        display: block;
    }

    .to-list-post .cde {
        width: 100%;
    }

    .to-list-post .cde:nth-child(2) {
        margin-top: 30px;
    }
}</pre></body></html>