ul,li{
	list-style: none;
	padding-left: 0;
}

input:focus,
textarea:focus {
	outline: none;
}
input,
textarea,
select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
button,
input {
	border: none;
	background: none;
	appearance: none;
	outline: none;
	box-shadow: none !important;
}
input,
textarea {
	border: none;
	background: none;
	appearance: none;
	outline: none;
}
/* 轮播超出隐藏 */
.rotation {
	position: relative;
	overflow: hidden;
}

.focusCenter {
	position: absolute;
	text-align: center;
	transition: 300ms opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10;
}

/* =========导航============= */
.navBox{
	background: url(../img/navBj.png) no-repeat;
	background-size: 100% 100%;
}
.fixed-nav{
	position: fixed;
	z-index: 100;
	width: 100%;
}
.navbar {
	padding: 1.5rem 0 1rem 0;
}

.navbar-nav {
	margin-left: 3rem;
}

.navbar-nav .nav-item {
	padding: 0 2.2rem;
}

.navbar-expand-lg .navbar-nav .nav-link {
	padding: 2px 0;
	color: #fff !important;
	text-transform: uppercase;
}
.navbar-nav li a:hover{
	color: #fff !important;
}
.default {
	color: #fff !important;
	border-bottom: 2px solid #e61f1a;
}
.nav-item:hover .dropdown-menu{
	display: block;
}
.dropdown-menu{
	border: none;
}
.searchBox{
	padding-left: 40px;
	margin-right: 20px;
	position: relative;
	cursor: pointer;
}
.search{
	padding-top: 10px;
	display: none;
	width: 215px;
	position: absolute;
	/* bottom: -45px;
	left: 40px; */

	z-index: 10;
}
.search form{
		background: #fff;
}
.search input{
	padding: 5px;
}
.searchBox:hover .search{
	display: block;
}
.language{
	width: 50px;
	position: relative;
}
.languageList{
	display: none;
	position: absolute;
	z-index: 100;
}
.languageList a{
	font-size: 14px;
	color: #fff;
}
.language:hover .languageList{
	display: block;
}
/* 标题*/
.title {
	text-align: center;
	padding: 3% 0;
	margin-left: 10px;
}

.title h3 {
	font-size: 30px;
	color: #fff;
	font-weight: 900;
}

.title p {
	font-size: 16px;
	color: #777777;
}
/* 尾部css */
.footBox{
	padding-top: 4%;
	background: url(../img/footBj.png) no-repeat;
	background-size: 100% 100%; 
}
.foot{
	display: flex;
	justify-content: space-between;
}
.footLogo{
	margin-top: 60px;
	width: 45%;
}
.footLogo p{
	line-height: 28px;
	margin-top: 30px;
	padding-right: 30%;
	color: #fff;
	font-size: 14px;
} 

.footList{
	width: 30%;
}
.formBox{
	width: 70%;
}
.footList span{
	display: block;
	margin-bottom: 25px;
	font-size: 16px;
	color: #fff;
	font-weight: 900;
}
.formBox span{
	margin-top: 15px;
	display: block;
	margin-bottom: 25px;
	font-size: 16px;
	color: #fff;
	font-weight: 900;
}
.footList li{
	font-size: 14px;
	color: #888888;
	margin-bottom: 15px;
}
.footList li a{
	font-size: 14px;
	color: #fff;
}
.inputBox input{
	padding: 5px 10px;
	width: 100%;
	background: #fff;
	margin-bottom: 20px;
	border-radius: 5px;
}
.inputBox textarea{
	padding: 5px 10px;
	width: 100%;
	height: 60px;
	margin-bottom: 15px;
	background: #fff;
	border-radius: 5px;
}
.submit{
	width: 108px;
	height: 35px;
	color: #0b78d1;
	background: #fff;
	border-radius: 35px;
}
.bootom{
	border-top: 1px solid #fff;
	padding: 15px 0;
}
.b_text{
	line-height: 33px;
	font-size: 14px;
	color: #fff;
}
.icoBox{
	margin: 0;
	float: right;
}
.icoBox li{
	float: left;
	margin-left: 20px;
}
.comeIn {
	padding: 4% 0 3% 0;
	background: #f9f9f9;
}

.comeIn h1 {
	font-weight: 900;
	text-align: center;
	font-size: 36px;
	color: #333333;
}

.comeIn p {
	text-align: center;
	font-size: 24px;
	color: #a5a5a5;
	text-transform: uppercase;
}

@media screen and (max-width:1200px) {
	.navbar-nav {
		margin-left: 0;
	}
	
}
@media screen and (max-width: 1000px) {
	.searchBox .searchImg {
		display: none;
	}
	.searchBox .search{
		display: block;
	}
	.navbar-light .navbar-toggler{
		border-color: #fff !important;
	}
	.navbar-light .navbar-toggler-icon{
		background: url(../img/nav.png);
	}
	.navbar-expand-lg .navbar-nav .nav-link{
		padding: 4px 0;
		width: 200px;
	}
	.language img{
		display: none;
	}
	.search{
		    position: inherit;
	}
	.language{
		width: 80px;
		position: absolute;
		right: 0;
		bottom: 46px;
	}
	.languageList{
		display: block;
	}
	.languageList li{
		float: left;
		margin-left: 10px;
	}
}
@media screen and (max-width: 900px) {
	.navbar-nav .nav-item {
		padding: 0;
	}
	.leftBox {
		width: 100%;
	}
	.newsList .title {
		width: 100%;
	}

	.newsList .title h3 {
		text-align: center;
	}

	.newsTeb {
		width: 100%;
		overflow: hidden;
	}

	.newsTeb li {
		float: left;
		width: 50%;
		text-align: center;
	}

	.leftBox .swiper-button-prev {
		display: none;
	}

	.leftBox .swiper-button-next {
		display: none;
	}

	.swiper-button-prev {
		left: 0;
	}

	.swiper-button-next {
		right: 0;
	}

	.foot {
		flex-wrap: wrap;
	}

	.footLogo {
		width: 100%;
	}

	.footList {
		width: 50%;
		padding-left: 0;
	}
	
}

@media screen and (max-width: 750px) {
	.logo{
		width: 50px;
	}
	.nav-link{
		width: 110px;
	}
	.navbar-collapse{
		padding-left: 20px;
		margin-left: -20px;
		width: 120%;
		background: #000;
		position: absolute;
		top: 88px;
		z-index: 100;
		padding-bottom: 50px;
	}
	.searchBox{
		padding-left: 0;
	}
	.language {
	    left: 9px !important;
	    bottom: 41px;
	}
}

.he-img {
	position: relative;
	overflow: hidden;
}

.he-img img {
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.he-nr::before,
.he-nr::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	-webkit-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}

.he:hover .he-nr::before {
	right: 50%;
	left: 50%;
	background: rgba(255, 255, 255, 0.2);
}

.he:hover .he-nr::after {
	top: 50%;
	bottom: 50%;
	background: rgba(255, 255, 255, 0.2);
}

.he:hover .he-img img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.hov5 {
	position: relative;
	overflow: hidden;
}

.hov5::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}

.hov5:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}

@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}

@keyframes shine {
	100% {
		left: 125%;
	}
}
.imgHover img {
	transition: .6s;
	transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-webkit-transform: rotateY (0deg);
	-o-transform: rotateY(0deg);
}

.imgHover:hover img {
	transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-webkit-transform: rotateY(360deg);
	-o- transform: rotateY(360deg);
}

.global_toolbar {
	position: fixed;
	z-index: 1001;
	top: 0;
	right: 0;
	width: 0;
	height: 100%;
	-webkit-transition: all .4s cubic-bezier(.2, .83, .42, .91);
	transition: all .4s cubic-bezier(.2, .83, .42, .91);
	border-left: 1px solid #d0d0d0;
	background: #fff
}

.toolbar_btn {
	position: absolute;
	top: 100%;
	left: -60px;
	width: 60px
}

.toolbar_btn a,
.toolbar_btn a samp {
	position: relative;
	display: block;
	height: 60px;
	-webkit-transition: all .4s cubic-bezier(.2, .83, .42, .91);
	transition: all .4s cubic-bezier(.2, .83, .42, .91);
	border-bottom: 1px solid #fff;
}

.toolbar_btn a samp {
	z-index: 2;
	width: 60px;
	color: #fff;
	background-color: #e7342f;
}

.toolbar_btn a em {
	font-size: 16px;
	font-style: normal;
	line-height: 60px;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 60px;
	display: block;
	overflow: hidden;
	width: 0;
	height: 60px;
	-webkit-transition: all .4s cubic-bezier(.2, .83, .42, .91);
	transition: all .4s cubic-bezier(.2, .83, .42, .91);
	text-align: center;
	color: #fff;
	background-color: #333;
}

.toolbar_btn a:hover em {
	width: 220px;
	background: #e7342f;
}

.iconi {
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	top: 15px;
	left: 15px;
}

.icon-LiveChat1 img {
	width: 100%;
	height: auto;
	display: block;
	border: none;
}
