/* CSS Document */

body{font-size:14px;font-family: "microsoft yahei","微软雅黑","arial, helvetica, sans-serif";line-height:2rem;  color:#666666;} 
/* 滚动条整体样式 - 修复背景色覆盖问题 */
body::-webkit-scrollbar {
  width: 8px; /* 滚动条宽度 */
  /* 移除 background 设置 - 这个属性会覆盖轨道样式，导致track设置失效 */
}

/* 滚动条滑块（可拖动部分） */
body::-webkit-scrollbar-thumb {
  background: #017AFF; /* 主色调滑块 */
  border-radius: 4px; /* 增加圆角，更美观 */
  transition: background 0.2s ease; /* 悬停过渡效果 */
}

/* 滑块悬停效果（可选，提升体验） */
body::-webkit-scrollbar-thumb:hover {
  background: #0066cc; /* 悬停时颜色稍深 */
}

/* 滚动条轨道（背景） */
body::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1); /* 轨道背景色 */
  border-radius: 3px;
}

/* 禁止文本选中（保留你的设置） */
body::selection {
  background: transparent;
  color: inherit;
}

/* 基础布局 - 确保滚动条计算正常 */
html {
  height: auto; 
  overflow-y: auto; 
}
body {
  min-height: 100vh; 
  height: auto; 
  overflow-x: hidden;
  margin: 0; /* 移除默认margin，避免页面出现空白边 */
  padding: 0; /* 移除默认padding */
}
*{margin: 0;padding: 0;}
a:link {color: #333333;	text-decoration: none;}
a:visited {text-decoration: none;color: #333333;}
a:hover {text-decoration: none;}
a:active {text-decoration: none;}
@font-face {font-family: "iconfont";
  src: url('../fonts/iconfont.eot?t=1500716732349'); /* IE9*/
  src: url('../fonts/iconfont.eot?t=1500716732349#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/iconfont.woff?t=1500716732349') format('woff'), /* chrome, firefox */
  url('../fonts/iconfont.ttf?t=1500716732349') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  url('../fonts/iconfont.svg?t=1500716732349#iconfont') format('svg'); /* iOS 4.1- */
}
.iconfont {  font-family:"iconfont" !important;  font-size:16px;  font-style:normal;  -webkit-font-smoothing: antialiased;  -moz-osx-font-smoothing: grayscale;}

ul{ list-style:none;}
.clearfix{clear:both;}
 /* 主题 - 颜色 */

.flex{display: flex;display:-webkit-flex;justify-content: space-between;flex-wrap: wrap}
.w80{width:65%;margin: 0 auto}

.m-btn{ display:none;}
.m-bnt{ display:none;}

.header{ width:100%; transition: padding-top .3s; position: fixed; top: 0;  z-index: 900; height:65px; }
.header .logo{ width:12%; height:65px; float:left; text-align:center; }
.header .logo img{ height:100%;} 
/* Logo鍒囨崲鏁堟灉 */
.logo-light {
  opacity: 1;
  display: block;
}

.logo-dark {
  opacity: 0;
  display: none;
  position: absolute;
}

.navbar.solid .logo-light {
  opacity: 0;
  display: none;
}

.navbar.solid .logo-dark {
  opacity: 1;
  display: block;
}


.transparent {
  background-color: transparent;
  box-shadow: none;
}
.solid{background-color: rgba(255, 255, 255, 1);}
.header .navger{ float:left; width:55%; padding-left:2%;}
.header .navger ul{}
.header .navger li{ float:left; margin-left:25px;  margin-right:25px; text-align:center; height:65px; line-height:65px; border-bottom:3px solid rgba(0, 0, 0, 0); transition: border-color 0.7s ease;position:relative;}
.header .navger li a{ font-size:14px;}
.arrow-icon {display: inline-block;font-size: 10px;margin-left: 5px;    transition: transform 0.3s ease; /* 旋转动画 */    line-height: 1; /* 垂直对齐 */}
/* 鼠标悬停时箭头旋转向上 */
.has-submenu:hover .arrow-icon {transform: rotate(180deg);}
.header .navger li .submenu {
    position: absolute;
	overflow:hidden;
    transform: translateX(-50%); /* 水平居中 */
    background-color: #fff; /* 白色背景，可根据需求调整 */
    padding:20px;
	padding-top:10px;
	padding-bottom:10px;
	min-width:60px;
    border-radius: 8px;
    box-shadow: 0px 4px 9px 0px #1F354E33;
    display: none; /* 默认隐藏 */
    z-index: 998; /* 确保在最上层 */
	left:25px;
	top:55px;
}
.header .navger li:hover .submenu{display: block;}
.header .navger li .submenu li {
    float: none; /* 取消浮动，垂直排列 */
    height: 40px; /* 调整高度 */
    line-height: 40px; /* 调整行高 */
    margin: 0; /* 取消左右边距 */
    border-bottom: none; /* 取消底部边框 */
    text-align: center; /* 文字左对齐 */
    transition: background-color 0.3s ease;
}
.header .zyqh{ float:right; width:15%;  height:65px; line-height:65px; }
.header .zyqh .login{color: #017AFF; }
.header .zyqh .tiyan{height: 40px;width: 98px;border-radius: 50px;padding: 10px 20px;    line-height: 20px;    text-align: center;    color: #fff;    background: #017AFF;    margin-left: 32px;    /* border: 2px solid #017AFF; */
transition: all .4s;cursor: pointer;}

.full-wrap{}
.slidebox { 
    clear: both; 
    width: 100%; 
    height:600px; 
    overflow: hidden; 
    position: relative; 
}
/* 轮播核心样式：500ms动画 */
.slidebox ul,
.slidebox ul li,
.slidebox ul li img {
    width: 100%;
    height: 100%;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}
/* 按钮样式 */
.slidebox a.prev, .slidebox a.next { 
    position: absolute; 
    left: 20px; 
    top: 50%; 
    transform: translateY(-50%); 
    background: #FFF url(../images/arrow_pn.png) no-repeat center ; 
    display: block; 
    filter: Alpha(Opacity=50); 
    opacity: 0.5; 
    width: 50px; 
    height: 50px; 
    border-radius: 3px; 
    z-index: 998 !important; 
    cursor: pointer; 
}
.slidebox a:hover.prev, .slidebox a:hover.next { 
    filter: Alpha(Opacity=90); 
    opacity: 0.9; 
}
.slidebox a.next { 
    right: 20px !important; 
    left: auto; 
    background: #FFF url(../images/arrow_pns.png) no-repeat center; 
}
/* 图片适配 */
.slidebox ul li img {
    object-fit: cover;
    display: block;
}

/* 广告文字容器 */
.slide-text-group {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 90;
    pointer-events: none;
}

/* 通用文字样式（基础配置） */
.slide-text {
    position: absolute;
    top: 40%;
    color: #000;
    opacity: 0;
	width:100%;
    transition: all 1s ease-in-out 0.2s; /* 1s动画+0.2s延迟，慢于轮播 */
    -webkit-transition: all 1s ease-in-out 0.2s;
}

/* item1：左侧位置 + 左→右滑入 */
.slide-text.item1 {
    left:19%; /* 左侧位置 */
    text-align: left;
    transform: translateX(-50px); /* 初始左移，滑入时归位 */
}
.slide-text.item1.active {
    opacity: 1;
    transform: translateX(0);
}

/* item2：右侧位置 + 右→左滑入 */
.slide-text.item2 {
    right: 18%; /* 右侧位置 */
    left: auto;
    text-align: right;
    transform: translateX(50px); /* 初始右移，滑入时归位 */
}
.slide-text.item2.active {
    opacity: 1;
    transform: translateX(0);
}

.slide-text.item3 {
    left: 19%; /* 和item1一致的左侧位置 */
    text-align: left; /* 和item1一致的左对齐 */
    transform: translateY(50px); /* 保持原有下→上动画（初始下移） */
}
.slide-text.item3.active {
    opacity: 1;
    transform: translateY(0); /* 下→上归位 */
}

/* 替换item3装饰图片样式：位置和item1右侧图片对齐，保留上→下动画 */
.item3 .img-middle {
    right: -100px; /* 和item1右侧图片初始位置一致 */
    top: -50px; /* 初始上方外（上→下动画） */
    transform: translateY(-50px);
}
.item3.active .img-middle {
    opacity: 1;
    right: -120px; /* 和item1右侧图片最终位置一致 */
    top: 50%; /* 垂直居中（上→下归位） */
    transform: translateY(-50%);
}

/* 修正item3 p标签样式：取消居中，和item1一致 */


/* 文字样式细节 */
.slide-text h3 {
    font-size:36px;
    margin-bottom: 20px;
    line-height: 1.2;
}
.slide-text p {
    font-size: 18px;
    line-height: 1.4;
    max-width: 600px;
}
/* 给item2的p标签加右对齐，避免文字换行混乱 */
.slide-text.item2 p {
    margin-left: auto;
}

/* ------------------- 新增装饰图片样式 ------------------- */
/* 通用装饰图片容器 */
.decor-img {
    position: absolute;
    opacity: 0;
    transition: all 1s ease-in-out 0.4s; /* 比文字晚0.2s动画，更有层次感 */
    -webkit-transition: all 1s ease-in-out 0.4s;
    z-index: -1; /* 图片在文字下方 */
    width:500px; /* 可根据实际需求调整 */
    height:500px;
}
.decor-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* item1右侧图片：右→左进入 */
.item1 .img-right {
    right:37%; /* 初始右侧外 */
    top: 50%;
    transform: translateY(-50%) translateX(50px);
}
.item1.active .img-right {
    opacity: 1;
    right: 37%; /* 最终位置（文字右侧） */
    transform: translateY(-50%) translateX(0);
}

/* item2左侧图片：左→右进入 */
.item2 .img-left {
    left:37%; /* 初始左侧外 */
    top: 50%;
    transform: translateY(-50%) translateX(-50px);
}
.item2.active .img-left {
    opacity: 1;
    left: 37%; /* 最终位置（文字左侧） */
    transform: translateY(-50%) translateX(0);
}

/* item3左侧图片：上→下进入 */
.item3 .img-middle {
    left: 35%; /* 文字左侧 */
    top: -50px; /* 初始上方外 */
    transform: translateY(-50px);
}
.item3.active .img-middle {
    opacity: 1;
    top: 50%; /* 最终垂直居中 */
    transform: translateY(-50%);
}
.navbox{ display:none;}
.evnav{ display:none;}


@media only screen and (max-width:1400px){
.header .logo{ width:15%;}
.header .navger li{ margin-left:15px;  margin-right:15px;}
.header .zyqh{ width:18%;}
.header .zyqh .tiyan{height: 40px;width:78px;border-radius: 50px;padding: 10px 20px;    line-height: 20px;    text-align: center;    color: #fff;    background: #017AFF;    margin-left:12px;    /* border: 2px solid #017AFF; */
transition: all .4s;cursor: pointer;}
}
@media only screen and (max-width:1270px){
.header .logo{ width:18%;}
.header .navger li{ margin-left:10px;  margin-right:10px;}
.header .zyqh{ width:18%;}
.header .zyqh .tiyan{height: 40px;width:78px;border-radius: 50px;padding: 10px 20px;    line-height: 20px;    text-align: center;    color: #fff;    background: #017AFF;    margin-left:12px;    /* border: 2px solid #017AFF; */
transition: all .4s;cursor: pointer;}
}

.footer{ background: #353535; width:100%; padding-top:30px; }
.footer .foot{ width:65%; margin:0 auto; padding-bottom:30px;}
.footer .foot .logo{ float:left; width:13%; text-align:center;}
.footer .foot .logo .lg{ margin-bottom:20px;width:100%;}
.footer .foot .logo .wm{ width:50%;}
.bq{ float:left; width:75%; padding-left:5%; padding-right:5%;}
.bq dl{ list-style:none; padding-top:10px;}
.bq dd{ width:13%; padding-left:2%; padding-right:2%; float:left; text-align:left;}
.bq .xxcl{ padding-left:2%; width:28%;}
.bq dd h3{ font-weight:normal; font-size:14px;}
.bq dd h3 a{ color:#FFFFFF; }
.bq dd ul{}
.bq dd li{color:#999999;transition: all 0.3s ease;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease; line-height:26px;font-size:12px;}
.bq dd li:hover{color:#FFFFFF;}
.bq dd li a{ color:#999999;transition: all 0.3s ease;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;font-size:12px;}
.bq dd li a:hover{ color:#FFFFFF;}
.footer .copy{ background:#000000; line-height:45px; height:45px; text-align:center; transition: all 0.3s ease;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;font-size:12px;}
.footer .copy:hover{color:#FFFFFF;}
@media only screen and (max-width:640px){
.w80{ width:100%;}
.slidebox a.prev, .slidebox a.next{ z-index:99;}
.header{ height:55px; position:relative; z-index:98;}
.header .topkey{ display:none;}
.m-btn{ display:block; padding-top:12px; float:left; width:5%; padding-left:5%;}
.line {display:block; width:23px;height:2px;margin:0 auto; margin-top:6px; background:#CCCCCC;}
.lines{ width:25px;  margin:0 auto;margin-top:8px; }
.header .navger{ display:none;}
.header .logo{ height:55px; text-align:center; width:80%; float:left; text-align:center; }
.header .logo img{ width:50%; height:auto;}
.header .zyqh{ display:none;}
.header .m-bnt{display:block; padding-top:20px; float:left; width:5%; padding-right:5%;}
.ditu{ width:21px; height:21px; background:url(../images/abct.png) no-repeat; display:block;margin-top:8px; }
.full-wrap{ margin-top:0px;}
.slide-text { top:30%;}
.slide-text h3 {
    font-size:14px;
    margin-bottom: 10px;
    line-height: 1.2;
}
.slide-text p {
    font-size:10px;
    line-height: 1.4;
    max-width:100px;
}
.slide-text.item1 { left:5%;}
.slide-text.item2 { right:5%;}
.slide-text.item3 { left:5%;}
.slidebox{ height:190px;}
.slidebox img{ width:100%;}
.decor-img {
    width:130px; /* 可根据实际需求调整 */
    height:130px;
}
.item1 .img-right {
    right:5%; /* 初始右侧外 */
    top: 50%;
    transform: translateY(-50%) translateX(50px);
}
.item1.active .img-right {
    opacity: 1;
    right: 10%; /* 最终位置（文字右侧） */
    transform: translateY(-50%) translateX(0);
}

/* item2左侧图片：左→右进入 */
.item2 .img-left {
    left:10%; /* 初始左侧外 */
    top: 50%;
    transform: translateY(-50%) translateX(-50px);
}
.item2.active .img-left {
    opacity: 1;
    left: 10%; /* 最终位置（文字左侧） */
    transform: translateY(-50%) translateX(0);
}

/* item3左侧图片：上→下进入 */
.item3 .img-middle {
    left:53%; /* 文字左侧 */
    top: -50px; /* 初始上方外 */
    transform: translateY(-50px);
}
.item3.active .img-middle {
    opacity: 1;
    top: 50%; /* 最终垂直居中 */
}
.navbox{position: fixed;top: 0;left: 0;width: 100%;height: 100%;background:#FFF;z-index: 999; display:none;}
.navbox ul{position: relative; padding:20px;top:70px;}
.navbox ul li{	width:93%; padding-left:7%;text-align:left; border-bottom:1px solid #CCCCCC;}
.navbox ul li a{font-size:14px;color: #999;line-height: 52px;}
.navbox .close{	font-size:28px; -moz-transition:all 0.6s cubic-bezier(0.23,1,0.32,1); -webkit-transition:all 0.6s cubic-bezier(0.23,1,0.32,1);	transition:all 0.6s cubic-bezier(0.23,1,0.32,1); color: #999; position: absolute; top: 3%; left: 5%; cursor: pointer}
.navbox .close:before{content: "\e69a";}


.evnav{position: fixed;top: 70px;right: 0;width:33%;height:10%;background:#FFF;z-index:999; display:none;}
.evnav ul{position: relative; padding:20px; padding-top:0px; padding-bottom:0px;}
.evnav ul li{width:94%; padding-left:3%; padding-right:3%;text-align:left;}
.evnav ul li a{font-size:14px;color: #999;line-height:52px;}

.evnav .yczy{ border:0px;width:98px; padding-left:0px; position:relative; z-index:100;animation: slideDown 0.8s ease; /* 濞ｈ濮為崝銊ф暰 */  display:block; height:30px; line-height:30px;}
.s_multi_language_icots{background: url(../images/abcc.png) -246px -70px;display: inline-block;height: 18px;min-width: 24px;vertical-align: middle;width: 24px; margin-right:8px;}
.s_multi_language_icot{background: url(../images/abcc.png) -246px -113px;display: inline-block;height: 18px;min-width: 24px;vertical-align: middle;width: 24px; margin-right:8px;}

.slidebox a.prev, .slidebox a.next { position: absolute; left: 20px; top: 50%; background: #fff url(../images/arrow_pn.png) no-repeat center; display: block; filter: Alpha(Opacity=50); Opacity: 0.5; width: 30px; height: 30px; border-radius: 3px; z-index: 100; }
.slidebox a:hover.prev, .slidebox a:hover.next { filter: Alpha(Opacity=90); Opacity: 0.9; }
.slidebox a.next { right: 20px !important; left: auto; background: #fff url(../images/arrow_pns.png) no-repeat center; }
.g-rmenu { display:none;}

.footer{ background: #353535; width:100%; padding-top:30px; }
.footer .foot{ width:35%; margin:0 auto;}
.footer .foot .logo{ float:none; width:100%; text-align:center;}
.footer .foot .logo .lg{ margin-bottom:20px;width:100%;}
.footer .foot .logo .wm{ width:100%;}
.bq{ display:none;}
.bq dl{ list-style:none; padding-top:10px;}
.bq dd{ width:13%; padding-left:2%; padding-right:2%; float:left; text-align:left;}
.bq .xxcl{ padding-left:2%; width:28%;}
.bq dd h3{ font-weight:normal; font-size:14px;}
.bq dd h3 a{ color:#FFFFFF; }
.bq dd ul{}
.bq dd li{color:#999999;transition: all 0.3s ease;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease; line-height:26px;font-size:12px;}
.bq dd li:hover{color:#FFFFFF;}
.bq dd li a{ color:#999999;transition: all 0.3s ease;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;font-size:12px;}
.bq dd li a:hover{ color:#FFFFFF;}
.footer .copy{ line-height:20px; height:auto; padding-left:10%; padding-right:10%; width:80%; padding-top:10px; padding-bottom:10px;}
}

.g-rmenu {
  position: fixed;
  right: 10px;
  top: 50%;
  margin-top: -100px;
  padding-bottom: 15px;
  z-index: 999;
  width: 72px;
}

.g-rmenu .btn {
  width: 72px;
  height: 72px;
  cursor: pointer;
  position: relative;
  padding: 0;
  border: 0 none;
}

.g-rmenu .btn-qq {
  background: url(../img/r_qq.png) 0px 0px no-repeat;
  background-color: #ff811b;
  margin-bottom: 8px;
}

.g-rmenu .btn-qq:hover {
  background-color: #ff811b;
}

.g-rmenu a.btn-qq,
.g-rmenu a.btn-qq:visited {
  background: url(../images/r_qq.png) 0px 0px no-repeat;
  background-color: #ff811b;
  text-decoration: none;
  display: block;
}

.g-rmenu .btn-wx {
  background: url(../images/r_wx.png) 0px 0px no-repeat;
  background-color: #58a81c;
  margin-bottom: 8px;
}

.g-rmenu .btn-wx:hover {
  background-color: #58a81c;
}

.g-rmenu .btn-wx .pic {
  position: absolute;
  left: -160px;
  top: 0px;
  display: none;
  width: 150px;
  height: 150px;
}

.g-rmenu .btn-phone {
  background: url(../images/r_phone.png) 0px 0px no-repeat;
  background-color: #0064ff;
  margin-bottom: 8px;
}

.g-rmenu .btn-phone:hover {
  background-color: #0064ff;
}

.g-rmenu .btn-phone .phone {
  background-color: #0064ff;
  position: absolute;
  width: 160px;
  left: -160px;
  top: 0px;
  line-height: 72px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  display: none;
}

.g-rmenu .btn-top {
  background: url(../images/r_top.png) 0px 0px no-repeat;
  background-color: #bbb;
}

.g-rmenu .btn-top:hover {
  background-color: #bbb;
}


.home-service{ width:65%; margin:auto; padding-top:50px; padding-bottom:30px;}
.home-service h2{font-size:28px;margin: 30px auto 50px;font-weight: 600;font-family: "PingFang SC", "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", sans-serif; color:#000000; text-align:center;}
.home-service .uls{ padding-top:20px;}
.home-service .ctty{ float:left; width:30%; margin-right:4.7%; position:relative; border: 1px solid rgba(225, 227, 232, 0.48); background-color: #fff; border-radius: 4px; box-shadow: 0 2px 2px 0 rgb(44 71 146 / 17%);  }
.home-service .ctty:nth-last-child(2){ margin-right:0;}
.home-service .ctty .h31{background: linear-gradient(180deg, #648cff 0%, #4172fa 100%);    box-shadow: 0 3px 4px 0 rgb(44 71 146 / 32%);    height: 148px;    text-align: center;}
.home-service .ctty .h32{background: linear-gradient(0deg, #7058f2 0%, #8974ff 100%);    box-shadow: 0 3px 4px 0 rgb(44 71 146 / 32%);    height: 148px;    text-align: center;}
.home-service .ctty .h33{background: linear-gradient(0deg, #38bcf9 0%, #38bcf9 100%);    box-shadow: 0 3px 4px 0 rgb(44 71 146 / 32%);    height: 148px;    text-align: center;}
.home-service .ctty h3{ color:#FFFFFF;}
.home-service .ctty h3 .p1 img {vertical-align: top;    margin-right: 10px;}
.home-service .ctty h3 .p1 {padding-top: 37px;margin-bottom: 16px;font-size: 24px;line-height: 30px;font-family: "PingFang SC", "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", sans-serif;    font-weight: 600;}
.home-service .ctty h3 .p2 {color: #fff;font-size: 16px;line-height: 26px;font-weight: 400;}
.home-service > .uls > .ctty:after {
    content: "";
    display: block;
    position: absolute;
    right: -55px;
    top: 76px;
    width: 50px;
    height: 16px;
    overflow: hidden;
    /* background: url(../img/icon_r1.png) no-repeat center; */
    /* background-size: 100% 100%; */
    background: url(../images/blue_arrow.gif) no-repeat center;
    background-size: auto 65%;
}
.home-service > .uls > .ctty:nth-child(3):after {display: none;}
.home-service .ctty .c {height: 330px;}
.home-service .c .list .item {  flex-grow: 1;  position: relative;  width: 50%;  display: flex;  align-items: center;  padding: 10px 0x; margin-bottom:10px;}
.home-service .c .list {  display: flex;  flex-wrap: wrap;  padding: 15px;}
.home-service .c .list .item .ls {  position: relative;  height: 100%;}
.home-service .c .list .item .ls i,
.home-service .c dl li i {  font-size: 36px;  line-height: 50px;  width: 50px;  height: 50px;  vertical-align: top;color: #3973ff;}
.home-service .c .list .item .ls {  flex-basis:48px;}
.home-service .c .list .item .rs {  text-align: left;}
.home-service .c .t {  color: rgba(18, 20, 28, 0.7);  font-size: 13px;  font-weight: 600; line-height:26px;}
.home-service .c .d {  color: rgba(18, 20, 28, 0.5);  font-weight: 400; font-size: 12px; line-height:20px;}
.home-service .c .list .item .ls i, .home-service-step .c dl li i {font-size: 36px;line-height: 50px;  width: 50px;    height: 50px;    vertical-align: top;}

.p15 {  padding: 15px;  text-align: left;}
.home-service .c dl {  padding: 10px;  margin-bottom: 0;}
.home-service .c dd {  padding-left: 24px;   font-size: 14px !important;  line-height: 1.8;}
.home-service .c ul {  display: flex;  flex-wrap: wrap;  padding: 0;}
.home-service .c dl li {  list-style: none;  width: 50%;  padding: 5px 0;  align-items: center;  line-height:40px;  color: rgba(18, 20, 28, 0.7);  font-size: 13px;  font-weight: 600;}
.home-service .c dl li i {  font-weight: 400;  margin-right: 6px;  vertical-align: middle;  color: #38bcf9;}
.home-service .btm {  margin-top: -15px;}
.home-service .c dl .c1 li i {  color: #644cea;}


.home-haiguan{ width:65%; margin:auto; padding-top:50px; padding-bottom:30px;}
.home-haiguan h2{font-size:28px;margin: 30px auto 50px;font-weight: 600;font-family: "PingFang SC", "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", sans-serif; color:#000000; text-align:center;}
.home-haiguan .aigua{display: flex; justify-content: flex-start; width:100%;}
.home-haiguan .aigua .aigua-left{ width:30%;}
.home-haiguan .aigua .aigua-left .item-list{position: relative; min-height: 4.975rem; padding-left: 1px; color: #333; font-size: .875rem;}
.home-haiguan .aigua .aigua-left .item-list .arco-wrapper {position: absolute; left: 0;height: 100%;text-align: center; }
.home-haiguan .aigua .aigua-left .item-list .arco-wrapper .dot-line {position: absolute;top: 1.125031rem; bottom: -4.0005px; left:50%;box-sizing: border-box; width:1px; border-left-width: 1px;transform: translate(-50%);}
.home-haiguan .aigua .aigua-left .item-list .arco-wrapper .dot-line-height{height: 21.8rem; background-color: #006be1; position:absolute; top:-5px;}
.home-haiguan .aigua .aigua-left .item-list .arco-wrapper .hgsj-dot{width: 12px; height: 12px; background-image: url(../images/dot.png); background-size: 100% 100%; background-repeat: no-repeat; cursor: pointer;position: absolute;left:-6px; top:-5px;}
.home-haiguan .aigua .aigua-left .item-list .cont-wrapper {margin-bottom: 4px;color:#999;font-size: .875rem;line-height: 1.5715;position: relative; margin-left: 1.5rem;background: #c8e2ff;border-radius: 4px; height: 5.8875rem; padding-left: 1rem; padding-right:1rem;margin-bottom: 1.25rem;}
.home-haiguan .aigua .aigua-left .item-list .cont-wrapper .hgsj-item {width: 30.6875rem; text-align: start;align-items:center;padding-top: 1.225rem; cursor: pointer; margin-bottom:2px;}
.fls{display: flex; justify-content: flex-start;align-items: center; }
.home-haiguan .aigua .aigua-left .item-list .cont-wrapper .hgsj-item span{ color:#333333; font-weight:600; font-size:14px;}
.home-haiguan .aigua .aigua-left .item-list .cont-wrapper .hgsj-item-icon{width: 7.875rem;height: 13px;background-image: url(../images/hgsj-item-icon.png);background-size: 100% 100%;background-repeat: no-repeat;}
.home-haiguan .aigua .aigua-left .item-list .cont-wrapper .hgsj-item-description{font-weight: 400;font-size: .875rem;color: #666;line-height: 1.0625rem; opacity: 1;    white-space: normal; /* 恢复默认的正常换行（关键） */
    word-wrap: break-word; /* 兼容旧浏览器，长单词/URL 换行 */
    word-break: break-all; /* 强制换行，包括中英文混合场景 */
    overflow-wrap: break-word; /* 现代浏览器推荐的换行属性 */}

.home-haiguan .aigua .aigua-left .active .arco-wrapper .hgsj-dot{background-image: url(../images/dot-active.png);width: 2.25rem !important; height: 2.25rem !important; position: absolute;left:-18px; top:-17px;}
.home-haiguan .aigua .aigua-left .active .cont-wrapper{background:#006be1;}
.home-haiguan .aigua .aigua-left .active .cont-wrapper .hgsj-item span{ color:#FFFFFF;}
.home-haiguan .aigua .aigua-left .active .cont-wrapper .hgsj-item-description{ color:#FFFFFF;}
.home-haiguan .aigua .aigua-left .active .cont-wrapper .hgsj-item-icon{background-image: url(../images/hgsj-item-icon-active.png);}

.home-haiguan .aigua .aigua-right{ width:69%; margin-left:1%; position:relative; overflow:hidden;}
.home-haiguan .aigua .aigua-right img{ width:100%; position:absolute; top:0; object-fit: cover;transform: translateZ(0); transform: scale(0); opacity: 0; transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1); transform-origin: center center; /* 动画原点：图片中心 */}
.home-haiguan .aigua .aigua-right img.active-img {
    transform: scale(1);
    opacity: 1;
}

.home-pingtai{ background:url(../images/mysj-bg.png) no-repeat center center; height:532px; padding-top:30px; margin-top:50px; margin-bottom:30px;}
.home-pingtai h2{font-size:28px;margin: 30px auto 50px;font-weight: 600;font-family: "PingFang SC", "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", sans-serif; color:#000000; text-align:center;}
.home-pingtai .pingtai-c1{ width:65%; margin:0 auto;}
.home-pingtai .pingtai-c1 .k1{ width:33.3333%;}
.home-pingtai .pingtai-c1 .k2{ width: 24.6875rem; margin-left: 5rem; margin-top: 10px;}
.home-pingtai .pingtai-c1 .k3{ width:33.3333%;}
.home-pingtai .pingtai-c1 .pingtai-iteq-1{ background:url(../images/mysj-content-middle-bg.png) no-repeat;width: 13.875rem; height: 14.1875rem; background-size: 100% 100%; background-repeat: no-repeat; margin-left: 1.25rem;}
.home-pingtai .pingtai-c1 .pingtai-iteb-1{margin-left: 8rem; margin-bottom: 1.875rem; }
.home-pingtai .pingtai-c1 .pingtai-iten-1{margin-bottom: 1.875rem;}
.home-pingtai .pingtai-c1 .pingtai-iten-2{margin-left: 5.625rem !important;}
.home-pingtai .pingtai-c1 .item{width: 18.4375rem;height: 6.25rem;}

.home-pingtai .pingtai-c1 .item-icon{width: 41px; height: 49px;}
.home-pingtai .pingtai-c1 .item-icon-1{background:url(../images/mysj-content-left-item-icon-1.png) no-repeat; background-size: 100% 100%;}
.home-pingtai .pingtai-c1 .item-icon-2{background:url(../images/mysj-content-left-item-icon-2.png) no-repeat; background-size: 100% 100%;}
.home-pingtai .pingtai-c1 .item-icon-3{background:url(../images/mysj-content-middle-item-icon-3.png) no-repeat; background-size: 100% 100%;}
.home-pingtai .pingtai-c1 .item-icon-4{background:url(../images/mysj-content-left-item-icon-4.png) no-repeat; background-size: 100% 100%;}
.home-pingtai .pingtai-c1 .item-icon-5{background:url(../images/mysj-content-left-item-icon-5.png) no-repeat; background-size: 100% 100%;}
.home-pingtai .pingtai-c1 .item-text{width: 14.6875rem; margin-left: 7px;x display: flex; align-items: center; flex-wrap: wrap;}
.home-pingtai .pingtai-c1 .item-text .item-text-title{font-weight: 500; font-size: .9375rem; color: #333; line-height: 1.0625rem; margin-bottom: 4px;}
.home-pingtai .pingtai-c1 .item-text .item-text-descr{font-weight: 400;font-size: .875rem;color: #666;line-height: 1.0625rem;}



.home-detail3{ width:65%; margin:0 auto; padding-top:30px; padding-bottom:30px;}
.home-detail3 h2{font-size:28px;margin: 30px auto 50px;font-weight: 600;font-family: "PingFang SC", "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", sans-serif; color:#000000; text-align:center;}
.home-detail3 .detail3-main{background-color: #fff; box-shadow: 0 2px 72px 0 #0000001c; border-radius: 16px; padding: 16px; margin-top: 64px;}
.home-detail3 img{ width:100%;}
.popUpWrap{display: none;}
.popUpWrap .bg {position: absolute; left: 0; top: 0; background: rgba(0,0,0,.6); width: 100%; height: 100%; z-index: 1000;}
.popUpWrap.video .video-close{position: fixed; z-index: 1002; top: 50%; margin-top: -280px; left: 50%; margin-left: 465px; cursor: pointer;}
.popUpWrap.video .video-close img{ width: 40px;}
.popUpWrap.video video{width: 1024px; height: 576px; object-fit: fill; position: fixed; margin: 0 auto; z-index: 1001;left: 0;right: 0;bottom: 0;top: 50%;margin-top: -285px;}
.popUpWrap .close2 {background-size: 36px 1440px;width: 40px;height: 40px; background-position: center -820px; position: absolute; right: 10px; top: 10px; z-index: 1;  background-size: 22px 880px;display: inline-block;vertical-align: middle;}




.home-case{ width:100%; padding-top:50px; padding-bottom:30px; position: relative; overflow: hidden; height: 612px;}
.home-case h2{font-size:28px;margin: 30px auto 50px;font-weight: 600;font-family: "PingFang SC", "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", sans-serif; color:#000000; text-align:center;   position: relative;  z-index: 10;}

.home-case .case-list{width: 100%;  height: 548px;  position: absolute; top:0; left: 0;  overflow: hidden; visibility: hidden; opacity: 0; transform: translateX(20px); z-index: 1; }
.home-case .active{visibility: visible;  opacity: 1;   z-index: 5  transform: translateX(0);   position: relative; transition: opacity 0.3s ease, transform 0.3s ease;}
@keyframes fadeInSlide {
  from {
    opacity: 0;
    transform: translateX(20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.home-case .case-list .list-left{width: 60%;position: absolute;top: 48px;left: 0;z-index: 1;background-color: #f6f6f6;height: 500px;backface-visibility: hidden;}
.home-case .case-list .left-content{  position: absolute;  left: 20vw;  top: 10vh;}
.home-case .case-list .detail6-icon {margin-bottom: 24px;}
.home-case .case-list .detail6-icon img {  height: 60px;}
.home-case .case-list .detail6-left-text {  font-size: 16px;  color: #666666;  width: 478px;  margin-bottom: 70px;}
.home-case .case-list .gl-left-control>div {  width: 24px; padding-left:10px; padding-right:14px;  height: 48px;  line-height: 46px;  border-radius: 50%;  border: 1px solid #D8D8D8;  text-align: center;  font-size: 0;  display: inline-flex;  cursor: pointer;}
.home-case .case-list .gl-left-control>div>img {  width: 24px;   }
.home-case .case-list .gl-right-control-item {  transform: rotate(180deg);  margin-left: 20px;}
.home-case .case-list .list-right{z-index: 2;top: 0;left: 50%;position: absolute;backface-visibility: hidden;}



.home-kehu{ width:100%; padding-top:50px; padding-bottom:40px;}
.home-kehu h2{font-size:28px;margin: 30px auto 50px;font-weight: 600;font-family: "PingFang SC", "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", sans-serif; color:#000000; text-align:center;}
.home-kehu .container{ width:65%; margin:0 auto;}
.home-kehu .scroll {  position: relative;  margin: 0 auto;  overflow: hidden;
  mask-image: linear-gradient(
    90deg,
    transparent,
    #fff 20%,
    #fff 80%,
    transparent
  );
  -webkit-mask-image: linear-gradient(
    90deg,
    transparent,
    #fff 20%,
    #fff 80%,
    transparent
  );
}
.home-kehu .scroll-img-box,
.home-kehu .scroll {  display: flex;}
.home-kehu .container-scroll {  padding-right: 10px;  margin-bottom: 20px;}
.home-kehu .scroll-img-box > div {  display: flex;  justify-content: center;  align-items: center;  gap: 10px;}
.home-kehu .scroll-img-box .bg {  width: 150px;  height: 60px;  transition: filter 0.5s;  border-radius: 5px;  background: #fff;  box-shadow: 0 3px 10px 0 rgba(180, 200, 235, 0.1);}
.home-kehu .scroll-img-box .bg img {  width: 100%;  height: 100%;}
.home-kehu .scroll > div {  white-space: nowrap;  animation: animate var(--t) linear infinite;  animation-delay: calc(var(--t) * -1);}
@keyframes animate {
  0% {
    transform: translateX(100%);
  }

  to {
    transform: translateX(-100%);
  }
}

.home-kehu .scroll > div:nth-child(2) {  animation: animate2 var(--t) linear infinite;  animation-delay: calc(var(--t) / -2);}
@keyframes animate2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}



.welcome-reviews {  position: relative;  padding: 40px 0 90px;}
.welcome-reviews::before {  content: '';  z-index: -1;  position: absolute;  width: 442px;  height: 442px;  left: 50%;  top: 19.58%;  transform: translateX(-191.18%);  border-radius: 50%;  background: radial-gradient(50% 50% at 50% 50%, rgba(93, 239, 255, 0.40) 53.02%, rgba(93, 239, 255, 0.12) 100%);  filter: blur(186px);}
.welcome-reviews::after {content: ''; z-index: -1;  position: absolute; width: 442px; height: 442px; left: 30%; top: 19.58%; transform: translateX(191.18%); border-radius: 50%;  background: radial-gradient(50% 50% at 50% 50%, rgba(93, 239, 255, 0.40) 83.02%, rgba(93, 239, 255, 0.12) 100%); filter: blur(186px);
}
.welcome-reviews .home-news{ margin:0 auto; width:65%;}
.welcome-reviews .home-news h2{font-size:28px;margin: 30px auto 50px;font-weight: 600;font-family: "PingFang SC", "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", sans-serif; color:#000000; text-align:center;}
.welcome-reviews .home-news dl{ list-style:none;}
.welcome-reviews .home-news img{ width:100%;}
.welcome-reviews .home-news dd{ padding:25px; background:#FFFFFF;border-radius: 8px;box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); }
.welcome-reviews .home-news .c1{ width:47%; margin-right:3%;}
.welcome-reviews .home-news .c1 .pic{ margin-bottom:15px; overflow: hidden;}
.welcome-reviews .home-news .c1 .pic img{ width:100%;transition: transform 0.3s ease; backface-visibility: hidden;}
.welcome-reviews .home-news .c1 .pic img:hover {transform: scale(1.1);}
.welcome-reviews .home-news .c1 .tit{ font-size:16px; font-weight:600;}
.welcome-reviews .home-news .c1 .tit a { transition: color 0.3s ease; color: #333;}
.welcome-reviews .home-news .c1 .tit:hover a{ color:#0064ff;}
.welcome-reviews .home-news .c1 .des{ line-height:24px; text-align:left;}
.welcome-reviews .home-news .c1 .tim{ color:#ccc;}
.welcome-reviews .home-news .c2{ width:50%;}
.welcome-reviews .home-news .c2 ul{ padding-top:15px;}
.welcome-reviews .home-news .c2 li{ margin-bottom:18px;}
.welcome-reviews .home-news .c2 li:nth-child(4){margin-bottom:0;}
.welcome-reviews .home-news .c2 li .list-pic{ width:30%;}
.welcome-reviews .home-news .c2 li .list-pic img{ width:100%;}
.welcome-reviews .home-news .c2 li .list-con{ width:65%; padding-left:5%;}
.welcome-reviews .home-news .c2 li .list-con .list-tit{font-size:16px; font-weight:600; overflow:hidden; line-height:34px; height:34px;}
.welcome-reviews .home-news .c2 li .list-con .list-tit a { transition: color 0.3s ease; color: #333;}
.welcome-reviews .home-news .c2 li .list-con .list-tit:hover a{ color:#0064ff;}
.welcome-reviews .home-news .c2 li .list-con .list-des{line-height:23px; text-align:left;}
.welcome-reviews .home-news .c2 li .list-con .list-tim{color:#ccc;line-height:24px;}

.welcome-honors {position: relative; padding: 30px 0; background: linear-gradient(180deg, rgba(101, 173, 255, 0.00) 12.87%, rgba(57, 150, 255, 0.30) 100%);}
.welcome-honors .w1200{ width:13%; margin:0 auto; position:relative;}
.welcome-honors .w1200 .left{}
.welcome-honors .w1200 .left .tit-50{position: relative;margin-bottom: 35px; color:#1E2026; line-height: 1.4; font-weight: bold; font-size:32px;}
.welcome-honors .left .icon1 {right: 98%;top: -23%;width: 0.8em;}
.welcome-honors .left .icon2 {width: 1.8em; height: 1.8em;left: 96%; bottom: 40%;}
.welcome-honors .left .icon3 {right: 0; top: 100%; width: 3.5em;}
.welcome-honors .left .poa {position: absolute;}
.btn-primary {display: inline-flex; padding: 11.5px 26px; border-radius: 99px; background-color: #017AFF; color: #fff; font-size: 16px; font-weight: 500; line-height: 1.375; box-shadow: 0px 4px 9px 0px rgba(0, 119, 255, 0.20);
 cursor: pointer; margin-left:50px;}



@media only screen and (max-width:640px){
.home-service{ width:95%; padding-top:30px; padding-bottom:10px;}
.home-service h2{ font-size:20px; margin: 10px auto 10px;}
.home-service .ctty{ float:none; width:100%; margin-bottom:10px; }
.home-service .ctty .c {height: auto;}
.home-service > .uls > .ctty:after { display:none;}

.home-haiguan{ width:95%; padding-top:10px; padding-bottom:10px; height:auto; }
.home-haiguan h2{ font-size:20px; margin: 10px auto 20px;}
.home-haiguan .aigua{ display: block; justify-content: initial; align-items: initial; flex-direction: initial;}
.home-haiguan .aigua .aigua-left{ width:100%;}
.home-haiguan .aigua .aigua-left .item-list .cont-wrapper .hgsj-item {padding-top: 1.025rem;}
.home-haiguan .aigua .aigua-right{ width:100%; margin-left:0%; position:relative; overflow:hidden; height:190px; margin:0 auto;}
.home-haiguan .aigua .aigua-right img{ width:100%;}
.home-haiguan .aigua .aigua-left .item-list{padding-left: 0px;}





.home-pingtai{ background:url(../images/mysj-bg.png) no-repeat center center; height:auto; padding-top:20px; padding-bottom:20px; margin-top:20px; margin-bottom:20px;}
.home-pingtai h2{ font-size:20px; margin: 10px auto 10px;}
.home-pingtai .fls{display: block;justify-content: initial;}
.home-pingtai .pingtai-c1 .k1 .fls{display: flex; justify-content: flex-start;}
.home-pingtai .pingtai-c1 .k2 .fls{display: flex; justify-content: flex-start;}
.home-pingtai .pingtai-c1 .k3 .fls{display: flex; justify-content: flex-start;}
.home-pingtai .pingtai-c1{ width:95%;}
.home-pingtai .pingtai-c1 .k1{ width:80%;margin:0 auto;}
.home-pingtai .pingtai-c1 .k2{ width:80%;margin-left: 0; margin-top:0;margin:0 auto;}
.home-pingtai .pingtai-c1 .k3{ width:80%;margin:0 auto;}
.home-pingtai .pingtai-c1 .pingtai-iteq-1{ display:none;}
.home-pingtai .pingtai-c1 .pingtai-iteb-1{margin-left:0;  margin-bottom: 0;}
.home-pingtai .pingtai-c1 .pingtai-iten-2{margin-left:0 !important;}
.home-pingtai .pingtai-c1 .pingtai-iten-1 {margin-bottom: 0;}
.home-pingtai .pingtai-c1 .item-icon{width:31px; height: 36px;}
.home-pingtai .pingtai-c1 .item-text .item-text-title{font-weight: 500; font-size: .8375rem; color: #333; line-height: 1.0625rem; margin-bottom: 4px;}
.home-pingtai .pingtai-c1 .item-text .item-text-descr{font-weight: 400;font-size: .775rem;color: #666;line-height: 1.1625rem;}
.home-pingtai .pingtai-c1 .item{ width:100%; height:4.25rem;}

.home-detail3{ width:95%; padding-top:10px; padding-bottom:10px; height:auto;}
.home-detail3 h2{ font-size:20px; margin: 10px auto 20px;}
.home-detail3 .detail3-main{ margin-top:20px;}
.popUpWrap.video video{ width:95%; height:auto;}
.popUpWrap.video .video-close{position: fixed; z-index: 1002; top: 50%; margin-top: -285px; left: 50%; margin-left:145px; cursor: pointer;}
.popUpWrap.video .video-close img{ width:20px;}


.home-case{ width:95%; padding-top:10px; padding-bottom:10px; height:525px; margin:0 auto;position: relative; overflow: hidden;}
.home-case h2{ font-size:20px; margin: 10px auto 20px; z-index: 10; }
.home-case .fls{display: block; justify-content: initial;}
.home-case .case-list{ width:100%; margin:0 auto; position: absolute;top: 70px;left: 0;  overflow: hidden; visibility: hidden; opacity: 0; transform: translateX(20px); z-index: 1; }
.home-case .active{ visibility: visible;  opacity: 1;   z-index: 5  transform: translateX(-50%); position: absolute; transition: opacity 0.3s ease, transform 0.3s ease;}
.home-case .case-list .list-left{width:100%;position:static; top:auto;left: auto;z-index: 1;background:none; height:280px;backface-visibility: hidden;}
.home-case .case-list .list-right{z-index: 2;top: auto;left: auto;position: static;backface-visibility: hidden;}
.home-case .case-list .list-right img{ width:100%;}
.home-case .case-list .left-content{  position: static;  left: auto;  top: auto;}
.home-case .case-list .detail6-icon {margin-bottom:15px; text-align:center;}
.home-case .case-list .detail6-title {  font-size:14px;  color: #666666;  }
.home-case .case-list .detail6-left-text {  font-size:12px; line-height:24px;  color: #666666;  width: 100%;  margin-bottom:20px;}
.home-case .case-list .gl-left-control{ width:30%; margin:0 auto;}
.home-case .case-list .gl-left-control>div {  width:14px; padding-left:10px; padding-right:14px;  height:38px;  line-height:28px;  border-radius: 50%;  border: 1px solid #D8D8D8;  text-align: center;  font-size: 0;  display: inline-flex;  cursor: pointer;    -webkit-tap-highlight-color: transparent;    touch-action: manipulation;}
.home-case .case-list .gl-left-control>div>img {  width:14px; }
.home-case .case-list .gl-right-control-item {  transform: rotate(180deg);  margin-left:0px;}



.home-kehu{ width:95%; padding-top:10px; padding-bottom:10px;  margin:0 auto;}
.home-kehu h2{ font-size:20px; margin: 10px auto 20px;}
.home-kehu .container{ width:100%;}

.welcome-reviews .home-news{ margin:0 auto; width:95%;}
.welcome-reviews .home-news h2{font-size:20px; margin: 10px auto 20px;}
.welcome-reviews .fls{display: block; justify-content: initial;}
.welcome-reviews .home-news .c1{ width:96%; margin-right:0;}
.welcome-reviews .home-news dd{ padding:2%;min-height:auto;}
.welcome-reviews .home-news .c1 .pic{ margin-bottom:10px; overflow: hidden;}
.welcome-reviews .home-news .c1 .pic img{ width:100%;transition: transform 0.3s ease; backface-visibility: hidden;}
.welcome-reviews .home-news .c1 .pic img:hover {transform: scale(1.1);}
.welcome-reviews .home-news .c1 .tit{ font-size:14px; font-weight:600; overflow:hidden; line-height:28px; height:28px;}
.welcome-reviews .home-news .c1 .tit a { transition: color 0.3s ease; color: #333;}
.welcome-reviews .home-news .c1 .tit:hover a{ color:#0064ff;}
.welcome-reviews .home-news .c1 .des{ line-height:20px; text-align:left;}

.welcome-reviews .home-news .c2{ width:96%; margin-top:10px;}
.welcome-reviews .home-news .c2 h3{ text-align:center;}
.welcome-reviews .home-news .c2 ul{ padding-top:15px;}
.welcome-reviews .home-news .c2 .fls{display: flex; justify-content: flex-start;}
.welcome-reviews .home-news .c2 li{ margin-bottom:18px;}
.welcome-reviews .home-news .c2 li:nth-child(4){margin-bottom:0;}
.welcome-reviews .home-news .c2 li .list-pic{ width:30%;}
.welcome-reviews .home-news .c2 li .list-pic img{ width:100%;}
.welcome-reviews .home-news .c2 li .list-con{ width:65%; padding-left:5%;}
.welcome-reviews .home-news .c2 li .list-con .list-tit{font-size:14px; font-weight:600; overflow:hidden; line-height:26px; height:26px;}
.welcome-reviews .home-news .c2 li .list-con .list-tit a { transition: color 0.3s ease; color: #333;}
.welcome-reviews .home-news .c2 li .list-con .list-tit:hover a{ color:#0064ff;}
.welcome-reviews .home-news .c2 li .list-con .list-des{line-height:20px; text-align:left; font-size:12px;}
.welcome-reviews .home-news .c2 li .list-con .list-tim{color:#ccc;line-height:20px;}

.welcome-honors {position: relative; padding: 0; padding-bottom:20px; background: linear-gradient(180deg, rgba(101, 173, 255, 0.00) 12.87%, rgba(57, 150, 255, 0.30) 100%); padding-top:50px;}
.welcome-honors .w1200{ width:65%; margin:0 auto; position:relative;}
.welcome-honors .w1200 .left{}
.welcome-honors .w1200 .left .tit-50{position: relative;margin-bottom: 35px; color:#1E2026; line-height: 1.4; font-weight: bold; font-size:30px;}
.welcome-honors .left .icon1 {right: 98%;top: -23%;width: 0.8em;}
.welcome-honors .left .icon2 {width: 1.8em; height: 1.8em;left: 96%; bottom: 40%;}
.welcome-honors .left .icon3 {right: 0; top: 100%; width: 3.5em;}
.welcome-honors .left .poa {position: absolute;}
.welcome-honors .right{ display:none;}
}

 .pages {
	margin: 0 auto;
	padding: 20px 0 40px;
	height: 40px;
	text-align: center;
}
.pages a,
.pages span {
	vertical-align: top;
	display: inline-block;
	font-size: 16px;
	font-family: Arial;
	padding-left:10px; padding-right:10px;
	height: 36px;
	color: #808080;
	border-radius: 5px;
	line-height: 36px;
	border: 1px solid #e5e5e5;
	text-align: center;
	margin: 0 3px;
	background: #fff;
}
.pages a.page_first,.pages a.page_last{border-radius: 5px;font-size: 14px;padding-left:10px; padding-right:10px;}
.pages a.page_pre,.pages a.page_next{ padding-left:10px; padding-right:10px;border-radius: 5px;font-size: 14px;}
.pages span {
	border: 1px solid #fff;
}
.pages .page_curr {
	background:#006bb2;
	color:#fff;
	border-color:#006bb2;
}
.pages .laypage_first,
.pages .laypage_last {
	display: none;
}
i{ font-style:normal;}