@charset "utf-8";
/* CSS Document */
*{ margin:0; padding: 0; font-family: Microsoft Yahei, "微软雅黑", Pingfang SC, Helvetica, Arial, "Times New Roman";}
body{ text-align: justify;  max-width: 1920px; margin: 0 auto;}
a{ text-decoration:none; font-size: 16px; color:#000;}
input,select,textarea{ outline:none;  border-radius: 0; -webkit-appearance:none;}
img{ border: none;}

.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%; height: 100%; object-fit: cover; overflow: hidden; transition: all 0.3s;transform: scale(1); max-height:100%;}
.swiper-slide img{ width: 100%; display: block;}

input::-webkit-input-placeholder{		color: #333; font-size: 14px;}
input::-moz-input-placeholder{			color: #333; font-size: 14px;}
input::-ms-input-placeholder{			color: #333; font-size: 14px;}
input::-o-input-placeholder{			color: #333; font-size: 14px;}
textarea::-webkit-input-placeholder{	color: #333; font-size: 14px;}
textarea::-moz-input-placeholder{		color: #333; font-size: 14px;}
textarea::-ms-input-placeholder{		color: #333; font-size: 14px;}
textarea::-o-input-placeholder{			color: #333; font-size: 14px;}

.left{ float:left;}
.right{ float:right;}

.p10{ padding: 10px 0; }
.p20{ padding: 20px 0; }
.p30{ padding: 30px 0; }
.p40{ padding: 40px 0; }
.p50{ padding: 50px 0; }
.p60{ padding: 60px 0; }
.p70{ padding: 70px 0; }
.p80{ padding: 80px 0; }
.p90{ padding: 90px 0; }
.p100{ padding: 100px 0; }
.mt10{ margin-top: 10px !important; }
.mt20{ margin-top: 20px !important; }
.mt30{ margin-top: 30px !important; }
.mt40{ margin-top: 40px !important; }
.mt50{ margin-top: 50px !important; }
.mt60{ margin-top: 60px !important; }
.mt70{ margin-top: 70px !important; }
.mt80{ margin-top: 80px !important; }
.mt90{ margin-top: 90px !important; }
.mt100{ margin-top: 100px !important; }
.w1200{ width: 1200px; margin: 0 auto;}
.mx1200{ max-width: 1260px; width: 94%; margin: 0 auto;}

::-webkit-scrollbar {
	width : 5px;
	height: 1px;
}
::-webkit-scrollbar-thumb {
	border-radius: 10px;
	height: 15px;
	background: #a0a0a0;
}
::-webkit-scrollbar-track {
	background: #f6f8fb;
}



@font-face {
	font-family: "hxbqnsct";
	src: url('../fonts/hxbqnsct.ttf') format('TrueType');
}



html,body{
  height: 100%;
}



.banner_home{
  width: 100%;
  height: 100%;
}

.swiper-slide{
	display: block;
}


.swiper-pagination-switch {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	margin: 0 12px;
	background: #fff;
	cursor: pointer;
	opacity: .5;
}

.swiper-active-switch {
	opacity: 1;
}

.pagination {
	position: absolute;
	z-index: 20;
	left: 0;
	width: 100%;
	bottom: 20px;
	text-align: center;
}


.banner{
	height: 100%;
}
.banner .bannertext{
	color: #fff;
}
.banner .bannertext h2{
	font-size: 52px;
	font-family: "hxbqnsct";
	line-height: 52px;
	margin: 0 0 20px 0;
}
.banner .bannertext p{
	padding: 0 40px;
	line-height: 70px;
	border: 2px solid rgba(238,238,238,.4);
	display: table;
	font-size: 26px;
	margin: 40px 0 0 0;
}

.bannerarrow{
	position: absolute;
	top: 50%;
	font-size: 40px;
	margin-top: -20px;
	z-index: 9;
	color: #fff;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.bannerarrow_left{
	left: 10%;
	-webkit-transform: 	rotate(180deg);
	-moz-transform: 	rotate(180deg);
	-ms-transform: 		rotate(180deg);
	-o-transform: 		rotate(180deg);
	transform: 			rotate(180deg);
}
.bannerarrow_right{
	right: 10%;
}
.bannerarrow:hover{
	-webkit-transform: 	scale(1.4);
	-moz-transform: 	scale(1.4);
	-ms-transform: 		scale(1.4);
	-o-transform: 		scale(1.4);
	transform: 			scale(1.4);
}
.bannerarrow_left:hover{
	-webkit-transform: 	rotate(180deg) scale(1.2);
	-moz-transform: 	rotate(180deg) scale(1.2);
	-ms-transform: 		rotate(180deg) scale(1.2);
	-o-transform: 		rotate(180deg) scale(1.2);
	transform: 			rotate(180deg) scale(1.2);
}

.banner_home .swiper-slide{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

.banner_home_2{ background-image: url("../images/banner_home_2.jpg");}
.banner_home_3{ background-image: url("../images/banner_home_3.jpg");}
.banner_home_4{ background-image: url("../images/banner_home_4.jpg");}
.banner_home_5{ background-image: url("../images/banner_home_5.jpg");}
.banner_home_6{ background-image: url("../images/banner_home_6.jpg");}
.banner_home_7{ background-image: url("../images/banner_home_7.jpg");}


.header{
	position: fixed;
	width: 80%;
	padding: 0 10%;
	background: #fff;
	z-index: 9;
	left: 0;
	top: 0;
	box-shadow: 0 0 12px 0 rgba(0,0,0,.1);
}
.header .logo{
	padding: 20px 0;
}
.header .logo .text{
	margin: 0 0 0 15px;
}
.header .logo h1{
	color: #282828;
	font-size: 22px;
	line-height: 22px;
	margin: 6px 0 0 0;
}
.header .logo p{
	color: #888888;
	font-size: 12px;
	line-height: 12px;
	font-family: "Arial";
	margin: 6px 0 0 0;
	text-transform: uppercase;
	transform-origin: left;
	-webkit-transform: 	scale(0.955);
	-moz-transform: 	scale(0.955);
	-ms-transform: 		scale(0.955);
	-o-transform: 		scale(0.955);
	transform: 			scale(0.955);
}

.container{
	width: 80%;
	margin: 0 auto;
}
.content_home{
	width: 100%;
}

.banner_home_slide .container{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}
.banner_home_1 .container{
	align-items: center !important;
}

.menu ul li{
	display: block;
	float: left;
	line-height: 88px;
	margin: 0 0 0 40px;
}
.menu ul li a{
	display: block;
	padding: 0 15px;
	position: relative;
	color: #282828;
}
.menu ul li a:after{
	content: '';
	display: block;
	background: #164996;
	width: 0;
	height: 2px;
	position: absolute;
	left: 50%;
	bottom: 0;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.menu ul li.this a:after,
.menu ul li:hover a:after{
	opacity: 1;
	width: 100%;
	left: 0;
}

.menu .toptel{
	margin: 0 0 0 90px;
	line-height: 88px;
	font-size: 18px;
}
.menu .toptel a{
	display: block;
	position: relative;
}
.menu .toptel a:before{
	width: 1px;
	height: 16px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -9px;
	content: '';
	display: block;
	background: #dcdcdc;
}
.menu .toptel a span{
	display: block;
	float: left;
	font-size: 18px;
	font-family: "Arial";
	font-weight: bold;
	line-height: 88px;
	color: #164996;
	padding: 0 10px;
}
.menu .toptel .sbt{
	position: relative;
	margin: 0 0 0 10px;
}
.menu .toptel .sbt .iconfont{
	font-size: 18px;
}



.stitle h3{
	font-size: 48px;
	font-family: "hxbqnsct";
	line-height: 48px;
}
.stitle p{
	font-size: 16px;
	color: #484848;
	margin: 15px 0 0 0;
}


.procate{
	width: 10%;
	height: 350px;
	overflow-y: scroll;
}
.procate li{
	line-height: 44px;
	display: block;
}
.procate li a{
	color: #484848;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.procate::-webkit-scrollbar {
	width : 3px;
	height: 3px;
}
.procate::-webkit-scrollbar-thumb {
	border-radius: 0;
	height: auto;
	background: #164996;
}
.procate::-webkit-scrollbar-track {
	background: none;
}


.proul{
	width: 85%;
	height: auto !important;
}
.proul li,
.proul .swiper-wrapper{
	height: auto !important;
}
.proul li p{
	margin: 20px 0 0 0;
	text-align: center;
	font-size: 22px;
	color: #484848;
}


.banner_home_3 .stitle h3,
.banner_home_3 .stitle p{
	color: #fff;
}



.about{
	width: 33%;
}
.about .text{
	margin: 35px 0 0 0;
	color: #fff;
	font-size: 14px;
	line-height: 26px;
}
.about .more{
	width: 146px;
	line-height: 46px;
	text-align: center;
	display: block;
	font-size: 16px;
	color: #fff;
	border: 1px solid rgba(255,255,255,.4);
	margin: 40px 0 0 0;
}


.aboutpic{
	margin: 40px 0 0 6%;
	width: 34%;
	position: relative;
	cursor: pointer;
}
.aboutpic .iconfont{
	width: 68px;
	line-height: 68px;
	text-align: center;
	font-size: 68px;
	color: #fff;
	position: absolute;
	left: 50%;
	margin-left: -34px;
	top: 50%;
	margin-top: -34px;
}



.shadow{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000;
	opacity: .5;
	z-index: 999;
	display: none;
}
.aboutvideo{
	position: fixed;
	left: 20%;
	top: 20%;
	height: 60%;
	width: 60%;
	z-index: 9999;
	display: none;
}
.aboutvideo .videoarea{
	height: 100%;
	position: relative;
	margin: 0 auto;
}
.aboutvideo .videoarea .iconfont{
	position: absolute;
	font-size: 30px;
	color: #fff;
	z-index: 99;
	right: 10px;
	top: 10px;
	opacity: .3;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.aboutvideo .videoarea .iconfont:hover{
	opacity: 1;
}
.aboutvideo .videoarea video{
	height: 100%;
	display: block;
	margin: 0 auto;
}



.stitle .more{
	width: 160px;
	line-height: 48px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	background: #164996;
	display: block;
	margin: 30px 0 0 0;
}



.caseslide{
	height: auto !important;
}
.caseslide li,
.caseslide .swiper-wrapper{
	height: auto !important;
}

.caseslide{
	padding: 80px 0;
}
.caseslide li{
	position: relative;
	z-index: 1;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.caseslide li.swiper-slide-active{
	-webkit-transform: 	scale(1.53);
	-moz-transform: 	scale(1.53);
	-ms-transform: 		scale(1.53);
	-o-transform: 		scale(1.53);
	transform: 			scale(1.53);
	z-index: 2;
}
.caseslide li p{
	font-size: 12px;
	text-align: center;
	margin: 7px 0 0 0;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.caseslide li.swiper-slide-active p{
	opacity: 1;
}




.partnerul{
	width: 70%;
	height: auto !important;
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
}
.partnerul li,
.partnerul .swiper-wrapper{
	height: auto !important;
}
.partnerul li .pic{
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
}


.newsleft .stitle h3{
	color: #fff;
}
.newscate{
	margin: 40px 0 0 0;
}
.newscate li{
	display: block;
	line-height: 48px;
}
.newscate li a{
	font-size: 20px;
	display: block;
	color: #fff;
}
.newsleft .more{
	width: 146px;
	line-height: 46px;
	text-align: center;
	display: block;
	font-size: 16px;
	color: #fff;
	border: 1px solid rgba(255,255,255,.4);
	margin: 40px 0 0 0;
}



.newsul{
	width: 83%;
	height: auto !important;
}
.newsul li,
.newsul .swiper-wrapper{
	height: auto !important;
}

.newsul li a{
	display: block;
	margin: 0 0 0 36px;
}
.newsul li .text{
	margin: 20px 0 0 0;
}
.newsul li .text span{
	display: block;
	font-size: 16px;
	line-height: 18px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	color: #fff;
	border-bottom: 1px solid rgba(255,255,255,.4);
	padding: 10px 0;
}
.newsul li .text p{
	font-size: 14px;
	color: #fff;
	padding: 10px 0 0 0;
	opacity: .9;
	line-height: 24px;
	font-weight: lighter;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}


.contact{
	width: 47%;
}
.contacttext{
	width: 80%;
}
.contacttext li{
	display: block;
	border-top: 1px solid #dcdcdc;
	padding: 25px 0;
}
.contacttext li:last-child{
	border-bottom: 1px solid #dcdcdc;
}
.contacttext li .iconfont{
	font-size: 46px;
	color: #0e87e4;
	line-height: 56px;
	text-align: center;
	width: 25%;
	box-sizing: border-box;
}
.contacttext li .text{
	font-size: 16px;
	line-height: 28px;
	width: 75%;
	color: #484848;
}
.contact .ewm{
	display: table;
	text-align: center;
	line-height: 40px;
}


.map{
	width: 52%;
	overflow: hidden;
}
.map iframe{
	position: relative;
	left: 50%;
	margin-left: -600px;
}



.cr{
	position: fixed;
	width: 100%;
	bottom: 30px;
	left: 0;
	z-index: 9;
	text-align: right;
	color: #000;
	font-size: 16px;
	opacity: .3;
}
.cr span{
	margin: 0 5px 0 0;
}
.cr a{
	color: #000;
	font-size: 16px;
}


#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)}}


.bannerbg{
	height: 360px;
	background-image: url("../images/banner_about.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.bannerbg .nbanner{
	height: 360px;
	display: table;
	background-image: url("../images/banner_about.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.bannerbg .nbanner .bannertext{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.bannerbg .nbanner .bannertext h2{
	font-family: "hxbqnsct";
	color: #fff;
	font-size: 60px;
}
.bannerbg .nbanner .bannertext .bannercate{
	text-align: center;
	display: table;
	margin: 20px auto 0 auto;
}
.bannerbg .nbanner .bannertext .bannercate li{
	display: block;
	float: left;
	padding: 0 18px;
	position: relative;
}
.bannerbg .nbanner .bannertext .bannercate li a{
	display: block;
	color: #fff;
	font-size: 18px;
	padding: 7px 0;
	border-bottom: 1px solid rgba(255,255,255,0);
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.bannerbg .nbanner .bannertext .bannercate li.this a,
.bannerbg .nbanner .bannertext .bannercate li:hover a{
	border-bottom: 1px solid rgba(255,255,255,1);
}
.bannerbg .nbanner .bannertext .bannercate li a:after{
	width: 3px;
	height: 3px;
	background: #fff;
	border-radius: 50%;
	content: '';
	display: block;
	position: absolute;
	right: -1px;
	top: 50%;
	margin-top: -1.5px;
}
.bannerbg .nbanner .bannertext .bannercate li:last-child a:after{
	display: none;
}



.nabout{
	padding: 100px 0 120px 0;
	overflow: hidden;
}
.nabout .aboutpic{
	margin: 0;
	padding: 55px 0 0 0;
}
.nabout .aboutpic:before{
	content: '';
	display: block;
	position: absolute;
	width: 1000px;
	height: 8px;
	background: #f3f3f3;
	top: 0;
	right: -60px;
}
.nabout .aboutpic:after{
	content: '';
	display: block;
	position: absolute;
	width: 8px;
	height: 100%;
	background: #f3f3f3;
	top: 0;
	right: -60px;
}
.nabout .aboutpic .iconfont{
	margin-top: -5px;
}


.ntitle h3:after{
	content: '';
	display: block;
	background: #164996;
	width: 52px;
	height: 2px;
	margin: 20px 0 0 0;
}

.nabouttext{
	width: 54%;
	margin: 70px 0 0 0;
}
.nabouttext .text{
	margin: 50px 0 0 0;
	font-size: 16px;
	line-height: 32px;
	color: #666666;
}


.youshi{}
.youshi li{
	display: block;
	width: 33.333%;
	float: left;
	background: #f3f3f3;
}
.youshi li:nth-child(2n){
	background: #fff;
}
.youshi li .text{
	padding: 10%;
}
.youshi li .text .iconfont{
	font-size: 56px;
	color: #164996;
}
.youshi li .text strong{
	font-size: 24px;
	display: block;
	margin: 30px 0 20px 0;
}
.youshi li .text p{
	font-size: 16px;
	line-height: 32px;
	color: #666666;
}





.footer{
	background: #313131;
	color: #fff;
}
.flogo .ftext{
	margin: 0 0 0 15px;
}
.flogo .ftext h1{
	font-size: 22px;
	line-height: 22px;
	margin: 6px 0 0 0;
}
.flogo .ftext p{
	color: #888888;
	font-size: 12px;
	line-height: 12px;
	font-family: "Arial";
	margin: 6px 0 0 0;
	text-transform: uppercase;
	transform-origin: left;
	-webkit-transform: 	scale(0.955);
	-moz-transform: 	scale(0.955);
	-ms-transform: 		scale(0.955);
	-o-transform: 		scale(0.955);
	transform: 			scale(0.955);
}

.fcontact .text{
	margin: 30px 0 0 0;
	font-size: 14px;
	line-height: 26px;
}

.fmenu{
	margin: 0 0 0 10%;
}
.fmenu ul{
	float: left;
	margin: 0 60px 0 0;
}
.fmenu ul:last-child{
	margin: 0;
}
.fmenu ul li{
	line-height: 30px;
	display: block;
}
.fmenu ul li a{
	display: block;
	color: #888888;
	font-size: 14px;
}

.fewm p{
	font-size: 14px;
	text-align: center;
	margin: 10px 0 0 0;
}

.ncr{
	border-top: 1px solid #535353;
	margin: 30px auto 0 auto;
	padding: 15px 0 0 0;
	text-align: center;
	color: #858585;
	font-size: 14px;
}
.ncr span{
	margin: 0 5px 0 0;
}
.ncr a{
	color: #858585;
	font-size: 14px;
}



.nhonor{
	background: url(../images/bg_honor.jpg) center no-repeat;
	background-size: cover;
}

.nhonorintro .text{
	line-height: 36px;
	font-size: 16px;
}
.nhonorintro .text strong{
	color: #164996;
}

.nhonorslide{
	width: 64%;
	padding: 90px 0;
	height: auto !important;
}
.nhonorslide .swiper-wrapper{
	height: auto !important;
}
.nhonorslide li{
	position: relative;
	height: auto !important;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.nhonorslide li.activePrev,
.nhonorslide li.activeNext{
	z-index: 7;
	-webkit-transform: 	scale(1.25);
	-moz-transform: 	scale(1.25);
	-ms-transform: 		scale(1.25);
	-o-transform: 		scale(1.25);
	transform: 			scale(1.25);
}
.nhonorslide li.swiper-slide-active{
	z-index: 9;
	-webkit-transform: 	scale(1.5);
	-moz-transform: 	scale(1.5);
	-ms-transform: 		scale(1.5);
	-o-transform: 		scale(1.5);
	transform: 			scale(1.5);
	
}
.nhonorslide li.activePrev .pic,
.nhonorslide li.activeNext .pic,
.nhonorslide li.swiper-slide-active .pic{
	box-shadow: 0 0 12px 0 rgba(0,0,0,.2);
}
.nhonorslide li p{
	font-size: 12px;
	opacity: 0;
	text-align: center;
	margin: 10px 0 0 0;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.nhonorslide li.swiper-slide-active p{
	opacity: 1;
}


.npartner li{
	display: block;
	float: left;
	width: 15.5%;
	margin: 0 1.4% 1.4% 0;
}
.npartner li .pic{
	border: 1px solid #e5e5e5;
}
.npartner li:nth-child(6n){
	margin: 0 0 1.4% 0;
}



.nmessage .text{
	width: 46%;
	font-size: 18px;
	line-height: 34px;
	color: #484848;
}
.nmessage .nmessageform{
	width: 50%;
}


.nmessageform li{
	display: block;
	border: 1px solid #dcdcdc;
	margin: 0 0 6px 0;
	position: relative;
}
.nmessageform li input[type="text"]{
	width: 94%;
	padding: 0 3%;
	height: 44px;
	border: none;
}
.nmessageform li textarea{
	width: 94%;
	padding: 10px 3%;
	height: 80px;
	border: none;
}
.nmessageform li.sbtn{
	border: none;
}
.nmessageform li input[type="button"]{
	width: 100%;
	height: 44px;
	border: none;
	background: #164996;
	color: #fff;
}
.nmessageform li img{
	position: absolute;
	width: 82px;
	height: 35px;
	padding: 5px 0;
	background: #7d7d7d;
	right: 0;
	top: -1px;
}


.ncase{
	background: #eef1f3;
}

.ncate{
	width: 16%;
}
.ncate .catetitle{
	font-size: 24px;
	color: #fff;
	line-height: 76px;
	background: #164996;
	text-align: center;
}
.ncate ul{
	margin: 10px 0 0 0;
}
.ncate ul li{
	display: block;
	line-height: 56px;
	border-bottom: 2px solid #eef1f3;
}
.ncate ul li:last-child{
	border: none;
}
.ncate ul li a{
	display: block;
	color: #484848;
	background: #fff;
	padding: 0 10px 0 60px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.ncate ul li:hover a{
	background: #164996;
	color: #fff;
}


.ncaseul{
	background: none;
	padding: 0;
}
.ncaseul li{
	display: block;
	float: left;
	width: 32%;
	margin: 0 2% 2% 0;
}
.ncaseul li:nth-child(3n){
	margin: 0 0 2% 0;
}
.ncaseul li p{
	line-height: 50px;
	background: #fff;
	text-align: center;
	font-size: 18px;
	padding: 0 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	border-top: 2px solid #eef1f3;
}


.npro{
	background: #eef1f3;
}

.nlistcontainer{
	width: 82%;
}
.ncontainer{
	width: 76%;
	background: #fff;
	padding: 3%;
}
.nproul{
	background: none;
	padding: 0;
}
.nproul li{
	display: block;
	float: left;
	width: 24%;
	margin: 0 1.3% 1.3% 0;
}
.nproul li:nth-child(4n){
	margin: 0 0 1.3% 0;
}
.nproul li p{
	line-height: 50px;
	background: #fff;
	text-align: center;
	font-size: 18px;
	padding: 0 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	border-top: 2px solid #eef1f3;
}
.nproul li .pic img{
	background: #fff;
}



.nnews{
	background: #eef1f3;
}

.nnewsul{
	background: none;
	padding: 0;
}
.nnewsul li{
	display: block;
	margin: 0 0 4px 0;
}
.nnewsul li a{
	display: block;
	padding: 24px;
	background: #fff;
}
.nnewsul li .pic{
	width: 22%;
	height: 140px;
}
.nnewsul li .text{
	width: 75%;
}
.nnewsul li .text span{
	display: block;
	font-size: 18px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin: 10px 0 0 0;
}
.nnewsul li .text p{
	font-size: 14px;
	line-height: 24px;
	color: #919191;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	margin: 10px 0 20px 0;
}
.nnewsul li .text .date{
	font-size: 12px;
	color: #164996;
}

.menubut{
	display: none;
}

@media screen and (max-width: 1750px) {
	.header{
		width: 90%;
		padding: 0 5%;
	}
	.container{
		width: 90%;
	}
	.bannertext.mx1200{
		width: 86%;
		max-width: none;
	}
	.bannerarrow_left{
		left: 5%;
	}
	.bannerarrow_right{
		right: 5%;
	}
}
@media screen and (max-width: 1600px) {
}
@media screen and (max-width: 1550px) {
	.menu ul li{
		margin: 0 0 0 20px;
	}
	.menu .toptel{
		margin: 0 0 0 50px;
	}
}
@media screen and (max-width: 1510px) {
	.contacttext li .iconfont{
	}
}
@media screen and (max-width: 1440px) {
	.fmenu{
		margin: 0 0 0 5%;
	}
}
@media screen and (max-width: 1380px) {
	.menu ul li a{
		padding: 0 10px;
		font-size: 15px;
	}
	.menu .toptel{
		margin: 0 0 0 30px;
	}
	.cr{
		bottom: 20px;
		font-size: 14px;
	}
	.cr a{
		font-size: 14px;
	}
	.mt50{
		margin-top: 30px !important;
	}
}
@media screen and (max-width: 1366px) {
	.proul li p{
		font-size: 20px;
	}
	.fewm{
		width: 110px;
	}
	.ncate ul li a{
		padding: 0 10px 0 30px;
	}
}
@media screen and (max-width: 1280px) {
	.menu ul li{
		margin: 0 5px;
	}
	.menu ul li a{
		padding: 0 8px;
	}
	.contact .ewm{
		width: 110px;
	}
	.contacttext li .text{
		font-size: 14px;
		line-height: 24px;
		width: 80%;
	}
	.contacttext li .iconfont{
		line-height: 48px;
		font-size: 40px;
		width: 20%;
	}
	.proul li p{
		font-size: 18px;
	}
	.fmenu ul{
		margin: 0 40px 0 0;
	}
	.nhonorintro .text{
		margin-top: 30px !important;
	}
	.nhonorintro{}
	.nhonorslide{
		width: 50%;
	}
}
@media screen and (max-width: 1200px) {
	.menu .toptel a span{
		display: none;
	}
	.menu .toptel a .iconfont{
		margin: 0 10px 0 0;
	}
	.fmenu ul{
		margin: 0 25px 0 0;
	}
	.ncate{
		width: 20%;
	}
	.ncate ul li a{
		font-size: 14px;
	}
	.nlistcontainer{
		width: 77%;
	}
	.ncontainer{
		width: 70%;
	}
	.nproul li,
	.nproul li:nth-child(4n){
		width: 32%;
		margin: 0 2% 2% 0;
	}
	.nproul li:nth-child(3n){
		margin: 0 0 2% 0;
	}
	.nproul li p{
		font-size: 16px;
	}
}
@media screen and (max-width: 1024px) {
	.menu .toptel{
		margin: 0 0 0 10px;
	}
	.partnerul{
		width: 65%;
	}
	.newsul{
		width: 78%;
	}
	.fmenu{
		display: none;
	}
	.menubut{
		display: block;
		position: absolute;
		top: 50%;
		right: 5%;
		font-size: 30px;
		margin-top: -15px;
	}
	.menu{
		display: none;
		position: fixed;
		right: 0;
		width: 20%;
		background: #fff;
		border-top: 1px solid #dfdfdf;
	}
	.menu ul{
		float: none;
		padding: 0 20px;
	}
	.menu ul li{
		float: none;
		line-height: 40px;
		text-align: center;
		margin: 0;
	}
	.menu ul li a{
		padding: 0;
	}
	.menu ul li a:after{
		width: 100%;
		height: 1px;
		background: #eee;
		opacity: 1;
		left: 0;
	}
	.menu ul li.this a:after{
		width: 100%;
		height: 2px;
		background: #164996;
		opacity: 1;
		left: 0;
	}
	.menu .toptel{
		float: none;
		margin: 0 20px;
		line-height: 40px;
	}
	.menu .toptel a{
		float: none;
		line-height: 40px;
	}
	.menu .toptel a .iconfont{
		float: none;
		margin: 0;
		text-align: center;
	}
	.menu .toptel .sbt{
		float: none;
		margin: 0;
		text-align: center;
		border-top: 1px solid #eee;
	}
	.menu .toptel a:before{
		display: none;
	}
	.nhonorslide li.swiper-slide-active{
		-webkit-transform: 	scale(1.25);
		-moz-transform: 	scale(1.25);
		-ms-transform: 		scale(1.25);
		-o-transform: 		scale(1.25);
		transform: 			scale(1.25);

	}
	.nhonorintro{
		width: 45%;
	}
	.nhonorintro .text{
		font-size: 14px;
		line-height: 30px;
	}
	.npartner li,
	.npartner li:nth-child(6n){
		width: 24%;
		margin: 0 1.3% 1.3% 0;
	}
	.npartner li:nth-child(4n){
		margin: 0 0 1.3% 0;
	}
	.nnewsul li .pic{
		width: 34%;
		height: 110px;
	}
	.nnewsul li .text{
		width: 61%;
	}
	.nnewsul li .text p{
		margin: 10px 0 15px 0;
		-webkit-line-clamp: 1;
	}
}
@media screen and (max-width: 768px) {
	.nabout{
		padding: 60px 0 80px 0;
	}
	.nabout .aboutpic{
		width: 80%;
		float: none;
	}
	.nabouttext{
		float: none;
		width: 100%;
	}
	.youshi li .text{
		padding: 8%;
	}
	.youshi li .text p{
		font-size: 14px;
		line-height: 26px;
	}
	.youshi li .text strong{
		font-size: 20px;
		margin: 20px 0 10px 0;
	}
	.youshi li .text .iconfont{
		font-size: 40px;
	}
	.ncate{
		width: 30%;
	}
	.ncontainer{
		width: 60%;
	}
	.nlistcontainer{
		width: 66%;
	}
	.nproul li,
	.nproul li:nth-child(4n),
	.nproul li:nth-child(3n),
	.ncaseul li,
	.ncaseul li:nth-child(3n){
		width: 48.5%;
		margin: 0 3% 3% 0;
	}
	.nproul li:nth-child(2n),
	.ncaseul li:nth-child(2n){
		margin: 0 0 3% 0;
	}
	.prodetailslide{
		display: block;
	}
	.prodetailslide .detailslide{
		width: 100%;
	}
	.prodetailslide .detailtext{
		width: 100%;
		padding: 0;
		margin: 20px 0 0 0;
	}
	.sharebox,
	.prodetailslide .detailtext .text2{
		display: none;
	}
	.bannerbg,
	.bannerbg .nbanner{
		height: 250px;
	}
	.bannerbg .nbanner .bannertext h2{
		font-size: 50px;
	}
	.newstext h2{
		font-size: 20px;
	}
	.newstext .text{
		margin: 15px 0 0 0;
		padding: 15px 0 0 0;
	}
	.contacttext li .iconfont{
		width: 26%;
	}
	.contacttext li .text{
		width: 66%;
	}
	.contact .ewm p{
		font-size: 14px;
	}
}
@media screen and (max-width: 640px) {
}
.pcv{
	display: block;
}
.wapv{
	display: none;
}
@media screen and (max-width: 460px) {
	.p100,
	.p90,
	.p80{
		padding: 40px 0;
	}
	.stitle h3{
		font-size: 28px;
		line-height: 30px;
	}
	.ntitle h3:after{
		margin: 10px auto 0 auto;
	}
	.banner_home_1 .container{
		align-items: flex-start !important;
	}
	.banner .bannertext{
		text-align: center;
	}
	.menu{
		width: 40%;
	}
	.nhonorintro{
		width: 100%;
	}
	.nhonorslide{
		padding: 50px 0;
		width: 100%;
	}
	.npartner li,
	.npartner li:nth-child(6n),
	.npartner li:nth-child(4n){
		width: 32%;
		margin: 0 2% 2% 0;
	}
	.npartner li:nth-child(3n){
		margin: 0 0 2% 0;
	}
	.youshi li{
		width: 100%;
	}
	.youshi li .text{
		height: auto !important;
	}
	.ncate .catetitle{
		display: none;
	}
	.ncate{
		width: 100%;
		float: none;
	}
	.ncate ul{
		margin: 0;
	}
	.ncate ul li{
		line-height: 40px;
		width: 33.333%;
		float: left;
		text-align: center;
		box-sizing: border-box;
		border-right: 1px solid #eef1f3;
		border-bottom: 1px solid #eef1f3;
	}
	.ncate ul li a{
		padding: 0 10px;
	}
	
	.nlistcontainer{
		margin: 20px 0 0 0;
		width: 100%;
	}
	.ncontainer{
		margin: 20px 0 0 0;
		width: 94%;
	}
	.newstext h2{
		text-align: center;
	}
	.nnewsul li .text span{
		font-size: 14px;
	}
	.nnewsul li .text p{
		margin: 10px 0 10px 0;
		-webkit-line-clamp: 2;
		font-size: 12px;
		line-height: 20px;
	}
	.contact{
		width: 100%;
		float: none;
	}
	.contacttext{
		width: 100%;
	}
	.map{
		width: 100%;
	}
	.contact .ewm{
		margin: 20px auto 20px auto !important;
	}
	.contacttext li .iconfont{
		width: 12%;
		font-size: 32px;
	}
	.contacttext li .text{
		width: 88%;
	}
	.fcontact{
		width: 100%;
		float: none;
	}
	.fcontact .text{
		text-align: center;
	}
	.flogo{
		display: table;
		margin: 0 auto;
	}
	.fewm{
		margin: 20px auto 0 auto;
		float: none;
	}
	.ncr span{
		display: block;
		margin: 0;
	}
	.ncr,
	.ncr a{
		font-size: 12px;
	}
	.header .logo .pic{
		width: 88px;
	}
	.header .logo .text{
		margin: 0 0 0 10px;
		font-size: 12px;
	}
	.header .logo h1{
		font-size: 18px;
		margin: 0;
	}
	.header .logo p{
		margin: 5px 0 0 0;
		font-size: 0.54rem;
		-webkit-transform: 	scale(1);
		-moz-transform: 	scale(1);
		-ms-transform: 		scale(1);
		-o-transform: 		scale(1);
		transform: 			scale(1);
	}
	.fcontact .text{
		font-size: 12px;
	}
	.flogo .pic{
		width: 40px;
	}
	.flogo .ftext{
		margin: 0 0 0 10px;
		font-size: 12px;
	}
	.flogo .ftext h1{
		font-size: 18px;
		margin: 0;
	}
	.flogo .ftext p{
		margin: 5px 0 0 0;
		font-size: 0.54rem;
		-webkit-transform: 	scale(1);
		-moz-transform: 	scale(1);
		-ms-transform: 		scale(1);
		-o-transform: 		scale(1);
		transform: 			scale(1);
	}
	.cr{
		font-size: 12px;
		text-align: center;
	}
	.cr span{
		display: block;
		margin: 0;
	}
	.cr a{
		font-size: 12px;
	}

	.banner .bannertext h2{
		font-size: 30px;
		line-height: 34px;
		margin: 0 0 10px 0;
	}
	.banner .bannertext p {
		padding: 0 20px;
		line-height: 44px;
		font-size: 16px;
		margin: 20px auto 0 auto;
	}
	.bannerarrow{
		font-size: 26px;
		margin-top: -13px;
	}
	.bannerarrow_left{
		left: 3%;
	}
	.bannerarrow_right{
		right: 3%;
	}

	.stitle{
		text-align: center;
	}
	.stitle p{
		margin: 10px 0 0 0;
		font-size: 12px;
	}
	.procate{
		width: 100%;
		float: none;
		height: auto;
		overflow-x: scroll;
		overflow-y: visible;
		border-right: 1px solid #eee;
		border-bottom: 1px solid #eee;
	}
	.procate li{
		width: 140px;
		float: left;
		line-height: 40px;
		box-sizing: border-box;
		border-left: 1px solid #eee;
		border-top: 1px solid #eee;
	}
	.procate li a{
		font-size: 12px;
		text-align: center;
	}
	.proul{
		width: 100%;
		float: none;
		margin: 20px 0 0 0;
	}
	.proul li p{
		font-size: 16px;
	}

	.about{
		width: 100%;
		float: none;
	}
	.aboutpic{
		width: 80%;
		margin: 30px auto 0 auto;
		float: none;
	}
	.about .text{
		font-size: 12px;
		line-height: 24px;
	}

	.about .more{
		width: 100px;
		line-height: 34px;
		margin: 30px auto 0 auto;
		font-size: 12px;
	}

	.stitle .more{
		width: 100px;
		line-height: 34px;
		margin: 30px auto 0 auto;
		font-size: 12px;
	}

	.caseslide.wapv{
		padding: 40px 0 0 0;
	}
	.caseslide.wapv li a{
		margin: 10px;
		display: block;
	}
	.caseslide.wapv li.swiper-slide-active {
		-webkit-transform: 	scale(1);
		-moz-transform: 	scale(1);
		-ms-transform: 		scale(1);
		-o-transform: 		scale(1);
		transform: 			scale(1);
	}
	.caseslide.wapv li p{
		opacity: 1;
	}


	.pcv{
		display: none;
	}
	.wapv{
		display: block;
	}
	.proul.wapv li p{
		margin: 10px 0 0 0;
		font-size: 14px;
	}
	.proul.wapv li a{
		margin: 10px;
		display: block;
	}

	.mt50{
		margin-top: 20px !important;
	}

	.banner_home_5 .stitle{
		float: none;
	}

	.partnerul {
		width: 100%;
		margin: 20px 0 0 0;
	}

	.newscate{
		margin: 20px 0 0 0;
		border-right: 1px solid rgba(255,255,255,.2);
		border-bottom: 1px solid rgba(255,255,255,.2);
	}
	.newscate li{
		width: 33.333%;
		float: left;
		line-height: 40px;
		text-align: center;
		box-sizing: border-box;
		border-left: 1px solid rgba(255,255,255,.2);
		border-top: 1px solid rgba(255,255,255,.2);
	}
	.newscate li a{
		font-size: 14px;
	}
	.newsleft{
		width: 100%;
		float: none;;
	}


	.newsleft .more{
		display: none;
	}

	.newsul{
		width: 100%;
		float: none;
		margin: 20px 0 0 0;
	}
	.newsul li a{
		margin: 0;
	}
	.banner_home_7 .map{
		display: none;
	}
	.nmessage .nmessageform,
	.nmessage .text{
		width: 100%;
		float: none;
	}

}
@media screen and (max-width: 428px) {
}
@media screen and (max-width: 414px) {
}
@media screen and (max-width: 375px) {
}
@media screen and (max-width: 360px) {
}
@media screen and (max-width: 320px) {
}











































