@font-face {
	font-family: 'iconfont';  /* project id 2435957 */
	src: url('../fonts/alicdn/font_2435957_6g2zdu96pqh.eot');
	src: url('../fonts/alicdn/font_2435957_6g2zdu96pqh.eot?#iefix') format('embedded-opentype'),
	url('../fonts/alicdn/font_2435957_6g2zdu96pqh.woff2') format('woff2'),
	url('../fonts/alicdn/font_2435957_6g2zdu96pqh.woff') format('woff'),
	url('../fonts/alicdn/font_2435957_6g2zdu96pqh.ttf') format('truetype'),
	url('../fonts/alicdn/font_2435957_6g2zdu96pqh.svg#iconfont') format('svg');
}

* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}
html, body{
	overflow-x: hidden;
}
@font-face {
	src: url(../fonts/PTDINCondensedCyrillic.ttf) ;
	font-family: AlibabaSans;
}

@font-face {
	font-family: butler;
	src: url(../fonts/helveticaneuethn.otf);
}

@font-face {
	font-family: din;
	src: url(../fonts/DIN-Condensed-Bold.ttf);
}

.iconfont {
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}

.bannerCanvas {
	position: absolute;

}
.picSerach{
    background-size: cover !important;
}
.header {
	position: fixed;
	display: flex;
	justify-content: space-between;
	padding: 20px 5%;
	width: 100%;
	z-index: 100;
	align-items: center;
	top: 0px;
	-webkit-transition: all .5s;
}

.header.open {
	padding: 0 5%;
}

.header.open::before {
	height: 100%;
}

.logo {
	width: 250px;
	position: relative;
}

.banner {
	height: calc(100vh);
	position: relative;
	background: center center no-repeat;
	background-size: cover;
	overflow: hidden;
}

.nav {
	width: 60%;
	margin-right: 220px;
}

.nav ul {
	display: flex;
	justify-content: space-between;
}

.nav ul li {
	width: calc(100% / 7);
	position: relative;
}

.nav ul li>a {
	color: rgba(255, 255, 255, 0.7);
	display: block;
	font-size: 16px;
	line-height: 40px;
	text-shadow: 1px 1px 1px rgb(0 0 0 / 10%);
	position: relative;
}

.nav ul li:first-child>a {
	padding-left: 25px;
}

.nav ul li.active>a,
.nav ul li:hover>a {
	color: rgba(255, 255, 255, 1);
}

.nav .list {
	position: absolute;
	width: 100%;
	height: 175px;
	left: 0%;
	top: 50px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
}

.header.active .nav ul li .list {
	top: 40px;
	opacity: 1;
	visibility: visible;
}

.nav ul li .list a {
	color: rgba(255, 255, 255, 0.7);
	display: block;
	font-size: 14px;
	line-height: 35px;
}

.nav ul li .list a:hover {
	color: rgba(255, 255, 255, 1);
}

.header::before {
	width: 100%;
	height: 0px;
	position: absolute;
	left: 0%;
	top: 0%;
	background: rgba(0, 0, 0, .7);
	content: '';
	-webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
}

.header.active::before {
	height: 270px;
}

.getData {
	width: 170px;
	margin-top: 20px;
}

.m-mouse-icon {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 1px solid;
	border-color: #FFF;
	border-radius: 20px;
	bottom: 5vh;
	height: 40px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	width: 25px;
	cursor: pointer;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.m-mouse-icon:hover {
	opacity: .3 !important;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.m-mouse-icon .m-wheel {
	-webkit-animation: 1.5s ease 0s normal none infinite magic-mouse-icon;
	-moz-animation: 1.5s ease 0s normal none infinite magic-mouse-icon;
	-o-animation: 1.5s ease 0s normal none infinite magic-mouse-icon;
	animation: 1.5s ease 0s normal none infinite magic-mouse-icon;
	border-radius: 100%;
	height: 5px;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	width: 5px;
	background: #fff;
}

@-webkit-keyframes magic-mouse-icon {
	0% {
		margin-top: 6px;
		opacity: 0
	}

	30% {
		opacity: 1
	}

	100% {
		margin-top: 18px;
		opacity: 0
	}
}

.slogan {
	width: 42%;
	position: absolute;
	left: 5%;
	top: 50%;
	color: #fff;
	z-index: 10;
	-webkit-transform: translateY(-50%);
	text-shadow: 0px 0px 30px rgba(0, 0, 0, .1);
	line-height: 1.4;
}

.slogan p {
	font-family: icomoon;
	font-size: 60px;
	overflow: hidden;
	position: relative;
}

.slogan p .chars {
	-webkit-transition: all 1000ms cubic-bezier(0.23, 1, 0.32, 1);
	-webkit-transform: translateY(100%);
}

.slogan p .chars:nth-child(1) {
	-webkit-transition-delay: 0s;
}

.slogan p .chars:nth-child(2) {
	-webkit-transition-delay: 0.05s;
}

.slogan p .chars:nth-child(3) {
	-webkit-transition-delay: 0.1s;
}

.slogan p .chars:nth-child(4) {
	-webkit-transition-delay: 0.15s;
}

.slogan p .chars:nth-child(5) {
	-webkit-transition-delay: 0.2s;
}

.slogan p .chars:nth-child(6) {
	-webkit-transition-delay: 0.25s;
}

.slogan p .chars:nth-child(7) {
	-webkit-transition-delay: 0.3s;
}

.slogan p .chars:nth-child(8) {
	-webkit-transition-delay: 0.35s;
}

.slogan p .chars:nth-child(9) {
	-webkit-transition-delay: 0.4s;
}

.slogan p .chars:nth-child(10) {
	-webkit-transition-delay: 0.45s;
}

.slogan p .chars:nth-child(11) {
	-webkit-transition-delay: 0.5s;
}

.slogan p .chars:nth-child(12) {
	-webkit-transition-delay: 0.55s;
}

.slogan p .chars:nth-child(13) {
	-webkit-transition-delay: 0.6s;
}

.slogan p.active .chars {
	-webkit-transform: translateY(0%);
}

.slogan p:first-child {
	font-size: 4vw;
	margin-bottom: 0vw;
}

.slogan p:last-child {
	font-size: 1.8vw;
	display: block;
	font-family: butler;
	text-transform: uppercase;
}

.mouseTips {
	width: auto;
	position: absolute;
	left: 5%;
	bottom: 30px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	z-index: 10;
	display: flex;
	align-items: center;
}

.mouseTips .icon {
	font-size: 28px;
}

.mouseTips p {
	opacity: .7;
	margin-left: 5px;
}

.mouseTips.c p {
	margin-left: 0px;
}

.boxes.b1 {
	padding: 0px;
	height: 100vh;
	background: #000;
}

.bgs {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}

.bgs .img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background: center center no-repeat;
	background-size: cover;
	-webkit-transition: all .5s;
	opacity: 0;
	visibility: hidden;
}

.bgs .img.active {
	opacity: 0.7;
	visibility: visible;
}

.carBox {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0%;
	top: 0%;
}

.carBox .cbL {
	width: 50%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}

.carBox .cbR {
	width: 50%;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 0px;
}

.carBox .cbL a,
.carBox .cbR a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	color: #fff;
}

.carBox .cbL .cbLBox {
	width: 100%;
	height: 100%;
	padding: 100px 50px;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.subTitle {
	width: 100%;
	height: auto;
	line-height: 1.4;
	-webkit-transition: all .5s;
	margin-bottom: 35px;
}

.carBox .subTitle {
	width: calc(100% - 100px);
	height: auto;
	line-height: 1.4;
	-webkit-transition: all .5s;
	position: absolute;
	bottom: 200px;
	left: 50px;
	margin-bottom: 0px;
}

.subTitle b {
	font-size: 42px;
	display: block;
	width: 100%;
}

.subTitle p {
	font-size: 20px;
	text-transform: uppercase;
	font-family: butler;
	letter-spacing: 5px;
}

.carBox .cbL .des {
	width: 100%;
	font-size: 16px;
	line-height: 2;
	position: absolute;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .55s;
	bottom: 100px;
}

.jgMore {
	width: 50px;
	height: 50px;
	position: relative;
	line-height: 50px;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 50%;
	cursor: pointer;
	box-shadow: 0px 0px 25px rgb(0 0 0 / 5%);
	-webkit-transition: all .5s;
	display: block;
}

.jgMore.c {
	margin: 0px auto;
}

.jgMore.b {
	color: #0b3088;
	background: #fff;
}

.jgMore::after,
.loadingMore::after {
	width: 100%;
	height: 100%;
	background: #fff;
	position: absolute;
	left: 0px;
	top: 0px;
	content: '';
	border-radius: 50%;
	opacity: 0;
	-webkit-transform: scale(0);
	-webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
}

.jgMore.b::after,
.loadingMore::after {
	background: #0b3088;
}

.jgMore.b:hover::after,
.loadingMore:hover::after {
	-webkit-transform: scale(1);
	opacity: 1;
}

.jgMore.b:hover .iconfont,
.loadingMore:hover .iconfont {
	color: #fff;
	font-size: 20px;
}

.jgMore.b:hover p {
	left: 45px;
}

.jgMore .iconfont {
	width: 100%;
	line-height: 50px;
	font-size: 20px;
	position: relative;
	z-index: 1;
	-webkit-transition: all .35s;
}

.jgMore p {
	position: absolute;
	width: 70px;
	height: auto;
	left: 55px;
	top: 0px;
	-webkit-transition: all .5s;
}
.jgMore.sendBtn{
	margin-left: 60px;
	border: 1px solid #0b3088;
}

.jgMore.sendBtn.active{
	opacity: .5;
	cursor: no-drop;
}

.jgMore.sendBtn:hover{
	margin-left: 50px;
}
.jgMore.sendBtn:hover p{
	left: -45px;
}
.jgMore.sendBtn p{
	left: -50px;
	text-align: left;
}
.carBox .cbL a .jgMore,
.carBox .cbR a .jgMore {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .6s;
	position: absolute;
	top: auto;
	bottom: 0px;
}

.carBox .cbL a:hover .subTitle {
	bottom: 250px;
}

.carBox .cbL a:hover .des {
	bottom: 150px;
	opacity: 1;
	visibility: visible;
}

.carBox .cbL a:hover .jgMore {
	bottom: 70px;
	opacity: 1;
	visibility: visible;
}

.carBox .cbR::after {
	width: 1px;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background: rgba(255, 255, 255, .3);
	content: '';
}

.carBox .cbR {
	display: flex;
	flex-wrap: wrap;
}

.carBox .cbR a {
	display: flex;
	width: 50%;
	height: 50%;
	position: relative;
	padding: 70px 35px;
	align-items: flex-end;
}

.carBox .cbR a:nth-child(1)::after,
.carBox .cbR a:nth-child(3)::after {
	width: 1px;
	height: 100%;
	position: absolute;
	right: 0px;
	top: 0px;
	background: rgba(255, 255, 255, .3);
	content: '';
}

.carBox .cbR a:nth-child(1)::before,
.carBox .cbR a:nth-child(2)::before {
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: rgba(255, 255, 255, .3);
	content: '';
}

.carBox .cbR .subTitle {
	margin-bottom: 0px;
	bottom: 50px;
	left: 35px;
	width: calc(100% - 70px);
}

.carBox .cbR a:hover .subTitle {
	bottom: 110px;
}

.carBox .cbR a:hover .jgMore {
	bottom: 40px;
	opacity: 1;
	visibility: visible;
}

.carBox .cbR .subTitle b {
	font-size: 28px;
	margin-bottom: 5px;
}

.carBox .cbR .subTitle p {
	font-size: 14px;
}

.boxes.b2 {
	padding: 0px;
	height: 100vh;
	background: #000 url(../images/serviceBg.jpg) center center no-repeat;
	background-size: cover;
	overflow: hidden;
	/* background-attachment: fixed; */
}
.boxes.b2 .subTitle.abs{
	top: 20%;
}
.subTitle.abs {
	position: absolute;
	left: 5%;
	top: 10%;
	color: #fff;
}

.number {
	width: 50%;
}

.czImg {
	width: 50%;
}

.number ul {
	display: flex;
	justify-content: space-between;
}

.number ul li {
	color: #fff;
	height: auto;
	width: 32%;
	position: relative;
}

.number ul li::after {
	width: 1px;
	height: 60%;
	position: absolute;
	right: 0%;
	top: 20%;
	content: '';
	background: rgba(255, 255, 255, .1);
}

.number ul li:last-child::after {
	display: none;
}

.number ul li .num {
	width: 100%;
	font-size: 88px;
	line-height: 1;
	font-family: din;
	color: #5d84e1;
	text-align: center;
}

.number ul li .num span {
	font-size: 14px;
	margin-left: 5px;
}

.number ul li .txt {
	width: 100%;
	line-height: 25px;
	height: auto;
	text-align: center;
	font-size: 16px;
}

.enterBox {
	width: 80%;
	position: absolute;
	left: 10%;
	bottom: 20%;
	text-align: center;
	color: #fff;
}

.enterBox b {
	display: block;
	font-size: 32px;
	line-height: 2;
}

.commonVideoBtn span {
	line-height: 60px;
	color: #0b3088;
	font-size: 24px;
	text-align: center;
}

.searchWords {
	width: 150px;
	height: 100%;
	position: absolute;
	right: 0px;
	top: 0px;
	color: #fff;
	border-left: 1px solid rgba(255, 255, 255, .1);
}

.searchWords .name {
	width: 100%;
	height: auto;
	font-size: 16px;
	line-height: 25px;
	padding: 30px 20px;
	text-align: center;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	font-weight: bold;
}

.sw {
	width: 100%;
	height: 100%;
	position: relative;

}

.swBox {
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
}

.sw .swName{
	width: 45px;
	height: auto;
	line-height: 1.5;
	position: absolute;
	top: 50%;
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: 16px;
	left: -45px;
	-webkit-transform: translateY(-50%);
	background: #0b3088;
	padding: 20px 10px;
}

.sw .swName::after{
	width: 0px;
	height: 0px;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 8px solid #0b3088;
	content: '';
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	right: -8px;
}

.swBox a {
	display: block;
	width: 100%;
	height: auto;
	font-size: 14px;
	line-height: 30px;
	background: rgba(255, 255, 255, .6);
	margin-bottom: 10px;
	padding-left: 15px;
	position: relative;
	left: 50%;
	-webkit-transition: all .3s;
	position: relative;
}

.swBox a::after {
	width: 100%;
	height: 10px;
	position: absolute;
	left: 0px;
	bottom: -10px;
	content: '';

}

.swBox a:hover {
	background: #fff;
}

.subTitle.c {
	text-align: center;
}

.boxes.b3 {
	background: url(../images/newsBg.jpg) center center no-repeat;
	background-size: cover;
}

.newsList ul {
	display: flex;
	flex-wrap: wrap;
}

.newsList ul li {
	width: 32%;
	height: auto;
	position: relative;
	margin-right: 2%;
}

.newsList ul li:hover .pic {
	-webkit-transform: scale(1.05);
}

.newsList ul li:nth-child(3n) {
	margin-right: 0%;
}

.newsList ul li a {
	display: block;
	position: relative;
}

.newsList ul li a .info {
	width: 100%;
	height: auto;
	background: #fff;
	padding: 20px;
	position: relative;
	-webkit-transition: all 0.5s;
}

.news5 ul li a .info {
	-webkit-transition: all 0.5s;
}

.newsList ul li a .info::before,
.news5 ul li a .info::before {
	width: 0%;
	height: 2px;
	position: absolute;
	left: 0%;
	bottom: 0%;
	content: '';
	background: #0b3088;
	-webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
}

.newsList ul li:hover a .info::before,
.news5 ul li:hover a .info::before {
	width: 100%;
}

.newsList ul li:hover a .info,
.news5 ul li:hover a .info .time,
.news5 ul li:hover a .info .title {
	color: #0b3088;
}

.newsList ul li a .info .time {
	font-size: 14px;
	line-height: 20px;
	font-family: butler;
	opacity: .7;
	margin-bottom: 5px;
	position: relative;
}

.newsFocus .newsRight a:hover .pic,
.newsFocus .newsFirst a:hover .pic {
	-webkit-transform: scale(1.05);
}

.newsList ul li a .info .name {
	font-size: 16px;
	line-height: 25px;
	min-height: 50px;
	position: relative;
}

.commonVideoBtn.pos {
	position: relative;
}

.newsList {
	padding-bottom: 50px;
}

.footer {
	background: #f6f6f6;
	position: relative;
	z-index: 5;
}

.footBox {
	display: flex;
	justify-content: space-between;
	padding: 50px 0px;
}

.footBox::before{
	width: 1px;
	height: 100%;
	position: absolute;
	left: 300px;
	top: 0%;
	content: '';
	background: rgba(0,0,0,.05);
}

.footerL {
	width: 300px;
}

.footerR {
	width: calc(100% - 300px);
}

.footerR ul {
	display: flex;
	justify-content: space-between;
}

.footerR ul li {
	width: calc(100% / 7);
	position: relative;
}

.footerR ul li a {
	display: block;
	width: 100%;
	height: auto;
	line-height: 40px;
	text-align: center;
	opacity: .5;
	font-size: 16px;
}

.footerR ul li a:first-child {
	font-size: 16px;
	font-weight: bold;
	opacity: 1;
}

.footerR ul li a:hover {
	opacity: 1;
}

.know {

	line-height: 2;
	font-size: 24px;
	margin-bottom: 15px;
}

.socail {
	width: 100%;
	display: flex;
	position: relative;
	z-index: 10;
	margin-bottom: 45px;
}

.socail a {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #000000;
	text-align: center;
	line-height: 40px;
	position: relative;
	margin: 0px 5px;
	cursor: pointer;
}

.socail a .img {
	width: 120px;
	height: auto;
	background: #fff;
	position: absolute;
	left: -40px;
	top: -125px;
	display: none;
}

.socail a .icon {
	color: #fff;
	font-size: 20px;
	position: relative;
}

.socail a.wx {
	background: #0b3088;
}

.socail a.wb {
	background: #0b3088;
}

.socail a.xhs {
	background: #ff0000;
}

.socail a .icon.red::after {
	width: 20px;
	height: 20px;
	position: absolute;
	left: 10px;
	top: 10px;
	background: url(../images/redIcon.png?v=1) no-repeat;
	background-size: cover;
	content: '';
}

.socail a i {
	display: none;
}

.socail a.wb .icon::after {
	width: 20px;
	height: 20px;
	position: absolute;
	left: 10px;
	top: 10px;
	background: url(../images/wbIcon.png?v=1) no-repeat;
	background-size: cover;
	content: '';
}

.socail a.wx .icon::after {
	width: 20px;
	height: 20px;
	position: absolute;
	left: 10px;
	top: 10px;
	background: url(../images/wxIcon.png?v=1) no-repeat;
	background-size: cover;
	content: '';
}

.socail a:hover .img {
	display: block;
}

.fCompany {
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	line-height: 2;
	margin-bottom: 5px;
}

.fAdd {
	width: auto;
}

.fAdd ul {
	display: flex;
	justify-content: space-between;
}

.fAdd ul li {
	display: flex;
	opacity: .5;
	font-size: 12px;
	margin-left: 25px;
}

.fAdd ul li .icon {
	width: 20px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
}

.fAdd ul li:nth-child(2) .icon{
	font-size: 18px;
}

.fAdd ul li .txt {
	width: 100%;
	height: auto;
	line-height: 30px;
}

.cpBox {
	display: flex;
	justify-content: space-between;
	padding: 20px 0px;
	border-top: 1px solid rgba(0, 0, 0, .05);
	align-items: center;
}

.copyright {
	width: auto;
	font-size: 12px;
	color: rgba(0, 0, 0, .3);
}

.copyright a {
	margin-left: 10px;
	color: rgba(0, 0, 0, .3);
}

.copyright a:hover,
.flinks a:hover {
	color: rgba(0, 0, 0, 1);
}

.hui-footer-ft-row {
	height: 16px;width: 16px;
}

.flinks {
	width: auto;
	font-size: 12px;
	color: rgba(0, 0, 0, .3);
	display: flex;
}

.flinks a {
	color: rgba(0, 0, 0, .3);
	margin-right: 10px;
	width: auto;
	padding: 10px 25px;
	line-height: 20px;
	border: 1px solid rgba(0, 0, 0, .1);
}


.slogans {
	position: absolute;
	width: 350px;
	text-align: center;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	padding: 0px;

}


.slogans b {
	display: block;
	margin-bottom: 15px;
}

.slogans p {
	font-size: 24px;
	font-family: butler;
	text-transform: uppercase;
	letter-spacing: 0.5vw;
	line-height: 1.4;
	position: absolute;
	bottom: -13px;
	width: auto;
	left: 65px;
	display: inline-block;
	text-align: left;
}

.slogans.zr p {
	font-size: 20px;
	letter-spacing: 4px;
}

.slogans.zr::after,
.slogans.zr::before {
	width: 13%;
}

.mouseTips.c {
	left: 50%;
	-webkit-transform: translateX(-50%);
	display: block;
}

.orderNav {
	width: 100%;
	height: auto;
	text-align: center;
	display: flex;
	justify-content: center;
	margin-bottom: 50px;
}

.orderNav a {
	display: block;
	padding: 12px 35px;
	background: #fff;
	color: #0b3088;
	border-radius: 50px 0px 0px 50px;
	font-size: 16px;
	box-shadow: 0px 0px 30px rgb(0 0 0 / 5%);
	cursor: pointer;
}

.orderNav a.active {
	background: #0b3088;
	color: #fff;
}

.orderNav a:last-child {
	border-radius: 0px 50px 50px 0px;
}

.orderContent {
	width: 100%;
	height: auto;
	position: relative;
}

.orderContent .orderBox {
	display: none;
	height: 100%;
}
.orderBox470{
	height: 470px !important;
}
.orderContent .orderBox.active {
	display: block;
}

.storeTop {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
	position: relative;
	z-index: 5;
	line-height: 40px;
	font-size: 14px;
}

.storeTop .stips {
	font: 14px;
	margin-right: 15px;
}

.storeTop .selectBox {
	width: auto;
	display: flex;
}

.storeTop .selectBox select {
	margin-right: 10px;
	height: 40px;
	border: 1px solid rgba(0, 0, 0, .1);
	background: transparent;
	padding: 0px 15px;
	width: 150px;
}

.storeTop .selectBox #areaSelect {
	width: 200px;
}

.storeBtn {
	width: 100px;
	height: auto;
	background: #0b3088;
	color: #fff;
	line-height: 40px;
	text-align: center;
	border: 1px solid #eee;
	margin-left: 10px;
	cursor: pointer;
}

.zcityGroup .zcityItem .zcityItem-head,
.zcityGroup .zcityItem .zcityItem-head .currentValue {
	background: transparent;
}

.zcityGroup .zcityItem .zcityItem-head {
	padding-left: 15px;
}

.boxes.b4 {
	background: url(../images/bg5.jpg) center center no-repeat;
	background-size: cover;
}

.subTitle.w {
	color: #fff;
}

.activeSwiper {
	padding-bottom: 100px;
	padding-top: 0px;
}

.swiper-container-horizontal>.swiper-pagination-progressbar {
	top: auto;
	bottom: 0px;

}

.activeSwiper .thum {
	margin-bottom: 10px;
}

.activeSwiper a:hover .pic {
	-webkit-transform: scale(1.05);
}

.activeSwiper .name {
	font-size: 16px;
	line-height: 25px;
	padding: 5px 0px;
	color: #fff;
}

.swiper-pagination-progressbar {
	background: rgba(255, 255, 255, .5);
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #fff;
}

.serList {
	position: relative;
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0px 0px 25px rgb(0 0 0 / 10%);
}

.serList ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.serList ul li {
	width: 31%;
	height: auto;
	position: relative;
}

.serList ul li::after {
	width: 100%;
	height: 90%;
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	position: absolute;
	left: 0px;
	bottom: 0px;
	content: '';

}

.serList ul li .thum {
	position: relative;
}

.serList ul li .info {
	position: absolute;
	left: 0px;
	top: calc(100% - 270px);
	padding: 20px;
	z-index: 5;
	color: #fff;
	width: 100%;
}

.serList ul li .info .name {
	width: 100%;
	height: auto;
	font-size: 20px;
	line-height: 2;
	position: relative;
	font-weight: bold;
	margin-bottom: 10px;
}

.serList ul li .info .name::after {
	width: calc(100% - 120px);
	height: 1px;
	position: absolute;
	left: 120px;
	top: 50%;
	background: rgba(255, 255, 255, 0.5);
	content: '';
}

.serList ul li .info .des {
	font-size: 14px;
	line-height: 1.7;
}

.serList ul li .info .des p {
	margin-bottom: 10px;
}

.serList ul li .itel {
	width: 100%;
	font-size: 36px;
	font-family: AlibabaSans;
	line-height: 1.6;
}

.serList ul li .d {
	display: none;
	font-size: 14px;
	line-height: 1.7;
	text-align: center;
}

.serList ul li .d.active {
	display: block;
}

.iTitle {
	width: 100%;
	display: flex;
	justify-content: center;
	line-height: 45px;
	margin-bottom: 5px;
}

.iTitle a {
	display: block;
	color: rgba(255, 255, 255, .6);
	width: calc(100% / 3);
	position: relative;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	font-size: 16px;
}

.iTitle a.active {
	color: rgba(255, 255, 255, 1);
}

.iTitle a.active::after {
	width: 0px;
	height: 0px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #fff;
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -5px;
	bottom: 5px;
}


.boxes.image {
	width: 100%;
	height: 100vh;
	background: center center no-repeat;
	background-size: cover;
}

.cxBox {
	width: 70%;
	height: auto;
	position: absolute;
	left: 0px;
	top: 20%;
	color: #fff;
}

.cxBox.first{
	top: 10%;
}

.cxBox.top50{
	top: calc(50% - 50px);
	-webkit-transform: translateY(-50%);
}

.cFlex {
	height: 100%;
	position: relative;
}

.smNav,
.jkNav,
.jrNav {
	width: 100%;
	display: flex;
	padding-top: 35px;
}

.smNav a,
.jkNav a,
.jrNav a {
	width: 25%;
	height: auto;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: baseline;
	color: #fff;
	line-height: 1;
	padding: 15px 0px;
	border-bottom: 1px solid #fff;
	border-radius: 10px 10px 0px 0px;
	cursor: pointer;
}

.jkNav a {
	width: calc(100% / 6);
	padding: 10px 0px;
}

.jrNav a {
	width: calc(100% / 3);
	font-size: 20px;
	line-height: 40px;
}

.smNav a.active,
.jkNav a.active,
.jrNav a.active {
	border: 1px solid #fff;
	border-bottom: none;
}

.smNav a b {
	font-size: 70px;
	font-family: din;
}

.smNav a p {
	font-size: 16px;
	margin-left: 5px;
}

.smNav a::after,
.jkNav a::after,
.jrNav a::after {
	width: 1px;
	height: 70%;
	position: absolute;
	right: -1px;
	top: 15%;
	content: '';
	background: #fff;
}

.smNav a:last-child::after,
.jkNav a:last-child::after,
.jrNav a:last-child::after {
	display: none;
}

.smContent {
	position: relative;
	width: 100%;
	padding: 35px 25px;
	font-size: 16px;
	line-height: 2;
	border: 1px solid #fff;
	border-top: none;
	border-radius: 0px 0px 10px 10px;

}

.cxBox.w80 {
	width: 80%;
}

.smContent .smTxt {
	white-space: pre;
	white-space: pre-line;
	word-wrap: break-word;
	display: none;
}

.smContent .smTxt.active {
	display: block;
}

.zcityGroup .zcityItem .zcityItem-main {
	top: 40px;
}

.orderFont {
	width: 100%;
	position: relative;
	height: 100%;
}

.orderFont .storeBottom {
	background: #fff;
	height: 400px;
	padding: 0px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	display: flex;
	opacity: 0;
	visibility: hidden;
	width: 100%;
}

.orderFont .storeBottom.active {
	opacity: 1;
	visibility: visible;
}

.orderFont .storeBottom>.thum {
	width: 60%;
	height: 100%;
}

.orderFont .storeBottom .pic {
	height: 100%;
}

.orderFont .storeBottom .storeR {
	width: 40%;
	position: relative;
	padding: 30px;
}

.storeR .lists {
	position: relative;
	overflow: hidden;
	height: 100%;
}

.storeR .lists ul {
	position: relative;
	overflow-y: auto;
	width: 100%;
	height: 100%;
}

.storeR .lists ul li {
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 30px;
}

.storeR .lists ul li .thum {
	margin-bottom: 15px;
}

.storeR .lists ul li .info {
	display: flex;
	justify-content: space-between;
	align-items: end;
}

.storeR .lists ul li .info .sLogo {
	width: 50px;
	height: auto;
	position: relative;
	background: center center no-repeat;
	background-size: cover;
	margin-right: 10px;
}

.storeR .lists ul li .info .sConteng {
	width: 100%;
}
.sConteng .scTop{
	width: 100%;
	display: flex;
	align-items: center;
	margin-bottom: 5px;
}

.storeR .lists ul li .info .sConteng .t {
	width: 100%;
	height: auto;
	line-height: 1.4;
	font-size: 20px;
	font-weight: bold;

}

.storeR .lists ul li .info .sConteng .d {
	width: 100%;
	font-size: 14px;
	line-height: 1.6;
	opacity: .7;
	margin-bottom: 10px;
}

.storeR .lists ul li .info .sConteng .orderBtn {
	color: #0b3088;
	display: flex;
	justify-content: center;
	-webkit-transition: all .5s;
	width: 45px;
	height: 45px;
	position: relative;
	line-height: 45px;
	text-align: center;
	border: 1px solid #0b3088;
	border-radius: 50%;
	cursor: pointer;
	box-shadow: 0px 0px 25px rgb(0 0 0 / 5%);
	margin-left: 70px;
}

.storeR .lists ul li .info .sConteng .orderBtn::before{
	width: 100%;
	height: 100%;
	background: #0b3088;
	position: absolute;
	left: 0px;
	top: 0px;
	content: '';
	border-radius: 50%;
	opacity: 0;
	-webkit-transform: scale(0);
	-webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
}

.storeR .lists ul li .info .sConteng .orderBtn:hover::before{
	-webkit-transform: scale(1);
	opacity: 1;
}

.storeR .lists ul li .info .sConteng .orderBtn .txt{
	width: 70px;
	line-height: 50px;
	position: absolute;
	left: -70px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	text-align: left;
}
.storeR .lists ul li .info .sConteng .orderBtn:hover{
	border-radius: 50px;
}
.storeR .lists ul li .info .sConteng .orderBtn i {
	margin-left:0px;
	z-index: 10;
}

.jgMore:hover::after{
	opacity: 1;
	-webkit-transform: scale(1);
}
.jgMore:hover .iconfont{
	color: #003E6D;
}
.jgMore.b:hover{
	border-color: #003E6D;
}
.orderFont .storeBottom .thum .name {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0px;
	bottom: 0px;
	padding: 25px;
	z-index: 10;
	color: #fff;
	font-size: 16px;
}

.orderFont .storeBottom>.thum::after {
	width: 100%;
	height: 140px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: url(../images/line.png) repeat-x;
	content: '';
	display: block;
}

.showLeft {
	width: 25%;
	height: 100%;
	position: relative;
	color: #fff;
	background: #0b3088;
}

.showCenter {
	width: 400px;
	height: 100%;
	background: #f9f9f9;
}

.showCenter img {
	width: auto;
	max-width: none;
}

.showRight {
	width: calc(75% - 400px);
	height: 100%;
	position: relative;
	padding: 50px 30px;
	background: #fff;
	padding-bottom: 0px;
}

.showLeft .slTop {
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	padding: 15px;
	display: flex;
}

.showLeft .slTop .icon {
	width: 25px;
	height: 25px;
	line-height: 25px;
	font-size: 20px;
}

.showLeft .slTop .txt {
	width: calc(100% - 35px);
	line-height: 25px;
	margin-left: 5px;
}

.slCon {
	width: 100%;
	height: calc(100% - 50px);
	padding: 25px 15px;
}

.slCon .name {
	width: 100%;
	height: auto;
	line-height: 1.7;
	font-size: 18px;
	margin-bottom: 25px;
	font-weight: bold;
	position: relative;
	padding-bottom: 10px;
}

.slCon .name::after {
	width: 35px;
	height: 3px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: #fff;
	content: '';
}

.slCon .des {
	width: 100%;
	height: auto;
	line-height: 1.6;
	font-size: 14px;
}

.slCon .des p {
	margin-bottom: 5px;
	line-height: 1.7;
	font-size: 12px;
}

.slGo {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0px;
	bottom: 0px;
	padding: 15px;
	background: #072468;
	display: flex;
	justify-content: center;
	font-size: 16px;
	cursor: pointer;
	-webkit-transition: all .35s;
	color: #fff;
	font-weight: bold;
}

.slGo .icon {
	margin-right: 5px;
}

.slGo:hover {
	padding: 25px;
}

.showRight .name {
	width: 100%;
	height: auto;
	position: relative;
	line-height: 1.6;
	margin-bottom: 25px;
}

.showRight .name b {
	display: block;
	width: 100%;
	font-size: 24px;
}

.showRight .name p {
	font-size: 14px;
	opacity: .7;
}

.showForm {
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.showForm input,
.showForm select {
	width: 49%;
	height: 40px;
	border: 1px solid rgba(0, 0, 0, .05);
	margin-bottom: 10px;
	text-indent: 15px;
	font-size: 12px;
}

.showForm input.last {
	width: 100%;
	margin-bottom: 25px;
}

.showForm input.f {
	width: 100%;
}

.submitBtn {
	width: 160px;
	height: auto;
	line-height: 45px;
	background: #0b3088;
	color: #fff;
	border-radius: 5px;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all .5s;
}
.submitBtn:hover{
	border-radius: 45px;
}
.submitBtn.active{
	background: #ccc;
	cursor: no-drop;
}

.showBack,
.brandBack {
	width: 35px;
	height: 35px;
	position: absolute;
	right: 15px;
	top: 15px;
	line-height: 33px;
	text-align: center;
	cursor: pointer;
	font-size: 14px;
	border: 1px solid #0b3088;
	color: #0b3088;
	border-radius: 50%;
	-webkit-transition: all .35s;
}

.showBack:hover,
.brandBack:hover {
	-webkit-transform: rotate(45deg);
}

.brandFont {
	width: 100%;
	position: relative;
	display: none;
	height: auto;
}

.brandFont.active {
	display: flex;
	flex-wrap: wrap;
}

.brandFont.last {
	margin-top: 67px;
	height: 400px;
}

.bfTop {
	width: 100%;
	height: 67px;
	position: relative;
	display: flex;
	justify-content: center;
}

.bfTop ul {
	width: auto;
	display: flex;
	justify-content: center;
	top: -10px;
	position: relative;
}

.bfTop ul li {
	width: 30px;
	height: 77px;
	position: relative;
	text-align: center;
	background: #fff;
	margin: 0px 5px;
	border: 1px solid rgba(0, 0, 0, .1);
	border-bottom: none;
	padding-top: 7px;
	cursor: pointer;
	-webkit-transition: all .3s;
	top: 50%;
}

.bfTop ul li:hover,.bfTop ul li.active {
	background: #0b3088;
	color: #fff;
}

.bfTop ul li::after {
	width: 10px;
	height: 100%;
	position: absolute;
	right: -10px;
	content: '';
	top: 0%;
}

.bfBottom {
	width: 100%;
	height: auto;
	position: relative;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, .1);
}

.bfList {
	width: 100%;
	height: 100%;
	position: relative;
}

.bfList ul {
	position: relative;
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
}

.bfList ul li {
	width: 10%;
	height: auto;
	position: relative;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	border-right: 1px solid rgba(0, 0, 0, .1);
	cursor: pointer;
	overflow: hidden;
}

.storeList ul li .demoTop{
	position: relative;
	height: auto;
	cursor: pointer;
}

.storeList ul li .demoTop.active::after{
	width: 0px;
	height: 0px;
	content: '';
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 7px solid #fff;
	position: absolute;
	right: -23px;
	top: 50%;
	-webkit-transform: translateY(-50%);
}

.bfList ul li:nth-child(10n) {
	border-right: none;
}

.bfList ul li:nth-child(n+31) {
	border-bottom: none;
}
.bfList ul li:hover .pic{
	-webkit-transform: scale(1.05);
}
.bfList ul li .pic {
	height: 100%;
	-webkit-transition: all .5s;
}

.bfLeft {
	width: 350px;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	overflow: hidden;
}

.storeList ul li.active{
	background: #d2d2d2;
}

.brandFont .showCenter {
	width: 60%;
}

.storeSearch {
	width: 100%;
	background: #fff;
	border-radius: 5px;
	height: 45px;
	position: relative;
}

.storeSearch input {
	width: 100%;
	height: 45px;
	border: none;
	outline: none;
	text-indent: 15px;
	background: #0b3088;
	color: #fff;
}
.storeSearch input::-webkit-input-placeholder {
	color: rgba(255,255,255,.5);
}
.storeSearch .cityBtn {
	width: 45px;
	height: 45px;
	position: absolute;
	right: 0px;
	top: 0px;
	line-height: 45px;
	text-align: center;
	cursor: pointer;
	font-size: 20px;
	color: #fff;
}

.storeCity {
	background: #0b3088;
	display: flex;
	justify-content: space-between;
	display: none;
}

.nowCity {
	width: auto;
	height: auto;
	line-height: 45px;
	display: flex;
	align-items: center;
	color: #fff;
	padding-left: 10px;
}

.nowCity .icon {
	margin-right: 5px;
	font-size: 12px;
}

.changeCity {
	width: auto;
	height: 46px;
	color: rgba(255, 255, 255, .7);
	line-height: 46px;
	padding-right: 10px;
	cursor: pointer;
}

.changeCity:hover {
	color: rgba(255, 255, 255, 1);
}

.storeList {
	width: 100%;
	height: calc(100% - 45px);
	background: #fff;
	overflow-y: auto;
	overflow-x: hidden;
}

.storeList ul li {
	padding: 20px 15px;
	width: 100%;
	border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.storeList ul li .sm {
	width: auto;
	display: inline-flex;
	color: #0b3088;
	opacity: .5;
}

.storeList ul li .sm:hover{
	opacity: 1;
}

.storeList ul li .sm .icon {
	margin-right: 5px;
}

.storeList ul li .name {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	line-height: 1.6;
	justify-content: space-between;
	margin-bottom: 15px;
}

.storeList ul li .name b {
	width: 100%;
	font-size: 16px;
	display: block;
}

.storeList ul li .name span {
	width: 50px;
	height: auto;
	font-size: 12px;
	opacity: .7;
	text-align: right;
	display: none;
}

.storeList ul li .des {
	width: 100%;
	height: auto;
	font-size: 12px;
	line-height: 1.8;
	opacity: .7;
	margin-bottom: 15px;
}

.subMenu {
	width: 100%;
	display: flex;
	justify-content: center;
}

.subMenu a {
	width: 155px;
	height: auto;
	line-height: 55px;
	text-align: center;
	display: block;
	text-align: center;
	background: #eeeeee;
	color: #0b3088;
	position: relative;
	font-size: 16px;
}

.subMenu a:first-child {
	border-radius: 50px 0px 0px 50px;
}

.subMenu a:last-child {
	border-radius: 0px 50px 50px 0px;
}

.subMenu a:hover,
.subMenu a.active {
	background: #0b3088;
	color: #fff;
}

.subMenu a::after {
	width: 1px;
	height: 100%;
	position: absolute;
	right: 0%;
	top: 0%;
	background: rgba(0, 0, 0, .1);
	content: '';
}

.subMenu a:last-child::after {
	display: none;
}

.news5 {
	margin-top: 35px;
	margin-bottom: 50px;
}

.news5 ul {
	display: flex;
	flex-wrap: wrap;
}

.news5 ul li {
	width: calc(100%/3 - 10px);
	margin-right: 15px;
	margin-bottom: 15px;
	background: #f9f9f9;
}

.newsFocus {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
	position: relative;
}

.newsFocus .newsFirst {
	width: calc(100%/3 * 2 - 5px);
}

.newsFocus .newsRight {
	width: calc(100%/3 - 10px);
	position: absolute;
	height: 100%;
	right: 0%;
}

.newsFocus .newsRight a {
	display: block;
	position: relative;
}

.newsFocus .newsRight a:nth-child(2) {
	position: absolute;
	bottom: 0px;
}

.newsFocus .newsRight a .name {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: rgba(0, 0, 0, .5);
	color: #fff;
	padding: 15px;
}

.newsFocus .newsRight a .name .time {
	font-family: butler;
	line-height: 1.6;
	opacity: .7;
	font-size: 12px;
	margin-bottom: 3px;
}

.newsFocus .newsFirst a {
	display: block;
}

.newsFocus .newsFirst a .name {
	width: 100%;
	position: absolute;
	left: 0%;
	bottom: 0px;
	height: auto;
	text-align: left;
	color: #fff;
	font-size: 16px;
	line-height: 2;
	padding: 25px;
	background: rgba(0, 0, 0, .5);
}

.newsFocus .newsFirst a .name .time {
	width: 100%;
	height: auto;
	font-size: 14px;
	font-family: butler;
	line-height: 1.6;
	opacity: .7;
}

.newsFocus .newsFirst a .name .title {
	font-size: 16px;
	font-weight: bold;
}

.news5 ul li:nth-child(3n) {
	margin-right: 0%;
}

.news5 ul li a {
	display: flex;
	flex-wrap: wrap;
}

.news5 ul li a .thum,
.news5 ul li a .info {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.news5 ul li a .thum .pic {
	background: center center no-repeat;
	background-size: cover;
	-webkit-transition: all 1s;
}

.news5 ul li a .thum .pic::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	left: 0px;
}

.news5 ul li a:hover .thum .pic::before {
	animation: gradient-rectangle 1s 1;
	animation-delay: 0s;
	-webkit-animation-timing-function: cubic-bezier(0, 0, 0.18, 0.96);
}

.news5 ul li a:hover .pic {
	-webkit-transform: scale(1.1);
}

.news5 ul li a .info {
	background: #f9f9f9;
	padding: 15px;
}

.news5 ul li a .info .time {
	width: 100%;
	font-family: butler;
	line-height: 1.6;
	opacity: .7;
	font-size: 12px;
	margin-bottom: 3px;
	position: relative;
}

.news5 ul li a .info .title {
	font-size: 16px;
	width: 100%;
	line-height: 1.6;
	font-weight: bold;
	min-height: 50px;
	position: relative;
}

.news5 ul li a .info .des {
	width: 100%;
	line-height: 1.7;
	opacity: .7;
	font-size: 14px;
	margin-bottom: 25px;
	min-height: 46px;
}


.swiperBanner {
	height: 100vh;
	position: fixed;
	overflow: hidden;
	width: 100%;
	top: 0px;
	z-index: 0;
}


.navBar {
	position: absolute;
	right: 5%;
	top: 50%;
	color: #fff;
	-webkit-transform: translateY(-50%);
	display: flex;
	justify-content: space-between;
	width: 220px;

}

.navBar .searchs {
	width: 35px;
	height: auto;
	line-height: 30px;
	text-align: center;
	font-size: 20px;
	cursor: pointer;
	opacity: 1;
}

.searchGroup{
	width: 600px;
	height: auto;
	position: absolute;
	padding:75px 100px;
	background: #fff;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
}

.searchGroup .name{
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	line-height: 2;
	margin-bottom: 25px;
}

.searchGroup input{
	width: 100%;
	height: 50px;
	border: none;
	border-bottom: 1px solid rgba(0,0,0,.1);
	outline: none;
	margin-bottom: 25px;
}

.searchBtn{
	width: 120px;
	height: 50px;
	line-height: 50px;
	background: rgba(0,0,0,.05);
	text-align: center;
	cursor: pointer;
	color: rgba(0,0,0,.5);
	-webkit-transition: all .35s;
}
.searchBtn:hover{
	background: #0b3088;
	color: #fff;
}


.searchGroup input::-webkit-input-placeholder {
	color: rgba(0,0,0,.3);
	font-size: 14px;

}

.navBar .navTel {
	width: calc(100% - 50px);
	display: flex;
	justify-content: space-between;
	line-height: 30px;
	position: relative;
	padding-left: 20px;

}

.navBar .navTel::after {
	width: 1px;
	height: 70%;
	position: absolute;
	left: 0%;
	top: 15%;
	background: rgba(255, 255, 255, .7);
	content: '';
}

.navBar .navTel .iconfont {
	width: 30px;
	height: auto;
	font-size: 20px;
}

.navBar .navTel p {
	font-size: 16px;
	font-style: italic;
	font-family: butler;
	font-weight: bold;
	letter-spacing: 2px;
}

.czBox {
	width: calc(90% - 150px);
	display: flex;
	position: absolute;
	left: 5%;
	top: 55%;
	-webkit-transform: translateY(-50%);
	align-items: center;
	justify-content: space-between;
}
.boxes.b3 .w1400{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	left: 50%;
}
.aboutBox {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}

.abLeft {
	width: 50%;
}

.abRight {
	width: 45%;
}

.abImg {
	width: 200px;
	margin-bottom: 25px;
}

.number.w100 {
	width: 100%;
	padding-top: 50px;
}

.number.w100 ul li .num {
	color: #0b3088;
	font-size: 88px;
}

.number.w100 ul {
	flex-wrap: wrap;
	justify-content: center;
}

.number.w100 ul li {
	color: #3e3e3e;
	width: calc(100% / 3);
	margin-bottom: 35px;
}

.number.w100 ul li:nth-child(n+4){
	margin-bottom: 0px;
}

.number.w100 ul li .txt {
	font-size: 16px;
	opacity: .5;
}

.number.w100 ul li .num span {
	font-size: 16px;
}

.videoAbout {
	position: relative;
	width: 100%;
	height: 100%;
}

.videoAbout .thum{
	height: 100%;
	background: center center no-repeat;
	background-size: cover;
}

.aboutBoxBottom{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.aboutBoxBottom .number.w100{
	width: 50%;
	padding-top: 0px;
	position: relative;
	padding-right: 5%;
}
.aboutBoxBottom .number.w100::after{
	width: 1px;
	height: 100%;
	position: absolute;
	right: 0px;
	top: 0px;
	background: rgba(0,0,0,.05);
	content: '';
}
.vBtn {
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 50%;
	display: block;
	width: 70px;
	height: 70px;
	margin: -35px;
	text-align: center;
	border-radius: 50%;
	line-height: 70px;
	font-size: 24px;
	cursor: pointer;
	border: 1px solid #fff;
	color: #fff;
	text-indent: 5px;
}

.vBtn:hover {
	background: #fff;
	color: #0b3088;
}

.awardList {
	width: 45%;
}

.awardList ul {
	display: flex;
	flex-wrap: wrap;
}

.awardList ul li {
	width: 32%;
	height: auto;
	position: relative;
	margin-right: 2%;
	margin-bottom: 15px;
}

.awardList ul li:nth-child(3n) {
	margin-right: 0%;
}

.awardList ul li .icon {
	width: 60px;
	margin: 0px auto;
}

.awardList ul li .txt {
	text-align: center;
	font-size: 18px;
	line-height: 1.4;
	color: #b38248;
	margin-top: 5px;
	font-weight: bold;
}

.boxes.bg2 {
	background: url(../images/hisBg.jpg) center center no-repeat;
	background-size: cover;
	overflow: hidden;
}

.hisSwiper {
	height: 650px;
	overflow: inherit;
}

.hisSwiper .swiper-slide {
	color: #fff;
	position: relative;

}

.hisSwiper .swiper-slide .hisCon {
	position: absolute;
	width: 100%;
	height: auto;
	left: 0px;
	top: 0%;
}

.hisSwiper .swiper-slide:nth-child(even) .hisCon {
	position: absolute;
	width: 100%;
	height: auto;
	left: 0px;
	top: 50%;
}

.hisSwiper .swiper-slide .line::before {
	width: 8px;
	height: 8px;
	position: absolute;
	top: -5px;
	border: 1px solid #fff;
	border-radius: 50%;
	background: #498bdf;
	z-index: 5;
	left: -5px;
	content: '';
	z-index: 0;
}

.hisSwiper .swiper-slide .line::after {
	width: 56px;
	height: 56px;
	position: absolute;
	left: -28px;
	top: -28px;
	background: url(../images/carIcon.png) no-repeat;
	background-size: cover;
	content: '';
	opacity: 0;
}

.hisSwiper .swiper-slide.swiper-slide-active {
	z-index: 1;
}

.hisSwiper .swiper-slide.swiper-slide-active .line::after {
	-webkit-animation: carLoop 6s ease 1;
	opacity: 1;
	animation-fill-mode: forwards;
}

@-webkit-keyframes carLoop {
	from {
		left: -28px;
	}

	to {
		left: calc(100% - 28px);
	}
}


.hisSwiper .swiper-slide .line {
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0%;
	top: 295px;
	background: #fff;
	-webkit-transform: rotate(-10deg);
}

.hisSwiper .swiper-slide:nth-child(even) .line {
	-webkit-transform: rotate(10deg);
}


.hisSwiper .swiper-slide .hisCon .year {
	font-size: 24px;
	font-family: butler;
	line-height: 2;
}

.hisSwiper .swiper-slide .hisCon .des {
	width: 100%;
	font-size: 16px;
	line-height: 2;
}

.swiper-pagination-bullet {
	background: 0 0;
	opacity: 1;
	margin: 0 6px !important;
	width: 9px;
	height: 9px;
	position: relative;
	outline: 0;
	vertical-align: middle
}

.swiper-pagination-bullet span {
	width: 3px;
	height: 3px;
	background: rgba(255, 255, 255, .5);
	display: block;
	border-radius: 50%;
	margin-top: 3px;
	margin-left: 3px
}

.swiper-pagination-bullet i {
	background: #fff;
	height: 1px;
	width: 20px;
	position: absolute;
	top: 4px;
	transform: scaleX(0);
	transform-origin: left;
	z-index: 3;
	transition-timing-function: linear
}

.swiper-pagination-bullet-active span,
.swiper-pagination-bullet:hover span {
	width: 9px;
	height: 9px;
	margin-top: 0;
	margin-left: 0;
	background: #fff;
	position: relative;
	z-index: 1
}

.swiper-pagination-bullet-active i {
	animation: middle 6s
}

.swiper-pagination-bullet:first-child.swiper-pagination-bullet-active i {
	animation: first 6s
}

.swiper-pagination-bullet:last-child.swiper-pagination-bullet-active i {
	animation: last 6s
}

@keyframes first {
	0% {
		transform: scaleX(.5);
		left: 0
	}

	100% {
		transform: scaleX(1);
		left: 2px
	}
}

@keyframes last {
	0% {
		transform: scaleX(.7);
		left: -10px
	}

	20% {
		transform: scaleX(.3);
		left: 2px
	}

	100% {
		transform: scaleX(.3);
		left: 0
	}
}

@keyframes middle {
	0% {
		transform: scaleX(.7);
		left: -10px
	}

	20% {
		transform: scaleX(.45);
		left: 2px
	}

	100% {
		transform: scaleX(1);
		left: 2px
	}
}

.bg3 {
	background: url(../images/bg4.jpg) center center no-repeat;
	background-size: cover;
	padding: 0px;
}

.culBox {
	width: 100%;
	display: flex;
}

.culBox .culBoxL {
	width: 35%;
	height: auto;
	position: relative;
	background: rgba(0, 0, 0, .3);
	padding: 75px 50px;
}

.culBoxR {
	width: 65%;
	padding: 75px;
	display: flex;
	align-self: center;
}

.culBoxR ul {
	display: flex;
	flex-wrap: wrap;
}

.culBoxR ul li {
	width: 50%;
	height: auto;
	color: #fff;
	position: relative;
	margin-bottom: 50px;
}

.culBoxR ul li:nth-child(n+3) {
	margin-bottom: 0px;
}

.culBoxR ul li .icon {
	width: 65px;
	margin-bottom: 20px;
}

.culBoxR ul li .name {
	width: 100%;
	display: flex;
	align-items: flex-end;
	line-height: 1;
	margin-bottom: 10px;
}

.culBoxR ul li .name b {
	font-size: 30px;
}

.culBoxR ul li .name p {
	font-family: butler;
	font-size: 14px;
	letter-spacing: 3px;
	margin-left: 10px;
}

.culBoxR ul li .des {
	line-height: 1.7;
	font-size: 16px;
}

.bg11 {
	background: url(../images/bg11.jpg) center center no-repeat;
	background-size: cover;
}

.djTop {
	display: flex;
	justify-content: space-between;
}

.djTop .djLeft {
	width: 40%;
	position: relative;
}

.djTop .djLeft .djTips {
	width: 100%;
	height: auto;
	font-size: 18px;
	color: #f0bd4e;
	font-weight: bold;
}

.djTop .djRight {
	width: 55%;
	font-size: 16px;
	line-height: 2;
	color: #9a9a9a;
	padding-top: 50px;
}
.djBox{
	position: relative;
	margin-top: 50px;
	height: 500px;
	display: flex;
	width: 100%;
}
.djBox .djThum{
	width: 55%;
	background: bottom left no-repeat;
	background-size: cover;
}
.djSwiper {
	width: 45%;
	height: 100%;
}

.djLogo {
	width: 141px;
	height: auto;
	position: absolute;
	left: 50px;
	top: 50px;
	z-index: 10;
}

.djSwiper .swiper-slide {
	display: flex;
}

.djSwiper .swiper-slide .info {
	width: 100%;
	padding: 50px;
	background: #fff;
	position: relative;
}

.djSwiper .swiper-slide .thum {
	width: 55%;
	height: 100%;
	background: center center no-repeat;
	background-size: cover;
}

.djSwiper .swiper-slide .box {
	width: 100%;
	margin-top: 100px;
	height: auto;
	box-shadow: none;
	filter: blur(0);
}

.djSwiper .swiper-slide .box .name {
	font-size: 24px;
	color: #0b3088;
	line-height: 1.7;
	margin-bottom: 15px;
}

.djSwiper .swiper-slide .box .des {
	font-size: 16px;
	line-height: 2;
	opacity: .7;
}

.djSwiper .swiper-pagination-bullet {
	background: rgba(0, 0, 0, .1);
}

.djSwiper .swiper-pagination {
	text-align: left;
	width: auto;
	bottom: 30px;
	left: 40px;
}

.djSwiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #0b3088;
}

.djSwiper .swiper-slide .num {
	width: auto;
	height: auto;
	position: absolute;
	right: 5%;
	bottom: -50px;
	font-size: 250px;
	color: rgba(0, 0, 0, .05);
	font-family: din;
	line-height: 1;
}

.yjList ul {
	display: flex;
	flex-wrap: wrap;
}

.yjList ul li {
	width: 25%;
	position: relative;
	overflow: hidden;
}

.yjList ul li:nth-child(even) {
	top: 100px;
}

.yjList ul li .info {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0px;
	bottom: 0px;
	padding: 55px 30px 55px;
	color: #3e3e3e;
	-webkit-transition: all .5s;
}

.yjList ul li .info::before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0%;
	top: 30%;
	background: rgba(255, 255, 255, .85);
	content: '';
	-webkit-transform: rotate(10deg) scale(1.4);
	-webkit-transition: all .5s;
}

.yjList ul li .info .num {
	position: relative;
	color: #0b3088;
	font-family: din;
	font-size: 28px;
	margin-bottom: 10px;
}

.yjList ul li .info .name {
	position: relative;
	font-size: 20px;
}

.yjList ul li .info .name b {
	display: block;
	margin-bottom: 10px;
}

.yjList ul li .info .name p {

	font-family: butler;
	font-size: 12px;
	opacity: .7;
}

.cxBox .singePage p {
	margin-bottom: 0px;
}

.jkTxt {
	width: 100%;
	height: auto;
	position: relative;
	display: none;
	justify-content: space-between;
	align-items: center;
}

.jkTxt.active {
	display: flex;
}

.jkTxt .singePage {
	width: calc(100% - 200px);
}

.jkTxt .jgMore p {
	left: -75px;
}

.jkTxt .singePage b {
	display: block;
	font-size: 18px;
	margin-bottom: 10px;
}

.cxBox.t40 {
	top: 35%;
}

.jrTxt {
	width: 100%;
	line-height: 2;
	display: none;
}

.jrTxt.active {
	display: block;
}

.subBanner {
	height: 100vh;
	background: center center no-repeat;
	background-size: cover;
}

.loadingMore {
	width: 50px;
	height: 50px;
	position: relative;
	line-height: 50px;
	text-align: center;
	border: 1px solid #0b3088;
	color: #0b3088;
	border-radius: 50%;
	cursor: pointer;
	margin: 0px auto;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, .1);
}

.loadingMore.active{
	opacity: .5;
	cursor: no-drop;
}


.loadingMore i {
	font-size: 20px;
	display: block;
	position: relative;
	z-index: 1;
}

.loadingMore p {
	line-height: 50px;
	text-align: center;
	position: absolute;
	width: 70px;
	height: auto;
	left: -75px;
	top: 0px;
	-webkit-transition: all .5s;
}

.loadingMore:hover p{
	left: -70px;
}

.detailTop {
	background: #0b3088;
	color: #fff;
}

.detailTop .w1400::after {
	border-top: 14px solid #0b3088;
}

.dpl .singePage img {
	width: auto;
    height: auto;
	margin: 0 auto;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.ndc_npnews a:hover {
	color: #0b3088;
}

.bg12 {
	background: url(../images/bg12.jpg) center center no-repeat;
	background-size: cover;
	padding: 10vw 0px;
}


.zrBox {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.zrBox .zrLeft {
	width: calc(100% - 650px);
}

.zrBox .zrRight {
	width: 550px;
}

.zrList {
	padding-top: 35px;
	margin-bottom: 30px;
}

.zrList ul {
	display: flex;
	flex-wrap: wrap;
}

.zrList ul li {
	width: 32%;
	position: relative;
	margin-right: 2%;
	margin-bottom: 20px;
	border: 5px solid #0b3088;
}

.zrList ul li:nth-child(3n) {
	margin-right: 0%;
}

.zrList ul li .mask {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0%;
	top: 0%;
}

.zrList ul li:hover .pic{
	-webkit-transform: scale(1.05);
}

.words {
	width: 50%;
	height: auto;
	position: absolute;
	right: 0%;
	top: 20%;
}

.opacity70 {
	opacity: .7;
}

.talent {
	width: 100%;
	margin-top: 50px;
}

.talent ul {
	display: flex;
	flex-wrap: wrap;
}

.talent ul li {
	width: 49%;
	margin-right: 2%;
	margin-bottom: 35px;
	display: flex;
	position: relative;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
}

.talent ul li:nth-child(even) {
	margin-right: 0%;
}

.talent ul li .info {
	width: 50%;
	padding: 25px 35px;
	-webkit-transition: all .5s;
}

.talent ul li:hover .info{
	padding-left: 45px;
	padding-right: 25px;
}

.talent ul li .thum {
	width: 50%;
	overflow: hidden;
}

.talent ul li .thum::before{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
}

.talent ul li:hover .thum::before{
	animation: gradient-rectangle 1s 1;
	animation-delay: 0s;
	-webkit-animation-timing-function: cubic-bezier(0, 0, 0.18, 0.96);
}

@-webkit-keyframes gradient-rectangle {
	0% {
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
		-webkit-transform-origin: bottom;
		transform-origin: bottom;
		background: linear-gradient(to top,
		rgba(255, 255, 255, 0),
		rgba(255, 255, 255, 0.6));
		background: -webkit-linear-gradient(to top,
		rgba(255, 255, 255, 0),
		rgba(255, 255, 255, 0.6));
		opacity: 1;
	}

	100% {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
		-webkit-transform-origin: top;
		transform-origin: top;
		background: linear-gradient(to top,
		rgba(255, 255, 255, 0),
		rgba(255, 255, 255, 0.6));
		background: -webkit-linear-gradient(to top,
		rgba(255, 255, 255, 0),
		rgba(255, 255, 255, 0.6));
		opacity: 0;
	}
}

.talent ul li .info .name {
	width: 100%;
	font-size: 20px;
	line-height: 2;
	font-weight: bold;
	margin-bottom: 5px;
}

.talent ul li .info span {
	color: #0b3088;
}

.talent ul li .info .des {
	width: 100%;
	height: auto;
	line-height: 1.7;
	opacity: .7;
}

.talent ul li .abc {
	width: 50%;
	height: auto;
	position: absolute;
	left: 0px;
	bottom: 0px;
	text-align: center;
	font-family: butler;
	font-size: 32px;
	text-transform: uppercase;
	opacity: .05;
}

.singePage.pmb0 p {
	margin-bottom: 0px;
}

.bg13 {
	width: 100%;
	background: url(../images/bg13.jpg) center center no-repeat;
	background-size: cover;
}
.bg13 .swiper-button-next, .swiper-button-prev{
	top: 55%;
}
.bg13 .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	right: -45px;
}
.bg13 .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	left: -45px;
}
.joinSwiper {
	height: 500px;
	color: #fff;
}

.joinSwiper .swiper-slide {
	border: 5px solid #fff;
	padding: 75px 50px;
	text-align: center;
	position: relative;
	cursor: pointer;
}

.joinSwiper .swiper-slide::before {
	width: calc(100% - 12px);
	height: calc(100% - 12px);
	position: absolute;
	left: 5px;
	top: 5px;
	border: 1px solid #fff;
	content: '';
}

.joinSwiper .swiper-slide .name {
	width: 100%;
	height: auto;
	position: relative;
	text-align: center;
	margin-top: 25%;
	-webkit-transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
}

.joinSwiper .swiper-slide .name b {
	font-size: 24px;
	display: block;
	margin-bottom: 5px;
}

.joinSwiper .swiper-slide .name p {
	font-size: 12px;
	text-transform: uppercase;
	opacity: .7;
}

.joinSwiper .swiper-slide .place {
	width: 100%;
	height: auto;
	position: relative;
	padding-top: 35px;
	margin-top: 50px;
}

.joinSwiper .swiper-slide .place::after {
	width: 10%;
	height: 1px;
	position: absolute;
	left: 45%;
	top: 0%;
	background: #fff;
	content: '';
}

.joinSwiper .swiper-slide .jgMore {
	position: absolute;
	left: 50%;
	margin-left: 0px;
	bottom: 40px;
	opacity: 0;
	-webkit-transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
}

.joinSwiper .swiper-slide .jgMore p {
	left: -70px;
}

.joinSwiper .swiper-slide:hover .jgMore {
	opacity: 1;
	bottom: 75px;
}

.joinSwiper .swiper-slide:hover .name {
	margin-top: 5%;
}

.preImg {
	width: 40%;
	position: absolute;
	right: 0%;
	bottom: 0%;
}

.president {
	width: 100%;
	height: auto;
	position: relative;
}

.president .name {
	font-size: 24px;
	line-height: 2;
	color: #0b3088;
	font-weight: bold;
}

.president .enwords {
	width: 100%;
	height: auto;
	position: relative;
	font-size: 140px;
	line-height: 1;
	font-family: din;
	text-transform: uppercase;
	opacity: .2;
}

.preBox {
	width: 60%;
	position: relative;
}

.preBox .des {
	font-size: 14px;
	line-height: 2;
	margin-bottom: 50px;
}

.formBox {
	width: 100%;
	height: auto;
	position: relative;
	display: flex;
	justify-content: space-between;
}

.formBox .formL {
	width: calc(50% - 15px);
	position: relative;
}

.formBox .formL .inputDiv {
	position: relative;
	margin-bottom: 15px;
}

.formBox .formL .inputDiv input,
.formBox .formL .inputDiv textarea,
.formBox .formR .inputDiv input {
	background: #f1f1f1;
	border-radius: 5px;
	border: none;
	height: 50px;
	outline: none;
	text-indent: 80px;
	width: 100%;
}

.formBox .formL .inputDiv textarea {
	height: 180px;
	border-radius: 5px;
	padding: 15px;
	text-indent: 55px;
}

.formBox .formL .inputDiv label,
.formBox .formR .inputDiv label {
	position: absolute;
	left: 20px;
	top: 10px;
	line-height: 30px;
}

.formBox .formR {
	width: 50%;
}

.formBox .formR .inputDiv {
	width: 100%;
	position: relative;
	margin-bottom: 15px;
}

.formBox .formL .inputDiv label span,
.formBox .formR .inputDiv label span {
	color: red;
}

.cfList {
	width: 100%;
	height: 100px;
	position: absolute;
	left: 0%;
	bottom: 0%;
	background: rgba(0, 0, 0, .5);

}
.cfList .cxSwiper{
    width: 100%;
    height: 93vw;
}
.cfList .cxSwiper .swiper-slide{
    width: 100%;
}
.cfList .cxSwiper .swiper-slide .thum {
    -webkit-transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
    /*bottom: calc(-45vw * 0.54);*/
    overflow: inherit;
	background: white;
    /*position: absolute;*/
}
.cfList .cxSwiper .swiper-slide .thum .info {
    width: 80%;
    height: auto;
    left: 6%;
    top: inherit;
    bottom: 20%;
    color: #333333;
    position: inherit;
    font-size: 14px;
    line-height: 2;
	padding-bottom: 40px;
}
.cfList .cxSwiper .swiper-slide .thum .name{
	font-size: 16px;
	padding: 2vw 6vw;
	font-weight: bold;
}
.cfList .cxSwiper .swiper-pagination-bullet{
    background: gray;
}
.cfList .cxSwiper .swiper-pagination-bullet-active{
    background: #333333;
}
.cfList .cxSwiper .swiper-slide .info::after {
    width: 0px;
    height: 0px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid #fff;
    content: '';
    position: absolute;
    left: -14px;
    top: 8px;
}
.chuxing #f5.boxes{
    padding: 0;
}
.cfList ul {
	display: flex;
}

.cfList ul li {
	width: calc(100% / 3);
	position: relative;
	cursor: pointer;
	height: 100px;
}

.cfList ul li .thum {
	-webkit-transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
	bottom: calc(-45vw * 0.54);
	overflow: inherit;
	position: absolute;
}
.cfList ul li .thum::after{
	width: 100%;
	height: 140px;
	position: absolute;
	left: 0%;
	bottom: 0%;
	background: url(../images/line.png) repeat-x;
	content: '';
}
.cfList ul li .thum .info {
	width: 80%;
	height: auto;
	left: 108%;
	top: 0%;
	color: #fff;
	position: absolute;
	font-size: 16px;
	line-height: 2;
}

.cfList ul li .thum .info::after {
	width: 0px;
	height: 0px;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-right: 6px solid #fff;
	content: '';
	position: absolute;
	left: -14px;
	top: 8px;
}

.cfList ul li:last-child .thum .info {
	left: auto;
	right: 108%;
	text-align: right;
}

.cfList ul li:last-child .thum .info::after {
	border-left: 6px solid #fff;
	border-right: 6px solid transparent;
	left: auto;
	right: -20px;
}



.cfList ul li .name {
	width: 100%;
	height: auto;
	line-height: 100px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	position: absolute;
	left: 0%;
	top: 0%;
}

.cfList ul li:hover {
	z-index: 5;
}

.cfList ul li:hover .thum {
	bottom: 0%;
}

.listIcon {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}

.listIcon .liDiv {
	width: 32%;
	position: relative;
}

.listIcon .liDiv .img {
	width: 60px;
	margin: 0px auto;
	margin-bottom: 5px;
}

.listIcon .liDiv .txt {
	text-align: center;
	width: 100%;
	font-size: 16px;
	font-weight: bold;
}

.liShow {
	top: 1px;
	width: 100%;
	height: auto;
	position: relative;
	line-height: 1.5;
	font-size: 14px;
	text-align: center;
}


.serList ul li .info .name span {
	position: absolute;
	right: 0px;
	top: 10%;
	-webkit-transform: translateY(-50%);
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 30px;
}

.serList ul li:nth-child(2) .info .name::after {
	width: calc(60% - 80px);
	left: 100px;
}

.serList ul li:nth-child(3) .info .name::after{
	width: calc(100% - 100px);
	left: 100px;
}

.listIcon .liDiv .txt.s {
	font-size: 15px;
	font-weight: normal;
	line-height: 1.5;
}


.listIcon.gbList .liDiv {
	opacity: .5;
	cursor: pointer;
}

.listIcon.gbList .liDiv.active {
	opacity: 1;
}

.lightBox .tet-box {
	position: absolute;
	background: #fff;
	left: 50%;
	width: 1000px;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 8
}

.lightBox .tittle {
	height: auto;
	padding: 15px;
	background: #0b3088;
	color: #fff;
	font-weight: 900;
	font-size: 20px;
	position: relative;
}

.lightBox .summary-join {
	padding: 25px;
	height: 500px;
	overflow-y: auto;
	font-size: 16px;
	line-height: 2;
}

.lightBox .close {
	width: 80px;
	height: 40px;
	position: absolute;
	right: 15px;
	top: 8px;
	background: #fff;
	color: #0b3088;
	cursor: pointer;
	border-radius: 50px;
	text-align: center;
	line-height: 40px;
	font-size: 15px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, .1);
}

.lightBox .close:hover {
	background: #0b3088;
	color: #fff;
}


#areaSelect.active {
	display: none;
}

/*---------------------------------------demo css--------------------------------------------*/

.date_selector,
.date_selector * {
	width: auto;
	height: auto;
	border: none;
	background: none;
	margin: 0;
	padding: 0;
	text-align: left;
	text-decoration: none;
}

.date_selector {
	background: #fbfbfb;
	border: 1px solid #ccc;
	padding: 10px;
	margin: 0;
	margin-top: -1px;
	position: absolute;
	z-index: 100000;
	display: none;
	border-radius: 3px;
	box-shadow: 0 0 5px #aaa;
	box-shadow: 0 2px 2px #ccc;
	width: 243px;
}

.date_selector_ieframe {
	position: absolute;
	z-index: 99999;
	display: none;
}



.date_selector .nav p {
	clear: none;
}

.date_selector .month_nav,
.date_selector .year_nav {
	margin: 0 0 3px 0;
	padding: 0;
	display: block;
	position: relative;
	text-align: center;
}

.date_selector .month_nav {
	float: left;
	width: 55%;
}

.date_selector .year_nav {
	float: right;
	width: 42%;
}

.date_selector .month_name,
.date_selector .year_name {
	font-weight: bold;
	line-height: 20px;
}

.date_selector .button {
	display: block;
	position: absolute;
	top: 0;
	width: 18px;
	height: 18px;
	line-height: 16px;
	font-weight: bold;
	color: #5985c7;
	text-align: center;
	font-size: 12px;
	overflow: hidden;
	border: 1px solid #ccc;
	border-radius: 2px;
}

.date_selector .button:hover,
.date_selector .button.hover {
	background: #5985c7;
	color: #fff;
	cursor: pointer;
	border-color: #3a930d;
}

.date_selector .prev {
	left: 0;
}

.date_selector .next {
	right: 0;
}

.date_selector table {
	border-spacing: 0;
	border-collapse: collapse;
	clear: both;
	margin: 0;
	width: 220px;
}

.date_selector th,
.date_selector td {
	width: 2.5em;
	height: 2em;
	padding: 0 !important;
	text-align: center !important;
	color: #666;
	font-weight: normal;
}

.date_selector th {
	font-size: 12px;
}

.date_selector td {
	border: 1px solid #f1f1f1;
	line-height: 2em;
	text-align: center;
	white-space: nowrap;
	color: #5985c7;
	background: #fff;
}

.date_selector td.today {
	background: #eee;
}

.date_selector td.unselected_month {
	color: #ccc;
}

.date_selector td.selectable_day {
	cursor: pointer;
}

.date_selector td.selected {
	background: #2b579a;
	color: #fff;
	font-weight: bold;
}

.date_selector td.selectable_day:hover,
.date_selector td.selectable_day.hover {
	background: #5985c7;
	color: #fff;
}

/*-----------------------------------------------------------------------------------*/
.dataBox {
	position: relative;
	width: 100%;
}
.brandFont.brandCon .showCenter{
	width: calc(60% - 350px);
	margin-left: 350px;
}
.brandCon .showRight{
	width: 40%;
}
.searchClose{
	width: 50px;
	height: 50px;
	position: absolute;
	right: 0px;
	top: 0px;
	cursor: pointer;
	line-height: 50px;
	text-align: center;
	-webkit-transition: all .5s;
}
.searchClose:hover{
	-webkit-transform: rotate(-45deg);
}

.zrTip{
	width: 100%;
	margin-top: 50px;
	font-size: 14px;
	line-height: 2;
	background: rgba(0,0,0,.01);
	padding: 20px;
	border-top: 2px solid #0b3088;
}
.zrTip p{
	opacity: .7;
}

.storeR .lists ul li .info .sConteng .orderBtn:hover i{
	color: #fff;
}
.boxes.resultBox{
	padding-top: 0px;
}
.h200{
	width: 100%;
	width: 100%;
	height: 240px;
	background: url(../images/line.png) bottom center repeat-x;
	-webkit-transform: rotate(180deg);
}
.searchContent {
	width: 100%;
	height: auto
}

.searchContent .scResult {
	width: 100%;
	height: auto;
	background: #0b3088;
	color: #fff;
	font-weight: 700;
	text-indent: 45px;
	font-size: 20px;
	line-height: 40px;
	position: relative
}

.searchContent .scResult.b{
	background: #0c8bc0;
}

.searchContent .scResult:after {
	width: 25px;
	height: 25px;
	position: absolute;
	left: 10px;
	top: 7.5px;
	background: url(../images/result_icon.png?v=1) no-repeat;
	background-size: cover;
	content: ''
}

.resultTips {
	width: 100%;
	height: auto;
	line-height: 40px;
	font-size: 14px
}

.resultTips span {
	color: #e10101;
	padding: 0 3px;
	font-weight: 700
}

.noData {
	width: 200px;
	height: 200px;
	margin: 0px auto;
	font-size: 14px;
	text-align: center;
	display: none;
	position: relative;
}

.noData::after{
	width: 80px;
	height: 80px;
	position: absolute;
	left: 50%;
	margin-left: -40px;
	top: 30px;
	background: url(../images/noData_img.png) no-repeat;
	background-size: cover;
	opacity: .2;
	content: '';
}

.noData p{
	position: absolute;
	width: 100%;
	height: auto;
	left: 0px;
	top: 60%;
	color: rgba(0,0,0,.2);
}

.noData.active {
	display: block
}
.jkTxt .jgMore{
	color: #fff;
}
.slogans.zr::after{
	width: 10%;
}
.videoMain{
	width: 100%;
	height: auto;
	position: relative;
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}

.videoMain .videoShow{
	width: calc(100% - 400px);
	height: auto;
	position: relative;
}

.videoMain .videoShow video{
	display: block;
	position: relative;
	width: 100%;
}

.videoInfo{
	width: 400px;
	height: auto;
	position: relative;
	background: #f9f9f9;
	padding: 50px;
}

.videoInfo .newTag{
	font-size: 12px;
	height: auto;
	line-height: 2;
	background: #0b3088;
	color: #fff;
	border-radius: 50px;
	display: inline-flex;
	font-weight: normal;
	padding: 5px 25px;
}
.videoInfo .title{
	font-size: 20px;
	line-height: 1.4;
	color: #0b3088;
	font-weight: bold;
	border-bottom: 1px solid #0b3088;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.videoInfo  .info{
	font-size: 12px;
	line-height: 2;
	opacity: .7;
}
.videoList{
	width: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
}
.videoList a{
	display: block;
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 20px;
}

.videoList a:nth-child(4n){
	margin-right: 0%;
}

.videoList a .thum{
	position: relative;
	overflow: hidden;
}
.videoList a .info{
	background: #f9f9f9;
	padding: 15px;
}
.videoList a .info .title{
	font-size: 14px;
	width: 100%;
	line-height: 1.6;
	font-weight: bold;
	height: auto;
	position: relative;
}
.videoIcon{
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 50%;
	display: block;
	width: 60px;
	height: 60px;
	margin: -30px;
	text-align: center;
	border-radius: 50%;
	line-height: 60px;
	font-size: 24px;
	cursor: pointer;
	background: rgba(0,0,0,.5);
	color: #fff;
	text-indent: 5px;
}
.detailTop.v{
	padding-top: 60px;
}
.videoIcon.active{
	display: none;
}
.otherVideo{
	width: 100%;
	height: auto;
	line-height: 60px;
	position: relative;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}
.videoIcon.s{
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
}
.videoList a:hover .pic{
	-webkit-transform: scale(1.05);
}

.page {
	height: 100vh;
	position: relative;
}

.page.page5 {
	position: relative;
	height: auto;
	filter: blur();
}

.page.page5 .box {
	bottom: 0;
	left: 0;
	transform: translateY(100%);
	height: auto;
	box-shadow: none;
	position: absolute;
	box-shadow: 0 -5px 35px rgba(0, 0, 0, .3);
}
.page.page5 .boxMobile {
	bottom: 0;
	left: 0;
	transform: translateY(100%);
	height: auto;
	box-shadow: none;
	position: absolute;
	box-shadow: 0 -5px 35px rgba(0, 0, 0, .3);
}
.footer.box{
	height: auto;
	position: relative;
	box-shadow: none;
}
.box {
	position: relative;
	width: 100vw;
	height: 100vh;
	box-shadow: 5px 5px 15px rgba(0, 0, 0, .5);
	filter: blur(0);
}
.boxMobile {
	position: relative;
	width: 100vw;
	height: 100vh;
	box-shadow: 5px 5px 15px rgba(0, 0, 0, .5);
	filter: blur(0);
}

.scroll {
	position: absolute;
	width: 100vw;
	height: 100vh;
	left: 0;
	top: 0%;
	overflow: hidden;
}

.yjList ul li .pic{
	-webkit-transition: all .5s;
}

.yjList ul li:hover .pic{
	-webkit-transform: scale(1.05);
}
.yjList ul li:hover .info::before{
	top: 25%;
}
.yjList ul li:hover .info{
	padding-bottom: 65px;
}

.newsFocus .newsRight a .title{
	font-size: 16px;
}
.pc{
	display: block;
}
.mobile{
	display: none;
}

.lightBox .jgMore {
	width: 50px;
	height: 50px;
	position: relative;
	line-height: 50px;
	text-align: center;
	margin: 50px auto;
	border: 1px solid #0b3088;
	border-radius: 50%;
	cursor: pointer;
	box-shadow: 0px 0px 25px rgb(0 0 0 / 5%);
	-webkit-transition: all .5s;
	display: block;
	color: #0b3088;
}

.lightBox .jgMore.c {
	margin: 0px auto;
}

.lightBox .jgMore.b {
	color: #0b3088;
	background: #fff;
}

.lightBox .jgMore::after {
	width: 100%;
	height: 100%;
	background: #fff;
	position: absolute;
	left: 0px;
	top: 0px;
	content: '';
	border-radius: 50%;
	opacity: 0;
	-webkit-transform: scale(0);
	-webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
}

.lightBox .jgMore.b::after {
	background: #0b3088;
}

.jgMore.b:hover::after,
.loadingMore:hover::after {
	-webkit-transform: scale(1);
	opacity: 1;
}

.lightBox .jgMore.b:hover .iconfont {
	color: #fff;
	font-size: 20px;
}

.lightBox .jgMore.b:hover p {
	left: 45px;
}

.lightBox .jgMore .iconfont {
	width: 100%;
	line-height: 50px;
	font-size: 20px;
	position: relative;
	z-index: 1;
	-webkit-transition: all .35s;
}

.lightBox .jgMore p {
	position: absolute;
	width: 70px;
	height: auto;
	left: 55px;
	top: 0px;
	-webkit-transition: all .5s;
}

.videos{
	width: 600px;
	height: 400px;
	margin: 0 auto;
}
.videos video{
	width: 600px;
	height: 400px;
	margin: 0 auto;
}
.bg14{
	width: 100%;
	height: auto;
	background: url(../images/t5.jpg) center center no-repeat;
	background-size: cover;
}
.bg14 .ItemBox{
	display: flex;
}
.bg14 .ItemBox .left{
	width: 30vw;
	background: url(../images/t6.jpg) center center no-repeat;
	background-size: cover;
	border: solid 2px #0b3088;
	padding: 2% 5%;
}
.bg14 .ItemBox .left .iconImg{
	width: 68px;
}
.bg14 .ItemBox .left .text{
	margin-top: 3vw;
}
.bg14 .ItemBox .left .text .name{
	font-size: 30px;
	color: #0b3088;
	font-weight: bold;
	margin-bottom: 1vw;
}
.bg14 .ItemBox .left .text .des{
	font-size: 16px;
	color: #4b4b4b;
	letter-spacing: 1px;
	line-height: 2;
}
.bg14 .ItemBox .left .btn{
	display: flex;
	background: #0b3088;
	font-size: 18px;
	color: white;
	width: 150px;
	height: 50px;
	text-align: center;
	padding: 13px 22px;
	cursor: pointer;
	margin-top: 8vh;
}
.bg14 .ItemBox .left .btn .iconImg{
	width: 20px;
	text-align: center;
	margin-right: 10px;
}
.bg14 .ItemBox .right{
	width: 60vw;
	min-height: 42rem;
	background: white;
}
.bg14 .ItemBox .right table{
	width: 100%;
	text-align: center;
}
.bg14 .ItemBox .right table tr{
	color: #454545;
}
.bg14 .ItemBox .right table tr td{
	padding: 1.45vw 0;
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
}
.bg14 .ItemBox .right table tr td:first-child{
	max-width: 150px;
	width: 130px;
}
.bg14 .ItemBox .right table tr th:first-child{
	max-width: 150px;
	width: 130px;
}
.bg14 .ItemBox .right table tr td:last-child{
	border-right: transparent;
}
.bg14 .ItemBox .right table tr td:last-child a{
	border: 1px solid #0b3088;
	color: #0b3088;
	padding: 5px 25px;
	cursor: pointer;
}
.bg14 .ItemBox .right table tr:nth-child(1) {
	background: #0b3088;
	color: white;
}
.bg14 .ItemBox .right table tr:nth-child(1) th{
	padding: 1vw 0;
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
}
@media screen and (max-width: 1660px) {
	.bg14 .ItemBox .right{
		min-height: 37.9rem;
	}
}
@media screen and (max-width: 1440px) {
	.bg14 .ItemBox .right{
		min-height: 34.5rem;
	}
}
@media screen and (max-width: 1366px) {
	.bg14 .ItemBox .right{
		min-height: 33.2rem;
	}
	.boxes.image{
		height: 115vh;
	}
	.swBox a{
		line-height: 25px;
		margin-bottom:5px;
	}
	.smContent{
		padding: 5px 20px;
	}
	.cxBox{
		top: 5%;
	}
	.cxBox.first{
		top: 0%;
	}
	.logo{
		width: 200px;
	}
	.nav{
		width: 740px;
		margin-right: 160px;
	}
	.navBar .navTel{
		padding-left: 10px;
	}
	.navBar{
		width: 170px;
		right: 1%;
	}
	.navBar .navTel{
		width: calc(100% - 30px);
	}
	.navBar .navTel .iconfont{
		width: 20px;
		font-size: 16px;
	}
	.navBar .searchs{
		width: 25px;
		font-size: 16px;
	}
	.navBar .navTel::after{
		height: 50%;
		top: 25%;
	}
	.cpBox{
		display: inherit;
	}
}
/*@media screen and (max-width: 768px) {*/
	/*.pc{*/
		/*display: none;*/
	/*}*/
	/*.mobile{*/
		/*display: block;*/
	/*}*/
/*}*/

@media screen and (max-width: 768px) {
	.bg14 .ItemBox{
		display: block;
	}
	.bg14 .ItemBox .left{
		width: 100%;
		padding: 10px;
	}
	.bg14 .ItemBox .left .iconImg{
		width: 30px;
		margin: 0 auto;
	}
	.bg14 .ItemBox .left .text .name{
		font-size: 20px;
		text-align: center;
	}
	.bg14 .ItemBox .left .text .des{
		font-size: 14px;
		text-align: justify;
	}
	.bg14 .ItemBox .left .btn{
		width: 120px;
		height: auto;
		padding: 10px 20px;
		margin: 1vh auto;
	}
	.bg14 .ItemBox .left .btn .iconImg{
		width: 14px;
	}
	.bg14 .ItemBox .left .btn{
		font-size: 14px;
	}
	.bg14 .ItemBox .right{
		width: 100%;
		min-height: auto;
		overflow-x: auto;
		margin-top: 1rem;
	}
	.bg14 .ItemBox .right table{
		width: 150vw;
	}
	.bg14 .ItemBox .right table tr td:last-child a{
		padding: 1px 10px;
		font-size: 12px;
	}
    .smContent .swiper-pagination-bullet{
        background: rgba(255, 255, 255, .5);
    }
    .smContent .swiper-pagination-bullet-active {
        background: white;
    }
    .joinPag .swiper-pagination-bullet{
        background: rgba(255, 255, 255, .5);
    }
    .joinPag.swiper-pagination{
        position: inherit;
		bottom: -10px;
    }
    .joinPag .swiper-pagination-bullet-active {
        background: white;
    }
	.videos{
		width: 100%;
		height: 300px;
		margin: 0 auto;
	}
	.videos video{
		width: 100%;
		height: 300px;
		margin: 0 auto;
	}
	.orderBox470{
		height: auto !important;
	}
	.joinSwiper .swiper-slide:hover .jgMore {
		opacity: 1;
		bottom: 55px;
	}
	.bfList ul li:nth-child(10n){
		border-right: 1px solid rgba(0, 0, 0, .1);
	}
	.bfList ul li:nth-child(n+31){
		border-bottom: 1px solid rgba(0, 0, 0, .1);
	}
	.bfTop{
		justify-content: inherit;
		overflow-x: auto;
	}
	.box,.boxes.b1,.scroll,.boxes.b2,.page2b1,.page22b1,.page23b1,.page1 .boxMobile{
		height: 100% !important;
		z-index: 99;
	}
	.page23b1{
		z-index: 0 !important;
	}
	.pc{
		display: none;
	}
	.mobile{
		display: block;
	}
	.header{
		padding: 0px 4%;
	}
	.navs{
		width: 25px;
		z-index: 10;
	}
	.nav-cont_lists {
		width: 100%;
		max-width: 750px;
		margin: 0 auto;
		height: 100%;
		position: fixed;
		right: -100%;
		top: 0;
		background: #002d73;
		z-index: 99999;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		-webkit-transition: all .5s cubic-bezier(0.4, 0, 0.2, 1);
		transition: all .5s cubic-bezier(0.4, 0, 0.2, 1);
		opacity: 0;
	}
	.nav-cont_cut {
		right: 0;
		opacity: 1;
	}
	.nav-logo {
		height: 80px;
	}
	.nav-sub_logo {
		width: 200px;
		float: left;
		margin: 0 4%;
	}
	.nav-sub_close {
		width: 20px;
		height: 20px;
		background: url(../images/nav_close.png) no-repeat;
		float: right;
		margin: 4%;
		cursor: pointer;
		background-size: cover;
	}
	.nav-cont_cut .nav-ul {
		margin-left: 45px;
		opacity: 1;
	}
	.nav-ul {
		margin-left: 10px;
		-webkit-transition: all .6s cubic-bezier(0.4, 0, 0.2, 1) .4s;
		transition: all .6s cubic-bezier(0.4, 0, 0.2, 1) .4s;
		opacity: 0;
	}
	.nav-ul li {
		margin-bottom: 20px;
	}
	.nav-ul li h3 {
		font-size: 16px;
		font-weight: 400;
		line-height: 1;
	}
	.nav-ul li h3 a {
		color: #fff;
		text-decoration: none;
	}
	.nav-ul li h3:after {
		width: 68px;
		height: 2px;
		background: #fff;
		content: "";
		display: block;
		margin-top: 8px;
	}
	.nav-sub{
		margin-top: 10px;
	}
	.nav-sub a {
		color: rgba(255, 255, 255, .5);
		font-size: 14px;
		line-height: 28px;
		display: block;
		text-decoration: none;
	}
	.carBox .cbL{
		width: 100%;
		height: 50%;
	}
	.carBox .cbR {
		width: 100%;
		height: 50%;
		position: absolute;
		left: 0;
		top: 50%;
		border-top: 1px solid rgba(255, 255, 255, .3);;
	}
	.carBox .subTitle{
		bottom: 20px;
		left: 10px;
	}
	.subTitle b{
		font-size: 22px;
	}
	.subTitle p{
		font-size: 14px;
		letter-spacing: 2px;
	}
	.carBox .cbR .subTitle{
		width: 100%;
		left: 10px;
		bottom: 20px;
	}
	.carBox .cbR .subTitle b{
		font-size: 22px;
	}
	.carBox .cbR a:nth-child(2) .subTitle,.carBox .cbR a:nth-child(3) .subTitle{
		bottom: 20px;
	}
	.subTitle.abs{
		left: inherit;
		text-align: center;
		top: 10% !important;
	}
	.czBox{
		width: 100%;
		top: 40%;
	}
	.czImg {
		width: 90%;
		position: absolute;
	}
	.number{
		width: 95%;
		margin-top: 95%;
	}
	.number ul li .num{
		font-size: 50px;
	}
	.number ul li .txt{
		font-size: 12px;
	}
	.searchWords{
		width: 100%;
		height: 22%;
		border-top: 1px solid rgba(255, 255, 255, .1);
		border-left: transparent;
		right: inherit;
		top: inherit;
		bottom: 0px;
	}
	.swBox{
		bottom: 0;
		height: 70px;
		top: inherit;
		-webkit-transform: inherit;
		white-space: nowrap;
		overflow-x: auto;
		overflow-y: hidden;
	}
	.swBox a{
		width: 25px;
		height: 70px;
		padding-left: inherit;
		text-align: center;
		left: 0;
		display: inline-block;
	}
	.sw{
		text-align: center;
	}
	.sw .swName{
		width: 100%;
		height: auto;
		/* line-height: 0.5; */
		position: absolute;
		top: 0;
		color: #fff;
		font-weight: normal;
		text-align: center;
		font-size: 14px;
		left: inherit;
		-webkit-transform: inherit;
		background: transparent;
	}
	.boxes.b3 .w1400{
		position: inherit;
		top: inherit;
		left: inherit;
		-webkit-transform: inherit;
	}
	.page4 .subTitle.c{
		margin-top: 4rem;
	}
	.newsList{
		padding-bottom: 15px;
	}
	.newsList ul li{
		width: 49%;
		margin-bottom: 2%;
	}
	.newsList ul li:nth-child(even) {
		margin-right: 0;
	}
	.newsList ul li:nth-child(3n){
		margin-right: 2% !important;
	}
	.jgMore.b{
		margin-left: 40%;
	}
	.socail{
		margin-bottom: 15px;
		display: inherit;
	}
	.socail a{
		display: inline-block;
		margin: 0 auto;
	}
	.socail a .img{
		top: 40px;
	}
	.footerL{
		width: 100%;
		text-align: center;
	}
	.footerR{
		display: none;
	}
	.footBox::before{
		content: inherit;
	}
	.flinks{
		display: inherit;
	}
	.copyright{
		text-align: center;
	}
	.fAdd ul{
		display: inherit;
		margin-bottom: 20px;
	}
	.subBanner{
		height: 40vh;
	}
	.slogans{
		width: 200px;
	}
	.mouseTips,.mouseTips.c{
		display: none;
	}
	.jiantou{
		width: 80px;
		position: relative;
		bottom: 10%;
		z-index: 1;
		margin: 0 auto;
		text-align: center;
	}
	.aboutBox{
		display: inherit;
	}
	.abLeft{
		width: 100%;
		height: auto;
	}
	.abRight{
		width: 100%;
		height: 30vh;
	}
	.abImg{
		width: 150px;
		margin: 0 auto;
		padding-bottom: 25px;
	}
	.videoBox{
		width: 90%;
	}
	.aboutBoxBottom{
		display: inherit;
	}
	.aboutBoxBottom .number.w100{
		width: 100%;
		padding-right: 0;
	}
	.aboutBoxBottom .number{
		margin-top: 0;
	}
	.number.w100 ul li .num{
		font-size: 36px;
	}
	.number.w100 ul li .txt{
		font-size: 12px;
	}
	.aboutBoxBottom .number.w100::after{
		content: inherit;
	}
	.awardList{
		width: 100%;
		margin-top: 20px;
	}
	.awardList ul li .txt{
		font-size: 12px;
	}
	.hisSwiper{
		height: 350px;
	}
	.hisSwiper .swiper-slide:nth-child(even) .hisCon{
		top: inherit;
		left: 20px;
	}
	.hisSwiper .swiper-slide .hisCon .des{
		width: 90%;
		font-size: 14px;
	}
	.hisSwiper .swiper-slide .hisCon{
		left: 20px;
	}
	.culBox{
		display: inherit;
	}
	.culBox .culBoxL{
		width: 100%;
		padding: 25px;
	}
	.culBox .culBoxL .singePage{
		width: 120%;
		margin-left: -10%;
	}
	.culBoxR{
		width: 100%;
		padding: 25px;
	}
	.culBoxR ul li .name b{
		font-size: 18px;
	}
	.culBoxR ul li .des{
		font-size: 14px;
	}
	.culBoxR ul li .name{
		display: inherit;
	}
	.culBoxR ul li .name p{
		margin-left: 0;
		margin-top: 5px;
	}
	.culBoxR ul li{
		text-align: center;
	}
	.culBoxR ul li .icon{
		margin: 0 auto;
		padding-bottom: 15px;
	}
	.djTop{
		display: inherit;
	}
	.djTop .djLeft{
		width: 100%;
	}
	.subTitle{
		margin-bottom: 15px;
	}
	.djTop .djRight{
		width: 100%;
		padding-top: 20px;
		font-size: 14px;
	}
	.djBox{
		display: inherit;
		height: auto;
	}
	.djSwiper{
		width: 100%;
	}
	.djBox .djThum{
		width: 100%;
	}
	.djSwiper .swiper-slide .num{
		font-size: 150px;
		top: 10px;
		bottom: inherit;
	}
	.yjList{
        width: 100%;
		padding-bottom: 0;
	}
    .yjList .swiper-pagination-bullet{
        background: rgba(0, 0, 0, .1);
    }
    .yjList .swiper-pagination-bullet-active {
        background: #0b3088;
    }
    .yjList .yjSwiper{
        width: 100%;
        height: 100%;
    }
    .yjList .yjSwiper .swiper-slide{
        width: 100% !important;
    }
    .yjList .yjSwiper .info {
        width: 100%;
        height: auto;
        position: absolute;
        left: 0px;
        bottom: 0px;
        padding: 55px 30px 55px;
        color: #3e3e3e;
        -webkit-transition: all .5s;
    }
    .yjList .yjSwiper .info::before {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0%;
        top: 30%;
        background: rgba(255, 255, 255, .85);
        content: '';
        -webkit-transform: rotate(
                10deg
        ) scale(1.4);
        -webkit-transition: all .5s;
    }
    .yjList .yjSwiper .info .num {
        position: relative;
        color: #0b3088;
        font-family: din;
        font-size: 28px;
        margin-bottom: 10px;
    }
    .yjList .yjSwiper .info .name {
        position: relative;
        font-size: 20px;
    }
    .yjList .yjSwiper .info .name b {
        display: block;
        margin-bottom: 10px;
    }
    .yjList .yjSwiper .info .name p {
        font-family: butler;
        font-size: 12px;
        opacity: .7;
    }
	.yjList ul{
		display: inline-block;
		overflow-x: auto;
		width: 100%;
		white-space: nowrap;
	}
	.yjList ul li{
		width: 100%;
		display: inline-block;
		margin-bottom: 20px;
	}
	.yjList ul li:nth-child(even){
		top: inherit;
	}
	.cxBox{
		width: 100%;
	}
	.singePage{
		font-size: 14px;
	}
	.smNav a b{
		font-size: 28px;
	}
	.smNav a p{
		font-size: 12px;
		margin-left: 3px;
	}
	.smContent{
		font-size: 14px;
		padding: 40px 25px;
	}
	.cxBox{
		top: 10%;
	}
	.cxBox.w80{
		width: 100%;
	}
	.chuxing .boxes.image{
		height: auto;
		opacity: .8;
	}
	.jgMore{
		position: absolute;
		right: 0;
		bottom: -30px;
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
	.jgMore .iconfont{
		line-height: 30px;
	}
	.home .jgMore{
		position: inherit;
	}
	.home .jgMore p {
		left: 30px;
	}
	.jkTxt .singePage{
		width: 100%;
	}
	.cxBox.t40{
		top: 10%;
	}
	.cxBox.top50{
		top: 0;
		padding: 30px 0;
		-webkit-transform:inherit;
	}
	.cfList{
		height: auto;
		position: inherit;
	}
	.cfList ul{
		display: inherit;
	}
	.cfList ul li{
		width: 100%;
		height: auto;
	}
	.cfList ul li .thum{
		bottom: inherit;
		overflow: inherit;
		position: inherit;
	}
	.chuxing .cxBox{
		position: inherit;
		padding: 30px 0;
	}
	.chuxing #f5 .cxBox{
		position: inherit;
	}
	.chuxing #f5 .cFlex{
		height: auto;
	}
	.orderNav{
		margin-bottom: 10px;
	}
	.orderNav a{
		padding: 12px 15px;
		font-size: 14px;
	}
	.storeTop{
		display: inherit;
	}
	.storeTop .selectBox select{
		width: 110px;
		padding: 0 5px;
	}
	.orderFont .storeBottom{
		/* display: inherit; */
		position: inherit;
		background: transparent;
	}
	.orderFont .storeBottom>.thum{
		width: 100%;
	}
	.orderFont .storeBottom .storeR{
		width: 100%;
		padding: 10px 0;
	}
	.orderFont .storeBottom>.thum{
		height: 200px;
	}
	.storeBtn{
		width: 100%;
		margin-left: 0;
		margin-top: 10px;
	}
	#areaSelect{
		margin-right: 0;
	}
	.storeTop .selectBox #areaSelect{
		width: 100px;
	}
	.orderContent{
		height: auto;
	}
	.activeSwiper{
		padding-bottom: 30px;
	}
	.serList{
		box-shadow: inherit;
	}
	.serList ul{
		width: 100%;
		display: inline-block;
		white-space:nowrap;
		overflow-x: auto;
	}
    .serList .serSwiper{
        width: 100%;
        height: 100%;
    }
    .serList .serSwiper .swiper-slide{
        width: 100% !important;
    }
    .serList .serSwiper .swiper-slide .thum{
        position: relative;
    }
    .serList .serSwiper .swiper-slide .info {
        position: absolute;
        left: 0px;
        top: calc(100% - 270px);
        padding: 20px;
        z-index: 5;
        color: #fff;
        width: 100%;
    }
    .serList .serSwiper .swiper-slide::after {
        width: 100%;
        height: 90%;
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
        position: absolute;
        left: 0px;
        bottom: 0px;
        content: '';
    }
    .serList .serSwiper .swiper-slide .info .name {
        width: 100%;
        height: auto;
        font-size: 20px;
        line-height: 2;
        position: relative;
        font-weight: bold;
        margin-bottom: 10px;
    }
    .serList .serSwiper .swiper-slide .info .name::after{
        width: calc(100% - 120px);
        height: 1px;
        position: absolute;
        left: 120px;
        top: 50%;
        background: rgba(255, 255, 255, 0.5);
        content: '';
    }
    .serList .serSwiper .swiper-slide .info .d {
        display: none;
        font-size: 14px;
        line-height: 1.7;
        text-align: center;
    }
    .serList .serSwiper .swiper-slide .info .d.active {
        display: block;
    }
    .serList .swiper-pagination-bullet{
        background: rgba(255, 255, 255, .5);
    }
    .serList .swiper-pagination-bullet-active {
        background: #0b3088;
    }
	.serList ul li{
		display: inline-block;
		width: 100%;
		margin-bottom: 20px;
	}
	.serList ul li {
		white-space: initial;
	}
	.showLeft{
		width: 100%;
		height: auto;
	}
	.slGo{
		position: inherit;
	}
	.showCenter{
		width: 100%;
	}
	.showRight,.brandCon .showRight{
		width: 100%;
	}
	.subMenu a{
		line-height: 35px;
		font-size: 14px;
	}
	.bfList ul li{
		width: 33.3%;
	}
	.bfList ul li:nth-child(3n){
		border-right: transparent;
	}

	.newsFocus{
		display: inherit;
	}
	.newsFocus .newsFirst{
		width: 100%;
		margin-bottom: 15px;
	}
	.newsFocus .newsRight{
		width: 100%;
		position: inherit;
		display: flex;
	}
	.newsFocus .newsRight a{
		width: 48%;
	}
	.newsFocus .newsRight a:nth-child(2){
		position: inherit;
		margin-left: 15px;
	}
	.news5 ul li{
		width: calc(100%/2 - 7.5px)
	}
	.news5 ul li:nth-child(even) {
		margin-right: 0;
	}
	.news5 ul li:nth-child(odd){
		margin-right: 15px;
	}
	.newsFocus .newsFirst a .name{
		padding: 10px;
	}
	.newsFocus .newsRight a .name{
		padding: 5px;
	}
	.newsFocus .newsFirst a .name .title{
		font-size: 14px;
	}
	.newsFocus .newsRight a .title{
		font-size: 14px;
	}
	.news5 ul li a .info{
		padding: 5px;
	}
	.news5 ul li a .info .title{
		font-size: 14px;
		min-height: 45px;
	}
	.zrBox{
		display: inherit;
	}
	.zrBox .zrLeft{
		width: 100%;
	}
	.zrBox .zrRight{
		width: 100%;
	}
	.zrList{
		padding-top: 20px;
		margin-bottom: 15px;
	}
	.zrList ul li{
		width: 48%;
	}
	.zrList ul li:nth-child(3n){
		margin-right: 2%;
	}
	.zrList ul li:nth-child(even){
		margin-right: 2%;
	}
	.singePage.c{
		text-align: left;
	}
	.talent ul li{
		width: 100%;
	}
	.talent ul li .info{
		padding: 0 15px;
	}
	.lightBox .tet-box{
		width: 90%;
	}
	.president .enwords{
		font-size: 40px;
	}
	.preBox{
		width: 100%;
	}
	.formBox{
		display: inherit;
	}
	.formBox .formL,.formBox .formR{
		width: 100%;
	}
	.join .jgMore{
		bottom: inherit;
	}
	.orderFont .storeBottom {
		background: #fff;
		height: auto;
		padding: 0px;
		position: inherit;
		left: 0px;
		bottom: 0px;
		display: none;
		opacity: inherit;
		visibility: inherit;
		width: 100%;
	}

	.orderFont .storeBottom.active {
		opacity: inherit;
		visibility: inherit;
		display: block;
	}
	.brandFont.brandCon .showCenter{
		display: none;
	}
	.brandFont.last{
		height: auto;
	}
	.bfLeft{
		position: inherit;
		height: auto;
	}
	.storeList{
		height: auto;
	}
	.storeR .lists ul{
		display: inline-block;
		overflow-x: auto;
		white-space:nowrap;
	}
	.storeR .lists ul li{
		display: inline-block;
	}
	.storeList ul li.active{
		background: transparent;
	}
	.storeR .lists ul li .info .sConteng{
		padding: 0 10px;
	}
	.newsDetail .detailTop{
		padding-top: 50px;
	}
	.newsDetail .detailTop .title{
		font-size: 20px;
		line-height: 1.5;
	}
	.newsDetail .ndc_npnews .post_next, .ndc_npnews .post_prev{
		padding: 20px 0;
	}
	.newsDetail .ndc_npnews .txt{
		font-size: 18px;
	}
	.newsDetail .ndc_npnews a{
		font-size: 16px;
	}
	.lightBox .jgMore{
		margin: 10px auto;
	}
	.lightBox .summary-join{
		max-height: 600px;
	}
	.carBox .cbL a:hover .subTitle {
		bottom: 20px;
	}

	.carBox .cbL a:hover .des {
		bottom: 100px;
		opacity: 0;
		visibility: visible;
	}

	.carBox .cbL a:hover .jgMore {
		bottom: 0px;
		opacity: 0;
		visibility: visible;
	}
	.carBox .cbR a:hover .subTitle {
		bottom: 20px;
	}

	.carBox .cbR a:hover .jgMore {
		bottom: 40px;
		opacity: 0;
		visibility: visible;
	}
	.djSwiper .swiper-slide .box .des{
		font-size: 14px;
	}
	.chuxing #f4 .jrNav a{
		padding: 0;
	}
	.jrNav a{
		font-size: 16px;
	}
	.cfList ul li .thum .info{
		width: 100%;
		position: inherit;
		background: white;
		color: #333333;
		left: inherit;
		font-size: 14px;
		padding: 10px;
	}
	.cfList ul li .thum::after{
		content: inherit;
	}
	.cfList ul li:last-child .thum .info{
		right: inherit;
		text-align: left;
	}
	.videoMain{
		display: inline;
	}
	.videoMain .videoShow{
		width: 100%;
	}
	.videoInfo{
		padding: 10px;
	}
	.videoList a{
		width: 100%;
	}
	.detailTop.v{
		padding-top: 0;
	}
	.joinSwiper{
		height: 200px;
	}
	.joinSwiper .swiper-slide{
		padding: 25px 50px;
	}
	.joinSwiper .swiper-slide .name{
		margin-top: 15%;
	}


	.page2 .page2b1 {
		width: 100%;
		height: 100vh;
		background: url('/assets/images/index1.jpg') center center no-repeat;
		background-size: cover;
	}
	.page2b1 .carBox .subTitle{
		width: calc(100% - 20px);
	}
	.page2 .des {
		color: white;
		font-size: 14px;
		padding-top: 8rem;
		margin: 0 auto;
		width: 90%;
		line-height: 1.7;
		letter-spacing: 1px;
		text-align: center;
	}

	.page2 .number {
		padding-top: 0px;
		position: relative;
		width: 100%;
		padding-right: 0;
		margin-top: 15%;
	}

	.page2 .number ul {
		flex-wrap: wrap;
		justify-content: center;
		display: flex;
	}

	.page2 .number ul li {
		color: #3e3e3e;
		width: calc(100% / 3);
		margin-bottom: 35px;
		position: relative;
		height: auto;
	}

	.page2 .number ul li .num {
		width: 100%;
		font-size: 36px;
		line-height: 1;
		font-family: din;
		color: white;
		text-align: center;
	}

	.page2 .number ul li .num span {
		margin-left: 5px;
		font-size: 16px;
	}

	.page2 .number ul li .txt {
		width: 100%;
		line-height: 25px;
		height: auto;
		text-align: center;
		font-size: 12px;
		opacity: 1;
		color: white;
	}

	.page2 .jgMore {
		margin-top: 15%;
		color: white;
	}

	.page2 .jgMore a {
		color: white;
	}

	.page2 .jgMore.b {
		background: transparent;
	}

	.page2 .jgMore .iconfont {
		font-size: 14px;
	}

	.page22 .page22b1 {
		width: 100%;
		height: 100vh;
		background: url('/assets/images/index2.jpg') center center no-repeat;
		background-size: cover;
	}
	.page22b1 .carBox .cbR{
		top: 75%;
	}
	.page22b1 .carBox .cbL{
		height: 75%;
	}
	.page22b1 .carBox .subTitle{
		width: calc(100% - 20px);
		bottom: 40px !important;
	}
	.page22 .des {
		color: white;
		font-size: 14px;
		padding-top: 8rem;
		margin: 0 auto;
		width: 90%;
		line-height: 1.7;
		letter-spacing: 1px;
		text-align: center;
	}

	.page22 .imgBox {
		width: 100%;
		margin: 1rem auto;
	}

	.page22 .jgMore {
		margin-top: -5%;
		color: white;
	}
	.boxes.b3 .subTitle{
		margin-top: 15%;
	}
	.page22 .jgMore a {
		color: white;
	}

	.page22 .jgMore.b {
		background: transparent;
	}

	.page22 .jgMore .iconfont {
		font-size: 14px;
	}

	.page23 .page23b1 {
		width: 100%;
		height: 100vh;
		background: url('/assets/images/index3.jpg') center center no-repeat;
		background-size: cover;
	}
	.page23b1 .carBox .cbR a:nth-child(1)::after, .page23b1 .carBox .cbR a:nth-child(2)::after, .page23b1 .carBox .cbR a:nth-child(3)::after{
		width: 1px;
		height: 100%;
		position: absolute;
		right: 0px;
		top: 0px;
		background: rgba(255, 255, 255, .3);
		content: '';
	}
	.page23b1 .carBox .subTitle{
		width: calc(100% - 20px);
		bottom: 40px !important;
	}
	.page23b1 .carBox .cbR a:nth-child(2) .subTitle,.page23b1 .carBox .cbR a:nth-child(3) .subTitle{
		bottom: 60px !important;
	}
	.page22b1 .carBox .cbR::after{
		content: initial;
	}
	.page23b1 .carBox .cbL{
		height: 75%;
	}
	.page23b1 .carBox .cbR{
		top: 75%;
	}
	.page23b1 .carBox .cbR a{
		width: 33.33%;
	}
	.page23 .des {
		color: white;
		font-size: 14px;
		padding-top: 8rem;
		margin: 0 auto;
		width: 80%;
		line-height: 1.7;
		letter-spacing: 1px;
		text-align: center;
	}

	.page23 .talent{
		width: 90%;
		margin: 1rem auto;
	}
	.page23 .talent ul {
		display: flex;
		flex-wrap: wrap;
	}
	.page23 .talent ul li {
		width: 48%;
		margin-right: 2%;
		margin-bottom: 5px;
		display: flex;
		position: relative;
		/* background: #fff; */
		background: transparent;
		border-radius: 10px;
		overflow: hidden;
	}
	.page23 .talent ul li .info {
		width: 100%;
		padding: 25px 15px;
		-webkit-transition: all .5s;
	}
	.page23 .talent ul li .info .name {
		width: 100%;
		font-size: 20px;
		line-height: 2;
		font-weight: bold;
		margin-bottom: 5px;
		color: white;
	}
	.page23 .talent ul li .info span {
		color: white;
	}
	.page23 .talent ul li .info .des {
		width: 100%;
		height: auto;
		line-height: 1.7;
		opacity: .7;
		color: white;
		font-size: 14px;
		margin: 0 auto;
		line-height: 1.7;
		letter-spacing: 1px;
		text-align: center;
		padding-top: 0;
	}
	.page23 .talent ul li .thum {
		width: 50%;
		overflow: hidden;
	}

	.page23 .jgMore {
		margin-top: 5%;
		color: white;
	}

	.page23 .jgMore a {
		color: white;
	}

	.page23 .jgMore.b {
		background: transparent;
	}

	.page23 .jgMore .iconfont {
		font-size: 14px;
	}
    .preImg{
        width: 20%;
    }
}


@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	/* IE10+ CSS styles go here */
	.scroll{
		position: inherit;
		height: inherit;
	}
	.page{
		height: auto;
		position: inherit;
	}
	.boxes.b3 .w1400{
		position: inherit;
		top: inherit;
		left: inherit;
	}
	.page.page5 .box{
		position: inherit;
		top: inherit;
		left: inherit;
		transform: inherit;
	}
	.slogans{
		top: 43%;
		left: 43%;
	}
	.mouseTips.c{
		left: 47%;
	}
}


