* {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: 'PingFangSC-Regular', 'Microsoft YaHei';
    box-sizing: border-box;
}

input:focus {
    border: 0 none;
}

.ieFont * {
    font-family: 'Microsoft YaHei'!important;
}

img {
    border: none;
    user-select: none;
}

.right-button {
    display: none;
}

input,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"],
select,
textarea,
button {
    -webkit-appearance: none;
    appearance: button;
    -moz-appearance: button;
    /* Firefox */
    -webkit-appearance: button;
    /* Safari 鍜� Chrome */
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 100px white inset;
}

.whtie-fff {
    background-color: #fff;
}

.gray-f3f3f3 {
    background-color: #f3f3f3;
}

img {
    transition: all .5s ease-out;
}

.mo-white-160 {
    display: none!important;
}



/**************************************************************************************
 **************
 ************** 首屏
 **************
****************************************************************************************/

.first-screen {
    width: 100%;
    position: relative;
    font-size: 0;
    margin-top: 80px;
}

.first-screen .image-view {
    width: 100%;
    height: 590px;
    margin: 0 auto;
    padding: 98px 0 0;
    background-image: linear-gradient(180deg, #FFFFFF 16%, #FFFFFF 59%, #F6F6F6 100%);
}


/* -- start -- */

.first-screen .image-view {
    background: url(https://dongdaogw.oss-cn-beijing.aliyuncs.com/resources/web/img/red_bg_0706.png?x-oss-process=style/yuantu1) center top no-repeat;
    background-size: 100% 100%;
}

.first-screen .image-view h1,
.first-screen .image-view h4,
.first-screen .image-view h3,
.first-screen .image-view h6,
.first-screen .image-view p {
    color: #fff!important;
}


/* -- end -- */

.first-screen .image-view h4 {
    font-size: 33px;
    color: #222222;
    letter-spacing: 0;
    text-align: center;
    font-weight: normal;
    font-family: PingFangSC-Regular;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.first-screen .image-view h4 span {
    font-size: 12px;
    color: #ffffff;
    font-family: PingFangSC-Regular;
    margin-left: 8px;
}

.first-screen .image-view h1 {
    font-size: 82px;
    font-weight: normal;
    color: #222222;
    letter-spacing: 0;
    margin-top: 6px;
    text-align: center;
    font-family: PingFangSC-Medium;
}

.first-screen .image-view ul {
    width: calc(1680px - 350px);
    margin: 34px auto 0;
    font-size: 0;
    display: flex;
    justify-content: space-between;
}

.first-screen .image-view ul li {
    text-align: center;
}

.first-screen .image-view ul li .first-screen-div {
    padding: 0 30px;
}


/* .first-screen .image-view ul li .small-img{
    display: none;
} */

.first-screen .image-view ul li p {
    height: 20px;
    font-size: 14px;
    color: #666666;
}

.first-screen .image-view ul li h3 {
    font-size: 30px;
    color: #222222;
    position: relative;
    display: inline;
    font-weight: 400;
    font-family: PingFangSC-Medium;
}

.first-screen .image-view ul li h3 span {
    position: absolute;
    right: -43px;
    top: -22px;
    font-size: 12px;
    cursor: pointer;
    padding: 20px 30px 20px 0;
}

.first-screen .image-view ul li h3 span:hover {
    color: #FF1240;
}

.first-screen .image-view ul li h6 {
    font-size: 14px;
    color: #666666;
    margin-top: 7px;
    font-weight: 400;
    font-family: PingFangSC-Medium;
}

.first-screen .image-view ul li {
    display: inline-block;
}

.first-screen .bottom {
    width: 1680px;
    height: 440px;
    margin: 0 auto;
    background-color: #fff;
    position: relative;
    z-index: 1;
}

.first-screen .bottom ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.first-screen .bottom ul li {
    width: 20%;
    height: 110px;
    padding-top: 19px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.first-screen .bottom ul li a {
    text-decoration: none;
}


/* .first-screen .bottom ul li.active{
    background-color: #FF1240;
    background-image: url('../img/center-sj.png');
    background-repeat: no-repeat;
    background-position: 100% 100%;
    z-index: 0;
} */

.tenCenter {
    display: none;
}

.header-right {
    display: none;
}

.first-screen .bottom ul li.active p {
    color: #fff!important;
}

.first-screen .bottom ul li .title {
    font-family: PingFangSC-Regular;
    font-size: 20px;
    letter-spacing: 0;
    padding-left: 70px;
    color: #000000;
    /*color: #eb610f;*/
    position: relative;
    z-index: 1;
    transition: all 0.3s ease-out;
}

.info_link {
    display: flex;
    justify-content: center;
    height: 40px;
    margin-top: 15px;
}

.text-view {
    margin-left: 4px;
    background: rgba(255, 255, 255, .36);
    border-radius: 3px;
    height: 40px;
}

.text-view a {
    font-family: 'PingFangSC-Regular', 'Microsoft YaHei';
    font-size: 17px;
    height: 100%;
    line-height: 20px;
    padding: 0 12px;
    color: #FFFFFF;
    text-decoration: none;
    line-height: 40px;
}

.text-view a:hover {
    text-decoration: underline;
    text-decoration-color: #ffffff;
}

.info_link .round-view {
    width: 40px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -40px;
}

.info_link span {
    width: 10px;
    height: 10px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.35);
    border-radius: 100%;
    -webkit-animation: breath 3s cubic-bezier(0.4, 0.1, 0.2, 1.26) 1s infinite;
    animation: breath 3s cubic-bezier(0.4, 0.1, 0.2, 1.26) 1s infinite;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.7);
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.7);
}

.info_link span i {
    width: 10px;
    border-radius: 100%;
    height: 10px;
    display: inline-block;
    background-color: rgba(255, 255, 255, .9);
    -webkit-box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.7);
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.7);
}

@-webkit-keyframes breath {
    0% {
        width: 10px;
        height: 10px;
        background-color: rgba(255, 255, 255, 0.35);
    }
    25% {
        width: 20px;
        height: 20px;
    }
    50% {
        background-color: rgba(255, 255, 255, 0);
    }
    99% {}
    100% {}
}

@keyframes breath {
    0% {
        width: 10px;
        height: 10px;
        background-color: rgba(255, 255, 255, 0.35);
    }
    25% {
        width: 20px;
        height: 20px;
    }
    50% {
        background-color: rgba(255, 255, 255, 0);
    }
    99% {}
    100% {}
}

.first-screen .bottom ul li .desc {
    font-size: 14px;
    letter-spacing: 0;
    margin-top: 6px;
    padding-left: 70px;
    color: #000000;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease-out;
}

.first-screen .bottom ul li:hover p {
    color: #fff!important;
}

.first-screen .bottom ul li div {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 100%;
    top: 0;
    background-color: #eb610f;
    z-index: 0;
}

.first-screen img {
    width: 240px;
    height: 162px;
    margin-top: 20px;
    /* opacity: 0; */
    transition: all 0.3s;
}


/* 首页首屏 first-screen 修改 2020-11-27 */

.first-screen .image-view li {
    padding-top: 20px;
}

.first-screen .image-view li .first-screen-div,
.first-screen .image-view li .img-main {
    transition: 1s;
}

.first-screen .image-view li .img-main {
    opacity: 0;
}

.first-screen .image-view li:hover .first-screen-div,
.first-screen .image-view li:hover .img-main {
    transform: translateY(-70px);
}

.first-screen .image-view li:hover .img-main {
    opacity: 1;
}


/* 首页首屏 first-screen 修改 2020-11-27 */


/**************************************************************************************
 **************
 ************** 首屏
 **************
****************************************************************************************/

/**************************************************************************************
 **************
 ************** bottom view
 **************
****************************************************************************************/

.info_recommend h2 {
    font-family: PingFangSC-Medium;
    font-size: 44px;
    color: #222222;
    letter-spacing: 0;
    text-decoration: none;
    font-weight: normal;
    text-align: left;
}

.info_recommend ul li {
    width: calc((100% - 24px) / 2);
}

.info_recommend .list div {
    width: calc((100% - 24px) / 2);
}

.info_recommend .list div .cont {
    width: 70%;
}

.bottom-view .desc {
    display: block!important;
}

.first-screen .image-view>p {
    display: none;
}

.first-screen .image-view ul li .first-screen-div h3 p {
    display: inline;
    font-size: 30px;
    color: #222222;
    font-weight: 400;
    font-family: PingFangSC-Medium;
}

.first-screen .image-view ul li .first-screen-div h3 p.p4 {
    display: none;
}

.openModel {
    display: none;
}

.focus-insight .number-box li p.mobile-p {
    display: none;
}

.go-bottom.mobile-p {
    display: none;
}

.focus-insight .number-box li p.p-mo {
    display: none;
}

.content-introdcue .view .title .right .top a.mobile-a {
    display: none;
}

.value-driven .right .center>div .line img.pc {
    display: block;
}

.value-driven .right .center>div .line img.mo {
    display: none;
}

.value-driven .right .center>div .value-driven-tab img.mo {
    display: none;
}

.value-driven .right .center>div .value-driven-tab img.pc {
    display: block;
}

.value-driven .right .center ul li.active .top img.mo {
    display: none;
}

.map-view .map-info-view p:nth-child(3) a,
.map-view .map-info-view p:nth-child(4) a,
.map-view .map-info-view p:nth-child(5) a {
    font-size: 14px;
    color: #222222;
    letter-spacing: 0;
    text-decoration: none;
}

.dynamic_box .list_main .time_form {
    display: none;
}

.info_recommend_mobile {
    display: none;
}

.focus-insight .number-box li .pc {
    display: block;
}

.focus-insight .number-box li .mo {
    display: none;
}


/* 1920 */


/* 1680 1600 */

@media screen and (max-width: 1900px) and (min-width: 1580px) {
    .first-screen {
        min-width: calc(100% - 160px);
    }
    .first-screen .image-view h4 {
        font-size: 31px;
    }
    .first-screen .image-view ul {
        width: calc(100% - 400px);
    }
    .first-screen .bottom {
        width: 1520px;
    }
    .first-screen .image-view ul li .first-screen-div {
        padding: 0 15px;
    }
    .left-box {
        left: 70px;
    }
    .focus-insight .number-box {
        margin: 50px auto 0;
        width: calc(100% - 600px);
        margin-left: 310px;
    }
    .focus-insight .city-list {
        width: 1520px;
        margin-left: -760px;
    }
    .focus-insight .activity-dah-logo {
        width: 236px;
        height: 178px;
        right: 70px;
    }
    .content-introdcue .view .title {
        width: calc(100% - 360px);
        margin-left: 360px;
    }
    .content-introdcue .view .title .right .top {
        width: calc(100% - 80px);
        margin-bottom: 22px;
    }
    .content-introdcue .view .title .right .bottom {
        width: calc(100% - 80px);
    }
    .content-introdcue .view .tab-view {
        width: calc(100% - 360px);
        margin: 20px 0 0 360px;
    }
    .content-introdcue .view .header {
        width: calc(100% - 80px);
    }
    .service-view .service-title {
        width: calc(100% - 360px);
        margin-left: 360px;
    }
    .service-view .service-title .right div {
        width: calc(100% - 80px);
    }
    .service-view .service-list-view {
        width: calc(100% - 360px);
        margin-left: 360px;
    }
    .service-view .service-list-view .left p:nth-child(1) {
        width: 210px;
        font-size: 34px;
    }
    .service-view .service-list-view .left p:nth-child(2) {
        width: 210px;
    }
    .service-view .service-list-view .right .tabs-header {
        width: calc(100% - 80px);
    }
    .value-driven .view {
        width: 1520px;
    }
    .value-driven .box {
        width: calc(100% - 360px);
        margin-left: 360px;
        padding: 78px 0px 80px 0;
    }
    .value-driven .right .center ul li .text p:nth-child(1) {}
    .value-driven .right .bottom {
        bottom: -21px;
    }
    .value-driven .right .bottom>div .leave input {
        width: 395px;
    }
    .map-view .bottom {
        display: flex;
        justify-content: center;
    }
    .map-view .bottom ul {
        width: 1520px;
        margin-left: -760px;
    }
    /*动态和关于我们*/
    .dynamic {
        padding: 81.36px 0px 90.4px 0px;
    }
    .dynamic .dynamic_box {
        width: 1518.72px;
    }
    .dynamic .dynamic_box .trends {
        margin-right: 36.16px;
        width: 1120.96px;
    }
    .dynamic_box .title {
        margin-bottom: 27.12px;
    }
    .dynamic_box .title .title_name {
        font-size: 39px;
    }
    .dynamic_box .title .title_link {
        font-size: 14px;
    }
    .dynamic_box .title .title_link>img {
        height: 7px;
        margin-left: 3px;
    }
    .dynamic_box .list_main {
        width: 361.6px;
        height: 361.6px;
        margin-right: 18.08px;
    }
    .dynamic_box .list_main .list_main_img {
        height: 203.4px;
    }
    .dynamic_box .list_main .main_big {
        font-size: 28px;
        line-height: 32.54px;
        margin: 13.56px 27.12px;
        height: 66px;
    }
    .dynamic_box .list_main .main_big>p {
        font-size: 28px;
    }
    .dynamic_box .list_main .main_small {
        font-size: 14px;
        margin: 0px 27.12px;
        margin-bottom: 18.9px;
    }
    .dynamic .dynamic_box .concerning {
        float: left;
        width: 361.6px;
    }
    .dynamic_box .concerning .list_main .main_big {
        margin-bottom: 23px;
    }
    .ip-box .ip-view .right .box .img-main {
        width: 723px;
    }
    .ip-box .ip-view .right .box .right-text {
        width: 440px;
    }
}


/* 1680 1600 */


/* 1366 */

@media screen and (max-width: 1579px) and (min-width: 1281px) {
    .left-box {
        left: 52px;
    }
    /**************************************************************************************
    **************
    ************** 首屏
    **************
    ****************************************************************************************/
    .first-screen .image-view {
        height: 408px;
        padding: 40px 0 0;
    }
    .first-screen .image-view h1 {
        margin-top: 10px;
    }
    .info_link {
        margin-top: 25px;
    }
    .first-screen .image-view h4 {
        font-size: 20px;
    }
    .first-screen .image-view h1 {
        font-size: 56px;
        margin-top: 0px;
    }
    .first-screen .image-view ul {
        width: calc(100% - 200px);
        margin: 46px auto 0;
    }
    .first-screen .image-view ul li .first-screen-div {
        padding: 0 20px;
    }
    /* .first-screen .image-view ul li .big-img{
        display: none;
    }
    .first-screen .image-view ul li .small-img{
        display: block;
    } */
    .first-screen .image-view ul li h3 {
        font-weight: normal;
        font-size: 24px;
    }
    .first-screen .image-view ul li .first-screen-div h3 p {
        font-weight: normal;
        font-size: 24px;
    }
    .first-screen .image-view ul li h6 {
        font-weight: normal;
    }
    .first-screen .bottom,.p2 .full_marketing_center {
        width: 1246px !important;
        /*height: 200px;*/
    }
    .first-screen .bottom ul {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    .first-screen .bottom ul li {
        width: 20%;
        height: 100px;
        padding-top: 15px;
    }
    .first-screen .bottom ul li div {
        z-index: 0;
        background-size: 91.84px 60.68px;
    }
    .first-screen .bottom ul li .title {
        font-size: 18px;
        padding-left: 18px;
    }
    .first-screen .bottom ul li .desc {
        opacity: 1;
        padding-left: 18px;
    }
    .first-screen .bottom ul li.active {
        background-image: url('../img/1280center-sj.png');
    }
    .first-screen img {
        width: 160px;
        height: 108px;
        margin-top: 10px;
    }
    /**************************************************************************************
    **************
    ************** 首屏
    **************
    *******************************/
    /**************************************************************************************
    **************
    ************** focus insight
    **************
    ****************************************************************************************/
    .focus-insight {
        padding-top: 25px;
        height: 580px;
    }
    .focus-insight .icon {
        width: 54px;
        height: 28px;
        margin: 0 auto;
    }
    .focus-insight .icon img {
        width: 100%;
        height: 100%;
    }
    .focus-insight .icon img.small-img {
        display: block;
    }
    .focus-insight .icon img.big-img {
        display: none;
    }
    .focus-insight .title {
        width: 750px;
        margin: 25px auto 0;
        font-size: 86px;
        letter-spacing: 21px;
    }
    .focus-insight .title span {
        font-size: 30px;
    }
    .focus-insight .number-box {
        margin: 75px auto 0;
        width: calc(100% - 525px);
    }
    .focus-insight .number-box li p:nth-child(1) {
        font-size: 48px;
    }
    .focus-insight .number-box li p:nth-child(1) span {
        font-size: 14px;
    }
    .focus-insight .number-box li p:nth-child(2) {
        font-size: 14px;
    }
    .focus-insight .city-list {
        width: 1246px;
        height: 32px;
        margin-left: -623px;
    }
    .focus-insight .activity-dah-logo {
        width: 230px;
        height: 178px;
        right: 52px;
        top: 70px;
    }
    /**************************************************************************************
    **************
    ************** focus insight
    **************
    ****************************************************************************************/
    /**************************************************************************************
    **************
    ************** left box
    **************
    ****************************************************************************************/
    .left-box {
        width: 165px;
        height: 505px;
        position: absolute;
        top: 150px;
        left: 40px;
    }
    .left-box ul {
        padding: 0 0 0 27px;
    }
    .left-box ul li {
        padding: 16px 0 0 0;
    }
    .left-box ul li.active::before {
        top: 20px;
    }
    .left-box .tel {
        width: 165px;
    }
    .left-box .tel img {
        width: 16px;
        height: 16px;
        margin-left: 8px;
        margin-right: 2px;
    }
    .left-box .tel span {
        font-size: 18px;
    }
    /**************************************************************************************
    **************
    ************** left box
    **************
    ****************************************************************************************/
    /**************************************************************************************
    **************
    ************** content introduce
    **************
    ****************************************************************************************/
    .content-introdcue>div {
        padding: 80px 0;
    }
    .content-introdcue .view .title {
        width: calc(100% - 320px);
        margin-left: 260px;
    }
    .content-introdcue .view .title-1 .left {
        width: 128px;
        height: 130px;
        background: url("../img/1280title-1.svg")no-repeat center center;
        margin-top: 6px;
    }
    .content-introdcue .view .title-2 .left {
        width: 125px;
        height: 130px;
        background: url("../img/1280title-2.svg")no-repeat top center;
        margin-top: 10px;
    }
    .content-introdcue .view .title-3 .left {
        width: 125px;
        height: 130px;
        background: url("../img/1280title-3.svg")no-repeat top center;
        margin-top: 6px;
    }
    .content-introdcue .view .title .right {
        width: calc(100% - 198px);
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
        height: 100%;
    }
    .content-introdcue .view .title .right .top {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 22px;
    }
    .content-introdcue .view .title .right .top span:nth-child(1) {
        display: inline-block;
        width: 528px;
        font-size: 40px;
    }
    .content-introdcue .view .title .right .bottom {
        line-height: 20px;
        width: 100%;
    }
    .content-introdcue .view .tab-view {
        width: calc(100% - 256px);
        margin: 20px 0 0 256px;
    }
    .content-introdcue .view .header {
        width: calc(100% - 60px);
    }
    .content-introdcue .view .header>ul li {
        padding: 0 20px;
        height: 38px;
        line-height: 38px;
        font-size: 20px;
    }
    .content-introdcue .view .content {
        margin-top: 20px;
        height: 395px;
    }
    .content-introdcue .view .content li {
        width: 350px;
        height: 350px;
        margin-right: 12px;
    }
    .content-introdcue .view .content li .img-main {
        width: 350px;
        height: 197px;
        overflow: hidden;
    }
    .content-introdcue .view .content li .img-main img {
        width: 350px;
        height: 197px;
    }
    .content-introdcue .view .content li .shadow-img {
        bottom: -37px;
    }
    .content-introdcue .view .content li .title-box {
        padding: 0 20px;
    }
    .content-introdcue .view .content li p {
        font-size: 32px;
    }
    .content-introdcue .view .content li .desc {
        padding: 0 21px;
        margin-top: 9px;
        font-size: 14px;
    }
    .content-introdcue .view .content .arrow-img {
        width: 60px;
        height: 60px;
    }
    /*.content-introdcue .view .content .arrow-img.arrow-img-left{
        background: url("../img/1280left-move-arrow.png")no-repeat center center;
    }
    .content-introdcue .view .content .arrow-img.arrow-img-right{
        background: url("../img/1280right-move-arrow.png")no-repeat center center;
    }*/
    /**************************************************************************************
    **************
    ************** content introduce
    **************
    *********************************************************************************/
    /**************************************************************************************
    **************
    ************** service view
    **************
    ****************************************************************************************/
    .service-view {
        padding: 70px 0 0 0;
    }
    .service-view .service-title {
        width: calc(100% - 280px);
        margin-left: 240px;
    }
    .service-view .title-4 .left {
        width: 221px;
        height: 123px;
        margin-top: 8px;
        background: url("../img/1280title-4.svg")no-repeat bottom center;
    }
    .service-view .service-title .right {
        width: calc(100% - 265px);
    }
    .service-view .service-title .right div:nth-child(1) {
        font-size: 42px;
    }
    .service-view .service-list-view {
        width: calc(100% - 240px);
        margin-left: 240px;
        padding: 32px 0;
    }
    .service-view .service-list-view .left p:nth-child(1) {
        width: 223px;
        font-size: 34px;
        display: inline-block;
        text-align: right;
    }
    .service-view .service-list-view .left p:nth-child(1) .icon-1 {
        background: url('../img/1280-icon.png') no-repeat -245px -132px;
        width: 11px;
        height: 36px;
        margin-right: 12px;
    }
    .service-view .service-list-view .left p:nth-child(1) .icon-2 {
        background: url('../img/1280-icon.png') no-repeat -340px -132px;
        width: 20px;
        height: 36px;
        margin-right: 12px;
    }
    .service-view .service-list-view .left p:nth-child(1) .icon-3 {
        background: url('../img/1280-icon.png') no-repeat -440px -132px;
        width: 21px;
        height: 38px;
        margin-right: 12px;
    }
    .service-view .service-list-view .left p:nth-child(1) .icon-4 {
        background: url('../img/1280-icon.png') no-repeat -539px -132px;
        width: 22px;
        height: 36px;
        margin-right: 8px;
    }
    .service-view .service-list-view .left p:nth-child(2) {
        width: 223px;
        padding-left: 22px;
        font-size: 20px;
        margin-bottom: 50px;
        text-align: left;
    }
    .service-view .service-list-view .left i {
        display: block;
        width: 203px;
        float: right;
        background: url("../img/1280free.svg");
        background-size: 100% 100%;
    }
    .service-view .service-list-view .left div {
        width: 203px;
        float: right;
    }
    .service-view .service-list-view .left div a {
        width: 203px;
    }
    .service-view .service-list-view .right {
        width: calc(100% - 265px);
    }
    .service-view .service-list-view .right .tabs-header {
        width: calc(100% - 40px);
    }
    .service-view .service-list-view .right .tabs-header ul li {
        height: 38px;
        line-height: 38px;
        font-size: 20px;
        padding: 0 20px;
    }
    .service-view .service-list-view .right .tabs-content {
        margin-top: 20px;
    }
    .service-view .service-list-view .right .tabs-content ul:nth-child(1) li {
        width: 350px;
        height: 350px;
    }
    .service-view .service-list-view .right .tabs-content ul:nth-child(1) li .img-main {
        width: 350px;
        height: 197px;
        overflow: hidden;
    }
    .service-view .service-list-view .right .tabs-content ul:nth-child(1) li img {
        width: 350px;
        height: 197px;
    }
    .service-view .service-list-view .right .tabs-content ul:nth-child(2) li .img-main {
        width: 350px;
        height: 197px;
        overflow: hidden;
    }
    .service-view .service-list-view .right .tabs-content ul:nth-child(2) li img {
        width: 310px;
        height: 174px;
    }
    .service-view .service-list-view .right .tabs-content.cross-slide .move-div li .title-box {
        padding: 15px 22px 0;
    }
    .service-view .service-list-view .right .tabs-content.cross-slide .move-div li .title-box p {
        line-height: 35px;
    }
    .service-view .service-list-view .right .tabs-content.cross-slide .move-div li .desc {
        padding: 22px 22px 0;
    }
    .service-view .service-list-view .right .tabs-content ul:nth-child(2) li div {
        margin-top: 12px;
    }
    .service-view .service-list-view .right .tabs-content ul:nth-child(2) li div {
        margin-top: 12px;
    }
    .service-view .service-list-view .right .tabs-content.cross-slide .arrow-img {
        width: 60px;
        height: 60px;
    }
    /*.service-view .service-list-view .right .tabs-content.cross-slide .arrow-img.arrow-img-left{
        background: url("../img/1280left-move-arrow.png")no-repeat center center;
    }
    .service-view .service-list-view .right .tabs-content.cross-slide .arrow-img.arrow-img-right{
        background: url("../img/1280right-move-arrow.png")no-repeat center center;
    }*/
    /**************************************************************************************
    **************
    ************** service view
    **************
    *****************************/
    /**************************************************************************************
    **************
    ************** ip box
    **************
    ****************************************************************************************/
    .ip-box {
        min-width: 1246px;
        padding: 49px 0 45px 0;
    }
    .ip-box .ip-view {
        width: calc(100% - 260px);
        margin-left: 260px;
    }
    .ip-box .ip-view .left {
        width: 203px;
    }
    .ip-box .ip-view .left div {
        width: 203px;
        display: inline-block;
        text-align: right;
    }
    .ip-box .ip-view .left div i {
        display: inline-block;
        margin-right: 1px;
        background: url('../img/icon.png') no-repeat -519px -134px;
        width: 60px;
        height: 27px;
    }
    .ip-box .ip-view .left p {
        width: 203px;
        padding-left: 22px;
        margin-bottom: 64px;
    }
    .ip-box .ip-view .left img {
        width: 203px;
        float: right;
    }
    .ip-box .ip-view .left i.free {
        width: 203px;
        background: url(../img/1280free.svg);
    }
    .ip-box .ip-view .right {
        width: calc(100% - 246px);
    }
    .ip-box .ip-view .right .title {
        width: calc(100% - 60px);
        height: 38px;
    }
    .ip-box .ip-view .right .title ul li {
        padding: 0 20px;
        height: 38px;
        line-height: 38px;
        font-size: 20px;
    }
    .ip-box .ip-view .right .box {
        width: 100%;
        height: 280px;
        margin-top: 34px;
    }
    .ip-box .ip-view .right .box .img-main {
        width: 573px;
        height: 280px;
        overflow: hidden;
    }
    .ip-box .ip-view .right .box img {
        width: 100%;
        height: 280px;
    }
    .ip-box .ip-view .right .box .right-text {
        height: 280px;
        padding-top: 91px;
        padding-left: 10px;
    }
    .ip-box .ip-view .right .box .right-text p:nth-child(1) {
        font-size: 28px;
    }
    .ip-box .ip-view .right .box .right-text p:nth-child(2) {
        font-size: 14px;
        color: #FFFFFF;
        letter-spacing: 0;
        text-align: justify;
        margin-top: 15px;
    }
    .ip-box .bottom-box {
        width: calc(100% - 503px);
        margin: 8px 0 0 503px;
    }
    .ip-box .bottom-box li {
        width: 350px;
        height: 350px;
    }
    .ip-box .bottom-box li .img-main {
        width: 350px;
        height: 197px;
        overflow: hidden;
    }
    .ip-box .bottom-box li img {
        width: 350px;
        height: 197px;
    }
    .ip-box .bottom-box li .title-box {
        padding: 0 22px;
    }
    .ip-box .bottom-box li .desc {
        margin-top: 18px;
        padding: 0 22px;
    }
    .ip-box .bottom-box .arrow-img {
        width: 60px;
        height: 60px;
    }
    /*.ip-box .bottom-box .arrow-img.arrow-img-left{
        background: url("../img/1280left-move-arrow.png")no-repeat center center;
    }
    .ip-box .bottom-box .arrow-img.arrow-img-right{
        background: url("../img/1280right-move-arrow.png")no-repeat center center;
    }*/
    /**************************************************************************************
    **************
    ************** ip box
    **************
    *************************************************/
    /**************************************************************************************
    **************
    ************** value driven
    **************
    ****************************************************************************************/
    .value-driven {
        height: 625px;
    }
    .value-driven .view {
        width: 1246px;
    }
    .value-driven .box {
        width: calc(100% - 156px);
        margin-left: 156px;
        padding: 40px 0px 40px 0;
    }
    .value-driven .box .left {
        width: 140px;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-end;
    }
    .value-driven .box .title-5>p {
        width: 128px;
        height: 130px;
        background: url("../img/1280title-5.svg")no-repeat bottom left;
        margin-top: 9px;
    }
    .value-driven .box .left div>p:nth-child(1) {
        font-size: 14px;
        color: #FFFFFF;
        letter-spacing: 0;
        text-align: justify;
    }
    .value-driven .box .left div>p:nth-child(2) {
        font-size: 18px;
        color: #FFFFFF;
        letter-spacing: 0;
        text-align: justify;
    }
    .value-driven .box .right {
        flex: 1;
        height: 100%;
        padding-left: 10px;
        box-sizing: border-box;
        position: relative;
    }
    .value-driven .box .right .title {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .value-driven .right .title span:nth-child(1) {
        font-size: 40px;
    }
    .value-driven .right .desc {
        width: 622px;
        margin-top: 22px;
    }
    .value-driven .right .center {
        margin-top: 47px;
    }
    .value-driven .right .center ol li>p:nth-child(1) {
        font-size: 36px;
    }
    .value-driven .right .center>div .line img {
        width: 200%;
        left: 10%;
    }
    .value-driven .right .center ul li .text p:nth-child(1) {
        font-size: 20px;
    }
    .value-driven .right .center ul li .text p:nth-child(2) {}
    .value-driven .right .bottom {
        bottom: 30px;
    }
    .value-driven .right .bottom>div .leave input {
        width: 471px;
    }
    /**************************************************************************************
    **************
    ************** value driven
    **************
    ****************************************************************************************/
    /**************************************************************************************
    **************
    ************** map view
    **************
    ****************************************************************************************/
    .map-view {
        height: 550px;
        padding-top: 35px;
    }
    .map-view .title {
        font-size: 42px;
    }
    .map-view #Amap {
        height: 220px;
    }
    .map-view .bottom {
        height: 28px;
    }
    .map-view .bottom ul {
        width: 1246px;
        height: 36px;
        margin-left: -623px;
    }
    .map-view .bottom ul li {
        font-size: 14px;
    }
    .map-view .bottom ul li.active {
        font-size: 16px;
    }
    .map-view .bottom ul li div {
        bottom: 4px;
    }
    .map-view .map-info-view {
        top: 130px;
    }
    /**************************************************************************************
    **************
    ************** map view
    **************
    *********************************************************/
    .top-button {
        width: 36px;
        height: 36px;
    }
    .top-button img.small-img {
        display: block;
    }
    .top-button img.big-img {
        display: none;
    }
    /*动态和关于我们*/
    .dynamic {
        padding: 33.345px 0px 37.2px 0px;
    }
    .dynamic .dynamic_box {
        width: 1244.88px;
    }
    .dynamic .dynamic_box .trends {
        margin-right: 29.64px;
        width: 918.84px;
    }
    .dynamic_box .title {
        margin-bottom: 22.23px;
    }
    .dynamic_box .title .title_name {
        font-size: 32px;
    }
    .dynamic_box .title .title_link {
        font-size: 14px;
    }
    .dynamic_box .title .title_link>img {
        height: 7px;
        margin-left: 3px;
    }
    .trends .trends_list {
        width: 100%;
    }
    .dynamic_box .list_main {
        width: calc(0.741*400px);
        height: calc(0.741*400px);
        margin-right: calc(0.741*20px);
    }
    .dynamic_box .list_main .list_main_img {
        height: calc(0.741*225px);
    }
    .dynamic_box .list_main .main_big {
        font-size: 23px;
        line-height: calc(0.741*36px);
        margin: 11.11px 22.23px;
        height: 52px;
    }
    .dynamic_box .list_main .main_big>p {
        font-size: 23px;
    }
    .dynamic_box .list_main .main_small {
        font-size: 14px;
        margin: 0px 22.23px;
        margin-bottom: 15.56px;
    }
    .dynamic .dynamic_box .concerning {
        width: calc(0.741*400px);
    }
    .dynamic_box .concerning .list_main .main_big {
        margin-bottom: 6px;
    }
}


/* 1366 */


/* 1280 */

@media screen and (max-width:1280px) and (min-width:1001px) {
    .top-button {
        width: 36px;
        height: 36px;
    }
    .top-button .small-img {
        display: block;
    }
    .top-button .big-img {
        display: none;
    }
    /**************************************************************************************
    **************
    ************** 首屏
    **************
    ****************************************************************************************/
    .first-screen {
        /*min-width: 1200px;*/
    }
    .first-screen .image-view {
        height: 358px;
        padding: 30px 0 0;
    }
    .first-screen .image-view h4 {
        font-size: 20px;
    }
    .first-screen .image-view h1 {
        font-size: 56px;
        margin-top: 0px;
    }
    .first-screen .image-view ul {
        width: calc(100% - 200px);
        margin: 32px auto 0;
    }
    .info_link {
        height: 30px;
    }
    .info_link .round-view {
        width: 30px;
        margin-left: -30px;
    }
    .text-view a {
        font-size: 14px;
        line-height: 30px;
    }
    .text-view {
        height: 30px;
    }
    .first-screen .image-view ul li .first-screen-div {
        padding: 0 20px;
    }
    /* .first-screen .image-view ul li .big-img{
        display: none;
    }
    .first-screen .image-view ul li .small-img{
        display: block;
    } */
    .first-screen .image-view ul li h3 {
        font-weight: normal;
        font-size: 20px;
    }
    .first-screen .image-view ul li .first-screen-div h3 p {
        font-weight: normal;
        font-size: 20px;
    }
    .first-screen .image-view ul li h6 {
        font-weight: normal;
        margin-top: 0px;
    }
    .first-screen .bottom {
        width: 100%;
        /*height: 200px;*/
    }
    .first-screen .bottom ul {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    .first-screen .bottom ul li {
        width: 20%;
        height: 100px;
        padding-top: 15px;
    }
    .first-screen .bottom ul li div {
        z-index: 0;
        background-size: 91.84px 60.68px;
    }
    .first-screen .bottom ul li .title {
        font-size: 18px;
        padding-left: 18px;
    }
    .first-screen .bottom ul li .desc {
        opacity: 1;
        padding-left: 18px;
    }
    .first-screen .bottom ul li.active {
        background-image: url('../img/1280center-sj.png');
    }
    .first-screen img {
        width: 160px;
        height: 108px;
        margin-top: 10px;
    }
    /**************************************************************************************
    **************
    ************** 首屏
    **************
    *******************************/
    /**************************************************************************************
    **************
    ************** focus insight
    **************
    ****************************************************************************************/
    .focus-insight {
        padding-top: 25px;
        min-width: 1200px;
        height: 580px;
        position: relative;
    }
    .focus-insight .icon {
        width: 54px;
        height: 28px;
        margin: 0 auto;
    }
    .focus-insight .icon img {
        width: 100%;
        height: 100%;
    }
    .focus-insight .icon img.small-img {
        display: block;
    }
    .focus-insight .icon img.big-img {
        display: none;
    }
    .focus-insight .title {
        width: 750px;
        margin: 25px auto 0;
        font-size: 86px;
        letter-spacing: 21px;
    }
    .focus-insight .title span {
        font-size: 30px;
    }
    .focus-insight .number-box {
        margin: 75px auto 0;
        width: calc(100% - 525px);
    }
    .focus-insight .number-box li p:nth-child(1) {
        font-size: 48px;
    }
    .focus-insight .number-box li p:nth-child(1) span {
        font-size: 14px;
    }
    .focus-insight .number-box li p:nth-child(2) {
        font-size: 14px;
    }
    .focus-insight .city-list {
        width: 1200px;
        height: 32px;
        margin-left: -600px;
    }
    .focus-insight .activity-dah-logo {
        width: 210px;
        height: 158px;
        right: 32px;
        top: 70px;
    }
    /**************************************************************************************
    **************
    ************** focus insight
    **************
    ****************************************************************************************/
    /**************************************************************************************
    **************
    ************** left box
    **************
    ****************************************************************************************/
    .left-box {
        width: 165px;
        height: 505px;
        /* position: fixed; */
        position: absolute;
        top: 150px;
        left: 30px;
    }
    .left-box ul {
        padding: 0 0 0 27px;
    }
    .left-box ul li {
        padding: 16px 0 0 0;
    }
    .left-box ul li.active::before {
        top: 20px;
    }
    .left-box .tel {
        width: 165px;
    }
    .left-box .tel img {
        width: 16px;
        height: 16px;
        margin-left: 8px;
        margin-right: 2px;
    }
    .left-box .tel span {
        font-size: 18px;
    }
    /**************************************************************************************
    **************
    ************** left box
    **************
    ****************************************************************************************/
    /**************************************************************************************
    **************
    ************** content introduce
    **************
    ****************************************************************************************/
    .content-introdcue>div {
        padding: 80px 0;
    }
    .content-introdcue .icon-position {
        width: 54px;
        height: 54px;
    }
    .content-introdcue .icon-position .big-img {
        display: none;
    }
    .content-introdcue .icon-position .small-img {
        display: block;
    }
    .content-introdcue .view .title {
        width: calc(100% - 300px);
        margin-left: 260px;
    }
    .content-introdcue .view .title-1 .left {
        width: 128px;
        height: 130px;
        background: url("../img/1280title-1.svg")no-repeat center center;
        margin-top: 6px;
    }
    .content-introdcue .view .title-2 .left {
        width: 125px;
        height: 130px;
        background: url("../img/1280title-2.svg")no-repeat top center;
        margin-top: 10px;
    }
    .content-introdcue .view .title-3 .left {
        width: 125px;
        height: 130px;
        background: url("../img/1280title-3.svg")no-repeat top center;
        margin-top: 6px;
    }
    .content-introdcue .view .title .right {
        width: calc(100% - 198px);
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
        height: 100%;
    }
    .content-introdcue .view .title .right .top {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 0px;
    }
    .content-introdcue .view .title .right .top span:nth-child(1) {
        display: inline-block;
        width: 528px;
        font-size: 40px;
        line-height: 46px;
    }
    .content-introdcue .view .title .right .bottom {
        line-height: 20px;
    }
    .content-introdcue .view .tab-view {
        width: calc(100% - 256px);
        margin: 20px 0 0 256px;
    }
    .content-introdcue .view .header {
        width: calc(100% - 40px);
    }
    .content-introdcue .view .header>ul li {
        padding: 0 20px;
        height: 38px;
        line-height: 38px;
        font-size: 20px;
    }
    .content-introdcue .view .content {
        margin-top: 20px;
        height: 395px;
    }
    .content-introdcue .view .content li {
        width: 350px;
        height: 350px;
        margin-right: 12px;
    }
    .content-introdcue .view .content li .img-main {
        width: 350px;
        height: 197px;
        overflow: hidden;
    }
    .content-introdcue .view .content li .img-main img {
        width: 350px;
        height: 197px;
    }
    .content-introdcue .view .content li .shadow-img {
        bottom: -37px;
    }
    .content-introdcue .view .content li .title-box {
        padding: 0 20px;
    }
    .content-introdcue .view .content li p {
        font-size: 32px;
    }
    .content-introdcue .view .content li .desc {
        padding: 0 21px;
        margin-top: 9px;
        font-size: 14px;
    }
    .content-introdcue .view .content .arrow-img {
        width: 60px;
        height: 60px;
    }
    /*.content-introdcue .view .content .arrow-img.arrow-img-left{
        background: url("../img/1280left-move-arrow.png")no-repeat center center;
    }
    .content-introdcue .view .content .arrow-img.arrow-img-right{
        background: url("../img/1280right-move-arrow.png")no-repeat center center;
    }*/
    /**************************************************************************************
    **************
    ************** content introduce
    **************
    *********************************************************************************/
    /**************************************************************************************
    **************
    ************** service view
    **************
    ****************************************************************************************/
    .service-view {
        padding: 70px 0 0 0;
    }
    .service-view .service-title {
        width: calc(100% - 280px);
        margin-left: 240px;
    }
    .service-view .title-4 .left {
        width: 221px;
        height: 123px;
        margin-top: 8px;
        background: url("../img/1280title-4.svg")no-repeat bottom center;
    }
    .service-view .service-title .right {
        width: calc(100% - 265px);
    }
    .service-view .service-title .right div:nth-child(1) {
        font-size: 42px;
    }
    .service-view .service-list-view {
        width: calc(100% - 260px);
        margin-left: 260px;
        padding: 32px 0;
    }
    .service-view .service-list-view .left {
        width: 203px;
    }
    .service-view .service-list-view .left p:nth-child(1) {
        width: 203px;
        font-size: 34px;
    }
    .service-view .service-list-view .left p:nth-child(1) .icon-1 {
        background: url('../img/1280-icon.png') no-repeat -245px -132px;
        width: 11px;
        height: 36px;
        margin-right: 12px;
    }
    .service-view .service-list-view .left p:nth-child(1) .icon-2 {
        background: url('../img/1280-icon.png') no-repeat -340px -132px;
        width: 20px;
        height: 36px;
        margin-right: 12px;
    }
    .service-view .service-list-view .left p:nth-child(1) .icon-3 {
        background: url('../img/1280-icon.png') no-repeat -440px -132px;
        width: 21px;
        height: 38px;
        margin-right: 12px;
    }
    .service-view .service-list-view .left p:nth-child(1) .icon-4 {
        background: url('../img/1280-icon.png') no-repeat -539px -132px;
        width: 22px;
        height: 36px;
        margin-right: 8px;
    }
    .service-view .service-list-view .left p:nth-child(2) {
        width: 203px;
        font-size: 20px;
        margin-bottom: 50px;
        text-align: left;
    }
    .service-view .service-list-view .left i {
        display: block;
        width: 203px;
        background: url("../img/1280free.svg");
        background-size: 100% 100%;
    }
    .service-view .service-list-view .left div {
        width: 203px;
    }
    .service-view .service-list-view .left div a {
        width: 203px;
    }
    .service-view .service-list-view .right {
        width: calc(100% - 245px);
    }
    .service-view .service-list-view .right .tabs-header {
        width: calc(100% - 40px);
    }
    .service-view .service-list-view .right .tabs-header ul li {
        height: 38px;
        line-height: 38px;
        font-size: 20px;
        padding: 0 10px;
    }
    .service-view .service-list-view .right .tabs-content {
        margin-top: 20px;
    }
    .service-view .service-list-view .right .tabs-content ul:nth-child(1) li {
        width: 350px;
        height: 350px;
    }
    .service-view .service-list-view .right .tabs-content ul:nth-child(1) li .img-main {
        width: 350px;
        height: 197px;
        overflow: hidden;
    }
    .service-view .service-list-view .right .tabs-content ul:nth-child(1) li img {
        width: 350px;
        height: 197px;
    }
    .service-view .service-list-view .right .tabs-content ul:nth-child(2) li .img-main {
        width: 310px;
        height: 174px;
        overflow: hidden;
    }
    .service-view .service-list-view .right .tabs-content ul:nth-child(2) li img {
        width: 310px;
        height: 174px;
    }
    .service-view .service-list-view .right .tabs-content.cross-slide .move-div li .title-box {
        padding: 15px 22px 0;
    }
    .service-view .service-list-view .right .tabs-content.cross-slide .move-div li .title-box p {
        line-height: 35px;
    }
    .service-view .service-list-view .right .tabs-content.cross-slide .move-div:nth-child(2) li .desc {
        padding: 0 22px;
        padding-top: 14px;
    }
    .service-view .service-list-view .right .tabs-content.cross-slide .move-div li .desc {
        padding: 22px 22px;
    }
    .service-view .service-list-view .right .tabs-content.cross-slide .arrow-img {
        width: 60px;
        height: 60px;
    }
    /*.service-view .service-list-view .right .tabs-content.cross-slide .arrow-img.arrow-img-left{
        background: url("../img/1280left-move-arrow.png")no-repeat center center;
    }
    .service-view .service-list-view .right .tabs-content.cross-slide .arrow-img.arrow-img-right{
        background: url("../img/1280right-move-arrow.png")no-repeat center center;
    }*/
    /**************************************************************************************
    **************
    ************** service view
    **************
    *****************************/
    /**************************************************************************************
    **************
    ************** ip box
    **************
    ****************************************************************************************/
    .ip-box {
        min-width: 1200px;
        padding: 49px 0 45px 0;
    }
    .ip-box .ip-view {
        width: calc(100% - 260px);
        margin-left: 260px;
    }
    .ip-box .ip-view .left {
        width: 203px;
    }
    .ip-box .ip-view .left div i {
        display: inline-block;
        margin-right: 1px;
        background: url('../img/1280-icon.png') no-repeat -20px -37px;
        width: 60px;
        height: 27px;
    }
    .ip-box .ip-view .left p {
        margin-bottom: 64px;
    }
    .ip-box .ip-view .left img {
        width: 203px;
    }
    .ip-box .ip-view .left i.free {
        width: 203px;
        background: url(../img/1280free.svg);
    }
    .ip-box .ip-view .right {
        width: calc(100% - 245px);
    }
    .ip-box .ip-view .right .title {
        width: calc(100% - 40px);
        height: 38px;
    }
    .ip-box .ip-view .right .title ul li {
        padding: 0 20px;
        height: 38px;
        line-height: 38px;
        font-size: 20px;
    }
    .ip-box .ip-view .right .box {
        width: 100%;
        height: 280px;
        margin-top: 34px;
    }
    .ip-box .ip-view .right .box .img-main {
        width: 573px;
        height: 280px;
        overflow: hidden;
    }
    .ip-box .ip-view .right .box img {
        width: 100%;
        height: 280px;
    }
    .ip-box .ip-view .right .box .right-text {
        height: 280px;
        padding-top: 91px;
        padding-left: 10px;
    }
    .ip-box .ip-view .right .box .right-text p:nth-child(1) {
        font-size: 28px;
    }
    .ip-box .ip-view .right .box .right-text p:nth-child(2) {
        font-size: 14px;
        color: #FFFFFF;
        letter-spacing: 0;
        text-align: justify;
        margin-top: 15px;
    }
    .ip-box .bottom-box {
        width: calc(100% - 503px);
        margin: 8px 0 0 503px;
    }
    .ip-box .bottom-box li {
        width: 350px;
        height: 350px;
    }
    .ip-box .bottom-box li .img-main {
        width: 350px;
        height: 197px;
        overflow: hidden;
    }
    .ip-box .bottom-box li img {
        width: 350px;
        height: 197px;
    }
    .ip-box .bottom-box li .title-box {
        padding: 0 22px;
    }
    .ip-box .bottom-box li .desc {
        margin-top: 18px;
        padding: 0 22px;
    }
    .ip-box .bottom-box .arrow-img {
        width: 60px;
        height: 60px;
    }
    /*.ip-box .bottom-box .arrow-img.arrow-img-left{
        background: url("../img/1280left-move-arrow.png")no-repeat center center;
    }
    .ip-box .bottom-box .arrow-img.arrow-img-right{
        background: url("../img/1280right-move-arrow.png")no-repeat center center;
    }*/
    /**************************************************************************************
    **************
    ************** ip box
    **************
    *************************************************/
    /**************************************************************************************
    **************
    ************** value driven
    **************
    ****************************************************************************************/
    .value-driven {
        height: 625px;
    }
    .value-driven .view {
        width: 1200px;
    }
    .value-driven .box {
        width: calc(100% - 230px);
        margin-left: 230px;
        padding: 40px 0px 40px 0;
    }
    .value-driven .box .left {
        width: 140px;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-end;
    }
    .value-driven .box .title-5>p {
        width: 128px;
        height: 130px;
        background: url("../img/1280title-5.svg")no-repeat bottom left;
        margin-top: 9px;
    }
    .value-driven .box .left div>p:nth-child(1) {
        font-size: 14px;
        color: #FFFFFF;
        letter-spacing: 0;
        text-align: justify;
    }
    .value-driven .box .left div>p:nth-child(2) {
        font-size: 18px;
        color: #FFFFFF;
        letter-spacing: 0;
        text-align: justify;
    }
    .value-driven .box .right {
        flex: 1;
        height: 100%;
        padding-left: 10px;
        box-sizing: border-box;
        position: relative;
    }
    .value-driven .box .right .title {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .value-driven .right .title span:nth-child(1) {
        font-size: 40px;
    }
    .value-driven .right .desc {
        width: 622px;
        margin-top: 22px;
    }
    .value-driven .right .center {
        margin-top: 47px;
    }
    .value-driven .right .center ol li>p:nth-child(1) {
        font-size: 36px;
    }
    .value-driven .right .center>div .line img {
        width: 200%;
        left: 10%;
    }
    .value-driven .right .center ul li .text p:nth-child(1) {
        font-size: 20px;
    }
    .value-driven .right .center ul li .text p:nth-child(2) {}
    .value-driven .right .bottom {
        bottom: 30px;
    }
    .value-driven .right .bottom>div .leave input {
        width: 345px;
    }
    /**************************************************************************************
    **************
    ************** value driven
    **************
    ****************************************************************************************/
    /**************************************************************************************
    **************
    ************** map view
    **************
    ****************************************************************************************/
    .map-view {
        height: 550px;
        padding-top: 35px;
    }
    .map-view .title {
        font-size: 42px;
    }
    .map-view #Amap {
        height: 220px;
    }
    .map-view .bottom {
        height: 28px;
    }
    .map-view .bottom ul {
        width: 1200px;
        height: 36px;
        margin-left: -600px;
    }
    .map-view .bottom ul li {
        font-size: 14px;
    }
    .map-view .bottom ul li.active {
        font-size: 16px;
    }
    .map-view .bottom ul li div {
        bottom: 4px;
    }
    .map-view .map-info-view {
        top: 130px;
    }
    /**************************************************************************************
    **************
    ************** map view
    **************
    *********************************************************/
    .top-button {
        width: 36px;
        height: 36px;
    }
    .top-button img.small-img {
        display: block;
    }
    .top-button img.big-img {
        display: none;
    }
    /*动态和关于我们*/
    .dynamic {
        padding: 33.345px 0px 37.2px 0px;
    }
    .dynamic .dynamic_box {
        width: 1199.52px;
    }
    .dynamic .dynamic_box .trends {
        margin-right: 28.56px;
        width: 885.36px;
    }
    .dynamic_box .title {
        margin-bottom: calc(0.714*30px);
    }
    .dynamic_box .title .title_name {
        font-size: 28px;
    }
    .dynamic_box .title .title_link {
        font-size: 14px;
    }
    .dynamic_box .title .title_link>img {
        height: 7px;
        margin-left: 3px;
    }
    .trends .trends_list {
        width: 100%;
    }
    .dynamic_box .list_main {
        width: calc(0.714*400px);
        height: calc(0.714*400px);
        margin-right: calc(0.714*20px);
    }
    .dynamic_box .list_main .list_main_img {
        height: calc(0.714*225px);
    }
    .dynamic_box .list_main .main_big {
        font-size: 22px;
        line-height: calc(0.714*36px);
        margin: 10.71px 21.42px;
        height: 52px;
    }
    .dynamic_box .list_main .main_big>p {
        font-size: 22px;
    }
    .dynamic_box .list_main .main_small {
        font-size: 14px;
        margin: 0px 21.42px;
        margin-bottom: calc(0.714*21px);
    }
    .dynamic .dynamic_box .concerning {
        width: calc(0.714*400px);
    }
    .dynamic_box .concerning .list_main .main_big {
        margin-bottom: 6px;
    }
}


/* 1280 */


/* 1280 */

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        -webkit-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, -50px, 0)
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        -webkit-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, -50px, 0)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -50px, 0);
        transform: translate3d(0, -50px, 0);
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -50px, 0);
        transform: translate3d(0, -50px, 0);
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

.img-main .play {
    width: 76px;
    height: 76px;
    background: url(../img/play.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -38px;
    margin-top: -38px;
}
