html,body {
	position: relative;
	height: 100%;
}
body{
	background: #eee;
	font-family: "microsoft yahei",Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000;
	margin: 0;
	padding: 0;
}
ul,li{
	margin: 0;
	padding: 0;
}
li{
	list-style: none;
}
a{
	text-decoration: none;
}
.swiper-container {
	width: 100%;
	height: 100%;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #f19a4a;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
#hg200{
	height: 200px;
}
#hg280{
	height: 280px;
}
#hg235{
	height: 235px;
}
#hg264{
	height: 264px;
}
#w1108{
	width: 1108px;
}
#cpshow{
	display: none;
}
.header{
	position: fixed;
	z-index: 10;
	width: 100%;
	height: 80px;
	background: rgba(255,255,255,0);
	overflow: hidden;
	box-shadow: 0 0 30px rgba(2,56,146,.07);
}
.header .logo{
	float: left;
	width: 200px;
	height: 80px;
	margin-left: 40px;
}
.header .logo img{
	display: block;
	padding: 20px;
	height: 40px;
}
.nav{
	display: flex;
	float: right;
	margin-right: 40px;
}
.nav ul{
	display: flex;
	margin-top: 24px;
}
.nav ul li{
	width: 90px;
	height: 32px;
	line-height: 32px;
	font-size: 15px;
	background: rgba(255,255,255,.9);
	text-align: center;
	border-radius: 20px;
	color: #333;
	outline: none;
	margin-left: 10px;
	opacity:1;
	transition: all .3s;
}
.nav-pc .swiper-pagination-bullet-active,.nav ul li:hover{
	background: #f19a4a;
}
.nav-mb{
	position: relative;
	z-index: 10;
	width: 40px;
	height: 30px;
	margin-left: 20px;
	margin-top: 25px;
	transition: left .3s;
}
.nav-mb hr{
	height: 4px;
    background: #f19a4a;
    display: block;
    margin: 0;
    padding: 0;
    border: none;
    position: absolute;
    transition: .5s .3s;
}
.nav-mb hr:nth-child(1){
    width: 100%;
    top: 0;
    right: 0;
}
.nav-mb hr:nth-child(2){
    width: 40%;
    top: 50%;
    left: 0;
    margin-top: -2px;
    opacity: 1;
}
.nav-mb hr:nth-child(3){
    width: 40%;
    top: 50%;
    right: 0;
    margin-top: -2px;
    opacity: 1;
}
.nav-mb hr:nth-child(4){
    width: 100%;
    bottom: 0;
    right: 0;
}

.cxc-box{
	display: flex;
	width: 1240px;
	height: 500px;
}

.page1{
	.background: url(../img/bg1.jpg);
	.background-size: cover;
}
.page1-wds{
	width: 280px;
	height: 500px;
	font-size: 15px;
	background: #F19A4A;
	text-align: justify;
	padding: 50px 40px;
	color: #000;
	line-height: 30px;
	text-indent: 2em;
	box-sizing: border-box;
}
.page1-wds a{
	display: block;
	color: #333;
	border: 1px solid #666;
	font-size: 13px;
	border-radius: 15px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	text-indent: 0;
	width: 70%;
	margin: 30px auto;
}
.page1-wds a:hover{
	background: #fff;
	color: #000;
	border-color: #f19a4a;
}
.page1-wds span{
	position: relative;
	font-size: 40px;
	font-family: arial;
}
.page1-img{
	flex: 1;
}
.page1-img-cont{
	position: relative;
	width: 100%;
	height: 500px;
	background: url(../img/qiye.jpg) no-repeat;
	background-size: cover;
	margin-bottom: -100px;
}
.page1-tip{
	position: relative;
	display: flex;
	width: 100%;
	height: 100px;
	background: rgba(241,154,74,.8);
}
.page1-tipname{
	flex: 1;
	line-height: 100px;
	font-size: 17px;
	font-weight: bold;
	text-indent: -4em;
	color: #000;
}
.page1-tips{
	width: 570px;
	padding-top: 15px;
}
.page1-tips p{
	text-align: left;
	font-size: 14px;
	padding-top: 10px;
	margin: 0;
	line-height: 20px;
	color: #000;
}
.page1-tips label{
	display: inline-block;
	width: 200px;
	margin-left: 10px;
}

.page2{
	.background: url(../img/bg2.jpg);
	background-size: cover;
}
.page2-lf{
	flex: 1;
	height: 500px;
	background: #ddd;
}
.page2-rg{
	width: 400px;
	height: 440px;
	margin-left: -40px;
	margin-top: 30px;
}
.page2-item{
	margin-bottom: 10px;
	background: #fff;
}
.page2-item h4{
	font-size: 18px;
	margin: 0;
	padding: 0;
	text-align: left;
	background: rgba(240,153,73,.9);
	padding: 8px 20px;
}
.page2-item p{
	font-size: 15px;
	text-align: justify;
	padding: 15px 20px;
	line-height: 24px;
	margin: 0;
	background: #F19A4A;
}

.page3-lf{
	width: 400px;
	height: 500px;
	background-color: #f19a4a;
	overflow: hidden;
}
.page3-md{
	width: 400px;
	height: 500px;
	margin-left: 20px;
	background-color: #f19a4a;
	overflow: hidden;
}
.page3-md2{
	width: 400px;
	height: 500px;
	margin-left: 20px;
	background-color: #f19a4a;
	overflow: hidden;
}
.page3-rg{
	width: 400px;
	height: 500px;
	margin-left: 20px;
	background-color: #f19a4a;
	overflow: hidden;
}
.page3-box{
	width: 100%;
	height: 100px;
	background: #F19A4A;
	margin-bottom: 20px;
	box-sizing: border-box;
	padding: 40px 20px;
}
.page3-box h4{
	margin: 0;
	padding: 0;
	font-size: 18px;
	padding-bottom: 20px;
	font-weight: bold;
}
.page3-box p{
	margin: 0;
	padding: 0;
	text-align: justify;
	font-size: 15px;
	line-height: 24px;
	background: #efa868;
	margin-top: 3px;
	padding: 7px 20px;
}
.page4 .cxc-box{
	background: #fff;
}
.page4-item{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 140px;
	background: rgba(255,255,255,.3);
}
.page4-item ul{
	display: flex;
	justify-content: center;
}
.page4-item ul li{
	width: 200px;
	height: 100px;
	background: #fff;
	margin: 20px 10px;
}
.page4-item ul li img{
	width: 100%;
	height: 100px;
}


.page5 ul{
	width: 1260px;
	display: flex;
	margin: auto;
}
.page5 ul li{
	width: 200px;
	height: 500px;
	background:#F19A4A;
	margin: 5px;
}
.page5 h4{
	font-size: 18px;
	margin: 0;
	padding-top: 40px;
}
.page5 p{
	display: inline-block;
	font-size: 14px;
	background: #EFA868;
	padding: 2px 15px 4px;
}
.page5-img{
	width: 200px;
	height: 10px;
	background: #EFA868;
}
.page5-cont{
	font-size: 15px;
	text-align: justify;
	line-height: 30px;
	padding: 20px;
}
.page6-lf{
	width: 600px;
	height: 500px;
}
.page6-rg{
	flex: 1;
	height: 500px;
	background: #fff;
	margin-left: 10px;
}
.page6-item{
	display: flex;
	width: 600px;
	height: 160px;
	margin-bottom: 10px;
	background: #F19A4A;
}
.page6-no{
	width: 130px;
	background: #EFA868;
}
.page6-no h4{
	font-size: 40px;
	margin: 10px;
    padding-top: 30px;
}
.page6-no span{
	font-size: 15px;
}
.page6-item p{
	flex: 1;
	font-size: 15px;
	line-height: 30px;
	text-align: justify;
	padding: 10px 20px;
	align-items: center;
    display: flex;
}


.page7{
	width: 540px;
    height: 85%;
    margin-left: 400px;
    overflow: auto;
    padding-right: 120px;
    margin-top: 80px;
}
.page7::-webkit-scrollbar {
  /*滚动条整体样式*/
  width : 10px;  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
  }
.page7::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius   : 10px;
  background-color: #F19A4A;
  background-image: -webkit-linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.2) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.2) 50%,
      rgba(255, 255, 255, 0.2) 75%,
      transparent 75%,
      transparent
  );
  }
.page7::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: none;
  border-radius: 10px;
  }
.page-list{
	position: relative;
	display: flex;
	padding-bottom: 20px;
    border-right: 1px solid #fff;
}
.page7-wds{
	flex: 1;
	padding: 20px;
	text-align: justify;
	background: #F19A4A;
	font-size: 15px;
	line-height: 28px;
}
.page7-time{
	position: absolute;
	top: 17px;
    right: -140px;
    color: #ccc;
}
.page7-icon{
	display: flex;
	position: relative;
	width: 40px;
	height: 100%;
	margin-right: -15px;
}
.page7-jj{
	margin-top: 20px;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #F19A4A;
}
.page7-yy{
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fff;
	margin-top: 25px;
	margin-left: 10px;
}

.page8 ul{
	display: flex;
}
.page8-lf{
	flex: 1;
	display: flex;
}
.page8-lfimg{
	margin-right: 20px;
}
.page8-lfimg img{
	display: flex;
	height: 500px;
}
.page8-rg{
	width: 336px;
	height: 500px;
	overflow: hidden;
}
.page8-rgimg{
	margin-bottom: 20px;
}
.page8-rgimg img{
	display: block;
	width: 100%;
}
.page9{
	background: url(../img/bg7.jpg) no-repeat;
	background-size: cover;
}
.page8{
	background: url(../img/bg9.jpg) no-repeat;
	background-size: cover;
}
.page1{
	background: url(../img/bg1.jpg) no-repeat;
	background-size: cover;
}
.page2{
	background: url(../img/bg2.jpg) no-repeat;
	background-size: cover;
}
.page3{
	background: url(../img/bg3.jpg) no-repeat;
	background-size: cover;
}
.page4{
	background: url(../img/bg4.jpg) no-repeat;
	background-size: cover;
}
.page5{
	background: url(../img/bg10.jpg) no-repeat;
	background-size: cover;
}
.page6{
	background: url(../img/bg5.jpg) no-repeat;
	background-size: cover;
}
.pageq{
	background: url(../img/bg6.jpg) no-repeat;
	background-size: cover;
}
.page9-map{
	margin: 40px;
	width: 800px;
	height: 420px;
	box-sizing: border-box;
	border: 1px solid #F19A4A;
}
.BMap_cpyCtrl {display:none;}
.anchorBL{display:none;}
.page9-tel{
	margin: 40px 40px 40px 0;
}
.page9-tel h2{
	margin: 0;
    font-size: 29px;
    text-align: left;
    line-height: 50px;
    margin-top: 5px;
}
.page9-tel p{
	margin: 8px 0;
	font-size: 15px;
	text-align: left;
    line-height: 25px;
}
.page9-code{
	display: flex;
	border-top: 4px solid #EFA868;
    margin-top: 20px;
    padding-top: 20px;
}
.page9-code-img{
	width: 120px;
	height: 120px;
	background: #ddd;
}
.page9-code-wds{
	flex: 1;
	font-size: 15px;
	margin-left: 10px;
	text-align: left;
	line-height: 30px;
}

.navpup{
	position: fixed;
	left: 100%;
	z-index: 9;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
}
.navpup-box{
	position: absolute;
	z-index: 10;
	top: 0;
	transition: right .3s;
	right: -260px;
	width: 260px;
	height: 100%;
	background: #fff;
}

.navpup-wrap{
	width: 100%;
}
.navpup-wrap li{
	width: 100%;
	height: 60px;
	line-height: 60px;
	border-radius: 0;
	outline: none;
	box-sizing: border-box;
	padding: 0 40px;
	background: none;
	color: #000;
	opacity:.5;
}
.navpup-wrap .swiper-pagination-bullet-active{
	background: #F19A4A;
	opacity:1;
}
