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

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

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

.header .center {
    height: 100px;
}
.header .logo {
    flex-shrink: 0;
    width: 429px;
    height: 73px;
}
.header .logo a {
    display: block;
    width: 100%;
    height: 100%;
}
.header .logo a img {
    width: 100%;
    height: 100%;
    display: block;
}
.header .header-navs {
    height: 100%;
    display: flex;
    flex: 1;
    justify-content: flex-end;
}
.header .header-navs .header-link {
    line-height: 100px;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    margin-left: 55px;
    position: relative;
    box-sizing: border-box;
}
.header .header-navs .header-link:hover,.header .header-navs .header-link.hover {
    color: #0d5bb1;
    border-bottom: 2px solid;
}

.swiper {
    height: 460px;
}

.sw .sw-slide {
    width: 100%;
    height: 100%;
}
.sw .sw-slide img {
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer;
}

.news-qualifi {
    padding: 70px 0;
}
.news-qualifi .news {
    width: 870px;
}
.news-qualifi .news .news-head .title {
    font-size: 24px;
    font-weight: bold;
    color: #0d5bb1;
}
.news-qualifi .news .news-head .news-more {
    color: #999999;
    display: flex;
    align-items: center;
}
.news-qualifi .news .news-head .news-more span {
    display: block;
    width: 15px;
    height: 15px;
    color: #999999;
    border: 1px solid;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 7px;
}
.news-qualifi .news .news-head .news-more span .iconfont {
    color: #999999;
    font-size: 12px;
}
.news-qualifi .qualifi {
    width: 480px;
    height: 556px;
    background: #ffffff;
    border: 2px solid #a4bbe1;
    box-shadow: 0px 2px 38px 0px rgba(52, 82, 195, 0.17);
    box-sizing: border-box;
    padding: 0 45px 0 45px;
    background: url(../images/bg1.png) no-repeat center center/100% 100%;
}
.news-qualifi .qualifi .qualifi-title {
    text-align: center;
    line-height: 50px;
    height: 50px;
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
}
.news-qualifi .qualifi .qualifi-ws {
    margin-top: 35px;
    position: relative;
    width: 100%;
    height: 370px;
    overflow: hidden;
}
.news-qualifi .qualifi .qualifi-ws .qualifi-img {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}
.news-qualifi .qualifi .qualifi-ws .qualifi-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.news-qualifi .qualifi .qualifi-btns {
    display: flex;
    justify-content: center;
    margin-top: 26px;
}
.news-qualifi .qualifi .qualifi-btns span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border: 1px solid rgba(191, 191, 191, 0.6);
    margin: 0 7px;
    cursor: pointer;
    color: #999999;
}
.news-qualifi .qualifi .qualifi-btns span:hover {
    color: #0d5bb1;
    border-color: #0d5bb1;
}

.news-body {
    margin-top: 20px;
}
.news-body .news-card {
    width: 369px;
    height: 509px;
    box-shadow: 0px 2px 38px 0px rgba(52, 82, 195, 0.17);
}
.news-body .news-card .news-img {
    width: 100%;
    height: 256px;
}
.news-body .news-card .news-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}
.news-body .news-card .news-card-foor {
    padding: 33px 15px;
    box-sizing: border-box;
}
.news-body .news-card .news-card-foor h3 {
    font-size: 21px;
    font-weight: bold;
    color: #333333;
    line-height: 31px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-body .news-card .news-card-foor h3 a{
    color: #333333;
}
.news-body .news-card .news-card-foor p {
    font-size: 16px;
    color: #999999;
    line-height: 24px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 17px;
    margin-bottom: 50px;
}
.news-body .news-card .news-card-foor .date {
    text-align: right;
    font-size: 17px;
    color: #999999;
}
.news-body .news-card .news-card-foor .date .iconfont {
    color: #0d5aaf;
    font-size: 18px;
    margin-right: 7px;
}

.news-list {
    width: 465px;
}
.news-list .news-list-item {
    margin-bottom: 30px;
}
.news-list .news-list-item:last-child {
    margin-bottom: 0;
}
.news-list .news-list-item .news-list-link {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
}
.news-list .news-list-item .text {
    color: #343434;
    max-width: 75%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-list .news-list-item .time {
    color: #999999;
}

.case-container {
    height: 560px;
    background: url(../images/bg2.png) no-repeat center bottom/100% 100%;
}

.colorF {
    color: #ffffff;
}

.mod-title {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.mod-title .zn {
    font-size: 38px;
    line-height: 26px;
    text-transform: uppercase;
}
.mod-title .cn {
    font-size: 24px;
    margin-top: 28px;
    display: flex;
    align-items: center;
}
.mod-title .cn::after {
    margin-left: 30px;
}
.mod-title .cn::before {
    margin-right: 30px;
}
.mod-title .cn::after, .mod-title .cn::before {
    content: "";
    display: inline-block;
    width: 33px;
    height: 0;
    border: 1px solid #ffffff;
}

.case {
    padding: 65px 0;
    box-sizing: border-box;
}

.case-list {
    position: relative;
    overflow: hidden;
    height: 325px;
    margin-top: 60px;

}
.case-list .case-img {
    width: 100%;
    height: 180px;
    background: #fff;
}
.case-list .case-img img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
}
.case-list .info {
    display: block;
    width: 100%;
    height: 60px;
    background-color: #ffffff;
    text-align: center;
    line-height: 60px;
    font-size: 18px;
    color: #3b3b3b;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 10px;
    box-sizing: border-box;
}

.site {
    padding: 75px 0 50px 0;
}

.site-cards {
    margin-top: 58px;
}
.site-cards .site-left-img {
    width: 683px;
    height: 460px;
    flex-shrink: 0;
}
.site-cards .site-right-grid {
    display: flex;
    flex-wrap: wrap;
}
.site-cards .site-right-grid .right-img {
    margin-left: 27px;
    margin-bottom: 27px;
    width: 329px;
    height: 216px;
}
.site-cards .site_img {
    width: 100%;
    height: 100%;
    position: relative;
}
.site-cards .site_img img {
    width: 100%;
    height: 100%;
    display: block;
}
.site-cards .site_img span {
    position: absolute;
    width: 100%;
    display: block;
    bottom: 0;
    height: 46px;
    color: #fff;
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
    padding: 0 10px;
    box-sizing: border-box;
    background: rgba(0,0,0,0.2);
    overflow: hidden;white-space: nowrap;text-overflow: ellipsis;
}

.links {
    padding: 30px 0;
    border-top: 1px solid #e5e5e5;
}

.links-label {
    font-size: 24px;
    color: #333333;
}
.links-label .iconfont {
    font-size: 30px;
    margin-right: 7px;
    color: #0d5bb1;
}

.links-wrapper {
    width: 285px;
    height: 48px;
    border: 1px solid #dadada;
    border-radius: 4px;
    position: relative;
}
.links-wrapper .links-body {
    border-radius: 0 0 10px 10px;
}
.links-wrapper:hover .links-body {
    max-height: 150px;


}
.links-wrapper .links-header {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    box-sizing: border-box;
}
.links-wrapper .links-body {
    width: 100%;
    position: absolute;
    top: 49px;
    left: 0;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    background-color: #fff;
}
.links-wrapper .links-body a {
    display: block;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    color: #333333;
}
.links-wrapper .links-body a:hover {
    background-color: #f5f5f5;
}

.footer {
    height: 160px;
    background: #0d5bb1;
}
.footer .left-footer {
    font-size: 15px;
    color: #ffffff;
    line-height: 28px;
}
.footer .left-footer img {
    display: inline-block;
    vertical-align: sub;
}
.footer .left-footer a {
    color: #ffffff;
}

.right-footer {
    display: flex;
}
.right-footer .iocn-div {
    display: flex;
    flex-direction: column;
    color: #fff;
    margin-left: 40px;
    align-items: center;
}
.right-footer .iocn-div a {
    color: #fff;
}
.right-footer .iocn-div .iconfont {
    display: block;
    width: 48px;
    height: 48px;
    font-size: 18px;
    background: rgba(184, 218, 255, 0.15);
    border-radius: 50%;
    text-align: center;
    line-height: 48px;
    margin-bottom: 10px;
}/*# sourceMappingURL=index.css.map */


.banner{
    width: 100%;
    height: auto;
}
.banner img{
    display: block;
    width: 100%;
    height: auto;
}
.widthContent {
    min-width: 1200px;
    width: 1200px !important;
}

.abouts-details {

}
.abouts-details nav {
    border-bottom: 1px solid #eee;
}
.abouts-details .topnav {
    height: 70px;
    width: 100%;
    height: 67px;
}

.abouts-leftnav {
    float: left;
}
.abouts-rightnav {
    float: right;
}
/* .abouts-rightnav .abouts-home img {
    display: block;
    float: left;
    margin-top: 27px;
    margin-right:10px ;

} */
.abouts-leftnav,
.abouts-rightnav {
    line-height: 70px;
} 

.abouts-leftnav ul li,
.abouts-rightnav ul li {
    height: 67px;
    float: left;
    box-sizing: border-box;
}
.abouts-leftnav ul li a,
.abouts-rightnav ul li a {
    text-decoration: none;
    color: #000;
}
.abouts-rightnav ul li a:hover{
    color: #0d5bb1;
}
.abouts-rightnav ul span {
    float: left;
    margin: 0 5px;
}
.abouts-rightnav ul span img{
    position: relative;
    top: 2px;
}
.abouts-leftnav ul li {
    margin-right: 45px;
}
.abouts-rightnav ul  li:last-child a {
    color:#0d5bb1 ;
}
.abouts-leftnav ul li:hover {
    border-bottom: 2px solid #0d5bb1;

}

.abouts-leftnav ul li:hover a {
    color: #0d5bb1;
}

.about-active {
    color: #0d5bb1;
    border-bottom: 2px solid #0d5bb1;
}
.about-active > a {
    color: #0d5bb1 !important;
}
.about-xiangqing {
    padding: 30px 0;
    box-sizing: border-box;
    min-height: 244px;
    line-height: 30px;
}

.about-xiangqing p {
    margin-bottom: 50px;
    line-height: 30px;
    text-indent:36px;
    font-size: 15px;
}

.about-xiangqing .about-imgs {
    height: 260px;
    letter-spacing:17px; 
}

.about-xiangqing .about-imgs img {
    height: 100%;
}

.boxher::after,
.boxher::before{
    content: "";
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.newCentent {

}
.newsItem {
    height: 230px;
    padding:30px 0 30px 0 ;
    box-sizing: border-box;
    border-bottom: 1px solid #eeeeee;
}
.newsItem a {
    text-decoration: none;
    color: #777777;
    display: block;
}
.newsItem .newimage {
    height: 169px;
    width: 260px;
    float: left;
    margin-right:30px ;
    overflow: hidden;
}
.newsItem .newimage img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    transition:All 0.4s ease-in-out;
    -webkit-transition:All 0.4s ease-in-out;
    -moz-transition:All 0.4s ease-in-out;
    -o-transition:All 0.4s ease-in-out;
}
.newsItem .newimage img:hover{
    transform: scale(1.05);
}
.newsItem .newsDetails {
    width: 900px;
    padding: 10px 0 10px 0;
    box-sizing: border-box;
    float: left;
}

.newsItem .newsDetails h4 {
    width: 900px;
    font-size: 26px;
    color: #000;
    font-weight: 600;
}
.newsItem .newsDetails h4:hover{
    color: #0d5bb1;
}
.newsItem .newsDetails p {
    width: 900px;
    font-size: 14px;
    line-height: 26px;
    height: 90px;
    padding: 15px 0 10px 0;
    box-sizing: border-box;
    overflow: hidden;
    margin-bottom: 15px;
}

.newsItem .newsDetails span {
    font-size: 14px;
}


.commodity {

}
.commodity ul {
    width: 1245px;
    margin-top:-15px ;
    margin-left:-18px ;
}
.commodity-item {
    width: 290px;
    height: 220px;
    text-align: center;
    border: 1px solid #dedede;
    float: left;
    margin-top: 15px;
    margin-right:10px ;
}
.commodity-item:nth-of-type(4n+4){
    margin-right: 0px;
}
.commodity-item:hover {
    border: 1px solid #0d5bb1;
}
.commodity-item a {
    display: block;
    text-decoration: none;
    color: #444444;
    font-size: 14px;
}
.commodity-item img {
    display: block;
    width: 250px;
    height: 140px;
    margin:20px ;
    transition: 0.5s all;
    box-sizing: border-box;
    -o-object-fit: contain;
    object-fit: contain;
}
.commodity-item img:hover{
    transform: scale(1.05);
}
.commodity-item a span {
    width: 100%;
    display: block;
    margin: 0 auto;
    line-height: 20px;
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    padding: 0 20px;
    box-sizing: border-box;
}
.commodity-item a span:hover{
    color: #0d5bb1;
}

.xwd-capition{width:100%;height:118px;}
.xwd_title{font-size:26px;color:#222222;padding-top:20px;width:100%;text-align:center;}
.xwd_time{font-size:14px;color:#aaaaaa;margin-top:20px;width:100%;text-align:center;}
.xwd-content{width:100%;min-height:100px;color:#666666;font-size:14px;line-height:26px;margin-top:20px;margin-bottom:30px;}
.xwd-cut{width:100%;border-top:1px solid #ededed;height:90px;margin-bottom:30px;}
.xwd-cut a:hover{color:#0d5bb1;}
.xwdc-left{height:100%;width:48%;float: left}
.xwdc-left>a{display:block;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#666666;line-height:45px;}
.xwdc-right{width:48%;height:100%;float: right;}
.xwdc-right>a{display:block;width:100%;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#666666;line-height:45px;}