@charset"utf-8";

#banner {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    left: 50%;
    margin-left: -50%;
}

#banners {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    left: 50%;
    margin-left: -50%;
}

.focus {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
    left: 50%;
    top: 0;
    margin-left: -50%;
    overflow: hidden;
}

.rslides {
    width: 100%;
    height: 100%;
    list-style: none;
    padding: 0 position:relative;
}

.rslides li {
    width: 100%;
    height: 100%;
}

.banner_center {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    margin-top: -150px;
}

#banner .rslides li>img {
    width: 100%;
    height: 100%;
}

.banner_center img {
    transform: translateX(-150px);
    -webkit-transform: translateX(-150px);
    -moz-transform: translateX(-150px);
    -o-transform: translateX(-150px);
    opacity: 0;
}

.banner_center p {
    margin-top: 40px;
    font-size: 26px;
    color: #4BC6D7;
    font-family: Arial;
    letter-spacing: 10px;
    transform: translateX(-150px);
    -webkit-transform: translateX(-150px);
    -moz-transform: translateX(-150px);
    -o-transform: translateX(-150px);
    opacity: 0;
}

.rslides li.rslides1_on .banner_center img {
    opacity: 1;
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    transition: all 1s ease-in-out 0s;
    -webkit-transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
}

.rslides li.rslides1_on .banner_center p {
    opacity: 1;
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    transition: all 1s ease-in-out 0.2s;
    -webkit-transition: all 1s ease-in-out 0.2s;
    -moz-transition: all 1s ease-in-out 0.2s;
    -o-transition: all 1s ease-in-out 0.2s;
}

.banner_img {
    position: absolute;
    left: 9%;
    top: 15%;
}

.banner_img img {
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
    animation: myfirst1 1.5s linear infinite;
    -webkit-animation: myfirst1 1.5s linear infinite;
}

@keyframes myfirst1 {
    from {
        filter: alpha(opacity=30);
        -moz-opacity: 0.3;
        -khtml-opacity: 0.3;
        opacity: 0.3;
    }

    50% {
        filter: alpha(opacity=80);
        -moz-opacity: 0.8;
        -khtml-opacity: 0.8;
        opacity: 0.8;
    }

    to {
        filter: alpha(opacity=1);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
    }
}

@-webkit-keyframes myfirst1 {
    from {
        filter: alpha(opacity=30);
        -moz-opacity: 0.3;
        -khtml-opacity: 0.3;
        opacity: 0.3;
    }

    50% {
        filter: alpha(opacity=80);
        -moz-opacity: 0.8;
        -khtml-opacity: 0.8;
        opacity: 0.8;
    }

    to {
        filter: alpha(opacity=1);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
    }
}

.goDown {
    width: 34px;
    height: 61px;
    position: absolute;
    opacity: 1;
    left: 50%;
    z-index: 11;
    margin-left: -17px;
    bottom: 5vh;
    background: url(../images/index/div.png) no-repeat;
}

.stone {
    width: 10px;
    height: 10px;
    background: #999999;
    border-radius: 50%;
    margin-left: 11px;
    margin-top: 5px;
    animation: myfirst 1s linear infinite;
    -webkit-animation: myfirst 1s linear infinite;
}

@keyframes myfirst {
    from {
        margin-top: 5px;
    }

    to {
        margin-top: 120%;
    }
}

@-webkit-keyframes myfirst {
    from {
        margin-top: 5px;
    }

    to {
        margin-top: 120%;
    }
}

#fp-nav {
    width: 14px;
    height: 230px;
    position: fixed;
    left: 10px;
    top: auto;
    bottom: 8vh;
    z-index: 999;
}

#fp-nav a>span {
    display: none;
}

#fp-nav a {
    display: block;
    width: 10px;
    height: 10px;
    border: 1px solid #A5A5A5;
    border-radius: 50%;
    margin-top: 26px;
}

#fp-nav a.active {
    width: 12px;
    height: 12px;
    background: #042360;
    border: none;
    border-radius: 50%;
}

.nav_mark {
    position: relative;
    display: inline-block;
    margin-top: 18px;
    margin-left: 5px;
}

.nav_mark .mouse {
    display: inline-block;
    width: 18px;
    height: 32px;
    background-color: #042360;
    border-radius: 30px;
}

.nav_mark .mouse:after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 2px;
    height: 6px;
    background-color: #fff;
    margin-top: 6px;
    margin-left: 7px;
    border-radius: 15px;
}

.nav_mark .text {
    position: absolute;
    left: 25px;
    top: 6px;
    width: 100px;
    font-size: 12px;
    color: #918e8f;
}

.Company {
    padding: 110px 0;
    overflow: hidden;
}

.Company_lf {
    float: left;
    width: 630px;
    padding-top: 105px;
    padding-left: 90px;
    padding-right: 90px;
    /*text-align: center;*/
    transform: translateX(-100px);
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    opacity: 0;
    transition: all 1s ease .2s;
    -webkit-transition: all 1s ease .2s;
    -moz-transition: all 1s ease .2s;
    -o-transition: all 1s ease .2s;

}

.Company_lf.active {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    opacity: 1;
}

.Company_rt {
    margin-left: 630px;
}

.Company_rt img {
    width: 100%;
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    transition: all 1s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
    -webkit-transition: all 1s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
    -moz-transition: all 1s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
    -o-transition: all 1s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
    opacity: 0;
}

.Company_rt.active img {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -o-transform: scale(1.0);
    opacity: 1;
}

.Company_lf h1 {
    color: #454545;
    margin-bottom: 30px;
}

.Company_lf h2 {
    color: #454545;
    margin-bottom: 65px;
}

.Company_lf p {
    color: #454545;
    line-height: 40px;
}

.pro-nav-list a:link,
.pro-nav-list a:visited {
    color: #fff;
}

.pro-nav-list a:active,
.pro-nav-list a:hover {
    color: #fff;
}

.pro-nav-list {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.pro-nav-list li {
    float: left;
    display: block;
    width: 16.6666666667%;
    height: 100%;
    position: relative;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.3);
}

.pro-nav-list .wbox {
    height: 100%;
    color: #fff;
    position: relative;
    z-index: 1;
    text-align: center;
}

.pro-nav-list .wbox:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.pro-nav-list li:first-child .wbox:before {
    display: none;
}

.pro-nav-list .wbox:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 1px;
    bottom: 0px;
    transform-origin: 100%;
    -webkit-transform-origin: 100%;
    -webkit-transition: -webkit-transform .6s cubic-bezier(.4, 0, .2, 1);
    transition: -webkit-transform .6s cubic-bezier(.4, 0, .2, 1);
    transition: transform .6s cubic-bezier(.4, 0, .2, 1);
    transition: transform .6s cubic-bezier(.4, 0, .2, 1), -webkit-transform .6s cubic-bezier(.4, 0, .2, 1);
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    visibility: hidden\9;
    z-index: -1;
}

.pro-nav-list .item {
    top: 47%;
    position: relative;
    -webkit-transition: all .62s cubic-bezier(.4, 0, .2, 1);
    transition: all .62s cubic-bezier(.4, 0, .2, 1);
}

.pro-nav-list .tbox {
    line-height: 1.5;
    padding: 50px 0;
    transition: all 0.3s;
}

.pro-nav-list .tbox h3 {
    margin-bottom: 35px;
    font-weight: bold;
}

.pro-nav-list .tbox p {
    font-weight: bold;
}

.wbox {
    height: 100%;
    color: #fff;
    position: relative;
    z-index: 1;
    text-align: center;
    background: rgba(0, 0, 0, 0.3);
}

.focus .item {
    top: 52%;
    position: relative;
    text-align: center;
}

.focus .tbox h3 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 35px;
    font-weight: bold;
}

.focus .tbox p {
    font-weight: bold;
    color: #fff;
}

.pro-nav-list .ico {
    width: 40px;
    display: block;
    margin: 0px auto 5px;
}

.pro-nav-list .en {
    font-size: 14px;
}

.pro-nav-list .zh {
    font-size: 18px;
    margin-top: 30px;
}

.pro-nav-list .cbox {
    margin: 0px auto;
    font-size: 16px;
    position: relative;
    z-index: 2;
    opacity: 0;
    visibility: hidden\9;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    -webkit-transition: all .62s cubic-bezier(.4, 0, .2, 1);
    transition: all .62s cubic-bezier(.4, 0, .2, 1);
}

.pro-nav-list .cbox {
    background: rgba(4, 34, 96, 0.8);
    padding: 100px 0;
}

.pro-nav-list .cbox p {
    margin-bottom: 4px;
}

.pro-nav-list p.bot {
    height: 1px;
    background-color: #fff;
    width: 0%;
    margin: 20px auto 24px;
    position: relative;
    -webkit-transition: all .62s cubic-bezier(.4, 0, .2, 1);
    transition: all .62s cubic-bezier(.4, 0, .2, 1);
}

.pro-nav-list p.bot .line {
    width: 36px;
    height: 6px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: -3px;
    margin-left: -18px;
}

.pro-nav-list .cbox a {
    position: relative;
}

.pro-nav-list .cbox a:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: -2px;
    transform-origin: 100%;
    -webkit-transform-origin: 100%;
    -webkit-transition: -webkit-transform .3s cubic-bezier(.4, 0, .2, 1);
    transition: -webkit-transform .3s cubic-bezier(.4, 0, .2, 1);
    transition: transform .3s cubic-bezier(.4, 0, .2, 1);
    transition: transform .3s cubic-bezier(.4, 0, .2, 1), -webkit-transform .3s cubic-bezier(.4, 0, .2, 1);
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    visibility: hidden\9;
}

.pro-nav-list .cbox a:hover:before {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform-origin: 0;
    -webkit-transform-origin: 0;
    visibility: visible\9;
}

.pro-nav-list .wbox:hover:after {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform-origin: 0;
    -webkit-transform-origin: 0;
    visibility: visible\9;
}

.pro-nav-list .wbox:hover .item {
    top: 22%;
}

.pro-nav-list .cbox h3 {
    margin-bottom: 20px;
    font-weight: bold;
}

.pro-nav-list .cbox p {
    line-height: 25px;
    font-weight: bold;
}

.pro-nav-list .wbox:hover .bor:before {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform-origin: 0;
    -webkit-transform-origin: 0;
    visibility: visible\9;
}

.pro-nav-list .wbox:hover .cbox {
    opacity: 1;
    visibility: visible\9;
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
}

.pro-nav-list .wbox:hover p.bot {
    width: 100%;
}

.pro-nav-list .wbox:hover .tbox {
    opacity: 0;

}

.section3_an .in-pc-cpxf img {
    -webkit-transform: translate(0, 0) scale(1, 1);
    opacity: 1;
    transition: transform 1s 1s, opacity 1s 1s;
    -webkit-transition: transform 1s 1s, opacity 1s 1s;
}

.section3_an .index-cpbati h1 {
    animation: fadeInUp 2s;
    -webkit-animation: fadeInUp 2s;
}

.title {
    position: absolute;
    top: 10%;
    left: 250px;
    width: 675px;
    height: 165px;
    z-index: 999;
}

.title_line {
    position: relative;
    text-align: center;
}

.title_line p {
    letter-spacing: 10px;
    color: #fff;
    line-height: 165px;
    transform: translateX(-100px);
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    opacity: 0;
    transition: all 1s ease .2s;
    -webkit-transition: all 1s ease .2s;
    -moz-transition: all 1s ease .2s;
    -o-transition: all 1s ease .2s;
}

.title_line span {
    transform: translateX(-100px);
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    opacity: 0;
    transition: all 1s ease .5s;
    -webkit-transition: all 1s ease .4s;
    -moz-transition: all 1s ease .4s;
    -o-transition: all 1s ease .4s;
    display: inline-block;
    width: 200px;
    height: 55px;
    background-color: #042360;
    color: #fff;
    line-height: 55px;
    position: absolute;
    left: -100px;
    top: 50%;
    margin-top: -22px;
}

.title.active p {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    opacity: 1;
}

.title.active span {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    opacity: 1;
}

.section2 {
    background-color: #FBFBFB;
}

.section3 {
    overflow: hidden;
}

.section4 {
    background-repeat: no-repeat;
    background-position: center;
}

@font-face {
    font-family: 'ali';
    src: url(../fonts/阿里汉仪智能黑体.TTF);
}

.concept {
    position: absolute;
    top: 33%;
    left: 170px;
}

.concept h1 {
    font-family: "ali";
    color: #FFF;
    margin-bottom: 20px;
    text-shadow: 0px 6px 1px #333;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    opacity: 0;
    transition: all 1s ease .2s;
    -webkit-transition: all 1s ease .2s;
    -moz-transition: all 1s ease .2s;
    -o-transition: all 1s ease .2s;
}

.concept p {
    font-size: 16px;
    color: #fff;
    text-shadow: 0px 6px 1px #333;
    letter-spacing: 2px;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    opacity: 0;
    transition: all 1s ease .2s;
    -webkit-transition: all 1s ease .5s;
    -moz-transition: all 1s ease .5s;
    -o-transition: all 1s ease .5s;
}

/* .concept h1.active{
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    opacity: 1;
}
.concept p.active{
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    opacity: 1;
} */
.section4 .title {
    position: absolute;
    top: 14%;
    left: auto;
    right: 50px;
}

.webLine1 {
    position: absolute;
    top: 0;
    left: 0;
}

.webs1 {
    fill: none;
    stroke-width: 1px;
    stroke: rgba(255, 255, 255, 1);
    stroke-dasharray: 0 1700;
    transition: all 2s cubic-bezier(0.6, 0.8, 0.6, 1) .7s;
    -webkit-transition: all 2s cubic-bezier(0.6, 0.8, 0.6, 1) .7s;
    -moz-transition: all 2s cubic-bezier(0.6, 0.8, 0.6, 1) .7s;
    -o-transition: all 2s cubic-bezier(0.6, 0.8, 0.6, 1) .7s;
}

.title.active .webs1 {
    stroke-dasharray: 1700 0;
}

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
    height: auto !important;
}

.section4 .title_line p {
    letter-spacing: 4px;
    transform: translateX(-100px);
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    opacity: 0;
    transition: all 1s ease .2s;
    -webkit-transition: all 1s ease .2s;
    -moz-transition: all 1s ease .2s;
    -o-transition: all 1s ease .2s;
}

.section4 .title_line span {
    transform: translateX(-100px);
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    opacity: 0;
    transition: all 1s ease .5s;
    -webkit-transition: all 1s ease .4s;
    -moz-transition: all 1s ease .4s;
    -o-transition: all 1s ease .4s;
}

.section4 .title.active p {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    opacity: 1;
}

.section4 .title.active span {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    opacity: 1;
}

.section4 .title.active .webs1 {
    stroke-dasharray: 1700 0;
}

.f426x426 .rslides3_on .concept h1 {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    opacity: 1;
}

.f426x426 .rslides3_on .concept p {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    opacity: 1;
}

.navlist_mo {
    display: block;
    position: fixed;
    top: 60px;
    bottom: 0;
    right: -50%;
    width: 50%;
}

.probanner {
    position: relative;
    overflow: hidden;
    width: 100%;
    z-index: 0;
    background-color: #efefef;
    height: 100%;
}

.probanner .swiper-slide {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.probanner .item {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.probanner .pimg {
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0px;
}

.rslides_tabs {
    width: 100%;
    height: 14px;
    position: absolute;
    left: 0px;
    bottom: 9%;
    z-index: 999;
    text-align: right;
    clear: both;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-right: 5%;
}

.rslides_tabs li {
    display: inline-block;
    margin: 0 13px;
}

.rslides_tabs a {
    text-indent: -9999px;
    overflow: hidden;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    display: block;
    background-color: #DAD8D8;
    background-color: rgba(255, 255, 255, 0.3);
    padding-top: 10px;
}

.rslides_tabs .rslides_here a {
    background-color: #fff;
}


.Company_lf_inner {
    position: relative;
}

.Company_lf b {
    display: inline-block;
    width: 115px;
    height: 45px;
    position: absolute;
}

.Company_lf b.b1 {
    border-left: 1px solid #A5A2A2;
    border-top: 1px solid #A5A2A2;
    top: -25px;
    left: -30px;
}

.Company_lf b.b2 {
    border-right: 1px solid #A5A2A2;
    border-top: 1px solid #A5A2A2;
    top: -25px;
    right: -30px;
}

.Company_lf b.b3 {
    border-left: 1px solid #A5A2A2;
    border-bottom: 1px solid #A5A2A2;
    bottom: -25px;
    left: -30px;
}

.Company_lf b.b4 {
    border-right: 1px solid #A5A2A2;
    border-bottom: 1px solid #A5A2A2;
    bottom: -25px;
    right: -30px;
}

@media only screen and (max-width: 1800px) {
    .Company_rt {
        padding-top: 40px;
    }
}

@media only screen and (max-width: 1600px) {
    .Company_lf {
        padding-top: 0;
    }

    .Company_rt {
        padding-top: 20px;
    }

    .Company_rt img {
        width: 100%;
    }

    .section4 {
        background-position: 30% 30%;
    }

    .banner_img img {
        width: 700px
    }
}

@media only screen and (max-width: 1500px) {
    .Company_rt {
        padding-top: 30px;
    }

    .concept {
        top: 42%;
    }
}

@media only screen and (max-width: 1400px) {
    .concept {
        top: 42%;
    }

    .banner_img img {
        width: 550px
    }

    .Company {
        padding: 50px 0;
    }

    .Company_lf h2 {
        margin-bottom: 25px;
    }

    .pro-nav-list .cbox {
        height: 300px;
    }

    .pro-nav-list .tbox {
        height: 250px;
    }

    .pro-nav-list .wbox:hover .cbox {
        transform: translateY(-70px);
        -webkit-transform: translateY(-70px);
    }

    .section4 {
        background-position: 30% 7%;
    }

    .Company_rt {
        padding-top: 50px;
    }
}

@media only screen and (max-width: 1400px) {
    .Company_rt {
        padding-top: 30px;
    }
}

@media only screen and (max-width: 1200px) {
    .Company_lf {
        width: 450px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .Company_rt {
        margin-left: 460px;
    }

    .banner_img img {
        width: 300px
    }
}

@media only screen and (max-width: 1024px) {
    .banner_center img {
        max-width: 80%;
        display: block;
        margin: auto;
    }

    .concept {
        top: 45%;
    }

    .banner_center p {
        font-size: 20px;
        letter-spacing: 5px;
    }

    .banner_img img {
        width: 80%;
    }

    .webLine1 {
        display: none;
    }
}

.pc_hide {
    display: none;
}

@media only screen and (max-width: 768px) {
    .banner_center img {
        max-width: 100%;
    }

    .banner_center p {
        font-size: 18px;
        letter-spacing: 0;
    }

    .Company_lf {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }

    .Company_rt {
        margin-left: 0;
    }

    .Company {
        padding: 20px 0;
        overflow: hidden;
    }

    .Company_lf h2 {
        margin-bottom: 15px;
    }

    .Company_lf p {
        line-height: 35px;
    }

    .pc_show {
        display: none;
    }

    .pc_hide {
        display: block;
    }

    .title {
        left: 10px;
        width: 100%;
    }

    .title_line {
        text-align: left;
    }

    .title_line span {
        text-align: center;
        position: absolute;
        left: 0;
        top: auto;
        bottom: 0;
        margin-top: -22px;
        width: 130px;
        height: 40px;
        line-height: 40px;
    }

    .section4 .title {
        left: 10px;
        right: auto;
        width: 100%;
        top: 7%
    }

    .concept {
        text-align: center;
        left: 0;
    }

    .concept h1 {
        text-shadow: 0px 2px 1px #333;
    }

    .concept p {
        text-shadow: 0px 2px 1px #333;
    }

    /*.section2{*/
    /*background: url("../images/index/ssss.jpg") no-repeat;*/
    /*background-size: cover;*/
    /*}*/
    #banners ul li {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .section4 {
        background-position: center;
        background-size: cover;
    }

    .rslides_tabs li {
        margin: 0 6px;
    }

    .Company_lf {
        padding-top: 20px;
    }

    .Company_lf b.b1 {
        border-left: 1px solid #A5A2A2;
        border-top: 1px solid #A5A2A2;
        top: -15px;
        left: -20px;
    }

    .Company_lf b.b2 {
        border-right: 1px solid #A5A2A2;
        border-top: 1px solid #A5A2A2;
        top: -15px;
        right: -20px;
    }

    .Company_lf b.b3 {
        border-left: 1px solid #A5A2A2;
        border-bottom: 1px solid #A5A2A2;
        bottom: -15px;
        left: -20px;
    }

    .Company_lf b.b4 {
        border-right: 1px solid #A5A2A2;
        border-bottom: 1px solid #A5A2A2;
        bottom: -15px;
        right: -20px;
    }

    .concept {
        top: 38%;
    }

    #fp-nav {
        display: none;
    }
}

@media only screen and (max-width: 480px) {
    .Company_rt {
        display: none;
    }
}

@media only screen and (max-width: 420px) {
    .Company_lf h1 {
        margin-bottom: 15px;
    }

    .Company_lf p {
        line-height: 32px;
    }
}

@media only screen and (max-width: 350px) {
    .Company_lf p {
        height: 405px;
    }
}