.one-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.container {
    width: 100%;
    min-width: 1240px;
}

body {
    background: url(/public/home/css/../images/bg1.png) no-repeat top center/auto auto;
    background-color: #f2f6f9;
}

.center {
    width: 1240px;
    margin: 0 auto;
}

.header {
    padding: 40px 0;
}
.header .header-center {
    width: 1200px;
    margin: 0 auto;
}
.header .logo {
    width: 434px;
    height: 77px;
}
.header .logo a {
    display: block;
    width: 100%;
    height: 100%;
}
.header .logo a img {
    display: block;
    width: 100%;
    height: 100%;
}
.header .search-x {
    width: 370px;
    height: 48px;
    margin: 14px 0;
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
}
.header .search-x .search-input {
    width: 290px;
    height: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    border-radius: 4px;
}
.header .search-x .search-input:focus-within {
    border: 1px solid #00a8ff;
    border-right: 0;
}
.header .search-x .search-input input {
    width: 98%;
    height: 98%;
    margin: 0;
    padding: 0;
    border: none;
    background-color: transparent;
}
.header .search-x .search-input input:focus {
    outline: none;
}
.header .search-x .search-btn {
    width: 80px;
    height: 100%;
    background-color: #016bd5;
    text-align: center;
    line-height: 48px;
    border: 0;
    cursor: pointer;
}
.header .search-x .search-btn .iconfont {
    font-size: 26px;
    color: #fff;
}

.nav-container {
    background-color: #016bd5;
}
.nav-container .nav-link {
    width: 177px;
    height: 54px;
    text-align: center;
    line-height: 54px;
    color: #fff;
    font-size: 19px;
    position: relative;
}
.nav-container .nav-link a:hover, .nav-container .nav-link-active {
    background-color: #004e9b;
}
.nav-container .nav-link a{
    display: block;
    color: #fff;
}
.nav-container .nav-link .sub-menu{
    background: rgba(0,0,0,0.5);
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 10;
    display: none;
}
.nav-container .nav-link:hover .sub-menu{
    display: block;
}
.nav-container .nav-link .sub-menu a{
    font-size: 14px;
    font-weight: normal;
    display: block;
    height: 42px;
    line-height: 42px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.nav-container .nav-link .sub-menu a:nth-last-of-type(1){
    border: none;
}
.nav-container .nav-link .sub-menu a:hover{
    background: rgba(0,0,0,0.6);
}

.section-box {
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
    margin: 20px auto;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}

.swiper-container {
    width: 620px;
    height: 400px;
    overflow: hidden;
    position: relative;
}
.swiper-container .swiper-pagin {
    position: absolute;
    bottom: 15px;
    right: 20px;
    z-index: 20;
    width: 50px;
    text-align: center;
    left: auto;
    color: #fff;
    font-weight: bold;
}
.swiper-container .swiper-pagin .swiper-pagination-current {
    font-size: 20px;
}
.swiper-container .swiper-pagin .center-space {
    margin: 0 5px;
}
.swiper-container .swiper-pagin .swiper-pagination-total {
    font-size: 14px;
}
.swiper-container .swiper-slide {
    position: relative;
}
.swiper-container .swiper-slide .slide-text {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    display: block;
    height: 70px;
    line-height: 85px;
    padding: 0 60px 0 20px;
    box-sizing: border-box;
    font-size: 16px;
    color: #ffffff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}
.swiper-container img{
    width: 620px;
    height: 400px;
}

.news-right {
    width: 550px;
}

.border-bottom {
    border-bottom: 1px solid #e9e9e9;
    box-sizing: border-box;
}

.news-header {
    width: 100%;
}
.news-header .news-left {
    height: 40px;
    width: 140px;
    background-color: #016bd5;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
}
.news-header .news-more {
    line-height: 40px;
}

.news-list::after, .news-list::before {
    clear: both;
    content: "";
    display: block;
    height: 0;
    line-height: 0;
    overflow: hidden;
}
.news-list .news-a {
    width: 437px;
}
.news-list .news-time {
    width: 85px;
}

.news-link-mtd\=24 {
    margin-top: 25px;
    margin-bottom: 24px;
}

.news-link {
    list-style: disc;
    list-style-position: inside;
    vertical-align: middle;
    box-sizing: border-box;
}
.news-link:last-child {
    margin-bottom: 0;
}
.news-link::marker {
    color: #999999;
}

.news-a {
    display: inline-block;
    font-size: 16px;
    color: #444444;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-time {
    display: inline-block;
    text-align: right;
    font-size: 14px;
    color: #999999;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.more-font {
    font-size: 14px;
    font-weight: 400;
    color: #888888;
}

.banner-home {
    width: 100%;
    height: 100px;
    margin-top: 30px;
    margin-bottom: 50px;
}
.banner-home img {
    width: 100%;
    height: 100%;
}

.article-left {
    width: 865px;
}

.article-right {
    width: 300px;
}

.article-box {
    width: 410px;
}

.modal-header .modal-title {
    font-size: 20px;
    font-weight: bold;
    color: #016bd5;
    padding-bottom: 10px;
    border-bottom: 2px solid;
}
.modal-header .modal-title .iconfont {
    font-size: 20px;
}
.modal-header .more {
    line-height: 30px;
}

.article-list .news-a {
    width: 320px;
}
.article-list .news-time {
    width: 60px;
}

.article-img {
    width: 100%;
    height: 145px;
    overflow: hidden;
    margin-top: 24px;
}
.article-img img {
    width: 100%;
    height: 100%;
}

.article-desc {
    font-size: 15px;
    color: #444444;
    line-height: 30px;
    margin-top: 13px;
    height: 150px;
}
.article-desc p {
    width: 100%;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.bottom-wrapper {
    margin-top: 50px;
}

.member-info-x {
    margin-top: 24px;
}

.member-info-div {
    height: 90px;
    margin-top: 14px;
    background-color: #f1f2f6;
}
.member-info-div .member-info-a {
    display: block;
    width: 100%;
    height: 100%;
}
.member-info-div .member-info-img {
    width: 140px;
    height: 90px;
}
.member-info-div .member-info-img img {
    width: 100%;
    height: 100%;
    display: block;
}
.member-info-div .member-info-desc {
    width: 270px;
    height: 90px;
    padding: 20px 14px;
    box-sizing: border-box;
}
.member-info-div .member-info-desc h3 {
    font-size: 16px;
    color: #444444;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.member-info-div .member-info-desc p {
    font-size: 14px;
    color: #999999;
    margin-top: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.interview-head {
    margin-top: 24px;
    display: block;
}

.inter-img {
    width: 140px;
    height: 90px;
    overflow: hidden;
}
.inter-img img {
    width: 100%;
    height: 100%;
    display: block;
}

.inter-right {
    width: 255px;
}
.inter-right .inter_text {
    font-size: 16px;
    color: #444444;
    line-height: 28px;
    height: 57px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.mt-16 {
    margin-top: 16px;
}

.time-span {
    font-size: 14px;
    color: #999999;
    display: block;
}

.inter-icon {
    padding: 5px;
    background-color: #016bd5;
    color: #fff;
    font-size: 12px;
    position: relative;
    margin-right: 8px;
}
.inter-icon::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -4px;
    margin: auto 0;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #016bd5;
}

.interview-list .inter-a {
    display: block;
    height: 50px;
    background: #f1f2f6;
    box-sizing: border-box;
    padding: 15px;
    margin-top: 12px;
}
.interview-list .inter-a .inter-icon {
    margin-right: 14px;
}
.interview-list .inter-p {
    width: 265px;
    line-height: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #444444;
}
.interview-list .time-span {
    line-height: 22px;
}

.download-x {
    margin-top: 22px;
}
.download-x::after, .download-x::before {
    clear: both;
    content: "";
    display: block;
    height: 0;
    line-height: 0;
    overflow: hidden;
}
.download-x p {
    line-height: 22px;
    font-size: 16px;
    color: #444444;
    width: 230px;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.download-x .download-link {
    width: 50px;
    height: 22px;
    background: #408cf4;
    text-align: center;
    line-height: 22px;
    font-size: 12px;
    float: right;
    color: #ffffff;
    display: block;
}

.download-img {
    width: 100%;
    height: auto;
    margin-top: 15px;
    display: block;
}
.download-img img {
    display: block;
    width: 100%;
    height: auto;
}

.bg-white {
    background-color: #ffffff;
}

.footer-wrapper {
    padding: 22px 20px;
    box-sizing: border-box;
}

.drop-down {
    width: 278px;
    height: 45px;
    border: 1px solid #e2e2e2;
    margin-right: 26px;
    padding: 0 20px;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    color: #777;
}
.drop-down .drop {
    line-height: 45px;
}
.drop-down .iconfont {
    line-height: 45px;
}
.drop-down:last-child {
    margin-right: 0;
}
.drop-down:hover .drop-content {
    display: block;
}
.drop-down .drop-content {
    position: absolute;
    width: 100%;
    top: 44px;
    left: 0;
    display: none;
}
.drop-down .drop-content .drop-options {
    width: 100%;
    padding: 15px 10px;
    color: #777;
    box-sizing: border-box;
    background-color: #fff;
    display: block;
}
.drop-down .drop-content .drop-options:hover {
    background-color: rgb(196, 194, 194);
    color: #fff;
}

.bg-blue {
    background-color: #016bd5;
}

.bg-navy-blue {
    background-color: #075aad;
}

.footer {
    height: 270px;
    padding-top: 50px;
    box-sizing: border-box;
}

.footer-copyrigh {
    height: 55px;
    text-align: center;
    line-height: 55px;
    color: #fff;
}
.footer-copyrigh a {
    color: inherit;
}

.connect-x .connect-nav a {
    display: inline-block;
    margin-right: 15px;
    border-right: 2px solid #ffffff;
    color: #fff;
    padding-right: 15px;
}
.connect-x .connect-nav a:last-child {
    border-right: 0;
}
.connect-x .connter-desc {
    margin-top: 15px;
}
.connect-x .connter-desc p {
    font-size: 15px;
    color: #ffffff;
    line-height: 30px;
}

.code-x {
    margin-left: 30px;
}
.code-x .img-x {
    width: 130px;
    height: 130px;
    background: #ffffff;
    padding: 8px;
    box-sizing: border-box;
    margin-bottom: 15px;
}
.code-x .img-x img {
    width: 100%;
    height: 100%;
}
.code-x span {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
}

.abouter {
    margin: 20px auto;
    padding: 30px 20px;
    box-sizing: border-box;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.abouter .about-sidebar {
    width: 260px;
}
.abouter .about-wrapper {
    width: 900px;
}
.abouter .sidebar-head {
    width: 100%;
    height: 85px;
    background-color: #016bd5;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    box-sizing: border-box;
    line-height: 25px;
}
.abouter .sidebar-head h3 {
    font-size: 24px;
}
.abouter .sidebar-head span {
    font-size: 14px;
    color: #699fd6;
}
.abouter .sidebar-content {
    padding: 20px;
    box-sizing: border-box;
    border: 1px solid #ededed;
    border-top: 0;
}
.abouter .sidebar-content .sidebar-a {
    display: block;
    height: 42px;
    line-height: 42px;
    background-color: #e1effc;
    padding: 0 22px;
    box-sizing: border-box;
    border-radius: 45px;
    margin-top: 10px;
}
.abouter .sidebar-content .sidebar-a:first-child {
    margin-top: 0;
}
.abouter .sidebar-content .sidebar-a:hover, .abouter .sidebar-content .sidebar-a-active {
    background-color: #016bd5;
}
.abouter .sidebar-content .sidebar-a:hover span, .abouter .sidebar-content .sidebar-a-active span {
    color: #fff !important;
}
.abouter .sidebar-content .sidebar-a:hover .iconfont, .abouter .sidebar-content .sidebar-a-active .iconfont {
    color: #fff;
}
.abouter .sidebar-content .sidebar-a span {
    width: 150px;
    color: #444444;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    float: left;
}
.abouter .sidebar-content .sidebar-a .iconfont {
    display: block;
    float: right;
    color: #016bd5;
    font-size: 12px;
    line-height: 42px;
}
.abouter .about-wrapper-history {
    width: 100%;
    font-size: 14px;
    color: #888888;
    line-height: 46px;
    text-align: right;
    border-bottom: 1px solid #EAEAEA;
}
.abouter .about-wrapper-history .iconfont {
    margin-right: 7px;
}
.abouter .about-wrapper-history a {
    color: #888888;
}
.abouter .about-wrapper-history a:hover {
    color: #016bd5;
}
.abouter .about-wrapper-history .active {
    color: #016BD5;
}
.abouter .about-wrapper-content {
    margin-top: 30px;
    line-height: 28px;
}
.abouter .about-wrapper-content .news-link {
    margin-top: 25px;
}
.abouter .about-wrapper-content .news-a {
    width: 785px;
}
.abouter .about-wrapper-content .news-time {
    width: 88px;
    text-align: right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mt-25 {
    margin-top: 25px;
}/*# sourceMappingURL=index.css.map */




.xwd-capition{width:100%;height:118px;border-bottom:1px solid #ededed;}
.xwd-capition>h3{font-size:23px;color:#222222;margin-top:40px;width:100%;text-align:center;line-height: 36px;}
.xwd-capition>p{font-size:14px;color:#aaaaaa;margin-top:20px;width:100%;text-align:center;}
.xwd-content{width:100%;min-height:500px;overflow:auto;color:#666666;font-size:16px;line-height:32px;margin-top:30px;margin-bottom:30px;}
.xwd-content>p{color:#666666;font-size:14px;line-height:26px;}
.xwd-cut{width:100%;border-top:1px solid #ededed;border-bottom:1px solid #ededed;height:90px;margin-bottom:80px;}
.xwdc-left{height:100%;width:80%;}
.xwdc-left>a{display:block;height:20px;margin-top:15px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#666666;}
.xwdc-right{width:130px;height:100%;overflow:hidden;margin-top:25px;}
.xwdc-right>a{display:block;width:100%;height:40px;line-height:40px;background-color: #ececec;color:#666666;text-align:center;}
.xw-detail .xwd-item-active{display:block;}



.case_item{width:216px;background:white;margin-right:10px;margin-bottom:10px;float: left;}
.case_item:nth-child(4n+4){margin-right:0px;margin-bottom:0px}
.case_item_img{position:relative;width:100%;height:200px;overflow:hidden}
.case_item_img img{width:100%;height:100%;transition:all 1s}
.case_item_bottom{background:#EAEAEA;height:42px;color:#444444;text-align:center;line-height:42px;padding:0 15px;display:-webkit-box;overflow:hidden;-webkit-line-clamp:1;-webkit-box-orient:vertical}
.case_item:hover .case_item_img img{transform:scale(1.3)}
.case_item:hover .case_item_img .case_item_mask{display:flex}
.case_item:hover .case_item_bottom{background-color:#016bd5;color:#fff}