﻿/*PC导航样式*/
.nav {
  z-index: 9999;
  height: 50px;
  line-height: 50px;
}

.sy_nav {
  width: 62.5vw;
  margin: 0 auto;
}

/*一级导航*/
li.sy1_li {
  float: left;
  position: relative;
  width: 10%;
  text-align: center;
}

li.sy1_li a.sy1_tit {
  color: #fff;
  font-size: 18px;
  display: block;
  /* padding: 0 1.8vw; */
  text-align: center;
  z-index: 9;
  /* width: 10%; */
  box-sizing: border-box;
}

li.sy1_li a.sy1_tit:hover {
  color: #FAD7A1;
}

li.sy1_li::after {
  content: "";
  position: absolute;
  width: 1px;
  background: #fff;
  height: 16px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.phone_container .menu {
  display: none;
}

li.sy1_li:last-of-type::after {
  display: none;
}

.phone_menu_bottom {
  display: none;
}

/*二级导航*/
.sy2_ul {
  background: #5c8ae8e6;
  display: none;
  position: absolute;
  z-index: 100000;
  left: 50%;
  transform: translateX(-50%);
  top: 49px;
  border-radius: 8px;
  text-align: center;
  min-width: 195px;
  padding: 10px 0;
}

.sy2_ul::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -19px;
  transform: translateX(-50%);
  border-width: 0.5vw;
  border-color: transparent transparent rgba(92, 138, 232, 0.68) transparent;
  border-style: solid;
}

li.sy2_li {
  position: relative;
  z-index: 100001;
  /* height:40px; */
  /* line-height: 40px; */
}

li.sy2_li a.sy2_tit {
  display: block;
  white-space: nowrap;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  padding: 12px 15px;
  line-height: initial;
  position: relative;
}

li.sy2_li a.sy2_tit:hover,
li.sy1_li a.sy2_tit.Hover {
  background: rgba(36, 92, 206, 0.65);
}

/*三级导航*/
ul.sy3_ul {
  position: absolute;
  background: #358BC5;
  display: none;
  z-index: 100001;
  left: 145px;
  top: 0px;
  width: 170px;
  display: none !important;
}

li.sy3_li {
  height: 40px;
  line-height: 40px;
}

li.sy3_li a.sy3_tit {
  display: block;
  color: #fff;
  padding: 0 19px
}

.sy2_ul_div {
  display: none !important;
}

/*手机导航PC样式*/
ul.phone-btn,
.search_con {
  display: none;
}

@media only screen and (max-width:1400px) {
  .sy_nav {
 width: 72.5vw;
  }
}

@media only screen and (max-width:1024px) {}

@media only screen and (max-width:768px) {

  .nav,
  .sy_nav {
 width: 100%;
  }
  li.sy1_li::after {
 display: none;
  }
  li.sy1_li a.sy1_tit:hover {
 color: #245CCE;
  }

  div.wrap_main {
 z-index: 2;
 margin: 0;
 background: #fff
  }

  div.linkmap {
 margin: 0;
 line-height: 40px;
  }

  *::after,
  *::before {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
  }

  .nav {
 width: inherit;
 height: auto;
 line-height: 50px;
  }

  .phone-btn {
 position: absolute;
 display: inline-block;
 top: -50px;
 right: 0;
 height: 46px;
  }

  ul.phone-btn {
 display: block;
  }

  ul.phone-btn li {
 display: inline-block;
  }

  .phone_header,
  .wrap_main,
  .search_con {
 position: relative;
 -webkit-transition: -webkit-transform 0.3s;
 -moz-transition: -moz-transform 0.3s;
 transition: transform 0.3s;
  }

  .phone_header {
 background: #ffffff;
 z-index: 3;
  }

  .phone-search,
  .phone-menu {
 position: relative;
 display: block;
 width: 44px;
 height: 44px;
 overflow: hidden;
 white-space: nolinkmap;
 color: transparent;
 z-index: 3;
 text-indent: -9999px;
  }

  .phone-search::before {
 top: 11px;
 left: 11px;
 width: 18px;
 height: 18px;
 border-radius: 50%;
 border: 3px solid #ffffff;
  }

  .phone-search::before,
  .phone-search::after {
 content: '';
 position: absolute;
 -webkit-transition: opacity 0.3s;
 -moz-transition: opacity 0.3s;
 transition: opacity 0.3s;
 -webkit-transform: translateZ(0);
 -moz-transform: translateZ(0);
 -ms-transform: translateZ(0);
 -o-transform: translateZ(0);
 transform: translateZ(0);
 -webkit-backface-visibility: hidden;
 backface-visibility: hidden;
  }

  .phone-search span {
 position: absolute;
 height: 100%;
 width: 100%;
 top: 0;
 left: 0;
  }

  .phone-search {
 display: none;
  }

  .phone-search::after {
 height: 3px;
 width: 8px;
 background: #ffffff;
 bottom: 14px;
 right: 11px;
 -webkit-transform: rotate(45deg);
 -moz-transform: rotate(45deg);
 -ms-transform: rotate(45deg);
 -o-transform: rotate(45deg);
 transform: rotate(45deg);
  }

  .phone-search span::before {
 -webkit-transform: rotate(45deg);
 -moz-transform: rotate(45deg);
 -ms-transform: rotate(45deg);
 -o-transform: rotate(45deg);
 transform: rotate(45deg);
  }

  .phone-search span::after {
 -webkit-transform: rotate(-45deg);
 -moz-transform: rotate(-45deg);
 -ms-transform: rotate(-45deg);
 -o-transform: rotate(-45deg);
 transform: rotate(-45deg);
  }

  .phone-search span::before,
  .phone-search span::after {
 content: '';
 position: absolute;
 display: inline-block;
 height: 3px;
 width: 22px;
 top: 50%;


 margin-top: -2px;
 left: 50%;
 margin-left: -11px;
 background: #ffffff;
 opacity: 0;
 -webkit-transform: translateZ(0);
 -moz-transform: translateZ(0);
 -ms-transform: translateZ(0);
 -o-transform: translateZ(0);
 transform: translateZ(0);
 -webkit-backface-visibility: hidden;
 backface-visibility: hidden;
 -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
 -moz-transition: opacity 0.3s, -moz-transform 0.3s;
 transition: opacity 0.3s, transform 0.3s;
  }

  .phone-search.search-open::before,
  .phone-search.search-open::after {
 opacity: 0;
  }

  .phone-search.search-open span::before,
  .phone-search.search-open span::after {
 opacity: 1;
  }

  .phone-search.search-open span::before {
 -webkit-transform: rotate(135deg);
 -moz-transform: rotate(135deg);
 -ms-transform: rotate(135deg);
 -o-transform: rotate(135deg);
 transform: rotate(135deg);
  }

  .phone-search.search-open span::after {
 -webkit-transform: rotate(45deg);
 -moz-transform: rotate(45deg);
 -ms-transform: rotate(45deg);
 -o-transform: rotate(45deg);
 transform: rotate(45deg);
  }

  /*手机搜索*/
  .search_con {
 height: 40px;
 background: #ffffff;
 position: absolute;
 width: 100%;
 z-index: 2;
 display: none;
  }

  .search_con form {
 line-height: 40px;
 width: 80%;
 margin: 7px auto;
 overflow: hidden;
 background: #fff;
  }

  .search_con form .searchtxt {
 width: 70%;
 border: none;
 height: 26px;
 line-height: 26px;
 display: inline-block;
 float: left;
 padding-left: 10px;
  }

  .search_con form .searchtxt:focus {
 outline: none;
  }

  .search_con form .searchbtn {
 display: inline-block;
 width: 26px;
 height: 26px;
 border: none;
 float: right;
 background: #358bc5 url(/Content/Areas/Common/images/common/search_btn.png) no-repeat center;
 background-size: 70%;
 border-radius: 0;
  }

  .phone-menu span,
  .phone-menu span::before,
  .phone-menu span::after {
 position: absolute;
 display: inline-block;
 height: 3px;
 width: 24px;
 background: #ffffff;
  }

  .phone-menu span {
 position: absolute;
 top: 50%;
 right: 10px;
 margin-top: -2px;
 -webkit-transition: background 0.3s 0.3s;
 -moz-transition: background 0.3s 0.3s;
 transition: background 0.3s 0.3s;
  }

  .phone-menu span::before,
  .phone-menu span::after {
 content: '';
 right: 0;
 -webkit-transform: translateZ(0);
 -moz-transform: translateZ(0);
 -ms-transform: translateZ(0);
 -o-transform: translateZ(0);
 transform: translateZ(0);
 -webkit-backface-visibility: hidden;
 backface-visibility: hidden;
 -webkit-transform-origin: 0% 50%;
 -moz-transform-origin: 0% 50%;
 -ms-transform-origin: 0% 50%;
 -o-transform-origin: 0% 50%;
 transform-origin: 0% 50%;
 -webkit-transition: -webkit-transform 0.3s 0.3s;
 -moz-transition: -moz-transform 0.3s 0.3s;
 transition: transform 0.3s 0.3s;
  }

  .phone-menu span::before {
 top: -6px;
  }

  .phone-menu span::after {
 top: 6px;
  }

  .phone-menu.menu-open span {
 background: rgba(46, 50, 51, 0);
  }

  .phone-menu.menu-open span::before {
 -webkit-transform: translateX(4px) translateY(-3px) rotate(45deg);
 -moz-transform: translateX(4px) translateY(-3px) rotate(45deg);
 -ms-transform: translateX(4px) translateY(-3px) rotate(45deg);
 -o-transform: translateX(4px) translateY(-3px) rotate(45deg);
 transform: translateX(4px) translateY(-3px) rotate(45deg);
  }

  .phone-menu.menu-open span::after {
 -webkit-transform: translateX(4px) translateY(2px) rotate(-45deg);
 -moz-transform: translateX(4px) translateY(2px) rotate(-45deg);
 -ms-transform: translateX(4px) translateY(2px) rotate(-45deg);
 -o-transform: translateX(4px) translateY(2px) rotate(-45deg);
 transform: translateX(4px) translateY(2px) rotate(-45deg);
  }

  .phone_container {
 position: fixed;
 top: 0;
 right: 0;
 height: 0;
 width: 100%;
 background: #ffffff;
 overflow: auto;
 -webkit-overflow-scrolling: touch;
 z-index: 1;
 transition: all linear 0.3s;
  }

  .phone_container.nav-open {
 height: 100%;
 z-index: 10;
  }

  /*子菜单样式*/
  li.sy1_li {
 float: none;
 position: relative;
 width: 100% !important;
 ;
  }

  li.sy1_li.Has_Children {
 padding-right: 35px;
 background: no-repeat;
  }

  li.sy1_li a.sy1_tit {
 border-right: none;
 color: #245CCE;
 text-align: left;
 line-height: initial;
 line-height: 50px;

  }

  .Has_Children>a.next_open {
 display: block;
 width: 0;
 height: 0;
 border-left: 6px solid transparent;
 border-right: 6px solid transparent;
 border-top: 6px solid #245CCE;
 position: absolute;
 top: 17px;
 right: 14px;
 transition: all 0.3s ease 0s;
  }

  .Has_Children>a.next_open.next_close {
 border-left: 6px solid transparent;
 border-right: 6px solid transparent;
 border-bottom: 6px solid #245CCE;
 border-top: inherit;
  }

  .li.sy1_li a.sy1_tit,
  .sy1_ul ul a {
 display: block;
 color: #ffffff;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
 overflow: hidden;
 text-overflow: ellipsis;
 white-space: nolinkmap;
 -webkit-transform: translateZ(0);
 -moz-transform: translateZ(0);
 -ms-transform: translateZ(0);
 -o-transform: translateZ(0);
 transform: translateZ(0);
 will-change: transform, opacity;
 -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
 -moz-transition: -moz-transform 0.3s, opacity 0.3s;
 transition: transform 0.3s, opacity 0.3s;
  }

  li.sy2_li a.sy2_tit {
 color: #000;
 text-align: left;
 padding: 5px;
  }

  .phone_menu_bottom {
 display: flex;
 justify-content: space-between;
 align-items: center;
 padding: 0 6vw;
 flex-direction: column;
 line-height: 6vw;
  }

  .phone_menu_bottom ul.header_site {
 display: flex;
 margin: 0 0 10px 0;
  }

  .header_site li {
 position: relative;
 padding: 0 1.5vw;
 border-right: 1px solid #080808;
 line-height: 3vw;
  }

  .header_site li:last-of-type {
 border-right: none;
  }

  .phone_menu_bottom ul.header_site .active a {
 color: #2A49C4;
  }

  /*二级导航*/
  .sy2_ul,
  li.sy2_li a.sy2_tit:hover {
 background: none;
  }

  .sy1_ul {
 padding: 0 10vw 10vw 10vw;
  }

  .sy2_ul {
 position: inherit;
 top: inherit;
 padding-left: 20px;
  }

  li.sy2_li.Has_Children a.next_open {
 display: none;
  }

  .phone_container .menu {
 display: flex;
 justify-content: space-between;
 align-items: center;
 padding: 1vw 4vw;
 border-bottom: 1px solid #ccc;
 margin-bottom: 6vw;
 background: #245CCE;
  }

  .menu img {
 height: 4vw;
  }

  .menu-logo img {
 height: 7vw;
  }
}

@media only screen and (max-width:480px) {} 