@charset "UTF-8";
/*内页banner*/
.innerbanner {
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    position: relative;
}
.innerbanner img {
    display: block;
    overflow: hidden;
    width: 100%;
}
::-webkit-scrollbar {
    width: 5px;
}
::-webkit-scrollbar-thumb {
    background-color: #2b3aa1;
    border-radius: 4px;
}
::-webkit-scrollbar-track {
    background-color: #e6e6e6;
    border-radius: 0px;
}
/*所在位置*/
.position{
	width: 100%;
	height: 70px;
	box-shadow: 3px 3px 10px rgba(0, 0, 0, .1);
}
.position .container {
    line-height: 70px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}
.position img {
    margin-right: 7px;
    margin-top: -5px;
    vertical-align: middle !important;
}
/*关于我们*/
.about {
    padding-bottom: 0 !important;
}
.about .title {
    width: 100%;
    text-align: center;
}
.about .title p {
    font-size: 32px;
    line-height: 40px;
    font-weight: bold;
    text-transform: uppercase;
}
.about .title span {
    font-size: 30px;
}
.w1400 {
	width: 90%;
}
.about .nygsjj {
    font-size: 16px;
    line-height: 32px;
    margin-top: 30px;
    text-indent: 2em;
}
.about .nygsjj p{
	text-indent: 2em;
}
.about .nygsjj p, .about .nygsjj img, .about .nygsjj video {
    width: auto !important;
    max-width: 100%;
    height: auto !important;
}
.sbdtxg {
    width: 23px;
    margin: 30px auto 40px;
}
.sbdtxg:before {
    content: "";
    display: block;
    width: 100%;
    height: 44px;
    background-image: url(../images/tb35.png);
    background-size: 100% 100%
}

.sbdtxg:after {
    content: "";
    display: block;
    margin-top: 4px;
    width: 100%;
    height: 17px;
    background-image: url(../images/tb35h.png);
    background-size: 100% 100%;
    animation: sb1 2s infinite
}
@keyframes sb1 {
    0% {
        opacity: 0;
        transform: translateY(0)
    }

    60% {
        opacity: 1;
        transform: translateY(10px)
    }

    100% {
        opacity: 0;
        transform: translateY(20px)
    }
}
.about .about2 {
    padding: 60px 0;
    overflow: hidden;
    background: url(../images/pro_bg.png) bottom no-repeat;
    background-size: cover
}

.about .about2 ul {
    margin-top: 40px
}

.about .about2 ul li {
    width: 23.5%;
    margin-right: 2%;
    float: left;
    background: #fff;
    border-radius: 8px;
    padding: 30px 20px;
    transition-duration: .4s;
    -ms-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -webkit-transition-duration: .4s
}

.about .about2 ul li:hover {
    box-shadow: 3px 3px 10px rgba(0,0,0,.1);
    transform: translateY(-10px)
}

.about .about2 ul li:nth-child(4n) {
    margin-right: 0
}

.about .about2 ul li em {
    display: block;
    width: 60px;
    height: 50px;
    margin: 0 auto;
    position: relative
}

.about .about2 ul li em:before {
    content: "";
    display: block;
    width: 45px;
    height: 45px;
    position: absolute;
    left: 0;
    z-index: 2
}

.about .about2 ul li em:after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: rgba(252,107,0,.2);
    border-radius: 50%;
    position: absolute;
    right: 10px;
    bottom: 5px;
    transition-duration: .4s;
    -ms-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -webkit-transition-duration: .4s;
    opacity: .5
}

.about .about2 ul li:hover em:after {
    right: 5px;
    bottom: 0
}

.about .about2 ul li:nth-of-type(1) em:before {
    background: url(../images/qywhico.png) no-repeat
}

.about .about2 ul li:nth-of-type(2) em:before {
    background: url(../images/qywhico.png) 0 -45px no-repeat
}

.about .about2 ul li:nth-of-type(3) em:before {
    background: url(../images/qywhico.png) 0 -90px no-repeat
}

.about .about2 ul li:nth-of-type(4) em:before {
    background: url(../images/qywhico.png) 0 -135px no-repeat
}

.about .about2 ul li p {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin: 20px 0 10px
}

.about .about2 ul li span {
    color: #666;
    text-align: center;
    display: block;
    font-size: 16px
}
.contact .lxfsull {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap
}

.contact .lxfsull li {
    width: 32%;
    float: left;
    margin-right: 2%;
    background: #fff;
    padding: 30px;
    box-shadow: 2px 3px 10px rgba(0,0,0,.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: space-between
}

.contact .lxfsull li:nth-child(3n) {
    margin-right: 0
}

.contact .lxfsull li em {
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    float: left
}

.contact .lxfsull li .lxfsullir {
    width: calc(100% - 85px);
    float: right
}

.contact .lxfsull li p {
    color: #999;
    font-size: 16px;
    width: 100%;
    margin-bottom: 5px
}

.contact .lxfsull li span {
    font-size: 17px;
    display: block;
    font-weight: bold;
    word-break: break-all
}

.contact .lxfsull li:nth-of-type(1) span {
    font-size: 16px
}
.clearf {
    clear: both;
}
.contact .lxfsull li:nth-of-type(1) em {
    background: #fc6b00 url(../images/contactico.png) no-repeat
}

.contact .lxfsull li:nth-of-type(2) em {
    background: #fc6b00 url(../images/contactico.png) 0 -70px no-repeat
}

.contact .lxfsull li:nth-of-type(3) em {
    background: #fc6b00 url(../images/contactico.png) 0 -140px no-repeat
}

.contact .lxfsfoot {
    padding: 15px;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, .1);
    overflow: hidden;
    margin-top: 30px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.contact .lxfsfoot .lxfsfoot_l {
    width: 40%; /* 修改宽度 */
    padding: 30px 0 30px 30px;
    box-sizing: border-box;
    min-height: 400px;
}

.contact .lxfsfoot .lxfsfoot_l .lxfs_name {
    font-size: 24px;
    color: #fc6b00;
    margin-bottom: 30px;
}

.contact .lxfsfoot .lxfsfoot_l .lxfs_text {
    line-height: 40px;
    font-size: 16px;
    color: #666;
    display: block;
}

.contact .lxfsfoot .map_main {
    width: 50%; /* 修改宽度 */
    min-height: 400px; /* 确保有最小高度 */
}
/*报价*/
.ibj {
    padding: 30px 0 0 0;
}
.ibjt{ margin-bottom:26px;}
.ibjt ul{ display:grid; grid-template-columns:repeat(4, 1fr);gap:20px;}
.ibjt ul li{ border:1px #efefef solid; padding:30px;transition:All 0.4s ease-in-out;-webkit-transition:All 0.4s ease-in-out;-moz-transition:All 0.4s ease-in-out;-o-transition:All 0.4s ease-in-out;}
.ibjt ul li:hover{transform:translate(0,-10px);-webkit-transform:translate(0,-10px);-moz-transform:translate(0,-10px);-o-transform:translate(0,-10px);-ms-transform:translate(0,-10px); border:1px #fc6b00 solid;box-shadow:0 0 10px 0 rgba(255, 107, 0, 0.45); cursor:pointer;}
.ibjtl{ width:153px; height:auto;}
.ibjtl .tit{ font-size:18px; color:#3d3d3d; line-height:32px;}
.ibjtl .info{ font-size:14px; color:#999999; line-height:28px;}
.ibjtr{ width:68px; height:auto;}

.ibjt ul li:hover .tit{ color:#fc6b00;}

.ibjc{box-shadow:0 0 5px 0 rgba(0, 0, 0, 0.15);}
.ibjcl{ width:409px; height:328px; padding:40px 45px; color:#fff;}
.ibjcl .tit{ font-size:34px; line-height:40px; letter-spacing:2px; font-weight:bold;}
.ibjcl .info{ font-size:16px; line-height:32px; margin:10px auto 20px auto;}
.ibjcl .line{ width:28px; height:2px; background:#fc6b00;}
.ibjcm{ width:665px; height:328px; background:url(/images/i_bj_jiantou.jpg) no-repeat left 30px #fff; padding:35px 35px 0 30px;}
.ibjcm .tit{ font-size:24px; line-height:40px; letter-spacing:1px; font-weight:bold;}
.ibjcm .info{font-size:16px; line-height:32px; margin:10px auto 30px auto; color:#999999;}
.ibjcm .con{ height:65px;}
.scroll-bar{ height: 65px;position: relative; border-radius:65px;}
.entire-bar{ width:100%;height: 12px;top: 12px;left: 0;position: absolute;background: #eeeeee;border-radius:65px;}
.action-bar{ top: 12px;height: 12px;position: absolute;background: #fc6b00;border-radius:65px;}
.action-block{ top: 2px; left:-20px;width: 50px;height: auto;cursor: pointer;position: absolute; padding-top:40px; background:url(/images/ibjcm_con_on.jpg) no-repeat 50% top; font-size:14px; color:#999999; font-weight:bold; text-align:center;}

.ibjcm .ibjcm_mss{ margin-top:40px;}
.ibjcm .ibjcm_mss .ibjcm_mss_tex{ width:420px; height:50px; border:1px #dddddd solid; line-height:48px; background:url(/images/i_bj_phone.jpg) no-repeat 15px 50% #fff; font-size:14px; text-indent:44px;}
.ibjcm .ibjcm_mss .ibjcm_mss_a{ display:block; width:160px; height:50px; line-height:50px; background:#fc6b00; color:#fff; font-size:15px; text-align:center;}
.ibjcm .ibjcm_mss .ibjcm_mss_a:hover{ background:#cb5803; color:#fff;}

.ibjcr{ width:250px; height:328px; background:url(/images/i_bj_right.jpg) no-repeat left 50% #fff; padding:30px 25px 0 26px;}
.ibjcr .tit{font-size:18px; line-height:32px; letter-spacing:1px; font-weight:bold;}
.ibjcr .num{ margin:10px 0; font-size:14px; font-weight:bolder; color:#fc6b00;}
.ibjcr .num span{ font-family:Arial, Helvetica, sans-serif; font-size:48px; padding-right:5px;}
.ibjcr .con{ border:1px #ebebeb solid; padding:12px 15px; border-radius:10px; margin-bottom:15px; color:#666666; font-size:14px; line-height:23px;}
.ibjcr .con span{ color:#333333; font-weight:bolder; padding-right:5px;}
.ibjcr .info{ font-size:12px; color:#999999; line-height:20px;}

.ibjc2 .ibjcl {height: 300px;}
.ibjc2 .ibjcm {height: 300px;}
.ibjc2 .ibjcr {height: 300px;}
.ibjc2 .ibjcr .num {margin: 24px 0 40px;}
.ibjc2 .size {margin-top: 16px;position: relative;}
.ibjc2 .area input,.ibjc2 .size input {width: 600px;height: 50px;line-height: 50px;padding: 0 15px;border: 1px #dddddd solid;}
.ibjc2 .size span {position: absolute;z-index: 1002;font-size: 15px;color: #080808;top: 16px;right: 18px;font-weight: bolder;}
.ibjc2 .ibjcm .ibjcm_mss {margin-top: 16px;}
.ibjc2 .area {margin-top: 16px;}
.ibjc2 select:nth-of-type(2) {margin-right: 0;}
.allbox {
    min-height: 400px;
    padding: 60px 0;
    overflow: hidden;
}
/*新闻*/
.section{
	margin-top:30px;
}
.navbar {
	
background-color: #fff;
border-radius: 30px 30px 0 0;
display: flex;
align-items: center;
justify-content: flex-start;
padding: 0 20px;
height: 80px;
margin:0 auto;
z-index: 10;
}

.nav-menu {
list-style: none;
display: flex;
gap: 40px;
margin-left: 30px;
}

.nav-menu li a {
text-decoration: none;
color: #333;
font-weight: bold;
font-size: 1.1rem;
position: relative;
padding-bottom: 10px;
transition: color 0.3s ease;
}

.nav-menu li a::after {
content: '';
position: absolute;
left: 0;
bottom: 0;
width: 0;
height: 3px;
background-color: #fc6b00;
transition: width 0.4s ease-out;
}

.nav-menu li a:hover {
color: #fc6b00;
}

.nav-menu li a:hover::after,.nav-menu li a.cur::after {
width: 100%;
}
.nav-menu li a.cur{
	color: #fc6b00;
}
section.news{ background:url(../images/ne_01.jpg) no-repeat center top; background-size:cover; display:block; overflow:hidden; width:100%; padding-bottom:88px;}
.news_b{ display:block; margin-top:60px; width:100%; overflow:hidden;}
.news_b li{ float:left; width:100%; overflow:hidden;}
.news_b .picture{ float:left; width:100%; overflow:hidden;}
.news_b .picture img{ float:left; width:100%; height:372px; object-fit:cover; transition:all linear 0.25s;}
.news_b .content{ float:left; width:100%; overflow:hidden; background:#fff; padding:0px 8%; box-sizing:border-box;}
.news_b .content .time{ float:left; width:100%; overflow:hidden; margin-top:34px;}
.news_b .content .time .day{ 
	float:left; overflow:hidden; font-size:40px; font-weight:bold;
	background-image:-webkit-linear-gradient(left,#0c6a32,#1b9251);
	-webkit-text-fill-color:transparent;
	-webkit-background-clip:text; display:none\0;
 }
.news_list{ display:block; width:100%;}
	.news_list ul{ overflow:hidden; margin:0 auto; margin-top:20px; width:95%; padding:5px;  box-sizing:border-box;}
	.news_list li{ margin-bottom:20px; overflow:hidden; float:left; padding:10px 15px; box-sizing:border-box; width:100%; box-shadow:1px 1px 4px rgba(0,0,0,0.20);}
	.news_list_img{ float:left; max-width:370px; width:100%; height:220px; overflow:hidden;}
	.news_list_img img{ width:100%; height:100%; object-fit:cover; transition:all linear 0.25s;}
	.news_list_text{ max-width:calc(100% - 410px); width:100%; height:220px; padding:10px 0px; box-sizing:border-box; float:right;}
	.news_list_text .title{  font-size:20px; font-weight:bold; color:#333; white-space:pre; text-overflow:ellipsis; overflow:hidden; text-align:left; transition:all linear 0.25s;}
	.news_list_text time{ font-size:14px; display:block; margin-top:10px; color:#999; border:0px; text-align:left; padding-top:0px}
	.news_list_text .text{ line-height:24px; height:72px; font-size:14px;color:#666; float:left; width:100%;}
	.news_list_text .more{ background:#adadad; margin-top:10px; color:#fff; width:120px; height:40px; line-height:40px; float:left; text-align:center; transition:all linear 0.25s;}
	.news_list li:hover .more{ background:#fc6b00;}
	.news_list li:hover{ background:#fff; box-shadow:1px 1px 4px rgba(18,60,150,0.20);}
	.news_list li:hover .title{ color:#fc6b00; transform:translateX(10px);}
	.news_list li:hover .news_list_img img{ transform:scale(1.1);}
	.text-secondary{ text-align:center; padding:20px 0}
.page_odd .title{ font-size:26px; text-align:center;}
	.page_odd time{ font-size:16px; color:#666; text-align:center; float:left; width:100%; text-align:center; padding:10px 0px;  border-bottom:1px solid #e6e6e6; margin:30px auto;}
	.page_odd .news_content{ margin-top:25px;  width:100%;font-size:16px;}
	.page_odd .news_content p{ line-height:36px;text-indent: 2em;}
	.page_odd .news_content img{ max-width:100%;}
	.page_odd .picture{overflow:hidden; float:left; width:100%;}
	.page_odd .picture img{float:none; display:block; margin:0px auto;}
	.other_list{ margin-top:20px; padding:10px 0px 15px 0px; overflow:hidden; border-top:1px dashed #ccc; border-bottom:1px dashed #ccc; width:100%;}
	.other_list p{ font-size:14px;margin-top:8px; color:#111;}
	.other_list p.next{ float:right;}
	.other_list p.pre{ float:left;}
	.other_list a{ color:#666;}
/*案例*/
.pageCon {
    padding: 30px 0 100px;
}
.pagemenu {
    position: relative;
    z-index: 9;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(51, 51, 51, .2);
	transition: color 0.3s ease;
}

.cl:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.pagemenu .first>li {
    float: left;
}
.pagemenu .firsta {
    position: relative;
    display: inline-block;
    color: #333;
    font-weight: bold;
    font-size:16px;
    padding: 12px 20px 20px;
    margin-right: 30px;
    transition: 300ms;
}
.pagemenu .firsta:after {
    position: absolute;
    content: "";
    width: 0;
    height: 3px;
    background-color: #fc6b00;
    bottom: -2px;
    left: 0;
    transition: 300ms;
}
.pagemenu .firsta:hover,.pagemenu .firsta.cur {
color: #fc6b00;
}
.pagemenu .firsta:hover::after,.pagemenu .firsta.cur::after {
width: 100%;
}
.prodCon{padding:60px 0 0;position:relative;top:0;min-height:200px;}
.prodCon.one{top:36px;}
.prodCon.two{top:-36px;}
.prodCon .prodItem{
	overflow: hidden;margin-bottom:30px;width: 33.33333333%;float:left;position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.prodItemBox{background-color: #333;}
.prodItem a{position:relative; display:block;width: 100%;/*background-color: #f9f9f9;padding-top:20px;border-radius:20px;*/}
.prodItem img{width: 100%;display: block;margin: 0 auto;}
.prodItem .layer{background-color: rgba(0,0,0,.25); text-align:center;}
.prodItem .layerBox {position: relative;top: 50%;margin-top:-10px;}
.prodItem .layerBox img {width: 42px;height: 42px; margin-bottom: 10px;}
.prodItem .layerBox dd{ color: #fff;font-size:24px; text-align: center;}
.prodItem a:hover .layer{bottom:0;}
.prodItem .dxs{color:#535353;max-height:20px;overflow: hidden;}
.prodItem .prodItemBox .txt {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    background: url(../images/txtBg.png) repeat center center;
    z-index: 12;
    opacity: 1;
    transition: all .5s;
}
.prodItem .prodItemBox .txt .tit {
    font-size: 16px;
    color: #fff;
    height: 60px;
    line-height: 60px;
    text-indent: 20px;
}
.prodItem .prodItemBox:hover .txt {
    opacity: 0;
}
.layer{position: absolute; width: 100%;height: 100%; bottom:-100%;left: 0; background-color: rgba(0,0,0,.4);}
.tabItem .layer dd{position: relative;width:88px;height:36px;line-height: 36px;font-size:18px;color: #fff;margin:0 auto;top:50%;transform: translateY(-50%);border:1px solid #fff;border-radius:20px;}
.tabContent .tabItem a:hover .layer{bottom:0;}
.tc {
    text-align: center;
}
.transition {
    -webkit-transition: all 0.3s 
ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s 
ease-out;
}
/*团队*/
.teamCon{padding:60px 0 0;position:relative;top:0;min-height:200px;}
.teamCon.one{top:36px;}
.teamCon.two{top:-36px;}
.teamCon .teamItem{
	overflow: hidden;margin-bottom:80px;width: 25%;float:left;position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.teamItemBox{}
.teamItemBox span{ text-align:center;width:100%;display:block;}
.teamItem a{position:relative; display:block;width: 100%;}
.teamItem img{width: 100%;display: block;margin: 0 auto;transition: transform 0.8s ease;}
.teamItemBox .title-content {
	width:calc(80% - 40px );
	margin:0 auto;
	padding:0;
    margin-top: -60px;
    position: relative;
    z-index: 9;
    background-color: var(--orange);
    box-shadow: var(--box-shadow);
    text-align: center;
    padding: 10px 0px;
	color:#fff; 
}
.teamItemBox .title-content h3 {
    margin-bottom: 5px;
	font-size:20px;
	font-weight:bold;
	
}
.teamItemBox .title-content h3 a{
	color:#fff; 
}
.teamItemBox a:hover img {
  transform: scale(1.08); /* 放大 5% */
}
.teamItem a:hover .layer{bottom:0;}
.teamItem .dxs{color:#535353;max-height:20px;overflow: hidden;}
.profile-card {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;;
  gap: 40px; /* 左右间距 */
  background: white;
  padding: 30px;
  border-radius: 12px;
}

.text-content {
  flex: 1;
}

.text-content h2 {
  font-size: 28px;
  color: #333;
  margin-bottom: 8px;
}

.text-content .zhiwei {
  font-size: 18px;
  color: #666;
  margin-bottom: 16px;
}

.text-content .bio {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
}

.image-content img {
  width: 100%;
  max-width: 300px;
  height: auto;
  border-radius: 8px;
  display: block;
}