  a,
.menu_btn .i,
#fp-nav {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

a {
    display: block;
    /*background:rgba(255,0,0,.5);*/
}

/* æ•°å­— */
.countUp {
    display: inline-block;
}

/* å›¾ç‰‡è¿›åœº */
.layImg {
    overflow: hidden;
    position: relative;
}

.layImg img {
    max-width: none;
    transition: transform .6s;
}

.c-visual_shape {
    width: 200%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    /* left: 0; */
    opacity: .85;
    background: linear-gradient(114deg, rgba(39, 132, 249, 0), rgba(39, 132, 249, .8) 30%, rgba(52, 85, 252, .8) 80%, rgba(52, 85, 252, 0) 110%);
    transform: translateX(-100%);
    transform-origin: right;
}

.layImg:hover img {
    transform: scale(1.08);

}

.layImg.animated {
    animation: layImgShow 1s forwards;
}

.layImg.animated .c-visual_shape {
    animation: visual_shape 1.6s forwards;
}

@keyframes layImgShow {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
        /* width: inherit; */
    }
}

@keyframes visual_shape {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(100%);
    }
}

/* å›¾ç‰‡è¿›åœº end */

.c_til em {
    display: inline-block !important;
}

.moreBtn1 {
    width: 154px;
    height: 56px;
    line-height: 56px;
    padding: 0 30px;
    border-radius: 20000px;
    font-family: Rajdhani;
    background-color: #00a648;
    font-size: 18px;
    line-height: 56px;
    color: #fff;
    text-transform: uppercase;
    transition: background-color .3s;
}

.moreBtn1:hover {
    background-color: #0c8d44;
}

/*header*/
.header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    min-width: 1280px;
    padding: 0 80px 0 50px;
    z-index: 9999;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    max-width: 1920px;
    margin: auto;
}

.header .logo {
    float: left;
    margin-top: 18px;
    width: 188px;
    height: 44px;
    background: url(/images/logo_2.png);
}

.header .R {
    float: right;
    padding-right: 60px;
}

.start .header .R .nav li.on>a {
    color: #0056c1 !important;
}

.header .R .nav li.on>a {
    color: #0056c1;
}

.fp-viewing-0 .header .R .nav li.on>a {
    color: #FFF;
}

.header .R .nav li {
    float: left;
    margin-left: 32px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 80px;
    cursor: default;
    position: relative;
}

.fixRWrap {
    width: 100%;
    height: 0;
    min-width: 1280px;
    max-width: 1920px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    z-index: 19999;
}

.broadside {
    position: absolute;
    right: 0;
    top: 0;
    /* bottom: 0; */
    height: 100vh;
    width: 80px;
    background: #fff;
    z-index: 9999;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.broadside .seek_btn {
    height: 80px;
    margin-bottom: 36px;
    background: url(/images/icon_seek.png) no-repeat center;
    cursor: pointer;
}

/* .start_top .broadside .he_serchBox {
  background-color: #e6e6e6;
} */

.searchShow .broadside .he_serchBox {
    width: 240px;
}

.broadside .he_serchBox {
    /* width: 240px; */
    width: 0;
    height: 80px;
    transition: all .4s;
    overflow: hidden;
    position: absolute;
    right: 80px;
    top: 0;
    background-color: #e6e6e6;
}

.contPages .broadside .he_serchBox input {
    background-color: #FFF;
}

.broadside .he_serchBox input {
    border: 1px solid #e6e6e6;
    width: 240px;
    height: 80px;
    padding: 0 20px;
}

.menu_btn {
    width: 80px;
    height: 82px;
    background: #0056c1;
    position: absolute;
    z-index: 99999;
    right: 0;
    top: 80px;
    cursor: pointer;
}

#header .nav>ul .nav_er {
    width: 100%;
    min-width: 1200px;
    max-width: 1920px;
    position: absolute;
    top: 100%;
    left: -15px;
    display: none;
}

#header .nav>ul .nav_er .div_dl {
    background: rgba(0, 0, 0, 0.5);
    overflow: hidden;
}

#header .nav>ul .nav_er .div_dl a {
    float: left;
    color: #fff;
    color: rgba(255, 255, 255, 0.5);
    line-height: 50px;
    padding: 0 15px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

#header .nav>ul .nav_er .div_dl a:hover,
#header .nav>ul .nav_er .div_dl a.on {
    color: #fff;
}

.start .header,
.start_top .header {
    background-color: #fff;
}

.start .header .logo,
.start_top .header .logo {
    background: url(/images/logo.png);
}

.header .R {
    transition: transform .4s;
}

.searchShow .header .R {
    transform: translateX(-240px);
}

.start .header .R .nav li,
.start_top .header .R .nav li {
    color: #616161;
}

/*.menu_btn .open .i{position:absolute; right:29px; width:22px; height:5px; margin-bottom: 5px; background:#fff;}
.menu_btn .open .i1{top:29px;}
.menu_btn .open .i2{top:39px;}
.menu_btn .open .i3{top:49px;}
.menu_btn:hover .i1{width:11px;}
.menu_btn:hover .i2{width:16px;}*/

.menu_btn .nav-toggle .lines {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
}

.menu_btn .nav-toggle .lines .line {
    background: #fff;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
}

.menu_btn .nav-toggle .lines.open {
    margin: -11px 0 0 -11px;
    width: 22px;
    height: 25px;
}

.menu_btn .nav-toggle .lines.open .line {
    position: relative;
    width: 22px;
    height: 5px;
    -webkit-animation: open-in 0.3s cubic-bezier(0.18, 0.89, 0.67, 1.16) 0.3s 1 normal forwards;
    animation: open-in 0.3s cubic-bezier(0.18, 0.89, 0.67, 1.16) 0.3s 1 normal forwards;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}

.menu_btn .nav-toggle .lines.open .line+.line,
.menu_btn .nav-toggle .lines.open .line+.line+.line {
    margin-top: 5px;
}

.menu_btn .nav-toggle .lines.open .line:nth-child(2) {
    -webkit-animation-delay: 0.36s;
    animation-delay: 0.36s;
}

.menu_btn.is-opened .nav-toggle .open .line {
    -webkit-animation: open-out-1 0.4s linear 0s 1 normal forwards;
    animation: open-out-1 0.4s linear 0s 1 normal forwards;
    -webkit-transform: scaleX(1) translateX(0);
    transform: scaleX(1) translateX(0);
}

.menu_btn.is-opened .nav-toggle .open .line:nth-child(1) {
    -webkit-animation-delay: 0.16s;
    animation-delay: 0.16s;
}

.menu_btn.is-opened .nav-toggle .open .line:nth-child(2) {
    -webkit-animation-delay: 0.08s;
    animation-delay: 0.08s;
    -webkit-animation-name: open-out-2;
    animation-name: open-out-2;
}

.menu_btn .nav-toggle .lines.close {
    margin: -14px 0 0 -14px;
    width: 28px;
    height: 28px;
    -webkit-transform: rotateX(0.1deg) rotateZ(45deg);
    transform: rotateX(0.1deg) rotateZ(45deg);
}

.menu_btn .nav-toggle .lines.close .line {
    position: absolute;
    background: #e7e7e7;
}

.menu_btn .nav-toggle .lines.close .line:nth-child(1) {
    top: 0;
    left: 12px;
    width: 4px;
    height: 28px;
    -webkit-animation: close-out-1 0.3s linear 0.1s 1 normal forwards;
    animation: close-out-1 0.3s linear 0.1s 1 normal forwards;
}

.menu_btn .nav-toggle .lines.close .line:nth-child(2) {
    top: 12px;
    left: 0;
    width: 28px;
    height: 4px;
    -webkit-animation: close-out-2 0.3s linear 0s 1 normal forwards;
    animation: close-out-2 0.3s linear 0s 1 normal forwards;
}

.menu_btn.is-opened .nav-toggle .close .line:nth-child(1) {
    -webkit-animation: close-in-1 0.3s cubic-bezier(0.18, 0.89, 0.67, 1.16) 0.6s 1 normal forwards;
    animation: close-in-1 0.3s cubic-bezier(0.18, 0.89, 0.67, 1.16) 0.6s 1 normal forwards;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}

.menu_btn.is-opened .nav-toggle .close .line:nth-child(2) {
    -webkit-animation: close-in-2 0.3s cubic-bezier(0.18, 0.89, 0.67, 1.16) 0.5s 1 normal forwards;
    animation: close-in-2 0.3s cubic-bezier(0.18, 0.89, 0.67, 1.16) 0.5s 1 normal forwards;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}

.menu_btn:hover .nav-toggle .i1 {
    width: 11px;
}

.menu_btne:hover .nav-toggl .i2 {
    width: 16px;
}

/*.broadside .menu_btn.on{position:fixed;}*/
.menuWrap {
    width: 100%;
    height: 0;
    min-width: 1280px;
    max-width: 1920px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    z-index: 9999;
}

#menu {
    max-width: 1920px;
    position: absolute;
    left: 0;
    /* transform: translateX(-50%); */
    top: 0;
    width: 0;
    height: 100vh;
    overflow: hidden;
    background: #002133;
    /* z-index: 9999; */
    transition: width 1s cubic-bezier(0.77, 0, 0.175, 1);
}

#menu .cnt {
    position: relative;
    width: 100%;
    /* width: 100vw; */
    height: 100%;
}

#menu .auto {
    position: absolute;
    width: auto;
    left: 55px;
    right: 90px;
    top: 15%;
    height: 70%;
    overflow: hidden;
}

#menu .w_le {
    float: left;
    width: 53.46%;
    max-width: 949px;
    height: 100%;
}

#menu .w_le .box {
    float: left;
    height: calc((100% - 10px) * 0.5);
}

#menu .w_le .box .e_box_un {
    height: 100%;
    width: 100%;
    background: no-repeat center;
    background-size: cover;
    text-align: center;
    overflow: hidden;
    position: relative;
}

#menu .w_le .box .e_box_un h3 {
    color: #ffffff;
    font-size: 20px;
    line-height: 1;
    padding-bottom: 15px;
    margin-bottom: 10px;
    position: relative;

}

#menu .w_le .box .e_box_un h3::after {
    content: "";
    width: 28px;
    height: 0;
    border-top: 3px solid #005aff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

#menu .w_le .box .e_box_un h5 {
    color: #596970;
    font-size: 40px;
    font-family: Rajdhani;
    line-height: 36px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: -2px;
}

#menu.show .w_le .box .autoCont .cont {
    display: block;
}

#menu .w_le .box .autoCont .cont {
    display: none;
    opacity: 0;
    opacity: 1\9\0;
    animation: fadeInUp50 1s 1.5s forwards;
}

#menu .w_le .box .autoCont {
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin: auto;
}

#menu .w_le .box .e_box_un .inx {
    display: inline-block;
    margin-top: 25px;
}

#menu .w_le .box .e_box_un .nub {
    font-size: 48px;
    line-height: 34px;
    float: left;
    padding-left: 34px;
    font-family: Rajdhani;
    overflow: hidden;
}

#menu .w_le .box .e_box_un .nub.up {
    color: #ff0000;
    background: url(/images/menu-nub-up.png) no-repeat left center;
}

#menu .w_le .box .e_box_un .nub.down {
    color: #01a648;
    background: url(/images/menu-nub-down.png) no-repeat left center;
}

#menu .w_le .box .e_box_un .tx {
    display: table-cell;
    position: relative;
    top: -5px;
    padding-left: 10px;
}

#menu .w_le .box .e_box_un .tx p {
    color: #ffffff;
}

#menu .w_le .b1,
#menu .w_le .b2 {
    width: calc((100% - 10px) * 0.5);
    margin-top: 10px;
}

#menu .w_le .b1 {
    margin-right: 10px;
}

#menu .w_le .b1 .e_box_un {
    background-image: url(/images/meun_pic1.jpg);
}

#menu .w_le .b2 .e_box_un {
    background-image: url(/images/meun_pic2.jpg);
}

#menu .w_le .b3 {
    width: 100%;
}

#menu .w_le .b3 .e_box_un {
    background-image: url(/images/meun_pic3.jpg);
}

#menu .w_ri {
    position: relative;
    float: right;
    width: 45.97%;
    padding: 0 4.166vw;
    padding-top: 4.687%;
    background: #fff;
    height: 100%;
}

#menu .w_ri .info {
    position: absolute;
    left: 4.166vw;
    bottom: 8%;
    max-width: 50%;
}

#menu .w_ri ul {
    float: right;
}

#menu .w_ri li {
    margin-bottom: 2.14vh;
}

#menu .w_ri .cn {
    text-align: right;
    font-size: 14.5px;
    color: #007cc3;
    line-height: 22px;
    font-weight: bold;
}

#menu .w_ri .en {
    text-align: right;
    font-size: 20px;
    font-family: Rajdhani;
    color: #e3e7e9;
    line-height: 18px;
}

#menu.show {
    /* width: 100%; */
    width: 100vw;
}

#menu .w_ri .info,
#menu .w_ri ul {
    display: none;
}

#menu.show .w_ri .info,
#menu.show .w_ri ul {
    display: block;
}

#menu.show .w_ri .conLe {
    /* opacity: 1; */
    display: block;
}

#menu .w_ri .conLe {
    opacity: 0;
    opacity: 1\9\0;
    display: none;
    animation: fadeInUp50 1s 1s forwards;
    position: absolute;
    left: 4.16vw;
    right: calc(240px + 4.16vw);
    bottom: 30px;
}

#menu .w_ri .conLe .txt {
    margin-top: 30px;
    padding-top: 24px;
    border-top: 2px solid #f8f7f5;
}

#menu .w_ri .conLe .txt p {
    color: #a3a3a3;
    line-height: 25px;
}

#menu .w_ri .conLe .txt h5 {
    color: #01a648;
    font-size: 31px;
    line-height: 24px;
    margin: 10px 0 14px;
    font-family: Rajdhani;
}

#menu .w_ri .conLe h6 {
    color: #a3a3a3;
    margin-top: 10px;
    font-size: 13px;
    line-height: 20px;
}

#fp-nav {
    display: none !important;
    opacity: 0 !important;
}

#fp-nav.right {
    right: 15px;
}

#fp-nav ul li {
    margin: 5px;
    height: 32px;
    width: 40px;
}

#fp-nav ul a {
    padding: 0;
    cursor: pointer;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    top: 0;
    margin: 0 0 0 -1px;
    width: 2px;
    height: 100%;
    border-radius: 0;
    background: #9f9f9f;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
    top: 0;
    margin: 0 0 0 -1px;
    width: 2px;
    height: 100%;
    border-radius: 0;
    background: #0042ff;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
    top: 0;
    margin: 0 0 0 -1px;
    width: 2px;
    height: 100%;
    border-radius: 0;
    background: #0042ff;
}

#i_footer {
    max-width: 1860px;
    margin: auto;
    position: absolute;
    bottom: -80px;
    left: 55px;
    height: 78px;
    right: 0;
    /* background: url(/images/footer.jpg) no-repeat; */
    z-index: 555;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}

#i_footer .tux {
    float: right;
}

#i_footer.iFooter .tux {
    margin-right: 140px;
}



#i_footer .tux .wx {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

#i_footer .tux .wx:hover .wxMa {
    display: block;
}

#i_footer .tal {
    float: right;
    width: 190px;

}


#i_footer .tal h6 {
    color: #0056c1;
    font-size: 30px;
    line-height: 18px;
    font-family: Rajdhani;
    margin-bottom: 6px;
}

#i_footer .tox {
    float: left;
    margin-right: 30px;
    margin-top: -4px;
}

#i_footer .tox a:nth-child(1) {
    display: inline-block;
}

#i_footer .tox img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
    position: relative;
    top: -2px;
}

#i_footer .le p {
    color: #808080;
}

#i_footer .tux .wxMa {
    display: none;
    width: 120px;
    border: 10px solid #FFF;
    position: absolute;
    left: -42px;
    bottom: 44px;
    width: 120px;
    max-width: none;
}

#i_footer .tux p {
    display: inline-block;
    color: #616161;
    font-size: 12px;
    vertical-align: middle;
    padding-left: 15px;
    margin-left: 10px;
    position: relative;
}

#i_footer .tux p:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    height: 16px;
    border-left: 2px solid #6d6d6c;
}

#i_footer .le {
    float: left;
}


#i_footer .lx {
    display: inline-block;
    vertical-align: top;
}


#i_footer .lx .list {
    display: inline-block;
    vertical-align: middle;
    margin-left: 14px;
}

#i_footer .lx .list a {
    display: inline-block;
    color: #535353;
    vertical-align: middle;
    /* margin-right: 15px; */
}

#i_footer .lx .list i {
    display: inline-block;
    vertical-align: middle;
    margin: 0 4px;
    transform: translateY(-3px);
}

#i_footer .lx .ic1 {
    display: inline-block;

    vertical-align: middle;
}

.pageFooter {
    padding-top: 30px;
    height: 110px !important;
    position: static !important;
}

.pageFooter .Cont {
    width: 1200px;
    margin: auto;
}

.pageFooter.white#i_footer h6,
.pageFooter.white#i_footer .lx .list a,
.pageFooter.white#i_footer .tux p,
.pageFooter.white#i_footer .tal p {
    color: rgba(255, 255, 255, 0.5);
}

.contPages .broadside {
    background-color: #FFF !important;
}

/*index*/
#indexSlide {
    position: relative;
}

/*#indexSlide .prev, #indexSlide .next {display: block; width: 88px; height: 16px; position: absolute; top: 0; bottom: 0; margin: auto; transition: background 0.3s; z-index: 120; cursor: pointer; }
#indexSlide .prev {left: 2%; background: url(/images/ben-prev.png) no-repeat 0 0; }
#indexSlide .next {right: 2%; background: url(/images/ben-next.png) no-repeat 0 0; }
#indexSlide .prev:hover {background: url(/images/ben-prev-on.png) no-repeat 0 0; }
#indexSlide .next:hover {background: url(/images/ben-next-on.png) no-repeat 0 0; }*/
#indexSlide .hd {
    text-align: right;
    position: absolute;
    height: 0;
    bottom: 26%;
    right: 40px;
    margin: auto;
    z-index: 1100;
}

#indexSlide .hd li {
    display: block;
    width: 40px;
    height: 40px;
    margin: 10px 0 0;
    position: relative;
    background: url(/images/index-anx.png) no-repeat center;
}

#indexSlide .hd li.on {
    background: url(/images/index-anx-on.png) no-repeat center;
}

#indexSlide .hd li .circle_process {
    display: none;
    left: 1px;
    top: 0.5px;
}

#indexSlide .hd li.on .circle_process {
    display: block;
}

#indexSlide .hd li.on var {
    background-color: #fff;
    opacity: 1;
}

#indexSlide .hd li var {
    display: block;
    width: 6px;
    height: 6px;
    opacity: 0.7;
    background-color: #fff;
    position: absolute;
    left: 1px;
    right: 0;
    top: -1px;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
}

#indexSlide .bd li {
    max-width: 100%;
    width: 100vw;
    height: 100vh;
    max-width: 1920px;
    overflow: hidden;
}
#indexSlide .bd li>a{
    height: 100%;
}
#indexSlide .bd li .bg {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#indexSlide .bd .slide4 .bg {
    background-position: center top;
}

#indexSlide .bd .videoBox {
    height: 100%;
}

#indexSlide .bd .videoBox video {
    object-fit: fill;
}

#indexSlide .bd .auto {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 30;
}

#indexSlide .bd .txt {
    position: absolute;
    left: 8.7vw;
    top: 50%;
    transform: translateY(-40%);
}

#indexSlide .bd .txt .en {
    color: #00923f;
    font-size: 6.4vw;
    line-height: 6.146vw;
    letter-spacing: -0.416vw;
    font-family: Rajdhani;
    -webkit-text-transform: uppercase;
    text-transform: uppercase;
}

#indexSlide .bd .txt .h1 {
    font-size: 2.46vw;
    line-height: 3vw;
    color: #fff;
    font-weight: 200;
}

#indexSlide .bd .txt .h2 {
    font-size: 2.188vw;
    line-height: 2.813vw;
    color: #eecb8d;
    font-weight: 200;
}

#indexSlide .ban_line {
    position: absolute;
    z-index: 2000;
    left: 0;
    bottom: 14.5%;
    width: 0;
    height: 2px;
    background: url(/images/index/ban_line.png) no-repeat;
    background-size: calc(100vw - 80px);
    z-index: 20;
    animation-timing-function: linear;
}

#indexSlide .bd .slide2 .txt {
    left: auto;
    right: 18.8vw;
}

#indexSlide .slide2 .txt .h1 {
    color: #00a648;
    font-size: 2.7vw;
    margin-bottom: 14px;
    text-shadow: rgba(0, 0, 0, 0.4) 4px 0px 7px;
    line-height: calc(10px + 100%);
}

#indexSlide .slide2 .txt .h2 {
    color: #fff;
    font-size: 2.188vw;
    line-height: 3.2vw;
}

#indexSlide .slide3 .txt .h1 {
    color: rgba(255, 255, 255, 0.7);
}

#indexSlide .slide3 .txt .en {
    color: #0056c1;
    margin-bottom: 35px;
}

#indexSlide .slide3 .txt .h2 {
    color: #fff;
}

#indexSlide .slide3 .txt {
    left: 49vw;
}

#indexSlide .slide4 .txt {
    left: 59vw;
}

#indexSlide .slide4 .txt .en {
    color: #ff9c00;
}

#indexSlide .slide4 .txt .h1 {
    color: #83745b;
}

.ban-next {
    position: fixed;
    right: 0;
    bottom: 14.5%;
    width: 80px;
    height: 80px;
    background: url(/images/index/ban-next.png) no-repeat -80px top;
    margin-bottom: -39px;
    z-index: 100;
    cursor: pointer;
}

.ban-next:hover {
    background-position: 0 top;
    transition: all 0.4s;
}

#indexSlide .slide2-new .txt {
    top: 40%;
    left: 18.6vw;
}

#indexSlide .slide2-new .txt p {
    font-size: 16px;
    color: #49676a;
    line-height: 31px;
    text-align: center;
}

#indexSlide .slide2-new .txt .h1 {
    color: #0057c0;
    margin-top: 30px;
    width: 900px;
    text-align: left;
    position: absolute;
    left: 120%;
    top: 14%;
    transform: translateY(-50%);
}

#indexSlide .slide4 .txt {
    top: 20%;
    left: 22.8vw;
}

#indexSlide .slide4 .txt .h1 {
    max-width: 216px;
    width: 11.25vw;
    margin-bottom: 4px;
}

#indexSlide .slide4 .txt .h2 {
    color: #8a4121;
}

@media (min-width: 1920px) {

    #indexSlide .slide3 .txt {
        left: 50%;
    }

    #indexSlide .bd .txt .en {
        font-size: 150px;
    }

    #indexSlide .slide3 .txt .h2,
    #indexSlide .bd .txt .h1 {
        font-size: 45px;
    }

    #indexSlide .bd .slide2 .txt {
        right: 160px;
        /* transform: translateY(0) ; */
    }

    #indexSlide .slide2 .txt .h2 {
        font-size: 40px;
    }
}

@media (max-height:870px) {
    #indexSlide .slide2-new .txt p {
        font-size: 13px;
        line-height: 1.6;
    }
}

@media (max-height:690px) {
    #indexSlide .slide2-new .txt p {
        font-size: 12px;
    }

    #indexSlide .slide2-new .txt .h1 {
        margin-top: 0;
    }
}

/*#indexSlide .bd .slide1 .txt {left: 0; top: 30%; }
#indexSlide .slide2 .pos {height: 116px; text-align: center; font-weight: 400; position: absolute; left: 0; right: 0; top: -30px; bottom: 0; margin: auto; }
#indexSlide .slide2 .pos h2 {color: #fff; font-size: 44px; line-height: 1.4; font-weight: 300; }*/

#pinFixe {
    width: 100vw;
    height: 100vh;
    max-width: 1920px;
    margin: auto;
    overflow: hidden;
    position: relative;
    top: 0;
    transform: none !important;
}

#pinFixe .pinF {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    transition: all 1s;
    transform: translateY(0);
    background: #f3f3f3;
}

#pinFixe .pinF.kin {
    width: 100%;
    transform: translateY(-100%);
}

#pinFixe .pinF.pin1.kin {
    width: 100%;
    transform: translateY(0);
    top: 0;
    transition: all 0s;
}

/*#pinFixe .pinF .animated {display: none; animation-delay: .8s; }
#pinFixe .pin1 .animated {display: block; }
#pinFixe .pinF.kin .animated {display: block; }*/

.pinF.pin2 .auto {
    position: absolute;
    width: auto;
    left: 55px;
    right: 90px;
    top: 15%;
    height: 70%;
    overflow: hidden;
}

.pinF.pin2 .w_le {
    position: relative;
    float: left;
    width: 38.66%;
    /* width: 55.54%; */
    height: 100%;
    background: #fff;
}

.pinF.pin2 .w_le .txt {
    position: absolute;
    left: 4.166vw;
    right: 4%;
    top: 50%;
    -webkit-transform: translateY(-45%);
    transform: translateY(-45%);
}

.pinF.pin2 .w_le .h1_en {
    margin-left: -5px;
    font-size: 6.6vw;
    line-height: 5vw;
    color: transparent;
    margin-bottom: 5px;
    -webkit-text-stroke: 2px #d6d6d6;
    letter-spacing: -4px;
    text-transform: uppercase;
    font-family: Rajdhani;
}

.pinF.pin2 .w_le .h1 {
    font-size: 3vw;
    line-height: 3.646vw;
    color: #00923f;
    font-weight: 200;
    margin-bottom: 10px;
}

.pinF.pin2 .w_le p {
    font-size: 14px;
    line-height: 22px;
    color: #989898;
    margin-bottom: 22px;
    max-width: 535px;
}

/* .pinF.pin2 .w_le .btn {
  padding-top: 10px;
} */
.pinF.pin3 .w_ri {
    float: right;
    position: relative;
    width: 61.34%;
    height: 100%;
    background: url(/images/index/i_k2_img.jpg) no-repeat center;
    background-size: cover;
}

.pinF.pin3 .w_ri .btn {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 135px;
    height: 135px;
}

.pinF.pin3 .w_ri .btn em {
    width: 100%;
    height: 100%;
    background: #0056c1 url(../images/index/icon_down.png) no-repeat center;
}

.pinF.pin3 .w_ri .txt {
    position: absolute;
    left: 0;
    top: 13vh;
    /* width:18.4vw; */
    /* -webkit-transform: translate(-9.1vw,-60%); */
    /* transform: translate(-9.1vw,-60%); */
    /* right: 0; */
    /* margin: auto; */
    /* text-align: center; */
    width: 100%;
}

.pinF.pin3 .w_ri .t1 {
    width: 464px;
    margin: auto;
    font-size: 34px;
    line-height: 48px;
    color: #0056c1;
    font-weight: 300;
}

.pinF.pin3 .w_ri .h4 {
    font-size: 40px;
    color: #fff;
    line-height: 18px;
    margin-bottom: 1.563vw;
    font-family: Rajdhani;
    text-transform: uppercase;
    /* margin-left: -20px; */
    /* width: 100%; */
    text-shadow: 0px 1px 3px rgba(122, 89, 58, 0.5);
    margin: auto;
}

.pinF.pin3 .w_ri .h1 {
    font-size: 3.646vw;
    color: #fff;
    line-height: 3.125vw;
    text-transform: uppercase;
    font-family: Rajdhani;
    letter-spacing: -4px;
    white-space: nowrap;
}

.pinF.pin3 .w_ri .h1 .anim_box {
    width: 120%;
}

.pinF.pin3 .auto {
    position: absolute;
    width: auto;
    left: 55px;
    right: 90px;
    top: 15%;
    height: 70%;
    overflow: hidden;
}

.pinF.pin3 .w_le {
    position: relative;
    float: left;
    width: 38.66%;
    height: 100%;
    background: #fff;
}

.pinF.pin3 .w_le .txt {
    position: absolute;
    left: 4.166vw;
    top: 50%;
    padding-right: 2.6vw;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.pinF.pin3 .w_le .h1 {
    font-size: 3.125vw;
    line-height: 3.75vw;
    color: #0056c1;
    font-weight: 200;
}

.pinF.pin3 .w_le .h2 {
    font-size: 2.1875vw;
    line-height: 3.75vw;
    color: #0056c1;
    font-weight: 200;
    margin-bottom: 20px;
}

.pinF.pin3 .w_le p {
    font-size: 14px;
    line-height: 22px;
    color: #989898;
    margin-bottom: 22px;
    max-width: 535px;
}

.pinF.pin2 .w_ri {
    float: right;
    position: relative;
    width: 61.34%;
    height: 100%;
    padding-right: 5vw;
    background: #27273a;
}

.pinF.pin2 .w_ri .txt {
    position: absolute;
    left: 0;
    top: 50%;
    padding-left: 5.6%;
    padding-right: 5vw;
    -webkit-transform: translateY(-46%);
    transform: translateY(-46%);
}

.pinF.pin2 .w_ri .txt .h4 {
    font-size: 18px;
    color: #fff;
    line-height: 18px;
    margin-bottom: 10px;
    font-family: Rajdhani;
    text-transform: uppercase;
    margin-left: -20px;
}

.pinF.pin2 .w_ri .txt .h1 {
    font-size: 3.646vw;
    color: #686875;
    line-height: 3.125vw;
    text-transform: uppercase;
    font-family: Rajdhani;
    letter-spacing: -4px;
    white-space: nowrap;
    margin-bottom: 2vw;
}

.pinF.pin2 .w_ri ul {
    display: block;
    overflow: hidden;
    /* width: 1000px; */
}

.pinF.pin2 .w_ri ul li {
    float: left;
    width: 31%;
    margin-left: 2%;
    position: relative;
}

.pinF.pin2 .w_ri ul li:nth-child(1) {
    margin-left: 0;
}

.pinF.pin2 .w_ri ul li .cont {
    /* height: 100%; */
    padding: 44% 10% 0 10%;
    position: absolute;
    left: 0;
    top: 0;
}

/* .pinF.pin3 .w_ri ul li .yLi1 {
  background: url(/images/index/pin3-ri-yu1.jpg) no-repeat 0 0;
}
.pinF.pin3 .w_ri ul li .yLi2 {
  background: url(/images/index/pin3-ri-yu2.jpg) no-repeat 0 0;
}
.pinF.pin3 .w_ri ul li .yLi3 {
  background: url(/images/index/pin3-ri-yu3.jpg) no-repeat 0 0;
} */
.pinF.pin2 .w_ri ul li h5 {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 8px;
}

.pinF.pin2 .w_ri ul li h6 {
    color: #ffffff;
    font-size: 18px;
    line-height: 14px;
    opacity: 0.4;
    font-family: Rajdhani;
    filter: alpha(opacity=40);
    text-transform: uppercase;
}

.pinF.pin2 .w_ri .line {
    margin-top: 2.8vw;
    width: 100%;
}

.pinF.pin4 .auto {
    position: absolute;
    width: auto;
    left: 55px;
    right: 90px;
    top: 15%;
    height: 70%;
    background: #fff;
}

.pinF.pin4 .w_le {
    position: relative;
    float: left;
    height: 100%;
    width: 40%;
}

.pinF.pin4 .w_le .txt {
    position: absolute;
    left: 4.166vw;
    top: 50%;
    padding-right: 2.6vw;
    -webkit-transform: translateY(-45%);
    transform: translateY(-45%);
}

.pinF.pin4 .w_le .h1_en {
    font-size: 3.646vw;
    letter-spacing: -0.05em;
    line-height: 0.96;
    color: #00923f;
    font-family: Rajdhani;
}

.pinF.pin4 .w_le .h1_cn {
    font-size: 3.125vw;
    line-height: 3.75vw;
    color: #4c4c4c;
    font-weight: 200;
    margin-bottom: 8px;
}

.pinF.pin4 .w_le p {
    font-size: 14px;
    line-height: 22px;
    color: #989898;
    margin-bottom: 22px;
    max-width: 535px;
}

.pinF.pin4 .w_ri {
    float: right;
    position: relative;
    height: 100%;
    width: 58%;
}

.pinF.pin4 ul {
    position: absolute;
    left: 0;
    bottom: 12%;
    width: 100%;
}

.pinF.pin4 li {
    float: left;
    width: 31%;
    height: 330px;
    max-width: 318px;
}

.pinF.pin4 li .kox {
    padding: 0 25px;
    border-left: 3px solid #f5f5f5;
}

.pinF.pin4 .kox h6 {
    color: #a6a6a6;
    font-size: 18px;
    line-height: 14px;
    margin-bottom: 10px;
    font-family: Montserrat;
}

.pinF.pin4 .kox h4 {
    color: #4c4c4c;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.pinF.pin4 .kox p {
    color: #535353;
    margin-bottom: 18px;
    opacity: 0.6;
    filter: alpha(opacity=60);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
}

.pinF.pin4 .kox .more {
    color: #979a9c;
    font-size: 18px;
    line-height: 1;
    font-family: Rajdhani;
    text-transform: uppercase;
}

/* ================ */
.circle_process {
    width: 40px;
    height: 40px;
    position: absolute;
    right: -8px;
    top: -7px;
    border-radius: 50%;
    /*overflow: hidden;*/
    /* transform: scale(1.5); */
    cursor: pointer;
}

.circle_process:after {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    /* border: 1px solid #FFF; */
    position: absolute;
    left: 0px;
    top: 0;
}

.circle_process .wrapper {
    width: 20px;
    height: 40px;
    position: absolute;
    top: 0;
    overflow: hidden;
    z-index: 50;
}

.circle_process .right {
    right: 0;
}

.circle_process .left {
    left: 0;
}

.circle_process .circle {
    width: 40px;
    height: 40px;
    border: 1px solid transparent;
    border-radius: 50%;
    position: absolute;
    top: 0;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.circle_process .rightcircle {
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
    right: 0;
}

.circle_process .leftcircle {
    border-bottom: 1px solid transparent;
    border-left: 1px solid transparent;
    left: 0;
}

.on .circle_process .rightcircle {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}

.on .circle_process .leftcircle {
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
}

.playProcess1 .rightcircle {
    animation: circle_right 11s linear infinite;
}

.playProcess1 .leftcircle {
    animation: circle_left 11s linear infinite;
}

#dowebok {
    top: 0 !important;
    transform: translate3d(0px, 0px, 0px) !important;
}

.section {
    opacity: 0;
    opacity: 1\9\0;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
}

.section.active {
    z-index: 100 !important;
    opacity: 1;
}

.pinF.pin2 .w_le,
.pinF.pin2 .w_ri,
.pinF.pin3 .w_le,
.pinF.pin3 .w_ri {
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    transition-delay: 0.3s;
}

.anim {
    display: none;
}

.pinF.pin2 .w_le,
.pinF.pin3 .w_le,
.pinF.pin4 .w_le {
    -webkit-transform: translateX(-101%);
    transform: translateX(-101%);
}

.pinF.pin2 .w_ri,
.pinF.pin3 .w_ri,
.pinF.pin4 .w_ri {
    -webkit-transform: translateX(101%);
    transform: translateX(101%);
}

#pinFixe .pinF.pin1 {
    opacity: 1;
    z-index: 48;
}

#pinFixe .pinF.pin2 {
    opacity: 1;
    background: transparent;
}

#pinFixe .pinF.pin2:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background: #f3f3f3;
    opacity: 1;
    -webkit-transition: all 0.6s 0.8s;
    transition: all 0.6s 0.8s;
}

/*.fp-viewing-0 #pinFixe .pinF.pin2:after{-webkit-transition-delay:0s; transition-delay:0s;}*/
#pinFixe .pinF.pin2 .auto {
    z-index: 5;
}

.anim_box {
    overflow: hidden;
}

.fp-viewing-1 #i_footer,
.fp-viewing-2 #i_footer,
.fp-viewing-3 #i_footer {
    bottom: 0;
    transition-delay: 0.5s;
}

.fp-viewing-1 #fp-nav,
.fp-viewing-2 #fp-nav,
.fp-viewing-3 #fp-nav {
    opacity: 1;
}

.fp-viewing-1 #pinFixe .pinF.pin2:after,
.fp-viewing-2 #pinFixe .pinF.pin2:after,
.fp-viewing-3 #pinFixe .pinF.pin2:after {
    height: 100%;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.fp-viewing-1 .pinF.pin2 .w_le {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.fp-viewing-1 .pinF.pin2 .w_ri {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.fp-viewing-1 .pinF.pin2 .anim {
    display: block;
}

.fp-viewing-2 .pinF.pin3 .w_le {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.fp-viewing-2 .pinF.pin3 .w_ri {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.fp-viewing-2 .pinF.pin3 .anim {
    display: block;
}

.fp-viewing-3 .pinF.pin4 .w_le {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.fp-viewing-3 .pinF.pin4 .w_ri {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.fp-viewing-3 .pinF.pin4 .anim {
    display: block;
}

@media screen and (min-width: 1920px) {
    .pinF.pin2 .w_le .h1_en {
        font-size: 130px;
        line-height: 1;
    }

    .pinF.pin2 .w_le .h1 {
        font-size: 56px;
        line-height: 1.1;
    }

    .pinF.pin2 .w_ri .txt .h1 {
        font-size: 72px;
    }

    .pinF.pin3 .w_le .h1 {
        font-size: 56px;
        line-height: 1.3;
    }

    .pinF.pin3 .w_le .h2 {
        font-size: 40px;
        line-height: 1.3;
    }

    .pinF.pin4 .w_le .h1_en {
        font-size: 75px;
        line-height: 1;
    }

    .pinF.pin4 .w_le .h1_cn {
        font-size: 56px;
        line-height: 1.3;
    }
}

@media screen and (max-width: 1680px) {
    .pinF.pin2 .w_ri .btn {
        width: 100px;
        height: 100px;
    }
}

@media screen and (min-width: 1920px) {
    #menu .w_ri {
        width: calc(100% - 959px);
    }
}

@media screen and (max-height: 720px) {
    #menu .auto {
        height: 80%;
        top: 10%;
    }
}

.e_box {
    position: relative;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    overflow: hidden;
}

.e_box .e_box_un {
    position: relative;
    height: 100%;
    -webkit-transform: translateX(-101%);
    transform: translateX(-101%);
    -webkit-transition: transform 0.6s ease-in;
    -moz-transition: transform 0.6s ease-in;
    -ms-transition: transform 0.6s ease-in;
    -o-transition: transform 0.6s ease-in;
    transition: transform 0.6s ease-in;
}

.e_box .e_box_un:after {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    z-index: 10;
    background: #005aff;
    -webkit-transition: transform 0.8s 1.3s ease-out;
    -moz-transition: transform 0.8s 1.3s ease-out;
    -ms-transition: transform 0.8s 1.3s ease-out;
    -o-transition: transform 0.8s 1.3s ease-out;
    transition: transform 0.8s 1.3s ease-out;
}

.e_box.animated .e_box_un {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.e_box.animated .e_box_un:after {
    -webkit-transform: translateX(102%);
    transform: translateX(102%);
}

/*enterprise2*/
.enterprise2 .w1200 {
    position: relative;
    height: 100%;
}

.enterprise2 a {
    position: absolute;
    display: block;
    width: 590px;
    height: 280px;
}

.enterprise2 .a1 {
    left: 0;
    top: 197px;
}

.enterprise2 .a2 {
    right: 0;
    top: 197px;
}

.enterprise2 .a3 {
    left: 0;
    top: 497px;
}

.enterprise2 .a4 {
    right: 0;
    top: 497px;
}

.enterprise2_4_a1,
.enterprise2_4_a2 {
    position: absolute;
    top: 660px;
    width: 50%;
    height: 82px;
}

.enterprise2_4_a1 {
    left: 0;
}

.enterprise2_4_a2 {
    right: 0;
}

.about7 .w1200 {
    position: relative;
    height: 100%;
}

.about7 a {
    position: absolute;
    display: block;
    width: 372px;
    height: 490px;
}

.about7 .a1 {
    left: 0;
    top: 245px;
}

.about7 .a2 {
    left: 414px;
    top: 245px;
}

.about7 .a3 {
    left: 828px;
    top: 245px;
}

@-webkit-keyframes open-in {
    0% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }

    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }
}

@keyframes open-in {
    0% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }

    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }
}

@-webkit-keyframes open-out-1 {
    0% {
        -webkit-transform: scaleX(1) translateX(0);
        transform: scaleX(1) translateX(0);
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0;
    }

    35% {
        -webkit-transform: scaleX(0.9) translateX(-5px);
        transform: scaleX(0.9) translateX(-5px);
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0;
    }

    100% {
        -webkit-transform: scaleX(0) translateX(5px);
        transform: scaleX(0) translateX(5px);
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0;
    }
}

@keyframes open-out-1 {
    0% {
        -webkit-transform: scaleX(1) translateX(0);
        transform: scaleX(1) translateX(0);
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0;
    }

    35% {
        -webkit-transform: scaleX(0.9) translateX(-5px);
        transform: scaleX(0.9) translateX(-5px);
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0;
    }

    100% {
        -webkit-transform: scaleX(0) translateX(5px);
        transform: scaleX(0) translateX(5px);
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0;
    }
}

@-webkit-keyframes open-out-2 {
    0% {
        -webkit-transform: scaleX(1) translateX(0);
        transform: scaleX(1) translateX(0);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }

    35% {
        -webkit-transform: scaleX(0.9) translateX(5px);
        transform: scaleX(0.9) translateX(5px);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }

    100% {
        -webkit-transform: scaleX(0) translateX(-5px);
        transform: scaleX(0) translateX(-5px);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }
}

@keyframes open-out-2 {
    0% {
        -webkit-transform: scaleX(1) translateX(0);
        transform: scaleX(1) translateX(0);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }

    35% {
        -webkit-transform: scaleX(0.9) translateX(5px);
        transform: scaleX(0.9) translateX(5px);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }

    100% {
        -webkit-transform: scaleX(0) translateX(-5px);
        transform: scaleX(0) translateX(-5px);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }
}

@-webkit-keyframes close-in-1 {
    0% {
        -webkit-transform: scaleY(0) translateY(-10px);
        transform: scaleY(0) translateY(-10px);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }

    100% {
        -webkit-transform: scaleY(1) translateY(0);
        transform: scaleY(1) translateY(0);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }
}

@keyframes close-in-1 {
    0% {
        -webkit-transform: scaleY(0) translateY(-10px);
        transform: scaleY(0) translateY(-10px);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }

    100% {
        -webkit-transform: scaleY(1) translateY(0);
        transform: scaleY(1) translateY(0);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }
}

@-webkit-keyframes close-in-2 {
    0% {
        -webkit-transform: scaleX(0) translateX(-10px);
        transform: scaleX(0) translateX(-10px);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }

    100% {
        -webkit-transform: scaleX(1) translateX(0);
        transform: scaleX(1) translateX(0);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }
}

@keyframes close-in-2 {
    0% {
        -webkit-transform: scaleX(0) translateX(-10px);
        transform: scaleX(0) translateX(-10px);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }

    100% {
        -webkit-transform: scaleX(1) translateX(0);
        transform: scaleX(1) translateX(0);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }
}

@-webkit-keyframes close-out-1 {
    0% {
        -webkit-transform: scaleY(1) translateY(0);
        transform: scaleY(1) translateY(0);
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
    }

    100% {
        -webkit-transform: scaleY(0) translateY(10px);
        transform: scaleY(0) translateY(10px);
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
    }
}

@keyframes close-out-1 {
    0% {
        -webkit-transform: scaleY(1) translateY(0);
        transform: scaleY(1) translateY(0);
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
    }

    100% {
        -webkit-transform: scaleY(0) translateY(10px);
        transform: scaleY(0) translateY(10px);
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
    }
}

@-webkit-keyframes close-out-2 {
    0% {
        -webkit-transform: scaleX(1) translateX(0);
        transform: scaleX(1) translateX(0);
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
    }

    100% {
        -webkit-transform: scaleX(0) translateX(10px);
        transform: scaleX(0) translateX(10px);
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
    }
}

@keyframes close-out-2 {
    0% {
        -webkit-transform: scaleX(1) translateX(0);
        transform: scaleX(1) translateX(0);
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
    }

    100% {
        -webkit-transform: scaleX(0) translateX(10px);
        transform: scaleX(0) translateX(10px);
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
    }
}

.index .prev_btn,
.index .next_btn {
    width: 54px;
    height: 54px;
    background: no-repeat center;
    cursor: pointer;
    top: 50%;
    margin-top: -27px;
    position: absolute;
    z-index: 110;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.index .prev_btn {
    background-image: url(/images/prev.png);
    left: 55px;
}

.index .next_btn {
    background-image: url(/images/next.png);
    right: 80px;
}

.index .prev_btn:hover {
    background-image: url(/images/prev_on.png);
}

.index .next_btn:hover {
    background-image: url(/images/next_on.png);
}

.fp-viewing-0 .pin4,
.fp-viewing-0 .pin3,
.fp-viewing-0 .pin2 {
    pointer-events: none;
}

body {
    min-height: 100vh;
}

.fp-viewing-0.start .header .logo,
.header .logo {
    background: url(/images/logo.png);
}

.fp-viewing-0.start .header .R .nav li,
.header .R .nav li {
    color: #616161;
}

.fp-viewing-0.start .broadside,
.broadside {
    background: #e6e6e6;
}

.fp-viewing-0 .header .logo {
    background: url(/images/logo_2.png);
}

.fp-viewing-0 .header .R .nav li {
    color: #fff;
}


.fp-viewing-0 .broadside {
    background: #fff;
}

/* Ã¥â€ â€¦Ã©Â¡Â? */
/* #centent {
  margin-right: 80px;
} */

.pageBanner {
    height: 570px;
    position: relative;
    z-index: 810;
}


.pageBanner .bgImg {
    height: 100%;
    background-position: center top;
    background-repeat: no-repeat;
}

.pageBanner .w1200 {
    position: relative;
    z-index: 100;
}

.pageBanner .bgWrap {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 20;
    overflow: hidden;
}

.pageBanner .bg {
    width: 100%;
    height: 100%;
    animation: pageBanBg 8s forwards;
}

@keyframes pageBanBg {
    0% {
        transform: scale(1.13);
    }

    100% {
        transform: scale(1);
    }
}

.pageBanner .citNav {
    height: 60px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 50;
}

.pageBanner .citNav .w1200 {
    display: table;
}

.pageBanner .citNav i {
    display: table-cell;
    width: 1200px;
    height: 0;
    border-top: 2px solid #fff;
    opacity: 0.45;
    filter: alpha(opacity=45);
}

.pageBanner .citNav .ty {
    display: table-cell;
    /* display: inline-block; */
}

.pageBanner .citNav .ty p {
    padding-right: 30px;
    margin-top: -10px;
    font-size: 24px;
    line-height: 1;
    color: #fff;
    white-space: nowrap;
}

.pageBanner .citNav .cy {
    display: table-cell;
    position: relative;
    /* display: inline-block; */
    cursor: default;
}

.pageBanner .citNav .cy p {
    margin-top: -14px;
    font-size: 15px;
    line-height: 1;
    /* padding-right: 20px;
  background: url(/images/citNav-ic.png) no-repeat right center; */
    padding-left: 25px;
    color: #fff;
    white-space: nowrap;
    position: relative;
    top: -3px;
    float: left;
}

.pageBanner .citNav .cy:hover .posUl {
    display: block;
}

.pageBanner .posUl {
    display: none;
    width: 220px;
    animation-duration: 0.6s;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    padding-top: 24px;
}

.pageBanner .posUl .ul {

    border-radius: 16px;
    background-color: #fff;
    padding: 10px 30px 30px;
    overflow: hidden;
    box-shadow: 0 0 40px 8px rgba(0, 86, 193, 0.15);
}

.pageBanner .posUl .ul::before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    border: 12px solid transparent;
    border-bottom-color: #fff;
    position: absolute;
}

.pageBanner .posUl .ul a {
    display: block;
    padding: 20px 0;
    border-bottom: 1px solid #e3e3e3;
    color: #808080;
    line-height: 1;
    transition: all 0.3s;
    position: relative;
    cursor: pointer;
    transition-timing-function: ease-in-out;
}

.pageBanner .posUl .ul a::after {
    margin-bottom: -1px;
    border-color: #0056c1;
}

/* .pageBanner .posUl .ul a:hover {
  color: #0056c1;
} */
.pageBanner .posUl .ul a.on {
    color: #0056c1;
}

.pageBanner .posUl .ul a.on::after {
    width: 100%;
}

.pageBanner .citNav .cy p .ic {
    display: inline-block;
    vertical-align: middle;
    padding-left: 7px;
}

.pageBanner h1 span {
    opacity: 0;
    opacity: 1\9\0;
    animation: banFadeIn 1s .2s forwards;
}

@keyframes banFadeIn {
    0% {
        color: #FFF;
        opacity: 0;
    }

    40% {
        color: #FFF;
    }

    100% {
        color: inherit;
        opacity: 1;
    }
}

.pageBanner h1 span:nth-child(2n+1) {
    animation-delay: .6s;
}

.pageBanner h1 span:nth-child(4n+1) {
    animation-delay: .3s;
}

.pageBanner h1 span:nth-child(5n+1) {
    animation-delay: .4s;
}

.pageBanner h2 span {
    display: inline-block;
    overflow: hidden;
    opacity: 0;
    opacity: 1\9\0;
    animation: banFadeIn 1s .2s forwards;
    min-height: 22px;
    min-width: 12px;
}


.pageBanner h2 span i {
    display: inline-block;
    opacity: 0;
    opacity: 1\9\0;
    animation: fadeInUp 1s .2s forwards;
}

.pageBanner h2 span:nth-child(2n+1) {
    animation-delay: .4s;
}

.pageBanner h2 span:nth-child(3n+1) {
    animation-delay: .5s;
}

.pageBanner h2 span:nth-child(4n+1) {
    animation-delay: .6s;
}

.pageBanner h3 span {
    display: inline-block;
    overflow: hidden;
    opacity: 0;
    opacity: 1\9\0;
    min-width: 14px;
    animation: banFadeIn 1s .2s forwards;
}


.pageBanner h3 span i {
    display: inline-block;
    opacity: 0;
    opacity: 1\9\0;
    animation: fadeInUp 1s .2s forwards;
}

.pageBanner h3 span:nth-child(2n+1) {
    animation-delay: .2s;
}

.pageBanner h3 span:nth-child(3n+1) {
    animation-delay: .5s;
}

.pageBanner h3 span:nth-child(4n+1) {
    animation-delay: .7s;
}

.cTit {
    margin-bottom: 32px;
    animation: none !important;
}

.cTit h3 {
    color: #97b1bc;
    font-size: 24px;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 5px;
    /* font-family: MyriadPro; */
    font-family: Rajdhani;
}

.cTit h2 {
    color: #4c4c4c;
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 10px;
}

/* one */

.one .pageBanner .bgImg .cot {
    padding-top: 200px;
}

.one .pageBanner .bgImg .cot h1 {
    color: #ffdd00;
    font-size: 40px;
    line-height: 1.3;
    margin-bottom: 6px;
}


.one .pageBanner .bgImg .cot h2 {
    color: #ffffff;
    font-size: 40px;
    line-height: 1.3;
}

.one .cCont1 {
    padding: 90px 0 80px;
}

.one .cCont1 .dlBox {
    overflow: hidden;
    width: 1230px;
}

.one .cCont1 .dlBox dl {
    float: left;
    width: 585px;
    height: 200px;
    margin-right: 30px;
    background-color: #f4f6f7;
}

.one .cCont1 .dlBox dl dt {
    float: left;
    width: 147px;
    height: 100%;
    background-color: #0057c0;
}

.one .cCont1 .dlBox dl dt {
    float: left;
    padding-top: 54px;
    text-align: center;
}

.one .cCont1 .dlBox dl dt img {
    display: inline-block;
}

.one .cCont1 .dlBox dl dd {
    float: left;
    width: 438px;
    padding: 27px 40px 0;
}

.one .cCont1 .dlBox h4 {
    color: #4c4c4c;
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 15px;
}

.one .cCont1 .dlBox p {
    color: #808080;
}

.one .cCont2 {
    height: 758px;
    padding: 75px 0 90px;
    background-color: #f0f0f0;
    background: url(/images/one/one-cont2-bg.jpg) no-repeat center top;
}

.one .cCont2 .lxCard {
    width: 1068px;
    height: 583px;
    background: url(/images/one/one1-cont2-lx.png) no-repeat 0 0;
    margin: auto;
    position: relative;
    color: #657a8e;
}

.one .cCont2 .lxCard p {
    color: #657a8e;
    font-size: 18px;
}

.one .cCont2 .lxCard em {
    text-align: center;
    position: absolute;
    left: 20px;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    margin: auto;
}

.one .cCont2 .lxCard .dr {
    height: 80px;
    position: absolute;
    /* background-color: rgba(0, 0, 0, 0.4); */
}

.one .cCont2 .lxCard .dt {
    height: 102px;
    position: absolute;
    /* background-color: rgba(0, 0, 0, 0.4); */
}

.one .cCont2 .lxCard .dd {
    height: 66px;
    position: absolute;
    font-size: 18px;
    /* background-color: rgba(0, 0, 0, 0.4); */
}

.one .cCont2 .lxCard h5 {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 4px;
}

.one .cCont2 .lxCard h6 {
    font-size: 16px;
    line-height: 1.2;
}

.one .cCont2 .lxCard .pr1 {
    left: 424px;
    top: 0;
    width: 220px;
}

.one .cCont2 .lxCard .pr2 {
    left: 194px;
    top: 132px;
    width: 170px;
}

.one .cCont2 .lxCard .pr3 {
    left: 394px;
    top: 114px;
    width: 282px;
}

.one .cCont2 .lxCard .pr4 {
    left: 704px;
    top: 131px;
    width: 170px;
}

.one .cCont2 .lxCard .pr5 {
    left: 0px;
    top: 256px;
    width: 83px;
}

.one .cCont2 .lxCard .pr6 {
    left: 425px;
    top: 264px;
    width: 220px;
}

.one .cCont2 .lxCard .pr7 {
    right: 0px;
    top: 256px;
    width: 83px;
}

.one .cCont2 .lxCard .pr8 {
    left: 214px;
    top: 376px;
    width: 281px;
}

.one .cCont2 .lxCard .pr9 {
    left: 574px;
    top: 376px;
    width: 281px;
}

.one .cCont2 .lxCard .pr10 {
    left: 95px;
    top: 517px;
    width: 161px;
}

.one .cCont2 .lxCard .pr11 {
    left: 454px;
    top: 517px;
    width: 161px;
}

.one .cCont2 .lxCard .pr12 {
    left: 814px;
    top: 517px;
    width: 161px;
}


.one .cCont3 {
    height: 272px;
    background: url(/images/one/one1-cont3-bg.jpg) no-repeat center top;
    margin-top: 10px;
    padding-top: 80px;
}

.one .cCont3 .lv {
    float: left;
}

.one .cCont3 .rCont {
    float: right;
    margin-top: -10px;
}

.one .cCont3 .rCont p {
    color: #FFF;
    text-align: right;
    line-height: 30px;
    opacity: .7;
    filter: alpha(opacity=70);
}

/* one2 */
.one2 .pageBanner .bgImg .cot {
    float: right;
    padding-top: 220px;
}

.one2 .pageBanner .bgImg .cot h1 {
    color: #ffffff;
    font-size: 42px;
    line-height: 1;
    margin-bottom: 10px;
    font-weight: 400;
}

.one2 .pageBanner .bgImg .cot h2 {
    color: #6d4c43;
    font-size: 29px;
    line-height: 26px;
    font-family: MyriadPro;
    text-transform: uppercase;
    margin-top: 14px;
    letter-spacing: -2px;
}

.one2 .cCont1 {
    padding: 90px 0 78px;
    background: url(/images/one/one2-cont1-bg.jpg) repeat-x left bottom;
}

.one2 .cCont1 .top {
    margin-bottom: 95px;
}

.one2 .cCont1 .top h4 {
    color: #0057c0;
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 16px;
}

.one2 .cCont1 .top p {
    color: #808080;
}

.one2 .cCont1 .bom .card {
    width: 436px;
    min-height: 378px;
    background: url(/images/one/one2-cont1-card.png) no-repeat 0 0;
    margin: auto;
    position: relative;
}

.one2 .cCont1 .bom .card h4 {
    color: #808080;
    font-size: 18px;
    line-height: 1.3;
    position: absolute;
    left: 0;
    right: 0;
    top: -50px;
    text-align: center;
}

.one2 .cCont1 .bom .card em {
    color: #68798f;
    font-size: 18px;
}

.one2 .cCont1 .bom .card .i1 {
    position: absolute;
    left: 146px;
    top: 146px;
}

.one2 .cCont1 .bom .card .i2 {
    position: absolute;
    left: 256px;
    top: 146px;
}

.one2 .cCont1 .bom .card .i3 {
    position: absolute;
    left: 200px;
    top: 243px;
}

.one2 .cCont1 .bom .card dl {
    width: 384px;
    padding-top: 55px;
    border-top: 1px solid #e0e0e0;
    position: absolute;
    top: 121px;
}

.one2 .cCont1 .bom .card dt {
    width: 81px;
    height: 81px;
    position: absolute;
    top: 26px;
    text-align: center;
    line-height: 81px;
    color: #ffffff;
}

.one2 .cCont1 .bom .card .le dt {
    left: 396px;
}

.one2 .cCont1 .bom .card .ri dt {
    right: 394px;
}

.one2 .cCont1 .bom .card .le {
    right: 100%;
}

.one2 .cCont1 .bom .card .ri {
    left: 100%;
    text-align: right;
}

.one2 .cCont1 .bom .card .ri p {
    text-align: right;
}

.one2 .cCont1 .bom .card p {
    color: #808080;
}

.one2 .cCont1 .bom .card h5 {
    color: #0057c0;
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 18px;
}

.one2 .cCont1 .bom .card h6 {
    color: #808080;
    font-size: 16px;
    padding-top: 410px;
    text-align: center;
}

.one2 .cCont2 {
    height: 272px;
    margin-top: 10px;
    background: url(/images/one/one2-cont2-bg.jpg) no-repeat center top;
}

.one2 .cCont2 .lo {
    float: left;
    padding-top: 86px;
}

.one2 .cCont2 .dw {
    float: right;
    padding-top: 50px;
}

.one2 .cCont2 .dw .dt {
    float: left;
    width: 130px;
    margin-left: 30px;
    position: relative;
}

.one2 .cCont2 .dw .iw {
    /* display: none; */
    width: 130px;
    height: 130px;
    background-color: #fff;
    padding: 15px;
    margin-bottom: 10px;
    /* position: absolute; */
    /* left: 68px; */
    /* top: -150px; */
    animation: fadeIn 0.3s ease-in-out forwards;
}

.one2 .cCont2 .dw .dt:hover .iw {
    display: block;
}

.one2 .cCont2 .dw .iw::after {
    content: "";
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-top-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin: auto;
    display: none;
}

.one2 .cCont2 .dw .iw img {
    width: 100%;
}

.one2 .cCont2 .dw p {
    /* height: 60px; */
    /* border-radius: 2000px; */
    /* border: 2px solid #fadcc2; */
    /* padding-left: 66px; */
    /* line-height: 56px; */
    color: #ffffff;
    text-align: center;
    overflow: hidden;
    font-size: 16px;
    font-family: MyriadPro;
}

.one3 .pageBanner .bgImg .cot {
    float: right;
    padding-top: 220px;
}

.one3 .pageBanner .bgImg .cot h1 {
    color: #ffffff;
    font-size: 42px;
    line-height: 1;
    margin-bottom: 10px;
    font-weight: 400;
}

.one2 .cCont2 .dw .dt1 p {
    /* background: url(/images/one/one2-cont2-d1.png) no-repeat -2px -2px; */
}

.one2 .cCont2 .dw .dt2 p {
    /* background: url(/images/one/one2-cont2-d2.png) no-repeat -2px -2px; */
}

.one3 .cCont1 {
    padding: 90px 0 70px;
}

.one3 .cCont1 .Le {
    float: left;
    width: 600px;
}

.one3 .cCont1 .Le h4 {
    color: #01a648;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 6px;
}

.one3 .cCont1 .Le p {
    color: #808080;
}

.one3 .cCont1 .Le .img {
    margin-top: 30px;
}

.one3 .cCont1 .Ri {
    float: right;
    width: 520px;
}

.one3 .cCont1 .Ri .card {
    padding-top: 425px;
    position: relative;
}

.one3 .cCont1 .Ri .card {
    background: url(/images/one/one3-cont1-ri-1.jpg) no-repeat 0 0;
}

.one3 .cCont1 .Ri .card .it {
    width: 272px;
    position: absolute;
    left: 0;
    top: 216px;
    text-align: center;
}

.one3 .cCont1 .Ri .card .it h4 {
    color: #01a648;
    font-size: 30px;
    line-height: 1;
    margin-bottom: 2px;
}

.one3 .cCont1 .Ri .card .it p {
    color: #808080;
    font-size: 16px;
    text-align: center;
}

.one3 .cCont1 .Ri .card ol li {
    position: absolute;
    font-size: 22px;
    line-height: 26px;
    color: #ffffff;
}

.one3 .cCont1 .Ri .card ol .i1 {
    left: 244px;
    top: 48px;
}

.one3 .cCont1 .Ri .card ol .i2 {
    left: 292px;
    top: 174px;
}

.one3 .cCont1 .Ri .card ol .i3 {
    left: 244px;
    top: 290px;
}

.one3 .cCont1 .Ri .card ul h5 {
    color: #808080;
    font-size: 18px;
    line-height: 1.3;
}

.one3 .cCont1 .Ri .card ul p {
    color: #b2b2b2;
    font-size: 16px;
    font-family: MyriadPro;
    text-align: center;
}

.one3 .cCont1 .Ri .card ul li {
    text-align: center;
    position: absolute;
}

.one3 .cCont1 .Ri .card ul .i1 {
    right: 50px;
    top: 47px;
}

.one3 .cCont1 .Ri .card ul .i2 {
    right: 0;
    top: 170px;
}

.one3 .cCont1 .Ri .card ul .i3 {
    right: 17px;
    top: 295px;
}

.one3 .cCont1 .Ri .card::before {
    content: "";
    display: block;
    width: 100%;
    border-top: 1px solid #e0e0e0;
}

.one3 .cCont1 .Ri .card h6 {
    color: #4c4c4c;
    font-size: 16px;
    float: right;
    background-color: #fff;
    padding-left: 25px;
    margin-top: -10px;
}

.one3 .cCont2 {
    background-color: #f2f2f2;
    padding: 80px 0 100px;
}

.one3 .cCont2 .Box {
    width: 1230px;
}

.one3 .cCont2 .Box .item {
    float: left;
    width: 380px;
    /* height: 500px; */
    background-color: #fff;
    margin-right: 30px;
}

.one3 .cCont2 .Box .item .img {
    height: 240px;
    overflow: hidden;
}

/* .one3 .cCont2 .Box .item .img img {
  width: 100%;
} */

.one3 .cCont2 .Box .item .cont {
    padding: 35px 30px 0;
    height: 200px;
    overflow: auto;
}

.one3 .cCont2 .Box .item h4 {
    color: #4c4c4c;
    font-size: 18px;
    margin-bottom: 10px;
}

.one3 .cCont2 .Box .item p {
    color: #808080;
    overflow: auto;
    max-height: 121px;
    padding-right: 30px;
    margin-right: -30px;
}

/* community1 */
.community1 .cot {
    float: right;
    padding-top: 243px;
}

.community1 .cot h1 {
    color: #ffffff;
    font-size: 36px;
    margin-bottom: 5px;
}

.community1 .cot h2 {
    color: #ffffff;
    font-size: 22px;
    margin-bottom: 20px;
}

.community1 .cot h3 {
    color: #ffffff;
    font-size: 22px;
}

.community1 .cCont1 {
    padding: 90px 0 75px;
    text-align: center;
}

.community1 .cCont1 h2 {
    color: #4c4c4c;
    font-size: 36px;
    margin-bottom: 16px;
    font-weight: 300;
}

.community1 .cCont1 h3 {
    color: #808080;
    font-size: 16px;
    margin-bottom: 30px;
}

.community1 .cCont1 p {
    color: #808080;
    text-align: center;
}

.community1 .cCont2 {
    padding: 60px 0 100px;
    background-color: #ecf0f5;
}

.community1 .cCont2 .Top .item {
    height: 460px;
    overflow: hidden;
    background-color: #fff;
}

.community1 .cCont2 .Top .item .le {
    float: left;
    width: 410px;
    height: 460px;
    padding: 60px 40px 0;
}

.community1 .cCont2 .Top .item .ri {
    float: right;
    width: 790px;
    height: 460px;
    overflow: hidden;
}

.community1 .cCont2 .Top .item .ri img {
    width: 790px;
}

.community1 .cCont2 h3 {
    color: #4c4c4c;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 30px;
}

.community1 .cCont2 .Top .le h4 {
    color: #4c4c4c;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 26px;
}

.community1 .cCont2 .Top .le .txt {
    border-top: 1px solid #cedae0;
    padding-top: 26px;
}

.community1 .cCont2 .Top .le p {
    color: #757c80;
    line-height: 26px;
}

.community1 .cCont2 .Top .slideBox {
    position: relative;
}

.community1 .cCont2 .Top .slideBox .hd {
    position: absolute;
    left: 40px;
    bottom: 54px;
    z-index: 30;
}

.community1 .cCont2 .Top .slideBox .hd ul {
    height: 0;
}

.community1 .cCont2 .Top .slideBox .hd li.on {
    background-color: #01a648;
}

.community1 .cCont2 .Top .slideBox .hd li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 10px;
    background-color: #afc4d0;
    cursor: pointer;
}

.community1 .cCont2 .Bom .bd {
    width: 1200px;
    overflow: hidden;
}

.community1 .cCont2 .Bom .bd ul {
    min-width: 1230px;
}

.community1 .cCont2 .Bom .bd li {
    float: left;
    width: 380px;
    height: 325px;
    margin-right: 30px;
}

.community1 .cCont2 .Bom .slideBox {
    position: relative;
}

.community1 .cCont2 .Bom .slideBox .prev,
.community1 .cCont2 .Bom .slideBox .next {
    width: 54px;
    height: 54px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.community1 .cCont2 .Bom .slideBox .prev {
    left: -84px;
    background: #afc4d0 url(../images/btn-prev1.png) no-repeat center;
}

.community1 .cCont2 .Bom .slideBox .next {
    right: -84px;
    background: #afc4d0 url(../images/btn-next1.png) no-repeat center;
}

.community1 .cCont2 .Bom .slideBox .prev:hover,
.community1 .cCont2 .Bom .slideBox .next:hover {
    background-color: #0056c1;
}

.community1 .cCont2 .Bom .item {
    height: 325px;
}

.community1 .cCont2 .Bom .ux-dt {
    text-align: right;
    padding: 60px 0 27px;
}

.community1 .cCont2 .Bom .ux-dt .li {
    display: inline;
    cursor: pointer;
    margin-left: 30px;
    font-size: 16px;
    line-height: 1;
    color: #757c80;
}

.community1 .cCont2 .Bom .ux-dt .li.on {
    color: #0056c1;
}

.community1 .cCont2 .Bom .item {
    background-color: #fff;
}

.community1 .cCont2 .Bom .img {
    height: 222px;
    overflow: hidden;
}

.community1 .cCont2 .Bom .img img {
    width: 380px;
}

.community1 .cCont2 .Bom .cont {
    padding: 24px 30px;
}

.community1 .cCont2 .Bom .cont h4 {
    color: #4c4c4c;
    font-size: 20px;
    margin-bottom: 4px;
}

.community1 .cCont2 .Bom .cont p {
    color: #808080;
    font-size: 18px;
}

.communityC {
    height: 100vh;
    max-height: 100vh;
    background: url(/images/community/communityc-bg.jpg) no-repeat center;
    background-size: cover;
    margin-bottom: -130px;
    padding-top: 1px;
}

.communityC .w1200 {
    height: calc(100% - 260px);
    margin-top: 130px;
}

.communityC .card {
    width: 1242px;
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    top: 50%;
}

.communityC .card .item {
    float: left;
    width: 372px;
    height: 520px;
    margin-right: 42px;
    background-color: #ffffff;
}

.communityC .card .img {
    height: 400px;
    overflow: hidden;
}

.communityC .card .cont {
    padding: 35px 40px 0;
}

.communityC .card .cont h4 {
    color: #4c4c4c;
    font-size: 18px;
    margin-bottom: 4px;
}

.communityC .card .cont p {
    color: #999999;
    font-family: Rajdhani;
    text-transform: uppercase;
}

/* community2 */
.community2 .cot {
    float: right;
    padding-top: 243px;
}

.community2 .cot h1 {
    color: #ffffff;
    font-size: 36px;
    margin-bottom: 5px;
}

.community2 .cot h2 {
    color: #ffffff;
    font-size: 22px;
    margin-bottom: 20px;
}

.community2 .cot h3 {
    color: #ffffff;
    font-size: 22px;
}

.community2 .cCont1 {
    padding: 90px 0 130px;
}

.community2 .cCont1 h3 {
    color: #4c4c4c;
    font-size: 36px;
    line-height: 1;
    margin-bottom: 10px;
    text-align: center;
    font-weight: 300;
}

.community2 .cCont1 h4 {
    color: #808080;
    font-size: 16px;
    text-align: center;
}

.community2 .cCont1 h5 {
    color: #4c4c4c;
    font-size: 24px;
    text-align: center;
    margin-top: 28px;
    margin-bottom: 30px;
}

.community2 .cCont1 .list {
    height: 402px;
    background: url(/images/community/community2-cont2-lix.jpg) no-repeat center top;
    position: relative;
}

.community2 .cCont1 .list .li {
    width: 380px;
    padding-top: 10px;
    position: absolute;
}

.community2 .cCont1 .list .li em {
    font-size: 120px;
    color: #edf1f5;
    font-style: italic;
    font-family: Rajdhani;
    line-height: 80px;
    position: absolute;
    left: 0;
    top: 0;
}

.community2 .cCont1 .list .li.i4 em,
.community2 .cCont1 .list .li.i3 em {
    right: 0;
    left: auto;
}

.community2 .cCont1 .list .li h6 {
    color: #4c4c4c;
    font-size: 18px;
    margin-bottom: 10px;
    position: relative;
    z-index: 10;
}

.community2 .cCont1 .list .li p {
    color: #808080;
    position: relative;
    z-index: 10;
}

.community2 .cCont1 .list .li.i2 p,
.community2 .cCont1 .list .li.i1 p,
.community2 .cCont1 .list .li.i2,
.community2 .cCont1 .list .li.i1 {
    text-align: right;
}

.community2 .cCont1 .list .li.i1 {
    left: 0;
    top: 20px;
}

.community2 .cCont1 .list .li.i2 {
    left: 0;
    top: 353px;
}

.community2 .cCont1 .list .li.i3 {
    right: 0;
    top: 20px;
}

.community2 .cCont1 .list .li.i4 {
    right: 0;
    top: 353px;
}

.community2 .cCont2 {
    height: 566px;
}

.community2 .cCont2 .w1200 {
    height: 100%;
}

.community2 .cCont2 .Le {
    float: left;
    width: 1150px;
    height: 100%;
    overflow: hidden;
    margin-left: -360px;
}

.community2 .cCont2 .Ri {
    float: right;
    width: 770px;
    height: 100%;
    background: url(/images/community/community2-cont2-ri.jpg) no-repeat 0 0;
    margin-right: -360px;
}

.community2 .cCont2 .Ri .cont {
    margin-right: 360px;
    padding: 74px 0 0 40px;

}

.community2 .cCont2 .Ri h3 {
    color: #4c4c4c;
    font-size: 22px;
    margin-bottom: 8px;
}

.community2 .cCont2 .Ri h4 {
    color: #808080;
    font-size: 16px;
    margin-bottom: 35px;
}

.community2 .cCont2 .Ri .list {
    overflow: hidden;
    border: 1px solid #d7dbe0;
}

.community2 .cCont2 .Ri .list::after {
    content: "";
}

.community2 .cCont2 .Ri .list .li {
    float: left;
    width: 50%;
    height: 140px;
    padding: 35px 25px 0 40px;
}

.community2 .cCont2 .Ri .list .li.i1 {
    border-right: 1px solid #d7dbe0;
}

.community2 .cCont2 .Ri .list .li.i3 {
    width: 100%;
    border-top: 1px solid #d7dbe0;
}

.community2 .cCont2 .Ri .list h5 {
    color: #0057c0;
    font-size: 16px;
    margin-bottom: 10px;
}

.community2 .cCont2 .Ri .list p {
    color: #808080;
    line-height: 1.3;
}

.community2 .cCont3 {
    padding: 80px 0 75px;
}

.community2 .cCont3 .Le {
    float: left;
    width: 740px;
}

.community2 .cCont3 .Le h3 {
    color: #4c4c4c;
    font-size: 22px;
    margin-bottom: 18px;
}

.community2 .cCont3 .Le p {
    color: #808080;
    font-size: 16px;
}

.community2 .cCont3 .Le ul {
    display: inline-block;
    margin: 34px 0;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    overflow: hidden;
}

.community2 .cCont3 .Le ul li {
    float: left;
    width: 140px;
    height: 100px;
    border-left: 1px solid #e0e0e0;
    /* text-align: center; */
    padding: 25px 30px 0 50px;
    margin-left: -1px;
}

.community2 .cCont3 .Le ul h6 {
    color: #0057c0;
    font-size: 14px;

}

.community2 .cCont3 .Le ul p {
    color: #808080;
}

.community2 .cCont3 .Le ul h6 em {
    font-size: 24px;
    font-family: Rajdhani;
    vertical-align: bottom;
    display: inline-block;
    line-height: 23px;
    margin-right: 2px;
}

.community2 .cCont3 .Le table {
    width: 576px;
}

.community2 .cCont3 .Le table td {
    /* display: inline-block; */
    /* max-width: 97px; */
    color: #4c4c4c;
    padding-left: 16px;
    padding-right: 20px;
    position: relative;
    vertical-align: top;
}

.community2 .cCont3 .Le table td::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    background-color: #01a648;
    position: absolute;
    left: 0;
    top: 7px;
}

.community2 .cCont3 .Ri {
    float: right;
    width: 410px;
}

.community2 .cCont3 .Ri .img {
    width: 100%;
    margin-bottom: 10px;
}

.community2 .cCont3 .Ri .img img {
    width: 410px;
}


.community2 .cCont4 {
    padding: 70px 0 100px;
    background-color: #ecf0f5;
}

.community2 .cCont4 .Top .item {
    height: 460px;
    overflow: hidden;
    background-color: #fff;
}

.community2 .cCont4 .Top .item .le {
    float: left;
    width: 410px;
    height: 460px;
    padding: 60px 40px 0;
}

.community2 .cCont4 .Top .item .ri {
    float: right;
    width: 790px;
    height: 460px;
    overflow: hidden;
}

.community2 .cCont4 .Top .item .ri img {
    width: 100%;
}

.community2 .cCont4 h3 {
    color: #4c4c4c;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 30px;
}

.community2 .cCont4 .Top .le h4 {
    color: #4c4c4c;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 26px;
}

.community2 .cCont4 .Top .le .txt {
    border-top: 1px solid #cedae0;
    padding-top: 26px;
}

.community2 .cCont4 .Top .le p {
    color: #757c80;
    line-height: 26px;
}

.community2 .cCont4 .Top .slideBox {
    position: relative;
}

.community2 .cCont4 .Top .slideBox .hd {
    position: absolute;
    left: 40px;
    bottom: 54px;
    z-index: 30;
}

.community2 .cCont4 .Top .slideBox .hd ul {
    height: 0;
}

.community2 .cCont4 .Top .slideBox .hd li.on {
    background-color: #01a648;
}

.community2 .cCont4 .Top .slideBox .hd li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 10px;
    background-color: #afc4d0;
    cursor: pointer;
}

.community2 .cCont4 .Bom .bd {
    width: 1200px;
    overflow: hidden;
}

.community2 .cCont4 .Bom .bd ul {
    min-width: 1230px;
}

.community2 .cCont4 .Bom .bd li {
    float: left;
    width: 380px;
    height: 325px;
    margin-right: 30px;
}

.community2 .cCont4 .Bom .slideBox {
    position: relative;
}

.community2 .cCont4 .Bom .slideBox .prev,
.community2 .cCont4 .Bom .slideBox .next {
    width: 54px;
    height: 54px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.community2 .cCont4 .Bom .slideBox .prev {
    left: -84px;
    background: #afc4d0 url(../images/btn-prev1.png) no-repeat center;
}

.community2 .cCont4 .Bom .slideBox .next {
    right: -84px;
    background: #afc4d0 url(../images/btn-next1.png) no-repeat center;
}

.community2 .cCont4 .Bom .slideBox .prev:hover,
.community2 .cCont4 .Bom .slideBox .next:hover {
    background-color: #0056c1;
}

.community2 .cCont4 .Bom .item {
    height: 325px;
}

.community2 .cCont4 .Bom .ux-dt {
    text-align: right;
    padding: 0 0 27px;
}

.community2 .cCont4 .Bom .ux-dt .li {
    display: inline;
    cursor: pointer;
    margin-left: 30px;
    font-size: 16px;
    line-height: 1;
    color: #757c80;
}

.community2 .cCont4 .Bom .ux-dt .li.on {
    color: #0056c1;
}

.community2 .cCont4 .Bom .item {
    background-color: #fff;
}

.community2 .cCont4 .Bom .img {
    height: 222px;
    overflow: hidden;
}

.community2 .cCont4 .Bom .img img {
    /* width: 100%; */
    width: 380px;
}

.community2 .cCont4 .Bom .cont {
    padding: 24px 30px;
}

.community2 .cCont4 .Bom .cont h4 {
    color: #4c4c4c;
    font-size: 20px;
    margin-bottom: 4px;
}

.community2 .cCont4 .Bom .cont p {
    color: #808080;
    font-size: 18px;
}


/* community3 */
.community3 .cot {
    float: right;
    padding-top: 243px;
}

.community3 .cot h1 {
    color: #ffffff;
    font-size: 36px;
    margin-bottom: 5px;
}

.community3 .cot h2 {
    color: #ffffff;
    font-size: 22px;
    margin-bottom: 20px;
}

.community3 .cot h3 {
    color: #ffffff;
    font-size: 22px;
}

.community3 .cCont1 {
    padding: 90px 0 80px;
    text-align: center;
}

.community3 .cCont1 h3 {
    color: #4c4c4c;
    font-size: 36px;
    margin-bottom: 10px;
    font-weight: 100;
}

.community3 .cCont1 p {
    color: #808080;
    text-align: center;
}

.community3 .cCont1 h4 {
    color: #01a648;
    font-size: 36px;
    font-family: Gilroy-Bold;
    margin-top: 30px;
    margin-bottom: 14px;
    line-height: 28px;
}

.community3 .cCont1 h5 {
    color: #4c4c4c;
    font-size: 14px;
    margin-top: 15px;
}

.community3 .cCont1 .Cont {
    width: 710px;
    margin: auto;
}

.community3 .cCont2 {
    padding: 70px 0 90px;
    background-color: #ecf0f5;
}

.community3 .cCont2 h3 {
    color: #4c4c4c;
    font-size: 24px;
    line-height: 1;
    margin-bottom: -18px;
}

.community3 .cCont2 .Bom .bd {
    width: 1200px;
    overflow: hidden;
}

.community3 .cCont2 .Bom .bd ul {
    min-width: 1230px;
}

.community3 .cCont2 .Bom .bd li {
    float: left;
    width: 380px;
    height: 325px;
    margin-right: 30px;
}

.community3 .cCont2 .Bom .slideBox {
    position: relative;
}

.community3 .cCont2 .Bom .slideBox .prev,
.community3 .cCont2 .Bom .slideBox .next {
    width: 54px;
    height: 54px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.community3 .cCont2 .Bom .slideBox .prev {
    left: -84px;
    background: #afc4d0 url(../images/btn-prev1.png) no-repeat center;
}

.community3 .cCont2 .Bom .slideBox .next {
    right: -84px;
    background: #afc4d0 url(../images/btn-next1.png) no-repeat center;
}

.community3 .cCont2 .Bom .slideBox .prev:hover,
.community3 .cCont2 .Bom .slideBox .next:hover {
    background-color: #0056c1;
}

.community3 .cCont2 .Bom .item {
    height: 325px;
}

.community3 .cCont2 .Bom .ux-dt {
    text-align: right;
    padding: 60px 0 27px;
}

.community3 .cCont2 .Bom .ux-dt .li {
    display: inline;
    cursor: pointer;
    margin-left: 30px;
    font-size: 16px;
    line-height: 1;
    color: #757c80;
}

.community3 .cCont2 .Bom .ux-dt .li.on {
    color: #0056c1;
}

.community3 .cCont2 .Bom .item {
    background-color: #fff;
}

.community3 .cCont2 .Bom .img {
    height: 222px;
    overflow: hidden;
}

.community3 .cCont2 .Bom .img img {
    width: 380px;
}

.community3 .cCont2 .Bom .cont {
    padding: 24px 30px;
}

.community3 .cCont2 .Bom .cont h4 {
    color: #4c4c4c;
    font-size: 20px;
    margin-bottom: 4px;
}

.community3 .cCont2 .Bom .cont p {
    color: #808080;
    font-size: 15px;
}

.community3 .cCont2 .Top {
    margin-top: 30px;
}

.community3 .cCont2 .Top .item {
    height: 460px;
    overflow: hidden;
    background-color: #fff;
}

.community3 .cCont2 .Top .item .le {
    float: left;
    width: 410px;
    height: 460px;
    padding: 60px 40px 0;
}

.community3 .cCont2 .Top .item .ri {
    float: right;
    width: 790px;
    height: 460px;
    overflow: hidden;
}

.community3 .cCont2 .Top .item .ri img {
    /* width: 100%; */
    width: 790px;
}

.community3 .cCont2 h3 {
    color: #4c4c4c;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 30px;
}

.community3 .cCont2 .Top .le h4 {
    color: #4c4c4c;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 26px;
}

.community3 .cCont2 .Top .le h4 em {
    font-size: 18px;
    color: #808080;
}

.community3 .cCont2 .Top .le .txt {
    border-top: 1px solid #cedae0;
    padding-top: 26px;
}

.community3 .cCont2 .Top .le p {
    color: #757c80;
    line-height: 26px;
}

.community3 .cCont2 .Top .slideBox {
    position: relative;
}

.community3 .cCont2 .Top .slideBox .hd {
    position: absolute;
    left: 40px;
    bottom: 54px;
    z-index: 30;
}

.community3 .cCont2 .Top .slideBox .hd ul {
    height: 0;
}

.community3 .cCont2 .Top .slideBox .hd li.on {
    background-color: #01a648;
}

.community3 .cCont2 .Top .slideBox .hd li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 10px;
    background-color: #afc4d0;
    cursor: pointer;
}

/* enterprise1 */
.enterprise1 .pageBanner .cot {
    padding-top: 305px;
    text-align: right;
}

.enterprise1 .pageBanner .cot h1 {
    color: #ffffff;
    font-size: 48px;
    line-height: 32px;
    font-family: Rajdhani;
    text-transform: uppercase;
}

.enterprise1 .cCont1 {
    padding: 90px 0 80px;
}

.enterprise1 .cCont1 h4 {
    color: #0056c1;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 8px;
}

.enterprise1 .cCont1 h5 {
    color: #4c4c4c;
    font-size: 16px;
}

.enterprise1 .cCont1 .lx-dt {
    /* display: table; */
    width: 100%;
    margin-top: 36px;
    margin-bottom: 16px;
    /* border: 1px solid #e0e0e0; */
    /* overflow: hidden; */
}

.enterprise1 .cCont1 .lx-dt::after {
    content: "";
    display: block;
    clear: both;
}

.enterprise1 .cCont1 .lx-dt .li {
    /* display: table-cell; */
    width: 201px;
    float: left;
    height: 140px;
    border: 1px solid #e0e0e0;
    margin-left: -1px;
    padding-top: 88px;
    font-size: 16px;
    text-align: center;
    line-height: 1.1;
    background-repeat: no-repeat;
    background-position: center bottom 62px;
    cursor: pointer;
    background-color: #FFF;
    transition: all .3s;
}

.enterprise1 .cCont1 .lx-dt .li.on {
    background-color: #0057c0;
    color: #ffffff;
    border-color: #0057c0;
}

.enterprise1 .cCont1 .lx-dt .li.i1 {
    /* border-left: 0; */
    background-image: url(/images/enterprise/enterprise1-cont1-lx-i1.png);
}

.enterprise1 .cCont1 .lx-dt .li.i2 {
    background-image: url(/images/enterprise/enterprise1-cont1-lx-i2.png);
}

.enterprise1 .cCont1 .lx-dt .li.i3 {
    background-image: url(/images/enterprise/enterprise1-cont1-lx-i3.png);
}

.enterprise1 .cCont1 .lx-dt .li.i4 {
    background-image: url(/images/enterprise/enterprise1-cont1-lx-i4.png);
}

.enterprise1 .cCont1 .lx-dt .li.i5 {
    background-image: url(/images/enterprise/enterprise1-cont1-lx-i5.png);
}

.enterprise1 .cCont1 .lx-dt .li.i6 {
    background-image: url(/images/enterprise/enterprise1-cont1-lx-i6.png);
}

.enterprise1 .cCont1 .lx-dt .li.i1.on {
    background-image: url(/images/enterprise/enterprise1-cont1-lx-i1-on.png);
}

.enterprise1 .cCont1 .lx-dt .li.i2.on {
    background-image: url(/images/enterprise/enterprise1-cont1-lx-i2-on.png);
}

.enterprise1 .cCont1 .lx-dt .li.i3.on {
    background-image: url(/images/enterprise/enterprise1-cont1-lx-i3-on.png);
}

.enterprise1 .cCont1 .lx-dt .li.i4.on {
    background-image: url(/images/enterprise/enterprise1-cont1-lx-i4-on.png);
}

.enterprise1 .cCont1 .lx-dt .li.i5.on {
    background-image: url(/images/enterprise/enterprise1-cont1-lx-i5-on.png);
}

.enterprise1 .cCont1 .lx-dt .li.i6.on {
    background-image: url(/images/enterprise/enterprise1-cont1-lx-i6-on.png);
}

.enterprise1 .cCont1 .caBox {
    overflow: hidden;
    height: 420px;
    position: relative;
}

.enterprise1 .cCont1 .caBox .Le {
    float: left;
    width: 800px;
    height: 100%;
}

.enterprise1 .cCont1 .caBox .Le img {
    min-width: 800px;
    width: auto !important;
    height: 420px;
    max-width: none;
}

.enterprise1 .cCont1 .caBox .Ri {
    float: right;
    width: 400px;
    height: 100%;
    background-color: #e6ecf2;
    padding: 40px 40px 0;
}

.enterprise1 .cCont1 .caBox .Ri h3 {
    color: #4c4c4c;
    font-size: 18px;
    margin-bottom: 14px;
}

.enterprise1 .cCont1 .caBox .Ri .txt p {
    color: #808080;
}

.enterprise1 .cCont1 .caBox.ca2 .Le {
    width: 100%;
}

.enterprise1 .cCont1 .caBox.ca2 .Le img {
    width: 100%;
}

.enterprise1 .cCont1 .caBox.ca2 .Ri {
    height: 210px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.enterprise1 .cCont1 .caBox .ul {
    margin-top: 60px;
    overflow: hidden;
}

.enterprise1 .cCont1 .caBox .ul .li {
    float: left;
    width: 50%;
    height: 40px;
    margin-bottom: 38px;
}

.enterprise1 .cCont1 .caBox .ul .li .ic {
    float: left;
    width: 48px;
}

.enterprise1 .cCont1 .caBox .ul .co {
    display: table-cell;
}

.enterprise1 .cCont1 .caBox .ul h6 {
    color: #01a648;
    font-size: 30px;
    height: 20px;
    line-height: 20px;
    margin-bottom: 5px;
    font-family: Rajdhani;
}

.enterprise1 .cCont1 .caBox .ul h6 sub {
    font-size: 14px;
    position: relative;
    top: -6px;
}

.enterprise1 .cCont1 .caBox .ul p {
    color: #4c4c4c;
    line-height: 1.2;

}

.enterprise1 .cCont2 {
    height: 540px;
    overflow: hidden;
}

.enterprise1 .cCont2 .w1200 {
    height: 100%;
}

.enterprise1 .cCont2 .Le {
    float: left;
    width: 960px;
    height: 100%;
    margin-left: -360px;
    padding-top: 50px;
    background: url(/images/enterprise/enterprise1-cont2-le.jpg) right top;
}

.enterprise1 .cCont2 .Le .Cont {
    float: right;
    width: 600px;
    padding-right: 60px;
}

.enterprise1 .cCont2 .Le h3 {
    color: #84898c;
    font-size: 16px;
    line-height: 24px;

}

.enterprise1 .cCont2 .Ri {
    float: right;
    margin-right: -360px;
}

.enterprise1 .cCont2 .formBox {
    margin-right: -20px;
    margin-top: 25px;
}

.enterprise1 .cCont2 .formBox dl {
    float: left;
    width: 260px;
    height: 60px;
    background-color: #FFF;
    position: relative;
    margin: 0 20px 20px 0;

}

.enterprise1 .cCont2 .formBox dt em {
    color: #e40000;
}

.enterprise1 .cCont2 .formBox dt {
    float: left;
    width: 84px;
    height: 100%;
    line-height: 60px;
    padding-left: 20px;
    color: #999999;
}

.enterprise1 .cCont2 .formBox dd {
    display: table-cell;
    width: 180px;
    height: 60px;

}

.enterprise1 .cCont2 .formBox dd input {
    width: 90%;
    height: 100%;
    color: #999999;
}

.enterprise1 .cCont2 .formBox dd textarea {
    display: block;
    width: 500px;
    height: 60px;
    clear: both;
    border: 0;
}

.enterprise1 .cCont2 .formBox dl.txBr {
    width: 540px;
    height: 120px;
    padding: 20px;
}

.enterprise1 .cCont2 .formBox dl.txBr dt {
    height: auto;
    line-height: 1;
    padding-left: 0;
    margin-bottom: 6px;
}

.enterprise1 .cCont2 .formBox::after,
.enterprise1 .cCont2 .formBox dl::after {
    content: "";
    display: block;
    clear: both;
}

.enterprise1 .cCont2 .Le .btn {
    width: 540px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #0056c1;
    color: #FFF;
    font-size: 16px;
    cursor: pointer;
}

/* enterprise2-1 */
.enterprise2-1 .cCont2 .Ri {
    float: right;
    width: 960px;
    margin-right: -360px;
}

.enterprise2-1 .pageBanner .cot {
    padding-top: 305px;
    text-align: right;
}

.enterprise2-1 .pageBanner .cot h1 {
    color: #ffffff;
    font-size: 48px;
    line-height: 32px;
    font-family: Rajdhani;
    text-transform: uppercase;
}

.enterprise2-1 .cCont1 {
    padding: 90px 0 70px;
}

.enterprise2-1 .cCont1 .Le {
    float: left;
    width: 340px;
}

.enterprise2-1 .cCont1 .Le h4 {
    color: #0057c0;
    font-size: 30px;
    line-height: 22px;
    font-family: Rajdhani;
    margin-bottom: 10px;
}

.enterprise2-1 .cCont1 .Le h5 {
    color: #4c4c4c;
    font-size: 18px;
}

.enterprise2-1 .cCont1 .Ri {
    float: right;
    width: 820px;
    margin-top: 60px;
}

.enterprise2-1 .cCont1 .Ri p {
    color: #808080;
    margin-top: 20px;
}

.enterprise2-1 .cCont2 {
    padding: 75px 0;
    background-color: #f2f2f2;
}

.enterprise2-1 .cCont2 h3 {
    color: #4c4c4c;
    font-size: 24px;
    line-height: 1;
    text-align: center;
}

.enterprise2-1 .cCont2 .cardBox {
    height: 452px;
    background: url(/images/enterprise/enterprise2-1-cont2-card.jpg) no-repeat 0 0;
    position: relative;
}

.enterprise2-1 .cCont2 .cardBox .co {
    width: 410px;
    position: absolute;
    left: 0;
    right: 0;
    top: 203px;
    margin: auto;
}

.enterprise2-1 .cCont2 .cardBox .co h4 {
    color: #ffffff;
    font-size: 20px;
    width: 136px;
    text-align: center;
    margin: auto;
}

.enterprise2-1 .cCont2 .cardBox .co h5 {
    color: #ffffff;
    font-size: 36px;
    font-weight: 300;
    line-height: 1.1;
    position: absolute;
    top: 6px;
}

.enterprise2-1 .cCont2 .cardBox .co .l {
    left: 0;
}

.enterprise2-1 .cCont2 .cardBox .co .r {
    right: 0;
}

.enterprise2-1 .cCont2 .cardBox ul.l {
    float: left;
}

.enterprise2-1 .cCont2 .cardBox ul.r {
    float: right;
}

.enterprise2-1 .cCont2 .cardBox ul li {
    width: 150px;
    height: 62px;
    /* background-color: rgba(0, 0, 0, 0.4); */
    margin-bottom: 68px;
    line-height: 62px;
    text-align: center;
    font-size: 16px;
    color: #4c4c4c;
}

.enterprise2-1 .cCont2 h6 {
    color: #808080;
    font-size: 14px;
    text-align: center;
    line-height: 24px;
}

.enterprise2-1 .cCont3 {
    padding: 75px 0 100px;
    background: url(/images/enterprise/enterprise2-1-cont3-bg.jpg) repeat-x left bottom;

}

.enterprise2-1 .cCont3 h3 {
    color: #4c4c4c;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 30px;
}

.enterprise2-1 .cCont3 .bd li {
    float: left;
    width: 380px;
    height: 320px;
    background-color: #FFF;
    margin-right: 30px;
}

.enterprise2-1 .cCont3 .bd li .img {
    height: 240px;
    overflow: hidden;
}

.enterprise2-1 .cCont3 .bd {
    width: 1200px;
    overflow: hidden;
}

.enterprise2-1 .cCont3 .bd ul {
    min-width: 1230px;
    overflow: hidden;
}

.enterprise2-1 .cCont3 .bd li .img img {
    width: 100%;
}

.enterprise2-1 .cCont3 .bd .cont {
    height: 80px;
}

.enterprise2-1 .cCont3 .bd h5 {
    color: #4c4c4c;
    font-size: 18px;
    line-height: 80px;
    padding: 0 30px;
}

/* enterprise2 */
.enterprise2-2 .cCont2 .Ri {
    float: right;
    width: 960px;
    margin-right: -360px;
}

.enterprise2-2 .cCont2 .slideBox {
    position: relative;
}

.enterprise2-2 .pageBanner .cot {
    padding-top: 305px;
    text-align: right;
}

.enterprise2-2 .pageBanner .cot h1 {
    color: #ffffff;
    font-size: 48px;
    line-height: 32px;
    font-family: Rajdhani;
    text-transform: uppercase;
}

.enterprise2-2 .cCont1 {
    padding: 90px 0 80px;
}

.enterprise2-2 .cCont1 .w1200>p {
    color: #808080;
}

.enterprise2-2 .cCont1 .lix {
    margin-top: 35px;
    overflow: hidden;
    width: 1220px;
}

.enterprise2-2 .cCont1 .lix .li {
    float: left;
    width: 285px;
    height: 395px;
    margin-right: 20px;
    background: url(/images/enterprise/enterprise2-2-cont1-ux.jpg) no-repeat 0 0;
    padding: 220px 16px 0;
    position: relative;
    text-align: center;
}

.enterprise2-2 .cCont1 .lix .li h6 {
    color: #494b4c;
    font-size: 18px;
    margin-bottom: 14px;
}

.enterprise2-2 .cCont1 .lix .li p {
    color: #7a7d80;
    text-align: center;
}

.enterprise2-2 .cCont1 .lix .li::before {
    content: "";
    position: absolute;
    width: 80px;
    height: 65px;
    left: 0;
    right: 0;
    top: 93px;
    margin: auto;
}

.enterprise2-2 .cCont1 .lix .li.i1::before {
    background: url(/images/enterprise/enterprise2-2-cont1-ux-ic1.jpg) no-repeat center top;
}

.enterprise2-2 .cCont1 .lix .li.i2::before {
    background: url(/images/enterprise/enterprise2-2-cont1-ux-ic2.jpg) no-repeat center top;
}

.enterprise2-2 .cCont1 .lix .li.i3::before {
    background: url(/images/enterprise/enterprise2-2-cont1-ux-ic3.jpg) no-repeat center top;
}

.enterprise2-2 .cCont1 .lix .li.i4::before {
    background: url(/images/enterprise/enterprise2-2-cont1-ux-ic4.jpg) no-repeat center top;
}

.enterprise2-2 .cCont2 {
    padding-top: 80px;
    height: 502px;
    background: url(/images/enterprise/enterprise2-2-cont2-bg.jpg) no-repeat center top;
}

.enterprise2-2 .cCont2 h3 {
    color: #4c4c4c;
    font-size: 24px;
    margin-bottom: 30px;
    line-height: 1;
}

.enterprise2-2 .cCont2 .slideBox .bd {
    width: 1200px;
    overflow: hidden;
}

.enterprise2-2 .cCont2 .slideBox .bd ul {
    min-width: 1230px;
    overflow: hidden;
}

.enterprise2-2 .cCont2 .slideBox .bd li {
    float: left;
    width: 590px;
    height: 330px;
    margin-right: 20px;
    background-color: #FFF;
}

.enterprise2-2 .cCont2 .slideBox .bd li .dt {
    float: left;
    width: 200px;
    height: 330px;
    padding: 60px 30px 0;
    background-color: #0057c0;
}

.enterprise2-2 .cCont2 .slideBox .dt h5 {
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 30px;
}

.enterprise2-2 .cCont2 .slideBox .dd {
    float: right;
    width: 360px;
    padding-right: 30px;
    padding-top: 50px;
}

.enterprise2-2 .cCont2 .slideBox .dd .tag {
    display: inline-block;
    padding: 0 24px;
    height: 44px;
    line-height: 44px;
    border-radius: 2000px;
    color: #4c4c4c;
    margin-bottom: 14px;
    background-color: #e6e6e6;
}

.enterprise2-2 .cCont2 .slideBox .dd p {
    color: #808080;

}

.enterprise2-2 .cCont2 .slideBox .dd .ul {
    margin-right: -30px;
    overflow: hidden;
}

.enterprise2-2 .cCont2 .slideBox .dd .li {
    float: left;
    width: 50%;
    height: 140px;
    padding-right: 30px;
}

.enterprise2-2 .cCont2 .slideBox .prev,
.enterprise2-2 .cCont2 .slideBox .next {
    width: 54px;
    height: 54px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.enterprise2-2 .cCont2 .slideBox .prev {
    left: -84px;
    background: #afc4d0 url(../images/btn-prev1.png) no-repeat center;
}

.enterprise2-2 .cCont2 .slideBox .next {
    right: -84px;
    background: #afc4d0 url(../images/btn-next1.png) no-repeat center;
}

.enterprise2-2 .cCont2 .slideBox .prev:hover,
.enterprise2-2 .cCont2 .slideBox .next:hover {
    background-color: #0056c1;
}

.enterprise2-2 .cCont3 {
    padding: 75px 0 100px;
}

.enterprise2-2 .cCont3 h3 {
    color: #4c4c4c;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 30px;
}

.enterprise2-2 .cCont3 .bd li {
    float: left;
    width: 380px;
    height: 450px;
    background-color: #FFF;
    margin-right: 30px;
}

.enterprise2-2 .cCont3 .bd li .img {
    height: 225px;
    overflow: hidden;
}

.enterprise2-2 .cCont3 .bd {
    width: 1200px;
    overflow: hidden;
}

.enterprise2-2 .cCont3 .bd ul {
    min-width: 1230px;
    overflow: hidden;
}

.enterprise2-2 .cCont3 .bd li .img img {
    width: 100%;
}

.enterprise2-2 .cCont3 .bd .cont {
    height: 224px;
    border: 1px solid #e0e0e0;
    border-top: 0;
    padding: 28px 30px 0;
}

.enterprise2-2 .cCont3 .bd .cont h5 {
    color: #4c4c4c;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 10px;
}

.enterprise2-2 .cCont3 .bd .cont p {
    color: #808080;
}

.enterprise2-2 .cCont4 {
    height: 530px;
    background: url(/images/enterprise/enterprise2-2-cont4-bg.jpg) no-repeat center top;
}

.enterprise2-2 .cCont4 .Top {
    padding-top: 80px;
    margin-bottom: 60px;
}

.enterprise2-2 .cCont4 .Top::after {
    content: "";
    display: block;
    clear: both;
}

.enterprise2-2 .cCont4 .Top .le {
    float: left;
    width: 435px;
}

.enterprise2-2 .cCont4 .Top h4 {
    color: #ffffff;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 16px;
}

.enterprise2-2 .cCont4 .Top .le {
    float: left;
}

/* .enterprise2-2 .cCont4 .Top .le ul li , */
.enterprise2-2 .cCont4 .Top .le ul li p {
    display: inline-block;
    margin-right: 25px;
    font-size: 30px;
    line-height: 1.1;
    font-family: Rajdhani;
    color: #ffffff;
    opacity: .7;
    filter: alpha(opacity=70);
}

.enterprise2-2 .cCont4 .Top .co {
    float: left;
    width: 500px;
}

/* .enterprise2-2 .cCont4 .Top .co li, */
.enterprise2-2 .cCont4 .Top .co li p {
    color: #ffffff;
    opacity: .7;
    filter: alpha(opacity=70);
    margin-bottom: 4px;
}

.enterprise2-2 .cCont4 .Top .pos {
    float: right;
    width: 120px;
    height: 120px;
    padding: 14px;
    background-color: #ffffff;

}

.enterprise2-2 .cCont4 .Top .pos img {
    width: 100%;
}

.enterprise2-2 .cCont4 .Bom {
    padding-top: 50px;
    border-top: 2px solid #4d78c8;
}

.enterprise2-2 .cCont4 .Bom .vo {
    margin-bottom: 10px;
}

.enterprise2-2 .cCont4 .Bom h5 {
    /* color: #ffffff; */
    color: rgba(255, 255, 255, .7);
    font-size: 45px;
    /* opacity: .7;
  filter: alpha(opacity=70); */
    margin-bottom: 4px;
    line-height: 1;
}

/* enterprise2-3 */
.enterprise2-3 .pageBanner .cot {
    padding-top: 250px;
    text-align: right;
}

.enterprise2-3 .pageBanner .cot h1 {
    color: #ffffff;
    font-size: 36px;
    line-height: 1;
    margin-bottom: 14px;
}

.enterprise2-3 .pageBanner .cot h2 {
    color: #ffffff;
    font-size: 36px;
    line-height: 20px;
    opacity: .6;
    filter: alpha(opacity=60);
    font-family: Rajdhani;
    text-transform: uppercase;
}

.enterprise2-3 .cCont1 {
    padding: 90px 0 60px;
}

.enterprise2-3 .cCont1 .Le {
    float: left;
    width: 360px;
    height: 236px;
    border-bottom: 2px solid #ebebeb;
}

.enterprise2-3 .cCont1 .Le .vo {
    margin-bottom: 16px;
}

.enterprise2-3 .cCont1 .Le h3 {
    color: #4c4c4c;
    font-size: 24px;
    margin-bottom: 4px;
}

.enterprise2-3 .cCont1 .Le h4 {
    color: #808080;
    font-size: 36px;
}

.enterprise2-3 .cCont1 .Ri {
    float: right;
    width: 790px;

}

.enterprise2-3 .cCont1 .Ri .txt {
    margin-bottom: 40px;
}

.enterprise2-3 .cCont1 .Ri .txt p {
    color: #808080;
}

.enterprise2-3 .cCont1 .Ri ul {
    display: table;
    width: 100%;
    /* margin-right: -40px; */
    margin-bottom: 60px;
}

.enterprise2-3 .cCont1 .Ri ul::after {
    content: "";
    display: block;
    clear: both;
}

.enterprise2-3 .cCont1 .Ri ul li {
    display: table-cell;
    /* float: left; */
    /* min-width: 270px; */
    height: 60px;
    /* margin-right: 40px; */
}

.enterprise2-3 .cCont1 .Ri ul .ic {
    float: left;
    margin-right: 14px;
}

.enterprise2-3 .cCont1 .Ri ul .dd {
    display: table-cell;
}

.enterprise2-3 .cCont1 .Ri ul h6 {
    color: #0056c1;
    font-size: 48px;
    line-height: 32px;
    font-family: Rajdhani;
    margin-bottom: 2px;
}

.enterprise2-3 .cCont1 .Ri ul h6 em {
    color: #808080;
    font-size: 14px;
    line-height: 1.1;
}

.enterprise2-3 .cCont1 .Ri ul p {
    color: #808080;
    font-size: 16px;
}

.enterprise2-3 .cCont1 .Ri .btn:hover {
    background-color: #0c8d44;
}

.enterprise2-3 .cCont1 .Ri .btn {
    height: 60px;
    width: 154px;
    padding: 0 30px;
    color: #FFF;
    font-size: 16px;
    line-height: 60px;
    background-color: #00a648;
    border-radius: 2000px;
}

.enterprise2-3 .cCont2 {
    padding-bottom: 80px;
}

.enterprise2-3 .cCont2 h3 {
    color: #4c4c4c;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 30px;
}

.enterprise2-3 .cCont2 .bd {
    width: 1200px;
    overflow: hidden;
}

.enterprise2-3 .cCont2 .bd ul {
    min-width: 1220px;
}

.enterprise2-3 .cCont2 .bd li {
    float: left;
    width: 285px;
    height: 436px;
    margin-right: 20px;

}

.enterprise2-3 .cCont2 .bd .img {
    height: 365px;
    overflow: hidden;
}

.enterprise2-3 .cCont2 .bd .cont {
    height: 70px;
    border: 1px solid #e0e0e0;
    border-top: 0;
}

.enterprise2-3 .cCont2 .bd h4 {
    display: table-cell;
    width: 285px;
    height: 69px;
    vertical-align: middle;
    text-align: center;
    color: #4c4c4c;
    font-size: 16px;
}

.enterprise2-3 .cCont3 {
    height: 642px;
    padding-top: 80px;
    background: url(/images/enterprise/enterprise2-3-ct3-bg.jpg) no-repeat center top;
}

.enterprise2-3 .cCont3 .poxCard {
    margin-right: -10px;
    font-size: 0;
    text-align: center;
}

.enterprise2-3 .cCont3 .poxCard .li {
    display: inline-block;
    font-size: 14px;
    width: 232px;
    height: 268px;
    margin-right: 10px;
    overflow: hidden;
    position: relative;
    cursor: default;
}

.enterprise2-3 .cCont3 .poxCard .li.i6,
.enterprise2-3 .cCont3 .poxCard .li.i7,
.enterprise2-3 .cCont3 .poxCard .li.i8,
.enterprise2-3 .cCont3 .poxCard .li.i9 {
    margin-top: -70px;
}

.enterprise2-3 .cCont3 .poxCard .li.i3 .img::before {
    display: none;
}

.enterprise2-3 .cCont3 .poxCard .li.i3 .tips {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
    top: 100px;
}

.enterprise2-3 .cCont3 .poxCard .li.i3 .tips h4 {
    font-size: 24px;
    line-height: 36px;
}

.enterprise2-3 .cCont3 .poxCard .li .img {
    position: relative;
}

.enterprise2-3 .cCont3 .poxCard .li:hover .img::before {
    opacity: .7;
    filter: alpha(opacity=70);
}

.enterprise2-3 .cCont3 .poxCard .li .img::before {
    content: "";
    width: 100%;
    height: 100%;
    background: url(/images/enterprise/enterprise2-3-ct3-px.png) no-repeat 0 0;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    left: 0;
    top: 0;
    transition: all .3s;
}

.enterprise2-3 .cCont3 .poxCard .li:hover .tips {
    opacity: 1;
    filter: alpha(opacity=100);
}

.enterprise2-3 .cCont3 .poxCard .tips {
    width: 200px;
    text-align: center;
    position: absolute;
    top: 120px;
    left: 50%;
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translateX(-50%);
    z-index: 40;
    transition: all .3s;

}

.enterprise2-3 .cCont3 .poxCard .tips h4 {
    color: #ffffff;
    font-size: 18px;
}

.enterprise2-3 .cCont4 {
    height: 536px;
    padding-top: 80px;
    background: url(/images/enterprise/enterprise2-3-ct4-bg.jpg) no-repeat center top;
}

.enterprise2-3 .cCont4 .Box {
    float: right;
    width: 400px;
    padding: 40px;
    background-color: #FFF;
}

.enterprise2-3 .cCont4 .Box h3 {
    color: #4c4c4c;
    font-size: 36px;
    line-height: 1;
    padding-bottom: 20px;
    margin-bottom: 30px;
    font-weight: 300;
    border-bottom: 1px solid #e0dede;
}

.enterprise2-3 .cCont4 .Box ul li {
    margin-bottom: 20px;
    overflow: hidden;
}

.enterprise2-3 .cCont4 .Box ul .ic {
    float: left;
    margin-right: 14px;
}

.enterprise2-3 .cCont4 .Box ul .dd {
    display: table-cell;

}

.enterprise2-3 .cCont4 .Box ul .dd h5 {
    color: #00a648;
    font-size: 30px;
    line-height: 40px;
    font-family: Rajdhani;

}

.enterprise2-3 .cCont4 .Box ul .dd p {
    color: #808080;
}

.enterprise2-3 .cCont4 .Box ul .dd p em {
    font-family: Rajdhani;
    font-size: 20px;
}

/* enterprise3 */
.enterprise3 .pageBanner .cot {
    padding-top: 305px;
    text-align: right;
}

.enterprise3 .pageBanner .cot h1 {
    color: #ffffff;
    font-size: 48px;
    line-height: 32px;
    font-family: Rajdhani;
    text-transform: uppercase;
}

.enterprise3 .cCont1 {
    padding: 90px 85px;
    background: url(/images/enterprise/enterprise2-3-cont1-bg.jpg) repeat-x left bottom;
}

.enterprise3 .cCont1 .slideBox .bd li {
    width: 1200px;
    overflow: hidden;
}

.enterprise3 .cCont1 .slideBox .voUl {
    float: left;
    width: 1220px;
}

.enterprise3 .cCont1 .slideBox .vo {
    float: left;
    width: 228px;
    height: 118px;
    border: 1px solid #e0e0e0;
    margin: 0 15px 15px 0;
    position: relative;
    background-color: #FFF;
}

.enterprise3 .cCont1 .slideBox .vo img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 90%;
    max-height: 80%;
}

.enterprise3 .cCont1 .slideBox .hd ul {
    text-align: center;
    font-size: 0;
    margin-top: 25px;
}

.enterprise3 .cCont1 .slideBox .hd li {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #c4c4c4;
    margin: 0 6px;
    cursor: pointer;
}

.enterprise3 .cCont1 .slideBox .hd li.on {
    background-color: #01a648;
}

/* investor1 */
.investor1 .pageBanner .cot {
    padding-top: 305px;
    text-align: right;
}

.investor1 .pageBanner .cot h1 {
    color: #ffffff;
    font-size: 48px;
    line-height: 32px;
    font-family: Rajdhani;
    text-transform: uppercase;
}

.investor1 .cCont1 {
    padding: 90px 0 100px;
    background: url(/images/investor/investor1-cont1-bg.jpg) repeat-x left bottom;
}

.investor1 .cCont1 .Le {
    float: left;
    width: 760px;

}

.investor1 .cCont1 .Le .ovs-dt {
    overflow: hidden;
    margin-right: -37px;
}

.investor1 .cCont1 .Le .ovs-dt li {
    float: left;
    height: 40px;
    border-bottom: 2px solid transparent;
    margin-right: 37px;
    line-height: 1;
    color: #808080;
    font-size: 16px;
    transition: all .3s;
    cursor: pointer;
}

.investor1 .cCont1 .Le .ovs-dt li.on {
    border-bottom-color: #0056c1;
    color: #0056c1;
}

.investor1 .cCont1 .Le .yuxBox {
    overflow: hidden;
}

.investor1 .cCont1 .Le .yuxBox dl {
    padding: 30px 0;
    overflow: hidden;
    position: relative;
    border-top: 2px dashed #e6e6e6;
    margin-top: -2px;
    cursor: default;
    opacity: 0;
    opacity: 1\9\0;
    animation: fadeIn .8s forwards;
}

.investor1 .cCont1 .Le .yuxBox dl:hover .btn {
    display: block;
}

.investor1 .cCont1 .Le .yuxBox dl .btn {
    display: none;
    width: 39px;
    height: 51px;
    background: url(/images/pdf-down.png) no-repeat 0 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    animation: fadeIn .6s forwards;
    cursor: pointer;
}

.investor1 .cCont1 .Le .yuxBox dl dt {
    float: left;
    width: 100px;
    color: #b2b2b2;
    font-size: 20px;
    line-height: 28px;
    font-family: Rajdhani;
}

.investor1 .cCont1 .Le .yuxBox dl dd {
    float: right;
    width: 650px;
    padding-right: 90px;
}

.investor1 .cCont1 .Le .yuxBox dl dd p {
    color: #4c4c4c;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.cMore1 {
    height: 56px;
    line-height: 56px;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    font-family: Rajdhani;
    border-radius: 2000px;
    background-color: #00a648;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 15px;
    transition: all .3s;
}

.cMore1:hover {
    background-color: #0c8d44;
}

.investor1 .cCont1 .cuBox {
    padding-top: 30px;
    margin-right: -20px;
}

.investor1 .cCont1 .cuBox .li {
    float: left;
    width: 240px;
    height: 430px;
    margin-bottom: 20px;
    margin-right: 20px;
    opacity: 0;
    opacity: 1\9\0;
    animation: fadeInLeft20 1s forwards;
}

.investor1 .cCont1 .cuBox .li:nth-child(3n+1) {
    animation-delay: .2s;
}

.investor1 .cCont1 .cuBox .li:nth-child(3n+2) {
    animation-delay: .3s;
}

.investor1 .cCont1 .cuBox .li:nth-child(3n+3) {
    animation-delay: .4s;
}

.investor1 .cCont1 .cuBox .img {
    height: 360px;
    border: 5px solid #FFF;
    overflow: hidden;
    box-shadow: 0 0 40px 0px #cad9e3;
    margin-bottom: 20px;
}

.investor1 .cCont1 .cuBox .img img {
    width: 100%;
}

.investor1 .cCont1 .cuBox h5 {
    color: #4c4c4c;
    font-size: 16px;
    text-align: center;
}

.investor1 .cCont1 .Ri {
    float: right;
    width: 380px;
}

/* investor2 */
.investor2 .pageBanner .cot {
    padding-top: 305px;
    text-align: right;
}

.investor2 .pageBanner .cot h1 {
    color: #ffffff;
    font-size: 48px;
    line-height: 32px;
    font-family: Rajdhani;
    text-transform: uppercase;
}

.investor2 .pageBanner .cot {
    padding-top: 305px;
    text-align: right;
}

.investor2 .pageBanner .cot h1 {
    color: #ffffff;
    font-size: 48px;
    line-height: 32px;
    font-family: Rajdhani;
    text-transform: uppercase;
}

.investor2 .cCont1 {
    padding: 90px 0 100px;
    background: url(/images/investor/investor1-cont1-bg.jpg) repeat-x left bottom;
}

.investor2 .cCont1 .fuxTable {
    /* overflow: hidden; */
    display: table;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    position: relative;
}

.investor2 .cCont1 .fuxTable .box {
    display: table-cell;
    width: 400px;
    border: 1px solid #e0e0e0;
    border-top: 0;
}

.investor2 .cCont1 .fuxTable .box .dt {
    height: 70px;
    background-color: #2878db;
    padding-left: 40px;
    line-height: 70px;
    font-size: 18px;
    color: #ffffff;
    position: relative;
}

.investor2 .cCont1 .fuxTable::before {
    content: "";
    position: absolute;
    right: -1px;
    top: 0;
    width: 0;
    height: 70px;
    border-left: 2px solid #2878db;
}

.investor2 .cCont1 .fuxTable .box .dt::before {
    content: "";
    position: absolute;
    left: -1px;
    top: 0;
    bottom: 0;
    width: 0;
    border-left: 2px solid #2878db;
}

.investor2 .cCont1 .fuxTable .box.even .dt::before {
    border-color: #0056c1;
}

.investor2 .cCont1 .fuxTable .box.even .dt {
    background-color: #0056c1;
}

.investor2 .cCont1 .fuxTable .box .dd {
    overflow: hidden;
    padding: 40px 10px 40px 30px;
    font-size: 0;
    /* border: 1px solid #e0e0e0; */
}

.investor2 .cCont1 .fuxTable .ul {
    display: inline-block;
    width: 50%;
    padding-right: 20px;
    margin-bottom: 30px;
}

.investor2 .cCont1 .fuxTable .ul h5 {
    color: #0056c1;
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 14px;
}

.investor2 .cCont1 .fuxTable .ul p {
    color: #7a7d80;
    margin-bottom: 5px;
    font-size: 14px;
}

/* investor3 */
.investor3 .pageBanner .cot {
    padding-top: 305px;
    text-align: right;
}

.investor3 .pageBanner .cot h1 {
    color: #ffffff;
    font-size: 48px;
    line-height: 32px;
    font-family: Rajdhani;
    text-transform: uppercase;
}

.investor3 .cCont1 {
    padding: 90px 0 100px;
    background: url(/images/investor/investor1-cont1-bg.jpg) repeat-x left bottom;
}

.investor3 .cCont1 .Le {
    float: left;
    width: 760px;

}

.investor3 .cCont1 .tipsList {
    padding-bottom: 30px;
    border-bottom: 2px solid #e6e6e6;
    margin-bottom: 40px;
    display: table;
    width: 100%;
}

.investor3 .cCont1 .tipsList .li {
    display: table-cell;
}

.investor3 .cCont1 .tipsList h5 {
    color: #4c4c4c;
    font-size: 40px;
    line-height: 28px;
    font-family: Rajdhani;
    margin-bottom: 10px;
}

.investor3 .cCont1 .tipsList p {
    color: #808080;
    font-size: 15px;
    line-height: 1;
}

.investor3 .cCont1 .huxBox::after {
    content: "";
    display: block;
    clear: both;
}

.investor3 .cCont1 .huxBox .li {
    float: left;
    width: 50%;
    height: 64px;
}

.investor3 .cCont1 .huxBox h4 {
    color: #808080;
    font-size: 18px;
    margin-bottom: 18px;
}

.investor3 .cCont1 .huxBox h6 {
    color: #808080;
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 4px;
}

.investor3 .cCont1 .huxBox p {
    color: #4c4c4c;
    font-size: 18px;
    line-height: 14px;
    font-family: Rajdhani;
}

.investor3 .cCont1 .Ri {
    float: right;
    width: 380px;
}

.inuRiuxBox {
    height: 520px;
    padding: 60px 40px 0;
    background: #f2f2f2 url(../images/investor/investor1-cont1-ri-ux-bg.jpg) no-repeat left bottom;
}

.inuRiuxBox .nub {
    height: 100px;
    border-bottom: 2px solid #d9d9d9;
    margin-bottom: 25px;
}

.inuRiuxBox .nub em {
    display: inline-block;
    padding-right: 40px;
    line-height: 60px;
    font-size: 100px;
    font-family: Rajdhani;
}

.inuRiuxBox .nub.up {
    color: #e72b2b;
}

.inuRiuxBox .nub.up em {
    background: url(/images/investor/nub-up.png) no-repeat right top;
}

.inuRiuxBox .nub.down {
    color: #00a648;
}

.inuRiuxBox .nub.down em {
    background: url(/images/investor/nub-down.png) no-repeat right top;
}

.inuRiuxBox ul {
    margin-bottom: 45px;
}

.inuRiuxBox ul li {
    margin-bottom: 20px;
}

.inuRiuxBox ul li em {
    display: block;
    color: #e72b2b;
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 2px;
}

.inuRiuxBox ul li p {
    color: #4c4c4c;
    font-size: 16px;
    line-height: 1.3;
}

.inuRiuxBox h6 {
    color: #999999;
    font-size: 14px;
    line-height: 22px;
}

/* investor4 */
.investor4 .pageBanner .cot {
    padding-top: 305px;
    text-align: right;
}

.investor4 .pageBanner .cot h1 {
    color: #ffffff;
    font-size: 48px;
    line-height: 32px;
    font-family: Rajdhani;
    text-transform: uppercase;
}

.investor4 .cCont1 {
    padding: 90px 0 100px;
    background: url(/images/investor/investor1-cont1-bg.jpg) repeat-x left bottom;
}

.investor4 .cCont1 .Le {
    float: left;
    width: 760px;
}

.investor4 .cCont1 .Ri {
    float: right;
    width: 380px;
}

.searChr {
    position: relative;
    z-index: 500;
}

.searChr .drop-down {
    float: left;
    width: 280px;
    height: 68px;
    margin-right: 20px;
    position: relative;

}

.searChr .drop-down ul {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    right: 0;
    z-index: 300;
    max-height: 277px;
    overflow: auto;
    border: 1px solid #ebebeb;
    border-top: 0;
    background-color: #FFF;
}

.searChr .drop-down ul li {
    padding: 10px 20px;
    font-size: 15px;
    line-height: 1.2;
    cursor: pointer;
    color: #686868;
}

.searChr .drop-down ul li.on,
.searChr .drop-down ul li:hover {
    background-color: #ebebeb;
}

.searChr .drop-down .drop-txt {
    height: 100%;
    padding: 0 90px 0 20px;
    line-height: 68px;
    border: 1px solid #ebebeb;
    border-right: 0;
    position: relative;
    /* overflow: hidden; */
    color: #999;
    font-size: 15px;
    cursor: pointer;
}


.searChr .searchLi {
    float: right;
    width: 460px;
    height: 68px;
    border: 1px solid #ebebeb;
    border-right: 0;
}

.searChr .searchLi .seBtn {
    float: right;
    width: 66px;
    height: 68px;
    margin: -1px 0;
    background: #0056c1 url(../images/search-ic.png) no-repeat center;
    cursor: pointer;
}

.searChr .searchLi input {
    width: 390px;
    height: 66px;
    padding: 0 20px;
    font-size: 15px;
    color: #999;
}

.searChr .drop-txt::after {
    content: "";
    display: block;
    width: 68px;
    /* height: 100%; */
    background: #ebebeb url(../images/drop-ic.png) no-repeat center;
    position: absolute;
    right: 0;
    top: -1px;
    bottom: -1px;
}

.investor4 .cCont1 .Le .yuxBox {
    overflow: hidden;
}

.investor4 .cCont1 .Le .yuxBox dl {
    padding: 30px 0;
    overflow: hidden;
    position: relative;
    border-top: 2px dashed #e6e6e6;
    margin-top: -2px;
    cursor: default;
    opacity: 0;
    opacity: 1\9\0;
    animation: fadeIn 1s .2s forwards;
}

.investor4 .cCont1 .Le .yuxBox dl:hover .btn {
    display: block;
}

.investor4 .cCont1 .Le .yuxBox dl .btn {
    display: none;
    width: 39px;
    height: 51px;
    background: url(/images/pdf-down.png) no-repeat 0 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    animation: fadeIn .6s forwards;
    cursor: pointer;
}

.investor4 .cCont1 .Le .yuxBox dl dt {
    float: left;
    width: 100px;
    color: #b2b2b2;
    font-size: 20px;
    line-height: 28px;
    font-family: Rajdhani;
}

.investor4 .cCont1 .Le .yuxBox dl dd {
    float: right;
    width: 650px;
    padding-right: 90px;
}

.investor4 .cCont1 .Le .yuxBox dl dd p {
    color: #4c4c4c;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

/* investor5 */
.investor5 .pageBanner .cot {
    padding-top: 305px;
    text-align: right;
}

.investor5 .pageBanner .cot h1 {
    color: #ffffff;
    font-size: 48px;
    line-height: 32px;
    font-family: Rajdhani;
    text-transform: uppercase;
}

.investor5 .cCont1 {
    padding: 90px 0 100px;
    background: url(/images/investor/investor1-cont1-bg.jpg) repeat-x left bottom;
}

.investor5 .cCont1 .Le {
    float: left;
    width: 760px;
}

.investor5 .cCont1 .Ri {
    float: right;
    width: 380px;
}

.investor5 .formBox {
    margin-right: -20px;
}

.investor5 .formBox .inp {
    float: left;
    width: 240px;
    height: 58px;
    margin: 0 20px 20px 0;
    border: 1px solid #e0e0e0;
    background-color: #f7f7f7;
}

.investor5 .formBox .inp dt {
    float: left;
    padding: 0 10px 0 20px;
    height: 100%;
    line-height: 56px;
    color: #808080;
}

.investor5 .formBox .inp dd {
    display: table-cell;
    height: 56px;
}

.investor5 .formBox .inp input {
    display: block;
    width: 100%;
    height: 100%;
    padding-right: 20px;
    color: #808080;
}

.investor5 .formBox .inp.tat {
    height: auto;
    width: 760px;

}

.investor5 .formBox .inp.tat dd {
    padding: 0 20px 10px;
}

.investor5 .formBox .inp.tat dd textarea {
    border: 0;
    background-color: transparent;
    width: 720px;
    height: 140px;
}

.investor5 .formBox .inp.tat dt {
    float: none;
    height: 44px;
}

.investor5 .cCont1 .Le .btn {
    width: 160px;
    height: 60px;
    background-color: #00a648;
    text-align: center;
    line-height: 60px;
    color: #FFF;
    font-size: 18px;
    cursor: pointer;
    transition: all .3s;
}

.investor5 .cCont1 .Le .btn:hover {
    background-color: #0c8d44;
}

/* .news1 */
.news1 .pageBanner .cot {
    padding-top: 305px;
    text-align: right;
}

.news1 .pageBanner .cot h1 {
    color: #ffffff;
    font-size: 48px;
    line-height: 32px;
    font-family: Rajdhani;
    text-transform: uppercase;
}

.news1 .cCont1 {
    padding: 90px 0 80px;
}

.news1 .cCont1 .tipsBox {
    overflow: hidden;
    height: 444px;
    background-color: #f3f3f3;
}

.news1 .cCont1 .tipsBox .img {
    float: left;
    width: 790px;
    height: 100%;
    overflow: hidden;
}

.news1 .cCont1 .tipsBox .img img {
    width: 100%;
}

.news1 .cCont1 .tipsBox .Cont {
    float: right;
    width: 370px;
    padding-right: 40px;
    padding-top: 54px;
}

.news1 .cCont1 .tipsBox .Cont h5 {
    color: #b2b2b2;
    font-size: 24px;
    font-family: Rajdhani;
    line-height: 16px;
    margin-bottom: 14px;
}

.news1 .cCont1 .tipsBox .Cont h4 {
    color: #4c4c4c;
    font-size: 21px;
    line-height: 26px;
    margin-bottom: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.news1 .cCont1 .tipsBox:hover .Cont h4 {
    color: #0056c1;
}

.news1 .cCont1 .tipsBox .Cont .txt {
    padding-top: 24px;
    border-top: 2px solid #e0e0e0;
}

.news1 .cCont1 .tipsBox .Cont p {
    color: #808080;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.news1 .cCont1 .tipsBox .Cont .more {
    height: 56px;
    line-height: 56px;
    width: 155px;
    padding-left: 40px;
    color: #ffffff;
    font-size: 18px;
    font-family: Rajdhani;
    background-color: #00a648;
    border-radius: 2000px;
    margin-top: 36px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .3s;
}

.news1 .cCont1 .tipsBox .Cont .more:hover {
    background-color: #0c8d44;
}

.news1 .cCont2 {
    background-color: #ebf0f2;
    padding: 80px 0 90px;
}

.news1 .cCont2 .list {
    overflow: hidden;
}

.news1 .cCont2 .list .box {
    float: left;
    width: 400px;
    height: 244px;
    padding: 0 40px;
    border-right: 1px solid #e1e6e8;
    transition-duration: 0s;
    margin-bottom: 40px;
}


.news1 .cCont2 .list .box.bor {
    border-left: 1px solid #e1e6e8;
}

.news1 .cCont2 .list .box h5 {
    color: #b2b2b2;
    font-size: 24px;
    line-height: 15px;
    font-family: Rajdhani;
    margin-bottom: 18px;
}

.news1 .cCont2 .list .box h4 {
    color: #4c4c4c;
    font-size: 18px;
    height: 44px;
    margin-bottom: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    transition: all .3s;
}

.news1 .cCont2 .list .box:hover h4 {
    color: #0056c1;
}

.news1 .cCont2 .list .box p {
    height: 67px;
    margin-bottom: 56px;
    color: #808080;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 24px;
}

.news1 .cCont2 .list .box .btn {
    display: block;
    color: #a3acb0;
    font-size: 20px;
    line-height: 14px;
    font-family: Rajdhani;
    text-transform: uppercase;
}


.cMore2 {
    width: 156px;
    height: 56px;
    line-height: 56px;
    padding-left: 40px;
    /* text-align: center; */
    color: #ffffff;
    font-size: 18px;
    font-family: Rajdhani;
    border-radius: 2000px;
    background-color: #00a648;
    text-transform: uppercase;
    cursor: pointer;
    margin: 15px auto 0;
    transition: all .3s;
}

.cMore2:hover {
    background-color: #0c8d44;
}

/* .news2 */
.news2 .pageBanner .cot {
    padding-top: 305px;
    text-align: right;
}

.news2 .pageBanner .cot h1 {
    color: #ffffff;
    font-size: 48px;
    line-height: 32px;
    font-family: Rajdhani;
    text-transform: uppercase;
}

.news2 .cCont1 {
    padding: 90px 0 80px;
}

.news2 .cCont1 .ovs-dt {
    margin-bottom: 20px;
    overflow: hidden;
}

.news2 .cCont1 .ovs-dt .li {
    float: left;
    color: #808080;
    font-size: 16px;
    line-height: 1;
    margin-right: 40px;
    margin-bottom: 20px;
    cursor: pointer;

}

.news2 .cCont1 .ovs-dt .li.on {
    color: #0056c1;
}

.newsList .item {
    border-bottom: 2px solid #ededed;
    height: 190px;
    margin-bottom: 30px;
    position: relative;
    opacity: 0;
    opacity: 1\9\0;
    animation: fadeInLeft20 1s .2s forwards;
}

.newsList .item::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    bottom: -2px;
    border-bottom: 2px solid #0056c1;
    transition: all .6s ease-in-out;
}

.newsList .item:hover::after {
    width: 100%;
}

.newsList .item:hover {
    transition: all .3s;
    /* border-color: #0056c1; */
}

.newsList .dt {
    float: left;
    width: 110px;
    height: 100%;
    line-height: 20px;
    font-size: 24px;
    color: #b2b2b2;
    letter-spacing: -1px;
    font-family: Rajdhani;
    padding-top: 20px;
}

.newsList .dd {
    float: left;
    width: 700px;
    height: 100%;
    padding-top: 20px;
}

.newsList .dd h4 {
    color: #4c4c4c;
    font-size: 21px;
    margin-bottom: 20px;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    transition: color .3s;
}

.newsList .item:hover .dd h4 {
    color: #0056c1;
}

.newsList .dd p {
    color: #808080;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;

}

.newsList .img {
    float: right;
    width: 340px;
    height: 190px;
    overflow: hidden;
    position: relative;
    z-index: 30;
}

/* .news3 */
.news3 .pageBanner .cot {
    padding-top: 305px;
    text-align: right;
}

.news3 .pageBanner .cot h1 {
    color: #ffffff;
    font-size: 48px;
    line-height: 32px;
    font-family: Rajdhani;
    text-transform: uppercase;
}

.news3 .cCont1 {
    padding: 90px 0 80px;
}

.mediaBox {
    margin-right: -30px;
}

.mediaBox .box {
    float: left;
    width: 380px;
    height: 420px;
    margin-right: 30px;
    margin-bottom: 30px;
    padding: 40px 30px 0;
    border: 1px solid #e8e8e8;
    background-color: #FFF;
    transition: all .3s;
    opacity: 0;
    opacity: 1\9\0;
    animation: fadeInLeft20 1s forwards;
}

.mediaBox .box:nth-child(3n+1) {
    animation-delay: .2s;
}

.mediaBox .box:nth-child(3n+2) {
    animation-delay: .3s;
}

.mediaBox .box:nth-child(3n+3) {
    animation-delay: .4s;
}

.mediaBox .box:hover {
    box-shadow: 0 0 35px 4px #dadfe3;
}

.mediaBox .box h5 {
    color: #b2b2b2;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 10px;
    transform: Rajdhani;
}

.mediaBox .box h4 {
    color: #4c4c4c;
    font-size: 19px;
    line-height: 26px;
    height: 49px;
    margin-bottom: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.mediaBox .box .img {
    height: 196px;
    overflow: hidden;
    margin-bottom: 30px;
}

.mediaBox .box .img img {
    width: 100%;
}

.mediaBox .box .btn {
    color: #00a648;
    font-size: 18px;
    text-transform: uppercase;
    font-family: Rajdhani;
    line-height: 13px;
}

/* .news4 */
.news4 .pageBanner .cot {
    padding-top: 305px;
    text-align: right;
}

.news4 .pageBanner .cot h1 {
    color: #ffffff;
    font-size: 48px;
    line-height: 32px;
    font-family: Rajdhani;
    text-transform: uppercase;
}

.news4 .cCont1 {
    padding: 90px 0 80px;
    background: url(/images/news/news4-cont1-bg.jpg) repeat-x left bottom;
}

.mediaVideo .topVi {
    width: 1200px;
    height: 444px;
    position: relative;
}

.mediaVideo .topVi .item {
    width: 1200px;
    height: 444px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
}

.mediaVideo .topVi .img {
    float: left;
    width: 820px;
    height: 100%;
}

.mediaVideo .topVi .img img {
    width: 820px;
}

.mediaVideo .topVi .Cont {
    float: right;
    width: 380px;
    height: 100%;
    background-color: #0056c1;
    padding: 60px 50px 0;
}

.mediaVideo .topVi .Cont .top {
    height: 222px;
    border-bottom: 2px solid #0056c1;
    margin-bottom: 50px;
}

.mediaVideo .topVi .Cont h5 {
    color: #FFF;
    opacity: .5;
    filter: alpha(opacity=50);
    font-size: 24px;
    margin-bottom: 14px;
    font-family: Rajdhani;
}

.mediaVideo .topVi .Cont h4 {
    color: #ffffff;
    font-size: 36px;
    line-height: 44px;
    font-weight: 300;
}

.playBtn {
    width: 60px;
    height: 60px;
    background: url(/images/paly-btn.png) no-repeat 0 0;
    cursor: pointer;
    transition: all .2s;
}

.playBtn:hover {
    transform: scale(.92);
}

.mediaVideo .bomVi {
    overflow: hidden;
    margin: -15px -15px -20px -15px;
    padding: 15px 15px 20px 15px;
}

.mediaVideo .bomVi .slideBox {
    margin-top: 20px;
    width: 1200px;
}

.mediaVideo .bomVi .bd {
    /* overflow: hidden; */
    user-select: none;
}

.mediaVideo .bomVi .bd ul::after {
    content: "";
    display: block;
    clear: both;
}

.mediaVideo .bomVi .bd ul,
.mediaVideo .bomVi .bd .tempWrap {
    overflow: visible !important;
}

.mediaVideo .bomVi .bd .tempWrap {
    width: 1200px;
}

.mediaVideo .bomVi .bd ul {
    min-width: 1230px;
}

.mediaVideo .bomVi .bd li {
    float: left;
    width: 224px;
    height: 126px;
    overflow: hidden;
    margin-right: 20px;
    cursor: pointer;
    position: relative;
    transition: all .3s;
}

.mediaVideo .bomVi .bd li img {
    width: 100%;
}

.mediaVideo .bomVi .bd li::before {
    content: "";
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 3px solid #0056c1;
    z-index: 10;
    transition: all .3s;
}

.mediaVideo .bomVi .bd li.on::before {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mediaVideo .bomVi .bd li.on {
    box-shadow: 0 2px 14px 5px rgba(0, 86, 193, .15);
}

.bsBox {
    box-sizing: content-box;
}

.bshare-custom {
    display: block;
    color: #8a8d8f;
    font-size: 13px;
}

.bshare-custom em {
    vertical-align: middle;
}

.bshare-custom a {
    display: inline-block !important;
    width: 32px !important;
    height: 32px !important;
    padding: 0 !important;
    margin: 0 6px 0 0 !important;
    background-image: url("/images/shared-ic.png") !important;
    background-repeat: no-repeat !important;
}

.bshare-custom a:hover {
    background-image: url("/images/shared-ic-h.jpg") !important;
}

.bshare-custom a.bshare-weixin {
    background-position: -0px 0;
}

.bshare-custom a.bshare-sinaminiblog {
    background-position: -42px 0;
}

.bshare-custom a.bshare-qqim {
    background-position: -84px 0;
}

.bshare-custom a.bshare-qzone {
    background-position: -126px 0;
}

/* news1-data */
.news1-data .pageBanner .cot {
    padding-top: 305px;
    text-align: right;
}

.news1-data .pageBanner .cot h1 {
    color: #ffffff;
    font-size: 48px;
    line-height: 32px;
    font-family: Rajdhani;
    text-transform: uppercase;
}

.news1-data .cCont1 {
    padding: 90px 0 80px;
    background: url(/images/investor/investor1-cont1-bg.jpg) repeat-x left bottom;
}

.news1-data .cCont1 .Tips h2 {
    color: #b2b2b2;
    font-size: 24px;
    line-height: 16px;
    margin-bottom: 10px;
}

.news1-data .cCont1 .Tips h1 {
    color: #4c4c4c;
    font-size: 22px;
}

.news1-data .cCont1 .shared {
    margin-top: 20px;
}

.news1-data .cCont1 .Tips {
    border-bottom: 2px solid #ebebeb;
    padding-bottom: 20px;
}

.news1-data .cCont1 .Le {
    float: left;
    width: 790px;
}

.news1-data .cCont1 .Ri {
    float: right;
    width: 340px;
}

.news1-data .cCont1 .Le .Cont {
    padding-top: 24px;
}

.news1-data .cCont1 .Le .Cont p {
    color: #808080;
    margin-bottom: 20px;
}

.news1-data .cCont1 .Le .Cont img {
    display: inline-block;
    margin: auto;
}

.news1-data .cCont1 .Le .Cont p em {
    display: block;
    text-align: center;
    color: #b2b2b2;
    font-size: 13px;
    margin-top: 8px;
}

.cuyBox h3 {
    color: #4c4c4c;
    font-size: 20px;
    line-height: 1;

}

.cuyBox .list {
    overflow: hidden;
}

.cuyBox .list a {
    padding: 30px 0;
    border-top: 2px dashed #ebebeb;
    margin-top: -2px;
}

.cuyBox h5 {
    color: #b2b2b2;
    font-size: 20px;
    font-family: Rajdhani;
    line-height: 14px;
    margin-bottom: 10px;
}

.cuyBox h4 {
    color: #4c4c4c;
    font-size: 16px;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.newsBtnTab {
    border-radius: 2000px;
    height: 56px;
    background-color: #f2f2f2;
    overflow: hidden;
    margin-top: 10px;
}

.newsBtnTab a {
    height: 100%;
    line-height: 56px;
    font-size: 16px;
}

.newsBtnTab .prev {
    float: left;
    width: 110px;
    padding-left: 40px;
    color: #808080;
}

.newsBtnTab .next {
    float: right;
    width: 110px;
    padding-right: 40px;
    color: #808080;
    text-align: right;
}

.newsBtnTab .reLis {
    float: left;
    width: 120px;
    color: #FFF;
    background-color: #01a648;
    border-radius: 2000px;
    overflow: hidden;
    text-align: center;
}

/* about */
.about1 .pageBanner .cot {
    padding-top: 300px;
    text-align: right;
}

.about1 .pageBanner .cot h1 {
    color: #ffffff;
    font-size: 36px;
    line-height: 1;
    font-weight: 300;
}

.about1 .cCont1 {
    padding: 90px 0 80px;
}

.about1 .cCont1 .le {
    float: left;
    width: 340px;
}

.about1 .cCont1 .le h3 {
    color: #4c4c4c;
    font-size: 48px;
    line-height: 1;
    margin-bottom: 16px;
}

.about1 .cCont1 .le h4 {
    color: #0056c1;
    font-size: 48px;
    line-height: 30px;
    font-family: Rajdhani;
    margin-bottom: 63px;
    text-transform: uppercase;
}

.about1 .cCont1 .le h5 {
    color: #4c4c4c;
    font-size: 32px;
    line-height: 40px;
}

.about1 .cCont1 .ri {
    float: right;
    width: 800px;
}

.about1 .cCont1 .ri p {
    color: #808080;
    margin-bottom: 20px;
    line-height: 24px;
}

.about1 .cCont1 .ri h6 {
    color: #808080;
    font-size: 15px;
    margin-bottom: 20px;

}

.about1 .cCont2 {
    padding-bottom: 60px;
}

.about1 .cCont2 .bd img {
    width: 1200px;
}

.about1 .cCont2 .slideBox {
    position: relative;
}

.about1 .cCont2 .slideBox .hd {
    position: absolute;
    left: 40px;
    bottom: 40px;
}

.about1 .cCont2 .slideBox .hd ul {
    height: 0;
    margin-top: -10px;
}

.about1 .cCont2 .slideBox .hd li.on {
    background-color: #00a648;
}

.about1 .cCont2 .slideBox .hd li {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #FFF;
    margin-right: 10px;
    cursor: pointer;
}

.about1 .framework {
    height: 616px;
    background: url(/images/about/about1-framework.jpg) no-repeat center top;
}

.about1 .framework .w1200 {
    height: 100%;
    position: relative;
}

.about1 .framework h3 {
    padding-top: 24px;
    text-align: center;
    color: #0056c1;
    font-size: 18px;
}

.about1 .framework .list .li {
    width: 125px;
    position: absolute;
    /* left: 0; */
    bottom: 380px;
}

.about1 .framework .list .li h4 {
    color: #ffffff;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
}

.about1 .framework .list .li h4 em {
    display: block;
    font-size: 14px;

}

.about1 .framework .list .li p {
    display: inline-block;
    color: #ffffff;
    font-size: 13px;
    line-height: 1;
}

.about1 .framework .list .li1 {
    right: 727px;
    text-align: right;
}

.about1 .framework .list .li2 {
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}

.about1 .framework .list .li3 {
    left: 727px;
}

.about1 .framework .s1 {
    color: #0056c1;
    width: 18px;
    font-size: 18px;
    line-height: 1;
    position: absolute;
    left: 591px;
    top: 340px;
}

.about1 .framework .s2 {
    color: #0056c1;
    font-size: 24px;
    line-height: 1;
    position: absolute;
    left: 714px;
    bottom: 80px;
}

.about1 .cCont3 {
    height: 500px;
    background: url(/images/about/about1-cont3-bg.jpg) no-repeat center top;
}

.about1 .cCont3 .w1200 {
    padding-top: 100px;
}

.about1 .cCont3 .Le {
    float: left;
    width: 310px;
}

.about1 .cCont3 .Ri {
    float: right;
    width: 800px;
}

.about1 .cCont3 .Le .item {
    margin-bottom: 40px;
}

.about1 .cCont3 .Le .item h4 {
    color: #0056c1;
    font-size: 48px;
    line-height: 34px;
    font-family: Rajdhani;
    margin-bottom: 6px;
    vertical-align: bottom;
}

.about1 .cCont3 .Le .item em {
    display: inline-block;
    font-size: 18px;
    line-height: 1;
    vertical-align: bottom;
}

.about1 .cCont3 .Le .item p {
    color: #557c91;
}

.about1 .cCont3 .Ri p {
    color: #47738b;
    margin-bottom: 30px;
}

.about1 .cCont4 .w1200 {
    padding: 0 0 60px;
}

.about1 .cCont4 .pix {
    width: 1200px;
    height: 611px;
    background: url(/images/about/about1-cont4-pix.png) no-repeat 0 0;
    margin-bottom: 35px;
    position: relative;
}

.about1 .cCont4 .pix h2 {
    color: #009944;
    font-size: 24px;
    text-align: center;
    position: absolute;
    top: 242px;
    left: 0;
    right: 0;
    letter-spacing: 14px;
}

.about1 .cCont4 .pix .ty1 {
    position: absolute;
    left: 510px;
    top: 30px;
    width: 178px;
    height: 178px;
    padding-top: 57px;
}

.about1 .cCont4 .pix .ty1 h3 {
    color: #ffffff;
    font-size: 24px;
    text-align: center;
    margin-bottom: 7px;
}

.about1 .cCont4 .pix .ty1 h4 {
    color: #ffffff;
    font-size: 18px;
    text-align: center;
}

.about1 .cCont4 .pix .gl2,
.about1 .cCont4 .pix .gl1 {
    width: 120px;
    height: 60px;
    line-height: 60px;
    padding-top: 13px;
    text-align: center;
    position: absolute;
    top: 87px;
}

.about1 .cCont4 .pix .gl2 {
    right: 204px;
}

.about1 .cCont4 .pix .gl1 {
    left: 210px;
}

.about1 .cCont4 .pix h5 {
    text-align: center;
    line-height: 32px;
    color: #008cd6;
    font-size: 24px;
}

.about1 .cCont4 .pix .rt1,
.about1 .cCont4 .pix .rt2 {
    width: 118px;
    height: 118px;
    position: absolute;
    top: 190px;
    padding-top: 22px;
}

.about1 .cCont4 .pix .rt1 {
    left: 0;
}

.about1 .cCont4 .pix .rt2 {
    right: 0;
}

.about1 .cCont4 .pix .bst2,
.about1 .cCont4 .pix .bst1 {
    width: 250px;
    height: 95px;
    text-align: center;
    line-height: 95px;
    color: #FFF;
    font-size: 32px;
    font-weight: bold;
    position: absolute;
    top: 327px;
}

.about1 .cCont4 .pix .bst1 {
    left: 278px;
}

.about1 .cCont4 .pix .bst2 {
    right: 283px;
}

.about1 .cCont4 .pix .ul2,
.about1 .cCont4 .pix .ul1 {
    width: 420px;
    height: 154px;
    position: absolute;
    top: 457px;
}

.about1 .cCont4 .pix .ul1 {
    left: 110px;
}

.about1 .cCont4 .pix .ul2 {
    right: 112px;
}

.about1 .cCont4 .pix ul {
    text-align: center;
    font-size: 0;
    padding-top: 20px;
}

.about1 .cCont4 .pix ul li:nth-child(1) {
    display: block;
    margin: 0 auto 10px;
}

.about1 .cCont4 .pix ul li {
    display: inline-block;
    width: 120px;
    height: 50px;
    font-size: 16px;
    background-color: #ededed;
    border-radius: 5px;
    margin: 0 5px 10px;
    text-align: center;
    line-height: 50px;
    color: #808080;
}

.about1 .cCont4 .tic p {
    color: #808080;
    text-align: center;
}


/* .about2 */
.about2 .pageBanner .cot {
    padding-top: 300px;
    text-align: right;
}

.about2 .pageBanner .cot h1 {
    color: #ffffff;
    font-size: 36px;
    line-height: 1;
    font-weight: 300;
}

.about2 .cCont1 {
    padding: 90px 0 0px;
}

.about2 .cCont1 .Top h4 {
    color: #4c4c4c;
    font-size: 23px;
    margin-bottom: 10px;
}

.about2 .cCont1 .Top h5 {
    color: #808080;
    font-size: 36px;
    line-height: 24px;
    font-family: Rajdhani;

}

.about2 .cCont1 .Top h6 {
    color: #808080;
    font-size: 18px;
    line-height: 1.5;
    margin-top: 20px;
}

.about2 .courseWrap {
    height: 625px;
    background: url(/images/about/about2-cont1-bom.jpg) no-repeat center bottom;
    margin-top: -60px;
}

.about2 .courseWrap .slideBox {
    height: 424px;
    position: relative;
}

.about2 .courseWrap .bd li {
    float: left;
    width: 240px;
    position: relative;
}

.about2 .courseWrap .bd li.i1 {
    padding-top: 266px;
    /* animation-delay: .1s !important; */
    transition-delay: .1s !important;
}

.about2 .courseWrap .bd li.i2 {
    padding-top: 166px;
    /* animation-delay: .2s !important; */
    transition-delay: .2s !important;
}

.about2 .courseWrap .bd li.i3 {
    padding-top: 165px;
    /* animation-delay: .3s !important; */
    transition-delay: .3s !important;
}

.about2 .courseWrap .bd li.i4 {
    padding-top: 180px;
    /* animation-delay: .4s !important; */
    transition-delay: .4s !important;
}

.about2 .courseWrap .bd li.i5 {
    padding-top: 14px;
    /* animation-delay: .5s !important; */
    transition-delay: .5s !important;
}

.about2 .courseWrap .bd li h3 {
    color: #00a648;
    font-size: 30px;
    font-family: Rajdhani;
    line-height: 20px;
    margin-bottom: 11px;
}

.about2 .courseWrap .bd li .gx {
    padding: 90px 0 0 44px;
    background: url(/images/about/course-bor.png) no-repeat 15px 0;
}

.about2 .courseWrap .bd li p {
    color: #637998;
    font-size: 14px;
}

.about2 .courseWrap .slideBox .prev,
.about2 .courseWrap .slideBox .next {
    width: 54px;
    height: 54px;
    position: absolute;
    top: 370px;
    margin: auto;
    z-index: 50;
}

.about2 .courseWrap .slideBox .prev {
    right: 74px;
    background: #afc4d0 url(../images/btn-prev1.png) no-repeat center;
}

.about2 .courseWrap .slideBox .next {
    right: 0;
    background: #afc4d0 url(../images/btn-next1.png) no-repeat center;
}

.about2 .courseWrap .slideBox .prev:hover,
.about2 .courseWrap .slideBox .next:hover {
    background-color: #0056c1;
}


.about2 .courseWrap.hide_li .bd li {
    opacity: 0;
    transition: all 0s 0s !important;
    transform: translateY(20px);

    /* animation: fadeOut 0s forwards; */
}

.about2 .courseWrap.show_li .bd li {
    opacity: 1;
    transition: all .6s;
    transform: translateY(0);
    /* animation: fadeIn .6s forwards; */
}

/* about3 */
.about3 .pageBanner .cot {
    padding-top: 300px;
    text-align: right;
}

.about3 .pageBanner .cot h1 {
    color: #ffffff;
    font-size: 36px;
    line-height: 1;
    font-weight: 300;
}

.about3 .cCont1 {
    padding: 90px 0 80px;
    background: url(/images/about/about3-cont1-bg.jpg) no-repeat center bottom;
    min-height: 587px;
}

.about3 .cCont1 h4 {
    color: #70787d;
    font-size: 20px;
    margin-bottom: 50px;
}

.about3 .cCont1 .ovs-dt {
    display: inline-block;
    overflow: hidden;
    border-bottom: 1px solid #dbe5ec;
    margin-bottom: 26px;
}

.about3 .cCont1 .ovs-dt ul {
    margin-left: -25px;
}

.about3 .cCont1 .ovs-dt li.on {
    color: #0056c1;
}

.about3 .cCont1 .ovs-dt li {
    float: left;
    margin-left: 25px;
    height: 16px;
    line-height: 16px;
    color: #597080;
    font-size: 16px;
    margin-bottom: 28px;
    cursor: pointer;

}

.about3 .cCont1 .ovs-dd {
    margin-bottom: 30px;
}

.about3 .cCont1 .ovs-dd .list li {
    float: left;
    padding: 0 16px;
    line-height: 1;
    margin-bottom: 14px;
    border-left: 1px solid #929a9e;
    color: #737b80;
}

.about3 .cCont1 .ovs-dd .list {
    overflow: hidden;
    min-height: 100px;
}

.about3 .cCont1 .ovs-dd .list ul {
    margin-left: -16px;
}

.about3 .cCont1 .bomLst .li {
    float: left;
    height: 60px;
    max-width: 161px;
    margin-right: 30px;
    padding-left: 50px;
}

.about3 .cCont1 .bomLst .li.i1 {
    background: url(/images/about/about3-c3.png) no-repeat 0 0;
}

.about3 .cCont1 .bomLst .li.i2 {
    background: url(/images/about/about3-c2.png) no-repeat 0 0;
}

.about3 .cCont1 .bomLst .li.i3 {
    background: url(/images/about/about3-c4.png) no-repeat 0 0;
}

.about3 .cCont1 .bomLst .li.i4 {
    background: url(/images/about/about3-c1.png) no-repeat 0 0;
}

.about3 .cCont1 .bomLst .li.i5 {
    background: url(/images/about/about3-c5.png) no-repeat 0 0;
}

.about3 .cCont1 .bomLst .li h5 {
    color: #0056c1;
    font-size: 42px;
    line-height: 34px;
    font-family: Rajdhani;
}

.about3 .cCont1 .bomLst .li h5 em {
    font-size: 15px;
}

.about3 .cCont1 .bomLst .li h5 span {
    font-size: 26px;
    position: relative;
    top: -2px;
}

.about3 .cCont1 .bomLst .li p {
    color: #667580;
    line-height: 1.3;
    font-size: 13px;
}

.about3 .posMap {
    float: right;
    width: 492px;
    height: 364px;
    background: url(/images/about/about3-map.png) no-repeat 0 0;
    position: relative;
}

.about3 .posMap ul li {
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #5991d7;
    border-radius: 50%;
}

.about3 .posMap .box1 {
    position: absolute;
    left: 338px;
    top: 212px;
}

.about3 .posMap .box2 {
    position: absolute;
    left: 304px;
    top: 283px;
}

.about3 .posMap .box3 {
    position: absolute;
    left: 230px;
    top: 210px;
}


.about3 .posMap .box4 {
    position: absolute;
    left: 290px;
    top: 136px;
}

.about3 .posMap .box5 {
    position: absolute;
    left: 280px;
    top: 226px;
}

.about3 .posMap .box6 {
    position: absolute;
    left: 331px;
    top: 136px;
}

.about3 .posMap .voBox .iBor {
    width: 12px;
    height: 12px;
    background-color: #3277cd;
    border-radius: 50%;
    position: relative;
}

.about3 .posMap .voBox .iBor::before {
    content: "";
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: rgba(0, 86, 193, .25);
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -17px 0 0 -17px;
    z-index: 10;
    opacity: 0;
    opacity: 1\9\0;
    animation: posMapBor1 2s 2s ease-in-out infinite;
}

@keyframes posMapBor1 {
    0% {
        opacity: 1;
        transform: scale(0);
    }

    70% {
        opacity: .5;
    }

    100% {
        opacity: 0;
        transform: scale(1.6);
    }
}

.about3 .posMap .voBox .iBor::after {
    content: "";
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background-color: rgba(0, 86, 193, .25);
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -26px 0 0 -26px;
    z-index: 5;
    opacity: 0;
    opacity: 1\9\0;
    animation: posMapBor1 4s ease-in-out infinite;
}

.about3 .posMap .voBox h6 {
    width: 80px;
    color: #0056c1;
    font-size: 14px;
    line-height: 1;
    position: absolute;
    left: 30px;
    top: -2px;
}

.about3 .posMap .box3 h6 {
    right: 40px;
    left: auto;
    text-align: right;
}

.about3 .posMap .box4 h6 {
    left: -2px;
    top: -26px;
}

.about3 .posMap .box5 h6 {
    left: -65px;
    top: -2px;
}

/* about4 */
.about4 .pageBanner .cot {
    padding-top: 300px;
    text-align: right;
}

.about4 .pageBanner .cot h1 {
    color: #ffffff;
    font-size: 36px;
    line-height: 1;
    font-weight: 300;
}

.about4 .cCont1 {
    padding: 90px 0 80px;
    background: url(/images/investor/investor1-cont1-bg.jpg) repeat-x left bottom;
}

.about4 .toBox {
    overflow: hidden;
}

.about4 .toBox .le {
    float: left;
    width: 380px;
}

.about4 .toBox .le .box {
    height: 504px;
    background: url(/images/about/about4-cont1-le1.jpg) no-repeat 0 0;
    position: relative;
    padding: 60px 40px 0;
}

.about4 .toBox .le .box::before {
    content: "";
    height: 0;
    width: 226px;
    border-top: 1px solid #bbb5b0;
    position: absolute;
    left: 40px;
    bottom: 63px;
}

.about4 .toBox .le .box::after {
    content: "";
    width: 48px;
    height: 48px;
    background: url(/images/about/about4-cont1-le-ic1.png) no-repeat 0 0;
    position: absolute;
    right: 40px;
    bottom: 40px;
}

.about4 .toBox .le .box h4 {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 14px;

}

.about4 .toBox .le .box h5 {
    color: #ffffff;
    font-size: 30px;
    line-height: 1;
}

.about4 .toBox .ri {
    float: right;
    width: 820px;
    margin-right: -30px;
}

.about4 .toBox .ri .box {
    float: left;
    width: 380px;
    height: 237px;
    margin: 0 30px 30px 0;
    padding: 56px 40px 0;
}

.about4 .toBox .ri .box1 {
    background: url(/images/about/about4-cont1-ri1.jpg) no-repeat 0 0;
}

.about4 .toBox .ri .box2 {
    background: url(/images/about/about4-cont1-ri2.jpg) no-repeat 0 0;
}

.about4 .toBox .ri .box3 {
    background: url(/images/about/about4-cont1-ri3.jpg) no-repeat 0 0;
}

.about4 .toBox .ri .box4 {
    background: url(/images/about/about4-cont1-ri4.jpg) no-repeat 0 0;
}

.about4 .toBox .ri .box h4 {
    color: #737c80;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 10px;
}

.about4 .toBox .ri .box h5 {
    color: #0056c1;
    font-size: 30px;
    font-weight: 300;
    line-height: 35px;
}

/* about5 */
.about5 .pageBanner .cot {
    padding-top: 300px;
    text-align: right;
}

.about5 .pageBanner .cot h1 {
    float: right;
    color: #ffffff;
    font-size: 36px;
    line-height: 45px;
    font-weight: 300;
}

.about5 .pageBanner .cot h1 em {
    float: left;
    text-align: left;
}

.about5 .cCont1 {
    padding: 80px 0 50px;
}

.about5 .ovs-dt {
    float: right;
    margin-left: 50px;
    line-height: 1;
    overflow: hidden;
    padding-bottom: 20px;
}

.about5 .ovs-dt li.on {
    color: #00a648;
}

.about5 .ovs-dt li.on::before {
    display: block;
}



.about5 .ovs-dt li::before {
    display: none;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 12px;
    border-left: 2px solid #00a648;
}

.about5 .ovs-dt li {
    float: left;
    height: 35px;
    font-size: 16px;
    margin-left: 50px;
    color: #4c4c4c;
    font-size: 16px;
    position: relative;
    cursor: pointer;
}

.about5 .ovs-dd {
    clear: both;
    position: relative;
}

.about5 .ovs-dd::before {
    content: "";
    width: 1920px;
    height: 0;
    border-top: 1px solid #e1e3e6;
    position: absolute;
    left: -360px;
    top: 10px;
}

.about5 .ovs-dd .box {
    height: 180px;
}

.about5 .ovs-dd .yun {
    float: left;
    width: 300px;
    height: 184px;
    border-left: 1px solid #e1e3e6;
    position: relative;
}

.about5 .ovs-dd .yun::after {
    content: "";
    width: 21px;
    height: 21px;
    background: url(/images/about/about5-yu-po1.png);
    position: absolute;
    left: -10px;
    top: -10px;
}

.about5 .ovs-dd .slideBox {
    /* padding: 10px 10px 70px;
  margin: -10px -10px 0; */
    position: relative;
    /* overflow: hidden; */
}


.about5 .ovs-dd .slideBox .bd {
    padding: 10px 10px 20px;
    margin: -10px -10px 0;
    height: 210px;
    overflow: hidden;
}

.about5 .ovs-dd .slideBox .bd ul,
.about5 .ovs-dd .slideBox .tempWrap {
    overflow: visible !important;
}

.about5 .ovs-dd .slideBox .bd li {
    float: left;
    width: 300px;
    height: 180px;
}

.about5 .ovs-dd .slideBox .yun {
    padding: 30px 32px 0 14px;
    background: url(/images/about/about5-cont1-ic.png) no-repeat left 14px bottom 5px;
}

.about5 .ovs-dd .slideBox h4 {
    color: #0056c1;
    font-size: 22px;
    line-height: 16px;
    margin-bottom: 12px;
    font-family: Rajdhani;

}

.about5 .ovs-dd .slideBox h5 {
    color: #7e7f80;
    font-size: 16px;
}

.about5 .ovs-dd .slideBox {
    position: relative;
    overflow: visible !important;
}


.about5 .ovs-dd .slideBox .prev,
.about5 .ovs-dd .slideBox .next {
    width: 54px;
    height: 54px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.about5 .ovs-dd .slideBox .prev {
    left: -84px;
    background: #afc4d0 url(../images/btn-prev1.png) no-repeat center;
}

.about5 .ovs-dd .slideBox .next {
    right: -84px;
    background: #afc4d0 url(../images/btn-next1.png) no-repeat center;
}

.about5 .ovs-dd .slideBox .prev:hover,
.about5 .ovs-dd .slideBox .next:hover {
    background-color: #0056c1;
}

.about5 .cCont2 {
    height: 478px;
    padding-top: 80px;
    background: url(/images/about/about5-cont2-bg.jpg) no-repeat center top;
}

.about5 .cCont2 .slideBox {
    overflow: hidden;
    padding: 20px;
    margin: -20px;
}

.about5 .cCont2 .hd {
    width: 1200px;
    overflow: visible !important;
}

.about5 .cCont2 .tempWrap {
    overflow: visible !important;
    width: 1200px;
}

.about5 .cCont2 .tempWrap::after {
    content: "";
    display: block;
    clear: both;
}

.about5 .cCont2 .tempWrap ul {
    overflow: visible !important;
}

.about5 .cCont2 .tempWrap ul::after {
    content: "";
    display: block;
    clear: both;
}

.about5 .cCont2 .slideBox .bd li {
    float: left;
    width: 380px;
    height: 310px;
    background-color: #FFF;
    margin-right: 30px;
    cursor: default;
    transition: all .6s;
}

.about5 .cCont2 .slideBox .bd li:hover {
    box-shadow: 0 0 43px 2px rgba(124, 158, 181, .15);
}

.about5 .cCont2 .slideBox .box {
    padding: 20px;
}

.about5 .cCont2 .slideBox .bd .img {
    /* width: 300px; */
    height: 220px;
    overflow: hidden;
}

.about5 .cCont2 .slideBox .bd p {
    width: 340px;
    display: table-cell;
    height: 70px;
    vertical-align: middle;
    text-align: center;
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    color: #4c4c4c;
    transition: all .3s;
}

.about5 .cCont2 .slideBox .box:hover p {
    color: #00a648;
}

.about5 .cCont2 .slideBoxWrap {
    position: relative;
}

.about5 .cCont2 .slideBoxWrap .prevs,
.about5 .cCont2 .slideBoxWrap .nexts {
    width: 54px;
    height: 54px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.about5 .cCont2 .slideBoxWrap .prevs {
    left: -84px;
    background: #afc4d0 url(../images/btn-prev1.png) no-repeat center;
}

.about5 .cCont2 .slideBoxWrap .nexts {
    right: -84px;
    background: #afc4d0 url(../images/btn-next1.png) no-repeat center;
}

.about5 .cCont2 .slideBoxWrap .prevs:hover,
.about5 .cCont2 .slideBoxWrap .nexts:hover {
    background-color: #0056c1;
}

/* .about6 */
.about6 .pageBanner .cot {
    padding-top: 300px;
    text-align: right;
}

.about6 .pageBanner .cot h1 {
    color: #ffffff;
    font-size: 36px;
    line-height: 1;
    font-weight: 300;
}

.about6 .cCont1 .Le {
    width: 760px;
    height: 100%;
    background-color: #f5f7fa;
    padding-top: 90px;
    position: absolute;
    left: -360px;
    top: 0;
}

.about6 .cCont1 .Le .txEs {
    display: inline-block;
    margin-top: 30px;
}

.about6 .cCont1 .Le .txEs .img {
    border: 14px solid #FFF;
    margin-bottom: 4px;
}

.about6 .cCont1 .Le .txEs p {
    text-align: center;
    color: #808080;
    font-size: 16px;
}

.about6 .cCont1 .Le .cont {
    float: right;
    width: 400px;
    padding-right: 40px;
}

.about6 .cCont1 .Le .call {
    padding-left: 50px;
    background: url(/images/about/about6-cont1-call.png) no-repeat 0 0;
}

.about6 .cCont1 .Le .call h4 {
    color: #00a648;
    font-size: 36px;
    font-family: Rajdhani;
    line-height: 40px;
    height: 40px;

}

.about6 .cCont1 .Le .call p {
    color: #808080;
    font-size: 16px;
    line-height: 1.2;
}

.about6 .cCont1 .Ri {
    float: right;
    width: 1160px;
    min-height: 320px;
    margin-right: -360px;
}

.about6 .cCont1 .Ri .cont {
    width: 800px;
    padding: 176px 0 65px 60px;
}

.about6 .cCont1 .ovs-dt {
    overflow: hidden;
    margin-bottom: 30px;
}

.about6 .cCont1 .ovs-dt ul {
    margin-left: -40px;
    border-bottom: 2px solid #e3e3e3;
}

.about6 .cCont1 .ovs-dt ul::after {
    content: "";
    display: block;
    clear: both;
}

.about6 .cCont1 .ovs-dt li {
    float: left;
    margin-left: 40px;
    color: #4c4c4c;
    font-size: 16px;
    line-height: 1;
    height: 40px;
    margin-bottom: -2px;
    border-bottom: 2px solid transparent;
    cursor: pointer;
}

.about6 .cCont1 .ovs-dt li.on {
    border-bottom-color: #0056c1;
}

.about6 .cCont1 .ovs-dd h4 {
    color: #4c4c4c;
    font-size: 18px;
    margin-bottom: 12px;
}

.about6 .cCont1 .ovs-dd p {
    color: #808080;
    margin-bottom: 6px;
}

#Bai_Map {
    height: 625px;
}

#Bai_Map a {
    display: inline-block;
}

#Bai_Map img {
    display: inline-block;
    max-width: none;
}

.bMap-posTit:after {
    content: "";
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top: 6px solid #FFF;
    position: absolute;
    bottom: -9px;
    left: 0;
    right: 0;
    margin: auto;
}

.bMap-posTit {
    width: 150px;
    height: 56px;
    background-color: #FFF;
    text-align: center;
    line-height: 56px;
    color: #666666;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 1px;
    position: absolute;
    left: -66px;
    top: -63px;
    box-shadow: 0 2px 3px 2px rgba(0, 0, 0, .1);
    border-radius: 4px;
}

/* about7 */
.about7 .cCont1 {
    background: url(/images/about/about7-bg.jpg) no-repeat center center;
    background-size: cover;
    margin-bottom: -130px;
}

.about7 .cCont1 .w1200 {
    height: calc(100% - 130px);
}

.about7 .cCont1 .card {
    width: 1242px;
    height: 490px;
    position: absolute;
    left: 0;
    top: 20%;
    bottom: 0;
    margin: auto;
}

.about7 .cCont1 .card .li {
    float: left;
    width: 372px;
    height: 100%;
    margin-right: 42px;
    background-color: #FFF;
    position: relative;
}

/* 
.about7 .cCont1 .card .li.i1 {
  background: url(/images/about/about7-li1.jpg) no-repeat 0 0;
}

.about7 .cCont1 .card .li.i2 {
  background: url(/images/about/about7-li2.jpg) no-repeat 0 0;
}

.about7 .cCont1 .card .li.i3 {
  background: url(/images/about/about7-li3.jpg) no-repeat 0 0;
} */

.about7 .cCont1 .card .li .cont {
    background: #FFF;
    height: 156px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.about7 .cCont1 .card .li .cont::before {
    content: "";
    height: 24px;
    background: url(/images/about/about7-li-ux.png) no-repeat 0 0;
    position: absolute;
    left: 0;
    right: 0;
    top: -20px;
}

.about7 .cCont1 .card .cont .ic {
    height: 90px;
    padding-top: 30px;

}

.about7 .cCont1 .card .cont .ic img {
    margin: auto;
}

.about7 .cCont1 .card .cont h4 {
    color: #4c4c4c;
    font-size: 20px;
    line-height: 1;
    text-align: center;
}

/* enterprise1 */
.about7_1 .pageBanner .cot {
    padding-top: 305px;
    text-align: right;
}

.about7_1 .pageBanner .cot h1 {
    color: #ffffff;
    font-size: 48px;
    line-height: 32px;
    font-family: Rajdhani;
    text-transform: uppercase;
}

.about7_1 .cCont1 {
    padding: 80px 0 40px;
}

.about7_1 .searChr .searchLi,
.about7_1 .searChr .drop-down {
    width: 386px;
}

.about7_1 .searChr .searchLi input {
    width: 310px;
}

.about7_1 .cCont2 {
    padding: 40px 0 80px;
    background-color: #edf2f5;
}

.dotList {
    margin-bottom: 40px;
}

.dotList .dl {
    margin-bottom: 14px;
    background-color: #FFF;
    opacity: 0;
    opacity: 1\9\0;
    animation: fadeInLeft20 1s forwards;
}

.dotList .dt {
    height: 140px;
    padding: 44px 50px 0;
    cursor: pointer;
    background: url(/images/about/dotList-down.jpg) no-repeat right 50px center;
    /* transition: background .6s; */
}

.dotList .dl.open .dt {
    background: url(/images/about/dotList-up.jpg) no-repeat right 50px center;
}

.dotList .dt h3 {
    color: #4c4c4c;
    font-size: 20px;
    margin-bottom: 8px;
}

.dotList .dt li {
    display: inline-block;
    margin-right: 16px;
    color: #7e888c;
    vertical-align: middle;
    line-height: 1.1;
}

.dotList .dt li .ic {
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
}

.dotList .dd {
    display: none;
    padding: 0 0px 40px;
    margin: 0 50px;
    border-top: 1px solid #dadee0;
}

.dotList .dd h4 {
    color: #4c4c4c;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 14px;
    margin-top: 30px;
}

.dotList .dd p {
    color: #808080;
}

.dotList .dd h6 {
    margin-top: 14px;
    font-size: 16px;
    color: #4d4d4d;
}

.dotList .dd h6 em {
    display: block;
    color: #01a649;
    font-size: 17px;
    margin-top: 2px;
}

.dotList .dd .btn {
    width: 154px;
    height: 56px;
    line-height: 56px;
    padding-left: 30px;
    background-color: #00a648;
    border-radius: 2000px;
    margin-top: 30px;
    color: #FFF;
    font-size: 16px;
}

.joinBanner {
    height: 716px;
    position: relative;
}

.joinBanner .w1200 {
    position: relative;
    z-index: 100;
}

.joinBanner .bgWrap {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 50;
    overflow: hidden;
}

.joinBanner .bgWrap .bg {
    width: 100%;
    height: 100%;
    animation: pageBanBg 8s forwards;
}

.joinBanner .w1200 {
    padding-top: 266px;
    text-align: center;
}

.joinBanner h1 {
    color: #ffd400;
    font-size: 70px;
    line-height: 1;
    margin-bottom: 46px;
    font-family: Rajdhani;
    font-weight: 300;
}

.joinBanner h2 {
    display: inline-block;
    color: #ffffff;
    font-size: 22px;
    line-height: 66px;
    border-top: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
    letter-spacing: 23px;
}

.about7_2 .cCont1 {
    padding: 80px 0 70px;
}

.about7_2 .cCont1 h3 {
    color: #4c4c4c;
    font-size: 36px;
    margin-bottom: 20px;
    line-height: 1.2;
    text-align: center;
}

.about7_2 .cCont1 p {
    text-align: center;
    color: #808080;
    margin-top: 10px;
}

.about7_2 .cCont2 {
    height: 690px;
    background: url(/images/about/about7-2-cont2-bg.jpg) no-repeat center top;
    padding-top: 75px;
}

.about7_2 .cCont2 h3 {
    color: #7e878c;
    font-size: 36px;
    line-height: 1.2;
    height: 84px;
    text-align: center;
}

.about7_2 .cCont2 .card {
    overflow: hidden;
}

.about7_2 .cCont2 .card .leBox,
.about7_2 .cCont2 .card .riBox {
    float: left;
    width: 600px;
    height: 460px;
    padding-top: 407px;
    position: relative;
}

.about7_2 .cCont2 .card .riBox {
    padding-left: 47px;
}

.about7_2 .cCont2 .card h5 {
    width: 350px;
    color: #7e878c;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
}

.about7_2 .cCont2 .card ul {
    width: 130px;
    position: absolute;
    left: 430px;
    top: 20px;
}

.about7_2 .cCont2 .card .riBox ul {
    margin-left: 47px;
}

.about7_2 .cCont2 .card ul li {
    color: #888b8c;
    font-size: 16px;
    line-height: 1.2;
    height: 55px;
    /* margin-bottom: 37px; */
}

.about7_2 .cCont3 {
    padding: 80px 0 90px;
}

.about7_2 .cCont3 h3 {
    color: #4c4c4c;
    font-size: 36px;
    line-height: 1;
    text-align: center;
    margin-bottom: 40px;
}

.about7_2 .cCont3 .card {
    width: 1200px;
    overflow: hidden;
}

.about7_2 .cCont3 .card .ul {
    margin-right: -32px;
}

.about7_2 .cCont3 .card .li {
    float: left;
    width: 276px;
    height: 315px;
    padding: 0 10px;
    border-radius: 20px;
    border: 2px solid #e0e0e0;
    margin-right: 32px;
    position: relative;
}

.about7_2 .cCont3 .card .li:nth-child(1):after {
    display: none;
}

.about7_2 .cCont3 .card .li::after {
    content: "";
    width: 46px;
    height: 40px;
    background: url(/images/about/about7-2-cont3-xc.jpg) no-repeat 0 0;
    position: absolute;
    left: -36px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.about7_2 .cCont3 .card .li em {
    display: block;
    height: 142px;
    line-height: 124px;
    overflow: hidden;
    margin-bottom: -142px;
    font-size: 234px;
    text-indent: -40px;
    color: #f7f7f7;
    font-family: Rajdhani;
    text-align: center;
    font-style: italic;
}

.about7_2 .cCont3 .card .ic {
    height: 120px;
    padding-top: 54px;

}

.about7_2 .cCont3 .card .ic img {
    display: block;
    margin: auto;
}

.about7_2 .cCont3 .card h5 {
    color: #4c4c4c;
    font-size: 18px;
    text-align: center;
    height: 50px;
}

.about7_2 .cCont3 .card p {
    text-align: center;
    color: #808080;
}

.about7_2 .cCont4 {
    /* min-height: 970px; */
    padding-top: 80px;
    background: url(/images/about/about7-2-cont4-bg.jpg) no-repeat center top;
}

.about7_2 .cCont4 .Cont {
    min-height: 793px;
    background-color: #FFF;
    padding: 40px;
}

.about7_2 .searChr {
    margin-bottom: 30px;
}

.about7_2 .searChr .searchLi {
    float: left;
}

.about7_2 .searChr .searchLi,
.about7_2 .searChr .drop-down {
    width: 386px;
    background-color: #FFF;
}

.about7_2 .searChr .drop-txt::after {
    background-color: #cfdee6;
}


.about7_2 .searChr .searchLi input {
    width: 310px;
}

.about7_2 .searChr .drop-txt::after {
    background: #cfdee6 url(../images/drop-ic2.png) no-repeat center;
}

.searChr .searchLi .seBtn {
    background: #cfdee6 url(../images/search-ic2.png) no-repeat center;
}

.about7_2 .dotList .dl {
    background-color: #e6eef2;
}

.about7_2 .dotList .dt {
    background: url(/images/about/dotList-down2.jpg) no-repeat right 50px center;
}

.about7_2 .dotList .dl.open .dt {
    background: url(/images/about/dotList-up2.jpg) no-repeat right 50px center;
}

.about7_2 .cCont5 {
    padding: 30px 0 110px;
    background: url(/images/about/about7-2-cont5-bg.jpg) repeat-x left bottom;
}

.about7_2 .cCont5 .Top {
    margin-bottom: 80px;
}

.about7_2 .cCont5 .Top h3 {
    color: #4c4c4c;
    font-size: 18px;
    margin-bottom: 26px;
}

.about7_2 .cCont5 .Top .dlCard {
    margin-right: -30px;
}

.about7_2 .cCont5 .Top .dlCard::after {
    content: "";
    display: block;
    clear: both;
}

.about7_2 .cCont5 .Top .dlCard dl {
    float: left;
    margin-right: 30px;
    width: 585px;
    height: 180px;
    background-color: #e6eef2;

}

.about7_2 .cCont5 .Top .dlCard dl dt {
    float: left;
    width: 140px;
    height: 100%;
    background: #0056c1 url(../images/about/about7-2-cont-dt.jpg) no-repeat right top;
    text-align: center;
    color: #FFF;
    font-size: 16px;
}

.about7_2 .cCont5 .Top .dlCard dl dt img {
    display: block;
    margin: auto;
}

.about7_2 .cCont5 .Top .dlCard dl dd {
    float: right;
    width: 410px;
    height: 100%;
    padding-right: 30px;
    padding-top: 35px;

}

.about7_2 .cCont5 .Top .dlCard dt .ic {
    height: 110px;
    padding-top: 50px;
}

.about7_2 .cCont5 .Top .dlCard dd p {
    color: #80929b;
}

.about7_2 .cCont5 .Bom h3 {
    color: #4c4c4c;
    font-size: 36px;
    line-height: 1;
    margin-bottom: 40px;
    text-align: center;
    font-weight: 300;
}

.about7_2 .cCont5 .listBor {
    width: 1201px;
    height: 202px;
    background: url(/images/about/about7-2-cont5-radiu.png) no-repeat 0 0;
}

.about7_2 .cCont5 .listBor .li {
    float: left;
    width: 200px;
    height: 200px;
    position: relative;
}

.about7_2 .cCont5 .listBor .li em {
    width: 60px;
    height: 60px;
    background-color: #FFF;
    border-radius: 50%;
    position: absolute;
    left: -30px;
    top: 71px;
    margin: auto;
    text-align: center;
    line-height: 60px;
    color: #0056c1;
    font-size: 22px;
    font-style: italic;
    text-indent: -4px;
    font-family: Rajdhani;
}

.about7_2 .cCont5 .listBor .li .ic {
    height: 122px;
    padding-top: 60px;
}

.about7_2 .cCont5 .listBor .li .ic img {
    display: block;
    margin: auto;
}

.about7_2 .cCont5 .listBor .li h6 {
    text-align: center;
    color: #878a8c;
    font-size: 18px;
    line-height: 1.2;

}

.about7_2 .cCont5 .listBor .li h6 p {
    color: #878a8c;
    font-size: 13px;
    text-align: center;
}


/* enterprise3 */
.about7_3 .pageBanner .cot {
    padding-top: 305px;
    text-align: right;
}

.about7_3 .pageBanner .cot h1 {
    color: #ffffff;
    font-size: 48px;
    line-height: 32px;
    font-family: Rajdhani;
    text-transform: uppercase;
}

.about7_3 .cCont1 {
    padding: 80px 0;
}

.about7_3 .cCont1 .img {
    margin: auto;
}

.about7_3 .cCont2 {
    height: 733px;
    padding-top: 80px;
    background: url(/images/about/about7-3-cont2-bg.jpg) no-repeat center top;
}

.about7_3 .cCont2 h2 {
    color: #4c4c4c;
    font-size: 24px;
    line-height: 1;
}

.about7_3 .cCont2 .leBox {
    float: left;
    width: 224px;
    padding-top: 40px;
}

.about7_3 .cCont2 .leBox .li {
    display: table-cell;
    vertical-align: middle;
    width: 224px;
    height: 224px;
    border-radius: 50%;
    background-color: #FFF;
    text-align: center;
}

.about7_3 .cCont2 .leBox .ic {
    margin: 16px auto;
}

.about7_3 .cCont2 .leBox .li h4 {
    color: #4c4c4c;
    font-size: 18px;
    margin-bottom: 15px;

}

.about7_3 .cCont2 .leBox .li p {
    color: #808080;
    text-align: center;
}

.about7_3 .cCont2 .riBox {
    float: right;
    width: 576px;
    height: 547px;
    background: url(/images/about/about7-3-cont2-ri-bg.png) no-repeat right top;
    position: relative;
}

.about7_3 .cCont2 .riBox h6 {
    color: #ffffff;
    width: 180px;
    font-size: 24px;
    line-height: 1;
    position: absolute;
    left: 0;
    right: 0;
    top: 260px;
    margin: auto;
    text-align: center;
}

.about7_3 .cCont2 .riBox .li {
    width: 180px;
    height: 210px;
    padding-top: 60px;
    position: absolute;
    text-align: center;
}

.about7_3 .cCont2 .riBox .li h3 {
    color: #0057c0;
    font-size: 24px;
    margin-bottom: 8px;
}

.about7_3 .cCont2 .riBox .li p {
    text-align: center;
    color: #808080;
    font-size: 16px;
    line-height: 24px;
}

.about7_3 .cCont2 .riBox .li.i1 {
    left: 100px;
    top: 0;
}

.about7_3 .cCont2 .riBox .li.i2 {
    right: 100px;
    top: 0;
}

.about7_3 .cCont2 .riBox .li.i3 {
    right: 0px;
    top: 170px;
}

.about7_3 .cCont2 .riBox .li.i4 {
    right: 100px;
    bottom: 0px;
}

.about7_3 .cCont2 .riBox .li.i5 {
    left: 100px;
    bottom: 0px;
}

.about7_3 .cCont2 .riBox .li.i6 {
    left: 0px;
    top: 170px;
}

.about7_3 .cCont3 {
    padding: 60px 0;
}

.about7_3 .cCont3 .Box {
    height: 324px;
    background: url(/images/about/about7-3-cont3-box.jpg) no-repeat 0 0;
}

.about7_3 .cCont3 .Box h3 {
    color: #0057c0;
    font-size: 34px;
    line-height: 44px;
    text-align: center;
    width: 210px;
    position: absolute;
    top: 114px;
    left: 2px;
    right: 0;
    margin: auto;
}

.about7_3 .cCont3 .Box .ux {
    float: left;
    width: 418px;
    height: 100%;
    padding: 114px 0 0 134px;
}

.about7_3 .cCont3 .Box .ux ul {
    display: inline-block;
    margin-right: 30px;
}

.about7_3 .cCont3 .Box h4 {
    color: #4c4c4c;
    font-size: 18px;
    margin-bottom: 10px;
}

.about7_3 .cCont3 .Box li {
    color: #808080;
    margin-bottom: 10px;
    line-height: 1;
}

.about7_3 .cCont3 .Box li .ic {
    float: left;
    margin-right: 6px;
}

.about7_3 .cCont3 .Box li p {
    display: table-cell;
    line-height: 16px;
}

.about7_3 .cCont3 .Box .ri {
    float: right;
    padding: 114px 0 0 100px;
}

.about7_3 .cCont4 {
    padding: 80px 0;
    background-color: #eceff4;
}

.about7_3 .cCont4 h3 {
    color: #4c4c4c;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 30px;

}

.about7_3 .cCont4 .le {
    float: left;
    width: 540px;
}

.about7_3 .cCont4 .le .box {
    float: left;
    width: 250px;
    height: 320px;
    border-radius: 14px;
    overflow: hidden;
    padding-top: 50px;
    margin-left: 20px;
    background: #FFF url(../images/about/about7-3-cont4-hx.jpg) no-repeat 0 0;
}

.about7_3 .cCont4 .le .box h4 {
    color: #ffffff;
    font-size: 18px;
    line-height: 1;
    height: 104px;
    text-align: center;
}

.about7_3 .cCont4 .le .box p {
    text-align: center;
    color: #808080;
    margin-bottom: 4px;
}

.about7_3 .cCont4 h6 {
    color: #0057c0;
    font-size: 20px;
    line-height: 1;
    text-align: center;
    padding-top: 30px;
    clear: both;
}

.about7_3 .cCont4 .ri {
    float: right;
    width: 515px;
}

.about7_3 .cCont4 .ri .box {
    height: 320px;
    background: url(/images/about/about7-3-cont4-ki.jpg) no-repeat left bottom;
    position: relative;
}

.about7_3 .cCont4 .ri .box h4 {
    width: 110px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 230px;
    margin: auto;
    color: #FFF;
    font-size: 16px;
    line-height: 1;
}

.about7_3 .cCont4 .ri ul li {
    color: #636466;
    font-size: 16px;
    line-height: 1;
    position: absolute;
}

.about7_3 .cCont4 .ri .i1 {
    left: 0;
    top: 0;
}

.about7_3 .cCont4 .ri .i2 {
    left: 0;
    top: 90px;
}

.about7_3 .cCont4 .ri .i3 {
    left: 0;
    top: 180px;
}

.about7_3 .cCont4 .ri .i4 {
    right: 0;
    top: 0px;
}

.about7_3 .cCont4 .ri .i5 {
    right: 0;
    top: 90px;
}

.about7_3 .cCont4 .ri .i6 {
    right: 0;
    top: 180px;
}

.about7_3 .cCont5 {
    padding: 80px 0;
    background: #FFF url(../images/about/about7-3-cont5-bg.jpg) no-repeat center bottom;
}

.about7_3 .cCont5 h3 {
    color: #4c4c4c;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 24px;
}

.about7_3 .cCont5 .Top {
    margin-bottom: 70px;
}

.about7_3 .cCont5 .Top .ul {
    margin-right: -40px;
}

.about7_3 .cCont5 .Top .ul .li {
    float: left;
    width: 580px;
    height: 235px;
    margin-right: 40px;
    background-color: #eceff4;
}

.about7_3 .cCont5 .Top .ul .li .img {
    float: left;
    width: 360px;
    height: 100%;
    overflow: hidden;
}

.about7_3 .cCont5 .Top .ul .li .cont {
    float: right;
    width: 140px;
    height: 144px;
    padding-top: 20px;
    margin-right: 40px;
    margin-top: 46px;
    border-top: 2px solid #dcdfe3;
    border-bottom: 2px solid #dcdfe3;
}

.about7_3 .cCont5 .Top .ul .cont h4 {
    color: #4c4c4c;
    font-size: 18px;
    margin-bottom: 10px;
    text-align: center;
}

.about7_3 .cCont5 .Top .ul .cont p {
    color: #808080;
    line-height: 20px;
    text-align: center;
}

.about7_3 .cCont5 .Bom {
    width: 590px;
}

.about7_3 .cCont5 .Bom p {
    color: #808080;
    margin-bottom: 8px;
}

/* Ã¨Â§â€ Ã©Â¢â€˜Ã¥Â¼Â¹Ã§Âªâ€? */
/* .video-pop {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99900;
}

.video-pop var {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #000;
  opacity: .5;
  filter: alpha(opacity=50);
} */
/* .video-pop {
  display: block;
} */

.video-pop .pop-cont {
    width: 800px;
    position: absolute;
    left: 50%;
    top: 40%;
    right: auto;
    margin: 0;
    bottom: auto;
    transform: translateX(-50%) translateY(-50%);
}

.video-pop .pop-cont video {
    display: block;
    width: 100%;
}

@media (max-width: 1570px) {
    .broadside {
        height: auto;
    }
}


@media (max-height: 770px) {
    .communityC .card .item {
        height: 420px;
    }

    .communityC .card .img {
        height: 300px;
    }

    .communityCFooter {
        padding-top: 60px;
    }
}

.header .R {
    padding-right: 30px;
}

.header .nav {
    float: left;
}

.header .lang {
    float: right;
    /* width: 58px; */
    height: 100%;
    padding-left: 10px;
    margin-left: 20px;
    position: relative;
}

.header .lang .tx {
    /* width: 30px; */
    height: 100%;
    line-height: 80px;
    font-weight: bold;
    padding-right: 20px;
    color: #616161;
    background: url(/images/langth-down.png) no-repeat right center;
    /* height: ; */
}

.fp-viewing-0 .header .lang .tx {
    color: #FFF;
    background: url(/images/langth-down2.png) no-repeat right center;
}

.start .header .lang .tx,
.searchShow .header .lang .tx {
    color: #616161;
    background: url(/images/langth-down.png) no-repeat right center;
}

.header .lang ul {
    display: none;
    width: 160px;
    /* width: 88px; */
    height: 50px;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: -34px;
    top: 100%;
    animation: fadeIn .6s forwards;
}

.header .lang:hover ul {
    display: block;
}

.header .lang ul li {
    display: inline-block;
    vertical-align: auto;
    line-height: 50px;
    padding-left: 10px;
    color: rgba(255, 255, 255, 0.5);
}

.header .lang ul li:hover {
    color: #FFF;
}



/* wang */
.enterprise2-outline{border-bottom: 1px solid #e0eaec;}
.enterprise2-outline .pageBanner .cot{float: right; padding-top: 243px;}
.enterprise2-outline .pageBanner h1{color: #ffffff; font-size: 22px; margin-bottom: 5px;}
.enterprise2-outline .pageBanner h2{color: #ffffff; font-size: 36px; margin-bottom: 5px;}
.enterprise2-outline .cCont1{padding: 90px 0 80px;}
.enterprise2-outline .card{width:1242px; overflow: hidden;}
.enterprise2-outline .card .item{float:left;width:285px;height:430px;margin-right:20px;background-color:#ecf0f5}
.enterprise2-outline .card .img{height:320px;overflow:hidden}
.enterprise2-outline .card .img img{transition: all .6s;}
.enterprise2-outline .card .item:hover .img img{transform: scale(1.1);}
.enterprise2-outline .card .cont{padding:30px 40px 0}
.enterprise2-outline .card .cont h4{color:#4c4c4c;font-size:20px;font-weight: 600;}
.enterprise2-outline .card .cont p{font-size: 16px; color:#999999;font-family:Rajdhani;text-transform:uppercase}
.enterprise2-new4 .cCont1{height: 650px; background: url(/images/enterprise/enterprise2-new4-k1-bg.jpg) no-repeat center bottom;}
.enterprise2-new4 .cCont1 .box{position: relative; margin: -35px auto 0; height: 431px; background: url(/images/enterprise/enterprise2-new4-k1-ball.png) no-repeat center;}
.enterprise2-new4 .cCont1 li{position: absolute; padding: 45px 0;}
.enterprise2-new4 .cCont1 .h5{font-size: 30px; line-height: 40px; color: #0056c1; margin-bottom: 6px;}
.enterprise2-new4 .cCont1 p{font-size: 16px; line-height: 24px; color: #808080;}
.enterprise2-new4 .cCont1 .til{position: absolute; font-size: 24px; line-height: 34px; color: #406289;}
.enterprise2-new4 .cCont1 .item1{left: 0; top: 70px; width: 438px; padding-right: 70px; background: url(/images/enterprise/enterprise2-new4-k1-line1.png) no-repeat;}
.enterprise2-new4 .cCont1 .item1 .til{right: -77px; top: 45px;}
.enterprise2-new4 .cCont1 .item2{right: 0; top: 110px; width: 415px; background: url(/images/enterprise/enterprise2-new4-k1-line2.png) no-repeat;}
.enterprise2-new4 .cCont1 .item2 .cnt{float: right;}
.enterprise2-new4 .cCont1 .item2 .til{left: -81px; top: 45px;}
.enterprise2-new4 .cCont1 .item3{left: 0; bottom: -12px; width: 551px; background: url(/images/enterprise/enterprise2-new4-k1-line3.png) no-repeat bottom;}
.enterprise2-new4 .cCont1 .item3 .cnt{width: 460px;}
.enterprise2-new4 .cCont1 .item3 .til{right: -94px; bottom: 45px;}
.enterprise2-new4 .cCont1 .middle{position: absolute; left: 0; top: 0; right: 0; margin: 170px auto 0; width: 160px;}
.enterprise2-new4 .cCont1 .middle .icon{margin: 0 auto 12px;}
.enterprise2-new4 .cCont1 .middle .h4{font-size: 16px; color: #707780; line-height: 26px; text-align: center;}
.enterprise2-new4 .cCont2{padding-top: 75px; height: 726px; background: url(/images/enterprise/enterprise2-new4-k2-bg.jpg) no-repeat center;}
.enterprise2-new4 .cCont2 .h1{font-size: 24px; color: #4c4c4c; line-height: 34px; text-align: center; margin-bottom: 35px;}
.enterprise2-new4 .tab-wrap .bd{height: 400px; position: relative;}
.enterprise2-new4 .tab-wrap .bd li{width: 740px; height: 400px; z-index: 1;}
.enterprise2-new4 .tab-wrap .bd li .pic{position: relative; overflow: hidden; border-radius: 10px;}
.enterprise2-new4 .tab-wrap .bd .pic:after{content: ""; display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,.3); -webkit-transition: all .3s; transition: all .3s;}
.enterprise2-new4 .cCont2 .hd .prev,.enterprise2-new4 .cCont2 .hd .next {width: 54px;height: 54px;position: absolute;    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -53px; cursor: pointer;}
.enterprise2-new4 .cCont2 .hd .prev {left: -84px;background: #afc4d0 url(../images/btn-prev1.png) no-repeat center;}
.enterprise2-new4 .cCont2 .hd .next {right: -84px;background: #afc4d0 url(../images/btn-next1.png) no-repeat center;}
.enterprise2-new4 .cCont2 .hd .prev:hover,.enterprise2-new4 .cCont2 .hd .next:hover {background-color: #0056c1;}
.enterprise2-new4 .tab-wrap li{position:absolute;top:0;-webkit-transform:scale(.5);transform:scale(.5);-webkit-transition:all .6s;-moz-transition:all .6s;-ms-transition:all .6s;-o-transition:all .6s;transition:all .6s;opacity:0;filter:alpha(opacity=0); left:230px;}
.enterprise2-new4 .tab-wrap li.on{left:270px;-webkit-transform:scale(1);transform:scale(1); z-index: 10;}
.enterprise2-new4 .tab-wrap li.on .pic:after{opacity: 0;}
.enterprise2-new4 .tab-wrap li.on_le2{left:-154px;-webkit-transform:scale(.585);transform:scale(.585); z-index: 6;}
.enterprise2-new4 .tab-wrap li.on_le1{left:30px;-webkit-transform:scale(.79);transform:scale(.79); z-index: 8;}
.enterprise2-new4 .tab-wrap li.on_ri1{left:429px;-webkit-transform:scale(.79);transform:scale(.79); z-index: 8;}
.enterprise2-new4 .tab-wrap li.on_ri2{left:613px;-webkit-transform:scale(.585);transform:scale(.585); z-index: 6;}
.enterprise2-new4 .tab-wrap li[class^="on"]{opacity:1;filter:alpha(opacity=100);}
.enterprise2-new4 .tab-wrap .icons{ width: 180px; margin: 25px auto 0;}
.enterprise2-new4 .tab-wrap .icons .li{display: none;}
.enterprise2-new4 .tab-wrap .icons .icon{height: 50px; background: no-repeat center; margin-bottom: 3px;}
.enterprise2-new4 .tab-wrap .icons .p{font-size: 18px; color: #4c4c4c; line-height: 28px; text-align: center;}
.enterprise2-new4 .cCont3{padding: 75px 0 70px;}
.enterprise2-new4 .cCont3 .h1{font-size: 24px; line-height: 34px; color: #4c4c4c; margin-bottom: 35px;}
.enterprise2-new4 .cCont3 ul{margin-right: -50px; overflow: hidden;}
.enterprise2-new4 .cCont3 li{float: left; width: 585px; margin: 0 30px 30px 0; background: #eceff4;}
.enterprise2-new4 .cCont3 .pic{height: 330px; overflow: hidden;}
.enterprise2-new4 .cCont3 .txt{height: 80px; line-height: 60px; padding: 10px 30px; font-size: 0}
.enterprise2-new4 .cCont3 .txt p{display: inline-block; font-size: 18px; color: #4c4c4c; line-height: 28px; vertical-align: middle;}
.enterprise2-new3 .cCont1 .txt p{color: #808080;}
.enterprise2-new3-cCont2{height: 793px; padding-top: 85px; background: url(/images/enterprise/enterprise2-new3-k2-bg.jpg) no-repeat center;}
.enterprise2-new3-cCont2 .h1{font-size: 24px; color: #494b4c; line-height: 34px; text-align: center; margin-bottom: 8px;}
.enterprise2-new3-cCont2 .t-txt{margin-bottom: 39px;}
.enterprise2-new3-cCont2 .t-txt p{font-size: 16px; color: #7a7d80; text-align: center; line-height: 26px;}
.enterprise2-new3-cCont2 .chart{position: relative; z-index: 5;}
.enterprise2-new3-cCont2 .le{position: absolute; left: 24px; top: 90px; font-size: 16px; color: #0056c1; line-height: 26px; height: 233px; text-align: center; width: 52px; padding-right: 32px; background: url(/images/enterprise/enterprise2-new3-k2-le-line.png) no-repeat right top; font-weight: 600;}
.enterprise2-new3-cCont2 .ri{position: absolute; right: 24px; top: 90px; font-size: 16px; color: #00a246; line-height: 26px; height: 233px; text-align: center; width: 52px; padding-left: 32px; background: url(/images/enterprise/enterprise2-new3-k2-ri-line.png) no-repeat left top; font-weight: 600;}
.enterprise2-new3-cCont2 .mid{position: relative; width: 426px; height: 368px; margin: 0 auto; background: url(/images/enterprise/enterprise2-new3-k2-cnt.png) no-repeat top center; z-index: 5;}
.enterprise2-new3-cCont2 .li{position: relative;}
.enterprise2-new3-cCont2 .li .c{font-size: 16px; color: #fff; line-height: 26px; text-align: center; background: no-repeat center;}
.enterprise2-new3-cCont2 .li .l,.enterprise2-new3-cCont2 .li .r{position: absolute; font-size: 16px; color: #808080; line-height: 26px; width: 435px;}
.enterprise2-new3-cCont2 .li .l{left: -290px; z-index: -1; background: url(/images/enterprise/enterprise2-new3-k2-le-line2.png) no-repeat right;}
.enterprise2-new3-cCont2 .li .r{right: -290px; z-index: -1; text-align: right; background: url(/images/enterprise/enterprise2-new3-k2-ri-line2.png) no-repeat left;}
.enterprise2-new3-cCont2 .it1 .c{height: 176px; padding-top: 95px; margin-bottom: 12px; background-image: url(/images/enterprise/enterprise2-new3-k2-cnt1.png);}
.enterprise2-new3-cCont2 .it2 .c{height: 88px; padding-top: 32px; margin-bottom: 12px; background-image: url(/images/enterprise/enterprise2-new3-k2-cnt2.png);}
.enterprise2-new3-cCont2 .it3 .c{height: 80px; padding-top: 25px; background-image: url(/images/enterprise/enterprise2-new3-k2-cnt3.png);}
.enterprise2-new3-cCont2 .it1 .l,.enterprise2-new3-cCont2 .it1 .r{top: 93px;}
.enterprise2-new3-cCont2 .it2 .l,.enterprise2-new3-cCont2 .it2 .r{top: 27px;}
.enterprise2-new3-cCont2 .it3 .l,.enterprise2-new3-cCont2 .it3 .r{top: 29px;}
.enterprise2-new3-cCont2 .chart2{margin-top: 36px;}
.enterprise2-new3-cCont2 .chart2 ul{padding-left: 220px; overflow: hidden;}
.enterprise2-new3-cCont2 .chart2 li{float: left; width: 200px; padding-left: 30px; text-align: center; font-size: 15px; color: #6382a6; height: 60px; line-height: 60px; background: url(/images/enterprise/enterprise2-new3-k2-it-bg.png) no-repeat center right;}
.enterprise2-new3-cCont2 .til{padding-top: 37px; font-size: 18px; color: #494b4c; line-height: 28px; text-align: center; background: url(/images/enterprise/enterprise2-new3-k2-line3.png) no-repeat 288px -32px;}
.enterprise2-new3 .cCont3{padding: 85px 0 80px;}
.enterprise2-new3 .cCont3 .h1{font-size: 24px; color: #494b4c; line-height: 34px; text-align: center; margin-bottom: 8px;}
.enterprise2-new3 .cCont3 .t-txt{margin-bottom: 39px;}
.enterprise2-new3 .cCont3 .t-txt p{font-size: 16px; color: #7a7d80; text-align: center; line-height: 26px;}
.enterprise2-new3 .cCont3 ul{overflow: hidden; margin-right: -100px;}
.enterprise2-new3 .cCont3 ul *{transition: all .4s;}
.enterprise2-new3 .cCont3 li{padding: 40px 40px 0; float: left; width: 285px; height: 355px; overflow: hidden; transition: all .4s linear; border: 1px solid #dee3ea; border-left: 0 none; background-color: #fff;}
.enterprise2-new3 .cCont3 li:first-child{border-left: 1px solid #dee3ea;}
.enterprise2-new3 .cCont3 .icon{margin-left: 50px; width: 103px; height: 116px; background: url(/images/enterprise/enterprise2-new3-k3-icon-bg.png) no-repeat center; margin-bottom: 27px;}
.enterprise2-new3 .cCont3 .icon .i{width: 100%; height: 100%; background: no-repeat center;}
.enterprise2-new3 .cCont3 .til{margin-left: 41px; position: relative; font-size: 30px; color: #4c4c4c; line-height: 40px; margin-bottom: 24px;}
.enterprise2-new3 .cCont3 .til:after{position: absolute; left: 48px; content: ""; display: block; bottom: -11px; width: 18px; height: 3px; background: #00a246; transition: all .4s;}
.enterprise2-new3 .cCont3 ul p{font-size: 14px; color: #808080; line-height: 24px; opacity: 0; width: 548px;}
.enterprise2-new3 .cCont3 .on{width: 630px; border-color: #f0f4fa !important; background-color: #f0f4fa;}
.enterprise2-new3 .cCont3 .on .icon{margin-left: 0;}
.enterprise2-new3 .cCont3 .on .til{margin-left: 0;}
.enterprise2-new3 .cCont3 .on .til:after{left: 0;}
.enterprise2-new3 .cCont3 .on p{opacity: 1;}
.enterprise2-new3 .cCont4 .cCont2 .Top{margin-bottom: 30px;}
.enterprise2-new3 .cCont4 .Bom .bd li{height: 305px;}
.enterprise2-new3 .cCont4 .Bom .item{height: 305px; -webkit-transition: all .3s; transition: all .3s;}
.enterprise2-new3 .cCont4 .Bom .cont{padding: 28px 30px;}
.enterprise2-new3 .cCont4 .Bom .bd h4{margin-bottom: 0; -webkit-transition: all .3s; transition: all .3s;}
.enterprise2-new3 .cCont4 .Bom .bd li:hover .item{background: #0056c1;}
.enterprise2-new3 .cCont4 .Bom .bd li:hover h4{color: #fff;}
.enterprise2-new3.enterprise2-outline .cCont4 .Bom .bd li,  
.enterprise2-new3.enterprise2-outline .cCont4 .Bom .bd li .item{
    height: auto;
}

/* jiang */
.one4 .pageBanner .bgImg .cot {
    float: right;
    padding-top: 220px;
}
.one4 .pageBanner .bgImg .cot h1 {
    color: #0056c1;
    font-size: 42px;
    line-height: 1;
    margin-bottom: 10px;
    font-weight: 400;
}
.one4 .cCont1{
    padding-top: 90px;
    position: relative;
    overflow: hidden;
    z-index:2;
}
.one4 .cCont1 .Le{
    float: left;
    width: 820px;
    height: 400px;
}
.one4 .cCont1 .img img{
    width: auto !important;
    height: 400px;
    max-width: none;
}
.one4 .cCont1 .txt{
    float: left;
    background: url(/images/one/one4_c2.jpg) no-repeat center;
    padding: 60px 20px 60px 40px;
    width: 380px;
    height: 400px;
}
.one4 .cCont1 .txt h1{
    font-size: 24px;
    color: #fff;
    line-height: 1;
    margin-bottom: 20px;
}
.one4 .cCont1 .txt .p{
    max-height: 252px;
    overflow-y: auto;
    padding-right: 20px;
}
.one4 .cCont1 .txt p{
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 10px;
    letter-spacing: -0.5px;
}

.one4 .cCont2{
    position: relative;
}
.one4 .cCont2::after{
    content: '';
    position: absolute;
    top: -90px;
    left: 0;
    background-color: #ecf0f5;
    width: 100%;
    height: 640px;
    z-index: 1;
}
.one4 .cCont2 .w1200{
    z-index: 10;
}
.one4 .cCont2 .tit {
    text-align: center;
    margin: 0 auto;
    padding-top: 80px;
}
.one4 .cCont2 .tit h6{
    font-size: 20px;
    color: #4c4c4c;
    margin-bottom: 5px;
}
.one4 .cCont2 .tit p{
    color: #808080;
    text-align: center;
}
.one4 .cCont2 ul{
    overflow: hidden;
    position: relative;
    padding-left: 105px;
}
.one4 .cCont2 ul::after{
    content: '';
    position: absolute;
    top: 200px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 1201px;
    height: 88px;
    background: url(/images/one/one4_c6.png) no-repeat center;
    z-index: -1;
}
.one4 .cCont2 ul li{
    float: left;
    margin-right: -90px;
}
.one4 .cCont3 .Le{
    float: left;
    width: 460px;
}
.one4 .cCont3 {
    position: relative;
    overflow: hidden;
}
.one4 .cCont3 .Le {
    padding-top: 80px;
}
.one4 .cCont3 .Le h2{
    font-size: 20px;
    color: #4c4c4c;
    padding-left: 60px;
    margin-bottom: 35px;
}
.one4 .cCont3  li{
    overflow: hidden;
    width: 477px;
    height: 149px;
    padding: 20px 0;
    transition: all .4s;
    position: relative;
}
.one4 .cCont3  li::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: url(/images/one/one4_c7.png) no-repeat  center right;
    opacity: 0;
    width: 440px;
    height: 149px;
    transition: all .4s;
}
.one4 .cCont3 li:hover::after{
    opacity: 1;
}
.one4 .cCont3 li .ic{
    width: 60px;
    float: left;
}
.one4 .cCont3 li .txt{
    float: left;
}
.one4 .cCont3 li .txt h4{
    color: #4c4c4c;
    font-size: 17px;
    margin-bottom: 5px;
    font-weight: 500;
}
.one4 .cCont3 li .txt p{
    color: #808080;
}
.one4 .cCont3 .Ri{
    float: right;
    width: 740px;
    
}
.one4 .cCont4{
    background: url(/images/one/one4_c9.jpg) no-repeat center;
    height: 586px;
    position: relative;
    overflow: hidden;
}
.one4 .cCont4 .Ri{
    width: 400px;
    padding-top: 150px;
}
.one4 .cCont4  li::after{
    content: unset;
}
.one4 .cCont4  .Ri h2{
    font-size: 20px;
    color: #fff;
    padding-bottom: 25px;
}
.one4 .cCont4  .Ri li h4{
    color: #fff;
    font-size: 17px;
}
.one4 .cCont4  .Ri li p{
    color: rgba(255, 255, 255, 0.8);
}
.one4 .cCont4  .Ri li{
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 30px;
    position: relative;
    overflow: hidden;
    width: auto;
    height: auto;
    padding: 30px 0 ;
}
.one4 .cCont4  .Ri li:nth-child(1){
    border: none;
    padding-top: 0;
}
.one4 .cCont4  .Ri li .txt{
    width: 340px;
    float: right;
}
.one4 .cCont5 {
    background: url(/images/one/one4_c11.jpg) no-repeat center;
    height: 580px;
    margin-top: 20px;
    padding-top: 95px;
    overflow: hidden;
}
.one4 .cCont5 .Le{
    float: left;
}
.one4 .cCont5 li{
    overflow: hidden;
    width: 800px;
    padding: 25px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.one4 .cCont5 li .t{
    width: 105px;
    color: #fff;
    float: left;
    font-size: 16px;
}
.one4 .cCont5 li .p{
    float: left;
    color: #fff;
    width: 695px;
}
.one4 .cCont5 li:nth-child(1){
    padding-top: 0;
}
.one4 .cCont5 .Ri{
    float: right;
}
.one4 .cCont5 .Ri .code{
    margin-bottom: 10px;
}
.one4 .cCont5 .Ri p{
    color: #fff;
    text-align: center;
}

.community4 .pageBanner .bgImg .cot {
    float: right;
    padding-top: 220px;
}
.community4 .pageBanner .bgImg .cot h1 {
    color: #fff;
    font-size: 42px;
    line-height: 1;
    margin-bottom: 10px;
    font-weight: 400;
}
.community3.community4 .cCont1 p{
    margin-bottom: 25px;
}
.community3.community4 .cCont1{
    padding: 90px 0 55px;
}
.community4 .cCont2 .Top .item .le,
.enterprise4-2 .cCont2 .Top .item .le{
    background-color: #0056c1;
}
.community4 .cCont2 .Top .le h4{
    border-bottom: 1px solid #cedae0;
    padding-bottom: 26px;
}
.community4.community3 .cCont2 .Top .le .txt{
    border: none;
    padding-top: 0;
    margin-top: 26px;
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 210px;
    padding-right: 15px;
}
.community4 .cCont2 .Top .le h4,
.community4 .cCont2 .Top .le p,
.community4 .cCont2 .Top .le h4 em,
.enterprise4-2 .cCont2 .Top .le h4,
.enterprise4-2 .cCont2 .Top .le p,
.enterprise4-2 .cCont2 .Top .le h4 em{
    color: #fff;
}
.community4 .cCont2 .Top .slideBox .hd li,
.enterprise4-2 .cCont2 .Top .slideBox .hd li{
    background-color: #ecf0f5;
}
.community4 .cCont2 .Top .slideBox .hd li.on,
.enterprise4-2 .cCont2 .Top .slideBox .hd li.on{
    background-color: #1ede71;
}
.community4 .cCont3 {
    padding: 80px 0;
}
.community4 .cCont3 .txt h3{
    font-size: 24px;
    color: #4c4c4c;
    text-align: center;
    line-height: 1;
    margin-bottom: 15px;
}
.community4 .cCont3 .txt p{
    font-size: 16px;
    color: #808080;
    text-align: center;
}
.community4 .cCont3 .txt{
    margin-bottom: 50px;
}
.community4 .cCont3 .lxCard {
    width: 1200px;
    height: 778px;
    background: url(/images/community/community4_c1.png) no-repeat center;
    margin: 0 auto 0;
    position: relative;
    color: #4a6e99;
}
.community4 .cCont3 .lxCard em {
    text-align: center;
    position: absolute;
    left: 20px;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    margin: auto;
}
.community4 .cCont3 .lxCard .dr {
    height: 80px;
    position: absolute;
    width: 150px;
}
.community4 .cCont3 .lxCard .dd {
    height: 78px;
    position: absolute;
}
.community4 .cCont3 .lxCard .dp {
    height: 60px;
    position: absolute;
    font-size: 14px;
}
.community4 .cCont3 .lxCard .dy {
    height: 60px;
    position: absolute;
    width: 160px;
}
.community4 .cCont3 .lxCard .dd p{
    font-size: 14px;
    color: #6c8cb1;
    text-align: center;
    line-height: 1;
}
.community4 .cCont3 .lxCard .p1{
    position: relative;
    top: -30px;
}
.community4 .cCont3 .lxCard .p2{
    position: relative;
    bottom: -30px;
}
.community4 .cCont3 .lxCard h6{
    color: #4a6e99;
    font-size: 16px;
}
.community4 .cCont3 .lxCard h6 span{
    font-size: 14px;
    color: #6c8cb1;
}
.community4 .cCont3 .lxCard .pr2 h6,
.community4 .cCont3 .lxCard .pr4 h6,
.community4 .cCont3 .lxCard .pr10 h6,
.community4 .cCont3 .lxCard .pr10 span,
.community4 .cCont3 .lxCard .pr2 span,
.community4 .cCont3 .lxCard .pr4 span
{
    color: #fff;
}
.community4 .cCont3 .lxCard .dd,
.community4 .cCont3 .lxCard .dp{
    width: 180px;
}
.community4 .cCont3 .lxCard .dt{
    width: 140px;
    position: absolute;
    height: 60px;
}
.community4 .cCont3 .lxCard .pr7 h6,
.community4 .cCont3 .lxCard .pr7 span{
    color: #0056c1;
}
.community4 .cCont3 .lxCard .pr1{
    left: 100px;
    height: 136px;
    top: -31px;
}
.community4 .cCont3 .lxCard .pr2{
     left: 511px;
    height: 136px;
    top: -31px;
}
.community4 .cCont3 .lxCard .pr3{
     right: 100px;
    height: 123px;
    top: -31px;
}
.community4 .cCont3 .lxCard .pr4{
    left: 511px;
    top: 150px;
}
.community4 .cCont3 .lxCard .pr5{
    left: 100px;
    top: 250px;
}
.community4 .cCont3 .lxCard .pr6{
    left: 341px;
    top: 248px;
}
.community4 .cCont3 .lxCard .pr7{
    left: 510px;
    top: 248px;
}
.community4 .cCont3 .lxCard .pr8{
    left: 720px;
    top: 248px;
}
.community4 .cCont3 .lxCard .pr9{
    left: 920px;
    top: 250px;
}
.community4 .cCont3 .lxCard .pr10{
    left: 511px;
    top: 345px;
}
.community4 .cCont3 .lxCard .pr11{
    left: 110px;
    top: 449px;
}
.community4 .cCont3 .lxCard .pr12{
    left: 520px;
    top: 449px;
}
.community4 .cCont3 .lxCard .pr13{
    left: 932px;
    top: 449px;
}
.community4 .cCont3 .lxCard .pr14{
    left: 520px;
    top: 529px;
}
.community4 .cCont3 .lxCard .pr15 {
  bottom: 43px;
  left: 114px;
}
.community4 .cCont3 .lxCard .pr16 {
  bottom: 43px;
  left: 280px;
}
.community4 .cCont3 .lxCard .pr17 {
  bottom: 43px;
  left: 442px;
}
.community4 .cCont3 .lxCard .pr18 {
  bottom: 43px;
  left: 607px;
}
.community4 .cCont3 .lxCard .pr19 {
  bottom: 43px;
  left: 770px;
}
.community4 .cCont3 .lxCard .pr20 {
  left: 935px;
  bottom: 43px;
}
.community4 .cCont3 .lxCard .pr21{
    bottom: -20px;
    left: 0;
    width: 100%;
}
.community4 .cCont3 .lxCard .pr21 h6{
    color: #0056c1;

}
.community4 .cCont4{
    background: url(/images/community/communityc4_c2.jpg) no-repeat center;
    height: 760px;
    padding: 80px 0 110px;
}
.community4 .cCont4 h2{
    text-align: center;
    margin-bottom: 40px;
    line-height: 1;
    font-size: 24px;
    color: #fff;
    
}
.community4 .cCont4 .list{
    overflow: hidden;
}
.community4 .cCont4 .box{
    width: 378px;
    height: 344px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background-color: rgba(0, 92, 184, .8);
    padding: 25px  40px;
    position: relative;
    float: left;
    margin-right: 33px;
    /* display: flex;
    justify-content: space-between; */
}
.community4 .cCont4 .box:nth-child(3n){
    margin-right: 0;
}

.community4 .cCont4 .box::after{
    content: '';
    position: absolute;
    top: 74px;
    left: 0;
    right: 0;
    width: 300px;
    height: 1px ;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.2);
}
.community4 .cCont4 .box::before{
    content: '';
    position: absolute;
    top: 210px;
    left: 0;
    right: 0;
    width: 300px;
    height: 1px ;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.2);
}
.community4 .cCont4 .li{
    padding: 30px 35px;
    position: relative;
    width: 50%;
    float: left;
    height: 135px;
}
.community4 .cCont4  h3{
    color: #ffcc00;
    font-size: 20px;
    text-align: center;
    margin-bottom: 25px;
}
.community4 .cCont4 .li .ic img{
    text-align: center;
    margin: 0 auto;
}
.community4 .cCont4 .li p{
    color:  rgba(255, 255, 255, 0.8);
    margin-top: 10px;
    text-align: center;
    line-height: 1;
    position: absolute;
    left: 0;
    right: 0;
    top: 75px;
}
.community4 .cCont4 .w100{
    width: 100%;
    height: 127px;
    margin-top: 30px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background-color: rgba(0, 92, 184, .8);
}
.community4 .cCont4 .w100  h3{
    padding-left: 130px;
    padding-top: 50px;
    text-align: left;
    float: left;
    margin-right: 160px;
}
.community4 .cCont4 .w100 .li{
    width: 150px;
    float: left;
}
.community4 .cCont4 .w100 .li:nth-child(2){
    margin-left: 35px;
}
.community4 .cCont4 .w100 .li:nth-child(3){
    margin-left: 5px;
}
.community4 .cCont4 .w100 .li:nth-child(4){
    margin-left: 111px;
}
.community4 .cCont4 .w100 .li:nth-child(5){
    margin-left: 0;
}
.enterprise4-2.community3 .cCont1 h3{
    color: #97b1bc;
    font-size: 24px;
    margin-bottom: 5px;
    text-align: left;
}
.enterprise4-2{
    border-bottom: 1px solid #e0eaec;
}
.enterprise4-2.community3 .cCont1 h2{
    text-align: left;
}
.enterprise4-2.community3 .cCont1 .w1200> p{
    text-align: left;
}
.enterprise4-2.community3 .cCont2{
    padding-bottom: 0;
}
.enterprise4-2.community3 .cCont3{
    background-color: transparent;
    padding-top: 30px;
    padding-bottom: 100px;
}
.enterprise4-2.community3 .cCont3 .Bom .cont {
    background: #ecf0f5;
    padding-right: 15px;
}
.enterprise4-2.community3 .cCont3 .Bom li p{
    font-size: 14px;
    max-height: 72px;
    overflow-y: auto;
    padding-right: 15px;
}
.enterprise4-2.community3 .cCont3 .Bom li:hover .cont{
    background: #0056c1;
    transition: all .4s;
}
.enterprise4-2.community3 .cCont3 .Bom li:hover h4{
    color: #d4dfec;
    transition: all .4s;
}
.enterprise4-2.community3 .cCont3 .Bom li:hover p{
    color: #fff;
    transition: all .4s;
}
.enterprise4-2.community3 .cCont2 .Bom .bd li,
.enterprise4-2.community3 .cCont2 .Bom .item{
    height: auto;
}

.enterprise4-2 .enter_slide{
    margin-top: 30px;
    position: relative;
    overflow: hidden;
}
.enterprise4-2 .enter_slide .txt{
    position: absolute;
    bottom: 40px;
    left: 40px;
    width: 680px;
}
.enterprise4-2 .enter_slide .txt h1{
    font-size: 24px;
    color: #fff;
    line-height: 1;
    margin-bottom: 15px;
    text-align: left;
}
.enterprise4-2 .enter_slide .txt p{
    text-align: left;
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
}
.enterprise4-2 .enter_slide .hd{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 240px;
}
.enterprise4-2 .enter_slide .hd::before{
    content: '';
    position: absolute;
    top: -75px;
    left: 0;
    width: 1px;
    height: 450px;
    background: rgba(255, 255, 255, 0.3);
}
.enterprise4-2 .enter_slide .hd li{
    padding-left: 15px;
    height: 100px;
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: left;
    cursor: pointer;
}
.enterprise4-2 .enter_slide .hd li .cn{
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;

}
.enterprise4-2 .enter_slide .hd li .en{
    color: rgba(205, 210, 216, 0.7);
    font-size: 16px;
    text-transform: uppercase;
    font-family: "Rajdhani";
    letter-spacing: -1px;
}
.enterprise4-2 .enter_slide .hdli.on .en{
    color: #cdd2d8;
}
.enterprise4-2 .enter_slide .hd li.on .cn{
    color: #ffcd05;
}
.enterprise4-2 .enter_slide .hd li::after{
    content: '';
    position: absolute;
    top: 50%;
    left: -55px;
    transform: translateY(-50%);
    opacity: 0;
    transition: all .4s .2s;
}
.enterprise4-2 .enter_slide .hd li.on::after{
    opacity: 1;
}
.enterprise4-2 .enter_slide .hd li:nth-child(1)::after{
    background: url(/images/enterprise/enterprise4-2-i1.png) no-repeat center;
    width: 38px;
    height: 42px;
}
.enterprise4-2 .enter_slide .hd li:nth-child(2)::after{
    background: url(/images/enterprise/enterprise4-2-i2.png) no-repeat center;
    width: 38px;
    height: 43px;
}
.enterprise4-2 .enter_slide .hd li:nth-child(3)::after{
    background: url(/images/enterprise/enterprise4-2-i3.png) no-repeat center;
    width: 39px;
    height: 44px;
}
.enterprise4-2 .enter_slide .hd li::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 1px ;
    height: 0;
    background-color: #fff;
    opacity: 0;
    transition: all .6s .2s;
}
.enterprise4-2 .enter_slide .hd li.on::before{
    opacity: 1;
    height: 100%;
}
.enterprise4-3  .pageBanner .bgImg .cot h1 {
    color: #fff;
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 6px;
    padding-top: 250px;
}
.enterprise4-3 .cCont1{
    padding: 80px 0 0;
}

.enterprise4-3 .cCont2{
    position: relative;
    overflow: hidden;
    padding: 0 0 80px;
    width: 100%;
}
.enterprise4-3 .cCont1 .ux-dt{
    position: absolute;
    right: 0;
    top: 30px;
    /* overflow: hidden; */
}
.enterprise4-3 .cCont1 .ux-dt::after{
    content: '';
    clear: both;
    display: block;
}
.enterprise4-3 .cCont1 .ux-dt::before{
    content: '';
    position: absolute;
    top: 10px;
    left: -550px;
    width: 557px;
    height: 2px;
    background-color: #e1e8f0;
}
.enterprise4-3 .cCont1 .ux-dt li{
    color: #808080;
    font-size: 16px;
    float: left;
    margin-left: 30px;
    cursor: pointer;
}
.enterprise4-3 .cCont1 .ux-dt li.on{
    color: #0056c1;
}
.enterprise4-3 .cCont2 .le{
    float: left;
}
.enterprise4-3 .cCont2 .le h4{
    color: #4c4c4c;
    font-size: 32px;
    line-height: 42px;
    font-weight: 100;
    /* margin-top: 35px; */
}

.enterprise4-3 .cCont2 .ri{
    width: 800px;
    float: right;
    /* margin-top: 40px; */
}
.enterprise4-3 .cCont2 .ri p{
    margin-bottom: 15px;
    font-size: 14px;
    color: #808080;
}
.enterprise4-3 .cCont3,.enterprise4-3 .cCont4{
    background-color: #ecf0f5;
    height: 600px;
    position: relative;
}
.enterprise4-3 .cCont3 .list{
    overflow: hidden;
}
.enterprise4-3 .cCont3 .list h2{
    position: absolute;
    top: 80px;
    font-size: 24px;
    color: #4c4c4c; 
}
.enterprise4-3 .cCont3 .list .item{
    float: left;
    height: 600px;
    max-width: 240px;
    padding-top: 140px;
    transition: all .6s;
}
.enterprise4-3 .cCont3 .list .item h6{
    font-size: 18px;
    color: #46494c;
    line-height: 1;
    transition: all .6s;
    margin-bottom: 20px;
}
.enterprise4-3 .cCont3 .list .item .img{
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    height: 180px;
}
.enterprise4-3 .cCont3 .list .item .img img{
    transition: all .6s;

}
.enterprise4-3 .cCont3 .list .item:hover img{
    transform: scale(1.08);
    transition: all .6s;
}
.enterprise4-3 .cCont3 .list .item:hover .img::before{
   
    opacity: 0;
}
.enterprise4-3 .cCont3 .list .item .img::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 240px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    transition: all .6s;
    opacity: 1;
    z-index: 10;
}
.enterprise4-3 .cCont3 .list .item .img::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 240px;
    height: 42%;
    background: url(/images/enterprise/enterprise4-3_li.png) no-repeat top/cover;
    opacity: 0;
}
.enterprise4-3 .cCont3 .list .item  p{
    color: #757a80;
    transition: all .6s;
}
.enterprise4-3 .cCont3 .list .item:hover .img::after{
    transition: all .6s;
    opacity: 1;
}
.enterprise4-3 .cCont3 .list .item:hover .img::before{
    transition: all .6s;
    opacity: 0;
}
.enterprise4-3 .cCont3 .list .item:hover{
    transition: all .6s;
    background-color: #0056c1;
}
.enterprise4-3 .cCont3 .list .item:nth-child(1):hover h2{
    color: #fff;
    transition: all .6s;
}

.enterprise4-3 .cCont3 .list .item:hover p,
.enterprise4-3 .cCont3 .list .item:hover h6{
    padding-left: 25px;
    transition: all .6s;
}
.enterprise4-3 .cCont3 .list .item:hover p{
    color: rgba(255, 255, 255, 0.7);
}
.enterprise4-3 .cCont3 .list .item:hover h6{
    color: #fff;
}
.enterprise4-3 .cCont4 .list{
    position: relative;
}
.enterprise4-3 .cCont4 .list::after{
    clear: both;
    content: '';
    display: block;
}
.enterprise4-3 .cCont4 .list .item{
    float: left;
    position: relative;
    height: 370px;
    width: 160px;
    margin-right: 48px;
}
.enterprise4-3 .cCont4 .list .item:nth-last-child(1){
    margin-right: 0;
}
.enterprise4-3 .cCont4 {
    padding: 80px 0 60px;
}
.enterprise4-3 .cCont4  h1{
    font-size: 24px;
    color: #4c4c4c;
    text-align: center;
    margin-bottom: 40px;
}
.enterprise4-3 .cCont4 .list .item::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url(/images/enterprise/enterprise4-3_yuan.png) no-repeat center;
    width: 162px;
    height: 217px;
    z-index: 1;
}
.enterprise4-3 .cCont4 .list .item .img{
    z-index: 11;
    position: relative;
    top: 11px;
    left: 11px;
    height: 139px;
    overflow: hidden;
}
/* .enterprise4-3 .cCont4 .list .item .img img{
    transition: all .6s;
    
}
.enterprise4-3 .cCont4 .list .item:hover .img img{
    transform: scale(1.08);
    transition: all .6s;
} */
.enterprise4-3 .cCont4 .list .item .txt .ic{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 105px;
}
.enterprise4-3 .cCont4 .list .item .txt .ic img{
    text-align: center;
    margin: 0 auto 5px;
  
}
.enterprise4-3 .cCont4 .list .item .txt  p{
    text-align: center;
    font-size: 16px;
    color: #7a7d80;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 80px;
}
.enterprise4-3 .cCont4 .list .item .txt .num{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5px;
}
.enterprise4-3 .cCont4 .list .item .txt .num img{
    margin: 0 auto ;
}
.enterprise4-3 .cCont4 h3{
    color: #00a246;
    font-size: 32px;
    text-align: center;
    position: relative;
    top: -20px;
}
.enterprise4-4 .pageBanner .cot{
    float: right;
    padding-top: 244px;
}
.enterprise4-4 .pageBanner .cot h1{
    color: #ffffff;
    font-size: 36px;
    line-height: 32px;
    text-align: left;
    
}
.enterprise4-4 .pageBanner .cot h2{
    font-size: 48px;
    font-family: Rajdhani;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
}
.enterprise4-4 .cCont1{
    padding: 80px 0 55px;
}
.enterprise4-4 .cCont1 .cTit h5{
    color: #ed7d31;
    font-size: 20px;
    margin-top: 35px;
    margin-bottom: 10px;
}
.enterprise4-4 .cCont1 .cTit p{
    color: #808080;
}
.enterprise4-4 .cCont1 .cTit{
    position: relative;
}
.enterprise4-4 .cCont1 .cTit .ico{
    position: absolute;
    right: 20px;
    bottom: 20px;
}
.enterprise4-4 .cCont2 .Bom{
    /* overflow: hidden; */
}
.enterprise4-4 .cCont2 .Bom h1{
  float: left;
  font-size: 24px;
  color: #4c4c4c;
  padding-bottom: 30px;
  line-height: 1;
}
.enterprise4-4 .cCont2 .Bom .ux-dt{
    float: right;
    padding: 0 0 30px;
    position: relative;
    z-index: 10;
}

.enterprise4-4  .cCont2 .Bom .ux-dt .li{
    line-height: 2;
}
.enterprise4-4 .cCont2 .Bom .cont{
    padding: 30px;
}
.enterprise4-4 .cCont2 .Bom .cont h4{
    font-size: 16px;
}
.enterprise4-4 .cCont2 .Bom .item{
    height: auto;
}
.enterprise4-4 .cCont2{
    padding-bottom: 60px;
}
.enterprise4-4 .cCont3{
    background: url(/images/enterprise/enterprise4-4-bg.jpg) no-repeat center;
    height: 538px;
    padding: 70px 0;
    position: relative;
}
.enterprise4-4 .cCont3 .tit{
    padding-bottom: 40px;
}
.enterprise4-4 .cCont3 .tit h1{
    font-size: 32px;
    color: #fff;
    font-weight: 100;
    margin-bottom: 10px;
}
.enterprise4-4 .cCont3 .tit h3{
    color: #fff ;
    font-size: 16px;

}
.enterprise4-4 .cCont3 .list{
    width: 380px;
}
.enterprise4-4 .cCont3 .list .box{
    padding: 20px 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}
.enterprise4-4 .cCont3 .list .box p{
    color: #954814;
  font-family: "Rajdhani";
  font-size: 16px;
}
.enterprise4-4 .cCont3 .list .box:nth-child(1){
    border-top: 2px solid rgba(255, 255, 255, 0.2);
}
    
