@charset "utf-8";
/*banner*/
.n-banner{
    width: 100%;
    position: relative;
}
.n-banner > img{
	width: 100%;
	display: block;
}
.n-banner .word{
	width: 100%;
	height: 100%;
    position: absolute;
    top:0;
    left: 0;
    color: #fff;
    display: flex;
	align-items: center;
	justify-content: center;
}
.n-banner .word > div{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	padding:80px 0;
}
.n-banner .word h1{
	font-size: 42px;
	line-height: 42px;
	text-transform: uppercase;
	margin-bottom: 30px;
	border-bottom: 1px rgba(255, 255, 255, .3) solid;
	padding-bottom: 30px;
	font-weight: 700;
}
.n-banner .word h2{
	font-size: 24px;
	line-height: 36px;
}
.n-banner .type{
	width: 100%;
	height: 80px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .5);
}
.n-banner .type ul{
	height: 100%;
	display: flex;
	align-items: center;
}
.n-banner .type li{
	height: 100%;
	flex:1;
	border-right: 1px solid rgba(255, 255, 255, .3);
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.n-banner .type li:last-child{
	border:none;
}
.n-banner .type li:hover,
.n-banner .type li.active{
	background: #0348b2;
}
.n-banner .type a{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 20px;
}

/*path*/
.n-path{
	text-transform: uppercase;
	color: #999;
	background: #efefef;
	padding:14px 0;
	overflow: hidden;
}
.n-path a{
	color: #999;
}
.n-path i{
	font-size: 12px;
}
@media (max-width: 1280px) {	

}
@media (max-width: 992px) {	

}
@media (max-width: 750px) {	
    .n-path{
    	padding:10px 0;
    	font-size: 12px;
    }
}

/*page*/
.n-page{
	width: 100%;
    margin-top: 60px;
    display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
    overflow: hidden;
}
.n-page span,
.n-page a{
	padding:6px 12px;
	background: #eee;
	margin:0 3px;
}
.n-page .first,
.n-page .last{
	display: none;
}
.n-page .prev,
.n-page .next{
	font-family: '宋体';
}
.n-page .active{
	background: #0348b2;
	color: #fff;
}
@media (max-width: 1280px) {
	.n-page{
	    margin-top: 6%;
		font-size: 16px;
	}
	.n-page span,
	.n-page a{
		padding:6px 14px;
		margin:0 2px;
	}
}
@media (max-width: 992px) {	

}
@media (max-width: 750px) {
	.n-page{
		font-size: 14px;
	}
	.n-page span,
	.n-page a{
		padding:2px 10px;
	}
}

/*about*/
.n-about{
	padding:90px 0;
	overflow:hidden;
}
.n-about .n-tit{
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-weight: bolder;
	overflow: hidden;
}
.n-about .n-tit.white{
	color: #fff;
}
.n-about .n-tit .line-box{
	width: 21px;
	margin: 0 auto;
	margin-top: 16px;
}
.n-about .n-tit .line{
    height: 2px;
	background: #0348b2;
	margin-top: 3px;
}
.n-about .n-tit.white .line{
	background: #fff;
}
.n-about .n-tit .line-01{
	width: 21px;
}
.n-about .n-tit .line-02{
	width: 14px;
}
.n-about .n-tit .line-03{
	width: 16px;
}
.n-about .n-tit .font36{
	font-size: 36px;
	line-height: 36px;
}
.n-about .company-box{
	width: 100%;
	overflow: hidden;
}
.n-about .company-box .con{
	width: 100%;
	font-size: 16px;
	line-height: 32px;
	margin-top: 60px;
	overflow: hidden;
}
.n-about .company-box .con .image{
	width: 44%;
	margin-right: 4%;
	margin-bottom: 2%;
	float: left;
}
.n-about .company-box .con .image img{
	width: 100%;
	display: block;
}
.n-about .culture-box{
	width: 100%;
	margin-top: 90px;
	padding:90px 0;
	background: url('../images/d_bg01.jpg') no-repeat center top;
	background-size: cover;
	text-align: center;
	overflow: hidden;
}
.n-about .culture-box .con{
	margin-top: 60px;
}
.n-about .culture-box ul{
	display: flex;
	align-items: stretch;
}
.n-about .culture-box li{
	width: 24.25%;
	margin-right:1%;
	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;
	color: #2b2b2b;
}
.n-about .culture-box .font16{
	font-weight: 700;
}
.n-about .culture-box h1{
	margin: 4% 0;
}
.n-about .honor-box{
	width: 100%;
	padding-top: 90px;
	overflow: hidden;
}
.n-about .honor-box .con{
	margin-top: 60px;
}
.n-about .honor-box .swiper-container{
	padding-bottom: 60px;
}
.n-about .honor-box .swiper-slide a{
	width: 100%;
	height: 260px;
	display: block;
	position: relative;
	border: 1px #eee solid;
	padding: 4px;
	box-sizing: border-box;
	background: #fff;
}
.n-about .honor-box .swiper-slide a img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}
.n-about .honor-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 .honor-box .swiper-slide .mask i{
	font-size: 32px;
}
.n-about .honor-box .swiper-slide a:hover .mask{
	opacity: 1;
}
.n-about .honor-box .swiper-container .swiper-pagination{
	bottom: 0;
}
.n-about .honor-box .swiper-container .swiper-pagination .swiper-pagination-bullet-active{
	background: #0348b2;
}
.n-about .workshop-box{
	width: 100%;
	background: url(../images/focus_03.jpg) no-repeat center top;
	margin-top: 100px;
	padding:100px 0;
	overflow: hidden;
}
.n-about .workshop-box .con{
	position: relative;
	margin-top: 60px;
}
.n-about .workshop-box .swiper-container {
	padding-bottom: 60px;
}
.n-about .workshop-box .swiper-slide {
    width: 560px;
    height: 438px;
    background: #fff;
}
.n-about .workshop-box .swiper-slide img{
	width:100%;
    display:block;
}
.n-about .workshop-box .swiper-slide p {
    line-height: 68px;
    padding-top: 0;
    text-align: center;
    color: #636363;
    font-size: 1.1em;
    margin: 0;
}
.n-about .workshop-box .swiper-pagination {
    width: 100%;
    bottom: 0;
}
.n-about .workshop-box .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    border: 3px solid #fff;
    background-color: #d5d5d5;
    width: 14px;
    height: 14px;
}
.n-about .workshop-box .swiper-pagination-bullets .swiper-pagination-bullet-active {
}
.n-about .workshop-box .swiper-button-prev:after,
.n-about .workshop-box .swiper-button-next:after{
	display: none;
}
.n-about .workshop-box .swiper-button-prev {
    left: 0;
    width: 45px;
    height: 45px;
    background: url(../images/wm_button_icon.png) no-repeat;
    background-position: 0 0;
    background-size: 100%;
    outline: none;
}
.n-about .workshop-box .swiper-button-prev:hover {
    background-position: 0 -46px;
    background-size: 100%
}
.n-about .workshop-box .swiper-button-next {
    right: 0;
    width: 45px;
    height: 45px;
    background: url(../images/wm_button_icon.png) no-repeat;
    background-position: 0 -93px;
    background-size: 100%;
    outline: none;
}
.n-about .workshop-box .swiper-button-next:hover {
    background-position: 0 -139px;
    background-size: 100%
}
.n-about .network-box{
	padding-top: 90px;
	text-align: center;
}
.n-about .network-box .con{
	margin-top: 60px;
}
.n-about .network-box img{
	max-width: 100%;
}

/*products*/
.n-products{
	padding:100px 0;
    overflow: hidden;
}
.n-products .products-list{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	overflow: hidden;
}
.n-products .products-list li{
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
	border:1px #eee solid;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.n-products .products-list li:hover{
	border-color: #0348b2;
}
.n-products .products-list li:nth-child(3n){
	margin-right: 0;
}
.n-products .products-list a{
	display: block;
}
.n-products .products-list .image{
	width: 100%;
	overflow: hidden;
}
.n-products .products-list .image img{
	width: 100%;
	display: block;
	-webkit-transition:all 400ms linear;
    -moz-transition:all 400ms linear;
    -o-transition:all 400ms linear;
    transition:all 400ms linear;
}
.n-products .products-list a:hover .image img{
	transform: scale(1.2);
}
.n-products .products-list .word{
	width: 100%;
	padding:20px;
	text-align: center;
}
.n-products .products-list .word .title{
	font-size: 18px;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.n-products .products-list .word .more{
	width: 120px;
	height: 40px;
	background: #eee;
	margin:0 auto;
	margin-top: 20px;
	color: #666;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.n-products .products-list a:hover .word .more{
	background: #0348b2;
	color: #fff;
}
.n-products .n-page{
	margin-top: 0;
}
.n-products .products-detail{
	width: 100%;
	overflow: hidden;
}
.n-products .products-detail .box1{
	display: flex;
	justify-content: space-between;
}
.n-products .products-detail .box1 .left{
	width: 40%;
}
.n-products .products-detail .box1 .left img{
	width: 100%;
	display: block;
}
.n-products .products-detail .box1 .left .bigImg{
	width: 100%;
	border:1px #eee solid;
	overflow: hidden;
}
.n-products .products-detail .box1 .left .bigImg img{
	width: 100%;
	display: block;
}
.n-products .products-detail .box1 .left .smImg{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 10px;
}
.n-products .products-detail .box1 .left .smImg .swiper-button-prev,
.n-products .products-detail .box1 .left .smImg .swiper-button-next{
	width: 10px;
	position: static;
	margin:0;
}
.n-products .products-detail .box1 .left .smImg .swiper-button-prev:after,
.n-products .products-detail .box1 .left .smImg .swiper-button-next:after{
	font-size: 20px;
	color: #2b2b2b;
}
.n-products .products-detail .box1 .left .smImg .swiper-button-prev{
	left: 0;
	justify-content: flex-start;
}
.n-products .products-detail .box1 .left .smImg .swiper-button-next{
	right: 0;
	justify-content: flex-end;
}
.n-products .products-detail .box1 .left .smImg .swiper-container{
	width: calc(100% - 48px);
}
.n-products .products-detail .box1 .left .smImg li{
	cursor: pointer;
	border:1px #eee solid;
}
.n-products .products-detail .box1 .left .smImg li.swiper-slide-active{
	border-color: #0348b2;
}
.n-products .products-detail .box1 .left .smImg li img{
	width: 100%;
	display: block;
}
.n-products .products-detail .box1 .right{
	width: 54%;
}
.n-products .products-detail .box1 .right .title{
	font-size: 24px;
}
.n-products .products-detail .box1 .right .typename{
	margin-top: 6px;
	color: #999;
}
.n-products .products-detail .box1 .right .typename a{
	color: #999;
}
.n-products .products-detail .box1 .right .summary{
	border-top: 1px #eee solid;
	border-bottom: 1px #eee solid;
	padding:10px 0;
	margin:10px 0;
}
.n-products .products-detail .box1 .right .summary .c{
	margin-top: 10px;
}
.n-products .products-detail .box1 .right .summary .c img{
	max-width: 100%;
}
.n-products .products-detail .box1 .right .summary .c table{
	width: 100% !important;
	margin:0 !important;
	padding:0 !important;
}
.n-products .products-detail .box1 .right .summary .c th,
.n-products .products-detail .box1 .right .summary .c td{
	margin:0 !important;
	padding:0 !important;
}
.n-products .products-detail .box1 .right .summary th,
.n-products .products-detail .box1 .right .summary td,
.n-products .products-detail .box1 .right .summary p,
.n-products .products-detail .box1 .right .summary span,
.n-products .products-detail .box1 .right .summary div
.n-products .products-detail .box1 .right .summary h1,
.n-products .products-detail .box1 .right .summary h2,
.n-products .products-detail .box1 .right .summary h3,
.n-products .products-detail .box1 .right .summary h4,
.n-products .products-detail .box1 .right .summary h5,
.n-products .products-detail .box1 .right .summary h6{
	font-family: 'Fontstyle1', 'Noto Sans SC', Arial, "Microsoft YaHei", sans-serif !important;
}
.n-products .products-detail .box1 .right .button{
}
.n-products .products-detail .box1 .right .button ul{
	display: flex;
	margin-top: 10px;
}
.n-products .products-detail .box1 .right .button li{
	margin-right: 10px;
}
.n-products .products-detail .box1 .right .button li:last-child{
	margin-right: 0;
}
.n-products .products-detail .box1 .right .button a{
	display: flex;
	background: #a1a1a1;
	color: #fff;
	padding:4px 20px;
	text-transform: uppercase;
}
.n-products .products-detail .box1 .right .button a:hover{
	background: #0348b2;
	color: #fff;
}
.n-products .products-detail .box1 .right .button a i{
	font-size: 12px;
	margin-left: 10px;
}
.n-products .products-detail .box4{
	width: 100%;
	overflow: hidden;
	margin-top: 4%;
}
.n-products .products-detail .box4 .title{
	border-bottom: 1px #eee solid;
	padding-bottom: 10px;
	font-size: 20px;
	text-transform: uppercase;
}
.n-products .products-detail .box4 .content{
	margin-top: 20px;
}
.n-products .products-detail .box4 .content img{
	max-width: 100%;
}
.n-products .products-detail .box4 .content table{
	width: 100% !important;
	margin:0 !important;
	padding:0 !important;
}
.n-products .products-detail .box4 .content th,
.n-products .products-detail .box4 .content td{
	margin:0 !important;
	padding:0 !important;
}
.n-products .products-detail .box4 .content th,
.n-products .products-detail .box4 .content td,
.n-products .products-detail .box4 .content p,
.n-products .products-detail .box4 .content span,
.n-products .products-detail .box4 .content div
.n-products .products-detail .box4 .content h1,
.n-products .products-detail .box4 .content h2,
.n-products .products-detail .box4 .content h3,
.n-products .products-detail .box4 .content h4,
.n-products .products-detail .box4 .content h5,
.n-products .products-detail .box4 .content h6{
	font-family: 'Fontstyle1', 'Noto Sans SC', Arial, "Microsoft YaHei", sans-serif !important;
}
.n-products .products-detail .box2{
	width: 100%;
	overflow: hidden;
	margin-top: 4%;
}
.n-products .products-detail .box2 .title{
	border-bottom: 1px #eee solid;
	padding-bottom: 10px;
	font-size: 20px;
	text-transform: uppercase;
}
.n-products .products-detail .box2 .content{
	width: 100%;
	margin-top: 20px;
	overflow: hidden;
}
.n-products .products-detail .box2 .content ul{
	width: 100%;
	overflow: hidden;
}
.n-products .products-detail .box2 .content li{
	border:1px #eee solid;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.n-products .products-detail .box2 .content li:hover{
	border-color: #0348b2;
}
.n-products .products-detail .box2 .content a{
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}
.n-products .products-detail .box2 .content img{
	width: 100%;
	display: block;
}
.n-products .products-detail .box2 .content .name{
	width: 100%;
	text-align: center;
	padding:0 15px;
	margin-top: 10px;
}
.n-products .products-detail .box2 .content .more{
	width: 100%;
    padding:10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.n-products .products-detail .box2 .content .more span{
	background: #eee;
	padding:4px 12px;
	display: block;
	text-align: center;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
    color: #999;
    font-size: 14px;
}
.n-products .products-detail .box2 .content a:hover .more span{
	background: #0348b2;
	color: #fff;
}
.n-products .products-detail .box2 .content .more span i{
	font-size: 12px;
}
.n-products .products-detail .box2 .content .swiper-pagination{
	position: static;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}
.n-products .products-detail .box2 .content .swiper-pagination .swiper-pagination-bullet{
	background: #0348b2;
}
.n-products .products-detail .box3{
	width: 100%;
	overflow: hidden;
	margin-top: 4%;
}
.n-products .products-detail .box3 .title{
	border-bottom: 1px #eee solid;
	padding-bottom: 10px;
	font-size: 20px;
	text-transform: uppercase;
}
.n-products .products-detail .box3 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.n-products .products-detail .box3 li{
	width: 49%;
	float: left;
	margin-top: 20px;
}
.n-products .products-detail .box3 li.wid-100{
	width: 100%;
}
.n-products .products-detail .box3 input,
.n-products .products-detail .box3 textarea{
	border:1px #eee solid;
	background: #fff;
	width: 100%;
}
.n-products .products-detail .box3 input{
	height: 50px;
	padding:0 14px;
}
.n-products .products-detail .box3 textarea{
	height: 120px;
	resize: none;
	padding:14px;
	display: block;
}
.n-products .products-detail .box3 li.code{
	position: relative;
}
.n-products .products-detail .box3 li.code img{
	position: absolute;
	right: 14px;
	top:8px;
}
.n-products .products-detail .box3 li .help-block{
	color: #999;
}
.n-products .products-detail .box3 li .btn{
	width: 200px;
	border:none;
	background: #e4572d;
	color: #fff;
	margin:0 auto;
	display: block;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 18px;
}

/* news */	
.n-news{
    padding:100px 0;
    overflow: hidden;
}
.n-news .news-list{
	width: 100%;
	overflow: hidden;
}
.n-news .news-list li{
	width: 100%;
	float: left;
	margin-top: 40px;
}
.n-news .news-list li:first-child{
	margin-top: 0;
}
.n-news .news-list a{
	display: flex;
	align-items: center;
}
.n-news .news-list .image{
	width: 56%;
}
.n-news .news-list .image img{
	width: 100%;
	display: block;
}
.n-news .news-list .word{
	width: 44%;
	padding:10px 10px 10px 0;
}
.n-news .news-list .word .box{
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	padding:30px;
}
.n-news .news-list .word .box .date{
	color: #888;
}
.n-news .news-list .word .box .title{
	font-size: 24px;
	text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 20px;
}
.n-news .news-list .word .box .content{
	font-size: 18px;
	margin:50px 0;
	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-news .news-list .word .box .more{
	width: 160px;
	height: 42px;
	background: #0348b2;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.n-news .news-list .word .box .more i{
	margin-left: 10px;
}
.n-news .news-list a:hover .word .box .more{
	background: #fe9207;
}
.n-news .news-detail{
	overflow: hidden;
}
.n-news .news-detail .mt60{
	margin-top: 60px;
}
.n-news .news-detail .font24{
	font-size: 24px;
}
.n-news .news-detail .pt30{
	padding-top: 30px;
}
.n-news .news-detail .news-title{
	width: 100%;
	text-align: center;
	overflow: hidden;
}
.n-news .news-detail .news-tools{
	width: 100%;
	text-align: center;
	color: #999;
	padding:10px 0 20px 0;
	border-bottom: 1px #eee solid;
	overflow: hidden;
}
.n-news .news-detail .news-content{
	width: 100%;
	overflow: hidden;
}
.n-news .news-detail .news-content img{
	max-width: 100%;
	height: auto;
}
.n-news .news-detail .news-nav{
	width: 100%;
	border:1px #eee solid;
	overflow: hidden;
}
.n-news .news-detail .news-nav, .n-news .news-detail .news-nav a{
	color: #666;
}
.n-news .news-detail .news-nav a:hover{
	color: #0348b2;
}
.n-news .news-detail .news-nav .nav-right{
	float: right;
	width: 120px;
	height: 90px;
	line-height: 90px;
	text-align: center;
}
.n-news .news-detail .news-nav .nav-right a{
	display: block;
	background: #eee;
}
.n-news .news-detail .news-nav .nav-right a:hover{
	background: #0348b2;
	color: #fff;
}
.n-news .news-detail .news-nav .nav-left{
	margin-right: 120px;
	height: 90px;
	padding:0 2%;
	line-height: 26px;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.n-news .news-detail .news-nav .nav-left a{
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.n-news .news-detail .news-relate, 
.n-news .news-detail .news-message{
	width: 100%;
	overflow: hidden;
}
.n-news .news-detail .news-relate .tit, 
.n-news .news-detail .news-message .tit{
	border-bottom: 1px #eee solid;
	padding-bottom: 20px;
}
.n-news .news-detail .news-relate .tit i, 
.n-news .news-detail .news-message .tit i{
	font-size: 20px;
	color: #888;
}
.n-news .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;
}
.n-news .news-detail .news-relate .con li{
	width: 32%;
	margin-right:2%;
	margin-top: 2%;
	float: left;
	border:1px #eee solid;
	padding:2%;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.n-news .news-detail .news-relate .con li:nth-child(3n){
	margin-right: 0;
}
.n-news .news-detail .news-relate .con li:hover{
	background: #0348b2;
}
.n-news .news-detail .news-relate .con li a{
	display: block;
}
.n-news .news-detail .news-relate .con li .rt{
	width: 16px;
}
.n-news .news-detail .news-relate .con li .box{
	display: block;
	margin-right: 32px;
}
.n-news .news-detail .news-relate .con li .box .t{
	font-weight: 600;
	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-detail .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;
}
.n-news .news-detail .news-relate .con li:hover a, 
.n-news .news-detail .news-relate .con li:hover .box .s{
	color: #fff;
}
.n-news .news-detail .content{
	font-family: 'Noto Sans SC', Arial, "Microsoft YaHei", sans-serif !important;
}
.n-news .news-detail .content th,
.n-news .news-detail .content td,
.n-news .news-detail .content p,
.n-news .news-detail .content span,
.n-news .news-detail .content div
.n-news .news-detail .content h1,
.n-news .news-detail .content h2,
.n-news .news-detail .content h3,
.n-news .news-detail .content h4,
.n-news .news-detail .content h5,
.n-news .news-detail .content h6{
	font-family: 'Noto Sans SC', Arial, "Microsoft YaHei", sans-serif !important;
}
.n-news .news-detail .content img{
	max-width: 100%;
}

/*pic*/
.n-pic{
	padding:90px 0;
	overflow:hidden;
}
.n-pic .pic-list{
	display: flex;
	flex-wrap: wrap;
}
.n-pic .pic-list li{
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
}
.n-pic .pic-list li:nth-child(3n){
	margin-right: 0;
}
.n-pic .pic-list a{
	display: block;
	border:1px #eee solid;
}
.n-pic .pic-list a:hover{
	border-color: #0346b2;
}
.n-pic .pic-list .image{
	width: 100%;
	overflow: hidden;
}
.n-pic .pic-list .image img{
	width:100%;
	display: block;
	-webkit-transition:all 400ms linear;
    -moz-transition:all 400ms linear;
    -o-transition:all 400ms linear;
    transition:all 400ms linear;
}
.n-pic .pic-list a:hover .image img{
	transform: scale(1.05);
}
.n-pic .pic-list .word{
	width: 100%;
	text-align: center;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.n-pic .pic-list a:hover .word{
	background: #0348b2;
	color: #fff;
}
.n-pic .n-page{
	margin-top: 0;
}
.n-pic .pic-detail{
	overflow: hidden;
}
.n-pic .pic-detail .mt60{
	margin-top: 60px;
}
.n-pic .pic-detail .font24{
	font-size: 24px;
}
.n-pic .pic-detail .pt30{
	padding-top: 30px;
}
.n-pic .pic-detail .pic-title{
	width: 100%;
	text-align: center;
	overflow: hidden;
}
.n-pic .pic-detail .pic-tools{
	width: 100%;
	text-align: center;
	color: #999;
	padding:10px 0 20px 0;
	border-bottom: 1px #eee solid;
	overflow: hidden;
}
.n-pic .pic-detail .pic-image img{
	width:60%;
	margin:0 auto;
	display: block;
}
.n-pic .pic-detail .pic-content{
	width: 100%;
	overflow: hidden;
}
.n-pic .pic-detail .pic-content img{
	max-width: 100%;
	height: auto;
}
.n-pic .pic-detail .pic-nav{
	width: 100%;
	border:1px #eee solid;
	overflow: hidden;
}
.n-pic .pic-detail .pic-nav, .n-pic .pic-detail .pic-nav a{
	color: #666;
}
.n-pic .pic-detail .pic-nav a:hover{
	color: #0348b2;
}
.n-pic .pic-detail .pic-nav .nav-right{
	float: right;
	width: 120px;
	height: 90px;
	line-height: 90px;
	text-align: center;
}
.n-pic .pic-detail .pic-nav .nav-right a{
	display: block;
	background: #eee;
}
.n-pic .pic-detail .pic-nav .nav-right a:hover{
	background: #0348b2;
	color: #fff;
}
.n-pic .pic-detail .pic-nav .nav-left{
	margin-right: 120px;
	height: 90px;
	padding:0 2%;
	line-height: 26px;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.n-pic .pic-detail .pic-nav .nav-left a{
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.n-pic .pic-detail .pic-relate, 
.n-pic .pic-detail .pic-message{
	width: 100%;
	overflow: hidden;
}
.n-pic .pic-detail .pic-relate .tit, 
.n-pic .pic-detail .pic-message .tit{
	border-bottom: 1px #eee solid;
	padding-bottom: 20px;
}
.n-pic .pic-detail .pic-relate .tit i, 
.n-pic .pic-detail .pic-message .tit i{
	font-size: 20px;
	color: #888;
}
.n-pic .pic-detail .pic-relate .con ul{
	display: flex;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	align-items: stretch;
}
.n-pic .pic-detail .pic-relate .con li{
	width: 32%;
	margin-right:2%;
	margin-top: 2%;
}
.n-pic .pic-detail .pic-relate .con li:nth-child(3n){
	margin-right: 0;
}
.n-pic .pic-detail .pic-relate .con a{
	display: block;
	border:1px #eee solid;
}
.n-pic .pic-detail .pic-relate .con a:hover{
	border-color: #0346b2;
}
.n-pic .pic-detail .pic-relate .con .image{
	width: 100%;
	overflow: hidden;
}
.n-pic .pic-detail .pic-relate .con .image img{
	width:100%;
	display: block;
	-webkit-transition:all 400ms linear;
    -moz-transition:all 400ms linear;
    -o-transition:all 400ms linear;
    transition:all 400ms linear;
}
.n-pic .pic-detail .pic-relate .con a:hover .image img{
	transform: scale(1.05);
}
.n-pic .pic-detail .pic-relate .con .word{
	width: 100%;
	text-align: center;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.n-pic .pic-detail .pic-relate .con a:hover .word{
	background: #0348b2;
	color: #fff;
}
.n-pic .pic-detail .content{
	font-family: 'Noto Sans SC', Arial, "Microsoft YaHei", sans-serif !important;
}
.n-pic .pic-detail .content th,
.n-pic .pic-detail .content td,
.n-pic .pic-detail .content p,
.n-pic .pic-detail .content span,
.n-pic .pic-detail .content div
.n-pic .pic-detail .content h1,
.n-pic .pic-detail .content h2,
.n-pic .pic-detail .content h3,
.n-pic .pic-detail .content h4,
.n-pic .pic-detail .content h5,
.n-pic .pic-detail .content h6{
	font-family: 'Noto Sans SC', Arial, "Microsoft YaHei", sans-serif !important;
}
.n-pic .pic-detail .content img{
	max-width: 100%;
}

/*join*/
.n-job{
	width: 100%;
	padding:90px 0;
}
.n-job .job-box1,
.n-job .job-box2,
.n-job .job-box3{
	overflow: hidden;
}
.n-job .job-box2{
	padding:90px 0;
}
.n-job .job-box2,
.n-job .job-box1{
	margin-top: 90px;
}
.n-job .mt10{
	margin-top: 10px;
}
.n-job .mt20{
	margin-top: 20px;
}
.n-job .mt40{
	margin-top: 40px;
}
.n-job .mt60{
	margin-top: 60px;
}
.n-job .font36{
	font-size: 36px;
	line-height: 36px;
}
.n-job .font24{
	font-size: 24px;
}
.n-job .font18{
	font-size: 18px;
}
.n-job .n-tit{
	text-align: center;
	font-weight: 500;
}
.n-job .n-tit.white{
	color: #fff;
}
.n-job .job-box1 .con{
	width: 100%;
	overflow: hidden;
}
.n-job .job-box1 .con li{
	padding:6px;
}
.n-job .job-box1 .con a{
	width: 100%;
	padding:20px;
    border:1px #eee solid;
    border-radius: 8px;
    background: #fff;
    display: block;
	overflow: hidden;
}
.n-job .job-box1 .con li:hover a{
	box-shadow: 0 0 6px rgba(0, 0, 0, .3);
}
.n-job .job-box1 .con li a {
    display: block;
    width: 100%;
    overflow: hidden;
}
.n-job .job-box1 .con li a .stit{
	display: block;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.n-job .job-box1 .con li a .money{
	color: #0348b2;
}
.n-job .job-box1 .con li a .lab {
	height: 48px;
    color: #999;
}
.n-job .job-box1 .con li a .lab span {
    display: inline-block;
    position: relative;
    padding:0 10px;
}
.n-job .job-box1 .con li a .lab span:first-child{
	padding-left: 0;
}
.n-job .job-box1 .con li a .lab span:last-child{
	padding-right: 0;
}
.n-job .job-box1 .con li a .lab span:after{
	content: "";
	width: 1px;
	height: 12px;
	position: absolute;
	right: -1px;
	top:50%;
	margin-top: -6px;
	background: #ccc;
}
.n-job .job-box1 .con li a .lab span:last-child:after{
	display: none;
}
.n-job .job-box1 .con li a .word {
    display: block;
    line-height: 24px;
    color: #999;
    height: 72px;
    overflow: hidden;
}
.n-job .job-box1 .con li a .more {
    width: 80px;
    height: 36px;
    float: right;
    border:1px #eee solid;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.n-job .job-box1 .con li a .more i{
	font-size: 14px;
}
.n-job .job-box1 .con li:hover a .more{
	border-color: #0348b2;
	background: #0348b2;
	color: #fff;
}
.n-job .job-box1 .con .control{
	display: flex;
	align-items: center;
	justify-content: center;
}
.n-job .job-box1 .con .control .swiper-button-prev,
.n-job .job-box1 .con .control .swiper-button-next,
.n-job .job-box1 .con .control .swiper-pagination{
	position: static;
	margin:0 10px;
}
.n-job .job-box1 .con .control .swiper-button-prev,
.n-job .job-box1 .con .control .swiper-button-next{
	width: 64px;
	height: 36px;
	border:1px #eee solid;
	color: #000;
	border-radius: 6px;
}
.n-job .job-box1 .con .control .swiper-button-prev:hover,
.n-job .job-box1 .con .control .swiper-button-next:hover{
	border-color: #0348b2;
	background: #0348b2;
}
.n-job .job-box1 .con .control .swiper-button-prev:after,
.n-job .job-box1 .con .control .swiper-button-next:after{
	font-size: 16px;
}
.n-job .job-box1 .con .control .swiper-button-prev:hover:after,
.n-job .job-box1 .con .control .swiper-button-next:hover:after{
	color: #fff;
}
.n-job .job-box1 .con .control .swiper-pagination .swiper-pagination-bullet{
    margin:0 4px;
    border:1px #000 solid;
    background: none;
}
.n-job .job-box1 .con .control .swiper-pagination .swiper-pagination-bullet-active{
	background: #0348b2;
	border-color: #0348b2;
}
.n-job .job-box2{
	background: url(../images/j_ln_2.jpg) no-repeat center bottom;
	background-size: cover;
}
.n-job .job-box2 .con{
	width: 100%;
	overflow:hidden;
}
.n-job .job-box2 .con ul{
	display: flex;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	align-items: stretch;
}
.n-job .job-box2 .con li{
	margin:1%;
	float: left;
	flex-basis: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 23%;
    flex: 1 0 23%;
    padding:4%;
    background: #fff;
    text-align: center;
	overflow: hidden;
}
.n-job .job-box2 .con em{
	font-size:56px;
	line-height: 48px;
}
.n-job .job-box2 .con h1{
	margin:10px 0 20px 0;
}
.n-job .job-box2 .con h2{
	color: #666;
}
.n-job .job-box3 .con{
	width: 100%;
	overflow: hidden;
}
.n-job .job-box3 .con ul{
	display: flex;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	align-items: stretch;
}
.n-job .job-box3 .con li{
	margin:1%;
	float: left;
	flex-basis: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 31%;
    flex: 1 0 31%;
    background: #fff;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
	border-radius: 16px;
	overflow: hidden;
}
.n-job .job-box3 .con li .pic{
	width: 100%;
	overflow: hidden;
}
.n-job .job-box3 .con li .pic img{
	width: 100%;
}
.n-job .job-box3 .con li .text{
	padding:6%;
}
.n-job .job-box3 .con li .text h1{
	color: #0348b2;
}
.n-job .job-box3 .con li .text h2{
	color: #999;
}
.n-job .job-box3 .con li .text h3{
	margin-top: 4%;
}
@media (max-width: 1280px) {
	.n-job{
		padding:8% 0;
	}
	.n-job .job-box2{
		padding:8% 0;
	}
	.n-job .job-box2,
	.n-job .job-box1{
		margin-top: 8%;
	}
	.n-job .mt10{
		margin-top: 0;
	}
	.n-job .mt20{
		margin-top: 10px;
	}
	.n-job .mt40{
		margin-top: 20px;
	}
	.n-job .mt60{
		margin-top: 6%;
	}
	.n-job .font24{
		font-size: 18px;
	}
	.n-job .font36{
		font-size: 24px;
		line-height: 24px;
	}
	.n-job .job-box2 .con em{
		font-size:48px;
	}
}
@media (max-width: 992px) {
	.n-job .job-box2 .con li{
	    -ms-flex: 1 0 48%;
	    flex: 1 0 48%;
	}
	.n-job .job-box2 .con h1{
		margin:10px 0;
	}
	.n-job .job-box3 .con li{
	    -ms-flex: 1 0 47%;
	    flex: 1 0 47%;
	}
	.n-job .job-box3 .con li:nth-child(3){
		-ms-flex: 1 0 97%;
	    flex: 1 0 97%;
	}
}
@media (max-width: 750px) {
	.n-job .mt20{
		margin-top: 0;
	}
	.n-job .mt40{
		margin-top: 10px;
	}
	.n-job .font36{
		font-size: 20px;
		font-weight: 700;
	}
	.n-job .font18{
		font-size: 16px;
		font-weight: 700;
	}
	.n-job .job-box1 .con a{
		padding:14px;
	}
	.n-job .job-box1 .con li a .lab span {
	    display: inline-block;
	    position: relative;
	    padding:0 10px;
	}
	.n-job .job-box1 .con .control .swiper-button-prev,
	.n-job .job-box1 .con .control .swiper-button-next{
		width: 50px;
		height: 30px;
	}
	.n-job .job-box2 .con li{
		margin:2% 1%;
	    -ms-flex: 1 0 98%;
	    flex: 1 0 98%;
	}
	.n-job .job-box2 .con h1{
		margin:6px 0;
	}
	.n-job .job-box3 .con li{
		margin:2% 1%;
		-ms-flex: 1 0 97%;
	    flex: 1 0 97%;
	    border-radius: 8px;
	}
}

/*招聘弹窗*/
.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 {
	width: 100%;
    border-bottom: 1px solid #eee;
    padding:20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
}
.l-c-hd h2 {
    color: #333;
    font-weight: normal;
    line-height: 40px;
    display: block;
}
.l-c-hd .l-c-hdr {
}
.l-c-hdr span {
    display: block;
    float: left;
    padding:0 10px;
    position: relative;
}
.l-c-hdr span:first-child{
	padding-left: 0;
}
.l-c-hdr span:last-child{
	padding-right: 0;
}
.l-c-hdr span:after{
	content: "";
	position: absolute;
	width: 1px;
	height: 12px;
	background: #ccc;
	right: -1px;
	top:50%;
	margin-top: -6px;
}
.l-c-hdr span:last-child:after{
	display: none;
}
.l-c-cnt {
    border-bottom: 1px solid #eee;
    padding: 20px 9px 24px;
    height: 420px;
    overflow: hidden;
    overflow-y:auto;
    -webkit-overflow-scrolling: touch;
    position: relative;
}
.l-c-cnt h3 {
    margin-bottom: 14px;
}
.l-c-ft {
    padding: 2% 0;
}
.l-c-ft .l-c-apl {
    background-color: #0348b2;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: block;
    float: right;
    height: 45px;
    line-height: 45px;
    text-align: center;
    width: 200px;
}
.l-c-ft p {
    color: #666;
    float: right;
    font-size: 12px;
    height: 45px;
    line-height: 45px;
}
.l-c-ft p span {
    color: #333;
}
.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: 20px;
    width: 35px;
}

/* contact */
.contactbanBox{
	width: 100%;
	height: calc(100% - 88px);
	position: relative;
	color: #fff;
	overflow: hidden;
}
.contactbanBox > img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
.contactbanBox .word{
	width: 100%;
	position: absolute;
	right: 0;
	bottom: 100px;
	text-align: right;
}
.contactbanBox .word h1{
	font-size: 50px;
	font-family: 'Fontstyle2';
	line-height: 50px;
}
.contactbanBox .word .mt30{
	margin-top: 30px;
}
.contactbanBox .word h2{
	font-style: italic;
}
.contactbanBox .word h2,
.contactbanBox .word h3{
	font-size: 20px;
}
.n-contact{
	width: 100%;
	padding-top: 90px;
	margin-bottom: 90px;
	position: relative;
	overflow: hidden;
}
.n-contact .conBox{
	border:1px #eee solid;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	padding:40px;
	overflow: hidden;
}
.n-contact .conBox .left{
	width: 48%;
}
.n-contact .conBox .left .conList .title{
	padding-bottom: 30px;
	border-bottom: 1px #eee solid;
	margin-bottom: 30px;
	display: flex;
	flex-direction: column;
}
.n-contact .conBox .left .conList .title h1{
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 10px;
}
.n-contact .conBox .left .conList .title h2{
	font-size: 20px;
	color: #999;
}
.n-contact .conBox .left .conList .list li{
	margin-top: 4%;
}
.n-contact .conBox .left .conList .list li:first-child{
	margin-top: 0;
}
.n-contact .conBox .left .conList .list h1{
	font-size: 20px;
	display: flex;
	margin-bottom: 10px;
}
.n-contact .conBox .left .conList .list h1 em{
	font-size: 24px;
	display: block;
	margin-right: 10px;
}
.n-contact .conBox .left .conList .list h2{
	font-size: 18px;
	color: #999;
}
.n-contact .conBox .left .shareList{
	margin-top: 40px;
}
.n-contact .conBox .left .shareList > div{
	display: flex;
}
.n-contact .conBox .left .shareList a{
	width: 40px;
	height: 40px;
	display: block;
	background: #eee;
	display: flex;
	align-items: center;
	justify-content: center;
	margin:0;
	padding:0;
	margin-right: 10px;
	text-decoration: none;
}
.n-contact .conBox .left .shareList a:hover{
	background: #0348b2;
	color: #fff;
}
.n-contact .conBox .left .shareList li:last-child{
	margin-right: 0;
}
.n-contact .conBox .right{
	width: 48%;
}
.n-contact .conBox .right .my-map{
	width: 100%;
	height: 100%;
}
.n-contact .welBox{
	width: 100%;
	background: url(../images/contact-bg.jpg) no-repeat center;
	background-size: cover;
	color: #fff;
	padding:90px 0;
	margin-top: 90px;
}
.n-contact .welBox > div{
    text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.n-contact .welBox a{
	color: #fff;
}
.n-contact .welBox h1{
	font-size: 42px;
	line-height: 42px;
	font-weight: 700;
}
.n-contact .welBox h2{
	font-size: 20px;
	line-height: 40px;
	margin:80px 0;
}
.n-contact .welBox h3 a{
    width: 280px;
    background: #0348b2;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    line-height: 60px;
    font-size: 20px;
}
.n-contact .welBox h3 a i{
	font-size: 24px;
	margin-left: 10px;
}
.n-contact .welBox h3 a:hover{
	background: #fe9207;
}
.n-contact .msgBox{
	padding-top: 90px;
	overflow: hidden;
}
.n-contact .msgBox .title{
	text-align: center;
	font-size: 28px;
	color: #999;
}
.n-contact .msgBox .content{
	margin-top: 40px;
}
.n-contact .msgBox .content ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.n-contact .msgBox .content li{
	width: 49%;
	margin-top: 20px;
	float: left;
}
.n-contact .msgBox .content li:nth-child(2n){
	float: right;
}
.n-contact .msgBox .content li.wid-100{
	width: 100%;
}
.n-contact .msgBox .content li .help-block{
	color: #e4572d;
}
.n-contact .msgBox .content textarea,
.n-contact .msgBox .content input,
.n-contact .msgBox .content button{
	width: 100%;
	border:none;
	background:none;
}
.n-contact .msgBox .content input{
	height: 60px;
	padding:0 15px;
	border:1px #eee solid;
}
.n-contact .msgBox .content textarea{
    height: 180px;
    resize: none;
    display: block;
    padding:15px;
    border:1px #eee solid;
}
.n-contact .msgBox .content li.code{
	display: flex;
	align-items: center;
}
.n-contact .msgBox .content li.code input{
	width: 200px;
}
.n-contact .msgBox .content li.code .help-block{
	margin-left: 10px;
}
.n-contact .msgBox .content li.code img{
	margin-left: 10px;
}
.n-contact .msgBox .content button{
	background: #0348b2;
	color: #fff;
	cursor: pointer;
	display: block;
	width: 100%;
	height: 60px;
	font-size: 20px;
	text-transform: uppercase;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.n-contact .msgBox .content button:hover{
	background: #fe9207;
}

/*内容留言*/
.message-form li{
	width: 49%;
	float: left;
	margin-top: 20px;
}
.message-form li:nth-child(2n){
	float: right;
}
.message-form li input{
	width: 100%;
	height: 60px;
	background: #eeeeee;
	border-radius: 16px;
	border:none;
	outline: none;
	padding: 0 20px;
	box-sizing: border-box;
}
.message-form .wid-100{
	width: 100%;
	margin-top: 20px;
	float: left;
}
.message-form .wid-100 textarea{
	width: 100%;
	height: 232px;
	background: #eeeeee;
	border-radius: 16px;
	border:none;
	outline: none;
	padding: 20px;
	resize:none;
	box-sizing: border-box;
	display: block;
}
.message-form .wid-100 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 .wid-100 button:hover{
	background: #fe9207;
}
.message-form .code{
	display: flex;
	align-items: center;
}
.message-form .code img{
	display: block;
	margin-left: 20px;
}