.guild {
  width: 100%;
  height: 50px;
  background-color: #faf9f9;
}

.guild p {
  float: left;
  height: 100%;
  font-size: 16px;
  color: #333333;
  margin-left: 1.4%;
  line-height: 50px;
}

.guild .select {
  float: left;
  height: 100%;
  margin-left: 2%;
  position: relative;
  cursor: pointer;
}

.guild .select .placeholder {
  height: 100%;
  font-size: 16px;
  color: #dc0000;
  line-height: 50px;
  position: relative;
  padding-right: 20px;
}

.guild .select .placeholder::after {
  content: '';
  display: block;
  position: absolute;
  width: 11px;
  height: 8px;
  background: url(../../images/kaoyan/select.png) no-repeat center center;
  background-size: 100%;
  top: 50%;
  margin-top: -4px;
  right: 0;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.guild .select ul {
  display: none;
  position: absolute;
  background-color: #ffffff;
  box-shadow: 0px 5px 15px 0px rgba(51, 51, 51, 0.2);
  border-radius: 10px;
  top: 45px;
  left: -5px;
  z-index: 2;
  width: 260px;
  padding: 10px 0;
}

.guild .select ul::before {
  display: block;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 6px solid #ffffff;
  top: -6px;
  left: 30px;
}

.guild .select ul li {
  width: 77%;
  height: 49px;
  margin: 0 auto;
  border-bottom: 1px solid #eeeeee;
}

.guild .select ul li p {
  width: 50%;
  position: relative;
  height: 100%;
  float: left;
  margin: 0;
}

.guild .select ul li p a {
  float: left;
  font-size: 16px;
  line-height: 50px;
  height: 100%;
  position: relative;
}

.guild .select ul li p a::after,
.guild .select ul li p a::before {
  display: block;
  content: '';
  position: absolute;
  width: 0;
  left: 50%;
  bottom: -1px;
  height: 2px;
  background: #e02727;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 0 1px 1px 0;
  opacity: 0;
}

.guild .select ul li p a::before {
  left: auto;
  right: 50%;
  border-radius: 1px 0 0 1px;
}

.guild .select ul li p a:hover {
  text-decoration: none;
  color: #e02727;
  font-weight: bold;
}

.guild .select ul li p a:hover::after,
.guild .select ul li p a:hover::before {
  width: 50%;
  opacity: 1;
}

.guild .select ul li p:nth-child(2) a {
  margin-left: 14px;
}

.guild .select ul li:last-child {
  border-bottom: none;
}

.guild .is-open ul {
  display: block;
}

.guild .is-open .placeholder::after {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.guild .tools-nav {
  float: right;
  height: 100%;
  margin-right: 1.4%;
}

.guild .tools-nav li {
  height: 100%;
  margin-left: 20px;
}

.guild .tools-nav li a {
  height: 100%;
  line-height: 50px;
  font-size: 16px;
  font-family: DINAlternate-Bold;
}

.guild .tools-nav li.l_r a {
  height: 34px;
  background-color: #f7e0e0;
  border: 1px dashed #f2b4b4;
  border-radius: 18px;
  padding: 0 20px;
  line-height: 38px;
  color: #e02727;
}

.guild .tools-nav li.l_r a:hover {
  text-decoration: none;
}

.guild .tools-nav li:first-child a,
.guild .tools-nav li:nth-child(2) a {
  padding-left: 25px;
  background: url(../../images/kaoyan/tianmao.png) no-repeat left center;
  background-size: 20px;
  color: #dc0000;
}

.guild .tools-nav li:nth-child(2) a {
  background: url(../../images/kaoyan/jingdong.png) no-repeat left center;
  background-size: 20px;
}

.guild .tools-nav li:first-child a:hover,
.guild .tools-nav li:nth-child(2) a:hover {
  text-decoration: none;
}

header {
  width: 100%;
  margin: 0 auto;
  padding: 10px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: space-between;
  -ms-box-pack: space-between;
  justify-content: space-between;
  box-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  align-items: center;
  box-align: center;
}

header .logo {
  width: auto;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  align-items: center;
  box-align: center;
  margin-left: 1.4%;
}

header .logo img:last-child {
  width: auto;
  max-height: 90px;
}

header .logo p {
  display: block;
  width: 0;
  height: 50px;
  border-left: 1px solid #eeeeee;
  margin: 0 6%;
}

header .search {
  width: 29%;
  position: relative;
}

header .search input {
  width: 100%;
  height: 42px;
  background-color: #ffffff;
  border-radius: 22px;
  border: solid 1px #e02727;
  font-size: 16px;
  text-indent: 6%;
}

header .search input::-webkit-input-placeholder {
  color: #999999;
  font-size: 16px;
}

header .search input::-moz-placeholder {
  color: #999999;
  font-size: 16px;
}

header .search input:-moz-placeholder {
  color: #999999;
  font-size: 16px;
}

header .search input:-ms-input-placeholder {
  color: #999999;
  font-size: 16px;
}

header .search .search-btn {
  position: absolute;
  right: 6%;
  top: 11.5px;
}

header .search p {
  width: 100%;
  line-height: 16px;
  height: 16px;
  margin-top: 8px;
  overflow: hidden;
}

header .search p a {
  font-size: 14px;
  float: left;
  margin-left: 15px;
}

header .tell {
  margin-right: 1.4%;
}

header .tell a {
  float: left;
}

header .tell p {
  float: right;
  margin-left: 18px;
}

header .tell p i {
  display: block;
  line-height: 1;
  font-size: 30px;
  font-family: DINAlternate-Bold;
  font-weight: bold;
  color: #de1c1c;
}

header .tell p span {
  font-size: 14px;
  color: #999999;
  line-height: 1;
  font-family: Microsoft YaHei;
  margin-top: 8px;
}

nav {
  width: 100%;
  height: 50px;
  border-radius: 6px 10px 10px 6px;
  margin: 0 auto;
  background-image: linear-gradient(90deg, #e02727 95%, #ffffff 100%);
  overflow: hidden;
}

nav ul {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: space-between;
  -ms-box-pack: space-between;
  justify-content: space-between;
  box-pack: space-between;
}

nav ul .list-line {
  height: 12px;
  margin: 19px 0;
}

nav ul .list-line:first-child {
  width: 0;
  opacity: 0;
}

nav ul li {
  height: 100%;
}

nav ul li a {
  height: 100%;
  line-height: 48px;
  font-size: 18px;
  color: #ffffff;
  position: relative;
}

nav ul li a::after {
  display: block;
  content: '';
  width: 25px;
  height: 10px;
  background: url(../../images/kaoyan/nav-style.png) no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  bottom: 4px;
  left: 50%;
  margin-left: -12.5px;
  opacity: 0;
  -ms-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

nav ul li a:hover {
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}

nav ul li a:hover::after {
  opacity: 1;
}

nav ul li .actived {
  font-weight: bold;
}

nav ul li .actived::after {
  opacity: 1;
}

nav ul li:last-child a img {
  width: auto;
  height: 100%;
}

nav ul li:last-child a::after,
nav ul li:last-child a::before {
  display: none;
}

.banner-nav {
  width: 100%;
  margin: 20px auto;
}

.subnav {
  width: 100%;
  background-color: #f8f8f8;
  border-radius: 10px;
  padding: 30px 0;
}

.subnav .flex-1 div {
  width: 91%;
  padding: 0 4.5%;
}

.subnav .flex-1 div a {
  width: 30.15%;
  height: 48px;
  background-color: #ffffff;
  border-radius: 10px;
  text-align: center;
  line-height: 48px;
  font-size: 18px;
  overflow: hidden;
  -ms-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
}

.subnav .flex-1 div a::after {
  display: block;
  content: '';
  position: absolute;
  right: -100%;
  bottom: 0;
  width: 21.5%;
  height: 30px;
  background-color: #ffffff;
  opacity: 0.1;
  border-radius: 100% 0 0 0;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.subnav .flex-1 div a i {
  display: block;
  width: 18%;
  height: 5px;
  background-color: #ffffff;
  border-radius: 2px;
  opacity: 0.1;
  position: absolute;
  top: 2px;
  left: -100%;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.subnav .flex-1 div a i::after {
  display: block;
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #ffffff;
  position: absolute;
  right: -8px;
  top: 0;
}

.subnav .flex-1 div a.hot::before {
  display: block;
  content: '';
  font-size: 10px;
  width: 23px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  background: url(../../images/kaoyan/subnav-hot.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: 0;
  right: 7%;
  color: #ffffff;
}

.subnav .flex-1 div a:hover {
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
  background-image: linear-gradient(90deg, #ec6f55 0%, #e34842 100%), linear-gradient(#ec6f55, #ec6f55);
  box-shadow: 0px 4px 13px 0px rgba(248, 58, 59, 0.54);
}

.subnav .flex-1 div a:hover::after {
  right: 0;
}

.subnav .flex-1 div a:hover i {
  left: 4px;
}

.subnav .flex-1 div:first-child {
  margin-bottom: 20px;
}

.location {
  width: 100%;
  background: url(../../images/kaoyan/gps-icon.png) no-repeat left center;
  margin: 20px 0;
}

.location a,
.location span {
  float: left;
  font-size: 16px;
  color: #666666;
  line-height: 22px;
}

.location span {
  margin: 0 6px;
}

.location span:first-child {
  margin-left: 26px;
}
h1 {
  width: 100%;
  height: 42px;
  background: url(../../images/kaoyan/h1.png) no-repeat left center;
  background-size: auto 100%;
  font-size: 24px;
  line-height: 50px;
  text-indent: 8px;
}

h1 {
  width: 100%;
  height: 42px;
  background: url(../../images/kaoyan/h1.png) no-repeat left center;
  background-size: auto 100%;
  font-size: 24px;
  line-height: 50px;
  text-indent: 8px;
}

h1 i {
  color: #e02727;
  font-weight: bold;
}

h1 a {
  float: right;
  font-weight: normal;
  font-size: 14px;
  color: #999999;
  line-height: 18px;
  padding-right: 20px;
  background: url(../../images/kaoyan/more.png) no-repeat right center;
  background-size: 17px 17px;
  margin-top: 20px;
}

.content {
  width: 100%;
  margin-top: 45px;
}

.content .content-l {
  width: 66%;
}

.content .content-r {
  width: 32%;
}

.content .content-r .interact {
  width: 100%;
  margin-bottom: 30px;
}

.content .content-r .interact ul {
  width: 100%;
  margin-top: 10px;
}

.content .content-r .interact ul li {
  width: 105px;
  height: 142px;
  cursor: pointer;
  position: relative;
}

.content .content-r .interact ul li .interact-icon {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  opacity: 1;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.content .content-r .interact ul li .interact-icon img {
  width: 65px;
  margin-bottom: 15px;
}

.content .content-r .interact ul li .interact-icon span {
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.content .content-r .interact ul li .interact-code {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  box-shadow: 0px 4px 38px 0px rgba(145, 145, 145, 0.15);
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  -ms-transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.content .content-r .interact ul li .interact-code img {
  width: 90px;
  height: 90px;
  margin-bottom: 12px;
}

.content .content-r .interact ul li .interact-code span {
  width: 100%;
  font-size: 16px;
  line-height: 1;
  text-align: center;
}

.content .content-r .interact ul li:hover .interact-icon {
  -ms-transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}

.content .content-r .interact ul li:hover .interact-code {
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.content .content-r .interact ul:last-child li:first-child .interact-icon img {
  margin: 7px auto 27px auto;
}

.content .content-r .banner-right {
  width: 100%;
  background-color: #eeeeee;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
}

.content .content-r .news-r {
  width: 100%;
}

.content .content-r .news-r p {
  width: 100%;
}

.content .content-r .news-r p a {
  float: left;
  font-size: 22px;
  line-height: 1;
  margin-right: 4.5%;
  position: relative;
}

.content .content-r .news-r p a img {
  position: absolute;
  width: 31.9%;
  position: absolute;
  bottom: -18px;
  left: 50%;
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  -ms-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.content .content-r .news-r p a.actived {
  font-weight: bold;
  color: #e02727;
}

.content .content-r .news-r p a.actived img {
  opacity: 1;
}

.content .content-r .news-r p a:hover {
  text-decoration: none;
}

.content .content-r .news-r .news-c-ul {
  width: 100%;
  padding-top: 9%;
  padding-bottom: 3.35%;
}

.content .content-r .news-r .news-c-ul ul {
  width: 100%;
  opacity: 0;
  height: 0;
  z-index: -1;
  overflow: hidden;
}

.content .content-r .news-r .news-c-ul ul li {
  width: 100%;
  height: 18px;
  margin-top: 5%;
}

.content .content-r .news-r .news-c-ul ul li a {
  float: left;
  font-size: 16px;
  line-height: 18px;
  height: 100%;
  max-width: 82%;
  white-space: nowrap;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -moz-line-clamp: 1;
  -moz-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.content .content-r .news-r .news-c-ul ul li span {
  float: right;
  font-size: 16px;
  line-height: 18px;
  height: 100%;
  color: #999999;
}

.content .content-r .news-r .news-c-ul ul li:first-child {
  margin-top: 0;
}

.content .content-r .news-r .news-c-ul ul.actived {
  opacity: 1;
  height: auto;
  z-index: 1;
  overflow: inherit;
}

footer {
  width: 100%;
  margin-top: 50px;
}

footer .footer {
  width: 100%;
  background-color: #282828;
}

footer .footer .content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -moz-box-pack: space-between;
  -webkit--box-pack: space-between;
  box-pack: space-between;
  padding: 5% 0;
}

footer .footer .content ul h3 {
  font-size: 18px;
  color: #ffffff;
  line-height: 1;
}

footer .footer .content ul li {
  line-height: 1;
  margin-top: 21%;
}

footer .footer .content ul li a {
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  color: #ffffff;
}

footer .footer .content .code {
  width: 8.8%;
}

footer .footer .content .code img {
  border-radius: 6px;
}

footer .footer .content .code span {
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}

footer .footer .content .line {
  width: 1px;
  height: 120px;
  background-color: #999999;
  opacity: 0.2;
}

footer .footer .content .footer-contact .footer-logo {
  width: 71.8%;
  margin: 0 auto;
}

footer .footer .content .footer-contact div {
  margin-top: 15%;
}

footer .footer .content .footer-contact div a {
  float: left;
  margin-right: 20px;
}

footer .footer .content .footer-contact div p {
  float: left;
}

footer .footer .content .footer-contact div p i {
  display: block;
  font-family: DINAlternate-Bold;
  font-size: 30px;
  font-weight: bold;
  color: #de1c1c;
  line-height: 1;
}

footer .footer .content .footer-contact div p span {
  font-size: 14px;
  color: #ffffff;
  line-height: 1;
  margin-top: 9px;
}

footer .footer .copyright {
  width: 100%;
  background-color: #1d1d1d;
  padding: 30px 0;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  color: #555;
}

footer .footer .copyright a {
  display: inline;
  color: #555;
}

.right-nav {
  width: 72px;
  position: fixed;
  top: 50%;
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1%;
  z-index: 1;
}

.right-nav .right-nav-gift {
  max-width: none;
  width: 142px;
  position: relative;
  left: 50%;
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.right-nav .gift-btn {
  width: 60px;
  height: 80px;
  position: absolute;
  top: 14px;
  left: 50%;
  margin-left: -30px;
}

.right-nav ul {
  width: 72px;
  background-color: #ffffff;
}

.right-nav ul li {
  width: 72px;
  height: 72px;
  position: relative;
  float: left;
}

.right-nav ul li .btn {
  width: 72px;
  height: 72px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.right-nav ul li .btn a {
  width: 100%;
  height: 72px;
  position: absolute;
  left: 0;
  background-color: #ffffff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #eeeeee;
  border-bottom: none;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.right-nav ul li:nth-child(4) .btn a {
  border-bottom: 1px solid #eeeeee;
}
.right-nav ul li .btn a p {
  width: 100%;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.right-nav ul li .btn a p img {
  margin: 0 auto;
}

.right-nav ul li .btn a p span {
  width: 100%;
  text-align: center;
  font-size: 13px;
  line-height: 1;
  margin-top: 10px;
}

.right-nav ul li .btn a:first-child {
  top: 0;
}

.right-nav ul li .btn a:nth-child(2) {
  border: none;
  top: 72px;
  background-image: linear-gradient(90deg, #f54b1d 0%, #e02727 100%), linear-gradient(#ffffff, #ffffff);
}

.right-nav ul li .btn a:nth-child(2) p span {
  color: #ffffff;
}

.right-nav ul li .btn a:hover {
  text-decoration: none;
}

.right-nav ul li .code-ma {
  width: 130px;
  background-color: #ffffff;
  box-shadow: 0px 5px 15px 0px rgba(51, 51, 51, 0.2);
  border-radius: 6px;
  padding: 20px 0;
  position: absolute;
  left: -148px;
  top: 50%;
  opacity: 0;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -ms-transform: translateY(-50%) scale(0);
  -moz-transform: translateY(-50%) scale(0);
  -webkit-transform: translateY(-50%) scale(0);
  -o-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  -ms-transform-origin: right center;
  -moz-transform-origin: right center;
  -webkit-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center;
}

.right-nav ul li .code-ma::before {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-left: 8px solid #fff;
  border-bottom: 8px solid transparent;
  position: absolute;
  right: -8px;
  top: 50%;
  margin-top: -8px;
}

.right-nav ul li .code-ma img {
  max-width: 96px;
  margin: 0 auto;
}

.right-nav ul li .code-ma span {
  font-size: 14px;
  line-height: 1;
  margin: 14px 0;
  text-align: center;
}

.right-nav ul li .code-ma span:last-child {
  margin-bottom: 0;
}

.right-nav ul li .hot-line {
  width: 186px;
  height: 60px;
  background-color: #ffffff;
  box-shadow: 0px 5px 15px 0px rgba(51, 51, 51, 0.2);
  border-radius: 6px;
  position: absolute;
  left: -198px;
  top: 50%;
  text-align: center;
  font-family: DINAlternate-Bold;
  font-size: 24px;
  line-height: 60px;
  color: #dc0000;
  font-weight: bold;
  opacity: 0;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -ms-transform: translateY(-50%) scale(0);
  -moz-transform: translateY(-50%) scale(0);
  -webkit-transform: translateY(-50%) scale(0);
  -o-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  -ms-transform-origin: right center;
  -moz-transform-origin: right center;
  -webkit-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center;
}

.right-nav ul li .hot-line::before {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-left: 8px solid #fff;
  border-bottom: 8px solid transparent;
  position: absolute;
  right: -8px;
  top: 50%;
  margin-top: -8px;
}

.right-nav ul li:first-child .btn {
  border-radius: 5px 5px 0 0;
}

.right-nav ul li:first-child .btn a {
  border-radius: 5px 5px 0 0;
}

.right-nav ul li:nth-child(5) {
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.right-nav ul li:nth-child(5) .btn {
  border-radius: 0 0 5px 5px;
}

.right-nav ul li:nth-child(5) .btn a {
  border-radius: 0 0 5px 5px;
}

.right-nav ul li:nth-child(5) .btn a:first-child {
  border-top: none;
  border-bottom: 1px solid #eeeeee;
}

.right-nav ul li:last-child {
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  height: 0;
  opacity: 0;
}

.right-nav ul li:hover .btn a:first-child {
  top: -72px;
}

.right-nav ul li:hover .btn a:nth-child(2) {
  top: 0;
}

.right-nav ul li:hover .code-ma,
.right-nav ul li:hover .hot-line {
  opacity: 1;
  -ms-transform: translateY(-50%) scale(1);
  -moz-transform: translateY(-50%) scale(1);
  -webkit-transform: translateY(-50%) scale(1);
  -o-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
}

.right-nav ul li.toggleHeight {
  height: 72px;
  opacity: 1;
}

.right-nav ul li.toggleHeight .btn {
  border-radius: 0 0 5px 5px;
}

.right-nav ul li.toggleHeight .btn a {
  border-radius: 0 0 5px 5px;
}

.right-nav ul li.toggleHeight .btn a:first-child {
  border-bottom: 1px solid #eeeeee;
}

/* .right-nav ul li.border .btn {
  border-radius: 0;
}

.right-nav ul li.border .btn a {
  border-radius: 0;
}

.right-nav ul li.border .btn a:first-child {
  border-bottom: none;
} */


@media screen and (max-width: 1440px) {
  .guild {
    height: 44px;
  }

  .guild p,
  .guild .select .placeholder,
  .guild .tools-nav li a {
    font-size: 15px;
    line-height: 44px;
  }

  .guild .select .placeholder {
    padding-right: 18px;
  }

  .guild .select .placeholder::after {
    width: 10px;
    height: 7px;
    margin-top: -3.5px;
  }

  .guild .select ul {
    border-radius: 4px;
    top: 39px;
    width: 240px;
  }

  .guild .select ul li {
    height: 42px;
  }

  .guild .select ul li p a {
    font-size: 15px;
    line-height: 42px;
  }

  .guild .tools-nav li:first-child a {
    padding-left: 22px;
    background: url(../../images/kaoyan/tianmao.png) no-repeat left center;
    background-size: 18px;
  }

  .guild .tools-nav li:nth-child(2) a {
    padding-left: 22px;
    background: url(../../images/kaoyan/jingdong.png) no-repeat left center;
    background-size: 18px;
  }

  .guild .tools-nav li.l_r a {
    height: 28px;
    border-radius: 15px;
    padding: 0 16px;
    line-height: 32px;
    font-size: 14px;
  }

  header .search input {
    height: 38px;
    text-indent: 5%;
    font-size: 15px;
  }

  header .search input::-webkit-input-placeholder {
    font-size: 15px;
  }

  header .search input::-moz-placeholder {
    font-size: 15px;
  }

  header .search input:-moz-placeholder {
    font-size: 15px;
  }

  header .search input:-ms-input-placeholder {
    font-size: 15px;
  }

  header .search .search-btn {
    width: 18px;
    top: 11px;
    right: 5%;
  }

  header .search p {
    line-height: 15px;
    height: 15px;
  }

  header .search p a {
    font-size: 13px;
  }

  header .tell a {
    width: 56px;
  }

  header .tell p i {
    font-size: 26px;
  }

  header .tell p span {
    font-size: 13px;
  }

  footer .footer .content ul h3 {
    font-size: 17px;
  }

  footer .footer .content ul li a {
    font-size: 13px;
  }

  footer .footer .content .code span {
    font-size: 13px;
    line-height: 18px;
  }

  footer .footer .content .footer-contact div a {
    width: 58px;
  }

  footer .footer .content .footer-contact div p i {
    font-size: 26px;
  }

  footer .footer .content .footer-contact div p span {
    font-size: 13px;
  }

  h1 {
    height: 38px;
    font-size: 20px;
    line-height: 46px;
  }

  h1 a {
    font-size: 12px;
    line-height: 16px;
    background: url(../../images/kaoyan/more.png) no-repeat right center;
    background-size: 16px 16px;
  }

  nav {
    height: 44px;
  }

  nav ul .list-line {
    margin: 16px 0;
  }

  nav ul li a {
    line-height: 44px;
    font-size: 16px;
  }

  nav ul li a::after {
    width: 22px;
    bottom: 2px;
    margin-left: -11px;
  }

  .subnav {
    padding: 20px 0;
  }

  .subnav .flex-1 div:first-child {
    margin-bottom: 15px;
  }

  .subnav .flex-1 div a {
    height: 42px;
    line-height: 42px;
    font-size: 16px;
  }
  .location {
    background: url(../../images/kaoyan/gps-icon.png) no-repeat left center;
    background-size: auto 18px;
  }
  .location a,
  .location span {
    font-size: 14px;
    line-height: 18px;
  }
  .location span {
    margin: 0 5px;
  }
  .location span:first-child {
    margin-left: 22px;
  }
  .content .content-r .interact ul li .interact-icon img {
    width: 60px;
  }

  .content .content-r .interact ul li .interact-icon span {
    font-size: 15px;
    line-height: 23px;
  }

  .content .content-r .interact ul li .interact-code span {
    font-size: 15px;
  }

  .content .content-r .news-r p a {
    font-size: 20px;
  }

  .content .content-r .news-r p a img {
    bottom: -16px;
  }

  .content .content-r .news-r .news-c-ul ul li {
    height: 17px;
  }

  .content .content-r .news-r .news-c-ul ul li a,
  .content .content-r .news-r .news-c-ul ul li span {
    font-size: 15px;
    line-height: 17px;
  }

}

@media screen and (max-width: 1366px) {
  h1 {
    height: 35px;
    font-size: 18px;
    line-height: 42px;
  }

  .content .content-r .interact ul li .interact-icon img {
    width: 56px;
    margin-bottom: 12px;
  }

  .content .content-r .interact ul li .interact-icon span {
    font-size: 14px;
    line-height: 22px;
  }

  .content .content-r .interact ul li .interact-code span {
    font-size: 14px;
  }

  .content .content-r .interact ul li {
    width: 94px;
    height: 130px;
  }

  .content .content-r .interact ul li .interact-code img {
    width: 80px;
    height: 80px;
    margin-bottom: 12px;
  }

  .content .content-r .news-r p a {
    font-size: 17px;
  }

  .content .content-r .news-r p a img {
    bottom: -14px;
  }
  .content .content-r .news-r .news-c-ul ul li {
    height: 16px;
  }

  .content .content-r .news-r .news-c-ul ul li a,
  .content .content-r .news-r .news-c-ul ul li span {
    font-size: 14px;
    line-height: 16px;
  }
}