@charset "utf-8";
/* CSS Document */
        	.C_title {
  font-size: 36px;
  font-weight: bold;
  color: #333333;
  line-height: 36px;
}

.C_title i {
  color: #4054B3;
}


.D_title {
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  line-height: 16px;
  margin-top: 10px;
}

.module_xz {
  width: 100%;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 70px 0;
}

.module_xz ul {
  display: flex;
  width: 1168px;
  margin: 0 auto;
  justify-content: space-between;
  margin-top: 50px;
}

.module_xz ul li {
  width: 380px;
  height: 510px;
  background: white;
  border: 2px solid #eeeeee;
  box-sizing: border-box;
  position: relative;
}

.module_xz ul li .top1 {
  width: 100%;
  height: 120px;
  background: url("images/img01.png") no-repeat center;
  background-size: 100% 100%;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: white;
  text-align: center;
  line-height: 120px;
  box-sizing: border-box;
  transition: all .6s;
}

.module_xz ul li p {
  padding-left: 25px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  margin-top: 22px;
}

.module_xz ul li p span {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
  margin-left: 16px;
  width: 300px;
}

.module_xz ul li p.a {
  margin-top: 43px;
}

.module_xz ul li i {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ee1800;
  line-height: 22px;
  margin-left: 33px;
  margin-top: 35px;
  display: block;
}

.module_xz ul li .button {
  width: 180px;
  height: 40px;
  border: 1px solid #4054B3;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
  color: #4054B3;
  line-height: 40px;
  text-align: center;
  position: absolute;
  bottom: 45px;
  left: 50%;
  margin-left: -90px;
  transition: all .3s;
}

.module_xz ul li:nth-child(2) .top1 {
  background: url("images/img02.png") no-repeat center;
  background-size: 100% 100%;
}

.module_xz ul li:nth-child(3) .top1 {
  background: url("images/img03.png") no-repeat center;
  background-size: 100% 100%;
}

.module_xz ul li:hover {
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.07);
}

.module_xz ul li:hover .button {
  background: #4054B3;
  color: #fff;
  cursor: pointer;
}

.module_xz .module_8_button {
  width: 308px;
  height: 70px;
  background: #4054b3;
  border: 2px solid #4054b3;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  color: white;
  margin-top: 50px;
  cursor: pointer;
  transition: all .3s;
}

.module_xz .module_8_button .bg_button {
  width: 33px;
  height: 33px;
  background: url(" ") no-repeat center;
  background-size: 100% 100%;
  margin-left: 19px;
}

.module_xz .module_8_button:hover {
  background: #fff;
  color: #4054b3;
}

.module_xz .module_8_button:hover .bg_button {
  background: url("images/2.png") no-repeat center;
  background-size: 100% 100%;
}
            .xz_cpty{
                display: flex;
                align-items: center;
                position: relative;
                height: 100%;
                
                padding: 0 15px;
                border-bottom: 1px solid transparent;
                box-sizing: content-box;
            }
            .xz_city{
                font-size:12px;
                font-weight:400;
                color:rgba(255,105,0,1);
                margin-left: 4px;
                font-family :微软雅黑;

                
            }
            .xz_cpty:hover{
                background: #fff;
                border-bottom: 1px solid #fff;
                box-sizing: content-box;
            }
            .xz_cpty:hover .xz_ul {
                display: block;
                box-shadow:0px 15px 15px 1px rgba(4,0,0,0.16);

            }
            .xz_ul{
                width:324px;
                height:93px;
                background:rgba(255,255,255,1);
                border:1px solid rgba(224, 224, 224, 1);
                border-top: 1px solid transparent;
                box-shadow:0px 2px 15px 1px rgba(4,0,0,0.16);
                position: absolute;
                top: 33px;
                left: 0;
                z-index: 9999;
                padding-left: 20px;
                box-sizing:border-box;
                display: none;
                transition: all .4;
            }
            .xz_ul>p{
                font-size:12px;
                font-weight:400;
                color:rgba(158,158,158,1);
                line-height:12px;
                margin-top: 10px;
                font-family :微软雅黑;
            }
            .xz_ctiy_ul{
               width: 100%;
               display: flex;
               flex-wrap: wrap;
               padding-right: 35px;
             box-sizing:border-box;
                
            }
            .xz_ctiy_ul>li{
           
                margin-top: 15px;
                margin-right: 27px;
                line-height: 12px;
                cursor: pointer;
            }
         
            .xz_ctiy_ul>li:nth-child(5){
                margin-right: 0;
            }
            .xz_ctiy_ul>li>a{
                font-size:12px;
                font-weight:400;
                color:rgba(66,66,66,1);
                font-family :微软雅黑;
            }
            .xz_ctiy_ul>li>a:hover{
                color: #FF6900;
             
            }


