* {
    margin: 0;
    padding: 0;
}

p, h1, h2, h3, h4, h5, h6 {
    color: #333333;
}

.w1200 {
    margin: 0 auto;
    width: 1200px;
}

/*header*/
header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    line-height: 80px;
    height: 80px;
    box-sizing: border-box;
    padding: 0 40px;
    z-index: 3;
    background: #fff;
    transition: 0.3s ease-out;
    border-bottom: 1px solid #eee;
}

header.on {
    background: transparent;
    border-bottom: 1px solid transparent;
}

header .logo {
    display: inline-block;
}

header .logo img {
    display: block;
    width: 283px;
    height: 46px;
    transition: 0.4s ease-in-out;
    margin-top: 16px;
}

.nav {
    transform: translateX(40px);
    transition: 0.4s ease-out;
    display: inline-block;
    float: right;
}

header.on .nav {
    transform: translateX(-40px);
}

.nav ul {
    margin-right: 10px;
    /*font-size: 0;*/
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.nav ul > li {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: auto;
    padding: 0 15px;
}

.nav ul > li {
    transform: translateY(-100px);
    opacity: 0;
}

.nav ul > li > a {
    display: inline-block;;
    line-height: 1;
    width: auto;
    padding-bottom: 31px;
    position: relative;
    border-bottom: 2px solid transparent;
    color: #333;
}

.nav ul > li.on > a, .nav ul > li:hover > a {
    color: #006ebd;
    font-weight: bold;
}

.nav ul > li:last-child:before {
    display: none
}

.nav ul > li:nth-child(1) {
    transition: 0.4s ease-out;
}

.nav ul > li:nth-child(2) {
    transition: 0.4s ease-out .1s;
}

.nav ul > li:nth-child(3) {
    transition: 0.4s ease-out .2s;
}

.nav ul > li:nth-child(4) {
    transition: 0.4s ease-out .3s;
}

.nav ul > li:nth-child(5) {
    transition: 0.4s ease-out .4s;
}

.nav ul > li:nth-child(6) {
    transition: 0.4s ease-out .5s;
}

.nav ul > li:nth-child(7) {
    transition: 0.4s ease-out .6s;
}

.nav.on ul > li {
    transform: translateY(0px);
    opacity: 1;
}

.nav.on ul > li.phone {
    padding-right: 0;
}

.nav ul > li.phone p {
    display: inline-block;
    margin-left: 6px;
}

.mobile {
    float: right;
    width: 40px;
    height: 40px;
    background: #343841;
    margin-top: 20px;
    border-radius: 2px;
    cursor: pointer;
    text-align: center;
    line-height: 3px;
    box-sizing: border-box;
    padding-top: 2px;
    transition: 0.4s ease-in-out;
    transform: translateX(100px);
}

header.on .mobile {
    transform: translateX(0);
}

.mobile i {
    display: block;
    margin: 0 auto;
    width: 23px;
    height: 2px;
    background: white;
    margin-top: 7px;
    border-radius: 5px;
}

.mobile i:nth-child(1) {
    transition: 0.4s ease-in-out 0.3s;
    margin-top: 13px
}

.mobile i:nth-child(2) {
    transition: 0.4s ease-in-out;
    display: none;
}

.mobile i:nth-child(3) {
    transition: 0.4s ease-in-out 0.3s;
}

.mobile.active i:nth-child(1) {
    transform: rotate(45deg) translateY(2px) translateX(4px);
}

.mobile.active i:nth-child(2) {
    transform: translateX(40px);
    opacity: 0;
}

.mobile.active i:nth-child(3) {
    transform: rotate(-45deg) translateY(-3px) translateX(4px);
}

/*首页左侧小点*/
#fp-nav ul li a span::after {
    display: none;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span, #fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span {
    width: 10px;
    height: 10px;
    background: #c3c8cd;
    left: 0;
}

#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 {
    border: none;
    background: #c3c8cd;
}

.divBox {
    width: 75%;
    margin: 0 auto;
    left: 0;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
    left: 0;
}

#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 {
    left: 0;
    background: #fccf1c !important;
}

#fp-nav ul li a span {
    transform-style: preserve-3d;
    perspective: 800px;
}

#fp-nav ul li a span::after {
    content: '';
    display: block !important;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #fccf1c;
    top: -4px;
    left: -4px;
    transform: rotateX(270deg);
    transition: 0.5s ease-out;
    opacity: 0;
}

#fp-nav ul li:hover a span::after {
    transform: rotateX(0deg);
    opacity: 1;
}

#fp-nav ul li a.active span::after, .fp-slidesNav ul li a.active span::after, #fp-nav ul li:hover a.active span::after, .fp-slidesNav ul li:hover a.active span::after {
    transform: rotateX(0deg);
    opacity: 1;
}

#fp-nav.left {
    left: 40px;
}

/*右侧悬浮*/
.cbl {
    width: 50px;
    position: fixed;
    right: 0;
    bottom: 10%;
    z-index: 3333;
}

.cbl li {
    margin-top: 2px;
    transition: 0.4s ease-in-out;
}

.cbl li > a {
    /*padding: 12px 0;*/
    display: block;
    margin-top: 3px;
}

.cbl li > a img {
    transition: 0.4s ease-in-out;
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    box-sizing: border-box;
}

.cbl li:nth-child(1) {
    position: relative;
}

.cbl li:nth-child(1) > img {
    position: absolute;
    top: 0;
    left: -72px;
    transform: scale(0);
    transition: 0.3s ease-in-out;
    opacity: 0;
    width: 67px;
}

.cbl li:nth-child(1):hover > img {
    transform: scale(1);
    opacity: 1;
}

/*第一屏*/
.section1 {
    position: relative;
}

.banner {
    width: 100%;
    height: 100%;
}

.swiper-slide1 {
    width: 100%;
    height: 100vh;
}

.swiper-slide1 .banner-img1, .swiper-slide1 .banner-img2 {
    width: 100%;
    height: 100%;
    display: block;
    animation: all 4.5s both 1s;
}

.swiper-slide1 .banner-img2 {
    display: none;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    60% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    60% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.swiper-slide1.swiper-slide-active img {
    /*-webkit-animation: pulse 4.5s both 1s;*/
    /*animation: pulse 4.5s both 1s;*/
}

.banner .page1 .swiper-pagination-bullet {
    width: 25px;
    height: 2px;
    background: #fff;
    opacity: 1;
    border-radius: 0;
    transition: 0.4s ease-out;
    margin: 0 8px !important;
}

.banner .page1 .swiper-pagination-bullet-active {
    background: #fff;
    width: 100px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.page1 {
    bottom: 55px;
}


.ban1_list_i {
    display: block;
    width: 75px;
    height: 75px;
    text-align: center;
    line-height: 75px;
    border: 1px solid rgba(250, 250, 250, .5);
    border-radius: 50%;
    cursor: pointer;
    transition: 1s ease-in-out .35s;
    transform: translateY(100px);
    position: absolute;
    left: 50%;
    margin-left: -38px;
    bottom: 35%;
    z-index: 9;

}

@keyframes ran {
    0% {
        transform: translateY(-3px);
    }
    25% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(3px);
    }
    75% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(-3px);
    }
}

.ban1_list_i img {
    animation: ran 2s linear infinite;
    vertical-align: middle;
}

/*第二屏*/
.section2 {

}

.box2 {
    position: relative;
}

.box2 .left {
    width: 50%;
    height: 100vh;
    position: relative;
}

.box2 .left > img {
    width: 100%;
    height: 100%;
    display: block;
}

.box2_left {
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 60px;
}

.box2_left h1 {
    font-size: 32px;
    line-height: 32px;
    font-weight: bold;
    color: #fff;
}

.box2_left p {
    font-size: 16px;
    line-height: 32px;
    color: #fff;
}

.box2_left img {
    margin-top: 30px;
}

.box2-xian {
    width: 140px;
    height: 14px;
    background: #fccf1c;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -7px;
    margin-left: -75px;
    z-index: 2;
}

.box2 .right {
    width: 50%;
    height: 100vh;
    background: url("../images/box2-bg.jpg") no-repeat center center;
    background-size: cover;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.box2_right {

    display: inline-block;
    width: 400px;
    text-align: left;
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);

}

.title {

}

.title::after {
    content: '';
    display: block;
    width: 70px;
    height: 2px;
    background: #fccf1c;
    margin-top: 15px;
}

.title::after {
    transition: 1s ease-in-out .8s;
}

.title h2 {
    display: inline-block;
    vertical-align: bottom;
    font-size: 35px;
    font-weight: bold;
    font-family: "arial black";
    color: #343841;
    text-transform: uppercase;
    line-height: 35px;
    transition: 1s ease-in-out .4s;
}

.title p {
    display: inline-block;
    vertical-align: bottom;
    font-size: 18px;
    color: #343841;
    font-weight: bold;
    margin-left: 5px;
    position: relative;
    top: -3px;
    transition: 1s ease-in-out .6s;
}

.box2_right > p, .box3_right > p, .box4_right > p, .box5_right > p {
    font-size: 16px;
    color: #282828;
    line-height: 30px;
    margin-top: 30px;
}

.box2_right_more {
    margin-top: 100px;
}

.box2_right_more a {
    display: block;
    width: 100px;
    height: 40px;
    text-align: center;
    line-height: 38px;
    position: relative;
}

.box2_right_more i {
    font-size: 18px;
    color: #343841;
    font-weight: bold;
    font-family: "arial black";
    position: relative;
    z-index: 2;
    left: -25px;
    transition: 0.3s ease-out;
}

.box2_right_more a:hover i {
    left: 0px;
}

.box2_right_more a::after {
    content: '';
    display: block;
    width: 55px;
    height: 10px;
    background: #fccf1c;
    position: absolute;
    left: 10px;
    bottom: 7px;
    transition: 0.3s ease-out;
}

.box2_right_more a:hover::after {
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
}

/*第三屏*/
.section3 {
    background: url("../images/box3-bg.jpg") no-repeat center center;
    background-size: cover;
}

.box3, .box4, .box5 {
    width: 75%;
    margin: 0 auto;
    left: 0;
    height: 100vh;
    position: relative;
}

.box3 .left {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 400px);
    position: relative;
}

.box3_left1 {
    display: inline-block;
    vertical-align: middle;
    width: 350px;
    margin-right: 50px;
}

.box3_left1 ul li:nth-child(2) {
    margin-top: 50px;
}

.box3_left1 ul li a, .swiper-slide-box3 a, .al-list li div {
    display: block;
    position: relative;

}

.box3_left1 ul li a::before,
.swiper-slide-box3 a::before,
.al-list li div::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(252, 207, 28, .2);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.4s ease-out;
    box-sizing: border-box;
    border: 1px solid rgba(250, 250, 250, .6);
}

.box3_left1 ul li a:hover::before,
.swiper-slide-box3 a:hover::before,
.al-list li div:hover::before {
    transform: scale(0.9);
    opacity: 1;
}

.box3_left1 ul li a::after,
.swiper-slide-box3 a::after,
.al-list li div::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(52, 56, 65, .2);
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    border: 1px solid rgba(250, 250, 250, .6);
    transform: scale(0.9);
    transition: 0.4s ease-out;
}

.box3_left1 ul li span, .swiper-slide-box3 span, .al-list li div span {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    box-sizing: border-box;
    border: 4px solid #7d7c79;
}

.box3_left1 ul li span img, .swiper-slide-box3 span img, .al-list li div span img {
    width: 100%;
    display: block;
}

.box3_left1 ul li p, .swiper-slide-box3 p, .al-list li div p {
    width: 100%;
    position: absolute;
    font-size: 18px;
    color: white;
    font-weight: bold;
    bottom: 30px;
    text-align: center;
    z-index: 3;
    transform: translateY(-20px);
    opacity: 0;
    line-height: 24px;
    height: 48px;
    transition: 0.4s ease-out;
    box-sizing: border-box;
    padding: 0 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.box3_left1 ul li a:hover p,
.swiper-slide-box3 a:hover p,
.al-list li div:hover p {
    transform: translateY(0);
    opacity: 1;
}

.box3_left2 {
    width: 350px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.box3_left2_div {
    position: absolute;
    bottom: 45px;
    right: 8%;
}

.box3_left2_div img {
    animation: ran 3s linear infinite;
}

.box3_left2_div p {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    color: #8f8f8f;
    margin-left: 10px;
    margin-top: 8px;
}

.swiper-container-box3 {
    height: 100vh;
}

.box3 .right {
    display: inline-block;
    width: 400px;
    box-sizing: border-box;
    text-align: left;
    position: absolute;
    top: 50%;
    right: 80px;
    transform: translate(0%, -50%);

}

.box3 .title p {
    margin-left: -50px;
}

/*第四屏*/
.section4 {
    background: url("../images/box4-bg.jpg") no-repeat center center;
    background-size: cover;
}

.box4 {

}

.box4 .left {
    display: inline-block;
    width: 400px;
    box-sizing: border-box;
    text-align: left;
    position: absolute;
    padding-right: 80px;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
}

.box4 .title p {
    margin-left: -10px;
}

.box4 .right {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 400px);
    position: absolute;
    right: 0;
    top: 25%;
    /*transform: translate(0%, -50%);*/
}

.swiper-container-box4 {

}

.swiper-slide-box4 {
    box-sizing: border-box;
    padding-bottom: 60px;
}

.swiper-slide-box4 a {
    display: block;
    position: relative;
    text-align: center;
    background: #e5e4e4;
    box-sizing: border-box;
    border: 1px solid #dedede;
}

.swiper-slide-box4 a:before {
    content: '';
    display: block;
    width: 1px;
    height: 0%;
    background: #fccf1c;
    position: absolute;
    right: 0;
    top: 0;
    transition: 0.5s ease-out;
    z-index: 2;
}

.swiper-slide-box4 a::after {
    content: '';
    display: block;
    width: 0%;
    height: 1px;
    background: #fccf1c;
    position: absolute;
    right: 0;
    top: 0;
    transition: 0.5s ease-out;
    z-index: 2;
}

.swiper-slide-box4 a span {
    display: block;
}

.swiper-slide-box4 a span:before {
    content: '';
    display: block;
    width: 1px;
    height: 0%;
    background: #fccf1c;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: 0.5s ease-out;
    z-index: 2;
}

.swiper-slide-box4 a span::after {
    content: '';
    display: block;
    width: 0%;
    height: 1px;
    background: #fccf1c;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: 0.5s ease-out;
    z-index: 2;
}

.swiper-slide-box4 a span img {
    width: 100%;
    transform: translateX(0);
}

.swiper-slide-box4 a:hover:before,
.swiper-slide-box4 a:hover span:before {
    height: 100%;
}

.swiper-slide-box4 a:hover::after,
.swiper-slide-box4 a:hover span::after {
    width: 100%;
}

.swiper-slide-box4 div {
    box-sizing: border-box;
    padding: 25px 35px 40px;
}

.swiper-slide-box4 div h1 {
    font-size: 18px;
    line-height: 18px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: 0.3s ease-out;
}

.swiper-slide-box4 a i {
    display: block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    background: #fccf1c;
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -22px;
    z-index: 3;
    transition: 0.3s ease-in-out;
    transform: translateY(20px);
    opacity: 0;
}

.swiper-slide-box4 a:hover i {
    transform: translateY(0);
    opacity: 1;
}

.swiper-slide-box4 a i img {
    transition: 0.3s ease-out;
    transform: translateX(0px);
}

.page-box4 {
    text-align: left;
    display: inline-block;
    width: auto;
    margin-left: 22px;
}

.page-box4 span {
    background: #c2c2c2;
    opacity: 1;
    border-radius: 10px;
    transition: 0.3s ease-out;
}

.page-box4 .swiper-pagination-bullet-active {
    width: 55px;
    background: #fccf1c;
}

.prev-box4, .next-box4 {
    width: 6px;
    height: 10px;
    text-align: center;
    line-height: 10px;
    background: transparent;
    color: #cbcbcb;
    font-size: 12px;
}

.prev-box4 {
    right: auto;
    top: auto;
    bottom: 13px;
    left: 0;
    background-image: url("../images/icon-left4.png");
}

.next-box4 {
    right: auto;
    top: auto;
    bottom: 13px;
    left: 255px;
    background-image: url("../images/icon-right4.png");
}

/*第五屏*/
.section5 {
    background: url("../images/box5-bg.jpg") no-repeat center center;
    background-size: cover;
}

.box5 .left {
    display: inline-block;
    width: 400px;
    box-sizing: border-box;
    text-align: left;
    position: absolute;
    padding-right: 80px;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
}

.box5 .right {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 400px);
    position: absolute;
    right: 0;
    top: 22%;
    /*transform: translate(0%, -50%);*/
}

.swiper-container-box5 {

}

.swiper-slide-box5 a {
    display: block;
    box-sizing: border-box;
    padding-bottom: 30px;
}

.swiper-slide-box5 a span {
    display: block;
    overflow: hidden;
    position: relative;
}

.swiper-slide-box5 a span::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #fccf1c;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: 0.3s ease-out;
    transform: scaleX(0);
}

.swiper-slide-box5 a:hover span::after {
    transform: scale(1);
}

.swiper-slide-box5 a span img {
    width: 100%;
    transition: 0.3s ease-in-out;
}

.swiper-slide-box5 a:hover span img {
    transform: scale(1.05);
}

.swiper-slide-box5 div {
    margin-top: 35px;
    box-sizing: border-box;
    padding: 0 20px 40px;
    position: relative;
}

.swiper-slide-box5 div time {
    display: block;
    text-align: center;
    font-size: 12px;
    color: #999999;
}

.swiper-slide-box5 div h1 {
    font-size: 16px;
    color: #282828;
    margin-top: 7px;
    text-align: center;
    transition: 0.3s ease-in-out;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 42px;
}

.swiper-slide-box5 a:hover div h1 {
    color: #fccf1c;
}

.swiper-slide-box5 div p {
    font-size: 14px;
    color: #999999;
    line-height: 25px;
    height: 75px;
    margin-bottom: 25px;
    margin-top: 5px;
    position: relative;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.swiper-slide-box5 div::after {
    content: '';
    display: block;
    width: 2px;
    height: 22px;
    background: #2c3238;
    transform: rotate(25deg);
    position: absolute;
    bottom: -23px;
    left: 50%;
    transition: 0.3s ease-in-out;
}

.swiper-slide-box5 a:hover div::after {
    transform: rotate(180deg);
    background: #fccf1c;
}

footer {
    background: #333333;
    /*height: 345px;*/
    width: 100%;
    padding: 34px 0 0;
}

footer .w1200 {
    padding-bottom: 20px;
}

.foot-main1 {
    float: left;
}

.foot-main1 ul {
    float: left;
    width: 150px;
}

.foot-main1 ul li {
    font-size: 13px;
}

.foot-main1 ul li:first-child {
    font-size: 15px;
}

.foot-main1 ul li a {
    color: #c7c7c7;
    display: block;
    height: 28px;
    line-height: 28px;
}

.foot-main2 {
    float: left;
    width: 298px;
    height: 136px;
    border-left: 1px solid #484848;
    border-right: 1px solid #484848;
    box-sizing: border-box;
    padding-left: 50px;
}

.foot-main2 h2 {
    font-size: 14px;
    color: #fff;
}

.foot-main2 img {
    margin-right: 10px;
}

.foot-main2 h1 {
    font-size: 30px;
    color: #fff;
    font-family: 黑体;
    padding: 10px 0;
}

.foot-main2 p {
    font-size: 15px;
    line-height: 30px;
    color: rgba(255, 255, 255, .6);
}

.foot-main3 {
    float: right;
}

.foot-main3 img {
    display: block;
    width: 98px;
    height: 98px;
}

.foot-main3 p {
    font-size: 14px;
    text-align: center;
    line-height: 14px;
    color: #fff;
    margin-top: 12px;
}

.foot-p {
    text-align: center;
    font-size: 12px;
    color: #939292;
    height: 54px;
    line-height: 54px;
    border-top: 1px solid #484848;
}

.foot-p a {
    color: #939292;
}

/*首页动画*/


.title h2 {
    transition: 1s ease-in-out .4s;
}

.title p {
    transition: 1s ease-in-out .6s;
}

.title::after {
    transition: 1s ease-in-out .8s;
}

.box2_right > p,
.box3_right > p,
.box4_right > p,
.box5_right > p,
.box3_left1 ul li:nth-child(1) {
    transition: 1s ease-in-out 1s;
}

.box2_right_more,
.box3_left1 ul li:nth-child(2),
.box4 .right,
.box5 .right {
    transition: 1s ease-in-out 1.2s;
}


.title::after {
    transform: translateX(200px);
    opacity: 0;
}

.box3_left1 ul li {
    transform: translateX(-200px);
    opacity: 0;
}

.active .title::after,
.active .box3_left1 ul li {
    transform: translateX(0);
    opacity: 1;
}

.title h2, .title p,
.box2_right > p,
.box2_right_more,
.box3_right > p,
.box4_right > p,
.box5_right > p,
.box4 .right,
.box5 .right {
    transform: translateY(200px);
    opacity: 0;
}

.active .title h2,
.active .title p,
.active .box2_right > p,
.active .box3_right > p,
.active .box4_right > p,
.active .box5_right > p,
.active .box2_right_more,
.active .box4 .right,
.active .box5 .right {
    transform: translateY(0);
    opacity: 1;
}

/*关于我们-公司简介*/
.w1430 {
    width: 1430px;
    margin: 0 auto;
}

.top-main {
    position: relative;
    height: 600px;
    margin-top: 80px;
}

.top-main img {
    position: absolute;
    top: 0;
    min-width: 100%;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.top-main h1 {
    color: white;
    font-weight: bold;
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    z-index: 2;
    padding-top: 185px;
}

.top-main h1:after {
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    background: #ffd600;
    margin: 25px auto 0;
}

.top-nav-list {
    background: rgba(0, 0, 0, .2);
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    border-top: 1px solid rgba(250, 250, 250, .2);
    height: 180px;
}

.top-nav-list ul {
    display: flex;
}

.top-nav-list ul li, #topNav .swiper-slide {
    flex: 1;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    line-height: 100px;
}

.top-nav-list ul li a, #topNav .swiper-slide a {
    display: block;
    position: relative;
    font-size: 16px;
    color: #fff;
}

.top-nav-list ul li a::after, #topNav .swiper-slide a::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #ffd600;
    position: absolute;
    top: -1px;
    left: 0;
    transition: 0.4s ease-out;
    transform: scaleX(0);
}

.top-nav-list ul li.on a,
.top-nav-list ul li a:hover,
#topNav .swiper-slide.active a,
#topNav .swiper-slide a:hover {
    color: #ffd600;
}

.top-nav-list ul li.on a::after,
.top-nav-list ul li a:hover::after,
#topNav .swiper-slide.active a::after,
#topNav .swiper-slide a:hover::after {
    transform: scaleX(1);
}

.bg {
    background: #f7f7f7;
}

.about-main {
    padding-bottom: 20px;
}

.about-main1 {
    background: white;
    box-sizing: border-box;
    padding: 80px 112px;
    /*box-shadow: 0 0px 29px -1px grey;*/
    /*transform: translateY(-72px);*/
    margin-top: -80px;
    position: relative;
}

.title2 {
    font-size: 34px;
    line-height: 34px;
    color: #333333;
    text-align: center;
}

.title2::after {
    content: "";
    display: block;
    margin: 32px auto 0;
    width: 80px;
    height: 2px;
    background: #fccf1c;
}

.about-con {
    padding: 40px 0 0;
    font-size: 15px;
    line-height: 30px;
}

.about-con p {
    line-height: 30px;
    min-height: 30px;
}

.about-con h3 {
    font-size: 24px;
    line-height: 45px;
    color: #000000;

}

/*关于我们-企业文化*/
.about-main2 {
    display: block;
    margin-top: 80px;
}

.about-main2 li {
    width: 165px;
    float: left;
    text-align: center;
    /*padding: 0 20px;*/
    box-sizing: border-box;
    margin-right: 95px;
}

.about-main2 li:nth-child(5n) {
    margin-right: 0;
}

.about-main2 li div {
    display: block;
    border: 1px solid #e3e3e3;
    width: 128px;
    height: 128px;
    margin: 0 auto;
    border-radius: 50%;
    position: relative;
}

.about-main2 li div img {
    display: block;
    width: 128px;
    height: 128px;
    position: relative;
    z-index: 2;
}

.about-main2 li div .img1, .about-main2 li:hover div .img2 {
    display: block;
}

.about-main2 li div .img2, .about-main2 li:hover div .img1 {
    display: none;
}

.about-main2 li div::before {
    content: "";
    display: block;
    width: 110px;
    height: 110px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: #fccf1c;
    margin-left: -55px;
    margin-top: -55px;
    border-radius: 50%;
    opacity: 0;
    transition: 0.2s ease-out;
    transform: scale(0);
}

.about-main2 li:hover div::before {
    opacity: 1;
    transition: 0.2s ease-out;
    transform: scale(1);
}

.about-main2 li h2 {
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    color: #333333;
    margin-top: 16px;
    margin-bottom: 12px;
}

.about-main2 li p {
    font-size: 14px;
    line-height: 26px;
    color: #666666;
    height: 52px;
}

/*关于我们-组织架构*/
.about-main3 {
    margin-top: 50px;
}

.about-main3 img {
    display: block;
    width: 100%;
    height: auto;
}

/*关于我们-资质证书*/

.banner2 {
    margin-top: 80px;
    position: relative;
}

.swiper-container2 {
    width: 1075px;
}

.swiper-slide2 {
    width: 534px;

}

.swiper-slide2 img {
    border: 5px solid #5D2A09;
    display: block;
    /*box-sizing: border-box;*/
    width: 524px;
    height: 356px;
}

.swiper-slide2 p {
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    margin-top: 30px;
    opacity: 0;
    overflow: hidden;
    height: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.swiper-slide2.swiper-slide-active p {
    opacity: 1;
}

.prev2, .next2 {
    position: absolute;
    top: 176px;
    width: 42px;
    height: 42px;
    margin-top: 0px;
    z-index: 2;
}

.next2 {
    background: url("../images/icon-right1.png");
    right: 0;
}

.prev2 {
    background: url("../images/icon-left1.png");
    left: 0;
}

/*项目案例*/
.top-main2 {
    height: 520px;
}

.top-main2 .top-nav-list {
    height: 100px;
}

#topNav {
    width: 100%;
    overflow: hidden;
    /*font: 16px/32px hiragino sans gb, microsoft yahei, simsun;*/
    /*border-bottom: 1px solid #f8f8f8;*/
}

#topNav .swiper-slide {
    min-width: 171px;
}

.al-main {
    padding: 80px 0 45px;
}

.al-list {
    margin-top: 58px;
}

.al-list li {
    float: left;
    width: 420px;
    margin-right: 82px;
    margin-bottom: 30px;
}

.al-list li:nth-child(3n) {
    margin-right: 0;
}

.al-list li div p {
    font-size: 20px
}

.al-list li h2 {
    font-size: 16px;
    line-height: 52px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.jzgd-btn {
    height: 50px;
    line-height: 50px;
    background: #f7f7f7;
    text-align: center;
    font-size: 14px;
    color: #555;
    display: block;
}

.jzgd-btn:hover {
    color: #007aff;
}

.top-nav-list2 {
    padding: 0 115px;
    box-sizing: border-box;
    position: relative;
}

.prev-top, .next-top {
    width: 32px;
    height: 32px;
    display: block;
}

.prev-top {

    background: url("../images/icon-left2.png");
}

.next-top {
    background: url("../images/icon-right2.png");
}

/*案例详情*/
.case-main {
    margin-top: 0;
}

.case-main h1, .fw-main h1 {
    text-align: center;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 50px;
}

.case-main1 {
    font-size: 14px;
    line-height: 30px;
}

.case-main2 {
    margin-top: 50px;
}

.case-next {
    font-size: 0;
    text-align: center;
}

.case-next a {
    width: 85px;
    height: 85px;
    display: inline-block;
    border: 1px solid #979797;
    line-height: 85px;
    border-radius: 50%;
    font-size: 14px;
    margin: 0 10px;
}

.case-next a:hover {
    color: #fccf1c;
    border: 1px solid #fccf1c;
}

.fx-main {
    text-align: center;
}

.fx-main p {
    font-size: 14px;
    line-height: 14px;
    color: #999999;
    margin-top: 50px;
    margin-bottom: 18px;
}

.fx-main .bshare-custom a {
    background-image: url("../images/fx.png") !important;
    /*width: 30px;*/
    height: 30px !important;
    line-height: 30px;
    padding-left: 30px !important;
    /*margin: 0 4px;*/
}

.fx-main .bshare-custom a.bshare-qqim {
    background-position: 0 0;
}

.fx-main .bshare-custom a.bshare-qzone {
    background-position: -32px 0;
}

.fx-main .bshare-custom a.bshare-sinaminiblog {
    background-position: -64px 0;
}

.fx-main .bshare-custom a.bshare-weixin {
    background-position: -96px 0;
}

.bshare-custom.icon-medium-plus a.bshare-more.more-style-addthis {
    background: url("../images/fx.png") -129px 0 !important;
    /*background-position: -129px 0;*/
    padding-left: 30px !important;
}

.fx-main .bshare-custom a.bshare-more {
    background-position: -129px 0;
}

/*服务中心*/
.fw-main {

}

/*新闻中心*/
.new-main {
    padding: 80px 0 30px;
}

.new_list {
    margin-top: 50px;
    margin-bottom: 10px;
}

.new_list li {
    width: 100%;
    background: #fff;
    transition: 0.4s ease-in-out;
    padding: 30px 0;
}

.new_list li:hover {
    background: #f7f7f7;
    transition: 0.4s ease-in-out;
}

.new_img {
    width: 248px;
    height: 139px;
    display: block;
    overflow: hidden;
    float: left;
}

.new_img img {
    width: 100%;
    height: 100%;
    display: block;
    transform: scale(1);
    transition: 0.4s ease-in-out;
}

.new_list li:hover .new_img img {
    width: 100%;
    height: 100%;
    display: block;
    transform: scale(1.1);
    transition: 0.4s ease-in-out;
}

.new_list .new_date {
    /*width: 200px;*/
    margin-left: 62px;
    box-sizing: border-box;
    /*padding: 0 62px;*/
    float: left;
}

.new_list .new_date p {
    font-size: 32px;
    line-height: 32px;
    margin-top: 48px;
    font-weight: 100;
}

.new_list .new_con {
    float: right;
    width: 980px;
    box-sizing: border-box;
    padding-right: 85px;
    padding-top: 26px;
    position: relative;
}

.new_list .new_con::after {
    content: "/";
    position: absolute;
    right: 0;
    top: 64px;
    color: #333;
}

.new_list li:hover .new_con::after {
    color: #27acea;
}

.new_list .new_con h2 {
    font-size: 20px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
}

.new_list .new_con h2::before {
    content: "";
    display: inline-block;
    width: 0px;
    height: 1px;
    margin-top: 10px;
    vertical-align: top;
    background: #333;
    margin-right: 0px;
    transition: 0.4s ease-in-out;
}

.new_list li:hover .new_con h2::before {
    width: 20px;
    margin-right: 10px;
    transition: 0.4s ease-in-out;
}

.new_list .new_con p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 18px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 48px;
}

/*新闻中心详情页*/
.xwdt-xq-top {
    margin-top: 81px;
    height: 96px;
    width: 100%;
    background: #fff;
    box-shadow: 0px 5px 5px #e4e4e4;
    /*border-top: 1px solid #eee;*/
    /*box-sizing: border-box;*/
}

.xwdt-xq-top .fh {
    display: inline-block;
    width: 120px;
    height: 38px;
    font-size: 13px;
    color: #666666;
    box-sizing: border-box;
    border: 1px solid #d3d3d3;
    text-align: center;
    line-height: 36px;
    margin-top: 31px;
}

.xwdt-xq-top .fh span {
    font-size: 14px;
    font-family: SimSun;
    font-weight: bold;
    margin-right: 12px;
}

.xwdt-xq-top .right {
    line-height: 96px;
    color: #999999;
    font-size: 14px;
}

.xwdt-xq-top .right img {
    margin-top: 38px;
    vertical-align: top;
}

.xwdt-xq-top .right a {
    color: #999999;
}

.xwdt-xq-main {
    padding: 0 0 20px;
    background: #f7f7f7;
}

.xwdt-xq-main .xwzx-xq-main1 {
    margin-top: 20px;
    padding: 70px 50px 60px;
}

.xwzx-xq-main {
    padding-bottom: 20px;
}

.xwzx-xq-main1 {
    /*padding: 20px 0;*/
    box-sizing: border-box;
    padding: 70px 115px 50px;
    background: #fff;
    margin-top: 20px;
}

.xwzx-xq-main1 h2 {
    font-size: 26px;
    text-align: center;
    line-height: 32px;
    color: #333333;
}

.hyfa-xq-sj {
    text-align: center;
    margin: 30px 0;
}

.hyfa-xq-sj p {
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    color: #888888;
    margin: 0 10px;
}

.hyfa-xq-sj p img {
    vertical-align: top;
    /*margin-top: 2px;*/
    margin: 2px 6px 0;
}

.hyfa-xq-content {
    font-size: 14px;
    line-height: 30px;
}

.hyfa-xq-content img {
    max-width: 100%;
}

/*联系我们*/
.contact-main {

}

.contact-main li {
    position: relative;
}

.contact-main li h2 {
    font-size: 14px;
    font-weight: normal;
    color: #666666;
}

.contact-main li p {
    font-size: 14px;
    line-height: 22px;
    color: #333333;
    height: 44px;
    font-weight: bold;
}

.contact-main li .weixin {
    position: absolute;
    width: 98px;
    height: 98px;
    top: -105px;
    left: 50%;
    margin-left: -49px;
    display: none;
}

.contact-main li:hover .weixin {
    display: block;
}

.address {
    width: 100%;
    height: 485px;
    margin-top: 70px;
}

/*人才招聘*/

.content3 {
    margin-top: 46px;
}

.content3 ul {
    /*padding-top: 50px;*/
    background-color: #ffffff;
}

.content3 ul li {
    /*padding-top: 50px;*/
    margin-bottom: 20px;
    /*margin-left: 5%;*/
    /*margin-right: 5%;*/
}

.content3 ul li .abc {
    width: 100%;
    height: 40px;
    background: #f1f1f1;
    box-sizing: border-box;
    font-size: 15px;
    line-height: 40px;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    border-radius: 3px;
    color: #333333;
    /*left: 5%;*/
}

.content3 ul li .abc span:nth-of-type(1) {
    /*color: #333333;*/
}

.content3 ul li .abc span:nth-of-type(2) {
    position: absolute;
    right: 220px;
    top: 0px;
}

.content3 ul li .abc span:nth-of-type(3) {
    position: absolute;
    right: 130px;
    top: 0px;
}

.content3 ul li .abc a {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 10px;
    background: url(../images/zxns-jiao2.png);
}

.content3 ul li .no {
    width: 100%;
    padding: 0 20px;
    display: none;
    box-sizing: border-box;
}

.content3 ul li .xbt {
    width: 100%;
    /*height: 50px;*/
    /*line-height: 50px;*/
    font-size: 16px;
    margin-top: 22px;
    /*font-weight: 700;*/
}

.content3 ul li div p {
    font-size: 14px;
    line-height: 30px;
}

.content3 .youxiang {
    font-size: 12px;
    width: 100%;
    background-color: #ffffff;
    padding-top: 6px;
    margin-bottom: 25px;
}

.content3 .youxiang p {
    font-size: 14px;
    line-height: 30px;
    width: 95%;
    margin-left: 2.5%;
}
