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;
}
header .head_box .phone_num {
  display: inline-block;
  background-position: left;
  background-repeat: no-repeat;
  padding-left: 60px;
  color: #353f47;
  font-size: 20px;
  line-height: 84px;
  font-weight: bold;
  padding-right: 9px;
}
header .nav_box {
  margin-top: 20px;
}
header .nav_box ul {
  font-size: 0;
  text-align: center;
}
header .nav_box ul li {
  font-size: 18px;
  color: #333333;
  display: inline-block;
  /* width: 125px; */
  padding: 0 18px;
  height: 57px;
  line-height: 57px;
  text-align: center;
  position: relative;
	margin-right: 40px;
}
header .nav_box ul li a {
  display: block;
}
header .nav_box ul li:hover {
  background-color: #9c2b27;
  color: #ffffff;
}
header .nav_box ul li:hover .hover_box {
  height: auto;
}
header .hover_box {
  position:absolute;
  z-index: 999;
  background-color: #ffffff;
  width: 100%;
  left: 0;
  overflow:hidden;
  height: 0;
}
header .hover_box span {
  height: 57px;
  color: #333333; 
}
header .nav_box ul .l_active {
  background-color: #9c2b27;
  color: #ffffff;
}
footer {
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 80px;
  background-image: url(http://www.ghbjls.com/skins/images/pc/inx_con2.jpg) !important;
  background-size: 100% 100%;
}
footer .container{
  /*background-image: url(http://www.ghbjls.com/skins/images/pc/footer_bg.png);*/
  background-position: center;
  background-repeat: no-repeat;
}
footer .tit_box {
  text-align: center;
  margin-bottom: 20px;
  /* margin-top: 69px; */
}
footer .tit_box b {
  display: block;
  font-size: 36px;
}
footer .tit_box p {
  font-size: 16px;
  color: #666666;
}
footer .list span {
  font-size: 24px;
  color: #a7342f;
  display: block;
  font-weight: bold;
  text-align: center;
}
footer .list ul {
  font-size: 0;
  margin-top: 33px;
}
footer .list ul li {
  display: inline-block;
  width: 220px;
  height: 66px;
  line-height: 66px;
  font-size: 18px;
  text-align: center;
  color: #333333;
  background-color: rgba(255, 255, 255, 0.9);
  margin-right: 99px;
}
footer .list ul li:nth-child(4n) {
  margin-right: 0;
  margin-bottom: 33px;
}
footer .list ul li:hover {
  color: #ffffff;
  background-color: rgba(156, 43, 39, 0.7);
}
footer .list ul li a {
  display: block;
}
footer .list ul li:last-child {
  background-color: rgba(156, 43, 39, 0.7) !important;
  color: #ffffff;
}
footer .list ul .l_active {
  color: #ffffff;
  background-color: rgba(156, 43, 39, 0.7);
}
footer .info_box {
  margin-top: 25px;
}
footer .info_box .logo_box {
  width: 278px;
  height: 219px;
  display: block;
  float: left;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
}
footer .info_box .info {
  width: 922px;
  height: 219px;
  float: left;
  background-color: rgba(156, 43, 39, 0.9);
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 0 0 0 100px;
}
footer .info_box .info .box {
  float: left;
  width: 390px;  
}
footer .info_box .info .cell {
  width: 922px;
  height: 219px;
  display: table-cell;
  vertical-align: middle;
  color: #ffffff;
}
footer .info_box .info h2 {
  font-size: 24px;
  margin-bottom: 17px;
}
footer .info_box .info p {
  font-size: 14px;
  line-height: 28px;
}
footer .baNum {
  text-align: center;
  background-color: #9c2b27;
  height: 60px;
  line-height: 60px;
  font-size: 14px;
  color: #ffffff;
}
footer .friend_link {
  padding: 20px 0;
  /* background-color: #ffffff; */
}
footer .friend_link .container{
  background: none;
}
footer .friend_link dl {
  color: #666666;
}
footer .friend_link dl dt {
  font-size: 18px;
  float: left;
}
footer .friend_link dl .box {
  float: right;
  width: 1080px;
}
footer .friend_link dl dd {
  display: inline-block;
}
footer .fix_box {
  width: 125px;
  position: fixed;
  right: 20px;
  bottom: 250px;
  z-index:1000;
}
footer .fix_box ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 125px;
  height: 42px;
  margin-bottom: 10px;
  background-color: #9c2b27;
  color: #ffffff;
  line-height: 42px;
  text-align: center;
    -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-position: center;
  /* overflow: hidden; */
  background-position-x: 31px;
  background-repeat: no-repeat;
  cursor: pointer;
  position: relative;
}
footer .fix_box ul li:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -10px;
  height: 10px;
  width: 100%;
  background: url('/skins/images/pc/fix_di.png') center no-repeat;
}
footer .fix_box ul li:last-child .icon {
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  background-position-x: 15px;
}
footer .fix_box ul li:last-child:after {
  background: none;
}
footer .fix_box ul li:first-child {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  background-size: 35px;
  background-position: center;
}
footer .fix_box ul li:nth-child(2) {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  background-size: 35px;
  background-position: center;
  position: relative;
}
footer .fix_box ul .phone .phone_box {
  display: none;
  width: 200px;
  padding: 8px;
  text-align: center;
  border-radius: 5px;
  position: absolute;
  z-index: 444;
  left: -210px;
  top: 0;
  background-color: #ffffff;
  color: #333333;
  border: 1px solid #dddddd;
}
footer .fix_box ul .phone .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 .phone: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;
}

.form_box {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0,0,0,.8);
  display: flex;
  align-items: center;
  opacity: 0;
  display: none;
  transition: opacity .3s;
}
.active_ {
  opacity:1;
  display: flex;
  z-index:100;
}
.form_box .box {
  width: 935px;
  height: 686px;
  margin: 0 auto;
  padding: 0 180px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.form_box .box h3 {
  font-size: 24px;
  text-align: center;
  color: #333333;
  margin-bottom: 35px;
}
.form_box .text_box {
  display: flex;
  justify-content: space-between;
}
.form_box .text_box .form-group {
  flex: 0.5;
  margin-right: 25px;
}
.form_box .text_box .form-group:last-child {
  margin-right: 0;
}
.form_box .link_man_box {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
.form_box .link_man_box .form-group {
  flex: 0.4;
  margin-right: 15px;
}
.form_box .link_man_box .form-group:last-child {
  margin-right: 0;
}
.form_box .submit {
  width: 575px;
  height: 45px;
  background-color: #9c2b27;
  display: block;
  color: #ffffff;
  text-align: center;
  line-height: 45px;
  border-radius: 10px;
  font-size: 18px;
  cursor: pointer;
}
@media (max-width: 1600px) {
  .container {
    width: 960px;
  }
  header .head_box img {
      width: 329px;
      height: auto;
  }
  header .head_box .phone_num {
    padding-left: 30px;
    font-size: 16px;
    line-height: 67.2px;
    -webkit-background-size: 25px;
    background-size: 25px;
  }
  header .nav_box {
    margin-top: 16px;
	width: 1200px;
  }
  header .nav_box ul li {
    font-size: 14.4px;
    padding: 0 18.4px;
    height: 45.6px;
    line-height: 45.6px;
  }
  footer {
    padding-top: 50px;
    -webkit-background-size: 1600px;
    background-size: 1600px;
  }
  footer .tit_box {
    margin-bottom: 15px;
    /* margin-top: 55.2px; */
  }
  footer .tit_box b {
    font-size: 28.8px;
  }
  footer .tit_box p {
    font-size: 12.8px;
  }
  footer .list span {
    font-size: 19.2px;
  }
  footer .list ul {
    font-size: 0;
    margin-top: 26.4px;
  }
  footer .list ul li {
    width: 176px;
    height: 52.8px;
    line-height: 52.8px;
    font-size: 16px;
    background-color: rgba(255, 255, 255, 0.9);
    margin-right: 79.2px;
  }
  footer .info_box {
    margin-top: 20px;
  }
  footer .info_box .logo_box {
    width: 222.4px;
    height: 175.2px;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
    -webkit-background-size: contain;
    background-size: contain;
  }
  footer .info_box .info {
    width: 976.6px;
    height: 175.2px;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    padding: 0 0 0 80px;
  }
  footer .info_box .info .box {
    width: 312px;
  }
  footer .info_box .info .cell {
    width: 737.6px;
    height: 175.2px;
  }
  footer .info_box .info h2 {
    font-size: 19.2px;
    margin-bottom: 13.6px;
  }
  footer .info_box .info p {
    font-size: 12px;
    line-height: 22.4px;
  }
  footer .friend_link {
    padding: 16px 0;
  }
  footer .friend_link dl dt {
    font-size: 16px;
  }
  footer .friend_link dl .box {
    width: 864px;
    font-size: 14px;
  }
  footer .baNum {
    height: 48px;
    line-height: 48px;
    font-size: 12px;
  }
  footer .fix_box {
    width: 100px;
    right: 16px;
    bottom: 200px;
  }
  footer .fix_box ul li {
    width: 100px;
    height: 33.6px;
    line-height: 33.6px;
    margin-bottom: 8px;
    background-position-x: 24.8px;
  }
  footer .fix_box ul li:after {
    bottom: -8px;
    height: 8px;
    -webkit-background-size: 100px;
    background-size: 100px;
  }
  footer .fix_box ul li:last-child .icon {
    width: 24px;
    height: 24px;
    background-position-x: 12px;
  }
  footer .fix_box ul li:first-child {
    background-size: 28px;
  }
  footer .fix_box ul li:nth-child(2) {
    background-size: 28px;
  }
  footer .fix_box ul .phone .phone_box {
    width: 160px;
    padding: 6.4px;
    left: -168px;
  }
  footer .fix_box ul .phone .phone_box:after {
    width: 8px;
    height: 8px;
    right: -4px;
    top: 10.4px;
  }

  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 .text_box {
    width: 512px;
  }
  footer .fix_block .inx11_content .online_box .text_box .txt_inpt {
    width: 240px;
  }
  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 img {
    width: 89.6px;
  }
  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;
  }
  .form_box .box {
    width: 748px;
    height: 548.8px;
    padding: 0 144px;
  }
  .form_box .box h3 {
    font-size: 19.2px;
    margin-bottom: 28px;
  }
  .form_box .text_box .form-group {
    margin-right: 20px;
  }
  .form_box .link_man_box {
    margin-top: 12px;
  }
  .form_box .link_man_box .form-group {
    margin-right: 12px;
  }
  .form_box .submit {
    width: 460px;
    height: 36px;
    line-height: 36px;
    border-radius: 8px;
    font-size: 14.4px;
  }
}

@media (max-width: 1280px) {
  .container {
    width: 960px;
  }
  header .head_box img {
      width: 329px;
      height: auto;
  }
  header .head_box .phone_num {
    padding-left: 30px;
    font-size: 16px;
    line-height: 67.2px;
    -webkit-background-size: 25px;
    background-size: 25px;
  }
  header .nav_box {
    margin-top: 16px;
  }
  header .nav_box ul li {
    font-size: 14.4px;
    padding: 0 18.4px;
    height: 45.6px;
    line-height: 45.6px;
  }
  footer .tit_box {
    margin-bottom: 28px;
    margin-top: 55.2px;
  }
  footer .tit_box b {
    font-size: 28.8px;
  }
  footer .tit_box p {
    font-size: 12.8px;
  }
  footer .list span {
    font-size: 19.2px;
  }
  footer .list ul {
    font-size: 0;
    margin-top: 26.4px;
  }
  footer .list ul li {
    width: 176px;
    height: 52.8px;
    line-height: 52.8px;
    font-size: 16px;
    background-color: rgba(255, 255, 255, 0.9);
    margin-right: 79.2px;
  }
  footer .info_box {
    margin-top: 20px;
  }
  footer .info_box .logo_box {
    width: 222.4px;
    height: 175.2px;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
    -webkit-background-size: contain;
    background-size: contain;
  }
  footer .info_box .info {
    width: 737.6px;
    height: 175.2px;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    padding: 0 0 0 80px;
  }
  footer .info_box .info .box {
    width: 312px;
  }
  footer .info_box .info .cell {
    width: 737.6px;
    height: 175.2px;
  }
  footer .info_box .info h2 {
    font-size: 19.2px;
    margin-bottom: 13.6px;
  }
  footer .info_box .info p {
    font-size: 12px;
    line-height: 22.4px;
  }
  footer .friend_link {
    padding: 16px 0;
  }
  footer .friend_link dl dt {
    font-size: 16px;
  }
  footer .friend_link dl .box {
    width: 864px;
    font-size: 14px;
  }
  footer .baNum {
    height: 48px;
    line-height: 48px;
    font-size: 12px;
  }
  footer .fix_box {
    width: 100px;
    right: 16px;
    bottom: 200px;
  }
  footer .fix_box ul li {
    width: 100px;
    height: 33.6px;
    line-height: 33.6px;
    background-position-x: 24.8px;
  }
  footer .fix_box ul li:after {
    bottom: -8px;
    height: 8px;
    -webkit-background-size: 100px;
    background-size: 100px;
  }
  footer .fix_box ul li:last-child .icon {
    width: 24px;
    height: 24px;
    background-position-x: 12px;
  }
  footer .fix_box ul li:first-child {
    background-size: 28px;
  }
  footer .fix_box ul li:nth-child(2) {
    background-size: 28px;
  }
  footer .fix_box ul .phone .phone_box {
    width: 160px;
    padding: 6.4px;
    left: -168px;
  }
  footer .fix_box ul .phone .phone_box:after {
    width: 8px;
    height: 8px;
    right: -4px;
    top: 10.4px;
  }

  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 .text_box {
    width: 512px;
  }
  footer .fix_block .inx11_content .online_box .text_box .txt_inpt {
    width: 240px;
  }
  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 img {
    width: 89.6px;
  }
  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;
  }

}