* {
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

:root {
    --primary-color: #13337B;
    --secondary-color: #F29301;
    --third-color: #3030eb;
    --main-color: #1e1ea8;
    --main-color-white: #fff;
}


li {
	list-style: none;
}
a {
	text-decoration: none;
	color: #000;
}
b {
	font-weight: unset;
}
img {
    max-width: 100%;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}
body,
html {
	width: 100%;
	height: 100%;
}
body {
	font-size: 16px;
	line-height: 1.6;
	font-family: Arial, "Microsoft YaHei", 微软雅黑, 'PingFang SC';
	color: #333;
	overflow-x: hidden;
}
.w1300 {
	width: 1300px;
	margin: 0 auto;
}
.top {
	font-size: 14px;
	height: 48px;
	line-height: 48px;
}
.top .right {
	display: flex;
	justify-content: flex-end;
}
.top a {
	display: flex;
	align-items: center;
}
.top a:hover,
.top a.active {
	color: #1e50ae;
}
.top span {
	margin: 0 15px;
	color: #aaa;
}
.top img {
	height: 15px;
	margin-right: 3px;
}
.top span {
	display: flex;
	align-items: center;
}
.menu .w1300 {
	display: flex;
	align-items: center;
	justify-content: center;
}
.menu li {
	width: 120px;
	text-align: center;
	margin: 0 15px;
	padding-bottom: 15px;
	position: relative;
}
.menu li a {
	width: 100%;
	height: 65px;
	line-height: 65px;
	display: block;
}
.menu li>a:hover,
.menu li.active>a {
	color: #1e50ae;
}
.menu .logo {
	margin: 0 10px;
	height: 80px;
	padding-bottom: 15px;
}
.menu .logo img {
	height: 100%;
}
.menu li .menu2 {
	position: absolute;
	top: 100%;
	left: 50%;
	width: 200px;
	background-color: #fff;
	transform: translateX(-50%);
	z-index: 999;
	box-shadow: 0 1px 6px rgba(0, 0, 0, .15);
	display: none;
}
.menu li:hover .menu2 {
	display: block;
}
.menu .menu2 a {
	border-bottom: 1px solid #f2f2f2;
	font-size: 15px;
	line-height: 50px;
	height: 50px;
	color: #666;
}
.menu .menu2 a:hover {
	background-color: #f5f5f5;
	color: #1e50ae;
}
.banner .swiper-container {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.banner .swiper-slide .img {
	position: relative;
	padding-top: 42%;
	overflow: hidden;
}
.banner .swiper-slide .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
}
.cpfw {
	padding-top: 60px;
	margin: 20px 0;
}
.cpfw .w1300 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.cpfw a {
	width: 25%;
	margin-bottom: 60px;
	display: flex;
	align-items: center;
	color: #1e50ae;
	font-size: 20px
}
.cpfw a:hover {
	color: #333;
}
.cpfw a img {
	margin-right: 20px;
}
.syabout .shang {
	display: flex;
	justify-content: space-between;
}
.syabout .left {
	width: 50%;
}
.syabout .left img {
	height: 100%;
}
.syabout .right {
	width: 50%;
	background-image: url(../images/syaboutright.jpg);
	padding: 2.5% 6% 0 6%;
	color: #fff;
	text-align: center;
	background-size: cover;
}
.syabout .right .p1 {
	text-align: center;
	font-size: 30px;
	margin-bottom: 20px;
}
.syabout .right .p2 {
	line-height: 2.5;
	text-align: left;
}
.syabout .right a {
	color: #fff;
	border-radius: 7px;
	border: 1px solid #fff;
	padding: 8px 40px;
	font-size: 14px;
	display: inline-block;
	margin-top: 20px;
	position: relative;
	overflow: hidden;
	transition: color 0.3s ease;
	z-index: 1;
}
.syabout .right a::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: #1e50ae;
	transition: left 0.3s ease;
	z-index: -1;
	border-radius: 5px;
}
.syabout .right a:hover::before {
	left: 0;
}
.syabout .xia {
	display: flex;
	background-image: url(../images/syaboutxia.jpg);
	padding: 2.5% 0;
	color: #fff;
	background-size: cover;
	justify-content: space-evenly;
	text-align: center;
}
.syabout .xia .p1 {
	font-size: 50px;
}
.syabout .xia .p1 span {
	font-size: 20px;
}
.hzhb {
	text-align: center;
	padding: 5% 0;
}
.hzhb p {
	font-size: 30px;
	margin-bottom: 40px;
}
.hzhb img {
	box-shadow: 1px 1px 14px rgba(0, 0, 0, 0.20);
}
.syvideo {
	width: 100%;
	position: relative;
}
.bofang {
	position: absolute;
	left: 50%;
	top: 10%;
	transform: translate(-50%, -50%);
	z-index: 99;
	transition: all 0.5s ease;
	cursor: pointer;
	opacity: 0;
}
.syvideo:hover .bofang {
	top: 50%;
	opacity: 1;
	transform: translate(-50%, -50%);
}
.syvideo .img {
	position: relative;
	padding-top: 26%;
	width: 100%;
	cursor: pointer;
	overflow: hidden;
}
.syvideo .img img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	object-fit: cover;
	transition: transform 0.5s ease;
}
.syvideo:hover .img img {
	transform: scale(1.04)
}
.video-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.9);
	z-index: 1000;
	display: none;
	justify-content: center;
	align-items: center;
}
.video-container {
	position: relative;
	width: 960px;
	height: 540px;
}
.video-container video {
	width: 100%;
	height: 100%;
	display: block;
	background: #000;
}
.close-btn {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	font-size: 18px;
	font-weight: bold;
	z-index: 1001;
}
.syxinwen {
	padding: 4% 0;
}
.syxinwen .w1300 {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.syxinwen .left {
	width: 40%;
}
.syxinwen .right {
	width: 57%;
}
.syxinwen .right li {
	padding: 25px;
	border-bottom: 1px solid #f2f2f2;
	transition: all 0.5s ease;
}
.syxinwen .right li:hover {
	box-shadow: 1px 1px 14px rgba(0, 0, 0, 0.20);
}
.syxinwen .right li .p1 {
	color: #000;
}
.syxinwen .right li:hover .p1 {
	color: #1e50ae;
}
.syxinwen .right li .p2 {
	color: #666;
	font-size: 14px;
	margin-top: 10px;
}
.foot1 {
	background-image: url(../images/dibu.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 4% 30%;
	background-color: #fff;
}
.foot1 .p1 {
	color: #1e50ae;
	font-size: 20px;
}
.foot1 .p2 {
	width: 100%;
	height: 1px;
	background-color: #eee;
	margin: 10px 0;
}
.foot1 .p3 {
	font-size: 15px;
	color: #4B4B4B;
	line-height: 2em;
}
.foot2 {
	background-image: url(../images/foot2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 20px 0;
	text-align: center;
	color: #ddd;
	font-size: 14px;
}
.foot2 a {
	display: block;
	color: #333;
}
.xbanner {
	width: 100%;
}
.about1 .w1300 {
	border-bottom: 1px solid #eee;
	text-align: center;
	padding: 70px 0;
}
.about1 .p1 {
	font-size: 26px;
	color: #666;
}
.about1 .p2 {
	font-size: 12px;
	color: #666;
}
.about1 .p3 {
	font-size: 14px;
	line-height: 36px;
	color: #888;
	margin-top: 40px;
}
.about2 .w1300 {
	display: flex;
	margin-top: 60px;
	justify-content: space-between;
}
.about2 li {
	box-shadow: 1px 1px 14px rgba(0, 0, 0, 0.20);
	width: 32%;
	text-align: center;
	padding: 5% 0;
}
.about2 .p2 {
	font-size: 26px;
	color: #1e50ae;
	font-weight: bold;
	margin: 20px 0 10px 0;
}
.about3 {
	text-align: center;
	background-image: url(../images/about3.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 15%;
	color: #fff;
}
.about3 .p1 {
	font-size: 26px;
}
.about3 .p2 {
	font-size: 12px;
	margin-bottom: 40px;
}
.about3 .syabout .xia {
	justify-content: space-between;
	background-image: unset;
	color: #666;
}
.erji .w1300 {
	margin: 50px auto;
	box-shadow: 1px 1px 14px rgba(0, 0, 0, 0.20);
	display: flex;
	padding: 40px 50px;
	flex-wrap: wrap;
}
.erji a {
	font-weight: bold;
	color: #444;
	padding: 20px 0;
	width: 33%;
	display: inline-block;
}
.erji a:hover {
	color: #1e50ae;
}
.erji a span {
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: #1e50ae;
	border-radius: 50%;
	margin-right: 10px;
}
.chanpin .w1300 {
	overflow: hidden;
	padding: 8px;
}
.chanpin a {
	width: 20%;
	padding: 15px;
	text-align: center;
	display: block;
	float: left;
}
.chanpin a:hover {
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
}
.chanpin .img {
	position: relative;
	padding-top: 100%;
	width: 100%;
	cursor: pointer;
	margin-bottom: 10px;
	overflow: hidden;
}
.chanpin .img img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	object-fit: cover;
	transition: transform 0.5s ease;
}
.pagebar {
	padding: 20px 20px 40px 20px;
	overflow: hidden;
	clear: both
}
.pagebar .pagination {
	display: flex;
	justify-content: center;
	margin-top: 10px;
}
.pagination a {
	background: #fff;
	border: 1px solid #ccc;
	color: #333;
	font-size: 12px;
	padding: 8px 10px;
	margin: 0 2px;
	border-radius: 3px;
	line-height: 100%
}
.pagination span {
	color: #333;
	font-size: 12px;
	padding: 7px 2px;
	margin: 0 2px;
	border-radius: 3px;
}
.pagination a:hover {
	color: #333;
	border: 1px solid #333;
}
.pagination a.page-num-current {
	color: #fff;
	background: #333;
	border: 1px solid #333;
}
.pagination .st {
	font-family: 宋体
}
.text-secondary {
	text-align: center;
	padding: 20px 20px 40px 20px;
}
.cpxq {
	padding: 20px 0;
}
.cpxq .w1300 {
	overflow: hidden;
	border-bottom: 1px solid #eee;
	padding-bottom: 50px;
	margin-bottom: 30px;
}
.cpxq .left {
	width: 45%;
	float: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.cpxq .left a {
	border: 1px solid #666;
	color: #666;
	border-radius: 50px;
	padding: 5px 15px;
	margin-top: 30px;
	display: inline-block;
}
.cpxq .left .img {
	width: 100%;
	padding-top: 100%;
	position: relative;
	overflow: hidden;
	border: 1px solid #eee;
}
.cpxq .left img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	transition: transform 0.5s ease;
	object-fit: contain;
}
.cpxq .right {
	width: 50%;
	float: right;
}
.cpxq .right .title {
	font-weight: bold;
	font-size: 36px;
	margin-bottom: 25px;
}
.cpxq .right a {
	border-radius: 21px;
	color: #fff;
	font-size: 15px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	display: flex;
	align-items: center;
	width: 200px;
	background-color: #1e50ae;
	justify-content: center;
}
.cpxq .right a img {
	width: 16px;
	margin-right: 5px;
}
.fuwu1 {
	font-size: 26px;
	color: #666;
	text-align: center;
	margin-top: 60px;
}
.fuwu a {
	width: 25%;
	padding: 15px;
	text-align: center;
	display: block;
	float: left;
}
.fuwu2 .w1300 {
	display: flex;
	justify-content: center;
	margin-top: 30px
}
.fuwu2 a {
	border: 1px solid #eee;
	color: #666;
	padding: 10px 20px;
	border-radius: 10px;
	margin: 0 10px;
}
.fuwu2 a.active {
	background-color: #1e50ae;
	color: #fff;
}
.xinwen {
	padding: 60px 0;
}
.xinwen .lmmc {
	text-align: center;
	font-size: 26px;
	color: #1e50ae;
	margin-bottom: 30px;
}
.xinwen li {
	padding: 30px;
	border-bottom: 1px solid #f2f2f2;
	transition: all 0.5s ease;
}
.xinwen li:hover {
	box-shadow: 1px 1px 14px rgba(0, 0, 0, 0.20);
}
.xinwen li .p1 {
	color: #000;
}
.xinwen li:hover .p1 {
	color: #1e50ae;
}
.xinwen li .p2 {
	color: #666;
	font-size: 14px;
	margin-top: 10px;
}
.newsxq {
	padding: 30px 0;
}
.newsxq .p1 {
	font-size: 24px;
}
.newsxq .p2 {
	color: #666;
	display: flex;
	justify-content: space-between;
	font-size: 15px;
	margin: 20px 0;
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
}
.newsxq .p2 img {
	width: 20px;
	margin-right: 3px;
}
.newsxq .p3 {
	font-size: 15px;
	line-height: 2;
	color: #555;
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.newsxq .p4 {
	color: #666;
	display: flex;
	justify-content: space-between;
	font-size: 15px;
	margin-bottom: 15px;
}
.lianxi .p1 {
	color: #1e50ae;
	margin-top: 60px;
	font-size: 20px;
}
.lianxi .p2 {
	width: 100%;
	height: 1px;
	background-color: #eee;
	margin: 10px 0;
}
.lianxi .p3 {
	font-size: 15px;
	color: #444;
	line-height: 2em;
	margin-bottom: 60px;
}
.ditu {
	position: relative;
	width: 100%;
	/* padding-top: 40%; */
	margin: 40px 0;
	overflow: hidden;
}
.ditu #container {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.header {
	width: 100%;
	padding: 14px 0;
	background: #fff;
	position: fixed;
	top: 40px;
	z-index: 999;
	display: none;
}
.header_box {
	display: flex;
	justify-content: space-between;
	width: 92%;
	margin: 0 auto;
	align-items: center;
}
.head-logo {
	height: 42px;
}
.head-logo a {
	display: block;
	height: 100%;
}
.head-logo img {
	height: 100%;
}
#top #nav {
	width: 28px;
	height: 24px;
	text-align: center;
	cursor: pointer;
}
#top .nav {
	width: 28px;
	height: 24px;
	background: url(../images/icont.png) no-repeat;
	background-size: 28px auto;
}
#top .close {
	width: 28px;
	height: 24px;
	background: url(../images/iconx.png) no-repeat;
	background-size: 28px auto;
}
.subNav {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 110px;
	z-index: 999;
	background: rgb(0, 0, 0, 0.5);
	display: none;
}
.subNav .sub {
	width: 100%;
	display: none;
}
.subNav .sub a {
	font-size: 15px;
	line-height: 36px;
	border-top: 1px solid #e0e0e0;
	padding: 0 25px;
	background-color: #f5f5f5;
	display: block;
}
.subNav li {
	width: 100%;
	display: block;
	line-height: 48px;
	margin: 0 auto;
	position: relative;
	background: #fff;
	border-top: 1px solid #f2f2f2;
}
.subNav li>a {
	display: block;
	padding: 0 20px;
	margin-right: 48px;
}
.subNav li i {
	float: right;
	height: 48px;
	width: 48px;
	background: url(../images/arrt.png) no-repeat center;
	background-size: 10px;
	position: relative;
	z-index: 1;
	cursor: pointer;
	transition: all .5s;
}
.subNav li.open i {
	transform: rotate(90deg);
}
.top1 {
	height: 110px;
	display: none;
}
@media (max-width: 1300px) {
	.w1300 {
		width: 94%;
	}
	.top {
		width: 100%;
		background: #fff;
		position: fixed;
		top: 0;
		z-index: 999;
		height: 40px;
		line-height: 40px;
	}
	.menu {
		display: none;
	}
	.header {
		display: block;
		border-bottom: 1px solid #f2f2f2;
		border-top: 1px solid #f2f2f2;
	}
	.top1 {
		display: block;
	}
	.cpfw {
		padding-top: 40px;
	}
	.cpfw a {
		width: 100%;
		margin-bottom: 40px;
	}
	.syabout .shang {
		flex-direction: column;
	}
	.syabout .left,
	.syabout .right {
		width: 100%;
	}
	.syabout .right .p1 {
		font-size: 24px;
		margin: 20px 0;
	}
	.syabout .right .p2 {
		font-size: 14px;
	}
	.syabout .xia {
		flex-wrap: wrap;
	}
	.syabout .xia li {
		width: 50%;
	}
	.syabout .xia .p1 {
		font-size: 36px;
	}
	.syabout .xia .p1 span {
		font-size: 18px;
	}
	.syabout .xia p {
		font-size: 14px;
	}
	.hzhb p {
		font-size: 20px;
		margin-bottom: 15px;
	}
	.hzhb img {
		width: 94%;
		margin: 0 3%;
	}
	.syvideo .img {
		padding-top: 50%;
	}
	.bofang {
		top: 50%;
		opacity: 1;
	}
	.video-container {
		position: relative;
		width: 90%;
		height: 300px;
	}
	.syxinwen .w1300 {
		align-items: stretch;
		flex-direction: column;
	}
	.syxinwen .left,
	.syxinwen .right {
		width: 100%;
	}
	.foot1 {
		background-image: unset;
		padding: 4% 3%;
		background-color: #fff;
	}
	.foot1 .p3 {
		padding-left: 0;
	}
	.about1 .w1300 {
		padding: 40px 0;
	}
	.about1 .p1 {
		font-size: 20px;
	}
	.about1 .p3 {
		margin-top: 20px;
	}
	.about2 .w1300 {
		margin-top: 40px;
		flex-wrap: wrap;
	}
	.about2 li {
		width: 49%;
		padding: 5% 0;
		margin-bottom: 2%;
		box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.20);
	}
	.about2 .p2 {
		font-size: 18px;
	}
	.about2 .p3 {
		font-size: 14px;
	}
	.about3 .p1 {
		font-size: 20px;
	}
	.about3 .p2 {
		margin-bottom: 25px;
	}
	.about3 {
		padding-top: 18%;
	}
	.erji .w1300 {
		padding: 20px 30px;
		margin: 30px auto;
		flex-direction: column;
	}
	.erji a {
		width: 100%;
	}
	.chanpin a {
		width: calc(50% - 10px);
		padding: 5px;
		border: 1px solid #f2f2f2;
		margin: 5px;
	}
	.chanpin a:hover {
		box-shadow: unset;
	}
	.chanpin .w1300 {
		overflow: hidden;
		padding: 0;
	}
	.cpxq .left,
	.cpxq .right {
		width: 100%;
	}
	.cpxq .right .title {
		font-size: 24px;
		margin: 25px 0 15px 0;
	}
	.cpxq .left a {
		display: none;
	}
	.fuwu1 {
		font-size: 20px;
		margin-top: 30px;
	}
	.fuwu2 a {
		padding: 10px 15px;
		margin: 0 5px;
		font-size: 14px;
	}
	.fuwu a {
		width: 100%;
		padding: 5px;
		border: 1px solid #f2f2f2;
		margin-bottom: 10px;
	}
	.fuwu a:hover {
		box-shadow: unset;
	}
	.xinwen li {
		padding: 30px 0;
	}
	.xinwen li:hover {
		box-shadow: unset;
	}
	.xinwen {
		padding: 30px 0;
	}
	.xinwen .lmmc {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.newsxq .p4 {
		flex-direction: column;
	}
	.lianxi .p1 {
		margin-top: 40px;
	}
	.ditu {
		/* padding-top: 60%; */
		margin: 30px 0;
	}
	.lianxi .p3 {
		margin-bottom: 0;
	}
	.syxinwen .right li {
		padding: 25px 0;
	}
	.syxinwen .right li:hover {
		box-shadow: unset;
	}
}
.fhdb {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 48px;
	height: 48px;
	border-radius: 4px;
	background-color: #1e50ae;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s, visibility 0.3s;
	z-index: 1000;
}
.fhdb.visible {
	opacity: 1;
	visibility: visible;
}
.fhdb:hover {
	background-color: #16408c;
}


.insidebox{width: 100%;margin: 0 auto;padding: 40px 0;}
.inside{width: 100%;margin: 0 auto;min-height: 300px;}




