﻿.aboutus{
  width: 100%;
  height: auto;
  float: left;
}
.aboutusWrap{
  width:92%;
  height: auto;
  margin: 0 auto;
}
.aboutusdiv{
  width:100%;
  height: auto;
  float: left;
}
.aboutusBanner{
	width:100%;
	height:390px;
  float: left;
	overflow:hidden;
	background-color:#272727;
	background: url(../image/contactbanner.jpg) no-repeat 60% center;
  background-position: center center;
}
.aboutBannerWrap{
  width:92%;
  height: auto;
  margin: 0 auto;
}
.aboutBannerWraptitEn{
  width:100%;
  height: auto;
  float: left;
  text-align: center;
  margin-top: 14%;
  font-size: 33px;
  color: #e7a100;
  letter-spacing:10px;
}
.aboutBannerWraptitCn{
  width:100%;
  height: auto;
  float: left;
  text-align: center;
  line-height:330px;
  font-size: 45px;
  color: #fff;
}
.contactList{
  width:100%;
  height: auto;
  float: left;
  padding-bottom: 5em;
  padding-top:5em;
}
.contactListWrap{
  width:70%;
  height: auto;
  margin: 0 auto;
}
.contactImg{
  width:100%;
  height: auto;
  float: left;
  text-align:center;
}
.contactImg img{width:150px;height:150px;margin-bottom:20px;}
.contactImg hr{width:70px;height:3px;border:0;background:#ed1b24;margin-bottom:30px;}
.contactName,.contactAddress,.contactTel{
  width:100%;
  height: auto;
  float: left;
  color: #000;
  text-align: center;
  line-height: 30px;
  font-size:15px;
}
.contactName{font-weight:bold;}
.contactList1{
  width:100%;
  height: auto;
  float: left;
  padding-bottom: 5em;
  background: url(../image/contactbg.jpg) no-repeat center center;
}
.contactList1Wrap{
  width:70%;
  height: auto;
  margin: 0 auto;
}
.contactList2{
  width:100%;
  height: auto;
  float: left;
  padding-bottom: 5em;
}
.contactList2Wrap{
  width:70%;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .contactListWrap .contactImg img{width:127px;height: auto;margin-bottom: 10px;}
  .index_core .contactList{padding-top:10px;}
  .contactListWrap .contactName, .contactListWrap .contactAddress, .contactListWrap .contactTel{font-size:14px;}
  .index_core .contactList1{height:172px;}
  .c-sol-r-b .c-sol-r-b-desc h2{font-size:25px;line-height: 7.2rem;}
  .contact-sol .c-sol-r{border:0;}
  .c-sol-r-b .c-sol-r-b-desc h4{line-height: 20px;}
  .c-sol-r-b-desc .sol-share-one{margin-bottom: 17px;}
  .index_core .contactList2{margin-top: 20px;padding-bottom: 20px;}

}