﻿/* 清除默认样式 */
* {
    margin: 0;
    padding: 0;
}

html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img,
input,
a,
button,
table {
    list-style: none;
    border: none;
    text-decoration: none;
    margin: 0;
    padding: 0;
    outline: none;
}

footer {
    display: block;
}

* {
    font-family: "microsoft yahei", arial, "\5FAE\8F6F\96C5\9ED1", "\534E\6587\7EC6\9ED1", STXihei;
}

.clearBox:before,
.clearBox:after {
    content: "";
    display: block;
    clear: both;
}

html,
body,
.container {
    height: 100%;
    width: 100%;
}

.container {
    margin: 0 auto;
    height: auto;
    box-sizing: border-box;
    min-width: 1440px;
}

/*.container>div{
    min-width: 1200px;
}*/
.hide {
    display: none !important;
}

.idblock {
    margin: 0 auto;
    min-height: 100%;
    height: auto;
}

/* 导航栏 */
.nav_bar_list {
    width: 100%;
    background-color: #fff;
    height: 80px;
    z-index: 5;
    top: 0;
    position: fixed;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
}

.nav_bar_list .nav_ct {
    width: 1200px;
    margin: 0 auto;
    line-height: 80px;
}

.nav_bar_list .logo {
    position: relative;
    height: 80px;
}

.nav_bar_list .logo a {
    display: inline-block;
    background-image: url(/image/logo.png);
    background-repeat: no-repeat;
    width: 155px;
    height: 45px;
    font-size: 0;
    line-height: 55px;
}

.nav_bar_list .h-tip {
    color: #333333;
    padding-left: 12px;
    font-size: 12px;
    margin-top: 20px;
    margin-left: 12px;
    border-left: 1px solid #c8c8c8;
}

.nav_bar_list .h-tip div {
    line-height: 20px;
    /* flex: 1; */
}

.nav_bar_list .hotline {
    margin-right: 20px;
    font-size: 14px;
    color: #333333;
}

.nav_bar_list .hotline .phone {
    background-image: url(/image/phone.png);
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    background-size: 100%;
}

.nav_menu {
    margin-left: 80px;
    height: 100%;
    float: left;
}

.nav_menu>li {
    float: left;
    padding: 0 20px;
}

.nav_menu>li>a {
    position: relative;
    display: inherit;
    height: 62px;
    line-height: 80px;
    color: #333;
    font-size: 18px;
    transition: all 0.2s;
    -webkit-transition: all 0.1s;
}

.nav_menu>li>a.active {
    color: #fa0c0c;
}

.nav_menu>li>a:hover {
    text-decoration: none;
    color: #fa0c0c;
    border-bottom: 2px solid #fa0c0c;
}

.nav_menu>li.nav_hover:hover>a:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 11px;
    /*border: 14px solid transparent;*/
    border-bottom-color: #fa0c0c;
}

.nav_user_at {
    float: right;
}

.nav_sch {
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}

.nav_sch:hover ul {
    display: block;
}

.nav_sch>ul {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    background-color: #2196f3;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
    width: 38%;
}

.nav_sch>ul>li {
    color: #fff;
    line-height: 40px;
    margin-right: 5%;
    display: inline-block;
}

.nav_sch>ul>li a {
    display: block;
    color: #fff;
}

.nav_sch>ul>li:hover {
    color: #fbee3d;
}

.nav_sch>ul>li:hover a {
    text-decoration: none;
    color: #fbee3d;
}

.nav_sch>.arrow {
    display: none;
    position: absolute;
    left: 50%;
    color: #eee;
    z-index: 1001;
}

.umsitefont {
    font-family: "umsitefont" !important;
    line-height: 1;
    font-size: 30px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.nav_login>a {
    display: inline-block;
    line-height: 1;
    text-align: center;
    padding: 0 15px;
    color: #999;
    font-size: 14px;
}

.nav_login a i.icon {
    font-size: 20px;
    color: #666;
    margin-right: 4px;
    padding-top: 3px;
}

.nav_login a+a {
    border-left: 1px solid;
}

/* banner */
.index_banner {
    margin-top: 80px;
}

.index_banner .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 50px;
}

.index_banner li {
    width: 100%;
    background-size: cover;
    height: 518px;
}

.index_banner li .mask {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 600px;
    background: rgba(0, 0, 0, 0);
}

.index_banner li .mask_05 {
    background: rgba(0, 0, 0, 0.5);
}

.newyear01 {
    background: url(../image/newyear01.png) center center no-repeat;
}
.newyear07 {
    background: url(../image/newyear07.png) center center no-repeat;
}
.index_ban1 {
    background: url(../image/bg001.png) center center no-repeat;
}

.index_ban2 {
    background: url(../image/bg002.png) center center no-repeat;
}

.index_ban3 {
    background: url(../image/bg003.png) center center no-repeat;
}

.index_ban4 {
    background: url(../image/bg004.png) center center no-repeat;
}

.index_ban5 {
    background: url(../image/bg005.png) center center no-repeat;
}

.word_wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 45px;
    bottom: 0;
    width: 1200px;
    margin: auto 0;
    height: 300px;
    z-index: 2;
    padding-left: 360px;
}

.word_wrap h1,
.word_wrap h2 {
    font-size: 48px;
    color: #EEEEEE;
    text-shadow: 1px 1px 1px #333;
}

.word_wrap p {
    width: 700px;
    font-size: 24px;
    color: #EEEEEE;
    line-height: 2;
    margin-top: 30px;
    height: 110px;
}

.word_wrap div {
    width: 200px;
    height: 44px;
    line-height: 44px;
    border: 1px solid #D9001B;
    border-radius: 0px;
    text-align: center;
    cursor: pointer;
    margin-top: 30px;
    background-color: #D9001B;
}

.word_wrap div a {
    width: 100%;
    height: 100%;
    display: block;
    color: #fff;
    font-size: 16px;
}

.page_com {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    background: url(../image/index_next.png) center center no-repeat;
    background-size: 100%;
    z-index: 2;
    opacity: 0.7;
    margin-top: -18px;
    cursor: pointer;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    display: none;
}

.index_banner:hover .page_com,
.about_us:hover .page_com {
    display: block;
}

.swiper-next {
    right: 120px;
}

.swiper-prev {
    left: 120px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.page_com:hover {
    opacity: 1;
}

/* 查询 */
.search_div {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    height: 50px;
}

.search_div .search_type {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #148bdb;
    z-index: 1;
    border-radius: 0 10px 0 0;
    overflow: hidden;
}

.search_div .search_type a {
    display: inline-block;
    width: 190px;
    color: #fff;
    padding: 12px 0;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

.search_div .search_type a:hover {
    background-color: #45aff5;
}

.search_div .search_type a:hover i {
    color: #fff;
}

.search_div .search_type a>* {
    display: block;
    text-align: center;
}

.search_div .search_type i {
    margin: 5px 0 12px;
    font-size: 26px;
    color: rgba(255, 255, 255, 0.9);
}

.search_div .search_type span {
    font-size: 14px;
}

.goods_trade {
    position: absolute;
    bottom: 0;
    z-index: 2;
    width: 400px;
    background-color: #85c7f3;
    padding: 15px 25px 20px;
    border-radius: 10px 10px 0 0;
}

.goods_trade h2 {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 12px;
}

.goods_search {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    background-color: #fff;
    padding: 0 10px;
    color: #aaa;
    border-radius: 4px;
    margin-bottom: 8px;
    cursor: pointer;
}

.goods_condition {
    background-color: #fff;
    height: 100px;
    border-radius: 4px;
    padding-top: 10px;
}

.goods_condition input,
.goods_condition select,
.order_trade input {
    height: 28px;
    line-height: 28px;
    border: 1px solid #ddd;
    border-radius: 6px;
    box-sizing: border-box;
    outline: none;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    margin-left: 10px;
    padding: 0 4px;
    color: #777;
}

.goods_condition select {
    width: 70px;
}

.goods_condition input:focus,
.goods_condition select:focus,
.order_trade input:focus {
    border-color: #09f;
}

.goods_sub {
    position: absolute;
    bottom: 26px;
    right: 38px;
}

.goods_sub button,
.subBtn,
.openOrder {
    min-width: 60px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background: linear-gradient(0deg,
            rgb(252, 55, 55) 0%,
            rgb(252, 55, 55) 0%,
            rgb(252, 78, 78) 50%,
            rgb(255, 124, 124) 100%,
            rgb(255, 124, 124) 100%);
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

.goods_sub button:hover,
.subBtn:hover,
.openOrder:hover {
    box-shadow: 1px 2px 8px rgba(252, 55, 55, 0.8);
}

/* 一体化服务 */
.one_service {
    width: 1200px;
    margin: 60px auto 10px;
}

.one_service>h1,
.news_center>div>h1 {
    text-align: center;
    font-size: 34px;
    margin-bottom: 25px;
}

.news_center h1 {
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 34px;
    color: #282828;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
}

.ncTop {
    height: 100%;
    width: 30px;
    background: url(../image/more_un.png) 0 center no-repeat;
    position: absolute;
    top: 0;
    margin-left: 30px;
    z-index: 2;
    padding-right: 10px;
}

.one_service>p {
    text-align: center;
    font-size: 14px;
    color: #444;
}

/* 新闻中心 */
.news_center {
    margin: 0 auto;
    background-color: #fff;
    padding: 80px 0;
}

.news_center>div {
    margin: 0 auto;
    width: 1200px;
}

.news_center h1 span {
    margin-left: 30px;
}

.news_type {
    font-size: 14px;
    text-align: center;
    margin-top: 20px;
}

.news_type>a {
    color: rgba(0, 0, 0, 0.6);
    font-size: 16px;
}

.news_type>a+a {
    margin-left: 30px;
}

.news_content {
    overflow: hidden;
}

.news_choose {
    text-align: center;
    font-size: 0;
    padding: 40px 0 20px;
}

.news_choose i {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #999;
    box-sizing: border-box;
    cursor: pointer;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

.news_choose i.cur,
.news_choose i:hover {
    border: 0;
    background-color: #e64552;
}

.news_choose i+i {
    margin-left: 30px;
}

.news_list {
    white-space: nowrap;
}

.news_list>li {
    display: inline-block;
    width: 1200px;
    padding-bottom: 13px;
}

.news_list>li>a {
    display: inline-block;
    width: 23%;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    vertical-align: top;
}

.news_list>li>a+a {
    margin-left: 15px;
}

.news_list>li img {
    height: 250px;
    width: 100%;
}

.news_list h3 {
    color: #333;
    font-size: 18px;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin: 14px 0 25px;
    padding: 0 12px;
}

.news_list>li>a>div {
    font-size: 14px;
    color: #606a77;
    line-height: 1.5;
    text-align: justify;
    padding: 0 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-bottom: 20px;
    white-space: normal;
    height: 60px;
}

.news_list>li>a:hover {
    box-shadow: 2px 5px 8px #666;
}

.see_more {
    display: block;
    text-align: center;
    color: #3da7ed;
    margin-top: 20px;
    font-size: 16px;
}

.see_more i {
    font-size: 16px;
    vertical-align: middle;
    margin-left: 5px;
    opacity: 0.5;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

.see_more:hover i {
    /*font-size: 18px;*/
    opacity: 0.9;
}

/*wechat*/
.wechat {
    margin: 0 auto;
    width: 100%;
    min-width: 1440px;
    height: 302px;
    background: url(../image/index_wechat-bg.png) center center no-repeat;
    background: #015b81;
}

.wechat-main {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.wechat h1 {
    margin: 0 auto;
    height: 45px;
    line-height: 45px;
    margin-top: 50px;
    font-size: 30px;
    color: #fff;
    text-align: center;
    font-weight: 500;
}

.wechat p {
    margin: 0 auto;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    line-height: 32px;
    color: #fff;
    text-align: center;
}

.wechat-btn {
    height: 46px;
    margin-top: 45px;
    text-align: center;
}

.wechat-btn a {
    display: inline-block;
    width: 31%;
    height: 57px;
    line-height: 55px;
    color: #fff;
    font-size: 24px;
    border-radius: 7px;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #fff;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.2);
}

.wechat-btn a+a {
    margin-left: 3%;
}

.wechat-btn a:active {
    color: #148bdb;
}

.wechat-btn a:hover {
    background: #f61616;
    border: 1px solid #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    color: #fff;
}

/*广告*/
.admenu {
    position: relative;
    height: 184px;
    width: 100%;
    padding-top: 80px;
    color: #fff;
    background-image: url(/image/product_bg.jpg);
    background-repeat: no-repeat;
    /* background-position: 50%; */
    background-size: 100% 100%;
    background-color: #205089;
    background-size: cover;
}

.admenu h1 {
    margin: 0 auto;
    line-height: 184px;
    font-size: 4rem;
    font-weight: 500;
    text-align: center;
    text-shadow: 1px 3px 5px #000;
}

.adabout {
    position: relative;
    height: 184px;
    width: 100%;
    padding-top: 80px;
    color: #fff;
    background-image: url(/image/banner5.png);
    background-repeat: no-repeat;
    /* background-position: 50%; */
    background-size: 100% 100%;
    background-color: #205089;
    background-size: cover;
}

.adabout h1 {
    margin: 0 auto;
    line-height: 184px;
    font-size: 4rem;
    font-weight: 500;
    text-align: center;
    text-shadow: 1px 3px 5px #000;
}

.adservice {
    position: relative;
    height: 184px;
    width: 100%;
    padding-top: 80px;
    color: #fff;
    background-image: url(/image/banner5.jpg);
    background-repeat: no-repeat;
    /* background-position: 50%; */
    background-size: 100% 100%;
    background-color: #205089;
    background-size: cover;
}

.adservice h1 {
    margin: 0 auto;
    line-height: 184px;
    font-size: 4rem;
    font-weight: 500;
    text-align: center;
    text-shadow: 1px 3px 5px #000;
}

.adnews {
    height: 184px;
    width: 100%;
    padding-top: 80px;
    color: #fff;
    background-image: url(/image/yunbg.png);
    background-repeat: no-repeat;
    /* background-position: 50%; */
    background-size: 100% 100%;
    background-color: #205089;
    background-size: cover;
}

.adnews h1 {
    margin: 0 auto;
    line-height: 184px;
    font-size: 4rem;
    font-weight: 500;
    text-align: center;
    text-shadow: 1px 3px 5px #000;
}

/*位置导航*/
.body_nav {
    margin: 0 auto;
    width: 1200px;
}

.body-block {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 30px;
    background: #f4f4f4;
}

.service_nav {
    margin: 0 auto;
    width: 1200px;
    height: 32px;
    line-height: 32px;
    padding-left: 9px;
    float: left;
    color: #999;
    font-size: 14px;
}

.service_nav a {
    color: #666;
}

.service_nav a:hover {
    color: #c00;
}

/* 底部 */
.footer_box {
    min-width: 1440px;
    position: relative;
    margin-top: -8px;
}

.footer {
    margin: 0 auto;
    width: 100%;
    color: #fafafa;
    font-size: 14px;
    background: #333;
}

.footer a {
    color: #999;
}

.footer a:hover {
    color: #f60;
}

.footer_lcol {
    padding-top: 25px;
    float: left;
}

.fs-16 {
    font-size: 16px;
}

.footer_ccol {
    margin-top: 45px;
    margin-right: 60px;
}

.footer_ccol p {
    color: #e6e6e6;
}

.footer_ccol .line {
    position: absolute;
    bottom: 0;
    height: 10px;
    width: 118px;
    background-color: rgb(254 130 7);
    z-index: -1;
}

.footer_ccol .tip {
    font-size: 22px;
    color: #fff;
    margin-top: 16px;
    z-index: 1;
}

.footer_lcol dl {
    float: left;
    margin-right: 50px;
}

.footer_lcol dl dt a {
    color: #f3f3f3;
    font-size: 14px;
    font-weight: 700;
}

.footer_lcol dl dt {
    margin-bottom: 15px;
}

.footer_lcol dl dd a {
    font-size: 12px;
    color: #999;
}

.footer_lcol dl dd {
    margin-bottom: 6px;
}

.footer_lcol dl a:hover {
    color: #f60;
}

.footer_lcol dl:before,
.footer_lcol dl:after {
    content: "";
    display: block;
}

.footer_rcol {
    float: right;
    padding-top: 25px;
    color: #f1f1f1;
}

.footer_rcol img {
    width: 100px;
}

.footer_rcol>.fl {
    padding-right: 20px;
    margin-right: 20px;
    text-align: left;
    padding-left: 20px;
    border-left: 1px solid #444;
    color: #999;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

/* 清除浮动 */
.clf::after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}

.footer_rcol h3 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 17px;
    text-align: left;
    color: #f2f2f2;
}

.footer_rcol p {
    text-align: left;
    margin-bottom: 10px;
    color: #999;
    font-size: 12px;
}

.footer_rcol span {
    color: #f60;
    font-size: 12px;
    display: block;
    text-align: center;
    margin-top: 4px;
}

.footer_list {
    width: 1200px;
    margin: 0 auto 8px;
    overflow: hidden;
}

.linkbeian {
    width: 1200px;
    margin: 0 auto 16px;
    overflow: hidden;
    padding: 0 8px 0 8px;
}

.linkbeian_copyright {
    float: left;
    line-height: 30px;
}

.linkbeian._copyright a {
    color: #ccc;
}

.ylink {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.ylink_tile {
    float: left;
    font-size: 14px;
    font-weight: 700;
    color: #ccc;
}

.footer_link {
    margin: 0 auto;
    width: 1200px;
    font-size: 12px;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
    padding: 10px 0;
    border-top: 1px solid #444;
}

.footer_link span {
    margin-right: 20px;
    color: #ccc;
}

.footer_link span a {
    color: #999;
}

.footer_link span .col-ccc {
    color: #ccc;
}

.footer_link span .col-ccc:hover {
    color: #f60;
}

.footer_link strong+strong {
    margin-left: 20px;
}

/* end footer */

input::-webkit-input-placeholder {
    color: #ddd;
}

input::-ms-input-placeholder {
    color: #ddd;
}

input::-moz-placeholder {
    color: #ddd;
}

/* 物流跟踪 */
.trade_banner {
    position: relative;
    height: 518px;
    width: 100%;
}

.trade_banner img {
    height: 100%;
    width: 100%;
}

.trade_title {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.trade_title>div {
    position: absolute;
    color: rgba(255, 255, 255, 0.9);
    z-index: 1;
    margin-top: -320px;
    left: 0;
    line-height: 2;
}

.trade_title>div>h2 {
    font-size: 45px;
    margin-bottom: 14px;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.2);
}

.trade_title>div>p {
    text-indent: 25px;
}

.trade_bg_title {
    background: #ecf5fd;
}

.trade_bg_title .trade_animate {
    width: 1200px;
    margin: 0 auto;
    text-align: right;
    padding: 14px 0;
}

.trade_animate>* {
    vertical-align: middle;
}

.trade_animate img {
    width: 88px;
    height: 75px;
    margin-right: 26px;
}

.trade_animate strong {
    font-size: 30px;
    color: rgba(0, 0, 0, 0.7);
}

.trade_search>div {
    display: inline-block;
}

.order_trade {
    width: 1200px;
    margin: 40px auto;
}

.trade_search>div+div {
    margin-left: 30px;
}

.trade_search>div>span {
    color: #666;
    font-size: 16px;
}

.log_tle {
    padding: 50px 0 30px;
    border-bottom: 1px solid #f7f7f7;
    font-size: 18px;
    color: #444;
}

.log_tle label+label {
    margin-left: 40px;
}

.log_status i {
    position: absolute;
    left: 0;
    width: 12px;
    height: 12px;
    background-color: #ddd;
    border-radius: 50%;
}

.log_status .doing i {
    left: -5px;
    width: 25px;
    height: 30px;
    background: url(../image/biao.png) center center no-repeat;
    vertical-align: -12px;
    margin-right: 14px;
}

.log_status {
    margin: 30px 0;
}

.log_status h3 {
    font-size: 16px;
    font-weight: 500;
}

.log_status p {
    font-size: 14px;
    color: #888;
    margin-top: 12px;
}

.log_status .doing h3 {
    color: red;
}

.log_status>li {
    padding-left: 56px;
    position: relative;
    min-height: 100px;
}

.log_status>li.done:before,
.log_status>li.doing:before {
    content: "";
    position: absolute;
    left: 5px;
    height: 100%;
    width: 2px;
    background-color: #f2f2f2;
}

/* 全程可视 */
.entire_visual {
    padding: 40px 0;
    background-color: #f4f4f4;
}

.entire_visual>div {
    width: 1200px;
    margin: 0 auto;
}

.visual_ct {
    margin-top: 50px;
}

.visual_ct_fl {
    float: left;
    width: 46%;
}

.visual_p {
    font-size: 14px;
    word-break: break-all;
    text-align: center;
}

.visual_p+.visual_p {
    margin-top: 30px;
}

.visual_slow {
    float: right;
    margin-top: 40px;
}

.visual_slow>li {
    float: left;
    position: relative;
}

.visual_slow>li:hover div {
    border-color: #59a0e6;
}

.visual_slow>li:hover p {
    color: #59a0e6;
}

.visual_slow>li+li {
    margin-left: 52px;
}

.visual_slow>li:after {
    content: "";
    position: absolute;
    top: 22px;
    right: -47px;
    width: 43px;
    height: 25px;
    background: url(../image/icon_entire_01.png) no-repeat;
}

.visual_slow>li:last-child:after {
    width: 0;
}

.visual_slow i {
    display: inline-block;
    width: 42px;
    height: 40px;
    background-size: 100%;
    margin-top: 15px;
}

.visual_slow>li>div {
    width: 66px;
    height: 66px;
    border-radius: 50%;
    border: 1px solid #ddd;
    background-color: #fff;
    text-align: center;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

.visual_slow>li>p {
    font-size: 14px;
    color: #aaa;
    text-align: center;
    margin-top: 12px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

.icon_visual_01 {
    width: 34px !important;
    background: url(../image/icon_visual_01.png) no-repeat;
}

.icon_visual_02 {
    background: url(../image/icon_visual_02.png) no-repeat;
}

.icon_visual_03 {
    background: url(../image/icon_visual_03.png) no-repeat;
}

.icon_visual_04 {
    background: url(../image/icon_visual_04.png) no-repeat;
}

.icon_visual_05 {
    width: 34px !important;
    background: url(../image/icon_visual_05.png) no-repeat;
}

.visual_ct_fr {
    float: right;
    width: 46%;
    height: 340px;
    background: url(../image/img_entire.png) 0 no-repeat;
    background-size: 100%;
}

/* 品质保障 */
.quality_style {
    padding: 50px 0;
}

.quality_style>div {
    width: 1200px;
    margin: 0 auto;
}

.quality_ul {
    margin-top: 40px;
}

.quality_ul h3 {
    font-size: 18px;
    margin-bottom: 20px;
}

.quality_ul h3 i {
    display: inline-block;
    width: 27px;
    height: 21px;
    background: url(../image/icon_quality_01.png) 0 no-repeat;
    vertical-align: -3px;
    margin-right: 10px;
}

.quality_ul p {
    font-size: 14px;
    color: #000;
    text-indent: 34px;
}

.quality_ul>li>div.bg_img {
    height: 500px;
    background: url(../image/icon_quality_02.png) right no-repeat;
    margin-top: 23px;
}

.seconds_div {
    margin-top: 30px;
    padding-left: 34px;
}

.quality_seconds {
    float: right;
    width: 350px;
}

.quality_seconds h4 {
    font-size: 18px;
    margin-bottom: 40px;
    text-align: center;
    position: relative;
    color: #282828;
    font-weight: 700;
}

.quality_seconds h4:before,
.quality_seconds h4:after {
    content: "";
    position: absolute;
    top: 14px;
    width: 50px;
    /**height: 1px;
    background-color: #b2b2b2;**/
}

.quality_seconds h4:before {
    margin-left: -59px;
}

.quality_seconds h4:after {
    margin-left: 9px;
}

.quality_seconds .clearBox div {
    float: left;
    width: 160px;
    height: 160px;
    text-align: center;
    color: #444;
    font-size: 14px;
    box-sizing: border-box;
}

.quality_seconds .clearBox div span {
    display: block;
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
    color: #282828;
}

.quality_seconds label {
    display: inline-block;
    width: 140px;
    height: 146px;
    margin: 5px auto;
    border-radius: 4px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

.quality_seconds label:hover {
    box-shadow: 0px 5px 15px rgba(187, 222, 250, 1);
}

.la_01 {
    border-right: 1px dashed #eee;
    border-bottom: 1px dashed #eee;
}

.la_02 {
    border-top: 1px dashed #eee;
    border-left: 1px dashed #eee;
    margin-top: -1px;
    margin-left: -1px;
}

.quality_seconds i {
    display: inline-block;
    margin-top: 25px;
    background-image: url(../image/help.png);
    background-repeat: no-repeat;
}

.icon_quality_06 {
    width: 61px;
    height: 58px;
    background-position: -245px -43px;
}

.icon_quality_07 {
    width: 47px;
    height: 58px;
    background-position: -305px -48px;
}

.icon_quality_08 {
    width: 57px;
    height: 58px;
    background-position: -352px -48px;
}

.icon_quality_09 {
    width: 54px;
    height: 58px;
    background-position: -408px -54px;
}

/* 关于我们 */
.about_us {}

.about_us>div {
    height: 360px;
    overflow: hidden;
}

.about_us img {
    height: 100%;
    width: 100%;
}

.page_title {
    height: 50px;
    line-height: 50px;
    background-color: #85c7f3;
    color: rgba(255, 255, 255, 0.8);
}

.page_title a {
    color: rgba(255, 255, 255, 0.8);
}

.page_title>div {
    width: 1200px;
    margin: 0 auto;
}

.icon_page_01 {
    display: inline-block;
    width: 9px;
    height: 15px;
    background: url(../image/icon_page_01.png) center no-repeat;
    opacity: 0.6;
    vertical-align: middle;
    margin: 0 6px;
}

/* 帮助中心 */

.help_list {
    margin: 0 auto;
    height: auto;
    box-sizing: border-box;
    min-width: 1440px;
}

.list_body {
    width: 1200px;
    margin: 0 auto 50px;
}

.list_body ul {}

.list_body ul li {
    height: 31px;
    line-height: 31px;
    display: block;
    overflow: hidden;
    padding-left: 11px;
    background: url(../image/lstp.png) no-repeat scroll 0 14px transparent;
}

.list_body li span {
    float: right;
    font-size: 12px;
    display: inline;
    color: #999;
}

.list_body ul li a:link {
    color: #666;
    font-size: 14px;
    text-decoration: none;
}

.icon_help_01 {
    width: 63px;
    height: 79px;
    background: url(../image/icon_help_01.png) center no-repeat;
}

.icon_help_02 {
    width: 80px;
    height: 79px;
    background: url(../image/icon_help_02.png) center no-repeat;
}

.icon_help_03 {
    width: 74px;
    height: 69px;
    background: url(../image/icon_help_03.png) center no-repeat;
}

/*网点查询*/
.net_q {
    width: 1200px;
    margin: 0 auto 50px;
}

.net_list {
    width: 810px;
    margin: 30px auto;
}

.net_list>li {
    font-size: 0;
    float: left;
    width: 120px;
    height: 120px;
    border: 1px solid #fce7e7;
    border-radius: 8px;
    text-align: center;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    overflow: hidden;
}

.net_list>li+li {
    margin-left: 50px;
}

.net_list>li>div {
    vertical-align: middle;
}

.net_list i {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-size: 100%;
}

.icon_net_01 {
    background: url(../image/icon_net_01.png) center no-repeat;
}

.icon_net_02 {
    background: url(../image/icon_net_02.png) center no-repeat;
}

.icon_net_03 {
    background: url(../image/icon_net_03.png) center no-repeat;
}

.icon_net_04 {
    background: url(../image/icon_net_04.png) center no-repeat;
}

.icon_net_05 {
    background: url(../image/icon_net_05.png) center no-repeat;
}

.net_list .show {
    margin-top: 35px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.net_list p {
    font-size: 12px;
    color: #333;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    margin-top: 10px;
}

.net_list>li:hover {
    box-shadow: 2px 6px 8px rgba(128, 190, 243, 0.6);
    border-color: transparent;
}

.net_list>li>div>i {
    margin-top: 32px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.net_list>li:hover>div>i {
    margin-top: -50px;
}

.net_list>li:hover .show {
    display: block;
    margin-top: 26px;
}

.net_ct_word {
    font-size: 18px;
    color: #333;
    text-indent: 30px;
    width: 480px;
    float: left;
    padding-top: 90px;
    text-align: justify;
    line-height: 1.5;
}

.net_ct_word p+p {
    margin-top: 30px;
}

.net_img {
    float: right;
    height: 500px;
    width: 645px;
}

/*常见问题*/
.common_problem {
    width: 960px;
    margin: 0 auto;
}

.common_uls>li {
    margin-bottom: 50px;
}

.common_uls strong {
    font-size: 24px;
}

.common_uls span {
    color: #666;
    font-size: 14px;
}

.common_uls span.span_01 {
    margin-left: 20px;
}

.common_uls span.span_02 {
    margin-left: 30px;
}

.common_uls a.a_01 {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
    float: right;
}

.icon_common_01 {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../image/slide.png) center no-repeat;
    vertical-align: -3px;
    background-size: 100%;
    margin-left: 5px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

.icon_common_01[data-type="down"] {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.common_list_detail {
    font-size: 14px;
    margin-top: 35px;
    padding-top: 25px;
    overflow: hidden;
}

.common_list_detail[data-show="1"] {
    border-top: 1px solid #d7ecf9;
}

.common_list_detail p {
    line-height: 2;
    text-indent: 36px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
}

.common_problem .join_page {
    width: 100%;
}

/*首页*/
.introdu {
    height: 120px;
    background-color: rgb(255 255 255 / 90%);
    border-bottom: 1px solid #eee;
    margin: 80px 0 0 0;
}

.introduce_center {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.introduce_center>li {
    width: 25%;
    height: 100%;
    float: left;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    cursor: pointer;
    font-weight: bold;
    overflow: hidden;
}

.introduce_center>li:last-child {
    margin-right: 0;
}

.introduce_center>li:hover {
    background-color: #fb2c3d;
    background: #e64552;
}

.introduce_center>li:hover span {
    color: #fff;
    transition: all 0.2s;
    -webkit-transition: all 0.2s linear;
}

.introduce_center>li>a {
    display: block;
    padding: 16px 40px;
    height: 100%;
    box-sizing: border-box;
}

.introWord {
    height: 100%;
    margin-left: 90px;
}

.introWord>span {
    width: 100%;
    display: block;
    color: #333;
    font-size: 16px;
    margin-top: 14px;
}

.introWord .botWord {
    font-size: 16px;
    color: #333;
    margin-top: 10px;
    font-weight: 300;
}

.introduce_center>li:hover .botWord {
    color: #fff;
    transition: 0.2s;
    -webkit-transition: all 0.2s linear;
}

.introduce_center .inImg_all {
    float: left;
    width: 72px;
    height: 80px;
    background: url(../image/index_icon.png) no-repeat;
}

.introduce_center .inImg1 {
    background-position: 0 0;
}

.introduce_center>li:hover .inImg1 {
    background-position: 0px -105px;
}

.introduce_center .inImg2 {
    background-position: -73px 0;
}

.introduce_center>li:hover .inImg2 {
    background-position: -73px -105px;
}

.introduce_center .inImg3 {
    background-position: -145px 0;
    width: 62px;
}

.introduce_center>li:hover .inImg3 {
    background-position: -145px -105px;
}

.introduce_center .inImg4 {
    background-position: -205px 0;
    width: 61px;
}

.introduce_center>li:hover .inImg4 {
    background-position: -205px -105px;
}

/*首页解决方案*/
.index_box1 {
    background-color: #f2f2f2;
    padding: 80px 0;
}

.index_box2 {
    padding: 80px 0;
    background-color: #fff;
}

.index_box3 {
    padding: 80px 0;
    background-color: #f2f2f2;
}
.index_box3 .w1370 {
    width: 1370px !important;
    margin: 0 auto;
}
.index_box4 {
    padding: 80px 0;
    background-color: #fff;
}

.index_box5 {
    padding: 80px 0;
    background-color: #f2f2f2;
}

.serveInner {
    width: 1200px;
    margin: 0 auto;
}

.serveInner h1 {
    height: 45px;
    line-height: 45px;
    font-size: 32px;
    color: #000020;
    text-align: center;
    position: relative;
}

.serveInner h1:before,
.news_center h1:before {
    margin-left: -125px;
}

.serveInner h1:after {
    margin-left: 22px;
}

.news_center h1:after {
    margin-left: 70px;
}

.ser-header+p {
    font-size: 16px;
    text-align: left;
    margin-top: 30px;
}

.bus_service {
    width: 100%;
    height: 300px;
    margin-top: 60px;
    position: relative;
    padding-bottom: 10px;
}

.bus_service>li {
    width: 240px;
    height: 300px;
    position: absolute;
    cursor: pointer;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    top: 0;
    box-shadow: 0px 7px 9px rgba(0, 0, 0, 0.24);
    transform: skew(-5deg);
    -webkit-transform: skew(-5deg);
    overflow: hidden;
}

.bus_service>li:hover {
    top: -10px;
    transition: 0.3s;
    -webkit-transition: all 0.3s linear;
    box-shadow: 0px 10px 25px rgba(29, 112, 174, 0.4);
}

.bsLi1 {
    top: 0;
    left: 0;
    z-index: 1;
}

.bsLi2 {
    top: 0;
    left: 235px;
    z-index: 2;
}

.bsLi3 {
    top: 0;
    left: 470px;
    z-index: 3;
}

.bsLi4 {
    top: 0;
    left: 705px;
    z-index: 4;
}

.bsLi5 {
    top: 0;
    left: 940px;
    z-index: 5;
}

.bus_service>li>a {
    width: 266px;
    height: 100%;
    display: block;
    transform: skew(5deg);
    -webkit-transform: skew(5deg);
    margin-left: -13px;
    position: relative;
}

.inMask {
    width: 270px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    z-index: 1;
}

.bus_service>li:hover .inMask {
    bottom: -300px;
    transition: 0.3s;
    -webkit-transition: all 0.3s linear;
}

.bus_service>li:hover .desBlock {
    background-color: rgba(20, 139, 219, 0.7);
    color: #fff;
    transition: 0.3s;
    -webkit-transition: all 0.3s linear;
}

.bus_service>li:hover .busName {
    top: -10px;
    transition: 0.3s;
    -webkit-transition: all 0.3s linear;
    box-shadow: 0px 10px 25px rgba(27, 111, 172, 0.3);
}

.busName {
    width: 30px;
    height: 160px;
    line-height: 40px;
    position: absolute;
    z-index: 2;
    color: rgba(255, 255, 255, 0.9);
    right: 30px;
    top: 18px;
    font-size: 30px;
    font-weight: bold;
    transform: skew(-5.5deg);
    -webkit-transform: skew(-5.5deg);
}

.desBlock {
    width: 100%;
    height: 90px;
    background-color: rgba(0, 0, 0, 0.4);
    bottom: 0;
    left: 0;
    position: absolute;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    text-align: left;
    padding: 16px 30px;
    box-sizing: border-box;
    line-height: 22px;
}

.service_box .serveBot {
    width: 1370px !important;
    margin: 0 auto;
}

/* advanUL */
.advanUl {
    width: 1200px;
    height: 280px;
    margin-top: 60px;
}

.advanUl>li {
    width: 240px;
    height: 100%;
    float: left;
    cursor: pointer;
    position: relative;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    overflow: hidden;
}

.advanUl>li:hover {
    box-shadow: 0px 10px 25px rgba(29, 112, 174, 0.4);
    background-color: #4d9cff;
    background: linear-gradient(to bottom, #4bb8ff, #4d9cff);
}

.advanUl>li:hover .cornLogo {
    width: 98px;
    height: 99px;
    background: url(../image/index_logo.png) center no-repeat;
    position: absolute;
    left: -14px;
    top: -6px;
    transition: 0.4s;
    -webkit-transition: all 0.4s linear;
}

.advlogos {
    position: absolute;
    width: 66px;
    height: 110px;
    background: url(../image/index_icon.png) no-repeat;
    margin-top: 3px;
    margin-left: 86px;
}

.advlogos1 {
    background-position: -265px 12px;
}

.advanUl>li:hover .advlogos1 {
    background-position: -265px -93px;
}

.advlogos2 {
    background-position: -331px 12px;
    width: 84px;
}

.advanUl>li:hover .advlogos2 {
    background-position: -331px -93px;
}

.advlogos3 {
    background-position: -419px 12px;
    width: 69px;
}

.advanUl>li:hover .advlogos3 {
    background-position: -419px -93px;
}

.advlogos4 {
    background-position: -500px 12px;
    width: 80px;
}

.advanUl>li:hover .advlogos4 {
    background-position: -500px -93px;
}

.advlogos5 {
    background-position: -580px 12px;
}

.advanUl>li:hover .advlogos5 {
    background-position: -580px -93px;
}

.advanUl h2 {
    font-size: 24px;
    font-weight: 500;
    color: #282828;
    text-align: center;
    margin-top: 130px;
}

.advanUl>li:hover h2 {
    color: #fff;
    transition: 0.3s;
    -webkit-transition: all 0.3s linear;
}

.advanUl p {
    width: 100%;
    margin-top: 13px;
    margin-bottom: 20px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.5);
    text-align: center;
}

.advanUl>li:hover p {
    color: rgba(255, 255, 255, 0.5);
    transition: 0.3s;
    -webkit-transition: all 0.3s linear;
}

.checkDet {
    width: 100%;
    padding: 0 55px;
    box-sizing: border-box;
}

.advanUl>li:hover .mask_bg {
    opacity: 0.6;
}

.advanUl>li .mask_bg {
    content: "";
    position: absolute;
    width: 89px;
    height: 305px;
    opacity: 0;
    top: -90px;
    left: 31px;
    background-color: #5dbbff;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.checkDet a {
    width: 105px;
    height: 32px;
    line-height: 32px;
    display: block;
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    color: rgba(153, 153, 153, 0.5);
    font-size: 14px;
    text-align: center;
    margin: 0 auto;
}

.advanUl>li:hover a {
    border: 1px solid #fff;
    background-color: #fff;
    color: #4d9fff;
    transition: 0.3s;
    -webkit-transition: all 0.3s linear;
}

/* 客户服务 */
.sed-nav {
    height: 64px;
    background-color: #d6eeff;
}

.sed-nav-ul {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.sed-nav-ul>li {
    width: 33.3%;
    height: 100%;
    float: left;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    border-right: 1px solid rgba(255, 255, 255, 0.8);
    box-sizing: border-box;
}

.sed-nav-ul>li:last-child {
    border-right: 0;
}

.sed-nav-ul>li.cur a,
.sed-nav-ul>li:hover a {
    box-shadow: 2px 7px 10px rgba(12, 84, 166, 0.35);
}

.sed-nav-ul>li:hover,
.sed-nav-ul .cur {
    transition: 0.4s;
    -webkit-transition: all 0.4s linear;
    background: #1eadff;
}

.sed-nav-ul a {
    width: 100%;
    height: 100%;
    display: block;
    color: #1eadff;
    font-size: 18px;
    line-height: 64px;
    box-sizing: border-box;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    text-align: center;
}

.sed-nav-ul a:before {
    content: "";
    display: inline-block;
    width: 35px;
    height: 30px;
    background: url(../image/help.png) 0px 0 no-repeat;
    vertical-align: -7px;
    margin-right: 8px;
}

.sed-nav-ul a.sed-nav-bg3:before {
    width: 33px;
    background-position: -34px 0;
}

.sed-nav-ul a.sed-nav-bg4:before {
    background-position: -68px 0;
}

.sed-nav-ul a.sed-nav-bg5:before {
    background-position: -765px -184px;
    width: 30px;
}

.sed-nav-ul a.sed-nav-bg6:before {
    background-position: -794px -184px;
}

.sed-nav-ul a.sed-nav-bg7:before {
    background-position: -827px -184px;
}

.sed-nav-ul>li:hover a,
.sed-nav-ul li.cur a {
    color: #fff;
}

.sed-nav-ul>li:hover a.sed-nav-bg1:before,
.sed-nav-ul .cur .sed-nav-bg1:before {
    background-position: 0 -107px;
}

.sed-nav-ul>li:hover a.sed-nav-bg3:before,
.sed-nav-ul .cur .sed-nav-bg3:before {
    background-position: -34px -106px;
}

.sed-nav-ul>li:hover a.sed-nav-bg4:before,
.sed-nav-ul .cur .sed-nav-bg4:before {
    background-position: -67px -106px;
}

.sed-nav-ul>li:hover a.sed-nav-bg5:before,
.sed-nav-ul .cur .sed-nav-bg5:before {
    background-position: -670px -184px;
}

.sed-nav-ul>li:hover a.sed-nav-bg6:before,
.sed-nav-ul .cur .sed-nav-bg6:before {
    background-position: -699px -184px;
}

.sed-nav-ul>li:hover a.sed-nav-bg7:before,
.sed-nav-ul .cur .sed-nav-bg7:before {
    background-position: -731px -184px;
}

/* 中心内容 */
.goods-main-wrap {
    width: 100%;
    height: 100%;
}

.goods-main {
    margin: 0 auto;
    height: 100%;
}

.goods-main>div {
    width: 100%;
    background-color: #fff;
    border-radius: 3px;
}

.goods-check {
    height: 100px;
    line-height: 100px;
    padding-left: 20px;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.goods-check>div {
    height: 100%;
    float: left;
    font-size: 20px;
    color: #282828;
    margin-right: 40px;
}

.goods-check-fl input {
    width: 350px;
    height: 40px;
    margin-left: 10px;
    padding-left: 8px;
    border: 1px solid #ccc;
    color: #ccc;
    box-sizing: border-box;
    font-size: 18px;
}

.goods-check-fr input {
    width: 350px;
    height: 40px;
    border: 1px solid #ccc;
    color: #ccc;
    margin-left: 30px;
    margin-right: 100px;
    padding-left: 8px;
    box-sizing: border-box;
    font-size: 18px;
}

.goods-check button {
    width: 150px;
    height: 41px;
    margin-left: 50px;
    color: #fff;
    text-align: center;
    background-color: #fc515c;
    border-radius: 3px;
    cursor: pointer;
    font-size: 20px;
}

.lgt-info-detail {
    margin-bottom: 30px;
    padding: 0 20px;
}

.l-i-head {
    width: 100%;
    height: 100px;
    line-height: 100px;
    border-bottom: 1px solid #f8f8f8;
    font-weight: bold;
    font-size: 18px;
    box-sizing: border-box;
    color: #282828;
}

.l-i-head>div {
    height: 100%;
    float: left;
    margin-right: 40px;
}

.lgt-info-div {
    width: 100%;
    padding-top: 50px;
    padding-left: 17px;
    box-sizing: border-box;
    overflow: hidden;
}

.lgt-left-img {
    width: 32px;
    margin-right: 32px;
    float: left;
}

.lgt-left-img>li {
    width: 100%;
    height: 100px;
    padding-top: 2.5px;
    box-sizing: border-box;
    position: relative;
}

.lgt-left-img .lgt-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ccc;
    display: block;
    box-sizing: border-box;
    position: absolute;
    top: 5px;
    left: 10px;
}

.now-proc .lgt-dot {
    background-color: rgba(0, 0, 0, 0);
}

.lgt-left-img .lgt-line {
    width: 2px;
    height: 106px;
    margin: 0 auto;
    background-color: #eee;
    display: block;
}

.now-proc .lgt-dot {
    width: 30px;
    height: 30px;
    background-image: url(../image/biao.png);
    background-position: top center;
    background-repeat: no-repeat;
    top: 2px;
    left: 3px;
}

.right-info {
    width: 600px;
    float: left;
}

.right-info>li {
    width: 100%;
    height: 100px;
}

.right-info .r-i-p1 {
    font-size: 16px;
    color: #000;
    margin-bottom: 5px;
    font-weight: bold;
}

.now-proc .r-i-p1 {
    color: #f94956;
}

.r-i-p2>span {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
    margin-right: 15px;
}

.quick-main {
    width: 100%;
    height: 535px;
    margin-top: 54px;
    overflow: hidden;
    background: url(../image/help_map2.png) left center no-repeat;
    padding-left: 760px;
    padding-top: 60px;
    box-sizing: border-box;
}

.quick-main>p {
    text-align: left;
    padding-left: 50px;
    box-sizing: border-box;
    line-height: 2.2;
    font-size: 16px;
    color: #333;
    text-indent: 2em;
    margin-top: 0;
}

.quick-ul {
    width: 600px;
    height: 107px;
    margin-top: 50px;
    overflow: hidden;
}

.quick-ul>li {
    width: 120px;
    height: 100%;
    float: left;
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 14px;
    text-align: center;
    color: #555;
    border-left: 1px solid #eee;
}

.quick-ul>li:last-child {
    border-right: 1px solid #eee;
}

.quick-logo {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    box-sizing: border-box;
    margin-bottom: 8px;
    background-color: #e64552;
    background: linear-gradient(to top, #e64552, #e64552);
    text-align: center;
}

.quick-logo>span {
    display: inline-block;
    height: 76px;
    background-color: #fff;
    width: 76px;
    border-radius: 50%;
    box-sizing: border-box;
    margin-top: 2px;
    text-align: center;
}

.quick-logo>span:before {
    content: "";
    display: inline-block;
    width: 48px;
    height: 50px;
    background: url(../image/help.png) -99px 2px;
    margin-top: 10px;
}

.quick-logo-2>span:before {
    background-position: -147px -1px;
    width: 52px;
    height: 38px;
    margin-top: 18px;
}

.quick-logo-3>span:before {
    background-position: -201px -1px;
    width: 55px;
    height: 38px;
    margin-top: 18px;
}

.quick-logo-4>span:before {
    background-position: -256px -1px;
    width: 48px;
    height: 38px;
    margin-top: 18px;
}

.quick-logo-5>span:before {
    background-position: -302px -1px;
    width: 43px;
    height: 38px;
    margin-top: 18px;
}

.quick-ul>li:hover {
    color: #e64552;
}

.quick-ul>li:hover span {
    background: transparent;
}

.quick-ul>li:hover .quick-logo {
    box-shadow: 0 4px 8px rgba(3, 52, 163, 0.3);
}

.quick-ul>li:hover .quick-logo-1>span:before {
    background-position: -99px 118px;
}

.quick-ul>li:hover .quick-logo-2>span:before {
    background-position: -147px 112px;
    margin-top: 22px;
}

.quick-ul>li:hover .quick-logo-3>span:before {
    background-position: -201px 118px;
}

.quick-ul>li:hover .quick-logo-4>span:before {
    background-position: -256px 113px;
}

.quick-ul>li:hover .quick-logo-5>span:before {
    background-position: -302px 116px;
}

/* 专业服务 */
.ser-header {
    height: 29px;
    line-height: 29px;
    margin-top: 50px;
    font-size: 24px;
    box-sizing: border-box;
}

.ser-header:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 100%;
    background-color: #4d9cff;
    background: linear-gradient(to top, #4bb8ff, #4d9cff);
    vertical-align: -4px;
    margin-right: 20px;
}

.ser-p {
    margin-top: 15px;
    padding-left: 18px;
    font-size: 14px;
}

.position-re {
    width: 1200px;
    height: 450px;
    position: relative;
    margin-top: 40px;
}

.position-re>div {
    width: 35px;
    height: 100px;
    position: absolute;
    top: 145px;
    cursor: pointer;
    z-index: 2;
}

.display-ser {
    height: 100%;
    position: relative;
    perspective: 3000px;
}

.display-ser>li {
    width: 800px;
    height: 400px;
    position: absolute;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
    background-position: center center;
    background-repeat: no-repeat;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    overflow: hidden;
}

.display-li-1 {
    background-image: url(../image/help_sea-ban.png);
}

.display-li-2 {
    background-image: url(../image/help_ship-ban.png);
}

.display-li-3 {
    background-image: url(../image/help_tra-ban.png);
}

.display-li-4 {
    background-image: url(../image/help_rail-ban.png);
}

.display-li-5 {
    background-image: url(../image/help_gy-ban.png);
}

.idex-up {
    z-index: 3;
    top: 0;
    left: 200px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
}

.idex-sed-left {
    z-index: 2;
    top: 0;
    left: -60px;
    transform: scale(0.85);
    -webkit-transform: scale(0.85);
    transition: 0.4s;
    -webkit-transition: 0.4s;
}

.idex-sed-right {
    z-index: 2;
    top: 0;
    left: 460px;
    transform: scale(0.85);
    -webkit-transform: scale(0.85);
    transition: 0.4s;
    -webkit-transition: 0.4s;
}

.idex-botm,
.idex-botm2 {
    z-index: 1;
    top: 0;
    left: 200px;
    transform: scale(0.85);
    -webkit-transform: scale(0.85);
    transition: 0.4s;
    -webkit-transition: 0.4s;
}

.idex-sed-left>div,
.idex-sed-right>div,
.idex-botm>div {
    height: 100%;
    background-color: rgba(0, 0, 0, 0.28);
    transition: 0.4s;
    -webkit-transition: 0.4s;
}

.bg-intro>p {
    width: 270px;
    line-height: 28px;
    font-size: 18px;
    text-align: right;
    margin-left: 58%;
    color: #fff;
}

.dis-prev {
    left: 20px;
    background: url(../image/page.png) center center no-repeat;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.dis-next {
    right: 20px;
    background: url(../image/page.png) center center no-repeat;
}

.bg-intro>div {
    width: 220px;
    height: 50px;
    line-height: 50px;
    margin-top: 15%;
    font-size: 48px;
    color: #fff;
    margin-left: 70%;
    margin-bottom: 40px;
}

.cs-box {
    width: 100%;
    height: 270px;
    margin-top: 40px;
}

.cs-box>li {
    width: 280px;
    height: 248px;
    border: 1px solid #ddd;
    margin-right: 25px;
    background-color: #fff;
    float: left;
    box-sizing: border-box;
    text-align: center;
}

.cs-box>li>div {
    width: 100%;
    height: 30px;
    font-size: 18px;
    color: #000;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 10px;
}

.cs-box>li>p {
    line-height: 1.4;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
    text-align: center;
    margin-top: 5px;
}

.cs-box>li:last-child {
    margin-right: 0;
}

.cs-box>li:hover {
    box-shadow: 5px 10px 20px rgba(3, 67, 163, 0.15);
}

.cs-box>li:before {
    content: "";
    display: inline-block;
    width: 62px;
    height: 54px;
    background-image: url(../image/help.png);
    margin-top: 38px;
}

.cs-box-li1:before {
    background-position: -344px 0px;
}

.cs-box-li2:before {
    background-position: -405px 0px;
}

.cs-box-li3:before {
    background-position: -465px 0px;
}

.cs-box-li4:before {
    background-position: -527px 0px;
    width: 52px !important;
}

.visible-main {
    width: 100%;
    height: 456px;
    margin-top: 30px;
}

.v-m-right {
    width: 630px;
    height: 456px;
    background: url("../image/help_sys.png") center center no-repeat;
    float: right;
    margin-right: -60px;
}

.v-m-left {
    width: 560px;
    height: 100%;
    padding-top: 30px;
    box-sizing: border-box;
    float: left;
}

.v-m-left>p {
    text-align: left;
    width: 100%;
    line-height: 31px;
    text-indent: 2em;
    font-size: 16px;
    color: #333;
}

.v-m-l-ul {
    width: 100%;
    height: 107px;
    overflow: hidden;
    margin-top: 60px;
}

.v-m-l-ul>li {
    float: left;
    height: 80px;
    cursor: pointer;
}

.v-m-l-ul .v-m-li-icon {
    width: 80px;
    border-radius: 50%;
    box-sizing: border-box;
    margin-bottom: 8px;
    background-color: #e64552;
    background: linear-gradient(to top, #e64552, #e64552);
    text-align: center;
}

.v-m-li-icon>div[class] {
    display: inline-block;
    height: 76px;
    background-color: #fff;
    width: 76px;
    border-radius: 50%;
    box-sizing: border-box;
    margin-top: 2px;
    text-align: center;
}

.v-m-li-icon>div:last-child {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.7);
    margin-top: 7px;
}

.v-m-li-icon>div[class]:before {
    content: "";
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url(../image/help.png) center;
}

.v-m-li-icon>div.vm-icon1:before {
    width: 41px;
    background-position: -577px 3px;
    margin-top: 6px;
}

.v-m-li-icon>div.vm-icon2:before {
    background-position: -617px 3px;
    margin-top: 9px;
}

.v-m-li-icon>div.vm-icon3:before {
    background-position: -666px 6px;
    width: 43px;
    margin-top: 5px;
}

.v-m-li-icon>div.vm-icon4:before {
    background-position: 0 -40px;
    width: 48px;
    margin-top: 6px;
}

.v-m-li-icon>div.vm-icon5:before {
    background-position: -47px -40px;
    width: 41px;
    margin-top: 9px;
}

.v-m-l-arrows {
    width: 40px;
    box-sizing: border-box;
    background: url(../image/help.png) -462px -55px no-repeat;
    height: 48px !important;
    margin-top: 11px;
}

.v-m-l-ul .v-m-li-icon:hover .vm-icon1:before {
    background-position: -577px -104px;
}

.v-m-l-ul .v-m-li-icon:hover .vm-icon2:before {
    background-position: -617px -104px;
}

.v-m-l-ul .v-m-li-icon:hover .vm-icon3:before {
    background-position: -666px -101px;
}

.v-m-l-ul .v-m-li-icon:hover .vm-icon4:before {
    background-position: 0px -156px;
}

.v-m-l-ul .v-m-li-icon:hover .vm-icon5:before {
    background-position: -47px -154px;
    width: 40px;
}

.v-m-l-ul .v-m-li-icon:hover {
    background-color: #1eadff;
    box-shadow: 0 4px 8px rgba(3, 52, 163, 0.3);
}

.v-m-l-ul .v-m-li-icon:hover div {
    background: transparent;
}

.v-m-li-icon:hover>div {
    color: #e64552;
}

/* 专业动力 */
.tans-mode {
    width: 100%;
    height: 110px;
    margin-top: 80px;
}

.tans-mode>li {
    float: left;
    background-repeat: no-repeat;
    background-position: center center;
}

.left-start {
    width: 56px;
    height: 100px;
    margin-top: 5px;
    background-image: url("../image/left_s.png");
}

/*
.tans-mode .tm-icon{
    box-shadow: 0 4px 24px rgba(3, 52, 163, 0.3);
    background-color: #4d9cff;
    background: linear-gradient(to top,#4bb8ff,#4d9cff);
}
**/

.tans-mode .tm-icon {
    width: 100px;
    height: 100px;
    margin-top: 5px;
    border-radius: 50%;
    border: 6px solid #fff;
    box-shadow: 0 4px 24px rgba(3, 52, 163, 0.3);
    background-color: #ff4d87;
    background: linear-gradient(to top, #ff4b8d, #ff4d7e);
    color: #fff;
    font-size: 16px;
    box-sizing: border-box;
    text-align: center;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}

.tm-icon:hover {
    border: 0 none;
}

.tans-mode .tm-icon:before {
    content: "";
    display: block;
    width: 100%;
    height: 50px;
    background: url(../image/help.png) -87px -57px no-repeat;
    margin: 0 auto;
}

.tans-mode .gs-icon:before {
    background-position: -87px -153px;
    width: 37px;
}

.tans-mode .port-icon:before {
    background-position: -123px -153px;
    width: 37px;
}

.tans-mode .zc-icon:before {
    background-position: -158px -153px;
    width: 37px;
}

.tans-mode .mdd-icon:before {
    background-position: -194px -157px;
    width: 25px;
}

.short-two {
    width: 95px;
    height: 100%;
    text-align: center;
}

.tm-cn-icon {
    width: 40px;
    height: 34px;
    margin: 5px 26px 0;
}

.tc-icon {
    background: url(../image/help.png) -87px -57px no-repeat;
}

.bc-icon {
    background: url(../image/help.png) -125px -57px no-repeat;
}

.gx-icon {
    background: url(../image/help.png) -503px -73px no-repeat;
    width: 40px;
    margin-left: 33px;
}

.tl-icon {
    background: url(../image/help.png) -163px -57px no-repeat;
    width: 24px;
    margin-left: 33px;
}

.connect-bg1 {
    width: 100%;
    height: 100px;
    margin-top: -35px;
    background-image: url(../image/short_g.png);
    background-repeat: no-repeat;
    background-position: center;
    line-height: 100px;
    font-size: 14px;
    color: #999;
    cursor: pointer;
}

.connect-bg2 {
    width: 100%;
    height: 100px;
    margin-top: -35px;
    background-image: url("../image/long_g.png");
    background-repeat: no-repeat;
    background-position: center;
    line-height: 100px;
    font-size: 14px;
    color: #999;
    cursor: pointer;
}

.connect-bg1:hover {
    color: #fff;
    background-image: url("../image/help_02.png");
}

.connect-bg2:hover {
    color: #fff;
    background-image: url("../image/help_01.png");
}

.monit-bg {
    width: 100%;
    height: 500px;
    background: url("../image/help_monit.png") center center no-repeat;
    position: relative;
}

.monit-bg>div {
    width: 130px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    color: rgba(0, 0, 0, 0.4);
    font-size: 18px;
    font-weight: bold;
}

.monit-bg>div.ml-18 {
    margin-left: -18px;
}

.monit-bg>div.ml-14 {
    margin-left: -14px;
}

.monit-bg>p {
    width: 370px;
    line-height: 23px;
    color: #148bdb;
    font-size: 16px;
    position: absolute;
    right: 146px;
    bottom: 40px;
    text-align: left;
}

.mo-word1 {
    top: 286px;
    left: 207px;
}

.mo-word2 {
    top: 175px;
    left: 423px;
}

.mo-word3 {
    top: 250px;
    left: 423px;
}

.mo-word4 {
    top: 324px;
    left: 423px;
}

.mo-word5 {
    top: 398px;
    left: 423px;
}

.mo-word6 {
    top: 287px;
    left: 645px;
}

.mo-word7 {
    top: 287px;
    left: 890px;
}

.secu-block {
    width: 100%;
    height: 420px;
    margin-top: 40px;
}

.secu-block-left {
    width: 800px;
    height: 100%;
    border-right: 1px solid #ddd;
    float: left;
}

.sbl-cers {
    width: 645px;
    height: 245px;
}

.sbl-cers>div:first-child {
    width: 160px;
    height: 224px;
    background-color: #ef3543;
    float: left;
    background-image: url("../image/help_gl-rz.png");
    background-repeat: no-repeat;
    box-sizing: border-box;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 22px;
    padding: 140px 30px 0;
    background-position: center 36px;
}

.cers-name {
    width: 485px;
    height: 224px;
    background-image: url("../image/help_cers.png");
    background-repeat: no-repeat;
    background-position: center center;
    float: left;
}

.cers-name>span {
    width: 161px;
    height: 22px;
    font-size: 12px;
    margin-top: 234px;
    text-align: center;
    float: left;
    font-weight: 700;
}

.sbl-insu {
    width: 100%;
    height: 120px;
    margin-top: 30px;
}

.sbl-insu>div {
    width: 312px;
    height: 100%;
    float: left;
    color: #000;
    font-size: 12px;
    text-align: center;
    font-weight: 700;
}

.my-insu {
    margin-right: 20px;
}

.my-insu>div:first-child {
    width: 312px;
    height: 105px;
    border: 1px solid #ddd;
    background: url("../image/help_AIG.png") center top no-repeat;
    margin-bottom: 10px;
}

.picc-insu>div:first-child {
    width: 312px;
    height: 105px;
    border: 1px solid #ddd;
    background: url("../image/help_PICC.png") center top no-repeat;
    margin-bottom: 10px;
}

.secu-block-right {
    width: 280px;
    height: 100%;
    margin-left: 80px;
    float: left;
}

.secu-b-head {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    font-size: 18px;
}

.secu-b-ul {
    width: 100%;
    height: 310px;
    margin-top: 10px;
}

.secu-b-ul>li {
    width: 140px;
    height: 155px;
    float: left;
    padding-top: 100px;
    box-sizing: border-box;
    background-position: center 20px;
    background-repeat: no-repeat;
    text-align: center;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.7);
}

.secu-b-ul>li:nth-child(1) {
    background-image: url("../image/anquan.png");
    border-right: 1px dashed #ddd;
    border-bottom: 1px dashed #ddd;
}

.secu-b-ul>li:nth-child(2) {
    background-image: url("../image/baoxian.png");
    border-bottom: 1px dashed #ddd;
}

.secu-b-ul>li:nth-child(3) {
    background-image: url("../image/yingji.png");
    border-right: 1px dashed #ddd;
}

.secu-b-ul>li:nth-child(4) {
    background-image: url("../image/zibei.png");
}

.join_page {
    background-color: #fff;
    margin: 10px 0;
    width: 982px;
    text-align: center;
}

.join_page span {
    line-height: 31px;
    float: left;
    display: inline;
    font-size: 14px;
    cursor: pointer;
    color: #333;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 5px;
}

.join_page select {
    margin: 5px 5px 5px 5px;
    text-align: center;
    border: 1px solid #ddd;
    width: 100px;
    height: 31px;
    font: bold 14px/34px arial;
}

.join_page a {
    display: inline-block;
    margin-right: 6px;
    height: 26px;
    margin: 5px 8px 5px;
    text-align: center;
    border: 1px solid #000;
    padding: 0 10px;
    color: #000;
    font-size: 12px;
    line-height: 26px;
    border-radius: 4px;
}

.join_page a:first-child {
    margin-left: 0;
}

.join_page>label {
    font-size: 12px;
    color: #000;
    margin-left: 16px;
}

.join_page>label input {
    width: 46px;
    height: 26px;
    border: 1px solid #bfbfbf;
    border-radius: 4px;
}

.join_page a:hover,
.join_page a:active,
.join_page a.cur {
    background: #3aa9f2;
    color: #ffffff;
    text-decoration: none;
    border-color: #0494e6;
}

.join_page a.page_more {
    color: #000;
    font-size: 16px;
    border: 0;
    padding: 0;
    margin: 0;
    font-family: sans-serif;
    vertical-align: 3px;
    margin-left: 5px;
}

a.record {
    border: 0;
}

.product-block {
    margin: 0 auto;
    background-color: #fff;
    width: 100%;
    height: 100%;
}

.product-block .serveInner {
    padding-top: 80px;
    padding-bottom: 50px;
}

/****分公司单页*****/
.ltd {
    margin: 0 auto;
}

.wrap_ltd {
    margin: 0 auto;
    height: 328px;
    width: 1200px;
}

.wrap_ltd h1 {
    padding-top: 108px;
    padding-bottom: 30px;
    line-height: 58px;
    font-size: 42px;
    color: #000;
    text-shadow: 1px 2px 6px #333;
}

.wrap_ltd p {
    font-size: 16px;
    color: #333;
    line-height: 2;
    line-height: 31px;
}

.wrap_ltd div {
    width: 1200px;
    height: 44px;
    line-height: 44px;
    border: 1px solid #fff;
    border-radius: 22px;
    text-align: center;
    cursor: pointer;
    margin-top: 30px;
    background-color: rgba(194, 221, 247, 0.4);
}

.wrap_ltd div a {
    width: 100%;
    height: 100%;
    display: block;
    color: #fff;
    font-size: 16px;
}

/*货物跟踪*/
.leftct {
    margin: 0 auto;
    width: 100%;
    font-family: 微软雅黑;
    background: #fd8d60 url(/image/yunbg.png) 50% 100% / cover no-repeat;
    padding-top: 200px;
    padding-bottom: 150px;
    transition: 0.3s;
    overflow: hidden;
}

.leftct .content {
    margin: 0 auto;
    width: 1200px;
    height: 102px;
}

.leftct h1 {
    height: 200px;
    line-height: 200px;
    font-size: 72px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    position: relative;
}

/*position 菜单背景图标*/
.positionIicon {
    display: inline block;
    width: 32px;
    height: 32px;
    margin: 0px 4px;
    float: left;
    margin-right: 10px;
}

/*menu图标*/
.q-menu-img {
    background: url("../image/iconfont-kuaisulu.png");
}

.q-menu-doit {
    background: url("../image/iconfont-0bangzhushouce.png");
}

.q-menu-three {
    background: url("../image/iconfont-wenti.png");
}

.navbar {
    position: absolute;
    z-index: 10;
    top: 100px;
    width: 160px;
}

.navbar nav {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    background: #fff;
}

.navbar a.on {
    color: #fff;
    background: #f33f40;
    line-height: 68px;
}

.navbar a {
    position: relative;
    display: block;
    height: 56px;
    line-height: 56px;
    font-size: 15px;
    color: #999;
    text-align: center;
    border-top: 1px solid #f8f8f8;
    -webkit-transition: color background 0.2s;
    transition: color background 0.2s;
}

.navbar a:hover,
.navbar a:active {
    color: #fff;
    background: #f33f40;
}

/*省分公司*/
.bodypage {
    margin: 0 auto;
    width: 1200px;
    margin-top: 100px;
    margin-bottom: 100px;
    font-size: 16px;
    font-family: "微软雅黑";
    background: #fff;
    overflow: auto;
}

.hybody {
    margin-right: 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    padding-top: 10px;
}

.hybody strong {
    font-weight: bold;
    font-size: 16px;
    color: #333;
}

.hybody p {
    text-align: justify;
    text-justify: inter-ideograph;
    font-size: 16px;
    line-height: 21px;
    text-indent: 21px;
    color: #666;
    margin: 10px 0;
}

.hy_tles {
    text-align: justify;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.12);
    line-height: 58px;
}

.hy_tles strong {
    font-weight: 700;
    color: #b72c37;
    font-size: 16px;
    line-height: 48px;
    margin-right: 15px;
}

/*内容页*/
/* 意见反馈 */
.feed_back {
    width: 1200px;
    margin: 90px auto;
}

.feed_ul {
    width: 580px;
    margin: 50px auto 0;
}

.feed_ul>li {
    margin-bottom: 25px;
}

.feed_ul input {
    width: 437px;
    height: 33px;
    padding: 0 6px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.feed_ul span {
    display: inline-block;
    min-width: 100px;
    font-size: 18px;
    color: #555;
    margin-right: 10px;
    text-align: justify;
    vertical-align: top;
}

.feed_ul span:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 0;
}

.feed_ul textarea {
    vertical-align: top;
    width: 450px;
    height: 200px;
    resize: none;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.feed_ul input:focus,
.feed_ul textarea:focus {
    background-color: #fff !important;
    color: rgba(0, 0, 0, 0.87) !important;
    border: 1px solid #1e98ea !important;
    box-shadow: 0 0 5px rgba(64, 158, 255, 0.5) !important;
}

.feed_back .detail_btns {
    margin-top: 0px;
    text-align: center;
    border: 0;
    padding-left: 17px;
    padding-top: 22px;
}

/*首页*/
.product_head {
    margin: 0 auto;
}

.product_head h2 {
    height: 48px;
    line-height: 48px;
    font-size: 48px;
    color: #000020;
    text-align: center;
    position: relative;
}

.product_head h2:before {
    margin-right: 30px;
}

.product_head h2:after {
    margin-left: 30px;
}

.product_head p {
    line-height: 30px;
    margin-top: 48px;
    color: rgba(51, 51, 51, 0.7);
    text-align: center;
    font-size: 18px;
}

/** 方案**/
.solution_head {
    margin: 0 auto;
}

.solution_head h2 {
    height: 48px;
    line-height: 48px;
    font-size: 48px;
    padding-bottom: 50px;
    color: #000020;
    text-align: center;
    position: relative;
}

.solution_head h2:before {
    margin-right: 30px;
}

.solution_head h2:after {
    margin-left: 30px;
}

.solution_head p {
    line-height: 30px;
    margin-top: 20px;
    color: rgba(51, 51, 51, 0.7);
    text-align: center;
    font-size: 18px;
}

/* 固定右側start */

.tubiao {
    position: fixed;
    z-index: 44;
    position: fixed;
    bottom: 100px;
    right: 0;
    width: 80px;
    background: #fff;
    top: 50%;
    transform: translate(0, -50%);
    box-shadow: #c9c7c7 0 0 8px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    height: 510px;
    font-size: 14px;
}

.tubiao img {
    width: 55px;
}

.tubiao .img55 img {
    width: 50px;
}

.tubiao>div {
    margin-bottom: 7px;
    border-radius: 2px;
    cursor: pointer;
    padding-bottom: 7px;
    text-align: center;
    color: #717171;
}

.tubiao>div:not(:last-of-type) {
    border-bottom: 1px solid #ededed;
}

.tubiao .info a {
    display: block;
}

.tubiao .up img {
    width: 30px;
}

.tubiao .up div {
    color: #717171;
}

.tubiao .qy-wx {
    position: absolute;
    right: 100px;
    top: -85px;
    padding: 30px;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: #c9c7c7 0 0 8px;
    display: none;
}

.scan-code:hover .qy-wx {
    display: block;
}

.tubiao .qy-wx img {
    width: 170px;
}

.tubiao .tell {
    position: absolute;
    left: -150px;
    border-radius: 4px;
    width: 134px;
    top: 0;
    height: 45px;
    line-height: 45px;
    background: #4490ef;
    color: #fff;
    display: none;
}

.tubiao div:hover .tell {
    display: block;
}

.mt-6 {
    margin-top: 6px !important;
}

.pore {
    position: relative;
}

.w24 {
    width: 24px;
}

/* 固定右側end */

/**弹窗样式start*/
.dialog .mask {
    background-color: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

.dialog .mask .prompt_box {
    min-width: 400px;
    background: #ffffff;
    border-radius: 6px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.dialog .mask .prompt_box .prompt_title {
    position: relative;
    margin: 20px;
}

.dialog .mask .prompt_box .prompt_title .tip {
    font-size: 18px;
    color: #333333;
}

.dialog .mask .prompt_box .prompt_cancel {
    font-size: 30px;
    color: #d9d9d9;
    position: absolute;
    right: 0;
    top: -10px;
    cursor: pointer;
}

.dialog .mask .prompt_box .prompt_cancel:hover {
    color: #555;
}

.dialog .mask .prompt_box .prompt_cont {
    position: relative;
    text-align: center;
    display: inline-block;
    margin: 30px 40px 60px 35px;
}

.get-dialog .prompt_box.type1 .btn {
    margin-left: 0 !important;
}

.get-dialog .prompt_cont {
    margin: 20px 45px !important;
}

.mr-50 {
    margin-right: 50px !important;
}

.dialog .mask .prompt_box .prompt_cont img {
    width: 173px;
    height: 173px;
    margin-bottom: 15px;
}

.dialog .mask .prompt_box .prompt_cont p {
    color: #7f7f7f;
}

.dialog .mask .prompt_box.type1 input {
    outline: none;
    border: none;
    width: 270px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #d7d7d7;
    padding-left: 30px;
}

.dialog .mask .prompt_box.type1 .pre {
    position: relative;
}

.dialog .mask .prompt_box.type1 .icon3 {
    width: 12px;
    height: 18px;
    position: absolute;
    top: 10px;
    margin: 0 10px;
}

.dialog .mask .prompt_box.type1 .btn {
    background-color: #3788ee;
    color: #fff;
    width: 300px;
    height: 40px;
    line-height: 40px;
    margin-top: 30px;
    border-radius: 3px;
    margin-bottom: 40px;
    margin-left: 12px;
    cursor: pointer;
}

.dialog .mask .prompt_box.type1 .wxCode {
    color: #7f7f7f;
    cursor: pointer;
}

.dialog .mask .prompt_box.type2 {
    display: none;
}

.dialog .mask .prompt_box.type2 img {
    display: inline-block;
    margin-top: -3px;
    cursor: pointer;
}

.dialog .mask .prompt_box.type2 .tip {
    display: inline-block;
}

.dialog .hide {
    display: none;
}

.dialog .show {
    display: block;
}

/**弹窗样式end*/

/* 提示语弹窗start */
.api-message {
    text-align: center;
    width: 400px;
    background: #ffffff;
    border-radius: 6px;
    position: fixed;
    top: 10%;
    left: 50%;
    margin-left: -200px;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
}

.api-message.success {
    background-color: #f0f9eb;
    border: 1px solid #e1f3d8;
    color: #67c6a6;
}

.api-message.error {
    background-color: #fef0f0;
    border: 1px solid #fde2e2;
    color: #f56c6c;
}

/* 提示语弹窗end */

/* 渠道合作伙伴 */

.c-three {
    margin: 0 auto;
    background-color: #fff;
    padding: 80px 0;
}

.c-three .img-ul {
    width: 1200px;
    margin: 40px auto 0;
}

.c-three .img-ul li {
    float: left;
    width: 20%;
    margin-bottom: 30px;
}

.ship-ul {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.ship-ul li {
    margin-bottom: 20px;
    width: 23%;
}

/* 渠道合作伙伴end */

/** 自适应pc端 类名为media的全部隐藏 */
.media-inline-block,
.media-block,
.media-flex {
    display: none;
}
