ul ,li{
    list-style: none;    
}
a{
    text-decoration: none;
}
.toubu{
    background-color: #239cd9;  
    width: 100%;
    height: 100%;
}
.daohang{
    width: 1200px;
    height: 80px;  
    /* background-color: #1c976e;   */
    position: relative;       
    margin-left: auto;
    margin-right: auto;
    
}
*{
    margin: 0px;
    padding: 0px;
    -webkit-overflow-scrolling: touch;
    outline: none;
    transition: none;
  }
  * {
    margin: 0px;
    padding: 0px;
    -webkit-overflow-scrolling: touch;
    outline: none;
    transition: 0.3s all;
  }

.daohang-1{
   padding-top: 25px;
}
/* 下拉按钮样式 */
.dropbtn {
    /* background-color: #4CAF50; */
    color: white;
    font-weight: 600;
    margin-left: 42px;
    padding: 15px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}
/* 容器 <div> - 需要定位下拉内容 */
.caidan {    
    position: relative;   
    height: 100%;
    float: left;
}
/* 下拉内容 (默认隐藏) */
.caidan-1 {
    display: none;   
    position: absolute;
    background-color: #f9f9f9;
    z-index: 999;
    margin-top: 15px;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
/* 下拉菜单的链接 */
.caidan-1 a {
    color: black;
    padding: 12px 25px ;
    /* background-color: #afb6f5; */
    text-decoration: none;
    display: block;
    z-index:999;
    
}
/* 鼠标移上去后修改下拉菜单链接颜色 */
.caidan-1 a:hover {
    background-color: #f1f1f1
}
/* 在鼠标移上去后显示下拉菜单 */
.caidan:hover .caidan-1 {
    display: block;
}
/* 当下拉内容显示后修改下拉按钮的背景颜色 */
.caidan:hover .dropbtn {
    background-color: #084aa1;    
}
    .container {
	    width: 1200px;
	}
.lunbo{
    width:100%;
    height: 530px;
    background-image: url(../images/zengzhidianxin.jpg);
}
.neirong{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    /* background-color: #f1f1f1; */
}
.where .width .where-body{
    height: 560px;
    width: 100%;
  }
  .where .width .where-body .where-box{
    width: 235px;
    height: 170px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }
  .where .width .where-body .where-box:hover .box-btn{
    display: block;
  }
  .where .width .where-body .where-box .box-img{
    transition: 0.3s all;
  }
  .where .width .where-body .where-box:hover .box-img{
    transform: scale(1.1);
    transition: 0.3s all;
  }
  .box-body{
    width: 100%;
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
  }
  .where .width .where-body .where-box .box-title{
    position: absolute;
    bottom: 0;
    width: 235px;
    height: 40px;
    background: rgba(240, 240, 240, 0.95);
    border-radius: 0px 0px 3px 3px;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 40px;
    text-align: center;
  }
  .where {
    position: relative;
    height: 680px;
    background: #FAFAFA;
    background-position: 50%;
    box-sizing: border-box;
}

  .where .width .where-body .where-box .box-btn{
    position: absolute;
    bottom: 50px;
    width: 100px;
    height: 32px;
    background: linear-gradient(316deg, #8321E4 0%, #E83233 100%);
    border-radius: 2px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 32px;
    text-align: center;
    display: none;
    transition: 0.3s all;
  }
  .where .width .where-body .where-box .box-img{
    transition: 0.3s all;
  }
  .where .width .where-body .where-box:hover .box-img{
    transform: scale(1.1);
    transition: 0.3s all;
  }
  img {
    border: none;
    width: 100%;
    height: auto;
    display: block;
  }