@charset "utf-8";
/*焦点图*/
#banner {
    margin: auto;
    position: relative;
    z-index: 9;
    min-width: 1200px;
}
#banner .swiper-slide {
    overflow: hidden;
    position: relative;
    height: 520px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
@media only screen and (max-width: 1440px) {
    #banner .swiper-slide {
        height: 520px;
    }
}
@media only screen and (max-width: 1360px) {
    #banner .swiper-slide {
        height: 520px;
    }
}
/*按钮切换*/
#banner .swiper-button-prev, #banner .swiper-button-next {
    display: none;
    width: 72px;
    height: 72px;
    background: url(../images/ico_sliding.png) no-repeat;
    margin-top: -36px;
}
#banner .swiper-button-prev {
    background-position: 0 0;
}
#banner .swiper-button-prev:hover {
    background-position: 0 -144px;
}
#banner .swiper-button-next {
    background-position: 0 -72px;
}
#banner .swiper-button-next:hover {
    background-position: 0 -216px;
}
/*分页器*/
#banner .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 50%;
    background: rgba(255,255,255,0.36);
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    opacity: 1.0;
}
#banner .swiper-pagination-bullet-active {
    background: rgba(255,255,255,0.8);
    color: #fff;
    width: 33px;
    border-radius: 30px;
    opacity: 1.0;
}
#banner .swiper-pagination {
    bottom: 25px;
}
/*******推荐服务开始*******/
.tc_list {
}
.tc_list li {
    width: 284px;
    float: left;
    height: 174px;
    box-sizing: border-box;
    text-align: center;
    margin-right: 20px;
}
.tc_list li h3 {
    font-size: 18px;
    color: #fff;
    padding: 35px 0 12px;
    font-weight: normal;
}
.tc_list li p {
    font-size: 14px;
    padding-bottom: 26px;
    color: rgba(255,255,255,0.8);
}
.tc_list li a {
    display: block;
    width: 118px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
    margin: 0 auto;
    transition: 0.3s all;
}
.tc_list li a:hover {
    border: 1px solid rgba(255,255,255,0.25);
    background: rgba(255,255,255,0.25);
}
.tc_list li:nth-child(1) {
    background: url(../images/tc_bg1.png) no-repeat center;
}
.tc_list li:nth-child(2) {
    background: url(../images/tc_bg2.png) no-repeat center;
}
.tc_list li:nth-child(3) {
    background: url(../images/tc_bg4.png) no-repeat center;
}
.tc_list li:nth-child(4) {
    background: url(../images/tc_bg3.png) no-repeat center;
    margin-right: 0;
}
/*******推荐服务结束*******/
/*******热门服务开始*******/
.bg_box {
    background: rgb(239, 245, 254);
}
.hot_service {
}
.hot_service .hd {
}
.hot_service .hd ul {
    width: 600px;
    margin: auto;
}
.hot_service .hd ul li {
    float: left;
    width: 22%;
    margin: 0 1.5%;
    text-align: center;
    cursor: pointer;
    line-height: 36px;
    font-size: 16px;
    background: #fff;
    border-radius: 36px;
    transition: 0.3s all;
}
.hot_service .hd ul li.on {
    background: #FF6270;
    color: #fff;
}
.hot_service .bd {
    margin-top: 35px;
}
.service {
}
.service .left {
    width: 200px;
    height: 320px;
    float: left;
    box-sizing: border-box;
    padding: 36px 20px 15px 20px;
}
.service .left h3 {
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    padding-left: 10px;
}
.service .left p {
    margin-top: 5px;
    padding-left: 10px;
    color: #fff;
    opacity: .3;
    font-size: 13px;
}
.service .left a {
    display: block;
    width: 86%;
    height: 30px;
    line-height: 30px;
    margin: 190px auto 0 auto;
    text-align: center;
    background: rgba(255,255,255,0.2);
    border-radius: 15px;
    color: #fff;
    transition: 0.3s all;
}
.service .left a:hover {
    background: #fff;
    color: #333;
}
.service .mid {
    width: 700px;
    height: 320px;
    background: #fff;
    float: left;
    overflow: hidden;
}
.service .mid li {
    width: 50%;
    height: 107px;
    padding: 15px 25px;
    float: left;
    border: solid 1px #eee;
    border-left: 0;
    border-top: 0;
    box-sizing: border-box;
    position: relative;
}
.service .mid li h2 {
    font-size: 16px;
    font-weight: bold;
}
.service .mid li p {
    color: #666;
    line-height: 40px;
    font-size: 12px;
}
.service .mid li .link {
    position: absolute;
    right: 15px;
    bottom: 15px;
}
.service .mid li a {
    width: 80px;
    line-height: 25px;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    border-radius: 25px;
    border: solid 1px #ddd;
    margin-right: 10px;
    transition: 0.3s all;
}
.service .mid li a:hover {
    background: #d90024;
    border: solid 1px #d90024;
    color: #fff;
}
.service .mid li:nth-child(1) .link {
    left: 20px;
    bottom: 30px;
}
.service .right {
    width: 300px;
    height: 320px;
    float: right;
    background: #fff;
    padding: 10px 20px;
    box-sizing: border-box;
}
.service .right h5 {
    font-size: 18px;
    line-height: 30px;
    position: relative;
    margin-left: 10px;
}
.service .right h5:before {
    content: ""; /*不换行空格*/
    width: 4px;
    height: 16px;
    position: absolute;
    left: -10px;
    top: 8px;
    background: #d90024;
}
.service .right li {
    line-height: 34px;
    border-bottom: solid 1px #eee;
    padding: 0 0 10px;
    margin-top: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.service .right li:last-child {
    border-bottom: solid 0px #eee;
}
.service .right li img {
    vertical-align: middle;
    margin-right: 10px;
    border-radius: 0px;
    width: 22px;
}
.service .s1_bg {
    background: url(../images/server_bg_all.png) no-repeat -1400px top;
}
.service .s2_bg {
    background: url(../images/server_bg_all.png) no-repeat -200px top;
}
.service .s3_bg {
    background: url(../images/server_bg_all.png) no-repeat -600px top;
}
.service .s4_bg {
    background: url(../images/server_bg_all.png) no-repeat -1000px top;
}
.youshi {
}
.youshi li {
    text-align: center;
    background: #fff;
    width: 15.6%;
    margin: 0 0.62%;
    float: left;
    border-radius: 5px;
    overflow: hidden;
    padding: 25px 0;
    box-sizing: border-box;
}
.youshi li:first-child{
    margin-left:0;
}
.youshi li:last-child{
    margin-right: 0;
}
.youshi li .pic {
    padding: 0px 0 15px 0;
}
.youshi li .pic img {
    width: 30%;
}
.youshi li .txt {
    padding-bottom: 10px;
}
.youshi li .txt h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}
.youshi li .txt p {
    font-size: 14px;
    color: #666;
    line-height: 20px;
}
/*电话*/
.dianhua {
    width: 478px;
    height: 48px;
    line-height: 48px;
    border: 1px solid;
    display: block;
    margin: 0 auto;
    position: relative;
    background-color: white;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.dianhua:hover {
    padding: 0 20px;
}
.dianhua label {
    padding-left: 30px;
    padding-top: 8px;
    float: left;
    width: 30px;
    line-height: 16px;
    box-sizing: content-box;
}
.dianhua strong {
    font-size: 22px;
    font-family: "Impact";
    padding-left: 25px;
}
.dianhua a {
    width: 150px;
    height: 48px;
    position: absolute;
    top: 0;
    right: -1px;
    text-align: center;
    font-size: 18px;
    color: #fff;
}
.dianhua>i {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 4px;
    left: -20px;
    background: url(../images/com_tel.png) no-repeat;
}
.dianhua.green {
    color: #FF6270;
}
.dianhua.green a {
    background: #FF6270;
}
/*******热门服务结束*******/
/*******客户累计服务开始*******/
.section-container{
    max-width: 1200px;
    width: 100%;
    padding: 0;
}
.grid {
    display: grid;
}
.grid-cols-4 {
     grid-template-columns: repeat(4, minmax(0, 1fr));
 }
.global2000-item-container {
    border-left: solid 2px #e3e3e3;
    transition: border-left-color .2s ease-in-out;
}
.global2000-item-container .smart-card{
    position: relative;
    cursor: pointer;
    border-radius: 8px;
    overflow: hidden;
    height: 430px;
}
.global2000-item-container .smart-card .card-content {
    position: absolute;
    padding: 15px 5px 5px;
    width: 100%;
    height: 100%;
    background-color: #0000;
    color: #333;
    z-index: 6;
    transition: color .3s cubic-bezier(.4,.2,.4,1);
}
.global2000-item-container .smart-card .card-content .icon{
    width: 50px;
    height: 50px;
}
svg:not(:root) {
    overflow: hidden;
}
.icon-transition {
    fill: #e62024;
    transition: fill .3s ease-in-out;
    width: 50px;
    height: 50px;
}
.item-content {
    padding-left: 5px;
    padding-top: 6px;
}
.item-title{
    font-size: 21px;
}
.item-sub-title {
    font-size: 14px;
    font-weight: 700;
    margin-top: 18px;
    line-height: 26px;
}
.item-description {
    font-size: 14px;
    margin-top: 25px;
    line-height: 20px;
}
.smart-card .card-content .more {
    visibility: hidden;
}
.smart-card .mask {
    position: absolute;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    clip-path: inset(275px 10px 0px 10px round 10px);
    transition: clip-path .3s ease-in-out;
}
.mask .black_bg {
    width: 100%;
    height: 100%;
    background: #0000;
    transition: background .3s ease-in-out;
}
.smart-card:hover .mask{
    clip-path: inset(0 round 10px);
    transition: clip-path .3s ease-in-out
}
.smart-card:hover .black_bg {
    background: linear-gradient(to bottom,#000000e6,#000000b3 60%,#0000001a);
    transition: background .3s ease-in-out
}
.smart-card:hover .card-content {
    position: relative;
    height: 100%;
    color: #fff;
    transition: color .3s cubic-bezier(.4,.2,.4,1)
}
.smart-card:hover .card-content .more {
    visibility: visible;
    position: absolute;
    bottom: 30px;
    right: 30px
}
.smart-card:hover .icon-transition {
    fill: #fff;
    transition: fill .3s ease-in-out
}
.global2000-item-container:hover{
    border-left: solid 2px rgba(0,0,0,0)
}
/*******客户累计服务结束*******/
/*轮播广告*/
#guanggao {
    width: 1200px;
    margin: auto;
    position: relative;
    z-index: 9;
}
/*******新闻动态开始*******/
.home_news {
    background: #f5f5f5;
    padding: 20px 0;
}
.home_news .inward{
    margin: 0 auto;
    width: 1200px;
    display: flex;
}
.home_news .home_news_left{
    width: 888px;
    position: relative;
}
.home_news .home_news_left a:hover{
    color: #e62024 !important;
}
.home_news .home_news_left .home_news_header{
    display: flex;
    align-items: center;
}
.home_news .home_news_left .home_news_header .header_nav{
    box-sizing: border-box;
    display: inline-block;
}
.home_news .home_news_left .home_news_header .header_nav .barcut .news_column.behavior{
    color: #e62024;
}
.home_news .home_news_left .home_news_header .header_nav .barcut .news_column{
    display: inline-flex;
    margin: 0 0 0 22px;
    color: #4e4e4e;
    position: relative;
    cursor: pointer;
}
.home_news .home_news_left .home_news_header .header_nav .barcut span{
    padding-left: 25px;
    height: 21px;
    color: #dcdddf;
}
.home_news .home_news_left .home_news_header .header_nav .see{
    position: absolute;
    right: 0;
    float: right;
}
.home_news .home_news_left .home_news_header .header_nav .see .more{
    background: #f4e3e4;
    display: inline-block;
    padding: 3px 35px 3px 20px;
    border-radius: 31px;
    position: relative;
}
.home_news .home_news_left .home_news_header .header_nav .see .more i,.home_news .home_news_right .changelog_header .see .more i{
    width: 10px;
    height: 10px;
    background: url(/skin/pc/images/jia.png) no-repeat right center;
    background-size: 10px 10px;
    display: block;
    position: absolute;
    right: 16px;
    top: 7px;
}
.home_news .home_news_left .content{
    width: 889px;
    border-radius: 5px;
    background-color: white;
    margin-top: 15px;
}
.home_news .home_news_left .content .content_mms{
    display: none;
    padding: 10px;
    box-sizing: border-box;
}
.home_news .home_news_left .content .content_lbabbr{
    display: none;
}
.home_news .home_news_left .content .content_mms .ey_art .ey_xm{
    -webkit-backface-visibility: hidden;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    transition: all 0.2s ease-in;
    display: flex;
    width: 49%;
}
.home_news .home_news_left .content .content_mms .ey_art .ey_xm .ey_mzc {
    float: left;
    text-align: left;
}
.home_news .home_news_left .content .content_mms .ey_art .ey_xm .ey_mzc .eyou_mzl {
    width: 131px;
    height: auto;
}
.home_news .home_news_left .content .content_mms .ey_art .ey_xm .ey_myc {
    float: left;
    text-align: left;
    margin-left: 5px;
    margin-top: 0px;
}
.home_news .home_news_left .content .content_mms .ey_art .ey_xm .ey_myc .eyou_xbts {
    font-family: MicrosoftYaHei;
    color: #333333;
    font-size: 15px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 290px;
}
.home_news .home_news_left .content .content_mms .ey_art .ey_xm .ey_myc .principal {
    font-size: 14px;
    color: #949596;
    /*width: 286px;*/
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 6px 0;
}
.home_news .home_news_left .content .content_mms .ey_art .ey_xm:nth-child(even) {
    margin-right: 0;
}
.home_news .home_news_left .content .content_mms .content_arr ul {
    text-align: left;
}
.home_news .home_news_left .content .content_mms .content_arr ul li{
    float: left;
    margin: 0 40px 10px 0;
    display: flex;
    align-items: center;
    background: url(../images/dot.jpg) no-repeat left center;
    text-indent: 5px;
}
.home_news .home_news_left .content .content_mms .content_arr ul li:nth-child(even) {
    margin-right: 0;
}
.home_news .home_news_left .content .content_mms .content_arr ul li a {
    float: left;
    display: block;
    color: #333333;
    font-size: 14px;
}
.home_news .home_news_left .content .content_mms .content_arr ul li a .ey_mzxtxt {
    display: inline-block;
    width: 290px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.home_news .home_news_left .content .content_mms .content_arr ul li .ey_msj {
    float: right;
    font-size: 15px;
    margin-left: 65px;
}
.home_news .home_news_right{
    width: 288px;
    margin-left: auto;
}
.home_news .home_news_right .changelog_header{
    margin-left: 6px;
    display: flex;
    align-items: center;
}
.home_news .home_news_right .changelog_header .see{
    margin-left: auto;
}
.home_news .home_news_right .changelog_header .see .more{
    background: #f4e3e4;
    padding: 3px 35px 3px 20px;
    border-radius: 31px;
    position: relative;
}
.home_news .home_news_right .changelog-yclb {
    background-color: white;
    padding: 10px;
    margin-top: 15px;
    border-radius: 5px;
}
.home_news .home_news_right .changelog-yclb .lists_project {
    -webkit-backface-visibility: hidden;
    margin-bottom: 20px;
    transition: all 0.6s;
}
.home_news .home_news_right .changelog-yclb .lists_project .lists_ject_zc {
    float: left;
    margin-right: 10px;
}
.home_news .home_news_right .changelog-yclb .lists_project:nth-child(1) .lists_ject_zc span {
    background-color: #f34f1c;
}
.home_news .home_news_right .changelog-yclb .lists_project:nth-child(2) .lists_ject_zc span {
    background-color: #ff8447;
}
.home_news .home_news_right .changelog-yclb .lists_project:nth-child(3) .lists_ject_zc span {
    background-color: #ffb95f;
}
.home_news .home_news_right .changelog-yclb .lists_project .lists_ject_zc span {
    display: inline-block;
    margin: 0 8px 0 10px;
    width: 16px;
    height: 16px;
    background-color: #c1c3c8;
    text-align: center;
    line-height: 16px;
    color: white;
}
/*******新闻动态结束*******/