@charset "UTF-8";

/* 重设样式 */

*{margin:0;padding:0;list-style:none;border:none;outline:none;}

body{font:12px/1.5 "微软雅黑","Microsoft YaHei","Helvetica Neue",Helvetica,Arial,sans-serif;font-style: normal;font-variant:normal;position: relative;}

/* 内外边距通常让各个浏览器样式的表现位置不同 */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {

    margin: 0;

    padding: 0;

}
input, select, textarea {font-size: 100%;}

/* 去掉各 Table  cell 的边距并让其边重合 */

table {border-collapse: collapse;border-spacing: 0;}

/* 去除默认边框 */

fieldset, img {border: 0;}

/* 去掉 firefox 下此元素的边框 */

abbr, acronym {border: 0;font-variant: normal;}

/* 一致的 del 样式 */

del {text-decoration: line-through;}

address, caption, cite, code, dfn, em, th, var,i {font-size:100%;font-style: normal;font-weight: normal;}

/* 去掉列表前的标识, li 会继承 */

ol, ul,li {list-style: none;}

/* 对齐是排版最重要的因素, 别让什么都居中 */

caption, th {text-align: left;}

/* 来自 yahoo, 让标题都自定义, 适应多个系统应用 */

h1, h2, h3, h4, h5, h6 {font-size: 100%;font-weight: normal;}

q:before, q:after {content: '';}

/* 正常链接 未访问 */

/* 鼠标悬停 */

a:hover {text-decoration:none;}

/* 默认不显示下划线，保持页面简洁 */

ins, a {text-decoration: none;color:#000000;

    -moz-transition:all .3s ease-in;

    -webkit-transition:all .3s ease-in;

    -o-transition:all .3s ease-in;

    -ms-transition:all .3s ease-in;

    transition:all .3s ease-in;}
.fl_container{
  width: 100%;
  height: auto;
  position: relative;
}
.header{width:100%;height:45px;background:#fff;position:relative}
.ha_index{width:25px;height:20px;position:absolute;top:13px;left:.5rem}
.ha_index img{width:100%;height:100%}
.he_dao{width:25px;height:20px;position:absolute;right:9px;top:13px;}
.he_dao img{width:100%;height:100%}
.he_logo{width:100px;position:absolute;left:0;right:0;margin:auto;top:10px;font-size:.45rem;text-align:center}
.he_logo img{width:100%;height:100%}
#a_box a,#b_box a{
  display: block;
  width: 100%;
  height: 100%;
}
.fl_mfs_banner{
  width: 100%;
  height: 700px;
  background: url('../images/01.jpg') no-repeat;
  background-size: 100% 100%;
  background-position-x: center;
  margin-top: -1px;
}
.fl_mfs_baoming{
  width: 100%;
  height: 712px;
  background: url('../images/02.jpg') no-repeat;
  background-size: 100% 100%;
  background-position-x: center;
  margin-top: -1px;
  padding-top: 153px;
  box-sizing: border-box;
}
#fl_mfs_baoming{
  width: 100%;
  height: 745px;
  background: url('../images/09.jpg') no-repeat;
  background-size: 100% 100%;
  background-position-x: center;
  margin-top: -1px;
  padding-top: 186px;
  box-sizing: border-box;
}
.fl_mfs_baoming_center{
  width: 1075px;
  height: 436px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.fl_mfs_baoming_left{
  width: 514px;
  height: 100%;
  position: relative;
}
.fl_mfs_baoming_left em{
  font-size: 24px;
  color: #707070;
  position: absolute;
  top: 113px;
  right: 46px;
}
.fl_mfs_baoming_left input{
  width: 100%;
  height: 72px;
  background-color: #efefef;
  border-radius: 6px;
  margin-bottom: 10px;
  display: block;
  padding-left: 36px;
  box-sizing: border-box;
  font-size: 20px;
  color: #707070;
}
.fl_mfs_baoming_left_a,.fl_mfs_baoming_left_a img{
  width: 100%;
  height: 76px;
}
.fl_mfs_baoming_bt,.fl_mfs_baoming_bt img{
  width: 100%;
  height: 76px;
  cursor: pointer;
}
.fl_mfs_baoming_right{
  width: 480px;
  height: 100%;
  padding-top: 9px;
  box-sizing: border-box;
}
.fl_mfs_baoming_right h1{
  width: 100%;
  height: 46px;
  line-height: 46px;
  text-align: center;
  font-size: 23px;
  color: #6f6f6f;
  letter-spacing: 2px;
}
.fl_mfs_baoming_right_list{
  width: 100%;
  height: 328px;
  border-top: 1px solid #6f6f6f;
  border-bottom: 1px solid #6f6f6f;
  padding-top: 16px;
  box-sizing: border-box;
}
.fl_mfs_baoming_right_list_a{
  width: 453px;
  height: 296px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.fl_mfs_baoming_right_list_a ul{
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
}
.fl_mfs_baoming_right_list_a ul li{
  width: 100%;
  height: 18px;
  line-height: 18px;
  font-size: 18px;
  color: #666666;
  display: flex;
  justify-content: space-between;
  margin-bottom: 23px;
}
.fl_mfs_baoming_right p{
  width: 100%;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 16px;
  color: #df1916;
  margin-top: 10px;
}
.fl_mfs_banner2{
  width: 100%;
  height: 680px;
  background: url('../images/03.jpg') no-repeat;
  background-size: 100% 100%;
  background-position-x: center;
  margin-top: -1px;
  padding-top: 390px;
  box-sizing: border-box;
}
.fl_mfs_banner2_center{
  width: 1130px;
  height: 93px;
  margin: 0 auto;
}
.fl_mfs_banner2_bt,.fl_mfs_banner2_bt a,.fl_mfs_banner2_bt a img{
  width: 298px;
  height: 93px;
  display: block;
}
.fl_mfs_banner3{
  width: 100%;
  height: 757px;
  background: url('../images/04.jpg') no-repeat;
  background-size: 100% 100%;
  background-position-x: center;
  margin-top: -1px;
  padding-top: 215px;
  box-sizing: border-box;
}
.fl_mfs_banner3_center{
  width: 1165px;
  height: 471px;
  margin: 0 auto;
  position: relative;
}
/*轮播图开始*/
.content_lunbo{
  width: 691px;
  height: 442px;
  margin-left: 0 !important;
}
.content_lunbo>ul{
  width: auto;
  height: 100%;
}
.content_lunbo>ul li{
  width: 691px !important;
  height: 100%;
}
.content_lunbo>ul li img{
  width: 691px;
  height: 100%;
}
/*轮播图结束*/
.fl_mfs_banner3_center ol{
  width: 52px;
  height: 10px;
  position: absolute;
  bottom: 10px;left: 639px;
  display: flex;
  justify-content: space-between;
}
.fl_mfs_banner3_center ol li{
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #85349b;
  box-sizing: border-box;
  cursor: pointer;
}
.fl_mfs_banner3_center ol li.active{
  background-color: #85349b;
  border: none;
}
.fl_mfs_baoming2{
  width: 100%;
  height: 341px;
  background: url('../images/05.jpg') no-repeat;
  background-size: 100% 100%;
  background-position-x: center;
  margin-top: -1px;
  padding-top: 94px;
  box-sizing: border-box;
}
.fl_mfs_baoming2_center{
  width: 1174px;
  height: 146px;
  margin: 0 auto;
  padding-left: 246px;
  box-sizing: border-box;
}
.fl_mfs_baoming2_left{
  width: 873px;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.fl_mfs_baoming2_left input{
  height: 72px;
  background-color: #efefef;
  color: #707070;
  font-size: 20px;
  padding-left: 30px;
  box-sizing: border-box;
  display: block;
  margin-top: 35px;
  border-radius: 6px;
}
.fl_mfs_baoming2_bt,.fl_mfs_baoming2_bt img{
  width: 141px;
  height: 100%;
  cursor: pointer;
}
.fl_mfs_banner4{
  width: 100%;
  height: 792px;
  background: url('../images/06.jpg') no-repeat;
  background-size: 100% 100%;
  background-position-x: center;
  margin-top: -1px;
  padding-top: 241px;
  box-sizing: border-box;
}
.fl_mfs_banner4_center{
  width: 1142px;
  height: 446px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.fl_mfs_banner4_center ul{
  width: auto;
  height: 343px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 0;
}
.fl_mfs_banner4_center ul li{
  width: 311px;
  height: 343px;
  margin-right: 10px;
}
.fl_mfs_banner4_bottom{
  width: 696px;
  height: 61px;
  margin: 0 auto;
  margin-top: 362px;
  display: flex;
  justify-content: space-between;
}
.fl_mfs_banner4_bottom a,.fl_mfs_banner4_bottom a img{
  width: 328px;
  height: 61px;
  display: block;
}
.fl_mfs_banner5{
  width: 100%;
  height: 756px;
  background: url('../images/07.jpg') no-repeat;
  background-size: 100% 100%;
  background-position-x: center;
  margin-top: -1px;
  padding-top: 560px;
  box-sizing: border-box;
}
.fl_mfs_banner5_center{
  width: 696px;
  height: 61px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.fl_mfs_banner5_center a,.fl_mfs_banner5_center a img{
  width: 328px;
  height: 61px;
  display: block;
}
.fl_mfs_banner6{
  width: 100%;
  height: 517px;
  background: url('../images/08.jpg') no-repeat;
  background-size: 100% 100%;
  background-position-x: center;
  margin-top: -1px;
}








.zhezhao{
  position:fixed; z-index:99; top:0px; left:0px; background: #000;opacity:0.5; width: 100%; height: 100%;display: none;
}
.tanchuang{
  width: 576px;
  height: 506px;
  border-radius: 30px;
  position: fixed;
  top: 50%;left: 50%;
  margin-top: -253px;
  margin-left: -288px;
  z-index: 99;
  background-color: #fff;
  display: none;
}
.tanchuang_off{
  width: 34px;
  height: 34px;
  border-radius: 50%;
  position: absolute;
  top: -34px;right: -44px;
  cursor: pointer;
}
.tanchuang_off img{
  width: 100%;
  height: 100%;
}
.tanchuang h1{
  width: 100%;
  height: 132px;
  line-height: 132px;
  font-size: 46px;
  text-align: center;
  margin-top: 16px;
}
.tanchuang_a,.tanchuang_b,.tanchuang_bt{
  width: 488px;
  height: 88px;
  line-height: 88px;
  margin: 0 auto;
  margin-bottom: 20px;
  border-radius: 11px;
}
.tanchuang input{
  width: 100%;
  height: 100%;
  display: block;
  background-color: #ececec;
  color: #8e8e8e;
  font-size: 20px;
  border-radius: 11px;
  padding-left: 22px;
  box-sizing: border-box;
}
.tanchuang_bt{
  font-size: 30px;
  text-align: center;
  color: white;
  background-color: #d7a51c;
}
input::-webkit-input-placeholder {
  font-size: 20px !important;
}
.center input{
  text-indent: 0 !important;
}
/* .footer{margin: 2428px 0 0 0 !important;} */
.footer .footer_bottom{margin: 0 0 50px 0 !important;}
/* .footer{z-index: -1;} */
.bottom_box{
  width: 100%;
  height: 60px;
  background-color: #f3efe3;
}