@charset "UTF-8";
body, h1, h2, h3, h4, h5, h6, p, hr, ul, ol, li, dl, dt, dd, form, fieldset, legend, input, button, select, textarea,
th, td, pre {
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
}

body, button, input, select, textarea {
    color: #333;
    font: 14px  Helvetica Neue, Hiragino Sans GB, Microsoft YaHei,Tahoma,Arial,sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

em, i {
    font-style: normal;
}

a {
    text-decoration: none;
    color: #4d555d;
}

li {
    list-style-type: none;
    vertical-align: top;
}

img {
    border: none;
    vertical-align: top;
    max-width: 100%;
}

textarea {
    overflow: auto;
    resize: none;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

.clear {
    clear: both;
    zoom: 1;
}

.clear:before, .clear:after {
    content: " ";
    display: table;
}

.clear:after {
    clear: both;
}


/* 顶部菜单 */

.header{
	width: 100%;
	height: 84px;	
}
nav{	
	width: 100%;
	height: 84px;	
	background-color: #062d50;
	position: fixed;
	top: 0;
	display: flex;
	justify-content: center;
	z-index: 888;
}

nav ul{	
	height: 84px;
	margin: 0 auto;
	color: #fff;
	text-align: center;
}

nav ul a{	
	color: #fff;
	height: 84px;
	display: block;
	text-align: center;
	height: 84px;
	padding-top: 24px;
	overflow: hidden;
	width: 124px;
}

nav ul a:hover{	
	width: 124px;
	height: 60px;
	background-color: #083965;
}

nav ul li{	
	display: inline-block;	
}

nav ul li span{	
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #c7c7c7;
	display: block;
}

.banner{
	background: url(../img/banner1.png) no-repeat;
	background-size: 100% 100%;
	height: 513px;
	width: 100%;
}

.banner-con{
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	color: #fff;
	font-size: 32px;
	background: url(../img/biankuang.png) no-repeat center;
}

.banner-con p{
	text-align: center;
	padding-top: 212px;
	font-weight: 700;
}

.con-ash{
	width: 100%;
	height: 720px;
	background-color: #f3f3f3;
	display: flex;
	align-items: center;
	justify-content: center;
}
	
.con-ash-box{
	display: flex;
	justify-content: space-between;
	margin-top: 25px;
	width: 1200px;
}

.con-ash-box-zuo{
	width: 588px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.con-ash-box-zuo-title{
	width: 275px;
	height: 286px;
}

.con-ash-box-zuo-title p{
	font-size: 36px;
	color: #cbcbcb;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	padding: 88px 10px 0 40px;
	
}

.con-ash-box-zuo-title h5{
	font-size: 40px;
	color: #062d50;
	position: relative;
	padding-left: 40px;
}

.con-ash-box-zuo-title h5:before{
	content: "";
	height: 3px;
	width: 54px;
	background-color: #cbcbcb;
	position: absolute;
	left: 40px;
	bottom: -18px;
}

.con-ash-box-zuo-pic{
	width: 275px;
	height: 286px;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 26px;
}

.con-ash-box-zuo-pic:hover{
	box-shadow: 0px 2px 8px #c7c7c7;
	cursor: pointer;
}

.con-ash-box-zuo-pic img{
	width: 257px;
	height: 268px;	
}

.con-ash-box-you{
	width: 573px;
	height: 598px;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 26px;
}

.con-ash-box-you:hover{
	box-shadow: 0px 2px 8px #c7c7c7;
	cursor: pointer;
}


.con-ash-box-you img{
	width: 555px;
	height: 580px;	
}

.con-alvxin{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.con-alvxin h5{
	width: 100%;
	text-align: center;
	font-size: 32px;
	color: #333333;
	margin-top: 50px;
}

.con-alvxin .yinwen{
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #676767;
	text-align: center;
	width: 100%;
	margin-top: 8px;
	margin-bottom: 40px;
}

.con-alvxin-list ul{
	display: flex;
	justify-content: space-between;
	width: 1200px;
}

.con-alvxin-list ul li{
	position: relative;
	width: 373px;
	height: 242px;	
	overflow: hidden;
	cursor: pointer;
}

.con-alvxin-list ul li p{
	position: absolute;
	height: 42px;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	font-size: 16px;
	line-height: 42px;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
}

.con-alvxin-list ul li img{
	width: 373px;
	height: 242px;
	transition: all .4s; 
}

.con-alvxin-list ul li img:hover{
	width: 373px;
	height: 242px;
	transform: scale(1.2); 
}

.con-jishu{
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
	width: 100%;
	max-width: 1200px;
}

.con-jishu-list{
	width: 31%;
	height: 200px;
	border: 1px solid #dddddd;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.con-jishu-list-title{
	width: 294px;
	height: 40px;
	border-bottom: 1px solid #dddddd;	
	text-align: center;
	font-size: 20px;
	padding-top: 30px;
	position: relative;
}

.con-jishu-list-title:before{
	width: 40px;
	height: 3px;
	background-color: #062d50;
	content: "";
	position: absolute;
	bottom: -2px;
	left: 126px;
}

.con-jishu-list p{
	width: 294px;
	margin: 25px auto;
	color: #5c5c5c;
	line-height: 26px;
	font-size: 16px;
}

footer{
	width: 100%;
	height: 60px;
	line-height: 60px;
	background-color: #414141;
	font-size: 16px;
	color: #fff;
	text-align: center;
}

footer p a{
	color: #fff;
}

footer p a:hover{
	color: #fff;
	text-decoration: underline;
}

@media screen and (max-width:768px) {
	nav ul a{
		font-size: 22px;
		padding-top: 16px;
		width: 90px;
	}
	
	nav ul a:hover{
		width: 90px;
		height: 64px;
	}
	
	
	nav ul a span{
		font-size: 16px;
		margin-top: 6px;
	}
		
	.banner{
		background: url(../img/banner1.png) no-repeat center;
		background-size: 100% 100%;
		height: 320px;
		width: 100%;
	}
	
	.banner-con{
		color: #fff;
		font-size: 32px;
		background: url(../img/biankuang.png) no-repeat center;
		background-size: 340px 95px;
		width: 100%;
		height: 100%;
	}
	
	.banner-con p{
		text-align: center;
		padding-top: 130px;
		font-weight: 700;
		font-size: 24px;
	}
	
	
	.con-ash{
		width: 100%;
		height: 800px;
		background-color: #f3f3f3;
	}	
				
	.con-ash-box{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;		
		width: 100%;
	}
	
	
	.con-ash-box-zuo{
		width: 360px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	.con-ash-box-zuo-title{
		width: 162px;
		height: 168px;
	}
	
	.con-ash-box-zuo-title p{
		font-size: 20px;
		color: #cbcbcb;
		text-transform: uppercase;
		font-family: Arial, Helvetica, sans-serif;
		padding: 47px 10px 0 20px;
		
	}
	
	.con-ash-box-zuo-title h5{
		font-size: 32px;
		color: #062d50;
		position: relative;
		padding-left: 20px;
	}
	
	.con-ash-box-zuo-title h5:before{
		content: "";
		height: 3px;
		width: 54px;
		background-color: #cbcbcb;
		position: absolute;
		left: 20px;
		bottom: -18px;
	}
	
	.con-ash-box-zuo-pic{
		width: 170px;
		height: 168px;
		background-color: #fff;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-bottom: 20px;
	}
	
	.con-ash-box-zuo-pic:hover{
		box-shadow: 0px 2px 8px #c7c7c7;
		cursor: pointer;
	}
	
	.con-ash-box-zuo-pic img{
		width: 158px;
		height: 158px;	
	}
	
	.con-ash-box-you{
		width: 358px;
		height: 335px;
		background-color: #fff;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-bottom: 26px;
	}
	
	.con-ash-box-you:hover{
		box-shadow: 0px 2px 8px #c7c7c7;
		cursor: pointer;
	}
	
	
	.con-ash-box-you img{
		width: 346px;
		height: 325px;
	}
		
	.con-alvxin-list ul{
		display: flex;		
		flex-direction: column;
		justify-content: center;
		width: 100%;
	}
	
	.con-alvxin-list ul li{
		position: relative;	
		text-align: center;
		margin-bottom: 20px;
	}
	
	.con-alvxin-list ul li:nth-child(3){
		margin-bottom: 0px;
	}
	
	.con-alvxin-list ul li p{
		width: 96%;
		left: 7px;
	}
	
	
	.con-alvxin-list ul li img{
		width: 96%;
	}
	
	.con-jishu{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 92%;
		margin-bottom: 20px;
	}
	
	.con-jishu-list{
		width: 94%;
		height: 200px;
		border: 1px solid #dddddd;
		margin-bottom: 20px;
	}

｝
