@charset "utf-8";
/*内页大图*/
.n-banner{
	width: 100%;
	height: 480px;
	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: #d01919;
    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: #b90016;
   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: #d01919;
    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: #d01919;
	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%;
	margin-right: 4%;
	margin-bottom: 2%;
	float: left;
}
.n-about .honors-box{
	width: 100%;
	overflow: hidden;
}
.n-about .honors-box .wrap{
	border-top: 1px #ccc solid;
}
.n-about .honors-box .con{
	margin-top: 4px;
	border-top: 1px #ccc solid;
}
.n-about .honors-box .swiper-wrapper{
	height: 360px;
}
.n-about .honors-box .swiper-slide{
	background: #fff;
}
.n-about .honors-box .swiper-slide a{
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	border: 1px #ccc solid;
	padding: 4px;
	box-sizing: border-box;
	background: #fff;
}
.n-about .honors-box .swiper-slide a img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.n-about .honors-box .swiper-slide .mask{
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(0, 0, 0, .8);
	top: 0;
	left: 0;
	color: #Fff;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.n-about .honors-box .swiper-slide .mask i{
	font-size: 32px;
}
.n-about .honors-box .swiper-slide a:hover .mask{
	opacity: 1;
}
.n-about .honors-box .swiper-button-prev{
	left: 0;
	background: rgba(0, 0, 0, .6);
	color: #fff;
}
.n-about .honors-box .swiper-button-next{
    right: 0;
    background: rgba(0, 0, 0, .6);
    color: #fff;
}
.n-about .honors-box .swiper-button-prev i, .n-about .honors-box .swiper-button-next i{
	font-size: 24px;
}
.n-about .honors-box .swiper-button-prev:after, .n-about .honors-box .swiper-button-next:after{
	display: none;
}
.n-about .culture-box{
	width: 100%;
	background: url('../images/d_bg01.jpg') no-repeat center top;
	background-size: cover;
	text-align: center;
	overflow: hidden;
}
.n-about .culture-box .image li{
	display: inline-block;
	margin: 2% 2% 0 2%;
}
.n-about .culture-box .image li img{
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.n-about .workshop-box{
	width: 100%;
	overflow: hidden;
}
.n-about .workshop-box .swiper-container{
	padding-bottom: 60px;
}
.n-about .workshop-box .swiper-slide a{
	display: block;
	position: relative;
	border: 1px #ccc solid;
	padding: 4px;
	box-sizing: border-box;
	background: #fff;
}
.n-about .workshop-box .swiper-slide a img{
	width: 100%;
	display: block;
}
.n-about .workshop-box .swiper-slide .mask{
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(0, 0, 0, .8);
	top: 0;
	left: 0;
	color: #Fff;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.n-about .workshop-box .swiper-slide .mask i{
	font-size: 32px;
}
.n-about .workshop-box .swiper-slide a:hover .mask{
	opacity: 1;
}
.n-about .workshop-box .swiper-container .swiper-pagination{
	bottom: 0;
}
.n-about .workshop-box .swiper-container .swiper-pagination .swiper-pagination-bullet-active{
	background: #d01919;
}

/* 产品 */
.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: #d01919;
	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 #ccc 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 #ccc 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 #ccc 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: #d01919;
	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: #d01919;
	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 #ccc 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: 72px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-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 #ccc 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 #ccc solid;
	background: #eeeeee;
	overflow: hidden;
}
.n-newsdetail .news-nav, .n-newsdetail .news-nav a{
	color: #666;
}
.n-newsdetail .news-nav a:hover{
	color: #e62129;
}
.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: #d01919;
	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 #cccccc 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 #cccccc 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: #d01919;
}
.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;
}

/* 服务 */
.n-service{
	width: 100%;
	overflow: hidden;
}
.n-service .service-box{
	width: 100%;
	overflow: hidden;
}
.n-service .service-box .service-div1, .n-service .service-box .service-div2{
	width: 100%;
	overflow: hidden;
}
.n-service .service-box .service-div1 .left{
	width: 550px;
}
.n-service .service-box .service-div1 .left img{
	max-width: 100%;
	display: block;
}
.n-service .service-box .service-div1 .right{
	width: 580px;
}
.n-service .service-box .service-div2{
	background: url('../images/d_bg03.jpg') no-repeat center top;
	background-size: cover;
}
.n-service .service-box .service-div2 .box1{
	text-align: center;
	line-height: 28px;
	overflow: hidden;
}
.n-service .service-box .service-div2 .box2{
	margin-top: 80px;
	overflow: hidden;
}
.n-service .service-box .service-div2 .box2 ul{
	display: flex;
	justify-content: space-between;
}
.n-service .service-box .service-div2 .box2 li{
	width: 280px;
	text-align: center;
}
.n-service .service-box .service-div2 .box2 h2{
	font-size: 16px;
	padding: 4px 0;
}
.n-service .service-box .service-div2 .box2 h3{
	font-size: 12px;
	color: rgba(255, 255, 255, .6)
}
.n-service .service-box .service-div2 .box2 h4{
	padding: 4px 0;
}
.n-service .network-box img{
	max-width: 100%;
	height: auto;
}

/* 联系 */
.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: #d01919;
    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 #ccc 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 #ccc 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 #ccc 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: #d01919;
	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: #d01919;
    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 #ccc solid;
	display: block;
	margin: 0 2px;
}
.page li.active a, .page li:hover a{
	color: #fff;
	background: #d01919;
}
.page li.page-first a, .page li.disabled a{
	background: #ccc;
	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;
}