@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	outline: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 0;
	padding: 0;
}
fieldset, iframe, img {
	border: 0
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block
}
audio, canvas, video, progress {
	display: inline-block;
	vertical-align: baseline
}
button {
	background: none;
	border: 0;
	box-sizing: content-box;
	color: inherit;
	cursor: pointer;
	font: inherit;
	line-height: inherit;
	overflow: visible;
	vertical-align: inherit
}
button:disabled {
	cursor: default
}
audio:not([controls]) {
	display: none
}
input {
	font-family: '微软雅黑'
}
input[type="text"], input[type="tel"], input[type="button"], input[type="reset"], input[type="email"], input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
	font-family: 'Microsoft YaHei'
}
body {
	font: normal normal normal 14px/1.8 Gotham, 'Microsoft YaHei', Helvetica, Arial, " sans-serif";
	color: #555;
}
a, a:link, a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none
}
a {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-user-select: none;
	-moz-user-focus: none;
	-moz-user-select: none;
}
a:hover {
	text-decoration: none
}
ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}
dl,dd{
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
p{
	margin-bottom: 0;
}
.icon {
	width: 1em;
	height: 1em;
	vertical-align: -0.15em;
	fill: currentColor;
	overflow: hidden;
}
.pp{
	padding: 0;
}

/*---pc-header---*/

.header .logo{
	background: #2c5173;
	height: 100px;
	text-align: center;
}
.header .logo img{
	max-width: 90%;
	display: inline-block;
	vertical-align: middle;
}
.header .logo span{
	display: inline-block;
	height: 100%;
	width: 1px;
	vertical-align: middle;
}
.header .nav{
	background: #194162;
	height: 100px;
	text-align: right;
	padding-right: 80px;
}
.header .nav li{
	display: inline-block;
	position: relative;
}
.header .nav li a{
	display: inline-block;
	color: #fff;
	padding: 40px 20px;
	line-height: 20px;
	font-size: 15px;
	position: relative;
}
.header .nav li:hover a{
	background: #2c5173;
	transition: all ease 0.5s;
}
.header .nav li dl{
	position: absolute;
	top: 100px;
	left: 0;
	background: #2c5173;
	z-index: 99999!important;
	width: 100%;
	display: none;
}
.header .nav li dd a{
	text-align: center;
	font-size: 14px;
	line-height: 40px;
	width: 100%;
	padding: 0;
}
.header .nav li dd a:hover{
	background: #194162;
}
.header .nav .active a{
	background: #2c5173;
}
.header .nav li .line{
	width: 0;
	height: 5px;
	background: #6e96b5;
	position: absolute;
	top: 95px;
	left: 0;
	transition: all ease 0.5s;
	display: none;
}
.header .nav .active .line{
	width: 100%;
}
.header .tel{
	height: 100px;
	background: #043453;
	line-height: 100px;
	text-align: center;
}
.header .tel span{
	display: inline-block;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding-left: 30px;
	background: url(../images/icon-tel.png) no-repeat left center;
}

/*---banner---*/

.banner{
	position: relative;
	height: 100%;
}
.banner .bar{
	width: 100%;
}
.banner .bg{
	background: url(../images/banner-bg.png) no-repeat center;
	background-size: cover;
	position: absolute;
	width: 50%;
	height: 100%;
	top: 0;
	left: 0;
}
.banner .test{
	position: absolute;
	top: 34%;
	left: 25%;
	color: #fff;
}
.banner .test h4{
	font-size: 50px;
}
.banner .test h6{
	font-size: 24px;
	font-family: "din";
	display: none;
}
.banner .test .line{
	width: 28px;
	height: 3px;
	background: #fff;
	margin: 20px 0;
}
.banner .index a{
	color: #fff;
	margin: 0 10px;
}


/*---底部---*/

.footer{
	background: #181818;
	height: 160px;
}
.footer .left{
	color: #999999;
	padding: 50px;
}
.footer .left a{
	color: #999999;
	margin: 0 10px;
}
.footer .right {
	text-align: right;
	padding: 50px;
}
.footer .right .wz{
	display: inline-block;
	color: #999;
}
.footer .right a{
	color: #999;
}
.footer a:hover{
	color: #4c8bbf;
}

/*---关于我们---*/

.left-menu{
	background: #fff;
	position: relative;
	top: -125px;
	padding: 0;
}
.left-menu dd{
	background: #fff;
	transition: all ease 0.5s;
	position: relative;
}
.left-menu dd a{
	display: block;
	padding: 40px;
	padding-left: 52px;
	background: url(../images/icon-jx.png) no-repeat left 40px top 40px;
	border-bottom: 1px solid #e9e9e9;
	border-top: 1px solid #e9e9e9;
}
.left-menu dd h4{
	font-size: 18px;
	color: #043453;
	margin-bottom: 10px;
	font-weight: bold;
}
.left-menu dd h6{
	font-size: 14px;
	color: #aaa;
}
.left-menu dd:hover{
	background: #d9e2e8;
}
.left-menu .active{
	background: #d9e2e8; 
}
.left-menu dd .jt{
	padding: 15px;
	position: absolute;
	top: 35px;
	right: 25px;
	cursor: pointer;
}
.left-menu ul{
	padding: 20px 0;
	background: #fff;
}
.left-menu li a{
	background: #fff;
	color: #666;
	line-height: 20px;
	padding: 15px 0 15px 50px;
	border: 0;
}
.left-menu li a:hover{
	color: #2c5173;
}
.right-img{
	padding: 0;
}
.right-img img{
	width: 100%;
	display: block;
}
.title h4{
	font-size: 32px;
	color: #043453;
	padding-left: 45px;
	margin-bottom: 50px;
	background: url(../images/icon-sjx.png) no-repeat left center;
}
.center-cont{
	padding: 60px;
}
.center-cont .wz{
	line-height: 28px;
}
.center-cont .wz img{
	max-width: 100%;
}

.culture ul{
	padding: 60px 100px;
}
.culture li{
	text-align: center;
}
.culture li .wz{
	background: url(../images/line-01.png) no-repeat left top;
	padding-left: 30px;
	display: inline-block;
	text-align: left;
}
.culture li h6{
	font-size: 16px;
	text-transform: uppercase;
	color: #ccc;
}
.culture li h3{
	font-size: 56px;
	color: #043453;
	margin: 25px 0;
}
.culture li p{
	font-size: 28px;
	color: #043453;
}

.team {
	padding-bottom: 0;
}
.team ul{
	padding: 0 150px 0 50px; 
}
.team li{
	padding-bottom: 60px;
}
.team li img{
	float: left;
	margin-right: 60px;
}
.team li h4{
	font-size: 24px;
	color: #000000;
}
.team li .line{
	width: 30px;
	height: 5px;
	background: #043453;
	display: inline-block;
	margin: 30px 0 20px 0;
}
.team li p{
	color: #666;
}


.ym{
	text-align: center;
	padding-bottom: 60px;
}
.ym a{
	display: inline-block;
	line-height: 30px;
	padding: 0 25px;
	color: #666;
	border: 1px solid #999;
	margin: 0 10px;
}
.ym .fy{
	display: inline-block;
}
.ym span{
	display: inline-block;
	margin: 0 10px;
	color: #666;
}

.partner dd{
	border: 1px solid #e9e9e9;
	padding: 15px;
}
.partner dd img{
	width: 100%;
}
.partner dd h4{
	font-size: 15px;
	margin: 15px 0;
	text-align: center;
}


.news li:last-child span{
	margin-bottom: 0;
}
.news li span{
	display: block;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #ccc;
}
.news li .wz{
	width: 80%;
}
.news li .time{
	font-size: 18px;
	color: #999;
}
.news li h4{
	font-size: 24px;
	color: #333333;
	margin:  20px 0;
}
.news li p{
	font-size: 14px;
	color: #999;
}
.btn{
	padding: 0;
	width: 140px;
	line-height: 36px;
	text-align: left;
	color: #666;
	text-transform: uppercase;
	background: url(../images/icon-jt.png) no-repeat center right 15px;
	border: 1px solid #cccccc;
	font-size: 14px;
	padding-left: 15px;
	transition: all ease 0.5s;
}
.btn:hover{
	background: url(../images/icon-jt1.png) no-repeat center right 15px,#2c5173;
	color: #fff;
}
.news .btn{
	position: absolute;
	right: 0;
	top: 50px;
}


.news-show .title1 h4{
	font-size: 32px;
	line-height: 40px;
	color: #043453;
}
.news-show .time{
	font-size: 14px;
	color: #999;
	margin: 25px 0;
}
.news-show .wz{
	line-height: 28px;
}

.knowledge li{
	padding: 0;
}
.knowledge li span{
	display: block;
	margin: 20px;
	border: 5px solid #fff;
	padding: 20px;
}
.knowledge li .time{
	font-size: 18px;
	color: #999;
	margin-bottom: 20px;
}
.knowledge li h4{
	font-size: 24px;
	line-height: 32px;
	color: #333;
}
.knowledge li .line{
	width: 30px;
	height: 5px;
	background: #2c5173;
	margin: 25px 0;
}
.knowledge li p{
	color: #999;
}
.knowledge li .btn{
	float: right;
	margin-top: 20px;
}
.knowledge li:hover span{
	border-color: #d9e2e8;
	transition: all ease 0.5s;
}


.job .test{
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px dashed #2c5173;
}
.job .wz1 font{
	color: #2c5173;
	font-weight: bold;
	font-size: 16px;
}
.job dd{
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px dashed #2c5173;
}
.job dd h4{
	font-size: 24px;
	color: #2c5173; 
}
.job dd .add{
	font-size: 14px;
	color: #999;
	margin: 15px 0 30px 0;
}
.job dd .bq{
	width: 120px;
	line-height: 36px;
	color: #043453;
	font-size: 14px;
	border: 1px solid #043453;
	text-align: center;
	margin: 15px 0;
}
.job dd:last-child{
	border: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.contact .title1 h4{
	font-size: 30px;
	color: #043453;
	margin-bottom: 120px;
}
.contact dd{
	margin-bottom: 40px;
}
.contact dd h4{
	font-size: 18px;
	color: #043453;
}
.contact dd h4 font{
	color: #666;
	margin-left: 15px;
}
.contact dd .line{
	width: 30px;
	height: 5px;
	background: #043453;
	margin: 15px 0;
}
.contact dd p{
	font-size: 24px;
	color: #043453;
}
.contact dd:nth-child(2) p{
	font-weight: bold;
	font-size: 28px;
	font-family: "din";
}
.right-img{
	position: relative;
}
.right-img .qr{
	width: auto;
	position: absolute;
	bottom: 60px;
	left: 60px;
}

.iw_poi_title {color:#CC5522;font-size:14px;font-weight:bold;overflow:hidden;padding-right:13px;white-space:nowrap}
.iw_poi_content {font:12px arial,sans-serif;overflow:visible;padding-top:4px;white-space:-moz-pre-wrap;word-wrap:break-word}
.maps{
	padding-right: 0;
	float: right;
}
.maps .center,.maps .bottom{
	box-sizing: content-box;
}

.service li {
	margin: 30px 0;
}
.service li h4{
	font-size: 36px;
	color: #043453;
	margin-bottom: 10px;
}
.service li h6{
	font-size: 16px;
	color: #999;
	text-transform: uppercase;
}
.service li .line{
	width: 30px;
	height: 5px;
	background: #043453;
	margin: 25px 0;
}
.service li p{
	color: #999;
}
.service li span{
	display: block;
	background: url(../images/icon-service.png) no-repeat top left;
	padding-left: 60px;
}
.service li .btn{
	margin-top: 30px;
}



/*------------------------------------1680px-------------------------------------*/

@media(max-width:1680px){
	.culture li h3{
		font-size: 48px;
	}
	.culture li p{
		font-size: 20px;
	}
	.contact .title1 h4{
		margin-bottom: 60px;
	}
}

/*------------------------------------1440px-------------------------------------*/

@media(max-width:1440px){
	.banner .test{
		top: 34%;
		left: 25%;
	}
	.banner .test h4{
		font-size: 40px;
	}
	.banner .test h6{
		font-size: 20px;
	}
	.banner .test .line{
		width: 28px;
		height: 4px;
		margin: 15px 0;
	}
	.banner .index{
		margin-top: 15px;
	}
	.banner .index a{
		color: #fff;
		margin: 0 5px;
	}
	.culture ul{
		padding: 60px 15px;
	}
	.team ul{
		padding: 0;
	}
	.contact{
		padding: 60px;
	}
	.contact .title1 h4{
		font-size: 28px;
		margin-bottom: 50px;
	}
	.contact dd h4{
		font-size: 16px;
	}
	.contact dd p{
		font-size: 18px;
	}
	.contact dd{
		margin-bottom: 20px;
	}
	.contact dd:nth-child(2) p{
		font-size: 24px;
	}
	.knowledge li h4{
		font-size: 20px;
	}
	.knowledge li span{
		height: 400px;
		overflow: hidden;
	}
	.service li span{
		height: 360px;
		overflow: hidden;
	}
}


/*------------------------------------1366px-------------------------------------*/

@media(max-width:1366px){
	.banner .test h4{
		font-size: 30px;
	}
	.banner .test .line{
		width: 20px;
		height: 2px;
		margin: 10px 0;
	}
	.banner .index{
		margin-top: 10px;
	}
	.contact .title1 h4{
		font-size: 24px;
	}
	.contact dd:nth-child(2) p{
		font-size: 20px;
	}
	.knowledge li span{
		height: 425px;
	}
}

/*------------------------------------1200px-------------------------------------*/

@media(max-width:1200px){
	.banner{
		margin-top: 60px;
	}
	body{
		margin-bottom: 54px;
	}
	.banner .test{
		width: 400px;
		left: 10%;
	}
	.sp_logo img{
		width: 240px;
		margin-top: 18px;
	}
	.sp_nav span{
		background: #fff;
	}
	.sjj_nav{
		width: 30%;
		height: 100%;
		background: rgba(12,40,64,0.95);
		border-top: 0;
	}
	.sjj_nav ul li i{
		right: 5px;
		border-left: 0;
	}
	.sjj_nav>ul>li{
		line-height: 50px;
		border-bottom: 1px solid #3c5468;
	}
	.sjj_nav ul li a{
		color: #fff;
	}
	.sjj_nav ul li i svg{
		fill : #fff;
		cursor: pointer;
	}
	.sjj_nav ul li ul li a{
		color: #fff;
	}
	.footer{
		height: auto;
		padding-bottom: 30px;
	}
	.footer .left{
		padding: 0;
		padding-top: 30px;
		padding-left: 30px;
	}
	.footer .right{
		padding: 0;
		padding-bottom: 30px;
		padding-right: 30px;
	}
	.left-menu{
		position: inherit;
	}
	.culture li h3{
		font-size: 36px;
		margin: 15px 0;
	}
	.culture li h6{
		font-size: 14px;
	}
	.culture li p{
		font-size: 18px;
	}
	.culture ul{
		padding: 60px 0;
	}
	.culture li .wz{
		background: url(../images/line-02.png) no-repeat left top;
	}
	.team li img{
		margin-right: 30px;
	}
	.team li .line{
		margin: 15px 0 10px 0;
	}
	.right-img .qr{
		bottom: 50px;
		left: 50px;
	}
	.news li .wz{
		width: 100%;
	}
	.news .btn{
		position: initial;
		margin-top: 15px;
	}
	.knowledge li span{
		height: auto;
	}
	.service li span{
		height: auto;
	}
}

/*------------------------------------992px-------------------------------------*/


@media(max-width:992px){
	.footer .left{
		text-align: center;
		padding-left: 0;
		margin-bottom: 10px;
	}
	.footer .right{
		padding: 0 15px;
	}
	.footer .right .wz{
		text-align: center;
		width: 100%;
		line-height: 20px;
	}
	.banner .test{
		top: 20%;
	}
	.left-menu dd a{
		padding: 30px;
		padding-left: 42px;
		background: url(../images/icon-jx.png) no-repeat left 30px top 30px
	}
	.culture li .wz{
		padding-left: 20px;
	}
	.culture li h3{
		font-size: 32px;
	}
	.culture li p{
		font-size: 15px;
		line-height: 20px;
	}
	.culture li h6{
		font-size: 13px;
	}
	.team li img{
		float: inherit;
		margin-bottom: 20px;
		max-width: 100%;
	}
	.knowledge li span{
		margin: 5px;
		padding: 15px;
	}
	.knowledge li span{
		border-bottom: 1px solid #d9e2e8;
	}
	.service li span{
		border-bottom: 1px dashed #d9e2e8;
		padding-bottom: 25px;
	}
	.service li h4{
		font-size: 28px;
	}
}

/*------------------------------------767px-------------------------------------*/

@media(max-width:767px){
	.banner .bg{
		background: none;
	}
	.banner .test{
		position: initial;
		width: auto;
	}
	.banner .index{
		background: #e9e9e9;
		margin-top: 0;
		line-height: 36px;
		padding: 0 15px;
		color: #555;
	}
	.banner .index a{
		color: #555;
		margin: 0 1px;
		font-size: 13px;
	}
	.banner .index a:last-child{
		color: #2c5173;
	}
	.sjj_nav{
		width: 200px;
	}
	.footer .left {
		padding: 0 10px;
		padding-top: 30px;
	}
	.footer .left a{
		margin: 0 3px;
		display: inline-block;
	}
	.left-menu dl{
		border-bottom: 1px solid #e9e9e9;
	}
	.left-menu dd{
		width: calc(100% / 4);
		float: left;
	}
	.left-menu dd a{
		background: none;
		padding: 0;
		border-bottom: 0;
	}
	.left-menu dd h4{
		font-size: 15px;
		font-weight: normal;
		margin-bottom: 0;
		text-align: center;
		line-height: 36px;
	}
	.left-menu dd h6{
		display: none;
	}
	.center-cont{
		padding: 30px 15px;
	}
	.title h4{
		text-align: center;
		background: none;
		margin-bottom: 20px;
		padding-left: 0;
		font-size: 28px;
	}
	.culture{
		padding-bottom: 15px;
	}
	.culture ul{
		padding: 0;
	}
	.culture li{
		margin-bottom: 15px;
		background: #f3f3f3;
		padding: 15px 0;
		text-align: left;
	}
	.culture li .wz{
		display: block;
	}
	.culture li h3{
		font-size: 24px;
	}
	.culture li p{
		text-align: right;
		padding-right: 20px;
	}
	.partner{
		padding: 30px 10px 15px 10px;
	}
	.partner dd{
		padding: 0;
	}
	.partner dd span{
		margin: 5px;
		display: block;
	}
	.partner dd h4{
		margin: 0;
		line-height: 30px;
		text-align: center;
	}
	.team{
		padding-bottom: 10px;
	}
	.team li{
		padding-bottom: 20px;
		margin-bottom: 20px;
		border-bottom: 1px solid #e9e9e9;
	}
	.team li img{
		margin-right: 0;
		margin-bottom: 20px;
		width: 100%;
	}
	.team li h4{
		font-size: 20px;
	}
	.team li .line{
		height: 3px;
	}
	.ym{
		padding-bottom: 30px;
	}
	.ym a{
		margin: 0 5px;
		padding: 0 15px;
	}
	.ym span{
		margin: 0 5px;
	}
	.job .test{
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.job dd h4{
		font-size: 20px;
	}
	.job dd{
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.maps{
		float: inherit;
		padding-right: 15px;
		padding-bottom: 30px;
	}
	.contact .title1 h4{
		margin-bottom: 15px;
	}
	.contact dd .line{
		height: 3px;
	}
	.knowledge li .time{
		font-size: 14px;
		margin-bottom: 10px;
	}
	.knowledge li h4{
		line-height: 24px;
		font-size: 18px;
	}
	.knowledge li .line{
		height: 3px;
		margin: 15px 0;
	}
	.btn{
		width: 120px;
		line-height: 30px;
		font-size: 13px;
	}
	.knowledge li span{
		border: 2px solid #d9e2e8;
	}
	.news-show .title1 h4{
		font-size: 24px;
		line-height: 28px;
	}
	.news-show .time{
		margin: 15px 0;
	}
	.news li .time{
		font-size: 14px;
	}
	.news li h4{
		font-size: 20px;
		margin: 10px 0;
	}
	.service li{
		padding: 0;
		margin: 15px 0;
	}
	.service li span{
		padding-left: 0;
		background: none;
		padding-bottom: 15px;
	}
	.service li h4{
		font-size: 20px;
	}
	.service li h6{
		font-size: 13px;
	}
	.service li .line{
		height: 3px;
		margin: 10px 0;
	}
	.service li .btn{
		margin-top: 15px;
	}
}

/*------------------------------------320px-------------------------------------*/

@media(max-width:330px){
	.sp_logo img{
		width: 220px;
	}
}











