@charset "utf-8";
/* CSS Document */
*{ margin:0; padding: 0; font-family: Arial, Pingfang SC, Helvetica, "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: 1200px; 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;
}


.swiper-slide{
	display: block;
	height: auto !important;
}
.swiper-container,
.swiper-wrapper{
	height: auto !important;
}



.swiper-pagination-switch {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	margin: 0 12px;
	background: #ccc;
	cursor: pointer;
}

.swiper-active-switch {
	background-color: #1c3f8e;
}

.pagination {
	position: absolute;
	z-index: 20;
	left: 0;
	width: 100%;
	bottom: 20px;
	text-align: center;
}


.container{
	width: 75%;
	margin: 0 auto;
}


.top{
	color: #fff;
	line-height: 34px;
	border-bottom: 1px solid #eeeeee;
}
.top .left{
	font-size: 14px;
	color: #666666;
}
.top .right a{
	font-size: 14px;
	color: #666666;
	padding: 0 20px;
	border-right: 1px solid #eeeeee;
	line-height: 14px;
}
.top .right a:last-child{
	border: none;
}

.header {
	padding: 10px 0px;
}

.logo{
	padding: 5px 5px 0 0;
	border-right: 1px solid #eeeeee;
}
.logo a img {
	height: 60px;
}

.logotext{
	padding: 10px 0 0 20px;
}
.logotext strong{
	display: block;
	font-size: 24px;
	color: #000;
	text-transform: uppercase;
	letter-spacing: .95px;
}
.logotext p{
	display: block;
	font-size: 16px;
	color: #1c3f8e;
	font-weight: bold;
}


.righttel{
	padding: 6px 0 0 0;
}
.righttel p{
	line-height: 32px;
}
.righttel p .iconfont{
	font-size: 18px;
	margin: 0 24px 0 0;
	color: #1c3f8e;
}
.righttel p span{
	font-size: 20px;
}
.righttel p:last-child span{
	letter-spacing: 2.2px;
}






.menu{
	background: #1c3f8e;
}
.menu li{
	display: block;
	float: left;
	line-height: 60px;
	width: 16.5%;
	text-align: center;
}
.menu li .iconfont{
	font-weight: normal;
	font-size: 20px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px 0 0;
}
.menu li a{
	font-size: 16px;
	font-family: "Arial";
	display: block;
	color: #fff;
	text-transform: uppercase;
	height: 56px;
	border-bottom: 4px solid #1c3f8e;
	font-weight: bold;
	-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 li.this a,
.menu li:hover a{
	border-bottom: 4px solid #ff7e16;
}

.menubut{
	display: none;
}



.footer{
	background: url(../images/bg_footer.jpg) center no-repeat;
	background-size: cover;
	padding: 80px 0 20px 0;
}
.ftitle{
	font-size: 16px;
	font-weight: bold;
	color: #484848;
	text-transform: uppercase;
}
.fabouttext{
	width: 18%;
	font-size: 14px;
	line-height: 18px;
	color: #666666;
	text-align: left;
}
.fabouttext img{
	display: block;
	margin: 0 auto;
}
.fcontact{
	width: 25%;
	margin: 0 0 0 10%;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	text-align: left;
}
.fcase{
	width: 15%;
	margin: 0 0 0 6%;
	font-size: 14px;
	line-height: 30px;
}
.fcase li,
.fabout li{
	display: block;
	line-height: 30px;
}
.fcase a,
.fabout a{
	font-size: 16px;
	display: block;
	color: #666666;
}

.cr{
	border-top: 1px solid #dedede;
	line-height: 44px;
	text-align: center;
	font-size: 14px;
	color: #666666;
}
.cr a{
	font-size: 14px;
	color: #666666;
}
.cr span{
	margin: 0 5px 0 0;
}


.fmessage{
	width: 24%;
}
.fmessage li{
	display: block;
	margin: 0 0 8px 0;
	position: relative;
}
.fmessage li input[type="text"]{
	height: 35px;
	width: 100%;
	display: block;
	border: none;
	background: #fff;
	padding: 0 12px;
	box-sizing: border-box;
	color: #888888;
}
.fmessage li textarea{
	height: 90px;
	width: 100%;
	display: block;
	border: none;
	background: #fff;
	padding: 12px;
	box-sizing: border-box;
	color: #888888;
}
.fmessage li input[type="button"]{
	height: 35px;
	width: 100%;
	display: block;
	border: none;
	background: #1c3f8e;
	padding: 0 12px;
	box-sizing: border-box;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
}
.fmessage li img{
	position: absolute;
	right: 0;
	height: 35px;
	top: 0;
	background: #888888;
}


.searchform{
	width: 35%;
}


.searcharea{
	padding: 10px 0;
	background: #eeeeee;
	line-height: 46px;
}
.searcharea .stext{
	height: 46px;
	border: none;
	width: 80%;
	padding: 0 20px;
	box-sizing: border-box;
}
.searcharea .sbut{
	width: 20%;
	line-height: 46px;
	text-align: center;
	font-size: 22px;
	border: 0px;
	color: #fff;
	background: #1c3f8e;
}



.hotkey{
	font-size: 16px;
	color: #1c3f8e;
	font-weight: bold;
	line-height: 46px;
	width: 65%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.hotkey .iconfont{
	font-size: 24px;
	color: #ff7e16;
	display: inline-block;
	margin: 0 10px 0 0;
}
.hotkey span{
	display: inline-block;
	margin: 0 10px 0 0;
}
.hotkey a{
	font-size: 16px;
	color: #666666;
	margin: 0 10px 0 0;
	display: inline-block;
}


.youshislide li{
	display: block;
	width: 21%;
	float: left;
	background: #1c3f8e;
	position: relative;
	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;
}
.youshislide li.this{
	width: 37%;
}
.youshislide li .youshipic{
	background-position: center left;
	background-size: cover;
	background-repeat: no-repeat;
	opacity: .3;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.youshislide li.this .youshipic{
	opacity: 1;
}
.youshislide li img{
	display: block;
	opacity: 0;
}
.youshislide li .youshitext{
	width: 100%;
	padding: 40px 0 0 40px;
	position: absolute;
	box-sizing: border-box;
	left: 0;
	top: 0;
	color: #fff;
}
.youshislide li .youshitext .iconfont{
	font-size: 38px;
	line-height: 38px;
	margin: 0 0 40px 0;
}
.youshislide li:nth-child(3) .youshitext .iconfont{
	font-size: 32px;
	line-height: 38px;
}
.youshislide li .youshitext strong{
	font-size: 20px;
}
.youshislide li .youshitext p{
	font-size: 18px;
}



.stitle{
	text-align: center;
}
.stitle h3{
	font-size: 16px;
	line-height: 20px;
	font-family: "Arial";
	color: #666666;
	margin: 10px 0 0 0;
}
.stitle h2{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.stitle h2 font{
	color: #282828;
	font-size: 48px;
	line-height: 40px;
	font-weight: bold;
	text-transform: uppercase;
}
.stitle h2 font i{
	font-style: normal;
	color: #1c3f8e;
}
.stitle h2 span{
	height: 1px;
	background: #dcdcdc;
	position: relative;
	margin: 1px 0 0 0;
}

.procate{
	text-align: center;
}
.procate li{
	display: table;
	width: 24%;
	height: 68px;
	border: 1px solid #eeeeee;
	margin: 0 1.333% 0 0;
	position: relative;
	float: left;
	box-sizing: border-box;
}
.procate li:last-child{
	margin: 0;
}
.procate li a{
	display: table-cell;
	vertical-align: middle;
	font-size: 18px;
	line-height: 20px;
	padding: 0 20px;
}
.procate li:after{
	content: '';
	display: block;
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 100%;
	height: 4px;
	background: #ff7e16;
	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;
}
.procate li:hover:after,
.procate li.this:after{
	bottom: 0;
	opacity: 1;
}

.newscate{
}
.newscate li{
	display: inline-block;
	float: none;
	line-height: 68px;
	vertical-align: middle;
}
.newscate li a{
	display: block;
	line-height: 68px;
}

.proul li{
	float: left;
	display: block;
	width: 23%;
	box-shadow: 0 0 12px 0 rgba(0,0,0,.2);
	position: relative;
	margin: 0 2.75% 0 0;
}
.proul li:nth-child(1){
	width: 48.5%;
}
.proul li:nth-child(2){
	margin: 0 2.75% 2% 0;
}
.proul li:nth-child(3){
	margin: 0 0 2% 0;
}
.proul li:nth-child(5){
	margin: 0;
}
.proul li p{
	width: 90%;
	position: absolute;
	left: 5%;
	line-height: 36px;
	font-size: 16px;
	background: #1c3f8e;
	font-weight: bold;
	text-align: center;
	color: #fff;
	padding: 0 5%;
	bottom: -10px;
	box-sizing: border-box;
	opacity: 0;
	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;
}
.proul li:nth-child(1) p{
	font-size: 18px;
	line-height: 66px;
	bottom: 5%;
	opacity: 1;
}

.proul li:hover p{
	bottom: 5%;
	opacity: 1;
}


.choosebg{
	background: url("../images/bg_choose.jpg") center no-repeat;
}

.choosepic{
	position: relative;
	z-index: 9;
}

.chooseul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.chooseul li{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
}
.chooseul li{
	border-bottom: 4px solid #1c3f8e;
	line-height: 30px;
	padding: 0 20px;
}
.chooseul li:nth-child(1){
	margin: 0 0 100px 0;
}
.chooseul li:nth-child(2){
	margin: 0 0 50px 0;
}
.chooseul li .text{
	margin: 0 0 0 20px;
	padding: 0 0 35px 0;
}
.chooseul li strong{
	font-size: 30px;
}
.chooseul li p{
	color: #666666;
}
.chooseul li:before{
	width: 60px;
	height: 4px;
	content: '';
	display: block;
	position: absolute;
	background: #1c3f8e;
	bottom: -4px;
}
.chooseul .choosetext.left li:nth-child(1):before{
	right: 1px;
	transform: rotate(-155deg);
	transform-origin: right;
}
.chooseul .choosetext.left li:nth-child(2):before{
	right: 1px;
	width: 100px;
	transform: rotate(155deg);
	transform-origin: right;
}
.chooseul .choosetext.right li:nth-child(1):before{
	left: 1px;
	transform: rotate(155deg);
	transform-origin: left;
}
.chooseul .choosetext.right li:nth-child(2):before{
	left: 1px;
	width: 120px;
	transform: rotate(-155deg);
	transform-origin: left;
}


.aboutbg{
	background: url(../images/bg_about.jpg) center no-repeat;
	background-size: cover;
}

.about{
	width: 48.5%;
	color: #fff;
}
.abouttitle{
	border-bottom: 1px solid #fff;
	padding: 0 0 10px 0;
}
.abouttitle h2{
	font-size: 48px;
	float: left;
	line-height: 40px;
}
.abouttitle a{
	font-size: 16px;
	float: right;
	width: 100px;
	line-height: 34px;
	background: #fff;
	color: #000;
	text-align: center;
	margin: 3px 0 0 0;
}

.about>h3{
	font-size: 22px;
	text-transform: uppercase;
	margin: 10px 0 0 0;
}

.about .text{
	margin: 25px 0 0 0;
	font-size: 16px;
	line-height: 24px;
	text-align: left;
}

.hotline{
	font-size: 18px;
	color: #fff;
	padding: 15px 20px 10px 20px;
	background: #ff7e16;
	display: table;
}
.hotline a{
	display: block;
	font-size: 36px;
	font-weight: bold;
	color: #fff;
}


.strengthtype li{
	display: block;
	float: left;
	width: 33.333%;
	line-height: 110px;
	text-align: center;
	color: #fff;
	background: #1c3f8e;
	position: relative;
	font-size: 24px;
	font-weight: bold;
	cursor: pointer;
}
.strengthtype li .iconfont{
	font-size: 50px;
	font-weight: normal;
	display: inline-block;
	vertical-align: middle;
	margin: 0 20px 0 0;
}
.strengthtype li:nth-child(1) .iconfont{
	font-size: 56px;
}
.strengthtype li:after{
	content: '';
	display: block;
	background: #ff7e16;
	width: 100%;
	height: 4px;
	position: absolute;
	opacity: 0;
	bottom: -10px;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.strengthtype li:hover:after,
.strengthtype li.this:after{
	bottom: 0;
	opacity: 1;
}


.strengthtext{
	width: 84%;
	margin: -80px auto 0 auto;
	background: #fff;
	border-bottom: 4px solid #ff7e16;
	text-align: center;
	position: relative;
	z-index: 9;
	padding: 40px 0;
}
.strengthtext .iconfont{
	display: inline-block;
	vertical-align: middle;
	font-size: 78px;
	color: #1c3f8e;
	margin: 0 20px 0 0;
}
.strengthtext .text{
	text-align: left;
	display: inline-block;
	vertical-align: middle;
}
.strengthtext .text strong{
	font-size: 36px;
}
.strengthtext .text p{
	font-size: 24px;
	color: #666666;
	line-height: 26px;
	margin: 10px 0 0 0;
}




.newsul li{
	display: block;
	float: left;
	width: 31.333%;
	margin: 0 3% 0 0;
}
.newsul li:nth-child(3n){
	margin: 0;
}
.newsul li a{
	display: block;
	padding: 25px 25px 20px 25px;
	border: 1px solid #e5e5e5;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.newsul li .text{
	margin: 30px 0 0 0;
}
.newsul li .text strong{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	font-size: 16px;
	line-height: 24px;
	min-height: 48px;
	text-align: left;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.newsul li .text p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	min-height: 36px;
	margin: 15px 0 0 0;
	text-align: left;
	color: #666666;
	font-size: 14px;
	line-height: 18px;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.newsul li:hover a{
	border: 1px solid #1c3f8e;
	background: #1c3f8e;
}
.newsul li:hover strong,
.newsul li:hover p{
	color: #fff;
}




.bannerbg,
.bannerbg .nbanner,
.bannerbg .listbanner{
	background-image: url(../images/banner_about.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 400px;
}



.ntitle{
	text-align: center;
}
.ntitle h2{
	font-size: 36px;
}
.ntitle h2:after{
	width: 66px;
	height: 3px;
	content: '';
	display: block;
	margin: 20px auto 0 auto;
	background: #ff7e16;
}
.ntitle p{
	font-size: 16px;
	line-height: 24px;
	color: #666666;
	margin: 35px 0 0 0;
}


.applist li{
	width: 23.6%;
	margin: 0 1.8666% 1.8% 0;
	display: block;
	float: left;
	position: relative;
}
.applist li:nth-child(4n){
	margin: 0 0 1.8% 0;
}
.applist li p{
	position: absolute;
	width: 100%;
	line-height: 18px;
	line-height: 20px;
	font-weight: bold;
	left: 0;
	top: 50%;
	margin-top: -10px;
	text-align: center;
	color: #fff;
}


.nabouttext{
	width: 46%;
}
.nabouttext h1{
	font-size: 24px;
}
.nabouttext .text{
	font-size: 14px;
	line-height: 25px;
	color: #666666;
	margin: 15px 0 0 0;
}



.naboutpic{
	width: 50%;
}


.tdlist li{
	width: 33.333%;
	float: left;
	display: block;
}
.tdlist li .iconfont{
	font-size: 54px;
	color: #fff;
	width: 110px;
	line-height: 110px;
	text-align: center;
	margin: 0 auto;
	background: #1c3f8e;
	border-radius: 50%;
}
.tdlist li:nth-child(1) .iconfont{
	font-size: 58px;
}
.tdlist li p{
	font-size: 16px;
	color: #282828;
	text-align: center;
	font-weight: bold;
	margin: 10px 0 0 0;
}


.nservicelist{
	background: #f4f4f4;
}
.nservicetext{
	height: 320px;
	display: table;
	width: 50%;
}
.nservicetext .text{
	display: table-cell;
	vertical-align: middle;
	padding: 0 15%;
	font-size: 16px;
	line-height: 24px;
	color: #666666;
}
.nservicelist .pic{
	height: 320px;
	width: 50%;
}









.newm{
	width: 20%;
	background: #f4f4f4;
	padding: 25px 0;
}
.newm .pic{
	display: table;
	margin: 0 auto;
}
.newm p{
	color: #666;
	font-size: 18px;
	text-align: center;
	margin: 10px 0 0 0;
}

.ncontactlist{
	width: 80%;
}
.ncontactlist ul{
	line-height: 72px;
	float: left;
}
.ncontactlist ul:nth-child(1){
	width: 26%;
	margin: 0 5% 0 0;
}
.ncontactlist ul:nth-child(2){
	width: 54%;
	margin: 0 5% 0 0;
}
.ncontactlist ul li{
	font-size: 18px;
	font-weight: bold;
	display: block;
	border-bottom: 1px solid #e5e5e5;
	/* position: relative; */
}
.ncontactlist ul li a{
	font-size: 18px;
	color: #666666;
	font-weight: normal;
}
.ncontactlist ul li .iconfont{
	width: 36px;
	line-height: 36px;
	color: #fff;
	font-size: 18px;
	background: #1c3f8e;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	font-weight: normal;
	margin: 0 10px 0 0;
	text-indent: 0;
}
.ncontactlist ul:nth-child(2) li:after{
	width: 100%;
	bottom: 50%;
	height: 1px;
	background: #e5e5e5;
	/* position: absolute; */
	left: 0;
	content: '';
}
.ncontactlist ul:nth-child(2) li span{
	text-indent: -5.3em;
	display: block;
	margin-left: 5.3em;
}


.nmap{
	overflow: hidden;
}
.nmap iframe{
	position: relative;
	left: 50%;
	margin-left: -960px;
}


.nfeedback{
	background: #eeeeee;
}
.nfeedback .pic{
	position: relative;
	width: 50%;
	height: 440px;
}
.nfeedback .pic .text{
	position: absolute;
	width: 90%;
	left: 7%;
	bottom: 10%;
	color: #fff;
	font-size: 16px;
	line-height: 24px;
}

.nmessage{
	width: 50%;
	padding: 30px;
	height: 440px;
	box-sizing: border-box;
}
.nmessage li{
	display: block;
	float: left;
	width: 48.5%;
	margin: 0 3% 3% 0;
	position: relative;
}
.nmessage li:nth-child(2n){
	margin: 0 0 3% 0;
}
.nmessage li p{
	font-size: 16px;
	margin: 0 0 10px 0;
}
.nmessage li input{
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
	background: #fff;
	height: 40px;
	border: none;
}
.nmessage li:nth-child(5){
	width: 100%;
	margin: 0;
}
.nmessage li img{
	position: absolute;
	right: 0;
	bottom: 0;
	background: #888888;
	width: 82px;
	height: 35px;
	padding: 2.5px 0;
}
.nmessage li textarea{
	height: 100px;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	border: none;
	background: #fff;
}

.subbutton{
	width: 100%;
	height: 40px;
	background: #1c3f8e;
	width: 48.5%;
	font-size: 16px;
	color: #fff;
	border: none;
	margin: 20px 0 0 0;
	cursor: pointer;
}



.catetitle{
	background: #1c3f8e;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 60px;
	text-transform: uppercase;
}
.ncate{
	width: 18%;
}
.ncate ul{
	margin: 20px 0 25px 0;
}
.ncate ul li{
	line-height: 20px;
	display: block;
	border-top: 1px solid #eeeeee;
	position: relative;
	-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:last-child{
	border-bottom: 1px solid #eeeeee;
}
.ncate ul li a{
	display: block;
	padding: 13px 15px;
	font-size: 16px;
	color: #282828;
	text-align: left;
	-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 .iconfont{
	position: absolute;
	width: 46px;
	line-height: 46px;
	right: 0;
	top: 0;
	color: #c1c1c1;
	text-align: center;
	cursor: pointer;
}
.ncate ul li.this,
.ncate ul li:hover{
	background: #1c3f8e;
}
.ncate ul li.this a,
.ncate ul li:hover a{
	color: #fff;
}


.ncontainer{
	width: 78.5%;
}

.nnews li{
	display: block;
	margin: 0 0 25px 0;
}
.nnews li:last-child{
	margin: 0;
}
.nnews li a{
	display: block;
	border: 1px solid #e5e5e5;
	padding: 25px;
}
.nnews li .pic{
	width: 35%;
	height: 188px;
}
.nnews li .text{
	width: 56%;
	margin: 0 3% 0 0;
}
.nnews li .text strong{
	font-size: 18px;
	color: #282828;
	display: block;
	margin: 20px 0 15px 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.nnews li .text p{
	font-size: 14px;
	line-height: 22px;
	color: #666666;
}
.nnews li .text .more{
	width: 114px;
	line-height: 32px;
	text-align: center;
	color: #fff;
	background: #1c3f8e;
	font-size: 14px;
	float: right;
	margin: 10px 0 0 0;
}



.ncate li ul{
	margin: 0;
	border-top: 1px solid #eee;
	padding: 10px 0;
	display: none;
}
.ncate li ul li{
	line-height: 30px;
	border: none;
}
.ncate li ul li a{
	font-size: 14px;
	color: #666666;
}
.ncate li ul li:last-child{
	border-bottom: none;
}



.npro li{
	width: 31%;
	margin: 0 3.5% 3.5% 0;
	float: left;
	display: block;
	box-shadow: 0 0 12px 0 rgba(0,0,0,.25);
}
.npro li:nth-child(3n){
	margin: 0 0 3.5% 0;
}
.npro li a{
	display: block;
	padding: 40px 40px 30px 40px;
}
.npro li .text strong{
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	min-height: 48px;
	text-align: left;
}
.npro li .text p{
	font-size: 14px;
	line-height: 22px;
	max-height: 44px;
	min-height: 44px;
	color: #666666;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	margin: 10px 0 0 0;
	text-align: left;
}
.npro li .text .more{
	width: 136px;
	line-height: 36px;
	text-align: center;
	background: #1c3f8e;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	margin: 15px auto 0 auto;
}



























.zplclist li:hover .icon,
.procate li:hover img{
	-webkit-animation: 	icon-bounce 0.5s alternate;
	-moz-animation: 	icon-bounce 0.5s alternate;
	-ms-animation: 		icon-bounce 0.5s alternate;
	-o-animation: 		icon-bounce 0.5s alternate;
	animation: 			icon-bounce 0.5s alternate;
}


.npro li:hover .pic img,
.applist li:hover .pic img,
.newsul li:hover .pic img,
.proul li:hover .pic img{
	-webkit-transform: 	scale(1.1);
	-moz-transform: 	scale(1.1);
	-ms-transform: 		scale(1.1);
	-o-transform: 		scale(1.1);
	transform: 			scale(1.1);
}




@media screen and (max-width: 1800px) {
	.choosebg .container{
		width: 80%;
	}
}
@media screen and (max-width: 1680px) {
	.container{
		width: 85%;
	}
	.choosebg .container{
		width: 85%;
	}
}
@media screen and (max-width: 1600px) {
	.container{
		width: 85%;
	}
	.choosebg .container{
		width: 90%;
	}
	.chooseul li img{
		width: 60px;
	}
	.chooseul li strong{
		font-size: 26px;
	}
	.chooseul li p{
		font-size: 14px;
		line-height: 24px;
	}
}
@media screen and (max-width: 1440px) {
	.container{
		width: 90%;
	}
	.chooseul li{
		padding: 0 30px;
	}
	.choosepic{
		width: 40%;
	}
	.chooseul .choosetext li:nth-child(1):before{
		width: 66px;
	}
	.abouttitle h2,
	.stitle h2 font{
		font-size: 40px;
	}
	.about>h3{
		font-size: 20px;
	}
	.about .text{
		font-size: 14px;
	}
	.strengthtype li{
		font-size: 20px;
		line-height: 100px;
	}
	.strengthtype li:nth-child(1) .iconfont{
		font-size: 50px;
	}
	.strengthtype li .iconfont{
		font-size: 44px;
	}
	.strengthtext .text strong{
		font-size: 30px;
	}
	.strengthtext .text p{
		font-size: 20px;
	}
	.strengthtext .iconfont{
		font-size: 66px;
	}
	.procate li{
		line-height: 58px;
	}
	.procate li a{
		font-size: 16px;
	}
}
@media screen and (max-width: 1366px) {
	.container{
		width: 90%;
	}
	.chooseul .choosetext.right li:nth-child(2):before{
		width: 100px;
	}
	.abouttitle h2,
	.stitle h2 font{
		font-size: 36px;
		line-height: 40px;
	}
	.stitle h3{
		font-size: 14px;
		line-height: 16px;
		margin: 5px 0 0 0;
	}
	.about>h3{
		font-size: 16px;
	}
}
@media screen and (max-width: 1280px) {
	.chooseul .choosetext li:nth-child(1):before{
		width: 35px;
	}
	.chooseul .choosetext.left li:nth-child(2):before{
		width: 70px;
	}
	.chooseul .choosetext.right li:nth-child(2):before{
		width: 85px;
	}
}
@media screen and (max-width: 1220px) {

	.bannerbg,
	.bannerbg .nbanner,
	.bannerbg .listbanner{
		height: 300px;
	}
	.tdlist li .iconfont{
		width: 60px;
		line-height: 60px;
		font-size: 30px;
	}
	.tdlist li:nth-child(1) .iconfont{
		font-size: 32px;
	}
	.tdlist li p{
		font-size: 14px;
	}
	.nabouttext .text{
		font-size: 14px;
	}
	.nabouttext h1{
		font-size: 20px;
	}
	.ntitle h2{
		font-size: 30px;
	}
	.ntitle p{
		font-size: 12px;
		line-height: 20px;
		margin: 20px 0 0 0;
	}
	.ntitle p br{
		display: none;
	}
	
}
@media screen and (max-width: 1200px) {
	.logotext {display: none;}
}
@media screen and (max-width: 1024px) {
	.youshislide li .youshitext{
		padding: 30px 0 0 10px;
	}
	.youshislide li .youshitext .iconfont{
		margin: 0 0 20px 0;
	}
	.youshislide li .youshitext strong{
		font-size: 16px;
	}
	.youshislide li .youshitext p{
		font-size: 14px;
		margin: 5px 0 0 0;
	}
	.youshislide li img{
		height: 250px;
	}
	.mt90{
		margin-top: 60px !important;
	}
	.p100{
		padding: 70px 0;
	}
	.chooseul li{
		padding: 0 10px;
	}
	.chooseul li img{
		width: 40px;
	}
	.chooseul li strong{
		font-size: 18px;
	}
	.chooseul li p{
		font-size: 12px;
		line-height: 20px;
	}
	.chooseul li:nth-child(1){
		margin: 0 0 60px 0;
	}
	.chooseul .choosetext li:nth-child(1):before{
		width: 40px;
	}
	.fabouttext{
		font-size: 12px;
	}
	.fcontact{
		font-size: 14px;
		line-height: 24px;
	}
	.footer{
		padding: 40px 0 0 0;
	}
}
@media screen and (max-width: 768px) {
	.procate li  {
		width: 30%;
	}
	.logo{
		border: 0px;
		/* width: 80px; */
		/* padding: 0 20px 0 0; */
	}
	.logotext{
		padding: 24px 0 0 20px;
	}
	.logotext strong{
		font-size: 20px;
		letter-spacing: 1.45px;
	}
	.logotext p{
		font-size: 14px;
	}
	.righttel{
		padding: 6px 0 0 0;
	}
	.righttel p{
		line-height: 26px;
	}
	.righttel p .iconfont{
		margin: 0 10px 0 0;
	}
	.righttel p span{
		font-size: 16px;
	}
	.hotkey{
		font-size: 14px;
		width: 65%;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.hotkey a{
		font-size: 14px;
	}
	.hotkey .iconfont{
		font-size: 18px;
		margin: 0 5px 0 0;
	}
	.youshislide li,
	.youshislide li.this{
		width: 50%;
	}
	.youshislide li .youshipic,
	.youshislide li.this .youshipic{
		opacity: 1;
	}
	.youshislide li .youshitext{
		padding: 40px 0 0 40px;
	}
	.proul li:nth-child(1) p{
		line-height: 40px;
	}
	.proul li p{
		font-size: 14px;
		line-height: 40px;
		opacity: 1;
		bottom: 5%;
	}
	.proul li:nth-child(3) p,
	.proul li:nth-child(4) p,
	.proul li:nth-child(5) p{
		font-size: 14px;
		line-height: 30px;
		opacity: 1;
		bottom: 5%;
	}
	.proul li:nth-child(1){
		width: 48.5%;
		margin: 0 3% 3% 0;
	}
	.proul li:nth-child(2){
		width: 48.5%;
		margin: 0 0 3% 0;
	}
	.proul li:nth-child(3){
		width: 31.333%;
		margin: 0 3% 3% 0;
	}
	.proul li:nth-child(4){
		width: 31.333%;
		margin: 0 3% 0 0;
	}
	.proul li:nth-child(5){
		width: 31.333%;
		margin: 0;
	}
	.choosepic{
		width: 30%;
	}
	.choosetext{
		width: 35%;
	}
	.chooseul li:before{
		display: none;
	}
	.chooseul li .text{
		padding: 0 0 20px 0;
	}
	.chooseul li p{
		line-height: 18px;
	}
	.aboutbg{
		background: url(../images/bg_about.jpg) center right -215px no-repeat;
		background-size: cover;
	}
	.aboutbg .container{
		padding: 0;
	}
	.about{
		width: 66%;
	}
	.hotline a{
		font-size: 30px;
	}
	.strengthtype li{
		line-height: 60px;
		font-size: 14px;
	}
	.strengthtype li:nth-child(1) .iconfont{
		font-size: 34px;
	}
	.strengthtype li .iconfont{
		font-size: 28px;
		margin: 0 10px 0 0;
	}
	
	.strengthtext{
		padding: 30px 0;
		margin: -60px auto 0 auto;
	}
	.strengthtext .text strong{
		font-size: 24px;
	}
	.strengthtext .text p{
		font-size: 14px;
		margin: 0;
	}
	.strengthtext .iconfont{
		font-size: 46px;
	}
	.newsul li a{
		padding: 10px 10px 10px 10px;
	}
	.newsul li{
		width: 32%;
		margin: 0 2% 0 0;
	}
	
	
	.fcase{
		display: none;
	}
	
	.footer{
		background: #eaeaea;
	}
	
	.fabouttext{
		width: 40%;
		display: none;
	}
	.fcontact{
		width: 50%;
		margin: 0;
		line-height: 30px;
	}
	
	
	.fmessage{
		width: 40%;
	}
	
	.cr{
		margin-top: 20px !important;
		padding: 0 0 20px 0;
	}
	
	
	.nabouttext{
		width: 100%;
	}
	.naboutpic{
		width: 100%;
		margin: 30px 0 0 0;
	}
	.nservicetext{
		width: 100%;
		height: 200px;
	}
	.nservicelist .pic{
		width: 100%;
		height: auto;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
}
@media screen and (max-width: 640px) {
	.logo a img {height: 30px;}
}
@media screen and (max-width: 460px) {
	.bannerbg,
	.bannerbg .nbanner,
	.bannerbg .listbanner{
		height: 115px;
	}
	.mt80{
		margin-top: 40px !important;
	}
	.top{
		line-height: 30px;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		background: #fff;
		z-index: 99;
	}
	.top .right{
		display: none;
	}
	.top .left{
		font-size: 12px;
	}
	.righttel{
		display: none;
	}
	.logotext{
		/* display: block; */
		font-size: 12px;
	}
	.logotext strong{
		font-size: 15px;
		letter-spacing: .3px;
	}
	.logotext p{
		font-size: 0.6rem;
		letter-spacing: 0;
		font-weight: normal;
	}
	.logo{
		padding: 0 7px 0 0;
		/* width: 60px; */
	}
	.logotext{
		padding: 20px 0 0 7px;
	}
	.menubut{
		display: block;
		position: absolute;
		right: 4%;
		top: 50%;
		font-size: 34px;
		margin-top: -17px;
		color: #000;
	}
	.header{
		position: relative;
		position: fixed;
		left: 0;
		top: 30px;
		width: 100%;
		background: #fff;
		z-index: 88;
		box-shadow: 0 0 8px 0 rgba(0,0,0,.2);
	}
	.menu{
		display: none;
		position: fixed;
		width: 40%;
		right: 0;
		z-index: 99;
		height: 100%;
	}
	.menu li{
		width: 100%;
		float: none;
		line-height: 40px;
	}
	.menu li a{
		font-size: 14px;
		height: 38px;
		border-bottom-width: 2px;
	}
	.menu li.this a,
	.menu li:hover a{
		border-bottom-width: 2px;
	}
	.procate li a{
		font-size: 14px;
	}
	.searcharea{
		display: none;
	}
	.mt100,
	.mt90{
		margin-top: 40px !important;
	}
	
	.youshislide li img{
		height: auto;
		width: 100%;
	}
	.youshislide li .youshitext{
		padding: 15px 0 0 10px;
	}
	.youshislide li .youshitext .iconfont{
		font-size: 28px;
		line-height: 28px;
		margin: 0 0 10px 0;
	}
	.youshislide li:nth-child(3) .youshitext .iconfont{
		font-size: 24px;
		line-height: 28px;
	}
	
	.youshislide li .youshitext strong{
		font-size: 14px;
	}
	
	.abouttitle h2,
	.stitle h2 font{
		font-size: 20px;
		line-height: 22px;
	}
	.stitle h3{
		font-size: 12px;
		font-weight: normal;
		line-height: 18px;
	}
	.procate li{
		line-height: 40px;
		width: 48.5%;
		margin: 0 3% 2% 0;
		float: left;
		display: block;
		box-sizing: border-box;
	}
	.procate li:nth-child(2n){
		margin: 0 0 2% 0;
	}
	
	.proul li{
		width: 48.5% !important;
		margin: 0 3% 3% 0 !important;
	}
	.proul li:nth-child(2n){
		margin: 0 0 3% 0 !important;
	}
	.proul li p{
		position: relative;
		left: auto;
		bottom: auto;
		width: 100%;
		line-height: 40px !important;
		font-size: 14px !important;
	}
	.proul li:nth-child(5){
		display: none;
	}
	
	.p100{
		padding: 50px 0;
	}
	
	
	.chooseul{
		display: block;
	}
	.choosetext{
		width: 100%;
		float: none;
	}
	.choosepic{
		float: none;
		z-index: 4;
		width: 40%;
		margin: 0 auto;
	}
	
	.chooseul li:nth-child(1),
	.chooseul li:nth-child(2){
		margin: 20px 0;
	}
	
	.about{
		width: 100%;
	}
	
	.aboutbg{
		background: #1c3f8e;
		position: relative;
		z-index: 1;
	}
	.aboutbg:before{
		background: url(../images/bg_about.jpg) center right -200px no-repeat;
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		background-size: cover;
		opacity: .4;
		z-index: -1;
	}
	.abouttitle a{
		font-size: 14px;
		line-height: 30px;
		margin: 0;
	}
	.abouttitle h2{
		line-height: 34px;
	}
	.about>h3{
		font-size: 14px;
	}
	
	.hotline a{
		font-size: 24px;
	}
	
	.strengthtype li span{
		display: none;
	}
	.strengthtext .iconfont{
		font-size: 30px;
		display: block;
		margin: 0 0 20px 0;
	}
	.strengthtext .text{
		display: block;
		width: 90%;
		margin: 0 auto;
	}
	.strengthtext .text strong{
		font-size: 16px;
		text-align: center;
		display: block;
	}
	.strengthtext .text p{
		font-size: 12px;
	}
	.newsul li{
		width: 100%;
		margin: 0 0 20px 0;
	}
	.newscate li{
		display: block;
		width: 32%;
		margin: 0 2% 0 0;
		float: left;
	}
	.mt40{
		margin-top: 20px !important;
	}
	
	
	.fmessage{
		display: none;
	}
	
	.fcontact{
		width: 100%;
	}
	.cr{
		font-size: 12px;
		line-height: 20px;
		padding: 20px 0 0 0;
	}
	.cr a{
		font-size: 12px;
	}
	.nabouttext h1{
		font-size: 16px;
		text-align: center;
	}
	
	.ntitle p{
		display: none;
	}
	
	.ntitle h2{
		font-size: 20px;
	}
	.ntitle h2:after{
		margin: 10px auto 0 auto;
	}
	.applist li{
		width: 48.5%;
		margin: 0 3% 3% 0;
	}
	.applist li:nth-child(2n){
		margin: 0 0 3% 0;
	}
	.applist li p{
		font-size: 14px;
	}
	
	.nservicetext .text{
		padding: 0 5%;
		font-size: 14px;
		line-height: 24px;
	}
	
	.ncate .pic,
	.catetitle{
		display: none;
	}
	
	.ncate ul{
		margin: 0;
	}
	
	
	.p80{
		padding: 40px 0;
	}
	.ncate{
		width: 100%;
		float: none;
	}
	.ncate ul li{
		width: 100%;
	}
	
	
	.ncontainer{
		margin: 30px 0 0 0;
		width: 100%;
		float: none;
	}
	.npro li,
	.npro li:nth-child(3n){
		width: 48.5%;
		margin: 0 3% 3% 0;
	}
	.npro li:nth-child(2n){
		width: 48.5%;
		margin: 0 0 3% 0;
	}
	.npro li a{
		padding: 10px;
	}
	.npro li .text strong{
		text-align: left;
		min-height: 32px;
	}
	.npro li .text p{
		text-align: left;
		font-size: 12px;
		display: none;
		line-height: 20px;
	}
	.npro li .text .more{
		width: 100%;
		line-height: 24px;
		font-size: 12px;
	}
	.ncate ul li{
		line-height: 40px;
	}
	.ncate ul li a{
		font-size: 14px;
		padding: 0 15px;
	}
	.ncate li ul li{
		line-height: 22px;
	}
	.ncate li ul li a{
		font-size: 12px;
	}
	.nnews li a{
		padding: 10px;
	}
	.nnews li .pic{
		height: 70px;
	}
	
	.nnews li .text strong{
		font-size: 14px;
		margin: 8px 0 10px 0;
	}
	.nnews li .text p{
		font-size: 12px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		line-height: 16px;
	}
	.nnews li .text .more{
		display: none;
	}
	.nnews li{
		margin: 0 0 10px 0;
	}
	
	.ncontactlist{
		width: 100%;
		float: none;
	}
	.ncontactlist ul:nth-child(1){
		width: 100%;
		float: none;
	}
	.ncontactlist ul:nth-child(2){
		width: 100%;
		float: none;
	}
	.ncontactlist ul{
		line-height: 44px;
	}
	.ncontactlist ul li{
		font-size: 14px;
	}
	.ncontactlist ul li a{
		font-size: 14px;
	}
	
	.ncontactlist ul li .iconfont{
		width: 30px;
		line-height: 30px;
		font-size: 14px;
	}
	.ncontactlist ul:nth-child(2) li:last-child{
		line-height: 20px;
		padding: 10px 0;
	}
	.ncontactlist ul:nth-child(2) li:nth-child(2):after{
		display: none;
	}
	.ncontactlist ul:nth-child(2) li:nth-child(2) span{
		text-indent: -5.8em;
		margin-left: 5.8em;
		line-height: 30px;
	}
	.newm{
		width: 100%;
		margin: 20px 0 0 0;
		float: none;
	}
	.newm .pic{
		width: 100px;
	}
	.newm p{
		font-size: 12px;
	}
	.nfeedback .pic{
		width: 100%;
		float: none;
		height: auto;
	}
	.nmessage{
		width: 100%;
		float: none;
		height: auto;
		padding: 20px;
	}
	.nfeedback .pic .text{
		font-size: 12px;
		line-height: 18px;
	}
	
	.nmessage li{
		width: 100%;
		margin: 0 0 10px 0;
	}
	.nmessage li p{
		font-size: 14px;
	}


	.newstext h2{
		font-size: 20px;
		line-height: 24px;
	}


	.prodetailslide{
		display: block;
	}
	.prodetailslide .detailslide{
		width: 100%;
	}
	.prodetailslide .detailtext{
		width: 100%;
		padding: 0;
		margin: 20px 0 0 0;
	}
	.prodetailslide .detailtext .text2 a{
		width: 90px;
		font-size: 12px;
	}
	.prodetailslide .detailtext .text2 p{
		font-size: 14px;
	}
	
}
@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) {
}








