@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";}
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:var(--hover-color); text-decoration:none;}
p{ font-size:16px;}
.clearboth{ clear:both;}
.container{clear:both; width:1480px;margin: 0 auto; text-align:left;word-break:break-all; }
.fl{float: left}
.fr{float: right}
:root {
    --theme-color: #12499C; /* 主题色 */
    --hover-color: #C60C0B; /* 鼠标滑过 */
    --white-color: #fff; /* 白色 */
    --txt-color: #1F1F1F; /* 黑色 */
    --grey-color: #eaefeb; /* 灰绿 */
    --f5-color: #f5f5f5; /* 亮灰 */
     --font-size-base:16px/* 默认字号 */
  }

/*top*/
.top{     height: 35px;background: #E8EDF3;}
.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: 10px 0px;}
.logo{}
.hdtxt {margin-left: 15px; line-height: 26px; border-left: 1px solid #ddd; padding-left: 20px;margin-top:22px;}
.hdtxt p{color: #444;}
.hdtxt .p1{font-size:20px; font-weight: bold; letter-spacing: 0.5px; color: var(--hover-color);}
.hdtxt .p2{font-size:16px;}
.hdtxt{}
.header .tel{text-align: left; background: url("../images/tel.png") no-repeat left center;  padding-left:60px; margin-top: 18px;}
.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
}

@media only screen and (max-width: 1400px) {
	.header .container{display: flex;justify-content:space-between;align-items: center;max-width: 1400px;}
	.hdtxt {margin-left:-250px; line-height: 24px; border-left: 1px solid #ddd; padding-left: 20px;}
	.tel{text-align: right; background: url("../images/tel.png") no-repeat right center; padding-right: 60px; margin-right:-200px; margin-top: -10px;}
}


/*menu*/
.menu{
    height: 55px;
      background:#12499C;
    z-index: 5;
    /* background-image: -webkit-gradient(linear, right top, left top, from(rgb(51, 132, 195)), color-stop(52%, rgb(49, 177, 92)), to(rgb(41, 127, 228))); */
    position: relative; 
}
.menu ul li{ float:left; width:184px; height:55px; line-height:55px; text-align:center; /*position: relative;*/transition: all 0.3s; ; border-right: #2E67BF solid 1px;}
.menu ul li:last-child{border-right: none;}
.menu ul li a{ font-size:17px; color:#FFF; letter-spacing:2px; }
.menu ul li:hover{background:var(--hover-color);} 



/*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*/

/*floor*/
.first{ width:100%; padding: 60px 0px 0px 0px; background: #F6F6F6;}

/*产品分类*/
.pro_l{ float:left; width:290px; background:#345197; margin-top: 40px}

/*
.pro_l_title{     
    padding:46px 0;
    text-align: center;
    height: 50px;
}
.pro_l_title a{ font-size:27px; color:#FFF;  letter-spacing:3px; font-weight:bold;}
.pro_l_title span {
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
}
*/


.pro_l {
	float: left;
	width: 260px;
	background-color: #fff;
    border-bottom: var(--theme-color) solid 5px;
        
}

.pro_l h4 {
	margin: 0;
	line-height: 100px;
	text-align: center;
	font-size: 25px;
	background:var(--theme-color);  
    color: #fff
}
.pro_l ul {
	overflow: hidden;
	margin: 0 15px;
}
.pro_l li{}
.pro_l li a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
    padding: 20px 0;
	/* line-height: 46px; */
	border-bottom: #efefef 1px solid;
	background: url(../images/cp_ico03.png) no-repeat 18px center;
	padding-left: 45px;
    font-size: 18px;
}
.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;
}


.pro_l_con{width:240px; margin: 0 auto 20px auto;color:#fff; padding: 15px 10px; margin-top:1px; border-radius: 5px; background: #fff;}
.pro_l_con ul{}
.pro_l_con ul li{
    height: 55px;
    line-height: 55px;
    background: #345197;
    border-radius: 5px;
    margin-bottom: 15px;
    text-align: center;
     transition: all .3s ease-in-out 0s;
}
/*.pro_l_con ul li:last-child{margin-bottom: 0px;}*/
.pro_l_con ul li a{font-size: 18px; color: #fff;}
.pro_l_con ul li:hover{background-color: #17C46F}

.pro_l_con a.promore {
    display: block;
    height: 46px;
    line-height: 46px;
    font-size: 18px;
    border: 1px solid #345197;
    color: #345197;
    border-radius: 3px;
    text-align: center;
    transition: all .3s ease-in-out 0s;
}
.pro_l_con a.promore:hover{background: #345197; color: #fff}


/*��Ʒչʾ*/
.pro_r{ width:1180px;  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: 280px;
    /* height: 269px; */
    overflow: hidden;
    position: relative;
    margin-bottom: 22px;
    margin-right: 20px;
	background: #fff;
    transition: all 0.2s;
    box-shadow: 0px 0px 1px rgba(0,0,0,0.2)
}
/*.pro_list dl:hover{background: linear-gradient(to right, #006FFC 0%, #00B93E 100%);}*/
.pro_list dl:nth-child(4n+4){margin-right: 0px;}

.pro_list dl dt{display: inline-flex; width: 260px;height:236px; justify-content: center; align-items: center;  border-bottom: #eee solid 1px; margin: 10px 10px 0px 10px;overflow: hidden;}
.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.1);
    overflow: hidden;
}
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: 16px;
    font-weight: normal;
	color: #333;
    padding: 16px 0px 17px 0px;
}
dd.ddhover span {
    width: 100px;
    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;
}

.pro_list dl:hover dt img{transform:scale(1.2)}


/*案例*/
.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 0px 40px;position: relative;}

.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: 10px 0px 0px 0px; padding: 0px; color: #999; text-transform: uppercase}
.case_txt a{color: #999;font-size: 14px; margin: 0px; padding: 0px; font-weight: normal; }

.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:58px; height:58px; 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:-58px 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:318px; height:239px; display: flex;justify-content: center; align-self: center; overflow: hidden }
.case_con .bd ul li .pic img{ max-width:318px; max-height:239px; 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.5)}
.case_con .bd ul li .title{ line-height:36px; padding: 10px 0;   }
.case_con .bd ul li .title a{font-size: 16px}



/*third*/
.third{ width:100%; padding-top:60px; padding-bottom:60px; background: url(../images/abbg.jpg) no-repeat center top;  height:920px;}
.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 0px 40px; position: relative;}
.third .case_title a:after {background-color: #fff;}
.third .case_txt{color:#fff;}

/*简介*/
.about{position: relative; z-index: 999;}
.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:575px; margin-left:40px; background: #fff; text-align: right}

.about_con{width: 775px; max-height: 428px; height: 338px; overflow: hidden; background: #fff;padding:45px;position: absolute; right: 0px; }
.about_con h3{margin: 0px; font-size:26px; margin-bottom: 30px;}
.about_con p{font-size:16px; line-height: 2.0}

.abmore{display: block; width: 150px; height: 45px; line-height: 45px; text-align: center; border-radius: 50px; margin-top: 40px;-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: #fff; margin-right: 15px; border: var(--theme-color) solid 2px; color: var(--theme-color);}
.abmore:hover{color: #fff; background:var(--hover-color);border: var(--hover-color) solid 2px; color: var(--white-color)}


/*新闻*/
.fourth{ padding: 60px 0px;}
.news{ margin-top: 40px;display: flex;flex-wrap: wrap;}
.news-inner {
    width:325px;
    margin-left: 60px;
    margin-bottom: 30px;
    background: #fff;
}
.news-inner:first-child{margin-left: 0px;}
.news-inner .news-image {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
    -webkit-transition: .3s all linear;
	transition: .3s all linear;
    height: 253px;
    max-height: 253px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.news-inner .news-image img {
    max-width: 100%; max-height: 100%; transform: scale(1.05);
}
.news-inner .news-date {
    position: absolute;
    top: 10px;
    height: 65px;
    width: 65px;
    background: var(--theme-color);
    border-radius: 50%;
    left: 10px;
    text-align: center;
    line-height: 65px;
}
.news-inner .news-date p {
    margin-bottom: 0;
    line-height: 25px;
    text-align: center;
    margin-top: 15px;
    font-size: 14px;
    color:var(--white-color);
    font-weight: 600;
}
.news-inner .news-date p span {
    display: block;
    line-height: 1;
}
.news-inner:hover .news-image {
	box-shadow: 0 13px 30px rgba(0,0,0,.20);
}
.news-details {
    padding-top: 30px;
}

.news-details .news-title h3 {
    margin-top: -7px;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 20px;
    line-height: 36px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: .3s all linear;
	transition: .3s all linear;
}
.news-details .news-title h3 a {
    -webkit-transition: .3s all linear;
    transition: .3s all linear;
    color: #36324a;
}
.news-details .news-title h3 a:hover {color: var(--hover-color);}

.news-details p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 16px;
    color: #6f6c7f;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.news-inner .news-details .blog-btn {
    font-size: 14px;
    font-weight: 500;
}

.news-inner:hover .news-details .news-title h3 {color: var(--hover-color);}



/*����*/
.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: #12499C
}
.links span {
	color: #fff;
	font-weight: bold;
	display: inline-block;
}
.links a {
	display: inline-block;
	font-size: 14px;
	color: #fff;
	padding-right: 10px;
}
.links a:hover {
	color: #ed8e06;
}


.foot {
	width: 100%;
	background:var(--txt-color);
	color: #fff;
    padding-top: 60px
}
 .foot_menu {
    width: 24%;
    float: left
}

.foot_menu ul li {
    width: 48.5%;
    margin: 0 3% 35px 0;
    float: left
}

.foot_menu ul li:nth-child(2n+2) {
    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 120px;
    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 i{vertical-align:1em;}

.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: 200px;
    height: 200px;
    margin: 5px 0 0;
    padding: 0;
    float: right
}

.webfootewm img {
    display: block;
    width: 160px;
    height: 160px;
    margin: 0;
    padding: 0;
    float: left
}

.webfootewm p {
    width: auto;
    height: 137px;
    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;}
.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;}


/*内页*/
.nybanner{height: 360px;}
.ny{padding-bottom: 40px; padding-top: 0px;}
.nyprotj_con{margin-bottom: 30px; padding-top: 20px;  background: #fff;}
.position {
    color: #999999;
    font-size: 14px;
    background: #fff;
    padding: 20px 0px;
}
.position >.container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.position a {
    color: #999999;
    text-decoration: none;
}

.position a:hover {
    color: #CC0033;
}
.position .postions_r{  text-align: right;}

.position .postions_r img {
    vertical-align: baseline;
    margin-right: 8px;
    height: 14px;
    width: 18px;
}
.position .postions_l a{padding: 0 10px; font-size:18px; font-weight: bold; color: #12499C;}


.nypro_r{background: #fff; padding: 30px 30px 0 30px; width: 1120px;}
.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}
#pic_column_1 > ul > li {
    width: 23%;
    float: left;
    text-align: center;
    margin-right: 2%;
    margin-top: 0px;
    margin-bottom: 20px;
}
#productinfo_column_1 {
    margin-top: 0px;
    font-size: 14px;
}

#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;
}
.lxwm-top h3{margin-bottom: 8px;}
.lxwm-top h3 span{font-size: 20px; color:var(--txt-color); font-weight: normal;}
.lxwm-top dl dd {
    text-align: left;
    font-size: 20px;
}
.lxwm-top{margin-top: 30px;}

.liuyan .formlist span {
    width: 14%!important;
}
.liuyan #liuyantj {
    margin-left: 15%!important;

}


