/* 头部导航start */
#load_header{
  width: 100%;
  /* min-width: 1200px; */
  height: 80px;
  -moz-box-shadow:0px 0px 5px #a7a7a7; 
  -webkit-box-shadow:0px 0px 5px #a7a7a7; 
  box-shadow:0px 0px 5px #a7a7a7;
  background: rgba(248, 248, 248, 0.9);
  position:fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.header{
  width: 1200px;
  height: 80px;
  margin: 0 auto;
  /* background-color: #fff; */
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;

}

.header .nav_logo{
  display: block;
  width: 226px;
  height: 44px;
}
.nav{
  display: flex;  
  justify-content: space-between;
  align-items: center;
  color: #5a5a5a;
}
.wap_nav,.wap_nav_list{
  display: none;
}
.nav>li{
  width: 95px;
  height:80px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
}

.nav>li>p {
  height: 35px;
  line-height: 24px;
  text-align: center;
}
.nav>li>p span{
  font-size: 12px;
  color: #a7a7a7;
}
/* 点击划过样式 */
/* .nav_click{
  color: #4d80df;
} */
.active{
  color: #4d80df;
  font-weight: bold;
  border-bottom: 3px solid #4d80df;
}
.nav>li:hover{
  color: #4d80df;
}
.nav_list{
  margin:auto;
  background: rgba(248, 248, 248, 0.9) ;
  position:fixed;
  top: 80px;
  display: none;
  left:0;
  right: 0;
  z-index: 1000;
 box-sizing: border-box;
}
.nav>li:hover .wrap{
  display: block;
}
.nav>li:hover .nav_list{
  display: flex;
  justify-content: center;

}
.nav_list>li {
  padding:24px 12px;
  width:280px;
  height:140px;
}
/* .nav_list>li>p{
  line-height: 20px;
  padding: 20px 0;
  text-align: center;
  font-size: 16px;
  color: #fff;
  border-bottom: 1px dashed #fff;
}
.nav_list>li:last-child>p{
  border-bottom:0;
}
.nav_list>li>p:hover{
  color:#ffffff;
} */
#banner{
  margin-top: 80px;
}
#sec_banner{
  width: 100%;
  /* max-width: 1920px; */
  margin: 0 auto;
  height: 620px;
}
.foot_nav_con ul .tip_sao{
  margin-top: -25px;
  font-size: 12px;
  margin-left: 6px;
}

/* ------------------------尾部样式------------------------ */
#load_footer{
  width: 100%;
  /* min-width: 1200px; */
}
/* 底部留言板 */
.foot_ly{
  width: 100%;
  padding-top: 30px;
  padding-bottom: 40px;
  border-top:1px solid #cbcbcb;
}
.foot_ly_border{
  width: 990px;
  margin:  0 auto;
}
.foot_ly_border p{
  font-size: 20px;
  margin-bottom: 20px;
}
.foot_ly .foot_ly_border .input_t{
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.foot_ly .foot_ly_border .input_t>input{
  width: calc(33% - 30px);
  font-size: 20px;
  
}
.foot_ly .foot_ly_border .input_t .tel{ 
  height: 50px;
  background: #f6f6f6;
  padding: 0 12px;
}
.foot_ly .foot_ly_border .input_t .email {
  height: 50px;
  background: #f6f6f6;
  padding: 0 12px;
}
.foot_ly .foot_ly_border .input_t .txt {
  height: 50px;
  background: #f6f6f6;
  padding: 0 12px;
}
.foot_ly .foot_ly_border .input_b{
  width: 98%;
  margin-bottom: 20px;
}
.foot_ly .foot_ly_border .input_b .text{
  width:100%;
  height: 136px;
  background: #f6f6f6;
  padding: 17px 11px;
  font-size: 20px;
  font-family: '微软雅黑';
}
.foot_ly .foot_ly_border .btn{
  width:100%;
  height: 50px;
  background: #4d80df;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
}
.foot_ly .foot_ly_border .btn:hover{
  background: #1c5cd2;
}


/* 底部导航 */
.wap_foot,.wap_foot_nav{
  display: none;
}
.foot_nav{
  /* width: 100%; */
  /* height: 400px; */
  background: #F3F3F3;
  /* border-top:1px solid #cbcbcb; */
}
.foot_nav .foot_nav_border{
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cbcbcb;
  padding-bottom: 40px;
  padding-top: 50px;
}
.foot_nav_con{
  display: flex;
}
.foot_nav_con ul{
  /* border-right: 1px solid #e9e9e9; */
  padding-right: 80px;
}
.foot_nav_con ul:last-child{
  border-right: 0;
  padding-right:0px;
}

.foot_nav_con ul li{
  font-size: 14px;
  color: #666666;
  margin-top: 10px;
  /* text-align: center; */
  cursor: pointer;
}
.foot_nav_con ul li a{
  font-size: 14px;
  color: #666666;
  margin-top: 10px;
  /* text-align: center; */
  cursor: pointer;
}
.foot_nav_con ul li:hover{
  color: #1790FF ;
}
.foot_nav_con ul li:nth-child(1){
  font-size: 16px;
  color:#2e2e2e;
  margin-bottom: 40px;
  /* padding:  0 23px; */
}

.foot_weichet{
  width: 220px;
  color:#2e2e2e;
  padding-left: 40px;
  border-left: 1px solid #cbcbcb;
  box-sizing: border-box;
  padding-top: 8px;
}
.foot_nav_border .foot_weichet>p{
font-size: 16px;
}
.foot_nav_border .foot_weichet>span{
  display:block;
  font-size: 24px;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 25px;
}
.foot_nav_border .foot_weichet>.foot_wechet{
  width: 100px;
  height: 100px;
}

.foot_center{
  width: 100%;
  background-color: #f5f5f5;
  text-align: center;
  line-height: 70px;
  color: #2e2e2e;
  font-size: 16px;
}
.foot_end{
  width: 100%;
  background-color: #4d80df;
  border-top: 1px solid #cbcbcb;
  text-align: center;
  line-height: 20px;
  color: #ffffff;
  font-size: 12px;
  padding: 50px 0;
}


/*首页footer新加样式 */
.foot_bg{
  background-color: #F3F3F3;
}
.foot_margin0{
  width: 1200px;
  margin: 0 auto;
}
.foot_nav_con ul li.foot_nav_index{
  /* padding:  0 36px; */
}
.foot_nav .foot_border0{
  border-bottom: 0;
  margin: 0 auto;
}
.foot_bottom{
  background-color: #fafafa;
  height: 300px;
  border-top: 1px solid #cbcbcb;
}
.foot_bottom_cont{
  width: 1120px;
  margin: 40px auto 0;
  display: flex;
  justify-content: space-evenly;
}
.foot_bottom .foot_bottom_r .foot_logo{
  width: 133px;
  height: 77px;
  margin-bottom: 35px;
}
.foot_bottom .foot_bottom_r .foot_weixin{
  width: 119px;
  height: 119px;
}
.foot_bottom_l h3{
  color: #2e2e2e;
  font-size: 28px;
  font-weight: normal;
  margin-bottom: 20px;
}
.foot_bottom_l  .foot_bottom_list{
  display: flex;
  padding-bottom: 30px;
  border-bottom: 1px solid #cbcbcb;
}
.foot_bottom_l  .foot_bottom_list .foot_list {
  display: flex;
  align-items: center;
  padding-right: 65px;
  padding-left: 65px; 
  border-right: 1px solid #cbcbcb;
}
.foot_bottom_l  .foot_bottom_list .foot_list:first-child{
  padding-left:0;
}
.foot_bottom_l  .foot_bottom_list .foot_list:last-child{
  border-right:0;
}
.foot_bottom_l  .foot_bottom_list .foot_list i{
  display: block;
  width: 52px;
  height: 54px;
  margin-right: 10px;
}
.foot_bottom_l  .foot_bottom_list .foot_list:nth-child(1) i{  
  background: url(../images/footer_icon.png) no-repeat ;
}
.foot_bottom_l  .foot_bottom_list .foot_list:nth-child(2) i{
  background: url(../images/footer_icon.png) no-repeat -70px 0;
}
.foot_bottom_l  .foot_bottom_list .foot_list:nth-child(3) i{
  background: url(../images/footer_icon.png) no-repeat -140px 0;
}
.foot_bottom_l  .foot_bottom_list .foot_list .foot_list_c p:first-child{
  font-size: 16px;
  margin-bottom: 5px;
}
.foot_bottom_l  .foot_bottom_list .foot_list .foot_list_c p:last-child{
  font-size: 22px;
  font-weight: bold;
}
.foot_bottom_l .foot_address{
  padding-top: 30px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 30px;
}