* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-text-size-adjust: none;
	font-family: arial;

}

.container {
	padding-right: 0;
	padding-left: 0;
}

body {
	font-family: MicrosoftYaHei;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	overflow-y: scroll;
}

div,
header,
p,
span,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
ul,
li {
	margin: 0;
	padding: 0;

}

input,
button {
	outline: 0;
	border: 0;
	background-color: #fff;
}

input {
	padding: 5px 10px;
}

input:focus,
textarea:focus {
	border-color: #66afe9 !important;

}

li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #000000;
	display: inline-block;
}

a:hover {
	text-decoration: none;
	color: #000
}

img {
	vertical-align: middle;
}

.clear {
	list-style: none;
	margin: 0 -15px 15px -15px;
}

.clear:after {
	content: "";
	display: block;
	clear: both;
}

.lf {
	float: left;
}

.rt {
	float: right;
}

/*flexbox*/
.faw {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.fan {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
}

.fc {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.fsw {
	display: flex;
	flex-wrap: wrap;
}

.fac {
	display: flex;
	justify-content: center;
	align-items: center;
}

.fcw {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

/*模态框*/
.fixed {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: rgba(0, 0, 0, 0.5);
	display: none;
}

.scrollY {
	overflow-x: hidden;
	overflow-y: auto;
}

/*overflow*/
.text-hidden {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


#menu>.nav,
.changeLang {
	height: 90px;
	display: flex;
	align-items: center;
}

.imgsize {
	object-fit: cover;
}

/*修改*/
/*增加一个1400px*/
@media (min-width: 1400px) {
	.container {
		width: 1360px;
	}
}

@media only screen and (max-width:767px) {
	.container {
		padding-right: 8px;
		padding-left: 8px;
	}

	.navbar-header>a>img {
		widows: 60px;
		height: 50px;
	}

	.container>.navbar-header {
		margin-left: 0;
	}
}

header {
	width: 100%;
	background-color: #535253;
	line-height: 90px;
	position: relative;
	transition: background-color .5s linear;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
}

.navbar {
	position: relative;
}

#menu {
	position: absolute;
	right: 15px;
	z-index: 20;
	box-sizing: content-box;
}

.nav-list {
	margin: 7.5px 0;
}

/*头部下滑时添加的动画
.fixBox{
	position:fixed;
	left:0;
	top:0;
	z-index:1000;
	background-color: #535253;
}*/
section {
	padding-top: 90px;
}

/*改变颜色*/
.navbar {
	margin-bottom: 0;
}

.navbar-toggle {
	background: lightblue;
	margin-top: 25px;
}

.navbar-toggle .icon-bar {
	background: #fff;
}

.logo {
	margin-left: 236px;
}

@media only screen and (max-width:1600px) {
	.logo {
		margin-left: 15px;
	}
}


@media only screen and (min-width:767px) {

	/* #menu>.nav,
	.changeLang {
		height: auto;
		display: block;
		align-items: center;
	} */

}

@media only screen and (min-width:992px) {
	.changeLang {
		padding: 0 60px 0 80px;
	}
}

@media only screen and (min-width:1200) {
	.logo {
		margin-left: 240px;
	}
}

.navbar-nav>li:not(:last-child),
.changeLang>button:first-child {
	position: relative
}

.changeLang>button:first-child:before {
	position: absolute;
	right: 0;
	top: 50%;
	content: "";
	transform: translateY(-50%);
	width: 1px;
	height: 10px;
	background-color: #d1d1d1;
}

@media only screen and (min-width:767px) {
	.navbar-nav>li:not(:last-child):before {
		position: absolute;
		right: 0;
		top: 50%;
		content: "";
		transform: translateY(-50%);
		width: 1px;
		height: 10px;
		background-color: #d1d1d1;
	}

	/*.changeLang{position:absolute;right:66px;top:50%;transform:translateY(-50%);}*/
}

.navbar-nav>li>a {
	padding-top: 0;
	padding-bottom: 0;
}

/*触摸a时*/
.navbar-nav>li>a:hover {
	background-color: inherit;
}

.navbar-nav>li>a {
	position: relative;
}

.navbar-nav>li>a:hover:after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 30px;
	height: 1px;
	background-color: #ffffff;
}

#menu .nav * {
	color: #d1d1d1;
	;
	line-height: 30px;
}

#menu .nav .active>a {
	color: #fff;
	position: relative;
}


#menu .nav .active>a:after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 30px;
	height: 1px;
	background-color: #ffffff;
}

/*改变语言*/
/*.changeLang{position:absolute;right:66px;top:50%;transform:translateY(-50%);}*/
.changeLang>button {
	padding: 0 5px;
	margin: 0;
	background-color: #535253;
	color: #d1d1d1;
	line-height: 1.42857143;
	font-size: 12px;
}

.changeLang {
	margin-left: 9%;
}

/*图片弹框*/
.magnify-box {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .8);
	z-index: 1000;
	transition: all .8s;
	display: none;
}

.on {
	opacity: 1;
}

.close-box {
	position: absolute;
	right: 40px;
	top: 40px;
	font-size: 30px;
	background: transparent;
	color: #fff;
}

.magnify-banner {
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate(-50%);
	transition: all .8s;
	text-align: center;
}

.magnify-banner .swiper-slide>img {
	width: 100%;
}

.magnify-banner .swiper-slide {
	position: relative
}

.magnify-banner .swiper-slide p {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #fff;
	padding-left: 20px;
	background: rgba(0, 0, 0, .78);
	font-size: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.on .magnify-banner {
	top: 50%;
	transform: translate(-50%, -50%);
}



/*尾部*/

.footer-list {
	width: 100%;
	height: 188px;
	background-color: #000000;
	overflow: hidden;
}

.footer-list * {
	font-size: 14px;
}

.copyright {
	width: 100%;
	height: 45px;
	line-height: 45px;
	color: #fff;
	background-color: #535253;
	font-size: 12px;
}

.footer-list>div>div {
	margin-top: 32px;
}

.contact {
	width: 50%;
	/* padding: 0 6%; */
	text-align: left;
}

.contact-top {
	display: flex;
	margin-bottom: 8px;
}

.contact-top p {
	margin-right: 30px;
}

.newsletter {
	width: 24.42%
}

/* .link{width:43.857%;} */

.contact>h3 {
	color: #fff;
	margin-bottom: 16px;
	font-size: 16px;
	font-weight: 700;
}

.newsletter>h3 {
	color: #fff;
	margin-bottom: 20px;
}

.contact>p {
	/* margin-bottom: 20px; */
	color: #fff;
}

.contact>div {
	color: #fff;
}

.follow {
	text-align: left;
}

.follow>h3 {
	color: #fff;
	margin-bottom: 32px;
	font-size: 16px;
	font-weight: 700;
}

.description {
	display: none;
}

.newsletter .msg {
	height: 100px;
	padding: 3px 10px;
	border: solid 1px rgba(204, 204, 204, 0.44);
	background-color: #767776;
	color: #cccccc;
	width: 170px;
}

.newsletter input {
	width: 170px;
	height: 36px;
	background-color: #767776;
	border: solid 1px rgba(204, 204, 204, 0.44);
	margin-bottom: 5px;
	padding: 3px 10px;
	font-size: 12px;
	color: #cccccc;

}

.newsletter input::-webkit-input-placeholder,
.newsletter textarea::-webkit-input-placeholder {
	color: #cccccc;
	font-size: 12px;
}

.newsletter input::-ms-input-placeholder,
.newsletter textarea::-ms-input-placeholder {
	color: #cccccc;
	font-size: 12px;
}

.newsletter input::-moz-placeholder,
.newsletter textarea::-moz-placeholder {
	color: #cccccc;
	font-size: 12px;
}

.newsletter button {
	width: 170px;
	height: 36px;
	background-color: #ffffff;
	margin-left: 4px;
}

.footer-bottom {
	display: flex;
	justify-content: space-between;
	padding-top: 6px;
}

/*链接*/
/* .footer-list  .link{margin-top:130px;} */
.innerLink {
	display: flex;
	flex-wrap: wrap;
	/* padding: 0 11.5%; */
	justify-content: space-between;
}

.innerLink * {
	line-height: 14px;
}

/* .innerLink li{width:33.333%;margin-bottom:23px;position: relative;} */
/* .innerLink li:hover:after{
	content:"";
	position: absolute;
	left:50%;
    bottom:-2px;
	width:30px;
	height:1px;
	background:#fff;
	transform:translateX(-50%);

} */
.innerLink a {
	width: 100%;
	text-align: center;
	font-weight: 700;
	color: #fff;
}

/* .innerLink li:not(:nth-child(3n)) a{border-right:1px solid #fff} */
.outerLink {
	display: flex;
	/* padding: 0 4%; */
}

@media only screen and (min-width:1200px) {
	/* .outerLink {
		padding: 0 15.5%;
	} */
}

.outerLink li {
	margin-right: 50px;
	text-align: center;
	/* display: table-cell;
	width: 1%; */
	width: 38px;
	height: 38px;
	line-height: 38px;

}

.outerLink li:last-child {
	margin-right: 0;
}

.outerLink li i {
	color: #fff;
	font-size: 17px;
}

.outerLink li:hover {
	background-color: #767776;

}

/*返回到顶部*/
.scroll-top {
	position: fixed;
	right: 20px;
	top: 50%;
	z-index: 100;
	display: none;
}

@media only screen and (min-width:1200px) {
	.scroll-top {
		right: 50px;
	}
}

/*适配手机*/
@media (max-width:767px) {
	#menu {
		background-color: #535253;
		border-radius: 5px;
		width: 120px;
		text-align: center;
		padding-bottom: 15px;
	}

	.logo {
		margin-left: 15px;
	}

	.footer-list {
		height: auto;
	}

	.copyright {

		line-height: 30px;
	}

	.footer-list>div>div {
		margin-top: 20px;
	}

	.contact {
		width: 100%;
		padding: 0;
	}

	.newsletter {
		width: 50%
	}

	.link {
		width: 100%;
	}

	.footer-list .link {
		margin: 20px 0 30px 0;
	}

	.copyright>span {
		display: block;
		line-height: 20px;
	}

	.innerLink * {
		line-height: 18px;
		width: 100px;
	}

	.innerLink a {
		text-align: left;
	}

	.footer-bottom {
		display: block;
	}

	.contact-top {
		display: block;
	}

	.follow>h3 {
		margin-top: 36px;
		margin-bottom: 10px;
	}

	/* .fsw {
		display: block;
	} */

	
	#menu>.nav,
	.changeLang {
		height: auto;
		display: block;
		align-items: center;
	}
}


/*定义在触摸图片时的效果*/
.hover-img {
	overflow: hidden;
}

.hover-img img {
	transition: transform .6s;
}

.hover-img:hover img {
	transform: scale(1.1);
}