* {
    margin: 0;
    padding: 0;
}

p, h1, h2, h3, h4, h5, h6 {
    color: #333333;
}


.w1200 {
    margin: 0 auto;
    width: 1200px;
}

.header2 {
    display: none;
    height: 50px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    /*background: rgba(0, 0, 0, .7);*/
    background: #2f2f2f;
    z-index: 101;
    box-sizing: border-box;
    padding: 0 2.5%;
    border-bottom: 1px solid #5d5d5d;
}

.head-top {
    height: 50px;
    width: 100%;
    display: none;
}

.header2 .logo img {
    /*height: 42px;*/
    /*margin-top: 4px;*/
    height: 32px;
    margin-top: 8px;
}

.nav-sj {
    width: 32px;
    float: right;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5%;
}

.nav-sj div {
    display: block;
    width: 100%;
    height: 2px;
    margin-bottom: 7px;
    background: #fff;
}

.nav-sj div:last-child {
    margin-bottom: 0;
}

.head_wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 101;
    text-align: right;
    overflow: hidden;
    overflow-y: auto;
    top: 0;
    right: 0;
    display: none;
}

.nav_wrap {
    position: fixed;
    width: 90%;
    height: 100%;
    padding: 15px 5% 0;
    background: #2f2f2f;
    z-index: 101;
    text-align: right;
    overflow: hidden;
    overflow-y: auto;
    top: 0;
    right: 0px;
    transform: translateX(1020px);
    -webkit-transform: translateX(1020px);
    -moz-transform: translateX(1020px);
    -ms-transform: translateX(1020px);
    -o-transform: translateX(1020px);
    opacity: 0;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    display: none;
}

.nav_wrap.act {
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    opacity: 1
}

.nav_close {
    height: 13px; /*padding-top: 20px;*/
}

.nav_close img {
    display: block;
    /*height: 100%;*/
    width: 13px;
    height: 13px;
    float: right;
}

.nav_list { /*margin-top: 15px;*/
}

.nav_list {
    position: relative;
    padding: 0 0 15px;
    height: 70%;
    top: 3%;
}

.nav_list li { /*line-height: 60px;*/
    text-align: center;
    position: relative;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transform: translateX(500px);
    -webkit-transform: translateX(500px);
    -moz-transform: translateX(500px);
    -ms-transform: translateX(500px);
    -o-transform: translateX(500px);
    opacity: 0
}

.nav_list li.on {
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    opacity: 1
}

.nav_list li a {
    display: block;
    font-size: 22px;
    color: #ccc;
    letter-spacing: 10px;
}

/*.nav_list li.act a{color: #e70012;}*/
.nav_bot {
    text-align: center;
}

.nav_bot p {
    line-height: 24px;
    font-size: 12px;
    color: #e70012;
    text-align: center;
    position: relative;
    overflow: hidden;
    margin-bottom: 5px;
}

.nav_bot p b {
    display: block;
    float: left;
    width: 100%;
    text-align: right;
}

.nav_bot p b:last-child {
    float: right;
    text-align: center;
}

.nav_bot p b a {
    font-size: 12px;
    color: #e70012;
}

.nav_bot p u {
    display: block;
    position: absolute;
    width: 1px;
    height: 12px;
    background: #e70012;
    left: 50%;
    margin-left: -1px;
    top: 6px;
}

.nav_bot div {
    line-height: 24px;
    font-size: 12px;
    color: #e70012;
    text-align: center;
    margin-bottom: 5px;
}

.nav_bot span {
    display: block;
    width: 7px;
    height: 13px;
    margin: 0 auto;
}

.nav_bot span img {
    display: block;
    width: 100%;
    height: 100%;
}

.foot-right2 {
    display: none;
}

.foot-right2 {
    width: 100%;
    height: 38px;
    box-sizing: border-box;
    background: #2f2f2f;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 102;
    padding: 5px 0.3rem;
    border-top: 1px solid #5d5d5d;
    /*display: block;*/
    /*border-top: 1px solid #ffffff;*/
}

.foot-right2 ul li {
    width: 33.333%;
    height: 28px;
    float: left;
    border-right: 1px solid #fff;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    vertical-align: middle;
}

.foot-right2 ul li:last-child {
    border-right: 0px solid #fff;
}

.foot-right2 ul li a {
    color: #fff;
}

.foot-right2 ul li img {
    width: 22px;
    height: 22px;
    display: inline-table;
    line-height: 22px;
    vertical-align: middle !important;
    margin-right: 5px;
}

.foot-sj {
    padding-top: 10px;
    padding-bottom: 48px;
    display: none;
    background: #2f2f2f;
}

.foot-sj p {
    font-size: 12px;
    text-align: center;
    line-height: 20px;
    color: #fff;
    padding: 0 10px;
}

.foot-sj p a {
    color: #fff;
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    height: 82px;
    /*transition: all .3s;*/
}

.header.on {
    background: #000000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.header .logo {
    display: block;
    float: left;
    margin-top: 18px;
    width: 168px;
    height: 45px;
}

.header ul {
    float: right;
    padding-top: 32px;
}

.header ul li {
    float: left;
    /*padding: 0 20px;*/
    margin-right: 35px;
}

.header ul li a {
    display: block;
    font-size: 15px;
    color: rgba(255, 255, 255, .8);
    padding-bottom: 10px;
}

.header.on ul li a {
    color: #fff;
}

.header ul li.on a, .header ul li a:hover {
    border-bottom: 2px solid #1a8ee5;
}

.header p {
    float: right;
    color: #fff;
    margin-top: 32px;
    font-size: 15px;
    color: rgba(255, 255, 255, .8);
}

.header p img {
    margin-right: 5px;
    vertical-align: top;
    margin-top: 5px;
}

.swiper-container1, .swiper-slide1 {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

.swiper-slide1 img {
    width: 100%;
    height: 100%;
}

.next1, .prev1 {
    position: absolute;
    top: 50%;
    width: 66px;
    height: 66px;
    margin-top: -33px;
    z-index: 10;
    cursor: pointer;
    transition: all .3s;
}

.next1 {
    background: url("../images/icon-right.png");
    right: 75px;
}

.prev1 {
    background: url("../images/icon-left.png");
    left: 75px;
}

.next1:hover, .prev1:hover {
    transition: all .3s;
    transform: scale(1.05);
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: transparent;
    /*background: #e70012;*/
}

.swiper-container-horizontal > .swiper-pagination-bullets.page1 .swiper-pagination-bullet {
    margin: 0 60px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.page1 {
    bottom: 120px;
    z-index: 9;
}

.page-list1-main {
    position: absolute;
    bottom: 106px;
    z-index: 8;
    text-align: center;
    width: 100%;
    overflow: hidden;
}

.page-list1 {
    display: inline-block;
    width: auto;
    position: relative;
}

.page-list1::before, .page-list1::after {
    content: "";
    width: 150%;
    height: 1px;
    display: block;
    background: rgba(255, 255, 255, .2);
    position: absolute;
    top: 50%;
}

.page-list1::before {
    left: -150%;
}

.page-list1::after {
    right: -150%;
}

.page-list1 li {
    /*float: left;*/
    display: inline-block;
    text-align: center;
    width: 128px;
    /*position: relative;*/
    height: 40px;
    overflow: hidden;
}

.page-list1 li div {
    display: inline-block;
    position: relative;
}

.page-list1 li div p {
    color: #fff;
    font-size: 14px;
    height: 40px;
    width: 0;
    line-height: 38px;
    border: 1px solid transparent;
    border-radius: 50px;
    display: inline-block;
    padding: 0;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    /*opacity: 0;*/
    /*transition: opacity .5s;*/
}

.page-list1 li.on div p {
    /*opacity: 1;*/
    width: auto;
    padding: 0 20px;
    border: 1px solid #fff;
}

.page-list1 li div::before, .page-list1 li div::after {
    content: "";
    display: inline-block;
    width: 128px;
    height: 1px;
    background: rgba(255, 255, 255, .2);
    position: absolute;
    top: 50%;
}

.page-list1 li div::before {
    left: -128px;
}

.page-list1 li div::after {
    right: -128px;
}

.title {
    width: 450px;
    padding-top: 58px;
    margin-bottom: 50px;
    border-bottom: 1px solid #cccccc;
}

.title h2 {
    font-size: 34px;
    color: #000;
    line-height: 34px;
    margin-bottom: 20px;
}

.title p {
    font-size: 24px;
    color: #adadad;
    line-height: 24px;
    padding-bottom: 20px;
    text-transform: uppercase;
}

.index-main1 {
    background: url("../images/index-bg.png") top 142px center;
}

.index-main1-con {
}

.index-main1-con .left, .index-main1-con .right, .jjfa-main li {
    width: 590px;
    overflow: hidden;
}

.index-main1-con .left {
    position: relative;
    height: 660px;
    overflow: hidden;
}

.index-main1-con .left img, .index-main1-con .right img {
    display: block;
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: all .6s;
}

.index-main1-con .left:hover img, .index-main1-con .right div:hover img {
    transform: scale(1.03);
    transition: all .6s;
}

.index-main1-con .right > div, .jjfa-main li {
    position: relative;
    height: 320px;
    overflow: hidden;
}

.index-main1-con .right > div:first-child {
    margin-bottom: 20px;
}

.index-main1-list {
    width: 100%;
    position: absolute;
    bottom: -60px;
    left: 0;
    padding: 104px 45px 0;
    height: 226px;
    box-sizing: border-box;
    transition: all .6s;
    background: url("../images/jjfa-bg.png") no-repeat 100% 100%;
}

.index-main1-list h2 {
    font-size: 28px;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    margin-bottom: 18px;

}

.index-main1-list p {
    font-size: 14px;
    color: #fff;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    margin-bottom: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    opacity: 0;
    transition: all .6s;
}

.index-main1-con .right > div:hover .index-main1-list, .index-main1-con .left:hover .index-main1-list, .jjfa-main li:hover .index-main1-list {
    bottom: 0;
    transition: all .6s;
}

.index-main1-con .right > div:hover .index-main1-list p, .index-main1-con .left:hover .index-main1-list p, .jjfa-main li:hover .index-main1-list p {
    opacity: 1;
    transition: all .6s;
}

.index-main2 {
    padding-bottom: 16px;
}

.index-main2 ul li, .xmal-main ul li {
    float: left;
    margin-right: 20px;
    margin-bottom: 28px;
}

.index-main2 ul li:nth-child(3n), .xmal-main ul li:nth-child(3n) {
    margin-right: 0;
}

.index-main2 ul li div, .xmal-main ul li div {
    position: relative;
    height: 231px;
    width: 386px;
    overflow: hidden;
}

.index-main2 ul li div img, .xmal-main ul li div img {
    display: block;
    width: 100%;
    height: 100%;
}

.index-main2 ul li div h1, .xmal-main ul li div h1 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    text-align: center;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    line-height: 231px;
    background: rgba(0, 0, 0, .5);
    opacity: 0;
    transform: scale(1.2);
    transition: all .3s;
}

.index-main2 ul li:hover div h1, .xmal-main ul li:hover div h1 {
    opacity: 1;
    transform: scale(1);
    transition: all .3s;
}

.index-main2 ul li h2, .xmal-main ul li h2 {
    font-size: 20px;
    line-height: 26px;
    color: #000;
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index-main2 ul li p, .xmal-main ul li p {
    font-size: 14px;
    color: #888;
    line-height: 26px;
    margin-top: 2px;
    padding-bottom: 7px;
    /*border-bottom: 3px solid #1a8ee5;*/
    display: inline-block;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /*font-style: italic;*/
}

.index-main2 ul li p::before, .xmal-main ul li p::before {
    content: "";
    display: block;
    width: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    background: #1a8ee5;
    transition: all .3s;
}

.index-main2 ul li:hover p, .xmal-main ul li:hover p {
    font-style: italic;
}

.index-main2 ul li:hover p::before, .xmal-main ul li:hover p::before {
    width: 100%;
    transition: all .3s;
}

.index-main3 {
    background: #f5f5f5;
    padding-bottom: 60px;
}

.index-main3-list {
    position: relative;

    /*left: -20px;*/
    /*left: -20px;*/
}

.swiper-container2 {
    /*padding: 0 0 10px;*/
    /*overflow: inherit;*/
    padding: 0 0 10px;
    /*width: 1240px;*/
    /*left: -20px;*/
}

.swiper-slide2, .cpzx-list li {
    background: #fff;
    padding-bottom: 22px;
}

.swiper-slide2:hover, .cpzx-list li:hover {
    box-shadow: 2px 2px 3px 0px rgba(26, 142, 229, .2);
}

.next2, .prev2 {
    position: absolute;
    top: 50%;
    width: 19px;
    height: 35px;
    margin-top: -17px;
    z-index: 10;
    cursor: pointer;
}

.prev2 {
    background: url("../images/icon-left2.png");
    left: -40px;
}

.next2 {
    background: url("../images/icon-right2.png");
    right: -40px;
    left: auto;
}

.swiper-slide2 img, .cpzx-list li img {
    width: 224px;
    height: 224px;
    display: block;
    margin: 0 auto;
}

.swiper-slide2 div, .cpzx-list li div {
    padding: 0 22px;
    box-sizing: border-box;
    /*width: 224px;*/
    background: #fff;
}

.swiper-slide2 h2, .cpzx-list li h2 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 22px;
    line-height: 22px;
    margin-top: 22px;
    font-family: YouYuan;
}

.swiper-slide2 p, .cpzx-list li p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    line-height: 14px;
    color: #999999;
    margin-right: 10px;
    /*margin-bottom: 22px;*/
    padding: 12px 0;
    position: relative;
    display: inline-block;
}

.swiper-slide2 p::before, .cpzx-list li p::before {
    content: "";
    display: block;
    width: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    background: #1a8ee5;
    transition: all .3s;
}

.swiper-slide2:hover p::before, .cpzx-list li:hover p::before {
    width: 100%;
    transition: all .3s;
}

.ckgd-btn {
    display: block;
    margin: 50px auto 0;
    width: 190px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #e7e7e7;
    font-size: 16px;
    color: #555;
}

.footer {
    background: #000;
    height: 365px;
    position: relative;
}

@-webkit-keyframes Tmouse {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-8px);
        -moz-transform: translateY(-8px);
        -ms-transform: translateY(-8px);
        -o-transform: translateY(-8px);
        transform: translateY(-5px);
    }
}

@keyframes Tmouse {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-8px);
        -moz-transform: translateY(-8px);
        -ms-transform: translateY(-8px);
        -o-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

.top {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -27px;
    margin-top: -27px;
    cursor: pointer;
    z-index: 9;
    -webkit-animation: Tmouse 0.5s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;
    animation: Tmouse 0.5s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;
}

.footer h2 {
    text-align: center;
    font-size: 20px;
    color: #fff;
    padding-top: 60px;
}

.foot-list1 {
    width: 200px;
    margin: 40px auto 0;
}

.foot-list1 li {
    float: left;
    margin: 0 5px;
    position: relative;
}

.foot-list1 li .foot-weixin2 {
    position: absolute;
    width: 100px;
    height: 100px;
    top: -110px;
    left: 50%;
    margin-left: -50px;
    display: none;
}

.foot-list1 li.foot-weixin1:hover .foot-weixin2, .foot-list1 li .foot-weixin2:hover {
    display: block;
}

.foot-list2 {
    text-align: center;
    margin-top: 45px;
}

.foot-list2 li {
    display: inline-block;
    margin: 0 15px;
}

.foot-list2 li p {
    color: #fff;
    font-size: 16px;
    line-height: 16px;
}

.xian {
    width: 1200px;
    height: 1px;
    background: rgba(255, 255, 255, .2);
    display: block;
    margin: 50px auto 18px;
}

.foot-div {
    text-align: center;
}

.foot-div p, .foot-div p a {
    color: rgba(255, 255, 255, .4);
}

.foot-div p {
    font-size: 12px;
    line-height: 24px;
}

.swiper-slide1-sj {
    position: relative;
}

.swiper-slide1-sj img {
    width: 100%;
    height: auto;
}

.swiper-container1-sj {
    display: none;
}

.index-video-sj {
    width: 100%;
    height: 100%;
    object-fit: fill;
    /*position: absolute;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*top: 0;*/
    /*left: 0;*/
}

.foot-right {
    position: fixed;
    right: 30px;
    bottom: 50px;
    z-index: 99;
}

.foot-right ul li {
    margin: 7px 0;
    border-radius: 50px;
}

.foot-right ul li .right-icon {
    background: #1a8ee5;
    display: block;
    border-radius: 50px;
    cursor: pointer;
}

.foot-right ul li:nth-child(3) {
    background: #1a8ee5;
    height: 126px;
}

.foot-right ul li:nth-child(3) p {
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    width: 48px;
    padding: 0 15px;
    text-align: center;
    display: block;
    box-sizing: border-box;
    position: relative;
    top: -3px;
}

.foot-right ul li:nth-child(2) {
    background: #1a8ee5;
    position: relative;
}

.foot-right ul li:nth-child(2):hover {
    border-radius: 0 50px 50px 0;
}

.foot-right ul li:nth-child(2) p {
    position: absolute;
    color: #fff;
    width: 140px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: #1a8ee5;
    left: -128px;
    font-size: 14px;
    top: 0;
    border-radius: 50px 0 0 50px;
    display: none;
}

.foot-right ul li:nth-child(2):hover p {
    display: block;
}

.foot-right ul li:nth-child(1) {
    position: relative;
}

.foot-right ul li:nth-child(1) div {
    background: url("../images/weixin-bg.png") no-repeat;
    position: absolute;
    width: 142px;
    height: 155px;
    left: -147px;
    padding-right: 10px;
    box-sizing: border-box;
    top: 0;
    display: none;
}

.foot-right ul li:nth-child(1):hover div {
    display: block;
}

.foot-right ul li:nth-child(1) div img {
    width: 95px;
    height: 95px;
    display: block;
    margin: 6px auto;
}

.foot-right ul li:nth-child(1) div p {
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    color: #333;
}

/*关于我们*/
.main-top {
    position: relative;
}

.main-top .top-img1 {
    display: block;
    width: 100%;
}

.main-top h1 {
    position: absolute;
    font-size: 40px;
    line-height: 40px;
    color: #fff;
    letter-spacing: 22px;
    z-index: 1;
}

.main-top1 h1 {
    left: 60%;
    top: 30%;
}

.list-top {
    height: 120px;
    width: 100%;
    background: #5f5f5f;
    text-align: center;
    padding-top: 24px;
    box-sizing: border-box;
}

.list-top li {
    display: inline-block;
    margin: 0 45px;
}

.list-top li img {
    border: 1px solid #fff;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
}

.list-top li:hover img, .list-top li.on img {
    border: 1px solid #1a8ee5;
    background: #1a8ee5;
}

.list-top li p {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
    margin-top: 15px;
}

.list-top li:hover p, .list-top li.on p {
    color: #1a8ee5;
}

.about-main1 {
    width: 705px;
    padding-bottom: 50px;
}

.title2 {
    text-align: center;
    font-size: 34px;
    line-height: 34px;
    letter-spacing: 15px;
    box-sizing: border-box;
    padding: 60px 0 0 15px;
}

.title2::after {
    content: "";
    display: block;
    margin: 30px auto 0;
    width: 80px;
    height: 3px;
    background: #1a8ee5;
    position: relative;
    left: -10px;
}

.about-main1 div {
    margin-top: 32px;
}

.about-main1 h3 {
    font-size: 26px;
    line-height: 40px;

}

.about-main1 p {
    font-size: 15px;
    line-height: 30px;
    min-height: 30px;
}

.bg {
    background: #f9f9f9;
}

.about-main2 {
    text-align: center;
    padding-bottom: 64px;
}

.about-main2 ul {
    margin-top: 60px;

}

.about-main2 ul li {
    display: inline-block;
    width: 260px;
    margin: 0 40px;
}

.about-main2 ul li img {
    display: block;
    width: 112px;
    height: 112px;
    margin: 0 auto;
}

.about-main2 ul li h2 {
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    letter-spacing: 10px;
    padding-left: 10px;
    box-sizing: border-box;
    margin-top: 38px;
    margin-bottom: 27px;
}

.about-main2 ul li p {
    font-size: 16px;
    line-height: 30px;

}

.about-main3 {

}

.about-main3 ul {
    margin-top: 60px;
}

.about-main3 ul li {
    min-height: 225px;
    position: relative;
    background: url("../images/gywm-bg1.png") no-repeat top left;
    background-size: 100% 100%;
    margin-bottom: 80px;
}

.about-main3 ul li:last-child {
    margin-bottom: 0;
}

.about-main3 ul li:nth-child(even) {
    background: url("../images/gywm-bg2.png") no-repeat top right;
    background-size: 100% 100%;
}

.about-main3 ul li div.w1200 {
    position: relative;
    min-height: 225px;
}

.about-main3 ul li img.tdjs-img {
    position: absolute;
    left: 22px;
    bottom: 0;
    display: block;
    width: 238px;
    height: 247px;
}

.about-main3 ul li:nth-child(even) img {
    right: 22px;
    left: auto;
}

.about-main3 ul li div.tdjs-main {
    width: 800px;
    float: right;
    margin-right: 50px;
}

.about-main3 ul li:nth-child(even) div.tdjs-main {
    float: left;
    margin-left: 20px;
}

.about-main3 ul li div.tdjs-main h2 {
    font-size: 24px;
    line-height: 24px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.about-main3 ul li div.tdjs-main h2 span {
    font-size: 18px;
    margin-left: 16px;
}

.about-main3 ul li div.tdjs-main p {
    font-size: 14px;
    line-height: 26px;
}

.about-main3 ul li div.tdjs-main div {
    /*height: 104px;*/
    /*overflow: hidden;*/
    /*display: -webkit-box;*/
    /*-webkit-box-orient: vertical;*/
    /*-webkit-line-clamp: 4;*/
}

.ckgd-btn2 {
    display: block;
    margin: 60px auto 0;
    width: 190px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #555;
    background: #f5f5f5;
}

.ckgd-btn:hover, .ckgd-btn2:hover {
    background: #1a8ee5;
    color: #fff;
}

.fzlc-list {
    margin-top: 60px;
    height: 557px;
    width: 100%;
    position: relative;
    background: url(../images/gywm-bg3.jpg) no-repeat center center;
    background-size: 100% 100%;
    background-attachment: fixed;
}

.fzlc-list::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background: #fff;
    top: 50%;
}

.swiper-container3 {
    width: 1200px;
    height: 350px;
    position: absolute;
    margin-top: -160px;
    top: 50%;
    left: 50%;
    margin-left: -600px;
}

.swiper-slide3 {
    text-align: left;
    font-size: 18px;
}

.swiper-slide3 .sy-bottom-list {
    width: 100%;
    /*height: 100%;*/
    /*position: relative;*/
}

.swiper-slide3 .sy-bottom-list p {
    display: block;
    width: 100%;
    /* height: 46%; */
    color: #ffffff;
}

.swiper-slide3 .sy-bottom-list p:first-child {
    font-size: 30px;
    font-weight: bold;
    margin-top: 95px;
}

.swiper-slide3 .sy-bottom-list div {
    height: 14px;
    width: 14px;
    background-color: #ffffff;
    border-radius: 50px;
    position: absolute;
    top: 46%;
    margin-top: -7px;
}

.swiper-slide3 .sy-bottom-list p:last-child {
    margin-top: 46px;
    font-size: 20px;
    line-height: 32px;
    font-weight: bold;
    width: 85%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    height: 130px;
}

.next3 {
    background: url(../images/icon-right3.png) no-repeat 100%;
    background-size: 100% 100%;
    width: 74px;
    height: 45px;
    right: 10%;
    left: auto;
}

.ryzz-list {
    margin-top: 60px;
    position: relative;
}

.swiper-slide4 {

}

.swiper-slide4 img {
    display: block;
    width: 285px;
    height: 390px;
}


.about-main6 ul {
    padding: 60px 0 90px;

}

.about-main6 ul li {
    float: left;
    width: 390px;
    height: 188px;
    box-sizing: border-box;
    border: 1px solid #b8b8b8;
    margin-right: 15px;
    padding: 38px 28px;
    position: relative;
    background: #f9f9f9;
}

.about-main6 ul li:hover {
    border: 1px solid #333333;
}

.about-main6 ul li:last-child {
    margin-right: 0;
}

.about-main6 ul li img {
    padding-bottom: 20px;
}

.about-main6 ul li .con-ma {
    position: absolute;
    right: 28px;
    top: 50%;
    width: 114px;
    height: 114px;
    margin-top: -57px;
}

.about-main6 ul li p {
    font-size: 14px;
    color: #333333;
    /*margin-top: 20px;*/
}

.about-main6 ul li h3 {
    font-size: 24px;
}

.about-main6 h4 {
    font-size: 16px;
    padding-bottom: 36px;
}

.address {
    width: 100%;
    height: 580px;
}

/*解决方案*/
.main-top2 h1 {
    top: 30%;
    left: 15%;
}

.jjfa-main {
    padding-top: 60px;
    padding-bottom: 50px;
}

.jjfa-main li {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}

.jjfa-main li img {
    width: 100%;
    height: 100%;
    display: block;
    transform: scale(1);
    transition: all .6s;
}

.jjfa-main li :hover img {
    transform: scale(1.03);
    transition: all .6s;
}

.jjfa-main li:nth-child(2n) {
    margin-right: 0;
}

/*项目案例*/
.main-top3 {

}

.main-top3 h1 {
    letter-spacing: 0;
    font-size: 72px;
    font-weight: bold;
    top: 30%;
    left: 5%;
}

.main-top3 ul {
    position: absolute;
    font-size: 32px;
    color: #fff;
    font-weight: bold;
    width: 800px;
    left: 5%;
    top: 48%;
    line-height: 72px;
}

.main-top3 ul li {
    float: left;
    width: 50%;
}

/*项目案例*/
.xmal-main {
    padding-bottom: 70px;
}

.xmal-main ul {
    padding-top: 60px;
}

.jzgd-btn {
    width: 100%;
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    background: #f5f5f5;
    color: #555;
}

/*产品中心*/
.main-top4 h1 {
    width: 100%;
    padding-left: 22px;
    left: 0;
    text-align: center;
    top: 25%;
}

.bg2 {
    background: #f5f5f5;
}

.cpzx-list li {
    float: left;
    width: 224px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.cpzx-list li:nth-child(5n) {
    margin-right: 0;
}

.slideTxtBox1 {
    padding-bottom: 50px;
}

.slideTxtBox1 .hd ul {
    text-align: center;
    padding: 46px 0 58px;
}

.slideTxtBox1 .hd ul li {
    display: inline-block;
    font-size: 20px;
    color: #999999;
    cursor: pointer;
    margin: 0 20px;
}

.slideTxtBox1 .hd ul li.on {
    color: #333333;
}

/*产品中心详情页*/

.xwdt-xq-top {
    padding-top: 82px;
    height: 96px;
    width: 100%;
    background: #fff;
    box-shadow: 0px 5px 5px #e4e4e4;
    border-top: 1px solid #eee;
}

.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;
}

.cpxz-main {
    padding-bottom: 55px;
}

.cpxz-main1 {
    margin-top: 20px;
    background: #fff;
    padding: 30px;
    box-sizing: border-box;

}

.cpxz-main2 {

}

.cpxz-main2 .left {
    width: 570px;
    position: relative;
}

.gallery-thumbs {
    width: 500px;
    margin-top: 30px;
}

.gallery-thumbs .swiper-slide {
    width: 102px;
    height: 102px;
    display: block;
    box-sizing: border-box;
    border: 1px solid #e3e3e3;
    overflow: hidden;
}

.gallery-thumbs .swiper-slide img {
    width: 100px;
    height: 100px;
}

.gallery-thumbs .swiper-slide-thumb-active {
    /*opacity: 1;*/
    border: 1px solid #1a8ee5;
}

.gallery-top {
    width: 570px;
    height: 570px;
    display: block;
    box-sizing: border-box;
    border: 1px solid #e3e3e3;
}

.gallery-top .swiper-slide img {
    width: 100%;
    height: 100%;
}

.next5, .prev5 {
    position: absolute;
    top: auto;
    bottom: 36px;
    width: 17px;
    height: 29px;
    margin-top: 0;
    z-index: 10;
    cursor: pointer;
}

.next5 {
    background: url("../images/icon-right5.png");
    right: 0;
}

.prev5 {
    background: url("../images/icon-left5.png");
    left: 0;
}

.cpxz-main2 .right {
    width: 530px;
}

.cpxz-main2 .right h1 {
    font-size: 28px;
    /*line-height: 58px;*/
    margin: 10px 0 15px;
}

.cpxz-main2 .right div {
    font-size: 14px;
    line-height: 32px;


}

.cpxz-main2 .right div p {
    color: #555555;
}

.zxzx-btn {
    height: 40px;
    line-height: 40px;
    width: 120px;
    text-align: center;
    background: url("../images/btn-bg.jpg") no-repeat;
    color: #fff;
    font-size: 14px;
    display: block;
    margin-top: 30px;
}

.cpzx-main3-top {
    margin: 40px auto;
    border-bottom: 1px solid #e5e5e5;
}

.cpzx-main3-top p {
    font-size: 18px;
    color: #555;
    line-height: 18px;
    padding-bottom: 15px;
    border-bottom: 2px solid #e70012;
    display: inline-block;
}

.cpxz-main3-main {

}

.cpxz-main3-main img {
    max-width: 100%;
}

/*新闻中心*/
.newsul {
    margin-top: 60px;
}

.newsul li {
    width: 380px;
    height: 100%;
    margin-right: 30px;
    float: left;
    overflow: hidden;
    /*border: 1px solid #e9e9e9;*/
    box-sizing: border-box;
    margin-bottom: 30px;
    overflow: hidden;
    transition: .3s all;
}

.newsul li:hover img {
    transform: scale(1.2);
}

.newsul li:nth-child(3n) {
    margin-right: 0;
}

.newsul li .img {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.newsul li .img img {
    width: 100%;
    height: 100%;
    transition: 1s all;
    display: block;
}

.newsul li .nr {
    width: 100%;
    height: 100%;
    padding: 30px 22px;
    border-bottom: 1px solid #e9e9e9;
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    box-sizing: border-box;
}

.newsul li .nr .title1 {
    font-size: 20px;
    color: #333333;
    width: 100%;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin-bottom: 10px;
}

.newsul li .nr p {
    font-size: 14px;
    color: #777777;
    height: 48px;
    line-height: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.newsul li .dibu {
    width: 100%;
    height: 50px;
    padding: 0 30px;
    box-sizing: border-box;
    border-bottom: 1px solid #e9e9e9;
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    transition: .3s all;
}

.newsul li .dibu p {
    width: 50%;
    height: 50px;
    float: left;
    line-height: 50px;
    font-size: 14px;
    color: #777777;
}

.newsul li .dibu p:nth-child(2) {
    text-align: right;
}

.newsul li:hover .dibu {
    background: #1a8ee5;
    color: #fff;
}

.newsul li:hover .dibu p {
    color: #fff;
}


.gkgd-btn {
    /*width: 100%;*/
    height: 46px;
    text-align: center;
    background: #ebeaea;
    /*margin-bottom: 50px;*/
    box-sizing: border-box;
    padding-top: 14px;
    cursor: pointer;

    margin-bottom: 70px;
}

.gkgd-btn img {
    /*margin-top: 14px;*/
    margin: 0 auto;
}

.gkgd-btn img:first-child, .gkgd-btn:hover img:nth-child(2) {
    display: block;
}

.gkgd-btn img:nth-child(2), .gkgd-btn:hover img:first-child {
    display: none;
}

/*新闻中心详情页*/
.xwzx-xq-main {
    padding-bottom: 60px;
}

.xwzx-xq-main1 {
    /*padding: 20px 0;*/
    box-sizing: border-box;
    padding: 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%;
}

.hyfa-xq-bottom {
    margin-top: 48px;
}

.hyfa-xq-bottom .left {
    width: 50%;
}

.hyfa-xq-bottom .left p {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hyfa-xq-bottom .left p, .hyfa-xq-bottom .left p a {
    font-size: 14px;
    line-height: 26px;
    color: #333333;
}

.hyfa-xq-bottom .left p a:hover {
    color: #015cae;
}

.hyfa-xq-bottom .right {
    margin-top: 10px;
}

.hyfa-xq-bottom .right a {
    background-image: url("../images/fx.png") !important;
    /*width: 30px;*/
    height: 30px !important;
    line-height: 30px;
    padding-left: 30px !important;
    /*margin: 0 4px;*/
}

.hyfa-xq-bottom .right a.bshare-qqim {
    background-position: 0 0;
}

.hyfa-xq-bottom .right a.bshare-qzone {
    background-position: -32px 0;
}

.hyfa-xq-bottom .right a.bshare-sinaminiblog {
    background-position: -64px 0;
}

.hyfa-xq-bottom .right 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;
}

.hyfa-xq-bottom .right a.bshare-more {
    background-position: -129px 0;
}

.hyfa-xq-bottom .right p {
    color: #999999;
    font-size: 14px;
    line-height: 30px;
    display: inline-block;
    float: left;
    margin-right: 5px;
}

/*合作加盟*/
.hzjm-main1 {

}

.hzjm-main1 > div {
    width: 800px;
    margin: 32px auto 0;
    font-size: 15px;
    line-height: 30px;
    color: #000;
}

.hzjm-main1 > div h1 {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 10px;
    margin-top: 22px;
}

.hzjm-main2 {
    padding: 60px 0 90px;
    margin-top: 50px;
}

.hzjm-main2 h2, .hzjm-main3 h2, .hzjm-main4 h2, .rczp-main2 > h2 {
    text-align: center;
    line-height: 24px;
    font-size: 24px;

}

.hzjm-main2 ul {
    margin-top: 60px;
}

.hzjm-main2 ul li {
    float: left;
    width: 184px;
    height: 50px;
    background: #1b1b1b;
    color: #fff;
    line-height: 50px;
    text-align: center;
    margin-right: 70px;
    margin-bottom: 70px;
    position: relative;
}

.hzjm-main2 ul li::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 10px;
    background: url("../images/hzjm-jiao1.png");
    right: -60px;
    top: 50%;
    margin-top: -5px;
}

.hzjm-main2 ul li:nth-child(5), .hzjm-main2 ul li:nth-child(6) {
    margin-right: 0;
}

.hzjm-main2 ul li:nth-child(n+6) {
    float: right;
    margin-bottom: 0;

}

.hzjm-main2 ul li:nth-child(n+6)::before {
    background: url("../images/hzjm-jiao3.png");
}

.hzjm-main2 ul li:nth-child(6)::before {
    background: transparent;
}

.hzjm-main2 ul li:nth-child(5)::before {
    width: 10px;
    height: 50px;
    background: url("../images/hzjm-jiao2.png");
    left: 50%;
    margin-left: -5px;
    bottom: -60px;
    margin-top: 0;
    right: auto;
    top: auto;
}

.hzjm-main3 {
    padding: 60px 0;
}

.hzjm-main3 h2 {
    margin-bottom: 60px;
}

.hzjm-main3 input[type="text"] {
    border: 1px solid #1b1b1b;
    float: left;
    width: 392px;
    height: 45px;
    margin-right: 12px;
    box-sizing: border-box;
    padding: 0 50px 0 22px;
    font-size: 14px;
    margin-bottom: 10px;
}

.hzjm-main3 input[type="text"]:nth-child(1) {
    background: url("../images/hz-icon1.png") no-repeat center right 16px;
}

.hzjm-main3 input[type="text"]:nth-child(2) {
    background: url("../images/hz-icon2.png") no-repeat center right 16px;
}

.hzjm-main3 input[type="text"]:nth-child(3) {
    background: url("../images/hz-icon3.png") no-repeat center right 16px;
    margin-right: 0;
}

.hzjm-main3 textarea {
    width: 100%;
    height: 262px;
    border: 1px solid #1b1b1b;
    box-sizing: border-box;

    font-family: "Microsoft YaHei";
    font-size: 14px;
    padding: 16px 20px;
    display: block;

}

.hzjm-main3 input[type="submit"] {
    width: 398px;
    height: 45px;
    background: #999999;
    color: #fff;
    display: block;
    margin: 46px auto 0;
    cursor: pointer;
}

.hzjm-main4 {
    padding: 60px 0 70px;
    text-align: center;
}

.hzjm-main4 img {
    display: block;
    margin: 60px auto 0;
    width: 175px;
    height: 175px;
}

.hzjm-main4 p {
    font-size: 14px;
    line-height: 40px;
}

.hzjm-main4 h3 {
    font-size: 22px;
    line-height: 40px;
    margin-top: 16px;
}

.hzjm-main4 h3 span {
    padding: 0 10px;
}

/*人才招聘*/
.main-top5 h1 {
    top: 30%;
    left: 30%;
}

.rczp-main1 {
    padding: 60px 0;
}

.rczp-main1 .left img {
    width: 386px;
    height: 210px;
    display: block;
}

.rczp-main1 .right {
    width: 780px;
    font-size: 14px;
    line-height: 24px;

}

.rczp-main1 .right p {
    min-height: 24px;
    color: #222;
}


.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;
    border-left: 3px solid #e68c17;
    box-sizing: border-box;
    font-size: 15px;
    line-height: 40px;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    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%;
}

.rczp-main2 {
    padding: 60px 0;
}

.sc-btn {
    width: 160px;
    height: 45px;
    background: #000;
    display: block;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 45px;
    margin: 40px 0 50px;
}

/*第一张banner*/
.swiper-slide1 {
    position: relative;
}

.swiper-slide1 .index-video {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    object-fit: fill;
}

.swiper-slide1 .poster {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 0;
}

.swiper-slide1 .anniu {
    position: absolute;
    z-index: 1;
    top: 60%;
    left: 50%;
    width: 57px;
    height: 57px;
    margin-top: -28px;
    margin-left: -28px;
}

.video-title {
    width: 100%;
    font-size: 110px;
    position: absolute;
    color: #fff;
    font-weight: bold;
    top: 20%;
    left: 0;
    text-align: center;
    z-index: 3;
}

.video-p {
    width: 100%;
    font-size: 50px;
    position: absolute;
    color: #fff;
    top: 40%;
    left: 0;
    text-align: center;
    z-index: 3;
}

.swiper-video::before, .swiper-video::after {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 50%;
    background: #03102a;
    z-index: 2;
}

.swiper-video::before {
    left: 0;
    top: 0;
}

.swiper-video::after {
    right: 0;
    top: 0;
    /*background: #1a8ee5;*/
}

.swiper-video::before {
    -webkit-animation: fadeInLeft 1s both;
    animation: fadeInLeft 1s both;
}

.swiper-slide1.swiper-slide-active::before {
    -webkit-animation: fadeOutLeftBig 5s both 1.5s;
    animation: fadeOutLeftBig 5s both 1.5s;
}

.swiper-video::after {
    -webkit-animation: fadeInRight 1s both;
    animation: fadeInRight 1s both;
}

.swiper-slide1.swiper-slide-active::after {
    -webkit-animation: fadeOutRightBig 5s both 1.5s;
    animation: fadeOutRightBig 5s both 1.5s;
}

.swiper-video .video-title {
    -webkit-animation: fadeOutLeft 1s both;
    animation: fadeOutLeft 1s both;
}

.swiper-slide1.swiper-slide-active .video-title {
    -webkit-animation: fadeInUp 2s both 0s;
    animation: fadeInUp 2s both 0s;
}

.swiper-video .video-p {
    -webkit-animation: fadeOutLeft 1s both;
    animation: fadeOutLeft 1s both;
}

.swiper-slide1.swiper-slide-active .video-p {
    -webkit-animation: fadeInUp 2s both .5s;
    animation: fadeInUp 2s both .5s;
}

/*第二张banner*/
.swiper-slide1 .banner2-title {
    font-size: 110px;
    position: absolute;
    color: #fff;
    font-weight: bold;
    top: 26%;
    left: 12%;
    text-align: center;
    z-index: 1;
    -webkit-animation: fadeInLeft 1s both;
    animation: fadeInLeft 1s both;
}

.swiper-slide1.swiper-slide-active .banner2-title {
    -webkit-animation: fadeInUp 1s both .5s;
    animation: fadeInUp 1s both .5s;
}

.swiper-slide1 .banner2-p1 {
    font-size: 60px;
    position: absolute;
    color: #fff;
    font-weight: bold;
    top: 65%;
    left: 12%;
    z-index: 1;
    -webkit-animation: fadeInLeft 1s both;
    animation: fadeInLeft 1s both;
}

.swiper-slide1.swiper-slide-active .banner2-p1 {
    -webkit-animation: fadeInUp 1s both 1s;
    animation: fadeInUp 1s both 1s;
}

.swiper-slide1 .banner2-p2 {
    font-size: 40px;
    position: absolute;
    color: #fff;
    top: 75%;
    left: 12%;
    z-index: 1;
    -webkit-animation: fadeInLeft 1s both;
    animation: fadeInLeft 1s both;
}

.swiper-slide1.swiper-slide-active .banner2-p2 {
    -webkit-animation: fadeInUp 1s both 1.5s;
    animation: fadeInUp 1s both 1.5s;
}

/*第三张banner*/
.swiper-slide1 .banner3-title {
    font-size: 110px;
    position: absolute;
    color: #fff;
    font-weight: bold;
    top: 10%;
    right: 5%;
    z-index: 1;
    -webkit-animation: fadeInLeft 1s both;
    animation: fadeInLeft 1s both;
}

.swiper-slide1.swiper-slide-active .banner3-title {
    -webkit-animation: fadeInUp 1s both .5s;
    animation: fadeInUp 1s both .5s;
}

.swiper-slide1 .banner3-p1 {
    font-size: 46px;
    position: absolute;
    color: #fff;
    font-weight: bold;
    top: 28%;
    right: 5%;
    z-index: 1;
    -webkit-animation: fadeInLeft 1s both;
    animation: fadeInLeft 1s both;
}

.swiper-slide1.swiper-slide-active .banner3-p1 {
    -webkit-animation: fadeInUp 1s both 1s;
    animation: fadeInUp 1s both 1s;
}

.swiper-slide1 .banner3-list {
    font-size: 32px;
    position: absolute;
    color: #fff;
    font-weight: bold;
    top: 40%;
    right: 5%;
    line-height: 56px;
    z-index: 1;
    -webkit-animation: fadeInLeft 1s both;
    animation: fadeInLeft 1s both;
}

.swiper-slide1.swiper-slide-active .banner3-list {
    -webkit-animation: fadeInUp 1s both 1.5s;
    animation: fadeInUp 1s both 1.5s;
}

/*第四张banner*/
.swiper-slide1 .banner4-title {
    font-size: 87px;
    width: 100%;
    text-align: center;
    position: absolute;
    color: #fff;
    font-weight: bold;
    top: 10%;
    right: 0%;
    z-index: 1;
    -webkit-animation: fadeInLeft 1s both;
    animation: fadeInLeft 1s both;
}

.swiper-slide1 .banner4-title span {
    font-size: 117px;
    color: #ffea00;
}

.swiper-slide1.swiper-slide-active .banner4-title {
    -webkit-animation: fadeInUp 1s both .5s;
    animation: fadeInUp 1s both .5s;
}


.swiper-slide1 .banner4-p1 {
    font-size: 49px;
    position: absolute;
    color: #fff;
    font-weight: bold;
    top: 28%;
    right: 5%;
    z-index: 1;
    -webkit-animation: fadeInLeft 1s both;
    animation: fadeInLeft 1s both;
}

.swiper-slide1.swiper-slide-active .banner4-p1 {
    -webkit-animation: fadeInUp 1s both 1s;
    animation: fadeInUp 1s both 1s;
}

.swiper-slide1 .banner4-list {
    font-size: 32px;
    position: absolute;
    color: #fff;
    font-weight: bold;
    top: 52%;
    left: 5%;
    line-height: 56px;
    z-index: 1;
    -webkit-animation: fadeInLeft 1s both;
    animation: fadeInLeft 1s both;
}

.swiper-slide1.swiper-slide-active .banner4-list {
    -webkit-animation: fadeInUp 1s both 1.5s;
    animation: fadeInUp 1s both 1.5s;
}

/*第五张banner*/
.swiper-slide1 .banner5-title {
    font-size: 110px;
    text-align: center;
    position: absolute;
    color: #fff;
    font-weight: bold;
    top: 15%;
    left: 8%;
    z-index: 1;
    -webkit-animation: fadeInLeft 1s both;
    animation: fadeInLeft 1s both;
}

.swiper-slide1 .banner5-title span {
    font-size: 140px;
}


.swiper-slide1.swiper-slide-active .banner5-title {
    -webkit-animation: fadeInUp 1s both .5s;
    animation: fadeInUp 1s both .5s;
}


.swiper-slide1 .banner5-p1 {
    font-size: 54px;
    position: absolute;
    color: #fff;
    font-weight: bold;
    top: 35%;
    left: 38%;
    z-index: 1;
    -webkit-animation: fadeInLeft 1s both;
    animation: fadeInLeft 1s both;
}

.swiper-slide1.swiper-slide-active .banner5-p1 {
    -webkit-animation: fadeInUp 1s both 1s;
    animation: fadeInUp 1s both 1s;
}

.swiper-slide1 .banner5-list {
    font-size: 32px;
    position: absolute;
    color: #fff;
    font-weight: bold;
    top: 50%;
    left: 8%;
    line-height: 56px;
    z-index: 1;
    -webkit-animation: fadeInLeft 1s both;
    animation: fadeInLeft 1s both;
}

.swiper-slide1.swiper-slide-active .banner5-list {
    -webkit-animation: fadeInUp 1s both 1.5s;
    animation: fadeInUp 1s both 1.5s;
}


.swiper-slide1 .banner5-p2 {
    font-size: 32px;
    position: absolute;
    color: #fff;
    font-weight: bold;
    top: 47%;
    left: 38%;
    line-height: 56px;
    z-index: 1;
    overflow: hidden;
    height: 112px;
    width: 610px;
    -webkit-animation: fadeInLeft 1s both;
    animation: fadeInLeft 1s both;
}

.swiper-slide1.swiper-slide-active .banner5-p2 {
    -webkit-animation: fadeInUp 1s both 2s;
    animation: fadeInUp 1s both 2s;
}

.swiper-slide1 .banner5-p3 {
    font-size: 32px;
    position: absolute;
    color: #fff;
    font-weight: bold;
    top: 63%;
    left: 38%;
    line-height: 56px;
    height: 168px;
    overflow: hidden;
    z-index: 1;
    width: 610px;
    -webkit-animation: fadeInLeft 1s both;
    animation: fadeInLeft 1s both;
}

.swiper-slide1.swiper-slide-active .banner5-p3 {
    -webkit-animation: fadeInUp 1s both 2s;
    animation: fadeInUp 1s both 2s;
}

/*第六张banner*/
.swiper-slide1 .banner6-title {
    font-size: 110px;
    width: 100%;
    text-align: center;
    position: absolute;
    color: #fff;
    font-weight: bold;
    top: 12%;
    left: 0%;
    z-index: 1;
    -webkit-animation: fadeInLeft 1s both;
    animation: fadeInLeft 1s both;
}

.swiper-slide1.swiper-slide-active .banner6-title {
    -webkit-animation: fadeInUp 1s both .5s;
    animation: fadeInUp 1s both .5s;
}


.swiper-slide1 .banner6-p1 {
    font-size: 66px;
    width: 100%;
    text-align: center;
    position: absolute;
    color: #fff;
    top: 32%;
    left: 0%;
    z-index: 1;
    font-family: "KaiTi";
    -webkit-animation: fadeInLeft 1s both;
    animation: fadeInLeft 1s both;
}

.swiper-slide1.swiper-slide-active .banner6-p1 {
    -webkit-animation: fadeInUp 1s both 1s;
    animation: fadeInUp 1s both 1s;
}


/*新闻详情新加*/
.xwzx-bottom {
    margin-top: 45px;
}

.xw-title {
    border-bottom: 1px solid #e2e2e2;
}

.xw-title h1 {
    font-size: 18px;
    line-height: 18px;
    padding-bottom: 10px;
    border-bottom: 2px solid #1a8ee5;
    display: inline-block;
}
.xwzx-bottom ul,.swiper-container5 {
    margin-top: 20px;
}

.xwzx-bottom ul li ,.swiper-slide5 {
    float: left;
    width: 207px;
    margin-right: 16px;
}

.xwzx-bottom ul li:nth-child(5n) {
    margin-right: 0;
}

.xwzx-bottom ul li div,.swiper-slide5 div {
    width: 100%;
    height: 116px;
    overflow: hidden;
}

.xwzx-bottom ul li div img,.swiper-slide5 div img {
    width: 100%;
    height: 100%;
    display: block;
    transition: all .5s;
}

.xwzx-bottom ul li:hover div img,.swiper-slide5 div:hover img {
    transform: scale(1.2);
}

.xwzx-bottom ul li h4,.swiper-slide5 h4 {
    font-size: 14px;
    color: #333333;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 6px;
}

.xwzx-bottom ul li p,.swiper-slide5 p {
    font-size: 13px;
    line-height: 22px;
    color: #999;
}
/*分页*/

.fy-main {
    text-align: center;
    padding: 0px 0 50px;
}

.fy-main a {
    display: inline-block;
    border: 1px solid #DBDBDB;
    padding: 0 12px;
    height: 30px;
    line-height: 28px;
    box-sizing: border-box;
    font-size: 14px;
    color: #555555;
    border-radius: 3px;
    margin: 0 3px;
}

.fy-main a.on, .fy-main a:hover {
    background: #1a8ee5;
    color: #fff;
    border: 1px solid #1a8ee5;
}