@font-face {
    font-family: 'BEBAS';
    src: url(../fonts/BEBAS.woff2);
}

@font-face {
    font-family: "Lobster";
    src: url(../fonts/Lobster.woff2);
}

@font-face {
    font-family: 'GOTHIC';
    src: url(../fonts/GOTHIC.woff2);
}

@font-face {
    font-family: 'CENTURYGOTHIC';
    src: url(../fonts/CENTURYGOTHIC-BOLD.woff2);
}

@font-face {
    font-family: 'PingFang';
    src: url(../fonts/PingFang.woff2);
}

@font-face {
  font-family:'robota-vrg';
  src:url("../fonts/robota.woff2") format("woff2");
  font-weight:normal;
  font-style:normal;
}
@font-face {
  font-family:'avenir-regular';
  src:url("../fonts/avenir-regular.woff2") format("woff2");
  font-weight:normal;
  font-style:normal;
}
@font-face {
  font-family:'avenir-heavy';
  src:url("../fonts/avenir-heavy.woff2") format("woff2");
  font-weight:normal;
  font-style:normal;
}

*,
body,
html {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
	font-size:14px;
	line-height: 1.5;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0 auto;
	color: #333;
	background-color: #fff;
	box-sizing: border-box;
}

ol,
ul {
    list-style: none;
}

input {
    outline: none;
}

a {
    color: #333;
    text-decoration: none;
    cursor: pointer;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
}

a:hover{color: #1255C9;}

img {
    border: 0;
    vertical-align: middle;
    max-width: 100%;
}


.lxDw {
    position: absolute;
    top: -89px;
}

.inner {
    position: relative;
    max-width: 1600px;
    width: 80%;
    margin: 0 auto;
}

.inner5 {
    position: relative;
    max-width: 1200px;
    width: 80%;
    margin: 0 auto;
}


.lxSec {
    position: relative;
    background: #fff;
}

.lxTit {
    position: relative;
    margin-bottom: 30px;
}

.lxTit_cn {
    font-weight: bold;
    font-size: 38px;
    margin-bottom: 2px;
    line-height: 1.2;
}

.lxTit_en {
    font-weight: bold;
    
    font-size: 30px;
    text-transform: capitalize;
    line-height: 1.4;
}
.lxTit_en span {
    color: #1255C9;
}

.lxTit_en2 {
    
    font-size: 32px;
    line-height: 1;
}

.lxTit_en2 span {
    color: #1255C9;
}

.lxTit_en5 {
    
    font-size: 46px;
    line-height: 1;
    text-align: center;
}

.lxTit_en6 {
    
    font-size: 40px;
    line-height: 1;
    text-align: center;
}

.lxTit_en5 span {
    color: #1255C9;
}


.lxTit_line {
    display: none;
    margin-top: 16px;
    overflow: hidden;
}

.lxTit_line span {
    display: block;
    float: left;
    height: 4px;
    background-color: #d0121b;
    line-height: 1;
}

.lxTit_span1 {
    width: 50px;
}

.lxTit_span2 {
    width: 16px;
    margin-left: 3px;
}

.lxTit.white .lxTit_line span {
    background-color: #fff;
}

.lxTit.white .lxTit_en span,
.lxTit.white .lxTit_en,
.lxTit.white .lxTit_cn {
    color: #fff;
}

.lxTit.center {
    text-align: center;
}

.center2 {
    text-align: center;
}


.lxMore {
    position: relative;
}

.lxMore {
    margin-top: 48px;
}

.lxMore .more {
    display: block;
    width: 189px;
    height: 54px;
    line-height: 54px;
    border-radius: 58px;
    text-align: center;
    transition: all .2s;
    background: #1255C9;
    color: #fff;
}

.lxMore span {
    padding-right: 44px;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url(../images/arr.png);
    background-size: 21px;
}

.lxMore.sm .more {
    width: 128px;
    height: 34px;
    line-height: 34px;
    font-size: 12px;
}

.lxMore.sm span {
    padding-right: 24px;
    background-size: 14px;
}

.lxMore.center .more {
    margin: 0 auto;
}


.indMore {
    margin-top: 40px;
}

.indMore .more {
    background: #1255C9;
    color: #fff;
    line-height: 1;
    display: inline-block;
    box-shadow: 0 5px 20px rgba(16, 54, 205, 0.2);
}

.indMore span {
    font-weight: 400;
    text-transform: uppercase;
    padding: 0 48px 0 28px;
}

.indMore_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.indMore_flex div {
    border-left: 1px solid rgb(255 255 255 / 0.18);
    padding: 12px 14px;
}

.indMore_flex svg {
    width: 20px;
    height: 20px;
}

.indMore_flex path {
    fill: #fff;
}


/* page */
.lxPage {
    margin: 3% 0;
}

.lxPage_box {










































    width: 100%;
    max-width: 75em;
    padding-left: 16px;
    padding-right: 16px;
    margin: auto;
    position: relative;
    text-align: center;
}

.lxPage_box a,
.lxPage_box span {
    padding: 7px 16px;
    margin: 0 10px;
    border-radius: 5px;
    color: #636973;
    font-size: 16px;
    display: inline-block;
}

.lxPage_item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}

.lxPage_link {

    text-decoration: none;
    border: 1px solid #999;
}

.lxPage_link.active {
    color: #fff;
    background: #1255C9;
    border: 1px solid #1255C9;

}

.lxPage_link:hover {
    border: 1px solid #1255C9;
}

/* banner */


.lxBan img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*  */
.lxBan {
    position: relative;
    width: 100%;
    height: 50vh;
}

.lxBan img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lxBan_txt {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 12%;
    width: 76%;
    z-index: 11;
}

.lxBan_txt p {
    color: #fff;
    opacity: 0.12 !important;
    position: absolute;
    top: -48px;
    font-size: 128px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1;
    left: 0;
    width: 100%;
    font-weight: bold;
    font-family: 'CENTURYGOTHIC';
}

.lxBan_txt span {
    font-size: 50px;
    
    color: #fff;
    line-height: 1;
    font-weight: bold;
    display: block;
}

.lxBan_txt i {
    display: block;
    width: 38px;
    height: 4px;
    background: #fff;
}

.lxBan_txt.center {
    text-align: center;
}

.lxBan_txt.center i {
    margin: 0 auto;
	margin-top:10px;
}

.second-nav-box {
    padding-left: 5%;
    height: 100px;
    border-bottom: 1px solid #e6e6e6;
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index: 80;
}

.second-nav-box .nav-box {
    width: 100%;
    height: 100%;
    background-color: #fff;
    font-size: 16px;
    padding: 0 10% 0 5%;
}

.second-nav-box .center {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.second-nav-box .left {
    padding-left: 20px;
    height: 100%;
    line-height: 98px;
    display: inline-block;
    background-image: url(../images/25.png);
    background-repeat: no-repeat;
    background-size: 10px auto;
    background-position: left center;
    color: #333;
    font-weight: bold;
}

.second-nav-box .right {
    height: 100%;
}

.second-nav-box .items {
    display: inline-block;
    height: 100%;
    line-height: 100px;
    margin-left: 40px;
    position: relative;
    text-align: center;
}

.second-nav-box .items span {
    position: relative;
    z-index: 10;
    transition: all 0.6s;
    color: #333;
    padding-bottom: 20px;
}

.second-nav-box .items span:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #1255C9;
    border-radius: 2px;
    left: 0;
    top: calc(50% + 4px);
    z-index: -1;
    transform-origin: left center;
    transform: scalex(0);
    transition: all 0.48s;
}

.second-nav-box .items.active span,
.second-nav-box .items:hover span {
    font-size: 20px;
    font-weight: bold;
}

.second-nav-box .items:hover span::after,
.second-nav-box .items.active span::after {
    transform: scalex(1);
}



/*  */
.abAbout {
    position: relative;
}

.lxAbout {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center left;
    background-size: contain;
    padding: 90px 0 70px 0;
}

.lxAbout_box {
    position: relative;
}







.lxAbout_info {

padding: 3% 0;
}

.lxAbout_txt {
    max-width: 55%;
}


.lxAbou_p {
    max-width: 80%;
}

.lxAbou_p span {
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
    color: #1255C9;
    display: block;
    margin-bottom: 14px;
}

.lxAbou_p p {
    font-size: 16px;
    line-height: 2;
    color: #666;
    margin-bottom: 10px;
}

.lxAbout_img {
    position: absolute;
    top: 0;
    right: 0;
    width: 45%;
    line-height: 0;
    overflow: hidden;
}



.lxAbout_img video,
.lxAbout_img img {
    width: 100%;
}

.indAb_num {

    justify-content: space-between;
    margin-top: 52px;
    box-sizing: border-box;
    margin-left: -7%;
}

.indAb_div {
    position: relative;
    text-align: center; float:left;
    width: 48%; margin-bottom:54px;
}



.indAb_div::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: #eee;
    transform: rotate(15deg);
}

.indAb_div:first-child:before {
    content: none;
}

.indAb_div>div {
    position: relative;
    display: inline-block;
}

.indAb_div img {
    display: block;
    margin-bottom: 14px;
}

.indAb_num span {
    color: #1255C9;
    font-size: 24px;
    letter-spacing: 0;
    line-height: 1;
    font-family: 'BEBAS';
    min-width: 66px;
    display: inline-block;
}

.indAb_num i {
    display: inline-block;
    position: absolute;
    top: 8px;
    left: 122%;
    /* right: -54px; */
    color: #1255C9;
    line-height: 1;
    font-size: 12px;
    text-align: left;
    text-transform: uppercase;
    transform-origin: top left;
    transform: rotate(90deg);
    font-style: inherit;
}

.indAb_num p {
    font-size: 15px;
    color: #999;
    margin-top: 6px;
}

/* solu */
.lxSolu {
    position: relative;
}

.lxSolu_top {
    position: absolute;
    top: 12%;
    width: 100%;
    left: 0;
    z-index: 11;
    padding-left: 10%;
}

.indSolu_list {
    opacity: 0.8;
    position: relative;
    margin-top: 28px;
}

.indSolu_list::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90%;
    border-bottom: 2px solid rgba(255, 255, 255, 0.38);
}

.indSolu_list li {
    position: relative;
    display: inline-block;
    margin-right: 48px;
    padding-bottom: 14px;
}

.indSolu_list li:last-of-type {
    margin-right: 0;
}

.indSolu_list li::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    z-index: 3;
    background: #1255C9;
    transition: all 0.48s;
}

.indSolu_list li.on::after {
    width: 100%;
}

.indSolu_a {
    display: flex;
    align-items: flex-end;
}

.indSolu_a i {
    line-height: 1;
    font-style: inherit;
    font-family: 'BEBAS';
    font-family: 'CENTURYGOTHIC';
    color: #fff;
    font-size: 40px;
    margin-right: 8px;
    text-transform: uppercase;
}

.indSolu_a div {
    vertical-align: bottom;
    padding-bottom: 3px;
}

.indSolu_a span {
    color: #fff;
    font-size: 16px;
}

.indSolu_a p {
    letter-spacing: 0;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
}

/*  */
.lxSolu_img {
    position: relative;
    height: 100vh;
}

.lxSolu_img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0028aa;
    opacity: 0.58;
    z-index: 1;
}

.lxSolu_img .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.lxSolu_img .swiper-container,
.lxSolu_img .swiper-wrapper,
.lxSolu_img .swiper-slide {
    height: 100%;
}

.lxSolu_img .swiper-pagination {
    width: auto;
    background: #fff;
    bottom: 0;
    right: 0;
    left: auto;
    padding: 38px;
}

.lxSolu_img .swiper-pagination-bullet {
    position: relative;
    width: auto;
    height: auto;
    font-size: 12px;
    text-decoration: underline;
    background: transparent;
}

.lxSolu_img .swiper-pagination-bullet::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 2px;
    width: 100%;
    background: #1255C9;
    opacity: 0;
}

.lxSolu_img .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 18px;
}

.lxSolu_img .swiper-pagination-bullet-active {
    text-decoration: none;
    font-size: 18px;

}

.lxSolu_img .swiper-pagination-bullet-active::after {
    opacity: 1;
}

.lxSolu_btm .swiper-button-next,
.lxSolu_btm .swiper-button-prev {
    position: absolute;
    left: 0;
    z-index: 99;
    background: rgba(255, 255, 255, 0.5);
    border: 0;
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
}

.lxSolu_btm .swiper-button-next img,
.lxSolu_btm .swiper-button-prev img {
    width: 18%;
}

.lxSolu_btm .swiper-button-prev {
    top: 6px;
}

.lxSolu_btm .swiper-button-next {
    top: 32%;
}

.lxSolu_btm .swiper-slide {
    opacity: 0 !important;
}

.lxSolu_btm .swiper-slide-active {
    opacity: 1 !important;
}

.lxSolu_btm {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 7;
}

.lxSolu_btm>.inner {
    position: relative;
    z-index: 5;
}

.lxSolu_btm::after {

    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(rgb(177 1 14 / 0%), rgb(177 1 14 / 10%));
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(rgb(177 1 14 / 0%), rgb(177 1 14 / 10%));
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(rgb(177 1 14 / 0%), rgb(177 1 14 / 10%));
    /* Firefox 3.6 - 15 */
    background: linear-gradient(rgb(177 1 14 / 0%), rgb(177 1 14 / 10%));
  
}

.lxSolu_btm>img {
    position: absolute;
    bottom: 89px;
    left: 0;
    width: 100%;
}

.lxSolu_txt {
    padding-bottom: 8%;
    padding-left: 10%;
}

.lxSolu_btm .indSolu_a i {
    font-size: 80px;
    margin-right: 12px;
}

.lxSolu_btm .indSolu_a div {
    padding-bottom: 14px;
}

.lxSolu_btm .indSolu_a span {
    font-size: 28px;
    line-height: 1.1;

}

.lxSolu_btm .indSolu_a p {
    font-size: 15px;
    display: none;
}

.lxSolu_p {
    margin: 38px 0;
}

.lxSolu_p p {
    color: #fff;
    font-size: 17px;
    max-width: 50%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 70px;
    line-height: 2.1;
}

/* news */
.lxNew {
    overflow: hidden;
    padding-top: 90px;
    padding-bottom: 118px;
    padding-left: 10%;
    background-color: #f5f5f5;
    background-image: url(../images/bg1.gif);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.lxNew_box {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.lxNew_l {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 329px;
    padding: 10px 0 0;
}

.lxNew_l li {
    margin: 15px 0;
    min-height: 42px;
}

.lxNew_l li a {
    position: relative;
    font-size: 16px;
    color: #999;

    padding-left: 30px;
    display: block;
}

.lxNew_l li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
    height: 2px;
    width: 18px;
    background: #999;
    transition: all 0.68s;
}

.lxNew_l li.on a {
    font-weight: bold;
    font-size: 20px;
    color: #1255C9;
    transition: all 0.68s;
}

.lxNew_l li.on a::before {
    background: #1255C9;
    height: 3px;
    margin-top: -1.5px;
}

.lxNew_r {
    width: calc(100% - 388px);
}

.lxNew_a {
    position: relative;
    display: block;

}

.lxNew_img {
    position: relative;
    overflow: hidden;
}

.lxNew_img img {
    width: 100%;
    transition: all 0.8s;
}

.lxNew_img .lxNew_time {
    position: absolute;
    right: 21px;
    top: 21px;
    padding: 8px 16px;
    background: #fff;
    text-align: center;
    color: #1255C9;
    display: none !important;
}

.lxNew_img .lxNew_time span {
    font-weight: bold;
    font-family: 'BEBAS';
    line-height: 1;
    font-size: 32px;
}

.lxNew_img .lxNew_time p {
    letter-spacing: 0;
    line-height: 1;
    font-size: 10px;
    opacity: 0.5;
}


.lxNew_time {
    line-height: 1;
    letter-spacing: 0;
    display: block;
    color: #666;
    margin: 30px 0 12px;
    font-size: 14px;
}

.lxNew_tit {
    color: #1a1a1a;
    font-size: 18px;
    line-height: 1.6;
    transition: all 0.48s;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 700;
}





.lxNew_p {
    margin-top: 15px;
    color: #999;
    font-size: 14px;
    line-height: 1.7;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lxNew_p img {
    margin: 0 3px;
}

.lxNew .swiper-container-horizontal>.swiper-scrollbar {
    position: relative;
    margin-top: 48px;
    width: 100%;
    left: 0;
    bottom: 0;
}

.lxNew .swiper-scrollbar-drag {
    background: #1255C9;
}

/* ===============================
    solution
================================================================================= */
.solTit {
    margin-top: 138px;
}

.solBox {
    overflow: hidden;
    position: relative;
    z-index: 11;
}

.solBox::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 80%;
    height: 100%;
    background: #f8f8f8;
    z-index: -1;
}

.soluItem {
    position: relative;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    padding: 68px 0;
}

.soluImg {
    position: relative;
    width: 60%;
    padding-top: 38%;
    overflow: hidden;
}

.soluImg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0028aa;
    opacity: 0.58;
    z-index: 1;
    transition: all 0.48s;
}

.soluImg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.48s;
}

.soluImg:hover::after {
    opacity: 0.18;
}

.soluImg:hover img {
    transform: scale(1.1);
}

.soluItem:nth-child(2n) .soluTxt {
    order: -1;
}

.soluTxt {
    width: 40%;
    padding: 0 5%;
    padding-right: 10%;
    text-align: left;
    display: flex;
    align-items: center;
    position: relative;
}

.soluTxt_ico {
    position: absolute;
    width: 27%;
    bottom: 0;
    right: 10%;
    opacity: 0.05;
    animation: icoanimate 2s infinite alternate;
}

@keyframes icoanimate {
    0% {
        right: 10%;
    }

    100% {
        right: 12%;
    }
}

.soluTit {
    font-size: 32px;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 24px;
    display: flex;
    align-items: flex-end;
}

.soluTit i {
    line-height: 1;
    font-style: inherit;
    font-family: 'CENTURYGOTHIC';
    color: #1255C9;
    font-size: 80px;
    margin-right: 8px;
    text-transform: uppercase;
}

.soluTit div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 20px;

}


.soluTit span {
    color: #333;
    font-size: 32px;
    line-height: 1.1;

}

.soluTit p {
    font-size: 18px;
    color: #333;
    text-transform: uppercase;
}

.soluTxt_p p {
    font-size: 16px;
    color: #666;
    line-height: 2.1;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
}

.soluTxt .indMore {
    margin-top: 89px;
}

/* ===============================
    soluList
================================================================================= */
.soluList {
    margin-top: 89px;
    background: #f2f2f2;
}

.soluList_top {
    height: 68vh;
    position: relative;
    background: #ffffff;

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.soluList_top>img {
    display: none;
    width: 100%;
}

.soluList_top::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0028aa;
    opacity: 0.58;
}

.soluList_tit {
    position: relative;
    z-index: 11;
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
}

.soluList_tit span {
    display: block;
    position: relative;
    font-size: 36px;
    color: #fff;
    font-weight: bold;
}

.soluList_tit i {
    position: absolute;
    bottom: -38px;
    left: 6%;
    width: 100%;
    text-align: center;
    font-size: 248px;
    line-height: 1;
    font-family: 'CENTURYGOTHIC';
    text-transform: uppercase;
    opacity: 0.12;
    font-style: inherit;
}

.soluList_tit p {
    font-size: 17px;
    line-height: 2.1;
    color: #fff;
    margin-top: 18px;
    opacity: .8;
    text-transform: capitalize;
}

.soluList_row {
    background: #f2f2f2;
}

.soluList_row:nth-child(2n) {
    background: #ffffff;
}

.soluList_row:nth-child(2n) .soluList_img {
    order: -1;
}

.soluList_row:nth-child(2n) .soluList_txt {
    background-color: #f9f9f9;
}

.soluList_item {
    height: 70vh;

    padding: 48px 0;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.soluList_img {
    position: relative;
    width: 66%;
    height: 100%;
    overflow: hidden;
}

.soluList_img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.48s;
}


.soluList_img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.18;
}

.soluList_img:hover::after {
    opacity: 0;
}

.soluList_img:hover img {
    transform: scale(1.1);
}

.soluList_txt {
    position: relative;
    background-position: center;
    background-size: cover;
    background-color: #ffffff;
    background-repeat: no-repeat;
    width: 31%;
    height: 100%;
    padding: 5%;
    text-align: center;
    display: flex;
    align-items: center;
}

.soluList_txt::before {
    content: "";
    position: absolute;
    top: 24px;
    left: 24px;
    width: calc(100% - 48px);
    height: calc(100% - 48px);
    border: 1px dashed #1255C9;
    opacity: 0.18;
}

.soluList_txt>div {
    display: inline-block;
    text-align: left;
}

.soluList_span {
    position: relative;
    color: #1255C9;
    font-size: 24px;
}

.soluList_span::after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 21px;
    height: 3px;
    background: #1255C9;
}

.soluList_p {
    color: #666;
    margin-top: 34px;
    margin-bottom: 68px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    text-transform: capitalize;
    line-height: 2.1;
}

/* ===============================
    soluDet
================================================================================= */
.soluDet {
    padding: 108px 0 0;
    position: relative;
}

.soluDet_span {
    display: block;
    color: #000;
    font-size: 22px;
    font-weight: bold;
    text-transform: capitalize;
}

.soluDet_box {
    overflow: hidden;
    padding: 68px 0 89px;
    position: relative;
    z-index: 3;
}

.soluDet_box::before {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 0;

    left: 0;
    width: 100%;
    height: 80%;
    background: #f6f6f6;
}









.soluDet_box .inner {
    position: relative;
    display: flex;

    align-items: stretch;
    justify-content: space-between;
}

.soluDet_box .inner>div {
    width: 50%;
}

.soluDet_img {
    position: relative;
    padding-top: 28%;
    box-shadow: 10px 28px 24px rgb(51 51 51 / 0.18);
}

.soluDet_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.soluDet_tit {
    position: relative;
}


.soluDet_tit p {
    font-weight: bold;
    font-size: 38px;
    color: #1255C9;
    border-left: 10px solid #1255C9;
    padding-left: 18px;
    line-height: 1;
}

.soluDet_pad {
    padding: 34px 34px 0;
}

.soluDet_p {
    position: relative;
}

.soluDet_p p {
    margin-top: 14px;
    font-size: 16px;
    line-height: 2.1;
    color: #666;
    text-transform: capitalize;
}

.soluDet_adv {
    position: relative;
    padding: 48px 0 68px;
    background-image: url(../images/bg6.png);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: contain;
}

.soluDet_ul {
    padding: 34px;
}

.soluDet_ul ul {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}

.soluDet_ul li {
    width: 49%;
    background: rgb(255 255 255 / 0.68);
    padding: 12px;
    position: relative;

    margin-top: 24px;
    display: flex;
    align-items: flex-start;
    min-height: 82px;
    box-shadow: 0 0 10px 1px #f8f8f8;
}

.soluDet_ul li::before {
    content: "";
    position: absolute;
    top: 18px;
    width: 3px;
    left: -1px;
    height: 14px;
    background: #1255C9;
}

.soluDet_ul i {
    font-weight: bold;
    color: #1255C9;
    font-style: inherit;
    font-size: 18px;
    font-family: 'CENTURYGOTHIC';
    margin-left: -8px;
    width: 60px;
    text-align: center;
}

.soluDet_ul p {
    display: inline-block;
    width: calc(100% - 80px);
    vertical-align: top;
    line-height: 2.1;
    color: #666;
    font-size: 15px;
    text-transform: capitalize;
}

/* ===============================
    product
================================================================================= */
.product {
    background: #999;
    width: 100%;
    height: 100vh;
    position: relative;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.proA {
    position: relative;
    flex: 1;
    display: block;
    transition: all 0.48s;
    overflow: hidden;
}



.proImg {
    position: relative;
    width: 100%;
    height: 100%;
    background: #0028aa;
}

.proImg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.28;
    transition: all 0.68s;
}


.proImg img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.8;
    transition: all 0.68s;
}

.proTxt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}


.proTxt svg {
    width: 78px;
    height: 78px;
    margin: 0 auto;
}

.proTxt path {
    fill: #ffffff;
}

.proTxt p {
    color: #fff;
    font-weight: bold;
    font-size: 32px;
    display: block;
    margin-top: 24px;
    letter-spacing: 2px;
}

.proTxt i {
    display: inline-block;
    width: 28px;
    height: 3px;
    background: #fff;
}

.proMore {
    opacity: 0;
    margin: 30px auto 0;
    border-radius: 50%;
    border: 2px solid #fff;
    color: #fff;
    text-align: center;
    width: 48px;
    height: 48px;
    line-height: 41px;
    font-size: 28px;
    transition: all 0.68s;
}

@media(min-width:1025px) {
    .proA:hover {
        flex: 2;
    }

    .proA:hover .proImg::after {
        background: #0028aa;
        opacity: 0.18;
    }

    .proA:hover .proImg img {
        opacity: 1;

    }

    .proA:hover .proMore {
        opacity: 1;
        margin-top: 80px;
    }
}

/* 2 or 3 */
.detPro {
    margin-top: 108px;
}

.detPro_a {
    display: block;
    position: relative;

    overflow: hidden;
}

.detPro_a:nth-child(2n) {
    background: #f8f8f8 url(../images/bg8.jpg) no-repeat center;
    background-size: cover;
}

.detPro_a:nth-child(2n) .detPro_img {
    order: -1;
}

.detPro_a:nth-child(2n-1) .detPro_txt {
    order: -1;
}

.detPro_a:nth-child(2n) .detPro_num {
    left: auto;
    right: -28px;
}

.detPro_num {
    position: absolute;
    bottom: -32%;
    left: -28px;
    font-size: 18vw;
    color: rgb(2 140 214 / 0.05);
    font-family: 'CENTURYGOTHIC';
    line-height: 1;
}

.detPro_a:nth-child(2n) .detPro_num {
    color: rgb(255 255 255 / 0.1);
    ;
}

.detPro_box {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.detPro_box>div {
    flex: 1;
}

.detPro_img {
    display: block;
    position: relative;
}

.detPro_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.detPro_txt {
    text-align: center;
    min-height: 568px;
    padding: 138px 38px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.detPro_txt>div {
    display: inline-block;
    text-align: left;
    max-width: 78%;
}

.detPro_name {
    color: #1255C9;
    font-weight: bold;
    font-size: 32px;
    display: block;
    margin-bottom: 14px;
    text-transform: capitalize;
}

.detPro_txt li {
    font-size: 16px;
    line-height: 2.1;
    color: #666;
    position: relative;
    /* list-style-type: circle; 
    margin-left: 20px;*/
}

/* ===============================
    devices
================================================================================= */
.devices.detPro {
    background: #f8f8f8;
    margin: 0;
    padding: 108px 0;
}

.devices .detPro_box {
    flex-wrap: wrap;
    justify-content: inherit;
}

.devices .detPro_a {
    width: calc(25% - 20px);
    float: left;
    margin: 10px;
    border: 1px solid #eee;
    flex: inherit;
    background: #fff;
    padding: 3% 2%;
}

.devices .detPro_img {
    padding-top: 100%;
    width: 100%;
    overflow: hidden;
}

.devices .detPro_img img {
    transition: all .48s;
}

.devices .detPro_a:hover .detPro_img img {
    transform: scale(1.1);
}

.devices .detPro_p {
    font-weight: bold;
    text-align: center;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 1.4;
    margin-top: 38px;
    min-height: 45px;
}

@media(max-width:1368px) {
    .devices .detPro_a {
        width: calc(33.33% - 30px);
        margin: 15px;
    }
}

@media(max-width:1024px) {
    .devices.detPro {
        padding: 108px 0 80px;
    }

    .devices .detPro_a {
        width: calc(33.33% - 20px);
        margin: 10px;
    }

    .devices .detPro_p {
        font-size: 15px;
    }
}

@media(max-width:768px) {
    .devices .detPro_a {
        width: calc(50% - 20px);
        margin: 10px;
        padding: 3%;
    }

    .devices .detPro_p {
        margin-top: 21px;
    }
}

@media(max-width:480px) {
    .devices .detPro_a {
        width: 100%;
        margin: 0 0 24px;
        padding: 3% 6% 10%;
    }

    .devices .detPro_p {
        min-height: 10px;
    }

}

/* ===============================
    det1
================================================================================= */
.det1 {
    padding: 138px 0 89px;
}

.det1Tip {
    margin-top: 28px;
    text-align: right;
    color: #1255C9;
}

.det1Tip br {
    display: none;
}

.det1Tip svg {
    margin-top: -2px;
    vertical-align: middle;
    width: 28px;
    height: 28px;
}

.det1Tip a {
    margin: 0 5px;
    text-decoration: underline;
}

.det1_tab {

    margin: 68px 0;
}



.det1 table {
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #eee;
}


.det1 thead td {
    padding: 1%;
    color: #fff;
}

.det1 tr:nth-child(2n-1) {
    background: #f8f8f8;
}

.det1 thead tr:nth-child(1) {
    background: #1255C9
}

.det1 tr {
    position: relative;
    transition: all 0.48s;
}

.det1 tr:hover {
    z-index: 11;
    background: rgb(0 40 170 / 0.1);
}

.det1 thead td {

    border-left: 1px solid rgb(238 238 238 / 0.5)
}

.det1_td5 {
    width: 28%;
    padding: 12px;
}

.det1 td {
    text-align: center;
}


.det1 tbody td {
    cursor: pointer;
    border-left: 1px solid #eee;
    border-top: 1px solid #f8f8f8;

}

.det1 .det1_td1 {
    width: 24%;
}

.det1 .det1_td6 {
    width: 10%;
}

.det1 .det1_img {
    position: relative;
    width: 100%;
    padding: 14%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.det1 .det1_img img {
    transform: scale(0.68);
    position: absolute;
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;
    object-fit: contain;
}

.det1 td svg {
    width: 38px;
    height: 38px;
}

/*  */
.det1Mbl {
    display: none;
    padding: 0 5%;
    position: relative;
}

.det1Mbl_row {
    margin-top: 24px;
    border: 1px solid #eee;
}

.det1Mbl_img {
    position: relative;
    padding-top: 32%;
    /* background: #f8f8f8; */
}

.det1Mbl_img svg {
    position: absolute;
    top: 5px;
    right: 10px;
    width: 28px;
    height: 28px;
    z-index: 11;

}

.det1Mbl_img img {
    position: absolute;
    top: 0;
    left: 5%;
    width: 90%;
    height: 100%;
    object-fit: contain;
}

.det1Mbl_tab {

    border-top: 0;
}

.det1Mbl_col {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.det1Mbl_col>div {
    padding: 6px 10px;
    font-size: 12px;
    color: #666;
    letter-spacing: 0;
}

.det1Mbl_l {
    width: 60px;
    border-top: 1px solid #eee;
}

.det1Mbl_r {
    width: calc(100% - 60px);
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;

}

.det1Mbl_r br {
    display: none;
}

/* ===============================
    det2
================================================================================= */

/* ===============================
    detDet
================================================================================= */

.detDet {
    margin-top: 89px;
    text-align: right;
    position: relative;
} 

.detDet_box {
    position: relative; 
}

.detDetImg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 45%;
    height: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    text-align: center;
}

.detDetImg img {
    width: 80%;
    height: 90%;
    object-fit: contain; 
}

.detDetImg.last {
    position: absolute;
}

.detDetImg .swiper-container {
    height: 83%;
}

.detDetImg .swiper-pagination {
    bottom: 2%;
    left: 0;
    width: 100% !important;
    text-align: center;
}

.detDetImg .swiper-pagination-bullet {
    margin: 15px;
    position: relative;
}

.detDetImg .swiper-pagination-bullet::before {
    content: "";
    position: absolute;
    top: -7px;
    left: -7px;
    width: 20px;
    height: 20px;
    border: 1px dotted #bd1622;
    transform: scale(1.2);
    transform-origin: center;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.48s;

}

.detDetImg .swiper-pagination-bullet-active {
    background: #bd1622;
}

.detDetImg .swiper-pagination-bullet-active::before {
    opacity: 1;
}

.detDetTxt {
    width: 55%;
    height: 100%;
    max-height: calc(100vh - 90px);
    overflow: auto;
    text-align: center;
    display: inline-block;
    box-shadow: 0 0 10px 1px #eee;
    position: relative;
    z-index: 11;

}

.detDetTxt::-webkit-scrollbar {
    width: 0;
    height: 100%;
}


.detDetTit {


    position: relative;
    border-bottom: 1px solid #eee;
    padding-bottom: 14px;

}

.detDetTit span {
    background: #bd1622;
    color: #fff;
    font-weight: bold;
    padding: 4px 16px;
    display: inline-block;
    margin-bottom: 3px;
    text-transform: uppercase;
}


.detDetTit p {
    font-size: 32px;
    font-weight: bold;
    text-transform: capitalize;
}

.detDetTxt_top {
    padding: 5% 10%;
}

.detDetTxt_back {
    cursor: pointer;
    position: absolute;
    bottom: 24px;
    right: 0;
    width: 50px;
    height: 50px;
    border-radius: 6px;

    color: #fff;
    z-index: 11;
    transition: all 0.48s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.detDetTxt_back svg {
    width: 38px;
    height: 38px;
}

.detDetTxt_back path {
    fill: #999;
}

.detDetTxt_back:hover {
    background: #bd1622;
}

.detDetTxt_back:hover path {
    fill: #fffF;
}

.detDetTxt_p {
    margin-top: 30px;
}

.detDetTxt_p p {
    color: #666;
    margin-top: 10px;
}

.detDetTxt_btm {
    background: #f8f8f8;
    padding: 1px 10% 10%;
}

.detDetTxt>div {
    text-align: left;
}

.detDetName {
    position: relative;
}

.detDetName em {
    position: relative;
    display: inline-block;
    width: 5px;
    height: 18px;
    background-color: #bd1622;
    margin-right: 18px;
    border-radius: 50px;
}

.detDetName span {
    font-size: 20px;
    font-weight: bold;
    text-transform: capitalize;
}

.detDetDate {
    margin-top: 4vw;
}

.detDetDate ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 30px;
}

.detDetDate li {
    width: 46%;
    border-bottom: 1px solid #e2e2e2;
    padding: 14px 0;
    font-size: 13px;
    color: #4b4d51;
}

.detDetDate li span {
    font-weight: bold;
    color: #333;
    text-transform: capitalize;
}

.detDetDate_list {
    padding-top: 14px;
}

.detDetDate_list p {
    font-size: 14px;
    line-height: 2.1;
    color: #666;

    margin-top: 10px;
    background: rgb(255 255 255 / 0.68);
    padding: 14px 28px;
}

.detDetDate_list i {
    font-weight: bold;
    color: #333;
    margin-right: 6px;
}

/* ===============================
    service
================================================================================= */

.service {
    padding: 108px 0 68px;
    background: #f8f8f8;
}

.serBox {
    overflow: hidden;
    margin-top: 58px;
}

.serRow {
    cursor: pointer;
    display: flex;
    align-items: stretch;
    text-align: center;
    justify-content: space-between;
    font-family: 'GOTHIC';
}

.serRow>div {
    border: 2px solid #f8f8f8;
    background: #fff;
    padding: 10px;
    transition: all 0.48s;
}

.serRow .serName {
    width: 45%;
    text-align: left;
    padding: 10px 28px;
    display: flex;
    align-items: center;

}

.serRow .serTime,
.serRow .serCom {
    width: 20%;
}

.serRow .serLoad {
    width: 15%;
}

.serRow:first-child {
    font-weight: bold;

}

.serRow:first-child {
    color: #Fff;
    text-transform: uppercase;
}

.serRow:first-child .serName {
    background: #1255C9;

}

.serRow:first-of-type .serTime {
    background: #b3b3b3
}

.serRow:first-of-type .serCom {
    background: #808080
}


.serRow:first-of-type .serLoad {
    background: #343434;
}

.serRow>div:not(:first-of-type) {
    display: flex;
    align-items: center;
    justify-content: center;
}

.serRow:not(:first-of-type) .serName {
    font-size: 17px;
    background: rgb(177 1 14 / 0.05);
}

.serRow:not(:first-of-type) .serLoad {
    font-size: 12px;
    color: #999;
}



.serLoad svg {
    width: 30px;
    height: 30px;
    display: block;
    margin: 0 auto 5px;
}

.serRow:not(:first-of-type):hover>div {
    background: rgb(0 40 170 / 0.1);
}

.serRow:not(:first-of-type):hover .serName {
    color: #1255C9;

}


/* ===============================
    news
================================================================================= */
.news {
    padding: 100px 0 80px 0;
}

.news .newsBox {
    overflow: hidden; display: flex;align-items: stretch;flex-wrap: wrap;
}

.news .lxNew_a {
    display: block;
    float: left;
    width: 31%;
    margin: 1% 1% 2% 1%;
}

.lxNew_a:hover .lxNew_img img {
    transform: scale(1.1);

}

.lxNew_a:hover .lxNew_tit {
    color: #1255C9;
}

/* ===============================
    newsDet
================================================================================= */
.newsDet {
    position: relative;
}

.newsDet_box {
    margin: 130px auto 70px;
}

.newsTop {
    padding-bottom: 25px;
    border-bottom: 1px dashed #dbdbdb;
}

.newsTop em {
    background: #1255C9;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 2;
    padding: 0px 14px;
    display: inline-block;
    margin-bottom: 14px;
}

.newsTop h4 {

font-size: 34px;

line-height: 1.4;
font-weight: 400;
}

.newsTop span {
    color: #666;
    font-size: 13px;
    vertical-align: middle;
    display: inline-block;
    margin: 0 10px;
}

.newsTop img {
    margin-right: 8px;
    vertical-align: middle;
    position: relative;
    top: -2px;
}

.newsBody {
    line-height: 1.7;
    color: #444;
    margin-top: 38px;
}

.newsBody img {
    max-width: 100%;
}

.newsBody p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 10px;
}

.newsBody p.color {
    color: #1255C9;
}

.newsBody5 {
    line-height: 1.7;
    color: #444;
    margin-top: 28px;
	margin-bottom:30px;
}

.newsBody5 p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 10px;
}

.innerBack {
    font-weight: bold;
    text-transform: capitalize;
}

.innerBack {
    padding-top: 40px;
}

.innerBack a {
    display: inline-block;
    transition: all 0.48s;
    color: #333;
    font-size: 16px;
}

.innerBack svg {
    width: 28px;
    height: 28px;
    vertical-align: middle;
}

.innerBack path {
    fill: #1255C9;
}

.innerBack a:hover {
    padding-left: 40px;
    color: #1255C9;
}

/* ===============================
    join
================================================================================= */
.joinLc {
    position: relative;
    padding: 138px 0 108px;
    background: #f2f2f2;
}

.list-supplier {
    margin-right: -1.45833vw;
    margin-left: -1.45833vw;
    position: relative;
    overflow: hidden;
}

.list-supplier>li,
.list-supplier>div {
    width: 20%;
    margin-bottom: 0;
    float: left;
    vertical-align: top;
}

.job-process__wrap .list-supplier>div,
.supplier-top .list-supplier>div {
    width: 20%;
}

.supplier-item {
    position: relative;
    margin: 0 28px;
    padding: 38px 0 28px;
    text-align: center;
    background-color: #fff;
    margin-right: 1.45833vw;
    margin-left: 1.45833vw;
}

.job-process__wrap .supplier-item {
    background-color: #F7F7F7;
}

.list-supplier>div img {
    display: block;
    width: 68px;
    margin: 0 auto 28px;
}

.list-supplier>div svg {
    display: block;
    width: 68px;
    height: 68px;
    margin: 0 auto 14px;
}

.list-supplier>div path {
    fill: #ccc;
}

.supplier-item::after {
    font-size: 30px;
    position: absolute;
    top: 50%;

    right: 0;
    margin-top: -.8em;
    margin-right: -1.3em;
    content: url(../images/a.png);
}

.list-supplier>div:last-child .supplier-item:after {
    opacity: 0;
}

.supplier-item__num {
    position: relative;
}

.supplier-item__num>span {
    opacity: .05;
    color: #1255C9;
    font-size: 6.25vw;
    line-height: 1;
    font-family: 'CENTURYGOTHIC';
    font-weight: bold;
    letter-spacing: 5px;
}

.supplier-item__txt {
    font-size: 24px;
    line-height: 1.65;
    position: absolute;
    top: 26%;
    right: 0;
    left: 0;
}

/*  */
.joinFl {
    padding: 108px 0 0;
    position: relative;
}


.joinFl_p {
    position: relative;
    max-width: 80%;
    margin: 0 auto;
    text-align: center;
}



.joinFl_p::after {

    content: "";
    margin-top: 15px;
    display: inline-block;
    width: 0;

    height: 0;

    border-left-width: 4px;
    border-right-width: 4px;
    border-top-width: 6px;
    border-style: solid;
    border-color: rgb(177 1 14 / 0.5) transparent transparent transparent;
}

.joinFl_p p {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
}

.idealists-life {
    overflow: hidden;
}

.joinFl_bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 54%;
    background-image: url(../images/j2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.idealists-life .bg {
    margin-top: 55px;
    padding-bottom: 145px;
}

.idealists-life ul {
    background: #FFFFFF;
    padding: 0 80px 85px;
    border-top: 4px solid #1255C9;
    overflow: hidden;
    -webkit-box-shadow: 0 0 100px rgb(178 1 13 / 0.1);
    box-shadow: 0 0 100px rgb(178 1 13 / 0.1);
}

.idealists-life li {
    margin-top: 75px;
    float: left;
    width: 25%;
    padding: 0 20px;
}

.idealists-life li:nth-child(4n+1) {
    clear: both;
}

.idealists-life li .item {
    position: relative;
    padding-left: 68px;
}

.idealists-life li .item i {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 46px;
    height: 46px;
    line-height: 42px;
    text-align: center;
    border: 2px solid #eaeaea;
    font-style: normal;
    color: #111111;
}

.idealists-life li .item img {
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.idealists-life li .item svg {
    float: left;
    width: 48px;
    height: 48px;

}

.idealists-life li .item path {
    fill: #1255C9;
}

.idealists-life li .item img {
    float: left;
}

.idealists-life li .item div {
    margin-left: 58px;
}

.idealists-life li .item div span {
    display: block;
    color: #111111;
    font-size: 18px;
}

.idealists-life li .item div p {
    line-height: 1;
    color: #d9d9d9;
    font-size: 12px;
    font-family: 'GOTHIC';
    text-transform: uppercase;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.idealists-life li:hover i {
    color: #fff;
    background: #2d2d2d;
    border: 2px solid #2d2d2d;
}

/*  */
.joinDeve {
    position: relative;
    padding: 108px 0 80px;
}

.joinDeve_p {
    text-align: center;
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    margin: 0 auto;
    max-width: 90%;
}

.joinDeve_box {
    margin-top: 58px;
}

.joinDeve_img {
    position: relative;
    padding-top: 52%;
}

.joinDeve_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.joinDeve .swiper-pagination {
    position: relative;
    margin-top: 34px;
}

.joinDeve .swiper-pagination-bullet {
    width: 68px;
    height: 4px;
    border-radius: 6px;
    background: #1255C9;
}

.joinJob {
    position: relative;
    padding: 108px 0;
    background: #f8f8f8;
}

.recJob {
    color: #666;
}

.recJob_box {
    margin: 20px 0 0;
}

/* job-tit */
.recJob_tit {
    line-height: 20px;
    background: #1c1d21;






    padding: 10px 2%;
    overflow: hidden;
}

.recJob_tit span {
    float: left;
    width: 24%;
    color: #fff;
    line-height: 20px;
    font-size: 14px;
    padding: 5px 10px;
}

.recJob_tit span:nth-child(1) {
    width: calc(28% - 68px);
}

.recJob_tit span:nth-child(5) {
    width: 68px;
}

/* job-list  */
.recJob_list {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 75px;
    padding: 0 2% 30px;
    background: #fff;
}

.recruit li {
    border-bottom: 1px solid #e5e5e5;
    background: #fdfdfd;
}

.recJob_name {
    display: block;
    font-size: 0;
    padding: 25px 0;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #eee;

}

.recJob_list li:last-child .recJob_name {
    border-bottom: 0;

}



.recJob_name span {
    position: relative;
    float: left;
    width: 24%;

    line-height: 20px;

    font-size: 15px;
    padding: 5px 10px;
    color: #666;
}

.recJob_name span:nth-child(1) {
    width: calc(28% - 68px);
}

.recJob_name span:nth-child(5) {
    width: 68px;
}

.recJob_name span:nth-child(5)::after {
    content: "";
    position: absolute;
    right: 54%;
    top: 50%;
    width: 12px;
    height: 8px;
    background-image: url(../images/recruit-down.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.recJob_info {
    display: none;
    position: relative;
    border-top: 1px solid #efefef;
    padding: 0 30px;
    background: #f5f5f5;
}

.recJob_top {
    padding: 20px 0;
    padding-bottom: 25px;
    border-bottom: 1px solid #dcdcdc;
}

.recJob_top span {
    display: inline-block;
    width: 24%;
    font-size: 14px;
    line-height: 36px;
    color: #666;
    letter-spacing: 0;
}

.recJob_btm {
    overflow: hidden;
    padding: 40px 10px;
    border-bottom: 1px solid #dcdcdc;
}

.recJob_btm h4 {
    font-weight: 500;
    font-size: 18px;
    color: #333333;
    margin-bottom: 12px;
}

.recJob_btm p {
    line-height: 2;
    color: #666;
}

.recJob_btm .recJob_l {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding-right: 80px;
    margin-bottom: 15px;
}

.recJob_btm .recJob_r {
    width: 50%;
    float: right;
    box-sizing: border-box;
    padding-left: 60px;
}

.recJob_info .tips {
    padding: 20px 0 40px;
    color: #c31f2c;
    line-height: 1.8;
    font-size: 16px;
}

.recJob_info .tips a {
    display: inline-block;
    color: #c31f2c;
}

.recJob_list li.cur {
    border-color: transparent;
    background: #fff;
}

.recJob_list li.cur .recJob_name::after {
    background-image: url(../images/recruit-up.png);
}

@media(max-width:1024px) {
    .recJob_tit span {
        float: left;
        width: 20%;
        color: #fff;
        line-height: 20px;
        font-size: 14px;
        padding: 5px 10px;
    }

    .recJob_tit span:nth-child(1) {
        width: calc(40% - 68px);
    }

    .recJob_tit span:nth-child(5) {
        width: 68px;
    }

    .recJob_name span {
        width: 20%;
        font-size: 14px;
    }

    .recJob_name span:nth-child(1) {
        width: calc(40% - 68px);
    }

    .recJob_name span:nth-child(5) {
        width: 68px;
    }

    .joinJob {
        padding: 89px 0;
    }
}

@media (max-width: 768px) {
    .joinJob {
        padding: 48px 0;
    }

    .recJob_name {
        padding: 20px 0;
    }

    .recJob_info {
        padding: 0 28px 10px;
    }

    .recJob_top {
        padding: 16px 0;
    }

    .recJob_top span {
        width: auto;
        margin-right: 24px;
        font-size: 13px;
        line-height: 2.4;
    }

    .recJob_tit {
        padding: 10px 28px;
    }























    .recJob_list {
        padding: 0 28px 24px;
    }

    .recJob_btm {
        padding: 28px 10px;
    }

    .recJob_btm .recJob_r,
    .recJob_btm .recJob_l {
        width: 100%;
        padding: 0;
    }

    .recJob_btm h4 {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .recJob_info .tips {
        font-size: 15px;
    }



    .recJob_info .tips br {
        display: none;
    }
}

@media (max-width: 680px) {
    .recJob_info .tips {
        padding: 0 14px;
    }

    .recJob_list {
        padding: 0 14px 20px;
    }

    .recJob_btm {
        padding: 20px 10px;
    }

    .recJob_btm .recJob_l {
        padding: 0;
        float: none;
        width: 100%;
    }

    .recJob_btm .recJob_r {
        float: none;
        padding: 0;
        width: 100%;
    }

    .recJob_btm h4 {
        font-size: 16px;
    }

    .recJob_btm p {
        font-size: 13px;
    }

    .recJob_info {

        padding: 0 22px 6px;


    }





    .recJob_info .tips {
        padding: 14px 0;
    }

    .recJob_tit {
        padding: 10px 14px;

    }

    .recJob_tit span {
        width: 28%;
        font-size: 12px;
        padding: 0 10px;
    }

    .recJob_tit span:nth-child(1) {
        width: 44%;
    }

    .recJob_tit span:nth-child(5),
    .recJob_tit span:nth-child(4) {
        display: none;
    }

    .recJob_name {
        padding: 10px 0;
    }

    .recJob_name span {
        width: 28%;
        font-size: 13px;
    }

    .recJob_name span:nth-child(1) {
        width: 44%;
    }

    .recJob_name span:nth-child(5),
    .recJob_name span:nth-child(4) {
        display: none;
    }


}

@media (max-width: 680px) {

    .recJob_tit {
        padding: 10px;
    }



    .recJob_list {
        padding: 0 10px 12px;
    }

    .recJob_info {
        padding: 0 14px 6px;
    }

    .recJob_top {
        padding: 12px 0;
    }

    .recJob_top span {
        margin-right: 18px;
        line-height: 2;
        font-size: 12px;
        margin: 2px 6px;
    }

    .recJob_btm {
        padding: 12px 6px;
    }

    .recJob_btm h4 {
        font-size: 15px;
        margin-bottom: 0;
    }

    .recJob_btm p {
        line-height: 24px;
    }

    .recJob_info .tips {
        font-size: 13px;
    }
}

/* ===============================
    about
================================================================================= */
.about {
    overflow: hidden;
    position: relative;
    margin-top: 68px;
}

.about .lxAbou_p {
    max-width: 90%;
}

.abCul {
    margin: 38px 0 0;
    height: 50vh;
    position: relative;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    z-index: 3;
}

.abCul_item {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    box-shadow: 10px 28px 24px rgb(51 51 51 / 0.18);
    overflow: hidden;
}

.abCul_bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #0028aa;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.48s;
}

.abCul_r .abCul_bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .68;
    background-color: #8a000a;
}

.abCul_item:hover .abCul_bg {
    transform: scale(1.1);
}

.abCul_div {
    position: relative;
    z-index: 3;
    padding: 0 10%;
}

.abCul_l {
    width: calc(50% + 24px);
    position: relative;
    z-index: 11;
}

.abCul_r {
    position: absolute;
    top: -18px;
    right: 0;
    width: 50%;
}

.abCul_r::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;






    border-bottom: 18px solid #273040;

    border-right: 24px solid transparent;
    z-index: 21;
}


.abCul svg {
    width: 51px;
    height: 51px;
    margin-bottom: 14px;
}

.abCul span {
    display: block;
    font-weight: bold;
    font-size: 28px;
    color: #fff;
    margin-bottom: 28px;
    text-transform: uppercase;
}

.abCul p {
    opacity: .8;
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
    max-width: 80%;
    margin: 0 auto;
}

/*  */
.abTeam {
    position: relative;
    padding: 108px 0;
    overflow: hidden;
    background: url(../images/bg11.png);
    margin-top: -20px;
}

.abTeam_box {
    max-width: 1280px;
    margin: 0 auto;
}

.abTeam_a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    padding: 38px;
}


.abTeam_add {
    display: none;
}


.abTeam_img {
    overflow: hidden;
    position: relative;
    width: 110px;
    /* background: #f8f8f8 url(../images/analyst_bg.jpg) no-repeat center;
    background-size: cover; */

}

.abTeam_img img {
    display: block;
    width: 100%;
}

.abTeam_img .abTeam_img_mbl {
    display: none;
}

.abTeam_img_add {
    display: none;
}

.abTeam_txt {
    width: calc(100% - 160px);
}

.abTeam_name {
    font-size: 24px;
    color: #333;
}

.abTeam_name span {
    color: #1255C9;
    font-size: 14px;
}

.abTeam_p span {
    color: #1255C9;
    font-size: 20px;
    display: block;
    margin: 0 0 14px;

}

.abTeam_p p {
    font-size: 15px;
    line-height: 2.1;
    color: #666;
}

/*  */
.abPart {
    overflow: hidden;
    position: relative;
    padding: 108px 0 80px;
}

.abPart .swiper-container {
    padding: 20px 0;
}

.abPart_img {
    cursor: pointer;
    background: #fff;
    position: relative;
    padding-top: 52%;
    border: 1px solid #f8f8f8;
    -webkit-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

.abPart_img::after {
    height: 3px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2c79fb;
    z-index: 1;
    content: "";
    display: none;
}

.abPart_img:hover {
    z-index: 11;
    box-shadow: 0px 12px 80px -12px #e3e7f0;
    transform: scale(1.1);
}

.abPart_img:hover::after {

    display: block;
}

.abPart_img img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 58%;
    height: 100%;
    object-fit: contain;
    transition: all 0.68s;

}

.abPart .swiper-pagination {
    position: relative;
    margin-top: 34px;
}

.abPart .swiper-pagination-bullet {
    width: 68px;
    height: 4px;
    border-radius: 6px;
    background: #1255C9;
}

/* ===============================
    contact
================================================================================= */
.contact {
    position: relative;
    overflow: hidden;
    margin-top: 50px;
}

.conTop {
    position: relative;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.conTop_l {
    width: 50%;

}



.conMap {
    position: relative;
    width: 100%;
    height: 100%;
    background: #f8f8f8;
}

.mapBox {
    width: 100%;
    height: 100%;
}

.conTop_r {
    width: 100%;
}

.conTop_div {
    max-width: 100%;
    margin: 0 auto;
}

.conTop_span {
    position: relative;
    font-size: 24px;
    color: #1255C9;
    padding-bottom: 20px;
}

.conTop_span::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 28px;
    height: 3px;
    background: #1255C9;
}

.conTop_r ul {display: flex;}

.conTop_r li {
    padding: 60px 40px;
    border-right: 1px solid #e1e1e1;
    width: 33.333333333333333333%;
    float: left;
}

.conTop_r li:last-of-type {
    border-right: 0;
}

.conTop_r li.one {
    display: block;
}

.conTop_r li div {
    padding-left: 30px;
    background-repeat: no-repeat;
    background-position: left 6px;
    min-width: 40%;
}

.conTop_r li span {
    font-size: 22px;
    
    color: #333;
    line-height: 1.6;
    display: inline-block;
    margin-bottom: 5px;
}


.conTop_r li p {
    font-size: 16px;
    line-height: 1.6;
    color: #626262;
}

.conTop_r li p img {
    display: block;
    width: 80px;
}















.conBtm {
    position: relative;
    background: #f8f8f8;
}

.conBtm::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: #ddba69;
}

.conBtm::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: rgba(0, 0, 0, 0.38)
}

.conBtm .inner {
    position: relative;
    z-index: 11;
}

.conBtm {
    position: relative;
    padding: 108px 0;
}

.conBtm .inner {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.conInline {
    display: inline-block;
    width: 70%;
    padding: 6%;
    background: #fff;
    box-shadow: 10px 28px 24px rgb(51 51 51 / 0.18);

}

.conInline form div {

    display: flex;
    align-items: center;
    justify-content: space-between;
}

.conInline form input {
    width: 48%;
    background: #f5f5f5;
    height: 48px;
    line-height: 48px;
    padding: 0 14px;
    border: 0;
    margin-bottom: 10px;
}

.conInline form textarea {
    background: #f8f8f8;
    height: 148px;
    width: 100%;
    margin-top: 10px;
    border: 0;
    padding: 14px;
}

.conInline form button {
    background: #1255C9;
    color: #fff;
    width: 189px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 17px;
    border: 0;
    margin-top: 38px;
    margin-right: 0;
    cursor: pointer;
}


.conInline5 {
    display: inline-block;
    width: 100%;
    padding: 3%;
    background: #fff;
    margin-bottom: 20px;
    margin-top: 30px;
    box-shadow: 20px 20px 24px rgb(51 51 51 / 8%);
}

.conInline5 form div {

    display: flex;
    align-items: center;
    justify-content: space-between;
}

.conInline5 form input {
    width: 48%;
    background: #f5f5f5;
    height: 48px;
    line-height: 48px;
    padding: 0 14px;
    border: 0;
    margin-bottom: 12px;
}

.conInline5 form textarea {
    background: #f8f8f8;
    height: 148px;
    width: 100%;
    margin-top: 10px;
    border: 0;
    padding: 14px;
}

.conInline5 form button {
    background: #1255C9;
    color: #fff;
    width: 189px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 17px;
    border: 0;
    margin-top: 38px;
    margin-right: 0;
    cursor: pointer;
}


.conInline7 {
    display: inline-block;
    width: 100%;
    padding: 4% 6%;
    background: #fff;
    box-shadow: 20px 20px 24px rgb(51 51 51 / 8%);
}

.conInline7 form div {

    display: flex;
    align-items: center;
    justify-content: space-between;
}

.conInline7 form input {
    width: 48%;
    background: #f5f5f5;
    height: 58px;
    line-height: 58px;
    font-size: 16px;
    padding: 0 14px;
    border: 0;
    margin-bottom: 20px;
}

.conInline7 form textarea {
    background: #f5f5f5;
    height: 148px;
    width: 100%;
    font-size: 16px;
    margin-top: 10px;
    border: 0;
    padding: 14px;
}

.conInline7 form button {
    background: #1255C9;
    color: #fff;
    width: 240px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    font-size: 18px;
    border: 0;
    margin-top: 38px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    cursor: pointer;
}

.conP {
    display: flex;
    align-items: center;
    width: 24%;
}

.conP p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 10px;
    color: #fff;
}

.conP_ewm {
    display: inline-block;

    text-align: center;
    margin-bottom: 48px;
}



.conP_ewm div {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    padding-left: 18px;
}

.conP_ewm svg {
    width: 28px;
    height: 28px;
    margin-bottom: 10px;
}

.conP_ewm path {
    fill: #fff;
}

.conP_ewm img {

    vertical-align: middle;
    display: inline-block;
    width: 102px;
    padding: 3px;
    background: #fff;
}



.conP_ewm span {
    display: block;
    color: #fff;
    opacity: 0.8;
}

.conP_svg {
    max-width: 100%;
    margin-top: 89px;
    transform: scale(0.9);
    transform-origin: left center;
}

.line2 {
  display: inline-block;
  width: 38px;
  height: 2px;
  margin-left: 3px;
  background-color: #fff;
  margin-top: 8px;
  margin-bottom:15px;
}

.index-2-more{float: left;margin-right: 15px;}
.index-2-more a{display: inline-block;padding: 18px 45px;font-size: 16px;line-height: 1.2;text-align: center;border: 1px solid #1255C9;background: #1255C9;color: #ffffff;border-radius: 2px;}
.index-2-more a:hover{border-color: #1255C9;color: #fff;background: #1255C9;}

.index-2-more3{margin-top: 25px;display: block;}
.index-2-more3 a{display: inline-block;padding: 14px 48px;font-size: 15px;line-height: 1.2;text-align: center;border: 1px solid #1255C9;background: #1255C9;color: #ffffff;border-radius: 2px;}
.index-2-more3 a:hover{border-color: #1255C9;color: #fff;background: #1255C9;}

.index-2-more4{margin-top: 15px;display: block;}
.index-2-more4 a{display: inline-block;padding: 14px 48px;font-size: 15px;line-height: 1.2;text-align: center;border: 1px solid #1255C9;background: #1255C9;color: #ffffff;border-radius: 2px;}
.index-2-more4 a:hover{border-color: #1255C9;color: #fff;background: #1255C9;}

.index-2-more2{float: left;}
.index-2-more2 a{display: inline-block;padding: 18px 45px;font-size: 15px;line-height: 1.2;text-align: center;border: 1px solid #ffffff;color: #ffffff;border-radius: 2px;}
.index-2-more2 a:hover{border-color: #1255C9;color: #fff;background: #1255C9;}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.home-block1 {
	padding: 60px 0;
}


.home-block3 {
	padding: 60px 0;
}

.home-block5 {
	padding: 30px 0;
}

.home-block7 {
	padding: 45px 0;
}

.home-block8 {
	padding: 80px 0 60px 0;
}

.home-block9 {
	padding: 120px 0 60px 0;
}


.bg4{ background:#f5f5f5;}

.cpn-culture6{
    margin-top: 50px;
    text-align: center;
}
.cpn-culture6 ul{display: flex;align-items: stretch;flex-wrap: wrap;}
.cpn-culture6 ul li{width: 20%;padding: 35px 0;font-size:14px;color: #7b7b7b;line-height: 1.7;float: left;transition: 0.5s;}
.cpn-culture6 ul li .note{padding: 0 20px;text-align: left;}
.cpn-culture6 ul li h4{font-size: 18px;font-weight: 600;color: #4c4c4c;line-height: 1.2;position: relative;text-align: center;word-break: break-all;}
.cpn-culture6 ul li h4:after{position: absolute;left:50%;bottom:0px;width:30px;height: 3px;background: #1255C9;margin-left:-15px;transition: all 0.3s ease;}
.cpn-culture6 ul li p{color: #8a8a8a;line-height: 23px;margin-bottom:0;text-align: left;overflow: hidden;}
.cpn-culture6 ul li s {max-width: 90px;display: block;margin: 0 auto 25px auto;text-align: center;}
.cpn-culture6 ul li:hover h4:after{width:40px;margin-left:-20px;}

.cpn-culture6 ul li:hover{box-shadow: 0 0 30px rgba(0,0,0,.2);transform: translateY(-10px);}



.ysCase {
    position: relative;
    height: 80vh;
    background-color: #1255C9;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.ysCase_tit {
    position: relative;
    z-index: 11;
    left: 0;
    width: 100%;
}

.ysCase_wid {
    max-width: 40%;
}

.ysCase_p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 70px;
    line-height: 1.7;
}

.ysCase_bg {
    position: absolute;
    top: -60%;
    left: -51%;
    width: 100%;

    height: 160%;
    background-color: #1255C9;
    opacity: 0.38;
    transform: rotate(18deg);
}

.ysCase_ul {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 50%;
    width: 50%;
    text-align: center;
    z-index: 21;
}

.ysCase_ul ul {

    display: inline-block;
}

.ysCase_ul li {
    cursor: pointer;
    position: relative;
    text-align: left;
    background: rgba(255, 255, 255, 0.28);
    margin-bottom: 1px;
    padding: 28px 58px;
}

.ysCase_ul li::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background: #1255C9;
    transition: all 0.8s;
}

.ysCase_ul li:hover::before {
    height: 100%;
}

.ysCase_ul a {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.ysCase_ul img {

    display: block;
    width: 42px;
    margin-right: 34px;
    margin-top: 3px;
}

.ysCase_ul div:last-child {
    width: calc(100% - 76px);

}

.ysCase_ul span {
    color: #fff;
    font-size: 22px;
    line-height: 48px;
}

.ysCase_ul p {
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    letter-spacing: .5px;
    opacity: .8;
}
.ysZl {
    padding: 108px 0;
    position: relative;
    background-image: url(../images/bg_zl.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ysZl_img {
    position: relative;
    padding-top: 38%;
    width: 80%;
    margin: 0 auto;
    border-radius: 6px;
}

.ysZl_img::after {
    width: 90%;
    content: "";
    height: 90%;
    position: absolute;
    background: #aad1f1;
    border-radius: 6px;
    left: 0;
    right: 0;
    bottom: -11px;
    margin: auto;
}

.ysZl_img::before {
    width: 80%;
    content: "";
    height: 80%;
    position: absolute;
    background: #d8eaf8;
    border-radius: 6px;
    left: 0;
    right: 0;
    bottom: -21px;
    margin: auto;
}

.ysZl_img div {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0028aa;
    opacity: .28;
    z-index: 11;
    border-radius: 6px;
}

.ysZl_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 7;
    border-radius: 6px;
}
.ysZl {
    padding: 108px 0;
    position: relative;
    background-image: url(../images/bg_zl.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ysZl_img {
    position: relative;
    padding-top: 38%;
    width: 80%;
    margin: 0 auto;
    border-radius: 6px;
}

.ysZl_img::after {
    width: 90%;
    content: "";
    height: 90%;
    position: absolute;
    background: #aad1f1;
    border-radius: 6px;
    left: 0;
    right: 0;
    bottom: -11px;
    margin: auto;
}

.ysZl_img::before {
    width: 80%;
    content: "";
    height: 80%;
    position: absolute;
    background: #d8eaf8;
    border-radius: 6px;
    left: 0;
    right: 0;
    bottom: -21px;
    margin: auto;
}


.ysZl_img div {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0028aa;
    opacity: .28;
    z-index: 11;
    border-radius: 6px;
}

.ysZl_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 7;
    border-radius: 6px;
}

.footer{background-color: #1f2024;color:#fff;padding: 70px 0 5px 0;width: 100%;}
.footer .footer-menu{width: 62%;float: left;}
.footer .footer-menu .item{display: inline-block;width: 23%;vertical-align: top;float: left;padding-right: 25px;}
.footer .footer-menu .item .title{font-size: 16px;font-weight: 700;line-height:1;letter-spacing: 0.5px;margin-bottom: 30px;}
.footer .footer-menu .item a{display:block;font-size: 14px;color: rgba(255,255,255,.7);}
.footer .footer-menu .item a:hover{color: #fff;}
.footer .footer-menu .item a+a{margin-top:12px}
.footer .footer-telephone{border-left:1px solid rgba(255,255,255,.1);border-right:1px solid rgba(255,255,255,.1);padding: 0 40px 3px 40px;width: 25%;float: left;}
.footer .footer-telephone .title{font-size: 16px;font-weight: 700;height: 42px;position:relative;letter-spacing: 0;margin-bottom:12px;}
.footer .footer-telephone .title:before{width:52px;height:1px;background-color:#fff;content:'';left:0;bottom:0;opacity: .2;position:absolute;}
.footer .footer-telephone .phone-number{font-size: 26px;font-weight: 700;margin-bottom: 16px;padding-top: 5px;line-height:1;}
.footer .footer-telephone .address{font-size: 14px;line-height: 1.6;margin-bottom: 12px;}
.footer .wx{padding-left:40px;width: 160px;text-align: center;float: right;}
.footer .wx .img-box1{overflow:hidden;margin: 0 auto;}
.footer .wx p{text-align:center;margin-top: 10px;font-size: 14px;color: rgba(255,255,255,.7);}
.footer .web-info{width:100%;line-height:1.6;border-top:1px solid rgba(255,255,255,.1);display: block;justify-content:space-between;font-size: 14px;color: rgba(255,255,255,.7);float: left;margin-top: 40px;padding: 20px 0;}

.m3_list{margin-top:35px;margin-bottom: 30px;}
.m3_list li{
  padding-left: 32px;
  margin-bottom: 20px;
  position: relative;
}
.m3_list li h4{font-weight: 400;color: #fff;font-size: 16px;line-height: 1.4;transition: .3s ease-in-out;}

.m3_list li:hover h4{color: #1255C9;}
.m3_list li p{
  font-size: 14px;
  line-height: 1.7;
  color: #737373;
  margin-bottom: 24px;
}
.m3_list li img{
  position: absolute;
  left: 0;
  top: 2px;
}

.r2{width: 20px;}

.footer_flex li .img-n {width: 28px;}
.footer_flex {float: left;margin-bottom:0px;margin-left: 0;padding-left: 0;}
.footer_flex li {margin: 0px 12px 0 0;text-align: center;cursor: pointer;position: relative;z-index: 10;display:inline-block;}

.cpn-culture7{
    margin-top: 40px;
    text-align: center;
}
.cpn-culture7 ul{display: flex;align-items: stretch;flex-wrap: wrap;margin-left: -1%;margin-right: -1%;margin-bottom: -20px;}
.cpn-culture7 ul li{
	width: 31.33333333333%;
	margin-left:1%;
	margin-right:1%;
	margin-bottom: 2%;
	float: left;
	transition: 0.5s;
	background: #ffffff;
	box-shadow: 4px 2px 18px rgb(0 0 0 / 10%);
	}
.cpn-culture7 ul li:hover{transform: translateY(-10px);}

.advantage-list {
	width: 100%;
	float: left;
	transition: 0.5s;
}




.advantage-list .pro {

width: 100%;

line-height: 0;

position: relative;

overflow: hidden;
}




.advantage-list .pro img {
	transition: transform 1s;
}

.advantage-list:hover .pro img {
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}

.advantage-list .desc {
	padding: 40px 35px;
	
}

.advantage-list:hover .desc strong {
		color: #1255C9;
	}


.advantage-list .desc strong {
	display: block;
	color: #333;
	font-size: 20px;
	
	line-height: 1.3;
	text-align: left;
	margin-bottom: 13px;
}

.advantage-list .desc p {
	font-size: 16px;
	color: #777777;
	line-height: 1.5;
	text-align: left;
	margin-bottom: 0;
	overflow: hidden;
}

.at23{ width:100%;}

.mg10 {margin: 0 1% 0 -1%; display: flex; align-items: stretch;flex-wrap: wrap;}

.mr_frbox {}
.mr_frUl {float: left;width: 100%;text-align: center;}
.mr_frUl ul li { display: inline;float: left; width: 16.5%;overflow: hidden; text-align:center;}
.mr_frUl ul li img {}

.mr_frbox1 { }
.mr_frUl1 {width: 100%;}
.mr_frUl1 ul{display: flex;align-items: stretch;flex-wrap: wrap;}
.mr_frUl1 ul li {display: inline;float: left;width: 32.5%;margin-right: 25px;   background: #f5f5f5; transition: 0.5s;}
.mr_frUl1 ul li:hover{
	transform: translateY(-10px);
}
.mr_frUl1 ul li img {}

.mr_frbox2 { }
.mr_frUl2 {width: 100%;}
.mr_frUl2 ul{display: flex;align-items: stretch;flex-wrap: wrap;}

.mr_frUl2 ul li {display: inline;float: left;width: 23.7%;margin-right: 25px;   background: #f5f5f5; transition: 0.5s;}
.mr_frUl2 ul li:hover{
	transform: translateY(-10px);
}
.mr_frUl2 ul li img {}

.bann2{bottom: 25%;position: absolute;left: 8%;right: 8%;z-index: 2;color:#fff;font-size:16px;}


.rr3{border-right: none;color: #666;width: 225px;font-family: "avenir-regular", sans-serif;font-size: 18px;padding: 0 10px;height: 40px;line-height: 40px;background: #fff;border-radius: 5px 0 0 5px;display: block;float: left;}
.rr4{border-left: none;height: 40px;color: #fff;background: #1255C9;font-size: 18px;line-height: 42px;padding: 0 15px;border-radius: 0 5px 5px 0;display: block;float: left;cursor: pointer;}

.rr2{font-weight: 600;display: block;float: left;line-height: 38px;font-size: 18px;margin-right: 15px;}

.vtt7{background:#1255C9;display: block;padding: 10px 20px;border-radius: 40px;color:#fff;font-size: 16px;margin-top: 20px;float: left;}
.vtt8{background: url(../images/tel8.png)left no-repeat;background-size: 24px;padding-left: 30px;color:#fff;font-size: 18px;line-height: 24px;margin-top: 32px;margin-left: 25px;letter-spacing: -0.5px;float: right;}

.vtt12{
    border: 1px solid #1255C9;
    display: block;
    width: 80%;
    padding: 8px 8px;
    border-radius: 10px;
    color: #1255C9;
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    }
.vtt12:hover{border: 1px solid #1255C9;color: #fff; background:#1255C9;}

.header.index.scroll2 .nav-search .vtt8 {
    background: url(../images/tel8_h.png)left no-repeat;
    background-size: 24px;
    color: #2a2a2a;
}

.vtt9{background: url(../images/tel8_h.png)left no-repeat;background-size: 24px;padding-left: 30px;color: #2a2a2a;font-size: 16px;line-height: 24px;margin-top: 32px;margin-left: 25px;letter-spacing: -0.5px;float: right;}

.vtt10{background: #000000;display: inline-block;padding: 10px 20px;border-radius: 40px;color:#fff;font-size: 18px;margin-right: 10px;}
.vtt11{background: #fff;display: inline-block;padding: 10px 20px;border-radius: 40px;color: #1255C9;font-size: 18px;}



.v44{font-size:22px; color:#333333; margin-bottom:20px;}

.fixfdback{}
.fixfdback span.fdclose{position:absolute;right:0px;top:0px;width:50px;height:50px;text-align:center;line-height:50px;background:#cdcdcd;font-size:40px;cursor:pointer;color:#666;}
.fixfdback span.fdclose:hover{color:#333;}
.fixfdback .ffback{width:1200px;height:700px;position:absolute;left:50%;top:50%;margin-left:-600px;margin-top:-350px;background:#fff;padding:60px;}
.fixfdback h2{text-align:center;font-size:24px;line-height: 1.2;color:#393939;}
.fixfdback h3{text-align:center;font-size: 18px;letter-spacing: 0.5px;font-weight: 300;color: #7b7b7b;margin: 8px auto 30px;}
.fixfdback p{color: #a3a3a3;}
.fixfdback p span{color:#ff0000;}
.fixfdback .tit{text-align:center;}
.fixfdback .tit a{display:inline-block;width:146px;height:48px;text-align:center;line-height:48px;background:#ebebeb;border-radius:25px;-webkit-border-radius:25px;-moz-border-radius:25px;margin:0px 5px;color:#666;font-size:18px;}
.fixfdback .tit a:hover,.fixfdback .tit a.on{background:#0063b0;color:#fff;}
.fixfdback .note p{margin-bottom:20px;}
.fixfdback .note ul{overflow:hidden;margin-left: -1%;margin-right: -1%;width: 102%;}
.fixfdback .note ul li{width: 48%;float:left;margin-bottom:20px;margin-left: 1%;margin-right: 1%;}
.fixfdback .note ul li:first-child{}
.fixfdback .note ul li select{width:100%;height: 44px;font-size: 15px;padding: 0px 12px;border-radius: 2px;font-family: "avenir-regular", sans-serif;background: #F1F0EF;color: #A5A5A5;border: 1px solid #e7e7e7;}
.fixfdback .note ul li input{width:100%;height: 44px;border: 1px solid #e7e7e7;background: #F1F0EF;font-size: 15px;font-family: "avenir-regular", sans-serif;border-radius: 2px;padding: 0px 15px; transition: 0.5s;}
.fixfdback .note p textarea{width: 100%;height:200px;padding: 15px;border:1px solid #dadada;}
.fixfdback .inp_sub{width:200px;font-size: 16px;cursor:pointer;background: #525252;color:#fff;vertical-align:middle;border-radius: 3px;height: 48px;display: block;line-height: 46px;transition: 0.5s;}


.fixfdback .inp_sub:hover{background:#1255C9; color:#fff;} 
.fixfdback .note ul li input:hover{border: 1px solid #1255C9;}
.fixfdback .note ul li select:hover{border: 1px solid #1255C9;}

.w25{width: 35%;float:left;}
.w75{width: 65%;float:left;border-left: 1px solid #e1e1e1;padding-left: 50px;padding-top: 10px;}

.w60{width: 67%;float:left;}
.w40{width: 33%;float:left;text-align: right;padding-right: 30px;padding-top: 15px;}

.a563 {
	font-size: 28px;
	color: #404040;
	line-height: 1.2;
	margin-bottom: 20px;
	text-transform: capitalize;
}

.a569 {
	font-size: 36px;
	color: #404040;
	line-height: 1.2;
	margin-bottom: 20px;
	
}

.x12{padding: 20px 50px 0 0;}
.x12 p{line-height: 1.4;color: #6a6a6a;font-size: 16px;margin-bottom:10px;}

.a565 {
	font-size: 28px;
	
	color: #fff;
	line-height: 1.2;
	margin-bottom: 5px;
	text-transform: capitalize;
}
.x15{padding: 0 50px 0 2px;}
.x15 p{line-height: 1.4;color: #ffffff;font-size: 20px;margin-bottom: 0;}

.pink-line{
        width: 50px;
        height: 3px;
        background: #1255C9;
        margin-bottom: 25px;
        margin-left: 1px;
    }
	
.v66{font-size: 13px;color: #a3a3a3;line-height:1.3;}

::-webkit-input-placeholder {
  color: #A5A5A5;
}

::-moz-placeholder { 
  color: #A5A5A5;
}

:-ms-input-placeholder {
  color: #A5A5A5;
} 

.ae1{font-size:26px !important;color: #2e2e2e;line-height: 1.4 !important;font-weight: 700;margin-bottom: 15px  !important;margin-top: 15px;}



.w70{width: 75%;float:right;}

.parameter5 table{font-size: 14px;text-align: left;color: #1b1b1b;border-collapse: collapse;table-layout: fixed;}
.parameter5 table tbody th{text-align: center;border: solid 1px #e7e7e7;background-color: #1255C9;color: #FFF;padding: 18px 10px;font-size: 16px;word-break: break-word;word-wrap:break-word;}

.parameter5 table tbody td{border: solid 1px #e7e7e7;padding: 14px 20px;background: #fff;line-height: 1.5;word-break: break-word;word-wrap:break-word;}


.parameter8 table{font-size: 14px;text-align: left;color: #1b1b1b;border-collapse: collapse;table-layout: fixed;}
.parameter8 table tbody th{text-align: center;border: solid 1px #e7e7e7;background-color: #1255C9;color: #FFF;padding: 18px 10px;font-size: 16px;word-break: break-word;word-wrap:break-word;}

.parameter8 table tbody td{border: solid 1px #e7e7e7;padding: 14px 20px;background: #fff;line-height: 1.5;word-break: break-word;word-wrap:break-word;}

.t6{
	
    font-size: 32px;
    line-height: 1.2;
	margin-bottom:15px;}
	
.section-ul2 {margin: 0 -0.5% 10px -0.5%;box-sizing: border-box;}
.section-ul2 li {float: left;width: 15.66666666666666%;text-align: center; box-shadow:10px 8px 20px rgb(51 51 51 / 6%); margin: 0 0.5% 1% 0.5%;overflow: hidden;line-height: 0;box-sizing: border-box;border-radius: 1px;}
.curPartner{transition: ease .6s;}

.curPartner:hover{ transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    }
	
.c8{ line-height:1.5; margin-bottom:5px;}
.c8 p{ margin-bottom:0;}

.v8{ width:12px; margin-right:5px; margin-bottom:3px;}

.w50{width: 50%;float:left;}
.fl{ text-align:left; padding-right:15px;}
.fr{ text-align:right; padding-left:15px;}

.w300{width: 32%;}
.w255{ width:20%;}
.w200{width: 17%;}

.z5{ color:#1255C9;}
.z5:hover{ color:#1255C9;}

.z6{ color:#333;}
.z6:hover{ color:#1255C9;}

.a5{margin-top: 20px;}

.inline_box {
            max-width: 1480px;
            margin: 68px auto 0;
            position: relative;
            background: #fff;
            background-image: url(./images/inline.png);
            background-position: top center;
            background-repeat: repeat-x;
            background-size: 100% auto;
            padding: 4% 8%;
            box-shadow: 10px 28px 24px rgb(51 51 51 / 18%);
        }

        .inline_row {
            margin-top: 34px;
            display: flex;
            align-items: stretch;
            justify-content: space-between;
        }

        .inline_col {
            width: 48%;
        }

        .inline_row span {
            display: block;
            font-size: 15px;
            line-height: 2;
            padding-left: 5px;
        }

        .inline_row input {
            border: 0;
            height: 54px;
            line-height: 54px;
            width: 100%;
            background: #f8f8f8;
            outline: none;
			padding: 10px 15px;
        }

        .inline_row textarea {
            outline: none;
            height: 208px;
            border: 0;
            width: 100%;
            background: #f8f8f8;
            resize: none;
			padding: 10px 15px;
        }

        .inline_row.one {
            display: block;
        }

        .inline_row.one .inline_col {
            width: 100%;
        }

        .inline_btn {

            display: block;
            margin: 48px auto 18px;
            width: 100%;
            height: 60px;
            line-height: 60px;
            background: #b1010e;
            color: #fff;
            text-align: center;
            font-size: 17px;
            max-width: 289px;
        }
		
.a6{width: 80%;margin-left:auto;margin-right:auto;font-size:16px;line-height:1.6;margin-top: 20px;color: #484848;}

.a561 {
	
    font-size: 40px;
	color: #000;
	line-height: 1.1;
	margin-bottom: 20px;
}


.a562 {
	
	font-size: 26px;
	color: #303030;
	line-height: 1.1;
	margin-bottom: 22px;
}

.ct66{line-height: 1.6;font-size: 16px;color: #464646;}
.ct66 p{line-height: 1.6;font-size: 16px;margin-bottom:10px;color: #464646;}

.solution-content{}
.solution .solution-content .solution-content-tab{ max-width: 900px; margin: 0 auto; box-shadow: 0 0 40px rgba(0,0,0,.1); margin-top: -60px; position: relative; background-color: #FFF;}
.solution .solution-content .solution-content-tab ul{ display: flex; align-items: center; }
.solution .solution-content .solution-content-tab ul li { flex: 1; height: 120px; }

.solution .solution-content .solution-content-tab ul li a{ display: block; height: 120px; position: relative;}
.solution .solution-content .solution-content-tab ul li a:after{ content: ''; position: absolute; right: 35px; top: 50%; transform: translateY(-50%); width: 12px; height: 13px; background: url(../images/icon34.png) center center no-repeat;}
.solution .solution-content .solution-content-tab ul li.active a:after{ background: url(../images/icon35.png)  center center no-repeat;}
.solution .solution-content .solution-content-tab ul li a dl{ display: flex; height: 120px; align-items: center; padding: 0 50px;}
.solution .solution-content .solution-content-tab ul li a dl dd{ flex: 1; min-width: 0; margin-left: 35px;}
.solution .solution-content .solution-content-tab ul li a dl dd h2{ font-size: 20px; font-weight: normal;}
.solution .solution-content .solution-content-tab ul li a dl dd p{ font-size: 13px;}
.solution .solution-content .solution-content-tab ul li a:hover,.solution .solution-content .solution-content-tab ul li.active a{ color: #FFF; background: linear-gradient(300deg,rgba(112,50,221,1) 0%,rgba(30,176,232,1) 100%);}
.solution .solution-content .solution-content-tab ul li:first-child{ border-right: solid 1px #EEE;}
.solution .solution-content .solution-content-tab ul li:first-child dl dt{ background: url(../images/icon37.png) no-repeat; width: 53px; height: 49px;}
.solution .solution-content .solution-content-tab ul li:first-child:hover dl dt,.solution .solution-content .solution-content-tab ul li:first-child.active dl dt{ border: none; background: url(../images/icon37_01.png) no-repeat;}
.solution .solution-content .solution-content-tab ul li:last-child dl dt{ background: url(../images/icon36.png) no-repeat; width: 50px; height: 49px;}
.solution .solution-content .solution-content-tab ul li:last-child:hover dl dt,.solution .solution-content .solution-content-tab ul li:last-child.active dl dt{ background: url(../images/icon36_01.png) no-repeat;}
.solution .solution-content .solution-content-top{ margin-top: 80px;}
.solution .solution-content .solution-content-top dl{ background-color: #FFF; display: flex; align-items: center;}
.solution .solution-content .solution-content-top dl dt{ position: relative; width: 50%;}
.solution .solution-content .solution-content-top dl dt a{ position: absolute; width: 100%; height: 100%; left: 0; top: 0; display: flex; align-items: center; justify-content: center;}
.solution .solution-content .solution-content-top dl dt img{ max-width: 775px; max-height: 450px; width: 100%;}
.solution .solution-content .solution-content-top dl dt a img{ width: auto; height: auto;}
.solution .solution-content .solution-content-top dl dd{ flex: 1; padding: 0 60px; max-height: 300px;}
.solution .solution-content .solution-content-top dl dd h2{ font-weight: normal; font-size: 30px;}
.solution .solution-content .solution-content-top dl dd p span.line{ display: block; width: 12px; height: 2px; background-color: #f08200; margin: 20px 0;}
.solution .solution-content .solution-content-top dl dd .text{ color: rgba(40,40,40,.8); font-size: 15px; line-height: 22px;}
.solution .solution-content .solution-content-top dl dd .text img{ margin-top: 20px;}
.solution .solution-content .solution-content-tabs{ margin-top: 60px;}
.solution .solution-content .solution-content-tabs .solution-content-tabs-hd ul{ display: flex; align-items: center; border-bottom: solid 2px #fb5941;}
.solution .solution-content .solution-content-tabs .solution-content-tabs-hd ul li{ flex: 1; text-align: center; font-size: 19px; padding-bottom: 55px; position: relative;}
.solution .solution-content .solution-content-tabs .solution-content-tabs-hd ul li a { display: inline-block;}
.solution .solution-content .solution-content-tabs .solution-content-tabs-hd ul li a:hover img{ -webkit-animation: down 0.6s linear infinite alternate; animation: down 0.6s linear infinite alternate; -moz-animation: down 0.6s linear infinite alternate; }
.solution .solution-content .solution-content-tabs .solution-content-tabs-hd ul li a p{ margin-top: 15px;}
.solution .solution-content .solution-content-tabs .solution-content-tabs-hd ul li.active a p{ color: #fd5d36;}

.solution .solution-content .solution-content-tabs .solution-content-tabs-hd ul li.active:after{ content: ''; position: absolute; width: 21px; height: 10px; background: url(../images/icon44.png) no-repeat; bottom: 0; left: 50%; transform: translateX(-50%);}
.solution .solution-content .solution-content-tabs .solution-content-tabs-bd{ background-color: #FFF; padding: 50px;}
.solution .solution-content .solution-content-tabs .solution-content-tabs-bd .solution-content-tabs-bd-con{ font-size: 15px; line-height: 24px; color: rgba(51,51,51,.8); display: none; }
.solution .solution-content .solution-content-tabs .solution-content-tabs-bd .solution-content-tabs-bd-con img{ max-width: 100%;}
.solution .solution-content .solution-content-tabs .solution-content-tabs-bd .solution-content-tabs-bd-con .con-text{ margin-bottom: 50px; }
.solution .solution-content .industry-item{
    margin-bottom: -15px;
}
.solution .solution-content .industry-item dl{background-color: #FFF;display: flex;align-items: center;margin-bottom: 20px;}
.solution .solution-content .industry-item dl:nth-child(2n) dd{ order: -1;}
.solution .solution-content .industry-item dl dt{width: 50%;line-height: 0; overflow:hidden;}
.solution .solution-content .industry-item dl dt img{ max-width: 775px; max-height: 450px; width: 100%; -moz-transition: -moz-transform 1.2s;-o-transition: -o-transform 1.2s;-webkit-transition: -webkit-transform 1.2s;transition: transform 1.2s;}
.solution .solution-content .industry-item dl dt:hover img {
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}
.solution .solution-content .industry-item dl dd{ flex: 1; padding: 0 60px; max-height: 300px;}
.solution .solution-content .industry-item dl dd h2{font-weight: normal;font-size: 28px;line-height: 1.4;color: #1255C9;}
.solution .solution-content .industry-item dl dd p span.line{display: block;width: 20px;height: 2px;background-color: #1255C9;margin: 20px 0;}
.solution .solution-content .industry-item dl dd .text{color: #383838;font-size: 15px;line-height: 1.8;}
.solution .solution-content .industry-item dl dd .text img{ margin-top: 20px;}
.solution .solution-content .industry-item dl dd p a{display: inline-block;width: 140px;height: 45px;border-radius: 50px;font-size: 14px;text-align: center;line-height: 41px;border: solid 2px #1255C9;color: #1255C9;margin-top: 50px;background: #ffffff;}
.solution .solution-content .industry-item dl dd p a:hover{border-color: #1255C9;color: #fff;background: #1255C9;}

.page22{width:100%;height:auto;margin-top: 15px;text-align:center;position:relative;overflow:hidden;}
.page22 a{display:inline-block;width: 40px;height: 40px;line-height: 38px;text-align:center;font-size: 14px;color:#888888;border:1px solid #cccccc;margin:0 4px;}
.page22 a.on, .page22 a:hover{background-color: #1255C9;color:#ffffff;border-color: #1255C9;}
.page22 a:first-child,
.page22 a:last-child{font-weight: 700;}

.news-pagecontent {
	float: left;
	width: 75%;
	margin-bottom: 0;

}

.news-pagecontent .page {
		padding: 40px;
		background: #fff;
	}
	
.news-pagecontent .page .title {
	text-align: center;
	font-size: 12px;
	border-bottom: 1px solid #dadada;
}

.news-pagecontent .page .title h6 {
		font-size: 26px;
		
		line-height: 1.3;
		color:#262626;
	}
.news-pagecontent .page .title .artInfo {
	line-height: 2;
	padding: 10px 0;
	color: #999
}
.news-pagecontent .page .title .artInfo time {
	padding: 0 10px
}
.news-pagecontent .page .title .artInfo span {
}

.news-pagecontent .page .title .artInfo span a {
	margin-left: 10px;
	color: #999
}

.news-pagecontent .page .title .artInfo span a:hover,.news-pagecontent .page .title .artInfo span a:active {
	color: #262626
}

.news-pagecontent .page .title .article {
	padding: 15px;
	background: #f2f2f2;

	margin: 15px 0;
	color: #999
}

.news-pagecontent .page .content {
	box-sizing: border-box;
	overflow: hidden;
	width: 100%;
	padding-top: 25px;
	line-height: 2;
}

.news-pagecontent .page .content:after {

	content: " ";
	clear: both;
	display: table

}

.news-pagecontent .page .content p,.news-pagecontent .page .content ul,.news-pagecontent .page .content ol {
	margin-bottom: 10px;
	font-size: 14px;
}

.news-pagecontent .page .content h2 {
	margin-bottom: 10px;
	padding: 10px 0;

	font-size: 16px;
	border-bottom: 1px solid #f2f2f2
}

.news-pagecontent .page .content h3 {
	padding-top: 10px;
	font-size: 16px
}

.news-pagecontent .page .content a {
	color: #3d6dcc
}

.news-pagecontent .page .content a:hover,.news-pagecontent .page .content a:active {
	text-decoration: underline
}

.news-pagecontent .page .content img {
	max-width: 100%;
	height: auto
}

.news-pagecontent .page .content table {
	max-width: 100%;
	background-color: #f7f7f7
}

.news-pagecontent .page .content table th,.news-pagecontent .page .content table td {
	font-size: 12px;
	padding: 5px 10px;
	border: 1px solid #ccc;

	background-color: #fff
}

.news-pagecontent .page .content table th {
	background-color: #f7f7f7
}

.news-pagecontent .page .content table img {
	max-width: inherit
}

.news-pagecontent .page .content .table_wrap {
	position: relative;
	margin-bottom: 10px;
	padding: 10px;
	background-color: #ededed
}

.news-pagecontent .page .content .table_wrap_box {
	*zoom: 1
}

.news-pagecontent .page .content .table_wrap_box:after {

	content: " ";

	clear: both;
	display: table

}

.news-pagecontent .page .content ul li {
	margin-left: 2em;
	list-style: disc
}

.news-pagecontent .page .content ol li {
	margin-left: 2em;
	list-style: decimal
}




.news-pagecontent .page .section {
	background: #f5f5f5;
	padding: 15px;
	margin-top: 20px;
	/* border-top: 1px solid #dedede; */
}

.news-pagecontent .page .section li a {
	font-size: 14px;
	display: block;
	padding: 5px 0;
	color: #666;
}

.news-pagecontent .page .section li a:hover,.news-pagecontent .page .section li a:active {
	color: #1255C9;
}

.news-pagelist {
		float: right;
		width: 23%;
	}
.news-pagelist ul li {
		float: none;
		width: 100%;
		border-bottom: 1px solid #f2f2f2;
		background: #fff;
	}
	.news-pagelist ul li:first-child a {
		padding: 0;
		color: #262626;
		font-size: 13px;
	}
	.news-pagelist ul li:first-child a small {
		display: block;
		overflow: hidden;
		position: relative;
		line-height: 0;
	}

	.news-pagelist ul li:first-child a small img {

		width: 100%;
	}
	.news-pagelist ul li:first-child a time {
		display: none;
	}
	.news-pagelist ul li:first-child a em {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		padding: 10px 12px;
		color: #fff;
		background-color: rgba(0,0,0,0.7);
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.news-pagelist ul li a {
		font-size: 13px;
	}
	.news-pagelist ul li a time {
		top: 15px
	}
	.news-pagelist ul li a {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	position: relative;
	width: 100%;
	padding: 15px 90px 15px 10px;
	color: #666;
	line-height: 20px;
	overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
}

	.news-pagelist ul li a:hover {
	color: #1255C9;
}



.news-pagelist ul li a time {
	position: absolute;
	right: 10px;
	top: 16px;
	width: 70px;
	text-align: right;
	color: #999;
	font-size: 12px
}

.news-pagelist ul li:first-child small {
	display: none
}

em,i{
	font-style:normal;
	}
	
.pubTitle{width: 100%;text-align: center;margin-bottom: 30px;}
.pubTitle h6{font-size: 34px;line-height: 1.2;font-weight: 400;color: #202020;}
.pubTitle i{display: block;width: 20px;height: 3px;background: #1255C9;margin: 15px auto 0 auto;}
.pubTitle h7{width: 80%;margin-left:auto;margin-right:auto;display: block;font-size:16px;line-height:1.6;margin-top: 20px;color: #484848;}

.abojs{width: 100%;padding: 70px 0 90px;}

.bt22 {font-size: 16px;color: #464646;line-height: 1.6;}
.bt22 p{margin-bottom: 15px;text-align: left;font-size: 16px;color: #464646;line-height: 1.6;}

.cpn-culture{}
.cpn-culture ul{overflow: hidden;margin-left: -1%;margin-right: -1%;display: flex;align-items: stretch;flex-wrap: wrap;}
.cpn-culture ul li{width: 31.333333333%;float:left;margin: 0 1%;font-size:14px;color: #7b7b7b;line-height: 1.7;}
.cpn-culture ul li .note{padding: 40px;}
.cpn-culture ul li h4{font-size: 22px;line-height: 1.3;color: #000000;margin-bottom: 18px;padding-bottom: 12px;position: relative;text-align: center;}
.cpn-culture ul li h4:after{content:"";position: absolute;left:50%;bottom:0px;width:30px;height: 3px;background: #1255C9;margin-left:-15px;transition: all 0.3s ease;}
.cpn-culture ul li s {max-width: 80px;display: block;margin: 0 auto 15px auto;text-align: center;}
.cpn-culture ul li:hover h4:after{width:40px;margin-left:-20px;}

.categories{ width:100%; margin-top:10px; display: flex;align-items: stretch;flex-wrap: wrap;}
.w20{width: 25%;float:left;margin-bottom: 15px;transition: 0.5s;}
.categories-item-left{padding-right:10px;float:left;}
.categories-item-left img{ width:35px;}
.categories-item-right{width:70%;float:left;padding: 3px 0;}
.categories-item-right h3{font-size: 15px;color: #000;line-height:1.1;margin-bottom: 3px;}
.categories-item-right p{font-size: 12px;line-height:1.1;margin-bottom:0;}
.w20:hover{transform: translateX(10px);}
.link_categories{ margin-bottom:10px;}

.categories-item-left1{padding-right: 20px;float:left;}
.categories-item-left1 img{ width:80px;}
.categories-item-right1{width:80%;float:left;padding: 3px 0;}

.categories-item-left2{width: 15%;padding-right: 20px;float:left;}
.categories-item-left2 img{}
.categories-item-right2{width: 85%;float:left;padding: 3px 0;}
.categories-item-right2 h3{font-size: 22px;color: #000;line-height: 1.2;margin-bottom: 10px;}
.categories-item-right2 p{font-size: 16px;line-height: 1.6;color: #606060;margin-bottom:0;}

.h20{ height:20px;}

.ss33{padding: 15px 40px;display:inline-block;color:#fff;background-color: #1255C9;font-size: 14px;margin-top: 28px;}
.ss33 span{padding-left:20px;display:inline-block;background-position:left center;background-repeat:no-repeat;background-image:url(../images/img66.png);}
.ss33:hover{padding: 15px 40px;display:inline-block;color:#fff;background-color: #1255C9;}

.parameter table{width: 100%;font-size: 14px;border-collapse: collapse;}
.parameter table thead th{ text-align: left; border: solid 1px #EEE; background-color: #999; color: #FFF; padding: 10px;}
.parameter table tbody td{border: solid 1px #717171;padding: 15px 20px;line-height: 1.7; word-break: break-word;word-wrap:break-word;}

.ass1{width:30%;background: #f5f5f5 !important;}
.ass2{ width:70%;}

.z8{width: 100px;margin: 0 auto;display: block;}

.siteBox {
  padding-top: 10px;
}
.siteBox .siteMap {
  width: 100%;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.siteBox .siteMap dl{width: 25%;float: left;padding-right: 15px;}
.siteBox .siteMap dl dt {
  line-height: 1.2;
  font-size: 22px;
  padding: 40px 0 20px 0;
  color: #000;
  
}
.siteBox .siteMap dl dt a{
  line-height: 1.2;
  font-size: 22px;
  
  padding:20px 0;
  color: #000000;
}
.siteBox .siteMap dl dd a {
  font-size: 14px;
  line-height: 1.3;
  margin-right: 15px;
  padding-bottom: 10px;
  display: block;
  color: #6e6e6e;
}
.siteBox .siteMap dl dd a:hover {
  text-decoration: underline;
  color: #1255C9;
}
.siteBox .siteMap dl dt a:hover {
  text-decoration: underline;
  color: #1255C9;
}


.list4 {
	width:100%;
	}
	
.list4>li {
	vertical-align: top;
	float: left;
}

.list4 figure {
	overflow: hidden;
	position: relative;
	margin:0;
	line-height: 0;
}

.list4 .article-title {
	-moz-transition: color .4s;
	-o-transition: color .4s;
	-webkit-transition: color .4s;
	transition: color .4s;
	font-size: 18px;
	
	color: #131313;
	line-height: 1.5;
	margin-bottom: 2px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.list4 .article-title2 {
	-moz-transition: color .4s;
	-o-transition: color .4s;
	-webkit-transition: color .4s;
	transition: color .4s;
	font-size: 14px;
	color: #888;
	line-height: 1.5;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.list4 .article-title2 a{
	color: #888;
}



.list4 img {
	-moz-transition: -moz-transform 1.2s;
	-o-transition: -o-transform 1.2s;
	-webkit-transition: -webkit-transform 1.2s;
	transition: transform 1.2s;
	width: 100%
}


.list-4>li {
	width: 25%;
}

.bgg{
     background: #ffffff!important;
     height: auto;
     padding: 20px 25px;

     }

.list4 a:hover img {
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}

	.list4 a:hover .article-title {
		color: #1255C9;
	}
	
ul,dl,li,dt,dd{list-style:none;}

.txt66 {

font-size: 14px;

line-height: 1.8;

color: #888;

overflow: hidden;

text-overflow: ellipsis;

white-space: nowrap;

margin-bottom: 2px;
}

.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 1
}
.swiper-container-no-flexbox .swiper-slide {
	float: left
}
.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column
}
.swiper-wrapper {
	position: relative;
	width: 50%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.swiper-button-next, .swiper-button-prev {
	position: relative;
	display: inline-block;
	
	top: 50%;
	width: 40px;
	height: 40px;
	line-height: 39px;
	margin-top: -20px;
	background-position: center;
	background-repeat: no-repeat;

	cursor: pointer;

	font-size: 18px;
	margin: 0 12px;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
   right: 10px;
	left: auto
}
.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10;
	display:none;
}
.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2;
	margin: 0 5px;
	cursor: pointer;
}

.banner-box {
	/* width: 100%; */
	margin-left: -20px;
	margin-right: -20px;
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
}

.swiper-container {
	width: 100%;
	margin: 12px 0;
}



.swiper-pagination {
	position: relative;
	margin-bottom: 30px;
}
.swiper-pagination-bullet-active {
	opacity: 1;
	background: rgba(0,0,0,.8);
}

.banner-arrow div:hover {
}
.swiper-button-prev {
	background: #1255C9;
	color: #fff;
	left: 10px;
}
.swiper-button-next {
	background: #1255C9;
	color: #fff;
}
.banner-top {
	padding-top: 3.730928444707274%;
}
.banner-title {
	padding: 5px 0;
}
.banner-title h1 {
	text-align: center;
	letter-spacing: 5px;
	font-size: 45px;
	font-weight: normal;
	color: rgb(68, 68, 68);
	padding-bottom: 14px;
}
.banner-text {
	text-align: center;
}

.banner-top-one {
	padding-top: 3.311649911295092%;
}
.banner-button {
	width: 100%;
	vertical-align: middle;
	text-align: center;
}
.banner-button a {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	height: auto;
	width: auto;
	line-height: 100%;
	padding: 15px 32px;
	position: relative;
}
.banner-button-btn {
	color: #fff;
	font-weight: 400;
	margin: 0;
	line-height: 1.8em;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	background-color: #69ca72!important;
	border-radius: 100px;
}
.banner-button-btn {
	background: #cedad0;
	display: inline-block;
	-webkit-transition: border-color .4s, color .4s;
	-moz-transition: border-color .4s, color .4s;
	transition: border-color .4s, color .4s;
	border: 0;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	color: #fff;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}
.banner-button-btn, .banner-button-btn::before {
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, .3, 1);
	-moz-transition-timing-function: cubic-bezier(0.2, 1, .3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, .3, 1);
}
.banner-button-btn::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 25px;
	background: #1a7c29;
	z-index: -1;
	opacity: 0;
	-webkit-transform: scale3d(0.7, 1, 1);
	-moz-transform: scale3d(0.7, 1, 1);
	-ms-transform: scale3d(0.7, 1, 1);
	-o-transform: scale3d(0.7, 1, 1);
	transform: scale3d(0.7, 1, 1);
	-webkit-transition: -webkit-transform .4s, opacity .4s;
	-moz-transition: -moz-transform .4s, opacity .4s;
	transition: transform .4s, opacity .4s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, .3, 1);
	-moz-transition-timing-function: cubic-bezier(0.2, 1, .3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, .3, 1);
}
.banner-button-btn:hover::before {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.banner-arrow{ text-align:center;}

.pd20{ padding-left:20px; padding-right:20px;}

.testmonials-style5 {
	position: relative;
	background: #fff;
	padding: 30px;
	text-align: initial;
	border: 1px solid rgba(0,0,0,0.1);
	margin: 0 0 40px 0;
	-moz-transition-duration: .3s;
	-ms-transition-duration: .3s;
	-webkit-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
}

.testmonials-style5:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0px;
	height: 5px;
	background: rgba(0,0,0,0.1);
	width: 100%
}

.testmonials-style5 img {border-radius: 100%;}


.owl-carousel .testmonials-style5 img {
	width: auto;
	max-height: 120px;
	display: inline-block
}

.testmonials-style5 h5 {
	font-size: 16px;
	font-weight: 400;
	position: relative;
	margin-top: 15px;
	margin-bottom: 4px;
	text-transform: none;

	letter-spacing: 0;
}



.testmonials-style5 span {
	font-size: 14px;
	color: #1255C9;
	display: inline-block;
}

.testmonials-style5 span:before {
	background: rgba(0,0,0,0.2);
	height: 1px;
	width: 20px;
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px
}

.testmonials-style5 p {
	margin-top: 10px;
	line-height: 25px;
	font-size: 15px;
	height: 125px;
	overflow: hidden;
}

.testmonials-style5 .data {
	position: relative
}

.testmonials-style5 .data i {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 80px;
}

.mt20{ margin-top:20px;}

.x16{padding-top: 10px;padding-left: 25px;}

.n112 {
	font-size: 30px;
	line-height: 1.2;
	
	margin-bottom: 0;
	padding-bottom: 10px;
	color: #28262b;
}

.n113{font-size: 18px;font-weight: 400;line-height: 1.7;color: #000000;margin-bottom: 5px;}

.n114{font-size: 18px;font-weight: 400;line-height: 1.7;color: #000000;margin-bottom: 20px;}
.n114 a{color: #000000;}

.n13 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d0d0d0;
}
.b56 {
	font-size: 16px;
	line-height: 1.7;
	color: #3e3e3e;
}

.b56 p{
	margin-bottom: 10px;
}

.box8{box-shadow:none;}

.x16{padding: 50px 30px 0 20px;line-height:1.7;color: #484848;font-size: 16px;}
.x16 p{line-height:1.8;color: #181818;font-size: 16px;margin-bottom:10px;}

.x17{padding: 40px 30px 0 0;line-height:1.7;color: #484848;font-size: 16px;}
.x17 p{line-height:1.7;color: #181818;font-size: 16px;margin-bottom:10px;}


.w333{ width:31.333333333%; margin-left:1%; margin-right:1%; float:left;}

.productSeries .list{ margin-left:-0.5%; margin-right:-0.5%; display: flex;
    align-items: stretch;
    flex-wrap: wrap;}
.productSeries .list li{float:left;width:32%; margin-left:0.5%; margin-right:0.5%; background:#fff;position:relative;transition:ease .5s;z-index: 3;border: 1px solid #f5f5f5;    margin-bottom: 24px;}
.productSeries .list .text{width:100%;text-align: center;color: #0e0e0e;padding: 22px;border-top: solid 1px #EEE;transition:ease .5s;z-index:5;}
.productSeries .list h3{
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 0;
	transition: 0.3s;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	}
.productSeries .list span{font-size:24px;text-transform:uppercase;font-family:rbno;display:block}
.productSeries .list .mask{width:100%;transition:ease .5s;overflow:hidden;}
.productSeries .list li img {
	-moz-transition: -moz-transform 1.2s;
	-o-transition: -o-transform 1.2s;
	-webkit-transition: -webkit-transform 1.2s;
	transition: transform 1.2s;
}
.productSeries .list li:hover h3{color: #1255C9;}
.productSeries .list li:hover img{-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		transform: scale(1.1)}
		
.z-container2 {width: 1250px;height:auto;clear: both;margin: 0 auto;}

.bt22 p{margin-bottom: 15px;text-align: left;font-size: 16px;color: #464646;line-height: 2;}

.banner_text{width: 100%;position: absolute;left: 0;top: 54%;transform: translateY(-50%);}
.banner_text img{ max-width: 100%;  display: block;}
.other_banner{position: relative;text-align: center;overflow: hidden;height: 450px;margin-top: 88px;}
.other_banner .banner_text{ color: #fff;}
.other_banner .banner_text h3{font-size: 44px;font-weight: bold;margin-top: 0;color: #fff;line-height: 1.4;}
.other_banner .banner_text h4{font-size: 42px;line-height: 1;font-weight: 700;text-transform: uppercase;margin-bottom: 8px;}
.other_banner img{width: 100%;animation: zoombig 3s linear forwards;}
.line33 {
  background-color: #fff;
  display: block;
  width: 30px;
  height: 3px;
  margin: 15px auto 15px auto;
}

.nymenu{border-bottom:1px #d9d9d9 solid;background: #fff;}
.nymenu_mid ul li{background-position:left center;background-repeat:no-repeat;background-image:url(../images/img17.jpg);float:left;padding: 0 40px;text-align:center;}
.nymenu_mid ul li:nth-child(1){text-align:left; background-image:none}
.nymenu_mid ul li:last-child{
text-align:right}
.nymenu_mid ul li a{padding: 20px 0;display:inline-block;line-height: 1.5;font-size: 16px;position:relative;color: #333;}
.nymenu_mid ul li a:after{content: "";position: absolute;z-index: 1;opacity:0;left: 50%;width: 0;bottom: -1px;height: 2px;background-color: #1255C9;background-repeat:no-repeat;background-position:center;z-index: 1;-webkit-transition: all .4s ease-in-out;transition: all .4s ease-in-out;}
.nymenu_mid ul li a:hover,.nymenu_mid ul li a.active{color: #1255C9;}
.nymenu_mid ul li a:hover:after,.nymenu_mid ul li a.active:after{width: 2.65em;opacity:1;margin-left: -1.325em;}
.nymenu_mid_s ul li{
float:none; display:inline-block;}
.nymenu_mid_s{
text-align:center}
.nymenu_mid_s ul li:nth-child(1),.nymenu_mid ul li:last-child{
text-align:center;}

.container5{
position: relative;
	max-width: 1280px;
	margin: 0 auto;}
	
.about_2{padding: 100px 0; width:100%;}
.about_2_mid{max-width: 48em;color:#fff;overflow:hidden;background: rgb(18 85 201 / 90%);}
.about_2_mid_mid{
margin:4em 10% 4.5em 10%;}
.about_2_mid_mid_1{font-size: 34px;line-height: 1.5;}
.about_2_mid_mid_2{ margin-top:0.5em;
font-family:Arial, Helvetica, sans-serif; color:#bfcde6;}
.about_2_mid_mid_3 ul li{color: rgba(255,255,255,.8);line-height: 1.8;margin-top: 10px;font-size: 16px;position:relative;padding-left: 5.5em;}
.about_2_mid_mid_3 ul li span{color:#fff;line-height: 1.8;position:absolute;left:0;top:0;}
.about_2_mid_mid_3{margin-top: 2.5em;}

.abojs-icon{width: 100%;}
.abojs-icon li{width: 25%;float: left;text-align: center;margin-top: 40px;}
.abojs-icon h6{height: 80px;line-height: 78px;}
.abojs-icon h6 img{max-height: 100%;}
.abojs-icon p{font-size: 16px;color: #464646;margin-top: 20px;}

.new-list{
    margin-left: -10px;
    margin-right: -10px;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    }
	
.new-list li{width: 33.333333333%;float:left;padding: 0 10px;margin-bottom: 25px;}
.new-list li:nth-child(4n+4){ margin-right:0;}
.new-list li figure{ display:block; line-height:normal; overflow:hidden;margin: 0;}
.new-list li figure img{ display:block; width:100%; height:auto; line-height:0; transition:430ms;}
.new-list li figcaption{display:block;padding: 25px 22px 22px;overflow:hidden;background: #ffffff;position:relative;transition:340ms;height: 172px;}
.new-list li figcaption time{color:#7e7e7e;font-size:14px;transition:300ms;line-height: 1.2;}
.new-list li figcaption h3{
	color: #3c3c3c;
	font-size: 18px;
	font-weight: 400;
	height: 24px;
	margin-top: 12px;
	line-height: 24px;
	transition:300ms;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	}
.new-list li figcaption p{
	color: #999;
	height: 54px;
	font-size:14px;
	line-height: 25px;
	margin-top: 10px;
	transition:300ms;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	} 
.new-list li figcaption span{display:block;width:102px;height:30px;line-height:30px;background:#fff;color: #1255C9;font-size:14px;margin-top: 15px;position:relative;bottom:-30px;opacity:0;text-align:center;transition:300ms;}
.new-list li:hover figure img{ transform:scale(1.05); -webkit-transform:scale(1.05); -moz-transform:scale(1.05);}
.new-list li:hover figcaption{margin-top:-51px;background: #1255C9;height: 223px;}
.new-list li:hover figcaption time{ color:#fff;}
.new-list li:hover figcaption h3{ color:#fff;}
.new-list li:hover figcaption p{ color:#fff;}
.new-list li:hover figcaption span{ opacity:1; bottom:0; position:relative; transition:355ms 100ms;}

.news-pagecontent .page .title h1 {
		font-size: 24px;
		font-weight: normal;
		line-height: 1.6;
		color:#262626;
	}
	
.pubcatetit{font-size:34px;color:#333;text-align:center;font-weight:normal;line-height: 1.2;}
.linei{display: block;width:20px;height:3px;background: #1255C9;margin: 15px auto;font-style:normal;}

.welsay{text-align:center;font-size: 15px;color: #585858;line-height: 2;max-width: 920px;margin-left: auto;margin-right: auto;margin-top: 30px;margin-bottom: 55px;}
.welfare ul{ text-align:center;}
.welfare ul li{width: 16%;text-align:center;margin-bottom: 20px;padding: 0 10px;box-sizing: border-box;display: inline-block;}
.welfare ul li img{max-height:60px;display: block;margin:0px auto;}
.welfare ul li p{margin-top: 10px;font-size: 15px;}

.welfare ul li img{transition-delay:.1s;-webkit-transition-delay:.1s;}
.welfare ul li img,
.welfare ul li p{transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;}

.welfare ul li:hover img,
.welfare ul li:hover p{transform:translateY(-10px);-webkit-transform:translateY(-10px);}

.welfare ul li:hover img{transition-delay:0s !important;-webkit-transition-delay:0s !important;}
.welfare ul li:hover p{transition-delay:.1s !important;-webkit-transition-delay:.1s !important;}
#job-list {
	margin-bottom: 0;
}

#job-list .box {
	padding: 40px;
	background: #fff;
	border: 1px solid #e2e2e2;
	margin-top: 20px;
}

#job-list .top {
	background: #f1f1f1;
	color: #333;
	font-size: 16px;
	line-height: 20px;
}


#job-list .name,#job-list .num,#job-list .address,#job-list .date {
	float: left;
	width: 22%;
	padding: 20px 0;
	text-align: center;
	line-height: 1.6;
	box-sizing: border-box;
}

#job-list .name {
	padding-left: 50px;
	text-align: left;
}

#job-list .arrow {
	float: left;
	width: 12%;
	text-align: center;
}

#job-list .arrow i {
	display: block;
	margin: 0 auto;
	width: 65px;
	height: 65px;
	background: url("../images/down.png") no-repeat center;
	-webkit-transition: -webkit-transform 0.5s ease-out;
	-moz-transition: -moz-transform 0.5s ease-out;
	-o-transition: -o-transform 0.5s ease-out;
	-ms-transition: -ms-transform 0.5s ease-out;
	transition: transform 0.5s ease-out;
}

#job-list .article {
	border-bottom: 1px solid #dbdbdb;
	font-size: 15px;
	padding: 0;
}

#job-list .article .clearfix {
	cursor: pointer
}

#job-list .article.active .arrow i {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

#job-list .content {
	position: relative;
	display: none;
	background: #f5f5f5;
	border: 1px solid #dadada;
	border-bottom: 0;
	padding: 15px 50px 30px;
	color: #464646;
}

#job-list .content .txt {
	font-size: 16px;
	margin-bottom: 12px;
	padding-top: 22px;
	font-weight: 700;
	color: #292929;
}

#job-list .content h3 {
	font-weight: 400;
	position: relative;
	padding-left: 22px;
}

#job-list .content h3:before {
	content: '';
	width: 9px;
	height: 9px;
	background: #c64f4a;
	position: absolute;
	top: 7px;
	left: 0;
}

#job-list .content p {

text-indent: 0;

font-size: 14px;

line-height: 1.8;

margin-bottom: 5px;

color: #545454;
}

.pubTitle4{width: 100%;text-align: center;margin-bottom: 40px;}
.pubTitle4 h6{font-size: 34px;color: #000;line-height: 1.3;font-weight: 400;}
.pubTitle4 i{display: block;width: 20px;height: 3px;background: #1255C9;margin: 15px auto;}
.pubTitle4 p{font-size: 14px;color: #464646;line-height: 2;}

.yy5{width:100%;height:500px;}

 .cont-two li {
        text-align: center;
        width: 25%;
        float: left;
        border: 1px solid #eee;
        height: 240px;
        padding: 59px 0 0;
		margin-left: -1px;
		line-height:1;
    }


        .cont-two li:hover p {
        }

        .cont-two li:hover img {
            transform: translateY(-8px);
        }

    .cont-two img {
        transition: all 0.5s;
        width: 44px;
        margin-bottom: 20px;
    }

.cont-two p {
        line-height: 1.5;
        color: #0d141c;
        padding: 0 40px;
        margin-bottom: 0;
    word-break: break-all;
    }



        .cont-two p.h3-size22 {
            margin-top: 22px;
        }

     .cont-two li:last-child img {
        box-shadow: 0 0 12px rgba(0,0,0,0.10);
        padding: 2px;
        width: 100px;
        margin-bottom: 2px;
    }

    .cont-two li:last-child p {
        margin-top: 8px;
    }

.cont-three img {
    width: 100%;
}

.h3-size22{font-size: 22px;}
.p-size16{font-size: 16px;}
.pt80 {
	margin-top:40px;
}
.pb40 {
	margin-bottom:20px;
}

.relly{width: 100%;padding: 70px 0 80px;background: #f5f5f5;}
.relyx-title p{font-size: 15px;color: #999;line-height: 26px;margin-top: 16px;}
.relly-form{width: 100%;margin-top: 42px;}
.relly-formipt{width: 100%;overflow: hidden;margin-top: 25px;}
.relly-formipt input{width: 49%;height: 60px;background: #fff;padding: 0 20px;border: 1px #dcdcdc solid;}
.relly-form input, .relly-form textarea{font-size: 15px;color: #6d6d6d;}
.relly-form input:-moz-placeholder, .relly-form textarea:-moz-placeholder {color:#888;font-size: 15px;}
.relly-form input::-moz-placeholder, .relly-form textarea::-moz-placeholder {color:#888;font-size: 15px;}
.relly-form input:-ms-input-placeholder, .relly-form textarea:-ms-input-placeholder{color:#888;font-size: 15px;}
.relly-form input::-webkit-input-placeholder, .relly-form textarea::-webkit-input-placeholder{color:#888;font-size: 15px;}
.relly-formipt input:first-child{float: left;}
.relly-formipt input:last-child{float: right;}
.relly-form textarea{width: 100%;display: block;background: #fff;margin-top: 25px;padding: 24px 20px;height: 164px;border: 1px #dcdcdc solid;}
.relly-formyzmbtn{width: 100%;overflow: hidden;margin-top: 26px;}
.relly-formyzm{float: left;}
.relly-formyzm input{width: 200px;height: 60px;background: #fff;padding: 0 20px;display: block;float: left;border: 1px #dcdcdc solid;}
.relly-formyzm span{display: block;float: left;margin-left: 20px;height: 60px;width: 150px;cursor: pointer;}
.relly-formyzm span img{width: 100%;height: 100%;}
.relly-formbtn {width: 200px;height: 60px;display: block;background: #1255C9;font-size: 16px;color: #fff;text-align: center;float: right;cursor: pointer;border: 0;}
.relyx-close{display: none;}

.ny-wrap{ margin-top:30px;}

.pubTitle6{width: 100%;text-align: center;}
.pubTitle6 h6, .pubTitle6 h1{font-size: 34px;color: #333; line-height:1.2;font-weight: 400;}
.pubTitle6 i{display: block;width:20px;height:3px;background: #1255C9;margin: 15px auto;font-style:normal;}
.pubTitle6 p{font-size: 14px;color: #999;line-height: 24px;}
.pubTitle6-white h6, .pubTitle6-white h1{color: #fff;}
.pubTitle6-white i{background: #fff;}
.pubTitle6-white p{color: #fff;}

.serfw{width: 100%;padding: 100px 0;overflow: hidden;}
.serfw-wdimg{width: 100%;background: #f5f5f5;padding: 0;margin-top: 40px; display: flex;align-items: center;}
.serfw-wd{width: 50%;float: left;padding: 50px 70px;}
.serfw-wd h5, .serfw-wd h2{font-size: 40px;color: #333;margin-top: 60px;}
.serfw-wd h6, .serfw-wd h1{font-size: 22px;color: #333; margin-bottom:25px;font-weight: 400;}
.serfw-wd p{font-size: 14px;color: #666;line-height: 2;margin-bottom: 10px;}
.serfw-wd a{display: block;width: 145px;height: 40px;line-height: 40px;margin-top: 64px;background: #1f5dcb;border-radius: 6px;font-size: 16px;color: #fff;text-align: center;}
.serfw-img{width: 50%;float: right; line-height:0;}
.serfw-img img{width: 100%;object-fit: cover;}
.sersq-list{width: 100%;}
.sersq-list ul{margin-left: -1.5%;}
.sersq-list li{width: 31.8333%;margin-left: 1.5%;float: left;margin-top: 32px;min-height: 362px;background: #fff;box-shadow: 0 0 10px 6px #fafafa;text-align: center;}
.sersq-icon{width: 100%;height: 52px;margin: 50px 0 30px;}
.sersq-icon img{max-height: 100%;}
.sersq-tit{width: 100%;}
.sersq-tit h6, .sersq-tit h1{font-size: 24px;color: #333;}
.sersq-tit i{width: 28px;height: 2px;background: #b0b0b0;display: block;margin: 20px auto;}
.sersq-list{width: 100%;}
.sersq-list p{width: 100%;margin: 0 auto;text-align: left;}
.sersq-list p span{font-size: 15px;color: #888;line-height: 26px;padding-left: 14px;position: relative;}
.sersq-list p span:after{content: "";position: absolute;width: 5px;height: 5px;border-radius: 50%;background: #333;left: 0;top: 50%;margin-top: -3px;}
.sersq-list li:nth-child(1) .sersq-list p{width: 164px;}
.sersq-list li:nth-child(2) .sersq-list p{width: 104px;}
.sersq-list li:nth-child(3) .sersq-list p{width: 90px;}
.serzb{width: 100%;padding: 70px 0;background: #f5f5f5;overflow: hidden;}
.serzb-list{width: 100%;}
.serzb-list ul{
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin-left:-0.5%;
    margin-right:-0.5%;
    margin-top: 30px;
    }
.serzb-list li{width: 19%;float: left;margin-left: 0.5%; margin-right:0.5%; background: #fff;padding: 50px 28px;text-align: center;}
.serzb-list li h6, .serzb-list li h1{height: 52px;line-height: 50px;}
.serzb-list li h6 img, .serzb-list li h1 img{max-height: 100%;}
.serzb-list li i{width: 28px;height: 2px;background: #b0b0b0;display: block;margin: 30px auto;}
.serzb-list li p{font-size: 14px;color: #333;line-height: 1.7;}
.serzb-list li:hover h6 img{transform: rotateY(360deg);transition: all 1.2s ease;}
.serzb-list li:hover h1 img{transform: rotateY(360deg);transition: all 1.2s ease;}
.seraz{width: 100%;padding-top: 100px;overflow: hidden;}
.seraz-list{width: 100%;background-repeat: no-repeat !important;background-size: cover !important;background-position: center !important;margin-top: 62px;}
.seraz-list li{width: 33.3333%;color: #fff;float: left;padding: 130px 52px 0 36px;min-height: 600px;border-left: 1px solid rgba(255, 255, 255, .1);}
.seraz-icon{width: 100%;height: 58px;line-height: 56px;}
.seraz-icon img{max-height: 100%;}
.seraz-list li h6, .seraz-list li h1{font-size: 24px;margin: 38px 0 18px;}
.seraz-list li p{font-size: 15px;line-height: 26px;}
.serhd{width: 100%;padding: 120px 0;overflow: hidden;}
.serhd-list{width: 100%;}
.serhd ul{margin-left: -1.5%;}
.serhd li{width: 31.8333%;float: left;margin-left: 1.5%;margin-top: 68px;background: #fbfbfb;height: 230px;display: flex;align-items: center;padding: 0 54px;}
.serhd-img{width: 124px;float: left;}
.serhd-img img{max-width: 100%;}
.serhd-wd{width: calc(100% - 124px);float: right;}
.serhd-wd h6, .serhd-wd h1{font-size: 24px;color: #333;margin-bottom: 12px;}
.serhd-wd p{font-size: 15px;color: #888;line-height: 24px;}
.serwx{overflow: hidden;width: 100%;background-repeat: no-repeat !important;background-size: cover !important;background-position: center !important;padding: 70px 0 80px;}
.serwx-list{width: 100%;}
.serwx-list ul{display: flex;
    align-items: stretch;
    flex-wrap: wrap;
	margin-left:-0.5%;
	margin-right:-0.5%;
	margin-top:40px;}
.serwx-list li{width: 100%;float: left;margin-left: 0.5%; margin-right:0.5%; position: relative;border-top: 1px solid #1f5dcb;padding: 50px 40px;background: #fff;overflow: hidden;background: #f5f5f5; margin-bottom:24px;}
.serwx-list li p{font-size: 24px;color: #333;line-height: 1.7;}
.serwx-list li h6, .serwx-list li h1{font-size: 16px;color: #888;margin: 12px 0;font-weight: 400;}
.sersq{width: 100%;padding-bottom: 120px;}

.contact_content_inner {

    padding: 40px 52px;
    background: #fff;
}

.ul-download {
    padding: 0 0 16px

}


.ul-download li {
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    margin-bottom: 11px
}

.ul-download li a.download {
    float: right;
    font-size: 14px;
    line-height: 54px;
    color: #666;
    letter-spacing: 1px
}

.ul-download li a.download img {
    display: inline-block;
    vertical-align: -6px;
    margin-left: 8px
}

.ul-download li a.download:hover {
    color: #1255C9
}

.ul-download li a.link {
    display: block;
    font-size: 16px;
    line-height: 54px;
    padding-left: 23px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url(../images/icon-dian.png) no-repeat left center;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.ul-download li a.link:hover {
    color: #1255C9;
    background-image: url(../images/icon-dian-on.png);
}

.article{ padding:40px 50px; background:#fff;}

.subNewsTitle h3:first-child{font-size: 24px;font-weight: 400;line-height: 1.5;color: #333;margin-top: 0px;padding: 0 0px 20px;border-bottom: 1px solid #D4D4D4;text-align: center;}
.article h3{font-size: 24px; color: #333; text-align: center; padding: 10px 0 30px;}


.article p{font-size: 15px;color: #3e3e3e;margin-bottom: 15px;line-height: 2;}

.detailBody{ padding-top:25px;}
.otherNews {position: relative;border-top: 1px solid #D4D4D4;margin-top: 25px;}
.links22 {padding: 25px 0 0 0px;}
.links22 a {display: block;line-height: 2;font-size: 14px;color: #383838;}
.links22 a:hover {color: #1255C9;}

.srv-wrap{padding: 40px;background:#fff;}

.srv-top{padding-bottom: 16px;text-align: left;font-size: 24px;font-weight: 700;line-height: 1.4;color: #2b2b2b;border-bottom:1px solid #dedede;}

.srvStgy-top{width: 100%;text-align: left;line-height: 2;font-size: 15px;margin: 25px auto 0;color: #424242;}

.srvStgy-top p{margin-bottom: 10px;line-height: 2;}

.download-list-box {
        width: 100%;
        margin-bottom: 30px;
    }

    .download-list-box ul {
        width: 100%
    }

    .download-list-box li {
        width: 100%
    }

    .download-list-box .title {
        width: 100%;
        cursor: pointer;
        padding-left: 58px;
        background: url(../images/ser22.png) no-repeat left center;

        line-height: 75px;

        font-size: 16px;
        overflow: hidden;
        height: 75px;
        color: #444;
        border-bottom: 1px solid #e0e0e0;
    }

    .download-list-box .title.on {
        border-bottom: 0;
        background: url(../images/ser22_h.png) no-repeat left center;
        color: #1255C9;
    }

    .download-list-box .time {
        font-size: 14px;
        color: #666;
        filter: alpha(opacity=50);
    }

    .download-list-box .con {
        width: 100%;
        padding: 1.7%;
        background: #f7f7f7;
        display: none
    }

    .download-list-box dd {
        width: 100%;
        margin-bottom: 17px;
        background: #fff;
        padding: 39px 3.7% 49px
    }


    .download-list-box dd h2 {



        line-height: 44px;
        font-size: 24px;

        color: #333;
        margin-bottom: 14px


    }


    .download-list-box dd .line {


        margin-bottom: 20px;
        border-bottom: 1px solid #e6e5e5;
        padding-bottom: 40px
    }

    .download-list-box dd p {
        font-size: 15px;
        color: #666;
        line-height: 25px
    }

    .download-list-box .download {
        margin-top: 20px;
        width: 120px;
        height: 36px;
        padding-left: 37px;
        line-height: 36px;
        background: #1255C9 url(../images/ser23.png) no-repeat 77px center;
        color: #fff;
        font-size: 14px;
        display: block;
        border-radius: 30px;
    }

.download-list-box .title:hover {
        background: url(../images/ser22_h.png) no-repeat left center;
        color: #1255C9;
    }

.ti22{ width:75%;}

.fl {float:left !important;}
.fr {float:right !important;}
.cl { clear:both;}

.title44 {
  font-size: 24px;
  color: #2b2b2b;
  font-weight: bold;
  display: inline-block;
  line-height: 1.4;
  padding-bottom: 8px;
  margin-top: 40px;
  margin-bottom: 30px;
  border-bottom: 2px solid #1255C9;
}

@media all and (max-width:1780px) {

.lxAbout_info {

padding: 1% 0;
}


}

@media all and (max-width:1700px) {

.lxAbout_info {

padding: 0;
}

.indAb_num {
    margin-top: 45px;
}

.lxTit_en5 {
    font-size: 40px;
}


.lxTit_en6 {
    font-size: 34px;
}

.lxBan_txt span {
    font-size: 42px;
}

.container5{width:92%; max-width: 1200px;}


}

@media all and (max-width:1500px) {



.inner {
    max-width: 1300px;
    width: 90%;
}

.inner5 {
    max-width: 1100px;
    width: 90%;
}

.lxNew {
    padding-left: 6%;
}

.lxNew_l {
    width: 349px;
}

.lxTit {
    margin-bottom: 30px;
}

.indMore {
    margin-top: 30px;
}

 .footer .footer-telephone{padding: 0 30px;width: 25%;float: left;}
.footer .wx{padding-left:30px;width: 140px;}

.other_banner{height: 400px;}

}


@media all and (max-width:1400px) {
.bann2{bottom: 23%;}

.lxTit {
    margin-bottom: 30px;
}

.indMore {
    margin-top: 25px;
}



}



@media all and (max-width:1200px) {
.bann2{bottom: 15%;}

}

@media all and (max-width:1024px) {
.index-2-more a{padding: 13px 26px;font-size: 14px;}

.index-2-more2 a{padding: 13px 26px;font-size: 14px;}

.cpn-culture6{
    margin-top: 30px;
}
.home-block1 {
	padding: 40px 0;
}

.home-block8 {
	padding: 80px 0 40px 0;
}

.cpn-culture6 ul li h4{font-size: 16px;}

.ysCase_wid {
    max-width: 100%;
}
.ysCase_ul {
	display:none;
}

.ysCase {
    height: 60vh;
}

.ysCase_p {
    font-size: 14px;
    margin-bottom: 50px;
}

	.footer{padding: 30px 0 10px 0;}
.footer .footer-telephone{padding-right:15px}
.footer .wx{padding-left:15px;width: 110px;}
.footer .footer-telephone .phone-number{font-size: 22px;margin-bottom: 12px;}
.footer .wx .img-box1{height:auto}
.footer .wx p{margin-top:10px;font-size:12px}
.footer .footer-telephone .address{font-size:12px;margin-bottom: 8px;}
.footer .web-info{line-height:1.6;font-size:12px;display:block;padding-top:10px;margin-top: 15px;}
.footer .web-info span{display:block;margin-right: 0;}
.footer .footer-telephone{padding: 0 30px 0 0;width: 62%; border-left:none;}

.footer .footer-menu .item{padding-right: 25px; margin-bottom:20px; width:100%;}

.footer .footer-menu .item a{font-size: 14px;}

.m3_list{margin-top:20px;margin-bottom: 20px;}

.footer .footer-menu{width: 100%;}

.footer .footer-telephone .title{height: 38px;}

.advantage-list {
	width: 100%;
}


.advantage-list .desc p {
	min-height: 1px;
	height: auto;
	font-size: 15px;
}

.cpn-culture7 ul li{width: 98%; margin-bottom:20px;}

.cpn-culture6 ul li{width: 50%;padding: 20px 0;}
.cpn-culture6 ul li s {max-width: 60px;}

.advantage-list .desc {
	padding: 30px 20px;
	
}

.advantage-list .desc strong {
	font-size: 18px;
}

.advantage-list .desc p {
	font-size: 14px;
}

.cpn-culture7{
    margin-top: 20px;
}

.mr_frbox { }
.mr_frUl { float: left; width: 100%; }
.mr_frUl ul li {display: inline;float: left;width: 49%;}

.home-block5 {
	padding: 25px 0;
}



.at22{ max-width:700px;}

#loginalert {
	width: 90%;
	background: #fff;
	margin:0 auto;
	padding-bottom: 25px;
	}
	
.w25{width: 100%;float:left;}
.w75{width: 100%;float:left;border-top: 1px solid #e1e1e1;border-left: none;padding-left: 0;padding-top: 20px;}

.a563 {
	font-size: 20px;
	margin-bottom: 15px;
}

.a569 {
	font-size: 20px;
	margin-bottom: 15px;
}

.x12{padding: 0 0 0 0;}

.x12 p{font-size: 14px;}

.fixfdback .note ul li input{height: 40px;font-size: 14px;}
.fixfdback .note ul li select{height: 40px;font-size: 14px;}
.fixfdback .note ul li{margin-bottom:10px;}

.w60{width: 100%;}
.w40{width: 100%;padding-top: 15px;text-align: left;}


.home-block7 {
	padding: 40px 0;
}

.a565 {
	font-size: 20px;
	margin-bottom:10px;
}
.x15 p{font-size: 16px;}

.vtt10{font-size: 14px;float:left;}
.vtt11{float:left; font-size: 14px;}
.lxBan_txt span {
    font-size: 30px;
}
.lxBan_txt i {
    width: 30px;
    height: 2px;
}

.ae1{font-size:20px !important; margin-bottom: 10px  !important;}


.w70{width: 100%;float:left;}


.home-block3 {
	padding: 40px 0;
}

.t6{
    font-size: 24px;
}

.section-ul2 li {width: 49%;}

.parameter5 table tbody th{padding: 12px 2px;font-size: 14px;line-height:1.4;}

.parameter5 table tbody td{padding: 10px 6px;line-height: 1.5;}
.parameter5 table{font-size: 12px;}

.parameter8 table tbody th{padding: 12px 2px;font-size: 14px;line-height:1.4;}

.parameter8 table tbody td{padding: 10px 6px;line-height: 1.5;}
.parameter8 table{font-size: 12px;}

.w300{width: 20%;}
.w255{ width:20%;}
.w200{width: 20%;}

.vtt12{
    width: 94%;
    padding: 6px 6px;
    border-radius: 8px;
    font-size: 12px;
    }
	
.w50{width: 100%;float:left;}
.fl{ text-align:left; padding-right:0; margin-bottom:3px;}
.fr{ text-align:left; padding-left:0;}

.lxTit_en2 {
    font-size: 24px;
}

.conInline5 {
    padding: 6% 5%;
    margin-bottom: 10px;
}

.newsBody5 {
    margin-top: 0;
	margin-bottom:20px;
}

.newsBody5 p {
    font-size: 14px;
}

    .conInline5 form div {
        flex-wrap: wrap;
    }

    .conInline5 form input {
        width: 100%;
        margin-bottom: 10px;
        height: 40px;
        line-height: 40px;
    }

    .conInline5 form textarea {
        margin: 0;
    }

    .conInline5 form button {
        width: 118px;
        height: 38px;
        line-height: 38px;
        margin-top: 14px;
        font-size: 14px;
    }
	
	  .conInline7 form div {
        flex-wrap: wrap;
    }

    .conInline7 form input {
        width: 100%;
        margin-bottom: 10px;
        height: 40px;
        line-height: 40px;
		font-size:14px;
    }

    .conInline7 form textarea {
        margin: 0;
		font-size:14px;
    }

    .conInline7 form button {
        width: 118px;
        height: 38px;
        line-height: 38px;
        margin-top: 14px;
        font-size: 14px;
    }
	
	.conInline7 {
    padding: 6% 5%;
}

.lxTit_en5 {
    font-size: 24px;
}

.lxTit_en6 {
    font-size: 24px;
}


.a6{width: 100%;font-size:14px;margin-top: 15px;}

.solution .solution-content .industry-item dl{ background-color: #FFF; display:block; align-items: center; margin-bottom: 20px;}
.solution .solution-content .industry-item dl dt{width: 100%;line-height: 0;}
.solution .solution-content .industry-item dl dd{flex: 1;padding: 30px;max-height: 100%;}
.solution .solution-content .industry-item dl dd h2{font-size: 22px;margin-bottom: 15px;}
.solution .solution-content .industry-item dl dd p span.line{display: block;width: 20px;height: 2px;margin: 12px 0;}
.solution .solution-content .industry-item dl dd p a{margin-top: 20px;}
.solution-content{}

.a561 {
    font-size: 24px;
	margin-bottom: 15px;
}

.a562 {
	font-size: 18px;
	margin-bottom: 15px;
}

.ct66{font-size: 14px;}
.ct66 p{font-size: 14px;}

.solution .solution-content .industry-item dl dd .text{font-size: 14px;}
.solution .solution-content .industry-item dl dd .text p{ margin-bottom:10px;}


.news-pagecontent {
	width: 100%;
}

.news-pagelist {
		float: left;
		width: 100%;

		margin-top:20px;
	}
.news-pagecontent .page .title h6 {
		font-size: 20px;
		font-weight: normal;
		color:#262626;
	}
.news-pagecontent .page {


		padding: 20px 20px 15px;
	}
	
.news-pagecontent .page .content p,.news-pagecontent .page .content ul,.news-pagecontent .page .content ol {
	font-size: 14px;
}

.pubTitle{margin-bottom: 20px;}
.pubTitle h6{font-size: 22px;}
.pubTitle h7{width: 100%;font-size:14px;line-height:1.6;margin-top: 15px;}

.bt22 {font-size: 14px;}
.bt22 p{margin-bottom: 10px;font-size: 14px;}
.cpn-culture ul li{width: 98%; margin-bottom:15px;}
.cpn-culture ul li .note{padding: 25px;}
.cpn-culture ul li p{font-size: 14px;}

.w20{width: 50%; margin-bottom:10px;}
.categories-item-left img{ width:30px;}
.categories-item-right{padding: 0;}

.section-ul2 {margin: 0 -0.5% 20px -0.5%;}


.ass1{width:38%;}
.ass2{ width:62%;}

.parameter8 table tbody {
	display:block;

}
.parameter8 table thead {
	display:table;
	width:1700px;
	table-layout:fixed;
}
.parameter8 table tbody tr {
	display:table;
	width: 600px;
	table-layout:fixed;
}

.proselect {
    overflow-x: auto;
}

.siteBox .siteMap dl{width: 50%;}

.siteBox .siteMap dl dt a{
  font-size: 18px;
}


.list-4>li {
	width: 50%;
}



.bgg{
     padding: 15px 15px;
     }
	 
.list4 .article-title {
	font-size: 16px;
}

.list4 {
		margin-left: -5px;

		margin-right: -5px;
	}
	
.home-block9 {
	padding: 110px 0 40px 0;
}

.testmonials-style5 {
	margin: 0 0 10px 0;
	padding: 20px;
}

.categories-item-left1{padding-right: 20px;}
.categories-item-left1 img{ width:60px;}
.categories-item-right1{width:60%;}

.testmonials-style5 h5 {
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 4px;
}

.testmonials-style5 span {
	font-size: 12px;
}

.testmonials-style5 p {
	line-height: 1.65;
	font-size: 14px;
	height: auto;
}


.n112 {
	font-size: 20px;
}

.x16{padding-top: 25px;padding-left: 0;}

.n113{font-size: 16px;margin-bottom: 2px;}
.n114{font-size: 16px;margin-bottom: 12px;}


.b56 {
	font-size: 14px;
}

.categories-item-left2{width: 20%;}
.categories-item-right2{width: 80%;float:left;padding: 3px 0;}
.categories-item-right2 h3{font-size: 18px;}
.categories-item-right2 p{font-size: 14px;}

.x17{padding: 40px 0 0 0;line-height:1.6;font-size: 14px;}
.x17 p{line-height:1.6;color: #181818;font-size: 14px;}

.mr_frUl1 ul li {width: 100%;margin-right: 0;}
.mr_frUl2 ul li {width: 100%;margin-right: 0;}	

.productSeries .list li{width: 49%; margin-left:0.5%; margin-right:0.5%; margin-bottom:10px;}
.productSeries .list .text{padding: 16px;}
.productSeries .list h3{
	font-size: 14px;
	

}

.w333{ width:98%; margin-bottom:15px;}
.footer .footer-menu{display:none}

.other_banner{margin-top: 60px; height:180px;}
.other_banner .banner_text h3{font-size: 24px;margin-bottom: 0;font-weight: 400;}

.container5{width:92%;}
.nymenu_mid ul li a{padding: 15px 0;line-height: 1.5;font-size: 14px;}
.nymenu_mid ul li{padding: 0 20px;width: 50%;float: left;display: block;}

.home-block {
	padding: 40px 0;
}

.abojs{padding: 40px 0;}
.abojs-icon li {margin-top: 28px;width: 50%;}
.abojs-icon h6 {height: 60px;line-height: 58px;}
.abojs-icon p {margin-top: 18px;font-size: 14px;}
.about_2{padding: 40px 0;}
.about_2_mid_mid_1{font-size: 22px;}
.about_2_mid_mid_3 ul li{font-size: 14px;padding-left: 5.5em;}
.about_2_mid_mid_3{
margin-top:1.5em;}
.about_2_mid_mid{margin: 2em;}
.new-list li{width: 100%;float:left;padding: 0 10px;margin-bottom: 15px;}
.news-pagecontent .page .title h1 {
		font-size: 20px;
	}
.pubcatetit{font-size:22px;}

.welsay{font-size: 14px;margin-top: 20px;margin-bottom: 35px;}

.welfare ul li{width: 32.5%;}
.welfare ul li p{font-size: 14px;}

.welfare ul li img{max-height:50px;}	

#job-list {
		margin-bottom: 0;
	}


	#job-list .box {
		padding: 15px 10px;
		margin-top: 10px;
	}

	#job-list .box .top {
		font-size: 15px;
	}

	#job-list .name,#job-list .num,#job-list .address,#job-list .date {
		width: 21%;
		padding: 15px 0;
	}

	#job-list .name {
		width: 28%;
		padding-left: 15px;
	}

	#job-list .arrow {
		width: 8%;
	}

	#job-list .arrow i {


width: 20px;

height: 52px;

-webkit-background-size: 12px;

-moz-background-size: 12px;

background-size: 12px;

display: none;

}

	#job-list .article {
		font-size: 14px;
	}

	#job-list .content {
		padding: 10px 15px;
		font-size: 12px;
	}

	#job-list .content .txt {
		font-size: 15px;
		margin-bottom: 10px;
		padding-top: 10px;
	}


	#job-list .content h3 {
		padding-left: 15px;
	}

	#job-list .content h3:before {
		width: 6px;
		height: 6px;
		top: 9px
	}
	
	
	#job-list .name{
	width: 70%;
}

#job-list .date {
	width: 22%;
}

#job-list .num,#job-list .address {
	display:none;
}

 .relly-formipt input {height: 44px;padding: 0px 15px;font-size: 14px;}
    .relly-form textarea {margin-top: 0;padding: 16px 15px;height: 160px;}
    .relly-formyzm input {width: 280px;height: 44px;padding: 0 15px;}
    .relly-formyzm span {margin-left: 12px;height: 44px;width: 150px;}
    .relly-formbtn{height: 44px;}
    .relly-formyzmbtn{margin-top: 20px;}
	.reltab {padding: 20px 0 40px;}
    .reltab li {padding: 28px 0;margin-top: 20px;}
    .reltab-item {padding: 0 24px 0 18px;}
    .reltab-img {width: 50px;margin-top: 16px;}
   .relyx-list li{width: 98%;margin-bottom: 15px;}
    .relly {padding: 38px 0;}
    .relly-formipt input{width: 100%;margin-bottom: 20px;}
    .relly-form {margin-top: 0;}
    .relly-formyzm input{width: 180px;}
    .relly-formyzm span{width: 120px;}
    .relly-formbtn{width: 100%;margin-top: 20px;}
    .relyx-info {display: none;width: 100%;position: fixed;z-index: 99999;height: 100%;top: 0;left: 0;background: rgba(0, 0, 0, .4);}
    .relyx-info .contain{position: relative;height: 100%;}
    .relyx-infoitem {height: 440px;background: #fff;position: absolute;top: 50%;margin-top: -220px;padding: 32px 0 36px;}
    .relyx-infoitem ul{display: block;width: 100%;overflow-y: auto;height: 384px;padding: 0 24px;}
    .relyx-info li {padding: 0;width: 100%;margin-top: 24px;}
    .relyx-info li h6 {margin-bottom: 10px;}
    .relyx-info li:first-child{margin-top: 0;}
    .relyx-close{display: block;width: 30px;height: 30px;position: absolute;z-index: 2;top: 0;right: 0;background: #0D6BAD url('../images/public/closeH.png') no-repeat center /16px auto;}
	.relly-formipt{margin-top: 25px;}
	
	.cont-two p {
        padding: 0 15px;
    }
	
	.cont-two li {
        height: auto;
        width: 50%;
        margin-bottom: 20px;
        padding: 0;
        border: none;
    }

    .cont-two.pb80 {
        padding-bottom: 25px;
    }
	
.h3-size22{font-size: 16px;}
.p-size16{font-size: 14px;}

.yy5{height:300px;}

.pubTitle4{margin-bottom: 25px;}
.pubTitle4 h6{font-size: 22px;}

.relly-formipt{margin-top: 0;}

.serfw-wd{width: 100%;float: left;padding: 30px 20px;}
.serfw-wd h6, .serfw-wd h1{font-size: 18px;color: #333; margin-bottom:20px;}
.serfw-wd p{font-size: 14px;color: #666;line-height: 2;}
.serfw-img{width: 100%;float: left; line-height:0;}

.serzb-list li{width: 49%; background: #fff;padding: 35px 18px; margin-bottom:10px;}
.serzb-list li p{font-size: 14px;}
.serzb{padding: 40px 0;}
.pubTitle6 h6, .pubTitle6 h1{font-size: 22px;}
.serzb-list ul{ margin-top:20px;}
.serfw-wdimg{margin-top: 25px;display: block;}
.serwx{padding: 40px 0;}
.serwx-list ul{margin-top:25px;}
.serwx-list li{width: 99%;padding: 30px 30px;}
.serwx-list li h6, .serwx-list li h1{font-size: 18px;}
.article{ padding:25px 25px; }

.article p{font-size: 14px;margin-bottom: 10px;}

.detailBody{ padding-top:20px;}
.subNewsTitle h3:first-child{font-size: 18px;padding: 0 0px 20px;}
.links22 a {font-size: 14px;}
.contact_content_inner {

    padding: 25px 22px;
}


.ul-download li a.link {
    display: block;
    font-size: 14px;
    line-height: 48px;
}

.ul-download {
    padding: 0 0 10px
}

.srvStgy-top p{margin-bottom: 10px;}
.srv-wrap{padding: 25px 20px 30px 20px;background:#fff;}
.srv-top{padding-bottom: 15px;text-align: left;font-size: 22px;}
.download-list-box .title {
        width: 100%;
        cursor: pointer;
        padding-left: 38px;
        background: url(../images/ser221.png) no-repeat left center;
        line-height: 60px;
        font-size: 14px;
        overflow: hidden;
        height: 60px;
        color: #444;
        border-bottom: 1px solid #e0e0e0;
    }
	
  .download-list-box .download {

margin-top: 15px;

width: 80px;

height: 30px;

padding-left: 17px;

line-height: 30px;

background: #1255C9 url(../images/ser231.png) no-repeat 50px center;

color: #fff;

font-size: 13px;

display: block;

border-radius: 30px;

}


.download-list-box .title:hover {
        background: url(../images/ser221_h.png) no-repeat left center;
        color: #0074C1;
    }

.ti22{ width:65%;}
	
}



@media screen and (min-width: 1024px) {.kgkgb01{ width:100%;}
.kgkgb02{ width:28%; position:relative; float:left;}
.kgkgb03{ width:68%; position:relative; float:right;}}
@media screen and (max-width: 1024px) {.kgkgb01{ width:100%;}
.kgkgb02{ width:100%; position:relative; float:left;}
.kgkgb03{ width:100%; position:relative; float:right;}}

.homePart{float: left; width: 100%; padding-bottom: 99px;}
.homePart ul{float: left; width: 100%; margin-top: 52px; border-left: 1px solid #e6e6e6;border-top: 1px solid #e6e6e6;}
.homePart ul li{float: left; width:16.6666%; border-right: 1px solid #e6e6e6;border-bottom: 1px solid #e6e6e6;}
.homePart ul li a{float: left; width: 100%; display: block; overflow: hidden; position: relative;}
.homePart ul li a img{float: left; width: 100%; display: block;}
.homePart .homePart_h{position: absolute; width: 100%; height: 0; left: 0; bottom: 0; text-align: center; background: rgba(0,0,0,.6); overflow: hidden;
-webkit-transition: all 0.2s ease-out 0s; 
   -moz-transition: all 0.2s ease-out 0s; 
     -o-transition: all 0.2s ease-out 0s; 
        transition: all 0.2s ease-out 0s;}
.homePart .homePart_h span{position: absolute; left: 0; top: 50%; line-height: 30px; margin-top: -15px; height: 30px; font-size: 14px; color: #fff; display: block; width: 100%;}
.homePart ul li a:hover .homePart_h{height: 100%}
@media  screen and (max-width:767px){
  .homePart{ padding-bottom: 20px;}
  .homePart ul{margin-top: 22px;}
  .homePart ul li{ width:50%;}
  .homePart .homePart_h span{line-height: 30px; margin-top: -15px; height: 30px; font-size: 14px; }
}

.tyu01{ width:100%; text-align:center}
.tyu02{ width:54px; margin:0px auto;}
.cont-two{ margin-top:44px;}


.list{width: 100%;border-bottom:solid 1px #316a91;margin-top:0px;}
.list ul li{background-color:#1255C9; border:solid 1px #ccc; border-bottom:0;}
.list ul li a{padding-left: 10px;color: #fff; font-size:18px; display: block; font-weight:400; height:54px;line-height: 54px;position: relative;
}
.list ul li .inactive{ background:url(../images/off.png) no-repeat 90% center;}
.list ul li .inactives{background:url(../images/on.png) no-repeat 90% center;} 
.list ul li ul{display: none;}
.list ul li ul li { border-left:0; border-right:0; background-color:#ededed; border-color:#d3d3d3;}
.list ul li ul li ul{display: none;}
.list ul li ul li a{ padding-left:20px;}
.list ul li ul li ul li { background-color:#d6e6f1; border-color:#6196bb; }
.last{ background-color:#d6e6f1; border-color:#6196bb; }
.list ul li ul li ul li a{ color:#316a91; padding-left:30px;}

.dfg01{ color:#333 !important}

@media screen and (min-width: 1024px) {.kpgkg02{ width:18%; position:relative; float:left;}
.kpgkg03{ width:78%; position:relative; float:right;}}
@media screen and (max-width: 1024px) {.kpgkg02{ width:100%; position:relative; float:left;}
.kpgkg03{ width:100%; position:relative; float:right;}}


.kpgkg04{ width:55px; margin-right:14px;}
.kpgkg05{ font-size:24px; font-weight:400; line-height:200%; clear:both}
.kpgkg06{ font-size:18px; font-weight:400; line-height:200%;}
@media screen and (min-width: 1024px) {.comAskSearch{float: left; width: 532px; border: 1px solid #e7e7e7; padding: 0 68px 0 32px; position: relative;
 -webkit-border-radius:26px; 
    -moz-border-radius:26px;
         border-radius:26px;}
.comAskSearch input{float: left; width: 100%; line-height: 50px; height: 50px; font-size: 14px; color: #333;}
.comAskSearch a{position: absolute; right: 0; top: 0; height: 50px; display: block; width: 68px; background: url(../images/ask01.png) no-repeat center;}}

@media screen and (max-width: 1024px) {.comAskSearch{float: left; width: 67%; border: 1px solid #e7e7e7; padding: 0 68px 0 32px; position: relative;
 -webkit-border-radius:26px; 
    -moz-border-radius:26px;
         border-radius:26px;}
.comAskSearch input{float: left; width: 100%; line-height: 50px; height: 50px; font-size: 14px; color: #333;}
.comAskSearch a{position: absolute; right: 0; top: 0; height: 50px; display: block; width: 68px; background: url(../images/ask01.png) no-repeat center;}}


.kpgkg07{ font-size:16px; font-weight:400; line-height:100%; color:#fff}
.kpgkg08{ font-size:16px; font-weight:400; line-height:100%; color:#333}

.kpgkg09{width: 17px; height:17px; font-weight:400; line-height:100%;}




@media screen and (min-width: 1024px) {.kgkng02{ width:28%; position:relative; float:left;}
.kgkng03{ width:68%; position:relative; float:right;}}
@media screen and (max-width: 1024px) {.kgkng02{ width:100%; position:relative; float:left;}
.kgkng03{ width:100%; position:relative; float:right;}}
