@charset "UTF-8";

body,
a,
p,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
input,
select,
textarea,
button,
th,
td,
menu {
	margin: 0;
	padding: 0;
	font-size: 14px;
}

* {
	box-sizing: border-box;
}

ul,
dl,
ol,
li {
	list-style: none;
}

img,
fieldset,
input[type="submit"] {
	border: 0 none;
}

em {
	font-style: normal;
}

strong {
	font-weight: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

button,
input[type="button"] {
	cursor: pointer;
	border: 0 none;
}

a,
button,
input,
img {
	-webkit-touch-callout: none;
}

img {
	/*pointer-events:none;*/
	/*禁止图片的点击事件，例如长按保存图片*/
}

input,
select,
textarea {
	outline: none;
}

a {
	text-decoration: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

html,
body {
	/*禁止用户选择元素*/
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-khtml-user-select: none;
	/*禁止元素点击出现半透明黑色背景*/
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
	height: 100%;
	width: 100%;
	font-family: 'Heiti SC', 'Microsoft YaHei';
	outline: 0;
	-webkit-text-size-adjust: none;
}

body {
	height: 100%;
	margin: 0;
	position: relative;
}

@media screen and (min-width: 1200px) {
	.web {
		width: 100%;
		font-family: Arial, Helvetica, sans-serif;
	}

	.web .top {
		width: 100%;
		background: #fbfbfb;
	}

	.web .top .top-main {
		width: 1440px;
		height: 100px;
		margin: 0 auto;
		position: relative;
	}

	.web .top .top-main .logo {
		width: 250px;
		padding-top: 22px;
	}

	.web .top .top-main .logo img {
		width: 100%;
	}

	.web .top .top-main .list-icon {
		display: none;
	}

	.web .top .top-main .tab {
		position: absolute;
		right: 0;
		bottom: 0;
	}

	.web .top .top-main .tab ul li {
		float: left;
		vertical-align: middle;
		margin: 0 18px;
		font-weight: 300;
	}

	.web .top .top-main .tab ul li a {
		display: block;
		width: 100%;
		height: 100%;
		padding: 20px 22px 16px 22px;
		font-size: 18px;
		color: #333333;
		letter-spacing: 2px;
		text-indent: 2px;
	}

	.web .top .top-main .tab ul li.active {
		font-size: 18px;
		font-weight: bold;
		border-bottom: 4px solid #4294ff;
	}

	.web .top .top-main .tab ul li:hover {
		font-size: 18px;
		font-weight: bold;
		border-bottom: 4px solid #4294ff;
	}

	.web .contact {
		width: 100%;
		background: #333333;
	}

	.web .contact .contact-con {
		width: 1440px;
		margin: 0 auto;
		padding-top: 40px;
		/* padding-bottom: 25px; */
	}

	.web .contact .contact-con .contact-title {
		text-align: center;
		font-size: 18px;
		font-weight: bold;
	}

	.web .contact .contact-con .contact-main {
		padding: 0 105px;
		/* margin-top: 20px; */
		border-bottom: 1px solid #4C4C4C;
	}

	.web .contact .contact-con .contact-main .contact-card .contact-list {
		float: left;
		width: 40%;
		margin: 0 5%;
	}

	.web .contact .contact-con .contact-main .contact-card .contact-list:nth-child(2) {
		/* 		border-left: 1px solid #e3e3e3;
		border-right: 1px solid #e3e3e3; */
		float: right;
		text-align: right;
	}

	.web .contact .contact-con .contact-main .contact-card .contact-list .list-con li {
		margin-bottom: 40px;
		/* text-align: center; */
	}

	.web .contact .contact-con .contact-main .contact-card .contact-list .list-con li:nth-child(2) {
		margin-bottom: 0;
		text-align: right;
	}

	.web .contact .contact-con .contact-main .contact-card .contact-list .list-con li .text-icon {
		display: inline-block;
		vertical-align: top;
		margin-right: 10px;
	}

	.web .contact .contact-con .contact-main .contact-card .contact-list .list-con li img {
		width: 80px;
		height: 80px;
	}

	.web .contact .contact-con .contact-main .contact-card .contact-list .list-con li .text-font {
		display: inline-block;
		font-size: 12px;
		color: #FFFFFF;
		text-align: left;
		margin: 20px auto;
	}

	.web .contact .contact-con .contact-main .contact-card .contact-list .list-con li .text-font p {
		width: 280px;
		line-height: 20px;
	}

	.web .contact .contact-con .contact-main .contact-card .contact-list .list-con li .text-font p span {
		color: #8c8c8c;
	}

	.web .contact .contact-con .contact-main .contact-card .contact-list .list-con li .text-font p:nth-child(1) {
		font-weight: bold;
	}

	.web .contact .contact-con .contact-main .contact-card .pin {
		display: none;
	}

	.web .records {
		width: 100%;
		min-width: 1440px;
		height: 50px;
		background: #333333;
		text-align: center;
		color: #8C8C8C;
		font-size: 12px;
		line-height: 50px;
		font-weight: bold;
	}
}

@media screen and (max-width: 750px) {
	body {
		width: 100%;
	}

	body .web {
		width: 100vw;
	}

	body .web .top {
		width: 100vw;
		height: 13.3vw;
		background: #fbfbfb;
		position: fixed;
		top: 0;
		z-index: 9;
	}

	body .web .top .top-main {
		width: 100vw;
		height: 13.3vw;
	}

	body .web .top .top-main .logo {
		width: 29.86vw;
		height: 6.6vw;
		padding-top: 3.33vw;
		padding-left: 3.73vw;
	}

	body .web .top .top-main .logo img {
		width: 100%;
	}

	body .web .top .list-icon {
		width: 6.93vw;
		position: absolute;
		top: 4.53vw;
		right: 4.66vw;
	}

	body .web .top .list-icon img {
		width: 100%;
	}

	body .web .top .tab {
		width: 100vw;
		position: absolute;
		top: 13.3vw;
		background: rgba(0, 0, 0, 0.5);
		transition: height 0.3s linear;
		height: 0;
		overflow: hidden;
	}

	body .web .top .tab ul {
		width: 100vw;
		padding: 10vw 0;
	}

	body .web .top .tab ul li {
		text-align: center;
		height: 10vw;
	}

	body .web .top .tab ul li:nth-child(Odd) {
		background: rgba(0, 0, 0, 0.1);
	}

	body .web .top .tab ul li a {
		font-size: 4vw;
		color: #fffefe;
		line-height: 10vw;
		letter-spacing: 3px;
		display: block;
		width: 100%;
		height: 100%;
	}

	body .web .contact {
		width: 100%;
		background: #f1f1f1;
	}

	body .web .contact .contact-con {
		padding: 10vw 0;
	}

	body .web .contact .contact-con .contact-title {
		font-size: 7.4vw;
		color: #333333;
		margin-bottom: 10vw;
		text-align: center;
	}

	body .web .contact .contact-con .contact-main .contact-card .contact-list {
		width: 95vw;
		background: #eae9e9;
		margin: 0 auto 4vw auto;
		position: relative;
	}

	body .web .contact .contact-con .contact-main .contact-card .contact-list .list-con {
		padding: 4.8vw;
	}

	body .web .contact .contact-con .contact-main .contact-card .contact-list .list-con li {
		margin-bottom: 4vw;
	}

	body .web .contact .contact-con .contact-main .contact-card .contact-list .list-con li:last-child {
		margin: 0;
	}

	body .web .contact .contact-con .contact-main .contact-card .contact-list .list-con li .text-icon {
		display: inline-block;
		vertical-align: top;
		margin-right: 3vw;
	}
	body .web .contact .contact-con .contact-main .contact-card .contact-list .list-con li .text-icon img{
         width: 20vw;
		 height: 20vw;
	}

	body .web .contact .contact-con .contact-main .contact-card .contact-list .list-con li .text-font {
		display: inline-block;
		font-size: 3.2vw;
		color: #333;
		margin-top: 2vw;
	}

	body .web .contact .contact-con .contact-main .contact-card .contact-list .list-con li .app-style {
		margin-top: 5vw;
	}
	body .web .contact .contact-con .contact-main .contact-card .contact-list .list-con li .text-font p {
/* 		display: inline-block;
		vertical-align: top;
		font-weight: bold; */
	}

	body .web .contact .contact-con .contact-main .contact-card .contact-list .list-con li .text-font p:last-child {
		width: 60vw;
		font-weight: normal;
		/* margin-left: 3vw; */
		line-height: 6vw;
	}

	body .web .contact .contact-con .contact-main .contact-card .contact-list .pin {
		display: block;
		width: 4vw;
		position: absolute;
		top: 2.6vw;
		right: 2.6vw;
	}

	body .web .contact .contact-con .contact-main .contact-card .contact-list .pin img {
		width: 100%;
	}

	body .web .records {
		font-size: 3.2vw;
		font-weight: bold;
		color: #fff;
		text-align: center;
		width: 100vw;
		height: 13.3vw;
		background: #393b43;
		line-height: 13.3vw;
	}
}

/*# sourceMappingURL=common.css.map */
.swiper-pagination-bullets {
	left: 44.5%;
	margin-top: 50px;
}

.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 8px;
}

.swiper-pagination-bullet {
	width: 40px;
	height: 6px;
	display: inline-block;
	border-radius: 0px;
	background: #000;
	opacity: .2;
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #007aff;
}
