body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body,
button,
input,
select,
textarea {
	color: #666;
}

button,
input,
select,
textarea,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}

h2,
h3 {
	font-size: 14px;
}

button,
input,
select,
textarea,
label {
	vertical-align: middle;
	border: 0;
	outline: none;
}

img {
	vertical-align: middle;
	border: none;
	display: inline-block;
	max-width: 100%;
}

ul,
ol {
	list-style: none;
}

a {
	text-decoration: none;
	color: #333;
	vertical-align: baseline;
	cursor: pointer;
}

a:hover {
	color: #000;
	text-decoration: none;
}

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

body {
	word-wrap: break-word;
	word-break: break-all;
	background: #fff;
}


/*清浮*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
	font-size: 0;
}

.clearfix {
	*zoom: 1;
}


/*浮动*/

.fl {
	float: left;
	_display: inline;
}

.fr {
	float: right;
	_display: inline;
}

input::-webkit-input-placeholder {
	color: #ccc;
}

input:-moz-placeholder {
	color: #ccc;
	opacity: 1;
}

input::-moz-placeholder {
	color: #ccc;
	opacity: 1;
}

input:-ms-input-placeholder {
	color: #ccc;
}

textarea::-webkit-input-placeholder {
	color: #ccc;
}

textarea:-moz-placeholder {
	color: #ccc;
	opacity: 1;
}

textarea::-moz-placeholder {
	color: #ccc;
	opacity: 1;
}

textarea:-ms-input-placeholder {
	color: #ccc;
}

.wrap {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	overflow: hidden;
}

.container {
	width: 1680px;
	margin: 0 auto;
}

.centerbox .fp-tableCell {
	display: flex !important;
	align-items: center;
}

.ht {
	padding-top: 80px;
}

.hbox1 {
	height: 92%;
}

.hbox2 {
	height: 100%;
}

.fbox {
	display: flex;
	align-items: center;
	justify-content: center;
}

.w60 {
	width: 60%;
	margin: 0 auto;
}

.phide {
	display: none;
}

.redbtn a,
.redbtn button {
	display: block;
	color: #fff;
	width: 150px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #c10001;
	border-radius: 20px;
}
.redbtn input {
	display: block;
	color: #fff;
	width: 150px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #c10001;
	border-radius: 20px;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
	background-image: url(../images/sw1.png)!important;
	width: 17px!important;
	height: 17px!important;
	border-radius: 0!important;
	background-color: rgba(255, 255, 255, 0)!important;
	border: none!important;
	background-size: 70%!important;
	background-repeat: no-repeat!important;
	background-position: center!important;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span {
	background-image: url(../images/sw.png)!important;
	background-repeat: no-repeat!important;
	background-size: cover!important;
	border: none!important;
	background-color: rgba(255, 255, 255, 0)!important;
}


/*header*/

.header {
	position: fixed;
	width: 100%;
	z-index: 112;
	box-shadow: 0 0 5px 0 #d5d5d5;
	background-color: #fff;
}

.header .logo {
	display: block;
	position: absolute;
	top: 30%;
	left: 0;
	/*transform: translateY(-50%);*/
	width: 18%;
}

.header .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}

.nav {
	margin-left: calc(18% + 130px);
	flex: 1;
}

.nav li {
	float: left;
	position: relative;
}

.nav li a {
	display: block;
	padding: 0 18px;
	font-size: 22px;
	color: #333;
	height: 80px;
	line-height: 80px;
	transition: all .4s;
}

.nav li.active a,
.nav li:hover a {
	background-color: #4a82fe;
	color: #fff;
}

.nav_second {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	padding: 30px 0;
	background-color: rgba(255, 255, 255, .8);
	display: none;
	z-index: 111;
}

.nav li .nav_second a {
	background-color: rgba(255, 255, 255, 0);
	color: #333;
	font-size: 20px;
	height: auto;
	line-height: 1;
	padding: 10px 0;
	text-align: center;
}

.nav li .nav_second a:hover {
	color: #4A82FE;
}

.head-right>* {
	display: inline-block;
	vertical-align: middle;
}


/*.language{
	margin-right: 20px;
	padding-right: 30px;
	background-image: url(../images/sjx.png);
	background-repeat: no-repeat;
	background-size: 18px 9px;
	background-position: right;
}
.language a{
	display: block;
	font-size: 18px;
	color: #666;
}
.language .en{
	display: none;
}*/

.btn {
	background: none;
}

.search-page {
	padding-left: 20px;
	border-left: solid 1px #e6e6e6;
}

.suspension {
	position: fixed;
	top: 80px;
	right: 60px;
	z-index: 111;
}

.bannner .swiper-pagination {
	display: block;
}

.bannner,
.banner .swiper-container,
.banner .swiper-wrapper,
.banner .swiper-slide,
.banner a,
.banner a img {
	height: 100%;
}

.banner img {
	width: 100%;
	object-fit: cover;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets {
	display: block;
}

.banner .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	border: solid 2px #ffffff;
	opacity: 1;
	background-color: rgba(255, 255, 255, 0);
}

.banner .swiper-pagination-bullet-active {
	background-color: #fff;
}

.section {
	background-repeat: no-repeat;
	background-size: cover;
}

.about {
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.about-img {
	position: relative;
	z-index: 1;
	padding: 0;
}

.about-img img {
	width: 100%;
}

.about-img:before {
	display: none;
	content: '';
	width: 100%;
	height: 100%;
	background-color: #4a82fe;
	position: absolute;
	top: 6px;
	right: 6px;
	z-index: -1;
}

.about-box {
	padding: 0;
	padding-top: 20px;
	margin-top: 30px;
	position: relative;
}

.about-box:before {
	display: block;
	content: '';
	width: 300px;
	height: 3px;
	background-color: #c1000c;
	position: absolute;
	top: 0;
	left: -33%;
	z-index: 112;
}

.title>* {
	display: inline-block;
}

.title h1 {
	font-size: 24px;
	color: #333;
	letter-spacing: 2px;
}

.title p {
	font-size: 18px;
	color: #333333;
	opacity: 0.5;
}

.about-text {
	margin: 25px 0 50px;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 1px;
	color: #444444;
	/*text-indent: 2em;*/
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 9;
	overflow: hidden;
}

.about .morebtn a {
	margin-left: auto;
}

.c-title {
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	height: 27%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.c-title h1 {
	color: #fff;
	font-size: 32px;
}

.c-title p {
	font-size: 18px;
	color: #ccc;
	margin-top: 18px;
}

.news-box {
	background-size: cover;
	background-repeat: no-repeat;
	height: 73%;
	position: relative;
	overflow: hidden;
}

.news-box .fbox {
	height: 100%;
}

.news-box-info {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 95%;
	margin: 0 auto;
	padding: 30px;
	position: relative;
}

.news-ul li a {
	display: block;
}

.news-ul {
	margin-right: -30px;
	margin-left: -30px;
}

.news-box-info h2 {
	color: #fff;
	font-size: 24px;
	padding: 20px 0;
	margin-bottom: 20px;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news-box-info h2:after {
	display: block;
	content: '';
	width: 50px;
	height: 2px;
	background-color: #ffffff;
	position: absolute;
	bottom: 0;
	left: 0;
}

.news-box-info .txt {
	font-size: 18px;
	line-height: 30px;
	color: #fff;
	height: 250px;
}

.jump-btn {
	position: absolute;
	right: 30px;
	bottom: 30px;
	font-size: 18px;
	color: #fff;
	background-image: url(../images/after.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right bottom;
	padding: 6px 15px;
}

.culture-ul li {
	height: 100px;
	margin-bottom: 30px;
}

.culture-ul li:nth-child(2n-1) {
	float: left;
	width: 50%;
}

.culture-ul li:nth-child(2n) {
	float: right;
	width: 50%;
}

.culture-ul li div {
	max-width: 287px;
}

.culture-ul li:nth-child(2n) div {
	margin-left: auto;
}

.culture-ul li>* {
	font-size: 18px;
	color: #333;
	letter-spacing: 1px;
}

.culture-ul li span {
	display: block;
	margin-bottom: 10px;
}

.culture-ul li em {
	font-style: normal;
	font-size: 24px;
	color: #000;
}

.culture-center {
	position: absolute;
	width: 20%;
	height: 300px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.culture-center h2 {
	font-size: 24px;
	letter-spacing: 2px;
	color: #4a82fe;
}

.culture-center p {
	margin: 10px 0;
	font-size: 18px;
	color: #333;
}

.c-center-text {
	padding-left: 20px;
}
.product-ul li{
	padding: 0;
}
body{
	-webkit-font-smoothing: antialiased;
}
.product-ul li {
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
}

.product-box {
	margin: 0 10%;
	color: #fff;
	z-index: 1;
	transition: all .4s;
}

.product-ul li .product-mask {
	background-color: rgba(0, 0, 0, .5)!important;
}

.product-ul li .product-box,
.product-ul li .product-box h2 {
	color: #fff!important;
}

.product-ul li .product-box h2:after {
	background-color: #fff!important;
}

.img2 {
	display: none;
}

.product-ul li:hover .img1 {
	display: none;
}

.product-ul li:hover .img2 {
	display: inline-block;
}

.product-mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	z-index: 0;
	transition: all .4s;
}

.product-box h2 {
	padding: 18px 0;
	font-size: 24px;
	line-height: 1;
	position: relative;
	color: #333;
	transition: all .4s;
}

.product-box h2:after {
	display: block;
	content: '';
	width: 100px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all .4s;
}

.product-txt {
	margin: 20px 0;
	font-size: 18px;
	line-height: 30px;
}

.product-ul li.wcolor .product-box {
	color: #333;
}

.product-ul li.wcolor .product-box h2:after {
	background-color: #333;
}

.brand {
	background-size: cover;
	background-repeat: no-repeat;
}

.brand-box {
	background-color: #f7f7f7;
}

.brand-ul li {
	/*height: 229px;*/
	margin-bottom: 15px;
}

.brand-ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	height: 100%;
	overflow: hidden;
}

.brand-ul li img {
	max-height: 100%;
	max-width: 100%;
}

.contact {
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
}

.contact-bg {
	background-color: rgba(0, 0, 0, .74);
}

.contact-box {
	background-image: url(../images/fbg.jpg);
	background-size: 100% 73%;
	background-repeat: no-repeat;
	background-position: bottom;
}

.contact-box-info {
	background-color: #e6e6e6;
	border-radius: 5px;
	/* height: 75%; */
	display: flex;
	align-items: center;
	justify-content: center;
}

.contact-form {
	width: 77%;
}

.contact-txt {
	margin: 40px 0;
}

.contact-txt h2 {
	font-size: 24px;
	color: #333;
}

.contact-p p {
	float: left;
	font-size: 16px;
	color: #333;
	margin-right: 40px;
	line-height: 1;
}

.contact-p p img {
	margin-right: 10px;
}

.contact-p {
	margin-top: 25px;
}

.form-left {
	width: 50%;
	height: 240px;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
}

.form-right {
	width: 49%;
	height: 240px;
}

.contact-form input,
.contact-form textarea {
	width: 100%;
	background-color: #ffffff;
	border-radius: 5px;
	border: solid 2px #cccccc;
	padding: 0 20px;
	font-size: 18px;
}

.contact-form input {
	margin-bottom: 30px;
	height: 60px;
	line-height: 60px;
}

.contact-form input:last-child {
	margin-bottom: 0;
}

.contact-form textarea {
	height: 100%;
	padding: 20px;
}

.morejump {
	text-align: center;
}

form .morejump {
	margin: 20px 0;
}

.morejump button,
.morejump a {
	border-radius: 3px;
	width: 200px;
	margin: 0 auto;
}

.foot-p {
	position: absolute;
	bottom: 14px;
	left: 0;
	width: 100%;
	background-color: #222;
	z-index: 100;
	height: 40px;
	line-height: 40px;
	border-bottom: 3px solid #C10001;
	font-size: 14px;
	color: #fff;
}

.foot-box {
	position: relative;
}

.foot-p .ewm {
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	text-align: center;
	height: 100%;
	background-color: #c1000c;
}

.ewm-mask {
	width: 144px;
	height: 144px;
	background-color: #ffffff;
	position: absolute;
	bottom: 100%;
	right: 0;
	box-shadow: 0 0 10px 0 #000;
	display: none;
}

.sidebar {
	position: fixed;
	right: 50px;
	bottom: 120px;
	z-index: 112;
}

.sidebar a {
	display: block;
	margin: 10px 0;
}


/*ipad|mobile*/

.menu {
	width: 28px;
	text-align: right;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.menu span {
	display: block;
	height: 4px;
	border-radius: 2px;
	background-color: #4a82fe;
}

.menu span:first-child {
	width: 100%;
}

.menu span:nth-child(2) {
	width: 25px;
	margin: 4px 0;
}

.menu span:nth-child(3) {
	width: 20px;
}


/* 搜索 */

.search-head .container {
	display: block;
}

.search-head-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}

.search-head-con {
	border-top: solid 1px #ccc;
	height: 100px;
	position: relative;
}

.search-head-con input {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	font-size: 32px;
}

.clean-search {
	position: absolute;
	top: 50%;
	right: 80px;
	width: 26px;
	height: 26px;
	transform: translateY(-50%);
}

.clean-search:after,
.clean-search:before {
	display: block;
	content: '';
	width: 4px;
	height: 30px;
	background-color: #e6e6e6;
	position: absolute;
	top: 50%;
	left: 50%;
}

.clean-search:after {
	transform: translate(-50%, -50%) rotateZ(45deg);
}

.clean-search:before {
	transform: translate(-50%, -50%) rotateZ(-45deg);
}

.search-ht {
	padding-top: 180px;
}


/* 产品类别 */

.pro-tab {
	border-bottom: solid 1px #ccc;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
}

.pro-tab a {
	display: block;
	float: left;
	text-align: center;
	padding: 20px 0;
	font-size: 24px;
	color: #333;
	flex: 1;
	position: relative;
	transition: all .4s;
	height: 80px;
}

.pro-tab a:first-child:before {
	display: none;
}

.pro-tab a:before {
	display: block;
	content: '';
	width: 1px;
	height: 50px;
	background-color: #cccccc;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.pro-tab a:after {
	display: block;
	content: '';
	width: 0;
	height: 4px;
	background-color: #4a82fe;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	transition: all .4s;
}

.pro-tab a.active,
.pro-tab a:hover {
	color: #4a82fe;
}

.pro-tab a.active:after,
.pro-tab a:hover:after {
	width: 100%;
}

.pro-info-tab {
	margin-top: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.pro-info-tab a {
	display: block;
	font-size: 18px;
	color: #333;
	transition: all .4s;
}

.pro-info-tab a span {
	display: inline-block;
	color: #999;
}

.pro-info-tab a.acitve,
.pro-info-tab a:hover {
	color: #c1000c;
}

.pro-ul {
	padding: 40px 0;
}

.pro-ul li {
	margin-bottom: 20px;
}

.pro-ul li a {
	display: block;
	position: relative;
}

.pro-ul li:hover .pro-text {
	background-color: #4a82fe;
}

.pro-img img {
	width: 100%;
	object-fit: cover;
}

.pro-text {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: rgba(8, 8, 8, .5);
	width: 100%;
	height: 90px;
	padding: 20px;
	transition: all .4s;
}

.pro-text p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-size: 20px;
	line-height: 28px;
	color: #fff;
}

.pro-box {
	padding-bottom: 60px;
}


/* 内页banner */

.banner-inside {
	height: 340px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.banner-inside h1 {
	font-size: 36px;
	color: #fff;
}


/* 内页footer */

.footer {
	position: static;
	height: auto;
	line-height: 22px;
}

.footer .foot-box {
	padding: 10px 0;
}

.foot-box p {
	padding-right: 45px;
	word-break: break-word;
}

.footer .ewm {
	display: flex;
	align-items: center;
	justify-content: center;
}


/* 产品详情 */

.pro-nav {
	/* margin: 0 10%; */
	text-align: center;
	position: relative;
}

.pro-nav:after {
	display: block;
	content: '';
	width: 85%;
	height: 1px;
	background-color: #ccc;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.pro-nav>* {
	text-align: left;
}

.pro-nav div>* {
	display: inline-block;
	vertical-align: text-bottom;
	padding: 30px 0;
}

.pro-nav a {
	font-size: 20px;
	color: #333;
	line-height: 1;
	letter-spacing: 1px;
}

.pro-nav a:first-child:before {
	display: none;
}

.pro-nav a:before {
	display: inline-block;
	content: ' ';
	background-image: url(../images/jt.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 10px;
	height: 15px;
	margin: 0 10px;
}

.proinfo {
	padding: 40px 0;
}

.proinfo-top>* {
	display: inline-block;
	vertical-align: text-top;
}

.proinfo-img {
	width: 50%;
	margin-right: 25px;
}

.proinfo-top-right h2 {
	font-size: 24px;
	color: #333;
	line-height: 1;
}

.proinfo-top-right p {
	font-size: 20px;
	margin: 20px 0;
	color: #333;
	line-height: 1;
}

.proinfo-top-right {
	max-width: 47%;
}

.info {
	padding: 20px 0;
}

.infotext {
	font-size: 20px;
	line-height: 32px;
	color: #333;
}


/* 产品应用 */

.proyy {
	padding: 20px 0px;
}

.proyy-ul li {
	display: flex;
	margin-bottom: 20px;
}

.proyy-ul li:nth-child(2n) {
	flex-flow: row-reverse;
}

.yytext {
	color: #333;
	margin: 0;
}

.yytext-box {
	padding: 0 30px;
	background-color: #f2f2f2;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.yytext h2:after {
	background-color: #333;
}

.yytext .product-txt {
	width: 85%;
}

.inside-title {
	margin: 60px 0;
	text-align: center;
}

.inside-title h2 {
	font-size: 32px;
	color: #333;
}


/* 行业新闻 */

.newsinside-head {
	background-color: #2a3753;
	margin-bottom: 100px;
}

.newsinside-head .row {
	position: relative;
}

.newsinside-img {
	position: absolute;
	top: 40px;
	left: 0;
}

.newsinside-info {
	margin: 80px 0 50px 20px;
	position: relative;
	float: right;
}

.newsinside-box-head {
	border-bottom: solid 2px rgba(255, 255, 255, .5);
}

.newsinside-box-head h2 {
	font-size: 24px;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.newsinside-box-head p {
	padding: 20px 0;
	font-size: 18px;
	color: #fff;
}

.newsinside-info .txt {
	font-size: 18px;
	line-height: 30px;
	color: #fff;
	margin: 30px 0;
	min-height: 160px;
}

.newsinside-ul li {
	padding: 20px 0;
	border-bottom: solid 1px #e6e6e6;
}

.newsinside-ul li:last-child {
	border-bottom: none;
}

.newsinside-ul li h2 {
	font-size: 24px;
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.newsinside-ul-p {
	font-size: 18px;
	margin-top: 20px;
	line-height: 1;
	color: #666;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.newsinside-ul-p:before {
	display: inline-block;
	vertical-align: middle;
	content: '';
	width: 5px;
	height: 5px;
	background-color: #666666;
	border-radius: 50%;
	margin-right: 20px;
}

.wejoy_page {
	text-align: center;
	margin: 15px 0;
}

.wejoy_page a {
	display: inline-block;
	vertical-align: middle;
	line-height: 40px;
	width: 40px;
	height: 40px;
	background-color: #ffffff;
	border-radius: 5px;
	border: solid 1px #cccccc;
	margin: 0 7px;
	transition: all .4s;
}

.wejoy_page a.active,
.wejoy_page a:hover {
	color: #fff;
	background-color: #C10001;
	border: none;
}

.culture-center-bg img{
	width: 100%;
	height: 100%;
}
/*新闻动态详情*/

.newsinfo-box {
	padding: 30px 0 150px;
}

.newsinfo-head {
	position: relative;
	padding: 10px 0;
}

.newsinfo-head:after {
	display: block;
	content: '';
	width: 105%;
	height: 1px;
	background-color: #ccc;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}

.newsinfo-head h2 {
	font-size: 24px;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.newsinfo-head p {
	font-size: 18px;
	color: #999;
	margin: 10px 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1;
}

.info-txt {
	font-size: 18px;
	line-height: 30px;
	color: #666;
}

.switch {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 0;
	position: relative;
}

.switch:before {
	display: block;
	content: '';
	width: 105%;
	height: 1px;
	background-color: #ccc;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
}

.switch-box a {
	display: flex;
	align-items: center;
}

.switch-info {
	margin: 0 20px;
}

.switch-info span {
	display: block;
	font-size: 18px;
	color: #999;
	margin: 20px 0;
}

.switch-info h3 {
	font-size: 24px;
	color: #333;
	font-weight: bold;
}

.switch-all {
	width: 148px;
	border-left: solid 1px #999;
	border-right: solid 1px #999;
	text-align: center;
	padding: 8px 0;
}

.switch-all span {
	display: block;
	font-size: 24px;
	color: #333;
}


/*联系我们*/

.contactinside {
	margin-top: 40px;
}

.contactinside_head h2 {
	font-size: 32px;
	color: #333;
	text-align: center;
	position: relative;
	padding-bottom: 20px;
}

.contactinside_head h2:after {
	display: block;
	content: '';
	width: 70px;
	height: 2px;
	background-color: #c1000c;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.contactinside_head_p {
	margin: 40px 0;
	font-size: 24px;
	color: #666;
}

.contactinside_box {
	background-size: cover;
	background-repeat: no-repeat;
	margin: 120px 0;
}

.map-box {
	transform: translateY(-30px);
	margin-bottom: -60px;
}

.map-box img {
	box-shadow: 10px 10px 20px -5px #484747;
}

.contactinside-right {
	padding-left: 20px;
	margin: 20px 0;
}

.contactinside-right h2 {
	color: #fff;
	font-size: 32px;
	position: relative;
	padding-bottom: 20px;
}

.contactinside-right h2:after {
	display: block;
	content: '';
	width: 50px;
	height: 3px;
	background-color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
}

.contactinside-text {
	margin-top: 40px;
}

.contactinside-text h3 {
	color: #fff;
	font-size: 24px;
}

.contactinside-text p {
	font-size: 22px;
	color: #fff;
	margin-top: 40px;
}

.contactinside-text p img {
	margin-right: 10px;
}

.insidecontact-form {
	width: 100%;
}

.contact_form {
	background-size: cover;
	background-repeat: no-repeat;
	padding: 40px 0 70px;
}

.contact_form h1 {
	font-size: 32px;
	color: #fff;
	text-align: center;
	margin-bottom: 60px;
}


/*校園招聘*/

.recruit-title {
	margin: 40px 0;
}

.recruit-title h2 {
	font-size: 30px;
	text-align: center;
	color: #333;
}

.recruit-head {
	background-repeat: no-repeat;
	background-size: 100% 90%;
	padding-top: 40px;
}

.recruit-head-box h2 {
	font-size: 24px;
	color: #fff;
	margin-bottom: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.recruit-txt {
	color: #fff;
	font-size: 18px;
	line-height: 28px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}

.recruit-head-box {
	margin-top: 100px;
}

.recruit-head-box:first-child {
	margin-top: 0;
	height: 160px;
}

.recruit-img {
	padding: 0;
}

.recruit-ul-top-tit>* {
	float: left;
	font-size: 24px;
	color: #fff;
	height: 45px;
	line-height: 45px;
	padding: 0 10px;
}

.recruit-ul-top-tit span {
	background-color: #4a82fe;
}

.recruit-ul-top-tit h2 {
	background-color: #2a3753;
}

.recruit-ul {
	padding: 40px 0;
}

.recruit-ul li {
	margin-bottom: 20px;
}

.recruit-ul li a {
	display: block;
	border: solid 1px #999;
	padding: 40px;
}

.recruit-ul-top-p {
	font-size: 22px;
	color: #ff7200;
	margin-top: 20px;
}

.recruit-ul-top-p span {
	display: inline-block;
	color: #333;
}

.recruit-ul-span {
	margin: 40px 0 30px;
}

.recruit-ul-span span {
	display: block;
	float: left;
	width: 31%;
	margin-right: 3.5%;
	text-align: center;
	border: solid 1px #ccc;
	margin-bottom: 10px;
	font-size: 16px;
	color: #333;
	height: 30px;
	line-height: 30px;
}

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

.recruit-zy {
	padding: 20px 0;
	border-top: solid 1px #b9b9b9;
}

.recruit-zy span {
	display: block;
	float: left;
	font-size: 18px;
	color: #666;
	padding: 0 20px;
	border-right: solid 1px #999;
}

.recruit-zy span:first-child {
	padding-left: 0;
}

.recruit-zy span:last-child {
	padding-right: 0;
	border-right: 0;
}

.recruit-btn {
	height: 40px;
	background-color: #c1000c;
	border-radius: 3px;
	line-height: 40px;
	text-align: center;
	font-size: 20px;
	color: #fff;
}

.recruit-btn img {
	margin-left: 10px;
}

.all-show {
	/*margin: auto;*/
}

.all-show a {
	display: block;
	width: 380px;
	height: 60px;
	border-radius: 3px;
	border: solid 1px #666666;
	font-size: 24px;
	color: #666;
	line-height: 60px;
	text-align: center;
	margin: 0 auto;
}

.all-show a span {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin-left: 20px;
}

.all-show a span:before,
.all-show a span:after {
	display: block;
	content: '';
	background-color: #666;
	width: 1px;
	height: 21px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.all-show a span:after {
	transform: translate(-50%, -50%) rotateZ(90deg);
}

.recruit {
	padding-bottom: 100px;
}


/*人才评估*/

.personnel {
	background-color: #ffffff;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.51);
	background-image: url(../images/rcafter.png);
	background-size: 10%;
	background-repeat: no-repeat;
	background-position: top right;
	padding: 50px 60px;
	position: relative;
}

.personnel .page {
	position: absolute;
	background-image: url(../images/rcafter2.png);
	background-repeat: no-repeat;
	background-size: contain;
	color: #fff;
	font-size: 24px;
	padding: 5px 20px 15px 38px;
	left: -15px;
}

.personnel-problem {
	padding-top: 80px;
}

.personnel-problem h2 {
	font-size: 28px;
	color: #383838;
}

.problem-ul li {
	padding: 30px 0 20px;
	border-bottom: dashed 1px #ababab;
}

.problem-ul li:last-child {
	border-bottom: none;
}

.problem-ul li>* {
	display: inline-block;
	vertical-align: middle;
}

.problem-ul li input[type="radio"] {
	margin: 0;
	width: 22px;
	height: 22px;
	margin-right: 15px;
}

.problem-ul li p {
	font-size: 24px;
	color: #383838;
	max-width: 90%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.problem-ul li input[type="text"] {
	min-width: 100px;
	margin-left: 10px;
	font-size: 20px;
	color: #383838;
	border-bottom: dashed 1px #000;
}

.problem-btn {
	margin-top: 40px;
	text-align: center;
}

.problem-btn a {
	display: inline-block;
	vertical-align: middle;
	width: 200px;
	height: 40px;
	background-color: #4a82fe;
	border-radius: 3px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 20px;
	margin: 0 15px;
}

.problem-btn a:first-child img {
	margin-right: 20px;
}

.problem-btn a:last-child img {
	margin-left: 20px;
}


/*简历填写*/

.resume {
	margin-top: 20px;
	background-color: #fff;
	padding: 50px 0;
}

.resume h1 {
	text-align: center;
	font-size: 32px;
	color: #333;
	margin-bottom: 20px;
}

.section_box {
	padding: 20px;
}

.section_box h2 {
	font-size: 24px;
	color: #333;
	margin-bottom: 10px;
}

.section_box h2:before {
	display: inline-block;
	vertical-align: middle;
	content: '';
	width: 3px;
	height: 30px;
	background-color: #c1000c;
	margin-right: 20px;
}

.section_input {
	display: inline-flex;
	align-items: center;
	width: 48%;
	margin-bottom: 20px;
}

.section_input:nth-child(2n) {
	margin-left: 3.6%;
}

.section_input label {
	width: 120px;
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	color: #333;
	font-weight: normal;
}

.section_input input {
	flex: 1;
	height: 60px;
	line-height: 60px;
	background-color: #ffffff;
	border: solid 1px #cccccc;
	padding: 0 20px;
	font-size: 18px;
}

.section_box_info {
	margin-top: 30px;
}

.img-upload {
	font-size: 0;
	margin-right: -10px;
}

.img-upload>* {
	display: inline-block;
	vertical-align: text-top;
	margin-right: 10px;
}

.img-upload>*:nth-child(5n) {
	margin-right: 0;
}

.img-upload>*:nth-child(n+6) {
	margin-top: 10px;
}

.img-upload>*:nth-child(n+2) {
	margin-bottom: 10px;
}

.img-add {
	width: 200px;
	height: 200px;
	line-height: 200px;
	text-align: center;
	position: relative;
}

.img-add input {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	cursor: pointer;
}

.img-info-box {
	width: 200px;
	height: 200px;
	background-color: #f4f5f9;
	position: relative;
}

.file-name {
	color: #3c3c3c;
	font-size: 20px;
	text-align: center;
	margin-top: 20px;
}

.img-info p {
	width: 100%;
	height: 70%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 24px;
	background-color: #999;
	object-fit: cover;
}

.img-del {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	z-index: 11;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .7);
	cursor: pointer;
	height: 30%;
	text-align: center;
	color: #fff;
	font-size: 24px;
}

.section_btn {
	width: 100%;
	height: 100px;
	box-shadow: -10px 0 10px 0 #585858;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	background-color: #fff;
	margin: 0!important;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 111;
}

.submit-ht {
	padding-bottom: 100px;
}

.section_btn button,
.section_btn a {
	margin: 0;
	margin-left: auto;
}


/*职位信息*/

.zwinformation-box {
	padding-bottom: 100px;
}

.zwinfor-info {
	padding-top: 30px;
	overflow: hidden;
}

.zwinfor-info h2 {
	font-size: 24px;
	color: #191919;
	font-weight: bold;
}

.zwinfor-xl {
	margin: 30px 0 20px;
}

.zwinfor-xl>span {
	display: inline-block;
	font-size: 18px;
	color: #666;
}

.zwinfor-info .recruit-ul-span {
	margin-bottom: 0;
}

.zwinfor-info .recruit-ul-span span {
	width: auto;
	padding: 0 8px;
	margin-right: 20px;
	border-radius: 2px;
}

.zwinfor-txt {
	padding: 15px 0;
	font-size: 18px;
	line-height: 32px;
	color: #666;
}

.zwinfor-txt span {
	display: block;
	font-weight: bold;
	color: #333;
}


/*公司简介*/

.aboutinside {
	padding: 60px 0;
}

.aboutinside-box {
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
}

.aboutinside-text {
	font-size: 18px;
	line-height: 32px;
	color: #666;
}

.aboutinside-img img {
	margin-bottom: 20px;
}

.aboutinside-img img:last-child {
	margin-bottom: 0;
}

.aboutinside .title h1 {
	font-size: 32px;
}

.aboutinside .title p {
	font-size: 24px;
}

.glory-box {
	padding: 60px 0 120px;
}

.glory-box .c-title {
	height: auto;
}

.glory-box .c-title h1 {
	position: relative;
	padding-bottom: 12px;
}

.glory-box .c-title p {
	margin: 40px 0 50px;
	color: #fff;
}

.bottom_line::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -30px;
	width: 60px;
	height: 2px;
	background: #fff;
}

.glory-img {
	margin-top: -100px;
	overflow: auto;
}

.img_item {
	margin-bottom: 20px;
}

.glory-img-3 {
	margin-top: -10px;
}

.glory-img .img_item img {
	width: 100%;
}

.glory-img .img_item>div {
	text-align: center;
}

.glory-img-3 .img_item>div {
	padding: 0 20px;
}

.glory-img .img_item .msg .title {
	font-size: 24px;
	padding: 10px 0;
	color: #333;
}

.glory-img .img_item .msg div {
	font-size: 18px;
	line-height: 24px;
	color: #333;
	width: 80%;
	margin: 0 auto;
	letter-spacing: 1px;
}

.glory-img-3 .img_item .msg div {
	width: 100%;
}


/*企业文化*/

.cultureinside .culture-box {
	padding: 180px 0;
	position: relative;
}

.dbx-ul {
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.dbx-ul li {
	float: left;
	width: 20%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.dbx-ul li>div {
	text-align: center;
}

.dbx-ul li span {
	display: block;
	font-size: 58px;
	color: #333;
	line-height: 1;
}

.dbx-ul li p {
	font-size: 18px;
	color: #666;
}

.dbx-ul li em {
	display: block;
	font-style: normal;
	font-size: 27px;
	color: #c1000c;
	letter-spacing: 2px;
	font-weight: bold;
}

.dbxbox {
	padding-bottom: 80px;
}

.cultureinside {
	padding-bottom: 100px
}


/*企业团建*/

.league-box {
	/*margin-bottom: 20px;*/
}

.league-box-head {
	position: relative;
	padding: 40px 0;
}

.league-box-head img {
	width: 100%;
}

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

.league-box .contactinside_head h2 {
	color: #fff;
}

.league-box .contactinside_head h2:after {
	background-color: #fff;
	width: 50px;
	height: 3px;
}

.league-ul {
	margin-bottom: 40px;
}

.league-ul li a {
	display: block;
	position: relative;
}

.league-ul li a:before {
	/*display: block;
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(254, 254, 254, .5);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all .4s;
	box-shadow: 0 0 10px 1px #ccc;*/
}

.league-ul li:hover a:before {
	/*width: 0;
	height: 0;*/
}

.league-ul li img {
	width: 100%;
}

.leaguebuilding {
	padding-bottom: 80px;
}

.league-ul-2 {
	margin-bottom: 20px;
}

.league-ul-2 li {
	margin-bottom: 20px;
}


/*发展历程*/

.history-banner {
	padding: 140px 0;
	position: relative;
	overflow: hidden;
}

.history {
	background-image: url(../images/about_bg2.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom:80px;
}

.history-banner .w60 {
	position: relative;
}

.history-banner-line {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}

.line {
	display: block;
	content: '';
	width: 100%;
	height: 2px;
	border: dashed 1px #333;
	margin-left: 13px;
}

.line:before {
	display: block;
	content: '';
	width: 23px;
	height: 19px;
	background-image: url(../images/dbx_active.png);
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}

.line:after {
	display: block;
	content: '';
	width: 23px;
	height: 19px;
	background-image: url(../images/dbx_active.png);
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}

.history-banner-box {
	text-align: center;
	position: relative;
	padding: 200px 0;
}

.history-banner-p {
	font-size: 20px;
	line-height: 36px;
	color: #666;
	position: absolute;
	bottom: 70%;
	left: 50%;
	transform: translateX(-50%);
	width: 237px;
}

.history-banner-time {
	font-size: 24px;
	color: #333;
}

.history-banner-img {
	position: relative;
	border-radius: 50%;
	width: 100px;
	height: 100px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.history-banner-img-txt {
	position: absolute;
	border-radius: 50%;
	overflow: hidden;
	width: 100%;
	height: 100%;
	background-color: rgba(51, 51, 51, .3);
	font-size: 28px;
	color: #fff;
	z-index: 1;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.history-banner-img:before {
	display: block;
	content: '';
	width: 15px;
	height: 12px;
	background-image: url(../images/dbx2.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 50%;
	top: -30px;
	transform: translateX(-50%);
}

.history-banner-time span {
	background-color: #fff;
	display: block;
	width: 87%;
	margin: 0 auto;
	position: relative;
}

.history-banner-time span:before,
.history-banner-time span:after {
	display: inline-block;
	background-image: url(../images/dbx.png);
	content: '';
	width: 23px;
	height: 19px;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.history-banner-time span:before {
	margin-right: 5px;
	right:0;
}

.history-banner-time span:after {
	margin-left: 5px;
	left:0;
}

.history-banner .swiper-slide:nth-child(2n) .history-banner-p {
	bottom: auto;
	top: 70%
}

.history-banner .swiper-slide:nth-child(2n) .history-banner-img {
	top: 0;
}

.history-banner .swiper-slide:nth-child(2n) .history-banner-img:before {
	bottom: -30px;
	top: auto;
}

.z-sy6-i1 {
	position: relative;
}

.z-sy6-d3 {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.z-sy6-o1 {
	width: 15px;
	height: 15px;
	background: #fff;
	border: 0;
	border-radius: 50%;
	position: absolute;
	cursor: pointer;
	z-index: 11;
	border: solid #c1000c 1px;
	transition: all .4s;
}

.z-sy6-o2 {
	width: 100%;
	height: 100%;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.5);
	animation: circle1 2s linear infinite;
}

.z-sy6-o2:before,.z-sy6-o2:after{
	display: block;
	content: '';
	width: 40%;
	height: 40%;
	border-radius: 50%;
	position: absolute;
	border: solid 1px #c1000c;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.z-sy6-o2::before{
	animation: circle5 3s 1000ms linear infinite;
}
.z-sy6-o2::after{
	animation: circle5 3s 2000ms linear infinite;
}

@keyframes circle5 {
	0% {
		opacity: 1;
	}
	100% {
		width: 40px;
		height: 40px;
		opacity: 0;
	}
}
.z-sy6-o1:hover,.z-sy6-o1:hover .z-sy6-o2:before,.z-sy6-o1:hover .z-sy6-o2:after{
	border-color: #f7b600;
}
.z-sy6-o1:hover .z-sy6-p1{
	background-color: #f7b600;
}
.z-sy6-p1 {
	font-size: 24px;
	color: #fff;
	border-radius: 5px;
	width: 70px;
	height: 30px;
	line-height: 30px;
	background-color: #c1000c;
	text-align: center;
	position: absolute;
}

.z-sy6-o1:nth-child(1) {
	top: calc(520/770*100%);
	right: calc(380/934*100%);
}

.z-sy6-o1:nth-child(1) .z-sy6-p1 {
	top: calc(-27/10*100%);
	left: calc(-25/10*100%);
}

.z-sy6-o1:nth-child(2) {
	top: calc(445/770*100%);
	right: calc(160/934*100%);
}

.z-sy6-o1:nth-child(2) .z-sy6-p1 {
	top: calc(-27/10*100%);
	left: calc(-35/10*100%);
}

.z-sy6-o1:nth-child(3) {
	top: calc(470/770*100%);
	right: calc(200/934*100%);
}

.z-sy6-o1:nth-child(3) .z-sy6-p1 {
	top: calc(-27/10*100%);
	left: calc(-45/10*100%);
}

.z-sy6-o1:nth-child(4) {
	top: calc(495/770*100%);
	right: calc(260/934*100%);
}

.z-sy6-o1:nth-child(4) .z-sy6-p1 {
	top: calc(-27/10*100%);
	left: calc(-25/10*100%);
}

.z-sy6-o1:nth-child(5) {
	top: calc(450/770*100%);
	right: calc(140/934*100%);
}

.z-sy6-o1:nth-child(5) .z-sy6-p1 {
	top: calc(-25/10*100%);
	left: calc(15/10*100%);
}

.z-sy6-o1:nth-child(6) {
	top: calc(492/770*100%);
	right: calc(143/934*100%);
}

.z-sy6-o1:nth-child(6) .z-sy6-p1 {
	top: calc(-25/10*100%);
	left: calc(-40/10*100%);
}

.z-sy6-o1:nth-child(7) {
	top: calc(460/770*100%);
	right: calc(130/934*100%);
}

.z-sy6-o1:nth-child(7) .z-sy6-p1 {
	top: calc(-8/10*100%);
	left: calc(20/10*100%);
}

.z-sy6-o1:nth-child(8) {
	top: calc(491/770*100%);
	right: calc(110/934*100%);
}

.z-sy6-o1:nth-child(8) .z-sy6-p1 {
	top: calc(-8/10*100%);
	left: calc(20/10*100%);
}

.z-sy6-o1:nth-child(9) {
	top: calc(610/770*100%);
	right: calc(170/934*100%);
}

.z-sy6-o1:nth-child(9) .z-sy6-p1 {
	top: calc(-27/10*100%);
	left: calc(-25/10*100%);
}


.z-sy6-o1:nth-child(10) {
  	top: calc(285/770*100%);
    right: calc(226/934*100%);
}
.z-sy6-o1:nth-child(10) .z-sy6-p1 {
	top: calc(-27/10*100%);
	left: calc(-25/10*100%);
}
.z-sy6-o1:nth-child(11) {
  	top: calc(650/770*100%);
    right: calc(250/934*100%);
}
.z-sy6-o1:nth-child(11) .z-sy6-p1 {
	top: calc(-27/10*100%);
	left: calc(-25/10*100%);
}

.z-sy6-o1:nth-child(12) {
	top: calc(625/960*100%);
	right: calc(250/520*100%);
}
.z-sy6-o1:nth-child(12) .z-sy6-p1 {
	top: calc(-27/10*100%);
	left: calc(-25/10*100%);
}







.z-sy6-o1:nth-child(13) {
	top: calc(446/770*100%);
	right: calc(150/934*100%);
}

.z-sy6-o1:nth-child(13) .z-sy6-p1 {
	top: calc(-50/10*100%);
	left: calc(10/10*100%);
}
/* 西安的定位 - 位于中国中部偏西北 */
.z-sy6-o1:nth-child(14) {
	top: calc(430/770*100%);
	right: calc(360/934*100%);
}
.z-sy6-o1:nth-child(14) .z-sy6-p1 {
	top: calc(-27/10*100%);
	left: calc(-25/10*100%);
}

/* 深圳的定位 - 位于中国南部，靠近广州 */
.z-sy6-o1:nth-child(15) {
	top: calc(665/770*100%);
	right: calc(230/934*100%);
}
.z-sy6-o1:nth-child(15) .z-sy6-p1 {
	top: calc(-27/10*100%);
	left: calc(10/10*100%);
}
.map-ul {
	margin-right: -10px;
	margin-top: 40px;
	display: none;
}

.map-ul span {
	display: block;
	float: left;
	color: #fff;
	font-size: 18px;
	background-color: #C10001;
	width: 60px;
	height: 30px;
	line-height: 30px;
	margin-right: 10px;
	text-align: center;
	margin-bottom: 10px;
}


/*新增*/

.wrap-ewm {
	display: none;
}

.search-page {
	position: relative;
}

.searchBox {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 0;
	z-index: 10;
	overflow: hidden;
	height: 28px;
	line-height: 28px;
	opacity: 0;
	filter: alpha(opacity=0);
	border: 1px solid #cacaca;
	background-color: #fff;
}

.searchBox input {
	display: block;
	float: left;
	height: 28px;
	line-height: 28px;
	color: #666;
	border: none;
	background: none;
	font-size: 14px;
}

.searchBox input[type="text"] {
	padding-left: 10px;
	width: 129px;
}

.searchBox input[type="submit"] {
	width: 23px;
	cursor: pointer;
	background: url(../images/search.png) no-repeat right center;
	background-size: 20px;
}
.swiper-slide:nth-child(2n) .history-banner-img:hover{
	animation: flodown 1.5s infinite linear;
}
.history-banner-img:hover{
	animation: floup 1.5s infinite linear;
}
@keyframes flodown{
	0%{
		transform: translateX(-50%) translateY(0);
	}
	50%{
		transform: translateX(-50%) translateY(10px);
	}
	100%{
		transform: translateX(-50%) translateY(0);
	}
}
@keyframes floup{
	0%{
		transform: translateX(-50%) translateY(0);
	}
	50%{
		transform: translateX(-50%) translateY(-10px);
	}
	100%{
		transform: translateX(-50%) translateY(0);
	}
}
.culture-center-bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	animation: ror 8s infinite linear;
}
@keyframes ror{
	from{
		transform: rotate(0) scale(1);
	}
	50%{
		transform: rotate(180deg) scale(1.3);
	}
	to{
		transform: rotate(360deg) scale(1);
	}
}
.news-box .w60{
	margin: 0;
}
/*2020.7.15*/
.jump-btn{
	bottom: 0;
}
.news-ul{
	width: 100%;
}
.news-ul .jump-btn{
	bottom: 30px;
}
.news-box-info{
	background-size: cover;
}
