#i2-globalnav {
  position: fixed;
  z-index: 120;
  width: 100%;
  height: 100px;
  top: 0px;
  left: 0;
  background-color: white;
  /* display: flex; */
  /*
  justify-content: center;
  align-items: center;*/
}

.i2-gn-content {
  position: relative;
  /*padding: 0 20px;*/
  /* width: 1200px; */
  /* height: 100%; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  min-width: 1440px;
}

.i2-gn-content img {
  /* width: 242px; */
  height: 50px;
}

.i2-gn-list {
  position: relative;
  /* margin-right: 20px;*/
  /*margin-right:40px;*/
  padding-top: 28px;
  /*width: 1200px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;*/
  display: inline-block;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.i2-gn-item {
  float: left;
  font-size: 16px;
  /* margin: 0 10px; */
  text-align: center;
  margin-right:25px;
  height: 50px;
}
.i2-gn-item:last-child{
  margin-left:30px;
}

.i2-gn-item a {
  display: block;
  color: #5f5d5d;
}

.i2-gn-item a:hover{
  color:#a40001
}
.i2-gn-item a:hover .btn-icon{
  display: block;
}

.i2-gn-item .title {
  /*font-size: 18px;*/
  font-size:16px;
  margin-bottom: 6px;
  font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, 微软雅黑, Arial, sans-serif !important;
}

.i2-gn-item span {
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  display: block;
}

/* .i2-gn-item span:nth-child(1) {
  margin-top: -8px;
} */

.active-header {
  color: #a40001;
}

.decoration {
  display: block;
  /*width: 70px;*/
  height: 6px;
  /*background-color: #a40001;*/
  border-radius: 3px;
  margin: 15px auto 0 auto;
  opacity: 0;
}

.decoration_hidden {
  opacity: 1;
}

.i2-gn-list:hover .decoration_hidden {
  opacity: 0;
}

nav ul li:hover .decoration {
  opacity: 1 !important;
}

.i2-gn-list_button {
  display: block;
  color: white;
  background-color: #b60001;
  border-radius: 30px;
  width: 158px;
  height: 38px;
  font-size: 16px;
  border: none;
  outline: none;
  text-align: center;
  line-height: 38px;
}

.i2-gn-list_button:hover {
  background-color: #ffc66c;
}

/*按钮*/
.i2-button {
  display: block;
  color: white;
  white-space: nowrap;
  border-radius: 30px;
  border: none;
  outline: none;
  text-align: center;
  position: relative;
}

.i2-button::before{
  content: '';
  background-image: url('../new_image/new_0000_hicetea45.png');
  width: 30px;
  height: 46px;
  position: absolute;
  left: -40px;
  top: 6px;
  background-repeat: no-repeat;
  background-size: 70%;
}

.i2-btn-main {
  background-color: #a40001;
  transition: 1s;
}

.i2-btn-main:hover {
  /* background-color: #ffc66c; */
  border: 1px solid #a40001;
  background-color: white;
  color: #a40001 !important;
  transition: 1s;
}

.i2-btn-default {
  color: rgb(115, 115, 115);
  background-color: white;
  width: 200px;
  padding: 20px 30px;
}

.i2-btn-default:hover {
  color: white;
  background-color: #b60001;
  border: 1px solid #b60001;
}

.i2-btn-border {
  border: 1px solid rgb(115, 115, 115);
}

.i2-btn-normal {
  background-color: white;
}

.i2-btn-small {
  padding: 8px 8px;
  font-size: 16px;
  line-height: 15px;
}
.header-icon-slg{
  margin-left: 60px;
}

.i2-btn-medium {
  font-size: 18px;
  width: 198px;
  margin: auto;
  line-height: 20px;
  padding: 19px 35px;
}

.header-icon{
  margin-left: 80px;
  margin-top:14px
}
/* .i2-gn-content>div:nth-child(2){
  margin-left: 200px;
} */
.i2-header-left{
  display: flex;
}
.i2-square-btn{
  border-radius: 4px
}

@media screen and (max-width: 1400px) {
  .i2-gn-list, .i2-gn-content{
    max-width: 1080px;   
  }
  .header-icon{
    width: auto;
  }
}
@media screen and (max-width: 1750px) {
  .i2-gn-content>div:nth-child(2){
    margin-left: 0px;
  }
}

.btn-icon{
  background-image: url('../new_image/new_btn_icon.png');
  width: 40px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: 100%;
  margin: auto;
  display: none;
}
.btn-icon-hover{
  display: block;
}