html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: #333333;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
li {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
  color: #333333;
}
.clearFix::after {
  zoom: 1;
  content: "";
  display: block;
  clear: both;
}
.df {
  display: flex;
}
.df_ac {
  display: flex;
  align-items: center;
}
.df-cc {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pos_ab {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/* 1px边框的做法 */
/* .bd-1px {
  border: 1px solid black;
  transform: scale(0.5);
  height: 200%;
  width: 200%;
  transform-origin: 0 0;
} */
.fz12 {
  font-size: 12px;
}
.fz14 {
  font-size: 14px;
}
.fz16 {
  font-size: 16px;
}
.fz24 {
  font-size: 24px;
}
.fz22 {
  font-size: 22px;
}
.fz20 {
  font-size: 20px;
}
.fz28 {
  font-size: 28px;
}
.fz44 {
  font-size: 44px;
}
.fz32 {
  font-size: 32px;
}
.fz34 {
  font-size: 34px;
}
.fz36 {
  font-size: 36px;
}
.fz40 {
  font-size: 40px;
}
.fz54 {
  font-size: 54px;
}
.fz64 {
  font-size: 64px;
}
.db {
  display: block;
}
.dn {
  display: none;
}
.core {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
header {
     z-index: 99;
    height: 100px;
    position: fixed;
    width: 100%;
    top: 0;
    background: #fff;
}
section{
    margin-top: 100px;
}
header .core {
  max-width: 1595px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
header .logo {
  width: 180px;
}
header .logo img {
  width: 100%;
}
header .ul {
  width: 58%;
  height: 100%;
}
header ul {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
}
header ul li {
  height: 100%;
  flex: 1;
  text-align: center;
  position: relative;
}
header ul li >a {
  height: 100%;
  line-height: 100px;
font-size: 16px;
/*position:absolute;*/


}
header ul li > .a_s{
    font-weight: bold;
    color: #005bac;
}
header ul li > .a_s:after{
    content: "";
    position: absolute;
    width: 50px;
    height: 3px;
    background: #005bac;
bottom: 15px;
border-radius: 20px;
    left: 50%;
      transform: translate(-50%);
}
header ul li dl dd>a{
font-size: 16px;
}
header ul li:hover dl{
    display: block;
    
}
header ul li dl {
  display: none;
  position: absolute;
  left: 50%;
  
  top: 90px;
  width: 100%;
  transform: translate(-50%);
  background-color: #ffffff;
  border: 1px solid beige;
  box-shadow:3px 4px 17px #624e4efc;;
}
header ul li dl dd {
  margin: 20px 0;
}
header .header_r {
  width: auto;
  display: flex;
  align-items: center;
}
header .header_r a {
  width: 116px;
  height: 44px;
  background: #ffffff;
  border-radius: 2px;
  text-align: center;
  line-height: 44px;
  font-size: 16px;
  font-family: Adobe Heiti Std;
  font-weight: normal;
  color: #005bac;
  border: 1px solid #005bac;
}
header .header_r span {
  margin: 0 10px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #0f0f0f;
  width: 120px;
}
header .header_r .a_s {
  color: #ffffff;
  background: #005bac;
  margin-right: 10px;
}
footer {
  background: #e7eaf3;
  padding: 56px 0;
}
footer .core {
  max-width: 1600px;
}
footer .footer_1 {
  padding: 27px 0;
}
footer .footer_1 ul {
  width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .footer_1 ul li {
  display: flex;
}
footer .footer_1 ul li i {
  margin: 0 5px;
}
footer .footer_1 ul li p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #82848a;
}
footer .footer_2 {
  display: flex;
  /*border-top: 1px solid #95979d66;*/
  border-bottom: 1px solid #95979d66;
  /*height: 320px;*/
 padding-bottom: 56px;
  justify-content: space-between;
  /*align-items: center;*/
}
footer .footer_2 .img_box {
  width: 217px;
}
footer .footer_2 .img_box img {
  width: 100%;
}
footer .footer_2 i {
  width: 1px;
  height: 147px;
  background: #c6c9d1;
  margin: 0 5px;
}
footer .footer_2 .dl {
  width: 42%;
  display: flex;
  justify-content: space-around;
}
footer .footer_2 .dl dd{
    margin: 10px 0;
}
footer .footer_2 .dl dt {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 600;
  color: #000000;
  margin-bottom: 23px;
}
footer .footer_2 .dl a {
  font-size: 14px;
  color: #666666;
  line-height: 21px;
}
footer .footer_2 .footer_2_r dt {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 600;
  color: #000000;
  
  margin-bottom: 23px;
}
footer .footer_2 .footer_2_r dd {
  font-size: 14px;
  color: #666;
  line-height: 21px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 10px 0;
}
footer .footer_2 .footer_2_r span {
  color: #000000;
}
footer .footer_3 {
  display: flex;
  height: 53px;
  justify-content: center;
  align-items: center;
}
footer .footer_3 div {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
}
footer .footer_3 a {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
}

.consulting {
    top: 30%;
  z-index: 20;
  position: fixed;
  right: 10px;
  /*background: #fff;*/
     /*width: 100px;*/
  /*height: 250px;*/
  /*background: #ffffff;*/
  /*box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);*/
  border-radius: 10px;
  /*display: none;*/
}
.consulting ul {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
  align-items: center;
  margin-top: 4px;
  /*display: none;*/
}
.consulting ul li img{
    width: 90%;
}
.consulting ul li:nth-child(1){
    background: none !important;
}
.consulting ul li {

  width: 80%;
  height: auto;
    height: 112px;

 width: 100px;
 
 margin: 10px 0;
  background: #edf4f9;
  /*background: #eef5fa;*/
  border-radius: 8px;
}
.consulting ul li:nth-child(1) a {
  /*background: #fff;*/
}
.consulting a {
  height: 100%;
  /*background: #edf4f9;*/
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
}
.consulting p {
  text-align: center;
  background: #edf4f9;
  border-radius: 8px;
  width: 100%;
  font-size: 17px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #1470c0;
  line-height: 26px;
}
.adv {
  width: 100%;
  max-width: 1920px;
  position: relative;
  margin: 0 auto;
  height: 492px;
}
.adv > img {
  width: 100%;
  height: 100%;
}
.adv .text {
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%;
}
.adv .core {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.adv p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  margin-top: 35px;
  margin-bottom: 15px;
}
.adv .line {
  width: 60px;
  height: 2px;
  background: #ffffff;
}
.adv h4 {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
  /*line-height: 65px;*/
  margin-top: 20px;
}
.make {
  overflow: hidden;
  background: url(../image/img-29.png) no-repeat center;
  background-size: cover;
  height: auto;
}
.make h2 {
  font-size: 40px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
 margin-top: 56px;
  margin-bottom: 18px;
  text-align: center;
}
.make p {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  /*line-height: 56px;*/
  margin: 56px 0;
  text-align: center;
}
.make a {
  margin-left: 50%;
  transform: translate(-50%);
  display: block;
  width: 275px;
  height: 70px;
  background: #ffffff;
  border-radius: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 56px;
}
.make a span {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #1e81d2;
  margin-left: 10px;
}
.crumbs {
  display: flex;
}
.paging {
  display: flex;
  justify-content: center;
  margin: 50px 0;
}
.paging a {
  height: 30px;
  padding: 0 11px;
  border: 1px solid #dddcd8;
  line-height: 30px;
  margin-right: 10px;
}
.paging .a_s {
  background-color: #1e81d2;
  color: #fff;
}
 .radio_box {
        display: flex;
        align-items: center;
        width: 56%;

        input {
          width: auto;
          height: auto;
        }
        span {
          font-size: 16px;
          font-family: Microsoft YaHei;
          font-weight: bold;
          color: #1b1a1a;
          margin-right: 47px;
        }
      }
  /*.consulting:hover{*/
  /*      width: 150px;*/
        
  /*  }*/
    /*.consulting .show{*/
    /*    text-align: center;*/
        
    /*margin-top: 136px;*/
    /*}*/
    /* .consulting:hover .show{*/
    /*  display: none;*/
        
    /*}*/
    
    /*.consulting:hover ul{*/
    /*    display: flex;*/
        
    /*}*/
