@charset "utf-8";
@import url("../css/bootstrap-icons.css");
:root {
    --theme-color: #fc7440; /* 主题色 */
    --hover-color: #ff4600; /* 鼠标滑过 */
    --white-color: #fff; /* 白色 */
    --txt-color: #1F1F1F; /* 黑色 */
    --grey-color: #C9D3E5; /* 灰绿 */
    --f5-color: #f5f5f5; /* 亮灰 */
     --font-size-base:16px/* 默认字号 */
  }
html,body{MARGIN: 0px;font-size:16px;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}
a{ font-size:16px; color:var(--txt-color); text-decoration:none;}
a:hover{ font-size:16px; color:var(--hover-color); text-decoration:none;}
p{ font-size:16px;}
.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}


/*heade*/
.header{padding: 25px 0px; border-top:var(--theme-color) solid 5px; background: var(--white-color);}
.hdtxt {line-height: 24px; border-left: 1px solid #ddd; padding-left: 20px; margin-top:8px; margin-left: 12px;}
.hdtxt p{color: #444; line-height: 1.5;}
.hdtxt .p1{font-size:20px; font-weight: bold; letter-spacing: 0.5px;}
.hdtxt .p2{font-size:19.3px;}
.hdtxt{}
.header .tel{ float: right;text-align: left; background: url("../images/tel.png") no-repeat left center; padding-left:60px;}
.telp1 {
    font-size: 18px;
    color: #666;
    height: 18px;
    line-height: 18px;
}
.telp2 {
    font-size:30px;
    color:var(--hover-color);
    height: 30px;
    line-height: 30px;
    padding-top: 5px;
    font-weight: bold
}

/*menu*/
.menu{
    height: 55px;
    background:var(--theme-color);
    position: relative; 
}
.menu ul li{ float:left; width:180px; 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;
        border-left: var(--hover-color) dashed 1px;
        background-size: cover;
        opacity: 0.7;}
.menu ul li:first-child:after{background:none; border: none;}
.menu ul li a{ font-size:17px; color:#FFF; letter-spacing:2px; }
.menu ul li:hover{background:var(--hover-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: -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 }
.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: #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%; display: flex; justify-content: space-between; align-items: center;}
.title_l h3{ font-size:36px; color:var(--theme-color); margin: 0px; text-align: left; position: relative;}
.title_l h3 i{position: absolute; font-style: normal; display: inline-block;width:30px; height: 30px; border:rgba(180,188,203,0.4) solid 8px; color: #23439F; border-radius: 30px; right:-15px; z-index:-1;}
.index_txt{margin: 0px; padding: 0px; text-transform: uppercase; font-size: 16px; color: #9c9c9c; font-weight: normal}
.promore {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 50px;
    border:var(--grey-color) dashed 1px ;
    background-size: 100% 100%;  
    transition: 0.5s;
    font-size: 16px;
    background:#EDF2FF ;
}
.promore:hover{background:var(--hover-color);font-size: 16px;color: #fff}


/*floor*/
.first{ width:100%; background:#f7f7f7; padding: 50px 0px;}


/*产品分类*/
.pro_cpfl{display: flex; justify-content: center; align-items: center; margin: 30px;}
.pro_cpfl a{ padding:8px 25px 10px 25px; border-radius: 30px; border: var(--theme-color) solid 1px; margin: 0px 10px; font-size: 16px; transition: .3s;}
.pro_cpfl a:hover{background: var(--theme-color); color: #fff;}

.pro_list dl{     
    float: left;
    width: 346px;
    margin-bottom: 30px;
    margin-right:30px;
	border-radius: 10px;
	position: relative;
	background: #fff;
	box-shadow: 0px 2px 8px rgba(57,57,57,0.05);
}
.pro_list dl:nth-child(4n+4){margin-right: 0px;}

.pro_list dl dt{width: 346px;height: 346px; justify-content: center; align-items: center; overflow: hidden ; border-radius: 10px; position: relative; display: flex;
    align-items: center;
    justify-content: center; }
.pro_list dl dt img{
    max-width: 100%;
    max-height: 100%;
    display: block;
    vertical-align: middle;
    -webkit-transition: all ease 1s;
    -moz-transition: all ease 1s;
    -ms-transition: all ease 1s;
    -o-transition: all ease 1s;
    transition: all ease 1s;
    /* transform:scale(1.1) */
}
.pro_list dl dt img.back {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    filter: blur(3px);
    -webkit-filter: blur(3px);
}
.pro_list dl dt img.front {
    max-width: 100%;
    max-height: 100%;
    display: block;
    position: absolute;
}

.pro_list dl dd{ 
    background:#fff;
    width: 90%;
    height: 50px;
	line-height: 50px;
    z-index: 2;
    display: block;
    text-align: center;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
	position: absolute;
	bottom: 5%;
	left: 5%;
	border-radius: 10px;
}
.pro_list dl dd h3 {
	color: #333;
	margin: 0px;
    font-size: 16px;
    font-weight: normal
}

.pro_list dl:hover dd{
    opacity: 1; background:var(--theme-color);
}
/* .pro_list dl dd::before{ content: ""; display: block; width: 0%; height: 2px; background: #CC0033; transition: ease 1s; position: absolute; left: 0; bottom: 0; z-index: 1;} */
.pro_list dl:hover dd::before{ width: 100%;}

.pro_list dl:hover dt img{transform:scale(1.1)}
.pro_list dl:hover dd h3{  color: #fff;}
.pro_list dl:hover dd span{ color:#FFF;}


.cpfl_tit{margin-bottom: 30px;}
.cpfl_tit h3{color: var(--white-color); font-size: 26px;}
.cpfl_tit p{width: 30%; height: 5px; background: var(--white-color); margin-top:10px; border-radius: 20px;}




/*third*/
.third{ width:100%;  background:var(--white-color); padding: 60px 0px 70px 0px; min-height:542px;  }

/*关于我们*/
.about{}
.about .container{position: relative; }

.about_con{width:680px;color: #404040;  background: #fff; overflow: hidden;  margin-top: 40px }
.about_con h3{font-size:22px; margin-bottom: 20px; text-indent: 34px;}
.aboutP{ -webkit-line-clamp:8;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis; overflow: hidden;}
.aboutP p{font-size:17px; line-height: 2.0; }

.abother{margin-top: 30px;}
.abother ul li{float: left; height: 60px; width: 260px; margin-right: 20px; padding: 30px;background:var(--hover-color);}
.abother ul li h4{margin: 0px; padding: 0px; color: var(--white-color); font-size:22px; font-weight: normal;}
.abother ul li p{color: var(--grey-color); margin-top: 10px;}
.abother ul li:first-child{background: var(--theme-color);}


.abpic{width: 730px; height: 398px; overflow: hidden; margin-top: 40px; border: var(--f5-color) solid 15px;}
.abpic img{width: 100%;}

.second{ width:100%; background:url(../images/casebg.jpg) no-repeat center center #F5F7FA}

 .caseSwiper{margin-top:10px;}
 .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: 0.6; width:20px; height: 6px; border-radius:5px; }
.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; margin-top:40px; background: #F5F7FA; }
.caseSwiper .pic img{ max-width:344px; max-height:252px;  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{ line-height:55px; font-size: 17px; color:var(--white-color); background: var(--theme-color);  }
.caseSwiper .swiper-pagination{bottom: 0px;}



/*新闻中心*/
.fourth{padding: 50px 0px;}
.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: 294px;
	margin-top: 40px;
	float: left;
    background: #F5F7FA;
	padding: 30px;
    margin-right:20px;
    transition: 0.03s;
     position: relative
}
.news_lf:after {
    content: "";
    display: block;
    width: 0;
    height: 4px;
    background-color:var(--hover-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
}
.news_txt p{
	font-size: 16px;
	line-height: 26px;
	margin-top: 8px;
	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: 16px;*/
	width: 100%;
}
.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_txt h2{
    height: 35px;
    line-height: 35px;
    margin-bottom: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	color:var(--txt-color);
}
.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: 16px;
}
.links span {
	color: #333;
	font-weight: bold;
	display: inline-block;
}
.links a {
	display: inline-block;
	font-size: 14px;
	color: #333;
	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(--hover-color);overflow:hidden;padding:40px 0}
.foot_menu .footnav{width:80%;margin:0 auto 0 11%}
.foot_menu .footnav ul li{float:left;width:10.6666667%;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:16px;color:var(--white-color);display:block;position:relative}
.foot_menu .footnav ul li a:before{content:'';display:block;background:var(--white-color);width:1px;height:16px;position:absolute;top:5px}
.foot_menu .footnav ul li:first-child>a:before{display:none}
.foot_menu .footnav ul li a:hover{color:#fff}

.ftlxwm{padding: 30px 0px 80px 0px; position: relative; height: 165px;}
.ftlxwm_l{position: absolute;left: 0px; background: var(--hover-color); width: 59%; padding-left: 11%; }
.ftlxwm_l ul{display: flex; justify-content:space-around; align-self: center;}
.ftlxwm_l ul li{color: var(--white-color); padding: 30px 0px;}
.ftlxwm_l ul li h4 i{margin-right: 8px; font-size: 24px; vertical-align: -3px;}
.ftlxwm_l ul li p{line-height: 30px; font-size: 20px; padding-left: 30px;}

.ftlxwm_r{width: 20%; padding: 0px 10% 0px 0px; text-align: center;}
.ftlxwm_r img{width: 180px;}
.ftlxwm_r p{color: #fff; margin-top: 10px;}

.copyright{position: absolute; left:15%; bottom:30px;  text-align: right;color:var(--white-color); font-size: 16px; font-weight: normal; line-height: 26px; text-align: left; ;}
.copyright p{color: var(--white-color)}
.copyright p a{color: var(--white-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:16px; 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: 16px;
}
#newsinfo_column_1 strong a {
    color: #333;
    font-size: 16px;
}
#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: #fff;box-shadow: 0 3px 5px rgba(0,0,0,.05); position: relative;z-index: 999}
.disflex {display: flex;}
.flex_center {align-items: center; }
.flex1 {flex: 0;flex-grow: 1;}
.wxlnr a{line-height: 60px;padding: 0 25px;font-size: 16px;}
.wxlnr a:hover{color: #0F57D3;}
.wxlnr a.active{color: var(--hover-color); font-weight: bold; font-size: 22px; padding-left:8px;}

.wxlnl{color: #999;}
.wxlnl img{ margin-right:8px;color: #999;}
.wxlnl a{color: #999; padding: 0px 3px;}
.wxlnl a:hover{color: #0054C8}

.wxneiye{background: #F2F4F9; 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, var(--hover-color), var(--theme-color));
    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: 16px;}

.wxnyfr{width: 74%;}
.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: 16px; font-weight: normal;}

.wxny_con{}
.mt30{margin-top: 30px;}
#productinfo_column_1{padding:20px;background:#fff; margin-top: 0px;box-shadow: 0 0 20px rgba(0,0,0,.05);}
#pic_column_1 > ul > li{margin-top: 0px; margin-bottom: 20px; background: #fff}
#newsinfo_column_1{background: #fff;box-shadow: 0 0 20px rgba(0,0,0,.05);padding:20px; margin-top: 2px}
#pic_column_1 > ul > li > a > .img{background: #fff}
.liuyan {
    width: 60%;
    margin: 0 auto;
    margin-left: 15%;
}
.liuyan #liuyantj{background:#0054C8 }
.lxwm4-con dl{background: #fff}
