@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_dzlz_banner{
  width: 100%;
  height: 743px;
  background: url('../images/pc_01.jpg') no-repeat;
  background-size: auto 100%;
  background-position-x: center;
  margin-top: -1px;
}
.fl_dzlz_baoming{
  width: 100%;
  height: 650px;
  background: url('../images/pc_02.jpg') no-repeat;
  background-size: auto 100%;
  background-position-x: center;
  margin-top: -1px;
  padding-top: 250px;
  box-sizing: border-box;
}
.fl_dzlz_baoming_center{
  width: 1200px;
  height: 333px;
  padding-right: 96px;
  padding-left: 699px;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
}
.fl_dzlz_baoming_center em{
  position: absolute;
  top: 99px;
  right: 129px;
  font-size: 22px;
  color: #7b7b7b;
}
.fl_dzlz_baoming_center input{
  width: 405px;
  height: 68px;
  margin-bottom: 13px;
  border-radius: 16px;
  color: #7b7b7b;
  background-color: #ececec;
  font-size: 18px;
  padding-left: 36px;
  box-sizing: border-box;
}
.fl_dzlz_baoming_center_bt{
  width: 405px;
  height: 68px;
  line-height: 68px;
  text-align: center;
  font-size: 28px;
  color: white;
  background-color: #199bd9;
  border-radius: 16px;
  cursor: pointer;
}
.fl_dzlz_banner2{
  width: 100%;
  height: 835px;
  background: url('../images/pc_03.jpg') no-repeat;
  background-size: auto 100%;
  background-position-x: center;
  margin-top: -1px;
  padding-top: 56px;
  box-sizing: border-box;
}
.fl_dzlz_banner2_center{
  width: 1200px;
  height: 650px;
  margin: 0 auto;
  padding-right: 46px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  position: relative;
}
/*轮播图开始*/
.content_lunbo{
  width: 922px;
  height: 556px;
  margin-left: 0 !important;
}
.content_lunbo>ul{
  width: auto;
  height: 100%;
}
.content_lunbo>ul li{
  width: 922px !important;
  height: 100%;
}
.content_lunbo>ul li img{
  width: 922px;
  height: 100%;
}
/*轮播图结束*/
.ol1{
  width: 196px;
  height: 321px;
  margin-top: 210px;
}
.ol1 li{
  width: 100%;
  height: 58px;
  line-height: 58px;
  text-align: center;
  background-color: #fff;
  font-size: 20px;
  color: #666666;
  border-radius: 50px;
  position: relative;
  margin-bottom: 65px;
  cursor: pointer;
}
.ol1 li.active{
  color: white;
  background: linear-gradient(#b1f6d5, #297851);
}
.ol2 li.active{
  background-color: #199bd7;
}
.ol1 li img{
  position: absolute;
}
.ol1 li.active img{
  display: none;
}
.ol2{
  width: 96px;
  height: 19px;
  cursor: pointer;
  position: absolute;
  top: 586px;
  left: 421px;
  display: flex;
  justify-content: space-between;
}
.ol2 li{
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background-color: #e0e0e0;
}
.fl_dzlz_banner2_bt{
  width: 836px;
  height: 76px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.fl_dzlz_banner2_bt_a,.fl_dzlz_banner2_bt_b,.fl_dzlz_banner2_bt_a img,.fl_dzlz_banner2_bt_b img{
  width: 388px;
  height: 76px;
  cursor: pointer;
}
.fl_dzlz_banner3{
  width: 100%;
  height: 880px;
  background: url('../images/pc_04.jpg') no-repeat;
  background-size: auto 100%;
  background-position-x: center;
  margin-top: -1px;
  padding-top: 686px;
  box-sizing: border-box;
}
.fl_dzlz_banner3_bt,.fl_dzlz_banner3_bt a img{
  width: 502px;
  height: 84px;
  margin: 0 auto;
}
.fl_dzlz_banner3_bt a{
  width: 502px;
  height: 84px;
  display: block;
}
.fl_dzlz_banner4{
  width: 100%;
  height: 852px;
  background: url('../images/pc_05.jpg') no-repeat;
  background-size: auto 100%;
  background-position-x: center;
  margin-top: -1px;
  padding-top: 739px;
  box-sizing: border-box;
}
.fl_dzlz_banner4_bt,.fl_dzlz_banner4_bt a img{
  width: 438px;
  height: 84px;
  margin: 0 auto;
  cursor: pointer;
}
.fl_dzlz_baoming2{
  width: 100%;
  height: 718px;
  background: url('../images/pc_06.jpg') no-repeat;
  background-size: auto 100%;
  background-position-x: center;
  margin-top: -1px;
  padding-top: 231px;
  box-sizing: border-box;
}
.fl_dzlz_baoming2_center{
  width: 1021px;
  height: 333px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.fl_dzlz_baoming2_center_left{
  width: 515px;
  height: 100%;
  position: relative;
}
.fl_dzlz_baoming2_center_left em{
  position: absolute;
  top: 106px;right: 46px;
  font-size: 20px;
  color: #686868;
}
.fl_dzlz_baoming2_center_left input{
  width: 100%;
  height: 73px;
  display: block;
  color: #686868;
  background-color: #efefef;
  padding-left: 36px;
  box-sizing: border-box;
  font-size: 18px;
  margin-bottom: 13px;
  border-radius: 16px;
}
.fl_dzlz_baoming2_center_bt{
  width: 100%;
  height: 73px;
  line-height: 73px;
  text-align: center;
  font-size: 28px;
  color: white;
  background-color: #199bd9;
  border-radius: 16px;
  cursor: pointer;
}
.fl_dzlz_baoming2_center_right{
  width: 400px;
  height: 296px;
  margin-top: 13px;
  overflow: hidden;
  position: relative;
}
.fl_dzlz_baoming2_center_right ul{
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
}
.fl_dzlz_baoming2_center_right ul li{
  width: 100%;
  height: 16px;
  line-height: 16px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 23px;
  font-size: 16px;
  color: #686868;
}
.fl_dzlz_banner2_bt a{
  width: 100%;
  height: 100%;
  display: block;
}



.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: 38px;
  text-align: center;
  margin-top: 16px;
  color: #ff4805;
}
.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: #199bd9;
  cursor: pointer;
}
input::-webkit-input-placeholder {
  font-size: 18px !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;
}