body{
	max-width: 1920px;
	margin: 0 auto;
}
/******************header***********************/
.header-nav {
	position: fixed;
	top: 0;
	z-index: 999;
	width: 100%;
	height: 90px;
	border-bottom: 1px solid #ACACAD;
	color: #ffffff;
	max-width: 1920px;
}

.header-nav>.header-nav-box {
	width: 100%;
	padding: 0 20px;
	position: relative;
}

.header-nav>.header-nav-box>.header-logo {
	width: 182px;
	height: 52px;
	background: url('../Image/logo.png')no-repeat center center;
}

.header-nav>.header-nav-box>.menu-list>ul {
	margin-bottom: 0;
}


.header-nav>.header-nav-box>.menu-list>ul>li>a {
	color: #ffffff;
	display: block;
	font-size: 16px;
	margin-right: 80px;
	position: relative;
}

.header-nav>.header-nav-box>.menu-list>ul>li:last-child>a {
	margin-right: 0;
}

.header-nav>.header-nav-box>.menu-list>ul>li>a::after {
	display: block;
	content: "";
	width: 0;
	height: 2px;
	border-radius: 2px;
	background-color: #ffffff;
	position: absolute;
	top: 54px;
	left: 50%;
	transition: all 300ms ease-in-out;
}


.menu-list>ul>li:hover .product-nav-list {
	top: 71px;
	opacity: 1;
	visibility: visible;
	z-index: 9999;
}


.product-nav-list {
	visibility: hidden;
	position: absolute;
	top: 200px;
	width: 100%;
	left: 0px;
	opacity: 0;
	background: #ffffff;
	transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
}

.product-nav-list>ul.wrapper {
	width: 900px;
}

.product-nav-list>ul>li {
	float: left;
	width: 33.33%;
	text-align: left;
	padding: 20px;
}

.product-nav-list>ul>li>a {
	display: block;
	border-bottom: 1px solid #bfbfbf;
	color: #007BC8;
	font-size: 20px;
	line-height: 40px;
}

.product-nav-list>ul>li>ul>li {
	line-height: 30px;
	font-size: 14px;
}

.product-nav-list>ul>li>a:hover {
	color: #19538E;
}

.header-nav>.header-nav-box>.menu-list>ul>li.check_on>a::after {
	width: 100%;
	left: 0%;
}

.header-nav>.header-nav-box>.menu-list>ul>li>a:hover::after {
	width: 100%;
	left: 0%;
}

.header-nav>.header-nav-box>.header-tel {
	padding-left: 30px;
	background: url('../Image/index/tel.png')no-repeat left center;
}

.header-nav-top {
	background-color: #ffffff;
	color: #323233;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04)
}

.header-nav-top>.header-nav-box>.menu-list>ul>li>a {
	color: #323233;
}

.header-nav-top>.header-nav-box>.header-logo {
	width: 182px;
	height: 52px;
	background: url('../Image/logo_top.png')no-repeat center center;
}

.header-nav-top>.header-nav-box>.header-tel {
	padding-left: 30px;
	background: url('../Image/index/tel_top.png')no-repeat left center;

}

.header-nav-top>.header-nav-box>.menu-list>ul>li>a::after {
	display: block;
	content: "";
	width: 0;
	height: 2px;
	border-radius: 2px;
	background-color: #606266;
	position: absolute;
	top: 54px;
	left: 50%;
	transition: all 300ms ease-in-out;
}

.header-nav-top>.header-nav-box>.menu-list>ul>li>a:hover::after {
	width: 100%;
	left: 0%;
}


/**********************************/

.footer {
	background-color: #0F4B8A;
	color: #ffffff;
	position: relative;
}

.footer .line01 {
	padding-top: 40px;
}

.footer .line02 {
	padding: 30px 0;
}

.footer .line02 a {
	display: block;
	color: #ffffff;
	margin-right: 60px;
	position: relative;
}

.footer .line02 a::after {
	display: block;
	content: "";
	width: 0;
	height: 1px;
	position: absolute;
	bottom: -4px;
	transition: all 300ms ease-in-out;
}

.footer .line02 a:hover::after {
	width: 100%;
	background-color: #ffffff;
}

.footer .line03 span.tel {
	display: block;
	background: url('../Image/icon04.png')no-repeat left center;
	padding: 8px 0 8px 40px;
	margin-right: 50px;
}

.footer .line03 span.address {
	display: block;
	background: url('../Image/icon05.png')no-repeat left center;
	padding: 8px 0 8px 40px;
}

.footer .footer-admin {
	border-top: 1px solid #3F6FA1;
	color: #6F93B9;
	padding: 20px 0;
	margin-top: 50px;
}

.footer .footer-admin span {
	display: block;
	margin-right: 60px;
	color: #6F93B9;
}

.footer .footer-admin span a {
	color: #6F93B9;
}

.footer .footer-lxfs {
	position: absolute;
	top: -50px;
	right: 0;
	height: calc(100% + 50px);
	padding: 100px 200px 0 100px;
	background-color: #135090;
	border-radius: 50px 0 0 0;
}

.footer .footer-lxfs img {
	border: 2px solid #5984B1;
	border-radius: 10px;
}

.footer .footer-lxfs .erweima-left {
	margin-right: 30px;
}

.footer .footer-lxfs span {
	display: block;
	text-align: center;
	color: #ffffff;
}





/***********************************page***************************************/


div.page {
	text-align: center;
	margin-top: 40px;
}

div.page a {
	border: #606266 1px solid;
	padding: 2px 5px;
	margin: 2px;
	color: #606266;
	text-decoration: none
}

div.page a:hover {
	border: #164ba3 1px solid;
	color: #000;
}

div.page a:active {
	border: #DCDFE6 1px solid;
	color: #000;
}

div.page span.current {
	border: solid 1px #135090;
	padding: 2px 10px;
	font-weight: bold;
	margin: 2px;
	color: #fff;
	background-color: #135090;
}

div.page span.disabled {
	border: #DCDFE6 1px solid;
	padding: 2px 5px;
	margin: 2px;
	color: #164ba3;
}


/*首页公共样式*/
.index-common-title {
	padding: 40px 15px;
}

.index-common-title b {
	display: block;
	background: url('../Image/index/icon01.png')no-repeat 0 center;
	padding-left: 40px;
	font-size: 42px;
}

.index-common-title span {
	color: #646566;
	font-size: 16px;
	margin-left: 16px;
	line-height: 40px;
}



/*内页公共样式*/
.catname-location .catname-location-box {
	background-color: #004FA4;
	width: 166px;
	height: 184px;
	border-radius: 40px 0 0 0;
	box-shadow: 0px 14px 28px 0px rgba(0, 79, 164, 0.3);
	position: relative;
	color: #ffffff;
	margin-top: -140px;
}

.catname-location .catname-location-box .line01 {
	position: absolute;
	bottom: -10px;
	left: 10px;
	font-size: 160px;
	line-height: 160px;
	color: #145DAB;
	font-weight: bold;
}

.catname-location .catname-location-box .line02 {
	position: absolute;
	top: 20px;
	right: -80px;
	font-size: 40px;
	line-height: 40px;
}

.catname-location .catname-location-box .line03 {
	position: absolute;
	top: 55px;
	left: 86px;
	font-size: 22px;
	line-height: 40px;
	width: 100%;
}

.catname-location .catname-location-box .line04 {
	position: absolute;
	bottom: -30px;
	right: -30px;
	background: url('../Image/down.png')no-repeat center center #ffffff;
	width: 80px;
	height: 80px;
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1)
}



/*上一页+下一页*/
#prev_next {
	margin-top: 30px;
}

#prev_next li {
	line-height: 40px;
	text-indent: 20px;
	width: 100%;
	font-size: 14px;
}

#prev_next li:nth-child(1) {
	background: url('../Image/up01.png')no-repeat 0px 15px;
	border-top: 1px solid #ccc;
}

#prev_next li:nth-child(2) {
	background: url('../Image/down01.png')no-repeat 0px 15px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.xq {
	max-width: 100%;
	font-size: 16px;
	line-height: 30px;
	text-align: justify;
}

.xq img {
	max-width: 100%;
	display: block;
	margin: 5px auto;
}

.xq table {
	border: 1px solid #808080;
	width: 98%;
	border-collapse: collapse;
}

.xq table td {
	border: 1px solid #808080;
	padding: 5px 10px;
}


.p_content {
	max-width: 100%;
	font-size: 16px;
	line-height: 30px;
	text-align: justify;
}

.p_content img {
	max-width: 100%;
	display: block;
	margin: 5px auto;
}

.p_content table {
	border: 1px solid #808080;
	width: 98%;
	border-collapse: collapse;
}

.p_content table td {
	border: 1px solid #808080;
	padding: 5px 10px;
}


.bread {
    border-bottom: 1px solid #dbdbdb;
    line-height: 24px;
    padding: 30px 0;
    text-align: right;
    margin-top: -44px;
    margin-bottom: 30px;
}

@media (min-width: 576px) {}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {}

/*Large devices (desktops, 992px and up)*/
@media screen and (min-width: 992px) and (max-width: 1200px) {

	.bread {
		margin-top: 0px;
	}
	.header-nav>.header-nav-box>.menu-list>ul>li>a {
		margin-right: 10px;
	}

	.footer .line02 a {
		margin-right: 10px;
	}

	.footer .footer-lxfs {
		padding: 100px 50px 0 50px;
	}

	.index-common-title {
		padding: 20px 6px;
	}

	.catname-location .catname-location-box {
		width: 130px;
		height: 140px;
	}

	.catname-location .catname-location-box .line01 {
		font-size: 100px;
		line-height: 100px;
		bottom: -6px;
	}

	.catname-location .catname-location-box .line02 {
		font-size: 30px;
		right: -60px;
	}

	.catname-location .catname-location-box .line03 {
		font-size: 20px;
		left: 68px;
	}

	.catname-location .catname-location-box .line04 {
		width: 60px;
		height: 60px;
		bottom: -20px;
		right: -20px;
	}
	.index-common-title b {
        font-size: 24px;
    }
}

/*Extra large devices (large desktops, 1200px and up)*/
@media screen and (min-width: 1200px) and (max-width: 1600px) {

	.bread {
		margin-top: -22px;
	}
	.header-nav>.header-nav-box>.menu-list>ul>li>a {
		margin-right: 40px;
	}

	.footer .line02 a {
		margin-right: 30px;
	}

	.footer .footer-lxfs {
		padding: 100px 50px 0 50px;
	}

	.index-common-title {
		padding: 30px 10px;
	}

	.index-common-title b {
        font-size: 36px;
    }

	.catname-location .catname-location-box {
		width: 150px;
		height: 160px;
	}

	.catname-location .catname-location-box .line01 {
		font-size: 120px;
		line-height: 120px;
		bottom: -6px;
	}

	.catname-location .catname-location-box .line02 {
		font-size: 30px;
		right: -60px;
	}

	.catname-location .catname-location-box .line03 {
		font-size: 20px;
		left: 90px;
	}

	.catname-location .catname-location-box .line04 {
		width: 70px;
		height: 70px;
		bottom: -20px;
		right: -20px;
	}
}


@media (min-width: 1600px) {}