* {
	margin: 0;
	padding: 0;
	text-decoration: none;
}

.headbox {
	display: flex;
	justify-content: space-between;
	height: 200px;
	align-items: center;
	padding: 0 100px;
}

.menu {
	display: inline-flex;
}

.menu li {
	display: inline-block;
	font-size: 20px;
	margin: 0 50px;
	color: #333;
	position: relative;
}

.menu li a {
	color: #333;
}

.qline {
	background: #f6f6f8;
	height: 98px;
	border-bottom: 1px solid #e1e1e3;
	border-top: 1px solid #e1e1e3;
	display: flex;
	align-items: center;
	justify-content: center;
}

.qline a {
	font-size: 20px;
	padding: 0 50px;
	color: #333;
	border-left: 1px solid #e1e1e3;
	border-right: 1px solid #e1e1e3;
	margin-left: -1px;
	height: 98px;
	line-height: 98px;
}

.qline a.active{
	color: #f44b2a;
}

 a:hover,.menu li a:hover {
	color: #f44b2a;
}

.lang:hover .langbox {
	display: block;
}

.langbox {
	display: none;
	width: 120px;
	position: absolute;
	top: 27px;
	left: 50%;
	z-index: 9;
	margin-left: -60px;
}

.langbox a {
	display: block;
	border: 1px solid #e1e1e3;
	margin-top: -1px;
	text-align: center;
	padding: 5px;
}

.foot {
	background: #333333;
	text-align: center;
	color: #999;
	padding: 10px;
}

.main {
	min-height: 600px;
}

.owl-carousel {
	width: 1420px;
	margin: auto;
}

.owl-carousel .item {
	width: 1050px;
}

.owl-controls {
	position: absolute;
	left: 915px;
	bottom: 0;
}

.owl-theme .owl-controls .owl-nav [class*=owl-] {
	background-color: #ffbe64;
	font-size: 20px;
	color: #333;
	width: 60px;
	height: 60px;
	padding: 0;
	line-height: 60px;
	margin-bottom: 0;
	border-radius: 0;
}

.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
	background-color: #f44b2a;
}

.about {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 374px;
	background-image: url(../images/about.jpg);
}

.about p {
	color: #FFF;
	width: 600px;
	margin-left: 500px;
}

.about p span {
	font-size: 30px;
	margin-right:5px;
}

.msg {
	border-top: 1px solid #e1e1e3;
	border-bottom: 1px solid #e1e1e3;
	height: 138px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.msg .nr {
	display: inline-flex;
	justify-content: space-between;
}

@media screen and (max-width: 1400px) {
   .main img{
       width: 100% !important;
    }
}
