 @charset "utf-8";
/* CSS Document */
/* 字体引用 */
@font-face{
    font-family: 'Manrope-Regular';
    src: url(../font/Manrope-Regular.ttf);
    font-display: swap;
}
@font-face{
    font-family: 'Manrope-Light';
    src: url(../font/Manrope-Light.ttf);
    font-display: swap;
}
@font-face{
    font-family: 'Manrope-Bold';
    src: url(../font/Manrope-Bold.ttf);
    font-display: swap;
}
@font-face {
    font-family:'Rany-Regular';
    src: url(../font/Rany.ttf);
}
@font-face {
    font-family: "Mont-book";
	src:url(../font/mont-book.ttf);
}
body{
	padding:0;
	margin:0;
	font:16px/26px 'Manrope-Regular','PingFang SC', 'Microsoft Yahei', sans-serif;
	color:#333;
	background:#FFF;
	overflow-x:hidden;
}
* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
svg {
    width: 100%;
}
img {
    border: 0;
    vertical-align: middle;
    max-width: 100%;
}

li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight:normal;
    font-family: 'Manrope-Medium';
}

a:link,a:visited{color:#333;text-decoration: none;}
a:hover{color:#203864; text-decoration:none;}

input,
button {
    -webkit-appearance: none;
    border-radius: 0;
}

button {
    cursor: pointer;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

textarea {
    resize: none;
    overflow: auto;
}

input,
button,
textarea,
select {
    border: 0;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background: transparent;
}

select {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select::-ms-expand {
    display: none;
}

table {
    border-collapse: collapse;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.flex {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.mt2{margin-top:2rem;}
/*单行超出省略*/
.space-over {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*多行超出省略*/
.space-list-over {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.cover {
    position: relative;
    height: 0;
    overflow: hidden;
}

.cover img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.clearfix:before,.clearfix:after{
content:"";
display:table;
}
.clearfix::after{display:block;clear:both;content:""}
.clearfix:after{
clear:both;}
.clearfix{
*zoom:1;
}

.pd5{
	padding:5rem 0 7rem;
}
.pt6{
	padding-top:6rem;
}
.container {
    margin: 0 auto;
    width: 96%;
    max-width:1400px;
}
.w1440 {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

@media (max-width: 1440px) {
    .container {
        width: 90%;
    }
}
.pc_media{display:block;}
.wap_media{display:none;}

.Manrope-Light{
	font-family:'Manrope-Light';
}

.header_wrap{
	width:100%;
	background:rgba(255,255,255,1);
	position:fixed;
	top:0;
	left:0;
	z-index: 999;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.header_logo{
	width:35%;
	padding:0.625rem 0;
}
.logo_img img{
	max-width:120px;
	margin-right:0.75rem;
}
.logo_text{
	font-size:1.5rem;
	line-height:2.875rem;
}
.headernav{
	justify-content: space-between;
}
.header_nav_item{
	display:inline-block;
	text-align:right;
	margin-left:3rem;
}
.header_nav_link {
	display:inline-block;
    font-size:1.125rem;
    line-height:4.0625rem;
    color: #ffffff;
    position: relative;
    pointer-events: auto;
    -webkit-transition: all .8s cubic-bezier(.69, .27, .45, .99);
    transition: all .8s cubic-bezier(.69, .27, .45, .99);
}

.header_nav_link:after {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    width: 0;
    height: 0.1041666vw;
    background: #203864;
    -webkit-transition: all .8s cubic-bezier(.69, .27, .45, .99);
    transition: all .8s cubic-bezier(.69, .27, .45, .99);
}
.header_nav_link:hover:after {
    width: 100%;
}


/*首页产品*/
.index_products_wrap{
	position:relative;
	overflow:hidden;
	z-index:1;
	padding:6rem 0;
}
.index_products_bg{
    position: absolute;
    right:0;
    bottom: 0;
    width: 100%;
	z-index:-1;
	text-align:right;
	pointer-events: none;
}

.index_products_box{
	width:40%;
	text-align:left;
	z-index:2;
	margin-top:3.25rem;
}
.index_products_box .index_product_title{
	text-align:left;
	color:#FFF;
}
.index_products_box .index_product_title:after {
	margin:15px 0 30px;
}
.index_product_ad{
	font-size:2.125rem;
	color:#fff;
	margin-bottom:1.875rem;
}
.index_product_text{
	font-size:1.25rem;
	line-height:2.75rem;
	color:#fff;
	font-family:'Manrope-Light';
}
.index_pro_button .index_core_item_button {
    -webkit-justify-content: left;
    justify-content: left;
}
.index_pro_button .index_core_item_button a {
	margin:0 0;
}

.index_products_item2{
	width:55%;
	margin:0 0 0 5%;
}
.index_products_list{
	width:100%;
	margin:0 0 2rem 0;
}

.pro_s3 {
  position: relative;
}

.pro_s3 a {
  padding: 10px;
  border-radius: 1.56vw;
  background: rgba(255, 255, 255, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.pro_s3 a:hover {
  background: #203864;
}
.pro_s3 a:hover .imgbox {
  background: #fff;
}
.pro_s3 a:hover article {
  color: #fff;
}
.pro_s3 a:hover .tb {
  background: #fff;
  color: #203864;
}
.pro_s3 a .imgbox {
  width: 35%;
  border-radius:1.25vw;
  padding-bottom:20%;
}
.pro_s3 a .imgbox img {
  max-width: 100%;
  max-height: 100%;
}
.pro_s3 a .tb {
  width: 2.2vw;
  height: 2.2vw;
  background: #60ecbd;
  border-radius: 50%;
  font-size:30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  color: #fff;
  min-width: 30px;
  min-height: 30px;
  margin-right:1rem;
}
@media (max-width: 1680px) {
  .pro_s3 a .tb {
    font-size: 36px;
  }
}

.pro_s3 a article {
  width: calc(55% - 2.2vw);
  color: #000000;
  margin:1rem 0 2rem;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  text-align:left;
}
.pro_s3 a article h4 {
  font-size: 28px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 1680px) {
  .pro_s3 a article h4 {
    font-size: 32px;
  }
}
@media (max-width: 1440px) {
  .pro_s3 a article h4 {
    font-size: 28px;
  }
}
@media (max-width: 1280px) {
  .pro_s3 a article h4 {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .pro_s3 a article h4 {
    font-size: 20px;
  }
}
.pro_s3 a article p {
  font-size: 20px;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 1680px) {
  .pro_s3 a article p {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .pro_s3 a article p {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .pro_s3 a article p {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .pro_s3 a article p {
    font-size: 12px;
	margin-top:0;
  }
}

@media (max-width:1024px) {
  .pro_s3 .swiper-button-prev {
    left: -15px;
  }
  .pro_s3 .swiper-button-next {
    right: -10px;
  }
}
@media (max-width:768px) {
  .pro_s3 .swiper {
    overflow: visible;
  }
  .pro_s3 a {
    box-shadow: 0 0 10px 0 rgba(13, 99, 42, 0.31);
  }
  .pro_s3 a .imgbox {
  width: 30%;
  border-radius:1.25vw;
  padding-bottom:20%;
}
  .pro_s3 a article {
    width:70%;
  }
}

/*首页关于我们*/
.index_about_wrap{
	position:relative;
	overflow:hidden;
	background:#f5f5f5;
}
.index_about_bg{
    position: absolute;
	background:#f4f6fa;
    left: 0;
    bottom: 0;
    width: 100%;
	pointer-events: none;
	opacity:1;
	z-index:-1;
}
.index_about_box {
	z-index:100;
}


.index_public_center {
    text-align: center;
}
.index_public_cn,.index_product_title {
    font-size: 3rem;
    line-height: 4.065rem;
    font-family: 'Manrope-Bold';
	font-weight:bold;
	text-align:center;
    color: #203864;
	position:relative;
	padding-bottom:.5rem;
}
.index_public_cn:after,.index_product_title:after {
    content: "";
    width: 5rem;
    height: 4px;
    background: #60ecbd;
    display: block;
    margin:15px auto;
}

.index_about_text{
	width:80%;
	margin:0 auto 2rem;
	text-align:center;
	color:#666;
}

.index_about_btn_after {
    position: relative;
}
.network{
	padding-bottom:2rem;
}
.network li{width:20%;text-align: center;}
.network li h1{font-size:60px;line-height: 1;font-family:'Manrope-Regular';font-weight:bold;color:#224086;margin:45px 0 14px;min-height: 60px;}
.network li h1 b{font-size:36px;}
.network li p{font-size:16px;color: #333;line-height: 1; font-weight:bold;}

.index_core_item_big {
    position: relative;
}
.index_core_item_button {
    -webkit-justify-content: center;
    justify-content: center;
}

.index_core_item_button .index_core_item_text {
    color: #203864;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.index_core_item_button a:hover .index_core_item_text {
    color: #fff;
}


.index_core_item_icon {
    -webkit-align-items: center;
    align-items: center;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9;
    opacity: 0;
}

.index_core_item_line {
    height: 2px;
    position: relative;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.index_core_item_line:after {
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    background: #fff;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.index_core_item_label {
    position: relative;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.index_core_item_label:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%) rotate(-45deg) translateX(1px);
    transform: translateY(-50%) rotate(-45deg) translateX(1px);
    width: 100%;
    height: 2px;
    background: #fff;
    transform-origin: right center;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-border-radius: 1px 0 0 1px;
    border-radius: 1px 0 0 1px;
}

.index_core_item_label:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%) rotate(45deg) translateX(1px);
    transform: translateY(-50%) rotate(45deg) translateX(1px);
    width: 100%;
    height: 2px;
    background: #fff;
    transform-origin: right center;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-border-radius: 1px 0 0 1px;
    border-radius: 1px 0 0 1px;

}

.index_core_item_button a {
    margin: 0 auto;
    border: 1px solid #203864;
    background: #fff;
    color: #203864;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;

}

.index_core_item_button .index_news_click:hover, .index_core_item_button a:hover {
    background: #60ecbd;
    border-color: #60ecbd;
    color: #fff;
}

.pro512table .index_core_item_button .index_news_click,
.pro512table .index_core_item_button a {
    border: none;
}

.index_banner_swiper .index_core_item_button .index_news_click,
.index_banner_swiper .index_core_item_button a,
.index_core_wrap .index_core_item_button .index_news_click,
.index_core_wrap .index_core_item_button a {
    border-color: #60ecbd;
}

.index_core_item_button .index_news_click:hover .index_core_item_icon,
.index_core_item_button a:hover .index_core_item_icon {
    opacity: 1;
}

.index_core_item_button .index_news_click:hover .index_core_item_line:after,
.index_core_item_button a:hover .index_core_item_line:after {
    width: 100%;
    -webkit-transition-delay: 50ms;
    transition-delay: 50ms;
}

.index_core_item_button .index_news_click:hover .index_core_item_label,
.index_core_item_button a:hover .index_core_item_label {
    -webkit-transform: translateX(-36%);
    transform: translateX(-36%);
    -webkit-transition-delay: 100ms;
    transition-delay: 100ms;
}

.index_core_item_title {
    -webkit-justify-content: center;
    justify-content: center;
}

.index_core_item_title a {
    text-align: center;
    color: #6c6c6c;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.index_core_item_title a:hover {
    color: #0d8aff;
}


.index_vision_button .index_core_item_button {
    margin-top:2.85rem;
}
.index_core_item_button .index_news_click, .index_core_item_button a {
    padding: 0 1.5rem;
    -webkit-border-radius: 1.8rem;
    border-radius: 1.8rem;
}
.index_core_item_button a:hover .index_core_item_text {
   padding-right:35px;
}
.index_core_item_button .index_core_item_text {
    font-size: 1.125rem;
    line-height: 3.6rem;
	font-family:'Manrope-Regular';
}
.index_core_item_button {
        margin-top: 20px;
        margin-right: 22px;
    }

    .index_core_wrap .index_core_item_button {
        margin-top: 25px;
    }

    .index_core_item_button .index_core_item_text {
        font-size: 14px;
        line-height: 38px;
    }

    .index_core_item_button_none_margin {
        margin-right: 0;
    }

    .index_core_item_line {
        width: 10px;
    }

    .index_core_item_label {
        width: 10px;
        height: 10px;
    }
/*首页优势*/
.index_slide{
	position:relative;
	overflow:hidden;
	background:#f9f9f9;
}
.index_public_back {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
	z-index:-1;
}
.index_public_info{
	color: #282828;
    font-size: 2.125rem;
    line-height: 40px;
	text-align:center;
	margin-bottom:5rem;
}
.ScaleInfinite {
    -webkit-animation: ScaleInfinite 16s linear infinite normal both;
    animation: ScaleInfinite 16s linear infinite normal both;
}
@-webkit-keyframes ScaleInfinite {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes ScaleInfinite {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}


.index_slide_box .index_public_cn{
}
.index_slide_list{
	width:100%;
	margin-top:4.125rem;
}
.index_slide_item{
	width:20%;
	text-align:center;
}
.index_slide_item_icon {
    width: 105px;
    height: 105px;
    line-height: 105px;
    background: #203864;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #ffffff;
	cursor:pointer;
	position:relative;
	margin:0 auto;

}
.index_slide_item_icon:hover{
	background:#60ecbd;
	color:#FFF;
	-webkit-transition: all .6s ease;
    transition: all .6s ease;
}
.index_slide_item_icon .iconfont{
	font-size:3.125rem;
}
.index_slide_text{
	color:#666666;
	text-align:center;
	z-index:10000;
}
.index_slide_text h1{
	font-size:1.725rem;
	font-weight:600;
	color:#203864;
	margin:4rem 0 1rem;
	z-index:1;
}
.index_slide_text p{
	font-size:1.125rem;
	line-height:2.25rem;
	padding:0 1.25rem;
}

.pro_big_light_box {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
	z-index:-1;
}

.pro_big_light_box .pro_big_light_label {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webnkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: rgba(32, 56, 100, .4);
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.pro_big_light_box .pro_big_light_label:nth-child(1) {
    -webkit-animation: jing_scale 2.4s linear infinite normal both;
    animation: jing_scale 2.4s linear infinite normal both;
}

.pro_big_light_box .pro_big_light_label:nth-child(2) {
    -webkit-animation: jing_scale 2.4s .8s linear infinite normal both;
    animation: jing_scale 2.4s .8s linear infinite normal both;
}

.pro_big_light_box .pro_big_light_label:nth-child(3) {
    -webkit-animation: jing_scale 2.4s 1.6s linear infinite normal both;
    animation: jing_scale 2.4s 1.6s linear infinite normal both;
}

@-webkit-keyframes jing_scale {
    0% {
        width: 100%;
        height: 100%;
        opacity: 0;
    }
    20% {
        width: 120%;
        height: 120%;
        opacity: 0.6;
    }
    40% {
        width: 140%;
        height: 140%;
        opacity: 0.4;
    }
    60% {
        width: 160%;
        height: 160%;
        opacity: .2;
    }
    80% {
        width: 180%;
        height: 180%;
        opacity: 0;
    }
    100% {
        width: 100%;
        height: 100%;
        opacity: 0;
    }
}

@keyframes jing_scale {
    0% {
        width: 100%;
        height: 100%;
        opacity: 0;
    }
    20% {
        width: 120%;
        height: 120%;
        opacity: 0.6;
    }
    40% {
        width: 140%;
        height: 140%;
        opacity: 0.4;
    }
    60% {
        width: 160%;
        height: 160%;
        opacity: .2;
    }
    80% {
        width: 180%;
        height: 180%;
        opacity: 0;
    }
    100% {
        width: 100%;
        height: 100%;
        opacity: 0;
    }
}



/*--内页代码--*/
.public_banner_box{
	position:relative;
	margin-top:65px;
	overflow:hidden;
}
.public_banner_img {
    padding-bottom:35.625%;
}
.public_banner_img img {
	object-fit:cover;
    object-position:right bottom;
}
.public_banner_position{
	color:#999999;
	padding:0.875rem 0;
	border:#f0f0f0 1px solid;
}
.public_banner_position li{
	margin-right:0.65rem;
}
.public_banner_position .icon-shouye{
	font-size:1.125rem;
}
.public_banner_nav_jt {
    width:0.225rem;
    -webkit-align-items: center;
    align-items: center;
}
.public_banner_nav_jt svg {
    fill: #999999;
}
.public_banner_position li a{
	color:#999999;
}
.public_banner_head_box {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}
.public_banner_head_content{
	position:absolute;
	left:0;
	top:50%;
	width:100%;
	margin-top:-82px;
}

.public_banner_head_subtitle {
    font-size: 1.875rem;
    line-height: 2.25rem;
	font-weight: 500;
    color: #60ecbd;
}
.Mont-book {
    font-family: "Mont-book", "Microsoft YaHei", "Arial", "Helvetica", "sans-serif" !important;
}
.public_banner_head_title {
	display:inline-block;
    font-size: 5rem;
    line-height: 6.5rem;
    color: #ffffff;
    font-weight: bold;
    position: relative;
    padding: 1rem 2.725rem 0 0;
}
.public_banner_head_title:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 1.25rem;
    height: 1.25rem;
    background: #60ecbd;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.public_banner_head_nav {
    padding-bottom: 0.41666vw;
}

.public_banner_head_li {
    margin-right: 2.08333vw;
}

.public_banner_head_li:last-child {
    margin-right: 0;
}

.public_banner_head_li a {
	display:inline-block;
    font-size: 1.125rem;
    line-height: 3rem;
    color: #999999;
    position: relative;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.public_banner_head_li a:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0.15625vw;
    -webkit-border-radius: 1.5px;
    border-radius: 1.5px;
    background: #60ecbd;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.public_banner_head_active a {
    color: #203864;
    font-weight: bold;
}

.public_banner_head_active a:after {
    width: 1.041666vw;
}

.public_banner_head_default a {
    color: #999999;
    font-weight: normal;
}

.public_banner_head_default a:after {
    width: 0;
}

.public_banner_head_hover a {
    color: #ff621d;
    font-weight: bold;
}

.public_banner_head_hover a:after {
    width: 1.041666vw;
}

/*about*/
.about_page_wrap{
	position:relative;
	overflow:hidden;
	background:#f5f5f5;
}
.about_page_back{
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
}

.about_details_content{
	position:relative;
	width:100%;
	padding-bottom:6rem;
}
.about_details_pic{
	position:absolute;
	right:0;
	top:0;
	width:50%;
}
.about_details_content_text{
	width:42%;
}

.about_profile{
	padding:6.25rem 0 3rem;
}
.about_details_title {
    font-size:2.125rem;
    line-height: 2.08333vw;
    font-weight: bold;
    color: #203864;
    margin:1.225rem 0 1rem;
}

.about_details_text {
    margin-top: 1.82291666vw;
    
}

.about_details_text,
.about_details_text p {
    font-size:1.125rem;
    line-height:2.25rem;
    color: #333333;
	margin-bottom:1rem;
}


.about_profile_numbers{
	margin-top:10rem;
}
.network li h2{font-size:52px;line-height: 1;font-family:'Manrope-Regular';font-weight:bold;color:#224086;margin:45px 0 14px;min-height: 60px;}

.network li h2 b{font-size:30px;}


.public_btn_active .public_color_btn {
    -webkit-box-shadow: 0 0 3.125vw rgba(255, 98, 29, .5);
    box-shadow: 0 0 3.125vw rgba(255, 98, 29, .5);
}

.public_btn_active .public_color_btn:before {
    opacity: 1;
}

.public_btn_active .public_color_btn .public_color_icon {
    background: #fff;
}

.public_btn_active .public_color_btn .public_color_label svg {
    fill: #ff621d;
}

.public_btn_active .public_color_btn .public_color_label:nth-child(1) {
    left: 100%;
    opacity: 0;
}

.public_btn_active .public_color_btn .public_color_label:nth-child(2) {
    left: 0;
    opacity: 1;
}

.about_culture_wrap {
    position: relative;
}

.about_culture_back {
    position: relative;
    width: 100%;
    z-index: 1;
}

.about_culture_img {
    padding-bottom: 30.10%;
}

.about_culture_box {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    height: 100%;
    width: 100%;
}

.about_culture_item_box {
    width: 33.3333%;
    padding: 5.25rem 0 3.125rem 0;
    position: relative;
}

.about_culture_item_box:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, .2);
}

.about_culture_item_box:last-child:after {
    display: none;
}

.about_culture_item_box:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(32, 56, 100, .8);
    opacity: 0;
    -webkit-transition: all .8s cubic-bezier(.69, .27, .45, .99);
    transition: all .8s cubic-bezier(.69, .27, .45, .99);
}
.about_culture_item_box:hover:before,.about_culture_item_box:hover .about_culture_item_line {
	opacity:1;
}

.about_culture_item_content {
    padding: 0 2.08333vw;
    -webkit-align-content: space-between;
    align-content: space-between;
    z-index: 9;
    position: relative;
}

.about_culture_item_icon {
    font-size: 2.6041666vw;
    line-height: 2.86458333vw;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    opacity: 1;
    pointer-events: none;
    -webkit-transform: translateY(3vw);
    transform: translateY(3vw);
}
.about_culture_item_icon .iconfont{
	font-size: 3.6041666vw;
    line-height: 2.86458333vw;
}
.about_culture_item_line {
    width: 2.96875vw;
    height: 0.208333vw;
    margin: 1.5625vw auto 0;
    position: relative;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(3vw);
    transform: translateY(3vw);
}

.about_culture_item_line:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .5);
    -webkit-transition: all .8s cubic-bezier(.69, .27, .45, .99);
    transition: all .8s cubic-bezier(.69, .27, .45, .99);
}

.about_culture_item_title {
    font-size: 1.75vw;
    line-height: 1.7708333vw;
    margin-top: 2.6041666vw;
    text-align: center;
    color: #ffffff;
	font-weight: 500;
    opacity: 1;
    pointer-events: none;
    -webkit-transform: translateY(3vw);
    transform: translateY(3vw);
    -webkit-transition: all .8s cubic-bezier(.69, .27, .45, .99);
    transition: all .8s cubic-bezier(.69, .27, .45, .99);
}

.about_culture_item_text {
    font-size: 1.125rem;
    line-height: 2.125rem;
    overflow: auto;
    text-align: center;
    color: #ffffff;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(8vw);
    transform: translateY(8vw);
    -webkit-transition: all .8s cubic-bezier(.69, .27, .45, .99);
    transition: all .8s cubic-bezier(.69, .27, .45, .99);
}

.about_culture_item_box:hover .about_culture_item_text {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(5vw);
    transform: translateY(5vw);
}

.about_culture_item_head {
    width: 100%;
}

.about_culture_item_center {
    width: 100%;
    opacity: 1;
    pointer-events: none;
    -webkit-transform: translateY(3vw);
    transform: translateY(3vw);
}
.about_culture_item_box:hover .about_culture_item_center {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: all 1s cubic-bezier(.77, 0, .175, 1);
    transition: all 1s cubic-bezier(.77, 0, .175, 1);
    -webkit-transition-delay: 150ms;
    transition-delay: 150ms;
}


.about_culture_item_content:hover .about_culture_item_center {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    transform: none;
}

.about_culture_item_content:hover .about_culture_item_line:after {
    background: rgba(255, 255, 255, 1);
}

.about_culture_item_current .about_culture_item_label,
.about_culture_item_current .about_culture_item_number {
    color: rgba(255, 255, 255, 1);
}
/*荣誉证书*/
.about4 {
  padding:5rem 0;
  background: url(../images/j32.jpg) no-repeat center / cover;
  overflow: hidden;
}
@media (max-width:768px) {
  .about4 {
    padding: 40px 0;
  }
}
.about4_s {
  padding-bottom: 30px;
  margin-top: 1.82vw;
  position: relative;
}
.about4_s .swiper {
  overflow: hidden;
}
.about4_s .swiper-button-prev,
.about4_s .swiper-button-next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #e5e4e3;
  background: #f7f7f7;
  color: #000;
  margin-top: -60px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.about4_s .swiper-button-prev:hover,
.about4_s .swiper-button-next:hover {
  background: #203864;
  color: #fff;
  border-color: #203864;
}
.about4_s .swiper-button-prev:after,
.about4_s .swiper-button-next:after {
  font-size: 16px;
}
@media (max-width: 1680px) {
  .about4_s .swiper-button-prev:after,
  .about4_s .swiper-button-next:after {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .about4_s .swiper-button-prev:after,
  .about4_s .swiper-button-next:after {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .about4_s .swiper-button-prev:after,
  .about4_s .swiper-button-next:after {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .about4_s .swiper-button-prev:after,
  .about4_s .swiper-button-next:after {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .about4_s .swiper-button-prev:after,
  .about4_s .swiper-button-next:after {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .about4_s .swiper-button-prev:after,
  .about4_s .swiper-button-next:after {
    font-size: 14px;
  }
}
.about4_s .swiper-button-prev {
  left: -70px;
}
.about4_s .swiper-button-next {
  right: -70px;
}
.about4_s .swiper-pagination {
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #efefef;
}
.about4_s .swiper-pagination span.swiper-pagination-progressbar-fill {
  background: #203864;
}
.about4_s a:hover .imgbox:before {
  opacity: 1;
  z-index: 1;
}
.about4_s a .imgbox {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #ebebeb;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 360px;
  position: relative;
}
.about4_s a .imgbox img{
	height:100%;
}
.about4_s a .imgbox:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/fda.png) no-repeat center rgba(0, 0, 0, 0.15);
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.about4_s a p {
  font-size: 14px;
  color: #000;
  margin: 10px 0 5px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display:none;
}
@media (max-width: 1680px) {
  .about4_s a p {
    font-size: 12.25px;
  }
}
@media (max-width: 1440px) {
  .about4_s a p {
    font-size: 10.5px;
  }
}
@media (max-width: 1280px) {
  .about4_s a p {
    font-size: 9.33333333px;
  }
}
@media (max-width: 1024px) {
  .about4_s a p {
    font-size: 7.46666667px;
  }
}
@media (max-width: 1680px) {
  .about4_s a p {
    font-size: 14px;
  }
}
@media (max-width: 1280px) {
  .about4_s a p {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .about4_s a p {
    font-size: 13px;
  }
}
@media (max-width:1440px) {
  .about4_s .swiper-button-prev {
    left: -50px;
    width: 40px;
    height: 40px;
    margin-top: -50px;
  }
  .about4_s .swiper-button-next {
    right: -50px;
    width: 40px;
    height: 40px;
    margin-top: -50px;
  }
}
@media (max-width:1400px) {
  .about4_s a .imgbox {
    height: 240px;
    min-height: 120px;
  }
}
@media (max-width:1024px) {
  .about4_s .swiper-button-prev {
    left: -15px;
    width: 35px;
    height: 35px;
    margin-top: -45px;
  }
  .about4_s .swiper-button-next {
    right: -15px;
    width: 35px;
    height: 35px;
    margin-top: -45px;
  }
}
@media (max-width:768px) {
  .about4_s {
    padding-bottom: 20px;
    margin-top: 20px;
  }
  .about4_s a .imgbox {
    padding: 15px;
  }
}
/*合作伙伴*/
.index_partner{
	position:relative;
	overflow:hidden;
}
.index_partner_bg{
	position:absolute;
	left:0;
	top:0;
	width:100%;
}
.index_partner_item{
	position:relative;
}
.about_partner_list{
	margin-top:3rem;
}
.about_partner_list ul{
	flex-wrap:wrap;
}
.about_partner_list li{
	width:18%;
	background:#FFF;
	border:#cdcdcd 1px solid;
	margin:0 2% 2% 0;
}

.about_partner_list li:nth-child(5n){
	margin-right:0;
}
.about_partner_list li img{
	-webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.about_partner_list li:hover img {
    transform: scale(1.15);
    -moz-transform: scale(1.15);
    -webkit-transform: scale(1.15);
    zoom: 1.15 \9;
}

/*products*/
.products_advantage_wrap{
	position:relative;
	overflow:hidden;
}
.products_advantage_backbg{
	position:absolute;
	bottom:-20%;
	left:50%;
	width:600px;
	margin-left:-300px;
	-webkit-border-radius: 100%;
    border-radius: 100%;
}
.products_advantage_backbg img{
	padding:15px;
	border:rgba(96,236,189,.1) 15px solid;
	-webkit-border-radius: 100%;
    border-radius: 100%;
}
.solution_advantage_circle_max {
    width: 227%;
    height: 227%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    pointer-events: none;
}

.solution_advantage_circle_max svg {
    fill: none;
    stroke: #867779;
    stroke-width: 1px;
    stroke-dasharray: 4 6;
    fill-rule: evenodd;
    opacity: .22;
    display: block;
    -webkit-transform: none;
    transform: none;
}
.solution_advantage_circle_min {
    width: 127%;
    height: 127%;
    position: absolute;
    left:50%;
    top:50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    pointer-events: none;
}

.solution_advantage_circle_min svg {
    fill: none;
    stroke: #cccccc;
    stroke-width: 2px;
    stroke-dasharray: 8 8;
    opacity: .3;
    display: block;
	-webkit-transform: none;
    transform: none;
}

.products_advantage_box{
    width: 600px;
    height: 560px;
    position: relative;
	margin:0 auto;
}

.solution_advantage_details_box {
	position:relative;
    width: 100%;
    height: 100%;
}
.solution_advantage_details_li {
    position: absolute;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    cursor: pointer;
    opacity: 1;
}
.solution_advantage_details_li:nth-child(1) {
    left:-80%;
    top:20%;
    -webkit-transform: translateX(4vw);
    transform: translateX(4vw);
}

.solution_advantage_details_li:nth-child(2) {
    left: -116%;
    top: 70%;
    -webkit-transform: translateX(4vw);
    transform: translateX(4vw);
}

.solution_advantage_details_li:nth-child(3) {
    left: 80%;
    top: 20%;
    -webkit-transform: translateX(-4vw) rotateY(180deg);
    transform: translateX(-4vw) rotateY(180deg);
}

.solution_advantage_details_li:nth-child(4) {
    left: 116%;
    top: 70%;
    -webkit-transform: translateX(-4vw) rotateY(180deg);
    transform: translateX(-4vw) rotateY(180deg);
}
.solution_advantage_details_li:nth-child(3) .solution_advantage_details_title,
.solution_advantage_details_li:nth-child(3) .solution_advantage_details_text,
.solution_advantage_details_li:nth-child(3) .solution_advantage_details_icon .iconfont,
.solution_advantage_details_li:nth-child(4) .solution_advantage_details_title,
.solution_advantage_details_li:nth-child(4) .solution_advantage_details_text,
.solution_advantage_details_li:nth-child(4) .solution_advantage_details_icon .iconfont {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    text-align: left;
}

.solution_advantage_details_li:hover .solution_advantage_details_title{
	color:#203864;
	-webkit-transition: all .6s ease;
    transition: all .6s ease;
}
.solution_advantage_details_li:hover .solution_advantage_details_icon span{
	background:#203864;
	color:#FFF;
	-webkit-transition: all .6s ease;
    transition: all .6s ease;
}
.solution_advantage_details_icon {
    width: 6.875vw;
    height: 6.875vw;
	background:#f2f2f2;
	text-align:center;
	flex-wrap:column;
	justify-content:center;
	border-radius:50%;
	border:#e5e5e5 1px dashed;
    position: relative;
	padding:0.875vw;
}
.solution_advantage_details_icon span{
	display:flex;
	width:100%;
	height:100%;
	background:#FFF;
	justify-content:center;
	border-radius:50%;
}
.solution_advantage_details_icon .iconfont{
	font-size:52px;
	line-height:5.125vw;
	color:#203864;
}
.solution_advantage_details_read {
    width: calc(100% - 6.875vw);
    padding-right: 1.041666vw;
}

.solution_advantage_details_title {
    font-size: 1.3541666vw;
    line-height: 1.875vw;
    font-weight: bold;
    color: #222222;
    text-align: right;
}

.solution_advantage_details_text {
    font-size: 0.9375vw;
    line-height: 1.5625vw;
    color: #444444;
    text-align: right;
    margin-top: 0.78125vw;
}

.solution_advantage_details_text p {
    text-align: right;
}

.pro_page_box{
	width:100%;
	position:relative;
	overflow:hidden;
}
.pro_page_box_bg{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	z-index:-1;
}
.pro_page_box_bg img{
	width:100%;
}

.pro_page_box:nth-child(2n) .products_list {
	padding:4rem 0 6rem;
	position:relative;
	z-index:10;
	justify-content:flex-start;
}
.pro_page_box:nth-child(2n+1) .products_list {
	padding:4rem 0 6rem;
	position:relative;
	z-index:10;
	justify-content:flex-end;
}
.products_list_content{
	width:50%;
	padding:3.725rem 0 0 5%;
	color:#666666;
}
.products_list_content h1{
	font-size:2.5rem;
	font-weight:bold;
	color:#203864;
	position:relative;
	text-align:left;
}
.products_list_content h1:after{
	content: "";
    width: 80px;
    height: 4px;
    background: #60ecbd;
    display:block;
    margin:20px 0;
}
.products_item_text ul{
	display:flex;
	flex-wrap:wrap;
}
.products_item_text ul li{
	width:100%;
	line-height:2.25rem;
}

.products_list_content .products_list_title{
	font-size:1.725rem;
	color:#282828;
	margin:1.25rem 0 2.5rem 0;
}
.products_list_content .index_core_item_button {
    margin-top: 2rem;
}
.pro_page_box:nth-child(2n) .products_list .products_list_pic{
	width:50%;
	position:absolute;
	right:0;
}
.pro_page_box:nth-child(2n+1) .products_list .products_list_pic{
	width:50%;
	position:absolute;
	left:0;
}
.products_list_pic img {
    transition: all .7s;
    -moz-transition: all .7s;
    -webkit-transition: all .7s;
}

.products_list_pic:hover img{
	transform: scale(1.15);
    -moz-transform: scale(1.15);
    -webkit-transform: scale(1.15);
    zoom: 1.15 \9;
}
.products_list_pic:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    pointer-events: none;
    opacity: 1;
}

.products_download{
	width:90%;
	padding-bottom:0;
	margin:2rem auto 0;
}
.products_download_title{
	font-size:24px;
	font-weight:500;
	margin:2rem 0 0;
}

.download_resources a{
    display:inline-block;
    margin:0 auto;
    width:100%;
    box-sizing: border-box;
	
}
.download_res:hover {
	background:#203864;
	color:#ffffff;
    transition: .3s all ease-in-out;
    box-shadow: 0 14px 29px 0 rgba(12,12,12,0.08);
}



.download_res .pdf02 {
    display: block;
}
.download_res .pdf01 {
    display: none;
}

.download_res i {
    display: block;
    width: 0;
    position: absolute;
    left: 0%;
    bottom: 0;
    height: 3px;
    background-color:#203864;
    transition: .3s all ease-in-out;
}

/*.download_res:hover i {
    width: 100%;
    transition: .3s all ease-in-out;
}*/

.download_res {
    margin-right: 25px;
    background-color: #203864;
	color:#ffffff;
    width: 100%;
    
    cursor: pointer;
    position: relative;
    padding: 20px 40px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
	border-radius:10px;
}

.download_content_text h2 {
	text-align: center;
    margin-bottom: 2.725rem;
}

/*产品详情页开始*/
.pro_details_wrap {
    position: relative;
}
.pro_details_back {
    position: absolute;
    left: 0;
    top: 4.065rem;
    width: 100%;
    height: 150%;
	z-index:-1;
}

.pro_details_content_box{
	justify-content:space-between;
	z-index:9;
}
.pro_details_big {
    width: 56.25%;
}

.pro_details_pic {
    width: 43.75%;
    padding-right: 2.86458333vw;
    pointer-events: none;
}
.pro_details_read {
    padding: 1rem 0 0 0;
}
.pro_details_title {
    font-size: 2.5vw;
    line-height: 3.0208333vw;
    color: #020202;
    pointer-events: none;
    -webkit-transform: translateY(5vw);
    transform: translateY(5vw);
}

.pro_details_text {
    margin-top: 2.08333vw;
    pointer-events: none;
    -webkit-transform: translateY(5vw);
    transform: translateY(5vw);
}

.pro_details_text,
.pro_details_text p {
    font-size: 0.8333vw;
    line-height: 1.875vw;
    color: #333333;
}

.pro_details_button {
    margin-top: 4.1666vw;
    -webkit-transform: translateY(5vw);
    transform: translateY(5vw);
	z-index:10000;
}

.pro_details_button a {
    font-size: 1.125rem;
    background: #60ecbd;
    -webkit-border-radius: 1.458333vw;
    border-radius: 1.458333vw;
    color: #fff;
    padding: 1rem 2.5vw;
    -webkit-box-shadow: 0 0 1.5625vw rgba(96, 236, 189, .5);
    box-shadow: 0 0 1.5625vw rgba(96, 236, 189, .5);
}



.pro_package_wrap {
	margin-top:5rem;
    position: relative;
    z-index: 9;
    overflow: hidden;
}

.pro_package_box {
    padding: 3.38541666vw;
    background: #fff;
}
.pro_package_content {
    margin-bottom:1.5rem;
    padding-bottom:1.5rem;
    position: relative;
}
.pro_package_content:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #e3e3e3;
}
.pro_package_content:last-child:after {
    display: none;
}

.pro_package_title {
    font-size: 1.3541666vw;
    line-height: 1.875vw;
    color: #020202;
}
.pro_package_text {
    margin-top: 1.5625vw;
}

.pro_package_text,
.pro_package_text p {
    font-size: 1rem;
    line-height: 2.125rem;
    color: #444444;
}

.product_features_wrap{
	padding:5rem 0;
	background:#eceff4;
	}
.product_features_content{
	margin:3rem 0 0;
}
.product_features_item{
    display: inline-block;
    width:calc(20% - 20px);
	background:#FFF;
    position: relative;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* overflow: hidden; */
    -webkit-perspective: 1000;
	padding:50px 30px;
	margin-right:25px;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
}
.product_features_item:last-child{
	margin-right:0;
}
.product_features_item:hover {
	color:#FFF;
    background: #203864;
    transition: all .6s;
    -webkit-transition: all .6s;
}
.product_features_item_icon{
	color:#203864;
}
.product_features_item_icon .iconfont{
	font-size:3.25rem;
}

.product_features_item_title{
	font-size:1.5rem;
	font-weight:bold;
	margin:1.5rem 0 .5rem;
}
.product_features_item_content{
	font-size:1rem;
	color:#666;
}
.product_features_item:hover .iconfont,.product_features_item:hover .product_features_item_content{
	color:#FFF;
	transition: all .6s;
    -webkit-transition: all .6s;
}
.pro6 {
  position: relative;
}
.pro6 h2 {
  position: absolute;
  top: 3.25rem;
  z-index: 2;
  color: #fff;
  left: 50%;
  transform: translateX(-50%);
}
.pro_h2 .white{
	color:#FFF;
}
.pro6 .pro6_s {
  overflow: hidden;
  width: 100%;
}
.pro6 .pro6_s .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height:95vh;
}
.pro6 .pro6_s img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pro6 .pro6_s2 {
  position: absolute;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  height: 5.21vw;
  background: rgba(0, 0, 0, 0.2);
  z-index: 2;
  min-height: 60px;
}
.pro6 .pro6_s2 .swiper-wrapper {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.pro6 .pro6_s2 .swiper-slide {
  width: auto;
  margin: 0 1.72vw;
}
.pro6 .pro6_s2 .swiper-slide.swiper-slide-active a {
  color: #fff;
}
.pro6 .pro6_s2 .swiper-slide.swiper-slide-active a:before {
  width: 100%;
  left: 0;
}
.pro6 .pro6_s2 a {
  font-size: 18px;
  color: #dbdbdb;
  font-weight: 600;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 22px;
  position: relative;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1680px) {
  .pro6 .pro6_s2 a {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .pro6 .pro6_s2 a {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .pro6 .pro6_s2 a {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .pro6 .pro6_s2 a {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .pro6 .pro6_s2 a {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .pro6 .pro6_s2 a {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .pro6 .pro6_s2 a {
    font-size: 14px;
  }
}
.pro6 .pro6_s2 a:before {
  content: '';
  width: 0%;
  height: 2px;
  position: absolute;
  top: 0;
  left: 50%;
  background: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width:768px) {
  .pro6 {
    padding: 40px 0 20px;
  }
  .pro6 h2 {
    position: relative;
    top: 0;
    color: #203864;
    margin-bottom: 20px;
  }
  .pro_h2 .white{
	color:#203864;
}
  .pro6 .pro6_s .swiper-slide {
    height: 60vh;
  }
  .pro6 .pro6_s2 {
    position: relative;
    bottom: auto;
    min-height: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.6);
  }
  .pro6 .pro6_s2 a {
    padding: 0 15px;
  }
}
/*tech*/
.tech_page_head {
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.tech_page_tips_wrap {
    width: 49%;
}

.tech_page_tips_title {
    font-size: 1.725rem;
    line-height: 2.5rem;
    color: #60ecbd;
	font-weight:600;
}

.tech_page_tips_text {
    margin-top: 0.78125vw;
}

.tech_page_tips_text,
.tech_page_tips_text p {
    font-size: 0.9375vw;
    line-height: 1.7708333vw;
    color: #333333;
}

.tech_page_wrap {
    padding: 7.291666vw 0 0 0;
	background:#f3f3f3;
}

.tech_page_tab {
    margin-top: 7.8125vw;
    padding-bottom: 5.208333vw;
}

.tech_page_item_box {
    width: 33.3333%;
    padding: 0 4.6875vw 0 2.6041666vw;
}

.tech_page_item_box:first-child {
    padding: 0 4.6875vw 0 0;
}
.tech_page_item_box:last-child{
	padding:0 0 0 2.6041666vw;
}
.tech_page_item_icon {
    width: 3.48958333vw;
    height: 3.48958333vw;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.tech_page_item_icon img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
}

.tech_page_item_read {
    margin-top: 2.34375vw;
}

.tech_page_item_title {
    font-size: 1.25vw;
    line-height: 1.7708333vw;
    color: #000202;
}

.tech_page_item_text {
    margin-top: 1.041666vw;
}

.tech_page_item_text,
.tech_page_item_text p {
    font-size: 0.78125vw;
    line-height: 1.458333vw;
    color: #444444;
}

.tech_page_pic {
    position: relative;
    padding: 6.5rem 0 8rem;
}

.tech_page_img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.tech_big_title{
    font-size: 2.725rem;
    line-height: 3.5rem;
    color: #fff;
}

.tech_big_text {
    font-size: 1.125rem;
    line-height: 1.85rem;
	letter-spacing:1px;
    color: #fff;
    margin-top:1rem;
}

.tech_page_big {
    position: relative;
    padding:0;
    z-index: 1;
}
.service_content_wrap{
	padding:5rem 0;
}
.service_content_text{
	text-align:center;
}
.service_content_text h2{
	margin-bottom:.725rem;
}

.service_contactus{
	margin-top:3.8rem;
}
.service_contactus_list{width:48%;background:#f5f8ff;padding:2.375rem;margin:0 4% 0 0;}
.service_contactus_list:nth-child(2n){margin-right:0;}
.service_contactus_list .icon-xunqiuhezuo,.service_contactus_list .icon-shangwuhezuo{
	font-size:4.5rem;
	line-height:4.5rem;
	color:#224086;
	}
.service_contactus_list:hover{
	background:#203864;
	color:#FFF;
	-webkit-transition: all .6s ease;
    transition: all .6s ease;
}
.service_contactus_list:hover .icon-xunqiuhezuo,.service_contactus_list:hover .icon-shangwuhezuo,.service_contactus_list:hover .service_contactus_text,.service_contactus_list:hover .service_contactus_text h3,.service_contactus_list:hover .service_contactus_content .icon-kehulianxiren,.service_contactus_list:hover .service_contactus_content .icon-dianhua,.service_contactus_list:hover .service_contactus_content .icon-youxiang,.service_contactus_list:hover .service_contactus_content h3{
	color:#FFF;
}
.service_contactus_text{
	display:inline-block;
	width:100%;
	color:#666666;
	margin-top:1rem;
	}
.service_contactus_text h3{
	color:#203864;
	font-weight:bold;
	margin-bottom:.25rem;
}
.service_contactus_content{
	border-top:#d8d8d8 1px solid;
	line-height:30px;
	margin-top:1rem;
	padding-top:1rem;
}
.service_contactus_content h3{
	font-size:1.125rem;
	color:#333333;
	margin-bottom:.25rem;
	}
.service_contactus_content h4{
	font-weight:bold;
	margin-bottom:.5rem;
}
.service_contactus_content .icon-kehulianxiren,.service_contactus_content .icon-dianhua,.service_contactus_content .icon-youxiang{
	font-size:1.5rem;
	color:#203864;
	margin-right:.5rem;
}

.index_advantage_tab {
    margin-top: 6rem;
}
.index_advantage_item {
    width:22%;
    margin:0 4% 0 0;
    opacity:1 ;
}
.index_advantage_item:last-child{
	margin-right:0;
}
.index_advantage_item:nth-child(5n+2) {
    -webkit-animation-delay: 50ms;
    animation-delay: 50ms;
}

.index_advantage_item:nth-child(5n+3) {
    -webkit-animation-delay: 100ms;
    animation-delay: 100ms;
}

.index_advantage_item:nth-child(5n+4) {
    -webkit-animation-delay: 150ms;
    animation-delay: 150ms;
}

.index_advantage_item:nth-child(5n) {
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}

.index_advantage_big {
    border: 1px solid rgba(255, 255, 255, .3);
    box-sizing: border-box;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
	padding: 60px 0;
}

.index_advantage_item:hover .index_advantage_big {
    -webkit-transform: scale(1.2153846);
    transform: scale(1.2153846);
    background: #203864;
    border: 1px solid #203864;
}
.index_advantage_big .index_advantage_icon{
    font-size:85px;
	line-height:90px;
}
.index_advantage_icon {
    text-align: center;
    color: #fff;
}

.index_advantage_tit {
	font-size: 30px;
    line-height: 48px;
    margin-top: 50px;
    color: #fff;
    text-align: center;
}

.index_advantage_label {
    text-align: center;
    color: #fff;
}

.download_wrap{
	padding:5rem 0;
	background:#f5f5f5;
}
.download_nav_list{
	width:100%;
	flex-direction:column;
	text-align:center;
	justify-content:center;
}
.download_nav_list .download_resources{
	text-align:center;
}

.feedback_wrap{
	position:relative;
}
.feedback_img{
	width:45%;
	padding-bottom:43.65%;
}
.feedback{
	width:55%;
	padding:4rem 17rem 4rem 3rem;
}
.feedback p{width:100%; text-align:center;font-weight:bold;font-size:1.125rem;}
.feedback_list{padding:3rem 0 0;}
.feedback_nav{margin-bottom:1rem; display:flex;}
.feedback_nav .feedback_title{display:inline-block;width:100px; text-align:right;}
.feedback_nav input,.feedback_nav textarea{display:inline-block;width:80%;line-height:2.125rem;border:#eeeeee 1px solid; padding-left:1rem;}
.feedback_btn{width:100%;text-align:center;margin-top:1.5rem;}

/*news*/
.news_content{
	padding:5rem 0 6rem;
}
.index_news_item_box {
    padding-bottom: 4.1666vw;
    margin-bottom: 4.1666vw;
    position: relative;
}

.index_news_item_box:last-child {
    margin-bottom: 0;
}

.index_news_item_box:after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #dedede;
}

.index_news_item_box:before {
    content: "";
    width: 0;
    height: 0.1041666vw;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #60ecbd;
    z-index: 2;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.index_news_item_box:hover .index_news_item_img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.index_news_item_box:hover:before {
    width: 100%;
    left: 0;
}

.index_news_item_box:hover .index_news_item_title a {
    color: #203864;
}

.index_news_item_box:hover .public_color_btn {
    -webkit-box-shadow: 0 0 3.125vw rgba(96, 236, 189, .5);
    box-shadow: 0 0 3.125vw rgba(96, 236, 189, .5);
}

.index_news_item_box:hover .public_color_btn:before {
    opacity: 1;
}

.index_news_item_box:hover .public_color_btn .public_color_icon {
    background: #fff;
}

.index_news_item_box:hover .public_color_btn .public_color_label svg {
    fill: #60ecbd;
}

.index_news_item_box:hover .public_color_btn .public_color_label:nth-child(1) {
    left: 100%;
    opacity: 0;
}

.index_news_item_box:hover .public_color_btn .public_color_label:nth-child(2) {
    left: 0;
    opacity: 1;
}
.index_news_wrap {
    padding: 6.25vw 0;
}

.index_news_head {
    -webkit-justify-content: space-between;
    justify-content: space-between;      -webkit-align-items: center;
    align-items: center;
}

.index_news_item_pic {
    width: 24.7777%;
}

.index_news_item_content {
    width: 75.2223%;
    -webkit-align-items: center;
    align-items: center;
}

.index_news_item_pic a {
    display: block;
}

.index_news_item_img {
	padding-bottom: 75%;
}

.index_news_item_img img {
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.index_news_item_title a {
    font-size: 1.5625vw;
    line-height: 2.08333vw;
    color: #222222;
    font-weight: bold;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.index_news_item_text {
    margin-top: 2.08333vw;
    height: 5.3125vw;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.index_news_item_text,
.index_news_item_text p {
    font-size: 0.9375vw;
    line-height: 1.7708333vw;
    color: #333333;
}

.index_news_item_day {
    font-size: 2.3958333vw;
    line-height: 2.3958333vw;
    color: #b0b0b0;
    text-align: center;
}

.index_news_item_year {
    font-size: 0.7291666vw;
    line-height: 0.7291666vw;
    color: #b0b0b0;
    text-align: center;
}

.index_news_item_head {
    width: 100%;
}

.index_news_item_time {
    width: 100%;
    margin-top: 0.5208333vw;
}

.index_news_item_big {
    width: calc(100% - 3.0208333vw);
    padding: 0 11.75vw 0 3.125vw;
    -webkit-align-content: space-between;
    align-content: space-between;
    z-index: 7;
}


.public_color_btn {
    width: 3.0208333vw;
    height: 3.0208333vw;
    position: relative;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    cursor: pointer;
    outline: none;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.public_color_btn:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #bfbfbf;
    box-sizing: border-box;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.public_color_btn:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #60ecbd;
    opacity: 0;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    z-index: 2;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.public_color_icon {
    position: relative;
    z-index: 3;
    width: 0.8333vw;
    height: 0.8333vw;
    background: #bfbfbf;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.public_color_label {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.public_color_label svg {
    width: 0.208333vw;
    height: 100%;
    fill: #fff;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.public_color_label:nth-child(2) {
    left: -100%;
    opacity: 0;
}

.news_details_content, .news_details_content p {
    font-size: 1rem;
    line-height: 1.85rem;
    color: #333333;
}
.newsview_title{
	font-size: 1.5rem;
    line-height: 2.25rem;
    color: #222222;
    font-weight: bold;
	text-align:center;
}
.newsview_title_tips{
	color:#666666;
	border-top:#ececec 1px solid;
	text-align:center;
	margin:1.5rem 0;
	padding-top:.5rem;
}
/*contact*/
.contact_page_wrap{
	padding:5rem 0;
}
.contact_detail_item{
	width:25%;
	padding:0 4rem;
	position:relative;
}
.contact_detail_item:first-child {
	padding:0 4rem 0 0;
}
.contact_detail_item:last-child{
	padding:0 0 0 4rem;
}
.contact_detail_item:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    border-right: 1px solid #e2e2e2;
    box-sizing: border-box;
}
.contact_detail_item:last-child:after {
    display: none;
}
.contact_detai_item_way .iconfont{
	font-size:1.825rem;
	color:#203864;
	font-weight:bold;
}
.contact_detai_item_tips{
	font-size:1rem;
	color:#999999;
	margin:0.725rem 0;
}
.contact_detai_item_text{
	font-size:1.125rem;
}
.contact_map{
	margin-top:3rem;
}
/*底部*/
.footer_wrap{
	width:100%;
	background:#f5f5f5;
	padding:7rem 0 0;
}


.footer_box{
	margin-bottom:6rem;
}
.footer_box .b_logo{
	font-family:'Manrope-Bold';
}
.footer_box .b_logo img{
	margin-right:.725rem;
	}
.footer_box .b_logo a{
	font-size:24px;
	color:#333333;
}

.footer_content{
	width:38%;
}
.footer_address_box{
	margin-top:30px;
}
.footer_address_item {
    -webkit-align-items: center;
    align-items: center;
	flex-direction:row;
	justify-content:flex-start;
	margin-bottom:1.5rem;
}
.footer_address_icon {
	width:30px;
    color: #60ecbd;
    font-size: 24px;
	line-height:20px;
	font-family: 'Manrope-Bold';
	align-items: flex-start; 
}
.footer_address_text {
	width: calc(100% - 30px);
    font-size: 16px;
	line-height:20px;
}
.footer_address_text a{
	color:#333333;
	}

.footer_nav{
	width:57%;
	margin-left:5%;
	justify-content: space-between;
}
.footer_nav_list h1{
	font-size:18px;
	font-weight:600;
	margin-bottom:2rem;
}
.footer_nav_list ul li{
	margin-bottom:1.125rem;
}
.copyright{
	background:#203864;
	color:#FFF;
	padding:1.25rem 0;
	text-align:center;
}

.copyright a{
	color:#FFF;
}