@charset "utf-8";
/* CSS Document */
*{ margin:0; padding: 0; font-family: Microsoft Yahei, "微软雅黑", Arial, "Times New Roman";}
body{ text-align: justify;}
a{ text-decoration:none; font-size: 14px; color:#000;}
input,select,textarea{ outline:none;}
input{ -webkit-appearance:none; border-radius: 0;}

.clear{clear:both;}
.clearfix{ *zoom: 1;}
.clearfix:before{ content: ""; display: table;}
.clearfix:after{ content: ""; display: table; clear: both;}

.pic{ overflow: hidden;}
.pic img{ max-width: 100%; display: block; width: 100%; overflow: hidden;transition: all 0.5s;transform: scale(1); max-height:100%;}

.left{ float:left;}
.right{ float:right;}



body{
	width: 100%;
	max-width: 460px;
	margin: 0 auto;
}

.top_wap{
	padding: 1% 3%;
	position: relative;
	border-bottom: 1px solid #ececec;
	line-height: 40px;
	font-size: 14px;
	color: #fff;
	text-align: center;
}
.top_wap .left{
	width: 50%;
	margin: 10px 0;
}
.top_wap p{
	width: 100%;
	position: absolute;
	left: 0;
}
.top_wap .menubut{
	position: absolute;
	top: 50%;
	margin-top: -19px;
	right: 3%;
　　-webkit-transtion: all .3s linear;
}
.top_wap .menuclose{
	position: absolute;
	top: 50%;
	margin-top: -19px;
	right: 3%;
	display: none;
　　-webkit-transtion: all .3s linear;
}


.nav_wap{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 40%;
	height: 100%;
	background: #fff;
	line-height: 40px;
	z-index: 999999;
	text-align: center;
	box-shadow: 0 0 12px 0 rgba(0,0,0,.2);
}
.nav_wap span{
	display: block;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #ececec;
}
.nav_wap li{
	display: block;
	border-bottom: 1px solid #002e44;
}
.nav_wap li a{
	display: block;
	font-size: 14px;
	color: #666;
}



.swiper-slide img{ width: 100%; display: block;}
.swiper-slide{
	display: block;
	height: auto !important;
}
.swiper-container,
.swiper-wrapper{
	height: auto !important;
}



.swiper-pagination-switch {
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 6px;
	margin: 0 6px;
	background: #fff;
	cursor: pointer;
	opacity: .5;
}

.swiper-active-switch {
	opacity: 1;
	background-color: #002e44;
}

.pagination {
	position: absolute;
	z-index: 20;
	left: 0;
	width: 100%;
	bottom: 10px;
	text-align: center;
}


.page{
	margin: 20px 0;
	text-align: center;
	width: 100%;
}
.page a{
	display: inline-block;
	padding: 6px 12px;
	margin: 0 2px;
	font-size: 12px;
	background: #f3f3f3;
	border: 1px solid #f3f3f3;
	color: #333;
}
.page .thispage{
	background: #002e44;
	border: 1px solid #002e44;
	font-size: 12px;
	color: #fff;
}



.swiper_button_prev_detailslide,
.swiper_button_next_detailslide{
	width: 40px;
	height: 60px;
	position: absolute;
	top: 50%;
	margin-top: -30px;
	z-index: 9;
	cursor: pointer;
	outline: none;
	background: url("../images/arrow_detailslide.png") center no-repeat;
}
.swiper_button_prev_detailslide{
	left: 0;
}
.swiper_button_next_detailslide{
	right: 0;
	transform: rotate(180deg);
}

.detailslide{
	margin: 20px 0;
}
.detailslide li .pic{
	border: 1px solid #e1e1e1;
}


.stitle_wap{
	margin: 5% 3%;
	background: #002e44;
	line-height: 40px;
	border-radius: 5px;
	color: #fff;
}
.stitle_wap span{
	display: block;
	width: 40%;
	padding: 0 0 0 10%;
	float: left;
	background: url("../images/tb.png") center left 10% no-repeat;
}
.stitle_wap a{
	display: block;
	width: 45%;
	text-align: right;
	float: right;
	margin: 0 5% 0 0;
	text-transform: uppercase;
	color: #fff;
}




.pro_cate_wap{
	padding: 0 3% 3%;
    border-bottom: 1px solid #dfdfdf;
}
.pro_cate_wap li{
	display: block;
	float: left;
	width: 33.333%;
	text-align: center;
	line-height: 24px;
	border-radius: 5px;
}
.pro_cate_wap li a{
	display: block;
	font-size: 12px;
}
.pro_cate_wap li.this{
	background: #002e44;
}
.pro_cate_wap li.this a{
	display: block;
	color: #fff;
}

.pro_cate_wap_one li{
	width: 100%;
}
.pro_cate_wap_two li{
	width: 50%;
}
.pro_cate_wap_four li{
	width: 25%;
}


.proul_wap{
	padding: 0 3%;
	margin: 5% 0 0 0;
}
.proul_wap li{
	display: block;
	float: left;
	width: 49%;
	margin: 0 2% 2% 0;
}
.proul_wap li:nth-child(even){
	margin: 0 0 2% 0;
}
.proul_wap li p{
	line-height: 18px;
	text-align: center;
	padding: 10px 10px;
	background: #f4f4f4;
	font-size: 12px;
	height: 54px;
}
.proul_wap li .pic{
	border: 1px solid #e5e5e5;
}

.cuslogo_wap li .pic{
	border: 2px solid #e5e5e5;
	border-radius: 50%;
}
.cuslogo_wap li p{
	background: none;
}

.line_wap .left{
	width: 50%;
	height: 5px;
	background: #c73a43;
}
.line_wap .right{
	width: 50%;
	height: 5px;
	background: #363636;
}


.ndev{
	width: 94%;
	margin: 30px auto;
}
.ndev ul{
	padding: 10px 0;
	position: relative;
}
.ndev ul:before{
	content: '';
	display: block;
	position: absolute;
	width: 1px;
	height: 100%;
	left: 0;
	top: 0;
	background: #dcdcdc;
}
.ndev li{
	display: block;
	clear: both;
	margin: 0 0 40px 0;
}
.ndev li:last-child{
	margin: 0 0 20px 0;
}
.ndev li .icon{
	width: 34px;
	height: 71px;
	background: url("/en/images/line_dev.png") center no-repeat;
	float: left;
}
.ndev li .ndevtext{
	width: 280px;
	margin: -10px 0 0 16px;
	float: left;
}
.ndev li .ndevtext .date{
	font-size: 18px;
	color: #002e44;
	font-family: "Arial";
	line-height: 20px;
	margin: 0 0 5px 0;
}
.ndev li .ndevtext .text{
	font-size: 12px;
	color: #666666;
	line-height: 22px;
}





#baguetteBox-overlay{display:none;opacity:0;position:fixed;overflow:hidden;top:0;left:0;width:100%;height:100%;z-index:1000000;background-color:#222;background-color:rgba(0,0,0,.8);-webkit-transition:opacity .5s ease;transition:opacity .5s ease}
#baguetteBox-overlay.visible{opacity:1}
#baguetteBox-overlay .full-image{display:inline-block;position:relative;width:100%;height:100%;text-align:center}
#baguetteBox-overlay .full-image figure{display:inline;margin:0;height:100%}
#baguetteBox-overlay .full-image img{display:inline-block;width:auto;height:auto;max-height:100%;max-width:100%;vertical-align:middle;-moz-box-shadow:0 0 8px rgba(0,0,0,.6);box-shadow:0 0 8px rgba(0,0,0,.6);}
#baguetteBox-overlay .full-image figcaption{display:block;position:absolute;bottom:0;width:100%;text-align:center;line-height:1.8;white-space:normal;color:#ccc;background-color:#000;background-color:rgba(0,0,0,.6);font-family:sans-serif}
#baguetteBox-overlay .full-image:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}
#baguetteBox-slider{position:absolute;left:0;top:0;height:100%;width:100%;white-space:nowrap;-webkit-transition:left .4s ease,-webkit-transform .4s ease;transition:left .4s ease,-webkit-transform .4s ease;transition:left .4s ease,transform .4s ease;transition:left .4s ease,transform .4s ease,-webkit-transform .4s ease,-moz-transform .4s ease}
#baguetteBox-slider.bounce-from-right{-webkit-animation:bounceFromRight .4s ease-out;animation:bounceFromRight .4s ease-out}
#baguetteBox-slider.bounce-from-left{-webkit-animation:bounceFromLeft .4s ease-out;animation:bounceFromLeft .4s ease-out}@-webkit-keyframes bounceFromRight{0%,100%{margin-left:0}50%{margin-left:-30px}}@keyframes bounceFromRight{0%,100%{margin-left:0}50%{margin-left:-30px}}@-webkit-keyframes bounceFromLeft{0%,100%{margin-left:0}50%{margin-left:30px}}@keyframes bounceFromLeft{0%,100%{margin-left:0}50%{margin-left:30px}}
.baguetteBox-button#next-button,
.baguetteBox-button#previous-button{top:50%;top:calc(50% - 30px);width:44px;height:60px}
.baguetteBox-button{position:absolute;cursor:pointer;outline:0;padding:0;margin:0;border:0;-moz-border-radius:15%;border-radius:15%;background-color:#323232;background-color:rgba(50,50,50,.5);color:#ddd;font:1.6em sans-serif;-webkit-transition:background-color .4s ease;transition:background-color .4s ease}
.baguetteBox-button:focus,
.baguetteBox-button:hover{background-color:rgba(50,50,50,.9)}
.baguetteBox-button#next-button{right:2%}
.baguetteBox-button#previous-button{left:2%}
.baguetteBox-button#close-button{top:20px;right:2%;right:calc(2% + 6px);width:30px;height:30px}
.baguetteBox-button svg{position:absolute;left:0;top:0}
.baguetteBox-spinner{width:40px;height:40px;display:inline-block;position:absolute;top:50%;left:50%;margin-top:-20px;margin-left:-20px}
.baguetteBox-double-bounce1,.baguetteBox-double-bounce2{width:100%;height:100%;-moz-border-radius:50%;border-radius:50%;background-color:#fff;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:bounce 2s infinite ease-in-out;animation:bounce 2s infinite ease-in-out}
.baguetteBox-double-bounce2{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes bounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes bounce{0%,100%{-webkit-transform:scale(0);-moz-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}}







.about_wap{
	font-size: 14px;
	line-height: 30px;
	color: #333;
	padding: 0 3% 5%;
	margin: 5% 0 0 0;
}



.news_cate_wap{
	text-align: center;
}

.news_cate_wap li{
	display: inline-block;
	margin: 0 2%;
	width: 40%;
	height: 30px;
	line-height: 30px;
	background: #ececec;
	border-radius: 15px;
}

.news_container img{
	max-width: 100%;
}

.news_good{
	padding: 0 3%;
	margin: 0 0 5% 0;
}
.news_good .pic{
	width: 40%;
}
.news_good .good_text{
	width: 56%;
	padding: 2%;
}
.news_good .good_text span{
	font-size: 14px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news_good .good_text p{
	font-size: 14px;
	color: #ccc;
	margin: 9px 0 0 0;
}

.nnews_good li{
	margin: 0 0 10px 0;
}
.nnews_good li:last-child{
	margin: 0 0 0 0;
}


.contactlist_wap{
	width: 94%;
	margin: 20px auto;
}
.ncontact1{
	margin: 0 0 20px 0;
}
.ncontact .contacttext{
	width: 100%;
	background: #012f45;
	box-sizing: border-box;
	padding: 30px;
	color: #fff;
}
.ncontact .contacttext .text{
}
.ncontact .contacttext .text span{
	font-size: 22px;
	display: block;
	margin: 0 0 15px 0;
}
.ncontact .contacttext .text span:after{
	margin: 15px 0 0 0;
	display: block;
	content: '';
	width: 30px;
	height: 2px;
	background: #fff;
}
.ncontact .contacttext .text p{
	font-size: 14px;
	line-height: 24px;
}
.ncontact .map{
	width: 100%;
	height: 300px;
	overflow: hidden;
}
.ncontact .map iframe{
	position: relative;
	left: 50%;
	margin-left: -600px;
	margin-top: -50px;
}


.newsul_wap{
	padding: 0 3%;
}
.newsul_wap li{
	display: block;
	border-bottom: 1px solid #dcdcdc;
	margin: 0 0 3% 0;
}
.newsul_wap li a{
	padding: 0 0 3% 0;
	display: block;
}
.newsul_wap li a span{
	display: block;
	font-size: 14px;
	width: 75%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	float: left;
}
.newsul_wap li a p{
	font-size: 12px;
	width: 25%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	float: left;
	text-align: right;
	color: #999;
}


.message_form_wap{
	padding: 0 3%;
}
.message_form_wap textarea,
.message_form_wap input{
	width: 96%;
	padding: 0 2%;
	border: none;
	background: #fff;
	color: #333;
	height: 40px;
	border-radius: 5px;
	margin: 0 0 5% 0;
	border-bottom: 1px solid #ececec;
}
.message_form_wap input.key{
	width: 70%;
}
.message_form_wap textarea{
	height: 80px;
}
.message_form_wap img{
	width: 25%;
	float: right;
	border-radius: 5px;
	height: 40px;
}
.message_form_wap input.sbutton{
	width: 100%;
	padding: 0;
	background: #002e44;
	font-size: 18px;
	color: #fff;
	border: none;
}



.contact_container_wap{
	padding: 0 5%;
	font-size: 14px;
	line-height: 30px;
	margin: 0 0 5% 0;
}



.footer{
	background: #f6f6f6;
	padding: 5%;
	color: #676767;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	margin: 0 0 60px 0;
}
.footer a{
	color: #676767;
	font-size: 12px;
}


.fmenu{
	background: #002e44;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	padding: 5px 0;
	z-index: 999;
}
.fmenu li{
	display: block;
	float: left;
	text-align: center;
	width: 33.333%;
	position: relative;
}
.fmenu li a{
	color: #fff;
}

.fmenu li:nth-child(1):after,
.fmenu li:nth-child(2):after{
	position: absolute;
	display: block;
	content: '';
	right: 0;
	top: 20%;
	width: 1px;
	height: 60%;
	background: #fff;
	opacity: .4;
}




.newstext{
	border: 1px solid #e1e1e1;
	padding: 3%;
	max-width: 1160px;
	background:#fff;
	line-height:30px;
	font-size:14px;
	margin: 0 0 5% 0;
}

.newstext h2{
	font-size: 18px;
	text-align:center;
}

.newstext .info{
	width:100%;
	height:40px;
	line-height: 40px;
	font-size:12px;
	border-top:1px solid #e1e1e1;
	border-bottom:1px solid #e1e1e1;
	text-align:center;
	margin:10px 0;
}







text .info{
	width:100%;
	height:40px;
	line-height: 40px;
	font-size:12px;
	border-top:1px solid #e1e1e1;
	border-bottom:1px solid #e1e1e1;
	text-align:center;
	margin:10px 0;
}







