@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:#404040; 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}
:root {
    --theme-color: #122583; /* 主题色 */
    --hover-color: #C20C0E; /* 鼠标滑过 */
    --white-color: #fff; /* 白色 */
    --txt-color: #080D2E; /* 黑色 */
    --f8-color: #F8F8F8; /* 亮灰 */
     --font-size-base:16px/* 默认字号 */
  }


/*top*/
/* .top{     height: 35px;background: #f7f7f7;}
.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: 25px 0px;background: var(--f8-color); border-bottom: #eee solid 5px;}
.hdtxt {line-height: 32px; border-left: 1px solid #ddd; padding-left: 20px; margin-top: 11px; margin-left: 10px;}
.hdtxt p{color: #444;}
.hdtxt .p1{font-size:27px; font-weight: bold; letter-spacing:1.8px; color: var(--txt-color);}
.hdtxt .p2{font-size:14px;text-transform:capitalize; }
.hdtxt{}
.header .tel{ float: right;text-align: left; background: url("../images/tel.png") no-repeat left center; margin-top: 15px;padding-left:60px;}
.telp1 {
    font-size: 18px;
    color: #666;
    height: 18px;
    line-height: 18px;
}
.telp2 {
    font-size:36px;
    color: var(--hover-color);
    height: 30px;
    line-height: 30px;
    padding-top: 5px;
    font-weight: bold
}

/*menu*/
.menu{
    height: 55px;
    background:var(--white-color);
    position: relative; 
}
.menu ul li{ float:left; width:185px; height:55px; line-height:55px; text-align:center; position: relative;/*transition: all 2s;*/}
.menu ul li:after{float:left; content: "";
        display: block;
        width: 1px;
        height:55px;
        background:#ddd;
        background-size: cover;
        opacity: 0.6;
	}
.menu ul li:first-child:after{background:none;}
.menu ul li a{ font-size:18px; color:var(--txt-color); letter-spacing:2px;}
.menu ul li:hover{background:var(--theme-color);}
.menu ul li:hover a{background:var(--theme-color); color: var(--white-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: center; align-items: center; text-align: center}
.title_l h3{ font-size:38px; color:var(--theme-color); margin: 0px;letter-spacing: 1px;}
.index_title i{font-style: normal; display: inline-block;width: 60px; height: 5px; background: var(--theme-color); color: #23439F; border-radius: 10px; margin-bottom: 3px}
.index_txt{margin: 0px; padding: 0px; text-transform: uppercase; font-size:20px; color:var(--txt-color); }
.promore {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 50px;
    background: url(../images/promore.png) no-repeat center;
    background-size: 100% 100%;  
    transition: 0.5s;
    font-size: 16px;
}
.promore:hover{background: #DA251E;font-size: 16px;color: #fff}


/*floor*/
.first{ width:100%; background:#f7f7f7; padding: 50px 0px;}


/*产品分类*/
.rzfl{display: flex; align-items: center; justify-content: center; margin-top: 30px;margin-bottom: 10px;}
.rzfl a{ padding:7px 15px 10px 15px; background:var(--theme-color); margin: 0 10px; color:#fff; border-radius: 5px;min-width: 120px; text-align: center; font-size: 18px; transition: all 0.3s}
.rzfl a:hover{background: var(--hover-color)}

/*产品展示*/
.more{ float:right; height:39px; line-height:39px;}

#xiangmu{display: flex; justify-content:center; align-items: center; flex-wrap: wrap}
.nypcon{ flex: 0 0 14.46%; padding: 30px 30px;transition: all 0.3s ease;background: #fff;margin-top: 25px; margin-right: 25px; position: relative;overflow: hidden;  overflow: hidden }
.nypcon:nth-child(5n+5){margin-right: 0px}
.nypcon dt{width: 100%}
.nypcon dd{width:100%; display:flex; justify-content: center; align-items: center; height: 200px; text-align: center; overflow: hidden}
.nypcon dd img{max-width: 100%; max-height: 200px;} 

.nypcon-p1{margin-top: 10px;font-size: 22px;font-weight: bold;color: #5FB95A;}
.nypcon dt h1{color:var(--txt-color); margin-top: 0px; font-size: 22px;font-weight: bold; text-align: center; overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
overflow:hidden;
-webkit-box-orient: vertical; }

.nypcon dt i.line{ display: block;position: relative;margin: 15px 0;width: 100%; height: 1px;background: #eee; }
span.linehover {display: block; width: 0;height: 1px;position: absolute;top: 0px;left: 0px;transition: all 0.5s ease;}
.nypcon:hover .linehover {width: 100%;background: #0056A7;}
/*.nypcon dd{background: #f9f9f9; padding:3%;}*/
.nypcon-p2{
    width: 150px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    color: #fff;
    background: #2a3d91;
    font-size: 15px;
    border-radius: 6px;
    margin-top:10px;
    cursor: pointer;
     transition: .5s;
    margin: 0 auto!important;
}

.nyindpro .pub_title2{ color: #fff}
.nyindpro .pub_title2 em{  color:#fff }
.nyindpro .pub_title2 p{color: #fff}

.nypcon:hover .nyindproname{background:#23439F }
.nypcon:hover .nypcon-p2{background:#DA251E }


/*服务*/
.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}




/*third*/
.third{ width:100%;  background:url(../images/abbg.jpg) no-repeat center center /cover; padding: 60px 0px 70px 0px;  }

/*关于我们*/
.about{height:560px;}
.about .container{position: relative; }

.about_con{width:680px;color: var(--txt-color);  overflow: hidden;  margin-top:80px }
.about_con h3{font-size:22px; margin-bottom: 20px; text-indent: 34px;}
.aboutP{ -webkit-line-clamp:8;display: -webkit-box;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis; overflow: hidden;}
.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:50px;border-radius: 8px; }
.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: #fff; background: #23439F}
.abmore:after{content:'';position:absolute;bottom:0px;left:0px;width:100%;height:100%;background:var(--hover-color);border:1px solid var(--hover-color);z-index:2;transition:all .5s ease;}
.abmore:hover:after{-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%);}


.wxrw{
    position: absolute;
    top:148px;
    left:0;
	width: 750px;
	margin: 0 auto;
	background: rgba(44,64,180,.9);
	color: #fff;
}
.wxrw img{max-width: 100%; max-height: 100%;}


/* 证书展示 */
.zhengshu{padding-top: 60px; padding-bottom: 20px;}
.zhengshu .index_title{margin-bottom:40px;}
#indexzs {
	position: relative;
	width: 1480px;
	margin: 0 auto
}

#indexzs .swiper-container {
	padding-bottom: 60px;
}

#indexzs  .swiper-slide {
	width: 560px;
	height: 500px;
	background: #fff;
	box-shadow: 0 8px 30px
	 #ddd;
    /* border: #f5f5f5 solid 1px; */
}
#indexzs  .swiper-slide .zspic {
	width: 560px;
	height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-bottom: #f5f5f5 solid 1px;
	/* padding: 5px;
	background: var(--f8-color);  */
}
#indexzs  .swiper-slide .zspic img{
    max-width: 100%;
    max-height: 100%;
}
#indexzs  .swiper-slide p {
	line-height: 98px;
	padding-top: 0;
	text-align: center;
	color: #636363;
	font-size: 1.1em;
	margin: 0;
}

#indexzs .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

#indexzs .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}

#indexzs .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aadc;
	background-color: #fff;
}

#indexzs .swiper-button-prev {
	left: -30px;
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
}

#indexzs .swiper-button-prev:hover {
	background-position: 0 -46px;
	background-size: 100%
}

#indexzs .swiper-button-next {
	right: -30px;
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 -93px;
	background-size: 100%;
}

#indexzs .swiper-button-next:hover {
	background-position: 0 -139px;
	background-size: 100%
}

/* 案例 */
.second{ width:100%;  background:#E6E9F2; background-attachment: fixed }
 .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 .swiper-button-next, .swiper-button-prev{top: 50%!important;}

.caseSwiper .pic{ text-align:center;position: relative; display: flex; justify-content: center; align-items: center; width:336px; height:292px; overflow: hidden; border-radius: 0px; margin-top:40px; }
.caseSwiper .pic img{ max-width:336px; max-height:292px;   -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;
	bottom: 0px;
}

 .caseSwiper .title{ width: 100%; height:40px; padding-top: 160px; font-size: 1.1em; color: var(--txt-color);background:url(../images/casepicbg.png) repeat-x bottom center; border-bottom: var(--theme-color) solid 3px; position: absolute; z-index: 999; bottom: 0px; transition: all 0.3s ease-in-out; } 
 .caseSwiper .swiper-slide:hover .title{opacity: 0;}

.caseSwiper .swiper-pagination{bottom: 0px;}



/*新闻中心*/
.fourth{padding: 50px 0px; background:url(../images/newsbg.jpg) no-repeat bottom center;}
.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:var(--f8-color);
	/* padding: 30px; */
    margin-right:20px;
    transition: 0.03s;
     position: relative
}
.news_lf:after {
    content: "";
    display: block;
    width: 0;
    height: 4px;
    background-color: #da251e;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: .5s all
}

.news_lf:hover:after {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background-color: #da251e;
    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;
	background: var(--f8-color);
}
.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_list{ padding:0px 30px 20px 30px; }
.news_txt h2{
	font-size: 18px;
	font-weight: 600;
    color: #000;
     overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin: 10px 0px;
}
.news_txt p{
	font-size: 16px;
	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: 16px;
	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:hover .newspic img.front{transform: scale(1.2);}

/* 常见问题 */
.newsright{background: var(--f8-color); margin-top: 40px; width: 40%;}
.nrtit{border:#eee solid 1px ; height: 55px; line-height: 55px; padding-left: 15px;}
.nrtit h3{font-size: 22px; width: 20%; color: var(--theme-color);height: 55px; }
.nrtit span{ width: 10%;}

.nrlist{padding: 17px 30px;}
#announcement{height: 278px;}
.nrlist .swiper-slide{}
#announcement .swiper-slide h3{white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin-bottom: 10px;	border-top: #eee solid 1px; padding-top:25px; font-size: 18px; transition: all 0.3s;}
/* #announcement .swiper-slide:first-child h3{border-top: 0px;} */

.nrlist .swiper-slide p{
	transition: all 0.3s;
	line-height: 28px;
	display: inline-block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
} 
.nrlist .swiper-slide:hover h3{color: var(--hover-color);}
.nrlist .swiper-slide:hover p{color: var(--hover-color);}

/*友情链接*/
.links {
	padding: 20px 0;
	font-size: 16px;
	margin-top: 40px;
}
.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: #ed8e06;
}


.footer .footer_Con{width:100%;background:#1C1A1B;border-top:#0F57D3 solid 8px; overflow:hidden}
.foot_menu{border-bottom:1px solid #868686;overflow:hidden;padding:40px 0}
.foot_menu .foot_logo{float:left}
.foot_menu .footnav{width:100%;margin-top:20px} 
.foot_menu .footnav ul li{float:left;width:12%;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:18px;color:#E3E0E0;display:block;position:relative}
.foot_menu .footnav ul li a:before{content:'';display:block;background:#E3E0E0;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}

.footlxwm{width:100%;margin:30px auto;overflow:hidden; min-height:100px;font-size:16px;}
.footlxwm_tel{float:left;background:url(../images/foot_tel.png) no-repeat left center;padding-left:70px;width:20%;margin-top:0px;font-size:16px;}
.footlxwm_tel p{font-size:16px;color:#fff;margin-bottom:-5px}
.footlxwm_tel b{font-size:16px;color:#fff}
.footlxwm .footlxwm_con{float:left;width:100%; text-align: center;}
.footlxwm .footlxwm_con p{font-size:16px;color:#E3E0E0;margin:10px 0;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;box-sizing:border-box}
.footlxwm .footlxwm_con p b{font-size:16px;}
.footlxwm .footlxwm_con p span{font-size: 26px;}
.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:#E3E0E0;text-align:center; margin-right: 30px;}
.footlxwm .footer_ewm img{height:130px}
.footlxwm .footer_ewm p{margin-top:10px;font-size:16px}
.footer .foot_b{width:100%;background:#1A1A1A;text-align:center;color:#E3E0E0;padding:20px 0;font-size:15px}
.footer .foot_b a{color:#E3E0E0}
.footer .foot_b a:hover{color:#c22423}
.copyright{text-align: center;color:#E3E0E0; font-size: 16px; font-weight: normal; line-height: 26px; margin-top: 10px;}
.copyright a{color:#E3E0E0; }

/*内页*/

.ny{padding-bottom: 40px;}

.pro_l {
	float: left;
	width: 260px;
    /*background-color: #fff;
    border-bottom: var(--theme-color) solid 5px;*/      
}
.pro_l h4 {
	margin: 0;
	line-height: 80px;
	text-align: center;
	font-size: 25px;
	background:var(--theme-color);   
    color: #fff
}
.aitacpfl{display: block; margin-top: 10px; font-size: 22px;}
.aitacpfl h4{ font-size: 23px;}
.pro_l .tit {
	line-height: 65px;
	background: #EAEAF0;
	font-weight: bold;
	border-bottom: 1px solid #f8f8f8;
}
.pro_l .tit a {
	display: block;
	background: url(../images/cp_ico03.png) no-repeat 25px center;
	padding-left: 55px;
    font-size: 18px;
}
.pro_l ul {
	overflow: hidden;
	margin: 0 15px;
}
.pro_l li a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 46px;
	border-bottom: #efefef 1px solid;
	background: url(../images/cp_ico03.png) no-repeat 18px center;
	padding-left: 45px;
    font-size: 16px;
}
.pro_l li:last-child a{border-bottom:none}
.pro_l .tel {
	margin: 10px;
	background: #e9e9e9 url(../images/cp_tel.gif) no-repeat center 34px;
	padding: 72px 0 30px;
	text-align: center;
}
.pro_l .tel strong {
	display: block;
	font-size: 30px;
}

.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;
}


.nybanner{height: 300px;}
.nysub{ height: 50px; line-height: 50px; background: rgba(229,232,242,1);}
.nysite_tit{display: flex; justify-content: space-between; align-items: center;}
.nysite_tit b{font-size:20px; position: relative; padding-left:20px; color: #333;}
.nysite_tit b::before{content: ""; width: 12px; height: 12px; background:var(--theme-color); border-radius: 3px; position: absolute; left:0px; top:21px;transform: rotate(45deg)}
.nysite_tit span{ color:#333 ; font-size: 14px;}
.nysite_tit span a{ color:#333 ; font-size: 14px;}
.nysite_tit span a:hover{ color:#31AF5E ; font-size: 14px;}


.nybox{background: #f8f8f8;padding-bottom: 40px; padding-top: 40px}
.nyhezuo{padding: 40px 0px; background: url(../images/nyabbg.jpg) no-repeat center center; background-attachment: fixed  }
.nyhezuo .case_title{margin-bottom:50px; margin-top: 0px }
.hezuoa{display:block; float: left; margin-right: 20px; margin-bottom: 20px; height: 82px; width: 353px; border: #eee solid 1px}
.hezuoa:nth-child(4n+4){margin-right: 0px}


#pic_column_1 > ul > li > a{background: #fff}
#pic_column_1 > ul > li > a > .img{background: #f7f7f7}

.lxwm-top dl dd {
    text-align: left;
    font-size: 20px;
    line-height: 30px;
}

.nybox_r{background: #fff; padding:0px 20px 20px 20px; width:1150px}
#productinfo_column_1{margin-top: 20px }
#news_column_1{margin-top: 20px}
#newsinfo_column_1{padding-top:10px }
.ny_con img{max-width:80%; margin: 0 auto;}
#productinfo_column_1 > .pics > .right > .ny_tit{font-size: 26px; font-weight: bold; margin-top: 20px;}
#productinfo_column_1 > .pics > .right > .ny_attr{display: none}
#productinfo_column_1 > .pics > .left > .pic_list{display: none}
#productinfo_column_1 > .search_tag{display: none}
#productinfo_column_1 > .search_news{display: none}
#productinfo_column_1 > .search_pro{display: none}


.liuyan #liuyantj{margin-left: 23%!important;    background:var(--theme-color);}
.lxwm-top h3 {
    font-size: 28px;
    color: var(--theme-color);
    margin-bottom: 30px;
}

.lxwm-bt dl dt img{width: 120px;}
#productinfo_column_1 > .pics > .right > .a > a{background: var(--theme-color)}
#productinfo_column_1 > .pics > .right > .a > a.last{background:#D72520}










