@import url(bootstrap-icons.css);
html,body{MARGIN: 0px;font-size:16px;text-align:left; padding:0px; color:#404040;font-family: "Microsoft YaHei","SimSun","SimHei";}
body{ background:#fff;}
div,ul,li,p,form,dd,dt,dl{ 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:#F64205; 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}


/*top*/
.top{     height: 30px;background: #1381DA;}
.top_l{ float:left; height:30px; line-height:30px; color:#E0EAFA; letter-spacing:1px; font-size: 14px}
.top_r{ float:right; height:30px; line-height:30px; }
.top_r ul li{ position: relative; float:left;  padding:0 10px; text-align:center; color:#E0EAFA; }
.top_r ul li::after{
    content: "";
    position: absolute;
    top: 11px;
    left: 0px;
    width: 1px;
    height: 10px;
    background: #E0EAFA;
}
.top_r ul li:first-child::after{display: none;}
.top_r ul li a{ font-size:14px; color:#E0EAFA;}
.top_r ul li.line01{ float:left; width:2px;}

/*header*/
.header{ width:100%; height:90px;background:rgba(247,247,247,0.1); backdrop-filter: blur(2px); position: relative; z-index: 2; }
.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: 32%; }
.logo img{height: 100%;}

.header .tel{width:13%;padding: 5px 0px 5px 35px; border-radius: 30px; background: url(../images/tel1.png) no-repeat 20px 5px; text-align: right;}
.header .telp1,.header .telp2 {
   font-size:24px;
   color: #F64205;
   height: 30px;
   line-height: 30px;
   font-weight: bold
}



/*menu*/
.menu{width: 45%;}
.menu ul{display: flex; justify-content: space-around; align-items: center; text-align: center;}
.menu ul li{ position: relative; top: 0px;}
.menu > ul > li > a {
  position: relative;
  height: 90px;
  line-height: 90px;
  padding: 0 12px;
  display: block;
  font-size:16px;
  color: #000;
  overflow: hidden;
  /* transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s; */
}
.menu > ul > li > a:after {
  content: "";
  width: 0%;
  height: 3px;
  background: #F64205;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 5;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.menu > ul > li.on > a::after,
.menu > ul > li:hover > a::after {
  width: 100%;
  left: 0;
}
.menu > ul > li:hover a{color: #F64205;}
.menu:hover > ul > li.on > a::after {
  width: 0%;
  left: 50%;
}

.menu:hover > ul > li.on > a:hover::after,
.menu:hover > ul > li > a:hover::after {
  width: 100%;
  left: 0;
}

.secmenu{ 
  position: absolute; 
  top: 80px; 
  left: -50%; 
  z-index: 10000; 
  opacity: 0;
  transition: all 0.3s;
  text-align: center; 
  width: 200%; 
  background: #E8F0F7; 
  border-radius: 7px;
  padding: 13px 0px; 
  -webkit-transform: translateY(20px);
	transform: translateY(20px);
-webkit-transition: all .5s ease;
transition: all .5s ease;visibility: hidden;
box-shadow: rgba(0,0,0,.8);
}
.secmenu:before{
content: '';
display: block;
border:10px solid; 
border-color: transparent transparent #E8F0F7 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 }
.secmenu dd a{font-size:16px!important; color: #000!important}
.menu ul li:hover .secmenu{opacity: 1; -webkit-transform: translateY(0px); z-index: 9999;
	transform: translateY(0px);
-webkit-transition: all .5s ease;
transition: all .5s ease;filter: alpha(opacity=100);
visibility: visible}
.secmenu dd:hover {background: #fff}
.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-bullet{width: 80px; height:5px; border-radius:10px;}
/*banner end*/

/*floor*/
.first{ width:100%; padding: 60px 0px 40px 0px; background: #F6F6F6;}

.index_title{position: relative;}
.index_title span{
    display: block;
    width: 100%;
    height: 50px;
    overflow: hidden;
    line-height: 50px;
    color: #333;
    font-size: 60px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    opacity: 0.06;
    }
.index_title p {
    width: 100%;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    color: #333;
    font-size:34px;
    font-weight: bold;
    text-align: center;
    margin: -20px auto 0;
    }
.index_title em {
    display: block;
    width: 50px;
    height: 5px;
    background: #2980F1;
    border-radius: 10px;
    margin: 10px auto 0 auto;
    }

.pro_l {
	float: left;
	width: 320px;
    border-bottom: #1381DA solid 5px;
    margin-top: 39px;
    box-shadow: 0px 0px 8px rgba(0,0,0,.08);
    border-radius: 20px 20px 0px 0px;
}
.pro_l h4 {
	margin: 0;
	line-height: 120px;
	text-align: center;
	font-size: 25px;
	background:#1381DA;   
    color: #fff;
  
}
.pro_l h4 .bi{margin-right: 15px;vertical-align: middle; font-size: 40px;}
.pro_l .tit {
    padding: 28px 0px;
	background: #fff;
	font-weight: normal;
	border-bottom: 1px solid #f7f7f7;
}

/* .pro_l .tit:last-child{line-height:53px;} */
.pro_l .tit a {
	display: block;
	background: url(../images/cp_ico01.png) no-repeat 25px center;
	padding-left: 55px;
    font-size: 18px;
    color: #000; 
}
.pro_l .tit:hover a{color:#F64205 ;}

.cptel{background:#1381DA;   color: #fff; padding:34px 0px; text-align: center;}
.cptel b{font-size: 26px;}

/*产品*/ 
.pro_r{ width:1120px;  margin-top: 40px}
.pro_r_title{ width:100%; height:45px; border-bottom:#345197 solid 4px;}
.r_left{ float:left; font-size:24px; height:45px; line-height:45px; font-weight:bold; color:#333; }
.r_left i{font-size: 13px;
    color: #999999;
    margin-left: 15px;
    text-transform: uppercase; 
    font-weight: normal;
}

.more{ float:right; height:39px; line-height:39px;}

.pro_rtit{  width:100%; margin-top: 40px; margin-bottom: 40px; text-align: center;}
.pro_rtit a{ display: inline-block;width: 300px;background: #fff; padding:10px 0px; text-align: center;font-size: 17px;  margin: 0px 5px;color: #000; border-radius: 50px;border: #ddd solid 1px; transition: all 0.2s}
.pro_rtit a:hover{background: #006acb; color: #fff;border: #006acb solid 1px;}
.pro_rtit a.on{background: #006acb; color: #fff;border: #006acb solid 1px;}

.pro_list{}
.pro_list dl{     
    float: left;
    width: 353px;
    overflow: hidden;
    position: relative;
    margin-bottom: 5px;
    margin-right: 30px;
	/* background: #fff; */
    transition: all .3s ease-in 0s;
    /* box-shadow: 0px 0px 8px rgba(0,0,0,.08); */
}
/* .pro_list dl:hover{-moz-box-shadow:0px 0px 8px rgba(0,0,0,.24); -webkit-box-shadow:0px 0px 8px rgba(0,0,0,.24); box-shadow:0px 0px 8px rgba(0,0,0,.24);} */
.pro_list dl:nth-child(3n+3){margin-right: 0px;}

.pro_list dl dt{overflow: hidden;display: inline-flex; width: 351px;height:351px; justify-content: center; align-items: center; overflow: hidden ; border: #eee solid 1px; background: #fff;}
.pro_list dl dt img{
    max-width: 100%;
    max-height: 100%;
    display: block;
    vertical-align: middle;
    -webkit-transition: all ease 200ms;
    -moz-transition: all ease 200ms;
    -ms-transition: all ease 200ms;
    -o-transition: all ease 200ms;
    transition: all ease 200ms;
    transform:scale(1)
}
dd.ddhover {   
    width: 100%;
    height: 100%;
    z-index: 2;
    display: block;
    text-align: center;
    color: #fff;
	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;
}
dd.ddhover h3 {
    font-size: 18px;
    font-weight: normal;
	color: #333;
    margin-top: 10px;
	margin-bottom:20px
}
dd.ddhover span {
    width: 100px;
    height: 30px;
    line-height: 30px;
    display: block;
    margin: 0 auto;
    border: 1px solid #fff;
    text-align: center;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    margin-top: 10px;
}
.cpzx_txt{display:block; height:35px; line-height:35px; text-align:center; overflow:hidden; border:1px solid #D3E0EA; border-radius:30px; width: 70%; margin: 0 auto 30px auto; background-color: #E8EDF3}
.cpzx_txt a{width:49.75%; float:left; font-size:14px; color:#7193B2;transition:all 0.4s;}
.cpzx_txt a:nth-child(1){ border-right:1px solid #D3E0EA;}
.cpzx_txt a:hover{background:#31B05F; color:#fff;}

.pro_list dl:hover dt img{transform:scale(1.3);transition: all 1s ease 0s; -webkit-transform: scale(1.1); -webkit-transform: all 1s ease 0s;}



/**/
.second{ width:100%;  background:#F6F6F6; margin-top: -340px;}
.case{padding:60px 0px 60px 0px}
.case_title{ width:100%; text-align:center; }
.case_title a{  font-size:36px; font-weight:bold; color:#333; padding:0px 40px 20px 40px; background: url(../images/in_ico01.png) bottom repeat-x;position: relative;}
/*
.case_title a:after {
    content: '';
    display: block;
    width: 36px;
    height: 5px;
    background-color: #006acb;
    position: absolute;
    left: 50%;
    margin-left: -18px;
    bottom:9%;
	}
*/

.case_title span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    width: 230px;
    height: 3px;
    margin: 0px 10px;
}
.case_title span.titline_l {background: url(titline_l.png) no-repeat right center;}
.case_title span.titline_r {width: 230px; height: 3px;background: url(titline_r.png) no-repeat right center;}
.case_txt{margin: 28px 0px 0px 0px; padding: 0px; color: #999; text-transform: uppercase}

.case_con{ width:100%;  overflow:hidden; position:relative; margin-top: 30px}
.case_con .hd{ overflow:hidden; }
.case_con .hd .prev,.case_con .hd .next{ display:block;  width:29px; height:60px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden;
     cursor:pointer; background:url("../images/tb.png") no-repeat; position: absolute;top:30%; z-index: 9999}
.case_con .hd .next{ background-position:-29px 0px; right: 0px;  }

/*
.case_con .hd .prevStop{ background-position:-13px -34px; }
.case_con .hd .nextStop{ background-position:-60px -50px; }
*/

.case_con .bd{ padding:10px 50px;   }
.case_con .bd ul{ overflow:hidden; zoom:1; }
.case_con .bd ul li{ width:318px;margin:0 13px; float:left; _display:inline; overflow:hidden; text-align:center;}
.case_con .bd ul li .pic{ text-align:center;width:316px; height:218px; overflow: hidden;background:#fff;  border:#E5E8ED solid 1px; }
.case_con .bd ul li .pic img{ width:316px; height:218px; display:block;  padding:2px; border:1px solid #ccc; -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.2)}
.case_con .bd ul li .pic a:hover img{transform: scale(1.3)}
.case_con .bd ul li .title{ line-height:50px; height: 50px; overflow: hidden;border-top: #E5E8ED solid 1px;   }
.case_con .bd ul li .title a{font-size: 16px}
.case_con .bd ul li:hover .title a{color: #F64205;}



/*third*/
.third{ width:100%; padding-top:60px; padding-bottom:98px; background:/*url(../images/abbg.jpg) no-repeat center center*/#fff; background-attachment: fixed; height:900px;}
.third .case_title{ width:100%; text-align:center; margin-bottom:40px }
.third .case_title a{  font-size:34px; font-weight:bold; color:#fff; padding:0px 40px 20px 40px; background: url(../images/in_ico01.png) bottom repeat-x;position: relative;}
.third .case_title a:after {background-color: #fff;}
.third .case_txt{color:#fff;}

/*关于我们*/
.about{position: relative; z-index: 999;width:100%; background: rgba(255,255,255,0.9); }
.about_intr{
    position: absolute;
    left: 20px;
    top: 10%;
    height: 80%;
    color: #777;
    font-size: 18px;
    font-weight: normal;
    background-color: #fff;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
}
.about_intr:after {
    content: '';
    display: block;
    border: 20px solid #17C46F;
    border-right: 0;
    border-top: 0;
    border-left-color: transparent;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.title{ height:30px; line-height:30px; }

.abpic{width:539px; padding:0px 40px;}
.abpic img{width: 539px; height: 419px;}

.about_con{width: 808px;padding:45px;position: absolute; left: 0px; background: #1381DA; }
.about_con h3{margin: 0px; font-size:26px; margin-bottom: 30px;color: #fff;}
.about_con p{font-size:16px; line-height: 2.0;color: #fff;}
.abmore{display: block; width: 150px; height: 40px; line-height: 40px; text-align: center; border-radius: 50px; margin-top: 30px;-webkit-transition: all ease 300ms;-moz-transition: all ease 300ms;-ms-transition: all ease 300ms;-o-transition: all ease 300ms;transition: all ease 300ms;color: #333;background: #fff ; margin-left: 30px; border: rgba(255,255,255,0.2) solid 1px}
/* .abmore:first-child{margin-left:40px!important;} */
.abmore:hover{color: #fff; background:#0F64A7}


/*新闻*/
.fourth{ padding: 60px 0px;}
.news{ margin-top: 40px;}
.news_content{ width:310px; padding-top:10px;}
.content_top{ width: 310px; padding-bottom:10px; border-bottom:#999 dashed 1px;}
.content_top img{ margin-right:10px; float:left;}
.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;}
.content_bt{ width:310px;}
.content_bt ul li{ height:32px; line-height:32px; background:url(m.jpg) no-repeat left center; padding-left:8px; border-bottom:#999 dashed 1px; overflow:hidden;}
.content_bt ul li span{ float:right; color:#666;}

.news{}
.news .hd{}
.news .hd ul{ display: flex;justify-content:center; align-items: center; }
.news .hd ul li{ padding:10px 40px; text-align: center; cursor:pointer;  transition: all 0.3s; background: #1381DA; margin: 0 10px; border-radius: 5px; }
.news .hd ul li:last-child{ border-bottom:none; }
.news .hd ul li a{ color: #fff; font-size: 20px;}
.news .hd ul li.on{  background:#F64205; }


.news .bd{width: 1480px;  zoom:1; max-height: 313px; margin-top: 40px; margin-bottom: 40px;}

.news .bd ul{width: 100%; display: flex; justify-content: space-between;flex-wrap:wrap}
.news .bd ul li {
	width:347.5px;
	min-height: 345px;
	max-height: 345px;
	margin-right: 30px;
    
}
.news .bd ul li:nth-child(4n+4){margin-right:0px;}
.news .bd ul li a {
	width:317.5px;
	height: 100%;
	/* border: 1px solid #E5E8ED; */
	display: block;
	padding:15px;
	background: #f7f7f7;
    transition: all 0.3s ease-in-out;
    /* box-shadow: rgba(142,161,209,0.2) 0px 2px 5px */
}
.news .bd ul li img {
	width: 100%;
	height:200px;
	display: block;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
    margin-bottom: 20px;
}
.news .bd ul li .newstxt {
	width: 100%;
	/* height: 105px; */
	overflow: hidden;
	margin-bottom: 10px;
}
.news .bd ul li .newstxt h3 {
	font-size: 19px;
	display: block;
	height: 35px;
	line-height: 35px;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	overflow: hidden;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
    /* border-bottom: 1px solid #ddd; */
	display:-webkit-box;
	overflow: hidden;
	      -webkit-box-orient: vertical;
	      -webkit-line-clamp: 1;
}
.news .bd ul li .newstxt span{color: #999;}
.news .bd ul li .newstxt p {
	padding-top: 5px;
	color: #333;
	line-height: 24px;
    font-size: 16px;
	display:-webkit-box;
	overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 10px;

}

.news .bd ul li a:hover img {
	filter: brightness(105%);
}
.news .bd ul li a:hover{background: #1381DA;}
.news .bd ul li a:hover h3{color: #fff;}
.news .bd ul li a:hover span{color: #fff;}
.news .bd ul li a:hover p{color: #fff;}

/**/
.fifth{padding-top: 5px}
.hzSwiper{margin-top: 30px}
.hzSwiper .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;
        align-items: center;
        border: #f2f2f2 solid 1px;
        height: 80px;
}

.hzSwiper  .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }


/*友链*/
.links {
	padding: 20px 0;
	font-size: 16px;
    background: #F6F6F6
}
.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: #F64205;
}


.foot {
	width: 100%;
	background:#333;
	color: #fff;
    padding-top: 60px
}
 .foot_menu {
    width: 24%;
    float: left
}

.foot_menu ul li {
    width: 30.5%;
    margin:5% 3% 10px 0;
    float: left;
}
.foot_menu ul li:first-child{display:none}
.foot_menu ul li:nth-child(3n+3) {
    margin-right: 0
}

.foot_menu ul li a {
    color: rgba(255,255,255,.65);
    font-size: 16px; 
    position: relative
}

.foot_menu ul li a img {
    display: inline-block;
    margin: 0 0 0 10px;
    vertical-align: middle
}

 .footlxfs {
    width: 50%;
    overflow: hidden;
    margin: 0 3% 0;
    padding: 0 20px 0 88px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    float: left;
    border-right: 1px solid rgba(255,255,255,.1);
    border-left: 1px solid rgba(255,255,255,.1);
}

.footlxfs ul li {
    width: 48.5%;
    margin: 0 3% 20px 0;
    overflow: hidden;
    padding: 0 0 0 43px;
    position: relative;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.footlxfs ul li:nth-child(2n+2) {
    margin-right: 0
}

.footlxfs ul li:last-child{
    margin-bottom: 0;width: 100%
}

.ftico{
    display: block;
    width: 32px;
    height: 32px;
    margin: -20px 0 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 50%;
    background: rgba(255,255,255,0.2);
    border-radius: 50px;
    text-align: center;
    line-height: 35px;
}

.ftico .bi::before, [class^="bi-"]::before, [class*=" bi-"]::before{
    vertical-align:0;
}
.footlxfs ul li span {
    display: block;
    width: 100%;
    height: 24px;
    overflow: hidden;
    line-height: 24px;
    color: rgba(255,255,255,.46);
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0 auto 2px;
    padding: 0
}

.footlxfs ul li p {
    width: 100%;
    height: 24px;
    overflow: hidden;
    line-height: 24px;
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0 auto;
    padding: 0
}

 .webfootewm {
    width: 142px;
    height: 120px;
    margin: 5px 0px 0 0px;
    padding: 0;
    float: left;
    text-align: center;
}

.webfootewm img {
    display: block;
    width: 120px;
    height: 120px;
    margin: 0;
    padding: 0;
    border: #fff solid 3px;
    /* float: left */
}

.webfootewm p {
    width: 126px;
    /* height: 120px; */
    line-height: 35px;
    overflow: hidden;
    color: rgba(255,255,255,.46);
    font-size: 15px;
    text-align: center;
    /* writing-mode: vertical-rl; 
    letter-spacing: 2px;
    float: right*/
}
.copyright_main {
	height: 40px;
	line-height: 40px;
	color: #a7beac;
	font-size: 14px;
}
.copyright_main a {
	color: #a7beac;font-size: 14px;
}
.copyright_main a:hover {
	color: #ed8e06;font-size: 14px;
}
.banquan{padding: 15px 0px; background:rgba(0,0,0,0.2); margin-top:40px; line-height: 1.8;}
.banquan p{color:rgba(255,255,255,0.4); text-align: center;font-size: 14px;}
.banquan p a{color:rgba(255,255,255,0.4);font-size: 14px;}


/**/
.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: 14px;
}
#newsinfo_column_1 strong a {
    color: #333;
    font-size: 14px;
}
#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: 360px;}
.nysub{ height: 50px; line-height: 50px; background: rgba(232,237,243,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: #31AF5E; 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: #F6F6F6;padding-bottom: 20px}

.wxneiye .container{margin-bottom:50px; margin-top: 50px;}
.wxneiye .pro_l{margin-top: 0px}
.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;color: #1381DA; font-size: 24px; font-weight: bold;}
.wxlnr a:hover{color: #1381DA;}
.wxlnr a.active{background: #1381DA;color: #fff;}

.wxlnl{}
.wxlnl img{ margin-right:8px;color: #999;}
.wxlnl a{color: #999;}

.wxnyfr{ width: 76%; float: right;}
.wxnyfr .title_l{text-align: center;}
.wxnyfr .title_l h3{ font-size:32px; color:#1381DA; margin: 0px; text-align: center}
.wxnyfr .title_l i {
    font-style: normal;
    display: inline-block;
    width: 60px;
    height: 5px;
    background: #1381DA;
    color: #1381DA;
    border-radius: 10px;
    margin-bottom: 3px;
}
.wxnyfr .title_l .index_txt{ text-align: center; color: #999; font-size: 16px; font-weight: normal;}

.wxny_con{}
.wxny_con p img{max-width: 100%;}
.mt30{margin-top: 30px;}

.wxny_con .lxwm3{background: #F1F6FA!important;}

#pic_column_1 > ul > li{margin-bottom: 20px; margin-top: 0px;}
#productinfo_column_1{margin-top: 0px;}
#newsinfo_column_1{font-size: 16px!important;}

.liuyan {
    width: 72%;
    margin: 0 auto;
}

.liuyan #liuyantj{ margin-left:15%!important; background:#1381DA}




