.f-l {
    float: left;
}

.f-r {
    float: right;
}

.max-img {
    text-align: center;
}

.max-img img {
    max-width: 100%;
}

.YJBaner {
    position: relative;
    height: 360px;
    width: 100%;
    background: url(../images/banner1.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
}

.YJBaner .animate-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.YJBaner .animate-wrap .parallaxAbout {
    width: 100%;
    height: 100%;
}

.YJBaner .animate-wrap .layer {
    width: 100%;
    height: 100%;
}

.YJBaner .animate-wrap .layer-a {
    position: absolute;
    left: 50%;
    top: 464px;
    width: 630px;
    height: 630px;
    margin-left: -800px;
    margin-top: -315px;
    -webkit-animation: rotate-base 240s linear infinite;
    animation: rotate-base 240s linear infinite;
}

.YJBaner .animate-wrap .layer-a svg {
    fill: #607aff;
    opacity: .6;
}

.YJBaner .animate-wrap .layer-b {
    position: absolute;
    left: 50%;
    top: -246px;
    width: 1300px;
    height: 1300px;
    margin-left: 200px;
    margin-top: -650px;
    -webkit-animation: rotate-base 480s linear infinite;
    animation: rotate-base 480s linear infinite;
}

.YJBaner .animate-wrap .layer-b svg {
    fill: #607aff;
    opacity: .3;
}

.YJBaner .BanerText {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 600px;
    height: 115px;
    margin-left: -300px;
    margin-top: -57px;
    z-index: 2;
    font-weight: 300;
}

.YJBaner h3 {
    font-size: 48px;
    color: #fff;
}

.YJBaner P {
    font-size: 26px;
    line-height: 32px;
    color: #fff;
    padding-top: 20px;
    opacity: 0.6;
}

.CaseContents {
    background-color: #f3f3f3;
}

.CaseContents .container {
    padding-top: 45px;
}

.CaseContents .blue-line {
    height: 4px;
    background: #626fd9;
    border-radius: 4px 4px 0 0;
}

.CaseContents .container .left-sidebar {
    width: 20%;
    min-height: 100px;
}

.CaseContents .container .left-sidebar .sidebar-con {
    width: 100%;
}

.CaseContents .container .left-sidebar .sidebar-con.fixed {
    width: 17%;
}

.CaseContents .container .left-sidebar ul {
    background-color: #fff;
}

.CaseContents .container .left-sidebar ul li {
    min-height: 60px;
    border-bottom: 1px solid #f3f3f3;
    text-align: center;
    line-height: 60px;
    overflow: hidden;
    /*超出部分隐藏*/
    white-space: nowrap;
    /*不换行*/
    text-overflow: ellipsis;
    /*超出部分文字以...显示*/
    position: relative;
}

.CaseContents .container .left-sidebar ul li.maxHeight {
    padding: 20px 0;
}

.CaseContents .container .left-sidebar ul li.maxHeight img {
    width: 100%;
}

.CaseContents .container .left-sidebar ul li a {
    color: #333;
    font-size: 16px;
    display: block;
}

.CaseContents .container .left-sidebar ul li a .arrow-rt {
    visibility: hidden;
    width: 16px;
    height: 16px;
    fill: #3644b3;
    position: absolute;
    top: 50%;
    left: 70%;
    margin-top: -8px;
}

.CaseContents .container .left-sidebar ul li.active a {
    color: #3644b3;
}

.CaseContents .container .left-sidebar ul li.active a .arrow-rt {
    visibility: visible;
}


/*右边部分*/

.CaseContents .right-content {
    width: 75%;
    background-color: #fff;
    padding: 50px 60px;
    margin: 0 0 60px 5%;
}

.CaseContents .right-content h4 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 40px;
    position: relative;
}

.CaseContents .right-content h4:after {
    width: 30px;
    content: " ";
    background-color: #6ebf43;
    height: 3px;
    display: inline-block;
    position: absolute;
    bottom: -20px;
    left: 0;
}

.CaseContents .right-content .Content-detail {
    margin-bottom: 30px;
}

.Content-detail img {
    max-width: 100%;
}


/*.CaseContents .right-content .Content-item {
	margin: 0 37px 30px;
}*/

.CaseContents .right-content .Content-detail>p {
    font-size: 16px;
    line-height: 36px;
    color: #555;
    text-indent: 2em;
    margin: 0;
}

.CaseContents .right-content h5 {
    font-size: 18px;
    color: #333;
    margin-bottom: 20px;
}

.CaseContents .right-content .Content-item ul {
    border-bottom: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    margin-bottom: 60px;
}

.CaseContents .right-content .Content-detail-1>ul>li {
    width: 50%;
    height: 190px;
    border-top: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    float: left;
    padding: 25px 2em;
}

.CaseContents .right-content .Content-detail-1 .flow-wrap {
    margin-top: 20px;
}

.CaseContents .right-content .Content-detail-1 .flow-item {
    float: left;
    width: 25%;
}

.Content-detail-1 .flow-item .flow-title {
    position: relative;
}

.Content-detail-1 .flow-item .flow-title:before {
    content: "";
    height: 2px;
    background-color: #ccc;
    position: absolute;
    top: 50%;
    left: 0;
    right: 9px;
    margin-top: -1px;
    z-index: 0;
}

.Content-detail-1 .flow-item .flow-title:after {
    content: "";
    width: 10px;
    height: 8px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -4px;
    z-index: 1;
    background: url("../images/arrow-rt.png") no-repeat center;
}

.Content-detail-1 .flow-item:last-child .flow-title:before,
.Content-detail-1 .flow-item:last-child .flow-title:after {
    display: none;
}

.Content-detail-1 .flow-item .flow-title em {
    display: inline-block;
    position: relative;
    z-index: 1;
    font-size: 19px;
    color: #fff;
    padding: 0 15px;
    height: 34px;
    line-height: 34px;
    background-color: #626fd9;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    border-radius: 17px;
}

.Content-detail-1 .flow-wrap .flow-item .flow-txt-list {
    list-style: disc;
    border: none;
    padding-left: 20px;
    margin: 15px 0 0 0;
}

.Content-detail-1 .flow-wrap .flow-item .flow-txt-list>li {
    border: none;
    margin-bottom: 3px;
    font-size: 15px;
}

.CaseContents .right-content .Content-item ul li p {
    font-size: 15px;
    line-height: 28px;
}

.CaseContents .right-content .Content-detail ul li p.p1 {
    line-height: 32px;
}

.CaseContents .right-content .Content-detail-2 ul li {
    width: 25%;
    padding: 0 10px;
    border-top: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    text-align: center;
    float: left;
}

.Content-detail-2 ul li img {
    max-height: 100%;
    max-width: 100%;
}

.CaseContents .right-content .Content-detail-2 ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.CaseContents .right-content .Content-detail-2 ul li.li-1 a {
    background: url(../images/f-1.png)no-repeat;
    background-position: center;
    background-size: contain;
}

.CaseContents .right-content .Content-detail-2 ul li.li-2 a {
    background: url(../images/f-2.png)no-repeat;
    background-position: center;
    background-size: contain;
}

.CaseContents .right-content .Content-detail-2 ul li.li-3 a {
    background: url(../images/f-3.png)no-repeat;
    background-position: center;
    background-size: contain;
}

.CaseContents .right-content .Content-detail-2 ul li.li-4 a {
    background: url(../images/f-4.png)no-repeat;
    background-position: center;
    background-size: contain;
}

.CaseContents .right-content .Content-detail-2 ul li.li-5 a {
    background: url(../images/f-5.png)no-repeat;
    background-position: center;
    background-size: contain;
}

.CaseContents .right-content .Content-detail-2 ul li.li-6 a {
    background: url(../images/f-6.png)no-repeat;
    background-position: center;
    background-size: contain;
}

.CaseContents .right-content .Content-detail-2 ul li.li-7 a {
    background: url(../images/f-7.png)no-repeat;
    background-position: center;
    background-size: contain;
}

.CaseContents .right-content .Content-detail-2 ul li.li-8 a {
    background: url(../images/f-8.png)no-repeat;
    background-position: center;
    background-size: contain;
}

.CaseContents .right-content .Content-detail-2 ul li.li-9 a {
    background: url(../images/f-9.png)no-repeat;
    background-position: center;
    background-size: contain;
}

.CaseContents .right-content .Content-detail-2 ul li.li-10 a {
    background: url(../images/f-10.png)no-repeat;
    background-position: center;
    background-size: contain;
}


/* 公司大事记 */

.record-list {
    padding: 0 30px;
    position: relative;
}

.record-list:before {
    content: "";
    position: absolute;
    left: 38px;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 100%;
    background-color: #bbb;
}

.record-list .record-item {
    padding-left: 34px;
    position: relative;
    margin-bottom: 25px;
}

.record-list .record-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 17px;
    height: 17px;
    background: url("../images/icon_node.png") no-repeat center;
}

.record-list .record-item p {
    text-indent: 0;
    font-size: 20px;
    color: #555;
    margin-bottom: 5px;
    line-height: 1;
}

.record-list .record-item p em {
    font-size: 16px;
}

.record-list .record-item span {
    font-size: 16px;
    color: #888;
}


/*关于我们*/

.right-content-1 {
    margin-top: -45px;
    width: 80%;
}

.right-content-1 .rightsidebar {
    line-height: 45px;
    margin-left: 5%;
}

.right-content-1 ul.nav-bar li {
    float: left;
    padding-right: 10px;
    font-size: 14px;
    color: #888;
}

.right-content-1 ul li a.cor-blue {
    color: #3644b3;
}

.right-content-1 .arrow-wrap svg {
    fill: #3644b3;
    width: 8px;
    height: 8px;
}

.right-content-1 .right-content-2 {
    width: 95%;
    background-color: #fff;
    color: #555;
    font-size: 16px;
    padding: 50px 60px;
    margin: 0 0 60px 5%;
}

.right-content-1 .right-content-2 h2 {
    padding-bottom: 40px;
    text-align: center;
    font-size: 36px;
    color: #3644b3;
}

.right-content-1 .right-content-2 .blue-frame {
    padding: 30px;
    background: #edeffa;
    color: #444;
    margin-bottom: 30px;
    line-height: 2;
}

.right-content-1 .right-content-2 .Content-detail {
    margin-bottom: 50px;
}

.right-content-1 .right-content-2 .Content-detail p {
    font-size: 16px;
    line-height: 36px;
    margin-bottom: 20px;
    text-indent: 2em;
}

.right-content-1 .right-content-2 .Content-detail h5 {
    font-size: 18px;
    line-height: 36px;
    font-weight: bold;
    margin-bottom: 20px;
}

.right-content-1 .right-content-2 .img-examp {
    margin-bottom: 40px;
    text-align: center;
}

.img-examp img {
    max-width: 100%;
}


/*团队*/

.work-inYJ ul {
    border-bottom: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    margin-bottom: 60px;
}

.work-inYJ ul li {
    width: 50%;
    border-top: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    float: left;
    padding: 20px;
}

.work-inYJ ul li img {
    width: 100%;
}

.joinYJ {
    border: 1px solid #e5e5e5;
    padding: 20px;
}

.joinYJ .joinYJ-text p {
    font-size: 16px;
    line-height: 32px;
    color: #333333;
}

.joinYJ .joinYJ-contact {
    padding-top: 20px;
}

.joinYJ .joinYJ-contact svg {
    width: 64px;
    height: 64px;
    float: left;
}

.joinYJ .joinYJ-contact .email,
.joinYJ .joinYJ-contact .tel {
    width: 40%;
    display: inline-block;
}

.joinYJ .joinYJ-contact .tel {
    margin-left: 5%;
}

.joinYJ .joinYJ-contact .join-common {
    margin-left: 20px;
}

.joinYJ .joinYJ-contact span {
    font-size: 16px;
    line-height: 32px;
}


/*解决方案-集中采购*/

.banner-img-1 {
    background-image: url(../images/banner-2.jpg);
}

.banner-black {
    height: 360px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

@media (max-width: 1280px) {
    .banner-black .banner-title {
        padding-left: 20px;
    }
}

.banner-black .banner-title h3 {
    font-size: 36px;
    color: #fff;
    margin: 95px 0 15px 0;
}

.banner-black .banner-title p {
    font-size: 14px;
    color: #fff;
    line-height: 32px;
}

.banner-black .banner-title a {
    display: inline-block;
    font-size: 14px;
    line-height: 32px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
    padding: 0 20px;
    margin-top: 20px;
}

.banner-black .banner-little {
    height: 50px;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.2);
}

.banner-black .banner-little.fixed {
    background-color: #fff;
    -webkit-box-shadow: 0 0 1px 1px #eee;
    -moz-box-shadow: 0 0 1px 1px #eee;
    box-shadow: 0 0 1px 1px #eee;
}

.banner-black .banner-little.fixed ul li {
    color: #222;
    position: relative;
}

.banner-black .banner-little.fixed ul .active:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #2e3b99;
}

.banner-black .banner-little ul {
    display: inline-block;
}

.banner-black .banner-little ul li {
    float: left;
    margin-right: 60px;
    font-size: 14px;
    line-height: 50px;
    color: #eee;
    text-align: center;
    cursor: pointer;
}

.focus-buy {
    height: 415px;
    text-align: center;
    padding: 65px 0 60px 0;
}

h4.md-32-black {
    font-size: 30px;
    line-height: 32px;
    color: #333;
    margin-bottom: 50px;
    text-align: center;
}

.focus-buy .img-li {
    width: 68%;
    margin-bottom: 20px;
    text-align: center;
    display: inline-block;
}

.focus-buy .img-li img {
    width: 100%;
}

.focus-buy .text-li {
    text-align: center;
    display: inline-block;
}

.focus-buy .text-li p {
    text-align: center;
    /*overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;*/
}

.part-2 {
    padding: 60px 0;
    background-image: url(../images/design_02.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media (max-width: 1000px) {
    .min-wid {
        width: 16%;
        float: left;
    }
}

.part-2 .f-l {
    margin-top: 45px;
}


/*.part-2-img{
	width: 42%;
}

.part-2-text{
	width: 58%;
}*/


/*.part-2 .f-r h4 {
	font-size: 30px;
	line-height: 32px;
	color: #333;
	margin-top: 65px;
	text-align: left;
}*/

.part-2 .bg-trans {
    height: 380px;
    margin-top: 50px;
    padding-top: 90px;
    background-color: rgba(255, 255, 255, 0.4);
}

.part-2 .bg-trans .bg-inner {
    width: 80%;
    height: 130px;
    padding: 30px 30px;
    display: block;
    background-color: #fff;
}

.part-2 .bg-trans .bg-inner p {
    font-size: 15px;
    line-height: 28px;
    color: #555555;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.part-3 {
    padding: 60px 0;
}

.part-3 .model-img {
    padding: 70px 0 30px;
    border: 1px solid #eeeeee;
    width: 100%;
    text-align: center;
}

.part-3 .model-img .part-3-img {
    width: 70%;
    margin: 0 auto;
}

.part-3 .model-img span {
    border: 1px solid #e6e8f9;
    font-size: 17px;
    color: #7c86d9;
    line-height: 24px;
    border-radius: 20px;
    display: inline-block;
    margin-top: 40px;
    padding: 5px 20px;
}

.part-4 {
    background-image: url(../images/part-4.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 60px 0;
}

.bg-ragb .work-form {
    width: 64%;
    background-color: #fff;
    padding: 30px;
    min-height: 896px;
}

.bg-ragb .work-text {
    width: 36%;
    padding: 30px;
    min-height: 896px;
    background-color: rgba(255, 255, 255, .3);
}

@media (max-width: 1200px) and (min-width: 1000px) {
    .bg-ragb .work-form {
        width: 56%;
    }
    .bg-ragb .work-text {
        width: 44%;
    }
}

.bg-ragb .work-text .pro-1 {
    margin-bottom: 50px;
}

.part-4 .bg-ragb .work-text .pro-1 h5 {
    color: #4351bf;
    font-size: 15px;
    line-height: 28px;
}

.bg-ragb .work-text .pro-1 p {
    font-size: 15px;
    line-height: 20px;
    color: #555;
}

.part-5 {
    padding: 60px 0;
}

.part-5 .unify-padding {
    padding: 0 2%;
}

.part-5 .unify-padding .unify-img {
    background-color: #7c86d9;
    text-align: center;
    padding: 10% 33%;
}

.part-5 .unify-padding .unify-img img {
    width: 100%;
}

.part-5 .unify-padding .unify-text {
    border: 1px solid #eeeeee;
    padding: 5%;
    min-height: 160px;
}

.part-5 .unify-padding .unify-text p {
    font-size: 15px;
    color: #555;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.part-6 {
    padding: 60px 0;
    background-image: url(../images/part-6.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.part-6 .con-inner {
    margin-top: 60px;
}

@media (max-width: 1400px) {
    .part-6 .con-inner {
        padding: 0 20px;
    }
}

.part-6 .lf-con {
    width: 36%;
    padding: 5% 0 0;
    float: left;
}

.part-6 .lf-con img {
    max-width: 100%;
}

.part-6 .rt-con {
    width: 62%;
    float: right;
}

.part-6 .tabs-content {
    min-height: 30%;
}

.part-6 .tabs-content .pane {
    padding: 20px 30px;
    overflow: hidden;
}

.part-6 .tabs .text-wrap {
    font-size: 15px;
    color: #555;
    line-height: 2;
    margin-bottom: 20px;
}

.part-6 .tabs .pane img {
    max-width: 100%;
}

.part-6 .tabs .pane-1 .pane-lf {
    width: 50%;
    margin-right: 5%;
    float: left;
}

.part-6 .pane-2 .pane-lf {
    width: 50%;
    float: left;
}

.part-6 .pane-2 .pane-rt {
    width: 45%;
    float: right;
}

.part-6 .pane-3 .pane-lf {
    width: 55%;
    float: left;
}

.part-6 .pane-3 .pane-rt {
    width: 40%;
    float: right;
}


/*解决方案详情-电子商务*/

.banner-img-2 {
    background-image: url(../images/banner-3.jpg);
}

.business-public {
    padding: 60px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
}

@media (max-width: 1200px) {
    .business-img {
        width: 66%;
        float: left;
    }
}

@media (max-width: 1200px) {
    .business-text {
        width: 34%;
        float: left;
    }
}

.business-part1 .business-text p {
    font-size: 15px;
    line-height: 28px;
    color: #555555;
}

.business-part2 {
    background-image: url(../images/images/b-part-2_02.jpg);
}

.business-part2 .bg-ragb .work-form {
    width: 60%;
}

.business-part2 .bg-ragb .work-text {
    width: 40%;
}

.business-part2 .bg-ragb .work-form,
.business-part2 .bg-ragb .work-text {
    min-height: 480px;
    overflow: hidden;
}

.business-part2 .bg-ragb .work-text .pro-1 {
    margin-bottom: 30px;
}

.business-part3 .container .bes-img {
    text-align: center;
    padding-bottom: 60px;
}

.business-part3 .container .bes-img img {
    width: 100%;
}

.business-part4 {
    background-image: url(../images/images/b-part4-1_02.jpg);
}

.business-part4 P.little-title {
    text-align: center;
    font-size: 15px;
    line-height: 36px;
    color: #333333;
    margin-bottom: 20px;
}

.business-part4 .b-part4-img {
    background-color: #fff;
}


/*解决方案-跨境贸易*/

.banner-img-3 {
    background-image: url(../images/images/banner-4_02.jpg);
}

.solute-part1s {}

.solute-part1 .unify-padding {
    padding: 0 2%;
}

.solute-part1 .unify-padding img {
    width: 100%;
}

.solute-part1 .unify-padding .unify-text {
    padding: 5% 0;
    min-height: 200px;
}

.solute-part1 .unify-padding .unify-text h5 {
    font-size: 17px;
    line-height: 28px;
    font-weight: bold;
}

.solute-part1 .unify-padding .unify-text p {
    font-size: 15px;
    line-height: 28px;
    display: inline-block;
    position: relative;
    text-indent: 1em;
}

.solute-part1 .unify-padding .unify-text p:before {
    content: " ";
    width: 4px;
    height: 4px;
    background-color: #555;
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: 13px;
}

.solute-part2 {
    background-image: url(../images/s-part2.jpg);
}

.s-part-img {
    padding: 30px;
    background-color: #fff;
    text-align: center;
}

.s-part-img img {
    width: 100%;
}

.solute-part4 {
    background-image: url(../images/s-part4.jpg);
}


/*解决方案-智能仓储*/

.banner-img-4 {
    background-image: url(../images/banner-4.jpg);
}

.intelligent-public {
    padding: 60px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.intelligent-public img {
    max-width: 100%;
}

.intelligent-part1 {
    background-color: #fff;
}

.intelligent-part1 .i-part1-all {
    border: 1px dashed #cdd1f3;
    padding: 2%;
}

.intelligent-part1 .i-part1-all .i-part1-img {
    width: 38%;
    text-align: center;
}

.intelligent-part1 .i-part1-all .i-part1-img img {
    max-width: 100%;
}

.intelligent-part1 .i-part1-all .i-part1-text {
    width: 52%;
}

.intelligent-part1 .i-part1-all .i-part1-text h5,
.intelligent-part2 .i-part2-all .i-part2-text h5 {
    font-size: 17px;
    line-height: 25px;
    font-weight: bold;
    margin: 50px 0 20px 0;
}

.i-part1-all .i-part1-text .text-progress {
    background-color: #f6f6f6;
    padding: 20px;
}

.i-part1-all .i-part1-text .text-progress p {
    margin-bottom: 4%;
    font-size: 15px;
    line-height: 25px;
}

.intelligent-part2 {
    background-color: #f2f3f8;
}

.intelligent-part2 .i-part2-all {
    background-color: #fff;
    border: 1px dashed #cdd1f3;
    padding: 2%;
}

.intelligent-part3 .i-part3-all {
    background-color: #fff;
    border: 1px dashed #cdd1f3;
    padding: 2%;
}

.intelligent-part4 .i-part4-all {
    background-color: #fff;
    border: 1px dashed #cdd1f3;
    padding: 2%;
    text-align: center;
}

.intelligent-part2 .i-part2-all .i-part2-img {
    width: 46%;
}

.intelligent-part2 .i-part2-all .i-part2-text {
    width: 50%;
}

.i-part2-all .i-part2-text .text-progress p {
    font-size: 15px;
    line-height: 25px;
    text-indent: 2em;
    background: #f6f6f6;
    padding: 20px;
}

.intelligent-part3 {
    background-color: #fff;
}

.intelligent-part3 .i-part-3 img {
    width: 100%;
}

.intelligent-part4 {
    background-color: #f2f3f8;
}

.intelligent-part4 .i-part-4 {
    padding: 30px;
}

.intelligent-part4 .i-part-4 img {
    width: 100%;
}


/*******  媒体查询 *******/

@media (max-width: 1000px) {
    .CaseContents .right-content {
        width: 78%;
        margin: 0 0 50px 2%;
        padding: 3%;
    }
    .CaseContents .container .left-sidebar ul li a .arrow-rt {
        left: 76%;
    }
    .right-content-1 .right-content-2 {
        padding: 3%;
    }
    .intelligent-part1 .i-part1-all .i-part1-img,
    .intelligent-part1 .i-part1-all .i-part1-text,
    .intelligent-part2 .i-part2-all .i-part2-img,
    .intelligent-part2 .i-part2-all .i-part2-text {
        width: 100%;
        text-align: center;
    }
    .intelligent-part2 .i-part2-all .i-part2-img {
        margin-top: 20px;
    }
    .business-part2 .bg-ragb .work-form,
    .business-part2 .bg-ragb .work-text {
        width: 100%;
        min-height: 0;
    }
    .bg-ragb .work-form,
    .bg-ragb .work-text {
        width: 100%;
        min-height: 0;
    }
}

@media (max-width: 767px) {
    .CaseContents .container {
        padding-top: 3%;
    }
    .YJBaner {
        height: 210px;
    }
    .YJBaner .BanerText {
        height: auto;
        margin: 0;
        width: 100%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .YJBaner h3 {
        font-size: 30px;
    }
    .YJBaner P {
        font-size: 18px;
        padding-top: 10px;
    }
    .YJBaner .animate-wrap .layer-a {
        width: 200px;
        height: 200px;
        margin: 0;
        left: -20%;
        top: 65%;
    }
    .YJBaner .animate-wrap .layer-b {
        width: 400px;
        height: 400px;
        margin: 0;
        top: -300px;
        left: 50%;
    }
    .CaseContents .container .left-sidebar {
        display: none;
    }
    .CaseContents .right-content {
        float: none;
        width: 96%;
        margin: 0 auto 4%;
    }
    .CaseContents .right-content h4 {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .CaseContents .right-content h4:after {
        bottom: -10px;
    }
    .CaseContents .right-content h5 {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .CaseContents .right-content .Content-detail {
        margin-bottom: 15px;
    }
    .record-list {
        padding: 0;
    }
    .record-list:before {
        left: 8px;
    }
    .CaseContents .right-content .Content-detail-1 ul li {
        width: 100%;
        height: auto;
        padding: 10px 15px;
    }
    .CaseContents .right-content .Content-item ul {
        margin-bottom: 30px;
    }
    .work-inYJ ul li {
        width: 100%;
        padding: 15px;
    }
    .CaseContents .right-content .Content-detail-2 ul li {
        width: 50%;
    }
    .joinYJ {
        padding: 10px 15px;
    }
    .joinYJ .joinYJ-contact .email,
    .joinYJ .joinYJ-contact .tel {
        width: 100%;
    }
    .joinYJ .joinYJ-contact .tel {
        margin: 15px 0 0 0;
    }
    .right-content-1 {
        float: none;
        width: 96%;
        margin: 0 auto 4%;
    }
    .right-content-1 .right-content-2 {
        width: 100%;
        margin: 0;
    }
    .right-content-1 .right-content-2 h2 {
        font-size: 28px;
        padding: 10px 0 20px;
    }
    .right-content-1 .right-content-2 .Content-detail {
        margin-bottom: 20px;
    }
    .right-content-1 .right-content-2 .blue-frame {
        padding: 10px 15px;
        margin-bottom: 25px;
    }
    .right-content-1 .right-content-2 .Content-detail p {
        line-height: 1.8;
        margin-bottom: 10px;
    }
}

.CaseContents .container .phone-left-sidebar {
    display: none;
    width: 100%;
    min-height: 100px;
    padding-bottom: 10px;
}

.CaseContents .container .phone-left-sidebar .sidebar-con {
    width: 100%;
}

.CaseContents .container .phone-left-sidebar ul {
    background-color: #fff
}

.CaseContents .container .phone-left-sidebar ul li.maxHeight {
    padding: 20px 0;
}

.CaseContents .container .phone-left-sidebar ul li {
    min-height: 60px;
    border-bottom: 1px solid #f3f3f3;
    text-align: center;
    line-height: 60px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
}

.CaseContents .container .phone-left-sidebar ul li.maxHeight img {
    width: 100%;
}

.CaseContents .container .phone-left-sidebar ul li a {
    color: #333;
    font-size: 16px;
    display: block;
}

@media (max-width: 767px) {
    .CaseContents .right-content .Content-detail-1 .flow-item {
        width: 50%;
        margin-bottom: 10px;
    }
    .Content-detail-1 .flow-wrap .flow-item .flow-txt-list>li {
        padding: 0;
        font-size: 14px;
    }
    .Content-detail-1 .flow-item .flow-title em {
        font-size: 17px;
    }
    .CaseContents .container .phone-left-sidebar {
        display: block;
    }
    .CaseContents .container .phone-left-sidebar ul li.maxHeight {
        padding: 0;
    }
    .CaseContents .container .phone-left-sidebar ul li.live {
        display: none;
    }
    /*solution2*/
    .banner-black {
        height: 210px;
    }
    .banner-black .banner-title h3 {
        font-size: 24px;
        color: #fff;
        margin: 45px 0 15px 0;
    }
    .banner-black .banner-little {
        display: none;
    }
    .business-public {
        padding: 30px 0 0 0;
    }
    h4.md-32-black {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 35px;
    }
    .business-img {
        width: 100%;
        float: none;
    }
    .business-text {
        margin: 10px 0 20px 0;
        width: 100%;
        float: none;
    }
    .business-part2 .bg-ragb .work-form,
    .business-part2 .bg-ragb .work-text {
        width: 100%;
        float: none;
    }
    .business-part2 .bg-ragb .work-form,
    .business-part2 .bg-ragb .work-text {
        min-height: 180px;
    }
    .business-part3 .container .bes-img {
        width: 100%;
        padding: 0 15px 60px 15px;
    }
    .business-part4 P.little-title {
        line-height: 24px;
        font-size: 12px;
        padding: 0 15px;
    }
    .business-part4 .b-part4-img {
        padding: 10px 10px;
    }
    /*solution3*/
    .s-part-img {
        margin: 0 15px 20px 15px;
        padding: 0;
    }
    /*solustion4*/
    .banner-black .banner-title p {
        line-height: 16px;
    }
    .intelligent-public {
        padding: 30px 0;
    }
    .intelligent-part1 .i-part1-all {
        margin: 0 15px;
        padding: 20px 0;
    }
    .intelligent-part4 .i-part4-all {
        margin: 0 15px;
    }
    .intelligent-part1 .i-part1-all .i-part1-img {
        width: 100%;
        float: none;
        padding: 0 20px;
    }
    .intelligent-part1 .i-part1-all .i-part1-text {
        width: 100%;
        padding: 0 15px;
    }
    .intelligent-part2 .i-part2-all {
        margin: 0 15px;
        padding: 0;
    }
    .intelligent-part2 .i-part2-all .i-part2-text,
    .intelligent-part2 .i-part2-all .i-part2-img {
        width: 100%;
        float: none;
        padding: 0 15px 30px 15px;
    }
    .intelligent-part4 .i-part-4 {
        padding: 0 15px;
    }
    .intelligent-part3 .i-part3-all {
        margin: 0 15px;
    }
    .focus-buy {
        height: auto;
        padding: 35px 0 30px 0;
    }
    .min-wid {
        width: 32.33%;
        display: inline-block;
        vertical-align: top;
        text-align: center;
        float: none;
        padding-bottom: 30px;
    }
    .part-2,
    .part-3,
    .part-4,
    .part-5,
    .part-6 {
        padding: 30px 0;
    }
    .part-2 .min-size {
        margin-top: 15px;
        float: none;
        width: 100%;
    }
    .part-3 .model-img {
        padding: 40px 0 30px;
    }
    .part-3 .model-img .part-3-img {
        width: 100%;
        padding: 0 10px;
    }
    .bg-ragb .work-form {
        width: 100%;
        float: none;
    }
    .bg-ragb .work-text {
        width: 100%;
        float: none;
    }
    .bg-ragb .work-text .pro-1 {
        margin-bottom: 20px;
    }
    .part-5 .unify-padding .unify-text {
        min-height: 0;
        margin-bottom: 20px;
    }
    .part-6 .tabs-content .pane {
        padding: 10px 15px;
    }
    .part-6 .lf-con {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }
    .part-6 .lf-con img {
        max-width: 80%;
    }
    .part-6 .con-inner {
        margin-top: 5px;
    }
    .part-6 .rt-con {
        width: 100%;
        float: none;
    }
    .part-6 .con-inner {
        padding: 0 10px;
    }
    .part-6 .pane img {
        text-align: center;
    }
    .part-6 .tabs .pane-1 .pane-lf {
        width: 100%;
        text-align: center;
    }
    .part-6 .tabs .text-wrap {
        font-size: 14px;
        margin-top: 10px;
        text-align: left;
    }
    .part-6 .pane-2 .pane-rt {
        width: 100%;
        text-align: center;
    }
    .part-6 .pane-lf {
        margin-bottom: 20px;
        text-align: center;
    }
    .part-6 .pane-2 .pane-lf {
        width: 100%;
    }
    .part-6 .pane-3 .pane-lf {
        width: 100%;
        text-align: center;
    }
    .part-6 .pane-3 .pane-rt {
        width: 100%;
    }
}

.bg_color-f {
    background-color: #fff;
}