/*
 @media (min-width: 1199px) {
   .container {
     width: 1200px;
   }
 }
*/

a:hover {
  text-decoration: none;
  color: #a51a16 !important;
}

header {
  /*20171101_backup
   overflow: hidden;
   width: 100%;
   text-align: center;*/
  position: fixed;
  z-index: 9999;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 60px;
  text-align: center;
}


/*header .container{ position: relative; }*/

.glz-navbar {
  min-height: 60px;
  margin: 0 !important;
  padding: 0;
  text-align: center;
  border: none;
  border-radius: 0;
  background: #fff;
}

@media (min-width: 768px) {
  /*#homepage .top_header {position:absolute; top:0px; margin:0 auto; }*/
  #homepage .top_header .glz-navbar {
    background: #fff !important;
  }
  #homepage header, .service_page header, .duty_page header, .new_page header, .act_page header {
    position: fixed;
    z-index: 9999;
    top: 0;
    overflow: hidden;
    width: 100%;
    height: 60px;
    text-align: center;
  }
  .duty_page header {
    position: fixed;
    z-index: 9999;
    top: 0;
    overflow: hidden;
    width: 100%;
    height: 60px;
    text-align: center;
  }
}

header .glz-brand {
  line-height: 60px;
  width: auto;
  height: 60px;
  margin-right: 20px;
  padding: 0 !important;
  padding: 0;
  text-align: center;
  background: #fff;
}

header .glz-brand img {
  display: inline;
  vertical-align: middle;
}

header .navbar-toggle {
  position: absolute;
  top: 0;
  left: 0;
  border: none;
  background-color: none;
}


/*.navbar-default .navbar-brand:hover{background-color: #a51a16;}*/

.navbar-default .navbar-toggle {
  margin-left: 5px;
  -webkit-animation: .2s linear;
  /* Safari Ã¥â€™Å’ Chrome */
  -moz-animation: .2s linear;
  /* Firefox */
  -o-animation: .2s linear;
  animation: .2s linear;
  background: none !important;
}

.navbar-default .cur {
  -webkit-transform: rotate(90deg);
  /* Safari Ã¥â€™Å’ Chrome */
  -moz-transform: rotate(90deg);
  /* Firefox */
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  background: #2c2c2c !important;
}

.navbar-default .navbar-toggle span {
  padding-top: 0;
  color: rgb(226, 10, 22);
}

.glz-nav-cur a {
  color: #d92225 !important;
}

.empty {
  display: none;
}

@media (max-width: 767px) {
  header {
    overflow: hidden;
    width: 100%;
    text-align: center;
  }
  header .container {
    position: relative;
  }
  .glz-navbar {
    background: #fff !important;
  }
  .empty {
    display: block;
    width: 100%;
    /* 20171101backup
    height: 60px;*/
  }
  header .glz-navbar {
    position: fixed;
    z-index: 50;
    right: 0;
    left: 0;
    min-height: 60px;
    padding: 0;
    border: none;
  }
  header .glz-brand {
    display: inline-block;
    float: none;
    /*		padding-top: 10px;
		padding-left: 0;
		padding-right: 57px;*/
    margin-right: 0;
    background-color: transparent;
  }
  header .glz-brand img {
    height: 80%;
    background: none;
  }
}

.navbar-default .navbar-nav>li>a {
  font-weight: 100;
  color: rgb(0, 0, 0);
}

.navbar-default a:hover {
  text-decoration: none;
  color: rgb(230, 0, 18) !important;
}

header .glz-nav li a {
  font-size: 14px;
  padding: 22px 10px 14px 10px;
  /*font-weight: bold !important;*/
}

header .glz-nav {
  text-shadow: 0 0 0 #000;
}

header .navbar-default .navbar-nav>li>a:hover {
  color: #fff;
  text-shadow: 0 0 0 #000;
}

header .glz-rightnav {
  position: absolute;
  top: 12px;
  right: 30px;
  text-shadow: 2px 0 2px #000;
}

header .glz-rightnav .head-search-form {
  position: relative;
  float: left;
}

header .glz-rightnav a {
  font-size: 14px;
  /*	font-weight: bold !important; */
  white-space: nowrap;
  color: #000;
}

header .glz-rightnav .head-search-form .head-search-btn {
  position: absolute;
  top: 8px;
  right: 12px;
  padding: 0;
  color: #ccc;
  border: none;
  background-color: transparent;
}

header .glz-rightnav .head-search-form i {
  font-size: 12px;
  position: absolute;
  top: 8px;
  right: 10px;
  display: none;
  padding: 3px;
  color: #fff;
  border-radius: 20px;
  background-color: #ccc;
}

header .glz-rightnav .head-search-form .head-search-btn:focus {
  outline: none;
}

header .glz-rightnav .head-search-form input:focus {
  border-color: #cf231e;
}

header .glz-rightnav .head-cn {
  float: left;
  padding-top: 6px;
  /*display: inline-block;*/
  padding-left: 15px;
  white-space: nowrap;
  text-shadow: 0 0 0 #000;
}

@media (min-width: 992px) and (max-width: 1100px) {
  header .glz-rightnav {
    right: 0;
  }
  header .glz-brand {
    width: auto;
    margin-right: 0;
  }
  header .glz-brand img {
    display: inline;
    height: 90%;
    vertical-align: middle;
  }
  header .glz-rightnav .head-search-form input {
    width: 140px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  header .glz-brand {
    width: auto;
    margin-right: 0;
  }
  header .glz-brand img {
    display: inline;
    height: 75%;
    vertical-align: middle;
  }
  header .glz-rightnav .head-search-form .head-search-btn {
    right: 4px;
  }
  header .glz-nav li a {
    font-size: 14px;
    padding: 22px 9px 14px 9px;
  }
  header .glz-rightnav .head-search-form input {
    display: none;
    width: 80px;
  }
  header .glz-rightnav {
    top: 12px;
    right: 0;
  }
}

@media (max-width: 767px) {
  header .glz-rightnav .head-search-form input {
    display: none;
  }
  header .head-search-form {
    position: relative;
    margin: 0 15px;
    padding: 20px 0;
  }
  header .head-search-form .head-search-btn {
    font-size: 16px;
    position: absolute;
    top: 26px;
    left: 0;
    display: none;
    padding: 0;
    color: #fff;
    border: none;
    background-color: transparent;
  }
  header .head-search-form .head-search-btn span {
    display: none;
  }
  header .head-search-form input {
    font-size: 18px;
    padding: 0;
    padding-left: 24px;
    border: none;
    border-bottom: 1px solid #fff;
    background-color: transparent;
    box-shadow: 0 0 0;
  }
  header .head-search-form i {
    font-size: 16px;
    position: absolute;
    top: 26px;
    right: 10px;
    padding: 3px;
    color: #ccc;
    border-radius: 20px;
    background-color: transparent;
  }
  header .glz-rightnav .head-cn {
    padding-left: 5px;
  }
  header .navbar-collapse {
    border: none;
  }
  header .glz-nav li a {
    font-size: 18px;
    margin: 0 15px;
    padding: 20px 0;
    color: #fff;
    border-bottom: 1px dotted #333;
  }
  header .glz-rightnav {
    top: 10px;
  }
  header .icon-glz_icon_1 {
    display: none;
  }
  header .icon-glz_icon_2 {
    display: none;
  }
  header .navbar-collapse {
    text-align: center;
  }
}


/*-----------------------------------------*/

footer {
  padding-top: 30px;
  background-color: #fff;
}

@media (max-width: 767px) {
  .glz-pcfooter {
    display: none;
  }
}

@media (min-width: 768px) {
  .glz-phonefooter {
    display: none;
  }
}

footer a:hover {
  color: rgba(226, 10, 22, 1) !important;
  text-decoration: none;
}

footer ul {
  padding: 6px 0px 14px 0;
  overflow: hidden;
}

footer li {
  list-style: none;
  padding: 2px 0px;
}

footer h4 {
  margin-top: 0px;
  font-size: 13px !important;
  color: #3c3c3c !important;
  font-weight: 300 !important;
  /* font-weight:200;
	font-weight: bold !important;*/
  letter-spacing: 1px;
}


/*
footer .glz-foot-5{
	width: 22%;
}

footer .footer_link4{
	width:12%;
}
footer .footer_link5{
	width:18%;
}
footer .glz-foot-6{
	width: 22%;
}

footer .glz-foot-6 ul {
	width: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
footer .glz-foot-6 ul li {
	width: 48%;
	float: left;
	padding-right: 6%;
	text-align: center;
}
footer .glz-foot-6 ul li span {
	display: inline-block;/*margin-top: 10px;
	color: #666;
}*/


/*footer .glz-foot-7{
	width: 16%;
}
footer .glz-foot-7 .glz-tel{
	padding-top: 8px;
	font-size: 24px; font-weight:200;
	color:#b0b0b0 !important;
}*/

@media (max-width: 1199px) {
  footer .glz-foot-7 .glz-tel {
    font-size: 16px;
  }
}

footer .glz-btn {
  font-size: 16px;
  background-color: #212121;
  border: 1px solid #444444;
  color: #444444;
  margin-top: 5px;
  line-height: 30px;
}

@media (min-width: 767px) and (max-width: 991px) {
  /* footer .footer_link5 {
     width: 220px;
     text-align: center;
   }
   footer .glz-foot-6 {
     width: 16%;
   }
   footer .glz-foot-6 ul li {
     width: 100%;
     float: left;
     text-align: center;
   }
   footer .glz-foot-6 ul li span {
     display: inline-block;
     margin-top: 4px;
     color: #666;
   }
	 */
  header .glz-nav-li1 {
    padding-left: 25px;
  }
}

@media (max-width: 767px) {
  footer .footer_interval {
    padding-left: 0px;
    padding-right: 0px;
    width: 5px;
    float: left;
  }
  footer .glz-foot-2 h4 {
    display: none;
  }
  footer .glz-foot-7 {
    width: 100%;
  }
  footer .glz-foot-7 .glz-btn {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 10px;
  }
  footer {
    padding-left: 0;
    background-color: #ffffff;
    overflow: hidden;
  }
}

footer a {
  color: #999;
  ;
  line-height: 14px;
  font-size: 12px;
  font-weight: 100;
}

footer ul li {
  font-size: 12px
}

footer .glz-right {
  margin: 10px 0;
  font-size: 12px;
  color: #999
}

.glz-divider {
  height: 1px;
  width: 100%;
  background-color: #c3c3c3;
}

footer .glz-divider-hide {
  height: 5px;
}

.glz-phonefooter {
  padding: 0;
}

.glz-phonefooter img {
  margin: 0 15px 0 15px;
}

.glz-phonefooter .glz-tel {
  margin: 10px 0 10px 0;
  font-size: 22px !important;
}

.glz-phonefooter .glz-btn {
  font-size: 16px;
  margin-top: 0px;
}

.glz-phonefooter .panel-default {
  margin-left: 0px;
  border: none;
  background-color: #ffffff;
  border-bottom: 1px dotted #333;
  border-radius: 0px;
}

.glz-phonefooter .panel-group .panel+.panel {
  margin-top: 2px;
}

.glz-phonefooter .panel-body {
  padding-left: 40px;
  padding-top: 0px !important;
  padding-bottom: 0;
}

.glz-phonefooter .panel-body ul li {
  padding: 10px 0px;
}

.glz-phonefooter .panel-body li a {
  font-size: 14px;
  color: #555;
}

footer .panel-default .panel-heading {
  padding: 15px !important;
  border-radius: 0px;
}

.glz-phonefooter .panel-heading {
  position: relative;
}

.glz-phonefooter .glyphicon-plus {
  color: #fff;
  position: absolute;
  top: 10px;
  right: 15px;
}

.glz-phonefooter .glz-code {
  width: 100%;
  overflow: hidden;
}

.glz-phonefooter .glz-code ul {
  width: 60%;
  overflow: hidden;
  padding: 0;
  margin: 0 auto;
}

.glz-phonefooter .glz-code ul li {
  width: 50%;
  float: left;
  margin: 0;
  padding: 3%;
  max-width: 150px;
}

.glz-phonefooter .glz-code ul li img {
  margin: 0;
}

.glz-phonefooter .glz-code ul li span {
  margin-top: 6px;
  font-size: 14px;
  display: inline-block;
  color: #666;
}

.footer_right_icon {
  color: #777777;
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 15px;
}

.glz-phonefooter .ico-glz-31 {
  color: #777777;
  position: absolute;
  top: 15px;
  right: 15px;
  display: none;
}

.glz-phonefooter .glz-code {
  margin-bottom: 10px;
  text-align: center;
}

.glz-phonefooter .glz-code img {
  vertical-align: top;
}

.glz-phonefooter .glz-code .code-right {
  text-align: left;
  display: inline-block;
}

.glz-phonefooter .container {
  text-align: center;
}


/*--------lang modal------------*/

.lang_box {
  width: 100%;
  overflow: hidden;
}

.lang_box .title {
  text-align: center;
  padding: 10px 20px;
  color: #666666;
}

.text_red {
  color: #c00;
}

.lang_box ul {
  width: 100%;
  overflow: hidden;
  padding: 20px;
}

.lang_box ul li {
  width: 100px;
  height: 80px;
  float: left;
  list-style: none;
}

.lang_box ul li a {
  text-align: center;
  display: block;
  width: 100%;
  overflow: hidden;
  color: #666666;
}

.lang_box ul li a img {
  display: block;
  margin: 0 auto;
  width: 37px;
  height: 37px;
}

.lang_box ul li a span {
  display: block;
  width: 100%;
}


/* ===========================PC footer_link  ============================================== */


/* ============footer_link_all_width = 115+85+60+98+155+220=733
 new:56+85+155+98+220=614 ======================================= */

footer .footer_link {
  /*	padding-left: 0px;
	padding-right: 0px; */
  font-weight: 300;
  float: left;
  text-align: left;
}

footer .footer_link li {
  color: #999;
}

footer .footer_link0 {
  width: 56px;
  text-align: left;
  /*padding-right: 0px;*/
}

footer .footer_link0 ul li {
  /*padding-right: 0px;*/
}

footer .footer_link1 {
  width: 85px;
  text-align: left;
}

footer .footer_link2 {
  width: 155px;
  text-align: left;
}

footer .footer_link3 {
  width: 98px;
  text-align: left;
}

footer .footer_link4 {
  width: 220px;
  text-align: left;
}


/*
 footer .footer_link5 {
   width: 220px;
   text-align: center;
 }
*/

footer .footet_QR {
  float: left;
  display: inline;
  padding-left: 5px;
  padding-right: 5px;
}

footer .footet_QR_title {
  font-size: 12px;
  color: #999;
  text-align: center;
}

footer .footet_product_title {
  float: left;
  display: inline;
  text-align: left;
  color: #666 !important;
}

footer .footet_product_interval {
  float: left;
  display: inline;
  width: 15px;
}

@media (min-width: 1300px) {
  .footer_row {
    text-align: center;
    width: 1269px;
    margin: 0 auto;
    /* width:上方内容总宽度+下方footer_interval.width*4  */
  }
  footer .footer_interval {
    padding-left: 0px;
    padding-right: 0px;
    width: 163px;
    float: left;
  }
}

@media (min-width: 1100px) and (max-width: 1300px) {
  .footer_row {
    text-align: center;
    width: 1069px;
    margin: 0 auto;
  }
  footer .footer_interval {
    padding-left: 0px;
    padding-right: 0px;
    width: 113px;
    float: left;
  }
}

@media (min-width: 991px) and (max-width: 1100px) {
  .footer_row {
    text-align: center;
    width: 960px;
    margin: 0 auto;
  }
  footer .footer_interval {
    padding-left: 0px;
    padding-right: 0px;
    width: 86px;
    float: left;
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .footer_row {
    width: 763px;
    /* 723+footer_interval*5 */
    margin: 0 auto;
    text-align: center;
  }
  footer .footer_interval {
    padding-left: 0px;
    padding-right: 0px;
    width: 37px;
    float: left;
  }
}
