/* 椤甸潰涓诲彈闄愬搴� */
* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  background: #f5f5f5;
}

.container {
  margin: 0 auto;
  min-width: 1280px;
  max-width: 1280px;
  box-sizing: border-box;
}

/* .main {
  padding: 0;
  margin-bottom: 0;
  padding: 20px 0;
} */

header {
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  width: 100%;
  position: relative;
  z-index: 1000;
  display: block;
}

header .top_bar {
  padding-top: 30px;
  margin: 0 auto;
  max-width: 1200px;
}

header .top_bar .top_bar_search {
  height: 80px;
  position: relative;
}

header .top_bar .top_bar_search .logo {
  width: 300px;
  float: left;
}

header .top_bar .top_bar_search .logo img {
  width: 100%;
}

header .top_bar .top_bar_search .search {
  position: absolute;
  top: 6px;
  left: 350px;
  width: 500px;
  height: 100%;
}

header .top_bar .top_bar_search .search .ipt {
  height: 40px;
  border: 2px solid #0075da;
  padding-right: 70px;
  width: 100%;
  font-size: 18px;
  color: #bababa;
  letter-spacing: 0.5px;
  line-height: 24px;
  background: transparent;
  position: relative;
  box-sizing: border-box;
}

header .top_bar .top_bar_search .search .ipt .icon {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 8px;
  left: 4px;
  background: url(../images/search.png) no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}

header .top_bar .top_bar_search .search .ipt input {
  width: 100%;
  height: 36px;
  box-sizing: border-box;
  border: none;
  padding-left: 30px;
  text-indent: 5px;
}

header .top_bar .top_bar_search .search .ipt button {
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  height: 36px;
  background-color: #0075da;
  color: #fff;
  text-align: center;
  cursor: pointer;
  line-height: 36px;
  font-size: 14px;
  border: none;
}

header .top_bar .top_bar_search .login {
  float: right;
}

header .top_bar .top_bar_search .login .login_in,
header .top_bar .top_bar_search .login .login_up {
  display: inline-block;
  width: 100px;
  height: 36px;
  font-size: 14px;
  line-height: 36px;
  text-align: center;
  margin-top: 6px;
  cursor: pointer;
}

header .top_bar .top_bar_search .login .login_up {
  color: #fff;
  background-color: #0075da;
}

header .top_bar .top_bar_search .login .login_up a {
  color: #fff;
}

header .top_bar .top_bar_nav {
  width: 100%;
  height: 50px;
  position: relative;
}

header .top_bar .top_bar_nav ul {
  display: flex;
  align-items: center;
  height: 50px;
  background: #fff;
  margin-top: 15px;
}

header .top_bar .top_bar_nav ul li {
  padding: 0 20px;
  color: #181818;
  font-size: 18px;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  position: relative;
  height: 100%;
}

header .top_bar .top_bar_nav ul li .act {
  color: #0075da;
}

header .top_bar .top_bar_nav ul li p,
header .top_bar .top_bar_nav ul li a {
  line-height: 50px;
  color: #181818;
}


header .top_bar .top_bar_nav ul li .hover_box {
  position: absolute;
  top: 50px;
  left: 0;
  white-space: nowrap;
  background: #fff;
  z-index: 999;
  opacity: 0;
  background: #f1f5fa;
  box-shadow: 0px 5px 11px 0px rgba(222,216,216,0.5);
  border-radius: 2px;
  height: 0;
  overflow: hidden;
  
}
header .top_bar .top_bar_nav ul li .hover_box a{
  font-size: 14px;
}

.tran {
  transition: all .5s;
}

header .top_bar .top_bar_nav ul li:hover p {
  color: #1b57e1;
}

header .top_bar .top_bar_nav ul li:hover .hover_box {
  top: 50px;
  opacity: 1;
  height: auto;
  padding: 15px;
}

header .top_bar .top_bar_nav ul li .hover_box:hover {
  opacity: 1;
}

header .top_bar .top_bar_nav ul li .hover_box a {
  display: block;
  line-height: 30px;
}

header .top_bar .top_bar_nav ul li .hover_box a:hover {
  color: #1b57e1;
}

header .top_bar .top_bar_nav .consult {
  width: 180px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
}

header .top_bar .top_bar_nav .consult img {
  width: 100%;
  height: 100%;
}

section {
  background: #f5f5f5;
  padding: 15px 0;
  min-height: calc(100% - 316px);
}

section .cont-nav {
  display: flex;
  font-size: 14px;
  /* line-height: 52px; */
  padding-bottom: 10px;
  color: #888888;
  border-bottom: 1px solid #DEDEDE;
}

section .cont-nav p {
  margin-left: 5px;
  color: #767676;
}

footer {
  width: 100%;
  margin-top: 10px;
}

footer .footer-info {
  padding: 30px 0 30px;
  font-size: 14px;
  /* border-top: 1px solid #dfdfdf; */
  background: #252B3A;
  overflow: hidden;
}

footer .clearfix {
  zoom: 1;
}

footer .info-text {
  float: left;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 10px;
}

footer .info-text p {
  color: #fff;
  margin: 0;
  line-height: 25px;
}

header .headr .nav {
  display: flex;
  align-items: center;
  height: 50px;
  background: #fff;
  margin-top: 15px;
}

header .headr .nav li {
  padding: 0 16px;
  color: #181818;
  font-size: 14px;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  position: relative;
  height: 100%;
}

header .headr .nav li p {
  line-height: 50px;
}


header .headr .nav li .hover_box {
  position: absolute;
  top: 35px;
  left: 0;
  white-space: nowrap;
  padding: 0 15px;
  background: #fff;
  z-index: 999;
  opacity: 0;
}

header .tran {
  transition: all .5s;
}

header .headr .nav li:hover p {
  color: #1b57e1;
}

header .headr .nav li:hover .hover_box {
  top: 50px;
  opacity: 1;
}

header .headr .nav li .hover_box:hover {
  opacity: 1;
}

header .headr .nav li .hover_box span {
  display: block;
  line-height: 30px;
}

header .headr .nav li .hover_box span:hover {
  color: #1b57e1;
}

footer .friend-ship-links {
  width: 100%;
  font-size: 14px;
  color: #666;
  background: #447ff7;
  padding: 15px;
}

footer .friend-ship-links .links-headr {
  display: flex;
  line-height: 30px;
  position: relative;
  color: #262b39;
}

footer .friend-ship-links .links-headr li {
  margin-right: 60px;
  cursor: pointer;
  position: relative;
  color: #fff;
}

footer .friend-ship-links .links-headr li:after {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: -25px;
  transform: translateY(-50%);
  background: url('../images/arrows.svg') no-repeat;
  background-size: 100% 100%;
  color: #fff;
  transition: all .5s;
}

footer .friend-ship-links .links-headr .act:after {
  content: '';
  transform: rotate(180deg) translateY(50%);
  background: url('../images/arrow.svg') no-repeat;
  background-size: 100% 100%;
  color: #262b39;
}


footer .friend-ship-links .links-headr .act {
  color: #262b39;
}

footer .friend-ship-links .links-cont {
  display: none;
}

footer .friend-ship-links .act {
  /* background: rgba(0, 159, 255, .9); */
  color: #fff;
  display: block;
}

footer .friend-ship-links .links-cont ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}

footer .friend-ship-links .links-cont li {
  width: 20%;
  line-height: 30px;
  cursor: pointer;
  padding: 0 10px 0 0;
}

footer .friend-ship-links .links-cont li a {
  color: #fff;
}

footer .friend-ship-links .links-cont p {
  cursor: pointer;
  display: block;
  width: 100%;
  text-align: right;
  line-height: 30px;
  position: relative;
  padding-right: 30px;
}

footer .friend-ship-links .links-cont .more-p {
  cursor: pointer;
  font-size: 12px;
}

footer .friend-ship-links .links-cont .more-p:after {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url('../images/arrows.svg') no-repeat;
  background-size: 100% 100%;
}

footer .friend-ship-links .links-cont .hide-p:after {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  background: url('../images/arrows.svg') no-repeat;
  background-size: 100% 100%;
}

footer .friend-ship-links .links-cont .more-links {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

footer .friend-ship-links .links-cont .hide-p,
footer .friend-ship-links .links-cont .more-links {
  display: none;
  font-size: 14px
}

footer .friend-ship-links .links-cont .flexWrap {
  display: flex !important;
  flex-wrap: wrap;
}