* {
	padding: 0;
	margin: 0;
	-webkiit-box-sizing: border-box;
	box-sizing: border-box;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
body {
	color: #333;
	font-size: 16px;
	font-family: "fontawesome";
}
@font-face {
	font-family: "fontawesome";
	src: url("../fonts/file.woff2") format("woff2"), url("../fonts/file.woff") format("woff"), url("../fonts/file.ttf") format("ttf");
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
a {
	color: #333;
	text-decoration: none;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
}
a:hover {
	text-decoration: underline;
	text-decoration: none;
}
img {
	border: none;
}
ol, ul, li {
	list-style: none;
}
table {
	border-collapse: collapse;
}
input[type=text]:focus, input[type=text]:active {
	appearance: none;
	-webkit-appearance: none;
	outline: none;
}
a {
	-webkit-tap-highlight-color: transparent;
}
a:hover {
	-webkit-tap-highlight-color: transparent;
}
img {
	vertical-align: middle;
}
input, input:focus, input:active, button, button[type=button], textarea:focus {
	appearance: none;
	-webkit-appearance: none;
	outline: none;
}
.top {
}
.top .m {
	display: flex;
	justify-content: center;
}
.top .logo {
	float: left;
	display: inline-block;
	margin-top: 15px;
}
.top .logo img {
	width: 163px;
	height: 56px;
}
.top ul {
}
.top li {
	float: left;
	position: relative;
}
.top li.last {
	margin-right: 0;
}
.top li > a {
	display: block;
	padding: 20px 0px;
	width: 190px;
	text-align: center;
	position: relative;
	font-size: 14px;
}
.top li.on > a {
	color: #000;
}
.top li:hover > a {
	background-color: rgba(255, 255, 255, 0.7);
}
.top li dl {
	display: none;
	position: absolute;
	left: 0;
	top: 59px;
	width: 100%;
	background: #fff;
	z-index: 100;
}
.top li dl a {
	display: block;
	height: 38px;
	line-height: 38px;
	color: #333;
	text-align: center;
	font-size: 14px;
}
.top li dl a:hover {
	color: #000;
	font-weight: bold;
}
.top li:hover dl {
	display: block;
}
.head {
	position: fixed;
	background-color: rgba(255, 255, 255, 0.5);
	width: 100%;
	top: 0px;
	z-index: 99999;
	padding-top: 15px;
}
.head .logo {
	width: 80px;
	margin: 0 auto;
}
.head .logo img {
	width: 100%;
}
.mm {
	width: 95%;
	margin: 0 auto;
	max-width: 1200px;
}
.video {
	position: relative;
	height: 800px;
	width: 100%;
}
.video video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.video .text {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.video .text div {
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
.video .text .sub {    font-size: 24px;}
.index-1 {
	width: 100%;
	height: 600px;
	padding: 30px;
	margin-bottom: 40px;
}
.index-1 .con {
	background-image: url(../images/a1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 600px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	flex-direction: column;
}
.index-1 .con .text {
	font-size: 35px;
	font-weight: bold;
}
.index-1 .con a {
	background: #fff;
	width: 150px;
	text-align: center;
	line-height: 35px;
	border-radius: 10px;
	margin-top: 20px;
	font-weight: bold
}
.m-1 {
	width: 95%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 30px 0;
}
.yq .header {
	width: 100%;
	height: 36px;
	line-height: 36px;
	text-align: center;
}
.yq .header .line {
	display: inline-block;
	width: 280px;
	border-top: 1px solid #cccccc;
	vertical-align: 14px;
}
.yq .header .text {
	font-size: 36px;
	margin: 20px;
}
.yq .img ul {
	display: flex;
	justify-content: center;
	gap: 30px;
}
.yq .img {
	padding-top: 20px;
	padding-bottom: 20px;
}
.foot {
	background: #2e2e2e;
	padding: 30px 0;
	color: #fff
}
.foot .lx {
	padding-bottom: 26px;
}
.foot .lx .title {
	font-size: 30px;
	margin-bottom: 20px;
}
.foot .lx .lxlb ul li {
	font-size: 14px;
	margin-bottom: 10px;
}
.foot a {
	color: #FFF;
	font-size: 12px;
}
.foot .db {
	border-top: 1px solid #fff;
	padding-top: 45px;
}
.foot .db ul {
	display: flex;
	justify-content: center;
	gap: 50px;
}
.fw {
	padding: 30px;
}
.fw ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10%;
    margin-bottom: 50px;
}
.fw ul li .img {
	width: 50%
}
.fw ul li .img img {
	width: 100%
}
.fw ul li .desc {
	width: 50%;
	padding-right: 5%;
}
.fw ul li .desc .title {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}
.fw ul li .desc .ms {
	font-size: 15px;
	line-height: 35px;
}
.banner img {
	width: 100%
}

.banner {position: relative;}

.banner .text{     display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 50px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-weight: bold;
    letter-spacing: 5px;}


.m {
	width: 95%;
	max-width: 1600px;
	margin: 0 auto;
}
.fw ul li:nth-child(2n) .desc {
	padding-right: 0;
}
.fw ul li .desc a {
	background: #fff;
	width: 150px;
	text-align: center;
	line-height: 35px;
	border-radius: 10px;
	margin-top: 20px;
	font-weight: bold;
	border: 1px solid #000;
	display: block;
}
.m-2 {
	width: 95%;
	max-width: 1000px;
	margin: 0 auto
}
.team ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 40px;
}
.team ul li {
	width: 30%;
	text-align: center;
	line-height: 80px;
}
.team ul li img {
	width: 100%;
}
.xq {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding: 50px 0;
}
.xq .left {
	width: 40%;
}
.xq .left img {
	width: 100%
}
.xq .right {
	width: 54%;
	line-height: 31px;
	font-size: 14px;
}
.lianxi .header {
	width: 100%;
	height: 36px;
	line-height: 36px;
	text-align: center;
}
.lianxi .header .line {
	display: inline-block;
	width: 280px;
	border-top: 1px solid #cccccc;
	vertical-align: 14px;
}
.lianxi .header .text {
	font-size: 36px;
	margin: 20px;
}
.lianxi {
	padding: 50px 0;
}
.lianxi .subtitle {
	font-size: 14px;
	text-align: center;
	padding: 20px 0;
}
.lianxi ul {
	display: flex;
	justify-content: space-between;
	padding: 50px 0;
}
.lianxi ul li {
	line-height: 28px;
	font-size: 14px;
}
.tijiao {
	width: 500px;
	margin: 0 auto;
	padding: 40px 0;
}
.tijiao form {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 14px;
}
.tijiao form input {
	border: 1px solid #eee;
	line-height: 35px;
	text-indent: 1rem;
}
.tijiao form textarea {
	border: 1px solid #eee;
	height: 150px;
	padding: 10px;
}
 .tijiao form input::placeholder {
font-family: "fontawesome";
}
 .tijiao form textarea::placeholder {
font-family: "fontawesome";
}
.tijiao form button {
	width: 50%;
	border: 0;
	line-height: 45px;
	margin: 0 auto;
	background: #000;
	color: #fff;
	font-family: "fontawesome";
	font-size: 18px;
}
.newlist ul li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.newlist ul li a .img {
	width: 25%;
}
.newlist ul li a .img img {
	width: 100%;
}
.newlist ul li a .miaoshu {
	width: 70%;
}
.newlist ul li a .miaoshu .title {
	font-size: 25px;
}
.newlist ul li a .miaoshu .desc {
	padding: 20px 0;
}
.newlist ul li {
	margin-bottom: 20px;
}
.newlist {
	padding: 30px 0;
}
.fenye ul.pagination {
	display: inline-block;
	padding: 0;
	margin: 0;
}
.fenye ul.pagination li {
	display: inline;
}
.fenye ul.pagination li a {
	color: black;
	float: left;
	padding: 8px 16px;
	text-decoration: none;
	transition: background-color .3s;
	border: 1px solid #ddd;
	margin: 0 4px;
}
.fenye ul.pagination li a.page-num-current {
	background-color: #4CAF50;
	color: white;
	border: 1px solid #4CAF50;
}
.fenye ul.pagination li a:hover:not(.page-num-current) {
	background-color: #ddd;
}
.fenye {
	text-align: center
}
.xiangqing .name {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
}
.xiangqing .xxqq {
	text-align: center;
	padding: 40px 0;
	line-height: 30px;
}


.sp_header { display:none}

.lianxi ul li img { width:200px}