.container {
    width: 1200px;
    margin: 0 auto;
}

.header-fluid {
    padding-top: 10px;
    position: relative;

}

.header {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}

.logo-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-box .daohang {
    display: none;
}

.logo-box .logo a {
    display: block;
}

.logo-box .logo img {
    display: block;
    width: 305px;
}

.navbar {
    width: 830px;
    margin-top: 45px;
    position: relative;
    z-index: 10;
}

.navbar .nav>ul {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.navbar .nav>ul>li>a {
    padding: 0 10px;
    display: block;
    width: 100%;
    text-align: center;
    line-height: 46px;
    font-size: 20px;
    color: #fff;

}

.header-fluid::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: calc(100% - (100% - 1200px)/2 - 350px);
    height: 46px;
    background: #294dbb;
    z-index: 1;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    overflow: hidden;
}

.header-top {
    position: absolute;
    top: 10px;
    right: 0;
    display: flex;
    justify-content: space-between;
    line-height: 40px;
    align-items: center;
    z-index: 10;
}

.header-tel {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 20px;
}

.header-tel i.iconfont {
    margin-right: 10px;
    font-size: 30px;
    color: #000;
}

.header-tel span {
    font-size: 25px;
    color: #000;
}

.header-login {
    display: none;
}

.header-login.active {
    display: block;
}

.header-login a {
    display: block;
    width: 80px;
    line-height: 30px;
    color: #fff;
    background: #01be6e;
    text-align: center;
    border-radius: 12px;
    overflow: hidden;
    font-size: 16px;
}

.loginingBox {
    position: relative;
    display: none;
}

.loginingBox.active {
    display: block;
}

.logining {
    padding-right: 20px;
    position: relative;
}

.logining .img {
    width: 43px;
    height: 43px;
    cursor: pointer;
    border-radius: 50%;
    overflow: hidden;
}

.logining .img img {
    width: 100%;
    height: 100%;
}

.banner,
.banner-mobile {
    position: relative;
    /* width: 100%; */
    overflow: hidden;
}

.banner-mobile {
    display: none;
}

.banner .img,
.banner-mobile .img {
    display: block;
    width: 100%;
    overflow: hidden;
}

.banner img,
.banner-mobile img {
    width: 100%;
    display: block;
    border: 0px;
}

.banner-mobile .owl-theme .owl-controls .owl-page,
.banner .owl-theme .owl-controls .owl-page {
    display: block;
    float: left;
}

.banner-mobile .owl-theme .owl-nav .banner .owl-theme .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-mobile .owl-theme .owl-nav div,
.banner .owl-theme .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: 30px;
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

}

.banner .owl-theme .owl-nav div:hover {
    background-color: rgba(0, 0, 0, 0.95);
}

.banner .owl-theme .owl-nav div.owl-prev {
    left: 10px;
}

.banner .owl-theme .owl-nav div.owl-next {
    right: 10px;
}

.banner .owl-theme .owl-nav div.owl-next::before {
    content: "\e60d";
}

.banner .owl-theme .owl-nav div.owl-prev::before {
    /* content: "\e663"; */
    content: "\e620";
}

.banner-mobile .owl-theme .owl-dots,
.banner .owl-theme .owl-dots {
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
}

.banner .owl-theme .owl-dots {
    bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-mobile .owl-theme .owl-dots span {
    margin: 0 2px;
    height: 5px;
    width: 10px;
    background-color: #fff;
    opacity: 1;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    border-radius: 4px;
}

.banner .owl-theme .owl-dots .owl-dot span {
    margin: 0 5px;
    height: 2px;
    width: 25px;
    background-color: #fff;
    opacity: 1;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    border-radius: 4px;
}

.banner-mobile .owl-theme .owl-dots .owl-dot.active span,
.banner .owl-theme .owl-dots .owl-dot.active span {
    opacity: 1;
    height: 6px;
    background: #fff;
}

.banner .owl-theme .owl-controls,
.banner-mobile .owl-theme .owl-controls {
    margin-top: 0;
}

.fluid {
    padding: 60px 0;
}

.separate-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.separate-item {
    width: 20%;
    background: #d7d793;
    color: #fff;
    text-align: center;
}

.separate-item a {
    display: block;
    width: 100%;
    padding: 30px 0;
}
.separate-item a .img img{
    width:110px;
}
.separate-item:nth-of-type(2n) {
    background: #c6c67f;
}

.separate-item .info {
    color: #fff;
    margin-top: 20px;
    font-size: 18px;
}

.main-title {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-title .mword p {
    font-size: 16px;
    color: #646464;
    font-style: italic;
    border-bottom: 2px solid #646464;
}

.main-title .english {
    font-weight: 600;
    font-size: 58px;
    color: #ccc;
    text-transform: uppercase;
}

.indexTitle .title {
    font-size: 30px;
    color: #212121;
}

.indexTitle .english span {
    color: #294dbb;
}

.indexTitle:hover .english {
    color: #f44336;
}

.service-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.service-item {
    width: calc(100%/3 - 10px);
    margin-right: 15px;
    overflow: hidden;
    margin-bottom: 15px;
    position: relative;

}

.service-item:nth-of-type(4),
.service-item:nth-of-type(5) {
    width: calc(50% - 8px);
    margin-right: 16px;
}

.service-item:nth-of-type(5),
.service-item:nth-of-type(3) {
    margin-right: 0;
}

.service-item .img {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.service-item .img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.507);
    z-index: 10;
}

.service-item .img img {
    width: 100%;
    /* height: 350px; */
    height: 260px;
    position: relative;
    z-index: 6;
}

.service-item:nth-of-type(4) .img img,
.service-item:nth-of-type(5) .img img {
    height: 350px;
}

.service-item .info {
    padding: 15px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 20px;
    z-index: 10;
    transform: translateY(-50%);
}

.service-item .info .title {
    font-size: 28px;
    margin-bottom: 10px;
}

.service-item .info .des {
    font-size: 16px;
}

.service-item:hover .img::before {
    background: rgba(0, 0, 0, 0.3);
}

.service-item:hover .img img {
    transform: scale(1.2);
}

.about-fluid {
    background: #fff;
}

.about {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.about-info {
    width: calc(100% - 550px);
}

.about-info .about-title {
    margin-bottom: 30px;
}

.about-info .about-title .title {
    margin-top: 15px;
    margin-bottom: 8px;
    font-size: 38px;
    color: #000;
}

.about-info .about-title .eng {
    font-size: 16px;
    color: #aaa;
    text-transform: uppercase;
}

.about-info .des {
    font-size: 16px;
    line-height: 28px;
    height: 140px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.about-img {
    width: 500px;
    position: relative;
}

.about-video {
    cursor: pointer;
    background: linear-gradient(75deg, #116bc4 0%, #4b8ee1 100%);
    width: 70px;
    height: 70px;
    color: #fff;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    line-height: 70px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.about-video i.iconfont {
    font-size: 28px;
}

.about-more {
    display: block;
    width: 130px;
    line-height: 35px;
    color: #294dbb;
    border: 1px solid #294dbb;
    text-align: center;
    margin-top: 30px;
    font-size: 16px;
    text-transform: uppercase;
}

.separateother {
    background: #f5f5fa;
}

.separateother-list {
    display: flex;
    justify-content: space-between;
}

.separateother-item {
    width: 25%;
    padding: 40px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.separateother-item .img {
    padding-right: 20px;
    width: 33%;
}

.separateother-item .info {
    width: 67%;
}

.separateother-item .info .title {
    display: flex;
    color: #212121;
}

.separateother-item .info .num {
    font-size: 38px;
}

.separateother-item .info span {
    font-size: 16px;
    padding-left: 5px;
}

.separateother-item .info .word {
    font-size: 16px;
    margin-top: 5px;
}

.videoBox {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    display: none;
}

.videoBox .mask {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7)
}

.videoBox .video {
    width: 900px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.videoBox .video video {
    width: 100%;
}

.videoBox .video .close {
    text-align: center;
    margin-top: 15px;
}

.videoBox .video .close i.iconfont {
    color: #fff;
    font-size: 40px;
    font-weight: normal;
}

.fg {
    width: 100%;
    height: 160px;
    background-color: #294dbb;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.news-fluid {
    background: #f8f8f8;
}

.news-fluid {
    background: #f6f6f6;
}

.news {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.news-left,
.news-right {
    width: 49%;
    background: #fff;
    padding: 0 25px 20px;
}

.news-title {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    line-height: 60px;
}

.news-title .title {
    font-size: 20px;
    color: #0364cf;
    font-weight: 600;
}

.news-title a {
    color: #5f5f5f;
}

.news-title a:hover {
    color: #0364cf;
}

.news-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.news-item {
    width: calc(50% - 10px);
    margin-right: 20px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #fff;
    padding: 15px;
}

.news-item:nth-of-type(2n) {
    margin-right: 0;
}

.news-item .img {
    width: 180px;
}

.news-item .img a,
.news-item .img img {
    display: block;
    width: 100%;
}

.news-item .info {
    width: calc(100% - 180px);
    padding-left: 15px;
}

.news-item .info .title,
.news-item .info .title a {
    font-size: 18px;
    color: #3e3e3e;
}

.news-item .info .title a:hover {
    color: #0364cf;
    display: block;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-item .info .des {
    color: #999;
    margin-top: 5px;
    font-size: 15px;
    line-height: 25px;
    height: 50px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news-item .info .nmore {
    margin-top: 10px;
    /* text-align: right; */

}

.news-item .info .nmore a {
    padding: 5px 15px;
    border: 1px solid #ddd;
    font-size: 14px;
    color: #666;
    border-radius: 3px;
    overflow: hidden;
}

.news-item .info .nmore a:hover {
    background: #0364cf;
    color: #fff;
}

.news-rlist dl {
    margin-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #ddd;
}

.news-item:last-of-type,
.news-rlist dl:last-of-type {
    border-bottom: 0;
    padding-bottom: 0;
}

.news-rlist dl dt,
.news-rlist dl dd {
    display: flex;
    justify-content: space-between;
}

.news-rlist dl dd {
    margin-top: 10px;
}

.news-rlist dl dt em,
.news-rlist dl dd em {
    width: 25px;
    height: 25px;
    display: block;
    text-align: center;
    line-height: 25px;
    font-style: normal;
    background: #0364cf;
    color: #fff;
}

.news-rlist dl dd em {
    background: #cd3d51;
}

.news-rlist dl dt a,
.news-rlist dl dd span {
    width: calc(100% - 40px);
    display: block;
}

.news-rlist dl dt a {
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 600;
}

.news-rlist dl dt a:hover {
    color: #0364cf;
}

.news-rlist dl dd span {
    font-size: 14px;
    color: #9d9d9d;
    line-height: 20px;
    height: 60px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;

}

.news-more {
    width: 180px;
    line-height: 45px;
    text-align: center;
    display: block;
    border: 1px solid #ddd;
    margin: 50px auto 0;
    font-size: 18px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    transition: all .3s;
}

.news-more:hover {
    background: #294dbb;
    color: #fff;
    border-radius: 10px;
}

.footer-fluid {
    padding: 40px 0;
    background: #3e3e3e;
}

.cooperative-list {
    display: flex;
    flex-wrap: wrap;
}

.cooperative-item {
    width: 25%;
    padding: 10px;
}

.cooperative-item a {
    display: block;
    width: 100%;

}

.cooperative-item a .img {
    border: 1px solid #ddd;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cooperative-item a p {
    text-align: center;
    line-height: 35px;
    display: none;
}

.loginBox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: none;
    opacity: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.loginBox.active {
    opacity: 1;
    display: block;
}

.loginBox .mask {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 11;
}

.login-box {
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 12;
    width: 320px;
}

.login-box .form {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
}

.login-close {
    position: absolute;
    top: 20px;
    right: 19px;
    cursor: pointer;
}

.login-close i.iconfont {
    font-size: 26px;
    line-height: 38px;
}

.login-box h4 {
    line-height: 38px;
    font-size: 30px;
    margin-bottom: 20px;
    color: #212121;
    padding-left: 20px;
    border-left: 4px solid #294dbb;
}

.login-box dl {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    align-items: center;
    position: relative;
    width: calc(100% - 40px);
    margin: 0 auto 10px;
}

.login-box dl dt {
    width: 45px;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    line-height: 41px;
}

.login-box dl dt i.iconfont {
    font-size: 25px;
    color: #666;
}

.login-box dl dd {
    width: 100%;
}

.login-box dl:nth-of-type(3) dd {
    width: calc(100% - 150px)
}

.login-box dl:nth-of-type(3) dd:nth-of-type(2) {
    width: 150px;
    height: 43px;
    margin-left: 10px;
}

.login-box dl dd input {
    width: 100%;
    height: 43px;
    border: 1px solid #adadad;
    padding: 5px;
    padding-left: 50px;
}

.login-box dl dd input:focus {
    border-color: #294dbb;
}

.login-box dl dd #canvas {
    width: 100%;
    height: 43px;
    box-sizing: border-box;
    border: 1px solid #adadad;
}

.login-box .button {
    width: calc(100% - 40px);
    margin: 20px auto 0;
}

.login-box .button input[type=submit] {
    width: 100%;
    height: 45px;
    background: #294dbb;
    color: #fff;
    font-size: 18px;
}

.footer-fluid {
    background: #18181d;
    padding: 25px 0;
}

.footer {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.footer .footer-logo a {
    color: #909090;
    text-align: center;
}

.footer .footer-logo img {
    display: block;
    height: 90px;
}

.footer .footer-info ul li {
    position: relative;
    margin-bottom: 5px;
    padding-left: 30px;
    color: #909090;
    line-height: 30px;
    font-size: 15px;
}

.footer .footer-info ul li img {
    position: absolute;
    left: 0px;
    top: 5px;
    height: 20px;
}

.footer .footer-info ul li span {
    font-size: 15px;
}

.footer-ewm {
    text-align: center;
}

.footer-ewm img {
    display: block;
    width: 85px;
    margin: 0px auto;
}

.footer-ewm p {
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    color: #909090;
}

.footer-bottom {
    background: #23232d;
    text-align: center;
    color: #909090;
    line-height: 40px;
}

.footer-bottom a {
    color: #909090;
}

.floatBar {
    width: 34px;
    height: 113px;
    position: fixed;
    right: 0px;
    top: 50%;
    overflow: hidden;
    border-radius: 5px;
    transform: translateY(-50%);
    z-index: 999;
    background: #00be6e url(../images/contact-icon.png) no-repeat center;
    cursor: pointer;
    display: none;
}

.floatBox {
    position: fixed;
    bottom: 10px;
    font-family: "microsoft yahei";
    right: 10px;
    z-index: 9;
    font-size: 14px;
    line-height: 28px;
}

.float-closed {
    position: absolute;
    right: 0;
    top: -25px;
    width: 18px;
    height: 18px;
    line-height: 14px;
    cursor: pointer;
    font-weight: 100;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.6);
}

.float-box .float-item {
    width: 58px;
    position: relative;
}

.float-box .float-item .float-info {
    bottom: 0;
    right: 58px;
    width: 150px;
    color: #333;
    display: none;
    text-align: center;
    position: absolute;
}

.float-box .float-item .float-info .float-content {
    width: calc(100% - 10px);
    color: #333;
    text-align: center;
    padding: 10px;
    background-color: #fff;
    border: 2px solid #00BE6E;
    border-radius: 10px;
    overflow: hidden;
    ;
}

.float-box .float-item .float-info .float-content .p1 {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
}

.float-box .float-item.active .float-info {
    display: block;
}

/* 
.float-box .float-item:hover .float-info {
	display: block;
} */

.float-box .float-item .float-info .float-content::before {
    content: "";
    right: -6px;
    bottom: 20px;
    position: absolute;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #00BE6E;
    border-width: 8px;
    width: 0;
    height: 0;
}

.float-box .float-item .float-info p img {
    margin: 0px auto;
}

/* .float-box .float-item .float-info a {
    display: block;
    margin-bottom: 15px;
} */

.float-box .float-item .float-info a img {
    display: inline-block;
    /* vertical-align: middle; */
    background: #8e8e8e;
    border-radius: 50%;
    display: block;
    height: 50px;
    width: 50px;
    margin-left: auto;
    margin-right: auto;
}

.float-box .float-item .float-info a span {
    color: #333;
    font-size: 15px;
}

.float-box .float-item>a {
    color: #333;
    display: block;
    background: #fff;
    transition: All 0.2s ease-in-out;
    -webkit-transition: All 0.2s ease-in-out;
    -moz-transition: All 0.2s ease-in-out;
    -o-transition: All 0.2s ease-in-out;
    padding: 5px 0px;
    box-shadow: 0 0 10px #dcdada;
    margin-bottom: 10px;
}

.float-box .float-item:first-of-type>a {
    border-top: 0px;
}

.float-box .float-item>a:hover {
    background: #00BE6E;
    color: #fff;
}

.float-box .float-item .float-icon {
    text-align: center;
    height: 25px;
}

.float-box .float-item .float-icon i.iconfont {
    font-size: 25px;
}

.float-box .float-item .float-tit {
    font-size: 12px;
    text-align: center;
}

.float-item-top {
    display: none;
}

.float-box .float-item .float-info .float-kf a {
    display: block;
    width: 80%;
    color: #fff;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    line-height: 30px;
    border-radius: 5px;
    overflow: hidden;
    font-size: 14px;
    margin: 0px auto 10px;
    transition: all .3s ease;
}

.float-box .float-item .float-info .float-kf a span {
    color: #fff;
}

.float-box .float-item .float-info .float-kf a:hover {
    width: 100%;
}

.float-item.on .float-icon i.iconfont {
    animation: rnd1 4s ease-in-out infinite;
    transform-origin: top center;
}

.float-kf a:nth-of-type(1) {
    background: #3a96e1;
}

.float-kf a:nth-of-type(2) {
    background: #e1c23a;
}

.float-kf a:nth-of-type(3) {
    background: #593ae1;
}

.float-kf a:nth-of-type(4) {
    background: #e13a3a;
}

.float-box .float-item .float-contact-info {
    width: 282px;
}

.float-contact .tel {
    color: #333;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.float-contact .tel i.iconfont {
    font-size: 26px;
    margin-right: 5px;
    color: #116ac4;

}
.float-contact .tel span{
    display: flex;
    align-items: center;
}
.float-contact .tel em,.float-contact .tel a {
    font-style: normal;
    color: #116ac4;
    font-weight: bold;
    font-size: 22px;
}

.float-ewmbox {
    display: flex;
    width: 100%;
}

.float-ewm {
    width: 100%;
    margin-right: 5px;
    text-align: center;
}

.float-ewm:last-of-type {
    margin-right: 0px;
}

.float-ewm .img {
    padding: 5px;
    border: 1px solid #ddd;
    width: 100%;
}

.float-ewm .img img {
    width: 100%;
    height: 100%;
    display: block;
}

.float-ewmbox p {
    font-size: 13px;
    line-height: 25px;
}

.bg {
    background: #f5f5ff;
}

.sub-down {
    padding: 40px;
    background: #fff;
    box-shadow: 0 0 20px #ddd;
}

.sub-down-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #e4eaec;

}

.sub-down-item .sub-down-info {
    width: calc(100% - 110px);
    display: flex;
    align-items: center;
}

.sub-down-item .sub-down-info .img {
    width: 60px;
    margin-right: 10px;
}

.sub-down-item .sub-down-info .img img {
    display: block;
    width: 100%;
}

.sub-down-item .sub-down-info .word {
    width: calc(100% - 70px);
}

.sub-down-item .sub-down-info .word .title a {
    font-size: 18px;
    color: #212121;
    font-weight: 600;
    letter-spacing: 1px;
}

.sub-down-item .sub-down-info .word .title a:hover {
    color: #294dbb;
}

.sub-down-item .sub-down-info .word .des {
    color: #76838f;
    margin-top: 5px;
    font-size: 13px;
}

.sub-down-item .sub-down-info .word .des .size {
    margin-right: 10px;
}

.sub-down-item .sub-down-btn {
    margin: 0 5px;
    display: block;
    width: 90px;
    line-height: 34px;
    border: 1px solid;
    text-align: center;
    border-color: #0050ff;
    color: #0050ff;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;

}

.sub-down-item .sub-down-btn:hover {
    background: #0050ff;
    color: #fff;
}

.pages {
    text-align: center;
    margin-top: 30px;
}

.pages .page {
    display: inline-block;
}

.pages .page a,
.pages .page span {
    display: block;
    float: left;
    min-width: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0px 5px;
    border: 1px solid #ddd;
    margin: 5px;
}

.pages .page span {
    background: #0050ff;
    color: #fff;
}

.pages .page a:hover {
    background: #f8f8f8;
    color: #0050ff;
    border-color: #0050ff;
}

.crumbs-fluid {
    color: #666;
    border-bottom: 1px solid #ddd;
}

.crumbs-fluid .container {
    display: flex;
    justify-content: space-between;
}

.crumbs {
    line-height: 50px;
}

.crumbs a {
    color: #666;
}

.crumbs a:hover {
    color: #0050ff;
}

.sub-detail {
    padding: 40px;
    background: #fff;
    box-shadow: 0 0 20px #ddd;
}

.sub-title {
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.sub-down-btn {
    margin: 0 5px;
    width: 90px;
}

.sub-down-btn a {

    display: block;
    width: 100%;
    line-height: 34px;
    border: 1px solid;
    text-align: center;
    border-color: #0050ff;
    color: #0050ff;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
}

.sub-title h2 {
    font-size: 28px;
    color: #212121;
}

.sub-title h3 {
    font-size: 20px;
    margin-top: 10px;
    color: #333;
}

.sub-title p {
    margin-top: 10px;
    font-size: 15px;
    color: #999;
}

.sub-content {
    font-size: 18px;
    line-height: 2;
    padding: 20px 0;
}

.sub-links {
    padding: 15px 0;
    font-size: 16px;
    line-height: 1.8;
    border-top: 1px dashed #ddd;
    color: #888;
}

.sub-links a {
    color: #888;
}

.sub-links a:hover {
    color: #0050ff;
    text-decoration: underline;
}

.sub-titlist {
    display: flex;
}

.sub-titlist a {
    font-size: 20px;
    display: block;
    width: 140px;
    line-height: 50px;
    text-align: center;
    border-left: 1px solid #ddd;
}

.sub-titlist a:hover,
.sub-titlist a.active {
    background: #294dbb;
    color: #fff;
}

.sub-about-title {
    margin-bottom: 40px;
    text-align: center;
}

.sub-about-title .title {
    font-size: 35px;
    color: #212121;
}

.sub-about-ryzz {
    display: flex;
    flex-wrap: wrap;
}

.sub-about-ryzz-item {
    width: calc(100%/3 - 20px);
    margin-right: 30px;
    margin-bottom: 30px;
    display: block;
}

.sub-about-ryzz-item:nth-of-type(3n) {
    margin-right: 0;
}

.sub-about-ryzz-item .img {
    width: 100%;
    display: block;
    height: 250px;
    overflow: hidden;
    padding: 20px 20px 0;
    background: #fff;
}

.sub-about-ryzz-item .img img {
    display: block;
    width: 100%;
    min-height: 230px;
}

.sub-about-ryzz-item .info {
    background: #fff;
    padding: 10px 5px;
}

.sub-about-ryzz-item .info .title {
    font-size: 16px;
    text-align: center;
}

.sub-about-introduce {
    padding: 40px;
    background: #fff;
    font-size: 16px;
    line-height: 1.8;
}

.sub-about-box1 {
    padding-top: 50px;
}

.sub-about-box2 {
    padding: 50px 0;
}

.sub-about-box3 {
    padding: 50px 0;
    background: #fff;
}

.sub-about-qywh {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sub-about-qywh .item {
    width: calc(100%/2 - 5px);
    height: 400px;
    display: flex;
    align-items: center;
    padding: 40px 60px;
}

.sub-about-qywh .item:nth-of-type(1) {
    margin-right: 10px;
}

.sub-about-qywh .item .info {
    color: #fff;
}

/* .sub-about-qywh .item:nth-of-type(1) {
    width: 100%;
    height: 200px;
    margin-bottom: 10px;
} */

.sub-about-qywh .item {
    background-repeat: no-repeat;
    background-position: center center;
}

.sub-about-qywh .item .info .title {
    font-size: 35px;
}

.sub-about-qywh .item .info .des {
    font-size: 16px;
    margin-top: 20px;
    line-height: 2;
}

.sub-service-list1 .item {
    display: flex;
    justify-content: space-between;
}

.sub-service-list1 .item:nth-of-type(2n+1) {
    flex-direction: row-reverse;
}

.sub-service-list1 .item .img {
    width: 50%;
}

.sub-service-list1 .item .info {
    width: 50%;
    background: #fff;
    padding: 50px;
}

.sub-service-list1 .item .info .title {
    font-size: 45px;
    margin-bottom: 30px;
    color: #212121;
}

.sub-service-list1 .item .info .des {
    font-size: 22px;
    line-height: 2;
}

.sub-service-title {
    margin-bottom: 50px;
}

.sub-service-title h2 {
    font-size: 40px;
    text-align: center;
    color: #000;
}
.sub-service-box3,
.sub-service-box2 {
    padding-top: 60px;
}

.sub-hr-item {
    position: relative;

    background: #fff;
    margin-bottom: 20px;
    padding: 0 36px;
    box-shadow: 0px 4px 13px 0px #d5dce2;
}

.sub-hr {
    padding-left: 36px;
}

.sub-hr-top {
    position: relative;
    cursor: pointer;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.sub-hr-top .switch {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 54px;
    height: 85px;
    background: #408bcd;
    border-radius: 6px 0 6px 0;
    left: -70px;
    top: 50%;
    margin-top: -42.5px;
}

.sub-hr-top .switch .iconfont {
    font-size: 20px;
    color: #fff;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.sub-hr-top .job_title {
    display: flex;
    padding: 15px 0;
    align-items: center;

}

.sub-hr-top .job_title .job_position {
    font-size: 24px;
    color: #212121;
    margin-bottom: 6px;
}

.sub-hr-top .job_desc {
    width: 55%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sub-hr-top .job_desc span {
    color: #999;
}

.sub-hr-bottom {
    font-size: 16px;
    line-height: 2;
    opacity: 0;
    height: 0;
    overflow: hidden;

    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;

}

.sub-hr-item.active .sub-hr-bottom {
    display: block;
    opacity: 1;
    height: auto;
    padding-bottom: 40px;
}

.sub-hr-item.active .sub-hr-top .switch .iconfont {
    transform: rotate(180deg)
}

.sub-welfare {
    margin-top: 50px;
}

.sub-welfare-box {
    font-size: 20px;
    line-height: 2;
    background: #fff;
    padding: 30px;
    box-shadow: 0 0 10px #ddd;
    color: #212121;
}

.sub-yggs {
    padding-top: 50px;
}

.sub-yggs-list {
    display: flex;
    flex-wrap: wrap;
}

.sub-yggs-item {
    width: calc(50% - 10px);
    margin-right: 20px;
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #fff;
    padding: 15px;
}

.sub-yggs-item:nth-of-type(2n) {
    margin-right: 0;
}

.sub-yggs-item .img {
    width: 100%;
}

.sub-yggs-item .img a,
.sub-yggs-item .img img {
    display: block;
    width: 100%;
}

.sub-yggs-item .info {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 10px;
}

.sub-yggs-item .info .title a {
    font-size: 25px;
    display: block;
    color: #3e3e3e;
}

.sub-yggs-item .info .title a:hover {
    color: #0364cf;
    display: block;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sub-yggs-item .info .time {
    margin-top: 10px;
    font-size: 14px;
    color: #999;
}

.sub-yggs-item .info .des {
    color: #999;
    margin-top: 10px;
    font-size: 14px;
    line-height: 22px;
    height: 44px;
    -webkit-line-clamp: 2;
}

.sub-yggs-item .info .nmore {
    margin-top: 12px;
    /* text-align: right; */

}

.sub-yggs-item .info .nmore a {
    padding: 5px 15px;
    border: 1px solid #ddd;
    font-size: 16px;
    color: #666;
    border-radius: 3px;
    overflow: hidden;
}

.sub-yggs-item .info .nmore a:hover {
    background: #0364cf;
    color: #fff;
}

.sub-case-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sub-case-item {
    width: calc(100%/2 - 10px);
    margin-bottom: 30px;
}

.sub-case-item a {
    width: 100%;
    display: block;
    position: relative;
    padding-bottom: 120px;
    transition: all .36s ease;
    border: 1px solid #eee;
}

.sub-case-item .img {
    display: block;
    width: 100%;
    overflow: hidden;
}

.sub-case-item .img img {
    display: block;
    width: 100%;
    transition: all .36s ease;

}

.sub-case-item a:hover .img img {
    transform: scale(1.1);
    opacity: 0.95;
}

.sub-case-item .info {
    width: 100%;
    background: #fff;
    padding: 20px 10px;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all .36s ease;
}

.sub-case-item .info .title {
    font-size: 26px;
    margin-bottom: 15px;
}

.sub-case-item .info .gs {
    font-size: 15px;
    color: #999;
    margin-bottom: 10px;
}

.sub-case-item .info .des {
    color: #999;
    font-size: 15px;
    line-height: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    opacity: 0;
    display: none;
    transition: all .36s ease;
}

.sub-case-item a:hover {
    box-shadow: 0 14px 50px -8px rgb(0 0 0 / 12%)
}

.sub-case-item a:hover .info .des {
    opacity: 1;
    display: block;
    padding-bottom: 10px;
}

.sub-rcln {
    padding-top: 50px;
}

.sub-hr-ln {
    padding: 20px;
    background: #fff;
    margin-bottom: 30px;
    background-image: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}

.sub-hr-ln-box {
    padding: 20px;
    border: 2px dashed #fff;
}

.sub-hr-ln-title {
    margin-bottom: 20px;
    color: #fff;
    font-size: 40px;
}

.sub-hr-ln-box .info {
    color: #fff;
    font-size: 18px;
    line-height: 1.8;
}

.sub-contact-box {
    margin-bottom: 30px;
}

.sub-contact-box .sub-contact-title {
    font-size: 35px;
    color: #212121;
    margin-bottom: 30px;
}

.sub-contact-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sub-contact-list .item {
    width: calc(100%/4);
    padding: 20px;
    text-align: center;
    color: #000;
    background: #fff;
}

.sub-contact-list .item .icon {
    text-align: center;
}

.sub-contact-list .item .icon i.iconfont {
    font-size: 88px;
    color: #116bc4;
}

.sub-contact-list .item .icon img {
    width: 125px;
}

.sub-contact-list .item p {
    font-size: 18px;
}

.logining-list {
    display: none;
    position: absolute;
    right: 10px;
    top: 100%;
    padding-top: 10px;
}

.logining-list ul {
    background: #f44336;
    border-radius: 10px;
    overflow: hidden;
}

.logining-list ul li {
    width: 65px;
}

.logining-list ul li a {
    display: block;
    width: 100%;
    text-align: center;
    line-height: 28px;
    color: #fff;

}

.sub-service-tit1 {
    background: #c9dafb;
    color: #294dbb;
    display: table;
    margin: 0px auto;
    text-align: center;
    padding: 5px 15px;
    font-size: 20px;
    margin-bottom: 40px;
    border:1px solid #294dbb;
}

.sub-service-item{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    flex-wrap: wrap;
}
.sub-service-item .img{
    width:calc(100%/3);
    background:#4bb2fd;
}
.sub-service-item .img img{
    display: block;
    width:100%;
}
.sub-service-item ul{
    padding:30px;
    width:calc(100%/3);
    background:#294dbb;
    
}
.sub-service-item ul li{
    margin-bottom: 20px;
}
.sub-service-item ul li:last-of-type{
    margin-bottom: 0;
}
.sub-service-item ul li{
    position: relative;
    padding-left: 30px;
}
.sub-service-item ul li::after{
    content: '';
    position: absolute;
    left: 0;
    width: 13px;
    height: 8px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    top: 12px;
}
.sub-service-item:nth-of-type(2) ul{
    padding-left:0;
    padding-right: 50px;
}
.sub-service-item ul li p{
    line-height: 32px;
    font-size: 19px;
    color: #f5f5ff;
}
.flex_drr{
    flex-direction: row-reverse;
}
@keyframes rnd1 {
    0% {
        transform: rotate(0deg) scale(1.3);
    }

    2% {
        transform: rotate(-15deg) scale(1.3);
    }

    4% {
        transform: rotate(15deg) scale(1.3);
    }

    6% {
        transform: rotate(-15deg) scale(1.3);
    }

    8% {
        transform: rotate(15deg) scale(1.3);
    }

    10% {
        transform: rotate(-15deg) scale(1.3);
    }

    12% {
        transform: rotate(15deg) scale(1.3);
    }

    14% {
        transform: rotate(-15deg) scale(1.3);
    }

    16% {
        transform: rotate(15deg) scale(1.3);
    }

    18% {
        transform: rotate(-15deg) scale(1.3);
    }

    20% {
        transform: rotate(15deg) scale(1.3);
    }

    22% {
        transform: rotate(0deg) scale(1);
    }

    100% {
        transform: rotate(0deg) scale(1);
    }
}