@font-face {
	font-family: 'myfont1';
	src: url('../fonts/light.ttf'), url('../fonts/light.woff') format('woff');
}

@font-face {
	font-family: 'myfont2';
	src: url('../fonts/semibold.ttf'), url('../fonts/semibold.woff') format('woff');
}

@font-face {
	font-family: 'myfont3';
	src: url('../fonts/extrabold.ttf'), url('../fonts/extrabold.woff') format('woff');
}


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

a {
	text-decoration: none;
	color: black;
}

h1 {
	font-size: 60px;
	font-family: 'myfont2';
}

h2 {
	font-size: 50px;
}

h3 {
	font-size: 40px;
}

li {
	list-style-type: none;
}

img {
	max-width: 100%;
}


body {
	font-size: 16px;
	font-family: -apple-system, Helvetica, sans-serif;
	color: #333333;
	font-family: "myfont1";
}

.pcdisplaynone {
	display: none;
}

.mobilemenu {
	display: none;
}

.wd1200 {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 5% !important;
}

.wd92 {
	width: 92%;
	margin: 0 auto;
}


.centerbox {
	margin: 0 auto;
	text-align: center;
}

.banner {
	position: relative;
}

.top {
	position: absolute;
	display: flex;
	justify-content: space-between;
	align-items: center;
	top: 40px;
	left: 0;
	right: 0;
	z-index: 9;
}

.logo img {
	height: 34px;
}

.menu ul {
	display: flex;
}

.menu ul li {
	padding-right: 60px;
}

.menu ul li:last-child {
	padding-right: 0px;
}

.menu ul li a {
	color: white;
	font-size: 12px;
}

li.menucurrent a {
padding-bottom: 2px;
border-bottom: 1px solid #fff;
}


.menu ul li  a:hover {
padding-bottom: 2px;
border-bottom: 1px solid #fff;
}


.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	/* content: '>' !important; */
	content: "" !important;
	color: white;
	width: 19px;
	height: 33px;
	background-image: url(../images/rightbtn.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	/* content: '>' !important; */
	content: "" !important;
	color: white;
	width: 19px;
	height: 33px;
	background-image: url(../images/leftbtn.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.boxdiv {
	margin: 95px auto;
}

.boxdiv h1 {
	padding-bottom: 36px;
}

.boxdiv p {
	line-height: 46px;
	font-size: 36px;
}



.grid {
	max-width: 100% !important;
}

.grid li a,
.grid li img {
	width: 100%;
	 transition: transform 0.3s ease; 
}



.grid li a:hover img {

  transform: scale(1.02); 
 z-index: -1; 
  position:absolute;
   display: flex;
    align-items: center;
}

.grid li {
	position: relative;
	padding: 0px !important;
	width: 33% !important;
	width: 32.5% !important;
	margin: 0.167%;
	margin: 0.4%;
}


.gridtext {
	position: absolute;
	opacity: 1;
	top: 25px;
	left: 5%;
	right: 5%;
	color: white;
	z-index: 99;
	transition: all .3s ease-in 0s;
}

.grid li:hover .gridtext {
	top: 25px;
	opacity: 1;
}



.foot {
	margin: 80px auto;
	margin-top: 100px;
}

.foottop {
	color: #3a3a3a;
	font-weight: bold;
	font-size: 12px;
	border-bottom: #f1f1f1 2px solid;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.floatright {
	float: right;
}

.floatright span {
	padding-right: 8px;
}

.gttop {
	cursor: pointer;
}

.clear {
	clear: both;
}

.footcon {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 25px;
}

.foottb ul {
	display: flex;
}

.foottb ul li img {
	height: 16px;
}

.foottb ul li {
	padding-right: 80px;
}

.foottb ul li:last-child {
	padding-right: 0px;
}

.foottb ul li img:hover {
	opacity: 0.7;
}

.footright {
	text-align: right;
	color: #858585;
	font-size: 10px;
	font-family: "myfont2";
}

.footlist {
	margin-bottom: 26px;
}


/* list.html */
.blacktext ul li a {
	color: black;
	font-family: "myfont2";
}



.blacktext menucurrent ul li a {
	color: black;
padding-bottom: 5px;
border-bottom: 2px solid #fff;
}



.blacktext ul li a:hover {
color:#999;
padding-bottom: 5px;
border-bottom: 2px solid #fff;
}



.listtop {
	position: relative;
}

.xiantiao {
	background: #f1f1f1;
	height: 2px;
	margin: 35px auto;
	margin-top: 75px;
	position: relative;
}

.listmenu ul {
	display: flex;
}

.listmenu ul li {
	padding-right: 115px;
}



.listmenu ul li a{
color:#999;
}


.listmenu ul li:last-child{
	padding-right: 0px;
}

.listmenu ul li:last-child {
	padding-right: 0px;
}

a.current {
	font-weight: bold;
color: #000 !important;
}

.zhezhao {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	transition: all .4s ease-in 0s;
}

ul.listgriid li:hover .zhezhao {
	background: rgb(14 125 191 / 60%);
}


/* video.html */
video#videoShow {
	width: 100%;
	max-height: 90vh;
	object-fit: cover;
}

.bofang {
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 999;
	position: absolute;
	left: 0px;
	right: 0px;
	margin: 0 auto;
	top: 38%;
	bottom: 0px;
	width: 180px;
	height: 180px;
}

p.p1 {
	font-size: 24px;
	font-family: 'myfont2';
}

.jianju50 {
	height: 50px;
}

.pictwo {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 10px 0px;
}

.pictwoleft {
	width: 30%;
}

.pictworight {
	width: 66%;
}

.pictworight img {
	width: 100%;
}


.pictworight img:hover {
	width: 100%;

  transform: scale(1.02); 
}



.thesecond {
	flex-direction: row-reverse;
}

.pic3 ul {
	display: flex;
	justify-content: space-between;
}

.pic3 ul li {
	width: 33%;
}

.pic3 ul li img {
	width: 100%;
}

.margin50 {
	margin: 50px 0px;
}

.pic2 ul li {
	width: 49.5%;
}



.client {
	margin: 100px auto;
	display: flex;
	justify-content: space-between;
}

.clientleft {
	font-size: 24px;
	color: #020000;
	width: 15%;
	font-family: "myfont3";
}

.boldtext {
	font-weight: bold;
}

p.p2 {
	font-size: 22px;
	color: #020000;
	font-family: "myfont2";
}

.client p {
	font-family: "myfont2";
}

p.p3 {
	color: #808080;
	font-size: 22px;
	padding-bottom: 40px;
}

.clientcenter {
	width: 25%;
}



.videotext {
	margin: 90px auto;
	margin-bottom: 130px;
}


/* mito.html */
.nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
	margin-top: 180px;
	max-width: 1220px;
}

.nav img {
	max-width: 172px;
}

.nav span {
	font-size: 36px;
	font-family: 'myfont2';
}

.graytext {
	color: #898989;
}

.mitotext {
	margin: 86px auto;
	margin-bottom: 96px;
}

.mitotext p {
	font-family: 'myfont3';
}

p.p36 {
	font-size: 36px;
	padding-bottom: 15px;
}


.pic100 {
	position: relative;
}

.pic100 img {
	width: 100%;
}



.pic100:hover img {
	width: 100%;
	
  transform: scale(1.02); 
}


.mitobigtext {
	font-size: 78px;
	color: black;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 999;
	position: absolute;
	left: 0px;
	right: 0px;
	margin: 0 auto;
	top: 0%;
	bottom: 0px;
}

.mitosmailltext {
	font-size: 24px;
	color: black;
	padding-top: 6%;
}

.whitetxte {
	color: white;
}

.margin10 {
	margin: 10px 0px;
}

/* video1.html */
.jianju20 {
	height: 20px;
}

.jianju10 {
	height: 10px;
}

.margin100 {
	margin: 190px auto;
	margin-top: 130px;
}

p.p36.boldtext {
	font-family: 'myfont3';
}

/* about.html */
.p48 {
	color: #020000;
	font-size: 48px;
	padding-bottom: 5px;
}

.textright {
	text-align: right;
}



.textleft {
	text-align: left !important;
}





.xia {
	margin-top: 10px;
}

.xia img {
	width: 30px;
}

/* team.html */
.teamtop {
	margin-top: 160px;
	max-width: 1500px !important;
}

.teamtop a {
	text-decoration: underline;
}

.jianju60 {
	height: 60px;
}

.p72 {
	font-size: 72px;
}

.plight {
	font-family: 'myfont1' !important;
}

.wd1440 {
	max-width: 1440px;
	padding: 0 5% !important;
}

.team {
	background: #efefef;
	color: black;
	margin: 50px auto;
	padding: 40px 0px;
}

.teamcon {
	max-width: 1600px;
	padding: 0% 5%;
	display: flex;
	justify-content: space-between;
}

.teamleft {
	font-size: 48px;
	font-weight: bold;
	width: 15%;
}

.teamright {
	width: 80%;
}

.teamright ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.teamright ul li {
	width: 50%;
	border-bottom: #bdbdbd 2px solid;
	padding-bottom: 25px;
	margin-bottom: 25px;
	padding-left: 0.3%;
}



/* 以下是手机端导航部分 */

.fadein_menu ul {
	list-style: none;
}

.fadein_menu a:link {
	text-decoration: none;
}

.fadein_menu a:visited {
	text-decoration: none;
}

.fadein_menu a:hover {
	text-decoration: none;
}

.fadein_menu a:active {
	text-decoration: none;
}

.fadein_menu a:focus {
	outline: none;
}

.mobile_icon {
	display: none;
}

.fadein_menu {
	display: none;
	position: absolute;
	opacity: 0;
}


@media (max-width: 1000px) {
	.menu {
		display: none;
	}

	.mobilemenu {
		display: flex;
		align-items: center;
		padding: 10px 3%;
		justify-content: space-between;
	}

	.mobilelogo img {
		width: 70px;
	}

	.mobile_icon {
		display: block;
	}

	.mobile_icon img {
		width: 30px;
	}

	.mobile_icon i {
		color: #fff;
		font-size: 26px;
		font-weight: bold;
	}

	.mobile_icon .icon-menu {
		position: absolute;
		left: 15px;
		top: 50%;
		transform: translateY(-50%);
	}

	.fadein_menu {
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.4);
		position: fixed;
		left: 0;
		top: 0;
		display: none;
		z-index: 9999999;
		opacity: 1;
	}

	.fadein_menu .box {
		width: 100%;
		height: 100%;
		overflow: auto;
		position: absolute;
		left: -90%;
		top: 0;
		background: #fff;
		text-align: right;
	}

	.fadein_menu .box>.icon-close {
		margin: 20px;
		display: inline-block;
		width: 24px;
	}

	.fadein_menu .box>.icon-close img {
		width: 100%;
	}

	.fadein_menu .box .wws,
	.fadein_menu .box .ws {
		display: none;
	}

	.fadein_menu .box ul {
		overflow: hidden;
		padding-left: 5%;
	}

	.fadein_menu .box ul li {
		overflow: hidden;
	}

	.fadein_menu .box ul li a {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		height: 58px;
		box-sizing: border-box;
		border-bottom: 1px solid #F2F2F2;
		padding: 0 20px 0 0px;
	}

	.fadein_menu .box ul li a:hover span {
		color: #A7A7A4;
	}

	.fadein_menu .box ul li a span {
		font-size: 15px;
		color: #242424;
	}

	.fadein_menu .box ul li a i {
		display: inline-block;
		transition: all .2s;
		width: 24px;
	}

	.fadein_menu .box ul li a i img {
		width: 100%;
	}

	.fadein_menu .box ul li a i.on {
		transform: rotate(90deg);
	}


	/* index.html */
	.top {
		display: none;
	}

	.boxdiv h1 {
		padding-bottom: 10px;
	}

	h1 {
		font-size: 30px;
	}

	.boxdiv p {
		line-height: 27px;
		font-size: 18px;
	}

	.boxdiv {
		margin: 50px auto;
	}

	.grid li {
		width: 49% !important;
		margin: 0.5%;
	}

	.foot {
		margin: 30px auto;
		margin-top: 50px;
	}

	.footcon {
		display: block;
	}

	.footright {
		text-align: left;
		margin-top: 25px;
	}

	.foottb ul li {
		padding-right: 40px;
	}



	/* list.html */
	.xiantiao {
		margin: 5px auto;
		margin-bottom: 20px;
	}
	
	.listmenu ul li{
		padding-right: 25px;
	}

	/* mito.html */
	.nav {
		margin-top: 30px;
		margin-bottom: 20px;
	}

	.nav span {
		font-size: 20px;
	}

	.nav img {
		max-width: 100px;
	}


	.mitotext {
		margin: 30px auto;
		padding: 0px 5%;
	}

	p.p36 {
		font-size: 21px;
		padding-bottom: 10px;
	}

	p.p1 {
		font-size: 16px;
	}


	.mitobigtext {
		font-size: 28px;
		line-height: 38px;
	}

	.mitosmailltext {
		font-size: 16px;
	}

	.margin10 {
		margin: 5px 0px;
	}

	/* video.html */
	.bofang {
		top: 30%;
		width: 60px;
		height: 60px;
	}

	.jianju50 {
		height: 25px;
	}

	.pictwo {
		margin: 5px 0px;
	}

	.margin50 {
		margin: 30px 0px;
	}

	.client {
		margin: 50px auto;
	}

	.clientleft {
		font-size: 16px;
		width: 15%;
	}

	.clientcenter {
		width: 25%;
	}

	.clientright {
		width: 50%;
	}

	p.p2 {
		font-size: 14px;
	}

	p.p3 {
		font-size: 14px;
		padding-bottom: 20px;
	}

	.videotext {
		margin: 50px auto;
	}

	/* video1.html */
	.jianju20 {
		height: 10px;
	}

	/* about.html */
	.p48 {
		font-size: 24px;
		padding-bottom: 3px;
	}

	.mabout {
		display: block;
		margin-top: 30px;
	}

	.maboutleft {
		width: 100%;
		text-align: center;
	}

	.maboutright {
		width: 100%;
		margin-top: 10px;
	}

	.xia img {
		width: 15px;
	}

	/* team.html */
	.p72 {
		font-size: 33px;
	}

	.team {
		margin: 30px auto;
		padding: 20px 0px;
	}

	.teamleft {
		font-size: 24px;
	}

	.teamright {
		font-size: 14px;
	}

	.teamright ul li {
		padding-bottom: 15px;
		margin-bottom: 15px;
	}

}