@charset "utf-8";

*{
	margin: 0;
	padding: 0;
}

html,body{
	font-family: "微软雅黑";
	font-size: 14px;
	color: #333;
	max-width: 1920px;
	min-width: 1366px;
	margin: 0 auto;
	background-color: #fff;
	line-height: 1.5;
	overflow: hidden;
}

ul,li{
	list-style: none;
}

i,em{
	font-style: normal;
}

a{
	text-decoration: none;
}

img {
	border: none;
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}

h1,h2,h3,h4,h5{
	line-height: 1;
	font-weight: normal
}


.fl {
	float: left;
	display: inline;
}
.fr {
	float: right;
	display: inline;
}
.fn {
	float: none;
	display: inline;
}

/*---------------
  清-除-浮-动(clear)
  ----------------*/
.cl:after {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	overflow: hidden;
	content: ".";
	visibility: hidden;
}

.cl {
	zoom:1;
}

* html .cl {
	height: 1%;
}



.container{
	width:100%;
	min-width: 1366px;
	height: 100vh;
	background: url(../images/body-bg3.jpg) no-repeat;
	background-size: 100% 100%;
	position: relative;
	overflow: hidden;
}


.i-header-wrap{
	width: 100%;
	height: 10.75vh;
	background: url(../images/i-topBg2_01.png) center no-repeat;
}

.i-header,
.i-main{
	max-width: 1520px;
	width: 79.2%;
	height: 100%;
	
	margin: 0 auto;
	position: relative;
}

.i-logo{
	width: 14.0625vw;
	position: absolute;
	left: 0;
	height: 100%;
	line-height: 100%;
	display: flex;
	margin: 0;
	flex-direction:column;
	justify-content:center;
}

.i-logo img,
.kefu-btn img{
	width: 100%;
	vertical-align: middle;

}
.i-nav{
	margin: 0 18% 0 20%;
	width: 62%;
	text-align: center;
	height: 100%;
	line-height: 100%;
	display: table;
}

.i-nav a{
	height: 30px;
	display: table-cell;
	vertical-align: middle;
	
}

.i-nav a img{
	height: 100%;
}

.kefu-btn{
	position: absolute;
	right: 0;
	top: 0;
	z-index: 3;
	height: 100%;
	display: flex;
	line-height: 100%;
	width: 14.5%;
	flex-direction:column;
	justify-content:center;
}


.i-footer{
	height: 5.5vh;
	width: 100%;
	background: url(../images/i-footer-bg_02.png) center no-repeat;
	background-size: 100% 100%;
	text-align: center;
	position: fixed;
	z-index: 9;
	bottom: 0;
	left: 0;
	right: 0;
}

.i-footer p{
	line-height: 30px;
	position: absolute;
	top: 50%;
	margin-top: -15px;
	color: #fff;
	font-size: 16px;
	width: 100%;
}


.i-left{
	width: 52%;
	overflow: hidden;
}

.i-right{
	width: 48%;
	position: relative;
	margin-right: -5%;
	padding-top: 6.5vh;
}


.i-left1 img,
.i-right img{
	width: 100%;
}


.i-left1{
	margin-top: 5vh;
	padding: 0 2%;
}


.i-left2{
	width: 70%;
	margin: 0 auto;
	padding: 2.5% 5%;
	border-top: 1px solid #e5cf90;
	background: rgba(0,0,0,0.4);
}

.i-left2 p{
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	color: #faeebb;
	font-size: 1.48vh;
}

.i-left3{
	text-align: center;
	height: 16.7vh;
	margin-top: 2.5vh;
}

.i-left3 span{
	display: inline-block;
	height: 100%;
	margin: 0 5%;
}

.i-left3 span img{
	height: 100%;
}


.i-left4{
	overflow: hidden;
	width: 100%;
}

.i-left4 li{
	width: 33.333333%;
	float: left;
	text-align: center;
	height: 9.2vh;
}

.i-left4 li a{
	display: inline-block;
	height: 100%;
	position: relative;
}

.i-left4 li a img{
	height: 100%;
}

.i-left4 li a p{
	line-height: 1;
	color: #61390c;
	font-family: arial;
	font-size: 1.85vh;
	position: absolute;
	font-weight: bold;
	bottom: 20%;
	left: 0;
	right: 0;
	z-index: 9;
}










/*
@media screen and (max-width:319px) {
	html {
		font-size: 42.6666666667px
	}
}

@media screen and (min-width:320px) and (max-width:359px) {
	html {
		font-size: 42.6666666667px
	}
}

@media screen and (min-width:360px) and (max-width:374px) {
	html {
		font-size: 48px
	}
}

@media screen and (min-width:375px) and (max-width:383px) {
	html {
		font-size: 50px
	}
}

@media screen and (min-width:384px) and (max-width:399px) {
	html {
		font-size: 51.2px
	}
}

@media screen and (min-width:400px) and (max-width:413px) {
	html {
		font-size: 53.3333333333px
	}
}

@media screen and (min-width:414px) and (max-width:499px) {
	html {
		font-size: 55.2px
	}
}

@media screen and (min-width:500px) {
	html {
		font-size: 66.6666666667px
	}
}*/
