/*.footer_one{
  width: 100%;
  background: #333;
}

.footer_one .one_list{
  width: 1200px;
  margin: 0 auto;
  height: 94px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer_one .one_list .one_item{
  flex: 1;
  display: flex;
  align-items: center;
}

.footer_one .one_list .one_item img{
  display: block;
}

.footer_one .one_list .one_item span{
  font-size: 16px;
  color: #fff;
  margin-left: 10px;
}*/

.footer_two{
  width: 100%;
  background: #242424;
  padding-bottom: 110px;
}

.footer_two .footer_two_center{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px 0;
  display: flex;
  background: #242424;
}

.footer_two .footer_two_center .left_phone{
  width: 370px;
  border-right: 1px solid #333;
}

.footer_two .footer_two_center .left_phone .telname{
  width: 100%;
  display: flex;
  align-items: center;
}

.footer_two .footer_two_center .left_phone .telname span{
  margin-left: 10px;
  color: #fff;
}

.footer_two .footer_two_center .left_phone .phone{
  margin-top: 15px;
  font-size: 28px;
  color: #f5a100;
}

.footer_two .footer_two_center .left_phone .word_time{
  font-size: 14px;
  color: #fff;
  margin-top: 5px;
}

.footer_two .footer_two_center .left_phone .introduce{
  font-size: 16px;
  color: #ffffff;
  margin-top: 30px;
}

.footer_two .footer_two_center .left_phone .wechar_code{
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  
}

.footer_two .footer_two_center .left_phone .wechar_code .wechar_span{
  display: flex;
  align-items: center;
}
.footer_two .footer_two_center .left_phone .wechar_code .wechar_span span{
  width: 100px;
  font-size: 14px;
  color: #fff;
  text-align: center;
}

.footer_two .footer_two_center .left_phone .wechar_code .wechar_span span:first-child{
  margin-right: 15px;
}

.footer_two .footer_two_center .left_phone .wechar_code .code_box{
  display: flex;
  align-items: center;
}

.footer_two .footer_two_center .left_phone .wechar_code img{
  width: 100px;
  margin-top: 8px;
}

.footer_two .footer_two_center .left_phone .wechar_code img:last-child{
  margin-left: 15px;
}

.footer_two .footer_two_center .right_menu{
  margin-left: 30px;
  display: flex;
  flex: 1;
}

.footer_two .footer_two_center .right_menu .bottom_menu{
  flex: 1;
}

.footer_two .footer_two_center .right_menu .bottom_menu .name_title{
  font-size: 18px;
  color: #fff;
  margin-bottom: 15px;
}

.footer_two .footer_two_center .right_menu .bottom_menu .link_nav{
  width: 100%;
}

.footer_two .footer_two_center .right_menu .bottom_menu .link_nav a{
  display: block;
  font-size: 14px;
  color: #ccc;
  line-height: 24px;
}

.footer_two .links_wrap{
    width: 100%;
    max-width: 1200px;
  margin: 0 auto;
}

.footer_two .links_wrap .link_tab{
  width: 100%;
  display: flex;
  align-items: center;
}

.footer_two .links_wrap .link_tab li{
  font-size: 14px;
  color: #fff;
  position: relative;
  cursor: pointer;
  border-right: 1px solid #242424;
  background: #1f1f1f;
  width: 90px;
  height: 34px;
  line-height: 34px;
  text-align: center;

}

.footer_two .links_wrap .link_tab li:last-child{
  border-right: 0;
}

.footer_two .links_wrap .link_tab li.on{
  background: #3c3c3c;
}

.footer_two .links_wrap .link_tab li.on:after{
  position: absolute;
  content:"";
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  border-top:8px solid #3c3c3c;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 0px solid transparent;
}

.footer_two .links_wrap .link_list{
  width: 100%;
  padding-bottom: 20px;
}

.footer_two .links_wrap .link_list .links_item{
  display: none;
  align-items: center;
  margin-top: 18px;
  padding-left: 18px;
}
.footer_two .links_wrap .link_list .links_item.on{
  display: flex;
}

.footer_two .links_wrap .link_list .links_item a{
  font-size: 14px;
  color: #fff;
  margin-right: 18px;
  opacity: .8;
}

.footer_two .copyright{
  font-size: 14px;
  color: #bababa;
  width: 100%;
  max-width: 1200px;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 10px;
}

.footer_two .copyright a{
  color: #bababa;
  font-size: 14px;
}

.footer_two  .yugonganb{
  display: block;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  color: #bababa;
  text-align: center;
  padding-bottom: 10px;
}
.footer_bottom{
  width: 100%;
  background:rgba(0,0,0,.5);
  padding:20px 0;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9;
}

.footer_bottom .footer_bottom_center{
    width: 100%;
    max-width: 1200px;
  display: flex;
  align-items: center;
  margin: 0 auto;
  position: relative;
  height: 68px;
}

.footer_bottom .footer_bottom_center .footer_logs{
  width: 210px;
  padding-right: 30px;
  position: absolute;
  bottom: -20px;
  left: 0;
}

.footer_bottom .footer_bottom_center .footer_logs img{
  display: block;
  width: 100%;
}


.footer_bottom .footer_bottom_center .footer_form{
    margin-left: 250px;
}

.footer_bottom .footer_bottom_center .footer_form .slogan{
  display: flex;
  align-items: center;
}

.footer_bottom .footer_bottom_center .footer_form .slogan .left_text{
  color: #ffffff;
  font-size: 20px;
}

.footer_bottom .footer_bottom_center .footer_form .slogan .right_phone{
  margin-left: 10px;
  background-color: #565656;
  border-radius: 12px;
  width: 180px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer_bottom .footer_bottom_center .footer_form .slogan .right_phone .icon{
  width: 17px;
}

.footer_bottom .footer_bottom_center .footer_form .slogan .right_phone .phone{
  font-size: 12px;
  color: #fff;
  margin-left: 5px;
}

.footer_bottom .footer_bottom_center .footer_form .form_submit{
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.footer_bottom .footer_bottom_center .footer_form .form_submit .input_icon{
  width: 38px;
  height: 35px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.footer_bottom .footer_bottom_center .footer_form .form_submit .input_icon:after{
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 14px;
  background-color: #e1e1e1;
  margin-top: -7px;
}

.footer_bottom .footer_bottom_center .footer_form .form_submit .input_icon img{
  display: block;
  width: 18px;
}

.footer_bottom .footer_bottom_center .footer_form .form_submit #bottomphone{
  width: 140px;
  height: 35px;
  color: #666;
  background-color: #fff;
  border: none;
  outline: none;
  text-indent: 10px;
  font-size: 14px;
}

.footer_bottom .footer_bottom_center .footer_form .form_submit #bottomphone::-webkit-input-placeholder {
    color: #999;
}

.footer_bottom .footer_bottom_center .footer_form .form_submit #bottomphone::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
}

.footer_bottom .footer_bottom_center .footer_form .form_submit #bottomphone:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999;
}

.footer_bottom .footer_bottom_center .footer_form .form_submit #bottomphone:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #999;
}

.footer_bottom .footer_bottom_center .footer_form .form_submit #bottomname{
  width: 140px;
  height: 35px;
  color: #666;
  background-color: #fff;
  border: none;
  outline: none;
  text-indent: 10px;
  font-size: 14px;
  border-right:1px solid #666;
}

.footer_bottom .footer_bottom_center .footer_form .form_submit #bottomname::-webkit-input-placeholder {
  color: #999;
}

.footer_bottom .footer_bottom_center .footer_form .form_submit #bottomname::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
}

.footer_bottom .footer_bottom_center .footer_form .form_submit #bottomname:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
}

.footer_bottom .footer_bottom_center .footer_form .form_submit #bottomname:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999;
}


.footer_bottom .footer_bottom_center .footer_form .form_submit #bottomsubmit{
  width: 100px;
  height: 35px;
  border: 0;
  outline: none;
  background-color: #ce0505;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}

.footer_bottom .footer_bottom_center .footer_form .form_submit #contact_service{
  margin-left: 5px;
  width: 130px;
  height: 35px;
  background-color: #ec4f09;
  color: #fff;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  cursor: pointer;
}
.footer_bottom .footer_bottom_center .footer_form .form_submit #contact_service a{
  color: #fff;
}
.footer_bottom .footer_bottom_center .footer_form .form_submit .wecode_hover{
  width: 35px;
  height: 35px;
  margin-left: 5px;
  cursor: pointer;
  position: relative;
}

.footer_bottom .footer_bottom_center .footer_form .form_submit .wecode_hover .icon{
  display: block;
  width: 35px;
}

.footer_bottom .footer_bottom_center .footer_form .form_submit .wecode_hover .code_img{
  position: absolute;
  width: 100px;
  height: 100px;
  bottom: 35px;
  left: 50%;
  margin-left: -50px;
  display: none;
}

.footer_bottom .footer_bottom_center .footer_form .form_submit .wecode_hover:hover .code_img{
  display: block;
}

.footer_bottom .footer_bottom_center .close_bottom{
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

