/* head */
#head{
  width: 100%;
  background: url(../images/head_dibu.png) no-repeat;
  background-position: 620px 137px;
}
.head{
  max-width: 1400px;
  height: 180px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content:space-between;
  position: relative;
}
.head .logo{
  display:flex;
  align-items: center;
  justify-content: center;
}
.head ul:nth-child(2){
  width: 750px;
  display: flex;
  flex-wrap: wrap; 
  justify-content: space-between;
}
.head ul:nth-child(2) li{
  line-height: 180px;
}
.head ul:nth-child(2) li .active{
  display: block;
  background:url(../images/lvtiao.png) no-repeat;
  /* background-position: 0 132px; */
  background-position:50% 76% ;
}
.head ul:nth-child(2) li a{
  font-size: 18px;
  color: #484848;
}
.language ul{
  position: absolute;
  top: 14px;
  right: 0;
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.language li {
  padding: 0 5px;
}
.language li a{
  color: #c0c0c0;
  font-size: 14px;
}
.language li:nth-child(1){
  border-right: 1px solid #626262;
}
/* footer */
#footer{
  width: 100%;
  height: 413px;
  background: url(../images/fooetr_end.png);
}
.footer{
  max-width: 1300px;
  margin: 0 auto;
}
.footer ul{
  display:flex;
  flex-wrap: wrap;
  justify-content:space-between;
}
.footer ul li{
  height: 364px;
}
#footer .footer_end{
  width: 100%;
  height: 49px;
  /* background: url(../images/footers1.png); */
  border-top: #333333 1px solid;
}
#footer .footer_end .footer_ends{
  max-width: 1300px;
  height: 48px;
  margin: 0 auto;
  text-align: center;
}
#footer .footer_end .footer_ends span{
  line-height: 48px;
  color: #fff;
  text-align: center;
}
#footer .footer_end .footer_ends a{
  line-height: 48px;
  color: #fff;
  text-align: center;
}
.footer ul li:nth-child(1){
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  position: relative;
}
.footer ul li:nth-child(1) ul{
  width: 25%;
  /* height: 363px; */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer ul li:nth-child(1) ul li{
  width: 100%;
  height: 38px;
  text-align: center;
}
.footer ul li:nth-child(1) ul li p{
  color: #bababa;
  line-height: 38px;
  font-size: 14px;
}
.footer ul li:nth-child(1) img{
  position: absolute;
  right: -20px;
  top: 60px;
}
.footer ul li:nth-child(2) h1{
  position: relative;
  left: 100px;
  top: 62px;
  color: #ffff;
  font-size: 19px;
}
.footer ul .ss1 p{
  position: relative;
  left: 100px;
  color: #9f9f9f;
  font-size: 14px;
  line-height: 25px;
}
.footer ul .ss1 ul{
  width: 240px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  left: 100px;
  top: 61px;
}
.footer ul .ss1 ul li{
  width: 25%;
  height: 48px;
  position: relative;
}
.footer ul .ss1 ul li .imgo1{
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
}
.footer ul .ss1 ul li .imgo2{
  position: absolute;
  left: 15px;
}
.footer ul .ss1 ul li .imgo3{
  position: absolute;
  left: 15px;
}
.footer ul .ss1 ul li .imgo4{
  position: absolute;
  right: 0;
}