/* 这个css是初始化的css，在任何项目里面都可以使用 */
/* 禁用iPhone中Safari的字号自动调整 */
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    /* 解决IOS默认滑动很卡的情况 */
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: scroll;
}
/* 搜索 */
.search {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    /* background: #000; */
    background: rgba(0, 0, 0, 0.85);
    z-index: 9999;
    display: none;
}
.search-box {
    width: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 25%;
}
.inp {
    width: 100%;
    height: 100px;
    background: none;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.7);
}
 .inp::-webkit-input-placeholder {
 color: rgba(255, 255, 255, 0.7);
}
.bu {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    color: rgba(255, 255, 255, 0.7);
    background: none;
    border: none;
    z-index: 9999;
}
.bu .iconfont {
    font-size: 3.125rem;
}
.search-con {
    position: absolute;
    right: 7%;
    top: 7%;
    color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
}
.search-con .iconfont {
    font-size: 2.125rem;
    font-weight: 400;
}
.ds {
    cursor: pointer;
}
/* 禁止缩放表单 */
input[type="submit"], input[type="reset"], input[type="button"], input {
    resize: none;
    border: none;
}
img {
    max-width: 100%;
    height: auto;
    width: auto\9;
    /* ie8 */
    -ms-interpolation-mode: bicubic;/*为了照顾ie图片缩放失真*/
}
.line1 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.line2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.line3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.line4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.trans {
    transition: all .4s;
    -webkit-transform: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
}
.er-ul {
    position: absolute;
    width: 250%;
    left: -70%;
    transform: translateX(-50%);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    right: 0;
    top: 100%;
    z-index: 999;
    background: #fff;
    transition: 400ms ease-in-out;
    transform: scaleY(0);
    transform-origin: top center;
    opacity: 0;
    border-radius: 0 0 8px 8px;
}
.er-ul>li {
    line-height: 2.25rem;
    text-align: center;
    font-size: .875rem;
}
.er-ul>li:hover a {
    color: #0f4290;
}
.er-ul>li:nth-child(1) {
    padding-top: .625rem;
}
.er-ul>li:last-child {
    padding-bottom: .625rem;
}
header .center .nav>li {
    position: relative;
}
header .center .nav>li:hover .er-ul {
    transform: none;
    opacity: 1;
}
.bg {
    background: #0f4290;
}
.logo_phone img {
    width: 7.5rem;
}
.c {
    color: #0f4290;
}
.cf {
    color: #fff !important;
}
.c0 {
    color: #000 !important;
}
.phone_weibu {
    background: #0A0A0A;
    display: none;
}
.phone_weibu .mobMenu>li>a {
    font-size: 14px;
    padding: 10px 0;
    color: #fff;
}
.phone_weibu .mobMenu>li {
    border-bottom: #424245 1px solid;
}
.phone_weibu .mobMenu>li>.subDepth>li>a {
    font-size: 1em;
    color: #9a9797;
    line-height: 28px;
}
.phone_weibu .mobMenu>li>a::before {
    background-color: #fff;
}
.phone_weibu .mobMenu>li>a::after {
    background-color: #fff;
}
.phone_weibu .mobMenu>li>.subDepth {
    display: none;
}
.container {
    width: 100%;
}
/* 手机端样式 */
.sp_logo img {
    margin: auto;
    max-height: 30px;
}
.sjj_nav a {
    letter-spacing: -0.2px;
}
.sp_nav_se span:nth-of-type(1) {
    top: 10px;
    transform: rotate(45deg);
}
.sp_nav_se span:nth-of-type(2) {
    width: 0;
}
.sp_nav_se span:nth-of-type(3) {
    top: 10px;
    transform: rotate(-45deg);
}
.sjj_nav {
    position: fixed;
    z-index: 9999;
    background: #eee;
    width: 100%;
    height: 100%;
    font-size: 14px;
    line-height: 40px;
    top: -100%;
    left: 0;
    overflow: auto;
    overflow-x: hidden;
    transition: top ease 0.35s;
}
.nav_show {
    top: 0;
}
.sjj_nav>ul>li:first-child {
    overflow: hidden;
    border-top: 0;
}
.sjj_nav>ul>li:first-child>a {
    width: 60%;
}
.sjj_nav>ul>li:first-child .language {
    width: 100%;
    overflow: hidden;
    line-height: 30px;
    margin-top: 15px;
    padding-right: 15px;
    margin-bottom: 15px;
}
.sjj_nav>ul>li:first-child .language a {
    width: 25%;
    float: left;
    border-left: 1px #ddd solid;
    text-align: center;
    color: #999;
    display: inline-block;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.sjj_nav>ul>li:first-child .language a.active {
    background: #0f4290;
    color: #fff !important;
}
.sjj_nav>ul>li:first-child .language a:last-child {
    border-right: 1px #ddd solid;
}
.sjj_nav ul li i {
    position: absolute;
    top: 5px;
    right: 0px;
    border-left: 1px #ddd solid;
    height: 30px;
    padding: 0px 7px 0 7px;
}
.sjj_nav ul li i svg {
    transform: rotate(-90deg);
    transition: all ease 0.35s;
    position: relative;
    top: -5px;
}
.sjj_nav ul li .sjj_nav_i_se svg {
    transform: rotate(0deg);
}
.sjj_nav .bot>li {
    margin-left: 15px;
}
.sjj_nav ul li {
    border-top: 1px #ddd solid;
    margin-left: 10px;
    position: relative;
    line-height: 40px;
    font-size: 14px;
}
.sjj_nav>ul>li:last-child {
    border-bottom: 1px #ddd solid;
}
.sjj_nav ul li ul {
    display: none;
}
.sjj_nav ul li a {
    color: #666;
    width: 80%;
}
.sjj_nav ul li ul li a {
    color: #999;
    display: block;
    text-align: left;
    width: 100%;
    font-size: 12px;
}
.sjj_nav ul li i svg {
    width: 20px;
    height: 20px;
    fill: #555;
}
.sjj_nav ul li .sjj_nav_i_se svg {
    fill: #0f4290;
}
.sjj_nav ul li ul li>ul {
    margin-left: 10px;
}
.sjj_nav .top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #eee;
    border-bottom: 1px solid #ddd;
}
.sjj_nav .top .fl img {
    height: 40px;
}
.sjj_nav .bot {
    margin-top: 60px;
}
.pagination {
    justify-content: center;
}
.pagination li {
    width: 40px;
    text-align: center;
    line-height: 40px;
    border: 1px solid #ddd;
    margin: 0 2px;
    border-radius: 50%;
    height: 40px;
}
.pagination li.active {
    border-color: #0f4290;
    color: #fff;
    background: #0f4290;
}
.pagination li.active span {
    color: #fff;
}
.sjj_nav>ul>li:first-child {
    border-top: none;
}
.pagination li a {
    display: block;
}
.container {
    width: 100%;
    max-width: 100%;
}
.sjj_nav ul li a.w80 {
    display: inline-block;
    width: calc(100% - 35px);
}
.sjj_nav .bot>li:first-child {
    /*padding: 15px 0;*/
}
.sjj_nav .bot>li:first-child form {
    padding-right: 15px;
}
.sjj_nav .bot>li:first-child input {
    padding-left: 28px;
    width: 100%;
    font-size: 12px;
    color: #6F6F70;
    line-height: 28px;
    border: 1px solid #A7A7A8;
    background: transparent;
}
 .sjj_nav .bot>li:first-child input::-webkit-input-placeholder {
  /* 使用webkit内核的浏览器 */
  color: rgba(0, 0, 0, 0.3);
}
 .sjj_nav .bot>li:first-child input:-moz-placeholder {
  /* Firefox版本4-18 */
  color: rgba(0, 0, 0, 0.3);
}
 .sjj_nav .bot>li:first-child input::-moz-placeholder {
  /* Firefox版本19+ */
  color: rgba(0, 0, 0, 0.3);
}
 .sjj_nav .bot>li:first-child input:-ms-input-placeholder {
  /* IE浏览器 */
  color: rgba(0, 0, 0, 0.3);
}
.sjj_nav .bot>li:first-child button {
    background: transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 28px;
    height: 100%;
    border: none;
}
.sjj_nav .bot>li:first-child button .iconfont {
    position: static;
    text-align: center;
    color: #6F6F70;
    font-size: 14px;
    font-weight: 600;
    padding: 0;
    border: none;
}
.rightfix {
    top: auto;
    transform: translateY(0);
    bottom: 5%;
    right: 1.875rem;
}
.fix_ul li {
    border: none;
    width: 2.875rem;
    height: 2.875rem;
    margin-bottom: .9375rem;
    background: #686868;
    padding: 0;
    line-height: 2.875rem;
    border-radius: 50%;
}
.fix_ul li {
    background: #FFFFFF;
    box-shadow: 2px 4px 12px rgba(176, 176, 176, 0.25);
}
.fix_ul li:last-child {
    margin-bottom: 0;
}
.fix_ul li:hover .right_div {
    right: 72px;
    min-height: 72px;
    line-height: 72px;
}
.fix_ul li i {
    display: block;
    font-size: 1.4rem;
    color: #000;
}
.fix_ul li i.icon-weixin {
    color: #555;
}
.fix_ul li i.icon-weixin:hover {
    color: #fff;
}
.more {
    padding: 0 2.125rem;
    color: #fff;
    font-size: 1rem;
    line-height: 2.8375rem;
    border-radius: 3.125rem;
    border: 1px solid #0068ff;
    position: relative;
    z-index: 2;
    display: inline-block;
    transition: all .4s;
    -webkit-transform: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    margin-top: 20px;
    background: #0068ff;
}
.section04 .container .sum {
    margin-top: 30px;
}
.more.bf {
    border-color: #fff;
    color: #fff;
}
.more.bg {
    background: #0f4290;
    color: #fff;
    border-color: #0f4290;
}
.more.bg:hover {
    box-shadow: inset 0 0 0 1.8rem #fff;
    color: #0f4290;
}
.more:hover {
    box-shadow: inset 0 0 0 1.8rem #0f4290;
    transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -webkit-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
    color: #fff;
}

@media (max-width: 1600px) {
body,  html {
    font-size: calc(100vw / 110);
}
.container {
    /*padding: 0 0rem;*/
}
}

@media (max-width: 1440px) {
body,  html {
    font-size: calc(100vw / 100);
}
.container {
    /*padding: 0 8rem;*/
}
}

@media (max-width: 1366px) {
body,  html {
    font-size: calc(100vw / 95);
}
}

@media (max-width: 1280px) {
body,  html {
    font-size: calc(100vw / 90);
}
}

@media (max-width: 990px) {
body,  html {
    font-size: 14px;
}
.container {
    padding: 0 15px;
}
}

@media (max-width: 767px) {
.container {
    padding: 0 15px;
}
.banner .hover .container{
    padding-top: 30%;
}
}
header {
    line-height: 5.875rem;
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    transition: all .4s;
    -webkit-transform: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    background: #fff;
}
header .container {
    padding: 0 4.375rem;
}
header .right .search1 {
    line-height: 2.45rem;
    border-radius: 10px;
    text-align: center;
    display: inline-block;
    border: 1px solid #000;
    padding: 0px 15px;
}
header .right .search1 .iconfont {
    /*color: #fff;*/
    display: block;
    font-size: 1.125rem;
}
header .right .search1 .iconfont:before{
	display: none;
}
header .right .search1 .iconfont img{
	max-width: 25px;
	margin-right: 5px;
}
header .center {
    margin-right: 2.5rem;
}
header .center .nav>li {
    margin: 0 1.2rem;
    font-size: 1.325rem;
    color: #fff;
}
header .center .nav>li>a {
    padding: 0 .25rem;
    position: relative;
    color: #000;
}
header .center .nav>li>a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: .125rem;
    background: #0f4290;
    transition: all .4s;
    -webkit-transform: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
}
header .center .nav li:hover>a::before, header .center .nav li.active>a::before {
    width: 100%;
    transition: all .4s;
    -webkit-transform: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
}
header .center .nav li:hover>a, header .center .nav li.active>a {
    color: #0f4290;
}
header .logo img:nth-child(2) {
    display: none;
}
header .logo img {
    height: 3.5rem;
}
header.active, .fp-viewing-page2, .fp-viewing-page3, .fp-viewing-page4, .fp-viewing-page5, .fp-viewing-page6, .fp-viewing-page7 {
    box-shadow: 0 0 .625rem #ddd;
    background: #fff;
    transition: all .4s;
    -webkit-transform: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
}
header.active .logo img:nth-child(1), .fp-viewing-page2 .logo img:nth-child(1), .fp-viewing-page3 .logo img:nth-child(1), .fp-viewing-page4 .logo img:nth-child(1), .fp-viewing-page5 .logo img:nth-child(1), .fp-viewing-page6 .logo img:nth-child(1), .fp-viewing-page7 .logo img:nth-child(1) {
    display: none;
}
header.active .logo img:nth-child(2), .fp-viewing-page2 .logo img:nth-child(2), .fp-viewing-page3 .logo img:nth-child(2), .fp-viewing-page4 .logo img:nth-child(2), .fp-viewing-page5 .logo img:nth-child(2), .fp-viewing-page6 .logo img:nth-child(2), .fp-viewing-page7 .logo img:nth-child(2) {
    display: inline-block;
}
header.active .center .nav>li>a, .fp-viewing-page2 .center .nav>li>a, .fp-viewing-page3 .center .nav>li>a, .fp-viewing-page4 .center .nav>li>a, .fp-viewing-page5 .center .nav>li>a, .fp-viewing-page6 .center .nav>li>a, .fp-viewing-page7 .center .nav>li>a, header.active .right .search1 .iconfont, .fp-viewing-page2 .right .search1 .iconfont, .fp-viewing-page3 .right .search1 .iconfont, .fp-viewing-page4 .right .search1 .iconfont, .fp-viewing-page5 .right .search1 .iconfont, .fp-viewing-page6 .right .search1 .iconfont, .fp-viewing-page7 .right .search1 .iconfont {
    color: #242424;
}

.banner .img img {
    object-fit: cover;
}
.banner .img .img2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.banner .img .img2 img {
    object-fit: cover;
    animation: tdong 2s infinite;
}
.banner .hover {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 99;
    width: 100%;
}
.banner .hover .container {
    width: 90%;
    margin: auto;
    text-align: center;
}
.banner .hover .p1 {
    font-weight: 700;
    font-size: 3.25rem;
    line-height: 4.5rem;
    text-transform: uppercase;
    color: #FFFFFF;
}
.banner .hover .p2 {
    font-weight: 700;
    font-size: 1.75rem;
    line-height: 2.5625rem;
    text-transform: uppercase;
    margin: .25rem 0 1.25rem;
    color: #FFFFFF;
}
.banner .hover .p3 {
    margin-left: 1rem;
    position: relative;
    line-height: 2.8125rem;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.3) 15.91%, rgba(0, 0, 0, 0) 102.08%);
    font-weight: 700;
    font-size: 1.75rem;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 0 5.625rem 0 1.5rem;
    display: inline-block;
    margin-bottom: 1.625rem;
}
.banner .hover .p3::before {
    content: "";
    position: absolute;
    top: 0;
    left: -1rem;
    width: .875rem;
    height: 100%;
    background: #0f4290;
    border-radius: .3125rem 0px 0px .3125rem;
}
.banner .scroll {
    position: absolute;
    bottom: 2.1875rem;
    left: 50%;
    z-index: 9;
    animation: shangxia 2s infinite;
    cursor: pointer;
}
.banner .scroll img {
    width: 3.125rem;
}
 @keyframes tdong {
 0% {
 transform: translate(0, 0);
}
 50% {
 transform: translate(0px, 10px);
}
 100% {
 transform: translate(0, 0);
}
}
 @keyframes shangxia {
 0% {
 transform: translate(0, 0);
}
 50% {
 transform: translate(0px, 10px);
}
 100% {
 transform: translate(0, 0);
}
}
.title {
    font-weight: 700;
    font-size: 2.8rem;
    margin-bottom: 1rem;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.title.left {
    text-align: left;
    width: 100%;
}
.title.left span::before {
    left: 0;
    transform: translateX(0);
}
.title span {
    padding-bottom: .625rem;
    position: relative;
    line-height: 4.375rem;
    display: inline-block;
}
.title span::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 4.1875rem;
    height: 3px;
    background-color: #3558EF;
}
.subtitle {
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.875rem;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.6);
    text-align: center;
}
.section02::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 7.6875rem);
    height: 40%;
    border-radius: 0 0 9.375rem 0;
    background: #3558EF;
    z-index: 1;
}
.logo_xz {
    animation: xuanzhuan 10s linear infinite;
    position: absolute;
    top: 30%;
    left: 0;
}
 @keyframes xuanzhuan {
 0% {
 transform: rotate(0);
 transform-origin: top left;
}
 50% {
 transform: rotate(180deg);
}
 100% {
 transform: rotate(360deg);
}
}
.section02 {
    position: relative;
    z-index: 4;
    padding-top: 6.75rem;
    overflow: hidden;
}
.section02 .img {
    position: relative;
}
.section02 .bot {
    position: relative;
    z-index: 10;
}
.section03 {
    padding-top: 60px;
	background: url(../image/bg2.jpg) center top;
}
.section03 .container {
    text-align: left;
}
.section03 .bg .container .title span {
    color: #fff;
}
.section03 .swiper-slide {
    opacity: 0 !important;
}
.section03 .swiper-slide-active {
    opacity: 1 !important;
}
.section02 .bot .container {
    height: 100%;
}
.section02 .bot .container .swiper-slide {
    height: 36rem;
}
.section02 .swiper-container {
    height: 100%;
}
.section02 .swiper-container .en_name {
    font-size: 2.75rem;
    line-height: 3.4375rem;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}
.section02 .swiper-container .name {
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 2.1875rem;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}
.section02 .swiper-container .text {
    color: #FFFFFF;
    text-align: justify;
    text-align-last: center;
}
.section02 .swiper-container .swiper-slide {
    height: 100%;
}
.section02 .swiper-container .swiper-slide .bg {
    padding: 5rem 0 0;
    height: 22.3125rem;
    transition: all .4s;
    -webkit-transform: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
}
.section02 .height {
    max-height: 1.5rem;
    overflow: hidden;
    margin: 1.125rem 3.75rem 0;
}
.section02 .height .detail_text {
    margin-bottom: 1.3125rem;
}
.section02 .swiper-slide:hover::before {
    width: 100%;
    transition: all .4s;
    -webkit-transform: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition-delay: 0.3s;
}
.section02 .swiper-slide::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    background: #0f4290;
    height: .625rem;
}
.section02 .swiper-slide:hover .bg {
    height: 100%;
    transition: all .4s;
    -webkit-transform: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    max-height: 100%;
    transition: max-height 0.25s ease-in;
}
.section02 .swiper-slide:hover .en_name {
    color: #0f4290;
}
.section02 .swiper-slide:hover .height {
    max-height: 18.75rem;
    transition: max-height 0.25s ease-in;
}
.section02 .hover {
    position: absolute;
    bottom: 4.375rem;
    left: 8.9375rem;
    width: 100%;
}
.section02 .hover, .section04 .hover, .section05 .hover, .section06 .hover {
    text-transform: uppercase;
    background-color: transparent;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.4);
    color: transparent;
    font-weight: 700;
    font-size: 8.75rem;
    line-height: 1;
    z-index: 9;
    opacity: 0.4;
    letter-spacing: 7px;
}
.section04 .swiper-slide .bg {
    display: flex;
    background: none;
}
.section04 .swiper-slide .bg .right {
    width: 50%;
    text-align: center;
}
.section04 .swiper-slide {
    width: 90%;
    margin: auto;
}
.section05 .hover {
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0.1);
    font-size: 14.625rem;
    position: absolute;
    top: calc(50% + 2.5rem);
    transform: translateY(-50%);
    left: 0;
    -webkit-writing-mode: vertical-rl;
    opacity: 1;
    writing-mode: vertical-rl;
}
.section06 .hover {
    font-size: 14.625rem;
    right: 11.25rem;
    position: absolute;
    top: -4.375rem;
}
.text {
    font-size: 1rem;
    line-height: 1.5rem;
}
.more_a {
    background: #F7F9FB;
    width: 3.375rem;
    height: 3.375rem;
    border-radius: 50%;
    line-height: 3.375rem;
    text-align: center;
    display: inline-block;
}
.more_a .iconfont {
    font-size: 1.5rem;
    display: block;
}
.more_a:hover {
    background: #0f4290;
    transition: all .4s;
    -webkit-transform: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
}
.more_a:hover .iconfont {
    color: #fff;
}
header {
    z-index: 9000;
}
.section03 .bg {
    width: 100vw;
    /*display: flex;*/
    justify-content: flex-end;
}
.section03 .bg .right {
    width: 40%;
    padding: 8rem 0 8rem;
    background: url(../image/pro.jpg);
    position: relative;
}
.section03 .bg .right .content {
    padding-left: 4rem;
}
.section03 .bg .sum {
    margin-top: 2.125rem;
}
.section03 .bg .sum .name {
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 2.125rem;
    text-transform: uppercase;
    color: #fff;
}
.section03 .bg .sum ul {
    margin: 5px 0 2.25rem;
}
.section03 .bg .sum ul li {
    font-size: 1rem;
    line-height: 1.875rem;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    padding-left: 0rem;
    padding-right: 6rem;
    text-align: left;
}
.section03 .bg .sum ul li::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 6px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    display: none;
}
.section03 .bg .sum .more {
    border: 1px solid #fff;
    color: #fff;
}
.section03 .bg .sum .more:hover {
    color: #fff;
    border-color: #0f4290;
}
.section03 .hover {
    /*position: absolute;*/
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
.section03 .hover ul {
    display: flex;
    align-items: flex-end;
    width: 90%;
    margin: 25px auto;
}
.section03 .hover ul li {
    float: left;
    border-radius: 50%;
    margin: 10px 20px 25px;
    border: 1px solid #e7e7e7;
    box-sizing: border-box;
    position: relative;
    width: 20%;
	aspect-ratio: 1;
    background: #fbfbfb;
}
.section03 .hover ul li .bt {
    margin-top: 23%;
}
.section03 .hover ul li .icon img {
    margin: 0 auto;
}
.section03 .hover ul li .icon img:nth-child(1) {
    display: none;
}
.section03 .hover ul li .icon img:nth-child(2) {
    display: block;
}
.section03 .hover ul li .name {
    font-weight: 400;
    font-size: 0.825rem;
    line-height: 1.625rem;
    text-align: center;
    text-transform: uppercase;
    padding-top: 1.25rem;
    color: #000;
}
.section03 .hover ul li .en_name {
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.25rem;
    text-align: center;
    color: #0f4290;
    max-height: 0;
    overflow: hidden;
}
.section03 .hover ul li::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0rem;
    /*background: #0f4290;*/
    transition: all .4s;
    -webkit-transform: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
}
.section03 .hover ul li:hover::before, .section03 .hover ul li.active::before {
    width: 100%;
    transition: all .4s;
    -webkit-transform: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
}
.section03 .hover ul li.active, .section03 .hover ul li:hover {
    background: rgba(255, 255, 255, 0.95);
    background-color: #f2f6ff;
    border-radius: 50%;
    border: 1px solid #3168d7;
}
.section03 .hover ul li.active .name, .section03 .hover ul li:hover .name {
    color: #0f4290;
    padding-top: 1.25rem;
}
.section03 .hover ul li.active .en_name, .section03 .hover ul li:hover .en_name {
    max-height: 1.875rem;
    transition: max-height 0.25s ease-in;
}
.section03 .hover ul li.active .icon img:nth-child(2), .section03 .hover ul li:hover .icon img:nth-child(2) {
    display: none;
}
.section03 .hover ul li.active .icon img:nth-child(1), .section03 .hover ul li:hover .icon img:nth-child(1) {
    display: block;
}
.section05 {
    padding: 5.3125rem 0 5.9375rem;
    background-attachment: fixed !important;
}
.section04s {
    background: #fff !important;
}
.section04 {
    padding-top: 5.25rem;
    padding-bottom: 5.25rem;
}
.section04::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 75%;
    background: #3558EF;
    z-index: -1;
    border-radius: 9.375rem 0px 0px 0px;
    display: none;
}
.section04 {
    position: relative;
    background: #f6f6f6;
}
.section04 .top .container {
    padding-right: 0;
}
.phone_img {
    display: none;
}
.section04 .flex {
    display: flex;
    align-items: center;
}
.section04 .flex .left {
    width: 50%;
}
.section04 .flex .hover {
    font-size: 14.625rem;
    width: 50%;
    text-align: right;
}
.section04 .flex .container {
    padding-right: 0;
}
.section04 .bot {
    background: #fff;
    margin-top: 3.75rem;
    padding: 3.25rem 2.5rem 2.1875rem 0;
}
.section04 .bot .swiper-slide .over {
    border: 1px solid #fff;
}
.section04 .bot .swiper-slide:hover img {
    transform: scale(1.1);
}
.section04 .bot .swiper-slide .bg {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 10;
    background: transparent;
}
.section04 .bot .swiper-slide .bg:before, .section04 .bot .swiper-slide .bg:after {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    content: '';
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
.section04 .bot .swiper-slide .bg:before {
    border-top: 2px solid #0f4290;
    border-bottom: 2px solid #0f4290;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}
.section04 .bot .swiper-slide .bg:after {
    border-right: 2px solid #0f4290;
    border-left: 2px solid #0f4290;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
}
.section04 .bot .swiper-slide:hover .bg:after, .section04 .bot .swiper-slide:hover .bg:before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.section04 .swiper-pagination::before {
    content: "";
    position: absolute;
    top: 50%;
    height: 1px;
    background: linear-gradient(to left, #ffffff, #0f4290);
    left: -27.6875rem;
    width: 26.6875rem;
}
.section04 .swiper-pagination {
    position: absolute;
    top: -3rem;
    right: 24.5rem;
    z-index: 99;
}
.section04 .swiper-pagination-bullet {
    width: .8125rem;
    height: .8125rem;
    border: 1px solid #fff;
    opacity: 1;
    background: transparent;
    margin: 0 5px;
}
.section04 .swiper-pagination-bullet-active {
    background: #fff;
}
.section04 .title {
    padding-top: 50px;
}
.section05 .container {
    max-width: 90%;
    padding: 0px;
}
.section05 .flex {
    display: flex;
    flex-wrap: wrap;
}
.section05 .left {
    border-radius: 0px 3.75rem 0px 0px;
    width: calc(50% - 20px);
    background: #fff;
}
.section05 .left .name {
    font-weight: 700;
    font-size: 1.375rem;
    line-height: 2rem;
    text-transform: uppercase;
    color: #444444;
}
.section05 .left .data {
    margin: .375rem 0 .8125rem;
}
.section05 .left .newswz {
    margin-bottom: 20px;
}
.section05 .left .newswz .data {
    font-size: 20px;
    float: left;
    color: #000;
    text-align: right;
    margin-right: 15px;
}
.section05 .left .newswz .data .dates {
    font-size: 24px;
}
.section05 .left .newswz .data span {
    display: block;
    margin-bottom: 5px;
}
.section05 .left .swiper-pagination {
    bottom: 0;
}
.section05 .left .swiper-pagination-bullet {
    border: 1px solid #0f4290;
    background-color: transparent;
    width: .8125rem;
    height: .8125rem;
    opacity: 1;
}
.section05 .left .swiper-pagination-bullet-active {
    background: #0f4290;
}
.section05 .left .swiper-container {
    padding-bottom: 0rem;
}
.section05 .left .swiper-slide:hover .name {
    color: #0f4290;
}
.section05 .left .swiper-slide:hover img {
    transform: scale(1);
}
.section05 .right {
    width: calc(50% - 20px);
    border-left: 1px solid #BCBCBC;
    padding-left: 20px;
    margin-left: 20px;
}
.section05 .right .newswz {
    margin-bottom: 20px;
    margin-top: 20px;
}
.section05 .right .newswz .news-bt {
    float: right;
    width: calc(100% - 100px);
}
.section05 .right .newswz .data {
    font-size: 20px;
    float: left;
    color: #000;
    text-align: right;
    margin-right: 15px;
}
.section05 .right .newswz .data .dates {
    font-size: 24px;
}
.section05 .right .newswz .data span {
    display: block;
    margin-bottom: 5px;
}
.section05 .right ul li::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: calc(100% - 1.875rem);
    height: 1px;
    background: #BCBCBC;
}
.section05 .right ul li:last-child::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: calc(100% - 1.875rem);
    height: 1px;
    background: #BCBCBC;
}
.section05 .right ul li:hover .name {
    color: #3558EF;
}
.section05 .right ul li .iconfont:hover {
    color: #3558EF !important;
    transform: translateX(10px);
    transition: all .4s;
    -webkit-transform: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
}
.section05 .right ul li:hover::after {
    width: 100%;
    transition: all .4s;
    -webkit-transform: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
}
.section05 .right ul li {
    position: relative;
    padding: 1.25rem 0 1.5rem 1.875rem;
}
.section05 .right ul li .name {
    font-size: 1.25rem;
    line-height: 1.875rem;
    text-align: justify;
    text-transform: uppercase;
    color: #444444;
}
.section05 .right ul li .iconfont {
    display: block;
    transform: translateX(0px);
    transition: all .4s;
    -webkit-transform: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
}
.section05 .right ul li .text {
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: justify;
    text-transform: uppercase;
    color: #787777;
    padding-left: 12px;
}
.section05 .right ul li .data {
    align-items: center;
    justify-content: space-between;
    color: rgba(0, 0, 0, 0.3);
}
.section05 .right ul li .data .iconfont {
    display: block;
    color: #53504F;
    font-size: 1.5rem;
}
/*
.section05 .right ul li:last-child {
  padding-bottom: 0;
}
*/
.section05 .data {
    font-size: 1rem;
    line-height: 1.25rem;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.3);
}
.section06 {
    padding: 4rem 0 10rem;
}
.section06 .container {
    max-width: 90%;
}
.section06 .flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.section06 .left {
    padding-right: 7.125rem;
    width: 55%;
}
.section06 .left .left {
    width: 100%;
}
.section06 .left .cf {
    text-align: justify;
}
.section06 .left .text {
    font-size: 1rem;
    line-height: 1.875rem;
    text-align: justify;
    color: #FFFFFF;
    margin: 1.625rem 0 2rem;
}
.section06 .right {
    width: 45%;
    position: relative;
    z-index: 1;
    padding: 1.75rem 0 0 1.75rem;
}
.section06 .right .w100 {
    max-width: 486px;
    box-shadow: 0 5px 20px rgb(0 0 0 / 10%);
    border: 1px solid #fff;
    border-radius: 2.125rem;
}
.section06 .right::before {
    width: calc(100% - 1.75rem);
    height: calc(100% - 1.75rem);
    position: absolute;
    left: 0;
    content: "";
    z-index: -1;
    background: url(../image/about-01.png) right bottom no-repeat;
    top: 100px;
}
.section06 .bot {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 0px 3.125rem 0px 0px;
    padding: 2.875rem 0 3.375rem;
}
.section06 .bot ul li .text {
    font-size: 1.25rem;
    line-height: 1.875rem;
    text-align: center;
    text-transform: uppercase;
    color: #444444;
}
.section06 .bot ul li .num span {
    font-weight: 700;
    font-size: 3.125rem;
    line-height: 3.8125rem;
    text-transform: uppercase;
    color: #3558EF;
}
.section06 .bot ul li .num sub {
    font-size: 1.375rem;
    line-height: 1.6875rem;
    text-align: justify;
    text-transform: uppercase;
    color: #3558EF;
    bottom: 1.5em;
}
.section06 .bot ul li .num sup {
    font-size: 1rem;
    line-height: 1.4375rem;
    text-align: justify;
    text-transform: uppercase;
    color: #3558EF;
    left: -3px;
    font-weight: 600;
}
.join_us {
    padding: 3.75rem 0 2.75rem 0;
}
.section07 {
    background-color: #3558EF !important;
}
.section07 .top {
    width: 100%;
    left: 0;
    top: 0;
}
.section07 .top .title span::before {
    background: #fff;
}
.section07 .bot {
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 26.5rem);
}
.section07 .join_us .container {
    display: inline-flex;
}
.section07 .join_us {
    width: 90%;
    margin: auto;
}
.section07 .join_us .title {
    float: left;
    text-align: justify;
    font-size: 18px;
    width: 25%;
    margin-bottom: 0px;
}
.section07 .join_us .title img {
    display: block;
    float: left;
    margin-top: -25px;
    margin-right: 10px;
}
.section07 .join_us .title span {
    line-height: 1;
}
.section07 .join_us .title span::before {
    display: none;
}
.section07 .join_us .title span tel {
    font-size: 2.4rem;
    display: block;
    margin-top: 10px;
}
.section07 .join_us .subtitle {
    float: left;
    text-align: center;
    font-size: 18px;
    width: 45%;
}
.section07 .join_us .subtitle span {
    font-size: 2rem;
    padding: 15px 35px;
    border-radius: 25rem;
    background: rgba(255,255,255,0.2);
    margin: auto;
    text-align: center;
    display: inline-flex;
    letter-spacing: 5px;
}
.section07 .join_us .youche {
    float: left;
    text-align: justify;
    font-size: 18px;
    width: 30%;
    margin-top: 0px;
}
.section07 .join_us .youche .more {
    margin-top: 0px;
    margin-left: 5px;
}
.mfsq {
    background: #fb805c;
    padding: 0 1.5rem !important;
}
.mfsq:hover {
    background: #fb805c;
    box-shadow: inset 0 0 0 1.8rem #fb805c;
}
.sqsy {
    background: #fff;
    color: #000 !important;
    padding: 0 1.5rem !important;
}
.sqsy:hover {
    background: #fff;
    box-shadow: inset 0 0 0 1.8rem #fff;
}
.mfsq img, .sqsy img {
    margin-right: 5px;
}
footer {
    padding-top: 3.375rem;
    background: #212121;
}
footer .container {
    max-width: 90%;
}
footer .top_en {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 0.5px solid #C6C1C1;
    font-weight: 700;
    font-size: 1.375rem;
    line-height: 1.6875rem;
    letter-spacing: 1.25rem;
    text-transform: uppercase;
    color: #C4C4C4;
    opacity: 0.3;
    padding-bottom: .875rem;
}
footer .bot_ul {
    padding-bottom: 3rem;
    align-items: flex-start;
}
footer .bot_ul>li {
    float: left;
    text-align: left;
}
footer .bot_ul>li a.text:hover {
    color: #0f4290;
}
footer .bot_ul>li:nth-child(1) {
    width: 16%;
}
footer .bot_ul>li:nth-child(2) {
    width: 10%;
}
footer .bot_ul>li:nth-child(3) {
    width: 10%;
}
footer .bot_ul>li:nth-child(4) {
    width: 20%;
}
footer .bot_ul>li:nth-child(5) {
    width: 20%;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;/* text-align: center; */
}
footer form input {
    width: 100%;
    border: 1px solid #D7D8DD;
    border-radius: 1.875rem;
    padding: 0 3.75rem 0 1.5625rem;
    font-size: 1rem;
    color: rgba(80, 76, 76, 0.6);
    line-height: 3.125rem;
}
footer form button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 3.125rem;
    height: 3.125rem;
    border: none;
    background: #3558EF;
    line-height: 3.125rem;
    text-align: center;
    border-radius: 50%;
    transition: all .4s;
    -webkit-transform: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
}
footer form button .iconfont {
    display: block;
    color: #fff;
    font-size: 1.25rem;
}
footer form button:hover {
    background: #0f4290;
    transition: all .4s;
    -webkit-transform: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
}
footer .name {
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 2.25rem;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: .5rem;
}
footer .name .iconfont {
    display: none;
}
footer .text {
    font-size: 1rem;
    line-height: 2rem;
    color: #999;
}
.beian .banquan {
    text-align: center !important;
    color: #999 !important;
    float: none !important;
}
.fenxiang li {
    position: relative;
    float: left;
    text-align: center;
    margin: 0 .5rem;
    width: 44%;
}
.fenxiang li .icon {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: #6F6F70;
    line-height: 2.5rem;
    margin: 0 auto;
}
.fenxiang li .img::before {
    content: "";
    border: 10px solid transparent;
    border-top-color: #fff;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: -20px;
    display: none;
}
.show_case_ban .top .right li .img {
    display: none;
}
.show_case_ban .top .right li:hover .img {
    display: flex;
}
.fenxiang li .img {
    /* position: absolute; */
    top: -100%;
    left: 0;
    width: 100%;
    /* height: 10.5rem; */
    z-index: -1;
    opacity: 1;
    /* background: #fff; */
    padding: 0px;
    border-radius: 4px;/* top: -17.5rem;
  left: 50%;
  margin-left: -5.25rem;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  filter: drop-shadow(0 0 0.625rem rgba(0, 0, 0, 0.342));
  z-index: 99 !important;
  display: flex; */
}
.fenxiang li .img p {
    color: #999;
    padding-top: 10px;
}
.fenxiang li:hover .icon {
    background: #0f4290;
    transition: all .4s;
    -webkit-transform: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    border-radius: 50%;
}
.fenxiang li:hover .img {
    top: -12.1875rem;
    opacity: 1;
    z-index: 1;
    transition: all .4s;
    -webkit-transform: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
}
.fenxiang li .iconfont {
    font-size: 1.25rem;
    color: #fff;
}
.beian {
    font-size: 1rem;
    line-height: 2.25rem;
    text-align: justify;
    color: rgba(58, 57, 57, 0.4);
    background: #F7F9FB;
}
.beian .container {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.beian .clearfix {
    padding: 0.75rem 0;
    border-top: 1px solid #333;
    background: #212121;
}
.beian .clearfix a {
    color: #999;
}
.beian a {
    color: rgba(58, 57, 57, 0.4);
}
.beian span {
    cursor: pointer;
}
.beian span:hover {
    color: #0f4290;
}
.nyban .padding {
    height: 30rem;
    background: #3558EF;
}
.nyban .p1 {
    font-weight: 700;
    font-size: 3.25rem;
    line-height: 4.75rem;
    text-transform: uppercase;
    color: #FFFFFF;
}
.nyban .p2 {
    font-weight: 700;
    font-size: 1.75rem;
    line-height: 2.5rem;
    text-transform: uppercase;
    color: #FFFFFF;
}
.nyban .hover {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
	right: 0;
    width: 90%;
	margin: auto;
}
.list_website ul li {
    padding: 1.875rem 0;
    border-bottom: 1px solid #ddd;
}
.list_website ul li:first-child {
    padding-top: 0;
}
.list_website ul li .top {
    font-size: 1.375rem;
    line-height: 1.875rem;
    margin-bottom: .625rem;
    font-weight: 600;
}
.list_website ul li .bot {
    font-size: 1rem;
    line-height: 1.875rem;
    color: #717171;
    margin-right: 1.25rem;
}
.nyerji::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: calc(100% - 0rem);
    height: 100%;
    box-shadow: 0px 4px 4px rgba(214, 214, 214, 0.25);
    border-radius: 0px 0px 0px 0rem;
    background: #fff;
    z-index: -1;
}
.nyerji {
    position: relative;
    z-index: 1;
    line-height: 4.5rem;
}
.nyerji .container{
	width: 80%;
	margin: auto;
}
.nyerji .icon {
    width: 5.1875rem;
    text-align: center;
}
.nyerji .icon .iconfont {
    color: #3558EF;
    font-size: 1.25rem;
    display: block;
}
.nyerji .erji_list {
    position: relative;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    font-weight: 400;
}
.nyerji .erji_list>div {
    padding: 0 1rem 0 1rem;
    font-size: 16px;
    color: rgba(58, 57, 57, 0.8);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nyerji .erji_list>div .iconfont {
    font-size: 1rem;
    color: #CACACA;
    display: block;
	transform: rotate(-90deg);
}
.nyerji .erji_list ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    box-shadow: 0 .4375rem .625rem #ddd;
    transform: scaleY(0);
    transform-origin: top center;
    opacity: 0;
    transition: all .4s;
    -webkit-transform: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    z-index: 9999;
    background: #fff;
}
.nyerji .erji_list ul li {
    line-height: 3.75rem;
    padding: 0 .9375rem 0 1.875rem;
    font-size: 1.125rem;
    color: rgba(58, 57, 57, 0.8);
}
.nyerji .erji_list:hover ul {
    transform: none;
    opacity: 1;
}
.nyerji .erji_list ul li:hover {
    background: #3558EF;
}
.nyerji .erji_list ul li:hover a {
    color: #fff;
}
.nyerji ul.fr {
    font-size: 1.125rem;
    color: rgba(58, 57, 57, 0.8);
    font-weight: 700;
}
.nyerji ul.fr li {
    float: left;
    padding: 0 1rem;
    transition: all .4s;
    -webkit-transform: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
}
.nyerji ul.fr li a {
    color: rgba(58, 57, 57, 0.8);
    font-size: 15px;
    font-weight: 400;
}
.nyerji ul.fr li:hover, .nyerji ul.fr li.active {
    background: #3558EF;
    transition: all .4s;
    -webkit-transform: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
}
.nyerji ul.fr li:hover a, .nyerji ul.fr li.active a {
    color: #fff;
}
.title_ny {
    font-weight: 700;
    font-size: 3rem;
    line-height: 4.375rem;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    position: relative;
}
.title_ny span {
    position: relative;
    display: inline-block;
    padding-bottom: 1rem;
}
.title_ny span::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #3558EF;
    height: 3px;
    width: 4.1875rem;
}
.p90120 {
    padding: 5.625rem 0 7.5rem;
}
.text.c6 {
    color: #666;
    line-height: 1.875rem;
}
.mt16 {
    margin-top: 1rem;
}
.border {
    border: 1px solid #E9D9D9;
    box-shadow: 0px 8px 8px rgba(169, 169, 169, 0.25);
}
.list_pro .swiper_industry_swiper .swiper-slide {
    height: auto;
}
.list_pro .swiper_industry_swiper .swiper-slide>div {
    height: 100%;
}
.list_pro_list .list {
    padding: 8.125rem 0;
    background: #F5F5F5;
}
.list_pro_list .list .row {
    align-items: center;
}
.list_pro_list .list .name {
    font-weight: 700;
    font-size: 1.75rem;
    line-height: 2.5rem;
    text-align: justify;
    text-transform: uppercase;
    color: #000000;
}
.list_pro_list .list .text {
    margin: .625rem 0 1.375rem;
}
.list_pro_list .list ul li {
    line-height: 2.25rem;
    text-align: justify;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-weight: 700;
    font-size: 1.125rem;
    color: #666666;
    width: 34%;
    float: left;
}
.list_pro_list .list ul li img {
    margin-right: .5rem;
}
.list_pro_list .list .right {
    padding-left: 2rem;
}
.list_pro_list .list .left {
    padding-right: 3.6rem;
}
.list_pro_list .list:nth-child(even) {
    background: #fff;
}
.list_pro_list .list:nth-child(even) .left {
    order: 2;
    padding-right: 15px;
    padding-left: 3.6rem;
}
.list_pro_list .list:nth-child(even) .right {
    order: 1;
    padding-left: 15px;
    padding-right: 2rem;
}
.list_pro_list .list .over>img:hover {
    transform: scale(1.03);
}
.about_case {
    padding: 3.75rem 0;
}
.about_case .left {
    width: 67%;
	float: right;
}
.about_case .left .name {
    font-weight: 700;
    font-size: 1.75rem;
    line-height: 2.5rem;
    text-align: justify;
    text-transform: uppercase;
    color: #000000;
    margin: 1.5rem 0 .5rem;
}
.about_case .left .service_name {
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 26px;
    text-align: justify;
    text-transform: uppercase;
    color: #3558EF;
	margin-bottom: 10px;
	margin-top: 15px;
}
.about_case .left .service_name img{
	display: block;
	margin-right: 10px;
	float: left;
}
@media screen and (max-width:768px){
	.about_case .left .service_name {
		margin-top: 0px;
		margin-bottom: 5px;
		font-size: 1.15rem;
	}
	.about_case .right .over {
		border-radius: 0 1.125rem;
	}
}
.about_case .left .logo {
    background: #FFFFFF;
}
.about_case .left .logo img {
    box-shadow: 0px 0.5rem 0.5rem rgba(169, 169, 169, 0.25);
    border-radius: 0px;
    border: 1px solid #D8D2D2;
}
.about_case .right {
    width: 30%;
	float: left;
}
.about_case .content {
    padding: 3rem;
    background: #FFFFFF;
    box-shadow: 0px 0.5rem 0.5rem rgba(169, 169, 169, 0.25);
    border-radius: 0px 3.125rem 0px 0px;
    border: 1px solid #D8D2D2;
}
.about_case .center {
    width: 13%;
    margin-top: 1rem;
    text-transform: uppercase;
    background-color: transparent;
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0.1);
    color: transparent;
    font-weight: 700;
    font-size: 6.25rem;
    line-height: 1;
    z-index: 9;
    opacity: 0.4;
    letter-spacing: 7px;
    -webkit-writing-mode: vertical-rl;
    opacity: 1;
    writing-mode: vertical-rl;
}
.about_case .swiper-pagination {
    bottom: 0;
}
.about_case .swiper-container {
    padding-bottom: 1.6rem;
	margin-bottom: 1.6rem;
	border-bottom: 1px solid #D8D2D2
}
.about_case .swiper-slide {
    opacity: 0 !important;
}
.about_case .swiper-slide-active {
    opacity: 1 !important;
}
.about_case .text {
    text-align: justify;
	line-height: 2;
}
.about_case .text span{
	margin-right: 10px;
}
.about_case .tags {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #0f4290;
    border-radius: 0px 1.875rem 0px 0px;
    width: 10rem;
    line-height: 3.9375rem;
    z-index: 9;
    text-align: center;
    font-weight: 700;
    font-size: 1.25rem;
    color: #FFFFFF;
}
.bgf5 {
    background: #F5F5F5;
}
.list_pro .squera>div {
    padding: 2.5rem 3.125rem 3.75rem;
    border: 1px solid #E4D7D7;
    height: 100%;
}
.list_pro .squera .name {
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.875rem;
    color: #000000;
    margin: 1.5625rem 0 .75rem;
}
.list_pro .squera .icon {
    height: 5rem;
}
.list_pro .squera .icon img {
    display: block;
    transition: all .4s;
    -webkit-transform: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
}
.list_pro .squera .text {
    text-align: justify;
}
.list_pro .flex {
    display: flex;
}
.list_pro .squera:hover>div {
    border: 1px solid #3558EF;
    box-shadow: 0 0 0.625rem rgba(53, 87, 239, 0.286);
    transition: all .4s;
    -webkit-transform: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
}
.list_pro .squera:hover .icon img {
    transform: rotateY(-180deg);
    transition: all .4s;
    -webkit-transform: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
}
.srmgyxt {
    display: flex;
    flex-wrap: wrap;
}
.srmgyxt .number {
    font-weight: 700;
    font-size: 3.125rem;
    line-height: 3.75rem;
    text-align: justify;
    color: #E9E9EA;
    transition: all .4s;
    -webkit-transform: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
}
.srmgyxt .text {
    min-height: 5.625rem;
    transition: all .4s;
    -webkit-transform: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
}
.srmgyxt>div>div {
    border: 1px solid #E4D7D7;
    height: 100%;
    padding: 1.875rem 2.5rem 3.75rem;
    position: relative;
    z-index: 1;
}
.srmgyxt>div>div::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 2.40625rem solid transparent;
    border-right: 2.40625rem solid #F7F7F7;
    border-left: 2.40625rem solid transparent;
    border-bottom: 2.40625rem solid #F7F7F7;
    transition: all .4s;
    -webkit-transform: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    z-index: -1;
}
.srmgyxt>div>div:hover::before {
    border-top: 6rem solid transparent;
    border-right: 6rem solid #3558EF;
    border-left: 6rem solid transparent;
    border-bottom: 6rem solid #3558EF;
    transition: all .4s;
    -webkit-transform: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    width: 100%;
    height: 100%;
    background: #3558EF;
}
.srmgyxt>div>div:hover .number {
    color: rgba(255, 255, 255, 0.2);
    transition: all .4s;
    -webkit-transform: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
}
.srmgyxt>div>div:hover .text {
    color: #FFFFFF;
    transition: all .4s;
    -webkit-transform: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
}
.srmgyxt .col-md-4 {
    margin-bottom: 2.1875rem;
}
#formModel {
    z-index: 9999;
}
#formModel .text {
    line-height: 1.4375rem;
    color: rgba(0, 0, 0, 0.4);
    padding: .625rem 0 1.875rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
#formModel .name {
    font-weight: 700;
    font-size: 1.75rem;
    line-height: 2.5625rem;
    color: #3558EF;
    text-align: left;
    display: flex;
    justify-content: space-between;
}
#formModel .name .iconfont {
    font-size: 1.5rem;
    display: block;
}
#formModel .modal-body {
    padding: 2.25rem 4.125rem 3.75rem;
}
#formModel .contact {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -0.8125rem;
}
#formModel .input {
    width: 50%;
    padding: 0 .8125rem;
    margin-bottom: 1.375rem;
}
#formModel .input input {
    border: 1px solid #CECBCB;
    border-radius: 1.875rem;
    padding: 0 1.5625rem;
    font-size: 1rem;
    color: #787777;
    line-height: 3.125rem;
    width: 100%;
}
#formModel textarea {
    width: 100%;
    display: block;
    height: 9.5rem;
    padding: .625rem 1.5625rem;
    border: 1px solid #CECBCB;
    border-radius: 1.25rem;
}
#formModel .input.w100 {
    width: 100%;
}
#formModel .more:hover {
    color: #3558EF;
}
#formModel .more.bg {
    background: #3558EF;
    border-color: #3558EF;
}
.modal-backdrop {
    z-index: 9998;
}
.modal-open {
    padding-right: 0 !important;
}
.list_industry .container{
	width: 90%;
	margin: auto;
}
.list_industry, .list_join {
    position: relative;
    z-index: 0;
}
.list_industry .img img {
    min-height: 18.1875rem;
    object-fit: cover;
}
.list_industry .swiper-slide .icon {
    height: 6.625rem;
    width: 6.625rem;
    line-height: 6.625rem;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 50%;
    margin: 0 auto;
}
.list_industry .swiper-slide .icon img {
    object-fit: contain;
    height: 3.75rem;
}
.list_industry .swiper-slide .hover {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}
.list_industry .swiper-slide .hover .name {
    font-weight: 700;
    font-size: 1.625rem;
    text-align: center;
    color: #FFFFFF;
    position: relative;
    margin-top: 1.25rem;
}
.list_industry .swiper-slide .hover .name span {
    position: relative;
    padding-bottom: .975rem;
    line-height: 2.25rem;
}
.list_industry .swiper-slide .hover .name span::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #3558EF;
    width: 1.375rem;
    height: .1875rem;
    transition: all .4s;
    -webkit-transform: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
}
.list_industry .swiper-slide>div {
    transition: all .4s;
    -webkit-transform: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
}
.list_industry .swiper-slide:hover>div {
    box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.4);
    transition: all .4s;
    -webkit-transform: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
}
.list_industry .swiper-slide:hover .name span::before {
    width: 100%;
    transition: all .4s;
    -webkit-transform: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
}
.list_industry .swiper-slide:hover .icon img {
    transform: rotateY(180deg);
    transition: all .4s;
    -webkit-transform: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
}
.list_industry_two .name {
    font-weight: 700;
    font-size: 1.625rem;
    line-height: 2.25rem;
    color: #505050;
    margin-top: 1.875rem;
}
.list_industry_two .icon {
    width: 14.1875rem;
    height: 14.1875rem;
    border-radius: 50%;
    margin: 0 auto;
}
.list_industry_two .icon img {
    padding: 1.625rem;
    border: 0.5px solid #CFCFCF;
    border-radius: 50%;
}
.list_industry_two .icon {
    position: relative;
}
.list_industry_two .icon::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    transform: translate(-50%, -50%);
    height: 80%;
    border: 1px solid #3558EF;
    border-radius: 50%;
    opacity: 0;
}
/*
.phone_show {
  display: none;
}
*/
.list_industry_two .icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70%;
    transform: translate(-50%, -50%);
    height: 70%;
    border: 1px solid #3558EF;
    border-radius: 50%;
    opacity: 0;
}
.list_industry_two .swiper-slide:hover .name {
    color: #3558EF;
}
.list_industry_two .swiper-slide:hover .icon::before {
    width: 100%;
    height: 100%;
    transition: all .6s;
    -webkit-transform: all .6s;
    -moz-transition: all .6s;
    -o-transition: all .6s;
    opacity: 1;
}
.list_industry_two .swiper-slide:hover .icon::after {
    width: 100%;
    height: 100%;
    transition: all 1s;
    -webkit-transform: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    opacity: 1;
}
.list_industry_two1 .flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 2.5rem;
}
.list_industry_two1 .flex>div:nth-child(odd) {
    width: calc(50% - 1.375rem);
}
.list_industry_two1 .flex>div:nth-child(even) {
    width: calc(50% - 1.375rem);
}
.list_industry_two1 .flex>div {
    padding: 0 1.375rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 50%;
    background: #FFFFFF;
    border-radius: 25rem;
    margin-bottom: 2.5rem;
    height: 10.875rem;
    position: relative;
    z-index: 1;
}
.list_industry_two1 .flex>div:nth-child(even) .left {
    order: 2;
}
.list_industry_two1 .flex>div:nth-child(even) .right {
    order: 1;
}
.list_industry_two1 .flex>div:nth-child(even)::before {
    left: 1.3125rem;
    right: auto;
}
.list_industry_two1 .flex>div .left {
    width: calc(100% - 8.9375rem);
    text-align: center;
}
.list_industry_two1 .flex>div::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1.3125rem;
    width: 8.9375rem;
    height: 8.9375rem;
    border-radius: 50%;
    background: #3558EF;
    z-index: -1;
}
.list_industry_two1 .flex>div .right {
    position: relative;
    width: 8.9375rem;
    text-align: center;
    z-index: 1;
}
.list_industry_two1 .flex>div:hover .left {
    color: #fff;
    transition: all .4s;
    -webkit-transform: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
}
.list_industry_two1 .flex>div:hover::before {
    width: calc(100% - 2.625rem);
    transition: all .4s;
    -webkit-transform: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    border-radius: 25rem;
}
.list_industry_two1 .name {
    font-weight: 700;
    font-size: 1.625rem;
    line-height: 2.25rem;
    text-align: center;
    text-transform: uppercase;
    color: #505050;
}
.list_industry_two2 .name, .list_industry_two3 .name, .list_industry_two4 .name, .list_indusry_three4 .name, .list_indusry_three5 .name {
    font-weight: 700;
    font-size: 1.625rem;
    line-height: 2.25rem;
    text-align: center;
    color: #505050;
}
.list_industry_two2 .flex, .list_industry_two3 .flex, .list_industry_two4 .flex, .list_indusry_three4 .flex, .list_indusry_three5 .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.list_industry_two2 .flex>div, .list_industry_two3 .flex>div, .list_industry_two4 .flex>div, .list_indusry_three4 .flex>div, .list_indusry_three5 .flex>div {
    padding: 0 1.3125rem;
    flex: 1 0 0;
}
.list_industry_two2 .name {
    margin-top: 1.375rem;
}
.list_industry_two2 .icon {
    width: 8.9375rem;
    height: 8.9375rem;
    border-radius: 50%;
    margin: 0 auto;
}
.list_industry_two2 .icon img {
    display: block;
    transition: all .4s;
    -webkit-transform: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
}
.list_industry_two2 .flex>div {
    padding: 0 1.3125rem;
    flex: 1 0 0;
}
.list_industry_two2 .flex>div>div:hover {
    transition: all .4s;
    -webkit-transform: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    filter: drop-shadow(0 0px 0.625rem rgba(0, 0, 0, 0.15));
}
.list_industry_two2 .flex>div>div:hover .name {
    color: #3558EF;
}
.list_industry_two2 .flex>div>div:hover .icon img {
    transform: rotateY(180deg);
    transition: all .4s;
    -webkit-transform: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
}
.list_industry_two3 .name {
    position: relative;
    line-height: 2.9375rem;
    margin-left: 1.875rem;
    z-index: 3;
    margin-top: 0;
    padding-top: 2.25rem;
}
.list_industry_two3 .name div {
    width: 100%;
    height: 100%;
    padding: 2.25rem 0 4rem;
    border-radius: 1.875rem 1.875rem 0px 0px;
    background: #FFFFFF;
    position: relative;
    box-shadow: 0px 0.5rem 0.5rem rgba(0, 0, 0, 0.25);
}
.list_industry_two3 .name::after {
    content: "";
    position: absolute;
    top: 0;
    left: -1.875rem;
    width: 100%;
    height: calc(100% - 2.25rem);
    background: #DCDCDD;
    border-radius: 1.875rem 1.875rem 0px 0px;
    z-index: -1;
}
.list_industry_two3 .name div::before {
    content: "";
    background: #3558EF;
    border-radius: 0px 1.875rem 1.875rem 0px;
    position: absolute;
    top: 2.25rem;
    width: 4rem;
    height: 2.9375rem;
    left: 0;
    z-index: 2;
}
.list_industry_two3 .flex>div:hover .name::after {
    background: #3558EF;
    transition: all .4s;
    -webkit-transform: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
}
.list_industry_two3 .flex>div:hover div::before {
    transition: all .4s;
    -webkit-transform: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    background: #0f4290;
}
.list_industry_two4 .icon1 {
    background: #3558EF;
    border-radius: 1.25rem 1.25rem 0px 0px;
    line-height: 12.125rem;
    width: 8.75rem;
    text-align: center;
    position: relative;
    left: 3.75rem;
}
.list_industry_two4 .name {
    width: calc(100% - 8.125rem);
}
.list_industry_two4 .icon1::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    right: -1.75rem;
    border-top: 0.875rem solid #D9D9D9;
    border-bottom: 0.875rem solid transparent;
    border-left: 0.875rem solid #D9D9D9;
    border-right: 0.875rem solid transparent;
}
.list_industry_two4 .flex {
    flex-wrap: wrap;
}
.list_industry_two4 .flex>div {
    width: 50%;
    flex: auto;
    margin-bottom: 2.0625rem;
}
.list_industry_two4 .flex>div>div {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
}
.list_industry_two4 .flex>div>div::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    height: 8.5625rem;
    background: #FFFFFF;
    z-index: -1;
    transition: all .4s;
    -webkit-transform: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
}
.list_industry_two4 .flex>div>div:hover::before {
    box-shadow: 0 0 .625rem #ddd;
    transition: all .4s;
    -webkit-transform: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
}
.list_indusry_three4 ul {
    background: #F5F5F5;
}
.list_indusry_three4 ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.list_indusry_three4 ul li>div {
    width: 50%;
}
.list_indusry_three4 ul li:nth-child(even) div:nth-child(1) {
    order: 2;
}
.list_indusry_three4 ul li:nth-child(even) div:nth-child(2) {
    order: 1;
}
.list_indusry_three5 .img {
    padding: 9.375rem 0;
}
.list_indusry_three5 .img ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.industru_container_swiper .swiper-pagination, .industru_container_swiper1 .swiper-pagination, .swiper_indeust_two .swiper-pagination, .swiper_industry_swiper .swiper-pagination, .swiper_industry_swiper1 .swiper-pagination, .swiper_industry_swiper2 .swiper-pagination {
    display: none;
}
.pc_hide {
    display: none;
}
.list_indusry_three5 .img ul li {
    flex: 1 0 0;
    padding: .6875rem 0 3.5rem;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.list_indusry_three5 .img ul li:last-child {
    border-right: none;
}
.list_indusry_three5 .img ul li .icon {
    margin-bottom: 1rem;
}
.list_indusry_three5 .img ul li .icon img {
    display: block;
    margin: 0 auto;
    transition: all .4s;
    -webkit-transform: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
}
.list_indusry_three5 .img ul li .icon .text {
    font-weight: 700;
    font-size: .875rem;
    line-height: 1.25rem;
    text-align: center;
    margin-top: .1875rem;
    color: #FFFFFF;
}
.list_indusry_three5 .img ul li:hover .icon img {
    transform: rotateY(180deg);
    transition: all .4s;
    -webkit-transform: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
}
.list_indusry_three5 .img ul li.pt70 {
    padding: 4.375rem 0 3.75rem;
}
.list_indusry_four .swiper-container {
    padding-bottom: 3.375rem;
}
.list_indusry_four .swiper-pagination-bullet {
    width: .8125rem;
    height: .8125rem;
    background: transparent;
    border: 1px solid #0f4290;
}
.list_indusry_four .swiper-pagination {
    bottom: 0;
}
.list_indusry_four .swiper-slide:hover .name_title::before {
    background: #0f4290;
    transition: all .4s;
    -webkit-transform: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
}
.list_indusry_four .swiper-pagination-bullet-active {
    background: #0f4290;
}
.list_indusry_four .name_title {
    font-weight: 700;
    font-size: 1.625rem;
    line-height: 3.375rem;
    position: relative;
    text-align: center;
    color: #FFFFFF;
    z-index: 1;
}
.list_indusry_four .swiper-slide {
    padding: 1.625rem 0 3.5rem;
    background: #F5F5F5;
    height: auto;
}
.list_indusry_four .name_title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 1.5625rem);
    height: 100%;
    border-radius: 0 2.5rem 2.5rem 0;
    background: #3558EF;
    z-index: -1;
    transition: all .4s;
    -webkit-transform: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
}
.list_indusry_four .name {
    margin: 1.875rem 0 .6875rem;
}
.list_indusry_four .name div:nth-child(1) {
    font-weight: 700;
    font-size: 1.75rem;
    line-height: 2.1875rem;
    height: 2.1875rem;
    text-align: center;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
}
.list_indusry_four .name div:nth-child(2) {
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.625rem;
    text-align: center;
    color: #333333;
}
.list_indusry_four .text {
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: center;
    text-transform: uppercase;
    color: #797979;
}
.text20 {
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.875rem;
    color: #787777;
}
.title.cf span::before {
    background: #fff;
}
.list_number_two .icon img {
    height: 7rem;
    display: block;
    margin: 0 auto;
    transition: all .4s;
    -webkit-transform: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
}
.list_number_two .swiper-pagination {
    bottom: 0;
    display: none;
}
.list_number_two .swiper-slide:hover .name_title::before {
    background: #0f4290;
    transition: all .4s;
    -webkit-transform: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
}
.list_number_two .swiper-slide:hover .icon img {
    transform: rotateY(180deg);
    transition: all .4s;
    -webkit-transform: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
}
.list_number_two .swiper-slide:hover .name {
    color: #3558EF;
}
.list_number_two .swiper-pagination-bullet {
    width: .8125rem;
    height: .8125rem;
    background: transparent;
    border: 1px solid #0f4290;
}
.list_number_two .swiper-pagination-bullet-active {
    background: #0f4290;
}
.list_number_two .swiper-slide {
    padding: 2.6875rem 3.75rem 4.375rem;
    background: #fff;
    height: auto;
}
.list_number_two .swiper-slide>div {
    height: 100%;
}
.list_number_two .name {
    margin: 1.375rem 0 .625rem;
}
.list_number_two .text {
    font-size: 1rem;
    line-height: 1.625rem;
    text-align: justify;
    color: #474747;
}
.list_numberoa_two .bot .left, .list_numberoa_three .bot .left {
    padding-right: 4.375rem;
}
.list_numberoa_two .bot .right, .list_numberoa_three .bot .right {
    padding-left: 0;
}
.list_numberoa_two .bot .row, .list_numberoa_three .bot .row {
    display: flex;
    align-items: center;
}
.list_numberoa_two .bot ul li, .list_numberoa_three .bot ul li {
    border-bottom: 1px solid #CCCCCC;
    cursor: pointer;
}
.list_numberoa_two .bot ul li:last-child, .list_numberoa_three .bot ul li:last-child {
    border-bottom: none;
}
.list_numberoa_two .bot ul li .top, .list_numberoa_three .bot ul li .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.875rem;
    color: #000000;
    padding: 1.25rem 0;
}
.list_numberoa_two .bot ul li .top .iconfont, .list_numberoa_three .bot ul li .top .iconfont {
    display: block;
    font-size: 1.25rem;
    color: #3D3D3D;
}
.list_numberoa_two .bot ul li .text, .list_numberoa_three .bot ul li .text {
    display: none;
    padding-bottom: 1.25rem;
}
.list_numberoa_two .bot ul li.active .text, .list_numberoa_three .bot ul li.active .text {
    display: block;
}
.list_numberoa_two .bot ul li.active .top, .list_numberoa_three .bot ul li.active .top {
    color: #3558EF;
}
.list_numberoa_two .bot ul li.active .iconfont, .list_numberoa_three .bot ul li.active .iconfont {
    transform: rotate(180deg);
    transition: all .4s;
    -webkit-transform: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
}
.list_numberoa_two .bot ul li.active .top, .list_numberoa_three .bot ul li.active .top {
    padding-bottom: .6875rem;
}
.list_numberoa_two .bot .container {
    padding-left: 0;
}
.list_numberoa_three .right {
    order: 1;
}
.list_numberoa_three .left {
    order: 2;
    padding: 0 15px 0 4.375rem;
}
.list_numberoa_three .list_numberoa_three_img .img3 {
    position: absolute;
    top: -6.25rem;
    left: -4.25rem;
    z-index: -1;
    animation: yuanquan 2s infinite;
}
.list_numberoa_three .list_numberoa_three_img .img2 {
    position: absolute;
    top: -0.8125rem;
    right: 2.25rem;
    z-index: -1;
    animation: yuanquan 2s infinite;
}
 @keyframes yuanquan {
 0% {
 transform: scale(1);
}
 50% {
 transform: scale(1.1);
}
 100% {
 transform: scale(1);
}
}
.list_numberoa_four {
    background: #203388;
}
.list_numberoa_four ul {
    padding: 2rem 6rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list_numberoa_four ul::before {
    content: "";
    position: absolute;
    top: 4.3125rem;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 24rem);
    height: 1px;
    background: #FFFFFF;
}
.list_numberoa_four ul li {
    flex: 1 0 0;
    cursor: pointer;
}
.list_numberoa_four ul li>div {
    padding: 0 1.25rem;
}
.list_numberoa_four ul li .img {
    position: relative;
    z-index: 1;
    transition: all .4s;
    -webkit-transform: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
}
.list_numberoa_four ul li .img>div {
    width: 4.375rem;
    height: 4.375rem;
    border-radius: 50%;
    background: #fff;
    border: 4px solid #fff;
    margin: 0 auto;
}
.list_numberoa_four ul li .img::before {
    content: "";
    position: absolute;
    width: 6.875rem;
    left: 50%;
    transform: translateX(-50%);
    background: #203388;
    height: 100%;
    z-index: -1;
}
.list_numberoa_four ul li .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.list_numberoa_four ul li:hover .img div, .list_numberoa_four ul li.active .img div {
    border: 4px solid #0f4290;
    transition: all .4s;
    -webkit-transform: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
}
.list_numberoa_four ul li .name {
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.875rem;
    text-align: center;
    color: #FFFFFF;
    margin-top: .625rem;
}
.list_numberoa_four .sum {
    padding: 2.5rem 3.125rem 2.1875rem 3.125rem;
    background: #FFFFFF;
    border-radius: 1.25rem;
}
.list_numberoa_four .sum>div {
    display: none;
}
.list_numberoa_four .sum>div.active {
    display: block;
}
.list_numberoa_four .sum .flex {
    align-items: center;
}
.list_numberoa_four .sum .name {
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.875rem;
    text-align: justify;
    color: #000000;
}
.list_numberoa_four .sum .text {
    margin: 1.25rem 0;
}
.list_numberoa_five .flex {
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.list_numberoa_five .right {
    width: 73%;
    padding: 0 5.625rem 0 4.375rem;
}
.list_numberoa_five .right>div {
    display: none;
}
.list_numberoa_five .right div.active {
    display: block;
}
.list_numberoa_five .right .name {
    font-weight: 700;
    font-size: 2rem;
    line-height: 2.5rem;
    text-align: justify;
    color: #000000;
}
.list_numberoa_five .right .text {
    margin: 1.25rem 0;
    text-align: justify;
}
.list_numberoa_five .left {
    width: 27%;
}
.list_numberoa_five .left ul li {
    line-height: 6.25rem;
    background: #FFFFFF;
    border-bottom: 1px solid #E0E0E0;
    border-right: 1px solid #E0E0E0;
    padding-left: 5.3125rem;
    position: relative;
    font-size: 1.25rem;
    color: #787777;
}
.list_numberoa_five .left ul li:hover div, .list_numberoa_five .left ul li.active div {
    opacity: 1;
}
.list_numberoa_five .left ul li div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background: #F5F5F5;
    border-left: 1px solid #E0E0E0;
    width: 2.5rem;
    height: 100%;
    text-align: center;
    opacity: 0;
}
.list_numberoa_five .left ul li .iconfont {
    color: #3558Ef;
    font-size: 1.25rem;
}
.list_numberoa_six {
    background: #0F1A6C;
    overflow: hidden;
}
.list_numberoa_six>img {
    width: 44.9375rem;
    animation: fangda 2s infinite linear;
    position: absolute;
    top: 0;
    right: 0;
}
 @keyframes fangda {
 0% {
 transform: scale(1);
}
 50% {
 transform: scale(1.1);
}
 100% {
 transform: scale(1);
}
}
.list_numberoa_six .flex {
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.list_numberoa_six .more:hover {
    box-shadow: inset 0 0 0 1.8rem #3558EF;
}
.list_numberoa_six .right {
    padding-left: 10.5rem;
}
.list_numberoa_six .right .sum .text {
    margin: 1.25rem 0 1.5625rem;
    text-align: justify;
    display: none;
}
.list_numberoa_six .right .sum .text.active {
    display: block;
}
.list_numberoa_six .right ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #FFFFFF;
    margin-top: 1.5625rem;
}
.list_numberoa_six .right ul li {
    padding: 0 .75rem .625rem;
    position: relative;
    font-size: 1rem;
    line-height: 1.875rem;
    color: rgba(255, 255, 255, 0.6);
    cursor: pointer;
}
.list_numberoa_six .right ul li:hover::before, .list_numberoa_six .right ul li.active::before {
    transition: all .4s;
    -webkit-transform: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    width: 100%;
}
.list_numberoa_six .right ul li::before {
    content: "";
    position: absolute;
    bottom: -0.125rem;
    left: 0;
    width: 0;
    height: .25rem;
    background: #FFFFFF;
    transition: all .4s;
    -webkit-transform: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
}
.list_numberoa_six .left .img2 {
    position: absolute;
    top: 0;
    left: 52%;
    transform: translateX(-50%);
    animation: sx 2s infinite linear;
    height: 9.4375rem;
}
 @keyframes sx {
 0% {
 transform: translate(-50%, 10px);
}
 50% {
 transform: translate(-50%, 0px);
}
 100% {
 transform: translate(-50%, 10px);
}
}
.font26 {
    font-weight: 700;
    font-size: 1.625rem;
    line-height: 2.375rem;
    color: #505050;
}
.more.blue {
    background: #3558EF;
    color: #fff;
    border-color: #3558EF;
}
.more.blue:hover {
    box-shadow: inset 0 0 0 1.8rem #fff;
    color: #3558EF;
}
.list_number_three .swiper-pagination {
    bottom: 0;
    display: none;
}
.list_number_three .swiper-pagination-bullet {
    width: .8125rem;
    height: .8125rem;
    background: transparent;
    border: 1px solid #0f4290;
}
.list_number_three .swiper-pagination-bullet-active {
    background: #0f4290;
}
.list_number_three .name {
    -webkit-clip-path: polygon(95% 0, 100% 50%, 95% 100%, 0 100%, 0 0);
    clip-path: polygon(95% 0, 100% 50%, 95% 100%, 0 100%, 0 0);
    padding: 0 2.125rem;
    line-height: 4.5rem;
    color: #fff;
}
.list_number_three .content {
    width: calc(100% - 1.5625rem);
    background: #FFFFFF;
    border: 1px solid #CFCDCD;
    padding: 1.875rem 2.125rem 3.75rem;
}
.list_number_three .content .text {
    line-height: 1.625rem;
}
.list_number_three .swiper-slide {
    padding-bottom: .625rem;
    height: auto;
}
.list_number_three .swiper-slide>div {
    height: 100%;
}
.list_number_three .swiper-slide>div .content {
    height: calc(100% - 4.5rem);
}
.list_number_three .swiper-slide:hover .content {
    box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.25);
    transition: all .4s;
    -webkit-transform: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
}
.swiper-pagination-bullet {
    width: .8125rem;
    height: .8125rem;
    background: transparent;
    border: 1px solid #0f4290;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    background: #0f4290;
}
.list_number_khsy .swiper-pagination {
    bottom: 0;
}
.list_number_khsy .swiper-container {
    padding-bottom: 2.875rem;
    padding-left: .3125rem;
    padding-right: .3125rem;
}
.list_number_khsy .name {
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 2.9375rem;
    text-align: center;
    color: #505050;
    position: relative;
    z-index: 1;
}
.list_number_khsy .name span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    padding-left: 1.875rem;
}
.list_number_khsy .name::before {
    content: "";
    position: absolute;
    top: 0;
    left: -1.75rem;
    width: 4rem;
    height: 100%;
    border-radius: 0 2.5rem 2.5rem 0;
    background: #3558EF;
    z-index: -1;
    transition: all .4s;
    -webkit-transform: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
}
.list_number_khsy .swiper-slide {
    padding-bottom: 1.25rem;
    height: auto;
}
.list_number_khsy .swiper-slide>div {
    height: 100%;
}
.list_number_khsy .swiper-slide:hover .name::before, .list_number_khsy .swiper-slide:hover .content::before {
    background: #0f4290;
    transition: all .4s;
    -webkit-transform: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
}
.list_number_khsy .content {
    padding: 2.25rem 0 0 1.875rem;
    position: relative;
}
.list_number_khsy .content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #3558EF;
    border-radius: 1.875rem 1.875rem 0px 0px;
    width: calc(100% - 1.875rem);
    height: 9.625rem;
    z-index: -1;
}
.list_number_khsy .content .bgf {
    background: #fff;
    padding: 2.25rem 2.375rem 3.75rem 1.75rem;
    box-shadow: 0px 0.5rem 0.5rem rgba(0, 0, 0, 0.25);
    border-radius: 3.125rem 3.125rem 0px 0px;
    height: 100%;
}
.list_case_top .container>.clearfix {
    z-index: 1;
    padding-bottom: 1.875rem;
}
.list_case_top {
    position: relative;
    z-index: 0;
}
.list_case_top .container>.clearfix::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -3.4375rem;
    background: #F5F5F5;
    z-index: -1;
    width: calc(100% + 1.6875rem);
    height: calc(100% - 1.875rem);
}
.list_case_top .swiper-pagination {
    bottom: 0;
    width: calc(100% - 6.5625rem);
}
.list_case_top .swiper-container {
    padding-bottom: 2.5rem;
}
.fix_ul li:last-child {
    display: none;
}
.list_case_top .left {
    width: 53.5%;
    -webkit-clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
}
.fenxiang li .img img {
    width: 100%;
}
.list_case_top .right {
    position: absolute;
    bottom: 4.375rem;
    right: 0;
    width: 52%;
}
.list_case_top .right ul li {
    position: relative;
    padding: .875rem 4.0625rem 1.4375rem 4.6875rem;
    z-index: 1;
    overflow: hidden;
}
.list_case_top .right ul li:hover .name, .list_case_top .right ul li.active .name, .list_case_top .right ul li:hover .text, .list_case_top .right ul li.active .text, .list_case_top .right ul li:hover .fenlei span, .list_case_top .right ul li.active .fenlei span {
    color: #fff;
    transition: all .4s;
    -webkit-transform: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
}
.list_case_top .right ul li:hover .fenlei span:nth-child(1), .list_case_top .right ul li.active .fenlei span:nth-child(1) {
    border-color: #fff;
}
.list_case_top .right ul li:hover::before, .list_case_top .right ul li.active::before {
    right: 0;
    transition: all .4s;
    -webkit-transform: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
}
.list_case_top .right ul li::before {
    content: "";
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: #3558EF;
    -webkit-clip-path: polygon(4.4% 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(4.4% 0, 100% 0, 100% 100%, 0% 100%);
    z-index: -1;
    transition: all .4s;
    -webkit-transform: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
}
.list_case_bot .name, .list_case_top .name {
    font-size: 1.25rem;
    line-height: 1.875rem;
    text-align: justify;
    color: #000000;
}
.list_case_bot .text, .list_case_top .text {
    color: #9A9A9A;
    margin: .25rem 0 .375rem;
}
.list_case_bot .fenlei, .list_case_top .fenlei {
    color: #BEBEBE;
}
.list_case_bot .fenlei span:nth-child(1), .list_case_top .fenlei span:nth-child(1) {
    font-size: .75rem;
    padding: 0 .875rem;
    line-height: 1.5rem;
    text-align: center;
    color: #BEBEBE;
    border: 1px solid #BEBEBE;
    border-radius: 3px;
    display: inline-block;
    margin-right: .875rem;
}
.list_case_bot {
    padding: 3.125rem 0 3.75rem;
    background: #F5F5F5;
}
.list_case_bot .container{
	width: 90%;
	margin: auto;
}
.list_case_bot .list::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: calc(100% - 7rem);
    transform: translateY(-50%);
    background: #fff;
    z-index: -1;
	display: none;
}
.list_case_bot .list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    margin-bottom: 2.5rem;
	background: #fff;
}
.list_case_bot .list>.pr {
    width: 30%;
    float: left;
    position: relative;
}
.list_case_bot .list>.pr::before {
    content: "";
    position: absolute;
    top: 1.5625rem;
    background: #3558EF;
    width: 100%;
    height: calc(100% - 2.375rem);
    right: -1rem;
    z-index: -2;
    -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
	display: none;
}
.list_case_bot .list>.pr::after {
    content: "";
    position: absolute;
    bottom: 3.4rem;
    background: #F5F5F5;
    width: 100%;
    height: calc(100% - 9.9375rem);
    right: -1rem;
    z-index: -1;
    -webkit-clip-path: polygon(0% 0, 98% 0, 91.2% 100%, 0% 100%);
    clip-path: polygon(0% 0, 98% 0, 91.2% 100%, 0% 100%);
    transition: all .4s;
    -webkit-transform: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
	display: none;
}
.list_case_bot .list>.pr .left {
    /*-webkit-clip-path: polygon(0 0, 100% 0, 88.5% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 88.5% 100%, 0% 100%);*/
}
.list_case_bot .list .right {
    width: 65%;
    float: right;
}
.list_case_bot .list .right .flex {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.list_case_bot .list .right .flex>div:nth-child(2) {
    width: calc(100% - 1.6875rem - 11.3125rem);
}
.list_case_bot .list .right .flex .fenlei span:nth-child(1) {
    background: #D5E1FA;
    color: #000000;
    border-color: #D5E1FA;
}
.list_case_bot .list .right .flex .logo {
    background: #FFFFFF;
    box-shadow: 0px 0.5rem 0.5rem rgba(169, 169, 169, 0.25);
    border-radius: 0px;
    border: 1px solid #D8D2D2;
    margin-right: 1.6875rem;
}
.list_case_bot .list .right .flex .logo img {
    height: 4.75rem;
}
.list_case_bot .list .right .text.line4 {
    margin-top: 1.75rem;
}
.list_case_bot .list:hover .pr::after {
    background: #0f4290;
    transition: all .4s;
    -webkit-transform: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
}
.list_case_bot .list:hover .left img {
    transform: scale(1.1);
}
.list_case_bot .list:hover .name {
    color: #0f4290;
}
.show_case_ban {
    padding: 10.625rem 0 5.5rem;
}
.show_case_ban .top {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.show_case_ban .top .left {
    width: 5.3125rem;
    height: 5.3125rem;
    line-height: 5.3125rem;
    background: #fff;
    border-radius: 50%;
    padding: 0 .625rem;
}
.show_case_ban .top .right {
    width: calc(100% - 5.3125rem);
    padding-left: 1.125rem;
}
.show_case_ban .top .right .name {
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 3.625rem;
    text-align: justify;
    color: #FFFFFF;
    margin-bottom: .625rem;
}
.show_case_ban .top .right .fenxiang li:hover .icon {
    background: #fff;
    transition: all .4s;
    -webkit-transform: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
}
.show_case_ban .top .right .fenxiang li:hover .icon .iconfont {
    color: #3558EF;
}
.show_case_ban .top .right .fenxiang li .img::before {
    border: 10px solid transparent;
    border-bottom-color: #fff;
    top: -20px;
    bottom: auto;
}
.show_case_ban .top .right li .img {
    top: auto;
    bottom: -12.1875rem;
}
.show_case_ban .top .right li .icon {
    width: 2.0625rem;
    height: 2.0625rem;
    line-height: 2.0625rem;
    border: 1px solid #FFFFFF;
    background: transparent;
}
.show_case_ban .top .right li .icon .iconfont {
    font-size: 1rem;
}
.show_case_ban .top .right .flex {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: justify;
    color: #FFFFFF;
}
.show_case_ban.show_news_ban .top .right .flex span:nth-child(1) {
    display: none;
}
.show_case_ban .top .right .flex>span:nth-child(1) {
    font-size: .75rem;
    line-height: 1.5rem;
    text-align: justify;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 0 .875rem;
    border: 1px solid #FFFFFF;
    border-radius: 3px;
    margin-right: 1rem;
}
.show_case_ban .content {
    padding: 1.875rem 2.25rem 3rem;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: .9375rem;
    margin-top: 2.9375rem;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.875rem;
    text-align: justify;
    color: #FFFFFF;
}
.show_case {
	width: 80%;
    margin: auto;
}
.show_case .left {
    padding-right: 2.75rem;
}
.show_case .left .title {
    font-weight: 700;
    font-size: 2rem;
    line-height: 2.5rem;
    text-align: justify;
    color: #000000;
    margin-bottom: 1;
}
.show_case .left .text {
    color: #787777;
    line-height: 1.875rem;
    text-align: justify;
	background: #fcfcfc;
	border: 1px solid #cacaca;
	padding: 25px 30px;
}
.show_case .left .text h1{
    color: #000;
    font-size: 24px;
    padding-bottom: 12px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}
.show_case .left .text h3{
    color: #000;
    font-size: 14px;
    padding-bottom: 12px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}
.show_case .left .text h3 span{
	margin-right: 15px;
}
.show_case .left .flex.flex1 li {
    flex: 1 0 0;
}
.show_case .left .flex {
    display: flex;
    justify-content: space-between;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    flex-wrap: wrap;
}
.show_case .left .flex li {
    padding: 0 .9375rem;
}
.show_case .left .flex li>div {
    background: #F7F9FB;
    padding: 1rem 1rem 1.875rem;
    height: 100%;
}
.show_case .left .flex li>div .num {
    font-weight: 700;
    font-size: 2.75rem;
    line-height: 3.4375rem;
    text-align: center;
    color: #3558EF;
}
.show_case .left .flex li>div .name {
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.625rem;
    text-align: center;
    color: #000000;
}
.show_case .left .flex_value li .text {
    border-left: .8125rem solid #3558EF;
    padding: 1.8125rem 2.6875rem;
}
.show_case .left .shangxia {
    margin: 2.1rem 0 0;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
    text-align: left;
}
.show_case .left .shangxia a:hover {
    color: #3558EF;
}
.show_case .right {
    padding-left: 0;
}
.show_case .right>div {
    border: 1px solid #CDCACA;
}
.show_case .right .top {
    line-height: 3.625rem;
    background: #F5F5F5;
    border-bottom: 1px solid #CDCACA;
    padding: 0 1.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.show_case .right .top .name {
    font-weight: 700;
    font-size: 1.25rem;
    color: #000000;
}
.show_case .right .top .iconfont {
    color: #868687;
    font-size: 1.375rem;
    display: inline-block;
}
.show_case .right ul {
    padding: 1.25rem;
}
.show_case .right ul li:nth-child(1) {
    padding-top: 0;
}
.show_case .right ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.show_case .right ul li {
    border-bottom: 1px solid #E0E0E0;
    padding: 1.3125rem 0 1.0625rem;
}
.show_case .right ul li:hover img {
    transform: scale(1.1);
}
.show_case .right ul li:hover .name {
    color: #3558EF;
}
.show_case .right ul li .name {
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: justify;
    color: #383737;
    margin: .8125rem 0 .5rem;
    font-weight: 600;
}
.show_case .right ul li .data {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.4375rem;
    color: #BEBEBE;
}
.show_case_ban.show_news_ban {
    padding-bottom: 7.5rem;
}

.list_news_top {
    background: #F5F5F5;
    position: relative;
    top: -2.25rem;
    z-index: 0;
}
.list_news_top .pr {
    padding-bottom: 3.75rem;
}
.list_news_top .hover {
    padding: 1.5625rem 2.375rem 1.25rem;
    background: #fff;
    position: absolute;
    bottom: 0;
    right: -3.4375rem;
    width: 100%;
    z-index: 99;
    opacity: 0;
    transition: all .4s;
    -webkit-transform: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
}
.list_news_top .swiper-slide-active .hover {
    opacity: 1;
    transition: all .4s;
    -webkit-transform: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
}
.list_news_top .swiper-pagination {
    bottom: 0;
    display: none;
}
.list_news_top .swiper-container {
    padding-bottom: .625rem;
}
.list_news_top .tags {
    background: #D5E1FA;
    border-radius: 3px;
    width: 4.375rem;
    line-height: 1.5rem;
    font-size: .75rem;
    color: #000000;
    text-align: center;
}
.list_news_top .name {
    margin-top: .5rem;
    font-size: 1.25rem;
    line-height: 1.875rem;
    /* identical to box height, or 150% */
    text-align: justify;
    text-transform: uppercase;
    color: #000000;
}
.list_news_top .text {
    margin: .5rem 0;
    color: #9A9A9A;
    line-height: 1.4375rem;
}
.list_news_top .data {
    margin-top: .5rem;
    color: #BEBEBE;
    line-height: 1.4375rem;
}
.list_news_top .swiper-button-next {
    right: 23.7%;
}
.list_news_top .swiper-button-prev {
    left: 23.7%;
}
.list_news_top .swiper-button-next, .list_news_top .swiper-button-prev {
    background-color: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(164, 159, 159, 0.25);
    transition: all .4s;
    -webkit-transform: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    line-height: 5rem;
    text-align: center;
    background-size: 1.5rem 1.5rem;
    background-image: none;
    margin-top: 0;
    top: calc(50% - 4.5rem);
}
.list_news_top .swiper-button-next .iconfont, .list_news_top .swiper-button-prev .iconfont {
    font-size: 1.5rem;
    color: rgba(0, 0, 0, 0.3);
}
.list_news_top .swiper-button-next:hover, .list_news_top .swiper-button-prev:hover {
    box-shadow: 0px 0 0.625rem rgba(0, 0, 0, 0.35);
    transition: all .4s;
    -webkit-transform: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
}
.list_news_top .swiper-slide .over {
    position: relative;
}
.list_news_top .swiper-slide .over::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    z-index: 1;
    transition: all .4s;
    -webkit-transform: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
}
.list_news_top .swiper-slide-active:hover .hover {
    box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.25);
}
.list_news_top .swiper-slide-active:hover .name {
    color: #3558EF;
}
.list_news_top .swiper-slide-active:hover img {
    transform: scale(1.1);
}
.list_news_top .swiper-slide-active .over::before {
    z-index: -1;
    transition: all .4s;
    -webkit-transform: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
}
/*******


******/


.list_news {
    background: #F5F5F5;
    position: relative;
    padding-top: 2.25rem;
    z-index: 0;
}
.list_news .pr {
    margin-bottom: 2.5rem;
}
.list_news .hover {
    padding: 1.5625rem 2.375rem 1.25rem;
    background: #fff;
    width: 100%;
    transition: all .4s;
    -webkit-transform: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
}
.list_news .swiper-slide-active .hover {
    opacity: 1;
    transition: all .4s;
    -webkit-transform: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
}
.list_news .swiper-pagination {
    bottom: 0;
    display: none;
}
.list_news .swiper-container {
    padding-bottom: .625rem;
}
.list_news .tags {
    background: #D5E1FA;
    border-radius: 3px;
    width: 4.375rem;
    line-height: 1.5rem;
    font-size: .75rem;
    color: #000000;
    text-align: center;
}
.list_news .name {
    margin-top: .5rem;
    font-size: 1.25rem;
    line-height: 1.875rem;
    /* identical to box height, or 150% */
    text-align: justify;
    text-transform: uppercase;
    color: #000000;
}
.list_news .text {
    margin: .5rem 0;
    color: #9A9A9A;
    line-height: 1.4375rem;
}
.list_news .data {
    margin-top: .5rem;
    color: #BEBEBE;
    line-height: 1.4375rem;
}
.list_news .swiper-button-next {
    right: 23.7%;
}
.list_news .swiper-button-prev {
    left: 23.7%;
}
.list_news .swiper-button-next, .list_news .swiper-button-prev {
    background-color: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(164, 159, 159, 0.25);
    transition: all .4s;
    -webkit-transform: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    line-height: 5rem;
    text-align: center;
    background-size: 1.5rem 1.5rem;
    background-image: none;
    margin-top: 0;
    top: calc(50% - 4.5rem);
}
.list_news .swiper-button-next .iconfont, .list_news .swiper-button-prev .iconfont {
    font-size: 1.5rem;
    color: rgba(0, 0, 0, 0.3);
}
.list_news .swiper-button-next:hover, .list_news .swiper-button-prev:hover {
    box-shadow: 0px 0 0.625rem rgba(0, 0, 0, 0.35);
    transition: all .4s;
    -webkit-transform: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
}
.list_news .swiper-slide .over {
    position: relative;
}
.list_news .swiper-slide .over::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: linear-gradient(0deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));*/
    z-index: 1;
    transition: all .4s;
    -webkit-transform: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
}
.list_news .swiper-slide-active:hover .hover {
    box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.25);
}
.list_news .swiper-slide-active:hover .name {
    color: #3558EF;
}
.list_news .swiper-slide-active:hover img {
    transform: scale(1.1);
}
.list_news .swiper-slide-active .over::before {
    z-index: -1;
    transition: all .4s;
    -webkit-transform: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
}

/******


*******/
.list_news_bot .swiper-container{
	width: 90%;
	margin: auto;
}
.list_news_bot {
    padding-bottom: 3.75rem;
}
.list_news_bot .list {
    padding: 4.6875rem 0;
}
.list_news_bot .list:hover .left div {
    color: #3558EF;
}
.list_news_bot .list:hover .name {
    color: #3558EF;
}
.list_news_bot .list:hover .right .icon {
    background: #3558EF;
    transition: all .4s;
    -webkit-transform: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
}
.list_news_bot .list:hover .right .icon .iconfont {
    color: #fff;
    transition: all .4s;
    -webkit-transform: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
}
.list_news_bot .list .flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.list_news_bot .list .left {
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 3.0625rem;
    text-align: justify;
    color: #9A9B9E;
    width: 9%;
    text-align: right;
}
.list_news_bot .list .left .year {
    font-weight: 700;
    font-size: 1.625rem;
    line-height: 2.0625rem;
    color: #9A9B9E;
}
.list_news_bot .list .center {
    width: 81%;
    padding-left: 14.125rem;
    padding-right: 1.875rem;
    position: relative;
}
.list_news_bot .list .center::before {
    content: "";
    position: absolute;
    top: 0;
    left: 7rem;
    width: 1px;
    height: 100%;
    background: #9A9A9A;
    transform: rotate(14.45deg);
}
.list_news_bot .list .right {
    width: 10%;
    text-align: right;
}
.list_news_bot .list .name {
    font-size: 1.25rem;
    line-height: 1.875rem;
    text-align: justify;
    color: #000000;
    margin-bottom: .5rem;
}
.list_news_bot .list .text {
    font-size: 1rem;
    line-height: 1.4375rem;
    text-align: justify;
    text-transform: uppercase;
    color: #9A9A9A;
}
.list_news_bot .list .right .icon {
    width: 5.0625rem;
    height: 5.0625rem;
    line-height: 5.0625rem;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    transition: all .4s;
    -webkit-transform: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    background: #F5F5F5;
}
.list_news_bot .list .right .icon .iconfont {
    display: block;
    font-size: 1.75rem;
    color: #444;
    transition: all .4s;
    -webkit-transform: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
}
.list_news_bot .list:nth-child(even) {
    background: #F5F5F5;
    border-bottom: 1px solid #E3E3E3;
}
.list_join .font24 {
    font-size: 1.5rem;
    line-height: 2.1875rem;
    text-align: center;
    color: #4B4B4B;
    margin: 2.3125rem 0 3.125rem;
}
.list_join .text {
    font-size: 1.25rem;
    line-height: 1.875rem;
    text-align: center;
    color: #444444;
}
.list_join sub, .list_join sup {
    font-size: 1rem;
    line-height: 1.4375rem;
    color: #3558EF;
    font-weight: 600;
}
.list_join sup {
    left: -0.3125rem;
}
.list_join .number1 {
    display: flex;
    align-items: center;
    justify-content: center;
}
.list_join .number1>div:nth-child(1) {
    border-top: 1px solid #BEBEBE;
    padding: 1.875rem 5.3125rem 0 3.5rem;
}
.list_join .number1>div:nth-child(2) {
    border-top: 1px solid #BEBEBE;
    padding: 1.875rem 2.8125rem 0 5.3125rem;
}
.list_join .number1 .counter {
    font-weight: 700;
    font-size: 3.125rem;
    line-height: 3.75rem;
    text-align: justify;
    color: #333333;
}
.list_join .number1 sub, .list_join .number1 sup {
    color: #333333;
}
.list_join .number1 sub {
    bottom: 1.5em;
}
.list_join .number {
    padding-bottom: 4.8125rem;
    position: relative;
}
.list_join .number::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 2.25rem;
    background: #BEBEBE;
}
.list_join .number sub {
    bottom: 3em;
}
.list_join .number .counter {
    font-weight: 700;
    font-size: 5.875rem;
    line-height: 7.1875rem;
    text-transform: uppercase;
    color: #3558EF;
}
.list_join .number sub, .list_join .number sup {
    color: #3558EF;
}
.list_join_two .icon img {
    width: 4.25rem;
    height: 4.25rem;
    display: block;
    transition: all .4s;
    -webkit-transform: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    margin: 0 auto;
}
.list_join_two .text {
    font-size: 1.25rem;
    line-height: 1.875rem;
    text-align: center;
    color: #444444;
    margin-top: 1.5625rem;
}
.list_join_two .swiper-slide {
    background: #FFFFFF;
    padding: 3rem .9375rem 3.3125rem;
}
.list_join_two .swiper-slide:hover img {
    transform: rotateY(180deg);
    transition: all .4s;
    -webkit-transform: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
}
.list_join_two .swiper-slide:hover .text {
    color: #3558EF;
}
.list_join_two .swiper-pagination-bullet-active {
    background: #3558EF;
}
.list_join_two .swiper-pagination-bullet {
    border-color: #3558EF;
}
.list_join_two .swiper-pagination {
    bottom: 0;
    display: none;
}
.list_join_three .swiper-container {
    padding-bottom: 2.8125rem;
}
.list_join_three .swiper-slide {
    opacity: 0 !important;
}
.list_join_three .swiper-slide .row>div {
    margin-bottom: 1.875rem;
}
.list_join_three .swiper-slide-active {
    opacity: 1 !important;
}
.list_about .container .pr{
	width: 50%;
	float: left;
}
.list_about .container .prs{
	padding-left: 20px;
	text-align: justify;
}
.list_about .img {
    padding-right: 2rem;
    padding-bottom: 2rem;
}
.list_about .hover {
    position: absolute;
    bottom: 0;
    background: #3558EF;
    right: 0;
}
.list_about .content {
    display: flex;
    align-items: center;
}
.list_about .right {
    font-weight: 700;
    font-size: 9.625rem;
    line-height: 1;
    letter-spacing: 20px;
    text-transform: uppercase;
    color: #FFFFFF;
    opacity: 0.2;
    padding: 2rem;
}
.list_about .left {
    background: #284CE9;
    padding: 4.5rem 4.0625rem 4.5rem 1.875rem;
}
.list_about .left ul li {
    padding-bottom: 1.5625rem;
}
.list_about .left ul li:last-child {
    padding-bottom: 0;
}
.list_about .left .name {
    font-weight: 700;
    font-size: 1.75rem;
    line-height: 2.125rem;
    text-transform: uppercase;
    color: #FFFFFF;
}
.list_about .left .text {
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.375rem;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-top: .25rem;
}
.list_about .name_name {
    font-weight: 700;
    font-size: 2rem;
    line-height: 2.5rem;
    text-align: justify;
    color: #3558EF;
    margin: 0rem 0 1.25rem;
}
.list_about .text {
    line-height: 1.875rem;
    color: #787777;
}
.list_about .text p {
    text-indent: 2em;
}
.list_about_two .number {
    font-weight: 700;
    font-size: 2.75rem;
    position: relative;
    line-height: 3.4375rem;
    text-align: justify;
    color: #3558EF;
    padding-bottom: .25rem;
}
.list_about_two .number::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 2.125rem;
    height: .25rem;
    background: #3558EF;
}
.list_about_two .name {
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.875rem;
    text-align: justify;
    color: #585757;
    padding: .8125rem 0 .375rem;
}
.list_about_two .text {
    line-height: 1.4375rem;
    text-align: justify;
    color: #787777;
    font-size: 0.875rem;
}
.list_about_two .swiper-slide .flex {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 125%;/* margin-left: -30%; */
}
.list_about_two .swiper-slide:nth-child(even) .flex {
    width: 150%;
    margin-left: -10%;
}
.list_about_two .swiper-container .swiper-slide:last-child {
    margin-left: -10%;
}
.list_about_two .swiper-container .swiper-slide:first-child {
    left: 10%;
}
.list_about_two .container {
    padding: 0 0rem;
}
.list_about_two .swiper-slide .flex .img {
    width: 5.125rem;
    position: relative;
    display: inline-block;
}
.list_about_two .swiper-slide .flex:hover .img img {
    transform: rotateY(180deg);
    transition: all .5s;
    border: .1875rem solid #3558EF;
}
.list_about_two .swiper-slide:hover .flex .img::before {
    opacity: 1;
    transition: all .5s;
}
.rightfix ul li:hover .rightfix_right {
    opacity: 1;
    right: 3.125rem;
    transition: all .5s;
}
.rightfix_right {
    position: absolute;
    top: 0;
    right: -100%;
    border-radius: 5.5rem;
    opacity: 0;
    transition: all .5s;
    width: 7.5rem;
    height: 100%;
    background: #fff;
    text-align: center;
    font-size: 0.875rem;
    color: #000;
    z-index: -1;
}
/* .list_about_two .swiper-slide .flex .img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: .1875rem solid #3558EF;
  opacity: 0;
  transition: all .5s; 
} */
.list_about_two .swiper-slide .flex .img img {
    border-radius: 50%;
    transition: all .5s;
    overflow: hidden;
    border: .1875rem solid rgba(53, 87, 239, 0);
}
.list_about_two .swiper-slide .flex .right {
    padding-left: 1.25rem;
    width: calc(100% - 5.125rem);
}
.list_about_two .pr .container {
    position: relative;
}
.list_about_two .pr::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    width: calc(100% - 15rem);
    background: url(../image/xian.svg);
    height: 1.25rem;
    background-repeat: repeat-x;
}
.list_about_two .pr .swiper-button-next, .list_about_two .pr .swiper-button-prev {
    right: 6.6875rem;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    width: 2.75rem;
    height: 2.75rem;
    line-height: 2.4rem;
    text-align: center;
    border-radius: 50%;
    opacity: 1;
    background-image: none;
    z-index: 99;
}
.list_about_two .pr .swiper-button-next .iconfont, .list_about_two .pr .swiper-button-prev .iconfont {
    font-size: 1.5rem;
    display: block;
    color: #000;
}
.list_about_two .pr .swiper-button-prev {
    left: 6.6875rem;
}
.list_about_two .swiper-pagination {
    display: none;
}
/* .list_about_two .swiper-slide:nth-child(odd)::before {
  content: "";
  position: absolute;
  top: calc(50% - 1.25rem);
  left: 6rem;
  width: 1px;
  height: 1.25rem;
  background: #3558EF;
}
.list_about_two .swiper-slide:nth-child(even)::before {
  content: "";
  position: absolute;
  bottom: -2.25rem;
  left: 6rem;
  width: 1px;
  height: 1.25rem;
  background: #3558EF;
} */
.list_about_two .swiper-container .swiper-slide {
    height: 36rem;
}
.list_about_two .swiper-container .swiper-slide:nth-child(odd) {
    padding-top: 18rem;
}
.list_about_two .swiper-container .swiper-slide:nth-child(odd) .flex {
    padding-top: 2.5rem;
}
.list_about_three .flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4.375rem 5rem 3.125rem 3.75rem;
    background-color: #F7F9FB;
    background-image: url(../image/45.png);
    background-repeat: no-repeat;
    background-position: top right;
}
.list_about_three .flex .left {
    width: 50%;
}
.list_about_three .flex .name {
    font-weight: 700;
    font-size: 2rem;
    line-height: 2.875rem;
    text-align: justify;
    color: #3558EF;
}
.list_about_three .flex .text {
    font-size: 1.25rem;
    line-height: 1.875rem;
    text-align: justify;
    color: #777777;
    padding-top: .9375rem;
    margin-top: .9375rem;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.list_about_three .flex .right {
    text-transform: uppercase;
    background-color: transparent;
    -webkit-text-stroke: 1px #B1B6CE;
    color: transparent;
    font-weight: 700;
    font-size: 9.25rem;
    line-height: 1;
    z-index: 9;
    letter-spacing: 7px;
}
.list_about_three .flex .right sub {
    font-size: 2.75rem;
    line-height: 1.875rem;
    position: absolute;
    top: 0rem;
}
.list_about_three .col-md-4>div {
    padding: 2.5rem 4.0625rem 3.75rem;
    background-size: cover;
}
.list_about_three .col-md-4>div:hover img {
    transform: rotateY(360deg);
    transition: all .5s;
}
.list_about_three .col-md-4>div img {
    transition: all .5s;
}
.list_about_three .col-md-4>div .name {
    font-weight: 700;
    font-size: 2rem;
    line-height: 2.875rem;
    text-align: justify;
    color: #3558EF;
    padding: .8125rem 0 1.25rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    margin-bottom: 1.25rem;
}
.list_about_three .col-md-4>div .text {
    font-size: 1.25rem;
    line-height: 1.875rem;
    text-align: justify;
    color: #777777;
}
.list_about_four .name {
    font-size: 1.25rem;
    line-height: 1.875rem;
    text-align: center;
    color: #535151;
    padding-top: 1.375rem;
}
.list_about_four .flex {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    line-height: 2.875rem;
    text-align: center;
    color: rgba(0, 0, 0, 0.6);
    margin: 1rem 0 4.375rem;
}
.list_about_four .flex li {
    padding: 0 1.25rem;
    position: relative;
    cursor: pointer;
}
.list_about_four .flex li:last-child::before {
    display: none;
}
.list_about_four .flex li:hover, .list_about_four .flex li.active {
    color: #3558EF;
}
.list_about_four .flex li::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 2px;
    height: 2.25rem;
    background: #8A8A8A;
}
.list_about_four .hover {
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}
.list_about_four .hover div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 5rem;
    height: 5rem;
    line-height: 5rem;
    text-align: center;
    border-radius: 50%;
	background: url(../image/icn-logo.png) center center no-repeat #fff3;
}
.list_about_four .hover div .iconfont {
    font-size: 2.5rem;
    color: #000;
	display: none;
}
.list_about_four .bgf.pr {
    padding: .9375rem;
    background: #fff;
}
.list_about_four .swiper-slide .pr {
    overflow: hidden;
}
.list_about_four .swiper-slide:hover img {
    transform: scale(1.03);
}
.list_about_four .swiper-slide:hover .hover {
    bottom: 0;
    transition: all .4s;
    -webkit-transform: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
}
.list_about_four .swiper-slide:hover .name {
    color: #3558EF;
}
.list_about_four .sum>div {
    display: none;
}
.list_about_four .sum>div.active {
    display: block;
}
.fancybox__container {
    z-index: 9999 !important;
}
.list_honor.list_about_four .bgf.pr {
    background: #f5f5f5;
}
.list_honor.list_about_four .row>div {
    margin-bottom: 1.875rem;
}
.list_contact .name {
    font-size: 1.25rem;
    line-height: 2.25rem;
    color: #3A3939;
    font-weight: 600;
}
.list_contact .text {
    line-height: 2rem;
    margin-bottom: 1.625rem;
    color: #656565;
}
.list_contact_two::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 17.5rem;
    background: #F7F9FB;
    z-index: -1;
}
.list_contact_two {
    position: relative;
    z-index: 1;
}
.list_contact_two .content {
    background: #FFFFFF;
    box-shadow: 0px 0.5rem 0.5rem rgba(214, 214, 214, 0.25);
    border-radius: 1.25rem;
    padding: 3.3125rem 2.8125rem 2.1875rem;
}
.list_contact_two input {
    width: 100%;
    border: 1px solid #CECBCB;
    border-radius: 3.125rem;
    line-height: 3.125rem;
    padding: 0 1.875rem;
    font-size: 1rem;
    color: #787777;
}
.list_contact_two textarea {
    width: 100%;
    height: 13.875rem;
    padding: .8125rem 1.5625rem;
    border: 1px solid #CECBCB;
    line-height: 1.875rem;
    font-size: 1rem;
    color: #787777;
    display: block;
    border-radius: 1.25rem;
}
.list_contact_two button {
    margin-top: 3.125rem;
}
.list_contact_two .col-md-3 {
    margin-bottom: 1.5625rem;
}
.list_join_four .list {
    margin-bottom: 1.875rem;
}
.list_join_four .top .name {
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 35px;
    text-transform: capitalize;
    color: #000;
    padding: 1.3125rem 1.875rem;
    background: #F7F9FB;
    border-radius: .9375rem .9375rem 0px 0px;
    display: flex;
    align-items: center;
}
.list_join_four .top .name div {
    flex: 1 0 0;
}
.list_join_four .top .name .iconfont {
    text-align: right;
    display: block;
    transform: rotateX(0);
    transition: all .4s;
    -webkit-transform: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
}
.list_join_four .top .address {
    padding: 1.25rem 1.5625rem;
    background: #FBFCFE;
}
.list_join_four .top .address ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.list_join_four .top ul li {
    margin-right: 1rem;
    font-size: 1rem;
    text-transform: uppercase;
    color: #777777;
}
.list_join_four .top ul li svg {
    position: relative;
    top: -2px;
}
.list_join_four .top ul li .data {
    color: #7B858F;
}
.list_join_four .bot {
    font-size: 1rem;
    line-height: 1.875rem;
    color: #787777;
    padding: 1.25rem 1.875rem 0;
    display: none;
}
.list_join_four .bot p {
    position: relative;
    padding-left: .9375rem;
}
.list_join_four .bot div {
    font-size: 1.125rem;
    line-height: 1.875rem;
    color: #221F1F;
    padding-top: 1.875rem;
}
.list_join_four .bot div a {
    color: #3558EF;
}
.list_join_four .list.active .top .name {
    background: #3558EF;
    color: #fff;
}
.list_join_four .list.active .top .name .iconfont {
    transform: rotateX(180deg);
    transition: all .4s;
    -webkit-transform: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
}
.list_join_four .list.active .bot {
    display: block;
}
.list_join_four .list:last-child {
    margin-bottom: 0;
}
.pttopheader {
    position: absolute;
    top: -5.875rem;
}

@media (max-width: 767px) {
.list_join_four .top .name div {
    flex: auto;
}
.list_join_four .top .name {
    padding: 10px;
    font-size: 16px;
}
.list_join_four .top .address,  .list_join_four .list.active .bot {
    padding: 15px 10px;
}
.list_join_four .list.active .bot {
    font-size: 14px;
    line-height: 26px;
}
.list_join_four .bot div {
    font-size: 16px;
    line-height: 26px;
}
}
.banner1>img, .banner4>img, .banner3>img, .banner0>img {
    animation: dtfs 10s infinite linear;
}
 @keyframes dtfs {
 0% {
 transform: scale(1);
}
 100% {
 transform: scale(1.3);
}
}
.banner .banner0 .img2 {
    position: absolute;
    top: 56%;
    transform: translateY(-50%);
    right: 10rem;
}
.banner .banner0 .img2 .banner0 {
    width: 49.6875rem;
}
.banner .banner0 .img2 .banner01 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    animation: banner4 2s infinite;
}
.banner .swiper-button-white {
    background-image: none;
    font-weight: 700;
    font-size: .75rem;
    color: #fff;
    text-align: center;
}
.banner .swiper-button-white .iconfont {
    font-size: 1rem;
    transform: rotate(-90deg);
}
.banner .swiper-button-prev {
    right: 7.5rem;
    top: auto;
    bottom: calc(10% - 4rem);
    left: auto;
}
.banner .swiper-button-next {
    right: 3.75rem;
    left: auto;
    bottom: calc(10% - 4rem);
    top: auto;
}
.banner .swiper-pagination {
    width: auto;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: auto;
    height: 1.875rem;
    line-height: 1.875rem;
    padding: 0 6.25rem 0 1.5rem;
    font-weight: 700;
    font-size: .75rem;
    color: #FFFFFF;
    opacity: 0.4;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    opacity: 1;
}
.banner .swiper-pagination-bullet {
    margin-right: .9375rem !important;
    position: relative;
    border: none !important;
}
.banner .swiper-pagination-bullet-active {
    background: transparent;
    border: none;
}
.banner .swiper-pagination-bullet-active::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    z-index: 2;
    height: 1px;
    background: #fff;
}
.banner .hover .p2 {
    margin: .5rem 0 1.5625rem;
}
.banner .banner1 {
    position: relative;
}
.banner .banner1 .img2 {
    position: absolute;
    top: 56%;
    right: 18.75rem;
    transform: translateY(-50%);
}
.banner .banner1 .img2>.img21 {
    width: 36.5rem;
}
.banner .banner1 .img2 .imgwidth {
    width: 5rem;
}
.banner .banner1 .img2 .img22 {
    position: absolute;
    top: 2%;
    left: 71.2%;
    animation: img22 2s infinite;
}
.banner .banner1 .img2 .img23 {
    position: absolute;
    top: 51%;
    right: 5%;
    animation: img23 2s infinite;
}
.banner .banner1 .img2 .img24 {
    position: absolute;
    top: 49%;
    right: 23%;
    animation: img23 2s infinite;
}
.banner .banner1 .img2 .img25 {
    position: absolute;
    top: 70%;
    left: 15%;
    animation: img24 2s infinite;
}
.banner .banner1 .img2 .img26 {
    position: absolute;
    top: 44%;
    left: 1%;
    animation: img24 2s infinite;
}
.banner .banner1 .img2 .img27 {
    position: absolute;
    top: 11%;
    left: 6%;
    animation: img25 2s infinite;
}
 @keyframes img22 {
 0% {
 transform: translateY(0);
}
 50% {
 transform: translateY(10px);
}
 100% {
 transform: translateY(0);
}
}
 @keyframes img23 {
 0% {
 transform: translate(0, 0);
}
 50% {
 transform: translate(10px, 5px);
}
 100% {
 transform: translate(0, 0);
}
}
 @keyframes img24 {
 0% {
 transform: translate(0, 0);
}
 50% {
 transform: translate(-5px, 10px);
}
 100% {
 transform: translate(0, 0);
}
}
 @keyframes img25 {
 0% {
 transform: translate(0, 0);
}
 50% {
 transform: translate(5px, 5px);
}
 100% {
 transform: translate(0, 0);
}
}
.banner .banner1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(0% 50% 0deg, #4341ea 0.48%, #2d289c 100%);
    background: -webkit-linear-gradient(0deg, #4341ea 0.48%, #2d289c 100%);
    background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0.0048, #4341ea), color-stop(1, #2d289c));
    background: -o-linear-gradient(0deg, #4341ea 0.48%, #2d289c 100%);
    background: -ms-linear-gradient(0deg, #4341ea 0.48%, #2d289c 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#4341EA', endColorstr='#2D289C' ,GradientType=0)";
    background: linear-gradient(90deg, #4341ea 0.48%, #2d289c 100%);
    opacity: 0.65;
 filter: alpha(opacity=65) progid:DXImageTransform.Microsoft.Alpha(opacity=65) progid:DXImageTransform.Microsoft.gradient(startColorstr='#4341EA', endColorstr='#2D289C', GradientType=1);
}
.banner .banner3 .img2 {
    position: absolute;
    top: 50%;
    right: 18.75rem;
    transform: translateY(-50%);
    z-index: 1;
}
.banner .banner3 .img2 .img3 {
    position: absolute;
    top: 59%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    z-index: 3;
}
.banner .banner3 .img2 .img3 img {
    width: 25.0625rem;
}
.banner .banner3 .img2 .img4, .banner .banner3 .img2 .img5, .banner .banner3 .img2 .img6 {
    position: absolute;
    top: -54%;
    width: 10.4375rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
    animation: shangxia 2s infinite;
}
.banner .banner3 .img2 .img5 {
    top: -33%;
    z-index: 2;
}
.banner .banner3 .img2 .img6 {
    top: -17%;
    z-index: 2;
}
/* ERP页面开始 */

.list_numbererg_one .list_pro_list .list {
    padding: 6.125rem 0 0;
}
.list_numbererp_two {
    background: #f4f4f4;
}
.list_numbererp_two .title {
    font-size: 1.75rem;
}
.list_numbererp_two .col-md-4>div {
    background: #fff;
    padding: 2.5rem 2rem 0 0;
    margin-bottom: 25px;
    height: 180px;
}
.list_numbererp_two .ico {
    border-left: .3125rem solid #3558ef;
    padding-left: 1.5625rem;
    float: left;
    width: 20%;
}
.list_numbererp_two .text {
    float: left;
    padding-left: 2rem;
    width: 80%;
}
.list_numbererp_two .text p:nth-child(2) {
    color: #797979;
}
.list_numbererp_two .text p:nth-child(1) {
    color: #333;
    font-size: 1.125rem;
    padding-bottom: 10px;
}










/* ERP页面结束 */
@keyframes shangxia {
 0% {
 transform: translate(-50%, 0);
}
 50% {
 transform: translate(-50%, 10px);
}
 100% {
 transform: translate(-50%, 0);
}
}
.banner .banner3 .img2>img {
    width: 37.9375rem;
    animation: yauqnaun 2s infinite;
}
 @keyframes yauqnaun {
 0% {
 transform: scale(0.98);
}
 50% {
 transform: scale(1);
}
 100% {
 transform: scale(0.98);
}
}
.banner .banner4 .img2 {
    position: absolute;
    top: 50%;
    right: 10rem;
    transform: translateY(-50%);
}
.banner .banner4 .img41, .banner .banner4 .img42, .banner .banner4 .img43 {
    position: absolute;
    width: 8.1875rem;
    animation: banner4 2s infinite;
}
 @keyframes banner4 {
 0% {
 transform: translateY(0);
}
 50% {
 transform: translateY(8px);
}
 100% {
 transform: translateY(0);
}
}
.banner .banner4 .img41 {
    top: 7.6%;
    left: 14.5%;
}
.banner .banner4 .img42 {
    top: 46%;
    left: 0%;
}
.banner .banner4 .img43 {
    right: 18.5%;
    bottom: 6%;
}
.banner .banner4 .img4 {
    width: 47.9375rem;
}
.join_us {
    background-color: #3558EF !important;
    position: relative;
    z-index: 2;
}
.join_us>img {
    position: absolute;
    top: 0;
    right: 0;
    animation: fs 2s infinite;
    overflow: hidden;
    width: 44.9375rem;
    z-index: -1;
    object-fit: cover;
}
 @keyframes fs {
 0% {
 transform: scale(1);
}
 50% {
 transform: scale(1.05);
}
 100% {
 transform: scale(1);
}
}

@media (max-width: 1600px) {
.nyban .p1 {
    font-weight: 700;
    font-size: 2.8rem;
    line-height: 4.25rem;
}
.nyerji::before {
    width: calc(100% - 0rem);
}
.list_news_top .swiper-button-next {
    right: 22.7%;
}
.list_news_top .swiper-button-prev {
    left: 22.7%;
}
.list_news .swiper-button-next {
    right: 22.7%;
}
.list_news .swiper-button-prev {
    left: 22.7%;
}
	
.list_numberoa_six .left .img2 {
    left: 53%;
    height: 10.4375rem;
}
}

@media (max-width: 1440px) {
.list_numberoa_six .left .img2 {
    height: 9.4375rem;
}
.section04 .flex .hover,  .section05 .hover,  .section06 .hover {
    font-size: 12rem;
}
.list_numberoa_six .right {
    padding-left: 6.5rem;
}
.section06 .hover {
    right: 8.25rem;
}
.list_news_top .swiper-button-next {
    right: 21.7%;
}
.list_news_top .swiper-button-prev {
    left: 21.7%;
}
.list_news .swiper-button-next {
    right: 21.7%;
}
.list_news .swiper-button-prev {
    left: 21.7%;
}
.banner .banner3 .img2>img {
    width: 30rem;
}
.banner .hover .p1 {
    font-size: 2.4rem;
    line-height: 3.5rem;
}
.banner .hover .p2 {
    font-size: 1.375rem;
}
.banner .banner3 .img2 .img3 img {
    width: 20.0625rem;
}
.banner .banner1 .img2,  .banner .banner3 .img2 {
    right: 11.75rem;
}
.banner .banner1 .img2>.img21 {
    width: 31.5rem;
}
.section02 .bot .container .swiper-slide {
    height: 35rem;
}
.section02 .hover {
    font-size: 6.75rem;
}
.logo_xz img {
    width: 31.25rem;
}
.nyban .p1 {
    font-size: 2.6rem;
    line-height: 4rem;
}
.nyban .p2 {
    font-size: 1.5rem;
}
.nyerji::before {
    width: calc(100% - 0rem);
}
.title_ny,  .title {
    font-size: 2.4rem;
    line-height: 3rem;
}
.list_pro_list .list ul li {
    width: 48%;
}
.list_pro .border {
    padding-left: 20px;
    padding-right: 20px;
}
.list_number_khsy .name {
    padding-left: 2.5rem;
}
.show_case_ban .top .right .name {
    font-size: 2.25rem;
}
.list_news_bot .list .left {
    width: 10%;
}
.list_news_bot .list .center {
    width: 80%;
    padding-left: 12.125rem;
}
.list_about_two .swiper-container .swiper-slide:nth-child(odd) {
    padding-top: 17rem;
}
.list_about_two .pr::before {
    width: calc(100% - 10rem);
}
.list_about_two .pr .swiper-button-prev {
    left: 3.6875rem;
}
.list_about_two .pr .swiper-button-next {
    right: 3.6875rem;
}
.banner .banner4 .img4 {
    width: 33.9375rem;
}
.banner .banner4 .img41,  .banner .banner4 .img42,  .banner .banner4 .img43 {
    width: 5.6rem;
}
.banner .banner0 .img2 .banner0 {
    width: 34.6875rem;
}
.logo_xz svg {
    width: 31.25rem !important;
}
.list_about_two .pr::before {
    height: 1rem;
}
.list_about_two .container {
    padding: 0 3rem;
}
}

@media (max-width: 1280px) {
header .center .nav>li.tel{
	display: none;
}
.section06 .left {
    padding-right: 4.125rem;
}
.list_numberoa_six>img {
    width: 30rem;
}
.list_numberoa_six .left .img2 {
    height: 8.4375rem;
}
.list_numbererp_two .ico {
    width: 30%;
    float: left;
}
.list_numbererp_two .text {
    width: 70%;
}
.section04 .flex .hover,  .section05 .hover,  .section06 .hover {
    font-size: 8rem;
}
.list_numberoa_six .right {
    padding-left: 2rem;
}
.section06 .hover {
    top: -1.375rem;
}
.banner .swiper-pagination {
    padding: 0 4.25rem 0 1rem;
}
.banner .swiper-button-prev {
    right: 1.75rem;
}
.banner .swiper-button-next {
    right: 1.75rem;
}
.section02 .bot .container .swiper-slide {
    height: 31rem;
}
header .center .nav>li {
    margin: 0 1rem;
}
footer .bot_ul>li:nth-child(5) {
    width: 16%;
}
footer .bot_ul>li:nth-child(2) {
    width: 14%;
}
.list_pro_list .list:nth-child(even) .left {
    padding-left: 2.25rem;
}
.list_pro_list .list .left {
    padding-right: 2.25rem;
}
.list_industry_two2 .name,  .list_industry_two3 .name,  .list_industry_two4 .name,  .list_indusry_three4 .name,  .list_indusry_three5 .name,  .list_industry_two .name,  .list_industry .flex .hover .name,  .list_indusry_four .name_title,  .list_industry .swiper-slide .hover .name,  .list_industry_two1 .name,  .font26 {
    font-size: 1.375rem;
}
.about_case .text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.about_case .left .logo img {
    height: 5.625rem;
}
.about_case .center {
    margin-top: 0;
}
.list_number_two .swiper-slide {
    padding: 1.6875rem 2.25rem 3.375rem;
}
.list_case_top .text.line2 {
    -webkit-line-clamp: 1;
}
.list_case_bot .list .right .text.line4 {
    -webkit-line-clamp: 2;
}
.list_case_bot .list>.pr::after {
    bottom: 3.5rem;
    right: -0.8rem;
    -webkit-clip-path: polygon(0% 0, 98% 0, 92.2% 100%, 0% 100%);
    clip-path: polygon(0% 0, 98% 0, 92.2% 100%, 0% 100%);
}
.list_news_top .swiper-button-next {
    right: 21%;
}
.list_news_top .swiper-button-prev {
    left: 21%;
}
.list_news_top .swiper-button-next {
    right: 20%;
}
.list_news_top .swiper-button-prev {
    left: 20%;
}
.list_news .swiper-button-next {
    right: 21%;
}
.list_news .swiper-button-prev {
    left: 21%;
}
.list_news .swiper-button-next {
    right: 20%;
}
.list_news .swiper-button-prev {
    left: 20%;
}
.list_news_bot .list .left {
    width: 11%;
}
.list_news_bot .list .right {
    width: 9%;
}
.section03 .hover ul li .icon img {
    height: 3rem;
}
.section03 .bg .right {
    padding: 4.5rem 0 4.5rem;
}
footer .bot_ul {
    padding-bottom: 7rem;
}
.section06 .left .text {
    margin: 1rem 0 1rem;
    line-height: 1.6rem;
}
.section05 .right ul li {
    padding: 1rem 0 1.125rem 1.875rem;
}
.subtitle {
    font-size: 1.125rem;
    line-height: 1.75rem;
}
.text {
    font-size: 0.9rem;
}
.banner .banner3 .img2 {
    top: 56%;
}
.banner .banner0 .img2 {
    top: 59%;
}
.banner .banner4 .img2 {
    top: 54%;
}
.banner .hover .p2,  .nyban .p2 {
    font-size: 1.125rem;
    line-height: 2.25rem;
}
.banner .hover .p1,  .nyban .p1 {
    font-size: 2rem;
    line-height: 2.8rem;
}
.banner .hover .p3 {
    font-size: 1.15rem;
}
.more {
    padding: 0 2.6rem;
    line-height: 3rem;
}
.section03 .hover ul li .en_name {
    font-size: 0.7rem;
}
.section06 .bot ul li .text {
    font-size: 1rem;
}
.title_ny,  .title {
    font-size: 2rem;
    line-height: 2.8rem;
}
.title span {
    line-height: 2.8rem;
}
.section02 .hover {
    bottom: 1.375rem;
    left: 4.9375rem;
    font-size: 6.25rem;
}
.section02::before {
    width: calc(100% - 3rem);
}
.section02 .swiper-container .swiper-slide .bg {
    height: 19rem;
}
.section02 .bot .container .swiper-slide:hover .bg {
    height: 100%;
}
.section03 .bg .sum ul {
    margin: 5px 0 1.5rem;
}
.about_case .left .name {
    font-size: 1.375rem;
}
.about_case .left .logo img {
    height: 5.625rem;
}
header {
    line-height: 5.25rem;
}
.text.c6,  .text {
    line-height: 1.65rem;
}
.list_pro_list .list .text {
    text-align: justify;
}
.nyerji ul.fr,  .nyerji .erji_list>div,  .list_pro_list .list ul li {
    font-size: 1rem;
}
.nyerji ul.fr li {
    padding: 0 1.5rem;
}
.list_industry .swiper-slide .icon img {
    height: 2.75rem;
}
.list_industry .swiper-slide .icon {
    height: 5.625rem;
    width: 5.625rem;
    line-height: 5.625rem;
}
.list_join .font24 {
    font-size: 1.25rem;
}
.list_join .number .counter {
    font-size: 4.875rem;
}
.list_join .text {
    font-size: 1.125rem;
}
.list_join .number1 .counter {
    line-height: 3.25rem;
    font-size: 2.5rem;
}
.list_join_four .top .name {
    font-size: 1.25rem;
}
.list_about .left .name {
    font-size: 1.5rem;
}
.list_about .left .text {
    font-size: 1rem;
}
.list_about .right {
    font-size: 7.625rem;
}
.list_about_three .flex .text {
    font-size: 1.125rem;
}
.list_about .name_name,  .list_about_three .flex .name,  .list_about_four .flex {
    font-size: 1.75rem;
}
.list_about .text {
    text-align: justify;
}
.list_about_three .flex .right {
    font-size: 7.25rem;
}
.list_about_four .flex li::before {
    height: 1.6rem;
}
}

@media (max-width: 990px) {
.title {
    font-size: 2.4rem;
}
.list_numberoa_six .right ul li {
    padding: 0 0.15rem 0.625rem;
}
.list_numbererp_two .ico {
    padding-left: 1rem;
}
.list_numberoa_five .right {
    padding: 0 2rem 0 2rem;
}
.list_numberoa_six>img {
    width: 24rem;
}
.list_numbererp_two .col-md-4>div {
    padding: 1.5rem 1.5rem 0 0;
}
.list_numberoa_six .left .img2 {
    height: 7.4375rem;
}
.list_numbererp_two .text {
    padding-left: 10px;
}
.list_numberoa_three .list_numberoa_three_img .img3 {
    width: 21rem;
}
.list_numberoa_three .list_numberoa_three_img .img2 {
    width: 9rem;
}
.list_numberoa_six .right ul li {
    padding: 0 0.375rem 0.625rem;
}
.list_numberoa_three .bot .right {
    padding-left: 15px;
}
.title span {
    line-height: 3.375rem;
}
.list_news_top {
    top: 0;
}
.list_news {
    top: 0;
}
.show_990 {
    display: block;
}
.section02 .height {
    margin: 1.125rem 1.75rem 0;
}
.section02 .bot .container .swiper-slide,  .section02 .swiper-container .swiper-slide .bg {
    height: 31rem;
}
.section02 .swiper-slide .height {
    height: auto !important;
    max-height: inherit !important;
}
.logo_xz img {
    width: 18.75rem;
}
.section02 .swiper-slide:hover::before {
    transition-delay: 0s;
}
/*
  .section03 .hover {
    display: none;
  }
*/
.section03 .bg {
    background: none !important;
    height: auto;
    display: block;
    width: 100%;
}
.section03 .bg .right {
    padding: 5rem 0;
    width: 100%;
}
.section03 .bg .right .content {
    padding: 0 15px;
}
.section02 {
    padding-top: 3.75rem;
}
.logo_xz {
    display: none;
}
.section02 .hover,  .section02::before {
    display: none;
}
.section02 .bot {
    margin-top: 45px;
}
.section04 .flex .hover,  .section05 .hover,  .section06 .hover {
    font-size: 7rem;
}
.section05 .left {
    display: none;
}
.section05 .right {
    width: 100%;
}
.section05 .hover,  .section04 .flex .hover,  .section05 .hover,  .section06 .hover {
    display: none;
}
.section04::before {
    display: none;
}
.section04 {
    padding-top: 0;
}
header,  .banner .scroll {
    display: none;
}
.phone_logo a {
    font-size: 0;
}
.phone_logo img {
    height: 40px;
}
#phone_nav span,  .seaarch_phone span {
    font-size: 26px;
}
.banner .hover .p1 {
    font-size: 28px;
    line-height: 36px;
}
.banner .hover .p2 {
    font-size: 18px;
    line-height: 30px;
}
.more {
    padding: 0 32px;
    font-size: 14px;
    line-height: 44px;
}
.phone_img {
    display: block;
}
.list_news_top .hover {
    right: -1.4375rem;
}
.list_news .hover {
    right: -1.4375rem;
}
.banner .img img,  .banner .img .img2,  .banner1>img,  .banner .banner1 .img2,  .banner .banner3 .img2,  .banner .banner1::before,  .banner3>img {
    display: none;
}
.list_news_top .swiper-button-next,  .list_news_top .swiper-button-prev {
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
}
.list_news .swiper-button-next,  .list_news .swiper-button-prev {
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
}
.list_news_bot .list .left {
    font-size: 2rem;
}
.list_news_top .text {
    -webkit-line-clamp: 1;
}
.list_news_top .hover {
    padding: 15px;
}
.list_news .text {
    -webkit-line-clamp: 1;
}
.list_news .hover {
    padding: 15px;
}
.list_news_bot .list .center {
    padding-left: 10.125rem;
}
.list_news_bot .list .center::before {
    left: 4.5rem;
}
.list_news_bot .list .left {
    width: 12%;
}
.list_news_top .swiper-button-next {
    right: 22.5%;
}
.list_news .swiper-button-next {
    right: 22.5%;
}
.list_news_bot .list .center {
    width: 79%;
    padding-right: 4rem;
}
.list_news_top .swiper-button-prev {
    left: 22.5%;
}
.list_news .swiper-button-prev {
    left: 22.5%;
}
.banner .banner1 {
    position: static;
}
.banner .hover {
    top: 60px;
    transform: translateY(0%);
    text-align: center;
}
.section03 {
    padding: 50px 15px 45px;
}
.phone_show {
    display: block;
}
.section02 .swiper-container {
    padding-bottom: 45px;
}
.section02 .swiper-container .swiper-pagination {
    bottom: 0;
}
.section03 .swiper-container {
    padding-bottom: 45px;
}
.section03 .swiper-pagination {
    bottom: 0;
}
.section03 .bg .right {
    padding: 35px 0 35px;
}
.section03 .bg .sum {
    margin-top: 0;
}
.section02 {
    background: transparent !important;
}
.section03 .bg .sum .name {
    color: #fff;
    margin-top: 15px;
}
.section03 .swiper-slide {
    opacity: 1 !important;
}
.section03 .bg .right .content {
    padding: 0;
}
.section03 .bg .sum ul {
    margin: 5px 0 15px;
}
.section04 .swiper-pagination::before {
    display: none;
}
.section04 .swiper-pagination {
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    right: auto;
}
.section04 .bot {
    margin-top: 25px;
    padding: 0 0 55px 0;
}
.section04 .swiper-pagination-bullet-active {
    background: #0f4290;
}
.section04 .swiper-pagination-bullet {
    border-color: #0f4290;
}
.section04 {
    padding-bottom: 50px;
}
.section06 .bot ul li .text {
    font-size: 1rem;
}
footer .bot_ul>li:nth-child(4) {
    width: 26%;
    padding-right: 1.375rem;
}
footer .top_en {
    font-size: 1.25rem;
    letter-spacing: 0.5rem;
}
.beian .fr {
    float: left;
}
body {
    padding-bottom: 0;
}
footer .bot_ul {
    padding-bottom: 6rem;
}
.fenxiang li {
    margin: 0 0.25rem;
}
footer .bot_ul>li:nth-child(5) {
    width: 18%;
}
.section03>.container {
    padding: 0;
}
.section05 .right ul li {
    padding: 1.25rem 0 1.5rem 0;
}
.section05 .right ul li::before {
    width: 100%;
}
.list_pro_list .list .left,  .list_pro_list .list .right {
    width: 100%;
    max-width: 100%;
    padding-left: 15px !important;
    padding-right: 15px !important;
    flex: 0 0 100%;
}
.nyban .p1 {
    font-size: 28px;
    line-height: 40px;
}
.nyban .p2 {
    font-size: 16px;
}
.nyerji {
    display: none;
}
.list_pro_list .list:nth-child(even) .left {
    order: 1;
}
.list_pro_list .list:nth-child(even) .right {
    order: 2;
}
.list_pro_list .list {
    padding: 60px 0;
}
.list_pro_list .list .right {
    margin-top: 25px;
}
.about_case .center {
    display: none;
}
.about_case .right {
    width: 30%;
}
.about_case .left {
    width: 67%;
    padding-right: 35px;
}
.about_case .left .name,  .list_pro_list .list .name {
    font-size: 1.375rem;
}
.about_case .text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.about_case .left .logo img {
    height: 4.375rem;
}
.list_pro_list .list ul li {
    font-size: 1rem;
}
.list_industry .flex .icon {
    height: 5.625rem;
    width: 5.625rem;
    line-height: 5.375rem;
}
.list_industry_two .icon {
    width: 12.1875rem;
    height: 12.1875rem;
}
.list_industry .flex .icon img {
    object-fit: contain;
    height: 2.75rem;
}
.industru_container_swiper .swiper-pagination,  .industru_container_swiper1 .swiper-pagination {
    display: block;
    bottom: 0;
}
.industru_container_swiper,  .industru_container_swiper1 {
    padding-bottom: 45px;
}
.list_indusry_three5 .img ul li {
    flex: none;
}
.about_case .content {
    padding: 2.3125rem 1.5rem 2.0625rem 2.3125rem;
}
.list_industry .swiper-slide .icon {
    height: 5.625rem;
    width: 5.625rem;
    line-height: 5.25rem;
}
.list_industry .swiper-slide .icon img {
    height: 2.75rem;
}
.list_industry_two3 .name div {
    padding-left: 20px;
}
.list_industry_two3 .name {
    line-height: 2.25rem;
}
.list_industry_two3 .name div::before {
    width: 2.4rem;
    height: 2.25rem;
}
.swiper_industry_swiper2 {
    padding-bottom: 45px;
}
.swiper_industry_swiper2 .swiper-pagination {
    bottom: 0;
    display: block;
}
.list_industry_two4 .icon1 {
    line-height: 10.125rem;
    width: 7.75rem;
    left: 1.25rem;
}
.list_industry_two4 .flex>div>div::before {
    height: 6.5625rem;
}
.list_indusry_three5.indusry_three5_160 .img ul li {
    width: 30%;
    padding: 0 15px;
}
.list_indusry_three5.indusry_three5_160 .img ul li:nth-child(2) {
    width: 40%;
}
.list_indusry_three5.indusry_three5_160 .img ul li .name {
    font-size: 1.25rem;
}
.list_number_khsy .name span {
    padding-left: 0;
}
.list_number_khsy .name::before {
    width: 3rem;
}
.list_number_khsy .content .bgf {
    padding-bottom: 2rem;
}
.list_number_three .swiper-pagination {
    display: block;
}
.list_number_three .swiper-container {
    padding-bottom: 40px;
}
.list_number_two .swiper-slide {
    padding: 1.6875rem 1.5rem 2.375rem;
}
.list_number_two .swiper-pagination {
    display: block;
}
.list_number_two .swiper-container {
    padding-bottom: 45px;
}
.list_number_three .name {
    line-height: 4rem;
}
.list_number_three .swiper-slide>div .content {
    height: calc(100% - 4rem);
}
.list_case_top .left,  .list_case_bot .list>.pr .left {
    width: 100%;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.list_case_top .left img,  .list_case_bot .list>.pr .left img {
    width: 100%;
}
.list_case_bot .list>.pr::before,  .list_case_bot .list>.pr::after {
    display: none;
}
.list_case_top .right {
    position: relative;
    bottom: 0;
    width: 100%;
}
.list_case_bot .list>.pr {
    width: 100%;
    float: none;
}
.list_case_bot .list .right {
    width: 100%;
    float: none;
    padding: 15px 0 0;
}
.list_case_bot .list {
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.list_case_top .right ul li::before {
    -webkit-clip-path: polygon(0% 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0, 100% 0, 100% 100%, 0% 100%);
}
.list_case_top .right ul li {
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
}
.list_case_top .right ul li:nth-child(1) {
    padding-top: 0;
}
.list_case_top .right ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
.list_case_top .right ul li::before {
    display: none;
}
.list_case_top .container>.clearfix::before,  .list_case_bot .list::before {
    display: none;
}
.list_case_top .left {
    display: none;
}
.list_case_top .right ul li:hover .text,  .list_case_top .right ul li.active .text,  .list_case_top .right ul li:hover .fenlei span,  .list_case_top .right ul li.active .fenlei span {
    color: #000;
}
.list_case_top .right ul li:hover .name,  .list_case_top .right ul li.active .name {
    color: #0f4290;
}
.list_case_bot .fenlei {
    margin-bottom: 0;
}
.list_case_top .right ul li:hover .fenlei span:nth-child(1),  .list_case_top .right ul li.active .fenlei span:nth-child(1) {
    border-color: #BEBEBE;
    color: #BEBEBE;
}
.list_case_top .right ul li:hover .fenlei span,  .list_case_top .right ul li.active .fenlei span,  .list_case_top .right ul li.active .text,  .list_case_top .right ul li:hover .fenlei span {
    color: #BEBEBE;
}
.show_case_ban {
    padding: 3.625rem 0 3.5rem;
}
.show_case_ban .top .right .name {
    font-size: 1.8rem;
    line-height: 2.4rem;
}
.show_case_ban .top .right>.flex .flex {
    justify-content: flex-start;
}
.list_about_two .swiper-container .swiper-slide:nth-child(odd) {
    padding-top: 0;
}
.list_about_two .pr .swiper-button-next,  .list_about_two .pr .swiper-button-prev {
    display: none;
}
.list_about_two .pr::before,  .list_about_two .swiper-slide::before {
    display: none !important;
}
.list_about_two .swiper-slide .flex .right {
    padding-left: 0;
    width: 100%;
}
.list_about_two .number {
    font-size: 2.25rem;
    margin-top: 15px;
}
.list_about_two .swiper-pagination {
    display: none;
    bottom: 0;
}
.list_about_two .swiper-container .swiper-wrapper {
    flex-direction: column-reverse;
}
.list_about_two .swiper-container {
    padding-bottom: 0;
}
.list_about_three .flex .right {
    font-size: 6.25rem;
}
.list_about_three .flex .right sub {
    font-size: 2.25rem;
}
.list_about_three .flex {
    padding: 3.375rem 3rem 3.125rem 2.75rem;
}
.list_about_three .flex .name {
    font-size: 24px;
    line-height: 34px;
}
.list_about_three .flex .text {
    font-size: 16px;
    line-height: 28px;
}
.list_about_four .flex {
    font-size: 22px;
}
.list_about .left {
    padding: 2.5rem 4.0625rem 2.5rem 1.875rem;
}
.list_about .right {
    font-size: 7.625rem;
}
.banner .banner4>img,  .banner .banner4 .img2 {
    display: none;
}
.banner0>img,  .banner0 .img2 {
    display: none;
}
.list_about_two .swiper-slide .flex .img {
    display: none;
}
.list_about_two .swiper-pagination {
    display: none;
}
.pttopheader {
    top: -60px;
}
.section03 .hover ul li .en_name {
    font-size: 12px;
}
.text {
    font-size: 14px;
}
.list_about_two .swiper-container .swiper-slide {
    height: auto;
}
.list_about_two .swiper-slide:nth-child(even) .flex {
    width: 100%;
    margin-left: 0;
}
.list_about_two .container {
    padding: 0 15px;
}
.list_about_two .swiper-container .swiper-slide:first-child {
    left: 0;
}
.list_about_two .swiper-container .swiper-slide:last-child {
    margin-left: 0;
}
.list_about_two .swiper-container .swiper-slide:nth-child(odd) .flex {
    padding-top: 0;
}
.list_about_three .col-md-4>div {
    padding: 25px;
}
.list_about_three .col-md-4>div .name {
    font-size: 22px;
    line-height: 34px;
    padding: 10px 0;
    margin-bottom: 10px;
}
.list_about_three .col-md-4>div .text {
    font-size: 1.125rem;
}
}

.dingyue {
    text-align: right;
}
.fenxiang {
    float: left;
    padding-left: 0px;
}
.bt-lxwm {
    background: #444444;
    max-width: 165px;
    float: right;
    height: 48px !important;
    line-height: 48px !important;
    padding: 0px 25px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.dingyue .name {
    font-size: 2.4rem
}

@media (max-width: 767px) {
.banner .hover .p1 {
    font-size: 24px;
    line-height: 30px;
}
.show_767 {
    display: block;
}
.list_numbererg_one .list_pro_list .list {
    padding: 3.125rem 0 0;
}
.list_numbererg_one .list_pro_list .col-md-6:nth-child(1) {
    margin-bottom: 20px;
}
.fenxiang li {
    width: 35%;
}
.banner .hover .p2 {
    font-size: 14px;
    line-height: 26px;
}
.list_numbererp_two .ico {
    width: 15%;
}
.list_numbererp_two .text {
    width: 85%;
}
.list_numbererp_two .col-md-4>div {
    height: 140px;
}
.banner .hover {
    top: 20px;
}
.banner .hover .p3 {
    line-height: 2.25rem;
    font-size: 1.125rem;
}
.banner .hover .p2 {
    margin: 5px 0 10px;
}
.banner .swiper-button-white {
    display: none;
}
.banner .swiper-pagination {
    top: auto;
    transform: translateY(0);
    padding-right: 3rem;
}
.section02 {
    padding-top: 25px;
}
.title,  .title_ny {
    font-size: 24px;
    margin-bottom: 8px;
    line-height: 34px;
}
.title span,  .title_ny span {
    line-height: 34px;
    padding-bottom: 10px;
}
.title span::before,  .title_ny span::before {
    width: 3.1875rem;
}
.list_pro .text {
    text-align: justify;
}
.mt40 {
    margin-top: 15px;
}
.subtitle {
    font-size: 16px;
    line-height: 26px;
}
.section02 .bot {
    margin-top: 15px;
}
.section02 .bot .swiper-pagination {
    bottom: 0;
}
.section02 .swiper-container {
    padding-bottom: 45px;
}
.section03 {
    padding: 20px 15px 25px;
}
.section03 .subtitle {
    text-align: center;
}
.section03 .title {
    text-align: center;
}
.section03 .title span::before {
    left: 50%;
    transform: translateX(-50%);
}
.section04 .more {
    margin-top: 10px;
}
.section04 .flex .left {
    width: 100%;
}
.section04 .top .container {
    padding-right: 15px;
}
.section04 .bot {
    margin-top: 15px;
    padding: 0 0 45px 0;
}
.section04 {
    padding-bottom: 0px;
}
.section05 {
    padding: 25px 0;
}
.section05 .flex {
    margin-top: 15px;
}
.section05 .right ul li::after {
    height: 4px;
    top: -2px;
}
.section06 {
    padding: 25px 0;
}
.section06 .right {
    width: 100%;
    margin-top: 25px;
    padding: 15px 0 0 0;
}
.section06 .right::before {
    border: 5px solid rgba(255, 255, 255, 0.2);
}
.section06 .left {
    padding-right: 0;
    width: 100%;
}
.section06 .left .text {
    margin: 15px 0;
}
.section06 .bot {
    padding: 30px 0;
    margin-top: 25px;
}
.section06 .bot ul li .num span {
    font-size: 34px;
    line-height: 40px;
}
.section06 .bot ul li .num sub {
    bottom: 1em;
}
.section06 .bot ul li .num sup {
    font-size: 12px;
    line-height: 1.2rem;
    top: -0.25rem;
}
.section06 .bot .col-6:nth-child(odd) {
    padding-right: 8px;
}
.section06 .bot .col-6:nth-child(even) {
    padding-left: 8px;
}
.section06 .bot .col-6:nth-child(1),  .section06 .bot .col-6:nth-child(2) {
    margin-bottom: 15px;
}
.section06 .bot ul li .text {
    font-size: 12px;
}
.mt30 {
    margin-top: 15px;
}
footer {
    padding-top: 0;
}
footer .top_en {
    font-size: 14px;
    letter-spacing: 0;
    display: none;
}
footer .bot_ul>li:nth-child(4) {
    padding-right: 0;
}
footer .bot_ul>li.active .name .iconfont {
    transform: rotate(180deg);
    transition: all .4s;
    -webkit-transform: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
}
footer .bot_ul>li:last-child {
    display: block !important;
}
footer .bot_ul>li:last-child .name {
    text-align: left;
}
footer .bot_ul>li {
    width: 100% !important;
    display: block;
    text-align: left;
}
footer .bot_ul>li:nth-child(1) .name,  footer .bot_ul>li:nth-child(2) .name {
    border-bottom: 1px solid rgba(198, 193, 193, 0.32);
}
footer .bot_ul>li .footer_name {
    display: none;
    margin-top: 10px;
}
footer .bot_ul>li .name {
    padding: 10px 0;
    margin-bottom: 0;
    font-size: 16px;
}
footer .bot_ul>li .name span {
    display: block;
    width: 80%;
    float: left;
}
footer .name .iconfont {
    display: block;
    display: inline-block;
    float: right;
    text-align: right;
    transition: all .4s;
    -webkit-transform: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    font-size: 14px;
}
footer .bot_ul {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 25px;
}
footer .top_en {
    padding-bottom: 15px;
    line-height: 24px;
}
.beian {
    font-size: 12px;
    line-height: 20px;
    color: rgba(58, 57, 57, 0.6);
}
.beian .clearfix {
    padding: 10px 0;
}
.nyban .p1 {
    font-size: 20px;
    line-height: 34px;
}
.nyban .p2 {
    font-size: 12px;
    line-height: 24px;
}
.pb60 {
    padding-bottom: 25px;
}
.pt90 {
    padding-top: 25px;
}
.p90120 {
    padding: 25px 0;
}
.list_pro .border {
    padding: 25px 10px;
    margin-top: 15px;
}
.mb50 {
    margin-bottom: 15px;
}
.list_pro_list .list .text {
    margin: 5px 0 10px;
}
.list_pro_list .list ul li {
    width: 50%;
}
.list_pro_list .list {
    padding: 20px 0;
}
.list_pro_list .list .right {
    margin-top: 15px;
}
.about_case {
    padding: 25px 0;
}
.about_case .content {
    padding: 15px;
}
.about_case .left {
    width: 100%;
    padding-right: 0;
    order: 2;
    margin-top: 0px;
}
.about_case .right {
    width: 100%;
    order: 1;
}
.about_case .clearfix {
    display: flex;
    flex-wrap: wrap;
}
.about_case .content {
    margin-top: 15px;
    border-radius: 0 20px 0 0;
}
.about_case .tags {
    border-radius: 0px 1.875rem 0px 0px;
    width: 8rem;
    line-height: 40px;
    font-size: 14px;
}
.about_case .left .name {
    margin-top: 15px;
    font-size: 18px;
}
.list_industry .flex {
    margin-top: 15px;
}
.list_industry .flex>div {
    padding: 0 15px;
    margin-bottom: 15px;
}
.list_industry .flex>div:last-child {
    margin-bottom: 0;
}
.mt60 {
    margin-top: 20px;
}
.pb80 {
    padding-bottom: 25px;
}
.list_industry_two2 .name,  .list_industry_two3 .name,  .list_industry_two4 .name,  .list_indusry_three4 .name,  .list_indusry_three5 .name,  .list_industry_two .name,  .list_industry .flex .hover .name,  .list_indusry_four .name_title,  .list_industry .swiper-slide .hover .name,  .list_industry_two1 .name,  .font26 {
    font-size: 16px;
}
.list_indusry_three5 .img ul li.pt70 {
    padding: 30px 0;
}
.list_indusry_three5 .img {
    padding: 50px 0;
}
.swiper_indeust_two .swiper-pagination {
    display: block;
}
.swiper_indeust_two>div {
    flex-wrap: inherit;
}
.swiper_indeust_two,  .swiper_industry_swiper,  .swiper_industry_swiper1 {
    padding-bottom: 45px;
}
.swiper_indeust_two .swiper-pagination,  .swiper_industry_swiper .swiper-pagination,  .swiper_industry_swiper1 .swiper-pagination {
    bottom: 0;
}
.list_industry_two .icon {
    width: 10.1875rem;
    height: 10.1875rem;
}
.list_industry_two .icon img {
    padding: 10px;
}
.swiper_industry_swiper .swiper-pagination,  .swiper_industry_swiper1 .swiper-pagination {
    display: block;
}
/*
.list_industry .swiper-slide {
    margin-bottom: 0;
}
*/	
.list_industry_two1 .flex>div {
    width: calc(100% - 1.375rem) !important;
}
.list_industry_two1 .flex>div:nth-child(odd) .right {
    margin-right: -10px;
    position: relative;
}
.list_industry_two1 .flex>div::before {
    right: 10px;
    width: 60px;
    height: 60px;
}
.list_industry_two1 .flex>div .right {
    width: 60px;
}
.list_industry_two1 .flex>div .right img {
    width: 30px;
    margin: 0 auto;
}
.list_industry_two1 .flex>div {
    height: 80px;
    margin-bottom: 15px;
}
.list_industry_two1 .flex>div:hover::before {
    width: calc(100% - 20px);
}
.list_industry_two1 .flex>div:nth-child(even)::before {
    left: 10px;
}
.list_industry_two1 .flex>div:nth-child(even) .right {
    position: relative;
    right: 10px;
}
.list_industry_two1 .flex>div .left {
    width: calc(100% - 60px);
}
.list_industry_two1 .flex>div {
    width: 100% !important;
}
.list_industry_two1 .flex>div:last-child {
    margin-bottom: 0;
}
.list_industry_two1 .flex {
    margin-bottom: 0;
}
.list_industry_two3 .flex {
    flex-wrap: wrap;
}
.list_industry_two3 .flex>div {
    flex: none;
    width: 100%;
    margin-bottom: 15px;
}
.list_industry_two3 .flex>div:last-child {
    margin-bottom: 0;
}
.list_indusry_three4 ul li {
    flex-wrap: wrap;
}
.list_indusry_three4 ul li>div {
    width: 100%;
}
.list_indusry_three4 ul li>div:nth-child(1) {
    order: 1 !important;
}
.list_indusry_three4 ul li>div:nth-child(2) {
    order: 2 !important;
}
.list_industry_two3 .name div {
    padding: 15px 0 25px;
    border-radius: 15px 15px 0 0;
}
.list_industry_two3 .name::after {
    border-radius: 15px 15px 0 0;
}
.list_industry_two3 .name div {
    line-height: 25px;
    width: calc(100% - 15px);
    margin-left: 15px;
}
.list_industry_two3 .name div::before {
    top: 15px;
}
.list_industry_two3 .name div::before {
    width: 30px;
    height: 25px;
}
.list_industry_two3 .name {
    padding-top: 1.25rem;
    margin-left: -12px;
}
.list_industry_two3 .name::after {
    left: 0;
}
.pb120 {
    padding-bottom: 25px;
}
.list_indusry_three4 ul li>div:nth-child(2) {
    padding: 15px 0;
}
.fenxiang li .img {
    top: -12rem;
    left: 62px;
}
.fenxiang li .img::before {
    left: 29px;
}
.fenxiang li:hover .img {
    top: -12rem;
}
/* .fenxiang li .img {
    display: none;
  } */

.fenxiang li:hover .img {
    display: block;
}
.list_industry_two4 .flex>div {
    width: 100%;
    margin-bottom: 15px;
}
.list_industry_two4 .flex>div:last-child {
    margin-bottom: 0;
}
.list_industry_two4 .icon1 {
    line-height: 7.125rem;
    width: 5.75rem;
    left: 15px;
}
.list_industry_two4 .icon1 img {
    height: 40px;
}
.list_industry_two4 .flex>div>div::before {
    height: 4.25rem;
}
.list_industry_two4 .icon1::before {
    right: -1.53rem;
    border-top: 0.75rem solid #D9D9D9;
    border-bottom: 0.75rem solid transparent;
    border-left: 0.75rem solid #D9D9D9;
    border-right: 0.75rem solid transparent;
}
.list_industry_two4 .flex>div {
    padding: 0;
}
.list_indusry_three5.indusry_three5_160 .img ul li {
    width: 100% !important;
}
.text20 {
    font-size: 14px;
    line-height: 26px;
}
.list_pro_list .list .more {
    margin: 15px 0 0;
}
.list_number_khsy .content .bgf {
    box-shadow: 0px 0.25rem 0.25rem rgba(0, 0, 0, 0.15);
    border-radius: 20px 20px 0px 0px;
}
.list_number_khsy .swiper-slide {
    padding-bottom: 4px;
}
.list_number_khsy .content::before {
    border-radius: 20px 20px 0px 0px;
}
.list_number_khsy .content {
    padding: 1.25rem 0 0 1.25rem;
}
.list_number_khsy .name::before {
    left: -1.85rem;
}
#formModel .input {
    width: 100%;
}
.list_pro_list_162 .list .text {
    margin-bottom: 0;
}
#formModel .modal-body {
    padding: 15px 15px;
}
#formModel .input {
    padding: 0 15px;
    margin-bottom: 15px;
}
#formModel .contact {
    margin: 0;
}
.mt35 {
    margin-top: 15px;
}
#formModel .text {
    padding: 0.625rem 0 15px;
}
.list_number_two .text,  .list_number_three .content .text {
    font-size: 14px;
    line-height: 26px;
}
.list_number_three .swiper-slide>div .content {
    padding: 20px 20px 30px;
}
.list_case_top,  .list_case_bot {
    padding-top: 25px;
    padding-bottom: 25px;
}
.list_case_top .container>.clearfix {
    padding-bottom: 0;
}
.list_case_bot .list .right .flex {
    flex-wrap: wrap;
}
.list_case_bot .list .right .flex>div:nth-child(2) {
    width: 100%;
    padding-top: 15px;
}
.list_case_bot .list .right .text.line4 {
    margin-top: 10px;
}
.show_case_ban .top {
    flex-wrap: wrap;
}
.show_case_ban .top .right {
    width: 100%;
    padding-left: 0;
}
.show_case_ban .top .right .name {
    font-size: 20px;
    line-height: 30px;
}
.show_case_ban .top .right .flex {
    flex-wrap: wrap;
}
.show_case_ban .top .right>.flex .flex {
    width: 100%;
    flex-wrap: nowrap;
    margin-top: 10px;
}
.show_case_ban .top .left {
    margin-bottom: 15px;
}
.show_case_ban .content {
    padding: 15px;
    margin-top: 15px;
    font-size: 14px;
    line-height: 26px;
}
.show_case_ban {
    padding: 25px 0;
}
.show_case .left .title {
    font-size: 20px;
    line-height: 30px;
}
.show_case .left {
    padding-right: 15px;
}
.show_case .left .flex {
    margin-left: -5px;
    margin-right: -5px;
}
.show_case .left .flex li {
    padding: 0 5px;
}
.show_case .left .flex li>div .num {
    font-size: 2rem;
}
.show_case .left .flex li>div .name {
    font-size: 16px;
}
.mt80 {
    margin-top: 15px;
}
.show_case .left .flex_value li .text {
    padding: 15px;
}
.show_case .right {
    padding-left: 15px;
    margin-top: 15px;
}
.show_case .left .shangxia {
    margin: 15px 0 0;
    padding-top: 15px;
}
.list_news_top .swiper-button-next,  .list_news_top .swiper-button-prev {
    display: none;
}
.list_news_top {
    padding: 25px 15px;
}
.list_news_top .pr {
    padding-bottom: 0;
}
.list_news_top .hover {
    right: 0;
    position: static;
    opacity: 1;
}
.list_news_top .swiper-slide .over::before {
    display: none;
}
.list_news_top .swiper-pagination {
    display: block;
}
.list_news_top .swiper-container {
    padding-bottom: 45px;
}
.list_news_bot .list .flex>div {
    width: 100%;
    text-align: left;
}
.list_news_bot .list .center {
    padding-right: 0;
    padding-left: 0;
}
.list_news_bot .list .center::before {
    display: none;
}
.list_news_bot .list .left>div {
    display: inline-block;
}
.list_news_bot .list .flex>div.right {
    display: none;
}
.list_news_bot .list {
    padding: 20px 0;
}
.list_news_bot .list .left {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 5px;
}
.list_news_bot .list .left .year {
    font-size: 20px;
}
.show_case_ban.show_news_ban {
    padding: 25px 0;
}
.list_join {
    padding: 25px 0;
}
.list_join .font24 {
    font-size: 14px;
    line-height: 26px;
    margin: 15px 0;
}
.list_join .number .counter {
    font-size: 3.875rem;
    line-height: 5.1875rem;
}
.list_join .number sub {
    bottom: 2em;
    font-size: 16px;
}
.list_join .text {
    font-size: 14px;
}
.list_join .number1>div:nth-child(1) {
    padding: 15px 7px 0;
}
.list_join .number1>div:nth-child(2) {
    padding: 15px 7px 0;
}
.list_join sup {
    left: -7px;
    top: 0rem;
}
.list_join .number1 sub {
    bottom: 1.5em;
    font-size: 16px;
}
.list_join .number1 {
    width: 100%;
}
.list_join .number1>div {
    width: 50%;
}
.list_join_two {
    padding: 25px 0;
}
.list_join_two .mt55 {
    margin-top: 25px;
}
.list_join_two .swiper-container {
    padding-bottom: 45px;
}
.list_join_two .swiper-pagination {
    display: block;
}
.list_join_three {
    padding: 25px 0 0;
}
.list_join_three .swiper-slide .row>div:last-child {
    margin-bottom: 0;
}
.list_join_three .swiper-pagination {
    bottom: 0;
}
.list_join_three .swiper-container {
    margin-top: 25px;
}
.list_join_three .swiper-slide .row>div {
    margin-bottom: 15px;
}
.list_join_four .mt50 {
    margin-top: 25px;
}
.list_join_four .list {
    margin-bottom: 15px;
}
.list_about .img {
    padding-right: 0;
    padding-bottom: 0;
}
.list_about .hover {
    position: static;
}
.list_about .name_name {
    font-size: 22px;
    line-height: 30px;
    margin: 15px 0;
}
.list_about_two .mt55 {
    margin-top: 25px;
}
.list_about_three .mt55 {
    margin-top: 25px;
}
.list_about_three .col-md-6:nth-child(1) {
    margin-bottom: 15px;
}
.list_about .left .name {
    font-size: 20px;
    line-height: 30px;
}
.list_about .left .text {
    font-size: 14px;
}
.list_about .left {
    padding: 15px 25px;
}
.list_about .right {
    font-size: 6rem;
    letter-spacing: 2px;
}
.list_about_three .flex {
    padding: 25px 15px;
}
.list_about_three .flex .right {
    font-size: 4.25rem;
    width: 40%;
    letter-spacing: 0;
    text-align: right;
    padding-right: 25px;
}
.list_about_three .flex .left {
    width: 60%;
}
.list_about_three .flex .name {
    font-size: 22px;
    line-height: 30px;
}
.list_about_three .flex .text {
    padding-top: 10px;
    margin-top: 10px;
}
.list_about_four .flex {
    font-size: 16px;
    margin: 15px 0;
}
.list_about_four .flex li::before {
    width: 1px;
    height: 1.25rem;
}
.list_contact .mt55,  .list_contact_two .mt55 {
    margin-top: 25px;
}
.list_contact_two .content {
    padding: 25px 15px;
}
.list_contact_two .col-md-3 {
    margin-bottom: 15px;
}
.list_contact_two button {
    margin-top: 15px;
}
.srmgyxt>div {
    margin-bottom: 15px !important;
}
.srmgyxt>div:last-child {
    margin-bottom: 0;
}
.srmgyxt>div>div {
    padding: 15px;
}
.list_pro .squera>div {
    padding: 20px;
}
.mt90 {
    margin-top: 15px;
}
.list_numberoa_two .bot .left,  .list_numberoa_three .bot .left {
    padding: 0 15px 0 0;
}
.mt55,  .mt100 {
    margin-top: 15px;
}
.list_numberoa_two .bot .container {
    padding-left: 15px;
}
.list_numberoa_two .bot .right,  .list_numberoa_three .bot .right {
    padding-left: 15px;
}
.list_numberoa_two .more,  .list_numberoa_three .more {
    margin-top: 0;
}
.list_numberoa_two .bot ul li .top,  .list_numberoa_three .bot ul li .top {
    font-size: 15px;
}
.list_numberoa_two .bot ul li:nth-child(1) .top,  .list_numberoa_three .bot ul li:nth-child(1) .top {
    padding-top: 0;
}
.list_numberoa_three .list_numberoa_three_img .img3 {
    top: -3.25rem;
}
.list_numberoa_three .list_numberoa_three_img .img2 {
    top: 1.1875rem;
    right: 0.25rem;
}
.list_numberoa_four ul {
    padding: 15px 0;
}
.list_numberoa_four ul li>div {
    padding: 0;
}
.list_numberoa_four ul li .img::before,  .list_numberoa_four ul::before {
    display: none;
}
.list_numberoa_four .sum {
    padding: 15px;
}
.list_numberoa_four .sum .name {
    margin-top: 15px;
}
.list_numberoa_four .sum .text {
    margin: 15px 0;
}
.list_numberoa_five .left,  .list_numberoa_five .right {
    width: 100%;
}
.list_numberoa_five .flex {
    flex-wrap: wrap;
}
.list_numberoa_five .left ul li {
    line-height: 50px;
    padding-left: 20px;
    color: #787777;
}
.list_numberoa_five .right {
    padding: 15px 20px;
}
.list_numberoa_four .sum .name,  .list_numberoa_five .right .name {
    font-size: 22px;
    line-height: 32px;
}
.list_numberoa_five .right .text,  .list_numberoa_six .right .sum .text {
    margin: 15px 0;
}
.list_numberoa_six .right ul li {
    text-align: center;
    line-height: 20px;
}
.list_numberoa_six .right {
    padding-left: 15px;
}
.list_numberoa_six>img {
    width: 13rem;
}
.list_numberoa_two .bot .right,  .list_numberoa_three .bot .right {
    margin-top: 15px;
}
.list_numberoa_three .bot .left {
    padding-left: 15px;
}
.list_numberoa_three .right {
    order: 2;
}
.list_about_four .name {
    line-height: 20px;
    padding: 10px 0;
}
.list_about_four .col-6:nth-child(odd),  .list_honor .col-6:nth-child(odd) {
    padding-right: 7px;
}
.list_about_four .col-6:nth-child(even),  .list_honor .col-6:nth-child(even) {
    padding-left: 7px;
}
.list_contact .right {
    margin-top: 20px;
}
#dituContent {
    height: 360px !important;
}
.list_about_three .col-md-4 {
    margin-bottom: 15px;
}
.list_about_three .col-md-4:last-child {
    margin-bottom: 0;
}
.list_about_three .col-md-4>div {
    padding: 15px 15px 20px;
}
.list_about_three .col-md-4>div .icon img {
    height: 40px;
}
.list_about_three .col-md-4>div .text {
    font-size: 14px;
}
.list_about_three .col-md-4>div .name {
    font-size: 20px;
    line-height: 30px;
}
.list_about_four .swiper-pagination {
    bottom: 0;
}
.list_about_four .swiper-container {
    padding-bottom: 35px;
}
.nyban .padding {
    height: 14rem;
}
.pt60 {
    padding-top: 25px;
}
.beian a {
    color: rgba(58, 57, 57, 0.6);
}
.section03 .hover ul {
    align-items: flex-end;
    width: 100%;
    margin: 25px auto;
    padding: 0px;
}
.section03 .hover ul li {
    float: left;
    border-radius: 50%;
    margin: 10px 5px 50px;
    width: calc(20% - 10px);
    height: 0;
    border: 1px solid #e7e7e7;
    box-sizing: border-box;
    position: relative;
    aspect-ratio: 1;
}
.section03 .hover ul li .bt {
    margin-top: -20%;
}
.section03 .container {
    margin-bottom: 20px;
}
.section03 .container .title {
    text-align: center;
    text-indent: 8px;
}
.section03 .container .more {
    margin-top: 0px;
    margin-left: 10px;
}
.section03 .hover {
    display: none;
}
.section03 .bg .sum ul li {
    padding-left: 1rem;
    padding-right: 1rem;
}
.section04 .container {
    padding: 0px;
}
.section04 .swiper-slide {
    width: 100%;
    padding: 20px 15px;
    margin: auto;
}
.section04 .swiper-slide .bg .right {
    width: 100%
}
.section04 .swiper-slide .bg {
    display: inherit;
}
.product-left {
    width: 100%;
}
.product-left .prod-item {
    width: 33.33%;
    float: left;
    padding-bottom: 15px;
}
.product-left .prod-item .icn {
    float: left;
    margin: auto;
    display: block;
    width: 100%;
    height: 55px;
}
.product-left .prod-item .icn img {
    max-width: 45px;
    display: block;
    margin: auto;
    margin-top: 10px;
}
.biaoto {
    margin-top: 5px !important;
    height: inherit !important;
	width: 100% !important;
}
.biaoto span {
    display: none !important;
}
.biaoto span.divs {
    display: block !important;
    font-size: 16px !important;
	width: 100%;
    text-align: center;
}
.product-left {
    height: inherit;
    padding-bottom: 10px;
}
.product-main {
    width: 100%
}
.container.pd-top-80 {
    padding-top: 60px;
}
.gallery-slider .thumb {
    margin: 20px 25px;
}
.section06 .right::before {
    display: none;
}
.section06 .container {
    padding: 0px !important;
}
.tab-menu {
    display: inline-flex;
    padding-left: 0px;
    width: 100%;
}
.tab-menu li {
    padding: 15px 10px;
    font-size: 14px;
    margin: auto;
    width: 100%;
    margin: 0px 5px;
}
.section05 .right {
    width: calc(100% - 0px);
    border-left: 0px solid #BCBCBC;
    padding-left: 0px;
    margin-left: 0px;
}
.section05 .right ul li:last-child::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: calc(100% - 1.875rem);
    height: 1px;
    background: #BCBCBC;
    display: none;
}
footer .container {
    max-width: 100%;
    padding: 30px 15px 0px
}
footer .container .flex {
    padding: 0px;
}
.photos-group .photos-top .item {
    float: left;
    width: 100%;
    margin-right: 0%;
    position: relative;
    overflow: hidden;
    box-shadow: 0 5px 20px rgb(0 0 0 / 10%);
    border: 1px solid #fff;
    margin-bottom: 15px;
}
.photos-group .photos-top .item .tit {
    display: block;
    text-align: left;
    animation: fadeinT 1s ease-out backwards;
    position: absolute;
    left: 3%;
    bottom: 10px;
    width: 94%;
    background: rgba(255,255,255,0.9);
    padding: 10px 0;
    overflow: hidden;
}
.section07 .join_us .container {
    display: inherit;
	padding: 0px;
}
.section07 .join_us .title{
	width: 100%;	
	text-align: center;
}
.section07 .join_us .title img{
	display: none;
}
.section07 .join_us .subtitle{
	width: 100%;	
	margin-top: 30px;
	margin-bottom: 30px;
	line-height: 1.4
}
.section07 .join_us .youche{
	width: 100%;	
}
.bt-lxwm {
	margin-top: 0px;	
}
}

.section04 .bg .container img{
	box-shadow: 0 5px 20px rgb(0 0 0 / 10%);
    border: 1px solid #fff;
	border-radius: 30px;
}

.biaotis{
	display: block;
    line-height: 54px;
    background: #fff;
    margin: 40px auto 0px;
    max-width: 200px;
    border-radius: 3.125rem;
    text-align: center;
}

header .center .nav>li.tel>a::before{
	display: none;
}

.section06 .left .text::after{
	
}

.section06 .left .text::before{
	
}

.section03 .hover ul li.active::before{
    content: "";
    position: absolute;
    bottom: -30px;
    right: 0;
    left: 0;
    margin: auto;
	width: 29px;
	height: 19px;
    background: url(../image/icn-16.png) center center no-repeat;
}


.list_about_four .swiper-wrapper{
	width: 95%;	
}

.list_about_four .swiper-wrapper .swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 19%;
    margin-right: 1.25%;
    height: 100%;
    float: left;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.list_about_four .swiper-wrapper .swiper-slide:nth-child(5){
	margin-right: 0px;
}

@media (max-width: 990px) {
  .swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 49%;
    margin-right: 2%;
    height: 100%;
    float: left;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
  }
  .swiper-slide:nth-child(2n){
	margin-right: 0px !important;
  }
  .list_news .pr {
    margin-bottom: 1rem;
   }
   .section04 .bg .container img {
      box-shadow: 0 5px 20px rgb(0 0 0 / 10%);
      border: 1px solid #fff;
      margin-top: 50px;
   }
   .section04 .bg .container .more img{
       display:none;
   }
   .section04 .container .sum {
       margin-top: 0px;
   }
   .product-main{
       width: 100%;
   }
   .product-left{
       width: 100%;
       height: inherit !important;
       margin-bottom: 20px;
   }
   .biaotis{
       display: none;
   }
   .product-left .prod-item{
       width: 33.33%;
       float: left;
   }
   .biaoto span{
       display: none !important;
   }
   .biaoto span.divs{
       display: block !important;
   }
   .icn {
       margin-top: 10px !important;
    }
   .container.pd-top-80{
       padding-top: 80px;
   }
}

@media (max-width: 767px) {
  .swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    margin-right: 0%;
    height: 100%;
    float: left;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
  }
  .list_news .pr {
    margin-bottom: 1rem;
   }
  .show_case .container{
	padding: 0px;	
  }
  .show_case .left .text {
    padding: 20px;
  }
  .list_about .container{
	padding: 0px;
  }
  .list_about .container .pr{
	width: 100%;
	padding: 0px;
  }
  .list_industry .container{
	width: 100%;
  }
}

/* case */
.case { position: relative; overflow: hidden; padding: 50px 0 0; background: #fff;}
.case .wrap-tit{text-align: center;}
.case-slide {  position:relative;display: block; margin: 32px auto 0; width: 100%;  height:527px;overflow: hidden;background: #1c1c1c;}
.case-slide .case-main { width: 100%; height: 527px; overflow: hidden; position: relative;}
.case-slide .case-main .bd { top: 0; left: 0;width: 100%;}
.case-slide .item { float: left; width: 16.666%; height: 527px; overflow: hidden; position: relative; transition:  all 1s;}
.case-slide .item > i { position: absolute; left: 0; top: 0;  z-index:2;width: 100%; height: 100%; background: rgba(0,0,0,0.6);}
.case-slide .item .case-show { display: block; position: absolute; left: 0; top: 50%; width: 100%; transform: translateY(-50%); z-index: 3; text-align: center;}
.case-slide .item .case-show span { display: inline-block; width: 71px; height: 71px; border-radius: 50%; background: #fff;}
.case-slide .item .case-show span img { width: 100%;}
.case-slide .item .case-show h2 { font-size: 22px; color: #fff; margin-top: 18px; font-weight: normal;}
.case-slide .item .case-show p { font-size: 14px; color: rgba(255,255,255,0.8); margin-top: 5px; display: block;}
.case-slide .item .case-show > i { display: inline-block; background: url("../image/case-next.png")no-repeat center; width: 32px; height: 11px; margin-top: 27px;}
.case-slide .item.cur { width: 33.333% !important;}
.case-slide .item.cur > i { background: #1553d2dd;}
.case-slide .item.cur .case-hide { display: block;}
.case-slide .item.cur .case-show { display: none;}
.case-slide .case-hide { position: relative; z-index: 4; display: none;}
.case-slide .case-hide .hide-tit { width: 80%;margin: auto;text-align: center;}
.case-slide .case-hide h2 { font-size: 26px; color: #fff; margin-top: 130px;}
.case-slide .case-hide span { display: block; font-size: 14px; color: rgba(255,255,255,0.5); padding: 10px 0 30px;}
.case-slide .case-hide p { font-size: 15px; color: #fff; line-height: 1.5;}
.case-slide .case-hide  img { position: absolute; right: 0; top: 0;background: url("../image/case-bf.png") no-repeat center; width: 229px; height: 527px; z-index: 3;}
.case-slide .case-hide .hide-tit > a  { margin-top: 45px; color: #000; display: inline-block; padding: 13px; background: #fff; font-size: 15px;}
.case-slide .case-hide .hide-tit > a i { display: inline-block; margin-right:5px;background: url("../image/case-btn.png") no-repeat center; width: 20px; height: 20px;vertical-align: middle;}
.y-left-btn { cursor:pointer; position: absolute; left: 10%; top: 50%; font-size: 34px; font-weight: bold; color: rgba(255,255,255,0.5)}
.y-right-btn {  cursor:pointer;position: absolute; right: 10%; top: 50%; font-size: 34px; font-weight: bold; color: rgba(255,255,255,0.5)}
.case-slide > span:hover { color: #00a077;}
@media (max-width: 1400px) {
    .case-slide .item { width: 16.666%;}
    .case-slide .item.cur { width: 510px;}
    .y-left-btn { left: 3%;}
    .y-right-btn { right: 3%;}
    .case-slide .case-hide img { width: 200px; height: 460px; margin-top: 67px; background-size: 100%;}
}
/* case end */