* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	outline: none;
}

@font-face {
	font-family: "Noto Sans SC";
	font-display: swap;
	src: url('sourcehansans.eot');
	/* IE9 */
	src: url('sourcehansans.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('sourcehansans.woff2') format('woff2'),
		url('sourcehansans.woff') format('woff'),
		/* chrome、firefox */
		url('sourcehansans.ttf') format('truetype'),
		/* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
		url('sourcehansans.svg#sourcehansans') format('svg');
	/* iOS 4.1- */
}
.flex{
	display: flex;
	justify-content: center;
	align-items: center;
}
.jszcbox .jszctext{
	width: 75px;
}
.jszcbox .jszcimg{
	width: 55px;
	opacity: 0.3;
}

body,
div,
ul,
li,
a,
dl,
dd,
dt,
input,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
img {
	margin: 0;
	padding: 0;
}

html {
	margin: 0;
	padding: 0;
	font-size: 12px;
}

html,
body {
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-o-text-size-adjust: none;
	text-size-adjust: none;
	font-family: "Noto Sans SC" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

input,
textarea,
select,
button,
area {
	appearance: button;
	-moz-appearance: button;
	-webkit-appearance: button;
	outline: none;
	font-family: "Noto Sans SC" !important;
	font-size: 14px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

ul,
li,
dl,
dd,
dt {
	list-style: none;
}

a {
	text-decoration: none;
	color: #2b292f;
	-webkit-transition: all ease-in .2s;
	-ms-transition: all ease-in .2s;
	-moz-transition: all ease-in .2s;
	-o-transition: all ease-in .2s;
	transition: all ease-in .2s;
}

img {
	border: 0;
	display: block;
	font-size: 0;
}

body {
	color: #444;
	font-family: "Noto Sans SC" !important;
	font-size: 14px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.clearfix {
	*zoom: 1;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
	overflow: hidden;
}

.box {
	overflow: hidden;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.section {

	width: 1318px;
	margin: auto;
}

.header {
	width: 100%;
	position: fixed;
	background: #fff;
	left: 0;
	top: 0;
	transition: top 0.4s;
	z-index: 999999;

}

.header .logo {
	width: 14%;
	float: left;
}

.header .logo a {
	width: 130px;
	display: block;
	padding: 18.5px 0;
}


.header .menu {
	width: 70%;
	float: right;
}

.header .menu ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.header .menu ul li {

	float: left;
	text-align: center;
}

.header .menu ul li a {
	display: block;
	padding: 0 15px;
	position: relative;
	font-size: 18px;
	line-height: 100px;
	color: #333333;
}

.header .menu ul li a::before {
	position: absolute;
	content: "";
	width: 0px;
	height: 4px;
	background: #0a3381;
	left: 50%;
	bottom: -1px;
	transform: translateX(-50%);
	transition: ease .5s;
}

.header .menu ul li a.on,
.header .menu ul li a:hover {
	color: #00479d
}


.header .menu li .drop {
	background: #777;
	overflow: hidden;
	position: absolute;
	width: 100%;
	left: 0;
	top: 100%;
	display: none;
}

.header .menu li .drop ul {
	width: 1000px;
	margin: 0 auto;
	padding: 15px 0;
}

.header .menu li .drop li {
	width: 33.3333%;
	float: left;
}

.header .menu li .drop li a {
	padding: 0;
}


.m_menu {
	background: url(../icon_nav.png) no-repeat center;
	background-size: 80%;
	width: 40px;
	position: absolute;
	right: 5px;
	top: 0;
	height: 76px;
	display: none;
}

.m_menu_k {
	background: url(../icon_nav_k.png) no-repeat center;
	background-size: 80%;
	width: 40px;
	position: absolute;
	right: 5px;
	top: 0;
	height: 76px;
}

.header .menu a {
	color: #fff;
}

.hide {
	top: -100px;
}

.fixnav {
	box-shadow: 0 0 5px #ccc;
	background: #fff;
	transition: 0.3s;
	border-bottom: 1px solid #fff;
}

.header .menu ul li a:hover::before,
.header .menu ul li a.on::before {
	width: 100%;
}





.index-title {
	width: 100%;
	margin-bottom: 50px;
	color: #0a3381;
	text-align: center;
}

.index-title h2 {
	font-size: 32px;
	margin: 3px 0 6px 0;
}

.index-title em {
	height: 6px;
	display: inline-block;
	width: 33px;
	background: #0a3381;
}

.index-title p {
	font-size: 16px;
	text-transform: uppercase;
}

.index-title h3 {
	font-size: 24px;
	text-transform: uppercase;
}




.banner-swiper-container {
	margin-top: 100px;
}

.index-banner-txt {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
	top: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	left: 0;
	color: #fff;
	text-align: center;
}


.index-banner-txt h1 {
	font-size: 66px;
	letter-spacing: 5px;
	margin: 5px 0;
}

.index-banner-txt a {
	color: #fff;
	max-width: 188px;
	display: block;
	margin: 100px auto 0 auto;
	text-shadow: 0 0 10px #999;
	padding: 0 35px;
	line-height: 54px;
	border-radius: 30px;
	font-size: 24px;
	transition: 0.4s;
	position: relative;
	background: #208eff;
}

.index-banner-img {
	padding-top: 46.875%;
	background-size: 100%;
}



.banner-swiper-pagination {
	width: 100%;
	left: 0;
	bottom: 4%;
}

.banner-swiper-pagination span {
	margin: 0 5px;
	border-radius: 100%;
	width: 18px;
	height: 18px;
	background: #fff;
	opacity: 0.8;
}

.banner-swiper-pagination .swiper-pagination-bullet-active {
	opacity: 1;
}


.banner-button-next,
.banner-button-prev {
	width: 54px;
	font-weight: bold;
	line-height: 94px;
	height: 94px;
	top: 50%;
	margin-top: -47px;
	z-index: 99;
	position: absolute;
	background: rgba(153, 153, 153, .5);
}

.banner-button-next:hover,
.banner-button-prev:hover {
	background: #208eff;
}

.banner-button-next:after,
.banner-button-prev:after {
	color: #fff;
	font-size: 35px;
}

.banner-button-next {
	right: 15%;
}

.banner-button-prev {
	left: 15%;
}




.index-about,
.inner-about {
	width: 100%;
	overflow: hidden;
	margin: 100px 0;
	background: #fff;
	position: relative;
}

.index-about .index-title,
.inner-about .index-title {
	text-align: left;
}

.index-about .section {
	position: relative;
}

.about-left {
	width: 45%;
	font-size: 16px;
	line-height: 30px;
}

.about-left .box {
	margin-bottom: 50px;
}

.about-right {
	width: 45%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
}

.about-right img {
	max-width: 100%;
}

.product-num-box {
	width: 100%;
	padding: 30px 0;
	position: relative;
}

.index-about .product-num-box {
	background: #0a3381;
}

.inner-about .product-num-box {
	background: #f2f2f2;
}

.product-num-box::after {
	content: '';
	display: block;
	width: 10000%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 5;
}

.index-about .product-num-box::after {
	background: #0a3381;
	left: 100%;
}

.inner-about .product-num-box::after {
	background: #f2f2f2;
	left: -200%;
}


.product-num-content {
	width: 100%;
	margin: 0 auto;
	font-size: 0;
	position: relative;
	z-index: 10;
}

.product-num-item {
	text-align: center;
	position: relative;
	display: inline-block;
	width: 31%;
	margin: 0 1%;
	vertical-align: top;
	font-size: 16px;
}

.product-num-nub {
	display: inline-block;
	vertical-align: top;
	font-size: 30px;
	line-height: 40px;
	font-family: Arial;
}

.product-num-inf {
	overflow: hidden;
	display: block;
	width: 100%;
	font-size: 17px;
	color: #fff;
	margin: 4px 0;
}

.product-num-wan {
	display: inline-block;
	font-size: 27px;
	color: #fff;
	line-height: 40px;
}

.product-num-wan.pf {
	font-size: 30px;
	line-height: 20px;
}

.product-num-wan.pf sup {
	font-size: 18px;
}

.index-about .product-num-nub,
.index-about .product-num-inf,
.index-about .product-num-wan {
	color: #fff;
}

.inner-about .product-num-nub,
.inner-about .product-num-wan {
	color: #0a3381;

}


.inner-about .product-num-inf {
	color: #000;
	margin-left: 45px;
	margin-top: 10px;
	text-align: left;
	padding-left: 9px;
	line-height: 18px;
	border-left: 3px solid #0a3381;
}

.inner-about .about-right img {
	border-radius: 10px;
	border: 15px solid #fff;
	box-shadow: 0 0 10px #ccc;
}


/*service-box*/
.index-product {
	width: 100%;
	padding: 60px 0;
	overflow: hidden;
	background: #def2ff;
}



.index-product ul {
	width: 100%;
	border-radius: 20px;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}

.index-product ul li {
	width: 31%;
	margin: 10px 1%;
	text-align: center;
}

.index-product ul li a {
	color: #000;
	display: block;
}

.index-product ul li img {
	width: 100%;
	transform: translateZ(0px);
	transition: transform 0.3s ease 0s;
}

.index-product ul li h2 {
	font-size: 16px;
	padding: 15px 10px;
}


.index-product ul li a:hover img {
	transform: scale(1.2, 1.2);
}

.index-product ul li a:hover h2 {
	color: #00479d;
}


.index-equipment {
	width: 100%;
	padding: 60px 0;
	overflow: hidden;
	background: #fff;
}


.equipment-a {
	width: 100%;
	display: block;
	position: relative;
	box-shadow: 0 0 10px #999;
}

.equipment-a img {
	width: 100%;
	transform: translateZ(0px);
	transition: transform 0.3s ease 0s;
}

.index-equipment .equipment-txt {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 10px 10px;
	background: rgba(0, 0, 0, .5);
	color: #fff;
	z-index: 10;
	display: flex;
	opacity: 0;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	transition: 0.4s;
}

.index-equipment .equipment-txt h2 {
	font-size: 21px;
}

.index-equipment .equipment-txt p {
	font-size: 15px;
}

.equipment-txt em {
	height: 2px;
	display: block;
	width: 20px;
	transition: 0.4s;
	margin: 10px auto;

}

.index-equipment .equipment-txt em {
	background: #fff;
}

.equipment-a:hover img {
	transform: scale(1.2, 1.2);
}

.equipment-a:hover em {
	width: 30%;
}

.index-equipment .equipment-a:hover .equipment-txt {
	opacity: 1;
}




.equipment-button-next,
.equipment-button-prev {
	width: 54px;
	font-weight: bold;
	line-height: 94px;
	height: 94px;
	top: 50%;
	z-index: 99;
	margin-top: -47px;
	position: absolute;
	background: rgba(153, 153, 153, .5);
}

.equipment-button-next:hover,
.equipment-button-prev:hover {
	background: #208eff;
}

.equipment-button-next:after,
.equipment-button-prev:after {
	color: #fff;
	font-size: 35px;
}

.equipment-button-next {
	right: 0;
}

.equipment-button-prev {
	left: 0;
}







/*index-news*/

.index-news {
	width: 100%;
	margin-bottom: 100px;
	overflow: hidden;
	background: #fff;
}


.index-news-left {
	width: 49%;
	float: left;
}

.index-news-right {
	width: 49%;
	float: right;
}

.news-query dl {
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}

.news-query a {
	color: #333333;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}


.news-query dl dt img {
	transform: translateZ(0px);
	transition: transform 0.3s ease 0s;
}


.news-query dl dd h5 {
	font-size: 18px;
	overflow: hidden;
	margin: 10px 0;
	line-height: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	font-weight: bold;
}

.news-query dl dd p {
	font-size: 14px;
	line-height: 24px;
	opacity: 0.85;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}


.news-query .time-i-span {
	width: 100%;
	margin-bottom: 10px;
	font-size: 16px;
	display: flex;
	justify-content: space-between;

}

.news-query .time-i-span i {
	font-style: normal;
	font-size: 22px;
}




.index-news-left .news-query dl dt {
	width: 100%;
	overflow: hidden;
}

.index-news-left .news-query dl dd {
	width: 100%;
	margin-top: 25px;
}

.index-news-left .news-query dl dt img {
	width: 100%;
}

.index-news-right .news-query dl dt {
	width: 34%;
	height: 131px;
	margin-right: 3%;
	overflow: hidden;
}

.index-news-right .news-query dl dt img {
	height: 100%;
}

.index-news-right .news-query dl dd {
	width: 63%;
}

.news-query a:hover img {
	transform: scale(1.2, 1.2);
	transition: transform 0.6s ease 0s;
}


.news-query a:hover {
	color: #0a3381;
}


/*banner*/
.banner {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-top: 100px;
}


.n-ban-txt {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	text-align: left;
	color: #fff;
	display: flex;
	text-shadow: 0 0 10px #444;
	flex-direction: column;
	justify-content: center;
}

.n-ban-txt h3 {
	font-size: 36px;
}



.n-ban-txt em {
	display: block;
	width: 59px;
	height: 2px;
	background: #fff;

}


.inner-banner-img {
	height: 400px;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
}




.main-nav {
	width: 100%;
	box-shadow: 0 0 5px #ccc;
}

.main-nav .section {
	overflow: hidden;
	padding: 25px 0;
}

.main-nav a {
	display: inline-block;
	font-size: 16px;
	line-height: 28px;
	color: #0a3381;
	transition: color .3s;
}

.main-nav a.hm {
	background: url("../icon14.png") no-repeat left center;
	padding-left: 28px;
}

.main-nav i {
	width: 4px;
	height: 60px;
	display: inline-block;
	float: left;
	background: url(../case26.png) no-repeat center;
	margin: 0 12px;
}


.main-class {
	width: 45%;
	overflow: hidden;
	margin: 50px 0;
	font-size: 0;
	border-radius: 2px;

}

.main-class span {
	background: #0a3381;
	color: #fff;
	display: inline-block;
	padding: 28px 50px;
	font-size: 22px;
	border-radius: 5px;
	font-weight: bold;
	border: 1px solid #eeeeee;
}

.main-class a {
	box-shadow: 0 0 5px #ccc;
	display: inline-block;
	padding: 20px 30px;
	background: #ffffff;
	font-size: 18px;
	border: 1px solid #eeeeee;
}


.main-class a:hover {
	color: #0a3381;
	font-weight: bold;
}





.inner-history {
	overflow: hidden;
	padding: 50px 0 100px 0;
	width: 100%;
	position: relative;
	background: url(../inner-history.jpg) no-repeat center;
	
}


.inner-history .section {
	position: relative;
	z-index: 99;
}



.office-swiper .swiper-slide {
	width: 500px;
}

.office-swiper .swiper-slide img {
	display: block;
	width: 100%;
}


.office-swiper .swiper-slide-active {
	background-color: #fff;
}




.office-button-next,
.office-button-prev {
	width: 54px;
	font-weight: bold;
	line-height: 54px;
	height: 54px;
	top: 50%;
	border: 2px solid #0a3381;
	border-radius: 100%;
	z-index: 99;
	margin-top: -47px;
	position: absolute;
	
}

.office-button-next:hover,
.office-button-prev:hover {
	background: #0a3381;
}

.office-button-next:after,
.office-button-prev:after {
	color: #0a3381;
	font-size: 20px;
}

.office-button-next {
	right: 0;
}

.office-button-prev {
	left: 0;
}

.office-button-next:hover:after,
.office-button-prev:hover:after {
	color: #fff;
}







.inner-culture {
	overflow: hidden;
	padding: 50px 0 120px 0;
	width: 100%;
	position: relative;
}

.inner-culture ul {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;

}

.inner-culture ul li {
	width: 48%;
	margin: 10px 1%;
	position: relative;
	overflow: hidden;
	border-radius: 8px;
}

.culture-txt {
	position: absolute;
	z-index: 10;
	width: 86%;
	left: 7%;
	bottom: 3%;
	color: #fff;
}

.culture-txt h2 {
	font-size: 24px;
	padding: 10px 0;
	line-height: 28px;
	border-bottom: 1px solid #fff;
}

.culture-txt .body {
	font-size: 18px;
	line-height: 28px;
	margin: 15px 0;
	height: 84px;
	overflow: hidden;
}

.inner-culture ul li img {
	width: 100%;
	transform: translateZ(0px);
	transition: transform 0.3s ease 0s;
}

.inner-culture ul li:hover img {
	transform: scale(1.2, 1.2);
}






.product-modcpquery {
	padding: 55px 0;
	overflow: hidden;
	background: #f2f2f2;
}

.product-modcpquery .section {
	overflow: hidden;
}

.product-modcpquery .product-box {
	width: 98%;
	margin: 0 1% 25px 1%;
	overflow: hidden;
	padding-bottom: 40px;
	border-bottom: 1px solid #5a6161;
}


.product-modcpquery-left {
	width: 20%;
	max-width: 320px;
	float: left;

}


.product-title {
	padding: 25px 20px;
	font-size: 22px;
	text-align: center;
	color: #fff;
	background: #0a3381;

}


.modcpquery-class {
	width: 94%;
	margin: 0 auto;
	background: #fff;
	box-shadow: 0 0 5px #ccc;
	overflow: hidden;
}

.modcpquery-class a {
	line-height: 50px;
	display: block;
	color: #333333;
	padding: 10px 10px 10px 35px;
	font-size: 18px;
	border-bottom: 1px solid #eeeeee;
	position: relative;
}

.modcpquery-class a::after {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	left: 15px;
	position: absolute;
	top: 50%;
	margin-top: -4px;
	background: #fff;
}

.modcpquery-class a.choose::after,
.modcpquery-class a:hover::after {
	background: #0a3381;
}

.modcpquery-class a:hover,
.modcpquery-class a.choose {
	color: #0a3381;
}

.product-modcpquery .product-modcpquery-right {
	width: 78%;
	float: right;
}

.modcpquery {
	width: 100;
	overflow: hidden;
}

.modcpquery ul {
	width: 100;
	display: flex;
	flex-wrap: wrap;
}

.modcpquery ul li {
	width: 31.333%;
	margin: 15px 1%;
	overflow: hidden;
	display: block;
	border: 1px solid #dddddd;

}

.modcpquery ul li a {
	display: block;
	overflow: hidden;
	position: relative;
}

.modcpquery ul li img {
	width: 100%;
	transform: translateZ(0px);
	transition: transform 0.3s ease 0s;
}

.modcpquery ul li h2 {
	font-size: 20px;
	padding: 0 10px;
	font-weight: bold;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	transition: 0.4s;
	z-index: 1;
	height: 100%;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(0, 0, 0, .5);
}


.modcpquery ul li a:hover h2 {
	opacity: 1;
}

.modcpquery ul li:hover img {
	transform: scale(1.2, 1.2);
}


.inner-equipment {
	width: 100%;
	padding: 60px 0;
	overflow: hidden;
	background: #f2f2f2;
}

.inner-equipment ul {
	width: 100;
	display: flex;
	flex-wrap: wrap;
}

.inner-equipment ul li {
	width: 31.333%;
	margin: 15px 1%;
	overflow: hidden;
	display: block;
	box-shadow: 0 0 10px #ccc;
}

.inner-equipment .equipment-txt {
	width: 100%;
	height: 100%;
	background: #fff;
	color: #333;
	z-index: 10;
	border-top: 1px solid #eee;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	padding: 35px 10px;
}

.inner-equipment .equipment-txt em {
	background: #333333;
}

.inner-equipment .equipment-a:hover .equipment-txt {
	color: #0a3381;
}

.inner-equipment .equipment-a:hover em {
	background: #0a3381;
}

/*新闻中心*/

.inner-news {
	width: 100%;
	padding: 60px 0;
	overflow: hidden;
	background: #f2f2f2;
}

.inner-news .news-query {
	max-width: 1180px;
	margin: 35px auto;
}

.inner-news .news-query dl a {
	background: #fff;
	color: #000;
	position: relative;
}

.inner-news .news-query dl dt {
	width: 40%;
	overflow: hidden;
}

.inner-news .news-query dl dt img {
	width: 100%;
}

.inner-news .news-query dl dd {
	width: 60%;
	padding: 24px 50px;
}

.inner-news .news-query dl dd h1 {
	font-size: 18px;
	float: left;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	width: 75%;
}

.inner-news .news-query dl dd h3 {
	font-size: 15px;
	color: #ccc;
	margin: 15px 0;
}

.inner-news .news-query dl dd span {
	width: 36px;
	height: 36px;
	background: url(../icon15.png) center center;
	border-radius: 100%;
	display: block;
	float: right;
	border: 2px solid #666666;
}

.inner-news .news-query dl dd em {
	display: block;
	width: 25%;
	float: left;
	margin-top: 18px;
	height: 1px;
	background: #666;
}

.inner-news .news-query dl dd .dtime {
	font-size: 22px;
	float: right;
	width: 22%;
}

.inner-news .news-query .body {
	font-size: 16px;
	line-height: 30px;
	height: 90px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	margin: 10px 0;
}

.inner-news .news-query a:hover {
	color: #0a3381;
	box-shadow: 0 0 10px #ccc;
}


.inner-news .news-query a:hover h1 {
	font-weight: bold;

}

.inner-news .news-query a:hover em {

	background: #0a3381;

}

.inner-news .news-query a:hover span {

	background: #0a3381 url(../icon16.png) center center;
	border: 2px solid #0a3381;

}

.inner-news .news-query a::after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 10px;
	height: 100%;
	opacity: 0;
	background: url(../icon17.png) center center;
	background-size: 100% 100%;
	transition: 0.4s;
}

.inner-news .news-query a:hover::after {
	opacity: 1;
}

.detail-content {
	width: 100%;
	background: #f5f5f5;
	padding: 50px 0;
	overflow: hidden;
}

.detail-content h2 {
	width: 100%;
	text-align: center;
	font-size: 34px;
	color: #000;
	line-height: 54px;
	padding: 19px 0;
}

.detail-content .detail-img {
	width: 100%;
	text-align: center;
}

.detail-content .detail-img img {
	margin: auto;
}

.detail-content .detail-intro {
	width: 100%;
	line-height: 28px;
	padding: 30px 0;
	font-size: 14px;
	color: #333;
}

.detail-content .detail-intro span {
	font-weight: bold;
	color: #111;
	padding: 5px 5px;
	background: #fff;
	font-size: 16px;
}

.detail-content .detail-intro img {
	max-width: 100%;
	margin: 10px auto;
}

.detail-content .detail-intro p {
	padding: 5px 0;
}

.up-down {
	width: 100%;
	background: #fff;
	padding: 10px 0;
	margin-top: 50px;
	overflow: hidden;
	color: #999;
	box-shadow: 0 0 10px #ccc;
}

.up-down ul {
	width: 98%;
	margin: auto;
}

.up-down ul li a {
	color: #999;
	font-size: 14px;
}

.up-down ul li a:hover {
	color: #0073ad;
}



/*联系我们*/
.main-contact {
	width: 100%;
	overflow: hidden;
	padding: 50px 0 120px 0;
	background: #f2f2f2;
}

.main-contact h1 {
	font-size: 18px;
	color: #555;
	font-weight: normal;
	padding: 5px 0;
}

.main-contact .con-content {
	width: 100%;
	overflow: hidden;
	padding: 40px 20px;
	background: #ffffff;
	display: flex;
	flex-wrap: wrap;
}

.main-contact .con-fl {
	width: 40%;
	margin-left: 8%;
	margin-right: 4%;
}

.main-contact .con-fr img {
	max-width: 99%;
	margin: 0 auto;

}

.main-contact .con-fr {
	width: 48%;
	font-size: 18px;
	line-height: 30px;
	color: #000;
}




#allmap {
	height: 450px;
	border: 0;
}

.BMap_bubble_title {
	font-size: 15px;
	font-weight: bold;
}




.qt-pagination {
	width: 94%;
	margin: auto;
	overflow: hidden;
	padding: 30px 0;
	text-align: center;
}

.qt-pagination a {
	background-color: #fff;
	border: 1px solid #e3e3e3;
	padding: 0 10px;
	margin: 0 3px;
	width: 30px;
	line-height: 30px;
	display: inline-block;
	text-align: center;
}

.qt-pagination .pages {
	background: #365ed0;
	color: #fff;
	border: 1px solid #365ed0;
}


.foot-box {
	width: 100%;
	background: #333333;
	padding: 20px 0;
	color: #cccccc;
	overflow: hidden;
	font-size: 16px;
}

.foot-box img {
	max-width: 100%;
}

.foot-logo-menu {
	display: flex;
	flex-wrap: wrap;
}

.foot-box .foot-logo {
	width: 20%;
}

.foot-box .foot-menu {
	width: 70%;
	margin-left: 2%;
	display: flex;
	align-items: center;
}

.foot-box .foot-menu a {
	color: #bbbbbb;
	display: inline-block;
	border-right: 1px solid #fff;
	padding: 0 15px;
	line-height: 16px;
}

.foot-box a:hover {
	color: #fff;
}

.footer-contact {
	width: 90%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	margin: 25px 5% 0 5%;
}

.footer-contact .footer-contact-wx {
	width: 10%;
}

.footer-contact .footer-contact-txt {
	width: 86%;
	line-height: 30px;
}

.footer-contact .footer-contact-txt span {
	color: #bbbbbb;
	display: inline-block;
	border-right: 1px solid #fff;
	padding: 0 15px;
	line-height: 16px;
}

.footer {
	width: 100%;
	color: #cccccc;
	background: #333333;
	line-height: 40px;
	overflow: hidden;
	text-align: center;
}

.footer a {
	color: #727272;
}

