@charset "utf-8";
@import url("../css/bootstrap-icons.css");
html,body{MARGIN: 0px;font-size:var( --font-size-base);text-align:left; padding:0px; color:#404040;font-family: "Microsoft YaHei","SimSun","SimHei";min-height: 100%;}
body{ background:#fff;word-wrap: break-word;}
div,ul,li,p,form,dd,dt,dl,h3,h4{ margin:0px; padding:0px; }
img{ border:0px;vertical-align:middle}
li{ list-style:none}
:root {
    --theme-color: #0B2133; /* 主题色 */
    --hover-color: #DF8F29; /* 鼠标滑过 */
	--fuzhu-color: #14293D;/* 辅助色 */
    --white-color: #fff; /* 白色 */
    --txt-color: #1F1F1F; /* 黑色 */
    --grey-color: #D0D4D8; /* 灰绿 */
    --f5-color: #f5f5f5; /* 亮灰 */
     --font-size-base:16px/* 默认字号 */
  }
  
a{ font-size:var( --font-size-base); color:var(--txt-color); text-decoration:none;}
a:hover{ font-size:var( --font-size-base); color:var(--hover-color); text-decoration:none;}
p{ font-size:var( --font-size-base);}
.clearboth{ clear:both;}
.container{clear:both; width:1480px;text-align:left;word-break:break-all; margin-left:auto; margin-right:auto;}
.fl{float: left}
.fr{float: right}

   

/*header*/
.header{padding: 0px 0px; background:rgba(11,33,51,0); width: 100%;  position: fixed; z-index: 999; transition: all 0.3s; /*border-bottom: rgba(255,255,255,0.3) solid 1px;-webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);*/}
.logo{width: 16%;transition: all 0.3s;}
.logo img{width: 100%;}
/* .header .tel{ width: 16%; text-align: left; margin-top: 18px;}
.telp1 {
    font-size: 18px;
    color: #666;
    height: 18px;
    line-height: 18px;
} 
.telp2 {
    font-size:26px;
    color:var(--white-color); 
    height: 30px;
    line-height: 30px;
    padding-top: 5px;
    font-weight: bold
}
.bi-telephone-fill{margin-right:5px; font-size:22px;}*/

.language{width: 10.5%; margin-top:1.8%; transition: all 0.3s ease-in-out;}
.language a{padding: 3px 3px; border-radius: 20px; color: var(--white-color);}
.language a:hover{color: var(--hover-color);}
.language i{color: var(--white-color); font-size: 19px; vertical-align: -2px;}



/*menu*/
.menu{
    width: 73%;
    height: 55px;
    margin-top: 12px;
    /* background:#23439F;*/
    position: relative;  
}
.menu ul{display: flex; align-items: center; justify-content: center;}
.menu ul li{ float:left;  padding: 1.5% 1.5%; text-align:center; position: relative; z-index: 9999;transition: all 0.3s ease-in-out;}
.menu ul li:after{float:left; content: "";
        display: block;
        width: 2px;
        height:55px;
/*        background-image: url(../images/line.png);*/
        background-size: cover;
        opacity: 0.6;}
.menu ul li:first-child:after{background:none;}
.menu ul li a{ font-size:16px; color:#FFF; letter-spacing:0px; text-transform: uppercase; }
.menu ul li:hover a{color: var(--hover-color);}

.secmenu{ position: absolute; top: 65px; left: -48%; z-index: 9999; opacity: 0;transition: all 0.3s;text-align: center; width: 200%; background: #fff; border-radius: 15px;padding: 13px 0px; -webkit-transform: translateY(20px);
            transform: translateY(20px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;visibility: hidden;}
.secmenu:before{
    content: '';
    display: block;
    border:10px solid;
    border-color: transparent transparent #fff transparent ;
    position: absolute;
    left: 50%;
    top: -20px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
   
}
.secmenu dd{text-align: center; height: 35px; line-height: 35px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.secmenu dd a{font-size: 14px!important; color: #333!important; text-transform:capitalize!important;}
.menu ul li:hover .secmenu{opacity: 1; -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;filter: alpha(opacity=100);
    visibility: visible}
.secmenu dd:hover {background: #eee}
.secmenu dd:hover a{color: #fff}


.index_menubg{ background:rgba(11,33,51,1); box-shadow:0 5px 15px rgba(0,0,0,0.1); color: #333333;position:fixed;left:0;top:0;z-index:99999;-webkit-backdrop-filter: blur(3px); 
    backdrop-filter: blur(12px);}
.index_menubg .qhlogo{width:160px;height:49px;background:url(logo.png) 0 0 no-repeat;}
.index_menubg .tel{width:160px;height:49px;background:url(tel1.png) 0 0 no-repeat;}

.index_menubg .menu {margin-left: 3%;}
.index_menubg .menu ul li{padding: 0.9% 1.5%;}
.index_menubg .language{width: 10.5%; margin-top:1.4%;}
.index_menubg .logo{width: 13%;}

/*banner 开始*/

.bannerswiper {}
.bannerswiper .swiper-container {
      width: 100%;
      height: 100%;
    }
 .bannerswiper .swiper-slide img{
		width:100%;
		height:auto;
		min-height:100%;
		transition:1s linear 2s;
		transform:scale(1.1,1.1);
		}
.bannerswiper	.swiper-slide-active img,.swiper-slide-duplicate-active img{
		transition:6s linear;
		transform:scale(1,1);
		}	
.bannerswiper .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{bottom: 40px;}
.bannerswiper .swiper-pagination-bullet{background: #fff;    opacity: 0.6; width:20px; height: 6px; border-radius:5px; }
.bannerswiper .swiper-pagination-bullet-active{background: var(--hover-color);opacity:1;} 
/*banner结束*/

.index_title{ width:100%; text-align:center; margin-bottom: 40px; }
.index_title h3{ font-size:40px; font-weight:bold; color:#333; margin: 0px; text-transform: uppercase;}
/* .index_title h3 span{ color:#CC0033; } */
.index_title i{display: inline-block; height: 5px; width: 60px; background: var(--hover-color); border-radius: 5px;}
.index_txt{margin: 0px; padding: 0px; /*text-transform: uppercase;*/ font-size: 16px; color:#999; line-height: 40px;}


/*floor*/
.first{ width:100%; background:#F5F7FA; padding: 50px 0px;}

/* 产品分类 */
.pro_cpfl{width:100%; margin-top:40px; margin-bottom: 20px; display: flex; justify-content:center;align-items: center;}
.pro_cpfl a{ padding:12px 20px; width: 10%; text-align: center;     font-size:18px; transition: .3s; background: var(--theme-color); color: var(--white-color); margin: 0 8px; border-radius: 50px;}
.pro_cpfl a:last-child{border-right:none ;}
.pro_cpfl a:hover{background: var(--hover-color); color: var(--white-color);}

.picList ul li{padding: 10px;float: left;width: 23.6%;}
.picList ul li a{display: block;width: 100%;background: #fff;}
/*20230103satrt*/
.picList ul li a .picbox{width: 96.5%;padding: 4.5px 2%;}
.picList ul li a .pic{ width: 100%; padding-bottom: 70%; position: relative; overflow: hidden; min-height: 50px;
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-ms-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;}
/*20230103end*/
.picList ul li a .pic img{ max-width: 100%; position: absolute; left: 50%; top: 50%; min-height: 100%;
-webkit-transform: translate(-50%, -50%); 
-moz-transform: translate(-50%, -50%); 
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transition: all 0.5s ease-out 0s; 
-moz-transition: all 0.5s ease-out 0s; 
-o-transition: all 0.5s ease-out 0s; 
transition: all 0.5s ease-out 0s;
transition: -webkit-transform 2s;
vertical-align: middle;
-ms-interpolation-mode: bicubic;}
.picList ul li a:hover .pic img{ -webkit-transform: translate(-50%, -50%) scale(1.1); -moz-transform: translate(-50%, -50%) scale(1.1); transform: translate(-50%, -50%) scale(1.1);}
.picList ul li a .wordsbox{width: 96.5%;border-top: 1px solid #EFEFEF;padding: 20px 2% 18px 2%;font-size: 0; position: relative;}
.picList ul li a .wordsbox::after{content: "";display: block;width: 0;height: 4px;background:var(--hover-color);position: absolute;left: 0;bottom: 0;
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
.picList ul li a:hover .wordsbox::after{width: 100%;}
.picList ul li a .wordsbox .words_l{width: calc(100% - 44px); margin: 0 auto;}
.picList ul li a .wordsbox .words_l .words1{font-size: 18px;color: #444444;line-height: 24px;margin-bottom: 10px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1; text-align: center;}



/* 设备 */
.shebei{margin: 4rem 0; }
.shebei ul{display: flex;flex-wrap: wrap;}
.shebei ul li{width: calc( 100% / 2 - 2%);margin-right: 3%;}
.shebei ul li:nth-child(2n){margin-right: 0;}
.shebei ul li .imgbox{width: 100%;height: 100%;position: relative;min-height: inherit;}
.shebei ul li .imgbox > img{height:440px;width:100%;object-fit:cover;opacity: 1;transition:all 1.5s ease;}
.shebei ul li .contentbox{width: 100%;height: 100%;position: absolute;top: 0;left: 0;display: flex;align-items: center;background: rgb(25 41 62 / 60%);}
.shebei ul li .gridbox{width: 100%;padding: 5% 5%;}
.shebei ul li .ico{max-width: 50px;}
.shebei ul li .ico img{transition: all 1s;}
.shebei ul li .txt{color: #fff;margin-top: 20px;margin-bottom: 40px;transition: all 0.3s ease;}
.shebei ul li .txt h3{font-size: 34px;line-height: 1.6; text-transform: uppercase;}
.shebei ul li .txt p{font-size: 16px;line-height: 1.6;margin-top: 20px;opacity: .8;}
.shebei ul li .btn{position: relative;min-height: 70px;line-height: 70px;border-top: 2px solid rgba(255,255,255,.2);}
.shebei ul li .btn:after{content:'';width:15%;height:2px;background:#fff;transition:all 0.8s;position:absolute;left:0px;top:-2px;}
.shebei ul li .btn a{color: #fff;font-size: 14px;}
.shebei ul li .imgbox:hover .contentbox{background: rgba(42, 56, 67,0.4);}
.shebei ul li .imgbox:hover .ico img{transform:rotateY(360deg);}
.shebei ul li .imgbox:hover .txt{margin-top:50px;margin-bottom:50px;}
.shebei ul li .imgbox:hover .txt p{opacity:1;}
.shebei ul li .imgbox:hover .btn:after{width:100%;}


/*third*/
.third{ width:100%;  backgabout_flround:url(../images/abbg.jpg) no-repeat center center /cover; padding: 60px 0px 70px 0px; min-height: 499px;  }

/*关于我们*/
.about{
	width:100%;
	overflow:hidden;
	background:#CCDCE6;
	background:url(../images/abbg.jpg) no-repeat center center;
	/* background-attachment: fixed;
	background-size:cover; */
	padding-bottom:70px;
	padding-top:70px;
	}
.about .about_fl{
    width: 50%;
}
.about_fl .tit{
        overflow:hidden;
        }
.about_fl .tit .titen{
        width:100%;
        font-size:66px;
		color:var(--theme-color);
        line-height:76px;
        font-family: myThreeFont;
        text-transform:uppercase;
		font-weight: bold;
    }
.about_fl .tit .titen a{float: right;}
.about_fl .tit .titen a i{ float: right; font-size: 54px; color: var(--fuzhu-color);}
.about_fl .tit h3{
        width:100%;
        overflow:hidden;
        font-size:26px;
        color:var(--theme-color);
        line-height:36px;
        font-weight:normal;
        }
.about_fl .tit h3 a{
        font-size:26px;
		color:var(--theme-color);
        }
.about_fl .tit hr{
        width:228px;
        border:none;
        border-bottom:solid 3px var(--fuzhu-color);
        margin-top:34px;
		margin-left: 0px;
        }
.about .about_fl h5{
	width:100%;
	overflow:hidden;
	font-size:28px;
	line-height:38px;
	color:var(--theme-color);
	margin-top:43px;
	}
.about_txt{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:var(--theme-color);
	line-height:30px;
	margin-top:16px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: keep-all;
	text-align: justify;
}
.about .aboutmore{
	width:100%;
	overflow:hidden;
	margin-top:64px;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.about .aboutmore a{
	display:block;
	width:152px;
	height:55px;
	line-height:55px;
	border-radius: 5px;
	background:rgba(255,255,255,0.8);
	border: #fff solid 1px;
	color:var(--fuzhu-color);
	font-size:16px;
	padding-left:25px;
	text-transform: capitalize;
	transition: all .5s ease;
}
/* .about .aboutmore a:first-child{margin-left: -15px;} */
.about .aboutmore a i{
	width:11px;
	height:100%;
	display:block;
	float:right;
	margin-right:30px;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3 ease;
	font-size: 20px;
	}
.about .aboutmore a:hover{background: var(--hover-color); color: var(--white-color);border:var(--hover-color) solid 1px;}
.about .aboutmore a:hover i{
	margin-right: 20px; color: var(--white-color);
}
.about .about_fr{
	/* padding:20px 0 35px 0; */
	margin-bottom: 50px;
    width: 50%;
}
.about .about_fr ul{
	width:100%;
	overflow:hidden;
	text-align:right;
	}
.about .about_fr ul:first-child li{
	background:var(--hover-color);
	margin-bottom: -5px;
	}
.about .about_fr ul:first-child li:first-child{background: none;}


.about .about_fr ul:nth-child(2) li:first-child{
	background:var(--theme-color);
	margin-right: -5px;
	}
.about .about_fr ul:nth-child(2) li:nth-child(2){
	background:#174367;
	
	}
.about .about_fr ul li{
	width:234px;
	height:234px;
	overflow:hidden;
	display:inline-block;
	text-align:left;
	padding:40px 34px 0 34px;
	}
.about .about_fr ul li .abouttit{
	width:100%;
	overflow:hidden;
	font-size:25px;
	color:#fff;
	line-height:35px;
	text-transform:uppercase;
	word-break: keep-all;
	}

.about .about_fr ul li .abouten{
	width:100%;
	overflow:hidden;
	font-size:20px;
	color:#fff;
	line-height:30px;
	font-family: myThreeFont;
	text-transform:uppercase;
	word-break: keep-all;
	}
.about .about_fr ul li p{
	width:100%;
	overflow:hidden;
	margin-top:84px;
	}
.about .about_fr ul li p i{color: var(--white-color); font-size: 24px;}

.about .about_fr ul:first-child li:first-child{padding-left: 0px!important; }
.about .about_fr ul:first-child li:first-child h5{color: var(--fuzhu-color); font-size: 38px; margin: 0px; padding: 0px; margin-bottom: 20px; line-height:1.3; opacity: 0.8;padding-top: 20px;}
/* .about .about_fr ul:first-child li:first-child p{margin: 0px; padding: 0px;color: var(--fuzhu-color);font-size: 24px;  } */


/* aboutlist
-------------------------------------------------------------- */
.aboutlist{
	width:100%;
	overflow:hidden;
	margin-top:120px;
}
.aboutlist ul{
	width:100%;
	overflow:hidden;
}
.aboutlist ul li{
	overflow:hidden;
	padding:0;
	text-align:center;
	position:relative;
}
.aboutlist ul li:after{
	content:"";
	width:1px;
	height:80px;
	background:rgba(2,91,171,0.6);
	position:absolute;
	top:17px;
	right:0;
	}
.aboutlist ul li:last-child:after{
	display:none;
	}
.aboutlist ul li dl{
	display:inline-block;
	text-align:left;
}
.aboutlist ul li dl dt,.aboutlist ul li dl dd{
	width:100%;
	overflow:hidden;
}
.aboutlist ul li dl dt{
	font-size:16px;
	color:#343434;
	font-weight:normal;
	}
.aboutlist ul li dl dd{
	font-size:16px;
	color:#343434;
	line-height:30px;
}
.aboutlist ul li dl dt .counter{
	color:#025bab;
	font-size:79px;
	font-family: myThreeFont;
	line-height:79px;
}
.aboutlist ul li:first-child dl{
	float:left;
	}
.aboutlist ul li:last-child dl{
	float:right;
	}



.second{ width:100%; background:var(--white-color); padding: 40px 0px; }
 .caseSwiper{margin-top:10px;}
 .indexcase{position: relative;}
 /* .indexcase::after{
 	content: "";
    width: 100%;
    height: 37%;
    background:var(--theme-color);
    position: absolute;
    left: 0;
    bottom: 0;
} */
 .caseSwiper .swiper-wrapper{padding-bottom:40px;}
 .caseSwiper .swiper-slide {
	text-align: center;
	font-size: 18px;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;     
}
.caseSwiper .swiper-pagination-bullet{background: #e5e5e5;    opacity: 0.6; width:20px; height: 6px; border-radius:10px; }
.caseSwiper .swiper-pagination-bullet-active{background: var(--hover-color);opacity:1;} 

.caseSwiper .pic{ text-align:center;position: relative; display: flex; justify-content: center; align-items: center; width:336px; height:252px; overflow: hidden; border-radius: 0px; margin-top:40px; background: #F5F7FA;}
.caseSwiper .pic img{ max-width:344px; max-height:261px;  padding:2px;  -webkit-transition: all ease 300ms;-moz-transition: all ease 300ms;-ms-transition: all ease 300ms;-o-transition: all ease 300ms;transition: all ease 300ms;transform: scale(1.1)}
.caseSwiper .swiper-slide:hover .pic img{transform: scale(1.2)}

.caseSwiper .pic img.back {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    filter: blur(5px);
    -webkit-filter: blur(5px);
}

.caseSwiper .pic img.front {
    max-width: 100%;
    max-height: 100%;
    display: block;
    position: absolute;
}

.caseSwiper .title{ list-style: 30px; text-align: left; overflow: hidden; margin-top: 10px; font-size: 17px; color:var(--fuzhu-color); word-break: keep-all;  }
.caseSwiper .swiper-pagination{bottom: 0px;}
swiper-button{
	overflow:hidden;
	}
.swiper-button div{
	width:18px;
	height:29px;
	position:absolute;
	top:68%;
	margin-top:-74.5px;
	z-index:99;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.swiper-button .swiper-button-prev{
	background:url(../images/prev.png) no-repeat center;
	left:8%;
	}
.swiper-button .swiper-button-prev:hover{
	background:url(../images/prevh.png) no-repeat center;
	}
.swiper-button .swiper-button-next{
	background:url(../images/next.png) no-repeat center;
	right:8%;
	}
.swiper-button .swiper-button-next:hover{
	background:url(../images/nexth.png) no-repeat center;
	}


/*新闻中心*/
.fourth{padding: 50px 0px; background: #f1f5fa;}
.news{ margin-top: 40px;}

.content_top{ width: 310px; padding-bottom:10px; border-bottom:#999 dashed 1px;}
.content_top img{ margin-right:10px; }
.content_top h4{ margin:0px; padding:0px; height:30px; overflow:hidden; line-height:30px; letter-spacing:1px;}
.content_top p{ height:45px;line-height:20px; text-indent:24px; overflow:hidden;}

.news_lf{
	width: 420px;
	margin-top: 40px;
	float: left;
	background: #fff;
	padding: 30px;
    margin-right:20px;
    transition: 0.03s;
     position: relative
}
.news_lf:after {
    content: "";
    display: block;
    width: 0;
    height: 4px;
    background-color: var(--theme-color);
    position: absolute;
    bottom: 0;
    left: 0;
    transition: .5s all
}

.news_lf:hover:after {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background-color: var(--hover-color);
    position: absolute;
    bottom: 0;
    left: 0;
    transition: .5s all
}

.news_lf:last-child{margin-right: 0px!important}
.news_rg{
	margin-left:15px;
	width: 845px;
}
.newspic{
	width: 100%;
	height: 221px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	position: relative;
}
.newspic img.back {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    filter: blur(3px);
    -webkit-filter: blur(3px);
}
.newspic img.front {
    max-width: 100%;
    max-height: 100%;
    display: block;
    position: absolute;
	transform: scale(1.1);
	transition: all 0.3s;
}

.news_date span{
	font-size: 20px;
	color: #ccc;
	display: block;
}
.news_date b{
	font-size: 13px;
	color: #666;
	font-weight: normal;
	margin-top: 10px;
	display: block;
}
.news_txt h2{
	font-size: 18px;
	font-weight: 600;
    color: #000;
	display: inline-block;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.news_txt p{
	font-size: var( --font-size-base);
	line-height: 26px;
	margin-top: 15px;
	display: inline-block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.news_rg .news_list .news_txt p{
	display: inline-block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.news_date{
	padding: 20px 13px 10px 0;
	text-align: left;
    color: #bbb;
    display: flex;
    align-items: center;
}
.news_date .bi{margin-right:5px}
.news_txt{
	float: left;
	padding: 0px 0 10px;
	/*margin-left: var( --font-size-base);
	width: 301px;*/
}
.news_rg .news_txt{
	width:87%;
}

.news_list li{
	overflow: hidden;
	padding: 0 17px;
	
}
.news_lf .news_list li{
	overflow: hidden;
	padding: 0 17px;
	margin-top:18px;
}
.news_lf:hover .news_txt{
	color:  var(--hover-color);
}
.news_lf:hover .news_txt h2{
	color: var(--hover-color); 
}
.news_rg .news_list li{width: 99%;}
.news_rg{padding: 35px 0px;}
.news_lf{padding-bottom: 30px; padding-top: 29px;}

.news_lf:hover .newspic img.front{transform: scale(1.2);}





/*友情链接*/
.links {
	padding: 20px 0;
	font-size: var( --font-size-base);
	background: var(--white-color);
	/* background: url(../images/linkbg.jpg) no-repeat center center; */
}
.links span {
	color: var(--txt-color);
	font-weight: bold;
	display: inline-block;
	font-size: 18px;
}
.links span i{font-size: 28px; vertical-align: -0.18em; margin-right: 10px;color: var(--txt-color);}
.links a {
	display: inline-block;
	font-size:var(--font-size-base);
	color: var(--txt-color);
	padding-right: 10px;
}
.links a:hover {
	color: var(--hover-color);
}


.footer .footer_Con{width:100%;background:var(--fuzhu-color);overflow:hidden}
.foot_menu{border-bottom:1px solid var(--grey-color);overflow:hidden;padding:40px 0}
.foot_menu .foot_logo{}
.foot_menu .footnav{width:75%;margin-top:20px}
.foot_menu .footnav ul li{float:left;width:10%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;text-align:center}
.foot_menu .footnav ul li a{font-size:var( --font-size-base);color:var(--grey-color);display:block;position:relative; text-transform: capitalize;}
.foot_menu .footnav ul li a:before{content:'';display:block;background:var(--grey-color);width:1px;height:var( --font-size-base);position:absolute;top:5px}
.foot_menu .footnav ul li:first-child>a:before{display:none}
.foot_menu .footnav ul li a:hover{color:#fff}
.footlxwm{width:40%;margin:30px auto;overflow:hidden}
.footlxwm_tel{background:url(../images/foot_tel.png) no-repeat left center;padding-left:70px;width:20%;margin-top:0px}
.footlxwm_tel p{font-size:18px;color:var(--grey-color);margin-bottom:-5px}
.footlxwm_tel b{font-size:36px;color:var(--grey-color)}
.footlxwm .footlxwm_con{float:left;width:50%}
.footlxwm .footlxwm_con p{font-size:var( --font-size-base);color:var(--grey-color);margin:0px 0;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;box-sizing:border-box}
.footlxwm .footlxwm_con p span{font-size: 18px;}
.footlxwm .footlxwm_con p img{display:inline-block;margin-right:5px}
.footlxwm .footlxwm_con p a{color:#E0FFF2}
.footlxwm .footlxwm_con p a:hover{color:#FFB93E}
.footlxwm .footer_ewm{float:left;color:var(--grey-color);text-align:center; margin-right: 30px;}
.footlxwm .footer_ewm img{height:130px}
.footlxwm .footer_ewm p{margin-top:10px;font-size:var( --font-size-base)}
.footer .foot_b{width:100%;background:#1A1A1A;text-align:center;color:var(--grey-color);padding:20px 0;font-size:15px}
.footer .foot_b a{color:var(--grey-color)}
.footer .foot_b a:hover{color:#c22423}

.copyright{ width: 60%; text-align: left;color:var(--grey-color); font-size: var( --font-size-base); font-weight: normal; line-height:35px; margin-top: 30px;}
.copyright a{color:var(--grey-color);}

/*内页*/
.nysub{ height: 60px; line-height: 60px;border-bottom: #F2F5F7 solid 1px;}
.nysite_tit{display: flex; justify-content: space-between; align-items: center;}
.nysite_tit b{font-size:20px; position: relative; padding-left:25px; color: #333; text-transform: uppercase;} 
.nysite_tit b::before{content: ""; width: 7px; height: 7px; border: #DF8F29 solid 5px; border-radius: 50px; position: absolute; left:0px; top:22px;}
.nysite_tit span{ color:#333 ; font-size: 14px;}
.nysite_tit span a{ color:#333 ; font-size: 14px;}
.nysite_tit span a:hover{ color:#FC9730 ; font-size: 14px;}


.nybox{padding-bottom:60px;  padding-top: 40px;}
.nypro_l {
	float: left;
	width: 320px;
    height: auto;    
}
.nypro_l h4{
    padding:25px 30px 25px 30px;
	text-align: center;
	font-size:30px; 
    color: #fff;
    text-transform: uppercase;
    position: relative;
	background: #14293D;
    /* border-bottom: #ddd solid 3px; */
}
.nypro_l h4 .bi{position: absolute; color: rgba(255, 255, 255, .1);  top: 0px; right: 15px; font-size: 120px;}

.nypro_l ul {}
.nypro_l ul li{  
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-bottom: #fff solid 1px;
}


.nypro_l ul li span{display: block;background-color: #F0F2FA; padding:15px 10px; margin-top: 1px;}
.nypro_l ul li span .bi{margin: 4px 10px 0px 15px; }
.nypro_l ul li span a{line-height: 30px; display: block;font-size: 18px;padding-left:0px;text-transform: capitalize;
    word-break: keep-all;overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; text-transform: uppercase;}

.nypro_l em{}
.nypro_l em a{display: block;font-size: 16px;text-transform: capitalize; font-style: normal;
    word-break: keep-all;overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;padding:15px 0px 15px 25px; position: relative; border-bottom: #f5f5f5 solid 1px; margin: 0px 20px; color: #666;  }
    .nypro_l em a::before{
        position: absolute;
        content: "";
        width: 5px;
        height: 5px;
        background: #1A5DB6;
        top:20px;
        left: 10px;
    }
    .nypro_l em a:hover{color: #CD111E;}

.nypro_l .fl_tel {
	padding:0px 30px 40px 30px;
	text-align: center;
    width:260px;
	background: #0447B4;
	margin-top: 10px;
	margin-bottom: 20px;
}
.nypro_l .fl_tel .bi{font-size:16px; color: #fff; margin-right: 10px;}
.nypro_l .fl_tel p {
    width: 100%;
	display: block;
	font-size:16px;
    color: #fff;
    line-height: 35px;
}
.nypro_l .fl_tel p:last-child{font-size: 28px; font-weight: bold;}

.nybox_r{background: none; width: 1100px; padding: 0px;/* min-height: 657px; */height: auto; margin-top: 0px;}
/*.nybox_r p{word-break: keep-all; text-align: justify;}*/

.fl-lxwm{background: #F0F2FA!important; padding: 20px;}

.lxwm3{background: #f5f5f5!important;}
.lxwm3 .lxwm-r{margin-left: 25px;}
.lxwm-top h3{ word-break: keep-all; margin-bottom: 45px; color: var(--fuzhu-color);}
.lxwm-top dl{margin-bottom: 25px;}
.lxwm-top dl dd{line: height 1.5; font-size: 23px;}
.lxwm3 .lxwm-l #tx_map{ height: 500px;}


#pic_column_1 > ul > li > a > p {
    margin-top: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size:14px;
    color:#5a5a5a;
    text-align: center;
}
#productinfo_column_1{margin-top: 0px;}
#pic_column_1 > ul > li{margin-top: 0px; margin-bottom: 20px;}
#productinfo_column_1 > .search_pro > .ny_con > ul > li > a > p{ text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; text-align: center;}
.liuyan #liuyantj {background:#14293D ;}

#newslist_txt h3{word-break: keep-all; font-size:20px;overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;}
#newslist_txt p {
    color: #777;
    font-size: 1.1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;
}


.liuyan{width: 60%; margin: 0 auto;} 
.liuyan .formlist span{width: auto;width: 16%!important;}
.liuyan .formlist input{width: 66%!important;}
.liuyan .formlist textarea{width: 64.8%!important;}
.liuyan #liuyantj {margin-left: 16%!important;}

.lxwm4-con dl{width: 17%;}
#tx_map_info{width: 120%;}


/* #common_kefu2.right_nav li .iconBox{} */
#common_kefu2.right_nav li:hover{background: #0085CD;}
#common_kefu2.right_nav{right: -48px;}
.iconBox h4{text-align: left;}

#izl_rmenu.izl-rmenu {
    position: fixed;
    left: 68.3%!important;;
    margin-left: 532px;
    bottom: 10px;
    padding-bottom: 73px;
    z-index: 999;
	/* right: 0px!important; */
}