@charset "utf-8";
.eyou_banner {
    width: 100%;
    height: auto;
    margin: 34px auto 0;
    position: relative;
}

 /* news */
    .news_235 {
        width: 100%;
        background: #f6f6f6;
        /* padding: 18px 0; */
    }
    
    .news_235 .container {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }
    .news_235 .news-top {
        width: 100%;
    }

    .news_235 .news-top h3 {
     text-align: center;
        font-size: 28px;
        color: #333333;
        font-weight: normal;
    }

    .news_235 .news-top h3 a {
        color: #333333;
        text-decoration: none;
    }

    .news_235 .news-top p {
        font-size: 14px;
        color: #cccccc;
        margin-top: 10px;
        text-align: center;
    }

    .news_235 .mainCon {
        width: 100%;
        /* position: relative; */
        /* margin: 34px auto 0; */
    }

    .news_235 .mainCon .conBox {
        width: 100%;
        height: 520px;
    }

    .news_235 .mainCon .conBox ul {
        left: 0;
        top: 0;
        width: 100%;
        height: 520px;
    }

    .news_235 .mainCon .conBox li {
        float: left;
        width: 100%;
        height: 489px;
        padding: 29px 29px 0;
        background: #fff;
        margin-right: 30px;
        border: 1px solid #ebebeb;
        position: relative;
    }

    .news_235 .mainCon .conBox li .news-pic {
        display: block;
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .news_235 .mainCon .conBox li .news-pic img {
        display: block;
        width: 100%;
        height: auto;
        transition: all 1s ease-out;
    }

    .news_235 .mainCon .conBox li h3 {
        font-size: 16px;
        color: #333333;
        margin: 28px 0 18px 0;
        font-weight: normal;
        padding: 0 8px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .news_235 .mainCon .conBox li p {
        line-height: 20px;
        color: #666666;
        font-size: 15px;
        padding: 0 8px;
        overflow: hidden;
        text-overflow: ellipsis;
        height: 122px;
    }

    .news_235 .mainCon .conBox li a.more {
        display: block;
        font-size: 15px;
        color: #999999;
        left: 38px;
        bottom: 32px;
        position: absolute;
    }

    .news_235 .mainCon .conBox li a.more:hover {
        color: #abcd03;
        font-weight: bold;
    }

    .news_235 .mainCon .conBox li a.news-smallTitle {
        display: block;
        font-size: 15px;
        color: #999999;
        right: 38px;
        bottom: 32px;
        position: absolute;
    }

    .news_235 .mainCon .conBox li a.news-smallTitle:hover {
        color: #abcd03;
        font-weight: bold;
    }

    .news_235 .mainCon .conBox li:hover .news-pic img {
        transform: scale(1.1);
    }

    .news_235 .mainCon .conBox li:hover {
        background: #2e3643;
    }

    .news_235 .mainCon .conBox li:hover h3 {
        color: #fff;
    }

    .news_235 .mainCon .conBox li:hover p {
        color: #fff;
    }

    .news_235 .mainCon .conBox li:hover a.more {
        color: #fff;
    }




.eyou_banner .swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    position: relative;
}
.eyou_banner .swiper-container .swiper-slide {
    height: 100%;
    overflow: hidden;
    position: relative;
}
.eyou_banner .swiper-container .swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
   
}
.eyou_banner .ba_control {
    width: 100%;
    height: 74px;
    position: absolute;
    left: 0;
    bottom: -27px;
    z-index: 1;
}
.ba_control::before {
    content: '';
    display: block;
    width: 26%;
    height: 100%;
    background-color: #2e3643;
}
.bacontrol_main {
    height: 100%;

    position: relative;
    z-index: 1;
}
.bacontrol_main i {
    display: block;
    width: 180px;
    height: 1px;
    background-color: #ddd;
    position: absolute;
    left: 100px;
    top: 50%;
    z-index: 11;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.eyou_banner .swiper-pagination {
    width: 500px;
    height: 94px;
    margin-left: 160px;
    padding: 39px 0 39px 120px;
    background-color: #fff;
    position: relative !important;
    left: inherit !important;
    top: inherit !important;
    right: inherit !important;
    bottom: inherit !important;
}
.eyou_banner .swiper-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    border: 1px solid #2e3643;
    border-radius: 50%;
    opacity: 0.3;
    background: none;
    margin: 0 6px;
    padding: 4px;
}
.eyou_banner .swiper-pagination .swiper-pagination-bullet::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background-color: #2e3643;
    border-radius: 50%;
}
.eyou_banner .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
}
.eyou_banner .swiper-button-prev, .eyou_banner .swiper-button-next {
    width: 40px !important;
    height: 40px !important;
    margin: 27px 0;
    position: inherit !important;
    left: inherit !important;
    top: inherit !important;
    right: inherit !important;
    bottom: inherit !important;
    opacity: 0.4;
    float: left;
}
.eyou_banner .swiper-button-prev {
    background: url(../images/prev01.png) center center no-repeat;
    background-size: 40px 40px;
}
.eyou_banner .swiper-button-next {
    background: url(../images/next01.png) center center no-repeat;
    background-size: 40px 40px;
}
.eyou_banner .swiper-button-prev:hover {
    background: url(../images/prev01.png) center center no-repeat;
    background-size: 40px 40px;
    opacity: 1;
}
.eyou_banner .swiper-button-next:hover {
    background: url(../images/next01.png) center center no-repeat;
    background-size: 40px 40px;
    opacity: 1;
}
 /* news */
    .news_234 {
        width: 100%;
        background: #f6f6f6;
        padding: 18px 0;
    }
    
    .news_234 .container {
        margin-left: auto;
        margin-right: auto;
        width: 1200px;
    }
    .news_234 .news-top {
        width: 100%;
    }

    .news_234 .news-top h3 {
     text-align: center;
        font-size: 28px;
        color: #333333;
        font-weight: normal;
    }

    .news_234 .news-top h3 a {
        color: #333333;
        text-decoration: none;
    }

    .news_234 .news-top p {
        font-size: 14px;
        color: #cccccc;
        float: right;
        margin-top: 10px;
    }

    .news_234 .mainCon {
        width: 100%;
        position: relative;
        margin: 34px auto 0;
    }

    .news_234 .mainCon .conBox {
        position: relative;
        width: 100%;
        height: 520px;
        overflow: hidden;
    }

    .news_234 .mainCon .conBox ul {
        position: absolute;
        left: 0;
        top: 0;
        width: 103%;
        height: 520px;
    }

    .news_234 .mainCon .conBox li {
        float: left;
        width: 560px;
        height: 489px;
        padding: 29px 29px 0;
        background: #fff;
        margin-right: 30px;
        border: 1px solid #ebebeb;
        position: relative;
    }

    .news_234 .mainCon .conBox li .news-pic {
        display: block;
        overflow: hidden;
    }

    .news_234 .mainCon .conBox li .news-pic img {
        display: block;
        max-width: 100%;
        height: auto;
        transition: all 1s ease-out;
    }

    .news_234 .mainCon .conBox li h3 {
        font-size: 16px;
        color: #333333;
        margin: 28px 0 18px 0;
        font-weight: normal;
        padding: 0 8px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .news_234 .mainCon .conBox li p {
        line-height: 20px;
        color: #666666;
        font-size: 15px;
        padding: 0 8px;
        overflow: hidden;
        text-overflow: ellipsis;
        height: 122px;
    }

    .news_234 .mainCon .conBox li a.more {
        display: block;
        font-size: 15px;
        color: #999999;
        left: 38px;
        bottom: 32px;
        position: absolute;
    }

    .news_234 .mainCon .conBox li a.more:hover {
        color: #abcd03;
        font-weight: bold;
    }

    .news_234 .mainCon .conBox li a.news-smallTitle {
        display: block;
        font-size: 15px;
        color: #999999;
        right: 38px;
        bottom: 32px;
        position: absolute;
    }

    .news_234 .mainCon .conBox li a.news-smallTitle:hover {
        color: #abcd03;
        font-weight: bold;
    }

    .news_234 .mainCon .conBox li:hover .news-pic img {
        transform: scale(1.1);
    }

    .news_234 .mainCon .conBox li:hover {
        background: #2e3643;
    }

    .news_234 .mainCon .conBox li:hover h3 {
        color: #fff;
    }

    .news_234 .mainCon .conBox li:hover p {
        color: #fff;
    }

    .news_234 .mainCon .conBox li:hover a.more {
        color: #fff;
    }


 @media (max-width:1680px) {


}
 @media (max-width:1600px) {


}
 @media (max-width:1560px) {


}
 @media (max-width:1440px) {
.eyou_banner {
    height: 500px;
    margin: 80px auto 0;
}

.eyou_banner .ba_control {
    height: 80px;
    bottom: -40px;
}
.bacontrol_main {
    margin: -80px auto 0;
}
.eyou_banner .swiper-pagination {
    width: 320px;
    height: 80px;
    margin-left: 160px;
    padding: 32px 0 32px 120px;
}
.eyou_banner .swiper-button-prev, .eyou_banner .swiper-button-next {
    margin: 20px 0;
}
}
 @media (max-width:1366px) {
.eyou_banner {
    height: 410px;
}

.eyou_banner .swiper-pagination {
    width: 500px;
    padding: 32px 0 32px 100px;
}
.bacontrol_main i {
    width: 160px;
}
}
 @media (max-width:1280px) {
.eyou_banner {
    height: 410px;
}

}
 @media (max-width:1200px) {
.eyou_banner {
    height: 430px;
}

.eyou_banner .ba_control {
    height: 60px;
    bottom: -30px;
}
.bacontrol_main {
    margin: -60px auto 0;
}
.bacontrol_main i {
    width: 140px;
}
.eyou_banner .swiper-pagination {
    width: 260px;
    height: 60px;
    margin-left: 120px;
    padding: 22px 0 22px 120px;
}
.eyou_banner .swiper-button-prev, .eyou_banner .swiper-button-next {
    margin: 10px 0;
}
}
 @media (max-width:1080px) {
.eyou_banner {
    height: 500px;
}

}
 @media (min-width:921px) {
    .news_235{display: none!important;} .news_234{display: block!important;}
 }

 @media (max-width:920px) {
    .news_234{display: none!important;} .news_235{display: block!important;}
 }
 @media (max-width:920px) {
.bacontrol_main i {
    width: 120px;
}
.eyou_banner .swiper-pagination {
    width: 240px;
    height: 60px;
    margin-left: 120px;
    padding: 22px 0 22px 100px;
}
}
 @media (max-width:820px) {
.eyou_banner {
    height: 500px;
}

.bacontrol_main i {
    width: 100px;
    left: 80px;
}
.eyou_banner .swiper-pagination {
    width: 180px;
    height: 60px;
    margin-left: 120px;
    padding: 22px 0 22px 60px;
}
}
 @media (max-width:767px) {
.eyou_banner {
    height: 180px;
    margin: 60px auto 0;
}

.eyou_banner .ba_control {
    height: 40px;
    bottom: -20px;
}
.ba_control::before {
    width: 32%;
}
.bacontrol_main {
    margin: -40px auto 0;
}
.bacontrol_main i {
    width: 60px;
}
.eyou_banner .swiper-pagination {
    width: 140px;
    height: 40px;
    margin-left: 100px;
    padding: 12px 0 12px 40px;
}
.eyou_banner .swiper-button-prev, .eyou_banner .swiper-button-next {
    margin: 0;
}
}
 @media (max-width:390px) {
.eyou_banner {
    height: 160px;
}
.news_234 {
        width: 389px;
        background: #f6f6f6;
        padding: 12px 0;
    }
    .news_234 .news-top h3 {
        width: 100%;
     text-align: center;
        
        font-weight: normal;
    }
    
    .news_234 .container {
        margin-left: auto;
        margin-right: auto;
        width: 390px;
    }
    .news_234 .mainCon .conBox li {
        float: left;
        width: 380px;
        height: 600px;
        padding: 19px 19px 0;
        background: #fff;
        margin-right: 20px;
        border: 1px solid #ebebeb;
        position: relative;
    }
    .news_234 .mainCon .conBox li p {
        line-height: 20px;
        color: #666666;
        font-size: 12px;
        padding: 0 4px;
        overflow: hidden;
        text-overflow: ellipsis;
        height: 122px;
    }
     .news_234 .news-top h3 a {
        color: #333333;
        text-decoration: none;
    }

    .news_234 .news-top p {
        font-size: 14px;
        color: #cccccc;
        float: right;
        margin-top: 10px;
    }

    .news_234 .mainCon {
        width: 100%;
        position: relative;
        margin: 34px auto 0;
    }

    .news_234 .mainCon .conBox {
        position: relative;
        width: 100%;
        height: 520px;
        overflow: hidden;
    }

    .news_234 .mainCon .conBox ul {
        position: absolute;
        left: 0;
        top: 0;
        width: 103%;
        height: 520px;
    }

    .news_234 .mainCon .conBox li {
        float: left;
        width: 389px;
        height: 489px;
        padding: 19px 19px 0;
        background: #fff;
        margin-right: 30px;
        border: 1px solid #ebebeb;
        position: relative;
    }

    .news_234 .mainCon .conBox li .news-pic {
        display: block;
        width: 389px;
        height: 230px;
        overflow: hidden;
    }

    .news_234 .mainCon .conBox li .news-pic img {
        display: block;
        width: 389px;
        height: 230px;
        transition: all 1s ease-out;
    }

    .news_234 .mainCon .conBox li h3 {
        font-size: 16px;
        color: #333333;
        margin: 18px 0 8px 0;
        font-weight: normal;
        padding: 0 4px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .news_234 .mainCon .conBox li p {
        line-height: 14px;
        color: #666666;
        font-size: 14px;
        padding: 0 2px;
        overflow: hidden;
        text-overflow: ellipsis;
        height: 122px;
    }

    .news_234 .mainCon .conBox li a.more {
        display: block;
        font-size: 12px;
        color: #999999;
        left: 38px;
        bottom: 32px;
        position: absolute;
    }
    

}
 @media (max-width:320px) {

.ba_control::before {
    width: 40%;
}
}
.eyou_products {
    overflow: hidden;
    padding: 127px 0 50px;
    background-color: #f2f2f2;
}
.eyou_products .eyoupro_main {
    margin: 0 auto;
}
.eyoupro_title {
    margin: 0 auto 40px;
    position: relative;
}
.eyoupro_title span {
    display: block;
    width: auto;
    height: 12px;
    overflow: hidden;
    line-height: 12px;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    border-left: 8px solid #183980;
    margin-bottom: 8px;
    padding-left: 8px;
}
.eyoupro_title p {
    display: block;
    width: auto;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    color: #333;
    font-size: 30px;
    font-weight: bold;
}
.eyoupro_title p i {
    display: inline-block;
    width: 9px;
    height: 9px;
    background-color: #333;
    border-radius: 50%;
    vertical-align: middle;
    margin: -2px 10px 0;
}
.eyoupro_title a.eyoupro_more {
    display: block;
    width: 156px;
    height: 44px;
    overflow: hidden;
    line-height: 44px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border-radius: 22px;
    background-color: #2e3643;
    margin-top: -22px;
    position: absolute;
    top: 50%;
    right: 0;
}
.eyoupro_title a.eyoupro_more:hover {
    background-color: #183980;
}
.eyoupro_title a.eyoupro_more::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 15px;
    overflow: hidden;
    background: url(../images/jt10.png) center center no-repeat;
    background-size: 100% 100%;
    margin: -2px 10px 0 0;
    vertical-align: middle;
    opacity: 0.6;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.eyoupro_title a.eyoupro_more:hover::before {
    margin: -2px 16px 0 0;
    opacity: 1;
}
.eyoupro_main .eyoupro_menu {
    margin-bottom: 30px;
    padding: 20px 40px;
    background-color: #fff;
}
.eyoupro_menu .swiper-container .swiper-slide {
    width: auto;
}
.eyoupro_menu .swiper-container .swiper-slide a {
    display: block;
    width: auto;
    height: 40px;
    line-height: 40px;
    color: #999;
    font-size: 16px;
    font-weight: bold;
    position: relative;
}
.eyoupro_menu .swiper-container .swiper-slide a i {
    display: block;
    width: 0;
    height: 2px;
    background-color: #183980;
    position: absolute;
    bottom: 0;
    left: 0;
}
.eyoupro_menu .swiper-container .swiper-slide:hover a, .eyoupro_menu .swiper-container .swiper-slide.swiper-slide-active a {
    color: #333;
}
.eyoupro_menu .swiper-container .swiper-slide:hover a i, .eyoupro_menu .swiper-container .swiper-slide.swiper-slide-active a i {
    width: 100%;
}
.eyoupro_list ul {
    margin: 0 -10px;
}
.eyoupro_list ul li {
    width: 25%;
    margin-bottom: 30px;
    padding: 0 10px;
    float: left;
}
.eyoupro_list ul li .eyoupro_con {
    background-color: #fff;
}
.eyoupro_list ul li .eyoupro_con .eyoupro_name a {
    display: block;
    width: 100%;
    height: 60px;
    overflow: hidden;
    line-height: 40px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 10px 20px;
    background-color: #2e3643;
}
.eyoupro_list ul li:hover .eyoupro_con .eyoupro_name a {
    color: #fff;
    background-color: #183980;
}
.eyoupro_list ul li .eyoupro_img {
    width: 100%;
    height: 280px;
}
.eyoupro_list ul li .eyoupro_img a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.eyoupro_list ul li .eyoupro_img a img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
    margin: auto;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.eyoupro_list ul li:hover .eyoupro_img a img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}
.eyoupro_list ul li .eyoupro_img a i {
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5) url(../images/more00.png) center center no-repeat;
    background-size: 60px 60px;
    position: absolute;
    left: 0;
    bottom: 100%;
}
.eyoupro_list ul li:hover .eyoupro_img a i {
    bottom: 0;
}
 @media (max-width:1440px) {
.eyou_products {
    padding: 100px 0 30px;
}
.eyoupro_title {
    margin: 0 auto 30px;
}
.eyoupro_title p {
    font-size: 28px;
}
.eyoupro_list ul li .eyoupro_img {
    height: 270px;
}
.eyoupro_list ul li .eyoupro_con .eyoupro_name a {
    height: 52px;
    font-size: 16px;
    padding: 6px 20px;
}
.eyoupro_title a.eyoupro_more {
    width: 140px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    margin-top: -20px;
}
}
 @media (max-width:1366px) {
.eyoupro_list ul li .eyoupro_img {
    height: 260px;
}
}
 @media (max-width:1280px) {
.eyoupro_list ul li .eyoupro_img {
    height: 240px;
}
.eyoupro_title a.eyoupro_more {
    width: 132px;
    font-size: 14px;
}
}
 @media (max-width:1200px) {
.eyou_products {
    padding: 90px 0 30px;
}
.eyoupro_list ul li .eyoupro_img {
    height: 224px;
}
}
 @media (max-width:1080px) {
.eyoupro_list ul li .eyoupro_img {
    height: 200px;
}
.eyoupro_list ul li .eyoupro_con .eyoupro_name a {
    height: 48px;
    padding: 4px 20px;
}
}
 @media (max-width:920px) {
.eyou_products {
    padding: 70px 0 20px;
}
.eyoupro_title {
    margin: 0 auto 20px;
}
.eyoupro_main .eyoupro_menu {
    margin-bottom: 20px;
    padding: 10px 20px;
}
.eyoupro_menu .swiper-container .swiper-slide a {
    font-size: 15px;
}
.eyoupro_list ul li {
    margin-bottom: 20px;
}
.eyoupro_list ul li .eyoupro_img {
    height: 170px;
}
.eyoupro_list ul li .eyoupro_con .eyoupro_name a {
    height: 40px;
    padding: 0 20px;
}
}
 @media (max-width:820px) {
.eyoupro_list ul li .eyoupro_img {
    height: 150px;
}
.eyoupro_list ul li .eyoupro_con .eyoupro_name a {
    font-size: 14px;
}
}
 @media (max-width:767px) {
.eyou_products {
    padding: 60px 0 20px;
}
.eyoupro_title p {
    height: 32px;
    line-height: 32px;
    font-size: 24px;
}
.eyoupro_list ul {
    margin: 0 -6px;
}
.eyoupro_list ul li {
    width: 50%;
    padding: 0 6px;
}
.eyoupro_list ul li .eyoupro_img {
    height: 160px;
}
.eyoupro_list ul li .eyoupro_con .eyoupro_name a {
    padding: 0 12px;
}
}
 @media (max-width:390px) {
.eyoupro_list ul li .eyoupro_img {
    height: 150px;
}
}
 @media (max-width:320px) {
.eyoupro_title p {
    height: 30px;
    line-height: 30px;
    font-size: 22px;
}
.eyoupro_title a.eyoupro_more {
    width: 120px;
}
.eyoupro_list ul li .eyoupro_img {
    height: 120px;
}
}
.eyou_title {
    margin: 0 auto 40px;
    position: relative;
}
.eyou_title span {
    display: block;
    width: 100%;
    height: 50px;
    overflow: hidden;
    line-height: 50px;
    color: #333;
    font-size: 60px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    opacity: 0.06;
}
.eyou_title p {
    width: 100%;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    color: #333;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin: -20px auto 0;
}
.eyou_title p i {
    display: inline-block;
    width: 9px;
    height: 9px;
    background-color: #183980;
    border-radius: 50%;
    vertical-align: middle;
    margin: -2px 10px 0;
}
.eyou_title1 span, .eyou_title1 p {
    color: #fff;
}
.eyou_title em {
    display: block;
    width: 100%;
    line-height: 28px;
    color: #666;
    font-size: 16px;
    text-align: center;
    font-style: normal;
    margin-top: 20px;
}
.eyou_about {
    overflow: hidden;
    padding: 80px 0;
    background: url(../images/idxab_bg.jpg) center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.eyou_about .eyouab_main {
    margin: 0 auto;
}
.eyouab_main .eyouab_ms {
    max-height: 120px;
    overflow: hidden;
    line-height: 30px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    opacity: 0.7;
}
.eyouab_main .eyouab_data {
    margin: 80px auto;
}
.eyouab_data ul {
    margin: 0 -40px;
}
.eyouab_data ul li {
    width: 25%;
    padding: 0 40px;
    float: left;
}
.eyouab_data ul li i {
    display: block;
    width: 80px;
    height: 80px;
    overflow: hidden;
    margin: 0 auto;
}
.eyouab_data ul li i img {
    display: block;
    width: 100%;
    height: 100%;
}
.eyouab_data ul li p {
    line-height: 44px;
    color: #fff;
    font-size: 44px;
    font-family: "Impact";
    text-align: center;
    margin: 20px auto 0;
}
.eyouab_data ul li span {
    display: block;
    line-height: 30px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin: 0 auto;
}
.eyouab_main a.eyouab_more {
    display: block;
    width: 156px;
    height: 44px;
    overflow: hidden;
    line-height: 44px;
    color: #2e3643;
    font-size: 16px;
    text-align: center;
    border-radius: 22px;
    background-color: #fff;
    margin: 0 auto;
}
.eyouab_main a.eyouab_more:hover {
    color: #fff;
    background-color: #183980;
}
.eyouab_main a.eyouab_more::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 15px;
    overflow: hidden;
    background: url(../images/jt11.png) center center no-repeat;
    background-size: 100% 100%;
    margin: -2px 10px 0 0;
    vertical-align: middle;
    opacity: 0.6;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.eyouab_main a.eyouab_more:hover::before {
    background: url(../images/jt10.png) center center no-repeat;
    background-size: 100% 100%;
    margin: -2px 16px 0 0;
    opacity: 1;
}
 @media (max-width:1440px) {
.eyou_title {
    margin: 0 auto 30px;
}
.eyou_title span {
    font-size: 52px;
}
.eyou_title p {
    font-size: 28px;
}
.eyou_title em {
    line-height: 25px;
    font-size: 15px;
    margin-top: 15px;
}
.eyou_about {
    padding: 60px 0;
}
.eyouab_main .eyouab_ms {
    font-size: 15px;
}
.eyouab_main .eyouab_data {
    margin: 60px auto;
}
.eyouab_data ul {
    margin: 0 -30px;
}
.eyouab_data ul li {
    padding: 0 30px;
}
.eyouab_data ul li span {
    font-size: 15px;
}
.eyouab_main a.eyouab_more {
    width: 140px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
}
}
 @media (max-width:1280px) {
.eyouab_main .eyouab_ms {
    max-height: 112px;
    line-height: 28px;
    font-size: 14px;
}
.eyouab_data ul li span {
    font-size: 14px;
}
.eyouab_main a.eyouab_more {
    width: 132px;
    font-size: 14px;
}
}
 @media (max-width:920px) {
.eyou_title {
    margin: 0 auto 20px;
}
.eyou_about {
    padding: 40px 0;
}
.eyouab_main .eyouab_data {
    margin: 40px auto;
}
.eyouab_data ul {
    margin: 0 -20px;
}
.eyouab_data ul li {
    padding: 0 20px;
}
.eyouab_data ul li p {
    line-height: 40px;
    font-size: 36px;
    margin: 10px auto 0;
}
}
 @media (max-width:820px) {
.eyouab_data ul {
    margin: 0 -10px;
}
.eyouab_data ul li {
    padding: 0 10px;
}
.eyouab_data ul li p {
    line-height: 30px;
    font-size: 32px;
    margin: 10px auto 0;
}
}
 @media (max-width:767px) {
.eyou_title span {
    height: 40px;
    line-height: 40px;
    font-size: 44px;
}
.eyou_title p {
    height: 32px;
    line-height: 32px;
    font-size: 24px;
    margin: -16px auto 0;
}
.eyouab_main .eyouab_data {
    margin: 20px auto;
}
.eyouab_data ul li {
    width: 50%;
    margin-bottom: 20px;
}
}
 @media (max-width:320px) {
.eyou_title span {
    height: 36px;
    line-height: 36px;
    font-size: 40px;
}
.eyou_title p {
    height: 30px;
    line-height: 30px;
    font-size: 22px;
    margin: -15px auto 0;
}
.eyouab_main .eyouab_data {
    margin: 20px auto 0;
}
}
.eyou_news {
    overflow: hidden;
    padding: 80px 0;
    background-color: #f2f2f2;
}
.eyou_news .eyounews_main {
    margin: 0 auto;
    
}
.eyounews_tab {
    text-align: center;
    margin: 0 auto 40px;
}
.eyounews_tab ul li {
    display: inline-block;
    height: 50px;
    overflow: hidden;
    line-height: 48px;
    color: #2e3643;
    font-size: 18px;
    text-align: center;
    margin: 0 8px;
    padding: 0 29px;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #2e3643;
    vertical-align: top;
    cursor: pointer;
}
.eyounews_tab ul li i {
    display: inline-block;
    width: 24px;
    height: 24px;
    overflow: hidden;
    vertical-align: middle;
    margin: -2px 10px 0 0;
}
.eyounews_tab ul li i svg {
    display: block;
    width: 100%;
    height: 100%;
}
.eyounews_tab ul li:hover, .eyounews_tab ul li.active {
    color: #fff;
    background-color: #183980;
    border: 1px solid #183980;
}
.eyounews_tab ul li:hover i svg path, .eyounews_tab ul li.active i svg path {
    fill: #ffffff;
}
.eyounews_list dl {
    margin: 0 -10px;
}
.eyounews_list dl dd {
    width: 25%;
    padding: 0 10px;
    float: left;
}
.eyounews_list dl dd .eyounews_con {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}
.eyounews_list dl dd .eyounews_con .eyounews_img {
    display: block;
    width: 100%;
    height: 330px;
    overflow: hidden;
}
.eyounews_list dl dd .eyounews_con .eyounews_img a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.eyounews_list dl dd .eyounews_con .eyounews_img a img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: auto;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.eyounews_list dl dd:hover .eyounews_con .eyounews_img a img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}
.eyounews_list dl dd .eyounews_con .eyounews_txt {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 60px 30px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.eyounews_list dl dd:hover .eyounews_con .eyounews_txt {
    background-color: rgba(0, 0, 0, 0.6);
}
.eyounews_list dl dd .eyounews_con .eyounews_txt span {
    display: block;
    line-height: 30px;
    color: #666;
    font-size: 18px;
}
.eyounews_list dl dd:hover .eyounews_con .eyounews_txt span {
    color: #fff;
}
.eyounews_list dl dd .eyounews_con .eyounews_txt span em {
    display: inline-block;
    font-size: 30px;
    font-weight: bold;
    font-style: normal;
    vertical-align: middle;
    margin-right: 20px;
}
.eyounews_list dl dd .eyounews_con .eyounews_txt a.eyounews_name {
    display: block;
    height: 36px;
    overflow: hidden;
    line-height: 36px;
    color: #333;
    font-size: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 20px auto 10px;
}
.eyounews_list dl dd:hover .eyounews_con .eyounews_txt a.eyounews_name {
    color: #fff;
}
.eyounews_list dl dd .eyounews_con .eyounews_txt p {
    height: 84px;
    overflow: hidden;
    line-height: 28px;
    color: #999;
    font-size: 14px;
    word-break: break-all;
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.eyounews_list dl dd:hover .eyounews_con .eyounews_txt p {
    color: rgba(255, 255, 255, 0.6);
}
.eyounews_list dl dd .eyounews_con .eyounews_btn {
    width: 100%;
    position: absolute;
    bottom: -34px;
    left: 0;
    z-index: 2;
}
.eyounews_list dl dd:hover .eyounews_con .eyounews_btn {
    bottom: 0;
}
.eyounews_list dl dd .eyounews_con .eyounews_btn a {
    display: block;
    width: 100%;
    height: 44px;
    overflow: hidden;
    line-height: 44px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin: 0 auto;
    background-color: #183980;
}
.eyounews_list a.eyounews_more {
    display: block;
    width: 156px;
    height: 44px;
    overflow: hidden;
    line-height: 44px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border-radius: 22px;
    background-color: #2e3643;
    margin: 40px auto 0;
}
.eyounews_list a.eyounews_more:hover {
    background-color: #183980;
}
.eyounews_list a.eyounews_more::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 15px;
    overflow: hidden;
    background: url(../images/jt10.png) center center no-repeat;
    background-size: 100% 100%;
    margin: -2px 10px 0 0;
    vertical-align: middle;
    opacity: 0.6;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.eyounews_list a.eyounews_more:hover::before {
    margin: -2px 16px 0 0;
    opacity: 1;
}
 @media (max-width:1440px) {
.eyou_news {
    padding: 60px 0;
}
.eyounews_tab {
    margin: 0 auto 30px;
}
.eyounews_tab ul li {
    height: 48px;
    line-height: 46px;
    font-size: 16px;
}
.eyounews_list dl dd .eyounews_con .eyounews_img {
    height: 290px;
}
.eyounews_list dl dd .eyounews_con .eyounews_txt {
    padding: 30px 20px 60px;
}
.eyounews_list a.eyounews_more {
    width: 140px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    margin: 30px auto 0;
}
}
 @media (max-width:1366px) {
.eyounews_list dl dd .eyounews_con .eyounews_btn a {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}
}
 @media (max-width:1280px) {
.eyounews_list dl dd .eyounews_con .eyounews_img {
    height: 270px;
}
.eyounews_list dl dd .eyounews_con .eyounews_txt span {
    font-size: 16px;
}
.eyounews_list dl dd .eyounews_con .eyounews_txt span em {
    font-size: 26px;
    margin-right: 10px;
}
.eyounews_list dl dd .eyounews_con .eyounews_txt a.eyounews_name {
    height: 32px;
    line-height: 32px;
    font-size: 16px;
}
.eyounews_list dl dd .eyounews_con .eyounews_txt p {
    height: 72px;
    line-height: 24px;
}
.eyounews_list a.eyounews_more {
    width: 132px;
    font-size: 14px;
}
}
 @media (max-width:920px) {
.eyou_news {
    padding: 40px 0;
}
.eyounews_tab {
    margin: 0 auto 20px;
}
.eyounews_list a.eyounews_more {
    margin: 20px auto 0;
}
}
 @media (max-width:820px) {
.eyounews_list dl dd {
    width: 50%;
    margin-bottom: 20px;
}
.eyounews_list a.eyounews_more {
    margin: 0 auto;
}
}
 @media (max-width:767px) {
.eyounews_tab ul li {
    margin: 0 4px;
    padding: 0 20px;
}
.eyounews_list dl {
    margin: 0 -6px;
}
.eyounews_list dl dd {
    padding: 0 6px;
}
.eyounews_list dl dd .eyounews_con .eyounews_img {
    height: 240px;
}
.eyounews_list dl dd .eyounews_con .eyounews_txt {
    padding: 20px 12px 40px;
}
.eyounews_list dl dd .eyounews_con .eyounews_txt a.eyounews_name {
    margin: 10px auto;
}
.eyounews_list dl dd .eyounews_con .eyounews_btn {
    bottom: -36px;
}
}
 @media (max-width:390px) {
.eyounews_tab ul li {
    height: 40px;
    line-height: 38px;
}
.eyounews_list dl dd {
    width: 100%;
}
}
.eyou_contact {
    overflow: hidden;
    padding: 100px 0;
    background: url(../images/idxcontact_bg.jpg) center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.eyou_contact .eyoucontact_main {
    margin: 0 auto;
}
.eyoucontact_main .eyoucontact_title {
    margin-bottom: 40px;
}
.eyoucontact_title p {
    line-height: 40px;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-align: right;
    margin-bottom: 10px;
}
.eyoucontact_title span {
    display: block;
    line-height: 30px;
    color: #fff;
    font-size: 16px;
    text-align: right;
}
.eyoucontact_list {
    padding-left: 40%;
}
.eyoucontact_list dl {
    margin: 0 -12px;
}
.eyoucontact_list dl dt {
    width: 62%;
    padding: 0 12px;
    float: left;
}
.eyoucontact_list dl dd {
    width: 38%;
    margin-bottom: 24px;
    padding: 0 12px;
    float: left;
}
.eyoucontact_list dl dd:nth-child(3) {
    margin: 0;
}
.eyoucontact_list dl dt .eyoucontact_con, .eyoucontact_list dl dd .eyoucontact_con {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.eyoucontact_list dl dt .eyoucontact_con {
    height: 404px;
    padding: 60px;
    background-color: #183980;
}
.eyoucontact_list dl dt .eyoucontact_con .eyoucontact_txt {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}
.eyoucontact_list dl dd .eyoucontact_con {
    height: 190px;
    padding: 24px;
    background-color: #ffffff;
}
.eyoucontact_list dl dd .eyoucontact_con .eyoucontact_txt {
    width: 100%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.eyoucontact_list dl dt .eyoucontact_con img, .eyoucontact_list dl dd .eyoucontact_con img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: auto;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.eyoucontact_list dl dt .eyoucontact_con img {
    opacity: 0.15;
}
.eyoucontact_list dl dd .eyoucontact_con img {
    opacity: 0.3;
}
.eyoucontact_list dl dd:hover .eyoucontact_con {
    background-color: #000000;
}
.eyoucontact_list dl dd:hover .eyoucontact_con img {
    opacity: 0.5;
}
.eyoucontact_list dl dt .eyoucontact_con .eyoucontact_tit01 {
    line-height: 40px;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 24px;
}
.eyoucontact_list dl dt .eyoucontact_con p {
    line-height: 36px;
    color: #fff;
    font-size: 18px;
    text-align: justify;
    margin: 0 auto 30px;
}
.eyoucontact_list dl dt .eyoucontact_con a.eyoucontact_more {
    display: block;
    width: 156px;
    height: 44px;
    overflow: hidden;
    line-height: 44px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border-radius: 22px;
    background-color: #2e3643;
    float: right;
}
.eyoucontact_list dl dt .eyoucontact_con a.eyoucontact_more::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 15px;
    overflow: hidden;
    background: url(../images/jt10.png) center center no-repeat;
    background-size: 100% 100%;
    margin: -2px 10px 0 0;
    vertical-align: middle;
    opacity: 0.6;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.eyoucontact_list dl dt .eyoucontact_con a.eyoucontact_more:hover::before {
    margin: -2px 16px 0 0;
    opacity: 1;
}
.eyoucontact_list dl dd .eyoucontact_con .eyoucontact_txt a.eyoucontact_Tit02 {
    display: block;
    line-height: 40px;
    color: #333333;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}
.eyoucontact_list dl dd .eyoucontact_con .eyoucontact_txt p {
    line-height: 30px;
    color: #333333;
    font-size: 18px;
    text-align: center;
}
.eyoucontact_list dl dd:hover .eyoucontact_con .eyoucontact_txt a.eyoucontact_Tit02, .eyoucontact_list dl dd:hover .eyoucontact_con .eyoucontact_txt p {
    color: #ffffff;
}

 @media (max-width:1440px) {
.eyou_contact {
    padding: 60px 0;
}
.eyoucontact_main .eyoucontact_title {
    margin-bottom: 30px;
}
.eyoucontact_title p {
    font-size: 28px;
    margin-bottom: 5px;
}
.eyoucontact_title span {
    line-height: 25px;
    font-size: 15px;
}
.eyoucontact_list dl {
    margin: 0 -10px;
}
.eyoucontact_list dl dt {
    padding: 0 10px;
}
.eyoucontact_list dl dt .eyoucontact_con {
    height: 340px;
    padding: 40px 60px;
}
.eyoucontact_list dl dt .eyoucontact_con .eyoucontact_tit01 {
    font-size: 28px;
    margin-bottom: 15px;
}
.eyoucontact_list dl dd {
    margin-bottom: 20px;
    padding: 0 10px;
}
.eyoucontact_list dl dd .eyoucontact_con {
    height: 160px;
    padding: 20px;
}
.eyoucontact_list dl dd .eyoucontact_con .eyoucontact_txt a.eyoucontact_Tit02 {
    font-size: 28px;
    margin-bottom: 5px;
}
.eyoucontact_list dl dt .eyoucontact_con p, .eyoucontact_list dl dd .eyoucontact_con .eyoucontact_txt p {
    line-height: 30px;
    font-size: 16px;
}
.eyoucontact_list dl dt .eyoucontact_con a.eyoucontact_more {
    width: 140px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
}
}
 @media (max-width:1280px) {
.eyoucontact_title span {
    line-height: 24px;
    font-size: 14px;
}
.eyoucontact_list dl dt .eyoucontact_con {
    height: 320px;
    padding: 40px 60px;
}
.eyoucontact_list dl dt .eyoucontact_con .eyoucontact_tit01 {
    line-height: 32px;
    font-size: 24px;
    margin-bottom: 15px;
}
.eyoucontact_list dl dt .eyoucontact_con a.eyoucontact_more {
    width: 132px;
    font-size: 14px;
}
.eyoucontact_list dl dd {
    margin-bottom: 20px;
    padding: 0 10px;
}
.eyoucontact_list dl dd .eyoucontact_con {
    height: 150px;
    padding: 20px;
}
.eyoucontact_list dl dd .eyoucontact_con .eyoucontact_txt a.eyoucontact_Tit02 {
    line-height: 32px;
    font-size: 24px;
    margin-bottom: 5px;
}
.eyoucontact_list dl dt .eyoucontact_con p, .eyoucontact_list dl dd .eyoucontact_con .eyoucontact_txt p {
    line-height: 28px;
    font-size: 14px;
}
}
 @media (max-width:1080px) {
.eyoucontact_list dl dt .eyoucontact_con {
    padding: 40px;
}
}
 @media (max-width:1024px) {
.eyoucontact_list dl dt .eyoucontact_con {
    height: 280px;
    padding: 30px;
}
.eyoucontact_list dl dt .eyoucontact_con .eyoucontact_tit01 {
    line-height: 30px;
    font-size: 22px;
    margin-bottom: 15px;
}
.eyoucontact_list dl dt .eyoucontact_con a.eyoucontact_more {
    width: 132px;
    font-size: 14px;
}
.eyoucontact_list dl dd .eyoucontact_con {
    height: 130px;
    padding: 20px;
}
.eyoucontact_list dl dd .eyoucontact_con .eyoucontact_txt a.eyoucontact_Tit02 {
    line-height: 30px;
    font-size: 22px;
    margin-bottom: 5px;
}
.eyoucontact_list dl dt .eyoucontact_con p, .eyoucontact_list dl dd .eyoucontact_con .eyoucontact_txt p {
    line-height: 24px;
    font-size: 14px;
}
}
 @media (max-width:920px) {
.eyou_contact {
    padding: 40px 0;
}
.eyoucontact_main .eyoucontact_title {
    margin-bottom: 20px;
}
.eyoucontact_list {
    padding-left: 36%;
}
.eyoucontact_list dl dt .eyoucontact_con {
    height: 240px;
    padding: 20px;
}
.eyoucontact_list dl dt .eyoucontact_con .eyoucontact_tit01 {
    line-height: 30px;
    font-size: 20px;
    margin-bottom: 10px;
}
.eyoucontact_list dl dt .eyoucontact_con p {
    margin: 0 auto 20px;
}
.eyoucontact_list dl dt .eyoucontact_con a.eyoucontact_more {
    width: 132px;
    font-size: 14px;
}
.eyoucontact_list dl dd .eyoucontact_con {
    height: 110px;
    padding: 20px;
}
.eyoucontact_list dl dd .eyoucontact_con .eyoucontact_txt a.eyoucontact_Tit02 {
    line-height: 30px;
    font-size: 20px;
    margin-bottom: 0;
}
}
 @media (max-width:820px) {
.eyoucontact_list {
    padding-left: 30%;
}
}
@media (max-width:768px) {
.eyoucontact_list dl dt .eyoucontact_con p {
    margin: 0 auto 0;
}
}
@media (max-width:767px) {
.eyoucontact_title p {
    line-height: 32px;
    font-size: 24px;
    text-align: left;
}
.eyoucontact_title span {
    text-align: left;
}
.eyoucontact_list {
    padding: 0;
}
.eyoucontact_list dl {
    margin: 0 -6px;
}
.eyoucontact_list dl dt {
    width: 100%;
    padding: 0 6px;
    margin-bottom: 12px;
}
.eyoucontact_list dl dt .eyoucontact_con {
    height: auto;
}
.eyoucontact_list dl dt .eyoucontact_con a.eyoucontact_more {
    float: inherit;
}
.eyoucontact_list dl dd {
    width: 50%;
    margin: 0;
    padding: 0 6px;
}
}


.case199 .it199 .en199 {
    font: 300 16px "AvantGarde Bk BT";
    color: #666;
    text-align: center;
    text-transform: uppercase;
}
.case199 .it199 .tit199 {
    width: 330px;
    margin: 0 auto;
    font-size: 30px;
    line-height: 50px;
    text-align: center;
    color: #333;
}
.case199 .it199 .tit199 em {
    display: block;
    width: 85px;
    height: 1px;
    margin-top: 15px;
    background: #ccc;
}
.case199 {
    padding-top: 20px;
    padding-bottom: 25px;
    background: #f6f6f6;
}
.case199 .pro199 .list199 li {
    position: relative;
    display: block;
    float: left;
    /*width: 390px !important;*/
    /*height: 480px;*/
    margin-right: 30px;
    border: 1px solid #ddd;
}
.case199 .pro199 .list199 li .tit199 {
    font-size: 20px;
    color: #333;
}
.case199 .pro199 .list199 li .cont199 {
    margin-top: 12px;
    font-size: 14px;
    font-weight: 300;
    line-height: 28px;
    color: #666;
    text-align: justify;
}
.case199 .pro199 .list199 li .view199 {
    position: absolute;
    bottom: 30px;
    left: 30px;
    display: block;
    width: 120px;
    height: 32px;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    background: #05469a;
    color: #fff;
    transition: all ease .5s;
}
.case199 .pro199 .list199 li .view199:hover {
    /*background: #009924;*/
}
.case199 .pro199 .hd199 .prev, .case199 .pro199 .hd199 .next {
    width: 30px;
    height: 40px;
    cursor: pointer;
    position: absolute;
    top: -260px;
    transition: all ease .5s;
    background-color: #05469a;
    background-repeat: no-repeat;
}
.case199 .pro199 .hd199 .prev:hover, .case199 .pro199 .hd199 .next:hover {
    background-color: #009924;
}
.case199 .more199 a {
    display: block;
    width: 198px;
    height: 48px;
    color: #666;
    font-size: 16px;
    line-height: 48px;
    text-align: center;
    border: 1px solid #ccc;
    transition: all ease .5s;
}
.case199 .more199 a:hover {
    background: #05469a;
    color: #fff;
    transition: all .5s;
    border: 1px solid #05469a;
}
.case199 .join p {
    color: #666;
    font-size: 14px;
    line-height: 45px;
}
.case199 .join a {
    position: relative;
    display: inline-block;
    width: 160px;
    height: 45px;
    background: #05469a;
    transition: all ease 600ms;
}
.case199 .join a:hover {
    background: #009924;
    width: 180px;
}
/* 颜色 end*/
.case199 .w199 {
    width: 1200px;
    margin: 0 auto;
}
.case199 .icon199 {
    background-image: url("{eyou:global name='web_cmspath' /}/images/icon199.png");
    display: inline-block;
    vertical-align: middle;
}
.case199 .it199 {
    padding-top: 0;
}
.case199 .it199 .tit199 span {
    float: left;
    margin: 0 20px;
}
.case199 .pro199 {
    position: relative;
    margin-top: 30px;
}
.case199 .pro199 .list199 {
    width: 106%;
}
.case199 .pro199 .list199 li a {
    display: block;
    padding: 30px;
    padding-bottom: 80px;
}
.case199 .pro199 .list199 li a img {
    display: block;
    width: 100%;
    max-width: 400px;
    height: auto;
}
.case199 .pro199 .list199 li .title199 {
    margin-top: 10px;
      white-space: nowrap; /* 强制文本不换行 */
  overflow: hidden;    /* 隐藏超出容器的内容 */
  text-overflow: ellipsis; /* 超出部分显示省略号 */
}
.case199 .pro199 .hd199 {
    position: absolute;
    width: 100%;
}
.case199 .pro199 .hd199 .prev {
    background-position: -340px -43px;
    left: -80px;
}
.case199 .pro199 .hd199 .next {
    background-position: -370px -43px;
    right: -80px;
}
.case199 .more199 {
    margin-top: 10px;
}
.case199 .more199 .line199 {
    display: block;
    width: 500px;
    height: 1px;
    margin-top: 14px;
    background: #ccc;
}
.case199 .join {
    margin-top: 10px;
    margin-bottom: 10px;
}
.case199 .join h3 {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
}
.case199 .join h3 s {
    display: inline-block;
    width: 42px;
    height: 31px;
    margin-right: 10px;
    background-position: -295px -49px;
}
.case199 .join a s {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -35px;
    width: 70px;
    height: 10px;
    background-position: -329px -23px;
}


    .pord_box_280 {
        width: 1200px;
        margin: 0 auto;
        overflow: hidden;
        padding: 20px 0 40px 0;
    }
    .pord_box_280 .tit {
        width: 100%;
        height: 120px;
        position: relative;
    }
    .pord_box_280 .tit h1 {
        width: 100%;
        color: #333333;
        font-size:28px;
        text-align:center;
        position:absolute;
        left:0;
        font-weight: normal;
        top:15px;
        z-index:1;
    }
    .pord_box_280 .tit h2 {
        width: 100%;
        color: #f2f2f2;
        font-size: 50px;
        text-align: center;
        position: absolute;
        left: 0;
        top: 0px;
    }
    .pord_box_280 .tit h3 {
        width: 50px;
        height: 5px;
        position: absolute;
        left: 575px;
        top: 85px;
        background: #05469a;;
    }
    .pord_box_280 .tit h4 {
        width: 100%;
        color: #707070;
        font-size: 14px;
        text-align: center;
        font-weight: normal;
        position: absolute;
        left: 0;
        bottom: 0;
    }
    .pord_box_280 .pord_con {
        width: 100%;
        margin: 0 auto;
    }
    .pord_box_280 .pord_con .hd {
        text-align: center;
        margin: 20px 0 40px 0;
        overflow: hidden;
    }
    .pord_box_280 .pord_con .hd li {
        width: 194px;
        text-align: center;
        height: 48px;
        line-height: 48px;
        cursor: pointer;
        margin: 0 0 0 0;
        color: #707070;
        border: 1px solid #dfdfdf;
        background: #fff;
        font-size: 16px;
        display: inline-block;
        overflow: hidden;
    }
    .pord_box_280 .pord_con .hd li.on {
        width: 194px;
        height: 48px;
        line-height: 48px;
        background: #05469a;;
        border:1px solid #05469a;;
        color:#fff;
        overflow:hidden;
    }
    .pord_box_280 .pord_con .bd {
        width: 1200px;
    }
    .pord_box_280 .pord_con .bd ul {
        width: 1224px;
    }
    .pord_box_280 .pord_con .bd li {
        background: #f5f5f5;
        float: left;
        overflow: hidden;
        margin: 0 24px 24px 0;
    }
    .pord_box_280 .pord_con .bd li .pic {
        width: 254px;
        height: 200px;
        overflow: hidden;
    }
    .pord_box_280 .pord_con .bd li .pic img {
        width: 254px;
        height: 200px;
        overflow: hidden;
        transition: all .2s ease-in 0s;
    }
    .pord_box_280 .pord_con .bd li:hover a img {
        -webkit-transition: All 2s ease-in-out;
        -moz-transition: All 0.4s ease-in-out;
        -o-transition: All 0.4s ease-in-out;
        transition: All 0.4s ease-in-out;
    }
    .pord_box_280 .pord_con .bd li:hover img {
        text-decoration: none;
        display: block;
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -o-transform: scale(1.05);
        -ms-transform: scale(1.05);
    }
    .pord_box_280 .pord_con .bd li .title {
        text-align: center;
        height: 52px;
        line-height: 52px;
        font-size: 16px;
        font-weight: bold;
        margin: 0 15px;
    }
    .pord_box_280 .pord_con .bd li a {
        width: 254px;
        display: block;
        text-decoration: none;
        overflow: hidden;
    }
    .pord_box_280 .pord_con .bd li a .title {
        color: #05469a;;
        overflow: hidden;
        text-overflow:ellipsis;
        white-space: nowrap;
    }
    .pord_box_280 .pord_con .bd li:hover {
        background: #05469a;;
        transition: all .2s ease-in 0s;
        -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
    }
    .pord_box_280 .pord_con .bd li:hover .title {
        color: #fff;
        overflow: hidden;
    }
    .pord_box_280 .hmore {
        width: 400px;
        font-size: 18px;
        text-align: center;
        margin: 10px auto 0 auto;
        display: block;
    }
    .pord_box_280 .hmore a {
        width: 398px;
        height: 48px;
        line-height: 48px;
        display: block;
        text-decoration: none;
        border-radius: 30px;
        -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
        transition: all .2s ease-in 0s;
    }
   .pord_box_280 .hmore a:hover {
        color: #fff;
        background: #05469a;;
        border: 1px solid #05469a;;
    }
    
.hzhb_239 { margin: 0 auto;width:100%;padding: 30px 0 }
.index-partner{
    overflow-x: hidden;
}
.index-partner .swiper-slide img{
    max-width: 100%;
    height: auto;
    border: 1px #ccc solid;
}
.hzhb_239 .title { padding: 0 10px 30px;text-align: center }
.hzhb_239 .title h3 { color: #203144;font-weight: 300;font-size: 36px;white-space: nowrap;margin: 0 0 30px }
.hzhb_239 .title p {font-size: 18px;color: #666;white-space: nowrap;margin: 0  }
.hzhb_239 .hb-con { margin: 0;height: 300px;padding:0;margin-bottom: 30px }
.hzhb_239 .hb-con .item { width: 19%;;height:128px;margin: 0.5%;border: 1px #ccc solid;float: left;display: block;text-align: center;cursor: pointer }
.hzhb_239 .hb-con .item img { height: 126px;width: 100%}
.hzhb_239 .hb-con .item:hover {-webkit-box-shadow: 0 0 30px rgba(32, 49, 68, 0.3);-moz-box-shadow:0 0 30px rgba(32, 49, 68, 0.3);box-shadow: 0 0 30px rgba(32, 49, 68, 0.3);transform: translateY(-5px);-webkit-transform: translateY(-5px);-ms-transform: translateY(-5px);transition: all 0.3s ease-in;-moz-transition: all 0.3s ease-in; /* Firefox 4 */-webkit-transition: all 0.3s ease-in; /* Safari å’Œ Chrome */-o-transition: all 0.3s ease-in; /* Opera */
}
.hzhb_239  .btns-more { padding: 0;margin: 0;text-align: center }
.hzhb_239  .btns-more .more { border: 1px #183980;font-size: 18px;line-height: 42px;position: relative;overflow: hidden;transition: all .5s ease-in; }
.hzhb_239  .btns-more .more span {display:block;width:0;height:0;border-radius: 50%;transition: all .5s ease-in;background-color: #183980;position:absolute;z-index: -1;left: 0;bottom: 0;transform: translate(-50%,50%);}
.hzhb_239  .btns-more .more:hover{color: #fff;}
.hzhb_239  .btns-more .more:hover span { width:300px;height:200px; }
@media only screen and (max-width: 992px) {
    .hzhb_239 .hb-con { margin-bottom: 20px;height: auto }
    .hzhb_239  .btns-more { margin-bottom: 20px }
    .hzhb_239 .hb-con .item { width: 48%;height:88px;margin: 1%;border: 1px #ccc solid;float: left;display: inline-block;cursor: pointer }
    .hzhb_239 .hb-con .item img { height: 86px}
}
@media only screen and (min-width: 1200px) {
    .hzhb_239 { width: 1170px}
}
@media (min-width:992px) and (max-width:1199px){
    .hzhb_239 { height: auto }
}
@media only screen and (max-width: 991px) {
    .hzhb_239 { height: auto }
    .hzhb_239 .title { padding:0 10px 30px}
    .hzhb_239 .title p a{ white-space: normal;line-height: 24px;font-weight: normal  }
}
@media only screen and (max-width: 720px) {
    .hzhb_239 { padding: 30px 0 }
    .hzhb_239 .title h3 { font-size: 20px;margin: 0 0 10px }
    .hzhb_239 .title p { margin: 0 0 10px }
    .hzhb_239 .title p a { font-size: 15px }
    .hzhb_239 .btns-more .more {margin-top: 30px;height: 28px;width: 140px;font-size: 14px;line-height: 28px;}
    .pord_box_280 {
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
        padding: 20px 0 40px 0;
    }
    .pord_box_280 .pord_con .hd {
        width:50%;
		text-align: center;
        margin: 20px 0 40px 0;
        overflow: hidden;
    }
    .pord_box_280 .pord_con .hd li {
        width: 74px;
        text-align: center;
        height: 48px;
        line-height: 48px;
        cursor: pointer;
        margin: 0 0 0 0;
        color: #707070;
        border: 1px solid #dfdfdf;
        background: #fff;
        font-size: 16px;
        display: inline-block;
        overflow: hidden;
    }
    .pord_box_280 .pord_con .hd li.on {
        width: 74px;
        height: 48px;
        line-height: 48px;
        background: #05469a;;
        border:1px solid #05469a;;
        color:#fff;
        overflow:hidden;
    }
    .pord_box_280 .pord_con .bd li {
        width: 100%;
        background: #f5f5f5;
        float: left;
        overflow: hidden;
        margin: 0 24px 24px 0;
    }
    .pord_box_280 .pord_con .bd li .pic {
        width: 100%;
        height: 256px;
        overflow: hidden;
    }
    .pord_box_280 .pord_con .bd li .pic img {
        width: 100%;
        height: 256px;
        overflow: hidden;
        transition: all .2s ease-in 0s;
}
}




   

   