@charset "utf-8";
/* CSS Document */

#map {
  height: 100%;
}
  html, body {
    height: 100%;
    margin: 0;
    padding: 0;
  }
footer {
    background-color: #424e91;
padding:20px 0;
overflow:hidden;
color:#fff
}

footer p {
font-size:13px;
margin-bottom:0;
display:inline-block
}

footer .social {
width:100%;
text-align:center
}

footer .social a {
width:45px;
height:45px;
border-radius:50px;
position:relative;
text-align:center;
color:#9E9E9E;
display:inline-block;
margin:5px;
line-height:40px;
font-size:16px;
border:3px solid #BDBDBD
}

footer .social a:hover {
background:#202020;
color:#FFF
}

footer .social a i {
line-height:28px
}

footer .footerss {
margin-top:20px;
width:100%;
	    color: #c3ad86;
text-align:center
}

footer a {
color:#787878
}


@media (max-width: 768px) {
.footer-info .line {
    padding: 30px 0 50px;
}
	
}
.computer {
	display:block;
}
.cellphone {
	display: none;
}
@media (max-width: 1024px) {
.computer {
	display:none;
}
.cellphone {
	display: block;
}
	
}

.Announce {
color:#555
}

.Announce::before {
background-image:linear-gradient(to bottom,#3a3a3a 0,#3a3a3a 100%),linear-gradient(to bottom,#3a3a3a 0,#3a3a3a 100%),linear-gradient(to bottom,#3a3a3a 0,#3a3a3a 100%),linear-gradient(to bottom,#3a3a3a 0,#3a3a3a 100%),linear-gradient(to bottom,#3a3a3a 0,#3a3a3a 100%)
}


.footer-info {
margin:0 auto;
color:#fff;
}

.footer-info .line {
padding:30px 0 50px;
border-bottom:1px solid #454545;
width:1200px
}

.footer-info ul li.title {
margin-bottom:7px;
font-size:16px;
color:#6CC
}

.footer-info ul li.text {
margin-bottom:5px;
padding-bottom:5px
}

.footer-info ul li.text a {
font-size:14px;
color:#CCC;
text-decoration:none
}

.footer-info ul li.title a {
font-size:16px;
color:#6CC;
text-decoration:none
}

.footer-logo{
    padding-bottom: 30px;
}
.rightBox{
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.rightBox .item{
    padding: 10px;
    width: calc(100% / 3);
}
.rightBox .item h6{
    color: #c3ad86;
}


.rightBox .item p{
 
}
@media (max-width: 1024px) {
.footer-info .line {
width:100%
}
}

@media (max-width: 767px){
.rightBox .item {
    width: calc(100% / 2);
}
 .footer-logo{
    padding: 0 30px ;
}
}


 .google-map{
   width: calc(70% - 20px);
   margin-right: 20px;
	 padding: 20px;
}

 .introduce{
   width: calc(30% - 0px);
}
 .introduce .project-box{
	 height: 550px;
  overflow:auto; 
	     padding: 20px 10px;
}

.project-box::-webkit-scrollbar {
  width: 5px;
}

.project-box::-webkit-scrollbar-track {
  border-radius: 0%;
}

.project-boxx::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #27578f;
}

 .introduce .project{
	margin: 35px auto;
	border: 1px solid #9d9d9d; 
}
 .introduce .project .box{
	padding: 20px;
}
 .introduce .project .link{
	    border-top: 1px solid #9d9d9d;
    display: flex;
    justify-content: space-around;
	 
}
 .introduce .project .link a{
	     padding: 10px;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .9rem;
    color: #000;
}
.introduce .project .link .solid{
	  border-right: 1px solid #9d9d9d;
}
 .introduce .project .map {
	margin-bottom: 25px;
}
 .introduce .project .distance {

}
 .introduce .project .map img{
	width: 30px;
	margin: 1px;
}
 .introduce .project h3{
  
}
 .introduce .project h3 span{
  font-size: .9rem;
   color: #58c8db; 
	 margin-left: 15px;
}
 .introduce .project .Details{
      display: flex;
    font-size: .9rem;
	 margin-bottom: 7px;
	 
}

 .introduce .project .term{
    display: flex;
    flex-wrap: wrap;
    font-size: .8rem;
    margin-top: 20px;
}

@media (max-width: 980px) {
	
	 .introduce .project .Details{
    font-size: 1.1rem;
	 
}

 .introduce .project .term{
  
    font-size: 1rem;
}

	
	
	}
 .filter{
    display: flex;
    flex-wrap: wrap;
    font-size: 1.2rem;
    margin-top: 0px;
	 margin-bottom: 10px;
}
 .filter img{
   width: 20px;
	 margin-right: 10px;
}


@media (max-width: 980px) {
.google-map{
   width: calc(100% - 0px);
   margin-right: 0px;
   padding: 20px;
   height: 600px;
}

 .introduce{
   width: calc(100% - 0px);
}
 .introduce .project-box{
  height: auto;
  overflow:auto;
}	
}




.li>div[name][value]:hover {
	border: 2px dashed #9c56f1;
	background-color: rgba(156, 86, 241, 0.1)
}

.li {
	margin: 0 auto;
	width: 75%;
	/* padding: 5px 0; */
	display: flow-root;
	display: inline-block;
	display: flex;
    justify-content: center;
	    flex-wrap: wrap;
}
.li img{
	width: 70px;
}
.li h2{
	    font-size: 1rem;
	margin-bottom: 0;
}
.li>div[name][value],
.li>div.active {
	cursor: pointer;
	transition: transform 0.2s ease-in, box-shadow 0.2s ease-out;
	width: calc(20% - 20px);
	box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
	float: left;
	background-color: #fff;
	padding: 21px 10px;
	border: 2px dashed #dcdcdc;
	border-radius: 4px;
	margin: 0 10px 20px
}

.li>div.active[name][value]{
	box-shadow: 0 3px 20px rgba(156, 86, 241, 0.43);
	transform: scale(1.05);
	    border: 2px solid #424e91;
    background-color: #424e91;
	position: relative;
	z-index: 10;
	color: #fff;
	animation: scales 0.3s
}


@media (max-width: 980px) {
	.li {
	width: 95%;
}
.li>div[name][value],
.li>div.active {
	width: calc(25% - 10px);
	margin: 0 5px 10px
}	
}

@media (max-width: 480px) {
.li>div[name][value],
.li>div.active {
	width: calc(33.333% - 10px);
	padding: 10px 10px;
}
.li img{
	width: 50px;
}	
}

@media (max-width: 380px) {
.li>div[name][value],
.li>div.active {
	width: calc(50% - 10px);
}
}


@keyframes scales {
	0% {
		transform: scale(1)
	}
	50% {
		transform: scale(1.25)
	}
	100% {
		transform: scale(1)
	}
}

.inpit>div {
	position: relative;
	overflow: hidden;
	width: 800px;
	display: flow-root;
	background-color: #fff;
	padding: 10px 60px 50px 60px;
	margin: 0 auto;
}

button,
.insideonelist {
	background-color: rgb(156, 86, 241);
	border-radius: 50px;
	font-size: 20px;
	color: #fff;
	width: 100%;
	max-width: 400px;
	margin: 10px auto;
	border: #000000;
	padding: 10px 0;
	text-align: center;
	display: block;
	cursor: pointer
}

.inside {
 	background-color: rgba(0, 0, 0, 0.06);
    padding: 20px;
    display: inline-block;
    width: calc(100% - 90px);
    margin: 0 0 20px 50px
 }

.button-box {
 	margin: 30px 0 70px;
 }




@media (max-width: 1024px) {
	.button-box {
 	margin: 0px 0 20px;
 }
}