body {
	background: #fff;
	font-weight: 300;
	font-size: 14px;
	line-height: 22px;
	color: #000;
	overflow-x: hidden;
}

html {
	height: 100%;
}


a {
	color: #000;
}

a:hover {
	outline: none;
	text-decoration: none;
	color: #4fcccd;
}

a:focus {
	outline: none;
	outline-offset: 0;
}

a {
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}


ul,
li {
	list-style: none;
	margin: 0;
	padding: 0;
}

h3 {
	color: #1A1A1A;
}

h4 {
	color: #333333;
}

/*************************
*******共用******
**************************/
/* header start */
.navbar {
	margin-bottom: 0;
	border: none;
	width: 100vw;
	position: relative;
	z-index: 1;
	border-radius: 0;
}

.caret {
	margin-left: 0px;
	margin-bottom: 3px;
}

/* header end */

/*超小屏幕 手机 小屏幕 平板 */
@media screen and (max-width: 991px) {

	.logoWeb,
	.nav {
		display: none !important;
	}

	.navbar-header {
		width: 100%;
	}

	.navbar-toggle {
		display: block;
		margin-right: 0;
	}

	.navbar {
		background-color: #fff;
	}

	.navbar-brand {
		padding: 0 15px;
		max-width: 80%;
		display: flex;
		align-items: center;
	}

	.logoPhone {
		max-width: 100%;
	}

	.navbar-header button span {
		background-color: #000;
		display: block;
		height: 2px;
		margin-bottom: 5px;
	}
}

/* 中等屏幕 桌面显示器  大屏幕 大桌面显示器 */
@media (min-width: 992px) {

	/* header */

	.navbar {
		height: 120px;
		line-height: 120px;
		display: flex;
		align-items: center;
		background: linear-gradient(180deg, #0066b7 0%, #00aee7 100%);
	}

	.navbar-brand {
		width: 450px;
		height: 57px;
		padding: 0 15px;
	}

	.nav .open>a,
	.nav .open>a:focus,
	.nav .open>a:hover,
	.nav>li>a:focus,
	.nav>li>a:hover {
		background: none;
	}

	.nav>li:hover .dropdown-menu {
		display: block;
	}

	.nav>li .dropdown-menu {
		border-radius: 10px;
	}

	.nav>li .dropdown-menu li a {
		height: 47px;
		line-height: 47px;
		font-size: 14px;
		border-bottom: 1px solid #E8E8E8;
		text-align: center;
	}

	.nav>li .dropdown-menu li:last-child a {
		border-bottom: none;
	}

	.dropdown-menu>li>a:focus,
	.dropdown-menu>li>a:hover {
		background-color: #fff;
		font-weight: bold;
		color: #00AEE7;
	}

	.menu-item {
		padding: 0 10px;
	}

	.menu-item>a {
		font-size: 18px;
		color: #FFFFFF;
	}

	.menu-checked>a {
		font-weight: bold;
	}

	.logoWeb {
		display: block !important;
		width: 450px;
		height: 57px;
	}

	.logoPhone,
	.phoneMenu {
		display: none !important;
	}

	/* banner */
	.banner {
		position: relative;
		width: 100%;
	}

	.banner-warp {
		width: 100vw;
		position: absolute;
		bottom: 0;
	}

	.banner-cont>li {
		background: rgba(8, 40, 72, 0.39);
		color: #fff;
		font-size: 26px;
		padding: 57px 20px;
		text-align: center;
	}

	.banner-cont>li>.num {
		height: 40px;
		line-height: 40px;
		margin-bottom: 14px;
	}

	.num>span {
		font-weight: bold;
		font-size: 46px;
		margin-right: 5px;
	}


	/* footer */

	.footer {
		background: #384A57;
		color: #fff;
		font-size: 14px;
	}

	.footer-logo {
		height: 44px !important;
		margin: 34px 0;
	}


	.footer .lists li {
		padding-bottom: 10px;
	}

	.footer .lists li span {
		font-weight: bold;
	}

	.footer .lists .first {
		padding-bottom: 16px;
		font-weight: bold;
	}

	.footer .lists .first a {
		color: #fff;
		padding: 0 5px;
	}

	.footer .lists .first a:first-child {
		padding-left: 0;
	}

	.footer-info {
		padding-bottom: 20px;
		display: flex;
		justify-content: space-between;
	}

	.footer .copyright {
		height: 62px;
		line-height: 62px;
		background: #222F3A;
		text-align: center;
		font-size: 12px;
	}

	.footer .ewmWarp {
		display: flex;
	}

	.footer .ewm {
		text-align: center;
		background: rgba(255, 255, 255, 0.39);
		font-size: 10px;
		color: #FFFFFF;
		padding-top: 8px;
		padding-bottom: 2px;
		width: 128px;
		margin-left: 12px;
		height: 150px;
	}
}

/*************************
*******Footer******
**************************/

/* alert */
.alertWarp {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100vw;
	text-align: center;
	display: none;
	/* 223 240 216 */
	/* background-color: rgba(223, 240, 216, 0.7); */
}


.fixedWarp {
	background-image: url('https://tiyu1.oss-cn-hangzhou.aliyuncs.com/tiyu/1680505127650.jpeg');
	background-size: 100% 100%;
	height: 108px;
	position: sticky;
	top: 0;
	margin-top: -27px;
	z-index: 999;
	display: flex;
	justify-content: space-around;
}

.fixedWarp .typeLists {
	font-size: 21px;
	font-family: MicrosoftYaHei;
	color: #666666;
	height: 50px;
	border-radius: 25px;
	text-align: center;
	line-height: 50px;
	margin: 29px 0;
	padding: 0 23px;
	cursor: pointer;
}

.fixedWarp a {
	color: #666666;
}


.fixedWarp .typeLists img {
	margin-right: 6px;
	margin-top: -4px;
	width: 24px;
}

.fixedWarp .onWarp {
	background: #D8D8D8 linear-gradient(270deg, #008EFF 0%, #00BFFF 100%);
	color: #fff;
}

.fixedWarp .onWarp a {
	color: #fff;
}

.fixedWarp .onWarp a:hover {
	color: #fff;
}


.subListsWarp {
	/* border-bottom: 1px solid #000; */
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
	padding-top: 50px;
}

.subLists {
	display: flex;
	justify-content: space-between;
	font-size: 18px;
	color: #999999;
	cursor: pointer;
}

.subLists li {
	padding: 0 20px 24px 20px;
}

.onSub {
	border-bottom: 4px solid #008EFF;
	color: #008EFF;
}

.subCont {
	display: flex;
	justify-content: space-between;
	padding-top: 42px;
	padding-bottom: 50px;
}

.subCont .subContLeft {
	width: 60%;
}

.subCont .rightImg {
	width: 40%;
	object-fit: contain;
}

.subContLeft {
	font-size: 16px;
	color: #666666;
}

.subContLeft .cont {
	width: 438px;
}

.subContLeft .contTitle {
	padding: 38px 0 15px;
	font-size: 20px;
	font-weight: bold;
	color: #4AAEFF;
}