@font-face {
    font-family: 'banhei';
    src: url('../font/gf.TTF');
}

.header-active::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #ba0329;
    bottom: -20px;
    left: 0;
}

.common-title {
    text-align: center;
    position: relative;
}

.common-title h2 {
    font-size: 34px;
    font-weight: 600;
}

.common-title span {
    font-size: 36px;
    font-weight: 700;
    color: rgba(143, 143, 143, 0.2);
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
    font-family: 'banhei';
}

.common-more {
    display: inline-block;
    width: 150px;
    height: 45px;
    line-height: 43px;
    margin: 40px auto 0;
    background-color: #ba0329;
    color: #fff;
    font-size: 18px;
    transition: all 0.6s;
    font-weight: 600;
    border: 2px solid #ba0329;
}

.common-more:hover {
    color: #ba0329;
    background-color: #fff;
}

.back-top {
    position: fixed;
    right: 10px;
    z-index: 99;
    bottom: 250px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.back-top img {
    max-width: 50px;
}

.back-top span {
    white-space: nowrap;
    font-weight: 600;
    color: #1296db;
}

.page-back {
    height: 550px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.page-back::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.6);
}

.page-back-float {
    text-align: center;
    position: relative;
    z-index: 9;
    color: #fff;
}

.page-back-float h2 {
    font-size: 36px;
    /*font-weight: 600;*/
    margin-bottom: 20px;
}

.page-back-float span {
    font-size: 18px;
    display: block;
}

.navigation {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.navigation div span {
    color: #fff !important;
    background-color: #ba0329 !important;
    border: 1px solid #ba0329 !important;
}

.navigation div span,
.navigation div a {
    display: inline-block;
    width: 32px;
    height: 32px;
    border: 1px solid #ddd;
    text-align: center;
    margin-right: 10px;
    color: #969a9d;
    line-height: 32px;
    font-weight: 600;
    background-color: #fff;
}

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

.prevn p {
    color: #999;
    position: relative;
}

.prevn p::after {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.prevn p:first-child::after {
    background: url(../images/prev-img.png) no-repeat center center / cover;
    left: -20px;
}

.prevn p:last-child::after {
    background: url(../images/next-img.png) no-repeat center center / cover;
    right: -20px;
}

.header {
    border-bottom: 1px solid #eee;
    background-color: #fff;
    transition: all 0.3s;
}

.header .container {
    max-width: 1300px;
}

.header .header-navs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    flex: 1;
    margin-right: 60px;
}

.header .header-navs .header-logo {
    flex: 0.5;
}

.header .header-navs .header-logo a img {
    width: 267px;
}

.header .header-navs .header-ulst {
    display: flex;
    flex: 1;
}

.header .header-navs .header-ulst>li {
    width: calc(100% / 6);
    text-align: center;
    position: relative;
    background: linear-gradient(to right, #ba0329 50%, #fff 50%);
    background-size: 205% 100%;
    background-position: right bottom;
    transition: all 0.6s ease;
}

.header .header-navs .header-ulst>li:not(:last-child) {
    margin-right: 15px;
}

.header .header-navs .header-ulst>li:hover {
    background-position: left bottom;
}

.header .header-navs .header-ulst>li:hover>a {
    color: #fff;
}

.header .header-navs .header-ulst>li:hover::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 10px;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
}

.header .header-navs .header-ulst>li>a {
    font-size: 16px;
    display: inline-block;
    width: 100%;
    height: 100%;
    transition: all 0.6s;
}

.header .header-navs .header-ulst>li .ulstdown {
    display: none;
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    min-width: 150%;
    z-index: 99;
}

.header .header-navs .header-ulst>li .ulstdown::after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #ba0329 transparent;
    top: -5px;
    left: 50%;
    transform: translateX(-50%);
}

.header .header-navs .header-ulst>li .ulstdown li {
    background-color: #ba0329;
    border: 2px solid #ba0329;
    transition: all 0.6s;
}

.header .header-navs .header-ulst>li .ulstdown li:hover {
    background-color: #fff;
}

.header .header-navs .header-ulst>li .ulstdown li:hover a {
    color: #ba0329;
}

.header .header-navs .header-ulst>li .ulstdown li a {
    padding: 5px 15px;
    color: #fff;
    white-space: nowrap;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.swiper1 .swiper-pagination-bullets .swiper-pagination-bullet-active {
    background-color: #fff !important;
    width: 60px!important;
    border-radius: 20px!important;
}

.swiper1 .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, .7);
    opacity: 1;
}

.hindustry {
    padding: 50px 0 60px;
    background-color: #f1f2f5;
}

.hindustry .hindustry-box {
    width: 365px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 60px;
}

.hindustry .hindustry-box .hindustry-items {
    width: 350px;
}

.hindustry .hindustry-box .hindustry-items:not(:last-child) {
    margin-right: 30px;
}

.hindustry .hindustry-box .hindustry-items>a {
    width: 100%;
    height: 195px;
    overflow: hidden;
    display: block;
}

.hindustry .hindustry-box .hindustry-items>a img {
    transition: all 0.6s;
}

.hindustry .hindustry-box .hindustry-items:hover>a img {
    transform: scale(1.05);
}

.hindustry .hindustry-box .hindustry-items:hover .hindustry-info a {
    background-position: left bottom;
    color: #fff;
}

.hindustry .hindustry-box .hindustry-items .hindustry-info {
    background-color: #fff;
}

.hindustry .hindustry-box .hindustry-items .hindustry-info a {
    font-size: 18px;
    text-align:center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    padding: 10px 35px;
    background: linear-gradient(to right, #ba0329 50%, #fff 50%);
    background-size: 205% 100%;
    background-position: right bottom;
    transition: all 0.6s ease;
}

.hsolve {
    padding: 50px 0 60px;
    background: url(../images/hsolve-bg.jpg) no-repeat center top / cover;
    background-attachment: fixed;
}

.hsolve .common-title {
    color: #fff;
}

.hsolve .common-title span {
    color: rgba(255, 255, 255, 0.3);
}

.hsolve .hsolve-box {
    margin-top: 80px;
}

.hsolve .hsolve-box .swiper2 {
    padding: 30px;
}

.hsolve .hsolve-box .swiper2 .swiper-slide {
    background-color: #fff;
    padding: 25px;
    transition: all 0.6s;
}

.hsolve .hsolve-box .swiper2 .swiper-slide:hover {
    transform: scale(1.05);
}

.hsolve .hsolve-box .swiper2 .swiper-slide .hsolve-icon {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    border: 1px solid #ba0329;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    overflow: hidden;
}

.hsolve .hsolve-box .swiper2 .swiper-slide .hsolve-icon img {
    width: 100%;
    height: 100%;
}

.hsolve .hsolve-box .swiper2 .swiper-slide h3 {
    font-size: 16px;
    font-weight: 700;
    margin: 15px 0 10px;
    text-align: center;
}

.hsolve .hsolve-box .swiper2 .swiper-slide p {
    font-size: 13px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.hsolve .hsolve-box .swiper2 .swiper-slide a {
    color: #1890ff;
    text-decoration: revert;
    display: inline-block;
    text-align: center;
    margin-top: 20px;
}

.hsolve .hsolve-box .swiper2 .swiper-slide a:hover {
    color: #ba0329;
}

.hsolve .hsolve-box .swiper2 .swiper-button-next,
.hsolve .hsolve-box .swiper2 .swiper-button-prev {
    background-color: #ba0329;
    opacity: 1;
    color: #fff;
    width: 40px;
    height: 100px;
    font-size: 12px;
    top: 45%;
    cursor: pointer;
}

.hsolve .hsolve-box .swiper2 .swiper-button-next::after,
.hsolve .hsolve-box .swiper2 .swiper-button-prev::after {
    font-size: 22px;
    font-weight: 700;
}

.hsolve .hsolve-box .swiper2 .swiper-button-next {
    right: 0px;
}

.hsolve .hsolve-box .swiper2 .swiper-button-prev {
    left: 0px;
}

.hnews {
    padding: 50px 0 60px;
}

.hnews .hnews-direct {
    text-align: center;
    margin: 50px 0;
}

.hnews .hnews-direct h3 {
    font-size: 30px;
    letter-spacing: 10px;
}

.hnews .hnews-direct span {
    font-size: 16px;
    color: #a9a9a9;
    letter-spacing: 5px;
}

.hnews .hnews-img-box {
    display: flex;
}

.hnews .hnews-img-box .hnews-img-items {
    width: 370px;
}

.hnews .hnews-img-box .hnews-img-items:not(:last-child) {
    margin-right: 20px;
}

.hnews .hnews-img-box .hnews-img-items:hover .hnews-img img {
    transform: scale(1.05);
}

.hnews .hnews-img-box .hnews-img-items .hnews-img {
    width: 100%;
    height: 210px;
    overflow: hidden;
    display: block;
}

.hnews .hnews-img-box .hnews-img-items .hnews-img img {
    transition: all 0.6s;
}

.hnews .hnews-img-box .hnews-txt {
    padding: 15px;
    position: relative;
    background-color: #f1f2f5;
}

.hnews .hnews-img-box .hnews-txt h3 {
    font-size: 18px;
    font-weight: 700;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.hnews .hnews-img-box .hnews-txt h3 a {
    transition: all 0.6s;
}

.hnews .hnews-img-box .hnews-txt p {
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.hnews .hnews-img-box .hnews-txt>a {
    position: absolute;
    right: 15px;
    bottom: 16px;
    color: #1890ff;
    background-color: #f1f2f5;
}

.hnews .hnews-img-box .hnews-txt>a:hover {
    color: #ba0329;
}

.hnews .hnews-img-box .hnews-txt>a span {
    color: #000 !important;
}

.hnews .hnews-box {
    display: flex;
    margin-top: 40px;
    flex-wrap: wrap;
}

.hnews .hnews-box .hnews-items {
    display: flex;
    align-items: center;
    margin-bottom: 35px;
    width: calc(95.4% / 2);
    background-color: #fff;
    padding: 10px 25px;
    border: 1px solid #eee;
    box-shadow: 2px 2px 10px #ccc;
}

.hnews .hnews-box .hnews-items:hover .hnews-items-data {
    background-color: #ba0329;
}

.hnews .hnews-box .hnews-items:hover .hnews-items-data span {
    color: #fff !important;
}

.hnews .hnews-box .hnews-items:not(:nth-child(2n)) {
    margin-right: 50px;
}

.hnews .hnews-box .hnews-items .hnews-items-data {
    border: 1px solid #ba0329;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 80px;
    max-width: 80px;
    height: 80px;
    margin-right: 20px;
    transition: all 0.6s;
}

.hnews .hnews-box .hnews-items .hnews-items-data span {
    font-weight: 700;
    line-height: 1;
}

.hnews .hnews-box .hnews-items .hnews-items-data span:first-child {
    font-size: 20px;
    margin-bottom: 10px;
}

.hnews .hnews-box .hnews-items .hnews-items-data span:last-child {
    color: #ba0329;
}

.hnews .hnews-box .hnews-items .hnews-items-cont h3 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
    padding-bottom: 8px;
}

.hnews .hnews-box .hnews-items .hnews-items-cont h3 a {
    font-size: 18px;
}

.hnews .hnews-box .hnews-items .hnews-items-cont h3 a:first-child {
    margin-right: 30px;
    font-weight: 700;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.hnews .hnews-box .hnews-items .hnews-items-cont h3 a:last-child {
    font-size: 12px;
    color: #1890ff;
    white-space: nowrap;
}

.hnews .hnews-box .hnews-items .hnews-items-cont h3 a:last-child:hover {
    color: #ba0329;
}

.hnews .hnews-box .hnews-items .hnews-items-cont p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.hcooper {
    background-color: #f1f2f5;
    padding: 50px 0 60px;
}

.hcooper .hcooper-box {
    margin-top: 80px;
}

.hcooper .hcooper-box .hcooper-items {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 20px;
}

.hcooper .hcooper-box .hcooper-items:hover img {
    transform: scale(1.05);
}

.hcooper .hcooper-box .hcooper-items img {
    transition: all 0.6s;
}

.footer {
    background-color: #343434;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 0 40px;
}

.footer .footer-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer .footer-box .footer-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
}

.footer .footer-box .footer-left a {
    color: #fff;
}

.footer .footer-box .footer-left a:hover {
    color: #ba0329;
}

.footer .footer-box .footer-left .footer-imgs {
    display: flex;
}

.footer .footer-box .footer-left .footer-imgs li {
    position: relative;
    cursor: pointer;
}

.footer .footer-box .footer-left .footer-imgs li:not(:last-child) {
    margin-right: 20px;
}

.footer .footer-box .footer-left .footer-imgs li>img,
.footer .footer-box .footer-left .footer-imgs li a>img {
    max-width: 45px;
}

.footer .footer-box .footer-left .footer-imgs li .footer-img-float {
    display: none;
    position: absolute;
    top: -210px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    padding: 20px;
    width: 200px;
    z-index: 9;
    border: 1px solid #eee;
    box-shadow: 2px 2px 10px #ccc;
}

.footer .footer-box .footer-left .footer-navs {
    display: flex;
    margin: 20px 0 15px;
}

.footer .footer-box .footer-left .footer-navs li {
    position: relative;
}

.footer .footer-box .footer-left .footer-navs li:not(:last-child) {
    margin-right: 15px;
}

.footer .footer-box .footer-left .footer-navs li:not(:last-child)::after {
    content: '';
    position: absolute;
    height: 19px;
    width: 1px;
    background-color: #fff;
    right: -8px;
    top: 50%;
    transform: translateY(-50%);
}

.footer .footer-box .footer-left .footer-navs li a {
    font-size: 16px;
}

.footer .footer-box .footer-left .footer-info a {
    margin-left: 10px;
}

.footer .footer-box .footer-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: 50px;
}

.footer .footer-box .footer-right img {
    width: 84px;
}

.footer .footer-box .footer-right span {
    font-size: 16px;
    color: #fff;
}

.industry {
    padding: 80px 0;
}

.industry .industry-box {
    display: flex;
    flex-wrap: wrap;
}

.industry .industry-box .industry-items {
    width: 363px;
    margin-bottom: 20px;
}

.industry .industry-box .industry-items:not(:nth-child(3n)) {
    margin-right: 10px;
}

.industry .industry-box .industry-items:hover>a img {
    transform: scale(1.05);
}

.industry .industry-box .industry-items>a {
    display: block;
    width: 100%;
    height: 215px;
    overflow: hidden;
    
}

.industry .industry-box .industry-items>a img {
    transition: all 0.6s;
    height: 100%;
}

.industry .industry-box .industry-items:hover .industry-cont {
    background-position: left bottom;
    color: #fff;
}

.industry .industry-box .industry-items:hover .industry-cont a{
    color: #fff;
}

.industry .industry-box .industry-items .industry-cont {
    background: linear-gradient(to right, #ba0329 50%, #f8f8f8 50%);
    background-size: 205% 100%;
    background-position: right bottom;
    transition: all 0.6s ease;
    padding: 15px 20px;
    height: 135px;
}

.industry .industry-box .industry-items .industry-cont h3 {
    margin-bottom: 20px;
}

.industry .industry-box .industry-items .industry-cont h3 a {
    font-size: 17px;
    font-weight: 700;
    display: -webkit-box;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: all .6s;
}

.industry .industry-box .industry-items .industry-cont .industry-data {
    display: flex;
    align-items: center;
}

.industry .industry-box .industry-items .industry-cont .industry-data img {
    max-width: 22px;
    margin-right: 5px;
}

.industry .industry-box .industry-items .industry-cont .industry-data span {
    color: #999;
}

.page-show {
    padding: 40px 0 70px;
}

.page-show .page-show-box .page-show-items:not(:last-child) {
    margin-bottom: 70px;
}

.page-show .page-show-box .page-show-items>h2 {
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.solution .solution-title {
    text-align: center;
}

.solution .solution-title h2 {
    font-size: 30px;
    font-weight: 700;
}

.solution .solution-title p {
    font-size: 14px;
    max-width: 710px;
    text-align: left;
    margin: 10px auto 35px;
}

.solution .solution-fan {
    padding-bottom: 70px;
    display: flex;
    flex-wrap: wrap;
}

.solution .solution-fan .solution-items {
    padding: 40px;
    width: 550px;
    height: 305px;
    overflow-y: auto;
    border: 1px solid #d8d8d8;
    margin-bottom: 10px;
    transition: all 0.6s;
}

.solution .solution-fan .solution-items:hover {
    box-shadow: 2px 2px 10px #ccc;
}

.solution .solution-fan .solution-items::-webkit-scrollbar {
    width: 2px;
    height: 1px;
}

.solution .solution-fan .solution-items::-webkit-scrollbar-track {
    background: #efefef;
    border-radius: 2px;
}

.solution .solution-fan .solution-items::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}

.solution .solution-fan .solution-items::-webkit-scrollbar-thumb:hover {
    background: #ba0329;
}

.solution .solution-fan .solution-items:not(:nth-child(2n)) {
    margin-right: 10px;
}

.solution .solution-fan .solution-items .solution-items-img {
    width: 120px;
    height: 110px;
}

.solution .solution-fan .solution-items .solution-items-img img {
    height: 100%;
}

.solution .solution-fan .solution-items h3 {
    margin: 20px 0;
    font-size: 24px;
}

.solution .solution-fan .solution-items .solution-items-txt {
    color: #646464;
}

.solution .hsolve {
    background: url(../images/code-bg.jpg) no-repeat center center / cover;
    background-attachment: fixed;
}

.solution .hsolve .common-title h2 {
    color: #646464;
}

.solution .hsolve .hsolve-box {
    margin-top: 50px;
}

.solution .hsolve .hsolve-box .swiper-slide {
    padding: 0;
}

.solution .hsolve .hsolve-box .swiper-slide .hsolve-link {
    margin-top: 0;
}

.solution .hsolve .hsolve-box .swiper-slide .hsolve-link img {
    height: 165px;
}

.solution .hsolve .hsolve-box .swiper-slide .hsolve-txt {
    padding: 0 15px 15px;
}

.solution .hsolve .hsolve-box .swiper-slide .hsolve-txt h3 a {
    text-decoration: none;
    color: #000;
    margin-top: 0;
    font-size: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.news {
    padding: 80px 0;
    background-color: #f1f2f5;
}

.news .news-box .news-items {
    background-color: #fff;
    padding: 40px;
    display: flex;
    align-items: center;
    border: 1px solid #eee;
    margin-bottom: 40px;
    transition: all 0.6s;
}

.news .news-box .news-items:hover {
    box-shadow: 2px 2px 10px #ccc;
}

.news .news-box .news-items .news-left {
    min-width: 78px;
    max-width: 78px;
    text-align: center;
    margin-right: 30px;
    height: fit-content;
}

.news .news-box .news-items .news-left span {
    display: inline-block;
    background-color: #ba0329;
    width: 100%;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
}

.news .news-box .news-items .news-left h3 {
    font-size: 38px;
    color: #bebebe;
    height: 60px;
    box-shadow: 2px 2px 10px #ccc;
    line-height: 60px;
}

.news .news-box .news-items .news-center {
    margin-right: 40px;
}

.news .news-box .news-items .news-center>h2 {
    font-size: 24px;
    margin-bottom: 15px;
}

.news .news-box .news-items .news-center>p {
    line-height: 1.7;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.news .news-box .news-items .news-right {
    display: block;
    min-width: 365px;
    max-width: 365px;
    height: 225px;
    overflow: hidden;
}

.details-cont {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
}

.details-cont>h2 {
    margin-bottom: 20px;
}

.details-cont .details-list {
    display: flex;
    margin-bottom: 20px;
}

.details-cont .details-list>span {
    margin-right: 30px;
}

.details-cont .details-txt {
    border-top: 1px solid #ccc;
    width: 100%;
    padding-top: 20px;
}

.service {
    padding: 80px 0
}

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

.service .service-box .service-items h2 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 600
}

.service .service-box .service-items .service-cont {
    background-color: #f3f3f3;
    display: flex;
    padding: 30px;
    width: 355px;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #D8D8D8
}

.service .service-box .service-items .service-cont:not(:last-child) {
    margin-bottom: 40px
}

.service .service-box .service-items .service-cont .service-left h3 {
    font-size: 18px;
    font-weight: 700;
    position: relative;
    margin-bottom: 20px
}

.service .service-box .service-items .service-cont .service-left h3::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 1px;
    left: 0;
    bottom: -10px;
    background-color: #000
}

.service .service-box .service-items .service-cont .service-left>p {
    color: #646464;
    max-width: 145px
}

.service .service-box .service-items .service-cont span img {
    max-width: 80px
}

.aboutUs .aboutUs-top {
    background: url(../images/code-bg.jpg) no-repeat center center / cover;
    padding: 40px 0 20px
}

.aboutUs-top .aboutUs-top-box {
    display: flex;
}

.aboutUs-top .aboutUs-top-box .aboutUs-top-form {
    flex: 1;
    background-color: #0A94D7;
    padding: 35px 45px 35px
}

.aboutUs-top .aboutUs-top-box .aboutUs-top-form>h2 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 30px;
    text-align: center
}

.aboutUs-top .aboutUs-top-box .aboutUs-top-form .aboutUs-fitems,
.aboutUs-top .aboutUs-top-box .aboutUs-top-form .aboutUs-textarea {
    background-color: #fff;
    height: 50px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    border-radius: 5px
}

.aboutUs-top .aboutUs-top-box .aboutUs-top-form .aboutUs-fitems label,
.aboutUs-top .aboutUs-top-box .aboutUs-top-form .aboutUs-textarea label {
    margin-bottom: 0;
    color: #525A6F
}

.aboutUs-top .aboutUs-top-box .aboutUs-top-form .aboutUs-fitems input,
.aboutUs-top .aboutUs-top-box .aboutUs-top-form .aboutUs-textarea input,
.aboutUs-top .aboutUs-top-box .aboutUs-top-form .aboutUs-fitems textarea,
.aboutUs-top .aboutUs-top-box .aboutUs-top-form .aboutUs-textarea textarea {
    border: 0;
    outline: none
}

.aboutUs-top .aboutUs-top-box .aboutUs-top-form .aboutUs-fitems textarea,
.aboutUs-top .aboutUs-top-box .aboutUs-top-form .aboutUs-textarea textarea {
    resize: none;
    padding-top: 5px;
    height: 100%;
    flex: 1
}

.aboutUs-top .aboutUs-top-box .aboutUs-top-form .aboutUs-textarea {
    padding-top: 16px;
    height: 200px;
    align-items: flex-start;
    margin-top: 20px
}

.aboutUs-top .aboutUs-top-box .aboutUs-top-form .aboutUs-submit {
    margin-top: 35px
}

.aboutUs-top .aboutUs-top-box .aboutUs-top-form .aboutUs-submit input {
    height: 60px;
    color: #0995D9;
    border: 0;
    box-shadow: 0 2px 6px 0 rgba(79, 12, 12, 0.5);
    width: 100%;
    font-size: 24px;
    border-radius: 5px
}

.aboutUs-box {
    padding: 60px 0 80px;
    background-color: #F1F2F5
}

.aboutUs-box .container {
    display: flex;
    flex-wrap: wrap
}

.aboutUs-box .container .aboutUs-items {
    width: calc(100% / 2);
    height: 110px;
    background-color: #fff;
    text-align: center;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center
}

.aboutUs-box .container .aboutUs-items:nth-child(2n) {
    border-left: 2px solid #ccc
}

.aboutUs-box .container .aboutUs-items h3 {
    font-size: 30px;
}

.aboutUs-box .container .aboutUs-items img {
    max-width: 65px;
    margin-right: 10px;
}

.aboutUs-box .container .aboutUs-items>p {
    font-size: 18px;
    max-width: 240px
    white-space: nowrap;
    font-weight: 600;
}

.aboutUs-box .container .aboutUs-items:nth-of-type(n+3) {
    margin-bottom: 0px
}

.industry .industry-box .industry-items .al-cont {
    height: 55px;
    text-align: center;
}

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

.header-form {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-form .form-box {
    height: 35px;
    position: relative;
}

.header-form .form-box .form-inp {
    height: 100%;
    padding-left: 10px;
    width: 230px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.header-form .form-box .form-sub {
    position: absolute;
    top: 0;
    right: 0;
    width: 43px;
    height: 100%;
    z-index: 9;
    background-color: transparent;
    border: none;
}

.header-form .form-box .form-sub:focus {
    outline: none;
}

.header-form .form-box img {
    position: absolute;
    height: 100%;
    padding: 5px 0;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}

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

.header-right a {
    display: flex;
    max-width: 30px;
    background-color: #1890ff;
    align-items: center;
    justify-content: center;
    padding: 5px;
    border-radius: 100%;
}

.table {
    width: 100%;
    height: 100%;
    display: table;
}

.table .table-cell {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    color: #fff;
}

#dowebok {
    margin-top: 85px;
}

@media (max-width: 1024px) {
    #dowebok {
        margin-top: 80px;
    }
}

@media (max-width: 730px) {
    #dowebok {
        margin-top: 60px;
    }
}

@media (max-width: 455px) {
    #dowebok {
        margin-top: 50px;
    }
}

.about {
    width: 100%;
    height: auto;
}

.about .about-banner {
    width: 100%;
    height: 550px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.about .about-banner .con {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    filter: progid: DXImageTransform.Microsoft.gradient(startcolorstr=#7f000000, endcolorstr=#7f000000);
    display: flex;
    align-items: center;
    justify-content: center;
}

.about .about-banner .con .tits {
    font-size: 48px;
    line-height: 60px;
    color: #fff;
    text-align: center;
    width: 90%;
    margin: 0 auto;
}

.about .about-box1 {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 5;
}

.about .about-box1 .con {
    width: 100%;
    height: auto;
    padding: 4% 0;
}

.about .about-box1 .con .con-new {
    width: 725px;
    height: auto;
    margin: 0 auto 0;
    font-size: 14px;
    line-height: 29px;
    text-align: center;
    color: #646464;
    max-width: 94%;
}

.about .about-box1 .pic {
    width: 100%;
    height: auto;
    background: #f5f5f5;
}

.about .about-box1 .pic .pic-new {
    width: 658px;
    height: 90%;
    max-height: 90%;
    margin: 0 auto;
    max-width: 94%;
    padding-top: 2%;
    text-align: center;
    position: relative;
}

.about .about-box1 .pic .pic-new img {
    width: 100%;
}

.about .about-box2 {
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.about .about-box2 .con {
    width: 100%;
    height: auto;
    background-color: rgba(0, 0, 0, 0.5);
    filter: progid: DXImageTransform.Microsoft.gradient(startcolorstr=#7f000000, endcolorstr=#7f000000);
    padding: 10% 0 15%;
}

.about .about-box2 .con .tits {
    font-size: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
}

.about .about-box2 .con .text {
    width: 979px;
    height: auto;
    max-width: 80%;
    margin: 13% auto 0;
}

.about .about-box3 {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 5;
}

.about .about-box3 .box1 {
    width: 100%;
    height: auto;
}

.about .about-box3 .box1 .box-new {
    width: 1125px;
    height: auto;
    max-width: 94%;
    padding: 6% 0 4%;
    margin: 0 auto;
}

.about .about-box3 .box1 .box-new .tits {
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    color: #3c3c3c;
}

.about .about-box3 .box1 .box-new .list {
    width: 100%;
    height: auto;
    margin-top: 5%;
    display: flex;
    align-items: center;
}

.about .about-box3 .box1 .box-new .list .item {
    width: 21%;
    height: auto;
    margin-right: 5.3%;
    position: relative;
}

.about .about-box3 .box1 .box-new .list .item .con {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.about .about-box3 .box1 .box-new .list .item .con .con-new {
    width: 55.5%;
    height: auto;
    margin: 0 auto;
    padding-top: 24%;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}

.about .about-box3 .box1 .box-new .list .item .con .con-new .num {
    font-family: IMP;
    font-size: 38px;
    line-height: 50px;
    color: #20489f;
}

.about .about-box3 .box1 .box-new .list .item .con .con-new .txt {
    font-size: 14px;
    line-height: 20px;
    color: #646464;
    margin-top: 5px;
}

.about .about-box3 .box1 .box-new .list .item:last-child {
    margin-right: 0;
}

.about .about-box3 .box2 {
    width: 100%;
    height: auto;
    background-color: #f5f5f5;
}

.about .about-box3 .box2 .box-new {
    width: 1000px;
    height: auto;
    margin: 0 auto;
    max-width: 94%;
    padding: 5% 0;
    display: flex;
    align-items: flex-start;
}

.about .about-box3 .box2 .box-new .item {
    width: 30%;
    height: auto;
    margin-right: 5%;
    max-width: 48%;
}

.about .about-box3 .box2 .box-new .item:last-child {
    margin-right: 0;
}

.about .about-box3 .box2 .box-new .item .tits {
    font-size: 18px;
    line-height: 27px;
    color: #20489f;
    border-bottom: 1px solid #b0b0b0;
    padding-bottom: 6px;
}

.about .about-box3 .box2 .box-new .item .tit {
    font-size: 14px;
    line-height: 27px;
    color: #646464;
    margin-top: 11px;
}

.about .about-box3 .box2 .box-new .item .tit p {
    width: calc(100% - 8px);
    height: auto;
    padding-left: 8px;
    position: relative;
}

.about .about-box3 .box2 .box-new .item .tit p:before {
    position: absolute;
    width: 3px;
    height: 3px;
    border-radius: 3px;
    background-color: #20489f;
    top: 12px;
    left: 0;
    content: '';
}

.about .about-box4 {
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.about .about-box4 .content {
    width: 100%;
    height: auto;
    padding: 8% 0;
    overflow: auto;
}

.about .about-box4 .content .box-new {
    width: 1525px;
    height: auto;
    margin: 0 auto;
    max-width: 90%;
}

.about .about-box4 .content .box-new .tits {
    font-size: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
}

.about .about-box4 .content .box-new .list {
    width: 100%;
    height: auto;
    margin-top: 6%;
    position: relative;
}

.about .about-box4 .content .box-new .list .list-new {
    width: 100%;
    height: auto;
}

.about .about-box4 .content .box-new .list .list-new ul {
    width: 100%;
    height: auto;
}

.about .about-box4 .content .box-new .list .list-new ul li {
    width: 32.5%;
    height: 310px;
    background-color: rgba(0, 0, 0, 0.45);
    filter: progid: DXImageTransform.Microsoft.gradient(startcolorstr=#7f000000, endcolorstr=#7f000000);
    float: left;
    margin-right: 1.25%;
}

.about .about-box4 .content .box-new .list .list-new ul li .con {
    width: 325px;
    height: auto;
    max-width: 92%;
    margin: 0 auto;
    color: #fff;
    padding-top: 13%;
}

.about .about-box4 .content .box-new .list .list-new ul li .con .t {
    font-size: 24px;
    line-height: 31px;
}

.about .about-box4 .content .box-new .list .list-new ul li .con .t1 {
    font-size: 14px;
    line-height: 23px;
    opacity: .8;
}

.about .about-box4 .content .box-new .list .list-new ul li .con .t2 {
    font-size: 14px;
    line-height: 23px;
    opacity: .8;
    margin-top: 22px;
}

.about .about-box4 .content .box-new .list .list-new ul li .con .t2 a {
    color: #108ee9;
}

@media (min-width: 1024px) {
    .about .about-box4 .content .box-new .list .list-new ul li .con .t2 a:hover {
        text-decoration: underline;
    }
}

.about .about-box4 .content .box-new .list .list-new ul li:last-child {
    margin-right: 0;
}

.about .about-box4 .content .box-new .list .list-new .btns {
    width: 100%;
    margin-top: 10px;
    text-align: center;
    display: none;
    font-size: 0;
}

@media (max-width: 760px) {
    .about .about-box4 .content .box-new .list .list-new .btns {
        display: block;
    }
}

.about .about-box4 .content .box-new .list .list-new .btns span {
    width: 8px;
    height: 8px;
    opacity: .4;
    border-radius: 8px;
    margin: 0 5px;
    background-color: #fff;
    cursor: pointer;
    display: inline-block;
    -webkit-transition: width .5s;
    -o-transition: width .5s;
    transition: width .5s;
}

.about .about-box4 .content .box-new .list .list-new .btns span.swiper-pagination-bullet-active {
    width: 20px;
    opacity: 1;
}

.about .about-box4 .content .box-new .list .a {
    width: 42px;
    height: 101px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 10;
}

.about .about-box4 .content .box-new .list .a.prev {
    left: -30px;
    background-image: url(../images/prev_h.png);
}

.about .about-box4 .content .box-new .list .a.next {
    right: -30px;
    background-image: url(../images/next_h.png);
}

@media (max-width: 1400px) {
    .about .about-box3 .box1 .box-new .list {
        margin-top: 2%;
    }
    .about .about-box4 .content .box-new {
        width: 90%;
    }
}

@media (max-width: 1150px) {
    .about .about-box4 .content .box-new {
        width: calc(100% - 80px);
        margin: 0 40px;
    }
    .about .about-box4 .content .box-new .list .list-new ul li {
        height: 275px;
    }
    .about .about-box4 .content .box-new .list .list-new ul li .con {
        width: 90%;
    }
    .about .about-box4 .content .box-new .list .list-new ul li .con .t {
        font-size: 18px;
        line-height: 26px;
    }
}

@media (max-width: 1024px) {
    .about .about-banner .con .tits {
        font-size: 30px;
        line-height: 30px;
    }
    .about .about-box2 .con .tits {
        font-size: 26px;
        line-height: 26px;
    }
    .about .about-box3 .box1 .box-new .tits {
        font-size: 30px;
        line-height: 30px;
    }
    .about .about-box3 .box1 .box-new .list .item .con .con-new {
        padding-top: 7%;
    }
    .about .about-box3 .box1 .box-new .list .item .con .con-new .num {
        font-size: 34px;
        line-height: 34px;
    }
    .about .about-box4 .content .box-new .tits {
        font-size: 28px;
        line-height: 28px;
    }
}

@media (max-width: 760px) {
    .about .about-banner .con .tits {
        font-size: 20px;
        line-height: 36px;
    }
    .about .about-box3 .box1 .box-new .tits {
        font-size: 22px;
        line-height: 22px;
    }
    .about .about-box4 .content .box-new {
        width: 96%;
        margin: 0 auto;
        max-width: 100%;
    }
    .about .about-box4 .content .box-new .list .a {
        display: none;
    }
    .about .about-box3 .box1 .box-new .list .item {
        width: 36%;
        margin: 0 7% 3%;
    }
}

@media (max-width: 600px) {
    .about .about-box4 .content .box-new .list .a {
        width: 30px;
        height: 70px;
        margin-top: -35px;
    }
    .about .about-box4 .content .box-new .list .list-new ul li {
        height: 245px;
    }
    .about .about-box4 .content .box-new .list .list-new ul li .con {
        padding-top: 25px;
    }
}

@media (max-width: 460px) {
    .about .about-banner .con .tits {
        font-size: 16px;
        line-height: 26px;
    }
    .about .about-box3 .box1 .box-new .list {
        margin-top: 8%;
    }
    .about .about-box3 .box1 .box-new .list .item .con .con-new .num {
        font-size: 28px;
        line-height: 28px;
    }
    .about .about-box3 .box1 .box-new .tits {
        font-size: 22px;
        line-height: 22px;
    }
    .about .about-box3 .box1 .box-new .list .item {
        width: 40%;
        margin: 0 5% 8%;
    }
    .about .about-box3 .box2 .box-new .item {
        width: 100%;
        margin-bottom: 20px;
        max-width: 100%;
    }
    .about .about-box3 .box1 .box-new .list .item .con .con-new {
        width: 80%;
    }
    .about .about-box4 .content .box-new .tits {
        font-size: 22px;
        line-height: 22px;
    }
}

.solution {
    width: 100%;
    height: auto;
}

.solution .box {
    width: 100%;
    height: auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.solution .box .box-new {
    width: 1150px;
    height: auto;
    margin: 0 auto;
    max-width: 94%;
    padding: 10% 0;
}

.solution .box .box-new .tits {
    font-size: 48px;
    line-height: 48px;
    color: #fff;
    text-align: center;
}

.solution .box:nth-child(2n) .box-new .tits {
    color: #252525;
}

.solution .box .box-new .txt {
    font-size: 18px;
    line-height: 2;
    width: 755px;
    height: auto;
    margin: 20px auto 0;
    max-width: 80%;
    color: #fff;
    text-align: center;
}

.solution .box:nth-child(2n) .box-new .txt {
    color: #000;
}

.solution .box .box-new .list {
    width: 100%;
    height: auto;
    margin-top: 6%;
}

.solution .box .box-new .list ul {
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 0;
}

.solution .box .box-new .list ul li {
    width: 25%;
    display: inline-block;
    height: auto;
}

.solution .box .box-new .list ul li .icon {
    width: 100%;
    height: 130px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 36% auto;
}

.solution .box .box-new .list ul li .t {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    height: 48px;
    margin-top: 10px;
}

.solution .box:nth-child(2n) .box-new .list ul li .t {
    color: #262626;
}

.solution .box .box-new .more {
    width: 137px;
    height: 45px;
    background: rgba(255, 255, 255, 0.15);
    filter: progid: DXImageTransform.Microsoft.gradient(startcolorstr=#33ffffff, endcolorstr=#33ffffff);
    display: block;
    margin: 8% auto 0;
    text-align: center;
    font-size: 14px;
    line-height: 45px;
    color: #fff;
    transition: all .5s;
}

.solution .box:nth-child(2n) .box-new .more {
    background: rgba(0, 0, 0, 0.3);
}

@media (min-width: 1024px) {
    .solution .box .box-new .more:hover {
        background: #0d6fb8;
    }
}

@media (max-width: 1024px) {
    .solution {
        margin-top: 80px;
    }
    .solution .box {
        height: auto !important;
    }
    .solution .box .box-new .tits {
        font-size: 32px;
        line-height: 32px;
    }
    .solution .box .box-new .list ul li .icon {
        height: 100px;
    }
}

@media (max-width: 730px) {
    .solution {
        margin-top: 60px;
    }
}

@media (max-width: 600px) {
    .solution .box .box-new .tits {
        font-size: 26px;
        line-height: 26px;
    }
    .solution .box .box-new .list {
        margin-top: 10%;
    }
    .solution .box .box-new .more {
        margin: 3% auto 0;
        width: 120px;
        height: 30px;
        line-height: 30px;
    }
    .solution .box .box-new .txt {
        display: none;
        width: 100%;
        max-width: 100%;
    }
    .solution .box .box-new .list ul li .icon {
        height: 55px;
        background-size: auto 100%;
    }
    .solution .box .box-new .list ul li .t {
        font-size: 14px;
        line-height: 20px;
    }
}

@media (max-width: 455px) {
    .solution {
        margin-top: 50px;
    }
    .solution .box .box-new .tits {
        font-size: 22px;
        line-height: 22px;
    }
    .solution .box .box-new .list ul li {
        width: 50%;
    }
    .solution .box .box-new .list ul li .icon {
        height: 40px;
    }
    .solution .box .box-new .list ul li .t {
        font-size: 14px;
        line-height: 20px;
    }
}

.case {
    width: 100%;
    height: auto;
}

.case .case-banner {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.case .case-banner .con {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    background: rgba(0, 0, 0, 0.2);
    filter: progid: DXImageTransform.Microsoft.gradient(startcolorstr=#33000000, endcolorstr=#33000000);
}

.case .case-banner .con .con-new {
    width: 665px;
    height: auto;
    max-width: 94%;
    margin: 0 auto;
    color: #fff;
    text-align: center;
}

.case .case-banner .con .con-new .tits {
    font-size: 36px;
    line-height: 36px;
}

.case .case-banner .con .con-new .txt {
    font-size: 14px;
    line-height: 30px;
    opacity: .8;
    margin-top: 5%;
}

.case .case-banner .con .con-new .more {
    width: 164px;
    height: 45px;
    background-color: #20489f;
    text-align: center;
    font-size: 14px;
    line-height: 45px;
    color: #fff;
    display: block;
    margin: 8% auto 0;
}

.case .case-box {
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.case .case-box .box-new {
    width: 1395px;
    height: auto;
    max-width: 94%;
    margin: 0 auto;
    padding: 10% 0 7%;
}

.case .case-box .box-new .tits {
    text-align: center;
    font-size: 30px;
    line-height: 30px;
    color: #fff;
}

.case .case-box .box-new .list {
    width: 100%;
    height: 348px;
    overflow: hidden;
    margin-top: 4%;
}

.case .case-box .box-new .list ul {
    width: 110%;
    height: auto;
}

.case .case-box .box-new .list ul li {
    width: 16.8%;
    height: 94px;
    float: left;
    margin-right: 1.65%;
    margin-bottom: 22px;
    position: relative;
    background-color: #fff;
    overflow: hidden;
}

.case .case-box .box-new .list ul li a {
    width: 100%;
    height: auto;
    display: block;
}

.case .case-box .box-new .list ul li a .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover !important;
    opacity: 0;
    transition: opacity .5s;
    z-index: 10;
}

.case .case-box .box-new .list ul li a .bg .line1 {
    width: 4px;
    height: 100%;
    background: url(../images/index_k.png) no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

.case .case-box .box-new .list ul li a .bg .line2 {
    width: 100%;
    height: 4px;
    background: url(../images/index_k.png) no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

.case .case-box .box-new .list ul li a .bg .line3 {
    width: 4px;
    height: 100%;
    background: url(../images/index_k.png) -255px 0 no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
}

.case .case-box .box-new .list ul li a .bg .line4 {
    width: 100%;
    height: 4px;
    background: url(../images/index_k.png) 0 -92px no-repeat;
    position: absolute;
    left: 0;
    bottom: 0;
}

.case .case-box .box-new .list ul li a img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

@media (min-width: 1024px) {
    .case .case-box .box-new .list ul li:hover a .bg {
        opacity: 1;
    }
}

@media (max-width: 780px) {
    .case .case-banner img {
        width: 120%;
        margin-left: -10%;
    }
    .case .case-banner .con .con-new {
        width: 90%;
    }
    .case .case-banner .con .con-new .tits {
        font-size: 22px;
        line-height: 22px;
    }
    .case .case-banner .con .con-new .txt {
        line-height: 24px;
    }
    .case .case-box .box-new .list ul li {
        width: 21%;
    }
}

@media (max-width: 530px) {
    .case .case-banner img {
        width: 140%;
        margin-left: -20%;
    }
    .case .case-box .box-new .list {
        height: 160px;
    }
    .case .case-box .box-new .tits {
        font-size: 22px;
        line-height: 22px;
    }
    .case .case-box .box-new .list ul li {
        height: 70px;
        margin-bottom: 10px;
        width: 29%;
    }
}

.case-details {
    width: 100%;
    height: auto;
    margin-top: 85px;
}

.case-details .details-top {
    width: 745px;
    height: auto;
    max-width: 94%;
    margin: 0 auto;
    padding-top: 4.5%;
}

.case-details .details-top .pic {
    width: 293px;
    height: auto;
    max-width: 85%;
    margin: 0 auto;
}

.case-details .details-top .txt {
    font-size: 14px;
    line-height: 25px;
    color: #323232;
    opacity: 0.75;
    text-align: center;
    margin-top: 5%;
    word-break: break-all;
}

.case-details .details-box {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 5%;
}

.case-details .details-box .con {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.case-details .details-box .con .con-new {
    width: 1320px;
    height: 100%;
    margin: 0 auto;
    max-width: 94%;
}

.case-details .details-box .con .con-new .conn {
    width: 64%;
    height: 100%;
    background: #fafafa;
}

.case-details .details-box .con .con-new .conn .conn-new {
    width: 590px;
    height: auto;
    margin: 0 auto;
    max-width: 90%;
}

.case-details .details-box .con .con-new .conn .conn-new .tits {
    font-size: 36px;
    line-height: 36px;
    color: #323232;
}

.case-details .details-box .con .con-new .conn .conn-new .txt {
    font-size: 14px;
    line-height: 25px;
    color: #323232;
    margin-top: 5%;
    opacity: 0.75;
    height: 300px;
}

.case-details .details-box1 {
    width: 1155px;
    height: auto;
    margin: 0 auto;
    max-width: 94%;
    padding-top: 6%;
}

.case-details .details-box1 .tits {
    text-align: center;
    font-size: 36px;
    line-height: 36px;
    color: #323232;
}

.case-details .details-box1 .list {
    width: 100%;
    height: auto;
    margin-top: 4%;
}

.case-details .details-box1 .list ul {
    width: 100%;
    height: auto;
}

.case-details .details-box1 .list ul li {
    width: 49.3%;
    height: 323px;
    border: 1px solid #dbdbdb;
    margin-bottom: 1%;
}

.case-details .details-box1 .list ul li a {
    width: 100%;
    height: auto;
    display: block;
}

.case-details .details-box1 .list ul li a .con {
    width: 410px;
    height: auto;
    margin: 0 auto;
    max-width: 90%;
}

.case-details .details-box1 .list ul li a .con .icon {
    width: 100%;
    height: 110px;
    position: relative;
    margin-top: 45px;
}

.case-details .details-box1 .list ul li a .con .icon img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-height: 100%;
    max-width: 31.7%;
}

.case-details .details-box1 .list ul li a .con .icon img.img1 {
    display: block;
}

.case-details .details-box1 .list ul li a .con .icon img.img2 {
    display: none;
}

.case-details .details-box1 .list ul li a .con .t {
    font-size: 24px;
    line-height: 24px;
    color: #000;
    margin-top: 17px;
}

.case-details .details-box1 .list ul li a .con .t1 {
    font-size: 14px;
    line-height: 23px;
    color: #646464;
    margin-top: 14px;
    height: 46px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (min-width: 1024px) {
    .case-details .details-box1 .list ul li:hover {
        background-color: #20489f;
        border: 1px solid #20489f;
    }
    .case-details .details-box1 .list ul li:hover a .con .icon img.img1 {
        display: none;
    }
    .case-details .details-box1 .list ul li:hover a .con .icon img.img2 {
        display: block;
    }
    .case-details .details-box1 .list ul li:hover a .con .t {
        color: #fff;
    }
    .case-details .details-box1 .list ul li:hover a .con .t1 {
        color: #fff;
    }
}

.case-details .details-evaluation {
    width: 100%;
    height: auto;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 6%;
    padding-bottom: 8%;
    margin-top: 6%;
}

.case-details .details-evaluation .con {
    width: 590px;
    height: auto;
    margin: 0 auto;
    max-width: 90%;
}

.case-details .details-evaluation .con .icon {
    width: 118px;
    height: 118px;
    background-color: #fff;
    border-radius: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    margin: 0 auto;
}

.case-details .details-evaluation .con .tits {
    font-size: 36px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    margin-top: 4%;
}

.case-details .details-evaluation .con .conn {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 4%;
}

.case-details .details-evaluation .con .conn .con-new {
    width: 100%;
    font-size: 14px;
    line-height: 25px;
    color: #fff;
    opacity: 0.75;
}

.case-details .details-evaluation .con .conn .icon1 {
    width: 64px;
    height: 54px;
    background-image: url(/images/case_icon5.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    left: -114px;
    top: -27px;
}

.case-details .details-evaluation .con .conn .icon2 {
    width: 64px;
    height: 54px;
    background-image: url(/images/case_icon6.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    right: -90px;
    bottom: -20px;
}

.case-details .details-evaluation .con .tit {
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    margin-top: 8%;
}

@media (max-width: 1024px) {
    .case-details {
        margin-top: 80px;
    }
    .case-details .details-box .con .con-new .conn .conn-new .tits {
        font-size: 22px;
        line-height: 22px;
    }
    .case-details .details-box .con .con-new .conn .conn-new .txt {
        margin-top: 2%;
        height: 250px;
    }
}

@media (max-width: 960px) {
    .case-details .details-box .con .con-new .conn .conn-new {
        width: 90%;
    }
    .case-details .details-box .con .con-new .conn .conn-new .txt {
        margin-top: 2%;
        height: 250px;
    }
}

@media (max-width: 760px) {
    .case-details .details-box .con {
        position: relative;
        margin-top: 3%;
    }
    .case-details .details-box .con .con-new {
        width: 100%;
        max-width: 100%;
    }
    .case-details .details-box .con .con-new .conn {
        width: 100%;
        height: auto;
    }
    .case-details .details-box .con .con-new .conn .conn-new {
        width: 90%;
        max-width: 100%;
    }
    .case-details .details-box .con .con-new .conn .conn-new .txt {
        margin-top: 2%;
        height: auto;
    }
}

@media (max-width: 630px) {
    .case-details .details-box1 .tits {
        font-size: 22px;
        line-height: 22px;
    }
    .case-details .details-box1 .list ul li {
        width: 49%;
        height: 220px;
        margin-bottom: 1.5%;
    }
    .case-details .details-box1 .list ul li a .con .icon {
        height: 65px;
        margin-top: 25px;
    }
    .case-details .details-box1 .list ul li a .con .t {
        font-size: 18px;
        line-height: 22px;
    }
}

@media (max-width: 530px) {
    .case-details .details-box1 .list ul li a .con .t {
        font-size: 16px;
        line-height: 16px;
    }
    .case-details .details-evaluation .con .tits {
        font-size: 22px;
        line-height: 22px;
    }
}

.news {
    width: 100%;
    height: auto;
    background-color: #f8f8f8;
    padding-bottom: 6%;
}

.news .news-top {
    width: 100%;
    height: auto;
}

.news .news-top .list {
    width: 100%;
    height: auto;
    position: relative;
}

.news .news-top .list ul {
    width: 100%;
    height: auto;
}

.news .news-top .list ul li {
    width: 100%;
    height: auto;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

.news .news-top .list ul li a {
    width: 100%;
    height: auto;
    display: block;
}

.news .news-top .list ul li a .con {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    filter: progid: DXImageTransform.Microsoft.gradient(startcolorstr=#66000000, endcolorstr=#66000000);
}

.news .news-top .list ul li a .con .con-new {
    width: 1150px;
    height: 100%;
    margin: 0 auto;
    max-width: 92%;
}

.news .news-top .list ul li a .con .con-new .box {
    width: 39.8%;
    height: 100%;
    position: relative;
}

.news .news-top .list ul li a .con .con-new .box .bg {
    width: 100%;
    height: 100%;
    opacity: 0.9;
    position: absolute;
    top: 0;
    left: 0;
}

.news .news-top .list ul li a .con .con-new .box .table {
    position: relative;
    z-index: 5;
}

.news .news-top .list ul li a .con .con-new .box .box-new {
    width: 320px;
    height: auto;
    max-width: 90%;
    margin: 0 auto;
    color: #fff;
}

.news .news-top .list ul li a .con .con-new .box .box-new .time {
    font-size: 14px;
    line-height: 14px;
}

.news .news-top .list ul li a .con .con-new .box .box-new .tits {
    font-size: 32px;
    line-height: 46px;
    height: 92px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news .news-top .list ul li a .con .con-new .box .box-new .tit {
    font-size: 14px;
    line-height: 30px;
    height: 120px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    opacity: .8;
    margin-top: 8%;
}

.news .news-top .list .btns {
    width: 100%;
    text-align: center;
    height: auto;
    font-size: 0;
    position: absolute;
    bottom: 5%;
    left: 0;
    z-index: 10;
}

.news .news-top .list .btns span {
    width: 13px;
    height: 13px;
    display: inline-block;
    border-radius: 13px;
    background-color: #fff;
    opacity: .4;
    transition: width .5s, opacity .5s;
    margin: 0 3px;
    cursor: pointer;
}

.news .news-top .list .btns span.swiper-pagination-bullet-active {
    width: 41px;
    opacity: 1;
}

.news .content {
    width: 1150px;
    height: auto;
    margin: 0 auto;
    max-width: 94%;
}

.news .content .tabs {
    width: 100%;
    height: auto;
    padding-top: 45px;
    padding-bottom: 20px;
}

.news .content .tabs a {
    width: 154px;
    height: 54px;
    background-color: #fff;
    border: 1px solid #d3d3d3;
    display: block;
    float: left;
    margin-right: 10px;
    text-align: center;
    font-size: 16px;
    line-height: 54px;
    color: #000;
    transition: background .5s, color .5s;
}

@media (min-width: 1024px) {
    .news .content .tabs a:hover {
        background-color: #20489f;
        color: #fff;
        border: 1px solid #20489f;
    }
}

.news .content .tabs a.on {
    background-color: #20489f;
    color: #fff;
    border: 1px solid #20489f;
}

.news .content .list {
    width: 100%;
    height: auto;
}

.news .content .list ul li {
    width: calc(100% - 2px);
    height: auto;
    border: 1px solid #f0f0f0;
    background-color: #fff;
    margin-bottom: 18px;
}

.news .content .list ul li a {
    padding: 40px 0;
    width: 100%;
    height: auto;
    display: block;
}

.news .content .list ul li a .con {
    width: 92%;
    height: auto;
    margin: auto;
}

.news .content .list ul li a .con .con-left {
    width: 60.9%;
    height: auto;
    float: left;
    margin-top: 30px;
}

.news .content .list ul li a .con .con-left .time {
    width: 95px;
    height: 100px;
    background-image: url(/images/news_bg1_h.png);
    background-repeat: no-repeat;
    margin-left: -10px;
    font-family: Arial;
    float: left;
}

.news .content .list ul li a .con .con-left .time .year {
    width: 78px;
    height: 30px;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
}

.news .content .list ul li a .con .con-left .time .day {
    width: 78px;
    height: 54px;
    font-size: 40px;
    line-height: 54px;
    color: #c6c6c6;
    text-align: center;
    margin: 0 auto;
    color: #c6c6c6;
    font-weight: bold;
}

.news .content .list ul li a .con .con-left .conn {
    width: calc(100% - 108px);
    height: auto;
    float: right;
}

.news .content .list ul li a .con .con-left .conn .tits {
    font-size: 24px;
    line-height: 26px;
    height: 26px;
    width: 80%;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #323232;
}

.news .content .list ul li a .con .con-left .conn .tit {
    font-size: 14px;
    line-height: 23px;
    height: 69px;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #646464;
    margin-top: 14px;
}

.news .content .list ul li a .con .pic {
    width: 34.6%;
    height: auto;
    float: right;
}

@media (min-width: 1024px) {
    .news .content .list ul li:hover {
        box-shadow: 0 0 21px rgba(0, 0, 0, 0.18);
        filter: 'progid: DXImageTransform.Microsoft.gradient(startcolorstr=#3300000, endcolorstr=#33000000)';
        border: 1px solid #fff;
    }
    .news .content .list ul li:hover a .con .con-left .time {
        background-image: url(/images/news_bg1_h.png);
    }
    .news .content .list ul li:hover a .con .con-left .time .day {
        color: #20489f;
    }
}

.news .content .more {
    width: 60px;
    height: 60px;
    background-color: #20489f;
    background-image: url(/images/news_down.png);
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    margin: 0 auto;
}

@media (max-width: 1024px) {
    .news {
        margin-top: 80px;
    }
    .news .news-top .list ul li a .con .con-new .box {
        width: 50%;
    }
    .news .news-top .list ul li a .con .con-new .box .box-new {
        width: 90%;
    }
    .news .news-top .list ul li a .con .con-new .box .box-new .tits {
        font-size: 22px;
        line-height: 22px;
        height: 22px;
        -webkit-line-clamp: 1;
        margin-top: 10px;
    }
}

@media (max-width: 760px) {
    .news .content .list ul li a {
        padding: 20px 0;
    }
    .news .content .list ul li a .con .con-left {
        width: 52%;
        margin-top: 15px;
    }
    .news .content .list ul li a .con .con-left .time {
        width: 70px;
        height: 80px;
        background-size: cover !important;
    }
    .news .content .list ul li a .con .con-left .time .year {
        height: 22px;
        line-height: 22px;
    }
    .news .content .list ul li a .con .con-left .time .day {
        height: 44px;
        line-height: 44px;
    }
    .news .content .list ul li a .con .con-left .conn {
        width: calc(100% - 78px);
    }
    .news .content .list ul li a .con .con-left .conn .tits {
        font-size: 20px;
        line-height: 20px;
        height: 20px;
    }
    .news .content .list ul li a .con .pic {
        width: 46%;
    }
}

@media (max-width: 730px) {
    .news {
        margin-top: 60px;
    }
}

@media (max-width: 660px) {
    .news .news-top .list ul li a .con .con-new .box .box-new .tit {
        line-height: 24px;
        height: 72px;
        -webkit-line-clamp: 3;
        margin-top: 10px;
    }
    .news .news-top .list ul li a .con .con-new .box .box-new .tits {
        font-size: 18px;
        line-height: 18px;
        height: 18px;
    }
}

@media (max-width: 600px) {
    .news .news-top .list .btns span {
        width: 8px;
        height: 8px;
        border-radius: 8px;
    }
    .news .news-top .list ul li a .con .con-new .box {
        width: 50%;
    }
}


/*@media (max-width: 500px) {
    .news .news-top .list ul li a .con .con-new .box .box-new .tits{
      font-size: 18px;
      line-height: 18px;
      height: 18px;
    }
    .news .content .tabs a {
      width: 100px;
      height: 40px;
      line-height: 40px; }
    .news .content .list ul li a .con .con-left {
      width: 100%;
      margin-top: 15px;
      float: none; }
      .news .content .list ul li a .con .con-left .conn {
        width: calc(100% - 78px); }
        .news .content .list ul li a .con .con-left .conn .tits {
          font-size: 18px;
          line-height: 18px;
          height: 18px; }
    .news .content .list ul li a .con .pic {
      width: 100%;
      float: none; } }*/

@media (max-width: 500px) {
    .news .news-top .list ul li a .con .con-new .box .box-new .tits {
        font-size: 18px;
        line-height: 18px;
        height: 18px;
    }
    .news .news-top .list ul li {
        overflow: hidden;
    }
    .news .news-top .list ul li a img {
        width: 140%;
        margin-left: -20%;
    }
    .news .news-top .list ul li a .con .con-new .box .box-new .tit {
        display: none;
    }
    .news .news-top .list ul li a .con .con-new {
        width: 100%;
        max-width: 100%;
    }
    .news .news-top .list .btns {
        bottom: 40px;
    }
    .news .news-top .list ul li a .con .con-new .box {
        width: 100%;
        height: 30px;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .news .news-top .list ul li a .con .con-new .box .box-new .time {
        float: right;
        margin-right: 1%;
        margin-top: 0;
        font-size: 14px;
        line-height: 30px;
    }
    .news .news-top .list ul li a .con .con-new .box .box-new .tits {
        float: left;
        width: 70%;
        margin-left: 1%;
        font-size: 14px;
        height: 30px;
        line-height: 30px;
        margin-top: 0;
    }
    .news .content .tabs {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .news .content .tabs a {
        width: 80px;
        height: 30px;
        font-size: 14px;
        line-height: 30px;
    }
    .news .content .list ul li a .con .con-left .time {
        width: 50px;
        height: 58px;
    }
    .news .content .list ul li a .con .con-left .time .year {
        height: 16px;
        line-height: 16px;
        font-size: 12px;
        width: 56px;
    }
    .news .content .list ul li a .con .con-left .time .day {
        height: 32px;
        line-height: 32px;
        font-size: 24px;
        width: 56px;
    }
    .news .news-top .list .btns span.swiper-pagination-bullet-active {
        width: 20px;
    }
    .news .content .list ul li a {
        padding: 10px 0;
    }
    .news .content .list ul li a .con .pic {
        width: 35%;
    }
    .news .content .list ul li a .con .con-left {
        width: 63%;
    }
    .news .content .list ul li a .con .con-left {
        margin-top: 6px;
    }
    .news .content .list ul li a .con .con-left .conn .tits {
        width: 100%;
    }
    .news .content .list ul li a .con .con-left .conn {
        width: calc(100% - 47px);
    }
    .news .content .list ul li a .con .con-left .conn .tit {
        height: 46px;
        -webkit-line-clamp: 2;
        margin-top: 6px;
    }
    .news .content .list ul li a .con .con-left .conn .tits {
        font-size: 16px;
        line-height: 16px;
        height: 16px;
    }
}

@media (max-width: 455px) {
    .news {
        margin-top: 50px;
    }
}

.news-details {
    width: 100%;
    height: auto;
    margin-top: 85px;
    background-color: #f3f3f3;
}

.news-details .details-top {
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.news-details .details-top .con {
    width: 1000px;
    height: auto;
    max-width: 94%;
    margin: 0 auto;
    padding: 7% 0;
}

.news-details .details-top .con .con-new {
    width: 100%;
    height: auto;
}

.news-details .details-top .con .con-new .tits {
    font-size: 24px;
    line-height: 34px;
    color: #fff;
    font-weight: bold;
}

.news-details .details-top .con .con-new .tag {
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    margin-top: 20px;
}

.news-details .details-top .con .con-new .tag span {
    margin-right: 20px;
}

.news-details .content {
    width: 1000px;
    height: auto;
    max-width: 92%;
    margin: auto;
    padding-top: 5%;
    padding-bottom: 6%;
}

.news-details .content .con {
    font-size: 14px;
    line-height: 26px;
    color: #646464;
}

.news-details .content .con img {
    max-width: 100%;
}

.news-details .content .paging {
    width: 100%;
    height: auto;
    margin-top: 5%;
}

.news-details .content .paging p {
    width: 70%;
    font-size: 14px;
    line-height: 30px;
}

.news-details .content .paging p a {
    color: #323232;
    width: 100%;
    height: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (min-width: 1024px) {
    .news-details .content .paging p a:hover {
        color: #2b51a4;
        text-decoration: underline;
    }
}

.news-details .content .paging .return {
    width: 130px;
    height: 38px;
    margin-top: 10px;
    border: 1px solid #666;
    text-align: center;
    font-size: 16px;
    line-height: 38px;
    border-radius: 19px;
    color: #333;
}

@media (min-width: 1024px) {
    .news-details .content .paging .return:hover {
        background-color: #2b51a4;
        border: 1px solid #2b51a4;
        color: #fff;
    }
}

@media (max-width: 1024px) {
    .news-details {
        margin-top: 80px;
    }
    .news-details .details-top .con .con-new .tits {
        font-size: 18px;
        line-height: 22px;
    }
}

@media (max-width: 730px) {
    .news-details {
        margin-top: 60px;
    }
    .news-details .content .paging .return {
        width: 80px;
        font-size: 14px;
    }
}

@media (max-width: 455px) {
    .news-details {
        margin-top: 50px;
    }
}

.join {
    width: 100%;
    height: auto;
}

.join .join-banner {
    width: 100%;
    height: auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.join .join-banner .con {
    width: 100%;
    height: auto;
    padding: 16% 0;
    background-color: rgba(0, 0, 0, 0.58);
    filter: progid: DXImageTransform.Microsoft.gradient(startcolorstr=#99000000, endcolorstr=#99000000);
}

.join .join-banner .con .con-new {
    width: 825px;
    height: auto;
    max-width: 94%;
    margin: auto;
    color: #fff;
    text-align: center;
}

.join .join-banner .con .con-new .tits {
    font-size: 36px;
    line-height: 36px;
}

.join .join-banner .con .con-new .txt {
    font-size: 14px;
    line-height: 30px;
    opacity: .8;
    margin-top: 4%;
}

.join .join-banner .con .con-new .list {
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: 5%;
}

.join .join-banner .con .con-new .list .item {
    width: 118px;
    height: auto;
    display: inline-block;
    margin: 0 32px;
}

.join .join-banner .con .con-new .list .item .icon {
    width: 118px;
    height: 118px;
    display: block;
    border-radius: 100%;
    background-color: rgba(0, 0, 0, 0.47);
    filter: progid: DXImageTransform.Microsoft.gradient(startcolorstr=#7f000000, endcolorstr=#7f000000);
    background-position: center center;
    background-repeat: no-repeat;
}

.join .join-banner .con .con-new .list .item .t {
    font-size: 14px;
    line-height: 30px;
    margin-top: 5px;
}

.join .join-train {
    width: 100%;
    height: auto;
    padding: 6% 0;
}

.join .join-train .tits {
    text-align: center;
    font-size: 30px;
    line-height: 30px;
    color: #000;
}

.join .join-train .txt {
    font-size: 14px;
    line-height: 24px;
    margin: 1.5% auto 0;
    width: 760px;
    max-width: 94%;
    color: #777;
    height: auto;
}

.join .join-train .list {
    width: 100%;
    height: auto;
    margin-top: 1%;
    position: relative;
}

.join .join-train .list .list-new {
    width: 100%;
    margin: auto;
    /*overflow: visible;*/
}

.join .join-train .list ul li {
    transform: scale(0.92);
    width: 54.8%;
    height: auto;
    position: relative;
}

.join .join-train .list ul li .bg {
    width: 100%;
    height: 100%;
    background-image: url(../images/join_bg.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.join .join-train .list ul li .bg1 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(96, 96, 96, 0.7);
    filter: progid: DXImageTransform.Microsoft.gradient(startcolorstr=#b2606060, endcolorstr=#b2606060);
    z-index: 2;
}

.join .join-train .list ul li .con {
    width: 100%;
    height: auto;
    position: absolute;
    z-index: 3;
    bottom: 8%;
    left: 0;
    opacity: 0;
}

.join .join-train .list ul li .con .con-new {
    width: 812px;
    height: auto;
    margin: 0 auto;
    max-width: 90%;
}

.join .join-train .list ul li .con .con-new .time {
    font-size: 24px;
    line-height: 26px;
    color: #fff;
    opacity: 0.5;
}

.join .join-train .list ul li .con .con-new .t {
    font-size: 24px;
    line-height: 30px;
    color: #fff;
}

.join .join-train .list ul li .con .con-new .t1 {
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    display: inline-block;
    background-color: rgba(50, 50, 50, 0.5);
    filter: progid: DXImageTransform.Microsoft.gradient(startcolorstr=#7f323232, endcolorstr=#7f323232);
    padding: 0 5px;
    margin-top: 25px;
}

.join .join-train .list ul li.swiper-slide-active {
    transform: scale(1);
}

.join .join-train .list ul li.swiper-slide-active .bg1 {
    display: none;
}

.join .join-train .list ul li.swiper-slide-active .con {
    opacity: 1;
}

.join .join-train .list .a {
    width: 42px;
    height: 101px;
    position: absolute;
    margin-top: -50px;
    top: 50%;
    display: block;
    z-index: 10;
    background-size: cover;
}

.join .join-train .list .a.prev {
    background-image: url(/images/prev_h.png);
    left: 16%;
}

.join .join-train .list .a.next {
    background-image: url(/images/next_h.png);
    right: 16%;
}

.join .join-job {
    width: 100%;
    height: auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5% 0;
}

.join .join-job .tits {
    font-size: 30px;
    line-height: 30px;
    color: #fff;
    text-align: center;
}

.join .join-job .txt {
    font-size: 14px;
    line-height: 28px;
    opacity: .9;
    color: #fff;
    text-align: center;
    width: 860px;
    max-width: 90%;
    margin: 1% auto 0;
}

.join .join-job .mailto {
    width: 164px;
    height: 45px;
    background-color: #20489f;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 45px;
    margin: 2% auto 0;
}

.join .join-job .list {
    width: 86.2%;
    height: auto;
    margin: 3% auto 0;
    position: relative;
}

.join .join-job .list .list-new {
    width: 100%;
    height: auto;
}

.join .join-job .list .list-new ul {
    width: 100%;
    height: auto;
    display: flex;
}

.join .join-job .list .list-new ul li {
    width: 24.2%;
}

.join .join-job .list .list-new ul li dl {
    width: 100%;
}

.join .join-job .list .list-new ul li dl dd {
    width: 100%;
    height: 230px;
    margin-bottom: 15px;
    background-color: #fff;
    float: left;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.join .join-job .list .list-new ul li dl dd .con {
    width: 82.5%;
    height: auto;
    margin: 0 auto;
    padding-top: 8%;
}

.join .join-job .list .list-new ul li dl dd .con .t {
    font-size: 22px;
    line-height: 22px;
    color: #252525;
}

.join .join-job .list .list-new ul li dl dd .con .t1 {
    width: 100%;
    height: auto;
    margin-top: 10px;
}

.join .join-job .list .list-new ul li dl dd .con .t1 .tt {
    font-size: 12px;
    line-height: 12px;
    height: 12px;
    color: #787878;
    margin-right: 15px;
    float: left;
    margin-bottom: 5px;
}

.join .join-job .list .list-new ul li dl dd .con .t1 .tt span {
    color: #1a1a1a;
}

.join .join-job .list .list-new ul li dl dd .con .t1 .tt.tt1 {
    padding-right: 20px;
    background-image: url(../images/join_icon4.png);
    background-repeat: no-repeat;
    background-position: right center;
}

.join .join-job .list .list-new ul li dl dd .con .t2 {
    font-size: 14px;
    line-height: 25px;
    color: #646464;
    margin-top: 8px;
    height: 100px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.join .join-job .list .list-new ul li dl dd .more {
    width: 164px;
    height: 40px;
    background-color: #20489f;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 40px;
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0;
}

@media (max-width: 1024px) {
    .join .join-job .list .list-new ul li dl dd .more {
        opacity: 1;
        width: 120px;
        height: 30px;
        line-height: 30px;
    }
}

@media (min-width: 1024px) {
    .join .join-job .list .list-new ul li dl dd:hover .more {
        opacity: 1;
    }
}

.join .join-job .list .a {
    width: 42px;
    height: 101px;
    position: absolute;
    margin-top: -50px;
    top: 50%;
    display: block;
    z-index: 10;
}

.join .join-job .list .a.prev {
    background-image: url(/images/prev_h.png);
    left: -42px;
}

.join .join-job .list .a.next {
    background-image: url(/images/next_h.png);
    right: -42px;
}

@media (max-width: 1366px) {
    .join .join-job .tits {
        padding-top: 0;
    }
    .join .join-job .list .list-new ul li dl dd {
        height: 180px;
    }
    .join .join-job .list .list-new ul li dl dd .con {
        padding-top: 6%;
    }
    .join .join-job .list .list-new ul li dl dd .con .t {
        font-size: 20px;
        line-height: 20px;
    }
    .join .join-job .list .list-new ul li dl dd .con .t2 {
        height: 75px;
        -webkit-line-clamp: 3;
    }
}

@media (max-width: 1024px) {
    .join {
        margin-top: 80px;
    }
    .join .join-train .list ul li .con .con-new .time {
        font-size: 16px;
        line-height: 16px;
    }
    .join .join-train .list ul li .con .con-new .t {
        font-size: 16px;
        line-height: 24px;
    }
    .join .join-job .list .list-new ul li dl dd {
        height: 200px;
    }
}

@media (max-width: 900px) {
    .join .join-banner .con .con-new {
        width: 90%;
    }
}


/*@media (max-width: 800px){
    .join .join-job .list .list-new ul li dl dd{
      width: 48%;
      margin-right: 4%;
    }
    .join .join-job .list .list-new ul li dl dd:last-child{
      margin-right: 0;
    }
  }*/

@media (max-width: 730px) {
    .join {
        margin-top: 60px;
    }
}

@media (max-width: 700px) {
    .join .join-train .tits {
        font-size: 22px;
        line-height: 22px;
    }
    .join .join-train .list ul li .con {
        bottom: 3%;
    }
    .join .join-train .list ul li .con .con-new .t1 {
        margin-top: 5px;
    }
    .join .join-train .list .a.prev {
        left: 0;
    }
    .join .join-train .list .a.next {
        right: 0;
    }
    .join .join-job .tits {
        font-size: 22px;
        line-height: 22px;
    }
    .join .join-job .list .a {
        background-size: cover;
    }
    .join .join-job .list .a.prev {
        left: -21px;
    }
    .join .join-job .list .a.next {
        right: -21px;
    }
}

@media (max-width: 680px) {
    .join .join-train .list ul li {
        transform: scale(1);
    }
}

@media (max-width: 620px) {
    .join .join-banner .con .con-new .tits {
        font-size: 22px;
        line-height: 22px;
    }
    .join .join-banner .con .con-new .txt {
        line-height: 24px;
    }
    .join .join-job .list {
        width: 94%;
    }
    .join .join-train .list .a {
        width: 30px;
        height: 70px;
        margin-top: -35px;
        border-radius: 5px;
        display: none;
    }
    .join .join-job .list .a {
        width: 30px;
        height: 70px;
        margin-top: -35px;
        background-size: cover;
        border-radius: 5px;
        display: none;
    }
    .join .join-banner .con .con-new .list {
        width: 120%;
        margin-left: -10%;
    }
    .join .join-banner .con .con-new .list .item {
        width: 80px;
        margin: 0 15px;
    }
    .join .join-banner .con .con-new .list .item .icon {
        width: 85px;
        height: 85px;
    }
}

@media (max-width: 455px) {
    .join {
        margin-top: 50px;
    }
}

.diloag-box {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    background-color: rgba(0, 0, 0, 0.3);
}

.diloag-box .close {
    width: 40px;
    height: 40px;
    position: absolute;
    top: -40px;
    right: 0;
    background-image: url(../images/close.jpg);
    background-size: cover;
    opacity: 1;
}

.service {
    width: 100%;
    height: auto;
}

.service .service-banner {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.service .service-banner .con {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    background-color: rgba(0, 0, 0, 0.5);
    filter: progid: DXImageTransform.Microsoft.gradient(startcolorstr=#7f000000, endcolorstr=#7f000000);
    text-align: center;
    color: #fff;
}

.service .service-banner .con .tits {
    font-size: 36px;
    line-height: 36px;
}

.service .service-banner .con .tit {
    width: 900px;
    margin: 20px auto 0;
    font-size: 16px;
    line-height: 30px;
}

.service .service-problem {
    width: 100%;
    height: auto;
    padding: 6% 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.service .service-problem .con {
    width: 899px;
    height: 514px;
    background-image: url(/images/service_bg2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
}

.service .service-problem .con .tits {
    font-size: 36px;
    line-height: 36px;
    color: #20489f;
    text-align: center;
    padding-top: 50px;
}

.service .service-problem .con .box {
    width: 698px;
    height: auto;
    max-width: 90%;
    margin: 30px auto 0;
}

.service .service-problem .con .box ul li {
    width: 45.6%;
    height: auto;
    margin-right: 8.8%;
    float: left;
}

.service .service-problem .con .box ul li .pic {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.service .service-problem .con .box ul li .t {
    font-size: 24px;
    line-height: 24px;
    color: #323232;
    margin-top: 20px;
}

.service .service-problem .con .box ul li .t1 {
    font-size: 14px;
    line-height: 25px;
    color: #646464;
    margin-top: 17px;
}

.service .service-problem .con .box ul li:last-child {
    margin-right: 0;
}

.service .service-box {
    width: 100%;
    height: auto;
    position: relative;
}

.service .service-box .box-top {
    width: 100%;
    height: 160px;
    background-color: #20489f;
    text-align: center;
    font-size: 24px;
    line-height: 160px;
    color: #fff;
}

.service .service-box .list {
    width: 1155px;
    height: auto;
    margin: 8% auto;
    max-width: 92%;
}

.service .service-box .list ul li {
    width: 20.8%;
    height: auto;
    float: left;
    margin-right: 5.6%;
}

.service .service-box .list ul li .icon {
    width: 100%;
    height: 130px;
    background-size: 46% auto;
    background-position: center center;
    background-repeat: no-repeat;
}

.service .service-box .list ul li .tits {
    text-align: center;
    font-size: 24px;
    line-height: 24px;
    color: #323232;
    margin-top: 10px;
}

.service .service-box .list ul li .txt {
    font-size: 14px;
    line-height: 25px;
    color: #787878;
    margin-top: 15px;
}

.service .service-box .list ul li:last-child {
    margin-right: 0;
}

@media (max-width: 1024px) {
    .service .service-banner .con .tit {
        width: 90%;
        margin: 20px auto 0;
    }
    .service .service-box .box-top {
        position: relative;
        top: 0;
        height: 90px;
        line-height: 90px;
    }
    .service .service-box .list {
        margin: 4% auto 0;
    }
    .service .service-box .list ul li .icon {
        height: 100px;
    }
}

@media (max-width: 950px) {
    .service .service-problem .con {
        width: 94%;
        height: auto;
        padding-bottom: 40px;
    }
    .service .service-problem .con .tits {
        font-size: 28px;
        line-height: 28px;
    }
    .service .service-problem .con .box {
        width: 90%;
        max-width: auot;
    }
    .service .service-box .list ul li .tits {
        font-size: 18px;
        line-height: 18px;
    }
}

@media (max-width: 678px) {
    .service .service-banner img {
        width: 120%;
        margin-left: -10%;
    }
    .service .service-box .list ul li {
        padding-bottom: 10%;
    }
    .service .service-box .list ul li .txt {
        height: 100px;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis
    }
}

@media (max-width: 530px) {
    .service .service-box .box-top {
        font-size: 15px;
        line-height: 26px;
        height: auto;
        padding: 15px 0;
    }
}

@media (max-width: 500px) {
    .service .service-banner img {
        width: 140%;
        margin-left: -20%;
    }
    .service .service-box .list ul li {
        padding-bottom: 10%;
    }
    .service .service-banner .con .tits {
        font-size: 22px;
        line-height: 22px;
    }
    .service .service-banner .con .tit {
        font-size: 14px;
        line-height: 22px;
    }
    .service .service-problem .con .tits {
        font-size: 22px;
        line-height: 22px;
        padding-top: 26px;
    }
    .service .service-problem .con .box {
        margin: 20px auto 0;
    }
}

.service-list {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5% 0;
}

.service-list .list1 {
    width: 1150px;
    height: auto;
    max-width: 92%;
    margin: 0 auto;
}

.service-list .list1 ul {
    width: 100%;
    height: auto;
}

.service-list .list1 ul li {
    width: 49.6%;
    height: auto;
    float: left;
    margin-bottom: 10px;
    position: relative;
}

.service-list .list1 ul li:nth-child(even) {
    float: right;
}

.service-list .list1 ul li .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/index_bg_x.png) no-repeat;
    background-size: cover !important;
    opacity: 0;
    transition: opacity .5s;
}

.service-list .list1 ul li .con {
    width: 83.7%;
    height: auto;
    position: absolute;
    left: 8.15%;
    top: 82%;
    transition: top .5s;
}

.service-list .list1 ul li .con .tits {
    font-size: 30px;
    line-height: 30px;
    color: #fff;
}

.service-list .list1 ul li .con .tit {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    height: 48px;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 15px;
    opacity: 0;
    transition: opacity .3s;
}

.service-list .list1 ul li .con .li-more {
    width: 137px;
    height: 45px;
    background: rgba(255, 255, 255, 0.2);
    filter: progid: DXImageTransform.Microsoft.gradient(startcolorstr=#33ffffff, endcolorstr=#33ffffff);
    text-align: center;
    display: block;
    font-size: 14px;
    line-height: 45px;
    color: #fff;
    margin-top: 32px;
    opacity: 0;
    transition: all .3s;
}

@media (min-width: 1024px) {
    .service-list .list1 ul li:hover .bg {
        opacity: 1;
    }
    .service-list .list1 ul li:hover .con {
        top: 25%;
    }
    .service-list .list1 ul li:hover .con .tit {
        opacity: 0.8;
    }
    .service-list .list1 ul li:hover .con .li-more {
        opacity: 1;
    }
}

@media (max-width: 780px) {
    .service-list .list1 ul li {
        margin-bottom: 7px;
    }
    .service-list .list1 ul li .con .tits {
        font-size: 24px;
        line-height: 24px;
    }
}

@media (max-width: 550px) {
    .index-service .service-new .list {
        margin-top: 20px;
    }
    .service-list .list1 ul li .con {
        top: 74%;
    }
    .service-list .list1 ul li .con .tits {
        font-size: 16px;
        line-height: 16px;
    }
}

@media (max-width: 390px) {
    .service-list .list1 ul li .con .tits {
        font-size: 14px;
        line-height: 14px;
    }
    .service-list .list1 ul li .con {
        top: 80%;
    }
}

.solution-details {
    width: 100%;
    height: auto;
}

.solution-details .solution-banner {
    width: 100%;
    height: auto;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.solution-details .solution-banner .con {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    background-color: rgba(0, 0, 0, 0.5);
    filter: progid: DXImageTransform.Microsoft.gradient(startcolorstr=#7f000000, endcolorstr=#7f000000);
    text-align: center;
    color: #fff;
}

.solution-details .solution-banner .con .tits {
    font-size: 36px;
    line-height: 36px;
}

.solution-details .solution-banner .con .tit {
    width: 900px;
    font-size: 18px;
    line-height: 30px;
    max-width: 90%;
    margin: 20px auto 0;
}

.solution-details .solution-box {
    width: 100%;
    height: auto;
    padding-bottom: 5%;
}

.solution-details .solution-box .tits {
    text-align: center;
    font-size: 30px;
    line-height: 30px;
    color: #323232;
    padding-top: 5%;
}

.solution-details .solution-box .txt {
    width: 710px;
    margin: 1% auto 0;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    color: #646464;
    max-width: 90%;
}

.solution-details .solution-box .list-box {
    width: 1155px;
    height: auto;
    max-width: 94%;
    margin: 0 auto;
    position: relative;
}

.solution-details .solution-box .list-box .a {
    width: 42px;
    height: 101px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    background-size: cover;
    z-index: 10;
}

.solution-details .solution-box .list-box .a.prev {
    left: -42px;
    background-image: url(../images/prev_h.png);
}

.solution-details .solution-box .list-box .a.next {
    right: -42px;
    background-image: url(../images/next_h.png);
}

@media (max-width: 1240px) {
    .solution-details .solution-box .list-box .a {
        width: 21px;
        height: 50px;
        margin-top: -25px;
    }
    .solution-details .solution-box .list-box .a.prev {
        left: 0px;
    }
    .solution-details .solution-box .list-box .a.next {
        right: 0px;
    }
}

.solution-details .solution-box .list {
    width: 1155px;
    height: auto;
    max-width: 94%;
    margin: 2% auto 0;
    position: relative;
}

.solution-details .solution-box .list ul {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
}

.solution-details .solution-box .list ul li {
    width: 49.3%;
    height: 270px;
    border: 1px solid #dbdbdb;
    margin-bottom: 1.4%;
    margin-right: 1.4%;
    box-sizing: border-box;
}

.solution-details .solution-box .list ul li>a {
    width: 100%;
    height: auto;
    display: block;
}

.solution-details .solution-box .list ul li a .con {
    width: 410px;
    height: auto;
    margin: 0 auto;
    max-width: 90%;
}

.solution-details .solution-box .list ul li a .con .icon {
    width: 100%;
    height: 110px;
    position: relative;
    margin-top: 25px;
}

.solution-details .solution-box .list ul li a .con .icon img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-height: 100%;
    max-width: 31.7%;
}

.solution-details .solution-box .list ul li a .con .icon img.img1 {
    display: block;
}

.solution-details .solution-box .list ul li a .con .icon img.img2 {
    display: none;
}

.solution-details .solution-box .list ul li a .con .t {
    font-size: 24px;
    line-height: 24px;
    color: #000;
    margin-top: 17px;
}

.solution-details .solution-box .list ul li a .con .t1 {
    font-size: 14px;
    line-height: 23px;
    color: #646464;
    height: 46px;
    margin-top: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.solution-details .solution-box .list ul li:nth-child(2n) {
    margin-right: 0;
}

@media (min-width: 1024px) {
    .solution-details .solution-box .list ul li:hover {
        background-color: #20489f;
        border: 1px solid #20489f;
    }
    .solution-details .solution-box .list ul li:hover a .con .icon img.img1 {
        display: none;
    }
    .solution-details .solution-box .list ul li:hover a .con .icon img.img2 {
        display: block;
    }
    .solution-details .solution-box .list ul li:hover a .con .t {
        color: #fff;
    }
    .solution-details .solution-box .list ul li:hover a .con .t1 {
        color: #fff;
    }
}

.solution-details .solution-box .list.ser {
    max-width: 100%;
}

.solution-details .solution-box .list.ser ul li {
    float: left;
}

.solution-details .solution-product {
    width: 100%;
    height: auto;
    padding-bottom: 5%;
}

.solution-details .solution-product .title {
    text-align: center;
    font-size: 30px;
    line-height: 30px;
    color: #fff;
    padding-top: 5%;
}

.solution-details .solution-product .list {
    width: calc(100% - 190px);
    height: auto;
    padding: 0 95px;
    margin: 3% auto 0;
    position: relative;
}

.solution-details .solution-product .list .list-new ul {
    width: 100%;
    height: auto;
}

.solution-details .solution-product .list .list-new ul li {
    width: 24.2%;
    height: 600px;
    float: left;
    margin-right: 1%;
    background-color: #fff;
}

.solution-details .solution-product .list .list-new ul li .pic {
    width: calc(100% - 2px);
    height: 258px;
    border: 1px solid #dfdfdf;
    position: relative;
}

.solution-details .solution-product .list .list-new ul li .pic img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 90%;
    max-height: 90%;
}

.solution-details .solution-product .list .list-new ul li .con {
    width: 340px;
    height: 290px;
    max-width: 90%;
    margin: 20px auto 0;
}

.solution-details .solution-product .list .list-new ul li .con .tits {
    font-size: 22px;
    line-height: 26px;
    color: #171717;
}

.solution-details .solution-product .list .list-new ul li .con .txt {
    width: 100%;
    height: auto;
    font-size: 14px;
    line-height: 23px;
    color: #646464;
    overflow: hidden;
    margin-top: 15px;
}

.solution-details .solution-product .list .list-new ul li:last-child {
    margin-right: 0;
}

.solution-details .solution-product .list .a {
    width: 42px;
    height: 101px;
    background-color: #20489f;
    position: absolute;
    top: 50%;
    background-position: center center;
    margin-top: -50px;
    display: block;
    z-index: 10;
    background-repeat: no-repeat;
}

.solution-details .solution-product .list .a.prev {
    background-image: url(../images/prev_h.png);
    left: 52px;
}

.solution-details .solution-product .list .a.next {
    right: 52px;
    background-image: url(../images/next_h.png);
}

@media (max-width: 1440px) {
    .solution-details .solution-product .list {
        width: calc(100% - 190px);
        padding: 0 95px;
    }
    .solution-details .solution-product .list .list-new ul li {
        height: 475px;
    }
    .solution-details .solution-product .list .list-new ul li .con {
        height: 180px;
    }
    /*.solution-details .solution-product .list .list-new ul li .con .txt {
          height: 135px; }*/
    /*.solution-details .solution-product .list .a.prev {
        left: 0; }
      .solution-details .solution-product .list .a.next {
        right: 0; }*/
}

@media (max-width: 1024px) {
    .solution-details .solution-banner .con .tit {
        width: 90%;
        margin: 20px auto 0;
    }
    .solution-details .solution-product .title {
        font-size: 24px;
        line-height: 24px;
    }
    .solution-details .solution-product .list {
        width: calc(100% - 84px);
        padding: 0 42px;
    }
    .solution-details .solution-product .list .list-new ul li {
        height: auto;
        padding-bottom: 20px;
    }
    .solution-details .solution-product .list .list-new ul li .pic {
        height: 190px;
    }
    .solution-details .solution-product .list .list-new ul li .con {
        height: 225px;
    }
    .solution-details .solution-product .list .list-new ul li .con .tits {
        font-size: 18px;
        line-height: 24px;
    }
    .solution-details .solution-box .list ul li a .con .t {
        font-size: 20px;
        line-height: 20px;
    }
    .solution-details .solution-product .list .a.prev {
        left: 0;
    }
    .solution-details .solution-product .list .a.next {
        right: 0;
    }
    /*.solution-details .solution-product .list .list-new ul li .con .txt {
        height: 170px; }*/
}

@media (max-width: 1000px) {
    .solution-details .solution-banner .con .tit {
        width: 90%;
        max-width: 100%;
    }
}

@media (max-width: 700px) {
    .solution-details .solution-product .list {
        width: 94%;
        padding: 0;
        margin: 4% auto 0;
    }
    .solution-details .solution-product .list .a {
        display: none;
    }
}

@media (max-width: 630px) {
    .solution-details .solution-banner img {
        width: 120%;
        margin-left: -10%;
    }
    .solution-details .solution-box .list ul li {
        width: 49%;
        height: 220px;
        margin-bottom: 1.5%;
    }
    .solution-details .solution-box .list ul li a .con .icon {
        height: 65px;
    }
    .solution-details .solution-box .txt {
        display: none;
    }
    .solution-details .solution-box .list {
        margin: 7% auto 0;
    }
    .solution-details .solution-box .list ul li a .con .t {
        font-size: 18px;
        line-height: 22px;
    }
}

@media (max-width: 500px) {
    .solution-details .solution-box .list ul li a .con .t1 {
        display: none;
    }
    .solution-details .solution-banner img {
        width: 140%;
        margin-left: -20%;
    }
    .solution-details .solution-banner .con .tits {
        font-size: 22px;
        line-height: 22px;
    }
    .solution-details .solution-box .list ul li {
        height: auto;
        padding-bottom: 15px;
    }
    .solution-details .solution-banner .con .tit {
        font-size: 14px;
        line-height: 20px;
    }
    .solution-details .solution-box .tits {
        font-size: 22px;
        line-height: 22px;
    }
    .solution-details .solution-product .title {
        font-size: 22px;
        line-height: 22px;
    }
    .solution-details .solution-box .list ul li a .con .t {
        font-size: 16px;
        line-height: 20px;
        height: 40px;
        text-align: center;
        margin-top: 10px;
    }
    .solution-details .solution-box .list ul li a .con .icon {
        margin-top: 15px;
    }
    .solution-details .solution-box .list ul li a .con .icon img {
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .solution-details .solution-product .list .a {
        width: 30px;
        height: 70px;
        margin-top: -5px;
    }
    .solution-details .solution-product .list .a.prev {
        left: 8px;
    }
    .solution-details .solution-product .list .a.next {
        right: 8px;
    }
}


/*  @media (max-width: 430px) {
    .solution-details .solution-box .list ul li {
      width: 100%; } }*/

.section {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.fp-auto-height {
    height: auto !important;
}

.fp-auto-height .fp-tableCell {
    height: auto !important;
}

.search-box {
    width: 100%;
    height: auto;
    background-color: #f8f8f8;
    margin-top: 85px;
    padding-bottom: 6%;
}

.search-box .content {
    width: 1150px;
    margin: 0 auto;
    max-width: 94%;
    padding-top: 4%;
}

.search-box .content .title {
    width: 100%;
    height: auto;
    margin-bottom: 3%;
}

.search-box .content .title span {
    font-size: 30px;
    line-height: 30px;
    color: #2b4f9b;
    float: left;
}

.search-box .content .title i {
    font-size: 16px;
    line-height: 16px;
    color: #787878;
    float: left;
    margin-left: 16px;
    display: inline-block;
    margin-top: 14px;
}

.search-box .content .title i em {
    color: #2b4f9b;
}

.search-box .content .box {
    width: 100%;
    height: auto;
    margin-bottom: 4%;
}

.search-box .content .box .tt {
    font-size: 24px;
    line-height: 26px;
    color: #323232;
}

.search-box .content .box1 {
    width: 100%;
    height: auto;
    margin-bottom: 4%;
}

.search-box .content .box1 .tt {
    font-size: 24px;
    line-height: 26px;
    color: #323232;
}

.search-box .content .box1 .list {
    width: 100%;
    height: auto;
    margin-top: 15px;
}

.search-box .content .box1 .list ul li {
    width: calc(100% - 2px);
    height: auto;
    border: 1px solid #f0f0f0;
    background-color: #fff;
    margin-bottom: 18px;
}

.search-box .content .box1 .list ul li a {
    padding: 40px 0;
    width: 100%;
    height: auto;
    display: block;
}

.search-box .content .box1 .list ul li a .con {
    width: 92%;
    height: auto;
    margin: auto;
}

.search-box .content .box1 .list ul li a .con .con-left {
    width: 60.9%;
    height: auto;
    float: left;
    margin-top: 30px;
}

.search-box .content .box1 .list ul li a .con .con-left .time {
    width: 95px;
    height: 100px;
    background-image: url(/images/news_bg1_h.png);
    background-repeat: no-repeat;
    margin-left: -10px;
    font-family: Arial;
    float: left;
}

.search-box .content .box1 .list ul li a .con .con-left .time .year {
    width: 78px;
    height: 30px;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
}

.search-box .content .box1 .list ul li a .con .con-left .time .day {
    width: 78px;
    height: 54px;
    font-size: 40px;
    line-height: 54px;
    color: #c6c6c6;
    text-align: center;
    margin: 0 auto;
    color: #c6c6c6;
    font-weight: bold;
}

.search-box .content .box1 .list ul li a .con .con-left .conn {
    width: calc(100% - 108px);
    height: auto;
    float: right;
}

.search-box .content .box1 .list ul li a .con .con-left .conn .tits {
    font-size: 24px;
    line-height: 26px;
    height: 26px;
    width: 80%;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #323232;
}

.search-box .content .box1 .list ul li a .con .con-left .conn .tit {
    font-size: 14px;
    line-height: 23px;
    height: 69px;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #646464;
    margin-top: 14px;
}

.search-box .content .box1 .list ul li a .con .pic {
    width: 34.6%;
    height: auto;
    float: right;
}

@media (min-width: 1024px) {
    .search-box .content .box1 .list ul li:hover {
        box-shadow: 0 0 21px rgba(0, 0, 0, 0.18);
        border: 1px solid #fff;
    }
    .search-box .content .box1 .list ul li:hover a .con .con-left .time {
        background-image: url(/images/news_bg1_h.png);
    }
    .search-box .content .box1 .list ul li:hover a .con .con-left .time .day {
        color: #20489f;
    }
}

.search-box .content .box2 {
    width: 100%;
    height: auto;
}

.search-box .content .box2 .tt {
    font-size: 24px;
    line-height: 26px;
    color: #323232;
}

.search-box .content .box2 .list {
    width: 100%;
    height: auto;
    margin-top: 12px;
}

.search-box .content .box2 .list ul {
    width: 100%;
    height: auto;
}

.search-box .content .box2 .list ul li {
    width: 100%;
    height: auto;
    border: 1px solid #e4e4e4;
    background-color: #fff;
    margin-bottom: 13px;
    padding: 5% 0;
    cursor: pointer;
    position: relative;
}

.search-box .content .box2 .list ul li .con {
    width: 93%;
    height: auto;
    margin: 0 auto;
}

.search-box .content .box2 .list ul li .con .con-left {
    width: 34%;
    height: auto;
    float: left;
}

.search-box .content .box2 .list ul li .con .con-left .tits {
    font-size: 30px;
    line-height: 30px;
    color: #252525;
}

.search-box .content .box2 .list ul li .con .con-left .t1 {
    width: 100%;
    height: auto;
    margin-top: 10px;
}

.search-box .content .box2 .list ul li .con .con-left .t1 .tt1 {
    font-size: 12px;
    line-height: 12px;
    height: 12px;
    color: #787878;
    margin-right: 15px;
    float: left;
    margin-bottom: 5px;
}

.search-box .content .box2 .list ul li .con .con-left .t1 .tt1 span {
    color: #1a1a1a;
}

.search-box .content .box2 .list ul li .con .con-left .t1 .tt1.ttt1 {
    padding-right: 20px;
    background-image: url(../images/join_icon4.png);
    background-repeat: no-repeat;
    background-position: right center;
}

.search-box .content .box2 .list ul li .con .con-right {
    width: 66%;
    height: auto;
    float: left;
    font-size: 14px;
    line-height: 25px;
}

.search-box .content .box2 .list ul li .more {
    width: 164px;
    height: 45px;
    background-color: #20489f;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 45px;
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0;
}

@media (max-width: 1024px) {
    .search-box .content .box2 .list ul li .more {
        opacity: 1;
        width: 120px;
        height: 30px;
        line-height: 30px;
    }
}

@media (min-width: 1024px) {
    .search-box .content .box2 .list ul li:hover {
        box-shadow: 0 0 21px rgba(0, 0, 0, 0.18);
        border: 1px solid #fff;
    }
    .search-box .content .box2 .list ul li:hover .more {
        opacity: 1;
    }
}

@media (max-width: 1024px) {
    .search-box {
        margin-top: 80px;
    }
    .search-box .content .title span {
        font-size: 24px;
        line-height: 24px;
    }
    .search-box .content .title i {
        font-size: 14px;
        line-height: 14px;
        margin-top: 10px;
    }
    .search-box .content .box .tt {
        font-size: 18px;
        line-height: 20px;
    }
    .search-box .content .box1 .tt {
        font-size: 18px;
        line-height: 20px;
    }
    .search-box .content .box1 .list ul li a {
        padding: 20px 0;
    }
    .search-box .content .box1 .list ul li a .con .con-left {
        width: 52%;
        margin-top: 15px;
    }
    .search-box .content .box1 .list ul li a .con .con-left .time {
        width: 70px;
        height: 80px;
        background-size: cover !important;
    }
    .search-box .content .box1 .list ul li a .con .con-left .time .year {
        height: 22px;
        line-height: 22px;
    }
    .search-box .content .box1 .list ul li a .con .con-left .time .day {
        height: 44px;
        line-height: 44px;
    }
    .search-box .content .box1 .list ul li a .con .con-left .conn {
        width: calc(100% - 78px);
    }
    .search-box .content .box1 .list ul li a .con .con-left .conn .tits {
        font-size: 20px;
        line-height: 20px;
        height: 20px;
    }
    .search-box .content .box1 .list ul li a .con .pic {
        width: 46%;
    }
    .search-box .content .box2 .tt {
        font-size: 18px;
        line-height: 20px;
    }
    .search-box .content .box2 .list ul li .con .con-left .tits {
        font-size: 24px;
        line-height: 24px;
    }
}

@media (max-width: 730px) {
    .search-box {
        margin-top: 60px;
    }
}

@media (max-width: 500px) {
    .search-box .content .box1 .list ul li a .con .con-left {
        width: 100%;
        margin-top: 15px;
        float: none;
    }
    .search-box .content .box1 .list ul li a .con .con-left .conn {
        width: calc(100% - 78px);
    }
    .search-box .content .box1 .list ul li a .con .con-left .conn .tits {
        font-size: 20px;
        line-height: 20px;
        height: 20px;
    }
    .search-box .content .box1 .list ul li a .con .pic {
        width: 100%;
        float: none;
    }
    .search-box .content .box2 .list ul li .con .con-left {
        width: 100%;
        float: none;
    }
    .search-box .content .box2 .list ul li .con .con-left .tits {
        font-size: 18px;
        line-height: 18px;
    }
    .search-box .content .box2 .list ul li .con .con-right {
        width: 100%;
        float: none;
        margin-top: 2%;
    }
}

@media (max-width: 480px) {
    .search-box .content .title span {
        font-size: 20px;
        line-height: 20px;
    }
    .search-box .content .title i {
        font-size: 14px;
        line-height: 14px;
        margin-top: 6px;
    }
    .search-box .content .box .tt {
        font-size: 18px;
        line-height: 20px;
    }
    .search-box .content .box1 .tt {
        font-size: 18px;
        line-height: 20px;
    }
    .search-box .content .box2 .tt {
        font-size: 18px;
        line-height: 20px;
    }
}

@media (max-width: 455px) {
    .search-box {
        margin-top: 50px;
    }
}

.search-box .content .box .list {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 11px;
}

.search-box .content .box .list ul {
    width: 100%;
    height: auto;
}

.search-box .content .box .list ul li {
    width: 49.6%;
    height: auto;
    float: left;
    margin-bottom: 10px;
    position: relative;
}

.search-box .content .box .list ul li:nth-child(even) {
    float: right;
}

.search-box .content .box .list ul li .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/index_bg_x.png) no-repeat;
    background-size: cover !important;
    opacity: 0;
    transition: opacity .5s;
}

.search-box .content .box .list ul li .con {
    width: 83.7%;
    height: auto;
    position: absolute;
    left: 8.15%;
    top: 82%;
    transition: top .5s;
}

.search-box .content .box .list ul li .con .tits {
    font-size: 30px;
    line-height: 30px;
    color: #fff;
}

.search-box .content .box .list ul li .con .tit {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    height: 48px;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 15px;
    opacity: 0;
    transition: opacity .3s;
}

.search-box .content .box .list ul li .con .li-more {
    width: 137px;
    height: 45px;
    background: rgba(255, 255, 255, 0.2);
    text-align: center;
    filter: progid: DXImageTransform.Microsoft.gradient(startcolorstr=#33ffffff, endcolorstr=#33ffffff);
    display: block;
    font-size: 14px;
    line-height: 45px;
    color: #fff;
    margin-top: 32px;
    opacity: 0;
    transition: all .3s;
}

@media (min-width: 1024px) {
    .search-box .content .box .more:hover {
        background: rgba(43, 81, 164, 0.6);
    }
    .search-box .content .box .list ul li:hover .bg {
        opacity: 1;
    }
    .search-box .content .box .list ul li:hover .con {
        top: 25%;
    }
    .search-box .content .box .list ul li:hover .con .tit {
        opacity: 0.8;
    }
    .search-box .content .box .list ul li:hover .con .li-more {
        opacity: 1;
    }
}

@media (max-width: 980px) {
    .search-box .content .box .list ul li .con {
        top: 75%;
    }
}

@media (max-width: 780px) {
    .index-service {
        padding-bottom: 45px;
    }
    .search-box .content .box .box-title {
        padding-top: 50px;
    }
    .search-box .content .box .box-title .img-title img {
        width: 280px;
    }
    .search-box .content .box .box-title .con-title {
        width: 96%;
    }
    .search-box .content .box .list ul li {
        margin-bottom: 7px;
    }
    .search-box .content .box .list ul li .con .tits {
        font-size: 24px;
        line-height: 24px;
    }
}

@media (max-width: 740px) {
    .search-box .content .box .box-title .img-title {
        font-size: 28px;
        line-height: 28px;
    }
}

@media (max-width: 550px) {
    .search-box .content .box .box-title .img-title img {
        width: 240px;
    }
    .search-box .content .box .box-title .con-title {
        line-height: 20px;
    }
    .search-box .content .box .list {
        margin-top: 20px;
    }
    .search-box .content .box .list ul li .con .tits {
        font-size: 18px;
        line-height: 18px;
    }
    .search-box .content .box .more {
        width: 120px;
        height: 36px;
        line-height: 36px;
        margin: 15px auto 0;
    }
}

@media (max-width: 390px) {
    .search-box .content .box .box-title .img-title img {
        width: 200px;
    }
    .search-box .content .box .list ul li {
        width: 100%;
    }
    .search-box .content .box .list ul li .con {
        top: 80%;
    }
}

.join .join-job .list .list-new .btns {
    width: 100%;
    margin-top: 10px;
    text-align: center;
    font-size: 0;
    display: none;
}

@media (max-width: 620px) {
    .join .join-job .list .list-new .btns {
        display: block;
    }
}

.join .join-job .list .list-new .btns span {
    width: 8px;
    height: 8px;
    opacity: .4;
    border-radius: 8px;
    margin: 0 5px;
    background-color: #fff;
    cursor: pointer;
    display: inline-block;
    -webkit-transition: width .5s;
    -o-transition: width .5s;
    transition: width .5s;
}

.join .join-job .list .list-new .btns span.swiper-pagination-bullet-active {
    width: 20px;
    opacity: 1;
}


/*# sourceMappingURL=style.css.map */

.about-content-box {
    display: flex;
    flex: 1;
    justify-content: center;
}

.about-content-box .aboutUs-top-form {
    min-width: 340px;
    height: 570px;
}

.about-content-box .aboutUs-box {
    background-color: transparent;
    padding: 0;
}

.about-content-box .aboutUs-box .container {
    display: flex;
    flex-direction: column;
    padding: 0;
}

.about-content-box .aboutUs-box .container .aboutUs-items {
    flex: 1;
    margin-bottom: 15px;
}

.about-content-box .aboutUs-box .container .aboutUs-items:first-child {
    flex: 1.5;
}

.diloag {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60%;
    background-color: #fff;
    transform: translate(-50%, -50%);
    display: flex;
    height: 55%;
}

.diloag .diloag-left {
    flex: 0.8;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}



.diloag .diloag-right {
    flex: 1;
    overflow: hidden;
    padding: 25px 15px;
    overflow-y: auto;
    /*display: flex;*/

    /*flex-direction: column;*/
}
.techsup .techsup-one {
  height: 550px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.techsup .techsup-one::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.techsup .techsup-one .one-title {
  text-align: center;
  max-width: 930px;
  color: #fff;
  position: relative;
  z-index: 1;
}
.techsup .techsup-one .one-title h2 {
  font-size: 36px;
  margin-bottom: 15px;
}
.techsup .techsup-one .one-title span {
  font-size: 18px;
}
.techsup .techsup-two {
  height: 750px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.techsup .techsup-two .two-box {
  min-height: 500px;
  width: 900px;
  padding: 50px;
  background: url(../images/service_bg2.jpg) no-repeat center center / cover;
}
.techsup .techsup-two .two-box h2 {
  font-size: 36px;
  color: #20489f;
  text-align: center;
  margin-bottom: 30px;
}
.techsup .techsup-two .two-box .two-cont {
  display: flex;
  justify-content: space-between;
  max-width: 700px;
  margin: 0 auto;
}
.techsup .techsup-two .two-box .two-cont .two-items {
  width: 320px;
}
.techsup .techsup-two .two-box .two-cont .two-items:hover figure img {
  transform: scale(1.05);
}
.techsup .techsup-two .two-box .two-cont .two-items figure {
  width: 100%;
  height: 180px;
  overflow: hidden;
  margin-bottom: 20px;
}
.techsup .techsup-two .two-box .two-cont .two-items figure img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
}
.techsup .techsup-two .two-box .two-cont .two-items .items-txt h3 {
  font-size: 24px;
  margin-bottom: 15px;
}
.techsup .techsup-slot {
  height: 150px;
  background-color: #20489f;
  display: flex;
  align-items: center;
  justify-content: center;
}
.techsup .techsup-slot p {
  font-size: 24px;
  color: #fff;
  margin: 0;
  letter-spacing: 5px;
}
.techsup .techsup-three {
  padding: 95px 0;
}
.techsup .techsup-three .three-box {
  display: flex;
  flex-wrap: wrap;
  max-width: 1190px;
  justify-content: space-between;
}
.techsup .techsup-three .three-box .three-items {
  width: 570px;
  height: 320px;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
.techsup .techsup-three .three-box .three-items:hover figure img {
  transform: scale(1.05);
}
.techsup .techsup-three .three-box .three-items:hover .three-float {
  transform: translateY(0);
  background-color: rgba(42, 78, 155, 0.5);
}
.techsup .techsup-three .three-box .three-items figure {
  width: 100%;
  height: 100%;
  margin: 0;
}
.techsup .techsup-three .three-box .three-items figure img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
}
.techsup .techsup-three .three-box .three-items .three-float {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  display: flex;
  flex-direction: column;
  padding: 45px;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  transform: translateY(68%);
  transition: all 0.6s;
  z-index: 9;
}
.techsup .techsup-three .three-box .three-items .three-float h3 {
  font-size: 30px;
}
.techsup .techsup-three .three-box .three-items .three-float span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.techsup .techsup-three .three-box .three-items .three-float button {
  background-color: rgba(255, 255, 255, 0.5);
  color: #fff;
  width: 135px;
  height: 45px;
  border: none;
}
.techsup .techsup-three .three-box .three-items .three-float button:focus {
  outline: none;
}
.js-m {
    color: #fff;
}

.js-m .js-ulst{
    font-size: 82px;
    display: flex;
    justify-content: space-around;
    margin-bottom: 20px;
    font-family: cursive;
    font-weight: 600;
}

.js-m>span {
    display: block;
    text-align: center;
    font-size: 72px;
    font-family: cursive;
    font-weight: 600;
}

.news-catgory {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

.news-catgory li a{
    display: block;
    padding: 5px 15px;
    background-color: #fff;
    font-size: 18px;
    box-shadow: 2px 2px 10px #ccc;
    border-radius: 10px;
}
.news-catgory li:nth-child(2) {
    margin-left: 10px;
    margin-right: 10px;
}

.news-catgory .catgory-active a {
    color: #fff;
    background-color: #ba0329;
}
.talentrec-title {
  text-align: center;
  width: 825px;
  margin: 0 auto;
}
.talentrec-title h2 {
  font-size: 36px;
  margin-bottom: 30px;
}
.talentrec-title span {
  line-height: 2.5;
  opacity: 0.8;
  font-size: 18px;
}
.talentrec .talentrec-one {
  background: url(../images/join_banner.jpg) no-repeat center center / cover;
  height: 550px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.talentrec .talentrec-one::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
}
.talentrec .talentrec-one .one-box {
  position: relative;
  z-index: 9;
  max-width: 825px;
}
.talentrec .talentrec-one .one-box .talentrec-title {
  color: #fff;
}
.talentrec .talentrec-one .one-box .one-ulst {
  display: flex;
  justify-content: space-evenly;
  margin-top: 50px;
}
.talentrec .talentrec-one .one-box .one-ulst li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.talentrec .talentrec-one .one-box .one-ulst li figure {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.talentrec .talentrec-one .one-box .one-ulst li figure img {
  width: 65px;
}
.talentrec .talentrec-two {
  padding: 100px 0;
}
.talentrec .talentrec-two .talentrec-swiper {
  margin-top: 30px;
  height: 600px;
}
.talentrec .talentrec-two .talentrec-swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.8);
}
.talentrec .talentrec-two .talentrec-swiper .swiper-slide-active,
.talentrec .talentrec-two .talentrec-swiper .swiper-slide-duplicate-active {
  transform: scale(1);
}
.talentrec .talentrec-two .talentrec-swiper .swiper-button-next {
  right: 120px;
}
.talentrec .talentrec-two .talentrec-swiper .swiper-button-prev {
  left: 120px;
}
.talentrec .talentrec-two .talentrec-swiper .swiper-button-next:after,
.talentrec .talentrec-two .talentrec-swiper .swiper-button-prev:after {
  display: flex;
  height: 100px;
  background-color: #20489f;
  min-width: 50px;
  max-width: 50px;
  color: #fff;
  align-items: center;
  justify-content: center;
}
.talentrec .talentrec-three {
  background: url(../images/join_bg1.jpg) no-repeat center center / cover;
  padding: 95px 0;
}
.talentrec .talentrec-three .talentrec-title {
  color: #fff;
}
.talentrec .talentrec-three .talentrec-btn {
  width: 165px;
  height: 45px;
  background-color: #20489f;
  margin: 50px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #20489f;
  color: #fff;
  transition: all 0.6s;
  
}
.talentrec .talentrec-three .talentrec-btn:focus {
  outline: none;
}
.talentrec .talentrec-three .talentrec-btn:hover {
  background-color: #fff;
  color: #20489f;
}
.talentrec .talentrec-three .talentrec-swiper2 {
  width: 90%;
  margin: 0 auto;

}
.talentrec .talentrec-three .talentrec-swiper2 .swiper-slide {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding: 25px 20px;
  position: relative;
  overflow: hidden;
}
.talentrec .talentrec-three .talentrec-swiper2 .swiper-slide:hover .swiper-float {
  transform: translateX(0);
}
.talentrec .talentrec-three .talentrec-swiper2 .swiper-slide h5 {
  font-size: 22px;
}
.talentrec .talentrec-three .talentrec-swiper2 .swiper-slide ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px;
}
.talentrec .talentrec-three .talentrec-swiper2 .swiper-slide ul li {
  font-size: 12px;
  display: flex;
  align-items: center;
}
.talentrec .talentrec-three .talentrec-swiper2 .swiper-slide p {
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  margin-bottom: 15px;
}
.talentrec .talentrec-three .talentrec-swiper2 .swiper-slide .swiper-float {
  position: absolute;
  right: -3px;
  bottom: -3px;
  width: 165px;
  height: 40px;
  transform: translateX(165px);
  transition: all 0.6s;

}
.talentrec .talentrec-three .talentrec-swiper2 .swiper-slide .swiper-float:hover button {
  background-color: #fff;
  color: #20489f;
}
.talentrec .talentrec-three .talentrec-swiper2 .swiper-slide .swiper-float button {
  width: 100%;
  background-color: #20489f;
  height: 100%;
  border: none;
  color: #fff;
  transition: all 0.6s;
  font-size: 14px;
    border: 3px solid #20489f;
}
.talentrec .talentrec-three .talentrec-swiper2 .swiper-slide .swiper-float button:focus {
  outline: none;
}
.flex-box {
    display: flex;
}

.diloag-form {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    z-index: 9999;
    display: none;
}

.diloag-form form>img {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    cursor: pointer;
}
.diloag-form form {
    width: 30%;
    background-color: #fff;
    padding: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.diloag-form form h2 {
    text-align: center;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

.diloag-form form .form-items {
    display: flex;
    width: 80%;
    margin: 0 auto 30px;
    height: 50px;
    align-items: center;
}

.diloag-form form .form-items label {
    width: 60px;
    text-align: center;
}
.diloag-form form .form-items input {
    flex: 1;
    height: 100%;
    padding: 0 10px;
    border: 1px solid #ccc;
}
.diloag-form form input[type=submit] {
    width: 150px;
    height: 40px;
    background-color: #20489f;
    border: none;
    color: #fff;
}
.swiper-floats {
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.swiper-txt {
    font-size: 60px;
    text-align: center;
    color: #ba0329;
    letter-spacing: 10px;
    font-family: 'banhei';
}
.swiper1 .swiper-slide {
    position: relative;
}

.swiper1 .swiper-slide::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    left: 0;
    top: 0;
}
.news-back::after {
    content: none;
}
.diloag .zp-left {
    display: flex;
    flex-direction: column;
}

.diloag .zp-left h5 {
    font-size: 30px!important;
    color: #20489f;
    font-weight: 600;
}

.diloag .zp-left ul li{
    font-size: 16px!important;
}

.diloag .zp-left ul li:not(:last-child) {
    margin-right: 25px;
}
