
/*内页大图*/
.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: 100%;
	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;
  border-bottom: 2px #eee solid;
  overflow: hidden;
}
.n-type ul{
	text-align: center;
}
.n-type li{
	display: inline-block;
	line-height: 70px;
	padding: 0 30px;
	background: url('../image/line1.gif') no-repeat center right;
}
.n-type li:last-child{
	background: none;
}
.n-type a{
	font-size: 16px;
	display: block;
	position: relative;
}
.n-type a:after{
	content: "";
	width: 100%;
	height: 2px;
	position: absolute;
	background: #0348b2;
	bottom: 0;
	left:0;
	transform-origin: center;
    transform: scale(0, 1);
    transition: transform .3s cubic-bezier(1, 0, 0, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.n-type li.current a, .n-type li:hover a{
	color: #0348b2;
}
.n-type li.current a:after, .n-type li:hover a:after{
	transform-origin: center;
    transform: scale(1);
}
.n-second-type{
	display: none;
}
.n-second-type ul{
	margin: 40px 0 0 0;
	text-align: center;
}
.n-second-type li{
	display: inline-block;
	margin: 10px 10px 0 10px;
}
.n-second-type a{
	display: block;
	padding: 10px 30px;
	border: 1px #eee solid;
	border-radius: 4px;
}
.n-second-type li.on a,
.n-second-type li:hover a{
	background: #0348b2;
	color: #fff;
}

/* 内页公共 */
.n-y{
	width: 100%;
	overflow: hidden;
}
.n-tit{
	width: 100%;
	font-size: 32px;
	line-height: 32px;
	height: 50px;
	margin-bottom: 60px;
	text-align: center;
	position: relative;
}
.n-tit:after{
	content:"";
	background: #0348b2;
	width: 30px;
	height: 4px;
	position: absolute;
	bottom: 0;
	left:50%;
	transform: translateX(-50%);
}

/* 关于 */
.n-about{
	width: 100%;
	overflow: hidden;
}
.n-about .about-left{
	line-height: 30px;
}
.n-about .about-right{
	width: 34%;
	float: right;
}

/* 文化 */
.culture {
	width: 100%;
    background: url(../image/culture_bg.jpg) no-repeat center bottom;
    padding-bottom: 520px;
    line-height: 28px;
    overflow: hidden;
}

/* 图片*/
.n-pic{
	width: 100%;
	overflow: hidden;
}
.n-pic .pic-list{
	overflow: hidden;
}
.n-pic .pic-list li{
	width: 32%;
	margin-right: 2%;
	margin-bottom: 4%;
	float: left;
}
.n-pic .pic-list li:nth-child(3n){
	margin-right: 0;
}
.n-pic .pic-list a{
	border: 1px #eee solid;
	display: block;
	position: relative;
}
.n-pic .pic-list .pic{
	height: 320px;
}
.n-pic .pic-list .pic img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}
.n-pic .pic-list .title{
	text-align: center;
	height: 50px;
	line-height: 50px;
	border-top: 1px #eee solid;
	display: block;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.n-pic .pic-list .mask{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(3, 72, 178, .6);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	opacity: 0;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.n-pic .pic-list .mask i{
	font-size: 28px;
}
.n-pic .pic-list a:hover .mask{
	opacity: 1;
}

/* 产品 */
.n-products{
	width: 100%;
	overflow: hidden;
}
.n-products .products-list li{
	width: 23%;
	float: left;
	margin-bottom: 4%;
	margin-right: 2%;
	background: #fff;
	overflow: hidden;
}
.n-products .products-list li:nth-child(4n){
	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%;
	margin-bottom: 10px;
	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: #0348b2;
	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: #0348b2;
}
.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: #0348b2;
	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: #0348b2;
	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: 30.66666666%;
	margin-right: 4%;
	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: #0348b2;
	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: #0348b2;
}
.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: #0348b2;
	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: 32%;
	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(3n){
	margin-right: 0;
}
.n-newsdetail .news-relate .con li:hover{
	background: #0348b2;
}
.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;
}

/* 加入 */
.hr-box{
  width: 100%;
  overflow: hidden;
}
.hr-box .hr-left{
  width: 46%;
  float: left;
  line-height: 30px;
}
.hr-box .hr-right{
  width: 48%;
  float: right;
  line-height: 28px;
}
.hr-box .hr-right img{
  width: 100% !important;
  height: auto !important;
}

/*工作岗位*/
.n-job{
	width: 100%;
	overflow: hidden;
}
.n-job .splmc{
	width:100%;
	background:#f9f9f9;
	line-height:60px;
	padding-left:35px;
	box-sizing: border-box;
	overflow: hidden;
}
.n-job .splmc span{ 
	float:left;
	width:14%; 
	padding-left:20px;
	box-sizing: border-box;
}
.n-job .lbrela{
	margin-bottom: 40px;
	overflow: hidden;
}
.n-job .lbrela li{ padding-left:35px;margin-top: 20px;}
.n-job .sbuewn{ line-height:45px; height:45px; background:#0348b2; color:#fff; transition:all 0.5s ease;}
.n-job .sbuewn span{ float:left; width:14%; padding-left:20px;overflow:hidden;box-sizing: border-box;}
.n-job .sbuewn .buct{ display:block;width:30px; height:30px; background:url(../image/x.jpg) no-repeat center center; position:absolute; left:-40px; top:5px; transform:rotate(45deg); transition:all 0.5s ease; cursor: pointer;}
.n-job .sbuewn.on .buct{transform:rotate(270deg);}
.n-job .molewa{width:100%; padding:20px; line-height:2;border:1px solid #0348b2; display:none;box-sizing: border-box;}

/* 下载 */
.n-download, .download-list{
	width: 100%;
	overflow: hidden;
}
.download-list li{
  width: 100%;
  margin-bottom: 4%;
  float: left;
  -webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.download-list li a{
  display: block;
}
.download-list .fileImg{
  width: 100px;
  height: 140px;
  float: left;
  border: 1px #eee solid;
}
.download-list .fileImg img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: contain;
}
.download-list .fileInfo{
  margin-left: 120px;
}
.download-list .fileInfo .box1{
  overflow: hidden;
}
.download-list .fileInfo .box1 .lt{
  float: none;
  margin-right: 120px;
  display:block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.download-list .fileInfo .box1 .rt{
  width: 120px;
  color: #999;
  text-align: right;
}
.download-list .fileInfo .box2{
  margin-top: 10px;
}
.download-list .fileInfo .box2 .lt{
  color: #999;
  float: none;
  margin-right: 90px;
}
.download-list .fileInfo .box2 .lt > div{
  float: left;
  margin-right: 10px;
}
.download-list .fileInfo .box2 .rt{
  background: #0348b2;
  width: 80px;
  height: 30px;
  color: #fff;
  line-height: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.download-list .fileInfo .box2 .lt i{
	color: #888;
}
.download-list .fileInfo .box2 .rt i{
  margin-right: 6px;
}

/* 留言 */
.n-feedback{ overflow:hidden;}
.n-feedback .left{
	width: 40%;
}
.n-feedback .left img{
	width: 100%;
	display: block;
}
.n-feedback .right{
	width: 56%;
}
.n-feedback td{
	padding: 0 0 20px 10px;
	font-size: 14px;
	line-height: 36px;
	color: #666;
}
.n-feedback td label{
	width: 318px;
	height: 36px;
	background: url(../image/bg_input13.png) no-repeat;
	font-size: 11px;
	line-height: 36px;
	color: #ccc;
}
.n-feedback td label.long{
	width: 387px;
	height: 133px;
	background: url(../image/bg_input14.jpg) no-repeat;
}
.n-feedback td label.cur, .n-feedback td label.hover{
	background-position: 0 -72px;
}
.n-feedback td label.long.cur, .n-feedback td label.long.hover{
	background-position: 0;
}
.n-feedback label p.fl{
	margin-left: 16px;
	width: 240px;
	cursor: pointer;
}
.n-feedback label span{
	display: inline-block;
}
.n-feedback label .list{
	left: 0;
	top: 35px;
	width: 300px;
	padding: 5px 0 5px 16px;
	height: 220px;
	border: 1px solid #dbdbdb;
	border-radius: 3px;
	background: #fff;
	line-height: 22px;
	display: none;
}
.n-feedback label .scroll-box{
	width: 284px;
	height: 220px;
}
.n-feedback label .scroll-obj{
	left: 0;
	top: 0;
	width: 264px;
}
.n-feedback label .scroll-obj p{
	cursor: pointer;
}
.n-feedback label .scroll-obj p.hover{
	color: #4575b6;
}
.n-feedback label .scroll-bar{
	right: 2px;
	top: 0;
	width: 1px;
	height: 220px;
	background: #dbdbdb;
}
.n-feedback label .scroll-btn{
	left: -1px;
	top: 0;
	width: 3px;
	height: 20px;
	border-radius: 2px;
	background: #4575b6;
	cursor: pointer;
}
.n-feedback label span.fr{
	display: inline-block;
	width: 46px;
	height: 36px;
	background: url(../image/bg_sign105.png) no-repeat center;
}
.n-feedback label span.se{
	background-image: url(../image/bg_sign45.png);
}
.n-feedback label span.th{
	background-image: url(../image/bg_sign65.png);
}
.n-feedback label span.fo{
	background-image: url(../image/bg_sign50.png);
}
.n-feedback label span.fif{
	background-image: url(../image/bg_sign51.png);
}
.n-feedback label span.si{
	background-image: url(../image/bg_sign47.png);
}
.n-feedback label span.sev{
	background-image: url(../image/bg_sign102.png);
}
.n-feedback label span.ei{
	background-image: url(../image/bg_sign49.png);
}
.n-feedback label span.ni{
	background-image: url(../image/bg_sign52.png);
}
.n-feedback label input{
	width: 240px;
	height: 36px;
	padding: 0 16px;
	border: 0;
	background: none;
	font-size: 11px;
	line-height: 36px;
	color: #ccc;
}
.n-feedback label input.cur{
	font-size: 12px;
	color: #666;
}
.n-feedback label textarea{
	width: 309px;
	height: 113px;
	padding: 10px 16px;
	border: 0;
	background: none;
	resize: none;
	font-size: 11px;
	line-height: 18px;
	color: #ccc;
}
.n-feedback input.submit{
	width: 314px;
	height: 46px;
	border: 0;
	background: #0348b2;
	margin-top: 17px;
	font-size: 18px;
	color: #fff;
	transition: all 0.5s;
	cursor: pointer;
}
.n-feedback input.submit.hover{
	border: 1px solid #000;
	background: none;
	color: #000;
}
.n-feedback .tips{
	font-size: 12px;
	line-height: 24px;
	color: #8b8b8b;
}
.n-feedback .tips span{
	font-size: 18px;
	color: #333;
}

/*联系*/
.contact-about .contact-title {
  line-height: 1;
  font-size: 22px;
  border-bottom: 1px solid #d8d7d7;
  padding-bottom: 50px;
}
.contact-about .contact-title .text-title {
  padding-top: 10px;
  font-size: 16px;
  text-transform: uppercase;
}
.contact-about .contact-addrss {
  padding: 50px 0;
  font-size: 16px;
  color: #666666;
  border-bottom: 1px solid #d8d7d7;
}
.contact-about .contact-addrss .left {
  line-height: 30px;
  width: 50%;
}
.contact-about .contact-addrss .right {
  text-align: center;
}
.contact-about .contact-addrss .right li {
  float: left;
}
.contact-about .contact-addrss .right li img{
  display: block;
  margin:0 auto;
}
.contact-about .contact-map{
  padding:50px 0 0 0;
}
.contact-about .contact-map .map {
  height: 480px;
}

/*内容留言*/
.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: #0348b2;
    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: #0348b2;
}
.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;
}