﻿@charset "utf-8";

/* CSS Document*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
table,
caption,
article,
aside,
canvas,
details,
footer,
header,
menu,
nav,
section,
time,
mark,
audio,
video,
input,
select {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-family: "微软雅黑";
  box-sizing: border-box;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -o-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-tap-highlight-color: rgba(0, 0, 0, 0);
  -ms-tap-highlight-color: rgba(0, 0, 0, 0);
  font-style: normal;
  font-weight: normal;
}

.block {
  display: block;
}

.none {
  display: none;
}

a {
  text-decoration: none;
  color: #333333;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -o-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-tap-highlight-color: rgba(0, 0, 0, 0);
  -ms-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

a:hover {
  text-decoration: none;
}

img {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix::before,
.clearfix::after {
  content: ".";
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}

.tran {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

body {
  background: #f5f5f5;
  font-family: "微软雅黑";
}

.container {
  width: 1200px;
  margin: 0 auto;
}

/*top_header*/
.top_header {
  height: 40px;
  line-height: 40px;
  background: #f5f5f5;
}

.header_ul li {
  float: left;
  padding: 0 5px;
}

.header_ul li a {
  font-size: 12px;
  color: #666;
}

.header_ul li a:hover {
  color: #0081d2;
}

.header_ul li i {
  color: #666;
  margin: 0 0 0 8px;
}

.header_ul li a img {
  display: inline-block;
  width: 25%;
  vertical-align: middle;
}

/*logo*/
.logo {
  padding: 20px 0;
  background: #fff;
}

.top_header .pull-left .logo_img {
  display: inline-block;
  width: 105px;
  height: 28px;
  text-indent: -9999em;
  background-size: 100%;
}

.pull-left .logo_img {
  display: inline-block;
  width: 118px;
  height: 64px;
  text-indent: -9999em;
  background-size: 100%;
}

.pull-left .logo_img img {
  width: 100%;
  height: 100%;
  display: block;
}

.logo_search {
  float: left;
  width: 460px;
  margin-left: 160px;
}

.logo_search .se_top {
  border: 1px solid #0595e7;
  height: 44px;
  line-height: 44px;
  width: 100%;
  border-radius: 25px;
}

.logo_search .se_top input {
  float: left;
  border: none;
  outline: none;
  height: 43px;
  background: url(../images/search_icon.png) no-repeat right;
  padding: 7px 0 7px 16px;
  width: 388px;
}

.logo_search .se_top span {
  width: 70px;
  height: 42px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  background: url(../images/search_icon.png) no-repeat 25px 10px #13a4f9;
  font-size: 24px;
  cursor: pointer;
}

.logo_search .se_bot a {
  display: inline-block;
  color: #666666;
  font-size: 12px;
  line-height: 25px;
}

.logo_search .se_bot {
  padding-left: 15px;
}

.logo_search .se_bot a:hover {
  color: #eb5308;
}

.z_er {
  float: right;
  text-align: center;
  margin: 23px 56px 0 0;
}

.z_er span {
  font-size: 12px;
  color: #e60012;
  display: block;
}

.logo_search .se_top select {
  float: left;
  height: 42px;
  border: none;
  outline: none;
  width: 67px;
  text-align: center;
  padding-left: 15px;
  font-size: 14px;
  color: #999;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}

/*nav*/
/* .page_nav{background: #0081d2;} */
.nav_con li {
  height: 40px;
  line-height: 40px;
  padding: 0 18px;
  position: relative;
  width: 100px;
  text-align: center;
}

.nav_con li:first-child {
  background-color: #164b91;
  width: 140px;
}

.nav_con li a {
  font-size: 16px;
  color: #fff;
}

/* .nav_con li a .arrow_down{ width:14px;height:8px;display: inline-block; } */
.nav_con li a:hover,
.nav_con .on a {
  color: #fff;
}

.nav_con .nav_drop {
  border: 1px solid #ddd;
  width: 400px;
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 101;
  background: #fff;
  border-bottom: none;
}

.nav_con .nav_drop a {
  width: 16.66%;
  font-size: 14px;
  color: #333;
  height: 36px;
  line-height: 36px;
  border-bottom: 1px solid #ddd;
  display: inline-block;
  text-align: center;
  float: left;
}

.nav_con .nav_drop .arrow_up {
  width: 20px;
  height: 11px;
  background: url(../images/arrow_up.png) no-repeat 0 0;
  display: inline-block;
  position: absolute;
  top: -11px;
  left: 93px;
}

/*footer*/
.footer {
  background: #272930;
  color: #fff;
  text-align: center;
}

.footer .container {
  padding: 40px 0 50px 0;
  border-bottom: 1px solid #1f2127;
  border-top: 1px solid #41444e;
}

.footer .container h4 {
  font-size: 20px;
  padding-bottom: 10px;
}

.footer .container ul li {
  padding: 3px 8px;
}

.footer .container ul li a {
  color: #fff;
  font-size: 14px;
}

.footer .container ul li a:hover {
  text-decoration: underline;
}

.copyright {
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background: #111216;
}

/*顾问*/
.adviser {
  background: #fff;
  padding-bottom: 15px;
}

.adviser_con {
  padding: 10px 0 0 0;
}

.adviser_con .list {
  padding: 6px 14px;
  font-size: 14px;
  color: #666;
}

.adviser_con .list .img {
  width: 55px;
  height: 55px;
}

.adviser_con .list .list_info {
  padding-left: 18px;
  font-size: 16px;
  color: #333;
  padding-top: 6px;
}

.adviser_con .list .list_info p {
  font-size: 14px;
  color: #666;
  padding-top: 4px;
}

.adviser_con .list .list_info p span {
  color: #fb3a3a;
}

.adviser_con .list .list_btn {
  width: 110px;
  height: 34px;
  line-height: 34px;
  border: 1px solid #5cc425;
  font-size: 14px;
  color: #5cc425;
  text-align: center;
  border-radius: 20px;
  margin-top: 12px;
  cursor: pointer;
}

.adviser_con .list .list_btn:hover {
  background: #5cc425;
  color: #fff;
}

.adviser_con .list .list_btn .weixin_icon {
  width: 21px;
  height: 17px;
  background: url(../images/weixin_icon.png) no-repeat 0 0;
  display: inline-block;
  vertical-align: -3px;
  margin-right: 5px;
}

.adviser_con .list .list_btn:hover .weixin_icon {
  width: 21px;
  height: 17px;
  background: url(../images/weixin_icon_white.png) no-repeat 0 0;
  display: inline-block;
  vertical-align: -3px;
  margin-right: 5px;
}

.adviser .look_btn {
  width: 280px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: block;
  margin: 15px auto;
  display: block;
  color: #fff;
  background: #30b7fe;
  font-size: 14px;
  border-radius: 25px;
}

.adviser .look_btn:hover {
  opacity: .7;
}


/*public_nav*/
.public_nav {
  height: 60px;
  line-height: 60px;
  background: #fff;
  border-bottom: 1px solid #dddddd;
}

.public_nav .list {
  margin: 0 22px;
  line-height: 57px;
}

.public_nav .list:hover {
  border-bottom: 3px solid #30b7fe;
}

.public_nav .list:hover a {
  color: #30b7fe;
}

.public_nav .list.on {
  border-bottom: 3px solid #30b7fe;
}

.public_nav .list a {
  font-size: 18px;
  color: #333;
}

.public_nav .on a {
  color: #30b7fe;
}

.public_title {
  line-height: 50px;
  border-bottom: 1px solid #ddd;
  font-size: 18px;
  color: #333;
}

.public_title .title span {
  width: 5px;
  height: 22px;
  display: inline-block;
  margin: 0 15px;
  background: #30b7fe;
  vertical-align: middle;
}

.article_wrap .public_nav .list {
  margin: 0 10px;
}

.article_wrap .public_nav .list a {
  font-size: 16px;
}

.article_wrap .public_nav {
  padding-left: 18px;
}


.Housekeeper {
  position: fixed;
  top: 100px;
  right: 20px;
  background-color: #fff;
  width: 200px;
  height: 200px;
  border-radius: 10px;
  padding-top: 30px;
  z-index: 999;
  box-shadow: 0px 0px 10px 0px #a0d0ee;
}

.Housekeeper p {
  text-align: center;
  color: #0081d2;
  font-size: 20px;
}

.Housekeeper input {
  display: block;
  width: 80%;
  height: 40px;
  margin: auto;
  border: 1px solid #666;
  margin-top: 20px;
  text-align: center;
}

.Housekeeper a {
  display: block;
  width: 80%;
  margin: auto;
  background-color: #0081d2;
  color: #fff;
  height: 35px;
  line-height: 35px;
  border-radius: 35px;
  text-align: center;
  margin-top: 20px;
}

.Housekeeper img {
  position: absolute;
  right: 10px;
  top: 10px;
}