* {
	margin: 0;
	padding: 0;
}

body {
	padding-top: 70px;
	min-width: 300px;
}
.navbar-default .navbar-nav>li>a{
	color: black;
}
a:focus {
	text-decoration: none;
}

.navbar-default .navbar-nav>li>a:hover {
	text-decoration: none;
	color: black;
}
.navbar-nav2{
	display: none;
}
.navbar-nav2>li{
	border-bottom: solid .5px #f2f1f0;
	text-transform: uppercase;
    display: flex;
    padding: 0;
    padding-right: 50px;
    font-size: 16px;
    letter-spacing: .025em;
    line-height: 2.5;
    color: #666;
    text-decoration: none;
    cursor: pointer;
    
}
.navbar-nav2>li a{
	color: black;
}
.navbar-nav2 .nav-two{
	padding: 0 50px;
	padding-right: 0;
    overflow: hidden;
    margin: 0;
    list-style: none;
    color: #666;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 2.35;
    display: none;
}
.navbar-nav2 .nav-two li{
	list-style-type: none;
	font-size: 15px;
	 text-decoration: none;
    display: block;
    padding: 12px 0 15px 0;
    color: #666;
    border-bottom: 2px solid #f8f8f8
}
.navbar-nav2 .nav-two a{
	display: inline-block;
	width: 100%;
}
.posR {
	position: relative;
}

.posA {
	position: absolute;
}
.pd0{
	padding: 0;	
}
.mj0{
	margin: 0;
}
.mt30{
	margin-top: 30px;
}
.overhide{
	overflow: hidden;
}
.img img{
	width: 100%;
	max-width: 100%;
}
.disline{
	display: inline-block;
}
.disNone{
	display: none;
}
.txtCenter{
	text-align: center;
}
.mt10{
	margin-top: 10px;
}
.bor{border: 1px solid red;}
.center1{
	display: flex;
	align-items: center;
	justify-content: center;
}
.centerC1{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.nav-bg{
	background-image: url(../images/icon/nav-bg.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	color: white;
}
.all-titleTwo{
	height: 80px;
	background-size: 100% 100%;
	line-height: 80px;
	font-size: 28px;
	font-weight: bold;
	color: #eb1922;
	
}
.all-titleTwo span{
	padding-left: 2vw;
	width: 50%;
	display: inline-block;
	background-size: 100% 100%;
	font-family: FZX-f;
	background: url(../images/img/title-bg2txt.png) no-repeat;
}
.all-titleThree{
	height: 65px;
	padding: 5px 0;
	padding:0 15px;
}
.all-titleThree img{
	width: 30px;
	height: 30px;
}
.all-titleThree p{
	text-transform: uppercase;
	margin-bottom: 5px;
	color: #211d1e;
	font-family: FZX-j;
}
.all-titleThree p:first-child{
	font-size: 18px
}
.all-titleThree p:last-child{
	font-size: 11px;
	font-family: arial;
	text-align: center;
}
.all-titleThree .title-nav{
	height: 36px;
	border: 1px solid #b2b2b2;
	border-left: none;
	border-right: none;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-right:5vw;
}
.all-titleThree .title-nav span{
	margin: 0 10px;
}
.all-titleThree .title-nav a{
	color: #a0a0a0;
}
.all-titleThree .title-nav a.now{
	color: #2e2e2e;
}
.nav-bg:hover {
	color: white;
}
.imgshow{
	 transform: scale(1.1) ;
	 transition: all 1.2s ease;
}
.iw_poi_title {color:#CC5522;font-size:14px;font-weight:bold;overflow:hidden;padding-right:13px;white-space:nowrap}
.iw_poi_content {font:12px arial,sans-serif;overflow:visible;padding-top:4px;white-space:-moz-pre-wrap;word-wrap:break-word}
/*导航条*/

@font-face{
     font-family: 'FZX-f'; 
     src: url('../fonts/FZXiJinLFW.TTF'); 
  	src:
    url('../fonts/FZXiJinLFW.TTF') format('embedded-opentype'),
    url('../fonts/FZXiJinLFW.TTF') format('woff'),
    url('../fonts/FZXiJinLFW.TTF') format('truetype'),
    url('../fonts/FZXiJinLFW.TTF') format('svg');
	  font-weight: normal;
	  font-style: normal;
}
@font-face{
     font-family: 'FZX-j'; 
     src: url('../fonts/FZXiJinLJW.ttf'); 
     	src:
    url('../fonts/FZXiJinLJW.ttf') format('embedded-opentype'),
    url('../fonts/FZXiJinLJW.ttf') format('woff'),
    url('../fonts/FZXiJinLJW.ttf') format('truetype'),
    url('../fonts/FZXiJinLJW.ttf') format('svg');
	  font-weight: normal;
	  font-style: normal;
}

.navbar {
	background-color: white;
}

.logo {
	transition: all 2s;
}

.logo,
.toggle {
	height: 100px;
	display: flex;
	align-items: center;
	float: left;
	transition: all 1.5s;
}

.logo img {
	width: 100px;
	height: 100px;
}
  .foot-item div.item:last-child {
    width:50%;
    }
.toggle {
	float: right;
}

.navbar-nav {
	width: 900px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-transform: uppercase;
	transition: ease all 0.5s;
}

.navbar-nav li {
	width: 150px;
	float: left;
	display: flex;
	justify-content: center;
}

.navbar-nav li a {
	width: 150px;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 16px;
	
	letter-spacing: 1px;
	float: left;
	font-family: "Arial", STKaiti,"Century Gothic", "微软雅黑", "宋体";
	-webkit-font-smoothing : none;
	-webkit-font-smoothing: subpixel-antialiased;
	text-transform: uppercase;
	font-weight: 300;
	padding: 12px 15px;
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
	
}

.navbar-nav li a,
header .navbar-nav li a:hover,
header .navbar-nav li a:focus,
header .navbar-nav li a:active {
	text-decoration: none;
}

.navbar-nav li a.active {
	opacity: 0.5;
}

.navbar-default .navbar-toggle {
	border: none;
	margin-right: 0;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
	background-color: white;
}

.navbar-header {
	height: 100px;
}

.navbar-nav li {
	height: 100px;
	display: flex;
	align-items: center;
}
.navbar-nav li:hover{
	background-color: #EEEEEE;
	transition: all 0.5s;
}
.container-fluid>.navbar-header {
	margin: 0 15px;
}

.navbar-toggle span {
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
	display: block;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	width: 35px;
	height: 3px;
	position: relative;
	background: white;
}

.navbar-toggle span:nth-child(1) {
	top: 1px;
}

.navbar-toggle span:nth-child(2) {
	top: 1px;
}

.navbar-toggle span:nth-child(3) {
	top: 1px;
}

.navbar-toggle.open span:nth-child(1) {
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	transform-origin: center center;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 3px;
}

.navbar-toggle.open span:nth-child(3) {
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	transform-origin: center center;
	top: -3px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/*导航条*/
/*按钮样式1 封装*/
.btn-1 {
	width: 85px;
	height: 30px;
	line-height: 28px;
	border: 1px solid #86754e;
	padding: 0 10px;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	display: inline-block;
	vertical-align: middle;
	border-radius: 0;
	color: #86754e;
	box-sizing: border-box;
	overflow: hidden;
	cursor: pointer;
	position: relative;
}

.btn-1 a {
	width: 100%;
	height: 100%;
	float: left;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: inherit;
	text-decoration: none;
	position: absolute;
}

.btn-1 i {
	float: right;
	width: 14px;
	height: 7px;
	margin-top: 10px;
}

.btn-1:hover {
	padding: 0 15px;
}

/*按钮样式1 封装*/
/*全页面banner*/
.all-banner{
	width: 100%;
	background-image: url(../images/img/about-banner.png);
	background-size: 100% 100%;
	height: 25vw;
	max-height: 380px;
}
.all-banner .container{
	width: 100%;
}
.all-banner .head-txt{
	color: white;
	text-align: center;
	position: relative;
	z-index: 100;

	text-align: center;
	
}

.all-banner .head-txt h3,.all-banner .head-eng{
	font-size: 30px;
	letter-spacing:6px;
	text-transform: uppercase;
	width: 100%;
}
.head-eng p{
	font-size: 30px;
	letter-spacing:6px;
}
.all-banner .head-txt hr{
	width: 6%;
	min-width: 80px;
	border: 1px solid white;
	margin: 15px auto;
}
/*全页面banner*/
/*全页面二级导航*/
.all-content{
	margin-top:5vw;
	position: relative;
	background: url(../images/img/all-centBg.png) right bottom no-repeat;
	background-size:100% 20vw;
	padding: 0 8%;
	padding-bottom: 20vw;
	z-index: 500;
}

.all-content .nav-list li{
	list-style-type: none;
	width: 100%;
	text-align: center;
	padding: 0;
	background-size: 100% 100%;
	border-bottom: 1px dashed #B0B0B0;
}
.all-content .nav-list li a{
	padding:10% 0;
	width: 100%;
	height: 100%;
	display: block;
	color: inherit;
	text-decoration:none;
}
.all-content .nav-list img{
	display: none;
}
.all-content .nav-list-activebf{
	background: url(../images/img/about-navbg-Bf.png);
}
.all-content .nav-list-active{
	background-image: url(../images/img/about-navbg.png);
}
.all-content .all-titleTwo{
	margin-bottom: 3vw;
}
.all-content .all-nav{
	flex-direction: column;
}
.all-content .nav-title{
	display: flex;
	align-items: center;
	justify-content: center;
	
}
.all-content  .title-name{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	flex-direction: column;
	color: white;
}
.all-content  .title-name h3{
	margin: 0;
	font-size: 24px;
	font-family: FZX-j;
	margin-top: 10px;
}
.all-content  .title-name P{
	font-family: arial;
	font-size: 10px;
}
.all-content  .title-name hr{
	border-top: 1px solid white;
	width: 30%;
	margin: 5px 0;
}
.all-content .titleBox{
	margin-bottom: 60px;
}
/*全页面二级导航*/

.foot{
	padding-top: 30px;
	width: 100%;
	background-image: url(../images/img/footBg.png);
	background-size: 100% 100%;	
	color: white;
	
}
.foot .title{
	margin: 0 auto;
	max-width: 500px;
	width: 50%;
	padding: 10px 0px;
	display: flex;
	justify-content: space-around;
}
.foot .title a{
    color:white;
    text-decoration:none;
	font-family: FZX-j;
	font-size: 20px;
}
.foot .foot-txt{
	padding: 30px;
	font-family:FZX-j;
}
.foot .foot-txt h3{
	font-size: 18px;
	margin-bottom: 30px;
	font-family: FZX-j;
	font-size: 22px
}
.foot .foot-txt div{
	font-size: 14px;
	font-family: FZX-j;
	font-size: 20px;
	letter-spacing: 1px;
}
.foot .foot-txt img{
	width: 20px;
	height: 20px;
	margin-right: 10px;
	margin-top: -5px;
}
.foot .foot-txt .foot-item .item{
	margin-bottom: 10px;
}
.foot .foot-item{
		max-width: 650px;
}
.foot .foot-code .item{
	margin-top: 20px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}
.foot .foot-add{
	margin-top: 15px;
	padding-left: 15px;
}
.fooot-cent{
	padding: 0 8%;
}
.foot .foot-code .item img{
	width:60%;
	max-width: 150px;
}
.foot .foot-code .item p{
	margin: 10px 0;
}
.all-title{
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
}

.all-title .title-Box{
	width: 350px;
	height: 160px;
	background-image: url(../images/img/titleBg.png);
	background-size: 100% 100%;
	flex-direction: column;
}
.all-title .title-Box span{
	position: relative;
	top: -35px;
	line-height: 1.5;
}
.all-title .title-Box span:first-child{
	color: red;
	font-size: 23px;
	margin-bottom: 5px;
	font-family:FZX-f;
	font-weight: bold;
}
.all-title .title-Box span:last-child{
	font-size: 14px;
	color: #211d1e;
	font-family: "microsoft yahei";
	font-weight: bold;
}
/**封装样式 右侧箭头**/

.arrow {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.arrow::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #86754e;
  border-right: 1px solid #86754e;
  transform: rotate(45deg);
  display: block;
}
/**封装样式 右侧向下箭头**/

.arrow-down {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.arrow-down::after {
  position: absolute;
  right: 15px;
  top: 35%;
  content: "";
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #86754e;
  border-left: 1px solid #86754e;
  transform: rotate(312deg);
  display: block;
}
/**封装样式 右侧箭头**/
/*样式封装PE导航箭头*/
.M-showmore{
	display: none;
    margin-top: 10px;
    width: 85px;
    height: 30px;
    line-height: 28px;
    border: 1px solid #3f3f3f;
    padding: 0 10px;
    position: absolute;
    bottom: 10px;right: 10px;
	}
	.M-showmore span{
	float: left;
    font-size: 12px;
    color: #12344d;
    font-family: Arial, Helvetica, sans-serif;
	}
	.M-showmore i{
	float: right;
    width: 14px;
    height: 7px;
    margin-top: 10px;
    background: url(../images/icon/icon-arrow.png) no-repeat 50%;
    background-size: contain
	}
	/*样式封装PE导航箭头*/
	/*样式封装PC导航箭头*/
.nextIcon{
	width: 40px;
	height: 40px;
	background-color: #8a8a8a;
	border-radius: 50%;
	padding-right: 8px;
	transition: all 0.5s;
	cursor: pointer;
	overflow: hidden;
	text-align: center;
	color: white;
}
.nextIcon:hover{
	color:white;
}
.nextIcon b{
	font-size: 13px;
	font-weight: 100;
	left: 50%;
	transform: translate(-50%);
	position: absolute;
	transition: all 0.5s;
	line-height: 40px;
	top: 0;
}

.showicon{
	position: absolute;
	bottom: -50px;
	left:30%;
   
}
.nextIcon:hover{
	background-color:#7b5f36 ;
}
.nextIcon:hover b.iconMore{
	display: none;
}
.nextIcon:hover::after {
	position: relative;
	left: 0;
	color: #7b5f36;
}
.nextIcon::after{
	transition: all 0.5s;
	content: "";
	width: 16px;
	height: 16px;
	border-top: 2px solid white;
	border-right: 2px solid white;
	transform: rotate(45deg);
	display: block;
	position: relative;
	left: -30px;
	background-color:#7b5f36;
	
	
}
/*样式封装PC导航箭头*/
@media only screen and (max-width: 650px){
	.M-center{
	align-items: flex-start;
}
.all-title .title-Box{
	background-image: none;
	height: auto;
}
.all-title .title-Box span{
	top: 0;
	line-height: 1;
}
.all-title .title-Box span:first-child{
	font-size: 20px 
}
.all-title .title-Box span:last-child{
	font-size: 12px 
}
}
/*二级导航*/
.info-nav{
	padding-right: 20%;
}
.info-nav li:hover{
	background-image: url(../images/img/nav-bg2.png);
	color: white;
	cursor: pointer;
	transition: all 0.3s linear;
}
/*页面滚动，动态框，需配合JS文件*/

.scrollimation.scale-in{
  opacity:0;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform:scale(0.5);
  -webkit-transition: -webkit-transform .6s , opacity 1s ease-out;
  transition: transform 1s, opacity 1s ease-out;
}
.scrollimation.scale-in.in{
  opacity:1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform:scale(1);
}
.scrollimation.fade-right{
  opacity:0;
  -webkit-transform: translateX(-100px);
  -moz-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  transform:translateX(-100px);
  -webkit-transition: -webkit-transform 1s ease-out,opacity 1s ease-out;
  transition: transform .6s ease-out,opacity 1s ease-out;
}

.scrollimation.fade-right.in{
  opacity:1;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform:translateX(0px);
}

.scrollimation.fade-left{
  opacity:0;
  -webkit-transform: translateX(100px);
  -moz-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform:translateX(100px);
  -webkit-transition: -webkit-transform 1s ease-out,opacity 1s ease-out;
  transition: transform 1s ease-out,opacity 1s ease-out;
}

.scrollimation.fade-left.in{
  opacity:1;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform:translateX(0px);
}
.scrollimation.fade-up{
  opacity:0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform:translateY(100px);
  -webkit-transition: -webkit-transform 1s ease-out,opacity 1s ease-in;
  transition: transform 1s ease-out,opacity 1s ease-in-out;
}

.scrollimation.fade-up.in{
  opacity:1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform:translateY(0px);
}
.mask{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	-webkit-transition: -webkit-transform 1s ease-out,opacity 1s ease-in;
  	transition: transform 1s ease-out,opacity 1s ease-in-out;
}

.scrollimation.d1 {
    transition-delay: .3s;
}
.scrollimation.d2 {
    transition-delay: .6s;
}
.scrollimation.d3 {
    transition-delay: .9s;
}
.scrollimation.d4 {
    transition-delay: 1.2s;
}
.scrollimation.d5{
	transition-delay: 1.5s;
}
.scrollimation.d6{
	transition-delay: 1.8s;
}
/*页面滚动，动态框*/
@media screen and (max-width:1200px) {
  .navbar-nav {
	width: 780px;
}
.navbar-nav li {
	width: 130px;
}
.navbar-nav li a{
	width: 100%;
}
.foot .foot-item{
	display: inline;
}
.fooot-cent{
	padding: 0 3%;
}
.foot .foot-txt .foot-item .item{
	width: 50%;
}
}
@media screen and (max-width:1000px) {
	.all-banner{
		height: auto;
	}
	.all-banner .head-txt h3{
		font-size: 20px
	}
	.all-banner .head-txt p{
		font-size: 20px
	}	
	.navbar-nav2{
	display: block;
	}
	.navbar-header {
		float: none;
	}
	.all-content .nav-title{
		display: none;
	}
	.navbar-left,
	.navbar-right {
		float: none !important;
	}
	.navbar-toggle {
		display: block;
	}
	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	}
	.navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
	.navbar-collapse.collapse {
		display: none !important;
	}
	.collapse.in {
		display: block !important;
		overflow-x:hidden
	}
	
	header {
		padding: 0;
		height: 44px !important;
		position: fixed;
		z-index: 99999;
		background-color: rgba(255, 255, 255, 0.98) !important;
		box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.1) !important;
		-webkit-box-sizing: content-box !important;
		-moz-box-sizing: content-box !important;
		box-sizing: content-box !important;
	}
	header .navbar-nav {
		width: 100px;
		transform: none;
		float: none !important;
		transform: translate(-50%);
		padding: 0;
		position: relative;
		left: 50%;
		right: 0;
		top: 0;
		display: flex;
		flex-direction: column;
	}
	body {
	padding-top: 60px;
	}
	.navbar-nav li{
		height: 80px;
	}
	.navbar-header{
		height: 60px;
	}
	.navbar-nav li{
		height: 60px;
	}
	.logo, .toggle{
		height: 60px;
	}
	.logo img {
	width: 60px;
	height: 60px;
	}

	.nav-list{
		display: none;
	}
	.all-content{
		padding: 0 20px;
		padding-bottom:23vw;
	}
	.foot .foot-txt .foot-item .item{
	width: 100%;
}
}
@media screen and (max-width: 800px){
    .foot-item div.item:last-child {
    width:100%;
    }
	.showAll{
		padding: 0;
	}
	.fooot-cent{
		flex-direction: column;
	}
	.foot .title{
		width: 100%;
	}
	.foot .title span {
    font-size: 17px;
    }
	.M-showmore{
		display: block;
	}
	.nextIcon{
		display: none;
	}
	.foot{
	background-position:center;
	background-size: cover;
	}
	.foot .foot-txt h3{
		margin: 0;
		font-size: 16px;
	}
	.foot .foot-txt div{
		margin:10px 0;
		font-size: 17px;
	}
	.foot .foot-item div{
		padding: 0;
	}
	.foot-add{
		padding-left: 15px;
		
	}
	.foot .foot-code .item{
		margin-top:0;
	}
	.all-banner .head-txt h3{
		font-size: 18px
	}
	.all-banner .head-txt p{
		font-size: 18px
	}
	
}
