contact.css 5.42 KB
.main-nav .drop-down .language-list{
  display: block;
  position: absolute;
  left: 15px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 5px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
  min-width: 90px;
}

.main-nav .drop-down .language-list li {
  min-width: 106px;
  position: relative;
}

#footer #contact-info a {
	color: white;
}

#allmap {
    width: 100%;
    height: 350px;
    margin: 50px 0 30px 0;
    font-family: "微软雅黑";
}

#allmap1 {
    width: 100%;
    height: 350px;
    margin: 50px 0 30px 0;
    font-family: "微软雅黑";
}

#allmap2 {
    width: 100%;
    height: 350px;
    margin: 50px 0 30px 0;
    font-family: "微软雅黑";
}

#introduction {
  width: 100%;
  position: relative;
  padding: 140px 0 80px 0;
  background: #f5f8fd url(../img/about-bg.jpg) center top no-repeat;
}

#introduction .intro-info h3{
  color:black;	
}

#introduction .intro-info h5{
  color:#171A1D;
  line-height: 40px;
}

#introduction .intro-img {
  width: 50%;
  float: right;
}

#introduction .intro-info .btn-get-started {
  font-family: "Microsoft YaHei","Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 0 20px 20px 0;
  color: #fff;
}

#introduction .intro-info .btn-get-started {
  background: #007bff;
  border: 2px solid #007BFF;
  color: #fff;
}

#introduction .intro-info .btn-get-started:hover {
  background: none;
  background-color: #0069d9;
  border-color: #0062cc;
}

#introduction .col-lg-12{
  padding-bottom: 10px;
}

#introduction button{
	margin: 20px;
	width: 200px;
	height: 55px;
}

#contact input{
	margin-bottom: 10px;
}

#contact button{
	margin: 20px;
	width: 200px;
	height: 55px;
}

#contact .section-header p {
  text-align: center;
  margin: auto;
  font-size: 15px;
  padding-bottom: 20px;
  color: #556877;
  width: 50%;
}

#map {
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 140px 0 80px 0;
  overflow: hidden;
}

#map i {
  font-size: 28px;
  color: #007bff;
  float: left;
  line-height: 1;
  padding-right: 15px;
}



#advantage {
  padding: 60px 0 40px 0;
  box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

#advantage .box {
  padding: 30px;
  margin: 0 10px 40px 10px;  
  position: relative;
}


#advantage .icon {
  position: absolute;
  left: -10px;
  top: calc(50% - 32px);
}

#advantage .icon i {
  font-size: 64px;
  line-height: 1;
  transition: 0.5s;
}

#advantage .title {
  margin-left: 40px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

#advantage .title a {
  color: #111;
}

#advantage .box:hover .title a {
  color: #007bff;
}

#advantage .description {
  font-size: 14px;
  margin-left: 40px;
  line-height: 24px;
  margin-bottom: 0;
}


#experience {
  padding: 40px 0 40px 0;
  box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

#experience h5{
  padding: 10px;
 
}

#experience button{
	margin-left: 20px;
	width: 180px;
	height: 55px;
}

#experience .btn-get-started {
  font-family: "Microsoft YaHei","Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 0 20px 20px 0;
  color: #fff;
}

#experience .btn-get-started {
  background: #007bff;
  border: 2px solid #007BFF;
  color: #fff;
}

#experience .btn-get-started:hover {
  background: none;
  background-color: #0069d9;
  border-color: #0062cc;
}

#experience .col-lg-12{
  padding-bottom: 10px;
}

#implementation {
  padding: 60px 0 40px 0;
  box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

#implementation .wow {
	text-align: center;
}

#implementation i {
  font-size: 48px;
  padding-top: 15px;
  color: #007BBF;
}


#function {
  padding: 60px 0 40px 0;
  box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

#function .box {
  padding: 10px 30px 10px 30px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 10px 15px 10px;
  background: #fff;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
}

#function .box:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

#function .box .description{
	margin-top: 15px;
	margin-bottom: 15px;
}

#function .function-item {
	padding: 10px;
    padding-top: 30px;
	display: none;
}

#function .function-item-1 {
	display: block;
}

#function .function-item img {
	width: 100%;
}

#function .box.active{
  color: #007bff;
}

#implementation .card-body p {
	text-align: -webkit-left;
	margin: 10px;
}

#portfolio .description div{
	font-size: 14px;
	padding-left: 20px;
}

#portfolio .description .des-text{
	
	padding-top: 10px;
}

#header nav .language a{
	padding: 5px 12px;
	font-size: 12px;	    
}

#header nav .language .chosen{
	margin: 9px 15px;
	margin-bottom: 0px;
	display: -webkit-box;
	font-size: 12px;
	background-color: #e8e8f6bd;
}

#header nav select{
	padding: 10px 15px;
}

#ours {
  padding: 60px 0;

}

#ours .counter {
  padding-top: :;0px;
}

#ours .counter span {
  font-family: "Microsoft YaHei","Montserrat", sans-serif;
  font-weight: bold;
  font-size: 48px;
  display: inline;
  
}

#ours .counter p {
  padding: 0;
  margin: 20px 0 20px 0;
  font-family: "Microsoft YaHei","Montserrat", sans-serif;
  font-size: 14px;
  
}


@media (max-width: 768px) {
	#function .function-item {
		display: none;
	}
}