@charset "utf-8";

.ow {
    overflow: hidden;
}

.scaleimg {
    overflow: hidden;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.scaleimg img {
    width: 100%;
    height: 100%;
    -webkit-transition: transform .5s;
    transition: transform .5s;
}

/*  pc style    */
.x-title {
    text-align: center;
}

.x-title .h36 {}

.x-title .h36 .col {
    display: inline-block;
    color: #e20a04;
}

.x-title .h18 {
    padding-top: 20px;
    line-height: 1.8;
}

.r_bard {
    position: fixed;
    right: 30px;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9;
}

.r_bard .li {
    padding: 6px 0;
    cursor: pointer;
}

.r_bard .li a {
    width: 7px;
    height: 7px;
    border-radius: 9px;
    background: #fff;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: block;
}

.r_bard .li a.current {
    height: 28px;
    background: #bd030f;
}

#fp-nav ul li {
    padding: 6px 0;
    cursor: pointer;
}

#fp-nav ul li a span {
    width: 7px;
    height: 7px;
    border-radius: 9px;
    background: #fff;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: block;
}

#fp-nav ul li a.active span {
    height: 28px;
    background: #bd030f;
}

.share-mod {}

.share-mod .share-label {
    display: inline-block;
    vertical-align: middle;
    color: #999;
}

.share-mod .share-box {
    display: inline-block;
    vertical-align: middle;
}

.share-mod .share-box .share-item {
    display: inline-block;
    vertical-align: middle;
    width: 33px;
    height: 33px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.share-mod .share-box .icon-tsina {
    background-image: url(/assets/jiaoyan/image/temp/share1.png);
}

.share-mod .share-box .icon-weixin {
    background-image: url(/assets/jiaoyan/image/temp/share2.png);
}

.share-mod .share-box .icon-linkedin {
    background-image: url(/assets/jiaoyan/image/temp/share3.png);
}

.share-mod .share-box .icon-sqq {
    background-image: url(/assets/jiaoyan/image/temp/share4.png);
}

.hear_bak {
    position: fixed;
    top: -110%;
    left: 0;
    width: 100%;
    background: #040405;
    z-index: 99;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 0;
}

.hear_bak.show {
    top: 0px;
    opacity: 1;
}

.hear_bak .top {
    padding: 11px 45px 6px;
    position: absolute;
    left: 0;
    top: 5px;
    /*border-bottom: 1px solid #353535;*/
    z-index: 10;
}

.hear_bak .top .logo {
    width: 140px;
}

.hear_bak .top .logo a {
    display: block;
}

.hear_bak .top .logo img {
    width: 100%;
    height: auto;
}

.hear_bak .nav_wp table {
    width: 86%;
    margin: auto;
}

.hear_bak .nav_wp table td {
    color: #fff;
    text-align: center;
}

.hear_bak .nav_wp table td a {
    display: inline-block;
    padding: 20px 5px 16px;
    border-bottom: 4px solid transparent;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 12px;
}

.hear_bak .nav_wp table td a.now {
    border-bottom-color: #e80707;
}

.hear_bak .nav_wp table td a:hover {
    color: #e80707;
}

.link_btns {
    position: absolute;
    left: 0;
    top: 357px;
    width: 100%;
    z-index: 1;
}

.link_btns table {
    width: 100%;
}

.link_btns table td {
    text-align: center;
    background: #151618;
    position: relative;
}

.link_btns table td a {
    display: block;
    height: 100%;
    width: 100%;
    padding: 20px 0;
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.link_btns table tr td+td a:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 20px;
    bottom: 20px;
    width: 1px;
    background: #353535;
}

.link_btns table td .ico {
    width: 40px;
    height: 37px;
    margin: 0 auto 10px;
}

.link_btns table td .ico img {
    width: 100%;
    height: auto;
}

.link_btns table td .h16 {
    color: #fff;
}

.link_btns table td a.now,
.link_btns table td a:hover {
    background: #e80707;
}

.link_btns table td a.now:after,
.link_btns table td a:hover:after {
    display: none;
}

.link_btns.no-icon {
    top: 383px;
}


.ie8 .bbts {
    background: #fff;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10000;
}

.ie8 .bbts span {
    font-size: 60px;
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    line-height: 60px;
    margin-top: -30px;
    color: #474747;
    text-align: center;
}

.btm_bar {
    height: 80px;
    line-height: 80px;
    text-align: center;
    color: #fff;
}

.btm_bar .h22 {
    display: inline-block;
    vertical-align: middle;
}

.btm_bar .link {
    line-height: 32px;
    text-align: center;
    width: 122px;
    color: #1e52bf;
    display: inline-block;
    vertical-align: middle;
    margin-left: 60px;
    border-radius: 28px;
    background: #fff;
}

.btm_bar .link:hover {
    color: #e80707;
}

.home1 {
    height: 1080px;
}

.home1 .slick-mod {
    height: 100%;
}

.home1 .slick-slider .slick-track,
.home1 .slick-slider .slick-list {
    height: 100%;
}

.home1 .slick-initialized .slick-slide {
    height: 100%;
}

.home1 .slick-initialized .slick-slide>div {
    height: 100%;
}

.home1 .slick-item {
    height: 100%;
}

.home1 .slick-item .bgi {
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.home1 .slick-item .text {
    color: #fff;
    text-align: center;
    width: 1200px;
    margin: 0 auto;
    height: auto;
}

.home1 .slick-item .text .s1 {
    position: relative;
    font-size: 62px;
    font-weight: bold;
    line-height: 1.2;
    display: inline-block;
}

.home1 .slick-item .text .s1 .play {
    width: 73px;
    height: 63px;
    background: url(/assets/jiaoyan/image/temp/icon1.png) no-repeat center;
    display: inline-block;
    position: absolute;
    left: 102%;
    top: 12px;
    cursor: pointer;
    background-size: 100% 100%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

/*.home1 .slick-item .text .s1 .play:hover {-webkit-transform: scale(1.1);transform: scale(1.1);}*/
.home1 .slick-item .text .h18 {
    line-height: 1.6;
    padding-top: 40px;
}

.home1 .slick-item .text .link {
    width: 161px;
    height: 35px;
    text-align: center;
    background: #e80707;
    display: block;
    margin: 70px auto 0;
    line-height: 35px;
}

.home1 .slick-item .text .link .arr {
    width: 19px;
    height: 14px;
    background: url(/assets/jiaoyan/image/temp/arr1.png) no-repeat center;
    background-size: cover;
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    -webkit-transition: all 0.4s cubic-bezier(.02, .01, 0, 1.74);
    transition: all 0.4s cubic-bezier(.02, .01, 0, 1.74);
}

.home1 .slick-item .text .link:hover .arr {
    transform: translateX(15px);
    -webkit-transform: translateX(15px);
}

.home1 .slick-dots {
    bottom: 7%;
}

.home1 .slick-dots li {
    width: 44px;
    height: 5px;
    padding: 0;
    border-radius: 0;
    background: #b9b9b9;
}

.home1 .slick-dots li.slick-active {
    background: #d3071f;
}
.home1 .slick-item .bgi{ position: relative; }
.home1 .slick-item .bgi:after{ content:""; position: absolute; width: 100%; height:100%; top:0; left: 0; z-index: 2; background:url(/assets/jiaoyan/image/temp/banner.png) no-repeat center top; background-size: cover; }
.home1 .v{ position: absolute; width: 100%; height:100%; top:0; left: 0; z-index: 1; }
.home1 .v video{ position: absolute; width: 100%; height:100%; top:0; left: 0; }
.home1 .x-wrap{ z-index: 5; }
.home3 .top {
    height: 687px;
}

.home3 .top .text {
    color: #fff;
    text-align: center;
    width: 1200px;
    margin: 0 auto;
    height: auto;
}

.home3 .top .text .s1 {
    position: relative;
    font-size: 62px;
    font-weight: bold;
    line-height: 1.2;
}

.home3 .top .text .h18 {
    line-height: 1.6;
    padding-top: 70px;
}

.home4 {
    padding: 95px 0 160px;
    background: #efefef;
}

.home4 .x-title {
    padding-bottom: 70px;
}

.home4 .l {
    float: left;
    width: 385px;
}

.home4 .l .img {
    width: 100%;
    height: 309px;
    overflow: hidden;
}

.home4 .l .img img {
    width: 100%;
    height: 100%;
}
.home4 .l .img .scaleimg{
    height:100%;
}
.home4 .l .text {
    height: 334px;
    position: relative;
}

/*.home4 .l .text:hover .h16 {color: #fff;}
.home4 .l .text:hover .p {color: #fff;}
.home4 .l .text:hover .more {color: #fff;}*/
.home4 .l .text .padd {
    padding: 70px 60px 0 30px;
}

.home4 .l .text .h16 {
    color: #0b0b0b;
}

.home4 .l .text .p {
    color: #666666;
    padding-top: 30px;
    line-height: 1.8;
}

.home4 .r {
    overflow: hidden;
    padding-left: 22px;
}

.home4 .r .img {
    width: 100%;
    height: 309px;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.home4 .r .img img {
    display: block;
    width: 100%;
    height: 100%;
}

.home4 .r .img .scaleimg {
    width: 100%;
    height: 100%;
}

/*.home4 .r .img:hover {background: #ee2512;}*/
/*.home4 .r .img:hover img {opacity: 0;}*/
.home4 .r .img .h24 {
    color: #fff;
    position: absolute;
    top: 110px;
    left: 75px;
    right: 75px;
    text-shadow: 0px 0px 15px #000;
}

.home4 .r .bottom {
    overflow: hidden;
}

.home4 .r .text {
    float: left;
    width: 385px;
    height: 308px;
    margin: 26px 0 0;
    position: relative;
}

.home4 .r .text .padd {
    padding: 45px 35px 0;
}

.home4 .r .text .item {
    display: block;
    margin-bottom: 30px;
}

.home4 .r .text .item .date {
    color: #999999;
}

.home4 .r .text .item .p {
    color: #666666;
    padding-top: 12px;
    min-height: 3em;
}

.home4 .r .text.t2 {
    margin-left: 23px;
}

.home4 .r .text.t2 .w {
    background: #ee2512;
    color: #fff;
}

.home4 .r .text.t2 .item .date {
    color: #fff;
}

.home4 .r .text.t2 .item .p {
    color: #fff;
}

.home4 .text .w {
    height: 100%;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    background: #fff;
}

.home4 .r .text:nth-child(1):hover .w,
.home4 .l .text:hover .w {
    background: rgba(255, 255, 255, 0.5);
}

/*.home4 .more {float: right;margin-top: 40px;}*/
.home4 .more {
    position: absolute;
    right: 35px;
    bottom: 30px;
    z-index: 5;
}

.home4 .more .arr {
    display: inline-block;
    vertical-align: middle;
    width: 19px;
    height: 14px;
    background: url(/assets/jiaoyan/image/temp/arr2.png) no-repeat center;
    margin-left: 8px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

/*.home4 .more:hover .arr {margin-left: 20px;}*/
.home4 .r .more {
    margin-top: 0;
}

.home4 .r .more .arr {
    background-image: url(/assets/jiaoyan/image/temp/arr2.png);
}

/*.home4 .l .text:hover .more .arr {background-image: url(/assets/jiaoyan/image/temp/arr3.png);}*/
.home4 .r .text .more .arr {
    background-image: url(/assets/jiaoyan/image/temp/arr3.png);
}

.home5 {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    padding: 120px 0 180px;
    -moz-background-attachment: fixed;
}

.home5 .x-title .h65 {
    font-weight: bold;
    font-size: 62px;
    color: #fff;
    line-height: 1.2;
}

.home5 .x-title .h18 {
    padding-top: 75px;
    color: #fff;
}

.home5 .cont {
    margin: 90px auto 0;
    overflow: hidden;
    width: 94%;
    min-width: 1230px;
}

.home5 .cont .item {
    display: inline-block;
    width: 23.5%;
    text-align: center;
    color: #fff;
    position: relative;
    padding-bottom: 5px;
    vertical-align: top;
}

.home5 .cont .item .padd {
    padding: 0 15%;
}

.home5 .cont .item .t1 {
    padding-bottom: 25px;
}

.home5 .cont .item .rn {
    display: inline-block;
    font-size: 74px;
    font-family: 'avian';
    line-height: 1;
    margin-right: 20px;
}

.home5 .cont .item .p {
    padding-top: 30px;
    color: #b8bbc5;
}

.home5 .cont .item+.item:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 230px;
    width: 1px;
    background: #024470;
}

.video_tc {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1000;
    display: none;
}

.video_tc .v {
    position: absolute;
    width: 750px;
    height: 420px;
    top: 50%;
    left: 50%;
    margin: -210px 0 0 -375px;
}

.video_tc .close {
    position: absolute;
    right: 0;
    top: -30px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    font-size: 34px;
    font-family: "å®‹ä½?";
    font-style: normal;
}

.video_tc .v video,
.video_tc #example_video_1 {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}

.top_banner {
    height: 415px;
    position: relative;
    width: 100%;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /*background-attachment: fixed;*/
}

.top_banner .text {
    position: absolute;
    left: 50%;
    top: 146px;
    margin-left: -558px;
    width: 602px;
}

.top_banner .text .h38 {
    color: #fff;
    font-size: 38px;
    font-weight: bold;
    line-height: 1.2;
}

.top_banner .text .p {
    color: #fff;
    font-size: 14px;
    line-height: 2;
    margin-top: 20px;
}

.bottom_banner {
    height: 320px;
    position: relative;
    overflow: hidden;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bottom_banner .text {
    position: absolute;
    left: 50%;
    top: 146px;
    margin-left: -396px;
    width: 602px;
}

.bottom_banner .text .h20 {
    color: #fff;
    line-height: 2;
}

.bottom_banner .text .d {
    position: absolute;
    left: -120px;
    top: -32px;
    width: 44px;
    height: 42px;
    background: url(/assets/jiaoyan/image/temp/icon2.png) no-repeat center;
    background-size: cover;
}

.bottom_banner .text .name {
    position: absolute;
    left: 74%;
    top: 110%;
}

.bottom_banner .text .name img {
    height: 33px;
    width: auto;
}

.bread {
    height: 50px;
    background: #f4f4f4;
}

.bread .main {
    margin-left: 42px;
}

.bread .main a {
    font-size: 14px;
    color: #666;
    line-height: 50px;
    float: left;
}

.bread .main span {
    margin: 0 15px;
    background: url(/assets/jiaoyan/image/temp/point.png) center 22.5px no-repeat;
    width: 5px;
    height: 50px;
    float: left;
}

.bread .main a:hover {
    color: #e80707;
}

.contact1 {
    padding: 120px 0 128px;
}

.contact1 .h34 {
    text-align: center;
    font-size: 34px;
    color: #0b0b0b;
    line-height: 1.2;
}

.contact1 .h34 .red {
    color: #e80707;
}

.contact1 .p {
    margin: 30px auto 0;
    text-align: center;
    color: #0b0b0b;
    line-height: 1.8;
}

.contact1 .list {
    margin: 55px auto 80px;
    width: 410px;
}

.contact1 .list .li {
    font-size: 14px;
    color: #666;
    line-height: 18px;
    padding: 12px 0 12px 40px;
    overflow: hidden;
}

.contact1 .list .li span {
    width: 93px;
    float: left;
    display: block;
}

.contact1 .list .li .c {
    overflow: hidden;
}

.contact1 .ewm {
    width: 460px;
    margin: 68px auto 0;
}

.contact1 .ewm .div {
    height: 175px;
    text-align: center;
    margin: 0 auto;
}

.contact1 .ewm .div .h14 {
    color: #666;
    font-size: 14px;
    line-height: 1.5;
}

.contact1 .ewm .div .img {
    width: 132px;
    height: 132px;
    margin: 0 auto;
    margin-top: 22px;
}

.contact1 .ewm .div .img img {
    width: 100%;
    height: auto;
}

.contact2 {
    height: 252px;
    background: #102e68;
    padding-top: 40px;
}

.contact2 .h20 {
    color: #fff;
    font-size: 20px;
    line-height: 1.5;
    margin-left: 204px;
}

.contact2 .textarea {
    width: 700px;
    height: 100px;
    margin: 26px 0 0 204px;
    background: #0b2049;
}

.contact2 .textarea textarea {
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    width: 680px;
    height: 80px;
    margin: 10px;
    overflow: auto;
}

.contact2 .submit {
    display: block;
    width: 122px;
    height: 33px;
    color: #21459b;
    font-size: 14px;
    background: #fff;
    line-height: 32px;
    text-align: center;
    margin: 26px 0 0 226px;
    border-radius: 50px;
}

.detail {
    padding: 118px 0 75px;
}

.detail .main {
    ;
    margin: 0 140px;
}

.detail .main .h26 {
    font-size: 26px;
    color: #0b0b0b;
    line-height: 1.5;
}

.detail .main .date {
    font-size: 14px;
    color: #999;
    line-height: 1.5;
    margin-top: 35px;
    float: left;
}

.detail .main .share-mod {
    float: right;
    font-size: 14px;
    color: #999;
    line-height: 1.5;
    margin-top: 32px;
}

.detail .main .p {
    padding-top: 50px;
    clear: both;
}

.detail .main .p p {
    margin-bottom: 0px;
    font-size: 14px;
    color: #666;
    line-height: 2;
}

.detail .main .p img {
    max-width: 100%;
}

.detail .main .fun {
    margin-top: 60px;
    border-top: solid 1px #d6d6d6;
    padding-top: 30px;
}

.detail .main .prev {
    padding: 10px 10px;
    font-size: 14px;
    color: #999;
}

.detail .main .next {
    padding: 10px 10px;
    font-size: 14px;
    color: #999;
}

.detail .main .fun a {
    color: #666;
    margin-left: 20px;
    max-width: 750px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

.detail .main .fun a:hover {
    color: #e80707;
}

.success_case1 {
    padding: 110px 0 110px;
}

.success_case1 .x-title {
    padding-bottom: 115px;
}

.success_case1 .x-title .h18 {
    color: #666;
}

.success_case1 .list {}

.success_case1 .list .item {
    overflow: hidden;
}

.success_case1 .list .item .img {
    float: left;
    width: 50%;
    height: 390px;
    overflow: hidden;
}

.success_case1 .list .item .img img {
    width: 100%;
    height: 100%;
}

.success_case1 .list .item .text {
    background: #f9f9f9;
    float: left;
    width: 50%;
    height: 390px;
}

.success_case1 .list .item .text .padd {
    padding: 50px 70px;
}

.success_case1 .list .item .text .h30 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 25px;
}

.success_case1 .list .item .text .h30 .x {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #e5140f;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.success_case1 .list .item .text .p {
    color: #666;
    text-indent: 2em;
    height: 158px;
    overflow: hidden;
    text-align: justify;
}

.success_case1 .list .item .text .more {
    color: #666;
    margin-top: 30px;
    float: right;
}

.success_case1 .list .item .text .more .arr {
    width: 19px;
    height: 14px;
    background: url(/assets/jiaoyan/image/temp/arr2.png) no-repeat center;
    background-size: cover;
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.success_case1 .list .item .text .more:hover {
    color: #e5140f;
}

.success_case1 .list .item .text:hover .h30 .x {
    width: 60px;
}

/* 标准产品 2019?8?3? 22:31:49  keloy */
/* .success_case1 .list .item+.item {
    margin-top: 80px;
} */

.success_case1 .list .itemtop{
    margin-bottom: 80px;
}

/* .success_case1 .list .item .li:nth-child(2n) .img {
    float: right;
} */

.success_case1 .list .item:nth-child(2n) .li .img {
    float: right;
}
/* 标准产品 2019?8?3? 22:31:49  keloy */

.pop-form .pop-dialog {
    width: 1200px;
    height: 600px;
    background: #fff;
}

.pop-form .x-title {
    padding-bottom: 30px;
}

.pop-form .x-title .p {
    padding-top: 5px;
}

.pop-form .cont {
    width: 1055px;
    margin: 0 auto;
    padding: 35px 0;
}

.pop-form .form {
    height: 300px;
}

.pop-form .form .line {
    margin-bottom: 10px;
}

.pop-form .form .line .g {
    display: inline-block;
    vertical-align: middle;
}

.pop-form .form .line .g+.g {
    margin-left: 100px;
}

.pop-form .form .line .label1 {
    display: inline-block;
    vertical-align: middle;
    width: 64px;
    font-size: 18px;
}

.pop-form .form .line .label1.w1 {
    width: 103px;
}

/* 标准产品 2019?8?3? 22:31:49  keloy */
.success_case1 .list .itemtop{
    margin-bottom: 80px;
}
/* 标准产品 2019?8?3? 22:31:49  keloy */

.pop-form .form .line .name {
    line-height: 46px;
    display: block;
    font-size: 16px;
}

.pop-form .form .line .ipt {
    box-sizing: border-box;
    width: 386px;
    height: 46px;
    border: 1px solid #e5e5e5;
    padding: 0 18px;
    display: inline-block;
    vertical-align: middle;
}

.pop-form .form .line .ipt input {
    height: 30px;
    width: 100%;
    font-size: 16px;
    padding: 7px 0 0;
    display: block;
}

.pop-form .form .line .text {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    width: 945px;
    border: 1px solid #e5e5e5;
    padding: 15px 18px;
}

.pop-form .form .line .text textarea {
    height: 120px;
    width: 100%;
    font-size: 16px;
}

.pop-form .button1 {
    width: 200px;
    height: 48px;
    line-height: 48px;
    color: #fff;
    font-size: 16px;
    background: #e5140f;
    display: block;
    margin: 20px auto 0;
    cursor: pointer;
}

.pop-form .button1:hover {
    opacity: 0.9;
}

.pop-prod .pop-dialog {
    height: 640px;
}

.pop-form .form .g_name .ipt {
    border: 0;
    padding-left: 0;
}

.pop-form .form .g_name .label1:after {
    display: none;
}

.technology1 {
    padding: 110px 0 110px;
    overflow: hidden;
}

.technology1 .x-title .p {
    text-align: left;
    padding-top: 70px;
    text-indent: 2em;
}

.technology1 .list {
    width: 105%;
    padding-top: 120px;
}

.technology1 .list .item {
    float: left;
    width: 585px;
    height: 402px;
    border-radius: 18px;
    background: #ededed;
    margin: 0 30px 40px 0;
}

.technology1 .list .item:hover .ico {
    -webkit-animation: rot 0.6s linear alternate;
    animation: rot 0.6s linear alternate;
}

.technology1 .list .item .padd {
    padding: 45px 80px;
}

.technology1 .list .item .ico {
    width: 95px;
    height: 97px;
}

.technology1 .list .item .ico img {
    width: 100%;
    height: auto;
}

.technology1 .list .item .h18 {
    font-weight: bold;
    color: #0b0b0b;
    padding: 35px 0 20px;
}

.technology1 .list .item .p {
    padding-left: 35px;
    position: relative;
    margin-top: 10px;
}

.technology1 .list .item .p:before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 9px;
    height: 9px;
    background: #e80707;
}

.about1 {
    padding: 120px 0;
}

.about1 .x-title {
    padding-bottom: 110px;
}

.about1 .clear {
    position: relative;
}

.about1 .l {
    width: 591px;
    height: 439px;
    overflow: hidden;
    border-radius: 19px;
    position: absolute;
    left: 0;
    top: 0;
}

.about1 .l img {
    width: 100%;
    height: 100%;
}

.about1 .r {
    margin-top: 35px;
    background: #e6f5fc;
    border-radius: 19px;
    width: 925px;
    float: right;
}

.about1 .r .padd {
    padding: 60px 60px 60px 380px;
}

.about1 .r .p {
    text-indent: 2em;
    text-align: justify;
    color: #666;
    line-height: 1.8;
}

.about1 .r .p+.p {
    padding-top: 3px;
}

.about2 {
    height: 543px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.about2 .x-title {
    padding: 120px 0 70px;
}

.about2 .cont {
    padding: 0 90px 0 205px;
    overflow: hidden;
}

.about2 .cont .p {
    padding-left: 30px;
    width: 240px;
    margin-right: 30px;
    position: relative;
    margin-bottom: 25px;
    float: left;
}

.about2 .cont .p:before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 9px;
    height: 9px;
    background: #e80707;
}

.about3 {
    padding: 150px 0 120px;
}

.about3 .list {}

/*.about3 .list .item {background: #e7ebed;overflow: hidden;padding: 35px 90px 25px;}
.about3 .list .item+.item {margin-top: 60px;}
.about3 .list .item:nth-child(odd) {background: #d6d9da;}
.about3 .list .item .d {float: left;width: 255px; margin-left: 115px; }
.about3 .list .item .d:nth-child(3n+1) {margin-left:0;}
.about3 .list .item .d:nth-child(n+4) {margin-top:40px;}*/
.about3 .list .item .d .img {
    width: 100%;
    height: 182px;
    overflow: hidden;
}

.about3 .list .item .d .img img {
    width: 100%;
    height: auto;
}

.about3 .list .item .d .p {
    padding-top: 25px;
}

.about3 .list .item {
    overflow: hidden;
}

.about3 .list .item a {
    display: block;
    width: 255px;
    margin: 0 auto;
}

.about3 .list .item .d:nth-child(n+4) {
    margin-top: 60px;
}

.about3 .list .item .d {
    float: left;
    background: #e7ebed;
    width: 30%;
    padding: 35px 0 25px;
}

.about3 .list .item .d:nth-child(3n+1) {
    width: 35%;
}

.about3 .list .item .d:nth-child(3n) {
    width: 35%;
}

.x-title.left_t {
    text-align: left;
    padding-bottom: 25px;
    border-bottom: 1px solid #bdbdbd;
}

.x-title.left_t:after {
    content: "";
    display: block;
    clear: both;
}

.x-title.left_t .h36 {
    float: left;
}

.x-title.left_t .r_box {
    float: right;
    margin-top: 5px;
}

.x-title.left_t .ts {
    text-align: right;
    padding-top: 35px;
}

.x-title.left_t .ts .col {
    display: inline-block;
    color: #e20a04;
    margin: 0 5px;
}

.x-title.left_t .r_box .lable1 {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    color: #999999;
    cursor: pointer;
    font-size: 16px;
}

.x-title.left_t .r_box .lable1:hover {
    color: #e20a04;
}

.x-title.left_t .r_box .ipt {
    display: inline-block;
    vertical-align: middle;
    width: 255px;
    padding: 0 15px;
    border-radius: 17px;
    overflow: hidden;
    background: #ebebeb;
    line-height: 40px;
    height: 40px;
}

.x-title.left_t .r_box .ipt input {
    font-size: 18px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}

.news1 {
    padding: 110px 0 60px;
    border-bottom: 1px solid #bdbdbd;
}

.news1 .cont {
    margin-top: 55px;
    height: 383px;
}

.news1 .cont .l {
    width: 561px;
    height: 100%;
    float: left;
    margin-right: 34px;
    overflow: hidden;
}

.news1 .cont .l img ,.news1 .cont .l a{
    display: block;
    width: 100%;
    height: 100%;
}

.news1 .cont .r {
    overflow: hidden;
    background: #f6f7f7;
    height: 100%;
}

.news1 .cont .r .padd {
    padding: 50px 45px 0;
}

.news1 .cont .r .h24 {
    padding-bottom: 30px;
}

.news1 .cont .r .h24:hover {
    color: #e5140f;
}

.news1 .cont .r .p {
    height: 150px;
    overflow: hidden;
    text-indent: 2em;
    text-align: justify;
    line-height: 1.8;
}

.news1 .cont .r .more {
    float: right;
    margin-top: 20px;
}

.news1 .cont .r .more .arr {
    width: 19px;
    height: 14px;
    background: url(/assets/jiaoyan/image/temp/arr2.png) no-repeat center;
    background-size: cover;
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.news1 .cont .r .more:hover {
    color: #e5140f;
}

.news2 {
    overflow: hidden;
    padding: 55px 0 110px;
}

.news2 .list {
    width: 105%;
    overflow: hidden;
}

.news2 .list .item {
    float: left;
    width: 384px;
    height: 334px;
    margin-bottom: 45px;
    position: relative;
    margin: 0 23px 45px 0;
}

.news2 .more, .joinus1 p.more{

            position: absolute;

            bottom: -20px;

            left: 46%;
            cursor: pointer;

        }

.news2 .list .item:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    background: #e5140f;
    width: 0;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.news2 .list .item .img {
    width: 100%;
    height: 241px;
    overflow: hidden;
}

.news2 .list .item .img img {
    width: 100%;
    height: 100%;
}

.news2 .list .item .date {
    color: #999999;
    padding: 12px 0;
}

.news2 .list .item .h16 {
    color: #0b0b0b;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news2 .list .item:hover:after {
    width: 74px;
}

/*.news2 .more {float: right;margin-right: 50px;}*/
/*.news2 .more .arr {width: 19px;height: 14px;background: url(/assets/jiaoyan/image/temp/arr2.png) no-repeat center;background-size: cover;display: inline-block;margin-left: 10px;vertical-align: middle;position: relative;top: -1px;-webkit-transition: all 0.4s ease;transition: all 0.4s ease;}*/
/*.news2 .more:hover {color: #e5140f;}*/

.news2 .list-width,
.news2 .list-item {
    width: 384px;
}

.news2 .list-space {
    width: 23px;
}

.news2 .more, .joinus1 p.more {
    display: block;
    width: 100px;
    margin: 0 auto;
    text-align: center;
    font-size: 24px;
}

.news2 .more:hover {
    color: #e5140f;
}
.joinus1 a.more:hover {
    color: #e5140f;
}
.joinus1 p.more:hover {
    color: #474747;
}

.joinus1 {
    padding: 110px 0;
}

.joinus1 .pic {
    margin: 40px 0;
}

.joinus1 .pic img {
    width: 100%;
    height: auto;
}

.joinus1 .list {}

.joinus1 .list .item {
    position: relative;
    padding: 25px 0;
    background: #efeeee;
}

.joinus1 .list .item+.item {
    margin-top: 20px;
}

.joinus1 .list .item .arr {
    position: absolute;
    right: 38px;
    top: 21px;
    width: 32px;
    height: 32px;
    background: url(/assets/jiaoyan/image/temp/icon8.png) no-repeat center;
    background-size: cover;
    cursor: pointer;
}

.joinus1 .list .item .bar {
    padding: 0 20px;
}

.joinus1 .list .item .bar .g {
    font-size: 16px;
    color: #666;
    display: inline-block;
    vertical-align: middle;
}

.joinus1 .list .item .bar .g .s1 {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

.joinus1 .list .item .bar .g:first-child .s1 {
    color: #e5140f;
}

.joinus1 .list .item .bar .g.w1 {
    width: 410px;
}

.joinus1 .list .item .bar .g.w2 {
    width: 225px;
}

.joinus1 .list .item .bar .g.w3 {
    width: 225px;
}

.joinus1 .list .item .bar .g.w4 {
    width: 225px;
}

.joinus1 .list .item .con {
    position: relative;
    display: none;
}

.joinus1 .list .item .con .txt {
    padding: 0 110px;
}

.joinus1 .list .item .con .p {
    color: #666;
    line-height: 1.8;
}

.joinus1 .list .item .con .t1 {
    padding-top: 25px;
}

.joinus1 .list .item .con .more {
    display: inline-block;
    color: #666666;
    position: absolute;
    right: 38px;
    bottom: 5px;
    width: 200px;
    text-align: right;
}

.joinus1 .list .item .con .more .ico {
    width: 35px;
    height: 35px;
    background: url(/assets/jiaoyan/image/temp/icon10.png) no-repeat center;
    background-size: cover;
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.joinus1 .list .item .con .more:hover {
    color: #e5140f;
}

.joinus1 .list .item.show .arr {
    background-image: url(/assets/jiaoyan/image/temp/icon9.png);
}


.pages {
    text-align: right;
    padding-top: 45px;
}

.pages .label1 {
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
    color: #666666;
}

.pages .now {
    display: inline-block;
    vertical-align: middle;
    color: #666666;
}

.pages .input {
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    border: 1px solid #d2d2d2;
    color: #e80707;
    text-align: center;
    line-height: 22px;
    margin-left: 5px;
}

.pages .btn1 {
    display: inline-block;
    vertical-align: middle;
    background: #e80707;
    width: 23px;
    height: 23px;
    color: #fff;
    margin-left: 5px;
}


.teams1 {
    overflow: hidden;
    padding: 120px 0;
}

.teams1 .x-title .h18 {
    color: #666;
}

.teams1 .list {}

.teams1 .list .item {
    position: relative;
    margin-top: 115px;
    background: url(/assets/jiaoyan/image/temp/teams1.png) no-repeat center right;
}

.teams1 .list .item:after {
    content: "";
    display: block;
    clear: both;
}

.teams1 .list .item .img {
    width: 468px;
    height: 468px;
    overflow: hidden;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    float: left;
}

.teams1 .list .item .img img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
}

.teams1 .list .item .text {
    width: 535px;
    /*-ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transition: translateY(-50%);*/
    z-index: 1;
    position: absolute;
    right: 85px;
    top:50px;
}

.teams1 .list .item .text .t .tit {
    font-size: 22px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}

.teams1 .list .item .text .t .tit span {
    line-height: 1.2;
    color: #e80707;
    font-size: 28px;
    padding-right: 60px;
}

.teams1 .list .item .text .t .p {
    text-align: justify;
    line-height: 1.8;
}

.teams1 .list .item:nth-child(even) {
    background: url(/assets/jiaoyan/image/temp/teams2.png) no-repeat center left;
}

.teams1 .list .item:nth-child(even) .img {
    float: right;
}

.teams1 .list .item:nth-child(even) .text {
    right: inherit;
    left: 85px;
}

.teams1 .list2 {
    padding: 70px 0 50px;
}

.teams1 .list2 .li {
    float: left;
    width: 48%;
    padding-top: 120px;
}

.teams1 .list2 .li:nth-child(2n+1) {
    clear: left;
    margin-right: 4%;
}

.teams1 .list2 .li .img {
    float: left;
    width: 264px;
    height: 264px;
    border-radius: 50%;
    overflow: hidden;
}

.teams1 .list2 .li .img img {
    display: block;
    width: 100%;
}

.teams1 .list2 .li .cont {
    overflow: hidden;
    padding: 50px 0 0 20px;
}
.teams1 .list2 .li .cont .p{
    text-align: justify;
}

.teams1 .list2 .li .cont .tit1 {
    font-size: 28px;
    color: #e80707;
}

.teams1 .list2 .li .cont .tit2 {
    font-size: 22px;
    padding: 20px 0 30px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
}

.exoert1 {
    padding: 120px 0;
}

.exoert1 .x-title .h18 {
    color: #666;
}

.exoert1 .list {}

.exoert1 .list .item {
    overflow: hidden;
    position: relative;
    margin-top: 115px;
}

.exoert1 .list .item .img {
    width: 475px;
    height: 559px;
    float: left;
    position: relative;
    z-index: 1;
    border-radius: 19px;
    overflow: hidden;
}

.exoert1 .list .item .img img {
    width: 100%;
    height: 100%;
}

.exoert1 .list .item .text {
    background: #e6f5fc;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 19px;
    height:450px;
}

.exoert1 .list .item .text .padd {
    padding:0 90px 0px 600px;
}

.exoert1 .list .item .text .tit {
    padding-bottom: 55px;
}

.exoert1 .list .item .text .tit .col {
    display: inline-block;
    color: #e80707;
}

.exoert1 .list .item .text .p {
    color: #666;
    line-height: 1.8;
}

.exoert1 .list .item:nth-child(even) .img {
    float: right;
}

.exoert1 .list .item:nth-child(even) .text .padd {
    padding: 90px 600px 90px 90px;
}

.platform1 {
    overflow: hidden;
    padding: 120px 0;
    background: #f5f5f5;
}

.platform1 .x-title .p {
    text-align: left;
    text-indent: 2em;
    padding-top: 70px;
    line-height: 1.8;
    color: #666;
}

.platform1 .list {
    overflow: hidden;
    width: 105%;
    padding-top: 110px;
}

.platform1 .list .item {
    width: 385px;
    text-align: center;
    overflow: hidden;
    color: #fff;
    float: left;
    margin: 0 22px 25px 0;
}

.platform1 .list .item a {
    display: block;
    position: relative;
}

.platform1 .list .item img {
    display: block;
    width: 100%;
}

.platform1 .list .item .img {
    position: relative;
    z-index: 1;
}

.platform1 .list .item .con {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #e5140f;
    position: absolute;
    z-index: 2;
    opacity: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.platform1 .list .item .con span {
    display: block;
    position: absolute;
    width: 94%;
    left: 3%;
    line-height: 1.5;
    top: 50%;
    transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    font-size: 24px;
}

.platform1 .list .item:hover .con {
    opacity: 1;
}

.platform1 .list .item .padd {
    padding: 50px 35px;
}

.platform1 .list .item .ico {
    width: 90px;
    height: 90px;
    display: block;
    margin: 0 auto;
}

.platform1 .list .item .ico img {
    width: 100%;
    height: auto;
}

.platform1 .list .item .h16 {
    padding: 30px 0 25px;
    font-weight: bold;
}

.platform1 .list .item .p {
    line-height: 1.8;
}

.scope1 {
    padding: 110px 0;
}

.scope1 .x-title .h18 {
    color: #666;
}

.scope1 .clear {
    padding-top: 80px;
}

.scope1 .l {
    float: left;
    width: 590px;
    height: 360px;
    overflow: hidden;
}

.scope1 .l img {
    width: 100%;
    height: auto;
}

.scope1 .r {
    overflow: hidden;
    padding-left: 70px;
}

.scope1 .r .p {
    padding: 15px 0;
    color: #666666;
    line-height: 1.8;
}

.scope2 {
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 596px;
}

.scope2 .x-title {
    padding: 90px 0 70px;
}

.scope2 .x-title .h18 {
    color: #666;
}

.scope2 .list {
    width: 105%;
}

.scope2 .list .item {
    float: left;
    width: 384px;
    height: 240px;
    border-radius: 8px;
    margin-right: 26px;
    background: rgba(255, 255, 255, 0.6);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-align: center;
    overflow: hidden;
}

.scope2 .list .item .padd {
    padding: 35px 50px;
}

.scope2 .list .item .ico {
    width: 54px;
    height: 49px;
    overflow: hidden;
    margin: 0 auto 25px;
}

.scope2 .list .item .ico img {
    width: 100%;
    height: auto;
}

.scope2 .list .item .h16 {
    display: inline-block;
    position: relative;
    padding-bottom: 16px;
}

.scope2 .list .item .h16:after {
    content: "";
    position: absolute;
    height: 4px;
    background: #e5140f;
    width: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    bottom: 0;
    left: 0;
}

.scope2 .list .item .p {
    color: #666;
    padding-top: 10px;
    line-height: 1.8;
    text-align: left;
}

.scope2 .list .item:hover {
    box-shadow: 0px 0px 15px 0px #ccc;
    background: rgba(255, 255, 255, 1);
}

.scope2 .list .item:hover .h16:after {
    width: 36px;
}

.scope3 {
    overflow: hidden;
    padding: 95px 0 100px;
}

.scope3 .x-title {
    padding: 0px 0 50px;
}

.scope3 .x-title .h18 {
    color: #666;
}

.scope3 .list {
    width: 105%;
}

.scope3 .list .item {
    float: left;
    width: 384px;
    margin-right: 26px;
    overflow: hidden;
    padding-bottom: 15px;
}

.scope3 .list .item .img {
    width: 100%;
    height: 240px;
    border-radius: 8px;
    overflow: hidden;
}

.scope3 .list .item .h16 {
    color: #0b0b0b;
    padding: 25px 0 20px;
    position: relative;
}

.scope3 .list .item .p {
    color: #666;
    line-height: 1.8;
    text-align: left;
}

.scope3 .list .item .h16:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 5px;
    height: 3px;
    background: #e5140f;
    width: 0;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.scope3 .list .item:hover .h16:after {
    width: 74px;
}

@keyframes rot {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }

    25% {
        transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
    }

    50% {
        transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
    }

    75% {
        transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
    }

    100% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
}

@-webkit-keyframes rot {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }

    25% {
        transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
    }

    50% {
        transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
    }

    75% {
        transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
    }

    100% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
}


.pop-form .form .line .label1 {
    position: relative;
}

.pop-form .form .line .linered:after {
    position: absolute;
    content: "*";
    left: -15px;
    color: red;
    top: 2px;
}

.pop-form .button1 {
    background: #4d4d4d;
    cursor: default;
}

.pop-form .button1.on {
    background: #e5140f;
    cursor: pointer;
}

.case_detail1 {
    padding: 110px 0 60px;
}

.case_detail1 .cont {
    padding-top: 30px;
}

.case_detail1 .cont .p {
    padding: 35px 0;
    line-height: 1.8;
    color: #666;
}

.case_detail1 .cont .p img {
    width: 100%;
    height: auto;
}

.case_detail2 {
    padding: 90px 0 80px;
    background: #f9f9f9;
}

.case_detail2 .cont {
    padding-top: 30px;
}

.case_detail2 .cont .p {
    padding: 20px 0;
    line-height: 1.8;
    color: #666;
}

.case_detail3 {
    padding: 90px 0 100px;
}

.case_detail3 .cont {
    overflow: hidden;
    padding-left: 210px;
    padding-top: 80px;
}

.case_detail3 .cont .p {
    padding-left: 30px;
    width: 400px;
    margin-right: 30px;
    position: relative;
    margin-bottom: 20px;
    float: left;
}

.case_detail3 .cont .p:before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 9px;
    height: 9px;
    background: #e80707;
}

.case_detail1 .cont .img .i {
    float: left;
    width: 48.5%;
}

.case_detail1 .cont .img .i+.i {
    float: right;
}


/*home-------------------------------------------*/
.section {
    background-size: cover !important;
}




.full .home3Cont {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.full .home3Cont .top {
    height: 60%;
}

.full .home3Cont .cont {
    height: 40%;
    background: #ccc;
}

.full .home4 {
    padding: 0;
}

.full .home4 .x-wrap {
    height: auto;
}

.full .home2 .x-wrap {
    height: auto;
}

.full .home5 {
    padding: 0;
}

.home6 {
    height: auto !important;
}

.home6 .fp-tableCell {
    height: auto !important;
}



.home3Cont .bot {}


.home2 {
    padding: 50px 0 100px;
    background: #efefef;
}

.home2 .x-title {
    padding: 5% 0;
}

.home2 .cont {
    height: 580px;
    position: relative;
}

.home2 .cont .d {
    position: absolute;
    width: 385px;
}

.home2 .cont .d a {
    display: block;
}

.home2 .cont .d:after {
    content: "";
    display: block;
    clear: both;
    zoom: 1;
}

.home2 .cont .d .ico {
    float: left;
    width: 50px;
    height: 53px;
    overflow: hidden;
    position: relative;
    margin-right: 20px;
}

.home2 .cont .d .ico img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.home2 .cont .d .ico img.bak {
    opacity: 0;
}

.home2 .cont .d .ico img.wit {
    opacity: 0;
}

.home2 .cont .d .r_txt {
    overflow: hidden;
}

.home2 .cont .d .r_txt .h16 {
    color: #000;
}

.home2 .cont .d .r_txt .p {
    color: #797979;
    padding-top: 5px;
}

.home2 .cont .d:hover .ico img.bak {
    opacity: 1;
}

.home2 .cont .d .x {
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.home2 .cont .d .n {
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.home2 .cont .d .n1 {
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.home2 .cont .d .x:after {
    content: "";
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.home2 .cont .d .n1:after {
    content: "";
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.home2 .cont .d6 {
    left: 0px;
    top: 99px;
}

.home2 .cont .d6 .x {
    background-image: url(/assets/jiaoyan/image/temp/ld_1.png);
    width: 406px;
    height: 31px;
    top: 95px;
    left: 20px;
}

.home2 .cont .d6 .n {
    background-image: url(/assets/jiaoyan/image/temp/ld_1a.png);
    opacity: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.home2 .cont .d6:hover .n {
    opacity: 1;
}

.home2 .cont .d6 .n1 {
    background-image: url(/assets/jiaoyan/image/temp/ld_1b.png);
    width: 113px;
    height: 125px;
    top: -42px;
    left: 402px;
}

.home2 .cont .d6 .n1:after {
    background-image: url(/assets/jiaoyan/image/temp/ld_1c.png);
    opacity: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.home2 .cont .d6:hover .n1:after {
    opacity: 1;
}

.home2 .cont .d1 {
    left: 418px;
    top: 0;
}

.home2 .cont .d1 .x {
    background-image: url(/assets/jiaoyan/image/temp/ld_2.png);
    width: 159px;
    height: 61px;
    top: 80px;
    left: 25px;
}

.home2 .cont .d1 .n {
    background-image: url(/assets/jiaoyan/image/temp/ld_2a.png);
    opacity: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.home2 .cont .d1:hover .n {
    opacity: 1;
}

.home2 .cont .d1 .n1 {
    background-image: url(/assets/jiaoyan/image/temp/ld_2b.png);
    width: 113px;
    height: 105px;
    top: 62px;
    left: 100px;
}

.home2 .cont .d1 .n1:after {
    background-image: url(/assets/jiaoyan/image/temp/ld_2c.png);
    opacity: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.home2 .cont .d1:hover .n1:after {
    opacity: 1;
}

.home2 .cont .d2 {
    left: 824px;
    top: 89px;
}

.home2 .cont .d2 .x {
    background-image: url(/assets/jiaoyan/image/temp/ld_3.png);
    width: 195px;
    height: 65px;
    top: 85px;
    left: -60px;
}

.home2 .cont .d2 .n {
    background-image: url(/assets/jiaoyan/image/temp/ld_3a.png);
    opacity: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.home2 .cont .d2:hover .n {
    opacity: 1;
}

.home2 .cont .d2 .n1 {
    background-image: url(/assets/jiaoyan/image/temp/ld_3b.png);
    width: 122px;
    height: 118px;
    top: -14px;
    left: -102px;
}

.home2 .cont .d2 .n1:after {
    background-image: url(/assets/jiaoyan/image/temp/ld_3c.png);
    opacity: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.home2 .cont .d2:hover .n1:after {
    opacity: 1;
}


.home2 .cont .d5 {
    left: 6px;
    top: 390px;
}

.home2 .cont .d5 .x {
    background-image: url(/assets/jiaoyan/image/temp/ld_4.png);
    width: 405px;
    height: 43px;
    top: -70px;
    left: 18px;
}

.home2 .cont .d5 .n {
    background-image: url(/assets/jiaoyan/image/temp/ld_4a.png);
    opacity: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.home2 .cont .d5:hover .n {
    opacity: 1;
}

.home2 .cont .d5 .n1 {
    background-image: url(/assets/jiaoyan/image/temp/ld_4b.png);
    width: 120px;
    height: 114px;
    top: -38px;
    left: 390px;
}

.home2 .cont .d5 .n1:after {
    background-image: url(/assets/jiaoyan/image/temp/ld_4c.png);
    opacity: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.home2 .cont .d5:hover .n1:after {
    opacity: 1;
}

.home2 .cont .d4 {
    left: 418px;
    top: 500px;
}

.home2 .cont .d4 .x {
    background-image: url(/assets/jiaoyan/image/temp/ld_5.png);
    width: 109px;
    height: 105px;
    top: -110px;
    left: 18px;
}

.home2 .cont .d4 .n {
    background-image: url(/assets/jiaoyan/image/temp/ld_5a.png);
    opacity: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.home2 .cont .d4:hover .n {
    opacity: 1;
}

.home2 .cont .d4 .n1 {
    background-image: url(/assets/jiaoyan/image/temp/ld_5b.png);
    width: 115px;
    height: 214px;
    top: -137px;
    left: 106px;
}

.home2 .cont .d4 .n1:after {
    background-image: url(/assets/jiaoyan/image/temp/ld_5c.png);
    opacity: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.home2 .cont .d4:hover .n1:after {
    opacity: 1;
}


.home2 .cont .d3 {
    left: 832px;
    top: 410px;
}

.home2 .cont .d3 .x {
    background-image: url(/assets/jiaoyan/image/temp/ld_6.png);
    width: 160px;
    height: 44px;
    top: -70px;
    left: -30px;
}

.home2 .cont .d3 .n {
    background-image: url(/assets/jiaoyan/image/temp/ld_6a.png);
    opacity: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.home2 .cont .d3:hover .n {
    opacity: 1;
}

.home2 .cont .d3 .n1 {
    background-image: url(/assets/jiaoyan/image/temp/ld_6b.png);
    width: 139px;
    height: 164px;
    top: -57px;
    left: -138px;
}

.home2 .cont .d3 .n1:after {
    background-image: url(/assets/jiaoyan/image/temp/ld_6c.png);
    opacity: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.home2 .cont .d3:hover .n1:after {
    opacity: 1;
}




.home2 .cont:after {
    content: "";
    position: absolute;
    top: 56%;
    left: 50%;
    margin: -60px 0 0 -95px;
    z-index: 5;
    width: 190px;
    height: 35px;
    background: url(/assets/jiaoyan/image/temp/ico0.png) no-repeat center;
    background-size: 100% 100%;
}

.home3 {
    height: 1080px;
}

.home3 .bgi {
    height: 100%;
    position: relative;
}

.home3 .bgi .text {
    color: #fff;
    text-align: center;
    margin: 0 auto;
    height: auto;
    padding: 17% 0 0;
}

.home3 .bgi .text .s1 {
    position: relative;
    font-size: 62px;
    font-weight: bold;
    line-height: 1.2;
}

.home3 .bgi .text .h18 {
    line-height: 1.6;
    padding-top: 70px;
}

.home3 .cont {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 36%;
}

.home3 .cont .next {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 7.3%;
    background: url(/assets/jiaoyan/image/temp/next1.png) no-repeat center;
    background-size: cover;
    cursor: pointer;
}

.home3 .cont .list {
    margin-right: 7.3%;
    height: 100%;
}

.home3 .cont .list .d {
    cursor: pointer;
    overflow: hidden;
    float: left;
    width: 14.5%;
    height: 100%;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
    font-size: 0;
    letter-spacing: -1.5em;
}

.home3 .cont .list .d:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.home3 .cont .list .d .padd {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 495px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.home3 .cont .list .d .ico {
    width: 60px;
    height: 60px;
    overflow: hidden;
    margin: 0 auto;
}

.home3 .cont .list .d .ico img {
    width: 100%;
    height: auto;
}

.home3 .cont .list .d .t1 {
    font-size: 18px;
    color: #fff;
    padding-top: 40px;
}

.home3 .cont .list .d .h18 {
    color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    height: 0;
    overflow: hidden;
    opacity: 0;
}

.home3 .cont .list .d.now {
    width: 42%;
}

.home3 .cont .list .d.now .padd {}

.home3 .cont .list .d.now .t1 {
    font-size: 26px;
    padding-bottom: 40px;
    position: relative;
    padding-top: 0;
    margin-bottom: 40px;
}

.home3 .cont .list .d.now .t1:before {
    content: "";
    width: 70px;
    height: 5px;
    background: #e20a04;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: 0;
    border-radius: 6px;
}

.home3 .cont .list .d.now .h18 {
    display: block;
    height: auto;
    opacity: 1;
}

.home3 .cont .list .d.now .ico {
    display: none;
}

.home3 .cont .list .d .padd .c {
    display: none;
}


.full .section {
    overflow: hidden;
}

/* 加入我们分页样式 2019?8?3? 18:55:22 keloy; */
.pagelist {
    margin-top: 10px;
    margin-bottom: 10px;
}

.pagelist {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagelist>li {
    display: inline;
}

.pagelist>li>a,
.pagelist>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagelist>li>a.cur {
    background: #e80707;
    color: #ffffff;
}

@media screen and (max-width: 750px) {
    .pages .x-wrap {
        text-align: center;
    }
}
/* 加入我们分页样式 2019?8?3? 18:55:22 keloy; */


.about4 .list{ overflow: hidden; padding:70px 0 80px; margin-left:-15px; }
.about4 .list .li{ float: left; width: 33.3%; }  
.about4 .list .li .a{ display: block; margin-left: 15px; height:800px; position: relative; text-align: center; overflow: hidden; }
.about4 .list .li .tit{ position: absolute; width: 100%; left: 0; top:0; bottom:140px; color:#fff; z-index: 5; }
.about4 .list .li .tit span{ position: absolute; width: 100%; line-height: 60px; margin-top: -30px; left: 0; font-size: 48px; top:50%; text-shadow:0px 3px 5px rgba(0,0,0,0.5); font-family: ""; font-weight: bold; }
.about4 .list .li .bot{ position: absolute; left: 0; width: 100%; bottom:0; height:140px; background: rgba(0,0,0,0.3); z-index: 5; }
.about4 .list .li .bot span{ padding:0 20px; display: block; font-size: 24px; color:#fff; line-height: 1.3; text-shadow:0px 3px 5px rgba(0,0,0,0.5);}
.about4 .bg{ position: absolute; width: 102%; height:102%; left:-1%; top:-1%; transition:all 0.3s; -webkit-transition:all 0.3s;  }
.about4 .a:hover .bg{ transform:scale(1.02); -webkit-transform:scale(1.02);  }
.about4 .list.anim .li:nth-child(2) .bot span{font-size: 18px;}
/*home-------------------------------------------*/





.success_case1 .item:nth-child(2n){ margin-bottom: 80px; }
.success_case1 .item:last-child{ margin:0; }



.objList{ overflow: hidden; margin:85px 0; position: relative; }
.objList .li{ float: left; width: 50%; position: relative; text-align: right; padding-bottom: 30px; }
.objList .li span{ padding:0 40px; display: block; line-height: 30px; }
.objList .li:nth-child(2n){ float: right; text-align: left; }
.objList .li:nth-child(2n+1){ clear:left; }
.objList:before{ content: ""; position: absolute; left: 50%; bottom:35px; margin-left: -0.5px; top:5px; width: 1px; background:#484848; }
.objList .li:nth-child(2):after{ display: none; }
.objList .li:nth-child(2n+1) i{ width: 20px; height:20px; right: -10px; top:5px; border-radius: 50%; background:#474747; position: absolute; z-index: 5; }
.objList .li:nth-child(1):before{ content:""; position: absolute; width:6px; height:50px; right: -3px; top:-40px; background:#fff; z-index: 3; }


.objList .li:nth-child(4n+1) i{ background:#ff0000; }



.platform1 .list .item:nth-child(3n+1) {
    clear: left;
}



@media screen and (min-width: 1200px) {
    .scaleimg:hover img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    .home1 .slick-item .text {
        -webkit-transition: all 1.2s ease-in-out;
        transition: all 1.2s ease-in-out;
        -ms-transform: translate(0px, 150px);
        -webkit-transform: translate(0px, 150px);
        transform: translate(0px, 150px);
        opacity: 0;
    }

    .home1.show .slick-item .text {
        -ms-transform: translate(0px, 0px);
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
        opacity: 1;
    }

    .home4 .l {
        -webkit-transition: all 1.2s ease-in-out;
        transition: all 1.2s ease-in-out;
        transform: translateY(60px);
        transform: translateY(60px);
        opacity: 0;
    }

    .home4 .r .img {
        -webkit-transition: all 1.2s ease-in-out;
        transition: all 1.2s ease-in-out;
        -webkit-transform: translateY(60px);
        transform: translateY(60px);
        opacity: 0;
    }

    .home4 .r .text {
        -webkit-transition: all 1.2s ease-in-out;
        transition: all 1.2s ease-in-out;
        -webkit-transform: translateY(60px);
        transform: translateY(60px);
        opacity: 0;
    }

    .home4.active .r .img {
        transition-delay: 0.3s;
        -webkit-transition-delay: 0.3s;
    }

    .home4.active .r .text:nth-child(1) {
        transition-delay: 0.8s;
        -webkit-transition-delay: 0.8s;
    }

    .home4.active .r .text:nth-child(2) {
        transition-delay: 1.3s;
        -webkit-transition-delay: 1.3s;
    }

    .home4.anim .r .img {
        transition-delay: 0.5s;
        -webkit-transition-delay: 0.5s;
    }

    .home4.anim .r .text:nth-child(1) {
        transition-delay: 0.8s;
        -webkit-transition-delay: 0.8s;
    }

    .home4.anim .r .text:nth-child(2) {
        transition-delay: 1.1s;
        -webkit-transition-delay: 1.1s;
    }

    .home4.active .l,
    .home4.active .r .img,
    .home4.active .r .text:nth-child(1),
    .home4.active .r .text:nth-child(2) {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
        opacity: 1;
    }

    .home4.anim .l,
    .home4.anim .r .img,
    .home4.anim .r .text:nth-child(1),
    .home4.anim .r .text:nth-child(2) {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
        opacity: 1;
    }






    .full .home2 {
        padding: 0;
    }

    .home2 .x-title {
        transition: all 1.2s;
        -webkit-transition: all 1.2s;
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
    }

    .home2 .cont {
        transition: all 1.2s;
        -webkit-transition: all 1.2s;
        -webkit-transform: translateY(150px);
        transform: translateY(150px);
        opacity: 0;
    }

    .home2.active .x-title,
    .home2.active .cont {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    .home2.anim .x-title,
    .home2.anim .cont {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }


    .home3 .text {
        transition: all 1.2s;
        -webkit-transition: all 1.2s;
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
    }

    .home3 .cont {
        transition: all 1.2s;
        -webkit-transition: all 1.2s;
        -webkit-transform: translateY(150px);
        transform: translateY(150px);
    }

    .home3.active .text,
    .home3.active .cont {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    .home3.anim .text,
    .home3.anim .cont {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }


    /*xtween*/
    .platform1 .list .item {
        transition: all 1s;
        -webkit-transition: all 1s;
        opacity: 0;
        -webkit-transform: translateY(80px);
        transform: translateY(80px);
    }

    .platform1 .list .item:nth-child(n+4) {
        transition-delay: 0.5s;
        -webkit-transition-delay: 0.5s;
    }

    .platform1 .list .item:nth-child(n+7) {
        transition-delay: 1s;
        -webkit-transition-delay: 1s;
    }

    .platform1 .list .item:nth-child(n+10) {
        transition-delay: 1s;
        -webkit-transition-delay: 1s;
    }

    .platform1 .list.anim .item {
        opacity: 1;
        -webkit-transform: translateY(0) !important;
        transform: translateY(0) !important;
    }
}

@media screen and (min-width: 751px) and (max-width: 1640px) {

    .home1 .slick-item .text .s1,
    .home3 .top .text .s1,
    .home5 .x-title .h65,
    .home5 .x-title .h65,
    .home3 .bgi .text .s1 {
        font-size: 44px;
    }

    .home1 .slick-item .text .s1 .play {
        top: 2px;
    }

    .home1 .slick-item .text .s1 .play {
        width: 64px;
        height: 54px;
        background-size: 100% 100%;
    }

    .home3 .cont .list .d .padd {
        width: 435px;
    }

    .full .home2 .x-title {
        padding: 5% 0 3%;
    }

    .full .home4 .x-title {
        padding: 50px 0 30px;
    }

    .full .home3 .bgi .text .h18 {
        padding-top: 50px;
    }
}


@media screen and (min-width: 751px) and (max-width: 1420px) {
    .hear_bak .top {
        position: static;
        border-bottom: 1px solid #353535;
        padding-left: 30px;
    }

    .hear_bak .nav_wp table td a {
        padding: 15px 5px 11px;
    }

}


/*  mobile style    */
@media screen and (max-width: 750px) {
    .x-title .h36 {
        font-size: 0.45rem;
    }

    .x-title .h18 br {
        display: none;
    }

    .hear_bak.show {
        display: none;
    }

    .video_tc .v {
        position: absolute;
        width: 7.1rem;
        height: 4rem;
        top: 50%;
        left: 50%;
        margin: -2rem 0 0 -3.6rem;
    }

    .video_tc .close {
        right: inherit;
        left: 0;
    }

    .top_banner {
        background-attachment: inherit;
        background-size: cover;
        background-position: center;
        height: 6rem;
    }

    .top_banner .text {
        left: 0.25rem;
        margin: 0;
        width: auto;
        right: 0.25rem;
        top: 2.4rem;
    }

    .top_banner .text .h38 {
        font-size: 0.45rem;
    }

    .top_banner .text .p {
        margin-top: 0.2rem;
    }

    .js-gotop {
        right: 0.1rem;
        width: 0.8rem;
        height: 0.8rem;
        bottom: 0.1rem;
    }

    .bottom_banner {
        height: auto;
    }

    .bottom_banner .text {
        left: 0;
        width: auto;
        right: 0;
        margin: 0 0.4rem 0 0.8rem;
        top: 0;
        position: relative;
        padding: 1.5rem 0 0.8rem;
    }

    .bottom_banner .text .d {
        left: -0.5rem;
        width: 0.4rem;
        height: 0.5rem;
        top: 1rem;
        background-size: 100% auto;
    }

    .bottom_banner .text .name {
        position: static;
        text-align: right;
        margin-top: 0.3rem;
    }

    .bottom_banner .text .h20 br {
        display: none;
    }

    .bottom_banner .text .name img {
        height: 0.6rem;
    }

    .link_btns {
        top: 5.3rem;
    }

    .link_btns table td .ico {
        width: 0.5rem;
        height: auto;
        margin-bottom: 0.1rem;
    }

    .link_btns table td a {
        padding: 0.2rem 0.1rem;
    }

    .link_btns.no-icon {
        top: 5.2rem;
    }

    .link_btns table td .h16 {
        font-size: 0.24rem;
    }

    .btm_bar {
        height: auto;
        line-height: inherit;
        padding: 0.4rem 0.25rem;
    }

    .btm_bar .link {
        margin-left: 0;
        margin-top: 0.2rem;
    }

    .x-title .h18 {
        padding-top: 0.2rem;
    }

    .about1 {
        padding: 1rem 0 0.8rem;
    }

    .about1 .x-title {
        padding-bottom: 0.5rem;
    }

    .about1 .l {
        width: 100%;
        height: auto;
        position: static;
    }

    .about1 .r {
        float: none;
        width: auto;
        margin-top: 0.2rem;
    }

    .about1 .r .padd {
        padding: 0.4rem 0.3rem;
    }

    .about2 {
        height: auto;
        padding-bottom: 0.7rem;
    }

    .about2 .x-title {
        padding: 1rem 0 0.5rem;
    }

    .about2 .cont {
        padding: 0;
    }

    .about2 .cont .p {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0.3rem;
        padding: 0 0 0 15px;
        width: 50%;
    }

    .about3 {
        padding: 0;
    }

    .about3 .x-wrap {
        padding: 0;
    }

    .about3 .list .item {
        padding: 0;
    }

    .about3 .list .item .d+.d {
        margin-left: 0;
    }

    .about3 .list .item .d {
        float: none;
        width: 100% !important;
        margin: 0 !important;
        padding: 0.5rem 0 0;
    }

    .about3 .list .item a {
        width: 90%;
    }

    .about3 .list .item .d .img img {
        width: 95%;
        margin: 0 auto;
        display: block;
    }

    .about3 .list .item .d .img {
        height: auto;
    }

    .about3 .list .item .d .p {
        padding-top: 0.25rem;
        font-size: 0.3rem;
        text-align: center;
    }

    .about3 .list .item+.item {
        margin-top: 0.8rem;
    }

    .about3 .list .item+.item {
        margin: 0;
    }

    .about3 .list .item .d:last-child {
        padding-bottom: 0.6rem;
    }

    .news1 {
        padding: 1rem 0 0.8rem;
    }

    .x-title.left_t {
        padding-bottom: 0.3rem;
    }

    .x-title.left_t .h36 {
        float: none;
        text-align: center;
        padding-bottom: 0.3rem;
    }

    .x-title.left_t .r_box .ipt {
        width: 5.1rem;
    }

    .x-title.left_t .r_box .lable1 {
        margin-right: 0.2rem;
    }

    .x-title.left_t .r_box {
        float: none;
        text-align: center;
    }

    .x-title.left_t .ts {
        padding-top: 0rem;
        text-align: center;
    }

    .news1 .cont {
        height: auto;
        margin-top: 0.5rem;
    }

    .news1 .cont .l {
        float: none;
        width: auto;
        margin-right: 0;
    }

    .news1 .cont .r {
        float: none;
        margin-top: 0.2rem;
    }

    .news1 .cont .r .padd {
        padding: 0.4rem 0.3rem;
        overflow: hidden;
    }

    .news1 .cont .r .h24 {
        padding-bottom: 0.3rem;
    }

    .news2 {
        padding: 1rem 0 0.8rem;
    }

    .news2 .list {
        width: auto;
    }

    .news2 .list .item {
        margin: 0;
        height: auto;
        padding-bottom: 0.4rem;
        width: 49%;
    }

    .news2 .list .item::after {
        display: none;
    }

    .news2 .list .item .img {
        height: auto;
    }

    .news2 .list .item .date {
        padding: 0.2rem 0 0.15rem;
    }

    .news2 .more, .joinus1 .more {
        font-size: 0.3rem;
        margin-top: 0.4rem;
        color: #474747 !important;
        bottom: -15px;
        left: 38%;
    }

    .news2 .list .item:nth-child(2n+1) {
        clear: left;
        margin-right: 2%;
    }

    .joinus1 {
        padding: 1rem 0 0.8rem;
    }

    .joinus1 .pic {
        margin: 0.6rem 0;
    }

    .joinus1 .list .item .bar {
        padding: 0 0.3rem
    }

    .joinus1 .list .item .bar .g {
        width: 5.8rem !important;
    }

    .joinus1 .list .item .arr {
        right: 0.3rem;
        top: 0.25rem;
    }

    .joinus1 .list .item+.item {
        margin-top: 0.2rem;
    }

    .joinus1 .list .item {
        padding: 0.3rem 0;
    }

    .joinus1 .list .item .con {
        overflow: hidden;
    }

    .joinus1 .list .item .con .txt {
        padding: 0 0.6rem;
    }

    .joinus1 .list .item .con .t1 {
        padding-top: 0.4rem;
    }

    .joinus1 .list .item .con .more {
        float: right;
        position: static;
        margin-right: 0.3rem;
        margin-top: 0.2rem;
    }

    .pages {
        padding-top: 0.7rem;
    }

    .exoert1 {
        padding: 1rem 0 0.8rem;
    }

    .exoert1 .list .item {
        margin-top: 0.6rem;
    }

    .exoert1 .list .item .img {
        width: 40%;
        height: auto;
        float: left !important;
        margin: 0 0.3rem 0.3rem 0;
    }

    .exoert1 .list .item .text {
        position: static !important;
        height:auto;
    }

    .exoert1 .list .item .text .padd {
        padding: 0.6rem 0.3rem !important;
        display: block;
    }

    .exoert1 .list .item .text .tit {
        padding-bottom: 0.3rem;
        font-size: 0.36rem;
    }


    .platform1 {
        padding: 1rem 0 0.8rem;
    }

    .platform1 .x-title .p {
        padding-top: 0.3rem;
    }

    .platform1 .list {
        width: auto;
        padding-top: 0.5rem;
    }

    .platform1 .list .item {
        margin: 0 0 0.2rem 0;
        width: 49%;
    }

    .platform1 .list .item:nth-child(2n) {
        margin-left: 2%;
    }

    .platform1 .list .item:nth-child(3n+1) {
        clear: none;
    }

    .platform1 .list .item:nth-child(2n+1) {
        clear: left;
    }

    .platform1 .list .item .con {
        display: none;
    }

    .platform1 .list .item .ico {
        width: 1.2rem;
        height: 1.2rem;
    }

    .platform1 .list .item .h16 {
        padding: 0.3rem 0 0.25rem;
    }

    .platform1 .list .item .padd {
        padding: 0.4rem;
    }

    .success_case1 {
        padding: 1rem 0 0.8rem;
    }

    .success_case1 .x-title {
        padding-bottom: 0.5rem;
    }

    .success_case1 .list .item .img {
        width: auto;
        float: none !important;
        height: auto;
    }

    .success_case1 .list .item .text {
        float: none;
        width: auto;
        height: auto;
    }

    .success_case1 .list .item .text .padd {
        overflow: hidden;
        padding: 0.6rem 0.3rem;
    }

    .success_case1 .list .item .text .h30 {
        padding-bottom: 0.2rem;
        margin-bottom: 0.25rem;
    }

    .success_case1 .list .item .text .p {
        height: auto;
    }

    .success_case1 .list .item .text .more {
        margin-top: 0.3rem;
    }

    .success_case1 .list .item .text+.text {
        margin-top: 0.6rem;
    }

    .success_case1 .list .item+.item {
        margin-top: 0.6rem;
    }

    /* 标准产品 2019?8?3? 22:31:49  keloy */
    .success_case1 .list .itemtop{
        margin-bottom: 0px;
    }
    /* 标准产品 2019?8?3? 22:31:49  keloy */

    .teams1 {
        padding: 1rem 0 0.8rem;
    }

    .teams1 .list .item .bar {
        display: none;
    }

    .teams1 .list .item .img {
        width: 3.6rem;
        height: 3.6rem;
        position: absolute;
        top: -2rem;
        float: left !important;
        right: 0;
    }

    .teams1 .list .item .text {
        position: static;
        width: auto;
    }

    /*.teams1 .list .item .text .t {width: 5.3rem;height: 5.3rem;}*/
    .teams1 .list .item .text .padd {
        padding: 0 0.4rem 0.8rem;
    }

    .teams1 .list .item .text .t .tit {
        padding-bottom: 0.2rem;
    }

    .teams1 .list .item .text .t .p {
        height: 3rem;
        overflow-y: auto;
        width: 100%;
    }

    .teams1 .list .item {
        margin-top: 2.5rem;
        width: 100%;
    }

    .teams1 .list {
        padding-top: 0.5rem;
    }

    .teams1 .list .item .text {
        padding-top: 50px;
        transform: translateY(0);
        -webkittransform: translateY(0);
    }

    .teams1 .list2 .li {
        padding-top: 2rem
    }

    .teams1 .list2 .li .img {
        width: 3rem;
        height: 3rem;
    }

    .teams1 .list2 .li {}

    .teams1 .list2 .li {}

    .teams1 .list2 .li .cont {
        padding: 0.3rem 0 0 0;
        width: auto;
    }

    .teams1 .list2 .li .cont .tit1 {
        font-size: 0.4rem;
    }


    .teams1 .list2 .li .cont .tit2 {
        font-size: 0.26rem;
        padding: 0.2rem 0 0.2rem;
        margin: 0 0 0.2rem;
    }

    .teams1 .list2 .li {
        float: none;
        width: 100%;
        position: relative;
        margin: 0;
    }

    .teams1 .list2 .li .img {
        position: absolute;
        right: 0;
        top: 0.5rem;
    }

    .teams1 .list2 {
        padding: 0.6rem 0;
    }






    .teams1 .list2 .li .cont {
        width: 100%;
    }

    .technology1 {
        padding: 1rem 0 0.8rem;
    }

    .technology1 .x-title .p {
        padding-top: 0.3rem;
    }

    .technology1 .list {
        width: auto;
        padding-top: 0.5rem;
    }

    .technology1 .list .item {
        float: none;
        width: auto;
        height: auto;
        margin: 0 0 0.2rem 0;
    }

    .technology1 .list .item .padd {
        padding: 0.6rem 0.3rem;
    }

    .technology1 .list .item .h18 {
        padding: 0.35rem 0 0.2rem;
    }

    .technology1 .list .item .p {
        margin-top: 0.15rem;
    }

    .technology1 .list .item .ico {
        width: 1.95rem;
        height: auto;
    }

    .scope1 {
        padding: 1rem 0 0.6rem;
    }

    .scope1 .clear {
        padding-top: 0.5rem;
    }

    .scope1 .l {
        float: none;
        width: auto;
        height: auto;
    }

    .scope1 .r {
        padding: .35rem 0rem;
    }

    .scope1 .r .p {
        padding: 0.15rem 0;
    }

    .scope2 {
        height: auto;
        padding: 1rem 0 0.8rem;
    }

    .scope2 .x-title {
        padding: 0 0 0.5rem;
    }

    .scope2 .list {
        width: auto;
    }

    .scope2 .list .item {
        width: auto;
        float: none;
        margin: 0 0 0.2rem 0;
        height: auto;
    }

    .scope2 .list .item .padd {
        padding: 0.6rem 0.3rem;
    }

    .scope2 .list .item .ico {
        width: 1.2rem;
        height: auto;
        margin-bottom: 0.3rem;
    }

    .scope2 .list .item .h16 {
        padding-bottom: 0.2rem;
    }

    .scope2 .list .item .p {
        padding-top: 0.1rem;
    }

    .scope3 {
        padding: 1rem 0 0.4rem;
    }

    .scope3 .x-title {
        padding-bottom: 0.5rem;
    }

    .scope3 .list {
        width: auto;
    }

    .scope3 .list .item {
        float: none;
        width: auto;
        margin: 0 0 0.6rem 0;
    }

    .scope3 .list .item .img {
        height: auto;
    }

    .scope3 .list .item .h16 {
        padding: 0.3rem 0rem;
    }

    .contact1 {
        padding: 0.8rem 0;
    }

    .contact1 .h34 {
        font-size: 0.45rem;
    }

    .contact1 .p {
        margin-top: 0.3rem;
    }

    .contact1 .p br {
        display: none;
    }

    .contact1 .list {
        width: auto;
        margin: 0.35rem 0 1rem;
    }

    .contact1 .list .li {
        padding: 10px 0 10px 30px;
        background-position: 0 12px !important;
    }

    .contact1 .ewm {
        width: auto;
        overflow: hidden;
        margin-top: 0.8rem;
        text-align: center;
    }

    .contact1 .ewm .div {
        width: 48%;
        margin: 0;
        padding: 0 0.15rem;
        height: auto;
        float: none;
        display: inline-block;
        vertical-align: top;
    }

    .contact1 .ewm .div .img {
        width: 2rem;
        height: 2rem;
        margin: 0.2rem auto 0;
    }

    .contact2 {
        padding: 0.6rem 0;
        height: auto;
    }

    .contact2 .h20 {
        margin-left: 0;
        font-size: 0.36rem;
    }

    .contact2 .textarea {
        width: auto;
        margin-left: 0;
        margin-top: 0.3rem;
    }

    .contact2 .textarea textarea {
        width: 100%;
        height: 2rem;
    }

    .contact2 .submit {
        margin-left: 0;
        margin-top: 0.4rem;
    }

    .detail {
        padding: 0.8rem 0;
    }

    .detail .main {
        margin: 0;
    }

    .bread {
        display: none;
    }

    .detail .main .h26 {
        font-size: 0.4rem;
    }

    .detail .main .date {
        float: none;
        width: auto;
        margin-top: 0.3rem;
    }

    .detail .main .share-mod {
        margin-top: 0.4rem;
        float: left;
    }

    .detail .main .p {
        padding-top: 0.5rem;
    }

    .detail .main .p p {
        margin-bottom: 0.3rem;
    }

    .detail .main .fun {
        margin-top: 0.6rem;
        padding-top: 0.3rem;
    }

    .detail .main .fun a {
        max-width: 4.6rem;
        margin-left: 0.2rem;
    }


    .home1 .slick-item .text {
        width: auto;
    }

    .home1 .slick-item .text .s1 {
        font-size: 0.5rem;
    }

    .home1 .slick-item .text .s1 .play {
        width: 1.2rem;
        height: 1rem;
    }

    .home1 .slick-item .text .s1 .play {
        display: block;
        position: static;
        margin: 0.3rem auto 0;
    }

    .home1 .slick-item .text .h18 {
        padding-top: 0.4rem;
    }

    .home1 .slick-item .text .h18 br {
        display: none;
    }

    .home1 .slick-item .text .link {
        width: 3.8rem;
        margin-top: 0.6rem;
    }

    .r_bard {
        right: 0.1rem;
    }

    .home3 .top {
        height: auto;
        padding: 0.8rem 0;
    }

    .home3 .top .text {
        width: auto;
    }

    .home3 .top .text .s1 {
        font-size: 0.5rem;
    }

    .home3 .top .text .h18 {
        padding-top: 0.3rem;
    }

    .home3 .top .text .h18 br {
        display: none;
    }

    .home4 {
        padding: 0.8rem 0;
    }

    .home4 .x-title {
        padding-bottom: 0.5rem;
    }

    .home4 .l {
        width: auto;
        float: none;
        height: auto;
    }

    .home4 .l .img {
        height: auto;
    }

    .home4 .l .text .padd {
        padding: 0.6rem 0.3rem;
        overflow: hidden;
    }

    .home4 .l .text .p {
        padding-top: 0.3rem;
    }

    .home4 .r {
        padding-left: 0;
        width: 100%;
        float: none;
        margin-top: 0.2rem;
    }

    .home4 .r .img {
        width: 100%;
        height: auto;
    }

    .home4 .r .img .h24 {
        width: 6.4rem;
        top: 0.6rem;
        left: 0.3rem;
        font-size: 0.26rem;
    }

    .home4 .more {
        margin-top: 0.4rem;
    }

    .home4 .r .text {
        margin-top: 0.2rem;
        width: 100%;
        float: none;
        height: auto;
    }

    .home4 .r .text.t2 {
        margin-left: 0;
    }

    .home4 .r .text.t2 .padd {
        padding: 0.6rem 0.3rem;
        overflow: hidden;
    }

    .home4 .r .text .padd {
        padding: 0.6rem 0.3rem 0.3rem;
    }

    .home4 .r .text .item {
        margin-bottom: 0.3rem;
    }

    .home4 .r .text .item .p {
        padding-top: 0.15rem;
    }

    .home4 .r .more {
        margin-top: 0.1rem;
    }

    .home5 {
        padding: 0.8rem 0;
        background-size: cover;
        background-attachment: inherit;
    }

    .home5 .x-title {
        padding: 0 0.25rem;
    }

    .home5 .x-title .h65 {
        font-size: 0.5rem;
    }

    .home5 .cont {
        margin: 0.6rem 0 0;
        min-width: 0;
        width: 100%;
    }

    .home5 .cont .item {
        width: 50%;
        float: left;
        margin-bottom: 0.4rem;
    }

    .home5 .cont .item .rn {
        font-size: 0.7rem;
        margin-right: 0.2rem;
    }

    .home5 .x-title .h18 {
        padding-top: 0.3rem;
    }

    .home5 .cont .item .padd {
        padding: 0 0.3rem;
    }

    .home5 .cont .item .p {
        padding-top: 0.25rem;
    }

    .home5 .cont .item .t1 {
        padding-bottom: 0.25rem;
    }

    .home5 .cont .item .h26 {
        font-size: 0.34rem;
    }

    .home5 .cont .item+.item:before {
        height: 3.4rem;
    }

    .home5 .cont .item:nth-child(odd) {
        clear: left;
    }

    .home5 .cont .item:nth-child(odd):before {
        display: none;
    }


    .pop-form .pop-dialog {
        width: 7rem;
        height: 10rem;
    }

    .pop-form .cont {
        width: auto;
        margin: 0 0.3rem;
        padding: 0.6rem 0;
    }

    .pop-mod .pop-close {
        top: 0px;
        right: 0;
    }

    .pop-form .x-title .h36 {
        font-size: 0.34rem;
    }

    .pop-form .x-title {
        padding-bottom: 0.4rem;
    }

    .pop-form .x-title .p {
        padding-top: 0.1rem;
        font-size: 0.28rem;
    }

    .pop-form .x-title .p br {
        display: none;
    }

    .pop-form .form {
        height: 6rem;
        overflow-y: auto;
    }

    .pop-form .form .line {
        margin-bottom: 0.2rem;
    }

    .pop-form .form .line .g {
        display: block;
    }

    .pop-form .form .line .label1 {
        width: 1.4rem !important;
        font-size: 0.28rem;
        text-align: right;
        padding-right: 0.2rem;
    }

    .pop-form .form .line .ipt {
        width: 4.85rem;
    }

    .pop-form .form .line .g+.g {
        margin-left: 0;
        margin-top: 0.2rem;
    }

    .pop-form .form .line .ipt {
        height: auto;
        padding: 0.1rem 0.15rem;
    }

    .pop-form .form .line .ipt input {
        font-size: 0.28rem;
        height: 0.6rem;
        padding: 0;
    }

    .pop-form .form .line .text {
        width: 4.85rem;
        padding: 0.15rem
    }

    .pop-form .form .line .text textarea {
        font-size: 0.28rem;
    }

    .pop-form .button1 {
        width: 4rem;
        margin-top: 0.3rem;
    }

    .case_detail1 {
        padding: 0.8rem 0 0.6rem;
    }

    .case_detail1 .cont {
        padding-top: 0.3rem;
    }

    .case_detail1 .cont .p {
        padding: 0.2rem 0;
    }

    .case_detail2 {
        padding: 0.8rem 0 0.8rem;
    }

    .case_detail2 .cont {
        padding-top: 0.3rem;
    }

    .case_detail2 .cont .p {
        padding: 0.2rem 0;
    }

    .case_detail3 {
        padding: 0.8rem 0 0.7rem;
    }

    .case_detail3 .cont {
        padding-left: 0.4rem;
        padding-top: 0.5rem;
    }

    .case_detail3 .cont .p {
        margin-bottom: 0.3rem;
        width: auto;
        float: none;
        margin-right: 0;
        padding-left: 0.4rem;
    }



    .pop-form .form .line .label1::after {
        left: 90%;
    }


    .home4 .l .text {
        height: auto;
    }

    .r_bard {
        display: none !important;
    }

    .home2 {
        padding: 0.6rem 0;
        background: url(/assets/jiaoyan/image/temp/home7.jpg) no-repeat center;
        background-size: cover;
    }

    .home2 .cont::after {
        display: none;
    }

    .home2 .cont {
        height: auto;
        overflow: hidden;
    }

    .home2 .cont .d {
        position: relative;
        left: 0;
        top: 0;
        width: 50%;
        box-sizing: border-box;
        height: 4.2rem;
        float: left;
        padding: 0.4rem 0.3rem 0;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    }

    .home2 .cont .d .x {
        display: none;
    }

    .home2 .cont .d .ico {
        width: 0.6rem;
        height: 1rem;
        margin-right: 0.3rem;
    }

    .home2 .cont .d .ico {
        float: none;
        height: 0.9rem;
    }

    .home2 .cont .d .r_txt .p {
        font-size: 0.22rem;
        text-align: justify;
    }

    .home2 .x-wrap {
        padding: 0;
    }

    .home2 .x-title {
        padding: 0 0.3rem;
    }

    .home1 .slick-item .text .s1,
    .home3 .top .text .s1,
    .home5 .x-title .h65,
    .home5 .x-title .h65,
    .home3 .bgi .text .s1 {
        font-size: 0.6rem;
    }

    .home3 .bgi .text {
        padding: 0.8rem 0;
    }

    .home3 .bgi .text .h18 {
        padding-top: 0.4rem;
    }

    .home3 .bgi .text .h18 br {
        display: none;
    }

    .home3 {
        height: auto;
    }

    .home3 .cont {
        position: relative;
        height: auto;
        overflow: hidden;
    }

    .home3 .cont .list {
        margin: 0 1.8rem;
    }

    .home3 .cont .next {
        display: none;
    }

    .home3 .cont .list .d {
        display: block;
        float: none;
        width: 100%;
        height: auto;
        cursor: pointer;
        height: 4rem;
        background-size: cover !important;
    }

    .home3 .cont .list .d.now {}

    .home3 .cont .list .d .padd {
        width: 80%;
    }

    .home3 .cont .list .d .t1 {
        font-size: 0.3rem;
        padding-top: 0.4rem;
    }

    .home3 .cont .list .d.now .t1 {
        font-size: 0.4rem;
        margin-bottom: 0.4rem;
        padding-bottom: 0.4rem;
    }

    .home3 .cont .list .d .ico {
        width: 0.8rem;
        height: 0.8rem;
    }

    .home3 .slick-list {
        overflow: inherit;
    }

    .home4 .l .text .padd,
    .home4 .r .text.t2 .padd {
        padding-bottom: 1rem;
    }

    .home4 .more,
    .home4 .r .more {
        bottom: 0.4rem;
    }


    .home3 .cont .list .d.now .t1::before {
        display: none;
    }

    .about1 .l,
    .about1 .r,
    .news1 .cont .l,
    .news1 .cont .r,
    .exoert1 .list .item .img,
    .exoert1 .list .item .text {
        border-radius: 0.2rem;
    }

    .news1 .cont .r .p {
        height: auto;
    }

    .news2 .list-item a {
        display: block;
    }

    .news2 .list-width,
    .news2 .list-item {
        width: 49%;
    }

    .news2 .list-space {
        width: 2%;
    }

    .technology1 .list .item .ico {
        width: 1rem;
        margin: 0 auto;
    }

    .technology1 .list .item .h18 {
        text-align: center;
    }

    .technology1 .list .item .p {
        padding-left: 15px;
    }

    .detail .main .prev {
        padding-bottom: 0;
    }

    .pop-form .form .line .name {
        line-height: 0.6rem;
        font-size: 0.28rem;
    }

    .share-mod .share-box .share-item {
        width: 24px;
        height: 24px;
        background-size: 100% 100%;
    }

    .detail .main p {
        text-align: justify;
    }

    .news2 .list .item .h16 {
        white-space: inherit;
    }



    .home3 .cont .list .d .c {
        opacity: 0;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 10;
        background: rgba(227, 0, 0, 0.5);
        top: 0;
        left: 0;
    }

    .home3 .cont .list .slick-active .d .c {
        transition-delay: 0.3s;
        -webkit-transition-delay: 0.3s;
        opacity: 1;
    }

    .home3 .cont .list .d .padd {
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }

    .home3 .cont .list .slick-active .d .padd {
        transition-delay: 0.3s;
        -webkit-transition-delay: 0.3s;
        opacity: 0;
    }

    .home3 .cont .list .slick-active .d .c span {
        font-size: 0.24rem;
        width: 86%;
        color: #fff;
        text-align: justify;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
    }

    .home2 .cont {
        padding-top: 0.6rem;
        padding-bottom: 0.1rem;
    }

    .home2 .cont .d:nth-child(2),
    .home2 .cont .d:nth-child(3),
    .home2 .cont .d:nth-child(6) {
        background: #f8f8f8;
    }

    .home2 .cont .d,
    .home2 .cont .d .r_txt .h16,
    .home2 .cont .d .r_txt .p {
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }

    .home2 .cont .d:hover .ico img.bak {
        display: none;
    }

    .home2 .cont .d:hover .ico img.wit {
        opacity: 1;
    }

    .home2 .cont .d:hover {
        background: #e30000 !important;
    }

    .home2 .cont .d:hover .r_txt .h16,
    .home2 .cont .d:hover .r_txt .p {
        color: #fff;
    }


    .teams1 .list .item .text .t .tit span {
        font-size: 0.36rem;
        padding-right: 0.4rem;
    }

    .teams1 .list .item .text .t .tit {
        font-size: 0.3rem;
    }

    .teams1 .middle-cont {
        display: block;
    }

    .about3 .list .item .d:nth-child(n+4) {
        margin-top: 0.4rem;
    }


    /*---------------------------------*/
    .news2 .list .item .img img{
        height:2.25rem;
    }  

    .home1 .v{ display: none; }

    .link_btns{ display: none; }

    .home2 .cont .d .r_txt .h16{ line-height: 1.5em; height:3em; }

    .about4 .list{ padding:0.6rem 0 1rem; } 
    .about4 .list{ float: none; margin:0; }
    .about4 .list .li{ float: none; width: 100%; margin:0 0 0.2rem; }
    .about4 .list .li .a{ margin:0; height:auto; height: 5rem; }
    .about4 .list .li .tit{ bottom:2rem; }
    .about4 .list .li .tit span{ font-size: 0.6rem; }
    .about4 .list .li .bot{ height:2rem; }
    .about4 .list .li .bot span{ font-size: 0.3rem; padding:0 0.2rem; }
    .top_banner{ height:auto; padding:1.8rem 0.3rem 1rem; }
    .top_banner .text{ position: static; }
    

    .objList{ margin:1rem 0; }
    .objList .li{ float: none; width: 100%; padding-bottom: 0.2rem; text-align: left !important; margin-left: 0.1rem; }
    .objList .li span{ line-height: 0.4rem; padding:0 0.3rem 0 0.5rem; }
    .objList .li i{ background:#ff0000 !important; border-radius: 50%; position: absolute; right: auto !important; left: 0.1rem !important; top:0.1rem !important; width: 0.2rem !important; height:0.2rem !important; }
    .objList .li:nth-child(2n):after{ left: 0.2rem; }
    .objList .li:nth-child(1):before{ right: auto; left: 0; width: 0.4rem; }

    .objList .li:nth-child(2n){ float: none; }
    .objList .li:nth-child(2n) i{ background:#474747 !important; }


    .scope_js.success_case1 .list .item .text .p { max-height:4rem; }

    .objList:before{ left: 0.29rem; bottom:0.3rem; margin:0; }
}









.success_case1 .list .item .li:nth-child(1) {
    transition: all 1s;
    -webkit-transition: all 1s;
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
}

.success_case1 .list .item .li:nth-child(2) {
    transition: all 1s;
    -webkit-transition: all 1s;
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
}

.success_case1 .list .item .li:nth-child(2) {
    transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
}

.success_case1 .list .item.anim .li {
    opacity: 1;
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important;
}

.about3 .list .item {
    transition: all 1s;
    -webkit-transition: all 1s;
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
}

.about3 .list .item.anim {
    opacity: 1;
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important;
}


.scope1 .l {
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    -ms-transform: translate(-180px, 0px);
    -webkit-transform: translate(-180px, 0px);
    transform: translate(-180px, 0px);
    opacity: 0;
}

.scope1 .r {
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    -ms-transform: translate(180px, 0px);
    -webkit-transform: translate(180px, 0px);
    transform: translate(180px, 0px);
    opacity: 0;
}

.scope1.anim .l,
.scope1.anim .r {
    -ms-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    opacity: 1;
}

.news1 .l {
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    -ms-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    opacity: 1;
}

.news1 .r {
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    -ms-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    opacity: 1;
}

.news1.anim .l,
.news1.anim .r {
    -ms-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    opacity: 1;
}

.about1 .l {
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    -ms-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    opacity: 1;
    z-index: 1;
}

.about1 .r {
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    -ms-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    opacity: 1;
}

.about1.xtween .l,
.about1.xtween .r {
    -ms-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    opacity: 1;
}

.exoert1 .list .item .img {
    transition: all 1s;
    -webkit-transition: all 1s;
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.exoert1 .list .item .text {
    transition: all 1s;
    -webkit-transition: all 1s;
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
}

.exoert1 .list .item.anim .img,
.exoert1 .list .item.anim .text {
    opacity: 1;
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important;
}

.teams1 .list .item {
    transition: all 1s;
    -webkit-transition: all 1s;
    opacity: 1;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
}

.teams1 .list .item.anim {
    opacity: 1;
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important;
}

.technology1 .list .item {
    transition: all 1s;
    -webkit-transition: all 1s;
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
}

.technology1 .list .item.anim {
    opacity: 1;
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important;
}



.scope2 .list .item {
    transition: all 1s;
    -webkit-transition: all 1s;
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
}

.scope2 .list .item:nth-child(2) {
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
}

.scope2 .list .item:nth-child(3) {
    transition-delay: 0.6s;
    -webkit-transition-delay: 0.6s;
}

.scope2 .list.anim .item {
    opacity: 1;
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important;
}

.scope3 .list .item {
    transition: all 1s;
    -webkit-transition: all 1s;
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
}

.scope3 .list .item:nth-child(2) {
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
}

.scope3 .list .item:nth-child(3) {
    transition-delay: 0.6s;
    -webkit-transition-delay: 0.6s;
}

.scope3 .list.anim .item {
    opacity: 1;
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important;
}
.about4 .list .li{ transform:translateY(50px); -transform:translateY(50px); transition:all 1s; -webkit-transition:all 1s; opacity: 0; }
.about4 .list.anim .li{ transform:translateY(0px); -transform:translateY(0px); opacity: 1; }
.about4 .list.anim .li:nth-child(2){ transition-delay:0.3s; -webkit-transition-delay:0.3s; }
.about4 .list.anim .li:nth-child(3){ transition-delay:0.6s; -webkit-transition-delay:0.6s; }