@charset "utf-8";
.icolor,.hvcolor:hover{
	color: #867349;
}
.bgcolor,.hvbgcolor:hover{
	background: #867349;
	color: #fff;
}
.head,.head_height{
	height: 180px;
}
.head{
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
}
.logobox{
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 2px solid rgba(255,255,255,.5);
}
.logo{
	display: inline-block;
	height: 44px;
}
.nav li{
	position: relative;
}
.nava{
	display: block;
	line-height: 70px;
	color: #fff;
	padding: 0 35px;
}
.navhide{
	width: 150px;
	border-radius: 0 0 8px 8px;
	background: #fff;
	position: absolute;
	left: 50%;
	margin-left: -75px;
	top: 100%;
	z-index: 10;
	transition: .25s;
	margin-top: -10px;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
}
.nav li:hover .navhide,.hbr_lg:hover .navhide{
	margin-top: 0;
	opacity: 1;
	visibility: inherit;
}
.navhide a{
	line-height: 45px;
	display: block;
	text-align: center;
	color: #666;
	font-size: 14px;
}
.navhide a:last-child{
	border-bottom: 0;
}
.navhide a:hover{
	color: #000;
}
.hbr{
	position: absolute;
	right: 0;
	bottom: 0;
	height: 70px;
	display: flex;
	align-items: center;
}
.hbr .nava{
	padding-right: 0 !important;
}
.hbr_lg{
	position: relative;
}
.hbr_lg .nava{
	cursor: pointer;
}
.hbr_lg .nava img{
	width: 24px;
	height: 16px;
	border: 1px solid #fff;
}
.hbr_sc{
	height: 70px;
	width: 40px;
	background: url(../images/scico_03.png) no-repeat center;
	cursor: pointer;
}

.hblogo{
	display: none;
	height: 44px;
}
.head_active{
	background: rgba(0,0,0,.7);
}
.head_active,
.head_active .hbr{
	height: 90px;
}
.head_active .nav{
	justify-content: flex-end;
}
.head_active .hb{
	align-items: center;
}
.head_active .hblogo{
	display: inline-block;
}
.head_active .logobox {
	display: none;
}
.head_active .nava{
	line-height: 90px;
}
.head_active .hdrsc_hide{
	top: 90px !important;
}
.head_active .hbr{
	position: static;
}
.bntxt{
	color: #fff;
	line-height: 1.5;
}

.md{
	padding: 80px 0;
}
.ititle_56{
	font-size: 56px;
}
.ititle_40{
	font-size: 40px;
}
.i1,.i3,.i5,.i7{
	background: #f3f3f3;
}
.itoph2_line{
	padding-bottom: 15px;
	display: inline-block;
	border-bottom: 1px solid #000;
	padding-left: 5px;
	padding-right: 5px;
}
.i1box{
	text-align: center;
	border-right: 1px solid #000;
}
.i1box:last-child{
	border: 0;
}
.itopp_line{
	padding-top: 10px;
	border-top: 1px solid #000;
	display: inline-block;
}
.itopp_line_bottom{
	padding-bottom: 10px;
	border-bottom: 1px solid #000;
	display: inline-block;
}
.i1img img{
	display: block;
	margin: 0 auto;
	max-width: 80%;
}
.i2{
	background: url(../images/i2bg_02.jpg) no-repeat center;
	background-size: cover;
	color: #fff;
	text-align: center;
}
.i3w:first-child{
	margin-top: 0;
}
.i3w:nth-child(even){
	flex-flow: row-reverse;
}
.i3w:nth-child(even) .i3txt{
	justify-content: flex-start;
}
.i3txtbox{
	width: 800px;
	max-width: 100%;
	padding-left: 25px;
}
.i3txtb p{
	padding: 5px 0;
}
.i4a_a{
	display: block;
	text-align: center;
}
.i4a{
	width: 20%;
}
.i4aimg{
	border: 5px solid #e9e9e9;
}
.i5a .i4aimg{
	border-color: #fff !important;
}
.i5a{
	width: 25%;
}
.i4a h4,.i5a h4{
	line-height: 1.5;
}
.i6top_line{
	border-bottom: 1px solid #000;
}
.i6a{
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(0,0,0,0);
}
.i6a:hover{
	border: 1px solid #999;
}
.i6a img{
	max-width: 85%;
	max-height: 85%;
	display: block;
}
.i7a{
	display: block;
	width: 25%;
	border: 5px solid #fff;
}
.i7aline{
	height: 280px;
	border-left: 1px solid #000;
}
.foot{
	background: #313131;
	color: #fff;
	padding: 50px 0;
}
.fba{
	width: 40%;
	margin-top: 70px;
}
.fba:nth-child(1),
.fba:nth-child(2){
	margin-top: 0;
}
.fb::after{
	width: 2px;
	height: 100%;
	content: "";
	background: #fff;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -1px;
}

@media only screen and (max-width:1399px) {
	.md{
		padding: 70px 0;
	}
	.ititle_56{
		font-size: 48px;
	}
	.ititle_40{
		font-size: 36px;
	}
	
	.nava{
		font-size: 18px;
		padding: 0 30px;
	}
	
}
@media only screen and (min-width:768px) and (max-width:1199px) {
	.md{
		padding: 60px 0;
	}
	.ititle_56{
		font-size: 40px;
	}
	.ititle_40{
		font-size: 30px;
	}
	
	.logo{
		height: 38px;
	}
	.nava{
		font-size: 15px;
		padding: 0 20px;
	}
	.i7aline{
		height: 220px;
	}
	.fba{
		margin-top: 50px;
	}
}
@media only screen and (max-width:950px) {
	.md{
		padding: 50px 0;
	}
	.ititle_56{
		font-size: 30px;
	}
	.ititle_40{
		font-size: 26px;
	}
	.bnimg{
		max-height: 450px;
	}
	
}
@media only screen and (max-width:768px) {
	.md{
		padding: 25px 0;
	}
	.ititle_56{
		font-size: 27px;
	}
	.ititle_40{
		font-size: 24px;
	}
	.bnimg{
		max-height: 200px;
	}
	.bntxt h1{
		font-size: 20px;
	}
	.bntxt h2{
		font-size: 14px;
	}
	.i1box{
		border-right: 0 !important;
		border-bottom: 1px solid #000;
		padding: 30px 0;
	}
	.i3txtbox{
		width: 100%;
		padding: 0 15px;
	}
	.i4a{
		width: 50%;
	}
	.i5a{
		width: 100%;
	}
	.i7a{
		width: 100%;
	}
	.i7aline{
		height: 1px;
		border-bottom: 1px solid #000;
		margin: 15px 0;
	}
	.foot{
		padding: 25px 0;
	}
	.logo{
		height: 30px;
	}
	.fb::after{
		display: none;
	}
	.fba{
		margin: 0 !important;
		width: 100%;
		padding: 20px 0;
		border-bottom: 1px solid #fff;
	}
	.fba:first-child{
		padding-top: 0 !important;
	}
	.fba:last-child{
		border-bottom: 0;
		padding-bottom: 0;
	}
	.fm{
		text-align: center;
	}
}

.wz_yw{font-family: Times new roman !important;}
.wz_dx{text-transform: uppercase;}
.i4a_a .titleh4{min-height: 68px;}
@media only screen and (max-width:1100px) {
	.i4a_a .titleh4{min-height: 60px;}
}
@media only screen and (max-width:640px) {
	.i4a_a .titleh4{min-height: auto;}
}