@charset "utf-8";

@font-face {
	font-family: "HarmonyOS_Sans_SC_Light";
	src: url("/template/default/font/HarmonyOS_Sans_SC_Light.woff2") format("woff2"),  url("/template/default/font/HarmonyOS_Sans_SC_Light.woff") format("woff"),  url("/template/default/font/HarmonyOS_Sans_SC_Light.ttf") format("truetype"),  url("/template/default/font/HarmonyOS_Sans_SC_Light.eot") format("embedded-opentype"),  url("/template/default/font/HarmonyOS_Sans_SC_Light.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "HarmonyOS_Sans_SC_Regular";
	src: url("/template/default/font/HarmonyOS_Sans_SC_Regular.woff2") format("woff2"),  url("/template/default/font/HarmonyOS_Sans_SC_Regular.woff") format("woff"),  url("/template/default/font/HarmonyOS_Sans_SC_Regular.ttf") format("truetype"),  url("/template/default/font/HarmonyOS_Sans_SC_Regular.eot") format("embedded-opentype"),  url("/template/default/font/HarmonyOS_Sans_SC_Regular.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
.hddb {width:50px; height:50px; border-radius:100px; background:#fff; position:fixed; right:15px; bottom:50px; text-align:center; line-height:50px; font-weight:bold; box-shadow: 0 5px 10px rgba(0,0,0,0.15);}
body {
	margin: 0px;
	font-size: 14px;
	color: #444;
	font-family: HarmonyOS_Sans_SC_Light, Arial, Helvetica, sans-serif;
	background: #ffffff;
}
* {
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
}
body, ul, ol, dl, dd, h1, h2, h3, h4, h5, h6, h7, p, i, b, em, span, form, fieldset, legend, input, textarea, select, button, th, td {
	margin: 0;
	padding: 0;
	font-style: normal;
}
h1, h2, h3, h4, h5, h6, h7 {
	list-style: none;
	font-weight: normal;
}
input, select, button {
	font-size: 12px;
	border: 0;
	background: none;
	outline: none;
	vertical-align: middle;
	font-family: HarmonyOS_Sans_SC_Light, Arial, Helvetica, sans-serif;
}
button {
	overflow: visible;
	font-family: HarmonyOS_Sans_SC_Light, Arial, Helvetica, sans-serif;
}
img {
	border: none;
	vertical-align: middle;
}
img {
	image-rendering: -moz-crisp-edges; /* Firefox */
	image-rendering: -o-crisp-edges; /* Opera */
	image-rendering: -webkit-optimize-contrast; /*Webkit (non-standard naming) */
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}
li {
	list-style: none;
}
a {
	color: #444;
	text-decoration: none;
}
a:hover {
	color: #000;
}
.clear {
	overflow: hidden;
	clear: both;
	height: 0px;
}
.clearfix:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {/*兼容 IE*/
	zoom: 1;
}
.lf {
	float: left;
}
.rt {
	float: right;
}
::-webkit-scrollbar {
width:5px;
}
::-webkit-scrollbar-track {
background-color:#666;
}
::-webkit-scrollbar-thumb {
background-color:#ddd;
}
::-webkit-scrollbar-thumb:hover {
background-color:#003696;
}
::-webkit-scrollbar-thumb:active {
background-color:#003696;
}
 @media only screen and (max-width:3840px) {
.con {
	width: 94%;
	margin: 0px auto;
	max-width: 2300px;
}
}
@media only screen and (max-width:2560px) {
.con {
	width: 94%;
	margin: 0px auto;
	max-width: 1800px;
}
}
@media only screen and (max-width:1920px) {
.con {
	width: 94%;
	margin: 0px auto;
	max-width: 1580px;
}
}
@media only screen and (max-width:1660px) {
.con {
	width: 94%;
	margin: 0px auto;
	max-width: 1440px;
}
}
@media only screen and (max-width:1440px) {
.con {
	width: 94%;
	margin: 0px auto;
	max-width: 1320px;
}
}
@media only screen and (max-width:1360px) {
.con {
	width: 94%;
	margin: 0px auto;
	max-width: 1280px;
}
}
.header {
	width: 100%;
	position: fixed;
	width: 100%;
	top: 0px;
	left: 0;
	z-index: 9;
	transition: all 0.6s;
	background: rgba(0,0,0,.5);
}
.header .conn {
	width: 100%;
	margin: 0px auto;
}
.header.on {
	background: #fff;
	box-shadow: 0px 0px 5px rgba(195,195,195,0.35);
	transition: all 0.6s;
	top: 0px;
}
.header:hover {
	background: #fff;
	transition: all 0.6s;
	top: 0px;
}
.logo {
	float: left;
	text-align: center;
	height: 80px;
}
.logo img {
	height: 80px;
	width: auto;
	padding: 10px 30px;
}
.logo1 {
	display: none;
}
.logo2 {
	display: block;
}
.header.on .logo1 {
	display: block;
}
.header.on .logo2 {
	display: none;
}
.header:hover .logo1 {
	display: block;
}
.header:hover .logo2 {
	display: none;
}
.header .t_b {
	float: right;
	line-height: 32px;
	color: #fff;
	margin-top: 25px;
}
.header .t_b a {
	padding-right: 20px;
}
.header .t_b i {
	color: #fff;
	font-size: 20px;
}
.header .lbdh {
	float: right;
	line-height: 80px;
	color: #fff;
}
.header .lbdh a {
	color: #fff;
	font-size: 18px;
	margin: 0px 20px;
}
.header:hover .lbdh a {
	color: #333;
}
.header:hover .lbdh a:hover {
	color: #003696;
	font-weight: bold;
}
.header.on .lbdh a {
	color: #333;
}
.header.on .lbdh a:hover {
	color: #003696;
	font-weight: bold;
}
.header .coan {
	float: right;
	width: 120px;
	height: 30px;
	line-height: 30px;
	border-radius: 30px;
	border: 1px solid #fff;
	color: #fff;
	font-size: 18px;
	text-align: center;
	margin: 25px 20px 0px 20px;
}
.header .coan a {
	font-size: 18px;
	color: #fff;
}
.header.on .coan {
	border: 1px solid #003696;
	color: #003696;
}
.header.on .coan a {
	color: #003696;
}
.header:hover .coan {
	border: 1px solid #003696;
	color: #003696;
}
.header:hover .coan a {
	color: #003696;
}
.header.on .language {
	color: #333;
}
.header:hover .language {
	color: #333;
}
.header .language {
	float: right;
	height: 32px;
	text-align: center;
	line-height: 32px;
	color: #fff;
	margin-top: 25px;
	margin-right: 40px;
	margin-left: 20px;
	cursor: pointer;
	position: relative;
	z-index: 999;
	font-size: 18px;
}
.header .language .l_m i {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	color: #fff;
	font-size: 20px;
}
.header.on .language .l_m i {
	color: #003696;
}
.header:hover .language .l_m i {
	color: #003696;
}
.header .language .x_l {
	width: 100px;
	padding-top: 8px;
	position: absolute;
	left: 50%;
	margin-left: -50px;
	border-radius: 0px 0px 5px 5px;
	z-index: 9999;
	display: none;
}
.header .language .x_l:before {
	width: 0;
	height: 0;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-bottom: 8px solid #003696;
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -10px;
}
.header .language .x_l ul {
	padding: 5px 15px;
	background-color: #003696;
}
.header .language .x_l ul li a {
	color: #fff;
	line-height: 36px; font-size:15px;
	display: block;
}
.header .language .x_l ul li a:hover {
	color: #fff;
	opacity: .9;
}
.header .s_ch {
	height: 30px;
	width: 30px;
	font-weight: bold;
	line-height: 30px;
	text-align: right;
	color: #fff;
	font-weight: 900;
	float: right;
	cursor: pointer;
	text-align: center;
	margin-top: 25px;
	transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}
.header .s_ch i {
	font-size: 20px;
	color: #fff;
	font-weight: 900;
}
.header.on .s_ch i {
	color: #003696;
}
.header:hover .s_ch i {
	color: #003696;
}
.header .an {
	position: absolute;
	right: 3%;
	top: 42px;
	height: 18px;
	width: 30px;
	display: none;
	float: right
}
.header .an span {
	width: 30px;
	height: 2px;
	background-color: #fff;
	display: block;
	position: absolute;
	transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}
.header .an span.a1 {
	top: 0;
	left: 0;
}
.header .an span.a2 {
	top: 8px;
	left: 0;
}
.header .an span.a3 {
	top: 16px;
	left: 0;
}
.header .an.n span.a2 {
	display: none;
}
.header .an.n span.a1 {
	top: 8px;
	width: 30px;
	transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.header .an.n span.a3 {
	top: 8px;
	width: 30px;
	transform: rotate(135deg);
	-o-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}
.header.on .an span {
	background-color: #003696;
}
.header:hover .an span {
	background-color: #003696;
}
.header .nav {
	float: left;
	margin: 0px 0px 0px 40px;
}
.header:hover .nav {
	display: block;
}
.header.on .nav {
	display: block;
}
.header .nav i {
	font-size: 18px;
	line-height: 60px;
	text-align: right;
	position: absolute;
	width: 50%;
	height: 60px;
	right: 0px;
	top: 50%;
	display: none;
	color: #003696;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}
.header .nav ul li {
	height: 80px;
	margin: 0px 20px;
	float: left;
	position: relative;
	transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}
.header .nav ul li span {
	width: 0;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 50%;
	bottom: 0;
	transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
}
.header .nav ul li:hover span {
	width: 100%;
}
.header .nav ul li.on span {
	width: 100%;
}
.header.on .nav ul li span {
	background: #003696;
}
.header:hover .nav ul li span {
	background: #003696;
}
.header .nav ul li a.o_lm {
	line-height: 80px;
	color: #fff;
	display: block;
	font-size: 20px;
	font-weight: bold;
}
.header .nav ul li:hover a.o_lm {
	color: #fff;
}
.header.on .nav ul li.on a.o_lm {
	color: #333;
}
.header:hover .nav ul li.on a.o_lm {
	color: #333;
}
.header.on .nav ul li a.o_lm {
	color: #333;
}
.header:hover .nav ul li a.o_lm {
	color: #333;
}
.header .nav .y_j {
	position: relative;
}
.header.on .nav .ej {
	top: 80px;
}
.header .nav .ej {
	width: 100%;
	background: #fff;
	box-shadow: 0 2px 5px #eee;
	position: fixed;
	z-index: 10000;
	left: 0;
	top: 80px;
	display: none;
	min-height: 250px;
	border-radius: 0px 0px 10px 10px;
	padding: 40px 0px 0px 0px;
}
.header .nav .ej .jjfa {
	width: 84%;
	margin: 30px auto;
	position: relative;
	left: 0;
	text-align: left;
}
.header .nav .ej .jjfa .dd {
	width: 16%;
	float: left;
	margin: 0 2%;
}
.header .nav .ej .jjfa .dd .tp {
	width: 100%;
}
.header .nav .ej .jjfa .dd .tp img {
	width: 100%;
	height: auto;
	border-radius: 10px;
}
.header .nav .ej .jjfa .dt {
	font-size: 16px;
	font-weight: bold;
	line-height: 50px;
	color: #333;
	padding-top: 10px;
}
.header .nav .ej .jjfa .dt a:hover {
	color: #033a94;
}
.header .nav .ej .jjfa .zxv {
	font-size: 16px;
	line-height: 28px;
	color: #666;
}
.header .nav .ej .jjfa .zxv a {
	color: #666;
}
.header .nav .ej .jjfa .zxv a:hover {
	color: #033a94;
}
.header .nav .ej .jjf {
	width: 84%;
	margin: 30px auto;
	position: relative;
	left: 0;
	text-align: left;
}
.header .nav .ej .jjf .dd {
	width: 13.666666%;
	float: left;
	margin: 0 1.5%;
}
.header .nav .ej .jjf .dd .tp {
	width: 100%;
}
.header .nav .ej .jjf .dd .tp img {
	width: 100%;
	height: auto;
	border-radius: 10px;
}
.header .nav .ej .jjf .dt {
	font-size: 16px;
	font-weight: bold;
	line-height: 50px;
	color: #333;
	padding-top: 10px;
}
.header .nav .ej .jjf .dt a:hover {
	color: #033a94;
}
.header .nav .ej .jjf .zxv {
	font-size: 16px;
	line-height: 28px;
	color: #666;
}
.header .nav .ej .jjf .zxv a {
	color: #666;
}
.header .nav .ej .jjf .zxv a:hover {
	color: #033a94;
}
.header .nav ul li:hover .ej {
	display: block;
}
.header .nav .e_j {
	width: 330px;
	position: absolute;
	background: #fff;
	top: 80px;
	left: 0;
	z-index: 9999;
	margin-left: -15px;
	border-radius: 0px 0px 5px 5px;
	padding: 20px;
}
.header .nav ul li .e_j a {
	display: block;
	font-size: 16px;
	color: #666;
	line-height: 30px;
	text-align: left;
}
.header .nav .e_j a:hover {
	color: #003696;
}
.header .nav .e_j:hover .ejj {
	display: block;
}
.header .nav .e_j .ejj {
	position: relative;
}
.header .nav .e_j .ejj font {
	float: right;
	margin-right: 10px;
}
.header .nav .e_j .ejj .sjfl {
	width: 280px;
	position: absolute;
	background: rgba(255,255,255,.7);
	top: 0;
	left: 220px !important;
	display: none;
	z-index: 9999;
}
.header .nav .e_j .ejj .sjfl a {
	display: block;
	font-size: 14px;
	color: #666;
	line-height: 40px;
	text-align: left;
	padding-left: 30px;
}
.header .nav .e_j .ejj .sjfl a:hover {
	color: #fff;
	background: #003696;
}
.header .nav .e_j .ejj:hover .sjfl {
	display: block;
}
.sxsg {
	display: none;
}
@media (min-width: 1921px) and (max-width:3600px ) {
.header .lbdh a {
	font-size: 22px;
}
.header .nav ul li a.o_lm {
	font-size: 24px;
}
.header .nav .ej .jjfa .dt {
	font-size: 24px;
}
.header .nav .ej .jjfa .zxv {
	font-size: 20px;
	line-height: 32px;
	color: #666;
}
.header .nav .ej .jjf .dt {
	font-size: 24px;
}
.header .nav .ej .jjf .zxv {
	font-size: 18px;
	line-height: 28px;
}
.header .nav ul li .e_j a {
	font-size: 20px;
}
.header .nav .e_j .ejj .sjfl a {
	font-size: 18px;
}
}
 @media (min-width:1024px) {
.header .nav .e_j {
	display: none !important;
}
.header .nav ul li:hover .e_j {
	display: block !important;
}
}
 @media only screen and (max-width:1660px) {
.header .nav {
	float: left;
	margin: 0px;
}
.header .nav ul li {
	margin: 0px 14px;
}
.header .nav ul li a.o_lm {
	font-size: 17px;
}
.header .coan {
	font-size: 17px;
}
.header .coan a {
	font-size: 17px;
}
.header .lbdh a {
	margin: 0px 9px;
	font-size: 16px;
}
.header .language {
	margin-right: 9px;
	margin-left: 9px;
	font-size: 16px;
}
.header .nav .ej .jjfa {
	width: 90%;
}
.header .nav .ej .jjfa .zxv {
	font-size: 14px;
}
.header .nav .ej .jjf {
	width: 90%;
}
}
 @media only screen and (max-width:1440px) {
.header .lbdh a {
	margin: 0px 6px;
	font-size: 15px;
}
.header .language {
	margin-right: 8px;
	margin-left: 8px;
}
.header .coan {
	width: 100px;
}
.header .lbdh a {
	font-size: 15px;
}
.header .nav ul li a.o_lm {
	font-size: 16px;
}
}
@media only screen and (max-width:1360px) {
.header .nav ul li {
	margin: 0px 9px;
}
.header .nav ul li a.o_lm {
	font-size: 14px;
}
.header .lbdh a {
	margin: 0px 4px;
}
.header .coan {
	width: 85px;
	font-size: 16px;
	margin-left: 5px;
}
.header .lbdh a {
	font-size: 15px;
}
.header .nav .ej .jjfa {
	width: 100%;
}
.header .nav .ej .jjf {
	width: 100%;
}
.header .language {
	font-size: 15px;
}
}
@media only screen and (max-width:1280px) {
.header .nav ul li {
	height: 80px;
	margin: 0px 10px;
}
}
 @media only screen and (max-width:992px) {
.sxsg {
	display: block;
}
.con {
	width: 94%;
	margin: 0px auto;
}
.tbtp {
	text-align: right;
	width: 100%;
	padding: 10px 0px;
}
.logo {
	float: left;
	text-align: left;
	height: 60px;
}
.logo img {
	height: 60px;
	width: auto;
	padding: 5px 10px;
}
.header {
	padding: 0px 5px;
	height: 65px;
	position: fixed;
	top: 0;
	width: 100%;
	box-sizing: border-box;
}
.header .nav ul li a.o_lm:after {
	content: none;
}
.header .nav ul li:hover a.o_lm:after {
	content: none;
}
.header .s_ch {
	font-weight: bold;
	margin-top: 18px;
	margin-right: 40px;
}
.header .s_ch i {
	font-size: 22px;
	color: #fff;
	font-weight: 900;
}
.header.on {
	height: 65px
}
.header .an {
	display: block;
	top: 25px;
	margin-right: 90px;
}
.header .language {
	margin-top: -32px;
	margin-right: 170px;
}
.header .lbdh {
	display: none;
}
.header .coan {
	font-size: 14px;
	width: 80px;
	margin: 20px 5px 0px 10px;
}
.header .coan a {
	font-size: 14px;
}
.header .nav {
	width: 100%;
	height: 0;
	padding: 0;
	position: fixed;
	background-color: rgba(255,255,255,.99);
	top: 0;
	right: 0;
	margin: 0;
	margin-top: 65px;
	overflow: auto;
	z-index: 99;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
}
.header .nav.on {
	height: 100%;
	padding: 2% 0%;
}
.header .nav i {
	display: block;
}
.header .nav ul {
	padding: 20px 0px;
}
.header .nav ul li {
	width: 90%;
	height: auto;
	text-align: left;
	font-size: 18px;
	display: block;
	margin: 0px 0px 0px 20px;
	transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}
.header .nav ul li span {
	display: none;
}
.header .nav ul li a.o_lm {
	line-height: 70px;
	color: #333;
	font-size: 18px;
	font-weight: normal;
}
.header .nav ul li:hover a.o_lm {
	color: #003696;
	background: none;
}
.header .nav .y_j {
	border-bottom: 1px solid #e4dbcd;
}
.header .nav .ej {
	width: 0;
}
.header .nav .ej .zjfl {
	display: none;
}
.header .nav .ej .jjfa {
	display: none;
}
.header .nav .ej .jjf {
	display: none;
}
.header .nav .e_j {
	padding: 10px 0px;
	border-bottom: 1px solid #e4dbcd;
	background: none;
	position: relative;
	z-index: 100;
	top: auto;
	left: auto;
	width: 90%;
	height: auto;
	margin-left: 0px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.header .nav ul li:hover .e_j {
	display: none;
}
.header .nav .e_j.n {
	display: block !important;
}
.header .nav ul li .e_j a {
	display: block;
	font-size: 16px;
	color: #666;
	line-height: 35px;
	text-align: left;
}
.header .nav .e_j .ejj {
	position: relative;
}
.header .nav .e_j .ejj font {
	float: right;
}
.header .nav .e_j .ejj .sjfl {
	width: 100%;
	background: #fff;
	position: relative;
	top: 0;
	left: 0 !important;
	z-index: 9999;
	display: block;
	padding: 10px 0px;
}
.header .nav .e_j .ejj .sjfl a {
	display: block;
	font-size: 16px;
	color: #666;
	line-height: 30px;
	text-align: left;
	padding-left: 40px;
}
}
.head_h {
	width: 100%;
	height: 80px;
}
@media only screen and (max-width:1023px) {
.head_h {
	width: 100%;
	height: 60px;
}
}
.search {
	width: 100%;
	background: rgba(0, 0, 0, 0.8);
	position: fixed;
	top: 0px;
	left: 0;
	z-index: 101;
	display: none;
	padding-top: 20%;
	height: 100%;
}
.search .con {
	position: relative;
}
.search .sc_gb {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	right: 15px;
	cursor: pointer;
	transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}
.search .sc_gb:hover {
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
}
.search .sc_gb i {
	font-size: 26px;
	line-height: 40px;
	color: #fff;
}
.search .sc_nr {
	width: 90%;
	margin: 20px auto;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.search input {
	width: 70%;
	height: 60px;
	font-size: 14px;
	line-height: 60px;
	color: #fff;
	float: left;
}
.search input::placeholder {
color:#fff;
}
.search button {
	width: 70px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #fff;
	float: right;
	outline: none;
}
.search button i {
	font-size: 20px;
}
@media only screen and (max-width:992px) {
.search {
	top: 65px;
}
.search .sc_gb {
	position: absolute;
	top: 50%;
	margin-top: 30px;
	right: 15px;
	cursor: pointer;
	transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}
.search .sc_gb i {
	font-size: 22px;
}
.search .sc_nr {
	width: 85%;
	float: left;
}
.search input {
	width: 80%;
	font-size: 15px;
	float: left;
}
.search button {
	width: 15%;
}
.search button i {
	font-size: 26px;
}
}
.fullscreen-video {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	margin: 0;
	padding: 0;
	touch-action: none;
	z-index: 1;
}
.fullscreen-video video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
	background: #000;
	pointer-events: none;
}


/* 电脑端：视频铺满容器，保持比例 */
@media only screen and (min-width: 992px) {
  .fullscreen-video video {
    min-width: 100%;
    min-height: 100%;
  }
}

/* 平板 + 手机：高度自适应，不再固定屏幕高度 */
@media only screen and (max-width: 992px) {
  .fullscreen-video {
    height: 80vh; /* 关键：让高度自适应，才能滑动 */
  }
  .fullscreen-video video {
    width: 100%;
    height: auto;
    display: block;
  }
}

/* 小手机：安全区适配 + 视频充满宽度 */
@media only screen and (max-width: 480px) {
  .fullscreen-video {
    padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
    box-sizing: border-box;
  }
  .fullscreen-video video {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}
.sy_gy {
	width: 100%;
	padding: 7% 0%;
	overflow: hidden;
}
.sy_gy .left {
	width: 40%;
	float: left;
	margin-left: 7.5%;
	text-align: left;
}
.sy_gy .left .wz p {
	font-size: 19px;
	line-height: 26px;
	text-align: justify;
	color: #666;
	margin-top: 15px;
}
.sy_gy .left .lbb {
	width: 100%;
	margin: 50px 0px 0px 0px;
}
.sy_gy .left .lbb ul li {
	border-bottom: 1px solid #ddd;
	width: 20%;
	position: relative;
	float: left;
}
.sy_gy .left .lbb ul li span {
	position: absolute;
	height: 2px;
	width: 40px;
	background: #0060b1;
	bottom: 0;
	left: 0;
	display: block;
}
.sy_gy .left .lbb ul li .tp {
	width: 40px;
	height: 40px;
	margin-bottom: 10px;
}
.sy_gy .left .lbb ul li .tp img {
	width: 100%;
	height: auto;
}
.sy_gy .left .lbb ul li p {
	line-height: 50px;
	height: 50px;
	font-size: 16px;
	color: #333;
}
.sy_gy .left .lbb ul li:hover .tp {
	-webkit-transform: translate(0, -5px);
	transition: all 0.5s;
	-ms-transform: translate(0, -5px);
	transform: translate(0, -5px);
}
.sy_gy .left .lbb ul li:hover p {
	color: #0060b1;
}
.sy_gy .right {
	float: right;
	width: 45%;
}
.sy_gy .right img {
	width: 100%;
	height: auto;
}
@media only screen and (max-width:1660px) {
.sy_gy .left {
	width: 42%;
	float: left;
	margin-left: 5%;
	text-align: left;
}
.sy_gy .left .wz p {
	font-size: 16px;
	line-height: 24px;
}
.sy_gy .right {
	float: right;
	width: 48%;
}
.sy_gy .left .lbb {
	width: 100%;
	margin: 30px 0px 0px 0px;
}
.sy_gy .left .lbb ul li .tp {
	width: 35px;
	height: 35px;
	margin-bottom: 0px;
}
.sy_gy .left .lbb ul li p {
	font-size: 14px;
}
}
@media only screen and (max-width:1440px) {
.sy_gy {
	width: 100%;
	overflow: hidden;
}
.sy_gy .left .wz p {
	font-size: 14px;
	line-height: 22px;
}
.sy_gy .right {
	margin-top: 25px;
}
}
@media only screen and (max-width:995px) {
.sy_gy {
	padding: 5% 0% 7% 0;
}
.sy_gy .left {
	width: 94%;
	float: none;
	margin-top: 0px;
	padding: 5% 0% 3% 0%;
	margin-left: 3%;
}
.sy_gy .left .wz p {
	font-size: 14px;
	line-height: 22px;
	margin-top: 0px;
	height: 132px;
	overflow: hidden;
}
.sy_gy .left .lbb {
	width: 100%;
	margin: 5px 0px 0px 0px;
}
.sy_gy .left .lbb ul li {
	width: 33.3333%;
	margin-bottom: 10px;
}
.sy_gy .left .lbb ul li p {
	line-height: 14px;
	height: auto;
	font-size: 12px;
	color: #333;
	padding: 10px 0px;
}
.sy_gy .right {
	float: none;
	width: 100%;
	margin-top: 10px;
}
}
.sy_cp {
	width: 100%;
	background: #fff;
}
.sy_cp ul li {
	width: 100%;
	overflow: hidden;
}
.sy_cp ul li .tp {
	width: 50%;
	height: 600px;
	overflow: hidden;
	position: relative;
}
.sy_cp ul li .tp img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.sy_cp ul li .wz {
	width: 50%;
	color: #000;
	height: 600px;
	padding: 10% 5% 0% 5%;
	background: #f6f6f6;
	text-align: center;
}
.sy_cp ul li .wz h1 {
	font-size: 46px;
	font-weight: bold;
	line-height: 50px;
	color: #333;
	margin-bottom: 15px;
}
.sy_cp ul li .wz p {
	font-size: 20px;
	color: #666666;
	font-weight: lighter;
}
.sy_cp ul li .wz .more a {
	color: #000;
	text-transform: uppercase;
}
@media only screen and (max-width:1660px) {
.sy_cp ul li .tp {
	height: 500px;
}
.sy_cp ul li .wz {
	height: 500px;
	padding: 8% 5% 0% 5%;
	background: #f6f6f6;
	text-align: center;
}
.sy_cp ul li .wz h1 {
	font-size: 40px;
	line-height: 42px;
}
.sy_cp ul li .wz p {
	font-size: 16px;
}
}
@media only screen and (max-width:1440px) {
.sy_cp ul li .tp {
	height: 400px;
}
.sy_cp ul li .wz {
	height: 400px;
	padding: 8% 5% 0% 5%;
	background: #f6f6f6;
	text-align: center;
}
.sy_cp ul li .wz h1 {
	font-size: 33px;
	line-height: 36px;
}
.sy_cp ul li .wz p {
	font-size: 16px;
}
}
@media only screen and (max-width:992px) {
.sy_cp {
	width: 100%;
	margin: 0px auto;
	background: #fff;
}
.sy_cp ul li {
	width: 100%;
}
.sy_cp ul li .tp {
	width: 100%;
	height: 250px;
}
.sy_cp ul li .wz {
	width: 100%;
	height: auto;
	padding: 8% 5%;
}
.sy_cp ul li .wz h1 {
	font-size: 24px;
	font-weight: bold;
	line-height: 36px;
	margin-bottom: 10px;
}
.sy_cp ul li .wz p {
	font-size: 16px;
	color: #666666;
	font-weight: lighter;
}
}
.sy_ts {
	width: 100%;
	margin: 0 auto;
}
.sy_ts .gy_bt {
	margin-bottom: 20px;
}
.sy_ts .tp {
	width: 100%;
	height: auto;
	position: relative;
}
.sy_ts .tp img {
	width: 100%;
	height: auto;
}
.sy_ts .wz {
	position: absolute;
	right: 10%;
	top: 18%;
	width: 40%;
	background: rgba(255,255,255,.8);
	padding: 50px;
	border-radius: 50px 0px 50px 0px;
}
.sy_ts .wz h2 {
	font-size: 44px;
	color: #333;
	font-weight: bold;
	margin-bottom: 15px;
}
.sy_ts .wz p {
	font-size: 18px;
	color: #666;
	line-height: 28px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 10;
	overflow: hidden;
}
@media only screen and (max-width:1660px) {
.sy_ts .wz {
	padding: 40px;
	top: 15%;
}
.sy_ts .wz p {
	-webkit-line-clamp: 6;
	overflow: hidden;
	font-size: 14px;
	line-height: 24px;
}
}
@media only screen and (max-width:1440px) {
.sy_ts .wz {
	padding: 40px;
	top: 13%;
}
.sy_ts .wz p {
	-webkit-line-clamp: 6;
	overflow: hidden;
}
}
@media only screen and (max-width:1360px) {
.sy_ts .wz {
	padding: 40px 40px 0px 40px;
	top: 14%;
}
.sy_ts .wz h2 {
	font-size: 38px;
	color: #333;
	font-weight: bold;
	margin-bottom: 15px;
}
.sy_ts .wz p {
	-webkit-line-clamp: 6;
	overflow: hidden;
}
}
@media only screen and (max-width:995px) {
.sy_ts .tp {
	width: 100%;
	height: 40vh;
	margin: 10px auto 0px auto;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.sy_ts .tp img {
	position: absolute;
	height: 40vh;
	width: auto;
	transform: translateX(-20%);
	left: 20%;
	top: 0;
}
.sy_ts .gy_bt {
	margin-bottom: 10px;
}
.sy_ts .wz {
	right: 5%;
	top: 18%;
	width: 70%;
	padding: 20px 0px 0px 20px;
	box-shadow: 0 2px 10px 4px rgba(0, 0, 0, .2);
	border-radius: 20px 0px 20px 0px;
}
.sy_ts .wz h2 {
	font-size: 23px;
	margin-bottom: 10px;
}
.sy_ts .wz p {
	font-size: 14px;
	line-height: 22px;
	-webkit-line-clamp: 4;
}
}
.sy_xw {
	width: 100%;
	margin: 0 auto;
}
.sy_xw .zc {
	width: 50%;
	float: left;
}
.sy_xw .zc img {
	width: 100%;
	height: auto;
}
.sy_xw .yc {
	width: 40%;
	float: right;
	margin-top: 6%;
	margin-right: 5%;
}
.sy_xw .yc ul li {
	width: 100%;
	padding: 20px 30px 20px 10px;
	margin-bottom: 20px;
	background-color: #f7f7f7;
	float: left;
	display: block;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
}
.sy_xw .yc .rq {
	width: 18%;
	font-size: 36px;
	font-weight: bold;
	line-height: 50px;
	text-align: center;
	float: left;
	border-right: 1px solid #fff;
}
.sy_xw .yc .rq span {
	display: block;
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
}
.sy_xw .yc .wz {
	width: 78%;
	float: right;
}
.sy_xw .yc .wz h3 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 6px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.sy_xw .yc .wz p {
	line-height: 22px;
	font-size: 16px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.sy_xw .yc ul li:hover {
	background-color: #043b95;
}
.sy_xw .yc ul li:hover a {
	color: #fff;
}
.sy_xw .yc ul li.on {
	background-color: #043b95;
}
.sy_xw .yc ul li.on .rq {
	color: #fff;
}
.sy_xw .yc ul li.on .wz {
	color: #fff;
}
@media only screen and (max-width:1660px) {
.sy_xw .gy_bt {
	width: 100%;
	margin-bottom: 20px;
}
.sy_xw .yc {
	margin-top: 4%;
}
.sy_xw .yc ul li {
	margin-bottom: 10px;
}
.sy_xw .yc .wz h3 {
	font-size: 18px;
}
.sy_xw .yc .wz p {
	line-height: 22px;
	font-size: 16px;
}
}
@media only screen and (max-width:1440px) {
.sy_xw .yc {
	margin-top: 3%;
}
.sy_xw .yc ul li {
	margin-bottom: 10px;
}
}
 @media only screen and (max-width:1360px) {
.sy_xw .yc {
	margin-top: 3%;
}
.sy_xw .yc ul li {
	width: 100%;
	padding: 15px 30px 15px 10px;
}
}
@media only screen and (max-width:992px) {
.sy_xw {
	width: 94%;
	margin: 50px auto;
}
.sy_xw .zc {
	width: 100%;
	float: none;
}
.sy_xw .yc {
	margin: 5% 0%;
	width: 100%;
	float: none;
}
.sy_xw .yc ul li {
	width: 100%;
	padding: 10px 10px 10px 10px;
}
.sy_xw .yc .rq {
	width: 22%;
	font-size: 26px;
	line-height: 40px;
}
.sy_xw .yc .rq span {
	font-size: 14px;
}
.sy_xw .yc .wz {
	width: 74%;
}
.sy_xw .yc .wz h3 {
	font-size: 16px;
	margin-bottom: 5px;
}
.sy_xw .yc .wz p {
	font-size: 14px;
	line-height: 18px;
}
}
.footer {
	position: relative;
	overflow: hidden;
	width: 100%;
	background: #033a94;
}
.footer .foot_top {
	position: relative;
	z-index: 1;
}
.footer .foot_top .con {
	padding: 60px 0;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
.footer .foot_top .left {
	float: left;
	width: 20%;
}
.footer .foot_top .left .t {
	font-size: 38px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 5px;
}
.footer .foot_top .left .c {
	font-size: 38px;
	color: #fff;
}
.footer .foot_top .left .share {
	margin-top: 30px;
	position: relative;
}
.footer .foot_top .left .share .tt {
	float: left;
	margin-right: 10px;
}
.footer .foot_top .left .share .ttt {
	float: left;
	margin-right: 10px;
	position: relative;
}
.footer .foot_top .left .share img {
	width: 35px;
	height: 35px;
}
.footer .foot_top .left .ewmm {
	width: 130px;
	padding: 10px 10px 0;
	background-color: #1976d2;
	position: absolute;
	bottom: 50px;
	right: -50px;
	display: none;
	border-radius: 5px;
	text-align: center;
}
.footer .foot_top .left .ewmm img {
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 10px;
}
.footer .foot_top .left .ewmm p {
	font-size: 14px;
	color: #fff;
	line-height: 16px;
	margin-bottom: 10px;
}
.footer .foot_top .left .ttt:hover .ewmm {
	right: -50px;
	display: block;
	transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}
.footer .foot_top .right {
	float: right;
	width: 70%;
}
.footer .foot_top .right dl {
	float: left;
	width: 18%;
	margin-left: 5%;
}
.footer .foot_top .right dl:first-child {
	margin-left: 0;
}
.footer .foot_top .right dl:last-child {
	width: 30%;
}
.footer .foot_top .right dl dt {
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	padding: 0px 0 25px 0px;
}
.footer .foot_top .right dl dd {
	font-size: 16px;
	color: rgba(255,255,255,0.7);
	line-height: 30px;
}
.footer .foot_top .right dl dd a {
	color: rgba(255,255,255,0.7);
}
.footer .foot_top .right dl dd i {
	margin-right: 5px;
}
.footer .foot_top .tel {
}
.footer .foot_top .tel img {
	width: 150px;
}
.footer .foot_top .more {
	font-size: 16px;
	color: rgba(255,255,255,0.7);
	padding: 20px 0px 0px 0px;
}
.footer .foot_bott {
	position: relative;
	z-index: 1;
	padding: 30px 0;
}
.footer .foot_bott .left {
	float: left;
	font-size: 14px;
	color: #fff;
	opacity: .6;
}
.footer .foot_bott .right {
	float: right;
	font-size: 14px;
	color: #fff;
	opacity: .6;
}
.footer .foot_bott a {
	color: #fff;
}
@media (min-width: 1921px) and (max-width:3600px ) {
.footer .foot_top .tel img {
	width: 200px;
}
.footer .foot_top .right dl dt {
	font-size: 24px;
}
.footer .foot_top .right dl dd {
	font-size: 20px;
}
.footer .foot_top .more {
	font-size: 20px;
}
.footer .foot_bott .left {
	font-size: 18px;
}
.footer .foot_bott .right {
	font-size: 18px;
}
}
@media only screen and (max-width:1660px) {
.footer .foot_top .right {
	float: right;
	width: 73%;
}
.footer .foot_top .right dl {
	float: left;
	width: auto;
	margin-left: 5.5%;
}
.footer .foot_top .more {
	font-size: 14px;
}
.footer .foot_top .right dl dt {
	font-size: 18px;
}
.footer .foot_top .right dl dd {
	font-size: 14px;
}
}
@media only screen and (max-width:1440px) {
.footer .foot_top .left {
	width: 20%;
}
.footer .foot_top .right {
	float: right;
	width: 75%;
}
.footer .foot_top .right dl {
	float: left;
	width: auto;
	margin-left: 5%;
}
.footer .foot_top .left .t {
	font-size: 32px;
	font-weight: bold;
}
.footer .foot_top .left .c {
	font-size: 24px;
	color: #fff;
	line-height: 56px;
}
.footer .foot_top .left .share .tt {
	margin-right: 5px;
}
.footer .foot_top .left .share .ttt {
	margin-right: 5px;
}
}
@media only screen and (max-width:1360px) {
.footer .foot_top .left {
	width: 20%;
}
.footer .foot_top .right {
	float: right;
	width: 75%;
}
.footer .foot_top .right dl {
	float: left;
	width: auto;
	margin-left: 4%;
}
}
@media only screen and (max-width:992px) {
.footer .foot_top .con {
	padding: 10px 0 0px 0px;
}
.footer .foot_top .left .t {
	font-size: 28px;
	font-weight: bold;
	line-height: 40px;
}
.footer .foot_top .left .c {
	font-size: 20px;
	color: #fff;
	line-height: 40px;
}
.footer .foot_top .left .share {
	margin: 20px 0 30px 0px;
	position: relative;
}
.footer .foot_top .left {
	float: none;
	width: 100%;
	margin-top: 15px;
}
.footer .foot_top .right {
	float: none;
	width: 100%;
}
.footer .foot_top .right dl {
	float: none;
	width: 100%;
	margin-left: 0%;
	margin-bottom: 3%;
}
.footer .foot_top .right dl:last-child {
	width: 100%;
}
.footer .foot_top .right dl dd.tel {
	margin: 10px 0;
}
.footer .foot_top .right dl dt {
	padding: 25px 0 15px 0px;
}
.footer .foot_top .tel {
	display: none;
}
.footer .foot_bott {
	padding: 20px 0;
}
.footer .foot_bott .right {
	float: left;
	font-size: 14px;
	color: #8c8c8c;
}
.footer .dl3 {
	display: none;
}
}
.nban {
	width: 100%;
	height: auto;
	font-size: 0;
	overflow: hidden;
	position: relative;
	z-index: 1
}
.nban img {
	width: 100%;
	height: auto;
}
.nban .wz {
	width: 40%;
	color: #fff;
	position: absolute;
	right: 0;
	top: 30%;
	padding: 60px 50px 40px 50px;
	z-index: 3;
	height: 365px;
	background: rgba(0,54,150,.6);
}
.nban .wz h1 {
	font-size: 42px;
	height: 70px;
	border-top: 1px solid #fff;
	margin-top: 20px;
	padding-top: 15px;
}
.nban .wz h2 {
	font-size: 32px;
	text-transform: uppercase;
	padding-bottom: 10px;
	font-weight: bold;
}
.nban .wz h3 {
	font-size: 24px;
	height: 50px;
	padding: 10px 0px;
}
.nban .wz span {
	margin: 20px auto;
	width: 60px;
	border-bottom: 1px solid #033a94;
	border-top: 2px solid #033a94;
	display: block;
}
.nban .wzz {
	position: absolute;
	left: 7%;
	bottom: 12%;
	color: #fff;
	z-index: 5;
	font-size: 22px;
	text-align: center;
}
.nban .wzz span {
	font-size: 48px;
}
.nban .wzz i {
	line-height: 45px;
	font-size: 30px;
	margin-left: 15px;
}
@media screen and (max-width:1660px) {
.nban .wzz {
	position: absolute;
	left: 5%;
}
}
@media screen and (max-width:992px) {
.nban {
	height: 280px;
}
.nban img {
	position: absolute;
	height: 280px;
	width: auto;
	top: 0;
	left: 30%;
	transform: translateX(-30%);
	z-index: 1
}
.nban .wzz {
	position: absolute;
	left: 3%;
	bottom: 10%;
	color: #fff;
	z-index: 5;
	font-size: 18px;
}
.nban .wzz span {
	font-size: 28px;
	line-height: 25px;
	padding-left: 0px;
}
}
.down_box {
	width: 100%;
	position: relative;
	z-index: 22;
	margin-top: -45px;
}
.down_box .tab_title {
	height: 90px;
	text-align: center;
	line-height: 90px;
}
.down_box .tab_title ul {
	background: #FFF;
	box-shadow: -8px 0 10px -5px rgba(0, 0, 0, 0.2), 8px 0 10px -5px rgba(0, 0, 0, 0.2);
}
.down_box .tab_title li {
	display: inline-block;
	width: auto;
	color: #333;
}
.down_box .tab_title li a {
	display: block;
	color: #333;
	font-size: 24px;
	font-weight: bold;
	padding: 0 50px;
}
.down_box .tab_title li.active a {
	display: block;
	color: #033a94;
}
.down_box .tab_title.fixed {
	position: fixed;
	top: 1px;
	z-index: 15;
	background: #fff;
	height: 80px;
	line-height: 80px;
	width: 100%;
	box-shadow: -8px 0 10px -5px rgba(0, 0, 0, 0.2), 8px 0 10px -5px rgba(0, 0, 0, 0.2);
}
.down_box .tab_title.fixed ul {
	box-shadow: -8px 0 10px -5px rgba(0, 0, 0, 0), 8px 0 10px -5px rgba(0, 0, 0, 0);
	background: none;
}
.down_box .tab_title.fixed li a {
	font-size: 20px;
}
@media only screen and (max-width:1440px) {
.down_box .tab_title li a {
	padding: 0 35px;
}
}
@media only screen and (max-width:992px) {
.down_box {
	display: none;
}
}
.xcon {
	padding: 0 4.5%;
}
.xgy1 {
	width: 100%;
	margin: 0px auto;
	padding-top: 80px;
}
.xgy1 .zc {
	width: 40%;
	float: left;
	border-radius: 6px;
	overflow: hidden;
}
.xgy1 .zc img {
	width: 100%;
}
.xgy1 .yc {
	width: 55%;
	float: right;
}
.xgy1 .yc .wz {
	font-size: 20px;
	line-height: 30px;
	padding-bottom: 20px;
}
.xgy1 .yc .wz1 {
	font-size: 20px;
	line-height: 30px;
	padding-bottom: 20px;
}
.xgy1 .yc h1 {
	font-size: 24px;
	margin-bottom: 15px;
	margin-top: 5px;
}
.text-container {
	width: 100%;
	line-height: 1.7;
	font-size: 19px;
	position: relative;
	overflow: hidden;
	max-height: 280px;
	transition: max-height 0.3s ease;
}
.text-container::after {
	content: '...';
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: white;
	margin-left: 5px;
}
.more-btn {
	margin-left: 0px;
	color: #033a94;
	cursor: pointer;
	background: none;
	border: none;
	padding: 0;
	font-size: 18px;
	margin-top: 5px;
}
.more-btn:hover {
	text-decoration: underline;
}
.text-container.expanded {
	max-height: none;
}
.text-container.expanded::after {
	content: '';
}
.xjs_bt {
	font-size: 42px;
	line-height: 36px;
	color: #333;
	margin-bottom: 30px;
	font-family: HarmonyOS_Sans_SC_Regular;
}
.xjs_zs {
	width: 100%;
	margin: 80px auto;
}
.xjs_zs ul {
	padding-top: 20px;
}
.xjs_zs ul li {
	width: 10%;
	float: left;
	text-align: left;
	margin-bottom: 30px;
	margin-right: 5%;
}
.xjs_zs ul li img {
	width: 90%;
}
.xjs_zs ul li:nth-child(7n) {
	margin-right: 0;
}
@media only screen and (max-width:1660px) {
.xgy1 .zc {
	width: 42%;
}
.xgy1 .yc {
	width: 53%;
	float: right;
}
}
@media only screen and (max-width:1440px) {
.xgy1 .yc .wz {
	font-size: 18px;
	padding-bottom: 10px;
	line-height: 28px;
}
.xgy1 .yc .wz1 {
	font-size: 18px;
	padding-bottom: 10px;
}
.xgy1 .yc h1 {
	font-size: 24px;
	margin-bottom: 7px;
	margin-top: 3px;
}
.text-container {
	line-height: 1.4;
	font-size: 18px;
	position: relative;
	overflow: hidden;
	max-height: 260px;
	transition: max-height 0.3s ease;
}
}
 @media only screen and (max-width:992px) {
.xcon {
	padding: 0 12px;
}
.xgy1 {
	padding-top: 40px;
}
.xgy1 .zc {
	width: 100%;
	float: none;
}
.xgy1 .yc {
	width: 100%;
	float: none;
	margin-top: 20px;
}
.xgy1 .yc .wz {
	font-size: 16px;
	line-height: 24px;
	padding-bottom: 10px;
	width: 100%;
	float: none;
}
.xgy1 .yc .wz1 {
	font-size: 16px;
	line-height: 24px;
	padding-bottom: 10px;
	width: 100%;
	float: none;
}
.xgy1 .yc h1 {
	font-size: 22px;
	margin-bottom: 5px;
	margin-top: 10px;
}
.text-container {
	line-height: 1.4;
	font-size: 16px;
	max-height: 260px;
}
.more-btn {
	font-size: 16px;
	margin-top: 5px;
}
.xjs_bt {
	font-size: 26px;
	line-height: 30px;
	margin-bottom: 20px;
}
.xjs_zs {
	width: 100%;
	margin: 0px auto 40px auto;
}
.xjs_zs ul {
	padding-top: 20px;
}
.xjs_zs ul li {
	width: 20%;
	float: left;
	text-align: left;
	margin-bottom: 20px;
	margin-right: 5%;
}
.xjs_zs ul li img {
	width: 100%;
}
.xjs_zs ul li:nth-child(4n) {
	margin-right: 0%;
}
}
.fzlc {
	margin: 100px auto;
	position: relative;
}
.time {
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	padding: 0px 0px 50px;
}
.time:after {
	content: "";
	width: 124px;
	height: 100%;
	left: 18%;
	background: url(../images/lcx.jpg) no-repeat top left;
	position: absolute;
	top: 0
}
.time ul {
	list-style: none;
	padding: 40px 0px 0px 0px;
	margin: 0;
}
.time ul li {
	width: 100%;
	position: relative;
	box-sizing: border-box;
	z-index: 2;
	margin-top: 37px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.time ul li h3 {
	color: #033a94;
	font-size: 48px;
	width: 30%;
	margin: 0;
	text-align: left;
}
.time ul li h3 font {
	font-size: 24px;
	font-weight: normal;
	padding-left: 5px;
	color: #033a94;
}
.time ul li .jjw {
	color: #666563;
	margin: 0;
	font-size: 22px;
	font-family: HarmonyOS_Sans_SC_Light;
	width: 40%;
	text-align: left;
}
.time ul li .jjw span {
	font-size: 39px;
	color: #333;
}
.time ul li .tp {
	width: 30%;
	padding-bottom: 15px;
	text-align: right;
}
.time ul li .tp img {
	width: 400px;
	border-radius: 5px;
	max-width: 100%;
	display: inline-block;
}
@media only screen and (max-width:1660px) {
.fzlc {
	margin: 70px auto;
	position: relative;
}
}
@media only screen and (max-width:1360px) {
.time:after {
	width: 110px;
	height: 100%;
	left: 18%;
	background-size: 100% 100%;
}
.time ul li {
	width: 100%;
	position: relative;
	box-sizing: border-box;
	z-index: 2;
	margin-top: 0px;
}
.time ul li h3 {
	width: 30%;
}
.time ul li .jjw {
	width: 40%;
}
.time ul li .tp {
	padding-bottom: 40px;
}
.time ul li .tp img {
	width: 100%;
}
}
@media (max-width: 768px) {
.fzlc {
	padding: 50px 0px 0px 0px;
	background-size: 100% auto;
}
.time {
	padding-bottom: 20px;
}
.time:after {
	display: none;
}
.time ul {
	padding: 20px 0px 0;
}
.time ul li {
	margin-top: 0px;
	flex-direction: column;
	align-items: flex-start;
}
.time ul li h3 {
	width: 100%;
	font-size: 32px;
	margin-bottom: 10px;
}
.time ul li h3 font {
	font-size: 18px;
}
.time ul li .jjw {
	width: 100%;
	font-size: 16px;
	margin-bottom: 15px;
}
.time ul li .jjw span {
	font-size: 24px;
}
.time ul li .tp {
	width: 100%;
	text-align: center;
}
.time ul li .tp img {
	width: 100%;
	max-width: 100%;
}
}
.gc_sp {
	margin: 100px auto;
	box-sizing: border-box;
}
.gc_sp .video-bg {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 0 8px 30px rgba(0,0,0,0.15);
	aspect-ratio: 16 / 9;
}
.gc_sp .video-bg video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
 @media (max-width:768px) {
.gc_sp {
	margin: 40px 15px;
}
.gc_sp .video-bg {
	border-radius: 6px;
}
}
.gy_wh1 {
	margin: 100px auto 80px;
}
.gy_wh1 .wzb {
	font-size: 18px;
	margin-bottom: 40px;
}
.gy_wh1 ul li {
	width: 19%;
	margin: 0 1.25% 1.25% 0;
	float: left;
	text-align: center;
	border: 1px dashed #ddd;
	border-radius: 20px;
	overflow: hidden;
	padding: 50px 0px 0px 0px;
}
.gy_wh1 ul li .tp {
	width: 90px;
	margin: 0px auto 20px auto;
}
.gy_wh1 ul li .tp img {
	width: 100%;
}
.gy_wh1 ul li:nth-child(5n) {
	margin-right: 0;
}
.gy_wh1 ul li h1 {
	font-size: 20px;
	font-weight: bold;
	color: #222222;
	margin-bottom: 10px;
}
.gy_wh1 ul li .hx {
	width: 20px;
	height: 3px;
	background: #004fa2;
	display: block;
	margin: 15px auto;
}
.gy_wh1 ul li h2 {
	font-size: 18px;
	margin-bottom: 20px;
}
.gy_wh1 ul li p {
	font-size: 14px;
	margin-bottom: 30px;
	line-height: 22px;
	height: 110px;
	padding: 0px 10px;
}
 @media only screen and (max-width:1400px) {
.gy_wh1 ul li h2 {
	font-size: 16px;
}
.gy_wh1 ul li p {
	font-size: 14px;
}
}
@media only screen and (max-width:992px) {
.gy_wh1 {
	margin: 50px auto;
}
.gy_wh1 .wzb {
	font-size: 16px;
	margin-bottom: 20px;
}
.gy_wh1 ul li {
	width: 100%;
	margin: 0 0% 4% 0;
	float: none;
	border-radius: 10px;
	padding: 30px 0px 0px 0px;
}
.gy_wh1 ul li p {
	height: auto;
	padding: 0px 15px;
}
}
.ny_wh8 {
	width: 100%;
	overflow: hidden;
	background: #fff;
}
.ny_wh8 ul li {
	margin-bottom: 80px;
}
.ny_wh8 ul li .tp {
	width: 48%;
	overflow: hidden;
	position: relative;
	float: left;
	border-radius: 20px;
}
.ny_wh8 ul li .tp img {
	width: 100%;
	height: auto;
}
.ny_wh8 ul li .wz {
	width: 47%;
	float: right;
}
.ny_wh8 ul li .wz .wz2 {
	font-size: 30px;
	font-weight: bold;
	padding-bottom: 25px;
	line-height: 30px;
	color: #000;
}
.ny_wh8 ul li .wz p {
	font-size: 20px;
	line-height: 30px;
	text-align: justify;
	padding-left: 18px;
}
.ny_wh8 ul li .wz font {
	color: #033a94;
	font-size: 14px;
	line-height: 30px;
	margin-right: 5px;
	float: left;
}
.ny_wh8 ul li:nth-child(2n) .tp {
	float: right;
}
.ny_wh8 ul li:nth-child(2n) .wz {
	float: left;
}
@media only screen and (max-width:1440px) {
.ny_wh8 ul li .wz p {
	font-size: 18px;
	line-height: 30px;
	text-align: justify;
	padding-left: 18px;
}
}
@media only screen and (max-width:992px) {
.ny_wh8 ul li {
	margin-bottom: 30px;
}
.ny_wh8 ul li .tp {
	width: 100%;
	float: none;
	border-radius: 10px;
}
.ny_wh8 ul li .wz {
	width: 100%;
	float: none;
	margin-top: 20px;
}
.ny_wh8 ul li .wz .wz2 {
	font-size: 20px;
	padding-bottom: 10px;
}
.ny_wh8 ul li .wz p {
	font-size: 16px;
	line-height: 24px;
}
}
.zny_jz {
	overflow: hidden;
	padding: 80px 0px;
	font-family: HarmonyOS_Sans_SC_Light;
}
.zny_jz .ghjk {
	width: 500px;
	height: 4px;
	background: #0055bc;
	display: block;
	margin: 50px auto;
}
.zny_jz .zc {
	width: 35%;
	float: left;
	font-size: 60px;
	padding-top: 40px;
	color: #000000;
}
.zny_jz .yc {
	width: 65%;
	float: right;
}
.zny_jz .yc ul li {
	width: 33.333%;
	float: left;
	font-size: 22px;
	color: #000000;
	margin: 30px 0px;
}
.zny_jz .yc ul li h2 {
	font-size: 30px;
	padding: 10px 0px;
	font-weight: bold;
}
.ny_wh99 {
	width: 100%;
	overflow: hidden;
	background: #fff;
	padding: 0px 0px 80px 0px;
}
.ny_wh99 ul li {
	width: 100%;
	margin: 0 0% 5% 0;
}
.ny_wh99 ul li .tp {
	overflow: hidden;
	position: relative;
	border-radius: 15px;
	width: 38%;
	float: left;
}
.ny_wh99 ul li .tp img {
	width: 100%;
	height: auto;
}
.ny_wh99 ul li .wz {
	width: 58%;
	float: right;
}
.ny_wh99 ul li h4 {
	font-size: 30px;
	font-weight: bold;
	padding: 0px 0px 25px 0px;
	margin-top: 3%;
	color: #000;
}
.ny_wh99 ul li p {
	font-size: 20px;
	line-height: 30px;
	text-align: justify;
}
.ny_wh99 ul li i {
	width: 75px;
	height: 3px;
	background: #000;
	margin-top: 50px;
	display: block;
}
.ny_wh99 ul li:nth-child(2n) .tp {
	float: right;
}
.ny_wh99 ul li:nth-child(2n) .wz {
	float: left;
}
 @media only screen and (max-width:992px) {
.zny_jz {
	overflow: hidden;
	padding: 40px 0px;
}
.zny_jz .zc {
	width: 100%;
	float: none;
	font-size: 36px;
	padding-top: 0px;
}
.zny_jz .yc {
	width: 100%;
	float: none;
	padding-top: 20px;
	margin-left: 10px;
}
.zny_jz .yc ul li {
	font-size: 16px; width:50%;
	margin: 20px 0px;
}
.zny_jz .yc ul li h2 {
	font-size: 20px;
}
.ny_wh99 {
	padding: 0px 0px 40px 0px;
}
.ny_wh99 ul li {
	width: 100%;
	margin: 0 0% 8% 0;
}
.ny_wh99 ul li .tp {
	width: 100%;
	float: none;
	border-radius: 10px;
}
.ny_wh99 ul li .wz {
	width: 100%;
	float: none;
}
.ny_wh99 ul li h4 {
	font-size: 20px;
	padding: 10px 0px 15px 0px;
	margin-top: 4%;
}
.ny_wh99 ul li p {
	font-size: 16px;
	line-height: 24px;
}
.ny_wh99 ul li i {
	margin-top: 20px;
}
}
.xn_dh {
	padding: 50px 0px 80px 0px;
}
.xn_dh ul li {
	width: 16.66%;
	float: left;
	height: 80px;
	line-height: 80px;
	border-bottom: 1px solid #b3b3b3;
	font-size: 24px;
	color: #b3b3b3;
	text-align: center;
}
.xn_dh ul li a {
	font-size: 24px;
	color: #b3b3b3;
}
.xn_dh ul li:hover a {
	color: #333333;
	font-weight: bold;
}
.xn_dh ul li:hover {
	border-bottom: 3px solid #2c5ebf;
}
.xn_dh ul li.on {
	border-bottom: 3px solid #2c5ebf;
}
.xn_dh ul li.on a {
	color: #333333;
	font-weight: bold;
}
.xn_pr {
	padding: 80px 0 30px 0;
	overflow: hidden;
}
.xn_pr ul {
	list-style: none;
}
.xn_pr ul li {
	width: 48%;
	float: left;
	margin: 0 4% 4% 0;
	position: relative;
	overflow: hidden;
}
.xn_pr ul li:nth-child(2n) {
	margin-right: 0;
}
.xn_pr ul li .tp {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
	transition: all 0.4s ease;
}
.xn_pr ul li .tp1 {
	width: 100%;
	transition: transform 0.4s ease;
}
.xn_pr ul li .tp2 {
	width: 40px;
	height: 40px;
	border-radius: 50%;
}
.xn_pr ul li .xtp {
	position: absolute;
	left: 0;
	width: auto;
	padding: 0 30px;
	background: rgba(255,255,255,.8);
	height: 60px;
	bottom: 40px;
	font-size: 22px;
	color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.4s ease;
}
.xn_pr ul li i {
	margin-right: 8px;
}
.xn_pr ul li .zzc {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(0, 51, 153, 0.1), rgba(0, 51, 153, 0.8));
	color: white;
	display: flex;
	flex-direction: column;
	justify-content: center;
	z-index: 8;
	padding: 30px;
	transform: translateY(100%);
	opacity: 0;
	transition: transform 0.4s ease, opacity 0.4s ease;
}
.xn_pr ul li:hover .zzc {
	opacity: 1;
	transform: translateY(0);
}
.xn_pr ul li:hover .xtp {
	display: none;
}
.xn_pr ul li:hover .tp1 {
	transform: scale(1.1);
}
.country-header {
	display: flex;
	align-items: flex-end;
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: bold;
}
.flag-icon {
	width: 100px;
	height: 100px;
	margin-right: 15px;
	border-radius: 50%;
	object-fit: cover;
}
.location-info {
	font-size: 18px;
	line-height: 1.4;
}
.location-info p {
	margin-bottom: 8px;
	display: flex;
	align-items: flex-start;
}
.info-icon {
	margin-right: 5px;
	font-size: 18px;
}
@media only screen and (max-width: 1440px) {
.flag-icon {
	width: 70px;
	height: 70px;
}
.location-info {
	font-size: 16px;
	line-height: 22px;
}
}
@media only screen and (max-width: 992px) {
.xn_dh {
	padding: 30px 0px 0px 0px;
}
.xn_dh ul li {
	width: 50%;
	float: left;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
}
.xn_dh ul li a {
	font-size: 18px;
	color: #b3b3b3;
}
.xn_pr {
	padding: 40px 0 0 0;
}
.xn_pr ul li {
	width: 100%;
	float: none;
	margin: 0 0 4% 0;
}
.xn_pr ul li .tp {
	width: 100%;
	height: 260px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.xn_pr ul li .tp1 {
	position: absolute;
	left: 50%;
	height: 350px;
	width: auto;
	transform: translateX(-50%);
}
.xn_pr ul li .tp2 {
	width: 25px;
	height: 25px;
}
.xn_pr ul li .xtp {
	height: 40px;
	bottom: 20px;
	font-size: 18px;
	padding: 0px 20px;
}
.xn_pr ul li i {
	margin-right: 5px;
}
.xn_pr ul li .zzc {
	padding: 10px;
}
.country-header {
	margin-bottom: 10px;
	font-size: 20px;
}
.flag-icon {
	width: 40px;
	height: 40px;
	margin-right: 10px;
}
.location-info {
	font-size: 14px;
	line-height: 20px;
}
.location-info p {
	margin-bottom: 8px;
	display: flex;
	align-items: flex-start;
}
.info-icon {
	font-size: 18px;
}
.xn_pr ul li:hover .tp1 {
	transform: translateX(-50%) scale(1.1);
}
}
.baby-care-banner {
}
.baby-care-banner .con {
	background: #033a94;
	color: #FFFFFF;
	padding: 100px 20px;
	text-align: center;
}
.baby-care-banner h2 {
	font-size: 40px;
	font-weight: bold;
	margin: 0 0 16px 0;
}
.baby-care-banner span {
	display: block;
}
.baby-care-banner p {
	font-size: 20px;
	line-height: 1.6;
	max-width: 1200px;
	margin: 0 auto;
}
@media only screen and (max-width:992px) {
.baby-care-banner {
}
.baby-care-banner .con {
	width: 100%;
	padding: 60px 20px;
}
.baby-care-banner h2 {
	font-size: 24px;
}
.baby-care-banner p {
	font-size: 14px;
	line-height: 20px;
	margin: 0 auto;
}
}
.kc_fz {
	overflow: hidden;
}
.kc_fz .tp {
	width: 50%;
	height: 500px;
	overflow: hidden;
	position: relative;
}
.kc_fz .tp img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.kc_fz .wz {
	width: 50%;
	color: #000;
	height: 500px;
	padding: 5% 5% 0% 5%;
	background: #f6f6f6;
}
.kc_fz .wz h1 {
	font-size: 36px;
	font-weight: bold;
	line-height: 36px;
	color: #333;
	margin-bottom: 25px;
}
.kc_fz .wz p {
	font-size: 18px;
	color: #666666;
	font-weight: lighter;
	margin-bottom: 20px;
	line-height: 24px;
}
.kc_fz .wz p font {
	color: #033a94;
	padding-right: 10px;
	font-weight: bold;
}
.kc_fz span {
	width: 70px;
	height: 4px;
	background: #e86400;
	display: block;
	margin: 20px 0px;
}
.kc_fzz {
	width: 50%;
	float: left;
}
.kc_fzz .tp {
	width: 100%;
	height: 400px;
	overflow: hidden;
	position: relative;
}
.kc_fzz .tp img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.kc_fzz .wz {
	width: 100%;
	color: #000;
	height: 350px;
	padding: 5% 7% 0% 7%;
	background: #033a94;
}
.kc_fzz .wz h1 {
	font-size: 36px;
	font-weight: bold;
	line-height: 36px;
	color: #fff;
	margin-bottom: 25px;
}
.kc_fzz .wz p {
	font-size: 16px;
	color: #fff;
	font-weight: lighter;
	margin-bottom: 20px;
	line-height: 24px;
}
.kc_fzz .wz p font {
	color: #fff;
	padding-right: 10px;
	font-weight: bold;
}
 @media only screen and (max-width:1660px) {
.kc_fz .tp {
	height: 500px;
}
.kc_fz .wz {
	height: 500px;
	padding: 5% 5% 0% 5%;
	background: #f6f6f6;
}
.kc_fz .wz h1 {
	font-size: 33px;
}
.kc_fz .wz p {
	font-size: 16px;
}
}
 @media only screen and (max-width:1440px) {
.kc_fz .tp {
	height: 400px;
}
.kc_fz .wz {
	height: 400px;
	padding: 5% 5% 0% 5%;
	background: #f6f6f6;
}
.kc_fz .wz h1 {
	font-size: 33px;
}
.kc_fz .wz p {
	font-size: 16px;
}
}
@media only screen and (max-width:992px) {
.kc_fz {
	width: 100%;
	margin: 0px auto;
	background: #fff;
}
.kc_fz .tp {
	width: 100%;
	height: 250px;
}
.kc_fz .wz {
	width: 100%;
	height: auto;
	padding: 8% 5%;
}
.kc_fz .wz h1 {
	font-size: 24px;
	font-weight: bold;
	line-height: 36px;
	margin-bottom: 10px;
}
.kc_fz .wz p {
	font-size: 16px;
	color: #666666;
	font-weight: lighter;
}
.kc_fzz {
	width: 100%;
	float: none;
}
.kc_fzz .wz {
	height: auto;
	padding: 5%;
	background: #033a94;
}
.kc_fzz .tp {
	width: 100%;
	height: 300px;
}
}
.cp_ym {
	overflow: hidden;
	padding-bottom: 60px;
}
.cp_ym .tp {
	width: 50%;
	height: auto;
	overflow: hidden;
	position: relative;
	float: right;
}
.cp_ym .tp img {
	width: 100%;
	height: auto;
}
.cp_ym .yc {
	width: 43%;
	float: left;
	margin: 5% 0% 0% 0%;
}
.cp_ym .yc ul li {
	margin-bottom: 30px;
}
.cp_ym .yc ul li .tb {
	width: 170px;
	overflow: hidden;
	position: relative;
	float: left;
	border: 1px solid #ddd;
}
.cp_ym .yc ul li .tb img {
	width: 100%;
	height: auto;
}
.cp_ym .yc ul li .wz {
	width: 70%;
	float: right;
}
.cp_ym .yc ul li .wz h2 {
	font-size: 22px;
	padding-bottom: 20px;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
}
.cp_ym .yc ul li .wz p {
	font-size: 16px;
}
@media only screen and (max-width:1660px) {
.cp_ym .yc {
	width: 45%;
	margin: 5% 0% 0% 5%;
}
.cp_ym .yc ul li .tb {
	width: 20%;
}
.cp_ym .yc ul li .wz h2 {
	font-size: 20px;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
}
@media only screen and (max-width:992px) {
.cp_ym .yc {
	width: 94%;
	margin: 5% auto;
	float: none;
}
.cp_ym .yc ul li .tb {
	width: 25%;
}
.cp_ym .yc ul li .wz {
	width: 70%;
}
.cp_ym .yc ul li .wz h2 {
	font-size: 16px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.cp_ym .yc ul li .wz p {
	font-size: 14px;
}
.cp_ym .tp {
	display: none;
}
}
.cp_ymm {
	width: 100%;
	overflow: hidden;
}
.cp_ymm ul li {
	width: 50%;
	float: left;
	height: 400px;
	padding: 50px;
	background: #f6f6f6;
}
.cp_ymm ul li .ztp {
	width: 50%;
	float: left;
	text-align: center;
}
.cp_ymm ul li .ztp img {
	width: 250px;
}
.cp_ymm ul li .ywz {
	width: 50%;
	float: right;
	padding-top: 3%;
}
.cp_ymm ul li .ywz h3 {
	font-size: 22px;
	font-weight: bold;
	padding-bottom: 20px;
}
.cp_ymm ul li .ywz p {
	font-size: 16px;
	line-height: 24px;
}
.cp_ymm ul li:nth-child(2n) {
	background: #033a94;
}
.cp_ymm ul li:nth-child(2n) .ywz {
	color: #fff;
}
.cp_ymm ul li:nth-child(3n) {
	background: #e86400;
}
.cp_ymm ul li:nth-child(3n) .ywz {
	color: #fff;
}
.cp_ymm ul li:nth-child(4n) {
	background: #f6f6f6;
}
.cp_ymm ul li:nth-child(4n) .ywz {
	color: #333;
}
.cp_ymm ul li:nth-child(6n) {
	background: #033a94;
}
.cp_ymm ul li:nth-child(6n) .ywz {
	color: #fff;
}
.cp_ymm ul li:nth-child(7n) {
	background: #e86400;
}
.cp_ymm ul li:nth-child(7n) .ywz {
	color: #fff;
}
.cp_ymm ul li:nth-child(9n) {
	background: #f6f6f6;
}
.cp_ymm ul li:nth-child(9n) .ywz {
	color: #333;
}
.cp_ymm ul li:nth-child(11n) {
	background: #e86400;
}
.cp_ymm ul li:nth-child(11n) .ywz {
	color: #fff;
}
.cp_ymm ul li:nth-child(12n) {
	background: #f6f6f6;
}
.cp_ymm ul li:nth-child(12n) .ywz {
	color: #333;
}
@media only screen and (max-width:1660px) {
.cp_ymm ul li {
	width: 50%;
	float: left;
	height: 300px;
	padding: 30px;
	background: #f6f6f6;
}
.cp_ymm ul li .ztp img {
	width: 220px;
}
.cp_ymm ul li .ywz h3 {
	font-size: 20px;
	padding-bottom: 15px;
}
.cp_ymm ul li .ywz p {
	font-size: 14px;
	line-height: 22px;
}
}
@media only screen and (max-width:1360px) {
.cp_ymm ul li {
	height: 270px;
}
.cp_ymm ul li .ztp img {
	width: 200px;
}
.cp_ymm ul li .ywz {
	padding-top: 0%;
}
}
@media only screen and (max-width:992px) {
.cp_ymm ul li {
	width: 100%;
	float: none;
	height: auto;
	padding: 30px;
}
.cp_ymm ul li .ztp {
	width: 100%;
	float: none;
	margin-bottom: 15px;
}
.cp_ymm ul li .ztp img {
	width: 180px;
}
.cp_ymm ul li .ywz {
	width: 100%;
	float: none;
	padding-top: 3%;
	text-align: center;
}
}
.ndh {
	width: 100%;
	margin: 50px auto 0px auto;
	text-align: center;
}
.ndh ul li {
	display: inline-block;
	width: auto;
	color: #ccc;
	position: relative;
	border-right: 1px solid #ccc;
}
.ndh ul li:last-child {
	border-right: 0px solid #ccc;
}
.ndh ul li a {
	font-size: 24px;
	padding: 0px 25px;
	color: #333;
	display: block;
	font-weight: bold;
}
.ndh ul li:hover a {
	display: block;
	color: #033a94;
	font-weight: bold;
}
.ndh ul li .on {
	display: block;
	color: #033a94;
	font-weight: bold;
}
.ndh .dhk {
	width: auto;
}
@media screen and (max-width:1660px) {
.ndh ul li a {
	font-size: 20px;
	padding: 0px 17px;
}
}
@media screen and (max-width:1440px) {
.ndh ul li a {
	font-size: 17px;
	padding: 0px 17px;
	color: #333;
	display: block;
}
}
@media screen and (max-width:992px) {
.ndh {
	display: none;
}
}
.nytit {
	overflow: hidden;
	display: none;
	border: 1px solid #ddd;
	margin: 30px auto 0px auto;
	display: none;
}
.nytit ul li {
	padding: 15px 15px;
	color: #000;
	font-size: 22px;
	font-weight: bold;
	width: 100%;
	box-sizing: border-box;
	position: relative;
}
.nytit ul li i {
	width: 150px;
	position: absolute;
	height: 100%;
	right: 0;
	top: 0;
	background: url(../images/icon001.png) right center no-repeat;
}
.nytit ul li .y_j {
	position: relative;
}
.nytit ul li .y_j a {
	font-weight: bold;
	color: #033a94;
	font-size: 22px;
}
.nytit ul li .e_j {
	position: relative;
	top: 10px;
	left: 0;
	width: 100%;
	display: none;
	padding: 10px 0px;
}
.nytit ul li .e_j a {
	display: block;
	line-height: 40px;
	font-size: 16px;
	color: #666;
	border-bottom: 1px solid #ebebeb;
	font-weight: normal;
}
.nytit ul li .e_j a:hover {
	color: #033a94;
}
.nytit ul li:hover .y_j a {
	color: #033a94;
}
@media screen and (max-width:992px) {
.nytit {
	display: block;
}
}
.founder-list {
	margin: 80px auto 40px auto;
}
.founder-list.nopadding, .founder-list.nopadding ul {
	padding-top: 0;
}
.founder-list ul {
	padding-top: 0px;
}
.founder-list li {
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	margin-bottom: 50px;
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid #ddd;
}
.founder-list h4 {
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	position: relative;
	z-index: 1;
}
.founder-list h4 img {
	width: 100%;
	height: auto;
}
.founder-list h4 span {
	position: relative;
	width: 100%;
	height: 70px;
	display: block;
	line-height: 70px;
	color: #333;
	bottom: 0;
	font-size: 28px;
	z-index: 5;
	left: 0;
	text-align: left;
	padding-left: 40px;
	background: url(../images/icon12.png) 97% center no-repeat;
}
.founder-list .info {
	padding: 40px;
	display: none;
	border-bottom: 1px solid #ddd;
}
.founder-list .info h5 {
	font-size: 28px;
	font-weight: bold;
	padding-bottom: 20px;
}
.founder-list .info .xwz {
	font-size: 18px;
	line-height: 26px;
}
.founder-list .info dl {
	padding: 20px 0px 10px 0px;
}
.founder-list .info dl dd {
	border-bottom: 1px solid #3f5263;
	line-height: 60px;
	color: #182e43;
	font-size: 20px;
	font-weight: bold;
	padding: 0px 20px 0px 10px;
}
.founder-list .info dl dd font {
	float: right;
	font-weight: normal;
	width: 35%;
}
.founder-list .info dl dd font i {
	width: 30px;
	height: 30px;
	border-radius: 100px;
	overflow: hidden;
	margin-right: 6px;
}
.founder-list .info dl dd font img {
	border-radius: 100px;
	border: 1px solid #182e43;
}
.founder-list .info .xab {
	padding-top: 20px;
	font-size: 24px;
	font-weight: bold;
	line-height: 32px;
}
.founder-list .info .xab img {
	margin-right: 10px;
	float: left;
}
.founder-list .info .font18 {
	padding: 5px 0;
}
.founder-list .on {
	-webkit-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	border-bottom: transparent;
}
.founder-list .on h4 {
	background-color: #003696;
	color: #fff;
}
.founder-list .on h4 span {
	color: #fff;
	background-image: url(../images/icon11.png);
}
.founder-article {
	padding-top: 10px;
}
.founder-article .article {
	padding-top: 20px;
	line-height: 26px;
}
.font22 {
	font-size: 18px;
}
.ny_hry {
	margin: 0px auto 80px auto;
}
.ny_hry .ggd {
	border-radius: 10px;
	overflow: hidden;
	padding: 50px;
	background: #fff;
	border: 1px solid #ddd;
}
.ny_hry .hz2 h1 {
	font-size: 28px;
	font-weight: bold;
}
.ny_hry .hz2 .wz {
	padding-bottom: 15px;
}
.ny_hry .hz2 .zx {
	font-size: 24px;
}
.ny_hry .hz2 .zx .icon-dianhua {
	color: #033a94;
	background: #f0f0f0;
	font-size: 22px;
	margin-right: 10px;
	line-height: 50px;
	height: 50px;
	width: 50px;
	border-radius: 100px;
	text-align: center;
	display: inline-block;
}
.ny_hry .hz2 .zx a {
	color: #fff;
}
@media only screen and (max-width:1660px) {
.founder-list {
	margin: 50px auto;
}
.founder-list h4 span {
	font-size: 24px;
}
.founder-list .info h5 {
	font-size: 24px;
}
.founder-list .info {
	font-size: 16px;
}
}
@media only screen and (max-width:992px) {
.founder-list {
	width: 94%;
	margin: 30px auto;
}
.founder-list li {
	margin-bottom: 30px;
	border-radius: 10px;
}
.founder-list h4 {
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.founder-list h4 img {
	width: auto;
	height: 200px;
	margin-left: -50%;
}
.founder-list h4 span {
	height: 60px;
	line-height: 60px;
	padding-left: 10px;
	font-size: 17px;
	z-index: 5;
}
.founder-list .info {
	padding: 20px;
}
.founder-list .info .xwz {
	font-size: 14px;
	line-height: 24px;
}
.founder-list .info dl dd {
	line-height: 30px;
	font-size: 16px;
	padding: 10px 0px;
}
.founder-list .info dl dd font {
	float: none;
	width: 100%;
	display: block;
}
.ny_hry .hz2 .zx .icon-dianhua {
	font-size: 20px;
	line-height: 40px;
	height: 40px;
	width: 40px;
}
.ny_hry .hz2 h1 {
	font-size: 22px;
	font-weight: bold;
}
.ny_hry .ggd {
	padding: 20px;
}
.founder-list .info .xab {
	padding-top: 20px;
	font-size: 18px;
}
}
.ny_xw {
	width: 100%;
	margin: 0px auto;
	padding: 80px 0px;
}
.ny_xw ul li {
	width: 23%;
	float: left;
	margin: 0 2.6% 2.6% 0;
}
.ny_xw ul li:nth-child(4n) {
	margin-right: 0;
}
.ny_xw .tp {
	overflow: hidden;
	border-radius: 20px;
	overflow: hidden;
}
.ny_xw .tp img {
	width: 100%;
	height: auto;
}
.ny_xw .tp:hover img {
	transform: scale(1.05);
	transition: all 0.8s;
}
.ny_xw .wz {
	margin-top: 30px;
}
.ny_xw .wz h2 {
	font-size: 22px;
	line-height: 24px;
	margin: 10px 0px;
	color: #000;
	font-weight: bold;
	margin-bottom: 30px;
}
.ny_xw .wz h2 a {
	color: #000;
}
.ny_xw .rq {
	font-size: 18px;
	color: rgba(3, 58, 148, .5);
	padding: 15px 0px;
	font-weight: bold;
}
.ny_xw .wz p {
	line-height: 24px;
	font-size: 16px; /*display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;  overflow: hidden;*/
}
.ny_xw .bqq {
	margin: 10px auto;
}
.ny_xw .bqq font {
	border: 1px solid #e86400;
	padding: 5px;
	margin: 0px 5px 5px 0px;
	border-radius: 5px;
	color: #e86400;
	display: inline-block;
	font-size: 14px;
}
@media only screen and (max-width:1660px) {
.ny_xw .wz h2 {
	font-size: 20px;
}
.ny_xw .rq {
	font-size: 16px;
}
.ny_xw .wz p {
	font-size: 14px;
}
}
@media only screen and (max-width:992px) {
.ny_xw {
	width: 100%;
	margin: 0px auto;
	padding: 50px 0px;
}
.ny_xw ul li {
	width: 100%;
	float: none;
	margin: 0 0% 10% 0;
}
.ny_xw .wz {
	margin-top: 20px;
}
.ny_xw .wz h2 {
	margin-bottom: 15px;
}
}
.xw_xq {
	background: url(../images/cpx.png) repeat-x top left;
	padding: 80px 0px;
}
.xw_xq h1 {
	font-size: 36px;
	padding-bottom: 30px;
	color: #000;
}
.xw_xq h2 {
	color: #848484;
	font-size: 16px;
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 42px;
}
.xw_xq .tpw {
	padding: 60px 0px;
}
.xw_xq .nrj {
	color: #848484;
	line-height: 34px;
	font-size: 16px;
}
.xwfy {
	width: 100%;
	height: 80px;
	line-height: 80px;
	font-size: 16px;
	background: #f6f6f6;
	overflow: hidden;
}
.xwfy a:hover {
	color: #033a94;
}
@media only screen and (max-width:992px) {
.xw_xq {
	padding: 60px 0px;
}
.xw_xq h1 {
	font-size: 22px;
	padding-bottom: 20px;
	font-weight: bold;
}
.xw_xq h2 {
	font-size: 14px;
	padding-bottom: 30px;
}
.xw_xq .tpw {
	padding: 20px 0px;
}
.xw_xq .tpw img {
	width: 100%;
	height: auto;
}
.xw_xq .nrj {
	color: #848484;
	line-height: 26px;
	font-size: 16px;
}
}
.ny_lx {
	margin: 0px auto;
	padding: 100px 0px;
}
.ny_lx h1 {
	font-size: 60px;
	color: #333;
	font-weight: bold;
	margin-bottom: 20px;
}
.ny_lx .wz {
	margin-top: 30px;
}
.ny_lx .wz ul li {
	border-bottom: 1px dashed #4b4b4b;
	padding: 40px 0px;
}
.ny_lx .wz ul li .xtb {
	float: left;
	width: 16%;
}
.ny_lx .wz ul li .xtb img {
	width: 80%;
}
.ny_lx .wz ul li .xwd {
	float: right;
	width: 81%;
	font-size: 20px;
	font-weight: bold;
	color: #333;
}
.ny_lx .wz ul li .xwd h4 {
	font-size: 32px;
	font-weight: bold;
	padding-bottom: 10px;
	color: #000;
}
.ny_lx .wz1 {
	margin: 50px 0px 30px 0px;
}
.ny_lx .wz1 h2 {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 10px;
}
.ny_lx .wz1 p {
	font-size: 20px;
	font-weight: lighter;
	color: #666;
}
.ny_lx .wz1 p strong {
	color: #333;
}
.ny_lx .wz3 {
	font-size: 18px;
	color: #666;
	line-height: 24px;
	border-bottom: 2px solid #033a94;
	padding-bottom: 15px;
	width: 40%;
}
.ny_lx .wz4 {
	font-size: 18px;
	color: #666;
	line-height: 24px;
	padding: 15px 0px;
}
.ny_lx .zcc {
	width: 50%;
	float: left;
}
.ny_lx .zcc img {
	width: 100%;
}
.ny_lx .zc {
	width: 43%;
	float: right;
	background: #f6f6f6;
	padding: 60px;
	border-radius: 10px;
}
.ny_lx .zc .txt {
	width: 100%;
	height: 45px;
	line-height: 45px;
	background: #fff;
	border: 1px solid #ddd;
	padding: 0 10px;
	box-sizing: border-box;
	color: #999;
	font-size: 16px;
}
.ny_lx .zc .ll {
	width: 100%;
	margin-bottom: 25px;
}
.ny_lx .zc .jsd {
	padding-bottom: 15px;
	font-size: 18px;
}
.ny_lx .zc .jsd font {
	color: #C00;
}
.ny_lx .zc .jsdd {
	font-size: 14px;
	color: #666;
	padding-bottom: 15px;
}
.ny_lx .zc .text {
	width: 160px;
	height: 45px;
	line-height: 45px;
	background: #033a94;
	text-align: center;
	color: #fff;
	font-size: 20px;
	margin: 0 auto;
}
.ny_lx .zc .txtt {
	width: 100%;
	height: 120px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 45px;
	background: #fff;
	border: 1px solid #ddd;
	padding: 0 10px;
	box-sizing: border-box;
	color: #999;
	font-size: 16px;
	outline: none;
}
.ny_lx .zc .xk {
	font-size: 16px;
	color: #666;
}
 @media only screen and (max-width:1660px) {
.ny_lx h1 {
	font-size: 50px;
}
.ny_lx .wz {
}
.ny_lx .zc .jsd {
	padding-bottom: 15px;
	font-size: 16px;
}
.ny_lx .zc .text {
	font-size: 16px;
}
}
@media only screen and (max-width:992px) {
.ny_lx {
	margin: 0px auto;
	padding: 40px 0px;
}
.ny_lx h1 {
	font-size: 24px;
	color: #333;
	font-weight: bold;
	margin-bottom: 0px;
}
.ny_lx .wz {
	margin-top: 20px;
}
.ny_lx .wz ul li {
	padding: 30px 0px;
}
.ny_lx .wz ul li .xtb {
	float: left;
	width: 24%;
}
.ny_lx .wz ul li .xwd {
	width: 75%;
	font-size: 16px;
	font-weight: normal;
}
.ny_lx .wz ul li .xwd h4 {
	font-size: 20px;
}
.ny_lx .zc {
	width: 100%;
	float: none;
	padding: 30px 15px;
	margin-top: 30px;
}
.ny_lx .zc .txt {
	font-size: 14px;
}
.ny_lx .zc .text {
	margin: 20px auto 0 auto;
}
.ny_lx .zc .ll {
	width: 100%;
	margin-bottom: 20px;
}
.ny_lx .zcc {
	width: 100%;
	float: none;
}
}
.kcxfz h1 {
	font-size: 36px;
	font-weight: bold;
	line-height: 36px;
	color: #333;
	margin-bottom: 25px;
}
.kcxfz p {
	font-size: 18px;
	color: #666666;
	font-weight: lighter;
	margin-bottom: 20px;
	line-height: 24px;
}
.whlct {
	margin: 20px 0px 100px 0px;
}
.whlct img {
	width: 100%;
	height: auto;
}
.kcxfz1 {
	width: 100%;
	overflow: hidden;
	margin: 0px auto 80px auto;
}
.kcxfz1 ul li {
	width: 48%;
	margin: 0 4% 0% 0;
	float: left;
}
.kcxfz1 ul li:nth-child(2n) {
	margin-right: 0;
}
.kcxfz1 ul li .tp {
	height: 400px;
	overflow: hidden;
	position: relative;
	border-radius: 20px;
}
.kcxfz1 ul li .tp img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.kc_fz4 {
	width: 100%;
	overflow: hidden;
}
.kc_fz4 ul li {
	padding: 80px 0px;
	background: #fff;
}
.kc_fz4 ul li:nth-child(2n) {
	background: #f6f6f6;
}
.kc_fz4 .tp {
	width: 50%;
	height: 350px;
	overflow: hidden;
	position: relative;
	border-radius: 20px;
	float: left;
}
.kc_fz4 .tp img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.kc_fz4 .wz {
	width: 45%;
	color: #000;
	padding-top: 5%;
	float: right;
}
.kc_fz4 ul li:nth-child(2n) .tp {
	float: right;
}
.kc_fz4 ul li:nth-child(2n) .wz {
	float: left;
}
.kc_fz4 .wz h1 {
	font-size: 36px;
	font-weight: bold;
	line-height: 36px;
	color: #333;
	margin-bottom: 25px;
}
.kc_fz4 .wz h1 font {
	font-weight: lighter;
}
.kc_fz4 .wz p {
	font-size: 18px;
	color: #666666;
	font-weight: lighter;
	margin-bottom: 20px;
	line-height: 24px;
}
.kc_fz4 .wz p font {
	color: #033a94;
	padding-right: 10px;
	font-weight: bold;
}
.kc_fz4 span {
	width: 70px;
	height: 4px;
	background: #e86400;
	display: block;
	margin: 20px 0px;
}
 @media only screen and (max-width:1660px) {
.kcxfz p {
	font-size: 16px;
}
.kc_fz4 .wz p {
	font-size: 16px;
}
}
 @media only screen and (max-width:992px) {
.kcxfz {
	margin: 0px auto;
}
.kcxfz h1 {
	font-size: 24px;
	line-height: 30px;
}
.kcxfz p {
	font-size: 16px;
	margin-bottom: 0px;
}
.kcxfz1 {
	margin: 0px auto 40px auto;
}
.kcxfz1 ul li {
	width: 100%;
	margin: 0 0% 5% 0;
	float: none;
}
.kcxfz1 ul li .tp {
	height: 250px;
}
.kc_fz4 ul li {
	padding: 40px 0px;
}
.kc_fz4 .tp {
	width: 100%;
	height: 250px;
}
.kc_fz4 .wz {
	width: 100%;
	padding-top: 6%;
}
.kc_fz4 .wz h1 {
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 15px;
}
.kc_fz4 .wz p {
	font-size: 14px;
	margin-bottom: 10px;
}
}
.ny_spp {
	margin: 50px auto 80px auto;
}
.ny_spp ul li {
	margin-bottom: 70px;
}
.ny_spp ul li:nth-child(2n) .tp {
	float: left;
}
.ny_spp ul li:nth-child(2n) .wz {
	float: right;
}
.ny_spp .tp {
	width: 35%;
	float: right;
	border-radius: 20px;
	overflow: hidden;
}
.ny_spp .tp img {
	width: 100%;
}
.ny_spp .wz {
	width: 60%;
	float: left;
}
.ny_spp .wz h1 {
	font-size: 30px;
	font-weight: bold;
	color: #222222;
	margin-bottom: 25px;
}
.ny_spp .wz .hx {
	width: 3px;
	height: 30px;
	background: #004fa2;
	display: block;
	margin: 15px auto;
}
.ny_spp .wz p {
	font-size: 18px;
	color: #666563;
	line-height: 28px;
}
.ny_spp .wz1 {
	padding: 0px 0px 25px 0px;
}
.ny_spp .wz1 h2 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
}
.ny_spp .wz1 h2 font {
	color: #033a94;
	padding-right: 10px;
	font-weight: bold;
}
@media only screen and (max-width:1660px) {
.ny_spp .wz h1 {
	font-size: 26px;
}
.ny_spp .wz p {
	font-size: 16px;
}
.ny_spp .wz1 h2 {
	font-size: 18px;
}
}
@media only screen and (max-width:1440px) {
.ny_spp .tp {
	width: 45%;
	float: right;
	border-radius: 20px;
	overflow: hidden;
}
.ny_spp .wz {
	width: 50%;
	float: left;
}
}
@media only screen and (max-width:992px) {
.ny_spp ul li {
	margin-bottom: 50px;
}
.ny_spp .wz h1 {
	font-size: 22px;
	margin-bottom: 20px;
}
.ny_spp .tp {
	width: 100%;
	float: none;
	margin-top: 0px;
}
.ny_spp .wz p {
	font-size: 16px;
	line-height: 24px;
}
.ny_spp .wz {
	width: 100%;
	float: none;
}
.ny_spp .wz1 h2 {
	font-size: 18px;
}
}
.pc_ban {
	width: 100%;
	height: 100vh;
	position: relative;
	overflow: hidden;
}
.gallery-topp {
	width: 100%;
	height: 100vh;
	position: relative;
	overflow: hidden;
	background-size: 100% auto;
}
.gallery-topp .pb_tp {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1;
}
.gallery-topp .pb_tp img {
	width: 100%;
}
.gallery-topp .swiper-slide {
	overflow: hidden;
	z-index: 5;
}
.gallery-topp .bn_bj {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	transform: scale(1.15);
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	transition: all 10s;
	-o-transition: all 10s;
	-ms-transition: all 10s;
	-moz-transition: all 10s;
	-webkit-transition: all 10s;
}
.gallery-topp .bn_bj:before {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,.1);
	content: "";
	z-index: 99;
}
.gallery-topp .swiper-slide-active .bn_bj {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
}
.gallery-topp .container {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 99;
	color: #fff;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}
.gallery-topp .bn_wz h1 {
	font-size: 38px;
	font-weight: bold;
	line-height: 52px;
}
.gallery-topp .bn_wz h3 {
	font-size: 38px;
	line-height: 36px;
	margin-bottom: 25px;
	font-weight: bold;
	color: #fff
}
.gallery-topp .shhj {
	width: 418px;
}
.gallery-topp .shhjj {
	width: 510px;
}
.gallery-topp .shh4 {
	width: 450px;
}
.gallery-topp .shh6 {
	width: 650px;
}
@media only screen and (max-width:1440px) {
.gallery-topp .bn_wz h1 {
	font-size: 30px;
	line-height: 40px;
}
.gallery-topp .bn_wz h3 {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 10px;
}
.gallery-topp .shhj {
	width: 350px;
}
}
@media only screen and (max-width:1279px) {
.gallery-topp .swiper-button-prev {
	display: none;
}
.gallery-topp .swiper-button-next {
	display: none;
}
}
@media only screen and (max-width:992px) {
.pc_ban {
	width: 100%;
	height: 50vh;
	position: relative;
	overflow: hidden;
}
.gallery-topp {
	width: 100%;
	height: 50vh;
	position: relative;
	overflow: hidden;
}
.gallery-topp .pb_tp {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1;
	height: 50vh;
}
.gallery-topp .pb_tp img {
	position: absolute;
	height: 50vh;
	width: auto;
	top: 0;
	left: 40%;
	transform: translateX(-40%);
	z-index: 2
}
.gallery-topp .bn_wz {
	width: 100%;
	margin-left: 0;
	text-align: center;
	margin-top: 40px;
}
.gallery-topp .shhj {
	width: 200px;
}
.gallery-topp .shhjj {
	width: 240px;
}
.gallery-topp .shh4 {
	width: 250px;
}
.gallery-topp .shh6 {
	width: 350px;
}
}


.pp_qk7 {
	overflow: hidden;
	padding: 120px 0px 20px 0px;
}
.sczpa {
	width: 120px;
	background: #ff800f;
	border-radius: 30px;
	margin: 20px auto 0px auto;
	color: #fff;
	font-size: 18px;
	padding: 0.6rem 0rem;
	font-weight: 500px;
}
.sczpa a {
	color: #fff;
	font-size: 18px;
}
.pp_qk7 .zzz6 {
	position: relative;
}
.pp_qk7 .zzz6 .ziyuan6 {
	width: 100%;
	margin: 0px auto;
}
.pp_qk7 .zzz6 .ziyuan6 .swiper-slide {
	width: 100%;
	position: relative;
}
.pp_qk7 .zzz6 .ziyuan6 .swiper-slide img {
	width: 100%;
	height: auto;
	transition: all 0.6s;
	background: #fff;
	padding: 10px;
	overflow: hidden;
}
.pp_qk7 .zzz6 .ziyuan6 .swiper-slide .yyzi {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0px 25px;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	background-image: linear-gradient(180deg, transparent, #000);
	z-index: 1;
	display: none;
	color: #fff;
}
.pp_qk7 .zzz6 .ziyuan6 .swiper-slide .yyzi h3 {
	display: block;
	font-size: 18px;
	color: #333;
	font-weight: bold;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.pp_qk7 .zzz6 .ziyuan6 .swiper-slide .yyzi p {
	display: block;
	font-size: 14px;
	color: #333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	margin-top: 10px;
}
.pp_qk7 .zzz6 .ziyuan6 .swiper-slide:hover {
	background: #fff9ee;
}
.pp_qk7 .zzz6 .ziyuan6 .swiper-slide:hover img {
	transform: scale(1, 1);
	opacity: 0.5;
	transition: all 0.6s
}
.pp_qk7 .zzz6 .ziyuan6 .swiper-slide:hover .yyzi {
	background: none;
	bottom: 20px;
	transform: translateY(-30%);
	display: block;
}
.pp_qk7 .zzz6 .ziyuan6 .swiper-slide:hover h3 {
	display: block;
}
.pp_qk7 .zzz6 .swiper-button-next {
	width: 50px;
	height: 50px;
	background: url(../images/qkyj.png) no-repeat center center rgba(0,0,0,.5);
	right: 20px;
	background-size: 30px 30px;
	border-radius: 100px;
}
.pp_qk7 .zzz6 .swiper-button-prev {
	width: 50px;
	height: 50px;
	background: url(../images/qkzj.png) no-repeat center center rgba(0,0,0,.5);
	left: 20px;
	background-size: 30px 30px;
	border-radius: 100px;
}
 @media (min-width:1921px) and (max-width:3600px ) {
.sczpa a {
	color: #fff;
	font-size: 22px;
}
.pp_qk7 .zzz6 .ziyuan6 .swiper-slide .yyzi h3 {
	font-size: 26px;
}
.pp_qk7 .zzz6 .ziyuan6 .swiper-slide .yyzi p {
	font-size: 20px;
}
}
 @media only screen and (max-width:1440px) {
.pp_qk7 .zzz6 {
	margin: 0px auto;
	position: relative;
}
}
 @media only screen and (max-width:992px) {
.pp_qk7 {
	padding: 50px 0px 20px 0px;
}
.pp_qk7 .zzz6 {
	width: 94%;
	margin: 0px auto;
	position: relative;
}
.pp_qk7 .zzz6 .ziyuan6 .swiper-slide img {
	padding: 5px;
}
.pp_qk7 .zzz6 .ziyuan6 {
	width: 100%;
	margin: 20px auto;
}
.pp_qk7 .zzz6 .swiper-button-next {
	display: none;
}
.pp_qk7 .zzz6 .swiper-button-prev {
	display: none;
}
}
 @media only screen and (max-width:768px) {
.pp_qk7 .zzz6 {
	width: 96%;
}
.ziyuan6 .swiper-slide {
	width: calc(47% - 4px) !important;
	flex-shrink: 0;
}
.ziyuan6 .swiper-wrapper {
	display: flex;
}
}
.pp_qk1 {
	width: 100%;
	overflow: hidden;
	padding: 120px 0px;
}
.pp_qk1 .zc {
	width: 40%;
	float: left;
}
.pp_qk1 .zc img {
	width: 100%;
}
.pp_qk1 .yc {
	width: 60%;
	float: left;
	text-align: center;
	font-size: 24px;
	line-height: 40px;
	padding-top: 3%;
}
.pp_qk1 .ycc {
	width: 60%;
	float: left;
	text-align: center;
	font-size: 24px;
	line-height: 40px;
	padding-top: 8%;
}
.qkbt {
	font-size: 44px;
	padding-bottom: 40px;
	text-align: center;
}
.qkbt img {
	display: block;
	margin: 8px auto 0;
}
.qkbt font {
	font-size: 26px;
	display: block;
	font-weight: normal;
	padding-top: 15px;
}
.qkbt .xwe {
	font-size: 20px;
	padding-top: 20px;
}
.qkbt .zkan {
	margin: 5px 0px 40px 0px;
}
.qkbt .zkan span {
	background: #ea6000;
	padding: 0.6rem 1.5rem;
	border-radius: 30px;
	font-size: 18px;
	color: #fff;
	margin: 0px 20px;
}
.lpbt {
	color: #12499b;
}
@media only screen and (max-width:1660px) {
.pp_qk1 .ycc {
	width: 55%;
	font-size: 18px;
	line-height: 36px;
	padding-top: 5%;
}
}
@media only screen and (max-width:1440px) {
.pp_qk1 .yc {
	padding-top: 4%;
}
}
@media only screen and (max-width:1360px) {
.pp_qk1 .yc {
	padding-top: 0%;
}
}
.pp_qk2 {
	width: 100%;
}
.pp_qk2 .z2 {
	width: 37%;
	float: right;
}
.pp_qk2 .z2 img {
	width: 100%;
}
.pp_qk2 .z3 {
	width: 60%;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	flex-wrap: wrap;
	padding-top: 2%;
}
.pp_qk2 .z3 ul li {
	margin: 50px 0px;
	text-align: center;
}
.pp_qk2 .z3 ul li .zc {
	font-size: 44px;
}
.pp_qk2 .z3 ul li .zc font {
	font-size: 24px;
	display: block;
	padding-top: 10px;
}
.pp_qk2 .z3 ul li .yc {
	font-size: 24px;
	padding-top: 20px;
	color: #333;
}
@media only screen and (max-width:1660px) {
.pp_qk1 .yc {
	width: 55%;
	font-size: 16px;
	line-height: 30px;
	padding-top: 3%;
}
.pp_qk2 .z3 {
	padding-top: 0%;
	width: 55%;
}
}
 @media only screen and (max-width:1440px) {
.pp_qk1 .zc {
	width: 40%;
	float: left;
}
.pp_qk1 .yc {
	width: 55%;
	font-size: 16px;
	line-height: 26px;
	padding-top: 2%;
}
.pp_qk2 .z3 {
	padding-top: 0%;
	width: 55%;
}
.pp_qk2 .z3 ul li {
	margin: 40px 0px;
	text-align: center;
}
.pp_qk2 .z2 {
	width: 40%;
	float: right;
	margin-right: 5%;
}
}
 @media only screen and (max-width:1360px) {
.qkbt {
	font-size: 38px;
	padding-bottom: 30px;
}
.qkbt font {
	font-size: 22px;
	padding-top: 10px;
}
.qkbt .xwe {
	font-size: 18px;
	padding-top: 15px;
}
.pp_qk1 .yc {
	padding-top: 2%;
}
.pp_qk2 .z3 {
	padding-top: 0%;
}
.pp_qk2 .z3 ul li .zc {
	font-size: 38px;
}
.pp_qk2 .z3 ul li .zc font {
	font-size: 22px;
}
.pp_qk2 .z3 ul li .yc {
	font-size: 16px;
}
}
 @media only screen and (max-width:992px) {
.qkbt {
	font-size: 30px;
	padding-bottom: 20px;
}
.qkbt font {
	font-size: 20px;
	padding-top: 0px;
}
.qkbt .xwe {
	font-size: 16px;
	padding-top: 10px;
}
.pp_qk1 {
	padding: 40px 0px;
}
.pp_qk1 .zc {
	width: 100%;
	float: none;
}
.pp_qk1 .yc {
	width: 100%;
	float: none;
	font-size: 16px;
	line-height: 24px;
	padding-top: 50px;
}
.pp_qk1 .ycc {
	width: 100%;
	float: none;
	font-size: 16px;
	line-height: 24px;
	padding-top: 50px;
}
.pp_qk2 .z2 {
	width: 100%;
	float: none;
}
.pp_qk2 .z3 {
	width: 100%;
	float: none;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	flex-wrap: wrap;
	padding-top: 2%;
}
.pp_qk2 .z3 ul li {
	margin: 30px 0px;
	text-align: center;
}
.pp_qk2 .z3 ul li .zc {
	font-size: 30px;
}
.pp_qk2 .z3 ul li .zc font {
	font-size: 20px;
	padding-top: 0px;
}
.pp_qk2 .z3 ul li .yc {
	font-size: 16px;
	padding-top: 10px;
}
}
.pp_qk4 {
	overflow: hidden;
	padding: 120px 0px 0px 0px;
}
.pp_qk4 .dtp {
	width: 100%;
	margin: 0px auto;
	text-align: center;
}
.pp_qk4 .zz {
	font-size: 36px;
	padding: 40px 0px 50px 0px;
	text-align: center;
	font-family: HarmonyOS_Sans_SC_Regular;
}
.pp_qk4 .yc {
	width: 100%;
}
.pp_qk4 .ppk {
	text-align: center;
	width: 25%;
}
.pp_qk4 .ppk2 {
	margin-top: 20px;
	font-size: 36px;
	color: #ec6917;
}
.pp_qk4 .h6 {
	font-size: 16px;
}
@media (min-width:1921px) and (max-width:3600px ) {
.pp_qk4 .h6 {
	font-size: 22px;
}
}
@media only screen and (max-width:1660px) {
.pp_qk4 .zz {
	font-size: 24px;
	padding-top: 20px;
}
}
@media only screen and (max-width:1440px) {
.pp_qk4 .dtp img {
	width: 90%;
}
.pp_qk4 .zz {
	font-size: 24px;
	padding-top: 10px;
}
}
@media only screen and (max-width:992px) {
.pp_qk4 {
	padding: 40px 0px 0px 0px;
}
.pp_qk4 .zz {
	font-size: 20px;
	padding: 10px 0px 30px 0px;
}
.pp_qk4 .ppk {
	text-align: center;
	width: 50%;
}
}
.counter {
	margin: 0px auto;
	padding: 100px 0px 80px 0px;
}
.counter ul li {
	width: 33.3333%;
	transition: all 0.3s;
	float: left;
	position: relative;
	text-align: center;
	margin-bottom: 50px;
}
.counter ul li:after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -24px;
	height: 48px;
	width: 0px;
	background: #ddd;
}
.counter ul li:last-child:after {
	width: 0;
}
.counter ul li:last-child {
	margin-right: 0;
	padding-right: 0;
}
.counter ul li i {
	width: 80px;
	height: 80px;
	border-radius: 5px;
	background: #033a94;
	margin: 0px auto 20px auto;
	display: block;
	line-height: 80px;
}
.counter ul li i img {
	width: 80px;
	padding: 10px;
}
.counter ul li .nums {
	overflow: hidden;
	color: #fff;
}
.counter span {
	vertical-align: top;
	overflow: hidden;
	color: #333;
	font-family: Arial;
	font-weight: bold;
	font-size: 60px;
}
.counter label {
	margin-top: 2%;
	line-height: 2;
	font-size: 20px;
	color: #1d1d1f;
	font-weight: bold;
}
.counter .h6 {
	font-weight: normal;
	font-size: 24px;
	overflow: hidden;
	margin-top: 2px;
	margin-bottom: 6px;
	color: #333;
}
.counter ul li:hover {
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
}
@media only screen and (max-width:1660px) {
.counter label {
	font-size: 18px;
	color: #333;
}
.counter .h6 {
	font-size: 18px;
}
}
@media only screen and (max-width:1440px) {
.f36 {
	font-size: 22px;
}
.counter {
	padding: 40px 0px 0px 0px;
}
.counter ul li {
	margin-bottom: 30px;
}
.counter label {
	font-size: 16px;
	color: #333;
}
.i_two {
	width: 100%;
	margin: 0px auto;
	background: url(../images/dbjj.jpg) no-repeat center bottom;
}
.counter span {
	font-size: 50px;
}
.counter .h6 {
	font-size: 16px;
}
}
@media only screen and (max-width:992px) {
.counter {
	padding: 40px 0px;
}
.counter span {
	font-size: 50px;
}
.counter .h6 {
	font-size: 16px;
}
.counter ul li {
	width: 33.333%;
	margin-bottom: 2%;
}
.counter ul li:after {
	width: 0px;
}
.counter ul li i {
	width: 60px;
	height: 60px;
	line-height: 60px;
}
.counter ul li i img {
	width: 60px;
	padding: 10px;
}
.counter label {
	font-size: 13px;
}
}
.qk_p3 {
	width: 100%;
	margin: 0px auto;
	padding: 80px 0px;
}
.qk_p3 ul li {
	width: 31%;
	margin: 2% 3.5% 2% 0;
	float: left;
	box-shadow: 0 5px 15px rgba(0,0,0,0.05), 0 10px 30px rgba(0,0,0,0.03);
	border-radius: 20px;
	background: #fff;
}
.qk_p3 ul li:nth-child(3n) {
	margin-right: 0;
}
.qk_p3 ul li .tp {
	width: 100%;
	height: auto;
	border-radius: 30px;
	overflow: hidden;
}
.qk_p3 ul li .tp img {
	width: 100%;
}
.qk_p3 ul li .wz {
	text-align: center;
	padding: 30px;
}
.qk_p3 ul li h1 {
	font-size: 28px;
	padding: 45px 0px 30px 0px;
	color: #ec6917;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
}
.qk_p3 ul li h1 font {
	font-size: 18px;
	color: #ec6917;
	padding: 0 20px;
	font-weight: normal;
}
.qk_p3 ul li h2 {
	font-size: 18px;
	margin-bottom: 20px;
	color: #666;
	line-height: 30px;
	height: 90px;
	text-align: left;
}
.qk_p3 ul li p {
	font-size: 14px;
	color: #999;
}
.qk_p3 ul li .ghk {
	width: 100%;
	height: 35px;
	line-height: 35px;
	font-size: 20px;
	color: #ec6917;
	text-align: center;
}
.qk_p3 ul li .ghk a {
	font-size: 20px;
	color: #ec6917;
	font-weight: bold;
}
.qk_p3 ul li .ghk i {
	margin-right: 10px;
}
@media only screen and (max-width:992px) {
.qk_p3 {
	padding: 50px 0px;
}
.qk_p3 ul li {
	width: 100%;
	margin: 0 0% 3% 0;
	float: none;
	border-radius: 10px;
}
.qk_p3 ul li .tp {
	border-radius: 10px;
}
.qk_p3 ul li h1 {
	font-size: 24px;
	padding: 25px 0px 20px 0px;
}
.qk_p3 ul li h1 font {
	font-size: 16px;
	padding: 0 15px;
}
}
.tanchu {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.2);
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10005;
}
.tanchu .gb {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 10px;
	right: 30px;
	cursor: pointer;
}
.tanchu .gb img {
	width: 100%;
	height: auto;
}
.tanchu .wz9 {
	width: 70%;
	height: auto;
	background: #fff;
	position: relative;
	margin: 12% auto 0 auto;
	padding: 30px;
	border-radius: 10px;
	box-sizing: border-box;
	overflow: hidden;
}
.tanchu .wz9 .tp {
	width: 45%;
	float: left;
}
.tanchu .wz9 .tp img {
	width: 100%;
	height: auto;
}
.tanchu .wz9 .wz8 {
	width: 50%;
	float: right;
	padding: 30px;
	text-align: left;
	box-sizing: border-box;
}
.tanchu .wz9 .wz8 h4 {
	font-size: 28px;
	line-height: 1.2;
	color: #333;
	margin: 5% 0 15px 0;
}
.tanchu .wz9 .wz8 h5 {
	font-size: 20px;
	margin: 0 0 10px 0;
	color: #333;
}
.tanchu .wz9 .wz8 p {
	color: #666;
	font-size: 16px;
	line-height: 24px;
	overflow: auto;
	max-height: 250px;
	margin: 0;
}
.tanchu .wz99 {
	width: 80%;
	height: auto;
	background: #fff;
	position: relative;
	margin: 5% auto 0 auto;
	padding: 20px;
	border-radius: 10px;
	box-sizing: border-box;
	overflow: hidden;
}
.tanchu .wz99 dl {
	height: 630px;
	overflow: auto;
	padding: 30px;
}
.tanchu .wz99 dl dd {
	width: 23%;
	float: left;
	margin: 0 2.6% 2% 0;
	border-radius: 10px;
	box-shadow: 0px 0px 20px rgba(195,195,195,0.75);
}
.tanchu .wz99 dl dd:nth-child(4n) {
	margin-right: 0;
}
.tanchu .wz99 dl dd .tp {
	width: 100%;
	height: auto;
	border-radius: 10px;
}
.tanchu .wz99 dl dd .tp img {
	width: 100%;
}
.tanchu .wz99 dl dd .w5 h4 {
	font-size: 22px;
	color: #333;
}
.tanchu .wz99 dl dd .w5 p {
	font-size: 16px;
	overflow: hidden;
	padding-bottom: 10px;
}
@media (min-width: 1921px) and (max-width:3600px ) {
.tanchu .wz99 dl {
	height: 800px;
	overflow: auto;
	padding: 30px;
}
}
@media only screen and (max-width: 1440px) {
.tanchu .wz99 dl dd .w5 h4 {
	font-size: 20px;
}
.tanchu .wz99 dl dd .w5 p {
	font-size: 14px;
}
}

/* 移动端适配 */
@media only screen and (max-width: 992px) {
.tanchu .wz9 {
	width: 94%;
	margin: 12% auto 0 auto;
	padding: 20px;
}
.tanchu .wz9 .wz8 {
	padding: 15px 0;
}
.tanchu .wz9 .wz8 h4 {
	font-size: 24px;
}
.tanchu .wz9 .wz8 h5 {
	font-size: 18px;
}
.tanchu .wz99 {
	width: 96%;
	padding: 10px;
	margin: 20% auto 0 auto;
	border-radius: 10px;
	box-sizing: border-box; /* 统一盒模型，无需多浏览器前缀（现代浏览器已兼容） */
	overflow: hidden; /* 清除内部浮动 */
}
.tanchu .wz99 dl {
	height: 480px;
	overflow: auto;
	padding: 30px 10px;
}
.tanchu .wz99 dl dd {
	width: 48%;
	float: left;
	margin: 0 4% 4% 0;
	border-radius: 10px;
	box-shadow: 0px 0px 5px rgba(195,195,195,0.75);
}
.tanchu .wz99 dl dd:nth-child(2n) {
	margin-right: 0;
}
.tanchu .wz99 dl dd .tp {
	width: 100%;
	height: auto;
	border-radius: 10px;
}
.tanchu .wz99 dl dd .w5 h4 {
	font-size: 18px;
	color: #333;
}
.tanchu .wz99 dl dd .w5 p {
	font-size: 14px;
	overflow: hidden;
	padding-bottom: 10px;
}
}
.xqk_ry {
	width: 100%;
	padding: 0px 0px 80px 0px;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	overflow: hidden;
}
.xqk_ry .con {
	max-width: 96%;
}
.xqk_ry .honors-sw-hook .swiper-wrapper li.swiper-slide img {
	width: 100%;
	height: auto;
	box-sizing: border-box;
}
.xqk_ry .honors-sw-hook .swiper-wrapper li.swiper-slide-active {
	-webkit-transform: scale(1);
	transform: scale(1);
	-o-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	z-index: 10;
}
.xqk_ry .honors-wraper {
	position: relative;
	padding: 0;
}
.xqk_ry .honors-sw-hook {
	position: relative;
	overflow: hidden;
	padding: 20px 0 20px;
}
.xqk_ry .honors-sw-hook .swiper-wrapper li {
	-webkit-transition: all .7s ease;
	-o-transition: all .7s ease;
	-moz-transition: all .7s ease;
	transition: all .7s ease;
	width: 20%;
	-webkit-transition: transform 1.0s;
	-moz-transition: transform 1.0s;
	-ms-transition: transform 1.0s;
	-o-transition: transform 1.0s;
	text-align: center;
}
.xqk_ry .honors-sw-hook .swiper-wrapper li.swiper-slide-active {
	color: #ec6917;
	font-weight: bold;
	font-size: 18px;
}
.xqk_ry .honors-sw-hook .swiper-wrapper li p {
	padding-top: 10px;
	font-size: 18px;
}
.xqk_ry .honors-sw-hook .swiper-wrapper li img {
	display: block;
	width: 100%;
	box-shadow: 0px 0px 10px rgba(195,195,195,0.25);
	background: #fff;
	border-radius: 20px;
	padding: 8px;
}
.xqk_ry .swiper-btn {
	display: block;
	width: 36px;
	height: 57px;
	position: absolute;
	top: 48%;
	transform: translateY(-48%);
	-webkit-transform: translateY(-48%);
	-o-transform: translateY(-48%);
	-moz-transform: translateY(-48%);
	-ms-transform: translateY(-48%);
	z-index: 99;
	color: #0168b7;
}
.xqk_ry .honor-prev {
	left: 0;
	background-position: 0 0;
}
.xqk_ry .honor-next {
	right: 0;
	background-position: right 0;
}
 @media (min-width: 1921px) and (max-width:3600px ) {
.xqk_ry .honors-sw-hook .swiper-wrapper li.swiper-slide-active {
	color: #ec6917;
	font-size: 40px;
}
.xqk_ry .honors-sw-hook .swiper-wrapper li p {
	padding-top: 10px;
	height: 50px;
}
}
@media only screen and (max-width:1440px) {
.xqk_ry {
	padding: 0px 0px 80px 0px;
}
}
 @media (min-width: 1024px) {
.xqk_ry .honors-wraper {
	margin-top: 25px;
}
.xqk_ry .honors-sw-hook {
	padding: 40px 0;
}
.xqk_ry .honors-sw-hook .swiper-wrapper li {
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
	-moz-transform: scale(0.8);
	margin-right: 25px;
}
.xqk_ry .honors-sw-hook .swiper-wrapper li.swiper-slide-active {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	-o-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	z-index: 10;
}
.xqk_ry .honors-sw-hook .swiper-wrapper li p {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
	-moz-transform: scale(1.2);
	padding-top: 18px;
	font-size: 18px;
	height: 70px;
}
.xqk_ry .honors-sw-hook .swiper-wrapper li.swiper-slide-active p {
	-webkit-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
	transform: scale(0.9);
	-moz-transform: scale(0.9);
}
.xqk_ry .honors-sw-hook .swiper-wrapper li.my-slide-left, .honors-sw-hook .swiper-wrapper li.my-slide-right {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	z-index: 9;
	-moz-transform: scale(1);
	-o-transform: scale(1);
}
.xqk_ry .honors-sw-hook .swiper-wrapper li.my-slide-left p, .honors-sw-hook .swiper-wrapper li.my-slide-right p {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	z-index: 9;
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.xqk_ry .honors-sw-hook .swiper-wrapper li.my-slide-left {
	right: 2%;
}
.xqk_ry .honors-sw-hook .swiper-wrapper li.my-slide-right {
	left: 2%;
}
.xqk_ry .swiper-btn {
	display: block;
}
.xqk_ry .honor-prev {
	left: -30px;
}
.xqk_ry .honor-next {
	right: -30px;
}
.xqk_ry .swiper-btn:hover {
	background-image: url(../images/arrorho.png);
}
}
 @media only screen and (max-width:992px) {
.xqk_ry {
	padding: 0px 0px 50px 0px;
}
.xqk_ry .honors-sw-hook .swiper-wrapper li p {
	font-size: 16px;
	height: 50px;
}
.xqk_ry .swiper-btn img {
	width: 20px;
	height: auto;
}
}
.ltk_ry {
	width: 100%;
	padding: 0px 0px 80px 0px;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	overflow: hidden;
}
.ltk_ry .con {
	max-width: 96%;
}
.ltk_ry .honors-sw-hook .swiper-wrapper li.swiper-slide img {
	width: 100%;
	height: auto;
	box-sizing: border-box;
}
.ltk_ry .honors-sw-hook .swiper-wrapper li.swiper-slide-active {
	-webkit-transform: scale(1);
	transform: scale(1);
	-o-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	z-index: 10;
}
.ltk_ry .honors-wraper {
	position: relative;
	padding: 0;
}
.ltk_ry .honors-sw-hook {
	position: relative;
	overflow: hidden;
	padding: 20px 0 20px;
}
.ltk_ry .honors-sw-hook .swiper-wrapper li {
	-webkit-transition: all .7s ease;
	-o-transition: all .7s ease;
	-moz-transition: all .7s ease;
	transition: all .7s ease;
	width: 20%;
	-webkit-transition: transform 1.0s;
	-moz-transition: transform 1.0s;
	-ms-transition: transform 1.0s;
	-o-transition: transform 1.0s;
	text-align: center;
}
.ltk_ry .honors-sw-hook .swiper-wrapper li.swiper-slide-active {
	color: #12499b;
	font-weight: bold;
	font-size: 18px;
}
.ltk_ry .honors-sw-hook .swiper-wrapper li p {
	padding-top: 10px;
	font-size: 18px;
}
.ltk_ry .honors-sw-hook .swiper-wrapper li img {
	display: block;
	width: 100%;
	box-shadow: 0px 0px 10px rgba(195,195,195,0.25);
	background: #fff;
	border-radius: 20px;
	padding: 8px;
}
.ltk_ry .swiper-btn {
	display: block;
	width: 36px;
	height: 57px;
	position: absolute;
	top: 48%;
	transform: translateY(-48%);
	-webkit-transform: translateY(-48%);
	-o-transform: translateY(-48%);
	-moz-transform: translateY(-48%);
	-ms-transform: translateY(-48%);
	z-index: 99;
	color: #0168b7;
}
.ltk_ry .honor-prev {
	left: 0;
	background-position: 0 0;
}
.ltk_ry .honor-next {
	right: 0;
	background-position: right 0;
}
 @media (min-width: 1921px) and (max-width:3600px ) {
.ltk_ry .honors-sw-hook .swiper-wrapper li.swiper-slide-active {
	color: #12499b;
	font-size: 40px;
}
.ltk_ry .honors-sw-hook .swiper-wrapper li p {
	padding-top: 10px;
	height: 50px;
}
}
@media only screen and (max-width:1440px) {
.ltk_ry {
	padding: 0px 0px 80px 0px;
}
}
 @media (min-width: 1024px) {
.ltk_ry .honors-wraper {
	margin-top: 25px;
}
.ltk_ry .honors-sw-hook {
	padding: 40px 0;
}
.ltk_ry .honors-sw-hook .swiper-wrapper li {
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
	-moz-transform: scale(0.8);
	margin-right: 25px;
}
.ltk_ry .honors-sw-hook .swiper-wrapper li.swiper-slide-active {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	-o-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	z-index: 10;
}
.ltk_ry .honors-sw-hook .swiper-wrapper li p {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
	-moz-transform: scale(1.2);
	padding-top: 18px;
	font-size: 18px;
	height: 70px;
}
.ltk_ry .honors-sw-hook .swiper-wrapper li.swiper-slide-active p {
	-webkit-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
	transform: scale(0.9);
	-moz-transform: scale(0.9);
}
.ltk_ry .honors-sw-hook .swiper-wrapper li.my-slide-left, .honors-sw-hook .swiper-wrapper li.my-slide-right {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	z-index: 9;
	-moz-transform: scale(1);
	-o-transform: scale(1);
}
.ltk_ry .honors-sw-hook .swiper-wrapper li.my-slide-left p, .honors-sw-hook .swiper-wrapper li.my-slide-right p {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	z-index: 9;
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.ltk_ry .honors-sw-hook .swiper-wrapper li.my-slide-left {
	right: 2%;
}
.ltk_ry .honors-sw-hook .swiper-wrapper li.my-slide-right {
	left: 2%;
}
.ltk_ry .swiper-btn {
	display: block;
}
.ltk_ry .honor-prev {
	left: -30px;
}
.ltk_ry .honor-next {
	right: -30px;
}
.ltk_ry .swiper-btn:hover {
	background-image: url(../images/arrorho.png);
}
}
@media only screen and (max-width:992px) {
.ltk_ry {
	padding: 0px 0px 50px 0px;
}
.ltk_ry .honors-sw-hook .swiper-wrapper li p {
	font-size: 16px;
	height: 50px;
}
.ltk_ry .swiper-btn img {
	width: 20px;
	height: auto;
}
}
.lte5 {
	overflow: hidden;
	padding: 120px 0;
}
.lte5 ul {
	margin: 0 -12px;
	margin-top: 20px;
}
.lte5 ul li {
	width: 33.333%;
	transition: all .5s;
}
.lte5 ul li .da {
	width: calc(100% - 0px);
	height: 870px;
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0 auto;
}
.lte5 ul li:hover {
	width: 70%;
}
.lte5 ul li .conDiv>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.lte5 ul li .textDiv {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	flex-direction: column;
	color: #fff;
	text-transform: capitalize;
	padding-top: 100%;
	background: rgba(0,0,0,.3);
}
.lte5 ul li .textDiv span {
	font-size: 28px;
	padding: 0 50px;
	text-align: left;
}
.lte5 ul li .textDiv .titleDiv p {
	font-size: 18px;
	text-transform: uppercase;
}
.lte5 ul li .textDiv .p {
	margin-top: 5px;
	position: absolute;
	display: none;
	font-size: 18px;
	padding: 0 50px;
	line-height: 30px
}
.lte5 ul li .textDiv .dkl {
	padding: 20px 50px;
	display: none;
}
.lte5 ul li .textDiv font {
	font-size: 18px;
	line-height: 35px;
	width: 18%;
	border: 1px solid #fff;
	text-align: center;
	margin: 0 2% 0 0;
	display: inline-table;
	border-radius: 30px;
}
.lte5 ul li .textDiv font a {
	color: #fff;
}
.lte5 ul li .textDiv font:hover a {
	background: rgba(18,73,155,.9);
	color: #fff;
	display: block;
	border-radius: 30px;
	border: 1px solid rgba(18,73,155,.9);
}
.lte5 ul li:hover .textDiv .p {
	position: relative;
	display: block;
	transition: all .5s;
	padding-bottom: 20px;
}
.lte5 ul li:hover .textDiv .dkl {
	display: block;
}
.lte5 ul li:hover .textDiv {
	padding-top: 70%;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
}
@media (min-width:1921px) and (max-width:3600px ) {
.lte5 ul li .textDiv {
	padding-top: 82%;
}
.lte5 ul li .textDiv span {
	font-size: 42px;
}
.lte5 ul li:hover .textDiv {
	padding-top: 45%;
}
.lte5 ul li .textDiv font {
	font-size: 22px;
	line-height: 45px;
}
.lte5 ul li .textDiv .p {
	font-size: 20px;
	line-height: 36px
}
.tan .wz9 .wz8 h4 {
	font-size: 48px;
}
.tan .wz9 .wz8 h5 {
	font-size: 30px;
}
.tan .wz9 .wz8 p {
	font-size: 24px;
	line-height: 32px;
	max-height: 250px;
	margin: 90px 0 30px 0;
}
.tan .wz9 .wz8 .kma {
	width: 200px;
}
.tan .wz9 .wz8 .kmaa {
	width: 200px;
}
}
@media only screen and (max-width:1660px) {
.lte5 ul li .da {
	height: 700px;
}
}
@media only screen and (max-width:1440px) {
.lte5 ul li .da {
	height: 550px;
}
}
 @media only screen and (max-width:1360px) {
.lte5 ul li .da {
	height: 450px;
}
.lte5 ul li .textDiv {
	padding-top: 80%;
}
.lte5 ul li:hover .textDiv {
	padding-top: 45%;
}
.tan .wz9 .tp {
	width: 50%;
}
.tan .wz9 .wz8 {
	width: 45%;
}
}
@media only screen and (max-width: 768px) {
.lte5 {
	padding: 50px 0;
}
.lte5 .flexbet {
	display: block;
}
.lte5 ul {
	margin: 0 -8px;
	margin-top: 20px;
	/* 手机端flex布局，垂直排�?*/
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	height: auto;
	overflow: hidden;
}
.lte5 ul li {
	width: 100%; /* 手机�?列显�?*/
	transition: all 0.5s ease;
	float: none; /* 取消float，避免布局错乱 */
	margin-bottom: 20px;
	padding: 0 8px; /* 适配margin负值的间距 */
}
/* 修复：原代码用a标签，但样式写在.da上，统一�?da */
.lte5 ul li .da {
	width: calc(100% - 16px);
	height: 240px; /* 手机端高度适配 */
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0 auto;
}
.lte5 ul li:hover {
	width: 100%; /* 手机端hover不扩展宽�?*/
}
/* 手机端文字样式优�?*/
.lte5 ul li .textDiv {
	padding-top: 42%; /* 手机端文字位置上�?*/
	background: rgba(0, 0, 0, 0.4); /* 加深背景，提升文字可读�?*/
}
.lte5 ul li:hover .textDiv {
	padding-top: 38%; /* hover时进一步上�?*/
	background: linear-gradient(to top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
}
.lte5 ul li .textDiv span {
	font-size: 22px; /* 略缩小，适配手机 */
	padding: 0 20px; /* 减少内边�?*/
}
.lte5 ul li .textDiv .titleDiv p {
	font-size: 14px;
}
.lte5 ul li .textDiv .p {
	font-size: 14px;
	padding: 0 20px;
	line-height: 26px; /* 缩小行高，适配手机 */
}
.lte5 ul li .textDiv .dkl {
	padding: 15px 20px; /* 减少内边�?*/
}
/* 手机端按钮优�?*/
.lte5 ul li .textDiv font {
	font-size: 14px;
	line-height: 30px;
	width: 28%; /* 加宽按钮，适配手机 */
	margin: 0 1% 5px 0; /* 调整间距，增加上下间�?*/
}
}
/*息序*/
.pp6bt {
	font-size: 30px;
	padding-bottom: 50px;
}
.pp6bt img {
	display: block;
	margin: 8px auto 0;
}
.pp6bt font {
	font-size: 22px;
}
.ny_p61 {
	width: 100%;
	background: #fdf6e9;
	flex-direction: column;
	font-family: HarmonyOS_Sans_SC_Regular;
	overflow: hidden;
}
.ny_p61 .z1 {
	width: 15%;
	float: left;
	text-align: center;
	padding-top: 10%;
}
.ny_p61 .z2 {
	width: 35%;
	float: left;
}
.ny_p61 .z2 img {
	width: 100%;
}
.ny_p61 .z3 {
	width: 50%;
	float: left;
	text-align: center;
	font-size: 16px;
	line-height: 28px;
	padding-top: 7%;
}
@media only screen and (max-width:1440px) {
.ny_p61 .z3 {
	padding-top: 5%;
}
}
@media only screen and (max-width:1360px) {
.pp6bt {
	padding-bottom: 30px;
}
.ny_p61 .z3 {
	padding-top: 5%;
	font-size: 15px;
	line-height: 26px;
}
}
 @media only screen and (max-width:992px) {
.ny_p61 .z2 {
	width: 85%;
	float: right;
}
.ny_p61 .z3 {
	width: 85%;
	float: right;
}
}
.ny_p62 {
	width: 100%;
	background: #fdf6e9;
	flex-direction: column;
	font-family: HarmonyOS_Sans_SC_Regular;
	overflow: hidden;
}
.ny_p62 .z2 {
	width: 40%;
	float: right;
}
.ny_p62 .z2 img {
	width: 100%;
}
.ny_p62 .z3 {
	width: 100%;
	padding-top: 10%;
	margin: 0px auto;
	max-width: 700px;
}
.ny_p62 .z3 ul li {
	margin-bottom: 80px;
}
.ny_p62 .z3 ul li .zc {
	width: 20%;
	float: left;
	font-size: 24px;
	text-align: center;
	margin-right: 15%;
}
.ny_p62 .z3 ul li .zc img {
	display: block;
	margin: 8px auto 0px auto;
}
.ny_p62 .z3 ul li .zc font {
	font-size: 18px;
}
.ny_p62 .z3 ul li .yc {
	width: 50%;
	float: left;
	font-size: 18px;
	line-height: 26px;
	padding-top: 2.3%;
}
@media only screen and (max-width:1440px) {
.ny_p62 .z3 {
	padding-top: 8%;
}
}
@media only screen and (max-width:1360px) {
.ny_p62 .z3 {
	padding-top: 5%;
}
}
 @media only screen and (max-width:992px) {
.ny_p62 {
	padding: 50px 0px;
}
.ny_p62 .z3 ul li {
	margin-bottom: 40px;
}
.ny_p62 .z3 ul li .zc {
	width: 100%;
	float: none;
	font-size: 24px;
	text-align: center;
	margin-right: 0%;
}
.ny_p62 .z3 ul li .yc {
	width: 100%;
	float: none;
	font-size: 18px;
	line-height: 26px;
	padding-top: 2.3%;
	text-align: center;
}
}
.ny_p63 {
	width: 100%;
	background: #fdf6e9;
	flex-direction: column;
	font-family: HarmonyOS_Sans_SC_Regular;
	padding: 120px 0px;
	overflow: hidden;
}
.ny_p63 .z2 {
	width: 60%;
	float: right;
	text-align: center;
}
.ny_p63 .z2 img {
	width: 100%;
	height: auto;
}
.ny_p63 .z3 {
	width: 25%;
	float: left;
	padding-top: 8%;
	margin-left: 10%
}
.ny_p63 .z3 ul li {
	margin-bottom: 50px;
	font-size: 22px;
}
@media only screen and (max-width:1440px) {
.ny_p63 .z3 {
	padding-top: 8%;
}
}
@media only screen and (max-width:1360px) {
.ny_p63 .z3 {
	padding-top: 5%;
}
}
 @media only screen and (max-width:991px) {
.ny_p63 {
	padding: 0px 0px 50px 0px;
}
.ny_p63 .z2 {
	width: 100%;
	float: none;
}
.ny_p63 .z3 {
	width: 100%;
	float: none;
	padding-top: 8%;
	margin-left: 0
}
.ny_p63 .z3 ul li {
	margin-bottom: 30px;
	font-size: 20px;
}
}
.ny_p64 {
	width: 100%;
	background: #fdf6e9;
	font-family: HarmonyOS_Sans_SC_Regular;
	padding: 80px 0px 80px 0px;
	overflow: hidden;
}
.ny_p64 .dbt {
	font-size: 24px;
	text-align: center;
	line-height: 50px;
	margin-bottom: 15px;
}
.ny_p64 .dbt img {
	width: 500px;
}
.ny_p64 .xbt {
	font-size: 14px;
	text-align: center;
	line-height: 24px;
	margin-bottom: 15px;
}
.ny_p64 ul {
	margin-top: 40px;
}
.ny_p64 ul li {
	width: 20%;
	float: left;
	position: relative;
	overflow: hidden;
}
.ny_p64 ul li .tp {
	width: 100%;
}
.ny_p64 ul li .tp img {
	width: 100%;
	height: auto;
	transition: all 0.6s;
}
.ny_p64 ul li .yyzi {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0px 25px;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	background-image: linear-gradient(180deg, transparent, #000);
	z-index: 1;
	display: none;
	color: #fff;
}
.ny_p64 ul li .yyzi h3 {
	display: block;
	font-size: 18px;
	color: #333;
	font-weight: bold;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.ny_p64 ul li .yyzi p {
	display: block;
	font-size: 14px;
	color: #333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	margin-top: 10px;
}
.ny_p64 ul li:hover {
	background: #fff9ee;
}
.ny_p64 ul li:hover img {
	transform: scale(1.1, 1.1);
	opacity: 0.5;
	transition: all 0.6s
}
.ny_p64 ul li:hover .yyzi {
	background: none;
	bottom: 0;
	transform: translateY(-30%);
	display: block;
}
.ny_p64 ul li:hover h3 {
	display: block;
}
 @media only screen and (max-width:992px) {
.ny_p64 {
	padding: 50px 0px;
	overflow: hidden;
}
.ny_p64 .dbt {
	font-size: 20px;
	line-height: 40px;
	margin-bottom: 15px;
}
.ny_p64 .dbt img {
	width: 250px;
}
.ny_p64 ul li {
	width: 50%;
	float: left;
	position: relative;
	overflow: hidden;
}
.ny_p64 ul li:nth-child(5n) {
	display: none;
}
}
.found {
	width: 100%;
	background: #fdf6e9;
}
.found.nopadding, .found.nopadding ul {
	padding-top: 0;
}
.found ul {
	padding-top: 0px;
}
.found li {
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	border-radius: 20px;
	overflow: hidden;
	width: 100%;
	margin: 0 0 3.5% 0;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid #999;
}
.found li:nth-child(3n) {
	margin-right: 0;
}
.found h4 {
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	position: relative;
	z-index: 1;
}
.found h4 img {
	width: 100%;
	height: auto;
}
.found h4 span {
	position: relative;
	width: 100%;
	height: 100px;
	display: block;
	line-height: 100px;
	color: #160900;
	bottom: 0;
	font-size: 30px;
	z-index: 5;
	left: 0;
	text-align: left;
	padding-left: 65%;
	background: url(../images/icon12.png) 97% center no-repeat;
}
.found .info {
	padding: 50px;
	display: none;
	border-bottom: 1px solid #ddd;
}
.found .info .wr1 {
	font-size: 22px;
	line-height: 30px;
	padding-bottom: 30px;
}
.found .info .wr2 {
	margin: 30px 0px;
}
.found .info .wr2 .zc {
	width: 15%;
	float: left;
	border-radius: 8px;
}
.found .info .wr2 .zc img {
	width: 100%;
	height: auto;
	border-radius: 8px;
}
.found .info .wr2 .yc {
	width: 80%;
	float: right;
	padding-top: 4%;
}
.found .info .wr2 .yc h2 {
	font-size: 26px;
	padding-bottom: 15px;
}
.found .info .wr2 .yc h3 {
	font-size: 20px;
	padding-bottom: 10px;
	color: #666;
}
.found .info .wr2 .yc p {
	font-size: 16px;
}
.found .on {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
	border-bottom: transparent;
}
.found .on h4 {
	color: #fff;
}
.found .on h4 span {
	color: #fff;
	background-image: url(../images/icon11.png);
}
.found-article {
	padding-top: 10px;
}
.found-article .article {
	padding-top: 20px;
	line-height: 26px;
}
 @media only screen and (max-width:992px) {
/* 基础布局适配 */
.found {
	width: 100%;
	margin: 30px auto;
	box-sizing: border-box; /* 新增：确保宽度包含内边距 */
	padding: 0 10px; /* 新增：左右留白，避免内容贴边 */
}
.found li {
	width: 100%;
	float: none;
	margin: 0 0 5% 0; /* 调整间距，更适合手机 */
	position: relative;
	/* 新增：防止边框溢�?*/
	box-sizing: border-box;
	border-radius: 5px;
}
/* 标题栏适配 */
.found h4 span {
	height: 100px; /* 降低高度，适配手机 */
	line-height: 100px; /* 行高与高度一致，文字垂直居中 */
	font-size: 20px; /* 缩小字体，避免溢�?*/
	padding-left: 24%; /* 减少左内边距，适配窄屏 */
	background-size: 20px auto; /* 图标等比缩小 */
	background-position: 95% center;
	color: #fff;/* 微调图标位置 */
}
/* 展开信息区适配 */
.found .info {
	padding: 15px; /* 进一步减少内边距 */
	box-sizing: border-box; /* 确保内边距不影响宽度 */
}
.found .info .wr1 {
	font-size: 16px; /* 缩小字体 */
	line-height: 24px; /* 调整行高，提升可读�?*/
	padding-bottom: 15px; /* 减少底部间距 */
}
.found .info .wr2 {
	margin: 15px 0; /* 减少上下间距 */
	/* 新增：清除浮动，解决高度塌陷 */
	zoom: 1;
}
.found .info .wr2::after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
/* 图片区域适配 */
.found .info .wr2 .zc {
	width: 25%; /* 加宽图片区域，提升视觉占�?*/
	float: left;
	/* 新增：防止图片溢�?*/
	box-sizing: border-box;
	padding-right: 10px;
}
/* 文字区域适配 */
.found .info .wr2 .yc {
	width: 75%; /* 对应图片宽度，占满剩余空�?*/
	float: right;
	padding-top: 0; /* 取消顶部内边距，对齐更整�?*/
	box-sizing: border-box; /* 确保宽度计算准确 */
}
.found .info .wr2 .yc h2 {
	font-size: 16px; /* 缩小标题字体 */
	padding-bottom: 8px; /* 减少底部间距 */
}
.found .info .wr2 .yc h3 {
	font-size: 14px; /* 缩小副标题字�?*/
	padding-bottom: 5px; /* 减少底部间距 */
}
.found .info .wr2 .yc p {
	font-size: 14px; /* 缩小正文字体 */
	line-height: 22px; /* 调整行高 */
}
/* 文章内容适配 */
.found-article {
	padding-top: 5px;
}
.found-article .article {
	padding-top: 15px;
	line-height: 24px; /* 调整行高，适配手机阅读 */
	font-size: 14px; /* 新增：统一文章字体大小 */
	padding: 0 10px; /* 新增：文章内容左右留�?*/
}
}
/*宠物*/

.gallery-top {
	width: 100%;
	position: relative;
	height: 100vh;
	overflow: hidden;
}
.gallery-top .pb_tp {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1;
}
.gallery-top .pb_tp img {
	width: 100%;
}
.gallery-top .swiper-slide .bj {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,.1);
}
.gallery-top .swiper-slide .wz {
	width: 100%;
	color: #fff;
	position: absolute;
	right: 0;
	top: 42%;
	z-index: 3;
	text-align: center;
}
.gallery-top .swiper-slide .wz h1 {
	font-size: 34px;
	font-weight: bold;
	letter-spacing: 0;
}
.gallery-top .swiper-slide .wz h4 {
	font-size: 32px;
	padding-bottom: 20px;
}
.gallery-top .swiper-slide .wz h4 img {
	width: 600px;
}
.gallery-top .swiper-slide .shkl {
	width: 400px;
}
 @media only screen and (max-width:992px) {
.gallery-top {
	width: 100%;
	position: relative;
	height: 50vh;
}
.gallery-top .swiper-slide {
	overflow: hidden;
}
.gallery-top .pb_tp {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1;
	height: 50vh;
}
.gallery-top .pb_tp img {
	position: absolute;
	height: 50vh;
	width: auto;
	top: 0;
	left: 40%;
	transform: translateX(-40%);
	z-index: 2
}
.gallery-top .swiper-button-prev {
	display: none;
}
.gallery-top .swiper-button-next {
	display: none;
}
.gallery-top .swiper-slide .shkl {
	width: 400px;
	margin-left: -5%;
}
.gallery-top .swiper-slide .wz {
	right: 0;
	top: 22%;
}
.gallery-top .swiper-slide .wz h1 {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0;
}
.gallery-top .swiper-slide .wz h4 {
	font-size: 32px;
	padding-bottom: 20px;
}
.gallery-top .swiper-slide .wz h4 img {
	width: 300px;
}
}
.cw_pp {
	width: 100%;
	padding: 0px 0px 80px 0px;
}
.cw_pp .zc {
	width: 35%;
	float: left;
}
.cw_pp .zc img {
	width: 100%;
	height: auto;
}
.cw_pp .yc {
	width: 55%;
	float: right;
	padding: 5% 5% 0 0;
}
.cw_pp1 {
	width: 100%;
}
.cw_pp1 .zc {
	width: 35%;
	float: right;
}
.cw_pp1 .zc img {
	width: 100%;
	height: auto;
}
.cw_pp1 .yc {
	width: 55%;
	float: left;
	padding: 5% 0% 0 5%;
}
.cw_p3 {
	width: 100%;
	margin: 0px auto;
	padding: 80px 0px;
}
.cw_p3 ul li {
	width: 31%;
	margin: 0 3.5% 0 0;
	float: left;
	box-shadow: 0 5px 15px rgba(0,0,0,0.05), 0 10px 30px rgba(0,0,0,0.03);
	border-radius: 20px;
	background: #fff;
}
.cw_p3 ul li:nth-child(3n) {
	margin-right: 0;
}
.cw_p3 ul li .tp {
	width: 100%;
	height: auto;
	border-radius: 30px;
	overflow: hidden;
}
.cw_p3 ul li .tp img {
	width: 100%;
}
.cw_p3 ul li .wz {
	text-align: center;
	padding: 30px;
}
.cw_p3 ul li h1 {
	font-size: 28px;
	padding: 30px 0px;
	color: #006AC1;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
}
.cw_p3 ul li h1 font {
	font-size: 18px;
	color: #FFD040;
	padding: 0 20px;
	font-weight: normal;
}
.cw_p3 ul li h2 {
	font-size: 18px;
	margin-bottom: 20px;
	color: #666;
	line-height: 30px;
	height: 90px;
	text-align: left;
}
.cw_p3 ul li p {
	font-size: 14px;
	color: #999;
}
.cw_p3 ul li .ghk {
	width: 100%;
	height: 35px;
	line-height: 35px;
	font-size: 20px;
	color: #006AC1;
	text-align: center;
}
.cw_p3 ul li .ghk a {
	font-size: 20px;
	color: #006AC1;
	font-weight: bold;
}
.cw_p3 ul li .ghk i {
	margin-right: 5px;
}
@media only screen and (max-width:1440px) {
.cw_pp {
	padding: 0px 0px 80px 0px;
}
.cw_pp .yc {
	padding: 0% 5% 0 0;
}
.cw_pp1 .yc {
	padding: 2% 0% 0 5%;
}
}
 @media only screen and (max-width:992px) {
.cw_p3 {
	padding: 50px 0px;
}
.cw_p3 ul li {
	width: 100%;
	margin: 0 0% 3% 0;
	float: none;
	border-radius: 10px;
}
.cw_p3 ul li .tp {
	border-radius: 10px;
}
.cw_p3 ul li h1 {
	font-size: 24px;
	padding: 25px 0px 20px 0px;
}
.cw_p3 ul li h1 font {
	font-size: 16px;
	padding: 0 15px;
}
.cw_pp {
	padding: 0px 0px 50px 0px;
}
.cw_pp .zc {
	width: 100%;
	float: none;
}
.cw_pp .yc {
	width: 100%;
	float: none;
	padding: 8% 0% 0 0;
}
.cw_pp1 {
	width: 100%;
}
.cw_pp1 .zc {
	width: 100%;
	float: none;
}
.cw_pp1 .yc {
	width: 100%;
	float: none;
	padding: 8% 0% 0 0%;
}
}
.xqc_cpx {
	padding-top: 80px;
}
.xqc_cpx .cont {
	margin: 60px auto;
	overflow: hidden;
	box-shadow: 0 5px 15px rgba(0,0,0,0.05), 0 10px 30px rgba(0,0,0,0.03);
	background: #fff;
}
.xqc_cpx .tab-nav {
	display: flex;
	list-style: none;
	background-color: #c4dbed;
}
.xqc_cpx .tab-item {
	flex: 1;
	text-align: center;
	padding: 20px 0;
	font-size: 32px;
	font-weight: bold;
	color: #0962a8;
	cursor: pointer;
	transition: all 0.3s;
}
.xqc_cpx .tab-item.active {
	background-color: #0962a8;
	color: #fff;
}
.xqc_cpx .tab-content {
	display: none;
	gap: 40px;
	align-items: flex-start;
	padding: 60px;
}
.xqc_cpx .tab-content.active {
	display: flex;
}
.xqc_cpx .product-list {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 40px;
	padding: 30px;
}
.xqc_cpx .product-row {
	display: flex;
	align-items: center;
	gap: 20px;
}
.xqc_cpx .level-title {
	font-size: 50px;
	font-weight: bold;
	color: #0962a8;
	position: relative;
	background: url(../images/hxf.png) repeat-x left bottom;
}
.xqc_cpx .level-title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 8px;
	width: 100%;
	height: 12px;
	background-color: rgba(173, 216, 230, 0.5);
	z-index: -1;
}
.xqc_cpx .product-tags {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	margin-left: 20px;
	margin-top: 15px;
}
.xqc_cpx .product-tag {
	padding: 8px 16px;
	font-size: 26px;
	color: #7a9ec7;
	cursor: pointer;
	transition: all 0.3s;
	font-weight: bold;
}
.xqc_cpx .product-tag.active {
	background-color: #0962a8;
	color: #fff;
}
.xqc_cpx .product-image {
	flex-shrink: 0;
	width: 400px;
	height: 400px;
	background-color: #f0f6fc;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 5px 15px rgba(0,0,0,0.05), 0 5px 15px rgba(0,0,0,0.03);
}
.xqc_cpx .product-image img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}
@media only screen and (max-width:1440px) {
.xqc_cpx .tab-content {
	padding: 50px 40px;
}
.xqc_cpx .product-list {
	padding: 30px 20px;
}
.xqc_cpx .level-title {
	font-size: 40px;
}
.xqc_cpx .product-image {
	width: 350px;
	height: 350px;
}
.xqc_cpx .product-tag {
	padding: 8px 8px;
	font-size: 24px;
}
}
 @media only screen and (max-width:1360px) {
.xqc_cpx .tab-content {
	padding: 50px 30px;
}
.xqc_cpx .product-list {
	padding: 20px 10px;
}
.xqc_cpx .level-title {
	font-size: 40px;
}
.xqc_cpx .product-image {
	width: 290px;
	height: 290px;
}
.xqc_cpx .product-tag {
	padding: 8px 6px;
	font-size: 22px;
}
}
 @media (max-width: 992px) {
.xqc_cpx {
	padding-top: 50px;
	/* 新增：左右留白，避免内容贴边 */
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
}
.xqc_cpx .cont {
	margin: 30px auto;
}
.xqc_cpx .tab-nav {
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	flex-wrap: nowrap;
}
 .xqc_cpx .tab-nav::-webkit-scrollbar {
 display: none;
}
.xqc_cpx .tab-item {
	font-size: 18px;
	padding: 15px 12px;
	flex: 0 0 auto;
	min-width: 80px;
/  white-space: nowrap;
}
.xqc_cpx .tab-content {
	flex-direction: column;
	padding: 20px 15px !important;
	gap: 30px;
}
.xqc_cpx .product-list {
	padding: 15px 0 !important;
	gap: 30px;
}
.xqc_cpx .product-row {
	flex-direction: column;
	gap: 15px;
	align-items: flex-start;
}
.xqc_cpx .level-title {
	font-size: 22px;
	min-width: auto;
	padding-bottom: 8px;
	line-height: 1.2;
}
.xqc_cpx .level-title::after {
	height: 6px;
	bottom: 4px;
}
.xqc_cpx .product-tags {
	margin-left: 0px;
	margin-top: 0px;
	gap: 10px;
	row-gap: 8px;
}
.xqc_cpx .product-tag {
	font-size: 15px;
	padding: 8px 12px;
	font-weight: 500;
}
/* 产品图片优化 */
.xqc_cpx .product-image {
	width: 100%;
	height: auto;
	aspect-ratio: 1/1;
	padding: 15px;
	box-sizing: border-box;
	box-shadow: 0 2px 8px rgba(0,0,0,0.03);
}
.xqc_cpx .product-image img {
	max-width: 90%;
	max-height: 90%;
}
}
.brand-story-container {
	width: 100%;
	text-align: center;
	color: #134a8c; /* 深蓝色文�?*/
	position: relative;
}
/* 标题样式 */
.brand-title {
	font-size: 2.8rem;
	font-weight: bold;
	position: relative;
	display: inline-block;
}
.brand-title::before {
 content: "�?;
	color: #ffd040; /* 黄色引号 */
	position: absolute;
	left: -50px;
}
.brand-title::after {
 content: "�?;
	color: #ffd040; /* 黄色引号 */
	position: absolute;
	right: -50px;
}
.bran-title {
	font-size: 2.2rem;
	font-weight: bold;
	position: relative;
	display: inline-block;
}
.bran-title::before {
 content: "�?;
	color: #ffd040; /* 黄色引号 */
	position: absolute;
	left: -40px;
}
.bran-title::after {
 content: "�?;
	color: #ffd040; /* 黄色引号 */
	position: absolute;
	right: -40px;
}
.brand-subtitle {
	font-size: 1.5rem;
	color: #134a8c;
	margin-bottom: 40px;
	margin-top: -8px;
}
.divider-line {
	width: 60%;
	font-size: 26px;
	line-height: 26px;
	margin: -10px auto 0px auto;
	color: #1e81e2;
	font-family: "Microsoft Yahei";
}
/* 正文段落样式 */
.brand-content {
	font-size: 1.5rem;
	line-height: 35px;
	margin-bottom: 30px;
	color: #134a8c;
}
.brand-conten {
	font-size: 1.5rem;
	line-height: 35px;
	margin-top: -20px;
	margin-bottom: 60px;
	color: #134a8c;
	position: relative;
}
.brand-conte {
	font-size: 1.5rem;
	line-height: 35px;
	margin-top: -20px;
	margin-bottom: 60px;
	color: #134a8c;
	position: relative;
}
.brand-conte::after {
	content: "";
	position: absolute;
	bottom: -20px;
	left: 50px;
	width: 100px;
	height: 100px;
	border-left: 3px solid #f7c530;
	border-bottom: 3px solid #f7c530;
}
.highlight {
	color: #1e81e2; /* 高亮蓝色 */
	font-weight: 500;
}
.brand-content font {
	color: #ffd040;
}
.brand-slogan {
	font-size: 1.35rem;
	line-height: 2.4;
	margin: 40px 0;
}
.brand-quote {
	font-size: 1.5rem;
	line-height: 35px;
	margin-top: 50px;
	color: #134a8c;
	position: relative;
	padding-right: 20px;
}
/* 右下角黄色装饰框 */
.brand-quote::after {
	content: "";
	position: absolute;
	bottom: -20px;
	right: 0;
	width: 100px;
	height: 100px;
	border-right: 3px solid #f7c530;
	border-bottom: 3px solid #f7c530;
}

/* 响应式适配 */
@media (max-width: 992px) {
.brand-title {
	font-size: 30px;
}
.brand-title::before {
	left: -35px;
}
.brand-title::after {
	right: -35px;
}
.divider-line {
	width: 50%;
	font-size: 22px;
	line-height: 26px;
	margin: -10px auto 0px auto;
	color: #1e81e2;
	font-family: "Microsoft Yahei";
}
.bran-title {
	font-size: 30px;
}
.brand-subtitle {
	font-size: 1.2rem;
}
.brand-content {
	font-size: 1.2rem;
	line-height: 2;
}
.brand-conten {
	font-size: 1.2rem;
	margin-bottom: 40px;
}
.brand-slogan {
	font-size: 1.15rem;
}
.brand-quote {
	font-size: 1rem;
}
.brand-conte::after {
	left: 20px;
	width: 50px;
	height: 50px;
}
.brand-quote::after {
	width: 50px;
	height: 50px;
}
}
.grid-container {
	list-style: none;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
	max-width: 100%;
	margin: 0 auto 60px auto;
}
.grid-item {
	position: relative;
	overflow: hidden;
	aspect-ratio: 3 / 2;
}
.grid-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.item-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px 16px;
	background: linear-gradient(to top, rgba(82, 177, 255, 0.85), transparent);
	color: #ffffff;
}
.grid-item:nth-child(4) .item-overlay, .grid-item:nth-child(5) .item-overlay, .grid-item:nth-child(6) .item-overlay {
	background: linear-gradient(to top, rgba(255, 208, 64, 0.85), transparent);
}
.item-overlay .title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 4px;
}
.item-overlay .author {
	font-size: 14px;
	opacity: 0.9;
}
@media (max-width: 900px) {
.grid-container {
	grid-template-columns: repeat(2, 1fr);
}
.grid-container {
	margin: 0 auto 30px auto;
}
}
@media (max-width: 550px) {
.grid-container {
	grid-template-columns: 1fr;
}
}
.qc_p5 {
	width: 100%;
	padding: 120px 0;
	margin: 0;
}
.qc_p5 .con {
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.qc_p5 .card {
	background-color: #fff;
	border-radius: 4px;
	padding: 30px 30px 0px 30px;
	box-shadow: 0 1px 3px rgba(9,98,168,0.05);
	position: relative;
}
.qc_p5 .card-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 12px;
}
.qc_p5 .car-title {
	font-size: 36px;
	font-weight: bold;
	color: #0962a8;
	position: relative;
	background: url(../images/hxf.png) no-repeat left bottom;
}
.qc_p5 .car-title:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 100%;
	height: 20px;
	background-color: rgba(173, 216, 230, 0.5);
	z-index: -1;
}
.qc_p5 .card-desc {
	font-size: 24px;
	color: #7a9ec7;
	margin-bottom: 24px;
	margin-top: 10px;
	font-weight: bold;
}
.qc_p5 .btn {
	padding: 10px 40px;
	background-color: #0962a8;
	color: #fff;
	border: none;
	font-size: 28px;
	cursor: pointer;
	margin-top: 0px;
	position: absolute;
	right: 30px;
	top: 40px;
}
.qc_p5 .card-row {
	display: flex;
	gap: 20px;
}
.qc_p5 .card-col {
	flex: 1;
}
.qc_p5 .channel-list {
	display: flex;
	gap: 40px;
	align-items: center;
	padding: 10px 0px 40px 0px;
	justify-content: center;
	width: 100%;
}
.qc_p5 .channel-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
}
.qc_p5 .channel-icon {
	width: 60px;
	height: 60px;
	border-radius: 8px;
}
.qc_p5 .channel-name {
	font-size: 18px;
	color: #0962a8;
}
.qc_p5 .feedback-form {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-bottom: 50px;
}
.qc_p5 .form-item {
	display: flex;
	align-items: center;
	gap: 12px;
	border: 1px solid #1a5fb4;
}
.qc_p5 .form-label {
	width: 160px;
	padding: 10px;
	background-color: #1a5fb4;
	color: #fff;
	text-align: center;
	font-size: 22px;
}
.qc_p5 .form-input {
	flex: 1;
	padding: 10px;
	font-size: 16px;
	color: #334155;
	border: none;
	outline: none;
}
.qc_p5 .form-input:focus {
	outline: none !important;
	box-shadow: none !important;
	border: none !important;
}
.qc_p5 .form-input::placeholder {
color: #ccc;
}
@media (max-width: 768px) {
.qc_p5 {
	padding: 50px 0;
}
.qc_p5 .card {
	padding: 15px 15px 0px 15px;
}
.qc_p5 .card-row {
	flex-direction: column;
}
.qc_p5 .channel-list {
	justify-content: center;
	gap: 24px;
}
.qc_p5 .car-title {
	font-size: 24px;
	margin-bottom: 6px;
}
.qc_p5 .car-title::after {
	height: 4px;
	bottom: -6px;
}
.qc_p5 .card-desc {
	font-size: 16px;
	margin-top: 12px;
}
.qc_p5 .btn {
	font-size: 16px;
	padding: 6px 16px;
	top: 25px;
}
.qc_p5 .form-label {
	width: 80px;
	font-size: 16px;
	padding: 8px;
}
.qc_p5 .form-input {
	padding: 8px;
	font-size: 14px;
}
.qc_p5 .channel-name {
	font-size: 14px;
	color: #0962a8;
	height: 40px;
}
}


  .jmbt { font-size:54px; padding-bottom:40px;  text-align:center; color: #ed5885;}
  .jmbt img { display:block;margin:8px auto 0;}
  .jmbt .xwe { font-size:24px; padding-top:20px; color: #333;}
  @media only screen and (max-width:1660px) {
    .jmbt { font-size:48px; padding-bottom:30px;  text-align:center; color: #ed5885;}
  }

  @media (min-width:1921px) and (max-width:3600px ) {
  .jmbt { font-size:70px; }
  .jmbt .xwe { font-size:22px;}
  }
@media only screen and (max-width:992px) {
.jmbt { font-size:30px; padding-bottom:20px;  }

  .jmbt .xwe { font-size:16px; padding-top:10px; color: #333;}
}


.jm_gs{width: 100%; height: 100vh; padding: 0px;margin:80px 0px;display: flex; justify-content: center; align-items: center; box-sizing: border-box; overflow: hidden;  }
.jm_gs .left { width:60%; float:right; padding-left: 5%;}
.jm_gs .left .z22 {font-size:22px; line-height:36px; color:#49323b; text-align: left; font-weight: bold;}
.jm_gs .left .z22 span { color: #ed5785; font-weight: bold;}
.jm_gs .right { width:40%; float:left;}
.jm_gs .right img { width:100%;}
@media (min-width: 1921px) and (max-width:3600px ) {
.jm_gs .left .z22 {font-size:30px; line-height:46px;  }
}
@media only screen and (max-width:1660px) {
.jm_gs .left .z22 {font-size:18px; line-height:28px; }
}
@media only screen and (max-width:1440px) {
.jm_gs .left .z22 {font-size:16px; line-height:24px;}
}
@media only screen and (max-width:1280px) {
.jm_gs .left .z22 {font-size:14px; line-height:22px; }
}
@media only screen and (max-width:992px) {
.jm_gs{width: 100%; height: auto; margin:50px 0px;display: block;   }
.jm_gs .left { width:94%; float: none; padding-left:3%; margin-top:30px; }
.jm_gs .right {width:100%; float: none; }
}


.jm_gss{width: 100%; height: 100vh; padding: 0;margin: 0;display: flex; justify-content: center; align-items: center; box-sizing: border-box; overflow: hidden;  }
.jm_gss .left { width:60%;   float:left;}
.jm_gss .left .z22 {font-size:26px; line-height:36px; color:#49323b; text-align: center; margin: -20px 0px 0px 0px; font-weight: bold;}
.jm_gss .left .gdf { height: 100px; display: block;}
.jm_gss .right { width:40%; float:right;}
.jm_gss .right img { width:100%;}
@media (min-width: 1921px) and (max-width:3600px ) {
  .jm_gss .left .z22 {font-size:30px; line-height:46px; }
}
@media only screen and (max-width:1660px) {
  .jm_gss .left .z22 {font-size:20px; line-height:32px;}
  .jm_gss .left .gdf { height: 60px; display: block;}
}
@media only screen and (max-width:1440px) {
  .jm_gss .left .gdf { height: 50px; display: block;}
  .jm_gss .left .z22 {font-size:18px; line-height:30px;}
}
@media only screen and (max-width:1280px) {
  .jm_gss .left .z22 {font-size:16px; line-height:28px; }
}
@media only screen and (max-width:992px) {
	.jm_gss{width: 100%; height: auto; margin:50px 0px;display: block;   }
  .jm_gss .left { width:100%; float: none; margin-top:30px; }
  .jm_gss .right {width:100%; float: none; }
}



.jm_qk5 .flexbet{display: flex;justify-content: space-between;align-items: center;}
.jm_qk5 .flexcen{display: flex;justify-content: center;}
.jm_qk5{overflow: hidden; padding: 120px 0; }
.jm_qk5 ul{margin: 0 -12px; }
.jm_qk5 ul li{width: 33.333%;transition: all .5s; }
.jm_qk5 ul li .da {width: calc(100% - 0px);height:650px;position: relative;overflow: hidden;display: block;margin: 0 auto; }
.jm_qk5 ul li:hover{width: 45%; }
.jm_qk5 ul li .conDiv>img{width: 100%;height: 100%;object-fit: cover; } 
.jm_qk5 ul li .textDiv{position: absolute;left: 0;bottom: 0;width: 100%; height:100%;flex-direction: column;color: #fff;
  text-transform:capitalize; background: rgba(0,0,0,.3); padding-top:90%;}
.jm_qk5 ul li .textDiv .titleDiv {font-size:40px;padding:0 50px; font-weight: bold;}
.jm_qk5 ul li .textDiv span{ font-size: 26px;}
.jm_qk5 ul li .textDiv .dkl { padding:20px 50px 0px 50px; display:none;}
.jm_qk5 ul li .textDiv font{ font-size:14px;  line-height:35px; width:31%;  border:1px solid #fff; text-align:center; margin:0 1% 0 0; display:inline-table; border-radius:30px;}
.jm_qk5 ul li .textDiv font a { color:#fff;}
.jm_qk5 ul li .textDiv font:hover a { background:rgba(237,98,133,.98); color:#fff; display:block; border-radius:30px; border:1px solid rgba(237,98,133,.98);}
.jm_qk5 ul li:hover .textDiv {background: linear-gradient(to top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));padding-top:60%;}
.jm_qk5 ul li:hover .textDiv .p{position: relative; display: block; transition: all .5s;  padding-bottom:20px;}
.jm_qk5 ul li:hover .textDiv .dkl {  display: block;}
@media (min-width:1921px) and (max-width:3600px ) {
.jm_qk5 ul li .textDiv{ padding-top:82%;}
.jm_qk5 ul li .da {height:870px; }
.jm_qk5 ul li .textDiv span{ font-size:42px;}
.jm_qk5 ul li:hover .textDiv {padding-top:45%;}
.jm_qk5 ul li .textDiv font{ font-size:22px; line-height:45px;}
.jm_qk5 ul li .textDiv .p{font-size:20px;line-height:36px }
}
@media only screen and (max-width:1660px){
  .jm_qk5 ul li .da {height:600px; }	
  .jm_qk5 ul li .textDiv .titleDiv {font-size:36px;padding:0 40px; }
  .jm_qk5 ul li .textDiv .dkl { padding:20px 50px 0px 40px; }
}
@media only screen and (max-width:1440px){
  .jm_qk5 ul li .da {height:450px; }	
  .jm_qk5 ul li .textDiv .titleDiv {font-size:32px;padding:0 40px; }

}
@media only screen and (max-width:992px){
.jm_qk5{overflow: hidden; padding:0 0 ; }
  .jm_qk5 .flexbet{ display:block}
  .jm_qk5 ul{margin: 0 -8px;margin-top: 20px; height:auto; overflow:hidden }
  .jm_qk5 ul li{width: 100%;transition: all .5s; float:left; margin-bottom:20px }
  .jm_qk5 ul li a{width: calc(100% - 16px);height: 240px;position: relative;border-radius: 20px;overflow: hidden;display: block;margin: 0 auto; }
  .jm_qk5 ul li:hover{width: 100%; }
  .jm_qk5 ul li .textDiv span{ font-size:26px;padding:0 30px;}
  .jm_qk5 ul li .textDiv .titleDiv p{font-size: 16px;}
  .jm_qk5 ul li .textDiv .p{font-size:16px; padding:0 30px; }
  
  
.jm_qk5 {
	padding: 50px 0;
}
.jm_qk5 .flexbet {
	display: block;
}
.jm_qk5 ul {
	margin: 0 0px;
	margin-top: 20px;

	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	height: auto;
	overflow: hidden;
}
.jm_qk5 ul li {
	width: 100%;
	transition: all 0.5s ease;
	float: none; 
	margin-bottom: 20px;
	padding: 0 0px; 
}

.jm_qk5 ul li .da {
	width: calc(100% - 16px);
	height: 240px;
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0 auto;
}
.jm_qk5 ul li:hover {
	width: 100%;
}

.jm_qk5 ul li .textDiv {
	padding-top: 40%;
	background: rgba(0, 0, 0, 0.4); 
}
.jm_qk5 ul li .textDiv .titleDiv {
	font-size: 30px;
	padding: 0 20px;
	font-weight: bold;
}
.jm_qk5 ul li:hover .textDiv {
	padding-top: 34%; /* hover时进一步上�?*/
	background: linear-gradient(to top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
}
.jm_qk5 ul li .textDiv span {
	font-size: 20px; /* 略缩小，适配手机 */
	padding: 0 0px; /* 减少内边�?*/
}
.jm_qk5 ul li .textDiv .titleDiv p {
	font-size: 14px;
}
.jm_qk5 ul li .textDiv .p {
	font-size: 14px;
	padding: 0 20px;
	line-height: 26px; /* 缩小行高，适配手机 */
}
.jm_qk5 ul li .textDiv .dkl {
	padding: 15px 20px; /* 减少内边�?*/
}
/* 手机端按钮优�?*/
.jm_qk5 ul li .textDiv font {
	font-size: 14px;
	line-height: 30px;
	width: 23%; /* 加宽按钮，适配手机 */
	margin: 0 1% 5px 0; /* 调整间距，增加上下间�?*/
}
}
.jm_xw {
	width: 90%;
	margin: 0px auto 120px auto;
	padding-bottom: 80px;
}
.jm_xw .swiper-slide {
	padding: 0px;
	box-sizing: border-box;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	background: #f6f6f6;
	border-radius: 10px;
	margin-top: 30px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	position: relative;
}
.jm_xw .tp {
	width: 50%;
	position: relative;
	overflow: hidden;
	float: left;
}
.jm_xw .tp img {
	width: 100%;
	height: auto;
	transition: all 2s;
	-webkit-transition: all 2s;
	-moz-transition: all 2s;
	-ms-transition: all 2s;
	-o-transition: all 2s;
}
.jm_xw .swiper-slide:hover .tp img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.jm_xw .wz {
	width: 50%;
	float: right;
	padding: 30px 10px 30px 20px;
}
.jm_xw h3 {
	font-size: 24px;
	line-height: 30px;
	color: #ed5885;
	margin-bottom: 15px;
	font-weight: bold;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.jm_xw span {
	color: #49323b;
	font-size: 16px;
	line-height: 24px
}
.jm_xw .gd6 {
	position: absolute;
	right: 20px;
	bottom: 20px;
	color: #ed5885;
}
.jm_xw .gd6 a {
	color: #ed5885;
}
.jm_xw .swiper-button-next {
	background: none;
	width: 40px;
	height: 24px;
	right: 50%;
	margin-right: -150px;
	bottom: 0;
	top: auto;
	text-align: center;
	cursor: pointer;
	color: #c7c7c7
}
.jm_xw .swiper-button-prev {
	background: none;
	width: 40px;
	height: 24px;
	left: 50%;
	margin-left: -150px;
	bottom: 0;
	top: auto;
	text-align: center;
	cursor: pointer;
	color: #c7c7c7
}
.jm_xw .swiper-button-prev i {
	color: #ed5885;
	font-size: 24px;
	font-weight: bold;
}
.jm_xw .swiper-button-next i {
	color: #ed5885;
	font-size: 24px;
	font-weight: bold;
}
.jm_xw .swiper-pagination:after {
	content: "";
	width: 100%;
	max-width: 200px;
	bottom: 0px;
	height: 1px;
	background: #c7c7c7;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 0
}
.jm_xw .swiper-pagination-bullet {
	width: 25px;
	height: 5px;
	border-radius: 0;
	transition: all 0.6s;
	background: none;
	bottom: -2px;
	position: absolute;
	z-index: 2;
}
.jm_xw .swiper-pagination-bullet-active {
	width: 25px;
	height: 5px;
	background: #ed5885;
	border-radius: 0;
	z-index: 1;
	position: absolute;
	transition: all 0.6s;
	bottom: -2px;
}
 @media (min-width: 1921px) and (max-width:3600px ) {
.jm_xw h3 {
	font-size: 32px;
	line-height: 40px;
}
.jm_xw span {
	color: #666;
	font-size: 12px;
	line-height: 17px
}
}
 @media only screen and (max-width:1660px) {
.jm_xw .wz {
	padding: 20px 10px 20px 20px;
}
.jm_xw h3 {
	font-size: 22px;
	line-height: 30px;
}
.jm_xw span {
	font-size: 12px;
	line-height: 16px
}
}
 @media only screen and (max-width:1440px) {
.jm_xw h3 {
	font-size: 20px;
	line-height: 30px;
}
}
 @media only screen and (max-width:1360px) {
.jm_xw .wz {
	padding: 20px 10px 20px 10px;
}
.jm_xw h3 {
	font-size: 18px;
	line-height: 30px;
}
.jm_xw span {
	font-size: 12px;
	line-height: 20px
}
}
@media only screen and (max-width:995px) {
.jm_xw {
	width: 94%;
	margin: 0px auto 50px auto;
	padding-bottom: 50px;
}
}
.jm_rz {
	margin-bottom: 120px;
}
.jm_rz .zzz {
	width: 90%;
	margin: 0px auto 60px auto;
	position: relative;
}
.jm_rz .zzz .ziyuan1 {
	width: 94%;
	margin: 0px auto;
}
.jm_rz .zzz .ziyuan1 .swiper-slide {
	position: relative;
}
.jm_rz .zzz .ziyuan1 .swiper-slide .tp {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.jm_rz .zzz .ziyuan1 .swiper-slide img {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.jm_rz .zzz .ziyuan1 .swiper-slide h2 {
	text-align: center;
	font-size: 20px;
	color: #49323b;
	padding-top: 15px;
	text-align: center;
	font-weight: bold;
}
.jm_rz .zzz .swiper-button-next {
	width: 30px;
	height: 30px;
	background: url(../images/you.png) no-repeat;
	right: 0;
	margin-top: 30px;
	background-size: 30px 30px;
}
.jm_rz .zzz .swiper-button-prev {
	width: 30px;
	height: 30px;
	background: url(../images/zuo.png) no-repeat;
	left: 0;
	margin-top: 30px;
	background-size: 30px 30px;
}
 @media only screen and (max-width:1440px) {
.jm_rz .zzz {
	width: 90%;
	margin: 0px auto;
	position: relative;
}
}
 @media only screen and (max-width:992px) {
.jm_rz {
	margin-bottom: 50px;
}
.jm_rz .zzz {
	width: 94%;
	margin: 0px auto;
	position: relative;
}
.jm_rz .zzz .ziyuan1 {
	width: 100%;
	margin: 20px auto;
}
.jm_rz .zzz .ziyuan1 .swiper-slide h2 {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
.jm_rz .zzz .swiper-button-next {
	display: none;
}
.jm_rz .zzz .swiper-button-prev {
	display: none;
}
}
.mraa {
	width: 180px;
	margin: 20px 0px 0px 0px;
	height: 40px;
	line-height: 40px;
	background: #84b2b9;
	text-align: center;
	border-radius: 5px;
	font-size: 18px;
	font-weight: bold;
	overflow: hidden;
	color: #fff;
}
.mraa a {
	color: #fff;
}
.mraa:hover a {
	background: #fd8c3f;
	color: #fff;
	font-size: 18px;
	display: block;
}
.ny_ryzz {
	width: 100%;
	padding: 80px 0px 0px 0px;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	overflow: hidden;
}
.ny_ryzz .honors-sw-hook .swiper-wrapper li.swiper-slide img {
	width: 100%;
	height: auto;
	box-sizing: border-box;
}
.ny_ryzz .honors-sw-hook .swiper-wrapper li.swiper-slide-active {
	-webkit-transform: scale(1);
	transform: scale(1);
	-o-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	z-index: 10;
}
.ny_ryzz .honors-wraper {
	position: relative;
	padding: 40px 0px 0px 0px;
}
.ny_ryzz .honors-sw-hook {
	position: relative;
	overflow: hidden;
	padding: 20px 0 20px;
}
.ny_ryzz .honors-sw-hook .swiper-wrapper li {
	-webkit-transition: all .7s ease;
	-o-transition: all .7s ease;
	-moz-transition: all .7s ease;
	transition: all .7s ease;
	width: 20%;
	-webkit-transition: transform 1.0s;
	-moz-transition: transform 1.0s;
	-ms-transition: transform 1.0s;
	-o-transition: transform 1.0s;
	text-align: center;
}
.ny_ryzz .honors-sw-hook .swiper-wrapper li.swiper-slide-active {
	color: #0168b7;
	font-weight: bold;
}
.ny_ryzz .honors-sw-hook .swiper-wrapper li p {
	padding-top: 10px;
}
.ny_ryzz .honors-sw-hook .swiper-wrapper li img {
	display: block;
	width: 100%;
	box-shadow: 0px 0px 10px rgba(195,195,195,0.25);
	background: #fff;
	border-radius: 20px;
	padding: 8px;
}
.ny_ryzz .swiper-btn {
	display: block;
	width: 42px;
	height: 42px;
	line-height: 42px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	z-index: 99;
	color: #0168b7;
}
.ny_ryzz .swiper-btn i {
	font-size: 30px;
}
.ny_ryzz .honor-prev {
	left: 0;
	background-position: 0 0;
	line-height: 42px;
}
.ny_ryzz .honor-next {
	right: 0;
	background-position: right 0;
}
 @media (min-width: 1921px) and (max-width:3600px ) {
.ny_ryzz .honors-sw-hook .swiper-wrapper li.swiper-slide-active {
	color: #0168b7;
	font-size: 40px;
}
.ny_ryzz .honors-sw-hook .swiper-wrapper li p {
	padding-top: 10px;
	height: 50px;
}
}
 @media (min-width: 1024px) {
.ny_ryzz .honors-wraper {
	margin-top: 25px;
}
.ny_ryzz .honors-sw-hook {
	padding: 40px 0;
}
.ny_ryzz .honors-sw-hook .swiper-wrapper li {
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
	-moz-transform: scale(0.8);
	margin-right: 25px;
}
.ny_ryzz .honors-sw-hook .swiper-wrapper li.swiper-slide-active {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	-o-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	z-index: 10;
}
.ny_ryzz .honors-sw-hook .swiper-wrapper li p {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
	-moz-transform: scale(1.2);
	padding-top: 18px;
	font-size: 18px;
}
.ny_ryzz .honors-sw-hook .swiper-wrapper li.swiper-slide-active p {
	-webkit-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
	transform: scale(0.9);
	-moz-transform: scale(0.9);
}
.ny_ryzz .honors-sw-hook .swiper-wrapper li.my-slide-left, .honors-sw-hook .swiper-wrapper li.my-slide-right {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	z-index: 9;
	-moz-transform: scale(1);
	-o-transform: scale(1);
}
.ny_ryzz .honors-sw-hook .swiper-wrapper li.my-slide-left p, .honors-sw-hook .swiper-wrapper li.my-slide-right p {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	z-index: 9;
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.ny_ryzz .honors-sw-hook .swiper-wrapper li.my-slide-left {
	right: 2%;
}
.ny_ryzz .honors-sw-hook .swiper-wrapper li.my-slide-right {
	left: 2%;
}
.ny_ryzz .swiper-btn {
	display: block;
}
.ny_ryzz .honor-prev {
	left: -30px;
}
.ny_ryzz .honor-next {
	right: -30px;
}
.ny_ryzz .swiper-btn:hover {
	background-image: url(../images/arrorho.png);
}
}
 @media only screen and (max-width:995px) {
.ny_ryzz {
	padding: 50px 0px 0px 0px;
}
.ny_ryzz .honors-wraper {
	position: relative;
	padding: 20px 0px 0px 0px;
}
}
/*.sy_gy { width:100%; overflow:hidden;  }
.sy_gy .left { width:45%; float:left; padding:5% 3% 0 7%; }
.sy_gy .left .wz h3{font-size:18px;  color:#e86400; position: relative;  margin-bottom:15px; font-weight:bold; }
.sy_gy .left .wz h2 { font-size:35px; color:#043b95;  margin-bottom:15px; font-weight:bold;}
.sy_gy .left .gdd { height: 15px;} 
.sy_gy .left .wz p { font-size:15px; line-height:24px; text-align:justify; color:#333;  }*/
.mr {
	width: 180px;
	height: 50px;
	overflow: hidden;
	background: #e86400;
	border-radius: 5px;
	text-align: center;
	line-height: 50px;
	color: #333;
	margin: 30px 0px 20px 0px;
	text-transform: uppercase;
}
.mr a {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}
.mr:hover a {
	background: #003696;
	color: #fff;
	font-size: 16px;
	display: block;
}
.mr i {
	margin-left: 8px;
	font-size: 14px;
}
.mr:hover i {
	margin-left: 20px;
	transition: all 0.5s;
}
.mrr {
	width: 180px;
	height: 50px;
	overflow: hidden;
	background: #fff;
	border-radius: 5px;
	text-align: center;
	line-height: 50px;
	color: #003696;
	margin: 30px 0px 20px 0px;
	text-transform: uppercase;
}
.mrr a {
	color: #003696;
	font-size: 16px;
	font-weight: bold;
}
.mrr:hover a {
	background: #003696;
	color: #fff;
	font-size: 16px;
	display: block;
}
.mrr i {
	margin-left: 8px;
	font-size: 14px;
}
.mr1 {
	width: 300px;
	height: 50px;
	overflow: hidden;
	border: 1px solid #003696;
	border-radius: 5px;
	text-align: center;
	line-height: 50px;
	margin: 30px 0px 20px 0px;
	text-transform: uppercase;
}
.mr1 a {
	color: #003696;
	font-size: 16px;
	font-weight: bold;
}
.mr1:hover {
	border: 1px solid #e86400;
}
.mr1:hover a {
	color: #e86400;
	font-size: 16px;
	display: block;
}
.mr1 i {
	margin-left: 8px;
	font-size: 14px;
}
.mr1:hover i {
	margin-left: 20px;
	transition: all 0.5s;
}




/*.sy_gy .right { float: right; width: 50%; }
.sy_gy .right img { width:100%;}
.sy_gy .right .spp { width: 100%; height:auto;}*/
@media only screen and (max-width:1660px) {
/*.sy_gy .left .wz p { font-size:16px; line-height:24px;}*/

}
@media only screen and (max-width:1440px) {
/*.sy_gy .left .wz h2 { font-size:30px; color:#043b95;  margin-bottom:15px; font-weight:bold;}
.sy_gy .left .wz p { font-size:15px; line-height:23px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:7;  overflow: hidden; }

.sy_gy .left .gdd { height: 10px;} */
}
 @media only screen and (max-width:1360px) {
/*.sy_gy .left .wz p { font-size:15px; line-height:23px; }*/

}
 @media only screen and (max-width:995px) {
/*.sy_gy {padding:0px 0 25px 0px;}
.sy_gy .left { width:94%; float:none;  margin-top:0px;  padding:5% 0% 3% 0%; margin-left: 3%;}
.sy_gy .left .wz h2{ font-size:52px; line-height:90px;}
.sy_gy .left .wz h3{font-size:22px; height:50px; padding-top:10px;}
.sy_gy .left .wz h3 i { margin: 13px 10px 0px 0px;}
.sy_gy .left .wz p { font-size:14px; line-height:26px; word-break: break-all;text-overflow: ellipsis;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 5; overflow: hidden; }
.sy_gy .right { float:none; width: 94%; margin-left: 3%;}*/
.mr {
	margin-top: 20px;
	width: 140px;
	height: 40px;
	line-height: 40px;
}
.mr a {
	font-size: 14px;
}
.mr:hover a {
	font-size: 14px;
}
.mr1 {
	width: 270px;
}
.ny_ryzz {
	padding: 50px 0px 0px 0px;
}
}
.sy_bt {
	width: 100%;
	margin: 0px auto;
	position: relative;
}
.sy_bt h2 {
	font-size: 66px;
	line-height: 100px;
	color: #f0f0f0;
	font-family: Arial;
	font-weight: 600;
	text-transform: uppercase;
}
.sy_bt h3 i {
	width: 60px;
	height: 4px;
	background: #0060b1;
	display: inline-block;
	float: left;
	margin: 18px 10px 0px 0px;
}
.sy_bt h3 {
	font-size: 36px;
	height: 50px;
	color: #333;
	position: relative;
	left: 0;
	top: 0;
}
.sy_bt span {
	width: 50px;
	height: 3px;
	background: #0060b1;
	display: block;
	margin: 0px 0px 10px 0px;
}
.sy_bt font {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	margin-top: 15px;
}
.sy_bt font a {
	font-size: 14px;
}
.sy_bt font a:hover {
	padding-right: 10px;
	transition: all 2s;
}
 @media only screen and (max-width:995px) {
.sy_bt h2 {
	font-size: 46px;
	line-height: 80px;
}
.sy_bt h3 {
	font-size: 24px;
	height: 50px;
	padding-top: 10px;
}
}
.sy_jg {
	width: 100%;
	background: #043b95;
	padding: 7% 0px;
	color: #fff;
}
.sy_jg .con {
	width: 70%;
}
.sy_jg h1 {
	font-size: 35px;
	font-weight: bold;
	margin-bottom: 20px;
}
.sy_jg p {
	font-size: 18px;
	line-height: 32px;
}
.sy_dgy {
	width: 100%;
	margin: 0px auto;
	padding: 100px 0px 0px 0px;
}
.sy_dgy ul li {
	width: 31%;
	margin: 0 3.5% 3.5% 0;
	background: #fff;
	float: left;
	border-radius: 20px;
	overflow: hidden;
}
.sy_dgy ul li:nth-child(3n) {
	margin-right: 0;
}
.sy_dgy ul li .tp {
	background: #414c60;
	padding: 40px 0px;
	text-align: center;
	color: #fff;
}
.sy_dgy ul li .tp img {
	width: 120px;
	height: 120px;
}
.sy_dgy ul li .wz {
	padding: 30px;
	background: #fff;
}
.sy_dgy ul li .wz p {
	font-size: 28px;
	line-height: 38px;
	padding-bottom: 10px;
}
.sy_dgy ul li .zzz {
	font-size: 14px;
	color: #666;
	line-height: 28px;
}
.sy_dgy ul li span {
	width: 100%;
	height: 1px;
	background: #003696;
	display: block;
	position: relative;
	margin-top: 30px;
}
.sy_dgy ul li span i {
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background: #003696;
	position: absolute;
	top: -5px;
	left: 0;
}
.sy_dgy ul li:hover span i {
	left: 10%;
	transition: all 2s;
}
.sy_dgy ul li:hover {
	box-shadow: 0 2px 10px 4px rgba(0, 0, 0, .2);
}
.sy_dgy .wrt {
	margin: 0px auto;
	border-radius: 20px;
	box-shadow: 10px 5px 5px 0px rgba(0,0,0,.1);
	padding: 80px;
	background: #003696;
}
.sy_dgy .wrt h1 {
	font-size: 60px;
	color: #fff;
	font-weight: bold;
	float: left;
}
.sy_dgy .wrt p {
	font-size: 20px;
	color: #666;
	line-height: 24px;
}
 @media only screen and (max-width:1440px) {
.sy_dgy ul li .wz p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 7;
	overflow: hidden;
}
}
@media only screen and (max-width:992px) {
.sy_dgy {
	width: 100%;
	height: 40vh;
	margin: 10px auto 0px auto;
	position: relative;
	z-index: 1;
}
.sy_dgy img {
	position: absolute;
	height: 40vh;
	width: auto;
	transform: translateX(-50%);
	top: 0;
}
.sy_dgy .wrt {
	position: absolute;
	left: 5%;
	top: 18%;
	width: 90%;
	z-index: 3;
}
.sy_dgy .wrt h1 {
	font-size: 22px;
	padding: 0px 0px 20px 0px;
	color: #fff;
}
.sy_dgy .wrt p {
	font-size: 14px;
	color: #fff;
	line-height: 28px;
}
}
.gy_bt {
	width: 100%;
	margin-bottom: 40px;
	text-align: left;
	user-select: none;
}
.gy_bt h3 {
	font-size: 46px;
	line-height: 50px;
	font-weight: bold;
	margin-bottom: 20px;
}
.gy_bt h2 {
	color: #666;
}
.gy_bt p {
	font-size: 18px;
	color: #999;
	padding-top: 15px
}
@media only screen and (max-width:1360px) {
.gy_bt {
	width: 100%;
	margin-bottom: 20px;
	text-align: left;
	user-select: none;
}
.gy_bt h3 {
	font-size: 38px;
	line-height: 50px;
	font-weight: bold;
	margin-bottom: 0px;
}
.gy_bt h2 {
	font-size: 18px;
	color: #999;
	padding-top: 10px
}
}
 @media only screen and (max-width:992px) {
.gy_bt {
	margin: 20px 0px;
}
.gy_bt h3 {
	font-size: 32px;
	line-height: 44px;
	margin-bottom: 0px;
}
.gy_bt h2 {
	font-size: 16px;
}
.gy_bt p {
	font-size: 14px;
	color: #999;
	padding-top: 10px
}
}
.sy_ly {
	width: 100%;
	margin: 0px auto;
	padding: 100px 0px 0px 0px;
}
.sy_ly .hx {
	border-radius: 20px;
	background: #f6f6f6;
}
.sy_ly .hx .zc {
	width: 50%;
	float: left;
	padding: 5%;
}
.sy_ly .hx h3 {
	font-size: 18px;
	color: #999;
	position: relative;
	margin-bottom: 10px;
}
.sy_ly .hx h2 {
	font-size: 52px;
	color: #333;
	margin-bottom: 15px;
	font-weight: bold;
}
.sy_ly .hx .gdd {
	height: 50px;
}
.sy_ly .hx p {
	font-size: 18px;
	line-height: 30px;
	text-align: justify;
	color: #333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden;
}
.sy_ly .hx .yc {
	width: 40%;
	float: right;
	background: #003696;
	border-radius: 10px;
	padding: 50px;
}
.sy_ly .hx .yc h4 {
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
}
.sy_ly .hx .yc .bk {
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding: 0 2%;
	border-radius: 6px;
	margin-bottom: 20px;
	width: 100%;
	background: #fff;
	border: none;
}
.sy_ly .hx .yc .bk font {
	color: #247a52;
	font-weight: bold;
	font-size: 16px;
}
.sy_ly .hx .yc .txt {
	width: 100%;
	background: none;
	border: none;
	font-size: 16px;
	color: #666;
	line-height: 50px;
}
.sy_ly .hx .yc .txt1 {
	width: 100%;
	background: #fff;
	border: none;
	font-size: 16px;
	color: #666;
	line-height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	height: 100px;
	border-radius: 6px;
	padding: 1% 2%;
}
.sy_ly .hx .yc .an {
	width: 100%;
	height: 60px;
	margin: 20px auto 10px auto;
	text-transform: uppercase;
	line-height: 60px;
	background: #000;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	border-radius: 5px;
	text-align: center;
}
.sy_ly .hx .yc .an a {
	color: #fff;
}
.sy_ly .hx .yc .jz {
	text-align: center;
	padding: 20px 0px 0px 0px;
	height: 30px;
	color: #666;
	font-weight: normal;
}
.sjdh {
	display: none;
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	background-image: linear-gradient(0deg, #eee, #fff);
	border-top: #ddd 1px solid;
	z-index: 9999999
}
.sjdh ul {
	display: flex;
	justify-content: space-between;
}
.sjdh ul li {
	width: 33.33%;
	text-align: center;
	padding: 6px 0
}
.sjdh ul li a p {
	color: #333333;
	font-size: 14px;
}
.sjdh ul li a i {
	font-size: 24px;
	font-weight: bold;
	color: #1b488b;
}
@media only screen and (max-width:992px) {
.sjdh {
	display: block;
}
}
.pc_kf {
	width: 50px;
	position: fixed;
	right: 20px;
	bottom: 100px;
	z-index: 99999;
}
.pc_kf .nr {
	font-size: 18px;
	text-align: center;
	line-height: 50px;
	margin-bottom: 10px;
	position: relative;
}
.pc_kf .tel {
	width: 200px;
	background-color: #1976d2;
	font-size: 20px;
	font-weight: bold;
	line-height: 50px;
	border-radius: 5px;
	color: #fff;
	position: absolute;
	top: 0;
	right: -200px;
	opacity: 0;
}
.pc_kf .tell {
	width: 280px;
	background-color: #1976d2;
	font-size: 20px;
	line-height: 50px;
	color: #fff;
	position: absolute;
	top: 0;
	right: -160px;
	opacity: 0;
}
.pc_kf .nr:hover .tel {
	right: 56px;
	opacity: 1;
	transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}
.pc_kf .yx {
	width: 250px;
	background-color: #1976d2;
	font-size: 20px;
	font-weight: bold;
	line-height: 50px;
	border-radius: 5px;
	color: #fff;
	position: absolute;
	top: 0;
	right: -250px;
	opacity: 0;
}
.pc_kf .nr:hover .yx {
	right: 56px;
	opacity: 1;
	transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}
.pc_kf .ewm {
	width: 130px;
	padding: 10px 10px 0;
	background-color: #1976d2;
	position: absolute;
	bottom: 0;
	right: -180px;
	opacity: 0;
	border-radius: 5px;
}
.pc_kf .ewm img {
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 10px;
}
.pc_kf .ewm p {
	font-size: 14px;
	color: #fff;
	line-height: 16px;
	margin-bottom: 10px;
}
.pc_kf .nr:hover .ewm {
	right: 56px;
	opacity: 1;
	transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}
.pc_kf .nr a {
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 100px;
	box-shadow: 0 0 5px #ccc;
	background-color: #fff;
	overflow: hidden;
}
.pc_kf .nr i {
	color: #1976d2;
	font-size: 26px;
}
.pc_kf .nr i.icon-youxiang {
	font-size: 24px;
}
.pc_kf .nr i.icon-icon {
	font-size: 26px;
	vertical-align: middle;
}
.pc_kf .fh {
	width: 50px;
	height: 50px;
	border-radius: 100px;
	background: linear-gradient(to right, #0055c9, #18b9d4);
	text-align: center;
	line-height: 50px;
	color: #fff;
	cursor: pointer;
}
.pc_kf .fh i {
	font-size: 28px;
	font-weight: bold;
	color: #fff;
}
.pc_kf .fh i a {
	color: #fff;
}
.pc_kf .dxs {
	display: block;
}
.pc_kf .sxs {
	display: none;
}
@media only screen and (max-width:992px) {
.pc_kf {
	right: 10px;
	bottom: 100px;
	display: none;
}
.pc_kf .nr {
	width: 20%;
	border-right: 1px solid rgba(255,255,255,.6);
	font-size: 20px;
	background: none;
	box-shadow: none;
	margin-bottom: 0;
	float: left;
}
.pc_kf .tel {
	display: none;
}
.pc_kf .ewm {
	display: none;
}
.pc_kf .nr a {
	display: block;
	width: 100%;
	border-radius: 0;
	background-color: #1976d2;
	box-shadow: none;
}
.pc_kf .nr i {
	color: #fff;
}
.pc_kf .nr a:hover i {
	color: #fff;
}
.pc_kf .fh {
	width: 19.8%;
	box-shadow: none;
	font-size: 22px;
	float: left;
	border-radius: 0;
}
.pc_kf .dxs {
	display: none;
}
.pc_kf .sxs {
	display: block;
	margin: 11px auto 0px auto;
}
}
/*翻页*/
.paging {
	width: 100%;
	margin: 30px auto;
	text-align: center;
	overflow: hidden;
}
.paging a {
	line-height: 40px;
	color: #888;
	background-color: #fff;
	text-align: center;
	font-size: 18px;
	border: 1px solid #e7e7e7;
	width: 40px;
	height: 40px;
	border-radius: 100px;
	margin: 0 3px;
	display: inline-block;
}
.paging a:hover {
	background-color: #033a94;
	border: 1px solid #033a94;
	color: #fff;
}
.paging a.on {
	background-color: #033a94;
	border: 1px solid #033a94;
	color: #fff;
}
@media only screen and (max-width:1023px) {
.paging {
	margin: 20px auto 30px auto;
}
.paging a {
	line-height: 32px;
	font-size: 14px;
	width: 32px;
	height: 32px;
	margin: 0 3px;
}
}
.nm {
	margin: 50px 0px 0px 0px;
}
.nm a {
	width: 160px;
	height: 40px;
	text-align: center;
	background: #033a94;
	border: 1px solid #033a94;
	font-size: 16px;
	color: #fff;
	line-height: 38px;
	display: block;
	position: relative;
}
.nm a i {
	margin-left: 10px;
}
.nm a:hover {
	color: #033a94;
	background: #fff;
}
.nm a:before {
	content: "";
	width: 0;
	height: 100%;
	border: 3px solid #033a94;
	border-width: 3px 0 3px 0;
	top: -3px;
	left: -3px;
	position: absolute;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.nm a:after {
	content: "";
	width: 100%;
	height: 0;
	border: 3px solid #033a94;
	border-width: 0 3px 0 3px;
	top: -3px;
	left: -3px;
	position: absolute;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.nm a:hover:before {
	width: 166px;
}
.nm a:hover:after {
	height: 46px;
}
.kcxfz {
	margin: 80px auto;
}
/* 顶部核心模块 - 响应式布局 */
.core-container {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 60px;
	position: relative;
	padding: 20px 0;
}
.core-item {
	display: flex;
	align-items: center;
	margin: 10px;
}
.core-btn {
	padding: 12px 30px;
	border-radius: 50px;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
}
.core-btn.blue {
	background-color: #1e50b3;
}
.core-btn.orange {
	background-color: #ff8c2e;
}
.core-circle {
	width: 300px;
	height: 300px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	padding: 20px;
}
.circle-blue {
	background: linear-gradient(135deg, #1e50b3, #4a7cdb);
	position: relative;
	z-index: 2;
}
.circle-orange {
	background: linear-gradient(135deg, #ff8c2e, #ffb47b);
	margin-left: -50px;
	z-index: 1;
}
.arrow {
	width: 0;
	height: 0;
	margin: 0 auto;
}
.arrow.blue {
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 25px solid #4a7cdb;
}
.arrow.orange {
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 25px solid #ffb47b;
}
/* 内容模块 - 响应�?*/
.content-container {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	justify-content: space-between;
}
.content-left, .content-right {
	flex: 1;
	min-width: 300px;
}
.content-title {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 20px;
}
.content-title.blue {
	color: #1e50b3;
}
.content-title.orange {
	color: #ff8c2e;
}
/* 左侧标签�?*/
.tag-group {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	margin: 20px 0;
}
.tag {
	background-color: #4a7cdb;
	color: #fff;
	padding: 8px 15px;
	border-radius: 50px;
	font-size: 14px;
}
.content-desc {
	line-height: 1.8;
	color: #333;
	font-size: 18px;
}
/* 右侧层级标题 */
.level-title {
	font-size: 20px;
	font-weight: bold;
	color: #ff8c2e;
	margin: 15px 0 5px;
}
        /* 媒体查询 - 移动端适配 */
        @media (max-width:992px) {
.kcxfz {
	margin: 40px auto;
}
.core-circle {
	width: 150px;
	height: 150px;
	font-size: 16px;
}
.core-btn {
	font-size: 16px;
	padding: 10px 20px;
}
.content-container {
	flex-direction: column;
}
}
.ny_gy {
	width: 100%;
	padding: 0%;
	overflow: hidden;
}
.ny_gy .left {
	width: 40%;
	float: left;
	margin-left: 7.5%;
	text-align: left;
	padding-top: 4%;
}
.ny_gy .left .wz p {
	font-size: 16px;
	line-height: 26px;
	text-align: justify;
	color: #666;
	margin-top: 15px;
}
.ny_gy .right {
	float: right;
	width: 45%;
}
.ny_gy .right img {
	width: 100%;
	height: auto;
}
@media only screen and (max-width:1660px) {
.ny_gy .left {
	width: 42%;
	float: left;
	margin-left: 5%;
	text-align: left;
}
.ny_gy .left .wz p {
	font-size: 15px;
	line-height: 24px;
}
.ny_gy .right {
	float: right;
	width: 48%;
}
.ny_gy .left .lbb {
	width: 100%;
	margin: 30px 0px 0px 0px;
}
.ny_gy .left .lbb ul li .tp {
	width: 35px;
	height: 35px;
	margin-bottom: 0px;
}
}
@media only screen and (max-width:1440px) {
.ny_gy {
	width: 100%;
	overflow: hidden;
}
.ny_gy .left .wz p {
	font-size: 14px;
	line-height: 22px;
}
.ny_gy .right {
	margin-top: 25px;
}
}
@media only screen and (max-width:995px) {
.ny_gy {
	padding: 0;
}
.ny_gy .left {
	width: 94%;
	float: none;
	margin-top: 0px;
	padding: 0% 0% 3% 0%;
	margin-left: 3%;
}
.ny_gy .left .wz p {
	font-size: 14px;
	line-height: 22px;
	margin-top: 0px;
	height: 132px;
	overflow: hidden;
}
.ny_gy .left .lbb {
	width: 100%;
	margin: 5px 0px 0px 0px;
}
.ny_gy .left .lbb ul li p {
	line-height: 50px;
	height: 50px;
	font-size: 14px;
	color: #333;
}
.ny_gy .right {
	float: none;
	width: 100%;
	margin-top: 10px;
}
}
.ny_gl {
	width: 100%;
	overflow: hidden;
}
.ny_gl .zc {
	width: 100%;
	font-size: 38px;
	margin-bottom: 40px;
	font-weight: bold;
}
.ny_gl .zc span {
	font-weight: bold;
}
.ny_gl .zc font {
	background: #033a94;
	width: 70px;
	height: 4px;
	display: block;
	margin-top: 40px;
}
.ny_gl .zj {
	width: 100%;
}
.ny_gl .zj ul li {
	width: 31%;
	margin: 0 3.5% 0 0;
	float: left;
	border-radius: 10px;
	background: #fff;
	overflow: hidden;
}
.ny_gl .zj ul li:nth-child(3n) {
	margin-right: 0;
}
.ny_gl .zj ul li .tp {
	width: 100%;
}
.ny_gl .zj ul li .tp img {
	width: 100%;
	height: auto;
}
.ny_gl .zj .wz {
	padding: 30px 0px;
	min-height: 250px;
}
.ny_gl .zj h1 {
	font-size: 24px;
	padding-bottom: 15px;
	font-weight: bold;
}
.ny_gl .zj p {
	font-size: 18px;
	line-height: 24px;
}
.ny_gl .zj .gd {
	height: 45px;
}
.ny_gl .yc {
	width: 20%;
	float: right;
	padding-top: 4%;
	display: none;
}
.ny_gl .yc ul li {
	width: 50%;
	float: left;
	text-align: center;
}
.ny_gl .yc ul li img {
	width: 120px;
	height: 120px;
	transition: transform 0.3s ease;
}
.ny_gl .yc ul li p {
	height: 70px;
	padding-top: 10px;
}
.ny_prt {
	overflow: hidden;
	padding: 4% 0;
}
.zzz5 {
	position: relative;
}
.zzz5 .ziyuan5 {
	width: 94%;
	margin: 40px auto;
}
.zzz5 .ziyuan5 .swiper-slide {
	position: relative;
}
.zzz5 .ziyuan5 .swiper-slide .tp {
	width: auto;
	height: 90px;
	overflow: hidden;
}
.zzz5 .ziyuan5 .swiper-slide img {
	width: auto;
	height: 90px;
	overflow: hidden;
}
.zzz5 .swiper-button-next {
	width: 30px;
	height: 30px;
	background: url(../images/you.png) no-repeat;
	right: 0;
	margin-top: 30px;
	background-size: 30px 30px;
}
.zzz5 .swiper-button-prev {
	width: 30px;
	height: 30px;
	background: url(../images/zuo.png) no-repeat;
	left: 0;
	margin-top: 30px;
	background-size: 30px 30px;
}
@media only screen and (max-width:1440px) {
.zzz5 {
	width: 90%;
	margin: 0px auto;
	position: relative;
}
}
@media only screen and (max-width:992px) {
.zzz5 {
	width: 94%;
	margin: 0px auto;
	position: relative;
}
.zzz5 .ziyuan5 {
	width: 100%;
	margin: 20px auto;
}
.zzz5 .swiper-button-next {
	display: none;
}
.zzz5 .swiper-button-prev {
	display: none;
}
}
.ny_g2 {
	overflow: hidden;
	padding: 4% 0 1% 0;
}
.ny_g2 ul {
	margin-top: 50px;
	text-align: center;
}
.ny_g2 ul li {
	float: left;
	text-align: center;
	margin: 0px 30px;
}
.ny_g2 ul li img {
	height: 50px;
	width: auto;
}
.kehu {
	padding: 25px 0px 0px 0px;
}
.kehu .swiper-slide {
	overflow: hidden;
	box-sizing: border-box;
}
.kehu .swiper-slide i {
	display: block;
	overflow: hidden
}
.kehu .swiper-slide i img {
	width: 100%;
	height: auto
}
@media only screen and (max-width:992px) {
.kehu .swiper-slide {
	padding: 8px;
}
}
 @media only screen and (max-width:1660px) {
.ny_gl .zj .wz {
	padding: 30px;
	min-height: 300px;
}
.ny_g2 ul li {
	margin: 0px 15px;
}
}
 @media only screen and (max-width:992px) {
.ny_gl .zc {
	width: 100%;
	float: none;
	font-size: 24px;
	padding-top: 5%;
}
.ny_gl .zc font {
	margin-top: 30px;
}
.ny_gl .zj {
	width: 100%;
	float: none;
	margin-left: 0%;
	margin-top: 8%;
}
.ny_gl .zj h1 {
	font-size: 20px;
	padding-bottom: 10px;
}
.ny_gl .zj .gd {
	height: 30px;
}
.ny_gl .yc {
	width: 100%;
	float: none;
	padding-top: 4%;
}
.ny_gl .yc ul li {
	width: 50%;
	float: left;
	text-align: center;
}
.ny_gl .yc ul li img {
	width: 120px;
}
.ny_gl .yc ul li p {
	height: 70px;
	padding-top: 10px;
}
.ny_g2 {
	width: 100%;
	overflow: hidden;
	padding: 5% 0;
}
.ny_g2 ul {
	margin-top: 40px;
}
.ny_g2 ul li {
	margin: 0px 10px 20px 0px;
}
.ny_g2 ul li img {
	height: 38px;
	width: auto;
}
}
.ny_g3 {
	width: 100%;
	overflow: hidden;
	padding-top: 80px;
}
.ny_g3 ul li {
}
.ny_g3 ul li:nth-child(2n) .tp {
	float: right;
}
.ny_g3 ul li:nth-child(2n) .wz {
	float: left;
}
.ny_g3 .tp {
	width: 50%;
	height: 400px;
	overflow: hidden;
	position: relative;
	float: left;
}
.ny_g3 .tp img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.ny_g3 .wz {
	width: 50%;
	color: #000;
	height: 400px;
	padding: 5% 5% 0% 5%;
	background: #f6f6f6;
	float: right;
}
.ny_g3 .wz h1 {
	font-size: 32px;
	font-weight: bold;
	line-height: 36px;
	color: #033a94;
	margin-bottom: 25px;
}
.ny_g3 .wz p {
	font-size: 16px;
	color: #666666;
	font-weight: lighter;
	margin-bottom: 20px;
	line-height: 24px;
}
.ny_g3 .wz p font {
	color: #033a94;
	padding-right: 10px;
	font-weight: bold;
}
.ny_g3 span {
	width: 70px;
	height: 4px;
	background: #e86400;
	display: block;
	margin: 20px 0px;
}
@media only screen and (max-width:1660px) {
.ny_g3 .tp {
	height: 350px;
}
.ny_g3 .wz {
	height: 350px;
	padding: 5% 5% 0% 5%;
	background: #f6f6f6;
}
.ny_g3 .wz h1 {
	font-size: 33px;
}
.ny_g3 .wz p {
	font-size: 16px;
}
}
 @media only screen and (max-width:1440px) {
.ny_g3 .tp {
	height: 300px;
}
.ny_g3 .wz {
	height: 300px;
	padding: 5% 5% 0% 5%;
	background: #f6f6f6;
}
.ny_g3 .wz h1 {
	font-size: 33px;
}
.ny_g3 .wz p {
	font-size: 16px;
}
}
 @media only screen and (max-width:992px) {
.ny_g3 {
	width: 100%;
	margin: 0px auto;
	padding-top: 10px;
}
.ny_g3 .tp {
	width: 100%;
	height: 250px;
}
.ny_g3 .wz {
	width: 100%;
	height: auto;
	padding: 8% 5%;
}
.ny_g3 .wz h1 {
	font-size: 24px;
	font-weight: bold;
	line-height: 36px;
	margin-bottom: 10px;
}
.ny_g3 .wz p {
	font-size: 16px;
	color: #666666;
	font-weight: lighter;
}
}
.ny_ry {
	width: 100%;
	padding: 80px 0px;
}
.ny_ry .d1 {
}
.ny_ry .d1 ul li {
	float: left;
	width: 23%;
	margin: 0 1% 2% 1%;
	position: relative;
	background: #f6f6f6;
	text-align: center;
}
.ny_ry .d1 ul li img {
	width: 100%;
	height: auto;
}
.ny_ry .d1 ul li p {
	font-size: 16px;
	padding: 15px 0px;
}
 @media only screen and (max-width:992px) {
.ny_ry {
	padding: 10px 0px 30px 0px;
}
.ny_ry .d1 ul li {
	width: 48%;
	margin: 0 1% 5% 1%;
}
.ny_ry .d1 ul li p {
	font-size: 14px;
	padding-bottom: 10px;
}
}
.tanc {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.2);
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999999999999999999999999999;
}
.tanc .gb {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}
.tanc .gb img {
	width: 100%;
	height: auto;
}
.tanc .wz {
	width: 30%;
	height: auto;
	background: #fff;
	position: relative;
	margin: 5% auto 0 auto;
	padding: 30px;
	-moz-box-sizing: border-box; /*Firefox3.5+*/
	-webkit-box-sizing: border-box; /*Safari3.2+*/
	-o-box-sizing: border-box; /*Opera9.6*/
	-ms-box-sizing: border-box; /*IE8*/
	box-sizing: border-box;
}
.tanc .wz img {
	width: 100%;
	height: auto;
}
@media only screen and (max-width:992px) {
.tanc .wz {
	width: 94%;
	margin: 12% auto 0 auto;
	padding: 20px;
}
}
/*关于我们*/
.qc_tx {
}
.ny_pp {
	padding: 80px 0px;
}
.ny_pp ul li {
	width: 31%;
	margin: 0 2% 2.5% 0%;
	float: left;
	padding: 80px;
	text-align: center;
	border: 1px solid #ddd;
	position: relative;
}
/*.ny_pp ul li:nth-child(4n) {*/
/*	margin-right: 0;*/
/*}*/
.ny_pp ul li .tp {
	width: 100%;
	height: auto;
}
.ny_pp ul li .tp img {
	width: 100%;
	height: auto;
}
.ny_pp ul li .an {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #f0f0f0;
	font-size: 20px;
	color: #fff;
}
.ny_pp ul li .an a {
	color: #033a94;
}
.ny_pp ul li .an i {
	color: #033a94;
	font-size: 20px;
	font-weight: bold;
}
.ny_pp ul li:hover {
	border: 1px solid #033a94;
}
.ny_pp ul li:hover .an {
	background: #033a94;
}
.ny_pp ul li:hover .an i {
	color: #fff;
}
@media only screen and (max-width:992px) {
.ny_pp {
	padding: 40px 0px;
}
.ny_pp ul li {
	width: 48%;
	margin: 0 4% 3% 0%;
	padding: 40px 20px;
}
.ny_pp ul li:nth-child(2n) {
	margin-right: 0;
}
.ny_pp ul li .an {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.ny_pp ul li .an i {
	font-size: 16px;
}
}
.ny_wh {
	width: 100%;
	overflow: hidden;
	background: #fff;
	padding: 40px 0px 30px;
}
.ny_wh h1 {
	font-size: 36px;
	font-weight: bold;
	line-height: 36px;
	color: #333;
	margin-bottom: 25px;
}
.ny_wh .tp {
	width: 50%;
	height: 400px;
	overflow: hidden;
	position: relative;
	float: left;
}
.ny_wh .tp img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.ny_wh .wz {
	width: 45%;
	float: right;
}
.ny_wh .wz ul li {
	border-bottom: 1px solid #ddd;
	line-height: 60px;
	font-size: 20px;
}
.ny_wh .wz ul li font {
	color: #033a94;
	font-size: 16px;
	margin-right: 5px;
}
.ny_wh1 {
	margin: 50px auto;
}
.ny_wh1 ul li {
	width: 31%;
	float: left;
	margin: 0 3.5% 3.5% 0;
	position: relative;
}
.ny_wh1 ul li:nth-child(3n) {
	margin-right: 0;
}
.ny_wh1 ul li .tp {
	width: 100%;
	border-radius: 20px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.ny_wh1 ul li .tp img {
	width: 100%;
	height: auto;
}
.ny_wh1 ul li .bt {
	width: 80%;
	margin: 0px auto;
	margin-top: -20px;
	position: relative;
	z-index: 3;
	border-radius: 5px;
	background: #fff;
	box-shadow: 0px 0px 10px rgba(195,195,195,0.9);
	height: 50px;
	line-height: 50px;
	font-size: 22px;
	text-align: center;
}
.ny_wh1 ul li p {
	font-size: 18px;
	line-height: 26px;
	padding: 20px 0px;
	color: #666;
}
.ny_wh2 {
	margin-bottom: 50px;
}
.ny_wh2 ul li {
	width: 100%;
	margin: 0 0% 4% 0;
	position: relative;
	box-shadow: 0px 0px 10px rgba(195,195,195,0.9);
	border-radius: 20px;
	overflow: hidden;
}
.ny_wh2 ul li .tp {
	width: 20%;
	border-radius: 20px;
	overflow: hidden;
	float: left;
}
.ny_wh2 ul li .tp img {
	width: 100%;
	height: auto;
}
.ny_wh2 ul li .bt {
	width: 20%;
	float: left;
	font-size: 36px;
	padding-top: 2%;
	margin-left: 5%;
}
.ny_wh2 ul li .bt font {
	font-size: 20px;
	color: #666666;
	display: block;
	padding-top: 10px;
}
.ny_wh2 ul li .wz {
	font-size: 18px;
	line-height: 26px;
	padding: 30px;
	color: #666;
	width: 50%;
	float: right;
}
.ny_wh2 ul li .wz i {
	width: 30px;
	height: 3px;
	background: #033a94;
	display: block;
	margin-bottom: 20px;
}
.ny_wh2 ul li .wz p {
	max-height: 180px;
	overflow: auto;
}
.ny_wh3 {
	margin-bottom: 50px;
}
.ny_wh3 ul li {
	width: 100%;
	margin: 0 0% 4% 0;
	position: relative;
	box-shadow: 0px 0px 10px rgba(195,195,195,0.9);
	border-radius: 20px;
	overflow: hidden;
}
.ny_wh3 ul li .tp {
	width: 20%;
	border-radius: 20px;
	overflow: hidden;
	float: left;
}
.ny_wh3 ul li .tp img {
	width: 100%;
	height: auto;
}
.ny_wh3 ul li .bt {
	width: 20%;
	float: left;
	font-size: 30px;
	padding-top: 2%;
	margin-left: 5%;
}
.ny_wh3 ul li .bt font {
	font-size: 20px;
	color: #666666;
	display: block;
	padding-top: 10px;
}
.ny_wh3 ul li .wz {
	font-size: 16px;
	line-height: 26px;
	padding: 30px;
	color: #666;
	width: 50%;
	float: right;
}
.ny_wh3 ul li .wz i {
	width: 30px;
	height: 3px;
	background: #033a94;
	display: block;
	margin-bottom: 20px;
}
.ny_wh3 ul li .wz p {
	max-height: 180px;
	overflow: auto;
}
.ny_wh9 {
	width: 100%;
	overflow: hidden;
	background: #fff;
	padding: 80px 0px 0px 0px;
}
.ny_wh9 ul li {
	width: 100%;
	margin: 0 0% 3.5% 0;
}
/*.ny_wh9 ul li:nth-child(2n) { margin-right:0;}*/
.ny_wh9 ul li .tp {
	width: 30%;
	height: 250px;
	overflow: hidden;
	position: relative;
	border-radius: 15px;
	float: left;
}
.ny_wh9 ul li .tp img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.ny_wh9 ul li .wz {
	width: 45%;
	float: left;
	margin-left: 5%;
}
.ny_wh9 ul li h4 {
	font-size: 26px;
	font-weight: bold;
	padding: 25px 0px 30px 0px;
}
.ny_wh9 ul li p {
	font-size: 20px;
	height: 72px;
	line-height: 24px;
}
.ny_wh10 {
	width: 100%;
	overflow: hidden;
	background: #fff;
	padding: 80px 0px 40px 0px;
}
.ny_wh10 h1 {
	font-size: 36px;
	font-weight: bold;
	line-height: 36px;
	color: #333;
	margin-bottom: 40px;
}
.ny_wh10 ul li {
	width: 10%;
	float: left;
	margin: 0 2.8% 0 0;
}
.ny_wh10 ul li img {
	width: 100%;
	padding: 15px;
}
.ny_wh10 ul li:nth-child(8n) {
	margin-right: 0;
}
.kehu {
	padding-bottom: 50px;
}
.kehu .swiper-slide {
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.kehu .swiper-slide .tp {
	width: 100%;
	border-radius: 20px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.kehu .swiper-slide .tp img {
	width: 100%;
	height: auto;
}
.kehu .swiper-slide .bt {
	width: 80%;
	margin: 0px auto;
	margin-top: -20px;
	position: relative;
	z-index: 3;
	border-radius: 5px;
	background: #fff;
	box-shadow: 0px 0px 10px rgba(195,195,195,0.9);
	height: 80px;
	padding: 15px 0px;
	line-height: 25px;
	font-size: 22px;
	text-align: center;
}
.kehu .swiper-slide p {
	font-size: 16px;
	line-height: 26px;
	padding: 30px 0px;
	color: #666;
}
.kehu .swiper-button-next {
	width: 35px;
	height: 80px;
	background: #000;
	right: 10px;
	top: 32%;
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 70px;
	display: none;
	cursor: pointer;
}
.kehu .swiper-button-prev {
	width: 35px;
	height: 80px;
	background: #000;
	left: 10px;
	top: 32%;
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 70px;
	display: none;
	cursor: pointer;
}
.kehu:hover .swiper-button-next {
	display: block;
}
.kehu:hover .swiper-button-prev {
	display: block;
}
@media only screen and (max-width:1660px) {
.ny_wh2 ul li .tp {
	width: 25%;
}
.kehu .swiper-button-next {
	top: 26%;
}
.kehu .swiper-button-prev {
	top: 26%;
}
.ny_wh8 .wz ul li p {
	font-size: 16px;
	line-height: 28px;
}
.ny_wh1 ul li p {
	font-size: 16px;
}
.ny_wh9 ul li h4 {
	font-size: 24px;
}
.ny_wh9 ul li p {
	font-size: 18px;
}
.ny_wh2 ul li .bt {
	font-size: 30px;
}
.ny_wh2 ul li .bt font {
	font-size: 18px;
}
.ny_wh2 ul li .wz {
	font-size: 16px;
}
}
@media only screen and (max-width:1440px) {
.kehu .swiper-button-next {
	top: 23%;
}
.kehu .swiper-button-prev {
	top: 23%;
}
.ny_wh2 ul li .tp {
	width: 25%;
}
.ny_wh2 ul li .bt {
	width: 20%;
	font-size: 24px;
	margin-left: 3%;
}
.ny_wh2 ul li .wz {
	font-size: 15px;
	line-height: 24px;
}
.ny_wh2 ul li .wz p {
	max-height: 150px;
	overflow: auto;
}
.ny_wh9 ul li .tp {
	width: 35%;
	height: 220px;
}
.ny_wh9 ul li .wz {
	width: 60%;
	float: right;
}
.ny_wh9 ul li p {
	font-size: 15px;
	height: 90px;
}
}
 @media only screen and (max-width:992px) {
.ny_wh {
	padding: 20px 0px 10px;
}
.ny_wh h1 {
	font-size: 24px;
}
.ny_wh .tp {
	width: 100%;
	height: 200px;
	float: none;
}
.ny_wh .wz {
	width: 100%;
	float: none;
}
.ny_wh .wz ul li {
	border-bottom: 1px solid #ddd;
	line-height: 50px;
	font-size: 18px;
}
.ny_wh1 {
	margin-bottom: 40px;
}
.ny_wh1 ul li {
	width: 100%;
	float: none;
	margin: 0 0% 3.5% 0;
}
.ny_wh2 ul li .tp {
	width: 100%;
	float: none;
}
.ny_wh2 ul li .bt {
	width: 100%;
	float: none;
	font-size: 20px;
	padding-top: 2%;
	margin-left: 0%;
	padding: 20px 20px 0px 20px;
}
.ny_wh2 ul li .bt font {
	font-size: 16px;
	padding-top: 10px;
}
.ny_wh2 ul li .wz {
	font-size: 15px;
	line-height: 24px;
	padding: 20px 20px;
	color: #666;
	width: 100%;
	float: none;
}
.ny_wh2 ul li .wz i {
	margin-bottom: 10px;
}
.ny_wh2 ul li .wz p {
	max-height: 144px;
	overflow: auto;
}
.kehu .swiper-slide {
}
.ny_wh9 {
	padding: 50px 0px 0px 0px;
}
.ny_wh9 ul li {
	width: 100%;
	float: none;
	margin: 0 0% 3.5% 0;
}
.ny_wh9 ul li .tp {
	width: 100%;
	height: 200px;
	margin-bottom: 20px;
}
.ny_wh9 ul li p {
	font-size: 15px;
	height: auto;
}
.ny_wh9 ul li h4 {
	padding: 25px 0px 10px 0px;
	font-size: 20px;
}
.ny_wh9 ul li .wz {
	width: 100%;
	float: none;
	margin-left: 0;
}
.ny_wh10 {
	padding: 0px 0px 40px 0px;
}
.ny_wh10 ul li {
	width: 23%;
	float: left;
	margin: 0 2.6% 0 0;
}
.ny_wh10 ul li:nth-child(4n) {
	margin-right: 0;
}
}
.ny_sc {
	margin: 50px auto;
}
.ny_sc .w1 {
	font-size: 20px;
	line-height: 30px;
	color: #333333;
}
.ny_scc {
	margin: 50px auto;
}
.ny_scc .w1 {
	font-size: 28px;
	line-height: 30px;
	color: #333333;
	font-weight: bold;
}
.gy_wh {
	padding: 50px 0px 0px 0px;
}
.gy_wh ul li {
	width: 49%;
	float: left;
	text-align: center;
	border: 1px dashed #ccc;
	border-radius: 20px;
	margin-right: 2%;
}
.gy_wh ul li:nth-child(2n) {
	margin-right: 0;
}
.gy_wh ul li .wz {
	padding: 50px 25px 30px 25px;
	height: 300px;
}
.gy_wh ul li .wz h1 {
	font-size: 30px;
	font-weight: bold;
	color: #222222;
}
.gy_wh ul li .wz .hx {
	width: 3px;
	height: 30px;
	background: #004fa2;
	display: block;
	margin: 15px auto;
}
.gy_wh ul li .wz p {
	font-size: 18px;
	color: #666563;
}
.gy_wh ul li img {
	width: 50px;
}
@media only screen and (max-width:1660px) {
.ny_sc .w1 {
	font-size: 18px;
	line-height: 30px;
	color: #333333;
}
.gy_wh ul li .wz p {
	font-size: 16px;
	color: #666563;
}
.ny_scc .w1 {
	font-size: 24px;
}
}
 @media only screen and (max-width:1360px) {
.gy_wh ul li .wz h1 {
	font-size: 24px;
}
.gy_wh ul li .wz {
	height: 250px;
}
}
@media only screen and (max-width:992px) {
.gy_wh {
	padding: 10px 0px 0px 0px;
}
.gy_wh ul li {
	width: 100%;
	float: none;
	margin: 3% 0;
}
.gy_wh ul li .wz {
	padding: 30px 20px 30px 20px;
	height: auto;
}
.gy_wh ul li .wz h1 {
	font-size: 24px;
}
.gy_wh ul li .wz .hx {
	margin: 10px auto;
}
.gy_wh ul li .wz p {
	font-size: 15px;
	color: #666563;
}
.ny_scc {
	margin: 50px auto;
}
.ny_scc .w1 {
	font-size: 18px;
	line-height: 30px;
	color: #333333;
}
}
/*.found { width:50%; float:right;}
.found.nopadding,.found.nopadding ul{padding-top:0;}
.found ul {padding-top:0px;}
.found li {-webkit-transition: .3s;-o-transition: .3s;-moz-transition: .3s;transition: .3s;  border-radius:20px; overflow:hidden;width:100%;  margin:0 0% 2% 0; position:relative; border-radius:10px; overflow:hidden; border:1px solid #ddd; }

.found h4 {-webkit-transition: .3s;-o-transition: .3s;-moz-transition: .3s;transition: .3s; position:relative; z-index:1;}
.found h4 img { width:100%; height:auto;}
.found h4 span { position: relative; width:100%; height:60px; display:block; line-height:60px; color:#333; bottom:0; font-size:24px; z-index:5; left:0; text-align:left; padding-left:30px; background: url(../images/icon12.png) 97% center no-repeat;}
.found .info {padding:30px;display: none; font-size: 16px; line-height:26px; border-bottom:1px solid #ddd;}
.found .info h5 { font-size:20px; font-weight:bold; padding-bottom:20px;}
.found .info .font18 {padding: 5px 0;}
.found .on {-webkit-border-radius: 5px;border-radius: 5px;overflow: hidden;border-bottom: transparent;}
.found .on h4 {background-color:#003696;color: #fff;}
.found .on h4 span {color:#fff; background-image: url(../images/icon11.png);}
.found-article {padding-top: 10px;}
.found-article .article {padding-top: 20px;line-height: 26px;}

@media only screen and (max-width:992px) {
.found { width:94%; margin: 30px auto; float: none;}	
.found li {width:100%; float: none; margin:0 0% 3.5% 0; position:relative;  }
.found .info {padding:20px;}
}*/



.one {
	margin: 0px auto 50px auto;
	height: 130px;
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-top: -50px;
}
.one ul {
	width: 100000px;
	position: absolute;
	left: 0;
} /*ul width的宽不能过小*/
.one ul li {
	display: block;
	float: left;
	margin: 0 5px;
	height: 70px;
	position: relative;
}
.one ul li a {
	display: inline-block;
	height: 70px;
}
.one ul li img {
	display: block;
	height: 70px;
	width: auto;
}
.ny_pp1 {
	width: 100%;
	overflow: hidden;
	padding: 120px 0px;
}
.ny_pp1 .left {
	width: 50%;
	float: right;
	padding-top: 2%;
}
.ny_pp1 .left .wz h3 {
	font-size: 26px;
	color: #666;
	position: relative;
	margin-bottom: 10px;
}
.ny_pp1 .left .wz h2 {
	font-size: 48px;
	color: #333;
	margin-bottom: 15px;
}
.ny_pp1 .left .gdd {
	height: 15px;
}
.ny_pp1 .left .wz p {
	font-size: 18px;
	line-height: 32px;
	text-align: justify;
	color: #333;
}
.ny_pp1 .right {
	float: left;
	width: 35%;
}
.ny_pp1 .right img {
	width: 100%;
	border-radius: 0 30px 0px 30px;
}
.ny_pp1 .right .spp {
	width: 100%;
	height: auto;
}
@media only screen and (max-width:992px) {
.ny_pp1 {
	padding: 50px 0px;
}
.ny_pp1 .left {
	width: 100%;
	float: none;
	padding-top: 0%;
}
.ny_pp1 .left .wz h3 {
	font-size: 24px;
	margin-bottom: 5px;
}
.ny_pp1 .left .wz h2 {
	font-size: 36px;
	margin-bottom: 10px;
}
.ny_pp1 .left .wz p {
	font-size: 16px;
	line-height: 26px;
}
.ny_pp1 .right {
	width: 100%;
	float: none;
	margin-top: 8%;
}
}
.ny_qk1 {
	width: 100%;
	overflow: hidden;
	padding: 120px 0px;
}
.ny_qk1 .left {
	width: 55%;
	float: right;
	padding-top: 2%;
}
.ny_qk1 .left .wz h3 {
	font-size: 22px;
	color: #666;
	position: relative;
	margin-bottom: 10px;
}
.ny_qk1 .left .wz h2 {
	font-size: 44px;
	color: #333;
	margin-bottom: 15px;
}
.ny_qk1 .left .gdd {
	height: 15px;
}
.ny_qk1 .left .wz p {
	font-size: 18px;
	line-height: 32px;
	text-align: justify;
	color: #333;
}
.ny_qk1 .right {
	float: left;
	width: 40%;
}
.ny_qk1 .right img {
	width: 100%;
	border-radius: 0 30px 0px 30px;
}
.ny_qk1 .right .spp {
	width: 100%;
	height: auto;
}
@media only screen and (max-width:992px) {
.ny_qk1 {
	padding: 50px 0px;
}
.ny_qk1 .left {
	width: 100%;
	float: none;
	padding-top: 0%;
}
.ny_qk1 .left .wz h3 {
	font-size: 24px;
	margin-bottom: 5px;
}
.ny_qk1 .left .wz h2 {
	font-size: 36px;
	margin-bottom: 10px;
}
.ny_qk1 .left .wz p {
	font-size: 16px;
	line-height: 26px;
}
.ny_qk1 .right {
	width: 100%;
	float: none;
	margin-top: 8%;
}
}
.ny_51 {
	width: 100%;
	overflow: hidden;
	padding: 80px 0px;
}
.ny_51 .w1 {
	width: 100%;
	text-align: center;
}
.ny_51 .w1 h3 {
	font-size: 22px;
	color: #666;
	position: relative;
	margin-bottom: 10px;
}
.ny_51 .w1 h2 {
	font-size: 44px;
	color: #333;
	margin-bottom: 15px;
}
.ny_51 .gdd {
	height: 15px;
}
.ny_51 .w1 p {
	font-size: 18px;
	line-height: 32px;
	color: #333;
	width: 60%;
	margin: 0px auto;
}
@media only screen and (max-width:992px) {
.ny_51 {
	padding: 50px 0px;
}
.ny_51 .left {
	width: 100%;
	float: none;
	padding-top: 0%;
}
.ny_51 .left .wz h3 {
	font-size: 24px;
	margin-bottom: 5px;
}
.ny_51 .left .wz h2 {
	font-size: 36px;
	margin-bottom: 10px;
}
.ny_51 .left .wz p {
	font-size: 16px;
	line-height: 26px;
}
}
.sy_bk {
	width: 100%;
	border-top: 2px solid #fff;
	overflow: hidden;
}
.sy_bk ul li {
	width: 33.3333%;
	float: left;
	position: relative;
}
.sy_bk img {
	width: 100%;
	height: auto;
	display: block;
	transition: all 3s;
	-webkit-transition: all 3s;
	-moz-transition: all 3s;
	-ms-transition: all 3s;
	-o-transition: all 3s;
}
.sy_bk .dt {
	width: 100%;
	overflow: hidden;
}
.sy_bk ul li:hover .dt img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.sy_bk .bj {
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(0,0,0,.4);
	top: 0;
	left: 0;
}
.sy_bk .tw {
	width: 90%;
	position: absolute;
	bottom: 43%;
	left: 5%;
}
.sy_bk .tw .w {
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}
.sy_bk .tw .w h3 {
	font-size: 30px;
	line-height: 50px;
}
.sy_bk .tw .w p {
	font-size: 16px;
	margin-top: 10px;
	height: 50px;
	display: none;
	line-height: 25px;
}
.sy_bk .tw:hover {
	bottom: 40%;
	transition: all 0.6s
}
.sy_bk .tw:hover p {
	display: block;
	transition: all 0.5s;
}
.ny_p19 {
	width: 100%;
	overflow: hidden;
	padding: 120px 0px;
}
.ny_p19 .left {
	width: 65%;
	float: right;
	padding: 4% 5% 0 5%;
	text-align: center;
}
.ny_p19 .left .wz h3 {
	font-size: 28px;
	color: #333;
	position: relative;
	margin-bottom: 15px;
	line-height: 40px;
}
.ny_p19 .left .wz h2 {
	font-size: 48px;
	color: #333;
	margin-bottom: 15px;
}
.ny_p19 .left .gdd {
	height: 15px;
}
.ny_p19 .left .wz p {
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	color: #333;
}
.ny_p19 .right {
	float: left;
	width: 35%;
}
.ny_p19 .right img {
	width: 100%;
	border-radius: 0 30px 0px 30px;
}
.ny_p19 .right .spp {
	width: 100%;
	height: auto;
}
@media only screen and (max-width:1440px) {
.ny_p19 .left {
	padding: 1% 5% 0 5%;
}
.ny_p19 .left .wz p {
	font-size: 15px;
	line-height: 24px;
}
}
@media only screen and (max-width:992px) {
.ny_p19 {
	padding: 50px 0px;
}
.ny_p19 .left {
	width: 100%;
	float: none;
	padding-top: 0%;
	padding-right: 0%;
}
.ny_p19 .left .wz h3 {
	font-size: 24px;
	margin-bottom: 5px;
}
.ny_p19 .left .wz h2 {
	font-size: 36px;
	margin-bottom: 10px;
}
.ny_p19 .left .wz p {
	font-size: 16px;
	line-height: 26px;
}
.ny_p19 .right {
	width: 100%;
	float: none;
	margin-top: 8%;
	margin-left: 0%;
}
}
.qcxz {
	width: 100%;
	margin: 0;
	padding: 120px 0px 0px 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	overflow: hidden;
}
.ny_pp19 {
	width: 100%;
	overflow: hidden;
	padding: 120px 0px;
}
.ny_pp19 .left {
	width: 45%;
	float: right;
	padding-top: 4%;
}
.ny_pp19 .left .wz h3 {
	font-size: 40px;
	color: #333;
	position: relative;
	margin-bottom: 15px;
}
.ny_pp19 .left .wz h2 {
	font-size: 48px;
	color: #333;
	margin-bottom: 15px;
}
.ny_pp19 .left .gdd {
	height: 15px;
}
.ny_pp19 .left .wz p {
	font-size: 18px;
	line-height: 40px;
	text-align: left;
	color: #333;
}
.ny_pp19 .right {
	float: left;
	width: 35%;
	margin-left: 5%;
}
.ny_pp19 .right img {
	width: 100%;
	border-radius: 0 30px 0px 30px;
}
.ny_pp19 .right .spp {
	width: 100%;
	height: auto;
}
@media only screen and (max-width:1440px) {
.ny_pp19 .left {
	padding-top: 4%;
}
.ny_pp19 .right {
	float: left;
	width: 40%;
	margin-left: 5%;
}
}
@media only screen and (max-width:1360px) {
.ny_pp19 .left .wz p {
	font-size: 16px;
	line-height: 36px;
}
}
@media only screen and (max-width:992px) {
.qcxz {
	padding: 50px 0px 0px 0px;
}
.ny_pp19 {
	padding: 50px 0px;
}
.ny_pp19 .left {
	width: 100%;
	float: none;
	padding-top: 0%;
	padding-right: 0%;
}
.ny_pp19 .left .wz h3 {
	font-size: 24px;
	margin-bottom: 5px;
}
.ny_pp19 .left .wz h2 {
	font-size: 36px;
	margin-bottom: 10px;
}
.ny_pp19 .left .wz p {
	font-size: 16px;
	line-height: 26px;
}
.ny_pp19 .right {
	width: 100%;
	float: none;
	margin-top: 8%;
	margin-left: 0%;
}
}
.ny_p1 {
	width: 100%;
	overflow: hidden;
	text-align: center;
	padding: 80px 0px;
	background: rgba(220,220,220,.2);
}
.ny_p1 img {
	width: 100%;
	height: auto;
}
@media only screen and (max-width:1660px) {
.ny_p1 {
	padding: 50px 0px;
}
}
.ny_p2 {
	width: 100%;
	overflow: hidden;
	padding: 120px 0px;
}
.ny_p2 ul li {
	margin-bottom: 2px;
	background: #fff;
	text-align: center;
	overflow: hidden;
	border-radius: 20px;
	margin-bottom: 30px;
	box-shadow: 0 5px 15px rgba(0,0,0,0.05), 0 10px 30px rgba(0,0,0,0.03);
}
.ny_p2 ul li .z1 {
	width: 30%;
	float: left;
}
.ny_p2 ul li .z1 img {
	width: 100%;
	height: auto;
}
.ny_p2 ul li .z2 {
	width: 30%;
	float: left;
	background: rgba(254,142,67,.16);
	font-size: 24px;
	line-height: 40px;
	padding: 6.5% 0;
}
.ny_p2 ul li .z3 {
	width: 20%;
	float: left;
	background: rgba(254,142,67,.12);
	font-size: 16px;
	padding: 4.3% 0;
	line-height: 30px;
}
.ny_p2 ul li .z4 {
	width: 20%;
	float: left;
	background: rgba(254,142,67,.1);
	padding: 5.25% 0;
}
.ny_p2 ul li:nth-child(2n) .z2 {
	background: rgba(197,219,255,.6);
}
.ny_p2 ul li:nth-child(2n) .z3 {
	background: rgba(197,219,255,.5);
}
.ny_p2 ul li:nth-child(2n) .z4 {
	background: rgba(197,219,255,.3);
}
.ny_p2 ul li .z4 .mra {
	width: 180px;
	margin: 40px auto;
	height: 40px;
	line-height: 40px;
	background: #033a94;
	text-align: center;
	border-radius: 30px;
	font-size: 18px;
	overflow: hidden;
	color: #fff;
}
.ny_p2 ul li .z4 .mra a {
	color: #fff;
}
.ny_p2 ul li .z4 .mra:hover a {
	background: rgba(245,110,18,.99);
	color: #fff;
	font-size: 18px;
	display: block;
}
.ny_p3 {
	width: 100%;
	margin: 0px auto;
	background: rgba(220,220,220,.2);
	padding: 120px 0px;
}
.ny_p3 ul li {
	width: 31%;
	margin: 0 3.5% 0 0;
	float: left;
	box-shadow: 0 5px 15px rgba(0,0,0,0.05), 0 10px 30px rgba(0,0,0,0.03);
	border-radius: 20px;
	background: #fff;
}
.ny_p3 ul li:nth-child(3n) {
	margin-right: 0;
}
.ny_p3 ul li .tp {
	width: 100%;
	height: auto;
	border-radius: 20px;
	overflow: hidden;
}
.ny_p3 ul li .tp img {
	width: 100%;
}
.ny_p3 ul li .wz {
	text-align: center;
	padding: 30px;
}
.ny_p3 ul li h1 {
	font-size: 30px;
	margin-bottom: 20px;
	color: rgba(245,110,18,.99);
}
.ny_p3 ul li h2 {
	font-size: 20px;
	margin-bottom: 20px;
	color: #666;
	line-height: 36px;
}
.ny_p3 ul li p {
	font-size: 14px;
	color: #999;
}
/*.ny_p3 ul li .mra { width:180px; margin:40px auto; height:40px; line-height:40px;background:rgba(245,110,18,.99); text-align:center; border-radius:30px; font-size:18px; font-weight:bold; overflow:hidden; color:#fff;}
.ny_p3 ul li .mra a {color:#fff;}
.ny_p3 ul li .mra:hover a { background:#fe8e43; color:#fff; font-size:18px; display:block;}*/
/*.ny_p3 ul li:hover {box-shadow: 0 5px 15px rgba(245,110,18,.2),0 10px 30px rgba(245,110,18,.1); transform:translateY(-10px); transition:all 0.6s}*/
@media only screen and (max-width:992px) {
.ny_p3 {
	padding: 50px 0px;
}
.ny_p3 ul li {
	width: 100%;
	margin: 0 0% 3% 0;
	float: none;
}
}
.ny_p4 {
	width: 100%;
	overflow: hidden;
	text-align: center;
	padding: 100px 0px 0px 0px;
	background: rgba(220,220,220,.2);
}
.ny_p4 img {
	width: 100%;
	height: auto;
}
@media only screen and (max-width:1660px) {
.ny_p4 {
	padding: 50px 0px 0px 0px;
}
}
.ny_p5 {
	width: 100%;
	overflow: hidden;
	text-align: center;
	padding: 100px 0px 0px 0px;
}
.ny_p5 .tyy {
	font-size: 32px;
	font-weight: bold;
	padding-bottom: 50px;
	color: #033a94;
}
.ny_p5 .tyyy {
	height: 50px;
}
.ny_p5 ul li {
	width: auto;
	height: 40px;
	text-align: center;
	border-radius: 30px;
	font-size: 20px;
	margin: 0px 80px;
	display: inline-block;
}
.ny_p5 ul li img {
	width: 70px;
	height: 70px;
	border-radius: 10px;
	margin-bottom: 20px;
}
@media only screen and (max-width:992px) {
.ny_p5 {
	padding: 50px 0px 0px 0px;
}
.ny_p5 ul li {
	margin: 0px 10px;
	font-size: 14px;
	padding: 0px;
}
.ny_p5 ul li img {
	width: 60px;
	height: 60px;
}
}
.ny_p5e {
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.ny_p5e .tyy {
	font-size: 32px;
	font-weight: bold;
	padding-bottom: 50px;
	color: #033a94;
}
.ny_p5e .tyyy {
	height: 50px;
}
.ny_p5e .gybt {
	width: auto;
	margin: 0px 40px 0px 0px;
	display: inline-block;
	font-size: 24px;
}
.ny_p5e ul {
	text-align: center;
}
.ny_p5e ul li {
	width: 250px;
	margin: 0px 30px;
	display: inline-block;
	border-radius: 8px;
}
.ny_p5e ul li .tp {
	width: 30%;
	float: left;
}
.ny_p5e ul li .tp img {
	width: 100%;
}
.ny_p5e ul li .wz {
	width: 60%;
	float: left;
	margin-left: 5%;
	text-align: left;
	font-size: 20px;
	padding-top: 5%;
	min-width: 150px;
}
.ny_p5e ul li .wz span {
	font-size: 16px;
	color: #033a94;
}
@media only screen and (max-width:992px) {
.ny_p5e {
	padding: 0px 0px 0px 0px;
}
.ny_p5e ul li {
	margin: 0px 0px;
	font-size: 14px;
	width: 32%;
}
.ny_p5e ul li .tp img {
	width: 60px;
	height: auto;
}
.ny_p5e ul li .tp {
	width: 100%;
	float: none;
}
.ny_p5e ul li .wz {
	width: 100%;
	float: none;
	text-align: center;
	font-size: 16px;
	min-width: auto;
}
.ny_p5e ul li .wz span {
	font-size: 14px;
	color: #033a94;
}
}
.ny_p666 {
	width: 100%;
	margin-bottom: 80px;
	overflow: hidden;
}
.ny_p666 .gybt {
	margin: 0px 0px 30px 0px;
	display: inline-block;
	font-size: 24px;
}
.ny_p666 .zc {
	width: 45%;
	float: left;
}
.ny_p666 .yc {
	width: 45%;
	float: right;
}
.ny_p666 .ty {
	text-align: left;
}
.ny_p666 .ty ul li {
	width: 33.333%;
	float: left;
}
.ny_p666 .ty ul li .tp {
	width: 30%;
	float: left;
}
.ny_p666 .ty ul li .tp img {
	width: 100%;
}
.ny_p666 .ty ul li .wz {
	width: 60%;
	float: left;
	margin-left: 5%;
	text-align: left;
	font-size: 18px;
	padding-top: 5%;
	line-height: 26px;
}
.ny_p666 .ty ul li .wz span {
	font-size: 14px;
	color: #033a94;
}
.ny_p6e {
	width: 100%;
	overflow: hidden;
	text-align: center;
	border-top: 1px solid rgba(90,90,90,.2);
	padding-top: 50px;
}
.ny_p6e .tyy {
	font-size: 32px;
	padding-bottom: 20px;
	color: #033a94;
}
.ny_p6e .tyyy {
	height: 40px;
}
.ny_p6e .ty1 {
	padding: 30px 0px;
	font-size: 16px;
}
.ny_p6e .gybt {
	width: auto;
	margin: -10px 25px 0px 0px;
	display: inline-block;
	font-size: 24px;
}
.ny_p6e ul {
	text-align: center;
}
.ny_p6e ul li {
	width: 250px;
	text-align: center;
	margin: 0px 30px;
	display: inline-block;
	font-size: 16px;
}
.ny_p6e ul li .tp {
	width: 30%;
	float: left;
}
.ny_p6e ul li .tp img {
	width: 100%;
}
.ny_p6e ul li .wz {
	width: 60%;
	float: left;
	margin-left: 5%;
	text-align: left;
	font-size: 18px;
	padding-top: 8%;
	min-width: 150px;
}
.ny_p6e ul li .wz span {
	font-size: 14px;
	color: #033a94;
}
@media only screen and (max-width:992px) {
.ny_p6e ul li {
	margin: 0px 0px;
	font-size: 14px;
	width: 32%;
}
.ny_p6e ul li .tp img {
	width: 60px;
	height: auto;
}
.ny_p6e ul li .tp {
	width: 100%;
	float: none;
}
.ny_p6e ul li .wz {
	width: 100%;
	float: none;
	text-align: center;
	font-size: 16px;
	min-width: auto;
}
.ny_p6e ul li .wz span {
	font-size: 14px;
	color: #033a94;
}
}
.ny_p6 {
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.ny_p6 .tyy {
	font-size: 32px;
	font-weight: bold;
	padding-bottom: 30px;
	color: #033a94;
}
.ny_p6 .tyyy {
	height: 50px;
}
.ny_p6 .ty1 {
	padding: 30px 0px;
	font-size: 16px;
}
.ny_p6 ul li {
	width: auto;
	text-align: center;
	margin: 0px 40px;
	display: inline-block;
	font-size: 16px;
}
.ny_p6 ul li img {
	width: 130px;
	height: 130px;
	margin-bottom: 10px;
	box-shadow: 0 5px 15px rgba(0,0,0,0.05), 0 10px 30px rgba(0,0,0,0.03);
	padding: 5px;
}
.np_bt {
	font-size: 44px;
	color: #333;
	margin-bottom: 50px;
	text-align: center;
}
.np_bt span {
	width: 70px;
	height: 4px;
	background: #033a94;
	display: block;
	margin: 20px auto;
}
.np_bt p {
	font-size: 18px;
	color: #666;
	font-weight: normal;
	padding-top: 10px;
}
.np_bt h3 {
	font-size: 26px;
	color: #666;
}
.cw_bt {
	font-size: 46px;
	color: #134a8c;
	margin-bottom: 50px;
	text-align: center;
}
.cw_bt span {
	width: 70px;
	height: 4px;
	background: #ffd040;
	display: block;
	margin: 20px auto;
}
.cw_bt p {
	font-size: 20px;
	color: #134a8c;
	font-weight: normal;
	padding-top: 10px;
}
.ny_pp3 {
	width: 100%;
	margin: 0px auto;
	background: rgba(220,220,220,.2);
	padding: 120px 0px;
}
.ny_pp3 ul li {
	width: 31%;
	margin: 0 3.5% 0 0;
	float: left;
	box-shadow: 0 5px 15px rgba(0,0,0,0.05), 0 10px 30px rgba(0,0,0,0.03);
	border-radius: 20px;
	background: #fff;
}
.ny_pp3 ul li:nth-child(3n) {
	margin-right: 0;
}
.ny_pp3 ul li .tp {
	width: 100%;
	height: auto;
	border-radius: 20px;
	overflow: hidden;
}
.ny_pp3 ul li .tp img {
	width: 100%;
}
.ny_pp3 ul li .wz {
	text-align: center;
	padding: 30px;
}
.ny_pp3 ul li h1 {
	font-size: 30px;
	margin-bottom: 20px;
	font-weight: bold;
}
.ny_pp3 ul li h2 {
	font-size: 22px;
	margin-bottom: 20px;
	color: #666;
}
.ny_pp3 ul li p {
	font-size: 16px;
	color: #999;
}
.ny_pp3 ul li .mra {
	width: 180px;
	margin: 40px auto;
	height: 40px;
	line-height: 40px;
	background: rgba(242,221,228,.99);
	text-align: center;
	border-radius: 30px;
	font-size: 18px;
	font-weight: bold;
	overflow: hidden;
}
.ny_pp3 ul li .mra:hover a {
	background: #f1a5bf;
	color: #000;
	font-size: 18px;
	display: block;
}
.ny_pp3 ul li:hover {
	box-shadow: 0 5px 15px rgba(244,107,153,.2), 0 10px 30px rgba(244,107,153,.1);
	transform: translateY(-10px);
	transition: all 0.6s
}
@media only screen and (max-width:1360px) {
.ny_pp3 ul li .wz {
	padding: 30px 20px;
}
.ny_pp3 ul li h1 {
	font-size: 26px;
}
.ny_pp3 ul li h2 {
	font-size: 20px;
}
.ny_pp3 ul li p {
	font-size: 14px;
	color: #999;
}
}
 @media only screen and (max-width:992px) {
.cw_bt {
	font-size: 30px;
	margin-bottom: 20px;
}
.cw_bt p {
	font-size: 18px;
}
.np_bt {
	font-size: 36px;
	margin-bottom: 30px;
}
.np_bt span {
	width: 50px;
	margin: 20px auto;
}
.ny_pp3 {
	padding: 50px 0px;
}
.ny_pp3 ul li {
	width: 100%;
	margin: 0 0% 3% 0;
	float: none;
}
}
.ny_pp31 {
	width: 100%;
	margin: 0px auto;
	background: #fff;
	padding: 120px 0px;
	text-align: center;
}
.ny_pp31 .tyy {
	font-size: 32px;
	font-weight: bold;
	padding-bottom: 50px;
	color: #033a94;
}
.ny_pp31 .tyyy {
	height: 80px;
}
.ny_pp31 ul li {
	width: auto;
	height: 40px;
	text-align: center;
	border-radius: 30px;
	font-size: 20px;
	margin: 0px 80px;
	display: inline-block;
}
.ny_pp31 ul li img {
	width: 70px;
	height: 70px;
	border-radius: 10px;
	margin-bottom: 20px;
}
@media only screen and (max-width:992px) {
.ny_pp31 {
	padding: 50px 0px;
}
.ny_pp31 ul li {
	margin: 0px 10px;
	font-size: 14px;
	padding: 0px;
}
.ny_pp31 ul li img {
	width: 60px;
	height: 60px;
}
}
.ny_pp313 {
	width: 100%;
	margin: 0px auto;
	background: #fff;
	padding: 120px 0px;
	text-align: center;
}
.ny_pp313 .tyy {
	font-size: 32px;
	font-weight: bold;
	padding-bottom: 50px;
	color: #033a94;
}
.ny_pp313 .tyyy {
	height: 80px;
}
.ny_pp313 ul li {
	width: auto;
	text-align: center;
	border-radius: 30px;
	font-size: 20px;
	margin: 0px 80px;
	display: inline-block;
}
.ny_pp313 ul li img {
	width: 220px;
	height: auto;
	border-radius: 10px;
	margin-bottom: 20px;
	box-shadow: 0 5px 15px rgba(0,0,0,0.05), 0 10px 30px rgba(0,0,0,0.03);
	background: #fff;
}
.ny_pp314 {
	padding: 100px 0px 40px 0px;
	background: #f6f6f6;
}
 @media only screen and (max-width:992px) {
.ny_pp313 {
	padding: 50px 0px;
}
.ny_pp313 ul li {
	margin: 0px 10px;
	font-size: 14px;
	padding: 0px;
}
.ny_pp313 ul li img {
	width: 150px;
}
}
.ny_p43 {
	width: 100%;
	margin: 0px auto;
	background: rgba(220,220,220,.2);
	padding: 120px 0px;
}
.ny_p43 ul li {
	width: 31%;
	margin: 0 3.5% 0 0;
	float: left;
	box-shadow: 0 5px 15px rgba(3,58,148,0.05), 0 10px 30px rgba(3,58,148,0.03);
	border-radius: 20px;
	background: #fff;
}
.ny_p43 ul li:nth-child(3n) {
	margin-right: 0;
}
.ny_p43 ul li .tp {
	width: 100%;
	height: auto;
	border-radius: 20px;
	overflow: hidden;
}
.ny_p43 ul li .tp img {
	width: 100%;
}
.ny_p43 ul li .wz {
	text-align: center;
	padding: 30px;
}
.ny_p43 ul li h1 {
	font-size: 30px;
	margin-bottom: 20px;
	color: #033a94;
}
.ny_p43 ul li h3 {
	font-size: 20px;
	margin-bottom: 20px;
	color: #666;
}
.ny_p43 ul li h2 {
	font-size: 22px;
	margin-bottom: 20px;
	color: #333;
	line-height: 36px;
}
.ny_p43 ul li p {
	font-size: 14px;
	color: #999;
}
.ny_p43 ul li .mra {
	width: 180px;
	margin: 40px auto;
	height: 40px;
	line-height: 40px;
	background: #033a94;
	text-align: center;
	border-radius: 30px;
	font-size: 18px;
	overflow: hidden;
	color: #fff;
}
.ny_p43 ul li .mra a {
	color: #fff;
}
.ny_p43 ul li .mra:hover a {
	background: #fd8c3f;
	color: #fff;
	font-size: 18px;
	display: block;
}
.ny_p43 ul li:hover {
	box-shadow: 0 5px 15px rgba(3,58,148,.2), 0 10px 30px rgba(3,58,148,.1);
	transform: translateY(-10px);
	transition: all 0.6s
}
@media only screen and (max-width:1660px) {
.ny_p43 ul li h1 {
	font-size: 28px;
}
.ny_p43 ul li h2 {
	font-size: 22px;
}
}
@media only screen and (max-width:1440px) {
.ny_p43 ul li h1 {
	font-size: 26px;
}
}
@media only screen and (max-width:992px) {
.ny_p43 {
	padding: 50px 0px;
}
.ny_p43 ul li {
	width: 100%;
	margin: 0 0% 3% 0;
	float: none;
}
}
.ny_p52 {
	width: 100%;
	margin: 0px auto;
	padding: 100px 0px;
}
.ny_p52 .tab {
}
.ny_p52 .tab-hd {
	overflow: hidden;
	zoom: 1;
	text-align: center;
}
.ny_p52 .tab-hd li {
	width: auto;
	color: #fff;
	cursor: pointer;
	background: #0a68b2;
	display: inline-block;
	padding: 15px 50px;
	border-radius: 5px;
	margin: 0px 15px;
	font-size: 22px;
}
.ny_p52 .tab-hd li.active {
	background: #F60;
}
.ny_p52 .tab-bd li {
	display: none;
	font-size: 24px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 5px 15px rgba(3,58,148,0.05), 0 10px 30px rgba(3,58,148,0.03);
	margin-top: 50px;
}
.ny_p52 .tab-bd li.thisclass {
	display: list-item;
}
.ny_p52 .tab-bd li .zc {
	width: 50%;
	float: right;
	border-radius: 10px;
	overflow: hidden;
}
.ny_p52 .tab-bd li .zc img {
	width: 100%;
}
.ny_p52 .tab-bd li .yc {
	width: 45%;
	float: left;
	padding: 50px 0px 50px 50px;
}
.ny_p52 .tab-bd li .yc h1 {
	font-size: 30px;
	font-weight: bold;
	padding-bottom: 25px;
}
.ny_p52 .tab-bd li .yc h2 {
	font-size: 18px;
	padding-bottom: 20px;
	line-height: 26px;
}
.ny_p52 .tab-bd li .yc h3 {
	font-size: 16px;
	padding-bottom: 20px;
}
.ny_p52 .tab-bd li .yc p {
	font-size: 16px;
	padding-bottom: 0px;
}
@media only screen and (max-width:1660px) {
.ny_p52 .tab-bd li .zc {
	width: 55%;
}
.ny_p52 .tab-bd li .yc {
	width: 40%;
	padding: 40px 40px 40px 0px;
}
}
 @media only screen and (max-width:1440px) {
.ny_p52 .tab-bd li .zc {
	width: 50%;
}
.ny_p52 .tab-bd li .yc {
	width: 45%;
	padding: 30px 30px 30px 0px;
}
.ny_p52 .tab-bd li .yc h1 {
	font-size: 28px;
	padding-bottom: 20px;
}
.ny_p52 .tab-bd li .yc h2 {
	font-size: 16px;
	padding-bottom: 10px;
}
.ny_p52 .tab-bd li .yc h3 {
	font-size: 14px;
	padding-bottom: 10px;
}
.ny_p52 .tab-bd li .yc p {
	font-size: 14px;
	padding-bottom: 0px;
}
}
.ny_p53 {
	width: 100%;
	margin: 0px auto;
	background: rgba(220,220,220,.2);
	padding: 120px 0px;
}
.ny_p53 ul li {
	width: 19%;
	margin: 0 1.25% 0 0;
	float: left;
	border-radius: 20px;
}
.ny_p53 ul li:nth-child(5n) {
	margin-right: 0;
}
.ny_p53 ul li .tp {
	width: 100%;
	height: auto;
	box-shadow: 0 5px 15px rgba(3,58,148,0.05), 0 10px 30px rgba(3,58,148,0.03);
	border-radius: 20px;
	background: #fff;
}
.ny_p53 ul li .tp img {
	width: 100%;
	border-radius: 20px;
	overflow: hidden;
}
.ny_p53 ul li .wz {
	text-align: center;
	padding: 30px 0px;
	font-size: 16px;
}
.flexbet {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.flexcen {
	display: flex;
	justify-content: center;
}
.indexDiv21 {
	overflow: hidden;
	padding: 0px 0 100px 0;
}
.indexDiv21 ul {
	margin: 0 -12px;
	margin-top: -20px;
}
.indexDiv21 ul li {
	width: 33.333%;
	transition: all .5s;
}
.indexDiv21 ul li a {
	width: calc(100% - 24px);
	height: 450px;
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	display: block;
	margin: 0 auto;
}
.indexDiv21 ul li:hover {
	width: 50%;
}
.indexDiv21 ul li .conDiv>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.indexDiv21 ul li .textDiv {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	flex-direction: column;
	z-index: 11;
	color: #fff;
	text-transform: capitalize;
	padding-bottom: 20px;
	background: linear-gradient(to bottom, transparent, rgba(0,0,0,.7) );
}
.indexDiv21 ul li .textDiv span {
	font-size: 28px;
	padding: 0 40px;
	text-align: left;
}
.indexDiv21 ul li .textDiv .titleDiv p {
	font-size: 18px;
	text-transform: uppercase;
}
.indexDiv21 ul li .textDiv .p {
	margin-top: 5px;
	position: absolute;
	opacity: 0;
	font-size: 18px;
	padding: 0 40px;
	line-height: 30px
}
.indexDiv21 ul li a:hover .textDiv .p {
	position: relative;
	opacity: 1;
	transition: all .5s;
	padding-bottom: 30px;
}
 @media only screen and (max-width:992px) {
.indexDiv21 {
	overflow: hidden;
	padding: 0 0;
}
.indexDiv21 .flexbet {
	display: block
}
.indexDiv21 ul {
	margin: 0 -8px;
	margin-top: 20px;
	height: auto;
	overflow: hidden
}
.indexDiv21 ul li {
	width: 100%;
	transition: all .5s;
	float: left;
	margin-bottom: 20px
}
.indexDiv21 ul li a {
	width: calc(100% - 16px);
	height: 240px;
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	display: block;
	margin: 0 auto;
}
.indexDiv21 ul li:hover {
	width: 100%;
}
.indexDiv21 ul li .textDiv span {
	font-size: 26px;
	padding: 0 30px;
}
.indexDiv21 ul li .textDiv .titleDiv p {
	font-size: 16px;
}
.indexDiv21 ul li .textDiv .p {
	font-size: 16px;
	padding: 0 30px;
}
}
.ny_p21 {
	width: 100%;
	margin: 0px auto;
	padding: 80px 0px 50px 0px;
}
.ny_p21 .tab {
}
.ny_p21 .tab-hd {
	overflow: hidden;
	zoom: 1;
	text-align: center;
}
.ny_p21 .tab-hd li {
	width: auto;
	color: #fff;
	cursor: pointer;
	background: #043b95;
	display: inline-block;
	padding: 15px 50px;
	border-radius: 5px;
	margin: 0px 15px;
	font-size: 22px;
}
.ny_p21 .tab-hd li.active {
	background: #F60;
}
.ny_p21 .tab-bd li {
	display: none;
	margin-top: 40px;
}
.ny_p21 .tab-bd li .rty {
	text-align: center;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 30px;
}
.ny_p21 .tab-bd li.thisclass {
	display: list-item;
}
.ny_p21 .tab-bd li .wyp dl dd {
	width: 23%;
	margin: 0 2.6% 2.6% 0;
	float: left;
	border-radius: 20px;
	box-shadow: 0px 0px 10px rgba(195,195,195,0.25);
}
.ny_p21 .tab-bd li .wyp dl dd:nth-child(4n) {
	margin-right: 0;
}
.ny_p21 .tab-bd li .wyp dl dd:hover {
	box-shadow: 0px 0px 20px rgba(195,195,195,0.75);
	transform: translateY(-10px);
	transition: all 0.6s
}
.ny_p21 .tab-bd li .syp dl dd {
	width: 19%;
	margin: 0 1.25% 2.6% 0;
	float: left;
	border-radius: 20px;
	box-shadow: 0px 0px 10px rgba(195,195,195,0.25);
}
.ny_p21 .tab-bd li .syp dl dd:nth-child(5n) {
	margin-right: 0;
}
.ny_p21 .tab-bd li .syp dl dd:hover {
	box-shadow: 0px 0px 20px rgba(195,195,195,0.75);
	transform: translateY(-10px);
	transition: all 0.6s
}
.ny_p21 .tab-bd li .tp {
	border-radius: 10px;
	overflow: hidden;
}
.ny_p21 .tab-bd li .tp img {
	width: 100%;
}
.ny_p21 .tab-bd li .wz {
	padding: 20px;
}
.ny_p21 .tab-bd li .wz h1 {
	font-size: 20px;
	font-weight: bold;
	height: 40px;
	margin-bottom: 10px;
}
.ny_p21 .tab-bd li .wz h2 {
	font-size: 16px;
	line-height: 26px;
	height: 42px;
}
@media only screen and (max-width:1660px) {
}
 @media only screen and (max-width:1440px) {
}
.ny_p25 {
	width: 100%;
	margin: 0px auto;
	padding: 0px 0px 120px 0px;
}
.zkf {
	max-width: 1200px;
	margin: 0px auto;
}
.accordion-container {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
.accordion-item {
	background-color: #FFFFFF;
	border-radius: 0.5rem;
	box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
	overflow: hidden;
}
.accordion-header {
	width: 100%;
	padding: 1.5rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: none;
	border: none;
	cursor: pointer;
	text-align: left;
	font-weight: 600;
	font-size: 1.125rem;
	transition: background-color 0.2s ease;
}
.accordion-header:hover {
	background-color: #F3F4F6;
}
.header-content {
	display: flex;
	align-items: center;
	gap: 1rem;
	color: #134A8C;
	font-size: 24px;
	font-weight: bold;
}
.header-icon {
	color: #043b95;
	font-size: 1.5rem;
}
.chevron-icon {
	color: #6B7280;
	transition: transform 0.3s ease;
}
.accordion-content {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease-out;
}
.content-inner {
	padding: 0 1.5rem 1.5rem;
	border-top: 1px solid #F3F4F6;
}
/* 防伪查询样式 */
.anti-counterfeit p {
	color: #134A8C;
	margin-bottom: 1rem;
	font-size: 20px;
}
.query-btn {
	align-items: center;
	gap: 0.5rem;
	padding: 0.6rem 0rem;
	background-color: #043b95;
	color: white;
	border: none;
	border-radius: 0.5rem;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.2s ease;
	text-decoration: none;
	font-size: 18px;
	width: 120px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}
.query-btn:hover {
	background-color: #eb5f01;
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
	color: #fff;
}
/* 购买渠道样式 */
.purchase-channels p {
	color: #134A8C;
	margin-bottom: 1rem;
	font-size: 20px;
}
.channels-list {
	width: 100%;
	margin: 30px auto 0px auto;
}
.channel-item {
	width: 25%;
	float: left;
	text-align: center;
}
.channel-item img {
	display: block;
	align-self: center;
	width: 80px;
	height: 80px;
	object-fit: contain;
	margin: 0px auto;
}
.channel-item h3 {
	color: #134A8C;
	display: block;
	margin: 10px 0px;
	line-height: 1.2;
	align-self: center;
	font-size: 18px;
	font-weight: bold;
}
.channel-ite {
	width: 20%;
	float: left;
	text-align: center;
}
.channel-ite img {
	display: block;
	align-self: center;
	width: 80px;
	height: 80px;
	object-fit: contain;
	margin: 0px auto;
}
.channel-ite h3 {
	color: #134A8C;
	display: block;
	margin: 10px 0px;
	line-height: 1.2;
	align-self: center;
	font-size: 18px;
	font-weight: bold;
}
/* 意见反馈样式 */
.feedback p {
	color: #134A8C;
	margin-bottom: 1.5rem;
	font-size: 20px;
}
.feedback-form {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}
.form-group {
	display: flex;
	flex-direction: column;
	gap: 0.375rem;
}
.form-label {
	font-size: 18px;
	font-weight: 500;
	color: #134A8C;
}
.form-input, .form-textarea {
	padding: 0.625rem 0.75rem;
	border: 1px solid #134A8C;
	border-radius: 0.5rem;
	font-size: 0.9rem;
	transition: all 0.2s ease;
	font-family: Arial, Helvetica, sans-serif;
}
.form-input:focus, .form-textarea:focus {
	outline: none;
	border-color: #043b95;
	box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.25);
}
.form-textarea {
	min-height: 100px;
	resize: vertical;
}
.submit-btn {
	padding: 0.9rem 1.25rem;
	background-color: #043b95;
	color: white;
	border: none;
	border-radius: 0.5rem;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.2s ease;
	font-size: 22px;
	font-weight: bold;
}
.submit-btn:hover {
	background-color: #eb5f01;
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}
/* 弹窗样式 */
.modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1000;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s ease;
}
.modal-overlay.active {
	opacity: 1;
	pointer-events: all;
}
.modal-content {
	background-color: white;
	border-radius: 0.75rem;
	padding: 2rem;
	max-width: 90%;
	width: 400px;
	text-align: center;
	transform: scale(0.95);
	transition: transform 0.3s ease;
}
.modal-overlay.active .modal-content {
	transform: scale(1);
}
.success-icon {
	width: 4rem;
	height: 4rem;
	border-radius: 50%;
	background-color: #ECFDF5;
	color: #10B981;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2rem;
	margin: 0 auto 1.5rem;
}
.modal-title {
	font-size: 1.25rem;
	font-weight: 600;
	margin-bottom: 0.5rem;
}
.modal-message {
	color: #6B7280;
	margin-bottom: 1.5rem;
}
.close-btn {
	padding: 0.5rem 1.25rem;
	color: #0168b7;
	border: none;
	border-radius: 0.5rem;
	cursor: pointer;
	transition: all 0.2s ease;
	font-size: 24px;
}
.zgh {
	color: #49323b;
	border: 1px solid #49323b;
}
.pet-school {
	padding: 3rem 1rem 6rem 1rem;
}
.school-container {
	max-width: 1200px;
	margin: 0 auto;
}
.school-header {
	text-align: center;
	margin-bottom: 3rem;
}
.school-header h2 {
	font-size: clamp(1.75rem, 3vw, 2.5rem);
	font-weight: 700;
	color: #1F2937;
	margin-bottom: 1rem;
}
.school-header p {
	font-size: 1.125rem;
	color: #6B7280;
	max-width: 700px;
	margin: 0 auto;
}
/* 卡片容器 */
.articles-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2rem;
}
.wz6 {
	padding: 20px 0px;
	color: #666;
	font-size: 16px;
}
.hgkk {
	width: 52%;
}
@media (min-width: 1921px) and (max-width:3600px ) {
.header-content {
	font-size: 28px;
}
.query-btn {
	font-size: 22px;
}
.header-icon {
	font-size: 2rem;
}
.form-label {
	font-size: 1.2rem;
}
.wz6 {
	padding: 20px 0px;
	color: #666;
	font-size: 20px;
}
.school-header p {
	font-size: 1.5rem;
}
}
@media only screen and (max-width:1440px) {
.pet-school {
	padding: 1.8rem 1rem 6rem 1rem;
}
}
@media (min-width: 768px) {
.articles-grid {
	grid-template-columns: repeat(2, 1fr);
}
}
@media (min-width: 1024px) {
.articles-grid {
	grid-template-columns: repeat(3, 1fr);
}
}
 @media only screen and (max-width:992px) {
.pet-school {
	padding: 1rem 1rem 4rem 1rem;
}
.hgkk {
	width: 70%;
	margin-top: 32%;
}
.anti-counterfeit p {
	font-size: 16px;
}
.purchase-channels p {
	font-size: 16px;
}
.feedback p {
	font-size: 16px;
}
.channels-list {
	margin: 20px auto 0px auto;
}
.channel-item img {
	width: 60px;
	height: 60px;
	object-fit: contain;
	margin: 0px auto;
}
.channel-item h3 {
	font-size: 14px;
	font-weight: normal;
}
.channel-ite {
	width: 20%;
	float: left;
	text-align: center;
}
.channel-ite img {
	width: 50px;
	height: 50px;
}
.channel-ite h3 {
	font-size: 14px;
	font-weight: normal;
}
}
/* 卡片样式 */
.article-card {
	background-color: white;
	border-radius: 1rem;
	overflow: hidden;
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
	transition: all 0.3s ease;
	cursor: pointer;
	position: relative;
}
.article-card:hover {
	transform: translateY(-8px) scale(1.02);
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.card-image {
	height: 300px;
	background-color: #E5E7EB;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #6B7280;
	font-size: 3rem;
	overflow: hidden;
}
.card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}
.article-card:hover .card-image img {
	transform: scale(1.05);
}
.card-content {
	padding: 1.5rem;
}
.card-title {
	font-size: 1.25rem;
	font-weight: 600;
	color: #1F2937;
	margin-bottom: 0.75rem;
	transition: color 0.3s ease;
}
.article-card:hover .card-title {
	color: #043b95;
}
.card-description {
	color: #6B7280;
	font-size: 0.9375rem;
	margin-bottom: 1rem;
	line-height: 1.6;
}
.card-steps {
	margin-bottom: 1rem;
}
.step-item {
	display: flex;
	gap: 0.75rem;
	margin-bottom: 0.75rem;
	font-size: 0.9375rem;
}
.step-number {
	flex-shrink: 0;
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 50%;
	background-color: #EFF6FF;
	color: #043b95;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	font-size: 0.875rem;
}
.step-text {
	color: #4B5563;
}
.card-tip {
	background-color: #F3F4F6;
	padding: 0.75rem 1rem;
	border-radius: 0.5rem;
	font-size: 0.875rem;
	color: #4B5563;
	display: flex;
	align-items: center;
	gap: 0.5rem;
}
.read-more {
	margin-top: 1.25rem;
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	color: #043b95;
	font-weight: 500;
	font-size: 0.9375rem;
	text-decoration: none;
	transition: all 0.2s ease;
}
.read-more:hover {
	color: #043b95;
}
.read-more i {
	transition: transform 0.3s ease;
}
.article-card:hover .read-more i {
	transform: translateX(4px);
}
.user-interaction {
	padding: 5rem 0rem;
	overflow: hidden;
}
.interaction-container {
	max-width: 1200px;
	margin: 0 auto;
}
/* 标题区域 */
.interaction-header {
	text-align: center;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}
.interaction-header h2 {
	font-size: clamp(1.75rem, 3vw, 2.25rem);
	font-weight: 700;
	color: #134A8C;
	margin-bottom: 1rem;
	font-size: 50px;
}
.interaction-header .subtitle {
	font-size: 1.3rem;
	color: #134A8C;
	margin-bottom: 1.5rem;
	line-height: 1.6;
}
.interaction-header .hashtag {
	color: #134A8C;
	font-weight: 600;
	font-size: 1.3rem;
	margin-bottom: 2rem;
	display: inline-block;
}
.interaction-header span {
	width: 70px;
	height: 4px;
	background: #ffd040;
	display: block;
	margin: 20px auto;
}
/* 上传按钮 */
.upload-btn {
	display: inline-flex;
	align-items: center;
	gap: 0.75rem;
	padding: 0.875rem 1.5rem;
	background-color: #043b95;
	color: white;
	border: none;
	border-radius: 0.5rem;
	font-weight: 600;
	font-size: 1rem;
	cursor: pointer;
	transition: all 0.3s ease;
	box-shadow: 0 4px 6px -1px rgba(59, 130, 246, 0.2);
}
.upload-btn:hover {
	background-color: #d6752b;
	transform: translateY(-2px);
	box-shadow: 0 6px 10px -2px rgba(59, 130, 246, 0.3);
}
.upload-btn i {
	font-size: 1.25rem;
}
/* UGC墙样�?*/
.ugc-wall {
	margin-top: 2rem;
	position: relative;
}
.ugc-wall-title {
	font-size: 1.25rem;
	font-weight: 600;
	color: #1F2937;
	margin-bottom: 1.5rem;
	display: flex;
	align-items: center;
	gap: 0.5rem;
}
.ugc-wall-title i {
	color: #3B82F6;
}
/* 核心修改：固定显�?列（适配5个内容），并优化响应�?*/
.posts-grid {
	display: grid;
	/* 基础：移动端/小屏也优先展�?列（自动适配宽度�?*/
	grid-template-columns: repeat(auto-fit, minmax(calc(20% - 1.2rem), 1fr));
	gap: 1.5rem;
	/* 限制最大显示数量（可选：如果内容超过5个，隐藏多余的） */
	max-width: 100%;
	margin: 0 auto;
}

/* 可选：响应式调整（小屏时保�?个排版美观） */
@media (max-width: 992px) {
.posts-grid {
	grid-template-columns: repeat(5, 1fr); /* 强制5�?*/
	gap: 0.8rem; /* 缩小间距适配小屏 */
}
.zkf {
	max-width: 94%;
	margin: 0px auto;
}
.header-content {
	font-size: 20px;
}
.channel-ite {
	width: 33.3333%;
	float: left;
	text-align: center;
}
.channel-ite img {
	width: 60px;
	height: 60px;
}
.channel-ite h3 {
	align-self: center;
	font-size: 14px;
	font-weight: normal;
	padding: 0px 10px;
}
.form-label {
	font-size: 16px;
	font-weight: 500;
	color: #134A8C;
}
.submit-btn {
	font-size: 20px;
	font-weight: bold;
}
.interaction-header h2 {
margin-bottom:.5rem;
	font-size: 30px;
}
.interaction-header .subtitle {
	font-size: 20px;
	margin-bottom: 1rem;
	line-height: 1.6;
}
.interaction-header span {
	margin: 15px auto;
}
.ugc-wall {
	margin-top: 1rem;
	position: relative;
}
.user-interaction {
	padding: 3rem 0rem;
	overflow: hidden;
}
}
.post-item {
	border-radius: 0.75rem;
	overflow: hidden;
	aspect-ratio: 1/1.3;
	position: relative;
	cursor: pointer;
	transition: all 0.3s ease;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	background: #FFFADE;
	padding: 8px;
	/* 可选：强制每个item宽度一致，避免排版错乱 */
	flex-shrink: 0;
}
.post-item:hover {
	transform: scale(1.05) rotate(2deg);
	z-index: 10;
}
.post-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	border-radius: 0.75rem;
}
.post-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
	opacity: 0;
	transition: opacity 0.3s ease;
	display: flex;
	align-items: flex-end;
	padding: 1rem;
}
.post-item:hover .post-overlay {
	opacity: 1;
}
.post-info {
	color: white;
}
.post-username {
	font-weight: 600;
	font-size: 0.875rem;
	margin-bottom: 0.25rem;
}
.post-caption {
	font-size: 0.75rem;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	width: 100%;
}

/* 动画效果：适配5个item的动画节�?*/
@keyframes float {
 0%, 100% {
transform: translateY(0);
}
 50% {
transform: translateY(-10px);
}
}
/* �?个item分别设置不同的动画，避免重复 */
.post-item:nth-child(1) {
	animation: float 4s ease-in-out infinite;
}
.post-item:nth-child(2) {
	animation: float 4.5s ease-in-out infinite 0.2s;
}
.post-item:nth-child(3) {
	animation: float 5s ease-in-out infinite 0.4s;
}
.post-item:nth-child(4) {
	animation: float 5.5s ease-in-out infinite 0.6s;
}
.post-item:nth-child(5) {
	animation: float 6s ease-in-out infinite 0.8s;
}
.ry_zz {
	width: 100%;
	margin: 0px auto;
	background: #f6f6f6;
	height: 100vh;
}
.ry_zz .zzz {
	width: 100%;
	margin: 0px auto;
	position: relative;
}
.ry_zz .zzz .ziyuan1 {
	width: 100%;
	margin: 0px auto;
}
.ry_zz .zzz .ziyuan1 .swiper-slide {
	position: relative;
	background: #f6f6f6;
	height: 100%;
}
.ry_zz .zzz .ziyuan1 .swiper-slide .tp {
	width: 50%;
	float: left;
	height: 100vh;
}
.ry_zz .zzz .ziyuan1 .swiper-slide .tp img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s
}
.ry_zz .zzz .ziyuan1 .swiper-slide .yyzi {
	width: 50%;
	float: right;
	padding: 8%;
	text-align: center;
}
.ry_zz .zzz .ziyuan1 .swiper-slide .yyzi h3 {
	font-size: 42px;
	color: #333;
	padding-bottom: 25px;
}
.ry_zz .zzz .ziyuan1 .swiper-slide .yyzi p {
	font-size: 18px;
	line-height: 30px;
}
.ry_zz .zzz .swiper-button-next {
	width: 48px;
	height: 48px;
	right: 5%;
	background-size: 48px 48px;
	margin-top: 18%;
	background: #043b95;
	border-radius: 100px;
	text-align: center;
	color: #fff;
	line-height: 48px;
}
.ry_zz.zzz .swiper-button-next i {
	font-size: 24px;
}
.ry_zz .zzz .swiper-button-next:hover {
	background: #fff;
	border: 1px solid #043b95;
	color: #043b95;
}
.ry_zz .zzz .swiper-button-prev {
	width: 48px;
	height: 48px;
	left: 89%;
	background-size: 48px 48px;
	margin-top: 18%;
	background: #043b95;
	border-radius: 100px;
	text-align: center;
	color: #fff;
	line-height: 48px;
}
.ry_zz .zzz .swiper-button-prev i {
	font-size: 24px;
}
.ry_zz .zzz .swiper-button-prev:hover {
	background: #fff;
	border: 1px solid #043b95;
	color: #043b95;
}
@media only screen and (max-width:992px) {
.ry_zz .zzz .swiper-button-next {
	display: none;
}
.ry_zz .zzz .swiper-button-prev {
	display: none;
}
}
.profile_left {
	width: 100%;
	z-index: 8;
}
.profile_right {
	width: 100px;
	height: auto;
	position: fixed;
	left: 5px;
	top: 30%;
	z-index: 10;
}
.profile_right_cnt {
	width: 100%;
	height: auto;
	background: url(../images/profile_menu_bg1.png) -23px 0 repeat-y;
	float: left
}
.profile_right_cnt p {
	width: 100%;
	color: #333;
	float: left;
	background: url(../images/profile_menu_bg.png) 0 -41px no-repeat;
	padding-left: 18px;
	margin: 6px 0
}
.profile_right_cnt p.sec {
	background: 0;
	position: relative;
	height: 18px;
	margin: 4px 0
}
.profile_right_cnt p.sec:hover {
	background: 0
}
.profile_right_cnt a.sec {
	width: 100%;
	color: #999;
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	font-weight: normal;
	background: url(../images/profile_menu_bg.png) 0 -80px no-repeat;
	padding-left: 30px;
	margin: 2px 0
}
.profile_right_cnt a.sec:hover {
	color: #c00;
	cursor: pointer;
	background: url(../images/profile_menu_bg.png) 0 -61px no-repeat
}
.profile_right_cnt p a {
	color: #999
}
.profile_right_cnt p:hover {
	color: #0168b7;
	cursor: pointer;
	background: url(../images/profile_menu_bg.png) 0 -22px no-repeat
}
.profile_right_cnt p:hover a {
	color: #c00
}
.profile_right_cnt div.profile_right_cnt_first {
	width: 100%;
	float: left;
	font-weight: bold;
	background: url(../images/profile_menu_bg.png) 0 -6px no-repeat;
	padding-left: 12px;
	height: 12px;
	margin-bottom: 10px
}
.profile_right_cnt div.profile_right_cnt_last {
	width: 100%;
	float: left;
	font-weight: bold;
	background: url(../images/profile_menu_bg.png) 0 -6px no-repeat;
	padding-left: 12px;
	height: 12px;
	margin-top: 10px
}
.profile_right_cnt ul {
	float: left;
	margin-bottom: 10px;
	margin-top: 10px
}
.profile_right_cnt ul li {
	float: left;
	padding-left: 18px;
	width: 100%;
	line-height: 23px
}
.profile_right_cnt ul li a {
	color: #333
}
.profile_right_cnt ul li a:hover {
	color: #0168b7
}
.profile_right_cnt .floatnav_a_cur {
	color: #0168b7;
	cursor: pointer;
	background: url(../images/profile_menu_bg.png) 0 -22px no-repeat
}
.profile_right_cnt .floatnav_a_cur a {
	color: #0168b7
}
.profile_right_cnt .floatnav_a_cur a.sec {
	color: #0168b7;
	background: url(../images/profile_menu_bg.png) 0 -59px no-repeat
}
.qc_lc {
	position: relative;
	margin-top: 60px;
}
.qc_lc .bjg {
	position: absolute;
	left: 5%;
	width: 90%;
	background: #fff;
	height: 1px;
	top: 54%;
}
.qc_lc .lcfz {
	width: 85%;
	margin: 0px auto;
	padding: 20px 0px 0px 0px;
}
.qc_lc .lcfz .swiper-slide {
	position: relative;
	text-align: center;
}
.qc_lc .lcfz .swiper-slide .tp {
	color: #fff;
	font-size: 40px;
	font-weight: bold;
}
.qc_lc .lcfz .swiper-slide .tp span {
	display: block;
	font-size: 24px;
	font-weight: normal;
	color: #fff;
}
.qc_lc .lcfz .swiper-slide i {
	width: 15px;
	height: 15px;
	border-radius: 100%;
	border: 4px solid #fff;
	background: #fff;
	display: block;
	margin: 20px auto 40px auto;
}
.qc_lc .lcfz .swiper-slide p {
	font-size: 18px;
	line-height: 28px;
	width: 100%;
	color: #fff;
}
.qc_lc .swiper-button-next {
	width: 60px;
	height: 60px;
	background: #fff;
	right: 0;
	text-align: center;
	line-height: 60px;
	border-radius: 100px;
	color: #0168b7;
	top: 52%;
	opacity: .5;
}
.qc_lc .swiper-button-next i {
	font-size: 24px;
	font-weight: bold;
}
.qc_lc .swiper-button-next:hover {
	opacity: 1;
}
.qc_lc .swiper-button-prev {
	width: 60px;
	height: 60px;
	background: #fff;
	left: 0;
	text-align: center;
	line-height: 60px;
	border-radius: 100px;
	color: #0168b7;
	top: 52%;
	opacity: .5;
}
.qc_lc .swiper-button-prev i {
	font-size: 24px;
	font-weight: bold;
}
.qc_lc .swiper-button-prev:hover {
	opacity: 1;
}
.p100 {
	padding: 100px 0px 160px 0px;
}
.h9p {
	font-size: 24px;
}
 @media (min-width: 1921px) and (max-width:3600px ) {
.qc_lc .lcfz {
	width: 100%;
}
.qc_lc .lcfz .swiper-slide .tp span {
	font-size: 30px;
}
.qc_lc .lcfz .swiper-slide i {
	margin: 30px auto 40px auto;
}
.qc_lc .lcfz .swiper-slide p {
	font-size: 24px;
	line-height: 36px;
}
.h9p {
	font-size: 30px;
}
}
@media only screen and (max-width:1440px) {
.qc_lc {
	position: relative;
	margin-top: 40px;
}
.qc_lc .bjg {
	top: 50%;
}
.qc_lc .swiper-button-next {
	top: 48%;
}
.qc_lc .swiper-button-prev {
	top: 48%;
}
}
@media only screen and (max-width:992px) {
.qc_lc {
	position: relative;
}
.qc_lc .bjg {
	position: absolute;
	left: 10%;
	width: 80%;
	background: #fff;
	height: 1px;
	top: 50%;
}
.qc_lc .lcfz {
	width: 100%;
	padding: 0px;
}
.qc_lc .lcfz .swiper-slide p {
	font-size: 16px;
	line-height: 26px;
}
.qc_lc .swiper-button-next {
	width: 30px;
	height: 30px;
	line-height: 30px;
	top: 53%;
}
.qc_lc .swiper-button-next i {
	font-size: 18px;
}
.qc_lc .swiper-button-prev {
	width: 30px;
	height: 30px;
	line-height: 30px;
	top: 53%;
}
.qc_lc .swiper-button-prev i {
	font-size: 18px;
}
.h9p {
	font-size: 14px;
}
}
.qc_xw {
	padding: 0px 0px 80px 0px;
}
.qc_xw .swiper-slide {
	padding: 0px;
	box-sizing: border-box;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	background: #f6f6f6;
	border-radius: 10px;
	margin-top: 30px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	position: relative;
}
.qc_xw .tp {
	width: 50%;
	position: relative;
	overflow: hidden;
	float: left;
}
.qc_xw .tp img {
	width: 100%;
	height: auto;
	transition: all 2s;
	-webkit-transition: all 2s;
	-moz-transition: all 2s;
	-ms-transition: all 2s;
	-o-transition: all 2s;
}
.qc_xw .swiper-slide:hover .tp img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.qc_xw .wz {
	width: 50%;
	float: right;
	padding: 30px 20px;
}
.qc_xw h3 {
	font-size: 20px;
	line-height: 24px;
	color: #333;
	margin-bottom: 15px;
}
.qc_xw span {
	color: #666;
	font-size: 14px;
	line-height: 24px
}
.qc_xw .gd6 {
	position: absolute;
	right: 20px;
	bottom: 20px;
	color: #0168b7;
}
.qc_xw .gd6 a {
	color: #0168b7;
}
.qc_xw .swiper-button-next {
	background: none;
	width: 40px;
	height: 24px;
	right: 50%;
	margin-right: -150px;
	bottom: 0;
	top: auto;
	text-align: center;
	cursor: pointer;
	color: #c7c7c7
}
.qc_xw .swiper-button-prev {
	background: none;
	width: 40px;
	height: 24px;
	left: 50%;
	margin-left: -150px;
	bottom: 0;
	top: auto;
	text-align: center;
	cursor: pointer;
	color: #c7c7c7
}
.qc_xw .swiper-button-prev i {
	color: #0168b7;
	font-size: 24px;
	font-weight: bold;
}
.qc_xw .swiper-button-next i {
	color: #0168b7;
	font-size: 24px;
	font-weight: bold;
}
.qc_xw .swiper-pagination:after {
	content: "";
	width: 100%;
	max-width: 200px;
	bottom: 0px;
	height: 1px;
	background: #c7c7c7;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 0
}
.qc_xw .swiper-pagination-bullet {
	width: 25px;
	height: 5px;
	border-radius: 0;
	transition: all 0.6s;
	background: none;
	bottom: -2px;
	position: absolute;
	z-index: 2;
}
.qc_xw .swiper-pagination-bullet-active {
	width: 25px;
	height: 5px;
	background: #0168b7;
	border-radius: 0;
	z-index: 1;
	position: absolute;
	transition: all 0.6s;
	bottom: -2px;
}
 @media (min-width: 1921px) and (max-width:3600px ) {
.qc_xw h3 {
	font-size: 32px;
	line-height: 40px;
}
.qc_xw span {
	color: #666;
	font-size: 20px;
	line-height: 28px
}
}
 @media only screen and (max-width:1440px) {
.qc_xw .wz {
	padding: 20px 20px;
}
.qc_xw h3 {
	font-size: 18px;
}
.qc_xw {
	padding: 0px 0px 50px 0px;
}
}
.qc_zj {
	width: 100%;
	padding: 120px 0px 0px 0px;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	overflow: hidden;
}
.qc_zj .con {
	padding-top: 0%;
}
 @media (min-width: 1921px) and (max-width:3600px ) {
.qc_zj .con {
	padding-top: 0%;
}
}
@media only screen and (max-width:995px) {
.qc_zj {
	padding: 50px 0px 0px 0px;
}
}
.qc_bt {
	margin-bottom: 50px;
	text-align: center;
	font-weight: bold;
}
.qc_bt p {
	font-size: 22px;
	color: #666;
	font-weight: normal;
}
.qc_bt h3 {
	font-size: 44px;
	color: #333;
	margin-bottom: 15px;
}
.cp_syy {
	width: 50%;
	float: right;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	background: rgba(255,255,255,.5);
	border-radius: 10px;
	padding: 50px;
}
.cp_syy .tit2 {
	font-size: 22px;
	text-align: left;
	padding-bottom: 20px;
}
.cp_syy .zx {
	width: 45%;
	margin-bottom: 20px;
	float: left;
}
.cp_syy .mr2 {
	margin-left: 5%;
}
.cp_syy .zx .txt {
	width: 100%;
	border: 1px solid #ddd;
	line-height: 50px;
	padding: 0px 20px;
	float: left;
	font-size: 14px;
	color: #666;
	height: 50px;
	border-radius: 3px;
	background: #fff;
}
.cp_syy .ym {
	width: 100%;
	text-align: left;
}
.cp_syy .ym span {
	font-size: 18px;
	float: left;
	line-height: 30px;
}
.cp_syy .ym .txt {
	width: 100%;
	border: 1px solid #ddd;
	line-height: 30px;
	padding: 0px 20px;
	float: left;
	font-size: 14px;
	color: #666;
	height: 100px;
	outline: none;
	font-family: "微软雅黑";
	border-radius: 3px;
}
.cp_syy .button {
	background: #0168b7;
	width: 220px;
	line-height: 50px;
	font-size: 18px;
	color: #fff;
	margin: 30px 0px 0px 0px;
	border-radius: 5px;
}
 @media (min-width: 1921px) and (max-width:3600px ) {
.cp_syy .tit2 {
	font-size: 32px;
}
.cp_syy .zx .txt {
	font-size: 18px;
	line-height: 60px;
}
.cp_syy .ym .txt {
	font-size: 18px;
}
.cp_syy .button {
	font-size: 24px;
}
}
@media only screen and (max-width:1360px) {
.cp_syy {
	width: 46%;
	float: right;
}
}
@media only screen and (max-width:992px) {
.cp_syy {
	margin: 0px auto;
	padding: 40px 0px;
}
.cp_syy .tit2 {
	font-size: 30px;
	font-weight: bold;
}
.cp_syy .tit1 {
	font-size: 18px;
	margin-bottom: 20px;
}
.cp_syy .zx {
	width: 100%;
	margin-bottom: 20px;
}
.cp_syy .mr2 {
	margin-left: 0%;
}
.cp_syy .zx .txt {
	width: 100%;
}
.cp_syy .ym .txt {
	width: 100%;
}
.cp_syy .ym span {
	line-height: 50px;
}
.cp_syy .button {
	margin: 20px 0px 0px 0px;
}
}
ul, li {
	list-style: none;
}
.ny_p51 {
	width: 100%;
	margin: 0px auto;
	background: #f4f7fb;
	padding: 80px 0px;
}
.ny_p51 .tab {
}
.ny_p51 .tab-hd {
	overflow: hidden;
	zoom: 1;
	text-align: center;
}
.ny_p51 .tab-hd li {
	width: auto;
	cursor: pointer;
	display: inline-block;
	margin: 0px 50px;
	font-size: 22px;
	padding-top: 10px;
}
.ny_p51 .tab-hd li .tp {
	width: 100px;
	height: 100px;
	margin: 0px auto 15px auto;
	box-shadow: 0px 0px 20px rgba(195,195,195,0.75);
	border-radius: 100px;
	overflow: hidden;
}
.ny_p51 .tab-hd li .tp img {
	width: 100%;
}
.ny_p51 .tab-hd li span {
	font-size: 18px;
	line-height: 30px;
	display: block;
}
.ny_p51 .tab-hd li.active {
	color: #0168b7;
	font-weight: bold;
}
.ny_p51 .tab-hd li.active span {
	color: #0168b7;
	font-weight: bold;
}
.ny_p51 .tab-bd li {
	display: none;
	margin-top: 50px;
}
.ny_p51 .tab-bd li.thisclass {
	display: list-item;
}
.ny_p51 .tab-bd li dl dd {
	width: 31%;
	margin: 0 3.5% 0% 0;
	float: left;
	border-radius: 20px;
	box-shadow: 0px 0px 10px rgba(195,195,195,0.25);
	background: #fff;
}
.ny_p51 .tab-bd li dl dd:nth-child(3n) {
	margin-right: 0;
}
/*.ny_p51 .tab-bd li dl dd:hover{box-shadow: 0px 0px 20px rgba(195,195,195,0.75); transform:translateY(-10px); transition:all 0.6s;}*/

.ny_p51 .tab-bd li dl dd .tp {
}
.ny_p51 .tab-bd li dl dd .tp img {
	width: 100%;
}
.ny_p51 .tab-bd li dl dd .wz {
	padding: 25px 20px 30px 20px;
	height: 90px;
	text-align: center;
}
.ny_p51 .tab-bd li dl dd h1 {
	font-size: 30px;
	text-align: center;
	color: #333333;
	padding: 30px 0px;
}
.ny_p51 .tab-bd li dl dd .wz span {
	font-size: 18px;
	line-height: 35px;
	width: 31%;
	border: 1px solid #ddd;
	text-align: center;
	margin: 0 1%;
	display: inline-table;
	border-radius: 30px;
}
.ny_p51 .tab-bd li dl dd .wz span:hover {
	background: #0168b7;
	border: 1px solid #0168b7;
}
.ny_p51 .tab-bd li dl dd .wz span:hover a {
	color: #fff;
}
.qcmr {
	width: 60px;
	height: 60px;
	background: #fff;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	border-radius: 100px;
	text-align: center;
	line-height: 60px;
	color: #0168b7;
	margin: 0px auto;
	margin-bottom: -30px;
	position: relative;
	font-size: 28px;
}
.qcmr a {
	color: #0168b7;
	font-size: 28px;
	font-weight: bold;
}
.qcmr a:hover {
	background: #0168b7;
	color: #fff;
	font-size: 28px;
	display: block;
	border-radius: 100px;
}
.qkmr {
	width: 100%;
	height: 40px;
	background: #fff;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	border-radius: 5px;
	text-align: center;
	line-height: 40px;
	color: #f57015;
	margin: 40px auto 20px auto;
	position: relative;
}
.qkmr a {
	color: #f57015;
	font-size: 28px;
	font-weight: bold;
}
.qkmr a:hover {
	background: #f57015;
	color: #fff;
	font-size: 28px;
	display: block;
	border-radius: 5px;
}
.kd46 {
	width: 46% !important;
}
 @media only screen and (max-width:1660px) {
.ny_p51 .tab-bd li .zc {
	width: 50%;
}
.ny_p51 .tab-bd li .yc {
	width: 45%;
	padding: 40px 40px 40px 0px;
}
.ny_p51 .tab-bd li .yc h1 {
	font-size: 32px;
	padding-bottom: 20px;
}
.ny_p51 .tab-bd li .yc h2 {
	font-size: 22px;
	padding-bottom: 15px;
}
.ny_p51 .tab-bd li .yc h3 {
	font-size: 18px;
	padding-bottom: 15px;
}
.ny_p51 .tab-bd li .yc p {
	font-size: 18px;
	padding-bottom: 10px;
}
.ny_p51 .tab-bd li dl dd .wz span {
	font-size: 16px;
}
}
 @media only screen and (max-width:1440px) {
.ny_p51 .tab-bd li .zc {
	width: 50%;
}
.ny_p51 .tab-bd li .yc {
	width: 45%;
	padding: 30px 30px 30px 0px;
}
.ny_p51 .tab-bd li .yc h1 {
	font-size: 28px;
	padding-bottom: 20px;
}
.ny_p51 .tab-bd li .yc h2 {
	font-size: 20px;
	padding-bottom: 10px;
}
.ny_p51 .tab-bd li .yc h3 {
	font-size: 16px;
	padding-bottom: 10px;
}
.ny_p51 .tab-bd li .yc p {
	font-size: 16px;
	padding-bottom: 10px;
}
}
 @media only screen and (max-width:1360px) {
.ny_p51 .tab-bd li dl dd .wz span {
	font-size: 15px;
}
}
.qk_fx {
	width: 100%; /*background:rgba(220,220,220,.2);*/
	font-family: HarmonyOS_Sans_SC_Regular;
	padding: 100px 0px;
	overflow: hidden;
}
.qk_fx ul {
	margin-top: 40px;
}
.qk_fx ul li {
	width: 19%;
	float: left;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 0px 20px rgba(195,195,195,0.75);
	border-radius: 10px;
	margin-right: 1.25%;
}
.qk_fx ul li:nth-child(5n) {
	margin-right: 0;
}
.qk_fx ul li .tp {
	width: 100%;
}
.qk_fx ul li .tp img {
	width: 100%;
	height: auto;
	transition: all 0.6s;
}
.qk_fx ul li .yyzi {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0px 25px;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	background-image: linear-gradient(180deg, transparent, #000);
	z-index: 1;
	display: none;
	color: #fff;
}
.qk_fx ul li .yyzi h3 {
	display: block;
	font-size: 18px;
	color: #333;
	font-weight: bold;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.qk_fx ul li .yyzi p {
	display: block;
	font-size: 14px;
	color: #333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	margin-top: 10px;
}
.qk_fx ul li:hover {
	background: #fff9ee;
}
.qk_fx ul li:hover img {
	transform: scale(1.1, 1.1);
	opacity: 0.5;
	transition: all 0.6s
}
.qk_fx ul li:hover .yyzi {
	background: none;
	bottom: 0;
	transform: translateY(-30%);
	display: block;
}
.qk_fx ul li:hover h3 {
	display: block;
}
.pp_qk3 {
	overflow: hidden;
	padding: 120px 0px;
}
.pp_qk3 .zc {
	width: 60%;
	float: left;
}
.pp_qk3 .yc {
	width: 40%;
	float: right;
}
.pp_qk3 .yc img {
	width: 100%;
}
.timeline-wrapper {
	margin: 0 auto;
	height: 380px;
	overflow: hidden;
	position: relative;
	margin-left: 15%;
}
.timeline-wrapper::before {
	content: '';
	position: absolute;
	left: 15px;
	top: 0;
	bottom: 0;
	width: 2px;
	background-color: #d9c7b8;
	z-index: 1;
}
.timeline-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transition: top 0.5s ease;
}
.timeline-item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 2rem;
	position: relative;
	padding-left: 40px;
}
.timeline-item::before {
	display: none;
}
.year {
	font-size: 1.8rem;
	color: #888;
	min-width: 120px;
	line-height: 1;
	margin-bottom: 8px;
	display: block;
	transition: color 0.3s ease;
}
.year.active {
	color: #333;
	font-weight: 600;
}
.year.active::after {
	content: '';
	position: absolute;
	left: 8px;
	top: 6px;
	width: 16px;
	height: 16px;
	background-color: #f39c12;
	border-radius: 50%;
	box-shadow: 0 0 0 4px rgba(243, 156, 18, 0.2);
	z-index: 2;
}
.content {
	color: #999;
	line-height: 1.8;
	padding: 0;
	width: 100%;
	transition: color 0.3s ease;
}
.timeline-item.active .content {
	color: #333;
}
.timeline-footer {
	display: flex;
	justify-content: center;
	gap: 20px;
	margin-top: 2rem;
	position: sticky;
	bottom: 2rem;
}
.arrow {
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	cursor: pointer;
	transition: all 0.3s ease;
}
.arrow:hover:not(.disabled) {
	opacity: 0.8;
	transform: scale(1.1);
}
.arrow.disabled {
	opacity: 0.3;
	cursor: not-allowed;
	transform: none;
}
.arrow.up {
	border-bottom: 15px solid #ff9435;
}
.arrow.down {
	border-top: 15px solid #ff9435;
}
@media (min-width:1921px) and (max-width:3600px ) {
.timeline-wrapper {
	margin: 0 auto;
	height: 420px;
}
.year {
	font-size: 2.2rem;
	min-width: 140px;
}
.content {
	font-size: 22px;
	width: 90%;
}
}
@media (max-width: 992px) {
.timeline-wrapper {
	height: 380px;
}
.timeline-wrapper::before {
	left: 10px;
}
.year {
	font-size: 1.5rem;
	color: #888;
	min-width: 60px;
}
.year.active {
	color: #333;
}
.content {
	font-size: 0.9rem;
	color: #999;
	line-height: 1.7;
}
.timeline-item.active .content {
	color: #555;
}
.timeline-item {
	margin-bottom: 2.5rem;
	padding-left: 30px;
}
.year.active::after {
	left: 3px;
}
}
.flexbet {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.flexcen {
	display: flex;
	justify-content: center;
}
.pp_qk5 {
	overflow: hidden;
	padding: 0px 0 100px 0;
}
.pp_qk5 ul {
	margin: 0 -12px;
	margin-top: -20px;
}
.pp_qk5 ul li {
	width: 33.333%;
	transition: all .5s;
}
.pp_qk5 ul li .da {
	width: calc(100% - 0px);
	height: 650px;
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0 auto;
}
.pp_qk5 ul li:hover {
	width: 70%;
}
.pp_qk5 ul li .conDiv>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.pp_qk5 ul li .textDiv {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	flex-direction: column;
	color: #fff;
	text-transform: capitalize;
	background: rgba(0,0,0,.3);
	padding-top: 80%;
}
.pp_qk5 ul li .textDiv span {
	font-size: 30px;
	padding: 0 50px;
	text-align: left;
}
.pp_qk5 ul li .textDiv .titleDiv p {
	font-size: 18px;
	text-transform: uppercase;
}
.pp_qk5 ul li .textDiv .p {
	margin-top: 5px;
	position: absolute;
	display: none;
	font-size: 18px;
	padding: 0 50px;
	line-height: 30px
}
.pp_qk5 ul li .textDiv .dkl {
	padding: 0px 50px;
	display: none;
}
.pp_qk5 ul li .textDiv font {
	font-size: 17px;
	line-height: 35px;
	width: 23%;
	border: 1px solid #fff;
	text-align: center;
	margin: 0 1% 0 0;
	display: inline-table;
	border-radius: 30px;
}
.pp_qk5 ul li .textDiv font a {
	color: #fff;
}
.pp_qk5 ul li .textDiv font:hover a {
	background: rgba(234,96,0,.9);
	color: #fff;
	display: block;
	border-radius: 30px;
	border: 1px solid rgba(234,96,0,.9);
}
.pp_qk5 ul li:hover .textDiv {
	background: linear-gradient(to top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
	padding-top: 43%;
}
.pp_qk5 ul li:hover .textDiv .p {
	position: relative;
	display: block;
	transition: all .5s;
	padding-bottom: 20px;
}
.pp_qk5 ul li:hover .textDiv .dkl {
	display: block;
}
@media (min-width:1921px) and (max-width:3600px ) {
.pp_qk5 ul li .textDiv {
	padding-top: 82%;
}
.pp_qk5 ul li .da {
	height: 870px;
}
.pp_qk5 ul li .textDiv span {
	font-size: 42px;
}
.pp_qk5 ul li:hover .textDiv {
	padding-top: 45%;
}
.pp_qk5 ul li .textDiv font {
	font-size: 22px;
	line-height: 45px;
}
.pp_qk5 ul li .textDiv .p {
	font-size: 20px;
	line-height: 36px
}
}
@media only screen and (max-width:1660px) {
.pp_qk5 ul li .da {
	height: 600px;
}
.pp_qk5 ul li .textDiv {
	padding-top: 82%;
}
.pp_qk5 ul li:hover .textDiv {
	padding-top: 45%;
}
.pp_qk5 ul li .textDiv font {
	font-size: 16px;
	width: 23.5%;
}
}
@media only screen and (max-width:1440px) {
.pp_qk5 ul li .da {
	height: 450px;
}
.pp_qk5 ul li .textDiv {
	padding-top: 70%;
}
.pp_qk5 ul li:hover .textDiv {
	padding-top: 37%;
}
.pp_qk5 ul li .textDiv font {
	font-size: 16px;
	width: 23.5%;
}
}
@media only screen and (max-width:992px) {
.pp_qk5 {
	overflow: hidden;
	padding: 0 0;
}
.pp_qk5 .flexbet {
	display: block
}
.pp_qk5 ul {
	margin: 0 -8px;
	margin-top: 20px;
	height: auto;
	overflow: hidden
}
.pp_qk5 ul li {
	width: 100%;
	transition: all .5s;
	float: left;
	margin-bottom: 20px
}
.pp_qk5 ul li a {
	width: calc(100% - 16px);
	height: 240px;
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	display: block;
	margin: 0 auto;
}
.pp_qk5 ul li:hover {
	width: 100%;
}
.pp_qk5 ul li .textDiv span {
	font-size: 26px;
	padding: 0 30px;
}
.pp_qk5 ul li .textDiv .titleDiv p {
	font-size: 16px;
}
.pp_qk5 ul li .textDiv .p {
	font-size: 16px;
	padding: 0 30px;
}
}
.pp_qk6 {
	overflow: hidden;
}
.pp_qk6 .x1 {
	width: 100%;
}
.pp_qk6 .x1 ul li {
	width: 20%;
	text-align: center;
	float: left;
}
.pp_qk6 .x1 .tp {
}
.pp_qk6 .x1 p {
	font-size: 16px;
	color: #333;
}
.pp_qk6 .x2 {
	margin: 60px auto 0px auto;
}
.pp_qk6 .x2 ul li {
	width: 25%;
	text-align: center;
	float: left;
}
.pp_qk6 .x2 .tp {
}
.pp_qk6 .x2 p {
	font-size: 16px;
	color: #333;
}
@media (min-width:1921px) and (max-width:3600px ) {
.pp_qk6 .x1 p {
	font-size: 22px;
}
.pp_qk6 .x2 p {
	font-size: 22px;
}
}
@media only screen and (max-width:1440px) {
.pp_qk6 .x1 .tp {
	width: 80%;
	margin: 0px auto;
}
.pp_qk6 .x1 .tp img {
	width: 100%;
}
.pp_qk6 .x2 .tp {
	width: 80%;
	margin: 0px auto;
}
.pp_qk6 .x2 .tp img {
	width: 100%;
}
}
.qmr {
	width: 300px;
	height: 40px;
	overflow: hidden;
	background: #ff800f;
	border-radius: 8px;
	text-align: center;
	line-height: 40px;
	color: #333;
	margin: 30px 0px 20px 0px;
	text-transform: uppercase;
}
.qmr a {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}
.qmr:hover a {
	background: #003696;
	color: #fff;
	font-size: 16px;
	display: block;
}
@media (min-width:1921px) and (max-width:3600px ) {
.qmr {
	height: 60px;
	line-height: 60px;
	font-size: 22px;
}
.qmr a {
	font-size: 22px;
}
}
@media only screen and (max-width:992px) {
.ny_p25 {
	padding: 0px 0px 50px 0px;
}
}
/* 基础样式 - 大屏布局 */
.pp_qk8 {
	width: 100%;
	overflow: hidden;
	text-align: center;
	padding-bottom: 120px;
	/* 新增：清除浮动影�?*/
	zoom: 1;
}
/* 新增：清除浮动伪元素 */
.pp_qk8::after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
.pp_qk8 ul {
	text-align: center;
	/* 新增：重置ul默认样式 */
	margin: 0;
	padding: 0;
	/* 新增：限制ul宽度，居�?*/
	max-width: 1200px;
	margin: 0 auto;
}
.pp_qk8 ul li {
	width: 250px;
	text-align: center;
	margin: 0 30px;
	display: inline-block;
	font-size: 16px;
	/* 新增：垂直对齐，避免inline-block错位 */
	vertical-align: top;
	/* 新增：li默认间距优化 */
	margin-bottom: 30px;
	/* 重置li默认样式 */
	list-style: none;
}
.pp_qk8 ul li .tp {
	width: 130px;
	margin: 0 auto;
}
.pp_qk8 ul li .tp img {
	width: 100%;
	border-radius: 8px;

	height: auto;
}
.pp_qk8 ul li .wz {
	width: 100%;
	font-size: 20px;
	padding-top: 8%;
	font-weight: bold;

	word-wrap: break-word;
}


@media (min-width: 1921px) and (max-width: 3600px) {
.pp_qk8 ul li .wz {
	font-size: 22px;
}
.pp_qk8 ul li {
	width: 350px;
}
}


@media only screen and (max-width: 992px) {
.pp_qk8 {
	padding-bottom: 50px;
}
.pp_qk8 ul {

	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
}
.pp_qk8 ul li {

	width: calc(32% - 0px); 
	margin: 0 0px 20px 0px; 
	display: inline-block; 
	float: none; 
	font-size: 14px;

	vertical-align: top;
	box-sizing: border-box; 
}
.pp_qk8 ul li .tp {
	width: 100px;
	margin: 0 auto;
}
.pp_qk8 ul li .wz {
	width: 100%;
	font-size: 14px;
	padding-top: 8%;
	font-weight: normal;
}
}
.nvanniu {
	width: 190px;
}
.tan {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.2);
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10005;
}
.tan .gb {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 10px;
	right: 15px;
	cursor: pointer;
}
.tan .gb img {
	width: 100%;
	height: auto;
}
.tan .wz9 {
	width: 60%;
	height: auto;
	background: #fff;
	position: relative;
	margin: 12% auto 0 auto;
	padding: 0px;
	border-radius: 10px;
	box-sizing: border-box;
	overflow: hidden;
}
.tan .wz9 .tp {
	width: 45%;
	float: left;
}
.tan .wz9 .tp img {
	width: 100%;
	height: auto;
}
.tan .wz9 .wz8 {
	width: 50%;
	float: right;
	padding: 50px 30px;
	text-align: left;
	box-sizing: border-box;
}
.tan .wz9 .wz8 h4 {
	font-size: 50px;
	line-height: 1.2;
	color: #333;
	margin: 5% 0 10px 0;
	font-weight: bold;
}
.tan .wz9 .wz8 h5 {
	font-size: 30px;
	margin: 0 0 10px 0;
	color: #333;
}
.tan .wz9 .wz8 p {
	color: #666;
	font-size: 26px;
	line-height: 40px;
	overflow: auto;
	max-height: 250px;
	margin: 60px 0 30px 0;
}
.tan .wz9 .wz8 .kma {
	width: 100px;
	text-align: center;
	background: #d30000;
	border-radius: 100px;
}
.tan .wz9 .wz8 .kma a {
	background: #d30000;
}
.tan .wz9 .wz8 .kmaa {
	width: 100px;
	text-align: center;
	background: #12499b;
	border-radius: 100px;
}
.tan .wz9 .wz8 .kmaa a {
	background: #12499b;
}
.tan .wz99 {
	width: 60%;
	height: auto;
	background: #fff;
	position: relative;
	margin: 12% auto 0 auto;
	padding: 0px;
	border-radius: 10px;
	box-sizing: border-box;
	overflow: hidden;
}
.tan .wz99 .tp {
	width: 50%;
	float: left;
}
.tan .wz99 .tp img {
	width: 100%;
	height: auto;
}
.tan .wz99 .wz8 {
	width: 45%;
	float: right;
	padding: 40px 20px;
	text-align: left;
	box-sizing: border-box;
}
.tan .wz99 .wz8 h4 {
	font-size: 33px;
	line-height: 1.2;
	color: #49323b;
	margin: 5% 0 10px 0;
	font-weight: bold;
}
.tan .wz99 .wz8 h5 {
	font-size: 22px;
	margin: 0 0 10px 0;
	color: #a4999d;
}
.tan .wz99 .wz8 p {
	color: #49323b;
	font-size: 18px;
	line-height: 40px;
	overflow: auto;
	max-height: 200px;
	margin: 25px 0 0px 0;
}
 @media only screen and (max-width:1660px) {
.tan .wz9 {
	width: 70%;
	margin: 8% auto 0 auto;
}
.tan .wz99 {
	width: 70%;
	margin: 8% auto 0 auto;
}
}
@media only screen and (max-width:1440px) {
.tan .wz9 {
	width: 80%;
	margin: 8% auto 0 auto;
}
.tan .wz99 {
	width: 80%;
	margin: 8% auto 0 auto;
}
.tan .wz99 .wz8 h4 {
	font-size: 26px;
}
.tan .wz99 .wz8 h5 {
	font-size: 18px;
}
.tan .wz99 .wz8 p {
	font-size: 16px;
	line-height: 33px;
}
}
@media only screen and (max-width:992px) {
.tan .wz9 {
	width: 90%;
	margin: 20% auto 0 auto;
}
.tan .wz9 .tp {
	width: 100%;
	float: none;
}
.tan .wz9 .wz8 {
	width: 100%;
	float: none;
	padding: 20px;
}
.tan .wz9 .wz8 h4 {
	font-size: 28px;
	line-height: 1.2;
	color: #333;
	margin: 5% 0 10px 0;
	font-weight: bold;
}
.tan .wz9 .wz8 h5 {
	font-size: 20px;
	margin: 0 0 10px 0;
	color: #333;
}
.tan .wz9 .wz8 p {
	color: #666;
	font-size: 16px;
	line-height: 24px;
	overflow: auto;
	max-height: auto;
	margin: 25px 0 10px 0;
}
.tan .wz99 {
	width: 90%;
	margin: 20% auto 0 auto;
}
.tan .wz99 .tp {
	width: 100%;
	float: none;
}
.tan .wz99 .wz8 {
	width: 100%;
	float: none;
	padding: 20px;
}
.tan .wz99 .wz8 h4 {
	font-size: 28px;
	line-height: 1.2;
	color: #333;
	margin: 5% 0 10px 0;
	font-weight: bold;
}
.tan .wz99 .wz8 h5 {
	font-size: 20px;
	margin: 0 0 10px 0;
	color: #333;
}
.tan .wz99 .wz8 p {
	color: #666;
	font-size: 16px;
	line-height: 24px;
	overflow: auto;
	max-height: auto;
	margin: 25px 0 10px 0;
}
}


.xqc_bt {
	position: relative;
	margin-bottom: 40px;
}
.xqc_bt h1 {
	color: #0168b7;
	opacity: .2;
	font-size: 46px;
	font-weight: bold;
}
.xqc_bt h2 {
	color: #0168b7;
	font-size: 42px;
	font-weight: bold;
	margin-top: -25px;
}
.xqc_bt span {
	float: right;
	color: #fff;
	font-size: 28px;
	padding-top: 10px;
}
@media (min-width: 1921px) and (max-width:3600px ) {
.xqc_bt h1 {
	font-size: 66px;
}
.xqc_bt h2 {
	font-size: 62px;
}
}
.xqc_xbt {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 0;
}
.cn-title {
	font-size: 55px;
	font-weight: bold;
	color: #0962a8;
	position: relative;
}
.wz45 {
	font-size: 45px;
}
.cn-title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 100%;
	height: 20px;
	background-color: rgba(173, 216, 230, 0.5);
	z-index: -1;
}
.en-title {
	font-size: 30px;
	font-weight: bold;
	color: #0962a8;
}
.wz-title {
	font-size: 28px;
	color: #7a9ec7;
	font-weight: bold;
	padding-top: 10px;
}
@media only screen and (max-width:992px) {
.cn-title {
	font-size: 30px;
}
.en-title {
	font-size: 20px;
}
.wz-title {
	font-size: 16px;
}
.cn-title::after {
	height: 10px;
	bottom: 5px;
}
.wz45 {
	font-size: 30px;
}
}
.xqc_sk {
	position: relative;
	z-index: 1;
}
.wzfd {
	position: absolute;
	z-index: 7;
	top: 80px;
	left: 0;
	width: 100%;
}
.xqc_sk ul li {
	width: 33.333%;
	float: left;
	position: relative;
	z-index: 2;
}
.xqc_sk ul li img {
	width: 100%;
	height: auto;
}
.xqc_sk ul li .bj {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: linear-gradient(  to bottom, rgba(255, 255, 255, 0.99) 0%, rgba(255, 255, 255, .8) 30%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0.99) 100% );
	z-index: 5;
}
.dban {
	position: absolute;
	z-index: 10;
	bottom: 80px;
	left: 0;
	width: 100%;
}
.dban .ghj {
	width: 270px;
	height: 58px;
	background: #0962a8;
	border-radius: 100px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 32px;
	margin: 0px auto;
	line-height: 58px;
}
.dban .ghj a {
	color: #fff;
	font-weight: bold;
	font-size: 32px;
}
.xqc_ys {
	width: 100%;
	padding: 80px 0px;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	overflow: hidden;
}
.xqc_ys ul li {
	width: 30%;
	float: left;
	margin: 0 5% 0 0;
	box-shadow: 0 5px 15px rgba(0,0,0,0.05), 0 10px 30px rgba(0,0,0,0.03);
	border-radius: 20px;
	background: #fff;
	overflow: hidden;
}
.xqc_ys ul li:nth-child(3n) {
	margin-right: 0;
}
.xqc_ys ul li .tp {
	width: 100%;
	height: auto;
}
.xqc_ys ul li .tp img {
	width: 100%;
}
.xqc_ys ul li .wz {
	padding: 30px;
}
.xqc_ys ul li .wz h1 {
	font-size: 24px;
	color: #0168b7;
	font-weight: bold;
	padding-bottom: 20px;
}
.xqc_ys ul li .wz p {
	font-size: 18px;
	color: #666;
	height: 36px;
}
 @media (min-width: 1921px) and (max-width:3600px ) {
.xqc_ys ul li .wz h1 {
	font-size: 38px;
}
.xqc_ys ul li .wz p {
	font-size: 26px;
	height: 60px;
}
}
@media only screen and (max-width: 992px) {
.wzfd {
	top: 30px;
}
.xqc_sk ul {
	margin: 0;
	padding: 0;
}
.xqc_sk ul li {
	width: 100%;
	float: none;
	margin-bottom: 10px;
}
.xqc_sk ul li .bj {
	background: linear-gradient(  to bottom, rgba(255, 255, 255, 0.99) 0%,  rgba(255, 255, 255, .8) 20%,  rgba(255, 255, 255, 0) 60%,  rgba(255, 255, 255, 0.99) 100%  );
}
.dban {
	bottom: 30px;
	padding: 0 15px;
	box-sizing: border-box;
}
.dban .ghj {
	width: 100%;
	max-width: 180px;
	height: 48px;
	font-size: 20px;
	line-height: 48px;
}
.dban .ghj a {
	font-size: 20px;
	display: block;
}
.xqc_ys {
	padding: 40px 15px;
	display: block;
}
.xqc_ys ul {
	width: 100%;
	margin: 0;
	padding: 0;
}
.xqc_ys ul li {
	width: 100%;
	float: none;
	margin: 0 0 20px 0;
	box-shadow: 0 3px 10px rgba(0,0,0,0.05),  0 5px 15px rgba(0,0,0,0.03);
	border-radius: 12px;
}
.xqc_ys ul li:nth-child(3n) {
	margin-right: 0;
}
.xqc_ys ul li .wz {
	padding: 20px 15px;
}
.xqc_ys ul li .wz h1 {
	font-size: 18px;
	padding-bottom: 10px;
}
.xqc_ys ul li .wz p {
	font-size: 14px;
	height: auto;
	line-height: 22px;
}
}
ul, li {
	list-style: none;
}
.xqc_cp {
	width: 100%;
	margin: 0px auto;
	background: #f4f7fb;
	padding: 80px 0px;
}
.xqc_cp .tab {
}
.xqc_cp .tab-hd {
	overflow: hidden;
	zoom: 1;
	text-align: center;
}
.xqc_cp .tab-hd li {
	width: auto;
	cursor: pointer;
	display: inline-block;
	margin: 0px 50px;
	font-size: 28px;
	padding-top: 10px;
	color: #fff;
	opacity: .5;
}
.xqc_cp .tab-hd li .tp {
	width: 100px;
	height: 100px;
	line-height: 100px;
	margin: 0px auto 15px auto;
	box-shadow: 0px 0px 20px rgba(195,195,195,0.75);
	border-radius: 100px;
	overflow: hidden;
	background: #fff;
}
.xqc_cp .tab-hd li .tp img {
	width: 80%;
}
.xqc_cp .tab-hd li span {
	font-size: 18px;
	line-height: 30px;
	display: none;
}
.xqc_cp .tab-hd li.active {
	color: #fff;
	opacity: 1;
}
.xqc_cp .tab-hd li.active span {
	color: #fff;
	display: block;
}
.xqc_cp .tab-bd li {
	display: none;
	margin-top: 50px;
}
.xqc_cp .tab-bd li.thisclass {
	display: list-item;
}
.xqc_cp .tab-bd li dl dd {
	width: 31%;
	margin: 0 3.5% 0% 0;
	float: left;
	border-radius: 20px;
	box-shadow: 0px 0px 10px rgba(195,195,195,0.25);
	background: #fff;
}
.xqc_cp .tab-bd li dl dd:nth-child(3n) {
	margin-right: 0;
}
/*.xqc_cp .tab-bd li dl dd:hover{box-shadow: 0px 0px 20px rgba(195,195,195,0.75); transform:translateY(-10px); transition:all 0.6s;}*/

.xqc_cp .tab-bd li dl dd .tp {
}
.xqc_cp .tab-bd li dl dd .tp img {
	width: 100%;
	border-radius: 20px 20px 0px 0px;
}
.xqc_cp .tab-bd li dl dd .wz {
	padding: 0px 20px 30px 20px;
}
.xqc_cp .tab-bd li dl dd h1 {
	font-size: 30px;
	color: #0168b7;
	padding: 20px 30px;
}
.xqc_cp .tab-bd li dl dd .wz span {
	font-size: 18px;
	line-height: 35px;
	width: 31%;
	border: 1px solid #0168b7;
	color: #0168b7;
	text-align: center;
	margin: 0 1%;
	display: inline-table;
	border-radius: 30px;
}
.xqc_cp .tab-bd li dl dd .wz span a {
	color: #0168b7;
}
.xqc_cp .tab-bd li dl dd .wz span:hover {
	background: #0168b7;
	border: 1px solid #0168b7;
}
.xqc_cp .tab-bd li dl dd .wz span:hover a {
	color: #fff;
}
.qcmr {
	width: 60px;
	height: 60px;
	background: #fff;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	border-radius: 100px;
	text-align: center;
	line-height: 60px;
	color: #0168b7;
	margin: 0px auto;
	margin-bottom: -30px;
	position: relative;
	font-size: 28px;
}
.qcmr a {
	color: #0168b7;
	font-size: 28px;
	font-weight: bold;
}
.qcmr a:hover {
	background: #0168b7;
	color: #fff;
	font-size: 28px;
	display: block;
	border-radius: 100px;
}
.qkmr {
	width: 100%;
	height: 40px;
	background: #fff;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	border-radius: 5px;
	text-align: center;
	line-height: 40px;
	color: #f57015;
	margin: 40px auto 20px auto;
	position: relative;
}
.qkmr a {
	color: #f57015;
	font-size: 28px;
	font-weight: bold;
}
.qkmr a:hover {
	background: #f57015;
	color: #fff;
	font-size: 28px;
	display: block;
	border-radius: 5px;
}
.kd46 {
	width: 46% !important;
}
 @media (min-width: 1921px) and (max-width:3600px ) {
.xqc_cp .tab-bd li dl dd h1 {
	font-size: 36px;
}
.xqc_cp .tab-bd li dl dd .wz span {
	font-size: 24px;
	line-height: 40px;
}
}
 @media only screen and (max-width:1660px) {
.xqc_cp .tab-bd li .zc {
	width: 50%;
}
.xqc_cp .tab-bd li .yc {
	width: 45%;
	padding: 40px 40px 40px 0px;
}
.xqc_cp .tab-bd li .yc h1 {
	font-size: 32px;
	padding-bottom: 20px;
}
.xqc_cp .tab-bd li .yc h2 {
	font-size: 22px;
	padding-bottom: 15px;
}
.xqc_cp .tab-bd li .yc h3 {
	font-size: 18px;
	padding-bottom: 15px;
}
.xqc_cp .tab-bd li .yc p {
	font-size: 18px;
	padding-bottom: 10px;
}
.xqc_cp .tab-bd li dl dd .wz span {
	font-size: 16px;
}
}
 @media only screen and (max-width:1440px) {
.xqc_cp .tab-hd li .tp {
	width: 90px;
	height: 90px;
	line-height: 90px;
}
.xqc_cp .tab-hd li .tp img {
	width: 70%;
}
.xqc_cp .tab-bd li .zc {
	width: 50%;
}
.xqc_cp .tab-bd li .yc {
	width: 45%;
	padding: 30px 30px 30px 0px;
}
.xqc_cp .tab-bd li .yc h1 {
	font-size: 28px;
	padding-bottom: 20px;
}
.xqc_cp .tab-bd li .yc h2 {
	font-size: 20px;
	padding-bottom: 10px;
}
.xqc_cp .tab-bd li .yc h3 {
	font-size: 16px;
	padding-bottom: 10px;
}
.xqc_cp .tab-bd li .yc p {
	font-size: 16px;
	padding-bottom: 10px;
}
}
 @media only screen and (max-width:1360px) {
.xqc_cp .tab-bd li dl dd .wz span {
	font-size: 15px;
}
}

.tanchu {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.2);
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10005;
}

.tanchu .gb {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 10px;
	right: 30px;
	cursor: pointer;
}
.tanchu .gb img {
	width: 100%;
	height: auto;
}

.tanchu .wz9 {
	width: 60%;
	height: auto;
	background: #fff;
	position: relative;
	margin: 12% auto 0 auto;
	padding: 30px;
	border-radius: 10px;
	box-sizing: border-box; 
	overflow: hidden; 
}

.tanchu .wz9 .tp {
	width: 45%;
	float: left;
}
.tanchu .wz9 .tp img {
	width: 100%;
	height: auto;
}

.tanchu .wz9 .wz8 {
	width: 50%;
	float: right;
	padding: 30px;
	text-align: left;
	box-sizing: border-box;
}
.tanchu .wz9 .wz8 h4 {
	font-size: 36px;
	line-height: 1.2;
	color: #333;
	margin: 5% 0 10px 0; 
}
.tanchu .wz9 .wz8 h5 {
	font-size: 24px;
	margin: 0 0 20px 0;
	color: #333; 
}
.tanchu .wz9 .wz8 p {
	color: #666;
	font-size: 16px;
	line-height: 24px;
	overflow: auto;
	margin: 30px 0px;
}
.tanchu .wz9 .wz8 .kma {
	width: 100px;
	text-align: center;
	background: #0168b7;
	border-radius: 100px;
}
.tanchu .wz9 .wz8 .kma a {
	background: #0168b7;
}
 @media only screen and (max-width:1440px) {
.tanchu .wz9 {
	width: 70%;
}
}




@media only screen and (max-width: 992px) {
.tanchu .wz9 {
	width: 94%;
	margin: 12% auto 0 auto;
	padding: 20px;
}
.tanchu .wz9 .wz8 {
	padding: 15px 0;
}
.tanchu .wz9 .wz8 h4 {
	font-size: 24px; 
}
.tanchu .wz9 .wz8 h5 {
	font-size: 18px;
}
.tanchu .gb {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 5px;
	right: 5px;
	cursor: pointer;
}
}
.xqc_gs {
	width: 100%;
	height: 100vh;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	overflow: hidden;
}
.xqc_gs .left {
	width: 50%;
	float: right;
}
.xqc_gs .left .z22 {
	font-size: 22px;
	line-height: 36px;
	color: #7a9ec7;
	text-align: center;
	margin-top: 50px;
}
.xqc_gs .left .z22 span {
	color: #0962a8;
	font-weight: bold;
}
.xqc_gs .right {
	width: 50%;
	float: left;
}
.xqc_gs .right img {
	width: 100%;
}
.qcfza {
	padding: 120px 0px 500px 0px;
}
@media (min-width: 1921px) and (max-width:3600px ) {
.xqc_gs .left .z22 {
	font-size: 30px;
	line-height: 46px;
}
}
@media only screen and (max-width:1660px) {
.xqc_gs .left .z22 {
	font-size: 20px;
	line-height: 32px;
	margin-top: 30px;
}
}
@media only screen and (max-width:1440px) {
.qcfza {
	padding: 100px 0px 500px 0px;
}
.xqc_gs .left .z22 {
	font-size: 18px;
	line-height: 28px;
}
}
 @media only screen and (max-width:1280px) {
.xqc_gs .left .z22 {
	font-size: 16px;
	line-height: 28px;
}
}
@media only screen and (max-width:992px) {
.qcfza {
	padding: 80px 0px 100px 0px;
}
.xqc_gs {
	height: auto;
	display: block;
	padding: 50px 0px;
}
.xqc_gs .left {
	width: 100%;
	float: none;
}
.xqc_gs .right {
	width: 100%;
	float: none;
	margin-top: 30px;
}
}
.xqc_gss {
	width: 100%;
	height: 100vh;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	overflow: hidden;
}
.xqc_gss .left {
	width: 50%;
	float: left;
}
.xqc_gss .left .z22 {
	font-size: 26px;
	line-height: 36px;
	color: #0962a8;
	text-align: center;
	margin: 20px 0px 0px 0px;
	font-weight: bold;
}
.xqc_gss .left .gdf {
	height: 100px;
	display: block;
}
.xqc_gss .right {
	width: 50%;
	float: right;
}
.xqc_gss .right img {
	width: 100%;
}
 @media (min-width: 1921px) and (max-width:3600px ) {
.xqc_gss .left .z22 {
	font-size: 30px;
	line-height: 46px;
}
}
@media only screen and (max-width:1660px) {
.xqc_gss .left .z22 {
	font-size: 20px;
	line-height: 32px;
}
.xqc_gss .left .gdf {
	height: 60px;
	display: block;
}
}
@media only screen and (max-width:1440px) {
.xqc_gss .left .gdf {
	height: 50px;
	display: block;
}
.xqc_gss .left .z22 {
	font-size: 18px;
	line-height: 30px;
}
}
@media only screen and (max-width:1280px) {
.xqc_gss .left .z22 {
	font-size: 16px;
	line-height: 28px;
}
}
@media only screen and (max-width:992px) {
.xqc_gss {
	height: auto;
	display: block;
}
.xqc_gss .left {
	width: 100%;
	float: none;
}
.xqc_gss .right {
	width: 100%;
	float: none;
	margin-top: 30px;
}
}
.qc_fzlc {
	background-size: cover;
	height: 100vh;
	height: 100svh;
	overflow: hidden;
	padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
	box-sizing: border-box;
}
@media only screen and (max-width: 992px) {
.qc_fzlc {
	background-position: center 0;
	height: calc(100vh - env(safe-area-inset-top) - env(safe-area-inset-bottom));
	height: 100svh;
}
}
.xqc_wh {
	width: 100%;
	height: 100vh;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	overflow: hidden;
}
.value-section {
	padding: 0 5%;
	overflow: hidden; 
}
.xqcz {
	width: 60%;
	float: left;
}
.img-box {
	width: 100%;
	position: relative;
	min-height: 550px; 
}
.img-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	transition: opacity 0.5s ease;
}
.img-container.active {
	opacity: 1;
	position: relative;
}
.img-box img {
	width: 100%;
	border-radius: 20px;
	overflow: hidden;
	height: auto;
	object-fit: cover;
}
.slogan {
	font-size: 2rem;
	color: #0168b7;
	margin-top: 40px;
}
.icon-list {
	position: relative;
	width: 10%;
	float: right;
	text-align: right;
	padding-top: 40px; 
}

.icon-list::before {
	content: "";
	position: absolute;
	top: 60px;
	left: 42%;
	transform: translateX(-42%);
	width: 2px;
	height: calc(100% - 120px);
	background: #e0e0e0;
	z-index: 0;
}
.icon-item {
	width: 140px;
	height: 140px;
	border: 2px solid #e0e0e0;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 80px;
	cursor: pointer;
	position: relative;
	z-index: 1;
	transition: all 0.3s ease;
	background: #fff;
}
.icon-item img {
	width: 100%;
	height: auto;
	padding: 15px;
}
.icon-item .xqcdx {
	display: block;
}
.icon-item .xqcsx {
	display: none; 
}

.icon-item.active {
	border-color: #0168b7;
}
.icon-item.active .xqcdx {
	display: none;
}
.icon-item.active .xqcsx {
	display: block;
}

.icon-item::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	width: 10px;
	height: 10px;
	background: #0168b7;
	border-radius: 50%;
	margin-top: 30px;
}
.icon-item:last-child::after {
	display: none;
}
@media (min-width: 1921px) and (max-width:3600px ) {
.xqcz {
	width: 70%;
	float: left;
}
.icon-item {
	width: 200px;
	height: 200px;
	margin-bottom: 100px;
}
}
@media only screen and (max-width:1440px) {
.icon-item {
	width: 120px;
	height: 120px;
	margin-bottom: 100px;
	margin-bottom: 70px;
}
.icon-list::before {
	left: 50%;
	transform: translateX(-50%);
}
}
.map-container {
	flex: 1;
	margin: 30px auto;
	max-width: 1200px;
	position: relative;
}
.map {
	width: 100%;
	height: 600px;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
	background: url(../images/dttt.png) no-repeat center center;
	background-size: 100% auto;
}
.country-point {
	position: absolute;
	width: 12px;
	height: 12px;
	background-color: #0168b7;
	border-radius: 50%;
	cursor: pointer;
	transform: translate(-50%, -50%);
	box-shadow: 0 0 0 0 rgba(1, 104, 183, 0.7);
	transition: all 0.3s ease;
	z-index: 10;
}
.country-point:hover {
	background-color: #0168b7;
	transform: translate(-50%, -50%) scale(1.2);
	box-shadow: 0 0 0 8px rgba(231, 76, 60, 0);
}
.country-point.active {
	background-color: #0168b7;
	transform: translate(-50%, -50%) scale(1.3);
	box-shadow: 0 0 0 4px rgba(1, 104, 183, 0.5);
}
.country-point::after {
	content: attr(data-country);
	position: absolute;
	top: -25px;
	left: 50%;
	transform: translateX(-50%);
	background: rgba(0, 0, 0, 0.7);
	color: white;
	padding: 3px 8px;
	border-radius: 4px;
	font-size: 12px;
	white-space: nowrap;
	opacity: 0;
	transition: opacity 0.3s;
}
.country-point:hover::after {
	opacity: 1;
}
.popup {
	position: absolute;
	display: none;
	z-index: 100;
	width: 320px;
	box-sizing: border-box;
}
.popup.active {
	display: block;
	animation: fadeIn 0.3s ease;
}
.popup .close-btn {
	position: absolute;
	display: none;
	top: 10px;
	right: 0px;
	font-size: 20px;
	cursor: pointer;
	color: #666;
	transition: color 0.2s;
}
.popup .close-btn:hover {
	color: #0168b7;
}
.popup h3 {
	margin: 0 0 15px 0;
	color: #0168b7;
	font-size: 20px;
	display: none;
	text-align: left;
}
.popup-content {
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #fff;
	text-align: center;
	border-radius: 4px;
	font-size: 18px;
	box-shadow: 0 1px 3px rgba(9,98,168,0.05);
}
.popup-img-container {
	width: 100%;
	height: 200px;
	overflow: hidden;
	border-radius: 4px;
	margin-bottom: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.popup-product-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}
.popup:hover .popup-product-img {
	transform: scale(1.03); 
}
.popup .close-btn {
	position: absolute;
	top: 5px;
	right: 0px;
	cursor: pointer;
	font-weight: bold;
	color: #7f8c8d;
}
 @keyframes fadeIn {
 from {
opacity: 0;
transform: translateY(10px);
}
to {
	opacity: 1;
	transform: translateY(0);
}
}
.instructions {
	text-align: center;
	padding: 15px;
	background-color: #f1f1f1;
	border-radius: 10px;
	margin-top: 20px;
	font-style: italic;
	color: #7f8c8d;
}
 @media (min-width: 1921px) and (max-width:3600px ) {
.map {
	height: 750px;
}
}
 @media (max-width:992px) {
.content {
	flex-direction: column;
}
.map {
	height: 250px;
}
.map-container {
	flex: 1;
	margin: 0px auto;
}
}


.xzbd_xx { width:94%;padding:30px 0px 80px 0px; margin:0px auto;}

.xzbd_xx h1 { color:#160900; font-size:40px; margin-bottom:30px; text-align:center; text-transform:uppercase;}

.xzbd_xx .txt {
	width: 100%;
	height: 45px;
	line-height: 45px;
	background: none;
	border: 1px solid #ddd;
	padding: 0 10px;
	box-sizing: border-box; border-radius:8px;
	color: #999;
	font-size: 16px;
}
.xzbd_xx .ll {
	width: 100%;
	margin-bottom: 25px;
}
.xzbd_xx .jsd {
	padding-bottom: 15px;
	font-size: 18px;
}
.xzbd_xx .jsd font {
	color: #C00;
}
.xzbd_xx .jsdd {
	font-size: 14px;
	color: #666;
	padding-bottom: 15px;
}
.xzbd_xx .text {
	width: 100%;
	height: 55px;
	line-height: 55px;
	background: #9e9282; border-radius:8px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	margin: 0 auto;
}
.xzbd_xx .txtt {
	width: 100%;
	height: 120px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 45px;
	background: none;
	border: 1px solid #ddd;
	padding: 0 10px;
	box-sizing: border-box;  border-radius:8px;
	color: #999;
	font-size: 16px;
	outline: none;
}
.xzbd_xx .xk {
	font-size: 16px;
	color: #666;
}
 @media (max-width:992px) {
.xzbd_xx { width:94%;padding:0px 0px 60px 0px; }	
.xzbd_xx h1 {font-size:32px;} 
	 }