* {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	box-sizing: border-box;
}

/* ICON  */
.iconfont {
	transition: 0.5s;
	font-size: 1rem;
}

/* 英文 */
@font-face {
	font-family: 'en1';
	src: url('../fonts/bebas.ttf');
	font-weight: normal;
	font-style: normal;
	font-stretch: ultra-expanded;
	/*定义字体符合拉伸*/
}

@font-face {
	font-family: 'en2';
	src: url('../fonts/timesbd.ttf');
	font-weight: normal;
	font-style: normal;
	font-stretch: ultra-expanded;
	/*定义字体符合拉伸*/
}

@font-face {
	font-family: 'en3';
	src: url('../fonts/agencyfb.ttf');
	font-weight: normal;
	font-style: normal;
	font-stretch: ultra-expanded;
	/*定义字体符合拉伸*/
}

@font-face {
	font-family: 'impact';
	src: url('../fonts/impact.ttf');
	font-weight: normal;
	font-style: normal;
	font-stretch: ultra-expanded;
}

/* 数字 */
@font-face {
	font-family: 'num1';
	src: url('../font/UBTECH-Regular.otf');
	font-weight: normal;
	font-style: normal;
	font-stretch: ultra-expanded;
	/*定义字体符合拉伸*/
}

@font-face {
	font-family: 'num2';
	src: url('../font/DIN-Bold.otf');
	font-style: normal;
	font-stretch: ultra-expanded;
	/*定义字体符合拉伸*/
}

input,
button,
a {
	outline: 0 none !important;
	blr: expression(this.onFocus=this.blur());
}

video {
	display: block;
	object-fit: fill;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input:-moz-placeholder,
textarea:-moz-placeholder,
input::-moz-placeholder,
textarea::-moz-placeholder,
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #999;
}

html {
	font-size: 12px
}

@media screen and (min-width:480px) and (max-width:639px) {
	html {
		font-size: 15px
	}
}

@media screen and (min-width:640px) and (max-width:719px) {
	html {
		font-size: 20px
	}
}

@media screen and (min-width:720px) and (max-width:749px) {
	html {
		font-size: 22.5px
	}
}

@media screen and (min-width:750px) and (max-width:799px) {
	html {
		font-size: 23.5px
	}
}

@media screen and (min-width:800px) and (max-width:959px) {
	html {
		font-size: 25px
	}
}

@media screen and (min-width:960px) and (max-width:1079px) {
	html {
		font-size: 30px
	}
}

@media screen and (min-width:1080px) {
	html {
		font-size: 32px
	}
}

body {
	font-family: "Microsoft YaHei", "arial";
	line-height: 1.7em;
	color: #333;
	overflow-x: hidden;
	max-width: 750px;
	margin: 0 auto;
	position: relative;
}

a {
	color: #1957a4;
	text-decoration: none;
}

ul,
li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

/**浮动**/
.clear::after {
	content: '';
	height: 0;
	clear: both;
	display: block;
	width: 100%;
}

.fl-l {
	float: left;
}

.fl-r {
	float: right;
}

.fl-n {
	float: none;
}

#zoom .previous {
	left: 2%;
}

#zoom .next {
	right: 2%;
}

/* 定位 */
.pos-r {
	position: relative;
}

.pos-a {
	position: absolute;
}

.pos-f {
	position: fixed;
}

/***超出隐藏***/
.over-h {
	overflow: hidden;
}

.over-v {
	overflow: visible;
}

.ellip {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}

.d-no {
	display: none;
}

.margin-auto {
	margin: 0 auto;
}

/* 图片 */
.pic-box1 {
	position: relative;
	width: 100%;
	height: 0;
	display: block;
	z-index: 1;
}

.pic-box1 img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

/**分栏图片**/
.fenlan-pic>img {
	display: block;
	width: 100%;
}

/**首页盒子**/
.index-container {
	position: relative;
	width: 100%;
}

.index-container-bg {
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	height: 100%;
	left: 0;
	top: 0px;
	width: 100%;
	display: none;
	z-index: 100;
}

/**头部**/
#m-top-box-1 {
	width: 100%;
	padding: 15px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	border-bottom: solid 1px #ccc;
}

#m-top-box-1 .logo {
	display: block;
	text-align: center;
	position: relative;
	z-index: 2;
	height: 3.5rem;
	overflow: hidden;
}

#m-top-box-1 .logo img {
	display: block;
	height: 100%;
}

#m-top-box-1 .top-btn {
	display: block;
	color: #1957A4;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: initial;
}

#m-top-box-1 .top-btn i {
	color: #1957A4;
	font-size: 3.3rem;
}

#m-top-box-1 .top-btn.tell i {
	font-size: 2.6rem;
}

/***头部导航***/
#nav-box1 {
	position: fixed;
	right: 0;
	top: 0;
	width: 190px;
	height: 100%;
	overflow-y: auto;
	background-color: #333;
	display: none;
	z-index: 111;
}

#nav-box1>ul>li>a {
	height: 45px;
	line-height: 45px;
	border-bottom: 1px solid #555;
	font-size: 14px;
	color: #f2f2f2;
	font-family: "microsoft yahei";
	background-color: #333;
	border-left: 6px solid #222;
	padding-left: 10px;
	display: block;
	position: relative;
}

#nav-box1>ul>li>a.show {
	background-color: #262626;
	border-left: 5px solid #fc930d;
	border-bottom-color: #3e3e3e;
}

#nav-box1>ul>li.index {
	border-bottom: 1px solid #555;
}

#nav-box1 .find-nav-box li {
	border-bottom: 1px solid #3e3e3e;
}

#nav-box1 .find-nav-box li>a {
	padding-left: 2em;
	padding-right: 1em;
	background-color: #262626;
	line-height: 3em;
	font-size: 12px;
	color: #bfbfbf;
	display: block;
}
#nav-box1 .find-nav-box .pos-b ul li>a {
  	padding-left: 3.5em;
	padding-right: 0em;
	background-color: #1b1b1b;
}
#nav-box1 .find-nav-box .pos-b ul li:last-child {
	border-bottom: 0px
}
#nav-box1>ul>li a.show span {
	color: #fff;
}

#nav-box1>ul>li>a i {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 15px;
	width: 15px;
	height: 100%;
	background-size: 100%;
}

#nav-box1>ul>li:first-child {
	position: relative;
	text-align: center;
	font-size: 1.4rem;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

#nav-box1>ul>li.index .iconfont {
	color: #fff;
	font-size: 1.2rem;
}

#nav-box1>ul>li .iconfont {
	color: #fff;
	font-size: 1.5rem;
}

#nav-box1>ul>li:first-child a {
	border: none;
	height: 70px;
	line-height: 70px;
	background-size: 15px;
}

/** 首页 banner**/
.index-banner {
	position: relative;
	overflow: hidden;
}

.index-banner .swiper-slide {
	position: relative;
}

.index-banner img {
	display: block;
	width: 100%;
	position: relative;
	z-index: 1;
}

.index-banner .swiper-button-black {
	height: 28px;
	width: 14px;
	margin-top: -14px;
	background-size: 10px;
	background-color: initial;
}

.index-banner .swiper-button-next {
	right: 2%;
}

.index-banner .swiper-button-prev {
	left: 2%;
}

.index-banner .swiper-pagination-bullet {
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 0.5rem;
	background: #fff;
}

.index-banner .swiper-pagination {
	bottom: 1rem;
}

/* 内页banner1 */
.ny-banner1 {
	position: relative;
	text-align: center;
	z-index: 3;
}

.ny-banner1 .banner-box {
	/* height: 16vh; */
	position: relative;
}

.ny-banner1 .img-box {
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat !important;
	background-size: auto 100% !important;
	background-position: top center !important;
	z-index: 1;
}

/* 内页banner2 */
.ny-banner2 .swiper-button-white {
	background-color: initial;
	background-size: 0.7rem;
}

.ny-banner2 .swiper-pagination>* {
	width: 0.8rem;
	height: 0.8rem;
}

/***底部***/
.footer-box-1 {
	color: #fff;
	font-size: 1rem;
	position: relative;
	z-index: 99;
	padding: 2rem 15px 7rem;
	text-align: center;
	background: #222;
}

.footer-logo {
	display: inline-block;
	vertical-align: top;
	max-width: 20%;
	margin-bottom: 10px;
}

.footer-box-1 a {
	color: #fff;
}

.footer-box-1 .footer-bq-box {
	line-height: 2em;
	text-align: center;
}

.footer-box-1 .footer-bq-box a span {
	opacity: 0;
}

/***底部导航***/
#footer-nav-1 {
	position: fixed;
	z-index: 99;
	left: 0;
	right: 0;
	bottom: -10rem;
	text-align: center;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 10px;
	height: 70px;
	background-image: linear-gradient(90deg, #ff9233, #fe5136 21%, #fd2245 87%, #d61c2c);
	transition: 0.5s;
}

#footer-nav-1>div {
	width: 20%;
	font-size: 1rem;
}

#footer-nav-1>div a {
	display: block;
	color: #fff;
}

#footer-nav-1>div a i {
	font-size: 1.3rem;
}

#footer-nav-1>div a p {
	color: #fff;
}

#footer-nav-1>div.weixin {
	border-radius: 24px;
	color: rgb(250, 24, 24);
	text-shadow: 0 2px 0 #fff;
	background-image: linear-gradient(90deg, rgb(255, 243, 218) 4%, rgb(255, 231, 162) 96%);
	width: 40%;
	height: 35px;
	line-height: 35px;
	font-size: 1.2rem;
}

#footer-nav-1>div.weixin a {
	display: flex;
	align-items: center;
	justify-content: center;
}

#footer-nav-1>div.weixin a i {
	color: #f50;
	line-height: normal;
	margin-right: 0.5rem;
}

#footer-nav-1>div.weixin p {
	color: #f50;
}

/* 微信弹窗 */
.showbtn {
	position: fixed;
	right: 15px;
	bottom: 30%;
	z-index: 5;
	width: 10%;
}

.showbtn img {
	display: block;
	width: 100%;
}

.weixin-box {
	background: rgba(0, 0, 0, 0.7);
	position: fixed;
	width: 100%;
	height: 100vh;
	padding-top: 30vh;
	z-index: 999;
	left: 0;
	top: 0;
	display: none;
}

.weixin-box .box {
	width: 70%;
	background: #fff;
	border-radius: 10px;
	text-align: center;
	font-size: 14px;
	color: #666;
	line-height: 1.7em;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.weixin-box .box .closebtn {
	position: absolute;
	right: 20px;
	top: 20px;
	color: #999;
	width: 1.2rem;
}

.weixin-box .box .closebtn i {
	display: block;
	width: 100%;
	text-align: center;
}

.weixin-box .box .info {
	padding: 30px 10px;
}

.weixin-box .box .info span {
	color: #f50;
}

.weixin-box .box .info i {
	display: block;
	font-size: 4rem;
	margin: 0 auto 10px;
	color: #0fe86b;
}

.weixin-box .box .info #WeixinNum {
	position: absolute;
	left: 200%;
}

.weixin-box .box .info h3 {
	color: #333;
	margin-bottom: 10px;
}

.weixin-box .box .info .ToWeixin {
	background: #fc930d;
	display: block;
	line-height: 2.5em;
	border-radius: 5px;
	width: 7em;
	text-align: center;
	margin: 0 auto;
	margin-top: 1em;
	color: #fff;
}

/**分页**/
.page {
	margin: 2.5em auto 0;
	display: flex;
	justify-content: center;
	font-size: 1rem;
	text-align: center;
}

.page li {
	color: #666;
	margin: 0 5px;
	width: 2.5em;
	height: 2.5em;
	line-height: calc(2.5em - 1px);
	background: #f0f0f0;
	border-radius: 1.5rem;
}

.page li:first-child,
.page li:last-child {
	width: 6em;
}

.page li a {
	display: block;
	color: #333;
	text-decoration: none;
	transition: 0.5s;
}

.page .thisclass {
	padding: 0 2rem;
	line-height: calc(2.5em - 1px);
	border-radius: 2.5em;
	border: solid 1px #ccc;
}

.page li.active {
	background: #1957a4 !important;
}

.page li a:hover {
	color: #1957a4;
}

.page li.active a {
	color: #fff;
}

/* 上一页 下一页 */
.prenext {
	font-size: 1rem;
	line-height: 2em;
	padding: 5px 10px;
	color: #333;
	border: solid 1px #ccc;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	margin: 2em auto 20px;
}

.prenext div {
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 6%;
}

.prenext .prenext-next {
	width: 45%;
	text-align: left;
}

.prenext .prenext-pre {
	width: 45%;
	text-align: right;
}

.prenext a i {
	color: #1957a4;
}

.prenext a {
	color: #333;
}

.prenext a:hover {
	color: #1957a4;
}

/* 列表分栏 */
/* item列表 分栏 */
.item2::after {
	content: '';
	display: block;
	width: 100%;
	height: 0;
	clear: both;
}

.item2 .item {
	float: left;
	width: 49%;
	margin-right: 2%;
}

.item2 .item:nth-child(2)~.item {
	margin-top: 2%;
}

.item2 .item:nth-child(2n) {
	margin-right: 0;
}

.item3::after {
	content: '';
	display: block;
	width: 100%;
	height: 0;
	clear: both;
}

.item3 .item {
	float: left;
	width: 32%;
	margin-right: 2%;
}

.item3 .item:nth-child(3)~.item {
	margin-top: 2%;
}

.item3 .item:nth-child(3n) {
	margin-right: 0;
}

.item4::after {
	content: '';
	display: block;
	width: 100%;
	height: 0;
	clear: both;
}

.item4 .item {
	float: left;
	width: 23.5%;
	margin-right: 2%;
}

.item4 .item:nth-child(4)~.item {
	margin-top: 2%;
}

.item4 .item:nth-child(4n) {
	margin-right: 0;
}

.item5::after {
	content: '';
	display: block;
	width: 100%;
	height: 0;
	clear: both;
}

.item5 .item {
	float: left;
	width: 18.4%;
	margin-right: 2%;
}

.item5 .item:nth-child(5)~.item {
	margin-top: 2%;
}

.item5 .item:nth-child(5n) {
	margin-right: 0;
}

/* tab2切换 */
.tab-box2 {
	transition: 0.5s;
	width: 100%;
	left: -40px;
	top: 0;
	z-index: 1;
	position: relative;
	float: left;
	overflow: hidden;
}

/* 点击图片弹出层 */
#outerdiv {
	background: rgba(0, 0, 0, 0.8);
	position: fixed;
	z-index: 9999999;
	height: 100vh;
	width: 100%;
	display: none;
	left: 0;
	top: 0;
}

/* 微信弹窗 */
.tanchuan {
	position: fixed;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.7);
	left: 0;
	top: 0;
	z-index: 9999;
	display: none;
}

.tanchuan .box {
	padding: 30% 30px 0;
	position: relative;
	height: 100%;
	text-align: center;
	font-size: 1.5rem;
	color: #fff;
	line-height: 3em;
	display: block;
}

.tanchuan .box .wx-pic a {
	color: #fff;
	font-family: num2;
	font-size: 2.2rem;
	line-height: 1em;
}

.tanchuan .box .wx-pic img {
	display: block;
	margin: 0 auto;
	max-width: 50%;
}

/* 在线留言 */
.message-box .item {
	margin-top: 10px;
	display: flex;
	font-size: 1rem;
	line-height: 3em;
}

.message-box .item .bt {
	width: 5em;
}

.message-box .item.btn-box {
	padding-left: 5em;
}

.message-box .item .input {
	width: calc(100% - 5em);
	/* width: 100%; */
	box-sizing: border-box;
	padding: 0 10px;
	border: solid 1px #ccc;
	background: none;
	font-size: 1rem;
	line-height: 2.5rem;
}

.message-box .item textarea.input {
	padding: 5px 10px;
	width: calc(100% - 5em);
	/* width: 100%; */
	line-height: 1.5em;
	height: 7.5em;
	resize: none;
	outline: none;
	border: solid 1px #ccc;
	background: none;
}

.message-box .item.btn-box input {
	background: #ccc;
	display: inline-block;
	vertical-align: top;
	padding: 0 2.5em;
	font-size: 1rem;
	line-height: 2.7em;
	height: 2.7em;
	margin-right: 5px;
	color: #333;
}

.message-box .item.btn-box input[type='submit'] {
	background: #1957a4;
	color: #fff;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999;
}

/* 板块标题 */
.column-title {
	font-size: 1.4rem;
	position: relative;
	color: #333;
	margin-bottom: 20px;
	text-align: center;
}

.column-title p {
	height: 3px;
	margin: 10px 0;
	background: url(../images/title-bg.png) no-repeat center center;
}

.column-title.bt2 {
	color: #fff;
}

.column-title .title {
	z-index: 2;
	position: relative;
	color: #333;
}

.column-title.bt2 .title {
	color: #fff;
}

.column-title .titleen {
	font-size: 2rem;
	text-transform: uppercase;
	opacity: 0.6;
}

.column-title .info {
	font-size: 1rem;
	opacity: 0.6;
}

/* 更多按钮 */
.index-more1 {
	display: block;
	width: 7em;
	text-align: center;
	background: #1957a4;
	color: #fff;
	font-size: 1.2rem;
	line-height: 2.5em;
	margin-top: 1.5rem;
	border-radius: 2.5em;
}

/* 加盟表单 */
.jmsq {
	position: relative;
	z-index: 10;
	padding: 15px;
	background: url(../images/jmsq-bg.jpg) no-repeat top center /cover;
}

.jmsq-bt {
	color: #fff;
	text-align: center;
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 10px;
}

.jmsq-bt .info {
	font-size: 1rem;
	line-height: 1.7em;
	font-weight: normal;
	background: url(../images/line.png) no-repeat center center;
}

.jmsq-message {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.jmsq-message .item {
	width: 48%;
	display: flex;
	font-size: 1rem;
	line-height: 2.5rem;
	margin-right: 2%;
	justify-content: space-between;
}

.jmsq-message .item:nth-child(5),
.jmsq-message .item:nth-child(2n) {
	margin-right: 0;
}

.jmsq-message .item:nth-child(2)~* {
	margin-top: 4%;
}

.jmsq-message .item .bt {
	color: #fff;
	width: 2.5em;
	min-height: 1px;
}

.jmsq-message .item .input {
	display: block;
	border: none;
	background: #fff;
	color: #999;
	width: calc(100% - 2.5em);
	font-size: 1rem;
	padding: 0 10px;
	line-height: 2.5rem;
	height: 2.5rem;
}

.jmsq-message .item:nth-child(5) {
	width: 100%;
}

.jmsq-message .item:nth-child(5) .input {
	resize: none;
	height: auto;
	line-height: 2.5rem;
}

.jmsq-message input[type='submit'] {
	display: block;
	margin-left: 2.5em;
	width: 7rem;
	text-align: center;
	color: #fff;
	font-size: 1rem;
	line-height: 2.5rem;
	height: 2.5rem;
	cursor: pointer;
	background: none;
	transition: 0.5s;
	margin-top: 20px;
	background: #fc930d;
	margin-right: 0;
}