﻿body {
	overflow-x: hidden;
	margin: 0 auto;
	width: 100%;
	max-width: 1920px;
}

.w1600 {
	margin: 0 auto;
	width: 100%;
	max-width: 1600px;
}

.w1400 {
	margin: 0 auto;
	width: 100%;
	max-width: 1400px;
}

.w1200 {
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
}

td,
th {
	word-wrap: break-word;
	word-break: break-all;
}

.swiper-slide,
.swiper-wrapper {
	height: auto !important;
}

.swiper-pagination-progress {
	background-color: rgba(51, 51, 51, .2);
}

.swiper-pagination-progress .swiper-pagination-progressbar {
	background-color: #003686;
}

.swiper-container-horizontal>.swiper-scrollbar {
	bottom: 0;
	left: 0;
	height: 2px;
	background-color: rgba(51, 51, 51, .2);
}

.section2 .swiper-container-horizontal>.swiper-scrollbar {
	background-color: rgba(255, 255, 255, .3);
}

.swiper-scrollbar {
	opacity: 1 !important;
}

.swiper-scrollbar-drag {
	background-color: #003686;
}

.section2 .swiper-scrollbar-drag {
	background-color: #fff;
}

.swiper-pagination-bullet {
	background-color: rgba(51, 51, 51, .2);
	opacity: 1;
}

.swiper-scrollbar {
	opacity: 1 !important;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: 1;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 0;
}

.swiper-button-next,
.swiper-button-prev {
	border-radius: 50%;
	background: url(../images/in-prev.png) no-repeat center center;
}

.swiper-button-prev {
	left: 0;
}

.swiper-button-next {
	right: 0;
	background: url(../images/in-next.png) no-repeat center center;
}

.swiper-button-prev:hover {
	background: url(../images/in-hprev.png) no-repeat center center;
}

.swiper-button-next:hover {
	background: url(../images/in-hnext.png) no-repeat center center;
}

.banner .swiper-button-prev {
	left: 3.7%;
}

.banner .swiper-button-next {
	right: 3.7%;
}

.banner .swiper-button-next,
.banner .swiper-button-prev {
	display: none;
}

.videobox {
	display: block;
}

.popvideo iframe {
	width: 100%;
}

.popvideo video {
	width: 100%;
	object-fit: fill;
}

.popvideobg {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 999;
	display: none;
	margin: auto;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .7);
}

.popvideobox {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
}

.popvideo {
	position: relative;
	margin: 0 auto;
	padding: 0 20px;
	max-width: 100%;
}

.close-video-btn {
	position: absolute;
	top: 6%;
	right: 2.5%;
	z-index: 9;
	display: block;
	width: 30px;
	height: 30px;
	cursor: pointer;
}

.close-video-btn::after {
	position: absolute;
	top: 10px;
	width: 30px;
	height: 2px;
	background-color: #003686;
	content: '';
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}

.close-video-btn::before {
	position: absolute;
	top: 10px;
	width: 30px;
	height: 2px;
	background-color: #003686;
	content: '';
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}

.videobox-font {
	margin: 0 auto;
	margin-top: 25px;
	padding: 16px 6px;
	width: 240px;
	border: solid 1px rgba(255, 255, 255, .3);
	background: url(../images/ab-bgm9.jpg) no-repeat center center;
	background-size: cover;
	color: #fff;
	font-size: 18px;
}

.videobox-font em,
.videobox-font span {
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	-ms-transition: .5s;
}

.videobox-font span {
	margin-right: 30px;
}

.videobox-font:hover span {
	margin-right: 15px;
}

.btn-phone {
	display: none;
	width: 50px;
}

.headfixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	/* background: rgba(255,255,255,0.2); */
	border-bottom: 1px solid rgba(255, 255, 255, .15);
	transition: all .5s;
}

.headfixed.headerbgm,
.headfixed.headerbgm1,
.headfixed1 {
	background: #fff;
	box-shadow: 0 3px 14px 0 rgb(226, 226, 226, .5);
}

.headfixed.headerbgm .menu-list h3 a,
.headfixed.headerbgm1 .menu-list h3 a,
.headfixed1 .menu-list h3 a {
	color: #333;
}

.headfixed .headfixed-show {
	align-items: center;
}

.headfixed .logo {
	position: relative;
}


.headfixed .logo .himg,
.headfixed.headerbgm .logo .img,
.headfixed.headerbgm1 .logo .img,
.headfixed1 .logo .img {
	display: none;
}

.headfixed.headerbgm .logo .himg,
.headfixed.headerbgm1 .logo .himg,
.headfixed1 .logo .himg {
	display: block;
}

.headfixed .logo img {
	max-height: 90px;
}

.headfixed .menu-list {
	width: 90%;
	align-items: center;
}

.headfixed .menu-list>ul {
	padding-right: 1%;
	padding-left: 15.5%;
	width: calc(100% - 20px);
}

.headfixed .mobile-nav-box>ul>li>a {
	color: #282828;
	text-align: center;
	letter-spacing: 2px;
	font-size: 14px;
}

.headfixed .mobile-nav-box ul li {
	padding: 12px 0;
	width: 100%;
	border-bottom: 1px solid #ddd;
}

.headfixed .mobile-nav-box>ul li a {
	color: #716b61;
	text-align: left;
	line-height: 30px;
}

.headfixed .mobile-nav-box>ul>li>h3.cur>i::before {
	-webkit-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
	-ms-transform: rotate(135deg);
}

.headfixed .btn-list {
	width: 130px;
}

.headfixed .btn-list .btn-right {
	width: calc(100% - 70px);
	text-align: center;
	align-items: center;
}

.headfixed .btn-menu {
	display: none;
	margin: 0 auto;
}

.headfixed .btn-menu .mobile-nav {
	display: block;
	width: 36px;
	height: 36px;
	color: #fff;
	text-align: center;
	font-size: 13px;
	line-height: 36px;
}

input::-webkit-input-placeholder {
	font-size: 12px;
}

.headfixed .toggle-btn {
	position: relative;
	display: block;
	width: 100%;
	height: 30px;
}

.headfixed .toggle-btn span {
	position: absolute;
	left: 50%;
	width: 26px;
	height: 2px;
	background: #222;
	-webkit-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

.headfixed .toggle-btn span:first-child {
	top: 8px;
}

.headfixed .toggle-btn span:nth-child(2) {
	top: 50%;
	width: 20px;
}

.headfixed .toggle-btn span:last-child {
	bottom: 6px;
}

.headfixed .toggle-btn.cur span:first-child {
	-webkit-transform: translate(-50%, 7px) rotate(45deg);
	-o-transform: translate(-50%, 7px) rotate(45deg);
	transform: translate(-50%, 7px) rotate(45deg);
	-ms-transform: translate(-50%, 7px) rotate(45deg);
}

.headfixed .toggle-btn.cur span:nth-child(2) {
	opacity: 0;
}

.headfixed .toggle-btn.cur span:last-child {
	bottom: 10px;
	-webkit-transform: translate(-50%, -3px) rotate(-45deg);
	-o-transform: translate(-50%, -3px) rotate(-45deg);
	transform: translate(-50%, -3px) rotate(-45deg);
	-ms-transform: translate(-50%, -3px) rotate(-45deg);
}

.mobile-nav-box {
	position: fixed;
	top: 80px;
	left: 0;
	z-index: 99;
	display: none;
	overflow-y: auto;
	padding: 0 0 60px 0;
	width: 100%;
	height: 100%;
	border-top: 1px solid #ddd;
	background: #fff;
}

.headfixed .mobile-nav-box>ul>li>h3 {
	position: relative;
	padding: 0 5%;
}

.headfixed .mobile-nav-box .head-subnav {
	display: none;
	padding: 10px 3%;
	width: 100%;
	background: #f5f5f5;
}

.headfixed .mobile-nav-box .head-subnav .link-tit {
	position: relative;
	text-align: left;
}

.headfixed .mobile-nav-box .head-subnav .link-tit a {
	display: inline-block;
	width: 100%;
	color: #222;
	text-align: left;
	font-size: 16px;
	line-height: 45px;
}

.headfixed .mobile-nav-box>ul>li>h3>a {
	display: block;
	padding: 5px 0;
	color: #222;
	text-align: center;
	text-align: left;
	letter-spacing: 0;
	font-size: 16px;
}

.headfixed .mobile-nav-box .head-suba {
	display: none;
}

.headfixed .mobile-nav-box .head-suba>a,
.headfixed .mobile-nav-box .head-subnav>a {
	display: block;
	padding: 0 15px;
	padding-left: 15px;
	color: #333;
	text-align: center;
	text-align: left;
	letter-spacing: 0;
	font-size: 16px;
}

.headfixed .mobile-nav-box .link-tit>i,
.headfixed .mobile-nav-box>ul>li>h3>i {
	position: absolute;
	top: 15px;
	right: 5%;
	display: block;
	width: 80px;
	height: 100%;
}

.headfixed .mobile-nav-box .link-tit>i {
	right: -10px;
}

.headfixed .mobile-nav-box .link-tit>i::before,
.headfixed .mobile-nav-box>ul>li>h3>i::before {
	position: absolute;
	top: 10px;
	right: 0;
	width: 10px;
	height: 10px;
	border-bottom: solid 1px #222;
	border-left: solid 1px #222;
	content: "";
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}

.headfixed .head-subnav .head-subli {
	padding-right: 5%;
}

.headfixed .head-subnav .head-subli:nth-child(3) {
	padding-left: .8%;
}

.headfixed .head-subnav .head-subli:nth-child(4) {
	padding-left: 10.3%;
}

.app-lanu {
	display: none;
	padding: 20px 0;
	text-align: center;
}

.app-lanu a {
	display: inline-block;
	padding: 2px 20px;
	color: #333;
	line-height: 24px;
}

.app-lanu a.active {
	border-radius: 30px;
	background: #ce132e;
	color: #fff;
}

.btn-search {
	width: 20px;
}

.header-button,
.headfixed .header-button {
	position: relative;
	z-index: 1;
	display: block;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: 100%;
	outline: 0;
	border: none;
	background: url(../images/in-ssicon.png) no-repeat center center;
	text-align: left;
	text-indent: -119988px;
	text-transform: capitalize;
	cursor: pointer;
}

.headfixed.headerbgm .header-button,
.headfixed.headerbgm1 .header-button,
.headfixed1 .header-button {
	background: url(../images/in-bssicon.png) no-repeat center center;
}

.headfixed.headerbgm .menu-list h3 a {
	line-height: 90px;
}

#toggle-search.open:after {
	top: 40px;
	color: #fff;
}

#search-form {
	position: absolute;
	top: 98%;
	right: 8%;
	overflow: hidden;
	width: 400px;
	max-height: 0;
	background: #fff;
	-webkit-transition: max-height, .5s;
	-moz-transition: max-height, .5s;
	-o-transition: max-height, .5s;
	transition: max-height, .5s;
}

#search-form.open {
	max-height: 50px;
	border: 1px solid #f1f1f1;
}

#search-form fieldset {
	position: relative;
	z-index: 9;
	margin: 0 60px 0 0;
	padding: 0;
	width: 85%;
	border: none;
}

#search-form input {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 50px;
}

#search-form .search {
	z-index: 9;
	padding: 0 5px 0 22px;
	width: 100%;
	border: none;
	background: #fff;
	color: #003686;
	font-size: 16px;
}

#search-form .header-btn {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 11;
	margin: 0;
	padding: 0;
	width: 15%;
	border: none;
	background: url(../images/in-hssicon.png) no-repeat center #003686;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	cursor: pointer;
}

.menu-list h3 {
	position: relative;
	padding: 0 10px;
}

.menu-list h3 .icon-down {
	position: absolute;
	top: 53%;
	right: -20px;
	color: #0787d8;
	font-size: 14px;
	font-family: Arial-BoldMT;
	opacity: 0;
	transform: translateY(-53%);
}

.headfixed.headerbgm .menu-list>ul>li:hover h3 .icon-down,
.menu-list>ul>li:hover h3 .icon-down {
	opacity: 1;
}

.headfixed .menu-list>ul>li.cur h3 a,
.headfixed .menu-list>ul>li:hover h3 a {
	color: #003686;
}

.headfixed .menu-list>ul>li.cur h3 a,
.headfixed .menu-list>ul>li:hover h3 a {
	color: #003686;
}

.menu-list h3::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 1;
	margin: auto;
	width: 0;
	height: 3px;
	background-color: #003686;
	content: "";
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	transform: translateX(-50%);
}

.menu-list>ul>li.cur h3::after,
.menu-list>ul>li:hover h3::after {
	width: 80%;
}

.menu-list h3 a {
	position: relative;
	display: block;
	color: #fff;
	text-align: center;
	font-size: 18px;
	line-height: 100px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.menu-list>ul>li .head-subnav {
	position: absolute;
	top: 100%;
	left: 50%;
	overflow: hidden;
	width: 200%;
	border-top: 1px solid rgba(85, 85, 85, .1);
	background: #fff;
	box-shadow: 0 3px 14px 0 rgb(226, 226, 226, .5);
	text-align: center;
	opacity: 0;
	-webkit-transform: translate(-50%, 10px);
	-o-transform: translate(-50%, 10px);
	transform: translate(-50%, 10px);
	-ms-transform: translate(-50%, 10px);
	pointer-events: none;
}

.menu-list>ul>li:hover .head-subnav {
	opacity: 1;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	-webkit-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	pointer-events: auto;
}

.menu-list>ul>li .head-subnav1 {
	padding: 60px 0;
	min-width: 100%;
	text-align: left;
}

.headfixed .menu-list>ul>li {
	vertical-align: top;
	position: relative;
}

.menu-list .head-subnav a:hover {
	color: #043988;
}

.menu-list h3 a::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	display: none;
	width: 0;
	height: 2px;
	background-color: #333;
	content: "";
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

.menu-list>ul>li.cur h3 a::after,
.menu-list>ul>li:hover h3 a::after {
	width: 55px;
}

.headfixed .head-subBox-left {
	position: relative;
	width: 100%;
	background: rgba(245, 246, 249, .98);
}

.headfixed .head-subBox-ul a {
	position: relative;
	padding: 8% 0;
	color: #333;
	text-align: center;
	font-size: 16px;
}

.headfixed .head-subBox-ul li {
	padding: 1% 3%;
	background-color: transparent;
}

.headfixed .head-subBox-ul li.active,
.headfixed .head-subBox-ul li:hover {
	background-color: rgba(255, 255, 255, .7);
}

.headfixed .head-subBox-ul li:hover a {
	color: #333;
}

.headfixed .head-subBox-ul li.active a,
.headfixed .head-subBox-ul li:hover a,
.menu-list .head-subnav a.more:hover {
	color: #043988;
}

.headfixed .head-subBox-ul li.active a em,
.headfixed .head-subBox-ul li:hover a em {
	opacity: 1;
}

.headfixed .head-subBox-rtfont {
	padding-right: 14%;
	padding-left: 6.3%;
	width: 61%;
	text-align: left;
}

.headfixed .head-subBox-rtBimg {
	position: relative;
	width: 39%;
}

.headfixed .head-subBox-tabLeft {
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0 5%;
	width: 31.25%;
	height: 275px;
	border-right: 1px solid #f3f3f3;
}

.headfixed .head-subBox-rttab {
	position: relative;
	padding: 15px 30px;
	padding-right: 0;
}

.headfixed .head-subBox-rttab::before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #d1d1d1;
	content: "";
	transform: translateY(-50%);
}

.headfixed .head-subBox-rttab {
	color: #666;
	text-align: left;
	font-size: 16px;
}

.headfixed .head-subBox-rttab span {
	position: relative;
	width: calc(100% - 20px);
}

.headfixed .head-subBox-rttab em {
	display: block;
	width: 20px;
	color: rgba(153, 153, 153, .5);
	font-size: 20px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	transform: rotate(-45deg);
	-ms-transition: .5s;
}

.headfixed .head-subBox-tabRight {
	width: 68.75%;
}

.headfixed .head-subBox-tabsBox {
	position: relative;
	padding: 0 7%;
	width: 55%;
	flex-wrap: wrap;
}

.headfixed .head-subBox-rtstab {
	position: relative;
	margin-bottom: 25px;
	width: 50%;
	color: #777;
	text-align: left;
	font-size: 16px;
	align-items: flex-start;
}

.headfixed .head-subBox-rtstab em {
	display: inline-block;
	margin-top: 3px;
	font-size: 12px;
}

.headfixed .head-subBox-rtstab span {
	display: inline-block;
	padding-left: 10px;
	border-bottom: 1px solid transparent;
	vertical-align: middle;
}

.headfixed .head-subBox-tabct {
	align-items: flex-start;
}

.headfixed .head-subBox-tabImgBox {
	position: relative;
	padding-left: 5%;
	width: 45%;
	border-left: 1px solid #f3f3f3;
}

.headfixed .head-subBox-tabimg {
	position: relative;
	width: 100%;
	height: 245px;
	background-color: #f2f3f5;
}

.headfixed .head-subBox-tabimg img {
	padding: 25px;
}

.headfixed .head-subBox-tabtit {
	position: relative;
	margin: 20px auto;
	padding: 0 15px;
	border-left: 3px solid #003686;
	color: #333;
	text-align: left;
	font-size: 20px;
	line-height: 1.1;
}

.headfixed .head-subBox-rtstab:hover:before,
.headfixed .head-subBox-rttab.active::before {
	background: #003686;
}

.headfixed .head-subBox-rtstab.active,
.headfixed .head-subBox-rtstab:hover,
.headfixed .head-subBox-rttab.active {
	color: #003686 !important;
}

.headfixed .head-subBox-rttab.active em {
	color: #003686;
	transform: rotate(0);
}

.head-subBox-rtfont .drop-tit::after,
.headfixed .head-subBox-Bli,
.headfixed .head-subBox-tabImgLi,
.headfixed .head-subBox-tabLi {
	display: none;
}

.headfixed .head-subBox-Bli.active,
.headfixed .head-subBox-tabImgLi.active,
.headfixed .head-subBox-tabLi.active {
	display: block;
}

.head-subBox-rtfont .drop-tit {
	position: relative;
	margin-bottom: 15px;
	padding: 0;
	padding-bottom: 20px;
	color: #333;
	font-size: 40rem;
	line-height: 1.2;
}

.head-subBox-rtfont .drop-tit::before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50px;
	height: 2px;
	background-color: #003686;
	content: "";
}

.head-subBox-rtfont .drop-dec {
	margin-bottom: 75px;
	color: #666;
	font-size: 16px;
	line-height: 1.875;
}

.headfixed .head-subBox-rtfont .more {
	margin: 0;
	text-align: left;
}

.headfixed .head-subBox-rtfont .more em {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}

.about2 .about2-mapBox,
.about4 .about4-swiper,
.about5,
.about5 .about5-swiper,
.contact1,
.contact2 .contact2-select,
.contact2 .nameBox,
.join1 .inner-tit .tit span,
.join2,
.join3,
.mainer .banner .banner-img,
.section1 {
	position: relative;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets,
.banner .swiper-pagination-custom,
.banner .swiper-pagination-fraction {
	bottom: 35px;
}

.mainer .banner .banner-img img {
	margin: 0 auto;
	width: 100%;
	height: auto;
}

.banner .swiper-fontlist {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 3;
	width: 100%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.qsection1 .banner .pub-mbanner,
.qsection1 .banner .pub-pbanner {
	width: 100%;
	height: 100%;
	transition: ease 1s;
}

.banner .pub-mbanner {
	display: none;
}

.banner .swiper-font {
	position: relative;
	z-index: 2;
	padding: 0 60px 0 0;
	width: 64%;
	text-align: left;
}

.banner .swiper-font .swiper-h2 {
	position: relative;
	margin-bottom: 20px;
}

.banner .swiper-font .swiper-h2 h2 {
	color: #fff;
	font-size: 40rem;
	line-height: 1.267;
}

.banner .swiper-font .swiper-h3 h3 {
	color: #fff;
	font-size: 16px;
}

.banner .swiper-font .swiper-h3 .line {
	margin-left: 5px;
	width: 62px;
	height: 4px;
	background-color: #fff;
}

.mainer .qsection1 .banner,
.mainer .qsection1 .banner .banner-img,
.mainer .qsection1 .banner .swiper-img {
	overflow: hidden;
	height: 100%;
}

.mainer .qsection1 .banner .swiper-slide,
.mainer .qsection1 .banner .swiper-wrapper {
	height: 100% !important;
}

.mainer .banner .banner-img strong.icon1,
.mainer .banner .banner-img strong.icon2 {
	position: absolute;
	display: block;
}

.mainer .banner .banner-img strong.icon1 img,
.mainer .banner .banner-img strong.icon2 img {
	width: 45px;
	height: 45px;
}

.mainer .banner .banner-img strong.icon1 {
	top: -10px;
	left: -60px;
}

.mainer .banner .banner-img strong.icon2 {
	right: -60px;
	bottom: 35%;
}

.mainer .banner .swiper-slide-active .swiper-h2 {
	-webkit-animation: fadeInDown 2s;
	animation: fadeInDown 2s;
}

.mainer .banner .swiper-slide-active .swiper-h3 {
	-webkit-animation: fadeInUp 2s;
	animation: fadeInUp 2s;
}

.mainer .banner .swiper-slide-active .more {
	-webkit-animation: fadeInUp 5s;
	animation: fadeInUp 5s;
}

.mainer .banner .swiper-img-cp {
	-webkit-animation: fadeInUp 1s;
	animation: fadeInUp 1s;

	position: absolute;
	right: 10%;
	top: -20%;
	z-index: -1;
}

.mainer .banner .swiper-img-cp img {
	height: auto !important;
}

.more {
	position: relative;
	overflow: hidden;
	padding: 16px 20px;
	width: 220px;
	border: solid 1px #fff;
	color: #fff;
	font-size: 18px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	-ms-transition: .5s;
}

.more1 {
	display: block;
	margin: 0 auto;
	border: solid 1px #003686;
	background-color: #003686;
	text-align: center;
}

.more2 {
	display: block;
	margin: 0 auto;
	background-color: #fff;
	color: #003686;
	text-align: center;
}

.more::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
	background: #003686;
	content: "";
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
	-ms-transition: 1s;
}

.more1::before {
	background: #fff;
}

.more1:hover {
	color: #003686;
}

.more2:hover {
	color: #fff;
}

.more:hover::before {
	width: 100%;
}

.more em,
.more span {
	position: relative;
	z-index: 3;
	display: inline-block;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
	-ms-transition: 1s;
}

.more:hover em {
	transform: translateX(-10px);
}

.banner .more {
	margin-top: 55px;
}

.mainer .banner .banner-img .more img,
.more img {
	position: absolute;
	top: 50%;
	right: 10px;
	display: inline-block;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	vertical-align: middle;
	-webkit-transition: 1.5s;
	-moz-transition: 1.5s;
	-o-transition: 1.5s;
	transition: 1.5s;
	transform: translateY(-50%);
	-ms-transition: 1.5s;
}

.mainer .banner .banner-img .more:hover img,
.more:hover img {
	transform: translate(-10px, -50%);
}

.more:hover::before {
	width: 100%;
}

.banner .swiper-pagination {
	bottom: 80px !important;
	left: 50%;
	margin: 0 auto;
	width: 92%;
	text-align: left;
	transform: translateX(-50%);
}

.swiper-pagination-bullet {
	width: 16px;
	height: 4px;
	border-radius: 0;
	background-color: rgba(51, 51, 51, .2);
}

.swiper-pagination-bullet-active {
	width: 24px;
	background-color: #003686;
}

@keyframes spin-right {
	0% {
		transform: rotate(180deg);
	}

	50% {
		transform: rotate(360deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@keyframes spin-left {
	0% {
		transform: rotate(180deg);
	}

	50% {
		transform: rotate(180deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.banner .loading {
	position: relative;
	margin-right: 30px !important;
	width: 42px;
	height: 42px;
	border: 1px solid rgba(255, 255, 255, .55);
	border-radius: 50%;
	background: 0 0;
	color: #fff;
	text-align: center;
	letter-spacing: 1px;
	font-size: 14px;
	line-height: 42px;
}

.banner .loading:last-child {
	margin-right: 0 !important;
}

.banner .loading .c-progress {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.banner .loading.swiper-pagination-bullet-active .c-progress {
	background-color: transparent;
}

.banner .loading .left,
.banner .loading .right {
	position: absolute;
	top: -1px;
	left: -1px;
	overflow: hidden;
	overflow: hidden;
	width: 21px;
	height: 42px;
	opacity: 0;
}

.banner .loading.swiper-pagination-bullet-active .left,
.banner .loading.swiper-pagination-bullet-active .right {
	opacity: 1;
}

.banner .loading .right {
	top: -1px;
	right: -1px;
	left: auto;
}

.banner .loading .left:after,
.banner .loading .right:after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 21px;
	height: 42px;
	border: 1px solid #fff;
	border-right: 0;
	border-radius: 50px 0 0 50px;
	content: "";
}

.banner .loading .right:after {
	position: absolute;
	display: block;
	border: 1px solid #fff;
	border-left: 0;
	border-radius: 0 50px 50px 0;
	content: "";
}

.banner .loading.swiper-pagination-bullet-active .left:after {
	transform-origin: right center;
	animation-fill-mode: forwards;
	animation-duration: 3.9s;
	animation-timing-function: linear;
	animation-name: spin-left;
}

.banner .loading.swiper-pagination-bullet-active .right:after {
	transform-origin: left center;
	animation-duration: 3.9s;
	animation-timing-function: linear;
	animation-name: spin-right;
}

@keyframes spin-right {
	0% {
		transform: rotate(180deg);
	}

	50% {
		transform: rotate(360deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@keyframes spin-left {
	0% {
		transform: rotate(180deg);
	}

	50% {
		transform: rotate(180deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.in-tit,
.inner-tit {
	position: relative;
	z-index: 3;
	text-align: center;
}

.in-tit .tit,
.inner-tit .tit {
	position: relative;
	color: #333;
	font-size: 42rem;
}

.about5 .inner-tit .tit {
	color: white;
}

.inner-tit .tit {
	font-size: 48rem;
}

.in-tit .tit span {
	margin-right: 10px;
	color: #ce132e;
	vertical-align: -5px;
	font-size: 64rem;
	line-height: 1;
}

.in-tit .tit em {
	color: #ce132e;
}

.in-tit .dec {
	margin-top: 5px;
	color: #666;
	font-size: 18px;
}

.in-tit .dec a {
	position: relative;
	display: inline-block;
	color: #04a4e5;
}

.in-tit .dec a b {
	border-bottom: 2px solid #04a4e5;
}

.in-tit .dec a em {
	display: inline-block;
	margin-left: 6px;
	vertical-align: -6px;
	font-size: 28px;
}

.d2 {
	animation-delay: .4s;
	-webkit-animation-delay: .4s;
}

.qsection2::before {
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: url(../images/mountain.png) no-repeat center bottom;
	background-size: cover;
	content: "";
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	transform: translateX(-50%);
	-ms-transition: .5s;
}

.section1 {
	padding-top: 5%;
	padding-bottom: 10%;
}

.section1 .section1-line {
	margin: 30px auto;
	width: 80px;
	height: 4px;
	background-color: #003686;
}

.section1 .section1-dec {
	margin-bottom: 40px;
	padding: 0 10%;
	color: #333;
	text-align: center;
	font-weight: lighter;
	font-size: 20px;
	line-height: 1.8;
}

.section1 .section1-dec span {
	color: #003686;
}

.section1 .section1-number {
	color: #003686;
	vertical-align: bottom;
	font-size: 22px;
}

.section1 .section1-number span {
	font-size: 72rem;
	line-height: 1.1;
	font-family: 'DIN-Bold';
}

.section1 .section1-number em {
	display: inline-block;
	vertical-align: bottom;
	font-weight: lighter;
	font-size: 44px;
	font-family: 'DIN-Light';
}

.section1 .section1-scroll {
	margin-top: 4.5%;
	padding: 0 11%;
	flex-wrap: wrap;
}

.section1 .section1-scroll li {
	position: relative;
	width: 25%;
	text-align: center;
}

.section1 .section1-ndec {
	color: #003686;
	font-size: 16px;
	line-height: 30px;
}

.section2 {
	padding-right: 3%;
	padding-left: 8%;
}

.section2 .in-tit .tit {
	color: #fff;
	line-height: 1;
}

.section2 .section2-dec {
	margin-top: 25px;
	margin-bottom: 10%;
	color: #fff;
	text-align: center;
	font-size: 15px;
	line-height: 1.5;
}

.section2 .section2-left {
	width: 22%;
}

.section2 .section2-right {
	padding-left: 4%;
	width: 78%;
}

.section2 .swiper-slide a {
	display: block;
	padding: 0;
	width: 100%;
	height: 100%;
	background-color: white;
}

.section2 .section2-font {
	;
	padding: 5% 5%;
	text-align: center;
}

.section2 .section2-font .tit {
	color: #333;
	font-weight: lighter;
	font-size: 22px;
}

.section2 .section2-font .dec {
	margin-top: 10px;
	color: #666;
	font-size: 16px;
}

.section2 .section2-img {
	position: relative;
	width: 100%;
	height: 350px;
}

.section2 .swiper-container {
	padding-bottom: 6.5%;
}

.section2 .swiper-button-next,
.section2 .swiper-button-prev {
	display: none;
}

.qsection4 {
	background-color: #f7f7f7;
}

.section3 .section3-left {
	width: 45.7%;
}

.section3 .section3-bfont .time,
.section3 .section3-sfont .time {
	margin-top: 25px;
	color: #666;
	font-size: 18px;
}

.section3 .section3-bfont .tit,
.section3 .section3-sfont .tit {
	margin-top: 5px;
	margin-bottom: 25px;
	color: #333;
	font-size: 22px;
	line-height: 1.63;
}

.section3 .section3-bfont .btn {
	color: #999;
	font-size: 16px;
}

.section3 .section3-bfont .btn em {
	display: inline-block;
	margin-left: 5px;
	font-size: 26px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	-ms-transition: .5s;
}

.section3 .section3-left:hover .btn em {
	transform: translateX(15px);
}

.section3 .section3-right {
	width: 48.7%;
}

.section3 .section3-sfont .time {
	margin-top: 0;
}

.section3 .section3-sfont .tit {
	margin-bottom: 0;
	font-size: 18px;
}

.section3 .section3-simg {
	position: relative;
	width: 290px;
}

.section3 .section3-sfont {
	position: relative;
	padding-left: 6%;
	width: calc(100% - 290px);
}

.section3 .section3-ul li {
	margin-top: 5.8%;
}

.section3 .section3-ul li:first-child {
	margin-top: 0;
}

.section4 .section4-pc {
	padding-top: 20px;
}

.section4 .section4-pc li {
	margin-top: 1.5%;
}

.section4 .section4-img {
	position: relative;
	overflow: hidden;
	margin-right: 1.2%;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 0 0 12px 3px rgba(0, 54, 134, .05);
}

.section4 .section4-img:last-child {
	margin-right: 0;
}

.section4 .section4-mobile {
	display: none;
}

.section4 .swiper-container {
	padding: 30px 0;
}

.section4 .swiper-slide .section4-img {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 90px;
	border: 1px solid #f3f3f3;
	border-radius: 0;
	box-shadow: 0 0 12px 3px rgba(0, 54, 134, 0);
}

.footer {
	position: relative;
	z-index: 3;
}

.footer .foot-top {
	display: block;
	padding-top: 60px;
	padding-bottom: 70px;
	/* background: #003686 url(../images/ditu2.png) no-repeat center center; */
	/* background-size: cover; */
	background: #003686 url(../images/ditu2.png) no-repeat 200px 50px;
}

.footer .foot-left {
	width: 30%;
}

.footer .foot-lftop {
	position: relative;
	margin-bottom: 30px;
	flex-wrap: wrap;
}

.footer .ftlogo {
	position: relative;
	display: block;
	padding-right: 10%;
	width: calc(100% - 210px);
}

.footer .ftlogo img {
	display: inline;
}

.footer .foot-addrLi {
	margin-top: 20px;
}

.footer .foot-addrLi .dec,
.footer .foot-addrLi .tit {
	color: #fff;
	font-size: 18px;
}

.footer .foot-addrLi .dec a {
	color: #fff;
	font-weight: 700;
	font-size: 20px;
}

.footer .ftlogo-ewm {
	position: relative;
	width: 100px;
	height: 100px;
}

.footer .bshare-custom {
	position: relative;
	padding-left: 20px;
	width: calc(100% - 100px);
}

.ftlogo-share {
	margin-top: 35px;
}

.ftlogo-share a {
	position: relative;
	display: inline-block;
	margin-top: 8px;
	margin-right: 8px;
	width: 36px;
	height: 36px;
	background: #fff;
	color: #fff;
	text-align: center;
	font-size: 22px;
	line-height: 36px;
}

.bshare-tit {
	color: #666;
	font-weight: lighter;
	font-size: 16px;
}

.ftlogo-share a:last-child {
	margin-right: 0;
}

.newinfo1 .ftlogo-share a {
	background-color: #f7f8f9;
}

.newinfo1 .ftlogo-share a .himg,
.newinfo1 .ftlogo-share a:hover .img {
	opacity: 0;
}

.ftlogo-share a:hover img,
.newinfo1 .ftlogo-share a img,
.newinfo1 .ftlogo-share a:hover .himg {
	opacity: 1;
}

.ftlogo-share a:hover {
	background: rgba(255, 255, 255, .8);
}

.newinfo1 .ftlogo-share a:hover {
	background-color: #003686;
}

.newinfo1 .ftlogo-share {
	margin-top: 20px;
}

.footer .footerphone-menu h3 a {
	position: relative;
	display: block;
	margin-bottom: 10px;
	color: #fff;
	font-weight: lighter;
	font-size: 20px;
}

.footer .foot-menu {
	flex: 1;
}

.footer .footerphone-menu h3,
.footer .footerphone-menu li {
	position: relative;
}

.footer .footerphone-menu li {
	width: auto;
}


.footer .footerphone-menu li:nth-child(1) {
	width: 90%;
}

.footer .footerphone-menu li:nth-child(1) .footer-subnav a {
	float: left;
	width: 33.333%;
}

.footer .footer-subnav a {
	display: block;
	width: 100%;
	color: rgba(255, 255, 255, .8);
	/* letter-spacing: 1px; */
	font-weight: lighter;
	font-size: 15px;
	line-height: 2.3;
}

.footer .footerphone-menu h3 a .icon-rjiantou1 {
	display: inline-block;
	margin-right: 10px;
	color: #fff;
	vertical-align: middle;
	font-size: 12px;
	font-family: Arial-BoldMT;
}

.footer .foot-bot {
	padding: 25px 0;
	background-color: #161616;
}

.footer .foot-copy,
.footer .foot-copy a,
.footer .foot-rtlink,
.footer .foot-rtlink a {
	color: rgba(255, 255, 255, .75);
	font-size: 14px;
}


.footer .foot-rtlink a {
	padding: 0 12px;
}

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

.footer .foot-rtlink a:last-child {
	padding-right: 0;
}

.footer .foot-copy a:hover,
.footer .foot-rtlink a:hover,
.footer .footer-subnav a:hover {
	color: #fff;
}

.footer .foot-alink {
	position: relative;
	width: 210px;
}

.footer .foot-alink .foot-firendship {
	position: relative;
	float: right;
	overflow: hidden;
	box-sizing: border-box;
	width: 100%;
	height: 45px;
	border: 1px solid rgba(255, 255, 255, .12);
	background: url(../images/yqljicon.png) no-repeat right 15px center;
	color: #fff;
	text-indent: 20px;
	font-size: 16px;
	line-height: 43px;
	cursor: pointer;
}

.footer .foot-alink .foot-firendship::before {
	position: absolute;
	top: 50%;
	right: 45px;
	width: 1px;
	height: 90%;
	background: rgba(255, 255, 255, .12);
	content: "";
	transform: translateY(-50%);
}

.footer .foot-alink>ul {
	position: absolute;
	right: 0;
	bottom: 42px;
	z-index: 5;
	display: none;
	overflow-x: hidden;
	overflow-y: auto;
	box-sizing: border-box;
	width: 100%;
	height: 230px;
	border: 1px solid #1d4686;
	background: #fff;
}

.footer .foot-alink>ul>li:last-child {
	border-bottom: none;
}

.footer .foot-alink>ul>li>a {
	display: block;
	display: -webkit-box;
	overflow: hidden;
	box-sizing: border-box;
	padding: 0 12px;
	height: 38px;
	border-top: 1px solid #1f4787;
	background: rgba(11, 56, 129, .95);
	color: #fff;
	font-size: 14px;
	line-height: 36px;
	-webkit-transition-duration: .4s;
	-moz-transition-duration: .4s;
	-o-transition-duration: .4s;
	transition-duration: .4s;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	word-break: break-all;
	-ms-transition-duration: .4s;
}

.footer .foot-alink>ul>li>a:hover {
	color: #eb000a;
}

.yqlj,
.yqlj a {
	color: #fff;
	font-size: 14px;
	opacity: 0.5;
}

.yqlj {
	margin-top: 15px;
}

.footer .foot-sbt {
	margin-top: 45px;
}

.pub-banner {
	position: relative;
	overflow: hidden;
}

.pub-pcbanner {
	display: block;
	width: 100%;
}

.pub-mbanner {
	display: none;
	width: 100%;
}

.pub-banner .pub-banner-font {
	position: absolute;
	top: 57%;
	left: 50%;
	z-index: 9;
	text-align: center;
	-webkit-transform: translate(-50%, -57%);
	-moz-transform: translate(-50%, -57%);
	-o-transform: translate(-50%, -57%);
	transform: translate(-50%, -57%);
	-ms-transform: translate(-50%, -57%);
}

.pub-banner .pub-banner-font h3 {
	color: #fff;
	font-weight: 700;
	font-size: 52rem;
}

.ny-bread {
	position: absolute;
	top: 140px;
	left: 50%;
	width: 100%;
	transform: translateX(-50%);
}

.ny-bread1 {
	position: static;
	padding: 0 0 20px 0;
	background: rgba(255, 255, 255, .5);
	transform: translateX(0);
	border-bottom: 1px solid #dce0e7;
	margin-bottom: 30px;
	color: #999;
}

.ny-bread2 {
	background: rgba(242, 243, 245, .6);
}

.ny-bread a,
.ny-bread em,
.ny-bread img {
	display: inline-block;
	color: #fff;
	vertical-align: middle;
	font-weight: lighter;
	font-size: 16px;
}

.ny-bread1 a,
.ny-bread1 em,
.ny-bread1 img {
	color: #999;
}

.ny-bread img {
	margin-right: 10px;
}

.ny-bread em {
	display: inline-block;
	margin: 0 5px;
	vertical-align: -1px;
	font-size: 14px;
}

.ny-bread a:hover {
	color: #003686;
}

.paging {
	margin: 0 auto 50px;
	width: 100%;
	text-align: center;
	flex-wrap: wrap;
}

.paging a {
	display: block;
	margin: 0 2px;
	margin-top: 5px;
	width: 50px;
	height: 50px;
	border: solid 1px #eee;
	border-radius: 6px;
	background-color: #fff;
	color: #333;
	font-size: 18px;
	line-height: 50px;
	transition: ease .5s;
}

.paging a em {
	font-weight: 700;
	font-size: 14px;
}

.paging a.paging-icon:hover {
	background-color: #003686;
}

.paging a.paging-icon:hover em {
	color: #fff;
}

.paging a.active {
	color: #fff;
	background-color: #003686;
}

.paging a.page-num-current {
	color: #fff;
	background-color: #003686;
}

.paging a:hover {
	color: #fff;
	background-color: #003686;
}

@media(max-width:1366px) {
	.paging a {
		width: 40px;
		height: 40px;
		font-size: 16px;
		line-height: 40px;
	}
}

@media(max-width:790px) {
	.paging a {
		width: 30px;
		height: 30px;
		font-size: 14px;
		line-height: 30px;
	}
}

.right-flex {
	position: fixed;
	top: 50%;
	right: 0;
	z-index: 99;
	margin-top: 10px;
	width: 50px;
	height: auto;
}

.right-flex.Ons {
	display: block !important;
}

.right-flex ul {
	width: 100%;
}

.right-flex li {
	position: relative;
	float: right;
	margin-bottom: 5px;
	width: 50px;
	height: 50px;
	border-radius: 4px 0 0 4px;
	background: #a7afb9;
	line-height: 50px;
	transition: width .3s, background .3s, margin .3s;
}

.right-flex li .ico {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	transition: right .3s;
}

.right-flex li a {
	display: block;
	width: 100%;
	height: 100%;
}

.right-flex li p {
	padding: 0 20px;
	color: #fff;
	font-size: 15px;
	line-height: 50px;
	transition: transform .3s;
}

.right-flex li.one {
	width: 90px;
	height: 50px;
	border-radius: 4px;
	background-color: #003686;
}

.right-flex li.one p {
	padding: 3px 10px;
	text-align: center;
	font-size: 16px;
	line-height: 22px;
}

.right-flex li.four .ico,
.right-flex li.li-three .ico,
.right-flex li.two .ico {
	left: 0;
}

.right-flex li.four p,
.right-flex li.li-three p,
.right-flex li.two p {
	padding: 0 20px 0 50px;
}

.right-flex li.two {
	margin-right: -150px;
	width: 200px;
}

.right-flex li.three {
	margin-right: -100px;
	width: 150px;
}

.right-flex li .ico.ico02 {
	background: url(../images/dhicon.png) no-repeat center;
}

.right-flex li .ico.ico03 {
	background: url(../images/wxicon.png) no-repeat center;
}

.right-flex li .ico.ico04 {
	background: url(../images/dxicon.png) no-repeat center;
}

.right-flex li .ico.ico08 {
	background: url(../images/zdicon.png) no-repeat center -3px;
}

.right-flex .right-close {
	width: 100%;
	height: 40px;
}

.right-flex .close-icon {
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #a7afb9 url(../images/kf-close.png) no-repeat center;
	background-size: 15px;
	cursor: pointer;
	transition: all .3s;
	transform: rotate(45deg);
}

.right-flex.show .close-icon {
	transform: rotate(0);
}

.right-flex .to-top em {
	display: block;
	padding-top: 10px;
	color: #fff;
	text-align: center;
}

@media(min-width:1025px) {
	.right-flex li:hover {
		width: 50px;
		background: #003686;
	}

	.right-flex li.one:hover {
		width: 90px;
		background-color: #a7afb9;
	}

	.right-flex li.four:hover .ico,
	.right-flex li.li-three:hover .ico,
	.right-flex li.two:hover .ico,
	.right-flex li:hover .ico {
		right: 0;
		left: auto;
	}

	.right-flex li.two:hover {
		margin-right: 0;
		width: 200px;
	}

	.right-flex li.three:hover {
		margin-right: 0;
		width: 140px;
	}

	.right-flex li.four:hover {
		margin-right: 0;
		width: 160px;
	}

	.right-flex li.li-three:hover p,
	.right-flex li.two:hover p {
		padding: 0 20px;
	}

	.right-flex li.four:hover p:last-child {
		padding: 0 53px 0 0;
	}

	.right-flex li.four:hover p:last-child img {
		border: 2px solid #ddd;
		border-radius: 5px;
	}
}

@media(max-width:1100px) {

	.right-flex .four,
	.right-flex .right-close,
	.right-flex .two,
	.right-flex li.one {
		display: none !important;
	}
}

@media(max-width:767px) {


	.headfixed .logo img.himg {
		max-height: 50px;
	}


	.right-flex,
	.right-flex li {
		width: 40px;
		height: 40px;
	}

	.right-flex li .ico {
		width: 40px;
		height: 20px;
	}

	.right-flex .to-top em {
		margin-top: 0;
		font-size: 12px;
		line-height: 30px;
	}

	.right-flex {
		top: 100%;
	}

	.right-flex li .ico.ico08 {
		background: url(../images/zdicon.png) no-repeat center center;
		background-size: 60%;
	}
}

.nav-menu {
	position: relative;
	z-index: 9;
	margin-top: -69px;
	border-top: 1px solid rgba(255, 255, 255, .12);
}

.nav-menu .nav-name {
	position: relative;
	display: block;
	display: block;
	display: none;
	padding: 0 30px;
	background-color: #fff;
	box-shadow: 0 3px 14px 0 rgba(226, 226, 226, .5);
	color: #333;
	text-align: left;
	font-size: 18px;
	line-height: 65px;
	cursor: pointer;
}

.nav-menu.box-on {
	background: #fff;
}

.nav-menu.box-on .nav-menu-ul a {
	border-top: 1px solid rgba(0, 54, 134, .12);
	color: #003686;
}

.nav-menu .nav-name .iconfont {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}

.nav-menu .nav-menu-ul {
	width: 100%;
	flex-wrap: wrap;
}

.nav-menu .nav-menu-ul a {
	position: relative;
	display: block;
	overflow: hidden;
	padding: 22px 10px;
	width: 100%;
	color: #fff;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 20px;
	line-height: 1.2;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	-ms-transition: .5s;
}

.nav-menu.fixedTop .nav-menu-ul .active a {
	color: #fff;
}

.nav-menu .nav-menu-ul a::before {
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: 40%;
	background: rgba(255, 255, 255, .12);
	content: "";
	transform: translateY(-50%);
}

.nav-menu .nav-menu-ul li:first-child a::after {
	position: absolute;
	top: 50%;
	left: 0;
	width: 1px;
	height: 40%;
	background: rgba(255, 255, 255, .12);
	content: "";
	transform: translateY(-50%);
}

.nav-menu .nav-menu-ul li {
	position: relative;
	min-width: 20%;
	text-align: center;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	flex: 1;
	-ms-transition: .5s;
}

.nav-nemenu .nav-menu-ul li {
	min-width: 16.6667%;
}

.nav-menu .nav-menu-ul li:last-child a {
	border-right: 0;
}

.nav-menu .nav-menu-ul li::before {
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: -1;
	width: 100%;
	height: 0;
	background: rgba(0, 46, 123, .8);
	background-size: cover;
	content: "";
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	transform: translateX(-50%);
	-ms-transition: .5s;
}


.nav-menu .nav-menu-ul li.active::before,
.nav-menu .nav-menu-ul li:hover::before {
	height: 100%;
}

.nav-menu .nav-menu-ul li.active::after,
.nav-menu .nav-menu-ul li:hover::after {
	width: 100%;
}

.nav-menu.fixedTop,
.proinfo2.fixedTop {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 100;
	margin: auto;
	width: 100%;
	border-bottom: 1px solid #eee;
	background-color: #fff;
	transition: all .5s;
}

.nav-menu.fixedTop .nav-menu-ul a {
	color: #333;
}

.nav-menu.fixedTop .nav-menu-ul li::before {
	background: rgba(0, 46, 123, .8);
}

.inner-tit {
	text-align: center;
}

.inner-tit h2 {
	color: #000;
	font-family: Aileron-Bold;
}

.inner-tit .dec {
	margin-top: 15px;
	color: #555;
}

.product1 .product1-list {
	position: relative;
	margin-bottom: 10px;
	align-items: flex-start;
	padding-top: 50px;
}

.product1 .product1-left {
	width: 300px;
}

.product1 .product1-tit {
	padding: 10%;
	background: #003686;
}

.product1 .product1-icon {
	position: relative;
	width: 50px;
	height: 50px;
}

.product1 .product1-stit {
	padding-left: 0;
	width: auto;
	color: #fff;
	font-size: 22rem;
}

.product1 .product1-right {
	position: relative;
	padding-left: 3%;
	width: calc(100% - 300px);
}

.product1-left .product-sec1-dl {
	padding: 0 30px;
}

.product1-left .product-sec1-ltit {
	padding: 15px 20px;
	padding-bottom: 10px;
	width: 100%;
	border-bottom: 1px solid #dce0e7;
	color: #333;
	font-size: 14px;
	line-height: 1.85;
	align-items: center;
}

.product1-left .product-sec1-pmenu li:last-child .product-sec1-ltit {
	border-bottom: 0;
}

.product1-left .product-sec1-ltit span {
	padding-right: 20px;
	width: calc(100% - 12px);
}

.product1-left .product-sec1-ltit .icon-rjiantou1 {
	color: #7d7f81;
	font-weight: 700;
	font-size: 12px;
}

.product1-left .product-sec1-tag a {
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 10px;
}

.product1-left .product-sec1-tag a span {
	display: inline-block;
	padding: 0 8px;
	border: solid 1px #b7b7b7;
	border-radius: 2px;
	background-color: #fff;
	color: #999;
	vertical-align: middle;
	font-size: 14px;
	line-height: 30px;
}

.product1-left .product-sec1-tag a:hover span {
	border: solid 1px #ed1c22;
	color: #ed1c22;
}

.product1-left .product-sec1-tag .tit {
	margin-bottom: 20px;
	color: #333;
	font-size: 20px;
}

.product1-left .product-sec1-tag {
	padding-top: 4.5%;
	padding-bottom: 10px;
}

.product-sec1-pmenu li.active .icon-rjiantou1,
.product-sec1-pmenu li.active .product-sec1-ltit,
.product1-left .product-sec1-dl dd a.active,
.product1-left .product-sec1-dl dd a:hover,
.product1-left .product-sec1-ltit.active,
.product1-left .product-sec1-ltit.active .icon-rjiantou1 {
	color: #0551c1;
}

.product1-left .product-sec1-dl dt {
	margin: 14px auto;
	color: #333;
	font-size: 18px;
}

.product1-left .product-sec1-dl dt em {
	margin-left: -4px;
	font-size: 20px;
}

.product1-left .product-sec1-dl dd a {
	position: relative;
	display: block;
	overflow: hidden;
	padding-left: 20px;
	border-left: 1px solid #e3e3e3;
	color: #888;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	line-height: 38px;
}

.product1-left .product-sec1-dl dd a::before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 10px;
	height: 1px;
	background-color: #e3e3e3;
	content: " ";
	transform: translateY(-50%);
}

.product1-left .product-sec1-lmore {
	padding: 4% 0;
}

.product1-left .product-sec1-pmenu .product-sec1-mect {
	display: none;
}

.product-sec1-sbtn {
	position: fixed;
	top: 50%;
	left: 0;
	z-index: 9;
	display: none;
	margin-top: -62px;
	padding: 10px 0;
	width: 45px;
	border-radius: 0 10px 10px 0;
	background: #003686;
	box-shadow: inset 0 0 30px rgb(0, 0, 0, .2);
	color: #fff;
	text-align: center;
	font-size: 16px;
	line-height: 26px;
	cursor: pointer;
}

.product-sec1-sbtn span {
	display: block;
}

.pn-list {
	position: fixed;
	top: 50%;
	left: -70%;
	z-index: 10;
	overflow: auto;
	margin-top: -175px;
	width: 45%;
	height: 320px;
	border-radius: 0 10px 10px 0;
	background: #fff;
	box-shadow: 0 0 20px rgba(51, 51, 51, .2);
	transition: left .5s;
}

.pn-retract {
	position: fixed;
	top: 50%;
	left: -92%;
	z-index: 9;
	margin-top: -175px;
	width: 30px;
	height: 80px;
	border-radius: 0 10px 10px 0;
	background: #003686;
	color: #fff;
	text-align: center;
	font-weight: 700;
	font-size: 20px;
	line-height: 80px;
	cursor: pointer;
	transition: left .5s;
}

.product-sec1-pmenu {
	background: #f2f3f5;
}

.pn-list.on .product-sec1-pmenu {
	display: block;
}

.pn-list.on {
	left: 0;
}

.join2 .join2-ul,
.product1 .product1-ul,
.technology1 .technology1-ul,
.technology2 .technology2-ul {
	flex-wrap: wrap;
}

.product1 .product1-ul li {
	position: relative;
	overflow: hidden;
	margin-right: 2.7%;
	margin-bottom: 2.5%;
	width: 31.5%;
	border: solid 1px #f0f0f0;
}

.product1 .product1-ul li:nth-child(3n) {
	margin-right: 0;
}

.product1 .product1-ul li::before {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 0%;
	height: 2px;
	background-color: #003686;
	content: "";
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	-ms-transition: .5s;
}

.product1 .product1-ul li:hover::before {
	width: 100%;
}

.product1 .product1-font {
	padding: 0;
	width: 100%;
	background: #fff;
	text-align: center;
}

.product1 .product1-font .tit {
	padding-top: 15px;
	padding-bottom: 20px;
	color: #333;
	font-size: 18px;
}

.product1 .product1-font .btn {
	padding: 15px 0;
	border-top: 1px solid #f0f0f0;
	color: #999;
	font-weight: lighter;
	font-size: 16px;
	display: none;
}

.product1 .product1-font .btn em {
	color: #999;
	font-weight: 700;
	font-size: 12px;
}


.product1 .dec-box {
	padding-bottom: 25px;
}


.product1 .product1-img {
	position: relative;
	height: 320px;
	background-color: #fff;
}

.proinfo1 {
	background: #efefef;
	background-size: cover;
}

.proinfo1 .proinfo1-left {
	width: 49%;
}

.proinfo1 .proinfo1-right {
	position: relative;
	padding-left: 6.3%;
	width: 51%;
}

.proinfo1 .inner-tit {
	text-align: left;
}

.proinfo1 .proinfo1-entit {
	color: #333;
	font-size: 22px;
}

.proinfo1 .proinfo1-line {
	position: relative;
	margin: 20px auto;
	width: 100%;
	height: 1px;
	background-color: rgba(51, 51, 51, .2);
}

.proinfo1 .proinfo1-line::before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 120px;
	height: 2px;
	background-color: #003686;
	content: "";
}

.proinfo1 .proinfo1-dec,
.proinfo1 .proinfo1-range .dec {
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid rgba(51, 51, 51, .2);
	color: rgba(51, 51, 51, .7);
	font-size: 18px;
	line-height: 1.77;
}

.proinfo1 .proinfo1-range .tit {
	margin-bottom: 5px;
	color: #333;
	font-size: 22px;
}

.proinfo1 .proinfo1-range .dec {
	border-bottom: 0;
}

.pmore {
	position: relative;
	display: block;
	overflow: hidden;
	margin-right: 30px;
	padding: 12px 20px;
	width: 170px;
	border: 1px solid #003686;
	background-color: #003686;
	color: #fff;
	font-size: 16px;
}

.pmore1 {
	border: 1px solid #d2141c;
	background-color: #d2141c;
}

.pmore:last-child {
	margin-right: 0;
}

.pmore::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
	background: #fff;
	content: "";
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	-ms-transition: .5s;
}

.pmore:hover::before {
	width: 100%;
}

.pmore em {
	position: absolute;
	top: 50%;
	right: 20px;
	font-size: 12px;
	transform: translateY(-50%);
}

.pmore1 em {
	font-size: 16px;
}

.pmore span {
	position: relative;
	z-index: 2;
}

.pmore:hover {
	color: #003686;
}

.pmore1:hover {
	color: #d2141c;
}

.proinfo2 {
	border-bottom: 1px solid rgba(51, 51, 51, .1);
	background: #fff;
}

.proinfo2 .nav-menu {
	margin-top: 0;
	width: calc(100% - 370px);
}

.proinfo2 .proinfo2-btn {
	position: relative;
	display: none;
	width: 370px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	-ms-transition: .5s;
}

.proinfo2.fixedTop .proinfo2-btn {
	display: flex;
}

.proinfo2 .nav-menu .nav-menu-ul a {
	padding: 37px 0;
	color: #666;
	font-size: 22px;
}

.proinfo2 .nav-menu .nav-menu-ul li {
	margin-right: 5.5%;
	width: auto;
	min-width: auto;
	flex: initial;
}

.proinfo2 .nav-menu .nav-menu-ul li.active a {
	color: #003686;
}

.proinfo2 .nav-menu .nav-menu-ul li:last-child {
	margin-right: 0;
}

.proinfo2 .nav-menu .nav-menu-ul a::before,
.proinfo2 .nav-menu .nav-menu-ul li::before {
	display: none;
}

.proinfo2 .nav-menu .nav-menu-ul li::after {
	top: auto;
	bottom: 0;
	height: 2px;
}

.proinfo3 .proinfo3-ul,
.proinfo4 .proinfo4-ul {
	flex-wrap: wrap;
}

.proinfo3 .proinfo3-ul li {
	position: relative;
	margin-top: 3%;
	margin-right: 3.5%;
	padding: 25px;
	width: 31%;
	border: solid 2px #f5f5f7;
	border-radius: 12px;
	background-color: #fff;
	box-shadow: 0 20px 106px 0 rgba(0, 54, 134, .09);
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	-ms-transition: .5s;
}

.proinfo3 .proinfo3-ul li:nth-child(3n) {
	margin-right: 0;
}

.proinfo3 .proinfo3-icon {
	position: relative;
	width: 104px;
	height: 104px;
	border: solid 1px rgba(222, 223, 228, .7);
	border-radius: 50%;
	background-color: rgba(245, 245, 247, .7);
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	-ms-transition: .5s;
}

.proinfo3 .proinfo3-num {
	width: 76px;
	height: 76px;
	border-radius: 50%;
	background-color: #fff;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, .07);
	color: #003686;
	text-align: center;
	font-size: 32px;
	font-family: Arial-BoldMT;
	line-height: 76px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	-ms-transition: .5s;
}

.proinfo3 .proinfo3-font {
	padding-right: 10px;
	padding-left: 30px;
	width: calc(100% - 104px);
	color: #555;
	font-size: 18px;
}

.proinfo3 .proinfo3-ul li:hover {
	background-color: #f5f5f7;
}

.proinfo4,
.proinfo6 {
	position: relative;
	background: rgba(242, 243, 245, .8);
}

.proinfo4 .proinfo4-ul li {
	position: relative;
	margin-top: 3%;
	margin-right: 3%;
	width: 31.32%;
	border-radius: 8px;
	background: #fff;
}

.proinfo4 .proinfo4-ul li:last-child,
.proinfo4 .proinfo4-ul li:nth-child(3n) {
	margin-right: 0;
}

.proinfo4 .proinfo4-img {
	overflow: hidden;
	width: 100%;
	border-radius: 8px 8px 0 0;
}

.proinfo4 .proinfo4-font {
	padding: 30px 20px;
	border-radius: 0 0 8px 8px;
	color: #333;
	text-align: center;
	font-size: 22px;
}

.proinfo5 .proinfo5-table {
	overflow-x: auto;
	overflow-y: hidden;
	margin: 0 auto;
	font-size: 18px;
	line-height: 2;
}

.proinfo5 .proinfo5-table table {
	width: 100%;
	border: 1px solid rgb(158 158 158 / 39%);
}

.proinfo5 .proinfo5-table th {
	padding: 10px 40px;
	height: 65px;
	background-color: #003686;
	color: #fff;
	text-align: center;
	font-size: 20px;
}


.proinfo5 .proinfo5-table tr:nth-child(2n+1) td {
	background-color: #efefef;
}


.proinfo5 .proinfo5-table tr:first-child td {
	padding: 10px 40px;
	height: 65px;
	background-color: #003686;
	color: #fff;
	text-align: center;
	font-size: 20px;
}


.proinfo5 .proinfo5-table td {
	padding: 10px !important;
	height: auto;
	border-right: 1px solid rgba(30, 25, 32, .07) !important;
	color: #555;
	text-align: left;
	font-size: 16px;
	text-align: center;
}

.proinfo5 .proinfo5-table td:last-child {
	border-right: 0;
}

.proinfo5 .proinfo5-table tr td {
	border: 1px solid rgb(158 158 158 / 39%) !important;
}

.proinfo6 .swiper-slide {
	background-color: #fff;
}

.proinfo6 .proinfo6-font {
	padding: 25px 30px;
}

.proinfo6 .proinfo6-font .tit {
	color: #333;
	font-size: 24px;
}

.proinfo6 .proinfo6-line {
	position: relative;
	margin: 16px auto;
	width: 100%;
	height: 1px;
	background: rgba(51, 51, 51, .07);
}

.proinfo6 .proinfo6-line::before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 46px;
	height: 2px;
	background-color: #003686;
	content: "";
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	-ms-transition: .5s;
}

.proinfo6 .swiper-slide:hover .proinfo6-line::before {
	width: 100%;
}

.proinfo6 .proinfo6-font .dec {
	color: #999;
	font-size: 16px;
}

.proinfo6 .proinfo6-font .dec em {
	font-weight: 700;
	font-size: 12px;
}

.proinfo6 .proinfo6-img {
	padding: 10px;
	border-bottom: 1px solid rgba(51, 51, 51, .07);
}

.technology1,
.technology1 .technology1-hli {
	position: relative;
}

.technology1 .inner-tit,
.technology2 .inner-tit {
	text-align: left;
	margin-bottom: 15px;
}

.technology1 .technology1-dec,
.technology2 .technology2-dec {
	margin-top: 25px;
	padding-right: 0%;
	color: #666;
	font-size: 18px;
	line-height: 2;
	width: 100%;
	margin: auto;
	text-align: left !important;
}

.technology1 .technology1-dec p,
.technology2 .technology2-dec p {
	text-align: left !important;
}

.technology1 .technology1-hlileft .dec {
	position: relative;
	margin-top: 16px;
	padding: 0 10px;
	color: #666;
	font-size: 16px;
	line-height: 26px;
}

.technology1 .technology1-hlileft .dec:first-child {
	margin-top: 0;
}

.technology1 .technology1-hlileft .dec::before {
	position: absolute;
	top: 10px;
	left: 0;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #003686;
	content: "";
}

.technology1 .technology1-hlileft .tit {
	display: -webkit-box;
	overflow: hidden;
	margin-bottom: 16px;
	border-bottom: 1px solid transparent;
	color: #0d489e;
	text-overflow: ellipsis;
	word-wrap: break-word;
	font-size: 22px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.technology1 .technology1-ul li {
	position: relative;
	margin-top: 3.2%;
	margin-left: 3.5%;
	width: 13.75%;
	height: 165px;
	border-radius: 12px;
	background-color: #edf1f6;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	-ms-transition: .5s;
}

.technology1 .technology1-ul li:nth-child(6n-5) {
	margin-left: 0;
}

.product_ad2_ul li::before,
.technology1 .technology1-ul li::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
	width: 100%;
	height: 100%;
	border-radius: 12px;
	background: url(../images/te-bgm1.png) no-repeat center center;
	background-size: cover;
	content: "";
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	-ms-transition: .5s;
}

.technology1 .technology1-ul li::after,
.technology2 .technology2-ul li::after {
	position: absolute;
	top: 42%;
	right: -48px;
	width: 40px;
	height: 28px;
	background: url(../images/te-icon1.png) no-repeat center center;
	background-size: cover;
	content: "";
}

.technology1 .technology1-ul li:nth-child(6)::after {
	top: auto;
	right: auto;
	bottom: -38px;
	left: 42%;
	transform: rotate(90deg);
}

.technology1 .technology1-ul li:nth-child(10)::after,
.technology1 .technology1-ul li:nth-child(11)::after,
.technology1 .technology1-ul li:nth-child(12)::after,
.technology1 .technology1-ul li:nth-child(7)::after,
.technology1 .technology1-ul li:nth-child(8)::after,
.technology1 .technology1-ul li:nth-child(9)::after {
	transform: rotate(-180deg);
}

.technology1 .technology1-ul li:nth-child(10)::after,
.technology1 .technology1-ul1 li::after,
.technology2 .technology2-ul li:nth-child(4n)::after,
.technology2 .technology2-ul1 li:nth-child(1)::after {
	opacity: 0;
}

.technology1 .technology1-li {
	position: absolute;
	top: 50%;
	z-index: 1;
	display: -webkit-box;
	overflow: hidden;
	padding: 0 20px;
	width: 100%;
	color: #003686;
	text-align: center;
	text-overflow: ellipsis;
	word-wrap: break-word;
	font-size: 20px;
	transform: translateY(-50%);
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

.technology1 .technology1-hliBox {
	position: absolute;
	top: 100%;
	left: 50%;
	z-index: 5;
	display: none;
	width: 170%;
	border-radius: 8px;
	background: #fff;
	background-color: #fff;
	box-shadow: 0 0 218px 0 rgb(6, 34, 76, .2);
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	transform: translateX(-50%);
	-ms-transition: .5s;
}

.technology1 .technology1-mBox,
.technology2 .technology2-mBox {
	display: none;
}

.technology1 .technology1-mul,
.technology2 .technology2-mul {
	flex-wrap: wrap;
}

.technology1 .technology1-mul li {
	margin-top: 40px;
	width: 100%;
}

.technology1 .technology1-mBox .technology1-hliBox {
	position: static;
	display: block;
	width: 100%;
	transform: translate(0);
}

.technology1 .technology1-mBox .technology1-hli::before {
	display: none;
}

.product_ad2 .product_ad2_img::before,
.technology1 .technology1-hli::before {
	position: absolute;
	top: -8px;
	left: 50%;
	z-index: 2;
	width: 24px;
	height: 8px;
	background: url(../images/te-sjx.png) no-repeat center center;
	background-size: cover;
	content: "";
	transform: translateX(-50%);
}

.technology1 .technology1-ul li:nth-child(6n-5) .technology1-hli::before {
	left: 15%;
	transform: translateX(-15%);
}

.technology1 .technology1-ul li:nth-child(10) .technology1-hliBox,
.technology1 .technology1-ul li:nth-child(6n) .technology1-hliBox {
	left: 100%;
	transform: translateX(-100%);
}

.technology1 .technology1-ul li:nth-child(6n-5) .technology1-hliBox {
	left: 0;
	transform: translateX(0);
}

.technology1 .technology1-ul li:nth-child(10) .technology1-hli::before,
.technology1 .technology1-ul li:nth-child(6n) .technology1-hli::before {
	left: 85%;
	transform: translateX(-85%);
}

.technology1 .dec-Box {
	overflow-x: hidden;
	overflow-y: auto;
	height: 145px;
}

.technology1 .technology1-hlileft {
	position: relative;
	padding: 30px;
	width: 58%;
	border-radius: 8px 0 0 8px;
	background: #fff;
}

.technology1 .technology1-hliright {
	position: relative;
	overflow: hidden;
	width: 42%;
	border-radius: 0 8px 8px 0;
	background-color: #f2f3f5;
}

.technology1 .technology1-hliBox:hover .technology1-hlileft .tit {
	border-bottom: 1px solid #0d489e;
}

.technology1 .technology1-ul li:hover {
	background-color: #115ccd;
}

.technology1 .technology1-ul li:hover::before {
	background: url(../images/te-hbgm1.png) no-repeat center center;
	background-size: cover;
}

.product_ad2_ul li:hover::before {
	background: url(../images/te-hbgm1.png) #1057c3 no-repeat center center;
	background-size: cover;
}

.technology1 .technology1-ul li:hover .technology1-li {
	color: #fff;
}

.technology1 .technology1-ul li:hover .technology1-hliBox {
	display: block;
}

.technology1 .technology1-ul1 {
	padding-left: 34.5%;
}

.technology1 .technology1-ul1 li {
	margin-top: 7%;
	width: 21%;
}

.technology1 .technology1-tagBox,
.technology2 .technology2-tagBox {
	position: absolute;
	top: -61px;
	left: 50%;
	display: inline-block;
	padding: 10px 25px;
	border-radius: 23px;
	background-color: #003686;
	color: #fff;
	text-align: center;
	font-size: 18px;
	transform: translateX(-50%);
}

.technology1 .technology1-tag::after,
.technology2 .technology2-tag::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1px;
	height: 160%;
	background: rgba(0, 54, 134, .2);
	content: "";
	transform: translate(-50%, -50%);
}

.technology2 {
	border-top: 1px solid rgba(51, 51, 51, .2);
}

.technology2 .hegline1-box1,
.technology2 .hegline1-box2,
.technology2 .hegline1-box3 {
	position: relative;
	display: block;
	overflow: hidden;
	width: 208px;
	height: 240px;
}

.technology2 .hegline1-box1 {
	margin-right: 6px;
	transform: rotate(120deg);
}

.technology2 .hegline1-box1:last-child {
	margin-right: 0;
}

.technology2 .hegline1-box2 {
	transform: rotate(-60deg);
}

.technology2 .hegline1-box3 {
	transform: rotate(-60deg);
}

.technology2 .hegline1-boxct {
	position: relative;
	width: 100%;
	height: 100%;
	background-color: #edf1f6;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	-ms-transition: .5s;
}

.technology2 .hegline1-boxctLi {
	position: absolute;
	top: 50%;
	z-index: 1;
	width: 100%;
	transform: translateY(-50%);
}

.technology2 .technology2-tit {
	padding: 25px;
	color: #003686;
	text-align: center;
	font-size: 20px;
}

.technology2 .technology2-ul {
	padding: 0 18.5%;
}

.technology2 .technology2-ul li {
	position: relative;
	margin-top: 5%;
	margin-left: 5.5%;
}

.technology2 .technology2-ul li:nth-child(4n-3) {
	margin-left: 0;
}

.technology2 .technology2-ul1 li {
	margin-top: 7%;
}

.technology2 .technology2-mul li {
	margin-top: 3%;
	margin-right: 3%;
	width: 31.3%;
	background-color: #edf1f6;
}

.technology2 .technology2-mul li:nth-child(3n) {
	margin-right: 0;
}

.join1 {
	position: relative;
	background: url(../images/jo-bgm1.jpg) no-repeat center center;
	background-size: cover;
}

.join1 .inner-tit .tit span {
	display: inline-block;
	background: -webkit-linear-gradient(left, #4c71ab, #023887 70%);
	background: -o-linear-gradient(left, #4c71ab, #023887 70%);
	background: -moz-linear-gradient(left, #4c71ab, #023887 70%);
	background: linear-gradient(left, #4c71ab, #023887 70%);
	color: #fead73;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.join1 .join1-line,
.join2 .join2-line {
	position: relative;
	margin: 25px auto;
	width: 22.5%;
	height: 1px;
	background: rgba(51, 51, 51, .1);
}

.join2 .join2-line {
	width: 100%;
}

.join1 .join1-line::before,
.join2 .join2-line::before {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 50px;
	height: 1px;
	background-color: #003686;
	content: "";
	transform: translateX(-50%);
}

.join2 .join2-line::before {
	left: 0;
	width: 60px;
	height: 3px;
	transform: translateX(0);
}

.join1 .join1-icon {
	display: inline-block;
	padding: 0 50px;
	color: #003686;
	vertical-align: -4px;
	font-size: 56rem;
	line-height: 1;
}

.join1 .join1-ricon {
	transform: translateY(130%);
}

.join1 .join1-dec {
	position: relative;
	color: #333;
	text-align: center;
	font-size: 22px;
}

.join1 .join1-sdec {
	padding: 0 30%;
	color: #555;
	text-align: center;
	font-size: 18px;
	line-height: 2.2;
}

.join2 .join2-left {
	position: relative;
	z-index: 3;
	padding: 8%;
	padding-top: 5.5%;
	width: 42%;
	border-radius: 0 80px 0 0;
	background: url(../images/jo-bgm2.jpg) no-repeat center center;
	background-size: cover;
	box-shadow: 21px 22px 98px 0 rgba(195, 203, 212, .15);
}

.join1 .join1-img {
	margin-top: 4.2%;
}

.join2 .inner-tit,
.join3 .inner-tit {
	text-align: left;
}

.join2 .join2-dec {
	color: #555;
	font-size: 18px;
	line-height: 2;
}

.join2 .join2-right {
	position: absolute;
	top: 70px;
	right: 0;
	padding-top: 30px;
	padding-right: 8%;
	padding-bottom: 65px;
	padding-left: 12.3%;
	width: 63.1%;
	background: url(../images/jo-bgm3.jpg) no-repeat center center;
	background-size: cover;
}

.join2 .join2-icon {
	position: relative;
	margin: 0 auto;
	width: 126px;
	height: 126px;
	border-style: solid;
	border-width: 1px;
	border-radius: 50%;
	border-image-source: linear-gradient(-45deg, #eceef2 0, #f7f9fa 100%);
	background-image: linear-gradient(135deg, #e5e9ec 0, #fff 100%);
}

.join2 .join2-icon .img,
.join2 .join2-ul li:hover .himg {
	opacity: 1;
}

.join2 .join2-icon .himg,
.join2 .join2-ul li:hover .img {
	opacity: 0;
}

.join2 .join2-tit {
	margin-top: 10px;
	color: #333;
	text-align: center;
	font-size: 24px;
}

.join2 .join2-ul li {
	margin-top: 5.5%;
	margin-right: 12%;
	width: 16%;
}

.join2 .join2-ul li:nth-child(4n) {
	margin-right: 0;
}

.join2 .join2-ul li:hover .join2-icon {
	border-style: solid;
	border-width: 1px;
	border-image-source: linear-gradient(-45deg, #004bbb 0, #1867dc 100%);
	background-image: linear-gradient(135deg, #004bbb 0, #1867dc 100%);
	box-shadow: 0 20px 59px 0 rgb(0, 75, 187, .56);
}

.join3 {
	overflow: hidden;
	padding-left: 8%;
}

.join3::before {
	position: absolute;
	top: 65%;
	left: -21%;
	z-index: -1;
	width: 1195px;
	height: 1910px;
	background: url(../images/jo-bgm4.png) no-repeat center center;
	background-size: cover;
	content: "";
	transform: translateY(-50%);
}

.join3 .join3-dec {
	margin-top: 20px;
	color: #555;
	font-size: 22px;
	line-height: 1.8;
}

.join3 .join3-left {
	padding-right: 9%;
	width: 45%;
}

.join3 .join3-right {
	width: 55%;
}

.join3 .more1 {
	margin: 0;
	margin-top: 11.5%;
}

.join3 .swiper-container {
	padding-bottom: 6.5%;
	cursor: url(../images/ab-micon.png), default !important;
}

.join3 .swiper-scrollbar {
	width: 83%;
}

.join3 .join3-btn {
	position: absolute;
	bottom: 15%;
	left: 8%;
	z-index: 2;
	width: 190px;
}

.join3 .swiper-button-next,
.join3 .swiper-button-prev,
.product_ad2 .swiper-button-next,
.product_ad2 .swiper-button-prev {
	top: 50%;
	margin-top: 0;
	width: 48px;
	height: 48px;
	border: solid 3px rgba(0, 54, 134, .1);
	border-radius: 50%;
	transform: translateY(-50%);
}

.join3 .swiper-pagination {
	top: 50%;
	bottom: auto;
	left: 50%;
	width: 40%;
	transform: translate(-50%, -50%);
}

.join3 .swiper-button-next,
.product_ad2 .swiper-button-next {
	background: url(../images/jo-next.png) no-repeat center center;
}

.join3 .swiper-button-prev,
.product_ad2 .swiper-button-prev {
	background: url(../images/jo-prev.png) no-repeat center center;
}

.join3 .swiper-button-next:hover,
.product_ad2 .swiper-button-next:hover {
	border: solid 3px #003686;
	background: url(../images/jo-hnext.png) #003686 no-repeat center center;
}

.join3 .swiper-button-prev:hover,
.product_ad2 .swiper-button-prev:hover {
	border: solid 3px #003686;
	background: url(../images/jo-hprev.png) #003686 no-repeat center center;
}

.join3 .join3-btn .swiper-pagination span {
	color: #999;
	font-weight: 700;
	font-size: 18px;
}

.join3 .join3-btn .swiper-pagination span.join3-current {
	color: #003686;
}

.insrecruit-list {
	margin-bottom: 40px;
}

.insrecruit-list .insrecruit-list-tag {
	margin-bottom: 20px;
	padding: 2% 3%;
	background-color: #f6f6f6;
}

.insrecruit-list .insrecruit-list-tag span {
	display: block;
	color: #333;
	font-size: 20px;
}

.insrecruit-list li {
	margin-bottom: 30px;
	padding: 30px 40px;
	background-color: #f2f3f5;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	-ms-transition: .5s;
}

.insrecruit-list li:last-child {
	margin-bottom: 0;
}

.insrecruit-list .rectue-top {
	background-color: #f2f3f5;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	-ms-transition: .5s;
	align-items: flex-start;
}

.insrecruit-list .rectue-top .name {
	padding-right: 50px;
	width: calc(100% - 180px);
	text-align: left;
}

.insrecruit-list .rectue-top .name h5 {
	display: block;
	overflow: hidden;
	color: #333;
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 32rem;
	-o-text-overflow: ellipsis;
}

.insrecruit-list .rectue-top .post-sdec {
	color: #666;
	font-weight: lighter;
	font-size: 18px;
}

.insrecruit-list .rectue-top .post-dec {
	margin-top: 30px;
	margin-bottom: 20px;
	flex-wrap: wrap;
}

.insrecruit-list .rectue-top .post-dec dd {
	position: relative;
	margin-bottom: 0;
	color: #666;
	font-weight: lighter;
	font-weight: lighter;
	font-size: 18px;
}

.insrecruit-list .rectue-top .post-dec dd em {
	display: inline-block;
	margin: 0 20px;
	color: #e1e1e1;
	font-weight: lighter;
}

.insrecruit-list .post-time {
	margin-top: 2%;
	margin-bottom: 10px;
}

.insrecruit-list .post-time img,
.insrecruit-list .post-time span {
	display: inline-block;
	margin: 0;
	vertical-align: middle;
}

.insrecruit-list .post-time span {
	margin-left: 10px;
	color: #999;
	font-size: 18px;
}

.insrecruit-list .post-time .btn {
	position: relative;
	cursor: pointer;
}

.insrecruit-list .post-time .btn em {
	display: inline-block;
	margin-left: 5px;
	color: #003686;
	font-weight: 700;
	font-size: 12px;
	transform: rotate(90deg);
}

.insrecruit-list .post-time .hbtn em {
	transform: rotate(-90deg);
}

.insrecruit-list .post-time .btn .hbtn,
.insrecruit-list li.cur .post-time .btn .sbtn {
	display: none;
}

.insrecruit-list li.cur .post-time .btn .hbtn {
	display: block;
}

.insrecruit-list .rectue-top .icon {
	position: relative;
	padding: 16px 20px;
	width: 180px;
	background-color: #003686;
	color: #fff;
	text-align: center;
	font-size: 18px;
}

.insrecruit-list .post-time .hbtn span,
.insrecruit-list .rectue-top .icon:hover,
.insrecruit-list li.cur .rectue-top .name h5 {
	color: #003686;
}

.insrecruit-list .rectue-min {
	position: relative;
	display: none;
	margin-top: 20px;
	color: #757575;
}

.insrecruit-list .rectue-min .desc {
	padding-top: 1.5%;
	border-top: 1px solid #e4e4e4;
	color: #666;
	font-weight: lighter;
	font-size: 16px;
	line-height: 2;
}

.insrecruit-list .rectue-min .more {
	display: none;
	margin: 40px 0;
}

.insrecruit-list .rectue-min .desc h5 {
	color: #333;
	font-size: 16px;
}

.insrecruit-list .dec-item {
	padding-bottom: 35px;
}

.insrecruit-list .dec-item:last-child {
	padding-bottom: 0;
}

.insrecruit-list .desc .dec-h5 {
	color: #666;
	font-size: 16px;
	line-height: 32px;
}

.new1 .new1-img {
	position: relative;
	overflow: hidden;
	width: 26%;
}

.new1 .new1-fontBox {
	width: 100%;
	align-items: flex-start;
}

.new1 .new1-font {
	padding-right: 13%;
	padding-left: 4.2%;
	width: calc(100% - 105px);
}

.new1 .new1-font .tit {
	color: #333;
	font-size: 22px;
}

.new1 .new1-font .dec {
	margin-top: 13px;
	color: #666;
	font-size: 18px;
	line-height: 1.78;
}

.new1 .new1-font .btn {
	margin-top: 3%;
	color: #cbcbcb;
	font-size: 16px;
}

.new1 .new1-font .btn em,
.new1 .new1-font .btn span {
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	-ms-transition: .5s;
}

.new1 .new1-font .btn em {
	margin-left: 10px;
	vertical-align: -2px;
	font-weight: 700;
	font-size: 12px;
}

.new1 .new1-time {
	padding: 15px 10px 18px 10px;
	width: 105px;
	background-color: #f7f7f7;
	color: #777;
	text-align: center;
	font-weight: 700;
	font-size: 18px;
	line-height: 1;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	-ms-transition: .5s;
}

.new1 .new1-time h5 {
	font-size: 54rem;
}

.new1 .new1-ul li {
	padding: 0 8%;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	-ms-transition: .5s;
}

.new1 .new1-ul a {
	position: relative;
	padding: 50px 0;
	border-top: 1px solid #f7f7f7;
	border-bottom: 1px solid #f7f7f7;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	-ms-transition: .5s;
}

.new1 .new1-ul li:hover {
	background-color: #f7f7f7;
}

.new1 .new1-ul a:hover .new1-time {
	background-color: #fff;
}

.new1 .new1-ul a:hover .new1-font .btn em {
	margin-left: 5px;
}

.new1 .new1-ul {
	margin-bottom: 50px;
}

.newinfo1 .newinfo1-tit {
	position: relative;
	color: #333;
	font-size: 30rem;
	line-height: 1.42;
}

.newinfo1 .newinfo1-line {
	position: relative;
	margin: 25px auto;
	width: 100%;
	height: 1px;
	background: rgba(51, 51, 51, .1);
}

.newinfo1 .newinfo1-line::before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 56px;
	height: 2px;
	background-color: #003686;
	content: "";
}

.newinfo1-stit {
	color: #333;
	font-size: 26rem;
}

.newinfo1 .newinfo1-list {
	align-items: flex-start;
}

.newinfo1 .newinfo1-tdecLi {
	margin-right: 5%;
	color: #999;
	font-size: 18px;
}

.newinfo1 .newinfo1-tdecLi:last-child {
	margin-right: 0;
}

.newinfo1 .newinfo1-tdecLi img {
	display: inline-block;
	margin: 0;
	margin-right: 10px;
}

.newinfo1 .newinfo1-tdec {
	padding-top: 25px;
	padding-bottom: 5px;
	flex-wrap: wrap;
}

.newinfo1 .newinfo1-dec {
	color: #666;
	text-align: justify;
	font-size: 18px;
	line-height: 2;
}

.newinfo1 .newinfo1-dec p {
	margin-top: 30px;
}

.newinfo1 .newinfo1-dec p:first-child {
	margin-top: 0;
}

.newinfo1 .newinfo1-dec img {
	margin: 35px auto;
}

.newinfo1 .newinfo1-left {
	padding-right: 4%;
	width: calc(100% - 490px);
}

.newinfo1 .newinfo1-right {
	position: sticky;
	top: 110px;
	width: 490px;
}

.newinfo1 .newinfo1-top {
	padding: 6.5% 6%;
	border-top: 3px solid #003686;
	background-color: #f7f8f9;
}

.newinfo1 .newinfo1-simg {
	width: 175px;
}

.newinfo1 .newinfo1-sfont {
	padding-left: 5px;
	width: calc(100% - 20px);
}

.newinfo1 .newinfo1-sfont .tit {
	margin-bottom: 10px;
	color: #333;
	font-size: 18px;
	line-height: 24px;
}

.newinfo1 .newinfo1-sfont .btn {
	color: #999;
	font-weight: lighter;
	font-size: 16px;
}

.newinfo1 .newinfo1-sfont .btn em {
	font-weight: 700;
	font-size: 12px;
}

.newinfo1 .newinfo1-ul {
	margin-bottom: 10px;
}

.newinfo1 .newinfo1-ul li {
	position: relative;
	margin-top: 20px;
}

.newinfo1 .pageurl {
	margin-top: 50px;
	padding: 2% 2.5%;
	background-color: #f3f4f7;
	flex-wrap: wrap;
}

.newinfo1 .pageurl .return {
	width: 26px;
	height: 26px;
	background: url(../images/ne-icon1.png) no-repeat center center;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	-ms-transition: .5s;
}

.newinfo1 .pageurl .return:hover {
	background: url(../images/ne-hicon1.png) no-repeat center center;
}

.newinfo1 .page {
	width: 45%;
}

.newinfo1 .page a {
	color: #333;
	font-weight: 540;
	font-size: 18px;
}

.newinfo1 .page.next {
	text-align: right;
}

.newinfo1 .page span {
	display: block;
	overflow: hidden;
	padding: 0 20px;
	width: calc(100% - 48px);
	text-overflow: ellipsis;
	white-space: nowrap;
}

.newinfo1 .pageurl-licon,
.newinfo1 .pageurl-ricon {
	display: block;
	width: 32px;
	height: 6px;
	text-align: center;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	-ms-transition: .5s;
}

.newinfo1 .pageurl-ricon {
	background: url(../images/ne-rjticon.png) no-repeat center center;
	background-size: cover;
}

.newinfo1 .pageurl-licon {
	background: url(../images/ne-ljticon.png) no-repeat center center;
	background-size: cover;
}

.newinfo1 .page a:hover .pageurl-ricon {
	background: url(../images/ne-hrjticon.png) no-repeat center center;
	background-size: cover;
}

.newinfo1 .page a:hover .pageurl-licon {
	background: url(../images/ne-hljticon.png) no-repeat center center;
	background-size: cover;
}

.contact1 {
	padding-top: 24%;
	background: #fff;
}

.contact1 .contact1-list {
	position: absolute;
	top: -18%;
	left: 50%;
	padding: 4%;
	background-color: #fff;
	box-shadow: 0 0 46px 0 rgb(55 55 55 / 10%);
	transform: translateX(-50%);
}

.contact1 .contact1-bul,
.contact1 .contact1-tul {
	flex-wrap: wrap;
}

.contact1 .contact1-tul {
	border-bottom: 1px solid rgba(51, 51, 51, .1);
}

.contact1 .contact1-tul li {
	position: relative;
	padding-bottom: 4%;
	width: 33.333%;
}

.contact1 .contact1-tul li::before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0%;
	height: 2px;
	background-color: #003686;
	content: "";
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	-ms-transition: .5s;
}

.contact1 .contact1-tul li:hover::before {
	width: 100%;
}

.contact1 .contact1-ticon {
	position: relative;
	width: 25px;
	height: 25px;
}

.contact1 .contact1-ticon img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.contact1 .contact1-font {
	margin-top: 15px;
}

.contact1 .contact1-font .map_link {
	display: inline-block;
	margin-left: 10px;
	color: rgb(25 65 137);
}

.contact1 .contact1-font .map_link:hover {
	text-decoration: underline;
}

.contact1 .contact1-font .tel {
	color: #333;
	font-size: 30rem;
	line-height: 1.45;
}

.contact1 .contact1-font .tel span {
	font-size: 15px;
}

.contact1 .contact1-font .addr,
.contact1 .contact1-font .tag {
	margin-top: 15px;
	color: #333;
	font-size: 18px;
	line-height: 1.45;
}

.contact1 .contact1-font .tag {
	color: #666;
	font-weight: lighter;
}

.contact1 .contact1-font .addr {
	padding-right: 10%;
}

.contact1 .contact1-bul li {
	position: relative;
	width: 25%;
}

.contact1 .contact1-bicon {
	position: relative;
	width: 30px;
	height: 30px;
}

.contact1 .contact1-bicon .himg,
.contact1 .contact1-bul li:hover .contact1-bicon .img {
	opacity: 0;
}

.contact1 .contact1-bicon .img,
.contact1 .contact1-bul li:hover .contact1-bicon .himg {
	opacity: 1;
}

.contact1 .contact1-bfont {
	position: relative;
	padding-left: 25px;
	width: calc(100% - 30px);
	color: #333;
	font-size: 18px;
	line-height: 1.45;
}

.contact1 .contact1-bul {
	padding-top: 3.3%;
}

.contact1 .code-img {
	position: absolute;
	top: 0;
	left: 60%;
	border: 1px solid #999;
	opacity: 0;
	pointer-events: none;
}

.contact1 .code-img img {
	max-width: 120px;
}

.contact1 .contact1-bul li:hover .code-img {
	opacity: 1;
	pointer-events: auto;
}

.contact2 {
	position: relative;
	background-color: #f2f3f5;
}

.contact2 .inner-tit {
	margin-bottom: 25px;
	text-align: left;
}

.contact2 .contact2-select .name,
.contact2 .contact2-ul label {
	color: #333;
	font-weight: lighter;
	font-size: 16px;
}

.contact2 .contact2-selectBox,
.contact2 .contact2-ul {
	flex-wrap: wrap;
}

.contact2 .contact2-ul label {
	display: block;
	margin-bottom: 10px;
	font-weight: 400;
}

.contact2 .contact2-ul input,
.contact2 .contact2-ul textarea {
	padding: 20px;
	width: 100%;
	height: 65px;
	background-color: #fff;
	color: #999;
	font-size: 16px;
}

.contact2 .contact2-select {
	position: relative;
	margin-right: 3%;
	width: 31.33%;
}

.contact2 .contact2-select .name {
	padding: 0 20px;
	width: 100%;
	height: 65px;
	background-color: #fff;
	line-height: 65px;
}

.contact2 .contact2-ul textarea {
	height: 160px;
}

.contact2 .contact2-li {
	position: relative;
	margin-top: 25px;
	margin-right: 4%;
	width: 30.66%;
}

.contact2 .contact2-li.selectBox,
.contact2 .contact2-li:nth-child(3n),
.contact2 .contact2-select:last-child {
	margin-right: 0;
}

.contact2 .contact2-li.btnBox,
.contact2 .contact2-li.textareaBox {
	width: 100%;
}

.contact2 .contact2-li.selectBox {
	width: 65.32%;
}

.contact2 .contact2-select .icon-down {
	position: absolute;
	top: 50%;
	right: 20px;
	display: block;
	color: #003686;
	font-size: 16px;
	transform: translateY(-50%);
}

.contact2 .contact2-item {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 9;
	display: none;
	overflow-x: hidden;
	overflow-y: auto;
	box-sizing: border-box;
	width: 100%;
	height: 175px;
	border-bottom: 1px solid #eee;
	background: #fff;
}

.contact2 .contact2-item li {
	padding: 12px 20px;
	border-top: 1px solid #eee;
	color: #999;
	font-size: 16px;
	cursor: pointer;
}

.contact2 .btnBox {
	margin-top: 60px;
}

.contact2 .btnBox .btn {
	cursor: pointer;
}

.about1 {
	position: relative;
	background: #fff;
}

.about1 .about1-line {
	position: relative;
	margin: 30px auto;
	width: 42%;
	height: 1px;
	background: rgba(51, 51, 51, .1);
}

.about1 .about1-line::before {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 72px;
	height: 2px;
	background-color: #0d489e;
	content: "";
	transform: translateX(-50%);
}

.about1 .about1-dec {
	padding: 0 10%;
	color: #555;
	text-align: center;
	font-size: 18px;
	line-height: 2.5;
}

.about1 .about1-dec span {
	color: #003686;
}

.about1 .about1-img {
	margin-top: 50px;
}

.about2 {
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
	background: #f9f9f9;
	background-size: cover;
}

.about2 .about2-mapBox {
	margin-top: 20px;
}

.about2 .about2-smap {
	display: none;
	margin-top: 30px;
}

.about2 .about2-name {
	display: inline-block;
	margin-top: -5px;
	margin-left: 20px;
	color: #333;
	font-size: 14px;
}

.about2 .about2-mspot {
	position: absolute;
	width: 12px;
	height: 12px;
	border: solid 2px #fff;
	border-radius: 50%;
	background-color: #ce132e;
}

.about2 .mspot {
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 50%;
	transform: translate(-50%, -50%);
}

.about2 .zspot {
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 50%;
}

.about2 .mspot1 {
	z-index: 3;
	width: 12px;
	height: 12px;
	border: solid 2px #fff;
	background-color: #ce132e;
}

.about2 .mspot2 {
	z-index: 2;
	width: 24px;
	height: 24px;
	background-color: rgba(206, 19, 46, .8);
}

.about2 .mspot3 {
	z-index: 1;
	width: 52px;
	height: 52px;
	background-color: rgba(206, 19, 46, .5);
}

.about2 .about2-spot {
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #0d489e;
}

.about2 .spot1 {
	z-index: 3;
	width: 8px;
	height: 8px;
	background-color: #0d489e;
}

.about2 .spot2 {
	z-index: 2;
	width: 16px;
	height: 16px;
	background-color: rgba(13, 72, 158, .8);
}

.about2 .spot3 {
	z-index: 1;
	width: 32px;
	height: 32px;
	background-color: rgba(13, 72, 158, .5);
}

.about2 .about2-zspot {
	position: absolute;
	width: 55px;
	height: 55px;
}

.about2 .zspot1 {
	margin-top: -27.5px;
	margin-left: -27.5px;
	width: 55px;
	height: 55px;
}

.about2 .zspot2 {
	margin-top: -47px;
	margin-left: -47px;
	width: 94px;
	height: 94px;
	background-color: rgba(206, 19, 46, .15);
}

.about2 .zspot3 {
	margin-top: -73.5px;
	margin-left: -73.5px;
	width: 147px;
	height: 147px;
	border: dashed 1px rgba(206, 19, 46, .8);
}

.about2 .zspot4 {
	margin-top: -127.5px;
	margin-left: -127.5px;
	width: 255px;
	height: 255px;
	border: dashed 1px rgba(206, 19, 46, .5);
}

.about2 .about2-zname {
	position: relative;
	margin-top: 0;
	margin-left: 0;
	width: 55px;
	height: 48px;
	color: #fff;
	text-align: center;
	line-height: 48px;
	filter: drop-shadow(0 17px 18px rgba(183, 0, 9, 1));
}

.about2 .about2-zname::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;

	content: "";
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
	transform: rotate(-90deg);
	-ms-transition: 1s;
}

.about2.box-on .about2-zname::before {
	transform: rotate(0);
}

.about2 .about2-spotLi {
	position: absolute;
}

.about2 .about2-spotLi:nth-child(1) {
	top: 31.5%;
	left: 16%;
}

.about2 .about2-spotLi:nth-child(2) {
	top: 34%;
	left: 55%;
}

.about2 .about2-spotLi:nth-child(3) {
	top: 47%;
	left: 73.5%;
}

.about2 .about2-spotLi:nth-child(4) {
	top: 42%;
	left: 76%;
}

.about2 .about2-spotLi:nth-child(5) {
	top: 53%;
	left: 75%;
}

.about2 .about2-spotLi:nth-child(6) {
	top: 44%;
	left: 79%;
}

.about2 .about2-spotLi:nth-child(7) {
	top: 34%;
	left: 83.5%;
}

.about2 .about2-spotLi:nth-child(8) {
	top: 27%;
	left: 73%;
}

.about2 .about2-line {
	position: absolute;
	top: 32%;
	right: 26%;
	z-index: 1;
	width: 0%;
	height: 2px;
	background: rgba(206, 19, 46, .3);
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
	transform: rotate(-.3deg);
	-ms-transition: 1s;
}

.about2.box-on .about2-line {
	width: 58%;
}

.about2 .mspot2,
.about2 .spot2,
.technology1 .circle2 {
	-webkit-animation: icon_scale 2s linear infinite normal both;
	animation: icon_scale 2s linear infinite normal both;
}

.about2 .mspot3,
.about2 .spot3,
.technology1 .circle3 {
	-webkit-animation: icon_scale 4s linear infinite normal both;
	animation: icon_scale 4s linear infinite normal both;
}

.about2 .zspot3 {
	animation: rotaterotate 25s infinite linear;
}

.about2 .zspot4 {
	animation: rotaterotate1 25s infinite linear;
}

@-webkit-keyframes icon_scale {
	0% {
		width: 100%;
		height: 100%;
		opacity: 1;
	}

	20% {
		width: 200%;
		height: 200%;
		opacity: .6;
	}

	40% {
		width: 300%;
		height: 300%;
		opacity: .4;
	}

	60% {
		width: 400%;
		height: 400%;
		opacity: .2;
	}

	80% {
		width: 500%;
		height: 500%;
		opacity: 0;
	}

	100% {
		width: 100%;
		height: 100%;
		opacity: 0;
	}
}

@keyframes icon_scale {
	0% {
		width: 100%;
		height: 100%;
		opacity: 1;
	}

	20% {
		width: 200%;
		height: 200%;
		opacity: .6;
	}

	40% {
		width: 300%;
		height: 300%;
		opacity: .4;
	}

	60% {
		width: 400%;
		height: 400%;
		opacity: .2;
	}

	80% {
		width: 500%;
		height: 500%;
		opacity: 0;
	}

	100% {
		width: 100%;
		height: 100%;
		opacity: 0;
	}
}

@keyframes rotaterotate {
	0% {
		transform: rotate(0);
	}

	100% {
		transform: rotate(360deg);
	}
}

@keyframes rotaterotate1 {
	0% {
		transform: rotate(0);
	}

	100% {
		transform: rotate(-360deg);
	}
}

.about2 .section1-scroll {
	margin-top: 35px;
	padding: 0;
}

.about2 .section1-scroll li {
	padding: 0 5.5%;
	border-right: 1px solid rgba(51, 51, 51, .15);
	text-align: left;
}

.about2 .section1-scroll li:first-child {
	padding-left: 0;
}

.about2 .section1-scroll li:last-child {
	padding-right: 0;
}

.about2 .section1-scroll li::before {
	position: absolute;
	top: 50%;
	right: -1px;
	width: 1px;
	height: 20px;
	background-color: rgba(51, 51, 51, .5);
	content: "";
	transform: translateY(-50%);
}

.about2 .section1-scroll li:last-child {
	border-right: 0;
}

.about2 .section1-scroll li:last-child::before {
	display: none;
}

.about2 .section1-ndec {
	color: #333;
}

.about2 .about2-nfont {
	width: calc(100% - 36px);
	text-align: center;
}

.about2 .about2-nicon {
	width: 36px;
}

.about3 {
	position: relative;
	height: 940px;
	background: url(../images/ab-bgm6.jpg) no-repeat center center;
	background-size: cover;
}

.about3 .abput3-top {
	position: absolute;
	top: 65px;
	left: 50%;
	z-index: 3;
	width: 100%;
	transform: translateX(-50%);
}

.about3 .inner-tit .tit {
	color: #fff;
}

.about3 .about3-ul {
	width: 100%;
	height: 100%;
	flex-wrap: wrap;
}

.about3 .about3-ul li {
	position: relative;
	width: 33.333%;
	height: 100%;
	border-right: 1px solid rgba(255, 255, 255, .2);
	text-align: center;
}

.about3 .about3-ul li:last-child {
	border-right: 0;
}

.about3 .about3-ul li::before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0%;
	background: url(../images/ab-bgm10.png) no-repeat center center;
	background-size: cover;
	content: "";
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	-ms-transition: .5s;
}

.about3 .about3-dec {
	margin-top: 10px;
	color: #fff;
	text-align: center;
	font-weight: lighter;
	font-size: 22px;
}

.about3 .about3-font .tit {
	color: #fff;
	font-size: 32rem;
}

.about3 .about3-font .line {
	margin: 25px auto;
	width: 1px;
	height: 0;
	background-color: #fff;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	-ms-transition: .5s;
}

.about3 .about3-font .dec {
	overflow-x: hidden;
	overflow-y: auto;
	max-height: 0;
	color: #fff;
	font-size: 18px;
	line-height: 2;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	-ms-transition: .5s;
}

.about3 .about3-num {
	position: absolute;
	bottom: 70px;
	left: 50%;
	color: #fefefe;
	font-size: 30px;
	font-family: Arial-BoldMT;
	transform: translateX(-50%);
}

.about3 .about3-icon {
	margin-bottom: 15px;
}

.about3 .about3-li {
	position: absolute;
	top: 50%;
	left: 50%;
	padding: 6%;
	width: 100%;
	transform: translate(-50%, -50%);
}

.about3 .about3-ul li:hover {
	border-right: 1px solid rgba(255, 255, 255, .1);
}

.about3 .about3-ul li:hover::before {
	height: 100%;
}

.about3 .about3-ul li:hover .about3-font .dec {
	max-height: 260px;
}

.about3 .about3-ul li:hover .about3-font .line {
	height: 26px;
}

.about4 {
	position: relative;
	padding-top: 9%;
	padding-bottom: 10%;
	background: url(../images/ab-bgm7.jpg) no-repeat center center;
	background-size: cover;
}

.about4 .swiper-pagination {
	display: none;
}

.about4 .about4-line {
	margin: 30px auto;
	width: 54px;
	height: 3px;
	background-color: #0d489e;
}

.about4 .swiper-slide {
	text-align: left;
}

.about4 .swiper-slide-next {
	text-align: right;
}

.about4 .swiper-slide::after,
.about4 .swiper-slide::before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 26%;
	height: 1px;
	background: rgba(51, 51, 51, .2);
	content: "";
	transform: translateY(-50%);
}

.about4 .swiper-slide::after {
	right: 0;
	left: auto;
}

.about4 .swiper-slide-active {
	padding: 0;
	text-align: center;
}

.about4 .swiper-slide-active::after,
.about4 .swiper-slide-active::before {
	opacity: 0;
}

.about4 .swiper-slide .time {
	position: relative;
	padding: 0 32%;
	color: rgba(51, 51, 51, .5);
	font-size: 60rem;
	line-height: 1.1;
}

.about4 .swiper-slide-active .time {
	margin-top: 45px;
	padding: 0;
	background: -webkit-linear-gradient(left, #558fc1, #053b89 85%);
	background: -o-linear-gradient(left, #558fc1, #053b89 85%);
	background: -moz-linear-gradient(left, #558fc1, #053b89 85%);
	background: linear-gradient(left, #558fc1, #053b89 85%);
	color: #003686;
	font-size: 240rem;
	font-family: Arial-BoldMT;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.about4 .swiper-slide .font {
	display: none;
	margin-top: 5px;
	color: #555;
	font-size: 16px;
	line-height: 2;
}

.about4 .swiper-wrapper {
	align-items: center;
}

.about4 .swiper-slide-active .font {
	display: block;
}

.about4 .swiper-button-next,
.about4 .swiper-button-prev {
	width: 50px;
	height: 50px;
	outline: 0;
	border: solid 3px rgba(0, 54, 134, .1);
	opacity: 1;
}

.about4 .swiper-button-next {
	right: 18.5%;
	background: url(../images/jo-next.png) no-repeat center center;
}

.about4 .swiper-button-prev {
	left: 18.5%;
	background: url(../images/jo-prev.png) no-repeat center center;
}

.about4 .swiper-button-next:hover {
	border: solid 3px #003686;
	background: url(../images/jo-hnext.png) #003686 no-repeat center center;
}

.about4 .swiper-button-prev:hover {
	border: solid 3px #003686;
	background: url(../images/jo-hprev.png) #003686 no-repeat center center;
}

.about4 .swiper-slide:hover .time {
	color: #003686;
}

.about5 {
	background-color: rgb(5 59 137);
	background: url(../images/in-bgm2.jpg) no-repeat center center;
	background-size: cover;
}

.about5::before {
	position: absolute;
	top: 0;
	left: 0;
	display: none !important;
	width: 100%;
	height: 594px;
	background: url(../images/ab-bgm8.jpg) no-repeat center center;
	background-size: cover;
	content: "";
}

.about5 .about5-img {
	position: relative;
	display: block;
	overflow: hidden;
	height: 390px;
	background-color: #fff;
	box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .1);
}

.about5 .about5-img::before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 3;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: url(../images/ab-icon8.png) #003686 no-repeat center center;
	content: "";
	opacity: 0;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	transform: translate(-50%, -50%);
	-ms-transition: .5s;
}

.about5 .about5-img::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, .2);
	content: "";
	opacity: 0;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	-ms-transition: .5s;
}

.about5 .about5-img img {
	max-height: 100%;
}

.about5 .about5-font {
	padding: 30px 10px;
	padding-bottom: 0 !important;
	color: white;
	text-align: center;
	font-size: 22px;
	
	display: none;
}

.about5 .swiper-slide-active .about5-font {
	font-size: 18px;
}

.about5 .swiper-button-next,
.about5 .swiper-button-prev {
	width: 50px;
	height: 50px;
	border-radius: 0;
}

.about5 .swiper-button-next {
	right: 30%;
	background: url(../images/jo-next.png) #fff no-repeat center center;
	background-size: 20%;
}

.about5 .swiper-button-prev {
	left: 30%;
	background: url(../images/jo-prev.png) #fff no-repeat center center;
	background-size: 20%;
}

.about5 .swiper-button-next:hover {
	background: url(../images/jo-hnext.png) #003686 no-repeat center center;
	background-size: 20%;
}

.about5 .swiper-button-prev:hover {
	background: url(../images/jo-hprev.png) #003686 no-repeat center center;
	background-size: 20%;
}

.about5 .swiper-slide::before {
	position: absolute;
	bottom: 0;
	left: 0;
	display: none;
	width: 0%;
	height: 4px;
	background-color: #003686;
	content: "";
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	-ms-transition: .5s;
}

.about5 .swiper-slide:hover::before {
	width: 100%;
}

.about5 .swiper-slide:hover .about5-img::after,
.about5 .swiper-slide:hover .about5-img::before {
	opacity: 1;
}

.about5 .about5-mouse img,
.about5 .about5-mouse span {
	display: inline-block;
	padding-left: 5px;
	color: #333;
	vertical-align: middle;
	font-weight: lighter;
	font-size: 16px;
}

.about5 .swiper-wrapper {
	align-items: center;
}

.about5 .swiper-slide {
	opacity: .7;
	transition: .3s;
	transform: scale(.8);
}

.about5 .swiper-slide-active {
	opacity: 1;
	transform: scale(1);
}

.about5 .swiper-pagination-progress {
	top: auto;
	right: 8%;
	bottom: 0;
	left: auto;
	width: 36.5%;
	height: 2px;
	background: rgba(51, 51, 51, .2);
}

.about5 .swiper-slide:hover .about5-font {
	/* color: #003686; */
}

.about6 .section4-pc {
	padding-top: 5px;
	flex-wrap: wrap;
}

.about6 .section4-pc li {
	position: relative;
	margin-top: 2%;
	margin-right: 2%;
	width: 15%;
}

.about6 .section4-pc li:last-child,
.about6 .section4-pc li:nth-child(6n) {
	margin-right: 0;
}

.about6 .section4-img {
	width: 100%;
	height: 90px;
	border-radius: 0;
	box-shadow: 0 0 12px 3px rgba(0, 54, 134, 0);
}

@media screen and (max-width:1679px) {

	.banner .swiper-pagination,
	.w1600 {
		width: 90%;
	}

	.headfixed .menu-list>ul {
		padding-left: 0;
	}

	.join3,
	.section2 {
		padding-left: 5%;
	}

	.footer .footerphone-menu h3 a {
		font-size: 20px;
	}

	.footer .footer-subnav a {
		font-size: 16px;
	}


	.headfixed .head-subBox-ul li {
		padding-left: 19.5%;
	}

	#search-form {
		right: 5%;
	}

	.footer .foot-left {
		width: 35%;
	}

	.about4 .swiper-slide .font {
		font-size: 18px;
		line-height: 1.5;
	}

	.about3 .about3-font .tit {
		font-size: 26px;
	}

	.about5 .about5-img {
		height: 350px;
	}

	.about5::before {
		height: 543px;
	}

	.about5 .swiper-pagination-progress {
		right: 5%;
	}

	.about4 .swiper-slide .time {
		padding: 0 30%;
	}

	.about4 .swiper-slide-active .time {
		padding: 0;
	}

	.technology1 .technology1-li,
	.technology2 .technology2-tit {
		font-size: 18px;
	}

	.technology1 .technology1-hlileft .dec,
	.technology1 .technology1-tagBox,
	.technology2 .technology2-tagBox {
		font-size: 16px;
	}

	.technology2 .technology2-ul {
		padding: 0;
		padding-left: 10%;
	}

	.join2 .join2-tit,
	.technology1 .technology1-hlileft .tit {
		font-size: 22px;
	}

	.technology1 .technology1-tag::after,
	.technology2 .technology2-tag::after {
		top: 62%;
	}

	.technology1 .technology1-dec,
	.technology2 .technology2-dec {
		padding-right: 0;
	}

	.join2 .join2-left {
		padding: 5%;
	}

	.join2 .join2-right {
		padding-right: 5%;
	}

	.join1 .join1-sdec {
		padding: 0 20%;
	}

	.join3 .join3-btn {
		left: 5%;
	}

	.join3 {
		padding-top: 10%;
	}

	.newinfo1 .newinfo1-tit {
		font-size: 32px;
	}

	.newinfo1-stit {
		font-size: 26px;
	}

	.contact1 .contact1-font .addr {
		padding-right: 15%;
		font-size: 17px;
	}
}

@media screen and (max-width:1459px) {

	.technology1 .technology1-dec,
	.technology2 .technology2-dec {
		width: 100%;
	}

	.proinfo5 .proinfo5-table,
	.w1400 {
		width: 90%;
	}

	.headfixed .menu-list {
		width: 73%;
	}

	.mainer .banner .banner-img strong.icon1 img,
	.mainer .banner .banner-img strong.icon2 img {
		width: 35px;
		height: 35px;
	}

	.mainer .banner .banner-img strong.icon2 {
		right: -30px;
	}

	.more {
		padding: 12px 15px;
		width: 180px;
		font-size: 16px;
	}

	.headfixed .head-subBox-tabsBox {
		padding: 0 6%;
	}

	.head-subBox-rtfont .drop-tit {
		font-size: 30px;
	}

	.headfixed .head-subBox-rtfont {
		padding-right: 10%;
	}

	.headfixed .head-subBox-rttab::before {
		width: 6px;
		height: 6px;
	}

	.headfixed .head-subBox-rttab {
		padding: 15px 20px;
		padding-right: 0;
	}

	.section1 .section1-number span {
		font-size: 54px;
	}

	.section2 .section2-font {
		margin-top: 0%;
	}

	.section2 .section2-img {
		position: relative;
		width: 100%;
		height: 250px;
	}

	.section2 .section2-font .tit {
		font-size: 20px;
	}

	.section2 .swiper-slide a {
		padding: 10% 0 2% 0;
	}

	.nav-menu .nav-menu-ul a {
		padding: 18px 10px;
		font-size: 18px;
	}

	.nav-menu {
		margin-top: -58px;
	}

	.nav-menu .nav-menu-ul li::after {
		height: 2px;
	}

	.about1 .about1-dec {
		padding: 0 10%;
	}

	.about2 .about2-line {
		transform: rotate(0);
	}

	.about5 .about5-img {
		height: 300px;
	}

	.about5::before {
		height: 485px;
	}

	.about5 .about5-font {
		padding: 25px 10px;
	}

	.about3 .about3-icon img {
		max-width: 80px;
	}

	.about3 {
		height: 820px;
	}

	.about3 .about3-dec {
		font-size: 18px;
	}

	.videobox-font {
		padding: 13px 5px;
		width: 220px;
		font-size: 16px;
	}

	.product1 .product1-stit {
		font-size: 28px;
	}

	.product1-left .product-sec1-ltit {
		font-size: 18px;
	}

	.product1 .dec-box {
		padding-bottom: 15px;
	}

	.product1 .product1-font .btn {
		font-size: 14px;
	}

	.ny-bread {
		top: 100px;
	}

	.proinfo1 .proinfo1-dec,
	.proinfo1 .proinfo1-range .dec {
		padding-bottom: 30px;
	}

	.join2 .join2-tit,
	.join3 .join3-dec,
	.proinfo4 .proinfo4-font {
		font-size: 20px;
	}

	.proinfo3 .proinfo3-ul li {
		width: 48.25%;
	}

	.proinfo3 .proinfo3-ul li:nth-child(3n) {
		margin-right: 3.5%;
	}

	.proinfo3 .proinfo3-ul li:nth-child(2n) {
		margin-right: 0;
	}

	.proinfo1 .proinfo1-range .dec {
		margin-bottom: 0;
	}

	.technology1 .technology1-ul li,
	.technology1 .technology1-ul1 li {
		width: 17.2%;
	}

	.technology1 .technology1-ul li:nth-child(6n-5) {
		margin-left: 3.5%;
	}

	.technology1 .technology1-ul li:nth-child(5n-4) {
		margin-left: 0;
	}

	.technology1 .technology1-ul li:nth-child(5)::after {
		top: auto;
		right: auto;
		bottom: -30px;
		left: 42%;
		transform: rotate(90deg);
	}

	.technology1 .technology1-ul li::after,
	.technology2 .technology2-ul li::after {
		right: -35px;
		width: 30px;
		height: 20px;
	}

	.technology1 .technology1-ul li:nth-child(6)::after {
		top: 42%;
		right: -34px;
		left: auto;
		transform: rotate(180deg);
	}

	.technology1 .technology1-ul1 {
		padding-left: 0;
	}

	.technology1 .technology1-tag::after,
	.technology2 .technology2-tag::after {
		top: 37%;
	}

	.technology1 .technology1-tag::after,
	.technology2 .technology2-tag::after {
		height: 210%;
	}

	.technology1 .technology1-ul li:nth-child(6) .technology1-hliBox {
		left: 0;
		transform: translateX(0);
	}

	.technology1 .technology1-ul li:nth-child(6) .technology1-hli::before {
		left: 15%;
		transform: translateX(-15%);
	}

	.technology1 .technology1-ul li:nth-child(5) .technology1-hliBox {
		left: 100%;
		transform: translateX(-100%);
	}

	.technology1 .technology1-ul li:nth-child(5) .technology1-hli::before {
		left: 85%;
		transform: translateX(-85%);
	}

	.join1 .join1-sdec {
		padding: 0 10%;
	}

	.new1 .new1-font .btn {
		margin-top: 3%;
	}

	.new1 .new1-time,
	.newinfo1 .newinfo1-sfont .tit,
	.newinfo1 .newinfo1-tdecLi {
		font-size: 16px;
	}

	.newinfo1 .newinfo1-sfont .btn {
		font-size: 14px;
	}

	.newinfo1 .newinfo1-left {
		width: calc(100% - 420px);
	}

	.newinfo1 .newinfo1-right {
		width: 420px;
	}

	.contact1 .contact1-font .tel {
		font-size: 26px;
	}

	.contact1 .contact1-list {
		top: -28%;
	}

	.headfixed .menu-list {
		width: 75%;
	}

	.menu-list h3 a {
		font-size: 16px;
		line-height: 80px;
	}

	.headfixed .logo img {
		max-width: 140px;
	}

	.proinfo2 .nav-menu .nav-menu-ul a {
		padding: 25px 0;
		font-size: 20px;
	}
}

@media screen and (max-width:1366px) {
	.footer .foot-top>div {
		flex-wrap: wrap;
	}

	.footer .foot-left,
	.footer .foot-menu,
	.section4 .section4-pc li {
		width: 100%;
	}

	.footer .foot-menu {
		display: none;
		margin-bottom: 50px;
		padding-left: 0;
		-webkit-box-ordinal-group: 1;
		-moz-box-ordinal-group: 1;
		-ms-flex-order: 1;
		-webkit-order: 1;
		order: 1;
	}

	.footer .foot-left {
		-webkit-box-ordinal-group: 2;
		-moz-box-ordinal-group: 2;
		-ms-flex-order: 2;
		-webkit-order: 2;
		order: 2;
	}

	.headfixed.headerbgm .menu-list h3 a {
		line-height: 80px;
	}

	.banner .swiper-font .swiper-h2 h2 {
		font-size: 42px;
	}

	.in-tit .tit,
	.inner-tit .tit {
		font-size: 36px;
	}

	.section1 .section1-line {
		margin: 20px auto;
		width: 60px;
		height: 2px;
	}

	.section2 .section2-font .tit {
		font-size: 18px;
	}

	.section4 .section4-pc {
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		flex-wrap: wrap;
		align-items: center;
	}

	.section3 .section3-simg {
		width: 250px;
	}

	.section3 .section3-sfont {
		width: calc(100% - 250px);
	}

	.about6 .section4-pc li {
		width: 15%;
	}

	.about2 .section1-scroll li {
		padding: 0 3%;
	}

	.ny-bread1 {
		margin-top: 0;
	}

	.proinfo1 .proinfo1-right {
		padding-left: 4%;
	}

	.proinfo2 .nav-menu .nav-menu-ul a,
	.proinfo6 .proinfo6-font .tit {
		font-size: 20px;
	}

	.technology1 .technology1-tagBox,
	.technology2 .technology2-tagBox {
		width: 60%;
	}

	.join3 {
		padding-top: 13%;
	}

	.join1 .join1-icon {
		font-size: 40px;
	}

	.insrecruit-list .post-time span,
	.insrecruit-list .rectue-top .icon {
		font-size: 14px;
	}

	.insrecruit-list .rectue-top .name h5 {
		font-size: 24px;
	}

	.new1 .new1-time h5 {
		font-size: 38px;
	}

	.new1 .new1-ul a {
		padding: 30px 0;
	}

	.new1 .new1-img {
		width: 30%;
	}

	.new1 .new1-fontBox {
		width: 70%;
	}

	.new1 .new1-font {
		padding-right: 8%;
	}

}

@media screen and (max-width:1259px) {

	.join2 .join2-list,
	.section2>div {
		flex-wrap: wrap;
	}

	.headfixed .btn-list,
	.join2 .join2-left,
	.join2 .join2-right,
	.section2 .section2-left,
	.section2 .section2-right {
		width: 100%;
	}

	.section2 .section2-right {
		margin-top: 60px;
	}

	.about1 .about1-dec,
	.section1 .section1-dec,
	.section1 .section1-scroll {
		padding: 0;
	}

	.section2 .section2-right {
		padding-left: 0;
	}

	.section2 {
		padding-right: 5%;
	}

	.btn-phone,
	.headfixed .logo .himg,
	.headfixed.headerbgm .logo .himg,
	.headfixed.headerbgm1 .logo .himg,
	.headfixed1 .logo .himg,
	.section4 .section4-mobile {
		display: block;
	}

	.headfixed .logo img,
	.headfixed .menu-list .menu-pcbox,
	.headfixed .menu-list>ul,
	.section4 .section4-pc {
		display: none;
	}

	.header-button,
	.headfixed .header-button {
		background: url(../images/in-bssicon.png) no-repeat center center;
	}

	.headfixed .btn-list .btn-right {
		width: 35px;
	}

	.headfixed {
		padding: 15px 0;
		border-bottom: 1px solid rgba(255, 255, 255, .15);
		background: #fff;
		box-shadow: 0 3px 14px 0 rgb(226, 226, 226, .5);
	}

	.headfixed .menu-list {
		width: 180px;
		justify-content: flex-end;
	}

	.headfixed .mobile-nav-box>ul>li>h3 {
		padding: 15px 5%;
		text-align: left;
	}

	.headfixed .mobile-nav-box>ul>li>h3>a {
		display: inline;
	}

	.headfixed .mobile-nav-box>ul>li>h3>a:hover {
		color: #df1b24;
	}

	.headfixed .mobile-nav-box ul li {
		padding: 0;
	}

	.headfixed .mobile-nav-box .link-tit>i,
	.headfixed .mobile-nav-box>ul>li>h3>i {
		line-height: 100%;
	}

	.headfixed .mobile-nav-box .head-suba>a,
	.headfixed .mobile-nav-box .head-subnav>a {
		padding: 5px 10px;
	}

	.banner .swiper-font {
		width: 75%;
	}

	.mainer {
		margin-top: 80px;
	}

	.section2 .section2-dec {
		margin-bottom: 35px;
	}

	.section3 .section3-simg {
		width: 210px;
	}

	.section3 .section3-sfont {
		width: calc(100% - 210px);
	}

	.footer .foot-copy,
	.footer .foot-copy a,
	.footer .foot-rtlink,
	.footer .foot-rtlink a {
		font-size: 12px;
	}

	.mainer .banner .banner-img strong.icon2 {
		right: -10px;
	}

	.banner .swiper-pagination {
		bottom: 50px !important;
	}

	.pub-banner .pub-banner-font {
		top: 45%;
		left: 50%;
		-webkit-transform: translate(-50%, -45%);
		-moz-transform: translate(-50%, -45%);
		-o-transform: translate(-50%, -45%);
		transform: translate(-50%, -45%);
		-ms-transform: translate(-50%, -45%);
	}

	.ny-bread {
		top: 20px;
	}

	.inner-tit .tit,
	.pub-banner .pub-banner-font h3 {
		font-size: 32px;
	}

	.about3 {
		height: 700px;
	}

	.about3 .about3-font .tit {
		font-size: 22px;
	}

	.about3 .about3-font .line {
		margin: 15px auto;
	}

	.about4 .swiper-slide .font {
		font-size: 18px;
	}

	.about5 .about5-img {
		height: 250px;
	}

	.about5::before {
		height: 428px;
	}

	.product1 .product1-ul li {
		width: 48.65%;
	}

	.product1 .product1-ul li:nth-child(3n) {
		margin-right: 2.7%;
	}

	.product1 .product1-ul li:nth-child(2n) {
		margin-right: 0;
	}

	.product1 .product1-stit {
		width: calc(100% - 40px);
		font-size: 24px;
	}

	.product1 .product1-icon {
		width: 40px;
		height: 40px;
	}

	.proinfo2 .nav-menu .nav-menu-ul a {
		padding: 30px 0;
		color: #666;
		font-size: 18px;
	}

	.join1 .join1-line,
	.join2 .join2-line {
		width: 34.5%;
	}

	.join1 .join1-dec {
		font-size: 20px;
	}

	.join2 .join2-right {
		position: static;
		padding: 5%;
		padding-top: 0;
	}

	.join2 .inner-tit,
	.join2 .join2-dec {
		text-align: center;
	}

	.join2 .join2-line::before {
		left: 50%;
		transform: translateX(-50%);
	}

	.new1 .new1-font .dec {
		font-size: 16px;
	}

	.newinfo1 .newinfo1-left {
		width: calc(100% - 380px);
	}

	.newinfo1 .newinfo1-right {
		width: 380px;
	}

	.newinfo1 .newinfo1-simg {
		width: 150px;
	}

	.newinfo1 .newinfo1-sfont {
		width: calc(100% - 150px);
	}

	.newinfo1-stit {
		font-size: 24px;
	}

	.newinfo1 .newinfo1-tit {
		font-size: 28px;
	}

	.newinfo1 .newinfo1-line {
		margin: 30px auto;
	}

	.contact1 .contact1-list {
		top: -40%;
	}

	.contact2 .contact2-select .name,
	.contact2 .contact2-ul input {
		height: 55px;
		line-height: 55px;
	}

	.contact2 .contact2-ul textarea {
		height: 160px;
	}

	.headfixed.headerbgm .menu-list h3 a {
		line-height: 30px;
	}
}

@media screen and (max-width:1200px) {

	.mainer .qsection1 .banner,
	.mainer .qsection1 .banner .banner-img,
	.mainer .qsection1 .banner .swiper-img,
	.mainer .qsection1 .banner .swiper-slide,
	.mainer .qsection1 .banner .swiper-wrapper {
		height: auto !important;
	}

	.section1 {
		padding-top: 7%;
		padding-bottom: 10%;
	}

	.section2 {
		padding-top: 80px;
		padding-right: 3%;
		padding-bottom: 80px;
		padding-left: 8%;
	}

	.section3,
	.section4 {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.qsection2::before {
		height: 50%;
	}
}

@media screen and (max-width:1100px) {

	.technology1 .technology1-dec,
	.technology2 .technology2-dec {
		width: 100%;
	}

	.footer .foot-bot>div,
	.join3 .join3-list,
	.proinfo2 .proinfo2-tab {
		flex-wrap: wrap;
	}

	.footer .foot-copy,
	.footer .foot-link,
	.join3 .join3-left,
	.join3 .join3-right,
	.join3 .swiper-scrollbar,
	.newinfo1 .newinfo1-left,
	.proinfo2 .nav-menu,
	.proinfo2 .proinfo2-tab,
	.proinfo5 .proinfo5-table {
		width: 100%;
		font-size: 14px;
	}

	.proinfo5 .proinfo5-table tr td {
		font-size: 14px;
	}

	.proinfo5 .proinfo5-table tr:nth-child(2n+1) td {
		background-color: #efefef;
	}


	.proinfo5 .proinfo5-table tr:first-child td {
		padding: 10px 40px;
		height: 65px;
		background-color: #003686;
		color: #fff;
		text-align: center;
		font-size: 16px;
	}




	.newinfo1 .newinfo1-left {
		padding-right: 0;
	}

	.nav-menu .nav-name,
	.technology1 .technology1-mBox,
	.technology2 .technology2-mBox {
		display: block;
	}

	.technology1-bimg {
		margin-top: 30px;
	}

	.join1 .join1-icon,
	.newinfo1 .newinfo1-right,
	.proinfo2 .proinfo2-btn,
	.proinfo2 .proinfo2-tab,
	.technology1 .technology1-ul,
	.technology2 .technology2-ul {
		display: none;
	}

	.banner .swiper-font {
		width: 80%;
	}

	.banner .swiper-font .swiper-h2 h2 {
		font-size: 38px;
	}

	.mainer .banner .banner-img strong.icon1 img,
	.mainer .banner .banner-img strong.icon2 img {
		width: 30px;
		height: 30px;
	}

	.banner .swiper-fontlist {
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	}

	.banner .swiper-font .swiper-h2 {
		position: relative;
		margin-bottom: 10px;
	}

	.banner .more {
		margin-top: 35px;
		display: none;
	}

	.footer .foot-copy,
	.footer .foot-link {
		padding: 5px 0;
		text-align: center;
		font-size: 12px;
	}

	.footer .foot-link {
		justify-content: center;
	}

	.footer .foot-addrLi .dec,
	.footer .foot-addrLi .tit {
		font-size: 14px;
	}

	.section3 .section3-bfont .tit {
		margin-bottom: 15px;
		font-size: 20px;
	}

	.section3 .section3-sfont .tit {
		font-size: 16px;
	}

	.section3 .section3-simg {
		width: 180px;
	}

	.section3 .section3-sfont {
		width: calc(100% - 180px);
	}

	.in-tit .tit {
		font-size: 32px;
	}

	.nav-menu .nav-menu-ul {
		position: absolute;
		z-index: 100;
		display: none;
		width: 100%;
		background: #fff;
		box-shadow: 0 1px 4px 1px #f1f1f1;
	}

	.nav-menu .nav-menu-ul li {
		width: 100%;
		text-align: left;
	}

	.nav-menu .nav-menu-ul a {
		padding: 15px 30px;
		border-top: 1px solid rgba(51, 51, 51, .1);
		color: #333;
		line-height: 26px;
	}

	.about4 .swiper-slide-active .time,
	.nav-menu {
		margin-top: 0;
	}

	.proinfo1 .proinfo1-line {
		position: relative;
		margin: 10px auto;
		width: 100%;
		height: 1px;
		background-color: rgba(51, 51, 51, .2);
	}


	.about3 .about3-font .dec,
	.contact1 .contact1-bfont,
	.proinfo1 .proinfo1-dec,
	.proinfo1 .proinfo1-range .dec {
		font-size: 14px;
	}

	.about3 .about3-icon img {
		max-width: 65px;
	}

	.about4 .swiper-slide .time {
		font-size: 32px;
	}

	.about4 .swiper-slide-active .time {
		font-size: 240rem;
	}

	.pub-banner .pub-banner-font {
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	}

	.nav-menu .nav-menu-ul li::after {
		top: 0;
	}

	.about1 .about1-line {
		width: 50%;
	}

	.proinfo3 .proinfo3-num {
		width: 65px;
		height: 65px;
		font-size: 26px;
		line-height: 65px;
	}

	.proinfo3 .proinfo3-icon {
		width: 90px;
		height: 90px;
	}

	.proinfo3 .proinfo3-font {
		padding-left: 20px;
		width: calc(100% - 90px);
		font-size: 16px;
	}

	.proinfo3 .proinfo3-ul li {
		padding: 15px 20px;
	}

	.proinfo4 .proinfo4-ul li {
		width: 48.32%;
	}

	.proinfo4 .proinfo4-ul li:nth-child(3n) {
		margin-right: 3%;
	}

	.proinfo4 .proinfo4-ul li:nth-child(2n) {
		margin-right: 0;
	}

	.proinfo4 .proinfo4-font {
		padding: 25px 20px;
		font-size: 18px;
	}

	.proinfo5 .proinfo5-table th {
		font-size: 18px;
	}

	.proinfo5 .proinfo5-table td {
		font-size: 16px;
	}

	.proinfo5 .proinfo5-table table {
		width: 920px;
	}

	.join1 .join1-sdec {
		padding: 0;
	}

	.join3 {
		padding-top: 0;
	}

	.join3 .more1 {
		margin-top: 40px;
	}

	.join3 .join3-right {
		position: relative;
		margin-top: 60px;
	}

	.join3 .join3-btn {
		top: -70px;
		right: 5%;
		bottom: auto;
		left: auto;
	}

	.join3 .swiper-container {
		padding-bottom: 30px;
	}

	.insrecruit-list .rectue-min .desc {
		padding-top: 30px;
	}

	.insrecruit-list .post-time {
		margin-top: 30px;
	}

	.new1 .new1-font .tit {
		font-size: 20px;
	}

	.new1 .new1-time h5 {
		font-size: 34px;
	}

	.new1 .new1-time {
		width: 90px;
	}

	.new1 .new1-font {
		width: calc(100% - 90px);
	}

	.new1 .new1-img {
		width: 35%;
	}

	.new1 .new1-fontBox {
		width: 100%;
	}

	.newinfo1 .pageurl {
		padding: 30px 20px;
	}

	.contact1 {
		padding-top: 5%;
		background: #fff;
	}

	.contact1 .contact1-list {
		position: static;
		top: 0;
		padding: 5%;
		margin-bottom: 5%;
		transform: translateX(0);
	}

	.contact1 .contact1-bfont {
		padding-left: 10px;
	}

	.contact2 .btnBox {
		margin-top: 40px;
	}
}

@media screen and (max-width:980px) {

	.product1 .product1-list,
	.proinfo1 .proinfo1-list,
	.section3 .section3-list {
		flex-wrap: wrap;
		padding-top: 10px;
	}

	.banner .swiper-font,
	.contact2 .contact2-li.selectBox,
	.insrecruit-list .rectue-top .name,
	.new1 .new1-font,
	.newinfo1 .page,
	.newinfo1 .page a,
	.newinfo1 .page span,
	.product1 .product1-left,
	.product1 .product1-right,
	.proinfo1 .proinfo1-left,
	.proinfo1 .proinfo1-right,
	.section3 .section3-left,
	.section3 .section3-right {
		width: 100%;
	}

	.insrecruit-list .rectue-top .name,
	.new1 .new1-font,
	.newinfo1 .page span {
		padding-right: 0;
	}

	.newinfo1 .page span,
	.product1 .product1-right,
	.proinfo1 .proinfo1-right {
		padding-left: 0;
	}

	.proinfo1 .proinfo1-right,
	.section3 .section3-right {
		margin-top: 40px;
	}

	.about2 .about2-mapBox,
	.banner .pub-pbanner,
	.banner .pub-pcbanner,
	.insrecruit-list .rectue-top .icon,
	.new1 .new1-time,
	.newinfo1 .pageurl .return,
	.newinfo1 .pageurl-licon,
	.newinfo1 .pageurl-ricon,
	.product-sec1-pmenu,
	.product1 .product1-tit {
		display: none;
	}

	.about2 .about2-smap,
	.banner .pub-mbanner,
	.insrecruit-list .rectue-min .more,
	.product-sec1-sbtn {
		display: block;
	}

	.headfixed .menu-list {
		width: 16%;
	}

	.mainer .banner .banner-img strong.icon2 {
		right: -60px;
	}

	.section1 .section1-dec {
		font-size: 18px;
	}

	.section1 .section1-number {
		font-size: 16px;
	}

	.section1 .section1-number span {
		font-size: 44px;
	}

	.section1 .section1-number em {
		font-size: 30px;
	}

	.section1 .section1-scroll {
		margin-top: 40px;
	}

	.section1 {
		padding-top: 80px;
		padding-bottom: 90px;
	}

	.section3 .section3-simg {
		width: 240px;
	}

	.section3 .section3-sfont {
		padding-left: 4%;
		width: calc(100% - 240px);
	}

	.footer .foot-top {
		border-radius: 50px 0 0 0;
	}

	.about2 .section1-scroll li,
	.about2 .section1-scroll li:first-child,
	.about2 .section1-scroll li:last-child {
		margin: 3% auto;
		padding: 0 6%;
		width: 50%;
	}

	.about2 .section1-scroll li:nth-child(2n) {
		border-right: 0;
	}

	.about2 .section1-scroll li:nth-child(2n)::before,
	.about4 .swiper-slide::after,
	.about4 .swiper-slide::before {
		opacity: 0;
	}

	.about3 {
		height: 600px;
	}

	.about3 .about3-icon img {
		max-width: 55px;
	}

	.about3 .about3-ul li:hover .about3-font .line {
		margin-bottom: 10px;
		height: 15px;
	}

	.about5 .about5-font {
		padding: 20px 10px;
		font-size: 16px;
	}

	.about5::before {
		height: 398px;
	}

	.about4 .swiper-button-prev {
		left: 13.5%;
	}

	.about4 .swiper-slide .font,
	.insrecruit-list .rectue-top .post-dec dd,
	.insrecruit-list .rectue-top .post-sdec {
		font-size: 16px;
	}

	.about4 .swiper-button-next {
		right: 13.5%;
	}

	.about4 .swiper-slide .time {
		padding: 0 36%;
	}

	.about4 .swiper-slide-active .time {
		padding: 0;
	}

	.about1 .about1-line {
		width: 66%;
	}

	.product1 .product1-left {
		position: relative;
	}

	.proinfo3 .proinfo3-num {
		width: 40px;
		height: 40px;
		font-size: 20px;
		line-height: 40px;
	}

	.proinfo3 .proinfo3-icon {
		width: 60px;
		height: 60px;
	}

	.proinfo3 .proinfo3-font {
		width: calc(100% - 60px);
	}

	.technology1 .technology1-hliright {
		background: #fff;
	}

	.join1 .join1-line,
	.join2 .join2-line {
		width: 51.5%;
	}

	.insrecruit-list .rectue-top .name h5 {
		font-size: 22px;
	}

	.new1 .new1-img {
		width: 44%;
	}

	.new1 .new1-fontBox {
		width: 56%;
	}

	.newinfo1 .page.next {
		text-align: left;
	}

	.newinfo1 .pageurl {
		padding: 20px;
	}

	.newinfo1 .page a {
		padding: 8px 0;
	}

	.newinfo1 .newinfo1-dec p {
		margin-top: 20px;
	}

	.contact1 .contact1-tul li {
		padding: 4% 0;
		width: 50%;
		border-bottom: 1px solid rgba(51, 51, 51, .1);
	}

	.contact1 .contact1-tul {
		border-bottom: 0;
	}

	.contact1 .contact1-bul li {
		padding: 4% 0;
		width: 50%;
	}

	.contact2 .contact2-li {
		width: 48%;
	}

	.contact2 .contact2-li:nth-child(3n) {
		margin-right: 4%;
	}

	.contact2 .contact2-li:nth-child(2n) {
		margin-right: 0;
	}
}

@media screen and (max-width:767px) {






	.footer .foot-lftop,
	.ftlogo-share,
	.new1 .new1-ul a,
	.section1 .section1-scroll,
	.section3 .section3-ul li a,
	.technology1 .technology1-hli {
		flex-wrap: wrap;
	}

	.about1 .about1-line,
	.about2 .section1-scroll li,
	.about2 .section1-scroll li:first-child,
	.about2 .section1-scroll li:last-child,
	.about3 .about3-ul li,
	.about5 .swiper-pagination-progress,
	.contact1 .contact1-bul li,
	.contact1 .contact1-tul li,
	.contact2 .contact2-li,
	.contact2 .contact2-select,
	.footer .bshare-custom,
	.footer .ftlogo,
	.join1 .join1-line,
	.join2 .join2-line,
	.new1 .new1-fontBox,
	.new1 .new1-img,
	.product1 .product1-ul li,
	.proinfo3 .proinfo3-ul li,
	.proinfo4 .proinfo4-ul li,
	.section3 .section3-sfont,
	.section3 .section3-simg,
	.technology1 .technology1-hlileft,
	.technology1 .technology1-hliright {
		width: 100% !important;
	}

	.banner .swiper-font {
		padding: 0;
	}

	.footer .bshare-custom,
	.new1 .new1-font,
	.section3 .section3-sfont {
		padding-left: 0;
	}

	.footer .ftlogo {
		padding-right: 0;
	}

	.contact2 .contact2-li,
	.contact2 .contact2-li:nth-child(3n),
	.contact2 .contact2-select,
	.product1 .product1-ul li,
	.product1 .product1-ul li:nth-child(3n),
	.proinfo3 .proinfo3-ul li,
	.proinfo3 .proinfo3-ul li:nth-child(3n),
	.proinfo4 .proinfo4-ul li,
	.proinfo4 .proinfo4-ul li:nth-child(3n) {
		margin-right: 0;
	}

	.about1 .about1-img,
	.footer .foot-alink,
	.join3 .more1,
	.newinfo1 .pageurl,
	.section1 .section1-scroll,
	.section3 .section3-ul li,
	.section3 .section3-ul li:first-child {
		margin-top: 30px;
	}

	.new1 .new1-ul,
	.product1 .product1-ul li {
		margin-bottom: 30px;
	}

	.join3 .join3-right,
	.section2 .section2-right {
		margin-top: 50px;
	}

	.section3 .section3-right {
		margin-top: 0;
	}

	.about4 .swiper-pagination,
	.btn-phone,
	.footer .ftlogo img {
		display: block;
	}

	.about4 .swiper-button-next,
	.about4 .swiper-button-prev,
	.about5 .about5-mouse,
	.join3 .join3-btn,
	.mainer .banner .banner-img strong.icon1,
	.mainer .banner .banner-img strong.icon2 {
		display: none;
	}

	.footer .foot-alink {
		margin: 0 auto;
		margin-top: 30px;
		width: 90%;
	}

	.join1 .join1-dec,
	.join3 .join3-dec,
	.section3 .section3-bfont .tit,
	.section3 .section3-sfont .tit {
		font-size: 16px;
	}

	.about1 .about1-dec,
	.in-tit .dec,
	.join1 .join1-sdec,
	.join2 .join2-dec,
	.join2 .join2-tit,
	.newinfo1 .newinfo1-dec,
	.newinfo1 .page a,
	.section1 .section1-dec {
		font-size: 14px;
	}

	.contact2 .contact2-select .name,
	.more em,
	.more span,
	.ny-bread a,
	.ny-bread em,
	.ny-bread img,
	.section3 .section3-bfont .btn {
		font-size: 14px;
	}

	.ny-bread img {
		max-width: 16px;
	}

	.ny-bread em {
		margin: 15px auto;
		vertical-align: -1px;
		font-size: 12px;
	}

	.headfixed .logo img {
		max-width: 110px;
	}

	.headfixed {
		padding: 13px 0;
	}

	#search-form {
		width: 90%;
	}

	.headfixed .menu-list {
		width: 23%;
	}

	.mainer {
		margin-top: 65px;
	}

	.mobile-nav-box {
		top: 65px;
	}

	.mainer .banner .banner-img img {
		margin: 0 auto;
		width: 100%;
		height: auto;
	}

	.banner .swiper-font .swiper-h2 h2 {
		font-size: 16px;
	}

	.banner .swiper-font .swiper-h3 h3 {
		color: #fff;
		font-size: 12px;
	}

	.contact1 {
		padding-top: 45px;
	}

	.in-tit .tit,
	.inner-tit .tit {
		font-size: 26px;
	}

	.about3 .about3-font .tit {
		font-size: 20px;
	}

	.more {
		padding: 10px 15px;
		width: 160px;
		font-size: 14px;
	}

	.banner .loading {
		margin-right: 10px !important;
		width: 34px;
		height: 34px;
		font-size: 13px;
		line-height: 34px;
	}

	.banner .loading .left,
	.banner .loading .left:after,
	.banner .loading .right,
	.banner .loading .right:after {
		width: 17px;
		height: 34px;
	}

	.banner .swiper-pagination {
		bottom: 10px !important;
	}

	.section1 {
		padding-top: 60px;
		padding-bottom: 70px;
	}

	.section1 .section1-scroll li {
		padding: 12px 10px;
		width: 50%;
	}

	.about3 .about3-ul li,
	.footer .bshare-custom,
	.footer .foot-addrLi,
	.newinfo1 .newinfo1-dec p,
	.section2 .section2-dec,
	.section3 .section3-sfont {
		margin-top: 15px;
	}

	.contact2 .contact2-li,
	.contact2 .contact2-select,
	.ftlogo-share,
	.insrecruit-list .post-time,
	.insrecruit-list .rectue-min,
	.new1 .new1-fontBox,
	.proinfo3 .proinfo3-ul li,
	.proinfo4 .proinfo4-ul li,
	.technology2 .technology2-mBox {
		margin-top: 10px;
	}

	.contact2 .contact2-select:first-child {
		margin-top: 0;
	}

	.section1 .section1-line {
		width: 40px;
	}

	.footer .foot-top {
		border-radius: 30px 0 0 0;
	}

	.footer .bshare-custom,
	.footer .foot-addr {
		text-align: center;
	}

	.footer .ftlogo-ewm {
		margin: 0 auto;
	}

	.footer .foot-top {
		padding: 50px 0;
	}

	.videobox-font {
		padding: 12px 5px;
		width: 200px;
		font-size: 14px;
	}

	.about1 .about1-line {
		margin: 20px auto;
	}

	.about2 .section1-scroll li::before,
	.about3 .about3-ul li::before {
		opacity: 0;
	}

	.about2 .section1-scroll li,
	.about2 .section1-scroll li:first-child,
	.about2 .section1-scroll li:last-child {
		padding: 0;
		border-right: 0;
	}

	.about3 .about3-font .line {
		height: 15px;
	}

	.about3 .about3-font .dec {
		max-height: 260px;
	}

	.about3,
	.about3 .about3-ul,
	.about3 .about3-ul li {
		height: auto;
	}

	.about3 .about3-li,
	.about3 .about3-num,
	.about3 .abput3-top {
		position: static;
		transform: translate(0);
	}

	.about3 {
		padding-top: 50px;
		padding-bottom: 60px;
	}

	.about3::before {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: url(../images/ab-bgm10.png) no-repeat center center;
		background-size: cover;
		content: "";
	}

	.about4 {
		padding: 18% 5%;
	}

	.about4 .swiper-slide-active .time {
		font-size: 60px;
	}

	.about4 .about4-line {
		margin: 15px auto;
		width: 40px;
	}

	.about4 .swiper-container {
		padding-bottom: 30px;
	}

	.about5::before {
		height: 388px;
	}

	.pn-list {
		left: -100%;
		width: 80%;
	}

	.ny-bread1 {
		padding: 5px 0;
		margin-bottom: 15px;
	}

	.proinfo5 .proinfo5-table td,
	.proinfo5 .proinfo5-table th {
		padding: 5px 20px;
	}

	.technology1 .technology1-dec,
	.technology2 .technology2-dec {
		margin-top: 10px;
		font-size: 16px;
	}

	.technology1 .technology1-hliright img {
		position: static;
	}

	.technology1 .technology1-hlileft .tit {
		font-size: 20px;
	}

	.technology2 .technology2-mul li {
		width: 48.5%;
	}

	.join2 .join2-ul li {
		margin-top: 8%;
		margin-right: 3%;
		width: 31.3%;
	}

	.join2 .join2-ul li:nth-child(4n),
	.technology2 .technology2-mul li:nth-child(3n) {
		margin-right: 3%;
	}

	.join2 .join2-ul li:nth-child(3n),
	.technology2 .technology2-mul li:nth-child(2n) {
		margin-right: 0;
	}

	.join2 .join2-left {
		border-radius: 0 40px 0 0;
	}

	.join1 .join1-line,
	.join2 .join2-line {
		margin: 20px auto;
	}

	.join2 .join2-ul {
		padding: 10% 0 15% 0;
	}

	.join2 .join2-left {
		padding: 13% 5%;
	}

	.join1 .join1-dec {
		margin-top: 10px;
	}

	.join2 .join2-icon {
		width: 90px;
		height: 90px;
	}

	.join2 .join2-icon img {
		max-width: 30px;
	}

	.insrecruit-list li {
		padding: 20px 20px;
	}

	.insrecruit-list .rectue-top .post-dec dd em {
		margin: 0 10px;
	}

	.insrecruit-list .rectue-top .post-dec {
		margin: 15px 0;
	}

	.insrecruit-list .rectue-min .desc,
	.newinfo1 .newinfo1-tdec {
		padding-top: 20px;
	}

	.insrecruit-list .dec-item {
		padding-bottom: 20px;
	}

	.insrecruit-list .rectue-min .more,
	.newinfo1 .newinfo1-line {
		margin: 20px 0;
	}

	.newinfo1 .newinfo1-dec img {
		margin: 15px auto;
	}

	.newinfo1 .newinfo1-tit {
		font-size: 24px;
		line-height: 1.5;
	}

	.newinfo1 .newinfo1-tdecLi {
		padding: 6px 0;
	}

	.contact1 .contact1-bul li {
		align-items: center;
	}

	.contact2 .btnBox {
		margin-top: 30px;
	}

	.contact2 .contact2-li:first-child {
		margin-top: 0;
	}

	.about2 .about2-nicon {
		display: none;
	}

	.about2 .section1-scroll li:first-child,
	.about2 .section1-scroll li:last-child,
	.section1 .section1-scroll li {
		padding: 12px 10px;
		width: 50% !important;
		text-align: center;
	}



	.contact1 .code-img {
		position: absolute;
		top: -70px;
		left: 60%;
		border: 1px solid #999;
		opacity: 1;
		pointer-events: none;
		z-index: 999;
	}


}

.rich_media_content {
	visibility: initial !important;
}

.rich_media_content * {
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box !important;
	max-width: 100% !important;
	word-wrap: break-word !important;
}

.rich_media_title {
	margin-bottom: 14px;
	font-size: 22px;
	line-height: 1.4;
}

.not_in_mm .rich_media_meta_list {
	position: relative;
	z-index: 1;
}

.rich_media_meta_list {
	margin-bottom: 22px;
	word-wrap: break-word;
	font-size: 14px;
	line-height: 20px;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

.rich_media_meta_list em {
	font-style: normal;
}

.rich_media_meta_text {
	color: rgba(0, 0, 0, .3);
}

.qsection {
	position: relative;
}

.navpro-menu {
	display: none;
}

.proinfo_ad1 .proinfo1-dec {
	padding-bottom: 0 !important;
	border-bottom: 0;
}

.proinfo_ad1 .proinfo1-btn {
	position: absolute;
	bottom: 0;
}

.proinfo_ad2 .proinfo_ad2_left {
	position: relative;
	padding-right: 10%;
	width: 55%;
}

.proinfo_ad2 .proinfo_ad2_font .tit,
.proinfo_ad4 .proinfo_ad4_tit .tit {
	color: #333;
	font-weight: 400;
	font-size: 44rem;
}

.proinfo_ad2 .proinfo_ad2_font .line,
.proinfo_ad4 .proinfo_ad4_tit .line {
	margin-top: 20px;
	margin-bottom: 25px;
	width: 40px;
	height: 2px;
	background-color: #003686;
}

.proinfo_ad2 .proinfo_ad2_font .dec,
.proinfo_ad4 .proinfo_ad4_dec {
	color: #666;
	font-weight: lighter;
	font-size: 18px;
	line-height: 2;
}

.proinfo_ad2 .proinfo_ad2_font .dec {
	margin-bottom: 5.5%;
}

.proinfo_ad2 .proinfo_ad2_simg {
	max-width: 700px;
}

.proinfo_ad2 .proinfo_ad2_simg img {
	margin: 0;
}

.proinfo_ad2 .proinfo_ad2_right {
	position: relative;
	width: 45%;
}

.proinfo_ad3,
.proinfo_ad6,
.proinfo_ad8 {
	position: relative;
	background-color: #f5f5f7;
}

.proinfo_ad3 .proinfo_ad2_left {
	padding-right: 0 !important;
	padding-left: 10%;
}

.proinfo_ad4 .proinfo_ad4_tit {
	width: 25%;
}

.proinfo_ad4 .proinfo_ad4_dec {
	padding-right: 3%;
	width: 75%;
}

.proinfo_ad4 .proinfo_ad4_top,
.proinfo_ad4 .proinfo_ad4_ul {
	flex-wrap: wrap;
}

.proinfo_ad4 .proinfo_ad4_top {
	margin: 5px 0;
}

.proinfo_ad4 .proinfo_ad4_ul li {
	position: relative;
	overflow: hidden;
	margin-right: 5%;
	width: 47.5%;
}

.proinfo_ad4 .proinfo_ad4_ul li:nth-child(2n) {
	margin-right: 0;
}

.proinfo_ad4 .proinfo_ad4_img {
	overflow: hidden;
	width: 100%;
	height: 100%;
	border: solid 2px #eee;
	background-color: #fff;
}

.proinfo_ad4 .proinfo_ad4_nobor {
	padding: 0;
	border: 0;
}

.proinfo_ad9 {
	background: rgba(232, 233, 235, .8);
}

.product_ad {
	position: relative;
}

.product_ad .inner-tit {
	padding-left: 30px;
	text-align: left;
}

.product_ad .inner-tit::before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 4px;
	height: 76%;
	background-color: #0551c1;
	content: "";
	transform: translateY(-50%);
}

.product_ad1 {
	position: relative;
	padding-bottom: 45px;
	border-bottom: 1px solid rgba(51, 51, 51, .1);
}

.product_ad1 .product_ad1_tips {
	margin-top: 5px;
	color: #333;
	letter-spacing: 1px;
	font-size: 18px;
}

.product_ad2 {
	padding-top: 45px;
}

.product_ad2 .product_ad2_ul {
	padding-top: 15px;
	flex-wrap: wrap;
}

.product_ad2 .product_ad2_ul li {
	position: relative;
	margin-top: 2.2%;
	margin-right: 2.2%;
	width: 14.83%;
	height: 165px;
	border-radius: 12px;
	background-color: #edf1f6;
}

.product_ad2 .product_ad2_ul li:nth-child(6n) {
	margin-right: 0;
}

.product_ad2 .product_ad2_tit {
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	height: 85px;
	color: #003686;
	font-size: 18px;
	line-height: 1.667;
}

.product_ad2 .product_ad2_num {
	position: relative;
	margin-top: 5px;
	color: #777;
	font-size: 16px;
}

.product_ad2 .product_ad2_himg {
	position: absolute;
	top: 100%;
	left: 50%;
	z-index: 5;
	display: none;
	width: 140%;
	max-height: 250px;
	border-radius: 8px;
	background-color: #fff;
	box-shadow: 0 0 218px 0 rgba(6, 34, 76, .2);
	transform: translateX(-50%);
}

.product_ad2 .product_ad2_img {
	position: relative;
	padding: 30px;
}

.product_ad2 .product_ad2_ul li:hover .product_ad2_himg {
	display: block;
}

.product_ad2 .product_ad2_ul li:hover {
	box-shadow: 0 0 54px 0 rgba(16, 85, 190, .52);
}

.product_ad2 .product_ad2_font {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	padding: 10%;
	width: 100%;
	text-align: center;
	transform: translate(-50%, -50%);
}

.product_ad2_ul li:hover .product_ad2_num,
.product_ad2_ul li:hover .product_ad2_tit {
	color: #fff;
}

.product_ad2 .product_ad2_stit {
	display: block;
	padding-right: 3%;
	width: calc(100% - 120px);
	color: #0551c1;
	font-size: 36rem;
}

.product_ad2 .product_ad2_swiper {
	position: relative;
	padding-top: 45px;
}

.product_ad2 .swiper-container {
	padding: 50px 0;
}

.product_ad2 .product_ad2_simg {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 250px;
	border: solid 2px #eee;
	background-color: #fff;
}

.product_ad2 .product_ad2_simg img {
	padding: 20px;
}

.product_ad2 .product_ad2_btn {
	position: absolute;
	right: 0;
	width: 116px;
}

.product_ad3,
.product_ad4 {
	margin-top: 10px;
	padding-top: 50px;
	border-top: 1px solid rgba(51, 51, 51, .1);
}

.product_ad3 .product_ad3_table {
	overflow-x: auto;
	overflow-y: hidden;
	margin-top: 40px;
	margin-bottom: 50px;
	width: 100%;
}

.product_ad3 table {
	width: 100%;
	border-top: 2px solid #003686;
}

.product_ad3 table td {
	padding: 5px 30px;
	height: 60px;
	min-width: 200px;
	border-right: 1px solid rgba(0, 54, 134, .07);
	color: #333;
	font-size: 18px;
}

.product_ad3 table td:last-child {
	border-right: 0;
}

.product_ad3 table tr:nth-child(odd) td:nth-child(odd) {
	background: #e9eaec;
}

.product_ad3 table tr:nth-child(odd) td:nth-child(even) {
	background: #eee;
}

.product_ad3 table tr:nth-child(even) td:nth-child(odd) {
	background: #f6f7f9;
}

.product_ad3 table tr:nth-child(even) td:nth-child(even) {
	background: #fbfbfb;
}

.product_ad4 .product1-ul {
	margin-top: 45px;
}

@media screen and (max-width:1459px) {

	.product_ad1 .product_ad1_tips,
	.product_ad3 table td {
		font-size: 16px;
	}

	.product_ad2 .product_ad2_ul li {
		height: 140px;
	}
}

@media screen and (max-width:1366px) {

	.ny-bread a,
	.ny-bread em,
	.ny-bread img {
		font-size: 14px;
	}

	.ny-bread em {
		margin: 0 5px;
		vertical-align: 0;
		font-size: 12px;
	}

	.ny-bread img {
		max-width: 16px;
		vertical-align: -2px;
	}

	.product_ad2 .product_ad2_tit {
		height: 50px;
		font-size: 16px;
	}

	.product_ad3 table {
		width: 1100px;
	}

	.product_ad2 .product_ad2_ul li {
		width: 18.2%;
	}

	.product_ad2 .product_ad2_ul li:nth-child(6n) {
		margin-right: 2.2%;
	}

	.product_ad2 .product_ad2_ul li:nth-child(5n) {
		margin-right: 0;
	}

	.product1 .product1-font .tit {
		padding-top: 15px;
		padding-bottom: 15px;
		font-size: 16px;
	}

	.product1 .product1-font .btn {
		padding: 10px 0;
	}
}

@media screen and (max-width:1259px) {
	.product_ad2 .product_ad2_stit {
		font-size: 24px;
	}

	.proinfo_ad2 .proinfo_ad2_left {
		padding-right: 5%;
	}

	.proinfo_ad3 .proinfo_ad2_left {
		padding-left: 5%;
	}

	.proinfo_ad4 .proinfo_ad4_tit {
		width: 35%;
	}

	.proinfo_ad4 .proinfo_ad4_dec {
		width: 65%;
	}
}

@media screen and (max-width:1100px) {
	.product_ad2 .product_ad2_ul li {
		width: 23.35%;
	}

	.product_ad2 .product_ad2_ul li:nth-child(5n) {
		margin-right: 2.2%;
	}

	.product_ad2 .product_ad2_ul li:nth-child(4n) {
		margin-right: 0;
	}

	.inner-tit .tit {
		font-size: 28px;
	}

	.product_ad .inner-tit {
		padding-left: 20px;
	}

	.proinfo_ad2 .proinfo_ad2_font .tit,
	.proinfo_ad4 .proinfo_ad4_tit .tit {
		font-size: 24px;
	}

	.proinfo_ad2 .proinfo_ad2_font .line,
	.proinfo_ad4 .proinfo_ad4_tit .line {
		margin-top: 15px;
		margin-bottom: 15px;
	}

	.proinfo_ad2 .proinfo_ad2_font .dec,
	.proinfo_ad4 .proinfo_ad4_dec {
		font-size: 16px;
		line-height: 1.8;
	}

	.proinfo_ad4 .proinfo_ad4_ul {
		padding-top: 30px;
	}

	.about5 .swiper-button-next {
		right: 20%;
	}

	.about5 .swiper-button-prev {
		left: 20%;
	}
}

@media screen and (max-width:980px) {
	.proinfo_ad2 .proinfo_ad2_list {
		flex-wrap: wrap;
	}

	.proinfo_ad2 .proinfo_ad2_left,
	.proinfo_ad2 .proinfo_ad2_right,
	.proinfo_ad4 .proinfo_ad4_dec,
	.proinfo_ad4 .proinfo_ad4_tit {
		width: 100%;
	}

	.proinfo_ad2 .proinfo_ad2_left {
		padding-right: 0;
		-webkit-box-ordinal-group: 1;
		-moz-box-ordinal-group: 1;
		-ms-flex-order: 1;
		-webkit-order: 1;
		order: 1;
	}

	.proinfo_ad3 .proinfo_ad2_left {
		padding-left: 0;
	}

	.proinfo_ad2 .proinfo_ad2_right {
		margin: 0 auto;
		width: 75%;
		-webkit-box-ordinal-group: 2;
		-moz-box-ordinal-group: 2;
		-ms-flex-order: 2;
		-webkit-order: 2;
		order: 2;
	}

	.navpro-menu {
		display: block;
	}

	.product_ad2 .product_ad2_himg {
		width: 120%;
	}

	.proinfo_ad1 .proinfo1-btn {
		position: static;
		margin-top: 0;
	}

	.proinfo_ad2 .proinfo_ad2_right {
		margin-top: 40px;
	}

	.proinfo_ad2 .proinfo_ad2_simg img {
		margin: 0 auto;
	}

	.proinfo_ad2 .proinfo_ad2_font .dec {
		margin-bottom: 30px;
	}

	.proinfo_ad4 .proinfo_ad4_dec {
		padding-right: 0;
	}
}

@media screen and (max-width:767px) {

	.proinfo_ad2 .proinfo_ad2_right,
	.proinfo_ad4 .proinfo_ad4_ul li {
		width: 100%;
	}

	.proinfo_ad4 .proinfo_ad4_ul li {
		margin-top: 20px;
		margin-right: 0;
	}

	.proinfo_ad4 .proinfo_ad4_ul li:first-child {
		margin-top: 0;
	}

	.in-tit .tit,
	.inner-tit .tit {
		font-size: 22px;
	}

	.product_ad .inner-tit::before {
		width: 2px;
	}

	.product_ad .inner-tit {
		padding-left: 10px;
	}

	.product_ad2,
	.product_ad3,
	.product_ad4 {
		padding-top: 35px;
	}

	.product_ad1 {
		padding-bottom: 35px;
	}

	.product_ad2 .swiper-container {
		padding: 35px 0;
	}

	.product_ad3 .product_ad3_table {
		margin-top: 25px;
		margin-bottom: 45px;
	}

	.product_ad4 .product1-ul {
		margin-top: 20px;
	}

	.product_ad2 .product_ad2_stit {
		font-size: 22px;
	}

	.product_ad2 .product_ad2_ul li {
		width: 48.9%;
	}

	.product_ad2 .product_ad2_ul li:nth-child(4n) {
		margin-right: 2.2%;
	}

	.product_ad2 .product_ad2_ul li:nth-child(2n) {
		margin-right: 0;
	}

	.product_ad2 .product_ad2_himg {
		width: 110%;
	}

	.product_ad2 .product_ad2_img {
		padding: 15px;
	}

	.join3 .swiper-button-next,
	.join3 .swiper-button-prev,
	.product_ad2 .swiper-button-next,
	.product_ad2 .swiper-button-prev {
		width: 42px;
		height: 42px;
		border: solid 2px rgba(0, 54, 134, .1);
	}

	.product_ad3 table td {
		height: 50px;
	}
}

.contact1-map {
	position: relative;
}

.contact1-map img {
	width: 100%;
}

.contact1-map .lbs_map {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	border: none;
}

@media screen and (max-width:767px) {
	.contact1-map img {
		display: none;
		width: 100%;
	}

	.contact1-map .lbs_map {
		position: static;
	}

	.about5 .swiper-button-next,
	.about5 .swiper-button-prev {
		width: 35px;
		height: 35px;
	}

	.about5 .swiper-container {
		padding-top: 25px;
	}

	.about5 .swiper-button-next {
		right: -3%;
		background: url(../images/jo-hnext.png) #003686 no-repeat center center;
	}

	.about5 .swiper-button-prev {
		left: -3%;
		background: url(../images/jo-hprev.png) #003686 no-repeat center center;
	}
}

.probg-img {
	position: relative;
}

.probg-img .probg-img2 {
	width: 100%;
	opacity: 0;
}

.probg-img .probg-img3 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.technology1 .technology1-pcBox {
	position: relative;
}

.technology1 .technology1-pcBox,
.technology2 .technology2-pcBox {
	margin-top: 4%;
}

.technology1 .technology1-circle {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: transparent;
	transform: translate(-50%, -50%);
}

.technology1 .circle {
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 50%;
	transform: translate(-50%, -50%);
}

.technology1 .circle1 {
	z-index: 3;
	width: 10px;
	height: 10px;
	background-color: transparent;
}

.technology1 .circle2 {
	z-index: 2;
	width: 100px;
	height: 100px;
	background-color: rgba(13, 72, 158, .2);
}

.technology1 .circle3 {
	z-index: 1;
	width: 200px;
	height: 200px;
	background-color: rgba(13, 72, 158, .1);
}

.technology1 .technology1-spot {
	position: absolute;
	width: 22%;
	height: 16%;
	border-radius: 10px;
	cursor: pointer;
}

.technology1 .technology1-spot1li {
	width: 100%;
	height: 100%;
}

.technology1 .technology1-spot:hover .technology1-hliBox {
	display: block;
}

.technology1 .technology1-spot1 {
	top: 1.5%;
	left: 26%;
}

.technology1 .technology1-spot2 {
	top: 1.5%;
	left: 51.9%;
}

.technology1 .technology1-spot3 {
	top: 28.5%;
	left: 77.8%;
}

.technology1 .technology1-spot4 {
	top: 28.5%;
	left: 51.9%;
}

.technology1 .technology1-spot5 {
	top: 28.5%;
	left: 0;
}

.technology1 .technology1-spot6 {
	top: 54.3%;
	left: 0;
}

.technology1 .technology1-spot7 {
	top: 54.3%;
	left: 39.5%;
}

@media screen and (max-width:1459px) {
	.technology1 .technology1-hliBox {
		width: 200%;
	}

	.technology1 .technology1-spot3 .technology1-hliBox {
		left: 100%;
		transform: translateX(-100%);
	}

	.technology1 .technology1-spot3 .technology1-hli::before {
		left: 85%;
		transform: translateX(-85%);
	}

	.technology1 .technology1-spot5 .technology1-hliBox,
	.technology1 .technology1-spot6 .technology1-hliBox {
		left: 0;
		transform: translateX(0);
	}

	.technology1 .technology1-spot5 .technology1-hli::before,
	.technology1 .technology1-spot6 .technology1-hli::before {
		left: 15%;
		transform: translateX(-15%);
	}
}

@media screen and (max-width:1100px) {

	.technology1 .technology1-pcBox,
	.technology2 .technology2-pcBox {
		display: none;
	}
}


@media screen and (max-width: 1259px) {

	.headfixed .btn-list {
		width: 200px;
	}
}



.inpro {
	padding: 100px 0;
	background: url(../images/ab_2_0.jpg) no-repeat center center;
	background-size: cover;
}

.inpro_box {
	position: relative;
}

.inpro_img {
	width: 100%;
}

.inpro_img img {
	width: 100%;
	max-width: 1455px;
}

.inpro_txt {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.inpro_des {
	background: rgba(0, 54, 134, 0.8);
	border-radius: 20px;
	padding: 3px 20px;
	margin-left: 5px;
	color: #fff;
	font-size: 18px;
}

.inpro_des a {
	display: block;
	color: #fff;
}

.yuan {
	width: 38px;
	height: 38px;
	position: relative;
	z-index: 3;
	z-index: 3;
}

.yuan s {
	width: 100%;
	height: 100%;
	background: rgba(0, 54, 134, 0.8);
	border-radius: 50%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	animation: sx 1s linear infinite;
	-webkit-animation: sx 1s linear infinite;
}

.yuan span {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 3;
	background: url(../images/yuan.svg) center no-repeat;
}

@keyframes sx {
	0% {
		transform: scale(0.5);
		opacity: 0;
	}

	50% {
		opacity: 0.5;
	}

	80% {
		opacity: 0.5;
	}

	100% {
		transform: scale(1.5);
		opacity: 0;
	}
}

@-webkit-keyframes sx {
	0% {
		-webkit-transform: scale(0.5);
		opacity: 0;
	}

	50% {
		opacity: 0.5;
	}

	80% {
		opacity: 0.5;
	}

	100% {
		-webkit-transform: scale(1.5);
		opacity: 0;
	}
}


.wz01 {
	top: 58%;
	left: 8%;
}

.wz02 {
	top: 48%;
	left: 28%;
}

.wz03 {
	top: 48%;
	left: 45%;
}

.wz04 {
	top: 72%;
	left: 58%;
}

.wz05 {
	top: 45%;
	left: 73%;
}

.wz06 {
	top: 38%;
	left: 79%;
}

.wz07 {
	top: 32%;
	left: 82%;
}

.wz08 {
	top: 24%;
	left: 78%;
}

.wz09 {
	top: 28%;
	left: 51%;
}

.wz10 {
	top: 18%;
	left: 40%;
}

.wz11 {
	top: 15%;
	left: 13%;
}


@media screen and (max-width:767px) {
	.inpro {
		display: none;
	}
}





/*语言下拉2*/
.language {
	width: 100px;
	position: relative;
	margin-right: 15px;
	margin-left: 15px;
}

.language .btns {
	width: auto;
	height: 100px;
	line-height: 100px;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
	/*transition:all 0.5s; */

	color: #333;
	font-size: 18px;
	position: relative;
	text-align: right;
}

.language .btns i {
	margin-right: 5px;
	color: #000;
	font-size: 18px;
}

.language .btns span a{
	color: #ff0000;
}

.language .list {
	position: absolute;
	top: 100px;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	z-index: 5;
	width: 100%;
	text-align: center;
	display: none;
	overflow: visible !important;
}


.language ul {
	background: rgba(255, 255, 255, 0.95);
	border-radius: 5px;
	position: relative;
}

.language li a {
	height: auto;
	line-height: 44px;
	display: block;
	font-size: 16px;
	color: #333;
	padding: 0;
	margin: 0;
}


.language li a:hover {
	color: #1e2678;
}


.language:hover .list {
	display: block;
}


@media screen and (max-width:767px) {



	/*语言下拉2*/
	.language {
		width: 100px;
		position: relative;
		margin-right: 15px;
		margin-left: 15px;
	}

	.language .btns {
		width: 100px;
		height: 40px;
		line-height: 40px;
		background-position: center center;
		background-repeat: no-repeat;
		cursor: pointer;
		/*transition:all 0.5s; */

		color: #333;
		font-size: 16px;
		position: relative;
		text-align: center;
	}

	.language .btns i {
		margin-right: 5px;
		color: #000;
		font-size: 16px;
	}


	.language .list {
		position: absolute;
		top: 40px;
		left: 50%;
		transform: translate(-50%, 0);
		-webkit-transform: translate(-50%, 0);
		-moz-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		-o-transform: translate(-50%, 0);
		z-index: 5;
		width: 100%;
		text-align: center;
		display: none;
		overflow: visible !important;
	}


	.language ul {
		background: rgba(255, 255, 255, 0.95);
		border-radius: 5px;
		position: relative;
	}

	.language li a {
		height: auto;
		line-height: 44px;
		display: block;
		font-size: 16px;
		color: #333;
		padding: 0;
		margin: 0;
	}


	.language li a:hover {
		color: #1e2678;
	}


	.language:hover .list {
		display: block;
	}



}