h4, h5, h6,
h1, h2, h3 {margin: 0;}
ul, ol {margin: 0; padding:0;}
p {margin: 0;}

html, body{
	font-family: 'OpenSans-Regular';
	font-size: 100%;
	background: #f2f2f2;
}
@font-face {
   font-family: 'OpenSans-Regular';
   src: url(../fonts/OpenSans-Regular.ttf)format('truetype');
}
@font-face {
   font-family: 'Play-Bold';
   src: url(../fonts/Play-Bold.ttf) format('truetype');
}
@font-face {
   font-family: 'Play-Regular';
   src: url(../fonts/Play-Regular.ttf) format('truetype');
}
h1.b1,h2.b2,h3.b3 {
  margin-bottom:25px;
  display: block;
}
body a{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	text-decoration:none;
}
/*公司简介*/
.text{
	width: 300px;
	height: 100px;
	margin: 0 auto;
	margin-top: 40px ;
	background-image: -webkit-linear-gradient(left,blue,#66ffff 10%,#cc00ff 20%,#CC00CC 30%, #CCCCFF 40%, #00FFFF 50%,#CCCCFF 60%,#CC00CC 70%,#CC00FF 80%,#66FFFF 90%,blue 100%);
	-webkit-text-fill-color: transparent;/* 将字体设置成透明色 */
	-webkit-background-clip: text;/* 裁剪背景图，使文字作为裁剪区域向外裁剪 */
	-webkit-background-size: 200% 100%;
	-webkit-animation: masked-animation 4s linear infinite;
	font-size: 35px;
}
@keyframes masked-animation {
	0% {
		background-position: 0  0;
	}
	100% {
		background-position: -100%  0;
	}
}

li {
	text-align: -webkit-match-parent;
	display: list-item;
}
.fav_list{
	min-height: 95%;
	padding: 0 32px 30px;
	margin-top: 17px;
	/*margin-right: 50px;*/
	/*margin-left: 200px;*/
	background-color: #fff;
	box-shadow: 4px 4px 6px 0 rgba(0,0,0,.05);
}
.fav_list_box{
	box-sizing: border-box;
	display: block;
	overflow: hidden;
	zoom: 1;
}
.fav_list_title{
	height: 90px;
	line-height: 90px;
	/*border-bottom: 1px solid #e0e0e0;*/
	display: block;
}
.fav_list_title_h3{
	display : inline;
}
.fav_num{
	font-size: 14px;
	color: #4d4d4d;
	margin-top: 30px;
	float: right;
}
.my_fav_con{
	display: block;
}
.my_fav_list{
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	border: 0;
	display: block;
	overflow: hidden;
	zoom: 1;
}
.my_fav_list_li{
	padding: 16px 0;
	font-size: 0;
	border-top: 1px solid #e0e0e0;
	list-style: none;
}
.my_fav_list_a{
	width: 78%;
	line-height: 24px;
	font-size: 16px;
	vertical-align: middle;
	color: #4d4d4d;
	text-decoration: none;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
	overflow: hidden;
	cursor: pointer;
}
.my_fav_list_label{
	margin-left: 10%;
	font-size: 16px;
	vertical-align: middle;
	display: inline-block;
}
.my_fav_list_label span{
	color: #ccc;
	margin-right: 15px;
	vertical-align: middle;
	display: inline-block;
}
.cancel_fav{
	font-style: normal;
	color: #999;
	vertical-align: middle;
	cursor: pointer;
	display: inline-block;
}
.my_fav_list_a:hover{
	color: red;
}
.cardBox {
	width: 23rem;
	height: 350px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	text-align: center;
	float: left;
	margin-right: 10px;
	padding: 5px;
	padding-top: 15px;
}
.headerBox {
	color: #fff;
	padding: 10px;
	font-size: 15px;
	height: 60px;
}
.bodyBox {
	padding: 10px;
}
.bodyBox p {
	margin-left: 5px;
}
.row{
	margin:0;
}	
a#toTop{
  margin-top: 0;
}
.breadcrumb{
	margin:2em 0;
	text-align:left;
}
/*-- header_top --*/
.banner{
	background:url(../images/banner.jpg) no-repeat 0px 0px;
	background-size:cover;
	min-height:430px;
	    padding-left: 4em;
		position:relative;
}
.banner-info {
	position:absolute;
	    left: 25%;
    top: 35%;
    text-align: center;
    width: 54%;
}
.banner-info h2{
	color:#fff;
	font-size:5em;
	font-family: 'Play-Bold';
}
.banner-info p{
	color:#fff;
font-size:1em;
line-height:1.7em;
width:90%;
margin:0.8em auto;
}
.logo a {
    background: #d53211;
    padding: 1.4em 0.4em;
    display: inline-block;
	color: #fff;
     font-family: 'Play-Bold';
    text-decoration: none;
	font-size:1em;
}
.top-menu ul li{
	display:block;
}
.top-menu ul li a{
	color:#fff;
	display:block;
	padding:1.4em 1.3em;
	font-size:1em;
	text-decoration:none;
	background:#d53211;
	 font-family: 'Play-Regular';
}
.top-menu ul li a:hover{
	background:#fff;
	color:#d53211;
}
span.menu {
	display: block;
	padding:1.15em 0;
	cursor: pointer;
	color: #E74C3C;
	font-weight: 700;
	position: relative;
}
.top-menu {
	width: 100%;
	display:inline-block;
	text-align:center;
}
.top-menu ul li {
  float: none;
}
ul.nav1 {
	display: none;
}
.top-menu ul {
	padding: 0;
	margin: 0;
	z-index: 9999;
	position: absolute;
	width: 100%;
	left:0px;
}
.top-menu ul.nav1 li {
	 display: block;
	 text-align: center;
	 background:#333;	 
	 margin: 0;
	 width: 100%;
}
.top-menu ul li a {
	 padding: 1.5em 0;
	 display: block;
	 float: none;
}	
.top-menu ul li a i {
	margin-top: .5em;
}
.top-menu ul li a {
	padding: 1em 0;
}
.side-menu{
	position:fixed;
	top:12%;
	z-index: 1;
}
.copyrights{
	text-indent:-9999px;
	height:0;
	line-height:0;
	font-size:0;
	overflow:hidden;
}
.copy-rights{
	float:right;
	margin-top:2em;
}
.copy-rights ul li{
  padding: 0em;
  list-style:none;
  display:inline-block;
}
.copy-rights ul li a{
 display:inline-block;
 margin: 0em 0.4em 0.5em 0em;
}
.copy-rights ul li a span.fa {
  background-position: -3px 0px;
}
.copy-rights ul li a span.tw {
  background-position: -43px 0px;
}
.copy-rights ul li a span.g {
  background-position:-89px -1px;
}
.copy-rights ul li span.in {
  background-position: -132px -1px;
}
.copy-rights ul li a  span.pin {
  background-position:-178px -2px;
}
.copy-rights ul li a  span.fa:hover {
  background-position:-2px -43px;
}
.copy-rights ul li a span.tw:hover {
  background-position: -42px -43px;
}
.copy-rights ul li a span.g:hover {
  background-position:-88px -45px;
}
.copy-rights ul li a span.in:hover {
  background-position: -131px -45px;
}
.copy-rights ul li a span.pin:hover {
  background-position:-176px -46px;
}
.copy-rights ul li span{
  background:url(../images/ftr-icons.png)no-repeat;
  width:34px;
  height:36px;
  display:block;
}
/*--about--*/
.about{
	padding:4em 0;
}
.about-top,.service-top,.raftrips-top,.gallery-top,.contact-top{
	text-align:center;
}
.about-top h3,.service-top h3,.raftrips-top h3,.gallery-top h3,.contact-top h3{
	color:#2e6da4;
	font-size:2.2em;
	font-family: 'Play-Bold';
}
i.strp{
	display:block;
	background:#C9C9C9;
	margin:1em auto 3em auto;
	width:9%;
	height:1px;
}
.abt-info {
	padding-top:2.5em;
}
.abt-info h4{
	color: #7D7D7D;
    font-size: 1.3em;
    font-weight: 600;
	font-family: 'Play-Bold';
	align-content: center;
	width: 100%;
}
.abt-info p{
	color:#999;
	line-height:1.7em;
	font-size:0.9em;
	margin:1em 0;
}
/*--services--*/
.services{
	padding-bottom:4em;	
}
.strt-line{
	background:#eee;
	display:block;
	    width: 2px;
    height:49px;
    position: absolute;
    left: 50%;
}
.service-grids{
	width:80%;
	margin:0 auto;	
}
.ser1 {
    width: 25%;
    float: left;
	text-align:center;
	position:relative;
}
.line{
	background:#eee;
	display:block;
	width:75%;
	margin:6em auto 3em auto;
	height:2px;
}
.icon{
	padding:1.5em;
	border:1px solid #DBD9D9;
	border-radius:3px;
}
.glyphicon-flag:before,.glyphicon-user:before,.glyphicon-plus-sign:before,.glyphicon-bullhorn:before {
    color:#c9c9c9;
	font-size:3em;
}
i.line1{
	background:#eee;
	display:inline-block;
	    height: 40px;
    width: 2px;
    position: absolute;
    top: -48px;
    left: 50%;
}
i.line2{
	background:#eee;
	display:inline-block;
	    height: 40px;
    width: 2px;
    position: absolute;
    top: -48px;
    left: 46%;
}
i.line3{
	background:#eee;
	display:inline-block;
	    height: 40px;
    width: 2px;
    position: absolute;
    top: -48px;
    left: 46%;
}
i.line4{
	background:#eee;
	display:inline-block;
	    height: 41px;
    width: 2px;
    position: absolute;
    top: -49.5px;
    left: 50%;
}
.service-grids-info{
	margin-top:3em;
}
ul.project_box li.mini-post-meta1 {
  display: block;
  float: left;
  width: 35px;
  background: #c9c9c9;
  text-align: center;
  margin: 0px 5% 0 0;
  height: 35px;
  color: #fff;
  font-size: 1.1em;
  border-radius:50%;
  padding:5px 0px;
}
ul.project_box {
  padding: 0;
  list-style: none;
  margin-bottom: 3em;
}
ul.project_box li.desc {
  overflow: hidden;
}
ul.project_box li.desc h4 a {
      color: #7D7D7D;
    font-size: 1.1em;
    font-weight: 600;
    font-family: 'Play-Bold';
}
.span_2_of_about h3 a, ul.project_box li.desc h5 a:hover{
  color: #2e6da4;
}
ul.project_box li.desc p{
  color: #999;
  font-size: 0.9em;
  line-height: 1.8em;
  margin-top:8px;
}
/*--Raftrips--*/
.raftrips{
	padding-bottom:4em;
}
.rft-grid{
	margin-top:2em;
}
.rft-pic-info h4{
    color: #DBC505;
    font-size: 1.1em;
    font-weight: 600;
    font-family: 'Play-Bold';
}
.rft-pic-info p {
    color: #999;
    font-size: 0.9em;
    line-height: 1.8em;
    margin-top: 8px;
}
.rft-pic-info{
	padding-top:2.5em;
}
/*--gallery--*/
.gallery{
	padding-bottom:4em;
}
.gallery-bottom{
	margin-top:2em;
}
.gallery-left img{
	width:100%;
	height: 180px;
}
.gallery-left:hover img {
  -webkit-filter: grayscale(100%);
  opacity:8;
  transition: all 300ms!important;
  -webkit-transition: all 300ms!important;
  -moz-transition: all 300ms!important;
}
.gallery-left{
	position: relative;
}
.gallery-grid img{
	width:100%;
	height: 210px;
}
.gallery-grid:hover img {
  -webkit-filter: grayscale(100%);
  opacity:8;
  transition: all 300ms!important;
  -webkit-transition: all 300ms!important;
  -moz-transition: all 300ms!important;
}
.gallery-grid{
	position: relative;
}
.gallery-1{
	margin-top:25px;
}
.gallery-1:nth-child(1){
	margin-top:0;
}
/*----subscribe---*/
.subscribe{
	background-color:#d5d5d5;
	background-size:cover;
	text-align:center;
	padding-top:5em;
	min-height:350px;
	opacity: 0.8;
	margin-top: 40px;
}
.subscribe h3{
	color:#fff;
	margin:0;
	font-family: 'Play-Bold';
	font-size: 2.2em;
}
.subscribe p{
	font-size:0.9em;
	color:#fff;
	line-height:1.7em;
	margin:1em auto;
	width:100%;
	
}
.subscribe form{
	width:50%;
	margin:2em auto 0 auto;
}
.subscribe form input[type="text"]{
	border:0;
	outline:0;
	width:74%;
	font-size:1em;
	padding:0.6em 1em;
	color:#7D7D7D;
}
.subscribe form input[type="submit"]{
	outline:none;
	border:1px solid #fff;
	width:20%;
	padding:0.55em;
	background:none;
	margin-left:1em;
	color:#fff;
}
.subscribe form input[type="submit"]:hover{
	color:#333;
	border:1px solid #fff;
	background:#fff;
	transition:0.5s all;
		-webkit-transition:0.5s all;
		-moz-transition:0.5s all;
		-o-transition:0.5s all;
		-ms-transition:0.5s all;
}
/*----/subscribe---*/
.contact{
	padding:4em 0;
}
.contact-left{
padding-left:0;
}
.contact form{
	margin-top:2em;
}
.contact-head{
padding:0em 0 2em 0;
}
.contact form input[type="text"],.contact-right textarea {
width: 100%;
padding: 10px 12px;
border: 1px solid #87655B;
font-size: 1em;
margin-bottom: 1.5em;
color: #87655B;
outline: none;
font-weight: 400;
transition: 0.5s all ease;
-webkit-transition: 0.5s all ease;
-moz-transition: 0.5s all ease;
-o-transition: 0.5s all ease;
-ms-transition: 0.5s all ease;
}
.contact-right textarea{
resize:none;
height: 181px;
}
.contact form input[type="text"]:hover,.contact-right textarea:hover{
border:1px solid #f43c60;
}
.contact form input[type="submit"] {
	font-size:0.8em;
	display:inline-block;
	background:#DBC505;
	padding:0.6em 2em;
	 border:2px solid #DBC505;
	color:#fff;
	text-decoration:none;
	font-weight:500;
	transition: 0.5s all ease;
-webkit-transition: 0.5s all ease;
-moz-transition: 0.5s all ease;
-o-transition: 0.5s all ease;
-ms-transition: 0.5s all ease;
}
.contact form input[type="submit"]:hover{
  background:transparent;
  color:#DBC505;
  border:2px solid #DBC505;
}
.address{
padding:2em 0 0 0;
margin-top:-5em;
	position: relative;
}
.address h3{
	font-family: 'Play-Regular';
  font-size: 1.6em;
  color: #9d9d9d;
  margin-bottom: 0.7em;
  text-align:center;
}
.locations{
padding-left:0;
margin-top:2em;
}
.locations ul{
display:inline-block;
width:24%;
}
.locations ul li{
display:inline-block;
}
.locations ul li span {
background: url(../images/find.png) no-repeat 0px 0px;
vertical-align: super;
width: 38px;
height: 38px;
display: inline-block;
margin:0 0.5em 5.5em 0;
}
.address-info  p{
color: #999;
font-size: 0.9em;
text-decoration: none;
padding-bottom:3px;
display: block;
font-weight: 400;
}
.address-info p a{
color: #999;
}
.address-info p a:hover{
	color: #026466;
}
.address-info h4 {
color:#7D7D7D;
margin-bottom:8px;
font-size:1em;
    font-weight: 600;
}
.contact-map{
	margin-top:2em;
}
.contact-map iframe {
  min-height: 310px;
  width: 100%;
  border: none;
}
.footer{
	background:#eee;
	padding:1.5em;
}
.copywrite{
	text-align:center;
	/* padding-top:6px; */
}
.copywrite p, .copywrite p a {
  color: #999;
  font-size:0.9em;
}

#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 14px;
	right: 3%;
	overflow: hidden;
	width: 40px;
	height: 40px;
	border: none;
	text-indent: 100%;
	background: url("../images/to-top1.png") no-repeat 0px 0px;
}
#toTopHover {
	width: 40px;
	height: 40px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
.two-code{
	width: 120px;
	height: 120px;
	position: absolute;
	right: -6rem;
	top:40px
}
.two{
	position: absolute;
	right: -6rem;
	top:180px
}
.name{
	font-size: 24px;
}
.address-name{
	position: absolute;
	top: 50px;
}
/*--responsive--*/
@media(min-width:1800px) {
	.title{
		position: absolute;
		top: 20px;
		left: 29rem;
		width: 14rem;
		height: 110px;
		color: #2e6da4;
	}
	.iphone{
		width: 50px;
		height: 50px;
	}
	.header-right{
		width: 14rem;
		height: 20px;
		position: absolute;
		top: 20px;
		right: 30rem;
	}
	nav{
		width: 100%;
		height: 70px;
		position: relative;
		background-color: #080946;
		color: #fff;
		border-radius: 2px;
		font-size: 0;
		box-sizing: border-box;
		top: 4.5rem;
		opacity: 0.6;
	}
	.header-ul{
		width: 100%;
		height: 100px;
	}
	.top{
		/* 设置宽度高度背景颜色 */
		position:fixed;
		height: 50px;
		width:100%;
		background:linear-gradient(to right,#8edffb,#3e82ec,#8edffb);
		/*position: fixed; !*固定在顶部*!*/
		 top: 80px;/*离顶部的距离为0 */
		position: absolute;
		opacity: 0.9;
	}
	.top ul{
		/* 清除ul标签的默认样式 */
		width: 31%;
		list-style-type: none;
		margin-left: 70rem;
		padding: 0;
		overflow: hidden;
	}
	.top li {
		float:left; /* 使li内容横向浮动，即横向排列  */
		margin-right:50px;  /* 两个li之间的距离*/
	}
	.top li a{
		/* 设置链接内容显示的格式*/
		display: block; /* 把链接显示为块元素可使整个链接区域可点击 */
		color:white;
		text-align: center;
		padding: 14px 16px;
		text-decoration: none; /* 去除下划线 */
	}
	.top li a:hover{
		/* 鼠标选中时背景变为黑色 */
		background-color:  #3583ca;
	}
	.top ul li ul{
		/* 设置二级菜单 */
		width: auto;
		background:rgb(189, 181, 181);
		position: absolute;
		display: none; /* 默认隐藏二级菜单的内容 */

	}
	.top ul li ul li{
		/* 二级菜单li内容的显示 */
		margin-right:0;
		float:none;
		text-align: center;
	}
	.top ul li:hover ul{
		/* 鼠标选中二级菜单内容时 */
		display: block;
		z-index: 100;
	}
	.header{
		background-color:white;
		height:130px;
	}

}
@media(min-width:1748px) and (max-width:1800px)
{
	.title{
		position: absolute;
		top: 20px;
		left: 25rem;
		width: 14rem;
		height: 110px;
		color: #2e6da4;
	}
	.iphone{
		width: 50px;
		height: 50px;
	}
	.header-right{
		width: 14rem;
		height: 20px;
		position: absolute;
		top: 20px;
		right: 25rem;
	}
	nav{
		width: 100%;
		height: 70px;
		position: relative;
		background-color: #080946;
		color: #fff;
		border-radius: 2px;
		font-size: 0;
		box-sizing: border-box;
		top: 4.5rem;
		opacity: 0.6;
	}
	.header-ul{
		width: 100%;
		height: 100px;
	}
	.top{
		/* 设置宽度高度背景颜色 */
		height: 50px;
		width:100%;
		background:linear-gradient(to right,#8edffb,#3e82ec,#8edffb);
		/*position: fixed; !*固定在顶部*!*/
		 top: 80px;/*离顶部的距离为0 */
		position: absolute;
		opacity: 0.9;

	}
	.top ul{
		/* 清除ul标签的默认样式 */
		width: 35%;
		list-style-type: none;
		margin-left: 70rem;
		padding: 0;
		overflow: hidden;
	}
	.top li {
		float:left; /* 使li内容横向浮动，即横向排列  */
		margin-right:50px;  /* 两个li之间的距离*/
	}
	.top li a{
		/* 设置链接内容显示的格式*/
		display: block; /* 把链接显示为块元素可使整个链接区域可点击 */
		color:white;
		text-align: center;
		padding: 14px 16px;
		text-decoration: none; /* 去除下划线 */
	}
	.top li a:hover{
		/* 鼠标选中时背景变为黑色 */
		background-color:  #3583ca;
	}
	.top ul li ul{
		/* 设置二级菜单 */
		width: auto;
		background:rgb(189, 181, 181);
		position: absolute;
		display: none; /* 默认隐藏二级菜单的内容 */

	}
	.top ul li ul li{
		/* 二级菜单li内容的显示 */
		margin-right:0;
		float:none;
		text-align: center;
	}
	.top ul li:hover ul{
		/* 鼠标选中二级菜单内容时 */
		display: block;
		z-index: 100;
	}
	.header{
		background-color:white;
		height:130px;
	}

}
@media(min-width:1618px) and (max-width: 1747px)
{
	.title{
		position: absolute;
		top: 20px;
		left: 23rem;
		width: 14rem;
		height: 110px;
		color: #2e6da4;
	}
	.iphone{
		width: 50px;
		height: 50px;
	}
	.header-right{
		width: 14rem;
		height: 20px;
		position: absolute;
		top: 20px;
		right: 25rem;
	}
	nav{
		width: 100%;
		height: 70px;
		position: relative;
		background-color: #080946;
		color: #fff;
		border-radius: 2px;
		font-size: 0;
		box-sizing: border-box;
		top: 4.5rem;
		opacity: 0.6;
	}
	.header-ul{
		width: 100%;
		height: 100px;
	}
	.top{
		/* 设置宽度高度背景颜色 */
		height: auto;
		width:100%;
		background:linear-gradient(to right,#8edffb,#3e82ec,#8edffb);
		/*position: fixed; !*固定在顶部*!*/
		 top: 80px;/*离顶部的距离为0 */
		position: absolute;
		opacity: 0.9;

	}
	.top ul{
		/* 清除ul标签的默认样式 */
		width: 35%;
		list-style-type: none;
		margin-left: 69rem;
		padding: 0;
		overflow: hidden;
	}
	.top li {
		float:left; /* 使li内容横向浮动，即横向排列  */
		margin-right:50px;  /* 两个li之间的距离*/
	}
	.top li a{
		/* 设置链接内容显示的格式*/
		display: block; /* 把链接显示为块元素可使整个链接区域可点击 */
		color:white;
		text-align: center;
		padding: 14px 16px;
		text-decoration: none; /* 去除下划线 */
	}
	.top li a:hover{
		/* 鼠标选中时背景变为黑色 */
		background-color:  #3583ca;
	}
	.top ul li ul{
		/* 设置二级菜单 */
		width: auto;
		background:rgb(189, 181, 181);
		position: absolute;
		display: none; /* 默认隐藏二级菜单的内容 */

	}
	.top ul li ul li{
		/* 二级菜单li内容的显示 */
		margin-right:0;
		float:none;
		text-align: center;
	}
	.top ul li:hover ul{
		/* 鼠标选中二级菜单内容时 */
		display: block;
		z-index: 100;
	}
	.header{
		background-color:white;
		height:130px;
	}

}
@media(min-width:1523px) and (max-width: 1617px)
{
	.title{
		position: absolute;
		top: 20px;
		left: 20rem;
		width: 14rem;
		height: 110px;
		color: #2e6da4;
	}
	.iphone{
		width: 50px;
		height: 50px;
	}
	.header-right{
		width: 14rem;
		height: 20px;
		position: absolute;
		top: 20px;
		right: 25rem;
	}
	nav{
		width: 100%;
		height: 70px;
		position: relative;
		background-color: #080946;
		color: #fff;
		border-radius: 2px;
		font-size: 0;
		box-sizing: border-box;
		top: 4.5rem;
		opacity: 0.6;
	}
	.header-ul{
		width: 100%;
		height: 100px;
	}
	.top{
		/* 设置宽度高度背景颜色 */
		height: auto;
		width:100%;
		background:linear-gradient(to right,#8edffb,#3e82ec,#8edffb);
		/*position: fixed; !*固定在顶部*!*/
		top: 80px;/* 离顶部的距离为0 */
		position: absolute;
		opacity: 0.9;

	}
	.top ul{
		/* 清除ul标签的默认样式 */
		width: 35%;
		list-style-type: none;
		margin-left: 61rem;
		padding: 0;
		overflow: hidden;
	}
	.top li {
		float:left; /* 使li内容横向浮动，即横向排列  */
		margin-right:50px;  /* 两个li之间的距离*/
	}
	.top li a{
		/* 设置链接内容显示的格式*/
		display: block; /* 把链接显示为块元素可使整个链接区域可点击 */
		color:white;
		text-align: center;
		padding: 14px 11px;
		text-decoration: none; /* 去除下划线 */
	}
	.top li a:hover{
		/* 鼠标选中时背景变为黑色 */
		background-color:  #3583ca;
	}
	.top ul li ul{
		/* 设置二级菜单 */
		width: auto;
		background:rgb(189, 181, 181);
		position: absolute;
		display: none; /* 默认隐藏二级菜单的内容 */

	}
	.top ul li ul li{
		/* 二级菜单li内容的显示 */
		margin-right:0;
		float:none;
		text-align: center;
	}
	.top ul li:hover ul{
		/* 鼠标选中二级菜单内容时 */
		display: block;
		z-index: 100;
	}
	.header{
		background-color:white;
		height:130px;
	}

}
@media (min-width: 1440px) and (max-width: 1522px)
{
	.banner{
		background:url(../images/banner.jpg) no-repeat 0px 0px;
		background-size:cover;
		min-height:430px;
		padding-left: 4em;
		position:relative;
	}
	.banner-info {
    left: 22%;
    width: 58%;
}
	.header{
		background-color:white;
		height:8rem;
	}
	.title{
		position: absolute;
		top: 20px;
		left: 14rem;
		width: 14rem;
		height: 110px;
		color: #2e6da4;
	}
	.iphone{
		width: 50px;
		height: 50px;
	}
	.header-right{
		width: 14rem;
		height: 20px;
		position: absolute;
		top: 20px;
		right: 22rem;
	}
	nav{
		width: 100%;
		height: 70px;
		position: relative;
		background-color: #080946;
		color: #fff;
		border-radius: 2px;
		font-size: 0;
		box-sizing: border-box;
		top: 4.5rem;
		opacity: 0.6;
	}
	.header-ul{
		width: 100%;
		height: 100px;
	}
	.top{
		/* 设置宽度高度背景颜色 */
		height: auto;
		width:100%;
		background:linear-gradient(to right,#8edffb,#3e82ec,#aaaaab);
		/*position: fixed; !*固定在顶部*!*/
		 top: 80px;/*离顶部的距离为0 */
		position: absolute;
		opacity: 0.9;
	}
	.top ul{
		/* 清除ul标签的默认样式 */
		width: 39.9%;
		list-style-type: none;
		margin-left: 53rem;
		padding: 0;
		overflow: hidden;
	}
	.top li {
		float:left; /* 使li内容横向浮动，即横向排列  */
		margin-right:50px;  /* 两个li之间的距离*/
	}
	.top li a{
		/* 设置链接内容显示的格式*/
		display: block; /* 把链接显示为块元素可使整个链接区域可点击 */
		color:white;
		text-align: center;
		padding: 14px 16px;
		text-decoration: none; /* 去除下划线 */
	}
	.top li a:hover{
		/* 鼠标选中时背景变为黑色 */
		background-color:  #3583ca;
	}
	.top ul li ul{
		/* 设置二级菜单 */
		width: auto;
		background:rgb(189, 181, 181);
		position: absolute;
		display: none; /* 默认隐藏二级菜单的内容 */

	}
	.top ul li ul li{
		/* 二级菜单li内容的显示 */
		margin-right:0;
		float:none;
		text-align: center;
	}
	.top ul li:hover ul{
		/* 鼠标选中二级菜单内容时 */
		display: block;
		z-index: 100;
	}

}
@media (min-width: 1366px) and (max-width: 1439px)
{
.banner-info {
    left: 20%;
    width: 66%;
}
	.header{
		background-color:white;
		height:130px;
		/*position: absolute;*/
	}
	.title{
		position: absolute;
		top: 20px;
		left: 12rem;
		width: 14rem;
		height: 110px;
		color: #2e6da4;
	}
	.iphone{
		width: 50px;
		height: 50px;
	}
	.header-right{
		width: 14rem;
		height: 20px;
		position: absolute;
		top: 20px;
		right: 18rem;
	}
	nav{
		width: 100%;
		height: 70px;
		position: relative;
		background-color: #080946;
		color: #fff;
		border-radius: 2px;
		font-size: 0;
		box-sizing: border-box;
		top: 4.5rem;
		opacity: 0.6;
	}
	.header-ul{
		width: 100%;
		height: 100px;
	}
	.top{
		/* 设置宽度高度背景颜色 */
		height: auto;
		width:100%;
		background:linear-gradient(to right,#8edffb,#3e82ec,#aaaaab);
		/*position: fixed; !*固定在顶部*!*/
		 top: 80px;/*离顶部的距离为0 */
		position: absolute;
		opacity: 0.9;
	}
	.top ul{
		/* 清除ul标签的默认样式 */
		width: 37%;
		list-style-type: none;
		margin-left: 53rem;
		padding: 0;
		overflow: hidden;
	}
	.top li {
		float:left; /* 使li内容横向浮动，即横向排列  */
		margin-right:50px;  /* 两个li之间的距离*/
	}
	.top li a{
		/* 设置链接内容显示的格式*/
		display: block; /* 把链接显示为块元素可使整个链接区域可点击 */
		color:white;
		text-align: center;
		padding: 14px 9px;
		text-decoration: none; /* 去除下划线 */
	}
	.top li a:hover{
		/* 鼠标选中时背景变为黑色 */
		background-color:  #3583ca;
	}
	.top ul li ul{
		/* 设置二级菜单 */
		width: auto;
		background:rgb(189, 181, 181);
		position: absolute;
		display: none; /* 默认隐藏二级菜单的内容 */

	}
	.top ul li ul li{
		/* 二级菜单li内容的显示 */
		margin-right:0;
		float:none;
		text-align: center;
	}
	.top ul li:hover ul{
		/* 鼠标选中二级菜单内容时 */
		display: block;
		z-index: 100;
	}
	.two-code{
		width: 120px;
		height: 120px;
		position: absolute;
		right: -3rem;
		top:40px
	}
	.two{
		position: absolute;
		right: -3rem;
		top:180px
	}
	.name{
		font-size: 24px;
	}
	.address-name{
		position: absolute;
		top: 50px;
	}
}
@media (min-width: 1280px) and (max-width: 1365px)
{
	.header{
		background-color:white;
		height:130px;
		/*position: absolute;*/
	}
	.title{
		position: absolute;
		top: 20px;
		left: 9rem;
		width: 14rem;
		height: 110px;
		color: #2e6da4;
	}
	.iphone{
		width: 50px;
		height: 50px;
	}
	.header-right{
		width: 14rem;
		height: 20px;
		position: absolute;
		top: 20px;
		right: 18rem;
	}
	nav{
		width: 100%;
		height: 70px;
		position: relative;
		background-color: #080946;
		color: #fff;
		border-radius: 2px;
		font-size: 0;
		box-sizing: border-box;
		top: 4.5rem;
		opacity: 0.6;
	}
	.header-ul{
		width: 100%;
		height: 100px;
	}
	.top{
		/* 设置宽度高度背景颜色 */
		height: auto;
		width:100%;
		background:linear-gradient(to right,#8edffb,#3e82ec,#aaaaab);
		/*position: fixed; !*固定在顶部*!*/
		top: 80px;/* 离顶部的距离为0 */
		position: absolute;
		opacity: 0.9;
	}
	.top ul{
		/* 清除ul标签的默认样式 */
		width: 34%;
		list-style-type: none;
		margin-left: 53rem;
		padding: 0;
		overflow: hidden;
	}
	.top li {
		float:left; /* 使li内容横向浮动，即横向排列  */
		margin-right:50px;  /* 两个li之间的距离*/
	}
	.top li a{
		/* 设置链接内容显示的格式*/
		display: block; /* 把链接显示为块元素可使整个链接区域可点击 */
		color:white;
		text-align: center;
		padding: 14px 0px;
		text-decoration: none; /* 去除下划线 */
	}
	.top li a:hover{
		/* 鼠标选中时背景变为黑色 */
		background-color:  #3583ca;
	}
	.top ul li ul{
		/* 设置二级菜单 */
		width: auto;
		background:rgb(189, 181, 181);
		position: absolute;
		display: none; /* 默认隐藏二级菜单的内容 */

	}
	.top ul li ul li{
		/* 二级菜单li内容的显示 */
		margin-right:0;
		float:none;
		text-align: center;
	}
	.top ul li:hover ul{
		/* 鼠标选中二级菜单内容时 */
		display: block;
		z-index: 100;
	}
}
@media (min-width: 1182px) and (max-width: 1279px)
{
	.header{
		background-color:white;
		height:130px;
		/*position: absolute;*/
	}
	.title{
		position: absolute;
		top: 20px;
		left: 12rem;
		width: 14rem;
		height: 110px;
		color: #2e6da4;
	}
	.iphone{
		width: 50px;
		height: 50px;
	}
	.header-right{
		width: 14rem;
		height: 20px;
		position: absolute;
		top: 20px;
		right: 18rem;
	}
	nav{
		width: 100%;
		height: 70px;
		position: relative;
		background-color: #080946;
		color: #fff;
		border-radius: 2px;
		font-size: 0;
		box-sizing: border-box;
		top: 4.5rem;
		opacity: 0.6;
	}
	.header-ul{
		width: 100%;
		height: 100px;
	}
	.top{
		/* 设置宽度高度背景颜色 */
		height: auto;
		width:100%;
		background:linear-gradient(to right,#8edffb,#3e82ec,#aaaaab);
		/*position: fixed; !*固定在顶部*!*/
		 top: 80px;/*离顶部的距离为0 */
		position: absolute;
		opacity: 0.9;
	}
	.top ul{
		/* 清除ul标签的默认样式 */
		width: 41%;
		list-style-type: none;
		margin-left: 43rem;
		padding: 0;
		overflow: hidden;
	}
	.top li {
		float:left; /* 使li内容横向浮动，即横向排列  */
		margin-right:50px;  /* 两个li之间的距离*/
	}
	.top li a{
		/* 设置链接内容显示的格式*/
		display: block; /* 把链接显示为块元素可使整个链接区域可点击 */
		color:white;
		text-align: center;
		padding: 14px 0px;
		text-decoration: none; /* 去除下划线 */
	}
	.top li a:hover{
		/* 鼠标选中时背景变为黑色 */
		background-color:  #3583ca;
	}
	.top ul li ul{
		/* 设置二级菜单 */
		width: auto;
		background:rgb(189, 181, 181);
		position: absolute;
		display: none; /* 默认隐藏二级菜单的内容 */

	}
	.top ul li ul li{
		/* 二级菜单li内容的显示 */
		margin-right:0;
		float:none;
		text-align: center;
	}
	.top ul li:hover ul{
		/* 鼠标选中二级菜单内容时 */
		display: block;
		z-index: 100;
	}
	.two-code{
		width: 120px;
		height: 120px;
		position: absolute;
		right: -1rem;
		top:40px
	}
	.two{
		position: absolute;
		right: -1rem;
		top:180px
	}
	.name{
		font-size: 24px;
	}
	.address-name{
		position: absolute;
		top: 50px;
	}
	.locations ul{
		display:inline-block;
		width:24%;
		margin: 0 -21px;
	}
}
@media (min-width: 1080px) and (max-width: 1181px)
{
.banner {
    min-height: 525px;
    padding-left: 2em;
}
.banner-info h2 {
    font-size: 4em;
}
.logo a {
    font-size: 0.85em;
}
.side-menu {
    top: 9%;
}
.about-top h3, .service-top h3, .raftrips-top h3, .gallery-top h3, .contact-top h3 {
    font-size: 2em;
}
	.header{
		background-color:white;
		height:130px;
		/*position: absolute;*/
	}
	.title{
		position: absolute;
		top: 20px;
		left: 8rem;
		width: 14rem;
		height: 110px;
		color: #2e6da4;
	}
	.iphone{
		width: 50px;
		height: 50px;
	}
	.header-right{
		width: 14rem;
		height: 20px;
		position: absolute;
		top: 20px;
		right: 18rem;
	}
	nav{
		width: 100%;
		height: 70px;
		position: relative;
		background-color: #080946;
		color: #fff;
		border-radius: 2px;
		font-size: 0;
		box-sizing: border-box;
		top: 4.5rem;
		opacity: 0.6;
	}
	.header-ul{
		width: 100%;
		height: 100px;
	}
	.top{
		/* 设置宽度高度背景颜色 */
		height:50px;
		width:100%;
		background:linear-gradient(to right,#8edffb,#3e82ec,#aaaaab);
		/*position: fixed; !*固定在顶部*!*/
		 top: 80px;/*离顶部的距离为0 */
		position: absolute;
		opacity: 0.9;
	}
	.top ul{
		/* 清除ul标签的默认样式 */
		width: 50%;
		list-style-type: none;
		margin-left: 32rem;
		padding: 0;
		overflow: hidden;
	}
	.top li {
		float:left; /* 使li内容横向浮动，即横向排列  */
		margin-right:50px;  /* 两个li之间的距离*/
	}
	.top li a{
		/* 设置链接内容显示的格式*/
		display: block; /* 把链接显示为块元素可使整个链接区域可点击 */
		color:white;
		text-align: center;
		padding: 14px 9px;
		text-decoration: none; /* 去除下划线 */
	}
	.top li a:hover{
		/* 鼠标选中时背景变为黑色 */
		background-color:  #3583ca;
	}
	.top ul li ul{
		/* 设置二级菜单 */
		width: auto;
		background:rgb(189, 181, 181);
		position: absolute;
		display: none; /* 默认隐藏二级菜单的内容 */

	}
	.top ul li ul li{
		/* 二级菜单li内容的显示 */
		margin-right:0;
		float:none;
		text-align: center;
	}
	.top ul li:hover ul{
		/* 鼠标选中二级菜单内容时 */
		display: block;
		z-index: 100;
	}
	.two-code{
		width: 120px;
		height: 120px;
		position: absolute;
		right: -1rem;
		top:40px
	}
	.two{
		position: absolute;
		right: -1rem;
		top:180px
	}
	.name{
		font-size: 24px;
	}
	.address-name{
		position: absolute;
		top: 50px;
	}
	.locations ul{
		display:inline-block;
		width:24%;
		margin: 0 -21px;
	}

}
@media (min-width: 991px) and (max-width: 1079px)
{
.banner-info h2 {
    font-size: 3.5em;
}
.abt-pic {
    width: 40%;
    float: left;
	padding:0;
}
.abt-info {
    padding-top: 0em;
    float: left;
    width: 60%;
}
.abt-info p {
    font-size: 0.8em;
}
.grid1 {
    margin-bottom: 2em;
}
.banner-info {
    left: 17%;
}
.service-grids {
    width: 100%;
    margin: 0 auto;
}
.rft-pic {
    float: left;
    width: 40%;
}
.rft-pic-info {
    padding-top: 0.5em;
    float: left;
    width: 60%;
}
.rft-pic-info p,ul.project_box li.desc p,.subscribe p,.address-info p{
    font-size: 0.8em;
}
.gallery-grid {
    width: 33.3%;
    float: left;
}
.subscribe p {
    width: 81%;
}
.subscribe form input[type="text"] {
    width: 61%;
}
.subscribe form input[type="submit"] {
    width: 33%;
}
.contact-right,.contact-left {
    padding: 0;
}
.banner-info p{
	font-size:0.9em;
}
	.header{
		background-color:white;
		height:130px;
		/*position: absolute;*/
	}
	.title{
		position: absolute;
		top: 20px;
		left: 13rem;
		width: 14rem;
		height: 110px;
		color: #2e6da4;
	}
	.iphone{
		width: 50px;
		height: 50px;
	}
	.header-right{
		width: 14rem;
		height: 20px;
		position: absolute;
		top: 20px;
		right: 18rem;
	}
	nav{
		width: 100%;
		height: 70px;
		position: relative;
		background-color: #080946;
		color: #fff;
		border-radius: 2px;
		font-size: 0;
		box-sizing: border-box;
		top: 4.5rem;
		opacity: 0.6;
	}
	.header-ul{
		width: 100%;
		height: 100px;
	}
	.top{
		/* 设置宽度高度背景颜色 */
		height:50px;
		width:100%;
		background:linear-gradient(to right,#8edffb,#3e82ec,#aaaaab);
		/*position: fixed; !*固定在顶部*!*/
		top: 80px;/* 离顶部的距离为0 */
		position: absolute;
		opacity: 0.9;
	}
	.top ul{
		/* 清除ul标签的默认样式 */
		width: 47%;
		list-style-type: none;
		margin-left: 32rem;
		padding: 0;
		overflow: hidden;
	}
	.top li {
		float:left; /* 使li内容横向浮动，即横向排列  */
		margin-right:50px;  /* 两个li之间的距离*/
	}
	.top li a{
		/* 设置链接内容显示的格式*/
		display: block; /* 把链接显示为块元素可使整个链接区域可点击 */
		color:white;
		text-align: center;
		padding: 14px 2px;
		text-decoration: none; /* 去除下划线 */
	}
	.top li a:hover{
		/* 鼠标选中时背景变为黑色 */
		background-color:  #3583ca;
	}
	.top ul li ul{
		/* 设置二级菜单 */
		width: auto;
		background:rgb(189, 181, 181);
		position: absolute;
		display: none; /* 默认隐藏二级菜单的内容 */

	}
	.top ul li ul li{
		/* 二级菜单li内容的显示 */
		margin-right:0;
		float:none;
		text-align: center;
	}
	.top ul li:hover ul{
		/* 鼠标选中二级菜单内容时 */
		display: block;
		z-index: 100;
	}
	.two-code{
		width: 120px;
		height: 120px;
		position: absolute;
		right: -1rem;
		top:40px
	}
	.two{
		position: absolute;
		right: -1rem;
		top:180px
	}
	.name{
		font-size: 24px;
	}
	.address-name{
		position: absolute;
		top: 50px;
	}
	.locations ul{
		display:inline-block;
		width:24%;
		margin: 0 -21px;
	}
}
@media (min-width: 768px) and (max-width: 990px)
{
.banner {
    min-height: 450px;
    padding-left: 0em;
}
.banner-info h2 {
    font-size: 3em;
}
.footer {
    background: #eee;
    padding: 1.5em 0;
}
.side-menu {
    top: 6%;
    left: 20px;
}
.banner-info{
	top:40%;
}
.banner-info p {
    font-size: 0.85em;
    width: 100%;
}
	.header{
		background-color:white;
		height:130px;
		/*position: absolute;*/
	}
	.title{
		position: absolute;
		top: 20px;
		left: 8rem;
		width: 14rem;
		height: 110px;
		color: #2e6da4;
	}
	.iphone{
		width: 50px;
		height: 50px;
	}
	.header-right{
		width: 14rem;
		height: 20px;
		position: absolute;
		top: 20px;
		right: 16rem;
	}
	nav{
		width: 100%;
		height: 70px;
		position: relative;
		background-color: #080946;
		color: #fff;
		border-radius: 2px;
		font-size: 0;
		box-sizing: border-box;
		top: 4.5rem;
		opacity: 0.6;
	}
	.header-ul{
		width: 100%;
		height: 100px;
	}
	.top{
		/* 设置宽度高度背景颜色 */
		height:50px;
		width:100%;
		background:linear-gradient(to right,#8edffb,#3e82ec,#aaaaab);
		/*position: fixed; !*固定在顶部*!*/
		top: 80px;/* 离顶部的距离为0 */
		position: absolute;
		opacity: 0.9;
	}
	.top ul{
		/* 清除ul标签的默认样式 */
		width: 60%;
		list-style-type: none;
		margin-left: 20rem;
		padding: 0;
		overflow: hidden;
	}
	.top li {
		float:left; /* 使li内容横向浮动，即横向排列  */
		margin-right:50px;  /* 两个li之间的距离*/
	}
	.top li a{
		/* 设置链接内容显示的格式*/
		display: block; /* 把链接显示为块元素可使整个链接区域可点击 */
		color:white;
		text-align: center;
		padding: 14px 2px;
		text-decoration: none; /* 去除下划线 */
	}
	.top li a:hover{
		/* 鼠标选中时背景变为黑色 */
		background-color:  #3583ca;
	}
	.top ul li ul{
		/* 设置二级菜单 */
		width: auto;
		background:rgb(189, 181, 181);
		position: absolute;
		display: none; /* 默认隐藏二级菜单的内容 */

	}
	.top ul li ul li{
		/* 二级菜单li内容的显示 */
		margin-right:0;
		float:none;
		text-align: center;
	}
	.top ul li:hover ul{
		/* 鼠标选中二级菜单内容时 */
		display: block;
		z-index: 100;
	}
	.two-code{
		width: 120px;
		height: 120px;
		position: absolute;
		right: -1rem;
		top:40px
	}
	.two{
		position: absolute;
		right: -1rem;
		top:180px
	}
	.name{
		font-size: 24px;
	}
	.address-name{
		position: absolute;
		top: 50px;
	}
	.locations ul{
		display:inline-block;
		width:24%;
		margin: 0 -21px;
	}
}
@media(min-width:640px) and (max-width:767px)
{
	.banner {
		min-height: 450px;
		padding-left: 0em;
	}
	.banner-info h2 {
		font-size: 3em;
	}
	.footer {
		background: #eee;
		padding: 1.5em 0;
	}
	.side-menu {
		top: 6%;
		left: 20px;
	}
	.banner-info{
		top:40%;
	}
	.banner-info p {
		font-size: 0.85em;
		width: 100%;
	}
		.header{
			background-color:white;
			height:130px;
			/*position: absolute;*/
		}
		.title{
			position: absolute;
			top: 20px;
			left: 8rem;
			width: 14rem;
			height: 110px;
			color: #2e6da4;
		}
		.iphone{
			width: 50px;
			height: 50px;
		}
		.header-right{
			width: 14rem;
			height: 20px;
			position: absolute;
			top: 20px;
			right: 16rem;
		}
		nav{
			width: 100%;
			height: 70px;
			position: relative;
			background-color: #080946;
			color: #fff;
			border-radius: 2px;
			font-size: 0;
			box-sizing: border-box;
			top: 4.5rem;
			opacity: 0.6;
		}
		.header-ul{
			width: 100%;
			height: 100px;
		}
		.top{
			/* 设置宽度高度背景颜色 */
			height:50px;
			width:100%;
			background:linear-gradient(to right,#8edffb,#3e82ec,#aaaaab);
			/*position: fixed; !*固定在顶部*!*/
			top: 80px;/* 离顶部的距离为0 */
			position: absolute;
			opacity: 0.9;
		}
		.top ul{
			/* 清除ul标签的默认样式 */
			width: 60%;
			list-style-type: none;
			margin-left: 20rem;
			padding: 0;
			overflow: hidden;
		}
		.top li {
			float:left; /* 使li内容横向浮动，即横向排列  */
			margin-right:50px;  /* 两个li之间的距离*/
		}
		.top li a{
			/* 设置链接内容显示的格式*/
			display: block; /* 把链接显示为块元素可使整个链接区域可点击 */
			color:white;
			text-align: center;
			padding: 14px 2px;
			text-decoration: none; /* 去除下划线 */
		}
		.top li a:hover{
			/* 鼠标选中时背景变为黑色 */
			background-color:  #3583ca;
		}
		.top ul li ul{
			/* 设置二级菜单 */
			width: auto;
			background:rgb(189, 181, 181);
			position: absolute;
			display: none; /* 默认隐藏二级菜单的内容 */
	
		}
		.top ul li ul li{
			/* 二级菜单li内容的显示 */
			margin-right:0;
			float:none;
			text-align: center;
		}
		.top ul li:hover ul{
			/* 鼠标选中二级菜单内容时 */
			display: block;
			z-index: 100;
		}
		.two-code{
			width: 120px;
			height: 120px;
			position: absolute;
			right: -1rem;
			top:40px
		}
		.two{
			position: absolute;
			right: -1rem;
			top:180px
		}
		.name{
			font-size: 24px;
		}
		.address-name{
			position: absolute;
			top: 50px;
		}
		.locations ul{
			display:inline-block;
			width:24%;
			margin: 0 -21px;
		}
}
@media(max-width:319px) and (max-width:480px)
{
	.banner {
		min-height: 450px;
		padding-left: 0em;
	}
	.banner-info h2 {
		font-size: 3em;
	}
	.footer {
		background: #eee;
		padding: 1.5em 0;
	}
	.side-menu {
		top: 6%;
		left: 20px;
	}
	.banner-info{
		top:40%;
	}
	.banner-info p {
		font-size: 0.85em;
		width: 100%;
	}
		.header{
			background-color:white;
			height:130px;
			/*position: absolute;*/
		}
		.title{
			position: absolute;
			top: 20px;
			left: 8rem;
			width: 14rem;
			height: 110px;
			color: #2e6da4;
		}
		.iphone{
			width: 50px;
			height: 50px;
		}
		.header-right{
			width: 14rem;
			height: 20px;
			position: absolute;
			top: 20px;
			right: 16rem;
		}
		nav{
			width: 100%;
			height: 70px;
			position: relative;
			background-color: #080946;
			color: #fff;
			border-radius: 2px;
			font-size: 0;
			box-sizing: border-box;
			top: 4.5rem;
			opacity: 0.6;
		}
		.header-ul{
			width: 100%;
			height: 100px;
		}
		.top{
			/* 设置宽度高度背景颜色 */
			height:50px;
			width:100%;
			background:linear-gradient(to right,#8edffb,#3e82ec,#aaaaab);
			/*position: fixed; !*固定在顶部*!*/
			top: 80px;/* 离顶部的距离为0 */
			position: absolute;
			opacity: 0.9;
		}
		.top ul{
			/* 清除ul标签的默认样式 */
			width: 60%;
			list-style-type: none;
			margin-left: 20rem;
			padding: 0;
			overflow: hidden;
		}
		.top li {
			float:left; /* 使li内容横向浮动，即横向排列  */
			margin-right:50px;  /* 两个li之间的距离*/
		}
		.top li a{
			/* 设置链接内容显示的格式*/
			display: block; /* 把链接显示为块元素可使整个链接区域可点击 */
			color:white;
			text-align: center;
			padding: 14px 2px;
			text-decoration: none; /* 去除下划线 */
		}
		.top li a:hover{
			/* 鼠标选中时背景变为黑色 */
			background-color:  #3583ca;
		}
		.top ul li ul{
			/* 设置二级菜单 */
			width: auto;
			background:rgb(189, 181, 181);
			position: absolute;
			display: none; /* 默认隐藏二级菜单的内容 */
	
		}
		.top ul li ul li{
			/* 二级菜单li内容的显示 */
			margin-right:0;
			float:none;
			text-align: center;
		}
		.top ul li:hover ul{
			/* 鼠标选中二级菜单内容时 */
			display: block;
			z-index: 100;
		}
		.two-code{
			width: 120px;
			height: 120px;
			position: absolute;
			right: -1rem;
			top:40px
		}
		.two{
			position: absolute;
			right: -1rem;
			top:180px
		}
		.name{
			font-size: 24px;
		}
		.address-name{
			position: absolute;
			top: 50px;
		}
		.locations ul{
			display:inline-block;
			width:24%;
			margin: 0 -21px;
		}
	}
	