﻿
/* CSS Document */
/*
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
*/
.container{
	width: 90%;
	max-width: 1400px;
	margin: 0 auto;
}

.header{
	background: #133c6a;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999;
}
.header .logo{
	width: 225px;
	height: 46px;
}
.header .container{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.menu{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.menu li{
	display: block;
	line-height: 50px;
}
.menu li a{
	display: block;
	padding: 0 25px;
	color: #fff;
	font-size: 18px;
	background: url("../image/bg_menuli.png") center top 86px no-repeat;
	background-size: cover;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.menu li.this a,
.menu li:hover a{
	background: url("../image/bg_menuli.png") center no-repeat;
	background-size: cover;
}


.stitle{
	text-align: center;
}
.stitle h2{
	font-size: 60px;
}
.stitle p{
	font-size: 18px;
	color: #00488d;
}


.sprocatelist{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.sprocatelist li{
	display: block;
	float: left;
	width: 49.7%;
	background: #ebedee;
	position: relative;
	z-index: 1;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.sprocatelist li a{
	display: block;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	padding: 20px 40px 0 40px;
}
.sprocatelist li:nth-child(1){
	margin: 0 0.6% 0 0;
}
.sprocatelist li:nth-child(1) a{
	justify-content: flex-end;
}
.sprocatelist li:nth-child(2) a{
	justify-content: flex-start;
}
.sprocatelist li .text{
	color: #333;
}
.sprocatelist li .text .text1{
	font-size: 36px;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.sprocatelist li .text .text2{
	font-size: 48px;
	margin: 10px 0 0 0;
	padding: 30px 0 0 0;
	display: table;
	border-top: 5px solid #47484a;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.sprocatelist li .text .text3{
	font-size: 18px;
	color: #444;
	width: 135px;
	line-height: 30px;
	text-align: center;
	border-radius: 10px;
	border: 1px solid #4e4f51;
	margin: 20px 0 0 0;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.sprocatelist li::after{
	width: 100%;
	height: 100%;
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	opacity: 0;
	background: url("../image/bg_procate.jpg") center no-repeat;
	background-size: cover;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.sprocatelist li.this::after{
	opacity: 1;
}
.sprocatelist li.this .text{
	color: #fff;
}
.sprocatelist li.this .text .text2{
	border-top: 5px solid #fff;
}
.sprocatelist li.this .text .text3{
	border: 1px solid #fff;
	color: #fff;
}


.aboutnum{
	display: block;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.aboutnum li{
	display: block;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-start;
	align-items: center;
flex-direction: column;
}
.aboutnum li .iconfont{
	font-size: 48px;
	color: #00488d;
	margin: 0 5px 0 0;
}
.aboutnum li strong{
	font-size: 36px;
	color: #2c2c2d;
    display: none;
	font-weight: normal;
}
.aboutnum li strong span{
	font-family: "Arial";
	font-weight: bold;
	font-size: 44px;
	display: inline-block;
	vertical-align: middle;
}
.aboutnum li p{
    display: none;
	font-size: 12px;
	color: #636365;
	margin-top: 10px;
}

.about{
	background: url(../image/bg_about.jpg) left bottom no-repeat;
}
.about .abouttext{
	width: 43%;
}
.about .abouttext h1{
	font-size: 36px;
	padding: 0 0 40px 0;
	position: relative;
}
.about .abouttext h1::after{
	width: 84px;
	height: 4px;
	background: #00488d;
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
}
.about .abouttext .text{
	font-size: 16px;
	line-height: 26px;
	color: #666;
}
.about .abouttext .more{
	display: block;
	font-size: 18px;
	color: #fff;
	width: 135px;
	line-height: 30px;
	text-align: center;
	border-radius: 10px;
	background: #00488d;
	border: 1px solid #4e4f51;
	margin: 20px 0 0 0;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.about .aboutpic{
	width: 50%;
}


.equipleft{
	width: 49.7%;
	margin: 0 .6% 0 0;
	position: relative;
}
.equipleft .linear{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url('../image/linear.png') center bottom repeat-x;
}
.equipleft .text{
	position: absolute;
	left: 20px;
	bottom: 20px;
	font-size: 18px;
	color: #fff;
}
.equipleft .logopic{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,72,141,.9);
	background-image: url('../image/logo.png');
	background-position: center;
	background-size: 40%;
	background-repeat: no-repeat;
	opacity: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.equipleft:hover .logopic{
	opacity: 1;
}

.equipright{
	width: 49.7%;
}
.equipright li{
	display: block;
	float: left;
	width: 49.5%;
	margin: 0 1% .7% 0;
	position: relative;
}
.equipright li:nth-child(2n){
	margin: 0 0 .7% 0;
}


.equipright li .linear{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url('../image/linear.png') center bottom repeat-x;
}
.equipright li .text{
	position: absolute;
	left: 20px;
	bottom: 20px;
	font-size: 18px;
	color: #fff;
}
.equipright li .logopic{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,72,141,.9);
	background-image: url('../image/logo.png');
	background-position: center;
	background-size: 50%;
	background-repeat: no-repeat;
	opacity: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.equipright li:hover .logopic{
	opacity: 1;
}

.news .picnews{
	width: 49.5%;
	margin: 0 1% 0 0;
	padding: 35px 50px;
	box-sizing: border-box;
	background: #f1f1f1;
}
.news .picnews .text strong{
	font-size: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
	display: block;
	white-space: nowrap;
}
.news .picnews .text p{
	font-size: 18px;
	margin: 20px 0 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.news .picnews .text .date{
	font-size: 18px;
	color: #00488d;
	font-family: "Arial";
}
.news .picnews .pic{
	margin: 40px 0 0 0;
}
.news .picnews .more{
	font-size: 18px;
	color: #fff;
	width: 135px;
	line-height: 30px;
	text-align: center;
	border-radius: 10px;
	background: #00488d;
	border: 1px solid #4e4f51;
	margin: 20px 0 0 0;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}




.news .newslist{
	width: 49.5%;
}
.news .newslist li{
	border-top: 1px solid #bfc0c1;
	display: block;
	position: relative;
}
.news .newslist li:last-child{
	border-bottom: 1px solid #bfc0c1;
}
.news .newslist li a{
	display: block;
	padding: 45px 25% 61px 50px;
}
.news .newslist li .text strong{
	font-size: 20px;
	color: #2f3031;
	line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
	white-space: nowrap;
}
.news .newslist li .text p{
	font-size: 16px;
	color: #5f6062;
	line-height: 24px;
	margin: 20px 0 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.news .newslist li .date{
	position: absolute;
	font-family: "Arial";
	right: 0;
	top: 40px;
	font-size: 18px;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.news .newslist li .iconfont{
	position: absolute;
	right: 0;
	bottom: 20px;
	transform: rotate(180deg);
	font-size: 22px;
	color: #8a8a8a;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}

.news .newslist li:hover .iconfont,
.news .newslist li:hover .date{
	color: #00488d;
}


.news .newslist li::before{
	width: 10px;
	height: 10px;
	content: '';
	display: block;
	background: #cdcfd1;
	position: absolute;
	left: 20px;
	top: 56px;
	border-radius: 50%;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.news .newslist li:hover::before{
	background: #00488d;
}

.footer{
	background: #212122;
}


.fcontact{
	width: 57%;
	color: #fff;
}
.fcontact .text1 h1{
	float: left;
}
.fcontact .text2{
	margin: 20px 0 0 0;
	padding: 70px 0 0 0;
	border-top: 1px solid #333334;
	font-size: 24px;
	line-height: 44px;
	font-weight: bold;
}

.fcontact .fmessage{
	border: 1px solid #fff;
	border-radius: 10px;
	line-height: 30px;
	padding: 0 15px 0 5px;
	font-size: 14px;
	margin: 8px 0 0 20px;
}
.fcontact .fmessage *{
	font-size: 14px;
	line-height: 30px;
}
.fcontact .fmessage input{
	border: none;
	height: 30px;
	background: none;
	color: #fff;
	display: block;
}
.fcontact .fmessage .sbut{
	font-size: 18px;
	cursor: pointer;
}


.fmenu{
	width: 34%;
}
.fmenulist{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content:  space-between;
}
.fmenulist li{
	display: block;
	margin: 0 0 40px 0;
}
.fmenulist li a{
	color: #fff;
	font-weight: bold;
	font-size: 18px;
}


.fmenu .fpic .flogo{
	width: 48.5%;
	margin: 15px 0 0 0;
}
.fmenu .fpic .fewm{
	width: 35%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.fmenu .fpic .fewm li{
	display: block;
	color: #fff;
	font-size: 12px;
	line-height: 28px;
}


.cr{
	border-top: 1px solid #333334;
	line-height: 20px;
	font-size: 12px;
	background: #212122;
	text-align: center;
	color: #ccc;
	padding: 10px 0 30px 0;
}
.cr a{
	background: #212122;
	color: #ccc;
	font-size: 12px;
}



.bannerbg,
.listbanner,
.nbanner{
	height: 456px;
}
.listbanner,
.nbanner{
	display: table;
}
.bannerbg .text{
	display: table-cell;
	vertical-align: middle;
	color: #fff;
}
.bannerbg .text h2{
	font-size: 36px;
}
.bannerbg .text h2::after{
	width: 47px;
	height: 4px;
	background: #fff;
	content: '';
	display: block;
	border-radius: 2px;
	margin: 15px 0 15px 0;
}
.bannerbg .text p{
	font-size: 18px;
	letter-spacing: 2px;
}

.nabout .abouttext{
	width: 55%;
}
.nabout .abouttext h1{
	font-size: 24px;
	color: #00488d;
	padding: 0;
	letter-spacing: 2px;
}
.nabout .abouttext h1::after{
	display: none;
}
.nabout .aboutpic{
	width: 42%;
}


.ntitle h2{
	font-size: 48px;
}
.ntitle h2::after{
	width: 80px;
	height: 4px;
	content: '';
	display: block;
	margin: 10px auto 0 auto;
	background: #00488d;
	border-radius: 2px;
}

.culturebg{
	background: url("../image/bg_culture.jpg") center no-repeat;
	background-size: cover;
}
.culturelist{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: space-around;
	color: #fff;
}
.culturelist li{
	display: block;
	text-align: center;
	width: 20%;
}
.culturelist li .iconarea{
	background: #fff;
	width: 160px;
	height: 160px;
	border-radius: 50%;
	position: relative;
	margin: 0 auto;
}
.culturelist li:hover .iconarea{
	-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;
}
.culturelist li .iconarea .iconfont{
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 90px;
	margin-left: -45px;
	margin-top: -45px;
	color: #00488d;
}
.culturelist li .iconarea .icon-snow{
	color: #e1f0f7;
	font-size: 190px;
	margin-left: -95px;
	margin-top: -95px;
}
.culturelist li span{
	display: block;
	font-size: 20px;
	margin: 25px 0 10px 0;
}
.culturelist li p{
	font-size: 14px;
	line-height: 24px;
}

@keyframes icon-bounce {
  0%, 100% { -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg);}
  25% { -moz-transform: rotate(15deg); -ms-transform: rotate(15deg); -webkit-transform: rotate(15deg); transform: rotate(15deg);}
  50% { -moz-transform: rotate(-15deg); -ms-transform: rotate(-15deg); -webkit-transform: rotate(-15deg); transform: rotate(-15deg);}
  75% { -moz-transform: rotate(5deg); -ms-transform: rotate(5deg); -webkit-transform: rotate(5deg); transform: rotate(5deg);}
  85% { -moz-transform: rotate(-5deg); -ms-transform: rotate(-5deg); -webkit-transform: rotate(-5deg); transform: rotate(-5deg);}
}
@-webkit-keyframes icon-bounce {
  0%, 100% { -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg);}
  25% { -moz-transform: rotate(15deg); -ms-transform: rotate(15deg); -webkit-transform: rotate(15deg); transform: rotate(15deg);}
  50% { -moz-transform: rotate(-15deg); -ms-transform: rotate(-15deg); -webkit-transform: rotate(-15deg); transform: rotate(-15deg);}
  75% { -moz-transform: rotate(5deg); -ms-transform: rotate(5deg); -webkit-transform: rotate(5deg); transform: rotate(5deg);}
  85% { -moz-transform: rotate(-5deg); -ms-transform: rotate(-5deg); -webkit-transform: rotate(-5deg); transform: rotate(-5deg);}
}
@-moz-keyframes icon-bounce {
  0%, 100% { -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg);}
  25% { -moz-transform: rotate(15deg); -ms-transform: rotate(15deg); -webkit-transform: rotate(15deg); transform: rotate(15deg);}
  50% { -moz-transform: rotate(-15deg); -ms-transform: rotate(-15deg); -webkit-transform: rotate(-15deg); transform: rotate(-15deg);}
  75% { -moz-transform: rotate(5deg); -ms-transform: rotate(5deg); -webkit-transform: rotate(5deg); transform: rotate(5deg);}
  85% { -moz-transform: rotate(-5deg); -ms-transform: rotate(-5deg); -webkit-transform: rotate(-5deg); transform: rotate(-5deg);}
}
@-o-keyframes icon-bounce {
  0%, 100% { -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg);}
  25% { -moz-transform: rotate(15deg); -ms-transform: rotate(15deg); -webkit-transform: rotate(15deg); transform: rotate(15deg);}
  50% { -moz-transform: rotate(-15deg); -ms-transform: rotate(-15deg); -webkit-transform: rotate(-15deg); transform: rotate(-15deg);}
  75% { -moz-transform: rotate(5deg); -ms-transform: rotate(5deg); -webkit-transform: rotate(5deg); transform: rotate(5deg);}
  85% { -moz-transform: rotate(-5deg); -ms-transform: rotate(-5deg); -webkit-transform: rotate(-5deg); transform: rotate(-5deg);}
}


.nbg{
	background: url("../image/linear.jpg") center bottom repeat-x;
}


.ncate{
	background: #ebedee;
}
.ncate .container{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.ncate li{
	display: block;
	line-height: 52px;
}
.ncate li a{
	display: block;
	padding: 0 70px;
	font-size: 18px;
	background: url("../image/bg_cate.jpg") center bottom 52px repeat-x;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.ncate li.this a,
.ncate li:hover a{
	color: #fff;
	background: url("../image/bg_cate.jpg") center repeat-x;
}


.nprocate li{
	width: 50%;
	text-align: center;
}


.npro li{
	display: block;
	float: left;
	width: 32%;
	margin: 0 2% 2% 0;
}
.npro li:nth-child(3n){
	margin: 0 0 1% 0;
}
.npro li .pic{
	border: 1px solid #e6e7e8;
}
.npro li:hover .pic img{
	transform: scale(1.1);
}
.npro li .text{
	position: relative;
	padding: 20px 20px 20px;
	background: #f7f8fb;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.npro li .text .text1{
	font-size: 26px;
	color: #525353;
	font-weight: bold;
	margin: 0 0 10px 0;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.npro li .text .text2{
	font-size: 16px;
	line-height: 22px;
	padding: 0 30% 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.npro li .text .more{
	position: absolute;
	right: 20px;
	bottom: 30px;
	border: 1px solid #cacbcd;
	color: #cacbcd;
	border-radius: 10px;
	line-height: 30px;
	padding: 0 10px 0 5px;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.npro li .text .more .iconfont{
	font-size: 24px;
	display: inline-block;
	vertical-align: bottom;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.npro li:hover .text{
	background: #00488d;
}
.npro li:hover .text .text1,
.npro li:hover .text .text2,
.npro li:hover .text .more,
.npro li:hover .text .more *{
	color: #fff;
}


.service_title{
	text-align: center;
	font-size: 30px;
	color: #00488d;
	font-weight: bold;
}
.service_title .iconfont{
	font-weight: normal;
	font-size: 34px;
	display: inline-block;
	vertical-align: middle;
}


.promiselist li{
	display: block;
	margin: 0 0 30px 0;
}
.promiselist li:last-child{
	margin: 0;
}
.promiselist li .iconfont{
	width: 18%;
	text-align: center;
	font-size: 70px;
	background: #00488d;
	color: #fff;
	padding: 15px 0;
	line-height: 70px;
}
.promiselist li .text{
	padding-left: 5%;
	padding-right: 10%;
	font-size: 18px;
	line-height: 30px;
	color: #38393a;
	width: 82%;
	box-sizing: border-box;
	border-top: 1px solid #d0ddea;
	border-right: 1px solid #d0ddea;
	border-bottom: 1px solid #d0ddea;
}



.shuoming{
	border-top: 1px dashed #094e91;
}
.shuoming .text{
	padding: 0 8%;
	font-size: 18px;
	line-height: 30px;
}

.dianhua{
	border-top: 1px dashed #094e91;
}
.dianhua .text{
	padding: 0 8%;
	line-height: 30px;
	text-align: center;
	letter-spacing: 2px;
	margin-left: 20px;
}
.dianhua .text a{
	font-weight: bold;
	font-family: "Arial";
	font-size: 30px;
}



.ndownloadlist li{
	display: block;
	float: left;
	width: 30%;
	margin: 0 5% 7% 0;
	padding: 50px 30px 70px 30px;
	background: #f7f8fb;
	box-sizing: border-box;
	position: relative;
	line-height: 28px;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.ndownloadlist li:nth-child(3n){
	margin: 0 0 5% 0;
}
.ndownloadlist li span{
    text-overflow: ellipsis;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	line-height: 28px;
	padding: 0 0 0 15px;
}
.ndownloadlist li span::before{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 4px;
	height: 28px;
	border-radius: 2px;
	background: #00488d;
	margin: 0 10px 0 0;
}
.ndownloadlist li .downbtn{
	display: block;
	position: absolute;
	bottom: -25px;
	width: 48%;
	left: 26%;
	background: #d6d7d7;
	color: #fff;
	font-size: 18px;
	line-height: 50px;
	text-align: center;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.ndownloadlist li .downbtn .iconfont{
	font-size: 40px;
	display: inline-block;
	vertical-align: middle;
}

.ndownloadlist li:hover{
	box-shadow: 0 0 12px 0 rgba(0,0,0,.2);
}
.ndownloadlist li:hover .downbtn{
	background: #00488d;
}


.nmessage{
	width: 48%;
}
.nmessage li{
	display: block;
	font-size: 16px;
	color: #959799;
	margin: 0 0 13px 0;
	position: relative;
}
.nmessage li input,
.nmessage li textarea{
	display: block;
	border: 1px solid #d6d7d7;
	width: 100%;
	height: 44px;
	margin: 5px 0 0 0;
	padding: 0 10px;
	box-sizing: border-box;
}
.nmessage li textarea{
	height: 83px;
	padding: 10px;
	width: 100%;
	box-sizing: border-box;
}
.nmessage li img{
	position: absolute;
	right: 1px;
	bottom: 1px;
	padding: 5px 0;
}

.nmessage .subbutton{
	width: 160px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	background: #00488d;
	border-radius: 10px;
	font-size: 24px;
	padding: 0 5px 0 0;
	cursor: pointer;
}
.nmessage .subbutton .iconfont{
	font-size: 38px;
	display: inline-block;
	vertical-align: bottom;
}

.ncontacttext{
	width: 48%;
	margin: 26px 0 0 0;
}
.ncontacttext li{
	display: block;
	width: 49%;
	margin: 0 2% 2% 0;
	float: left;
	border: 1px solid #d6d7d7;
	box-sizing: border-box;
	padding: 40px 30px 30px 30px;
	text-align: center;
	color: #b8b9bb;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.ncontacttext li:nth-child(2n){
	margin: 0 0 2% 0;
}
.ncontacttext li .iconfont{
	font-size: 60px;
	color: #b8b9bb;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.ncontacttext li span{
	display: block;
	margin: 20px 0 10px 0;
	font-weight: bold;
}
.ncontacttext li:hover{
	background: #00488d;
	border: 1px solid #00488d;
	color: #fff;
}
.ncontacttext li:hover .iconfont{
	color: #fff;
}


.maparea{
	overflow: hidden;
}
.maparea iframe{
	position: relative;
	left: 50%;
	margin-left: -960px;
}


.nequipment .ntitle{
	text-align: left;
}
.nequipment .ntitle h2::after{
	margin: 10px 0 0 0;
}


.nequiplist li{
	display: block;
}
.nequiplist li a{
	display: block;
	padding: 0 16px 0 0;
}

.nnews li{
	display: block;
	margin: 0 0 40px 0;
}
.nnews li:last-child{
	margin: 0;
}
.nnews li a{
	display: block;
	padding: 30px;
	background: url("../image/logo_news.png") right -300px top 15px #f7f8fb no-repeat;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.nnews li:hover a{
	background: url("../image/logo_news.png") right 20px top 15px #00488d no-repeat;
}

.nnews li .pic{
	width: 26%;
}
.nnews li .text{
	width: 69%;
	padding: 0 0 0 5%;
}
.nnews li .text span{
	display: block;
	font-size: 20px;
	font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
	white-space: nowrap;
	margin: 20px 0 0 0;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.nnews li .text p{
	font-size: 16px;
	line-height: 32px;
	color: #030303;
	margin: 20px 0 0 0;
	padding: 0 15% 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.nnews li .text .more{
	margin: 30px 0 0 0;
	font-size: 18px;
	color: #747475;
	width: 135px;
	line-height: 30px;
	text-align: center;
	border-radius: 10px;
	border: 1px solid #747475;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.nnews li .text .more .iconfont{
	font-size: 30px;
	display: inline-block;
	vertical-align: bottom;
}
.nnews li:hover .text span,
.nnews li:hover .text p,
.nnews li:hover .text .more{
	color: #fff;
}
.nnews li:hover .text .more{
	border: 1px solid #fff;
}


.nequiplist{
	position: relative;
}

.ebtn-left,
.ebtn-right{
	position: absolute;
	top: 50%;
	font-size: 20px;
	width: 40px;
	line-height: 40px;
	background-color: #ddd;
	border-radius: 50%;
	margin-top: -20px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.ebtn-left:hover,
.ebtn-right:hover{
	background: #00488d;
}
.ebtn-left{
	left: -50px;
}
.ebtn-right{
	right: -50px;
	transform: rotate(180deg);
}



.swiper-pagination-switch{
	opacity: 1;
	background-color: #ebedee;
}
.swiper-active-switch{
	background: #00488d;
}

.pagination{
	bottom: 40px;
}
























