.top-img{
	width: 100%;
	height: 200px;
	background-color: #fff;
	background-repeat: no-repeat;
	text-align: center;
	line-height: 200px;
	font-size: 42px;
	color: #fff;
	font-weight: 100;
}
.location{
	width: 100%;
	background-color: #f5f5f5;
	padding: 10px 0px;
	line-height: 20px;
	border-bottom: 1px solid #ddd;
}
.location p{
	width: 1200px;
	margin: 0 auto;
	font-size: 14px;
	color: #666;
	text-indent: 230px;
}
.about{
	width: 100%;
	background-color: #fff;
}
.about ul{
	width: 1200px;
	margin:0 auto;
	padding: 10px 0px;
	display: flex;
    justify-content: space-between;
    text-align: justify;
}
.product-list,.about-list{
	width: 210px;
	min-height: 750px;
	border:1px solid #ddd;
	position: relative;
	top: -100px;
	background-color: #fff;
	background-image: linear-gradient(#fff 10%, #fff 85%, #f5f5f5 100%);
	z-index: 999;
}
.product-list-title,.about-list-title{
	width: 210px;
	border-top: 3px solid #033b92;
	display: flex;
	height: 50px;
}
.product-list-title p,.about-list-title p{
	color: #033b92;
	font-size: 20px;
	margin-top: 15px;
	font-weight: bold;
	margin-left: 15px;
}
.product-list-title span,.about-list-title span{
	color: #777;
	font-size: 14px;
	margin-top: 22px;
	margin-left: 10px;
}
.about-content{
	width: 968px;
}
.about-title{
	width: 100%;
	display: flex;
	line-height: 0px;
	padding: 0px 0px;
	border-bottom: 1px solid #ddd;
}
.about-title p{
	color: #033b92;
	width: auto;
	border-bottom: 1px solid #033b92;
	line-height: 0px;
	padding: 20px 10px;
	float: left;
}
#contact{
	width: 100%;
	background-color: #f9f9f9;
}
#contact h4{
	line-height: 120px;
	text-align: center;
	color: #666;
	font-size: 28px;
	font-weight:400;
	margin-bottom:20px;
}
.about-list dl{
	width: 200px;
	padding-top: 10px;
	margin-left: 5px;
}
.about-list dl dd a{
	margin-bottom:5px;
	display: block;
	width: 200px;
	height: 37px;
	line-height: 37px;
	font-size: 14px;
	background-image: url(../images/meli.jpg);
	text-indent: 25px;
}
.about-list dl dd a:hover{
	background-image: url(../images/melion.jpg);
	color: #fff;
}
.about-list .about-this{
	background-image: url(../images/melion.jpg);
	color: #fff;
}
.about-text{
	display: block;
	margin-top: 10px;
}
.about-text img{
	padding-right: 10px;
	padding-bottom: 10px;
	float: left;
}
.about-text p{
	text-indent: 24px;
	line-height: 28px;
	margin-bottom:15px;
	font-size: 15px;
}

.about-wrap,{
	width: 968px;
}
.about-wrap ul,.product-wrap{
	width: 968px;
	display: flex;
	flex-wrap: wrap;
	justify-content:flex-start;
}
.about-wrap ul li{
	display: block;
	margin-bottom:15px;
	width: 230px;
	height: auto;
    border:1px solid #eee;
    margin-right: 10px;
    padding-top: 15px;
    padding-bottom: 10px;
}
.about-wrap ul li:hover{
	border:1px solid #09f;
}
.about-wrap ul li a:hover{
	color: #09f;
}
.about-wrap ul li a{
	display: block;
	width: 230px;
	height: auto;
	text-align: center;
}
.about-wrap ul li a p{
	font-size: 14px;
	line-height: 30px;
}
.about-wrap img{
	max-width: 100%;
	max-height: 130px;
}

.about-list ol{
	width: 160px;
	font-size: 14px;
	margin-left:32px;
}
.about-list ol li a{
	line-height: 28px;
}
.about-list ol li i{
	position: relative;
	display: block;
	width: 3px;
	height: 5px;
	background-image: url(../images/menlili.jpg);
	float: left;
	top: 12px;
	margin-right: 8px;
}
.jobs-this{
	color: #09f;
}
.jobs-list table{
	width: 800px;
	border-top:1px solid #ddd;
	margin-top: 20px;
	border-right:1px solid #ddd;
}
.jobs-list table tr{
	width: 100%;
	display: block;
	float: left;
	border-bottom:1px solid #ddd;
	border-left:1px solid #ddd;
}
.jobs-list table th{
	float: left;
	font-weight: 400;
	font-size: 14px;
}
.tr-bg{
	background-image: linear-gradient(#fff , #f5f5f5 );
}
.table-title{
	width: 100px;
	text-align: center;
	line-height: 40px;
}
.table-jobname{
	width: 690px;
	line-height: 40px;
	border-left:1px solid #ddd;
	text-align: center;
}
.table-30{
	width: 295px;
	line-height: 40px;
	border-left:1px solid #ddd;
	text-align: center;
}
.table-80{
	width: 690px;
	line-height: 24px;
	border-left:1px solid #ddd;
}
.r-line{
	border-left:1px solid #ddd;
}
.jobs-text{
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.contact{
	margin-top: 20px;
}
.map{
	width: 500px;
	height: 400px;
	float: left;
}
.contact-lists{
	float: left;
	line-height: 36px;
	margin-left: 30px;
}
#feedback{
	width: 100%;
	float: left;
	margin-top: 40px;
}
#feedback h5{
	font-weight: 400;
	border-bottom: 1px solid #ddd;
	line-height: 40px;
	font-size: 14px;
	color: #555;
}
#feedback ol{
	float: left;
	width: 96%;
	margin-left: 2%;
	margin-top: 30px;
	padding-bottom: 50px;
}
#feedback ol li{
	display: block;
	width: 100%;
	float: left;
	margin-bottom:20px;
}
#feedback ol li p{
	float: left;
	font-size: 14px;
	line-height: 40px;
	margin-right: 10px;
	width: 60px;
	text-align: right;
}
#feedback li input{
	border:1px solid #ddd;
	padding: 10px;
	color: #555;
	font-size: 14px;
	border-radius: 5px;
	box-shadow:1px 1px 1px rgba(0,0,0,0.1) inset;
	width: 500px;
	float: left;
}
#feedback li textarea{
	border:1px solid #ddd;
	padding: 10px;
	color: #555;
	font-size: 14px;
	border-radius: 5px;
	box-shadow:1px 1px 1px rgba(0,0,0,0.1) inset;
	width: 660px;
	height: 200px;
	float: left;
}
.send{
	width: 120px;
	padding: 10px 10px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	background-color: #09f;
	cursor: pointer;
	margin-left: 68px;
}

.news-list{
	width: 100%;
}
.news-list li{
	width: 100%;
	flex: left;
	border-bottom:1px dashed #ddd;
	padding-bottom: 10px;
	margin-top: 16px;
}
.news-title{
	width: 100%;
	display: flex;
    justify-content: space-between;
    text-align: justify;
}
.news-title{
	font-size: 16px;
}
.news-title span{
	font-size: 14px;
	color: #777;
}
.news-list li p{
	font-size: 14px;
	color: #555;
	line-height: 22px;
	text-indent: 24px;
	margin-top: 7px;
}
.news-list li a:hover{
	color: #09f;
}
.news-view-title{
	width: 100%;
	line-height: 50px;
	border-bottom:1px dashed #eee;
	text-align: center;
	margin-top: 15px;
}
.news-view-date{
	text-align: center;
	color: #777;
	font-size: 14px;
	line-height: 40px;
}
.news-view-content{
	color: #333;
	font-size: 14px;
	line-height: 24px;
	min-height: 480px;
}
.news-view-content img{
	max-width: 900px;
}
.news-view-content p{
	text-indent: 26px;
	font-size: 14px;
}
.news-view-back{
	width: 100%;
	display: flex;
	margin-top: 20px;
}
.news-view-back button{
	margin:0 auto;
	border:0;
	padding: 10px 10px;
	height: 40px;
	width: 120px;
	color:#fff;
	cursor: pointer;
	background-color: #09f;
	border-radius: 20px;
}



.twos-class{
	width: 200px;
	float: left;
	background-color: #09f;
}
.twos-class a{
	width: 200px;
	display: block;
}
.threes-class{
	width: 100%;
	float: left;
	background-color: #f90;
}

.product-class{
	width: 200px;
	padding-top: 10px;
	margin-left: 5px;
}
.product-class ul{
	width: 200px;
	padding: 0;
	margin-bottom: 1px;
}
.product-class ol{
	margin-left: 20px;
}
.product-class dl{
	margin-left: 20px;
	margin-bottom: 5px;
}
.one-lv{
	margin-bottom:5px;
	display: block;
	width: 200px;
	height: 37px;
	line-height: 37px;
	font-size: 14px;
	background-image: url(../images/meli.jpg);
	text-indent: 25px;
}
.one-lv:hover{
	background-image: url(../images/melion.jpg);
	color: #fff;
}
.one-lv-this{
	background-image: url(../images/melion.jpg);
	color: #fff;
}
.two-lv{
	display: block;
	width: 180px;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	transition: all 0.5s;
	margin-bottom: 5;
}
.two-lv:hover,.three-lv:hover{
	color: #012f6d;
}
.two-lv:hover i,.three-lv:hover i{
	opacity: 1;
}
.two-lv i,.three-lv i{
	position: relative;
	display: block;
	width: 3px;
	height: 5px;
	background-image: url(../images/menlili.jpg);
	float: left;
	top: 13px;
	margin-right: 8px;
	opacity: 0;
}
.three-lv{
	display: block;
	width: auto;
	height: 32px;
	line-height: 32px;
	font-size: 12px;
}
.product-class ol,.product-class dl{
	
}
.product-i{
	color: #012f6d;
}
.product-i i{
	display: block;
	opacity: 1;
}
.product-class-none{
	display: none;
}
.product-class-block{
	display: block;
}
.product-wrap{
	padding-bottom: 30px;
}
.product-right{
	max-width: 490px;
	margin-top: 20px;
}
.product-right table {
	max-width: 490px;
	border:0;
}
.product-right table tr,.product-right table td, .product-right table th{
	line-height: 28px;
	font-size: 14px;
	border:0;
}
.product-right h5{
	font-size: 16px;
	margin-bottom: 10px;
}
.product-content{
	width: 100%;
	border-top: 1px solid #ddd;
	margin-top: 20px;
	padding: 10px 0px;
}