body {
  background-color: #FFFFFF;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  line-height: 180%;
  background-image: url(../img/body_bg.jpg);
  background-repeat: repeat-x;
  background-position: center top;
  color: #333333;
}

@media (max-width: 768px) {
  .head {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: white;
    z-index: 2;
    -webkit-box-shadow: 0 0 20px 0 rgba(224, 184, 184, 0.1);
            box-shadow: 0 0 20px 0 rgba(224, 184, 184, 0.1);
  }
}
.head .head_top {
  padding-top: 20px;
  /*margin-bottom: 24px;*/
  background-image: url(../img/logobg.png);
  height: 98px;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .head .head_top {
    height: 70px;
    padding-top: 10px;
    background: none;
  }
}
.head .head_language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  line-height: 1;
}
.head .head_language a {
  color: #4DA1D0;
}
/*.head .head_flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  padding-left: 65px;
  padding-right: 35px;
  margin-top: 10px;
}*/
.head .head_flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /*padding-left: 65px;*/
  padding-right: 35px;
  margin-top: 18px;
  position: relative;
 
}
.head .head_flx .logo img{
    position: absolute;
    bottom: 0%;
    max-width: 300px;
}
@media (max-width: 768px) {
  .head .head_flx {
    padding-left: 0;
    padding-right: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .head .head_flx > a img {
    width: 100px;
  }
    .head .head_flx .logo img{
      position: static;
  }
}
.head .head_flx .flx_search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .head .head_flx .flx_search span {
    display: none;
  }
}
.head .head_flx .flx_search .input_search {
  height: 28px;
  width: 150px;
  border: 1px solid rgb(133, 133, 133);
  margin-left: 15px;
  margin-right: 5px;
  border-radius: 2px;
  padding: 0 10px;
}
.head .head_flx .flx_search .input_btn {
  border: 1px solid rgb(133, 133, 133);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 28px;
  border-radius: 2px;
  cursor: pointer;
}
.head .head_flx .phone_menu {
  display: none;
  width: 30px;
  position: relative;
}
@media (max-width: 768px) {
  .head .head_flx .phone_menu {
    display: block;
  }
}
.head .head_flx .phone_menu span {
  background: #4DA1D0;
  height: 2px;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
}
.head .head_flx .phone_menu span:first-child {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  -webkit-transform: translateY(-8px);
      -ms-transform: translateY(-8px);
          transform: translateY(-8px);
}
.head .head_flx .phone_menu span:last-child {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  -webkit-transform: translateY(8px);
      -ms-transform: translateY(8px);
          transform: translateY(8px);
  top: 0;
}
.head .head_flx .menu_act span:first-child {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateY(0px) rotate(45deg);
      -ms-transform: translateY(0px) rotate(45deg);
          transform: translateY(0px) rotate(45deg);
}
.head .head_flx .menu_act span:last-child {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateY(0px) rotate(135deg);
      -ms-transform: translateY(0px) rotate(135deg);
          transform: translateY(0px) rotate(135deg);
}
.head .head_flx .menu_act span:nth-child(2) {
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.head .nav {
  -webkit-box-shadow: 0 5px 0px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 0px 0 rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 40px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2a96d4), color-stop(#2990d2), color-stop(#2485ca), to(#2075c6));
  background-image: linear-gradient(#2a96d4, #2990d2, #2485ca, #2075c6);
}
@media (max-width: 768px) {
  .head .nav {
    display: none;
    position: fixed;
    width: 100%;
    left: 0;
    height: 100%;
  }
}
.head .nav > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.head .nav > div .nav1 {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  font-weight: bold;
}
.head .nav > div .nav1::before {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(white), to(transparent));
  background-image: linear-gradient(transparent, white, transparent);
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.head .nav > div .nav1 a {
  color: white;
  position: relative;
  z-index: 2;
}
.head .nav > div:last-child .nav1::before {
  display: none;
}
.head .nav > div .nav2 {
  position: absolute;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: 4px;
}
@media (max-width: 768px) {
  .head .nav > div .nav2 {
    position: relative;
  }
}
.head .nav > div .nav2 a {
  margin: 0 8px;
  color: #4DA1D0;
  font-size: 12px;
}
.head .nav > div .nav2 a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .head .nav > div .nav2 a {
    color: white;
    display: block;
    text-align: center;
  }
}
.head .nav > div:hover .nav1::after {
  content: "";
  display: block;
  width: 70%;
  height: 34px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fafbfd), to(#cee4f2));
  background-image: linear-gradient(#fafbfd, #cee4f2);
}
.head .nav > div:hover .nav1 a {
  color: #278ED0;
  text-decoration: underline;
}
.head .nav .nav_act .nav1::after {
  content: "";
  display: block;
  width: 70%;
  height: 34px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fafbfd), to(#cee4f2));
  background-image: linear-gradient(#fafbfd, #cee4f2);
}
.head .nav .nav_act .nav1 a {
  color: #278ED0;
  /*text-decoration: underline;*/
}
.head .nav  .nav1 a:hover {
    text-decoration: underline;
}
.head .pc_nav {
  height: 25px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#cce0e7), to(#f3f7fa));
  background-image: linear-gradient(#cce0e7, #f3f7fa);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 4px;
}
@media (max-width: 768px) {
  .head .pc_nav {
    display: none;
  }
  .head .nav{
      background: #fff;
  }
  .head .nav > div .nav1 a,
  .head .nav > div .nav2 a{
      color:#333;
  }
  .head .nav > div:hover .nav1::after,
  .head .nav .nav_act .nav1::after{
      width: 100%;
  }
}

.footer {
  font-size: 12px;
}
.footer .foot_lk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 30px;
  border-bottom: 1px solid #CCCCCC;
  background-color: rgb(235, 235, 235);
}
.footer .foot_lk a {
  color: #4DA1D0;
}
.footer .foot_con {
  background-color: rgb(244, 244, 244);
  height: 77px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer .foot_con .foot_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer .foot_con .foot_contact div {
  margin: 0 12px;
}
.footer .foot_con .foot_ba {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer .foot_con .foot_ba a {
  color: #4DA1D0;
}
@media screen and (max-width:768px){
    .footer .foot_con {
        height: auto;
    }
}
