@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: 'dinRegular';
	src: url('din.eot');
	src: local('din Regular'), 
              local('din'), 
              url('din.woff') format('woff'), 
              url('din.ttf') format('truetype'), 
              url('din.svg#din') format('svg');
}  
/*其中fontName替换为你的字体名称*/
* {
	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;
}
.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;
	overflow: hidden;
}
.banner .carousel-control.left{
	left: auto;
	right: 0;
	width: 0;
}
.banner .carousel-control.right{
	width: 0;
}
.banner .carousel-control.left img{
	position: absolute;
	bottom: 50px;
	right: 90px;
}
.banner .carousel-control.right img{
	position: absolute;
	bottom: 50px;
	right: 50px;
}
.banner .carousel-indicators li{
	width: 15px;
	height: 3px;
	border-radius: 0;
	margin: 0;
	transition: all ease 0.5s;
	border: 0;
	background: rgba(0,0,0,0.7);
}
.banner .carousel-indicators .active{
	width: 30px;
	background: rgba(180,19,39,.8);
}
.banner .item .bg{
	width: 50%;
	height: 100%;
	background: rgba(4,52,83,0.8);
	position: absolute;
	right: 0;
	top: 0;
}
.banner .test{
	position: absolute;
	top: 50%;
	left: 60%;
	transform: translate(-50%,-50%);
}

/*-------新闻-----*/
.title h4{
	font-size: 44px;
	font-weight: bold;
}
.news .left{
	padding: 80px 0;
}
.news .left .wz{
	border: 2px solid #e9e9e9;
	width: 70%;
	margin: 0 auto;
	padding: 80px 0;
	text-align: center;
}
.news .left h4{
	color: #333;
}
.news .left span{
	color: #517599;
} 
.news .left h6{
	font-size: 24px;
	font-weight: bold;
	color: #517599;
	text-transform: uppercase;
	margin-top: 10px;
	font-family: "din";
}
.news ul{
	padding: 80px 0;
}
.news li .time{
	font-size: 14px;
	color: #aaa;
	margin-bottom: 20px;
	transition: all ease 0.5s;
}
.news li:hover .time{
	margin-top: -10px;
}
.news li a{
	display: block;
	margin: 0 15px;
}
.news li h4{
	font-size: 18px;
	color: #222;
	line-height: 26px;
}
.news li .line{
	width: 40px;
	height: 5px;
	background: #517599;
	margin: 40px 0;
}
.news li p{
	font-size: 14px;
	line-height: 24px;
	color: #999;
	text-align: justify;
}
.news .right{
	text-align:  center;
	padding: 0;
	padding-left: 30px;
}
.news .right a{
	background: #eef4fb;
	display: block;
	padding: 230px 0;
	transition: all ease 0.5s;
	color: #517599;
}
.news .right a:hover{
	background: #d9e8fa;
}
.news .right h4{
	font-size: 24px;
	margin-bottom: 10px;
}
.news .right h6{
	font-size: 14px;
	text-transform: uppercase;
}

/*---service---*/

.service{
	background: url(../images/service-bg.jpg) no-repeat center;
	background-size: cover;
	padding: 60px 0;
}
.service .left{
	padding: 0 100px;
}
.service .left img{
	margin-bottom: 30px;
}
.service .left h4{
	color: #e5ffff;
	margin-bottom: 60px;
}
.service .left h6{
	font-size: 48px;
	line-height: 50px;
	font-weight: bold;
	color: #a0bbd4;
	font-family: "din";
}
.service .left .line{
	width: 40px;
	height: 2px;
	background: #a0bbd4;
	margin: 25px 0;
}
.service .btn{
	padding: 0;
	margin: 0;
	text-align: left;
}
.service .btn a{
	display: block;
	background: #2c5173;
	color: #fff;
	width: 240px;
	line-height: 48px;
	font-weight: bold;
	padding-left: 30px;
	transition: all ease 0.5s;
}
.service .btn a:hover{
	background: #043453;
	box-shadow: 0 10px 55px 5px rgba(137,173,255,.35); 
}
.service .btn a span{
	font-size: 18px;
	float: right;
	margin-right: 30px;
}
.service ul{
	padding-right: 120px;
}
.service li {
	text-align: center;
	margin: 20px 0;
	transition: all ease 0.5s;
}
.service li img{
	width: 80px;
	margin: 0 auto;
	max-width: 100%;
	display: block;
}
.service li h4{
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	margin: 20px 0 15px 0;
}
.service li h6{
	font-size: 14px;
	color: #a0c2ea;
}
.service-g{
	background: url(../images/serg-bg.jpg) no-repeat center;
	background-size: cover;
	padding: 80px 0;
}
.service-g .left h4{
	color: #043453;
}
.service-g li h4{
	color: #112c43;
}
.service-g li h6{
	color: #2c5173;
}

/*---核心优势---*/

.core{
	background: url(../images/ys-bg.jpg) no-repeat center;
	background-size: cover;
}
.core .left{
	padding: 0 100px;
}
.core .left img{
	margin-bottom: 30px;
	margin-top: 50px;
}
.core .left h4{
	color: #ffffff;
	margin-bottom: 100px;
}
.core .left h6{
	font-size: 50px;
	line-height: 60px;
	font-weight: bold;
	color: #a0bbd4;
}
.core .left .line{
	width: 40px;
	height: 2px;
	background: #a0bbd4;
	margin: 25px 0;
}
.core .right{
	padding-right: 120px;
}
.core ul{
	padding: 60px 0;
}
.core li .til{
	border: 1px solid #6c889f;
	border-bottom: 4px solid #6c889f;
	width: 75%;
	margin: 0 auto;
	padding: 40px 0;
	text-align: center;
	transition: all ease 0.5s;
}
.core li .til:hover{
	margin-top: -10px;
}
.core li a{
	display: block;
	margin: 0 15px;
}
.core li h4{
	color: #fff;
	font-size: 36px;
	margin-bottom: 10px;
}
.core li h6{
	font-size: 18px;
	color: #fff;
}
.core li p{
	color: #fff;
	line-height: 28px;
	margin-top: 50px;
	text-indent: 30px;
}
 
/*---关于我们---*/

.contact{
	background: #fff;
}
.contact .left{
	padding: 60px 100px;
}
.contact .logo1{
	display: inline-block;
}
.contact .tab{
	display: inline-block;
	float: right;
	margin-top: 30px;
}
.contact .tab a{
	color: #333;
	font-size: 15px;
	line-height: 40px;
	padding: 0px 30px;
	border: 1px solid #666;
	display: block;
	float: left;
	margin-left: 10px;
}
.contact .tab a:hover{
	border-color: #ddd;
	transition: all ease 0.5s;
}
.contact .left p{
	line-height: 28px;
	text-indent: 30px;
	color: #666;
	margin-top: 50px;
	text-align: justify;
}
.contact .left .wz a{
	display: inline-block;
	text-transform: uppercase;
	color: #333;
	border: 1px solid #666;
	padding: 0 30px;
	line-height: 30px;
	float: right;
	margin-top: 30px;
}
.contact .left .wz a:hover{
	background: #fff;
	color: #333;
	transition: all ease 0.5s;
}
.contact .right{
	/*background: url(../images/con-01.jpg) no-repeat center;
	background-size: cover;*/
}
.contact .right{
	color: #333;
	height: 100%;
}
.contact .right dl{
	padding: 80px 60px;
	padding-left: 0;
}
.contact .right dd{
	height: 100px;
	margin: 30px 0;
}
.contact .right dd img{
	width: 20%;
	float: left;
}
.contact .right dd .wz{
	width: 80%;
	float: left;
	padding-left: 30px;
}
.contact .right h4{
	font-size: 30px;
	margin-bottom: 25px;
}
.contact .right h6{
	font-size: 24px;
}

/*---底部---*/

.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;
}



/*------------------------------------1920px-------------------------------------*/

@media(max-width:1920px){
	.banner .test img{
		width: 100%;
	}
	.banner .test{
		width: 800px;
	}
}
@media(max-width:1800px){
	.banner .test{
		width: 700px;
	}
}
@media(max-width:1680px){
	.banner .test{
		width: 600px;
	}
	.contact .right dl{
		padding: 80px 50px;
		padding-left: 0;
	}
	.contact .right h4{
		font-size: 24px;
	}
	.contact .right h6{
		font-size: 20px;
	}
	.service li h4{
		font-size: 24px;
	}
}

/*------------------------------------1440px-------------------------------------*/

@media(max-width:1440px){
	.banner .test{
		width: 550px;
	}
	.title h4{
		font-size: 40px;
	}
	.core .right{
		padding-right: 60px;
	}
	.service ul{
		padding-right: 60px;
	}
	.news ul{
		padding: 55px 0;
	}
	.news .right a{
		padding: 200px 0;
	}
	.service .left h6{
		font-size: 40px;
		line-height: 40px;
	}
	.service li img{
		width: 70px;
	}
	.core .left h6{
		font-size: 40px;
	}
	.core li span{
		margin: 0;
	}
	.core li .til{
		padding: 30px 0;
	}
	.core li h4{
		font-size: 30px;
	}
	.core li h6{
		font-size: 16px;
	}
	.contact .right h4{
		margin-bottom: 15px;
	}
	.news li a{
		margin: 0;
	}
	.news li p{
		text-align: left;
	}
}


/*------------------------------------1366px-------------------------------------*/

@media(max-width:1366px){
	.banner .test{
		width: 500px;
	}
	.service li img{
		width: 60px;
	}
	.service li h4{
		font-size: 20px;
	}
	.service li h6{
		font-size: 14px;
	}
	.service .left h4{
		margin-bottom: 70px;
	}
	.service .btn a{
		width: 200px;
	}
	.core{
		padding-bottom: 20px;
	}
	.contact .tab a{
		padding: 0 20px;
	}
	.contact .right dl{
		padding: 100px 30px;
		padding-left: 0;
	}
}

/*------------------------------------1200px-------------------------------------*/

@media(max-width:1200px){
	.banner{
		margin-top: 60px;
	}
	body{
		margin-bottom: 54px;
	}
	.banner .test{
		width: 400px;
	}
	.title h4{
		font-size: 36px;
	}
	.sp_logo img{
		width: 240px;
		margin-top: 18px;
	}
	.sp_nav span{
		background: #fff;
	}
	.sjj_nav{
		width: 30%;
	}
	.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;
	}
	.news .left .wz{
		padding: 0;
		border: 0;
		width: auto;
	}
	.news .left{
		padding: 60px 0;
	}
	.title h6{
		font-size: 18px !important;
		color: #aaa !important;
		font-weight: normal !important;
	}
	.news ul{
		padding: 0 60px;
	}
	.news .right{
		padding-bottom: 60px;
	}
	.news .right a{
		padding: 0;
		margin-top: 40px;
		background: none;
		display: inline-block;
	}
	.news .right a:hover{
		background: none;
	}
	.news .right h4{
		display: none;
		color: #fff;
	}
	.news .right h6{
		width: 140px;
		background: #2c5173;
		color: #fff;
		margin: 0 auto;
		line-height: 40px;
		transition: all ease 0.5s;
	}
	.news .right h6:hover{
		background: #043453;
		box-shadow: 0 10px 55px 5px rgba(137,173,255,.35); 
	}
	.service{
		padding: 60px 0;
	}
	.service .left{
		text-align: center;
	}
	.service .left h4{
		margin-bottom: 0px;
	}
	.service .left h6{
		color: #fff !important;
	}
	.service ul{
		padding-right: 15px;
	}
	.service .btn{
		width: 100%;
	}
	.service .btn a{
		margin: 0 auto;
		margin-top: 20px;
	}
	.service li{
		margin: 30px 0;
	}
	.service li h4{
		margin-top: 15px;
	}
	.service-g .title h6{
		color: #aaa !important;
	}
	.core {
		padding: 60px 0;
	}
	.core .title{
		text-align: center;
	}
	.core .left h4{
		font-size: 36px;
		margin-bottom: 0;
	}
	.core .left h6{
		line-height: 40px;
		color: #fff !important;
	}
	.core .right{
		padding: 0 60px;
	}
	.core ul{
		padding: 30px 0;
		padding-bottom: 0;
	}
	.core li p{
		margin-top: 30px;
	}
	.contact .left{
		padding: 60px 80px 40px 80px;
	}
	.contact .right dl{
		padding: 0 50px;
	}
	.contact .right h4{
		margin-bottom: 20px;
		margin-top: 10px;
	}
	.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;
	}
}

/*------------------------------------1200px-------------------------------------*/


@media(max-width:992px){
	.core li a{
		margin: 0;
	}
	.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;
	}
	.contact .right dd{
		height: 80%;
	}
	.contact .right h4{
		margin-top: 0px;
	}
	.core li .til{
		width: 100%;
	}
	.banner .test{
		width: 300px;
	}
	.banner .carousel-control.left{
		left: 0;
		right: auto;
		width: 0;
	}
	.banner .carousel-control.right{
		width: 0;
	}
	.banner .carousel-control.left img{
		position: absolute;
		top: 50%;
		left: 15px;
		margin-top: -15px;
	}
	.banner .carousel-control.right img{
		position: absolute;
		top: 50%;
		right: 15px;
		margin-top: -15px;
	}
	
}

/*------------------------------------767px-------------------------------------*/

@media(max-width:767px){
	.banner .test{
		width: 200px;
	}
	.contact .right dd{
		margin-top: 0;
	}
}



@media(max-width:600px){
	.banner .test{
		width: 150px;
	}
	.news .left{
		padding: 30px 0 20px 0;
	}
	.title h4{
		font-size: 28px;
	}
	.news .left h6{
		font-size: 14px !important;
	}
	.news ul{
		padding: 0 10px;
	}
	.news li{
		padding: 0;
		width: 100%;
		margin-bottom: 20px
	}
	.news li a{
		border: 2px solid #e9e9e9;
		padding: 15px;
		margin: 0 5px;
		margin-top: 0px;
	}
	.news li .line{
		height: 3px;
		margin: 15px 0;
		width: 30px;
	}
	.news li .time{
		margin-bottom: 10px;
	}
	.news li h4{
		font-size: 15px;
		line-height: 24px;
	}
	.news .right h6{
		line-height: 36px;
		width: 120px;
		font-size: 14px;
	}
	.news .right a{
		margin-top: 20px;
	}
	.news .right{
		padding-bottom: 30px;
	}
	.service{
		padding: 30px 0;
	}
	.service .left h6{
		font-size: 14px !important;
	}
	.service li img{
		width: 50px;
	}
	.service li h4{
		font-size: 16px;
	}
	.service li h6{
		font-size: 13px;
	}
	.service li{
		margin: 15px 0;
	}
	.service ul{
		padding: 0;
	}
	.service .btn a{
		width: 180px;
		line-height: 40px;
	}
	.sjj_nav{
		width: 200px;
	}
	.core{
		padding: 30px 0 10px 0;
	}
	.core .left h4{
		font-size: 28px;
	}
	.core .left h6{
		font-size: 14px !important;
	}
	.core .right{
		padding: 0;
	}
	.core ul{
		padding: 0;
		margin-top: 20px;
	}
	.core li .til{
		border: 0;
		padding: 0;
	}
	.core li a{
		border: 2px solid #708aa0;
		margin-bottom: 20px;
		padding: 15px;
	}
	.core li h4{
		font-size: 20px;
	}
	.core li h6{
		font-size: 14px;
	}
	.core li p{
		margin-top: 15px;
	}
	.contact .left{
		padding: 30px 15px;
	}
	.contact .logo1{
		width: auto;
		max-width: 100%;
		display: block;
		margin: 0 auto;
	}
	.contact .tab{
		width: 100%;
		display: block;
		float: inherit;
	}
	.contact .tab a {
		padding: 0;
		width: calc(100% / 4 - 10px);
		margin: 0 5px;
		text-align: center;
	}
	.contact .left p{
		margin-top: 20px;
	}
	.contact .left .wz a{
		margin: 0 auto;
		width: 120px;
		display: block;
		float: inherit;
		text-align: center;
		margin-top: 20px;
	}
	.contact .right dl{
		padding: 0;
	}
	.contact .right dd{
		border: 2px solid #708aa0;
		padding: 15px;
	}
	.contact .right h4{
		font-size: 18px;
		margin-bottom: 15px;
	}
	.contact .right h6{
		font-size: 14px;
	}
	.contact .right dd img{
		width: 12%;
	}
	.contact .right dd .wz{
		width: 88%;
		padding-left: 20px;
	}
	.footer .left {
		padding: 0 10px;
		padding-top: 30px;
	}
	.footer .left a{
		margin: 0 3px;
		display: inline-block;
	}
}


/*------------------------------------380px-------------------------------------*/

@media(max-width:380px){
	.banner .test{
		width: 120px;
	}
}


/*------------------------------------320px-------------------------------------*/

@media(max-width:330px){
	.sp_logo img{
		width: 220px;
	}
}








