header .head_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  /* margin: 17px 0; */
}
header .head_box .phone_num {
  display: inline-block;
  background-position: left;
  background-repeat: no-repeat;
  padding-left: 60px;
  color: #771e1a;
  font-size: 20px;
  line-height: 84px;
  font-weight: bold;
}
header .nav_box {
  position: relative;
}
header .head_box .logo_box {
  line-height: 101px;
}
header .nav_box .list_btn_act {
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  background-color: #334d80;
}
header .nav_box .act_list {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .nav_box .act_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
header .nav_box .act_list ul li {
  border-bottom: 1px solid #ffffff;
  text-align: center;
  display: block;
  margin: 0 auto;
  position: relative;
}
header .nav_box .act_list ul li:hover {
  color: #d90b06;
  font-weight: bold;
}
header .nav_box .act_list ul li.active {
  color: #d90b06;
  font-weight: bold;
}
header .nav_box .act_list ul li:hover .hover_list {
  height: auto;
}
header .nav_box .act_list ul li a {
  display: block;
  padding: 0 15px;
  height: 101px;
  line-height: 101px;
}
header .hover_list {
  position: absolute;
  width: 100%;
  z-index: 999;
  overflow: hidden;
  height: 0;
}
header .hover_list span a {
  display: block;
  width: 100%;
  color: #333333;
  background-color: #ffffff;
  height: 50px!important;
  line-height: 50px!important;
}
header .hover_list span a:hover {
  color: #d90b06;
}
footer {
  background-image: url('/skins/images/pc/footer_bg.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 58px;
  color: #ffffff;
  margin-top: 50px;
}
footer .footer_body {
  padding-bottom: 40px;
  border-bottom: 1px solid #525252;
}
footer .f_cont .footer_logo {
  float: left;
  width: 342px;
  border-right: 1px solid #676767;
}
footer .f_cont .footer_logo img {
	width: 90%
}
footer .f_cont .footer_logo .box {
  padding-left: 40px;
  margin-top: 35px;
}
footer .f_cont .footer_logo .list {
  font-size: 18px;
  width: 200px;
  display: inline-block;
}
footer .f_cont .footer_logo .list li {
  width: 100px;
  line-height: 48px;
  display: inline-block;
  float: left;
  text-align: left;
}
footer .f_cont .footer_logo .list li:nth-child(2n) {
  text-align: right;
}
footer .f_cont .link_us {
  float: left;
  margin-left: 50px;
}
footer .f_cont .link_us span {
  font-size: 22px;
  color: #ffffff;
  display: block;
  margin-bottom: 30px;
}
footer .f_cont .link_us dl dt {
  font-size: 16px;
  display: block;
  color: #ffffff;
  margin-bottom: 20px;
}
footer .f_cont .link_us dl dd {
  font-size: 14px;
  color: #b1afaf;
  line-height: 30px;
}
footer .f_cont .code_box {
  float: right;
}
footer .f_cont .code_box .head {
  text-align: center;
}
footer .f_cont .code_box .head span {
  display: block;
  font-size: 16px;
  text-align: center;
  margin-bottom: 17px;
}
footer .f_cont .code_box .head p {
  font-size: 14px;
  color: #b1afaf;
  margin-bottom: 22px;
}
footer .f_cont .code_box ul li {
  margin-right: 28px;
}
footer .f_cont .code_box ul li img {
	width:120px;
	height:120px;
}
footer .f_cont .code_box ul li:last-child(2) {
  margin-right: 0;
}
footer .f_cont .code_box ul li span {
  display: block;
  font-size: 14px;
  margin-top: 29px;
  color: #b1afaf;
  text-align: center;
}
footer .f_cont .friend {
  padding: 20px 0;
}
footer .f_cont .friend dl dt {
  display: inline-block;
  font-size: 16px;
  float: left;
  line-height: 22px;
  width: 122px;
  font-weight: normal;
}
footer .f_cont .friend dl .dd_box {
  float: left;
  width: 1078px;
}
footer .f_cont .friend dl .dd_box dd {
  display: inline-block;
  font-size: 16px;
  margin: 0 15px;
  height: 22px;
  line-height: 22px;
}
footer .f_bootom {
  background-color: #262626;
  font-size: 14px;
  height: 60px;
  line-height: 60px;
  color: #727272;
}
footer .f_bootom p {
  float: left;
}
footer .f_bootom span {
  float: right;
}
footer .fix_box {
  width: 156px;
  position: fixed;
  right: 0;
  bottom: 250px;
  z-index: 333;
}
footer .fix_box span {
  width: 156px;
  height: 60px;
  line-height: 60px;
  background-color: rgba(0, 0, 0,.5); 
  border-bottom: 1px solid #fff; 
  font-family: '思源黑体';
  color: #fff;
  font-size: 22px;
  display: block;
  text-align: center;
}
footer .fix_box ul li {
  background-position: center; 
  background-repeat: no-repeat;
  cursor: pointer;
  background-color: rgba(0, 0, 0,.5); 
  border-bottom: 1px solid #fff;
}
footer .fix_box ul li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
            -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 156px;
  height: 36px;
}
footer .fix_box ul li .icon {
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
}
footer .fix_box ul li:last-child {  
  border-bottom: none;

}
footer .fix_box ul li:last-child .icon {
  -ms-background-position-x: 11px;
  background-position-x: 11px;
  transform:rotate(90deg);
}
footer .fix_box ul li:nth-child(1) {  
  background-position: center;
  position: relative;
}
footer .fix_box ul li:nth-child(1) .phone_box {
  display: none;
  width: 200px;
  padding: 8px;
  text-align: center;
  border-radius: 5px;
  position: absolute;
  left: -210px;
  top: 20px;
  background-color: #ffffff;
  color: #333333;
  border: 1px solid #dddddd;
}
footer .fix_box ul li:nth-child(1) .phone_box:after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 1px solid #dddddd;
  border-left: none;
  border-bottom: none;
  background-color: #ffffff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: -5px;
  top: 13px;
}
footer .fix_box ul li:nth-child(1):hover .phone_box {
  display: inline-block;
}
footer .fix_block {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
}
footer .fix_block .inx11_content {
  padding: 80px 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .fix_block .inx11_content .title_box span,
footer .fix_block .inx11_content .title_box p {
  color: #ffffff;
}
footer .fix_block .inx11_content .online_box {
  width: 860px;
  height: 460px;
  margin: 0 auto;
  background-color: #8e8e8e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 70px;
  position: relative;
}
footer .fix_block .inx11_content .online_box .icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  background-size: 50px;
  position: absolute;
  right: -120px;
  top: -140px;
}
footer .fix_block .inx11_content .online_box input {
  height: 50px;
  color: #ffffff;
  background-color: #8e8e8e;
  border: 1px solid #fff;
  border-radius: inherit;
  font-size: 16px;
}
footer .fix_block .inx11_content .online_box input::-webkit-input-placeholder {
  color: #ffffff;
}
footer .fix_block .inx11_content .online_box textarea {
  width: 640px;
  height: 150px;
  border: 1px solid #ffffff;
  color: #ffffff;
  background-color: #8e8e8e;
  font-size: 16px;
}
footer .fix_block .inx11_content .online_box textarea::-webkit-input-placeholder {
  color: #ffffff;
}
footer .fix_block .inx11_content .online_box .text_box {
  width: 640px;
}
footer .fix_block .inx11_content .online_box .text_box .txt_inpt {
  width: 300px;
}
footer .fix_block .inx11_content .online_box .submit {
  display: inline-block;
  width: 380px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #8d483f;
  border-radius: 25px;
  background-color: #ffffff;
  margin-top: 30px;
}
@media (max-width: 1600px) {
  .container {
    width: 960px;
  }
  header .head_box {
    /* margin: 13.6px 0; */
  }
  header .head_box .phone_num {
    padding-left: 48px;
    font-size: 16px;
    line-height: 67.2px;
  }
  header .logo_box img {
    width: 291.2px;
    height: 53.6px;
  }
  header .nav_box {
    position: relative;
  }
  header .nav_box .list_btn_act {
    width: 64px;
    height: 64px;
    line-height: 64px;
  }
  header .nav_box .act_list ul li a {
    padding: 0 12px;
    font-size: 16px;
  }
  footer {
    background-image: url('/skins/images/pc/footer_bg.jpg');
    padding-top: 46.4px;
  }
  footer .footer_body {
    padding-bottom: 32px;
  }
  footer .f_cont .footer_logo {
    width: 250px;
  }
  footer .f_cont .footer_logo img {
    width: 235.2px;
    height: 41.6px;
  }
  footer .f_cont .footer_logo .box {
    padding-left: 32px;
    margin-top: 28px;
  }
  footer .f_cont .footer_logo .list {
    font-size: 14.4px;
    width: 160px;
  }
  footer .f_cont .footer_logo .list li {
    width: 80px;
    line-height: 38.4px;
  }
  footer .f_cont .link_us {
    margin-left: 30px;
  }
  footer .f_cont .link_us span {
    font-size: 17.6px;
    margin-bottom: 24px;
  }
  footer .f_cont .link_us dl dt {
    font-size: 12.8px;
    margin-bottom: 16px;
  }
  footer .f_cont .link_us dl dd {
    font-size: 12px;
    line-height: 24px;
  }
  footer .f_cont .code_box .head span {
    font-size: 14px;
    margin-bottom: 13.6px;
  }
  footer .f_cont .code_box .head p {
    font-size: 14px;
    margin-bottom: 17.6px;
  }
  footer .f_cont .code_box ul li {
    margin-right: 22.4px;
  }
  footer .f_cont .code_box ul li span {
    font-size: 14px;
    margin-top: 23.2px;
  }
  footer .f_cont .code_box ul li img {
    width: 104px;
    height: 104px;
  }
  footer .f_cont .friend {
    padding: 16px 0;
  }
  footer .f_cont .friend dl dt {
    font-size: 12.8px;
    line-height: 17.6px;
    width: 97.6px;
  }
  footer .f_cont .friend dl .dd_box {
    width: 862.4px;
  }
  footer .f_cont .friend dl .dd_box dd {
    font-size: 12.8px;
    margin: 0 12px;
    height: 17.6px;
    line-height: 17.6px;
  }
  footer .f_bootom {
    font-size: 12px;
    height: 48px;
    line-height: 48px;
  }
  footer .fix_block .inx11_content {
    padding: 64px 0;
    height: 100%;
  }
  footer .fix_block .inx11_content .online_box {
    width: 688px;
    height: 368px;
    margin-top: 56px;
  }
  footer .fix_block .inx11_content .online_box .icon {
    width: 40px;
    height: 40px;
    background-size: 40px;
    right: -96px;
    top: -112px;
  }
  footer .fix_block .inx11_content .online_box input {
    height: 40px;
    font-size: 12.8px;
  }
  footer .fix_block .inx11_content .online_box textarea {
    width: 512px;
    height: 120px;
    font-size: 12.8px;
  }
  footer .fix_block .inx11_content .online_box .text_box {
    width: 512px;
  }
  footer .fix_block .inx11_content .online_box .text_box .txt_inpt {
    width: 240px;
  }
  footer .fix_block .inx11_content .online_box .submit {
    width: 304px;
    height: 40px;
    line-height: 40px;
    font-size: 19.2px;
    border-radius: 20px;
    margin-top: 24px;
  }
}
