@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	list-style: none;
	box-sizing: border-box;
}

a {
	text-decoration: none;
	color: #333;
	outline: none;
}

.w1200 {
	width: 1200px;
	margin: 0 auto;
}

.w1000 {
	width: 1000px;
	margin: 0 auto;
}

.w800 {
	width: 800px;
	margin: 0 auto;
}

.w500 {
	width: 500px;
	margin: 0 auto;
}

.flex-jcenter {
	justify-content: center;
}

.flex-acenter {
	align-items: center;
}

.flex-stretch {
	align-items: stretch;
}

.marR5 {
	margin-right: 5px;
}

.marR10 {
	margin-right: 10px;
}

.marL5 {
	margin-left: 5px;
}

.marT15 {
	margin-top: 15px;
}

.floatL {
	float: left;
}

.floatR {
	float: right;
}

.ellip {
	display: block;
	-webkit-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.ellip2 {
	display: block;
	-webkit-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.flex {
	display: flex;
}

.flex-between {
	justify-content: space-between;
}

.flex-around {
	justify-content: space-around;
}

.flex-center {
	justify-content: center;
}

body .gray {
	color: #888;
}

body .black {
	color: #333;
}

body .mr10 {
	margin-right: 10px;
}

body .mr15 {
	margin-right: 15px;
}

body .mr20 {
	margin-right: 20px;
}

body .ml10 {
	margin-left: 10px;
}

body .mt10 {
	margin-top: 10px;
}

body .mt20 {
	margin-top: 20px;
}

.relative {
	position: relative;
}

img {
	width: 100%;
	height: auto;
}

/*------------------------------------------------------------
        clearfix
------------------------------------------------------------*/
.clear {
	clear: both;
}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

html,
body {
	font-family: "Microsoft YaHei", "微软雅黑";
	color: #333;
	width: 100%;
	font-size: 14px;
	background-color: #f4f4f4;
	line-height: 1.5;
}
.container{
    overflow: hidden;
}

#head {
	padding-top: 10px;
}

#top {
	background: #ffffff;
}

.top-box {
	display: flex;
	justify-content: center;
	font-size: 14px;
	flex-direction: column;
	align-items: flex-end;
}

.hot-tel {
	margin-right: 10px;
}

.logo-box {
	display: flex;
	align-items: center;
}

.logo-img {
	width: 130px;
}

.logo-text {
	margin-left: 30px;
	border-left: 1px solid #999;
	padding-left: 30px;
	font-size: 36px;
	font-weight: bold;
	color: #0162b0;
}

.head-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#nav {
	margin-top: 15px;
	border-top: 1px solid #d4d4d4;
}

.nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.nav-box > ul {
	display: flex;
}

.nav-box > ul > li {
    position: relative;
}

.nav-box > ul > li>a {
	display: block;
	padding: 20px 15px;
	font-size: 16px;
}

.nav-box > ul  >li.active > a,
.nav-box > ul  >li:hover > a {
	color: #003774;
	font-weight: bold;
}
.cate-box{
    float: left;
    margin-right: 15px;
}
.nav-box .child{
    width: 340px;
    padding: 10px;
    box-sizing: border-box;
    background: #eee;
    position: absolute;
    left: 0;
    top: 60px;
    z-index: 999;
    display: none;
}
.nav-box .child2{
    width: 430px;
}
.nav-box .child3{
    width: 640px;
}

.cate-thumb{
    float: right;
    padding: 10px;
}
.nav-box .child .cate-box li{
    padding: 4px 8px;
    margin-bottom: 12px;
}
.nav-box .child .cate-box li:last-child{
    margin-bottom: 0;
}
.cate-thumb img{
    width: 210px;
    height: 140px;
}

#footer {
	background: #2c2f36;
	line-height: 2.5;
	margin-top: 30px;
	color: #ffffff;
}

#footer a {
	color: #ffffff;
}

.footer-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px;
}

.code-box .item img {
	width: 110px;
}

.code-box .item p {
	text-align: center;
}

.code-box .item01 {
	margin-right: 20px;
}

.code-box {
	display: flex;
	padding-top: 15px;
}

.now-date {
	margin-bottom: 10px;
}

.company {
	margin: 0 5px;
}

.address {
	margin-left: 42px;
}

.search {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

.keyword {
	border-radius: 25px;
	height: 25px;
	width: 210px;
	padding: 0 10px;
	border: 1px solid #d4d4d4;
	background-color: #f3f3f3;
}

.search-icon {
	width: 26px;
	height: 26px;
	position: absolute;
	right: 2px;
	top: -1px;
	z-index: 2;
	border: 0 none;
	border-radius: 26px;
	background-color: transparent;
}

.web-tags a {
	margin-left: 5px;
}

#pages {
	text-align: center;
	margin: 20px 0;
}

#pages li {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 28px;
	border: 1px solid #ccc;
	margin-right: 5px;
}

#pages li.active {
	background: #0065ab;
	color: #ffffff;
}

#pages li span,
#pages li a {
	display: block;

}

.show-content {
	padding: 20px 10px;
}

.show-content .title {
	font-size: 18px;
	text-align: center;
	padding: 10px 0;
	font-weight: bold;
}

.show-content .desc {
	width: 400px;
	margin: 20px auto 20px;
	display: flex;
	justify-content: space-between;
	color: #999999;
}

.contact-box p {
	line-height: 30px;
	padding: 10px 20px 10px 24px;
	background-color: #ffffff;
	margin-bottom: 2px;
}

.address-icon {
	width: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -3px;
}

.left-box .cate .icon {
	width: 20px;
	display: inline-block;
	vertical-align: middle;
	margin: -3px 8px 0 0;
}

.left-box .contact-box .cate .icon {
	width: 30px;
	display: inline-block;
	vertical-align: middle;
	margin: -3px 5px 0 0;
}

.left-box .contact-box .cate {
	text-indent: 25px;
}

.page-box {
	margin: 20px 0;
	text-align: center;
	height: 30px;
	flex: 0;
}

.total {
	text-align: center;
	margin: 20px 0;
}
.content{
    /*display: flex;*/
    /*flex-direction: column;*/
    /*justify-content: space-between;*/
    min-height:240px;

}
.right-box .content img,.content .image{
	margin: 0 auto;
}