@charset "utf-8";
/*内页大图*/
.n-banner{
	width: 100%;
	height: 540px;
	position: relative;
	z-index: 1;
}
.n-banner .wrap{
	height: 100%;
	position: relative;
}
.n-banner .n-typename{
	width: 100%;
	height: 90%;
	height: calc(100% - 60px);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.n-banner .n-typename h1{
    color: #fff;
    text-transform: uppercase;
    font-weight: bolder;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.n-banner .n-typename h1:after{
	content: "";
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	background: #fff;
}

/* 导航 */
.n-type{
  width: 100%;
  background: #fff;
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  display: table;
}
.n-type .n-home{
  width: 60px;
  height: 60px;
  float: left;
}
.n-type .n-home a{
  width: 60px;
  height: 60px;
  display: block;
  background-color: #333333;
  text-align: center;
  line-height: 60px;
  color: #fff;
}
.n-type .n-nav{
  margin-left: 60px;
}
.n-type .n-first{
  height: 60px;
  float: left;
  line-height: 60px;
  font-size: 15px;
  padding: 0 20px;
  box-sizing: border-box;
  position: relative;
}
.n-type .n-second, .n-type .n-three, .n-type .n-four{
  height: 60px;
  float: left;
  padding: 0;
  box-sizing: border-box;
  position: relative;
  border-left: 1px #eee solid;
}
.n-type .n-three, .n-type .n-four{
  display: none;
}
.n-type .n-second.cur, 
.n-type .n-three.cur, 
.n-type .n-four.cur,
.n-type .n-second.on, 
.n-type .n-three.on, 
.n-type .n-four.on{
    background: #132a88;
    color: #fff;
}
.n-type .n-second.cur, .n-type .n-three.cur, , .n-type .n-four.cur{
  display: block;
}
.n-type .n-second .tit, .n-type .n-three .tit, .n-type .n-four .tit{
    font-size: 15px;
    line-height: 60px;
    padding: 0 20px;
    height: 60px;
    position: relative;
    -webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
    display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
}
.n-type .n-second .tit:before, .n-type .n-three .tit:before, .n-type .n-four .tit:before{
    content: "";
    display: block;
    width: 12px;
    height: 6px;
    background: url(../img/sbx.png) center no-repeat;
    background-size: cover;
    right: 20px;
    top: 50%;
    margin-top: -3px;
    position: absolute;
    transition: all 0.3s;
    -webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.n-type .n-second .tit:hover, .n-type .n-three .tit:hover, .n-type .n-four .tit:hover{
   background: #132a88;
   color: #fff;
   cursor: pointer;
}
.n-type .n-second .tit:hover:before, 
.n-type .n-three .tit:hover:before, 
.n-type .n-four .tit:hover:before,
.n-type .n-second.cur .tit:before, 
.n-type .n-three.cur .tit:before, 
.n-type .n-four.cur .tit:before,
.n-type .n-second.on .tit:before, 
.n-type .n-three.on .tit:before,
.n-type .n-four.on .tit:before{
    background: url(../img/sbx1.png) center no-repeat;
}
.n-type .n-second > ul, .n-type .n-three > ul, .n-type .n-four > ul{
    display: none;
    width: 100%;
    background: #fff;
    position: absolute;
    top: 60px;
    left: 0;
    border: 1px #eee solid;
    border-top: none;
}
.n-type .n-second > ul > li, .n-type .n-three > ul > li, .n-type .n-four > ul > li{
    border-bottom: 1px #eee solid;
}
.n-type .n-second > ul > li:last-child, 
.n-type .n-three > ul > li:last-child, 
.n-type .n-four > ul > li:last-child{
    border-bottom: none;
}
.n-type .n-second > ul > li > a, 
.n-type .n-three > ul > li > a, 
.n-type .n-four > ul > li> a{
    display: block;
    padding: 0 20px;
    font-size: 14px;
    line-height: 48px;
}
.n-type .n-second > ul > li > a:hover, 
.n-type .n-three > ul > li > a:hover, 
.n-type .n-four > ul > li > a:hover{
    background: #132a88;
    color: #fff;
}

/* 内页公共 */
.n-y{
	width: 100%;
	overflow: hidden;
}
.n-y .n-tit{
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-weight: bolder;
	overflow: hidden;
}
.n-y .n-tit .line-box{
	width: 21px;
	margin: 0 auto;
	margin-top: 16px;
}
.n-y .n-tit .line{
    height: 2px;
	background: #132a88;
	margin-top: 3px;
}
.n-y .n-tit.white .line{
	background: #fff;
}
.n-y .n-tit .line-01{
	width: 21px;
}
.n-y .n-tit .line-02{
	width: 14px;
}
.n-y .n-tit .line-03{
	width: 16px;
}

/* 关于 */
.n-about{
	width: 100%;
	overflow: hidden;
}
.n-about .company-box{
	width: 100%;
	overflow: hidden;
}
.n-about .company-box .con{
	width: 100%;
	overflow: hidden;
}
.n-about .company-box .con img{
	width: 48%;
	height: auto;
	display: block;
	margin-right: 4%;
	margin-bottom: 2%;
	float: left;
}
.n-about .equipment-box{
	width: 100%;
	background: url('../images/ibgd.jpg') no-repeat center top;
	background-size: cover;
	overflow: hidden;
}
.n-about .equipment-box .swiper-slide{
	border: 1px #eeeeee solid;
	cursor: pointer;
	padding: 4px;
	box-sizing: border-box;
	background: #fff;
}
.n-about .equipment-box .swiper-slide:nth-child(3n){
	margin-right: 0;
}
.n-about .equipment-box .swiper-slide a{
    display: block;
    position: relative;
}
.n-about .equipment-box .swiper-slide img{
	width: 100%;
	display: block;
}
.n-about .equipment-box .swiper-slide .mask{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(19, 42, 136, .8);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	color: #fff;
	opacity: 0;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.n-about .equipment-box .swiper-slide .mask i{
	font-size: 30px;
}
.n-about .equipment-box .swiper-slide a:hover .mask{
    opacity: 1;
}
.n-about .equipment-box .swiper-button-box{
	display: flex;
	height: 38px;
	align-items: center;
	justify-content: center;
}
.n-about .equipment-box .swiper-button-prev,
.n-about .equipment-box .swiper-button-next,
.n-about .equipment-box .swiper-pagination{
	position: static;
	margin: 0 20px;
	padding: ;
}
.n-about .equipment-box .swiper-button-prev:after,
.n-about .equipment-box .swiper-button-next:after{
	display: none;
}
.n-about .equipment-box .swiper-button-prev,
.n-about .equipment-box .swiper-button-next{
	width: 36px;
	height: 36px;
	background: #fff;
	border-radius: 50%;
	border: 1px #e5e5e5 solid;
	position: static;
	margin: 0;
	padding: 0;
	outline: none;
}
.n-about .equipment-box .swiper-button-prev i,
.n-about .equipment-box .swiper-button-next i{
	text-align:center;
	line-height: 36px;
	color: #999;
	font-size: 18px;
}
.n-about .equipment-box .swiper-button-prev:hover,
.n-about .equipment-box .swiper-button-next:hover{
	background: #12277f;
	color: #fff;
}
.n-about .equipment-box .swiper-button-prev:hover i,
.n-about .equipment-box .swiper-button-next:hover i{
	color: #fff;
}
.n-about .equipment-box .swiper-pagination .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	background: #fff;
	margin:0 5px;
}
.n-about .culture-box{
	overflow: hidden;
}
.n-about .culture-box ul{
	display: flex;
	align-items: stretch;
}
.n-about .culture-box li{
	width: 23.5%;
	margin-right: 2%;
	float: left;
	text-align: center;
	padding: 5px;
}
.n-about .culture-box li:last-child{
	margin-right: 0;
}
.n-about .culture-box a{
	width: 100%;
	height: 100%;
	display: block;
    background: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, .2);
	padding: 12% 8%;
	box-sizing: border-box;
}
.n-about .culture-box h1{
	font-weight: bolder;
	margin: 4% 0;
}
.n-about .honor-box{
    width: 100%;
	background: url('../images/d_bg03.jpg') no-repeat center top;
	background-size: cover;
	overflow: hidden;
}
.n-about .honor-box .text{
	text-align: center;
}
.n-about .honor-box .imgbox{
	width: 654px;
    margin: 60px auto 0;
    height: 237px;
    position: relative;
}
.n-about .honor-box .imgbox img{
	position: absolute;
	display: block;
}
.n-about .honor-box .imgbox img:nth-child(1){
	left: 0;
}
.n-about .honor-box .imgbox img:nth-child(2){
	left: 208px;
}
.n-about .honor-box .imgbox img:nth-child(3){
	left: 416px;
}
.n-about .join-box .con .swiper-slide a{
	border: 1px #ddd solid;
	padding:4%;
    border-radius: 4px;
    background: #fff;
	overflow: hidden;
    display: block;
}
.n-about .join-box .con .swiper-slide a:hover{
	background: #12277f;
	color: #fff;
}
.n-about .join-box .con .swiper-slidei a .stit{
	line-height: 48px;
	font-weight: bolder;
	display: block;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.n-about .join-box .con .swiper-slide a .lab {
    color: #999;
    margin: 10px 0;
}
.n-about .join-box .con .swiper-slide a:hover .lab{
	color: #fff;
}
.n-about .join-box .con .swiper-slide a .lab span {
    display: inline-block;
    margin-right: 10px;
}
.n-about .join-box .con .swiper-slide a .word {
    display: block;
    line-height: 24px;
    color: #999;
    height: 72px;
    text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
    overflow: hidden;
}
.n-about .join-box .con .swiper-slide a:hover .word{
	color: #fff;
}
.n-about .join-box .con .swiper-slide a .more {
    display: inline-block;
    width: 52px;
    height: 31px;
    background: url(../images/btn_01.png) no-repeat center;
    margin-top: 20px;
}
.n-about .join-box .con .swiper-slide a:hover .more {
	background: url(../images/btn_02.png) no-repeat center;
}
.n-about .join-box .con .control{
	width: 100%;
	margin-top: 4%;
	text-align: center;
	overflow: hidden;
}
.n-about .join-box .con .control .swiper-button-prev, .n-about .join-box .con .control .swiper-button-next{
    width: 60px;
    position: static;
    display: inline-block;
    background: #ccc;
    margin: 0;
    height: 36px;
    line-height: 36px;
    border-radius: 4px;
    margin: 0 5px;
    color: #2b2b2b;
}
.n-about .join-box .con .control .swiper-button-prev:hover, .n-about .join-box .con .control .swiper-button-next:hover{
    background: #12277f;
    color: #fff;
}
.n-about .join-box .con .control .swiper-button-prev:after, .n-about .join-box .con .control .swiper-button-next:after{
	display: none;
}
/*招聘弹窗*/
.m-navbg {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #000;
    opacity: 0.5;
    z-index: 1000;
    display: none;
}
.l-c-wrap {
	max-width: 800px;
	width: 80%;
    background-color: #fff;
    border-radius: 6px;
    left: 50%;
    padding: 0 2%;
    position: fixed;
    top: 50%;
    transform: translate(-54%, -50%);
    z-index: 1001;
    display: none;
}
.l-c-hd {
    border-bottom: 1px solid #e5e5e5;
    padding:20px 0;
    overflow: hidden;
}
.l-c-hd h2 {
    float: left;
    font-weight: normal;
    line-height: 40px;
}
.l-c-hd .l-c-hdr {
    float: right;
    line-height: 39px;
}
.l-c-hdr span {
    display: block;
    float: left;
    margin-left: 10px;
}
.l-c-cnt {
    border-bottom: 1px solid #e5e5e5;
    padding: 0 9px 0;
    height: 420px;
    overflow: hidden;
    overflow-y:auto;
    -webkit-overflow-scrolling: touch;
    position: relative;
    margin: 24px 0;
}
.l-c-cnt .obj-wrap {
    position: absolute;
    left: 0;
    top: 24px;
    bottom: 24px;
    width: 95%;
}
.l-c-cnt h3 {
    color: #000;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    margin-bottom: 9px;
}
.l-c-cnt p {
    color: #666;
    font-size: 12px;
    line-height: 24px;
}
.l-c-ft {
    padding: 2% 0;
}
.l-c-ft .l-c-apl {
    background-color: #12277f;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: block;
    float: right;
    height: 45px;
    line-height: 45px;
    text-align: center;
    width: 200px;
}
.l-c-cls {
    background: url(../images/ico_21.png) no-repeat top center;
    background-size: cover;
    cursor: pointer;
    display: block;
    height: 35px;
    position: absolute;
    right: -45px;
    top: 36px;
    width: 35px;
}

/* 产品 */
.n-products{
	width: 100%;
	overflow: hidden;
}
.n-products .products-list li{
	width: 32%;
	float: left;
	margin-bottom: 4%;
	margin-right: 2%;
	background: #fff;
	overflow: hidden;
}
.n-products .products-list li:nth-child(3n){
	margin-right: 0;
}
.n-products .products-list a{
	display: block;
	border: 1px #eee solid;
}
.n-products .products-list .pic{
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	position: relative;
	overflow: hidden;
}
.n-products .products-list .pic .box{
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
}
.n-products .products-list .pic .box img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	-webkit-transition:all 400ms linear;
    -moz-transition:all 400ms linear;
    -o-transition:all 400ms linear;
    transition:all 400ms linear;
}
.n-products .products-list li:hover .pic img{
	transform: scale(1.1);
}
.n-products .products-list .title{
	width: 92%;
	height: 60px;
	margin: 0 auto;
	border-top: 2px #eee solid;
	position: relative;
}
.n-products .products-list .title:before{
	content: "";
	width: 100%;
	height: 2px;
	position: absolute;
	background: #132a88;
	left:0;
	top: -2px;
	transform-origin: left;
    transform: scale(0, 1);
    transition: transform .3s cubic-bezier(1, 0, 0, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.n-products .products-list li:hover .title:before{
	transform-origin: left;
    transform: scale(1);
}
.n-products .products-list .title .right{
	width: 16px;
	line-height: 60px;
	text-align: right;
}
.n-products .products-list .title .left{
	float: none;
	margin-right: 16px;
	display: block;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    line-height: 60px;
}

/* 产品详情 */
.n-productsdetail{
	width: 100%;
	overflow: hidden;
}
.n-productsdetail .products-picbox, .n-productsdetail .products-content, .n-productsdetail .products-relate, .n-productsdetail .products-message{
	width: 100%;
	overflow: hidden;
}
.n-productsdetail .tit{
	border-bottom: 1px #eee solid;
	padding-bottom: 20px;
}
.n-productsdetail .products-picbox .lt{
	width: 40%;
}
.n-productsdetail .products-picbox .rt{
    width: 56%;
}
.n-productsdetail .products-picbox .lt{
	position: relative;
	overflow: hidden;
}
.n-productsdetail .products-picbox .lt i{
	position: absolute;
	top:20px;
	right:20px;
	z-index: 1;
	font-size: 20px;
}
.n-productsdetail .products-picbox .lt .sp-wrap{
	width: 100%;
	border:1px #eee solid;
	box-sizing: border-box;
}
.n-productsdetail .products-picbox .lt .sp-wrap > a{
	display: block;
}
.n-productsdetail .products-picbox .lt .sp-wrap a > img{
	display: block;
	margin:0 auto;
}
.n-productsdetail .products-picbox .rt h1{
	font-weight: bolder;
}
.n-productsdetail .products-picbox .rt h2{
	margin-top: 10px;
	margin-bottom: 20px;
}
.n-productsdetail .products-picbox .rt h3, .n-productsdetail .products-picbox .rt h4{
	margin:10px 0 0 0;
}
.n-productsdetail .products-content img{
	max-width: 100%;
	height: auto;
}
.n-productsdetail .products-content table{
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	text-align: center;
}
.n-productsdetail .products-content table, .n-productsdetail .products-content table th, .n-productsdetail .products-content table td{
    border:1px #eee solid;
}
.n-productsdetail .products-content table th, .n-productsdetail .products-content table td{
	padding:10px 20px;
	word-break:break-all;
}
.n-productsdetail .products-content table tr:first-child td{
	background: #eee;
	font-family: 'Raleway-Bold_0';
	font-weight: bolder;
}
.n-productsdetail .products-nav{
	width: 100%;
	border:1px #eee solid;
	background: #eee;
	overflow: hidden;
}
.n-productsdetail .products-nav, .n-productsdetail .products-nav a{
	color: #666;
}
.n-productsdetail .products-nav a:hover{
	color: #e62129;
}
.n-productsdetail .products-nav .nav-right{
	float: right;
	width: 120px;
	height: 90px;
	line-height: 90px;
	text-align: center;
}
.n-productsdetail .products-nav .nav-right a{
	display: block;
	background: #132a88;
	color: #fff;
}
.n-productsdetail .products-nav .nav-right a:hover{
	background: #141114;
}
.n-productsdetail .products-nav .nav-left{
	margin-right: 120px;
	height: 90px;
	padding:0 2%;
	line-height: 26px;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.n-productsdetail .products-nav .nav-left a{
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.n-productsdetail .products-relate li{
	width: 23.5%;
	float: left;
	margin-top: 2%;
	margin-right: 2%;
	background: #fff;
	overflow: hidden;
}
.n-productsdetail .products-relate li:nth-child(4n){
	margin-right: 0;
}
.n-productsdetail .products-relate a{
	display: block;
	border: 1px #eee solid;
}
.n-productsdetail .products-relate .pic{
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	position: relative;
	overflow: hidden;
}
.n-productsdetail .products-relate .pic .box{
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
}
.n-productsdetail .products-relate .pic .box img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	-webkit-transition:all 400ms linear;
    -moz-transition:all 400ms linear;
    -o-transition:all 400ms linear;
    transition:all 400ms linear;
}
.n-productsdetail .products-relate li:hover .pic img{
	transform: scale(1.1);
}
.n-productsdetail .products-relate .title{
	width: 92%;
	height: 60px;
	margin: 0 auto;
	border-top: 2px #eee solid;
	position: relative;
}
.n-productsdetail .products-relate .title:before{
	content: "";
	width: 100%;
	height: 2px;
	position: absolute;
	background: #132a88;
	left:0;
	top: -2px;
	transform-origin: left;
    transform: scale(0, 1);
    transition: transform .3s cubic-bezier(1, 0, 0, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.n-productsdetail .products-relate li:hover .title:before{
	transform-origin: left;
    transform: scale(1);
}
.n-productsdetail .products-relate .title .right{
	width: 16px;
	line-height: 60px;
	text-align: right;
}
.n-productsdetail .products-relate .title .left{
	float: none;
	margin-right: 16px;
	display: block;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    line-height: 60px;
}

/* 新闻 */
.n-news{
	width: 100%;
	overflow: hidden;
}
.n-news .news-list{
	width: 100%;
	overflow: hidden;
}
.n-news .news-list li{
	width: 32%;
	margin-right: 2%;
	float: left;
	margin-bottom: 4%;
	padding-bottom: 2%;
	border-bottom: 3px #eee solid;
	position: relative;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.n-news .news-list li:after{
	content: "";
	width: 100%;
	height: 3px;
	position: absolute;
	background: #d20001;
	bottom: -3px;
	left:0;
	transform-origin: left;
    transform: scale(0, 1);
    transition: transform .3s cubic-bezier(1, 0, 0, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.n-news .news-list li:hover:after{
	transform-origin: left;
    transform: scale(1);
}
.n-news .news-list li:nth-child(3n){
	margin-right: 0;
}
.n-news .news-list a{
	display: block;
}
.n-news .news-list .pic{
	width: 100%;
	height: 278px;
	overflow: hidden;
}
.n-news .news-list .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition:all 400ms linear;
    -moz-transition:all 400ms linear;
    -o-transition:all 400ms linear;
    transition:all 400ms linear;
}
.n-news .news-list li:hover .pic img{
	transform: scale(1.1);
}
.n-news .news-list .typename, .n-news .news-list .time{
	color: #999;
	font-size: 12px;
	margin: 20px 0 10px 0;
}
.n-news .news-list .time{
	margin: 0;
}
.n-news .news-list .typename i, .n-news .news-list .time i{
	font-size: 12px;
}
.n-news .news-list .title{
	display: block;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.n-news .news-list .summary{
	height: 48px;
	margin-top: 2%;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #555;
}

/* 新闻详情 */
.n-newsdetail{
	overflow: hidden;
}
.n-newsdetail .news-title{
	width: 100%;
	text-align: center;
	overflow: hidden;
}
.n-newsdetail .news-tools{
	width: 100%;
	text-align: center;
	color: #999;
	padding:10px 0;
	border-bottom: 1px #eee solid;
	overflow: hidden;
}
.n-newsdetail .news-content{
	width: 100%;
	overflow: hidden;
}
.n-newsdetail .news-content img{
	max-width: 100%;
	height: auto;
}
.n-newsdetail .news-nav{
	width: 100%;
	border:1px #eee solid;
	background: #eeeeee;
	overflow: hidden;
}
.n-newsdetail .news-nav, .n-newsdetail .news-nav a{
	color: #666;
}
.n-newsdetail .news-nav a:hover{
	color: #132a88;
}
.n-newsdetail .news-nav .nav-right{
	float: right;
	width: 120px;
	height: 90px;
	line-height: 90px;
	text-align: center;
}
.n-newsdetail .news-nav .nav-right a{
	display: block;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
	background: #132a88;
	color: #fff;
}
.n-newsdetail .news-nav .nav-right a:hover{
	background: #141114;
	color: #fff;
}
.n-newsdetail .news-nav .nav-left{
	margin-right: 120px;
	height: 90px;
	padding:0 2%;
	line-height: 26px;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.n-newsdetail .news-nav .nav-left a{
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.n-newsdetail .news-relate, .n-newsdetail .news-message{
	width: 100%;
	overflow: hidden;
}
.n-newsdetail .news-relate .tit, .n-newsdetail .news-message .tit{
	border-bottom: 1px #eeeccc solid;
	padding-bottom: 20px;
}
.n-newsdetail .news-relate .con ul{
	display: flex;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	align-items: stretch;
}
.n-newsdetail .news-relate .con li{
	width: 23.5%;
	margin-right:2%;
	margin-top: 2%;
	float: left;
	border:1px #eeeccc solid;
	background: #eeeeee;
	padding:2%;
	box-sizing: border-box;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.n-newsdetail .news-relate .con li:nth-child(4n){
	margin-right: 0;
}
.n-newsdetail .news-relate .con li:hover{
	background: #132a88;
}
.n-newsdetail .news-relate .con li a{
	display: block;
}
.n-newsdetail .news-relate .con li .rt{
	width: 16px;
}
.n-newsdetail .news-relate .con li .box{
	display: block;
	margin-right: 32px;
}
.n-newsdetail .news-relate .con li .box .t{
	text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.n-newsdetail .news-relate .con li .box .s{
	margin-top: 10px;
	color: #666;
	text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.n-newsdetail .news-relate .con li:hover a, .n-newsdetail .news-relate .con li:hover .box .s{
	color: #fff;
}

/* 网络 */
.network_box{
  width: 100%;
  font-size: 15px;
  overflow: hidden;
}
.network_box .box1{
  overflow: hidden;
}
.network_box .box1 p:first-child{
  line-height: 36px;
  font-weight: bolder;
}
.network_box .box2{
  width: 100%;
  background: url('../img/wangluo.jpg') no-repeat top center;
  background-size: cover;
  overflow: hidden;
}
.network_box .box2 .tabC{
  width: 100%;
  overflow: hidden;
}
.network_box .box2 .tabC li{
  float: left;
  display: none;
}
.network_box .box2 .tabC li.cur{
  display: block;
}
.network_box .box2 .tabH{
  text-align: center;
}
.network_box .box2 .tabH li{
  width: 162px;
  height: 44px;
  line-height: 44px;
  display: inline-block;
  margin: 0 10px;
  border: 1px #fff solid;
  border-radius: 24px;
  color: #fff;
  cursor: pointer;
  -webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.network_box .box2 .tabH li:hover, .network_box .box2 .tabH li.cur{
  background: #fff;
  font-weight: bolder;
  color: #132a88;
}
.network_box .box3{
  overflow: hidden;
}
.network_box .box3 .div_li{
  width: 100%;
  float: left;
  display: none;
}
.network_box .box3 .div_li.cur{
  display: block;
}
.network_box .box3 .div_li .lt{
  width: 200px;
  padding-bottom: 20px;
  background: url('../img/line2.gif') no-repeat left bottom;
}
.network_box .box3 .div_li .rt{
  margin-left: 200px;
  float: none;
}
.network_box .box3 .div_li .rt li{
  float: left;
  padding-right: 20px;
}

/* 品牌 */
.n-brand{
	width: 100%;
	overflow: hidden;
}
.n-brand .company-box{
	width: 100%;
    height: 600px;
    background: url('../images/bg_bg02.jpg') no-repeat center top fixed;
    position: relative;
    overflow: hidden;
}
.n-brand .company-box .con{
	height: 356px;
	overflow: hidden;
}
.n-brand .company-box .con .left{
	width: 46%;
	height: 100%;
	overflow: hidden;
}
.n-brand .company-box .con .left img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
.n-brand .company-box .con .right{
	width: 50%;
	height: 100%;
	color: #fff;
	overflow: hidden;
	overflow-y: auto;
}
.n-brand .company-box .con .right::-webkit-scrollbar {
  width : 6px; 
  height: 1px;
}
.n-brand .company-box .con .right::-webkit-scrollbar-thumb {
  background:#999;
}
.n-brand .company-box .con .right::-webkit-scrollbar-track {
  background: #fff;
}
.n-brand .company-box .scroll-down {
    position: absolute;
    left: 50%;
    bottom: 60px;
    width: 33px;
    height: 72px;
    margin-left: -17px;
    text-align: center;
    cursor: pointer;
}
.n-brand .company-box .scroll-down .dib{
    display: inline-block;
}
.n-brand .company-box .scroll-down .por{
    position: relative;
}
.n-brand .company-box .scroll-down span.fi {
    width: 5px;
    height: 5px;
    background: url('../img/bg_sign11.png') no-repeat;
    margin: 0 0 6px 14px;
    animation: scrollDown 1.5s infinite 1.6s;
}
.n-brand .company-box .scroll-down span.se {
    width: 7px;
    height: 7px;
    background: url('../img/bg_sign12.png') no-repeat;
    margin: 0 0 6px 13px;
    animation: scrollDown 1.5s infinite 1.4s;
}
.n-brand .company-box .scroll-down span.th {
    width: 9px;
    height: 9px;
    background: url('../img/bg_sign13.png') no-repeat;
    margin: 0 0 6px 12px;
    animation: scrollDown 1.5s infinite 1.2s;
}
.n-brand .company-box .scroll-down span.fo {
    width: 33px;
    height: 33px;
    background: url('../img/bg_sign14.png') no-repeat;
    animation: scrollDown 1.5s infinite 1s;
}
@keyframes scrollDown{
	0%{
		opacity: 1;
		top: 0;
	}
	100%{
		opacity: 0;
		top: 10px
	}
}
.n-brand .culture-box{
	background: url('../images/in-bg1.jpg') no-repeat center top;
    background-size: cover;
	width: 100%;
	overflow: hidden;
}
.n-brand .culture-box .left{
    width: 40%;
}
.n-brand .culture-box .left img{
	width: 100%;
	display: block;
}
.n-brand .culture-box .right{
    width: 54%;
}
.n-brand .culture-box .right li{
	padding: 15px 0;
	border-bottom: 1px #eee solid;
}
.n-brand .culture-box .right li p:first-child{
	margin-bottom: 10px;
}
.n-brand .culture-box .right li strong{
	font-size: 16px;
}
.n-brand .culture-box .right li p:nth-child(2){
	color: #666;
}
.n-brand .products-box{
	background: url('../images/t4.jpg') no-repeat center top;
	background-size: cover;
	width: 100%;
	overflow: hidden;
}
.n-brand .products-box .hd{
	text-align: center;
}
.n-brand .products-box .hd li{
	display: inline-block;
	height: 36px;
	line-height: 36px;
	padding: 0 15px;
	margin: 0 4px;
	border:1px solid #fff;
	border-radius: 4px;
}
.n-brand .products-box .hd li.on, .n-brand .products-box .hd li:hover{
	background: #fff;
}
.n-brand .products-box .hd a{
	display: block;
	color: #fff;
}
.n-brand .products-box .hd li.on a, .n-brand .products-box .hd li:hover a{
	color: #132a88;
}
.n-brand .products-box .bd a{
	display: block;
	background: #fff;
	border: 1px #eee solid;
}
.n-brand .products-box .bd .pic{
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	position: relative;
	overflow: hidden;
}
.n-brand .products-box .bd .pic .box{
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
}
.n-brand .products-box .bd .pic .box img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	-webkit-transition:all 400ms linear;
    -moz-transition:all 400ms linear;
    -o-transition:all 400ms linear;
    transition:all 400ms linear;
}
.n-brand .products-box .bd li:hover .pic img{
	transform: scale(1.1);
}
.n-brand .products-box .bd .title{
	width: 92%;
	height: 60px;
	margin: 0 auto;
	border-top: 2px #eee solid;
	position: relative;
}
.n-brand .products-box .bd .title:before{
	content: "";
	width: 100%;
	height: 2px;
	position: absolute;
	background: #132a88;
	left:0;
	top: -2px;
	transform-origin: left;
    transform: scale(0, 1);
    transition: transform .3s cubic-bezier(1, 0, 0, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.n-brand .products-box .bd .swiper-slide:hover .title:before{
	transform-origin: left;
    transform: scale(1);
}
.n-brand .products-box .bd .title .right{
	width: 16px;
	line-height: 60px;
	text-align: right;
}
.n-brand .products-box .bd .title .left{
	float: none;
	margin-right: 16px;
	display: block;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    line-height: 60px;
}
.n-brand .products-box .swiper-button-box{
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.n-brand .products-box .swiper-button-box .swiper-button-prev,
.n-brand .products-box .swiper-button-box .swiper-button-next{
	width: 46px;
	height: 46px;
	background: #fff;
	border: 1px #fff solid;
	position: static;
	margin: 0;
	padding: 0;
	outline: none;
	margin-top: 50px;
	border-radius: 50%;
}
.n-brand .products-box .swiper-button-box .swiper-button-prev:after,
.n-brand .products-box .swiper-button-box .swiper-button-next:after{
	display: none;
}
.n-brand .products-box .swiper-button-box .swiper-button-prev i,
.n-brand .products-box .swiper-button-box .swiper-button-next i{
	text-align:center;
	line-height: 46px;
	color: #999;
	font-size: 18px;
}
.n-brand .products-box .swiper-button-box .swiper-button-prev:hover,
.n-brand .products-box .swiper-button-box .swiper-button-next:hover{
	background: #12277f;
	color: #fff;
}
.n-brand .products-box .swiper-button-box .swiper-button-prev:hover i,
.n-brand .products-box .swiper-button-box .swiper-button-next:hover i{
	color: #fff;
}
.n-brand .products-box .swiper-button-box .swiper-pagination{
	position: static;
	margin: 0 20px;
	margin-top: 50px;
}
.n-brand .products-box .swiper-button-box .swiper-pagination .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	background: #fff;
	margin:0 5px;
}
.n-brand .news-box{
	background: url('../images/in-bg2.jpg') no-repeat center top;
	background-size: cover;
	width: 100%;
	overflow: hidden;
}
.n-brand .news-box .swiper-slide{
	padding: 5px;
	box-sizing: border-box;
}
.n-brand .news-box .swiper-slide a{
	display: block;
    background: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}
.n-brand .news-box .image{
	width: 100%;
	height: 210px;
	overflow: hidden;
}
.n-brand .news-box .image img{
	width: 100%;
	display: block;
}
.n-brand .news-box .word{
	padding: 20px;
}
.n-brand .news-box .word h1{
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.n-brand .news-box .word h2{
	margin: 20px 0 40px 0;
	height: 48px;
	color: #999;
	text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.n-brand .news-box .word h3{
	color: #999;
}
.n-brand .news-box .swiper-button-box{
	height: 48px;
	margin-top: 50px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.n-brand .news-box .swiper-button-box .swiper-button-prev,
.n-brand .news-box .swiper-button-box .swiper-button-next{
	width: 46px;
	height: 46px;
	background: #ddd;
	border-radius: 50%;
	border: 1px #e5e5e5 solid;
	position: static;
	margin: 0;
	padding: 0;
	outline: none;
}
.n-brand .news-box .swiper-button-box .swiper-button-prev:after,
.n-brand .news-box .swiper-button-box .swiper-button-next:after{
	display: none;
}
.n-brand .news-box .swiper-button-box .swiper-button-prev i,
.n-brand .news-box .swiper-button-box .swiper-button-next i{
	text-align:center;
	line-height: 46px;
	color: #999;
	font-size: 18px;
}
.n-brand .news-box .swiper-button-box .swiper-button-prev:hover,
.n-brand .news-box .swiper-button-box .swiper-button-next:hover{
	background: #12277f;
	color: #fff;
}
.n-brand .news-box .swiper-button-box .swiper-button-prev:hover i,
.n-brand .news-box .swiper-button-box .swiper-button-next:hover i{
	color: #fff;
}
.n-brand .news-box .swiper-button-box .swiper-pagination{
	position: static;
	margin: 0 20px;
}
.n-brand .news-box .swiper-button-box .swiper-pagination .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	background: #ddd;
	margin:0 5px;
	opacity: 1;
}
.n-brand .news-box .swiper-button-box .swiper-pagination .swiper-pagination-bullet-active{
	background: #12277f;
}

/* 联系 */
.n-contact{
	width: 100%;
	overflow: hidden;
}
.n-contact .contact-box{
	width: 100%;
	overflow: hidden;
}
.n-contact .contact-box .con{
	width: 100%;
	display: flex;
	align-items: stretch;
	flex-direction: row-reverse;
	overflow: hidden;
}
.n-contact .contact-box .left, .n-contact .contact-box .right{
	width: 48%;
	overflow: hidden;
}
.n-contact .contact-box .left .box1{
	border-bottom: 1px #000 dotted;
	padding-bottom: 30px;
	margin-bottom: 30px;
	font-weight: bolder;
}
.n-contact .contact-box .left .box1 h1{
    color: #132a88;
    margin-bottom: 10px;
}
.n-contact .contact-box .left .box1 h2{
	color: #555;
}
.n-contact .contact-box .left .box2 dt{
	font-weight: bolder;
	font-size: 16px;
}
.n-contact .contact-box .left .box2 dt:nth-child(2){
	margin-bottom: 20px;
}
.n-contact .contact-box .left .box2 dd{
	margin: 10px 0;
}
.n-contact .contact-box .left .box2 dd em{
	float: left;
}
.n-contact .contact-box .left .box2 dd div{
    margin-left: 24px;
}
.n-contact .contact-box .right{
	margin-left: 4%;
}
.n-contact .contact-box .right img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.n-contact .map-box{
	width: 100%;
	height: 560px;
	position: relative;
	overflow: hidden;
}
.n-contact .map-box .my-map{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.n-contact .feedback-box{
	width: 100%;
	overflow: hidden;
}
.n-contact .feedback-box input, .n-contact .feedback-box textarea, .n-contact .feedback-box button{
	border: none;
	outline: none;
	background: none;
}
.n-contact .feedback-box li{
	float: left;
	margin-bottom: 20px;
	overflow: hidden;
}
.n-contact .feedback-box li:last-child{
	margin-bottom: 0;
}
.n-contact .feedback-box label i{
	width: 36px;
	height: 46px;
	color: #999;
	font-size: 24px;
	float: left;
}
.n-contact .feedback-box .half{
	width: 49%;
}
.n-contact .feedback-box .half:nth-child(2n){
	float: right;
}
.n-contact .feedback-box .half label{
	width: 100%;
	height: 48px;
	line-height: 46px;
	padding: 0 15px;
	background: #eeeeee;
	border-radius: 12px;
	border: 1px #eee solid;
	display: block;
	box-sizing: border-box;
}
.n-contact .feedback-box .half label input{
    width: 90%;
    width: calc(100% - 36px);
    float: left;
    height: 46px;
}
.n-contact .feedback-box .textarea, .n-contact .feedback-box .code, .n-contact .feedback-box .submit{
	width: 100%;
}
.n-contact .feedback-box .textarea label{
	width: 100%;
	height: 180px;
	padding: 15px;
	background: #eeeeee;
	border-radius: 12px;
	border: 1px #eee solid;
	display: block;
	box-sizing: border-box;
}
.n-contact .feedback-box .textarea label textarea{
	width: 90%;
    width: calc(100% - 36px);
    float: left;
    height: 100%;
    resize: none;
}
.n-contact .feedback-box .code label{
	width: 40%;
	height: 48px;
	line-height: 46px;
	padding: 0 15px;
	background: #eeeeee;
	border-radius: 12px;
	border: 1px #eee solid;
	display: block;
	box-sizing: border-box;
	float: left;
}
.n-contact .feedback-box .code label input{
    width: 90%;
    width: calc(100% - 36px);
    float: left;
    height: 46px;
    text-transform: uppercase;
}
.n-contact .feedback-box .code label input::-webkit-input-placeholder { /* WebKit browsers */
    text-transform: none;
}
.n-contact .feedback-box .code label input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    text-transform: none;
}
.n-contact .feedback-box .code label input::-moz-placeholder { /* Mozilla Firefox 19+ */
    text-transform: none;
}
.n-contact .feedback-box .code label input:-ms-input-placeholder { /* Internet Explorer 10+ */
    text-transform: none;
}
.n-contact .feedback-box .code img{
	cursor: pointer;
	margin-top: 11px;
	margin-left: 10px;
	float: left;
}
.n-contact .feedback-box button{
	width: 100%;
	height: 48px;
	background: #132a88;
	border-radius: 12px;
	text-align: center;
	line-height: 48px;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.n-contact .feedback-box button:hover{
	background:#141114;
}

/*内容留言*/
.message-form .h{
	width: 49%;
	float: left;
	margin-top: 20px;
}
.message-form .h:nth-child(2n){
	float: right;
}
.message-form .h input{
	width: 100%;
	height: 60px;
	background: #eeeeee;
	border-radius: 16px;
	border:none;
	outline: none;
	padding: 0 20px;
	box-sizing: border-box;
}
.message-form .f{
	width: 100%;
	margin-top: 20px;
	float: left;
}
.message-form .f textarea{
	width: 100%;
	height: 232px;
	background: #eeeeee;
	border-radius: 16px;
	border:none;
	outline: none;
	padding: 20px;
	resize:none;
	box-sizing: border-box;
}
.message-form .f button{
	width: 280px;
    height: 50px;
    background: #132a88;
    cursor: pointer;
    border-radius: 40px;
    margin: 40px auto 0;
    color: #fff;
    display: block;
    border:none;
    outline: none;
    -webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.message-form .f button:focus, .message-form .f button:hover{
	background: #141114;
}

/* 分页 */
.page{
	width: 100%;
	overflow: hidden;
}
.page ul{
	text-align: center;
}
.page li{
	display: inline-block;
}
.page a{
    padding: 4px 10px;
	background: #fff;
	border: 1px #eee solid;
	display: block;
	margin: 0 2px;
}
.page li.active a, .page li:hover a{
	color: #fff;
	background: #132a88;
}
.page li.page-first a, .page li.disabled a{
	background: #eee;
	color: #555;
	pointer-events: none;
}

/* 无数据 */
.no-data{
	width: 100%;
	text-align: center;
	color: #999;
	overflow: hidden;
}
.no-data i{
	font-size: 92px;
	line-height: 92px;
}
.no-data h2{
	margin-top: 10px;
}