@charset "utf-8";

/* AMG·新葡萄(奔驰)品牌公司官网服务 */
.service-com {
    width: 100%;
    padding-top: 60px;
}

.service-com-center {
    width: 1280px;
    margin: 0 auto;
}

.service-com-center .text {
    margin-top: 60px;
    color: #666666;
    font-size: 15px;
}

.service_items {
    width: 1280px;
    padding: 10px;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    overflow: hidden;
    margin: 54px auto 0 auto;
    padding-bottom: 90px;
}

.service_items .service_list {
    width: 390px;
    height: 275px;
    background-color: #fff;
    text-align: center;
    padding: 28px 52px;
    float: left;
    box-sizing: border-box;
    margin-bottom: 46px;
    box-shadow: 0px 3px 7px rgba(63, 74, 85, 0.1);
}

.service_items .service_list img {
    height: 82px;
}

.service_list.big {
    width: 610px;
    height: 275px;
}

.service_list .text {
    font-size: 14px;
    line-height: 25px;
    color: #666666;
}

.service_list h5 {
    color: #333333;
    font-size: 20px;
    margin: 30px 0 18px 0;
    font-weight: 600;
}

/* AMG·新葡萄(奔驰)品牌公司官网网络 */
.network .text {
    font-size: 14px;
    line-height: 23px;
    color: #333333;
    margin-top: 17px;
}

.network {
    margin-top: 54px;
}

.network .text span {
    width: 114px;
    font-size: 14px;
    line-height: 23px;
    color: #0062a6;
    text-align: right;
    display: inline-block;
}

.network_map {
    margin-top: 66px;
    padding-top: 50px;
    padding-bottom: 52px;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    background: #fafafa;
}

.network_map h1 {
    font-size: 30px;
    line-height: 30px;
    color: #000000;
}

.network_map .text {
    color: #666666;
    font-size: 14px;
    margin-top: 18px;
}

.map-bottom {
    width: 1160px;
    height: 550px;
    margin: 0 auto;
    margin-top: 20px;
    position: relative;
}

.mapback {
    display: block;
    width: 100%;
    height: 100%;
}

.mapline {
    display: block;
    position: absolute;
    top: 68px;
    left: 78px;
    z-index: 10;
}

@-webkit-keyframes scaleDraw {

    /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
    0% {
        transform: scale(1);
        /*开始为原始大小*/
    }

    25% {
        transform: scale(1.2);
        /*放大1.5倍*/
    }

    50% {
        transform: scale(1);
    }

    75% {
        transform: scale(1.2);
    }
}

@keyframes scaleDraw {

    /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
    0% {
        transform: scale(1);
        /*开始为原始大小*/
    }

    25% {
        transform: scale(1.2);
        /*放大1.1倍*/
    }

    50% {
        transform: scale(1);
    }

    75% {
        transform: scale(1.2);
    }
}

.map-bottom ul li {
    position: absolute;
    width: 50px;
    height: 50px;
    z-index: 16;
    cursor: pointer;
}

.map-bottom ul li .li-i {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    font-style: normal;
    width: 50px;
    height: 50px;
    background: url('../images/service/mapdot.png');
    background-size: 100% 100%;
    -webkit-animation: scaleDraw 5s ease-in-out infinite;
    animation: scaleDraw 5s ease-in-out infinite;
    cursor: pointer;
    z-index: 2;
}

.map-title-li-all .map-title-li {
    position: absolute;
    width: 271px;
    height: 154px;
    background: url('../images/service/titlesqure.png');
    background-size: 100% 100%;
    box-sizing: border-box;
    padding: 18px 14px 0 18px;
    color: #fff;
    text-align: left;
    z-index: 20;
    display: none;
}

.map-title-li-all .map-title-li h5 {
    font-size: 20px;
    text-align: center;
    line-height: 100px;
}

.map-title-li-all .map-title-li p {
    font-size: 14px;
    line-height: 20px;
    padding-top: 8px;
}

.map-title-li-all .map-title-li:nth-child(1) {
    top: -10px;
    left: 16px;
}

.map-title-li-all .map-title-li:nth-child(2) {
    top: 58px;
    left: 411px;
}

.map-title-li-all .map-title-li:nth-child(3) {
    top: 162px;
    left: 516px;
}

.map-title-li-all .map-title-li:nth-child(4) {
    top: 66px;
    left: 734px;
}

/*.map-title-li-all .map-title-li:nth-child(5) {
    top: -12px;
    left: 762px;
}*/

.map-title-li-all .map-title-li:nth-child(5) {
    top: 140px;
    left: 820px;
}


.map-title-li-all .map-title-li:nth-child(6) {
    top: 142px;
    left: 887px;
}

.map-title-li-all .map-title-li:nth-child(7) {
    top: 226px;
    left: 970px;
}

.map-bottom ul li:nth-child(1) {
    top: 150px;
    left: 52px;
}

.map-bottom ul li:nth-child(2) {
    top: 216px;
    left: 446px;
}

.map-bottom ul li:nth-child(3) {
    top: 320px;
    left: 552px;
}

.map-bottom ul li:nth-child(4) {
    top: 225px;
    left: 770px;
}

/*.map-bottom ul li:nth-child(5) {
    top: 142px;
    left: 796px;
}*/

.map-bottom ul li:nth-child(5) {
    top: 294px;
    left: 858px;
}

.map-bottom ul li:nth-child(6) {
    top: 182px;
    left: 888px;
}

.map-bottom ul li:nth-child(7) {
    top: 298px;
    left: 922px;
}


.map-bottom ul li:nth-child(8) {
    top: 382px;
    left: 1006px;
}

.map-title {
    position: absolute;
    top: 52px;
    right: 34px;
    display: block;
    width: 271px;
    height: 154px;
    background: url('../images/service/titlesqure.png');
    background-size: 100% 100%;
    z-index: 17;
    box-sizing: border-box;
    padding: 18px 14px 0 18px;
    color: #fff;
    text-align: left;
}

.map-title h5 {
    font-size: 20px;
}

.map-title p {
    font-size: 14px;
    line-height: 20px;
    padding-top: 8px;
}

/* 运维 */
.operations {
    margin-top: 54px;
}

.operations .text {
    font-size: 15px;
    line-height: 30px;
    color: #666666;
    margin-top: 15px;
}

.operations_lists {
    width: 100%;
    height: auto;
    background-color: #fafafa;
    padding: 48px 0;
    box-sizing: border-box;
    margin: 30px 0;
    overflow: hidden;
}

.operations_lists .list {
    width: 50%;
    box-sizing: border-box;
    float: left;
}

.operations_lists .service-com-center>:first-child {
    padding: 0 39px 0 18px;
    box-sizing: border-box;
}

.operations_lists .service-com-center .list:nth-child(2) {
    padding-left: 60px;
    border-left: 1px solid #dcdcdc;
    box-sizing: border-box;
}

.operations_lists .operations_img {
    float: left;
    margin-right: 36px;
    margin-top: 12px;
}

.operations_lists .right {
    float: left;
}

.operations_lists h6 {
    color: #0062a6;
    font-size: 18px;
    margin-bottom: 18px;
    font-weight: 600;
}

.operations_lists .desci {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    float: left;
    width: 416px;
}

.operations h5 {
    color: #666;
    font-size: 24px;
    font-weight: 600;
}

.operations h4 {
    color: #333;
    font-size: 24px;
    padding-top: 50px;
    font-weight: 600;
}

.operations .text span {
    color: #0062a6;
    font-size: 15px;
}

.operations.service-com-center {
    margin-bottom: 78px;
}

/* 投诉建议 */
.suggest-txt {
    padding-top: 36px;
}

.suggest-txt-left {
    float: left;
    width: 796px;
}

.suggest-txt-left p {
    font-size: 15px;
    color: #666666;
    line-height: 26px;
    padding-top: 20px;
}

.suggest-txt-left p a {
    color: #0062a6;
    font-weight: 600;
}

.suggest-txt-right {
    float: right;
    width: 374px;
}

.suggest-txt-right img {
    display: block;
    width: 100%;
}

.msg {
    width: 100%;
    padding-top: 48px;
    padding-bottom: 90px;
    background-color: #fff;
}

.msg-header {
    padding-bottom: 50px;
}

.msg-header h5 {
    font-size: 24px;
    color: #333333;
}

.msg-header h5 span {
    position: relative;
}

.msg-header h5 span::after {
    position: absolute;
    left: 0;
    bottom: -20px;
    content: "";
    width: 35px;
    border-bottom: 2px solid #0050ab;
}

.msg-header p {
    padding-top: 46px;
    color: #666666;
    font-size: 15px;
}

.sub-form {
    display: block;
    width: 100%;
}

.sub-form-left {
    float: left;
    width: 620px;
}

.sub-form-left-item {
    padding-bottom: 18px;
}

.sub-form-left-item h5 {
    font-size: 14px;
    color: #666666;
    padding-bottom: 10px;
}

.sub-form-left-item h5 span {
    color: #c74e52;
    padding-right: 4px;
}

.sub-form-left-item .sub-form-left-item-input {
    border: 1px solid #e6e6e6;
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
}

.sub-form-left-item-input-code {
    border: 1px solid #e6e6e6;
    width: 134px;
    box-sizing: border-box;
    padding: 0 10px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    float: left;
}

.input-code i {
    display: block;
    width: 88px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #e6e6e6;
    float: left;
    margin-left: 10px;
    font-style: normal;
}
.input-code i img {
    display: block;;
    width: 100%;
    height: 100%;
}
.input-code u {
    font-size: 14px;
    padding-left: 4px;
    color: #0466ec;
    cursor: pointer;
    position: relative;
    top: 20px;
}

.sub-form-right {
    float: right;
    width: 620px;
}

.sub-form-right h5 {
    font-size: 14px;
    color: #666666;
    padding-bottom: 10px;
}

.sub-form-right h5 span {
    color: #c74e52;
    padding-right: 4px;
}

.sub-form-right .sub-form-right-text {
    border: 1px solid #e6e6e6;
    width: 100%;
    box-sizing: border-box;
    padding: 4px 10px;
    height: 210px;
    font-size: 14px;
    resize: none;
}

.sub-btn-list {
    padding-top: 20px;
}

.sub-btn-list button {
    float: left;
    display: block;
    width: 170px;
    height: 44px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    line-height: 42px;
    background: #0062a6;
    border-radius: 3px;
    margin: 0;
    padding: 0;
    border: 1px solid transparent;
    outline: none;
}

.sub-btn-list button:nth-child(1):hover {
    background: #2483bc;
}

.sub-btn-list button:nth-child(2):hover {
    background: #666;
}

.sub-btn-list button:nth-child(2) {
    margin-left: 20px;
    background: #7fb0d2;
}

/* 资料下载 */
.download {
    width: 100%;
    margin-top: 34px;
    position: relative;
}

.download_left {
    width: 630px;
    height: auto;
    float: left;
    overflow: hidden;
}
@media only screen and (max-width: 1366px) {

    .download {
    overflow: hidden;
    }
}
.download .text {
    font-size: 15px;
    line-height: 30px;
    color: #666666;
    margin-top: 15px;
}

.download .infos {
    border: 1px solid #e5e5e5;
    border-left: 0;
    border-right: 0;
    margin: 44px 0;
    padding: 15px 0;
}

.download .infos>:first-child {
    width: 150px;
    float: left;
    overflow: hidden;
    margin-right: 102px;
}

.download .infos p {
    font-size: 15px;
    color: #666;
}

.download .info>:first-child {
    margin-bottom: 10px;
}

.download a {
    width: 200px;
    height: 55px;
    background-color: #0062a6;
    display: block;
    color: #fff;
    text-align: center;
    line-height: 55px;
    margin: 62px 0 170px 0;
    font-size: 18px;
    border-radius: 3px;
    -moz-transition: all 0.4s;
    /* Firefox 4 */
    -webkit-transition: all 0.4s;
    /* Safari and Chrome */
    -o-transition: all 0.4s;
    /* Opera */
    transition: all 0.4s;
}

.download a:hover {
    background: #2483bc;
}

.download a img {
    padding-right: 8px;
    position: relative;
    top: -2px;
}

.img_right {
    position: absolute;
    right: -80px;
    top: 0;
}