                @charset "utf-8";
                /*@font-face {
                    font-family: "SourceHanSansCN-Normal";
                    src: url("../../font/SourceHanSansCN-Normal.eot");
                    src: url("../../font/SourceHanSansCN-Normal.eot?#font-spider") format('embedded-opentype'), url("../../font/SourceHanSansCN-Normal.ttf") format('truetype'), url("../../font/SourceHanSansCN-Normal.woff") format('woff'), url("../../font/SourceHanSansCN-Normal.svg") format('svg');
                    font-weight: normal;
                    font-style: normal;
                }*/
                /* CSS rest */
                
                body,
                div,
                dl,
                dt,
                dd,
                ul,
                ol,
                li,
                h1,
                h2,
                h3,
                h4,
                h5,
                h6,
                pre,
                code,
                form,
                fieldset,
                legend,
                input,
                textarea,
                p,
                blockquote,
                th,
                td {
                    margin: 0;
                    padding: 0;
                    /*-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;*/
                }
                
                html {
                    overflow-x: visible;
                }
                
                body {
                    font-family: "Source-Han-Ligh1bc3f4202d20771" !important;
                    overflow-y: scroll;
                    height: 100%;
                    position: relative;
                    background: #f8f8f8;
                }
                
                a {
                    text-decoration: none;
                }
                
                fieldset,
                img {
                    vertical-align: middle;
                    display: inline-block;
                    border: 0;
                }
                
                input,
                select,
                button {
                    outline: medium none;
                    background: none;
                    border: 0;
                }
                
                textarea:-webkit-autofill,
                select:-webkit-autofill {
                    -webkit-box-shadow: 0 0 0 1000px white inset;
                }
                
                textarea:focus {
                    -webkit-box-shadow: 0 0 0 1000px white inset;
                }
                
                address,
                caption,
                cite,
                code,
                dfn,
                em,
                th,
                var,
                b,
                h1,
                h2,
                h3 {
                    font-style: normal;
                    font-weight: normal;
                }
                
                ol,
                ul,
                li {
                    list-style-type: none;
                }
                
                q:before,
                q:after {
                    content: "";
                }
                
                abbr,
                acronym {
                    border: 0;
                    font-variant: normal;
                }
                /*html5 reset*/
                
                header,
                footer,
                section,
                nav,
                menu,
                details,
                hgroup,
                figure,
                figcaption,
                article,
                aside {
                    margin: 0;
                    padding: 0;
                    display: block;
                }
                
                .clear {
                    clear: both;
                    font-size: 0;
                    height: 0;
                    line-height: 0;
                    overflow: hidden;
                }
                
                .clearfix:after {
                    clear: both;
                    content: ".";
                    display: block;
                    font-size: 0;
                    height: 0;
                    visibility: hidden;
                }
                
                .clearfix {
                    zoom: 1;
                }
                /*头部样式*/
                
                @keyframes fadeInDown {
                    from {
                        opacity: 0;
                        -webkit-transform: translate3d(0, -100%, 0);
                        transform: translate3d(0, -100%, 0);
                    }
                    to {
                        opacity: 1;
                        -webkit-transform: translate3d(0, 0, 0);
                        transform: translate3d(0, 0, 0);
                    }
                }
                
                @-moz-keyframes fadeInDown {
                    from {
                        opacity: 0;
                        -webkit-transform: translate3d(0, -100%, 0);
                        transform: translate3d(0, -100%, 0);
                    }
                    to {
                        opacity: 1;
                        -webkit-transform: translate3d(0, 0, 0);
                        transform: translate3d(0, 0, 0);
                    }
                }
                
                @-webkit-keyframes fadeInDown {
                    from {
                        opacity: 0;
                        -webkit-transform: translate3d(0, -100%, 0);
                        transform: translate3d(0, -100%, 0);
                    }
                    to {
                        opacity: 1;
                        -webkit-transform: translate3d(0, 0, 0);
                        transform: translate3d(0, 0, 0);
                    }
                }
                
                @-ms-keyframes fadeInDown {
                    from {
                        opacity: 0;
                        -webkit-transform: translate3d(0, -100%, 0);
                        transform: translate3d(0, -100%, 0);
                    }
                    to {
                        opacity: 1;
                        -webkit-transform: translate3d(0, 0, 0);
                        transform: translate3d(0, 0, 0);
                    }
                }
                
                a.top_img {
                    display: block;
                    height: 102px;
                    background: url(/Public/img/top_img.jpg) no-repeat center center/100% 100%;
                    animation: fadeInDown 1s linear normal 1;
                    -webkit-animation: fadeInDown 1s linear normal 1;
                    -moz-animation: fadeInDown 1s linear normal 1;
                    -o-animation: fadeInDown 1s linear normal 1;
                }
                
                .comm-header {
                    width: 100%;
                    background: #000;
                }
                
                .totalnav li.mobile-hide-ship-coming {
                    display: none;
                }
                
                .comm-header.on {
                    position: absolute;
                    top: 0;
                    left: 0;
                    z-index: 210;
                    background: rgba(0, 0, 0, 0.3);
                }
                
                .top-con {
                    margin: 0 auto;
                    padding: 12px 24px 0 32px;
                    height: 26px;
                }
                
                .top-con img {
                    margin: 0 7px;
                }
                
                .top-con span {
                    float: left;
                    display: block;
                    font-size: 14px;
                    color: #fff;
                    margin-right: 24px;
                }
                
                .top-con span.com-name {
                    max-width: 254px;
                    margin-right: 10px;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                    overflow: hidden;
                }
                
                .top-con span a {
                    display: inline-block;
                    font-size: 12px;
                    color: #fff;
                    margin-right: 10px;
                }
                
                .top-con span a.login-text,
                .top-con span.com-name.login-text,
                .top-con span.com-name.login-text a {
                    margin: 0;
                }
                
                .top-con span a:hover {
                    color: #1c9a99;
                }
                
                .top-con ul {
                    float: right;
                }
                
                .top-con ul li {
                    float: left;
                    display: inline;
                    margin-left: 21px;
                }
                
                .top-con ul li a {
                    display: block;
                    font-size: 12px;
                    color: #fff;
                }
                
                .top-con ul li a:hover {
                    color: #1c9a99;
                }
                
                .head-warp-con {
                    padding: 0 0 0 32px;
                }
                
                .logo {
                    float: left;
                    padding-top: 11px;
                    font-size: 0;
                }
                
                .img-logo-pc {
                    display: block;
                }
                
                .mobile-menu,
                .img-logo-mobile {
                    display: none;
                }
                
                .totalnav {
                    float: right;
                }
                
                .totalnav li {
                    position: relative;
                    float: left;
                    display: inline;
                    width: 103px;
                    height: 78px;
                }
                
                .totalnav li a {
                    display: block;
                    width: 103px;
                    height: 52px;
                    text-align: center;
                    padding-top: 26px;
                    font-size: 16px;
                    color: #313132;
                    font-weight: 500;
                }
                
                .totalnav li a img.down-pc-img {
                    display: inline-block;
                    padding: 0 0 0 8px;
                }
                
                .totalnav li a img.down-mobile-img {
                    display: none;
                }
                
                .totalnav li:hover {
                    /*border-bottom: 3px solid #009999;*/
                    /*height: 75px;*/
                }
                
                .totalnav li a:hover {
                    color: #009999;
                }
                
                .totalnav li.on,
                .totalnav li.about-us-pcon {
                    border-bottom: 3px solid #009999;
                    height: 75px;
                }
                
                .totalnav li a.on,
                .totalnav li a.about-us-pcon {
                    color: #009999;
                }
                
                .totalnav li a.about-us-mobile,
                .totalnav li a.about-us-mobileon {
                    display: none;
                }
                
                .down-menu {
                    display: none;
                    position: absolute;
                    left: -22px;
                    top: 78px;
                    background: rgba(0, 0, 0, 1);
                    padding: 10px 0;
                    z-index: 9999;
                }
                
                .totalnav li .down-menu a {
                    width: 150px;
                    padding: 0;
                    height: 44px;
                    line-height: 44px;
                    font-size: 14px;
                    font-weight: 400;
                }
                
                .line-long {
                    width: 100%;
                    height: 1px;
                    background: rgba(246, 246, 246, 0.25);
                }
                /*底部样式*/
                
                footer {
                    width: 100%;
                    background: #202120;
                }
                
                .cooper-con {
                    width: 1200px;
                    margin: 0 auto;
                    padding: 36px 0 23px 0;
                    border-bottom: 1px solid #515050;
                }
                
                .cooper-con {
                    background: #202120;
                }
                
                .cooper-con ul {
                    float: left;
                }
                
                .cooper-con ul.com-link {
                    width: 245px;
                }
                
                .cooper-con ul.com-link li a {
                    font-size: 14px;
                    font-weight: 300;
                    color: #aca9a9;
                    line-height: 30px;
                }
                
                .cooper-con ul.com-link li a.com-link-us,
                .cooper-con ul.com-link li {
                    color: #fff;
                    font-size: 0;
                }
                
                .cooper-con ul.com-link li a:hover {
                    color: #099;
                }
                
                .cooper-con ul.com-ewm {
                    width: 636px;
                }
                
                .cooper-con ul.com-ewm li {
                    float: left;
                    padding: 0 50px;
                    text-align: center;
                }
                
                .cooper-con ul.com-ewm li img {
                    width: 102px;
                    height: 102px;
                    padding: 0 0 12px 0;
                }
                
                .cooper-con ul.com-ewm li span {
                    display: block;
                    font-size: 12px;
                    color: #666;
                    line-height: 18px;
                }
                
                .cooper-con ul.com-server {
                    width: 318px;
                }
                
                .cooper-con ul.com-server li {
                    line-height: 40px;
                    text-align: right;
                }
                
                .server-num {
                    font-size: 22px;
                    font-weight: 400;
                    color: #d2d2d2;
                }
                
                .com-num {
                    font-size: 26px;
                    font-weight: 400;
                    color: #fff;
                }
                
                .com-num img {
                    position: relative;
                    top: -3px;
                    width: 23px;
                    height: 25px;
                    padding: 0 10px 0 0;
                }
                
                .server-time {
                    font-size: 14px;
                    font-weight: 300;
                    color: #d2d2d2;
                }
                

                
                .webfoot {
                    padding-top: 30px;
                }
                

                
                .webfoot span {
                    color: #fff;
                }
                
                .mobilefoot {
                    padding: 0;
                }
                
                .mobilefoot p {
                    color: #fff;
                }
                
                .record {
                    width: 380px;
                    margin: 0 auto;
                    padding-bottom: 50px;
                }
                
                .record li {
                    float: left;
                    margin-right: 5px;
                }
                
                .gotop {
                    position: fixed;
                    bottom: 30px;
                    right: 40px;
                    z-index: 99;
                }
                
                .gotop img {
                    width: 50px;
                    height: 48px;
                }
                
                .com-box {
                    display: none;
                    position: fixed;
                    top: 50%;
                    left: 50%;
                    width: 500px;
                    background: #fff;
                    padding: 0 0 30px 0;
                    margin: -177px 0 0 -250px;
                    z-index: 21;
                }
                
                .com-box h3 {
                    height: 36px;
                    line-height: 36px;
                    padding: 0 30px 0 0;
                    margin: 0 0 20px 0;
                    text-indent: 14px;
                    font-size: 12px;
                    color: #fff;
                    background: #008887;
                }
                
                .com-box h3 span {
                    float: right;
                    cursor: pointer;
                }
                
                .com-box p {
                    padding: 0 0 0 100px;
                    font-size: 16px;
                    color: #666;
                    line-height: 36px;
                    color: #666;
                }
                
                .com-box p span {
                    display: inline-block;
                    width: 80px;
                    text-align: right;
                    color: #000;
                }
                
                .com-box button {
                    display: block;
                    border: none;
                    width: 180px;
                    height: 50px;
                    background: #ff6326;
                    color: #fff;
                    font-size: 18px;
                    margin: 20px auto 0 auto;
                }
                
                #master-unit {
                    cursor: pointer;
                }

                /**商务合作意向移动端**/
                @media screen and (min-width:312px) and (max-width:480px) {
                    /******山西安速*****/
                    .total-nav li.login{
                        top: 22px;
                        left: 14px;
                        height: 30px;
                        line-height: 30px;
                    }
                    .total-nav li.register{
                        left: 14px;
                    }
                    .total-nav li.login:hover,.total-nav li.register:hover{
                        border-bottom:0;
                    }
                    .total-nav li.login a{
                        padding: 0;
                        height: 30px;
                        line-height: 30px;
                        background: #00a971;
                        color: #fff;
                        border-radius: 16px;
                    }
                    .popup-content{
                        position: fixed;
                        top: 50%;
                        left: 50%;
                        padding: 0 30px 20px 30px;
                        width: 530px;
                        margin: -290px 0 0 -265px;
                        background-color: #fff;
                        border-radius: 10px;
                        z-index: 2000;
                    }
                    .popup-content h3{
                        height: 66px;
                        line-height: 66px;
                        color: #515c6e;
                        text-align: center;
                        font-size: 18px;
                        font-weight: normal;
                    }
                    .popup-content .close{
                        float: right;
                        width: 20px;
                        height: 20px;
                        margin: 20px 0 0 0;
                        cursor: pointer;
                    }
                    .popup-content .close img{
                        width: 100%;
                    }
                    .popup-content ul li{
                        width: 480px;
                        height: 32px;
                        color: #515a6e;
                        margin: 0 0 25px 0;
                        white-space: nowrap;
                    }
                    .popup-content .split{
                        margin: 10px 0 20px 0;
                        width: 100%;
                        height: 1px;
                        background-color: #eee;
                    }
                    .popup-content ul li i{
                        display: inline-block;
                        width: 100px;
                        text-align: right;
                        font-style: normal;
                        color: #424752;
                    }
                    .popup-content ul li i:before{
                        content: '*';
                        color: #f00;
                        font-size: 12px;
                        padding: 0 5px 0 0;
                    }

                    .popup-content ul li input,.popup-content ul li select{
                        display: inline-block;
                        width: 354px;
                        height: 32px;
                        line-height: 1.5;
                        padding: 4px 7px;
                        font-size: 12px;
                        border: 1px solid #dcdee2;
                        border-radius: 4px;
                        color: #424752;
                        background-color: #fff;
                        background-image: none;
                        position: relative;
                        cursor: text;
                        -webkit-transition: border 0.2s ease-in-out, background 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
                        transition: border 0.2s ease-in-out, background 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
                        transition: border 0.2s ease-in-out, background 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
                        transition: border 0.2s ease-in-out, background 0.2s ease-in-out, box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
                    }
                    .popup-content ul li select{
                        color: #999;
                    }
                    .popup-content ul li select option{
                        color:#424752 ;
                    }
                    .popup-content ul li.code-li{
                        position: relative;
                    }
                    .popup-content ul li input.switch-service{
                        width: 310px;
                        margin: 0 10px 0 0;
                    }
                    .popup-content ul li input.img-code{
                        width: 200px;
                    }
                    #img-code-goods,#img-code-car{
                        position: absolute;
                        width: 126px;
                        height: 50px;
                        right: 26px;
                        top: -10px;
                        cursor: pointer;
                    }
                    ::-webkit-input-placeholder,textarea::-webkit-input-placeholder { /* WebKit browsers */
                        color: #999;
                        font: 400 16px Arial;
                    }

                    ::-moz-placeholder,textarea::-webkit-input-placeholder { /* Mozilla Firefox 19+ */
                        color: #999;
                        font: 400 16px Arial;
                    }

                    :-ms-input-placeholder,textarea::-webkit-input-placeholder { /* Internet Explorer 10+ */
                        color: #999;
                        font: 400 16px Arial;
                    }
                    .sub-btn{
                        float: none;
                        display: block;
                        margin: 20px auto 0 auto;
                        border-radius: 4px;
                    }
                    label.error{
                        position: absolute;
                        display: block;
                        color: #f00;
                        padding: 0 0 0 104px;
                    }
                    .reset-btn {
                        display: none;
                    }

                    .sub-btn{
                        display: block;
                        width: 82px;
                        height: 34px;
                        line-height: 34px;
                        background: #00a971;
                        color: #fff;
                        margin: 20px auto 0 auto;
                        border: 0;
                        cursor:pointer;
                    }
                    .popup .mask,.ship-popup .mask,.popup-anshu .mask {
                        position: absolute;
                        top: 0;
                        left: 0;
                        width: 100%;
                        height: 100%;
                        background-color: #000;
                        opacity: 0.5;
                        z-index: 2;
                    }
                    /****************/

                    .popup-anshu.cooperation ul li i{
                        padding: 0 10px 0 0;
                    }
                    .popup-content ul li.customer_desc {
                        height: auto;
                    }
                    .popup-content ul li.customer_desc i {
                        position: relative;
                        top: -68px;
                    }
                    .popup-content ul li.customer_desc textarea{
                        display: inline-block;
                        width: 354px;
                        height: 80px;
                        padding: 4px 7px;
                        font-size: 16px;
                        border: 1px solid #dcdee2;
                        border-radius: 4px;
                        color: #424752;
                        background-color: #fff;
                        font-family: 'Arial';
                        resize:none;
                    }
                    .line-long {
                        width: 100%;
                        height: 1px;
                        background: rgba(246, 246, 246, 0.25);
                    }

                    /*合作意向移动端*/
                    .popup-content{
                        width: 284px;
                        margin: -290px 0 0 -170px;
                        font-size: 16px;
                        border-radius:0;
                    }
                    .popup-anshu.anshu-goods,.popup-anshu.anshu-car,.popup-anshu.cooperation{
                        display: none;
                    }
                    .main.on{
                        position: absolute;
                        left: 50%;
                        margin: 0 0 0 -170px;
                        padding: 40px 0 0 0;
                        overflow-y: scroll;
                        z-index: 1000;
                    }
                    .cooperation-popup.on{
                        position: static;
                        margin: 0;
                    }
                    .popup-content h3{
                        font-size: 20px;
                    }
                    .popup-content .close{
                        margin: 22px 0 0 0;
                    }
                    .popup-content ul li i{
                        display: none;
                    }
                    .popup-content ul li{
                        width: 284px;
                        margin-bottom: 44px;
                    }
                    .popup-content ul li input{
                        width: 262px;
                        height: 36px;
                        font-size: 16px;
                        padding: 4px 7px 4px 15px;
                        border-radius:0;
                    }
                    .popup-content ul li.customer_desc textarea{
                        width: 262px;
                        padding: 4px 7px 4px 15px;
                    }
                    a.cooperation_mobile {
                        position: fixed;
                        width: 100%;
                        height: 1.5rem;
                        background: url(../../../../static/home/images/adv_m.jpg) no-repeat center center;
                        background-size: 100%;
                        left: 0;
                        bottom: 0;
                        z-index: 9;
                    }
                    a.close-mobile-adv {
                        display: flex;
                        position: fixed;
                        width: 10%;
                        height: 1.5rem;
                        left: 0;
                        bottom: 0;
                        z-index: 10;
                        align-items: center;
                        justify-content: center;
                    }
                    a.close-mobile-adv img{
                        width: 16px;
                        height: 16px;
                    }
                    label.error{
                        padding: 0;
                        font-size: 16px;
                    }
                    .sub-btn{
                        width: 100%;
                        height: 40px;
                        line-height: 40px;
                        font-size: 14px;
                    }
                }