body {
	width: 100%;
	height: 100%;
	background: #FFFFFF;
}

a {
	color: #000000;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

.wap-head-img {
	width: 100%;
}

.tro-text {
	line-height: 2.2rem;
	padding: 0rem 2.5rem 2rem 2.5rem;
	text-align: left;
}
.tro-text1 {
	line-height: 2.2rem;
	padding: 0rem 2.5rem 2rem 2.5rem;
}
.new-bt {
	background: #f2f2f2;
	padding: 1rem 0;
	font-weight: bold;
}

.text-sl {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.new-ul {
	list-style: none;
	padding: 0;
}

.new-ul li {
	padding: 0.7rem 0 0 0;
}

.qy-bt {
	padding: 0rem 0 1rem 0;
	font-size: 1.7rem;
}

.xm-img {
	width: 60%;
	float: right;
	padding: 3rem 0;
}

.pd4 {
	padding: 8rem 0 0 0;
}

.pd4 div:first-of-type {
	font-weight: bold;
	font-size: 2rem;
}

.pd4 div:last-of-type {
	padding-top: 1rem;
	font-weight: bold;
	font-size: 1.5rem;
}

.jy-foot {
	padding: 0rem 7rem 8rem 7rem;
	line-height: 2rem;
}

@media screen and (max-width: 600px) {
	/*当屏幕尺寸小于600px时，应用下面的CSS样式*/
	.map-dx {
		width: 30%;
		margin: 0 auto;
	}
	.add1{
		display: none;
	}
	.add2{
		display: block;
	}
}

@media screen and (min-width: 600px) {
	/*当屏幕尺寸大于600px时，应用下面的CSS样式*/
	.map-dx {
		width: 18%;
		margin: 0 auto;
	}
	.add1{
		display: block;
	}
	.add2{
		display: none;
	}
}

.index-head-img {
	width: 100%;
}

.web-bt {
	padding: 3rem 0rem 4rem 0rem;
}

.web-bt h4 {
	position: relative;
	color: #000000;
	font-weight: bold;
}

.pd2 {
	padding: 2rem 0 6rem 0;
}
.pd7 {
	padding: 2rem 0 3rem 0;
}

#header{
	background-color: #3f8dbf;
	float: left;
	width: 100%;
	height: 50px;
	color: rgba(255,255,255,1);
	line-height: 50px;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 1;
}
#header a {
	color: rgba(255,255,255,1);
	text-decoration: none;
	display: block;
	font-size: 15px;
}
#header-left{
	float: left;
	height: 50px;
}
#header-left:hover #header-left-icon{
	background-color: #3F8DBF;
}
#header-left:hover #header-left-text{
	background-color: #599BC8;
}
#header-left-icon{
	float: left;
	height: 50px;
	width: 50px;
	text-align: center;
	background-color: #35759F;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}
#header-left-icon a {
	font-size: 25px;
}

#header-left-text{
	float: left;
	height: 50px;
		-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}
#header-left-text a {
	padding-left: 20px;
	padding-right: 20px;
}
#header-right{
	float: right;
	height: 50px;
}
#header-right:hover #header-right-icon{
	background-color: #3F8DBF;
	}
#header-right:hover #header-right-text{
	background-color: #599BC8;
	}
#header-right-icon{
	float: right;
	height: 50px;
	width: 50px;
	text-align: center;
	background-color: #35759F;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}
#header-right-text{
	float: right;
	height: 50px;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}
#header-right-text a {
	padding-right: 20px;
	padding-left: 20px;
}
.wrapper{
	width: 100%;
	float: left;
	/*margin-top: 50px;
	margin-bottom: 150px;*/
}
.wrapper-inner{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	 -webkit-touch-callout: none; /* iOS Safari */
  	-webkit-user-select: none;   /* Chrome/Safari/Opera */
  	-khtml-user-select: none;    /* Konqueror */
  	-moz-user-select: none;      /* Firefox */
  	-ms-user-select: none;       /* IE/Edge */
  	user-select: none;           /* non-prefixed version, currently
                                  not supported by any browser */
}
.wrapper-inner-buttons{
	width: 100%;
	float: left;
	margin-top:50px;
	text-align: center;
}
.wrapper-inner-buttons a{
	background-color: #3f8dbf;
	line-height: 35px;
	padding-right: 15px;
	padding-left: 15px;
	margin: 10px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
	border-radius: calc(35px / 2);
}
.wrapper-inner-buttons a:hover{
	background-color: #35759F;
}
.mobile{
	width: 100%;
	float: left;
	/*margin-top: 100px;*/
}
.mobile-inner{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #fafafa;
	position: relative;
}
.mobile-inner img{
	width: 100%;
	margin-bottom: 30px;
}
.mobile-inner p{
	color: #676767;
	line-height: 25px;
	font-size: 16px;
	padding-bottom: 30px;
	padding-right: 30px;
	padding-left: 30px;
	margin:0px;
}
.mobile-inner-header{
	background-color: #822300;
	width: 100%;
	height: 50px;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 999;
}
.mobile-inner-header-icon{
	color: #ffffff;
	height: 50px;
	font-size:25px;
	text-align: center;
	float:right;
	width: 50px;
	position: relative;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}
.mobile-inner-header-icon:hover{
	background-color: rgba(255,255,255,0.2);
	cursor: pointer;
}
.mobile-inner-header-icon span{
	position: absolute;
	left: calc((100% - 25px) / 2);
	top: calc((100% - 1px) / 2);
	width: 25px;
	height: 1px;
	background-color: rgba(255,255,255,1);
}
.mobile-inner-header-icon span:nth-child(1){
transform: translateY(4px) rotate(0deg);
	}
.mobile-inner-header-icon span:nth-child(2){
transform: translateY(-4px) rotate(0deg);
	}
	



	
.mobile-inner-header-icon-click span:nth-child(1){
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clickfirst;
	}		
.mobile-inner-header-icon-click span:nth-child(2){
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clicksecond;
	}
	


@keyframes clickfirst {
  0% {
	  transform: translateY(4px) rotate(0deg);
	  
  }

  100% {
    transform: translateY(0) rotate(45deg);
  }
}	



@keyframes clicksecond {
  0% {
	  transform: translateY(-4px) rotate(0deg);
  }

  100% {
    transform: translateY(0) rotate(-45deg);
  }
}	

.mobile-inner-header-icon-out span:nth-child(1){
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outfirst;
	}		
.mobile-inner-header-icon-out span:nth-child(2){
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outsecond;
	}

@keyframes outfirst {
  0% {
    transform: translateY(0) rotate(-45deg);
  }

  100% {
    transform: translateY(-4px) rotate(0deg);
  }
}	



@keyframes outsecond {
  0% {
    transform: translateY(0) rotate(45deg);
  }

  100% {
    transform: translateY(4px) rotate(0deg);
  }
}

.mobile-inner-nav{
	background-color: rgba(0,0,0,0.9);
	width: 100%;
	position: fixed;
	top: 50px;
	left: 0px;
	padding-top: 10px;
	padding-bottom: 40px;
	display: none;
	z-index: 999;
	overflow-y: auto;
}
.mobile-inner-nav a{
	display: inline-block;
	line-height: 50px;
	text-decoration: none;
	width: 80%;
	margin-left: 10%;
	color: #FFFFFF;
	border-bottom: solid 1px rgba(255,255,255,0.3);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	font-weight:300;
}
.mobile-inner-nav a:hover{
	color: rgba(255,255,255,0.4);
	border-bottom: solid 1px rgba(255,255,255,0.2);
}

.pd-head {
			background: #822300;
			width: 100%;
		}
		
		.pd3 {
			padding: 1rem 0;
		}
		@media screen and (max-width: 600px) { /*当屏幕尺寸小于600px时，应用下面的CSS样式*/
	  		.pb-head {
	    		width: 30%;
	    		margin: 0 auto;
	    		padding: 1rem 0;
	  		}
	  		.pd-head{
	  			display: none;
	  		}
	  		.wrapper{
	  			display: block;
	  		}
	  		.head-line{
	  			height: 50px;width: 100%;
	  			display: block;
	  		}
		}
		@media screen and (min-width: 600px) { /*当屏幕尺寸大于600px时，应用下面的CSS样式*/
	  		.pb-head {
	    		width: 20%;
	    		float: left;
	    		padding: 1rem 0;
	  		}
	  		.pd-head{
	  			display: block;
	  		}
	  		.wrapper{
	  			display: none;
	  		}
	  		.head-line{
	  			height: 50px;width: 100%;
	  			display: none;
	  		}
		}
		.pc-head-a{
			width:60%;float:right;text-align: right;
			color: #FFFFFF;
			font-weight: normal;
			padding-top: 2.5rem;
		}
		.pc-head-a label{
			font-weight: normal;
		}
		.pc-head-a a{
			padding: 0 0.8rem;
			color: #FFFFFF;
		}
		.pc-head-a a:hover{
			color: #f0ba5d;
		}
		
		@media screen and (max-width: 600px) {
			/*当屏幕尺寸小于600px时，应用下面的CSS样式*/
			.pb-footer2{
				background: #f2f2f2;
				padding: 1rem 0;
				font-size: 1.4rem;
				display: block;
			}
			.pb-footer{
				background: #f2f2f2;
				padding: 2rem 0;
				font-size: 1.6rem;
				display: none;
			}
		}
		
		@media screen and (min-width: 600px) {
			/*当屏幕尺寸大于600px时，应用下面的CSS样式*/
			.pb-footer{
					background: #f2f2f2;
					padding: 2rem 0;
					font-size: 1.6rem;
					display: block;
				}
				.pb-footer2{
					background: #f2f2f2;
					padding: 1rem 0;
					font-size: 1.4rem;
					display: none;
				}
		}
		
		.mobile-inner-nav a {
			-webkit-animation-duration: 0.5s;
			animation-duration: 0.5s;
			-webkit-animation-fill-mode: both;
			animation-fill-mode: both;
			-webkit-animation-name: returnToNormal;
			animation-name: returnToNormal;
		}
		
		@-webkit-keyframes returnToNormal {
			from {
				opacity: 0;
				-webkit-transform: translate3d(0, 100%, 0);
				transform: translate3d(0, 100%, 0);
			}
			to {
				opacity: 1;
				-webkit-transform: none;
				transform: none;
			}
		}
		
		@keyframes returnToNormal {
			from {
				opacity: 0;
				-webkit-transform: translate3d(0, 100%, 0);
				transform: translate3d(0, 100%, 0);
			}
			to {
				opacity: 1;
				-webkit-transform: none;
				transform: none;
			}
		}