@charset "utf-8";
/* CSS Document */

img {
    max-width: 100%;
}
.top-box {
    padding: 15px 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 20000;
    background-color: #ffffff;
}
.top {
    /*width:1400px;*/
    width: 90%;
    margin: 0 auto;
}

@media only screen and (max-width: 1400px) {
.top {
    width: 90%;
}
}
.logo {
    margin: -5px 20px 0 0;
}
.logo-box .title {
    padding-left: 20px;
    padding-top: 15px;
    border-left: 1px solid #E8E8E8;
}

@media only screen and (max-width: 992px) {
.logo-box .title {
    border-left: 0;
    padding-left: 0;
    line-height: 54px;
}
.logo-box .title p {
    display: none;
}
.t_fzjg .t_fzjg_nr ul li {
    min-width: 100%;
}
}

@media only screen and (max-width: 640px) {
.logo {
    width: 1.35rem;
    height: 0.59rem;
    margin-right: 0;
}
.logo img {
    width: 100%;
}
}

@media only screen and (max-width: 480px) {
.logo-box .title {
    float: none;
    line-height: normal;
}
.logo {
    float: none;
}
.logo img {
    width: 50%;
}
}
.logo-box .title span {
    color: #092892;
    font-size: 35px;
    font-weight: bold;
    font-family: "webfont";
}
.logo-box .title p {
    font-size: 15px;
    color: #818184;
    margin-top: 6px;
}
.tel-box {
    margin-top: 10px;
}
.tel-box dd {
    font-size: 15px;
    color: #818184;
    margin-left: 13px;
    margin-top: -5px;
}
.tel-box dd span {
    display: inline-block;
    vertical-align: bottom;
    color: #092892;
    font-size: 25px;
    font-weight: bold;
}
.tel-box dd i {
    font-style: normal;
    display: block;
}

@media only screen and (max-width: 640px) {
.tel-box dl {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
}
.tel-box dt {
    width: 0.54rem;
    height: 0.54rem;
}
.tel-box dt img {
    width: 100%;
}
.tel-box dd {
    padding-top: 0;
    width: 1.26rem;
    height: 0.19rem;
    margin-left: 0;
    float: none;
    font-size: 0;
}
.tel-box dd span {
    width: 100%;
}
.tel-box dd span img {
    width: 100%;
}
.tel-box dd i {
    display: none;
}
}

@media only screen and (max-width: 480px) {
.tel-box dl {
    margin-top: 0.2rem;
}
}
/*导航栏*/
.place-bar {
    height: 140px;
}

@media only screen and (max-width: 768px) {
.place-bar {
    height: 130px;
}
}
.nav-box {
    background-color: #004198;
    position: fixed;
    top: 120px;
    width: 100%;
    z-index: 20000;
}
.nav-container {
    /*width:1400px;*/
    width: 90%;
    margin: 0 auto;
}

@media only screen and (max-width: 1400px) {
.nav-container {
    width: 90%;
}
}
.nav li {
    float: left;
    border-left: 1px solid rgba(255,255,255,.1);
    padding: 0 50px;
    height: 56px;
    line-height: 56px;
}
.nav li:hover {
    background-color: #173E87;
}
.nav li.cur {
    background-color: #173E87;
}

@media only screen and (max-width: 1700px) {
.nav li {
    padding: 0 20px;
}
}
.nav li:last-of-type {
    border-right: 1px solid rgba(255,255,255,.2);
}
.nav li a {
    font-size: 16px;
    color: #ffffff;
}
.nav-container .ctlr-btn {
    display: none;
}
.nav-container .drop-down-box {
    display: none;
}
.open-bg {
    background: url("../images/open.png") no-repeat center;
    background-size: cover;
}
.close-bg {
    background: url("../images/close.png") no-repeat center;
    background-size: cover;
}

@media only screen and (max-width: 992px) {
.nav {
    display: none;
}
.nav li {
    padding: 0 15px;
}
.nav-box {
/*position: relative;*/
}
.nav-container .ctlr-btn {
    display: inline-block;
    width: 0.3rem;
    height: 0.2rem;
    margin-top: 20px;
    cursor: pointer;
}
.nav-container .drop-down-box {
    position: absolute;
    left: 0;
    right: 0;
    top: 46px;
    background-color: #1B56A1;
    padding: 15px 5%;
    z-index: 10000;
}
.nav-container .drop-down-box li {
    padding: 6px 0;
    border-bottom: 1px dashed #ffffff;
}
.nav-container .drop-down-box a {
    color: #ffffff;
}
}

@media only screen and (max-width: 640px) {
.nav-container .ctlr-btn {
    margin-top: 15px;
}
}
.search-box {
    padding-top: 10px;
    height: 56px;
}
.search-box .search {
    width: 200px;
    height: 36px;
    background-color: #4C7BB9;
    border-radius: 3px;
    position: relative;
    margin-right: 18px;
    display: none;
}

@media only screen and (max-width: 1500px) {
.search-box .search {
    display: none;
}
}
.search-box .search form {
    height: 100%;
}
.search-box .search input {
    border: 0;
    outline: 0;
    color: #ffffff;
    font-size: 15px;
    background-color: transparent;
    padding-left: 12px;
    padding-right: 35px;
    width: 100%;
    height: 100%;
    float: left;
}
.search-box .search input::-webkit-input-placeholder { /* WebKit browsers */
 color: #ffffff;
}
.search-box .search input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
 color: #ffffff;
}
.search-box .search input::-moz-placeholder { /* Mozilla Firefox 19+ */
 color: #ffffff;
}
.search-box .search input:-ms-input-placeholder { /* Internet Explorer 10+ */
 color: #ffffff;
}
.search-box .search i {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%); /* IE 9 */
    -moz-transform: translateY(-50%);    /* Firefox */
    -webkit-transform: translateY(-50%); /* Safari 和 Chrome */
    -o-transform: translateY(-50%);
    width: 22px;
    height: 22px;
    background: url("../images/search-icon.png") no-repeat center;
    background-size: cover;
}
.language-choose {
    padding-left: 18px;
    /*border-left: 1px solid rgba(255,255,255,.2);*/
    margin-top: 6px;
    cursor: pointer;
    position: relative;
}

@media only screen and (max-width: 1400px) {
.language-choose {
    border: 0;
}
}
.language-choose span {
    color: #ffffff;
    font-size: 15px;
}
.language-choose i {
    display: inline-block;
    vertical-align: middle;
    width: 23px;
    height: 23px;
    background: url("../images/top-icon03.png") no-repeat center;
    background-size: cover;
    margin-left: 20px;
}
.language-choose .pop-down {
    position: absolute;
    left: 0;
    top: 24px;
    right: 0;
    background-color: #1B56A1;
    padding: 10px 0;
    z-index: 100;
    display: none;
}
.language-choose .pop-down li a {
    display: block;
    padding: 5px 5px 5px 20px;
    font-size: 14px;
    color: #ffffff;
}

@media only screen and (max-width: 640px) {
.search-box {
    padding-top: 5px;
    height: 46px;
}
}
/*页面底部*/
.footer-box {
    background-color: #004198;
    background-size: cover;
}
.footer {
    /*width:1400px;*/
    width: 73%;
    margin: 0 auto;
    padding: 20px 0 10px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: flex-start;
    -webkit-align-items: flex-start;
}

@media only screen and (max-width: 1400px) {
.footer {
    width: 90%;
}
}
.footer .footer-logo {
    padding-right: 20px;
    padding-bottom: 25px;
    padding-top: 36px;
    border-right: 1px solid rgba(255,255,255,.1);
    text-align: center;
}

@media only screen and (max-width: 1200px) {
.footer .footer-logo {
    display: none;
}
}
.footer .footer-logo dd {
    font-size: 15px;
    margin-top: 30px;
    color: #ffffff;
}
.footer .footer-logo span {
    font-family: "Impact";
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
}
.footer .contact-address {
    padding-left: 40px;
    padding-top: 20px;
    color: #ffffff;
}

@media only screen and (max-width: 1200px) {
.footer .contact-address {
    padding-left: 0;
}
}
.footer .contact-address span {
    font-size: 24px;
}

@media only screen and (max-width: 640px) {
.footer .contact-address span {
    font-size: 16px;
}
}
.bar {
    display: block;
    width: 40px;
    height: 3px;
    background-color: #ffffff;
    margin: 10px 0 20px;
}
.footer .contact-address p {
    font-size: 16px;
    margin-bottom: 6px;
}
.footer .footer-img {
    margin-left: 36px;
    text-align: center;
    margin-bottom: 22px;
}
.footer .mar0 {
    margin-left: 0;
}
.footer .footer-img span {
    font-size: 16px;
    color: #fff;
    display: inline-block;
    margin-bottom: 10px;
}
.footer .icon-box {
    text-align: right;
}
.footer .icon-box a {
    display: inline-block;
    margin-left: 16px;
}

@media only screen and (max-width: 800px) {
.footer {
    padding: 30px 0;
    position: relative;
}
.footer .contact-address {
    padding-top: 0;
}
.footer .footer-img {
    display: none;
}
.footer .rt-part {
    position: absolute;
    top: 30px;
    right: 0;
}
}

@media only screen and (max-width: 640px) {
.footer {
    padding: 0.3rem 0;
}
}
/*友情链接*/
.friendship-link {
    background-color: rgba(29,38,62,0.5);
    line-height: 46px;
}
.friendship-link .link {
    /*width:1400px;*/
    margin: 0 auto;
    width: 73%;
}

@media only screen and (max-width: 1400px) {
.friendship-link .link {
    width: 90%;
}
}

@media only screen and (max-width: 640px) {
.friendship-link {
    /*line-height: 24px;*/
    display: none;
}
}
.friendship-link .link li {
    float: left;
}
.friendship-link .link li+li>a {
    padding: 0 15px;
    border-right: 1px solid rgba(255,255,255,.2);
}
.friendship-link .link li:last-of-type>a {
    border-right: 0;
}
.friendship-link .link .fr a {
    margin-left: 15px;
}

@media only screen and (max-width: 1200px) {
.friendship-link .clause {
    float: none;
}
.friendship-link .link ul {
    float: none;
}
.friendship-link .link .fr a {
    margin-left: 0;
    margin-right: 15px;
}
}

@media only screen and (max-width: 640px) {
.friendship-link .clause {
    margin-top: 10px;
}
}
/*首页样式*/
.index-banner {
    margin-top: 35px;
}
.logo img {
    width: 120px;
}
.index-banner .banner-content {
    position: relative;
}
.index-banner .banner-content .text-box {
    position: absolute;
    top: 28%;
    left: 13.5%;
    width: 36%;
}
.index-banner .banner-content .text-box>img {
    width: 100%;
}
.index-banner .banner-content .text-box p {
    padding-left: 10px;
    border-left: 2px solid rgba(255,255,255,0.5);
    width: 22px;
}
.index-banner .banner-content .text-box p img {
    width: 100%;
}
.index-banner .banner-content .text-box .text {
    color: #4C5A67;
    margin: 30px 0 25px;
    line-height: 24px;
}

@media only screen and (max-width: 800px) {
.index-banner .banner-content .text-box .text {
    font-size: 14px;
    line-height: 20px;
    margin: 15px 0 10px;
}
.index-banner .banner-content .text-box p img {
    width: 70%;
}
}

@media only screen and (max-width: 640px) {
.index-banner .banner-content .text-box {
    width: 45%;
}
.index-banner .banner-content .text-box .text {
    font-size: 0.16rem;
    line-height: 0.3rem;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 0.1rem 0;
}
.index-banner .banner-content .text-box p img {
    width: 50%;
}
.index-banner .banner-content .text-box {
    top: 25%;
}
}

@media only screen and (max-width: 400px) {
.index-banner .banner-content .text-box {
    top: 20%;
}
.index-banner .banner-content .text-box p img {
    width: 35%;
}
}
.index-banner .swiper-button-prev {
    background-image: url("../images/arrow-left.png");
    background-size: cover;
    width: 72px;
    height: 50px;
    left: 5%;
    top: 19%;
}

@media only screen and (max-width: 1400px) {
.index-banner .swiper-button-prev {
    left: 5%;
}
.index-banner .banner-content .text-box {
    left: 5%;
}
}
.index-banner .swiper-button-next {
    background-image: url("../images/arrow-right.png");
    background-size: cover;
    width: 72px;
    height: 50px;
    left: 9%;
    top: 19%;
}

@media only screen and (max-width: 1400px) {
.index-banner .swiper-button-next {
    left: 11%;
}
}

@media only screen and (max-width: 1200px) {
.index-banner .swiper-button-next {
    left: 12%;
}
}

@media only screen and (max-width: 992px) {
.index-banner .swiper-button-next {
    left: 13%;
}
}

@media only screen and (max-width: 800px) {
.index-banner .swiper-button-next {
    left: 13%;
    width: 0.5rem;
    height: 0.36rem;
}
.index-banner .swiper-button-prev {
    width: 0.5rem;
    height: 0.36rem;
}
}
.index-banner .swiper-wrapper .banner-content>img {
    width: 100%;
}
.index-banner .swiper-container-horizontal .swiper-pagination-bullets {
    bottom: 60%;
    left: auto;
    right: 1.6%;
    width: auto;
}

@media only screen and (max-width: 800px) {
.index-banner .swiper-container-horizontal .swiper-pagination-bullets {
    bottom: 40%;
}
}

@media only screen and (max-width: 640px) {
.index-banner .swiper-container-horizontal .swiper-pagination-bullets {
    bottom: 20%;
}
}
.index-banner .swiper-pagination-bullet {
    display: block;
    width: 13px;
    height: 13px;
    background-color: transparent;
    border: 3px solid #ffffff;
    opacity: 1;
}
.index-banner .swiper-pagination-bullet-active {
    border-color: #123576;
}
.index-banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 12px 0;
}
/*亚东盛 · 进出口服务*/
.yds-import-service-box {
    background-color: #F5F6FA;
}
.yds-import-service {
    background-color: #F5F6FA;
    /*width:1400px;*/
    width: 73%;
    margin: -96px auto 0;
    position: relative;
    z-index: 100;
    padding: 42px 110px 70px;
}

@media only screen and (max-width: 1400px) {
.yds-import-service {
    width: 90%;
    margin-top: 0;
}
}

@media only screen and (max-width: 1080px) {
.yds-import-service {
    padding: 5% 3% 5%;
}
}

@media only screen and (max-width: 992px) {
}

@media only screen and (max-width: 800px) {
.yds-import-service {
    margin: 0;
    width: 100%;
    padding: 30px 60px 30px;
}
}
.yds-import-service .title {
    text-align: center;
}
.yds-import-service .title>span {
    /*font-family: Impact;*/
    font-size: 75px;
    color: #E4E7F1;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: -4px;
}
.yds-import-service .title b {
    display: block;
    font-size: 32px;
    color: #363636;
    margin-bottom: 35px;
}
.yds-import-service .title b span {
    color: #123576;
}
.yds-import-service .title .bg-box {
    display: inline-block;
    width: 400px;
    height: 58px;
    background: url("../images/index-img01.png") no-repeat center;
    background-size: cover;
    color: #ffffff;
}
.yds-import-service .title .bg-box span {
    display: inline-block;
    margin-top: 10px;
}
.yds-import-service .title p {
    line-height: 28px;
    margin-top: 15px;
}

@media only screen and (max-width: 640px) {
.yds-import-service {
    width: 6.4rem;
    padding: 30px 0.2rem;
}
.yds-import-service .title>span {
    font-size: 0.6rem;
}
.yds-import-service .title b {
    font-size: 0.32rem;
    margin-bottom: 0.15rem;
}
.yds-import-service .title .bg-box {
    width: 4rem;
    height: 0.58rem;
    background: none;
}
.yds-import-service .title .bg-box span {
    font-size: 0.28rem;
    color: #333;
}
.yds-import-service .title p {
    margin-top: 0.15rem;
}
}
/*四图标*/
.yds-import-service .four-icon-box {
    background: url("../images/index-img02.jpg") no-repeat center;
    padding-top: 26%;
    margin-top: 35px;
    position: relative;
}
.yds-import-service .four-icon-box>img {
    width: 100%;
}

@media only screen and (max-width: 1400px) {
.yds-import-service .four-icon-box {
    background-image: none;
}
}

@media only screen and (max-width: 1200px) {
.yds-import-service .four-icon-box {
    padding-top: 30%;
}
}
.yds-import-service .four-icon-box ul {
    position: absolute;
    top: 18%;
    left: 0;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: flex-start;
    -webkit-align-items: flex-start;
}
.yds-import-service .four-icon-box li {
    position: relative;
}
.yds-import-service .four-icon-box li .bg-white {
    position: relative;
    width: 188px;
    height: 188px;
    background-color: rgba(255,255,255,.5);
    border-radius: 50%;
    box-shadow: 0 0 20px #E7EAF0;
}

@media only screen and (max-width: 1400px) {
.yds-import-service .four-icon-box ul {
    top: 0;
}
}

@media only screen and (max-width: 800px) {
.yds-import-service .four-icon-box li {
    width: 150px;
}
.yds-import-service .four-icon-box li .bg-white {
    width: 150px;
    height: 150px;
}
}

@media only screen and (max-width: 640px) {
.yds-import-service .four-icon-box {
    padding-top: 0;
}
.yds-import-service .four-icon-box ul {
    position: relative;
}
}
.yds-import-service .four-icon-box li .bg-blue {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); /* IE 9 */
    -moz-transform: translate(-50%, -50%);    /* Firefox */
    -webkit-transform: translate(-50%, -50%); /* Safari 和 Chrome */
    -o-transform: translate(-50%, -50%);
    width: 162px;
    height: 162px;
    border-radius: 50%;
    background-color: #123576;
}

@media only screen and (max-width: 800px) {
.yds-import-service .four-icon-box li .bg-blue {
    width: 120px;
    height: 120px;
}
}
.yds-import-service .four-icon-box li .bg-blue span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); /* IE 9 */
    -moz-transform: translate(-50%, -50%);    /* Firefox */
    -webkit-transform: translate(-50%, -50%); /* Safari 和 Chrome */
    -o-transform: translate(-50%, -50%);
}
.yds-import-service .four-icon-box .bg-white:hover .bg-blue {
    background-color: #E10000;
}
.yds-import-service .four-icon-box li .txt {
    font-size: 16px;
    color: #102D75;
    margin-top: 40px;
    white-space: nowrap;
    text-align: center;
}
.yds-import-service .four-icon-box li .txt span {
    font-family: 'Impact';
    font-size: 30px;
}

@media only screen and (max-width: 1400px) {
.yds-import-service .four-icon-box li .txt {
    margin-top: 10px;
}
}

@media only screen and (max-width: 1200px) {
/*.yds-import-service .four-icon-box li .txt{*/
        /*margin-top: 30px;*/
    /*}*/
}

@media only screen and (max-width: 800px) {
.yds-import-service .four-icon-box li .txt {
    margin-top: 10px;
    white-space: normal;
}
.yds-import-service .four-icon-box li .txt span {
    font-size: 28px;
}
}

@media only screen and (max-width: 640px) {
.yds-import-service .four-icon-box ul {
    flex-wrap: wrap;
}
.yds-import-service .four-icon-box ul li {
    width: 50%;
    text-align: center;
    margin-bottom: 0.6rem;
}
.yds-import-service .four-icon-box li .bg-white {
    margin: 0 auto;
    width: 1.5rem;
    height: 1.5rem;
}
.yds-import-service .title p {
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.yds-import-service .four-icon-box li .txt span {
    font-size: 0.28rem;
}
.yds-import-service {
    padding-bottom: 0;
}
.yds-import-service .four-icon-box li .bg-blue {
    width: 1.2rem;
    height: 1.2rem;
}
.yds-import-service .four-icon-box li .bg-blue img {
    width: 100%;
}
.yds-import-service .four-icon-box li .bg-blue .icon01 {
    width: 0.66rem;
    height: 0.67rem;
}
.yds-import-service .four-icon-box li .bg-blue .icon02 {
    width: 0.66rem;
    height: 0.69rem;
}
.yds-import-service .four-icon-box li .bg-blue .icon03 {
    width: 0.7rem;
    height: 0.7rem;
}
.yds-import-service .four-icon-box li .bg-blue .icon04 {
    width: 0.7rem;
    height: 0.7rem;
}
}
/*服务体系*/
.service-system {
    padding: 50px 0 70px;
    background: url("../images/index-img25.jpg") no-repeat center;
    background-size: cover;
}
.service-system .title {
    text-align: center;
}
.service-system .title span {
    font-family: Impact;
    font-size: 75px;
    text-transform: uppercase;
    color: rgba(42,71,119,.7);
}
.service-system .title b {
    color: #ffffff;
    font-size: 32px;
    display: block;
    margin-top: -10px;
}
.service-system .title p {
    color: rgba(255,255,255,.8);
    margin-top: 10px;
}

@media only screen and (max-width: 640px) {
.service-system .title p {
    padding: 0 0.2rem;
}
}
.service-system .steps-box {
    text-align: center;
    color: #ffffff;
}

@media only screen and (max-width: 992px) {
.service-system .steps-box {
    width: 100%;
}
}
.service-system ul li {
    float: left;
}
.service-system ul .step01 {
    margin-top: 10%;
    margin-left: 20%;/*margin-top: 0.8rem;*/
}
.service-system ul .step02 {
    /*margin-top: 0.6rem;*/
    /*margin-left: 3rem;*/
    margin-top: 3%;
    margin-left: 25%;
}
.service-system ul .step03 {
    /*margin-top: 1.76rem;*/
    /*margin-left: -4rem;*/
    margin-top: 16%;
    margin-left: -24%;
}
.service-system ul .step04 {
    /*margin-top: -1.52rem;*/
    /*margin-left: 2.35rem;*/

    margin-top: 10%;
    margin-left: 10%;
    position: relative;
    z-index: 10;
}
.service-system ul .step05 {
    /*margin-left: -0.36rem;*/
    /*margin-top: -0.8rem;*/
    margin-left: -1.5%;
    margin-top: 15%;
}

@media only screen and (max-width: 1600px) {
.service-system ul .step01 {
    margin-left: 12%;
}
.yds-import-service .four-icon-box {
    padding-bottom: 40px;
}
.yds-import-service .title>span {
    font-size: 55px;
}
.yds-import-service .four-icon-box li .txt {
    margin-top: 20px;
}
}

@media only screen and (max-width: 1400px) {
.service-system ul .step01 {
    margin-left: 12%;
}
}

@media only screen and (max-width: 1200px) {
.service-system ul .step01 {
    margin-left: 8%;
}
.service-system ul .step03 {
    margin-left: -32%;
}
}

@media only screen and (max-width: 1080px) {
.service-system ul .step04 {
    margin-left: -1.5%;
    margin-top: 15%;
}
.service-system ul .step05 {
    margin-left: 81%;
    margin-top: -34%;
}
}

@media only screen and (max-width: 992px) {
.service-system ul .step02 {
    margin-top: 4%;
    margin-left: 28%;
}
.service-system ul .step03 {
    margin-top: 20%;
    margin-left: -40%;
}
.service-system ul .step04 {
    margin-top: 15%;
    margin-left: 6%;
}
.service-system ul .step05 {
    margin-left: 56%;
    margin-top: -15%;
}
}

@media only screen and (max-width: 800px) {
.service-system ul .step01 {
    margin-top: 12%;
    margin-left: 4%;
}
.service-system ul .step02 {
    margin-top: 4%;
    margin-left: 30%;
}
.service-system ul .step03 {
    margin-top: 23%;
    margin-left: -47%;
}
.service-system ul .step04 {
    margin-top: -2%;
    margin-left: 21%;
}
.service-system ul .step05 {
    margin-left: 45%;
    margin-top: -15%;
}
}

@media only screen and (max-width: 640px) {
.service-system ul .step01 {
    margin-top: 12%;
    margin-left: 4%;
}
.service-system ul .step02 {
    margin-top: 5%;
    margin-left: 48%;
}
.service-system ul .step03 {
    margin-top: 23%;
    margin-left: -59%;
}
.service-system ul .step04 {
    margin-top: -2%;
    margin-left: 5%;
}
.service-system ul .step05 {
    margin-left: 72%;
    margin-top: -44%;
}
.service-system .title span {
    font-size: 0.6rem;
}
.service-system .title b {
    font-size: 0.32rem;
}
.service-system {
    padding: 0.5rem 0 0.7rem;
}
}

@media only screen and (max-width: 400px) {
.service-system ul .step02 {
    margin-top: -38%;
    margin-left: 48%;
}
.service-system ul .step03 {
    margin-top: 8%;
    margin-left: 20%;
}
.service-system ul .step04 {
    margin-top: 6%;
    margin-left: 5%;
}
.service-system ul .step05 {
    margin-left: 5%;
    margin-top: -30%;
}
}
.service-system ul li p {
    margin-bottom: 10px;
}
.service-system .steps-box p img {
    width: 100%;
}
.service-system ul .step01 p {
    width: 124px;
    height: 157px;
}
.service-system ul .step02 p {
    width: 147px;
    height: 186px;
}
.service-system ul .step03 p {
    width: 187px;
    height: 238px;
}
.service-system ul .step04 p {
    width: 240px;
    height: 304px;
}
.service-system ul .step05 p {
    width: 108px;
    height: 137px;
}

@media only screen and (max-width: 800px) {
.service-system ul .step01 p {
    width: 0.8rem;
    height: 0.9rem;
}
.service-system ul .step02 p {
    width: 1rem;
    height: 1.46rem;
}
.service-system ul .step03 p {
    width: 1.46rem;
    height: 1.9rem;
}
.service-system ul .step04 p {
    width: 2rem;
    height: 2.6rem;
}
.service-system ul .step05 p {
    width: 0.6rem;
    height: 0.9rem;
}
}
/*服务体系手机端*/
.phone-service-system {
    display: none;
}

@media only screen and (max-width: 640px) {
.service-system .steps-box {
    display: none;
}
.phone-service-system {
    display: block;
    position: relative;
    width: 94%;
    margin: 0 auto;
}
.phone-steps {
    position: relative;
    margin-top: 40px;
    margin-bottom: 100px;
}
.phone-steps>img {
    width: 100%;
}
.phone-steps .step {
    position: absolute;
    text-align: center;
}
.phone-steps .step .img-box {
    width: 2.4rem;
    height: 2.4rem;
}
.phone-steps .step .img-box01 {
    width: 1.6rem;
    height: 1.6rem;
}
.phone-steps .step .img-box>img {
    width: 100%;
}
.phone-steps .step b {
    display: inline-block;
    margin: 0.1rem 0;
    font-size: 20px;
    color: #385DA1;
}
.phone-steps .step .txt {
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
}
.phone-steps .step01 {
    top: -20px;
    left: 0;
}
.phone-steps .step02 {
    top: -20px;
    right: 0;
}
.phone-steps .step03 {
    bottom: -60px;
    right: 0;
}
.phone-steps .step04 {
    bottom: -60px;
    left: 0;
}
.phone-steps .step05 {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); /* IE 9 */
    -moz-transform: translate(-50%, -50%);    /* Firefox */
    -webkit-transform: translate(-50%, -50%); /* Safari 和 Chrome */
    -o-transform: translate(-50%, -50%);
}
}
/*服务案例*/
.service-case {
    /*width:1400px;*/
    width: 73%;
    margin: 0 auto;
    padding: 90px 0;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

@media only screen and (max-width: 1400px) {
.service-case {
    width: 90%;
}
}

@media only screen and (max-width: 1280px) {
.service-case {
    width: 70%;
}
}
.service-case .text-box {
    width: 45%;
    padding-top: 3%;
}
.service-case .text-box>img {
    width: 75%;
}

@media only screen and (max-width: 992px) {
.service-case .text-box>img {
    width: 56%;
}
}
.service-case .text-box span {
    font-size: 545%;
    font-family: Impact;
    color: #ECEFF6;
    text-transform: uppercase;
}
.service-case .text-box b {
    font-size: 30px;
    color: #363636;
    display: block;
    margin-top: 3%;
    margin-bottom: 3%;
}

@media only screen and (max-width: 640px) {
.service-case .text-box b {
    font-size: 0.32rem;
    margin-top: 0;
}
}
.service-case .text-box p {
    line-height: 26px;
    margin-top: 10px;
    margin-bottom: 5%;
    padding-right: 20px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.service-case .text-box .tab-box {
    width: 100%;
}
.service-case .text-box .tab-box li {
    float: left;
    width: 45%;
    padding: 2% 10px;
    text-align: center;
    background-color: #F3F3F3;
    margin: 0 5% 5% 0;
}
.service-case .text-box .tab-box li a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.service-case .text-box .tab-box li:hover {
    background-color: #133A75;
}
.service-case .text-box .tab-box li:hover a {
    color: #ffffff;
}
.service-case .text-box .tab-box li.cur {
    background-color: #133A75;
}
.service-case .text-box .tab-box li.cur a {
    color: #fff;
}

@media only screen and (max-width: 992px) {
.service-case .text-box .tab-box {
    width: 100%;
}
.service-case .text-box .tab-box li {
    padding: 2%;
    width: 25%;
    margin: 4.15% 4.15% 0;
}
.service-case .text-box p {
    margin-bottom: 0;
}
}

@media only screen and (max-width: 640px) {
.service-case .text-box .tab-box {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    margin-top: 0.3rem;
}
.service-case .text-box .tab-box:before,  .service-case .text-box .tab-box:after {
    content: none;
}
.service-case .text-box .tab-box li {
    width: 32%;
    margin: 0 0 0.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
}
.service-case .text-box .learn-more {
    width: 100%;
    background-color: #EBEDF3;
    text-align: center;
    padding: 5% 0;
    margin-top: 3%;
}

@media only screen and (max-width: 992px) {
.service-case .text-box .learn-more {
    width: 50%;
    margin: 4.15% auto;
    padding: 2%;
}
}
.service-case .text-box .learn-more a {
    text-transform: uppercase;
    font-size: 26px;
    color: #CCCCCC;
}
.service-case .text-box .learn-more a i {
    display: inline-block;
    vertical-align: middle;
    width: 37px;
    height: 9px;
    background: url("../images/index-img14.png") no-repeat center;
    background-size: cover;
}

@media only screen and (max-width: 640px) {
.service-case .text-box .learn-more a {
    font-size: 0.26rem;
}
.service-case .text-box .learn-more a i {
    width: 0.37rem;
    height: 0.09rem;
}
}
.service-case .index-switchover-content {
    width: 55%;
}
.service-case .img-box {
    /*width:55%;*/
    text-align: right;
    position: relative;
    display: none;
}
.service-case .img-box>img {
    width: 93%;/*height:94%;*/
}

@media only screen and (max-width: 1400px) {
.service-case .img-box>img {
    height: 94%;
}
}
.service-case .img-box .text {
    position: absolute;
    left: 0;
    bottom: -5%;
    text-align: left;
    width: 95%;
}
.service-case .img-box .text a {
    display: block;
}
.service-case .img-box .text a>img {
    width: 100%;
}

@media only screen and (max-width: 992px) {
.service-case {
    display: block;
    padding: 5% 0;
}
.service-case .text-box {
    float: none;
    width: 100%;
    text-align: center;
    padding: 0;
}
.service-case .index-switchover-content {
    float: none;
    width: 100%;
}
}
.service-case .img-box .mask-text {
    position: absolute;
    color: #ffffff;
    bottom: 5%;
    left: 5%;
    padding-right: 5%;
    text-align: left;
}
.service-case .img-box .text span {
    font-size: 20px;
    text-transform: uppercase;
    opacity: 0.9;
}
.service-case .img-box .text b {
    font-size: 24px;
    display: block;
}
.service-case .img-box .text p {
    font-size: 15px;
    line-height: 24px;
    opacity: 0.9;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.service-case .img-box .text .bar {
    margin: 25px 0 10px;
}

@media only screen and (max-width: 640px) {
.service-case .img-box .text b {
    font-size: 18px;
}
.service-case .img-box .text .bar {
    margin: 10px 0;
}
}
/*最新动态*/
.recent-news-box {
    background-size: cover;
}
.recent-news {
    /*width:1400px;*/
    width: 90%;
    margin: 0 auto;
    padding: 50px 0 60px;
}

@media only screen and (max-width: 1400px) {
.recent-news {
    width: 90%;
}
}
.recent-news .title {
    text-align: center;
}
.recent-news .title span {
    font-family: Impact;
    font-size: 75px;
    color: #DDE1EC;
    text-transform: uppercase;
}
.recent-news .title b {
    display: block;
    font-size: 30px;
    color: #363636;
    margin-bottom: 40px;
}

@media only screen and (max-width: 640px) {
.recent-news .title span {
    font-size: 0.6rem;
}
.recent-news .title b {
    font-size: 0.3rem;
    margin-bottom: 0.4rem;
}
}
.recent-news .news-list-box {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: flex-start;
    -webkit-align-items: flex-start;
}
.recent-news .news-list-box li {
    float: left;
    width: 24%;
    margin-bottom: 15px;
    margin-right: 1.3333%;
}
.recent-news .news-list-box li:last-of-type {
    margin-right: 0;
}

@media only screen and (max-width: 992px) {
.recent-news .news-list-box {
    flex-wrap: wrap;
}
.recent-news .news-list-box li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 20px;
}
}

@media only screen and (max-width: 640px) {
.recent-news .news-list-box li {
    width: 100%;
    margin-right: 0;
}
 .recent-news .news-list-box li:not(:nth-of-type(1)) {
 display: none;
}
}
.recent-news .news-list-box li img {
    width: 100%;
}
.recent-news .news-list-box li dd {
    padding: 17px 15px;
    background-color: #f2f2f2;
    position: relative;
}
.recent-news .news-list-box li dd .date {
    font-size: 14px;
    color: #999;
}
.recent-news .news-list-box li dd .subhead {
    color: #363636;
    display: block;
    margin: 5px 0 10px;
    height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;/*white-space: nowrap;*/
}
.recent-news .news-list-box li dd p {
    font-size: 15px;
    color: #777777;
    line-height: 22px;
    height: 22px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    display: -moz-box;
    display: -o-box;
    display: -ms-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;
    -o-line-clamp: 2;
    -o-box-orient: vertical;
    -ms-line-clamp: 2;
    -ms-box-orient: vertical;
}
.recent-news .news-list-box li dd .up {
    position: absolute;
    top: -12px;
    left: 50px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #ffffff;
}
.recent-news .news-list-box li dd .down {
    position: absolute;
    bottom: -12px;
    left: 50px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #ffffff;
}
.recent-news .news-list-box li:hover dd {
    background-color: #E10000;
    color: #ffffff;
}
.recent-news .news-list-box li:hover .up {
    border-bottom-color: #E10000;
}
.recent-news .news-list-box li:hover .down {
    border-top-color: #E10000;
}
.recent-news .news-list-box li:hover dd span, .recent-news .news-list-box li:hover dd p {
    color: #ffffff;
}
.recent-news .learn-more {
    display: block;
    width: 180px;
    height: 48px;
    text-transform: uppercase;
    text-align: center;
    line-height: 48px;
    background-color: #ffffff;
    border: 1px solid #E1E0E0;
    color: #999999;
    margin: 25px auto 0;
}

@media only screen and (max-width: 640px) {
.learn-more-box {
    position: relative;
    height: 0.48rem;
    margin-top: 0.2rem;
}
.recent-news .learn-more {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);     /* IE 9 */
    -moz-transform: translateX(-50%);    /* Firefox */
    -webkit-transform: translateX(-50%); /* Safari 和 Chrome */
    -o-transform: translateX(-50%);
    height: 0.6rem;
    line-height: 0.6rem;
    margin: 0;
    padding: 0 0.2rem;
}
.recent-news {
    padding: 0.6rem 0;
}
}
.recent-news .learn-more i {
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 6px;
    background: url("../images/index-img22.png") no-repeat center;
    background-size: cover;
}
/*合作伙伴*/
.partners-box {
}
.partners {
    /*width:1400px;*/
    width: 73%;
    margin: 0 auto;
    padding: 60px 0 50px;
}

@media only screen and (max-width: 1400px) {
.partners {
    width: 90%;
}
}
.partners .title {
    text-align: center;
}
.partners .title span {
    font-family: Impact;
    font-size: 75px;
    color: #DDE1EC;
    text-transform: uppercase;
}
.partners .title b {
    display: block;
    font-size: 30px;
    color: #363636;
    margin-bottom: 15px;
}
.partners .partner-list-box {
    margin-top: 50px;
}
.partners .partner-list-box li {
    float: left;
    width: 15.5%;
    height: 77px;
    border: 1px solid #EAEAEA;
    position: relative;
    margin-bottom: 18px;
    margin-right: 1.3%;
}
.partners .partner-list-box li:nth-of-type(6), .partners .partner-list-box li:nth-of-type(12), .partners .partner-list-box li:nth-of-type(18), .partners .partner-list-box li:nth-of-type(24), .partners .partner-list-box li:nth-of-type(30) {
    margin-right: 0;
}

@media only screen and (max-width: 800px) {
.partners .partner-list-box {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
.partners .partner-list-box:before,  .partners .partner-list-box:after {
    content: none;
}
.partners .partner-list-box li {
    width: 23%;
    margin-right: 0;
}
}
.partners .partner-list-box li span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); /* IE 9 */
    -moz-transform: translate(-50%, -50%);    /* Firefox */
    -webkit-transform: translate(-50%, -50%); /* Safari 和 Chrome */
    -o-transform: translate(-50%, -50%);
    width: 120px;
}
.partners .partner-list-box li span img {
    /*-webkit-filter: grayscale(100%);*/
    /*filter: grayscale(100%);*/
    /*opacity: 0.5;*/
    width: 100%;
}
.partners .partner-list-box li:hover {
    box-shadow: 0 0 30px #F3F3F3;
}
.partners .partner-list-box li:hover span img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
}

@media only screen and (max-width: 640px) {
.partners {
    width: 100%;
    padding: 0.4rem 0 0.2rem;
}
.partners .title span {
    font-size: 0.6rem;
}
.partners .title b {
    font-size: 0.3rem;
}
.partners .title p {
    padding: 0 0.2rem;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.partners .partner-list-box {
    margin-top: 0.4rem;
    padding: 0 0.2rem;
}
.partners .partner-list-box li {
    width: 1.9rem;
    height: 0.77rem;
}
.partners .partner-list-box li span {
    width: 1.3rem;
    height: 0.49rem;
}
.partners .partner-list-box li span img {
    width: 100%;
}
}
/*新闻页面样式*/
.inner-banner {
    position: relative;
    overflow: hidden;
}
.inner-banner>img.scale {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    transition: transform 1.5s ease-in-out;
}
.inner-banner>img {
    width: 100%;
}
.inner-banner .banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); /* IE 9 */
    -moz-transform: translate(-50%, -50%);    /* Firefox */
    -webkit-transform: translate(-50%, -50%); /* Safari 和 Chrome */
    -o-transform: translate(-50%, -50%);
    text-align: center;
    color: #ffffff;
}
.inner-banner .banner-content b {
    font-size: 45px;
    display: inline-block;
    margin-top: 10px;
}

@media only screen and (max-width: 640px) {
.inner-banner .banner-content b {
    font-size: 0.36rem;
}
}
/*新闻列表*/
.news-class-tabs-box {
    position: relative;
    height: 44px;
    margin-bottom: 40px;
}
.news-class-tabs-box ul {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);     /* IE 9 */
    -moz-transform: translateX(-50%);    /* Firefox */
    -webkit-transform: translateX(-50%); /* Safari 和 Chrome */
    -o-transform: translateX(-50%);
}
.news-class-tabs-box ul li {
    float: left;
    line-height: 44px;
    width: 140px;
    font-size: 16px;
    background-color: #ffffff;
    text-align: center;
}
.news-class-tabs-box ul li a {
    color: #666666;
}
.news-class-tabs-box ul li+li {
    margin-left: 15px;
}
.news-class-tabs-box ul li.cur {
    background-color: #1A449C;
}
.news-class-tabs-box ul li.cur a {
    color: #ffffff;
}

@media only screen and (max-width: 640px) {
.news-class-tabs-box ul {
    width: 100%;
    position: relative;
    text-align: center;
}
.news-class-tabs-box ul li {
    display: inline-block;
    float: none;
    width: 2rem;
    line-height: 36px;
}
.news-class-tabs-box ul li+li {
    margin-left: 10px;
}
}
.news-page-list-box {
    background: #F6F6F6;
    padding-bottom: 50px;
}
.news-page-content-box {
    width: 84%;
    margin: 0 auto;
}
/*公共标题样式*/
.common-titl {
    text-align: center;
    padding: 60px 0 50px;
}
.common-titl .title {
    position: relative;
}
.common-titl .title p {
    text-transform: uppercase;
    font-family: 'Impact';
    font-size: 75px;
    color: #6C85BA;
    opacity: 0.2;
}
.common-titl .title b {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);     /* IE 9 */
    -moz-transform: translateX(-50%);    /* Firefox */
    -webkit-transform: translateX(-50%); /* Safari 和 Chrome */
    -o-transform: translateX(-50%);
    font-size: 28px;
    opacity: 1;
    color: #363636;
}
.news-class-contont-box .news-page-content {
/*display: none;*/
}
.news-page-content {
}
.news-page-content .item-box {
    float: left;
    width: 32.5%;
    margin-bottom: 0.3rem;
    margin-right: 1.25%;
}
.news-page-content .item-box:nth-of-type(3n) {
    margin-right: 0;
}
.news-page-content .item-box img {
    width: 100%;
}
.news-page-content .item-box .text-box {
    background: #ffffff;
    padding: 25px 20px 10px;
    margin-bottom: 25px;
}
.news-page-content .item-box .text-box .text-content {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    align-items: center;
    -webkit-align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #E9E9E9;
}
.news-page-content .item-box .text-box .left-time {
    padding-right: 30px;
    border-right: 1px solid #E9E9E9;
}
.news-page-content .item-box .text-box .left-time span {
    font-family: 'avantgardedemi';
    font-size: 50px;
    color: #666666;
    font-weight: 600;
}
.news-page-content .item-box .text-box .left-time p {
    font-size: 14px;
    color: #888888;
    white-space: nowrap;
}
.news-page-content .item-box .text-box .right-msg {
    padding-left: 20px;
}
.news-page-content .item-box .text-box .right-msg p {
    font-size: 16px;
    color: #363636;
    line-height: 24px;
    height: 48px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 20px;
}
.news-page-content .item-box .text-box .right-msg span {
    font-size: 14px;
    color: #999999;
}
.news-page-content .item-box .text-box .detail-btn {
    /*display: flex;*/
    /*display: -webkit-flex;*/
    /*justify-content: space-between;*/
    /*-webkit-justify-content: space-between;*/
    /*align-items: center;*/
    /*-webkit-align-items: center;*/
    /*padding-top: 15px;*/
    display: none;
}
.news-page-content .item-box .text-box .detail-btn span {
    color: #585858;
    text-transform: capitalize;
}
.news-page-content .item-box .text-box .detail-btn i {
    width: 40px;
    height: 8px;
    background: url("../images/news-page-img02.png") no-repeat center;
}
.news-page-content .item-box li:hover .text-box {
    background-color: #1A449C;
}
.news-page-content .item-box li:hover .left-time span, .news-page-content .item-box li:hover .left-time p, .news-page-content .item-box li:hover .right-msg span, .news-page-content .item-box li:hover .right-msg p, .news-page-content .item-box li:hover .detail-btn span {
    color: #ffffff;
}
.news-page-content .item-box li:hover .text-box .text-content, .news-page-content .item-box li:hover .text-box .left-time {
    border-color: rgba(255,255,255,0.2);
}

@media only screen and (max-width: 640px) {
.news-page-list-box {
    /*width:6.4rem;*/
    margin: 0 auto;
    padding: 0 0.2rem 0.5rem;
}
.news-page-content-box {
    width: 100%;
}
.common-titl {
    padding: 0.4rem 0;
}
.common-titl .title p {
    font-size: 0.6rem;
}
.common-titl .title b {
    font-size: 0.28rem;
}
.news-page-content {
    display: block;
}
.news-page-content .item-box {
    width: 100%;
}
.news-page-content .item-box .text-box {
    background: #ffffff;
    padding: 0.25rem 0.2rem 0.1rem;
    margin-bottom: 0.25rem;
}
.news-page-content .item-box .text-box .text-content {
    padding-bottom: 0.2rem;
}
.news-page-content .item-box .text-box .left-time {
    padding-right: 0.3rem;
}
.news-page-content .item-box .text-box .left-time span {
    font-size: 0.5rem;
}
.news-page-content .item-box .text-box .left-time p {
    font-size: 0.14rem;
}
.news-page-content .item-box .text-box .right-msg {
    padding-left: 0.2rem;
}
.news-page-content .item-box .text-box .right-msg p {
    font-size: 0.2rem;
    line-height: 0.3rem;
    margin-bottom: 0.2rem;
}
.news-page-content .item-box .text-box .right-msg span {
    font-size: 0.14rem;
}
.news-page-content .item-box .text-box .detail-btn {
    padding-top: 0.15rem;
}
.news-page-content .item-box .text-box .detail-btn i {
    width: 0.4rem;
    height: 0.08rem;
}
}

@media only screen and (max-width: 480px) {
.common-titl .title p {
    font-size: 30px;
}
.common-titl .title b {
    font-size: 20px;
    bottom: -2px;
}
}
/*加载更多*/
.load-more-box {
    margin-top: 10px;
    position: relative;
    height: 0.6rem;
}
.load-more-btn {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);     /* IE 9 */
    -moz-transform: translateX(-50%);    /* Firefox */
    -webkit-transform: translateX(-50%); /* Safari 和 Chrome */
    -o-transform: translateX(-50%);
    text-align: center;
}
.load-more-btn i {
    display: block;
    width: 0.32rem;
    height: 0.32rem;
    background: url("../images/news-page-img03.png") no-repeat center;
    background-size: cover;
    margin: 0 auto 8px;
}
/*联系我们页面样式*/
.online-message-box {
    background-color: #ffffff;
    padding-bottom: 0.7rem;
}
.online-message-box-content {
    width: 62.5%;
    margin: 0 auto;
}
.online-message-box-content .form-box .group {
    margin-bottom: 0.15rem;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
}
.online-message-box-content .form-box .group input {
    width: 48%;
    height: 60px;
    line-height: 60px;
    border: 1px solid #EEEEEE;
    padding-left: 30px;
    color: #999;
    font-size: 16px;
}
.online-message-box-content .form-box textarea {
    width: 100%;
    height: 180px;
    border: 1px solid #EEEEEE;
    padding-left: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #999;
}
 .online-message-box-content .form-box .group input::-webkit-input-placeholder { /* WebKit browsers */
 color:    #999;
 font-size: 16px;
}
 .online-message-box-content .form-box .group input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
 color:    #999;
 font-size: 16px;
}
 .online-message-box-content .form-box .group input::-moz-placeholder { /* Mozilla Firefox 19+ */
 color:    #999;
 font-size: 16px;
}
 .online-message-box-content .form-box .group input:-ms-input-placeholder { /* Internet Explorer 10+ */
 color:    #999;
 font-size: 16px;
}
 .online-message-box-content .form-box textarea::-webkit-input-placeholder { /* WebKit browsers */
 color:    #999;
 font-size: 16px;
}
.online-message-box-content .form-box textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
 color:    #999;
 font-size: 16px;
}
.online-message-box-content .form-box textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
 color:    #999;
 font-size: 16px;
}
.online-message-box-content .form-box textarea:-ms-input-placeholder { /* Internet Explorer 10+ */
 color:    #999;
 font-size: 16px;
}
.online-message-box-content .form-box .submit-box {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    margin-top: 15px;
}
.online-message-box-content .form-box .submit-btn, .online-message-box-content .form-box .rewrite-btn {
    width: 48%;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    height: 60px;
    line-height: 60px;
    border-radius: 3px;
    outline: 0;
    border: 0;
    -webkit-appearance: none;
}
.online-message-box-content .form-box .submit-btn {
    background-color: #1A449C;
}
.online-message-box-content .form-box .rewrite-btn {
    background-color: #929292;
}

@media only screen and (max-width: 640px) {
.online-message-box-content {
    width: 6.4rem;
    margin: 0 auto;
    padding: 0 0.2rem;
}
.online-message-box-content .form-box .group {
    display: block;
}
.online-message-box-content .form-box .group input {
    display: block;
    width: 100%;
}
.online-message-box-content .form-box .group input+input {
    margin-top: 0.15rem;
}
}
/*咨询服务页面样式*/

.inner-banner .banner-content .text {
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
}

@media only screen and (max-width: 640px) {
.consult-service-banner .banner-content p {
    width: 4rem;
    height: 0.4rem;
}
.consult-service-banner .banner-content p img {
    width: 100%;
}
.consult-service-banner .banner-content b {
    font-size: 0.3rem;
    margin-top: 0.1rem;
}
.consult-service-banner .banner-content .text {
    font-size: 0.18rem;
    margin-top: 0.1rem;
}
}
/*咨询服务内容*/
.consult-service-content-box {
}
.consult-tabs-box {
    background-color: #F4F5F9;
    padding-top: 36px;
    border-bottom: 1px solid #ECEDF0;
}
.consult-item-box {
    /*width:1400px;*/
    margin: 0 auto;
    width: 73%;
}

@media only screen and (max-width: 1400px) {
.consult-item-box {
    width: 90%;
}
}
.consult-item-box span {
    font-size: 26px;
    color: #363636;
    display: block;
    margin-bottom: 25px;
}
.consult-item-box .hamber-btn-box {
    display: none;
}
.consult-tabs {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    align-items: center;
    -webkit-align-items: center;
}
.consult-tabs01 li:last-of-type i {
    display: none;
}
.consult-tabs li {
    padding-bottom: 15px;
}
.consult-tabs li+li {
    margin-left: 30px;
}
.consult-tabs li a {
    padding-bottom: 15px;
    font-size: 16px;
    color: #666666;
    border-bottom: 3px solid transparent;
}
.consult-tabs li a.cur {
    border-color: #1A449C;
    color: #1A449C;
}
.consult-tabs li i {
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 20px;
    background-color: #DCDCDC;
    margin-left: 30px;
}

@media only screen and (max-width: 640px) {
.consult-tabs-box {
    padding: 0.25rem 0;
}
.consult-item-box {
    width: 100%;
    padding: 0 0.2rem;
}
.consult-item-box span {
    font-size: 0.3rem;
    margin-bottom: 0;
}
.consult-tabs {
    display: none;
}
.consult-item-box {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
}
.consult-item-box .hamber-btn-box {
    display: block;
    position: relative;
}
.hamber-btn-box .consult-tabs-copy {
    display: none;
    position: absolute;
    top: 0.5rem;
    width: 6.4rem;
    right: -0.2rem;
    background-color: #F4F5F9;
}
.hamber-btn-box .consult-tabs-copy li {
    padding: 0.1rem 0.2rem;
    text-align: right;
    border-bottom: 1px solid #ffffff;
}
.hamber-btn {
    display: inline-block;
    width: 0.3rem;
    height: 0.2rem;
}
}
/*切换内容*/
.consult-detail-content-box {
    /*width:1400px;*/
    margin: 0 auto;
    width: 73%;
}

@media only screen and (max-width: 1400px) {
.consult-detail-content-box {
    width: 90%;
}
}
.consult-detail-content-box .detail-content {
    padding: 45px 0 40px;
    display: none;
}
.consult-detail-content-box .detail-content>ul>li {
    border-bottom: 1px solid #F2F2F2;
    padding: 15px 220px 15px 45px;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    align-items: center;
    -webkit-align-items: center;
}

@media only screen and (max-width: 992px) {
.consult-detail-content-box .detail-content>ul>li {
    padding-right: 60px;
}
}
.consult-detail-content-box .detail-content>ul>li:last-of-type {
    border-bottom: 0;
}
.consult-detail-content-box .detail-content>ul>li .text {
    padding-left: 56px;
}
.consult-detail-content-box .detail-content>ul>li .text b {
    display: block;
    font-size: 18px;
    color: #363636;
    margin-bottom: 16px;
}
.consult-detail-content-box .detail-content>ul>li .text p {
    line-height: 28px;
}
.consult-detail-content-box .detail-content>ul>li:last-of-type>span {
    margin-top: 0;
}

@media only screen and (max-width: 1200px) {
.consult-detail-content-box .detail-content>ul>li:last-of-type>span {
    margin-top: -42%;
}
}

@media only screen and (max-width: 1080px) {
.consult-detail-content-box .detail-content>ul>li:last-of-type>span {
    margin-top: -56%;
}
}

@media only screen and (max-width: 992px) {
.consult-detail-content-box .detail-content>ul>li:last-of-type>span {
    margin-top: -42%;
}
}

@media only screen and (max-width: 800px) {
.consult-detail-content-box .detail-content>ul>li:last-of-type>span {
    margin-top: -72%;
}
}
.consult-detail-content-box .detail-content>ul>li:last-of-type>.text {
    padding-top: 30px;
}

@media only screen and (max-width: 640px) {
.consult-detail-content-box {
    width: 100%;
    padding: 0 0.2rem;
}
.consult-detail-content-box .detail-content {
    padding: 0.4rem 0;
}
.consult-detail-content-box .detail-content>ul>li {
    padding: 0.15rem 0;
}
.consult-detail-content-box .detail-content>ul>li .text {
    padding-left: 0.3rem;
}
.consult-detail-content-box .detail-content>ul>li>span {
    flex: 1;
}
.consult-detail-content-box .detail-content>ul>li .text {
    flex: 5;
}
.consult-detail-content-box .detail-content>ul>li>span>img {
    width: 100%;
}
.consult-detail-content-box .detail-content>ul>li:last-of-type>span {
    margin-top: -75%;
}
}

@media only screen and (max-width: 480px) {
.consult-detail-content-box .detail-content>ul>li:last-of-type>span {
    margin-top: 0;
}
}
/*服务领域页面样式*/
.service-field-banner .banner-content {
    top: 40%;
}

@media only screen and (max-width: 1400px) {
.service-field-banner .banner-content p img {
    width: 80%;
}
.service-field-banner .banner-content b {
    font-size: 30px;
}
}

@media only screen and (max-width: 1080px) {
.service-field-banner .banner-content p img {
    width: 60%;
}
.service-field-banner .banner-content b {
    font-size: 24px;
}
}

@media only screen and (max-width: 640px) {
.service-field-banner .banner-content {
    display: none;
}
.service-field-banner .banner-content p img {
    width: 50%;
}
.service-field-banner .banner-content b {
    font-size: 0.22rem;
}
}
/*服务内容*/
.service-content-box {
    background-color: #F0F0F0;
}
.service-content {
    width: 73%;
    margin: 0 auto;
    padding-bottom: 60px;
}

@media only screen and (max-width: 1400px) {
.service-content {
    width: 90%
}
}

@media only screen and (max-width: 1200px) {
.service-content {
    width: 96%
}
}

@media only screen and (max-width: 640px) {
.service-content {
    width: 100%;
    padding: 0 0.2rem;
}
}
.service-content .common-titl .title p {
    color: #E4E4E4;
    opacity: 1;
}
.service-content-show-box ul {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
.service-content-show-box ul li {
    width: 32%;
    height: 200px;
    margin-bottom: 25px;
    background-color: #fff;
    padding: 30px 20px 30px 30px;
}
.service-content-show-box ul li a {
    display: block;
}
.service-content-show-box ul li .service-item {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    align-items: center;
    -webkit-align-items: center;
    margin-bottom: 18px;
}
.service-content-show-box ul li .service-item dt {
    margin-right: 20px;
}
.service-content-show-box ul li .service-item dd span {
    display: block;
}
.service-content-show-box ul li .service-item dd .s01 {
    margin-bottom: 8px;
    font-size: 24px;
    color: #363636;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.service-content-show-box ul li .service-item dd .s02 {
    font-size: 16px;
    color: #D5D5D5;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.service-content-show-box ul li p {
    font-size: 15px;
    color: #777777;
    line-height: 24px;
    height: 72px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media only screen and (max-width: 640px) {
.service-content {
    padding-bottom: 0.4rem;
}
.service-content-show-box ul li {
    height: 2rem;
    padding: 0.2rem;
    width: 100%;
}
.service-content-show-box ul li .service-item {
    margin-bottom: 0.2rem;
    justify-content: flex-start;
}
.service-content-show-box ul li .service-item dt {
    margin-right: 0.2rem;
}
.service-content-show-box ul li .service-item dd .s01 {
    font-size: 16px;
}
.service-content-show-box ul li .service-item dd .s02 {
    font-size: 12px;
}
.service-content-show-box ul li p {
    font-size: 14px;
    line-height: 20px;
    height: auto;
}
}
.service-content-show-box ul li .service-item .item-icon01 {
    width: 0.76rem;
    height: 0.76rem;
    background: url("../images/service-field-icon01.png");
    background-size: cover;
}
.service-content-show-box ul li .service-item .item-icon02 {
    width: 0.87rem;
    height: 0.75rem;
    background: url("../images/service-field-icon02.png");
    background-size: cover;
}
.service-content-show-box ul li .service-item .item-icon03 {
    width: 0.71rem;
    height: 0.71rem;
    background: url("../images/service-field-icon03.png");
    background-size: cover;
}
.service-content-show-box ul li .service-item .item-icon04 {
    width: 0.51rem;
    height: 0.65rem;
    background: url("../images/service-field-icon04.png");
    background-size: cover;
}
.service-content-show-box ul li .service-item .item-icon05 {
    width: 0.68rem;
    height: 0.68rem;
    background: url("../images/service-field-icon05.png");
    background-size: cover;
}
.service-content-show-box ul li .service-item .item-icon06 {
    width: 0.74rem;
    height: 0.64rem;
    background: url("../images/service-field-icon06.png");
    background-size: cover;
}
.service-content-show-box ul li .service-item .item-icon07 {
    width: 0.7rem;
    height: 0.74rem;
    background: url("../images/service-field-icon07.png");
    background-size: cover;
}
.service-content-show-box ul li .service-item .item-icon08 {
    width: 0.69rem;
    height: 0.65rem;
    background: url("../images/service-field-icon08.png");
    background-size: cover;
}
.service-content-show-box ul li .service-item .item-icon09 {
    width: 0.72rem;
    height: 0.65rem;
    background: url("../images/service-field-icon09.png");
    background-size: cover;
}
.service-content-show-box ul li:hover .service-item .item-icon01 {
    background: url("../images/service-field-icon001.png");
    background-size: cover;
}
.service-content-show-box ul li:hover .service-item .item-icon02 {
    background: url("../images/service-field-icon002.png");
    background-size: cover;
}
.service-content-show-box ul li:hover .service-item .item-icon03 {
    background: url("../images/service-field-icon003.png");
    background-size: cover;
}
.service-content-show-box ul li:hover .service-item .item-icon04 {
    background: url("../images/service-field-icon004.png");
    background-size: cover;
}
.service-content-show-box ul li:hover .service-item .item-icon05 {
    background: url("../images/service-field-icon005.png");
    background-size: cover;
}
.service-content-show-box ul li:hover .service-item .item-icon06 {
    background: url("../images/service-field-icon006.png");
    background-size: cover;
}
.service-content-show-box ul li:hover .service-item .item-icon07 {
    background: url("../images/service-field-icon007.png");
    background-size: cover;
}
.service-content-show-box ul li:hover .service-item .item-icon08 {
    background: url("../images/service-field-icon008.png");
    background-size: cover;
}
.service-content-show-box ul li:hover .service-item .item-icon09 {
    background: url("../images/service-field-icon009.png");
    background-size: cover;
}
.service-content-show-box ul li:hover {
    background-color: #1A449C;
}
.service-content-show-box ul li:hover .service-item dd span {
    color: #ffffff;
}
.service-content-show-box ul li:hover p {
    color: #ffffff;
}
/*特色服务*/
.special-service {
    width: 57%;
    margin: 0 auto;
    padding-bottom: 50px;
}

@media only screen and (max-width: 1400px) {
.special-service {
    width: 90%
}
}
.special-service-detail {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    margin-bottom: 25px;
}
.special-service-detail .text {
    width: 44%;
}
.special-service-detail b {
    display: block;
}
.special-service-detail .subtitle {
    font-size: 20px;
    color: #1A449C;
}
.special-service-detail .sub01 {
    font-size: 20px;
    color: #666666;
    margin-top: 20px;
    margin-bottom: 10px;
}
.special-service-detail p {
    line-height: 26px;
    font-size: 14px;
    color: #898989;
}
.special-service-detail .sub02 {
    color: #9B9B9B;
}
.special-service-detail .text02 span {
    display: block;
    font-size: 14px;
    color: #898989;
    font-weight: 600;
    margin: 8px 0;
}

@media only screen and (max-width: 640px) {
.special-service {
    width: 100%;
    padding-bottom: 0;
}
.special-service .common-titl {
    padding: 0.4rem 0.2rem;
}
.special-service-detail {
    display: block;
    margin-bottom: 0;
    padding: 0.35rem 0.2rem;
}
.special-service-detail>span {
    display: none;
}
.special-service-detail>span img {
    width: 100%;
}
.special-service-detail>i {
    display: none;
}
.special-service-detail .text {
    width: 100%;
}
.bg-01 {
    background-color: #F0F0F0;
}
.special-service-detail .sub01 {
    font-size: 18px;
}
}

/*服务保障页面样式*/
/*banner*/
@media only screen and (max-width: 640px) {
.inner-banner .banner-content p {
    width: 90%;
}
.inner-banner .banner-content p img {
    width: 100%;
}
}
.service-flow {
    /*width:1400px;*/
    margin: 0 auto;
    width: 73%;
    padding-bottom: 50px;
}

@media only screen and (max-width: 1400px) {
.service-flow {
    width: 96%;
}
}

@media only screen and (max-width: 1200px) {
.service-flow {
    width: 98%;
}
}
.service-flow .common-titl>p {
    padding: 0 19%;
    line-height: 24px;
}
.service-flow-steps ul {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
}
.service-flow-steps ul>li {
    font-size: 16px;
    color: #565656;
    font-weight: 600;
    text-align: center;
}
.service-flow-steps ul>li .circle {
    width: 9.0625em;
    height: 9.0625em;
    border-radius: 50%;
    background-color: #EFF1F7;
    position: relative;
    margin-bottom: 15px;
}
.service-flow-steps ul>li>.circle>span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); /* IE 9 */
    -moz-transform: translate(-50%, -50%);    /* Firefox */
    -webkit-transform: translate(-50%, -50%); /* Safari 和 Chrome */
    -o-transform: translate(-50%, -50%);
}
.service-flow-steps ul>li span img {
    width: 100%;
}
.service-flow-steps ul>li i {
    position: absolute;
    right: -2.5em;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%); /* IE 9 */
    -moz-transform: translateY(-50%);    /* Firefox */
    -webkit-transform: translateY(-50%); /* Safari 和 Chrome */
    -o-transform: translateY(-50%);
    width: 1.75em;
    height: 1em;
    background: url("../images/service-flow-arrow.png");
    background-size: cover;
}

@media only screen and (max-width: 1200px) {
.service-flow-steps ul>li i {
    right: -1.7em;
}
}
.service-flow-steps ul>li.flow-box, .service-flow-steps ul>li.arrow-box {
    width: auto;
    height: auto;
    background-color: transparent;
}
.service-flow-steps ul>li.flow-box {
    position: relative;
}
.service-flow-steps ul>li.flow-box>i {
    top: 47%;
}
.service-flow-steps ol li+li {
    margin-top: 1.2em;
}
.service-flow-steps ol li {
    position: relative;
    width: 6.875em;
    height: 6.875em;
    border-radius: 50%;
    background-color: #EFF1F7;
}
.service-flow-steps ol li div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); /* IE 9 */
    -moz-transform: translate(-50%, -50%);    /* Firefox */
    -webkit-transform: translate(-50%, -50%); /* Safari 和 Chrome */
    -o-transform: translate(-50%, -50%);
    width: auto;
    height: auto;
}
.service-flow-steps ol li div span {
    display: block;
    margin: 0 auto 0.5em;
    width: 2em;
    height: 2.375em;
}
.service-flow-steps ol li div b {
    font-size: 16px;
    color: #565656;
}
.service-flow-steps ul>li.flow-box ol i {
    right: auto;
    left: -3em;
}
.service-flow-steps ul>li.flow-box ol li i.io1 {
    transform: rotateZ(45deg);
}
.service-flow-steps ul>li.arrow-box s {
    display: block;
}
.service-flow-steps ul>li.arrow-box s+s {
    margin-top: 5em;
}
.service-flow-steps ul>li.arrow-box .arrow-01 {
    width: 26px;
    height: 18px;
    background: url("../images/arrow-01.png") center;
    background-size: cover;
}
.service-flow-steps ul>li.arrow-box .arrow-02 {
    width: 28px;
    height: 16px;
    background: url("../images/arrow-02.png") center;
    background-size: cover;
}
.service-flow-steps ul>li.arrow-box .arrow-03 {
    width: 28px;
    height: 16px;
    background: url("../images/arrow-03.png") center;
    background-size: cover;
}
.service-flow-steps ul>li.arrow-box .arrow-04 {
    width: 26px;
    height: 18px;
    background: url("../images/arrow-04.png") center;
    background-size: cover;
}
.service-flow-steps ul>li.down {
    display: none;
    width: 16px;
    height: 28px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);     /* IE 9 */
    -moz-transform: translateX(-50%);    /* Firefox */
    -webkit-transform: translateX(-50%); /* Safari 和 Chrome */
    -o-transform: translateX(-50%);
    top: 63%;
}
.service-flow-steps ul>li.down i {
    position: relative;
    display: inline-block;
    top: 0;
    right: 0;
    -webkit-transform: rotateZ(90deg);
    -moz-transform: rotateZ(90deg);
    -ms-transform: rotateZ(90deg);
    -o-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
}

@media only screen and (max-width: 640px) {
.service-flow .common-titl>p {
    padding: 0;
}
.service-flow {
    width: 100%;
    padding: 0 0.2rem 0.3rem;
}
.service-flow-steps ul {
    flex-wrap: wrap;
    position: relative;
}
.service-flow-steps ul>li {
    font-size: 0.18rem;
    font-weight: bold;
}
.service-flow-steps ul>li .circle {
    width: 1.45rem;
    height: 1.45rem;
    margin-bottom: 0.3rem;
}
.service-flow-steps ul>li.down {
    display: block;
}
.service-flow-steps ul li.arrow-box {
    margin-top: 20px;
}
.service-flow-steps ul li.arrow-box,  .service-flow-steps ul li.flow-box ol {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    width: 100%;
}
.service-flow-steps ul li.flow-box {
    width: 100%;
    margin: 0.3rem 0 0.6rem;
}
.service-flow-steps ul li.flow-box ol li+li {
    margin-left: 0.3rem;
    margin-top: 0;
}
.service-flow-steps ul>li.arrow-box s+s {
    margin-top: 0;
    margin-left: 0.8rem;
}
.service-flow-steps ul>li i {
    right: -0.55rem;
    display: none;
}
.service-flow-steps ul>li.arrow-box s {
    background: url("../images/service-flow-arrow.png");
}
.service-flow-steps ul>li.arrow-box .arrow-01,  .service-flow-steps ul>li.arrow-box .arrow-02,  .service-flow-steps ul>li.arrow-box .arrow-03,  .service-flow-steps ul>li.arrow-box .arrow-04 {
    width: 1.75em;
    height: 1em;
}
.service-flow-steps ul>li.arrow-box .arrow-01 {
    transform: rotateZ(165deg);
}
.service-flow-steps ul>li.arrow-box .arrow-02 {
    transform: rotateZ(120deg);
}
.service-flow-steps ul>li.arrow-box .arrow-03 {
    transform: rotateZ(45deg);
}
.service-flow-steps ul>li.arrow-box .arrow-04 {
    transform: rotateZ(10deg);
}
.service-flow-steps ol li {
    width: 1.10rem;
    height: 1.10rem;
}
.service-flow-steps ol li div span {
    width: 0.32rem;
    height: 0.38rem;
}
.service-flow-steps ol li div b {
    font-size: 0.18rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
}
/*专家团队*/
.expert-team-box {
    background-color: #EFF1F7;
    padding-bottom: 50px;
}
.expert-team {
    /*width:1400px;*/
    margin: 0 auto;
    width: 73%;
}

@media only screen and (max-width: 1400px) {
.expert-team {
    width: 94%;
}
}

@media only screen and (max-width: 1200px) {
.expert-team {
    width: 96%;
}
}

@media only screen and (max-width: 640px) {
.expert-team-box {
    padding-bottom: 30px;
}
}
.expert-team .common-titl>p {
    padding: 0 19%;
}
.expert-station {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
.expert-station li {
    float: left;
    padding: 10px;
    background-color: #ffffff;
    width: 24%;
    margin-bottom: 20px;
    margin-right: 1.333%;
}
.expert-station li:nth-child(4n) {
    margin-right: 0;
}
.expert-station .swiper-container-horizontal .swiper-pagination {
    bottom: -4px;
}
.expert-station li img {
    width: 100%;
}
.expert-station li .text {
    padding: 25px 0 15px 0;
}
.expert-station li .text .en {
    display: block;
    font-size: 18px;
    color: #E10000;
    text-transform: uppercase;
}
.expert-station li .text .ch {
    color: #363636;
    margin: 5px 0;
    display: block;
    font-size: 18px;
}
.expert-station li .text p {
    font-size: 14px;
    color: #888888;
    line-height: 20px;
    height: 80px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.expert-station li:hover {
    background-color: #1A449C;
}
.expert-station li:hover .text p, .expert-station li:hover .text .en, .expert-station li:hover .text .ch {
    color: #ffffff;
}
.phone-expert-station {
    display: none;
}

@media only screen and (max-width: 640px) {
.expert-team {
    width: 100%;
    padding: 0 0.2rem;
}
.expert-team .common-titl>p {
    padding: 0;
}
.phone-expert-station {
    display: block;
}
.expert-station {
    display: none;
}
.phone-expert-station .expert-item {
    padding: 10px;
    background-color: #ffffff;
    margin-bottom: 20px;
}
.phone-expert-station .expert-item img {
    width: 100%;
}
.phone-expert-station .expert-item .text {
    padding: 25px 10px 15px 0;
}
.phone-expert-station .expert-item .text .en {
    display: block;
    font-size: 18px;
    color: #E10000;
    text-transform: uppercase;
}
.phone-expert-station .expert-item .text .ch {
    color: #363636;
    margin: 5px 0;
    display: block;
    font-size: 18px;
}
}

@media only screen and (max-width:414px ) {
.phone-expert-station .expert-item .text p {
    line-height: 24px;
    height: 72px;
}
}

/*服务案例页面样式*/


@media only screen and (max-width: 800px) {
.service-case-page-banner .banner-content p img {
    width: 80%;
}
}
/*我们的成果*/
.our-results-box {
}
.our-results {
    /*width:1400px;*/
    margin: 0 auto;
    width: 73%;
    padding-bottom: 40px;
}

@media only screen and (max-width: 1400px) {
.our-results {
    width: 94%;
}
}

@media only screen and (max-width: 1080px) {
.our-results {
    width: 96%;
}
}

@media only screen and (max-width: 640px) {
.our-results {
    width: 100%;
    padding: 0 0.2rem 0.4rem;
}
}
.client-case-list-box .client-case {
    margin-bottom: 35px;
}
.client-case li {
    padding: 35px 0;
    border-bottom: 1px solid #EEEEEE;
}
.client-case li .box {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    align-items: center;
    -webkit-align-items: center;
    background-color: #F8F8F8;/*height:2.84rem;*/
}
.client-case li .img-box {
    /*flex:2;*/
    width: 40%;
}
.client-case li .img-box a {
    display: block;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 800px) {
.client-case li .img-box {
    height: 2rem;
}
}
.client-case li .img-box a>img {
    width: 100%;
    height: 100%;
}
.client-case li .text {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    /*padding: 0.4rem 0.72rem;*/
    padding: 40px 72px;
    /*background-color:#F8F8F8;*/
    height: 284px;
    /*flex:3;*/
    width: 60%;
}

@media only screen and (max-width: 1080px) {
.client-case li .text {
    padding: 0.4rem 0.4rem;
}
}

@media only screen and (max-width: 800px) {
.client-case li .text {
    height: 2rem;
}
}

@media only screen and (max-width: 640px) {
.client-case li .text {
    padding: 0.15rem 0.2rem;
}
.client-case li {
    padding: 20px 0;
}
}
.client-case li .text b {
    font-size: 20px;
    color: #1A449C;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media only screen and (max-width: 640px) {
.client-case li .text b {
    font-size: 16px;
}
}
.client-case li .text .words {
    font-size: 16px;
    color: #666;
    line-height: 30px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

@media only screen and (max-width: 640px) {
.client-case li .text .words {
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 0.3rem;
    font-size: 14px;
}
}
.client-case li .text .words p {
    overflow : hidden;
    text-overflow: ellipsis;
    /*display: -webkit-box;*/
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.client-case li .text .words span {
    font-size: 16px;
    color: #666666;
    font-weight: 600;
}

@media only screen and (max-width: 640px) {
.client-case li .text .words span {
    font-size: 0.18rem;
}
}
.client-case li .text .see-detail-btn {
    display: inline-block;
    padding: 3px 15px 6px;
    font-size: 14px;
    color: #DDE2ED;
    background-color: #1A449C;
    border-radius: 5px;
}

@media only screen and (max-width: 640px) {
.client-case li .text .see-detail-btn {
    padding: 0.03rem 0.15rem 0.06rem;
    font-size: 14px;
    border-radius: 0.05rem;
}
}
.client-case li .text .see-detail-btn span {
    font-size: 18px;
}
.client-case li .text .see-detail-btn:hover {
    background-color: #E10000;
}
/***********
    =========
    内页--样式
    =========
************/
/*保理通*/


/*选项栏*/
.options-box .consult-tabs li a {
    border: 0;
}
.options-box .consult-tabs {
    flex-wrap: wrap;
}
.options-box .consult-tabs li {
    color: #59595B;
    font-size: 18px;
}
.options-box .consult-tabs li+li {
    margin-left: 18px;
}
.options-box .consult-tabs li i {
    margin-left: 18px;
}
.options-box .hamber-btn {
    font-size: 0.24rem;
    font-weight: 600;
    color: #59595B;
    font-style: normal;
    background: none;
    width: auto;
    height: auto;
}

@media only screen and (max-width: 640px) {
.options-box .hamber-btn {
    width: auto;
    height: auto;
}
.options-box .hamber-btn-box .copy-01 {
    right: -2.6rem;
}
}
/*选项对应内容*/
.inner-page-container {
    padding: 60px 0 30px;
    /*width:1400px;*/
    margin: 0 auto;
    width: 73%;
}

@media only screen and (max-width: 1400px) {
.inner-page-container {
    width: 90%;
}
}

@media only screen and (max-width: 640px) {
.inner-page-container {
    width: 100%;
    padding: 0.45rem 0.2rem;
}
}
.inner-page-container .item-container .item-subhead {
    line-height: 60px;
    background-color: #F5F7FA;
    padding-left: 20px;
    font-size: 22px;
    color: #363636;
}
.inner-page-container .item-container .item-subhead span {
    font-size: 18px;
    color: #B3B3B3;
}
.inner-page-container .item-container .item-subhead .square {
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    background-color: #1A449C;
    margin-right: 10px;
}
.inner-page-container .item-container .content-box {
    padding: 40px;
    line-height: 30px;
}
.inner-page-container .item-container .content-box .list-item li i {
    display: inline-block;
    vertical-align: middle;
    width: 4px;
    height: 4px;
    background-color: #BFBFBF;
    border-radius: 50%;
    margin-right: 10px;
}
.inner-page-container .item-container .content-box .list-item li+li {
    margin-top: 10px;
}
.inner-page-container .item-container .imgBox {
    text-align: center;
    padding: 40px 0;
}
.inner-page-container .item-container .imgBox .img-box01 {
    display: inline-block;
    width: 41em;
}
.inner-page-container .item-container .imgBox .img-box02 {
    display: inline-block;
    width: 47.25em;
}
.inner-page-container .item-container .imgBox .img-box01>img, .inner-page-container .item-container .imgBox .img-box02>img {
    width: 100%;
}

@media only screen and (max-width: 640px) {
.inner-page-container {
    width: 100%;
    padding: 0.45rem 0.2rem;
}
.inner-page-container .item-container .content-box {
    line-height: 22px;
}
.inner-page-container .item-container .imgBox {
}
.inner-page-container .item-container .imgBox .img-box01,  .inner-page-container .item-container .imgBox .img-box02 {
    width: 100%;
}
}

@media only screen and (max-width: 640px) {
}
/*出口集货通*/
.inner-page-container .item-container .mixture {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    padding-right: 0;
}
.inner-page-container .item-container .mixture .text {
    padding-right: 60px;
    line-height: 24px;
}

@media only screen and (max-width: 1200px) {
.inner-page-container .item-container .mixture .text {
}
}

@media only screen and (max-width: 1080px) {
.inner-page-container .item-container .mixture .text {
    flex: 1;
}
.inner-page-container .item-container .mixture .img-box {
    flex: 1;
}
.inner-page-container .item-container .mixture .img-box>img {
    width: 100%;
}
}

@media only screen and (max-width: 1080px) {
.inner-page-container .item-container .mixture .text {
    padding-right: 0.4rem;
    line-height: 0.3rem;
}
}
.inner-page-container .item-container .flow-box {
    padding: 0;
}
.inner-page-container .item-container .flow-box .flow-item {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    border-bottom: 1px solid #EFF1F3;
    padding: 40px;
}
.inner-page-container .item-container .flow-box .flow-item:last-of-type {
    border-bottom: 0;
}
.inner-page-container .item-container .flow-box .flow-item .text-box b {
    font-size: 22px;
    color: #363636;
    display: block;
    margin-bottom: 20px;
}
.inner-page-container .item-container .flow-box .flow-item .text-box .text {
    line-height: 24px;
    font-size: 15px;
    color: #777777;
    width: 290px;
}
.inner-page-container .item-container .flow-box .flow-item .img-box {
    width: 61%;
}
.inner-page-container .item-container .flow-box .flow-item .img-box>img {
    width: 100%;
}

@media only screen and (max-width: 640px) {
.inner-page-container .item-container .flow-box .flow-item {
    display: block;
}
.inner-page-container .item-container .flow-box .flow-item .text-box {
    margin-bottom: 0.3rem;
}
.inner-page-container .item-container .flow-box .flow-item .img-box {
    width: 100%;
}
}
/*电子元器件*/
.inner-page-container .item-container .question-box {
}
.inner-page-container .item-container .question-box .question-item+.question-item {
    margin-top: 40px;
}
.inner-page-container .item-container .question-box .question-item .Q {
    margin-bottom: 15px;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    align-items: center;
    -webkit-align-items: center;
}
.inner-page-container .item-container .question-box .question-item .Q .num {
    width: 60px;
    height: 60px;
    background-color: #F5F7FA;
    text-align: center;
    line-height: 60px;
    font-size: 24px;
    color: #1A449C;
    border-radius: 50%;
    font-weight: 600;
}
.inner-page-container .item-container .question-box .question-item .Q .num span {
    font-size: 18px;
}
.inner-page-container .item-container .question-box .question-item .Q .text {
    color: #1A449C;
    padding-left: 20px;
}
.inner-page-container .item-container .question-box .question-item .A .num {
    width: 60px;
    height: 60px;
    background-color: #F5F7FA;
    text-align: center;
    line-height: 60px;
    font-size: 24px;
    color: #666666;
    border-radius: 50%;
    font-weight: 600;
}
.inner-page-container .item-container .question-box .question-item .A .num span {
    font-size: 18px;
}
.inner-page-container .item-container .question-box .question-item .A .text {
    color: #666666;
    padding-left: 20px;
    width: 90%;
}
.inner-page-container .item-container .question-box .question-item .A .text p+p {
    margin-top: 15px;
}
.inner-page-container .item-container .question-box .question-item .A.flex-s {
    align-items: flex-start;
}

@media only screen and (max-width: 900px) {
}

@media only screen and (max-width: 640px) {
.inner-page-container .item-container .question-box .question-item .Q .num,  .inner-page-container .item-container .question-box .question-item .A .num {
    width: 0.6rem;
    height: 0.6rem;
    font-size: 0.24rem;
    line-height: 0.6rem;
}
.inner-page-container .item-container .question-box .question-item .Q .text,  .inner-page-container .item-container .question-box .question-item .A .text {
    width: 4.6rem;
    font-size: 0.18rem;
}
.inner-page-container .item-container .question-box .question-item .A {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    align-items: center;
    -webkit-align-items: center;
}
.inner-page-container .item-container .question-box .question-item .A:before,  .inner-page-container .item-container .question-box .question-item .A:after {
    content: none;
}
.inner-page-container .item-container .question-box .question-item .Q .num span,  .inner-page-container .item-container .question-box .question-item .A .num span {
    font-size: 0.16rem;
}
}
/*二手设备*/
.inner-page-container .item-container .second-hand {
}
.inner-page-container .item-container .second-hand .second-hand-import p {
    font-size: 18px;
    color: #1A449C;
    margin-bottom: 25px;
}
.inner-page-container .item-container .second-hand-import .import-flow {
}
.inner-page-container .item-container .second-hand-import .import-flow li {
    padding: 0 15px;
    line-height: 72px;
    text-align: center;
    background-color: #F5F7FA;
    border: 1px solid #EEEFEF;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    position: relative;
    margin-right: 75px;
    margin-bottom: 48px;
    width: 15.4%;
    float: left;
}
.inner-page-container .item-container .second-hand-import .import-flow li:nth-of-type(5n) {
    margin-right: 0;
}
.inner-page-container .item-container .second-hand-import .import-flow li span {
    font-size: 16px;
    font-weight: 600;
    color: #D8D8D8;
    margin-right: 10px;
}
.inner-page-container .item-container .second-hand-import .import-flow li div {
    font-size: 17px;
    color: #474747;
    font-weight: 600;
    line-height: normal;
}
.inner-page-container .item-container .second-hand-import .import-flow li i {
    position: absolute;
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%); /* IE 9 */
    -moz-transform: translateY(-50%);    /* Firefox */
    -webkit-transform: translateY(-50%); /* Safari 和 Chrome */
    -o-transform: translateY(-50%);
    width: 18px;
    height: 20px;
    background: url("../images/db-arrow.png") center;
    background-size: cover;
}
.inner-page-container .item-container .second-hand-import .import-flow li .down-icon {
    background: url("../images/db-arrow01.png");
    right: auto;
    top: auto;
    bottom: -50px;
}
.inner-page-container .item-container .second-hand-import .import-flow li .l-icon {
    background: url("../images/db-arrow02.png");
}
.inner-page-container .item-container .second-hand-import .import-flow li:nth-of-type(5n) i, .inner-page-container .item-container .second-hand-import .import-flow li:last-of-type i {
    display: none;
}
/*流程图样式*/
.inner-page-container .item-container .second-hand-import .import-flow01 {
    text-align: center;
    margin-bottom: 48px;
}
.inner-page-container .item-container .second-hand-import .import-flow01>img {
    width: 100%;
}
.inner-page-container .item-container .second-hand {
    padding-bottom: 0;
}

@media only screen and (max-width: 1400px) {
.inner-page-container .item-container .second-hand-import .import-flow li {
    width: 18%;
}
.inner-page-container .item-container .second-hand-import .import-flow li:nth-of-type(5n) {
    margin-right: 75px;
}
.inner-page-container .item-container .second-hand-import .import-flow li:nth-of-type(5n) i {
    display: block;
}
}

@media only screen and (max-width: 1200px) {
.inner-page-container .item-container .second-hand-import .import-flow li {
    width: 25%;
}
}

@media only screen and (max-width: 1080px) {
.inner-page-container .item-container .second-hand-import .import-flow li {
    width: 24%;
}
}

@media only screen and (max-width: 992px) {
.inner-page-container .item-container .second-hand-import .import-flow li {
    width: 38%;
}
}

@media only screen and (max-width: 640px) {
.inner-page-container .item-container .second-hand-import .import-flow li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.3rem;
}
.inner-page-container .item-container .second-hand-import .import-flow li i {
    display: none;
}
.inner-page-container .item-container .second-hand-import .import-flow li:nth-of-type(5n) i {
    display: none;
}
}
/*国际采购通*/
.inner-page-container .item-container .content-box .subt01 {
    display: block;
    text-decoration: none;
    font-size: 18px;
    color: #1A449C;
    margin-bottom: 10px;
}
.inner-page-container .item-container .content-box .p01 {
    margin-bottom: 25px;
}
.inner-page-container .item-container .content-box .flow-num li {
    font-size: 17px;
    line-height: 24px;
}
.inner-page-container .item-container .content-box .flow-num li+li {
    margin-top: 10px;
}
.inner-page-container .item-container .content-box .flow-num li span {
    font-size: 17px;
    display: inline-block;
    vertical-align: middle;
    color: #CCCCCC;
    font-weight: 600;
}
/*启东供应链*/
.inner-page-container .item-container .import-list {
    padding-left: 0;
    padding-right: 0;
}
.inner-page-container .item-container .import-list ul {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: flex-start;
    -webkit-align-items: flex-start;
}
.inner-page-container .item-container .import-list ul li {
    width: 31.5%;
    height: 386px;
    background-color: #F5F7FA;
    padding: 30px 50px 40px 45px;
}
.inner-page-container .item-container .import-list ul li b {
    display: block;
    font-size: 68px;
    color: #E3E8F2;
}
.inner-page-container .item-container .import-list ul li span {
    display: block;
    font-size: 20px;
    color: #1A449C;
    font-weight: 600;
    margin-bottom: 15px;
}
.inner-page-container .item-container .import-list ul li p {
    line-height: 24px;
}
.inner-page-container .item-container .import-list ul li p+p {
    margin-top: 10px;
}

@media only screen and (max-width: 1100px) {
.inner-page-container .item-container .import-list ul li {
    padding: 10px 20px 30px;
}
}

@media only screen and (max-width: 800px) {
.inner-page-container .item-container .import-list ul {
    display: block;
}
.inner-page-container .item-container .import-list ul li {
    width: 100%;
    height: auto;
    margin-right: 0;
}
.inner-page-container .item-container .import-list ul li+li {
    margin-top: 0.35rem;
}
.inner-page-container .item-container .import-list ul li b {
    font-size: 0.4rem;
    display: block;
    margin-bottom: 0.1rem;
}
.inner-page-container .item-container .import-list ul li {
    padding-top: 0.2rem;
}
.inner-page-container .item-container .import-list {
/*padding-bottom: 0;*/
}
}
/*汽车进出口服务宝*/
.inner-page-container .item-container .content-box .list-item span {
    font-weight: 600;
}
.inner-page-container .item-container .img-flow {
    padding-left: 90px;
    padding-right: 90px;
}
.inner-page-container .item-container .img-flow>img {
    width: 100%;
}

@media only screen and (max-width: 640px) {
.inner-page-container .item-container .img-flow {
    width: 100%;
}
.inner-page-container .item-container .img-flow {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
}
}
#container {
    position: relative;
}
/*关于我们页面样式*/
.three-pattern-box {
    padding: 80px 0;
}
.three-pattern {
    /*width:1400px;*/
    margin: 0 auto;
    width: 73%;
}

@media only screen and (max-width: 1400px) {
.three-pattern {
    width: 94%;
}
}

@media only screen and (max-width: 640px) {
.three-pattern-box {
    padding: 0.6rem 0;
}
}
.three-pattern ul {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: flex-start;
    -webkit-align-items: flex-start;
}
.three-pattern ul li {
    width: 33.333%;
    text-align: center;
    padding: 0 54px;
}
.three-pattern ul li:nth-of-type(1) {
    padding-left: 0;
}
.three-pattern ul li:nth-of-type(2) {
    border-left: 1px dashed #DAE1EC;
    border-right: 1px dashed #DAE1EC;
}
.three-pattern ul li:nth-of-type(3) {
    padding-right: 0;
}

@media only screen and (max-width: 1400px) {
.three-pattern ul li {
    padding: 0 45px;
}
}
.three-pattern ul li dl {
    text-align: center;
}
.three-pattern ul li dt {
    width: 1.18rem;
    height: 1.18rem;
    margin: 0 auto;
}
.three-pattern ul li dt>img {
    width: 100%;
}
.three-pattern ul li dd {
    display: inline-block;
    width: 2px;
    height: 24px;
    background-color: #BAC6D7;
    margin-top: 0.15rem;
}
.three-pattern ul li span {
    display: block;
    /*margin: 0.2rem 0;*/
    /*font-size: 0.22rem;*/
    margin: 20px 0;
    font-size: 22px;
    color: #1A429C;
}
.three-pattern ul li .text {
    font-size: 14px;
    color: #666666;
    line-height: 22px;
}

@media only screen and (max-width: 640px) {
.three-pattern ul li dd {
    margin-top: 0;
}
.three-pattern ul li span {
    margin: 10px 0;
}
}

@media only screen and (max-width: 640px) {
.three-pattern {
    width: 100%;
    padding: 0 0.2rem;
}
.three-pattern ul {
    display: block;
}
.three-pattern ul li {
    padding: 0;
    width: 100%;
}
.three-pattern ul li:nth-of-type(2) {
    border: 0;
}
.three-pattern ul li+li {
    margin-top: 0.3rem;
}
.three-pattern ul li .text {
    padding: 0 0.35rem;
}
}
/*图*/
.show-img-box ul {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    align-items: center;
    -webkit-align-items: center;
}
.show-img-box ul li {
    flex: 1;
    position: relative;
    color: #ffffff;
    text-align: center;
}
.show-img-box ul li>img {
    width: 100%;
}
.show-img-box ul li .text-box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);     /* IE 9 */
    -moz-transform: translateX(-50%);    /* Firefox */
    -webkit-transform: translateX(-50%); /* Safari 和 Chrome */
    -o-transform: translateX(-50%);
    width: 54%;
}

@media only screen and (max-width: 1400px) {
.show-img-box ul li .text-box {
    width: 80%;
    top: 40%;
}
}

@media only screen and (max-width: 1200px) {
.show-img-box ul li .text-box {
    top: 30%;
}
}
.show-img-box ul li .text-box b {
    font-size: 26px;
}
.show-img-box ul li .text-box i {
    display: block;
    width: 28px;
    height: 3px;
    background-color: #ffffff;
    margin: 20px auto;
}
.show-img-box ul li .text-box .text {
    font-size: 16px;
    color: #ffffff;
    line-height: 24px;
}

@media only screen and (max-width: 992px) {
.show-img-box ul li .text-box {
    top: 20%;
    width: 90%;
}
.show-img-box ul li .text-box b {
    font-size: 22px;
}
.show-img-box ul li .text-box .text {
    font-size: 14px;
    line-height: 20px;
}
}

@media only screen and (max-width: 640px) {
.show-img-box ul {
    display: block;
    width: 6.4rem;
    margin: 0 auto;
    padding: 0.4rem 0.2rem;
    background-color: #EBEFF4;
}
.show-img-box ul li {
    width: 100%;
    height: 2.4rem;
}
.show-img-box ul li>img {
    width: 100%;
    height: 100%;
}
.show-img-box ul li .text-box i {
    margin: 10px auto;
}
}
/*手机端展示*/
.phone-show-img-box {
    display: none;
}

@media only screen and (max-width: 640px) {
.show-img-box {
    display: none;
}
.phone-show-img-box {
    display: block;
    width: 94%;
    margin: 0 auto;
}
.phone-show-img-box .item {
    width: 100%;
    position: relative;
}
.phone-show-img-box .item>img {
    width: 100%;
}
.phone-show-img-box .item .text-box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);     /* IE 9 */
    -moz-transform: translateX(-50%);    /* Firefox */
    -webkit-transform: translateX(-50%); /* Safari 和 Chrome */
    -o-transform: translateX(-50%);
    text-align: center;
}
.phone-show-img-box .item .text-box b {
    font-size: 18px;
    color: #ffffff;
}
.phone-show-img-box .item .text-box i {
    display: block;
    width: 28px;
    height: 3px;
    background-color: #ffffff;
    margin: 10px auto;
}
.phone-show-img-box .item .text-box .text {
    font-size: 14px;
    color: #ffffff;
    line-height: 22px;
}
}
/*发展历程*/
.dev-history {
    /*width:1400px;*/
    margin: 0 auto;
    width: 73%;
    padding-bottom: 60px;
}
.dev-gallery {
    background: url("../images/aboutUs-img09.png") center 0;
    position: relative;
}

@media only screen and (max-width: 1400px) {
.dev-history {
    width: 90%;
}
}

@media only screen and (max-width: 1200px) {
.dev-history {
    width: 96%;
}
}

@media only screen and (max-width: 640px) {
.dev-history {
    width: 6.4rem;
    padding: 0 0.2rem;
}
}
.dev-gallery .line-box {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);     /* IE 9 */
    -moz-transform: translateX(-50%);    /* Firefox */
    -webkit-transform: translateX(-50%); /* Safari 和 Chrome */
    -o-transform: translateX(-50%);
    width: 13px;
    height: 13px;
    border-radius: 50%;
    border: 2px solid #F50000;
}
.dev-gallery i.lines {
    position: absolute;
    top: 13px;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);     /* IE 9 */
    -moz-transform: translateX(-50%);    /* Firefox */
    -webkit-transform: translateX(-50%); /* Safari 和 Chrome */
    -o-transform: translateX(-50%);
    height: 99%;
    width: 1px;
    background-color: #D9DFEC;
}
.dev-gallery ul {
    padding-top: 30px;
}
.dev-gallery ul li {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    width: 50%;/*margin-bottom: 10px;*/
}
.dev-gallery ul li s {
    width: 1px;
    height: 16px;
    background-color: #E0E5EB;
}
.dev-gallery ul li .disc {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #1A449C;
    position: relative;
}
.dev-gallery ul li .disc i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%); /* IE 9 */
    -moz-transform: translateY(-50%);    /* Firefox */
    -webkit-transform: translateY(-50%); /* Safari 和 Chrome */
    -o-transform: translateY(-50%);
    height: 1px;
    width: 20px;
    background-color: #D9DFEC;
}
.dev-gallery .left-dev-gallery li .disc i {
    left: -20px;
}
.dev-gallery .right-dev-gallery li .disc i {
    right: -20px;
}
.dev-gallery .right-dev-gallery {
    padding-top: 30px;
}
.dev-gallery .left-dev-gallery {
    padding-top: 60px;
}
.dev-gallery .right-dev-gallery li {
    margin-bottom: 76px;
}
.dev-gallery .left-dev-gallery li {
    margin-top: 76px;
}
.dev-gallery .l-item .disc i {
    left: -20px;
}
.dev-gallery .r-item .disc i {
    right: -20px;
}
.dev-gallery .r-item {
    margin-bottom: 86px;
}
.dev-gallery .l-item {
    margin-top: 86px;
}
.dev-gallery ul li .step {
    width: 90%;
    background-color: #EBEFF4;
    padding: 25px 20px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}
.dev-gallery .l-item .step {
    /*justify-content: flex-end;
    -webkit-justify-content: flex-end;*/
    width: 94%;
}
.dev-gallery .r-item .step {
    /*-webkit-justify-content: flex-start;
    justify-content: flex-start;*/
    width: 94%;
}
.dev-gallery ul li .step .text {
    flex: 7;
    -ms-flex: 7;
    -webkit-flex: 7;
}
.dev-gallery ul li .step .s {
    flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
}
.dev-gallery ul li .step .time {
    font-family: 'bebas';
    font-size: 31px;
    color: #2552A4;/*white-space: nowrap;*/
   /* flex:2;*/
}
.dev-gallery ul li .step .time span {
    text-transform: uppercase;
    font-size: 14px;
    color: #ACBFDD;
    max-width: 30%;
    display: inline-block;
}
.dev-gallery .l-item .step .text {
    padding-right: 10px;
    text-align: right;
    max-width: 70%;
}
.dev-gallery .l-item .step .time {
    padding-left: 10px;
}
.dev-gallery .r-item .step .text {
    padding-left: 10px;
}
.dev-gallery .r-item .step .time {
    padding-right: 10px;
}

@media only screen and (max-width: 640px) {
.dev-history {
    width: 6.4rem;
    padding: 0 0.2rem;
}
.dev-gallery {
    background: none;
}
.dev-gallery .line-box, .dev-gallery i.lines {
    display: none;
}
.dev-gallery ul li {
    float: none;
    width: 100%;
}
.dev-gallery .r-item, .dev-gallery .l-item {
    margin: 0;
}
.dev-gallery ul .item+.item {
    margin-top: 10px;
}
.dev-gallery ul li {
    margin-top: 15px;
}
.dev-gallery li .disc {
    display: none;
}
.dev-gallery ul li .step {
    width: 100%;
    padding: 0.2rem;
}
.dev-gallery ul {
    padding-bottom: 25px;
    padding-top: 10px;
}
.dev-gallery .l-item:after {
    content: '';
    display: block;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    height: 0;
    font-size: 0;
}
.dev-gallery .l-item .step .text {
    font-size: 14px;
    padding-right: 5px;
}
.dev-gallery .r-item .step .time {
    padding-right: 5px;
}
.dev-gallery ul li .step .time {
    font-size: 24px;
}
}
/*资质荣誉*/
.honor-box {
    background: url("../images/aboutUs-img11.jpg") no-repeat center center /cover;
}
.honor {
    width: 73%;
    margin: 0 auto;
    padding-bottom: 100px;
    position: relative;
}
.honor .text_box {
    width: 100%;
    text-align: center;
}
.honor .text_box .common-titl b {
    text-transform: uppercase;
    font-family: 'Impact';
    font-size: 28px;
    color: #fff;
    text-align: center;
    display: block;
}
.honor .text_box .common-titl .t {
    color: #fff;
}
.honor .text_box .subt02 {
    font-size: 30px;
    color: #fff;
    font-weight: 600;
}
.honor .text_box .txt {
    line-height: 24px;
    color: #ffffff;
}
.honor .img-box {
    /*width:3.26rem;*/
    width: 100%;
    /*height:4.16rem;*/
    height: auto;
    margin: 0 auto;
}
.honor .img-box>img {
    width: 100%;
}
.honor .swiper-button-prev {
    background: url("../images/aboutUs-arrow-prev.jpg") no-repeat center;
    background-size: cover;
    width: 71px;
    height: 38px;
    left: -90px;
    top: 60%;
}
.honor .swiper-button-next {
    background: url("../images/aboutUs-arrow-next.jpg") no-repeat center;
    background-size: cover;
    width: 71px;
    height: 38px;
    right: -90px;
    top: 60%;
}
.honor .swiper-container {
    /*padding-bottom: 60px;*/
    width: 100%;
}
.honor .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #ffffff;
    opacity: 1;
}
.honor .swiper-pagination-bullet-active {
    background-color: #F50000;
}
.honor .sj_honor {
    display: none;
}

@media only screen and (max-width: 1400px) {
.honor {
    width: 88%;
}
.honor .swiper-container {
    width: 90%;
}
.honor .img-box {
    width: 100%;
    height: auto;
}
}

@media only screen and (max-width: 1080px) {
.honor {
    width: 96%;
}
.honor .swiper-container {
    width: 100%;
    padding-bottom: 40px;
}
.honor .text_box b {
    font-size: 70px;
}
.honor .swiper-button-next {
    top: 0;
    bottom: 0;
    right: 0;
    position: relative;
    display: inline-block;
}
.honor .swiper-button-prev {
    left: 0;
    top: 0;
    bottom: 0;
    position: relative;
    display: inline-block;
}
}

@media only screen and (max-width: 640px) {
.honor {
    width: 100%;
    padding: 0.45rem 0.2rem;
    display: block;
}
.honor .pc_honor {
    display: none;
}
.honor .sj_honor {
    display: block;
    width: 65%;
    margin: 0 auto;
}
.honor .text_box .common-titl b {
    font-size: 0.28rem;
}
}
/*服务网络*/
.service-network {
    /*width:1400px;*/
    margin: 0 auto;
    width: 73%;
}

@media only screen and (max-width: 1400px) {
.service-network {
    width: 90%;
}
}
.switchover-btn ul {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}
.switchover-btn ul li {
    width: 138px;
    height: 47px;
    line-height: 45px;
    text-align: center;
    border: 1px solid #ECECEC;
    background-color: #F3F3F3;
    font-size: 18px;
    cursor: pointer;
}
.switchover-btn ul li+li {
    margin-left: 20px;
}
.switchover-btn ul li.active {
    color: #ffffff;
    background-color: #133A75;
}
.switchover-item {
    text-align: center;
    display: none;
    padding: 40px 0;
    width: 62.5%;
    margin: 0 auto;
}
.switchover-item>img {
    width: 100%;
}

@media only screen and (max-width: 1400px) {
.switchover-item {
    padding: 40px 0;
}
}
@media only screen and(max-width: 1100px) {
 .switchover-item {
 padding: 40px 0;
}
 .common-titl {
 padding: 0.4rem 0;
}
 .common-titl .title p {
 font-size: 0.75rem;
}
 .common-titl .title b {
 font-size: 0.28rem;
}
}

@media only screen and (max-width: 640px) {
.switchover-content .switchover-item {
    width: 100%;
}
.switchover-btn ul li {
    line-height: 36px;
    height: 36px;
    font-size: 16px;
}
}
/*社会责任*/
.social-responsibility-box {
    background: url("../images/aboutUs-img16.jpg") center;
    padding-bottom: 40px;
}
.social-responsibility {
    width: 1200px;
    margin: 0 auto;
}

@media only screen and (max-width: 1200px) {
.social-responsibility {
    width: 96%;
}
}
.social-responsibility .common-titl>p {
    padding: 0 21%;
    line-height: 24px;
}

@media only screen and (max-width: 640px) {
.social-responsibility .common-titl .title {
    margin-bottom: 20px;
}
}
.social-responsibility-show ul {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: flex-start;
    -webkit-align-items: flex-start;
}
.social-responsibility-show ul li {
    width: 32%;
}

@media only screen and (max-width: 1080px) {
.social-responsibility-show ul li {
    width: 32%;
}
}
.social-responsibility-show ul li dt img {
    width: 100%;
}
.social-responsibility-show ul li dd {
    padding: 20px 15px;
    text-align: center;
}
.social-responsibility-show ul li dd span {
    font-size: 20px;
    color: #363636;
}
.social-responsibility-show ul li dd .text {
    font-size: 14px;
    margin-top: 15px;
}

@media only screen and (max-width: 640px) {
.social-responsibility-show ul {
    display: block;
}
.social-responsibility-show ul li {
    width: 100%;
    background-color: #ffffff;
}
.social-responsibility-show ul li+li {
    margin-top: 25px;
}
.social-responsibility .common-titl>p {
    padding: 0;
    line-height: 24px;
}
}
/*详情页样式*/
.detail-page-box {
    padding-bottom: 75px;
}
.detail-page-box .gnews_top ul li {
    float: left;
    width: 398px;
    margin-right: 13px;
}
.detail-page-box .gnews_top ul li:last-child {
    margin-right: 0;
}
.detail-page-box .gnews_top ul li a {
    display: block;
    width: 398px;
    height: 238px;
    position: relative;
}
.detail-page-box .gnews_top ul li a .bt {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    color: #ffffff;
    font-size: 17px;
    line-height: 52px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 0 28px;
}
.detail-page-box .detail-page-content-container {
    margin-top: 53px;
}
.detail-page-box .detail-page-content-container .left {
    width: 73%;
}

@media only screen and (max-width: 640px) {
.detail-page-box .detail-page-content-container .left {
    float: none;
    width: 100%;
}
.detail-page-box .detail-page-content-container {
    margin-top: 30px;
}
}
.detail-page-box .detail-page-content-container .left .tit_bt {
    border-bottom: 1px solid #dee1e1;
    padding-bottom: 12px;
}
.detail-page-box .detail-page-content-container .left .tit_bt .tit {
    float: left;
    display: table;
    color: #555555;
    font-size: 17px;
    font-family: arial;
}
.detail-page-box .detail-page-content-container .left .tit_bt .tit span {
    color: #444444;
    font-size: 20px;
    font-weight: bold;
    font-family: "微软雅黑";
    position: relative;
    top: -2px;
    display: inline-block;
    margin-right: 8px;
}
.detail-page-box .detail-page-content-container .left .tit_bt .tit span:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 79px;
    height: 2px;
    background: #186ece;
}
.detail-page-box .detail-page-content-container .left .tit_bt .sx {
    float: right;
    display: table;
}
.detail-page-box .detail-page-content-container .left .tit_bt .sx a {
    display: block;
    float: left;
    color: #777777;
    font-size: 14px;
    margin-left: 16px;
}
.detail-page-box .detail-page-content-container .left .gnews_con ul {
    padding-bottom: 35px;
}
.detail-page-box .detail-page-content-container .left .gnews_con ul li {
    float: left;
    width: 100%;
    border-bottom: 1px dotted #dcdcdc;
    padding: 20px 0;
}
.detail-page-box .detail-page-content-container .left .gnews_con ul li:last-child {
    border-bottom: none;
}
.detail-page-box .detail-page-content-container .left .gnews_con ul li .img {
    width: 204px;
    height: 125px;
    float: left;
    position: relative;
    display: block;
}
.detail-page-box .detail-page-content-container .left .gnews_con ul li .text {
    float: left;
    width: 638px;
    padding-left: 23px;
}
.detail-page-box .detail-page-content-container .left .gnews_con ul li .text .bt {
    color: #444444;
    font-size: 16px;
    font-weight: bold;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.detail-page-box .detail-page-content-container .left .gnews_con ul li .text .t {
    color: #666666;
    font-size: 13px;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    margin-top: 10px;
}
.detail-page-box .detail-page-content-container .left .gnews_con ul li .text .con_btn {
    margin-top: 20px;
    line-height: 22px;
}
.detail-page-box .detail-page-content-container .left .gnews_con ul li .text .con_btn div {
    float: left;
    display: table;
}
.detail-page-box .detail-page-content-container .left .gnews_con ul li .text .con_btn div a {
    display: block;
    float: left;
    color: #999999;
    font-size: 13px;
    margin-right: 20px;
}
.detail-page-box .detail-page-content-container .left .gnews_con ul li .text .con_btn div a:first-child {
    background: url(../images/gnews_icon1.jpg) no-repeat left 7px;
    padding-left: 20px;
}
.detail-page-box .detail-page-content-container .left .gnews_con ul li .text .con_btn div a:nth-child(2) {
    background: url(../images/gnews_icon2.jpg) no-repeat left 6px;
    padding-left: 18px;
}
.detail-page-box .detail-page-content-container .left .gnews_con ul li .text .con_btn div a:last-child {
    background: url(../images/gnews_icon3.jpg) no-repeat left 5px;
    padding-left: 20px;
}
.detail-page-box .detail-page-content-container .left .gnews_con ul li .text .con_btn span {
    display: inline-block;
    float: right;
    color: #999999;
    font-size: 13px;
    font-family: arial;
}
.detail-page-box .detail-page-content-container .left .gnews_con .more {
    text-align: center;
}
.detail-page-box .detail-page-content-container .left .gnews_con .more a {
    display: block;
    width: 100%;
    height: 45px;
    background: #f0f3f5;
    line-height: 45px;
    color: #666666;
    font-size: 15px;
    text-transform: uppercase;
}
.detail-page-box .detail-page-content-container .left .gnews_con .more a i {
    display: inline-block;
    background: url(../images/gnews_icon4.png) no-repeat center center;
    width: 31px;
    height: 9px;
    margin-left: 10px;
}
.detail-page-box .detail-page-content-container .left .container h1 {
    color: #333333;
    font-size: 26px;
}

@media only screen and (max-width: 1460px) {
.detail-page-box .detail-page-content-container .left .container h1 {
    font-size: 24px;
}
}

@media only screen and (max-width: 1080px) {
.detail-page-box .detail-page-content-container .left .container h1 {
    font-size: 20px;
}
}
.detail-page-box .detail-page-content-container .left .container .data {
    margin-top: 20px;
    line-height: 24px;
}
.detail-page-box .detail-page-content-container .left .container .data .da {
    float: left;
    display: table;
}
.detail-page-box .detail-page-content-container .left .container .data .da span {
    float: left;
    display: inline-block;
    color: #888888;
    font-size: 14px;
    margin-right: 16px;
}
.detail-page-box .detail-page-content-container .left .container .data .fx {
    line-height: 24px;
    float: right;
    display: table;
}

@media only screen and (max-width: 640px) {
.detail-page-box .detail-page-content-container .left .container .data .fx {
    float: left;
}
}
.detail-page-box .detail-page-content-container .left .container .data .fx span {
    display: inline-block;
    float: left;
    color: #888888;
    font-size: 14px;
}
.detail-page-box .detail-page-content-container .left .container .data .fx div {
    margin-top: 2px;
    float: left;
    display: table;
}
.detail-page-box .detail-page-content-container .left .container .data .fx div a {
    height: 16px;
    display: block;
    float: left;
    margin-left: 10px;
}
.detail-page-box .detail-page-content-container .left .container .g_newstop {
    position: relative;
    margin-top: 40px;
    background: #eef3f9;
    padding: 30px 36px;
}

@media only screen and (max-width: 640px) {
.detail-page-box .detail-page-content-container .left .container .g_newstop {
    margin-top: 30px;
    padding: 15px;
}
}
.detail-page-box .detail-page-content-container .left .container .g_newstop:before {
    content: "";
    position: absolute;
    left: 50%;
    top: -19px;
    margin-left: -21px;
    width: 42px;
    height: 42px;
    background: url(../images/gnews_icon8.jpg) no-repeat center center;
}
.detail-page-box .detail-page-content-container .left .container .g_newstop .t {
    color: #777777;
    font-size: 15px;
    line-height: 26px;
}
.detail-page-box .detail-page-content-container .left .container .text_con {
    margin-top: 36px;
    color: #666666;
    font-size: 15px;
    line-height: 26px;
}

@media only screen and (max-width: 640px) {
.detail-page-box .detail-page-content-container .left .container .text_con {
    margin-top: 20px;
}
}
.detail-page-box .detail-page-content-container .left .container .w {
    color: #777777;
    font-size: 13px;
    background: #f0f3f6;
    height: 47px;
    line-height: 47px;
    text-align: center;
    margin-top: 40px;
}
.detail-page-box .detail-page-content-container .left .container .fanhui {
    margin-top: 35px;
}
.detail-page-box .detail-page-content-container .left .container .fanhui ul {
    position: relative;
}
.detail-page-box .detail-page-content-container .left .container .fanhui ul:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 3px;
    width: 1px;
    height: 40px;
    background: #d9d9d9;
}
.detail-page-box .detail-page-content-container .left .container .fanhui ul li {
    float: left;
    width: 40%;
}
.detail-page-box .detail-page-content-container .left .container .fanhui ul li .bt {
    color: #888888;
    font-size: 16px;
}
.detail-page-box .detail-page-content-container .left .container .fanhui ul li .t {
    color: #888888;
    font-size: 15px;
    line-height: 24px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.detail-page-box .detail-page-content-container .left .container .fanhui ul li:last-child {
    float: right;
}
.detail-page-box .detail-page-content-container .left .container .rmtj_con {
    margin-top: 42px;
}
.detail-page-box .detail-page-content-container .left .container .rmtj_con .tit {
    width: 100%;
    border-bottom: 1px solid #dee1e1;
    padding-bottom: 12px;
    float: left;
    display: table;
    color: #555555;
    font-size: 17px;
    font-family: arial;
}
.detail-page-box .detail-page-content-container .left .container .rmtj_con .tit span {
    color: #444444;
    font-size: 20px;
    font-weight: bold;
    font-family: "微软雅黑";
    position: relative;
    top: -2px;
    display: inline-block;
    margin-right: 8px;
}
.detail-page-box .detail-page-content-container .left .container .rmtj_con .tit span:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 79px;
    height: 2px;
    background: #186ece;
}
.detail-page-box .detail-page-content-container .left .container .rmtj_con .tj_con {
    padding-top: 30px;
}
.detail-page-box .detail-page-content-container .left .container .rmtj_con .tj_con li {
    float: left;
    width: 265px;
    /*height: 191px;*/
    position: relative;
    margin-right: 115px;
}

@media only screen and (max-width: 640px) {
.detail-page-box .detail-page-content-container .left .container .rmtj_con .tj_con li {
    width: 100%;
    margin-right: 0;
}
.detail-page-box .detail-page-content-container .left .container .rmtj_con .tj_con li+li {
    margin-top: 15px;
}
}
.detail-page-box .detail-page-content-container .left .container .rmtj_con .tj_con li .bt {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    height: 43px;
    line-height: 43px;
    color: #fff;
    font-size: 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 0 10px;
}
.detail-page-box .detail-page-content-container .left .container .rmtj_con .tj_con li:last-child {
    margin-right: 0;
}
.detail-page-box .detail-page-content-container .left .container .plyx_con {
    margin-top: 40px;
}
.detail-page-box .detail-page-content-container .left .container .plyx_con .tit {
    width: 100%;
    border-bottom: 1px solid #dee1e1;
    padding-bottom: 12px;
    float: left;
    display: table;
    color: #555555;
    font-size: 17px;
    font-family: arial;
}
.detail-page-box .detail-page-content-container .left .container .plyx_con .tit span {
    color: #444444;
    font-size: 20px;
    font-weight: bold;
    font-family: "微软雅黑";
    position: relative;
    top: -2px;
    display: inline-block;
    margin-right: 8px;
}
.detail-page-box .detail-page-content-container .left .container .plyx_con .tit span:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 79px;
    height: 2px;
    background: #186ece;
}
.detail-page-box .detail-page-content-container .left .container .plyx_con ul {
    padding-top: 30px;
}
.detail-page-box .detail-page-content-container .left .container .plyx_con ul li {
    float: left;
    width: 270px;
    border: 1px solid #d9d9d9;
    margin-right: 15px;
    margin-bottom: 20px;
}
.detail-page-box .detail-page-content-container .left .container .plyx_con ul li input {
    width: 100%;
    height: 43px;
    padding: 0 10px;
    border: none;
    font-size: 14px;
}
.detail-page-box .detail-page-content-container .left .container .plyx_con ul li textarea {
    width: 100%;
    height: 128px;
    font-family: "微软雅黑";
    padding: 10px;
    font-size: 14px;
    border: none;
}
.detail-page-box .detail-page-content-container .left .container .plyx_con ul li .btn {
    width: 160px;
    height: 44px;
    float: right;
    background: #186ece;
    color: #fff;
    font-size: 16px;
}
.detail-page-box .detail-page-content-container .right {
    width: 24%;
}
.detail-page-box .detail-page-content-container .right .tit {
    background: #f8f8f8;
    height: 49px;
    border-left: #186ece solid 2px;
    line-height: 49px;
    color: #444444;
    font-size: 18px;
    padding-left: 17px;
}
.detail-page-box .detail-page-content-container .right .fx_con {
    margin-top: 20px;
    margin-bottom: 20px;
}
.detail-page-box .detail-page-content-container .right .fx_con li {
    float: left;
    width: auto;
    height: 35px;
    border: 1px solid #d8d8d8;
    border-radius: 3px;
    margin: 0 10px 8px 0;
    padding: 0 1em;
}
.detail-page-box .detail-page-content-container .right .fx_con li a {
    display: block;
    text-align: center;
    line-height: 33px;
    color: #777777;
    font-size: 14px;
}
.detail-page-box .detail-page-content-container .right .wz_con {
    margin-top: 20px;
}
.detail-page-box .detail-page-content-container .right .wz_con li {
    float: left;
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px dotted #d0d0d0;
}
.detail-page-box .detail-page-content-container .right .wz_con li:first-child {
    padding-top: 0;
}
.detail-page-box .detail-page-content-container .right .wz_con li:last-child {
    border-bottom: none;
}
.detail-page-box .detail-page-content-container .right .wz_con li .img {
    float: left;
    width: 34%;
    /*height: 73px;*/
    display: block;
    position: relative;
}
.detail-page-box .detail-page-content-container .right .wz_con li .img>img {
    width: 100%;
}

@media only screen and (max-width: 1080px) {
.detail-page-box .detail-page-content-container .right .wz_con li .img {
    float: none;
    width: 100%;
}
}
.detail-page-box .detail-page-content-container .right .wz_con li .text {
    width: 63%;
    float: right;
    padding-left: 15px;
}

@media only screen and (max-width: 1080px) {
.detail-page-box .detail-page-content-container .right .wz_con li .img,  .detail-page-box .detail-page-content-container .right .wz_con li .text {
    float: none;
    width: 100%;
}
.detail-page-box .detail-page-content-container .right .wz_con li .img {
    margin-bottom: 15px;
}
}
.detail-page-box .detail-page-content-container .right .wz_con li .text .bt {
    color: #555555;
    font-size: 16px;
    line-height: 23px;
    height: 46px;
    overflow: hidden;
}
.detail-page-box .detail-page-content-container .right .wz_con li .text .con {
    margin-top: 5px;
    line-height: 20px;
}
.detail-page-box .detail-page-content-container .right .wz_con li .text .con a {
    display: inline-block;
    float: left;
    color: #999999;
    font-size: 13px;
    background: url(../images/gnews_icon1.jpg) no-repeat left 6px;
    padding-left: 20px;
}
.detail-page-box .detail-page-content-container .right .wz_con li .text .con span {
    display: inline-block;
    float: right;
    color: #999999;
    font-size: 13px;
    font-family: arial;
}
.detail-page-box .detail-page-content-container .right .img_btn {
    width: 323px;
    height: 170px;
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
}
.detail-page-box .detail-page-content-container .right .bq_con {
    margin-top: 20px;
    margin-bottom: 20px;
}
.detail-page-box .detail-page-content-container .right .bq_con li {
    float: left;
    margin-right: 9px;
    margin-bottom: 8px;
}
.detail-page-box .detail-page-content-container .right .bq_con li a {
    border: 1px solid #d8d8d8;
    display: block;
    text-align: center;
    line-height: 33px;
    color: #777777;
    font-size: 14px;
    border-radius: 3px;
    padding: 0 10px;
}
.detail-page-box .detail-page-content-container .right .jx_con {
    margin-top: 10px;
}
.detail-page-box .detail-page-content-container .right .jx_con li {
    float: left;
    width: 100%;
    border-bottom: 1px dotted #d0d0d0;
    padding: 15px 0;
}
.detail-page-box .detail-page-content-container .right .jx_con li .bt {
    color: #888888;
    font-size: 15px;
    line-height: 22px;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.detail-page-box .detail-page-content-container .right .jx_con li .con {
    margin-top: 5px;
    line-height: 20px;
}
.detail-page-box .detail-page-content-container .right .jx_con li .con a {
    display: inline-block;
    float: left;
    color: #999999;
    font-size: 13px;
    background: url(../images/gnews_icon1.jpg) no-repeat left 6px;
    padding-left: 20px;
}
.detail-page-box .detail-page-content-container .right .jx_con li .con span {
    display: inline-block;
    float: left;
    margin-left: 40px;
    color: #999999;
    font-size: 13px;
    font-family: arial;
}

@media only screen and (max-width: 640px) {
.detail-page-box .detail-page-content-container .right {
    display: none;
}
.detail-page-box {
    padding-bottom: 30px;
}
}
.detail-page-content {
    width: 74%;
    margin: 0 auto;
}

@media only screen and (max-width: 1460px) {
.detail-page-content {
    width: 90%;
}
}

@media only screen and (max-width: 640px) {
.detail-page-content {
    width: 100%;
    padding: 0 20px;
}
}
/*分页器*/
.page {
}
.page ul {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}
.page ul li {
}
.page ul li a {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #EFEFEF;
    color: #888888;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
}
.page ul li+li {
    margin-left: 6px;
}
.page ul li.arrow a {
    font-size: 20px;
}
.page ul li:hover a {
    color: #ffffff;
    background-color: #1C6AC3;
}
.page ul li.cur a {
    color: #ffffff;
    background-color: #1C6AC3;
}

@media only screen and (max-width: 640px) {
.page ul li a {
    width: 36px;
    height: 36px;
    line-height: 36px;
}
}
/*手机端banner重写*/
.phone-banner {
    display: none;
}

@media only screen and (max-width: 640px) {
.phone-banner {
    display: block;
    position: relative;
}
.phone-banner>img {
    width: 100%;
}
.inner-banner {
    display: none;
}
.phone-banner .banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); /* IE 9 */
    -moz-transform: translate(-50%, -50%);    /* Firefox */
    -webkit-transform: translate(-50%, -50%); /* Safari 和 Chrome */
    -o-transform: translate(-50%, -50%);
    text-align: center;
    color: #ffffff;
}
.phone-banner .banner-content p>img {
    width: 100%;
}
.phone-banner .banner-content b {
    font-size: 24px;
    display: inline-block;
    margin-top: 5px;
}
.index-banner {
    display: none;
}
.phone-banner .swiper-slide>img {
    width: 100%;
}
}
/**2017-11-14**/
/*咨询服务页面修改版本*/
.advisory-service-container {
    background-color: #F0F0F0;
    padding: 58px 0 86px;
}
.advisory-service {
    width: 73%;
    margin: 0 auto;
}

@media only screen and (max-width: 1400px) {
.advisory-service {
    width: 84%;
}
}

@media only screen and (max-width: 1200px) {
.advisory-service {
    width: 94%;
}
}

@media only screen and (max-width: 1080px) {
.advisory-service {
    width: 98%;
}
}
.advisory-service .options-box {
    float: left;
    width: 24%;
}
.advisory-service .content-box {
    float: right;
    width: 73%;
}
.advisory-service .options-box li+li {
    margin-top: 20px;
}
.advisory-service .options-box li {
    padding: 10px 20px 10px 40px;
    background-color: #ffffff;
    font-size: 17px;
    color: #363636;
    position: relative;
    cursor: pointer;
}

@media only screen and (max-width: 1200px) {
.advisory-service .options-box li {
    padding-left: 20px;
}
}
.advisory-service .options-box li:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    margin-right: 10px;
}
.advisory-service .options-box .i01:before {
    background: url("../images/advisory-service-icon01.png") no-repeat center;
}
.advisory-service .options-box .i02:before {
    background: url("../images/advisory-service-icon02.png") no-repeat center;
}
.advisory-service .options-box .i03:before {
    background: url("../images/advisory-service-icon03.png") no-repeat center;
}
.advisory-service .options-box .i04:before {
    background: url("../images/advisory-service-icon04.png") no-repeat center;
}
.advisory-service .options-box .i05:before {
    background: url("../images/advisory-service-icon05.png") no-repeat center;
}
.advisory-service .options-box .i06:before {
    background: url("../images/advisory-service-icon06.png") no-repeat center;
}
.advisory-service .options-box .i07:before {
    background: url("../images/advisory-service-icon07.png") no-repeat center;
}
.advisory-service .options-box .i08:before {
    background: url("../images/advisory-service-icon08.png") no-repeat center;
}
.advisory-service .options-box .i09:before {
    background: url("../images/advisory-service-icon09.png") no-repeat center;
}
.advisory-service .options-box li i {
    position: absolute;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 10px solid #1A449C;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%); /* IE 9 */
    -moz-transform: translateY(-50%);    /* Firefox */
    -webkit-transform: translateY(-50%); /* Safari 和 Chrome */
    -o-transform: translateY(-50%);
    display: none;
}
.advisory-service .options-box li.cur {
    background-color: #1A449C;
    color: #ffffff;
}
.advisory-service .options-box li.cur i {
    display: block;
}
.advisory-service .content-box {
}
.advisory-service .item-container {
    background-color: #ffffff;
    padding: 45px 50px 60px;
    display: none;
}

@media only screen and (max-width: 1080px) {
.advisory-service .item-container {
    padding: 30px 30px 45px;
}
}
.advisory-service .item-container .crosshead {
    font-size: 20px;
    font-weight: bold;
    color: #1A449C;
    border-bottom: 1px solid #F0F0F0;
}
.advisory-service .item-container .crosshead span {
    display: inline-block;
    padding-bottom: 15px;
    border-bottom: 2px solid #1A449C;
}
.advisory-service .item-container .execute-content-box b {
    color: #363636;
    display: block;
    margin: 24px 0 15px;
}
.advisory-service .item-container .execute-content-box p {
    color: #666;
    line-height: 30px;
}
.advisory-service .item-container .execute-content-box .p01 {
    margin: 10px 0;
}
.advisory-service .item-container .execute-content-box .p02 {
    padding-left: 15px;
}
.advisory-service .item-container .execute-content-box p s {
    display: inline-block;
    vertical-align: middle;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #C8C8C8;
    margin-right: 10px;
}
.advisory-service .item-container .executeIng .crosshead, .advisory-service .item-container .execute-after .crosshead {
    margin-top: 25px;
}
/*手机端*/
.phone-advisory-service {
    display: none;
}

@media only screen and (max-width: 768px) {
.advisory-service-container {
    padding: 40px 0;
}
.advisory-service {
    display: none;
}
.phone-advisory-service {
    display: block;
    width: 94%;
    margin: 0 auto;
}
.phone-advisory-service li+li {
    margin-top: 20px;
}
.phone-advisory-service li .bt {
    padding: 10px 20px;
    background-color: #ffffff;
    font-size: 17px;
    color: #363636;
}
.phone-advisory-service li .bt:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    margin-right: 20px;
}
.phone-advisory-service li .i01:before {
    background: url("../images/advisory-service-icon01.png") no-repeat center;
}
.phone-advisory-service li .i02:before {
    background: url("../images/advisory-service-icon02.png") no-repeat center;
}
.phone-advisory-service li .i03:before {
    background: url("../images/advisory-service-icon03.png") no-repeat center;
}
.phone-advisory-service li .i04:before {
    background: url("../images/advisory-service-icon04.png") no-repeat center;
}
.phone-advisory-service li .i05:before {
    background: url("../images/advisory-service-icon05.png") no-repeat center;
}
.phone-advisory-service li .i06:before {
    background: url("../images/advisory-service-icon06.png") no-repeat center;
}
.phone-advisory-service li .i07:before {
    background: url("../images/advisory-service-icon07.png") no-repeat center;
}
.phone-advisory-service li .i08:before {
    background: url("../images/advisory-service-icon08.png") no-repeat center;
}
.phone-advisory-service li .i09:before {
    background: url("../images/advisory-service-icon09.png") no-repeat center;
}
.phone-advisory-service li .item-container {
    margin-top: 10px;
    background-color: #ffffff;
    padding: 30px 20px;
    display: none;
}
.phone-advisory-service .item-container .crosshead {
    font-size: 20px;
    font-weight: bold;
    color: #1A449C;
    border-bottom: 1px solid #F0F0F0;
}
.phone-advisory-service .item-container .crosshead span {
    display: inline-block;
    padding-bottom: 15px;
    border-bottom: 2px solid #1A449C;
}
.phone-advisory-service .item-container .execute-content-box b {
    color: #363636;
    display: block;
    margin: 24px 0 15px;
}
.phone-advisory-service .item-container .execute-content-box p {
    color: #666;
    line-height: 30px;
}
.phone-advisory-service .item-container .execute-content-box .p01 {
    margin: 10px 0;
}
.phone-advisory-service .item-container .execute-content-box .p02 {
    padding-left: 15px;
}
.phone-advisory-service .item-container .execute-content-box p s {
    display: inline-block;
    vertical-align: middle;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #C8C8C8;
    margin-right: 10px;
}
.phone-advisory-service .item-container .executeIng .crosshead,  .phone-advisory-service .item-container .execute-after .crosshead {
    margin-top: 25px;
}
}

/**2017-11-15**/
@media only screen and (max-width: 480px) {
.dev-gallery .r-item .step .time,  .dev-gallery .l-item .step .time {
    width: 100%;
    white-space: normal;
}
.dev-gallery .r-item .step .text,  .dev-gallery .l-item .step .text {
    width: 100%;
    white-space: normal;
}
}
/**2017-11-17**/
.phone-show-img-box .swiper-pagination .swiper-pagination-bullet {
    margin: 0 3px;
}
.phone-show-img-box .swiper-pagination .swiper-pagination-bullet-active {
    background: #fff;
}

@media only screen and (max-width:480px) {
.yds-import-service .title>span,  .service-system .title span,  .recent-news .title span,  .partners .title span,  .service-content .common-titl .title p,  .common-titl .title p,  .honor .text b {
    font-family: impact;
    font-weight: bold;
    letter-spacing: 0;
    font-size: 0.6rem;
}
.common-titl .title {
    padding-bottom: 9%;
}
.common-titl .title b {
    font-size: 0.32rem;
    bottom: 8px;
}
}

/**2017-11-21**/
@media only screen and (max-width:1280px) {
.service-case {
    width: 90%;
}
}
/**2017-11-22**/
.tscp_box {
    background-color: #F0F0F0;
    padding: 58px 0 86px;
}
.tscp_box .tscp_con {
    width: 73%;
    margin: 0 auto;
}

@media only screen and (max-width: 1400px) {
.tscp_con {
    width: 84%;
}
}

@media only screen and (max-width: 1200px) {
.tscp_con {
    width: 94%;
}
}

@media only screen and (max-width: 1080px) {
.tscp_con {
    width: 98%;
}
}
.tscp_box .tscp_con .options-box {
    float: left;
    width: 24%;
}
.tscp_box .tscp_con .options-box h3 {
    color: #fff;
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 16px;
    cursor: pointer;
    background-image: url(../images/jiantou.png);
    background-repeat: no-repeat;
    background-position-x: 310px;
    background-position-y: center;
    padding: 10px;
    background-color: #E10000;
}
.tscp_box .tscp_con .options-box h3.tit {
    margin-top: 35px;
}
.tscp_box .tscp_con .content-box {
    float: right;
    width: 73%;
}
.tscp_box .tscp_con .options-box li+li {
    margin-top: 20px;
}
.tscp_box .tscp_con .options-box li {
    padding: 0 20px 0 35px;
    background-color: #ffffff;
    font-size: 17px;
    color: #333333;
    position: relative;
    line-height: 66px;
    cursor: pointer;
}

@media only screen and (max-width: 1200px) {
.tscp_box .tscp_con .options-box li {
    padding-left: 20px;
}
}
.tscp_box .tscp_con .options-box li i {
    position: absolute;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 10px solid #1A449C;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%); /* IE 9 */
    -moz-transform: translateY(-50%);    /* Firefox */
    -webkit-transform: translateY(-50%); /* Safari 和 Chrome */
    -o-transform: translateY(-50%);
    display: none;
}
.tscp_box .tscp_con .options-box li.cur {
    background-color: #1A449C;
    color: #ffffff;
}
.tscp_box .tscp_con .options-box li.cur i {
    display: block;
}
.tscp_box .tscp_con .content-box {
}
.tscp_box .tscp_con .item-container {
    background-color: #ffffff;
    padding: 45px 50px 60px;
    display: none;
}

@media only screen and (max-width: 1080px) {
.tscp_box .tscp_con .item-container {
    padding: 30px 30px 45px;
}
}
.tscp_box .tscp_con .item-container .crosshead {
    font-size: 20px;
    font-weight: bold;
    color: #1A449C;
    border-bottom: 1px solid #F0F0F0;
}
.tscp_box .tscp_con .item-container .t {
    margin-top: 20px;
}
.tscp_box .tscp_con .item-container .t p {
    color: #666666;
    font-size: 16px;
    line-height: 32px;
}
.tscp_box .tscp_con .item-container .crosshead span {
    display: inline-block;
    padding-bottom: 15px;
    border-bottom: 2px solid #1A449C;
}
/*.tscp_box .tscp_con .options-box .wubao{
	display: none;
}*/

/*手机端*/
.phone-advisory-tscp {
    display: none;
}
.phone-advisory-tscp h3 {
    margin-bottom: 20px;
    background: #E10000;
    color: #fff;
    padding: 10px 20px;
}
.phone-advisory-tscp h3.tit {
    margin-top: 20px;
}

@media only screen and (max-width: 768px) {
.tscp_box {
    padding: 40px 0;
}
.tscp_box .tscp_con {
    display: none;
}
.phone-advisory-tscp {
    display: block;
    width: 94%;
    margin: 0 auto;
}
.phone-advisory-tscp li+li {
    margin-top: 20px;
}
.phone-advisory-tscp li .bt {
    padding: 10px 20px;
    background-color: #ffffff;
    font-size: 17px;
    color: #363636;
}
.phone-advisory-tscp li .item-container {
    margin-top: 10px;
    background-color: #ffffff;
    padding: 30px 20px;
    display: none;
}
.phone-advisory-tscp .item-container .crosshead {
    font-size: 20px;
    font-weight: bold;
    color: #1A449C;
    border-bottom: 1px solid #F0F0F0;
}
.phone-advisory-tscp .item-container .crosshead span {
    display: inline-block;
    padding-bottom: 15px;
    border-bottom: 2px solid #1A449C;
}
}

/**2011-11-27**/
@media only screen and (max-width:480px ) {
.dev-gallery .r-item .step .time, .dev-gallery .l-item .step .time {
    width: auto;
}
}

/**2017-11-29**/
@media only screen and (max-width:1440px ) {
.advisory-service .options-box li {
    padding-left: 22px;
}
}

@media only screen and (max-width:1028px ) {
.nav li {
    padding: 0 16px;
}
}
/**2017-11-30**/
#allmap {
    height: 500px;
    width: 100%;
    overflow: hidden;
}
#result {
    width: 100%;
    font-size: 12px;
}

@media only screen and (max-width:1600px ) {
.tscp_box .tscp_con .options-box h3 {
    background: #E10000 url(../images/jiantou.png) no-repeat 250px center;
}
}

@media only screen and (max-width:1440px ) {
.tscp_box .tscp_con .options-box h3 {
    background: #E10000 url(../images/jiantou.png) no-repeat 230px center;
}
}

@media only screen and (max-width:1366px ) {
.tscp_box .tscp_con .options-box h3 {
    background: #E10000 url(../images/jiantou.png) no-repeat 210px center;
}
}

@media only screen and (max-width:1280px ) {
.tscp_box .tscp_con .options-box h3 {
    background: #E10000 url(../images/jiantou.png) no-repeat 200px center;
}
}

/*地图*/
@media only screen and (max-width: 1400px) {
#allmap {
    height: 400px;
}
}

@media only screen and (max-width: 640px) {
#allmap {
    height: 320px;
}
}
/**2017-12-1**/
.floatBar {
    display: none;
    background: url(../images/contact-icon.png) no-repeat center center #1B56A1;
    width: 34px;
    height: 113px;
    position: fixed;
    right: 0;
    top: 50%;
    overflow: hidden;
    cursor: pointer;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 999;
}
.guanbi {
    right: 0;
    top: -25px;
    width: 20px;
    height: 20px;
    line-height: 18px;
    cursor: pointer;
    font-weight: 100;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    text-align: center;
    position: absolute;
    background-color: #232323;
}
.float-box {
    position: fixed;
    right: 20px;
    bottom: 20px;
    font-size: 14px;
    line-height: 28px;
    z-index: 999;
}
.float-box ul li {
    width: 64px;
    height: 64px;
    margin-top: 1px;
    cursor: pointer;
    position: relative;
    background-repeat: no-repeat;
    background-position: center 0;
    background-color: rgba(0,0,0,.5);
    transition: All 0.2s ease-in-out;
    -webkit-transition: All 0.2s ease-in-out;
    -moz-transition: All 0.2s ease-in-out;
    -o-transition: All 0.2s ease-in-out;
}
.float-box ul li>a {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 12px;
    line-height: 90px;
}
.float-box ul li.return-top {
    background-position: center;
}
.float-box ul li .div-b {
    position: absolute;
    right: 69px;
    bottom: 0;
    background-color: rgba(0,0,0,.5);
    display: none;
}
.float-box ul li .tel {
    line-height: 64px;
    padding: 0 10px;
    color: #fff;
    font-size: 18px;
}
.float-box ul li .div-b:before {
    content: "";
    right: -10px;
    bottom: 25px;
    position: absolute;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent rgba(0,0,0,.5);
    border-width: 5px;
    width: 0;
    height: 0;
}
.float-box ul li .ewm {
    padding: 10px;
    height: 92px;
    width: 92px;
}
.float-box ul li:hover {
    background-color: #1B56A1;
}
.float-box ul li:hover .div-b {
    display: block;
    transition: All 0.5s ease-in-out;
    -webkit-transition: All 0.5s ease-in-out;
    -moz-transition: All 0.5s ease-in-out;
    -o-transition: All 0.5s ease-in-out;
}

@media only screen and (max-width:1024px ) {
.float-box {
    display: none;
}
.floatBar {
    display: none;
}
}

@media only screen and (max-width:640px ) {
.news-page-content .item-box .text-box .right-msg p {
    height: auto;
}
.recent-news .news-list-box li dd .subhead {
    height: auto;
}
}

/**2017-12-28**/
@media only screen and (max-width:991px ) {
.logo-box .title {
    padding-top: 0;
}
}

@media only screen and (max-width:768px ) {
.logo-box .title span {
    font-size: 22px;
}
}

@media only screen and (max-width:480px ) {
.logo-box {
    width: 50%;
}
.logo-box .title {
    display: none;
}
.tel-box dl {
    margin-top: 0;
}
.nav-box {
    top: 76px;
}
.place-bar {
    height: 122px;
}
}

@media only screen and (max-width:414px ) {
.place-bar {
    height: 116px;
}
.nav-box {
    top: 70px;
}
.tel-box dl {
    margin-top: 2px;
}
}

@media only screen and (max-width:375px ) {
.place-bar {
    height: 112px;
}
.nav-box {
    top: 66px;
}
}

@media only screen and (max-width:360px ) {
.place-bar {
    height: 110px;
}
.nav-box {
    top: 64px;
}
}
/*19-3-26分支机构*/
.t_fzjg {
    background: #fafafa;
}
.t_fzjg .t_fzjg_nr {
    padding-bottom: 65px;
}
.t_fzjg .t_fzjg_nr ul li {
    padding: 40px 0;
    text-align: center;
    border: 1px solid #cccccc;
    width: 23%;
    background: #fff;
    float: left;
    margin-right: 2.3%;
    margin-bottom: 20px;
}
.t_fzjg .t_fzjg_nr ul li:nth-child(4n) {
    margin-right: 0;
}
.t_fzjg .t_fzjg_nr ul li h3 {
    font-size: 24px;
    color: #1b56a1;
}
.t_fzjg .t_fzjg_nr ul li i {
    width: 30px;
    height: 1px;
    display: inline-block;
    background: #1b56a1;
    margin: 2px 0;
}
.t_fzjg .t_fzjg_nr ul li p {
    font-size: 16px;
    color: #666666;
}
.t_fzjg .t_fzjg_nr ul li:hover, .t_fzjg .t_fzjg_nr ul li.cur {
    background: #1b56a1;
    border: 1px solid #1b56a1;
}
.t_fzjg .t_fzjg_nr ul li:hover h3, .t_fzjg .t_fzjg_nr ul li.cur h3 {
    color: #fff;
}
.t_fzjg .t_fzjg_nr ul li:hover p, .t_fzjg .t_fzjg_nr ul li.cur p {
    color: #fff;
}
.t_fzjg .t_fzjg_nr ul li:hover i, .t_fzjg .t_fzjg_nr ul li.cur i {
    background: #fff;
}

@media only screen and (max-width: 992px) {
.t_fzjg .t_fzjg_nr ul li {
    min-width: 49%;
    margin-right: 2%;
}
.t_fzjg .t_fzjg_nr ul li:nth-child(2n) {
    margin-right: 0;
}
.t_fzjg .t_fzjg_nr ul li h3 {
    font-size: 0.3rem;
}
.t_fzjg .t_fzjg_nr ul li p {
    font-size: 0.2rem;
}
.t_fzjg .t_fzjg_nr ul li i {
    margin: 4px 0;
}
}
.link a {
    font-size: 13px;
    color: #9daabf;
}
#productDisplay {
    padding: 65px 0 38px;
    background-color: #f2f2f2;
}
.border-box {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}
.cont-wrapper {
    position: relative;
    width: 90%;
    margin: 0 auto;
}
.product-header {
    margin-bottom: 45px;
}
#productDisplay {
    padding: 65px 0 38px;
    background-color: #f2f2f2;
}
.product-header {
    margin-bottom: 45px;
}
.title {
    float: left;
    font-size: 30px;
    color: #000000;
}
.product-controlCtn {
    float: right;
}
.product-controlBtn {
    float: left;
    font-size: 21px;
    color: #000000;
    cursor: pointer;
    margin-right: 35px;
    padding: 4px 0;
}
.product-controlBtn :last-child {
    font-size: 18px;
}
.product-controlBtn:hover {
    color: #004198;
}
.product-controlBtn:hover a {
    color: #004198;
}
.product-controlBtn>a {
    color: #000000;
}
.product-container {
    display: none;
    padding-bottom: 30px;
}
.showBanner-active {
    display: block;
}
.productMsgList {
    position: relative;
    float: left;
    width: 49%;
    height: 312px;
    background-color: #FFFFFF;
    padding: 0 12px;
    margin-right: 2%;
    margin-bottom: 24px;
    list-style-type : none;
}
.productMsgList:nth-child(2n) {
    margin-right: 0 !important;
}
.productMsg-img {
    display: block;
    max-height: 270px;
    max-width: 100%;
    float: left;
    margin-top: 20px;
    margin-right: 30px;
    margin-bottom: 10px;
    margin-left: 10px;
}
.productMsgList p {
    margin-bottom: 8px;
    margin-top: 20px;
}
.productMsg-title {
    font-size: 18px;
    color: #000000;
}
.productMsg-desc {
    font-size: 14px;
    color: #666666;
    margin-bottom: 20px;
    margin-right: 20px;
}
.productMsg-desc>p {
    height: 170px;
    line-height: 30px;
    margin-bottom: 4px;
}
.productMsg-moreBtn {
    font-size: 14px;
    color: #000000;
    cursor: pointer;
}
.product-controlActive {
    border-bottom: 2px solid #004198;
}
#industryApp {
    padding-top: 45px;
}
.industryTitle {
    margin-bottom: 45px;
}
.industryMsg-list {
    position: relative;
    float: left;
    width: 25%;
    height: 336px;
    text-align: center;
    color: #000000;
    cursor: pointer;
    transition: all .6s;
    background-color: #FFFFFF;
    z-index: 10;
}
/*.industryMsg-list:hover{
    box-shadow: 1px 1px 5px 2px #ccc;
    -webkit-box-shadow: 1px 1px 5px 2px #ccc;
    -moz-box-shadow: 1px 1px 5px 2px #ccc;
    -ms-box-shadow: 1px 1px 5px 2px #ccc;
}*/
.beforeShow {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    padding: 46px 0 96px;
}
.industryMsg-imgCtn {
    height: 77px;
}
.industryMsg-img {
    display: block;
    margin: 0 auto;
    max-height: 100%;
}
.industryMsg-title {
    font-size: 18px;
    margin-top: 24px;
    margin-bottom: 12px;
}
.industryMsg-desc {
    height: 63px;
    overflow: hidden;
}
.industryMsg-desc>p {
    width: 80%;
    margin: 0 auto;
    font-size: 14px;
    line-height: 21px;
}
.industryDetail-btn {
    display: block;
    width: 100px;
    height: 28px;
    margin: 10px auto 0;
    font-size: 14px;
    color: #FFF;
    background-color: #004198;
    line-height: 28px;
}
.afterHide {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all .5s;
    background-color: #000;
    color: #FFFFFF;
    opacity: 0;
    z-index: 20;
}
.afterTop {
    overflow: hidden;
    height: 40%;
}
.afterHide p {
    color: #FFFFFF;
}
.afterTop>img {
    width: 100%;
}
.afterBottom {
    height: 50%;
    text-align: left;
    padding-top: 25px;
    padding-left: 30px;
    font-size: 14px;
}
.indexCpy-iconCtn {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}
.service-case-box {
    background: url(../images/index-img21.jpg) no-repeat;
    background-size: cover;
}
.productBtn:hover {
    border-bottom-width: 4px;
    border-bottom-style: solid;
    border-bottom-color: #004198;
}
.proTab-nList:hover {
    border-bottom-width: 4px;
    border-bottom-style: solid;
    border-bottom-color: #004198;
}
.sub_menu {
    display: none;
    position: absolute;
    background-color: #004198;
    width: 100%;
    margin-left: -3%;
    width: 13%;
}
.sub_menu li {
    width: 100%;
    float: none;
}
.menu_pro:hover .sub_menu {
    display: block;
}
