@import url(./common.css);

.page{
  background-color: #F0F0F0;
}
.page .top{
  width: 140rem;
  max-width: 100%;
  margin: 0 auto;
  padding-top: 17rem;
}
.page .top .stitle{
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 2rem;
}
.page .top .stitle::before{
  content: '';
  width: 4rem;
  border-bottom: 1px solid #000;
  margin-right: 1rem;
}
.page .top .text{
  display: flex;
}
.page .top .text .title{
  color: #28A7E1;
  margin-right: 11rem;
  font-size: 5rem;
  flex: 0 0 64rem;
}
.page .top .text .desc{
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2;
}
.page .top .img{
  width: 125rem;
  padding-bottom: 33.5%;
  margin-left: -27rem;
  margin-top: 14rem;
  position: relative;
  overflow: hidden;
}
.page .top .img img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.page .main{
  background-color: #fff;
  margin-top: -23rem;
  min-height: 28rem;
  padding-top: 33rem;
  padding-bottom: 20rem;
}
.page .main .editor{
  width: 84rem;
  max-width: 100%;
  margin: 0 auto;
}
.page .pageButtons{
  display: flex;
}
.page .pageButtons .item{
  flex: 0 0 50%;
  font-size: 6rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10rem 8.7rem;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}
.page .pageButtons .item:last-child{
  border-right: none;
}
@media (max-width: 1200px){
  .page .top{
    padding-top: 10rem;
  }
  .page .top .text .title{
    font-size: 6rem;
    flex: 0 0 40rem;
    margin-right: 6rem;
  }
  .page .top .text .desc{
    font-size: 1.4rem;
  }
  .page .top .img{
    width: 70rem;
    margin-left: -13rem;
    margin-top: 6rem;
  }
  .page .main{
    margin-top: -18rem;
    padding-top: 20rem;
  }
  .page .pageButtons .item{
    font-size: 4rem;
    padding: 7rem 6rem;
  }
  .page .pageButtons .item img{
    width: 4.5rem;
  }
}
@media (max-width: 990px){
  .page .top{
    padding-top: 6rem;
  }
  .page .top .text .title{
    font-size: 4.5rem;
    flex: 0 0 32rem;
    margin-right: 4.5rem;
  }
  .page .top .text .desc{
    font-size: 1.2rem;
  }
  .page .top .img{
    width: 60rem;
    margin-left: -15rem;
    margin-top: 4.5rem;
  }
  .page .main{
    margin-top: -12rem;
    padding-top: 15rem;
    padding-bottom: 6rem;
  }
  .page .pageButtons .item{
    font-size: 3rem;
    padding: 5rem 4.5rem;
  }
  .page .pageButtons .item img{
    width: 3.5rem;
  }
}
@media (max-width: 768px){
  .page .top{
    padding-top: 3rem;
  }
  .page .top .text{
    display: block;
  }
  .page .top .text .title{
    font-size: 3rem;
    flex: 0 0 100%;
    margin-right: 0;
  }
  .page .top .img{
    margin-left: 0;
    width: 100%;
  }
  .page .main{
    margin-top: -8rem;
    padding-top: 12rem;
  }
  .page .pageButtons .item{
    font-size: 2.4rem;
    padding: 4rem 3.5rem;
  }
  .page .pageButtons .item img{
    width: 2.5rem;
  }
}
@media (max-width: 600px){
  .page .pageButtons .item{
    font-size: 2rem;
    padding: 2.5rem 2rem;
  }
  .page .pageButtons .item img{
    width: 2rem;
  }
}

.contactus{
  background-color: #F0F0F0;
}
.contactus .topBanner{
  position: relative;
  padding-bottom: 20%;
  overflow: hidden;
}
.contactus .topBanner img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(-30%);
}
.contactus .topBanner .title{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  color: #fff;
  font-size: 8rem;
  font-weight: 600;
}
.contactus .topBanner .title .content{
  padding: 0;
}
.contactus .content{
  width: 84rem;
  max-width: 100%;
  margin: 0 auto;
  padding-top: 17rem;
  padding-bottom: 13rem;
}
.contactus .content .top{
  padding-bottom: 5.8rem;
  border-bottom: 1px solid #BCBCBC;
  margin-bottom: 5.8rem;
}
.contactus .content .top .afterSend{
  font-size: 3rem;
}
.contactus .content .top .title{
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 3.3rem;
}
.contactus .content .top .tipAlert{
	margin-bottom:2rem;
}
.contactus .content .top .tipAlert span{
	color:red;
	margin-right:.5rem
}
.contactus .content .top .form{
  margin: 0 -1rem;
  display: flex;
  flex-wrap: wrap;
}
.contactus .content .top .form .item{
  flex: 0 0 50%;
  padding: 0 10px;
  margin-bottom: 1.7rem;
}
.contactus .content .top .form .item.full{
  flex: 0 0 100%;
}
.contactus .content .top .form .item > label{
  display: block;
}
.contactus .content .top .form .item > label.red{
  color:red;
}
.contactus .content .top .form .item input,
.contactus .content .top .form .item textarea,
.contactus .content .top .form .item select{
  display: block;
  width: 100%;
  outline: none;
  border: none;
  height: 5rem;
  padding: 5px 15px;
  border-radius: 5px;
}
.contactus .content .top .form .item textarea{
  height: 12.4rem;
}
.contactus .content .top .form .item select{
  width: 100%;
}
.contactus .content .top .form .item .inline{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.contactus .content .top .form .item .inline .ans{
  display: flex;
  align-items: center;
}
.contactus .content .top .form .item .inline .ans + .ans{
  margin-left: 1rem;
}
.contactus .content .top .form .item .inline .ans > label{
  margin-bottom: 0;
}
.contactus .content .top .form .item .inline .ans > input{
  margin-right: .5rem;
}
.contactus .content .top .form .item .tip.red{
	margin-top:3px;
	color:red;
}
.contactus .content .top .form .item.verify{
	display:flex;
	align-items:center;
}
.contactus .content .top .form .item.verify input{
	max-width:20rem;
	margin-right:1rem;
}
.contactus .content .top .form .item.verify img{
	margin-right:1rem;
}
.contactus .content .top .form .item.verify i{
	cursor:pointer;
}
.contactus .content .top .submit{
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.contactus .content .top .submit:hover{
  opacity: .8;
}
.contactus .content .top .submit span{
  display: flex;
  width: 3rem;
  height: 3rem;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #28A7E1;
  border-radius: 100%;
  margin-left: 1rem;
  font-size: 1.8rem;
}
.contactus .content .bottom .title{
  font-size: 4rem;
  margin-bottom: 3rem;
}
.contactus .content .bottom .info{
  width: 40rem;
  margin-bottom: 4rem;
}
.contactus .content .bottom .info .item{
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
}
.contactus .content .bottom .info .item label{
  flex: 0 0 3rem;
  margin-right: 4.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contactus .content .bottom .info .item label img{
  height: 2.7rem;
}
.contactus .content .bottom .map{
  width: 100%;
  padding-bottom: 50%;
  position: relative;
}
.contactus .content .bottom .map iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 1200px){
  .contactus .content{
    padding-top: 8rem;
  }
}
@media (max-width: 1000px){
  .contactus .content{
    padding-top: 6rem;
  }
  .contactus .content .top{
    padding-bottom: 3rem;
    margin-bottom: 3rem;
  }
  .contactus .topBanner .title{
    font-size: 6rem;
  }
}
@media (max-width: 600px){
  .contactus .content{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .contactus .content .top .title{
    font-size: 4rem;
    margin-bottom: 2rem;
  }
  .contactus .topBanner .title{
    font-size: 3rem;
  }
  .contactus .content .bottom .info .item label{
    margin-right: 2rem;
  }
}