@font-face {
  font-family: "HYLingXinJ";
  src: url("/extends/fonts/HYLingXinJ.ttf");
}
@font-face {
  font-family: "DINAlternate-Bold";
  src: url("/extends/fonts/DIN-Alternate-Bold.ttf");
  font-weight: bold;
}
.wrapper .inner {
  min-width: 1200px;
  max-width: 1366px;
}

body {
  background: #fff;
}
body.main{
  background-image: url('/_upload/tpl/0d/3a/3386/template3386/images/ditu.png');
  background-size: 100% auto;
  background-position-y: 825px;
  background-repeat: no-repeat;
}

/* 头部样式 */
#header {
  /* background: url("/_upload/tpl/0d/3a/3386/template3386/images/header.png"); */
  width: 1200px;
}
#header .top-bar{
  width: 100%;
  margin: 0 auto;
  height: 40px;
  border-bottom:1px solid #EEE;
  color:#3F444A;
  line-height: 40px;
  font-size: 14px;
  overflow: hidden;
  background: #fff;
}
#header .top-bar .top-bar-left{
  float:left;
}
#header .top-bar .top-bar-right{
  float:right;
}
#header .top-bar .top-bar-right{
  float:right;
  position: relative;
}
#header .top-bar .top-bar-right::after{
  content:'';
  position: absolute;
  width: 1px;
  height: 18px;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
  background-color: #eee;
}

#header .top-bar .top-bar-right a{
  color:#3E8CA5;
  font-size: 14px;
  margin: 0 17px;
  cursor: pointer;
}
#header .inner {
  height: 120px;
}

/* 头部样式END */
/* 首页顶部右侧区域 */
/* .header .head-right {
  margin-top: 30px;
} */
/* 首页顶部右侧区域END */

/* 首页顶部右上四个超链接 */
.head-right .wp_nav .nav-item {
  /* margin-left: 20px; */
}
.head-right .wp_nav .nav-item a {
  position: relative;
  margin-left: 2vw;
}
.head-right .wp_nav .nav-item a::before {
  content: "";
  width: 1px;
  height: 15px;
  background-color: #fff;
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
}
.head-right .wp_nav .nav-item:first-child a::before {
  content: "";
  width: 0px;
}
.head-right .wp_nav .nav-item:first-child a {
  border-left: 0;
}
.head-right .wp_nav .nav-item a span.item-name {
  color: #fff;
  font-size: 14px;
  line-height: 27px;
  margin-left: 0;
}
.head-right .wp_nav .nav-item a span.item-name:hover {
  color: #2fd5ff;
}
/* 首页顶部右上四个超链接END */
/* 首页顶部搜索框 */
.searchbox {
  margin-top: 38px;
}
.searchbox .wp_search {
  width: 280px;
  height: 38px;
  border-radius: 19px;
  padding-left: 0;
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.1);
  position: relative;
}
.searchbox .wp_search td {
  position: absolute;
}
.searchbox .wp_search td:first-child[style] {
  height: 100% !important;
}
.searchbox .wp_search td:first-child {
  left: 0;
  top: 0;
}
.searchbox .wp_search td:last-child {
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.searchbox .wp_search #keyword {
  box-sizing: border-box;
  height: 38px;
  line-height: 38px;
  padding-left: 20px;
  padding-right: 50px;
}
.searchbox .wp_search .search {
  width: 20px;
  height: 20px;
}
.mobile-nav{
  display: none;
  float: left;
  font-size: 3.5vw;
  position: relative;
}
.mobile-nav::after{
  content:'';
  position: absolute;
  width: 1px;
  height: 3.6vw;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
  background-color: #eee;
}
.mobile-nav a{
  color:#3E8CA5;
  margin: 0 2.4vw;
  cursor: pointer;
  line-height: 7.73vw;
}
.mobile-menu-toggle{
  width: 5.6vw;
  height: 4.8vw;
  display: none;
  cursor: pointer;
  background-color: #ccc;
  float: right;
  margin-top: 1.33vw;

  
}
/* 首页顶部搜索框END */
/* 导航栏 */
#nav {
  height: 49px;
  
background: linear-gradient(180deg, #3676BD 0%, #47A688 100%);
}
#nav .inner .wp-panel .wp-window .hover {
  background: none;
}
.wp-panel .wp-menu .menu-item {
  transition: all 0.2s ease;
  min-width: 108px;
  max-width: 200px;
  color:#fff;
  font-size: 18px;
  line-height: 49px;
  text-align: center;
  white-space: nowrap;
  text-overflow: hidden;
}
.wp-panel .wp-menu .menu-item.hover {
  background-color: transparent;
  background: transparent;
  color: #3E8CA5;
}
.nav .wp-menu .menu-item a.menu-link {
  padding: 0;
  margin: 0 18.5px;
}
.wp-menu .menu-item a.menu-link::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #2F6E7C;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.wp-menu .menu-item:last-child a.menu-link::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #2F6E7C;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.wp-panel .wp-menu .menu-item.hover a.menu-link {
  background-color: transparent;
  background: transparent;
  color: #fff;
}
.nav .wp-menu .menu-item a.menu-link {
  height: 100%;
  color: #fff;
}
/* 导航栏END */
/* 底部信息栏 */
#footer {
  background-color: #3E8CA5;
  margin-top: 55px;
  background-size: 110% 110%;
}
#footer .inner p {
  font-size: 16px;
  color: #fff;
  line-height: 27px;
  margin-bottom: 25px;
}
#footer .inner .bottom-content  {
  font-size: 14px;
  color: #FFFFFF;
  line-height: 40px;
}
#footer .footerWrap {
  box-sizing: border-box;
  padding-top: 90px;
}
#footer .floatRight {
  width: 40%;
}
#footer .floatRight .friend-link {
  float: right;
  width: 280px;
}
#footer .floatRight .friend-link .friend-link-title {
  text-align: center;
  position: relative;
  font-size: 16px;
  color: #fff;
  line-height: 28px;
}
#footer .floatRight .friend-link .friend-link-title::before {
  content: "";
  width: 4vw;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 1.5vw;
  top: 50%;
  transform: translateY(-50%);
}
#footer .floatRight .friend-link .friend-link-title::after {
  content: "";
  width: 4vw;
  height: 1px;
  background-color: #fff;
  position: absolute;
  right: 1.5vw;
  top: 50%;
  transform: translateY(-50%);
}
/* 友情链接下拉框 */
#footer .friend-link-con {
  width: 280px;
  height: 38px;
  position: relative;
}
#footer .friend-link-con .friend-link-selected {
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 40px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 34px;
  color: #fff;
  font-weight: 400;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #fff;
  border-radius: 19px;
  user-select: none;
}
#footer .friend-link-con .friend-link-list {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #fff;
  box-shadow: 1px 2px 10px 0px rgba(58, 60, 62, 0.3);
  position: absolute;
  bottom: 100%;
  left: 0;
  z-index: 100;
  display: none;
}

#footer .friend-link-con .friend-link-list .link-item {
  width: 100%;
  height: 38px;
  display: block;
  box-sizing: border-box;
  padding: 0 25px 0;
  background-color: #fff;
  font-size: 16px;
  line-height: 38px;
  color: #384e5e;
  user-select: none;
  transition: all 0.2s ease-out;
}
#footer .friend-link-con .friend-link-list .link-item:hover {
  background-color: #dff2ff;
  color: #2292e8;
}
#footer .friend-link-con .down-arrow {
  width: 16px;
  height: 10px;
  background-image: url("/_upload/tpl/0d/3a/3386/template3386/images/white_down_arrow.png");
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
/* 友情链接下拉框END */

#footer .footerWrap .qrcode {
  float: right;
}
#footer .footerWrap .qrcode .wp_article_list_table tr td img {
  width: 165px;
  height: 165px;
  display: block;
}
#footer .bottom-ICP {
  width: 100%;
  height: 35px;
  background-color: #24718A;
  text-align: center;
}
#footer .bottom-ICP span {
  text-align: center;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 35px;
  margin-bottom: 0;
  text-align: center;
  opacity: 0.5;
}

/* 底部信息栏END */
