@charset "utf-8";
/* 这个css是初始化的css，在任何项目里面都可以使用 */
/* 禁用iPhone中Safari的字号自动调整 */
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	/* 解决IOS默认滑动很卡的情况 */
	-webkit-overflow-scrolling: touch;
	overflow-x: hidden;
	overflow-y: scroll;
}
body {
 --header_h: 6.25rem;
 --container: 14.8125rem;
	outline: none;
	font-weight: 500;
}
.show_header {
	padding-top: 6.25rem;
}
.p_top {
	position: absolute;
	top: -6.25rem;
}
.bg {
	background: #1470B9;
}
.c {
	color: #1470B9;
}
.phone_show_990, .phone_show_767 {
	display: none;
}
.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
}
.pagination > li > a, .pagination > li > span {
	border-radius: 0 !important;
}
.pagination > li {
	margin: 0 5px;
}
.pagination > li > a, .pagination > li > span {
	color: #333;
}
.pagination > li:last-child .iconfont, .pagination > li:nth-child(1) .iconfont {
	font-size: 30px;
	line-height: 30px;
}
.pagination > li {
	margin: 0 5px;
}
.pagination {
	display: flex;
	align-items: center;
	justify-content: center;
}
.pagination > li {
	margin: 0 3px;
}
.pagination .active span {
	background-color: #fff;
	border-color: #1470B9 !important;
	color: #1470B9;
}
.pagination .active span:hover {
	background-color: #fff;
	color: #1470B9 !important;
}
.pagination li a:hover {
	background-color: #fff;
	border-color: #1470B9 !important;
	color: #1470B9 !important;
}
.pagination > li > a, .pagination > li > span {
	position: relative;
	float: left;
	padding: 9px 12px;
	color: #333 !important;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
	line-height: 1;
}
.pagination > li.active a, .pagination > li.active span {
	color: #1470B9 !important;
}
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
	color: #777777;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #ddd;
}
.pagination > li > a, .pagination > li > span {
	color: #333;
}
.foot-fot {
	background: #3B3B3B;
}
/* 禁止缩放表单 */
input[type="submit"], input[type="reset"], input[type="button"], input {
	resize: none;
	border: none;
}
img {
	max-width: 100%;
	height: auto;
	width: auto;
	/* ie8 */
	-ms-interpolation-mode: bicubic;/*为了照顾ie图片缩放失真*/
}
.line1 {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.line2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.line3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.line4 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.trans {
	transition: all 0.4s;
	-webkit-transform: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}
header .center > ul > li:nth-child(3) .er-ul {
	width: 200%;
	left: -50%;
}
.er-ul {
	position: absolute;
	width: 100%;
	left: 0%;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
	right: 0;
	top: 100%;
	z-index: 999;
	background: #fff;
	transition: 400ms ease-in-out;
	transform: scaleY(0);
	transform-origin: top center;
	opacity: 0;
	border-radius: 0 0 8px 8px;
}
.er-ul > li {
	line-height: 2.25rem;
	text-align: center;
	font-size: 0.875rem;
}
.er-ul > li:hover a {
	color: #1470B9 !important;
}
.er-ul > li:nth-child(1) {
	padding-top: 0.625rem;
}
.er-ul > li:last-child {
	padding-bottom: 0.625rem;
}
header .center > ul > li:hover .er-ul {
	transform: none;
	opacity: 1;
}
.logo_phone img {
	width: 7.5rem;
}
.cf {
	color: #fff !important;
}
.c0 {
	color: #000 !important;
}
.phone_weibu {
	background: #0A0A0A;
	display: none;
}
.phone_weibu .mobMenu > li > a {
	font-size: 14px;
	padding: 10px 0;
	color: #fff;
}
.phone_weibu .mobMenu > li {
	border-bottom: #424245 1px solid;
}
.phone_weibu .mobMenu > li > .subDepth > li > a {
	font-size: 1em;
	color: #9a9797;
	line-height: 28px;
}
.phone_weibu .mobMenu > li > a::before {
	background-color: #fff;
}
.phone_weibu .mobMenu > li > a::after {
	background-color: #fff;
}
.phone_weibu .mobMenu > li > .subDepth {
	display: none;
}
body {
 --container: 14.8125rem;
}
@media (max-width: 1600px) {
body {
 --container: 10rem;
}
}
@media (max-width: 1440px) {
body {
 --container: 8rem;
}
}
@media (max-width: 1280px) {
body {
 --container: 6rem;
}
}
@media (max-width: 990px) {
body {
 --container: 15px;
}
}
.container {
	padding: 0 var(--container);
	width: 100%;
	max-width: 100%;
}
.container.container_l {
	padding: 0 0 0 var(--container);
}
.container.container_r {
	padding: 0 var(--container) 0 0;
}
/* 搜索 */
.search {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	/* background: #000; */
	background: rgba(0, 0, 0, 0.85);
	z-index: 9999;
	display: none;
}
.search-box {
	width: 50%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 25%;
}
.inp {
	width: 100%;
	height: 6.25rem;
	background: none;
	border: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.7);
	font-size: 1.25rem;
	color: rgba(255, 255, 255, 0.7);
}
.inp::-webkit-input-placeholder {
 color: rgba(255, 255, 255, 0.7);
}
.bu {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	color: rgba(255, 255, 255, 0.7);
	background: none;
	border: none;
	z-index: 9999;
}
.bu .iconfont {
	font-size: 3.125rem;
}
.search-con {
	position: absolute;
	right: 7%;
	top: 7%;
	color: rgba(255, 255, 255, 0.7);
	cursor: pointer;
}
.search-con .iconfont {
	font-size: 2.125rem;
	font-weight: 100;
}
.ds {
	cursor: pointer;
}
.fenxiang .flex {
	justify-content: flex-start;
}
.fenxiang .social-share li {
	float: left;
	margin-right: 1.25rem;
	width: 2.5rem;
	height: 2.5rem;
	line-height: 2.375rem;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.5);
	text-align: center;
}
.fenxiang .social-share li a {
	margin: 0 !important;
	width: 100%;
	height: 100%;
	line-height: 2.375rem;
	color: rgba(0, 0, 0, 0.5) !important;
	border: none !important;
	font-size: 1rem;
}
.serbtn {
	background: #1470B9;
}
.searchbox {
	border-color: #1470B9;
}
@media (max-width: 990px) {
body {
	padding-bottom: 0;
	overflow: hidden;
}
}
@media (max-width: 990px) {
.pc-hidden {
	display: none;
}
.pc_show_990 {
	display: none;
}
.phone_show_990 {
	display: block;
}
}
.m-hidden {
	display: none;
}
@media (max-width: 990px) {
.m-hidden {
	display: block;
}
}
.foot1-m {
	display: none;
	width: 100%;
	position: relative;
	z-index: 1;
}
/*手机底部*/
@media (max-width: 991px) {
.foot1-m {
	display: block;
}
}
/*手机端头部*/
.m-bm-head {
	position: fixed;
	top: 0;
	z-index: 999999;
	left: 0;
	right: 0;
	background: #000;
}
.m-bm-head .m-bm-head-box {
	position: relative;
	height: 60px;
}
.m-bm-head .phone_lanu {
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	right: 65px;
}
.m-bm-head .m-bm-head-box .m-bm-logo {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto 4%;
	max-width: 100%;
	height: 34px;
}
.m-bm-nav .aniut.aniut_son {
	height: 35px;
	line-height: 35px;
}
.m-bm-head .m-bm-head-box .m-bm-logo h1, .m-bm-head .m-bm-head-box .m-bm-logo a {
	display: inline;
	font-size: 0;
}
.m-bm-head .m-bm-head-box .m-bm-logo img {
	height: 40px;
	width: 120px;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn {
	position: absolute;
	z-index: 9;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto 4% auto 0;
	width: 20px;
	height: 15px;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn span, .m-bm-head .m-bm-head-box .m-bm-navbtn:after, .m-bm-head .m-bm-head-box .m-bm-navbtn:before {
	display: block;
	height: 1.5px;
	width: 100%;
	background: #fff;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn span {
	margin: 4.5px 0;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn:after, .m-bm-head .m-bm-head-box .m-bm-navbtn:before {
	content: '';
	-webkit-transform-origin: 7.5%;
	-moz-transform-origin: 7.5%;
	-ms-transform-origin: 7.5%;
	-o-transform-origin: 7.5%;
	transform-origin: 7.5%;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked span {
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
	opacity: 0;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.m-bm-head .m-bm-menu {
	display: none;
	position: absolute;
	z-index: 9999;
	left: 0;
	right: 0;
	height: 100vh;
	background: #050505;
}
.m-bm-head .m-bm-menu .m-bm-menu-box {
	height: -webkit-calc(40vh);
	height: -moz-calc(40vh);
	height: calc(100vh - 60px);
	overflow: auto;
	padding-bottom: 80px;
}
.m-bm-head .mrhgxt {
	color: #fff;
	font: 500 1.125rem/60px "helvetica";
	margin-left: 63%;
	position: relative;
	z-index: 9;
}
.m-bm-head .mrhgxt i {
	font-size: 1.125rem;
	margin-right: 0.25em;
}
.m-bm-nav > li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	position: relative;
}
.m-bm-nav > li > a {
	display: block;
	line-height: 50px;
	font-size: 14px;
	color: #fff;
	font-family: "sourcehansans";
	padding: 0 4%;
	font-weight: 600;
}
.m-bm-nav > li > a span {
	display: inline-block;
	min-width: 40%;
	max-width: 50%;
	font-family: "sourcehansans";
	font-weight: 500;
}
.m-bm-nav > li .sec {
	display: none;
	padding: 10px 15px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.m-bm-nav > li .sec a {
	display: block;
	font-size: 12px;
	color: #fff;
	line-height: 35px;
}
.m-bm-nav > li .sec a span {
	display: inline-block;
	min-width: 40%;
	max-width: 50%;
}
.m-bm-nav .aniut {
	position: absolute;
	width: 40px;
	height: 50px;
	line-height: 50px;
	right: 2%;
	top: 0;
	text-align: center;
	z-index: 9;
}
.m-bm-nav .aniut i {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 18px;
	color: #fff;
}
.m-bm-head.white {
	background: #fff;
}
.m-bm-head.white .m-bm-head-box .m-bm-navbtn span, .m-bm-head.white .m-bm-head-box .m-bm-navbtn:after, .m-bm-head.white .m-bm-head-box .m-bm-navbtn:before {
	background: #000;
}
.m-bm-head.white .m-bm-menu {
	background: #fff;
}
.m-bm-head.white .m-bm-nav > li, .m-bm-head.white .m-bm-nav > li .sec {
	border-color: rgba(51, 51, 51, 0.1);
}
.m-bm-head.white .m-bm-nav > li > a, .m-bm-head.white .m-bm-nav .aniut i, .m-bm-head.white .m-bm-nav > li .sec a, .m-bm-head.white .mrhgxt {
	color: #000;
}
.ajhhsd {
	color: #777;
	font: 500 1rem/1.5em "sourcehansans";
	padding: 1em 0;
}
.ajhhsd a {
	color: #777;
}
.ajhhsd a:hover {
	color: #1470B9;
}
.ajhhsd span {
	padding: 0 0.3em;
}
.ajhhsd span:last-child {
	display: none;
}
.xw_ny_banner {
	background: #333;
	-o-background-size: cover;
	background-size: cover;
	padding: 13.5rem 0 7.25rem;
}
@media (max-width: 990px) {
.xw_ny_banner {
	padding: 7.25rem 0;
}
}
@media (max-width: 768px) {
.xw_ny_banner {
	padding: 4rem 0;
}
}
.xw_ny_banner h2 {
	color: #FFFFFF;
	font: 600 3.125rem/1.2em "montserrat";
}
@media (max-width: 768px) {
.xw_ny_banner h2 {
	font-size: 1.8rem;
}
}
.ssy-sskaa {
	margin-bottom: 2rem;
}
@media (max-width: 768px) {
.ssy-sskaa {
	margin-bottom: 1.5rem;
}
}
.ssy-sskaa .searchsa form {
	width: 50%;
	border: 1px solid #999;
	padding: 0 1.5em;
	border-radius: 2rem;
	margin: 0 auto;
}
@media (max-width: 767px) {
.ssy-sskaa .searchsa form {
	width: 90%;
}
.pc_show_767 {
	display: none;
}
.phone_show_767 {
	display: block;
}
}
.ssy-sskaa .searchsa form input {
	width: 70%;
	font: 500 1.25rem/4rem "sourcehansans";
	background: transparent;
	color: #999;
}
@media (max-width: 768px) {
.ssy-sskaa .searchsa form input {
	font-size: 1.125rem;
	line-height: 3rem;
}
}
.ssy-sskaa .searchsa form button {
	width: auto;
	outline: none;
	border: none;
	background: transparent;
}
.ssy-sskaa .searchsa form button i {
	font: 500 1.6rem/4rem "sourcehansans";
	color: #333;
}
@media (max-width: 768px) {
.ssy-sskaa .searchsa form button i {
	font-size: 1.35rem;
	line-height: 3rem;
}
}
.sssjga {
	color: #333;
	font: 600 1.25rem/1.5em "sourcehansans";
	margin-bottom: 1em;
}
.ss-list li + li {
	margin-top: 2rem;
}
@media (max-width: 768px) {
.ss-list li + li {
	margin-top: 1rem;
}
}
.ss-list li div.img {
	width: 25%;
}
@media (max-width: 768px) {
.ss-list li div.img {
	width: 100%;
}
}
.ss-list li div.img a.img {
	display: block;
	border: 1px solid #f2f2f2;
}
.ss-list li .xw-nycont {
	width: 72%;
}
.ss-list li .xw-nycont.w100 {
	width: 100%;
}
@media (max-width: 768px) {
.ss-list li .xw-nycont {
	width: 100%;
	margin-top: 1.2em;
}
}
.ss-list li .xw-nycont h2 a {
	display: block;
	color: #656363;
	font: 500 1.25rem/1.35em "sourcehansans";
	overflow: hidden;
	margin-bottom: 0.2em;
}
@media (max-width: 768px) {
.ss-list li .xw-nycont h2 a {
	font-size: 1.125rem;
}
}
.ss-list li .xw-nycont span {
	color: #1470B9;
	font: 500 1rem/1.5em "montserrat";
}
.ss-list li .xw-nycont .datea {
	color: #999999;
	font: 500 0.95rem/1.5em "montserrat";
}
.ss-list li .xw-nycont .p {
	color: #999999;
	font: 500 1rem/1.5em "sourcehansans";
	margin-top: 0.5em;
}
.ss-list li .xw-nycont a.more-msl {
	margin-top: 1em;
}
@media (max-width: 990px) {
body {
	padding: 60px 0 0 !important;
}
}
/* end */
.list_website ul li {
	padding: 1.875rem 0;
	border-bottom: 1px solid #ddd;
}
.list_website ul li:first-child {
	padding-top: 0;
}
.list_website ul li .top {
	font-size: 1.375rem;
	line-height: 1.875rem;
	margin-bottom: 0.625rem;
	font-weight: 600;
}
.list_website ul li .bot {
	font-size: 1rem;
	line-height: 1.875rem;
	color: #717171;
	margin-right: 1.25rem;
}
@media (max-width: 1600px) {
body,  html {
	font-size: calc(100vw / 110);
}
.container {
	padding: 0 var(--container);
}
}
@media (max-width: 1440px) {
body,  html {
	font-size: calc(100vw / 100);
}
.container {
	padding: 0 var(--container);
}
}
@media (max-width: 1366px) {
body,  html {
	font-size: calc(100vw / 95);
}
}
@media (max-width: 1280px) {
body,  html {
	font-size: calc(100vw / 90);
}
}
@media (max-width: 990px) {
body,  html {
	font-size: 14px;
}
.container {
	padding: 0 var(--container);
}
}
@media (max-width: 767px) {
.container {
	padding: 0 var(--container);
}
}
.phone {
	line-height: 60px;
	padding: 0 30px;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}
.phone > .clearfix {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.phone.noLanuage .center {
	width: 60%;
	text-align: left;
	order: 1;
}
.phone.noLanuage .left {
	width: 40%;
	text-align: right;
	order: 2;
}
.phone.noLanuage .right {
	position: fixed;
	right: 75px;
	z-index: 99;
	width: auto;
}
.phone .left, .phone .right {
	width: 20%;
}
.phone .left {
	text-align: right;
}
.phone .left img {
	height: 14px;
}
.phone .right {
	text-align: left;
}
.phone .right span {
	width: 1px;
	height: 10px;
	background: #1D1D1F;
	display: inline-block;
	margin: 0 5px;
	position: relative;
	top: 1px;
}
.phone .right a {
	font-weight: bold;
	font-size: 12px;
	color: #A7A7A8;
}
.phone .right a.c {
	color: #1D1D1F;
}
.phone .center {
	width: 60%;
	margin: 0 auto;
	text-align: center;
}
.phone .center img {
	height: 40px;
	width: 120px;
}
.sjj_nav {
	position: fixed;
	z-index: 9999;
	background: #1D1D1F;
	width: 100%;
	height: 100%;
	font-size: 14px;
	line-height: 40px;
	top: 0;
	left: -100%;
	overflow: auto;
	overflow-x: hidden;
	transition: all 0.4s;
	-webkit-transform: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}
.nav_show {
	left: 0;
	transition: all 0.4s;
	-webkit-transform: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}
.sjj_nav > ul > li:first-child {
	overflow: hidden;
	border-top: 0;
}
.sjj_nav > ul > li:first-child > a {
	width: 60%;
}
.sjj_nav > ul > li:first-child .language {
	width: 100%;
	overflow: hidden;
	line-height: 30px;
	margin-top: 15px;
	padding-right: 15px;
	margin-bottom: 15px;
}
.sjj_nav > ul > li:first-child .language a {
	width: 25%;
	float: left;
	border-left: 1px #ddd solid;
	text-align: center;
	color: #999;
	display: inline-block;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.sjj_nav > ul > li:first-child .language a.active {
	background: #1470B9;
	color: #fff !important;
}
.sjj_nav > ul > li:first-child .language a:last-child {
	border-right: 1px #ddd solid;
}
.sjj_nav ul li .sjj_nav_i_se svg {
	transform: rotate(0deg);
}
.sjj_nav ul li {
	position: relative;
	line-height: 40px;
	font-size: 14px;
}
.sjj_nav > ul > li:last-child {
	border-bottom: 1px #ddd solid;
}
.sjj_nav ul li ul {
	display: none;
}
.sjj_nav ul li i svg {
	width: 20px;
	height: 20px;
	fill: #555;
}
.sjj_nav ul li .sjj_nav_i_se svg {
	fill: #1470B9;
}
.sjj_nav ul li ul li > ul {
	margin-left: 10px;
}
.sjj_nav .top {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	line-height: 60px;
	background: #1D1D1F;
}
.sjj_nav .top .ta img {
	height: 40px;
	filter: brightness(0) invert(0.8);
	width: 120px;
}
.sjj_nav .top .fr img {
	height: 22px;
}
.sjj_nav .bot {
	padding: 25px 40px 0;
	margin-top: 60px;
	height: calc(100% - 60px);
	overflow: scroll;
}
.sjj_nav .bot > li:first-child {
	margin-bottom: 34px;
}
.sjj_nav .bot > li:first-child input {
	padding-left: 28px;
	width: 100%;
	font-size: 12px;
	color: #a7a7a7;
	line-height: 28px;
	border: 1px solid #A7A7A8;
	background: transparent;
}
.sjj_nav .bot > li:first-child button {
	background: transparent;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 28px;
	height: 100%;
	border: none;
}
.sjj_nav .bot > li:first-child button .iconfont {
	position: static;
	text-align: center;
	color: #a7a7a7;
	font-size: 14px;
	padding: 0;
	border: none;
}
.sjj_nav .bot > li {
	font-size: 18px;
	line-height: 20px;
	color: #a7a7a7;
	border-bottom: none !important;
	margin-bottom: 30px;
}
.sjj_nav .bot > li > ul {
	padding-left: 1.25rem;
}
.sjj_nav .bot > li > div > a {
	width: calc(100% - 3.75rem);
}
.sjj_nav .bot > li > a {
	display: inline-block;
}
.sjj_nav .bot > li img {
	height: 30px;
}
.sjj_nav .bot > li .list .left {
	width: 100%;
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0;
	color: #EBEBEC;
	float: left;
	margin-bottom: 10px;
}
.sjj_nav .bot > li .list .left a {
	color: #EBEBEC;
}
.sjj_nav .bot > li .list .right.w100 {
	width: 100%;
	float: none;
	padding-bottom: 20px;
}
.sjj_nav .bot > li .list .right {
	width: 80%;
	float: right;
	font-size: 14px;
	color: #EBEBEC;
	line-height: 20px;
}
.sjj_nav .bot > li .list .right a {
	color: #EBEBEC;
	margin-bottom: 18px;
}
.sjj_nav .bot > li ul {
	margin-top: 20px;
}
.sjj_nav .bot > li > div {
	color: #a7a7a7;
	position: relative;
	padding-bottom: 8px;
	line-height: 1.875rem;
	display: flex;
	align-items: center;
}
.sjj_nav .bot > li > div > a {
	color: #a7a7a7;
}
.sjj_nav .bot > li > div .iconfont {
	width: 3.75rem;
	text-align: right;
	display: block;
	font-size: 1rem;
}
.sjj_nav .bot > li > a::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 1px;
	transition: all 0.4s;
	-webkit-transform: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	background: #a7a7a7;
}
.sjj_nav .bot > li:hover > a::before, .sjj_nav .bot > li.active > a::before {
	width: 100%;
	transition: all 0.4s;
	-webkit-transform: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}
.sjj_nav .top .container {
	padding: 0 40px;
}
.rightfix {
	bottom: 10%;
	top: auto;
	transform: translateY(0);
	right: 1.25rem;
	width: auto;
	box-shadow: none;
	border: none;
	background: transparent;
}
.rightfix li {
	width: 3.375rem;
	height: 3.375rem;
	border-radius: 50%;
	line-height: 3.375rem;
	padding: 0;
	border: none;
	background: transparent;
	margin-bottom: 1.25rem;
}
.rightfix li .iconfont {
	font-size: 1.375rem;
}
.rightfix li::before {
	display: none;
}
.fixright_li_last {
	display: none;
}
.rightfix li {
	position: relative;
	border: none !important;
}
.rightfix li .iconfont {
	font-size: 1.375rem;
	display: block;
	color: #fff;
	border-radius: 50%;
	background: #0074CA;
}
.rightfix li:hover .iconfont {
	background: #1470B9;
	transition: all 0.4s;
	-webkit-transform: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}
.rightfix li::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 1px;
	background: #DEDDDD;
	width: 1.1875rem;
}
.rightfix li:last-child::before {
	display: none;
}
.right_div.img {
	min-width: 7.5rem !important;
}
.right_div.img img {
	height: 7.5rem;
	object-fit: contain;
}
@-webkit-keyframes sticky {
 0% {
 -webkit-transform: translateY(-100%);
 transform: translateY(-100%);
}
 100% {
 -webkit-transform: translateY(0%);
 transform: translateY(0%);
}
}
@-moz-keyframes sticky {
 0% {
 -moz-transform: translateY(-100%);
 transform: translateY(-100%);
}
 100% {
 -moz-transform: translateY(0%);
 transform: translateY(0%);
}
}
@-o-keyframes sticky {
 0% {
 -o-transform: translateY(-100%);
 transform: translateY(-100%);
}
 100% {
 -o-transform: translateY(0%);
 transform: translateY(0%);
}
}
@keyframes sticky {
 0% {
 -webkit-transform: translateY(-100%);
 -moz-transform: translateY(-100%);
 -o-transform: translateY(-100%);
 transform: translateY(-100%);
}
 100% {
 -webkit-transform: translateY(0%);
 -moz-transform: translateY(0%);
 -o-transform: translateY(0%);
 transform: translateY(0%);
}
}
header.active, header:hover, .show_header header {
	box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.04);
	background: #fff;
	transition: all 0.4s;
	-webkit-transform: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}
header.active .lanuage .iconfont, header:hover .lanuage .iconfont, .show_header header .lanuage .iconfont, header.active .lanuage a, header:hover .lanuage a, .show_header header .lanuage a, header.active .ds .iconfont, header:hover .ds .iconfont, .show_header header .ds .iconfont {
	color: #000000;
}
header.active .logo img, header:hover .logo img, .show_header header .logo img {
	filter: brightness(1) invert(0);
}
header.active .center > ul > li a, header:hover .center > ul > li a, .show_header header .center > ul > li a {
	color: #000;
}
header.active .center > ul > li:hover > a, header:hover .center > ul > li:hover > a, .show_header header .center > ul > li:hover > a, header.active .center > ul > li.active > a, header:hover .center > ul > li.active > a, .show_header header .center > ul > li.active > a {
	color: #1470B9;
}
header.active .center > ul > li:hover > a::before, header:hover .center > ul > li:hover > a::before, .show_header header .center > ul > li:hover > a::before, header.active .center > ul > li.active > a::before, header:hover .center > ul > li.active > a::before, .show_header header .center > ul > li.active > a::before {
	background: #1470B9;
}
header {
	position: fixed;
	line-height: 6.25rem;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
}
header::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: rgba(255, 255, 255, 0.1);
}
@media (max-width: 990px) {
header {
	display: none;
}
}
header.active {
	animation: sticky 0.65s;
}
header .lanuage {
	margin-left: 3.5625rem;
}
header .lanuage .iconfont {
	font-size: 1.25rem;
	display: block;
	margin-right: 0.375rem;
}
header .lanuage a {
	display: flex;
	align-items: center;
	color: #fff;
	color: #FFF;
	font-size: 1rem;
}
header .logo img {
	height: 5.4375rem;
	filter: brightness(0) invert(1);
}
header .ds {
	margin-left: 3.125rem;
}
header .ds .iconfont {
	font-size: 1.25rem;
	display: block;
	color: #fff;
}
header .center > ul > li {
	float: left;
	padding: 0 1.25rem;
}
header .center > ul > li > a {
	font-size: 1.125rem;
	color: #fff;
	position: relative;
	padding: 0 0.25rem;
}
header .center > ul > li > a::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 2px;
	background: #fff;
	transition: all 0.4s;
	-webkit-transform: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}
header .center > ul > li:hover > a::before, header .center > ul > li.active > a::before {
	width: 100%;
	transition: all 0.4s;
	-webkit-transform: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}
@-webkit-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
 -webkit-transform: scale(1);
 transform: scale(1);
/*开始为原始大小*/
}
 25% {
 -webkit-transform: scale(1.1);
 transform: scale(1.1);
/*放大1.1倍*/
}
 50% {
 -webkit-transform: scale(1.2);
 transform: scale(1.2);
}
 75% {
 -webkit-transform: scale(1.1);
 transform: scale(1.1);
}
 100% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
}
@-moz-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
 -moz-transform: scale(1);
 transform: scale(1);
/*开始为原始大小*/
}
 25% {
 -moz-transform: scale(1.1);
 transform: scale(1.1);
/*放大1.1倍*/
}
 50% {
 -moz-transform: scale(1.2);
 transform: scale(1.2);
}
 75% {
 -moz-transform: scale(1.1);
 transform: scale(1.1);
}
 100% {
 -moz-transform: scale(1);
 transform: scale(1);
}
}
@-o-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
 -o-transform: scale(1);
 transform: scale(1);
/*开始为原始大小*/
}
 25% {
 -o-transform: scale(1.1);
 transform: scale(1.1);
/*放大1.1倍*/
}
 50% {
 -o-transform: scale(1.2);
 transform: scale(1.2);
}
 75% {
 -o-transform: scale(1.1);
 transform: scale(1.1);
}
 100% {
 -o-transform: scale(1);
 transform: scale(1);
}
}
@keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
 -webkit-transform: scale(1);
 -moz-transform: scale(1);
 -o-transform: scale(1);
 transform: scale(1);
/*开始为原始大小*/
}
 25% {
 -webkit-transform: scale(1.05);
 -moz-transform: scale(1.05);
 -o-transform: scale(1.05);
 transform: scale(1.05);
/*放大1.1倍*/
}
 50% {
 -webkit-transform: scale(1.1);
 -moz-transform: scale(1.1);
 -o-transform: scale(1.1);
 transform: scale(1.1);
}
 75% {
 -webkit-transform: scale(1.05);
 -moz-transform: scale(1.05);
 -o-transform: scale(1.05);
 transform: scale(1.05);
}
 100% {
 -webkit-transform: scale(1);
 -moz-transform: scale(1);
 -o-transform: scale(1);
 transform: scale(1);
}
}
.banner .img img {
	height: 100vh;
	object-fit: cover;
}
.banner .hover {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 100%;
	z-index: 9;
}
.banner .hover .p1 {
	color: #FFF;
	font-size: 2.25rem;
	font-weight: 300;
	line-height: 2.75rem;
}
.banner .hover .p2 {
	color: #FFF;
	font-size: 3.125rem;
	font-weight: 700;
	line-height: 3.5rem;
	margin: 0.75rem 0;
}
.banner .hover .p3 {
	color: #FFF;
	font-size: 2rem;
	font-weight: 500;
	line-height: 2.4rem;
}
.banner .swiper-pagination {
	bottom: 1.875rem;
}
.banner .swiper-pagination-bullet {
	border: 1px solid #fff;
	background: transparent !important;
}
.banner .swiper-pagination-bullet-active {
	background: #fff !important;
}
.banner .swiper-slide.swiper-slide-active .img img {
	-webkit-animation-name: banscaleDraw;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-duration: 20s;
}
.banner .hover2 {
	z-index: 9;
	position: absolute;
	top: 70%;
}
.banner .hover2 .zanting {
	width: 1.875rem;
	height: 1.875rem;
	border-radius: 50%;
	border: 1px solid #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.banner .hover2 .zanting .iconfont {
	font-size: 1rem;
	color: #fff;
	display: block;
}
.banner .hover2 .flex2 {
	align-items: center;
}
.banner .hover2 .flex2 .swiper-scrollbar {
	width: 18.75rem;
	background: rgba(255, 255, 255, 0.5);
	height: 2px;
}
.banner .hover2 .flex2 .swiper-scrollbar-drag {
	background: #fff;
}
.banner .hover2 .flex2 .swiper-pagination {
	color: #FFF;
	font-size: 1rem;
	font-weight: 400;
	width: auto;
	margin: 0 1.5rem;
}
.banner .hover2 .flex2 > div {
	position: static;
}
.show_news .name {
	font-weight: 700;
	font-size: 1.875rem;
	line-height: 2.6875rem;
	color: rgba(0, 0, 0, 0.9);
}
.show_news .text {
	font-size: 1rem;
	line-height: 1.75rem;
	text-align: justify;
	text-transform: uppercase;
	color: rgba(0, 0, 0, 0.6);
}
.show_news a.text:hover {
	color: #1470B9;
}
.show_news .margin.text {
	margin: 2.125rem 0 3.125rem;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	border-bottom: 1px solid #DBDBDB;
	margin-bottom: 2rem;
	padding: 3.125rem 0;
	color: rgba(0, 0, 0, 0.8);
	text-align: justify;
}
.show_news .data {
	display: flex;
	align-items: center;
	font-size: 1.125rem;
	color: #999999;
	margin: 2.1875rem 0 2.125rem;
	justify-content: flex-start;
}
.show_news .data .fenxiang {
	display: flex;
	align-items: center;
	margin-left: 2.5rem;
}
.show_news .data .social-share li {
	float: left;
	margin-right: 1.25rem;
	width: 2.5rem;
	height: 2.5rem;
	border: 1px solid rgba(102, 102, 102, 0.3);
	border-radius: 50%;
	margin-right: 1.25rem !important;
}
.show_news .data .social-share li a {
	font-size: 1rem;
}
.show_news .data .social-share li a:hover {
	color: #fff !important;
}
.show_news .data .social-share li:last-child {
	margin-right: 0;
}
.show_news .data .social-share li a {
	margin: 0 !important;
	width: 100%;
	height: 100%;
	line-height: 2.375rem;
	border: rgba(102, 102, 102, 0.3) !important;
	color: rgba(102, 102, 102, 0.5) !important;
}
.show_news .shangxia {
	color: rgba(0, 0, 0, 0.8);
	font-size: 1rem;
	font-weight: 400;
	line-height: 2.5rem;
}
.show_news .shangxia a {
	color: rgba(0, 0, 0, 0.8);
}
.show_news .shangxia a:hover {
	color: #1470B9;
}
@media (max-width: 990px) {
.show_news .name {
	line-height: 30px;
	font-size: 22px;
}
}
@media (max-width: 767px) {
.show_news .name {
	line-height: 26px;
	font-size: 18px;
}
.show_news .data .fenxiang {
	margin-left: 0.5rem;
}
.show_news .data .social-share li {
	margin-right: 8px !important;
}
.show_news .data {
	margin: 15px 0;
}
.show_news .margin.text {
	margin-top: 0;
	padding-top: 15px;
	padding-bottom: 25px;
	margin-bottom: 15px;
}
.show_news .shangxia .tr {
	text-align: left;
}
}
.alignc {
	align-items: center;
}
.title {
	color: #000;
	font-size: 3rem;
	font-weight: 700;
	line-height: 4rem;
	position: relative;
}
.subtitle {
	color: red;
	background: -webkit-linear-gradient(#1B77B4, #5BB25E);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.875rem;
	/* 330% */
	text-transform: uppercase;
}
.text {
	color: #000;
	font-size: 1rem;
	font-style: normal;
	line-height: 1.875rem;
}
.more {
	padding: 0 2.1875rem;
	border-radius: 0.375rem;
	font-size: 1rem;
	background: #1470B9;
	line-height: 3.125rem;
	display: inline-block;
	border-radius: 3.125rem;
	color: #fff;
}
.more div {
	display: flex;
	align-items: center;
	justify-content: center;
}
.more .iconfont {
	font-size: 0.65rem;
	color: #fff;
	display: block;
	transition: all 0.4s;
	-webkit-transform: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	margin-left: 0.625rem;
	font-size: 1.25rem;
	font-weight: 600;
}
.more:hover {
	background: #000;
	transition: all 0.4s;
	-webkit-transform: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	color: #fff;
}
.more:hover .iconfont {
	transform: translateX(0.625rem);
	transition: all 0.4s;
	-webkit-transform: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}
.more.borf {
	border: 1px solid #FFF;
	background: transparent;
	color: #FFF;
}
.more.borf .iconfont {
	color: #fff;
}
.more.borf:hover {
	background: #fff;
	color: #1470B9;
}
.more.borf:hover .iconfont {
	color: #1470B9;
}
.more.bgf {
	border: 1px solid rgba(11, 11, 11, 0.2);
	background: transparent;
	color: #0B0B0B;
}
.more.bgf .iconfont {
	color: #0B0B0B;
}
.more.bgf:hover, .more.bgf.active {
	background: #1470B9;
	color: #fff;
}
.more.bgf:hover .iconfont, .more.bgf.active .iconfont {
	color: #fff;
}
.more.bgff {
	background: #fff;
	color: #1470B9;
}
.more.bgff .iconfont {
	color: #1470B9;
}
.more.bgff:hover {
	background: #1470B9;
	color: #fff;
}
.more.bgff:hover .iconfont {
	color: #fff;
}
.list_message {
	background: url(../images/1.png) no-repeat;
	background-size: cover;
}
.list_message input {
	width: 100%;
	line-height: 3.75rem;
	padding: 0 1rem;
	font-size: 1rem;
	font-weight: 500;
	border-radius: 0.625rem;
	color: #000000;
}
.list_message input::placeholder {
 color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
.list_message input {
	line-height: 44px;
}
.list_message .mt70 {
	margin-top: 20px;
}
.list_message .mb30 {
	margin-bottom: 15px;
}
}
.list_message textarea {
	width: 100%;
	height: 7.5rem;
	color: #000000;
	border-radius: 0.625rem;
	padding: 1rem 1rem;
	font-size: 1rem;
	font-weight: 500;
	display: block;
	border: none;
}
.list_message textarea::placeholder {
 color: rgba(0, 0, 0, 0.5);
}
.list_message button {
	width: 10rem;
	border: none;
	background: #1470B9;
}
.list_message button:hover {
	background: #5DB35A;
}
.p110 {
	padding: 6.875rem 0;
}
.p110.pt0 {
	padding-top: 0;
}
.p110.pb0 {
	padding-bottom: 0;
}
.nyban .hover {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 100%;
}
.nyban.pro {
	position: relative;
	overflow: hidden;
}
.nyban.pro .more:hover {
	background: #62B84F;
}
.nyban.pro .hover {
	width: 41.125rem;
	height: 41.125rem;
	border-radius: 50%;
	top: auto;
	bottom: -4.375rem;
	background: #1470B9;
	transform: translateY(0);
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.nyban.pro .hover .p1 {
	font-size: 2.5rem;
}
.nyban.pro .hover .text {
	color: #FFF;
	/*text-align: left;*/
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 2rem;
	margin: 1.75rem 0 3.125rem;
	width: calc(100% + 6.25rem + 6.25rem);
	position: relative;
	left: -6.25rem;
}
.nyban .bread {
	position: absolute;
	bottom: 1.5rem;
	width: 100%;
}
.nyban .p1 {
	color: #FFF;
	font-size: 3.125rem;
	font-weight: 700;
	line-height: 4rem;
}
.nyban .p2 {
	color: #FFF;
	font-size: 1.625rem;
	font-weight: 500;
	line-height: 2rem;
	text-transform: uppercase;
	margin-top: 0.5625rem;
}
.bread {
	color: #FFF;
	font-size: 1rem;
	font-weight: 300;
	line-height: 2rem;
}
.bread a {
	color: #FFF;
}
.bread a:hover {
	color: #1470B9;
}
.bread span:last-child {
	display: none;
}
.bread span {
	margin: 0 0.3125rem;
}
.bread a:hover {
	opacity: 1;
}
.number_ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 5rem;
}
.number_ul li {
	text-align: center;
	flex: 1 0 0;
}
.number_ul li .num {
	line-height: 1;
	position: relative;
	text-align: left;
	font-weight: 600;
}
.number_ul li .num span {
	color: #1470B9;
	font-size: 3rem;
	font-weight: 800;
}
.number_ul li .num sub {
	color: #1470B9;
	font-size: 1.5rem;
	bottom: auto;
	top: 0.6875rem;
	position: absolute;
}
.number_ul li .num sub sub {
	top: 0.1875rem;
	font-size: 1rem;
}
.number_ul li .num i {
	color: #1470B9;
	font-size: 1.25rem;
	font-weight: 700;
	margin-left: 0.8rem;
}
.number_ul li .text {
	color: #000;
	font-size: 1rem;
	line-height: 1.625rem;
	margin: 0.5rem 0 0;
	text-align: left;
	text-transform: uppercase;
}
@media (max-width: 990px) {
.list_contact ul {
	margin-top: 30px;
}
.list_contact ul li:not(:last-child) {
	margin-bottom: 20px;
}
.list_contact ul li > div {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.list_contact ul li > div > div:nth-child(2) {
	width: calc(100% - 6.25rem);
	padding-left: 1.25rem;
}
.list_contact ul li > div > div:nth-child(2) .name,  .list_contact ul li > div > div:nth-child(2) .text {
	text-align: left;
	padding: 0;
	margin-top: 0;
}
.list_contact ul li > div::before,  .list_contact ul li > div::after {
	display: none;
}
}
.list_contact ul {
	margin-top: 5.625rem;
}
.list_contact .name {
	color: #000;
	text-align: center;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.875rem;
	margin-top: 1.875rem;
}
.list_contact li > div {
	position: relative;
}
.list_contact li > div::before {
	content: "";
	position: absolute;
	bottom: 4.75rem;
	left: 0;
	width: 100%;
	height: 1px;
	background: rgba(0, 0, 0, 0.1);
}
.list_contact li > div::after {
	content: "";
	position: absolute;
	width: 2.5rem;
	height: 0.1875rem;
	background: #1470B9;
	bottom: 4.75rem;
	left: 50%;
	transform: translateX(-50%);
}
.list_contact .text {
	color: #000;
	margin-top: 1.5625rem;
	padding-top: 2.75rem;
	text-align: center;
	font-size: 1.25rem;
	line-height: 2rem;
	/* 160% */
	text-transform: capitalize;
}
.list_contact .icon {
	width: 6.25rem;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 6.25rem;
	border-radius: 50%;
	background: #F8F8F8;
	margin: 0 auto;
}
.list_contact .icon img {
	height: 2.75rem;
}
@media (max-width: 767px) {
.list_contact ul {
	margin-top: 15px;
}
.list_contact ul li .icon {
	width: 60px;
	height: 60px;
}
.list_contact ul li .icon img {
	height: 25px;
}
.list_contact ul li > div > div:nth-child(2) {
	width: calc(100% - 60px);
}
.list_contact ul li > div > div:nth-child(2) .name {
	font-size: 18px;
}
.list_contact ul li > div > div:nth-child(2) .text {
	font-size: 16px;
}
}
.show_news .container > .row {
	margin: 0 2.0625rem;
}
.show_news .container > .row > div {
	padding: 0 2.0625rem;
}
.show_news .right .content {
	background: #eeeeee;
	padding: 2.0625rem 1.5625rem;
}
.show_news .right .content ul li a {
	padding: 1.375rem 0 1.25rem;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.show_news .right .content ul li a .data {
	margin-bottom: 0;
	margin-top: 0;
	color: #1470B9;
}
.show_news .right .content ul li a .over {
	display: none;
	transition: all 0.4s;
	-webkit-transform: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	margin-bottom: 1rem;
}
.show_news .right .content ul li.active a .name {
	color: #1470B9;
}
.show_news .right .content ul li.active a .over {
	display: block;
	transition: all 0.4s;
	-webkit-transform: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}
.show_news .right .content .name1 {
	color: #000;
	font-size: 1.625rem;
	font-weight: 700;
	line-height: 1.875rem;
	margin-bottom: 1.25rem;
}
.show_news .right .content .name {
	color: #000;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.75rem;
	/* 155.556% */
	text-transform: uppercase;
}
.squera_news .name {
	color: #000;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.75rem;
	/* 155.556% */
	text-transform: uppercase;
	margin-bottom: 0.375rem;
}
.squera_news .data {
	color: #1470B9;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.875rem;
	/* 187.5% */
	text-transform: capitalize;
}
.squera_news .text {
	color: #535353;
	font-weight: 400;
}
.list_news .ul li {
	padding: 3.125rem 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	position: relative;
}
.list_news .ul li a {
	margin: 0 -2.3125rem;
}
.list_news .ul li a > div {
	padding: 0 2.3125rem;
}
.list_news .ul li .data {
	margin-bottom: 0.625rem;
}
.list_news .ul li .more_a {
	margin-top: 3.125rem;
}
.list_news .ul li::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 1px;
	background: #1470B9;
	transition: all 0.4s;
	-webkit-transform: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}
.list_news .ul li:hover img {
	transform: scale(1.1);
}
.list_news .ul li:hover .name {
	color: #1470B9;
}
.list_news .ul li:hover::before {
	width: 100%;
	transition: all 0.4s;
	-webkit-transform: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}
@media (max-width: 1280px) {
.list_news .ul li .more_a {
	margin-top: 2rem;
}
.list_news .ul li a > div {
	padding: 0 1.3125rem;
}
.list_news .ul li a {
	margin: 0 -1.3125rem;
}
}
@media (max-width: 767px) {
.list_news .ul li .more_a {
	margin-top: 15px;
}
.list_news .right {
	margin-top: 15px;
}
.list_news .ul li {
	padding: 20px 0;
}
.list_news .ul li:first-child {
	padding-top: 0;
}
}
.more_a {
	color: #535353;
	font-weight: 400;
	display: flex;
}
.more_a .iconfont {
	display: block;
	font-weight: 600;
	margin-left: 0.375rem;
	font-size: 1.125rem;
	transition: all 0.4s;
	-webkit-transform: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}
.more_a:hover {
	color: #1470B9;
}
.more_a:hover .iconfont {
	transform: translateX(0.25rem);
	transition: all 0.4s;
	-webkit-transform: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}
.list_appliacation ul {
	display: flex;
	justify-content: space-between;
	margin-bottom: 1.375rem;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.list_appliacation ul li {
	padding: 2rem 0 1.75rem;
	flex: 1 0 0;
	text-align: center;
}
.list_appliacation ul li .icon img {
	height: 2.75rem;
	transition: all 0.4s;
	-webkit-transform: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	filter: brightness(0);
}
.list_appliacation ul li .name {
	color: #000;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.875rem;
	margin-top: 0.75rem;
	transition: all 0.4s;
	-webkit-transform: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}
.list_appliacation ul li:hover, .list_appliacation ul li.active {
	background: #1470B9;
	transition: all 0.4s;
	-webkit-transform: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}
.list_appliacation ul li:hover .icon img, .list_appliacation ul li.active .icon img {
	filter: brightness(0) invert(1);
	transition: all 0.4s;
	-webkit-transform: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transform: rotateY(180deg);
}
.list_appliacation ul li:hover .name, .list_appliacation ul li.active .name {
	transition: all 0.4s;
	-webkit-transform: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	color: #fff;
}
.list_appliacation .swiper-slide .bgg {
	padding: 4.375rem 0;
}
.list_appliacation .swiper-slide .circle {
	background: rgba(20, 112, 185, 0.9);
	width: 32.5rem;
	height: 32.5rem;
	margin: 0 auto;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.list_appliacation .swiper-slide .circle .icon {
	text-align: center;
}
.list_appliacation .swiper-slide .circle .icon img {
	height: 6.875rem;
	filter: brightness(0) invert(1);
}
.list_appliacation .swiper-slide .circle .name {
	color: #FFF;
	text-align: center;
	font-size: 2.25rem;
	font-weight: 700;
	line-height: 2.8125rem;
	margin-top: 1.1875rem;
}
.swiper_pag .swiper-pagination-bullet {
	margin: 0 4px;
}
.swiper_pag .swiper-pagination-bullet-active {
	background: #1470B9;
}
.show_pro .left .swiper-slide {
	padding: 4.6875rem 3.75rem;
	background: #F8F8F8;
}
.show_pro .left .swiper-pagination-bullet {
	width: 1rem;
	height: 1rem;
	margin: 0 0.375rem;
}
.show_pro .row {
	margin: 4.375rem -2.5rem 0;
}
.show_pro .row > div {
	padding: 0 2.5rem;
}
.dian {
	position: relative;
    padding-left: 1rem;
    color: #000;
    font-size: 19px;
    font-weight: 400;
    line-height: 44px;
}
.dian:not(:last-child) {
	margin-bottom: 0.625rem;
}
.dian::before {
	content: "";
	position: absolute;
	top: 19px;
	left: 0;
	width: 0.25rem;
	height: 0.25rem;
	border-radius: 50%;
	background: #000;
}
.bgf8 {
	background: #F8F8F8;
}
.show_pro_two .table-responsive {
	margin-top: 2.75rem;
}
.show_pro_two .tips {
	color: #1470B9;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.875rem;
	margin-top: 3.125rem;
}
.show_pro_two table {
	margin-bottom: 0;
	border: 1px solid rgba(0, 0, 0, 0.1);
}
.show_pro_two tr:nth-child(1) {
	background: #1470B9 !important;
}
.show_pro_two tr:nth-child(1) td {
	font-weight: 400;
	line-height: 1.75rem;
	color: #FFF;
	font-size: 1.125rem;
}
.show_pro_two td {
	padding: 1.25rem;
	text-align: center;
	color: #000;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.75rem;
}
.show_pro_two tr:nth-child(odd) {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	background: #EEF5FF;
}
.show_pro_three .row {
	margin: 3.75rem -1.375rem 0;
}
.show_pro_three .row > div {
	padding: 0 1.375rem;
}
.squera_pro {
	margin-bottom: 3.125rem;
}
.squera_pro > a {
	background: #F8F8F8;
	transition: all 0.4s;
	-webkit-transform: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	padding: 2.5rem 1.5625rem 2.8125rem;
	height: 100%;
}
.squera_pro .name {
	color: #000;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 2.25rem;
	position: relative;
	margin-top: 2.5rem;
	margin-bottom: 0.875rem;
	padding-bottom: 0.5rem;
}
.squera_pro .name::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 1.875rem;
	height: 2px;
	background: #1470B9;
	transition: all 0.4s;
	-webkit-transform: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}
.squera_pro:hover > a {
	box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.15);
	transition: all 0.4s;
	-webkit-transform: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}
.squera_pro:hover > a .name {
	color: #1470B9;
}
.squera_pro:hover > a img {
	transform: scale(1.1);
}
.squera_pro:hover .name::before {
	width: 3.75rem;
	transition: all 0.4s;
	-webkit-transform: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}
.squera_pro .text {
	font-weight: 300;
}
.list_product .left {
	width: 25rem;
	background: #E8EFF8;
	padding-left: 3.75rem;
}
.list_product .left ul {
	position: sticky;
	top: 9.375rem;
}
.list_product .left ul li a {
	padding-left: 2.1875rem;
	position: relative;
	transition: all 0.4s;
	-webkit-transform: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	color: #000;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 4.375rem;
}
.list_product .left ul li a::before {
	content: "";
	position: absolute;
	top: 48%;
	transform: translateY(-50%);
	left: -2rem;
	width: 0.875rem;
	height: 0.875rem;
	background: url(../images/8.svg) no-repeat;
	background-size: contain;
	opacity: 0;
	transition: all 0.4s;
	-webkit-transform: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}
.list_product .left ul li.active a, .list_product .left ul li:hover a {
	color: #1470B9;
	font-size: 1.375rem;
	font-weight: 700;
	transition: all 0.4s;
	-webkit-transform: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	line-height: 5rem;
}
.list_product .left ul li.active a::before, .list_product .left ul li:hover a::before {
	left: 0;
	transition: all 0.4s;
	-webkit-transform: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	opacity: 1;
}
.list_product .right {
	width: calc(100% - 25rem);
	padding-left: 5rem;
}
.number_ul li .num sub sub {
	top: -0.5rem;
}
.list_about .text {
	text-align: justify;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.625rem;
}
.list_about .text p {
	text-indent: 2em;
}
.list_about .text p:not(:last-child) {
	margin-bottom: 1.875rem;font-family: 'Microsoft YaHei';
}
.list_about .number_ul li .num sub sub {
	top: -0.3125rem;
}
.list_about .number_ul li {
	width: 100%;
	flex: none;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.list_about .number_ul li .num span, .list_about .number_ul li sub {
	font-weight: 800;
	color: #000;
}
.list_about .number_ul li sub {
	font-size: 1.25rem;
}
.list_about .number_ul li .num span {
	font-size: 2.25rem;
}
.list_about .number_ul li .text {
	font-weight: 500;
}
.list_about .left ul {
	flex-wrap: wrap;
}
.list_about .left li > div:nth-child(2) {
	padding-left: 1.25rem;
}
.list_about .left li:not(:last-child) {
	margin-bottom: 3.75rem;
}
.list_about .left .icon img {
	height: 3.125rem;
}
.list_about_two {
	background: url(../images/11.png) no-repeat;
	background-size: cover;
}
.list_about_two .subtitle {
	color: #fff;
	-webkit-text-fill-color: aliceblue;
	background: transparent;
}
.list_about_two ul {
	margin-top: 3.125rem;
}
.list_about_two .name {
	color: #FFF;
	text-align: center;
	font-size: 2.25rem;
	font-weight: 700;
	line-height: 2.5rem;
	margin-top: 1.25rem;
}
.list_about_two .text {
	color: #FFF;
	text-align: center;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 2.5rem;
	text-transform: uppercase;
}
.list_about_two .img img {
	background: #fff;
	border-radius: 50%;
}
.list_about_three .row {
	margin: 3.125rem -1.25rem 0;
}
.list_about_three .row > div {
	padding: 0 1.25rem;
}
.list_about_three .row > div:not(:first-child) .over:nth-child(1) {
	height: calc(50% - 1.25rem);
}
.list_about_three .row > div .over:nth-child(2) {
	height: calc(50% - 1.25rem);
	margin-top: 2.5rem;
}
.list_about_four {
	z-index: 4;
}
.list_about_four::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 18.75rem;
	background: #1470B9;
	z-index: -1;
}
.list_about_four {
	position: relative;
}
.list_about_four .name {
	color: #000;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.875rem;
	display: inline-block;
	padding-right: 6.875rem;
	position: relative;
}
.list_about_four .name::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 0;
	height: 0.125rem;
	background: #1470B9;
	transition: all 0.4s;
	-webkit-transform: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}
.list_about_four .swiper-slide.swiper-slide-active .name {
	color: #1470B9;
	font-size: 1.625rem;
	font-weight: 700;
}
.list_about_four .swiper-slide.swiper-slide-active .name::before {
	width: 5.3125rem;
	transition: all 0.4s;
	-webkit-transform: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}
.list_about_four .row {
	margin-top: 5.3125rem;
}
.list_about_four .mySwiper .margin {
	margin: 0 -1.25rem;
}
.list_about_four .mySwiper .swiper-slide {
	text-align: center;
	padding: 1.25rem;
}
.list_about_four .mySwiper .swiper-slide .over {
	padding: 1.25rem 0;
}
.list_about_four .mySwiper .swiper-slide > div {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.1);
	background: #FFF;
	box-shadow: 2px 4px 20px 0px rgba(0, 0, 0, 0.1);
}
.list_about_four .left {
	padding-top: 5rem;
}
.list_about_four .mySwiper2 {
	height: 13.625rem;
}
.list_about_four .flex2 {
	justify-content: flex-end;
	margin: 6rem -2rem 0;
}
.list_about_four .flex2 > div {
	margin: 0 2rem;
}
.list_about_four .flex2 > div:hover {
	border-color: #fff;
}
.list_about_four .right {
	position: relative;
}
.list_about_four .right > img {
	position: absolute;
	height: 9.625rem;
	top: -7.625rem;
	padding: 0.625rem;
}
.swiper_btn {
	width: 2.9375rem;
	height: 2.9375rem;
	border: 1px solid rgba(0, 0, 0, 0.3);
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: none;
	border-radius: 50%;
}
.swiper_btn.bgf {
	background: #fff;
}
.swiper_btn.bgf .iconfont {
	color: #181818;
}
.swiper_btn .iconfont {
	display: block;
	font-size: 1.25rem;
	font-weight: 600;
	color: rgba(0, 0, 0, 0.3);
}
.swiper_btn:hover {
	background: #1470B9;
	transition: all 0.4s;
	-webkit-transform: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}
.swiper_btn:hover .iconfont {
	color: #fff;
}
.caidan_index {
	position: absolute;
	bottom: 2.1875rem;
	left: 0;
	width: 100%;
	z-index: 9;
}
.caidan_index ul {
	display: flex;
	align-items: center;
	margin: 0 -0.3125rem;
}
.caidan_index li {
	margin: 0 0.3125rem;
	display: flex;
	align-items: center;
	color: #FFF;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.875rem;
	text-transform: capitalize;
}
.caidan_index li.active img {
	filter: brightness(0) invert(1);
}
.caidan_index li img {
	width: 0.875rem;
	height: 0.875rem;
	margin-right: 0.3125rem;
}
.index_three {
	background: #F8F8F8;
	position: relative;
	z-index: 9;
}
.index_three .ditu {
	position: absolute;
	top: 7.5rem;
	left: 50%;
	z-index: -1;
	transform: translateX(-50%);
}
.index_three .loufang {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}
.index_three .margin {
	font-weight: 400;
	width: 80%;
	margin: 25px auto 2.1875rem;
	text-align: center;
}
.index_three .number_ul li > div {
	display: inline-block;
}
.index_three .scrollBox {
	width: 1.25rem;
	height: 2.5rem;
	gap: 1.25rem 0;
	margin: 5rem auto 0;
}
.index_three .arrowCls {
	fill: #000000;
}
.index_three .scrollBox .top {
	-webkit-animation: capabilityTopArrow 2s infinite;
	animation: capabilityTopArrow 2s infinite;
}
@-webkit-keyframes capabilityTopArrow {
 50% {
 -webkit-transform: translateY(33px);
 transform: translateY(33px);
}
}
@keyframes capabilityTopArrow {
 50% {
 -webkit-transform: translateY(33px);
 transform: translateY(33px);
}
}
.container_p {
	padding-top: 6.25rem;
}
.section01 .subtitle {
	padding-top: 0;
}
.section01 .font20 {
	color: rgba(0, 0, 0, 0.8);
	font-size: 1.25rem;
	font-weight: 300;
	line-height: 1.875rem;
	margin-top: 0.625rem;
}
.section01 .hover {
	position: absolute;
	bottom: 0;
	right: 2rem;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.section01 .hover > div {
	margin-left: 0.625rem;
}
.section01 .swiper-pagination {
	position: static;
	width: auto;
	text-align: right;
	font-size: 1.125rem;
	color: rgba(0, 0, 0, 0.3);
}
.section01 .swiper-pagination-total {
	color: rgba(0, 0, 0, 0.3);
}
.section01 .swiper-pagination-current {
	color: #1470B9;
}
.section01 .left ul li {
	padding: 0.625rem 0;
}
.section01 .left ul li.active a, .section01 .left ul li:hover a {
	color: #1470B9;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.875rem;
	padding-left: 1.5rem;
	transition: all 0.4s;
	-webkit-transform: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}
.section01 .left ul li.active a::before, .section01 .left ul li:hover a::before {
	left: 0;
	transition: all 0.4s;
	-webkit-transform: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}
.section01 .left ul li a {
	color: rgba(0, 0, 0, 0.4);
	font-size: 1.125rem;
	line-height: 1.875rem;
	transition: all 0.4s;
	-webkit-transform: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	position: relative;
	overflow: hidden;
}
.section01 .left ul li a::before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -1rem;
	transition: all 0.4s;
	-webkit-transform: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	width: 0.875rem;
	height: 0.875rem;
	background: url(../images/19.svg) no-repeat;
	background-size: contain;
}
.section01 .right .margin {
	margin: 0 -1.25rem;
}
.section01 .right .margin .swiper-container {
	padding-right: var(--container);
}
.section01 .right .swiper-slide {
	padding: 0 1.25rem;
}
.section01 .right .swiper-slide:hover > a .name {
	color: #1470B9;
}
.section01 .right .swiper-slide:hover > a::before {
	border-radius: 2.875rem;
	transition: all 0.4s;
	-webkit-transform: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}
.section01 .right .swiper-slide:hover > a::after {
	opacity: 1;
	transform: scale(1) translate(-50%, -50%);
	transition: all 0.4s;
	-webkit-transform: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}
.section01 .right .swiper-slide > a {
	padding: 2.125rem 2rem 1.5rem 2rem;
	position: relative;
	z-index: 9;
}
.section01 .right .swiper-slide > a::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	background: #62B84F;
	transform: scale(0) translate(-50%, -50%);
	opacity: 0;
}
.section01 .right .swiper-slide > a::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	background: #F8F8F8;
	z-index: -1;
	transition: all 0.4s;
	-webkit-transform: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}
.section01 .right .swiper-slide > a .logo img {
	height: 1.5625rem;
}
.section01 .right .swiper-slide > a .img {
	margin-top: 2.5rem;
}
.section01 .right .swiper-slide > a .img img {
	overflow: hidden;
}
.section01 .right .swiper-slide > a .name {
	color: rgba(0, 0, 0, 0.9);
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 2.75rem;
	margin-bottom: 0.3125rem;
}
.section01 .right .swiper-slide > a .text {
	color: rgba(0, 0, 0, 0.2);
	height: 3rem;
	line-height: 1.5rem;
}
/* 鼠标跟随 --> */
#c-followDot {
	position: fixed;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	border-radius: 50%;
	background: transparent;
	z-index: 999;
	pointer-events: none;
}
@media (max-width: 990px) {
#c-followDot {
	display: none;
}
}
#c-followDot .c-hover {
	color: #FFF;
	font-family: "Noto Serif SC";
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 900;
	line-height: normal;
	text-transform: uppercase;
	border-radius: 50%;
	width: 10rem;
	height: 10rem;
	text-align: center;
	-webkit-transform: scale(0, 0) translate(-50%, -50%);
	-moz-transform: scale(0, 0) translate(-50%, -50%);
	-ms-transform: scale(0, 0) translate(-50%, -50%);
	-o-transform: scale(0, 0) translate(-50%, -50%);
	transform: scale(0, 0) translate(-50%, -50%);
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}
#c-followDot.c-active .c-hover {
	-webkit-transform: scale(1, 1) translate(-50%, -50%);
	-moz-transform: scale(1, 1) translate(-50%, -50%);
	-ms-transform: scale(1, 1) translate(-50%, -50%);
	-o-transform: scale(1, 1) translate(-50%, -50%);
	transform: scale(1, 1) translate(-50%, -50%);
}
#c-followDot.c-active.on .c-hover {
	display: none;
}
.section03 .more {
	background: #000;
}
.section03 .more:hover {
	background: #1470B9;
}
.section02 ul {
	display: flex;
}
.section02 ul li {
	height: 100vh;
	position: relative;
	overflow: hidden;
	flex: 1 0 0;
	display: flex;
	align-items: center;
}
.section02 ul li:not(:last-child) {
	border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.section02 ul li::before {
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	border-right: 1px solid rgba(255, 255, 255, 0.3);
	opacity: 0.7;
	background: #1470B9;
	width: 100%;
	height: 100%;
	transition: all 0.4s;
	-webkit-transform: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}
.section02 ul li:hover::before {
	left: 0;
	transition: all 0.4s;
	-webkit-transform: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}
.section02 ul li > div {
	padding-left: 3.75rem;
	padding-right: 3.75rem;
	padding-top: 10rem;
	position: relative;
}
.section02 ul li .img {
	position: absolute;
	top: 9rem;
	left: 0;
}
.section02 ul li .img img {
	height: 9.375rem;
}
.section02 ul li .name {
	color: #FFF;
	font-size: 2.25rem;
	font-weight: 700;
	line-height: 2.75rem;
}
.section02 ul li .name_en {
	color: #FFF;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.875rem;
	height: 3.75rem;
	opacity: 0.4;
}
.section02 ul li .text {
	color: #FFF;
	font-size: 1.125rem;
	font-weight: 300;
	line-height: 1.625rem;
	height: 3.25rem;
}
.section02 .hover {
	position: absolute;
	top: 20%;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 8;
	padding-top: 3rem;
}
.section02 .hover .subtitle {
	color: #fff;
	-webkit-text-fill-color: aliceblue;
	background: transparent;
}
.section04 .subtitle {
	color: #fff;
	-webkit-text-fill-color: aliceblue;
	background: transparent;
}
.section04 .bgg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	overflow: hidden;
}
.section04 .bgg div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
	opacity: 0;
	-webkit-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition: all 0.7s;
	background-size: cover;
	background-position: center center !important;
}
.section04 .bgg div.active {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.section04 .left .text {
	margin: 1.5rem 0 3.75rem;
	color: #FFF;
	padding-right: 10rem;
	font-size: 1.125rem;
	font-weight: 300;
	line-height: 1.875rem;
}
.section04 .left .more_a {
	width: 4.125rem;
	height: 4.125rem;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #1470B9;
	transition: all 0.4s;
	-webkit-transform: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}
.section04 .left .more_a:hover {
	background: #62B84F;
	transition: all 0.4s;
	-webkit-transform: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}
.section04 .left .more_a .iconfont {
	font-size: 1.25rem;
	color: #fff;
	display: block;
	margin-left: 0;
}
.section04 .right .name {
	color: #FFF;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.875rem;
	margin-top: 1rem;
}
.section04 .right ul li > div {
	position: relative;
	height: 11.125rem;
	width: 11.125rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	z-index: 9;
}
.section04 .right ul li > div::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	transform: scale(0);
	background: #1470B9;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	transition: all 0.4s;
	-webkit-transform: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	margin: 0 auto;
	z-index: -1;
}
.section04 .right ul li > div .icon {
	text-align: center;
}
.section04 .right ul li > div .icon img {
	filter: brightness(0) invert(1);
}
.section04 .right ul li > div .name {
	color: #FFF;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.875rem;    TEXT-ALIGN: center;
}
.section04 .right ul li > div:hover::before {
	transform: scale(1);
	transition: all 0.4s;
	-webkit-transform: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}
.section04 .right .icon img {
	height: 3.5rem;
}
.section05 .ditu {
	position: absolute;
	top: 7.5rem;
	left: 50%;
	transform: translateX(-50%);
}
.section05 .more.borf {
	border: 1px solid rgba(0, 0, 0, 0.2);
	color: #000;
}
.section05 .more.borf .iconfont {
	color: #000;
}
.section05 .more.borf:hover {
	background: #1470B9;
	transition: all 0.4s;
	-webkit-transform: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	color: #fff;
	border-color: #1470B9;
}
.section05 .more.borf:hover .iconfont {
	color: #fff;
}
.section05 .bot {
	margin-top: 2.5rem;
}
.section05 .bot .left img {
	height: 20rem;
	object-fit: cover;
}
.section05 .bot .left .data {
	margin: 1.875rem 0 0.5rem;
	font-weight: 500;
}
.section05 .bot .left .more_a {
	margin-top: 1rem;
}
.section05 .bot .left:hover .name {
	color: #1470B9;
}
.section05 .bot .left:hover img {
	transform: scale(1.1);
}
.section05 .bot .right ul li:not(:last-child) {
	margin-bottom: 1.875rem;
}
.section05 .bot .right ul li a {
	display: flex;
	align-items: center;
	background: #F8F8F8;
	padding: 1.5rem 1.4375rem 1.5rem;
}
.section05 .bot .right ul li:hover a {
	background: #1470B9;
	transition: all 0.4s;
	-webkit-transform: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}
.section05 .bot .right ul li:hover .r .name, .section05 .bot .right ul li:hover .r .text {
	color: #fff;
}
.section05 .bot .right ul li:hover .l {
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.section05 .bot .right ul li:hover .l p, .section05 .bot .right ul li:hover .l div {
	color: #fff;
}
.section05 .bot .right .l {
	width: 6.25rem;
	padding-right: 1.875rem;
	border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.section05 .bot .right .l p {
	color: #1470B9;
	text-align: right;
	font-size: 2.25rem;
	line-height: 2.5rem;
	/* 83.333% */
	text-transform: capitalize;
}
.section05 .bot .right .l div {
	color: #1470B9;
	text-align: right;
	font-size: 1.5rem;
	line-height: 1.875rem;
	/* 187.5% */
	text-transform: capitalize;
}
.section05 .bot .right .r {
	width: calc(100% - 6.25rem);
	padding-left: 1.875rem;
}
.section05 .bot .right .r .text {
	margin-top: 0.25rem;
}
footer {
	background: #3B3B3B;
	padding: 2.88rem 0 4rem;
}
footer .left {
	width: 28.75%;
	float: left;
}
footer .left .tell {
	margin: 1rem 0 0.75rem;
}
footer .left .tell p {
	color: rgba(255, 255, 255, 0.8);
	font-size: 0.875rem;
	line-height: 1.75rem;
}
footer .left .tell div {
	color: #FFF;
	font-family: Montserrat;
	font-size: 34px;
	font-weight: 700;
	line-height: 2.5rem;
	/* 94.118% */
	text-transform: capitalize;
}
footer .left .logo {
	margin-bottom: 1.63rem;
}
footer .left .logo img {
	/*height: 3.4375rem;*/
	filter: brightness(0) invert(1);
}
footer .left .logo p {
	font-size: 1rem;
	letter-spacing: 1px;
	line-height: 1.5rem;
	color: #fff;
	margin-top: 0.3125rem;
}
footer .left .ul li {
	margin-bottom: 0.675rem;
	display: flex;
	align-items: center;
}
footer .left .ul li div {
	color: rgba(255, 255, 255, 0.8);
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.625rem;
	text-transform: lowercase;
}
footer .left .ul li p {
	color: rgba(255, 255, 255, 0.8);
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.625rem;
	/* 162.5% */
	text-transform: lowercase;
}
footer .left .ul li p.tel {
	font-size: 1.125rem;
	font-weight: 600;
	color: #fff;
}
footer .left .ul li p.email {
	color: #FFF;
	font-size: 1.125rem;
}
footer .fenxiang_ul {
	margin-top: 1.875rem;
	display: flex;
	align-items: center;
}
footer .fenxiang_ul li {
	margin-right: 0.75rem;
	position: relative;
}
footer .fenxiang_ul li .icon {
	width: 2.37569rem;
	height: 2.37044rem;
	background: transparent;
	border: 1px solid #9C9C9C;
	border-radius: 50%;
	text-align: center;
	line-height: 2.37044rem;
	cursor: pointer;
}
footer .fenxiang_ul li .icon .iconfont {
	color: #B3B3B3;
	font-size: 1.25rem;
}
footer .fenxiang_ul li .img {
	position: absolute;
	top: -8.5rem;
	left: -2.6rem;
	width: 7.5rem;
	height: 7.5rem;
	display: none;
}
footer .fenxiang_ul li .img::before {
	content: "";
	position: absolute;
	bottom: -1.125rem;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-top: 0.625rem solid #fff;
	border-bottom: 0.625rem solid transparent;
	border-left: 0.625rem solid transparent;
	border-right: 0.625rem solid transparent;
}
footer .fenxiang_ul li:hover .img {
	display: block;
}
footer .fenxiang_ul li:hover .icon {
	background: #1470B9;
	transition: all 0.4s;
	-webkit-transform: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}
footer .fenxiang_ul li:hover .icon .iconfont {
	color: #fff;
}
footer .left2 {
	width: 14%;
	float: left;
}
footer .left2.left3 {
	width: 18%;
}


footer .left2.current{
color: #FFF;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.875rem;
    margin-bottom: 0.75rem;
}







footer .right {
	width: 25.25%;
	float: right;
	padding-left: 1rem;
}
footer .right input {
	width: 100%;
	border: 1px solid rgba(255, 255, 255, 0.3);
	line-height: 2.625rem;
	padding: 0 1.25rem;
	font-size: 1rem;
	color: #fff;
	border-radius: 6.25rem;
	background: transparent;
}
footer .right input::placeholder {
 color: rgba(255, 255, 255, 0.5);
}
footer .right button {
	/*position: absolute;*/
	top: 37px;
    right: 392px;
	line-height: 2.625rem;
	width: 6.875rem;
	text-align: center;
	font-size: 1rem;
	border: 1px solid #1470B9;
	background: #1470B9;
	border-radius: 3.125rem;
	color: #fff;
}
footer .name {
	color: #FFF;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.875rem;
	margin-bottom: 0.75rem;
}
footer .text {
	color: rgba(255, 255, 255, 0.5);
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.75rem;
}




footer a.text:hover {
	color: #fff;
}
.beian {
	background: #3B3B3B;
	padding: 1.25rem 0;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.beian .text {
	color: rgba(255, 255, 255, 0.5);
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.25rem;
}
.nyerji {
	line-height: 5.625rem;
	position: relative;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.nyerji ul {
	justify-content: center;
	display: flex;
}
.nyerji ul li {
	position: relative;
	text-align: center;
	font-size: 1.125rem;
	padding: 0 2.5rem;
}
.nyerji ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	position: relative;
	color: #000000;
	font-size: 1.125rem;
}
.nyerji ul li a::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0.125rem;
	background: #1470B9;
	transition: all 0.4s;
	-webkit-transform: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}
.nyerji ul li span {
	position: relative;
	display: inline-block;
}
.nyerji ul li:last-child::before {
	display: none;
}
.nyerji ul li:hover a {
	color: #1470B9;
}
.nyerji ul li.active a {
	font-weight: 700;
	color: #1470B9;
}
.nyerji ul li.active a::before, .nyerji ul li:hover a::before {
	width: 100%;
	transition: all 0.4s;
	-webkit-transform: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}
.nyerji ul li.active a span::before, .nyerji ul li:hover a span::before {
	width: 100%;
	transition: all 0.4s;
	-webkit-transform: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}
#fp-nav {
	display: none;
}
