@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: var(--txt-color);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: #104392; /* 主题色 */
	--fuzhu-color: #e70012;/* 辅助色 */
    --white-color: #fff; /* 白色 */
    --txt-color: #262535; /* 黑色 */
    --grey-color: #829bc4; /*蓝灰 */
    --f5-color: #f5f5f5; /* 亮灰 */
    --f2-color: #f2f3f7; /* 亮灰 */
     --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(--fuzhu-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}

   

/*top*/
.hdtop{     height: 35px;background:var(--f2-color);}
.top_l{ float:left; height:35px; line-height:35px; color:#333; letter-spacing:1px; font-size: 14px}
.top_r{ float:right; height:35px; line-height:35px; }
.top_r ul li{ float:left;  padding:0 10px; text-align:center; color:#333; }
.top_r ul li a{ font-size:14px; color:#333;}
.top_r ul li.line01{ float:left; width:2px;}

/*heade*/
.header{padding: 20px 0px;}
.logo{}
.hdtxt {margin-left: 15px; line-height:28px; border-left: 1px solid #ddd; padding-left: 20px;margin-top:10px;}
.hdtxt p{color: var(--txt-color);}
.hdtxt .p1{font-size:22px; font-weight: bold; letter-spacing: 0.5px;}
.hdtxt .p2{font-size:17px;}
.hdtxt{}
.header .tel{text-align: left; background: url("../images/tel.png") no-repeat left center;  padding-left:60px; margin-top:10px;}
.telp1 {
    font-size: 18px;
    color: #666;
    height: 18px;
    line-height: 18px;
}
.telp2 {
    font-size:36px;
    color:var(--fuzhu-color);
    height: 30px;
    line-height: 30px;
    padding-top: 5px;
    font-weight: bold
}

@media only screen and (max-width: 1400px) {
	.header .container{display: flex;justify-content:space-between;align-items: center;max-width: 1400px;}
	.hdtxt {margin-left:-250px; line-height: 24px; border-left: 1px solid #ddd; padding-left: 20px;}
	.tel{text-align: right; background: url("../images/tel.png") no-repeat right center; padding-right: 60px; margin-right:-200px; margin-top: -10px;}
}


/*menu*/
.menu{
    height: 55px;
    background:var(--theme-color);

    position: relative; 
}
.menu ul li{ float:left; width:184px; height:55px; line-height:55px;  text-align:center; position: relative/*transition: all 2s;*/}
.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:17px; color:#FFF; letter-spacing:2px; }
.menu ul li:hover{background:var(--fuzhu-color);} 


.secmenu{ position: absolute; top: 65px;z-index: 999; opacity: 0;transition: all 0.3s;text-align: center; width: 100%; 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: -18px;
    -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; overflow: hidden }
.secmenu dd a{font-size: 14px!important; color: #333!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}


/*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: none!important; width:8px; height: 8px; border-radius:10px; border:rgba(255,255,255,1) solid 3px; opacity: 0.8 }
.bannerswiper .swiper-pagination-bullet-active{border:rgba(231,0,18,1) solid 3px} 
/*banner结束*/

.index_title{ width:100%; height: 80px; text-align:left; margin-bottom: 60px; position: relative;z-index:1;}
.index_title h3{ position: absolute;z-index: 99; font-size:40px; font-weight:bold; color:var(--txt-color);  text-transform: uppercase; left:1.5% }
.index_title::before{
    position: absolute;
    content:'';
    width: 60px;
    height: 60px;
    background: var(--theme-color);
    opacity: 0.5;
    left: 0;
    top: -5px;
    z-index: 9;
    border-radius: 50%;
}
/* .index_title h3 span{ color:#CC0033; } */
.index_title p.index_txt{ /*text-transform: uppercase;*/ font-size: 16px; color:#999; position: absolute; bottom: 0px;left:1.5%}

.index_title p.index_txt::after{
    position: absolute;
    content:'';
    width: 160px;
    height:1px;
    background: var(--txt-color);
    margin-top: 12px;
    margin-left: 15px;
    opacity: 0.4
}

.xin{width: 60%; position: absolute; right: 0px; top:-10px}
.xin ul {display: flex; justify-content:flex-end;align-items: center}
.xin ul li{width: 100px; height: 100px; margin-left: 40px; background: var(--theme-color); border-radius: 50%; text-align: center}
.xin ul li i{color:var(--white-color); font-size: 36px;}
.xin ul li i::before{vertical-align: -14px}
.xin ul li p{color:var(--white-color); font-size:20px; margin-top: 5px }

/*floor*/
.first{ width:100%; background:url(../images/firstbg.jpg) repeat; padding: 50px 0px;}

/* 产品分类 */
.pro_l {
	width: 260px;
	background: #fff;
    border-bottom: var(--theme-color) solid 5px;
        
}
.pro_l h4 {
	margin: 0;
    padding: 30px 0px;
	text-align: center;
	font-size: 28px;
	background:url(../images/cpflh4bg.png) no-repeat center center var(--theme-color);   
    color: #fff
}
.pro_l h4 p{font-weight: normal}
.pro_l ul li {
    clear: both;
	line-height: 65px;
	background: #f5f5f5;
	font-weight: bold;
	border-bottom: 1px solid #efefef;
    margin-bottom: 1px;
    height: 65px;
}
.pro_l ul li i{float: left; width: 20px; margin-left: 15px}
.pro_l ul li a {
    float: right;
    width:80%;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 65px;
    font-size: 16px;
    text-align: left
}
.pro_l ul li:last-child a{border-bottom:none}
.pro_l ul li:hover a{color: var(--fuzhu-color);}

#sycplist{width:1190px}
.picList ul li{margin:0px 10px 20px 10px;float: left;width: 31.633333%;}

/*20230103satrt*/
.picList ul li a .picbox{width: 96%;padding:2% 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;}
.picList ul li a{display: block;width: 100%; }
.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%;padding: 16px 2% 16px 2%;font-size: 0; position: relative;border-bottom: #ddd solid 1px}

.picList ul li a .wordsbox::after{content: "";display: block;width: 0;height: 2px;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%;  margin-top: 1px; background: var(--fuzhu-color) ;}
.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: var(--txt-color);444;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;}



/* 设备 */
.youshi{margin: 4rem 0; position: relative;z-index: 9; height:620px}
.youshibg{height: 250px; background: url(../images/youshibg.png) no-repeat bottom center; }
.youshibg h2{text-align: center;font-size:46px;}
.youshibg p{text-align: center; color: var(--white-color); font-size:22px; padding-top: -10px; letter-spacing: 2px}
.youshi ul{display: flex;flex-wrap: wrap; position: absolute; z-index: 99; top: 180px; width: 1480px;}
.youshi ul li{width: calc( 100% / 4 - 2%);margin-right: 2%;}
.youshi ul li:nth-child(4n){margin-right: 0;}
.youshi ul li .imgbox{width: 100%;height: 100%;position: relative;min-height: inherit;}
.youshi ul li .imgbox > img{height:440px;width:100%;object-fit:cover;opacity: 1;transition:all 1.5s ease;}
.youshi ul li .contentbox{width: 100%;height: 100%;position: absolute;top: 0;left: 0;display: flex;align-items: center;background: rgb(0 0 0 / 60%);}
.youshi ul li .gridbox{width: 100%;padding: 5% 5%;}
.youshi ul li .ico{max-width: 50px;}
.youshi ul li .ico img{transition: all 1s;}
.youshi ul li .txt{color: #fff;margin-top: 20px;margin-bottom: 40px;transition: all 0.3s ease;}
.youshi ul li .txt h3{font-size:22px;line-height: 1.6; text-transform: uppercase;}
.youshi ul li .txt p{font-size: 16px;line-height: 1.6;margin-top: 20px;opacity: .8;}
.youshi ul li .btn{position: relative;min-height: 70px;line-height: 70px;border-top: 2px solid rgba(255,255,255,.2);}
.youshi ul li .btn:after{content:'';width:15%;height:2px;background:#fff;transition:all 0.8s;position:absolute;left:0px;top:-2px;}
.youshi ul li .btn a{color: #fff;font-size: 14px;}
.youshi ul li .imgbox:hover .contentbox{background: rgba(42, 56, 67,0.4);}
.youshi ul li .imgbox:hover .ico img{transform:rotateY(360deg);}
.youshi ul li .imgbox:hover .txt{margin-top:50px;margin-bottom:50px;}
.youshi ul li .imgbox:hover .txt p{opacity:1;}
.youshi ul li .imgbox:hover .btn:after{width:100%;}


/*third*/
.third{ width:100%;  padding: 60px 0px 70px 0px; min-height:598px;  }

/*关于我们*/
.about{
	width:100%;
	overflow:hidden;
	background:url(../images/abbg.jpg) no-repeat left center #eff2f7;
	/* background-attachment: fixed;
	background-size:cover; */
	padding-bottom:12px;
	padding-top:60px;
	}
.about .about_fl{
    width: 50%;
}

.about_fl > .tit > .index_title{ width:100%; height: 80px; text-align:left; margin-bottom:40px; position: relative;z-index:1; left: -3%;}
.about_fl > .tit > .index_title h3{ position: absolute;z-index: 99; font-size:40px; font-weight:bold; color:var(--txt-color);  text-transform: uppercase; left:3%; top: 5px; }
.about_fl > .tit > .index_title::before{
    position: absolute;
    content:'';
    width: 60px;
    height: 60px;
    background: var(--theme-color);
    opacity: 0.5;
    left: 0;
    top: 0px;
    z-index: 9;
    border-radius: 50%;
}
/* .index_title h3 span{ color:#CC0033; } */
.about_fl > .tit > .index_title > p.index_txt{ /*text-transform: uppercase;*/ font-size: 16px; color:#999; position: absolute; bottom: 0px; left: 3%;}

.about_fl > .tit > .index_title > p.index_txt::after{
    position: absolute;
    content:'';
    width: 160px;
    height:1px;
    background: var(--txt-color);
    margin-top: 12px;
    margin-left: 15px;
    opacity: 0.4
}


.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 a{
        font-size:26px;
		color:var(--theme-color);
        }
.about_fl .tit hr{
        width:60px;
        border:none;
        border-bottom:solid 5px var(--theme-color);
		margin-bottom:54px;
		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(--txt-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:var(--theme-color);
	color:var(--white-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(--fuzhu-color); color: var(--white-color);}
.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;
	}

.indexmore{
	width: 160px;
	height: 50px;
    position: absolute;
    right: 0px;
    top: 10px;
	border-radius: 5px;
	text-align: center;
	line-height: 50px;
	background: var(--theme-color);
	transition: all .5s ease;
	color: var(--white-color);
}
.indexmore:hover{background: var(--fuzhu-color);	color: var(--white-color);}

.second{ width:100%; height: 700px; background:url(../images/casebg.jpg) no-repeat bottom center; 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:var(--theme-color);    opacity: 1; width:20px; height: 6px; border-radius:10px; }
.caseSwiper .swiper-pagination-bullet-active{background: var(--fuzhu-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: center; overflow: hidden; margin-top: 10px; font-size: 17px; color:var(--txt-color); word-break: keep-all;  }
.caseSwiper .swiper-pagination{bottom: 0px;}
swiper-button{
	overflow:hidden;
	}
.swiper-button div{
	width:18px;
	height:29px;
	position:absolute;
	top:52%;
	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:0px 0px 80px 0px; background: #EFF2F7;}
.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(--fuzhu-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: var(--txt-color);
	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 0px 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(--theme-color);
}
.news_lf:hover .news_txt h2{
	color: var(--theme-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(--theme-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:100%;margin:20px auto 0px auto}
.foot_menu .footnav ul li{float:left;width:12.4%;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:10px 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: right;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);}

/*内页*/
.ny{padding-bottom: 40px;}
.nypro_r{width: 1150px; margin-top: 40px;}
.nypro_r .nypro_r_title {
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
	text-transform: uppercase;
}
.nypro_r .nypro_r_title h3 {
	color: #345197;
	font-size: 20px;
	border-left: 3px solid #345197;
	height: 20px;
	line-height: 18px;
	padding-left: 14px;
	margin-top: 5px;
}
.nypro_r_con p{font-size:var( --font-size-base); line-height:1.8}
#newsinfo_column_1 > .ny_tit {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #333;
    background: none;
    margin-top: 15px;
}
#news_column_1 > ul > li > a {
    display: block;
    padding: 14px 10px;
    color: #333;
    font-size: var( --font-size-base);
}
#newsinfo_column_1 strong a {
    color: #333;
    font-size: var( --font-size-base);
}
#newsinfo_column_1 > .search_news > .ny_con > ul > li a {
    color: #333;
    font-size: 14px;
}
#newsinfo_column_1 > .search_news > .ny_con > ul > li:hover > a {
    color: #000;
    font-size: 14px;
}


.nylistnav{background: #F2F4F9;box-shadow: 0 0 20px rgba(0,0,0,.05); padding: 15px 0px;}
.disflex {display: flex;}
.flex_center {align-items: center;}
.flex1 {flex: 0;flex-grow: 1;}
.wxlnr a{line-height: 24px;padding: 0 15px;font-size: var( --font-size-base);}
.wxlnr a:hover{color: #0F57D3;}
.wxlnr a.active{color: #0F57D3; font-size:20px; font-weight: bold; border-left: #0F57D3 solid 5px}

.wxlnl{color: #999;}
.wxlnl img{ margin-right:8px;color: #999;}
.wxlnl a{color: #999;}

.wxneiye{background: #fff; padding: 50px 0px;}
.wxnyfl{
	width: 23%;
	min-width: 220px;
	margin-right: 2%;
	border: solid 1px #f2f4f9;
	box-shadow: 0 0 20px rgba(0,0,0,.05);
}
.wxnyfl h3{
	padding: 25px;
	color: #fff;
	background: linear-gradient(to right, #23439F, #3B5FCB);
    font-size: 24px;
}
.wxnyfl h3 i{
	display: block;
	width: 35px;
	height: 2px;
	margin-top: 10px;
	background: #fff;
}
.wxnyfl ul{
	background: #fff;
}
.wxnyfl ul li{
	border-bottom: 1px solid #E6E6E6;
    padding: 20px 20px 20px 30px;
    background: url(../images/liicon.jpg) no-repeat 15px center;
}
/* .wxnyfl ul li:last-child{border-bottom:none;} */
.wxnyfl ul li a{font-size: var( --font-size-base);}

.wxnyfr{width: 79%;}
.wxnyfr .title_l{text-align: center;}
.wxnyfr .title_l h3{ font-size:32px; color:#23439F; margin: 0px; text-align: center}
.wxnyfr .title_l i {
    font-style: normal;
    display: inline-block;
    width: 60px;
    height: 5px;
    background: #23439F;
    color: #23439F;
    border-radius: 10px;
    margin-bottom: 3px;
}
.wxnyfr .title_l .index_txt{ text-align: center; color: #999; font-size: var( --font-size-base); font-weight: normal;}

.wxny_con{}
.mt30{margin-top: 0px;}
.lxwm-r {
    width: 36%;
    padding: 6% 1%;
}

#pic_column_1 > ul > li{margin-top: 0px; margin-bottom:20px }
#productinfo_column_1{margin-top: 0px;}

