



.about-fluid {
    background: url(../images/bg3.jpg) no-repeat center bottom;
    background-attachment: fixed;
}

.about-fluid .main-title .title {
    color: #fff;
}

.about-fluid .main-title .title span::after {
    background: #f0f0f0;
    border: 10px solid #28292b;
}

.about {
    display: flex;
    justify-content: space-between;
}

.about-img {
    width: 480px;
}

.about-info {
    width: 680px;
}

.about-info .t1 {
    width: 100%;
    height: 36px;
    line-height: 36px;
    color: #909090;
    /* color: #444; */
    text-align: left;
    font-size: 22px;
    font-weight: 700;
}

.about-info p.p1 {
    width: 100%;
    height: auto;
    padding: 10px 0;
    font-size: 15px;
    line-height: 1.8;
    color: #666;
}

.case-list {
    display: flex;
    flex-wrap: wrap;
}

.case-item {
    width: 100%;
    padding: 8px;
}

.case-item a {
    display: block;
    width: 100%;
}

.case-item a .img {
    width: 100%;
    overflow: hidden;
}

.case-item a .img img {
    display: block;
    width: 100%;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    opacity: 1;
}

.case-item a:hover .img img {
    opacity: .95;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.case-item a .tit {
    font-size: 14px;
    line-height: 35px;
    height: 35px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0px 5px;
}

.customers-fluid {
    background: #f0f0f0;
}

.customers-list {
    padding: 0px 30px;
    position: relative;
}

.customers-list .owl-theme .owl-controls {
    margin-top: 0px;
}

.customers-list .owl-theme .owl-controls .owl-nav {
    height: 0;
    top: 50%;
    -webkit-transform: translateY(calc(-50%));
    -ms-transform: translateY(calc(-50%));
    transform: translateY(calc(-50%));
    position: absolute;
    width: 100%;
    margin: 0;
}

.customers-list .owl-theme .owl-controls .owl-nav div {
    width: 30px;
    height: 44px;
    margin: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: transparent;
    position: absolute;
    background-repeat: no-repeat;
    background-size: 23px;
    background-position: center center;
    padding: 0px;
    opacity: .7;
}

.customers-list .owl-theme .owl-controls .owl-nav div.owl-prev {
    left: -30px;
    background-image: url(../images/prev.png);

}

.customers-list .owl-theme .owl-controls .owl-nav div.owl-next {
    right: -30px;
    background-image: url(../images/next.png);
}


.customers-list a {
    display: block;
    width: 100%;
    padding: 5px;
}

.customers-list a .img {
    display: block;
    width: 100%;
    overflow: hidden;
    border: 1px solid #ddd;
}

.customers-list a .img img {
    display: block;
    width: 100%;
    overflow: hidden;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

.customers-list a:hover .img {
    border-color: #195db3;
}

.customers-list a:hover .img img {
    display: block;
    width: 100%;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: gray;
}

.advantage-title {
    padding-bottom: 40px;
}

.advantage-title .china {
    font-size: 60px;
    font-family: "Microsoft YaHei";
    color: #333;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 85px;
    text-align: center;
    background: url(../images/advantage-bg.png) no-repeat center center;
}

.advantage-title .china span {
    color: #195db3;
}

.advantage-title .des {
    text-align: center;
    font-size: 20px;
    color: #555;
    line-height: 34px;
    letter-spacing: 2px;
}

.ys-fluid {
    background: #eaf7ff;
}

.ys-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}

.ys-item .ys-info {
    width: 50%;
    padding-right: 40px;
    float: left;
}

.ys-box {
    margin-bottom: 20px;
}

.ys-item .ys-img {
    float: right;
    width: 50%;
}

.ys-item:nth-of-type(2n) .ys-info {
    padding-right: 0;
    float: right;
}

.ys-item:nth-of-type(2n) .ys-img {
    float: left;
    padding-right: 40px;
}

.ys-item .ys-info .ys-title {
    display: flex;
    align-items: center;
}

.ys-item .ys-info .ys-title .num {
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    color: #fff;
    background: #195db3;
    font-size: 40px;
    font-family: Arial;
    border-radius: 15px;
    box-shadow: 0px 5px 5px #ddd;
}

.ys-item .ys-info .ys-title .title {
    width: calc(100% - 66px);
    padding-left: 20px;
}

.ys-item .ys-info .ys-title .title .tit {
    font-size: 30px;
    color: #195db3;
    font-weight: bold;

}

.ys-item .ys-info .ys-title .title p {
    font-size: 15px;
    text-transform: uppercase;
    margin-top: 5px;
    color: #195db3;
}

.ys-des {
    font-size: 15px;
    padding-top: 10px;
    line-height: 2;
}

.fg {
    background: url(../images/fgbg.jpg) no-repeat
}

.fg img {
    display: block;
    width: 100%;
}



/* .news-list ul li {
    padding: 5px 0px;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 10px;
}

.news-list ul li a {
    float: left;
    display: block;
    width: calc(100% - 90px);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    color: #333;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    border-left: 5px solid #bfbfbf;
    padding-left: 12px;
}

.news-list ul li:hover a {
    color: #195db3;
    border-color: #195db3;
}

.news-list ul li span {
    float: right;
    line-height: 30px;
    padding-right: 10px;
    font-size: 14px;
} */

.footer-fluid {
    background: #3a3a3a;
}

.footer-top {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
}

.footer-logo {
    float: left;
    width: 300px;
    padding-right: 30px;
    /* margin-top: 20px; */
}

.footer-logo img {
    display: block;
    margin: 0px auto;
    width: 90%;
}

.footer-logo p {
    color: #fff;
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
    line-height: 1.8;
}

.footer-tlist {
    float: left;
    padding-right: 20px;
    width: 350px;
}

.footer-tlist1 {
    width: 330px;
}

.footer-tlist2 {
    width: 330px;
}

.footer-tlist3 {
    width: 250px;
}

.footer-tlist1 ul,
.footer-tlist2 ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.footer-tlist ul li,
.footer-tlist ul li a {
    line-height: 32px;
    color: #999;
    font-size: 14px;
}

.footer-tlist1 ul li,
.footer-tlist2 ul li {
    min-width: 50%;
    padding-right: 20px;
    float: left;
}

.ftitle {
    margin-bottom: 15px;
}

.ftitle p {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.ftitle span {
    display: block;
    width: 18px;
    height: 2px;
    background: rgba(255, 255, 255, .2);
    margin-top: 5px;
}

.footer-ewm {
    float: right;
    width: 135px;
}

.footer-ewm .wechat_qr {
    width: 165px;
}

.footer-ewm .wechat_qr img {
    display: block;
    width: 135px;
    height: 135px;
    border: 1px solid rgba(255, 255, 255, .5);
    float: left;
}

.footer-ewm .wechat_qr p {
    background: rgba(0, 0, 0, .1);
    color: #fff;
    font-size: 14px;
    text-align: center;
    float: right;
    line-height: 16px;
    height: 135px;
    width: 30px;
    padding: 10px 5px;
}

.footer-bottom {
    background: #282f3a;
    color: #999;
    text-align: center;
    padding: 10px 5px;
    line-height: 25px;
    font-size: 12px;
}

.footer-bottom a {
    color: #999;
}

.sub-banner {
    min-height: 250px;
    padding: 50px 0px;
    position: relative;
    background: url(../images/intro-section.jpg) no-repeat top / cover;
}

.sub-banner::before {
    content: "";
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
    background: #313a44;
    opacity: .3;
}

.sub-banner-tag {
    text-align: center;
    color: #fff;
}

.sub-banner-tag .title {
    color: #fff;
    font-size: 35px;
    letter-spacing: 1px;
    position: relative;
    margin-top: 20px;
}

.sub-banner-tag .english {
    color: #ddd;
    margin-top: 16px;
    font-size: 35px;
    text-transform: uppercase;
    font-size: 20px;
    position: relative;
    letter-spacing: 10px;
}

.sub-banner-tag .tel {
    position: relative;
    margin-top: 20px;
    font-size: 20px;
}

.sub-banner-tag .tel i.iconfont {
    font-size: 28px;
    margin-right: 10px;
}

.sub-banner-tag .tel b {
    font-weight: 400;
    letter-spacing: 5px;
}

.crumbs-fluid {
    padding: 8px 0px;
    border-bottom: 1px solid #ddd;
    line-height: 25px;
}

.crumbs {
    color: #333;
}

.crumbs a {
    color: #333;
}

/* .sub-wraper {
    padding: 50px 0px;
} */

.sub-menu {
    float: left;
    width: 220px;
    background: #428fef;
}

.sub-menu-header {
    padding: 40px 30px;
    border-radius: 3px 3px 0px 0px;
}

.sub-menu-header .title {
    text-align: left;
    font-weight: bold;
    font-size: 25px;
    padding-bottom: 8px;
    width: 100%;
    margin-bottom: 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    letter-spacing: 1px;
    color: #fff;
}

.sub-menu-header .subtitle {
    letter-spacing: 1px;
    font-size: 15px;
    display: inline-block;
    padding-top: 0px;
    color: #EAEAEA;
    margin-top: 0px;
    margin-right: 31px;
    overflow: hidden;
    width: 100%;
    text-align: left;
}

.sub-menu-list {
    padding: 20px 30px 30px 30px;
    border-top: 1px solid #195db3;
}

.sub-menu-list ul li {
    height: auto;
    position: relative;
    float: none;
    display: block;
    margin-top: 1px;
    margin-bottom: 1px;
    line-height: 43px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    margin-right: 16px;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.sub-menu-list ul li a {
    border: 0px;
    background: none;
    color: #CFDCF9;
    font-size: 14px;
    position: relative;
    padding: 0;
    line-height: 42px;
    height: 42px;
    display: block;
    width: 100%;
    padding-left: 15px;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.sub-menu-list ul li a:hover {
    background: #3985E4;
    padding-left: 20px;
}

.sub-content {
    float: right;
    width: calc(100% - 270px);
}

.pages {
    margin: 20px auto;
}
.page{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.page a,
.page span {
    /* float:left; */
    display: block;
    height: 36px;
    padding: 0px 10px;
    background-color: #fff;
    display: inline-block;
    color: #a9a9a9;
    line-height: 36px;
    text-align: center;
    font-family: Arial;
    margin-right: 5px;
    transition: all 0.2s ease-out;
    border: 1px solid #ddd;
    font-size: 16px;
}

.page span,
.page a:hover {
    color: #fff;
    background-color: #305dc3;
    border-color: #305dc3;
}

.sub-news-item {
    border-bottom: 1px solid rgba(0, 0, 0, .06);
    padding-bottom: 20px;
    margin-bottom: 20px;

}

.sub-news-item .img {
    width: 180px;
    float: left;
}

.sub-news-item .img img {
    width: 100%;
    height: 110px;
}

.sub-news-item .info {
    float: left;
    width: calc(100% - 200px);
    padding-left: 20px;
    padding-top: 10px;
    position: relative;
    padding-right: 150px;
}

.sub-news-item .info .title {
    font-size: 18px;
    line-height: 30px;
    height: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #000;
    margin-bottom: 10px;
}

.sub-news-item .info .des {
    width: 100%;
    line-height: 26px;
    color: #666;
    height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 13px;
}

.sub-news-item .info .date {
    position: absolute;
    right: 0px;
    top: 25px;
    width: 120px;
    height: 60px;
    color: #999;
    font-size: 12px;
    border-left: 2px solid #ddd;
    padding-left: 30px;
}

.sub-news-item .info .date .md {
    font-size: 16px;
}

.sub-news-item .info .date .year {
    font-size: 30px;
    display: block;
    line-height: 40px;
}

.sub-news-item:hover .info .title {
    color: #237aeb;
}

.maintitlist-mobile {
    margin-bottom: 30px;
    display: none;
}

.maintitlist-mobile .ui-navigator {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.maintitlist-mobile .ui-navigator .scroller ul li {
    float: left;
    line-height: 30px;
    font-size: 16px;
    padding-right: 10px;
}

.maintitlist-mobile .ui-navigator .scroller ul li a {
    background: #EAEAEA;
    color: #000;
    padding: 0px 15px;
    display: block;
}
.sub-wraper-fluid {
            background: #f5f5f5;
            padding:60px 0;
        }

        .sub-sidebar {
            width: 250px;
            float:left;
        }

        .sub-sidebar .xcase-titbox .xcase-tit {
            font-size: 20px;
            color: #fff;
            padding-left: 50px;
            height: 75px;
            font-size: 20px;
            font-weight: 600;
            background: url(../images/lefttop.png) no-repeat 8% 50% #195db3;
        }

       .sub-sidebar  .xcase-titbox .xcase-tit .title {
            line-height: 75px;
            padding-left: 10px;
        }
         .sub-wraper {
            float: right;
            width: calc(100% - 280px);
        }

        .sub-top {
            display: flex;
            justify-content: space-between;
            align-items: center;
            background: #fff;
            margin-bottom: 30px;
        }

        .sub-top .top-titlist {
            display: flex;
        }

        .sub-top .top-titlist .top-title {
            background: #ddd;
            color: #000;
            text-align: center;
            font-size: 20px;
            line-height: 50px;
            position: relative;
            padding: 0px 20px;
            cursor: pointer;
        }

        .sub-top .top-titlist .top-title.active {
            background: #195db3;
            color: #fff;
        }
        .sub-top .top-title.active::after {
            display: block;
        }

        .sub-top .top-right {
            display: flex;
            align-items: center;
        }

        .sub-top .top-tel {
            display: flex;
            font-size: 20px;
            align-items: center;
            margin-right: 20px;
            color: #195db3;
            font-weight: 600;
        }

        .sub-top .top-tel i.iconfont {
            font-size: 25px;
            margin-right: 10px;
            font-weight: normal;
        }

        .sub-top .top-right .topmore {
            display: block;
            background: #195db3;
        }

        .sub-top .top-right .topmore a {
            padding: 0px 15px;
            line-height: 50px;
            text-align: center;
            color: #fff;
            font-size: 16px;
        }
.sub-mcontent {
            background: #fff;
            padding: 30px;
        }

        .sub-detail {
            width: 100%;
        }

        .sub-detail .sub-title {
            text-align: center;
            margin-bottom: 20px;
        }

        .sub-title h2 {
            font-size: 30px;
            text-align: center;
        }
        .sub-title p{
            margin-top:5px;
        }
        .sub-cont {
            font-size: 16px;
            line-height: 2;
        }
        .sub-link {
    border-top: 1px dashed #ddd;
    padding: 10px 0;
    margin-top: 20px;
}

.sub-link p {
    line-height: 30px
}

.sub-link a:hover {
    text-decoration: underline;
    color: #195db3;
}
.sub-news{
    padding:20px;
    background:#fff;
}
.contact-box1 h2,.contact-box2 h2{
    font-size: 25px;
    margin-bottom: 20px;
}
.contact-box2 {
    padding-top: 20px;
}
.contact-box1 ul li i.iconfont {
    float: left;
    color: #093894;
    border: 1px solid #ddd;
    padding: 0px 7px;
    font-size: 24px;
    margin-right: 10px;
}

.contact-box1 ul li {
    clear: both;
    overflow: hidden;
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 35px;
}

.contact-box1 ul li img {
    width: 120px;
    display: inline-block;
}
  .sub-ryzz-list {
            display: flex;
            flex-wrap: wrap;
        }

        .sub-ryzz-item {
            width: 32%;
            margin-right: 2%;
            margin-bottom: 20px;
        }

        .sub-ryzz-item:nth-of-type(3n) {
            margin-right: 0;
        }

        .sub-ryzz-item a {
            border: 1px solid #ddd;
            display: block;
            width: 100%;
        }

        .sub-ryzz-item a .img {
            width: 100%;
            overflow: hidden;
        }

        .sub-ryzz-item a .img img {
            display: block;
            width: 100%;
            transition: all .3s;
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
            -ms-transition: all .3s;
            opacity: 1;
        }

        .sub-ryzz-item a:hover .img img {
            opacity: .95;
            transform: scale(1.1);
            -webkit-transform: scale(1.1);
            -moz-transform: scale(1.1);
            -ms-transform: scale(1.1);
            -o-transform: scale(1.1);
        }

        .sub-ryzz-item a .tit {
            font-size: 14px;
            line-height: 35px;
            height: 35px;
            text-align: center;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            padding: 0px 5px;
        }

        .sub-ryzz-item a:hover .tit {
            color: #195db3;
        }




        .header-fluid {
    padding: 20px 0px;
}

.header {
    width: 1200px;
    margin: 0px auto;
}

.container {
    width: 1200px;
    margin: 0px auto;
}

.logo {
    float: left;
}

.logo img {
    display: block;
    height: 75px;
}

.logo-word {
    float: left;
    border-left: 1px solid #ddd;
    padding-left: 20px;
    margin-left: 20px;
    font-size: 16px;
    line-height: 25px;
    margin-top: 10px;
}

.logo-word p {
    color: #195db3;
    font-weight: bold;
    margin-bottom: 5px;
}

.header-tel {
    float: right;
    color: #195db3;
    font-size: 20px;
    display: flex;
    align-items: center;
    margin-top: 9px;
    font-weight: 600;
}

.header-tel i.iconfont {
    font-size: 40px;
    font-weight: normal;
    margin-right: 20px;
}

.navbar {
    background: #195db3;
}

.navbar .nav {
    width: 1200px;
    margin: 0px auto;
}

.navbar .nav ul {
    display: flex;
}

.navbar .nav>ul>li {
    position: relative;
    width: calc(100%/6);
}

.navbar .nav>ul>li>a {
    color: #ffffff;
    line-height: 50px;
    font-size: 17px;
    width: 100%;
    display: block;
    text-align: center;
}

.navbar .nav>ul>li.active>a,
.navbar .nav>ul>li:hover>a {
    background: #06499e;
}

.navbar .nav>ul>li .sub-tab {
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: 1000;
    background: #195db3;
    width: 100%;
    visibility: hidden;
    border-top: 1px solid #012e69;
}

.navbar .nav>ul>li:hover .sub-tab {
    visibility: visible;
}

.navbar .nav>ul>li .sub-tab a {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 13px;
    line-height: 35px;
    color: #fff;
}

.navbar .nav>ul>li .sub-tab a:hover {
    background: #012e69;
}

.banner {
    width: 100%;
    position: relative;
}

.banner .item img {
    display: block;
    width: 100%;
    height: auto;
}

.banner .owl-theme .owl-controls .owl-page {
    display: block;
    float: left;
}

.banner .owl-theme .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.banner .owl-theme .owl-dots .owl-dot span {
    margin: 2px 3px;
    width: 25px;
    height: 25px;
    background-color: transparent;
    background-image: url(../images/banner_dot.png);
    background-size: 100%;
    opacity: 1;
}

.banner .owl-theme .owl-dots .owl-dot.active span,
.banner .owl-theme .owl-dots .owl-dot:hover span {
    opacity: 1;
    background-image: url(../images/banner_dot_cur.png);

}

.banner .owl-theme .owl-controls {
    margin-top: 0px;
}

.banner .owl-theme .owl-controls .owl-nav {
    height: 0;
    top: 50%;
    -webkit-transform: translateY(calc(-50%));
    -ms-transform: translateY(calc(-50%));
    transform: translateY(calc(-50%));
    position: absolute;
    width: 100%;
    margin: 0;
}

.banner .owl-theme .owl-controls .owl-nav div {
    width: 50px;
    height: 50px;
    border-radius: 20px;
    margin: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: transparent;
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    padding: 0px;
}

.banner .owl-theme .owl-controls .owl-nav div.owl-prev {
    left: 3%;
    background-image: url(../images/banner_prev.png);

}

.banner .owl-theme .owl-controls .owl-nav div.owl-next {
    right: 3%;
    background-image: url(../images/banner_next.png);
}

.banner .owl-theme .owl-controls .owl-nav div:hover {
    background-color: rgb(​ 248, ​136, ​18, 0.8);
}

.fluid {
    padding: 50px 0px;
}

.main-title {
    text-align: center;
    margin-bottom: 30px;
}

.main-title .title {
    font-size: 35px;
    color: #000;
    text-align: center;
    padding-bottom: 36px;
}

.main-title .title span {
    display: inline-block;
    line-height: 40px;
    position: relative;
    padding: 0 4%;
    font-weight: normal;
}

.main-title .title span::before {
    width: 100%;
    height: 1px;
    background: #333;
    position: absolute;
    left: 0;
    right: 0;
    content: '';
    bottom: -20px;
}

.main-title .title span::after {
    display: block;
    overflow: hidden;
    content: '';
    background: #333;
    border: 10px solid #fff;
    position: absolute;
    left: 50%;
    bottom: -31px;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    margin-left: -7px;
}

.main-title .english {
    text-align: center;
    color: #999;
    font-size: 16px;
    padding: 0 10px;
    text-transform: uppercase;
}

.fenge-fluid {
    background: #0494d8;
    /* background: #195db3; */
}

.fenge {
    padding: 50px 0px;
    position: relative;
}

.fenge-l {
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.fenge-r {
    float: right;
    color: #fff;
}

.fenge-r .p1 {
    font-size: 40px;
    line-height: 50px;
    font-weight: bold;
}

.fenge-r .p1 span {
    color: #f6ff00;
}

.fenge-r .p2 {
    font-size: 40px;
}

.fenge-r .p3 {
    margin-top: 10px;
    font-size: 18px;
}

/* 客户案例 */
.xcase-fluid {
    background: #f0f0f0;
}

.xcase {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.xcase-titBox {
    width: 220px;
}

.xcase-titBox .xcase-tit {
    font-size: 20px;
    color: #fff;
    padding-left: 50px;
    height: 75px;
    font-size: 20px;
    font-weight: 600;
    background: url(../images/lefttop.png) no-repeat 8% 50% #195db3;
}

.xcase-titBox .xcase-tit .title {
    line-height: 75px;
    padding-left: 10px;
}

.xcase-titlist ul li {
    border-bottom: 1px solid #eaeaea;

}

.xcase-titlist ul li a {
    display: block;
    width: 100%;
    padding-left: 45px;
    background: url(../images/lefta.jpg) no-repeat 21px 50%;
    background-color: #fff;
    height: 58px;
    line-height: 58px;
    display: block;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    border-left: 4px solid transparent;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

.xcase-titlist ul li a:hover {
    color: #195db3;
    border-left-color: #195db3;
}

.xcaseBox {
    width: 960px;
}

.xcaseBox-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    margin-bottom: 30px;
}

.xcaseBox-top .top-titlist {
    display: flex;
}

.xcaseBox-top .top-titlist .top-title {
    background: #ddd;
    color: #000;
    text-align: center;
    font-size: 20px;
    line-height: 50px;
    position: relative;
    padding: 0px 20px;
    cursor: pointer;
}

.xcaseBox-top .top-titlist .top-title.active {
    background: #195db3;
    color: #fff;
}

.xcaseBox-top .top-title::after {
    content: "";
    display: block;
    border: 8px solid transparent;
    border-top-color: #195db3;
    position: absolute;
    left: 50%;
    bottom: -16px;
    margin-left: -8px;
    display: none;
}

.xcaseBox-top .top-title.active::after {
    display: block;
}

.xcaseBox-top .top-right {
    display: flex;
    align-items: center;
}

.xcaseBox-top .top-tel {
    display: flex;
    font-size: 20px;
    align-items: center;
    margin-right: 20px;
    color: #195db3;
    font-weight: 600;
}

.xcaseBox-top .top-tel i.iconfont {
    font-size: 25px;
    margin-right: 10px;
    font-weight: normal;
}

.xcaseBox-top .top-right .topmore {
    display: block;
    background: #195db3;
}

.xcaseBox-top .top-right .topmore a {
    display: none;
    padding: 0px 15px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.xcaseBox-top .top-right .topmore a.active {
    display: block;
}


.xcase-list {
    display: flex;
    flex-wrap: wrap;

}

#xfcase .xcase-item {
    width: calc(100%/3 - 10px);
    margin-right: 15px;
    margin-bottom: 10px;
}

#hbcase .xcase-item {
    width: calc(100%/4 - 12px);
    margin-right: 16px;
    margin-bottom: 10px;
}

#hbcase .xcase-item:nth-of-type(4n) {
    margin-right: 0px;
}

#xfcase .xcase-item:nth-of-type(3n) {
    margin-right: 0px;
}

.xcase-item a {
    display: block;
    width: 100%;
}

.xcase-item a .img {
    display: block;
    width: 100%;
    overflow: hidden;
}

.xcase-item a .img img {
    display: block;
    width: 100%;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.xcase-item a:hover .img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.xcase-item a .tit {
    font-weight: normal;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
    line-height: 40px;
    height: 40px;
    color: #202020;
    text-align: center;
    background: #fff;
}

.xcase-item a:hover .tit {
    color: #195db3;
}

.xcase-tel {
    background: #0e3e6e;
}

.xcase-teltit {
    text-align: center;
    color: #fff;
    padding: 25px 10px 0px;
}

.xcase-teltit .title {
    font-size: 24px;
}

.xcase-telbox {
    padding: 18px 15px;
}

.xcase-telbox img {
    display: block;
    width: 100%;
}

.xcase-telbox>div p {
    color: #fff;
    margin-bottom: 10px;
}

.xcase-telbox>div p i.iconfont {
    margin-right: 5px;
    font-size: 22px;
}

.xcase-telbox>div p span {
    font-size: 24px;
}

.xfuwu-list ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.xfuwu-list ul li {
    width: calc(100%/6 - 10px);
    margin-right: 12px;
    margin-bottom: 20px;
}

.xfuwu-list ul li:nth-of-type(6) {
    margin-right: 0px;
}

.xfuwu-list ul li a {
    display: block;
    width: 100%;
    border: 1px solid #ddd;
    padding: 20px 10px;
    background: #e5e8ec;
    border-radius: 5px;
    overflow: hidden;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.xfuwu-list ul li a .img {
    width: 80%;
    margin: 0px auto;
}

.xfuwu-list ul li a .img img {
    display: block;
    width: 100%;
}

.xfuwu-list ul li a .info {
    padding-top: 15px;
    text-align: center;
}

.xfuwu-list ul li a .info .title {
    font-size: 20px;
    font-weight: bold;
}

.xfuwu-list ul li a .info .des {
    font-size: 13px;
    line-height: 20px;
    margin: 10px 0px;
    height: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.xfuwu-list ul li a .info .more {
    width: 90px;
    margin: 0px auto;
    font-size: 13px;
    text-align: center;
    line-height: 26px;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
    background: #195db3;
    color: #fff;
}

.xfuwu-list ul li a:hover {
    background: #195db3;
    color: #fff;
    box-shadow: 0px 0px 10px #ddd;
    transform: translateY(-15px);
}

.xfuwu-list ul li a:hover .info .more {
    color: #195db3;
    background: #fff;
}

.guanyu-fluid {
    background: url(../images/bg5.jpg) no-repeat;
}

.guanyu .main-title .title {
    color: #fff;
}

.guanyu {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
}

.guanyu-titlist {
    width: 100%;
    margin-bottom: 50px;
}

.guanyu-titlist ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.guanyu-titlist ul li {
    width: 180px;
    margin: 0 10px;
}

.guanyu-titlist ul li a {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    text-align: center;
    line-height: 45px;
    border-radius: 10px;
    overflow: hidden;
    background: #f0f0f0;
}

.guanyu-titlist ul li.active a {
    background: #06499e;
    color: #fff;
}

.guanyu-box,
.guanyuBox,
.guanyuList {
    width: 100%;
}

.guanyu-box {
    padding-right: 40px;
    padding-left: 40px;
}

.guanyu-fluid .main-title .title {
    color: #fff;
}

.guanyu-content {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #909090;
}

#guanyu .owl-nav {
    height: 0;
    top: 50%;
    -webkit-transform: translateY(calc(-50%));
    -ms-transform: translateY(calc(-50%));
    transform: translateY(calc(-50%));
    position: absolute;
    width: 100%;
    margin: 0;
}



#guanyu .owl-controls .owl-nav div {
    width: 40px;
    line-height: 60px;
    height: 60px;
    border-radius: 10px;
    margin: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.507);
    opacity: 0.7;
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    padding: 0px;
    font-size: 40px;
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#guanyu .owl-controls .owl-nav div.owl-prev {
    display: none;
}

#guanyu .owl-controls .owl-nav div.owl-next {
    right: 72px;
    opacity: 1;
}

#guanyu .owl-controls .owl-nav div.owl-prev::before {
    content: "\e6b6";
}

#guanyu .owl-controls .owl-nav div.owl-next::before {
    content: "\e6b5";
}

#guanyu .owl-controls .owl-nav div.owl-next:hover {
    opacity: 1;
}

.guanyu-img {
    width: 450px;
}

.guanyu-info {
    padding-left: 30px;
    width: calc(100% - 450px);
}

.guanyu-info .title {
    margin-bottom: 10px;
}

.guanyu-info .title a {
    display: block;
    width: 100%;
    color: #fff;
}

.guanyu-info .title .tit {
    font-size: 28px;
}

.guanyu-info .title .english {
    font-size: 16px;
    text-transform: uppercase;
}

.guanyu-info .des {
    font-size: 16px;
    line-height: 30px;
    height: 180px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
}

.guanyu-more {
    display: block;
    width: 150px;
    border: 1px solid #ddd;
    text-align: center;
    line-height: 35px;
    margin-top: 20px;
    font-size: 16px;
    border-radius: 5px;
    overflow: hidden;
    color: #fff;
}

.guanyu-more:hover {
    background: #195db3;
    color: #fff;
}

.environ-fluid {
    background: #fff;
}

.environ-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.environ-item {
    width: 33%;
    position: relative;
    margin-bottom: 6px;
}

.environ-item a {
    display: block;
    width: 100%;
    height: 100%;
}

.environ-item:nth-of-type(4) {
    display: block;
    width: 33%;
}

.environ-item:nth-of-type(5) {
    display: block;
    width: 66.5%;
}

.environ-item a .info {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
}

.environ-item a:hover .info {
    background: rgba(0, 0, 0, 0.6);
}

.environ-item .img img {
    display: block;
    width: 100%;
    height: 240px;
}

.environ-item a .info .title {
    text-align: center;
    width: 100%;
    font-size: 20px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
}

.environ-item a .info img {
    display: block;
    width: 80px;
    margin: 0px auto;

}

.environ-item a .info span {
    display: block;
    width: 90px;
    line-height: 25px;
    border: 1px solid #fff;
    margin: 10px auto 0px;
    text-align: center;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    display: none;
    border-radius: 5px;
    font-size: 13px;
}

.environ-item a:hover .info span {
    display: block;
}

.ryzz-fluid {
    background: #f0f0f0;
}

.ryzz {
    display: flex;
    justify-content: space-between;

}

.ryzz-xf {
    width: 100%;
    background: #e5e8ec;
}

.ryzz-hb {
    width: 350px;
    background: #e5e8ec;
}

.ryzztitle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}

.ryzztitle .tit {
    font-size: 18px;
    font-weight: bold;

}

.ryzztitle a {
    color: #999;
    text-transform: uppercase;
}

.ryzztitle a:hover {
    color: #195db3;
}

.ryzz-box {
    position: relative;
    padding: 15px;
    border: 2px solid #e5e8ec;
    overflow: hidden;
    background: #fff;
    /* box-shadow: 0px 0px 10px #ddd; */
}

#ryzz-hb {
    height: 252px;
}

.ryzz-box .box {
    overflow: hidden;
    position: relative;
    width: 100%;
    margin: 0px auto;
}

.ryzz-xfbox .box .list {
    overflow: hidden;
    width: 9999px;
}

.ryzz-hbbox .box .list {
    width: 100%;
}

.ryzz-xfbox .box .list li {
    width: 320px;
    float: left;
}

.ryzz-item {
    width: 100%;
}

.ryzz-xfbox .ryzz-item {
    padding: 0px 8px;
}

.ryzz-hbbox .ryzz-item {
    padding: 8px 0px;
}

.ryzz-item a {
    border: 1px solid #ddd;
    display: block;
    width: 100%;
}

.ryzz-item a .img {
    width: 100%;
    overflow: hidden;
}

.ryzz-item a .img img {
    display: block;
    width: 100%;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    opacity: 1;
}

.ryzz-item a:hover .img img {
    opacity: .95;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.ryzz-item a .tit {
    font-size: 14px;
    line-height: 35px;
    height: 35px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0px 5px;
}

.news-fluid {
    background: url(../images/bg6.jpg) no-repeat left bottom;
}



.news-title {
    padding-bottom: 8px;
    border-bottom: 1px solid #f1e6d5;
    line-height: 25px;
    margin-bottom: 20px;
}

.news-title .title {
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    position: relative;
    padding-right: 5px;
}

.news-title .title i.iconfont {
    font-size: 20px;
    color: #195db3;
    margin-right: 8px;
}

.news-title .title::before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0px;
    display: block;
    width: 100%;
    height: 3px;
    background: #195db3;
}

.news-title a {
    float: right;
    color: #999;
    text-transform: uppercase;
}

.news-title a:hover {
    color: #000;
}

.news-xfbox {
    width: 820px;
    float: left;
}

.news-hbbox {
    float: right;
    width: 360px;
}


.news-list .news-item:nth-of-type(2n) {
    margin-right: 0px;
}

.news-xf {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.news-xf-left {
    width: 440px;
}

.news-xf-list {
    width: 360px;
}

.news-item {
    padding: 20px;
    background-color: #f0f0f0;
    position: relative;
    transition: all 0.3s ease-out 0s;
    margin-bottom: 10px;
}

.news-item:hover {
    background: #195db3;
}

.news-img {
    width: 100%;
    height: 292px;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    margin-bottom: 20px;
}

.news-info {
    height: 54px;
}

.news-info .date {
    float: left;
    width: 75px;
    color: #666;
    position: relative;
    font-size: 12px;
    line-height: 22px;
}

.news-item:hover .news-info .date {
    color: #fff;
}

.news-info .date .md {
    font-size: 18px;
}

.news-info .date .md::after {
    content: "";
    width: 37px;
    height: 1px;
    display: block;
    background-color: rgba(0, 0, 0, 0.07);
    margin-bottom: 1px;
    margin-top: 3px;
}

.news-info .date .year {
    font-size: 13px;
    display: block;
    margin-left: 3px;
    color: rgba(0, 0, 0, 0.41);
}

.news-item:hover .news-info .date .year {
    color: #f0f0f0;
}

.news-item:hover .news-info .date .md::after {
    background-color: rgba(255, 255, 255, 0.07);
}

.news-info .word {
    float: left;
    width: calc(100% - 75px);
}

.news-item::after {
    content: '';
    position: absolute;
    top: 0px;
    display: block;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    /* z-index: 0; */
    transform: scaleY(0);
    transition: transform .75s cubic-bezier(.19, 1, .22, 1);
    transform-origin: top;
    transition-delay: 0s !important;
}

.news-info .word .title {
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    border-bottom: 1px solid transparent;
    color: #333;
    transition: all .3s ease 0s;
    margin-bottom: 5px;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.news-item:hover .news-info .word .title {
    color: #fff;
}

.news-info .word .des {
    color: #666;
    line-height: 25px;
    height: 25px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.news-item:hover .news-info .word .des {
    color: #f0f0f0;
}
 .bottom-fluid {
	background: #06499e;
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	padding: 3px 0px;
	display: none;
	z-index: 999;
}

.bottom-fluid ul li {
	float: left;
	width: 25%;
	text-align: center;
}

.bottom-fluid ul li a {
	color: #fff;
}

.bottom-fluid ul li i.iconfont {
	font-size: 25px;
}

.bottom-fluid ul li p {
	font-size: 12px;
}
.bottom-fluid .gotop {
	display: block!important;
}
