/**/

        
@font-face {
  font-family: 'Roboto Regular';
  src: url('fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}



@font-face {
  font-family: 'Roboto Medium';
  src: url('fonts/Roboto-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

* {
margin: 0;
padding: 0;
}

address,b,big,blockquote,body,center,cite,code,dd,del,div,dl,dt,em,fieldset,font,form,h3,h4,h5,h6,html,i,iframe,img,input,ins,label,legend,li,ol,p,pre,small,span,strong,td,th,u,ul,var{margin:0;padding:0}
aside,b,button,dd,div,dl,dt,footer,form,h3,h4,h5,h6,header,input,li,nav,ol,p,section,table,td,textarea,tr,ul{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}

body {
font-size: 14px;
/* font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif; */
font-family: 'Roboto Regular';

color: #333;
padding: 0px;
margin: 0px;
}

button:foucs {
border: none !important;
outline: none !important;
}

button::-moz-focus-inner {
border-color: transparent;
}

input[type=number] {
-moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}

ul,
ol {
list-style: none;
padding: 0;
margin: 0;
}

i {
font-style: normal;
}

a {
color: #333;
}

a:hover {
text-decoration: none;
color: #fff;
}

img {

vertical-align: middle
}

input {
outline: none;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
button,
select {
-webkit-appearance: none;
outline: none;
}

textarea {
-webkit-appearance: none;
outline: none
}

.clear {
clear: both;
height: 0px;
overflow: hidden;
}

.clearfix:after {
content: ".";
display: block;
height: 0;
visibility: hidden;
clear: both;
}

.clearfix {
/*兼容 IE*/
zoom: 1;
}

.fl {
float: left;
}

.fr {
float: right;
}

/*t图片样式*/
.center-block {
display: block;
margin-right: auto;
margin-left: auto
}

img {
border: 0px;
vertical-align: middle;
}

.img-responsive {
display: block;
height: auto;
max-width: 100%
}

.avatar {
display: block;
overflow: hidden;
width: 100%;
}

/*文字超出隐藏*/
.dot {
display: block;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}

.dot2 {
text-overflow: -o-ellipsis-lastline;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}

/*--------------------------------------------------------------
# 头部Header
--------------------------------------------------------------*/
/* 顶部导航 */

.top {
background: #1270B7;
transition: all .3s;
height: 40px;
line-height: 40px;
font-size: 14px;
color: #fff;
}

.top .box {
padding-left: 2.6%;
display: flex;
justify-content: space-between;
align-items: center;
}

.top .dt {
float: left;
padding-left: 25px;
}

.top .get {

font-size: 14px;
color: #fff;
height: 40px;
padding: 0 50px;
}

.top .get:hover {
text-decoration: underline;
}

.header_right {
display: flex;
align-items: center;
}

.header_right a {
color: #fff;
text-align: center;
display: block;

line-height: 24px;
margin-left: 10px;

border-radius: 5px;
}

.header_right a:hover {
background: #1270B7;
}

#header.header-scrolled {
position: fixed;
top: 0;
right: 0;
left: 0;
z-index: 996;
height: 50px;
background: #1270B7;
transition: all 0.3s ;
border-bottom: none;

}

.headDiv {
width: 100%;
z-index:997;
width: 100%;
border-bottom: 1px solid #EAEAEA;
background: #fff;
box-shadow: none;
position: fixed;
top: 0;
left: 0;
transition: all 0.3s ease;
}

.headDiv:hover {
background: #fff;
box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}

.headDiv .top_menu {
height: 90px;
position: relative;
display: flex;
align-items: center;
justify-content: space-between;
padding: 0 20px;
}

.headDiv .logo {
height: 90px;
display: flex;
align-items: center;
}

.headDiv .logo img {
height: 50px;
}

.headDiv .logo .logo1 {
display: block;
}

.headDiv .logo .logo2 {
display: none;
}

.nav {
height: auto;
}

.nav>ul {
display: flex;
list-style: none;
width: 100%;
}

.nav li {
position: relative;
margin-right: 60px;
}

.nav li.active a {
color: #E60008;

}

.nav ul li a {
display: flex;
align-items: center;
height: 90px;
text-transform: uppercase;
padding: 0;
text-align: center;
font-size: 16px;
color: #222;
font-weight: 500;
text-decoration: none;
transition: all 0.3s ease;
position: relative;
}

.nav ul li a:hover {
color: #E60008;
}

.nav ul li a:hover i {
color: #fff;
}

.nav li #line {
width: 0px;
height: 2px;
background-color: #E60008;
margin: 0 auto;
position: absolute;
top: 70px;
left: 0px;
right: 0px;
transition: width 0.3s linear;
}

/* 箭头按钮样式 */
.arrow-btn {
display: inline-flex;
margin-left: 8px;

cursor: pointer;
transition: transform 0.3s;
z-index: 2;
}

.arrow-btn i {
font-size: 12px;
color: #666;
transition: transform 0.3s ease;

}

/* 多级菜单通用样式 */
.submenu {
display: none;
background-color: #1270B7;
z-index: 9999;

position: absolute;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
min-width: 200px;
border-radius: 0 0 5px 5px;
overflow: visible;
transition: all 0.3s ease;
opacity: 0;

transform: translateY(10px);
}
.submenusj{ width: 150%;}
.nav ul li ul li {
width: 100%;
display: block;

}

.nav ul li ul li:last-child {
border-bottom: none;
}

.nav ul li ul li a {
display: flex;
align-items: center;
justify-content: space-between;
font-size: 14px;
color: #fff;
line-height: 20px;
padding: 5px 10px;
margin: 0;

text-align: left;
width: 100%;
}
.nav ul li ul li .arrow-btn i{ color: #fff;}
.nav li.active  ul li a { color: #fff; height: auto;}
.nav ul li ul li a:hover {
background: #E60008;
color: #fff;
}

.nav li:hover .arrow-btn i {
color: #E60008 ;
}
.nav li:hover ul li .arrow-btn i {
color: #fff ;
transform: rotate(-90deg);
}
.nav li.active a i{  color: #E60008 ; }
.header-scrolled .nav li:hover .arrow-btn i {
color: #E60008 ;
}
#header.header-scrolled .nav ul li:hover ul li .arrow-btn i{ color: #fff;}
#header.header-scrolled .nav li:hover .arrow-btn i{  color: #E60008 ;}
/* 三级菜单 */
.third-level {
top: 0;
left: 100%;

}

/* 四级菜单 */
.fourth-level {
top: 0;
left: 100%;
border-top: 3px solid #1270B7;
}


/* 汉堡菜单按钮 */
.hamburger {
display: none;
cursor: pointer;
background: #1270B7;
border-radius: 5px;
padding: 6px;
z-index: 10000;

transition: all 0.3s;
}

.hamburger:hover {
background: #E60008;
}

.hamburger div {
width: 25px;
height: 3px;
background: white;
margin: 4px 0;
transition: all 0.3s ease;
}

/* 移动端菜单激活状态 */
.toggle .line1 {
transform: rotate(-45deg) translate(-5px, 6px);
}

.toggle .line2 {
opacity: 0;
}

.toggle .line3 {
transform: rotate(45deg) translate(-5px, -6px);
}

/* 桌面端悬停效果  */
@media (min-width: 990px) {

.nav a:hover,
.nav li:hover>a {

color: #E60008 !important;

}

.nav li:hover #line,
.nav li.active #line {
width: 100%;
}

.nav ul li ul li a:hover {
color: #fff !important;
}

.nav li:hover>.submenu {
display: block;
opacity: 1;
transform: translateY(0);
}

.nav li .submenu li:hover>.submenu {
display: block;
opacity: 1;
transform: translateX(0);
}
}

#header.header-scrolled .nav ul li a {
color: #fff;
}

#header.header-scrolled .nav li.active a {
color: #fff;

}

#header.header-scrolled .logo2 {
display: block;
}

#header.header-scrolled .logo1 {
display: none;
}
#header.header-scrolled.headDiv .logo { height: 50px;}
#header.header-scrolled.headDiv .head_right{ height: 50px;}
#header.header-scrolled.headDiv .logo img{ height: 40px;}
#header.header-scrolled.headDiv .top_menu{height: 50px;}
#header.header-scrolled.headDiv .nav ul li a{  height: 50px;}
#header.header-scrolled.headDiv .nav li #line { top:40px; }
#header.header-scrolled.headDiv .nav ul li ul li a { height:auto;
}
.searchWrap {
width: 100%;
height: 100%;
padding-top: 20px;
background: #1270B7;
box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.2);
position: absolute;
top: 100%;
left: 0;
z-index: 999;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
display: none;
}

.searchWrap .searchCont {
display: flex;
align-items: stretch;
justify-content: center;
}

.searchWrap .searchCont input,
.searchWrap .searchCont button {
border: 0;
}

.searchWrap .search {
width: 70%;
padding: 10px 15px;
box-sizing: border-box;
background: #f1f1f1;
color: black;
min-height: 36px;
}

.searchWrap .search.focusOn+label,
.searchWrap .search:focus+label {
display: none;
}

.searchWrap .search.focusOn,
.searchWrap .search:focus {
background: #F3F3F3;
}

.searchWrap .searchBtn {
padding: 10px;
background: #E60008;
color: #fff;
font-weight: 800;
outline: none;
font-family: Arial, 'Microsoft YaHei', SimSun, Sans-serif;
transition: 0.4s all ease;
-moz-transition: 0.4s all ease;
-webkit-transition: 0.4s all ease;
-o-transition: 0.4s all ease;
-ms-transition: 0.4s all ease;
}

.searchWrap .searchBtn:hover {
color: #fff;
}

.searchWrap i {
position: absolute;
top: 7px;
left: 20px;
color: #1270B7;
font-size: 16px;
}

.searchWrap i:before {
content: "\e618";
font-family: icomoon, Arial, Helvetica, 'Microsoft YaHei', SimSun, Sans-serif;
}

.seaBtn {
width: 40px;
height: 30px;
display: inline-block;
line-height: 30px;
text-align: center;
color: #fff;
font-size: 17px;
vertical-align: middle;
cursor: pointer;
margin-left: 10px;
margin-top: 3px;
}

.seaBtn {
background: url(../images/sousuo1.png) center no-repeat;
}

#header.header-scrolled .seaBtn {
background: url(../images/sousuo.png) center no-repeat;
}

.seaBtn.selected {
background: url(../images/close1.png) center no-repeat;
}

#header.header-scrolled .seaBtn.selected {
background: url(../images/close.png) center no-repeat;
}

#header.header-scrolled .nav ul li a:hover {
color: #E60008;
}

#header.header-scrolled .nav ul li.active a {
color: #E60008;
}
#header.header-scrolled .nav ul li.active li a { color: #fff;}
#header.header-scrolled .nav ul li ul li a:hover {
color: #fff;
}

#header.header-scrolled .arrow-btn i {
color: #fff;
}
#header.header-scrolled li.active .arrow-btn i { color:#E60008;}
#header.header-scrolled .top {
display: none;
}

#header.header-scrolled .change-language .change-language-title,
#header.header-scrolled .change-language .change-language-title a {
color: #fff;
font-size: 16px;
font-weight:500;
}

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

/* 语言 */
.head_right {
position: relative;
margin-left: 25px;
height: 90px;
display: flex;
align-items: center;
justify-content: center;
}

.prisna-wp-translate-seo {
display: none;
font-family: Arial, Helvetica, sans-serif
}

.change-language .prisna-wp-translate-seo,
.mobile-head-language .prisna-wp-translate-seo {
display: block
}

.change-language .change-language-title,
.change-language .change-language-title a {
font-size: 16px;
color: #333;
display: flex;
font-weight: 500;
align-items: center;
}

.change-language .change-language-title {
padding: 0
}

.change-language .change-language-title a:after {
font-family: fontawesome;
content: "\f0d7";
font-size: 12px;
display: inline-block;
padding-left: 2px
}

.change-language:hover .change-language-title a:after {
-moz-transform: rotate(-180deg);
-webkit-transform: rotate(-180deg);
-ms-transform: rotate(-180deg);
-o-transform: rotate(-180deg);
transform: rotate(-180deg)
}

.change-language .change-language-cont {
position: absolute;
top: 100%;
right: -20px;
width: 120px;
background: #fff;
padding: 20px 10px 20px 20px;
transform: scale3d(.9, .9, 1);
opacity: 0;
visibility: hidden;
z-index: 999;
-moz-transition: all .4s ease-in-out;
-webkit-transition: all .4s ease-in-out;
-ms-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
border: 1px solid #eee;
border-radius: 5px;
overflow-y: scroll;
max-height: 80vh
}

.change-language:hover .change-language-cont {
transform: scale3d(1, 1, 1);
opacity: 1;
visibility: visible
}

.change-language .change-language-cont .lang-item-hide {
display: none !important
}

.change-language .change-language-cont .lang-more {
position: relative;
display: block;
text-align: center;
cursor: pointer;
line-height: 30px
}

.change-language .change-language-cont .more-active {
font-size: 20px
}

.language-flag span {
position: relative;
display: inline-block;
vertical-align: top;
white-space: nowrap;
overflow: hidden
}

.change-language ::-webkit-scrollbar {
width: 5px
}

.change-language ::-webkit-scrollbar-track {
background-color: #fff
}

.change-language ::-webkit-scrollbar-thumb {
background-color: rgba(0, 0, 0, .3);
border-radius: 3px
}

.change-language .language-cont:hover::-webkit-scrollbar-thumb {
display: block
}

.country-flag {
position: relative;
display: inline-block;
vertical-align: middle;
margin-right: 8px;
}

.country-flag img {
width: 24px;
height: 18px;
object-fit: cover;
border-radius: 2px;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
transition: transform 0.2s ease;
}

.language-flag .country-flag img {
width: 24px;
height: 18px;
object-fit: cover;
border-radius: 2px;
}

li.language-flag a:hover .country-flag img {
transform: scale(1.05);
}

.change-language .change-language-cont {
right: -15px;
width: 200px;
padding: 15px;
}

.change-language .change-language-cont li {
width: 100%;
margin: 0 2% 10px;
padding: 5px;
border-radius: 4px;
transition: background 0.2s ease;
}

.change-language .change-language-cont li:hover {
background: #f8f8f8;
}

.change-language .change-language-cont li a {
display: flex;
}

.change-language .change-language-cont li a:hover span {
color: #09f;
}

.mobile-head-item .main-content-wrap .content-wrap a:hover span {
color: #09f;
}

/* 视频容器样式 */
#video-container {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100vh;
z-index: 100;
background: #fff;
transition: opacity 1.5s ease-in-out;
}
/* 
#intro-video {
width: 100%;
height: 100%;
object-fit: cover;
} */
#video-backup {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:url(../images/banner_video.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
}

#intro-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 2;
}
.video-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.4);
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
color: #e6f1ff;
text-align: center;
padding: 20px;
z-index: 3;
}

.video-overlay h1 {
font-size: 3.5rem;
margin-bottom: 20px;
text-shadow: 0 0 15px rgba(100, 255, 218, 0.5);
animation: fadeIn 1.5s ease forwards;
opacity: 0;
}

.video-overlay p {
font-size: 1.5rem;
max-width: 700px;
margin-bottom: 30px;
animation: fadeIn 2s ease forwards;
opacity: 0;
animation-delay: 0.5s;
}

.progress-container {
position: absolute;
bottom: 50px;
width: 80%;
max-width: 600px;
height: 4px;
background: rgba(204, 214, 246, 0.2);
border-radius: 2px;
}

.progress-bar {
height: 100%;
width: 0%;
background: #64ffda;
border-radius: 2px;
transition: width 0.1s linear;
}

/*首页banner图*/
#banner {
position: relative;
position: relative;
width: 100%;
height: 100vh;
overflow: hidden;
opacity: 0;
transition: opacity 1s ease-in;
}

#banner .swiper {
width: 100%;
height: 100%;
position: relative;
}

#banner .swiper-slide {
position: relative;
background-size: cover !important;
background-position: center;
display: flex;
align-items: center;
justify-content: center;
}

#banner .swiper-slide img {
width: 100%;
position: relative;
}

#banner .swiper-slide .scalePic {
display: block;
width: 100%;
transform: scale(1.1);
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transition-property: all;
transition-duration: 1.5s;
transition-timing-function: ease;
transition-delay: .2s;
}

#banner .swiper-slide-active .scalePic {
transform: scale(1);
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
}

#banner .swiper-button {
position: absolute;
top: 50%;
transform: translateY(-50%);
text-align: center;
color: #fff;
background: rgba(0, 0, 0, 0.3);
border-radius: 50%;
cursor: pointer;
overflow: hidden;
z-index: 999;
width: 60px;
font-size: 20px;
line-height: 60px;
height: 60px;
transition: all .5s ease;
outline: none;
}

#banner .swiper-button:hover {
background: #1270B7;
}

.btn-prev {
left: 5%;
}

.btn-prev img,
.btn-next img {
width: 80%;
}

.btn-next {
right: 5%;
}

/* #banner .swiper-pagination-bullet {
width: 13px;
height: 10px;
display: inline-block;
background: #fff;
opacity: .9;
margin: 0 5px;
border-radius: 20px;
transition: opacity .5s, background-color .5s, width .5s;
transition-delay: .5s, .5s, 0s;
}
#banner .swiper-pagination-bullet-active {
opacity: 1;
background: #1270B7;
width: 40px;
transition-delay: 0s;
} */
#banner .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
bottom: 20px;
left: 0;
width: 100%;
}

#banner .swiper-slide .container {
position: absolute;
left: 0;
right: 0;
top: 30%;
bottom: 0;
margin: 0 auto;
}

.banner-slide-content {
position: relative;
z-index: 9;
}

.banner-slide-content span {
color: #fff;
display: block;
margin-bottom: 35px;
text-transform: uppercase;
}

.banner-slide-content .title {
font-size: 40px;
line-height: 56px;
font-weight: 700;
color: #fff;
display: block;
margin-bottom: 10px;
text-transform: capitalize;
}

.banner-slide-content p {
font-size: 24px;
font-family: "Poppins", sans-serif;
color: #fff;
}

#banner_pagination .swiper-pagination-bullet {
width: 10px;
height: 10px;
display: inline-block;
border-radius: 100%;
margin: 0 15px;
background: #fff;
opacity: 0.5;
}

#banner_pagination .swiper-pagination-clickable .swiper-pagination-bullet {
cursor: pointer;
}

#banner_pagination .swiper-pagination-bullet-active {
width: 10px;
height: 10px;
border-radius: 20px;
opacity: 1;
background: rgba(255, 255, 255, 1);
}

#banner_pagination .swiper-pagination-bullet {
position: relative;
}

#banner_pagination .swiper-pagination-bullet .left {
content: "";
display: block;
position: absolute;
top: -7px;
left: -7px;
margin: auto;
width: 12px;
height: 30px;
opacity: 0;
overflow: hidden;
}

#banner_pagination .swiper-pagination-bullet .left:after {
content: "";
display: block;
position: absolute;
top: 0;
left: 0px;
z-index: 99;
margin: auto;
width: 12px;
height: 24px;
border-top: 2px solid #fff;
border-left: 2px solid #fff;
border-bottom: 2px solid #fff;
border-radius: 20px 0 0 20px;
border-right: 0;
}

#banner_pagination .swiper-pagination-bullet .right {
content: "";
display: block;
position: absolute;
top: -7px;
right: -7px;
margin: auto;
width: 15px;
height: 30px;
opacity: 0;
overflow: hidden;
}

#banner_pagination .swiper-pagination-bullet .right:after {
content: "";
display: block;
position: absolute;
top: 0;
right: 0;
z-index: 99;
margin: auto;
width: 12px;
height: 24px;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
border-bottom: 2px solid #fff;
border-radius: 0 20px 20px 0;
border-left: 0;
}

#banner_pagination .swiper-pagination-bullet-active .left {
opacity: 1;
}

#banner_pagination .swiper-pagination-bullet-active .right {
opacity: 1;
}

#banner_pagination .swiper-pagination-bullet-active .left:after {
transform-origin: right center;
/* animation-iteration-count: infinite; */
animation-fill-mode: forwards;
animation-duration: 3s;
animation-timing-function: linear;
animation-name: gyrateleft;
}

#banner_pagination .swiper-pagination-bullet-active .right:after {
transform-origin: left center;
/* animation-iteration-count: infinite; */
animation-fill-mode: forwards;
animation-duration: 3s;
animation-timing-function: linear;
animation-name: gyrateright;
}

@keyframes gyrateright {
0% {
transform: rotate(180deg);
}

50% {
transform: rotate(360deg);
}

100% {
transform: rotate(360deg);
}
}

@keyframes gyrateleft {
0% {
transform: rotate(180deg);
}

50% {
transform: rotate(180deg);
}

100% {
transform: rotate(360deg);
}
}

.banner_txt {
position: absolute;
top: 35%;
left: 0;
right: 0;
margin: 0 auto;
z-index: 10;
color: #333;
text-align: left;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}



.banner_txt b {
display: block;
font-size: 52px;
color: #fff;
margin: 30px 0;

text-shadow: none;
}

.banner_txt span {
color: #fff;
font-size: 24px;
line-height: 42px;
display: block;
text-shadow: none;
}

.banner-more {
display: block;
width: 174px;
border-radius: 52px;
font-size: 16px;
letter-spacing: 1px;
margin-top:30px;
height: 52px;
line-height: 52px;
text-align: center;
color: #fff;
background: #E60008;
border: 1px solid #E60008;

text-shadow: none;
}

.banner-more:hover {

background:rgba(255, 255, 255, .9);
color: #E60008;
border: 1px solid #E60008;
}

.banner-more::after {
content: '';
display: inline-block;
width: 6px;
height: 6px;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
position: relative;
top: -1px;
margin-left: 7px;
-webkit-transition: .6s ease;
transition: .6s ease;
}
.banner-more:hover::after{
border-top: 2px solid #E60008;
border-right: 2px solid #E60008;
}

.cus-btn-4 {
position: relative;
margin-top: 30px;
overflow: hidden;
border: 1px solid #E60008;
color: #FAFAFA;
display: inline-flex;
justify-content: center;
width: 174px;
border-radius: 52px;
font-size: 16px;

font-family: "Inter", sans-serif;
font-weight: 500;
line-height: 100%;

/* padding: clamp(14px, 0.964vw, 24px) clamp(20px, 1.667vw, 48px); */
text-decoration: none;

cursor: pointer;
background: #E60008;
user-select: none;
-webkit-user-select: none;
touch-action: manipulation;
}



.cus-btn-4 span {
position: relative;
transition: color 600ms cubic-bezier(0.48, 0, 0.12, 1);
z-index: 10;
color: #fff;
display: block;
height: 52px;
font-size: 16px;
line-height: 52px;
}



.cus-btn-4:after {
content: "";
position: absolute;
bottom: -50%;
left: 0;
width: 100%;
height: 100%;
background-color: #FAFAFA;
border: 0;
transform-origin: bottom center;
transition: transform 600ms cubic-bezier(0.48, 0, 0.12, 1);
transform: skewY(9.3deg) scaleY(0);

}

.cus-btn-4:hover {

color: #E60008;
}
.cus-btn-4:hover span{ color: #E60008!important; }
.cus-btn-4:hover:after {
transform-origin: bottom center;
transform: skewY(6.3deg) scaleY(2);
}

/*  */
.main_title {
text-align: center;
margin-bottom: 10px;
}

.main_title .m_p1 {
margin-bottom: 20px;
color: #1270B7;
font-size: 52px;
font-weight: 500;
text-transform: capitalize;
font-family: 'Roboto Medium';

}

.main_title .m_p2 {
font-size: 18px;
text-align: center;
margin: 10px auto;
width: 55%;
color: #666;
margin-top: 10px;
}




/* 产品 */
.probg {
position: relative;
}

.cavans {
position: absolute;
height: 100%;
opacity: 0.2;
width: 100%;
z-index: 0;
}

.product {
padding: 20px;
}

.product ul {
display: flex;
flex-wrap: wrap;
align-items: stretch;
justify-content: center;
}

.product ul li {
border-radius: 0px;
display: flex;
align-items: center;
flex-direction: column;
margin: 15px;
width: calc(33.33% - 30px);
text-align: center;

position: relative;
}

/* .product ul li:before {
position: absolute;
right: 0;
top: 0;
width: 0;
height: 0;
content: "";
z-index: -1;
transition: .5s;
border-radius: 0 0 0 100px;
background: -moz-linear-gradient(left,  #E60008 0%, #1270B7 100%);
background: -o-linear-gradient(left,  #E60008 0%, #1270B7 100%);
background: -ms-linear-gradient(left,  #E60008 0%, #1270B7 100%);
background: linear-gradient(to right,  #E60008 0%, #1270B7 100%);
} */
/* .product ul li:hover:before {
width: 100%;
height: 100%;
border-radius: 0;
} */
.product ul li a {
padding: 20px;
border-radius:0px;
width: 100%;
font-size: 28px;
color: #333;
position: relative;
}

.product ul li a .mask {
z-index: 2;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background-color: #F0F2F8;
border-radius:0px;
transition: opacity .5s cubic-bezier(.38, 0, 0, 1);
overflow: hidden;
}

.product ul li p {
margin-top: 10px;
}

.product ul li:hover {
box-shadow: 0 .6rem 1.4rem rgba(0, 0, 0, .5);

}

.product ul li:hover a {
color: #fff;
background: rgba(0, 0, 0, 0.74);

}
.product ul li:hover p { color: #fff;}
.product ul li em {
display: block;
position: relative;
z-index: 4;
}
.product ul li p{  position: relative;
z-index: 3;}
.product ul li span {
display: block;
position: relative;
z-index: 3;
padding: 20px 20px 0;
}

.product ul li span img {
transition: transform .7s cubic-bezier(.38, 0, 0, 1);
margin-bottom: 20px;

}

.product ul li em img {
height: 28px;
}

.product ul li:hover em img {
filter: brightness(100);

}

.product ul li:hover span img {
transform: translateY(-20px)
}

.product ul li:hover .mask {
opacity: 0;
}

.product ul li b {
display: block;
font-weight: 500;
font-size: 26px;
margin: 20px;
}
/* 销售网络 */
.advbg {
background: #F0F2F8;
margin-top: 120px;
overflow: hidden;
}

.sale {
display: flex;
margin-top: 50px;
justify-content: space-between;
}

.sale_map {
position: relative;
}

.sale_map {
width: 70%;
}

.sale_map img {
width: 100%;
}

.hpul_circle {
width: 100%;
height: 100%;
}

.hpul_circle::before {
content: '';
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 100%;
height: 100%;
border: 1px solid #1E50E6;
border-radius: 50%;
animation-name: page-loader-ripples;
animation-duration: 4s;
animation-iteration-count: infinite;
animation-delay: 1s;
}

.hpul_circle::after {
content: '';
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 100%;
height: 100%;
border: 1px solid #1E50E6;
border-radius: 50%;
animation-name: page-loader-ripples;
animation-duration: 4s;
animation-iteration-count: infinite;
}

@keyframes page-loader-ripples {
0% {
width: 10px;
height: 10px;
border-radius: 50%;
opacity: 0.0;
}

50% {
opacity: 1.0;
}

100% {
width: 100px;
height: 100px;
border-radius: 50%;
opacity: 0.0;
}
}

.hpul_circle::after {
animation-delay: 2s;
}

.hpul_circle.hpul_circle2::before {
animation-delay: 3s;
}

.hpul_circle.hpul_circle2::after {
animation-delay: 4s;
}

.sale_map {
position: relative;
}

.hnbm_points {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.hnbm_points_ul_li {
position: absolute;
z-index: 20;
}
.hnbm_points_ul_li_01{
top: 24%;left: 19.4%;
}
.hnbm_points_ul_li_02{
top: 33%;left: 23%;
}
.hnbm_points_ul_li_03{
top: 49%;left: 18%;
}
.hnbm_points_ul_li_04{
top: 35%;left: 40.4%;
}
.hnbm_points_ul_li_05{
top: 38%;left: 31.4%;
}
.hnbm_points_ul_li_06{
top: 44%;left: 36.4%;
}
.hnbm_points_ul_li_07{
top: 22.2%;left: 71.7%;
}
.hnbm_points_ul_li_08{
top: 56.8%;left: 82.6%;
}

.hpul_parga p {
font-size: 14px;
line-height: 1.5;
color: #1E50E6;
white-space: nowrap;
margin-top: 4px;
}

.hpul_point {
width: 12px;
height: 12px;
border-radius: 50%;
background: #1E50E6;
position: relative;
margin: auto;
}

.sale_add {
width: 30%;
padding: 40px;
border-radius: 20px;
background: #FFF;
box-shadow: 0px 8px 30px 8px rgba(114, 145, 255, 0.14);
}

.sale_add .hnba_li {
margin-bottom: 20px;
}

.sale_add .hnba_li .hnba_li_en {
color: #666;
margin-bottom: 10px;
}

.sale_add .hnba_li .hnba_li_txt {
font-weight: 600;
color: #248BC3;
font-size: 18px;
}

/*关于我们*/

.pad80 {
padding: 120px 0;
}
.pad60{ padding: 60px 0; }
.pad50 {
padding: 120px 0 0px;
}

.about {
position: relative;
/* background-image: linear-gradient(to right bottom,rgba(227,242,255,.5) ,rgba(227,242,255,.0)); */
background: url(../images/abbg.jpg) no-repeat bottom center;
background-size: cover;

}

.yun {
width: 100%;
height: 550px;
z-index: 0;
position: absolute;
left: 0;
bottom: 0;
opacity: .8;
background: url(../images/yun.png) repeat-x left center;
-webkit-animation: animate-cloud 30s linear infinite;
animation: animate-cloud 30s linear infinite;
}

@-webkit-keyframes animate-cloud {
from {
background-position: 1920px 100%;
}

to {
background-position: 0 100%;
}
}

@keyframes animate-cloud {
from {
background-position: 1920px 100%;
}

to {
background-position: 0 100%;
}
}

.about-box {
display: flex;
align-items: flex-start;
justify-content: space-between;
position: relative;
margin: 0 10px;

}

.about_fr {
width: 42%;
padding-right: 5%;



}

.about_fr p {
line-height: 26px;

color: #666;
margin-top: 10px;
font-size: 16px;
}

.about_fl .ab_tit {
font-size: 28px;
color: #364364;
}

.about_fl .ab_txt {
line-height: 26px;

color: #666;
margin-top: 30px;
font-size: 16px;
text-align: justify;

}

.about_fl .ab_txt span {
color: #1270B7;
font-weight: bold;
}


.about_fl {
width: 55%;
overflow: hidden;
padding-left: 3%;


}

.ab_box {
position: relative;
margin-top: 70px;
transition: all .3s;
}

.ab_box:hover{
transform:translateY(-.3rem);

}
.layui-layer-page .layui-layer-content video{ background: #000;}
.video_tu {

display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
z-index: 3;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}



.video_tu b {
display: flex;
align-items: center;
justify-content: center;
background: rgba(67, 118, 251, .7);
width: 68px;
border-radius: 100%;
height: 68px;
}

.layui-layer-page .layui-layer-content {
overflow: hidden !important;
}

.cus-btn-3 {
position: relative;
margin-top: 30px;
overflow: hidden;
border: 1px solid #E60008;
color: #FAFAFA;
display: inline-flex;
justify-content: center;
font-size: 16px;

font-family: "Inter", sans-serif;
font-weight: 500;
line-height: 100%;

padding: clamp(14px, 0.964vw, 24px) clamp(20px, 1.667vw, 48px);
text-decoration: none;
border-radius: 10px;
cursor: pointer;
background: #E60008;
user-select: none;
-webkit-user-select: none;
touch-action: manipulation;
}

.cus-btn-3.small-padding {
padding: clamp(10px, 0.755vw, 24px) clamp(20px, 1.667vw, 48px);
}

.cus-btn-3 span {
position: relative;
transition: color 600ms cubic-bezier(0.48, 0, 0.12, 1);
z-index: 10;
color: #fff;
display: block;
}



.cus-btn-3:after {
content: "";
position: absolute;
bottom: -50%;
left: 0;
width: 100%;
height: 100%;
background-color: #FAFAFA;
border: 0;
transform-origin: bottom center;
transition: transform 600ms cubic-bezier(0.48, 0, 0.12, 1);
transform: skewY(9.3deg) scaleY(0);

}

.cus-btn-3:hover {

color: #E60008;
}
.cus-btn-3:hover span{ color: #E60008!important; }
.cus-btn-3:hover:after {
transform-origin: bottom center;
transform: skewY(6.3deg) scaleY(2);
}



.service-con {
box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);

position: relative;
z-index: 2;
display: flex;
align-items: stretch;
justify-content: space-between;
overflow: hidden;


}

.service-con .ser-item {
cursor: pointer;
position: relative;
padding: 70px 50px;
flex: 1;
color: #333;
text-align: center;
line-height: 28px;
border-right: 1px solid rgba(0, 0, 0, 0.07);
background: #fff;
}
.service-con .ser-item:last-child{ border: none;}
.service-con .ser-item a {
color: #333;
}

.service-con .ser-item .inner {
position: relative;
z-index: 2;
}

.service-con .ser-item .inner .icon {
height: 70px;
}

.service-con .ser-item img {
opacity: 1;

}

.service-con .ser-item .bg {
background: #1270B7;
height: 0;
-webkit-transition: .6s;
-o-transition: .6s;
transition: .6s;
position: absolute;
left: 0;
right: 0;
bottom: 0;
width: 100%;
z-index: 1;
}

.service-con .ser-item:hover .bg {
height: 100%;
}
.service-con .ser-item:hover img {
opacity: 1;
filter:brightness(100);
}
.service-con .ser-item p {
font-size: 16px;
color: #333;
text-align: left;
}

.service-con .ser-item b {
display: block;
font-size: 24px;
margin: 18px;
color: #333;
}

.service-con .ser-item:hover p,
.service-con .ser-item:hover b {
color: #fff;
}

.item-desc p {
text-align: left;
font-size: 16px;
margin: 8px 0;
position: relative;
}

.item-desc p .lxing {

width: 0;

height: 0;

border: 5px solid transparent;

border-bottom-color: #ccc;

position: relative;

top: -5px;
margin-right: 5px;
display: inline-block;

}

.item-desc p .lxing::after {
content: '';

position: absolute;

left: -5px;

top: 5px;

width: 0;

height: 0;

border: 5px solid transparent;

border-top-color: #afafaf;
}

/* why */
.why {
background: #F0F2F8;
position: relative;
z-index: 9;
}

.ys {
position: relative;
z-index: 1;
margin-top: 50px;
overflow: hidden;
padding: 0;
display: flex;
flex-wrap: wrap;
align-items: stretch;
justify-content: flex-end;
}

.ys li {
width: calc(25% - 20px);
background:#fff;
position: relative;
padding: 30px;
margin: 10px;



}


.ys a {
display: block;

}

.ys .box {
width: 0;
height: 0;
position: absolute;
top: 50%;
left: 50%;
z-index: 1;
transition: all 0.3s;
}

.ys .bg {
position: absolute;
content: '';

right: 0;
top: 0;
width: 0;
height: 100%;
background-color: #1270B7;

transition: 0.5s;
}

.ys b {
font-size: 20px;
color: #333;
line-height: 28px;
position: relative;
z-index: 2;
display: block;
margin: 20px 0;
height: 56px;
transition: color 0.3s;
}

.ys p {
color: #333;
line-height: 24px;
font-size: 15px;
position: relative;
z-index: 2;
transition: color 0.3s;
}

.ys li:hover b {
color: #fff;
transition: color 0.3s;
}

.ys li:hover p {
color: #fff;
transition: color 0.3s;
}

.ys li:hover .bg {
width: 100%;
left: 0;
}

.ys li:hover .box {
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 1;
transition: all 0.3s;
}

.ser-fr b {
font-size: 40px;
margin-top: 30px;
line-height: 40px;
color: #333;
font-weight: bold;
display: block;
padding-bottom: 20px;
}

.ser-fr p {
font-size: 16px;
padding: 10px 0;
color: #666;
}

.ser-fr span {
display: block;
width: 160px;
line-height: 40px;
height: 40px;
font-size: 26px;
text-align: center;
font-weight: bold;
background: #086AC4;
color: #fff;
padding: 10px 20px;
margin-top: 20px;
}

.ser-fr a {
color: #0E549E;
}

.zyzs-icon {
position: relative;
z-index: 3;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-shadow: 0px 22px 35px 0px rgba(2, 18, 106, 0.08);
box-shadow: 0px 22px 35px 0px rgba(2, 18, 106, 0.08);
width: 100px;
height: 100px;
transition: all 0.5s;
border-radius: 50%;
background: #fff;
}
.zyzs-icon img{ width: 50px;}
.ys li:hover .zyzs-icon {
background: #fff;
}

/* 优势 */
.pinpai-item {
width: 100%;
background: #fff;
overflow: hidden;
}

.pinpai-item .container {
background: #fff;

align-items: center;
display: flex;
justify-content: space-between;
}

.pinpai-item .pinpai-imgbox {
width: 55%;

}

.pinpai-item .pinpai-text {
width: 37%;

background: #fff;
overflow: hidden;
}

.pinpai-gs {
font-size: 40px;
font-weight: bold;
color: #364364;

}

.pinpai-item .pinpai-h {
font-size: 24px;
line-height: 32px;
overflow: hidden;
padding: 30px 0;

color: #000;
position: relative;
}


.pinpai-text .pinpai-sum {
line-height: 26px;
font-size: 16px;
color: #666;
}

/*  */
/* .xcal .swiper-wrapper {
padding-top: 20px;
}

.xcal .swiper-slide {
transition: all 0.5s ease;
position: relative;
}

.xcal .swiper-slide a {
margin: 10px;
display: block;
}

.xcal .swiper-slide a:hover {
box-shadow: 0 0 10px #dedede;
}

.xcal .swiper-slide .inner-con {
position: relative;
z-index: 1;
}

.xcal .swiper-slide .inner-con p {
display: flex;
align-items: center;
justify-content: space-between;
font-size: 16px;
}

.xcal .swiper-slide .inner-con p i {
text-align: center;
line-height: 35px;
color: #1270B7;
font-size: 16px;
}

.xcal .swiper-slide img {
display: block;
height: auto;
margin-left: auto;
margin-right: auto;
max-width: 100%;
}

.xcal .swiper-slide p {
background-color: #fff;
color: #333;
text-align: center;
padding: 10px;
line-height: 28px;
font-size: 16px;
}

.sl {
background: #f5f5f5;
position: relative;
}

.sl_box {
padding: 0 70px;
}

.sl .swiper-button-next {
position: absolute;
top: 50%;
right: 10px;
color: #fff;
cursor: pointer;
overflow: hidden;
z-index: 99;
width: 50px;
border-radius: 100%;
border: 1px solid #dedede;
font-size: 24px;
line-height: 50px;
text-align: center;
height: 50px;
transition: all .5s ease;
outline: none;
background: #999;
border: 1px solid #999;
}

.sl .swiper-button-prev {
position: absolute;
top: 50%;
left: 10px;
color: #fff;
cursor: pointer;
overflow: hidden;
z-index: 99;
width: 50px;
border-radius: 100%;
background: #999;
border: 1px solid #999;
font-size: 24px;
line-height: 50px;
text-align: center;
height: 50px;
transition: all .5s ease;
outline: none;

}

.sl .swiper-button-prev:hover,
.sl .swiper-button-next:hover {
background: #00b9ef;
border: 1px solid #00b9ef;
color: #fff;
}

.xcal .swiper-slide:hover p {
background: #1270B7;
color: #fff;
}

.xcal .swiper-slide:hover p i {
color: #fff;
} */

/* 新闻 */
.news {
width: 100%;
overflow: hidden;

background-size: cover;
}

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

.news .news_con .newsfl {
width: 30%;
overflow: hidden;
}

.newsmore {
width: 100%;
overflow: hidden;
margin-top: 92px;
}

.newsmore a {
display: block;
width: 212px;
height: 60px;
line-height: 60px;
color: #fff;
font-size: 16px;
padding-left: 22px;
background: #1270B7;
transition: all .5s ease;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
}

.newsmore a:hover,
.ysmore a:hover,
.procont .procontlf .promore2 a:hover {
background: #1270B7;
}

.news .news_con .newsfr {
width: 100%;
margin: 0 auto;
}
.news .ab_more em{ font-style: normal;}
.news .ab_more  { display: block; font-size: 20px;  text-align: center; margin: 10px auto;}
.news .ab_more:hover { color: #E60008;}
.news .news_con .newsfr ul {
width: 100%;
overflow: hidden;
margin-top: 35px;
display: flex;
flex-wrap: wrap;
}

.news .news_con .newsfr ul li {
width: 100%;
padding: 20px 0;
transition: all .5s ease;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
}

.news .news_con .newsfr .faq {
display: block;
width: calc(100% - 160px);
}
.news .news_con .newsfr .faq em { font-style: normal;}
.news .news_con .newsfr .faq p {
color: #666;
margin-top: 10px;
font-size: 16px;
}

.news .news_con .newsfr ul li a div {
display: flex;
align-items: center;
width: 100%;
}

.news .news_con .newsfr ul li a i {
font-size: 16px;
display: inline-block;
width: 110px;
text-align: center;
}



.news .news_con .newsfr ul li a {
font-weight: 400;
font-size: 18px;
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
}

.news .news_con .newsfr ul li a span {
display: inline-block;
width: 110px;
height: 30px;
margin: 0 30px;
line-height: 30px;
text-align: center;
color: #1270B7;
font-size: 16px;
border: 1px solid #1270B7;
}

.news .news_con .newsfr ul li:hover {
background: #e3eaf2;

}

.news .news_con .newsfr ul li:hover a {
color: #000;
}

.news_bot {
margin-top: 40px;
}

.news_bot {
display: flex;
}

.news_bot li {
margin: 10px;
transition: .3s;
width: calc((100% / 4) - 20px);
}
.news_bot li i{ display: block; color: #666; margin-top: 10px;}
.news_bot li .img {
overflow: hidden;
}

.news_bot li img {
width: 100%;
transition: all .3s;
}

.news_bot li:hover img {
transform: scale(1.1);
}

.news_bot li b {
color: #999999;
font-size: 40px;
margin-top: 10px;
display: block;
}

.news_bot li p {
font-size: 18px;
color: #333;
line-height: 26px;
margin-top: 10px;



}



/* 视频 */
.anlibg { background: #F0F2F8; position: relative;}
.video_list { width: 80%; margin: 0 auto;}
.prone{ margin-top: 40px;  padding-bottom: 30px;}

.prone .swiper-slide a img {
transition: all .3s;
}

.prone .swiper-slide a {

background: #fff;
display: block;
overflow: hidden;
}

.prone .swiper-slide a .info {
padding: 0 20px;
}

.prone .swiper-slide .newsdate {
width: 100%;
overflow: hidden;
font-size: 16px;
color: #a8a8a8;
line-height: 30px;
margin-bottom: 20px;
}

.prone .swiper-slide .newstit {
width: 100%;
overflow: hidden;
font-weight: bold;
font-size: 20px;
color: #333;
margin-top: 25px;
font-weight: bold;

}

.prone .swiper-slide .newsdes {
width: 100%;
height:34px;
font-size: 14px;
margin-top: 10px;
color: #666;

}

.prone .swiper-slide a p {
color: #1270B7;
font-weight: bold;
font-size: 18px;
margin-top: 30px;
}

.prone .swiper-slide .more2 {
margin-top: 20px;
padding-bottom: 30px;
text-align: right;
}

.prone .swiper-slide a:hover {
background: #D8E6F4;
}

.prone .swiper-slide a:hover .more2 {
color: #1270B7;
}

.prone .swiper-slide a:hover img {
transform: scale(1.05);
}

.anlibg .swiper-button-next {
position: absolute;
top: 52%;
left: calc(90% + 30px);
color: #666;
cursor: pointer;
overflow: hidden;
z-index: 99;
width:50px;

border: 1px solid #dedede;
font-size: 24px;
line-height:50px;
text-align: center;
height: 50px;
transition: all .5s ease;
outline: none;
background: #fff;
}
.anlibg .swiper-button-prev {
position: absolute;
top: 52%;
left: calc(10% - 80px);
color: #666;
cursor: pointer;
overflow: hidden;
z-index: 99;
width: 50px;

border: 1px solid #dedede;
font-size: 24px;
line-height: 50px;
text-align: center;
height: 50px;
transition: all .5s ease;
outline: none;
background: #fff;
}
.anlibg .swiper-button-prev:hover, .anlibg .swiper-button-next:hover {
background: #D41A1F;
color: #fff;
}
/* 联系 */

.cta-section {
position: relative;
width: 100%;
border-radius: 0px;
padding: 80px 30px;

background-color: #1270B7;
}
.cta-section .shape-image-1 {
position: absolute;
left: 6%;
top: 18%;
}
.cta-section .shape-image-2 {
position: absolute;
left: 15%;
bottom: 8%;
}
.cta-section .shape-image-3 {
position: absolute;
right: 14%;
bottom: 20%;
}
.cta-section .shape-image-4 {
position: absolute;
right: 8%;
top: 7%;
}
.cta-section .cta-content {
text-align: center;
}
.cta-section .cta-content h2 {
color: var(--white);
font-size: 42px;
margin-bottom: 20px;
font-weight: 500;
}
.cta-section .cta-content p {
color: var(--white);
margin-bottom: 10px;
font-size: 18px;
line-height: 28px;
}
.cta-section .cta-content .theme-btn.style-1 {
background-color: var(--white);
color: var(--header);
}
.cta-section .cta-content .theme-btn.style-1::before {
background-color: var(--header);
color: var(--white);
}
.cta-section .cta-content .theme-btn.style-1:hover {
color: var(--white);
}
.float-bob-y {
-webkit-animation-name: float-bob-y;
animation-name: float-bob-y;
-webkit-animation-duration: 3s;
animation-duration: 3s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
}

@-webkit-keyframes float-bob-y {
0% {
-webkit-transform: translateY(-30px);
transform: translateY(-30px);
}
50% {
-webkit-transform: translateY(-10px);
transform: translateY(-10px);
}
100% {
-webkit-transform: translateY(-30px);
transform: translateY(-30px);
}
}
@keyframes float-bob-y {
0% {
-webkit-transform: translateY(-30px);
transform: translateY(-30px);
}
50% {
-webkit-transform: translateY(-10px);
transform: translateY(-10px);
}
100% {
-webkit-transform: translateY(-30px);
transform: translateY(-30px);
}
}
.float-bob-x {
-webkit-animation-name: float-bob-x;
animation-name: float-bob-x;
-webkit-animation-duration: 3s;
animation-duration: 3s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
}

@-webkit-keyframes float-bob-x {
0% {
-webkit-transform: translateX(0px);
transform: translateX(30px);
}
50% {
-webkit-transform: translateX(10px);
transform: translateX(10px);
}
100% {
-webkit-transform: translateX(30px);
transform: translateX(30px);
}
}
@keyframes float-bob-x {
0% {
-webkit-transform: translateX(30px);
transform: translateX(30px);
}
50% {
-webkit-transform: translateX(10px);
transform: translateX(10px);
}
100% {
-webkit-transform: translateX(30px);
transform: translateX(30px);
}
}
/* 自定义弹窗样式 */
.custom-modal {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
  display: none;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.modal-overlay.active {
  opacity: 1;
  visibility: visible;
}

.modal-container {
  width: 700px;
  max-width: 90%;
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
  transform: translateY(30px);
  transition: all 0.4s ease;
}

.modal-overlay.active .modal-container {
  transform: translateY(0);
}

.modal-header {
  background: linear-gradient(135deg, #1270B7, #E60008);
  color: white;
  padding: 25px 30px;
  text-align: center;
  position: relative;
}

.modal-header h2 {
  font-size: 1.8rem;
  margin: 0;
  font-weight: 700;
}

.modal-header i {
  margin-right: 10px;
}

.close-modal {
  position: absolute;
  top: 20px;
  right: 20px;
  color: white;
  font-size: 1.5rem;
  cursor: pointer;
  transition: all 0.3s ease;
}

.close-modal:hover {
  transform: rotate(90deg);
}

.modal-body {
  padding: 30px;
  background: #f8fafc;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.full-width {
  grid-column: span 2;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #2c3e50;
  font-size: 1.05rem;
}

.form-group label i {
  margin-right: 8px;
  color: #3498db;
}

.form-input {
  width: 100%;
  height: 50px;
  padding: 0 15px;
  border: 2px solid #e2e8f0;
  border-radius: 10px;
  font-size: 1rem;
  transition: all 0.3s ease;
  outline: none;
}

.form-input:focus {
  border-color: #3498db;
  box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.2);
}

.form-textarea {
  width: 100%;
  height: 150px;
  padding: 15px;
  border: 2px solid #e2e8f0;
  border-radius: 10px;
  font-size: 1rem;
  resize: vertical;
  transition: all 0.3s ease;
}

.form-textarea:focus {
  border-color: #3498db;
  box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.2);
}

.submit-btn {
  width: 100%;
  height: 55px;
  background: linear-gradient(135deg, #1270B7, #E60008);
  color: white;
  border: none;
  border-radius: 10px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 10px;
  box-shadow: 0 5px 15px rgba(52, 152, 219, 0.3);
}

.submit-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(52, 152, 219, 0.4);
}

.form-note {
  text-align: center;
  color: #94a3b8;
  margin-top: 20px;
  font-size: 0.95rem;
}


/*底部footer*/
.footer-main {
background-repeat: no-repeat;
background-size: cover;
position: relative;
background: #F0F2F8;
background-size: cover;
padding: 50px 0 0px;
}

.footer-list1 {
width: 30%;
}

.footer-list1 .info {
margin-top: 30px;
text-align: justify;
}

.footer-list2 {
width: 25%;
}


.footer-list3 {
width: 35%;
}

.footer-list4 {
display: flex;
flex-direction: column;
align-items: flex-end;
}

.footer-list3 .con_info {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.footer-list1 p i,
.footer-list2 p i {
padding-right: 6px;
}

.footer-list1 span,
.footer-list2 span,
.footer-list3 span {
color: #333;
font-size: 22px;
letter-spacing: 1.36px;
margin-bottom: 10px;
margin-top: 0;
display: block;
font-weight: bold;

}

.socials {
padding-left: 5px;
margin-bottom: 0;

}

.socials li {
display: inline-block;
margin-left: 10px;
}

.socials li a {
background-color: #E60008;
border: 1px solid #E60008;
color: #fff;

display: inline-block;
height: 40px;
width: 40px;
font-size: 20px;
border-radius: 5px;
line-height: 40px;
text-align: center;
-webkit-transition: all 1s ease 0s;
-moz-transition: all 1s ease 0s;
-o-transition: all 1s ease 0s;
transition: all 1s ease 0s;
}

.socials li a:hover {
background-color: #1270B7;
border: 1px solid #1270B7;
color: #fff;
}

.footer-list1 p,
.footer-list2 p,
.footer-list3 p {
color: #333;
font-size: 14px;
letter-spacing: 0.45px;
line-height: 32px;

}

.footer-list1 p a,
.footer-list2 p a {
color: #333;

}

.footer-list1 p a:hover,
.footer-list2 p a:hover {
color: #E60008;
}

.footer-list1 img {
width: 70%;
}

.address-content {
display: inline-block;
position: relative;
padding-bottom: 10px;
text-align: left;
width: 100%;
}

.address-content span {
color: #333;
font-size: 20px;
position: absolute;
left: 0px;
top: 5px;
display: inline-block;
width: 30px;
height: 37px;
line-height: 37px;
text-align: center;
}

.address-content i {
font-size: 15px;
color: #333;
font-style: normal;
font-weight: 500;
margin-bottom: 5px;
}

.address-content p {
color: #333;
font-size: 16px;
}

.footer-copyright {
padding: 15px 0;
border-top: 1px solid rgba(0, 0, 0, .05);
}

.footer-copyright p {
color: #333;
font-size: 12px;
text-align: center;
letter-spacing: 1.1px;
margin-bottom: 0;

}

.footer-copyright p span {
padding-left: 15px;
}

.footer-copyright p a {
color:#333
}

.footer-copyright p a:hover {
color: #E60008;
}

.footer-copyright .main_box {
display: flex;
justify-content: space-between;
}

.footer-copyright .container {
padding: 10px 0;
}

.fot_top {
display: flex;
justify-content: space-between;
align-items: center;
padding-bottom: 20px;
border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.fot_bot {
padding: 30px 0;
display: flex;
justify-content: space-between;
align-items: stretch;
}
/*
*  Shortcode Language Switcher
*/

.card-content { display: none;
  padding: 30px;
}

/* 优化后的语言切换器样式 - 添加滚动条支持 */
.trp_language_switcher_shortcode {

  margin: 20px 0;
  width: 260px;

}

.trp-language-switcher {
  position: relative;
  border-radius: 12px;
  overflow: visible;
  transition: var(--transition);

  z-index: 10;

}
.trp-language-switcher:hover{            box-shadow: 0 4px 12px rgba(0,0,0,0.05);}
.trp-language-switcher-container {
  border: none;
  background: transparent;
}

.trp-ls-shortcode-current-language {
  display: flex;
  align-items: center;
  padding: 16px 20px;
  cursor: pointer;
  background: var(--card-bg);
  border-radius: 5px;
  border: 1px solid var(--border-color);
  transition: var(--transition);
  position: relative;
  z-index: 2;
  background: #fff;
}



.trp-ls-shortcode-current-language::after {
  content: "⌄";
  position: absolute;
  right: 20px;
  top: 6px;
  line-height: 28px;
  height: 40px;
  color: #1270B7;
  text-align: center;
  width: 40px;
  transition: transform 0.3s ease;
  font-size: 18px;
  background: #f7f7f7;
  border-radius: 100%;
  

}

.trp-language-switcher.active .trp-ls-shortcode-current-language::after {
  transform: rotate(-180deg);
}

.trp-ls-shortcode-disabled-language {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--text-color);
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  width: 100%;
}

.trp-flag-image {
  width: 24px;
  height: 18px;
  object-fit: cover;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.trp-ls-shortcode-language {
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  width: 100%;
  background: var(--card-bg);
  border-radius: 12px;
  border: 1px solid var(--border-color);
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  z-index: 1;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  padding: 0;
  opacity: 0;
  background: #fff;
}
.trp-ls-shortcode-disabled-language:hover { color: #E60008;}
.trp-language-switcher.active .trp-ls-shortcode-language {
  max-height: 300px; /* 固定高度 */
  padding: 10px 0;
  opacity: 1;
  overflow-y: auto; /* 添加滚动条 */
}
.trp-ls-shortcode-language a:hover { color: #E60008;}

/* 自定义滚动条样式 */
.trp-ls-shortcode-language::-webkit-scrollbar {
  width: 4px;
}

.trp-ls-shortcode-language::-webkit-scrollbar-track {
  background: #eee;
  border-radius: 0 0 12px 0;
}

.trp-ls-shortcode-language::-webkit-scrollbar-thumb {
  background: #1270B7;
  border-radius: 4px;
}

.trp-ls-shortcode-language::-webkit-scrollbar-thumb:hover {
  background: var(--secondary-color);
}

.trp-ls-shortcode-language a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 20px;
  color: var(--text-color);
  text-decoration: none;
  font-size: 15px;
  transition: background 0.2s ease;
}

.trp-ls-shortcode-language a:hover {
  background: var(--hover-bg);
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
  margin-top: 30px;
}

.feature-card {
  background: var(--card-bg);
  border-radius: 16px;
  padding: 25px;
  border: 1px solid var(--border-color);
  transition: var(--transition);
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}

.feature-icon {
  font-size: 2.5rem;
  margin-bottom: 20px;
  color: var(--primary-color);
}

.feature-title {
  font-size: 1.3rem;
  margin-bottom: 12px;
}

.feature-desc {
  color: #666;
  line-height: 1.6;
}

.dark-mode .feature-desc {
  color: #aaa;
}

.status-indicator {
  position: fixed;
  bottom: 20px;
  left: 20px;
  background: var(--primary-color);
  color: white;
  padding: 10px 15px;
  border-radius: 8px;
  font-size: 14px;
  z-index: 1000;
  box-shadow: var(--shadow);
}

.hint-box {
  margin-top: 30px;
  text-align: center;
  padding: 15px;
  background: rgba(67, 97, 238, 0.05);
  border-radius: 12px;
  border-left: 4px solid var(--primary-color);
}

.scroll-indicator {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  color: #666;
  font-size: 14px;
  opacity: 0.8;
}

.scroll-indicator i {
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
  40% {transform: translateY(-8px);}
  60% {transform: translateY(-4px);}
}

/*返回顶部*/
.scroll {
position: fixed;
right: 30px;
bottom: 70px;
cursor: pointer;
font-size: 14px;
text-align: center;
z-index: 99999;
color: #fff;
}

.scroll a p {
color: #fff;

}

.scroll .return {
transform: scaleY(0);
transition: 0.5s;
background-color: #E60008;
padding:10px 20px;

border-radius: 5px;
}

.scroll i {
font-size: 20px;
color: #fff;
}

.scroll .active {
transform: scale(1);
}

/*in about us  */
.inbanner { background:#fff; position: relative;}
.inbanner img{ width: 100%;}
.inbanner .container { position: absolute;  width: 100%; left: 0; right: 0; bottom: 10%; height: 100%; margin: auto;}
.inbanner .pro_txt{ height: 50%; color: #fff; width: 50%; }
.inbanner .pro_txt b{ color: #1270B7; font-size: 52px; display: block; margin-bottom: 40px;}
.inbanner .pro_txt p{ font-size: 28px; margin: 15px 0;}
.center_box { display: flex; justify-content: space-between; align-items: flex-end; position: relative; z-index: 2; height: 100%;}
.center_box .in_title { width: 70%;}
.center_box .in_title p{ font-size: 40px; color: #fff;}
.center_box .in_name{ width: 50%;}
.center_box .in_name b{  
font-weight: normal;
color: #fff;
line-height: 1;
font-size: 72px;
}
.center_box .in_name p{ margin: 20px 0; letter-spacing: 2px; font-size: 18px; color: #fff;}
.center_box .in_name p a{ color: #fff;}
.center_box .in_name p span { margin: 0 10px;}
.center_box .in_name p a:hover { color: #1270B7;}

.incase_box { width: calc(100% - 60px); margin: 0 auto 80px;}
.classify_nav {padding: 10px;display: flex; justify-content: flex-end; }
.classify_nav a{ font-size: 18px; color: #000; margin-left: 20px;}
.classify_nav a:hover { color: #1270B7;}
.classify_nav a.active{ color: #1270B7;}
.shadow-dark {
box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}


.subnav a{ font-size: 16px; display: block; position: relative;  line-height: 90px; margin-right: 5vw; padding: 0 5px; white-space: nowrap;}
.subnav a::after{ width: 100%; height: 2px; background-color:#1270B7; position: absolute; left: 0; bottom: -1px; display: block; content: '' ; transition: all .36s; transform:scale(0,1) ; -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; -webkit-transform:scale(0,1) ; -moz-transform:scale(0,1) ; -ms-transform:scale(0,1) ; -o-transform:scale(0,1) ; }
.subnav a.on,.subnav a:hover{ color: #1270B7; font-weight: bold;}
.subnav a:hover::after,.subnav a.on::after{ transform: scale(1,1); -webkit-transform: scale(1,1); -moz-transform: scale(1,1); -ms-transform: scale(1,1); -o-transform: scale(1,1); }

.inabout .about-box { margin: 0; justify-content: center;}
.inabout .about_fl{ 
width:100%;
overflow: hidden;
text-align: center;
padding-left: 0;
}
.inabout .inab_box { display: flex; margin-top: 60px; justify-content: space-between;}
.inabout .inab_box .inab_fl{ width: 47%;}

.inabout .inab_box .inab_fl .apply_list{ margin-top: 30px; gap:10px; display: grid; grid-template-columns: repeat(2,1fr);}
.inabout .inab_box .inab_fl .apply_list p{ background: #f5f5f5; padding: 10px; text-align: center;}
.inabout .inab_box .inab_fr{ width: 47%; background: #f2f2f2;}
.heal_tu {
background: #f2f2f2;
padding: 10px 0;
margin-top: 50px;
}
.heal_img img{ width: 100%;}
.health .swiper-container{ height: 100%;}
.health .swiper-wrapper{ padding-bottom: 40px;}
.heal_tu .swiper-button-next {
position: absolute;
top: 50%;
right: -50px;
transform: translateY(-50%);
text-align: center;
color: #5587C8;
background: rgba(255, 255, 255, .6);
transition: all .25s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
opacity: 0.5;
cursor: pointer;
overflow: hidden;
z-index: 999;
width: 40px;
border-radius: 50%;
font-size: 30px;
line-height: 40px;
height: 40px;
transition: all .5s ease;
outline: none;

}

.heal_tu .swiper-button-prev {
position: absolute;
top: 50%;
left: -50px;
transform: translateY(-50%);
text-align: center;
color: #5587C8;
background: rgba(255, 255, 255, .6);
cursor: pointer;
overflow: hidden;
z-index: 999;
width: 40px;
border-radius: 50%;
font-size: 30px;
line-height: 40px;
height: 40px;
transition: all .5s ease;
outline: none;
transition: all .25s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
opacity: 0.5;
}

.heal_tu .swiper-container:hover .swiper-button-next,
.heal_tu .swiper-container:hover .swiper-button-prev {
opacity: 1;
}

.heal_tu .swiper-container:hover .swiper-button-next {
right: 10px;
}

.heal_tu .swiper-container:hover .swiper-button-prev {
left: 10px;
}
.health { height: 100%;}
.health .swiper-pagination {
position: absolute;
z-index: 99999;


}

.health .swiper-pagination-bullet {
width: 10px;
height: 10px;
opacity: .2;
background: #000;
}

.health .swiper-pagination-bullet-active {
background: #5587C8;
opacity: 1;
}
.health .read-more { border: 1px solid #dedede; padding: 10px 15px; border-radius: 10px; display:inline-block; margin-top: 15px;}
.health .read-more:hover{  color: #1270B7;}
.inabout .about_fl .ab_tit{ display: block; text-align: left; margin-top: 50px;}

/* 资质 */
.honorbg{ background:#ecf3f9 url(../images/honorbg2.jpg) no-repeat right top; background-size: cover; }
.honor_box { display: flex; align-items: center; flex-direction: column; justify-content: space-between;}
.honor_txt { width: 100%;}
.honor_tu { margin-top: 30px; display: flex; width: 80%;}
.honor_tu p{  box-shadow: 0 0 30px #dfdede; margin: 20px; text-align: center; background: #fff;}

.honor_tu p span { display: block; padding: 10px ;}
/* Factory */
.factory { padding-bottom: 120px;}
.factory .about_fr {
width: 100%;
padding-right: 0;
margin: 0 auto;

}

.ys_case {
position: relative;
margin-top: 30px;
}

.ys_case .case-slide {
border-right: 1px solid rgba(255, 255, 255, .2);
width: 25%;
float: left;
z-index: 999;
position: relative;

}



.ys_case_mid {
text-align: center;

height: 560px;
overflow: hidden;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}

.ys_case_tit {
display: block;
color: #fff;
font-weight: bold;
margin: 20px 0;
font-size: 40px;
}

.ys_case_txt {
font-size: 16px;
color: #fff;
padding: 0 30px;
opacity: 0;
line-height: 26px;
}

.ys_case .case-slide a:after {
content: "";
height: 100%;
position: absolute;
top: 0;
width: 100%;
background: rgba(18,112,183, 0.5);
right: 0;
left: 0;
z-index: 1;
transform: scaleY(0);
-webkit-transform: scaleY(0);
-moz-transform: scaleY(0);
-o-transform: scaleY(0);
-ms-transform: scaleY(0);
transition: transform 0.6s;
}

.ys_case_mid {
position: relative;
z-index: 2;

}

.ys_case_mid .main_title {
color: #fff;
font-size: 36px;
}

.ys_case_mid .ys_case_txt {
line-height: 30px;
color: #fff;
margin-top: 20px;
}

.ys_case_bg {
overflow: hidden;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 560px;
z-index: 0;
border-radius: 20px;
overflow: hidden;

}

.ys_case_bg div {
-webkit-transition-duration: 0.5s;
-ms-transition-duration: 1.5s;
-o-transition-duration: 1.5s;
-moz-transition-duration: 1.5s;
transition-duration: 1.5s;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
transition: all 2.6s
}

.ys_case_bg div.on {
transform: scale(1.08, 1.08);
opacity: 1;
z-index: 10;
}

.ys_case .case-slide a:hover:after {
transform: scaleY(1);
-webkit-transform: scaleY(1);
-moz-transform: scaleY(1);
-o-transform: scaleY(1);
-ms-transform: scaleY(1);
}

.ys_case .case-slide a:hover .ys_case_txt {
opacity: 1;
}

/* equipment */
.equ_box { margin-top: 40px; display: flex; flex-wrap: wrap; justify-content: space-between;}
.equipment { background: #f7f7f7;}
#ry {
position: relative;
width: 100%;
margin: 0 auto;

}

#ry .swiper-container {
padding-bottom: 60px;
margin-top: 30px;
}

#ry .swiper-slide {
width: 580px;

background: #fff;
box-shadow: 0 8px 30px #ddd;
position: relative;
}
#ry .swiper-slide img{
display:block;
width: 100%;
margin-left: auto;
margin-right: auto;

}
#ry .swiper-slide a{ display: block;}
#ry .swiper-slide a:hover { background: #1270B7; }
#ry .swiper-slide a:hover p{color: #fff;}
#ry .swiper-slide p {
line-height:60px;
padding: 10px;
text-align: center;
color: #636363;
font-size: 20px;
margin: 0;
}
#ry .swiper-slide-active .layer-mask {
display: none;
}
.layer-mask {
width: 100%;
height: 100%;
transition: all 0.5s;
background:rgba(255,255,255,.5);
position: absolute;
left: 0;
top: 0;
right: 0;
}


#ry .swiper-button-next {
position: absolute;
top:48%;
right:20px;
color: #fff;
cursor: pointer;
overflow: hidden;
z-index: 99;
width:50px;

border: 1px solid #D41A1F;
font-size: 24px;
line-height:50px;
text-align: center;
height: 50px;
transition: all .5s ease;
outline: none;
background: #D41A1F;
}
#ry .swiper-button-prev {
position: absolute;
top: 48%;
left: 20px;
color: #fff;
cursor: pointer;
overflow: hidden;
z-index: 99;
width: 50px;

border: 1px solid #D41A1F;
font-size: 24px;
line-height: 50px;
text-align: center;
height: 50px;
transition: all .5s ease;
outline: none;
background: #D41A1F;
}
#ry .swiper-button-prev:hover, #ry .swiper-button-next:hover {
background: #1270B7;
border: 1px solid #1270B7;
color: #fff;
}

/* 客户合影 */
.customer { padding-bottom: 30px; margin-top: 20px;}

.customer .swiper-slide a{ background: #fff;
background-size: cover;
border-radius: 15px;
padding: 10px;
display: block;
margin:0;}

.customer .swiper-slide p{
padding:0 20px;
display: block; margin: 0; text-align: center; font-size: 16px;
}
.customer .swiper-container-free-mode>.swiper-wrapper {
transition-timing-function: linear;
}
.customer .swiper-slide img{ height: 233px; transition: all .3s;}
.customer .swiper-slide a:hover img{ transform: scale(1.1);}
/* FQA */
.fqabg { background: #F0F2F8;}
.faq_box ul {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin-top: 40px;
}

.faq_box ul li {
width: 48%;



}
.faq_box ul li a{ display: block;  border-bottom: 1px dashed #dedede;
padding: 30px 10px;}
.faq_con img { filter: brightness(0); margin-right: 10px;}

.faq_con b {
display: block;
font-size: 16px;
color: #000;
margin-bottom: 10px;
font-weight: normal;
}

.faq_con p {
line-height: 28px;
font-size: 14px;
color: #666;width: 100%;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;
}
.faq_box ul li a:hover{ background: #fff;}
.faq_box ul li a:hover .faq_con b{ font-weight: bold; color: #1270B7;}
/*  */
.ser_box {margin-bottom: 120px; box-shadow: 0px 8px 30px 8px rgba(114, 145, 255, 0.14); border-radius: 10px; display: flex; justify-content: space-between; align-items: stretch;}
.ser_box .main_title { border-radius: 10px 0 0 10px; margin-bottom: 0; width: 37%; padding: 3%; background: #F0F2F8;text-align: left; }
.ser_box .main_title .m_p2 { width: 100%; text-align: left;}
.ser_box .join_rczp_list  { width: 63%; padding: 0 30px;}
.join_rczp_list li  { display: block; border-bottom: 1px solid #dedede; margin: 10px 0; padding:20px 0px;}
.join_rczp_list .zp-content { display: flex; justify-content: space-between; align-items: center;}
.join_rczp_list .zp-content .icon { width: 34px; height: 34px; background: url(../images/jiahao.png) no-repeat right center / cover; transition: all .3s;}
.join_rczp_list li.cur .zp-content .icon { background: url(../images/jiahao2.png) no-repeat right center / cover;}
.join_rczp_list .zp-content p {  color: #1270B7;width: calc(100% - 80px); margin: 15px 0; font-size: 26px; line-height: 26px; }
.join_rczp_list .zp-content p img{ margin-right: 10px;}
.zp-con {
padding:20px;
background: #f7f7f7;
margin-top: 10px;
display: none;
line-height: 28px;
font-size: 16px;
color: #666;
}
.zp-con-list .zp-flex{ margin-bottom: 10px; display: flex; flex-wrap: wrap; margin-top: 10px;}
.zp-con-list p{
line-height: 28px;
width:100%;
margin: 5px 0;
color: #666;
display: flex;
justify-content: space-between;

}


.zp-con-list a:hover {
color: #000;
}

.zp-con-list .lxing {

width: 0;

height: 0;

border: 5px solid transparent;

border-bottom-color: #ccc;

position: relative;

top: -5px;
margin-right: 5px;
display: inline-block;

}
.zp-con-list .lxing::after{
content: '';

position: absolute;

left: -5px;

top: 5px;

width: 0;

height: 0;

border: 5px solid transparent;

border-top-color:#afafaf;
}
.zp-con-list em {

color: #999;

}

.zp-con-list i {
width: 95%;
color: #333;

}
.zp-con-list .tit { color: #000; font-size: 16px; font-weight: 600;}
/* in 销售网络*/
.advbg2 {

position: relative;


}
.advbg2 .container { position: absolute; left: 0;right: 0; top:80px; bottom: 0; margin: auto;}
.sale_add2 { margin-top: -120px; position: relative; z-index: 2; width: 100%; display: flex; flex-wrap: wrap; }
.sale_add2 .hnba_li { width: 33.33%;}
.qqbj-hover ul li {
position: absolute;
top: 51%;
left: 21.8%;
width: 1.875%;
}

.qqbj-hover ul li .qqbjqiu {
width: 100%;
}

.qqbj-hover ul li .qqbjqiu img {
width: 100%;
transform: rotate(0deg);
transition: all .8s ease;
-webkit-transition: all .8s ease;
-moz-transition: all .8s ease;
-ms-transition: all .8s ease;
-o-transition: all .8s ease;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
}

.qqbj-hover ul li:hover .qqbjqiu img {
transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
}

.qqbj-hover.done ul li .qqbjqiu img {
transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
}

.qqbj-hover ul li .qqbjzi {
position: absolute;
top: -9px;
font-size: 18px;
line-height: 18px;
width: 300px;
left: 120%;
color: #004FA3;
z-index: -1;
opacity: 0;
transition-property: opacity;
transition-duration: .6s;
transition-timing-function: ease;
transition-delay: 2s;
}

.qqbj-hover ul li:hover .qqbjzi {
z-index: 1;
opacity: 1;
}

.qqbj-hover.done ul li .qqbjzi {
z-index: 1;
opacity: 1;
}

.qqbj-hover ul li:nth-child(2) {
left: 58.75%;
top: 53.72%;
}

.qqbj-hover ul li:nth-child(3) {
top: 52.25%;
left: 61.98%;
}

.qqbj-hover ul li:nth-child(4) {
top: 57.38%;
left: 63.18%;
}

.qqbj-hover ul li:nth-child(5) {
top: 52.25%;
left: 64.11%;
}

.qqbj-hover ul li:nth-child(6) {
top: 42.75%;
left: 66%;
}

.qqbj-hover ul li:nth-child(7) {
top: 58.53%;
left: 65.73%;
}

.qqbj-hover ul li:nth-child(8) {
top: 46%;
left: 46.6%;
}

.qqbj-hover ul li:nth-child(9) {
top: 41%;
left: 69.6%;
}

.qqbj-hover ul li:nth-child(10) {
top: 54.9%;
left: 67.8%;
}

.qqbj-hover ul li:nth-child(11) {
top: 46%;
left: 19.2%;
}
/* in message */
.message { margin-top: 50px; display: flex; justify-content: space-between;}
.message .tu{ width: 40%; background: #F0F2F8; padding: 60px;}
.message .tu b{ font-size: 42px;  padding-left: 15px; border-left: 5px solid #1270B7;}
.message .tu .con_our{ margin-top:60px; }
.message .tu .con_our span{ font-size: 24px; width: 50px; height: 50px; border-radius: 100%; text-align: center; line-height: 50px; background: #1270B7; color: #fff;}
.message .tu .con_our p{ font-size: 24px;}
.message .tu .con_our i{ display: block; margin-bottom: 15px; color: #1270B7; font-weight: 600; font-size:20px;}
.jiameng {

align-items: center;
display: flex;
width: 60%;
justify-content: space-between;
flex-wrap: wrap;
background: rgba(255, 255, 255, .9);
padding: 30px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.jiameng label {
font-size: 16px;
font-weight: bold;
}

.jiameng div {
width: calc(100% - 10px);
color: #333;
margin: 5px;
position: relative;
}

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

.jiameng input[type=text] {
padding: 12px 20px;
width: 100%;
display: inline-block;
border: none;
color: #000;
margin: 5px 0;
outline: none;
height: 47px;
border-radius: 4px;
padding-left: 25px;
box-sizing: border-box;
background: rgba(255, 255, 255, 0.5);
border: 1px solid #dedede;
}

.jiameng input[type=file] {
padding: 12px 20px;
width: 100%;
display: inline-block;
border: none;
color: #000;
margin: 5px 0;
outline: none;
border-radius: 4px;
padding-left: 25px;
box-sizing: border-box;
background: rgba(255, 255, 255, 0.5);
border: 1px solid #dedede;
}
.jiameng div i{ color: #1270B7; position: absolute; left: 10px; top:39px}
.forminator-textarea {
padding: 12px 20px;
width: 100%;
display: inline-block;
border: none;
color: #666;
margin: 5px 0;
outline: none;
border-radius: 4px;
padding-left: 25px;
box-sizing: border-box;
background: rgba(255, 255, 255, 0.5);
border: 1px solid #dedede;
}

.jmbt {
margin: 10px auto;
text-align: center;
position: relative;
z-index: 1;
width: 100%;
}

.jmbt input[type=submit] {
background-color: #1270B7;
color: #fff;
padding: 12px 20px;
height: 45px;
width: 100%;
margin: 8px 2px;
border: none;
font-size: 16px;
text-transform: capitalize;
border-radius: 4px;
cursor: pointer;
}

.jmbt input[type=submit]:hover {
background-color: #E60008;
}

.jiameng input::placeholder {
color: #999;
}

.indexcode {
vertical-align: top;
height: 40px;
margin: 5px 0;
height: 47px;
border-radius: 5px;
border: 1px solid #dedede!important;
cursor: pointer;
}

.zxlyyzm {
width: 200px !important;
outline: 0;
height: 40px;
line-height: 40px;
font-size: 14px;
color: #999;
background: #fff;
border: 1px solid #dedede;
vertical-align: top;
text-indent: 10px;
border-radius: 2px;
}
.con_our{ display: flex; align-items: center;}
.con_our span{ margin-right: 15px;}
/* in product */

.main_pro .in_title {
color: #333;
font-size: 38px;
line-height: 52px;
text-align: left;
}
.main_pro .mark-bar {
border-top-width: 6px;
border-top-style: solid;
border-top-color: #E60008;
width: 80px;

height: 0;
margin: 10px 0;
border-right: 10px solid rgba(0,0,0,0);
}

.ser_py { padding: 50px 0; position: relative; z-index: 3;background: #fff;}
.ser_py .container {display: flex; align-items: center; justify-content: space-between; }
.ser_py_txt{ width: 50%;}
.ser_py_tu{width: 45%;  background: url(../images/inbg.jpg) no-repeat center; background-size: contain; }
.ser_py_txt p { display: block;  font-size: 18px; margin-top: 20px; line-height: 32px;  text-align: left;}
.ser_py_txt { padding: 20px 0; }


.main_pro_box .ser_py:nth-child(2n+1){
background: #F0F2F8;
}
.inpro_box{ width: 80%; margin: 0 auto;}
.inpro_info { text-align: left; line-height: 32px; margin-top:50px; font-size: 18px; color: #666;}
.ysbg{ background: #fff;}
.ys-list {
display: flex;
align-items: stretch;
flex-wrap: wrap;
justify-content: space-between;
margin:30px 0; 

}

.ys-list b {
display: block;
color: #000;
margin-bottom: 15px;
font-size: 24px;
font-weight: normal;
}

.ys-list p {
color: #666;
line-height: 28px;
font-size: 16px;


}

.ys-list .item {
padding:20px 0;

width: 31%;

}
.ys-list .item img{ width: 100%;}
.ys-list .item div{ width: 100%; margin-top: 20px;}
/* in products2 */
.inproduct {
position: relative;
display: flex;
align-items: stretch;
justify-content: space-between;



}

.inpro_nav {
  width: 25%;
  background: linear-gradient(to bottom, #f5f5f5, #e9f2f9);
  padding: 30px 0;
  border-right: 1px solid #e0e0e0;
}





.inpro_nav ul {
  padding: 0 10px;
  position: sticky;
  top: 80px;
}

.inpro_nav ul li {
  margin: 10px 0;
  list-style: none;
  position: relative;
}

.menu-item-container {

  width: 90%;
  margin: 0 auto;
  background: transparent;
  border-radius: 55px;
  transition: all 0.4s ease;
}

.menu-link {
  flex: 1;
  font-size: 18px;
  height: 55px;

  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 25px;
  color: #333;
  text-decoration: none;
  border-radius: 55px;
  transition: all 0.3s ease;
}

.menu-link i {

  width: 24px;
  text-align: center;
  font-size: 20px;
  font-weight: normal;
  color: #666;
}

.toggle-icon {

  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;

  transition: all 0.3s ease;
  color: #777;
}

.toggle-icon:hover {
 
  color: #1270B7;
}

.inpro_nav ul li:hover .menu-item-container,
.inpro_nav ul li.active .menu-item-container {
  background: #ffffff;
  box-shadow: 0 0 18px 0 rgba(0,0,0,0.06);
}

.inpro_nav ul li:hover .menu-link,
.inpro_nav ul li.active .menu-link {
 
  color: #1270B7;
  font-weight: 700;
}

.inpro_nav ul li .sub-menu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0.215, 0.610, 0.355, 1);
  width: 90%;
  margin: 0 auto;

}

.inpro_nav ul li .sub-menu.active {
  max-height: 500px;
}

.inpro_nav ul li .sub-menu li a {
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  padding: 0 20px;
  display: block;
  color: #555;
  text-decoration: none;
  border-radius: 30px;
  transition: all 0.3s ease;
  position: relative;
  margin: 5px 0;
}

.inpro_nav ul li .sub-menu li a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: #1270B7;
  border-radius: 50%;
}

.inpro_nav ul li .sub-menu li a:hover,
.inpro_nav ul li .sub-menu li a.active {

  color: #1270B7;
  font-weight: 600;
  
}

.inpro_nav ul li .sub-menu li a i {
  margin-right: 10px;
  font-size: 14px;
}

.toggle-icon i {
  transition: transform 0.3s ease;
}

.inpro_nav ul li.active .toggle-icon i {
  transform: rotate(180deg);
}
.inproduct .inpro_content { width: 80%;padding:20px 0 0 5%;  box-sizing: border-box;}

.inproduct .inpro_content .tit {display: flex; align-items: center; ;}


.inproduct .inpro_content .tit h3 {font-size: 28px;color: #333333;}
.inproduct .inpro_content ul { margin-top:30px; display: grid; grid-template-columns: repeat(3,1fr);   gap: 35px;  }

.inproduct .inpro_content ul li {text-align: center; background: #ffffff;border-radius:20px;box-shadow: 0 0  20px rgba(0,0,0,0.06); padding: 20px; box-sizing: border-box; transition: .5s;}

.inproduct .inpro_content ul li h5 {font-size:18px;color: #333333;font-weight: normal;width: 100%;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical; min-height: 43px;}

.inproduct .inpro_content ul li span {color: #666666; display: block; margin-top: 5px;}

.inproduct .inpro_content ul li .imgBox {height: 24 0px; display: flex; align-items: center; justify-content: center; margin-top: 20px;}

.inproduct .inpro_content ul li .imgBox img {max-width: 100%; max-height: 100%; object-fit: contain; transition: .4s;}

.inproduct .inpro_content ul li .more {width: 108px;height: 45px;border-radius:45px; margin: auto; color: #C1030E; transition: .5s; line-height: 45px; margin-top: 20px;font-weight: normal;}
.inproduct .inpro_content ul li:hover {background: #f6f6f6; box-shadow: none;}

.inproduct .inpro_content ul li:hover h5 {color: #E60008;}

.inproduct .inpro_content ul li:hover .more {background: #c1030e;color: #fff;}

.inproduct .inpro_content ul li:hover .imgBox img {transform: scale(1.03);}
/* 产品应用领域 */
.pro_apply { background: #f5f5f5; margin-top: 50px;}
.pro_apply .list2 { display: grid; grid-template-columns: repeat(3,1fr);    gap: 20px; margin-top: 50px;}
.pro_apply .list2 .title2 { background: #fff; padding:14px 10px;  display: flex; align-items: center;}
.pro_apply .list2 .title2 span{width: 24px!important;
margin-right: 8px;
height: 24px;
line-height: 24px;
text-align: center;
filter: drop-shadow(0px 3px 10.5px rgba(33, 184, 255, 0.35));
background-image: linear-gradient(0deg, #023474 0%, #19c3ff 100%);
border-radius: 15px 0px 15px 15px;
color: #fff;
display: inline-block; }
.pro_apply .list2 .title2 p { width: calc(100% - 32px); font-size: 18px;}
/* 产品banner */

.pro_banner {
position: relative;
display: flex;
align-items: center;
justify-content: space-between;
}


.pro_banner .banner-top {

width: 100%;

}
.pro_banner .banner-top .fzls_list { width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
overflow: hidden;
position: relative;}
.pro_banner .banner-top .scalePic {
position: relative;
left: auto;
top: auto;
transform: translate(0) scale(1.08);
width: 100%;
max-width: none;
transition: all 2s cubic-bezier(0.250, 0.460, 0.450, 0.940);
}
.pro_banner .banner-top .fzls_list .backbg { position: absolute; left: 0; top:0; background: rgba(0, 0, 0, .5); z-index: 3; content: ''; width: 100%; height: 100%;}
.pro_banner .banner-top .swiper-slide.swiper-slide-active .scalePic {
transform: translate(0) scale(1);
}
.pro_banner .banner-top .info {   position: absolute;
bottom: 35%;
left: 0;
right: 0;
margin: 0 auto;
z-index: 10;


text-align: left;
}
.pro_banner .banner-top .info b{ color: #fff;  font-size: 50px; margin-bottom: 20px; display: block; color: #fff;}


.pro_banner .banner-top .info span{ color: #fff; display: block; font-size: 28px;}

.pro_banner .banner-thumbs {
padding: 50px 0 120px 0;
width: 40%;
z-index: 2;
text-align: center;
height: auto;

position: absolute;
right: 0px;
bottom: 17%;

box-sizing: border-box;
}

.pro_banner .banner-thumbs .swiper-slide {
background:rgba(255, 255, 255, .3);
border-radius: 15px;
padding: 20px 0;
overflow: hidden;

box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
transition: all 0.4s ease;

}

/* 当前幻灯片 - 放大显示 */
.pro_banner .banner-thumbs .swiper-slide-active {
transform: scale(1.5);
z-index: 10;

}  
/* 前一个幻灯片隐藏 */
.pro_banner .banner-thumbs .swiper-slide-prev {

  opacity: 0!important;

}



/* 其他幻灯片 */
.pro_banner .banner-thumbs .swiper-slide:not(.swiper-slide-active) {
  transform: scale(0.9);

} 

/* 后张幻灯片 - 缩小并显示一半 */
.pro_banner .banner-thumbs .swiper-slide-next {
transform: translateX(80px)!important
}    

.pro_banner .banner-thumbs .swiper-slide img {
width: 100%;
}



.pro_banner .swiper-button-next {
background: none;
font-size: 30px;
left: calc(25% + 70px);
top: 92%;
color: #fff;
width: 50px;
height: 50px;
line-height: 50px;
border-radius: 100%;
text-align: center;
outline: none;
background: #1270B7;

}

.pro_banner .swiper-button-prev {
background: none;
font-size: 30px;
left: 26%;
width: 50px;
height: 50px;
background: #1270B7;
line-height: 50px;
border-radius: 100%;
top: 92%;
outline: none;
color: #fff;
}

.pro_banner .swiper-button-prev:hover,
.pro_banner .swiper-button-next:hover {
background: #E60008;
}
/* prodetail */
.inbanner .pro_detail{
display: flex;
align-items: center;
justify-content: space-between;
height: 100%;
margin-top: 120px;

}
.inbanner .pro_detail .pro_detail_tu{ width: 50%; }
.inbanner .pro_detail .pro_detail_txt{ width: 50%;}
.inbanner .pro_detail .pro_detail_txt b{ color: #fff; font-size: 42px;}
.inbanner .pro_detail .pro_detail_txt p{ color: #fff; font-size: 18px; margin-top: 30px;}
.detail_box { display: flex;justify-content: space-between; align-items: center; margin-top: 50px;}
.detail_boxx { display: flex; margin-top: 50px;}
.detail_tu{ width:46%;}
.detail_content{ width: 46%;  }

.detail_content p{
text-align: left;
line-height: 32px;
font-size: 18px;
color: #666;
margin-top: 15px;
}
.detail_boxx p{
text-align: left;
line-height: 32px;
font-size: 18px;
color: #666;
margin-top: 15px;
}
.jscs { background: #f5f5f5;}
.table-responsive{ width: 70%;}
.table-responsive thead th{ vertical-align: top; font-size: 16px; text-align: center;  color: #333;}
.table-responsive td{text-align: left; border-bottom: 1px solid #dee2e6;border-top: 1px solid #dee2e6;color: #666; font-size: 16px;}
.table-responsive td:nth-child(2n+1){ color: #000;}
.jscs_box { display: flex; justify-content: space-between; align-items: center;}
.jscs_tit { width: 30%;}
.jscs_tit .m_p1{ text-align: left;}
.xijie_box { overflow: hidden; position: relative;  margin-top: 50px; box-shadow: 0px 8px 30px 8px rgba(0, 0, 0, 0.2);}
.xijie_box .bg {z-index: 1; filter: blur(3px); position: absolute; left: 0; top:0; width: 100%; height: 100%;}
.xijie_con { padding: 30px; position: relative;
z-index: 2;display: flex; flex-direction: column; justify-content: space-between; background: rgba(0, 0, 0, .4);}
.ys_list_left {
padding: 20px;
line-height: 24px;
font-size: 14px;
color: #fff;


}

.ys_list_left b{line-height:56px;padding:20px 0; display: block;font-size:42px;position: relative; font-weight: 500; display: block; }

.ys_list_left p {
font-size: 16px;

line-height: 32px;

}

.ys_list_left p .lxing {

width: 0;

height: 0;

border: 5px solid transparent;

border-bottom-color: #ccc;

position: relative;

top: -5px;
margin-right: 5px;
display: inline-block;

}
.ys_list_left p .lxing::after{
content: '';

position: absolute;

left: -5px;

top: 5px;

width: 0;

height: 0;

border: 5px solid transparent;

border-top-color:#afafaf;
}
.ys_list_right {}
.ys_list_right .img img{ width: 100%;}
.ys_list_right .img{ display: flex; align-items: center; margin: 10px; justify-content: space-between; padding:20px; width:31.33%; float: left; background: rgba(255, 255, 255, .5);}
.ys_list_right .img p{ width: 38%; font-size: 30px; text-align: center;}
.mold { margin-top: 50px;}
.mold .pro_con { margin-top: 30px; display: flex; flex-wrap: wrap;}
.mold .pro_con li { display: block; float: left; width: calc(25% - 20px); margin:10px; padding: 10px; background: #f5f5f5; border: 1px solid #f2f4f5;}
.mold .pro_con span { display: block; overflow: hidden; }
.mold .pro_con p{ padding: 10px 15px; background: #f5f5f5; }
.mold .pro_con .cp_tit {
font-size: 18px;
line-height: 22px;
font-weight: 600;
text-align: center;  min-height: 74px;
color: #333;
padding-top: 20px;width: 100%;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;
}
.mold .pro_con .cp_dec{    
color: #888;
line-height: 20px;
padding-bottom:20px;
font-size: 14px;}
.mold .pro_con a:hover { box-shadow: 0 0 20px #dedede; background: #1270B7;}
.mold .pro_con a:hover p { color: #fff; background: #1270B7;}
/* 产品视频 */
.anlibg {
background: #F0F2F8;
}
.anli_box {
display: flex;
margin-top: 50px;
align-items: center;
flex-wrap: wrap;
transition: all .5s ease;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
}

.anli_box a img {
transition: all .3s;
}

.anli_box a {
background: #fff;
margin: 15px;
width: calc(33.33% - 30px);
overflow: hidden;
}

.anli_box a .info {
padding: 0 20px;
}

.anli_box .newsdate {
width: 100%;
overflow: hidden;
font-size: 16px;
color: #a8a8a8;
line-height: 30px;
margin-bottom: 20px;
}

.anli_box .newstit {
width: 100%;
overflow: hidden;
font-weight: bold;
font-size: 20px;
color: #333;
margin-top: 40px;
font-weight: bold;

}

.anli_box .newsdes {
width: 100%;
height: 38px;
font-size: 14px;
margin-top: 10px;
color: #666;

}

.anli_box a p {
color: #1270B7;
font-weight: bold;
font-size: 18px;
margin-top: 30px;
}

.anli_box .more2 {
margin-top: 20px;
padding-bottom: 30px;
text-align: right;
}

.anli_box a:hover {
background: #D8E6F4;
}

.anli_box a:hover .more2 {
color: #1270B7;
}

.anli_box a:hover img {
transform: scale(1.05);
}
.detail-video {  padding-bottom: 30px; background: #fff; width:calc(33.33% - 20px); margin: 10px;}
.detail-video p{ margin: 20px 0;}
.detail-video span{ text-align: right; font-weight: normal; font-size: 14px; color: #999;}
.detail-video a{ display: block;width: calc(100% - 30px); margin: 15px;}
.detail-video a:hover { background: none; color: #1270B7; }
/* 产品细节 */
.detail_wrap { position: relative;}

.detail_wrap .pinpai-item {
width: 100%;
background: none;
overflow: hidden;
}

.detail_wrap .pinpai-item .container {
background: none;

align-items: center;
display: flex;
justify-content: space-between;
}


.detail_wrap .pinpai-item .pinpai-text {
width: 45%;
padding: 50px 0 100px;
background: none;

overflow: hidden;
}
.detail_wrap .pinpai {

background: #1270B7;
padding: 60px 0 0;
}

.detail_wrap .pinpai a {
display: block;
text-decoration: none;
color: #fff;
margin-top: 15px;
}



.detail_wrap .pinpai .pinpai-imgbox {
width: 50%;
position: absolute;
right: 0;
bottom: 0;

}


.detail_wrap .pinpai-gs {
font-size: 40px;
font-weight: bold;
color: #fff;
font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
list-style: 52px;
}

.detail_wrap .pinpai .pinpai-h {
font-size: 42px;
line-height: 58px;
overflow: hidden;
padding: 20px 0;

color: #fff;
position: relative;
}

.detail_wrap .pinpai-text span {
font-weight: bold;
margin-top: 30px;
display: block;
font-size: 90px;
line-height: 1;
-webkit-text-fill-color: #1270B7;
-webkit-text-stroke-color: #fff;
-webkit-text-stroke-width: 1px;
white-space: nowrap;

}

.detail_wrap .pinpai .pinpai-sum {
color: #fff;
line-height: 28px;
margin-top: 10px;
font-size: 16px;
text-align: justify;
}


.detail_wrap .pinpai .swiper-button-next {
position: absolute;
top: 100%;
left: calc(50% - 60px);
transform: translateY(-50%);
text-align: center;
color: #1270B7;
background: #fff;

cursor: pointer;
overflow: hidden;
z-index: 999;
width: 60px;
font-size: 30px;
line-height: 60px;
height: 60px;
transition: all .5s ease;
outline: none;
}

.detail_wrap .pinpai .swiper-button-prev {
position: absolute;
top: 100%;
left: calc(50% - 120px);
transform: translateY(-50%);
text-align: center;
color: #1270B7;
background: #fff;
cursor: pointer;
overflow: hidden;
z-index: 999;
width: 60px;
font-size: 30px;
line-height: 60px;
height: 60px;
transition: all .5s ease;
outline: none;
}

.detail_wrap .pinpai .swiper-button-prev:hover, .detail_wrap .pinpai .swiper-button-next:hover {
background: #E60008;
color: #fff;
}

.detail_wrap .pinpai .swiper-num {
position: absolute;
z-index: 9;
right: 25px;
top: 160px;
color: #666;
background: rgba(255, 255, 255, .7);
padding: 10px 20px;
}

.detail_wrap .pinpai .swiper-num .active {
font-size: 26px;
font-weight: bold;
color: #1270B7;
}

.detail_wrap .pinpai .swiper-num {
font-size: 16px;
}

.detail_wrap .pinpai .swiper-pagination-bullet {
width: 10px;
height: 10px;

}