﻿@font-face{ font-family:AlibabaSans;src:url('../images/AlibabaSans-Regular.otf');	}

*{margin:0;padding:0;}
a{text-decoration:none; color:#666;}
a:hover{ color:red;}
ul{ list-style:none;}
img{ border:none;}
body{font-size:12px; text-align:center; font-family:AlibabaSans;}
html{overflow-x:hidden;}
input,textarea,select{outline:none;}

.clear{ clear:both;}

/*header 网站头部模块*/
.top_header{margin:0 auto; height:61px;width:100%;position:absolute;display:block;z-index:9999;left:0px;right:0px;top:54px; }
.topheader{width:100%;border-top:0px solid #41aa45;height:61px;}
.topheadercol{width:90%;height:208px;margin:0 auto;color:#fff;}

.topheaderight{margin-right:0px;float:right;width:240px;overflow:hidden;text-align:right;padding-top:6px;}
.topheaderight p{font-size:30px;display: flex;align-items: center;justify-content: flex-end;font-weight:100;line-height:36px;}
.topheaderight p img{padding-top:6px;float: none;margin-right: 8px;width:auto;height:36px;}

.top_header .logo{float:left;width:432px;z-index:9999;}
.top_header .logo img{display:inline-block;text-align:left;float:left;}


/* flexslider */
.banner{width:100%;height:auto;}
.flexslider{position:relative;height:auto;overflow:hidden;background:url(../images/loading.gif) 50% no-repeat;}
.slides{position:relative;z-index:0;}
.slides li{height:auto;}
.slides li a{ display:block; width:100%; height:100%; text-align:left; text-indent:0px;}
.slides li img{height: auto; width: auto\9; width:100%; 
    /* 添加动画效果 */
    animation: gentleZoom 15s infinite ease-in-out;
    transform-origin: center center;}

/* 定义渐变放大动画 */
@keyframes gentleZoom {
    0%, 100% {
        transform: scale(1); /* 初始和结束状态：正常大小 */
    }
    50% {
        transform: scale(1.15); /* 中间状态：轻微放大（15%） */
    }
}

.flex-control-nav{position:absolute;bottom:20px;z-index:2; left:47.5%;text-align:center;}
.flex-control-nav li{display:inline-block;width:14px; float:left;height:14px;margin:0 5px;*display:inline;zoom:1;}
.flex-control-nav a{display:inline-block;width:14px;height:14px;line-height:40px;overflow:hidden;background:url(../images/dot.png) right 0 no-repeat;cursor:pointer;}
.flex-control-nav .flex-active{background-position:0 0;}

.flex-direction-nav{position:absolute;z-index:3; left:0;width:100%;top:45%;}
.flex-direction-nav li a{display:block;width:50px;height:50px;overflow:hidden;cursor:pointer;position:absolute;}
.flex-direction-nav li a.flex-prev{left:0px;background:url(../images/prev.png) center center no-repeat;}
.flex-direction-nav li a.flex-next{right:0px;background:url(../images/next.png) center center no-repeat;}

.nltext{position:absolute;z-index:30; left:0;width:100%;top:35%; text-transform: uppercase; }
.nltext h3{margin:0px auto;width:90%;font-size:36px;line-height:56px;color:#fff;margin-bottom:0px;text-align:left;font-weight: 100;}
.nltext h1{margin:0px auto;width:90%;font-size:48px;line-height:66px;color:#fff;margin-bottom:30px;text-align:left;font-weight: 100;letter-spacing:0px;}
.nltext p {width: 90%; /* 修改为100%让容器足够宽 */height: auto;margin: 0 auto;text-align: left; /* 使内容居中 */display: flex; /* 使用flex布局 */gap: 20px; /* 两个按钮之间的间距 */}
.nltext p a{font-size: 16px;color: #fff;padding: 8px 20px;line-height: 36px;border-radius: 30px;width: 200px; text-align: center;color:#fff;border:1px solid #fff;}
.nltext p a:hover {background:#fff;color:#000;}

/**/
.yytext{position:absolute;z-index:30; left:0;width:100%;top:45%; text-transform: uppercase; }
.yytext h3{margin:0px auto;width:90%;font-size:36px;line-height:56px;color:#fff;margin-bottom:0px;text-align:left;font-weight: 100;}
.yytext h1{margin:0px auto;width:90%;font-size:48px;line-height:66px;color:#fff;margin-bottom:30px;text-align:left;font-weight: 100;letter-spacing:0px;}

/*移动导航*/
.ndiv {width:100%;margin:0px auto;height:95px;border-bottom:solid 1px rgba(255,255,255,0.2);left:0px;display:none;background-image: linear-gradient(rgba(245,138,33,0.9), rgba(245,138,33,0.93),rgba(245,138,33,0.98));}
.fix-div {position: fixed;top: 0px;z-index:99999;display:inline;}

.fixmenu{width:100%;left:0px;right:0px;top:0px;height:95px;}
.fixmenucol{margin:0px auto;width:90%;height:95px;overflow:hidden;clear:both;}
.fix-div .fixmenucol .logo{float:left;width:432px;z-index:9999;left:5%; position: absolute;transform: translateX(0%);transition: all 1.5s ease;}
.fix-div .fixmenucol .logo img{display:inline-block;text-align:left;float:left;margin-top:16px;}
.fixmenucol .logo{transform: translateX(0%);left:1rem}

/* 为 #mydiv 添加滑动效果 */
#mydiv {
    position: fixed;
    top: -95px; /* 完全隐藏在屏幕上方 */
    left: 0;
    width: 100%;
    z-index: 99999;
    transition: top 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    display: none;
}

#mydiv.fix-div {
    top: 0; /* 滑动到顶部 */
}

/* 确保原有的导航样式 */
.ndiv {
    width: 100%;
    margin: 0px auto;
    height: 95px;
    border-bottom: solid 1px rgba(255,255,255,0.2);
    left: 0px;
    background-image: linear-gradient(rgb(245 138 33 / 48%), rgb(245 138 33 / 72%), rgb(245 138 33));
}
	
#mydiv {
    position: fixed;
    top: -95px;
    left: 0;
    width: 100%;
    z-index: 99999;
    transition: all 0.5s ease-out;
    opacity: 0;
    display: none;
}

#mydiv.fix-div {
    top: 0;
    opacity: 1;
}	

/*menu 网站栏目导航条模块*/
.fix-div .fixmenucol .menu_nav{float:right;width:592px;height:95px;text-transform:uppercase;right:5%; position: absolute;transform: translateX(0%);transition: all 1s ease;}
.fixmenucol .menu_nav{transform: translateX(100%);right:1rem}
.fixmenucol .menu{margin-left:0px;width:100%;height:95px;clear:both;_overflow: hidden;height:95px;line-height:95px;text-align:left;}
.fixmenucol .menu ul li {float:left;}
.fixmenucol .menu ul li a:link,.fixmenucol .menu ul li  a:visited{font-size:20px;text-decoration:none;margin:0 0px;height:95px;padding:8px 36px;font-weight:500;color:#fff}
.fixmenucol .menu ul li a:hover{background:#e338310;clear:both;font-weight:600;font-size:20px;color:#fff}
.fixmenucol .menu .current{background:#e338310;color:#fff;height:95px;line-height:95px;font-weight:600;border-radius:0px; /* W3C syntax */}
.fixmenucol .menu .current:link,.fixmenucol .menu .current:visited{color:#fff;font-weight:bold;font-size:20px;padding:33px 36px;border-bottom:3px solid #fff;}
.fixmenucol .menu .current:hover{color:#fff0;font-weight:bold;}

.fixmenucol .menu ul li ul{width:128px;display:none; position:fixed;top:95px;text-align:center;z-index:99999;background-image: linear-gradient(#547cd3, #2f56ab, #0e3487);filter:alpha(opacity=90); -moz-opacity:0.9;opacity:0.9;color:#fff;}
.fixmenucol .menu ul li:hover ul{ display:block;margin-left:0px;text-align:center;color:#fff;}
.fixmenucol .menu ul li ul li{line-height:16px;BORDER-TOP:#93afec 1px solid;margin-left:0px;width:108px;text-align:center;text-indent:0px;color:#fff;padding:10px 10px;}
.fixmenucol .menu ul li ul li a:link,.fixmenucol .menu ul li ul li a:visited{margin-left:0px;padding:0px;font-size:12px;color:#fff;line-height:16px;font-weight: 500;}

/*firstcol*/
.fircol{margin:0px auto;width:100%;height:auto;margin-top:0px;overflow:hidden;}
.fircolbox{width:90%;height:auto;margin:60px auto;text-align:left;color:#000;overflow:hidden;}
.fircolbox .title{width:100%;height:auto;margin:30px auto;overflow:hidden;}
.fircolbox .title p{float:left;color:#333333;font-size: 46px;line-height: 66px;font-weight: 100;}
.fircolbox .title p strong{color:#f58021;font-size: 60px;line-height: 66px;}
.fircolbox .title span{float:right;color:#595757;font-size: 16px;padding-top:86px;}
.fircolbox ul li{width: 24.20%;float:left;margin-right: 1%;}
.fircolbox ul li a{float:left;display:block;width:80%;padding:10%;background:url(../images/firpro1.jpg) center top no-repeat;background-size:cover;border:1px solid #e8e8e8;border-radius: 30px;}
.fircolbox ul li a h3{color:#f58021;font-size:40px;padding:50px 0 30px 0;line-height: 46px;height: 90px;}
.fircolbox ul li a p{margin: 20px 0; height:240px; color:#6a6a6a;font-size:16px;line-height:24px;}
.fircolbox ul li a span{width:7.24rem;display: flex; color:#eb832d;font-size: 14px;line-height: 20px; font-weight: 100;animation: productMoreArrow 1s ease infinite;}
@-webkit-keyframes productMoreArrow {
  0% {
    -webkit-transform: translate(-3.62rem, 0);
    transform: translate(-3.62rem, 0);
  }
  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes productMoreArrow {
  0% {
    -webkit-transform: translate(-3.62rem, 0);
    transform: translate(-3.62rem, 0);
  }
  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.fircolbox ul li:nth-child(4n) {margin-right: 0%}
.fircolbox ul li a:hover{background:url(../images/firpro2.jpg) center top no-repeat;background-size:cover;}
.fircolbox ul li a:hover h3{color:#fff;}
.fircolbox ul li a:hover p{color:#fff;}

/**/
.seccol{margin:0px auto;width:100%;height:1025px;margin-top:40px;overflow:hidden;background:url(../images/secbg.jpg) center top no-repeat;background-size:cover;}
.seccolbox{margin:0px auto;width:100%;height:auto;overflow:hidden;}
.seccolbox .secleft{float:left;width: 50%;height: auto;overflow:hidden;}
.seccolbox .secleft .title{padding:10% 10% 5%  10%;width:80%;height: auto;overflow:hidden;}
.seccolbox .secleft .title dd{width: 180px;height: 4px;background:#f3af73;margin-top:70px;margin-bottom: 30px}
.seccolbox .secleft .title h3{color:#f58021;font-size: 60px;line-height: 66px;text-align: left;width: 100%}
.seccolbox .secleft .title h1{color:#333333;font-size: 40px;line-height: 66px;text-align: left;width: 100%;margin-bottom: 40px;font-weight:500;}
.seccolbox .secleft .title p{color:#000;font-size: 16px;line-height: 36px; text-align: left;width: 100%;margin-bottom: 40px;}
.seccolbox .secleft .title span a{float:left;font-size: 16px;color: #fff;padding: 8px 10px;line-height: 36px;border-radius: 30px;width: 220px; text-align:center;color:#fff;border:1px solid #fff;background-image: linear-gradient(to right,#f5b881,#ec832e);}
.seccolbox .secleft .title span a:hover{background-image: linear-gradient(to right,#f58021,#f58021);}

.seccolbox .secright{float:right;width: 50%;height: auto;overflow:hidden;}
.seccolbox .secright p img{height: auto; width: auto\9; width:100%;}

.seccollist{width:90%;height:auto;margin:0px auto;text-align:center;color:#000;overflow:hidden;}
.seccollist ul{width:100%;margin-top:40px;}
.seccollist ul li{width:23%;padding:1%;float: left;color:#000;font-size:24px;text-align: left;}
.seccollist ul li strong{height:auto;text-align:left;font-size:20px;font-weight: 100;}
.seccollist ul li span{height:auto;text-align:left;font-size:40px;line-height:100px;padding-left:5px;color:#000;font-weight: 500;transform: skewX(-10deg);display: inline-block;}
.seccollist ul li d1,.seccollist ul li d2,.seccollist ul li d3,.seccollist ul li d4{height:70px;text-align:left;font-size:100px;color:#000;font-weight: 800;transform: skewX(-10deg);display: inline-block;}

/**/
.thrCol{margin:0px auto;width:100%;height:960px;overflow:hidden;background:url(../images/thrbg.jpg) center top no-repeat;background-size:cover;}
.thrCol .title{margin:0px auto;width:100%;height:auto;margin-top:80px;position:absolute;z-index:30;}
.thrCol .title h3{font-size: 60px;line-height: 66px;text-align: center;color:#fff;font-weight:500;}
.thrCol .title p{margin:0px auto;width:100%;text-align:center;font-size:46px;color:#fff;line-height:66px;font-weight:100;text-transform : uppercase;}

.thrColbox{margin:0px auto;width:78%;height:960px;overflow:hidden;}
.thrColbox ul{}
.thrColbox ul li{float:left;width:16.4%;height:960px; margin-left:0px;border-right:1px solid rgba(255, 255, 255, 0.2);}
.thrColbox ul li a{ display:block; width:100%;height:960px;height:auto; text-align:center;}
.thrColbox ul li a p{text-align:center;width: 100%;line-height:40px;font-size:24px;color: #fff;font-weight:500;}

.thrColbox ul li .secimg{width:100%;height:160px;margin:0px auto;overflow: hidden;border-radius:0px;margin-top: 650px;}
.thrColbox ul li .secimg img{width:193px;height:100px;cursor: pointer;transition: all 0.9s;}
.thrColbox ul li .secimg img:hover{transform: scale(1.01);}
.thrColbox ul li:hover p{font-weight: 800}
.thrColbox ul li:hover{background-image: linear-gradient(to bottom,rgba(234, 87, 14, 0.1),rgba(234, 87, 14, 1));}
.thrColbox ul li:first-child {border-left:1px solid rgba(255,255,255,0.2);}

/**/
.fourCol{margin:50px auto;width:100%;height:auto;overflow:hidden;}
.fourCol .title{margin:20px auto;width:90%;height:auto;overflow:hidden;}
.fourCol .title p{text-align: left;font-size:30px;font-weight: 500;line-height: 46px;color:#5e5e5e;}

/* 滚动容器样式 */
.fourColbox{margin: 30px auto;width: 90%;height: auto;overflow: hidden;position: relative;}
.fourColbox:before {content: '';position: absolute;top: 0;left: 0;right: 0;bottom: 0;pointer-events: none;}
.scroll-box {width: 100%;overflow: hidden;padding: 15px 0;}
.scroll-box ul {display: flex;list-style: none;width: 200%; /* 双倍宽度用于无缝滚动 */}
.scroll-box li {flex: 0 0 auto;margin: 0 20px;transition: transform 0.3s ease;}
.scroll-box li:hover {transform: scale(1.05);}.scroll-box img {width: 150px;height: 60px;object-fit: contain;border-radius: 8px;box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);transition: all 0.3s ease;}
.scroll-box img:hover { box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);}
/* 第一排：右向左滚动 */
.row-1 ul {animation: scrollLeft 30s linear infinite;}

/* 第二排：左向右滚动 */
.row-2 ul {animation: scrollRight 35s linear infinite;}

/* 第三排：右向左滚动 */
.row-3 ul {animation: scrollLeft 40s linear infinite;}

/* 动画定义 */
@keyframes scrollLeft {
            0% {
                transform: translateX(0);
            }
            100% {
                transform: translateX(-50%);
            }
        }

@keyframes scrollRight {
            0% {
                transform: translateX(-50%);
            }
            100% {
                transform: translateX(0);
            }
        }


/**/
.fiveCol{width:100%;height:auto;margin:0px auto;text-align:left;color:#000;overflow:hidden;background:#f7f7f7}
.fiveCol .title{width:90%;height:auto;margin:50px auto;overflow:hidden;}
.fiveCol .title p{float:left;color:#333333;font-size: 46px;line-height: 66px;font-weight: 100;}
.fiveCol .title p strong{color:#f58021;font-size: 60px;line-height: 66px;}
.fiveCol .title span{float:right;color:#595757;font-size: 16px;padding-top:86px;}
.fiveColbox{width:90%;height:auto;margin:0px auto;overflow:hidden;margin-bottom: 80px;}
.fiveColbox .fiveleft{float:left;width: 38%;}
.fiveColbox .fiveright{float:right;width: 60%;}

.fiveColbox .fiveleft .nnews{width:100%;height:582px;overflow:hidden;position: relative;background:#000;}
.fiveColbox .fiveleft .nnews img{filter:alpha(opacity=70); -moz-opacity:0.7;opacity:0.7;width: 100%;height: 100%}
.fiveColbox .fiveleft .nnews a:hover img{filter:alpha(opacity=40); -moz-opacity:0.4;opacity:0.4;}

.nnewscol{position:absolute;z-index:3;width:84%;padding:0 8%;bottom:10%;}
.nnewscol time{font-size:36px;line-height:26px;color:#fff;text-align: left;font-weight:500;}
.nnewscol time strong{font-size:20px;line-height:26px;color:#fff;text-align: left;font-weight:500;}
.nnewscol h1{font-size:24px;line-height:36px;color:#fff;text-align: left;font-weight:500;height: 72px;margin:30px 0 20px 0;}
.nnewscol span {float:left;font-size: 16px;color: #fff;padding: 8px 10px;line-height: 36px;border-radius: 30px;width: 180px; text-align:center;color:#fff;border:1px solid #fff;background-image: linear-gradient(to right,#f5b881,#ec832e);}

.fiveColbox .fiveright ul{}
.fiveColbox .fiveright ul li{float:left;width:49%;height: 280px;background: #fff;margin-right:2%;margin-bottom: 2%}
.fiveColbox .fiveright ul li a{display:block;padding: 8%;width: 84%;}
.fiveColbox .fiveright ul li a h3{color:#000;font-size: 22px;line-height: 30px;text-align: left;font-weight: 500;height: 60px;margin-bottom: 20px;overflow:hidden;}
.fiveColbox .fiveright ul li a h1{color:#000;font-size: 14px;line-height: 26px;text-align: left;font-weight: 100;height: 52px;margin-bottom: 20px;overflow:hidden;}
.fiveColbox .fiveright ul li a p{border-top:1px solid #969696;padding-top: 20px;}
.fiveColbox .fiveright ul li a p span{float:left;color:#000;line-height: 26px;font-size: 14px;}
.fiveColbox .fiveright ul li a p i{float:right;padding:0px 10px 0px 8px;color:#fff;line-height: 26px;font-size: 12px;background:#ec832e;border-radius: 50%;font-weight: 100;}

.fiveColbox .fiveright ul li:nth-child(2n) {margin-right: 0%}
.fiveColbox .fiveright ul li:nth-child(4n) {margin-right: 0%}

.fiveColbox .fiveright ul li:hover{background: linear-gradient(135deg, #f5b881, #ec832e);}
.fiveColbox .fiveright ul li:hover h3{color:#fff;}
.fiveColbox .fiveright ul li:hover h1{color:#fff;}
.fiveColbox .fiveright ul li:hover p{border-top:1px solid #fff;}
.fiveColbox .fiveright ul li:hover p span{color:#fff;}
.fiveColbox .fiveright ul li:hover p i{color:#ec832e;background:#fff;}

/*imagecol*/
.imagecolbg{margin-top:18px;}
.imagecol{margin:0px auto;width:100%;overflow:hidden;}
.imagecol img{height: auto; width: auto\9; width:100%; }

.s_banner{ height:auto;overflow:hidden; width:100%;position: relative;margin-top: 208px;}
.s_banner img{height: auto; width: auto\9; width:100%;background-size:cover;}
/**/
.smlNav{ width:100%;left:0%;margin:0px auto;height:auto;position: absolute;bottom:50%;}
.smlNav .title{width:1300px;margin:0px auto;text-align:left;text-transform : uppercase;}
.smlNav .title strong{font-size:66px;text-align:left;color:#fff;width:100%;clear:both;font-weight:500;text-transform:uppercase;line-height:66px;}

/*footer */
.bottom{margin:0px auto;width:100%;height:auto;background:#222222;overflow:hidden;}
.footcol{margin:0px auto;width:100%;height:18px;background-image: linear-gradient(to right,#f5b881,#ec832e);}
.footlist{width:90%;margin:60px auto;height:auto;overflow:hidden;}
.footlistleft{float:left;width: 22%;height: 281px; border-right:1px solid rgba(255, 255, 255, 0.08);overflow:hidden;text-align: left;}
.footlistleft h1{width:80%;margin-bottom: 60px;}
.footlistleft h1 img{height: auto; width: auto\9; width:80%;}
.footlistleft h2{width:80%;height: 70px;background:url(../images/botlogotelbg.png) right top no-repeat;background-size:cover;overflow:hidden;}
.footlistleft h2 dd{float:left;width:50px;height: 70px; text-align: center;overflow:hidden;}
.footlistleft h2 dd img{width: 26px;height: 36px;padding-left:5px;padding-top:15px;}
.footlistleft h2 p{height: 70px;float:left;color: #fff;font-size: 14px;font-weight: 500;line-height:16px;text-indent:4px;margin-top: 5px;overflow:hidden;}
.footlistleft h2 p strong{font-size: 30px;font-weight:600;line-height:34px;font-style:italic;}


.footlistmid{float:left;width: 55%;margin-left:5%;overflow:hidden;text-align: left}
.footlistright{float:right;width: 14%;height: 281px;border-left:1px solid rgba(255, 255, 255, 0.08);overflow:hidden;text-align: right;}
.footlistmid ul{float:left;width: 22%;margin-left:3%;height: 281px;}
.footlistmid h1{font-size: 26px;line-height:26px;padding-bottom: 30px;color:#f58021;font-weight: 500;}
.footlistmid ul li{}
.footlistmid ul li a{display:block;line-height:36px;width:100%;text-align:left;font-size:20px;color:#656f76;}

.footlistlink{width:90%;margin:20px auto;height:auto;overflow:hidden;padding: 30px 0 10px 0;border-top:1px solid rgba(255, 255, 255, 0.08);}
.footlistlink .left{width:80%;float:left;}
.footlistlink .right{width:15%;float:right;}

.footlistlink .left h1{color:#fff;text-align: left;font-size: 24px;font-weight: 500;line-height: 40px;}
.footlistlink .left p{color:#fff;text-align: left;font-size: 16px;font-weight: 500;line-height: 26px;}
.footlistlink .left p a{display:block;float:left;line-height:36px;margin-right:10px; text-align: left;font-size:14px;color:#fff;}
.footlistlink .left p a:link,.footlistlink .left p a:visited{color:#fff;}
.footlistlink .left p a:hover{color:#fff;}

.footlistlink .right p{color:#fff;text-align:right;font-size: 16px;font-weight: 500;line-height: 36px;}
.footlistlink .right p a{float:right;display: flex; /* 改为 flex 布局 */align-items: center; /* 垂直居中 */color:#fff;text-align:center;font-size:16px;line-height: 36px;margin-bottom: 10px;border-radius:10px;width:130px; padding: 15px 30px; padding-left: 20px; line-height: normal; /* 重置 line-height */border:1px solid rgba(255, 255, 255, 1);}
.footlistlink .right p a img{vertical-align: middle; /* 可选，确保图片本身垂直居中 */margin-right:4px; /* 添加图片和文字之间的间距 */}
.footlistlink .right p a:hover{color:#fff;background: linear-gradient(135deg, #f5b881, #ec832e);border:1px solid rgba(255, 255, 255, 0);}


.footer{margin:0px auto;width:90%;height:auto;overflow:hidden;padding:20px 0 10px 0;border-top:1px solid rgba(255, 255, 255, 0.08);}
.footer p{line-height:26px;font-size: 14px;text-align:left;margin:5px 0;color:#b7b7b7;}
.footer p a{color:#4b5155;font-size: 12px;text-align:left;}


/*导航弹出层 start*/
.iphone__item {
  width: 16.06em;
  height: 1em;
  position: absolute;
  bottom: -2em;
  color: #158f76;
  text-align: center;
}
.iphone__power-btn {
  width: 2.188em;
  height: .188em;
  background: #e0e0e0;
  position: absolute;
  right: 2.5em;
  top: -0.188em;
}
.iphone__left-btn {
  width: .188em;
  height: 1.250em;
  top: 3.250em;
  left: -0.188em;
  position: absolute;
  background: #e0e0e0;
}
.iphone__left-btn:before {
  content: '';
  width: .188em;
  height: .875em;
  position: absolute;
  top: 3em;
  background: #e0e0e0;
}
.iphone__left-btn:after {
  content: '';
  width: .188em;
  height: .875em;
  position: absolute;
  top: 5.5em;
  background: #e0e0e0;
}
.iphone__details {
  width: .438em;
  height: .438em;
  border-radius: 100%;
  position: relative;
  top: 1.313em;
  left: 8em;
  background: #7c7c7c;
}
.iphone__details:before {
  content: '';
  width: 2.5em;
  height: .25em;
  border-radius: .25em;
  position: absolute;
  top: 1em;
  left: -1em;
  background: #7c7c7c;
}
.iphone__home-btn:before {
  content: '';
  width: .813em;
  height: .813em;
  border: .15em solid #a8a8a8;
  border-radius: .2em;
  position: absolute;
  top: .6em;
  left: .57em;
}
.iphone__content {
  position: relative;
  background-color: #D2527F;
  width: 100%;
  height: 100%;
}

.nav {
  position: fixed;
  top: 0; left: 0;
  width: 100vw; /* 使用视口宽度 */
  height: 100vh; /* 使用视口高度 */	
  z-index: 1000;
  opacity: 0;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  transition: all 300ms ease-in-out;
            transform: translateX(-100%);
            margin-top: 0;
            padding: 0;
            overflow-y: auto; /* 允许滚动 */
}
.nav__trigger { top:20px!important;margin-right:40px;}
.nav--active .nav {
  opacity: 1;
  background-color: #f58021;
  margin-left: 0px;
}
.nav--active .nav a{color:#fff;}
.nav__trigger {
  display: block;
  position: absolute;
  width: 30px;
  height: 25px;
  right: 8px;
  top: 5px;
  z-index: 1001; 
  padding:9px 5px 8px 8px;
}
.nav--active .nav__trigger {
  opacity: 0.5;
}
.nav__icon {
  display: inline-block;
  position: relative;
  width: 26px;
  height: 2px;
  background-color: #fff;/*手机导航颜色*/
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  transition-property: background-color, transform, -webkit-transform;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.nav__icon:before,
.nav__icon:after {
  content: '';
  display: block;
  width: 26px;
  height: 2px;
  position: absolute;
  background:  #fff;/*手机导航颜色*/
  -webkit-transition-property: margin, -webkit-transform;
  transition-property: margin, -webkit-transform;
  transition-property: margin, transform;
  transition-property: margin, transform, -webkit-transform;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.nav__icon:before {
  margin-top: -8px;
}
.nav__icon:after {
  margin-top: 8px;
}

.style-1 .nav {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  width: 100%;
  min-height: 100%; float:left; padding-bottom:400px;
}
.style-1 .nav__link {
  opacity: 0;
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}
.style-1 .nav--active .nav__link {
  opacity: 1;
}
.style-1 .nav--active .nav {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.style-1 .nav--active .nav__icon {
  background: rgba(0, 0, 0, 0);
}
.style-1 .nav--active .nav__icon:before {
  margin-top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: rgba(255, 255, 255, 1);
}
.style-1 .nav--active .nav__icon:after {
  margin-top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: rgba(255, 255, 255, 1);
}

/*导航下拉 start*/
.accordion { margin:54px 0px 0 0px;}
.accordion .link1 {
	cursor: pointer;
	display: block;
	padding: 15px 0;
	color: #fff;
	font-size: 16px; 
	text-align:left;
	border-bottom: 0px solid #B2B2B2;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.nav dt{width: 96%; margin: 0px auto; height:100px;text-align: left;padding:20px 0px 30px 0px;border-bottom:solid 1px rgba(255, 255, 255, 0.2);margin-bottom: 40px;}
.nav dt img{float:left; width:432px; /* 固定宽度 */height: 61px; /* 保持宽高比 */padding:20px 0 20px 0 }
.accordion {width: 96%;margin: 0px auto;}
.accordion li{width: 20%; display: block;font-size:26px;color: #000;font-weight: bold;text-align: left;text-transform:uppercase;float:left;line-height:56px;}
.accordion li a{padding-left: 15px;}
.accordion li ul{}
.accordion li ul li{width:80%; font-weight: 100;font-size:16px;color:#EFEFEF;padding:4px 12px;text-transform:none;border-bottom:solid 0px #eaeaea;line-height:24px;}
.accordion li ul li a{color:#EFEFEF;padding-left:5px;border-bottom:solid 0px #eaeaea;}


/*内页部分*/
.aboutlistcol {width: 100%;margin: 0px auto;height: auto; overflow:hidden;box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); /* 添加轻微阴影增强效果 */border-bottom:1px solid rgba(0, 0, 0, 0.08);}
.aboutlistcol ul {text-align:left;width:90%;margin:0px auto;height:80px;background:rgba(255,255,255,1);border-left:1px solid rgba(0, 0, 0, 0.08);}
.aboutlistcol ul li{float:left;width:240px;height:80px;background:rgba(255,255,255,0.8);margin-right: 1px;border-right:1px solid rgba(0, 0, 0, 0.08);}
.aboutlistcol ul li a{float:left;display:block;color:#000;line-height:77px;font-size:16px;text-transform:uppercase;font-weight:800;text-align:center;width:240px;height:77px;border-bottom:3px solid #fff;margin-right: 2px;}
.aboutlistcol ul li a:hover{background-image: linear-gradient(to right,#ec8530,#f5b880);color:#fff;border-bottom:3px solid #f58021;font-weight:600;margin-right: 2px;}
.aboutlistcol .current{background-image: linear-gradient(to right,#ec8530,#f5b880);color:#fff;border-bottom:3px solid #f58021;font-weight:800;}
.aboutlistcol .current:link,.aboutlistcol .current:visited{background-image: linear-gradient(to right,#ec8530,#f5b880);color:#fff;border-bottom:3px solid #f58021;}
.aboutlistcol .current:hover{color:#fff;border-bottom:3px solid #f58021;}


/**/
.aboutfir{margin:0px auto;width:100%;height:auto;margin-top:0px;overflow:hidden;}
.aboutfir .title{width:90%;height:auto;margin:0px auto;overflow:hidden;border-bottom:1px solid rgba(0, 0, 0, 0.08);padding: 30px 0;}
.aboutfir .title p{float:left;color:#333333;font-size: 46px;line-height: 66px;font-weight: 100;text-align: left;}
.aboutfir .title p strong{color:#f58021;font-size: 60px;line-height: 66px;}
.aboutfir .title span{float:right;color:#595757;font-size: 16px;padding-top:86px;}

.aboutfircol{margin:50px auto;width:90%;height:auto;overflow:hidden;}
.aboutfircol .left{float:left;width: 40%;}
.aboutfircol .left img{margin:10px auto;height: auto; width: auto\9; width:100%;}
.aboutfircol .right{float:right;width: 55%;}
.aboutfircol .right p{font-size:18px;line-height: 36px;margin:20px 0;text-align: left;color:#333;text-indent: 36px;}

/**/
.aboutseccol{margin:0px auto;width:100%;height:800px;margin-top:0px;overflow:hidden;background:url(../images/aboutbg01.jpg) center top no-repeat;background-size:cover;}
.aboutseccolbox{margin:0px auto;width:100%;height:auto;overflow:hidden;}
.aboutseccolbox .aboutsecleft{float:left;width: 50%;height: auto;overflow:hidden;}
.aboutseccolbox .aboutsecleft .title{padding:10% 10% 5%  10%;width:80%;height: auto;overflow:hidden;}
.aboutseccolbox .aboutsecleft .title dd{width: 180px;height: 4px;background:#f3af73;margin-top:70px;margin-bottom: 30px}
.aboutseccolbox .aboutsecleft .title h3{color:#f58021;font-size: 60px;line-height: 66px;text-align: left;width: 100%}
.aboutseccolbox .aboutsecleft .title h1{color:#333333;font-size: 40px;line-height: 66px;text-align: left;width: 100%;margin-bottom: 40px;font-weight:500;}
.aboutseccolbox .aboutsecleft .title h2{color:#000;font-size: 26px;line-height: 30px; text-align: left;width: 100%;margin-bottom: 30px;font-weight:500;}
.aboutseccolbox .aboutsecleft .title p{color:#000;font-size: 16px;line-height: 30px; text-align: left;width: 100%;margin-bottom: 40px;}
.aboutseccolbox .aboutsecleft .title span a{float:left;text-align:left;}
.aboutseccolbox .aboutsecleft .title span a:hover{}

.aboutseccolbox .aboutsecright{float:right;width: 50%;height: auto;overflow:hidden;}
.aboutseccolbox .aboutsecright p img{height: auto; width: auto\9; width:100%;padding-top:80px;}

/**/
.aboutthree{margin:0px auto;width:100%;height:873px;margin-top:0px;overflow:hidden;background:url(../images/aboutbg02.jpg) center top no-repeat;background-size:cover;}
.aboutthree .title{width:90%;height:auto;margin:30px auto;overflow:hidden;padding-top:70px;}
.aboutthree .title p{float:left;color:#fff;font-size: 46px;line-height: 66px;font-weight: 100;text-align: left;}
.aboutthree .title p strong{color:#fff;font-size: 60px;line-height: 66px;}
.aboutthree .title span{float:right;color:#fff;font-size: 16px;padding-top:86px;}
.aboutthreecol{width:90%;height:auto;margin:0px auto;overflow:hidden;padding:30px 0;}
.aboutthreecol ul{}
.aboutthreecol ul li{width:100%;height:auto;;margin-right: 5%;overflow:hidden;}
.aboutthreecol ul li a{display:block;width:100%;background: #fff;padding: 10% 2%;height: 320px;overflow:hidden;}
.aboutthreecol ul li a h1{position: absolute;top:40px;color:#000;left: 50%;transform: translateX(-50%);font-size:32px;width:96%;font-weight: 600;}
.aboutthreecol ul li a dd{text-align: center;width: 100px;height:2px;background:#f58420;position: absolute;left: 50%;transform: translateX(-50%); /* 水平居中 */top:120px;}
.aboutthreecol ul li a p{position: absolute; top:180px;color:#000;left: 50%;transform: translateX(-50%);font-size: 18px;line-height: 26px;font-weight: 100;width:76%;}
.aboutthreecol ul li a span{position: absolute;bottom:20px;color:#000;left: 50%;transform: translateX(-50%);font-weight: 100;}
.aboutthreecol ul li a:hover h1{color:#f58420;}
.aboutthreecol ul li a:hover p{color:#f58420;font-weight: 100;}
.aboutthreecol ul li a:hover span{color:#000;}

/**/
.aboutfour{margin:0px auto;width:100%;height:auto;margin-top:0px;overflow:hidden;}
.aboutfour .title{width:90%;height:auto;margin:0px auto;overflow:hidden;padding:40px 0;}
.aboutfour .title p{float:left;color:#333333;font-size: 46px;line-height: 66px;font-weight: 100;text-align: left;}
.aboutfour .title p strong{color:#f58021;font-size: 60px;line-height: 66px;}
.aboutfour .title span{float:right;color:#595757;font-size: 16px;padding-top:86px;}

.aboutfourcol{width:90%;margin:0px auto;height:auto;overflow:hidden;margin-bottom: 50px;}
.aboutfourcolbox{width:100%;margin:0px auto;height:auto;overflow:hidden;border:1px solid rgba(0, 0, 0, 0.08)}
.aboutfourcolbox .title{width:94%;margin:0px auto;padding:0% 3%;}
.aboutfourcolbox .title h1{font-size:46px;line-height:46px;text-align:center;font-weight:500;color:#f58021;}
.aboutfourcolbox {width:95%;margin:0px auto;height:auto;padding:2%;}
.aboutfourcolbox p{font-size:26px;line-height:36px;text-align: left;margin: 5px auto;}

.aboutfourcolbox2 {width:100%;margin:0px auto;height:auto;}
.aboutfourcolbox2 ul{margin-top: 30px;}
.aboutfourcolbox2 ul li{width: 22.5%;height: auto;float:left;text-align: center;margin:0% 1%;border: solid 1px rgba(0, 0, 0, 0.08);}
.aboutfourcolbox2 ul li a{color:#000;height: 400px;margin:0px auto;width:84%;padding:2% 8%;display:block;background-image: linear-gradient(to bottom,rgba(233, 233, 233, 1),rgba(255, 255, 255, 1));}
.aboutfourcolbox2 ul li a:hover{color:#000;}

.aboutfourcolbox2 ul li a strong{width:100%;margin:0px auto;padding:0;display: flex;border-bottom: solid 1px rgba(0, 0, 0, 0.08);
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;}
.aboutfourcolbox2 ul li a strong img{border-radius:50%;background: #fff;margin: 30px 0;}
.aboutfourcolbox2 ul li a span{width:90%;padding: 0 5%; margin:0px auto;font-size: 14px;line-height: 20px;text-align: left;}
.aboutfourcolbox2 ul li a span p{font-size:14px;line-height:26px;margin: 5px 0;}

/**/
.concolboxlist{width:90%;height: auto;margin:50px auto;overflow:hidden;border-top:0px solid #000;}
.concolboxlistcol{width:100%;height: auto;margin:0px auto;overflow:hidden;color:#fff;font-size:16px;line-height: 30px;text-align: left;}
.concolboxlistcol .left{float:left;;width:39%;height:350px;padding:5% 5%;background:url(../images/conbg1.jpg) center top no-repeat;background-size:cover;}
.concolboxlistcol .right{float:right;width:39%;height:350px;padding:5% 5%;background:url(../images/conbg1.jpg) center top no-repeat;background-size:cover;}

.concolboxlistcol .left span{width:100%;display:block;text-align:left;}
.concolboxlistcol .left span img{margin:20px auto;text-align: left;}
.concolboxlistcol .left strong{width:100%;display:block;font-size:36px;line-height:60px;font-weight:500;padding-bottom: 20px}
.concolboxlistcol .left p{width:100%;display:block;font-weight:100;font-size:24px;line-height:36px;}

.concolboxlistcol .right span{width:100%;display:block;text-align:left;}
.concolboxlistcol .right span img{margin:20px auto;text-align: left;}
.concolboxlistcol .right strong{width:100%;display:block;font-size:36px;line-height:60px;font-weight:500;padding-bottom: 20px}
.concolboxlistcol .right p{width:100%;display:block;font-weight:100;font-size:24px;line-height:36px;}

.concolboxmap{width:90%;height: auto;margin:0px auto;overflow:hidden;border-top:0px solid #dab996;}

.contact2{width:90%;margin:50px auto;height:645px;overflow:hidden;background:url(../images/conbg2.jpg) center top no-repeat;background-size:cover;margin-bottom:100px}
.contact2col{width:70%;margin:0px auto;height:auto;overflow:hidden;}
.contact2col .title{width:100%;margin:30px auto;height:auto;overflow:hidden;margin-top:80px;}
.contact2col .title strong{font-size:36px;line-height: 56px;padding-left:0px;text-align:center;font-weight: 500;}
.contact2col .title p{font-size:16px;line-height: 56px;padding-left:0px;text-align:center;}

.inquirylist {width:100%;margin:30px auto;height:auto;overflow: hidden;padding:0px;margin-top:20px;text-transform:uppercase;}
.inquirylist ul {width:100%;}
.inquirylist ul li{padding:0.5% 0; width:99%; height:auto; float: left; display: inline; text-align:left;margin-bottom:5px;}
.inquirylist ul li input{background:#f8f8f8;border:1px solid #9f9f9f;border-radius:10px;padding:1.5% 1%; width:46.5%;font-size: 14px;color:#6a6a6a;margin-right: 2%;}

.inquirylist ul li .register{width:200px; text-align:center;font-weight:100;font-size:24px;line-height:20px;COLOR: #fff;background:#f5b77f;margin-right:10px;border-radius:10px;text-transform:uppercase;margin-top: 10px;border:0px solid #9f9f9f;}
.inquirylist ul li .register1{width:200px; text-align:center;font-weight:100;font-size:24px;line-height:20px;COLOR: #fff;background:#9a9a9a;margin-right:0px;border-radius:10px;text-transform:uppercase;margin-top: 10px;border:0px solid #9f9f9f;}
.inquirylist ul li:last-child {display: flex;justify-content: center;gap: 10px; /* 控制按钮间距 */}

.inquirylist ul li textarea{float:left;height:100px;line-height:20px;text-align:left;background:#f8f8f8;border:1px solid #9f9f9f;border-radius:10px;padding:1.5% 1%; width:97.5%;font-size: 14px;color:#6a6a6a;}


/**/
.newscol{width:100%;margin:0px auto;height:auto;overflow:hidden;background:#f8f8f8;}
.newscolbox{width:90%;margin:60px auto;height:auto;overflow:hidden;}
.newscolbox ul{}
.newscolbox ul li{float:left;width:31.9%;height: auto;background: #fff;margin-right:2%;margin-bottom: 2%}
.newscolbox ul li a{display:block;;width: 100%;color:#000}
.newscolbox ul li .secimg{width:100%;height:auto;margin:0px auto;overflow: hidden;border-radius:0px;}
.newscolbox ul li .secimg img{width:100%;height:100%;cursor: pointer;transition: all 0.9s;}
.newscolbox ul li:hover .secimg img{transform: scale(1.03);}
.newscolbox ul li .dycol{padding:5% 8%;width: 84%;margin:0px auto;}
.newscolbox ul li .dycol time{float:left;width: 20%;font-size: 20px;text-align: left;border-right: solid 1px rgba(0, 0, 0, 0.1);}
.newscolbox ul li .dycol time strong{font-size: 60px;line-height: 66px;text-align: left;}
.newscolbox ul li .dycol dd{float:right;width: 74%;}
.newscolbox ul li .dycol dd h3{color:#000;font-size: 20px;line-height: 30px;text-align: left;font-weight: 500;height: 60px;margin-bottom: 10px;overflow:hidden;}
.newscolbox ul li .dycol dd h1{color:#000;font-size: 12px;line-height: 30px;text-align: left;font-weight: 100;height: 30px;margin-bottom: 0px;overflow:hidden;}
.newscolbox ul li p{width:84%;margin:30px auto;border-top:1px solid rgba(0, 0, 0, 0.1);padding: 10px 0 20px 0;}
.newscolbox ul li p span{float:left;color:#000;line-height: 26px;font-size: 14px;}
.newscolbox ul li p i{float:right;padding:0px 10px 6px 8px;color:#000;line-height: 26px;font-size: 26px;border-radius: 50%;font-weight: 100;font-style:normal;}

.newscolbox ul li:hover{background: linear-gradient(135deg, #f5b881, #ec832e);color:#fff;}
.newscolbox ul li:hover .dycol time{border-right: solid 1px rgba(255, 255, 255, 0.2);color:#fff;}
.newscolbox ul li:hover .dycol dd h3{color:#fff;}
.newscolbox ul li:hover .dycol dd h1{color:#fff;}
.newscolbox ul li:hover p{border-top:1px solid rgba(255, 255, 255, 0.3);}
.newscolbox ul li:hover p span{color:#fff;}
.newscolbox ul li:hover p i{float:right;padding:0px 10px 6px 10px;color:#fff;line-height: 26px;font-size: 26px;border-radius: 50%;font-weight: 100;font-style:normal;}

.newscolbox ul li:nth-child(3n) {margin-right: 0%}
.newscolbox ul li:nth-child(6n) {margin-right: 0%}
.newscolbox ul li:nth-child(9n) {margin-right: 0%}


/**/
.servicecol{width:100%;margin:0px auto;height:auto;overflow:hidden;}
.servicecolbox{width:90%;margin:40px auto;height:auto;overflow:hidden;}

.servicecolbox .concompany{width: 100%;font-size:14px; overflow:hidden; padding:50px 0px;text-align:left;border-bottom:1px double #ededed; }
.servicecolbox .concompany .left{float:left;width:46%;margin:0 2%;}
.servicecolbox .concompany .left img{max-width:100%;height: auto;display: block;margin: 0 auto;padding:5px 0;float: left;}
.servicecolbox .concompany .right{float:right;width:46%;margin:4% 0% 0% 2%;text-align:left;}
.servicecolbox .concompany .right h3{text-align:left;font-size:46px;color:#000;line-height:46px;font-weight:500;margin:0px 0;display: flex; /* 改为 flex 布局 */align-items: center;}
.servicecolbox .concompany .right h3 img{vertical-align: middle;margin-right:10px; /* 添加图片和文字之间的间距 */}
.servicecolbox .concompany .right h2{text-align:left;font-size:30px;color:#000;line-height:46px;font-weight:500;margin:10px 0;}
.servicecolbox .concompany .right h2 em{text-align:left;font-size:26px;color:#000;line-height:46px;font-weight:500;font-style:normal;}
.servicecolbox .concompany .right h1{text-align:left;font-size:46px;color:#000;line-height:56px;font-weight:600;margin:30px 0;}
.servicecolbox .concompany .right p{text-align:left;margin:0.0em 0;text-indent:0em;line-height:26px;font-size:16px;color:#777777;width: 84%;}
.servicecolbox .concompany .right dd {margin-top: 25px;}
.servicecolbox .concompany .right dd a{float:left;font-size:20px;color: #fff;padding: 8px 10px;line-height: 36px;border-radius:6px;width: 200px; text-align:center;color:#fff;border:1px solid #fff;background-image: linear-gradient(to right,#f5b881,#ec832e);}
.servicecolbox .concompany .right dd a:hover{background-image: linear-gradient(to right,#f58021,#f58021);}

.servicecolbox .concompany2{width: 100%;font-size:14px; overflow:hidden; padding:50px 0px;text-align:left;border-bottom:1px double #ededed; }
.servicecolbox .concompany2 .left{float:right;width:46%;margin:0%;}
.servicecolbox .concompany2 .left img{max-width:100%;height: auto;display: block;padding:5px 0;text-align: left;}
.servicecolbox .concompany2 .right{float:left;width:46%;margin:4% 2% 0% 2%;text-align:left;}
.servicecolbox .concompany2 .right h3{text-align:left;font-size:46px;color:#000;line-height:46px;font-weight:500;margin:0px 0;display: flex; /* 改为 flex 布局 */align-items: center;}
.servicecolbox .concompany2 .right h3 img{vertical-align: middle;margin-right:10px; /* 添加图片和文字之间的间距 */}
.servicecolbox .concompany2 .right h2{text-align:left;font-size:30px;color:#000;line-height:46px;font-weight:500;margin:10px 0;}
.servicecolbox .concompany2 .right h2 em{text-align:left;font-size:26px;color:#000;line-height:46px;font-weight:500;font-style:normal;}
.servicecolbox .concompany2 .right h1{text-align:left;font-size:46px;color:#000;line-height:56px;font-weight:600;margin:30px 0;}
.servicecolbox .concompany2 .right p{text-align:left;margin:0.0em 0;text-indent:0em;line-height:26px;font-size:16px;color:#777777;width: 84%;}
.servicecolbox .concompany2 .right dd {margin-top: 25px;}
.servicecolbox .concompany2 .right dd a{float:left;font-size:20px;color: #fff;padding: 8px 10px;line-height: 36px;border-radius:6px;width: 200px; text-align:center;color:#fff;border:1px solid #fff;background-image: linear-gradient(to right,#f5b881,#ec832e);}
.servicecolbox .concompany2 .right dd a:hover{background-image: linear-gradient(to right,#f58021,#f58021);}

/*内容*/
.servicefir{width: 100%;font-size:14px; overflow:hidden; padding:30px 0px;text-align:left;border-bottom:0px double #ededed; }
.servicefir .lgywm_title { width:100%; height:auto;}
.servicefir .lwenzi { width:100%; height:auto; text-align:center;margin:0px auto 0px;border-bottom:0px solid #e4e4e4;}
.servicefir .lwenzi p { font-size:16px; color:#303030;line-height:60px;font-weight:100;text-transform : uppercase;}
.servicefir .lwenzi p strong {font-size:44px;width:100%;color:#f58021;line-height:36px;height:36px;padding:2% 0px;font-weight:300;}
.servicefir .lwenzi dd{height:1px;overflow:hidden;width:80px;background:#e1e1e1;border-bottom:0px solid #7f7f7f;margin:0px auto;text-align:center;}

.servicefir .proclass{margin:0px auto;width:100%;height:auto;overflow:hidden;margin-bottom:30px}
.servicefir .proclass ul{}
.servicefir .proclass ul li{display:block;float:left;text-align:center;margin-left:19px;font-size:12px;width:21%;margin:2%;height:auto;}
.servicefir .proclass ul li p{}
.servicefir .proclass ul li p strong{font-size:32px;color: #000;line-height:60px;font-weight:500;}
.servicefir .proclass ul li p span{font-size:14px;color: #000;line-height:20px;font-weight:100;}
.servicefir .proclass ul li img{}
.servicefir .proclass ul li img:hover{}


/*1*/
.servicefir01{width: 100%;font-size:14px; overflow:hidden; padding:50px 0px;text-align:left;border-bottom:0px double #ededed; }
.servicefir01 .lgywm_title { width:100%; height:auto;}
.servicefir01 .lwenzi { width:100%; height:auto; text-align:center;margin:20px auto;border-bottom:0px solid #e4e4e4;}
.servicefir01 .lwenzi p { font-size:16px; color:#303030;line-height:60px;font-weight:100;text-transform : uppercase;}
.servicefir01 .lwenzi p strong {font-size:30px;width:100%;color:#000;line-height:36px;height:36px;padding:2% 0px;font-weight:300;}
.servicefir01 .lwenzi p strong img{width:30px;height: auto;}

.servicefir01 .el-tab{width: auto;height: 47px;border-bottom:1px solid #f2f2f3;flex-shrink: 0;display: flex;justify-content: center; /* 水平居中 */}
.servicefir01 .el-tab ul{display: flex;margin: 0 auto; /* 确保ul本身也居中 */}
.servicefir01 .el-tab ul li{float: none; /* 移除浮动 */display: inline-block; /* 改为行内块元素 */}
.servicefir01 .el-tab ul li a{display: block;padding: 0px 15px;line-height: 45px;font-size: 16px;margin:0 0px 0 5px}
.servicefir01 .el-tab ul li a:hover{border-bottom:0px solid #f58021;color:#f58021;font-weight: bold;}
.servicefir01 .el-tab .curr{border-bottom:3px solid #f58021;color:#f58021;font-weight: bold;}
/**/
.servicefir01 .customer-list{width: 100%;height: 533px;overflow: hidden;background-image: linear-gradient(to top,#fdfbff,#fff);}
.servicefir01 .customer-list ul {}
.servicefir01 .customer-list ul li{}
.servicefir01 .customer-list ul li a {display: block; width:auto;padding:16px;height:auto;}

.servicefir01 .customer-list ul li .name-box{float:left;width:30%;padding:10% 10%;}
.servicefir01 .customer-list ul li .name-box .name{flaot:left;width: 100%; font-size:38px;color:#000;line-height:50px;margin-bottom: 20px;}
.servicefir01 .customer-list ul li .name-box .time{float:left;width: 100%; font-size:14px;color:#000;line-height: 24px;margin-bottom: 20px;}
.servicefir01 .customer-list ul li .name-box .nmore{float:left;width: 100%; font-size:14px;color:#0B121A99;line-height: 24px;}
.servicefir01 .customer-list ul li a:hover{}
.servicefir01 .customer-list .cur{background:#f2f5fb;}

.servicefir01 .customer-list ul li .avatar-boxdan{float:right;width:45%;height: 533px;padding-right: 10px;background:url(../images/ss01_5.png) no-repeat;}
.servicefir01 .customer-list ul li .avatar-boxdan img{width:70%; height:auto;border-radius:0px;text-align: center;padding:10%;}

.servicefir01 .customer-list .tab-content {display: none;}
.servicefir01 .customer-list .tab-content.active {display: block;}

/*2*/
.servicefir02{width: 100%;font-size:14px; overflow:hidden; padding:50px 0px;text-align:left;border-bottom:0px double #ededed; }
.servicefir02 .lgywm_title { width:100%; height:auto;}
.servicefir02 .lwenzi { width:100%; height:auto; text-align:center;margin:20px auto;border-bottom:0px solid #e4e4e4;}
.servicefir02 .lwenzi p { font-size:16px; color:#303030;line-height:60px;font-weight:100;text-transform : uppercase;}
.servicefir02 .lwenzi p strong {font-size:30px;width:100%;color:#000;line-height:36px;height:36px;padding:2% 0px;font-weight:300;}
.servicefir02 .lwenzi p strong img{width:30px;height: auto;}

.servicefir02 .el-tab1{width: auto;height: 47px;border-bottom:1px solid #f2f2f3;flex-shrink: 0;display: flex;justify-content: center; /* 水平居中 */}
.servicefir02 .el-tab1 ul{display: flex;margin: 0 auto; /* 确保ul本身也居中 */}
.servicefir02 .el-tab1 ul li{float: none; /* 移除浮动 */display: inline-block; /* 改为行内块元素 */}
.servicefir02 .el-tab1 ul li a{display: block;padding: 0px 15px;line-height: 45px;font-size: 16px;margin:0 0px 0 5px}
.servicefir02 .el-tab1 ul li a:hover{border-bottom:0px solid #f58021;color:#f58021;font-weight: bold;}
.servicefir02 .el-tab1 .curr{border-bottom:3px solid #f58021;color:#f58021;font-weight: bold;}
/**/
.servicefir02 .customer-list1{width: 100%;height: 533px;overflow: hidden;background-image: linear-gradient(to top,#fdfbff,#fff);}
.servicefir02 .customer-list1 ul {}
.servicefir02 .customer-list1 ul li{}
.servicefir02 .customer-list1 ul li a {display: block; width:auto;padding:16px;height:auto;}

.servicefir02 .customer-list1 ul li .name-box{float:left;width:30%;padding:10% 10%;}
.servicefir02 .customer-list1 ul li .name-box .name{flaot:left;width: 100%; font-size:38px;color:#000;line-height:50px;margin-bottom: 20px;}
.servicefir02 .customer-list1 ul li .name-box .time{float:left;width: 100%; font-size:14px;color:#000;line-height: 24px;margin-bottom: 20px;}
.servicefir02 .customer-list1 ul li .name-box .nmore{float:left;width: 100%; font-size:14px;color:#0B121A99;line-height: 24px;}
.servicefir02 .customer-list1 ul li a:hover{}
.servicefir02 .customer-list1 .cur{background:#f2f5fb;}

.servicefir02 .customer-list1 ul li .avatar-boxdan{float:right;width:45%;height: 533px;padding-right: 10px;background:url(../images/ss01_11.png) no-repeat;}
.servicefir02 .customer-list1 ul li .avatar-boxdan img{width:70%; height:auto;border-radius:0px;text-align: center;padding:10%;}

.servicefir02 .customer-list1 .tab-content {display: none;}
.servicefir02 .customer-list1 .tab-content.active {display: block;}

/*3*/
.servicefir03{width: 100%;font-size:14px; overflow:hidden; padding:50px 0px;text-align:left;border-bottom:0px double #ededed; }
.servicefir03 .lgywm_title { width:100%; height:auto;}
.servicefir03 .lwenzi { width:100%; height:auto; text-align:center;margin:20px auto;border-bottom:0px solid #e4e4e4;}
.servicefir03 .lwenzi p { font-size:16px; color:#303030;line-height:60px;font-weight:100;text-transform : uppercase;}
.servicefir03 .lwenzi p strong {font-size:30px;width:100%;color:#000;line-height:36px;height:36px;padding:2% 0px;font-weight:300;}
.servicefir03 .lwenzi p strong img{width:30px;height: auto;}

.servicefir03 .el-tab2{width: auto;height: 47px;border-bottom:1px solid #f2f2f3;flex-shrink: 0;display: flex;justify-content: center; /* 水平居中 */}
.servicefir03 .el-tab2 ul{display: flex;margin: 0 auto; /* 确保ul本身也居中 */}
.servicefir03 .el-tab2 ul li{float: none; /* 移除浮动 */display: inline-block; /* 改为行内块元素 */}
.servicefir03 .el-tab2 ul li a{display: block;padding: 0px 15px;line-height: 45px;font-size: 16px;margin:0 0px 0 5px}
.servicefir03 .el-tab2 ul li a:hover{border-bottom:0px solid #f58021;color:#f58021;font-weight: bold;}
.servicefir03 .el-tab2 .curr{border-bottom:3px solid #f58021;color:#f58021;font-weight: bold;}
/**/
.servicefir03 .customer-list2{width: 100%;height: 533px;overflow: hidden;background-image: linear-gradient(to top,#fdfbff,#fff);}
.servicefir03 .customer-list2 ul {}
.servicefir03 .customer-list2 ul li{}
.servicefir03 .customer-list2 ul li a {display: block; width:auto;padding:16px;height:auto;}

.servicefir03 .customer-list2 ul li .name-box{float:left;width:30%;padding:10% 10%;}
.servicefir03 .customer-list2 ul li .name-box .name{flaot:left;width: 100%; font-size:38px;color:#000;line-height:50px;margin-bottom: 20px;}
.servicefir03 .customer-list2 ul li .name-box .time{float:left;width: 100%; font-size:14px;color:#000;line-height: 24px;margin-bottom: 20px;}
.servicefir03 .customer-list2 ul li .name-box .nmore{float:left;width: 100%; font-size:14px;color:#0B121A99;line-height: 24px;}
.servicefir03 .customer-list2 ul li a:hover{}
.servicefir03 .customer-list2 .cur{background:#f2f5fb;}

.servicefir03 .customer-list2 ul li .avatar-boxdan{float:right;width:45%;height: 533px;padding-right: 10px;background:url(../images/ss01_19.png) no-repeat;}
.servicefir03 .customer-list2 ul li .avatar-boxdan img{width:70%; height:auto;border-radius:0px;text-align: center;padding:10%;}

.servicefir03 .customer-list2 .tab-content {display: none;}
.servicefir03 .customer-list2 .tab-content.active {display: block;}

/*4*/
.servicefir04{width: 100%;font-size:14px; overflow:hidden; padding:10px 0px;text-align:left;border-bottom:0px double #ededed; }
.servicefir04 .lgywm_title { width:100%; height:auto;}
.servicefir04 .lwenzi { width:100%; height:auto; text-align:center;margin:0px auto;border-bottom:0px solid #e4e4e4;}
.servicefir04 .lwenzi p { font-size:16px; color:#303030;line-height:60px;font-weight:100;text-transform : uppercase;}
.servicefir04 .lwenzi p strong {font-size:36px;width:100%;color:#000;line-height:36px;height:36px;padding:2% 0px;font-weight:500;}
.servicefir04 .lwenzi dd{height:1px;overflow:hidden;width:80px;background:#e1e1e1;border-bottom:0px solid #7f7f7f;margin:0px auto;text-align:center;}

.servicefir04 .proclass{margin:30px auto;width:100%;height:auto;overflow:hidden;}
.servicefir04 .proclass ul{margin-top: 50px;}
.servicefir04 .proclass ul li{display:block;float:left;text-align:center;margin-left:19px;font-size:12px;width:16%;margin:0% 2%;height:150px;}
.servicefir04 .proclass ul li p{}
.servicefir04 .proclass ul li p strong{font-size:20px;color: #000;line-height:60px;font-weight:500;}
.servicefir04 .proclass ul li p span{font-size:14px;color: #000;line-height:20px;font-weight:100;}
.servicefir04 .proclass ul li img{}
.servicefir04 .proclass ul li img:hover{}


.index_cnt_item_title { font-size: 20px;font-weight: 500;color: #000;margin-bottom: 20px;text-align: left;line-height: 30px;display: flex; /* 添加 flex 布局 */align-items: center; /* 垂直居中对齐 */gap: 8px; /* 图标和文字之间的间距，可选 */}
.ww_officialImg {display: inline-block;overflow: hidden;font-size: 0;line-height: 0;}
.ww_officialImg_SubFeature1 {background-image: url(../images/officialImages.svg);background-position: -270px -272px;width: 30px;height: 30px;}
.ww_officialImg_SubFeature2 {background-image: url(../images/officialImages.svg);background-position: -360px -30px;width: 30px;height: 30px;}
.ww_officialImg_SubFeature3 {background-image: url(../images/officialImages.svg);background-position: -360px -60px;width: 30px;height: 30px;}
.ww_officialImg_SubFeature4 {background-image: url(../images/officialImages.svg);background-position: -240px -302px;width: 30px;height: 30px;}
.ww_officialImg_SubFeature5 {background-image: url(../images/officialImages.svg);background-position: -270px -302px;width: 30px;height: 30px;}
.ww_officialImg_SubFeature6 {background-image: url(../images/officialImages.svg);background-position: -360px -90px;width: 30px;height: 30px;}
.ww_officialImg_SubFeature7 {background-image: url(../images/officialImages.svg);background-position: -120px -302px;width: 30px;height: 30px;}
.ww_officialImg_SubFeature8 {background-image: url(../images/officialImages.svg);background-position: -90px -302px;width: 30px;height: 30px;}
.ww_officialImg_SubFeature9 {background-image: url(../images/officialImages.svg);background-position: -360px -120px;width: 30px;height: 30px;}
.ww_officialImg_SubFeature10 {background-image: url(../images/officialImages.svg);background-position: -300px -272px;width: 30px;height: 30px;}
.ww_officialImg_SubFeature11 {background-image: url(../images/officialImages.svg);background-position: 0 -302px;width: 30px;height: 30px;}
.ww_officialImg_SubFeature12 {background-image: url(../images/officialImages.svg);background-position: -30px -302px;width: 30px;height: 30px;}
.ww_officialImg_SubFeature13 {background-image: url(../images/officialImages.svg);background-position: -150px -302px;width: 30px;height: 30px;}
.ww_officialImg_SubFeature14 {background-image: url(../images/officialImages.svg);background-position: -210px -302px;width: 30px;height: 30px;}
.ww_officialImg_SubFeature15 {background-image: url(../images/001.svg);width: 24px;height: 25px;}
.ww_officialImg_SubFeature16 {background-image: url(../images/002.svg);width: 24px;height: 25px;}
.ww_officialImg_SubFeature17 {background-image: url(../images/003.svg);width: 24px;height: 25px;}
.ww_officialImg_SubFeature18 {background-image: url(../images/004.svg);width: 24px;height: 25px;}

.servicefir04 .index_cnt_item_list {text-align: left; /* 左对齐 */padding-left: 0; /* 清除默认内边距 */margin-left: 0; /* 清除默认外边距 */}
.servicefir04 .index_cnt_item_list p {position: relative;padding-left:0px; /* 为小圆点留出空间 */margin-bottom: 8px; /* 段落间距 */line-height: 1.6; /* 行高 */font-size: 14px;color: #666;}
.servicefir04 .index_cnt_item_list p::before {position: absolute;left: 0;color: #000; /* 圆点颜色 */font-size: 16px; /* 圆点大小 */}


/*5*/
.servicefir05{width: 100%;font-size:14px; overflow:hidden; padding:10px 0px;text-align:left;border-bottom:0px double #ededed; }
.servicefir05 .lgywm_title { width:100%; height:auto;}
.servicefir05 .lwenzi { width:100%; height:auto; text-align:center;margin:0px auto;border-bottom:0px solid #e4e4e4;}
.servicefir05 .lwenzi p { font-size:16px; color:#303030;line-height:60px;font-weight:100;text-transform : uppercase;}
.servicefir05 .lwenzi p strong {font-size:36px;width:100%;color:#000;line-height:36px;height:36px;padding:2% 0px;font-weight:500;}
.servicefir05 .lwenzi dd{height:1px;overflow:hidden;width:80px;background:#e1e1e1;border-bottom:0px solid #7f7f7f;margin:0px auto;text-align:center;}

.servicefir05 .proclass{margin:30px auto;width:100%;height:auto;overflow:hidden;}
.servicefir05 .proclass ul{margin-top: 50px;}
.servicefir05 .proclass ul li{display:block;float:left;text-align:center;margin-left:19px;font-size:12px;width:21%;margin:0% 2%;height:150px;}
.servicefir05 .proclass ul li p{}
.servicefir05 .proclass ul li p strong{font-size:20px;color: #000;line-height:60px;font-weight:500;}
.servicefir05 .proclass ul li p span{font-size:14px;color: #000;line-height:20px;font-weight:100;}
.servicefir05 .proclass ul li img{}
.servicefir05 .proclass ul li img:hover{}

.servicefir05 .index_cnt_item_list {text-align: left; /* 左对齐 */padding-left: 0; /* 清除默认内边距 */margin-left: 0; /* 清除默认外边距 */}
.servicefir05 .index_cnt_item_list p {position: relative;padding-left: 16px; /* 为小圆点留出空间 */margin-bottom:4px; /* 段落间距 */line-height: 1.6; /* 行高 */font-size: 14px;color: #666;}
.servicefir05 .index_cnt_item_list p::before {content: "•"; /* 小圆点符号 */position: absolute;left: 0;color: #000; /* 圆点颜色 */font-size: 16px; /* 圆点大小 */}


/*二*/
.servicesec{width: 100%;font-size:14px; overflow:hidden; padding:30px 0px;text-align:left;border-bottom:1px double #ededed; }
.servicesec .lgywm_title { width:100%; height:auto;}
.servicesec .lwenzi { width:100%; height:auto; text-align:center;margin:0px auto 0px;border-bottom:0px solid #e4e4e4;}
.servicesec .lwenzi p { font-size:16px; color:#303030;line-height:60px;font-weight:100;text-transform : uppercase;}
.servicesec .lwenzi p strong {font-size:44px;width:100%;color:#f58021;line-height:36px;height:36px;padding:2% 0px;font-weight:300;}
.servicesec .lwenzi dd{height:1px;overflow:hidden;width:80px;background:#e1e1e1;border-bottom:0px solid #7f7f7f;margin:0px auto;text-align:center;}

.servicesec .proclass{margin:0px auto;width:100%;height:auto;overflow:hidden;margin-bottom:30px}
.servicesec .proclass ul{}
.servicesec .proclass ul li{display:block;float:left;text-align:center;margin-left:19px;font-size:12px;width:19%;margin:2% 3%;height:auto;}
.servicesec .proclass ul li p{}
.servicesec .proclass ul li p strong{font-size:26px;color: #000;line-height:60px;font-weight:500;}
.servicesec .proclass ul li p span{font-size:12px;color: #000;line-height:20px;font-weight:100;}
.servicesec .proclass ul li img{}
.servicesec .proclass ul li img:hover{}

.servicesec01{width: 100%;font-size:14px; overflow:hidden; padding:50px 0px;text-align:left;border-bottom:0px double #ededed;}
.servicesec01 .lgywm_title { width:100%; height:auto;}
.servicesec01 .lwenzi { width:100%; height:auto; text-align:center;margin:0px auto;border-bottom:0px solid #e4e4e4;}
.servicesec01 .lwenzi p { font-size:16px; color:#303030;line-height:60px;font-weight:100;text-transform : uppercase;}
.servicesec01 .lwenzi p strong {font-size:36px;width:100%;color:#000;line-height:36px;height:36px;padding:2% 0px;font-weight:500;}
.servicesec01 .lwenzi dd{height:1px;overflow:hidden;width:80px;background:#e1e1e1;border-bottom:0px solid #7f7f7f;margin:0px auto;text-align:center;}

.servicesec01 .proclass{margin:30px auto;width:100%;height:auto;overflow:hidden;}
.servicesec01 .proclass ul{margin-top:30px;}
.servicesec01 .proclass ul li{display:block;float:left;text-align:center;margin-left:19px;font-size:12px;width:27%;margin:0% 3%;height:150px;}
.servicesec01 .proclass ul li p{}
.servicesec01 .proclass ul li p strong{font-size:20px;color: #000;line-height:60px;font-weight:500;}
.servicesec01 .proclass ul li p span{font-size:14px;color: #000;line-height:20px;font-weight:100;}
.servicesec01 .proclass ul li img{}
.servicesec01 .proclass ul li img:hover{}


.servicesec01 .index_cnt_item_title { font-size:26px;font-weight: 500;color: #000;margin-bottom:15px;text-align: left;line-height: 30px;display: flex; /* 添加 flex 布局 */align-items: center; /* 垂直居中对齐 */gap: 8px; /* 图标和文字之间的间距，可选 */}
.servicesec01 .ww_officialImg {float:left;width:96px;height: 96px;padding: 0 20px 15px 0;}
.servicesec01 .SubFeature1 {background: url(../images/ss02_1.png) no-repeat;}
.servicesec01 .SubFeature2 {background: url(../images/ss02_2.png) no-repeat;}
.servicesec01 .SubFeature3 {background: url(../images/ss02_3.png) no-repeat;}
.servicesec01 .SubFeature4 {background: url(../images/ss02_4.png) no-repeat;}
.servicesec01 .SubFeature5 {background: url(../images/ss02_5.png) no-repeat;}
.servicesec01 .SubFeature6 {background: url(../images/ss02_6.png) no-repeat;}
.servicesec01 .SubFeature7 {background: url(../images/ss02_7.png) no-repeat;}
.servicesec01 .SubFeature8 {background: url(../images/ss02_8.png) no-repeat;}
.servicesec01 .SubFeature9 {background: url(../images/ss02_9.png) no-repeat;}

.servicesec01 .index_cnt_item_list {text-align: left; /* 左对齐 */padding-left: 0; /* 清除默认内边距 */margin-left: 0; /* 清除默认外边距 */}
.servicesec01 .index_cnt_item_list p {position: relative;padding-left:0px; /* 为小圆点留出空间 */margin-bottom: 8px; /* 段落间距 */line-height: 1.6; /* 行高 */font-size: 16px;color: #666;}
.servicesec01 .index_cnt_item_list p::before {position: absolute;left: 0;color: #000; /* 圆点颜色 */font-size: 16px; /* 圆点大小 */}


/*三*/
.servicethr{width: 100%;font-size:14px; overflow:hidden; padding:30px 0px;text-align:left;border-bottom:1px double #ededed; }
.servicethr .lgywm_title { width:100%; height:auto;}
.servicethr .lwenzi { width:100%; height:auto; text-align:center;margin:0px auto 0px;border-bottom:0px solid #e4e4e4;}
.servicethr .lwenzi p{font-size:12px; color:#303030;line-height:60px;font-weight:100;text-transform : uppercase;}
.servicethr .lwenzi p strong {font-size:44px;width:100%;color:#f58021;line-height:36px;height:36px;padding:2% 0px;font-weight:300;}
.servicethr .lwenzi dd{height:1px;overflow:hidden;width:80px;background:#e1e1e1;border-bottom:0px solid #7f7f7f;margin:0px auto;text-align:center;}

.servicethr .proclass{margin:0px auto;width:100%;height:auto;overflow:hidden;margin-bottom:30px}
.servicethr .proclass ul{}
.servicethr .proclass ul li{display:block;float:left;text-align:center;margin-left:19px;font-size:12px;width:27.3%;margin:3%;height:auto;}
.servicethr .proclass ul li p{}
.servicethr .proclass ul li p strong{font-size:28px;color: #000;line-height:60px;font-weight:500;}
.servicethr .proclass ul li p span{font-size:14px;color: #000;line-height:26px;font-weight:100;}
.servicethr .proclass ul li img{}
.servicethr .proclass ul li img:hover{}


/*1*/
.servicethr01{width: 100%;font-size:14px; overflow:hidden; padding:50px 0px;text-align:left;border-bottom:0px double #ededed; }
.servicethr01 .lgywm_title { width:100%; height:auto;}
.servicethr01 .lwenzi { width:100%; height:auto; text-align:center;margin:20px auto;border-bottom:0px solid #e4e4e4;}
.servicethr01 .lwenzi p { font-size:16px; color:#303030;line-height:60px;font-weight:100;text-transform : uppercase;}
.servicethr01 .lwenzi p strong {font-size:30px;width:100%;color:#000;line-height:36px;height:36px;padding:2% 0px;font-weight:300;}
.servicethr01 .lwenzi p strong img{width:30px;height: auto;}

.servicethr01 .el-tab{width: auto;height: 47px;border-bottom:1px solid #f2f2f3;flex-shrink: 0;display: flex;justify-content: center; /* 水平居中 */}
.servicethr01 .el-tab ul{display: flex;margin: 0 auto; /* 确保ul本身也居中 */}
.servicethr01 .el-tab ul li{float: none; /* 移除浮动 */display: inline-block; /* 改为行内块元素 */}
.servicethr01 .el-tab ul li a{display: block;padding: 0px 15px;line-height: 45px;font-size: 16px;margin:0 0px 0 5px}
.servicethr01 .el-tab ul li a:hover{border-bottom:0px solid #f58021;color:#f58021;font-weight: bold;}
.servicethr01 .el-tab .curr{border-bottom:3px solid #f58021;color:#f58021;font-weight: bold;}
/**/
.servicethr01 .customer-list{width: 100%;height: 500px;overflow: hidden;background: #f5f7fa;}
.servicethr01 .customer-list ul {}
.servicethr01 .customer-list ul li{}
.servicethr01 .customer-list ul li a {display: block; width:auto;padding:16px;height:auto;}

.servicethr01 .customer-list ul li .name-box{float:left;width:30%;padding:6% 10% 0%  10%;}
.servicethr01 .customer-list ul li .name-box .name{flaot:left;width: 100%; font-size:30px;color:#f58021;line-height:50px;margin-bottom: 20px;}
.servicethr01 .customer-list ul li .name-box .time{float:left;width: 100%; font-size:14px;color:#000;line-height: 24px;margin-bottom: 15px;}
.servicethr01 .customer-list ul li .name-box .nmore{float:left;width: 100%; font-size:14px;color:#0B121A99;line-height: 24px;}
.servicethr01 .customer-list ul li a:hover{}
.servicethr01 .customer-list .cur{background:#f2f5fb;}

.servicethr01 .customer-list ul li .avatar-boxdan{float:right;width:50%;height: 533px;padding-right: 0px;background: #f5f7fa;}
.servicethr01 .customer-list ul li .avatar-boxdan img{width:90%; height:auto;border-radius:0px;text-align: center;padding:8% 5% 0% 5%;}

.servicethr01 .customer-list .tab-content {display: none;}
.servicethr01 .customer-list .tab-content.active {display: block;}


/*四*/
.servicefour01 {width: 100%;font-size:14px; overflow:hidden; padding:80px 0px;text-align:left;border-top:1px double #ededed;border-bottom:1px double #ededed; }
.servicefour01 .left{float:left;width:46%;margin:0 2%;}
.servicefour01 .left img{max-width:100%;height: auto;display: block;margin: 0 auto;padding:5px 0;float: left;}
.servicefour01 .right{float:right;width:46%;margin:2% 0% 0% 2%;text-align:left;}
.servicefour01 .right h1{text-align:left;font-size:36px;color:#000;line-height:56px;font-weight:600;margin:20px 0;}
.servicefour01 .right p{text-align:left;margin:0.0em 0;text-indent:0em;line-height:26px;font-size:20px;color:#777777;width: 84%;margin:25px 0;}
.servicefour01 .right dd {margin-top: 25px;}
.servicefour01 .right dd a{float:left;font-size:20px;color: #fff;padding: 8px 10px;line-height: 36px;border-radius:6px;width: 200px; text-align:center;color:#fff;border:1px solid #fff;background-image: linear-gradient(to right,#f5b881,#ec832e);}
.servicefour01 .right dd a:hover{background-image: linear-gradient(to right,#f58021,#f58021);}

.servicefour01 .tbb {width: 99%;display: flex;flex-wrap: wrap;border-radius: 4px;overflow: hidden;border: 1px solid #e1e8ed;}
.servicefour01 .tbb ul {width: 100%;display: flex;flex-wrap: wrap;list-style: none;}
.servicefour01 .tbb li {width: 33.2%;padding:10px 0;text-align: center;border-right: 1px solid #e1e8ed;border-bottom: 1px solid #e1e8ed;background-color: #f8f9fa;transition: all 0.3s ease;font-weight: 500;color: #34495e;cursor: pointer;display: flex;align-items: center;justify-content: center;}
/* 每行第三个元素去掉右边框 */
.servicefour01 .tbb li:nth-child(3n) {border-right: none;}
/* 最后一行元素去掉底部边框 */
.servicefour01 .tbb li:nth-last-child(-n+3) {border-bottom: none;}
.servicefour01 .tbb li:hover {background-color: #f5b881;color: white;}
.servicefour01 .tbb li:active {transform: translateY(0);}

/*1*/
.servicefour{width: 100%;font-size:14px; overflow:hidden; padding:40px 0px;text-align:left;border-bottom:1px double #ededed; }
.servicefour .lgywm_title { width:100%; height:auto;}
.servicefour .lwenzi { width:100%; height:auto; text-align:center;margin:30px auto 0px;border-bottom:0px solid #e4e4e4;}
.servicefour .lwenzi p { font-size:12px; color:#303030;line-height:26px;font-weight:100;text-transform : uppercase;}
.servicefour .lwenzi p strong {font-size:36px;width:100%;color:#f58021;line-height:46px;height:46px;padding:2% 0px;font-weight:300;}
.servicefour .lwenzi dd{height:1px;overflow:hidden;width:80px;background:#e1e1e1;border-bottom:0px solid #7f7f7f;margin:0px auto;text-align:center;margin-top: 8px;}

.servicefour .proclass{margin:0px auto;width:100%;height:auto;overflow:hidden;margin-bottom:30px}
.servicefour .proclass ul{}
.servicefour .proclass ul li{display:block;float:left;text-align:center;margin-left:19px;font-size:12px;width:21%;margin:2%;height:auto;}
.servicefour .proclass ul li p{}
.servicefour .proclass ul li p strong{font-size:20px;color: #000;line-height:60px;font-weight:500;}
.servicefour .proclass ul li p span{font-size:14px;color: #000;line-height:20px;font-weight:100;}
.servicefour .proclass ul li img{}
.servicefour .proclass ul li img:hover{}

.servicefour .imgcol{width:90%;margin:30px auto;height: auto;overflow:hidden;text-align: center}
.servicefour .imgcol img{margin:0 auto;height: auto; width: auto\9; width:90%;}

.container{width: 96%;font-size:14px; overflow:hidden; padding:5% 2%;text-align:left;border-bottom:0px double #ededed; }
.g_animation.translate { opacity: 0.2; transform: translateY(300px); transition: 1s ease; }
.g_animation.reset { opacity: 1; transform: none; filter: none; }
.tedian > li { float: left; width: 17.9%; height: 290px; text-align: center; padding: 50px 3.5% 0; border: 1px solid #eee; border-right: 0; box-shadow: 0 0 20px rgba(0,0,0,0); overflow: hidden; transition: ease .3s;margin-left: -1px;margin-top: -1px;}
.tedian > li:hover { box-shadow: 0 0 30px rgba(0,0,0,.15); }
.tedian > li:nth-child(2n+4) { border-right: 1px solid #eee; }
.tedian > li .pic { display: inline-block; text-align: center; width: 100px;height:100px; line-height: 100px; background-image: linear-gradient(to bottom, #ec8530, #f5b880); border-radius: 50px; }
.tedian > li .pic img { width: 60px; vertical-align: middle;padding-top: 20px;}
.tedian > li .h1 { font-size: 16px; margin: 20px 0 10px; }
.tedian > li .h2 { color: #999; line-height: 1.5em; }
html.um .tedian > li { width: 50%; border: 1px solid #eee; border-right: 0; }
html.um .tedian > li:nth-child(2n+2) { border-right: 1px solid #eee; }


/*五*/
.servicefive{width: 100%;font-size:14px; overflow:hidden; padding:0px 0px;text-align:left;border-bottom:0px double #ededed; }
.servicefive .lgywm_title { width:100%; height:auto;}
.servicefive .lwenzi { width:100%; height:auto; text-align:center;margin:0px auto 0px;border-bottom:0px solid #e4e4e4;}
.servicefive .lwenzi p{ width:100%;font-size:16px; color:#303030;line-height:26px;font-weight:100;text-transform : uppercase;}
.servicefive .lwenzi p strong {font-size:44px;width:100%;color:#f58021;line-height:66px;height:66px;font-weight:300;}
.servicefive .lwenzi dd{height:1px;overflow:hidden;width:80px;background:#e1e1e1;border-bottom:0px solid #7f7f7f;margin:10px auto;text-align:center;}

.servicefive .proclass{margin:0px auto;width:100%;height:auto;overflow:hidden;margin-bottom:30px}
.servicefive .proclass ul{}
.servicefive .proclass ul li{display:block;float:left;text-align:center;margin-left:19px;font-size:12px;width:21%;margin:2%;height:auto;}
.servicefive .proclass ul li p{}
.servicefive .proclass ul li p strong{font-size:32px;color:#f58021;line-height:60px;font-weight:500;}
.servicefive .proclass ul li p span{font-size:16px;color:#000;line-height:20px;font-weight:100;}
.servicefive .proclass ul li img{}
.servicefive .proclass ul li img:hover{}

.servicefive .proclass1{margin:0px auto;width:100%;height:auto;overflow:hidden;margin-bottom:30px}
.servicefive .proclass1 ul{}
.servicefive .proclass1 ul li{display:block;float:left;text-align:center;margin-left:19px;font-size:12px;width:25%;margin:1% 4%;height:auto;}
.servicefive .proclass1 ul li p{}
.servicefive .proclass1 ul li p strong{font-size:32px;color:#000;line-height:60px;font-weight:500;}
.servicefive .proclass1 ul li p span{font-size:16px;color:#000;line-height:20px;font-weight:100;}
.servicefive .proclass1 ul li img{width: 180px;height: auto;}
.servicefive .proclass1 ul li img:hover{}


/*六*/
.servicesix{width: 100%;font-size:14px; overflow:hidden; padding:30px 0px;text-align:left;border-bottom:0px double #ededed; }
.servicesix .lgywm_title { width:100%; height:auto;}
.servicesix .lwenzi { width:100%; height:auto; text-align:center;margin:0px auto 0px;border-bottom:0px solid #e4e4e4;}
.servicesix .lwenzi p { font-size:16px; color:#303030;line-height:60px;font-weight:100;text-transform : uppercase;}
.servicesix .lwenzi p strong {font-size:44px;width:100%;color:#f58021;line-height:36px;height:36px;padding:2% 0px;font-weight:300;}
.servicesix .lwenzi dd{height:1px;overflow:hidden;width:80px;background:#e1e1e1;border-bottom:0px solid #7f7f7f;margin:0px auto;text-align:center;}

.servicesix .proclass{margin:0px auto;width:100%;height:auto;overflow:hidden;margin-bottom:30px}
.servicesix .proclass ul{}
.servicesix .proclass ul li{display:block;float:left;text-align:center;margin-left:19px;font-size:12px;width:21%;margin:2%;height:auto;}
.servicesix .proclass ul li p{}
.servicesix .proclass ul li img{width: 120px;height: 120px;}
.servicesix .proclass ul li p strong{font-size:30px;color: #000;line-height:60px;font-weight:500;}
.servicesix .proclass ul li p span{font-size:14px;color: #000;line-height:20px;font-weight:100;}
.servicesix .proclass ul li img{}
.servicesix .proclass ul li img:hover{}


.servicesix01{width: 100%;font-size:14px; overflow:hidden; padding:30px 0px;text-align:left;border-bottom:0px double #ededed;background: linear-gradient(135deg, #00feff, #1261ff 46%, #8157ff);}
.servicesix01 .lgywm_title { width:100%; height:80px;}
.servicesix01 .lwenzi { width:100%; height:auto; text-align:center;margin:20px auto 0px;border-bottom:0px solid #e4e4e4;}
.servicesix01 .lwenzi p { font-size:16px; color:#303030;line-height:60px;font-weight:100;text-transform : uppercase;}
.servicesix01 .lwenzi p strong {font-size:44px;width:100%;color:#fff;line-height:36px;height:36px;padding:2% 0px;font-weight:300;}
.servicesix01 .lwenzi dd{height:1px;overflow:hidden;width:80px;background:#e1e1e1;border-bottom:0px solid #7f7f7f;margin:0px auto;text-align:center;}

.servicesix01 .proclass{margin:0px auto;width:90%;height:auto;overflow:hidden;margin-bottom:30px}
.servicesix01 .proclass ul{display: flex;flex-wrap: wrap;justify-content: center;}
.servicesix01 .proclass ul li{display:block;float:left;text-align:center;font-size:12px; width: calc(20% - 40px); /* 5个元素每行 */;height:auto;background:#fff;display: flex;flex-direction: column;align-items: center;justify-content: center;border-radius: 12px;box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); margin: 10px; /* 左右上下对称间距 */padding: 20px 10px;}
.servicesix01 .proclass ul li a {display: flex;flex-direction: column;align-items: center;width: 100%;height: 100%;}
.servicesix01 .proclass ul li p{}
.servicesix01 .proclass ul li img{width: 80px;height: 80px;object-fit: contain; /* 保持比例 */}
.servicesix01 .proclass ul li p strong{font-size:26px;color: #000;line-height:40px;font-weight:500;}
.servicesix01 .proclass ul li img{}
.servicesix01 .proclass ul li img:hover{}
.servicesix01 .proclass ul li:hover {transform: translateY(-5px);box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);}


.servicesix02{width: 100%;font-size:14px; overflow:hidden; padding:30px 0px;text-align:left;border-bottom:0px double #ededed;}
.servicesix02 .lgywm_title { width:100%; height:80px;}
.servicesix02 .lwenzi { width:100%; height:auto; text-align:center;margin:20px auto 0px;border-bottom:0px solid #e4e4e4;}
.servicesix02 .lwenzi p { font-size:16px; color:#303030;line-height:60px;font-weight:100;text-transform : uppercase;}
.servicesix02 .lwenzi p strong {font-size:44px;width:100%;color:#000;line-height:36px;height:36px;padding:2% 0px;font-weight:500;}
.servicesix02 .lwenzi dd{height:1px;overflow:hidden;width:80px;background:#e1e1e1;border-bottom:0px solid #7f7f7f;margin:0px auto;text-align:center;}

.servicesix02 .proclass{margin:0px auto;width:100%;height:auto;overflow:hidden;margin-bottom:30px}
.servicesix02 .proclass ul{display: flex;flex-wrap: wrap;justify-content: center;}
.servicesix02 .proclass ul li{display:block;float:left;text-align:center;font-size:12px; width: calc(25% - 65px); /* 5个元素每行 */;height:auto;background:#fff;display: flex;flex-direction: column;align-items: center;justify-content: center;border-radius: 8px;margin:20px; /* 左右上下对称间距 */padding: 20px 10px;border:1px solid #f0f2f8;}
.servicesix02 .proclass ul li a {display: flex;flex-direction: column;align-items: center;width: 100%;height: 100%;padding:50px 0 20px 0;}
.servicesix02 .proclass ul li p{padding:30px 40px;}
.servicesix02 .proclass ul li img{width:140px;height:140px;object-fit: contain; /* 保持比例 */}
.servicesix02 .proclass ul li p strong{font-size:26px;color: #000;line-height:40px;font-weight:500;}
.servicesix02 .proclass ul li p span{font-size:14px;color: #000;line-height:20px;font-weight:100;}
.servicesix02 .proclass ul li img{}
.servicesix02 .proclass ul li img:hover{}

/*七*/
.servicesev{width: 100%;font-size:14px; overflow:hidden; padding:30px 0px;text-align:left;border-bottom:0px double #ededed; }
.servicesev .lgywm_title { width:100%; height:auto;}
.servicesev .lwenzi { width:100%; height:auto; text-align:center;margin:0px auto 0px;border-bottom:0px solid #e4e4e4;}
.servicesev .lwenzi p { font-size:16px; color:#303030;line-height:60px;font-weight:100;text-transform : uppercase;}
.servicesev .lwenzi p strong {font-size:44px;width:100%;color:#f58021;line-height:36px;height:36px;padding:2% 0px;font-weight:500;}
.servicesev .lwenzi dd{height:1px;overflow:hidden;width:80px;background:#e1e1e1;border-bottom:0px solid #7f7f7f;margin:0px auto;text-align:center;}

.servicesev .proclass{margin:0px auto;width:100%;height:auto;overflow:hidden;margin-bottom:30px}
.servicesev .proclass ul{}
.servicesev .proclass ul li{display:block;float:left;text-align:center;margin-left:19px;font-size:12px;width:21%;margin:2%;height:auto;}
.servicesev .proclass ul li p{}
.servicesev .proclass ul li p strong{font-size:32px;color: #000;line-height:60px;font-weight:500;}
.servicesev .proclass ul li p span{font-size:16px;color: #000;line-height:20px;font-weight:100;}
.servicesev .proclass ul li img{}
.servicesev .proclass ul li img:hover{}

/*1*/
.servicesev01{width: 100%;font-size:14px; overflow:hidden; padding:50px 0px;text-align:left;border-bottom:0px double #ededed; }
.servicesev01 .lgywm_title { width:100%; height:auto;}
.servicesev01 .lwenzi { width:100%; height:auto; text-align:center;margin:20px auto;border-bottom:0px solid #e4e4e4;}
.servicesev01 .lwenzi p { font-size:16px; color:#303030;line-height:60px;font-weight:100;text-transform : uppercase;}
.servicesev01 .lwenzi p strong {font-size:30px;width:100%;color:#000;line-height:36px;height:36px;padding:2% 0px;font-weight:500;}
.servicesev01 .lwenzi p strong img{width:30px;height: auto;}

.servicesev01 .el-tab{width: auto;height: 47px;border-bottom:1px solid #f2f2f3;flex-shrink: 0;display: flex;justify-content: center; /* 水平居中 */}
.servicesev01 .el-tab ul{display: flex;margin: 0 auto; /* 确保ul本身也居中 */}
.servicesev01 .el-tab ul li{float: none; /* 移除浮动 */display: inline-block; /* 改为行内块元素 */}
.servicesev01 .el-tab ul li a{display: block;padding: 0px 15px;line-height: 45px;font-size: 16px;margin:0 0px 0 5px}
.servicesev01 .el-tab ul li a:hover{border-bottom:0px solid #f58021;color:#f58021;font-weight: bold;}
.servicesev01 .el-tab .curr{border-bottom:3px solid #f58021;color:#f58021;font-weight: bold;}
/**/
.servicesev01 .customer-list{width: 100%;height:500px;overflow: hidden;background-image: linear-gradient(to top,#fdfbff,#fff);}
.servicesev01 .customer-list ul {}
.servicesev01 .customer-list ul li{}
.servicesev01 .customer-list ul li a {display: block; width:auto;padding:16px;height:auto;}

.servicesev01 .customer-list ul li .name-box{float:left;width:25%;padding:10% 10%;}
.servicesev01 .customer-list ul li .name-box .name{flaot:left;width: 100%; font-size:38px;color:#000;line-height:50px;margin-bottom: 20px;}
.servicesev01 .customer-list ul li .name-box .time{float:left;width: 100%; font-size:14px;color:#000;line-height: 24px;margin-bottom: 20px;}
.servicesev01 .customer-list ul li .name-box .nmore{float:left;width: 100%; font-size:14px;color:#0B121A99;line-height: 24px;}
.servicesev01 .customer-list ul li a:hover{}
.servicesev01 .customer-list .cur{background:#f2f5fb;}

.servicesev01 .customer-list ul li .avatar-boxdan{float:right;width:50%;height:500px;padding-right: 10px;}
.servicesev01 .customer-list ul li .avatar-boxdan img{width:80%; height:auto;border-radius:0px;text-align: center;padding:2%;}

.servicesev01 .customer-list .tab-content {display: none;}
.servicesev01 .customer-list .tab-content.active {display: block;}

/*2*/
.servicesev02{width: 100%;font-size:14px; overflow:hidden; padding:50px 0px;text-align:left;border-bottom:0px double #ededed; }
.servicesev02 .lgywm_title { width:100%; height:auto;}
.servicesev02 .lwenzi { width:100%; height:auto; text-align:center;margin:20px auto;border-bottom:0px solid #e4e4e4;}
.servicesev02 .lwenzi p { font-size:16px; color:#303030;line-height:60px;font-weight:100;text-transform : uppercase;}
.servicesev02 .lwenzi p strong {font-size:30px;width:100%;color:#000;line-height:36px;height:36px;padding:2% 0px;font-weight:500;}
.servicesev02 .lwenzi p strong img{width:30px;height: auto;}

.servicesev02 .el-tab1{width: auto;height: 47px;border-bottom:1px solid #f2f2f3;flex-shrink: 0;display: flex;justify-content: center; /* 水平居中 */}
.servicesev02 .el-tab1 ul{display: flex;margin: 0 auto; /* 确保ul本身也居中 */}
.servicesev02 .el-tab1 ul li{float: none; /* 移除浮动 */display: inline-block; /* 改为行内块元素 */}
.servicesev02 .el-tab1 ul li a{display: block;padding: 0px 15px;line-height: 45px;font-size: 16px;margin:0 0px 0 5px}
.servicesev02 .el-tab1 ul li a:hover{border-bottom:0px solid #f58021;color:#f58021;font-weight: bold;}
.servicesev02 .el-tab1 .curr{border-bottom:3px solid #f58021;color:#f58021;font-weight: bold;}
/**/
.servicesev02 .customer-list1{width: 100%;height: 500px;overflow: hidden;background-image: linear-gradient(to top,#fdfbff,#fff);}
.servicesev02 .customer-list1 ul {}
.servicesev02 .customer-list1 ul li{}
.servicesev02 .customer-list1 ul li a {display: block; width:auto;padding:16px;height:auto;}

.servicesev02 .customer-list1 ul li .name-box{float:right;width:52%;padding:8% 0%;}
.servicesev02 .customer-list1 ul li .name-box .name{flaot:left;width: 100%; font-size:36px;color:#000;line-height:50px;margin-bottom: 20px;}
.servicesev02 .customer-list1 ul li .name-box .time{float:left;width: 100%; font-size:16px;color:#000;line-height: 24px;margin-bottom: 20px;}
.servicesev02 .customer-list1 ul li .name-box .nmore{float:left;width: 100%; font-size:14px;color:#0B121A99;line-height: 24px;}
.servicesev02 .customer-list1 ul li a:hover{}
.servicesev02 .customer-list1 .cur{background:#f2f5fb;}

.servicesev02 .customer-list1 ul li .avatar-boxdan{float:left;width:40%;height: 500px;padding-right: 0px;}
.servicesev02 .customer-list1 ul li .avatar-boxdan img{width:90%; height:auto;border-radius:0px;text-align: center;padding:2% 5%;}

.servicesev02 .customer-list1 .tab-content {display: none;}
.servicesev02 .customer-list1 .tab-content.active {display: block;}


/*八*/
.serviceeig{width: 100%;font-size:14px; overflow:hidden; padding:30px 0px;text-align:left;border-bottom:0px double #ededed; }
.serviceeig .lgywm_title { width:100%; height:auto;}
.serviceeig .lwenzi { width:100%; height:auto; text-align:center;margin:0px auto 0px;border-bottom:0px solid #e4e4e4;}
.serviceeig .lwenzi p{font-size:12px; color:#303030;line-height:60px;font-weight:100;text-transform : uppercase;}
.serviceeig .lwenzi p strong {font-size:44px;width:100%;color:#f58021;line-height:36px;height:36px;padding:2% 0px;font-weight:500;}
.serviceeig .lwenzi dd{height:1px;overflow:hidden;width:80px;background:#e1e1e1;border-bottom:0px solid #7f7f7f;margin:0px auto;text-align:center;}

.serviceeig .proclass{margin:0px auto;width:100%;height:auto;overflow:hidden;margin-bottom:30px}
.serviceeig .proclass ul{}
.serviceeig .proclass ul li{display:block;float:left;text-align:center;font-size:14px;width:23.3%;margin:1% 5%;height:auto;}
.serviceeig .proclass .title{font-size:26px;line-height: 46px;margin:10px 0;}

.qy_indexIcon {display: inline-block;overflow: hidden;font-size: 0;line-height: 0;}
.qy_indexIcon_v1 {background-image: url(../images/ss08_1.png);background-position: -380px -811px;width: 180px;height: 140px;}
.qy_indexIcon_v2 {background-image: url(../images/ss08_1.png);background-position: 0 -211px;width: 180px;height: 140px;}
.qy_indexIcon_v3 {background-image: url(../images/ss08_1.png);background-position: 0 -811px;width: 180px;height: 140px;}
.qy_indexIcon_v4 {background-image: url(../images/ss08_1.png);background-position: -760px -661px;width: 180px;height: 140px;}
.qy_indexIcon_v5 {background-image: url(../images/ss08_1.png);background-position: -570px -511px;width: 180px;height: 140px;}
.qy_indexIcon_v6 {background-image: url(../images/ss08_1.png);background-position: -762px -211px;width: 180px;height: 140px;}

.serviceeig .proclass ul li a:hover{color:#f58021;font-weight: bold;}


/*case*/
.casecol{margin:0px auto;width:100%;height:auto;overflow:hidden;background:#edf1f7;}
.casecolbox{width:90%;height:auto;margin:30px auto;text-align:left;color:#000;overflow:hidden;}
.casecolbox .title{width:100%;height:auto;margin:30px auto;overflow:hidden;border-bottom:1px solid #e4e8ed;padding-bottom: 30px;}
.casecolbox .title p{float:left;color:#333333;font-size: 46px;line-height: 66px;font-weight: 100;}
.casecolbox .title p strong{color:#f58021;font-size: 60px;line-height: 66px;}
.casecolbox .title span{float:right;color:#595757;font-size: 16px;padding-top:86px;}

.casecolbox .category{width:100%;height:auto;margin:30px auto;overflow:hidden;border-bottom:0px solid #e4e8ed;padding-bottom: 30px;}
.casecolbox .category p{float:left;color:#666666;font-size: 24px;text-align: left;}
.casecolbox .category span{float:right;}
.casecolbox .category span a{float:left;font-size:16px;color: #fff;padding: 8px 36px;line-height: 36px;border-radius:30px;text-align:center;color:#000;border:1px solid #010101;background:#fff;margin-left: 10px;}
.casecolbox .category span a:hover{background:#f58021;color:#fff;border:1px solid #f58021;}
.casecolbox .category .cur{font-size:16px;color: #fff;padding: 8px 36px;line-height: 36px;border-radius:30px;text-align:center;background:#f58021;color:#fff;border:1px solid #f58021;}

.casecollist{width:100%;height:auto;margin:30px auto;overflow:hidden;border-bottom:0px solid #e4e8ed;padding-bottom: 30px;}
.casecollist ul{}
.casecollist ul li{float:left;width:31.9%;height: auto;margin-right:2%;margin-bottom: 2%}
.casecollist ul li a{display:block;;width: 100%;color:#000}
.casecollist ul li .secimg{width:100%;height:auto;margin:0px auto;overflow: hidden;border-radius:0px;}
.casecollist ul li .secimg img{width:100%;height:100%;cursor: pointer;transition: all 0.9s;}
.casecollist ul li:hover .secimg img{transform: scale(1.01);}
.casecollist ul li .dycol{padding:4% 0;width: 100%;margin:0px auto;}
.casecollist ul li .dycol h3{color:#000;font-size: 36px;line-height: 50px;text-align: left;font-weight: 500;overflow:hidden;}
.casecollist ul li .dycol p{color:#7e7e7e;font-size: 20px;line-height: 50px;text-align: left;font-weight: 500;overflow:hidden;}

.casecollist ul li:nth-child(3n) {margin-right: 0%}
.casecollist ul li:nth-child(6n) {margin-right: 0%}
.casecollist ul li:nth-child(9n) {margin-right: 0%}


/**/
.newscoldat{width:90%;margin:0px auto;height:100%;overflow:hidden;background: #fff;}
.newscoldat .content{padding: 5%;width: 90%;}
.newscoldat .content .title{margin:0px auto;width:100%;}
.newscoldat .content .title h3{font-size:46px;line-height:46px;text-align: center;font-weight:700;}
.newscoldat .content .title p{font-size:16px;line-height:28px;text-align: left;margin:20px auto;}
.newscoldat .content .title p img{margin: 10px auto;height: auto;}
.newscoldat .content .title img{margin: 10px auto;height: auto;}
/**/
.pmcpumore{margin:0px auto;text-align:center;width:100%;height:38px;margin-top:30px;}
.pmcpumore p{margin:0px auto;width:100%;text-align:center;}
.pmcpumore a:link,.pmcpumore a:visited{margin:0px auto;text-align:center;line-height:30px; padding:8px 40px;border:1px solid #bcbcbc;border-radius:10px; /* W3C syntax */font-weight: bold;background:#fff;color:#868686;font-size:16px;width: 120px;}
.pmcpumore a:hover{color:#fff;background:#ec832e;border:1px solid #ec832e;}

.caseimg{width:100%;margin:0px auto;height:100%;overflow:hidden;}
.caseimg img{height: auto; width: auto\9; width:100%;text-align: center;}

.caseend{width:100%;margin:80px auto;height:100%;overflow:hidden;}
.caseend span{width:100%;margin:0px auto;height:100%;overflow:hidden;text-align: center;}
.caseend span a{display:block;border-radius:0px;border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;text-align: center;font-size: 16px;line-height: 56px;}
.caseend span a:hover{color:#fff;background:#ec832e;border:1px solid #ec832e;}

.caseend p{font-size: 26px;text-align: center;line-height: 26px;font-weight: 100;color:#d0d1d2;text-transform:uppercase;}
.caseend p strong{font-size: 46px;text-align: center;line-height: 86px;font-weight: 500;color:#4c4c4c;}
.caseend dd{margin:90px auto;text-align:center;width:80%;}
.caseend dd img{height: auto; width: auto\9; width:30%;text-align: center;}








/*当屏幕宽度在大于1921 */
@media screen and (min-width:1921px)
{	
.topheaderight{margin-right:0px;float:right;width:240px;overflow:hidden;text-align:right;padding-top:6px;}
.topheaderight p{font-size:30px;display: flex;align-items: center;justify-content: flex-end;font-weight:100;line-height:36px;}
.topheaderight p img{padding-top:6px;float: none;margin-right:10px;width:auto;height:36px;}

.seccol{margin:0px auto;width:100%;height:auto;margin-top:40px;overflow:hidden;background:url(../images/secbg.jpg) center top no-repeat;background-size:cover;}
.seccolbox .secright{float:right;width:38%;height: auto;overflow:hidden;}
.seccolbox .secright p img{height: auto; width: auto\9; width:100%;}
.seccollist{width:90%;height:auto;margin:0px auto;text-align:center;color:#000;overflow:hidden;margin-bottom:100px;}

.footlistleft{float:left;width: 22%;height: 281px; border-right:1px solid rgba(255, 255, 255, 0.08);overflow:hidden;text-align: left;}
.footlistleft h1{width:80%;margin-bottom: 60px;}
.footlistleft h1 img{height: auto; width: auto\9; width:55%;}
.footlistleft h2{width:80%;height: 70px;background:url(../images/botlogotelbg.png) right top no-repeat;background-size:cover;}
.footlistleft h2 dd{float:left;width:50px;height: 70px; text-align: center;overflow:hidden;}
.footlistleft h2 dd img{width: 26px;height: 36px;padding-left:5px;padding-top:15px;}
.footlistleft h2 p{height: 62px;float:left;color: #fff;font-size: 14px;font-weight: 500;line-height:16px;text-indent:4px;margin-top: 8px;overflow:hidden;}
.footlistleft h2 p strong{font-size: 30px;font-weight:600;line-height:34px;font-style:italic;}
		
	
}

@media screen and (min-width:1680px) and (max-width:1920px)
{
.topheaderight{margin-right:20px;float:right;width:250px;overflow:hidden;text-align:right;padding-top:6px;}
.topheaderight p{font-size:26px;display: flex;align-items: center;justify-content: flex-end;font-weight:100;line-height:36px;}
.topheaderight p img{padding-top:6px;float: none;margin-right: 8px;width:auto;height:36px;}

.fircolbox{width:90%;height:auto;margin:60px auto;text-align:left;color:#000;overflow:hidden;}
.fircolbox ul li a h3{color:#f58021;font-size:36px;padding:50px 0 30px 0;line-height: 46px;height: 90px;}
	
.seccol{margin:0px auto;width:100%;height:950px;margin-top:40px;overflow:hidden;background:url(../images/secbg.jpg) center top no-repeat;background-size:cover;}
	
.footlistleft{float:left;width: 22%;height: 281px; border-right:1px solid rgba(255, 255, 255, 0.08);overflow:hidden;text-align: left;}
.footlistleft h1{width:80%;margin-bottom: 60px;}
.footlistleft h1 img{height: auto; width: auto\9; width:80%;}
.footlistleft h2{width:90%;height: 70px;background:url(../images/botlogotelbg.png) right top no-repeat;background-size:cover;overflow:hidden;}
.footlistleft h2 dd{float:left;width:40px;height: 70px; text-align: center;overflow:hidden;padding-right: 5px;}
.footlistleft h2 dd img{width: 26px;height: 36px;padding-left:5px;padding-top:15px;}
.footlistleft h2 p{height: 65px;float:left;color: #fff;font-size: 14px;font-weight: 500;line-height:16px;text-indent:4px;padding-top: 5px;overflow:hidden;}
.footlistleft h2 p strong{font-size: 30px;font-weight:600;line-height:34px;font-style:italic;}	
	

/*内页部分*/
.aboutlistcol {width: 100%;margin: 0px auto;height: auto; overflow:hidden;box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); /* 添加轻微阴影增强效果 */border-bottom:1px solid rgba(0, 0, 0, 0.08);}
.aboutlistcol ul {text-align:left;width:90%;margin:0px auto;height:80px;background:rgba(255,255,255,1);border-left:1px solid rgba(0, 0, 0, 0.08);}
.aboutlistcol ul li{float:left;width:200px;height:80px;background:rgba(255,255,255,0.8);margin-right: 1px;border-right:1px solid rgba(0, 0, 0, 0.08);}
.aboutlistcol ul li a{float:left;display:block;color:#000;line-height:77px;font-size:16px;text-transform:uppercase;font-weight:800;text-align:center;width:200px;height:77px;border-bottom:3px solid #fff;margin-right: 2px;}
.aboutlistcol ul li a:hover{background-image: linear-gradient(to right,#ec8530,#f5b880);color:#fff;border-bottom:3px solid #f58021;font-weight:600;margin-right: 2px;}
.aboutlistcol .current{background-image: linear-gradient(to right,#ec8530,#f5b880);color:#fff;border-bottom:3px solid #f58021;font-weight:800;}
.aboutlistcol .current:link,.aboutlistcol .current:visited{background-image: linear-gradient(to right,#ec8530,#f5b880);color:#fff;border-bottom:3px solid #f58021;}
.aboutlistcol .current:hover{color:#fff;border-bottom:3px solid #f58021;}

}

@media screen and (min-width:1440px) and (max-width:1679px)
{
.topheaderight{margin-right:20px;float:right;width:250px;overflow:hidden;text-align:right;padding-top:6px;}
.topheaderight p{font-size:26px;display: flex;align-items: center;justify-content: flex-end;font-weight:100;line-height:36px;}
.topheaderight p img{padding-top:6px;float: none;margin-right: 8px;width:auto;height:36px;}

.nltext{position:absolute;z-index:30; left:0;width:100%;top:35%; text-transform: uppercase; }
.nltext h3{margin:0px auto;width:90%;font-size:26px;line-height:36px;color:#fff;margin-bottom:0px;text-align:left;font-weight: 100;}
.nltext h1{margin:0px auto;width:90%;font-size:36px;line-height:56px;color:#fff;margin-bottom:30px;text-align:left;font-weight: 100;letter-spacing:0px;}
.nltext p {width: 90%; /* 修改为100%让容器足够宽 */height: auto;margin: 0 auto;text-align: left; /* 使内容居中 */display: flex; /* 使用flex布局 */gap: 20px; /* 两个按钮之间的间距 */}
.nltext p a{font-size: 14px;color: #fff;padding: 8px 20px;line-height: 36px;border-radius: 30px;width: 160px; text-align: center;color:#fff;border:1px solid #fff;}
.nltext p a:hover {background:#fff;color:#000;}
	

.fircol{margin:0px auto;width:100%;height:auto;margin-top:0px;overflow:hidden;}
.fircolbox{width:90%;height:auto;margin:60px auto;text-align:left;color:#000;overflow:hidden;}
.fircolbox .title{width:100%;height:auto;margin:30px auto;overflow:hidden;}
.fircolbox .title p{float:left;color:#333333;font-size: 46px;line-height: 66px;font-weight: 100;}
.fircolbox .title p strong{color:#f58021;font-size: 60px;line-height: 66px;}
.fircolbox .title span{float:right;color:#595757;font-size: 16px;padding-top:86px;}
.fircolbox ul li{width: 24.20%;float:left;margin-right: 1%;}
.fircolbox ul li a{float:left;display:block;width:80%;padding:10%;background:url(../images/firpro1.jpg) center top no-repeat;background-size:cover;border:1px solid #e8e8e8;border-radius: 30px;}
.fircolbox ul li a h3{color:#f58021;font-size:30px;padding:50px 0 30px 0;line-height: 36px;height: 75px;}
.fircolbox ul li a p{margin: 20px 0; height:200px; color:#6a6a6a;font-size:12px;line-height:20px;}
.fircolbox ul li a span{color:#eb832d;font-size: 14px;line-height: 26px;font-weight: 100;}
.fircolbox ul li:nth-child(4n) {margin-right: 0%}
.fircolbox ul li a:hover{background:url(../images/firpro2.jpg) center top no-repeat;background-size:cover;}
.fircolbox ul li a:hover h3{color:#fff;}
.fircolbox ul li a:hover p{color:#fff;}	
	
	
/**/
.seccol{margin:0px auto;width:100%;height:850px;margin-top:40px;overflow:hidden;background:url(../images/secbg.jpg) center top no-repeat;background-size:cover;}
.seccolbox{margin:0px auto;width:100%;height:auto;overflow:hidden;}
.seccolbox .secleft{float:left;width: 50%;height: auto;overflow:hidden;}
.seccolbox .secleft .title{padding:8% 10% 0%  10%;width:80%;height: auto;overflow:hidden;}
.seccolbox .secleft .title dd{width: 180px;height: 4px;background:#f3af73;margin-top:70px;margin-bottom: 30px}
.seccolbox .secleft .title h3{color:#f58021;font-size: 60px;line-height: 66px;text-align: left;width: 100%}
.seccolbox .secleft .title h1{color:#333333;font-size: 40px;line-height: 66px;text-align: left;width: 100%;margin-bottom: 30px;font-weight:500;}
.seccolbox .secleft .title p{color:#000;font-size: 14px;line-height: 26px; text-align: left;width: 100%;margin-bottom: 30px;}
.seccolbox .secleft .title span a{float:left;font-size: 14px;color: #fff;padding: 8px 10px;line-height: 36px;border-radius: 30px;width: 180px; text-align:center;color:#fff;border:1px solid #fff;background-image: linear-gradient(to right,#f5b881,#ec832e);}
.seccolbox .secleft .title span a:hover{background-image: linear-gradient(to right,#f58021,#f58021);}

.seccolbox .secright{float:right;width: 50%;height: auto;overflow:hidden;}
.seccolbox .secright p img{height: auto; width: auto\9; width:100%;}

.seccollist{width:90%;height:auto;margin:0px auto;text-align:center;color:#000;overflow:hidden;}
.seccollist ul{width:100%;margin-top:40px;}
.seccollist ul li{width:23%;padding:1%;float: left;color:#000;font-size:24px;text-align: left;}
.seccollist ul li strong{height:auto;text-align:left;font-size:16px;font-weight: 100;}
.seccollist ul li span{height:auto;text-align:left;font-size:30px;line-height:80px;padding-left:5px;color:#000;font-weight: 500;transform: skewX(-10deg);display: inline-block;}
.seccollist ul li d1,.seccollist ul li d2,.seccollist ul li d3,.seccollist ul li d4{height:70px;text-align:left;font-size:80px;color:#000;font-weight: 800;transform: skewX(-10deg);display: inline-block;}

/**/
.thrCol{margin:0px auto;width:100%;height:960px;overflow:hidden;background:url(../images/thrbg.jpg) center top no-repeat;background-size:cover;}
.thrCol .title{margin:0px auto;width:100%;height:auto;margin-top:80px;position:absolute;z-index:30;}
.thrCol .title h3{font-size: 60px;line-height: 66px;text-align: center;color:#fff;font-weight:500;}
.thrCol .title p{margin:0px auto;width:100%;text-align:center;font-size:46px;color:#fff;line-height:66px;font-weight:100;text-transform : uppercase;}

.thrColbox{margin:0px auto;width:78%;height:960px;overflow:hidden;}
.thrColbox ul{}
.thrColbox ul li{float:left;width:16.4%;height:960px; margin-left:0px;border-right:1px solid rgba(255, 255, 255, 0.2);}
.thrColbox ul li a{ display:block; width:100%;height:960px;height:auto; text-align:center;}
.thrColbox ul li a p{text-align:center;width: 100%;line-height:36px;font-size:20px;color: #fff;font-weight:500;}

.thrColbox ul li .secimg{width:100%;height:160px;margin:0px auto;overflow: hidden;border-radius:0px;margin-top: 680px;}
.thrColbox ul li .secimg img{width:80%;height:auto;cursor: pointer;transition: all 0.9s;}
.thrColbox ul li .secimg img:hover{transform: scale(1.01);}
.thrColbox ul li:hover p{font-weight: 800}
.thrColbox ul li:hover{background-image: linear-gradient(to bottom,rgba(234, 87, 14, 0.1),rgba(234, 87, 14, 1));}
.thrColbox ul li:first-child {border-left:1px solid rgba(255,255,255,0.2);}
	
	
.footlistleft{float:left;width: 22%;height: 281px; border-right:1px solid rgba(255, 255, 255, 0.08);overflow:hidden;text-align: left;}
.footlistleft h1{width:80%;margin-bottom: 60px;}
.footlistleft h1 img{height: auto; width: auto\9; width:80%;}
.footlistleft h2{width:90%;height: 70px;background:url(../images/botlogotelbg.png) right top no-repeat;background-size:cover;overflow:hidden;}
.footlistleft h2 dd{float:left;width:40px;height: 70px; text-align: center;overflow:hidden;padding-right: 5px;}
.footlistleft h2 dd img{width: 26px;height: 36px;padding-left:5px;padding-top:15px;}
.footlistleft h2 p{height: 65px;float:left;color: #fff;font-size: 14px;font-weight: 500;line-height:16px;text-indent:4px;padding-top: 5px;overflow:hidden;}
.footlistleft h2 p strong{font-size:26px;font-weight:600;line-height:30px;font-style:italic;}	


/**/
.newscol{width:100%;margin:0px auto;height:auto;overflow:hidden;background:#f8f8f8;}
.newscolbox{width:90%;margin:60px auto;height:auto;overflow:hidden;}
.newscolbox ul{}
.newscolbox ul li{float:left;width:31.9%;height: auto;background: #fff;margin-right:2%;margin-bottom: 2%}
.newscolbox ul li a{display:block;;width: 100%;color:#000}
.newscolbox ul li .secimg{width:100%;height:auto;margin:0px auto;overflow: hidden;border-radius:0px;}
.newscolbox ul li .secimg img{width:100%;height:100%;cursor: pointer;transition: all 0.9s;}
.newscolbox ul li:hover .secimg img{transform: scale(1.03);}
.newscolbox ul li .dycol{padding:5% 5%;width: 90%;margin:0px auto;}
.newscolbox ul li .dycol time{float:left;width: 20%;font-size: 16px;text-align: left;border-right: solid 1px rgba(0, 0, 0, 0.1);}
.newscolbox ul li .dycol time strong{font-size: 55px;line-height: 66px;text-align: left;}
.newscolbox ul li .dycol dd{float:right;width: 74%;}
.newscolbox ul li .dycol dd h3{color:#000;font-size: 18px;line-height: 30px;text-align: left;font-weight: 500;height: 60px;margin-bottom: 10px;overflow:hidden;}
.newscolbox ul li .dycol dd h1{color:#000;font-size: 12px;line-height: 30px;text-align: left;font-weight: 100;height: 30px;margin-bottom: 0px;overflow:hidden;}
.newscolbox ul li p{width:90%;margin:30px auto;border-top:1px solid rgba(0, 0, 0, 0.1);padding: 10px 0 20px 0;}
.newscolbox ul li p span{float:left;color:#000;line-height: 26px;font-size: 14px;}
.newscolbox ul li p i{float:right;padding:0px 10px 6px 8px;color:#000;line-height: 26px;font-size: 26px;border-radius: 50%;font-weight: 100;font-style:normal;}

.newscolbox ul li:hover{background: linear-gradient(135deg, #f5b881, #ec832e);color:#fff;}
.newscolbox ul li:hover .dycol time{border-right: solid 1px rgba(255, 255, 255, 0.2);color:#fff;}
.newscolbox ul li:hover .dycol dd h3{color:#fff;}
.newscolbox ul li:hover .dycol dd h1{color:#fff;}
.newscolbox ul li:hover p{border-top:1px solid rgba(255, 255, 255, 0.3);}
.newscolbox ul li:hover p span{color:#fff;}
.newscolbox ul li:hover p i{float:right;padding:0px 10px 6px 10px;color:#fff;line-height: 26px;font-size: 26px;border-radius: 50%;font-weight: 100;font-style:normal;}

.newscolbox ul li:nth-child(3n) {margin-right: 0%}
.newscolbox ul li:nth-child(6n) {margin-right: 0%}
.newscolbox ul li:nth-child(9n) {margin-right: 0%}
	
/*内页部分*/
.aboutlistcol {width: 100%;margin: 0px auto;height: auto; overflow:hidden;box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); /* 添加轻微阴影增强效果 */border-bottom:1px solid rgba(0, 0, 0, 0.08);}
.aboutlistcol ul {text-align:left;width:90%;margin:0px auto;height:80px;background:rgba(255,255,255,1);border-left:1px solid rgba(0, 0, 0, 0.08);}
.aboutlistcol ul li{float:left;width:180px;height:80px;background:rgba(255,255,255,0.8);margin-right: 1px;border-right:1px solid rgba(0, 0, 0, 0.08);}
.aboutlistcol ul li a{float:left;display:block;color:#000;line-height:77px;font-size:16px;text-transform:uppercase;font-weight:800;text-align:center;width:180px;height:77px;border-bottom:3px solid #fff;margin-right: 2px;}
.aboutlistcol ul li a:hover{background-image: linear-gradient(to right,#ec8530,#f5b880);color:#fff;border-bottom:3px solid #f58021;font-weight:600;margin-right: 2px;}
.aboutlistcol .current{background-image: linear-gradient(to right,#ec8530,#f5b880);color:#fff;border-bottom:3px solid #f58021;font-weight:800;}
.aboutlistcol .current:link,.aboutlistcol .current:visited{background-image: linear-gradient(to right,#ec8530,#f5b880);color:#fff;border-bottom:3px solid #f58021;}
.aboutlistcol .current:hover{color:#fff;border-bottom:3px solid #f58021;}
	
	
/**/
.servicecol{width:100%;margin:0px auto;height:auto;overflow:hidden;}
.servicecolbox{width:90%;margin:40px auto;height:auto;overflow:hidden;}

.servicecolbox .concompany{width: 100%;font-size:14px; overflow:hidden; padding:50px 0px;text-align:left;border-bottom:1px double #ededed; }
.servicecolbox .concompany .left{float:left;width:46%;margin:0 2%;}
.servicecolbox .concompany .left img{max-width:100%;height: auto;display: block;margin: 0 auto;padding:5px 0;float: left;}
.servicecolbox .concompany .right{float:right;width:46%;margin:4% 0% 0% 2%;text-align:left;}
.servicecolbox .concompany .right h3{text-align:left;font-size:36px;color:#000;line-height:36px;font-weight:500;margin:0px 0;display: flex; /* 改为 flex 布局 */align-items: center;}
.servicecolbox .concompany .right h3 img{vertical-align: middle;margin-right:10px; /* 添加图片和文字之间的间距 */}
.servicecolbox .concompany .right h2{text-align:left;font-size:26px;color:#000;line-height:36px;font-weight:500;margin:5px 0;}
.servicecolbox .concompany .right h2 em{text-align:left;font-size:20px;color:#000;line-height:36px;font-weight:500;font-style:normal;}
.servicecolbox .concompany .right h1{text-align:left;font-size:32px;color:#000;line-height:46px;font-weight:600;margin:20px 0;}
.servicecolbox .concompany .right p{text-align:left;margin:0.0em 0;text-indent:0em;line-height:22px;font-size:14px;color:#777777;width: 84%;}
.servicecolbox .concompany .right dd {margin-top: 25px;}
.servicecolbox .concompany .right dd a{float:left;font-size:20px;color: #fff;padding: 8px 10px;line-height: 36px;border-radius:6px;width: 200px; text-align:center;color:#fff;border:1px solid #fff;background-image: linear-gradient(to right,#f5b881,#ec832e);}
.servicecolbox .concompany .right dd a:hover{background-image: linear-gradient(to right,#f58021,#f58021);}


.servicecolbox .concompany2{width: 100%;font-size:14px; overflow:hidden; padding:50px 0px;text-align:left;border-bottom:1px double #ededed; }
.servicecolbox .concompany2 .left{float:right;width:46%;margin:0%;}
.servicecolbox .concompany2 .left img{max-width:100%;height: auto;display: block;padding:5px 0;text-align: left;}
.servicecolbox .concompany2 .right{float:left;width:46%;margin:4% 2% 0% 2%;text-align:left;}
.servicecolbox .concompany2 .right h3{text-align:left;font-size:36px;color:#000;line-height:36px;font-weight:500;margin:0px 0;display: flex; /* 改为 flex 布局 */align-items: center;}
.servicecolbox .concompany2 .right h3 img{vertical-align: middle;margin-right:10px; /* 添加图片和文字之间的间距 */}
.servicecolbox .concompany2 .right h2{text-align:left;font-size:26px;color:#000;line-height:36px;font-weight:500;margin:5px 0;}
.servicecolbox .concompany2 .right h2 em{text-align:left;font-size:20px;color:#000;line-height:36px;font-weight:500;font-style:normal;}
.servicecolbox .concompany2 .right h1{text-align:left;font-size:32px;color:#000;line-height:46px;font-weight:600;margin:20px 0;}
.servicecolbox .concompany2 .right p{text-align:left;margin:0.0em 0;text-indent:0em;line-height:22px;font-size:14px;color:#777777;width: 84%;}
.servicecolbox .concompany2 .right dd {margin-top: 25px;}
.servicecolbox .concompany2 .right dd a{float:left;font-size:20px;color: #fff;padding: 8px 10px;line-height: 36px;border-radius:6px;width: 200px; text-align:center;color:#fff;border:1px solid #fff;background-image: linear-gradient(to right,#f5b881,#ec832e);}
.servicecolbox .concompany2 .right dd a:hover{background-image: linear-gradient(to right,#f58021,#f58021);}
	
/**/
.aboutfir{margin:0px auto;width:100%;height:auto;margin-top:0px;overflow:hidden;}
.aboutfir .title{width:90%;height:auto;margin:0px auto;overflow:hidden;border-bottom:1px solid rgba(0, 0, 0, 0.08);padding: 30px 0;}
.aboutfir .title p{float:left;color:#333333;font-size: 46px;line-height: 66px;font-weight: 100;text-align: left;}
.aboutfir .title p strong{color:#f58021;font-size: 60px;line-height: 66px;}
.aboutfir .title span{float:right;color:#595757;font-size: 16px;padding-top:86px;}

.aboutfircol{margin:50px auto;width:90%;height:auto;overflow:hidden;}
.aboutfircol .left{float:left;width: 45%;}
.aboutfircol .left img{margin:10px auto;height: auto; width: auto\9; width:100%;}
.aboutfircol .right{float:right;width: 50%;}
.aboutfircol .right p{font-size:16px;line-height:26px;margin:10px 0;text-align: left;color:#333;text-indent: 36px;}

/**/
.aboutseccol{margin:0px auto;width:100%;height:700px;margin-top:0px;overflow:hidden;background:url(../images/aboutbg01.jpg) center top no-repeat;background-size:cover;}
.aboutseccolbox{margin:0px auto;width:100%;height:auto;overflow:hidden;}
.aboutseccolbox .aboutsecleft{float:left;width: 55%;height: auto;overflow:hidden;}
.aboutseccolbox .aboutsecleft .title{padding:10% 10% 5%  10%;width:80%;height: auto;overflow:hidden;}
.aboutseccolbox .aboutsecleft .title dd{width: 180px;height: 4px;background:#f3af73;margin-top:60px;margin-bottom: 30px}
.aboutseccolbox .aboutsecleft .title h3{color:#f58021;font-size: 60px;line-height: 66px;text-align: left;width: 100%}
.aboutseccolbox .aboutsecleft .title h1{color:#333333;font-size: 40px;line-height: 66px;text-align: left;width: 100%;margin-bottom: 40px;font-weight:500;}
.aboutseccolbox .aboutsecleft .title h2{color:#000;font-size: 26px;line-height: 30px; text-align: left;width: 100%;margin-bottom: 30px;font-weight:500;}
.aboutseccolbox .aboutsecleft .title p{color:#000;font-size: 16px;line-height: 30px; text-align: left;width: 100%;margin-bottom: 40px;}
.aboutseccolbox .aboutsecleft .title span a{float:left;text-align:left;}
.aboutseccolbox .aboutsecleft .title span a:hover{}

.aboutseccolbox .aboutsecright{float:right;width: 45%;height: auto;overflow:hidden;}
.aboutseccolbox .aboutsecright p img{height: auto; width: auto\9; width:100%;padding-top:140px;}
	
}

@media screen and (min-width:1280px) and (max-width:1439px)
{
.topheaderight{margin-right:40px;float:right;width:250px;overflow:hidden;text-align:right;padding-top:12px;}
.topheaderight p{font-size:22px;display: flex;align-items: center;justify-content: flex-end;font-weight:100;line-height:30px;}
.topheaderight p img{padding-top:3px;float: none;margin-right: 8px;width:auto;height:30px;}

.nltext{position:absolute;z-index:30; left:0;width:100%;top:35%; text-transform: uppercase; }
.nltext h3{margin:0px auto;width:90%;font-size:20px;line-height:26px;color:#fff;margin-bottom:0px;text-align:left;font-weight: 100;}
.nltext h1{margin:0px auto;width:90%;font-size:30px;line-height:46px;color:#fff;margin-bottom:30px;text-align:left;font-weight: 100;letter-spacing:0px;}
.nltext p {width: 90%; /* 修改为100%让容器足够宽 */height: auto;margin: 0 auto;text-align: left; /* 使内容居中 */display: flex; /* 使用flex布局 */gap: 20px; /* 两个按钮之间的间距 */}
.nltext p a{font-size: 12px;color: #fff;padding: 6px 20px;line-height: 36px;border-radius: 30px;width: 140px; text-align: center;color:#fff;border:1px solid #fff;}
.nltext p a:hover {background:#fff;color:#000;}
	

.fircol{margin:0px auto;width:100%;height:auto;margin-top:0px;overflow:hidden;}
.fircolbox{width:90%;height:auto;margin:30px auto;text-align:left;color:#000;overflow:hidden;}
.fircolbox .title{width:100%;height:auto;margin:30px auto;overflow:hidden;}
.fircolbox .title p{float:left;color:#333333;font-size: 36px;line-height: 56px;font-weight: 100;}
.fircolbox .title p strong{color:#f58021;font-size: 50px;line-height: 56px;}
.fircolbox .title span{float:right;color:#595757;font-size: 16px;padding-top:80px;}
.fircolbox ul li{width: 24.20%;float:left;margin-right: 1%;}
.fircolbox ul li a{float:left;display:block;width:80%;padding:10%;background:url(../images/firpro1.jpg) center top no-repeat;background-size:cover;border:1px solid #e8e8e8;border-radius: 30px;}
.fircolbox ul li a h3{color:#f58021;font-size:26px;padding:50px 0 30px 0;line-height: 36px;height: 72px;}
.fircolbox ul li a p{margin: 20px 0; height:200px; color:#6a6a6a;font-size:12px;line-height:20px;}
.fircolbox ul li a span{color:#eb832d;font-size: 12px;line-height: 26px;font-weight: 100;}
.fircolbox ul li:nth-child(4n) {margin-right: 0%}
.fircolbox ul li a:hover{background:url(../images/firpro2.jpg) center top no-repeat;background-size:cover;}
.fircolbox ul li a:hover h3{color:#fff;}
.fircolbox ul li a:hover p{color:#fff;}	
	
	
/**/
.seccol{margin:0px auto;width:100%;height:700px;margin-top:40px;overflow:hidden;background:url(../images/secbg.jpg) center top no-repeat;background-size:cover;}
.seccolbox{margin:0px auto;width:100%;height:auto;overflow:hidden;}
.seccolbox .secleft{float:left;width: 50%;height: auto;overflow:hidden;}
.seccolbox .secleft .title{padding:8% 10% 0%  10%;width:80%;height: auto;overflow:hidden;}
.seccolbox .secleft .title dd{width: 180px;height: 4px;background:#f3af73;margin-top:70px;margin-bottom: 20px}
.seccolbox .secleft .title h3{color:#f58021;font-size: 50px;line-height: 56px;text-align: left;width: 100%}
.seccolbox .secleft .title h1{color:#333333;font-size: 36px;line-height: 56px;text-align: left;width: 100%;margin-bottom: 20px;font-weight:500;}
.seccolbox .secleft .title p{color:#000;font-size: 12px;line-height: 20px; text-align: left;width: 100%;margin-bottom: 20px;}
.seccolbox .secleft .title span a{float:left;font-size: 12px;color: #fff;padding: 6px 10px;line-height: 36px;border-radius: 30px;width: 140px; text-align:center;color:#fff;border:1px solid #fff;background-image: linear-gradient(to right,#f5b881,#ec832e);}
.seccolbox .secleft .title span a:hover{background-image: linear-gradient(to right,#f58021,#f58021);}

.seccolbox .secright{float:right;width: 50%;height: auto;overflow:hidden;}
.seccolbox .secright p img{height: auto; width: auto\9; width:100%;}

.seccollist{width:90%;height:auto;margin:0px auto;text-align:center;color:#000;overflow:hidden;}
.seccollist ul{width:100%;margin-top:40px;}
.seccollist ul li{width:23%;padding:1%;float: left;color:#000;font-size:24px;text-align: left;}
.seccollist ul li strong{height:auto;text-align:left;font-size:16px;font-weight: 100;}
.seccollist ul li span{height:auto;text-align:left;font-size:28px;line-height:80px;padding-left:5px;color:#000;font-weight: 500;transform: skewX(-10deg);display: inline-block;}
.seccollist ul li d1,.seccollist ul li d2,.seccollist ul li d3,.seccollist ul li d4{height:70px;text-align:left;font-size:70px;color:#000;font-weight: 800;transform: skewX(-10deg);display: inline-block;}

/**/
.thrCol{margin:0px auto;width:100%;height:880px;overflow:hidden;background:url(../images/thrbg.jpg) center top no-repeat;background-size:cover;}
.thrCol .title{margin:0px auto;width:100%;height:auto;margin-top:80px;position:absolute;z-index:30;}
.thrCol .title h3{font-size: 50px;line-height: 56px;text-align: center;color:#fff;font-weight:500;}
.thrCol .title p{margin:0px auto;width:100%;text-align:center;font-size:36px;color:#fff;line-height:56px;font-weight:100;text-transform : uppercase;}

.thrColbox{margin:0px auto;width:78%;height:880px;overflow:hidden;}
.thrColbox ul{}
.thrColbox ul li{float:left;width:16.4%;height:880px; margin-left:0px;border-right:1px solid rgba(255, 255, 255, 0.2);}
.thrColbox ul li a{ display:block; width:100%;height:880px;height:auto; text-align:center;}
.thrColbox ul li a p{text-align:center;width: 100%;line-height:36px;font-size:20px;color: #fff;font-weight:500;}

.thrColbox ul li .secimg{width:100%;height:160px;margin:0px auto;overflow: hidden;border-radius:0px;margin-top: 600px;}
.thrColbox ul li .secimg img{width:80%;height:auto;cursor: pointer;transition: all 0.9s;}
.thrColbox ul li .secimg img:hover{transform: scale(1.01);}
.thrColbox ul li:hover p{font-weight: 800}
.thrColbox ul li:hover{background-image: linear-gradient(to bottom,rgba(234, 87, 14, 0.1),rgba(234, 87, 14, 1));}
.thrColbox ul li:first-child {border-left:1px solid rgba(255,255,255,0.2);}
	

/**/
.fiveCol{width:100%;height:auto;margin:0px auto;text-align:left;color:#000;overflow:hidden;background:#f7f7f7}
.fiveCol .title{width:90%;height:auto;margin:50px auto;overflow:hidden;}
.fiveCol .title p{float:left;color:#333333;font-size: 36px;line-height: 56px;font-weight: 100;}
.fiveCol .title p strong{color:#f58021;font-size: 50px;line-height: 56px;}
.fiveCol .title span{float:right;color:#595757;font-size: 16px;padding-top:80px;}
.fiveColbox{width:90%;height:auto;margin:0px auto;overflow:hidden;margin-bottom: 80px;}
.fiveColbox .fiveleft{float:left;width: 38%;}
.fiveColbox .fiveright{float:right;width: 60%;}

.fiveColbox .fiveleft .nnews{width:100%;height:575px;overflow:hidden;position: relative;background:#000;}
.fiveColbox .fiveleft .nnews img{filter:alpha(opacity=70); -moz-opacity:0.7;opacity:0.7;width: 100%;height: 100%}
.fiveColbox .fiveleft .nnews a:hover img{filter:alpha(opacity=40); -moz-opacity:0.4;opacity:0.4;}

.nnewscol{position:absolute;z-index:3;width:84%;padding:0 8%;bottom:10%;}
.nnewscol time{font-size:36px;line-height:26px;color:#fff;text-align: left;font-weight:500;}
.nnewscol time strong{font-size:20px;line-height:26px;color:#fff;text-align: left;font-weight:500;}
.nnewscol h1{font-size:24px;line-height:36px;color:#fff;text-align: left;font-weight:500;height: 72px;margin:30px 0 20px 0;}
.nnewscol span {float:left;font-size: 16px;color: #fff;padding: 8px 10px;line-height: 36px;border-radius: 30px;width: 180px; text-align:center;color:#fff;border:1px solid #fff;background-image: linear-gradient(to right,#f5b881,#ec832e);}

.fiveColbox .fiveright ul{}
.fiveColbox .fiveright ul li{float:left;width:49%;height: 280px;background: #fff;margin-right:2%;margin-bottom: 2%}
.fiveColbox .fiveright ul li a{display:block;padding: 8%;width: 84%;}
.fiveColbox .fiveright ul li a h3{color:#000;font-size: 22px;line-height:26px;text-align: left;font-weight: 500;height: 78px;margin-bottom: 20px;overflow:hidden;}
.fiveColbox .fiveright ul li a h1{color:#000;font-size: 12px;line-height: 26px;text-align: left;font-weight: 100;height: 52px;margin-bottom: 20px;overflow:hidden;}
.fiveColbox .fiveright ul li a p{border-top:1px solid #969696;padding-top: 20px;}
.fiveColbox .fiveright ul li a p span{float:left;color:#000;line-height: 26px;font-size: 14px;}
.fiveColbox .fiveright ul li a p i{float:right;padding:0px 10px 0px 8px;color:#fff;line-height: 26px;font-size: 12px;background:#ec832e;border-radius: 50%;font-weight: 100;}

.fiveColbox .fiveright ul li:nth-child(2n) {margin-right: 0%}
.fiveColbox .fiveright ul li:nth-child(4n) {margin-right: 0%}

.fiveColbox .fiveright ul li:hover{background: linear-gradient(135deg, #f5b881, #ec832e);}
.fiveColbox .fiveright ul li:hover h3{color:#fff;}
.fiveColbox .fiveright ul li:hover h1{color:#fff;}
.fiveColbox .fiveright ul li:hover p{border-top:1px solid #fff;}
.fiveColbox .fiveright ul li:hover p span{color:#fff;}
.fiveColbox .fiveright ul li:hover p i{color:#ec832e;background:#fff;}
	
/*footer */
.bottom{margin:0px auto;width:100%;height:auto;background:#222222;overflow:hidden;}
.footcol{margin:0px auto;width:100%;height:18px;background-image: linear-gradient(to right,#f5b881,#ec832e);}
.footlist{width:90%;margin:60px auto;height:auto;overflow:hidden;}
.footlistleft{float:left;width: 22%;height: 281px; border-right:1px solid rgba(255, 255, 255, 0.08);overflow:hidden;text-align: left;}
.footlistleft h1{width:80%;margin-bottom: 60px;}
.footlistleft h1 img{height: auto; width: auto\9; width:80%;}
.footlistleft h2{width:90%;height: 65px;background:url(../images/botlogotelbg.png) right top no-repeat;background-size:cover;overflow:hidden;}
.footlistleft h2 dd{float:left;width:40px;height: 70px; text-align: center;overflow:hidden;padding-right: 5px;}
.footlistleft h2 dd img{width: 26px;height: 36px;padding-left:5px;padding-top:15px;}
.footlistleft h2 p{height: 65px;float:left;color: #fff;font-size: 14px;font-weight: 500;line-height:16px;text-indent:4px;padding-top: 5px;overflow:hidden;}
.footlistleft h2 p strong{font-size:22px;font-weight:600;line-height:26px;font-style:italic;}	
	
.footlistmid{float:left;width: 55%;margin-left:5%;overflow:hidden;text-align: left}
.footlistright{float:right;width: 14%;height: 281px;border-left:1px solid rgba(255, 255, 255, 0.08);overflow:hidden;text-align: right;}
.footlistright img{height: auto; width: auto\9; width:80%;}	
	
.footlistmid ul{float:left;width: 22%;margin-left:3%;height: 281px;}
.footlistmid h1{font-size: 26px;line-height:26px;padding-bottom: 30px;color:#f58021;font-weight: 500;}
.footlistmid ul li{}
.footlistmid ul li a{display:block;line-height:30px;width:100%;text-align:left;font-size:16px;color:#656f76;}

.footlistlink{width:90%;margin:20px auto;height:auto;overflow:hidden;padding: 30px 0 10px 0;border-top:1px solid rgba(255, 255, 255, 0.08);}
.footlistlink .left{width:80%;float:left;}
.footlistlink .right{width:15%;float:right;}

.footlistlink .left h1{color:#fff;text-align: left;font-size: 24px;font-weight: 500;line-height: 40px;}
.footlistlink .left p{color:#fff;text-align: left;font-size: 16px;font-weight: 500;line-height: 26px;}
.footlistlink .left p a{display:block;float:left;line-height:36px;margin-right:10px; text-align: left;font-size:14px;color:#fff;}
.footlistlink .left p a:link,.footlistlink .left p a:visited{color:#fff;}
.footlistlink .left p a:hover{color:#fff;}

.footlistlink .right p{color:#fff;text-align:right;font-size: 16px;font-weight: 500;line-height: 36px;}
.footlistlink .right p a{float:right;display: flex; /* 改为 flex 布局 */align-items: center; /* 垂直居中 */color:#fff;text-align:center;font-size:16px;line-height: 36px;margin-bottom: 10px;border-radius:10px;width:130px; padding: 15px 30px; padding-left: 20px; line-height: normal; /* 重置 line-height */border:1px solid rgba(255, 255, 255, 1);}
.footlistlink .right p a img{vertical-align: middle; /* 可选，确保图片本身垂直居中 */margin-right:4px; /* 添加图片和文字之间的间距 */}
.footlistlink .right p a:hover{color:#fff;background: linear-gradient(135deg, #f5b881, #ec832e);border:1px solid rgba(255, 255, 255, 0);}


.footer{margin:0px auto;width:90%;height:auto;overflow:hidden;padding:20px 0 10px 0;border-top:1px solid rgba(255, 255, 255, 0.08);}
.footer p{line-height:20px;font-size: 14px;text-align:left;margin:5px 0;color:#b7b7b7;}
.footer p a{color:#4b5155;font-size: 12px;text-align:left;}

	
.casecolbox .category{width:100%;height:auto;margin:30px auto;overflow:hidden;border-bottom:0px solid #e4e8ed;padding-bottom: 30px;}
.casecolbox .category p{float:left;color:#666666;font-size: 24px;text-align: left;}
.casecolbox .category span{float:right;}
.casecolbox .category span a{float:left;font-size:14px;color: #fff;padding: 8px 30px;line-height: 36px;border-radius:30px;text-align:center;color:#000;border:1px solid #010101;background:#fff;margin-left: 10px;}
.casecolbox .category span a:hover{background:#f58021;color:#fff;border:1px solid #f58021;}
.casecolbox .category .cur{font-size:14px;color: #fff;padding: 8px 36px;line-height: 36px;border-radius:30px;text-align:center;background:#f58021;color:#fff;border:1px solid #f58021;}

	
.casecollist{width:100%;height:auto;margin:30px auto;overflow:hidden;border-bottom:0px solid #e4e8ed;padding-bottom: 30px;}
.casecollist ul{}
.casecollist ul li{float:left;width:31.9%;height: auto;margin-right:2%;margin-bottom: 2%}
.casecollist ul li a{display:block;;width: 100%;color:#000}
.casecollist ul li .secimg{width:100%;height:auto;margin:0px auto;overflow: hidden;border-radius:0px;}
.casecollist ul li .secimg img{width:100%;height:100%;cursor: pointer;transition: all 0.9s;}
.casecollist ul li:hover .secimg img{transform: scale(1.01);}
.casecollist ul li .dycol{padding:4% 0;width: 100%;margin:0px auto;}
.casecollist ul li .dycol h3{color:#000;font-size: 30px;line-height: 46px;text-align: left;font-weight: 500;overflow:hidden;}
.casecollist ul li .dycol p{color:#7e7e7e;font-size: 20px;line-height: 50px;text-align: left;font-weight: 500;overflow:hidden;}

.casecollist ul li:nth-child(3n) {margin-right: 0%}
.casecollist ul li:nth-child(6n) {margin-right: 0%}
.casecollist ul li:nth-child(9n) {margin-right: 0%}
	
/**/
.newscol{width:100%;margin:0px auto;height:auto;overflow:hidden;background:#f8f8f8;}
.newscolbox{width:90%;margin:60px auto;height:auto;overflow:hidden;}
.newscolbox ul{}
.newscolbox ul li{float:left;width:31.9%;height: auto;background: #fff;margin-right:2%;margin-bottom: 2%}
.newscolbox ul li a{display:block;;width: 100%;color:#000}
.newscolbox ul li .secimg{width:100%;height:auto;margin:0px auto;overflow: hidden;border-radius:0px;}
.newscolbox ul li .secimg img{width:100%;height:100%;cursor: pointer;transition: all 0.9s;}
.newscolbox ul li:hover .secimg img{transform: scale(1.03);}
.newscolbox ul li .dycol{padding:5% 5%;width: 90%;margin:0px auto;}
.newscolbox ul li .dycol time{float:left;width: 24%;font-size: 16px;text-align: left;border-right: solid 1px rgba(0, 0, 0, 0.1);}
.newscolbox ul li .dycol time strong{font-size: 55px;line-height: 66px;text-align: left;}
.newscolbox ul li .dycol dd{float:right;width: 70%;}
.newscolbox ul li .dycol dd h3{color:#000;font-size: 18px;line-height: 30px;text-align: left;font-weight: 500;height: 60px;margin-bottom: 10px;overflow:hidden;}
.newscolbox ul li .dycol dd h1{color:#000;font-size: 12px;line-height: 30px;text-align: left;font-weight: 100;height: 30px;margin-bottom: 0px;overflow:hidden;}
.newscolbox ul li p{width:90%;margin:30px auto;border-top:1px solid rgba(0, 0, 0, 0.1);padding: 10px 0 20px 0;}
.newscolbox ul li p span{float:left;color:#000;line-height: 26px;font-size: 14px;}
.newscolbox ul li p i{float:right;padding:0px 10px 6px 8px;color:#000;line-height: 26px;font-size: 26px;border-radius: 50%;font-weight: 100;font-style:normal;}

.newscolbox ul li:hover{background: linear-gradient(135deg, #f5b881, #ec832e);color:#fff;}
.newscolbox ul li:hover .dycol time{border-right: solid 1px rgba(255, 255, 255, 0.2);color:#fff;}
.newscolbox ul li:hover .dycol dd h3{color:#fff;}
.newscolbox ul li:hover .dycol dd h1{color:#fff;}
.newscolbox ul li:hover p{border-top:1px solid rgba(255, 255, 255, 0.3);}
.newscolbox ul li:hover p span{color:#fff;}
.newscolbox ul li:hover p i{float:right;padding:0px 10px 6px 10px;color:#fff;line-height: 26px;font-size: 26px;border-radius: 50%;font-weight: 100;font-style:normal;}

.newscolbox ul li:nth-child(3n) {margin-right: 0%}
.newscolbox ul li:nth-child(6n) {margin-right: 0%}
.newscolbox ul li:nth-child(9n) {margin-right: 0%}	
	
/*内页部分*/
.aboutlistcol {width: 100%;margin: 0px auto;height: auto; overflow:hidden;box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); /* 添加轻微阴影增强效果 */border-bottom:1px solid rgba(0, 0, 0, 0.08);}
.aboutlistcol ul {text-align:left;width:90%;margin:0px auto;height:80px;background:rgba(255,255,255,1);border-left:1px solid rgba(0, 0, 0, 0.08);}
.aboutlistcol ul li{float:left;width:160px;height:80px;background:rgba(255,255,255,0.8);margin-right: 1px;border-right:1px solid rgba(0, 0, 0, 0.08);}
.aboutlistcol ul li a{float:left;display:block;color:#000;line-height:77px;font-size:16px;text-transform:uppercase;font-weight:800;text-align:center;width:160px;height:77px;border-bottom:3px solid #fff;margin-right: 2px;}
.aboutlistcol ul li a:hover{background-image: linear-gradient(to right,#ec8530,#f5b880);color:#fff;border-bottom:3px solid #f58021;font-weight:600;margin-right: 2px;}
.aboutlistcol .current{background-image: linear-gradient(to right,#ec8530,#f5b880);color:#fff;border-bottom:3px solid #f58021;font-weight:800;}
.aboutlistcol .current:link,.aboutlistcol .current:visited{background-image: linear-gradient(to right,#ec8530,#f5b880);color:#fff;border-bottom:3px solid #f58021;}
.aboutlistcol .current:hover{color:#fff;border-bottom:3px solid #f58021;}
	
	
/**/
.servicecol{width:100%;margin:0px auto;height:auto;overflow:hidden;}
.servicecolbox{width:90%;margin:40px auto;height:auto;overflow:hidden;}

.servicecolbox .concompany{width: 100%;font-size:14px; overflow:hidden; padding:50px 0px;text-align:left;border-bottom:1px double #ededed; }
.servicecolbox .concompany .left{float:left;width:46%;margin:0 2%;}
.servicecolbox .concompany .left img{max-width:100%;height: auto;display: block;margin: 0 auto;padding:5px 0;float: left;}
.servicecolbox .concompany .right{float:right;width:46%;margin:4% 0% 0% 2%;text-align:left;}
.servicecolbox .concompany .right h3{text-align:left;font-size:36px;color:#000;line-height:36px;font-weight:500;margin:0px 0;display: flex; /* 改为 flex 布局 */align-items: center;}
.servicecolbox .concompany .right h3 img{vertical-align: middle;margin-right:10px; /* 添加图片和文字之间的间距 */}
.servicecolbox .concompany .right h2{text-align:left;font-size:26px;color:#000;line-height:36px;font-weight:500;margin:5px 0;}
.servicecolbox .concompany .right h2 em{text-align:left;font-size:20px;color:#000;line-height:36px;font-weight:500;font-style:normal;}
.servicecolbox .concompany .right h1{text-align:left;font-size:32px;color:#000;line-height:46px;font-weight:600;margin:20px 0;}
.servicecolbox .concompany .right p{text-align:left;margin:0.0em 0;text-indent:0em;line-height:22px;font-size:14px;color:#777777;width: 84%;}
.servicecolbox .concompany .right dd {margin-top: 25px;}
.servicecolbox .concompany .right dd a{float:left;font-size:20px;color: #fff;padding: 8px 10px;line-height: 36px;border-radius:6px;width: 200px; text-align:center;color:#fff;border:1px solid #fff;background-image: linear-gradient(to right,#f5b881,#ec832e);}
.servicecolbox .concompany .right dd a:hover{background-image: linear-gradient(to right,#f58021,#f58021);}


.servicecolbox .concompany2{width: 100%;font-size:14px; overflow:hidden; padding:50px 0px;text-align:left;border-bottom:1px double #ededed; }
.servicecolbox .concompany2 .left{float:right;width:46%;margin:0%;}
.servicecolbox .concompany2 .left img{max-width:100%;height: auto;display: block;padding:5px 0;text-align: left;}
.servicecolbox .concompany2 .right{float:left;width:46%;margin:4% 2% 0% 2%;text-align:left;}
.servicecolbox .concompany2 .right h3{text-align:left;font-size:36px;color:#000;line-height:36px;font-weight:500;margin:0px 0;display: flex; /* 改为 flex 布局 */align-items: center;}
.servicecolbox .concompany2 .right h3 img{vertical-align: middle;margin-right:10px; /* 添加图片和文字之间的间距 */}
.servicecolbox .concompany2 .right h2{text-align:left;font-size:26px;color:#000;line-height:36px;font-weight:500;margin:5px 0;}
.servicecolbox .concompany2 .right h2 em{text-align:left;font-size:20px;color:#000;line-height:36px;font-weight:500;font-style:normal;}
.servicecolbox .concompany2 .right h1{text-align:left;font-size:32px;color:#000;line-height:46px;font-weight:600;margin:20px 0;}
.servicecolbox .concompany2 .right p{text-align:left;margin:0.0em 0;text-indent:0em;line-height:22px;font-size:14px;color:#777777;width: 84%;}
.servicecolbox .concompany2 .right dd {margin-top: 25px;}
.servicecolbox .concompany2 .right dd a{float:left;font-size:20px;color: #fff;padding: 8px 10px;line-height: 36px;border-radius:6px;width: 200px; text-align:center;color:#fff;border:1px solid #fff;background-image: linear-gradient(to right,#f5b881,#ec832e);}
.servicecolbox .concompany2 .right dd a:hover{background-image: linear-gradient(to right,#f58021,#f58021);}

/**/
.aboutfir{margin:0px auto;width:100%;height:auto;margin-top:0px;overflow:hidden;}
.aboutfir .title{width:90%;height:auto;margin:0px auto;overflow:hidden;border-bottom:1px solid rgba(0, 0, 0, 0.08);padding: 30px 0;}
.aboutfir .title p{float:left;color:#333333;font-size: 36px;line-height: 56px;font-weight: 100;text-align: left;}
.aboutfir .title p strong{color:#f58021;font-size: 50px;line-height: 56px;}
.aboutfir .title span{float:right;color:#595757;font-size: 16px;padding-top:80px;}

.aboutfircol{margin:50px auto;width:90%;height:auto;overflow:hidden;}
.aboutfircol .left{float:left;width: 45%;}
.aboutfircol .left img{margin:10px auto;height: auto; width: auto\9; width:100%;}
.aboutfircol .right{float:right;width: 50%;}
.aboutfircol .right p{font-size:14px;line-height:24px;margin:15px 0;text-align: left;color:#333;text-indent: 36px;}

/**/
.aboutseccol{margin:0px auto;width:100%;height:650px;margin-top:0px;overflow:hidden;background:url(../images/aboutbg01.jpg) center top no-repeat;background-size:cover;}
.aboutseccolbox{margin:0px auto;width:100%;height:auto;overflow:hidden;}
.aboutseccolbox .aboutsecleft{float:left;width: 55%;height: auto;overflow:hidden;}
.aboutseccolbox .aboutsecleft .title{padding:10% 10% 5%  10%;width:80%;height: auto;overflow:hidden;}
.aboutseccolbox .aboutsecleft .title dd{width: 180px;height: 4px;background:#f3af73;margin-top:40px;margin-bottom: 30px}
.aboutseccolbox .aboutsecleft .title h3{color:#f58021;font-size: 50px;line-height: 56px;text-align: left;width: 100%}
.aboutseccolbox .aboutsecleft .title h1{color:#333333;font-size: 30px;line-height: 56px;text-align: left;width: 100%;margin-bottom: 40px;font-weight:500;}
.aboutseccolbox .aboutsecleft .title h2{color:#000;font-size: 26px;line-height: 30px; text-align: left;width: 100%;margin-bottom: 30px;font-weight:500;}
.aboutseccolbox .aboutsecleft .title p{color:#000;font-size: 14px;line-height: 24px; text-align: left;width: 100%;margin-bottom: 40px;}
.aboutseccolbox .aboutsecleft .title span a{float:left;text-align:left;}
.aboutseccolbox .aboutsecleft .title span a:hover{}

.aboutseccolbox .aboutsecright{float:right;width: 45%;height: auto;overflow:hidden;}
.aboutseccolbox .aboutsecright p img{height: auto; width: auto\9; width:100%;padding-top:120px;}	

/**/
.aboutthree{margin:0px auto;width:100%;height:873px;margin-top:0px;overflow:hidden;background:url(../images/aboutbg02.jpg) center top no-repeat;background-size:cover;}
.aboutthree .title{width:90%;height:auto;margin:30px auto;overflow:hidden;padding-top:70px;}
.aboutthree .title p{float:left;color:#fff;font-size: 36px;line-height: 56px;font-weight: 100;text-align: left;}
.aboutthree .title p strong{color:#fff;font-size: 50px;line-height: 56px;}
.aboutthree .title span{float:right;color:#fff;font-size: 16px;padding-top:80px;}
.aboutthreecol{width:90%;height:auto;margin:0px auto;overflow:hidden;padding:30px 0;}
.aboutthreecol ul{}
.aboutthreecol ul li{width:100%;height:auto;;margin-right: 0%;overflow:hidden;}
.aboutthreecol ul li a{display:block;width:100%;background: #fff;padding: 10% 2%;height: 320px;overflow:hidden;}
.aboutthreecol ul li a h1{position: absolute;top:40px;color:#000;left: 50%;transform: translateX(-50%);font-size:24px;width:96%;font-weight: 600;}
.aboutthreecol ul li a dd{text-align: center;width: 100px;height:2px;background:#f58420;position: absolute;left: 50%;transform: translateX(-50%); /* 水平居中 */top:100px;}
.aboutthreecol ul li a p{position: absolute; top:150px;color:#000;left: 50%;transform: translateX(-50%);font-size: 16px;line-height: 26px;font-weight: 100;width:76%;}
.aboutthreecol ul li a span{position: absolute;bottom:20px;color:#000;left: 50%;transform: translateX(-50%);font-weight: 100;}
.aboutthreecol ul li a:hover h1{color:#f58420;}
.aboutthreecol ul li a:hover p{color:#f58420;font-weight: 100;}
.aboutthreecol ul li a:hover span{color:#000;}

/**/
.aboutfour{margin:0px auto;width:100%;height:auto;margin-top:0px;overflow:hidden;}
.aboutfour .title{width:90%;height:auto;margin:0px auto;overflow:hidden;padding:40px 0;}
.aboutfour .title p{float:left;color:#333333;font-size: 36px;line-height: 56px;font-weight: 100;text-align: left;}
.aboutfour .title p strong{color:#f58021;font-size: 50px;line-height: 56px;}
.aboutfour .title span{float:right;color:#595757;font-size: 16px;padding-top:80px;}

.aboutfourcol{width:90%;margin:0px auto;height:auto;overflow:hidden;margin-bottom: 50px;}
.aboutfourcolbox{width:100%;margin:0px auto;height:auto;overflow:hidden;border:1px solid rgba(0, 0, 0, 0.08)}
.aboutfourcolbox .title{width:94%;margin:0px auto;padding:0% 3%;}
.aboutfourcolbox .title h1{font-size:36px;line-height:36px;text-align:center;font-weight:500;color:#f58021;}
.aboutfourcolbox {width:95%;margin:0px auto;height:auto;padding:2%;}
.aboutfourcolbox p{font-size:26px;line-height:36px;text-align: left;margin: 5px auto;}

.aboutfourcolbox2 {width:100%;margin:0px auto;height:auto;}
.aboutfourcolbox2 ul{margin-top: 30px;}
.aboutfourcolbox2 ul li{width: 22.5%;height: auto;float:left;text-align: center;margin:0% 1%;border: solid 1px rgba(0, 0, 0, 0.08);}
.aboutfourcolbox2 ul li a{color:#000;height: 400px;margin:0px auto;width:84%;padding:2% 8%;display:block;background-image: linear-gradient(to bottom,rgba(233, 233, 233, 1),rgba(255, 255, 255, 1));}
.aboutfourcolbox2 ul li a:hover{color:#000;}

.aboutfourcolbox2 ul li a strong{width:100%;margin:0px auto;padding:0;display: flex;border-bottom: solid 1px rgba(0, 0, 0, 0.08);
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;}
.aboutfourcolbox2 ul li a strong img{border-radius:50%;background: #fff;margin: 30px 0;}
.aboutfourcolbox2 ul li a span{width:90%;padding: 0 5%; margin:0px auto;font-size: 14px;line-height: 20px;text-align: left;}
.aboutfourcolbox2 ul li a span p{font-size:12px;line-height:20px;margin: 5px 0;}	
	
.caseend dd img{height: auto; width: auto\9; width:40%;text-align: center;}
	
}

@media screen and (min-width:1024px) and (max-width:1279px)
{
.ndiv{display:none;}
	
.topheaderight{margin-right:45px;float:right;width:250px;overflow:hidden;text-align:right;padding-top:13px;}
.topheaderight p{font-size:22px;display: flex;align-items: center;justify-content: flex-end;font-weight:100;line-height:26px;}
.topheaderight p img{padding-top:3px;float: none;margin-right: 8px;width:auto;height:26px;}

.nltext{position:absolute;z-index:30; left:0;width:100%;top:35%; text-transform: uppercase; }
.nltext h3{margin:0px auto;width:90%;font-size:18px;line-height:26px;color:#fff;margin-bottom:0px;text-align:left;font-weight: 100;}
.nltext h1{margin:0px auto;width:90%;font-size:26px;line-height:36px;color:#fff;margin-bottom:30px;text-align:left;font-weight: 100;letter-spacing:0px;}
.nltext p {width: 90%; /* 修改为100%让容器足够宽 */height: auto;margin: 0 auto;text-align: left; /* 使内容居中 */display: flex; /* 使用flex布局 */gap: 20px; /* 两个按钮之间的间距 */}
.nltext p a{font-size: 12px;color: #fff;padding: 6px 20px;line-height: 26px;border-radius: 30px;width: 100px; text-align: center;color:#fff;border:1px solid #fff;}
.nltext p a:hover {background:#fff;color:#000;}

	
.fircol{margin:0px auto;width:100%;height:auto;margin-top:0px;overflow:hidden;}
.fircolbox{width:90%;height:auto;margin:30px auto;text-align:left;color:#000;overflow:hidden;}
.fircolbox .title{width:100%;height:auto;margin:30px auto;overflow:hidden;}
.fircolbox .title p{float:left;color:#333333;font-size: 36px;line-height: 56px;font-weight: 100;}
.fircolbox .title p strong{color:#f58021;font-size: 50px;line-height: 56px;}
.fircolbox .title span{float:right;color:#595757;font-size: 16px;padding-top:80px;}
.fircolbox ul li{width: 48.8%;float:left;margin-right: 2%;margin-bottom: 2%;}
.fircolbox ul li a{float:left;display:block;width:80%;padding:10%;background:url(../images/firpro1.jpg) center top no-repeat;background-size:cover;border:1px solid #e8e8e8;border-radius: 30px;}
.fircolbox ul li a h3{color:#f58021;font-size:40px;padding:50px 0 30px 0;line-height: 46px;height: 92px;}
.fircolbox ul li a p{margin: 20px 0; height:240px; color:#6a6a6a;font-size:16px;line-height:26px;}
.fircolbox ul li a span{color:#eb832d;font-size: 14px;line-height: 26px;font-weight: 100;}
.fircolbox ul li:nth-child(4n) {margin-right: 0%}
.fircolbox ul li:nth-child(2n) {margin-right: 0%}	
.fircolbox ul li a:hover{background:url(../images/firpro2.jpg) center top no-repeat;background-size:cover;}
.fircolbox ul li a:hover h3{color:#fff;}
.fircolbox ul li a:hover p{color:#fff;}	
	
	
/**/
.seccol{margin:0px auto;width:100%;height:650px;margin-top:40px;overflow:hidden;background:url(../images/secbg.jpg) center top no-repeat;background-size:cover;}
.seccolbox{margin:0px auto;width:100%;height:auto;overflow:hidden;}
.seccolbox .secleft{float:left;width: 45%;height: auto;overflow:hidden;}
.seccolbox .secleft .title{padding:8% 10% 0%  10%;width:80%;height: auto;overflow:hidden;}
.seccolbox .secleft .title dd{width: 140px;height: 4px;background:#f3af73;margin-top:50px;margin-bottom: 20px}
.seccolbox .secleft .title h3{color:#f58021;font-size: 36px;line-height: 36px;text-align: left;width: 100%}
.seccolbox .secleft .title h1{color:#333333;font-size: 20px;line-height: 36px;text-align: left;width: 100%;margin-bottom: 10px;font-weight:500;}
.seccolbox .secleft .title p{color:#000;font-size: 12px;line-height: 22px; text-align: left;width: 100%;margin-bottom: 10px;}
.seccolbox .secleft .title span a{float:left;font-size: 12px;color: #fff;padding: 6px 10px;line-height: 30px;border-radius: 30px;width: 140px; text-align:center;color:#fff;border:1px solid #fff;background-image: linear-gradient(to right,#f5b881,#ec832e);}
.seccolbox .secleft .title span a:hover{background-image: linear-gradient(to right,#f58021,#f58021);}

.seccolbox .secright{float:right;width: 55%;height: auto;overflow:hidden;}
.seccolbox .secright p img{height: auto; width: auto\9; width:100%;}

.seccollist{width:90%;height:auto;margin:0px auto;text-align:center;color:#000;overflow:hidden;}
.seccollist ul{width:100%;margin-top:40px;}
.seccollist ul li{width:23%;padding:1%;float: left;color:#000;font-size:24px;text-align: left;}
.seccollist ul li strong{height:auto;text-align:left;font-size:14px;font-weight: 100;}
.seccollist ul li span{height:auto;text-align:left;font-size:20px;line-height:60px;padding-left:5px;color:#000;font-weight: 500;transform: skewX(-10deg);display: inline-block;}
.seccollist ul li d1,.seccollist ul li d2,.seccollist ul li d3,.seccollist ul li d4{height:60px;text-align:left;font-size:60px;color:#000;font-weight: 800;transform: skewX(-10deg);display: inline-block;}

/**/
.thrCol{margin:0px auto;width:100%;height:600px;overflow:hidden;background:url(../images/thrbg.jpg) center top no-repeat;background-size:cover;}
.thrCol .title{margin:0px auto;width:100%;height:auto;margin-top:80px;position:absolute;z-index:30;}
.thrCol .title h3{font-size: 50px;line-height: 56px;text-align: center;color:#fff;font-weight:500;}
.thrCol .title p{margin:0px auto;width:100%;text-align:center;font-size:36px;color:#fff;line-height:56px;font-weight:100;text-transform : uppercase;}

.thrColbox{margin:0px auto;width:78%;height:600px;overflow:hidden;}
.thrColbox ul{}
.thrColbox ul li{float:left;width:16.4%;height:600px; margin-left:0px;border-right:1px solid rgba(255, 255, 255, 0.2);}
.thrColbox ul li a{ display:block; width:100%;height:600px;height:auto; text-align:center;}
.thrColbox ul li a p{text-align:center;width: 100%;line-height:36px;font-size:16px;color: #fff;font-weight:500;}

.thrColbox ul li .secimg{width:100%;height:160px;margin:0px auto;overflow: hidden;border-radius:0px;margin-top: 400px;}
.thrColbox ul li .secimg img{width:80%;height:auto;cursor: pointer;transition: all 0.9s;}
.thrColbox ul li .secimg img:hover{transform: scale(1.01);}
.thrColbox ul li:hover p{font-weight: 800}
.thrColbox ul li:hover{background-image: linear-gradient(to bottom,rgba(234, 87, 14, 0.1),rgba(234, 87, 14, 1));}
.thrColbox ul li:first-child {border-left:1px solid rgba(255,255,255,0.2);}


/**/
.fiveCol{width:100%;height:auto;margin:0px auto;text-align:left;color:#000;overflow:hidden;background:#f7f7f7}
.fiveCol .title{width:90%;height:auto;margin:50px auto;overflow:hidden;}
.fiveCol .title p{float:left;color:#333333;font-size: 36px;line-height: 56px;font-weight: 100;}
.fiveCol .title p strong{color:#f58021;font-size: 50px;line-height: 56px;}
.fiveCol .title span{float:right;color:#595757;font-size: 16px;padding-top:80px;}
.fiveColbox{width:90%;height:auto;margin:0px auto;overflow:hidden;margin-bottom: 80px;}
.fiveColbox .fiveleft{float:left;width: 38%;}
.fiveColbox .fiveright{float:right;width: 60%;}

.fiveColbox .fiveleft .nnews{width:100%;height:572px;overflow:hidden;position: relative;background:#000;}
.fiveColbox .fiveleft .nnews img{filter:alpha(opacity=70); -moz-opacity:0.7;opacity:0.7;width: 100%;height: 100%}
.fiveColbox .fiveleft .nnews a:hover img{filter:alpha(opacity=40); -moz-opacity:0.4;opacity:0.4;}

.nnewscol{position:absolute;z-index:3;width:84%;padding:0 8%;bottom:10%;}
.nnewscol time{font-size:36px;line-height:26px;color:#fff;text-align: left;font-weight:500;}
.nnewscol time strong{font-size:20px;line-height:26px;color:#fff;text-align: left;font-weight:500;}
.nnewscol h1{font-size:24px;line-height:36px;color:#fff;text-align: left;font-weight:500;height: 72px;margin:30px 0 20px 0;}
.nnewscol span {float:left;font-size: 16px;color: #fff;padding: 8px 10px;line-height: 36px;border-radius: 30px;width: 180px; text-align:center;color:#fff;border:1px solid #fff;background-image: linear-gradient(to right,#f5b881,#ec832e);}

.fiveColbox .fiveright ul{}
.fiveColbox .fiveright ul li{float:left;width:49%;height: 280px;background: #fff;margin-right:2%;margin-bottom: 2%}
.fiveColbox .fiveright ul li a{display:block;padding: 8%;width: 84%;}
.fiveColbox .fiveright ul li a h3{color:#000;font-size: 22px;line-height:26px;text-align: left;font-weight: 500;height: 78px;margin-bottom: 20px;overflow:hidden;}
.fiveColbox .fiveright ul li a h1{color:#000;font-size: 12px;line-height: 26px;text-align: left;font-weight: 100;height: 52px;margin-bottom: 20px;overflow:hidden;}
.fiveColbox .fiveright ul li a p{border-top:1px solid #969696;padding-top: 20px;}
.fiveColbox .fiveright ul li a p span{float:left;color:#000;line-height: 26px;font-size: 14px;}
.fiveColbox .fiveright ul li a p i{float:right;padding:0px 10px 0px 8px;color:#fff;line-height: 26px;font-size: 12px;background:#ec832e;border-radius: 50%;font-weight: 100;}

.fiveColbox .fiveright ul li:nth-child(2n) {margin-right: 0%}
.fiveColbox .fiveright ul li:nth-child(4n) {margin-right: 0%}

.fiveColbox .fiveright ul li:hover{background: linear-gradient(135deg, #f5b881, #ec832e);}
.fiveColbox .fiveright ul li:hover h3{color:#fff;}
.fiveColbox .fiveright ul li:hover h1{color:#fff;}
.fiveColbox .fiveright ul li:hover p{border-top:1px solid #fff;}
.fiveColbox .fiveright ul li:hover p span{color:#fff;}
.fiveColbox .fiveright ul li:hover p i{color:#ec832e;background:#fff;}
	
/*footer */
.bottom{margin:0px auto;width:100%;height:auto;background:#222222;overflow:hidden;}
.footcol{margin:0px auto;width:100%;height:18px;background-image: linear-gradient(to right,#f5b881,#ec832e);}
.footlist{width:90%;margin:60px auto;height:auto;overflow:hidden;}
.footlistleft{float:left;width: 22%;height: 281px; border-right:1px solid rgba(255, 255, 255, 0.08);overflow:hidden;text-align: left;}
.footlistleft h1{width:80%;margin-bottom: 60px;}
.footlistleft h1 img{height: auto; width: auto\9; width:80%;}
.footlistleft h2{width:90%;height: 60px;background:url(../images/botlogotelbg.png) right top no-repeat;background-size:cover;overflow:hidden;}
.footlistleft h2 dd{float:left;width:30px;height: 60px; text-align: center;overflow:hidden;padding-right:2px;}
.footlistleft h2 dd img{width: 20px;height: 28px;padding-left:5px;padding-top:15px;}
.footlistleft h2 p{height: 55px;float:left;color: #fff;font-size: 14px;font-weight: 500;line-height:16px;text-indent:4px;padding-top: 5px;overflow:hidden;}
.footlistleft h2 p strong{font-size:18px;font-weight:600;line-height:20px;font-style:italic;}
	
.footlistmid{float:left;width: 55%;margin-left:4%;overflow:hidden;text-align: left}
.footlistright{float:right;width: 14%;height: 281px;border-left:1px solid rgba(255, 255, 255, 0.08);overflow:hidden;text-align: right;}
.footlistright img{height: auto; width: auto\9; width:80%;}	
	
.footlistmid ul{float:left;width: 22%;margin-left:3%;height: 281px;}
.footlistmid h1{font-size: 26px;line-height:26px;padding-bottom: 30px;color:#f58021;font-weight: 500;}
.footlistmid ul li{}
.footlistmid ul li a{display:block;line-height:26px;width:100%;text-align:left;font-size:14px;color:#656f76;}

.footlistlink{width:90%;margin:20px auto;height:auto;overflow:hidden;padding: 30px 0 10px 0;border-top:1px solid rgba(255, 255, 255, 0.08);}
.footlistlink .left{width:70%;float:left;}
.footlistlink .right{width:15%;float:right;margin-top: 10px;}

.footlistlink .left h1{color:#fff;text-align: left;font-size: 24px;font-weight: 500;line-height: 40px;}
.footlistlink .left p{color:#fff;text-align: left;font-size: 16px;font-weight: 500;line-height: 26px;}
.footlistlink .left p a{display:block;float:left;line-height:36px;margin-right:10px; text-align: left;font-size:14px;color:#fff;}
.footlistlink .left p a:link,.footlistlink .left p a:visited{color:#fff;}
.footlistlink .left p a:hover{color:#fff;}

.footlistlink .right p{color:#fff;text-align:right;font-size: 16px;font-weight: 500;line-height: 36px;}
.footlistlink .right p a{float:right;display: flex; /* 改为 flex 布局 */align-items: center; /* 垂直居中 */color:#fff;text-align:center;font-size:16px;line-height: 36px;margin-bottom: 10px;border-radius:10px;width:130px; padding: 15px 30px; padding-left: 20px; line-height: normal; /* 重置 line-height */border:1px solid rgba(255, 255, 255, 1);}
.footlistlink .right p a img{vertical-align: middle; /* 可选，确保图片本身垂直居中 */margin-right:4px; /* 添加图片和文字之间的间距 */}
.footlistlink .right p a:hover{color:#fff;background: linear-gradient(135deg, #f5b881, #ec832e);border:1px solid rgba(255, 255, 255, 0);}


.footer{margin:0px auto;width:90%;height:auto;overflow:hidden;padding:20px 0 10px 0;border-top:1px solid rgba(255, 255, 255, 0.08);}
.footer p{line-height:20px;font-size: 14px;text-align:left;margin:5px 0;color:#b7b7b7;}
.footer p a{color:#4b5155;font-size: 12px;text-align:left;}

/**/
.yytext{position:absolute;z-index:30; left:0;width:100%;top:55%; text-transform: uppercase; }
.yytext h3{margin:0px auto;width:90%;font-size:18px;line-height:26px;color:#fff;margin-bottom:0px;text-align:left;font-weight: 100;}
.yytext h1{margin:0px auto;width:90%;font-size:26px;line-height:36px;color:#fff;margin-bottom:30px;text-align:left;font-weight: 100;letter-spacing:0px;}

	
/**/
.concolboxlist{width:90%;height: auto;margin:50px auto;overflow:hidden;border-top:0px solid #000;}
.concolboxlistcol{width:100%;height: auto;margin:0px auto;overflow:hidden;color:#fff;font-size:16px;line-height: 30px;text-align: left;}
.concolboxlistcol .left{float:left;;width:39%;height:320px;padding:5% 5%;background:url(../images/conbg1.jpg) center top no-repeat;background-size:cover;}
.concolboxlistcol .right{float:right;width:39%;height:320px;padding:5% 5%;background:url(../images/conbg1.jpg) center top no-repeat;background-size:cover;}

.concolboxlistcol .left span{width:100%;display:block;text-align:left;}
.concolboxlistcol .left span img{margin:20px auto;text-align: left;}
.concolboxlistcol .left strong{width:100%;display:block;font-size:30px;line-height:50px;font-weight:500;padding-bottom: 20px}
.concolboxlistcol .left p{width:100%;display:block;font-weight:100;font-size:20px;line-height:30px;}

.concolboxlistcol .right span{width:100%;display:block;text-align:left;}
.concolboxlistcol .right span img{margin:20px auto;text-align: left;}
.concolboxlistcol .right strong{width:100%;display:block;font-size:30px;line-height:50px;font-weight:500;padding-bottom: 20px}
.concolboxlistcol .right p{width:100%;display:block;font-weight:100;font-size:20px;line-height:30px;}

.contact2{width:90%;margin:50px auto;height:545px;overflow:hidden;background:url(../images/conbg2.jpg) center top no-repeat;background-size:cover;margin-bottom:100px}
.contact2col{width:70%;margin:0px auto;height:auto;overflow:hidden;}
.contact2col .title{width:100%;margin:30px auto;height:auto;overflow:hidden;margin-top:80px;}
.contact2col .title strong{font-size:26px;line-height: 36px;padding-left:0px;text-align:center;font-weight: 500;}
.contact2col .title p{font-size:14px;line-height: 36px;padding-left:0px;text-align:center;}

.inquirylist {width:100%;margin:30px auto;height:auto;overflow: hidden;padding:0px;margin-top:20px;text-transform:uppercase;}
.inquirylist ul {width:100%;}
.inquirylist ul li{padding:0.5% 0; width:99%; height:auto; float: left; display: inline; text-align:left;margin-bottom:5px;}
.inquirylist ul li input{background:#f8f8f8;border:1px solid #9f9f9f;border-radius:10px;padding:1.5% 1%; width:46.5%;font-size: 14px;color:#6a6a6a;margin-right: 1.8%;}

.inquirylist ul li .register{width:200px; text-align:center;font-weight:100;font-size:20px;line-height:20px;COLOR: #fff;background:#f5b77f;margin-right:10px;border-radius:10px;text-transform:uppercase;margin-top: 10px;border:0px solid #9f9f9f;}
.inquirylist ul li .register1{width:200px; text-align:center;font-weight:100;font-size:20px;line-height:20px;COLOR: #fff;background:#9a9a9a;margin-right:0px;border-radius:10px;text-transform:uppercase;margin-top: 10px;border:0px solid #9f9f9f;}
.inquirylist ul li:last-child {display: flex;justify-content: center;gap: 10px; /* 控制按钮间距 */}

.inquirylist ul li textarea{float:left;height:100px;line-height:20px;text-align:left;background:#f8f8f8;border:1px solid #9f9f9f;border-radius:10px;padding:1.5% 1%; width:97.5%;font-size: 14px;color:#6a6a6a;}
	
	
.casecolbox{width:90%;height:auto;margin:10px auto;text-align:left;color:#000;overflow:hidden;}
.casecolbox .category{width:100%;height:auto;margin:10px auto;overflow:hidden;border-bottom:0px solid #e4e8ed;padding-bottom: 30px;}
.casecolbox .category p{float:left;color:#666666;font-size: 24px;text-align: left;}
.casecolbox .category span{float:right;}
.casecolbox .category span a{float:left;font-size:12px;color: #fff;padding: 6px 20px;line-height: 36px;border-radius:30px;text-align:center;color:#000;border:1px solid #010101;background:#fff;margin-left: 10px;}
.casecolbox .category span a:hover{background:#f58021;color:#fff;border:1px solid #f58021;}
.casecolbox .category .cur{font-size:12px;color: #fff;padding: 6px 20px;line-height: 36px;border-radius:30px;text-align:center;background:#f58021;color:#fff;border:1px solid #f58021;}

	
.casecollist{width:100%;height:auto;margin:20px auto;overflow:hidden;border-bottom:0px solid #e4e8ed;padding-bottom: 20px;}
.casecollist ul{}
.casecollist ul li{float:left;width:31.9%;height: auto;margin-right:2%;margin-bottom: 2%}
.casecollist ul li a{display:block;;width: 100%;color:#000}
.casecollist ul li .secimg{width:100%;height:auto;margin:0px auto;overflow: hidden;border-radius:0px;}
.casecollist ul li .secimg img{width:100%;height:100%;cursor: pointer;transition: all 0.9s;}
.casecollist ul li:hover .secimg img{transform: scale(1.01);}
.casecollist ul li .dycol{padding:4% 0;width: 100%;margin:0px auto;}
.casecollist ul li .dycol h3{color:#000;font-size: 24px;line-height: 36px;text-align: left;font-weight: 500;overflow:hidden;}
.casecollist ul li .dycol p{color:#7e7e7e;font-size: 14px;line-height: 24px;text-align: left;font-weight: 500;overflow:hidden;}

.casecollist ul li:nth-child(3n) {margin-right: 0%}
.casecollist ul li:nth-child(6n) {margin-right: 0%}
.casecollist ul li:nth-child(9n) {margin-right: 0%}
	
	
/**/
.newscol{width:100%;margin:0px auto;height:auto;overflow:hidden;background:#f8f8f8;}
.newscolbox{width:90%;margin:60px auto;height:auto;overflow:hidden;}
.newscolbox ul{}
.newscolbox ul li{float:left;width:31.9%;height: auto;background: #fff;margin-right:2%;margin-bottom: 2%}
.newscolbox ul li a{display:block;;width: 100%;color:#000}
.newscolbox ul li .secimg{width:100%;height:auto;margin:0px auto;overflow: hidden;border-radius:0px;}
.newscolbox ul li .secimg img{width:100%;height:100%;cursor: pointer;transition: all 0.9s;}
.newscolbox ul li:hover .secimg img{transform: scale(1.03);}
.newscolbox ul li .dycol{padding:5% 5%;width: 90%;margin:0px auto;}
.newscolbox ul li .dycol time{float:left;width: 25%;font-size: 14px;text-align: left;border-right: solid 1px rgba(0, 0, 0, 0.1);}
.newscolbox ul li .dycol time strong{font-size: 48px;line-height: 66px;text-align: left;}
.newscolbox ul li .dycol dd{float:right;width: 70%;}
.newscolbox ul li .dycol dd h3{color:#000;font-size: 16px;line-height: 30px;text-align: left;font-weight: 500;height: 60px;margin-bottom: 10px;overflow:hidden;}
.newscolbox ul li .dycol dd h1{color:#000;font-size: 12px;line-height: 30px;text-align: left;font-weight: 100;height: 30px;margin-bottom: 0px;overflow:hidden;}
.newscolbox ul li p{width:90%;margin:20px auto;border-top:1px solid rgba(0, 0, 0, 0.1);padding: 10px 0 20px 0;}
.newscolbox ul li p span{float:left;color:#000;line-height: 26px;font-size: 14px;}
.newscolbox ul li p i{float:right;padding:0px 10px 6px 8px;color:#000;line-height: 26px;font-size: 26px;border-radius: 50%;font-weight: 100;font-style:normal;}

.newscolbox ul li:hover{background: linear-gradient(135deg, #f5b881, #ec832e);color:#fff;}
.newscolbox ul li:hover .dycol time{border-right: solid 1px rgba(255, 255, 255, 0.2);color:#fff;}
.newscolbox ul li:hover .dycol dd h3{color:#fff;}
.newscolbox ul li:hover .dycol dd h1{color:#fff;}
.newscolbox ul li:hover p{border-top:1px solid rgba(255, 255, 255, 0.3);}
.newscolbox ul li:hover p span{color:#fff;}
.newscolbox ul li:hover p i{float:right;padding:0px 10px 6px 10px;color:#fff;line-height: 26px;font-size: 26px;border-radius: 50%;font-weight: 100;font-style:normal;}

.newscolbox ul li:nth-child(3n) {margin-right: 0%}
.newscolbox ul li:nth-child(6n) {margin-right: 0%}
.newscolbox ul li:nth-child(9n) {margin-right: 0%}		
	
/*内页部分*/
.aboutlistcol {width: 100%;margin: 0px auto;height: auto; overflow:hidden;box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); /* 添加轻微阴影增强效果 */border-bottom:1px solid rgba(0, 0, 0, 0.08);}
.aboutlistcol ul {text-align:left;width:90%;margin:0px auto;height:63px;background:rgba(255,255,255,1);border-left:1px solid rgba(0, 0, 0, 0.08);}
.aboutlistcol ul li{float:left;width:124px;height:63px;background:rgba(255,255,255,0.8);margin-right: 1px;border-right:1px solid rgba(0, 0, 0, 0.08);}
.aboutlistcol ul li a{float:left;display:block;color:#000;line-height:60px;font-size:14px;text-transform:uppercase;font-weight:800;text-align:center;width:124px;height:60px;border-bottom:3px solid #fff;margin-right: 2px;}
.aboutlistcol ul li a:hover{background-image: linear-gradient(to right,#ec8530,#f5b880);color:#fff;border-bottom:3px solid #f58021;font-weight:600;margin-right: 2px;}
.aboutlistcol .current{background-image: linear-gradient(to right,#ec8530,#f5b880);color:#fff;border-bottom:3px solid #f58021;font-weight:800;}
.aboutlistcol .current:link,.aboutlistcol .current:visited{background-image: linear-gradient(to right,#ec8530,#f5b880);color:#fff;border-bottom:3px solid #f58021;}
.aboutlistcol .current:hover{color:#fff;border-bottom:3px solid #f58021;}	
	
	
/**/
.servicecol{width:100%;margin:0px auto;height:auto;overflow:hidden;}
.servicecolbox{width:90%;margin:40px auto;height:auto;overflow:hidden;}

.servicecolbox .concompany{width: 100%;font-size:14px; overflow:hidden; padding:50px 0px;text-align:left;border-bottom:1px double #ededed; }
.servicecolbox .concompany .left{float:left;width:46%;margin:0 2%;}
.servicecolbox .concompany .left img{max-width:100%;height: auto;display: block;margin: 0 auto;padding:5px 0;float: left;}
.servicecolbox .concompany .right{float:right;width:46%;margin:4% 0% 0% 2%;text-align:left;}
.servicecolbox .concompany .right h3{text-align:left;font-size:26px;color:#000;line-height:36px;font-weight:500;margin:0px 0;display: flex; /* 改为 flex 布局 */align-items: center;}
.servicecolbox .concompany .right h3 img{vertical-align: middle;margin-right:10px; /* 添加图片和文字之间的间距 */}
.servicecolbox .concompany .right h2{text-align:left;font-size:20px;color:#000;line-height:36px;font-weight:500;margin:5px 0;}
.servicecolbox .concompany .right h2 em{text-align:left;font-size:14px;color:#000;line-height:36px;font-weight:500;font-style:normal;}
.servicecolbox .concompany .right h1{text-align:left;font-size:26px;color:#000;line-height:36px;font-weight:600;margin:20px 0;}
.servicecolbox .concompany .right p{text-align:left;margin:0.0em 0;text-indent:0em;line-height:20px;font-size:12px;color:#777777;width: 84%;}
.servicecolbox .concompany .right dd {margin-top: 25px;}
.servicecolbox .concompany .right dd a{float:left;font-size:16px;color: #fff;padding: 8px 10px;line-height: 36px;border-radius:6px;width: 200px; text-align:center;color:#fff;border:1px solid #fff;background-image: linear-gradient(to right,#f5b881,#ec832e);}
.servicecolbox .concompany .right dd a:hover{background-image: linear-gradient(to right,#f58021,#f58021);}


.servicecolbox .concompany2{width: 100%;font-size:14px; overflow:hidden; padding:50px 0px;text-align:left;border-bottom:1px double #ededed; }
.servicecolbox .concompany2 .left{float:right;width:46%;margin:0%;}
.servicecolbox .concompany2 .left img{max-width:100%;height: auto;display: block;padding:5px 0;text-align: left;}
.servicecolbox .concompany2 .right{float:left;width:46%;margin:4% 2% 0% 2%;text-align:left;}
.servicecolbox .concompany2 .right h3{text-align:left;font-size:26px;color:#000;line-height:36px;font-weight:500;margin:0px 0;display: flex; /* 改为 flex 布局 */align-items: center;}
.servicecolbox .concompany2 .right h3 img{vertical-align: middle;margin-right:10px; /* 添加图片和文字之间的间距 */}
.servicecolbox .concompany2 .right h2{text-align:left;font-size:20px;color:#000;line-height:36px;font-weight:500;margin:5px 0;}
.servicecolbox .concompany2 .right h2 em{text-align:left;font-size:14px;color:#000;line-height:36px;font-weight:500;font-style:normal;}
.servicecolbox .concompany2 .right h1{text-align:left;font-size:26px;color:#000;line-height:36px;font-weight:600;margin:20px 0;}
.servicecolbox .concompany2 .right p{text-align:left;margin:0.0em 0;text-indent:0em;line-height:20px;font-size:12px;color:#777777;width: 84%;}
.servicecolbox .concompany2 .right dd {margin-top: 25px;}
.servicecolbox .concompany2 .right dd a{float:left;font-size:16px;color: #fff;padding: 8px 10px;line-height: 36px;border-radius:6px;width: 200px; text-align:center;color:#fff;border:1px solid #fff;background-image: linear-gradient(to right,#f5b881,#ec832e);}
.servicecolbox .concompany2 .right dd a:hover{background-image: linear-gradient(to right,#f58021,#f58021);}
	
/**/
.aboutfir{margin:0px auto;width:100%;height:auto;margin-top:0px;overflow:hidden;}
.aboutfir .title{width:90%;height:auto;margin:0px auto;overflow:hidden;border-bottom:1px solid rgba(0, 0, 0, 0.08);padding: 30px 0;}
.aboutfir .title p{float:left;color:#333333;font-size: 36px;line-height: 56px;font-weight: 100;text-align: left;}
.aboutfir .title p strong{color:#f58021;font-size: 50px;line-height: 56px;}
.aboutfir .title span{float:right;color:#595757;font-size: 16px;padding-top:80px;}

.aboutfircol{margin:50px auto;width:90%;height:auto;overflow:hidden;}
.aboutfircol .left{float:left;width: 45%;}
.aboutfircol .left img{margin:10px auto;height: auto; width: auto\9; width:100%;}
.aboutfircol .right{float:right;width: 52%;}
.aboutfircol .right p{font-size:12px;line-height:20px;margin:5px 0;text-align: left;color:#333;text-indent:24px;}

/**/
.aboutseccol{margin:0px auto;width:100%;height:650px;margin-top:0px;overflow:hidden;background:url(../images/aboutbg01.jpg) center top no-repeat;background-size:cover;}
.aboutseccolbox{margin:0px auto;width:100%;height:auto;overflow:hidden;}
.aboutseccolbox .aboutsecleft{float:left;width: 55%;height: auto;overflow:hidden;}
.aboutseccolbox .aboutsecleft .title{padding:10% 10% 5%  10%;width:80%;height: auto;overflow:hidden;}
.aboutseccolbox .aboutsecleft .title dd{width: 180px;height: 4px;background:#f3af73;margin-top:40px;margin-bottom: 30px}
.aboutseccolbox .aboutsecleft .title h3{color:#f58021;font-size: 50px;line-height: 56px;text-align: left;width: 100%}
.aboutseccolbox .aboutsecleft .title h1{color:#333333;font-size: 30px;line-height: 56px;text-align: left;width: 100%;margin-bottom: 40px;font-weight:500;}
.aboutseccolbox .aboutsecleft .title h2{color:#000;font-size: 26px;line-height: 30px; text-align: left;width: 100%;margin-bottom: 30px;font-weight:500;}
.aboutseccolbox .aboutsecleft .title p{color:#000;font-size: 14px;line-height: 24px; text-align: left;width: 100%;margin-bottom: 40px;}
.aboutseccolbox .aboutsecleft .title span a{float:left;text-align:left;}
.aboutseccolbox .aboutsecleft .title span a:hover{}

.aboutseccolbox .aboutsecright{float:right;width: 45%;height: auto;overflow:hidden;}
.aboutseccolbox .aboutsecright p img{height: auto; width: auto\9; width:100%;padding-top:120px;}	

/**/
.aboutthree{margin:0px auto;width:100%;height:800px;margin-top:0px;overflow:hidden;background:url(../images/aboutbg02.jpg) center top no-repeat;background-size:cover;}
.aboutthree .title{width:90%;height:auto;margin:30px auto;overflow:hidden;padding-top:70px;}
.aboutthree .title p{float:left;color:#fff;font-size: 36px;line-height: 56px;font-weight: 100;text-align: left;}
.aboutthree .title p strong{color:#fff;font-size: 50px;line-height: 56px;}
.aboutthree .title span{float:right;color:#fff;font-size: 16px;padding-top:80px;}
.aboutthreecol{width:90%;height:auto;margin:0px auto;overflow:hidden;padding:30px 0;}
.aboutthreecol ul{}
.aboutthreecol ul li{width:100%;height:auto;;margin-right: 0%;overflow:hidden;}
.aboutthreecol ul li a{display:block;width:100%;background: #fff;padding: 10% 2%;height: 320px;overflow:hidden;}
.aboutthreecol ul li a h1{position: absolute;top:40px;color:#000;left: 50%;transform: translateX(-50%);font-size:24px;width:96%;font-weight: 600;}
.aboutthreecol ul li a dd{text-align: center;width: 100px;height:2px;background:#f58420;position: absolute;left: 50%;transform: translateX(-50%); /* 水平居中 */top:100px;}
.aboutthreecol ul li a p{position: absolute; top:150px;color:#000;left: 50%;transform: translateX(-50%);font-size: 16px;line-height: 26px;font-weight: 100;width:76%;}
.aboutthreecol ul li a span{position: absolute;bottom:20px;color:#000;left: 50%;transform: translateX(-50%);font-weight: 100;}
.aboutthreecol ul li a:hover h1{color:#f58420;}
.aboutthreecol ul li a:hover p{color:#f58420;font-weight: 100;}
.aboutthreecol ul li a:hover span{color:#000;}

/**/
.aboutfour{margin:0px auto;width:100%;height:auto;margin-top:0px;overflow:hidden;}
.aboutfour .title{width:90%;height:auto;margin:0px auto;overflow:hidden;padding:40px 0;}
.aboutfour .title p{float:left;color:#333333;font-size: 36px;line-height: 56px;font-weight: 100;text-align: left;}
.aboutfour .title p strong{color:#f58021;font-size: 50px;line-height: 56px;}
.aboutfour .title span{float:right;color:#595757;font-size: 16px;padding-top:80px;}

.aboutfourcol{width:90%;margin:0px auto;height:auto;overflow:hidden;margin-bottom: 50px;}
.aboutfourcolbox{width:100%;margin:0px auto;height:auto;overflow:hidden;border:1px solid rgba(0, 0, 0, 0.08)}
.aboutfourcolbox .title{width:94%;margin:0px auto;padding:0% 3%;}
.aboutfourcolbox .title h1{font-size:36px;line-height:36px;text-align:center;font-weight:500;color:#f58021;}
.aboutfourcolbox {width:95%;margin:0px auto;height:auto;padding:2%;}
.aboutfourcolbox p{font-size:26px;line-height:36px;text-align: left;margin: 5px auto;}

.aboutfourcolbox2 {width:100%;margin:0px auto;height:auto;}
.aboutfourcolbox2 ul{margin-top: 30px;}
.aboutfourcolbox2 ul li{width: 22.5%;height: auto;float:left;text-align: center;margin:0% 1%;border: solid 1px rgba(0, 0, 0, 0.08);}
.aboutfourcolbox2 ul li a{color:#000;height: 400px;margin:0px auto;width:84%;padding:2% 8%;display:block;background-image: linear-gradient(to bottom,rgba(233, 233, 233, 1),rgba(255, 255, 255, 1));}
.aboutfourcolbox2 ul li a:hover{color:#000;}

.aboutfourcolbox2 ul li a strong{width:100%;margin:0px auto;padding:0;display: flex;border-bottom: solid 1px rgba(0, 0, 0, 0.08);
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;}
.aboutfourcolbox2 ul li a strong img{border-radius:50%;background: #fff;margin: 30px 0;width: 80%;height: auto}
.aboutfourcolbox2 ul li a span{width:90%;padding: 0 5%; margin:0px auto;font-size: 14px;line-height: 20px;text-align: left;}
.aboutfourcolbox2 ul li a span p{font-size:12px;line-height:20px;margin: 5px 0;}	
	
.caseend dd img{height: auto; width: auto\9; width:40%;text-align: center;}
	
	
	
/*内容*/
.servicefir{width: 100%;font-size:14px; overflow:hidden; padding:10px 0px;text-align:left;border-bottom:0px double #ededed; }
.servicefir .lgywm_title { width:100%; height:auto;}
.servicefir .lwenzi { width:100%; height:auto; text-align:center;margin:0px auto 0px;border-bottom:0px solid #e4e4e4;}
.servicefir .lwenzi p { font-size:14px; color:#303030;line-height:60px;font-weight:100;text-transform : uppercase;}
.servicefir .lwenzi p strong {font-size:36px;width:100%;color:#f58021;line-height:36px;height:36px;padding:2% 0px;font-weight:300;}
.servicefir .lwenzi dd{height:1px;overflow:hidden;width:80px;background:#e1e1e1;border-bottom:0px solid #7f7f7f;margin:0px auto;text-align:center;}

.servicefir .proclass{margin:0px auto;width:100%;height:auto;overflow:hidden;margin-bottom:30px}
.servicefir .proclass ul{}
.servicefir .proclass ul li{display:block;float:left;text-align:center;margin-left:19px;font-size:12px;width:21%;margin:2%;height:auto;}
.servicefir .proclass ul li p{}
.servicefir .proclass ul li p strong{font-size:20px;color: #000;line-height:60px;font-weight:500;}
.servicefir .proclass ul li p span{font-size:12px;color: #000;line-height:20px;font-weight:100;}
.servicefir .proclass ul li img{width:120px;height: 120px;}
.servicefir .proclass ul li img:hover{}


/*1*/
.servicefir01{width: 100%;font-size:14px; overflow:hidden; padding:10px 0px;text-align:left;border-bottom:0px double #ededed; }
.servicefir01 .lgywm_title { width:100%; height:auto;}
.servicefir01 .lwenzi { width:100%; height:auto; text-align:center;margin:20px auto;border-bottom:0px solid #e4e4e4;}
.servicefir01 .lwenzi p { font-size:16px; color:#303030;line-height:60px;font-weight:100;text-transform : uppercase;}
.servicefir01 .lwenzi p strong {font-size:30px;width:100%;color:#000;line-height:36px;height:36px;padding:2% 0px;font-weight:300;}
.servicefir01 .lwenzi p strong img{width:30px;height: auto;}

.servicefir01 .el-tab{width: auto;height: 47px;border-bottom:1px solid #f2f2f3;flex-shrink: 0;display: flex;justify-content: center; /* 水平居中 */}
.servicefir01 .el-tab ul{display: flex;margin: 0 auto; /* 确保ul本身也居中 */}
.servicefir01 .el-tab ul li{float: none; /* 移除浮动 */display: inline-block; /* 改为行内块元素 */}
.servicefir01 .el-tab ul li a{display: block;padding: 0px 15px;line-height: 45px;font-size: 16px;margin:0 0px 0 5px}
.servicefir01 .el-tab ul li a:hover{border-bottom:0px solid #f58021;color:#f58021;font-weight: bold;}
.servicefir01 .el-tab .curr{border-bottom:3px solid #f58021;color:#f58021;font-weight: bold;}
/**/
.servicefir01 .customer-list{width: 100%;height:400px;overflow: hidden;background-image: linear-gradient(to top,#fdfbff,#fff);}
.servicefir01 .customer-list ul {}
.servicefir01 .customer-list ul li{}
.servicefir01 .customer-list ul li a {display: block; width:auto;padding:16px;height:auto;}

.servicefir01 .customer-list ul li .name-box{float:left;width:28%;padding:10% 10%;}
.servicefir01 .customer-list ul li .name-box .name{flaot:left;width: 100%; font-size:30px;color:#000;line-height:50px;margin-bottom: 10px;}
.servicefir01 .customer-list ul li .name-box .time{float:left;width: 100%; font-size:14px;color:#000;line-height: 24px;margin-bottom: 10px;}
.servicefir01 .customer-list ul li .name-box .nmore{float:left;width: 100%; font-size:14px;color:#0B121A99;line-height: 24px;}
.servicefir01 .customer-list ul li a:hover{}
.servicefir01 .customer-list .cur{background:#f2f5fb;}

.servicefir01 .customer-list ul li .avatar-boxdan{float:right;width:50%;height:400px;background:url(../images/ss01_5.png) no-repeat;}
.servicefir01 .customer-list ul li .avatar-boxdan img{width:100%; height:auto;border-radius:0px;text-align: center;padding:40px 40px 0 0;}

.servicefir01 .customer-list .tab-content {display: none;}
.servicefir01 .customer-list .tab-content.active {display: block;}

/*2*/
.servicefir02{width: 100%;font-size:14px; overflow:hidden; padding:10px 0px;text-align:left;border-bottom:0px double #ededed; }
.servicefir02 .lgywm_title { width:100%; height:auto;}
.servicefir02 .lwenzi { width:100%; height:auto; text-align:center;margin:20px auto;border-bottom:0px solid #e4e4e4;}
.servicefir02 .lwenzi p { font-size:16px; color:#303030;line-height:60px;font-weight:100;text-transform : uppercase;}
.servicefir02 .lwenzi p strong {font-size:30px;width:100%;color:#000;line-height:36px;height:36px;padding:2% 0px;font-weight:300;}
.servicefir02 .lwenzi p strong img{width:30px;height: auto;}

.servicefir02 .el-tab1{width: auto;height:auto;border-bottom:1px solid #f2f2f3;flex-shrink: 0;display: flex;justify-content: center; /* 水平居中 */}
.servicefir02 .el-tab1 ul{display: flex;flex-wrap: wrap; /* 关键：允许换行 */justify-content: center; /* 居中对齐 */margin: 0 auto;padding: 0 0px; /* 添加内边距 */}
.servicefir02 .el-tab1 ul li{float: none; /* 移除浮动 */display: inline-block; /* 改为行内块元素 */margin-bottom:2px; /* 添加底部间距 */}
.servicefir02 .el-tab1 ul li a{display: block;padding: 0px 8px;font-size: 16px;line-height: 45px;margin: 0 5px; /* 调整左右间距 */white-space: nowrap; /* 防止文字换行 */}
.servicefir02 .el-tab1 ul li a:hover{border-bottom:0px solid #f58021;color:#f58021;font-weight: bold;}
.servicefir02 .el-tab1 .curr{border-bottom:3px solid #f58021;color:#f58021;font-weight: bold;}
/**/
.servicefir02 .customer-list1{width: 100%;height:400px;overflow: hidden;background-image: linear-gradient(to top,#fdfbff,#fff);}
.servicefir02 .customer-list1 ul {}
.servicefir02 .customer-list1 ul li{}
.servicefir02 .customer-list1 ul li a {display: block; width:auto;padding:16px;height:auto;}

.servicefir02 .customer-list1 ul li .name-box{float:left;width:28%;padding:10% 10%;}
.servicefir02 .customer-list1 ul li .name-box .name{flaot:left;width: 100%; font-size:30px;color:#000;line-height:50px;margin-bottom: 10px;}
.servicefir02 .customer-list1 ul li .name-box .time{float:left;width: 100%; font-size:14px;color:#000;line-height: 24px;margin-bottom: 10px;}
.servicefir02 .customer-list1 ul li .name-box .nmore{float:left;width: 100%; font-size:14px;color:#0B121A99;line-height: 24px;}
.servicefir02 .customer-list1 ul li a:hover{}
.servicefir02 .customer-list1 .cur{background:#f2f5fb;}

.servicefir02 .customer-list1 ul li .avatar-boxdan{float:right;width:50%;height:400px;padding-right:0px;background:url(../images/ss01_11.png) no-repeat;}
.servicefir02 .customer-list1 ul li .avatar-boxdan img{width:100%; height:auto;border-radius:0px;text-align: center;padding:40px 40px 0 0;}

.servicefir02 .customer-list1 .tab-content {display: none;}
.servicefir02 .customer-list1 .tab-content.active {display: block;}

/*3*/
.servicefir03{width: 100%;font-size:14px; overflow:hidden; padding:10px 0px;text-align:left;border-bottom:0px double #ededed; }
.servicefir03 .lgywm_title { width:100%; height:auto;}
.servicefir03 .lwenzi { width:100%; height:auto; text-align:center;margin:20px auto;border-bottom:0px solid #e4e4e4;}
.servicefir03 .lwenzi p { font-size:16px; color:#303030;line-height:60px;font-weight:100;text-transform : uppercase;}
.servicefir03 .lwenzi p strong {font-size:30px;width:100%;color:#000;line-height:36px;height:36px;padding:2% 0px;font-weight:300;}
.servicefir03 .lwenzi p strong img{width:30px;height: auto;}

.servicefir03 .el-tab2{width: auto;height:auto;border-bottom:1px solid #f2f2f3;flex-shrink: 0;display: flex;justify-content: center; /* 水平居中 */}
.servicefir03 .el-tab2 ul{display: flex;flex-wrap: wrap; /* 关键：允许换行 */justify-content: center; /* 居中对齐 */margin: 0 auto;padding: 0 0px; /* 添加内边距 */}
.servicefir03 .el-tab2 ul li{float: none; /* 移除浮动 */display: inline-block; /* 改为行内块元素 */margin-bottom:2px; /* 添加底部间距 */}
.servicefir03 .el-tab2 ul li a{display: block;padding: 0px 8px;font-size: 16px;line-height: 45px;margin: 0 5px; /* 调整左右间距 */white-space: nowrap; /* 防止文字换行 */}
.servicefir03 .el-tab2 ul li a:hover{border-bottom:0px solid #f58021;color:#f58021;font-weight: bold;}
.servicefir03 .el-tab2 .curr{border-bottom:3px solid #f58021;color:#f58021;font-weight: bold;}	
/**/
.servicefir03 .customer-list2{width: 100%;height: 400px;overflow: hidden;background-image: linear-gradient(to top,#fdfbff,#fff);}
.servicefir03 .customer-list2 ul {}
.servicefir03 .customer-list2 ul li{}
.servicefir03 .customer-list2 ul li a {display: block; width:auto;padding:16px;height:auto;}

.servicefir03 .customer-list2 ul li .name-box{float:left;width:28%;padding:10% 10%;}
.servicefir03 .customer-list2 ul li .name-box .name{flaot:left;width: 100%; font-size:30px;color:#000;line-height:50px;margin-bottom: 10px;}
.servicefir03 .customer-list2 ul li .name-box .time{float:left;width: 100%; font-size:14px;color:#000;line-height: 24px;margin-bottom: 10px;}
.servicefir03 .customer-list2 ul li .name-box .nmore{float:left;width: 100%; font-size:14px;color:#0B121A99;line-height: 24px;}
.servicefir03 .customer-list2 ul li a:hover{}
.servicefir03 .customer-list2 .cur{background:#f2f5fb;}

.servicefir03 .customer-list2 ul li .avatar-boxdan{float:right;width:50%;height: 400px;padding-right: 10px;background:url(../images/ss01_19.png) no-repeat;}
.servicefir03 .customer-list2 ul li .avatar-boxdan img{width:100%; height:auto;border-radius:0px;text-align: center;padding:40px 40px 0 0;}

.servicefir03 .customer-list2 .tab-content {display: none;}
.servicefir03 .customer-list2 .tab-content.active {display: block;}

/*4*/
.servicefir04{width: 100%;font-size:14px; overflow:hidden; padding:10px 0px;text-align:left;border-bottom:0px double #ededed; }
.servicefir04 .lgywm_title { width:100%; height:auto;}
.servicefir04 .lwenzi { width:100%; height:auto; text-align:center;margin:0px auto;border-bottom:0px solid #e4e4e4;}
.servicefir04 .lwenzi p { font-size:16px; color:#303030;line-height:60px;font-weight:100;text-transform : uppercase;}
.servicefir04 .lwenzi p strong {font-size:36px;width:100%;color:#000;line-height:36px;height:36px;padding:2% 0px;font-weight:500;}
.servicefir04 .lwenzi dd{height:1px;overflow:hidden;width:80px;background:#e1e1e1;border-bottom:0px solid #7f7f7f;margin:0px auto;text-align:center;}

.servicefir04 .proclass{margin:30px auto;width:100%;height:auto;overflow:hidden;}
.servicefir04 .proclass ul{margin-top: 50px;}
.servicefir04 .proclass ul li{display:block;float:left;text-align:center;margin-left:19px;font-size:12px;width:21%;margin:0% 2%;height:180px;}
.servicefir04 .proclass ul li p{}
.servicefir04 .proclass ul li p strong{font-size:20px;color: #000;line-height:60px;font-weight:500;}
.servicefir04 .proclass ul li p span{font-size:14px;color: #000;line-height:20px;font-weight:100;}
.servicefir04 .proclass ul li img{}
.servicefir04 .proclass ul li img:hover{}


.index_cnt_item_title { font-size: 20px;font-weight: 500;color: #000;margin-bottom:10px;text-align: left;line-height: 30px;display: flex; /* 添加 flex 布局 */align-items: center; /* 垂直居中对齐 */gap: 8px; /* 图标和文字之间的间距，可选 */}
.ww_officialImg {display: inline-block;overflow: hidden;font-size: 0;line-height: 0;}
.ww_officialImg_SubFeature1 {background-image: url(../images/officialImages.svg);background-position: -270px -272px;width: 30px;height: 30px;}
.ww_officialImg_SubFeature2 {background-image: url(../images/officialImages.svg);background-position: -360px -30px;width: 30px;height: 30px;}
.ww_officialImg_SubFeature3 {background-image: url(../images/officialImages.svg);background-position: -360px -60px;width: 30px;height: 30px;}
.ww_officialImg_SubFeature4 {background-image: url(../images/officialImages.svg);background-position: -240px -302px;width: 30px;height: 30px;}
.ww_officialImg_SubFeature5 {background-image: url(../images/officialImages.svg);background-position: -270px -302px;width: 30px;height: 30px;}
.ww_officialImg_SubFeature6 {background-image: url(../images/officialImages.svg);background-position: -360px -90px;width: 30px;height: 30px;}
.ww_officialImg_SubFeature7 {background-image: url(../images/officialImages.svg);background-position: -120px -302px;width: 30px;height: 30px;}
.ww_officialImg_SubFeature8 {background-image: url(../images/officialImages.svg);background-position: -90px -302px;width: 30px;height: 30px;}
.ww_officialImg_SubFeature9 {background-image: url(../images/officialImages.svg);background-position: -360px -120px;width: 30px;height: 30px;}
.ww_officialImg_SubFeature10 {background-image: url(../images/officialImages.svg);background-position: -300px -272px;width: 30px;height: 30px;}
.ww_officialImg_SubFeature11 {background-image: url(../images/officialImages.svg);background-position: 0 -302px;width: 30px;height: 30px;}
.ww_officialImg_SubFeature12 {background-image: url(../images/officialImages.svg);background-position: -30px -302px;width: 30px;height: 30px;}
.ww_officialImg_SubFeature13 {background-image: url(../images/officialImages.svg);background-position: -150px -302px;width: 30px;height: 30px;}
.ww_officialImg_SubFeature14 {background-image: url(../images/officialImages.svg);background-position: -210px -302px;width: 30px;height: 30px;}
.ww_officialImg_SubFeature15 {background-image: url(../images/001.svg);width: 24px;height: 25px;}
.ww_officialImg_SubFeature16 {background-image: url(../images/002.svg);width: 24px;height: 25px;}
.ww_officialImg_SubFeature17 {background-image: url(../images/003.svg);width: 24px;height: 25px;}
.ww_officialImg_SubFeature18 {background-image: url(../images/004.svg);width: 24px;height: 25px;}

.servicefir04 .index_cnt_item_list {text-align: left; /* 左对齐 */padding-left: 0; /* 清除默认内边距 */margin-left: 0; /* 清除默认外边距 */}
.servicefir04 .index_cnt_item_list p {position: relative;padding-left:0px; /* 为小圆点留出空间 */margin-bottom: 8px; /* 段落间距 */line-height: 1.6; /* 行高 */font-size: 14px;color: #666;}
.servicefir04 .index_cnt_item_list p::before {position: absolute;left: 0;color: #000; /* 圆点颜色 */font-size: 16px; /* 圆点大小 */}


/*5*/
.servicefir05{width: 100%;font-size:14px; overflow:hidden; padding:10px 0px;text-align:left;border-bottom:0px double #ededed; }
.servicefir05 .lgywm_title { width:100%; height:auto;}
.servicefir05 .lwenzi { width:100%; height:auto; text-align:center;margin:0px auto;border-bottom:0px solid #e4e4e4;}
.servicefir05 .lwenzi p { font-size:16px; color:#303030;line-height:60px;font-weight:100;text-transform : uppercase;}
.servicefir05 .lwenzi p strong {font-size:36px;width:100%;color:#000;line-height:36px;height:36px;padding:2% 0px;font-weight:500;}
.servicefir05 .lwenzi dd{height:1px;overflow:hidden;width:80px;background:#e1e1e1;border-bottom:0px solid #7f7f7f;margin:0px auto;text-align:center;}

.servicefir05 .proclass{margin:30px auto;width:100%;height:auto;overflow:hidden;}
.servicefir05 .proclass ul{margin-top: 50px;}
.servicefir05 .proclass ul li{display:block;float:left;text-align:center;margin-left:19px;font-size:12px;width:21%;margin:0% 2%;height:150px;}
.servicefir05 .proclass ul li p{}
.servicefir05 .proclass ul li p strong{font-size:20px;color: #000;line-height:60px;font-weight:500;}
.servicefir05 .proclass ul li p span{font-size:14px;color: #000;line-height:20px;font-weight:100;}
.servicefir05 .proclass ul li img{}
.servicefir05 .proclass ul li img:hover{}

.servicefir05 .index_cnt_item_list {text-align: left; /* 左对齐 */padding-left: 0; /* 清除默认内边距 */margin-left: 0; /* 清除默认外边距 */}
.servicefir05 .index_cnt_item_list p {position: relative;padding-left: 16px; /* 为小圆点留出空间 */margin-bottom:4px; /* 段落间距 */line-height: 1.6; /* 行高 */font-size: 14px;color: #666;}
.servicefir05 .index_cnt_item_list p::before {content: "•"; /* 小圆点符号 */position: absolute;left: 0;color: #000; /* 圆点颜色 */font-size: 16px; /* 圆点大小 */}


/*二*/
.servicesec{width: 100%;font-size:14px; overflow:hidden; padding:30px 0px;text-align:left;border-bottom:1px double #ededed; }
.servicesec .lgywm_title { width:100%; height:auto;}
.servicesec .lwenzi { width:100%; height:auto; text-align:center;margin:0px auto 0px;border-bottom:0px solid #e4e4e4;}
.servicesec .lwenzi p { font-size:14px; color:#303030;line-height:60px;font-weight:100;text-transform : uppercase;}
.servicesec .lwenzi p strong {font-size:36px;width:100%;color:#f58021;line-height:36px;height:36px;padding:2% 0px;font-weight:300;}
.servicesec .lwenzi dd{height:1px;overflow:hidden;width:80px;background:#e1e1e1;border-bottom:0px solid #7f7f7f;margin:0px auto;text-align:center;}

.servicesec .proclass{margin:0px auto;width:100%;height:auto;overflow:hidden;margin-bottom:30px}
.servicesec .proclass ul{}
.servicesec .proclass ul li{display:block;float:left;text-align:center;margin-left:19px;font-size:12px;width:19%;margin:2% 3%;height:auto;}
.servicesec .proclass ul li p{}
.servicesec .proclass ul li p strong{font-size:14px;color:#000;line-height:28px;font-weight:600;text-align:center;}
.servicesec .proclass ul li p span{font-size:12px;color: #000;line-height:20px;font-weight:100;}
.servicesec .proclass ul li img{}
.servicesec .proclass ul li img:hover{}

.servicesec01{width: 100%;font-size:14px; overflow:hidden; padding:50px 0px;text-align:left;border-bottom:0px double #ededed;}
.servicesec01 .lgywm_title { width:100%; height:auto;}
.servicesec01 .lwenzi { width:100%; height:auto; text-align:center;margin:0px auto;border-bottom:0px solid #e4e4e4;}
.servicesec01 .lwenzi p { font-size:14px; color:#303030;line-height:60px;font-weight:100;text-transform : uppercase;}
.servicesec01 .lwenzi p strong {font-size:36px;width:100%;color:#000;line-height:36px;height:36px;padding:2% 0px;font-weight:500;}
.servicesec01 .lwenzi dd{height:1px;overflow:hidden;width:80px;background:#e1e1e1;border-bottom:0px solid #7f7f7f;margin:0px auto;text-align:center;}

.servicesec01 .proclass{margin:30px auto;width:100%;height:auto;overflow:hidden;}
.servicesec01 .proclass ul{margin-top:30px;}
.servicesec01 .proclass ul li{display:block;float:left;text-align:center;margin-left:19px;font-size:12px;width:44%;margin:0% 3%;height:150px;}
.servicesec01 .proclass ul li p{}
.servicesec01 .proclass ul li p strong{font-size:20px;color: #000;line-height:60px;font-weight:500;}
.servicesec01 .proclass ul li p span{font-size:14px;color: #000;line-height:20px;font-weight:100;}
.servicesec01 .proclass ul li img{}
.servicesec01 .proclass ul li img:hover{}


.servicesec01 .index_cnt_item_title { font-size:26px;font-weight: 500;color: #000;margin-bottom:15px;text-align: left;line-height: 30px;display: flex; /* 添加 flex 布局 */align-items: center; /* 垂直居中对齐 */gap: 8px; /* 图标和文字之间的间距，可选 */}
.servicesec01 .ww_officialImg {float:left;width:96px;height: 96px;padding: 0 20px 15px 0;}
.servicesec01 .SubFeature1 {background: url(../images/ss02_1.png) no-repeat;}
.servicesec01 .SubFeature2 {background: url(../images/ss02_2.png) no-repeat;}
.servicesec01 .SubFeature3 {background: url(../images/ss02_3.png) no-repeat;}
.servicesec01 .SubFeature4 {background: url(../images/ss02_4.png) no-repeat;}
.servicesec01 .SubFeature5 {background: url(../images/ss02_5.png) no-repeat;}
.servicesec01 .SubFeature6 {background: url(../images/ss02_6.png) no-repeat;}
.servicesec01 .SubFeature7 {background: url(../images/ss02_7.png) no-repeat;}
.servicesec01 .SubFeature8 {background: url(../images/ss02_8.png) no-repeat;}
.servicesec01 .SubFeature9 {background: url(../images/ss02_9.png) no-repeat;}

.servicesec01 .index_cnt_item_list {text-align: left; /* 左对齐 */padding-left: 0; /* 清除默认内边距 */margin-left: 0; /* 清除默认外边距 */}
.servicesec01 .index_cnt_item_list p {position: relative;padding-left:0px; /* 为小圆点留出空间 */margin-bottom: 8px; /* 段落间距 */line-height: 1.6; /* 行高 */font-size: 14px;color: #666;}
.servicesec01 .index_cnt_item_list p::before {position: absolute;left: 0;color: #000; /* 圆点颜色 */font-size: 16px; /* 圆点大小 */}

/*三*/
.servicethr{width: 100%;font-size:14px; overflow:hidden; padding:30px 0px;text-align:left;border-bottom:1px double #ededed; }
.servicethr .lgywm_title { width:100%; height:auto;}
.servicethr .lwenzi {width:90%; height:auto; text-align:center;margin:0px auto 0px;border-bottom:0px solid #e4e4e4;}
.servicethr .lwenzi p{font-size:12px; color:#303030;line-height:20px;font-weight:100;text-transform : uppercase;}
.servicethr .lwenzi p strong {font-size:36px;width:100%;color:#f58021;line-height:66px;height:66px;padding:2% 0px;font-weight:300;}
.servicethr .lwenzi dd{height:1px;overflow:hidden;width:80px;background:#e1e1e1;border-bottom:0px solid #7f7f7f;margin:20px auto;text-align:center;}

.servicethr .proclass{margin:0px auto;width:100%;height:auto;overflow:hidden;margin-bottom:30px}
.servicethr .proclass ul{}
.servicethr .proclass ul li{display:block;float:left;text-align:center;margin-left:19px;font-size:12px;width:27.3%;margin:3%;height:auto;}
.servicethr .proclass ul li p{}
.servicethr .proclass ul li p strong{font-size:20px;color: #000;line-height:60px;font-weight:600;}
.servicethr .proclass ul li p span{font-size:12px;color: #000;line-height:20px;font-weight:100;}
.servicethr .proclass ul li img{}
.servicethr .proclass ul li img:hover{}


/*1*/
.servicethr01{width: 100%;font-size:14px; overflow:hidden; padding:50px 0px;text-align:left;border-bottom:0px double #ededed; }
.servicethr01 .lgywm_title { width:100%; height:auto;}
.servicethr01 .lwenzi { width:100%; height:auto; text-align:center;margin:20px auto;border-bottom:0px solid #e4e4e4;}
.servicethr01 .lwenzi p { font-size:16px; color:#303030;line-height:60px;font-weight:100;text-transform : uppercase;}
.servicethr01 .lwenzi p strong {font-size:30px;width:100%;color:#000;line-height:36px;height:36px;padding:2% 0px;font-weight:300;}
.servicethr01 .lwenzi p strong img{width:30px;height: auto;}

.servicethr01 .el-tab{width: auto;height: 47px;border-bottom:1px solid #f2f2f3;flex-shrink: 0;display: flex;justify-content: center; /* 水平居中 */}
.servicethr01 .el-tab ul{display: flex;margin: 0 auto; /* 确保ul本身也居中 */}
.servicethr01 .el-tab ul li{float: none; /* 移除浮动 */display: inline-block; /* 改为行内块元素 */}
.servicethr01 .el-tab ul li a{display: block;padding: 0px 15px;line-height: 45px;font-size: 16px;margin:0 0px 0 5px}
.servicethr01 .el-tab ul li a:hover{border-bottom:0px solid #f58021;color:#f58021;font-weight: bold;}
.servicethr01 .el-tab .curr{border-bottom:3px solid #f58021;color:#f58021;font-weight: bold;}
/**/
.servicethr01 .customer-list{width: 100%;height:auto;overflow: hidden;background: #f5f7fa;}
.servicethr01 .customer-list ul {}
.servicethr01 .customer-list ul li{}
.servicethr01 .customer-list ul li a {display: block; width:auto;padding:16px;height:auto;}

.servicethr01 .customer-list ul li .name-box{float:left;width:80%;padding:6% 10% 0%  10%;}
.servicethr01 .customer-list ul li .name-box .name{flaot:left;width: 100%; font-size:30px;color:#f58021;line-height:50px;margin-bottom: 20px;}
.servicethr01 .customer-list ul li .name-box .time{float:left;width: 100%; font-size:14px;color:#000;line-height: 24px;margin-bottom: 15px;}
.servicethr01 .customer-list ul li .name-box .nmore{float:left;width: 100%; font-size:14px;color:#0B121A99;line-height: 24px;}
.servicethr01 .customer-list ul li a:hover{}
.servicethr01 .customer-list .cur{background:#f2f5fb;}

.servicethr01 .customer-list ul li .avatar-boxdan{float:right;width:100%;height:auto;padding-right: 0px;background: #f5f7fa;}
.servicethr01 .customer-list ul li .avatar-boxdan img{width:80%; height:auto;border-radius:0px;text-align: center;padding:5% 10%;}

.servicethr01 .customer-list .tab-content {display: none;}
.servicethr01 .customer-list .tab-content.active {display: block;}


/*四*/
.servicefour01 {width: 100%;font-size:14px; overflow:hidden; padding:40px 0px;text-align:left;border-top:1px double #ededed;border-bottom:1px double #ededed; }
.servicefour01 .left{float:left;width:90%;margin:0 5%;}
.servicefour01 .left img{max-width:100%;height: auto;display: block;margin: 0 auto;padding:5px 0;float: left;}
.servicefour01 .right{float:left;width:100%;margin:5% 0% 2% 0%;text-align:left;}
.servicefour01 .right h1{text-align:left;font-size:20px;color:#000;line-height:26px;font-weight:600;margin:15px 0;}
.servicefour01 .right p{text-align:left;margin:0.0em 0;text-indent:0em;line-height:26px;font-size:16px;color:#777777;width: 96%;margin:15px 0;}
.servicefour01 .right dd {margin-top: 25px;}
.servicefour01 .right dd a{float:left;font-size:20px;color: #fff;padding: 8px 10px;line-height: 36px;border-radius:6px;width: 200px; text-align:center;color:#fff;border:1px solid #fff;background-image: linear-gradient(to right,#f5b881,#ec832e);}
.servicefour01 .right dd a:hover{background-image: linear-gradient(to right,#f58021,#f58021);}

.servicefour01 .tbb {width: 99%;display: flex;flex-wrap: wrap;border-radius: 4px;overflow: hidden;border: 1px solid #e1e8ed;}
.servicefour01 .tbb ul {width: 100%;display: flex;flex-wrap: wrap;list-style: none;}
.servicefour01 .tbb li {width: 31%;padding:15px 1%;text-align: center;border-right: 1px solid #e1e8ed;border-bottom: 1px solid #e1e8ed;background-color: #f8f9fa;transition: all 0.3s ease;font-weight: 500;color: #34495e;cursor: pointer;display: flex;align-items: center;justify-content: center;}
/* 每行第三个元素去掉右边框 */
.servicefour01 .tbb li:nth-child(3n) {border-right: none;}
/* 最后一行元素去掉底部边框 */
.servicefour01 .tbb li:nth-last-child(-n+3) {border-bottom: none;}
.servicefour01 .tbb li:hover {background-color: #f5b881;color: white;}
.servicefour01 .tbb li:active {transform: translateY(0);}

/*1*/
.servicefour{width: 100%;font-size:14px; overflow:hidden; padding:20px 0px;text-align:left;border-bottom:1px double #ededed; }
.servicefour .lgywm_title { width:100%; height:auto;}
.servicefour .lwenzi { width:100%; height:auto; text-align:center;margin:10px auto 0px;border-bottom:0px solid #e4e4e4;}
.servicefour .lwenzi p { font-size:12px; color:#303030;line-height:26px;font-weight:100;text-transform : uppercase;}
.servicefour .lwenzi p strong {font-size:26px;width:100%;color:#f58021;line-height:30px;height:30px;padding:5% 0px;font-weight:300;}
.servicefour .lwenzi dd{height:1px;overflow:hidden;width:80px;background:#e1e1e1;border-bottom:0px solid #7f7f7f;margin:0px auto;text-align:center;margin-top: 8px;}

.servicefour .proclass{margin:20px auto;width:100%;height:auto;overflow:hidden;margin-bottom:10px}
.servicefour .proclass ul{}
.servicefour .proclass ul li{display:block;float:left;text-align:center;margin-left:19px;font-size:12px;width:21%;margin:2%;height:auto;}
.servicefour .proclass ul li p{}
.servicefour .proclass ul li p strong{font-size:14px;color: #000;line-height:40px;font-weight:500;}
.servicefour .proclass ul li p span{font-size:12px;color: #000;line-height:20px;font-weight:100;}
.servicefour .proclass ul li img{width: 98%;}
.servicefour .proclass ul li img:hover{}

.servicefour .imgcol{width:100%;margin:10px auto;height: auto;overflow:hidden;text-align: center}
.servicefour .imgcol img{margin:0 auto;height: auto; width: auto\9; width:100%;}
	
/*五*/		
.servicefive{width: 100%;font-size:14px; overflow:hidden; padding:10px 0px;text-align:left;border-bottom:0px double #ededed; }
.servicefive .lgywm_title { width:100%; height:auto;}
.servicefive .lwenzi { width:100%; height:auto; text-align:center;margin:0px auto 0px;border-bottom:0px solid #e4e4e4;}
.servicefive .lwenzi p { font-size:14px; color:#303030;line-height:24px;font-weight:100;text-transform : uppercase;}
.servicefive .lwenzi p strong {font-size:36px;width:100%;color:#f58021;line-height:66px;height:66px;font-weight:300;}
.servicefive .lwenzi dd{height:1px;overflow:hidden;width:80px;background:#e1e1e1;border-bottom:0px solid #7f7f7f;margin:10px auto;text-align:center;}

.servicefive .proclass{margin:0px auto;width:100%;height:auto;overflow:hidden;margin-bottom:30px}
.servicefive .proclass ul{}
.servicefive .proclass ul li{display:block;float:left;text-align:center;margin-left:19px;font-size:12px;width:21%;margin:2%;height:auto;}
.servicefive .proclass ul li p{}
.servicefive .proclass ul li p strong{font-size:20px;color: #f58021;line-height:60px;font-weight:500;}
.servicefive .proclass ul li p span{font-size:12px;color: #000;line-height:20px;font-weight:100;}
.servicefive .proclass ul li img{width:120px;height: 120px;}
.servicefive .proclass ul li img:hover{}
	
/*六*/
.servicesix{width: 100%;font-size:14px; overflow:hidden; padding:30px 0px;text-align:left;border-bottom:0px double #ededed; }
.servicesix .lgywm_title { width:100%; height:auto;}
.servicesix .lwenzi { width:100%; height:auto; text-align:center;margin:0px auto 0px;border-bottom:0px solid #e4e4e4;}
.servicesix .lwenzi p { font-size:14px; color:#303030;line-height:40px;font-weight:100;text-transform : uppercase;}
.servicesix .lwenzi p strong {font-size:36px;width:100%;color:#f58021;line-height:36px;height:36px;padding:2% 0px;font-weight:300;}
.servicesix .lwenzi dd{height:1px;overflow:hidden;width:80px;background:#e1e1e1;border-bottom:0px solid #7f7f7f;margin:0px auto;text-align:center;}

.servicesix .proclass{margin:0px auto;width:100%;height:auto;overflow:hidden;margin-bottom:30px}
.servicesix .proclass ul{}
.servicesix .proclass ul li{display:block;float:left;text-align:center;margin-left:19px;font-size:12px;width:21%;margin:2%;height:auto;}
.servicesix .proclass ul li p{}
.servicesix .proclass ul li img{width: 120px;height: 120px;}
.servicesix .proclass ul li p strong{font-size:30px;color: #000;line-height:60px;font-weight:500;}
.servicesix .proclass ul li p span{font-size:14px;color: #000;line-height:20px;font-weight:100;}
.servicesix .proclass ul li img{width: 100px;height: 100px;}
.servicesix .proclass ul li img:hover{}


.servicesix01{width: 100%;font-size:14px; overflow:hidden; padding:30px 0px;text-align:left;border-bottom:0px double #ededed;background: linear-gradient(135deg, #00feff, #1261ff 46%, #8157ff);}
.servicesix01 .lgywm_title { width:100%; height:80px;}
.servicesix01 .lwenzi { width:100%; height:auto; text-align:center;margin:20px auto 0px;border-bottom:0px solid #e4e4e4;}
.servicesix01 .lwenzi p { font-size:14px; color:#303030;line-height:60px;font-weight:100;text-transform : uppercase;}
.servicesix01 .lwenzi p strong {font-size:36px;width:100%;color:#fff;line-height:36px;height:36px;padding:2% 0px;font-weight:300;}
.servicesix01 .lwenzi dd{height:1px;overflow:hidden;width:80px;background:#e1e1e1;border-bottom:0px solid #7f7f7f;margin:0px auto;text-align:center;}

.servicesix01 .proclass{margin:0px auto;width:90%;height:auto;overflow:hidden;margin-bottom:30px}
.servicesix01 .proclass ul{display: flex;flex-wrap: wrap;justify-content: center;}
.servicesix01 .proclass ul li{display:block;float:left;text-align:center;font-size:12px; width: calc(20% - 40px); /* 5个元素每行 */;height:auto;background:#fff;display: flex;flex-direction: column;align-items: center;justify-content: center;border-radius: 12px;box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); margin: 10px; /* 左右上下对称间距 */padding: 20px 10px;}
.servicesix01 .proclass ul li a {display: flex;flex-direction: column;align-items: center;width: 100%;height: 100%;}
.servicesix01 .proclass ul li p{}
.servicesix01 .proclass ul li img{width: 80px;height: 80px;object-fit: contain; /* 保持比例 */}
.servicesix01 .proclass ul li p strong{font-size:26px;color: #000;line-height:40px;font-weight:500;}
.servicesix01 .proclass ul li img{}
.servicesix01 .proclass ul li img:hover{}
.servicesix01 .proclass ul li:hover {transform: translateY(-5px);box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);}


.servicesix02{width: 100%;font-size:14px; overflow:hidden; padding:10px 0px;text-align:left;border-bottom:0px double #ededed;}
.servicesix02 .lgywm_title { width:100%; height:80px;}
.servicesix02 .lwenzi { width:100%; height:auto; text-align:center;margin:20px auto 0px;border-bottom:0px solid #e4e4e4;}
.servicesix02 .lwenzi p { font-size:14px; color:#303030;line-height:60px;font-weight:100;text-transform : uppercase;}
.servicesix02 .lwenzi p strong {font-size:36px;width:100%;color:#000;line-height:36px;height:36px;padding:2% 0px;font-weight:500;}
.servicesix02 .lwenzi dd{height:1px;overflow:hidden;width:80px;background:#e1e1e1;border-bottom:0px solid #7f7f7f;margin:0px auto;text-align:center;}

.servicesix02 .proclass{margin:0px auto;width:100%;height:auto;overflow:hidden;margin-bottom:10px}
.servicesix02 .proclass ul{display: flex;flex-wrap: wrap;justify-content: center;}
.servicesix02 .proclass ul li{display:block;float:left;text-align:center;font-size:12px; width: calc(50% - 65px); /* 5个元素每行 */;height:auto;background:#fff;display: flex;flex-direction: column;align-items: center;justify-content: center;border-radius: 8px;margin:20px; /* 左右上下对称间距 */padding: 20px 10px;border:1px solid #f0f2f8;}
.servicesix02 .proclass ul li a {display: flex;flex-direction: column;align-items: center;width: 100%;height: 100%;padding:30px 0 10px 0;}
.servicesix02 .proclass ul li p{padding:20px 30px;}
.servicesix02 .proclass ul li img{width:140px;height:140px;object-fit: contain; /* 保持比例 */}
.servicesix02 .proclass ul li p strong{font-size:26px;color: #000;line-height:40px;font-weight:500;}
.servicesix02 .proclass ul li p span{font-size:14px;color: #000;line-height:20px;font-weight:100;}
.servicesix02 .proclass ul li img{}
.servicesix02 .proclass ul li img:hover{}

/*七*/
.servicesev{width: 100%;font-size:14px; overflow:hidden; padding:30px 0px;text-align:left;border-bottom:0px double #ededed; }
.servicesev .lgywm_title { width:100%; height:auto;}
.servicesev .lwenzi { width:100%; height:auto; text-align:center;margin:0px auto 0px;border-bottom:0px solid #e4e4e4;}
.servicesev .lwenzi p { font-size:14px; color:#303030;line-height:60px;font-weight:100;text-transform : uppercase;}
.servicesev .lwenzi p strong {font-size:36px;width:100%;color:#f58021;line-height:36px;height:36px;padding:2% 0px;font-weight:500;}
.servicesev .lwenzi dd{height:1px;overflow:hidden;width:80px;background:#e1e1e1;border-bottom:0px solid #7f7f7f;margin:0px auto;text-align:center;}

.servicesev .proclass{margin:0px auto;width:100%;height:auto;overflow:hidden;margin-bottom:30px}
.servicesev .proclass ul{}
.servicesev .proclass ul li{display:block;float:left;text-align:center;margin-left:19px;font-size:12px;width:21%;margin:2%;height:auto;}
.servicesev .proclass ul li p{}
.servicesev .proclass ul li p strong{font-size:16px;color: #000;line-height:60px;font-weight:600;}
.servicesev .proclass ul li p span{font-size:12px;color: #000;line-height:20px;font-weight:100;}
.servicesev .proclass ul li img{width: 120px;height:120px;}
.servicesev .proclass ul li img:hover{}

/*1*/
.servicesev01{width: 100%;font-size:14px; overflow:hidden; padding:50px 0px;text-align:left;border-bottom:0px double #ededed; }
.servicesev01 .lgywm_title { width:100%; height:auto;}
.servicesev01 .lwenzi { width:100%; height:auto; text-align:center;margin:20px auto;border-bottom:0px solid #e4e4e4;}
.servicesev01 .lwenzi p { font-size:16px; color:#303030;line-height:60px;font-weight:100;text-transform : uppercase;}
.servicesev01 .lwenzi p strong {font-size:30px;width:100%;color:#000;line-height:36px;height:36px;padding:2% 0px;font-weight:500;}
.servicesev01 .lwenzi p strong img{width:30px;height: auto;}

.servicesev01 .el-tab{width: auto;height: 47px;border-bottom:1px solid #f2f2f3;flex-shrink: 0;display: flex;justify-content: center; /* 水平居中 */}
.servicesev01 .el-tab ul{display: flex;margin: 0 auto; /* 确保ul本身也居中 */}
.servicesev01 .el-tab ul li{float: none; /* 移除浮动 */display: inline-block; /* 改为行内块元素 */}
.servicesev01 .el-tab ul li a{display: block;padding: 0px 15px;line-height: 45px;font-size: 16px;margin:0 0px 0 5px}
.servicesev01 .el-tab ul li a:hover{border-bottom:0px solid #f58021;color:#f58021;font-weight: bold;}
.servicesev01 .el-tab .curr{border-bottom:3px solid #f58021;color:#f58021;font-weight: bold;}
/**/
.servicesev01 .customer-list{width: 100%;height:400px;overflow: hidden;background-image: linear-gradient(to top,#fdfbff,#fff);}
.servicesev01 .customer-list ul {}
.servicesev01 .customer-list ul li{}
.servicesev01 .customer-list ul li a {display: block; width:auto;padding:16px;height:auto;}

.servicesev01 .customer-list ul li .name-box{float:left;width:30%;padding:8% 2%;}
.servicesev01 .customer-list ul li .name-box .name{flaot:left;width: 100%; font-size:30px;color:#000;line-height:50px;margin-bottom: 20px;}
.servicesev01 .customer-list ul li .name-box .time{float:left;width: 100%; font-size:14px;color:#000;line-height: 24px;margin-bottom: 10px;}
.servicesev01 .customer-list ul li .name-box .nmore{float:left;width: 100%; font-size:14px;color:#0B121A99;line-height: 24px;}
.servicesev01 .customer-list ul li a:hover{}
.servicesev01 .customer-list .cur{background:#f2f5fb;}

.servicesev01 .customer-list ul li .avatar-boxdan{float:right;width:60%;height:400px;padding-right: 10px;}
.servicesev01 .customer-list ul li .avatar-boxdan img{width:100%; height:auto;border-radius:0px;text-align: center;padding:20px 30px 0 0 ;}

.servicesev01 .customer-list .tab-content {display: none;}
.servicesev01 .customer-list .tab-content.active {display: block;}

/*2*/
.servicesev02{width: 100%;font-size:14px; overflow:hidden; padding:50px 0px;text-align:left;border-bottom:0px double #ededed; }
.servicesev02 .lgywm_title { width:100%; height:auto;}
.servicesev02 .lwenzi { width:100%; height:auto; text-align:center;margin:20px auto;border-bottom:0px solid #e4e4e4;}
.servicesev02 .lwenzi p { font-size:16px; color:#303030;line-height:60px;font-weight:100;text-transform : uppercase;}
.servicesev02 .lwenzi p strong {font-size:30px;width:100%;color:#000;line-height:36px;height:36px;padding:2% 0px;font-weight:500;}
.servicesev02 .lwenzi p strong img{width:30px;height: auto;}

.servicesev02 .el-tab1{width: auto;height: 47px;border-bottom:1px solid #f2f2f3;flex-shrink: 0;display: flex;justify-content: center; /* 水平居中 */}
.servicesev02 .el-tab1 ul{display: flex;margin: 0 auto; /* 确保ul本身也居中 */}
.servicesev02 .el-tab1 ul li{float: none; /* 移除浮动 */display: inline-block; /* 改为行内块元素 */}
.servicesev02 .el-tab1 ul li a{display: block;padding: 0px 15px;line-height: 45px;font-size: 16px;margin:0 0px 0 5px}
.servicesev02 .el-tab1 ul li a:hover{border-bottom:0px solid #f58021;color:#f58021;font-weight: bold;}
.servicesev02 .el-tab1 .curr{border-bottom:3px solid #f58021;color:#f58021;font-weight: bold;}
/**/
.servicesev02 .customer-list1{width: 100%;height: 400px;overflow: hidden;background-image: linear-gradient(to top,#fdfbff,#fff);}
.servicesev02 .customer-list1 ul {}
.servicesev02 .customer-list1 ul li{}
.servicesev02 .customer-list1 ul li a {display: block; width:auto;padding:16px;height:auto;}

.servicesev02 .customer-list1 ul li .name-box{float:right;width:48%;padding:8% 0%;}
.servicesev02 .customer-list1 ul li .name-box .name{flaot:left;width: 100%; font-size:20px;color:#000;line-height:40px;margin-bottom: 10px;}
.servicesev02 .customer-list1 ul li .name-box .time{float:left;width: 100%; font-size:12px;color:#000;line-height: 20px;margin-bottom: 0px;}
.servicesev02 .customer-list1 ul li .name-box .nmore{float:left;width: 100%; font-size:12px;color:#0B121A99;line-height: 24px;}
.servicesev02 .customer-list1 ul li a:hover{}
.servicesev02 .customer-list1 .cur{background:#f2f5fb;}

.servicesev02 .customer-list1 ul li .avatar-boxdan{float:left;width:48%;height: 400px;padding-right: 0px;}
.servicesev02 .customer-list1 ul li .avatar-boxdan img{width:100%; height:auto;border-radius:0px;text-align: center;padding:20px 0px 30px 0 ;}

.servicesev02 .customer-list1 .tab-content {display: none;}
.servicesev02 .customer-list1 .tab-content.active {display: block;}

/*八*/
.serviceeig{width: 100%;font-size:14px; overflow:hidden; padding:30px 0px;text-align:left;border-bottom:0px double #ededed; }
.serviceeig .lgywm_title { width:100%; height:auto;}
.serviceeig .lwenzi { width:100%; height:auto; text-align:center;margin:0px auto 0px;border-bottom:0px solid #e4e4e4;}
.serviceeig .lwenzi p{font-size:12px; color:#303030;line-height:40px;font-weight:100;text-transform : uppercase;}
.serviceeig .lwenzi p strong {font-size:36px;width:100%;color:#f58021;line-height:36px;height:36px;padding:2% 0px;font-weight:500;}
.serviceeig .lwenzi dd{height:1px;overflow:hidden;width:80px;background:#e1e1e1;border-bottom:0px solid #7f7f7f;margin:0px auto;text-align:center;}

.serviceeig .proclass{margin:0px auto;width:100%;height:auto;overflow:hidden;margin-bottom:30px}
.serviceeig .proclass ul{}
.serviceeig .proclass ul li{display:block;float:left;text-align:center;font-size:14px;width:23.3%;margin:1% 5%;height:auto;}
.serviceeig .proclass .title{font-size:26px;line-height: 46px;margin:10px 0;}

.qy_indexIcon {display: inline-block;overflow: hidden;font-size: 0;line-height: 0;}
.qy_indexIcon_v1 {background-image: url(../images/ss08_1.png);background-position: -380px -811px;width: 180px;height: 140px;}
.qy_indexIcon_v2 {background-image: url(../images/ss08_1.png);background-position: 0 -211px;width: 180px;height: 140px;}
.qy_indexIcon_v3 {background-image: url(../images/ss08_1.png);background-position: 0 -811px;width: 180px;height: 140px;}
.qy_indexIcon_v4 {background-image: url(../images/ss08_1.png);background-position: -760px -661px;width: 180px;height: 140px;}
.qy_indexIcon_v5 {background-image: url(../images/ss08_1.png);background-position: -570px -511px;width: 180px;height: 140px;}
.qy_indexIcon_v6 {background-image: url(../images/ss08_1.png);background-position: -762px -211px;width: 180px;height: 140px;}

.serviceeig .proclass ul li a:hover{color:#f58021;font-weight: bold;}	
	
}

@media screen and (min-width:768px) and (max-width:1023px)
{
.ndiv{display:none;}
	
.top_header{margin:0 auto; height:61px;width:100%;position:absolute;display:block;z-index:9999;left:0px;right:0px;top:35px; }
.topheader{width:100%;border-top:0px solid #41aa45;height:61px;}
.topheadercol{width:90%;height:208px;margin:0 auto;color:#fff;}

.topheaderight{margin-right:0px;float:right;width:240px;overflow:hidden;text-align:right;}
.topheaderight p{display:none;}

.top_header .logo{float:left;width:70%;z-index:9999;}
.top_header .logo img{display:inline-block;text-align:left;float:left;height: auto; width: auto\9; width:80%;}
		
.topheaderight img{display:none;}
.nav__trigger { top:20px!important;margin-right:20px;}
	
.nav dt{width: 96%; margin: 0px auto; height:50px;text-align: left;padding:20px 0px 30px 0px;border-bottom:solid 1px rgba(255, 255, 255, 0.2);margin-bottom: 20px;}
.nav dt img{float:left; padding:5px 0 10px 10px;display: block;height: auto; width: auto\9; width:60%;}
	
.accordion {width: 96%;margin: 0px auto;}
.accordion li{width: 33.3%; display: block;font-size:26px;color: #000;font-weight: bold;text-align: left;text-transform:uppercase;float:left;line-height:56px;}
.accordion li a{padding-left:5px;font-size: 26px;}
.accordion li ul{}
.accordion li ul li{width:96%; font-weight: 100;font-size:16px;color:#EFEFEF;padding:4px 5px;text-transform:none;border-bottom:solid 0px #eaeaea;line-height:20px;}
.accordion li ul li a{color:#EFEFEF;padding-left:2px;border-bottom:solid 0px #eaeaea;font-size:16px;}
	
	
.nltext{position:absolute;z-index:30; left:0;width:100%;top:35%; text-transform: uppercase;display:none;}
.nltext h3{margin:0px auto;width:90%;font-size:18px;line-height:26px;color:#fff;margin-bottom:0px;text-align:left;font-weight: 100;}
.nltext h1{margin:0px auto;width:90%;font-size:26px;line-height:36px;color:#fff;margin-bottom:30px;text-align:left;font-weight: 100;letter-spacing:0px;}
.nltext p {width: 90%; /* 修改为100%让容器足够宽 */height: auto;margin: 0 auto;text-align: left; /* 使内容居中 */display: flex; /* 使用flex布局 */gap: 20px; /* 两个按钮之间的间距 */}
.nltext p a{font-size: 12px;color: #fff;padding: 6px 20px;line-height: 26px;border-radius: 30px;width: 100px; text-align: center;color:#fff;border:1px solid #fff;}
.nltext p a:hover {background:#fff;color:#000;}
	

.fircol{margin:0px auto;width:100%;height:auto;margin-top:0px;overflow:hidden;}
.fircolbox{width:90%;height:auto;margin:30px auto;text-align:left;color:#000;overflow:hidden;}
.fircolbox .title{width:100%;height:auto;margin:30px auto;overflow:hidden;}
.fircolbox .title p{float:left;color:#333333;font-size: 36px;line-height: 56px;font-weight: 100;}
.fircolbox .title p strong{color:#f58021;font-size: 50px;line-height: 56px;}
.fircolbox .title span{float:right;color:#595757;font-size: 16px;padding-top:80px;}
.fircolbox ul li{width: 48.8%;float:left;margin-right: 2%;margin-bottom: 2%;}
.fircolbox ul li a{float:left;display:block;width:80%;padding:10%;background:url(../images/firpro1.jpg) center top no-repeat;background-size:cover;border:1px solid #e8e8e8;border-radius: 30px;}
.fircolbox ul li a h3{color:#f58021;font-size:32px;padding:50px 0 30px 0;line-height: 42px;height: 84px;}
.fircolbox ul li a p{margin: 20px 0; height:200px; color:#6a6a6a;font-size:14px;line-height:20px;}
.fircolbox ul li a span{color:#eb832d;font-size: 14px;line-height: 26px;font-weight: 100;}
.fircolbox ul li:nth-child(4n) {margin-right: 0%}
.fircolbox ul li:nth-child(2n) {margin-right: 0%}	
.fircolbox ul li a:hover{background:url(../images/firpro2.jpg) center top no-repeat;background-size:cover;}
.fircolbox ul li a:hover h3{color:#fff;}
.fircolbox ul li a:hover p{color:#fff;}	

	
/**/
.seccol{margin:0px auto;width:100%;height:1025px;margin-top:0px;overflow:hidden;background:url(../images/secbg.jpg) center top no-repeat;background-size:cover;}
.seccolbox{margin:0px auto;width:100%;height:auto;overflow:hidden;}
.seccolbox .secleft{margin:0px auto;width:100%;height: auto;overflow:hidden;}
.seccolbox .secleft .title{padding:8% 10% 0%  10%;width:80%;height: auto;overflow:hidden;}
.seccolbox .secleft .title dd{width: 140px;height: 4px;background:#f3af73;margin-top:70px;margin-bottom: 20px}
.seccolbox .secleft .title h3{color:#f58021;font-size: 36px;line-height: 36px;text-align: left;width: 100%}
.seccolbox .secleft .title h1{color:#333333;font-size: 20px;line-height: 36px;text-align: left;width: 100%;margin-bottom: 10px;font-weight:500;}
.seccolbox .secleft .title p{color:#000;font-size: 12px;line-height: 22px; text-align: left;width: 100%;margin-bottom: 10px;}
.seccolbox .secleft .title span a{float:left;font-size: 12px;color: #fff;padding: 6px 10px;line-height: 30px;border-radius: 30px;width: 140px; text-align:center;color:#fff;border:1px solid #fff;background-image: linear-gradient(to right,#f5b881,#ec832e);}
.seccolbox .secleft .title span a:hover{background-image: linear-gradient(to right,#f58021,#f58021);}

.seccolbox .secright{float:left;margin:30px auto;width:100%;height: auto;overflow:hidden;}
.seccolbox .secright p img{height: auto; width: auto\9; width:84%;}

.seccollist{width:80%;height:auto;margin:0px auto;text-align:center;color:#000;overflow:hidden;}
.seccollist ul{width:100%;margin-top:0px;}
.seccollist ul li{width:23%;padding:1%;float: left;color:#000;font-size:24px;text-align:center;}
.seccollist ul li strong{height:auto;text-align:center;font-size:12px;font-weight: 100;}
.seccollist ul li span{height:auto;text-align:center;font-size:12px;line-height:50px;padding-left:5px;color:#000;font-weight: 500;transform: skewX(-10deg);display: inline-block;}
.seccollist ul li d1,.seccollist ul li d2,.seccollist ul li d3,.seccollist ul li d4{height:50px;text-align:center;font-size:40px;color:#000;font-weight: 800;transform: skewX(-10deg);display: inline-block;}

/**/
.thrCol{margin:0px auto;width:100%;height:450px;overflow:hidden;background:url(../images/thrbg.jpg) center top no-repeat;background-size:cover;}
.thrCol .title{margin:0px auto;width:100%;height:auto;margin-top:50px;position:absolute;z-index:30;}
.thrCol .title h3{font-size: 50px;line-height: 56px;text-align: center;color:#fff;font-weight:500;}
.thrCol .title p{margin:0px auto;width:100%;text-align:center;font-size:36px;color:#fff;line-height:56px;font-weight:100;text-transform : uppercase;}

.thrColbox{margin:0px auto;width:78%;height:450px;overflow:hidden;}
.thrColbox ul{}
.thrColbox ul li{float:left;width:16.4%;height:450px; margin-left:0px;border-right:1px solid rgba(255, 255, 255, 0.2);}
.thrColbox ul li a{ display:block; width:100%;height:450px;height:auto; text-align:center;}
.thrColbox ul li a p{text-align:center;width: 100%;line-height:36px;font-size:16px;color: #fff;font-weight:500;}

.thrColbox ul li .secimg{width:100%;height:160px;margin:0px auto;overflow: hidden;border-radius:0px;margin-top: 300px;}
.thrColbox ul li .secimg img{width:80%;height:auto;cursor: pointer;transition: all 0.9s;}
.thrColbox ul li .secimg img:hover{transform: scale(1.01);}
.thrColbox ul li:hover p{font-weight: 800}
.thrColbox ul li:hover{background-image: linear-gradient(to bottom,rgba(234, 87, 14, 0.1),rgba(234, 87, 14, 1));}
.thrColbox ul li:first-child {border-left:1px solid rgba(255,255,255,0.2);}


/**/
.fiveCol{width:100%;height:auto;margin:0px auto;text-align:left;color:#000;overflow:hidden;background:#f7f7f7}
.fiveCol .title{width:90%;height:auto;margin:50px auto;overflow:hidden;}
.fiveCol .title p{float:left;color:#333333;font-size: 36px;line-height: 56px;font-weight: 100;}
.fiveCol .title p strong{color:#f58021;font-size: 50px;line-height: 56px;}
.fiveCol .title span{float:right;color:#595757;font-size: 16px;padding-top:80px;}
.fiveColbox{width:90%;height:auto;margin:0px auto;overflow:hidden;margin-bottom: 80px;}
.fiveColbox .fiveleft{float:left;width: 100%;margin-bottom: 20px;}
.fiveColbox .fiveright{float:left;width: 100%;}

.fiveColbox .fiveleft .nnews{width:100%;height:572px;overflow:hidden;position: relative;background:#000;}
.fiveColbox .fiveleft .nnews img{filter:alpha(opacity=70); -moz-opacity:0.7;opacity:0.7;width: 100%;height: 100%}
.fiveColbox .fiveleft .nnews a:hover img{filter:alpha(opacity=40); -moz-opacity:0.4;opacity:0.4;}

.nnewscol{position:absolute;z-index:3;width:84%;padding:0 8%;bottom:10%;}
.nnewscol time{font-size:36px;line-height:26px;color:#fff;text-align: left;font-weight:500;}
.nnewscol time strong{font-size:20px;line-height:26px;color:#fff;text-align: left;font-weight:500;}
.nnewscol h1{font-size:24px;line-height:36px;color:#fff;text-align: left;font-weight:500;height: 72px;margin:30px 0 20px 0;}
.nnewscol span {float:left;font-size: 16px;color: #fff;padding: 8px 10px;line-height: 36px;border-radius: 30px;width: 180px; text-align:center;color:#fff;border:1px solid #fff;background-image: linear-gradient(to right,#f5b881,#ec832e);}

.fiveColbox .fiveright ul{}
.fiveColbox .fiveright ul li{float:left;width:49%;height: 280px;background: #fff;margin-right:2%;margin-bottom: 2%}
.fiveColbox .fiveright ul li a{display:block;padding: 8%;width: 84%;}
.fiveColbox .fiveright ul li a h3{color:#000;font-size: 22px;line-height:26px;text-align: left;font-weight: 500;height: 78px;margin-bottom: 20px;overflow:hidden;}
.fiveColbox .fiveright ul li a h1{color:#000;font-size: 12px;line-height: 26px;text-align: left;font-weight: 100;height: 52px;margin-bottom: 20px;overflow:hidden;}
.fiveColbox .fiveright ul li a p{border-top:1px solid #969696;padding-top: 20px;}
.fiveColbox .fiveright ul li a p span{float:left;color:#000;line-height: 26px;font-size: 14px;}
.fiveColbox .fiveright ul li a p i{float:right;padding:0px 10px 0px 8px;color:#fff;line-height: 26px;font-size: 12px;background:#ec832e;border-radius: 50%;font-weight: 100;}

.fiveColbox .fiveright ul li:nth-child(2n) {margin-right: 0%}
.fiveColbox .fiveright ul li:nth-child(4n) {margin-right: 0%}

.fiveColbox .fiveright ul li:hover{background: linear-gradient(135deg, #f5b881, #ec832e);}
.fiveColbox .fiveright ul li:hover h3{color:#fff;}
.fiveColbox .fiveright ul li:hover h1{color:#fff;}
.fiveColbox .fiveright ul li:hover p{border-top:1px solid #fff;}
.fiveColbox .fiveright ul li:hover p span{color:#fff;}
.fiveColbox .fiveright ul li:hover p i{color:#ec832e;background:#fff;}
	
/*footer */
.bottom{margin:0px auto;width:100%;height:auto;background:#222222;overflow:hidden;}
.footcol{margin:0px auto;width:100%;height:18px;background-image: linear-gradient(to right,#f5b881,#ec832e);}
.footlist{width:90%;margin:60px auto;height:auto;overflow:hidden;}
.footlistleft{float:left;width: 22%;height: 281px; border-right:1px solid rgba(255, 255, 255, 0.08);overflow:hidden;text-align: left;}
.footlistleft h1{width:90%;margin-bottom: 50px;}
.footlistleft h1 img{height: auto; width: auto\9; width:80%;}
.footlistleft h2{width:90%;height: 50px;background:url(../images/botlogotelbg.png) right top no-repeat;background-size:cover;overflow:hidden;}
.footlistleft h2 dd{float:left;width:20px;height: 50px; text-align: center;overflow:hidden;padding-right:2px;}
.footlistleft h2 dd img{width: 15px;height: 21px;padding-left:3px;padding-top:15px;}
.footlistleft h2 p{height: 45px;float:left;color: #fff;font-size: 12px;font-weight: 500;line-height:16px;text-indent:4px;padding-top: 2px;overflow:hidden;}
.footlistleft h2 p strong{font-size:14px;font-weight:600;line-height:18px;font-style:italic;}
	
.footlistmid{float:left;width: 55%;margin-left:4%;overflow:hidden;text-align: left}
.footlistright{float:right;width: 14%;height: 281px;border-left:1px solid rgba(255, 255, 255, 0.08);overflow:hidden;text-align: right;}
.footlistright img{height: auto; width: auto\9; width:80%;}	
	
.footlistmid ul{float:left;width: 24%;margin-left:1%;height: 281px;}
.footlistmid h1{font-size: 22px;line-height:26px;padding-bottom: 30px;color:#f58021;font-weight: 500;}
.footlistmid ul li{}
.footlistmid ul li a{display:block;line-height:26px;width:100%;text-align:left;font-size:12px;color:#656f76;}

.footlistlink{width:90%;margin:20px auto;height:auto;overflow:hidden;padding: 30px 0 10px 0;border-top:1px solid rgba(255, 255, 255, 0.08);}
.footlistlink .left{width:70%;float:left;}
.footlistlink .right{width:15%;float:right;margin-top: 10px;}

.footlistlink .left h1{color:#fff;text-align: left;font-size: 24px;font-weight: 500;line-height: 40px;}
.footlistlink .left p{color:#fff;text-align: left;font-size: 16px;font-weight: 500;line-height: 26px;}
.footlistlink .left p a{display:block;float:left;line-height:36px;margin-right:10px; text-align: left;font-size:14px;color:#fff;}
.footlistlink .left p a:link,.footlistlink .left p a:visited{color:#fff;}
.footlistlink .left p a:hover{color:#fff;}

.footlistlink .right p{color:#fff;text-align:right;font-size: 16px;font-weight: 500;line-height: 36px;}
.footlistlink .right p a{float:right;display: flex; /* 改为 flex 布局 */align-items: center; /* 垂直居中 */color:#fff;text-align:center;font-size:16px;line-height: 36px;margin-bottom: 10px;border-radius:10px;width:130px; padding: 15px 30px; padding-left: 20px; line-height: normal; /* 重置 line-height */border:1px solid rgba(255, 255, 255, 1);}
.footlistlink .right p a img{vertical-align: middle; /* 可选，确保图片本身垂直居中 */margin-right:4px; /* 添加图片和文字之间的间距 */}
.footlistlink .right p a:hover{color:#fff;background: linear-gradient(135deg, #f5b881, #ec832e);border:1px solid rgba(255, 255, 255, 0);}


.footer{margin:0px auto;width:90%;height:auto;overflow:hidden;padding:20px 0 10px 0;border-top:1px solid rgba(255, 255, 255, 0.08);}
.footer p{line-height:20px;font-size: 14px;text-align:left;margin:5px 0;color:#b7b7b7;}
.footer p a{color:#4b5155;font-size: 12px;text-align:left;}

/**/
.yytext{position:absolute;z-index:30; left:0;width:100%;top:50%; text-transform: uppercase; }
.yytext h3{margin:0px auto;width:90%;font-size:18px;line-height:26px;color:#fff;margin-bottom:0px;text-align:left;font-weight: 100;}
.yytext h1{margin:0px auto;width:90%;font-size:26px;line-height:36px;color:#fff;margin-bottom:30px;text-align:left;font-weight: 100;letter-spacing:0px;}

	
/**/
.concolboxlist{width:90%;height: auto;margin:50px auto;overflow:hidden;border-top:0px solid #000;}
.concolboxlistcol{width:100%;height: auto;margin:0px auto;overflow:hidden;color:#fff;font-size:16px;line-height: 30px;text-align: left;}
.concolboxlistcol .left{float:left;;width:39%;height:320px;padding:5% 5%;background:url(../images/conbg1.jpg) center top no-repeat;background-size:cover;}
.concolboxlistcol .right{float:right;width:39%;height:320px;padding:5% 5%;background:url(../images/conbg1.jpg) center top no-repeat;background-size:cover;}

.concolboxlistcol .left span{width:100%;display:block;text-align:left;}
.concolboxlistcol .left span img{margin:20px auto;text-align: left;}
.concolboxlistcol .left strong{width:100%;display:block;font-size:30px;line-height:50px;font-weight:500;padding-bottom: 20px}
.concolboxlistcol .left p{width:100%;display:block;font-weight:100;font-size:20px;line-height:30px;}

.concolboxlistcol .right span{width:100%;display:block;text-align:left;}
.concolboxlistcol .right span img{margin:20px auto;text-align: left;}
.concolboxlistcol .right strong{width:100%;display:block;font-size:30px;line-height:50px;font-weight:500;padding-bottom: 20px}
.concolboxlistcol .right p{width:100%;display:block;font-weight:100;font-size:20px;line-height:30px;}

.contact2{width:90%;margin:50px auto;height:500px;overflow:hidden;background:url(../images/conbg2.jpg) center top no-repeat;background-size:cover;margin-bottom:80px}
.contact2col{width:70%;margin:0px auto;height:auto;overflow:hidden;}
.contact2col .title{width:100%;margin:30px auto;height:auto;overflow:hidden;margin-top:80px;}
.contact2col .title strong{font-size:24px;line-height: 36px;padding-left:0px;text-align:center;font-weight: 500;}
.contact2col .title p{font-size:14px;line-height: 36px;padding-left:0px;text-align:center;}

.inquirylist {width:100%;margin:30px auto;height:auto;overflow: hidden;padding:0px;margin-top:20px;text-transform:uppercase;}
.inquirylist ul {width:100%;}
.inquirylist ul li{padding:0.5% 0; width:99%; height:auto; float: left; display: inline; text-align:left;margin-bottom:5px;}
.inquirylist ul li input{background:#f8f8f8;border:1px solid #9f9f9f;border-radius:10px;padding:1.5% 1%; width:46.5%;font-size: 14px;color:#6a6a6a;margin-right: 1.5%;}

.inquirylist ul li .register{width:200px; text-align:center;font-weight:100;font-size:20px;line-height:20px;COLOR: #fff;background:#f5b77f;margin-right:10px;border-radius:10px;text-transform:uppercase;margin-top: 10px;border:0px solid #9f9f9f;}
.inquirylist ul li .register1{width:200px; text-align:center;font-weight:100;font-size:20px;line-height:20px;COLOR: #fff;background:#9a9a9a;margin-right:0px;border-radius:10px;text-transform:uppercase;margin-top: 10px;border:0px solid #9f9f9f;}
.inquirylist ul li:last-child {display: flex;justify-content: center;gap: 10px; /* 控制按钮间距 */}

.inquirylist ul li textarea{float:left;height:100px;line-height:20px;text-align:left;background:#f8f8f8;border:1px solid #9f9f9f;border-radius:10px;padding:1.5% 1%; width:97.5%;font-size: 14px;color:#6a6a6a;}

	
/*case*/
.casecol{margin:0px auto;width:100%;height:auto;overflow:hidden;background:#edf1f7;}
.casecolbox{width:90%;height:auto;margin:10px auto;text-align:left;color:#000;overflow:hidden;}
.casecolbox .title{width:100%;height:auto;margin:10px auto;overflow:hidden;border-bottom:1px solid #e4e8ed;padding-bottom: 20px;}
.casecolbox .title p{float:left;color:#333333;font-size: 36px;line-height: 56px;font-weight: 100;}
.casecolbox .title p strong{color:#f58021;font-size: 50px;line-height: 56px;}
.casecolbox .title span{float:right;color:#595757;font-size: 16px;padding-top:76px;}

.casecolbox .category{width:100%;height:auto;margin:5px auto;overflow:hidden;border-bottom:0px solid #e4e8ed;padding-bottom: 10px;}
.casecolbox .category p{float:left;color:#666666;font-size:16px;text-align: left;margin-bottom: 15px;}
.casecolbox .category span{float:left;}
.casecolbox .category span a{float:left;font-size:12px;color: #fff;padding: 2px 20px;line-height: 36px;border-radius:30px;text-align:center;color:#000;border:1px solid #010101;background:#fff;margin-right:5px;margin-bottom: 10px;}
.casecolbox .category span a:hover{background:#f58021;color:#fff;border:1px solid #f58021;}
.casecolbox .category .cur{font-size:12px;color: #fff;padding: 2px 20px;line-height: 36px;border-radius:30px;text-align:center;background:#f58021;color:#fff;border:1px solid #f58021;}

.casecollist{width:100%;height:auto;margin:10px auto;overflow:hidden;border-bottom:0px solid #e4e8ed;padding-bottom: 30px;}
.casecollist ul{}
.casecollist ul li{float:left;width:31.9%;height: auto;margin-right:2%;margin-bottom: 2%}
.casecollist ul li a{display:block;;width: 100%;color:#000}
.casecollist ul li .secimg{width:100%;height:auto;margin:0px auto;overflow: hidden;border-radius:0px;}
.casecollist ul li .secimg img{width:100%;height:100%;cursor: pointer;transition: all 0.9s;}
.casecollist ul li:hover .secimg img{transform: scale(1.01);}
.casecollist ul li .dycol{padding:4% 0;width: 100%;margin:0px auto;}
.casecollist ul li .dycol h3{color:#000;font-size:20px;line-height:26px;text-align: left;font-weight: 500;overflow:hidden;}
.casecollist ul li .dycol p{color:#7e7e7e;font-size:12px;line-height: 26px;text-align: left;font-weight: 500;overflow:hidden;}

.casecollist ul li:nth-child(3n) {margin-right: 0%}
.casecollist ul li:nth-child(6n) {margin-right: 0%}
.casecollist ul li:nth-child(9n) {margin-right: 0%}
	
	
/**/
.newscol{width:100%;margin:0px auto;height:auto;overflow:hidden;background:#f8f8f8;}
.newscolbox{width:90%;margin:60px auto;height:auto;overflow:hidden;}
.newscolbox ul{}
.newscolbox ul li{float:left;width:49%;height: auto;background: #fff;margin-right:2%;margin-bottom: 2%}
.newscolbox ul li a{display:block;;width: 100%;color:#000}
.newscolbox ul li .secimg{width:100%;height:auto;margin:0px auto;overflow: hidden;border-radius:0px;}
.newscolbox ul li .secimg img{width:100%;height:100%;cursor: pointer;transition: all 0.9s;}
.newscolbox ul li:hover .secimg img{transform: scale(1.03);}
.newscolbox ul li .dycol{padding:5% 5%;width: 90%;margin:0px auto;}
.newscolbox ul li .dycol time{float:left;width: 25%;font-size: 14px;text-align: left;border-right: solid 1px rgba(0, 0, 0, 0.1);}
.newscolbox ul li .dycol time strong{font-size: 48px;line-height: 66px;text-align: left;}
.newscolbox ul li .dycol dd{float:right;width: 70%;}
.newscolbox ul li .dycol dd h3{color:#000;font-size: 16px;line-height: 30px;text-align: left;font-weight: 500;height: 60px;margin-bottom: 10px;overflow:hidden;}
.newscolbox ul li .dycol dd h1{color:#000;font-size: 12px;line-height: 30px;text-align: left;font-weight: 100;height: 30px;margin-bottom: 0px;overflow:hidden;}
.newscolbox ul li p{width:90%;margin:20px auto;border-top:1px solid rgba(0, 0, 0, 0.1);padding: 10px 0 20px 0;}
.newscolbox ul li p span{float:left;color:#000;line-height: 26px;font-size: 14px;}
.newscolbox ul li p i{float:right;padding:0px 10px 6px 8px;color:#000;line-height: 26px;font-size: 26px;border-radius: 50%;font-weight: 100;font-style:normal;}

.newscolbox ul li:hover{background: linear-gradient(135deg, #f5b881, #ec832e);color:#fff;}
.newscolbox ul li:hover .dycol time{border-right: solid 1px rgba(255, 255, 255, 0.2);color:#fff;}
.newscolbox ul li:hover .dycol dd h3{color:#fff;}
.newscolbox ul li:hover .dycol dd h1{color:#fff;}
.newscolbox ul li:hover p{border-top:1px solid rgba(255, 255, 255, 0.3);}
.newscolbox ul li:hover p span{color:#fff;}
.newscolbox ul li:hover p i{float:right;padding:0px 10px 6px 10px;color:#fff;line-height: 26px;font-size: 26px;border-radius: 50%;font-weight: 100;font-style:normal;}

.newscolbox ul li:nth-child(2n) {margin-right: 0%}
.newscolbox ul li:nth-child(3n) {margin-right: 2%}
.newscolbox ul li:nth-child(4n) {margin-right: 0%}
.newscolbox ul li:nth-child(5n) {margin-right: 2%}	
.newscolbox ul li:nth-child(6n) {margin-right: 0%}	
	
	
/*内页部分*/
.aboutlistcol {width: 100%;margin: 0px auto;height:auto; overflow:hidden;padding-bottom: 15px;}
.aboutlistcol ul {text-align:left;width:90%;margin:10px auto;border:0px solid rgba(0, 0, 0, 0.08);height:auto;}
.aboutlistcol ul li{float:left;width:31%;background:rgba(255,255,255,0.8);margin:1%;border:0px solid rgba(0, 0, 0, 0.08);height:40px;}
.aboutlistcol ul li a{float:left;display:block;color:#000;line-height:38px;font-size:16px;text-transform:uppercase;font-weight:800;text-align:center;width:100%;height:40px;border:1px solid rgba(0, 0, 0, 0.08);}
.aboutlistcol ul li a:hover{background-image: linear-gradient(to right,#ec8530,#f5b880);color:#fff;font-weight:600;}
.aboutlistcol .current{background-image: linear-gradient(to right,#ec8530,#f5b880);color:#fff;font-weight:800;}
.aboutlistcol .current:link,.aboutlistcol .current:visited{background-image: linear-gradient(to right,#ec8530,#f5b880);color:#fff;}
.aboutlistcol .current:hover{color:#fff;}	
	
/**/
.servicecol{width:100%;margin:0px auto;height:auto;overflow:hidden;}
.servicecolbox{width:90%;margin:40px auto;height:auto;overflow:hidden;}

.servicecolbox .concompany{width: 100%;font-size:14px; overflow:hidden; padding:50px 0px;text-align:left;border-bottom:1px double #ededed; }
.servicecolbox .concompany .left{float:left;width:100%;margin:0 2%;}
.servicecolbox .concompany .left img{max-width:100%;height: auto;display: block;margin: 0 auto;padding:5px 0;float: left;}
.servicecolbox .concompany .right{float:right;width:100%;margin:2% 0% 2% 2%;text-align:left;}
.servicecolbox .concompany .right h3{text-align:left;font-size:26px;color:#000;line-height:36px;font-weight:500;margin:0px 0;display: flex; /* 改为 flex 布局 */align-items: center;}
.servicecolbox .concompany .right h3 img{vertical-align: middle;margin-right:10px; /* 添加图片和文字之间的间距 */}
.servicecolbox .concompany .right h2{text-align:left;font-size:20px;color:#000;line-height:36px;font-weight:500;margin:5px 0;}
.servicecolbox .concompany .right h2 em{text-align:left;font-size:14px;color:#000;line-height:36px;font-weight:500;font-style:normal;}
.servicecolbox .concompany .right h1{text-align:left;font-size:26px;color:#000;line-height:36px;font-weight:600;margin:20px 0;}
.servicecolbox .concompany .right p{text-align:left;margin:0.0em 0;text-indent:0em;line-height:20px;font-size:12px;color:#777777;width: 84%;}
.servicecolbox .concompany .right dd {margin-top: 25px;}
.servicecolbox .concompany .right dd a{float:left;font-size:16px;color: #fff;padding: 8px 10px;line-height: 36px;border-radius:6px;width: 200px; text-align:center;color:#fff;border:1px solid #fff;background-image: linear-gradient(to right,#f5b881,#ec832e);}
.servicecolbox .concompany .right dd a:hover{background-image: linear-gradient(to right,#f58021,#f58021);}


.servicecolbox .concompany2{width: 100%;font-size:14px; overflow:hidden; padding:50px 0px;text-align:left;border-bottom:1px double #ededed; }
.servicecolbox .concompany2 .left{float:right;width:100%;margin:0%;}
.servicecolbox .concompany2 .left img{max-width:100%;height: auto;display: block;padding:5px 0;text-align: left;}
.servicecolbox .concompany2 .right{float:left;width:100%;margin:2% 0% 2% 0%;text-align:left;}
.servicecolbox .concompany2 .right h3{text-align:left;font-size:26px;color:#000;line-height:36px;font-weight:500;margin:0px 0;display: flex; /* 改为 flex 布局 */align-items: center;}
.servicecolbox .concompany2 .right h3 img{vertical-align: middle;margin-right:10px; /* 添加图片和文字之间的间距 */}
.servicecolbox .concompany2 .right h2{text-align:left;font-size:20px;color:#000;line-height:36px;font-weight:500;margin:5px 0;}
.servicecolbox .concompany2 .right h2 em{text-align:left;font-size:14px;color:#000;line-height:36px;font-weight:500;font-style:normal;}
.servicecolbox .concompany2 .right h1{text-align:left;font-size:26px;color:#000;line-height:36px;font-weight:600;margin:20px 0;}
.servicecolbox .concompany2 .right p{text-align:left;margin:0.0em 0;text-indent:0em;line-height:20px;font-size:12px;color:#777777;width: 84%;}
.servicecolbox .concompany2 .right dd {margin-top: 25px;}
.servicecolbox .concompany2 .right dd a{float:left;font-size:16px;color: #fff;padding: 8px 10px;line-height: 36px;border-radius:6px;width: 200px; text-align:center;color:#fff;border:1px solid #fff;background-image: linear-gradient(to right,#f5b881,#ec832e);}
.servicecolbox .concompany2 .right dd a:hover{background-image: linear-gradient(to right,#f58021,#f58021);}
		

/**/
.aboutfir{margin:0px auto;width:100%;height:auto;margin-top:0px;overflow:hidden;}
.aboutfir .title{width:90%;height:auto;margin:0px auto;overflow:hidden;border-bottom:1px solid rgba(0, 0, 0, 0.08);padding: 30px 0;}
.aboutfir .title p{float:left;color:#333333;font-size: 36px;line-height: 56px;font-weight: 100;text-align: left;}
.aboutfir .title p strong{color:#f58021;font-size: 50px;line-height: 56px;}
.aboutfir .title span{float:right;color:#595757;font-size: 16px;padding-top:80px;display:none;}

.aboutfircol{margin:20px auto;width:90%;height:auto;overflow:hidden;}
.aboutfircol .left{float:left;width:100%;}
.aboutfircol .left img{margin:10px auto;height: auto; width: auto\9; width:80%;}
.aboutfircol .right{float:right;width:100%;}
.aboutfircol .right p{font-size:14px;line-height:26px;margin:5px 0;text-align: left;color:#333;text-indent:24px;}

/**/
.aboutseccol{margin:0px auto;width:100%;height:971px;margin-top:0px;overflow:hidden;background:url(../images/aboutbg01.jpg) center top no-repeat;background-size:cover;}
.aboutseccolbox{margin:0px auto;width:100%;height:auto;overflow:hidden;}
.aboutseccolbox .aboutsecleft{float:left;width: 100%;height: auto;overflow:hidden;}
.aboutseccolbox .aboutsecleft .title{padding:5% 10% 5% 10%;width:80%;height: auto;overflow:hidden;}
.aboutseccolbox .aboutsecleft .title dd{width: 180px;height: 4px;background:#f3af73;margin-top:40px;margin-bottom: 30px}
.aboutseccolbox .aboutsecleft .title h3{color:#f58021;font-size: 50px;line-height: 56px;text-align: left;width: 100%}
.aboutseccolbox .aboutsecleft .title h1{color:#333333;font-size: 30px;line-height: 56px;text-align: left;width: 100%;margin-bottom: 40px;font-weight:500;}
.aboutseccolbox .aboutsecleft .title h2{color:#000;font-size: 26px;line-height: 30px; text-align: left;width: 100%;margin-bottom: 30px;font-weight:500;}
.aboutseccolbox .aboutsecleft .title p{color:#000;font-size: 14px;line-height: 24px; text-align: left;width: 100%;margin-bottom: 40px;}
.aboutseccolbox .aboutsecleft .title span a{float:left;text-align:left;}
.aboutseccolbox .aboutsecleft .title span a:hover{}

.aboutseccolbox .aboutsecright{float:left;width: 100%;height: auto;overflow:hidden;}
.aboutseccolbox .aboutsecright p img{height: auto; width: auto\9; width:100%;padding-top:0px;}	

/**/
.aboutthree{margin:0px auto;width:100%;height:800px;margin-top:0px;overflow:hidden;background:url(../images/aboutbg02.jpg) center top no-repeat;background-size:cover;}
.aboutthree .title{width:90%;height:auto;margin:30px auto;overflow:hidden;padding-top:70px;}
.aboutthree .title p{float:left;color:#fff;font-size: 36px;line-height: 56px;font-weight: 100;text-align: left;}
.aboutthree .title p strong{color:#fff;font-size: 50px;line-height: 56px;}
.aboutthree .title span{float:right;color:#fff;font-size: 16px;padding-top:80px;display:none;}
.aboutthreecol{width:90%;height:auto;margin:0px auto;overflow:hidden;padding:30px 0;}
.aboutthreecol ul{}
.aboutthreecol ul li{width:100%;height:auto;;margin-right: 0%;overflow:hidden;}
.aboutthreecol ul li a{display:block;width:100%;background: #fff;padding: 10% 2%;height: 320px;overflow:hidden;}
.aboutthreecol ul li a h1{position: absolute;top:40px;color:#000;left: 50%;transform: translateX(-50%);font-size:24px;width:96%;font-weight: 600;}
.aboutthreecol ul li a dd{text-align: center;width: 100px;height:2px;background:#f58420;position: absolute;left: 50%;transform: translateX(-50%); /* 水平居中 */top:100px;}
.aboutthreecol ul li a p{position: absolute; top:150px;color:#000;left: 50%;transform: translateX(-50%);font-size: 16px;line-height: 26px;font-weight: 100;width:76%;}
.aboutthreecol ul li a span{position: absolute;bottom:20px;color:#000;left: 50%;transform: translateX(-50%);font-weight: 100;}
.aboutthreecol ul li a:hover h1{color:#f58420;}
.aboutthreecol ul li a:hover p{color:#f58420;font-weight: 100;}
.aboutthreecol ul li a:hover span{color:#000;}

/**/
.aboutfour{margin:0px auto;width:100%;height:auto;margin-top:0px;overflow:hidden;}
.aboutfour .title{width:90%;height:auto;margin:0px auto;overflow:hidden;padding:40px 0;}
.aboutfour .title p{float:left;color:#333333;font-size: 36px;line-height: 56px;font-weight: 100;text-align: left;}
.aboutfour .title p strong{color:#f58021;font-size: 50px;line-height: 56px;}
.aboutfour .title span{float:right;color:#595757;font-size: 16px;padding-top:80px;display:none;}

.aboutfourcol{width:90%;margin:0px auto;height:auto;overflow:hidden;margin-bottom: 50px;}
.aboutfourcolbox{width:100%;margin:0px auto;height:auto;overflow:hidden;border:1px solid rgba(0, 0, 0, 0.08)}
.aboutfourcolbox .title{width:94%;margin:0px auto;padding:0% 3%;}
.aboutfourcolbox .title h1{font-size:36px;line-height:36px;text-align:center;font-weight:500;color:#f58021;}
.aboutfourcolbox {width:95%;margin:0px auto;height:auto;padding:2%;}
.aboutfourcolbox p{font-size:26px;line-height:36px;text-align: left;margin: 5px auto;}

.aboutfourcolbox2 {width:100%;margin:0px auto;height:auto;}
.aboutfourcolbox2 ul{margin-top: 30px;}
.aboutfourcolbox2 ul li{width: 47.6%;height: auto;float:left;text-align: center;margin:1%;border: solid 1px rgba(0, 0, 0, 0.08);}
.aboutfourcolbox2 ul li a{color:#000;height: 400px;margin:0px auto;width:84%;padding:2% 8%;display:block;background-image: linear-gradient(to bottom,rgba(233, 233, 233, 1),rgba(255, 255, 255, 1));}
.aboutfourcolbox2 ul li a:hover{color:#000;}

.aboutfourcolbox2 ul li a strong{width:100%;margin:0px auto;padding:0;display: flex;border-bottom: solid 1px rgba(0, 0, 0, 0.08);
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;}
.aboutfourcolbox2 ul li a strong img{border-radius:50%;background: #fff;margin: 30px 0;width: 70%;height: auto}
.aboutfourcolbox2 ul li a span{width:90%;padding: 0 5%; margin:0px auto;font-size: 14px;line-height: 20px;text-align: left;}
.aboutfourcolbox2 ul li a span p{font-size:12px;line-height:20px;margin: 5px 0;}
	
.caseend dd img{height: auto; width: auto\9; width:60%;text-align: center;}	

	
/*内容*/
.servicefir{width: 100%;font-size:14px; overflow:hidden; padding:10px 0px;text-align:left;border-bottom:0px double #ededed; }
.servicefir .lgywm_title { width:100%; height:auto;}
.servicefir .lwenzi { width:100%; height:auto; text-align:center;margin:0px auto 0px;border-bottom:0px solid #e4e4e4;}
.servicefir .lwenzi p { font-size:14px; color:#303030;line-height:60px;font-weight:100;text-transform : uppercase;}
.servicefir .lwenzi p strong {font-size:36px;width:100%;color:#f58021;line-height:36px;height:36px;padding:2% 0px;font-weight:300;}
.servicefir .lwenzi dd{height:1px;overflow:hidden;width:80px;background:#e1e1e1;border-bottom:0px solid #7f7f7f;margin:0px auto;text-align:center;}

.servicefir .proclass{margin:0px auto;width:100%;height:auto;overflow:hidden;margin-bottom:30px}
.servicefir .proclass ul{}
.servicefir .proclass ul li{display:block;float:left;text-align:center;margin-left:19px;font-size:12px;width:46%;margin:2%;height:auto;}
.servicefir .proclass ul li p{}
.servicefir .proclass ul li p strong{font-size:24px;color: #000;line-height:60px;font-weight:500;}
.servicefir .proclass ul li p span{font-size:12px;color: #000;line-height:20px;font-weight:100;}
.servicefir .proclass ul li img{}
.servicefir .proclass ul li img:hover{}


/*1*/
.servicefir01{width: 100%;font-size:14px; overflow:hidden; padding:10px 0px;text-align:left;border-bottom:0px double #ededed; }
.servicefir01 .lgywm_title { width:100%; height:auto;}
.servicefir01 .lwenzi { width:100%; height:auto; text-align:center;margin:20px auto;border-bottom:0px solid #e4e4e4;}
.servicefir01 .lwenzi p { font-size:16px; color:#303030;line-height:60px;font-weight:100;text-transform : uppercase;}
.servicefir01 .lwenzi p strong {font-size:30px;width:100%;color:#000;line-height:36px;height:36px;padding:2% 0px;font-weight:300;}
.servicefir01 .lwenzi p strong img{width:30px;height: auto;}

.servicefir01 .el-tab{width: auto;height: 47px;border-bottom:1px solid #f2f2f3;flex-shrink: 0;display: flex;justify-content: center; /* 水平居中 */}
.servicefir01 .el-tab ul{display: flex;margin: 0 auto; /* 确保ul本身也居中 */}
.servicefir01 .el-tab ul li{float: none; /* 移除浮动 */display: inline-block; /* 改为行内块元素 */}
.servicefir01 .el-tab ul li a{display: block;padding: 0px 15px;line-height: 45px;font-size: 16px;margin:0 0px 0 5px}
.servicefir01 .el-tab ul li a:hover{border-bottom:0px solid #f58021;color:#f58021;font-weight: bold;}
.servicefir01 .el-tab .curr{border-bottom:3px solid #f58021;color:#f58021;font-weight: bold;}
/**/
.servicefir01 .customer-list{width: 100%;height:360px;overflow: hidden;background-image: linear-gradient(to top,#fdfbff,#fff);}
.servicefir01 .customer-list ul {}
.servicefir01 .customer-list ul li{}
.servicefir01 .customer-list ul li a {display: block; width:auto;padding:16px;height:auto;}

.servicefir01 .customer-list ul li .name-box{float:left;width:35%;padding:10% 5%;}
.servicefir01 .customer-list ul li .name-box .name{flaot:left;width: 100%; font-size:26px;color:#000;line-height:50px;margin-bottom: 10px;}
.servicefir01 .customer-list ul li .name-box .time{float:left;width: 100%; font-size:12px;color:#000;line-height: 24px;margin-bottom: 10px;}
.servicefir01 .customer-list ul li .name-box .nmore{float:left;width: 100%; font-size:14px;color:#0B121A99;line-height: 24px;}
.servicefir01 .customer-list ul li a:hover{}
.servicefir01 .customer-list .cur{background:#f2f5fb;}

.servicefir01 .customer-list ul li .avatar-boxdan{float:right;width:50%;height:360px;background:url(../images/ss01_5.png) no-repeat;}
.servicefir01 .customer-list ul li .avatar-boxdan img{width:100%; height:auto;border-radius:0px;text-align: center;padding:40px 40px 0 0;}

.servicefir01 .customer-list .tab-content {display: none;}
.servicefir01 .customer-list .tab-content.active {display: block;}

/*2*/
.servicefir02{width: 100%;font-size:14px; overflow:hidden; padding:10px 0px;text-align:left;border-bottom:0px double #ededed; }
.servicefir02 .lgywm_title { width:100%; height:auto;}
.servicefir02 .lwenzi { width:100%; height:auto; text-align:center;margin:20px auto;border-bottom:0px solid #e4e4e4;}
.servicefir02 .lwenzi p { font-size:16px; color:#303030;line-height:60px;font-weight:100;text-transform : uppercase;}
.servicefir02 .lwenzi p strong {font-size:30px;width:100%;color:#000;line-height:36px;height:36px;padding:2% 0px;font-weight:300;}
.servicefir02 .lwenzi p strong img{width:30px;height: auto;}

.servicefir02 .el-tab1{width: auto;height:auto;border-bottom:1px solid #f2f2f3;flex-shrink: 0;display: flex;justify-content: center; /* 水平居中 */}
.servicefir02 .el-tab1 ul{display: flex;flex-wrap: wrap; /* 关键：允许换行 */justify-content: center; /* 居中对齐 */margin: 0 auto;padding: 0 0px; /* 添加内边距 */}
.servicefir02 .el-tab1 ul li{float: none; /* 移除浮动 */display: inline-block; /* 改为行内块元素 */margin-bottom:2px; /* 添加底部间距 */}
.servicefir02 .el-tab1 ul li a{display: block;padding: 0px 8px;font-size: 16px;line-height: 45px;margin: 0 5px; /* 调整左右间距 */white-space: nowrap; /* 防止文字换行 */}
.servicefir02 .el-tab1 ul li a:hover{border-bottom:0px solid #f58021;color:#f58021;font-weight: bold;}
.servicefir02 .el-tab1 .curr{border-bottom:3px solid #f58021;color:#f58021;font-weight: bold;}
/**/
.servicefir02 .customer-list1{width: 100%;height:360px;overflow: hidden;background-image: linear-gradient(to top,#fdfbff,#fff);}
.servicefir02 .customer-list1 ul {}
.servicefir02 .customer-list1 ul li{}
.servicefir02 .customer-list1 ul li a {display: block; width:auto;padding:16px;height:auto;}

.servicefir02 .customer-list1 ul li .name-box{float:left;width:36%;padding:10% 2%;}
.servicefir02 .customer-list1 ul li .name-box .name{flaot:left;width: 100%; font-size:26px;color:#000;line-height:50px;margin-bottom: 10px;}
.servicefir02 .customer-list1 ul li .name-box .time{float:left;width: 100%; font-size:12px;color:#000;line-height: 24px;margin-bottom: 10px;}
.servicefir02 .customer-list1 ul li .name-box .nmore{float:left;width: 100%; font-size:12px;color:#0B121A99;line-height: 24px;}
.servicefir02 .customer-list1 ul li a:hover{}
.servicefir02 .customer-list1 .cur{background:#f2f5fb;}

.servicefir02 .customer-list1 ul li .avatar-boxdan{float:right;width:50%;height:360px;padding-right:0px;background:url(../images/ss01_11.png) no-repeat;}
.servicefir02 .customer-list1 ul li .avatar-boxdan img{width:100%; height:auto;border-radius:0px;text-align: center;padding:40px 40px 0 0;}

.servicefir02 .customer-list1 .tab-content {display: none;}
.servicefir02 .customer-list1 .tab-content.active {display: block;}

/*3*/
.servicefir03{width: 100%;font-size:14px; overflow:hidden; padding:10px 0px;text-align:left;border-bottom:0px double #ededed; }
.servicefir03 .lgywm_title { width:100%; height:auto;}
.servicefir03 .lwenzi { width:100%; height:auto; text-align:center;margin:20px auto;border-bottom:0px solid #e4e4e4;}
.servicefir03 .lwenzi p { font-size:16px; color:#303030;line-height:60px;font-weight:100;text-transform : uppercase;}
.servicefir03 .lwenzi p strong {font-size:30px;width:100%;color:#000;line-height:36px;height:36px;padding:2% 0px;font-weight:300;}
.servicefir03 .lwenzi p strong img{width:30px;height: auto;}

.servicefir03 .el-tab2{width: auto;height:auto;border-bottom:1px solid #f2f2f3;flex-shrink: 0;display: flex;justify-content: center; /* 水平居中 */}
.servicefir03 .el-tab2 ul{display: flex;flex-wrap: wrap; /* 关键：允许换行 */justify-content: center; /* 居中对齐 */margin: 0 auto;padding: 0 0px; /* 添加内边距 */}
.servicefir03 .el-tab2 ul li{float: none; /* 移除浮动 */display: inline-block; /* 改为行内块元素 */margin-bottom:2px; /* 添加底部间距 */}
.servicefir03 .el-tab2 ul li a{display: block;padding: 0px 8px;font-size: 16px;line-height: 45px;margin: 0 5px; /* 调整左右间距 */white-space: nowrap; /* 防止文字换行 */}
.servicefir03 .el-tab2 ul li a:hover{border-bottom:0px solid #f58021;color:#f58021;font-weight: bold;}
.servicefir03 .el-tab2 .curr{border-bottom:3px solid #f58021;color:#f58021;font-weight: bold;}	
/**/
.servicefir03 .customer-list2{width: 100%;height: 360px;overflow: hidden;background-image: linear-gradient(to top,#fdfbff,#fff);}
.servicefir03 .customer-list2 ul {}
.servicefir03 .customer-list2 ul li{}
.servicefir03 .customer-list2 ul li a {display: block; width:auto;padding:16px;height:auto;}

.servicefir03 .customer-list2 ul li .name-box{float:left;width:36%;padding:10% 2%;}
.servicefir03 .customer-list2 ul li .name-box .name{flaot:left;width: 100%; font-size:26px;color:#000;line-height:50px;margin-bottom: 10px;}
.servicefir03 .customer-list2 ul li .name-box .time{float:left;width: 100%; font-size:12px;color:#000;line-height: 24px;margin-bottom: 10px;}
.servicefir03 .customer-list2 ul li .name-box .nmore{float:left;width: 100%; font-size:12px;color:#0B121A99;line-height: 24px;}
.servicefir03 .customer-list2 ul li a:hover{}
.servicefir03 .customer-list2 .cur{background:#f2f5fb;}

.servicefir03 .customer-list2 ul li .avatar-boxdan{float:right;width:50%;height: 360px;padding-right: 10px;background:url(../images/ss01_19.png) no-repeat;}
.servicefir03 .customer-list2 ul li .avatar-boxdan img{width:100%; height:auto;border-radius:0px;text-align: center;padding:40px 40px 0 0;}

.servicefir03 .customer-list2 .tab-content {display: none;}
.servicefir03 .customer-list2 .tab-content.active {display: block;}

/*4*/
.servicefir04{width: 100%;font-size:14px; overflow:hidden; padding:10px 0px;text-align:left;border-bottom:0px double #ededed; }
.servicefir04 .lgywm_title { width:100%; height:auto;}
.servicefir04 .lwenzi { width:100%; height:auto; text-align:center;margin:0px auto;border-bottom:0px solid #e4e4e4;}
.servicefir04 .lwenzi p { font-size:16px; color:#303030;line-height:60px;font-weight:100;text-transform : uppercase;}
.servicefir04 .lwenzi p strong {font-size:36px;width:100%;color:#000;line-height:36px;height:36px;padding:2% 0px;font-weight:500;}
.servicefir04 .lwenzi dd{height:1px;overflow:hidden;width:80px;background:#e1e1e1;border-bottom:0px solid #7f7f7f;margin:0px auto;text-align:center;}

.servicefir04 .proclass{margin:30px auto;width:100%;height:auto;overflow:hidden;}
.servicefir04 .proclass ul{margin-top: 50px;}
.servicefir04 .proclass ul li{display:block;float:left;text-align:center;margin-left:19px;font-size:12px;width:45%;margin:0% 2%;height:120px;}
.servicefir04 .proclass ul li p{}
.servicefir04 .proclass ul li p strong{font-size:20px;color: #000;line-height:60px;font-weight:500;}
.servicefir04 .proclass ul li p span{font-size:12px;color: #000;line-height:20px;font-weight:100;}
.servicefir04 .proclass ul li img{}
.servicefir04 .proclass ul li img:hover{}


.index_cnt_item_title { font-size: 20px;font-weight: 500;color: #000;margin-bottom:10px;text-align: left;line-height: 30px;display: flex; /* 添加 flex 布局 */align-items: center; /* 垂直居中对齐 */gap: 8px; /* 图标和文字之间的间距，可选 */}
.ww_officialImg {display: inline-block;overflow: hidden;font-size: 0;line-height: 0;}
.ww_officialImg_SubFeature1 {background-image: url(../images/officialImages.svg);background-position: -270px -272px;width: 30px;height: 30px;}
.ww_officialImg_SubFeature2 {background-image: url(../images/officialImages.svg);background-position: -360px -30px;width: 30px;height: 30px;}
.ww_officialImg_SubFeature3 {background-image: url(../images/officialImages.svg);background-position: -360px -60px;width: 30px;height: 30px;}
.ww_officialImg_SubFeature4 {background-image: url(../images/officialImages.svg);background-position: -240px -302px;width: 30px;height: 30px;}
.ww_officialImg_SubFeature5 {background-image: url(../images/officialImages.svg);background-position: -270px -302px;width: 30px;height: 30px;}
.ww_officialImg_SubFeature6 {background-image: url(../images/officialImages.svg);background-position: -360px -90px;width: 30px;height: 30px;}
.ww_officialImg_SubFeature7 {background-image: url(../images/officialImages.svg);background-position: -120px -302px;width: 30px;height: 30px;}
.ww_officialImg_SubFeature8 {background-image: url(../images/officialImages.svg);background-position: -90px -302px;width: 30px;height: 30px;}
.ww_officialImg_SubFeature9 {background-image: url(../images/officialImages.svg);background-position: -360px -120px;width: 30px;height: 30px;}
.ww_officialImg_SubFeature10 {background-image: url(../images/officialImages.svg);background-position: -300px -272px;width: 30px;height: 30px;}
.ww_officialImg_SubFeature11 {background-image: url(../images/officialImages.svg);background-position: 0 -302px;width: 30px;height: 30px;}
.ww_officialImg_SubFeature12 {background-image: url(../images/officialImages.svg);background-position: -30px -302px;width: 30px;height: 30px;}
.ww_officialImg_SubFeature13 {background-image: url(../images/officialImages.svg);background-position: -150px -302px;width: 30px;height: 30px;}
.ww_officialImg_SubFeature14 {background-image: url(../images/officialImages.svg);background-position: -210px -302px;width: 30px;height: 30px;}
.ww_officialImg_SubFeature15 {background-image: url(../images/001.svg);width: 24px;height: 25px;}
.ww_officialImg_SubFeature16 {background-image: url(../images/002.svg);width: 24px;height: 25px;}
.ww_officialImg_SubFeature17 {background-image: url(../images/003.svg);width: 24px;height: 25px;}
.ww_officialImg_SubFeature18 {background-image: url(../images/004.svg);width: 24px;height: 25px;}

.servicefir04 .index_cnt_item_list {text-align: left; /* 左对齐 */padding-left: 0; /* 清除默认内边距 */margin-left: 0; /* 清除默认外边距 */}
.servicefir04 .index_cnt_item_list p {position: relative;padding-left:0px; /* 为小圆点留出空间 */margin-bottom: 8px; /* 段落间距 */line-height: 1.6; /* 行高 */font-size: 12px;color: #666;}
.servicefir04 .index_cnt_item_list p::before {position: absolute;left: 0;color: #000; /* 圆点颜色 */font-size: 16px; /* 圆点大小 */}


/*5*/
.servicefir05{width: 100%;font-size:14px; overflow:hidden; padding:10px 0px;text-align:left;border-bottom:0px double #ededed; }
.servicefir05 .lgywm_title { width:100%; height:auto;}
.servicefir05 .lwenzi { width:100%; height:auto; text-align:center;margin:0px auto;border-bottom:0px solid #e4e4e4;}
.servicefir05 .lwenzi p { font-size:16px; color:#303030;line-height:60px;font-weight:100;text-transform : uppercase;}
.servicefir05 .lwenzi p strong {font-size:36px;width:100%;color:#000;line-height:36px;height:36px;padding:2% 0px;font-weight:500;}
.servicefir05 .lwenzi dd{height:1px;overflow:hidden;width:80px;background:#e1e1e1;border-bottom:0px solid #7f7f7f;margin:0px auto;text-align:center;}

.servicefir05 .proclass{margin:30px auto;width:100%;height:auto;overflow:hidden;}
.servicefir05 .proclass ul{margin-top: 50px;}
.servicefir05 .proclass ul li{display:block;float:left;text-align:center;margin-left:19px;font-size:12px;width:45%;margin:0% 2%;height:150px;}
.servicefir05 .proclass ul li p{}
.servicefir05 .proclass ul li p strong{font-size:20px;color: #000;line-height:60px;font-weight:500;}
.servicefir05 .proclass ul li p span{font-size:14px;color: #000;line-height:20px;font-weight:100;}
.servicefir05 .proclass ul li img{}
.servicefir05 .proclass ul li img:hover{}

.servicefir05 .index_cnt_item_list {text-align: left; /* 左对齐 */padding-left: 0; /* 清除默认内边距 */margin-left: 0; /* 清除默认外边距 */}
.servicefir05 .index_cnt_item_list p {position: relative;padding-left: 16px; /* 为小圆点留出空间 */margin-bottom:4px; /* 段落间距 */line-height: 1.6; /* 行高 */font-size: 14px;color: #666;}
.servicefir05 .index_cnt_item_list p::before {content: "•"; /* 小圆点符号 */position: absolute;left: 0;color: #000; /* 圆点颜色 */font-size: 16px; /* 圆点大小 */}


/*二*/
.servicesec{width: 100%;font-size:14px; overflow:hidden; padding:10px 0px;text-align:left;border-bottom:1px double #ededed; }
.servicesec .lgywm_title { width:100%; height:auto;}
.servicesec .lwenzi { width:100%; height:auto; text-align:center;margin:0px auto 0px;border-bottom:0px solid #e4e4e4;}
.servicesec .lwenzi p { font-size:14px; color:#303030;line-height:40px;font-weight:100;text-transform : uppercase;}
.servicesec .lwenzi p strong {font-size:36px;width:100%;color:#f58021;line-height:36px;height:36px;padding:2% 0px;font-weight:300;}
.servicesec .lwenzi dd{height:1px;overflow:hidden;width:80px;background:#e1e1e1;border-bottom:0px solid #7f7f7f;margin:0px auto;text-align:center;}

.servicesec .proclass{margin:0px auto;width:100%;height:auto;overflow:hidden;margin-bottom:30px}
.servicesec .proclass ul{}
.servicesec .proclass ul li{display:block;float:left;text-align:center;margin-left:19px;font-size:12px;width:43%;margin:2% 3%;height:auto;}
.servicesec .proclass ul li p{}
.servicesec .proclass ul li p strong{font-size:18px;color:#000;line-height:36px;font-weight:600;text-align:center;}
.servicesec .proclass ul li p span{font-size:12px;color: #000;line-height:20px;font-weight:100;}
.servicesec .proclass ul li img{}
.servicesec .proclass ul li img:hover{}

.servicesec01{width: 100%;font-size:14px; overflow:hidden; padding:20px 0px;text-align:left;border-bottom:0px double #ededed;}
.servicesec01 .lgywm_title { width:100%; height:auto;}
.servicesec01 .lwenzi { width:100%; height:auto; text-align:center;margin:0px auto;border-bottom:0px solid #e4e4e4;}
.servicesec01 .lwenzi p { font-size:14px; color:#303030;line-height:60px;font-weight:100;text-transform : uppercase;}
.servicesec01 .lwenzi p strong {font-size:30px;width:100%;color:#000;line-height:36px;height:36px;padding:2% 0px;font-weight:500;}
.servicesec01 .lwenzi dd{height:1px;overflow:hidden;width:80px;background:#e1e1e1;border-bottom:0px solid #7f7f7f;margin:0px auto;text-align:center;}

.servicesec01 .proclass{margin:30px auto;width:100%;height:auto;overflow:hidden;}
.servicesec01 .proclass ul{margin-top:30px;}
.servicesec01 .proclass ul li{display:block;float:left;text-align:center;margin-left:19px;font-size:12px;width:100%;margin:0% 0%;height:150px;}
.servicesec01 .proclass ul li p{}
.servicesec01 .proclass ul li p strong{font-size:20px;color: #000;line-height:60px;font-weight:500;}
.servicesec01 .proclass ul li p span{font-size:14px;color: #000;line-height:20px;font-weight:100;}
.servicesec01 .proclass ul li img{}
.servicesec01 .proclass ul li img:hover{}


.servicesec01 .index_cnt_item_title { font-size:26px;font-weight: 500;color: #000;margin-bottom:15px;text-align: left;line-height: 30px;display: flex; /* 添加 flex 布局 */align-items: center; /* 垂直居中对齐 */gap: 8px; /* 图标和文字之间的间距，可选 */}
.servicesec01 .ww_officialImg {float:left;width:96px;height: 96px;padding: 0 20px 15px 0;}
.servicesec01 .SubFeature1 {background: url(../images/ss02_1.png) no-repeat;}
.servicesec01 .SubFeature2 {background: url(../images/ss02_2.png) no-repeat;}
.servicesec01 .SubFeature3 {background: url(../images/ss02_3.png) no-repeat;}
.servicesec01 .SubFeature4 {background: url(../images/ss02_4.png) no-repeat;}
.servicesec01 .SubFeature5 {background: url(../images/ss02_5.png) no-repeat;}
.servicesec01 .SubFeature6 {background: url(../images/ss02_6.png) no-repeat;}
.servicesec01 .SubFeature7 {background: url(../images/ss02_7.png) no-repeat;}
.servicesec01 .SubFeature8 {background: url(../images/ss02_8.png) no-repeat;}
.servicesec01 .SubFeature9 {background: url(../images/ss02_9.png) no-repeat;}

.servicesec01 .index_cnt_item_list {text-align: left; /* 左对齐 */padding-left: 0; /* 清除默认内边距 */margin-left: 0; /* 清除默认外边距 */}
.servicesec01 .index_cnt_item_list p {position: relative;padding-left:0px; /* 为小圆点留出空间 */margin-bottom: 8px; /* 段落间距 */line-height: 1.6; /* 行高 */font-size: 16px;color: #666;}
.servicesec01 .index_cnt_item_list p::before {position: absolute;left: 0;color: #000; /* 圆点颜色 */font-size: 16px; /* 圆点大小 */}

/*三*/
.servicethr{width: 100%;font-size:14px; overflow:hidden; padding:10px 0px;text-align:left;border-bottom:1px double #ededed; }
.servicethr .lgywm_title { width:100%; height:auto;}
.servicethr .lwenzi {width:90%; height:auto; text-align:center;margin:0px auto 0px;border-bottom:0px solid #e4e4e4;}
.servicethr .lwenzi p{font-size:12px; color:#303030;line-height:20px;font-weight:100;text-transform : uppercase;}
.servicethr .lwenzi p strong {font-size:36px;width:100%;color:#f58021;line-height:66px;height:66px;padding:2% 0px;font-weight:300;}
.servicethr .lwenzi dd{height:1px;overflow:hidden;width:80px;background:#e1e1e1;border-bottom:0px solid #7f7f7f;margin:20px auto;text-align:center;}

.servicethr .proclass{margin:0px auto;width:100%;height:auto;overflow:hidden;margin-bottom:30px}
.servicethr .proclass ul{}
.servicethr .proclass ul li{display:block;float:left;text-align:center;margin-left:0px;font-size:12px;width:90%;margin:0 5%;height:auto;}
.servicethr .proclass ul li p{}
.servicethr .proclass ul li p strong{font-size:20px;color: #000;line-height:60px;font-weight:600;}
.servicethr .proclass ul li p span{font-size:14px;color: #000;line-height:20px;font-weight:100;}
.servicethr .proclass ul li img{}
.servicethr .proclass ul li img:hover{}


/*1*/
.servicethr01{width: 100%;font-size:14px; overflow:hidden; padding:50px 0px;text-align:left;border-bottom:0px double #ededed; }
.servicethr01 .lgywm_title { width:100%; height:auto;}
.servicethr01 .lwenzi { width:100%; height:auto; text-align:center;margin:20px auto;border-bottom:0px solid #e4e4e4;}
.servicethr01 .lwenzi p { font-size:16px; color:#303030;line-height:60px;font-weight:100;text-transform : uppercase;}
.servicethr01 .lwenzi p strong {font-size:30px;width:100%;color:#000;line-height:36px;height:36px;padding:2% 0px;font-weight:300;}
.servicethr01 .lwenzi p strong img{width:30px;height: auto;}

.servicethr01 .el-tab{width: auto;height: 47px;border-bottom:1px solid #f2f2f3;flex-shrink: 0;display: flex;justify-content: center; /* 水平居中 */}
.servicethr01 .el-tab ul{display: flex;margin: 0 auto; /* 确保ul本身也居中 */}
.servicethr01 .el-tab ul li{float: none; /* 移除浮动 */display: inline-block; /* 改为行内块元素 */}
.servicethr01 .el-tab ul li a{display: block;padding: 0px 15px;line-height: 45px;font-size: 16px;margin:0 0px 0 5px}
.servicethr01 .el-tab ul li a:hover{border-bottom:0px solid #f58021;color:#f58021;font-weight: bold;}
.servicethr01 .el-tab .curr{border-bottom:3px solid #f58021;color:#f58021;font-weight: bold;}
/**/
.servicethr01 .customer-list{width: 100%;height:auto;overflow: hidden;background: #f5f7fa;}
.servicethr01 .customer-list ul {}
.servicethr01 .customer-list ul li{}
.servicethr01 .customer-list ul li a {display: block; width:auto;padding:16px;height:auto;}

.servicethr01 .customer-list ul li .name-box{float:left;width:80%;padding:6% 10% 0%  10%;}
.servicethr01 .customer-list ul li .name-box .name{flaot:left;width: 100%; font-size:30px;color:#f58021;line-height:50px;margin-bottom: 20px;}
.servicethr01 .customer-list ul li .name-box .time{float:left;width: 100%; font-size:14px;color:#000;line-height: 24px;margin-bottom: 15px;}
.servicethr01 .customer-list ul li .name-box .nmore{float:left;width: 100%; font-size:14px;color:#0B121A99;line-height: 24px;}
.servicethr01 .customer-list ul li a:hover{}
.servicethr01 .customer-list .cur{background:#f2f5fb;}

.servicethr01 .customer-list ul li .avatar-boxdan{float:right;width:100%;height:auto;padding-right: 0px;background: #f5f7fa;}
.servicethr01 .customer-list ul li .avatar-boxdan img{width:80%; height:auto;border-radius:0px;text-align: center;padding:5% 10%;}

.servicethr01 .customer-list .tab-content {display: none;}
.servicethr01 .customer-list .tab-content.active {display: block;}

/*四*/
.servicefour01 {width: 100%;font-size:14px; overflow:hidden; padding:40px 0px;text-align:left;border-top:1px double #ededed;border-bottom:1px double #ededed; }
.servicefour01 .left{float:left;width:90%;margin:0 5%;}
.servicefour01 .left img{max-width:100%;height: auto;display: block;margin: 0 auto;padding:5px 0;float: left;}
.servicefour01 .right{float:left;width:100%;margin:5% 0% 2% 0%;text-align:left;}
.servicefour01 .right h1{text-align:left;font-size:20px;color:#000;line-height:26px;font-weight:600;margin:15px 0;}
.servicefour01 .right p{text-align:left;margin:0.0em 0;text-indent:0em;line-height:26px;font-size:16px;color:#777777;width: 96%;margin:15px 0;}
.servicefour01 .right dd {margin-top: 25px;}
.servicefour01 .right dd a{float:left;font-size:20px;color: #fff;padding: 8px 10px;line-height: 36px;border-radius:6px;width: 200px; text-align:center;color:#fff;border:1px solid #fff;background-image: linear-gradient(to right,#f5b881,#ec832e);}
.servicefour01 .right dd a:hover{background-image: linear-gradient(to right,#f58021,#f58021);}

.servicefour01 .tbb {width: 99%;display: flex;flex-wrap: wrap;border-radius: 4px;overflow: hidden;border: 1px solid #e1e8ed;}
.servicefour01 .tbb ul {width: 100%;display: flex;flex-wrap: wrap;list-style: none;}
.servicefour01 .tbb li {width: 31%;padding:15px 1%;text-align: center;border-right: 1px solid #e1e8ed;border-bottom: 1px solid #e1e8ed;background-color: #f8f9fa;transition: all 0.3s ease;font-weight: 500;color: #34495e;cursor: pointer;display: flex;align-items: center;justify-content: center;}
/* 每行第三个元素去掉右边框 */
.servicefour01 .tbb li:nth-child(3n) {border-right: none;}
/* 最后一行元素去掉底部边框 */
.servicefour01 .tbb li:nth-last-child(-n+3) {border-bottom: none;}
.servicefour01 .tbb li:hover {background-color: #f5b881;color: white;}
.servicefour01 .tbb li:active {transform: translateY(0);}

/*1*/
.servicefour{width: 100%;font-size:14px; overflow:hidden; padding:20px 0px;text-align:left;border-bottom:1px double #ededed; }
.servicefour .lgywm_title { width:100%; height:auto;}
.servicefour .lwenzi { width:100%; height:auto; text-align:center;margin:10px auto 0px;border-bottom:0px solid #e4e4e4;}
.servicefour .lwenzi p { font-size:12px; color:#303030;line-height:26px;font-weight:100;text-transform : uppercase;}
.servicefour .lwenzi p strong {font-size:26px;width:100%;color:#f58021;line-height:30px;height:30px;padding:5% 0px;font-weight:300;}
.servicefour .lwenzi dd{height:1px;overflow:hidden;width:80px;background:#e1e1e1;border-bottom:0px solid #7f7f7f;margin:0px auto;text-align:center;margin-top: 8px;}

.servicefour .proclass{margin:20px auto;width:100%;height:auto;overflow:hidden;margin-bottom:10px}
.servicefour .proclass ul{}
.servicefour .proclass ul li{display:block;float:left;text-align:center;margin-left:19px;font-size:12px;width:21%;margin:2%;height:auto;}
.servicefour .proclass ul li p{}
.servicefour .proclass ul li p strong{font-size:14px;color: #000;line-height:40px;font-weight:500;}
.servicefour .proclass ul li p span{font-size:12px;color: #000;line-height:20px;font-weight:100;}
.servicefour .proclass ul li img{width: 98%;}
.servicefour .proclass ul li img:hover{}

.servicefour .imgcol{width:100%;margin:10px auto;height: auto;overflow:hidden;text-align: center}
.servicefour .imgcol img{margin:0 auto;height: auto; width: auto\9; width:100%;}

/*五*/
.servicefive{width: 100%;font-size:14px; overflow:hidden; padding:10px 0px;text-align:left;border-bottom:0px double #ededed; }
.servicefive .lgywm_title { width:100%; height:auto;}
.servicefive .lwenzi { width:100%; height:auto; text-align:center;margin:0px auto 0px;border-bottom:0px solid #e4e4e4;}
.servicefive .lwenzi p { font-size:14px; color:#303030;line-height:26px;font-weight:100;text-transform : uppercase;}
.servicefive .lwenzi p strong {font-size:36px;width:100%;color:#f58021;line-height:46px;height:46px;font-weight:300;}
.servicefive .lwenzi dd{height:1px;overflow:hidden;width:80px;background:#e1e1e1;border-bottom:0px solid #7f7f7f;margin:10px auto;text-align:center;}

.servicefive .proclass{margin:0px auto;width:100%;height:auto;overflow:hidden;margin-bottom:30px}
.servicefive .proclass ul{}
.servicefive .proclass ul li{display:block;float:left;text-align:center;margin-left:19px;font-size:12px;width:46%;margin:2%;height:auto;}
.servicefive .proclass ul li p{}
.servicefive .proclass ul li p strong{font-size:24px;color:#f58021;line-height:60px;font-weight:500;}
.servicefive .proclass ul li p span{font-size:12px;color: #000;line-height:20px;font-weight:100;}
.servicefive .proclass ul li img{}
.servicefive .proclass ul li img:hover{}
	
		
	

/*六*/
.servicesix{width: 100%;font-size:14px; overflow:hidden; padding:10px 0px;text-align:left;border-bottom:0px double #ededed; }
.servicesix .lgywm_title { width:100%; height:auto;}
.servicesix .lwenzi { width:100%; height:auto; text-align:center;margin:0px auto 0px;border-bottom:0px solid #e4e4e4;}
.servicesix .lwenzi p { font-size:14px; color:#303030;line-height:40px;font-weight:100;text-transform : uppercase;}
.servicesix .lwenzi p strong {font-size:36px;width:100%;color:#f58021;line-height:36px;height:36px;padding:2% 0px;font-weight:300;}
.servicesix .lwenzi dd{height:1px;overflow:hidden;width:80px;background:#e1e1e1;border-bottom:0px solid #7f7f7f;margin:0px auto;text-align:center;}

.servicesix .proclass{margin:0px auto;width:100%;height:auto;overflow:hidden;margin-bottom:30px}
.servicesix .proclass ul{}
.servicesix .proclass ul li{display:block;float:left;text-align:center;margin-left:19px;font-size:12px;width:45%;margin:2%;height:auto;}
.servicesix .proclass ul li p{}
.servicesix .proclass ul li img{width: 120px;height: 120px;}
.servicesix .proclass ul li p strong{font-size:30px;color: #000;line-height:60px;font-weight:500;}
.servicesix .proclass ul li p span{font-size:14px;color: #000;line-height:20px;font-weight:100;}
.servicesix .proclass ul li img{width: 120px;height: 120px;}
.servicesix .proclass ul li img:hover{}


.servicesix01{width: 100%;font-size:14px; overflow:hidden; padding:30px 0px;text-align:left;border-bottom:0px double #ededed;background: linear-gradient(135deg, #00feff, #1261ff 46%, #8157ff);}
.servicesix01 .lgywm_title { width:100%; height:80px;}
.servicesix01 .lwenzi { width:100%; height:auto; text-align:center;margin:20px auto 0px;border-bottom:0px solid #e4e4e4;}
.servicesix01 .lwenzi p { font-size:14px; color:#303030;line-height:60px;font-weight:100;text-transform : uppercase;}
.servicesix01 .lwenzi p strong {font-size:36px;width:100%;color:#fff;line-height:36px;height:36px;padding:2% 0px;font-weight:300;}
.servicesix01 .lwenzi dd{height:1px;overflow:hidden;width:80px;background:#e1e1e1;border-bottom:0px solid #7f7f7f;margin:0px auto;text-align:center;}

.servicesix01 .proclass{margin:0px auto;width:90%;height:auto;overflow:hidden;margin-bottom:30px}
.servicesix01 .proclass ul{display: flex;flex-wrap: wrap;justify-content: center;}
.servicesix01 .proclass ul li{display:block;float:left;text-align:center;font-size:12px; width: calc(50% - 40px); /* 5个元素每行 */;height:auto;background:#fff;display: flex;flex-direction: column;align-items: center;justify-content: center;border-radius: 12px;box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); margin: 10px; /* 左右上下对称间距 */padding: 20px 10px;}
.servicesix01 .proclass ul li a {display: flex;flex-direction: column;align-items: center;width: 100%;height: 100%;}
.servicesix01 .proclass ul li p{}
.servicesix01 .proclass ul li img{width: 80px;height: 80px;object-fit: contain; /* 保持比例 */}
.servicesix01 .proclass ul li p strong{font-size:26px;color: #000;line-height:40px;font-weight:500;}
.servicesix01 .proclass ul li img{}
.servicesix01 .proclass ul li img:hover{}
.servicesix01 .proclass ul li:hover {transform: translateY(-5px);box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);}


.servicesix02{width: 100%;font-size:14px; overflow:hidden; padding:10px 0px;text-align:left;border-bottom:0px double #ededed;}
.servicesix02 .lgywm_title { width:100%; height:80px;}
.servicesix02 .lwenzi { width:100%; height:auto; text-align:center;margin:20px auto 0px;border-bottom:0px solid #e4e4e4;}
.servicesix02 .lwenzi p { font-size:14px; color:#303030;line-height:60px;font-weight:100;text-transform : uppercase;}
.servicesix02 .lwenzi p strong {font-size:36px;width:100%;color:#000;line-height:36px;height:36px;padding:2% 0px;font-weight:500;}
.servicesix02 .lwenzi dd{height:1px;overflow:hidden;width:80px;background:#e1e1e1;border-bottom:0px solid #7f7f7f;margin:0px auto;text-align:center;}

.servicesix02 .proclass{margin:0px auto;width:100%;height:auto;overflow:hidden;margin-bottom:10px}
.servicesix02 .proclass ul{display: flex;flex-wrap: wrap;justify-content: center;}
.servicesix02 .proclass ul li{display:block;float:left;text-align:center;font-size:12px; width: calc(50% - 65px); /* 5个元素每行 */;height:auto;background:#fff;display: flex;flex-direction: column;align-items: center;justify-content: center;border-radius: 8px;margin:20px; /* 左右上下对称间距 */padding: 20px 10px;border:1px solid #f0f2f8;}
.servicesix02 .proclass ul li a {display: flex;flex-direction: column;align-items: center;width: 100%;height: 100%;padding:30px 0 10px 0;}
.servicesix02 .proclass ul li p{padding:20px 30px;}
.servicesix02 .proclass ul li img{width:140px;height:140px;object-fit: contain; /* 保持比例 */}
.servicesix02 .proclass ul li p strong{font-size:26px;color: #000;line-height:40px;font-weight:500;}
.servicesix02 .proclass ul li p span{font-size:14px;color: #000;line-height:20px;font-weight:100;}
.servicesix02 .proclass ul li img{}
.servicesix02 .proclass ul li img:hover{}

/*七*/
.servicesev{width: 100%;font-size:14px; overflow:hidden; padding:10px 0px;text-align:left;border-bottom:0px double #ededed; }
.servicesev .lgywm_title { width:100%; height:auto;}
.servicesev .lwenzi { width:100%; height:auto; text-align:center;margin:0px auto 0px;border-bottom:0px solid #e4e4e4;}
.servicesev .lwenzi p { font-size:14px; color:#303030;line-height:40px;font-weight:100;text-transform : uppercase;}
.servicesev .lwenzi p strong {font-size:36px;width:100%;color:#f58021;line-height:36px;height:36px;padding:2% 0px;font-weight:500;}
.servicesev .lwenzi dd{height:1px;overflow:hidden;width:80px;background:#e1e1e1;border-bottom:0px solid #7f7f7f;margin:0px auto;text-align:center;}

.servicesev .proclass{margin:0px auto;width:100%;height:auto;overflow:hidden;margin-bottom:30px}
.servicesev .proclass ul{}
.servicesev .proclass ul li{display:block;float:left;text-align:center;margin-left:19px;font-size:12px;width:45%;margin:2%;height:auto;}
.servicesev .proclass ul li p{}
.servicesev .proclass ul li p strong{font-size:24px;color: #000;line-height:60px;font-weight:600;}
.servicesev .proclass ul li p span{font-size:12px;color: #000;line-height:20px;font-weight:100;}
.servicesev .proclass ul li img{width: 140px;height:140px;}
.servicesev .proclass ul li img:hover{}

/*1*/
.servicesev01{width: 100%;font-size:14px; overflow:hidden; padding:50px 0px;text-align:left;border-bottom:0px double #ededed; }
.servicesev01 .lgywm_title { width:100%; height:auto;}
.servicesev01 .lwenzi { width:100%; height:auto; text-align:center;margin:20px auto;border-bottom:0px solid #e4e4e4;}
.servicesev01 .lwenzi p { font-size:16px; color:#303030;line-height:60px;font-weight:100;text-transform : uppercase;}
.servicesev01 .lwenzi p strong {font-size:30px;width:100%;color:#000;line-height:36px;height:36px;padding:2% 0px;font-weight:500;}
.servicesev01 .lwenzi p strong img{width:30px;height: auto;}

.servicesev01 .el-tab{width: auto;height: 47px;border-bottom:1px solid #f2f2f3;flex-shrink: 0;display: flex;justify-content: center; /* 水平居中 */}
.servicesev01 .el-tab ul{display: flex;margin: 0 auto; /* 确保ul本身也居中 */}
.servicesev01 .el-tab ul li{float: none; /* 移除浮动 */display: inline-block; /* 改为行内块元素 */}
.servicesev01 .el-tab ul li a{display: block;padding: 0px 15px;line-height: 45px;font-size:12px;margin:0 0px 0 5px}
.servicesev01 .el-tab ul li a:hover{border-bottom:0px solid #f58021;color:#f58021;font-weight: bold;}
.servicesev01 .el-tab .curr{border-bottom:3px solid #f58021;color:#f58021;font-weight: bold;}
/**/
.servicesev01 .customer-list{width: 100%;height:auto;overflow: hidden;background-image: linear-gradient(to top,#fdfbff,#fff);}
.servicesev01 .customer-list ul {}
.servicesev01 .customer-list ul li{}
.servicesev01 .customer-list ul li a {display: block; width:auto;padding:16px;height:auto;}

.servicesev01 .customer-list ul li .name-box{float:left;width:30%;padding:8% 2%;display:none;}
.servicesev01 .customer-list ul li .name-box .name{flaot:left;width: 100%; font-size:30px;color:#000;line-height:50px;margin-bottom: 20px;}
.servicesev01 .customer-list ul li .name-box .time{float:left;width: 100%; font-size:14px;color:#000;line-height: 24px;margin-bottom: 10px;}
.servicesev01 .customer-list ul li .name-box .nmore{float:left;width: 100%; font-size:14px;color:#0B121A99;line-height: 24px;}
.servicesev01 .customer-list ul li a:hover{}
.servicesev01 .customer-list .cur{background:#f2f5fb;}

.servicesev01 .customer-list ul li .avatar-boxdan{float:left;width:100%;height:auto;padding-right: 0px;}
.servicesev01 .customer-list ul li .avatar-boxdan img{width:100%; height:auto;border-radius:0px;text-align: center;padding:0px 0px 0px 0 ;}

.servicesev01 .customer-list .tab-content {display: none;}
.servicesev01 .customer-list .tab-content.active {display: block;}

/*2*/
.servicesev02{width: 100%;font-size:14px; overflow:hidden; padding:50px 0px;text-align:left;border-bottom:0px double #ededed; }
.servicesev02 .lgywm_title { width:100%; height:auto;}
.servicesev02 .lwenzi { width:100%; height:auto; text-align:center;margin:20px auto;border-bottom:0px solid #e4e4e4;}
.servicesev02 .lwenzi p { font-size:16px; color:#303030;line-height:60px;font-weight:100;text-transform : uppercase;}
.servicesev02 .lwenzi p strong {font-size:30px;width:100%;color:#000;line-height:36px;height:36px;padding:2% 0px;font-weight:500;}
.servicesev02 .lwenzi p strong img{width:30px;height: auto;}

.servicesev02 .el-tab1{width: auto;height: 47px;border-bottom:1px solid #f2f2f3;flex-shrink: 0;display: flex;justify-content: center; /* 水平居中 */}
.servicesev02 .el-tab1 ul{display: flex;margin: 0 auto; /* 确保ul本身也居中 */}
.servicesev02 .el-tab1 ul li{float: none; /* 移除浮动 */display: inline-block; /* 改为行内块元素 */}
.servicesev02 .el-tab1 ul li a{display: block;padding: 0px 5px;line-height: 45px;font-size:12px;margin:0 0px 0 2px}
.servicesev02 .el-tab1 ul li a:hover{border-bottom:0px solid #f58021;color:#f58021;font-weight: bold;}
.servicesev02 .el-tab1 .curr{border-bottom:3px solid #f58021;color:#f58021;font-weight: bold;}
/**/
.servicesev02 .customer-list1{width: 100%;height:200px;overflow: hidden;background-image: linear-gradient(to top,#fdfbff,#fff);}
.servicesev02 .customer-list1 ul {}
.servicesev02 .customer-list1 ul li{}
.servicesev02 .customer-list1 ul li a {display: block; width:auto;padding:16px;height:auto;}

.servicesev02 .customer-list1 ul li .name-box{float:right;width:65%;padding:5% 2%;}
.servicesev02 .customer-list1 ul li .name-box .name{flaot:left;width: 100%; font-size:16px;color:#000;line-height:26px;margin-bottom: 5px;}
.servicesev02 .customer-list1 ul li .name-box .time{float:left;width: 100%; font-size:12px;color:#000;line-height: 20px;margin-bottom: 0px;}
.servicesev02 .customer-list1 ul li .name-box .nmore{float:left;width: 100%; font-size:12px;color:#0B121A99;line-height: 24px;}
.servicesev02 .customer-list1 ul li a:hover{}
.servicesev02 .customer-list1 .cur{background:#f2f5fb;}

.servicesev02 .customer-list1 ul li .avatar-boxdan{float:left;width:30%;height:200px;padding-right: 0px;}
.servicesev02 .customer-list1 ul li .avatar-boxdan img{width:100%; height:auto;border-radius:0px;text-align: center;padding:20px 0px 30px 0 ;}

.servicesev02 .customer-list1 .tab-content {display: none;}
.servicesev02 .customer-list1 .tab-content.active {display: block;}

/*八*/
.serviceeig{width: 100%;font-size:14px; overflow:hidden; padding:30px 0px;text-align:left;border-bottom:0px double #ededed; }
.serviceeig .lgywm_title { width:100%; height:auto;}
.serviceeig .lwenzi { width:100%; height:auto; text-align:center;margin:0px auto 0px;border-bottom:0px solid #e4e4e4;}
.serviceeig .lwenzi p{font-size:12px; color:#303030;line-height:40px;font-weight:100;text-transform : uppercase;}
.serviceeig .lwenzi p strong {font-size:36px;width:100%;color:#f58021;line-height:36px;height:36px;padding:2% 0px;font-weight:500;}
.serviceeig .lwenzi dd{height:1px;overflow:hidden;width:80px;background:#e1e1e1;border-bottom:0px solid #7f7f7f;margin:0px auto;text-align:center;}

.serviceeig .proclass{margin:0px auto;width:100%;height:auto;overflow:hidden;margin-bottom:30px}
.serviceeig .proclass ul{}
.serviceeig .proclass ul li{display:block;float:left;text-align:center;font-size:14px;width:45%;margin:1% 2%;height:auto;}
.serviceeig .proclass .title{font-size:24px;line-height: 46px;margin:10px 0;}

.qy_indexIcon {display: inline-block;overflow: hidden;font-size: 0;line-height: 0;}
.qy_indexIcon_v1 {background-image: url(../images/ss08_1.png);background-position: -380px -811px;width: 180px;height: 140px;}
.qy_indexIcon_v2 {background-image: url(../images/ss08_1.png);background-position: 0 -211px;width: 180px;height: 140px;}
.qy_indexIcon_v3 {background-image: url(../images/ss08_1.png);background-position: 0 -811px;width: 180px;height: 140px;}
.qy_indexIcon_v4 {background-image: url(../images/ss08_1.png);background-position: -760px -661px;width: 180px;height: 140px;}
.qy_indexIcon_v5 {background-image: url(../images/ss08_1.png);background-position: -570px -511px;width: 180px;height: 140px;}
.qy_indexIcon_v6 {background-image: url(../images/ss08_1.png);background-position: -762px -211px;width: 180px;height: 140px;}

.serviceeig .proclass ul li a:hover{color:#f58021;font-weight: bold;}
	
	
.container{width: 96%;font-size:14px; overflow:hidden; padding:5% 2%;text-align:left;border-bottom:0px double #ededed; }
.g_animation.translate { opacity: 0.2; transform: translateY(300px); transition: 1s ease; }
.g_animation.reset { opacity: 1; transform: none; filter: none; }
.tedian > li { float: left; width: 42.9%; height: 290px; text-align: center; padding: 50px 3.5% 0; border: 1px solid #eee; border-right: 0; box-shadow: 0 0 20px rgba(0,0,0,0); overflow: hidden; transition: ease .3s;margin-left: -1px;margin-top: -1px;}
.tedian > li:hover { box-shadow: 0 0 30px rgba(0,0,0,.15); }
.tedian > li:nth-child(2n+2) { border-right: 1px solid #eee; }
.tedian > li .pic { display: inline-block; text-align: center; width: 100px;height:100px; line-height: 100px; background-image: linear-gradient(to bottom, #ec8530, #f5b880); border-radius: 50px; }
.tedian > li .pic img { width: 60px; vertical-align: middle;padding-top: 20px;}
.tedian > li .h1 { font-size: 16px; margin: 20px 0 10px; }
.tedian > li .h2 { color: #999; line-height: 1.5em; }
html.um .tedian > li { width: 50%; border: 1px solid #eee; border-right: 0; }
html.um .tedian > li:nth-child(2n+2) { border-right: 1px solid #eee; }		
	
}

@media screen and (min-width:280px) and (max-width:767px)
{
.ndiv{display:none;}
	
.top_header{margin:0 auto; height:61px;width:100%;position:absolute;display:block;z-index:9999;left:0px;right:0px;top:23px; }
.topheader{width:100%;border-top:0px solid #41aa45;height:61px;}
.topheadercol{width:90%;height:208px;margin:0 auto;color:#fff;}

.topheaderight{margin-right:0px;float:right;width:240px;overflow:hidden;text-align:right;}
.topheaderight p{display:none;}

.top_header .logo{float:left;width:80%;z-index:9999;}
.top_header .logo img{display:inline-block;text-align:left;float:left;height: auto; width: auto\9; width:90%;}
	
.flex-control-nav{position:absolute;bottom:5px;z-index:2; left:45.5%;text-align:center;}
	
.nav__trigger { top:8px!important;margin-right:10px;}
	
.nav dt{width: 96%; margin: 0px auto; height:50px;text-align: left;padding:20px 0px 30px 0px;border-bottom:solid 1px rgba(255, 255, 255, 0.2);margin-bottom: 20px;}
.nav dt img{float:left; padding:5px 0 10px 10px;display: block;height: auto; width: auto\9; width:80%;}
	
.accordion {width: 96%;margin: 0px auto;}
.accordion li{width: 33.3%; display: block;font-size:26px;color: #000;font-weight: bold;text-align: left;text-transform:uppercase;float:left;line-height:56px;}
.accordion li a{padding-left:5px;font-size: 20px;}
.accordion li ul{}
.accordion li ul li{width:96%; font-weight: 100;font-size:12px;color:#EFEFEF;padding:4px 5px;text-transform:none;border-bottom:solid 0px #eaeaea;line-height:20px;}
.accordion li ul li a{color:#EFEFEF;padding-left:2px;border-bottom:solid 0px #eaeaea;font-size:12px;}
	
	
	
.nltext{display:none;}
.flex-direction-nav li a.flex-prev{display:none;}
.flex-direction-nav li a.flex-next{display:none;}

.fircol{margin:0px auto;width:100%;height:auto;margin-top:0px;overflow:hidden;}
.fircolbox{width:90%;height:auto;margin:0px auto;text-align:left;color:#000;overflow:hidden;}
.fircolbox .title{width:100%;height:auto;margin:10px auto;overflow:hidden;}
.fircolbox .title p{float:left;color:#333333;font-size: 16px;line-height: 36px;font-weight: 100;}
.fircolbox .title p strong{color:#f58021;font-size: 30px;line-height: 36px;}
.fircolbox .title span{float:right;color:#595757;font-size: 16px;padding-top:80px;display:none;}
.fircolbox ul li{width: 99%;float:left;margin-right: 0%;margin-bottom: 5%;}
.fircolbox ul li a{float:left;display:block;width:80%;padding:10%;background:url(../images/firpro1.jpg) center top no-repeat;background-size:cover;border:1px solid #e8e8e8;border-radius: 30px;}
.fircolbox ul li a h3{color:#f58021;font-size:30px;padding:40px 0 20px 0;line-height: 36px;height: 72px;}
.fircolbox ul li a p{margin: 20px 0; height:180px; color:#6a6a6a;font-size:14px;line-height:20px;}
.fircolbox ul li a span{color:#eb832d;font-size: 12px;line-height: 20px;font-weight: 100;}
.fircolbox ul li:nth-child(4n) {margin-right: 0%}
.fircolbox ul li:nth-child(2n) {margin-right: 0%}	
.fircolbox ul li a:hover{background:url(../images/firpro2.jpg) center top no-repeat;background-size:cover;}
.fircolbox ul li a:hover h3{color:#fff;}
.fircolbox ul li a:hover p{color:#fff;}	

	
/**/
.seccol{margin:0px auto;width:100%;height:900px;margin-top:0px;overflow:hidden;background:url(../images/secbg.jpg) center top no-repeat;background-size:cover;}
.seccolbox{margin:0px auto;width:100%;height:auto;overflow:hidden;}
.seccolbox .secleft{margin:0px auto;width:100%;height: auto;overflow:hidden;}
.seccolbox .secleft .title{padding:8% 10% 0%  10%;width:80%;height: auto;overflow:hidden;}
.seccolbox .secleft .title dd{width: 140px;height: 4px;background:#f3af73;margin-top:70px;margin-bottom: 20px}
.seccolbox .secleft .title h3{color:#f58021;font-size: 36px;line-height: 36px;text-align: left;width: 100%}
.seccolbox .secleft .title h1{color:#333333;font-size: 20px;line-height: 36px;text-align: left;width: 100%;margin-bottom: 10px;font-weight:500;}
.seccolbox .secleft .title p{color:#000;font-size: 12px;line-height: 22px; text-align: left;width: 100%;margin-bottom: 10px;}
.seccolbox .secleft .title span a{float:left;font-size: 12px;color: #fff;padding: 6px 10px;line-height: 30px;border-radius: 30px;width: 140px; text-align:center;color:#fff;border:1px solid #fff;background-image: linear-gradient(to right,#f5b881,#ec832e);}
.seccolbox .secleft .title span a:hover{background-image: linear-gradient(to right,#f58021,#f58021);}

.seccolbox .secright{float:left;margin:30px auto;width:100%;height: auto;overflow:hidden;}
.seccolbox .secright p img{height: auto; width: auto\9; width:84%;}

.seccollist{width:82%;height:auto;margin:0px auto;text-align:center;color:#000;overflow:hidden;}
.seccollist ul{width:100%;margin-top:0px;}
.seccollist ul li{width:40%;padding:5%;float: left;color:#000;font-size:24px;text-align:center;}
.seccollist ul li strong{height:auto;text-align:center;font-size:12px;font-weight: 100;}
.seccollist ul li span{height:auto;text-align:center;font-size:16px;line-height:36px;padding-left:5px;color:#000;font-weight: 500;transform: skewX(-10deg);display: inline-block;}
.seccollist ul li d1,.seccollist ul li d2,.seccollist ul li d3,.seccollist ul li d4{height:50px;text-align:center;font-size:36px;color:#000;font-weight: 800;transform: skewX(-10deg);display: inline-block;}

/**/
.thrCol{margin:0px auto;width:100%;height:280px;overflow:hidden;background:url(../images/thrbg.jpg) center top no-repeat;background-size:cover;}
.thrCol .title{margin:0px auto;width:100%;height:auto;margin-top:30px;position:absolute;z-index:30;}
.thrCol .title h3{font-size: 30px;line-height: 36px;text-align: center;color:#fff;font-weight:500;}
.thrCol .title p{margin:0px auto;width:100%;text-align:center;font-size:16px;color:#fff;line-height:36px;font-weight:100;text-transform : uppercase;}

.thrColbox{margin:0px auto;width:78%;height:280px;overflow:hidden;}
.thrColbox ul{}
.thrColbox ul li{float:left;width:16.0%;height:280px; margin-left:0px;border-right:1px solid rgba(255, 255, 255, 0.2);}
.thrColbox ul li a{ display:block; width:100%;height:280px;height:auto; text-align:center;}
.thrColbox ul li a p{text-align:center;width: 100%;line-height:36px;font-size:16px;color: #fff;font-weight:500;display:none;}

.thrColbox ul li .secimg{width:100%;height:160px;margin:0px auto;overflow: hidden;border-radius:0px;margin-top: 200px;}
.thrColbox ul li .secimg img{width:90%;height:auto;cursor: pointer;transition: all 0.9s;}
.thrColbox ul li .secimg img:hover{transform: scale(1.01);}
.thrColbox ul li:hover p{font-weight: 800}
.thrColbox ul li:hover{background-image: linear-gradient(to bottom,rgba(234, 87, 14, 0.1),rgba(234, 87, 14, 1));}
.thrColbox ul li:first-child {border-left:1px solid rgba(255,255,255,0.2);}

/**/
.fourCol{margin:50px auto;width:100%;height:auto;overflow:hidden;}
.fourCol .title{margin:20px auto;width:90%;height:auto;overflow:hidden;}
.fourCol .title p{text-align: left;font-size:16px;font-weight: 500;line-height: 24px;color:#5e5e5e;}
	
/**/
.fiveCol{width:100%;height:auto;margin:0px auto;text-align:left;color:#000;overflow:hidden;background:#f7f7f7}
.fiveCol .title{width:90%;height:auto;margin:30px auto;overflow:hidden;}
.fiveCol .title p{float:left;color:#333333;font-size: 16px;line-height: 36px;font-weight: 100;}
.fiveCol .title p strong{color:#f58021;font-size: 30px;line-height: 36px;}
.fiveCol .title span{float:right;color:#595757;font-size: 16px;padding-top:80px;display:none;}
.fiveColbox{width:90%;height:auto;margin:0px auto;overflow:hidden;margin-bottom: 30px;}
.fiveColbox .fiveleft{float:left;width: 100%;margin-bottom: 20px;}
.fiveColbox .fiveright{float:left;width: 100%;}

.fiveColbox .fiveleft .nnews{width:100%;height:572px;overflow:hidden;position: relative;background:#000;}
.fiveColbox .fiveleft .nnews img{filter:alpha(opacity=70); -moz-opacity:0.7;opacity:0.7;width: 100%;height: 100%}
.fiveColbox .fiveleft .nnews a:hover img{filter:alpha(opacity=40); -moz-opacity:0.4;opacity:0.4;}

.nnewscol{position:absolute;z-index:3;width:84%;padding:0 8%;bottom:10%;}
.nnewscol time{font-size:36px;line-height:26px;color:#fff;text-align: left;font-weight:500;}
.nnewscol time strong{font-size:20px;line-height:26px;color:#fff;text-align: left;font-weight:500;}
.nnewscol h1{font-size:24px;line-height:36px;color:#fff;text-align: left;font-weight:500;height: 72px;margin:30px 0 20px 0;}
.nnewscol span {float:left;font-size: 16px;color: #fff;padding: 8px 10px;line-height: 36px;border-radius: 30px;width: 180px; text-align:center;color:#fff;border:1px solid #fff;background-image: linear-gradient(to right,#f5b881,#ec832e);}

.fiveColbox .fiveright ul{}
.fiveColbox .fiveright ul li{float:left;width:100%;height: 280px;background: #fff;margin-right:2%;margin-bottom: 5%}
.fiveColbox .fiveright ul li a{display:block;padding: 8%;width: 84%;}
.fiveColbox .fiveright ul li a h3{color:#000;font-size: 22px;line-height:26px;text-align: left;font-weight: 500;height: 78px;margin-bottom: 20px;overflow:hidden;}
.fiveColbox .fiveright ul li a h1{color:#000;font-size: 12px;line-height: 26px;text-align: left;font-weight: 100;height: 52px;margin-bottom: 20px;overflow:hidden;}
.fiveColbox .fiveright ul li a p{border-top:1px solid #969696;padding-top: 20px;}
.fiveColbox .fiveright ul li a p span{float:left;color:#000;line-height: 26px;font-size: 14px;}
.fiveColbox .fiveright ul li a p i{float:right;padding:0px 10px 0px 8px;color:#fff;line-height: 26px;font-size: 12px;background:#ec832e;border-radius: 50%;font-weight: 100;}

.fiveColbox .fiveright ul li:nth-child(2n) {margin-right: 0%}
.fiveColbox .fiveright ul li:nth-child(4n) {margin-right: 0%}

.fiveColbox .fiveright ul li:hover{background: linear-gradient(135deg, #f5b881, #ec832e);}
.fiveColbox .fiveright ul li:hover h3{color:#fff;}
.fiveColbox .fiveright ul li:hover h1{color:#fff;}
.fiveColbox .fiveright ul li:hover p{border-top:1px solid #fff;}
.fiveColbox .fiveright ul li:hover p span{color:#fff;}
.fiveColbox .fiveright ul li:hover p i{color:#ec832e;background:#fff;}
	
/*footer */
.bottom{margin:0px auto;width:100%;height:auto;background:#222222;overflow:hidden;}
.footcol{margin:0px auto;width:100%;height:18px;background-image: linear-gradient(to right,#f5b881,#ec832e);}
.footlist{width:90%;margin:0px auto;height:auto;overflow:hidden;margin-top: 50px;}
.footlistleft{float:left;width:100%;height: auto; border-right:1px solid rgba(255, 255, 255, 0.08);overflow:hidden;text-align: center;}
.footlistleft h1{width:100%;margin-bottom: 50px;}
.footlistleft h1 img{height: auto; width: auto\9; width:50%;}
.footlistleft h2{margin:0 auto; width:90%;height: 70px;background:url(../images/botlogotelbg.png) right top no-repeat;background-size:cover;overflow:hidden;}
.footlistleft h2 dd{float:left;width:50px;height: 70px; text-align: center;overflow:hidden;}
.footlistleft h2 dd img{width: 26px;height: 36px;padding-left:5px;padding-top:15px;}
.footlistleft h2 p{height: 62px;float:left;color: #fff;font-size: 14px;font-weight: 500;line-height:16px;text-indent:4px;margin-top:8px;overflow:hidden;text-align: left}
.footlistleft h2 p strong{font-size: 30px;font-weight:600;line-height:34px;font-style:italic;}
	
.footlistmid{float:left;width: 90%;margin:5%;overflow:hidden;text-align: left}
.footlistright{float:left;width: 100%;height: auto;border-top:1px solid rgba(255, 255, 255, 0.08);border-left:0px solid rgba(255, 255, 255, 0.08);overflow:hidden;text-align: center;}
.footlistright img{height: auto; width: auto\9; width:40%;padding: 30px 0;}	
	
.footlistmid ul{float:left;width: 24%;margin-left:1%;height: auto;padding:20px 0;}
.footlistmid h1{font-size:20px;line-height:26px;padding-bottom: 30px;color:#f58021;font-weight: 500;}
.footlistmid ul li{}
.footlistmid ul li a{display:block;line-height:20px;width:100%;text-align:left;font-size:12px;color:#656f76;}

.footlistlink{width:90%;margin:20px auto;height:auto;overflow:hidden;padding: 30px 0 10px 0;border-top:1px solid rgba(255, 255, 255, 0.08);}
.footlistlink .left{width:100%;float:left;}
.footlistlink .right{width:100%;float:left;margin-top: 10px;}

.footlistlink .left h1{color:#fff;text-align: left;font-size: 24px;font-weight: 500;line-height: 40px;}
.footlistlink .left p{color:#fff;text-align: left;font-size: 16px;font-weight: 500;line-height: 26px;}
.footlistlink .left p a{display:block;float:left;line-height:36px;margin-right:10px; text-align: left;font-size:14px;color:#fff;}
.footlistlink .left p a:link,.footlistlink .left p a:visited{color:#fff;}
.footlistlink .left p a:hover{color:#fff;}

.footlistlink .right p{color:#fff;text-align:center;font-size: 16px;font-weight: 500;line-height: 36px;}
.footlistlink .right p a{float:left;display: flex; /* 改为 flex 布局 */align-items: center; /* 垂直居中 */color:#fff;text-align:center;font-size:16px;line-height: 26px;margin-bottom: 10px;border-radius:10px;width:130px; padding: 10px 20px; padding-left: 20px; line-height: normal; /* 重置 line-height */border:1px solid rgba(255, 255, 255, 1);}
.footlistlink .right p a img{vertical-align: middle; /* 可选，确保图片本身垂直居中 */margin-right:4px; /* 添加图片和文字之间的间距 */}
.footlistlink .right p a:hover{color:#fff;background: linear-gradient(135deg, #f5b881, #ec832e);border:1px solid rgba(255, 255, 255, 0);}


.footer{margin:0px auto;width:90%;height:auto;overflow:hidden;padding:20px 0 10px 0;border-top:1px solid rgba(255, 255, 255, 0.08);}
.footer p{line-height:20px;font-size: 14px;text-align:left;margin:5px 0;color:#b7b7b7;}
.footer p a{color:#4b5155;font-size: 12px;text-align:left;}

/**/
.yytext{position:absolute;z-index:30; left:0;width:100%;top:50%; text-transform: uppercase;display:none;}

/**/
.concolboxlist{width:90%;height: auto;margin:20px auto;overflow:hidden;border-top:0px solid #000;}
.concolboxlistcol{width:100%;height: auto;margin:0px auto;overflow:hidden;color:#fff;font-size:16px;line-height: 30px;text-align: left;}
.concolboxlistcol .left{float:left;;width:80%;height:auto;padding:10%;background:url(../images/conbg1.jpg) center top no-repeat;background-size:cover;margin-bottom:10px;}
.concolboxlistcol .right{float:left;width:80%;height:auto;padding:10%;background:url(../images/conbg1.jpg) center top no-repeat;background-size:cover;}

.concolboxlistcol .left span{width:100%;display:block;text-align:left;}
.concolboxlistcol .left span img{margin:20px auto;text-align: left;width:30%;}
.concolboxlistcol .left strong{width:100%;display:block;font-size:24px;line-height:30px;font-weight:500;padding-bottom: 20px}
.concolboxlistcol .left p{width:100%;display:block;font-weight:100;font-size:16px;line-height:24px;}

.concolboxlistcol .right span{width:100%;display:block;text-align:left;}
.concolboxlistcol .right span img{margin:20px auto;text-align: left;width:30%;}
.concolboxlistcol .right strong{width:100%;display:block;font-size:24px;line-height:30px;font-weight:500;padding-bottom: 20px}
.concolboxlistcol .right p{width:100%;display:block;font-weight:100;font-size:16px;line-height:24px;}

.contact2{width:90%;margin:20px auto;height:440px;overflow:hidden;background:url(../images/conbg2.jpg) center top no-repeat;background-size:cover;margin-bottom:40px}
.contact2col{width:90%;margin:0px auto;height:auto;overflow:hidden;}
.contact2col .title{width:100%;margin:30px auto;height:auto;overflow:hidden;margin-top:50px;}
.contact2col .title strong{font-size:20px;line-height: 36px;padding-left:0px;text-align:center;font-weight: 500;}
.contact2col .title p{font-size:12px;line-height: 26px;padding-left:0px;text-align:center;}

.inquirylist {width:100%;margin:30px auto;height:auto;overflow: hidden;padding:0px;margin-top:20px;text-transform:uppercase;}
.inquirylist ul {width:100%;}
.inquirylist ul li{padding:0.5% 0; width:99%; height:auto; float: left; display: inline; text-align:left;margin-bottom:5px;}
.inquirylist ul li input{background:#f8f8f8;border:1px solid #9f9f9f;border-radius:10px;padding:1.5% 1%; width:46.5%;font-size: 14px;color:#6a6a6a;margin-right: 0.5%;}

.inquirylist ul li .register{width:150px; text-align:center;font-weight:100;font-size:16px;line-height:26px;COLOR: #fff;background:#f5b77f;margin-right:10px;border-radius:10px;text-transform:uppercase;margin-top: 10px;border:0px solid #9f9f9f;}
.inquirylist ul li .register1{width:150px; text-align:center;font-weight:100;font-size:16px;line-height:26px;COLOR: #fff;background:#9a9a9a;margin-right:0px;border-radius:10px;text-transform:uppercase;margin-top: 10px;border:0px solid #9f9f9f;}
.inquirylist ul li:last-child {display: flex;justify-content: center;gap: 1px; /* 控制按钮间距 */}

.inquirylist ul li textarea{float:left;height:100px;line-height:20px;text-align:left;background:#f8f8f8;border:1px solid #9f9f9f;border-radius:10px;padding:1.5% 1%; width:97.5%;font-size: 14px;color:#6a6a6a;}
	
/*case*/
.casecol{margin:0px auto;width:100%;height:auto;overflow:hidden;background:#edf1f7;}
.casecolbox{width:90%;height:auto;margin:10px auto;text-align:left;color:#000;overflow:hidden;}
.casecolbox .title{width:100%;height:auto;margin:10px auto;overflow:hidden;border-bottom:1px solid #e4e8ed;padding-bottom: 10px;}
.casecolbox .title p{float:left;color:#333333;font-size: 16px;line-height: 36px;font-weight: 100;}
.casecolbox .title p strong{color:#f58021;font-size: 30px;line-height: 36px;}
.casecolbox .title span{float:right;color:#595757;font-size: 16px;padding-top:76px;display:none;}

.casecolbox .category{width:100%;height:auto;margin:10px auto;overflow:hidden;border-bottom:0px solid #e4e8ed;padding-bottom: 10px;}
.casecolbox .category p{float:left;color:#666666;font-size:12px;text-align: left;margin-bottom: 15px;}
.casecolbox .category span{float:left;}
.casecolbox .category span a{float:left;font-size:12px;color: #fff;padding: 2px 10px;line-height:24px;border-radius:30px;text-align:center;color:#000;border:1px solid #010101;background:#fff;margin-right:5px;margin-bottom: 8px;}
.casecolbox .category span a:hover{background:#f58021;color:#fff;border:1px solid #f58021;}
.casecolbox .category .cur{font-size:12px;color: #fff;padding: 2px 10px;line-height: 24px;border-radius:30px;text-align:center;background:#f58021;color:#fff;border:1px solid #f58021;}

.casecollist{width:100%;height:auto;margin:10px auto;overflow:hidden;border-bottom:0px solid #e4e8ed;padding-bottom: 30px;}
.casecollist ul{}
.casecollist ul li{float:left;width:100%;height: auto;margin-right:0%;margin-bottom: 2%}
.casecollist ul li a{display:block;;width: 100%;color:#000}
.casecollist ul li .secimg{width:100%;height:auto;margin:0px auto;overflow: hidden;border-radius:0px;}
.casecollist ul li .secimg img{width:100%;height:100%;cursor: pointer;transition: all 0.9s;}
.casecollist ul li:hover .secimg img{transform: scale(1.01);}
.casecollist ul li .dycol{padding:4% 0;width: 100%;margin:0px auto;}
.casecollist ul li .dycol h3{color:#000;font-size:26px;line-height:36px;text-align: left;font-weight: 500;overflow:hidden;}
.casecollist ul li .dycol p{color:#7e7e7e;font-size:12px;line-height: 26px;text-align: left;font-weight: 500;overflow:hidden;}

/**/
.newscol{width:100%;margin:0px auto;height:auto;overflow:hidden;background:#f8f8f8;}
.newscolbox{width:90%;margin:30px auto;height:auto;overflow:hidden;}
.newscolbox ul{}
.newscolbox ul li{float:left;width:100%;height: auto;background: #fff;margin-right:0%;margin-bottom: 4%}
.newscolbox ul li a{display:block;;width: 100%;color:#000}
.newscolbox ul li .secimg{width:100%;height:auto;margin:0px auto;overflow: hidden;border-radius:0px;}
.newscolbox ul li .secimg img{width:100%;height:100%;cursor: pointer;transition: all 0.9s;}
.newscolbox ul li:hover .secimg img{transform: scale(1.03);}
.newscolbox ul li .dycol{padding:5% 5%;width: 90%;margin:0px auto;}
.newscolbox ul li .dycol time{float:left;width: 25%;font-size: 14px;text-align: left;border-right: solid 1px rgba(0, 0, 0, 0.1);}
.newscolbox ul li .dycol time strong{font-size: 48px;line-height: 66px;text-align: left;}
.newscolbox ul li .dycol dd{float:right;width: 70%;}
.newscolbox ul li .dycol dd h3{color:#000;font-size: 16px;line-height: 30px;text-align: left;font-weight: 500;height: 60px;margin-bottom: 10px;overflow:hidden;}
.newscolbox ul li .dycol dd h1{color:#000;font-size: 12px;line-height: 30px;text-align: left;font-weight: 100;height: 30px;margin-bottom: 0px;overflow:hidden;}
.newscolbox ul li p{width:90%;margin:20px auto;border-top:1px solid rgba(0, 0, 0, 0.1);padding: 10px 0 20px 0;}
.newscolbox ul li p span{float:left;color:#000;line-height: 26px;font-size: 14px;}
.newscolbox ul li p i{float:right;padding:0px 10px 6px 8px;color:#000;line-height: 26px;font-size: 26px;border-radius: 50%;font-weight: 100;font-style:normal;}

.newscolbox ul li:hover{background: linear-gradient(135deg, #f5b881, #ec832e);color:#fff;}
.newscolbox ul li:hover .dycol time{border-right: solid 1px rgba(255, 255, 255, 0.2);color:#fff;}
.newscolbox ul li:hover .dycol dd h3{color:#fff;}
.newscolbox ul li:hover .dycol dd h1{color:#fff;}
.newscolbox ul li:hover p{border-top:1px solid rgba(255, 255, 255, 0.3);}
.newscolbox ul li:hover p span{color:#fff;}
.newscolbox ul li:hover p i{float:right;padding:0px 10px 6px 10px;color:#fff;line-height: 26px;font-size: 26px;border-radius: 50%;font-weight: 100;font-style:normal;}
	
/*内页部分*/
.aboutlistcol {width: 100%;margin: 0px auto;height:auto; overflow:hidden;padding-bottom: 15px;}
.aboutlistcol ul {text-align:left;width:90%;margin:10px auto;border:0px solid rgba(0, 0, 0, 0.08);height:auto;}
.aboutlistcol ul li{float:left;width:48%;background:rgba(255,255,255,0.8);margin:1%;border:0px solid rgba(0, 0, 0, 0.08);height:40px;}
.aboutlistcol ul li a{float:left;display:block;color:#000;line-height:38px;font-size:16px;text-transform:uppercase;font-weight:800;text-align:center;width:100%;height:40px;border:1px solid rgba(0, 0, 0, 0.08);}
.aboutlistcol ul li a:hover{background-image: linear-gradient(to right,#ec8530,#f5b880);color:#fff;font-weight:600;}
.aboutlistcol .current{background-image: linear-gradient(to right,#ec8530,#f5b880);color:#fff;font-weight:800;}
.aboutlistcol .current:link,.aboutlistcol .current:visited{background-image: linear-gradient(to right,#ec8530,#f5b880);color:#fff;}
.aboutlistcol .current:hover{color:#fff;}

/**/
.servicecol{width:100%;margin:0px auto;height:auto;overflow:hidden;}
.servicecolbox{width:90%;margin:40px auto;height:auto;overflow:hidden;}

.servicecolbox .concompany{width: 100%;font-size:14px; overflow:hidden; padding:50px 0px;text-align:left;border-bottom:1px double #ededed; }
.servicecolbox .concompany .left{float:left;width:100%;margin:0 2%;}
.servicecolbox .concompany .left img{max-width:100%;height: auto;display: block;margin: 0 auto;padding:5px 0;float: left;}
.servicecolbox .concompany .right{float:right;width:100%;margin:2% 0% 2% 2%;text-align:left;}
.servicecolbox .concompany .right h3{text-align:left;font-size:26px;color:#000;line-height:36px;font-weight:500;margin:0px 0;display: flex; /* 改为 flex 布局 */align-items: center;}
.servicecolbox .concompany .right h3 img{vertical-align: middle;margin-right:10px; /* 添加图片和文字之间的间距 */}
.servicecolbox .concompany .right h2{text-align:left;font-size:20px;color:#000;line-height:36px;font-weight:500;margin:5px 0;}
.servicecolbox .concompany .right h2 em{text-align:left;font-size:14px;color:#000;line-height:36px;font-weight:500;font-style:normal;}
.servicecolbox .concompany .right h1{text-align:left;font-size:20px;color:#000;line-height:30px;font-weight:600;margin:20px 0;}
.servicecolbox .concompany .right p{text-align:left;margin:0.0em 0;text-indent:0em;line-height:20px;font-size:12px;color:#777777;width: 100%;}
.servicecolbox .concompany .right dd {margin-top: 25px;}
.servicecolbox .concompany .right dd a{float:left;font-size:16px;color: #fff;padding: 8px 10px;line-height: 36px;border-radius:6px;width: 200px; text-align:center;color:#fff;border:1px solid #fff;background-image: linear-gradient(to right,#f5b881,#ec832e);}
.servicecolbox .concompany .right dd a:hover{background-image: linear-gradient(to right,#f58021,#f58021);}


.servicecolbox .concompany2{width: 100%;font-size:14px; overflow:hidden; padding:50px 0px;text-align:left;border-bottom:1px double #ededed; }
.servicecolbox .concompany2 .left{float:right;width:100%;margin:0%;}
.servicecolbox .concompany2 .left img{max-width:100%;height: auto;display: block;padding:5px 0;text-align: left;}
.servicecolbox .concompany2 .right{float:left;width:100%;margin:2% 0% 2% 0%;text-align:left;}
.servicecolbox .concompany2 .right h3{text-align:left;font-size:26px;color:#000;line-height:36px;font-weight:500;margin:0px 0;display: flex; /* 改为 flex 布局 */align-items: center;}
.servicecolbox .concompany2 .right h3 img{vertical-align: middle;margin-right:10px; /* 添加图片和文字之间的间距 */}
.servicecolbox .concompany2 .right h2{text-align:left;font-size:20px;color:#000;line-height:36px;font-weight:500;margin:5px 0;}
.servicecolbox .concompany2 .right h2 em{text-align:left;font-size:14px;color:#000;line-height:36px;font-weight:500;font-style:normal;}
.servicecolbox .concompany2 .right h1{text-align:left;font-size:20px;color:#000;line-height:30px;font-weight:600;margin:20px 0;}
.servicecolbox .concompany2 .right p{text-align:left;margin:0.0em 0;text-indent:0em;line-height:20px;font-size:12px;color:#777777;width: 100%;}
.servicecolbox .concompany2 .right dd {margin-top: 25px;}
.servicecolbox .concompany2 .right dd a{float:left;font-size:16px;color: #fff;padding: 8px 10px;line-height: 36px;border-radius:6px;width: 200px; text-align:center;color:#fff;border:1px solid #fff;background-image: linear-gradient(to right,#f5b881,#ec832e);}
.servicecolbox .concompany2 .right dd a:hover{background-image: linear-gradient(to right,#f58021,#f58021);}
	
	
/**/
.aboutfir{margin:0px auto;width:100%;height:auto;margin-top:0px;overflow:hidden;}
.aboutfir .title{width:90%;height:auto;margin:0px auto;overflow:hidden;border-bottom:1px solid rgba(0, 0, 0, 0.08);padding:20px 0;}
.aboutfir .title p{float:left;color:#333333;font-size: 16px;line-height: 36px;font-weight: 100;text-align: left;}
.aboutfir .title p strong{color:#f58021;font-size: 30px;line-height: 36px;}
.aboutfir .title span{float:right;color:#595757;font-size: 16px;padding-top:80px;display:none;}

.aboutfircol{margin:20px auto;width:90%;height:auto;overflow:hidden;}
.aboutfircol .left{float:left;width:100%;}
.aboutfircol .left img{margin:10px auto;height: auto; width: auto\9; width:80%;}
.aboutfircol .right{float:right;width:100%;}
.aboutfircol .right p{font-size:14px;line-height:26px;margin:5px 0;text-align: left;color:#333;text-indent:24px;}

/**/
.aboutseccol{margin:0px auto;width:100%;height:auto;margin-top:0px;overflow:hidden;background:url(../images/aboutbg01.jpg) center top no-repeat;background-size:cover;}
.aboutseccolbox{margin:0px auto;width:100%;height:auto;overflow:hidden;}
.aboutseccolbox .aboutsecleft{float:left;width: 100%;height: auto;overflow:hidden;}
.aboutseccolbox .aboutsecleft .title{padding:5% 5% 5% 5%;width:80%;height: auto;overflow:hidden;}
.aboutseccolbox .aboutsecleft .title dd{width: 180px;height: 4px;background:#f3af73;margin-top:40px;margin-bottom: 30px}
.aboutseccolbox .aboutsecleft .title h3{color:#f58021;font-size: 26px;line-height: 36px;text-align: left;width: 100%}
.aboutseccolbox .aboutsecleft .title h1{color:#333333;font-size: 16px;line-height: 36px;text-align: left;width: 100%;margin-bottom: 20px;font-weight:500;}
.aboutseccolbox .aboutsecleft .title h2{color:#000;font-size: 20px;line-height: 30px; text-align: left;width: 100%;margin-bottom: 20px;font-weight:500;}
.aboutseccolbox .aboutsecleft .title p{color:#000;font-size: 14px;line-height: 24px; text-align: left;width: 100%;margin-bottom: 40px;}
.aboutseccolbox .aboutsecleft .title span a{float:left;text-align:left;}
.aboutseccolbox .aboutsecleft .title span a:hover{}

.aboutseccolbox .aboutsecright{float:left;width: 100%;height: auto;overflow:hidden;}
.aboutseccolbox .aboutsecright p img{height: auto; width: auto\9; width:100%;padding-top:10px;}	

/**/
.aboutthree{margin:0px auto;width:100%;height:600px;margin-top:0px;overflow:hidden;background:url(../images/aboutbg02.jpg) center top no-repeat;background-size:cover;}
.aboutthree .title{width:90%;height:auto;margin:10px auto;overflow:hidden;padding-top:30px;}
.aboutthree .title p{float:left;color:#fff;font-size: 16px;line-height: 36px;font-weight: 100;text-align: left;}
.aboutthree .title p strong{color:#fff;font-size: 30px;line-height: 36px;}
.aboutthree .title span{float:right;color:#fff;font-size: 16px;padding-top:80px;display:none;}
.aboutthreecol{width:90%;height:auto;margin:0px auto;overflow:hidden;padding:30px 0;}
.aboutthreecol ul{}
.aboutthreecol ul li{width:100%;height:auto;;margin-right: 0%;overflow:hidden;}
.aboutthreecol ul li a{display:block;width:100%;background: #fff;padding: 10% 2%;height: 320px;overflow:hidden;}
.aboutthreecol ul li a h1{position: absolute;top:40px;color:#000;left: 50%;transform: translateX(-50%);font-size:24px;width:96%;font-weight: 600;}
.aboutthreecol ul li a dd{text-align: center;width: 100px;height:2px;background:#f58420;position: absolute;left: 50%;transform: translateX(-50%); /* 水平居中 */top:100px;}
.aboutthreecol ul li a p{position: absolute; top:150px;color:#000;left: 50%;transform: translateX(-50%);font-size: 16px;line-height: 26px;font-weight: 100;width:76%;}
.aboutthreecol ul li a span{position: absolute;bottom:20px;color:#000;left: 50%;transform: translateX(-50%);font-weight: 100;}
.aboutthreecol ul li a:hover h1{color:#f58420;}
.aboutthreecol ul li a:hover p{color:#f58420;font-weight: 100;}
.aboutthreecol ul li a:hover span{color:#000;}

/**/
.aboutfour{margin:0px auto;width:100%;height:auto;margin-top:0px;overflow:hidden;}
.aboutfour .title{width:90%;height:auto;margin:0px auto;overflow:hidden;padding:40px 0;}
.aboutfour .title p{float:left;color:#333333;font-size: 16px;line-height: 36px;font-weight: 100;text-align: left;}
.aboutfour .title p strong{color:#f58021;font-size: 30px;line-height: 36px;}
.aboutfour .title span{float:right;color:#595757;font-size: 16px;padding-top:80px;display:none;}

.aboutfourcol{width:90%;margin:0px auto;height:auto;overflow:hidden;margin-bottom: 50px;}
.aboutfourcolbox{width:100%;margin:0px auto;height:auto;overflow:hidden;border:1px solid rgba(0, 0, 0, 0.08)}
.aboutfourcolbox .title{width:94%;margin:0px auto;padding:0% 3%;}
.aboutfourcolbox .title h1{font-size:36px;line-height:36px;text-align:center;font-weight:500;color:#f58021;}
.aboutfourcolbox {width:95%;margin:0px auto;height:auto;padding:2%;}
.aboutfourcolbox p{font-size:26px;line-height:36px;text-align: left;margin: 5px auto;}

.aboutfourcolbox2 {width:100%;margin:0px auto;height:auto;}
.aboutfourcolbox2 ul{margin-top: 30px;}
.aboutfourcolbox2 ul li{width: 98%;height: auto;float:left;text-align: center;margin:1%;border: solid 1px rgba(0, 0, 0, 0.08);}
.aboutfourcolbox2 ul li a{color:#000;height: 400px;margin:0px auto;width:84%;padding:2% 8%;display:block;background-image: linear-gradient(to bottom,rgba(233, 233, 233, 1),rgba(255, 255, 255, 1));}
.aboutfourcolbox2 ul li a:hover{color:#000;}

.aboutfourcolbox2 ul li a strong{width:100%;margin:0px auto;padding:0;display: flex;border-bottom: solid 1px rgba(0, 0, 0, 0.08);
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;}
.aboutfourcolbox2 ul li a strong img{border-radius:50%;background: #fff;margin: 30px 0;width: 70%;height: auto}
.aboutfourcolbox2 ul li a span{width:90%;padding: 0 5%; margin:0px auto;font-size: 14px;line-height: 20px;text-align: left;}
.aboutfourcolbox2 ul li a span p{font-size:12px;line-height:20px;margin: 5px 0;}	

.caseend p{font-size: 16px;text-align: center;line-height: 26px;font-weight: 100;color:#d0d1d2;text-transform:uppercase;}
.caseend p strong{font-size: 26px;text-align: center;line-height: 66px;font-weight: 500;color:#4c4c4c;}	
.caseend dd img{height: auto; width: auto\9; width:80%;text-align: center;}	
	
	
/*内容*/
.servicefir{width: 100%;font-size:14px; overflow:hidden; padding:10px 0px;text-align:left;border-bottom:1px double #ededed; }
.servicefir .lgywm_title { width:100%; height:auto;}
.servicefir .lwenzi { width:100%; height:auto; text-align:center;margin:0px auto 0px;border-bottom:0px solid #e4e4e4;}
.servicefir .lwenzi p { font-size:14px; color:#303030;line-height:26px;font-weight:100;text-transform : uppercase;}
.servicefir .lwenzi p strong {font-size:26px;width:100%;color:#f58021;line-height:36px;height:36px;padding:2% 0px;font-weight:300;}
.servicefir .lwenzi dd{height:1px;overflow:hidden;width:80px;background:#e1e1e1;border-bottom:0px solid #7f7f7f;margin:0px auto;text-align:center;margin-top:8px;}

.servicefir .proclass{margin:0px auto;width:100%;height:auto;overflow:hidden;margin-bottom:30px}
.servicefir .proclass ul{}
.servicefir .proclass ul li{display:block;float:left;text-align:center;margin-left:0px;font-size:12px;width:90%;margin:0 5%;height:auto;}
.servicefir .proclass ul li p{}
.servicefir .proclass ul li p strong{font-size:24px;color: #000;line-height:60px;font-weight:500;}
.servicefir .proclass ul li p span{font-size:12px;color: #000;line-height:20px;font-weight:100;}
.servicefir .proclass ul li img{}
.servicefir .proclass ul li img:hover{}


/*1*/
.servicefir01{width: 100%;font-size:14px; overflow:hidden; padding:10px 0px;text-align:left;border-bottom:0px double #ededed; }
.servicefir01 .lgywm_title { width:100%; height:auto;}
.servicefir01 .lwenzi { width:100%; height:auto; text-align:center;margin:20px auto;border-bottom:0px solid #e4e4e4;}
.servicefir01 .lwenzi p { font-size:16px; color:#303030;line-height:60px;font-weight:100;text-transform : uppercase;}
.servicefir01 .lwenzi p strong {font-size:30px;width:100%;color:#000;line-height:36px;height:36px;padding:2% 0px;font-weight:300;}
.servicefir01 .lwenzi p strong img{width:30px;height: auto;}

.servicefir01 .el-tab{width: auto;height:auto;border-bottom:1px solid #f2f2f3;flex-shrink: 0;display: flex;justify-content: center; /* 水平居中 */}
.servicefir01 .el-tab ul{display: flex;flex-wrap: wrap; /* 关键：允许换行 */justify-content: center; /* 居中对齐 */margin: 0 auto;padding: 0 0px; /* 添加内边距 */}
.servicefir01 .el-tab ul li{float: none; /* 移除浮动 */display: inline-block; /* 改为行内块元素 */margin-bottom:2px; /* 添加底部间距 */}
.servicefir01 .el-tab ul li a{display: block;padding: 0px 8px;font-size: 16px;line-height: 45px;margin: 0 5px; /* 调整左右间距 */white-space: nowrap; /* 防止文字换行 */}
.servicefir01 .el-tab ul li a:hover{border-bottom:0px solid #f58021;color:#f58021;font-weight: bold;}
.servicefir01 .el-tab .curr{border-bottom:3px solid #f58021;color:#f58021;font-weight: bold;}		
	
/**/
.servicefir01 .customer-list{width: 100%;height:auto;overflow: hidden;background-image: linear-gradient(to top,#fdfbff,#fff);}
.servicefir01 .customer-list ul {}
.servicefir01 .customer-list ul li{}
.servicefir01 .customer-list ul li a {display: block; width:auto;padding:16px;height:auto;}

.servicefir01 .customer-list ul li .name-box{float:left;width:90%;padding:10% 5%;}
.servicefir01 .customer-list ul li .name-box .name{flaot:left;width: 100%; font-size:26px;color:#000;line-height:50px;margin-bottom: 10px;}
.servicefir01 .customer-list ul li .name-box .time{float:left;width: 100%; font-size:12px;color:#000;line-height: 24px;margin-bottom: 10px;}
.servicefir01 .customer-list ul li .name-box .nmore{float:left;width: 100%; font-size:14px;color:#0B121A99;line-height: 24px;}
.servicefir01 .customer-list ul li a:hover{}
.servicefir01 .customer-list .cur{background:#f2f5fb;}

.servicefir01 .customer-list ul li .avatar-boxdan{float:left;width:100%;height:auto;background:url(../images/ss01_5.png) no-repeat;}
.servicefir01 .customer-list ul li .avatar-boxdan img{width:100%; height:auto;border-radius:0px;text-align: center;padding:10px 0px 10px 0;}

.servicefir01 .customer-list .tab-content {display: none;}
.servicefir01 .customer-list .tab-content.active {display: block;}

/*2*/
.servicefir02{width: 100%;font-size:14px; overflow:hidden; padding:10px 0px;text-align:left;border-bottom:0px double #ededed; }
.servicefir02 .lgywm_title { width:100%; height:auto;}
.servicefir02 .lwenzi { width:100%; height:auto; text-align:center;margin:20px auto;border-bottom:0px solid #e4e4e4;}
.servicefir02 .lwenzi p { font-size:16px; color:#303030;line-height:60px;font-weight:100;text-transform : uppercase;}
.servicefir02 .lwenzi p strong {font-size:30px;width:100%;color:#000;line-height:36px;height:36px;padding:2% 0px;font-weight:300;}
.servicefir02 .lwenzi p strong img{width:30px;height: auto;}

.servicefir02 .el-tab1{width: auto;height:auto;border-bottom:1px solid #f2f2f3;flex-shrink: 0;display: flex;justify-content: center; /* 水平居中 */}
.servicefir02 .el-tab1 ul{display: flex;flex-wrap: wrap; /* 关键：允许换行 */justify-content: center; /* 居中对齐 */margin: 0 auto;padding: 0 0px; /* 添加内边距 */}
.servicefir02 .el-tab1 ul li{float: none; /* 移除浮动 */display: inline-block; /* 改为行内块元素 */margin-bottom:2px; /* 添加底部间距 */}
.servicefir02 .el-tab1 ul li a{display: block;padding: 0px 8px;font-size: 16px;line-height: 45px;margin: 0 5px; /* 调整左右间距 */white-space: nowrap; /* 防止文字换行 */}
.servicefir02 .el-tab1 ul li a:hover{border-bottom:0px solid #f58021;color:#f58021;font-weight: bold;}
.servicefir02 .el-tab1 .curr{border-bottom:3px solid #f58021;color:#f58021;font-weight: bold;}		
		
/**/
.servicefir02 .customer-list1{width: 100%;height:auto;overflow: hidden;background-image: linear-gradient(to top,#fdfbff,#fff);}
.servicefir02 .customer-list1 ul {}
.servicefir02 .customer-list1 ul li{}
.servicefir02 .customer-list1 ul li a {display: block; width:auto;padding:16px;height:auto;}

.servicefir02 .customer-list1 ul li .name-box{float:left;width:96%;padding:10% 2%;}
.servicefir02 .customer-list1 ul li .name-box .name{flaot:left;width: 100%; font-size:26px;color:#000;line-height:50px;margin-bottom: 10px;}
.servicefir02 .customer-list1 ul li .name-box .time{float:left;width: 100%; font-size:12px;color:#000;line-height: 24px;margin-bottom: 10px;}
.servicefir02 .customer-list1 ul li .name-box .nmore{float:left;width: 100%; font-size:12px;color:#0B121A99;line-height: 24px;}
.servicefir02 .customer-list1 ul li a:hover{}
.servicefir02 .customer-list1 .cur{background:#f2f5fb;}

.servicefir02 .customer-list1 ul li .avatar-boxdan{float:right;width:100%;height:auto;padding-right:0px;background:url(../images/ss01_11.png) no-repeat;}
.servicefir02 .customer-list1 ul li .avatar-boxdan img{width:100%; height:auto;border-radius:0px;text-align: center;padding:10px 0px 10px 0;}

.servicefir02 .customer-list1 .tab-content {display: none;}
.servicefir02 .customer-list1 .tab-content.active {display: block;}

/*3*/
.servicefir03{width: 100%;font-size:14px; overflow:hidden; padding:10px 0px;text-align:left;border-bottom:0px double #ededed; }
.servicefir03 .lgywm_title { width:100%; height:auto;}
.servicefir03 .lwenzi { width:100%; height:auto; text-align:center;margin:20px auto;border-bottom:0px solid #e4e4e4;}
.servicefir03 .lwenzi p { font-size:16px; color:#303030;line-height:60px;font-weight:100;text-transform : uppercase;}
.servicefir03 .lwenzi p strong {font-size:30px;width:100%;color:#000;line-height:36px;height:36px;padding:2% 0px;font-weight:300;}
.servicefir03 .lwenzi p strong img{width:30px;height: auto;}

.servicefir03 .el-tab2{width: auto;height:auto;border-bottom:1px solid #f2f2f3;flex-shrink: 0;display: flex;justify-content: center; /* 水平居中 */}
.servicefir03 .el-tab2 ul{display: flex;flex-wrap: wrap; /* 关键：允许换行 */justify-content: center; /* 居中对齐 */margin: 0 auto;padding: 0 0px; /* 添加内边距 */}
.servicefir03 .el-tab2 ul li{float: none; /* 移除浮动 */display: inline-block; /* 改为行内块元素 */margin-bottom:2px; /* 添加底部间距 */}
.servicefir03 .el-tab2 ul li a{display: block;padding: 0px 8px;font-size: 16px;line-height: 45px;margin: 0 5px; /* 调整左右间距 */white-space: nowrap; /* 防止文字换行 */}
.servicefir03 .el-tab2 ul li a:hover{border-bottom:0px solid #f58021;color:#f58021;font-weight: bold;}
.servicefir03 .el-tab2 .curr{border-bottom:3px solid #f58021;color:#f58021;font-weight: bold;}		
			
/**/
.servicefir03 .customer-list2{width: 100%;height:auto;overflow: hidden;background-image: linear-gradient(to top,#fdfbff,#fff);}
.servicefir03 .customer-list2 ul {}
.servicefir03 .customer-list2 ul li{}
.servicefir03 .customer-list2 ul li a {display: block; width:auto;padding:16px;height:auto;}

.servicefir03 .customer-list2 ul li .name-box{float:left;width:96%;padding:10% 2%;}
.servicefir03 .customer-list2 ul li .name-box .name{flaot:left;width: 100%; font-size:26px;color:#000;line-height:50px;margin-bottom: 10px;}
.servicefir03 .customer-list2 ul li .name-box .time{float:left;width: 100%; font-size:12px;color:#000;line-height: 24px;margin-bottom: 10px;}
.servicefir03 .customer-list2 ul li .name-box .nmore{float:left;width: 100%; font-size:12px;color:#0B121A99;line-height: 24px;}
.servicefir03 .customer-list2 ul li a:hover{}
.servicefir03 .customer-list2 .cur{background:#f2f5fb;}

.servicefir03 .customer-list2 ul li .avatar-boxdan{float:right;width:100%;height: auto;padding-right: 10px;background:url(../images/ss01_19.png) no-repeat;}
.servicefir03 .customer-list2 ul li .avatar-boxdan img{width:100%; height:auto;border-radius:0px;text-align: center;padding:10px 0px 10px 0;}

.servicefir03 .customer-list2 .tab-content {display: none;}
.servicefir03 .customer-list2 .tab-content.active {display: block;}

/*4*/
.servicefir04{width: 100%;font-size:14px; overflow:hidden; padding:10px 0px;text-align:left;border-bottom:0px double #ededed; }
.servicefir04 .lgywm_title { width:100%; height:auto;}
.servicefir04 .lwenzi { width:100%; height:auto; text-align:center;margin:0px auto;border-bottom:0px solid #e4e4e4;}
.servicefir04 .lwenzi p { font-size:16px; color:#303030;line-height:60px;font-weight:100;text-transform : uppercase;}
.servicefir04 .lwenzi p strong {font-size:36px;width:100%;color:#000;line-height:36px;height:36px;padding:2% 0px;font-weight:500;}
.servicefir04 .lwenzi dd{height:1px;overflow:hidden;width:80px;background:#e1e1e1;border-bottom:0px solid #7f7f7f;margin:0px auto;text-align:center;}

.servicefir04 .proclass{margin:0px auto;width:100%;height:auto;overflow:hidden;}
.servicefir04 .proclass ul{margin-top: 50px;}
.servicefir04 .proclass ul li{display:block;float:left;text-align:center;margin-left:19px;font-size:12px;width:45%;margin:0% 2%;height:150px;}
.servicefir04 .proclass ul li p{}
.servicefir04 .proclass ul li p strong{font-size:20px;color: #000;line-height:60px;font-weight:500;}
.servicefir04 .proclass ul li p span{font-size:12px;color: #000;line-height:20px;font-weight:100;}
.servicefir04 .proclass ul li img{}
.servicefir04 .proclass ul li img:hover{}


.index_cnt_item_title { font-size:16px;font-weight: 500;color: #000;margin-bottom:10px;text-align: left;line-height: 30px;display: flex; /* 添加 flex 布局 */align-items: center; /* 垂直居中对齐 */gap: 8px; /* 图标和文字之间的间距，可选 */}
.ww_officialImg {display: inline-block;overflow: hidden;font-size: 0;line-height: 0;}
.ww_officialImg_SubFeature1 {background-image: url(../images/officialImages.svg);background-position: -270px -272px;width: 30px;height: 30px;}
.ww_officialImg_SubFeature2 {background-image: url(../images/officialImages.svg);background-position: -360px -30px;width: 30px;height: 30px;}
.ww_officialImg_SubFeature3 {background-image: url(../images/officialImages.svg);background-position: -360px -60px;width: 30px;height: 30px;}
.ww_officialImg_SubFeature4 {background-image: url(../images/officialImages.svg);background-position: -240px -302px;width: 30px;height: 30px;}
.ww_officialImg_SubFeature5 {background-image: url(../images/officialImages.svg);background-position: -270px -302px;width: 30px;height: 30px;}
.ww_officialImg_SubFeature6 {background-image: url(../images/officialImages.svg);background-position: -360px -90px;width: 30px;height: 30px;}
.ww_officialImg_SubFeature7 {background-image: url(../images/officialImages.svg);background-position: -120px -302px;width: 30px;height: 30px;}
.ww_officialImg_SubFeature8 {background-image: url(../images/officialImages.svg);background-position: -90px -302px;width: 30px;height: 30px;}
.ww_officialImg_SubFeature9 {background-image: url(../images/officialImages.svg);background-position: -360px -120px;width: 30px;height: 30px;}
.ww_officialImg_SubFeature10 {background-image: url(../images/officialImages.svg);background-position: -300px -272px;width: 30px;height: 30px;}
.ww_officialImg_SubFeature11 {background-image: url(../images/officialImages.svg);background-position: 0 -302px;width: 30px;height: 30px;}
.ww_officialImg_SubFeature12 {background-image: url(../images/officialImages.svg);background-position: -30px -302px;width: 30px;height: 30px;}
.ww_officialImg_SubFeature13 {background-image: url(../images/officialImages.svg);background-position: -150px -302px;width: 30px;height: 30px;}
.ww_officialImg_SubFeature14 {background-image: url(../images/officialImages.svg);background-position: -210px -302px;width: 30px;height: 30px;}
.ww_officialImg_SubFeature15 {background-image: url(../images/001.svg);width: 24px;height: 25px;}
.ww_officialImg_SubFeature16 {background-image: url(../images/002.svg);width: 24px;height: 25px;}
.ww_officialImg_SubFeature17 {background-image: url(../images/003.svg);width: 24px;height: 25px;}
.ww_officialImg_SubFeature18 {background-image: url(../images/004.svg);width: 24px;height: 25px;}

.servicefir04 .index_cnt_item_list {text-align: left; /* 左对齐 */padding-left: 0; /* 清除默认内边距 */margin-left: 0; /* 清除默认外边距 */}
.servicefir04 .index_cnt_item_list p {position: relative;padding-left:0px; /* 为小圆点留出空间 */margin-bottom: 8px; /* 段落间距 */line-height: 1.6; /* 行高 */font-size: 12px;color: #666;}
.servicefir04 .index_cnt_item_list p::before {position: absolute;left: 0;color: #000; /* 圆点颜色 */font-size: 12px; /* 圆点大小 */}


/*5*/
.servicefir05{width: 100%;font-size:14px; overflow:hidden; padding:10px 0px;text-align:left;border-bottom:0px double #ededed; }
.servicefir05 .lgywm_title { width:100%; height:auto;}
.servicefir05 .lwenzi { width:100%; height:auto; text-align:center;margin:0px auto;border-bottom:0px solid #e4e4e4;}
.servicefir05 .lwenzi p { font-size:16px; color:#303030;line-height:60px;font-weight:100;text-transform : uppercase;}
.servicefir05 .lwenzi p strong {font-size:36px;width:100%;color:#000;line-height:36px;height:36px;padding:2% 0px;font-weight:500;}
.servicefir05 .lwenzi dd{height:1px;overflow:hidden;width:80px;background:#e1e1e1;border-bottom:0px solid #7f7f7f;margin:0px auto;text-align:center;}

.servicefir05 .proclass{margin:5px auto;width:100%;height:auto;overflow:hidden;}
.servicefir05 .proclass ul{margin-top: 50px;}
.servicefir05 .proclass ul li{display:block;float:left;text-align:center;margin-left:0px;font-size:12px;width:90%;margin:2% 5%;height:auto;}
.servicefir05 .proclass ul li p{}
.servicefir05 .proclass ul li p strong{font-size:20px;color: #000;line-height:60px;font-weight:500;}
.servicefir05 .proclass ul li p span{font-size:12px;color: #000;line-height:16px;font-weight:100;}
.servicefir05 .proclass ul li img{}
.servicefir05 .proclass ul li img:hover{}

.servicefir05 .index_cnt_item_list {text-align: left; /* 左对齐 */padding-left: 0; /* 清除默认内边距 */margin-left: 0; /* 清除默认外边距 */}
.servicefir05 .index_cnt_item_list p {position: relative;padding-left: 16px; /* 为小圆点留出空间 */margin-bottom:4px; /* 段落间距 */line-height: 1.6; /* 行高 */font-size: 14px;color: #666;}
.servicefir05 .index_cnt_item_list p::before {content: "•"; /* 小圆点符号 */position: absolute;left: 0;color: #000; /* 圆点颜色 */font-size: 16px; /* 圆点大小 */}


/*二*/
.servicesec{width: 100%;font-size:14px; overflow:hidden; padding:10px 0px;text-align:left;border-bottom:1px double #ededed; }
.servicesec .lgywm_title { width:100%; height:auto;}
.servicesec .lwenzi { width:100%; height:auto; text-align:center;margin:0px auto 0px;border-bottom:0px solid #e4e4e4;}
.servicesec .lwenzi p { font-size:12px; color:#303030;line-height:26px;font-weight:100;text-transform : uppercase;}
.servicesec .lwenzi p strong {font-size:26px;width:100%;color:#f58021;line-height:36px;height:36px;padding:2% 0px;font-weight:300;}
.servicesec .lwenzi dd{height:1px;overflow:hidden;width:80px;background:#e1e1e1;border-bottom:0px solid #7f7f7f;margin:0px auto;text-align:center;margin-top: 8px;}

.servicesec .proclass{margin:0px auto;width:100%;height:auto;overflow:hidden;margin-bottom:30px}
.servicesec .proclass ul{}
.servicesec .proclass ul li{display:block;float:left;text-align:center;margin-left:0px;font-size:12px;width:90%;margin:0% 5%;height:auto;}
.servicesec .proclass ul li p{}
.servicesec .proclass ul li p strong{font-size:20px;color:#000;line-height:36px;font-weight:600;text-align:center;}
.servicesec .proclass ul li p span{font-size:12px;color: #000;line-height:20px;font-weight:100;}
.servicesec .proclass ul li img{}
.servicesec .proclass ul li img:hover{}

.servicesec01{width: 100%;font-size:14px; overflow:hidden; padding:20px 0px;text-align:left;border-bottom:0px double #ededed;}
.servicesec01 .lgywm_title { width:100%; height:auto;}
.servicesec01 .lwenzi { width:100%; height:auto; text-align:center;margin:0px auto;border-bottom:0px solid #e4e4e4;}
.servicesec01 .lwenzi p { font-size:14px; color:#303030;line-height:60px;font-weight:100;text-transform : uppercase;}
.servicesec01 .lwenzi p strong {font-size:30px;width:100%;color:#000;line-height:36px;height:36px;padding:2% 0px;font-weight:500;}
.servicesec01 .lwenzi dd{height:1px;overflow:hidden;width:80px;background:#e1e1e1;border-bottom:0px solid #7f7f7f;margin:0px auto;text-align:center;}

.servicesec01 .proclass{margin:30px auto;width:100%;height:auto;overflow:hidden;}
.servicesec01 .proclass ul{margin-top:30px;}
.servicesec01 .proclass ul li{display:block;float:left;text-align:center;margin-left:19px;font-size:12px;width:100%;margin:0% 0%;height:150px;}
.servicesec01 .proclass ul li p{}
.servicesec01 .proclass ul li p strong{font-size:20px;color: #000;line-height:60px;font-weight:500;}
.servicesec01 .proclass ul li p span{font-size:14px;color: #000;line-height:20px;font-weight:100;}
.servicesec01 .proclass ul li img{}
.servicesec01 .proclass ul li img:hover{}


.servicesec01 .index_cnt_item_title { font-size:20px;font-weight: 500;color: #000;margin-bottom:10px;text-align: left;line-height: 30px;display: flex; /* 添加 flex 布局 */align-items: center; /* 垂直居中对齐 */gap: 8px; /* 图标和文字之间的间距，可选 */}
.servicesec01 .ww_officialImg {float:left;width:96px;height: 96px;padding: 0 20px 15px 0;transform:scale(0.7);}
.servicesec01 .SubFeature1 {background: url(../images/ss02_1.png) no-repeat;}
.servicesec01 .SubFeature2 {background: url(../images/ss02_2.png) no-repeat;}
.servicesec01 .SubFeature3 {background: url(../images/ss02_3.png) no-repeat;}
.servicesec01 .SubFeature4 {background: url(../images/ss02_4.png) no-repeat;}
.servicesec01 .SubFeature5 {background: url(../images/ss02_5.png) no-repeat;}
.servicesec01 .SubFeature6 {background: url(../images/ss02_6.png) no-repeat;}
.servicesec01 .SubFeature7 {background: url(../images/ss02_7.png) no-repeat;}
.servicesec01 .SubFeature8 {background: url(../images/ss02_8.png) no-repeat;}
.servicesec01 .SubFeature9 {background: url(../images/ss02_9.png) no-repeat;}

.servicesec01 .index_cnt_item_list {text-align: left; /* 左对齐 */padding-left: 0; /* 清除默认内边距 */margin-left: 0; /* 清除默认外边距 */}
.servicesec01 .index_cnt_item_list p {position: relative;padding-left:0px; /* 为小圆点留出空间 */margin-bottom:4px; /* 段落间距 */line-height: 1.4; /* 行高 */font-size: 14px;color: #666;}
.servicesec01 .index_cnt_item_list p::before {position: absolute;left: 0;color: #000; /* 圆点颜色 */font-size:14px; /* 圆点大小 */}

/*三*/
.servicethr{width: 100%;font-size:14px; overflow:hidden; padding:10px 0px;text-align:left;border-bottom:1px double #ededed; }
.servicethr .lgywm_title { width:100%; height:auto;}
.servicethr .lwenzi {width:90%; height:auto; text-align:center;margin:0px auto 0px;border-bottom:0px solid #e4e4e4;}
.servicethr .lwenzi p{font-size:12px; color:#303030;line-height:20px;font-weight:100;text-transform : uppercase;}
.servicethr .lwenzi p strong {font-size:26px;width:100%;color:#f58021;line-height:66px;height:66px;padding:2% 0px;font-weight:300;}
.servicethr .lwenzi dd{height:1px;overflow:hidden;width:80px;background:#e1e1e1;border-bottom:0px solid #7f7f7f;margin:20px auto;text-align:center;}

.servicethr .proclass{margin:0px auto;width:100%;height:auto;overflow:hidden;margin-bottom:30px}
.servicethr .proclass ul{}
.servicethr .proclass ul li{display:block;float:left;text-align:center;margin-left:0px;font-size:12px;width:90%;margin:0 5%;height:auto;}
.servicethr .proclass ul li p{}
.servicethr .proclass ul li p strong{font-size:20px;color: #000;line-height:60px;font-weight:600;}
.servicethr .proclass ul li p span{font-size:14px;color: #000;line-height:20px;font-weight:100;}
.servicethr .proclass ul li img{}
.servicethr .proclass ul li img:hover{}


/*1*/
.servicethr01{width: 100%;font-size:14px; overflow:hidden; padding:10px 0px;text-align:left;border-bottom:0px double #ededed; }
.servicethr01 .lgywm_title { width:100%; height:auto;}
.servicethr01 .lwenzi { width:100%; height:auto; text-align:center;margin:20px auto;border-bottom:0px solid #e4e4e4;}
.servicethr01 .lwenzi p { font-size:16px; color:#303030;line-height:60px;font-weight:100;text-transform : uppercase;}
.servicethr01 .lwenzi p strong {font-size:30px;width:100%;color:#000;line-height:36px;height:36px;padding:2% 0px;font-weight:300;}
.servicethr01 .lwenzi p strong img{width:30px;height: auto;}

.servicethr01 .el-tab{width: auto;height:auto;border-bottom:1px solid #f2f2f3;flex-shrink: 0;display: flex;justify-content: center; /* 水平居中 */}
.servicethr01 .el-tab ul{display: flex;flex-wrap: wrap; /* 关键：允许换行 */justify-content: center; /* 居中对齐 */margin: 0 auto;padding: 0 0px; /* 添加内边距 */}
.servicethr01 .el-tab ul li{float: none; /* 移除浮动 */display: inline-block; /* 改为行内块元素 */margin-bottom:2px; /* 添加底部间距 */}
.servicethr01 .el-tab ul li a{display: block;padding: 0px 8px;font-size: 16px;line-height: 45px;margin: 0 5px; /* 调整左右间距 */white-space: nowrap; /* 防止文字换行 */}
.servicethr01 .el-tab ul li a:hover{border-bottom:0px solid #f58021;color:#f58021;font-weight: bold;}
.servicethr01 .el-tab .curr{border-bottom:3px solid #f58021;color:#f58021;font-weight: bold;}	
/**/
.servicethr01 .customer-list{width: 100%;height:auto;overflow: hidden;background: #f5f7fa;}
.servicethr01 .customer-list ul {}
.servicethr01 .customer-list ul li{}
.servicethr01 .customer-list ul li a {display: block; width:auto;padding:16px;height:auto;}

.servicethr01 .customer-list ul li .name-box{float:left;width:80%;padding:6% 10% 0%  10%;}
.servicethr01 .customer-list ul li .name-box .name{flaot:left;width: 100%; font-size:20px;color:#f58021;line-height:50px;margin-bottom:10px;}
.servicethr01 .customer-list ul li .name-box .time{float:left;width: 100%; font-size:14px;color:#000;line-height: 24px;margin-bottom: 15px;}
.servicethr01 .customer-list ul li .name-box .nmore{float:left;width: 100%; font-size:14px;color:#0B121A99;line-height: 24px;}
.servicethr01 .customer-list ul li a:hover{}
.servicethr01 .customer-list .cur{background:#f2f5fb;}

.servicethr01 .customer-list ul li .avatar-boxdan{float:right;width:100%;height:auto;padding-right: 0px;background: #f5f7fa;}
.servicethr01 .customer-list ul li .avatar-boxdan img{width:80%; height:auto;border-radius:0px;text-align: center;padding:5% 10%;}

.servicethr01 .customer-list .tab-content {display: none;}
.servicethr01 .customer-list .tab-content.active {display: block;}


/*四*/
.servicefour01 {width: 100%;font-size:14px; overflow:hidden; padding:40px 0px;text-align:left;border-top:0px double #ededed;border-bottom:1px double #ededed; }
.servicefour01 .left{float:left;width:90%;margin:0 5%;}
.servicefour01 .left img{max-width:100%;height: auto;display: block;margin: 0 auto;padding:5px 0;float: left;}
.servicefour01 .right{float:left;width:100%;margin:5% 0% 2% 0%;text-align:left;}
.servicefour01 .right h1{text-align:left;font-size:20px;color:#000;line-height:26px;font-weight:600;margin:15px 0;}
.servicefour01 .right p{text-align:left;margin:0.0em 0;text-indent:0em;line-height:26px;font-size:16px;color:#777777;width: 96%;margin:15px 0;}
.servicefour01 .right dd {margin-top: 25px;}
.servicefour01 .right dd a{float:left;font-size:20px;color: #fff;padding: 8px 10px;line-height: 36px;border-radius:6px;width: 200px; text-align:center;color:#fff;border:1px solid #fff;background-image: linear-gradient(to right,#f5b881,#ec832e);}
.servicefour01 .right dd a:hover{background-image: linear-gradient(to right,#f58021,#f58021);}

.servicefour01 .tbb {width: 99%;display: flex;flex-wrap: wrap;border-radius: 4px;overflow: hidden;border: 1px solid #e1e8ed;}
.servicefour01 .tbb ul {width: 100%;display: flex;flex-wrap: wrap;list-style: none;}
.servicefour01 .tbb li {width: 31%;padding:15px 1%;text-align: center;border-right: 1px solid #e1e8ed;border-bottom: 1px solid #e1e8ed;background-color: #f8f9fa;transition: all 0.3s ease;font-weight: 500;color: #34495e;cursor: pointer;display: flex;align-items: center;justify-content: center;}
/* 每行第三个元素去掉右边框 */
.servicefour01 .tbb li:nth-child(3n) {border-right: none;}
/* 最后一行元素去掉底部边框 */
.servicefour01 .tbb li:nth-last-child(-n+3) {border-bottom: none;}
.servicefour01 .tbb li:hover {background-color: #f5b881;color: white;}
.servicefour01 .tbb li:active {transform: translateY(0);}

/*1*/
.servicefour{width: 100%;font-size:14px; overflow:hidden; padding:20px 0px;text-align:left;border-bottom:1px double #ededed; }
.servicefour .lgywm_title { width:100%; height:auto;}
.servicefour .lwenzi { width:100%; height:auto; text-align:center;margin:10px auto 0px;border-bottom:0px solid #e4e4e4;}
.servicefour .lwenzi p { font-size:12px; color:#303030;line-height:26px;font-weight:100;text-transform : uppercase;}
.servicefour .lwenzi p strong {font-size:26px;width:100%;color:#f58021;line-height:30px;height:30px;padding:5% 0px;font-weight:300;}
.servicefour .lwenzi dd{height:1px;overflow:hidden;width:80px;background:#e1e1e1;border-bottom:0px solid #7f7f7f;margin:0px auto;text-align:center;margin-top: 8px;}

.servicefour .proclass{margin:0px auto;width:100%;height:auto;overflow:hidden;margin-bottom:10px}
.servicefour .proclass ul{}
.servicefour .proclass ul li{display:block;float:left;text-align:center;font-size:12px;width:100%;margin:0 0%;height:auto;}
.servicefour .proclass ul li p{margin: 0 auto;width: 90%; padding:0px 10px 20px 10px;}
.servicefour .proclass ul li p strong{font-size:20px;color: #000;line-height:40px;font-weight:500;}
.servicefour .proclass ul li p span{font-size:12px;color: #000;line-height:20px;font-weight:100;}
.servicefour .proclass ul li img{}
.servicefour .proclass ul li img:hover{}

.servicefour .imgcol{width:100%;margin:10px auto;height: auto;overflow:hidden;text-align: center}
.servicefour .imgcol img{margin:0 auto;height: auto; width: auto\9; width:100%;}
	
	
/*五*/
.servicefive{width: 100%;font-size:14px; overflow:hidden; padding:10px 0px;text-align:left;border-bottom:1px double #ededed; }
.servicefive .lgywm_title { width:100%; height:auto;}
.servicefive .lwenzi { width:100%; height:auto; text-align:center;margin:0px auto 0px;border-bottom:0px solid #e4e4e4;}
.servicefive .lwenzi p { font-size:14px; color:#303030;line-height:26px;font-weight:100;text-transform : uppercase;}
.servicefive .lwenzi p strong {font-size:26px;width:100%;color:#f58021;line-height:36px;height:36px;font-weight:300;}
.servicefive .lwenzi dd{height:1px;overflow:hidden;width:80px;background:#e1e1e1;border-bottom:0px solid #7f7f7f;margin:0px auto;text-align:center;margin-top:10px;}

.servicefive .proclass{margin:20px auto;width:100%;height:auto;overflow:hidden;margin-bottom:30px}
.servicefive .proclass ul{}
.servicefive .proclass ul li{display:block;float:left;text-align:center;margin-left:0px;font-size:12px;width:90%;margin:5% 5%;height:auto;}
.servicefive .proclass ul li p{}
.servicefive .proclass ul li p strong{font-size:24px;color:#f58021;line-height:60px;font-weight:500;}
.servicefive .proclass ul li p span{font-size:12px;color: #000;line-height:20px;font-weight:100;}
.servicefive .proclass ul li img{}
.servicefive .proclass ul li img:hover{}
		
.servicefive .proclass1{margin:20px auto;width:100%;height:auto;overflow:hidden;margin-bottom:30px}
.servicefive .proclass1 ul{}
.servicefive .proclass1 ul li{display:block;float:left;text-align:center;margin-left:0px;font-size:12px;width:90%;margin:5% 5%;height:auto;}
.servicefive .proclass1 ul li p{}
.servicefive .proclass1 ul li p strong{font-size:24px;color:#000;line-height:60px;font-weight:500;}
.servicefive .proclass1 ul li p span{font-size:12px;color:#000;line-height:20px;font-weight:100;}
.servicefive .proclass1 ul li img{}
.servicefive .proclass1 ul li img:hover{}

	
/*六*/
.servicesix{width: 100%;font-size:14px; overflow:hidden; padding:10px 0px;text-align:left;border-bottom:0px double #ededed; }
.servicesix .lgywm_title { width:100%; height:auto;}
.servicesix .lwenzi { width:100%; height:auto; text-align:center;margin:0px auto 0px;border-bottom:0px solid #e4e4e4;}
.servicesix .lwenzi p { font-size:12px; color:#303030;line-height:26px;font-weight:100;text-transform : uppercase;}
.servicesix .lwenzi p strong {font-size:26px;width:100%;color:#f58021;line-height:36px;height:36px;padding:2% 0px;font-weight:300;}
.servicesix .lwenzi dd{height:1px;overflow:hidden;width:80px;background:#e1e1e1;border-bottom:0px solid #7f7f7f;margin:0px auto;text-align:center;margin-top: 10px;}

.servicesix .proclass{margin:0px auto;width:100%;height:auto;overflow:hidden;margin-bottom:30px}
.servicesix .proclass ul{}
.servicesix .proclass ul li{display:block;float:left;text-align:center;margin-left:0px;font-size:12px;width:90%;margin:5%;height:auto;}
.servicesix .proclass ul li p{}
.servicesix .proclass ul li img{width: 120px;height: 120px;}
.servicesix .proclass ul li p strong{font-size:30px;color: #000;line-height:60px;font-weight:500;}
.servicesix .proclass ul li p span{font-size:14px;color: #000;line-height:20px;font-weight:100;}
.servicesix .proclass ul li img{width: 120px;height: 120px;}
.servicesix .proclass ul li img:hover{}


.servicesix01{width: 100%;font-size:14px; overflow:hidden; padding:30px 0px;text-align:left;border-bottom:0px double #ededed;background: linear-gradient(135deg, #00feff, #1261ff 46%, #8157ff);}
.servicesix01 .lgywm_title { width:100%; height:80px;}
.servicesix01 .lwenzi { width:100%; height:auto; text-align:center;margin:20px auto 0px;border-bottom:0px solid #e4e4e4;}
.servicesix01 .lwenzi p { font-size:14px; color:#303030;line-height:60px;font-weight:100;text-transform : uppercase;}
.servicesix01 .lwenzi p strong {font-size:36px;width:100%;color:#fff;line-height:36px;height:36px;padding:2% 0px;font-weight:300;}
.servicesix01 .lwenzi dd{height:1px;overflow:hidden;width:80px;background:#e1e1e1;border-bottom:0px solid #7f7f7f;margin:0px auto;text-align:center;}

.servicesix01 .proclass{margin:0px auto;width:90%;height:auto;overflow:hidden;margin-bottom:30px}
.servicesix01 .proclass ul{display: flex;flex-wrap: wrap;justify-content: center;}
.servicesix01 .proclass ul li{display:block;float:left;text-align:center;font-size:12px; width: calc(50% - 40px); /* 5个元素每行 */;height:auto;background:#fff;display: flex;flex-direction: column;align-items: center;justify-content: center;border-radius: 12px;box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); margin: 10px; /* 左右上下对称间距 */padding: 20px 10px;}
.servicesix01 .proclass ul li a {display: flex;flex-direction: column;align-items: center;width: 100%;height: 100%;}
.servicesix01 .proclass ul li p{}
.servicesix01 .proclass ul li img{width: 80px;height: 80px;object-fit: contain; /* 保持比例 */}
.servicesix01 .proclass ul li p strong{font-size:20px;color: #000;line-height:40px;font-weight:500;}
.servicesix01 .proclass ul li img{}
.servicesix01 .proclass ul li img:hover{}
.servicesix01 .proclass ul li:hover {transform: translateY(-5px);box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);}


.servicesix02{width: 100%;font-size:14px; overflow:hidden; padding:10px 0px;text-align:left;border-bottom:0px double #ededed;}
.servicesix02 .lgywm_title { width:100%; height:80px;}
.servicesix02 .lwenzi { width:100%; height:auto; text-align:center;margin:20px auto 0px;border-bottom:0px solid #e4e4e4;}
.servicesix02 .lwenzi p { font-size:14px; color:#303030;line-height:60px;font-weight:100;text-transform : uppercase;}
.servicesix02 .lwenzi p strong {font-size:36px;width:100%;color:#000;line-height:36px;height:36px;padding:2% 0px;font-weight:500;}
.servicesix02 .lwenzi dd{height:1px;overflow:hidden;width:80px;background:#e1e1e1;border-bottom:0px solid #7f7f7f;margin:0px auto;text-align:center;}

.servicesix02 .proclass{margin:0px auto;width:100%;height:auto;overflow:hidden;margin-bottom:10px}
.servicesix02 .proclass ul{display: flex;flex-wrap: wrap;justify-content: center;}
.servicesix02 .proclass ul li{display:block;float:left;text-align:center;font-size:12px; width: calc(100% - 0px); /* 5个元素每行 */;height:auto;background:#fff;display: flex;flex-direction: column;align-items: center;justify-content: center;border-radius: 8px;margin:20px; /* 左右上下对称间距 */padding: 20px 10px;border:1px solid #f0f2f8;}
.servicesix02 .proclass ul li a {display: flex;flex-direction: column;align-items: center;width: 100%;height: 100%;padding:30px 0 10px 0;}
.servicesix02 .proclass ul li p{padding:20px 30px;}
.servicesix02 .proclass ul li img{width:140px;height:140px;object-fit: contain; /* 保持比例 */}
.servicesix02 .proclass ul li p strong{font-size:26px;color: #000;line-height:40px;font-weight:500;}
.servicesix02 .proclass ul li p span{font-size:14px;color: #000;line-height:20px;font-weight:100;}
.servicesix02 .proclass ul li img{}
.servicesix02 .proclass ul li img:hover{}

/*七*/
.servicesev{width: 100%;font-size:14px; overflow:hidden; padding:10px 0px;text-align:left;border-bottom:1px double #ededed; }
.servicesev .lgywm_title { width:100%; height:auto;}
.servicesev .lwenzi { width:100%; height:auto; text-align:center;margin:0px auto 0px;border-bottom:0px solid #e4e4e4;}
.servicesev .lwenzi p { font-size:12px; color:#303030;line-height:24px;font-weight:100;text-transform : uppercase;}
.servicesev .lwenzi p strong {font-size:26px;width:100%;color:#f58021;line-height:36px;height:36px;padding:2% 0px;font-weight:500;}
.servicesev .lwenzi dd{height:1px;overflow:hidden;width:80px;background:#e1e1e1;border-bottom:0px solid #7f7f7f;margin:10px auto;text-align:center;}

.servicesev .proclass{margin:0px auto;width:100%;height:auto;overflow:hidden;margin-bottom:30px}
.servicesev .proclass ul{}
.servicesev .proclass ul li{display:block;float:left;text-align:center;margin-left:0;font-size:12px;width:90%;margin:5%;height:auto;}
.servicesev .proclass ul li p{}
.servicesev .proclass ul li p strong{font-size:24px;color: #000;line-height:60px;font-weight:600;}
.servicesev .proclass ul li p span{font-size:12px;color: #000;line-height:20px;font-weight:100;}
.servicesev .proclass ul li img{width: 140px;height:140px;}
.servicesev .proclass ul li img:hover{}

/*1*/
.servicesev01{width: 100%;font-size:14px; overflow:hidden; padding:10px 0px;text-align:left;border-bottom:0px double #ededed; }
.servicesev01 .lgywm_title { width:100%; height:auto;}
.servicesev01 .lwenzi { width:100%; height:auto; text-align:center;margin:20px auto;border-bottom:0px solid #e4e4e4;}
.servicesev01 .lwenzi p { font-size:16px; color:#303030;line-height:60px;font-weight:100;text-transform : uppercase;}
.servicesev01 .lwenzi p strong {font-size:30px;width:100%;color:#000;line-height:36px;height:36px;padding:2% 0px;font-weight:500;}
.servicesev01 .lwenzi p strong img{width:30px;height: auto;}

.servicesev01 .el-tab{width: auto;height:auto;border-bottom:1px solid #f2f2f3;flex-shrink: 0;display: flex;justify-content: center; /* 水平居中 */}
.servicesev01 .el-tab ul{display: flex;flex-wrap: wrap; /* 关键：允许换行 */justify-content: center; /* 居中对齐 */margin: 0 auto;padding: 0 0px; /* 添加内边距 */}
.servicesev01 .el-tab ul li{float: none; /* 移除浮动 */display: inline-block; /* 改为行内块元素 */margin-bottom:2px; /* 添加底部间距 */}
.servicesev01 .el-tab ul li a{display: block;padding: 0px 8px;font-size: 16px;line-height: 45px;margin: 0 5px; /* 调整左右间距 */white-space: nowrap; /* 防止文字换行 */}
.servicesev01 .el-tab ul li a:hover{border-bottom:0px solid #f58021;color:#f58021;font-weight: bold;}
.servicesev01 .el-tab .curr{border-bottom:3px solid #f58021;color:#f58021;font-weight: bold;}
/**/
.servicesev01 .customer-list{width: 100%;height:auto;overflow: hidden;background-image: linear-gradient(to top,#fdfbff,#fff);}
.servicesev01 .customer-list ul {}
.servicesev01 .customer-list ul li{}
.servicesev01 .customer-list ul li a {display: block; width:auto;padding:16px;height:auto;}

.servicesev01 .customer-list ul li .name-box{float:left;width:30%;padding:8% 2%;display:none;}
.servicesev01 .customer-list ul li .name-box .name{flaot:left;width: 100%; font-size:30px;color:#000;line-height:50px;margin-bottom: 20px;}
.servicesev01 .customer-list ul li .name-box .time{float:left;width: 100%; font-size:14px;color:#000;line-height: 24px;margin-bottom: 10px;}
.servicesev01 .customer-list ul li .name-box .nmore{float:left;width: 100%; font-size:14px;color:#0B121A99;line-height: 24px;}
.servicesev01 .customer-list ul li a:hover{}
.servicesev01 .customer-list .cur{background:#f2f5fb;}

.servicesev01 .customer-list ul li .avatar-boxdan{float:left;width:100%;height:auto;padding-right: 0px;}
.servicesev01 .customer-list ul li .avatar-boxdan img{width:100%; height:auto;border-radius:0px;text-align: center;padding:0px 0px 0px 0 ;}

.servicesev01 .customer-list .tab-content {display: none;}
.servicesev01 .customer-list .tab-content.active {display: block;}

	
/*2*/
.servicesev02{width: 100%;font-size:14px; overflow:hidden; padding:10px 0px;text-align:left;border-bottom:0px double #ededed; }
.servicesev02 .lgywm_title { width:100%; height:auto;}
.servicesev02 .lwenzi { width:100%; height:auto; text-align:center;margin:20px auto;border-bottom:0px solid #e4e4e4;}
.servicesev02 .lwenzi p { font-size:16px; color:#303030;line-height:60px;font-weight:100;text-transform : uppercase;}
.servicesev02 .lwenzi p strong {font-size:30px;width:100%;color:#000;line-height:36px;height:36px;padding:2% 0px;font-weight:500;}
.servicesev02 .lwenzi p strong img{width:30px;height: auto;}

.servicesev02 .el-tab1{width: auto;height:auto;border-bottom:1px solid #f2f2f3;flex-shrink: 0;display: flex;justify-content: center; /* 水平居中 */}
.servicesev02 .el-tab1 ul{display: flex;flex-wrap: wrap; /* 关键：允许换行 */justify-content: center; /* 居中对齐 */margin: 0 auto;padding: 0 0px; /* 添加内边距 */}
.servicesev02 .el-tab1 ul li{float: none; /* 移除浮动 */display: inline-block; /* 改为行内块元素 */margin-bottom:2px; /* 添加底部间距 */}
.servicesev02 .el-tab1 ul li a{display: block;padding: 0px 8px;font-size: 16px;line-height: 45px;margin: 0 5px; /* 调整左右间距 */white-space: nowrap; /* 防止文字换行 */}
.servicesev02 .el-tab1 ul li a:hover{border-bottom:0px solid #f58021;color:#f58021;font-weight: bold;}
.servicesev02 .el-tab1 .curr{border-bottom:3px solid #f58021;color:#f58021;font-weight: bold;}
/**/
.servicesev02 .customer-list1{width: 100%;height:auto;overflow: hidden;background-image: linear-gradient(to top,#fdfbff,#fff);}
.servicesev02 .customer-list1 ul {}
.servicesev02 .customer-list1 ul li{}
.servicesev02 .customer-list1 ul li a {display: block; width:auto;padding:16px;height:auto;}

.servicesev02 .customer-list1 ul li .name-box{float:right;width:100%;padding:2% 0%;}
.servicesev02 .customer-list1 ul li .name-box .name{flaot:left;width: 100%; font-size:14px;color:#000;line-height:26px;margin-bottom: 5px;}
.servicesev02 .customer-list1 ul li .name-box .time{float:left;width: 100%; font-size:12px;color:#000;line-height: 20px;margin-bottom: 0px;}
.servicesev02 .customer-list1 ul li .name-box .nmore{float:left;width: 100%; font-size:12px;color:#0B121A99;line-height: 24px;display: none;}
.servicesev02 .customer-list1 ul li a:hover{}
.servicesev02 .customer-list1 .cur{background:#f2f5fb;}

.servicesev02 .customer-list1 ul li .avatar-boxdan{float:left;width:100%;height:auto;padding-right: 0px;}
.servicesev02 .customer-list1 ul li .avatar-boxdan img{width:100%; height:auto;border-radius:0px;text-align: center;padding:10px 0px 10px 0 ;}

.servicesev02 .customer-list1 .tab-content {display: none;}
.servicesev02 .customer-list1 .tab-content.active {display: block;}

/*八*/
.serviceeig{width: 100%;font-size:14px; overflow:hidden; padding:10px 0px;text-align:left;border-bottom:0px double #ededed; }
.serviceeig .lgywm_title { width:100%; height:auto;}
.serviceeig .lwenzi { width:100%; height:auto; text-align:center;margin:0px auto 0px;border-bottom:0px solid #e4e4e4;}
.serviceeig .lwenzi p{font-size:12px; color:#303030;line-height:40px;font-weight:100;text-transform : uppercase;}
.serviceeig .lwenzi p strong {font-size:26px;width:100%;color:#f58021;line-height:36px;height:36px;padding:2% 0px;font-weight:500;}
.serviceeig .lwenzi dd{height:1px;overflow:hidden;width:80px;background:#e1e1e1;border-bottom:0px solid #7f7f7f;margin:0px auto;text-align:center;}

.serviceeig .proclass{margin:0px auto;width:100%;height:auto;overflow:hidden;margin-bottom:30px}
.serviceeig .proclass ul{}
.serviceeig .proclass ul li{display:block;float:left;text-align:center;font-size:14px;width:90%;margin:0% 5%;height:auto;}
.serviceeig .proclass .title{font-size:24px;line-height: 46px;margin:10px 0;}

.qy_indexIcon {display: inline-block;overflow: hidden;font-size: 0;line-height: 0;}
.qy_indexIcon_v1 {background-image: url(../images/ss08_1.png);background-position: -380px -811px;width: 180px;height: 140px;}
.qy_indexIcon_v2 {background-image: url(../images/ss08_1.png);background-position: 0 -211px;width: 180px;height: 140px;}
.qy_indexIcon_v3 {background-image: url(../images/ss08_1.png);background-position: 0 -811px;width: 180px;height: 140px;}
.qy_indexIcon_v4 {background-image: url(../images/ss08_1.png);background-position: -760px -661px;width: 180px;height: 140px;}
.qy_indexIcon_v5 {background-image: url(../images/ss08_1.png);background-position: -570px -511px;width: 180px;height: 140px;}
.qy_indexIcon_v6 {background-image: url(../images/ss08_1.png);background-position: -762px -211px;width: 180px;height: 140px;}

.serviceeig .proclass ul li a:hover{color:#f58021;font-weight: bold;}
	
.container{width: 96%;font-size:14px; overflow:hidden; padding:5% 2%;text-align:left;border-bottom:0px double #ededed; }
.g_animation.translate { opacity: 0.2; transform: translateY(300px); transition: 1s ease; }
.g_animation.reset { opacity: 1; transform: none; filter: none; }
.tedian > li { float: left; width: 92.9%; height: 290px; text-align: center; padding: 50px 3.5% 0; border: 1px solid #eee; border-right: 0; box-shadow: 0 0 20px rgba(0,0,0,0); overflow: hidden; transition: ease .3s;margin-left: -1px;margin-top: -1px;}
.tedian > li:hover { box-shadow: 0 0 30px rgba(0,0,0,.15); }
.tedian > li:nth-child(1n+1) { border-right: 1px solid #eee; }
.tedian > li .pic { display: inline-block; text-align: center; width: 100px;height:100px; line-height: 100px; background-image: linear-gradient(to bottom, #ec8530, #f5b880); border-radius: 50px; }
.tedian > li .pic img { width: 60px; vertical-align: middle;padding-top: 20px;}
.tedian > li .h1 { font-size: 16px; margin: 20px 0 10px; }
.tedian > li .h2 { color: #999; line-height: 1.5em; }
html.um .tedian > li { width: 50%; border: 1px solid #eee; border-right: 0; }
html.um .tedian > li:nth-child(2n+2) { border-right: 1px solid #eee; }	

	
/**/
.newscoldat{width:90%;margin:0px auto;height:100%;overflow:hidden;background: #fff;}
.newscoldat .content{padding: 5%;width: 90%;}
.newscoldat .content .title{margin:0px auto;width:100%;}
.newscoldat .content .title h3{font-size:46px;line-height:46px;text-align: center;font-weight:700;}
.newscoldat .content .title p{font-size:16px;line-height:28px;text-align: left;margin:20px auto;}
.newscoldat .content .title p img{margin: 10px auto;height: auto; width: auto\9; width:100%;text-align: center;}
.newscoldat .content .title img{margin: 10px auto;height: auto; width: auto\9; width:100%;text-align: center;}
	
	
}

	.consultation_button_07 {
  position: fixed;
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  -o-transition: transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
  bottom: 1.6rem;
  right: 1.5rem;
  z-index: 4;
  background: #f58021;
  border-radius: 1.9rem;
  cursor: pointer;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  display: flex;
}
.consultation_button_07 .text {
  line-height: 60px;
  white-space: nowrap;
  color: #fff;
  font-size: 16px;
  max-width: 0;
  overflow: hidden;
  transition: 0.4s;
  transform: translateX(-5px);
  position: relative;
  z-index: 1;
}
.consultation_button_07 button {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f58021;
  border-radius: 50%;
  color: #fff;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 60px;
  width: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  padding: 0 20px;
  position: relative;
  top: 0;
  z-index: 1;
  border: 0;
  cursor: pointer;
}
.consultation_button_07 button svg {
  width: 100px;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.consultation_button_07 button svg path {
  fill: #fff;
}
.consultation_button_07.active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.consultation_button_07.act .text {
  padding-right: 1.9rem;
  transition: 0.8s;
  max-width: 120px;
}
	
.consultation_container {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99999;
  pointer-events: none;
  background-image: linear-gradient(to top,#ec832e , #f5b881);
  -webkit-clip-path: ellipse(0% 0% at 100% 100%);
  clip-path: ellipse(0% 0% at 100% 100%);
  -webkit-transition: -webkit-clip-path 0.6s;
  transition: -webkit-clip-path 0.6s;
  -o-transition: clip-path 0.6s;
  transition: clip-path 0.6s;
  transition: clip-path 0.6s, -webkit-clip-path 0.6s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.consultation_container.active {
  -webkit-clip-path: ellipse(142% 142% at 100% 100%);
  clip-path: ellipse(142% 142% at 100% 100%);
  pointer-events: auto;
}
.consultation_container .goHide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  padding-top: 2.5rem;
}
.consultation_container .goHide p {
  cursor: pointer;
  color: #fff;
  font-size: 2.58rem;
  opacity: 0.6;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.consultation_container .goHide p svg {
  width: 2.4rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  vertical-align: middle;
}
.consultation_container .goHide p svg path {
  fill: #fff;
}
.consultation_container .goHide p:hover {
  opacity: 1;
}
.consultation_container .box {
  margin-top: 5rem;
}
.consultation_container .box .boxLeft {
  width: 30%;
  font-size: 3.36rem;
  color: #fff;
  font-family: 'PingFangBold';
  /*padding-top: 0.4rem;*/
  /*line-height: 0.68rem;*/
}
.consultation_container .box .boxLeft p {
    margin-bottom: .3rem;
	line-height: 2;
	
}
.consultation_container .box .boxLeft p:last-child {
    margin-bottom: 0;
}
.consultation_container .box .boxRight {
  width: 66%;
}
.consultation_container .box .boxRight ._list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.consultation_container .box .boxRight ._list ._item {
  width: 49%;
  background: rgba(255, 255, 255, 0.8);
  margin-bottom: 1.8rem;
  padding: 1.1rem 4.3rem 1.1rem;
  border-radius: 8rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.consultation_container .box .boxRight ._list ._item:hover {
  background: #fff;
}
.consultation_container .box .boxRight ._list ._item p {
  color: #000;
  display: block;
	font-size: 16px;
	text-align: left;
}
.consultation_container .box .boxRight ._list ._item p i {
  color: red;
}
.consultation_container .box .boxRight ._list ._item input {
  margin-top: 0.05rem;
  display: block;
  width: 100%;
  height: 40px;
  border: 0;
  color: #333;
  background: none;
	font-size: 16px;
}
.consultation_container .box .boxRight ._list ._item textarea {
  margin-top: 0.05rem;
  display: block;
  width: 100%;
  height: 80px;
  line-height: 40px;
  border: 0;
  color: #333;
  background: none;
  resize: none;
	font-size: 16px;
}
.consultation_container .box .boxRight .submit {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 1.8rem;
}
.consultation_container .box .boxRight .submit label input {
  display: none;
}
.consultation_container .box .boxRight .submit label p {
  color: #000;
  font-size: 1.18rem;
  font-family: 'PingFangBold';
  width: 12.8rem;
  line-height: 52px;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-radius: 4.3rem;
  cursor: pointer;
}
.consultation_container .box .boxRight .submit label p:hover {
  background: #fff;
}
	
.w1620 {
  padding-left: 6rem;
  padding-right: 6rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

	.flexBetween {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.flexStart {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.flexCenter {
	display: -webkit-flex;
	/* Safari */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.flexEnd {
	display: -webkit-flex;
	/* Safari */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.sidebar_container {
  position: fixed;
  right: 0.06rem;
  top: 70%;
  z-index: 4;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.sidebar_container ul {
  padding: 1.6rem 0;
  /*background: #206231;*/
  border-radius: 72px;
  background-image: linear-gradient(0deg, #fff, #f3f5f8);
 /*box-shadow: 8px 8px 20px 0 rgba(55, 99, 170, 0.1), -5px -8px 10px 0 #fff;*/
 /*box-shadow: 8px 8px 20px 0 rgba(55, 99, 170, 0.1), -2px -6px 10px 0 #fff;*/
  
}
.sidebar_container ul li {
  width: 72px;
  height: 72px;
  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;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: relative;
}
.sidebar_container ul li .main {
  text-align: center;
  margin: auto;
}
.sidebar_container ul li .main .icon img {
  max-width: 100%;
   filter: invert(1);
}
.sidebar_container ul li .main .icon svg{
    height: 25px;
}
.sidebar_container ul li .main .name {
  color: #333;
  font-size: 13px;
  margin-top: 4px;
}
.sidebar_container ul li .posi_ewm {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-110%);
  -ms-transform: translateY(-50%) translateX(-110%);
  transform: translateY(-50%) translateX(-110%);
  visibility: hidden;
}
.sidebar_container ul li .posi_ewm figcaption {
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
}
.sidebar_container ul li .posi_ewm figcaption img {
  width: 8.4rem;
}
.sidebar_container ul li .posi_phone {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  /* background: rgba(32, 98, 46, 0.9); */
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  -webkit-transform: translateX(-webkit-calc(-100%)) scale(0);
  -ms-transform: translateX(calc(-100% - 0px)) scale(0);
  transform: translateX(calc(-100% - 0px)) scale(0);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  transform-origin: right center;
  border-radius: 72px;
  /*-webkit-box-shadow: 0px 0px 6px rgba(255, 255, 255, 0.3);*/
  /*box-shadow: 0px 0px 6px rgba(255, 255, 255, 0.3);*/
  
  background-image: linear-gradient(0deg, #fff, #f3f5f8);
   /*box-shadow: 8px 8px 20px 0 rgba(55, 99, 170, 0.1), -8px -8px 20px 0 #fff;*/
}



.sidebar_container ul li .posi_phone a {
  white-space: nowrap;
  color: #333;
  font-family: 'PingFangBold';
  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;
  height: 100%;
  font-size: 1.6rem;
  padding: 0 1.9rem;
}
.sidebar_container ul li:hover .main .icon img {
  /*-webkit-animation: bounceIn 2s;*/
  /*animation: bounceIn 2s;*/
  
}
.sidebar_container ul li:hover .posi_ewm {
  visibility: initial;
}
.sidebar_container ul li:hover .posi_ewm figcaption {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.sidebar_container ul li:hover .posi_phone {
  -webkit-transform: translateX(-webkit-calc(-100%)) scale(1);
  -ms-transform: translateX(calc(-100% - 0px)) scale(1);
  transform: translateX(calc(-100% - 0px)) scale(1);
  opacity: 1;
}
.sidebar_container.active {
  top: 40%;
  opacity: 1;
  visibility: initial;
}

@media screen and (min-width:280px) and (max-width:767px)
{
	  .consultation_container .box {
    margin-top: 10px;
  }
  .consultation_container .box .boxRight ._list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .consultation_container .box .boxRight ._list ._item {
    width: 100%;
  }
  .consultation_container .box .boxLeft {
    font-size: 0.9rem;
	  width: 100%;
	  text-align: left;
    /*line-height: 0.32rem;*/
	  margin-bottom: 25px;
  }
	    .consultation_container .box .boxRight
 {
        width: 100%;
    }
	  .consultation_container .box .boxLeft p{
	  line-height: 27px;
    /*line-height: 0.32rem;*/
  }
  .consultation_container .box .boxRight ._list ._item p {
    font-size: 13px;
  }
  .consultation_container .box .boxRight ._list ._item input {
    margin-top: 0rem;
    height: 32px;
    font-size: 13px;
  }
  .consultation_container .box .boxRight ._list ._item {
    padding: 0.5rem 1.9rem 0.5rem;
  }
  .consultation_container .box .boxRight ._list ._item textarea {
    margin-top: 0rem;
    height: 60px;
    line-height: 31px;
    font-size: 13px;
  }	
	  .w1620 {
    padding-left: 5vw;
    padding-right: 5vw;
  }
	.consultation_container .box .boxRight .submit label{
    width: 100%;
}
.consultation_container .box .boxRight .submit label p{
    width: 100%;
}
.consultation_container .box .boxLeft{
    padding-top: 0;
}
	.consultation_container .goHide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  padding-top: 0.5rem;
}
	.consultation_container .goHide p {
  cursor: pointer;
  color: #fff;
  font-size: 0.78rem;
  opacity: 0.6;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
	.consultation_container .goHide p svg {
  width: 1.4rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  vertical-align: middle;
}
}
.phoneIcon svg path,
.phoneIcon svg path,
.phoneIcon svg path {
  fill: #fff;
}

 .phoneIcon {
  margin: 4px 6px 0 0 ;
  height: 100%;
  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;
}
 .phoneIcon svg {
  -webkit-animation: call 0.5s ease 0s infinite;
  animation: call 0.5s ease 0s infinite;
  display: block;
}
 .phoneIcon svg path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

@-webkit-keyframes call {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  25% {
    transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -o-transform: rotate(5deg);
  }
  100% {
    transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
  }
}
@keyframes call {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  25% {
    transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -o-transform: rotate(5deg);
  }
  100% {
    transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
  }
}
.phone_tubiao1{
	transform-origin: left bottom;
	animation: big1 2s cubic-bezier(0.65, 0.05, 0.36, 1)  infinite;
	opacity: 0;
}

.phone_tubiao2{
	transform-origin: left bottom;
	animation: big1 2s cubic-bezier(0.65, 0.05, 0.36, 1)  infinite;
	animation-delay: 0.2s;
	opacity: 0;
}

.wenxing_tubiao{
	animation: bounceIn 2s infinite linear ;
	transform-origin: 50% 50%;
}
.wenxing_tubiao2{
	animation: bounceIn 2s infinite linear ;
	transform-origin: 50% 50%;
}

@keyframes big1 {
	0%{
		transform: translate(48px, -48px) scale(0.1);
		opacity: 0;
	}
	80%{
		transform: translate(0px, 0px) scale(1);
		opacity: 1;
	}
	100%{
		opacity: 0;
	}
}

@keyframes bounceIn {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  25% {
    transform: rotate(9deg);
    -webkit-transform: rotate(9deg);
    -moz-transform: rotate(9deg);
    -o-transform: rotate(9deg);
  }
  100% {
    transform: rotate(-9deg);
    -webkit-transform: rotate(-9deg);
    -moz-transform: rotate(-9deg);
    -o-transform: rotate(-9deg);
  }
}