@charset "utf-8";

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
form,
blockquote,
dl,
dd,
pre {
	margin: 0;
}

@font-face {
	font-family: common;
	src: url(../fonts/common-fonts.ttf);
}
@font-face {
	font-family: common_en;
	src: url(../fonts/en-common-fonts.ttf);
}

button,
th,
td {
	padding: 0;
	outline: none;
}

ul,
ol,
textarea,
input {
	margin: 0;
	padding: 0;
}

ul,
ol {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

fieldset,
img {
	border: 0;
}

select,
input,
img,
select {
	vertical-align: middle;
}

.button {
	color: #fff;
}

input {}

select,
textarea {}

h2 {
	font-weight: 700;
}

body {
	color: #444;
	background: #fff;
	width: 100%;
}

a,
a:hover,
a:visited {
	text-decoration: none;
	color: unset;
}

a:focus {
	text-decoration: none;
	color: inherit;
}

.clear-fix::after {
	display: block;
	content: "";
	clear: both;
}

img {
	max-width: 100%;
}

.flex {
	display: flex;
}

.flex.clear-fix {
	display: flex;
	flex-wrap: wrap;
}

.mt80 {
	margin-top: 80px;
}

.mb80 {
	margin-bottom: 80px;
}

.mt50 {
	margin-top: 50px;
}

.mb50 {
	margin-bottom: 50px;
}

.mt20 {
	margin-top: 20px;
}

.mt15 {
	margin-top: 15px;
}

.pad40 {
	padding: 0px 40px;
}

.pad80 {
	padding: 0px 80px;
}

.pad0 {
	padding: 0px;
}

.imgfit img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.imgfit video{
	width: 100%;
	height: 100%;
	border: 0px;
}
.imgfit iframe{
	width: 100%;
	height: 100%;
	border: 0px;
	min-height: 250px;
}
.header{
	height: 150px;
	background-image: url(../images/headerbg.png);
	box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.1);
	position: relative;
	z-index: 10;
}
.header>.flex{
	display: flex;
	justify-content: space-between;
	height: 100%;
	overflow: hidden;
}
.nav-list{
	font-family: "common";
	font-size: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	line-height: 80px;
}
.header .logo{
	height: 150px;
	padding: 0px 60px;
	display: flex;
	align-items: center;
	text-align: center;
}
.header .logo img{
	height: 75px;
	vertical-align: middle;
}

.header .logo-text{
	display: flex;
	align-items: center;
	text-align: center;
	margin-right: 60px;
	font-family: "common_en";
	letter-spacing: 5px;
	line-height: 80px;
	white-space:nowrap;
}

.header .nav-list .nav-item{
	display: inline-block;
	padding: 0px 30px;
	line-height: 80px;
	position: relative;
	white-space:nowrap;
}

.header .nav-list .nav-item::after{
	display: inline-block;
	content: "";
	width: 1px;
	height: 15px;
	background-color: #222222;
	position: absolute;
	right: -1px;
	top: 50%;
	transform: translateY(-50%);
}
.header .nav-list a:last-child .nav-item::after{
	content: none;
}

.header .logo-banner{
	height: 150px;
	position: relative;
	box-shadow: -10px 0px 20px 3px rgba(0,0,0,0.4);
}
.header .logo-banner img{
	height: 100%;
}
.header .logo-banner .logo-banner-text{
	position: absolute;
	font-family: "common";
	font-size: 40px;
	top: 50%;
	width: 100%;
	color: #fff;
	letter-spacing: 4px;
	text-align: center;
	transform: translateY(-50%);
	white-space:nowrap;
}

.header .logo-ico{
	display: flex;
	align-items: center;
	text-align: center;
	padding: 0px 40px;
	margin-right: 30px;
}
.header .logo-ico img{
	width: 90px;
}
.banner img{
	width: 100%;
}
#index-banner .swiper-pagination{
	margin-bottom: 50px;
}


.index-adbanner{
	background-image: url(../images/indexbg2.png);
	background-size: cover;
	height: 300px;
	display: flex;
	align-items: center;
	padding: 0px 4%;
}

.index-adbanner .index-adbanner-item{
	padding: 0px 3%;
	
}
.index-adbanner .index-adbanner-item h1{
	font-family: "common";
	font-size: 50px;
	letter-spacing: 3px;
	color: #111;
}
.index-adbanner .index-adbanner-item p{
	font-family: "common_en";
	font-size: 12px;
	line-height: 40px;
	color: rgb(158, 131, 83);
}

.index-adbanner .index-adbanner-item h2{
	font-family: "common";
	font-weight: normal;
	font-size: 30px;
	line-height: 50px;
	letter-spacing: 3px;
	color: #111;
}
.index-adbanner .index-adbanner-item span{
	display: inline-block;
	font-size: 12px;
	line-height: 50px;
	letter-spacing: 1px;
	background-image: url(../images/pbg.png);
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: 0 15px;
	padding-left: 15px;
	color: rgb(158, 131, 83);
	vertical-align: middle;
}
.index-banner-4 {
	background-image: url(../images/common-bg.png);
	background-size: cover;
	padding: 0;
}
.index-banner-4 img{
	/* height: 17vw; */
}
.index-banner-4 .col-xs-4{
	text-align: center;
	padding: 0px;
}
.index-banner-5,.index-banner-6,.index-banner-7{
	background-color: rgb(244,244,247);
	padding: 7vw 3vw 5vw;
}
.index-banner-5 .item,.index-banner-6 .item,.index-banner-7 .item{
	width: calc(100% / 5);
	padding-right: 15px;
}

.index-banner-5 .item img,.index-banner-6 .item img,.index-banner-7 .item img{
	
}
.footer{
	position: relative;
}
.footer-link{
	display: flex;
	position: absolute;
	height: 1.5vw;
	right: 15vw;
	bottom: 6.5vw;
}
.footer-link a {
	display: inline-block;
	height: 100%;
	margin-left: 1.5vw;
	position: relative;
}
.footer-link a img{
	height: 100%;
}

.footer-link a .ewm{
	opacity: 0;
	position: absolute;
	width: 150px;
	height: 150px;
	top: -160px;
	left: -60px;
	z-index: 10;
	transition: all 0.3s;
}

.footer-link a:hover .ewm{
	opacity: 1;
}

video{
	display: block;
}

.footer-slide{
	position: absolute;
	top: 6vw;
	left: 5vw;
	right: 5vw;
	
}
.video{
	position: relative;
}
.video .button{
	position: absolute;
	display: flex;
	flex-direction: column;
	text-align: center;
	align-items: center;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background-color: rgba(0,0,0,0.5);
	z-index: 10;
	opacity: 0;
	transition: all 0.5s;
}
.video:hover .button{
	opacity: 1;
}
.video .button img{
	min-width: 3vw;
	width: 80px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	
}
.video .button .btn1,.video .button .btn2{
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	cursor: pointer;
}
.video .button .btn2{
	display: none;
}
.video .button.active .btn1{
	display: none;
}
.video .button.active .btn2{
	display: block;
}


@media  (max-width: 1800px)  and (min-width: 1200px) {
	.header .nav-list .nav-item{
		padding: 0px 20px;
		white-space:nowrap;

	}
	.nav-list{
		font-size: 34px;
	}
	.header .logo-text{
		margin-right: 20px;
	}
	.header .logo{
		padding: 0px 40px;
	}
}
@media screen and (max-width: 1200px) {
	
	.video .button.active{
		transition-delay:1s;
		opacity: 0;
	}
	.header .nav-list .nav-item{
		padding: 0px 10px;
	}
	.nav-list{
		font-size: 2.5vw;
	}
	.header .logo-ico{
		padding: 0px 15px;
		margin-right: 0px;
		width: 10%;
	}
	.header .logo{
		height: 150px;
		padding: 0px 20px;
	}
	.header .logo-text{
		margin-right: 0px;
		letter-spacing: 1px;
	}
	.header .logo-banner{
		width: 25%;
	}
	.header .logo-banner .logo-banner-text{
		font-size: 20px;
	}
	.header .logo img{
		height: 50px;
	}
	#index-banner .swiper-pagination {
	    margin-bottom: 2vw;
	}
	.header .logo,.header,.header .logo-banner{
		height: 120px;
	}
	
}
.mobile_show{display: none;}
.mobile_hide{display: block;}
@media screen and (max-width: 768px) {
	.mobile_show{display: block;}
	.mobile_hide{display: none;}
}
