@font-face {
    font-family: 'DINPro-Bold';
    src: url(http://s.e.baidu.com/sites/all/themes/ebaidu2018/fonts/DINPro-Bold.eot);
    src: local('☺'), url(http://s.e.baidu.com/sites/all/themes/ebaidu2018/fonts/DINPro-Bold.woff) format('woff'), url(http://s.e.baidu.com/sites/all/themes/ebaidu2018/fonts/DINPro-Bold.ttf) format('truetype'), url(http://s.e.baidu.com/sites/all/themes/ebaidu2018/fonts/DINPro-Bold.svg) format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DINPro-Medium';
    src: url(http://s.e.baidu.com/sites/all/themes/ebaidu2018/fonts/DINPro-Medium.eot);
    src: local('☺'), url(http://s.e.baidu.com/sites/all/themes/ebaidu2018/fonts/DINPro-Medium.woff) format('woff'), url(http://s.e.baidu.com/sites/all/themes/ebaidu2018/fonts/DINPro-Medium.ttf) format('truetype'), url(http://s.e.baidu.com/sites/all/themes/ebaidu2018/fonts/DINPro-Medium.svg) format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DINPro-Regular';
    src: url(http://s.e.baidu.com/sites/all/themes/ebaidu2018/fonts/DINPro-Regular.eot);
    src: local('☺'), url(http://s.e.baidu.com/sites/all/themes/ebaidu2018/fonts/DINPro-Regular.woff) format('woff'), url(http://s.e.baidu.com/sites/all/themes/ebaidu2018/fonts/DINPro-Regular.ttf) format('truetype'), url(http://s.e.baidu.com/sites/all/themes/ebaidu2018/fonts/DINPro-Regular.svg) format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    font-weight: normal;
    font-family: PingFangSC-Light, 'Microsoft YaHei', "微软雅黑", SourceHanSansCN-Normal, STHeiti, Helvetica, Arail;
    box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, menu, nav, section {
    display: block;
}

body {
    font-size: 12px;
    transition: padding 0.3s;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

i, em {
    font-style: normal;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
    outline: none;
}

input, textarea, button, select {
    outline: none;
    font-family: PingFangSC-Regular, MicrosoftYaHei, 'Microsoft YaHei', "微软雅黑", SourceHanSansCN-Normal, STHeiti, Helvetica;
}

.font-din {
    font-family: 'DINPro-Regular';
}

.font-din.bold {
    font-family: 'DINPro-Bold';
}

.font-din.medium {
    font-family: 'DINPro-Medium';
}

.clear {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: "";
    clear: both;
    overflow: hidden;
    height: 0;
    width: 100%;
    display: block;
    zoom: 1;
}

img {
    max-width: 100%;
    height: auto;
}

.animated {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes scaleOut {
    0% {
        -webkit-transform: scale(0.6);
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(1.00);
        opacity: 1.0;
    }
}

@keyframes scaleOut {
    0% {
        transform: scale(0.6);
        opacity: 0;
    }
    100% {
        transform: scale(1.00);
        opacity: 1.0;
    }
}

.scaleOut {
    -webkit-animation: scaleOut 0.3s ease-in-out both;
    animation: scaleOut 0.3s ease-in-out both;
}

@-webkit-keyframes scaleIn {
    0% {
        -webkit-transform: scale(1.0);
        opacity: 1.0;
    }
    100% {
        -webkit-transform: scale(0.6);
        opacity: 0;
    }
}

@keyframes scaleIn {
    0% {
        transform: scale(1.0);
        opacity: 1.0;
    }
    100% {
        transform: scale(0.6);
        opacity: 0;
    }
}

.scaleIn {
    -webkit-animation: scaleIn 0.3s ease-in-out both;
    animation: scaleIn 0.3s ease-in-out both;
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown {
    -webkit-animation: slideInDown 0.3s ease-in-out both;
    animation: slideInDown 0.3s ease-in-out both;
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInUp {
    -webkit-animation: slideInUp 0.3s ease-in-out both;
    animation: slideInUp 0.3s ease-in-out both;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDown {
    -webkit-animation: fadeInDown 0.5s both;
    animation: fadeInDown 0.5s both;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation: fadeIn 0.5s ease-in-out both;
    animation: fadeIn 0.5s ease-in-out both;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation: fadeInUp 0.5s both;
    animation: fadeInUp 0.5s both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.relative {
    position: relative;
}

.swiper-pagination a {
    width: 14px;
    display: inline-block;
    height: 14px;
    border-radius: 100%;
    background-color: #fff;
    opacity: 0.3;
    transition: all 0.5s;
    margin: 0 10px;
    text-indent: -20px;
    overflow: hidden;
}

.swiper-pagination a.activeSlide {
    opacity: 1;
    background-color: #fff;
}

#layer {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    filter: alpha(opacity=70);
    opacity: 0.7;
    z-index: 11;
    top: 0;
    left: 0;
    display: none;
}


.header-right {
    overflow: hidden;
    position: fixed;
    top: 15px;
    right: 40px;
    z-index: 11;
    transition: all 0.3s;
}

.call-num {
    font-size: 24px;
    line-height: 50px;
    color: #666666;
    display: block;
    float: left;
    margin-right: 20px;
}

.call-btn {
    border: 1px solid #DEDEDE;
    border-radius: 100px;
    height: 50px;
    display: block;
    width: 150px;
    font-size: 18px;
    color: #294DF7;
    line-height: 48px;
    text-align: center;
    float: left;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    transition: all 0.5s;
}

.call-btn span {
    position: relative;
    z-index: 3;
}

.call-btn:hover {
    color: #fff;
    background-color: #294DF7;
    background-image: -webkit-linear-gradient(52deg, #0D6AF2 0%, #182FEC 39%, #00C1DF 100%);
    background-image: -o-linear-gradient(52deg, #0D6AF2 0%, #182FEC 39%, #00C1DF 100%);
    background-image: -moz-linear-gradient(52deg, #0D6AF2 0%, #182FEC 39%, #00C1DF 100%);
    background-image: linear-gradient(52deg, #0D6AF2 0%, #182FEC 39%, #00C1DF 100%);
}


body.fixed-header .header {
    box-shadow: 0 2px 6px 0 rgba(117, 117, 117, 0.20);
}
.subnav {
    height: 60px;
    background: #F7F8FA;
    box-shadow: 0 2px 6px 0 rgba(117, 117, 117, 0.20);
    position: fixed;
    top: 80px;
    z-index: 5;
    width: 100%;
    transition: all 0.3s;
}

body.has-subnav {
    padding-top: 140px!important;
}

body.has-subnav .subnav {
    display: block;
}

body.ohidden {
    padding-top: 60px!important;
}

body.ohidden .header {
    transform: translate3d(0, -80px, 0);
}

body.ohidden .subnav {
    transform: translate3d(0, -80px, 0);
    background: rgba(247, 248, 250, 0.9);
}

body.ohidden .header-right {
    top: 5px;
}

.subnav ul {
    padding-left: 133px;
}

.subnav li {
    float: left;
    display: block;
    padding-left: 50px;
    transition: all 0.5s;
}

.subnav ul.menu li {
    margin: 0;
}

.subnav li a {
    font-size: 14px;
    line-height: 60px;
    color: #333;
    transition: all 0.3s;
    display: block;
    float: left;
}

.subnav li a.active, .subnav li a:hover {
    color: #294DF7;
}

.home-banner {
    overflow: hidden;
}

.home-banner .swiper-pagination {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 20px;
    z-index: 10;
}

.home-banner img {
    width: 100%;
    height: auto;
}

.home-banner-bottom {
    padding: 20px 0;
    overflow: hidden;
    line-height: 50px;
    font-size: 18px;
    color: #666666;
    background-color: #fff;
}

.home-banner-bottom span.font-din {
    color: #294DF7;
    font-size: 22px;
}

.home-banner-bottom .button-apply {
    float: left;
    margin-right: 60px;
}

.home-banner-bottom .other-apply {
    padding-top: 0;
    line-height: 50px;
}

.box {
    padding: 50px 0;
    background-color: #fff;
}

.box.front-last, .box.business-objective {
    overflow: hidden;
}

.box.front-banner {
    padding-bottom: 20px;
    display: none;
}

.box.gray {
    background-color: #f9f9f9;
}

.box.gradient {
    background-color: #fff;
    background: -webkit-linear-gradient(180deg, #FFFFFF 50%, #F7F8FA 100%);
    background: -o-linear-gradient(180deg, #FFFFFF 50%, #F7F8FA 100%);
    background: -moz-linear-gradient(180deg, #FFFFFF 50%, #F7F8FA 100%);
    background: linear-gradient(180deg, #FFFFFF 50%, #F7F8FA 100%);
}

.box.gradient2 {
    background-color: #FFFFFF;
    background: -webkit-linear-gradient(0deg, #FFFFFF 50%, #F7F8FA 100%);
    background: -o-linear-gradient(0deg, #FFFFFF 50%, #F7F8FA 100%);
    background: -moz-linear-gradient(0deg, #FFFFFF 50%, #F7F8FA 100%);
    background: linear-gradient(0deg, #FFFFFF 50%, #F7F8FA 100%);
}

.box.gradient-blue {
    background-color: #294DF7;
    background: -webkit-linear-gradient(52deg, #182FEC 0%, #0D6AF2 39%, #00C1DF 100%);
    background: -o-linear-gradient(52deg, #182FEC 0%, #0D6AF2 39%, #00C1DF 100%);
    background: -moz-linear-gradient(52deg, #182FEC 0%, #0D6AF2 39%, #00C1DF 100%);
    background: linear-gradient(52deg, #182FEC 0%, #0D6AF2 39%, #00C1DF 100%);
}

.box.pb0 {
    padding-bottom: 0;
}

.box.pb20 {
    padding-bottom: 20px;
}

.box.pt0 {
    padding-top: 0;
}

.box.select-industry {
    background-image: url(http://s.e.baidu.com/sites/all/themes/ebaidu2018/images/bgHangye.jpg);
    background-position: center bottom;
    background-size: 1200px;
    background-repeat: no-repeat;
}

.box.footer-apply {
    background-color: #F7F8FA;
    background-image: url(http://s.e.baidu.com/sites/all/themes/ebaidu2018/images/bgApplyFooter.svg);
    background-position: right center;
    background-repeat: no-repeat;
}

.m1200 {
    max-width: 1240px;
    padding: 0 40px;
    margin: 0px auto;
}

.box .m1200 {
    position: relative;
}

.banner-left {
    width: 45%;
    float: left;
}

.banner-right {
    width: 50%;
    height: 100%;
    float: right;
    overflow: hidden;
    position: relative;
}

.front-banner .banner-right {
    height: 480px;
}

.bottom-img {
    width: 100%;
    height: 80%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    overflow: hidden;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: cover;
    transition: all 5s linear;
    background-image: url(http://s.e.baidu.com/sites/all/themes/ebaidu2018/images/1-final.jpg);
}

.swiper-slide-active .bottom-img {
    background-position: right center;
}

.bottom-img:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.bmain {
    width: 298px;
    position: absolute;
    z-index: 5;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.bmain img {
    width: 100%;
    float: left;
}

.page-banner .banner-left {
    width: 50%;
}

.page-banner .banner-right {
    width: 45%;
    max-width: 540px;
}

.banner-right img {
    max-width: 100%!important;
    height: auto!important;
}

.box h2.title, .box h2.title2 {
    font-size: 40px;
    color: #333333;
    line-height: 55px;
    margin-bottom: 20px;
    position: relative;
}

.box h2.title2 {
    text-align: center;
    font-size: 24px;
    line-height: 36px;
    width: 72%;
    margin: 0px auto 60px;
}

.box.gradient-blue h2.title {
    color: #fff;
}

.tiyan-app h2.title {
    margin-bottom: 0;
    line-height: 100px;
}

.tiyan-app .apps {
    position: absolute;
    top: 0;
    right: 40px;
    padding-right: 50px;
}

.tiyan-app .apps2 {
    padding-right: 0;
}

.apps a {
    margin: 0 50px;
    font-size: 18px;
    line-height: 36px;
}

.apps2 a {
    margin: 0 10px;
}

.apps .cj-app img {
    max-width: 68px;
}

.box h2.title.txt-center {
    text-align: center;
}

.page-banner .banner-left h2.title {
    padding-top: 60px;
}

.page-banner .banner-left h2.title.pt30 {
    padding-top: 30px;
}

.box p.main {
    font-size: 18px;
    color: #666666;
    line-height: 24px;
    margin-bottom: 10px;
}

.banner-left p.main {
    min-height: 100px;
}

.why {
    position: relative;
    overflow: hidden;
}

.why-box {
    width: calc((100% - 40px)/2);
    height: 100%;
    background: #FFFFFF;
    box-shadow: 5px 15px 40px 0 rgba(39, 43, 157, 0.20);
    border-radius: 6px;
    margin-right: 40px;
    float: left;
}

.why-box:last-of-type {
    margin-right: 0;
}

.why-box img {
    max-width: 100%;
    border-radius: 6px;
    display: block;
}

.why-box h3 {
    font-size: 22px;
    line-height: 32px;
    clear: both;
    padding: 0 50px 15px;
    margin-top: -40px;
}

.why-box p {
    font-size: 16px;
    color: #393939;
    line-height: 24px;
    height: 122px;
    padding: 0 50px 50px;
}

.why-1 {
    padding-bottom: 40px;
    min-height: 450px;
    padding-top: 60px;
}

.why1-pic {
    width: 811px;
    height: 546px;
    position: absolute;
    left: 40%;
    top: -145px;
    background-image: url(http://s.e.baidu.com/sites/all/themes/ebaidu2018/images/bright.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.f-huan {
    width: 715px;
    height: 715px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -357.5px 0 0 -357.5px;
    overflow: hidden;
    background-image: url(http://s.e.baidu.com/sites/all/themes/ebaidu2018/images/huan.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
}

@keyframes cycle {
    100% {
        transform: rotate(160deg);
    }
}

@keyframes cycle2 {
    100% {
        transform: rotate(360deg);
    }
}

.f-icon {
    width: 110px;
    height: 132px;
    position: absolute;
    transition: all 1.2s;
    transform: scale(0.1);
    opacity: 0;
    top: 50%;
    left: 50%;
    z-index: 2;
    margin: -66px 0 0 -55px;
}

.quan {
    width: 365px;
    height: 365px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -182px 0 0 -182px;
    z-index: 5;
}

.du {
    position: absolute;
    width: 64px;
    height: 69px;
    top: 50%;
    left: 50%;
    margin: -35px 0 0 -32px;
    background: url(http://s.e.baidu.com/sites/all/themes/ebaidu2018/images/du.svg) no-repeat;
}

.quan-bg {
    width: 100%;
    height: 100%;
    background-image: url(http://s.e.baidu.com/sites/all/themes/ebaidu2018/images/quan.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    animation: cycle2 5s infinite linear;
}

.why1-pic.current .f-huan {
    -webkit-animation: cycle2 5s infinite linear;
    -o-animation: cycle2 5s infinite linear;
    animation: cycle2 5s infinite linear;
}

.why1-pic.current .f-icon {
    opacity: 1;
    transform: scale(1);
    margin: 0;
}

.why1-pic.current .f-iqiyi {
    top: 40%;
    left: 23%;
}

.why1-pic.current .f-app {
    top: 19%;
    left: 10%;
}

.why1-pic.current .f-wp {
    top: 3%;
    left: 46%;
}

.why1-pic.current .f-map {
    top: 17%;
    left: 70%;
}

.why1-pic.current .f-tieba {
    top: 47%;
    left: 65%;
}

.why1-pic.current .f-llq {
    top: 70%;
    left: 56%;
}

.why1-pic.current .f-nm {
    top: 64%;
    left: 16%;
}

.why1-pic.current .f-baike {
    top: 65%;
    left: 36%;
}

.why1-pic.current .f-zhidao {
    top: 10%;
    left: 29%;
}

.f-icon img {
    width: 100%;
}

.why1-content {
    width: 40%;
    color: #fff;
}

.why1-content h3 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 15px;
}

.why1-content h3 a {
    color: #fff;
    padding-right: 21px;
    background: url(http://s.e.baidu.com/sites/all/themes/ebaidu2018/images/moreArrowWhite.svg) no-repeat right center;
    background-size: 14px;
}

.why-box h3 a {
    color: #000000;
    padding-right: 21px;
    background: url(http://s.e.baidu.com/sites/all/themes/ebaidu2018/images/moreArrow.svg) no-repeat right center;
    background-size: 14px;
}

.why1-content p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 100px;
}

.apply-btn {
    width: 100%;
    overflow: hidden;
}

.apply-btn .blue-btn {
    float: left;
}

.center .blue-btn {
    display: inline-block;
    float: none;
    width: 200px;
}

.button-apply {
    height: 50px;
    overflow: hidden;
}

.pager-load-more a, .line-blue-btn, .line-white-btn, .blue-btn {
    width: 170px;
    height: 50px;
    border: none;
    border-radius: 100px;
    color: #fff;
    line-height: 50px;
    font-size: 18px;
    display: block;
    text-align: center;
    position: relative;
    overflow: hidden;
    background-color: #294DF7;
    background-image: -webkit-linear-gradient(52deg, #182FEC 0%, #0D6AF2 39%, #00C1DF 120%);
    background-image: -o-linear-gradient(52deg, #182FEC 0%, #0D6AF2 39%, #00C1DF 120%);
    background-image: -moz-linear-gradient(52deg, #182FEC 0%, #0D6AF2 39%, #00C1DF 120%);
    background-image: linear-gradient(52deg, #182FEC 0%, #0D6AF2 39%, #00C1DF 120%);
    transition: all 0.75s ease;
}

.blue-btn:hover {
    background-image: -webkit-linear-gradient(52deg, #182FEC 0%, #00C1DF 39%, #0D6AF2 120%);
    background-image: -o-linear-gradient(52deg, #182FEC 0%, #00C1DF 39%, #0D6AF2 120%);
    background-image: -moz-linear-gradient(52deg, #182FEC 0%, #00C1DF 39%, #0D6AF2 120%);
    background-image: linear-gradient(52deg, #182FEC 0%, #00C1DF 39%, #0D6AF2 120%);
}

.pager-load-more a {
    margin: 0px auto;
}

.line-white-btn {
    border: 1px solid #fff;
    line-height: 48px;
    background: none;
    transition: all 0.25s ease-in;
}

.line-white-btn:hover {
    background: #fff;
    color: #294DF7;
}

.pager-load-more a span, .line-blue-btn span, .blue-btn span {
    position: relative;
    z-index: 3;
}

.pager-load-more a, .line-blue-btn {
    border: 1px solid #294DF7;
    border-radius: 100px;
    color: #294DF7;
    background: #fff;
}

.pager-load-more a:hover, .line-blue-btn:hover {
    color: #fff;
    background-color: #294DF7;
    background-image: -webkit-linear-gradient(52deg, #182FEC 0%, #00C1DF 39%, #0D6AF2 120%);
    background-image: -o-linear-gradient(52deg, #182FEC 0%, #00C1DF 39%, #0D6AF2 120%);
    background-image: -moz-linear-gradient(52deg, #182FEC 0%, #00C1DF 39%, #0D6AF2 120%);
    background-image: linear-gradient(52deg, #182FEC 0%, #00C1DF 39%, #0D6AF2 120%);
}

.blue-btn.disabled {
    opacity: 0.2;
    cursor: not-allowed;
}

.blue-btn.disabled:before {
    display: none;
}

.button-apply a.blue-btn {
    float: left;
}

.home-banner-bottom .blue-btn {
    width: 220px;
}

.ad-txt {
    display: block;
    float: left;
    height: 30px;
    border: 1px solid #FF7B00;
    border-left: 0;
    position: relative;
    padding: 0 15px 0 10px;
    margin-top: 10px;
    margin-left: 30px;
    font-size: 14px;
    color: #FF7B00;
    line-height: 28px;
    border-radius: 0 4px 4px 0;
    cursor: default;
}

.ad-txt:before {
    content: '';
    width: 15px;
    height: 30px;
    position: absolute;
    left: -14px;
    top: -1px;
    display: block;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 15px 30px;
    background-image: url(http://s.e.baidu.com/sites/all/themes/ebaidu2018/images/arrowBtn.png);
}

.other-apply {
    padding-top: 30px;
}

.other-apply p {
    font-size: 18px;
    color: #666666;
    line-height: 24px;
    padding-bottom: 10px;
}

.other-apply .font-din {
    font-size: 24px;
    color: #294DF7;
    letter-spacing: 0.56px;
    line-height: 26px;
}

.select {
    text-align: center;
    position: relative;
    z-index: 5;
}

.select-industry .select {
    margin-bottom: 40px;
}

.select label {
    display: inline-block;
    padding-right: 20px;
    position: relative;
    font-size: 16px;
    color: #666;
    line-height: 24px;
    height: 24px;
}

.select label.focus {
    color: #333;
}

.select label:after {
    content: '';
    display: block;
    width: 10px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(http://s.e.baidu.com/sites/all/themes/ebaidu2018/images/arrowUp.svg);
    background-size: 10px;
    background-position: right center;
    background-repeat: no-repeat;
    transform: rotate(180deg);
    transition: all 0.4s;
}

.select.down label:after {
    transform: rotate(0deg);
}

.select ul {
    display: none;
    background: #FFFFFF;
    box-shadow: 0 10px 20px 0 rgba(37, 39, 95, 0.06);
    border-radius: 6px;
    width: 160px;
    position: absolute;
    top: 40px;
    left: 50%;
    margin-left: -80px;
    padding: 10px 0;
    text-align: center;
}

.select.down ul {}

.select li {
    font-size: 16px;
    color: #333333;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
}

.select li:hover {
    color: #294DF7;
}

.select li.selected {
    color: #294DF7;
}

.using-num {
    font-size: 46px;
    color: #333333;
    line-height: 46px;
    text-align: center;
}

.using-num.size32 {
    font-size: 32px;
}

.using-num span.font-din {
    font-weight: 400;
}

.objectives {
    position: relative;
    padding: 80px 0 70px 0;
    width: 100%;
}

.objectives .tabs {
    width: 100%;
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 5;
}

.tabs a {
    font-size: 16px;
    color: #87878A;
    line-height: 36px;
    margin-right: 50px;
    display: inline-block;
    position: relative;
    transition: all 0.3s;
    font-weight: bold;
}

.tabs a:hover, .tabs a.active {
    color: #294DF7;
}

.tabs a.active:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #294DF7;
}

.objective {
    height: 420px;
    position: relative;
    background-color: #182FEC;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 100%;
    border-radius: 10px;
    transition: all 0.5s;
    cursor: pointer;
}

.objective1 {
    background-image: url(http://s.e.baidu.com/sites/all/themes/ebaidu2018/images/bj1.jpg);
}

.objective2 {
    background-image: url(http://s.e.baidu.com/sites/all/themes/ebaidu2018/images/bj2.jpg);
}

.objective-content {
    position: absolute;
    left: 0;
    top: 0;
    padding: 70px 0 0 80px;
    color: #fff;
    width: 500px;
}

.objective-content h2 {
    font-size: 40px;
    margin-bottom: 20px;
}

.objective-content p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px;
    min-height: 120px;
}

.objective-content a {
    color: #fff;
}

.objective-img {
    width: 370px;
    height: 640px;
    position: absolute;
    right: -70px;
    top: -90px;
    padding: 70px 45px 55px 35px;
    background-image: url(http://s.e.baidu.com/sites/all/themes/ebaidu2018/images/bgObjective.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100%;
}

.objective-box {
    background: #FFFFFF;
    border-radius: 10px;
    width: 250px;
    margin: 0px auto 10px;
    padding: 0 20px;
    overflow: hidden;
}

.charts-title {
    padding-top: 20px;
    padding-bottom: 10px;
    overflow: hidden;
}

.charts-title label {
    font-size: 12px;
    line-height: 24px;
    color: #294DF7;
    float: left;
}

.charts-title .up-num {
    font-size: 18px;
    line-height: 24px;
    color: #294DF7;
    display: inline-block;
    float: right;
    padding-right: 24px;
    background: url(http://s.e.baidu.com/sites/all/themes/ebaidu2018/images/up.svg) no-repeat right center;
    background-size: 16px;
}

.charts-content {
    overflow: hidden;
    padding-bottom: 10px;
}

.charts-content img {
    width: 100%;
    float: left;
}

.objective-box .title-bar {
    padding: 10px 0;
}

.objective-box:first-of-type .title-bar {
    padding-top: 20px;
}

.title-bar label {
    display: inline-block;
    font-size: 12px;
    color: #9CA4C3;
    padding-left: 15px;
    position: relative;
    background: url(http://s.e.baidu.com/sites/all/themes/ebaidu2018/images/pointer.svg) no-repeat left center;
    background-size: 10px;
    line-height: 24px;
}

.title-bar .font-din {
    font-size: 12px;
    color: #294DF7;
    line-height: 24px;
}

.prograss {
    height: 6px;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

.prograss:before {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    border-radius: 2.5px;
    background: #EAF1FF;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 1px;
}

.prograss .bar {
    height: 100%;
    position: absolute;
    left: 0;
    z-index: 3;
    width: 0;
    border-radius: 6px;
    background-color: #294DF7;
    background: -webkit-linear-gradient(52deg, #182FEC 0%, #0D6AF2 39%, #00C1DF 100%);
    background: -o-linear-gradient(52deg, #182FEC 0%, #0D6AF2 39%, #00C1DF 100%);
    background: -moz-linear-gradient(52deg, #182FEC 0%, #0D6AF2 39%, #00C1DF 100%);
    background: linear-gradient(52deg, #182FEC 0%, #0D6AF2 39%, #00C1DF 100%);
}

.view-more a, .title-more {
    font-size: 14px;
    color: #294DF7;
    line-height: 55px;
    position: absolute;
    right: 40px;
    top: 0;
    padding-right: 21px;
    background: url(http://s.e.baidu.com/sites/all/themes/ebaidu2018/images/moreArrow.svg) no-repeat right center;
    background-size: 14px;
    display: block;
}

.view-more a {
    position: static;
    line-height: 20px;
    display: inline-block;
}

.front-last .m1200 {
    position: relative;
}

.front-last-left {
    padding: 50px 640px 50px 0;
}

.front-last-bg {
    position: absolute;
    width: 285px;
    height: calc(100% + 100px);
    right: 80px;
    background-color: #294DF7;
    background: -webkit-linear-gradient(46deg, #00C1DF 0%, #0D6AF2 53%, #182FEC 100%);
    background: -o-linear-gradient(46deg, #00C1DF 0%, #0D6AF2 53%, #182FEC 100%);
    background: -moz-linear-gradient(46deg, #00C1DF 0%, #0D6AF2 53%, #182FEC 100%);
    background-image: linear-gradient(46deg, #00C1DF 0%, #0D6AF2 53%, #182FEC 100%);
    top: -50px;
}

.front-last-charts {
    width: 680px;
    height: 415px;
    background: url(http://s.e.baidu.com/sites/all/themes/ebaidu2018/images/bgPrice.svg) no-repeat;
    background-size: 100%;
    position: absolute;
    padding: 65px 85px 55px 75px;
    top: 50%;
    right: -45px;
    margin-top: -207px;
}

.front-last-left p.main {
    color: #393939;
    margin-bottom: 40px;
}

.front-last-charts .charts-title label {
    float: none;
    display: block;
    clear: both;
}

.front-last-charts .charts-title .up-num {
    float: left;
    display: block;
    clear: both;
}

.front-last-charts .qx {
    transform: translate3d(0, 50px, 0);
    transition: all 1s ease-in;
}

.front-last-charts .qx.focus {
    transform: translate3d(0, 0, 0);
}

.say-logo {
    padding-bottom: 10px;
    overflow: hidden;
}

.say-logo img {
    float: none;
}

.man-say {
    margin-bottom: 20px;
    width: 100%;
}

.man-say .swiper-slide {
    min-height: 100px;
}

.man-say h4 {
    font-size: 14px;
    line-height: 24px;
    color: #87878A;
    clear: both;
}

.man-say p {
    font-size: 14px;
    line-height: 24px;
    color: #87878A;
    clear: both;
}

.say-info {
    overflow: hidden;
    padding-left: 58px;
    position: relative;
    min-height: 44px;
}

.say-info dt {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    border-radius: 100%;
}

.say-info dt img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
}

.say-info dd {
    font-size: 14px;
    color: #87878A;
    line-height: 20px;
}

.say-info dd h4 {
    padding-bottom: 4px;
}

.apply-form {
    padding-top: 40px;
    width: 64%;
}

.apply-form ul {
    overflow: hidden;
    padding-bottom: 20px;
}

.apply-form li {
    height: 45px;
    width: 40%;
    float: left;
    padding-right: 20px;
    padding-left: 110px;
    position: relative;
    margin-bottom: 30px;
}

.apply-form li:nth-of-type(2n) {
    width: 60%;
    padding-left: 130px;
    padding-right: 0;
}

.apply-form li label {
    font-size: 18px;
    line-height: 45px;
    color: #333333;
    display: block;
    width: 110px;
    position: absolute;
    left: 0;
    top: 0;
}

.apply-form li label.must b {
    color: #FF2121;
}

.apply-form li:nth-of-type(2n) label {
    left: 20px;
}

.case-filter select, .apply-form li select, .apply-form li input {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #E7E7E7;
    border-radius: 3px;
    font-size: 14px;
    line-height: 18px;
    height: 45px;
    padding: 13px;
    box-sizing: border-box;
}

.apply-form li select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #fff url(http://s.e.baidu.com/sites/all/themes/ebaidu2018/images/arrowDown.svg) no-repeat right 10px center;
    background-size: 10px;
    padding-right: 10px;
}

.case-filter select {
    border: none;
    background: none;
    font-size: 16px;
    color: #87878A;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(http://s.e.baidu.com/sites/all/themes/ebaidu2018/images/arrowDown.svg) no-repeat right center;
    background-size: 10px;
    padding-right: 15px;
    padding-left: 0;
}

.case-filter select::-ms-expand {
    display: none;
}

.views-exposed-form .views-exposed-widget {
    padding-right: 60px;
}

.apply-form li .error-tip {
    position: absolute;
    font-size: 12px;
    left: 110px;
    top: 45px;
    line-height: 20px;
    color: #FF0012;
}

.apply-form li input.error, .apply-form li select.error {
    border: 1px solid #FF0012;
}

.apply-form li select {
    width: 48%;
    float: left;
    margin-right: 2%;
}

.apply-form li select:last-of-type {
    width: 50%;
    margin-right: 0;
}

.box.footer-apply .m1200 {
    position: relative;
}

.service-call {
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    right: 40px;
    font-size: 18px;
    color: #333333;
    line-height: 44px;
}

.service-call a {
    display: inline-block;
    padding-left: 55px;
    font-size: 46px;
    color: #294DF7;
    line-height: 56px;
    background: url(http://s.e.baidu.com/sites/all/themes/ebaidu2018/images/iconPhone.svg) no-repeat left 7px;
}

.footer-bottom {
    padding: 40px 0;
    background: #fff;
}

.footer-bottom dl {
    width: 16.66%;
    float: left;
}

.footer-bottom dt {
    font-size: 16px;
    color: #333333;
    line-height: 18px;
    margin-bottom: 15px;
}

.footer-bottom dd a {
    font-size: 14px;
    color: #87878A;
    line-height: 30px;
    transition: all 0.3s;
}

.footer-bottom dd a.wx, .footer-bottom dd a.wb {
    display: block;
    width: 27px;
    height: 27px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    float: left;
}

.footer-bottom dd a.wx {
    background-image: url(http://s.e.baidu.com/sites/all/themes/ebaidu2018/images/iconWx.svg);
    position: relative;
    margin-right: 10px;
}

.footer-bottom dd a.wx span {
    width: 129px;
    height: 149px;
    position: absolute;
    left: 0;
    bottom: 30px;
    display: none;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.footer-bottom dd a.wx:hover span {
    display: block;
}

.footer-bottom dd a.wx span img {
    width: 100%;
}

.footer-bottom dd a.wb {
    background-image: url(http://s.e.baidu.com/sites/all/themes/ebaidu2018/images/iconWb.svg);
}

.footer-bottom dd a:hover {
    color: #333;
}

.footer-bottom dd a.font-din {
    color: #294DF7;
}

.footer {
    background: #FBFBFB;
    text-align: center;
    font-size: 12px;
    color: #AAA;
    line-height: 24px;
    padding: 15px 0;
}

.footer a {
    color: #aaa;
}

.right-float-bar {
    width: 138px;
    position: fixed;
    right: -20px;
    bottom: 15%;
    z-index: 12;
}

.right-float-bar a.emi, .right-float-bar a.hd {
    display: block;
    width: 138px;
    height: 138px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
}

.right-float-bar a.emi {
    background-image: url(http://s.e.baidu.com/sites/all/themes/ebaidu2018/images/iconEmi.png);
}

.right-float-bar a.hd {
    background-image: url(http://s.e.baidu.com/sites/all/themes/ebaidu2018/images/iconHd.png);
}

.right-float-bar a.emi span {
    display: block;
    background: rgba(255, 255, 255, 1);
    box-shadow: 5px 15px 40px 0 rgba(39, 43, 157, 0.20);
    border-radius: 25px 25px 0 25px;
    position: absolute;
    height: 50px;
    width: 162px;
    font-size: 14px;
    color: #666;
    text-align: center;
    line-height: 50px;
    left: -140px;
    bottom: 50%;
    margin-bottom: -25px;
    transform: scale(0);
    transform-origin: right bottom;
    transition: all 0.25s ease-in;
}

.right-float-bar a.emi:hover span {
    transform: scale(1);
}

.dialog {
    background: #FFFFFF;
    border-radius: 6px;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 12;
    display: none;
}

.dialog a.close {
    font-size: 24px;
    color: #979797;
    position: absolute;
    right: 20px;
    top: 10px;
}

.dialog.submit-success {
    width: 800px;
    height: 480px;
    margin: -240px 0 0 -400px;
}

.dialog#applyPop {
    width: 800px;
    height: 540px;
    margin: -270px 0 0 -400px;
}

.submit-success h2 {
    font-size: 30px;
    color: #333;
    padding-top: 80px;
    text-align: center;
    background: url(http://s.e.baidu.com/sites/all/themes/ebaidu2018/images/duigou.svg) no-repeat top center;
    background-size: 64px;
    margin-top: 10%;
}

.submit-success p {
    width: 62%;
    margin: 30px auto 0;
    font-size: 16px;
    line-height: 24px;
    color: #666;
    text-align: center;
}

.submit-success p .font-din {
    color: #294DF7;
}

.apply-page {
    width: 450px;
    margin: 40px auto 0;
}

.apply-page.have-activity {
    width: 680px;
    margin: 40px auto 0;
}

.dialog .apply-page.have-activity, .dialog .apply-page {
    margin-top: 0;
}

.apply-page h2 {
    font-size: 40px;
    color: #333333;
    letter-spacing: 4px;
    text-align: center;
    margin-bottom: 10px;
}

.apply-page h3 {
    text-align: center;
    font-size: 18px;
    color: #666;
    line-height: 24px;
    margin-bottom: 15px;
}

.activity-img {
    text-align: center;
}

.activity-img img {
    max-width: 100%!important;
    height: auto!important;
    max-height: 100px!important;
}

.apply-page.no-activity .activity-img, .apply-page.no-activity h3 {
    display: none;
}

.apply-page .apply-form {
    width: 100%;
}

.apply-page .apply-form li {
    width: 100%;
    padding-right: 0;
    padding-left: 110px;
    clear: both;
}

.apply-page.have-activity .apply-form li {
    width: 50%;
    float: left;
    clear: none;
    padding-right: 20px;
}

.apply-page.have-activity .apply-form li:nth-of-type(2n) {
    padding-right: 0;
}

.apply-page .apply-form li:nth-of-type(2n) label {
    left: 0;
}

.apply-page .blue-btn {
    width: 100%;
}

.apply-page.have-activity .blue-btn {
    width: 480px;
    margin: 0px auto;
    float: none;
}

.cell10 li {
    width: 10%;
    float: left;
}

.cell6 li {
    width: 16.66%;
    float: left;
}

.cell5 li {
    width: 20%;
    float: left;
}

.cell4 li {
    width: 25%;
    float: left;
}

.cell3 li {
    width: 33.33%;
    float: left;
}

.cell2 li {
    width: 50%;
    float: left;
    padding-right: 40px;
}

.cell2 li:nth-of-type(2n) {
    padding-left: 40px;
    padding-right: 0;
}

.box-content {
    padding-top: 40px;
}

.scene-tab {
    margin-bottom: 20px;
}

.scene-tab li {
    text-align: center;
}

.scene-tab a {
    font-size: 16px;
    color: #87878A;
    line-height: 36px;
    display: inline-block;
    position: relative;
    transition: all 0.5s;
}

.scene-tab a:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #294DF7;
    overflow: hidden;
    height: 1px;
    width: 0;
    transition: all 0.5s;
}

.scene-tab a:hover, .scene-tab a.active {
    color: #294DF7;
}

.scene-tab a:hover:after, .scene-tab a.active:after {
    width: 100%;
}

.scene-main {
    padding: 60px 0;
    background: #FFF;
    border: 1px solid #E7E7E7;
    border-radius: 6px;
    overflow: hidden;
}

.scene-main li {
    position: relative;
    text-align: center;
    height: 120px;
    overflow: hidden;
}

.scene-main li .app {
    transition: all 0.3s ease-in;
}

.scene-main li:hover .app {
    transform: translate3d(0, -50px, 0);
}

.scene-main li:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 60px;
    margin-top: -30px;
    background: #E7E7E7;
    overflow: hidden;
}

.scene-main li:first-of-type:after {
    display: none;
}

.scene-main li .app-icon {
    height: 60px;
    text-align: center;
    opacity: 1;
    transition: all 0.3s ease-in;
}

.scene-main li:hover .app-icon {
    opacity: 0;
}

.scene-main li .app-icon img {
    height: 100%;
}

.scene-main li h3 {
    font-size: 16px;
    color: #333333;
    line-height: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.scene-main li p {
    font-size: 16px;
    color: #87878A;
    opacity: 0;
    transition: all 0.3s ease-in;
}

.scene-main li:hover p {
    opacity: 1;
}

.advantage2 li {
    overflow: hidden;
}

.advantage3 li {
    width: calc((100% - 160px)/3);
    padding-top: 220px;
    background-repeat: no-repeat;
    background-position: left top;
    margin-bottom: 20px;
    margin-right: 80px;
    float: left;
}

.advantage3 li:last-of-type {
    margin-right: 0;
}

.advantage3 li h3, .right-info h3 {
    font-size: 24px;
    color: #393939;
    line-height: 32px;
    margin-bottom: 16px;
}

.advantage3 li p, .right-info p {
    font-size: 16px;
    color: #87878A;
    line-height: 24px;
}

.advantage2 .right-info p {
    min-height: 120px;
}

.advantage3 li p {
    min-height: inherit;
    margin-bottom: 40px;
}

.screen2 li {
    margin-bottom: 25px;
}

.screen2 li:nth-of-type(3), .screen2 li:nth-of-type(4) {
    margin-bottom: 0;
}

.screen2 .right-info p {
    min-height: 72px;
}

.advantage3 li:last-of-type p {
    margin-bottom: 0;
}

.ad-tr {
    position: absolute;
    top: 0;
    right: 40px;
    font-size: 18px;
    color: #393939;
    line-height: 27px;
    width: 50%;
}

.left-icon {
    width: 68px;
    text-align: center;
    float: left;
}

.left-icon img {
    max-width: 100%;
}

.right-info {
    width: calc(100% - 108px);
    float: right;
}

.advantage3 li.ad3-1 {
    background-image: url(http://s.e.baidu.com/sites/all/themes/ebaidu2018/images/ad3-1.gif);
    background-size: 250px;
}

.advantage3 li.ad3-2 {
    background-image: url(http://s.e.baidu.com/sites/all/themes/ebaidu2018/images/ad3-2.gif);
    background-size: 300px;
}

.advantage3 li.ad3-3 {
    background-image: url(http://s.e.baidu.com/sites/all/themes/ebaidu2018/images/ad3-3.gif);
    background-size: 300px;
}

.gg-type {
    height: 382px;
    margin-bottom: 30px;
    display: block!important;
}

.gg-type2 {
    overflow: hidden;
    display: block!important;
}

.gg-type li {
    width: 50%;
    padding: 40px;
    height: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
    float: left;
}

.gg-type li a {
    display: block;
    width: 100%;
    height: 100%;
    float: left;
    color: #fff;
}

.gg-type li:first-of-type {
    background-image: url(http://s.e.baidu.com/sites/all/themes/ebaidu2018/images/ggtype-img1.jpg);
}

.gg-type li:last-of-type {
    background-image: url(http://s.e.baidu.com/sites/all/themes/ebaidu2018/images/ggtype-img2.jpg);
}

.gg-type-bottom {
    position: absolute;
    bottom: 20px;
    left: 40px;
    right: 40px;
}

.gg-type-bottom h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

.gg-type-bottom p {
    font-size: 16px;
    line-height: 24px;
}

.gg-type-bottom span.more {
    display: block;
    width: 60px;
    height: 32px;
    background: url(http://s.e.baidu.com/sites/all/themes/ebaidu2018/images/arrow_right_white.svg) no-repeat;
    background-position: right center;
    background-size: 26px;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 0;
    right: 0;
}

.gg-type2 li {
    width: calc((100% - 80px)/3);
    margin-right: 40px;
    height: 100%;
    float: left;
    min-height: 610px;
    border-radius: 6px;
    overflow: hidden;
    background: #FFFFFF;
    border: 1px solid #E7E7E7;
}

.gg-type2 li:last-of-type {
    margin-right: 0;
}

.gg-type-pic {
    height: 436px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    background-color: #eee;
}

.gg-type2 li:first-of-type .gg-type-pic {
    background-image: url(http://s.e.baidu.com/sites/all/themes/ebaidu2018/images/ggtype-img3.jpg);
}

.gg-type2 li:nth-of-type(2) .gg-type-pic {
    background-image: url(http://s.e.baidu.com/sites/all/themes/ebaidu2018/images/ggtype-img4.jpg);
}

.gg-type2 li:last-of-type .gg-type-pic {
    background-image: url(http://s.e.baidu.com/sites/all/themes/ebaidu2018/images/ggtype-img5.jpg);
}

.gg-type-text {
    text-align: left;
    padding: 0 40px 20px;
    position: relative;
}

.gg-type-text h3 {
    font-size: 24px;
    color: #333333;
    line-height: 36px;
    margin-bottom: 15px;
    padding-top: 20px;
}

.gg-type-text h3 small {
    display: inline-block;
    height: 26px;
    font-size: 14px;
    line-height: 26px;
    padding: 0 5px;
    background: rgba(236, 236, 236, 0.55);
    border-radius: 2px;
    color: #87878A;
    position: relative;
    top: -2px;
}

.gg-type-text p {
    font-size: 16px;
    color: #87878A;
    line-height: 24px;
    min-height: 96px;
}

.gg-type-text span.more {
    display: block;
    width: 60px;
    height: 32px;
    background: url(http://s.e.baidu.com/sites/all/themes/ebaidu2018/images/arrow_right.svg) no-repeat;
    background-position: right center;
    background-size: 26px;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 20px;
    right: 40px;
}

.info-flow1 {
    overflow: hidden;
}

.info-flow1 dl {
    text-align: center;
    float: left;
    margin-right: 60px;
}

.info-flow1 dl:last-of-type {
    margin-right: 0;
}

.info-flow1 dt {
    font-size: 12px;
    color: #294DF7;
}

.info-flow1 dt strong {
    font-size: 24px;
}

.info-flow1 dd {
    font-size: 12px;
    color: #87878A;
    line-height: 18px;
    padding-top: 10px;
}

.show-position {
    padding-top: 40px;
    overflow: hidden;
}

.show-position-pic {
    width: calc(100% - 500px);
}

.show-position-pic.fl {
    margin-right: 40px;
}

.show-position-pic video, .show-position-pic img {
    max-width: 100%;
}

.show-position-pic.img-center {
    text-align: center;
    background-position: center center;
}

.center {
    text-align: center;
}

.center img {
    max-width: 100%;
}

.box-content .center {
    margin-bottom: 40px;
}

.show-position-pic.img-right {
    text-align: right;
    background-position: right center;
}

.show-position-txt {
    width: 460px;
    padding-top: 80px;
}

.show-position-txt h3 {
    font-size: 40px;
    line-height: 50px;
    color: #333;
    margin-bottom: 20px;
}

.show-position-txt h4 {
    font-size: 16px;
    color: #87878A;
    line-height: 24px;
    margin-bottom: 5px;
}

.show-position-txt p {
    font-size: 18px;
    color: #333;
    line-height: 28px;
    margin-bottom: 40px;
}

.screen-list {
    width: 100%;
    overflow: hidden;
}

.screen-list li {
    width: calc((100% - 120px)/4);
    float: left;
    margin-right: 40px;
    border: 1px solid #E7E7E7;
    text-align: center;
}

.screen-list li:last-of-type {
    margin-right: 0;
}

.screen-list li h3 {
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    margin-bottom: 5px;
}

.screen-list li p {
    font-size: 16px;
    color: #87878A;
    line-height: 24px;
    padding: 0 20px;
}

.screen-icon {
    overflow: hidden;
}

.screen-icon img {
    width: 100%;
    float: left;
}

.screen-text {
    padding: 30px;
    text-align: center;
}

.open-screen-list li {
    width: 50%;
    float: left;
    text-align: center;
}

.open-screen-list li h3 {
    font-size: 24px;
    color: #393939;
    line-height: 36px;
}

.open-screen-list li img {
    max-width: 80%;
}

.case-filter {
    padding-bottom: 40px;
}

.case-filter .select {
    float: left;
    margin-right: 60px;
}

.case-list {
    width: calc((100% - 80px)/3);
    background: #FFFFFF;
    box-shadow: 0 10px 20px 0 rgba(37, 39, 95, 0.06);
    border-radius: 6px;
    margin-right: 40px;
    margin-bottom: 40px;
    float: left;
    position: relative;
    border: 1px solid #E7E7E7;
    overflow: hidden;
    transition: all 0.5s;
}

.case-list:hover {
    box-shadow: 0 10px 20px 0 rgba(37, 39, 95, 0.26);
}

.case-list:nth-of-type(3n) {
    margin-right: 0;
}

.case-list a.play {
    display: block;
    width: 54px;
    height: 54px;
    position: absolute;
    top: 193px;
    right: 40px;
    background: url(http://s.e.baidu.com/sites/all/themes/ebaidu2018/images/play.svg) no-repeat;
    background-size: 54px;
    border-radius: 100%;
    box-shadow: 0 3px 9px rgba(39, 43, 157, 0.2);
    transition: all 0.3s;
}

.case-list a.play:hover {
    transform: scale(1.10);
}

.case-pic {
    height: 220px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.case-pic:after {
    content: "";
    display: block;
    width: 150%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #294DF7;
    background-image: -webkit-linear-gradient(52deg, #0D6AF2 0%, #00C1DF 59%, #182FEC 100%);
    background-image: -o-linear-gradient(52deg, #0D6AF2 0%, #00C1DF 59%, #182FEC 100%);
    background-image: -moz-linear-gradient(52deg, #0D6AF2 0%, #00C1DF 59%, #182FEC 100%);
    background-image: linear-gradient(52deg, #0D6AF2 0%, #00C1DF 59%, #182FEC 100%);
    opacity: 0;
    transition: all 0.5s ease;
}

.case-list:hover .case-pic:after {
    opacity: 0.5;
    transform: translate3d(-25%, 0, 0);
}

.case-content {
    padding: 10% 10% 30px;
    height: 170px;
    overflow: hidden;
}

.case-content h3 {
    font-size: 20px;
    color: #333333;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    margin-bottom: 15px;
}

.case-content p {
    font-size: 16px;
    color: #87878A;
    line-height: 24px;
}

.relative-case .case-content {
    height: 210px;
}

.case-tongji {
    border-top: 1px solid #E7E7E7;
    padding: 20px 0;
    margin: 0 10%;
}

.case-tongji ul {
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

.case-tongji li {
    text-align: center;
}

.case-tongji li span {
    font-size: 18px;
    color: #294DF7;
    line-height: 24px;
    display: inline-block;
    padding-bottom: 5px;
}

.case-tongji li label {
    font-size: 12px;
    color: #87878A;
    line-height: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-center .line-blue-btn, .activities-center .line-blue-btn, .cases-list .line-blue-btn {
    margin: 20px auto;
}

.case-banner {
    height: 450px;
    background-color: #294DF7;
    background-image: -webkit-linear-gradient(224deg, #00C1DF 0%, #0D6AF2 53%, #182FEC 100%);
    background-image: -o-linear-gradient(224deg, #00C1DF 0%, #0D6AF2 53%, #182FEC 100%);
    background-image: -moz-linear-gradient(224deg, #00C1DF 0%, #0D6AF2 53%, #182FEC 100%);
    background-image: linear-gradient(224deg, #00C1DF 0%, #0D6AF2 53%, #182FEC 100%);
    color: #fff;
    text-align: center;
}

.case-banner h2.title {
    padding-top: 75px;
    font-size: 40px;
    color: #FFFFFF;
    margin-bottom: 15px;
    line-height: 50px;
}

.case-banner h3 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 20px;
    color: #fff;
}

.case-banner p.main {
    font-size: 18px;
    color: #FFFFFF;
    line-height: 28px;
}

.case-banner .case-tongji {
    width: 60%;
    border-top: none;
    position: relative;
    margin: 40px auto 0;
    padding-top: 40px;
}

.case-banner .case-tongji label, .case-banner .case-tongji span {
    color: #fff;
}

.case-banner .case-tongji:before {
    content: '';
    display: block;
    width: 40px;
    height: 1px;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -20px;
}

.news-main, .case-main {
    padding: 60px;
    background: #fff;
    margin-top: -140px;
}

.news-main {
    margin-top: -210px;
}

.news-main h3, .case-main h3 {
    font-size: 24px;
    color: #393939;
    line-height: 36px;
    margin-bottom: 20px;
    clear: both;
}

.news-main li, .case-main li, .news-main p, .case-main p {
    font-size: 18px;
    color: #393939;
    line-height: 28px;
    clear: both;
    margin-bottom: 1.5em;
}

.case-main ol {
    margin-left: 1.5em;
    list-style: decimal;
    margin-bottom: 1.5em;
}

.case-main ol:last-of-type {
    margin-bottom: 0;
}

.news-main li, .case-main li {
    margin-bottom: 5px;
}

.news-main ol, .news-main ul, .case-main ul {
    margin-left: 1.5em;
    list-style: disc;
    margin-bottom: 1.5em;
}

.news-main ol {
    list-style: decimal;
}

.news-main img {
    max-width: 100%;
    margin: 0px auto;
    display: block;
}

.flex-paragraph {
    display: -webkit-flex;
    display: flex;
}

.paragraph {
    padding-bottom: 50px;
}

.flex-paragraph .paragraph {
    flex: 1;
}

.paragraph h3 {
    color: #294DF7;
}

.news-main h3 {
    color: #294DF7;
}

.paragraph ul:last-of-type, .paragraph p:last-of-type {
    margin-bottom: 0;
}

.share {
    padding: 40px 0 0;
    overflow: hidden;
}

.share label {
    font-size: 16px;
    color: #393939;
    line-height: 32px;
    float: left;
}

.share a {
    width: 32px!important;
    height: 32px!important;
    background-size: 100%!important;
    background-repeat: no-repeat;
    background-position: 0 0!important;
    margin: 0 10px 0 0!important;
}

.share a.bds_weixin {
    background-image: url(http://s.e.baidu.com/sites/all/themes/ebaidu2018/images/s-wx.svg);
}

.share a.bds_tsina {
    background-image: url(http://s.e.baidu.com/sites/all/themes/ebaidu2018/images/s-wb.svg);
}

.share a.bds_douban {
    background-image: url(http://s.e.baidu.com/sites/all/themes/ebaidu2018/images/s-db.svg);
}

.share a.bds_sqq {
    background-image: url(http://s.e.baidu.com/sites/all/themes/ebaidu2018/images/s-qq.svg);
}

.help-main {
    background: #FFFFFF;
    border: 1px solid #E7E7E7;
    border-radius: 2px;
    padding: 0;
    overflow: hidden;
}

.help-main h2.title {
    font-size: 24px;
    color: #333;
    line-height: 28px;
    padding: 20px 60px;
    text-align: left;
    position: relative;
    margin-bottom: 0;
}

.help-main h2.title:after {
    content: '';
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
    bottom: 0;
    left: 0;
    transform: scaleY(0.5);
}

.ques-left {
    width: 360px;
    float: left;
    border-right: 1px solid #E7E7E7;
    padding: 0;
}

.ques-right {
    width: calc(100% - 359px);
    float: right;
    margin-left: -1px;
    border-left: 1px solid #E7E7E7;
    padding: 60px;
}

.ques-right h2 {
    font-size: 24px;
    color: #333333;
    line-height: 32px;
    margin-bottom: 40px;
}

.ques-right .content, .ques-right p {
    font-size: 16px;
    color: #666;
    line-height: 24px;
    margin-bottom: 20px;
}

.ques-right p a {
    color: #294DF7;
}

.ques-right .answer {
    display: none;
}

.ques-right .red-text {
    color: #294DF7;
}

.ques-right img {
    max-width: 100%;
}

.ques-list li {
    padding-right: 25px;
}

.ques-list li span {
    font-size: 18px;
    color: #333333;
    line-height: 28px;
    padding: 15px 0 15px 60px;
    display: block;
    position: relative;
    transition: all 0.3s;
    cursor: pointer;
}

.ques-list li span:before, .ques-list li span:after {
    content: '';
    display: block;
    position: absolute;
    background: #C6C6C6;
    overflow: hidden;
    transition: all 0.3s;
}

.ques-list li span:before {
    width: 10px;
    height: 2px;
    top: 50%;
    margin-top: -1px;
    left: 26px;
}

.ques-list li span:after {
    width: 2px;
    height: 10px;
    top: 50%;
    margin-top: -5px;
    left: 30px;
}

.ques-list li.slidedown {
    background: #F7F8FA;
}

.ques-list li.slidedown span {
    color: #294DF7;
}

.ques-list li.slidedown span:before, .ques-list li.slidedown span:after {
    background: #294DF7;
    transform: rotate(45deg);
}

.answer .container .list {
    overflow: hidden;
    margin-bottom: 20px;
}

.answer .container .list img {
    float: left;
    margin-right: 20px;
}

.ques-link {
    padding-left: 80px;
    padding-bottom: 20px;
    display: none;
    overflow: hidden;
}

.ques-list li.slidedown .ques-link {
    display: block;
}

.ques-link a {
    display: block;
    clear: both;
    font-size: 14px;
    color: #87878A;
    line-height: 24px;
    padding: 5px 0;
    -webkit-animation: slideInUp 0.3s ease-in-out both;
    animation: slideInUp 0.3s ease-in-out both;
}

.ques-list li.slidedown .ques-link a {
    -webkit-animation: slideInDown 0.3s ease-in-out both;
    animation: slideInDown 0.3s ease-in-out both;
}

.ques-link a.active, .ques-link a:hover {
    color: #294DF7;
}

.ques-right ol {
    list-style: decimal;
    margin-left: 1.5em;
    margin-bottom: 20px;
}

.ques-right ol.cell3 {
    list-style: none;
    margin-left: 0;
}

.ques-right li {
    font-size: 16px;
    color: #666;
    line-height: 24px;
}

dl.dt-left {
    padding-left: 112px;
    position: relative;
    min-height: 92px;
    margin-bottom: 40px;
    overflow: hidden;
}

dl.dt-left dt {
    width: 92px;
    height: 92px;
    position: absolute;
    top: 0;
    left: 0;
}

dl.dt-left dt img {
    width: 100%;
}

dl.dt-left dd {
    padding-top: 10px;
}

dl.dt-left dd h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.ques-right ul {
    margin-bottom: 20px;
    list-style: disc;
    margin-left: 1.5em;
}

.ques-right ul.cell2 {
    list-style: none;
}

.ques-right li {
    margin-bottom: 1em;
}

.ques-right h4 {
    font-size: 18px;
    color: #222;
    margin-top: 30px;
    margin-bottom: 10px;
    clear: both;
}

.diff-text {
    padding-left: 5em;
    margin-bottom: 10px;
    font-size: 13px;
}

.diff-text label {
    position: absolute;
    left: 0;
    top: 0;
}

.activities-center li, .news-center li {
    width: calc((100% - 40px)/2);
    float: left;
    margin-right: 40px;
    margin-bottom: 40px;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
}

.news-center li {
    height: 180px;
}

.activities-center li a, .news-center li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 40px;
    border: 1px solid #E7E7E7;
    border-radius: 6px;
    background-color: #fff;
    transition: all 0.5s;
    position: relative;
}

.activities-center li a {
    padding-top: 228px;
}

.news-center li a:before {
    content: '';
    display: block;
    width: 150%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #0D6AF2;
    background-image: -webkit-linear-gradient(214deg, #0D6AF2 0%, #00C1DF 39%, #182FEC 100%);
    background-image: -o-linear-gradient(214deg, #0D6AF2 0%, #00C1DF 39%, #182FEC 100%);
    background-image: -moz-linear-gradient(214deg, #0D6AF2 0%, #00C1DF 39%, #182FEC 100%);
    background-image: linear-gradient(214deg, #0D6AF2 0%, #00C1DF 39%, #182FEC 100%);
    opacity: 0;
    transition: all 0.5s ease-in;
}

.news-center li a:hover {
    color: #fff;
    box-shadow: 0 10px 20px 0 rgba(37, 39, 95, 0.06);
}

.news-center li a:hover:before {
    opacity: 1;
    transform: translate3d(-25%, 0, 0);
}

.activities-center li:nth-of-type(2n), .news-center li:nth-of-type(2n) {
    margin-right: 0;
}

.activities-center li h2, .news-center li h2 {
    font-size: 24px;
    color: #333;
    line-height: 36px;
    height: 72px;
    overflow: hidden;
    margin-bottom: 20px;
    transition: all 0.3s;
}

.news-center li h2 {
    white-space: nowrap;
    height: 36px;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    z-index: 3;
    transition: all 0.3s;
}

.news-center li h3 {
    font-size: 16px;
    color: #87878A;
    line-height: 24px;
    position: relative;
    z-index: 3;
}

.activities-center li span.time, .news-center li span.time {
    font-size: 16px;
    color: #87878A;
    line-height: 24px;
    transition: all 0.3s;
}

.activities-center li span.overdue {
    display: block;
    position: absolute;
    right: 40px;
    bottom: 40px;
    background: rgba(236, 236, 236, 0.55);
    border-radius: 2px;
    font-size: 14px;
    color: #87878A;
    width: 80px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}

.news-center li a:hover h2, .news-center li a:hover h3, .news-center li a:hover span {
    color: #fff;
    z-index: 3;
}

.activities-center li a:hover h2 {
    color: #294DF7;
}

.activities-center .activity-banner {
    height: 188px;
    overflow: hidden;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.news-main p.center {
    text-align: center;
}

.related-news li {
    width: calc((100% - 80px)/3);
    margin-right: 40px;
    background: #FFFFFF;
    border-radius: 6px;
}

.related-news li:nth-of-type(2n) {
    margin-right: 40px;
    ;
}

.related-news li:nth-of-type(3n) {
    margin-right: 0;
}

.related-news li h2 {
    font-size: 20px;
    line-height: 36px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.related-news li h3 {
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-center li span.time {
    font-size: 14px;
    position: absolute;
    bottom: 40px;
    left: 40px;
}

.video-box {
    width: 100%;
    overflow: hidden;
    margin-bottom: 40px;
}

#videoPop {
    width: 60%;
    left: 20%;
}

#videoPop .video-box {
    height: 100%!important;
    margin-bottom: 0;
}

.map-main {
    height: 600px;
    width: 100%;
    border: 1px solid #dfdfdf;
    overflow: hidden;
    border-radius: 6px;
}

.map-left {
    width: 320px;
    height: 100%;
    float: left;
    overflow: hidden;
}

.map-right {
    float: right;
    height: 100%;
    width: calc(100% - 320px);
}

.dls-list {
    height: 510px;
    overflow: hidden;
    overflow-y: auto;
    position: relative;
    padding-top: 15px;
}

.jspHorizontalBar {
    display: none;
}

.dls {
    border: 1px solid #E7E7E7;
    margin: 0 10px 10px;
    background: #fff;
    overflow: hidden;
    clear: both;
    border-radius: 6px;
}

.dls dt {
    font-size: 16px;
    height: 38px;
    color: #3D3D3D;
    line-height: 38px;
    padding: 0 10px;
    background: #f8f8f8;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.dls dt .num {
    display: inline-block;
    width: 17px;
    height: 17px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    margin-right: 5px;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background: #ff2727;
    float: left;
    margin-top: 10px;
    display: none;
}

.dls dt .field-title {
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.dls.focus dt .num {
    background: #0079ff;
}

.dls dt a {
    display: block;
    position: absolute;
    width: 88px;
    height: 28px;
    top: 5px;
    right: 8px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    background: #1977df;
    line-height: 28px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    visibility: hidden;
}

.dls dd {
    padding: 0 10px;
}

.dls dd p {
    line-height: 18px;
    padding: 8px 0;
    font-size: 14px;
    overflow: hidden;
    word-break: break-all;
}

.dls dd p.last {
    border-bottom: none;
    color: #3D3D3D;
}

.dls dd p.last a {
    color: #1977df;
    text-decoration: underline;
}

.dls dd p label {
    color: #87878A;
    float: left;
}

.dls dd p span {
    float: right;
    color: #333;
    max-width: 68%;
}

.cj h3 {
    font-size: 28px;
    color: #333333;
    line-height: 38px;
    margin-top: 50px;
    margin-bottom: 25px;
}

.cj-pic {
    height: 360px;
    width: 100%;
    border-radius: 4px 4px 0 0;
    overflow: hidden;
    position: relative;
    padding: 45px 0 0 140px;
    transition: all 0.5s;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #000;
}

.cj-pic-box {
    position: relative;
}

.cj-pic h4 {
    font-size: 40px;
    margin-bottom: 10px;
    color: #FFFFFF;
}

.app-inline {
    height: 34px;
    margin-bottom: 15px;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 34px;
}

.app-inline .app-icon {
    width: 34px;
    height: 34px;
    overflow: hidden;
    float: left;
    display: block;
    border-radius: 8px;
    margin-right: 10px;
}

#offline .app-inline .app-icon {
    background-color: #fff;
}

.app-inline .app-icon img {
    width: 100%;
}

.app-thumb {
    border-radius: 6px;
    overflow: hidden;
    float: left;
}

.app-thumb img {
    float: left;
    border-radius: 6px;
    margin-right: 10px;
}

.app-thumb img:last-of-type {
    margin-right: 0;
}

.cj-pic img {
    max-width: 100%;
}

.cj-apps {
    padding-top: 20px;
    width: 100%;
    overflow-x: auto;
}

.cj-groups {
    display: table;
    width: 100%;
}

.cj-group {
    display: table-cell;
    text-align: center;
    width: auto;
    padding: 0 20px;
    position: relative;
    box-sizing: border-box;
    white-space: nowrap;
}

.cj-group:after {
    content: '';
    display: block;
    width: 1px;
    height: 90%;
    position: absolute;
    top: 5%;
    right: 0;
    background: #e7e7e7;
    overflow: hidden;
}

.cj-group:first-of-type {
    padding-left: 0;
}

.cj-group:last-of-type {
    padding-right: 0;
    border-right: none;
}

.cj-group:last-of-type:after {
    display: none;
}

.cj-apps.jcenter .cj-groups {
    width: auto;
    margin: 0px auto;
    max-width: 100%;
}

.cj-app {
    display: inline-block;
    text-align: center;
    font-size: 12px;
    line-height: 18px;
    color: #87878A;
    margin: 0 5px;
    transition: all 0.5s;
}

.cj-apps.jcenter .cj-app {
    margin: 0 10px;
}

.screen-text .cj-group {
    margin: 0px auto;
    display: block;
    width: 100%;
    text-align: center;
}

.screen-text .cj-app {
    margin: 0 10px;
    cursor: default;
}

.cj-app.active {
    cursor: default;
    opacity: 0.3;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

.cj-app:first-of-type {
    margin-left: 0;
}

.cj-app:last-of-type {
    margin-right: 0;
}

.cj-app img {
    max-width: 34px;
    margin: 0px auto;
}

.cj-app span {
    display: block;
}

.cj-line {
    width: 1px;
    height: 50px;
    background: #E7E7E7;
    overflow: hidden;
}

.advantage-banner {
    border-radius: 6px;
    overflow: hidden;
    padding-top: 20px;
}

.advantage-banner img {
    width: 100%;
    border-radius: 6px;
    float: left;
}

.dx li {
    text-align: center;
    font-size: 18px;
    color: #393939;
    line-height: 28px;
    margin-top: 45px;
    padding-top: 55px;
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;
    cursor: pointer;
}

.dx li span {
    display: block;
    width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    box-shadow: 0 5px 20px 0 rgba(39, 43, 157, 0.17);
    font-size: 14px;
    color: #87878A;
    line-height: 21px;
    padding: 25px 40px;
    opacity: 0;
    transform: translate3d(0, -50%, 0);
    transition: all 0.3s;
    text-align: left;
}

.dx li:hover span {
    opacity: 1;
    transform: translate3d(0, -10px, 0);
}

.dx li.dx-liulan {
    background-image: url(http://s.e.baidu.com/sites/all/themes/ebaidu2018/images/dx-liulan.svg);
    background-size: 46px;
}

.dx li.dx-daofang {
    background-image: url(http://s.e.baidu.com/sites/all/themes/ebaidu2018/images/dx-daofang.svg);
    background-size: 47px;
    background-position: center 5px;
}

.dx li.dx-tieba {
    background-image: url(http://s.e.baidu.com/sites/all/themes/ebaidu2018/images/dx-tieba.svg);
    background-size: 45px;
}

.dx li.dx-dili {
    background-image: url(http://s.e.baidu.com/sites/all/themes/ebaidu2018/images/dx-dlwz.svg);
    background-size: 44px;
    background-position: center 4px;
}

.dx li.dx-yidong {
    background-image: url(http://s.e.baidu.com/sites/all/themes/ebaidu2018/images/dx-yidong.svg);
    background-size: 44px;
    background-position: center 4px;
}

.dx li.dx-xinxi {
    background-image: url(http://s.e.baidu.com/sites/all/themes/ebaidu2018/images/dx-jbxx.svg);
    background-size: 54px;
    background-position: center 3px;
}

.dx li.dx-yonghu {
    background-image: url(http://s.e.baidu.com/sites/all/themes/ebaidu2018/images/dx-yhxq.svg);
    background-size: 46px;
    background-position: center 5px;
}

.dx li.dx-shejiao {
    background-image: url(http://s.e.baidu.com/sites/all/themes/ebaidu2018/images/dx-sjgx.svg);
    background-size: 63px;
    background-position: center 4px;
}

.search-frame h2.title {
    color: #fff;
    padding: 0 0 44px;
    font-size: 36px;
    line-height: 36px;
    text-align: center;
    position: relative;
}

.search-frame.after h2.title {
    display: none;
}

.search-frame .input-box {
    width: 752px;
    height: 54px;
    margin: 0 auto;
    background: #FFFFFF;
    border-radius: 4px 5px 5px 4px;
    box-shadow: 0px 10px 16px rgba(0, 0, 0, 0.3);
    transition: all ease-out 1s;
    -webkit-transition: all ease-out 0.6s;
    position: relative;
}

.input-box .place {
    margin-top: 11px;
    margin-left: 25px;
    height: 32px;
    text-align: right;
    font-size: 18px;
    color: #016FFF;
    line-height: 32px;
    background: url(http://s.e.baidu.com/sites/all/themes/ebaidu2018/images/down.svg) no-repeat right center;
    padding-right: 20px;
    cursor: pointer;
}

.input-box .place-slide {
    width: 340px;
    border: 1px solid #eaeaea;
    border-radius: 3px;
    position: absolute;
    top: 55px;
    left: 0;
    background: #fff;
    padding: 10px;
    z-index: 30;
    overflow: hidden;
    display: none;
}

.input-box .place-slide a {
    width: 52px;
    height: 22px;
    margin: 5px 8px;
    float: left;
    font-size: 14px;
    line-height: 22px;
    background: none;
    color: #161616;
    border: none;
}

.place-slide a:hover, .place-slide a.active {
    background: #016FFF;
    color: #fff;
    border-radius: inherit;
}

.input-box input {
    width: 430px;
    height: 16px;
    padding: 8px 10px;
    font-size: 16px;
    color: #999;
    border: none;
    border-left: 1px solid #999;
    float: left;
    margin-top: 11px;
    margin-left: 20px;
}

.input-box a {
    width: 162px;
    height: 54px;
    background-color: #182FEC;
    background: -webkit-linear-gradient(49deg, #182FEC 0%, #0D6AF2 53%, #00C1DF 100%);
    background: -o-linear-gradient(49deg, #182FEC 0%, #0D6AF2 53%, #00C1DF 100%);
    background: -moz-linear-gradient(49deg, #182FEC 0%, #0D6AF2 53%, #00C1DF 100%);
    background-image: linear-gradient(49deg, #182FEC 0%, #0D6AF2 53%, #00C1DF 100%);
    border-radius: 0px 4px 4px 0px;
    color: #fff;
    font-size: 18px;
    line-height: 52px;
    display: block;
    float: right;
    text-align: center;
}

.input-box a.loading {
    cursor: default;
}

.input-box a.loading i {
    display: inline-block;
    padding-left: 21px;
    background: url(http://s.e.baidu.com/sites/all/themes/ebaidu2018/images/loading.gif) no-repeat left center;
}

.input-box .alert-msg {
    height: 100%;
    position: absolute;
    right: 174px;
    font-size: 14px;
    line-height: 54px;
    color: #F4595D;
}

.result {
    background: url(http://s.e.baidu.com/sites/all/themes/ebaidu2018/images/wave.png) no-repeat center bottom;
    background-size: contain;
    height: 350px;
    padding-top: 20px;
    padding-bottom: 42px;
    width: 1200px;
    font-size: 24px;
    color: #FFFFFF;
    margin: 0px auto;
}

.result span {
    color: #FFC20C;
}

.sre-title {
    display: none;
    padding-top: 44px;
    font-size: 24px;
    color: #fff;
    line-height: 36px;
    text-align: center;
}

.search-frame.after .result {
    margin-top: -39px;
}

.search-frame.after .sre-title {
    display: block;
}

.sre-title span {
    color: #FFE728;
    font-size: 34px;
    margin: 0 5px;
}

#cloud {
    width: 800px;
    height: 100%;
    margin: 0px auto;
}

div.jqcloud {
    font-family: "Helvetica", "Arial", sans-serif;
    font-size: 10px;
    line-height: normal;
    color: #FFC20C;
}

div.jqcloud span {
    cursor: pointer;
}

div.jqcloud span.w1 {
    opacity: 0.35;
    font-size: 100%;
}

div.jqcloud span.w2 {
    opacity: 0.4;
    font-size: 110%;
}

div.jqcloud span.w3 {
    opacity: 0.45;
    font-size: 130%;
}

div.jqcloud span.w4 {
    opacity: 0.5;
    font-size: 140%;
}

div.jqcloud span.w5 {
    opacity: 0.55;
    font-size: 150%;
}

div.jqcloud span.w6 {
    opacity: 0.6;
    font-size: 160%;
}

div.jqcloud span.w7 {
    opacity: 0.65;
    font-size: 170%;
}

div.jqcloud span.w8 {
    opacity: 0.8;
    font-size: 180%;
}

div.jqcloud span.w9 {
    opacity: 0.9;
    font-size: 200%;
}

div.jqcloud span.w10 {
    opacity: 1.0;
    font-size: 250%;
}

div.jqcloud span:hover {
    opacity: 1.0!important;
}

.search-tab {
    width: 64%;
    height: 50px;
    min-width: 600px;
    max-width: 1000px;
    margin: 0 auto;
    border-radius: 2px;
    overflow: hidden;
}

.search-tab a {
    display: block;
    width: 20%;
    text-align: center;
    height: 50px;
    float: left;
    font-size: 18px;
    color: #333;
    line-height: 50px;
    border: 1px solid #DEDEDE;
    border-left: none;
}

.search-tab a:first-of-type {
    border-left: 1px solid #dedede;
    border-radius: 2px 0 0 2px;
}

.search-tab a:last-of-type {
    border-radius: 0 2px 2px 0;
}

.search-tab a.active {
    background: #294DF7;
    color: #fff;
    border: 1px solid #294DF7;
}

.xst {
    width: calc((100% - 80px)/3);
    float: left;
    margin-right: 40px;
}

.xst:last-of-type {
    margin-right: 0;
}

.xst h3 {
    font-size: 24px;
    color: #333;
    line-height: 36px;
    margin: 20px 0;
}

.xst h3 span {
    float: left;
    margin-right: 10px;
}

.xst p {
    background: #FFFFFF;
    box-shadow: 0 5px 20px 0 rgba(39, 43, 157, 0.17);
    border-radius: 6px;
    padding: 16px;
}

.xst p img {
    width: 100%;
}

.search-page {
    display: none;
}

.tab {
    height: 50px;
    border-bottom: 1px solid #71a9e8;
}

.tab a {
    width: 50%;
    text-align: center;
    font-size: 18px;
    line-height: 50px;
    color: #3D3D3D;
    position: relative;
    display: block;
    float: left;
    background: #fff;
}

.tab a.active {
    background-color: #294DF7;
    background-image: -webkit-linear-gradient(135deg, #294DF7 0%, #213DF7 51%, #3260F7 100%);
    background-image: -o-linear-gradient(135deg, #294DF7 0%, #213DF7 51%, #3260F7 100%);
    background-image: -moz-linear-gradient(135deg, #294DF7 0%, #213DF7 51%, #3260F7 100%);
    background-image: linear-gradient(135deg, #294DF7 0%, #213DF7 51%, #3260F7 100%);
    color: #fff;
}

.tab a span {
    width: 12px;
    height: 7px;
    position: absolute;
    left: 50%;
    bottom: 0px;
    margin-left: -6px;
    z-index: 3;
    display: none;
}

.dls-list {}

.address-select {
    height: 40px;
    border-bottom: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
    position: relative;
    background: #fff;
    z-index: 3;
}

.address-select span {
    display: inline-block;
    padding-left: 25px;
    line-height: 38px;
    background: url(http://s.e.baidu.com/sites/all/themes/ebaidu2018/images/pin.svg) no-repeat 7px center;
    font-size: 14px;
}

.address-select i {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 7px;
    right: 4px;
    background: url(http://s.e.baidu.com/sites/all/themes/ebaidu2018/images/arrowUp.svg) no-repeat center center;
    transform: rotate(180deg);
    transition: all 0.4s;
}

.address-select i.down {
    transform: rotate(0deg);
}

.address-pop {
    border: 1px solid #f2f2f2;
    border-bottom: 1px solid #D8D8D8;
    position: absolute;
    top: 38px;
    left: 0;
    display: none;
    width: 100%;
    background: #fff;
}

.address-tab {
    height: 40px;
    margin: 0 20px;
    border-bottom: 1px solid #F2F2F2;
}

.address-tab a {
    display: block;
    padding: 0 20px;
    margin-right: 40px;
    height: 40px;
    text-align: center;
    font-size: 14px;
    line-height: 39px;
    color: #87878A;
    float: left;
    position: relative;
}

.address-tab a:last-of-type {
    margin-right: 0;
}

.address-tab a:after {
    content: '';
    width: 0;
    transition: all .4s;
    display: block;
    height: 3px;
    overflow: hidden;
    border-radius: 2px;
    background: #294DF7;
    position: absolute;
    bottom: 0px;
    left: 0;
}

.address-tab a.active:after, .address-tab a:hover:after {
    width: 100%;
}

.address-tab a.active {
    color: #294DF7;
    font-weight: 600;
}

.address-province {
    padding: 5px;
    background: #fff;
}

.address-province a {
    display: inline-block;
    font-size: 14px;
    float: left;
    width: 25%;
    line-height: 36px;
    text-align: center;
    color: #3D3D3D;
}

.address-province a:hover, .address-province a.active {
    color: #1977df;
}

.video-embed {
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center center;
}

.video-embed img {
    display: none;
}

.video-embed .img-auto {
    display: none;
}

.video-embed video {
    max-width: 100%;
    display: block;
}

.show-position-pic.img-right video {
    float: right;
}

.center video, .show-position-pic.img-center video {
    margin: 0px auto;
}

.swiper-container {
    position: relative;
}

.swiper-slide {
    overflow: hidden;
}

.swiper-slide:not(:first-of-type) {
    display: none;
}

.swiper-slide img {
    display: block;
    float: left;
}

.ydtg-banner {
    position: relative;
}

.ydtg-banner .img-auto img {
    visibility: hidden;
}

.yd-list {
    width: 20%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 40%;
    transition: all 0.5s ease-out;
}

.yd-list.yd3 {
    opacity: 1;
    z-index: 4;
}

.yd-list.yd1, .yd-list.yd2, .yd-list.yd5, .yd-list.yd5 {
    opacity: 0;
    z-index: 3;
}

.yd-list img {
    width: 100%;
}

.ydtg-banner.active .yd-list.yd1 {
    opacity: 1;
    left: 0%;
}

.ydtg-banner.active .yd-list.yd2 {
    opacity: 1;
    left: 20%;
}

.ydtg-banner.active .yd-list.yd4 {
    opacity: 1;
    left: 60%;
}

.ydtg-banner.active .yd-list.yd5 {
    opacity: 1;
    left: 80%;
}

.accept h3 {
    font-size: 18px;
    font-weight: bold;
    padding: 20px 0;
}

.accept ul, .accept ol {
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.accept ul {
    list-style: disc;
}

.accept ol {
    list-style: decimal;
}

.accept li {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
    padding-left: 8px;
}

.accept li b {
    font-weight: bold;
}

.accept p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 1.5em;
}

.cj-btn {
    padding-top: 20px;
    clear: both;
    overflow: hidden;
}

@media screen and (max-width:1024px) {
    .header {
        padding: 15px;
    }
    .nav li {
        padding-left: 30px;
    }
    .subnav li {
        padding-left: 0;
        padding-right: 20px;
    }
    .show-position-txt {
        padding-top: 20px;
    }
    .page-banner .banner-left h2.title {
        padding-top: 10px;
    }
    .page-banner .banner-left {
        width: 50%;
    }
    .box-content {
        padding-top: 20px;
    }
    .why1-pic {
        width: 60%;
    }
    .quan {
        transform: scale(0.8);
    }
    .why1-pic.current .f-iqiyi {
        left: 20%;
    }
    .result {
        width: 100%;
    }
}

@media screen and (max-width:768px) {
    body {
        width: 100%;
        min-width: 0;
    }
    .m1200 {
        width: 100%;
        padding: 0 15px;
    }
    #toolbar {
        display: none;
    }
    .header-right {
        right: 15px;
    }
    .header-right .call-num {
        display: none;
    }
    .home-banner-bottom .blue-btn {
        width: 150px;
    }
    .box.select-industry {
        background-size: 100%;
    }
    .using-num {
        font-size: 32px;
    }
    .why1-pic {
        width: 100%;
        position: relative;
        left: 0;
        top: 0;
    }
    .why1-content {
        width: 100%;
    }
    .why1-content p {
        margin-bottom: 40px;
    }
    .why-box h3 {
        padding: 0 15px 10px;
    }
    .why-box p {
        padding: 0 15px 10px;
    }
    .box {
        padding: 30px 0;
    }
    .box h2.title, .box h2.title2 {
        font-size: 32px;
        line-height: 44px;
    }
    .objective {
        height: 360px;
    }
    .objective-content {
        padding: 40px 0 0 40px;
        width: 50%;
    }
    .objective-content h2 {
        font-size: 28px;
    }
    .objective-content p {
        font-size: 12px;
        line-height: 24px;
        min-height: 96px;
    }
    .pager-load-more a, .line-blue-btn, .line-white-btn, .blue-btn {
        width: 120px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }
    .objective-img {
        transform: scale(0.8);
        top: -140px;
    }
    .front-last-charts, .front-last-bg {
        display: none;
    }
    .front-last-left {
        padding: 0;
    }
    .service-call {
        display: none;
    }
    .apply-form {
        width: 100%;
    }
    .ad-txt {
        margin-top: 5px;
    }
    .cj-pic {
        padding-left: 40px;
    }
    .advantage3 li {
        width: 100%;
        margin: 0;
        padding: 0 0 0 240px;
        background-position: left top;
        background-size: 200px!important;
        min-height: 110px;
    }
    .search-frame .input-box {
        width: 100%;
    }
    #cloud {
        width: 100%;
    }
    .gg-type2 li {
        width: 100%;
        margin: 0;
        min-height: 0;
    }
    .show-position-txt {
        width: 40%;
    }
    .show-position-pic {
        width: 60%;
    }
    .box h2.title2 {
        font-size: 18px;
        line-height: 24px;
    }
    .show-position-txt h3 {
        font-size: 24px;
    }
    .screen-list li {
        width: calc((100% - 20px)/2);
        margin-right: 20px;
    }
    .screen-list li:nth-of-type(2n) {
        margin-right: 0;
    }
    .apps a {
        font-size: 12px;
        line-height: 24px;
    }
    .apps .cj-app img {
        max-width: 36px;
    }
    .case-list {
        width: calc((100% - 20px)/2);
        margin-right: 20px;
    }
    .case-list:nth-of-type(2n) {
        margin-right: 0;
    }
    .case-list:nth-of-type(2n-1) {
        margin-right: 20px;
    }
    .news-main, .case-main {
        padding: 30px;
    }
    .ques-left {
        width: 300px;
    }
    .ques-right {
        width: calc(100% - 299px);
        padding: 30px;
    }
    .ques-list li span {
        padding-left: 30px;
    }
    .ques-link {
        padding-left: 40px;
    }
    .ques-list li span:before, .ques-list li span:after {
        display: none;
    }
    .help-main h2.title {
        padding: 20px 30px;
    }
    .activities-center li, .news-center li {
        width: calc((100% - 20px)/2);
        margin-right: 20px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width:480px) {
    .header {
        height: 54px;
        padding: 18px 15px;
    }
    body {
        padding-top: 54px!important;
    }
    .logo {
        padding-top: 0;
        height: 18px;
    }
    .header-right {
        display: none;
    }
    .nav {
        text-align: center;
        width: 70%;
        position: absolute;
        right: 15px;
        top: 0;
        line-height: 54px;
    }
    .nav li {
        padding-left: 0;
        display: inline-block;
        float: none;
    }
    .nav li a {
        line-height: 54px;
        margin: 0 10px;
        float: none;
    }
    .nav li:last-of-type, .nav li:first-of-type {
        display: none;
    }
    .home-banner-bottom .button-apply {
        margin-right: 0;
    }
    .home-banner-bottom {
        padding: 10px 0;
    }
    .home-banner-bottom .blue-btn {
        width: 100px;
        font-size: 14px;
    }
    .home-banner-bottom p {
        clear: both;
        font-size: 12px;
    }
    .using-num {
        font-size: 18px;
    }
    .box h2.title, .box h2.title2 {
        font-size: 18px;
    }
    .box {
        padding: 15px 0;
    }
    .why1-pic {
        display: none;
    }
    .why-1 {
        padding-top: 0;
        min-height: 0;
    }
    .why1-content h3 {
        font-size: 16px;
    }
    .why1-content p {
        font-size: 12px;
        margin-bottom: 20px;
    }
    .why-box {
        width: 100%;
        margin: 0 0 20px;
    }
    .objective-img {
        display: none;
    }
    .objectives {
        padding-bottom: 20px;
    }
    .objective {
        height: auto;
        overflow: hidden;
    }
    .objective-content {
        width: 100%;
        padding: 15px;
        position: static;
    }
    .objective1 {
        background-size: 200%;
    }
    .dialog#applyPop {
        width: 90%;
        height: 90%;
        margin: 0;
        top: 5%;
        left: 5%;
    }
    .apply-page h2 {
        font-size: 18px;
    }
    .apply-page h3 {
        font-size: 12px;
    }
    .apply-page.have-activity {
        width: 100%;
    }
    .apply-page.have-activity .apply-form li {
        width: 100%;
        float: none;
        padding: 0 15px;
    }
    .apply-form li {
        display: flex;
        padding: 0 15px;
        margin-bottom: 10px;
    }
    .apply-form li label {
        font-size: 12px;
        width: 80px;
        position: static;
    }
    .apply-form li input {
        flex: 1;
        position: static;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min--moz-device-pixel-ratio:1.5), only screen and (-o-min-device-pixel-ratio:3/2), only screen and (min-device-pixel-ratio:1.5) {
    .ad-txt:before {
        background-image: url(http://s.e.baidu.com/sites/all/themes/ebaidu2018/images/arrowBtn@2x.png);
    }
    .box.select-industry {
        background-image: url(http://s.e.baidu.com/sites/all/themes/ebaidu2018/images/bgHangye@2x.jpg);
    }
    .objective-img {
        background-image: url(http://s.e.baidu.com/sites/all/themes/ebaidu2018/images/bgObjective@2x.png);
    }
    .objective1 {
        background-image: url(http://s.e.baidu.com/sites/all/themes/ebaidu2018/images/bj1@2x.jpg);
    }
    .objective2 {
        background-image: url(http://s.e.baidu.com/sites/all/themes/ebaidu2018/images/bj2@2x.jpg);
    }
    .right-float-bar a.emi {
        background-image: url(http://s.e.baidu.com/sites/all/themes/ebaidu2018/images/iconEmi@2x.png);
    }
    .right-float-bar a.hd {
        background-image: url(http://s.e.baidu.com/sites/all/themes/ebaidu2018/images/iconHd@2x.png);
    }
    .gg-type li:first-of-type {
        background-image: url(http://s.e.baidu.com/sites/all/themes/ebaidu2018/images/ggtype-img1@2x.jpg);
    }
    .gg-type li:last-of-type {
        background-image: url(http://s.e.baidu.com/sites/all/themes/ebaidu2018/images/ggtype-img2@2x.jpg);
    }
    .gg-type2 li:first-of-type .gg-type-pic {
        background-image: url(http://s.e.baidu.com/sites/all/themes/ebaidu2018/images/ggtype-img3@2x.jpg);
    }
    .gg-type2 li:nth-of-type(2) .gg-type-pic {
        background-image: url(http://s.e.baidu.com/sites/all/themes/ebaidu2018/images/ggtype-img4@2x.jpg);
    }
    .gg-type2 li:last-of-type .gg-type-pic {
        background-image: url(http://s.e.baidu.com/sites/all/themes/ebaidu2018/images/ggtype-img5@2x.jpg);
    }
    .quan-bg {
        background-image: url(http://s.e.baidu.com/sites/all/themes/ebaidu2018/images/quan@2x.png);
    }
    .f-huan {
        background-image: url(http://s.e.baidu.com/sites/all/themes/ebaidu2018/images/huan@2x.png);
    }
    .advantage3 li.ad3-1 {
        background-image: url(http://s.e.baidu.com/sites/all/themes/ebaidu2018/images/ad3-1@2x.gif);
        background-size: 250px;
    }
    .advantage3 li.ad3-2 {
        background-image: url(http://s.e.baidu.com/sites/all/themes/ebaidu2018/images/ad3-2@2x.gif);
        background-size: 300px;
    }
    .advantage3 li.ad3-3 {
        background-image: url(http://s.e.baidu.com/sites/all/themes/ebaidu2018/images/ad3-3@2x.gif);
        background-size: 300px;
    }
}