@charset "utf-8";
@import url("../css/bootstrap-icons.css");
html,body{MARGIN: 0px;font-size:16px;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}
a{ font-size:16px; color:#1a1a1a; text-decoration:none;}
a:hover{ font-size:16px; color:#CF1717; 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}



/*header*/
.header{ width:100%; height:80px;background:rgba(255,255,255,1);position: fixed;z-index: 9999; backdrop-filter: blur(2px); box-shadow: 0px 0px 5px rgba(103,100,100,0.5);}
.header::before{ 
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  backdrop-filter: blur(2px);
  z-index: -1;
  }
.header .container{display: flex; justify-content:space-around; align-items: center; height: 100%; }

.logo{  height: 70px; width:34%; }
.logo img{height: 100%;}

.header .tel{width:13%;padding: 5px 0px 5px 25px; border-radius: 30px; background: url(../images/tel1.png) no-repeat 20px center; text-align: right;}
.header .telp1,.header .telp2 {
   font-size: 24px;
    color: #CF1717;
    height: 24px;
    line-height: 24px;
    font-weight: bold;
}
.language{ margin-left: 25px;}
.language a{padding: 0px 3px;}

/*menu*/
.menu{
    height: 55px;
    z-index: 5;
    position: relative;
	width: 43%;
	display: flex;
	justify-content: space-around;
	align-items: center;

}
.menu ul{display: flex; justify-content:space-around; align-items: center; height: 100%;}
.menu ul li{ float:left;  padding: 0px 15px;  text-align:center; height: 80px; line-height: 80px;transition: all 0.3s;}

.menu ul li a{ display: inline-block; font-size:17px; color: #333; height:68px; line-height: 68px; transition: all 0.3s;  position: relative;}
.menu ul li a::after{
    content: "";
    position: absolute;
    width: 20%;
    height: 4px;
    margin: 0 auto;
    background: #CF1717;
    opacity: 0;
    bottom: 0px;
    left: 24%;
    border-radius: 10px;
    transition: all 0.3s; 
    transform-origin: center; /* 动画的基点设为中心 */
    transform: scaleX(0); /* 初始状态下横线不可见 */
}
.menu ul li:hover a{color:#CF1717;  }
.menu ul li:hover a::after{opacity: 1; width: 50%;color:#CF1717;  transform: scaleX(1);}

/* .menu dl{background:#1FB75D; opacity: 0; transition: all 0.3s; position: absolute; top: 0px; width: 100px; text-align:center; margin: 0px;}
.menu dl dd{height: 45px; line-height: 45px; font-size: 14px;}
.menu ul li:hover dl{opacity: 1; top: 76px;}
.menu dl dd:hover{background:#FFB42E;} */


/*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: #CF1717;opacity:1;} 
/*banner结束*/

.index_title{ width:100%; text-align:center; margin-bottom: 40px;}
.index_title h3{ font-size:36px; font-weight:bold; color:#1a1a1a; margin: 0px;}
/* .index_title h3 span{ color:#CF1717; } */
.index_title i{font-style: normal; font-size: 22px; color: #CF1717; margin: 0 -4px;}
.index_txt{margin: 0px; padding: 0px; text-transform: uppercase; font-size: 16px; color: #666;}
 
/*floor*/
.first{ width:100%; background: #f5f5f5; padding: 50px 0px;}

/* .abtitle{width: 190px; margin-bottom: 30px;}
.abtitle b {
    display: inline-block;
    font-size:36px;
    color: #fff
}
.abtitle img {
    display: inline-block;
    margin-top: -55px;
    margin-left: -165px;
}
.abtitle p{color:rgba(224,234,250,0.6); font-size: 16px; font-weight: bold; text-transform: uppercase;}
.casetitp{width: 60%; color: #333;text-align: right;font-size: 16px;line-height: 28px; display: flex; justify-content: flex-end; align-items: center;}
.frmore{display: block; height: 45px; line-height: 45px; background: #f5f5f5; width: 100px; text-align: center; background: #0447B4; font-size: 16px;color: #fff; transition: all 0.3s;margin-left: 15px; }
.frmore:hover{background: #1FB75D; color: #fff; font-size: 16px;} */





/*产品分类*/
.pro_l{ float:left; width:330px; background: #fff;}
.pro_l h4 {
    width:250px;
    height: auto;
    background: #CF1717;
    background: linear-gradient(to right, #CF1717,#1a1a1a);
        padding: 31px 40px 32px 40px;
    position: relative;
}
.pro_l h4 p {
	width: 100%;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
}
.pro_l h4 span {
	display: block;
	color: rgba(255,255,255,.25);
	font-size: 16px;
	text-transform: uppercase;  
}
.pro_l h4 .bi{position: absolute; right: 20px; top: 20px; font-size: 120px; color:rgba(255,255,255,0.15);}

.pro_l .tit {
    height: 65px;
	line-height: 65px;
	background: #E8EDF3;
	font-weight: bold;
	border-bottom: 1px solid #efefef;
    overflow: hidden;
}
.pro_l .tit a {
	display: block;
	background: url(../images/cp_ico01.png) no-repeat 25px center;
	padding-left: 55px;
    font-size: 18px;
}
.pro_l ul {
    position: relative;
    top: 0px;
	overflow: hidden;
    border: #EEEEEE solid 1px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.pro_l li{width:88.7999%; padding: 0 20px 0px 38px;height:52px; line-height: 52px;	background: url(../images/cp_ico03.png) no-repeat 20px center; border-bottom: #EEEEEE solid 1px;overflow: hidden; white-space: nowrap; text-overflow: ellipsis;  }
.pro_l li:last-child{border-bottom: none;}
.pro_l li a{color: #222; font-weight: bold; font-size: 18px;}
.pro_l li:hover a{color: #CF1717;}

.pro_r{ width: calc(100% - 355px);  margin-top:21px}

.pro_list{}
.pro_list dl{     
    float: left;
    border-left: 1px solid #EEEEEE;
	border-top: 1px solid #EEEEEE;
	width: 33.1111%;
	float: left;
	position: relative;
    background: #fff;
}
.pro_list dl:nth-child(3n+3) {
	border-right: 1px solid #EEEEEE;
    
}
.pro_list dl:nth-of-type(4), .pro_list dl:nth-of-type(5), .pro_list dl:nth-of-type(6) {
	border-bottom: 1px solid #EEEEEE;
}
.pro_list dl:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
	padding: 0;
	opacity: 0;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.pro_list dl dt{
	display: block;
	width: 100%;
	height: 301px;
	position: relative;
	overflow: hidden;
    
}
.pro_list dl dt img {
	max-width: 90%;
	max-height: 96%;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.pro_list dl dd {
    
	padding:26px;
	position: relative;
}
.pro_list dl dd h3 {
	max-width: calc(100% - 50px);
	font-size: 18px;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
	transition: all .5s;
	-webkit-transition: all .5s;
}


.pro_list dl dd .bi {
    font-size: 30px;
	position: absolute;
	right: 34px;
	bottom:18px;
	transition: all .5s;
	-webkit-transition: all .5s;
    color: #1a1a1a;
}
.pro_list dl:hover {
	position: relative;
	z-index: 2;
}
.pro_list dl:hover:after {
	box-shadow: 0 0 24px rgba(0,0,0,.08);
	border: 0;
	opacity: 1;
	padding: 1px;
	left: -1px;
	top: -1px;
}
.pro_list dl:hover dt {
	z-index: 2;
}
.pro_list dl:hover dt img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}
.pro_list dl:hover dd  {
	z-index: 2;
}
.pro_list dl:hover dd h3 {
	color: #CF1717;
}
.pro_list dl:hover dd .bi {
color: #CF1717;
right: 20px;
}



/*服务*/
.adv{ height: 160px; background: #000;margin-top: 20px; background: url("adv.jpg") no-repeat center center;paddding-top: 20px; position: relative}
.adv p{color: #fff; font-size: 20px;padding-top: 42px; line-height:32px}
.adv p span{font-size: 17px;}
.zxzx{position: absolute;display: inline-block; text-align: center; right:20%; top:55px; color: #fff; border: #fff solid 1px; padding: 10px 70px; border-radius: 50px; font-size: 18px;-webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;}
.zxzx:hover{padding: 10px 70px; border-radius: 50px; font-size: 18px; color: #333; background: #fff}


.second{ width:100%; }

/*third*/
.third{ width:100%;  background:url(../images/abbg.jpg) no-repeat center center; padding: 60px 0px 70px 0px;}

.third .index_title h3{color: #fff;}
.third .index_title i{color: #fff;}
.third .index_title p{color: #fff;}

/*关于我们*/
.about{position: relative; margin-top: 30px; }
.title{ height:30px; line-height:30px; }
.abpic{width:508px; float: left; padding: 15px; border: rgba(255,255,255,0.6) solid 1px; background:rgba(255,255,255,1);box-shadow: 0px 0px 10px rgba(103,100,100,0.2);  overflow: hidden;}
.abpic img{width: 100%;}

.hjswiper {
        width: 100%;
        height: 381px;
        margin: 0px auto;
    }
.hjswiper .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        line-height: 381px;
		width: 100%;	
		overflow: hidden;
    }
.hjswiper .swiper-slide a{
	width: 100%;
		height: 381px;
		display: flex;
		justify-content: center;
		align-items: center;}
.hjswiper .slide-inner {
	  position: absolute;
	  width: 100%;
	  height: 100%;
	  left: 0;
	  top: 0;
	  background-size: cover;
	  background-position: center;
	  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;
	  align-items: center;
	  color:#fff;
	}
.hjswiper .swiper-slide a img.back {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    filter: blur(3px);
    -webkit-filter: blur(3px);
}
.hjswiper .swiper-slide a img.front {
    max-width: 100%;
    max-height: 100%;
    display: block;
    position: absolute;
	transform: scale(1.1);
	transition: all 0.3s;
}
.hjswiper .swiper-slide:hover a img{transform: scale(1.2);} 

.about_con{position: absolute;width:820px;  padding:49px 50px 49px 60px;  color: #1a1a1a; top: 0px; right: 10px; background: rgba(255,255,255,1); /*border-radius: 20px;*/ overflow: hidden; box-shadow: 0px 0px 10px rgba(103,100,100,0.2);  }
.about_con h3{font-size:22px; margin-bottom: 20px; text-indent: 34px; color: #1a1a1a;}
.aboutP{ -webkit-line-clamp: 6;display: -webkit-box;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis; overflow: hidden; color: #1a1a1a;}
.aboutP p{font-size:17px; line-height: 2.0; }

.abmore{position: relative;max-width: 160px;text-align: center;border: 1px solid rgba(255, 255, 255, 0);transition: all .5s ease;z-index: 1;box-sizing: border-box;overflow: hidden;margin-top: 20px;border-radius: 30px; }
.abmore a{color: #fff;position: relative;z-index: 3;font-size: 14px;line-height:40px;text-align: center;display: block;transition: all .5s ease;  }
.abmore:hover{border-color: #1b242b;}
.abmore:hover a{color: #1b242b;}
.abmore:after{content:'';position:absolute;bottom:0px;left:0px;width:100%;height:100%;background:#CF1717;border:1px solid #CF1717;z-index:2;transition:all .5s ease;}
.abmore:hover:after{-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%);}

 .caseSwiper{margin-top:10px;}
 .caseSwiper .swiper-wrapper{padding-bottom:40px;}
 .caseSwiper .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* 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:5px; }
.caseSwiper .swiper-pagination-bullet-active{background: #CF1717;opacity:1;} 

.caseSwiper .pic{ text-align:center;position: relative; display: flex; justify-content: center; align-items: center; width:344px; height:261px; overflow: hidden; border-radius: 10px; margin-top:0px; border: #e5e5e5 solid 1px; background: #F8F8F8;}
.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{ line-height:45px; margin-top: 10px; font-size: 17px  }
.caseSwiper .swiper-pagination{bottom: 0px;}



/*新闻中心*/
.fourth{padding: 50px 0px; background: #f7f7f7;}
.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: 288px;
	/* margin-top: 40px; */
	float: left;
    background: #fff;
	padding: 30px;
    margin-right:20px;
    transition: 0.3s all;
     position: relative;
     border: #eee solid 1px;
}

.news_lf:hover{background: #CF1717;}


.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.2s;
}
.news_date{transition: all 0.2s;}
.news_date span{
	font-size: 20px;
	color: #ccc;
	display: block;
    transition: all 0.2s;
}
.news_date b{
	font-size: 13px;
	color: #666;
	font-weight: normal;
	margin-top: 10px;
	display: block;
    transition: all 0.2s;
}
.news_txt h2{
	font-size: 18px;
	font-weight: 600;
    color: #000;
    transition: all 0.2s;
}
.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;
    transition: all 0.2s;
}
.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:#1a1a1a;
}
.news_lf:hover .news_txt{
	color:#fff
}
.news_lf:hover .news_txt h2{
	color:#fff
}
.news_lf:hover .news_date{
	color:#fff
}
.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: #CF1717;
}


.footer {
       background:#1a1a1a ;
        background-size: cover;
    }
    
    
    .ftmiddle {
        padding: 40px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }
    
    .ftmiddle .left {
        padding-right: 80px;
        width: 600px;
        float: left;
        box-sizing: content-box;
        border-right: #333 solid 1px
    }
    
    .ftmiddle .left h3 {
    /*    margin-bottom: 15px;*/
        font-size:36px;
        font-weight: bold;
        color: #fff;
        line-height: 1.5;
    }
    
    .ftmiddle .left .desc {
        margin-bottom: 15px;
        font-size: 16px;
        font-weight: 400;
        color: #fff;
        line-height: 30px;
    }
    
    .ftmiddle .right {
        padding-left: 112px;
        position: relative;
        overflow: hidden;
        width: 46%;
    }
    
    .ftmiddle .right:before {
        content: "";
        display: block;
        width: 1px;
        height: 367px;
        /* background: #FFFFFF; */
        opacity: 0.12;
        position: absolute;
        top: 0;
        left: 0;
    }
    
    .ftmiddle .right .top {
        margin-bottom: 30px;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        overflow: hidden;
    }
    
    .ftmenu {
        flex: 1;
        overflow: hidden;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    
    .ftmenu .item {
        width:28.6%;
       margin: 28px 2% 0px 2%; 
       border: #999 solid 1px; 
       text-align: center; 
       line-height:42px;
    }
    /* .ftmenu .item:first-child{display: none;} */
    .ftmenu .item a{ color: #fff;  font-size: 16px;font-weight: 400;  }


    .ftqr {
        float: left;
        margin-left: 0px;
        text-align: center;
    }
    
    .ftqr .pic {
        width: 138px;
        height: 138px;
        margin: 0 auto 8px;
        background: #fff;
        overflow: hidden;
    }
    
    .ftqr .pic img {
        width: 100%;
        height: auto;
        display: block;
    }
    
    .ftqr h3 {
        font-size: 16px!important;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 42px;
    }
    
    .ftmiddle .right .bottom {
        overflow: hidden;
    }
    
    .ft-top {
        width: 73%;
        float: right;
    /*    padding:50px 0 50px;*/
        /*display: -webkit-flex;
    
        display: flex;
        justify-content: space-between;
    */
        height: auto;
    /*    align-items: center;*/
        /* border-bottom: 1px solid rgba(255, 255, 255, 0.12); */
        overflow: hidden;
    }
    
    .ft-top li {
        width: 100%;
    }
    
    .ft-top .inner {
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        align-items: top;
    }
    
    .ft-top .icon {
        margin-right:10px;
        width:26px;
        height: 26px;
        line-height: 26px;
        text-align: center;
        border-radius: 50px
    }
    
    .ft-top .icon i.bi {
        width: 100%;
        height: auto;
        display: block;
        font-size:22px;
        color: #fff
    }
    
    .ft-top .txt {
        overflow: hidden;
        flex: 1;
        display: flex;
        justify-content: flex-start
    }
    
    .ft-top .txt h3 {
        font-size: 18px;
        font-weight: 400;
        color: #fff;
        line-height: 30px;
    }
    
    .ft-top .txt .desc {
        display: inline-block;
        font-size: 20px;
        font-weight: bold;
        color: #fff;
    /*    line-height: 36px;*/
    /*
        background: linear-gradient(180deg, #17DFFD 0%, #17DFFD 30%, #0078FF 98.7060546875%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    */
    }
    
  
    .copyright {
        padding: 20px 0 20px;
        overflow: hidden;
        font-size: 16px;
        font-weight: 400;
        color: #fff;
        line-height: 30px;
        text-align: center;
        background: #000
    }
    
    .copyright p {
      text-align: center;
    }
    
    .copyright .site {
        float: right;
    }
    
    .copyright a {
        color: #fff;
        padding: 0px 5px;
    }
    
    .copyright a:hover {
        color: #EE0526;
        text-decoration: underline;
    }
/*内页*/
.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 0 20px rgba(0,0,0,.05);}
.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: #CF1717;}
.wxlnr a.active{background: #CF1717;color: #fff; font-size: 18px}

.wxlnl{}
.wxlnl img{ margin-right:8px;color: #999;}
.wxlnl a{color: #999;}

.wxneiye{background: #f5f5f5; 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;
}
.wxlnl i.i-house-fill{margin-right: 10px}
.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:#101010; margin: 0px; text-align: center}
.wxnyfr .title_l i {
    font-style: normal;
    display: inline-block;
    width: 60px;
    height: 5px;
    background: #101010;
    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;}


.liuyan #liuyantj {
    width: 100%;
    text-align: center;
    background: #CF1717;
    color: #fff !important;
    font-size: 16px !important;
    border: none;
}

.lxwm-top h3 {
    font-size: 28px;
    color: #CF1717;
    margin-bottom: 30px;
}
#newsinfo_column_1 > .news_other > .li > a:hover{background:#EAEAEA }

#pic_column_1 > ul > li{margin-top: 0px; margin-bottom: 20px; background: #fff}
#productinfo_column_1{background: #fff; margin-top: 0px; padding: 20px}
#productinfo_column_1 > .pics > .left > .pic_cur{background: #fff}
#newsinfo_column_1 > .s{display: none}
#newsinfo_column_1 > .s{display: none}
/*
#newsinfo_column_1 > .search_news > .ny_con > ul > li:first-child{display: none}
#newsinfo_column_1 > .search_pro > .ny_con > ul > li:first-child{display: none}
*/



