﻿.chan_en2 {
  color: #fff;
  font-size: 14px;
  line-height: 31px;
  width: 114px;
  text-align: center;
  position: relative;
  cursor: pointer;
  z-index: 9999;
  float: right;
}

.chan_inner2 span {
  display: block;
  background: #ff0000;
}

.chan_inner2 {
  position: absolute;
  width: 100%;
  height: 31px;
  line-height: 31px;
  z-index: 3;
  top: 0;
  left: 0;
  /* background: url(http://www.cirkolor.com/images/lan.png) left center no-repeat; */
  -webkit-transition: .5s;
  transition: .5s;
  overflow: hidden;
  border-radius: 10px;
}


.en1 {
  display: block;
  color: #ffffff;
  font-size: 12px;
  -webkit-transition: .5s;
  line-height: 35px;
  transition: .5s;
  text-align: left;
  padding-left: 40px;
  background: url(../image/en.png) left center no-repeat;
}

.en10 {
  display: block;
  color: #ffffff;
  font-size: 12px;
  -webkit-transition: .5s;
  line-height: 35px;
  transition: .5s;
  text-align: cneter;
}

.en10:hover {
  color: #000;
}

.en2 {
  display: block;
  color: #ffffff;
  font-size: 12px;
  -webkit-transition: .5s;
  padding-left: 40px;
  transition: .5s;
  line-height: 35px;
  text-align: left;
  background: url(../image/cn.png) left center no-repeat;
}

.en3 {
  display: block;
  color: #ffffff;
  font-size: 12px;
  -webkit-transition: .5s;
  padding-left: 40px;
  transition: .5s;
  line-height: 35px;
  text-align: left;
  background: url(../image/jp.jpg) left center no-repeat;
}

.chan_inner2:before {
  content: "";
  position: absolute;
  height: 10px;
  width: 0;
  background-color: #434343;
  left: 0;
  top: 9px;
}

.en1:hover,
.chan_inne2r:hover {
  color: #ffffff;
}

.chan_inner2:hover {
  height: 138px;
  background: #d7322e;
  padding: 10px;
  width: 114px;
}