
.banner img {
  width: 100%;
  height: 100%;
}

@font-face {
  font-family: 'alibb-b';
  src: url("/static/ex/alibaba/Alibaba-PuHuiTi-Bold.otf");
}

@font-face {
  font-family: 'alibb-h';
  src: url("/static/ex/alibaba/Alibaba-PuHuiTi-Heavy.otf");
}

@font-face {
  font-family: 'alibb-l';
  src: url("/static/ex/alibaba/Alibaba-PuHuiTi-Light.otf");
}

@font-face {
  font-family: 'alibb-m';
  src: url("/static/ex/alibaba/Alibaba-PuHuiTi-Medium.otf");
}

@font-face {
  font-family: 'alibb-r';
  src: url("/static/ex/alibaba/Alibaba-PuHuiTi-Regular.otf");
}
a:hover{
  text-decoration: none;
}
.text {
  width: 100%;
  background: url("/static/ex/bgtext.png");
  padding-top: 80px;
  padding-bottom: 40px;
}

.text-content {
  width: 80%;
  margin: auto;
  display: flex;

}

.text-img {
  width: 35%;
     margin-right: 2%;
}

.text-img img {
  max-width: 100%;
}

.text-desc {
  width: 65%;
}

.text-span p,
.text-span span {

  font-size: 18px;
  font-family: 'alibb-r';
  font-weight: 400;
  color: #040606;
  line-height: 30px;
}

.text-span {
  padding-left: 7%;
  margin-bottom: 40px;
}

.text-span-bold,
.text-h {
  font-family: 'alibb-m' !important;
}

.text-span a {
  color: red;
}

/* 产品 */
.ex-prodcut {
  background: #FFFFFF;
}

.ex-prodcut h1 {
  font-size: 54px;
  font-family: 'alibb-m';
  color: #423D3C;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 30px;
}

.ex-xian {
  width: 150px;
  height: 4px;
  background: #008B71;
  border-bottom: 1px solid #008B71;
  margin: auto;
}

.ep-content {
  width: 80%;
  margin: 100px auto 80px auto;
  display: flex;
  justify-content: space-between;
}

.ep-item {
  width: 33%;
  text-align: center;
}

.ep-item a:hover {
  text-decoration: none;
}

.ep-item img {
  max-width: 100%;
}

.ep-item h3 {

  font-size: 29px;
  font-family: 'alibb-r';
  font-weight: bold;
  color: #000000;
  margin-top: 50px;
  margin-bottom: 10px;
}

.ep-item p {

  font-size: 18px;
  font-family: 'alibb-r';
  color: #037C65;
}

/* 表单 */
.content {
  width: 80%;
  margin: auto;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
}

.title {

  font-size: 30px;
  font-family: 'alibb-b';
  color: #037C65;
  margin-top: 60px;
  margin-bottom: 20px;
}

.desc {

  font-size: 17px;
  font-family: 'alibb-m';
  color: #888888;
}

.content-left h1 {
  font-size: 36px;
  font-family: 'alibb-l';
  color: #037C65;
}

.content-left .left-d,
.content-left p {

  font-size: 15px;
  font-family: 'alibb-l';
  line-height: 22px;
}

.left-x {
  font-size: 9px;
  font-family: 'alibb-l';
  color: #C9CACA;

}

.content-left {
  text-align: left;
  margin-top: 100px;
  margin-left: 2.2%;
}


.in input,
select,
.te {
  margin-top: 30px;
  margin-left: 20px;
  padding: 10px;
}

.in input {
  width: 100%;
  border: 1px solid #DBDBDB;
}

.gues .text-se {
  margin-top: 30px;
  margin-left: 20px;
  padding-top: 13px;
  width: 100%;
  border: 1px solid #DBDBDB;
  color: #727272;
  height: 42px;
 
}

.tijiao {
  clear: both;
  text-align: left;
  margin-left: 2.2%;

}

.tijiao input {
  width: 170px;
  height: 48px;
  background: #037C65;
  color: #FFFFFF;
  margin-top: 60px;
}

.gues .text-te {
  width: 100%;
  height: 200px;
  border: 1px solid #DBDBDB;
}

.address {
  width: 80%;
  margin: 30px auto 60px auto;
}

.phone-item {
  display: flex;
  background: #F5F5F5;
  width: 33.33%;

}

.address-div {
  display: flex;
  justify-content: space-between;
}

.phone-item {
  margin-left: 2%;
  border-radius: 15px;
  padding-top: 15px;
}

.ad-s {
  padding-top: 70px;
}

.phone-desc h4 {

  font-size: 25px;

  font-family: 'alibb-r';
  color: #888888;
}

.phone-desc p {


  font-family: 'alibb-l';
  font-size: 15px;
  color: #888888;

}


