/* 首页 */

.header {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    border-bottom: 1px solid #95bbde;
    z-index: 999;
}

.header .w1440 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header .w1440 .logo {
    width: 24.35%;
    display: block;
}

.header .w1440 .logo img {
    width: 100%;
    display: block;
}

.header .w1440 .header_right {
    display: flex;
    align-items: center;
}

.header .w1440 .header_right .header_nav {
    margin-right: 20px;
}

.header .w1440 .header_right .header_nav ul li {
    float: left;
}

.header .w1440 .header_right .header_nav ul li h3 {
    font-weight: normal;
}

.header .w1440 .header_right .header_nav ul li h3 a {
    font-size: 18px;
    color: #fff;
    line-height: 80px;
    padding: 0 20px;
    display: block;
    transition: all 0.3s;
    font-weight: bold;
}

.header .w1440 .header_right .header_rest {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header .w1440 .header_right .header_rest .search {
    width: 27px;
    height: 27px;
    cursor: pointer;
}

.header .w1440 .header_right .header_rest .search img {
    width: 100%;
    height: 100%;
    display: block;
}

.header .w1440 .header_right .header_rest em {
    display: block;
    font-size: 24px;
    color: #fff;
    margin: 0 30px;
    line-height: 30px;
}

.header .w1440 .header_right .header_rest .phone {
    padding-left: 38px;
    background: url(../images/phone.png) no-repeat left center;
    line-height: 30px;
    font-size: 22px;
    color: #fff;
}

.header .w1440 .header_right .header_nav ul li.active h3 a {
    background: #fff;
    color: #1d50a2;
    transition: all 0.3s;
}

.header .w1440 .header_right .header_nav ul li.on h3 a {
    background: #fff;
    color: #1d50a2;
    transition: all 0.3s;
}

.header .w1440 .header_right .header_nav ul li .two_nav {
    width: 100%;
    position: absolute;
    top: 100%;
    line-height: 60px;
    display: none;
    left: 0;
    z-index: 99;
    background: url(../images/bg2.png) repeat;
    text-align: center;
    pointer-events: none;
}

.header .w1440 .header_right .header_nav ul li.on .two_nav {
    pointer-events: initial;
}

.header .w1440 .header_right .header_nav ul li .two_nav a {
    white-space: nowrap;
    font-size: 17px;
    color: #fff;
    margin: 0 20px;
    display: inline-block;
    transition: all 0.3s;
}

.header .w1440 .header_right .header_nav ul li .two_nav a:hover {
    font-weight: bold;
    transition: all 0.3s;
}

.header.on {
    background: url(../images/bg5.png) repeat;
}

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

.carousel ul li {
    width: 100% !important;
}

.carousel ul li img {
    width: 100%;
    display: block;
}

.carousel ul li .carousel_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.carousel ul li .carousel_content>div {
    width: 61.81%;
}

.carousel ul li .carousel_content .cn {
    font-size: 52px;
    color: #fff;
    visibility: hidden;
    animation-delay: 0.2s;
    animation-name: none;
}

.carousel ul li .carousel_content .en {
    font-size: 30px;
    color: #fff;
    line-height: 54px;
    text-transform: uppercase;
    visibility: hidden;
    animation-delay: 0.4s;
    animation-name: none;
}

.carousel ul li .carousel_content .cn.ant {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    visibility: visible;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

.carousel ul li .carousel_content .en.ant {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    visibility: visible;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

.carousel ul li .carousel_content em {
    display: block;
    width: 61.81%;
    height: 1px;
    background: #a5b9dc;
    position: relative;
    margin: 42px 0 38px;
}

.carousel ul li .carousel_content em::after {
    content: '';
    position: absolute;
    width: 22.47%;
    height: 2px;
    background: #da271e;
    left: 0;
    bottom: 0;
}

.carousel .swiper-pagination.carousel_fy {
    bottom: 70px;
    height: 8px;
    display: flex;
    justify-content: center;
}

.carousel .swiper-pagination.carousel_fy span {
    display: block;
    width: 40px;
    height: 8px;
    background: #fff;
    border-radius: 0;
    opacity: 0.3;
    margin: 0 9px;
    transition: all 0.3s;
}

.carousel .swiper-pagination.carousel_fy span.swiper-pagination-bullet-active {
    opacity: 1;
    transition: all 0.3s;
}

.index_content {
    width: 100%;
}

.index_content .about_us {
    padding: 100px 0 88px;
}

.index_content .about_us .about_us_left {
    width: 46.25%;
    float: left;
}

.title {
    width: 100%;
    text-align: center;
    position: relative;
    padding-bottom: 22px;
}

.title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 170px;
    height: 2px;
    background: #da251c;
    transform: translate(-50%, 0);
}

.title .en {
    font-size: 30px;
    color: #333;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 32px;
}

.title .cn {
    font-size: 20px;
    color: #333;
    margin-top: 12px;
}

.title.left {
    text-align: left;
}

.title.left::after {
    left: 0;
    transform: translate(0, 0);
}

.index_content .about_us .about_us_left .title {
    text-align: left;
}

.index_content .about_us .about_us_left .title::after {
    left: 0;
    transform: translate(0, 0);
}

.index_content .about_us .about_us_left .about_us_content {
    width: 100%;
    margin-top: 42px;
}

.index_content .about_us .about_us_left .about_us_content .content_top {
    width: 100%;
}

.index_content .about_us .about_us_left .about_us_content .content_top .abstract {
    font-size: 16px;
    color: #000;
    line-height: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /* -webkit-line-clamp: 4; */ /* 修改前 */
	-webkit-line-clamp: 5;			/* 修改后 */
    text-align: justify;
}

.index_content .about_us .about_us_left .about_us_content .content_top .more {
    width: 22.52%;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #da271e;
    margin-top: 42px;
}

.index_content .about_us .about_us_left .about_us_content .content_top .more em {
    display: block;
    font-size: 16px;
    color: #fff;
    padding-right: 30px;
    background: url(../images/jr1.png) no-repeat right center;
    transform: translate(0, 0);
    transition: all 0.4s;
}

.index_content .about_us .about_us_left .about_us_content .content_top .more:hover em {
    transform: translate(10px, 0);
    transition: all 0.4s;
}

.index_content .about_us .about_us_left .about_us_content .content_bottom {
    width: 100%;
    margin-top: 78px;
}

.index_content .about_us .about_us_left .about_us_content .content_bottom>div {
    width: 33.03%;
    border-left: 1px solid #f1f1f1;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100px;
    float: left;
    box-sizing: border-box;
}

.index_content .about_us .about_us_left .about_us_content .content_bottom>div .number {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.index_content .about_us .about_us_left .about_us_content .content_bottom>div .number .number_nr {
    font-size: 36px;
    color: #da271e;
    font-weight: bold;
    line-height: 38px;
    margin-right: 2px;
}

.index_content .about_us .about_us_left .about_us_content .content_bottom>div .number em {
    font-size: 18px;
    color: #333;
}

.index_content .about_us .about_us_left .about_us_content .content_bottom>div .number span {
    font-size: 18px;
    color: #da271e;
}

.index_content .about_us .about_us_left .about_us_content .content_bottom>div p {
    margin-top: 14px;
    font-size: 16px;
    color: #000;
    padding: 0 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.index_content .about_us .about_us_left .about_us_content .content_bottom>div::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 30px;
    background: #1d50a2;
    left: -1px;
    top: 0;
}

.index_content .about_us .about_us_right {
    width: 49.31%;
    float: right;
}

.index_content .about_us .about_us_right img {
    width: 100%;
    display: block;
}

.index_content .Company_services {
    width: 100%;
    margin-top: 6px;
    position: relative;
}

.index_content .Company_services .Company_services_nr {
    width: 100%;
    margin-top: 40px;
    position: relative;
    overflow: hidden;
}

.index_content .Company_services .Company_services_nr ul {
    position: relative;
    z-index: 99;
    display: flex;
}

.index_content .Company_services .Company_services_nr ul li {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    transition: all 0.5s;
}

.index_content .Company_services .Company_services_nr ul li.on {
    width: 0 !important;
    transition: all 0.5s;
    height: 100%;
}

.index_content .Company_services .Company_services_nr ul li>img {
    display: block;
    transition: all 0.5s;
    height: auto;
}

.index_content .Company_services .Company_services_nr ul li.on>img {
    width: auto;
}

.index_content .Company_services .Company_services_nr ul li.on .Company_services_content {
    transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    transition: all 0.3s;
}

.index_content .Company_services .Company_services_nr ul li:hover {
    width: 40% !important;
    transition: all 0.5s;
}

.index_content .Company_services .Company_services_nr ul li .Company_services_content {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transition: all 0.3s;
    z-index: 99;
}

.index_content .Company_services .Company_services_nr ul li .Company_services_content .cn {
    width: 80.21%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
}

.index_content .Company_services .Company_services_nr ul li .Company_services_content .en {
    width: 80.21%;
    font-size: 16px;
    color: #eee;
    line-height: 24px;
    text-align: center;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 32px;
    padding-bottom: 94px;
    position: relative;
    text-transform: uppercase;
}

.index_content .Company_services .Company_services_nr ul li .Company_services_content .en::after {
    content: '';
    width: 32px;
    height: 4px;
    background: #fff;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
}

.index_content .Company_services .Company_services_nr ul li .Company_services_content_hover {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    background: url(../images/bg5.png) repeat;
    padding: 15% 11.72% 0;
    box-sizing: border-box;
    transition: all 0.5s;
    z-index: 999;
}

.index_content .Company_services .Company_services_nr ul li .Company_services_content_hover .Company_services_title {
    width: 100%;
}

.index_content .Company_services .Company_services_nr ul li .Company_services_content_hover .Company_services_title .cn {
    font-size: 20px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index_content .Company_services .Company_services_nr .Company_services_content_hover .Company_services_title .en {
    font-size: 16px;
    color: #96a4b9;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 10px;
    text-transform: uppercase;
}

.index_content .Company_services .Company_services_nr .Company_services_content_hover .content_Company_services {
    width: 100%;
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #a5afc0;
    position: relative;
    /* padding-bottom:80px; */
}

.index_content .Company_services .Company_services_nr .Company_services_content_hover .content_Company_services::after {
    content: '';
    position: absolute;
    width: 100px;
    height: 3px;
    background: #da271e;
    left: 0;
    bottom: -2px;
}

.index_content .Company_services .Company_services_nr .Company_services_content_hover .content_Company_services p {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 18px;
    font-size: 14px;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.index_content .Company_services .Company_services_nr .Company_services_content_hover .content_Company_services p:nth-child(3n) {
    margin-right: 0;
}

.index_content .Company_services .Company_services_nr .Company_services_content_hover .more {
    margin-top: 74px;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    padding-right: 50px;
    background: url(../images/jr.png) no-repeat right center;
    transition: all 0.4s;
}

.index_content .Company_services .Company_services_nr .Company_services_content_hover .more:hover {
    transform: translate(10px, 0);
    transition: all 0.4s;
}

.index_content .Company_services .Company_services_nr ul li:hover .Company_services_content {
    transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    transition: all 0.3s;
}

.index_content .Company_services .Company_services_nr ul li:hover .Company_services_content_hover {
    top: 0;
    transition: all 0.5s;
}

.index_content .Company_services .Company_services_nr>div {
    width: 50px;
    height: 50px;
    opacity: 1;
    margin: 0;
    transform: translate(0, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    transition: all 0.3s;
    background: #da271e;
}

.index_content .Company_services .Company_services_nr .swiper-button-prev {
    left: 0;
}

.index_content .Company_services .Company_services_nr .swiper-button-next {
    right: 0;
}

.index_content .Company_services .Company_services_nr>div img {
    width: 13px;
    height: 23px;
    display: block;
}

.index_content .Company_services .Company_services_nr>div.swiper-button-disabled {
    background: url(../images/bg1.png) repeat;
    pointer-events: auto;
}

.index_content .customer {
    padding: 58px 0 100px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.index_content .customer .customer_left {
    width: 31.39%;
}

.index_content .customer .customer_left .title {
    text-align: left;
}

.index_content .customer .customer_left .title::after {
    left: 0;
    transform: translate(0, 0);
}

.index_content .customer .customer_left .customer_nr {
    width: 100%;
    margin-top: 42px;
}

.index_content .customer .customer_left .customer_nr p {
    font-size: 16px;
    line-height: 30px;
    color: #000;
    overflow: hidden;
    display: -webkit-box;
	text-indent: 2em;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.index_content .customer .customer_left .customer_nr .more {
    width: 33.19%;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #da271e;
    margin-top: 68px;
}

.index_content .customer .customer_left .customer_nr .more em {
    display: block;
    font-size: 16px;
    color: #fff;
    padding-right: 30px;
    background: url(../images/jr1.png) no-repeat right center;
    transform: translate(0, 0);
    transition: all 0.4s;
}

.index_content .customer .customer_left .customer_nr .more:hover em {
    transform: translate(10px, 0);
    transition: all 0.4s;
}

.index_content .customer .customer_right {
    width: 63.19%;
}

.index_content .customer .customer_right a {
    width: 23.08%;
    height: 70px;
    border: 1px solid #ccc;
    border-radius: 9px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    color: #333;
    margin: 30px 2.56% 0 0;
    box-sizing: border-box;
    padding: 0 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.3s;
}

.index_content .customer .customer_right a:nth-child(4n) {
    margin-right: 0;
}

.index_content .customer .customer_right a:hover {
    background: #da271e;
    color: #fff;
    border: 1px solid #da271e;
    transition: all 0.3s;
}

.index_content .Service_advantage {
    width: 100%;
    background: #f5f5fa;
    padding-bottom: 50px;
    position: relative;
}

.index_content .Service_advantage .Service_advantage_bg {
    position: absolute;
    width: 32%;
    left: 0;
    top: 0;
}

.index_content .Service_advantage .Service_advantage_bg img {
    width: 100%;
    display: block;
}

.index_content .Service_advantage .w1440 {
    padding-top: 40px;
    position: relative;
    z-index: 99;
}

.index_content .Service_advantage .w1440 .title {
    width: 24%;
    position: absolute;
    left: 0;
    top: 40px;
    text-align: left;
}

.index_content .Service_advantage .w1440 .title .en {
    color: #fff;
}

.index_content .Service_advantage .w1440 .title .cn {
    color: #fff;
}

.index_content .Service_advantage .w1440 .title::after {
    background: #fff;
    left: 0;
    transform: translate(0, 0);
}

.index_content .Service_advantage .w1440 .Service_advantage_right {
    width: 94.24%;
    float: right;
}

.index_content .Service_advantage .w1440 .Service_advantage_right .Service_advantage_top {
    width: 76.64%;
    float: right;
}

.index_content .Service_advantage .w1440 .Service_advantage_right .Service_advantage_top .Service_advantage_list {
    width: 54.81%;
    float: left;
}

.index_content .Service_advantage .w1440 .Service_advantage_right .Service_advantage_top .Service_advantage_list ul li {
    width: 100%;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 24px;
    padding-right: 5.61%;
    box-sizing: border-box;
    margin-bottom: 24px;
}

.index_content .Service_advantage .w1440 .Service_advantage_right .Service_advantage_top .Service_advantage_list ul li .number {
    font-size: 36px;
    color: #da271e;
    padding-bottom: 12px;
    border-bottom: 2px solid #da271e;
    font-weight: bold;
    line-height: 34px;
    float: left;
}

.index_content .Service_advantage .w1440 .Service_advantage_right .Service_advantage_top .Service_advantage_list ul li .Service_advantage_list_text {
    float: right;
    width: 86%;
}

.index_content .Service_advantage .w1440 .Service_advantage_right .Service_advantage_top .Service_advantage_list ul li .Service_advantage_list_text h4 {
    font-size: 18px;
    color: #333;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index_content .Service_advantage .w1440 .Service_advantage_right .Service_advantage_top .Service_advantage_list ul li .Service_advantage_list_text p {
    font-size: 16px;
    color: #666;
    margin-top: 12px;
    text-align: justify;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 30px;
}

.index_content .Service_advantage .w1440 .Service_advantage_right .Service_advantage_top .Service_advantage_list ul li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.index_content .Service_advantage .w1440 .Service_advantage_right .Service_advantage_top .Service_advantage_img {
    width: 38.46%;
    float: right;
}

.index_content .Service_advantage .w1440 .Service_advantage_right .Service_advantage_top .Service_advantage_img img {
    width: 100%;
    display: block;
}

.index_content .Service_advantage .w1440 .Service_advantage_right .Service_advantage_bottom {
    width: 100%;
    display: flex;
    margin-top: 18px;
    float: left;
}

.index_content .Service_advantage .w1440 .Service_advantage_right .Service_advantage_bottom>img {
    width: 42%;
    display: block;
}

.index_content .Service_advantage .w1440 .Service_advantage_right .Service_advantage_bottom .come_out_top {
    width: 58%;
    padding: 38px 12.97% 0 5.16%;
    box-sizing: border-box;
    background: #da271e;
}

.index_content .Service_advantage .w1440 .Service_advantage_right .Service_advantage_bottom .come_out_top .number {
    font-size: 36px;
    color: #fff;
    font-weight: bold;
    padding-bottom: 12px;
    border-bottom: 2px solid #fff;
    font-weight: bold;
    line-height: 34px;
    float: left;
}

.index_content .Service_advantage .w1440 .Service_advantage_right .Service_advantage_bottom .come_out_top .Service_advantage_list_text {
    float: right;
    width: 86%;
}

.index_content .Service_advantage .w1440 .Service_advantage_right .Service_advantage_bottom .come_out_top h4 {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index_content .Service_advantage .w1440 .Service_advantage_right .Service_advantage_bottom .come_out_top p {
    font-size: 16px;
    color: #fff;
    margin-top: 12px;
    text-align: justify;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 30px;
    ;
}

.index_content .Professional_team {
    padding: 80px 0 100px;
}

.index_content .Professional_team .Professional_team_top {
    width: 100%;
}

.index_content .Professional_team .Professional_team_top .title {
    float: left;
    text-align: left;
    width: auto;
}

.index_content .Professional_team .Professional_team_top .title::after {
    left: 0;
    transform: translate(0, 0);
}

.index_content .Professional_team .Professional_team_top .more {
    width: 10.42%;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #da271e;
    margin-top: 4px;
    float: right;
}

.index_content .Professional_team .Professional_team_top .more em {
    display: block;
    font-size: 16px;
    color: #fff;
    padding-right: 30px;
    background: url(../images/jr1.png) no-repeat right center;
    transform: translate(0, 0);
    transition: all 0.4s;
}

.index_content .Professional_team .Professional_team_top .more:hover em {
    transform: translate(10px, 0);
    transition: all 0.4s;
}

.index_content .Professional_team .Professional_team_bottom {
    width: 100%;
    margin-top: 15px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.index_content .Professional_team .Professional_team_bottom .Professional_team_left {
    width: 60.28%;
}

.index_content .Professional_team .Professional_team_bottom .Professional_team_left .staff_introduction {
    width: 100%;
}

.index_content .Professional_team .Professional_team_bottom .Professional_team_left .staff_introduction ul li {
    width: 100%;
    height: 0;
    opacity: 0;
    transition: all 0.4s;
    overflow: hidden;
    transform: translateY(30px);
}

.index_content .Professional_team .Professional_team_bottom .Professional_team_left .staff_introduction ul li.on {
    height: auto;
    opacity: 1;
    transform: translateY(0);
    transition: all 0.4s;
}

.index_content .Professional_team .Professional_team_bottom .Professional_team_left .staff_introduction ul li .name {
    font-size: 24px;
    color: #000;
    margin-bottom: 30px;
}

.index_content .Professional_team .Professional_team_bottom .Professional_team_left .staff_introduction ul li>div {
    width: 100%;
    margin-bottom: 24px;
}

.index_content .Professional_team .Professional_team_bottom .Professional_team_left .staff_introduction ul li>div h5 {
    font-size: 20px;
    color: #333;
    font-weight: bold;
}

.index_content .Professional_team .Professional_team_bottom .Professional_team_left .staff_introduction ul li>div p {
    margin-top: 6px;
    font-size: 16px;
    color: #000;
    line-height: 35px;
}

.index_content .Professional_team .Professional_team_bottom .Professional_team_left .staff_introduction ul li>div p em {
    margin: 0 20px;
}

.index_content .Professional_team .Professional_team_bottom .Professional_team_left .staff_introduction ul li .professional_qualification {
    margin-bottom: 0;
}

.index_content .Professional_team .Professional_team_bottom .Professional_team_left .personnel {
    width: 100%;
    margin-top: 48px;
    overflow: hidden;
    position: relative;
}

.index_content .Professional_team .Professional_team_bottom .Professional_team_left .personnel ul li {
    background: #e5e5e5;
    padding: 2px;
    box-sizing: border-box;
    cursor: pointer;
}

.index_content .Professional_team .Professional_team_bottom .Professional_team_left .personnel ul li img {
    width: 100%;
    display: block;
    overflow: hidden;
    transition: all 0.6s;
    overflow: hidden;
}

.index_content .Professional_team .Professional_team_bottom .Professional_team_left .personnel ul li:hover img {
    transition: all 0.6s;
    transform: scale(1.1);
}


/* .index_content .Professional_team .Professional_team_bottom .Professional_team_left .personnel ul li:last-child{margin-right:0;} */

.index_content .Professional_team .Professional_team_bottom .Professional_team_left .personnel ul li.on {
    background: #da271e;
}

.index_content .Professional_team .Professional_team_bottom .Professional_team_left .personnel>div {
    width: 24px;
    height: 24px;
    opacity: 1;
    margin: 0;
    transform: translate(0, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    transition: all 0.3s;
    background: #da271e;
}

.index_content .Professional_team .Professional_team_bottom .Professional_team_left .personnel .swiper-button-disabled {
    background: url(../images/bg1.png) repeat;
}

.index_content .Professional_team .Professional_team_bottom .Professional_team_left .personnel .swiper-button-prev {
    left: 0;
}

.index_content .Professional_team .Professional_team_bottom .Professional_team_left .personnel .swiper-button-next {
    right: 0;
}

.index_content .Professional_team .Professional_team_bottom .Professional_team_left .personnel>div img {
    width: 8px;
    height: 14px;
    display: block;
}

.index_content .Professional_team .Professional_team_bottom .Professional_team_right {
    width: 37.5%;
    overflow: hidden;
}

.index_content .Professional_team .Professional_team_bottom .Professional_team_right ul li {
    height: 0;
    opacity: 0;
    transition: all 0.4s;
    overflow: hidden;
    transform: translateX(30px);
}

.index_content .Professional_team .Professional_team_bottom .Professional_team_right ul li.on {
    height: auto;
    opacity: 1;
    transform: translateX(0);
    transition: all 0.4s;
}

.index_content .Professional_team .Professional_team_bottom .Professional_team_right ul li img {
    width: 100%;
    display: block;
}

.index_content .Service_process {
    padding-bottom: 92px;
    position: relative;
    overflow: hidden;
}

.index_content .Service_process .title {
    text-align: left;
}

.index_content .Service_process .title::after {
    left: 0;
    transform: translate(0, 0);
}

.index_content .Service_process ul {
    width: 100%;
    margin-top: 62px;
    display: flex;
    align-items: center;
}

.index_content .Service_process ul li {
    width: 7.43%;
    position: relative;
}

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

.index_content .Service_process ul li .number {
    font-size: 30px;
    color: #1d50a2;
    font-weight: bold;
    width: 100%;
    position: relative;
}

.index_content .Service_process ul li .number img {
    width: 100%;
    display: block;
}

.index_content .Service_process ul li .number em {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.index_content .Service_process ul li p {
    text-align: center;
    font-size: 18px;
    color: #333;
    white-space: nowrap;
    position: absolute;
    left: 50%;
    bottom: -42px;
    transform: translate(-50%, 0);
    font-weight: bold;
}

.index_content .Service_process ul li:nth-child(2n) {
    width: 11.084%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 6px;
    box-sizing: border-box;
}

.index_content .Service_process ul li:nth-child(2n) img {
    width: 100%;
    display: block;
}

.index_content .Service_process ul li:nth-child(3) .number {
    color: #da271e;
}

.index_content .Service_process ul li:nth-child(7) .number {
    color: #da271e;
}

.index_content .Service_process ul li:nth-child(11) .number {
    color: #da271e;
}

.index_content .Service_process .fwlc {
    bottom: 0;
    display: none;
}

.index_content .Service_process .fwlc span.swiper-pagination-bullet-active {
    background: #1d50a2;
    opacity: 1;
}

.index_content .Recent_activities {
    width: 100%;
    padding: 56px 0 80px;
    background: url(../images/bg4.jpg) no-repeat center top;
    background-size: 100% auto;
    margin-top: 50px;
}

.index_content .Recent_activities .title .en {
    color: #fff;
}

.index_content .Recent_activities .title .cn {
    color: #fff;
}

.index_content .Recent_activities .title::after {
    background: #fff;
}

.index_content .Recent_activities .Recent_activities_nr {
    margin-top: 42px;
    background: #fff;
    padding: 45px 2.78% 0;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.index_content .Recent_activities .Recent_activities_nr ul {
    width: 100%;
}

.index_content .Recent_activities .Recent_activities_nr ul li {
    width: 32.35%;
    float: left;
    margin-right: 1.475%;
}

.index_content .Recent_activities .Recent_activities_nr ul li:last-child {
    margin-right: 0;
}

.index_content .Recent_activities .Recent_activities_nr ul li a {
    display: block;
}

.index_content .Recent_activities .Recent_activities_nr ul li a .images {
    width: 100%;
    overflow: hidden;
}

.index_content .Recent_activities .Recent_activities_nr ul li a .images img {
    width: 100%;
    display: block;
    transition: all 0.6s;
	max-height: 244px;
}

.index_content .Recent_activities .Recent_activities_nr ul li a .Recent_activities_content {
    padding: 12px 0;
    box-sizing: border-box;
}

.index_content .Recent_activities .Recent_activities_nr ul li a .Recent_activities_content h5 {
    font-size: 18px;
    color: #333;
    overflow: hidden;
	text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
    transition: all 0.3s;
}

.index_content .Recent_activities .Recent_activities_nr ul li a .Recent_activities_content p {
    margin-top: 8px;
    font-size: 16px;
    color: #999;
    line-height: 28px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.index_content .Recent_activities .Recent_activities_nr ul li a .Recent_activities_content .date {
    margin-top: 18px;
    font-size: 18px;
    color: #666;
    text-align: center;
}

.index_content .Recent_activities .Recent_activities_nr ul li:hover a .images img {
    transition: all 0.6s;
    transform: scale(1.1);
}

.index_content .Recent_activities .Recent_activities_nr ul li:hover a .Recent_activities_content h5 {
    color: #da271e;
    transition: all 0.3s;
}

.index_content .Recent_activities .Recent_activities_nr .more {
    width: 13.75%;
    height: 58px;
    display: block;
    border: 1px solid #da271e;
    margin: 40px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s;
}

.index_content .Recent_activities .Recent_activities_nr .more em {
    display: block;
    font-size: 16px;
    color: #da271e;
    padding-right: 52px;
    background: url(../images/jr2.png) no-repeat right center;
    transform: translate(0, 0);
    transition: all 0.4s;
}

.index_content .Recent_activities .Recent_activities_nr .more:hover {
    background: #da271e;
    transition: all 0.4s;
}

.index_content .Recent_activities .Recent_activities_nr .more:hover em {
    transform: translate(10px, 0);
    transition: all 0.4s;
    color: #fff;
    background: url(../images/jr.png) no-repeat right center;
}

.index_content .Recent_activities .Recent_activities_nr .jqhd {
    display: none;
    bottom: 70px;
}

.index_content .Recent_activities .Recent_activities_nr .jqhd span.swiper-pagination-bullet-active {
    background: #1d50a2;
    opacity: 1;
}

.footer {
    width: 100%;
    background: #2e3238;
}

.footer .footer_top {
    padding: 40px 0 12px;
}

.footer .footer_top>div {
    float: left;
}

.footer .footer_top>div h4 {
    font-size: 14px;
    color: #fff;
    font-weight: normal;
}

.footer .footer_top>div .footer_nav {
    width: 100%;
    margin-top: 14px;
}

.footer .footer_top>div .footer_nav a {
    font-size: 14px;
    color: #eee;
    float: left;
    margin: 0 68px 12px 0;
    transition: all 0.3s;
}

.footer .footer_top>div .footer_nav a:nth-child(2n) {
    margin-right: 0;
}

.footer .footer_top>div .footer_nav a:hover {
    color: #1d50a2;
    transition: all 0.3s;
}

.footer .footer_top .website_map {
    border-right: 1px solid #3e4248;
    width: 18%;
    height: 182px;
    padding-right: 5%;
    box-sizing: border-box;
}

.footer .footer_top .Quick_entry {
    border-right: 1px solid #3e4248;
    width: 23%;
    height: 182px;
    padding: 0 5%;
    box-sizing: border-box;
}

.footer .footer_top .scan_qr_codes {
    margin-left: 8.54%;
    width: 9.1%;
}

.footer .footer_top .scan_qr_codes h4 {
    text-align: center;
}

.footer .footer_top .scan_qr_codes img {
    width: 100%;
    margin-top: 14px;
    display: block;
    border: 3px solid #1d50a2;
    box-sizing: border-box;
}

.footer .footer_top .Contact_hotline {
    width: 28%;
    float: right;
}

.footer .footer_top .Contact_hotline .Contact_hotline_nr {
    width: 100%;
    margin-top: 14px;
}

.footer .footer_top .Contact_hotline .Contact_hotline_nr .phone {
    font-size: 18px;
    color: #fff;
    line-height: 18px;
    font-weight: bold;
    margin-bottom: 14px;
}

.footer .footer_top .Contact_hotline .Contact_hotline_nr .url,
.footer .footer_top .Contact_hotline .Contact_hotline_nr .site {
    margin-top: 10px;
    font-size: 14px;
    color: #eee;
}

.footer .footer_top .Contact_hotline .Contact_hotline_nr .contact_us {
    width: 59.09%;
    height: 38px;
    background: #1d50a2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #fff;
    margin-top: 18px;
}

.footer .footer_top .blogroll {
    width: 100%;
    margin-top: 44px;
    display: flex;
    justify-content: space-between;
}

.footer .footer_top .blogroll span {
    font-size: 14px;
    color: #fff;
    white-space: nowrap;
}

.footer .footer_top .blogroll ul {
    width: 92.08%;
    display: flex;
    flex-wrap: wrap;
}

.footer .footer_top .blogroll ul li {
    margin: 0 3.77% 12px 0;
}

.footer .footer_top .blogroll ul li a {
    font-size: 14px;
    color: #999;
    transition: all 0.3s;
}

.footer .footer_top .blogroll ul li:hover a {
    color: #1d50a2;
    transition: all 0.3s;
}

.footer .footer_bottom {
    width: 100%;
    border-top: 1px solid #3e4248;
    line-height: 60px;
    text-align: center;
}

.footer .footer_bottom a {
    font-size: 14px;
    color: #a6a7a9;
    margin: 0 3px;
}


/* 服务内容 */

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

.banner img {
    width: 100%;
    display: block;
}

.banner p {
    position: absolute;
    top: 39%;
    font-size: 36px;
    color: #fff;
    left: 14.5%;
    z-index: 9;
}

.banner em {
    width: 22.15%;
    height: 2px;
    background: url(../images/banner_bottom.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 52.66%;
    z-index: 9;
}

.content {
    width: 100%;
}

.content .service_content {
    padding: 102px 0;
}

.content .service_content>ul li {
    width: 22.22%;
    float: left;
    margin: 0 3.7% 66px 0;
    overflow: hidden;
}

.content .service_content>ul li:nth-child(4n) {
    margin-right: 0;
}

.content .service_content>ul li a {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.content .service_content>ul li a .img {
    width: 100%;
    overflow: hidden;
}

.content .service_content>ul li a .img img {
    width: 100%;
    display: block;
    transition: all 0.6s;
}

.content .service_content>ul li a::after {
    content: '';
    position: absolute;
    width: 150%;
    height: 150%;
    background: #fff;
    border-radius: 100%;
    opacity: 0.6;
    left: 50%;
    top: 50%;
    z-index: 9;
    transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    /* IE 9 */
    -moz-transform: translate(-50%, -50%) scale(0);
    /* FirefoZ */
    -webkit-transform: translate(-50%, -50%) scale(0);
    /* Safari 和 Chrome */
    -o-transform: translate(-50%, -50%) scale(0);
    transition: all 0.5s;
}

.content .service_content>ul li a .service_content_text {
    /* padding: 12px 0 4px;
    position: absolute;
    left: 0;
    top: calc(80% + 70px);
    transform: translate(0, -50%); */
    position: relative;
    text-align: center;
    width: 100%;
    transition: all 0.6s;
    box-sizing: border-box;
    z-index: 99;
}

.content .service_content>ul li a .service_content_text h5 {
    font-size: 18px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.3s;
    text-align: center;
    padding: 0 3.2%;
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, 0);
}

.content .service_content>ul li a .service_content_text p {
    /* margin-top: 4px; */
    font-size: 16px;
    color: #333;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    opacity: 0;
    padding: 0 3.2%;
    position: relative;
    transform: translate(0, -300%);
}

.content .service_content>ul li a:hover .img img {
    transition: all 0.6s;
    transform: scale(1.1);
}

.content .service_content>ul li a:hover .service_content_text h5 {
    color: #333;
    transition: all 0.3s;
}

.content .service_content>ul li a:hover .service_content_text {
    top: 50%;
    transition: all 0.6s;
}

.content .service_content>ul li a:hover .service_content_text p {
    transition: all 0.6s;
    opacity: 1;
}

.content .service_content>ul li a:hover::after {
    transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    /* IE 9 */
    -moz-transform: translate(-50%, -50%) scale(1);
    /* FirefoZ */
    -webkit-transform: translate(-50%, -50%) scale(1);
    /* Safari 和 Chrome */
    -o-transform: translate(-50%, -50%) scale(1);
    transition: all 0.5s
}

.paginationjs-pages ul {
    display: flex;
    justify-content: center;
}

.paginationjs-pages ul li {
    width: 40px;
    height: 40px;
    border: 1px solid #b3b3b3;
    background: #fff;
    border-radius: 0 !important;
    float: none;
    margin: 0 10px;
}

.paginationjs-pages ul li a {
    border-radius: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: none;
    font-size: 16px;
    color: #4c4c4c;
}

.paginationjs-pages ul li span {
    border-radius: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: none;
    font-size: 16px;
    color: #4c4c4c;
}

.paginationjs-pages ul li.active {
    background: #0e5194;
    border: 1px solid #0e5194;
}

.paginationjs-pages ul li.active a {
    color: #fff;
}

.paginationjs-pages ul li.active span {
    color: #fff;
}

.paginationjs-pages ul li.paginationjs-prev a {
    color: #fff;
    background: url(../images/left1.png) no-repeat center center;
    background-size: 22.5% auto;
}

.paginationjs-pages ul li.paginationjs-next a {
    color: #fff;
    background: url(../images/right1.png) no-repeat center center;
    background-size: 22.5% auto;
}


/* 服务内容-列表 */

.content .service_content_xq {
    padding: 100px 0;
}

.content .service_content_xq .title {
    margin-bottom: 60px;
    width: 100%;
    float: left;
}

.content .service_content_xq .title.title_bottom {
    display: none;
}

.content .service_content_xq .service_content_left {
    width: 76.39%;
    float: left;
}

.content .service_content_xq .service_content_xq_left {
    width: 100%;
}

.content .service_content_xq .service_content_xq_left ul li {
    width: 100%;
    border-bottom: 1px dashed #e4e4e4;
}

.content .service_content_xq .service_content_xq_left ul li a {
    display: flex;
    padding: 38px;
    box-sizing: border-box;
    align-items: center;
    transition: all 0.4s;
}

.content .service_content_xq .service_content_xq_left ul li a .number {
    font-size: 58px;
    color: #666;
    font-weight: bold;
}

.content .service_content_xq .service_content_xq_left ul li a em {
    display: block;
    width: 7.27%;
    height: 1px;
    background: #ccc;
    margin-left: 2.16%;
    transition: all 0.4s;
}

.content .service_content_xq .service_content_xq_left ul li a .list_content {
    width: 84.31%;
    margin-left: 2.94%;
    transform: translate(0, 0);
    transition: all 0.4s;
}

.content .service_content_xq .service_content_xq_left ul li a .list_content h6 {
    font-size: 18px;
    color: #333;
}

.content .service_content_xq .service_content_xq_left ul li a .list_content p {
    margin-top: 8px;
    font-size: 16px;
    color: #666;
    line-height: 30px;
}

.content .service_content_xq .service_content_xq_left ul li a:hover {
    background: #e8edf6;
    transition: all 0.4s;
    padding-right: 0;
}

.content .service_content_xq .service_content_xq_left ul li a:hover em {
    width: calc(7.27% + 38px);
    background: #1d50a2;
    transition: all 0.4s;
}

.content .service_content_xq .service_content_xq_left ul li a:hover .list_content {
    transform: translate(38px - 2.94%, 0);
    transition: all 0.4s;
}

.content .service_content_xq .service_content_xq_left ul li a:hover .list_content h6 {
    color: #1d50a2;
}

.content .service_content_xq .personnel {
    width: 19.72%;
    float: right;
    background: #1d50a2;
    padding: 3px;
    box-sizing: border-box;
}

.content .service_content_xq .personnel .img {
    width: 100%;
}

.content .service_content_xq .personnel .img img {
    width: 100%;
    display: block;
}

.content .service_content_xq .personnel .personnel_nr {
    padding: 22px 18px 20px;
}

.content .service_content_xq .personnel .personnel_nr .name {
    font-size: 20px;
    color: #fff;
    padding-bottom: 14px;
    border-bottom: 1px dashed #7796c7;
}

.content .service_content_xq .personnel .personnel_nr .service_hotline {
    padding-left: 27px;
    margin-top: 14px;
    background: url(../images/fwrx.png) no-repeat left center;
    font-size: 16px;
    color: #fff;
}

.content .service_content_xq .skip {
    display: block;
    width: 100%;
    float: left;
    margin-top: 60px;
}


/* 专业团队 */

.content .professional_team {
    padding: 101px 0 117px;
}

.content .professional_team .professional_team_content {
    width: 100%;
}

.content .professional_team .professional_team_content ul li {
    width: 30.56%;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    float: left;
    margin: 0 4.16% 60px 0;
}

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

.content .professional_team .professional_team_content ul li a {
    display: block;
    position: relative;
    overflow: hidden;
}

.content .professional_team .professional_team_content ul li a .img {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.content .professional_team .professional_team_content ul li a .img img {
    width: 100%;
    display: block
}

.content .professional_team .professional_team_content ul li a .content {
    position: absolute;
    left: 0;
    top: calc(100% - 88px);
    background: url(../images/bg7.png) repeat;
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: all 0.3s;
    z-index: 99;
}

.content .professional_team .professional_team_content ul li a .content .name {
    font-size: 20px;
    color: #fff;
}

.content .professional_team .professional_team_content ul li a .content .position {
    margin-top: 8px;
    font-size: 16px;
    color: #fff;
}

.content .professional_team .professional_team_content ul li a .content_hover {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/bg6.png) repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 9.09%;
    box-sizing: border-box;
    left: 0;
    top: 100%;
    transition: all 0.4s;
    z-index: 99;
}

.content .professional_team .professional_team_content ul li a .content_hover .content_hover_nr {
    padding-bottom: 90px;
    background: url(../images/jr3.png) no-repeat center bottom;
}

.content .professional_team .professional_team_content ul li a .content_hover .name {
    font-size: 24px;
    color: #fff;
    text-align: center;
}

.content .professional_team .professional_team_content ul li a .content_hover .position {
    font-size: 18px;
    color: #fff;
    margin-top: 10px;
    text-align: center;
}

.content .professional_team .professional_team_content ul li a .content_hover .introduce {
    margin-top: 30px;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    height: 120px;
    ;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    text-align: justify;
}

.content .professional_team .professional_team_content ul li a:hover .content {
    top: 100%;
    transition: all 0.3s;
}

.content .professional_team .professional_team_content ul li a:hover .content_hover {
    top: 0;
    transition: all 0.4s;
}

.content .professional_team .skip {
    float: none;
    margin-top: 20px;
}


/* 专业团队-详情 */

.content .Personnel_details {
    padding: 100px 0 60px;
}

.content .Personnel_details .Personnel_details_top {
    width: 100%;
}

.content .Personnel_details .Personnel_details_top .img {
    width: 20.83%;
    float: left;
}

.content .Personnel_details .Personnel_details_top .img img {
    width: 100%;
    display: block;
}

.content .Personnel_details .Personnel_details_top .Personnel_details_right {
    width: 72.36%;
    float: right;
    padding-top: 14px;
}

.content .Personnel_details .Personnel_details_top .Personnel_details_right .name {
    font-size: 22px;
    color: #333;
}

.content .Personnel_details .Personnel_details_top .Personnel_details_right .working_experience {
    margin-top: 46px;
}

.content .Personnel_details .Personnel_details_top .Personnel_details_right .working_experience h5 {
    font-size: 18px;
    color: #333;
    font-weight: normal;
    padding-left: 13px;
    background: url(../images/zb1.jpg) no-repeat left center;
}

.content .Personnel_details .Personnel_details_top .Personnel_details_right .working_experience p {
    margin-top: 18px;
    font-size: 16px;
    color: #666;
    line-height: 30px;
}

.content .Personnel_details .Introduce_content {
    width: 100%;
    margin-top: 38px;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
}

.content .Personnel_details .Introduce_content>div {
    width: 100%;
    margin-bottom: 30px;
}

.content .Personnel_details .Introduce_content>div h5 {
    font-size: 18px;
    color: #333;
    font-weight: normal;
    padding-left: 12px;
    background: url(../images/zb1.jpg) no-repeat left center;
}

.content .Personnel_details .Introduce_content>div .content_span {
    margin-top: 20px;
    padding: 0 12px;
    display: flex;
    flex-wrap: wrap;
}

.content .Personnel_details .Introduce_content>div .content_span span {
    display: block;
    padding-left: 16px;
    background: url(../images/zb2.png) no-repeat left 12px;
    font-size: 16px;
    color: #666;
    margin-bottom: 14px;
    width: 32.5%;
    box-sizing: border-box;
    margin-right: 0.83%;
}

.content .Personnel_details .Introduce_content .research_result .content_span span {
    width: 100%;
}


/* 成功案例 */

.content .successful_case {
    padding: 100px 0;
}

.content .successful_case .successful_case_left {
    float: left;
}

.content .successful_case .successful_case_left .successful_case_left_nr {
    flex-direction: column;
}

.content .successful_case .successful_case_left a {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #333;
    margin-bottom: 16px;
    width: auto;
}

.content .successful_case .successful_case_left a em {
    display: block;
    width: 40px;
    height: 2px;
    background: #ccc;
    margin-right: 10px;
}

.content .successful_case .successful_case_left a.on {
    color: #1d50a2;
}

.content .successful_case .successful_case_left a.on em {
    width: 60px;
    background: #1d50a2;
}

.content .successful_case .successful_case_right {
    width: 73.06%;
    float: right;
}

.content .successful_case .successful_case_right .successful_case_nr {
    width: 100%;
}

.content .successful_case .successful_case_right .successful_case_nr ul li {
    float: left;
    width: 22.24%;
    margin: 0 3.68% 30px 0;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
}

.content .successful_case .successful_case_right .successful_case_nr ul li img {
    width: 100%;
    display: block;
}

.content .successful_case .successful_case_right .successful_case_nr ul li:nth-child(4n) {
    margin-right: 0;
}

.content .successful_case .successful_case_right .skip {
    margin-top: 30px;
}


/* 客户见证 */

.content .secondary_section {
    width: 100%;
    border-bottom: 1px solid #f1f1f1;
}

.content .secondary_section>.w1440 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.content .secondary_section>.w1440 a {
    display: block;
    line-height: 80px;
    font-size: 16px;
    color: #666;
    margin: 0 45px;
    position: relative;
    width: auto;
}

.content .secondary_section>.w1440 a.active {
    color: #1d50a2;
}

.content .secondary_section>.w1440 a.active::after {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -1px;
    height: 3px;
    background: #1d50a2;
}

.content .Customer_testimonials {
    padding: 75px 0 120px;
}

.content .Customer_testimonials .Customer_testimonials_nr {
    width: 100%;
}

.content .Customer_testimonials .Customer_testimonials_nr ul {
    display: flex;
    flex-wrap: wrap;
}

.content .Customer_testimonials .Customer_testimonials_nr ul li {
    width: 18.75%;
    float: left;
    margin: 0 8.33% 30px 0;
}

.content .Customer_testimonials .Customer_testimonials_nr ul li:nth-child(4n) {
    margin-right: 0;
}

.content .Customer_testimonials .Customer_testimonials_nr ul li a {
    display: block;
}

.content .Customer_testimonials .Customer_testimonials_nr ul li a img {
    width: 100%;
	height: 380px;
    display: block;
    border: 2px solid #ccc;
    box-sizing: border-box;
}

.content .Customer_testimonials .Customer_testimonials_nr ul li a p {
    margin-top: 20px;
    text-align: center;
    font-size: 16px;
    color: #666;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    /* white-space: nowrap; */
}

.content .Customer_testimonials .skip {
    margin-top: 42px;
}


/* 客户见证-供应商证书 */

.content .certificate {
    padding: 60px 0 100px;
}

.content .certificate .certificate_nr {
    width: 100%;
}

.content .certificate .certificate_nr ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.content .certificate .certificate_nr ul li {
    width: 20.83%;
    float: left;
    margin: 0 5.56% 55px 0;
}

.content .certificate .certificate_nr ul li:nth-child(4n) {
    margin-right: 0;
}

.content .certificate .certificate_nr ul li a {
    display: block;
}

.content .certificate .certificate_nr ul li a img {
    width: 100%;
	height: 200px;
    display: block;
}

.content .certificate .certificate_nr ul li a p {
    margin-top: 20px;
    text-align: center;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    /* white-space: nowrap; */
    font-size: 16px;
    color: #666
}

.content .certificate .skip {
    margin-top: 16px;
}

.content .certificate .certificate_nr ul li a:hover p {
    color: #1d50a2;
}


/* 客户见证-所获荣誉 */

.content .video_case {
    padding: 60px 0 100px;
}

.content .video_case .video_case_nr {
    width: 100%;
}

.content .video_case .video_case_nr ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.content .video_case .video_case_nr ul li {
    width: 22.92%;
    float: left;
    margin: 0 2.77% 60px 0;
}

.content .video_case .video_case_nr ul li:nth-child(4n) {
    margin-right: 0;
}

.content .video_case .video_case_nr ul li a {
    display: block;
}

.content .video_case .video_case_nr ul li a .img {
    width: 100%;
    overflow: hidden;
}

.content .video_case .video_case_nr ul li a .img img {
    width: 100%;
    display: block;
    transition: all 0.6s;
}

.content .video_case .video_case_nr ul li a p {
    margin-top: 16px;
    text-align: center;
    padding: 0 5.45%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 16px;
    color: #666;
    line-height: 30px;
    transition: all 0.3s;
    height: 60px;
    font-weight: 700;
}

.content .video_case .video_case_nr ul li a:hover .img img {
    transition: all 0.6s;
    transform: scale(1.1);
}

.content .video_case .video_case_nr ul li a:hover p {
    color: #1d50a2;
    transition: all 0.3s;
}

.content .video_case .skip {
    margin-top: 20px;
}


/* 新闻资讯-业务动态 */

.content .company_news {
    padding: 60px 0 100px;
}

.content .company_news .company_news_nr {
    width: 100%;
    text-align: left;
}

.content .company_news .company_news_nr ul li {
    width: 100%;
}

.content .company_news .company_news_nr ul li a {
    display: block;
    transition: all 0.4s;
}

.content .company_news .company_news_nr ul li a>div.w1440 {
    position: relative;
    border-bottom: 1px dashed #ccc;
    padding: 32px 0;
}

.content .company_news .company_news_nr ul li a>div.w1440 em {
    position: absolute;
    width: 38px;
    height: 38px;
    border: 1px solid #cacaca;
    border-radius: 100%;
    top: 50%;
    right: 3.13%;
    background: url(../images/xw_jr.png) no-repeat center center;
    transform: translate(0, -50%);
    transition: all 0.4s;
}

.content .company_news .company_news_nr ul li a .company_news_content {
    display: flex;
    transition: all 0.4s;
}

.content .company_news .company_news_nr ul li a .company_news_content .img {
    width: 16.63%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content .company_news .company_news_nr ul li a .company_news_content .img img {
    width: 100%;
    display: block;
}

.content .company_news .company_news_nr ul li a .company_news_content .date {
    margin-left: 1.88%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.content .company_news .company_news_nr ul li a .company_news_content .date .day {
    font-size: 24px;
    color: #666;
    line-height: 24px;
}

.content .company_news .company_news_nr ul li a .company_news_content .date .year {
    font-size: 16px;
    color: #808080;
    margin-top: 4px;
}

.content .company_news .company_news_nr ul li a .company_news_content .company_news_tetx {
    width: 64%;
    margin-left: 1.25%;
    position: relative;
    padding-left: 1.875%;
    border-left: 1px solid #d9d9d9;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
}

.content .company_news .company_news_nr ul li a .company_news_content .company_news_tetx h5 {
    font-size: 18px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.3s;
}

.content .company_news .company_news_nr ul li a .company_news_content .company_news_tetx .company_news_description {
    margin-top: 12px;
    font-size: 16px;
    color: #666;
    line-height: 30px;
    height: 90px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-align: justify;
}

.content .company_news .company_news_nr ul li a:hover {
    background: #f5f9ff;
    transition: all 0.4s;
}

.content .company_news .company_news_nr ul li a:hover>div.w1440 em {
    background: url(../images/xw_jr_hover.png) no-repeat center center #1d50a2;
    border: 1px solid #1d50a2;
    transition: all 0.4s;
}

.content .company_news .company_news_nr ul li a:hover .company_news_content {
    transform: translate(30px, 0);
    transition: all 0.4s;
}

.content .company_news .company_news_nr ul li a:hover .company_news_content .company_news_tetx h5 {
    color: #1d50a2;
    transition: all 0.3s;
}

.content .company_news .skip {
    margin-top: 52px;
}


/* 新闻资讯-业务动态-详情 */

.Business_case_details {
    padding: 60px 0 94px;
}

.Business_case_details .Business_case_details_nr {
    width: 100%;
}

.Business_case_details .Business_case_details_nr .details_title {
    width: 100%;
    text-align: center;
}

.Business_case_details .Business_case_details_nr .details_title h4 {
    font-size: 24px;
    color: #333;
    font-weight: normal;
}

.Business_case_details .Business_case_details_nr .details_title .date {
    font-size: 14px;
    color: #999;
    margin-top: 10px;
}

.Business_case_details .Business_case_details_nr .details_content {
    margin-top: 30px;
    font-size: 16px;
    color: #666;
    line-height: 30px;
    text-align: justify;
    padding-bottom: 44px;
    border-bottom: 1px dashed #f1f1f1;
}

.Business_case_details .Business_case_details_nr .details_content video {
    margin: 0 auto;
    height: auto;
    outline: none;
    display: block;
}

.Business_case_details .Business_case_details_nr .details_content p {
    margin-bottom: 26px;
}

.Business_case_details .Business_case_details_nr .details_content p img {
    max-width: 100%;
    display: block;
    margin: 82px auto 0;
}

.Business_case_details .Business_case_details_nr .details_content p:last-child {
    margin-bottom: 0;
}

.Business_case_details .skip {
    width: 100%;
    margin-top: 54px;
}

.Business_case_details .skip>div {
    display: flex;
}

.Business_case_details .skip>div a {
    font-size: 14px;
    color: #666;
    transition: all 0.3s;
    white-space: nowrap;
}

.Business_case_details .skip>div .skip_content {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.Business_case_details .skip .skip_bottom {
    margin-top: 22px;
}

.Business_case_details .skip>div:hover a {
    color: #1d50a2;
    transition: all 0.3s;
}


/* 企业简介 */

.content .enterprise_profile {
    padding: 60px 0 100px;
}

.content .enterprise_profile .essential_data {
    width: 100%;
    height: 200px;
    background: #f7f7f7;
    display: flex;
}

.content .enterprise_profile .essential_data>div {
    width: 33.3333333%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    flex-direction: column;
}

.content .enterprise_profile .essential_data>div::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 68px;
    background: #e4e4e4;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
}

.content .enterprise_profile .essential_data .cumulative_acquisition::after {
    display: none;
}

.content .enterprise_profile .essential_data>div p {
    font-size: 16px;
    color: #333;
}

.content .enterprise_profile .essential_data>div .money {
    margin-top: 20px;
    font-size: 48px;
    color: #1d50a2;
    font-weight: bold;
    line-height: 60px;
    display: flex;
    align-items: flex-end;
}

.content .enterprise_profile .essential_data>div .money em {
    font-size: 16px;
    font-weight: none;
    line-height: 40px;
    margin-left: 4px;
}

.content .enterprise_profile .essential_data>div .grade {
    margin-top: 20px;
    font-size: 48px;
    color: #1d50a2;
    font-weight: bold;
    line-height: 60px;
    display: flex;
    align-items: flex-end;
}

.content .enterprise_profile .essential_data>div .grade em {
    font-size: 32px;
    line-height: 36px;
    margin-left: 4px;
}

.content .enterprise_profile .company_profile_nr {
    width: 100%;
    margin-top: 52px;
}

.content .enterprise_profile .company_profile_nr p {
    font-size: 16px;
    color: #333;
    line-height: 30px;
    margin-bottom: 30px;
    text-align: justify;
}

.content .enterprise_profile .company_profile_nr p:last-child {
    margin-bottom: 0;
}

.content .enterprise_profile .company_profile_nr p img {
    max-width: 100%;
    display: block;
    margin: 10px auto;
}


/* 业务体系 */

.content .business_system {
    padding: 102px 0 186px;
}

.content .business_system .business_system_nr {
    width: 100%;
    background: url(../images/bg8.jpg) no-repeat center center;
    background-size: 100% 100%;
}

.content .business_system .business_system_nr .w1440 {
    padding-bottom: 70px;
}

.content .business_system .business_system_nr .w1440>div {
    width: 100%;
}

.content .business_system .business_system_nr .w1440>div h5 {
    font-size: 20px;
    color: #1d50a2;
    font-weight: normal;
}

.content .business_system .business_system_nr .w1440>div p {
    margin-top: 12px;
    font-size: 16px;
    color: #666;
}

.content .business_system .business_system_nr .w1440 .Professional_league {
    margin-top: 40px;
}

.content .business_system .business_system_nr .w1440 img {
    width: 64.03%;
    display: block;
    margin: 106px auto 0;
}

.content .business_system .business_system_flow {
    margin-top: 148px;
}

.content .business_system .business_system_flow h4 {
    width: 11.11%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-bottom: 6px solid #0e3066;
    font-size: 20px;
    color: #fff;
    margin: 0 auto;
    background: #1d50a2;
}

.content .business_system .business_system_flow ul {
    width: 100%;
    position: relative;
    margin-top: 49px;
    padding: 83px 0;
    background: url(../images/dian1.png) no-repeat center top, url(../images/dian1.png) no-repeat center bottom;
}

.content .business_system .business_system_flow ul::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background: #bbcae3;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: -1;
}

.content .business_system .business_system_flow ul li {
    width: 100%;
    margin-bottom: 60px;
    padding-left: 52.43%;
    box-sizing: border-box;
    position: relative;
}

.content .business_system .business_system_flow ul li h5 {
    font-size: 18px;
    color: #333;
    font-weight: normal;
    position: relative;
}

.content .business_system .business_system_flow ul li::after {
    content: '';
    width: 32px;
    height: 32px;
    background: url(../images/dian.png) no-repeat center center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0);
    background-size: 100% 100%;
    top: -3px;
}

.content .business_system .business_system_flow ul li p {
    margin-top: 8px;
    font-size: 16px;
    color: #666;
    line-height: 30px;
    text-align: justify;
}

.content .business_system .business_system_flow ul li:nth-child(2n) {
    padding-right: 52.43%;
    padding-left: 0;
}

.content .business_system .business_system_flow ul li:nth-child(2n) h5 {
    text-align: right;
}

.content .business_system .business_system_flow ul li:nth-child(2n) h5::after {
    right: -7.5%;
    left: auto;
}

.content .business_system .business_system_flow ul li:last-child {
    margin-bottom: 0;
}


/* 执业资质 */

.content .Professional_qualifications {
    padding: 60px 0 100px;
}

.content .Professional_qualifications .Professional_qualifications_nr {
    width: 100%;
}

.content .Professional_qualifications .Professional_qualifications_nr ul li {
    width: 30.56%;
    float: left;
    margin: 0 4.16% 70px 0;
}

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

.content .Professional_qualifications .Professional_qualifications_nr ul li a {
    display: block;
}

.content .Professional_qualifications .Professional_qualifications_nr ul li a img {
    width: 100%;
    display: block;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
}

.content .Professional_qualifications .Professional_qualifications_nr ul li a p {
    margin-top: 22px;
    padding: 0 10px;
    text-align: center;
    font-size: 16px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.3s;
}

.content .Professional_qualifications .skip {
    margin-top: 10px;
}

.content .Professional_qualifications .Professional_qualifications_nr ul li:hover a p {
    color: #1d50a2;
    transition: all 0.3s;
}


/* 合作方式 */

.content .ways_cooperation {
    padding: 52px 0 100px;
}

.content .ways_cooperation h4 {
    font-size: 20px;
    color: #333;
    font-weight: normal;
}

.content .ways_cooperation>ul {
    width: 100%;
    margin-top: 42px;
}

.content .ways_cooperation>ul>li {
    width: 100%;
    border: 1px solid #aaa;
    box-sizing: border-box;
    margin-bottom: 20px;
    transition: all 0.4s;
}

.content .ways_cooperation>ul>li:last-child {
    margin-bottom: 0;
}

.content .ways_cooperation>ul>li span {
    display: block;
    line-height: 78px;
    font-size: 20px;
    color: #333;
    padding: 0 3.33% 0 4.17%;
    transition: all 0.4s;
    position: relative;
    cursor: pointer;
}

.content .ways_cooperation>ul>li span::after {
    content: '';
    position: absolute;
    width: 31px;
    height: 17px;
    background: url(../images/sq.png) no-repeat center center;
    background-size: 100% 100%;
    right: 3.33%;
    top: 50%;
    transform: translate(0, -50%);
}

.content .ways_cooperation>ul>li .ways_cooperation_nr {
    margin-top: 16px;
    padding: 0 5.14% 0 4.17%;
    display: none;
}

.content .ways_cooperation>ul>li .ways_cooperation_nr>div {
    width: 100%;
}

.content .ways_cooperation>ul>li .ways_cooperation_nr>div h5 {
    font-size: 18px;
    color: #333;
    font-weight: normal;
}

.content .ways_cooperation>ul>li .ways_cooperation_nr .service_process .service_process_nr {
    margin-top: 30px;
    padding: 0 36px;
}

.content .ways_cooperation>ul>li .ways_cooperation_nr .service_process .service_process_nr ul {
    width: 100%;
    display: flex;
}

.content .ways_cooperation>ul>li .ways_cooperation_nr .service_process .service_process_nr ul li {
    width: 7.43%;
    position: relative;
}

.content .ways_cooperation>ul>li .ways_cooperation_nr .service_process .service_process_nr ul li:last-child {
    margin-right: 0;
}

.content .ways_cooperation>ul>li .ways_cooperation_nr .service_process .service_process_nr ul li .number {
    font-size: 30px;
    color: #1d50a2;
    font-weight: bold;
    width: 100%;
    position: relative;
}

.content .ways_cooperation>ul>li .ways_cooperation_nr .service_process .service_process_nr ul li .number img {
    width: 100%;
    display: block;
}

.content .ways_cooperation>ul>li .ways_cooperation_nr .service_process .service_process_nr ul li .number em {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.content .ways_cooperation>ul>li .ways_cooperation_nr .service_process .service_process_nr ul li p {
    text-align: center;
    font-size: 16px;
    color: #333;
    white-space: nowrap;
    position: absolute;
    left: 50%;
    bottom: -42px;
    transform: translate(-50%, 0);
}

.content .ways_cooperation>ul>li .ways_cooperation_nr .service_process .service_process_nr ul li:nth-child(2n) {
    width: 11.084%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 6px;
    box-sizing: border-box;
}

.content .ways_cooperation>ul>li .ways_cooperation_nr .service_process .service_process_nr ul li:nth-child(2n) img {
    width: 100%;
    display: block;
}

.content .ways_cooperation>ul>li .ways_cooperation_nr .service_process .service_process_nr ul li:nth-child(3) .number {
    color: #da271e;
}

.content .ways_cooperation>ul>li .ways_cooperation_nr .service_process .service_process_nr ul li:nth-child(7) .number {
    color: #da271e;
}

.content .ways_cooperation>ul>li .ways_cooperation_nr .service_process .service_process_nr ul li:nth-child(11) .number {
    color: #da271e;
}

.content .ways_cooperation>ul>li .ways_cooperation_nr .service_mode {
    margin: 92px 0 60px;
}

.content .ways_cooperation>ul>li .ways_cooperation_nr .service_mode .service_mode_nr {
    margin-top: 22px;
    padding: 0 32px;
}

.content .ways_cooperation>ul>li .ways_cooperation_nr .service_mode .service_mode_nr p {
    font-size: 16px;
    color: #666;
    line-height: 40px;
    text-align: justify;
}

.content .ways_cooperation>ul>li.on {
    border: 1px solid #1d50a2;
    transition: all 0.4s;
}

.content .ways_cooperation>ul>li.on span {
    color: #1d50a2;
    transition: all 0.4s;
}

.content .ways_cooperation>ul>li.on span::after {
    background: url(../images/zk.png) no-repeat;
    background-size: 100% 100%;
}


/* 联系我们 */

.content .contact_us {
    padding: 60px 0 117px;
}

.content .contact_us .map {
    width: 100%;
}

.my-map {
    width: 100%;
    height: 640px;
}

.my-map .icon {
    background: url(//a.amap.com/lbs-dev-yuntu/static/web/image/tools/creater/marker.png) no-repeat;
}

.my-map .icon-cir {
    height: 31px;
    width: 28px;
}

.my-map .icon-cir-red {
    background-position: -11px -5px;
}

.amap-container {
    height: 100%;
}

.myinfowindow {
    width: 240px;
    min-height: 50px;
}

.myinfowindow h5 {
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    font-size: 14px;
    font-weight: bold;
    width: 220px;
    text-overflow: ellipsis;
    word-break: break-all;
    white-space: nowrap;
}

.myinfowindow div {
    margin-top: 10px;
    min-height: 40px;
    line-height: 20px;
    font-size: 13px;
    color: #6f6f6f;
}

.content .contact_way {
    width: 100%;
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
}

.content .contact_way>div {
    width: 30.56%;
    height: 300px;
    background: #f1f1f1;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: all 0.3s;
}

.content .contact_way>div .icon {
    width: 76px;
    height: 76px;
    border: 1px solid #a4a4a4;
    border-radius: 100%;
    padding: 5px;
    box-sizing: border-box;
    transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    /* IE 9 */
    -moz-transform: rotateY(0deg);
    /* Firefox */
    -webkit-transform: rotateY(0deg);
    /* Safari 和 Chrome */
    -o-transform: rotateY(0deg);
    transition: all 0.5s;
}

.content .contact_way>div .icon .icon_two {
    width: 100%;
    height: 100%;
    border-radius: 100%;
}

.content .contact_way .company_address .icon .icon_two {
    background: url(../images/lxwm1.png) no-repeat center center #999;
    background-size: 100% 100%;
}

.content .contact_way .contact_number .icon .icon_two {
    background: url(../images/lxwm2.png) no-repeat center center #999;
    background-size: 100% 100%;
}

.content .contact_way .Recruitment_email .icon .icon_two {
    background: url(../images/lxwm3.png) no-repeat center center #999;
    background-size: 100% 100%;
}

.content .contact_way>div .contact_way_nr {
    margin-top: 24px;
    text-align: center;
}

.content .contact_way>div .contact_way_nr h4 {
    font-size: 20px;
    color: #333;
    font-weight: normal;
    transition: all 0.3s;
}

.content .contact_way>div .contact_way_nr p {
    margin-top: 10px;
    font-size: 16px;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.3s;
}

.content .contact_way>div:hover {
    background: #1d50a2;
    transition: all 0.3s;
}

.content .contact_way>div:hover .icon {
    border: 1px solid #fff;
    background: #fff;
    transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    /* IE 9 */
    -moz-transform: rotateY(180deg);
    /* Firefox */
    -webkit-transform: rotateY(180deg);
    /* Safari 和 Chrome */
    -o-transform: rotateY(180deg);
    transition: all 0.5s;
}

.content .contact_way>div:hover .contact_way_nr h4 {
    color: #fff;
    transition: all 0.3s;
}

.content .contact_way>div:hover .contact_way_nr p {
    color: #fff;
    transition: all 0.3s;
}

.content .contact_way .company_address:hover .icon .icon_two {
    background: url(../images/lxwm_hover1.png) no-repeat center center #fff;
    background-size: 100% 100%;
}

.content .contact_way .contact_number:hover .icon .icon_two {
    background: url(../images/lxwm_hover2.png) no-repeat center center #fff;
    background-size: 100% 100%;
}

.content .contact_way .Recruitment_email:hover .icon .icon_two {
    background: url(../images/lxwm_hover3.png) no-repeat center center #fff;
    background-size: 100% 100%;
}

.content .contact_us_content {
    margin-top: 92px;
}

.content .contact_us_content .headline {
    display: flex;
    align-items: center;
    justify-content: center;
}

.content .contact_us_content .headline span {
    width: 30.56%;
    height: 1px;
    background: #f1f1f1;
}

.content .contact_us_content .headline h4 {
    font-size: 20px;
    color: #333;
    font-weight: normal;
    margin: 0 40px;
}

.content .contact_us_content .contact_us_form {
    width: 100%;
    margin-top: 52px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.content .contact_us_content .contact_us_form>div {
    width: 30.56%;
    float: left;
}

.content .contact_us_content .contact_us_form>div em {
    display: block;
    font-size: 18px;
    color: #666;
    margin-bottom: 20px;
}

.content .contact_us_content .contact_us_form>div input {
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #f1f1f1;
    border-radius: 8px;
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 16px;
    color: #666;
}

.content .contact_us_content .contact_us_form .leave_note {
    margin-top: 54px;
    width: 100%;
}

.content .contact_us_content .contact_us_form .leave_note textarea {
    width: 100%;
    height: 200px;
    background: #f1f1f1;
    border-radius: 8px;
    padding: 20px 20px;
    box-sizing: border-box;
    font-size: 16px;
    color: #666;
    display: block;
    border: none;
    outline: none;
}

.content .contact_us_content .contact_us_form .submit {
    width: 240px;
    height: 80px;
    background: #1d50a2;
    border-radius: 10px;
    font-size: 20px;
    color: #fefeff;
    margin: 44px auto 0;
    border: none;
    box-shadow: none;
    cursor: pointer;
}

.content .contact_us_content .contact_us_form .submit {
    outline: none;
}


/* 服务内容-详情 */

.content .Service_details {
    padding: 100px 0;
}

.content .Service_details .Service_details_nr {
    width: 100%;
}

.content .Service_details .Service_details_nr .Service_details_nr_top {
    width: 100%;
}

.content .Service_details .Service_details_nr .Service_details_nr_top .img {
    width: 16.67%;
    float: left;
}

.content .Service_details .Service_details_nr .Service_details_nr_top .img img {
    width: 100%;
    display: block;
}

.content .Service_details .Service_details_nr .Service_details_nr_top .Service_details_content {
    width: 77.78%;
    float: right;
    padding-top: 8px;
}

.content .Service_details .Service_details_nr .Service_details_nr_top .Service_details_content .Service_details_title {
    width: 100%;
    position: relative;
    padding-bottom: 24px;
}

.content .Service_details .Service_details_nr .Service_details_nr_top .Service_details_content .Service_details_title .cn {
    font-size: 20px;
    color: #333;
}

.content .Service_details .Service_details_nr .Service_details_nr_top .Service_details_content .Service_details_title .en {
    font-size: 16px;
    color: #999;
    margin-top: 6px;
    text-transform: uppercase;
}

.content .Service_details .Service_details_nr .Service_details_nr_top .Service_details_content .Service_details_title::after {
    content: '';
    width: 60px;
    height: 1px;
    background: #da271e;
    position: absolute;
    left: 0;
    bottom: 0;
}

.content .Service_details .Service_details_nr .Service_details_nr_top .Service_details_content .content_Service_details {
    margin-top: 24px;
    font-size: 16px;
    color: #333;
}

.content .Service_details .Service_details_nr .Service_details_nr_bottom {
    width: 100%;
    margin-top: 62px;
}

.content .Service_details .Service_details_nr .Service_details_nr_bottom>div {
    width: 100%;
    margin-bottom: 56px;
    font-size: 16px;
    color: #333;
}

.content .Service_details .Service_details_nr .Service_details_nr_bottom>div h5 {
    font-size: 20px;
    color: #333;
    font-weight: normal;
    padding-left: 23px;
    background: url(../images/zb3.jpg) no-repeat left center;
}

.content .Service_details .Service_details_nr .Service_details_nr_bottom .coverage {
    margin-top: 86px;
}

.content .Service_details .Service_details_nr .Service_details_nr_bottom>div>p {
    margin-top: 22px;
    padding-left: 23px;
}

.content .Service_details .Service_details_nr .Service_details_nr_bottom>div>p img {
    max-width: 100%;
    display: block;
}

.content .Service_details .Service_details_nr .Service_details_nr_bottom .serving_procedure_nr {
    margin-top: 32px;
    position: relative;
}

.content .Service_details .Service_details_nr .Service_details_nr_bottom .serving_procedure_nr ul {
    width: 100%;
    display: flex;
    align-items: center;
}

.content .Service_details .Service_details_nr .Service_details_nr_bottom .serving_procedure_nr ul li {
    width: 7.43%;
    position: relative;
}

.content .Service_details .Service_details_nr .Service_details_nr_bottom .serving_procedure_nr ul li:last-child {
    margin-right: 0;
}

.content .Service_details .Service_details_nr .Service_details_nr_bottom .serving_procedure_nr ul li .number {
    font-size: 30px;
    color: #1d50a2;
    font-weight: bold;
    width: 100%;
    position: relative;
}

.content .Service_details .Service_details_nr .Service_details_nr_bottom .serving_procedure_nr ul li .number img {
    width: 100%;
    display: block;
}

.content .Service_details .Service_details_nr .Service_details_nr_bottom .serving_procedure_nr ul li .number em {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.content .Service_details .Service_details_nr .Service_details_nr_bottom .serving_procedure_nr ul li p {
    text-align: center;
    font-size: 18px;
    color: #333;
    white-space: nowrap;
    position: absolute;
    left: 50%;
    bottom: -42px;
    transform: translate(-50%, 0);
}

.content .Service_details .Service_details_nr .Service_details_nr_bottom .serving_procedure_nr ul li:nth-child(2n) {
    width: 11.084%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 6px;
    box-sizing: border-box;
}

.content .Service_details .Service_details_nr .Service_details_nr_bottom .serving_procedure_nr ul li:nth-child(2n) img {
    width: 100%;
    display: block;
}

.content .Service_details .Service_details_nr .Service_details_nr_bottom .serving_procedure_nr ul li:nth-child(3) .number {
    color: #da271e;
}

.content .Service_details .Service_details_nr .Service_details_nr_bottom .serving_procedure_nr ul li:nth-child(7) .number {
    color: #da271e;
}

.content .Service_details .Service_details_nr .Service_details_nr_bottom .serving_procedure_nr ul li:nth-child(11) .number {
    color: #da271e;
}

.Business_bridge {
    position: fixed;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 99;
}

.Business_bridge>div {
    width: 76px;
    height: 76px;
    background: #1d50a2;
    border-radius: 10px;
    margin-bottom: 14px;
    cursor: pointer;
}

.Business_bridge>div .sq_nr {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.Business_bridge>div .sq_nr img {
    width: 28px;
    height: auto;
    display: block;
}

.Business_bridge>div .sq_nr p {
    font-size: 14px;
    color: #fff;
    margin-top: 6px;
    line-height: 18px;
}

.Business_bridge .WeChat_consulting {
    margin-bottom: 0;
    position: relative;
}

.Business_bridge .WeChat_consulting .WeChat_consulting_nr {
    position: absolute;
    right: -330%;
    top: 50%;
    transform: translate(0, -50%);
    width: 140px;
    height: 150px;
    padding: 10px 16px 0 16px;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.16);
    z-index: -1;
    opacity: 0;
    transition: all 0.4s;
    pointer-events: none;
}

.Business_bridge .WeChat_consulting .WeChat_consulting_nr::after {
    content: '';
    position: absolute;
    width: 16px;
    height: 23px;
    background: url(../images/bg9.png) no-repeat;
    background-size: 100% 100%;
    left: 100%;
    top: 50%;
    transform: translate(0, -50%);
    background-color: none;
}

.Business_bridge .WeChat_consulting .WeChat_consulting_nr img {
    width: 100%;
    display: block;
    border: 2px solid #0a418b;
    box-sizing: border-box;
}

.Business_bridge .WeChat_consulting .WeChat_consulting_nr p {
    margin-top: 4px;
    text-align: center;
    font-size: 14px;
    color: #333;
}

.Business_bridge>div:hover .WeChat_consulting_nr {
    opacity: 1;
    z-index: 99;
    right: calc(100% + 14px);
    transition: all 0.4s;
    pointer-events: initial;
}

.message_issued_bg {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/bg10.png) repeat;
    display: none;
    z-index: 9999;
}

.message_issued_bg .message_issued {
    width: 46.88%;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    padding: 34px 40px 40px;
}

.message_issued_bg .message_issued .message_issued_top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.message_issued_bg .message_issued .message_issued_top h4 {
    font-size: 20px;
    color: #333;
    font-weight: normal;
    padding-left: 17px;
    background: url(../images/zb1.jpg) no-repeat left center;
}

.message_issued_bg .message_issued .message_issued_top .close {
    width: 30px;
    height: 30px;
    background: url(../images/close.png) no-repeat center center;
    cursor: pointer;
}

.message_issued_bg .message_issued .message_issued_form {
    width: 100%;
    margin-top: 32px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.message_issued_bg .message_issued .message_issued_form input {
    width: 30.49%;
    height: 50px;
    line-height: 50px;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 0 10px 0 46px;
    box-sizing: border-box;
    font-size: 16px;
    color: #666;
}

.message_issued_bg .message_issued .message_issued_form input:focus {
    border: 1px solid #1d50a2;
}

.message_issued_bg .message_issued .message_issued_form .name {
    background: url(../images/lyfb1.png) no-repeat 18px center;
}

.message_issued_bg .message_issued .message_issued_form .number {
    background: url(../images/lyfb2.png) no-repeat 18px center;
}

.message_issued_bg .message_issued .message_issued_form .email_address {
    background: url(../images/lyfb3.png) no-repeat 18px center;
}

.message_issued_bg .message_issued .message_issued_form .leave_word {
    width: 100%;
    height: 229px;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 12px 16px;
    box-sizing: border-box;
    font-size: 16px;
    color: #666;
    margin-top: 30px;
    display: block;
    outline: none;
}

.message_issued_bg .message_issued .message_issued_form .button {
    display: flex;
    margin-top: 24px;
}

.message_issued_bg .message_issued .message_issued_form button {
    display: block;
    width: 120px;
    height: 44px;
    box-sizing: border-box;
    border-radius: 6px;
    outline: none;
    padding: 0;
    cursor: pointer;
}

.message_issued_bg .message_issued .message_issued_form .submit {
    background: #1d50a2;
    font-size: 16px;
    color: #fff;
    border: none;
    margin-right: 20px;
}

.message_issued_bg .message_issued .message_issued_form .cancel {
    border: 1px solid #1d50a2;
    font-size: 16px;
    color: #1d50a2;
    background: none;
}

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

.search_windows .search_windows_nr {
    width: 60%;
    border-bottom: 2px solid #004fa2;
    padding: 0 16px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

.search_windows .search_windows_nr input {
    line-height: 60px;
    background: none;
    font-size: 28px;
    color: #fff;
    display: block;
    width: 88%;
}

.search_windows .search_windows_nr button {
    width: 6%;
    border: none;
    background: url(../images/sousuo.png) no-repeat center center;
    cursor: pointer;
    outline: none;
}


/* 移动端样式 */


/* 移动端 */

.header .sjdh {
    width: 24px;
    height: 18px;
    cursor: pointer;
    position: relative;
    display: none;
    z-index: 999999;
}

.header .sjdh .line {
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    left: 0;
    transition: all .5s ease;
    margin: 0;
}

.header .sjdh .line1 {
    top: 0;
    -webkit-transform-origin: left top 0;
    -ms-transform-origin: left top 0;
    transform-origin: left top 0;
}

.header .sjdh .line2 {
    top: 8px;
}

.header .sjdh .line3 {
    top: calc(100% - 2px);
    -webkit-transform-origin: left bottom 0;
    -ms-transform-origin: left bottom 0;
    transform-origin: left bottom 0;
}

.header .sjdh.on .line {
    left: 4px;
}

.header .sjdh.on .line1 {
    transform: rotate(47deg);
    top: 0;
}

.header .sjdh.on .line2 {
    display: none;
}

.header .sjdh.on .line3 {
    transform: rotate(-47deg);
    top: calc(100% - 1px);
}

.sj-cd {
    position: absolute;
    width: 84%;
    top: 0;
    padding-top: 60px;
    background: #323232;
    z-index: 99999;
    right: -84%;
    height: 100%;
}

.sj-cd .sj-cd-nav .isj-cd-nav {
    width: 100%;
}

.sj-cd .sj-cd-nav .isj-cd-nav h5 {
    font-weight: normal;
    border-bottom: 1px solid #222;
}

.sj-cd .sj-cd-nav .isj-cd-nav h5 a {
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 46px;
    padding: 0 5%;
    position: relative;
}

.sj-cd .sj-cd-nav .isj-cd-nav h5 a::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 5%;
    background: url(../images/nav_jr.png) no-repeat center center;
    width: 8px;
    background-size: 100% auto;
    height: 100%;
}

.sj-cd .sj-cd-nav .isj-cd-nav.on h5 {
    background: #222;
    border-bottom: none
}

.sj-cd .sj-cd-nav .isj-cd-nav.on h5 a {
    color: #fff;
}

.sj-cd .sj-cd-nav .isj-cd-nav ul {
    width: 100%;
    display: none
}

.sj-cd .sj-cd-nav .isj-cd-nav ul li {
    height: 38px;
    line-height: 38px;
    border-bottom: 1px solid #222;
}

.sj-cd .sj-cd-nav .isj-cd-nav ul li a {
    display: block;
    width: 100%;
    padding: 0 7%;
    font-size: 12px;
    color: #fff;
}

.header .sj-cd .mobile_search {
    width: 80%;
    height: 60px;
    position: absolute;
    left: 5%;
    top: 0;
    display: flex;
    align-items: center;
}

.header .sj-cd .mobile_search input {
    width: 90%;
    height: 32px;
    background: #fff;
    padding: 0 10px;
    font-size: 14px;
    color: #666;
    line-height: 32px;
    box-sizing: border-box;
    display: block;
}

.header .sj-cd .mobile_search button {
    display: block;
    width: 10%;
    background: url(../images/sousuo.png) no-repeat center center #004fa2;
    height: 32px;
    border: none;
    background-size: 18px auto;
    cursor: pointer;
    outline: none;
}

.index_content .Company_services .Company_services_nr .gsfw {
    display: none;
}

.index_content .Professional_team .mobild_Professional_team_bottom {
    display: none;
    overflow: hidden;
    position: relative;
    padding-bottom: 40px;
}

.index_content .Professional_team .mobild_Professional_team_bottom ul li {
    width: 100%;
}

.index_content .Professional_team .mobild_Professional_team_bottom ul li .img {
    width: 50%;
    margin: 0 auto;
}

.index_content .Professional_team .mobild_Professional_team_bottom ul li .img img {
    width: 100%;
    display: block;
}

.index_content .Professional_team .mobild_Professional_team_bottom ul li .staff_profile {
    width: 100%;
    margin-top: 20px;
}

.index_content .Professional_team .mobild_Professional_team_bottom ul li .name {
    text-align: center;
    font-size: 18px;
    color: #1d50a2;
    font-weight: bold;
}

.index_content .Professional_team .mobild_Professional_team_bottom ul li .Experience_expertise {
    margin-top: 20px;
}

.index_content .Professional_team .mobild_Professional_team_bottom ul li .Experience_expertise h5 {
    font-size: 15px;
    color: #333;
    font-weight: normal;
}

.index_content .Professional_team .mobild_Professional_team_bottom ul li .Experience_expertise p {
    margin-top: 8px;
    font-size: 14px;
    color: #666;
}

.index_content .Professional_team .mobild_Professional_team_bottom ul li .professional_qualification {
    margin-top: 20px;
}

.index_content .Professional_team .mobild_Professional_team_bottom ul li .professional_qualification h5 {
    font-size: 15px;
    color: #333;
    font-weight: normal;
}

.index_content .Professional_team .mobild_Professional_team_bottom ul li .professional_qualification p {
    margin-top: 8px;
    font-size: 14px;
    color: #666;
}

.index_content .Professional_team .mobild_Professional_team_bottom .zytd {
    bottom: 0;
}

.index_content .Professional_team .mobild_Professional_team_bottom .zytd span.swiper-pagination-bullet-active {
    background: #1d50a2;
    opacity: 1;
}

.banner_mobile {
    width: 100%;
    overflow: hidden;
    display: none;
}

.banner_mobile img {
    width: 100%;
    display: block;
}

.content .Service_details .Service_details_nr .Service_details_nr_bottom .serving_procedure_nr .ifwlc {
    bottom: 0;
    display: none;
}

.content .Service_details .Service_details_nr .Service_details_nr_bottom .serving_procedure_nr .ifwlc span.swiper-pagination-bullet-active {
    background: #1d50a2;
    opacity: 1;
}

.carousel.mobile_carousel {
    width: 100%;
    display: none;
}

.carousel.mobile_carousel ul li {
    width: 100%;
}

.carousel.mobile_carousel ul li img {
    width: 100%;
    display: block;
}

.index_content .about_us .about_us_right.mobile_about_us_right {
    display: none;
    float: none;
    margin-bottom: 14px;
}