@charset "utf-8";
.n-type{
	width: 100%;
	overflow: hidden;
}
.n-type .wrap{
	border-bottom: 1px #eee solid;
	display: flex;
	align-items: center;
	line-height: 60px;
}
.n-type .yuan{
	width: 14px;
	height: 14px;
	border:3px #993a5b solid;
	border-radius: 50%;
	margin-right: 5px;
	display: block;
}
.n-type em{
	margin:0 4px;
	font-style: normal;
}
.n-type span{
	color: #993a5b;
}

.n-y{
	overflow: hidden;
}
.n-y img{
	max-width: 100%;
}

.n-page{
	display: flex;
	align-items: center;
	justify-content: center;
}
.n-page span,
.n-page a{
	border-radius: 5px;
    border: 1px solid #b8bcbc;
    background: #b8bcbc;
    margin: 2px;
    padding: 1px 9px;
    color: #fff;
    display: inline;
}
.n-page .first,
.n-page .prev,
.n-page .next,
.n-page .last{
	font-family: '宋体';
}
.n-page a:hover,
.n-page .active{
	border-color: #993a5b;
	background: #993a5b;
}

.n-about{
	width: 100%;
	overflow: hidden;
}
.n-about .box1{
	width: 100%;
	display: flex;
	flex-direction: column-reverse;
	overflow: hidden;
}
.n-about .box1 .left{
	width: 100%;
	line-height: 32px;
	margin-top: 6%;
}
.n-about .box1 .left h1 p:first-child{
	font-size: 24px;
	color: #993a5b;
	font-weight: 500;
}
.n-about .box1 .right{
	width: 100%;
}
.n-about .box1 .right img{
	width: 100%;
	display: block;
}
.n-about .box2{
	width: 100%;
	border-top: 1px #ddd solid;
}
.n-about .box2 .title h1{
	text-align: center;
	font-size: 24px;
	font-weight:500;
	margin-bottom: 4%;
}
.n-about .box2 .title h2{
	text-align: center;
}
.n-about .box2 img{
	display: block;
	max-width: 100%;
	margin:0 auto;
}

.n-pic{
	width: 100%;
	overflow: hidden;
}
.n-pic .pic-list{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.n-pic .pic-list li{
	width: 48.5%;
	margin-right: 3%;
	margin-bottom: 4%;
}
.n-pic .pic-list li:nth-child(2n){
	margin-right: 0;
}
.n-pic .pic-list li .image{
	position: relative;
}
.n-pic .pic-list li .image img{
	width: 100%;
	display: block;
}
.n-pic .pic-list li .mask{
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left: 0;
	background: rgba(0, 0, 0, .5);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	opacity: 0;
	visibility: hidden;
	transition: ease .5s all;
    -moz-transition: ease .5s all;
    -webkit-transition: ease .5s all;
    -o-transition: ease .5s all;
}
.n-pic .pic-list li .mask i{
	font-size: 32px;
}
.n-pic .pic-list li:hover .mask{
	opacity: 1;
	visibility: visible;
}
.n-pic .pic-list li .title{
	background: #ddd;
	line-height: 40px;
	text-align: center;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.n-honor{
	width: 100%;
	overflow: hidden;
}
.n-honor .honor-list{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.n-honor .honor-list li{
	width: 48.5%;
	margin-right: 3%;
	margin-bottom: 4%;
}
.n-honor .honor-list li:nth-child(2n){
	margin-right: 0;
}
.n-honor .honor-list .image{
	width: 100%;
	height: 268px;
	border:1px #eee solid;
	padding:10px;
	position: relative;
}
.n-honor .honor-list .image img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: contain;
}
.n-honor .honor-list li .mask{
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left: 0;
	background: rgba(0, 0, 0, .5);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	opacity: 0;
	visibility: hidden;
	transition: ease .5s all;
    -moz-transition: ease .5s all;
    -webkit-transition: ease .5s all;
    -o-transition: ease .5s all;
}
.n-honor .honor-list li .mask i{
	font-size: 32px;
}
.n-honor .honor-list li:hover .mask{
	opacity: 1;
	visibility: visible;
}
.n-honor .honor-list .title{
	margin-top: 10px;
	background: #eee;
	padding:6px;
	text-align: center;
	text-align: center;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.n-products{
	width: 100%;
	overflow: hidden;
}
.n-products .products-list{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
}
.n-products .products-list li{
	width: 100%;
	margin-bottom: 4%;
}
.n-products .products-list img{
	width: 100%;
	display: block;
}
.n-products .products-list a{
    border:1px #eee solid;
	border-radius: 8px;
	display: block;
	position: relative;
	overflow: hidden;
}
.n-products .products-list .image img{
	width: 100%;
	display: block;
}
.n-products .products-list .title{
	padding:0 10px;
    position: absolute;
    bottom: 14px;
    opacity: 1;
    visibility: visible;
    transition: ease 0.5s all;
    -moz-transition: ease 0.5s all;
    -webkit-transition: ease 0.5s all;
    -o-transition: ease 0.5s all;
}
.n-products .products-list .title .t{
	font-size: 16px;
	font-weight: 400;
}
.n-products .products-list .title .y{
	width: 14px;
	height: 14px;
	border-radius: 50%;
	border:4px #993a5b solid;
	margin-top: 10px;
}
.n-products .products-list li:hover .title{
	opacity: 0;
	visibility: hidden;
}
.n-products .products-list .mask{
	width: 30%;
	height: 30%;
	background: rgba(153, 58, 91, .6);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	opacity: 0;
	visibility: hidden;
	transition: ease 0.5s all;
    -moz-transition: ease 0.5s all;
    -webkit-transition: ease 0.5s all;
    -o-transition: ease 0.5s all;
    color: #fff;
}
.n-products .products-list .mask .icon img{
	display: block;
}
.n-products .products-list .mask .text{
	font-size: 16px;
	font-weight: 700;
	margin:10px 0;
}
.n-products .products-list .mask .icon,
.n-products .products-list .mask .text,
.n-products .products-list .mask .more{
	opacity: 0;
	visibility: hidden;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
    transition-delay: .2s;
    -moz-transition-delay: .2s; /* Firefox 4 */
    -webkit-transition-delay: .2s; /* Safari 和 Chrome */
    -o-transition-delay: .2s; /* Opera */
}
.n-products .products-list li:hover .mask{
	width: 100%;
	height: 100%;
	opacity: 1;
	visibility: visible;
}
.n-products .products-list li:hover .mask .icon,
.n-products .products-list li:hover .mask .text,
.n-products .products-list li:hover .mask .more{
	opacity: 1;
	visibility: visible;
}

.n-products .products-detail{
	width: 100%;
	overflow: hidden;
}
.n-products .products-detail .picbox{
	width: 100%;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}
.n-products .products-detail .picbox .left{
	width: 100%;
}
.n-products .products-detail .picbox .left img{
	width: 100%;
	display: block;
}
.n-products .products-detail .picbox .left .bigImg{
	width: 100%;
	border:1px #eee solid;
	overflow: hidden;
}
.n-products .products-detail .picbox .left .bigImg img{
	width: 100%;
	display: block;
}
.n-products .products-detail .picbox .left .smImg{
	margin-top: 10px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.n-products .products-detail .picbox .left .smImg .swiper-button-prev,
.n-products .products-detail .picbox .left .smImg .swiper-button-next{
	width: 10px;
	position: static;
	margin:0;
}
.n-products .products-detail .picbox .left .smImg .swiper-button-prev:after,
.n-products .products-detail .picbox .left .smImg .swiper-button-next:after{
	font-size: 20px;
	color: #2b2b2b;
}
.n-products .products-detail .picbox .left .smImg .swiper-button-prev{
	left: 0;
	justify-content: flex-start;
}
.n-products .products-detail .picbox .left .smImg .swiper-button-next{
	right: 0;
	justify-content: flex-end;
}
.n-products .products-detail .picbox .left .smImg .swiper-container{
	width: calc(100% - 40px);
}
.n-products .products-detail .picbox .left .smImg li{
	cursor: pointer;
	border:1px #eee solid;
}
.n-products .products-detail .picbox .left .smImg li.swiper-slide-active{
	border-color: #993a5b;
}
.n-products .products-detail .picbox .left .smImg li img{
	width: 100%;
	display: block;
}
.n-products .products-detail .picbox .right{
	width: 100%;
	margin-top: 6%;
}
.n-products .products-detail .picbox .right .content .t{
	color: #993a5b;
	font-weight: bolder;
}
.n-products .products-detail .picbox .right .content .c li{
	width: 100%;
	float: left;
	display: flex;
	align-items: center;
}
.n-products .products-detail .picbox .right .content .c .icon{
	width:60px;
}
.n-products .products-detail .picbox .right .content .c .word{
	width: calc(100% - 60px);
	padding-left: 15px;
}
.n-products .products-detail .picbox .right .content .c .word h1{
	font-weight: bolder;
}
.n-products .products-detail .tit, 
.n-products .products-detail .tit{
	border-bottom: 1px #e5e5e5 solid;
	padding-bottom: 10px;
}
.n-products .products-detail .products-nav{
	width: 100%;
	border:1px #e5e5e5 solid;
	overflow: hidden;
}
.n-products .products-detail .products-nav, 
.n-products .products-detail .products-nav a{
	color: #666;
}
.n-products .products-detail .products-nav a:hover{
	color: #993a5b;
}
.n-products .products-detail .products-nav .nav-right{
	float: right;
	width: 120px;
	height: 60px;
	line-height: 60px;
	text-align: center;
}
.n-products .products-detail .products-nav .nav-right a{
	display: block;
	background: #e5e5e5;
}
.n-products .products-detail .products-nav .nav-right a:hover{
	background: #993a5b;
	color: #fff;
}
.n-products .products-detail .products-nav .nav-left{
	margin-right: 120px;
	height: 60px;
	padding:0 2%;
	line-height: 26px;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.n-products .products-detail .products-nav .nav-left a{
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.n-products .products-detail .products-relate{
	width: 100%;
	overflow: hidden;
}
.n-products .products-detail .products-relate img{
	width: 100%;
	display: block;
}
.n-products .products-detail .products-relate a{
	border-radius: 8px;
	display: block;
	position: relative;
	overflow: hidden;
}
.n-products .products-detail .products-relate .image img{
	width: 100%;
	display: block;
}
.n-products .products-detail .products-relate .title{
	padding:0 14px;
    position: absolute;
    bottom: 14px;
    opacity: 1;
    visibility: visible;
    transition: ease 0.5s all;
    -moz-transition: ease 0.5s all;
    -webkit-transition: ease 0.5s all;
    -o-transition: ease 0.5s all;
}
.n-products .products-detail .products-relate .title .t{
	font-size: 16px;
	font-weight: 400;
}
.n-products .products-detail .products-relate .title .y{
	width: 14px;
	height: 14px;
	border-radius: 50%;
	border:4px #993a5b solid;
	margin-top: 4px;
}
.n-products .products-detail .products-relate li:hover .title{
	opacity: 0;
	visibility: hidden;
}
.n-products .products-detail .products-relate .mask{
	width: 30%;
	height: 30%;
	background: rgba(153, 58, 91, .6);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	opacity: 0;
	visibility: hidden;
	transition: ease 0.5s all;
    -moz-transition: ease 0.5s all;
    -webkit-transition: ease 0.5s all;
    -o-transition: ease 0.5s all;
    color: #fff;
}
.n-products .products-detail .products-relate .mask .icon img{
	display: block;
}
.n-products .products-detail .products-relate .mask .text{
	font-size: 24px;
	font-weight: 700;
	margin:14px 0 10px;
}
.n-products .products-detail .products-relate .mask .icon,
.n-products .products-detail .products-relate .mask .text,
.n-products .products-detail .products-relate .mask .more{
	opacity: 0;
	visibility: hidden;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
    transition-delay: .2s;
    -moz-transition-delay: .2s; /* Firefox 4 */
    -webkit-transition-delay: .2s; /* Safari 和 Chrome */
    -o-transition-delay: .2s; /* Opera */
}
.n-products .products-detail .products-relate li:hover .mask{
	width: 100%;
	height: 100%;
	opacity: 1;
	visibility: visible;
}
.n-products .products-detail .products-relate li:hover .mask .icon,
.n-products .products-detail .products-relate li:hover .mask .text,
.n-products .products-detail .products-relate li:hover .mask .more{
	opacity: 1;
	visibility: visible;
}

.n-news{
	width: 100%;
	overflow: hidden;
}
.n-news .news-list{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	overflow: hidden;
}
.n-news .news-list li{
	width: 100%;
	margin-right: 0;
	float: left;
	border: 1px #eee solid;
	margin-bottom: 4%;
}
.n-news .news-list li a{
	display: block;
}
.n-news .news-list .pic{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.n-news .news-list .pic img{
	width: 100%;
	display: block;
}
.n-news .news-list .pic .link{
	width: 90%;
	height: 90%;
	background: rgba(0, 0, 0, .5);
	position: absolute;
	left:50%;
	top:50%;
	transform: translate(-50%, -50%);
	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-news .news-list .pic .link i{
	width: 74px;
	height: 74px;
	text-align: center;
	line-height: 74px;
	background: #fff;
	font-size: 24px;
	border-radius: 50%;
}
.n-news .news-list .word{
	padding:15px;
}
.n-news .news-list .word .tit{
	font-weight: 500;
	width: 100%;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
	overflow: hidden;
}
.n-news .news-list .word .author{
	width: 100%;
	margin:10px 0;
	color:#999;
	font-size: 13px;
	overflow: hidden;
}
.n-news .news-list .word .author i{
	margin-right: 6px;
}
.n-news .news-list .word .summary{
	height: 52px;
	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-news .news-list .word .more{
	width: 100px;
	height: 32px;
	color: rgba(255,255,255,0.8);
    border-radius: 3px;
    border-radius: 4px;
    font-size: 13px;
    text-align: center;
    line-height: 32px;
    background-color: #993a5b;
    -webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.n-news .news-list .word .more i{
	font-size: 13px;
}
.n-news .news-list a:hover .word .more{
    color: rgba(255,255,255,1);
}
.n-news .news-list a:hover .pic .link{
	width: 100%;
	height: 100%;
	opacity: 1;
}

.news-detail{
	width: 100%;
	overflow: hidden;
}
.news-detail .news-title{
	width: 100%;
	text-align: center;
	overflow: hidden;
}
.news-detail .news-tools{
	width: 100%;
	text-align: center;
	color: #999;
	padding:10px 0 10px 0;
	border-bottom: 1px #e5e5e5 solid;
	overflow: hidden;
}
.news-detail .news-content{
	width: 100%;
	overflow: hidden;
}
.news-detail .news-content img{
	max-width: 100%;
	height: auto;
}
.news-detail .news-nav{
	width: 100%;
	border:1px #e5e5e5 solid;
	overflow: hidden;
}
.news-detail .news-nav, .news-detail .news-nav a{
	color: #666;
}
.news-detail .news-nav a:hover{
	color: #993a5b;
}
.news-detail .news-nav .nav-right{
	float: right;
	width: 120px;
	height: 60px;
	line-height: 60px;
	text-align: center;
}
.news-detail .news-nav .nav-right a{
	display: block;
	background: #e5e5e5;
}
.news-detail .news-nav .nav-right a:hover{
	background: #993a5b;
	color: #fff;
}
.news-detail .news-nav .nav-left{
	margin-right: 120px;
	height: 60px;
	padding:0 2%;
	line-height: 26px;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.news-detail .news-nav .nav-left a{
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.news-detail .news-relate, 
.news-detail .news-message{
	width: 100%;
	overflow: hidden;
}
.news-detail .news-relate .tit, 
.news-detail .news-message .tit{
	border-bottom: 1px #e5e5e5 solid;
	padding-bottom: 10px;
}
.news-detail .news-relate .tit i, 
.news-detail .news-message .tit i{
	font-size: 20px;
	color: #888;
}
.news-detail .news-relate .con ul{
	display: flex;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	align-items: stretch;
}
.news-detail .news-relate .con li{
	width: 48.5%;
	margin-right:3%;
	margin-top: 2%;
	float: left;
	border:1px #e5e5e5 solid;
	padding:2%;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.news-detail .news-relate .con li:nth-child(2n){
	margin-right: 0;
}
.news-detail .news-relate .con li:hover{
	background: #993a5b;
}
.news-detail .news-relate .con li a{
	display: block;
}
.news-detail .news-relate .con li .rt{
	width: 16px;
}
.news-detail .news-relate .con li .box{
	display: block;
}
.news-detail .news-relate .con li .box .t{
	width: 100%;
	text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-detail .news-relate .con li .box .s{
	width: 100%;
	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;
}
.news-detail .news-relate .con li:hover a, 
.news-detail .news-relate .con li:hover .box .s{
	color: #fff;
}

.message-form ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.message-form li{
	width: 100%;
	margin-top: 2%;
	float: left;
}
.message-form li span.help-block{
	padding:0 14px;
	color: #ff0000;
	margin-top: 6px;
	display: block;
}
.message-form li.wid-100{
	width: 100%;
	margin-right: 0;
}
.message-form li.submit{
	border:none;
	background: none;
}
.message-form input{
	width: 100%;
	height: 50px;
	border:1px #ccc solid;
	padding:0 14px;
	background: #fff;
}
.message-form textarea{
	width: 100%;
	border:none;
	height: 150px;
	padding:14px;
	resize: none;
	border:1px #ccc solid;
	background: #fff;
}
.message-form li.code{
	position: relative;
}
.message-form li.code img{
	position: absolute;
	top:10px;
	right: 14px;
}
.message-form .btn{
	width: 160px;
	display: block;
	background: #000;
	height: 40px;
	color: #fff;
	cursor: pointer;
	border:none;
	margin:0 auto;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear
}
.message-form .btn:hover{
	background: #993a5b;
}

.n-service{
	width: 100%;
	overflow: hidden;
}

.n-job{
	width: 100%;
	overflow: hidden;
}
.n-job .talentbox{
	width: 100%;
	overflow: hidden;
}
.n-job .talentbox .box1{
	display: flex;
	flex-direction: column-reverse;
}
.n-job .talentbox .box1 .left{
	width: 100%;
	margin-top: 6%;
}
.n-job .talentbox .box1 .left h1{
    font-weight: 700;
    font-size: 18px;
}
.n-job .talentbox .box1 .right{
	width: 100%;
}
.n-job .talentbox .box1 .right img{
	width: 100%;
	display: block;
}
.n-job .talentbox .box2{
	border-top: 1px #ddd solid;
}
.n-job .talentbox .box2 ul{
	display: flex;
	flex-direction: column;
}
.n-job .talentbox .box2 li{
	width: 100%;
	border:1px #ddd solid;
	padding:3%;
}
.n-job .talentbox .box2 li:nth-child(n+2){
	margin-top: 10px;
}
.n-job .talentbox .box2 h1{
	font-weight: 700;
	font-size: 18px;
}
.n-job .talentbox .box2 h2{
	margin-top: 10px;
}
.n-job .jobbox{
	width: 100%;
	overflow: hidden;
}
.n-job .jobbox .desc {
    height: 60px;
    line-height: 60px;
    background: #993a5b;
    padding-left: 3%;
}
.n-job .jobbox .desc span {
	width: 33.333%;
    float: left;
    color: #fff;
    font-size: 16px;
    padding-right: 10px;
}
.n-job .jobbox ul li {
    border-bottom: 1px solid #dfdfdf;
}
.n-job .jobbox ul li .jobtop {
    padding:18px 0 18px 3%;
    background: #fff;
    cursor: pointer;
    display: flex;
}
.n-job .jobbox ul li dt {
    background: #ddd;
    padding:2% 3%;
    display: none;
}
.n-job .jobbox ul li span {
	width: 33.333%;
    float: left;
    color: #000;
    font-size: 16px;
    align-self: center;
    padding-right: 10px;
}
.n-job .jobbox ul li .jobdes div {
    color: #000;
    margin-bottom: 20px;
}
.n-job .jobbox ul li .job-in {
    width: 170px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background: #993a5b;
    display: block;
}

.n-contact{
	width: 100%;
	overflow: hidden;
}
.n-contact .box1{
	display: flex;
	flex-direction: column-reverse;
	overflow: hidden;
}
.n-contact .box1 .left,
.n-contact .box1 .right{
	width: 100%;
}
.n-contact .box1 .left{
	margin-top: 6%;
}
.n-contact .box1 .left .title{
	font-weight: 700;
	border-bottom: 1px #eee solid;
}
.n-contact .box1 .left .content li{
	margin-top: 6%;
}
.n-contact .box1 .left .content dt{
	font-size: 16px;
	font-weight: 700;
	display: flex;
}
.n-contact .box1 .left .content dt em{
	font-size: 24px;
	margin-right: 6px;
}
.n-contact .box1 .left .content dd{
	margin-top: 2%;
}
.n-contact .box1 .right .my-map{
	height: 300px;
}
.n-contact .box2{
	border-top: 1px #ddd solid;
}
.n-contact .box2 .title{
}
.n-contact .box2 .content ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.n-contact .box2 .content li{
	width: 100%;
	margin-top: 2%;
	float: left;
}
.n-contact .box2 .content li span.help-block{
	padding:0 14px;
	color: #ff0000;
	margin-top: 6px;
	display: block;
}
.n-contact .box2 .content li.wid-100{
	width: 100%;
	margin-right: 0;
}
.n-contact .box2 .content li.submit{
	border:none;
	background: none;
}
.n-contact .box2 .content input{
	width: 100%;
	height: 50px;
	border:1px #ccc solid;
	padding:0 14px;
	background: #fff;
}
.n-contact .box2 .content textarea{
	width: 100%;
	border:none;
	height: 150px;
	padding:14px;
	resize: none;
	border:1px #ccc solid;
	background: #fff;
}
.n-contact .box2 .content li.code{
	position: relative;
}
.n-contact .box2 .content li.code img{
	position: absolute;
	top:10px;
	right: 14px;
}
.n-contact .box2 .content button{
	width: 120px;
	display: block;
	background: #000;
	height: 40px;
	color: #fff;
	cursor: pointer;
	border:none;
	margin:0 auto;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear
}
.n-contact .box2 .content button:hover{
	background: #993a5b;
}