.newIndexBody {
    width: 100%;
    min-width: 1300px;
}

.phone_logo {
    display: none;
}

.sample_sources_con *,
.service_system_box *,
.research_box *,
.customer_box *,
.model_box * {
    box-sizing: border-box;
}

.clear:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
}

.sample_sources_con {
    width: 100%;
    position: relative;
}

.sample_sources_con.bg {
    background-color: #F8FAFF;
}

.content_box {
    width: 1200px;
    margin: 0 auto;
}

.sample_sources {
    padding: 60px 0 120px;
    position: relative;
    z-index: 10;
}

.sample_bg1 {
    width: 243px;
    height: 244px;
    position: absolute;
    left: 40px;
    bottom: 80px;
    background: url("../images/index-new/bgSu1.png") no-repeat center;
}

.sample_bg2 {
    width: 115px;
    height: 264px;
    position: absolute;
    right: 0;
    top: 45px;
    background: url("../images/index-new/bgSu2.png") no-repeat center;
}

.contain_title {
    text-align: center;
    position: relative;
}

.contain_title .title {
    height: 36px;
    line-height: 36px;
    font-size: 36px;
    color: #000;
    font-weight: 500;
    position: relative;
    display: inline-block;
    z-index: 0;
}

.contain_title .title:after {
    content: "";
    display: block;
    width: 100%;
    height: 6px;
    background-image: linear-gradient(269deg, #4eabff00 0%, #53a4f480 51%, #53a4f400 98%);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}


.contain_title .source-bg {
    margin-top: 60px;
    width: 1200px;
    height: 571px;
    background: url("../images/index-new/source-bg.svg") no-repeat;
    background-size: cover;
}

.sample_sources .sample_sources_item>li {
    width: 380px;
    float: left;
    margin-right: 30px;
}

.sample_sources ul li:last-child {
    margin-right: 0;
}

.sample_sources_bg {
    width: 100%;
    height: 130px;
}

.sample_sources ul li:nth-child(1) .sample_sources_bg {
    background: url("../images/index-new/ban1-1.png") no-repeat center;
}

.sample_sources ul li:nth-child(2) .sample_sources_bg {
    background: url("../images/index-new/ban1-2.png") no-repeat center;
}

.sample_sources ul li:nth-child(3) .sample_sources_bg {
    background: url("../images/index-new/ban1-3.png") no-repeat center;
}

.sample_sources_box {
    width: 100%;
    height: 164px;
    padding: 25px 20px 0 22px;
    background: #FFFFFF;
    box-shadow: 0 0 16px 0 #E9F1FF;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}


.sample_sources_box>ul {
    padding-left: 12px;
}

/*.sample_sources ul li:nth-child(2) .sample_sources_box {*/
/*padding-left: 30px;*/
/*padding-right: 0;*/
/*}*/

.sample_sources_title {
    font-size: 18px;
    color: #198DFF;
    margin-bottom: 12px;
    font-weight: bold;
}

.sample_sources_item ul li {
    font-size: 16px;
    color: #00002A;
    text-align: left;
    line-height: 1.6;
    letter-spacing: 1px;
    position: relative;
}

.sample_sources_item ul li:after {
    content: "";
    display: block;
    width: 2px;
    height: 2px;
    background: #198DFF;
    border-radius: 2px;
    position: absolute;
    left: -10px;
    top: 10px;
}

.sample_service {
    padding: 80px 0 100px;
    position: relative;
}

.sample_service_con {
    width: 932px;
    height: 637px;
    background: url("../images/index-new/ban2.png") no-repeat center;
    background-size: 100% 100%;
    margin: 30px auto 0;
}

.service_bg1 {
    width: 572px;
    height: 450px;
    background: url("../images/index-new/bgSu3.png") no-repeat center;
    position: absolute;
    left: 30px;
    top: 30px;
    z-index: -1;
}

.service_bg2 {
    width: 449px;
    height: 540px;
    background: url("../images/index-new/bgSu4.png") no-repeat center;
    position: absolute;
    right: 30px;
    bottom: 30px;
    z-index: -1;
}

.service_system_box {
    width: 100%;
    /* background-color: #F8FAFF; */
    position: relative;
}

.service_system {
    padding: 80px 0 100px;
    position: relative;
}

.service_system_box ul {
    width: 1170px;
    margin: 60px auto 100px;
}

.service_system_box ul li {
    float: left;
    width: 370px;
    height: 243px;
    margin-right: 30px;
    border-radius: 8px;
    background: #FFFFFF;
    border: 1px solid #EFF1F7;
    box-shadow: 0 2px 20px 0 rgba(38, 114, 255, 0.10);
}

.service_system_box ul li:last-child {
    margin-right: 0;
}

.service_system_item {
    padding: 32px 40px 0;
    font-size: 18px;
    text-align: left;
    color: #909399;
    line-height: 1.5;
}

.service_system_title {
    font-size: 28px;
    color: #303133;
    font-weight: bold;
}

.service_system_title span {
    font-size: 48px;
    color: #2672FF;
    font-weight: lighter;
    margin-right: 5px;
}

.mss_title {
    font-size: 36px;
    color: #303133;
    font-weight: bold;
    position: relative;
    z-index: 10;
}

.mss_remake {
    margin-top: 16px;
    font-size: 20px;
    color: #909399;
    position: relative;
    z-index: 10;
}

.mss_remake span:first-child {
    margin-right: 20px;
}

.mss_remake span:last-child {
    margin-left: 20px;
}

.pr {
    position: relative;
    z-index: 10;
}

.mss_bg {
    width: 1118px;
    height: 487px;
    background: url("../images/index-new/ban3.png") no-repeat center;
    background-size: 100% 100%;
    margin: 50px auto 60px;
    position: relative;
    z-index: 10;
}

.mss_bg1 {
    width: 436px;
    height: 651px;
    background: url("../images/index-new/bgSu5.png") no-repeat center;
    position: absolute;
    left: 100px;
    top: 0;
}

.mss_detail {
    display: block;
    width: 220px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 60px;
    background: #53A4F4;
    font-size: 24px;
    color: #FFFFFF;
    margin: 0 auto;
}

.research_box {
    padding: 80px 0;
    position: relative;
    z-index: 10;
}

.research_box ul {
    position: relative;
    z-index: 10;
}

.research_box ul li {
    width: 386px;
    height: 360px;
    border-radius: 8px;
    background: #FFFFFF;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.07);
    padding: 40px 30px 0 40px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.research_box ul li:nth-child(3n) {
    margin-right: 0;
}

.research_bg {
    width: 84px;
    height: 84px;
    margin: 0 auto 30px;
}

.research_box ul li:nth-child(1) .research_bg {
    background: url("../images/index-new/ban4-1.png") no-repeat center;
    background-size: 100% 100%;
}

.research_box ul li:nth-child(2) .research_bg {
    background: url("../images/index-new/ban4-2.png") no-repeat center;
    background-size: 100% 100%;
}

.research_box ul li:nth-child(3) .research_bg {
    background: url("../images/index-new/ban4-3.png") no-repeat center;
    background-size: 100% 100%;
}

.research_box ul li:nth-child(4) .research_bg {
    background: url("../images/index-new/ban4-4.png") no-repeat center;
    background-size: 100% 100%;
}

.research_box ul li:nth-child(5) .research_bg {
    background: url("../images/index-new/ban4-5.png") no-repeat center;
    background-size: 100% 100%;
}

.research_title {
    font-size: 24px;
    color: #303133;
    font-weight: bold;
    text-align: center;
}

.research_line {
    width: 306px;
    height: 9px;
    margin: 25px auto;
    background: url("../images/index-new/ban4-6.png") no-repeat center;
}

.research_con {
    font-size: 16px;
    color: #606266;
    line-height: 36px;
    text-align: left;
}

.research_box ul li:nth-child(1) .research_con {
    text-align: center;
}

.research_box_bg {
    width: 386px;
    height: 333px;
    background: url("../images/index-new/bgSu6.png") no-repeat center;
    position: absolute;
    right: 100px;
    bottom: 0;
}

.research_scope {
    padding: 80px 0 100px;
    background: #F8FAFF;
    position: relative;
}

.research_scope_img {
    width: 1110px;
    height: 840px;
    background: url("../images/index-new/ban5.png") no-repeat center;
    background-size: 100% 100%;
    margin: 60px auto 0;
    position: relative;
    z-index: 10;
}

.research_scope_bg {
    width: 100%;
    height: 420px;
    background: url("../images/index-new/ban5bg.png") no-repeat center;
    background-size: cover;
    position: absolute;
    left: 0;
    bottom: 0;
}

.customer_box {
    padding: 80px 0 100px;
}

.customer_detail {
    width: 1300px;
    height: 602px;
    margin: 60px auto 0;
    position: relative;
}

.customer_detail_box {
    width: 1202px;
    margin: 0 auto;
    position: relative;
}

.customer_detail_list {
    width: 100%;
}

.customer_detail_list>li {
    width: 1202px;
    height: 602px;
    float: left;
}

.customer_detail_item {
    width: 100%;
    border-top: 1px solid #EFEFEF;
    border-left: 1px solid #EFEFEF;
}

.customer_detail_item li {
    width: 240px;
    height: 100px;
    float: left;
    border-right: 1px solid #EFEFEF;
    border-bottom: 1px solid #EFEFEF;
}

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

.arrow {
    width: 28px;
    height: 62px;
    background: url("../images/index-new/arrow.png") no-repeat;
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -31px;
    z-index: 10;
}

.prev {
    background-position: 0 0;
    left: 0;
}

.prev:hover {
    background-position: 0 -72px;
}

.next {
    background-position: -62px 0;
    right: 0;
}

.next:hover {
    background-position: -62px -72px;
}

.model_box {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 20;
    display: none;
}

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

.model_detail {
    width: 428px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.05);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.model_detail_box {
    width: 100%;
    position: relative;
}

.close_model {
    position: absolute;
    width: 45px;
    height: 45px;
    right: -55px;
    top: 0;
    cursor: pointer;
}

.model_form {
    display: none;
}

.trigger_wrap {
    width: 100%;
    height: 92px;
    position: relative;
    overflow: hidden;
}

.trigger_btn_bg {
    position: absolute;
    top: -65px;
    right: -65px;
    width: 130px;
    height: 130px;
    background: #e9f1ff;
    transform: rotate(45deg);
    cursor: pointer;
    overflow: hidden;
}

.trigger_btn_img {
    position: absolute;
    left: 35px;
    bottom: -21px;
    transform: rotate(-45deg);
    width: 47px;
    height: 47px;
}

.trigger_tooltip {
    position: absolute;
    top: 25px;
    right: 70px;
    color: #2672ff;
    font-size: 14px;
    border: 1px solid #2672ff;
    padding: 5px;
    cursor: default;
}

.tootip_arrow {
    position: absolute;
    top: 50%;
    right: -5px;
    width: 8px;
    height: 8px;
    border: 1px solid #2672ff;
    border-left: none;
    border-bottom: none;
    transform: translateY(-50%) rotate(45deg);
    background: #fff;
}

.model_title {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #303133;
    margin-bottom: 20px;
}

.model_qr_title {
    font-size: 24px;
}

.model_qr_img_wrap {
    width: 216px;
    height: 216px;
    margin: 20px auto;
}

.model_qr_img_wrap .model_qr_img {
    width: 100%;
    height: 100%;
}

.model_qr_label {
    color: #444547;
    font-size: 14px;
    text-align: center;
    padding-bottom: 90px;
}

.model_detail_box .model_form_wrap {
    padding: 0 82px;
}

.model_detail_box .model_form_item {
    margin-bottom: 20px;
}

.model_detail_box input {
    width: 100%;
    height: 40px;
    border-radius: 2px;
    padding: 0 16px;
    font-size: 13px;
    color: #606266;
    border: 1px solid #E1E4EB;
    -webkit-appearance: none;
    -moz-appearance: textfield;
}

.model_detail_box input::-webkit-input-placeholder {
    color: #909399;
}

.model_detail_box input:focus {
    border: 1px solid rgba(81, 142, 255, 1);
    box-shadow: 0px 0px 4px 0px rgba(190, 212, 255, 1);
}

.model_detail_box input:-webkit-autofill {
    box-shadow: 0 0 0px 1000px white inset;
}

.model_detail_box .error_message {
    display: none;
}

.model_detail_box .is_error {
    margin-bottom: 5px;
}

.model_detail_box .is_error input {
    border: 1px solid #FA7070;
    box-shadow: none;
}

.model_detail_box .is_error .error_message {
    display: block;
    font-size: 12px;
    color: #FA7070;
}

.model_btn {
    width: 128px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #2672ff;
    font-size: 14px;
    border-radius: 4px;
    cursor: pointer;
    margin: 30px auto 0;
}

.model_detail_box .model_check_code_wrap {
    position: relative;
}

.model_detail_box .model_check_code_wrap input {
    width: calc(100% - 102px);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.model_check_code_wrap .check_code_btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 102px;
    height: 40px;
    border: 1px solid #E1E4EB;
    border-left: none;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    background: linear-gradient(#fff 12%, #f9fafb 88%);
    color: #C0C4CC;
    cursor: pointer;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
}

.model_check_code_wrap .model_btn_checked {
    color: #303133;
}

.model_check_code_wrap .model_btn_checked:hover {
    border: 1px solid #bed4ff;
    color: #518EFF;
}

.model_check_code_wrap .model-l-captcha {
    position: absolute;
    right: -42px;
    top: 0;
    width: 144px;
    height: 40px !important;
    opacity: 0;
    display: none;
    cursor: pointer;
}

.model_check_code_wrap .model-l-captcha iframe {
    position: absolute;
    right: 0;
    top: 0;
    width: 144px !important;
    height: 40px !important;
}

.sample_service_con1,
.phone_service_system,
.phone_service_system {
    display: none;
}


.info-container {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.info-item {
    width: 1200px;
    /* display: flex;
    flex-direction: row-reverse;
    position: relative;
    justify-content: center; */
}
.info-pagination {
    display: none;
}

.info-item .info-img {
    width: 600px;
    height: 100vh;
    margin-right: 600px;
    display: flex;
    align-items: flex-start;
}
.info-item .info-img img{
    width: 600px;
}

.info-item .info-content-wrapper{
    position: absolute;
    right: 0;
    height: 100vh;
    display: flex;
    align-items: flex-start;
}

.info-item .info-content {
    display: flex;
    flex-direction: column;
    width: 600px;
    opacity: 0;
    transition: opacity .3s ease-in;
}
.service-container-box.fixed .info-item .info-content-wrapper,
.service-container-box.fixed .info-item .info-img {
    align-items: center;
}

.info-item .info-content .info-title {
    height: 70px;
    font-weight: 500;
    font-size: 32px;
    color: #000000;
    line-height: 90px;
}

.info-item .info-content .info-title.title-1 {
    background: url("../images/index-new/01.png") no-repeat;
}

.info-item .info-content .info-title.title-2 {
    background: url("../images/index-new/02.png") no-repeat;
}

.info-item .info-content .info-title.title-3 {
    background: url("../images/index-new/03.png") no-repeat;
}

.info-item .info-content .info-title.title-4 {
    background: url("../images/index-new/04.png") no-repeat;
}

.info-item .info-content .info-title.title-5 {
    background: url("../images/index-new/05.png") no-repeat;
}

.info-item .info-content .info-title2 {
    color: #2572ff;
    font-size: 14px;
    margin-bottom: 18px;
}
.info-item .info-content .info-title2.mobile {
    display:none
}

.info-item .info-content .info-title3 {
    padding: 12px 20px;
    font-size: 14px;
    max-width: 560px;
    color: #303133;
    background: #E8EFFF;
    border-radius: 6px;
    margin-bottom: 18px;
}

.info-item .info-content .info-check {
    display: flex;
    max-width: 530px;
    height: 96px;
    flex-wrap: wrap;
    flex-direction: column;
}

.info-item .info-content .info-check span {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 14px;
    color: #909399;
    width: 33%;
    margin-bottom: 18px;
}

.info-item .info-content .info-check span:nth-child(3n+1) {
    margin-left: 0px;
}

.info-item .info-content .info-check img {
    width: 12px;
    margin-right: 4px;
}

.info-item .info-more {
    display: flex;
    font-size: 18px;
    width: 140px;
    height: 48px;
    line-height: 48px;
    background: #2572FF;
    color: #fff;
    border-radius: 6px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-top: 15px;
}

.info-item .info-more img {
    width: 20px;
    height: 20px;
    margin-left: 6px;
}

.research-item {
    margin-top: 80px;
    width: 100%;
    position: relative;
}

.research-item .title-2 {
    font-size: 16px;
    margin-top: 17px;
}

.research-item .research-content {
    padding: 60px 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.research-item .research-content .research-content-item {
    flex-direction: column;
    align-items: flex-start;
    box-sizing: border-box;
}

.research-item .research-content .research-content-info {
    width: 320px;
    padding: 25px 35px;
    background-color: #F8FAFF;
    display: flex;
    margin-bottom: 20px;
}

.research-item .research-content .research-content-img {
    width: 700px;
    background: url("../images/index-new/map.png") no-repeat center;
    background-size: cover;
    height: 500px;
}

.research-item .research-content .research-content-num {
    font-weight: 700;
    font-size: 42px;
    color: #2572FF;
    margin-bottom: 8px;
}

.research-item .research-content .research-content-text {
    font-weight: 500;
    font-size: 14px;
    color: #909399;
}

.research-item .research-content .research-content-info-item {
    display: flex;
    flex-direction: column;
    margin-right: 80px;
    text-align: left;
}

.research-item .research-content .research-content-info-item:last-child {
    margin-right: 0px;
}

.research-item .research-content .research-content-item.bg {
    width: 587px;
    height: 320px;
    background: #F8FAFF;
    border-radius: 8px;
    margin: 0 13px;
    display: flex;
    padding: 40px;
}

.research-item .research-content .research-content-item.info-text {
    padding-top: 70px;
}

.research-item .research-content .research-content-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 18px;
    align-items: flex-start;
}

.research-item .research-content .research-title-text {
    text-align: left;
    width: 280px;
}
.research-item .research-content .research-title-img img{
    height: 32px;
}
.research-content-bottom img{
    height: 48px;
}

.research-item .research-content .research-content-list {
    margin-bottom: 30px;
}

.research-item .research-content .research-content-list p {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 14px;
    color: #303133;
    margin-bottom: 18px;
}

.research-item .research-content .research-content-list p .highlight {
    color: #2572FF;
}

.research-item .research-content .research-content-list img {
    width: 12px;
    margin-right: 4px;
}

.research-item .research-content .research-content-bottom img {
    margin-right: 12px;
}

.text-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background: url("../images/index-new/anlysis.svg") no-repeat;
    background-size: cover;
    width: 1200px;
    height: 368px;
    margin-top: 80px;
}

.text-item {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.text-item.right {
    text-align: right;
    padding-right: 250px;
}

.text-item.left {
    text-align: left;
    padding-left: 250px;
}

.text-item .title-1 {
    font-weight: 500;
    font-size: 18px;
    color: #000000;
    line-height: 24px;
    margin-bottom: 10px;
}

.text-item .title-2 {
    font-size: 14px;
    color: #303133;
    line-height: 24px;
    font-weight: 400;
}

.title-absolute {
    position: absolute;
    font-weight: 500;
    font-size: 24px;
    color: #FFFFFF;
    width: 200px;
    top: calc(50% - 4px);
    left: calc(50% - 100px);
}

.title-absolute span {
    display: inline-block;
}

.newIndexBody .consult-box {
    margin-top: 0;
}

.newIndexBody .consult-box .box-bg {
    background: url(../images/wjmss/consult-bg.png) no-repeat;
    height: 300px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
    background-color: #F8FAFF;
}

.newIndexBody .consult-box .flex-box {
    width: 100%;
    margin: 0;
}

.consult-item {
    width: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 16px;
    font-weight: 500;
}

.consult-item img {
    width: 60px;
    margin-bottom: 28px;
}

.consult-item p {
    color: #000;
    font-weight: 500;
}

.consult-item span {
    padding-right: 4px;
    color: #909399;
    font-weight: 400;
}

.consult-btn {
    display: flex;
    width: 140px;
    height: 48px;
    line-height: 48px;
    background: #2572FF;
    color: #fff;
    border-radius: 6px;
    align-items: center;
    justify-content: center;
}

.consult-btn img {
    width: 20px;
    height: 20px;
}
.head-bg {
    background: url(../images/index-new/head-bg.png) no-repeat center / 1920px;
    width: 100%;
}
.head-new .img {
    background: url(../images/index-new/info-bg1.png) no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    min-width: 600px;
}
.head-new {
    height: 680px;
    width: 100%;
    background-color: #F9FDFF;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.head-new .button{
    width: 180px;
    height: 58px;
    border-radius: 6px;
    font-weight: 500;
    font-size: 20px;
    margin-top: 54px;
}
.head-main {
    color: #222222;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 1200px;
    align-items: flex-start;
}
.head-main h1 {
    font-weight: 500;
    font-size: 54px;
    text-align: left;
}
.head-main .tip-text {
    font-size: 20px;
    color: #666666;
    text-align: center;
    line-height: 24px;
    margin-top: 20px;
}

.research-content2 {
    background: url(../images/index-new/content-bg.png) no-repeat;
    background-size: cover;
    background-color: #2572FF;
    width: 100%;
    height: 100%;
    padding: 80px 0;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.research-content2>div{
    width: 1180px;
    text-align: left;
}

.research-content2 .title{
    font-weight: 500;
    font-size: 40px;
    color: #fff;
}
.research-content2 .title:after{
    content: none;
}
.research-content2 .title-2{
    font-size: 18px;
    padding: 16px 0 25px 0;
    line-height: 1;
    border-bottom: 1px solid #ffffff66;
    margin: 0;
    margin-bottom: 24px;
}
.research-content2 .content2-container{
    margin-bottom: 32px;
}
.research-content2 .content2-container:last-child{
    margin-bottom: 0;
}
.research-content2 .content2-container .title{
    font-size: 24px;
}
.research-content2 .content2-container .content2-list{
    display: flex;
    flex-wrap: wrap;
}
.research-content2 .content2-container .content2-item{
    background: #00000047;
    border-radius: 8px;
    width: 180px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    margin-top: 20px;
    text-align: center;
    font-weight: 500;
    font-size: 22px;
    flex-direction: column;
}
.research-content2 .content2-container .content2-item:nth-child(6n){
    margin-right: 0;
}
.research-content2 .content2-container .content2-item span{
    font-weight: 400;
    font-size: 14px;
}
.mobile-show{
    display: none;
}

@media (max-width: 768px) {

    .newIndexBody {
        min-width: auto;
    }

    .phone_logo {
        display: block;
    }

    .sample_sources {
        padding: 38px 36px 36px;
    }

    .sample_bg1,
    .sample_bg2 {
        display: none;
    }

    .contain_title .title {
        height: 20px;
        line-height: 20px;
        font-size: 20px;
        padding: 0;
    }

    .contain_title .title:after {
        height: 3px;
    }

    .sample_sources_item {
        margin-top: 24px;
    }

    .content_box {
        width: 100%;
    }

    .sample_sources_box {
        padding: 20px 20px 0 30px;
        height: 128px;
    }

    .sample_sources .sample_sources_item>li {
        width: 100%;
        float: none;
        margin-bottom: 36px;
    }

    .sample_sources .sample_sources_item>li:last-child {
        margin-bottom: 0;
    }

    .sample_sources_title {
        font-size: 14px;
        margin-bottom: 9px;
    }

    .sample_sources_item ul li {
        font-size: 12px;
    }

    .sample_sources_item ul li:after {
        top: 8px;
    }

    .sample_sources_bg {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .sample_service {
        padding: 36px 0;
    }

    .sample_service_con {
        width: 329px;
        height: 368px;
        background: url(../images/index-new/Sban2-1.png) no-repeat center;
        background-size: 100% 100%;
        margin: 20px auto 0;
    }

    .service_bg1 {
        width: 100px;
        height: 160px;
        background: url(../images/index-new/Sbg2-1.png) no-repeat center;
        background-size: 100% 100%;
        left: 0;
        top: 0;
    }

    .service_bg2 {
        width: 109px;
        height: 268px;
        background: url(../images/index-new/Sbg2-2.png) no-repeat center;
        background-size: 100% 100%;
        right: 0;
        bottom: 220px;
    }

    .sample_service_con1 {
        display: block;
        width: 329px;
        height: 368px;
        background: url(../images/index-new/Sban2-2.png) no-repeat center;
        background-size: 100% 100%;
        margin: 0 auto;
    }

    .service_system {
        padding: 36px 0;
    }

    .service_system_box ul {
        display: none;
    }

    .phone_service_system {
        display: block;
        width: 335px;
        height: 659px;
        margin: 20px auto 60px;
        background: url(../images/index-new/Sban3-1.png) no-repeat center;
        background-size: 100% 100%;
    }

    .mss_title {
        font-size: 16px;
    }

    .mss_remake {
        margin-top: 10px;
        font-size: 9px;
    }

    .mss_remake span:first-child {
        margin-right: 10px;
        color: #2672FF;
    }

    .mss_bg1 {
        width: 257px;
        height: 418px;
        background: url(../images/index-new/Sbg3.png) no-repeat center;
        background-size: 100% 100%;
        left: 0;
        top: 40px;
    }

    .mss_bg {
        width: 210px;
        height: 210px;
        background: url(../images/index-new/Sban3-2.png) no-repeat center;
        background-size: 100% 100%;
        margin: 40px auto 25px;
        position: relative;
        z-index: 10;
    }

    .mss_detail {
        width: 110px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        position: relative;
        z-index: 10;
    }

    .phone_service_system {
        display: block;
        width: 229px;
        height: 442px;
        background: url(../images/index-new/Sban3-3.png) no-repeat center;
        background-size: 100% 100%;
        margin: 24px auto 30px;
        position: relative;
        z-index: 10;
    }

    .research_box {
        padding: 30px 0 42px;
    }

    .research_box ul {
        display: none;
    }

    .research_box_bg {
        width: 375px;
        height: 200px;
        background: url(../images/index-new/Sbg4.png) no-repeat center;
        background-size: 100% 100%;
        left: 50%;
        right: auto;
        margin-left: -187px;
        bottom: 20px;
    }

    .phone_research_box {
        width: 325px;
        height: 572px;
        background: url(../images/index-new/Sban4.png) no-repeat center;
        background-size: 100% 100%;
        margin: 43px auto 0;
        position: relative;
        z-index: 10;
    }

    .research_scope {
        padding: 30px 0 40px;
    }

    .research_scope_img {
        width: 321px;
        height: 631px;
        background: url(../images/index-new/Sban5.png) no-repeat center;
        background-size: 100% 100%;
        margin: 30px auto 0;
    }

    .research_scope_bg {
        width: 100%;
        height: 252px;
        background: url(../images/index-new/Sbg5.png) no-repeat center;
        background-size: 100% 100%;
    }

    .customer_box {
        padding: 30px 0;
    }

    .customer_detail {
        width: 100%;
        height: 522px;
        padding: 0 8px;
        margin: 30px auto 0;
    }

    .customer_detail_box {
        width: 100%;
    }

    .customer_detail_item li {
        width: 33.3%;
        height: auto;
    }

    .customer_detail_list>li {
        width: 100%;
        height: auto;
    }

    .model_detail {
        width: 296px;
        height: initial;
    }

    .model_detail_box {
        padding: 32px 24px;
    }

    .close_model {
        width: 16px;
        height: 16px;
        background: url("../images/index-new/close.png") no-repeat center;
        position: absolute;
        right: 15px;
        top: 15px;
        z-index: 10;
        cursor: pointer;
    }

    .model_title span {
        display: block;
        text-align: center;
    }

    .model_btn {
        width: 100%;
        height: 40px;
        line-height: 40px;
        border-radius: 40px;
        margin: 12px auto 0;
        font-size: 14px;
    }

    .model_detail_box .model_form_item {
        margin-bottom: 12px;
    }

    .model_detail_box .model_form_item.is_error {
        margin-bottom: 0;
    }

    .model_form_item textarea {
        width: 100%;
        height: 80px;
        border-radius: 2px;
        border: 1px solid #E1E4EB;
        padding: 12px;
        font-size: 13px;
        color: #606266;
        font-family: Arial;
        resize: none;
        -webkit-appearance: none;
    }

    .dots {
        width: 40px;
        height: 3px;
        background: #E9F1FF;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 18px auto 0;
        font-size: 0;
        border-radius: 3px;
    }

    .dots li {
        width: 20px;
        height: 3px;
        border-radius: 3px;
    }

    .dots li.active {
        background: #54A4F4;
    }

    .contain_title .source-bg {
        margin-top: 20px;
        width: 375px;
        height: 164px;
        background: url("../images/index-new/source-bg_m.png") no-repeat;
        background-size: cover;
    }
    .service-container-box{
        width: 100%;
        overflow: hidden;
    }

    .info-container {
        display: flex;
        width: 100%;
        position: relative;
        width: 100%;
        transition: all 0.3s ease-in-out;
    }
    .info-pagination {
        display: flex;
        justify-content: center;
        width: 125px;
        height: 4px;
        background: #82828214;
        border-radius: 2px;
        margin: 0 auto;
    }
    .info-pagination .page-item {
        width: 25px;
        height: 4px;
        border-radius: 2px;
        background: #82828214;
    }
    .info-pagination .page-item.active {
        background: #00000040;
    }
    .info-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: auto;
        width: 100%;
        padding: 30px 0 45px;
    }

    .info-item:nth-child(2n+1) {
        background-color: #fff;
    }

    .info-item:nth-child(2n) {
        background-color: #fff;
    }

    .info-item .info-more {
        bottom: -250px;
        position: absolute;
        font-size: 12px;
        width: 90px;
        height: 33px;
        line-height: 33px;
        right: auto;
        margin-bottom: 0;
        border-radius: 3px;
    }

    .info-item .info-more img {
        width: 12px;
        height: 12px;
        margin-left: 3px;
    }

    .info-item .info-img {
        width: 310px;
        height: auto;
        margin: 0;
    }
    .info-item .info-img img{
        width: 310px;
    }
    .info-item .info-content-wrapper{
        position: relative;
        height: auto;
        width: auto;
    }

    .info-item .info-content {
        align-items: center;
        margin: 0;
        position: relative;
        height: auto;
        width: auto;
        padding: 0;
    }

    .info-item .info-content .info-title {
        height: 40px;
        font-size: 20px;
        line-height: 50px;
        margin-bottom: 10px;
        background-position: center !important;
        background-size: contain !important;
    }

    .info-item .info-content .info-title2 {
        display: none;
    }

    .info-item .info-content .info-title2.mobile {
        display:block;
        font-size: 12px;
        text-align: center;
    }
    .info-item .info-content .info-title3 {
        padding: 10px;
        width: 335px;
        font-size: 11px;
    }

    .info-item .info-content .info-check {
        width: 335px;
        height: 60px;
        padding-left: 16px;
    }

    .info-item .info-content .info-check span {
        font-size: 10px;
        line-height: 10px;
        margin-bottom: 7px;
    }

    .info-item .info-content .info-check img {
        width: 8px;
    }
    .research-item {
        margin-top: 30px;
    }

    .research-item .title-2 {
        font-size: 12px;
        margin: 15px auto;
        padding: 0 50px;
        color: #606266;
    }

    .research-item .research-content {
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .research-item .research-content .research-content-item.bg {
        width: 95%;
        height: 195px;
        padding: 20px;
        margin-bottom: 12px;
    }

    .research-item .research-content.img-fix .research-content-item {
        width: 100%;
        height: auto;
        padding: 0;
    }

    .research-item .research-content .research-content-img {
        background: url(../images/index-new/map-m.png) no-repeat;
        background-size: cover;
        width: 351px;
        height: 259px;
        margin: 18px auto 0;
    }

    .research-item .research-content .research-content-title {
        font-size: 13px;
        margin-bottom: 15px;
    }

    .research-item .research-content .research-content-title img {
        height: 16px;
    }

    .research-item .research-content .research-title-text {
        width: 218px;
    }

    .research-item .research-content .research-content-list {
        margin-bottom: 18px;
    }

    .research-item .research-content .research-content-list p {
        font-size: 12px;
        line-height: 12px;
        margin-bottom: 8px;
        align-items: flex-start;
    }
    .research-item .research-content .research-content-list.margin-big {
        margin: 10px 0;
    }
    .research-item .research-content .research-content-list.margin-big p {
        margin-bottom: 10px;
    }

    .research-item .research-content .research-content-list img {
        width: 7px;
        padding: 2px 0;
    }

    .research-item .research-content .research-content-bottom img {
        margin-right: 12px;
        height: 24px;
    }

    .research-item .research-content .research-content-item.info-text {
        margin: 18px 12px 30px;
        padding: 15px 27px;
        background: #F8FAFF;
        width: 350px;
    }

    .research-item .research-content .research-content-item.info-text .research-content-title {
        justify-content: center;
    }

    .research-item .research-content .research-content-item.info-text .research-title-text {
        width: auto;
    }

    .research-item .research-content .research-content-wrap {
        display: flex;
        flex-direction: row;
    }

    .research-item .research-content .research-content-info {
        flex-direction: column;
        width: 150px;
        padding: 0;
        margin-bottom: 0;
    }

    .research-item .research-content .research-content-info-item {
        margin: 0;
        margin-bottom: 20px;
        align-items: flex-start;
    }

    .research-item .research-content .research-content-num {
        font-size: 21px;
        margin-bottom: 2px;
    }

    .research-item .research-content .research-content-text {
        font-size: 12px;
    }

    .analysis-content {
        padding: 30px 12px;
    }

    .text-content {
        flex-direction: column;
        background: none;
        margin-top: 25px;
        height: auto;
        width: 100%;
    }

    .text-item {
        width: 100%;
        height: 120px;
    }

    .text-item.right {
        text-align: left;
        padding: 0 26px;
        background: url("../images/index-new/left.svg") no-repeat;
    }

    .text-item.left {
        text-align: left;
        padding: 0 26px;
        background: url("../images/index-new/right.svg") no-repeat;
    }

    .text-item .title-1 {
        font-size: 14px;
        margin-bottom: 4px;
    }

    .text-item .title-2 {
        font-size: 12px;
    }

    .title-absolute {
        position: relative;
        margin-top: 16px;
        font-size: 12px;
        color: #606266;
        text-align: center;
    }

    .title-absolute span {
        display: inline;
    }

    .consult-item {
        font-size: 13px;
        display: flex;
        flex-direction: row;
        width: 100%;
        margin-bottom: 20px;
        justify-content: flex-start;
    }

    .newIndexBody .mobile-flex-box {
        flex-direction: column;
        padding: 0 30px;
    }

    .consult-item img {
        width: 39px;
        margin: 0;
        margin-right: 15px;
    }

    .consult-btn {
        width: 90px;
        height: 33px;
        font-size: 12px;
        align-self: center;
        margin-top: 20px;
        border-radius: 3px;
    }

    .consult-btn img {
        width: 12px;
        height: 12px;
    }

    .consult-box .contain_title.contain-bg {
        padding: 30px 0;
        background: url(../images/wjmss/consult-bg-m.png) no-repeat center;
    }


    .newIndexBody .consult-box .box-bg {
        background: none;
        margin-top: 30px;
        height: auto;
    }
    .newIndexBody .footer-container .copyright{
        padding-bottom: 50px;
    }

    .service-container {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .head-bg{
        background: url(../images/index-new/head-bg-m.png) no-repeat center;
        background-size: cover;
        width: 100%;
        height: 570px;
    }
    .head-new{
        flex-direction: column;
        color: #222;
    }
    .head-main{
        width: 100%;
        height: 100%;
        align-items: center;
        justify-content: flex-start;
        margin-top: 50px;
    }
    .head-main h1{
        font-size: 27px;
        text-align: center;
    }
    .head-main .tip-text{
        font-size: 12px;
        margin-top: 14px;
    }
    .head-new .button{
        border-radius: 4px;
        font-size: 13px;
        width: 121px;
        height: 39px;
        position: absolute;
        bottom: 40px;
        left: calc(50% - 60px);
    }
    .research-content2{
        padding: 36px 16px;
        position: relative;
        width: 100%;
        box-sizing: border-box;
    }
    .research-content2>div{
        width: 100%;
    }
    .research-content2 .title{
        font-weight: 600;
        font-size: 22px;
        color: #fff;
        height: auto;
        line-height: 1.5;
    }
    .research-content2 .title:after{
        content: none;
    }
    .research-content2 .title-2{
        font-size: 13px;
        padding: 8px 0 20px 0;
        line-height: 1;
        border-bottom: 1px solid #ffffff66;
        margin: 0;
        margin-bottom: 24px;
        color: #fff;
    }
    .research-content2 .content2-container .content2-list{
        justify-content: space-between;
    }
    .research-content2 .content2-container{
        padding: 0;
    }

    .research-content2 .content2-container .title{
        font-size: 16px;
    }
    .research-content2 .content2-container .content2-item{
        background: #00000047;
        border-radius: 8px;
        width: 109px;
        height: 44px;
        margin-right: 8px;
        margin-top: 8px;
        text-align: center;
        font-weight: 500;
        font-size: 14px;
        border-radius: 4px;
    }
    .research-content2 .content2-container .content2-item:nth-child(3n){
        margin-right: 0;
    }
    
    .research-content2 .content2-container .content2-item span{
        font-size: 12px;
    }
    .research-content2 .content2-container.foreign .content2-item{
        padding: 12px 0;
    }

    .mobile-show{
        display: block;
        font-size: 14px;
        margin-top: 25px;
        font-weight: bold;
    }

    .mobile-hide{
        display: none;
    }
    .tip-text{
        margin-top: 12px;
    }
    .head-new .img{
        min-width: auto
    }
}