* {
	list-style: none;
	padding: 0;
	margin: 0;
	font-family: "微软雅黑";
}

a {
	text-decoration: none;
	color: #000;
}

textarea {
	resize: none;
}

img {
	display: block;
}

.Nav {
	width: 100%;
}

.Nav-One {
	border-bottom: 1px solid rgba(0, 0, 0, 16%);
}

.Nav-One-BigBox {
	width: 1400px;
	margin: 0 auto;
	padding: 25px 0;
}

.Nav-One-Box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.Nav-One-Box-left {
	font-size: 14px;
	color: #818181;
}

.Nav-One-Box-rig {
	display: flex;
	font-size: 14px;
}

.Nav-One-Box-rig-Bang {
	color: #818181;
}

.Nav-One-Box-rig-Shu {
	border-right: 1px solid #818181;
	margin: 0 33px;
}

.Nav-One-Box-rig-Shu:nth-last-child(1) {
	display: none;
}


.Nav-Tow-BigBox {
	width: 1400px;
	margin: 0 auto;
	padding: 30px 0;
}

.Nav-Tow-Box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.Nav-Tow-left {
	display: flex;
	align-items: center;
}

.Nav-Tow-left-one {
	width: 345px;
	height: 45px;
}

.Nav-Tow-left-two {
	width: 209px;
	height: 27px;
	margin-left: 12px;
}

.Nav-Tow-Box-rig {
	display: flex;
	align-items: center;
}

.Nav-Tow-Box-rig-one {
	width: 24px;
	height: 22px;
}

.Nav-Tow-Box-rig-two {
	font-size: 24px;
	color: #1e2c49;
	font-weight: bold;
	margin-left: 13px;
}

.Nav-Three {
	width: 100%;
	background-color: #1e2c49;
}

.Nav-Three-BigBox {
	width: 1400px;
	margin: 0 auto;
}

.Nav-Three-Ul {
	display: flex;
	justify-content: space-between
}

.Nav-Three-Li {
	padding: 20px 0;
	position: relative;
}

.Nav-Heng {
	border-bottom: 3px solid #e30412;
	font-weight: bold;
}

.Nav-Three-Li-a {
	color: #ffffff;
	font-size: 16px;
	white-space: nowrap;
}

.Nav-Three-Li-panel {
	position: absolute;
	top: 63px;
	z-index: 9;
	display: none;
}

.Nav-Three-Li-panel-ul {
	width: 190px;
	background-color: rgba(255, 255, 255, 90%);
	box-shadow: 2px 2px 10px rgba(30, 44, 73, 10%);
}

.Nav-Three-Li-panel-a {
	font-size: 16px;
	color: #2e2e2e;
	width: 190px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.Nav-Three-Li:hover .Nav-Three-Li-a {
	color: #ffffff;
	font-weight: bold;
}

.Nav-Three-Li:hover .Nav-Three-Li-panel {
	display: block;
}

.Nav-Three-Li-panel-li:hover .Nav-Three-Li-panel-a {
	background-color: #1e2c49;
	color: #ffffff;
	font-weight: bold;
}

/* .panel-BigBox {
 background-color: rgba(30, 44, 73, 90%);
  display: none;
  position: absolute;
  z-index: 2;
  width: 100%;
}

.panel {
  width: 1400px;
  margin: 0 auto;
  padding: 30px 0 70px 0;
}

.panel-on {
  display: block;
}

.panel-Ul {
  display: flex;
  grid-gap: 155px;
}

.panel-Ul-Big:nth-child(1) {
  width: 64px;
}

.panel-Ul-Big-Ul {
  display: grid;
  grid-gap: 25px 0;
}

.panel-Ul-Big-Li {
  max-width: 64px;
}

.panel-Ul-Big-Lia {
  color: #a9a9a9;
  font-size: 16px;
  white-space: nowrap;
}

.panel-Ul-Big-Li:hover .panel-Ul-Big-Lia {
  color: white;
} */

.footer-BigBox {
	background-color: #1e2c49;
	width: 100%;
	padding: 68px 0 84px 0;
}

.footer-Box {
	width: 1400px;
	margin: 0 auto;
}

.footer-one-Ul {
	display: flex;
	justify-content: space-between;
}

.footer-one-Li {
	margin-right: 52px;
}

.footer-one-Li:last-child {
	margin-right: 0;
}

.footer-one-Lia {
	white-space: nowrap;
	font-size: 16px;
	color: rgba(255, 255, 255, 45%);
}

.footer-one-Lia:hover {
	color: #ffffff;
}

.footer-one-LiaColor a {
	color: white;
}

.footer-two {
	margin-top: 85px;
	display: flex;
	justify-content: space-between;
}

.footer-two-topA {
	color: white;
}

.footer-two-bom {
	display: flex;
	margin-top: 45px;
}

.footer-two-bom-Box {
	position: relative;
}

.footer-two-bom-Box:nth-child(2) {
	margin-left: 18px;
}

.footer-two-bomA {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 43px;
	height: 43px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 17%);
}

.footer-two-bomA:hover {
	background-color: rgba(255, 255, 255, 49%);
}

.footer-two-bomA1 {
	width: 43px;
	height: 43px;
}

.footer-two-bomA2 {
	width: 43px;
	height: 43px;
}

.footer-two-bom-Box-imgbox {
	position: absolute;
	margin: 12px 0 0 -25px;
	background-color: #ffffff;
	z-index: 1;
	display: none;
}

.footer-two-bom-Box-img {
	width: 100px;
	height: 100px;
}

.footer-two-bom-Box:hover .footer-two-bom-Box-imgbox {
	display: block;
}

.footer-two-bom-two2 {
	display: flex;
	align-items: center;
	margin-top: 35px;
}

.footer-two-bom-two2-lv1 img {
	width: 15px;
	height: 18px;
}

.footer-two-bom-two2-lv2 {
	margin-left: 8px;
	font-size: 16px;
	color: #ffffff;
	white-space: nowrap;
}

.footer-two-bom-two3 {
	color: #ffffff;
	font-size: 14px;
	margin-top: 20px;
	white-space: nowrap;
}
.footer-two-bom-two3 a{
	color: #fff;
}
.footer-two-bom-three1 {
	display: flex;
	align-items: center;
	margin-top: 34px;
}

.footer-two-bom-three1:nth-child(3) {
	margin-top: 19px;
}

.footer-two-bom-three1-lv1 img {
	width: 21px;
	height: 21px;
}

.footer-two-bom-three1-lv2 {
	margin-left: 14px;
	font-size: 16px;
	white-space: nowrap;
	color: #ffffff;
}

.footer-two-bom-five img {
	width: 126px;
	height: 126px;
}

.SubPage-Footer-BigBox {
	width: 100%;
	background-color: #1e2c49;
}

.SubPage-Footer-Box {
	width: 1400px;
	margin: 0 auto;
	padding: 40px 0 30px 0;
}

.SubPage-Footer-Box-Top {
	display: flex;
	justify-content: space-between;
}

.SubPage-Footer-Box-Top-Left{
	flex: 1;
}

.SubPage-Footer-Box-Top-Rig{
	margin-left: 120px;
}

.SubPage-Footer-Top-Ul {
	display: flex;
	justify-content: space-between;
}

.SubPage-Footer-Top-Li{
	display: flex;
	flex-direction: column;
	/*align-items: center;*/
}

.SubPage-Footer-Top-Lia {
	font-size: 16px;
	color: #ffffff;
}

.SubPage-Footer-Top-Lia:hover {
	color: #ffffff;
	font-weight: bold;
}

.SubPage-Footer-Li1-li {
	margin-top: 25px;
}

.SubPage-Footer-Li1-lia {
	font-size: 14px;
	color: rgba(255, 255, 255, 45%);
}

.SubPage-Footer-Li1-lia:hover {
	color: #ffffff;
}

.SubPage-Footer-Top-Rig-one {
	font-size: 30px;
	color: #ffffff;
	font-weight: bold;
}

.SubPage-Footer-Top-Rig-one span {
	font-size: 36px;
}

.SubPage-Footer-Top-Rig-two {
	display: flex;
	margin-top: 25px;
}

.SubPage-Footer-Top-bomA {
	width: 43px;
	height: 43px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(255, 255, 255, 11%);
	border-radius: 50%;
}

.SubPage-Footer-Top-bom-Box {
	position: relative;
}

.SubPage-Footer-Top-bom-Box:nth-child(2) {
	margin-left: 17px;
}

.SubPage-Footer-Top-bomA:hover {
	background-color: rgba(54, 81, 136, 0.49);
}

.SubPage-Footer-Top-bomA1 {
	width: 43px;
	height: 43px;
}

.SubPage-Footer-Top-bomA2 {
	width: 43px;
	height: 43px;
}

.SubPage-Footer-Top-Rig-Three {
	position: absolute;
	display: none;
	margin: 12px 0 0 -25px;
}

.SubPage-Footer-Top-bom-Box:hover .SubPage-Footer-Top-Rig-Three {
	display: block;
}

.SubPage-Footer-Top-Rig-Three img {
	width: 100px;
	height: 100px;
}

.SubPage-Footer-Box-Bom {
	margin-top: 20px;
	border-top: 1px solid rgba(255, 255, 255, 11%);
	padding-top: 29px;
	display: flex;
	font-size: 14px;
	color: rgba(255, 255, 255, 20%);
	grid-gap: 17px;
}

.SubPage-Footer-Box-BomUl {
	display: flex;
}
.SubPage-Footer-Box-Bom a{
	color: rgba(255, 255, 255, 20%);
}
.SubPage-Footer-Box-BomLi {
	padding: 0 20px;
	border-left: 1px solid rgba(255, 255, 255, 20%);
}

.SubPage-Footer-Box-Boma {
	color: rgba(255, 255, 255, 20%);
}

.SubPage-Footer-Box-BomLi:last-child {
	padding-right: 0;
}

.SubPageBigBox {
	position: relative;
	background-color: #f7f7f7;
}

.SubPageBackGround {
	position: absolute;
	top: 0;
	width: 100%;
	height: 320px;
	z-index: -1;
	background: linear-gradient(to bottom, rgba(30, 44, 73, 0.9), rgba(30, 44, 73, 0.3), rgba(30, 44, 73, 0));
}

.SubPage-mainBox {
	width: 1400px;
	margin: 0 auto;
}

.SubPage-main {
	background-color: white;
	display: flex;
	justify-content: space-between;
	padding: 55px 47px 72px 47px;
}

.SinglePage-mainTop {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding: 52px 0;
}

.SinglePage-mainTop-left {
	display: flex;
	align-items: center;
}

.SinglePage-mainTop-left-titlea {
	font-size: 24px;
	color: #2e2e2e;
	font-weight: bold;
}

.SinglePage-mainTop-left-text {
	margin-left: 20px;
}

.SinglePage-mainTop-left-Ul {
	display: flex;
}

.SinglePage-mainTop-left-Li {
	padding-left: 5px;
	font-size: 12px;
	color: #2e2e2e;
}

.SinglePage-mainTop-left-Lia {
	font-size: 12px;
	color: #2e2e2e;
}

.SinglePage-mainTop-left-Li:hover .SinglePage-mainTop-left-Lia {
	color: #2e2e2e !important;
}

.SinglePage-mainTop-left-Li:nth-child(1) {
	padding-left: 0;
}

.SinglePage-mainTop-right-Ul {
	display: flex;
}

.SinglePage-on a {
	font-weight: bold;
}

.SinglePage-mainTop-right-Li {
	padding: 0 30px;
	border-right: 1px solid #888e9b;
}

.SinglePage-mainTop-right-Li:nth-child(1) {
	padding-left: 0;
}

.SinglePage-mainTop-right-Li:last-child {
	border-right: 0;
	padding-right: 0;
}

.SinglePage-mainTop-right-Lia {
	font-size: 16px;
	color: #2e2e2e;
}

.SinglePage-mainTop-right-Li:hover .SinglePage-mainTop-right-Lia{
	color: #2e2e2e;
}

.SinglePage-mainTop-right-Lia:hover{
	color: #2e2e2e;
}

.SubPage-left {
	width: 870px;
}

.SubPage-right {
	width: 370px;
}

.SubPage-right-top {
	display: flex;
	flex-direction: column;
	align-items: center;
	background-image: url(../image/21.png);
	background-size: cover;
	padding: 24px 0;
}

.SubPage-right-top-title {
	font-size: 24px;
	color: #414345;
}

.SubPage-right-top-text {
	font-size: 18px;
	color: #59595c;
	margin-top: 15px;
}

.SubPage-right-top-text span {
	font-weight: bold;
}

.SubPage-right-top-but {
	margin-top: 20px;
}

.SubPage-right-top-buta {
	font-style: italic;
	font-size: 14px;
	line-height: 36px;
	display: block;
	padding: 0 24px;
	background-color: #1e2c49;
	border-radius: 5px;
	color: #ffffff;
}

.SubPage-right-top-buta span {
	color: #f5ca00;
	font-weight: bold;
}

.SubPage-right-main {
	margin-top: 30px;
}

.SubPage-right-main-title {
	padding: 12px 0 12px 16px;
	background-color: #e30412;
	color: white;
	font-size: 18px;
}

.SubPage-right-main-box {
	height: 310px;
	overflow: hidden;
}

.SubPage-right-main-box-Li {
	margin-top: 18px;
}

.SubPage-right-main-box-Lia {
	display: flex;
	justify-content: space-between;
	padding: 10px 0;
	font-size: 16px;
	color: #2e2e2e;
}

.SubPage-right-main-box-Li:hover span {
	color: #2d5dbe;
}

.SubPage-right-main-box-span {
	color: #818181;
}

.SubPage-right-main-buta {
	display: block;
	padding: 12px 0 12px 16px;
	background-color: #1e2c49;
	color: white;
	font-size: 18px;
}

.SubPage-right-bom {
	margin-top: 22px;
	padding: 22px 11px 30px 11px;
}

.SubPage-right-bom-phone {
	display: flex;
	align-items: flex-end;
}

.SubPage-right-bom-phone-text {
	font-size: 16px;
	color: #2e2e2e;
}

.SubPage-right-bom-num {
	font-size: 32px;
	color: #1e2c49;
	font-weight: bold;
	line-height: 36px;
	margin-left: 10px;
}

.SubPage-right-bom-num span {
	font-size: 48px;
}

.SubPage-right-bom-textBox {
	display: flex;
	margin-top: 30px;
}

.SubPage-right-bom-title {
	font-size: 16px;
	color: #2e2e2e;
	white-space: nowrap;
}

.SubPage-right-bom-text {
	font-size: 14px;
	color: #2e2e2e;
	margin-left: 10px;
}

.SubPage-Lower-Box-top {
	border-top: 1px solid rgba(46, 46, 46, 28%);
	padding-top: 65px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.SubPage-Lower-Box-top-title {
	font-size: 20px;
	color: #2e2e2e;
	font-weight: bold;
}

.SubPage-Lower-Box-top-texta {
	font-size: 14px;
	color: #2e2e2e;
}

.SubPage_Ul {
	margin: 50px 0 0 0;
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 110px;
}

.SubPage_Li {
	margin: 18px;
}

.SubPage_Li-Box {
	position: relative;
	width: 302px;
	height: 385px;
	background-color: #f1f1f1;
	border-radius: 5px;
	padding: 10px 10px 0 10px;
}

.SubPage_Li-Box1a {
	border-radius: 5px;
	display: block;
}

.SubPage_Li-Box1a img {
	width: 302px;
	height: 302px;
	border-radius: 5px;
}

.SubPage_Li-title{
	padding-left: 10px;
}

.SubPage_Li-text{
	padding-left: 10px;
}

.SubPage_Li-Titlea {
	margin-top: 10px;
	display: block;
	font-size: 18px;
	max-width: 233px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #3e3e3e;
}

.SubPage_Li-Texta {
	display: block;
	margin-top: 5px;
	font-size: 16px;
	color: #3e3e3e;
}

.SubPage_Li-Box3 {
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #f1f1f1;
	border-radius: 0 0 5px 5px;
}

.SubPage_Li-boma {
	display: block;
	background-color: #1e2c49;
	padding: 13px 10px 13px 25px;
	border-radius: 0 5px 5px 0;
	clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%)
}

.SubPage_Li-boma img {
	width: 27px;
	height: 13px;
}

.SubPage_Li-boma:hover {
	background-color: #d30b16;
}

.SubPage-right-top-img {
	width: 319px;
	height: 153px;
}

.SubPage-right-bom-num-img {
	width: 205px;
	height: 27px;
}

.pagebox_1001 {
	font-size: 0;
	text-align: center;
	margin: 70px 0 80px 0;
}

.pagebox_1001>span {
	display: inline-block;
}

.pagebox_1001 table {}

.pagebox_1001 table a {
	display: block;
	width: 34px;
	color: #5e5e5e;
	font-size: 14px;
	text-align: center;
	line-height: 34px;
	height: 34px;
	border: 1px solid #bfbfbf;
	margin: 0 4px;
	background-color: #ffffff;
	background-position: center center;
}

.pagebox_1001 table a.pageCustom_First,
.pagebox_1001 table a.pageCustom_First_Disable,
.pagebox_1001 table a.pageCustom_Pre,
.pagebox_1001 table a.pageCustom_Pre_Disable,
.pagebox_1001 table a.pageCustom_Next,
.pagebox_1001 table a.pageCustom_Next_Disable,
.pagebox_1001 table a.pageCustom_Last,
.pagebox_1001 table a.pageCustom_Last_Disable {
	width: 70px;
}

.pagebox_1001 table a.pageCustom_First,
.pagebox_1001 table a.pageCustom_First_Disable,
.pagebox_1001 table a.pageCustom_Last,
.pagebox_1001 table a.pageCustom_Last_Disable {
	display: block;
}

.pagebox_1001 table a.pageCustom_Pre,
.pagebox_1001 table a.pageCustom_Pre_Disable,
.pagebox_1001 table a.pageCustom_Next,
.pagebox_1001 table a.pageCustom_Next_Disable {}

.pagebox_1001 table a.pageCustom_Prompt {
	width: auto;
	padding: 0 8px;
}

.pagebox_1001 table .pageCustom_Go {
	display: block;
	position: relative;
	width: auto;
	background: none !important;
	border: 0 !important;
}

.pagebox_1001 table .pageCustom_Go span {
	color: #5e5e5e;
	font-size: 14px;
	line-height: 36px;
}

.pagebox_1001 table .pageCustom_Go input {
	padding: 0;
	border: 0;
	outline: none;
	background: none;
	width: 60px;
	color: #5e5e5e;
	font-size: 14px;
	line-height: 34px;
	height: 34px;
	text-align: center;
	font-weight: bold;
	border: 1px solid #bfbfbf;
	margin: 0 6px;
}

/*act*/
.pagebox_1001 table a:hover,
.pagebox_1001 table a.pageCustom_Num_On {
	color: #FFFFFF;
	background-color: #1e2c49;
	border-color: #1e2c49;
}

.maodian {
	position: fixed;
	right: 50px;
	bottom: 100px;
	display: flex;
	flex-direction: column;
	align-items: end;
	z-index: 9999;
}

.maodian-ul {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;
	box-shadow: 0 0 4px 1px rgba(234, 234, 234, 70%)
}

.maodian-li {
	background-color: #ffffff;
	position: relative;
	cursor: pointer;
}

.maodian-lia {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 90px;
	padding: 20px 0;
}

.to-top {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 90px;
	padding: 20px 0;
}

.maodian-li-img2 {
	display: none;
}

.maodian-li-span {
	margin-top: 5px;
}

.maodian-ewmbox {
	position: absolute;
	width: 111px;
	border-radius: 5px;
	top: 0;
	right: 96px;
	display: none;
	background-color: #1e2c49;
}

.maodian-ewm {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 10px 0;
}

.maodian-ewm img {
	width: 91px;
	height: 91px;
}

.code {
	position: absolute;
	right: -10px;
	top: 40px;
	border: 5px solid #1e2c49;
	border-color: transparent transparent transparent #1e2c49;
	z-index: 1;
}

.maodian-ewm-span {
	color: white;
	font-size: 16px;
	margin-top: 5px;
}

.maodian-li:hover .maodian-li-img {
	display: none;
}

.maodian-li:hover .maodian-li-img2 {
	display: block;
}

.maodian-li:hover .maodian-ewmbox {
	display: block;
}

.maodian-li:hover .maodian-li-span {
	color: white;
}

.maodian-li:hover {
	background-color: #1e2c49;
}

/***悬浮框**/