@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;
    /* font-family: "SourceHanSansCN-Bold", "SourceHanSansCN"; */
    /* font-family: 'Noto Sans SC','STHeiti Light','Source Han Sans CN','SimHei', "Times New Roman",Georgia,Serif,SimHei; */
}
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_yysj_banner{
  width: 100%;
  height: 816px;
  background: url('../images/yysj_01.png') no-repeat;
  background-size: auto 100%;
  background-position-x: center;
  margin-top: -1px;
}
.fl_hp_baoming2{
  width: 100%;
  height: 710px;
  background: url('../images/yysj_02.png') no-repeat;
  background-size: auto 100%;
  background-position-x: center;
  margin-top: -1px;
  padding-top: 140px;
  box-sizing: border-box;
}
.fl_hp_baoming2 h3{
  width: 100%;
  height: 46px;
  line-height: 46px;
  text-align: center;
  font-weight: bold;
  color: #3B4F6E;
  margin-bottom: 43px;
  font-size: 46px;
}
.fl_hp_baoming2_center{
  width: 1200px;
  height: auto;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 0 86px 0 46px;
  box-sizing: border-box;
}
.fl_hp_baoming2_center ul{
  width: 572px;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 42px;
  box-sizing: border-box;
}
.fl_hp_baoming2_center ul li{
  width: 276px;
  line-height: 32px;
  font-size: 19px;
  color: white;
  margin-bottom: 66px;
  padding-left: 131px;
  box-sizing: border-box;
}
.fl_hp_baoming2_center ul li span{
  font-size: 25px;
}
.fl_hp_baoming2_center ul li:nth-child(3),.fl_hp_baoming2_center ul li:nth-child(4){
  margin-bottom: 0;
}
.fl_hp_baoming2_right{
  width: 384px;
  height: auto;
  position: relative;
}
.fl_hp_baoming2_right p{
  width: 100%;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 20px;
  color: #666;
  margin-bottom: 24px;
}
.fl_hp_baoming2_right p span{
  color: #F27D00;
}
.fl_hp_baoming2_right em{
  position: absolute;
  top: 60px;right: 30px;
  font-size: 18px;
  color: #989898;
}
.fl_hp_baoming2_right input{
  width: 100%;
  height: 60px;
  background-color: #F5F5F5;
  color: #989898;
  font-size: 16px;
  margin-bottom: 10px;
  border-radius: 16px;
  display: block;
  padding-left: 30px;
  box-sizing: border-box;
}
.fl_hp_baoming2_bt,.fl_hp_baoming2_bt img{
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 23px;
  color: white;
  font-weight: 500;
  border-radius: 16px;
  cursor: pointer;
  background-color: #F27D00;
}
.fl_yysj_banner2{
  width: 100%;
  height: 613px;
  background: url('../images/yysj_03.png') no-repeat;
  background-size: auto 100%;
  background-position-x: center;
  margin-top: -1px;
}
.fl_yysj_banner3{
  width: 100%;
  height: 400px;
  background: url('../images/yysj_04.png') no-repeat;
  background-size: auto 100%;
  background-position-x: center;
  margin-top: -1px;
  padding-top: 92px;
  box-sizing: border-box;
}
.fl_yysj_banner3_center{
  width: 1200px;
  height: auto;
  margin: 0 auto;
  position: relative;
}
.fl_yysj_banner3_center span{
  display: block;
  height: 44px;
  line-height: 44px;
  font-size: 44px;
  color: #76420A;
  margin-bottom: 20px;
  font-weight: 500;
  padding-left: 53px;
  box-sizing: border-box;
}
.fl_yysj_banner3_center p{
  display: inline-block;
  height: 45px;
  line-height: 45px;
  font-size: 45px;
  color: #76420A;
  font-weight: 500;
  margin: 0 80px 49px 0;
  padding-left: 30px;
  box-sizing: border-box;
}
.fl_yysj_banner3_center ul{
  display: flex;
  position: absolute;
  top: 81px;left: 371px;
}
.fl_yysj_banner3_center ul li{
  padding: 0 11px;
  font-size: 22px;
  line-height: 22px;
  color: white;
  border-right: 2px solid #fff;
}
.fl_yysj_banner3_center ul li:last-of-type{
  border: none;
}
.fl_yysj_banner3_bt{
  width: 281px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  font-size: 28px;
  color: white;
  background-color: #F27D00;
  border-radius: 10px;
  cursor: pointer;
  margin-left: 30px;
}
.fl_yysj_banner4{
  width: 100%;
  height: 1569px;
  background: url('../images/yysj_05.png') no-repeat;
  background-size: auto 100%;
  background-position-x: center;
  margin-top: -1px;
  padding-top: 75px;
  box-sizing: border-box;
}
#fl_yysj_banner4{
  width: 100%;
  height: 1463px;
  background: url('../images/yysj_06.png') no-repeat;
  background-size: auto 100%;
  background-position-x: center;
  margin-top: -1px;
  padding-top: 97px;
  box-sizing: border-box;
}
.fl_yysj_banner4 h3,.fl_yysj_banner5 h3{
  width: 100%;
  height: 44px;
  line-height: 44px;
  font-size: 44px;
  text-align: center;
  color: #465B7A;
  font-weight: bold;
  margin-bottom: 14px;
}
.fl_yysj_banner4 p{
  width: 100%;
  height: 27px;
  line-height: 27px;
  font-size: 27px;
  text-align: center;
  color: #848484;
  margin-bottom: 216px;
}
.fl_yysj_banner4 p em{
  color: #F27D00;
}
.fl_yysj_banner4 ul{
  width: 1200px;
  height: 888px;
  margin: 0 auto;
  position: relative;
}
.fl_yysj_banner4 ul li{
  position: absolute;
  top: 0;left: 16px;
  line-height: 34px;
  font-size: 24px;
  color: #3B506E;
}
.fl_yysj_banner4 ul li span{
  display: block;
  font-size: 31px;
  color: #3B506E;
  margin-bottom: 30px;
  font-weight: bold;
  margin-left: 83px;
}
.fl_yysj_banner4 ul li:last-of-type{
  top: 646px;left: 721px;
}
.fl_yysj_banner4 ul li:last-of-type span{
  margin-left: 234px;
}
.fl_yysj_banner4_bt{
  width: 514px;
  height: 96px;
  margin: 314px auto 0 auto;
}
.fl_yysj_banner4_bt img{
  width: 514px;
  height: 96px;
  display: block;
  cursor: pointer;
}
.fl_yysj_banner5{
  width: 100%;
  height: 842px;
  background: url('../images/yysj_07.png') no-repeat;
  background-size: auto 100%;
  background-position-x: center;
  margin-top: -1px;
  padding-top: 68px;
  box-sizing: border-box;
}
.fl_yysj_banner5 h3{
  font-size: 43px;
  font-weight: 500;
  color: #3B4F6E;
  margin-bottom: 47px;
}
/*轮播图开始*/
.content_lunbo{
  width: 1202px;
  height: 592px;
  margin: 0 auto;
}
.content_lunbo>ul{
  width: auto;
  height: 100%;
}
.content_lunbo>ul li{
  width: 1202px !important;
  height: 100%;
}
.content_lunbo>ul li img{
  width: 1202px;
  height: 100%;
}
/*轮播图结束*/











input::-webkit-input-placeholder {
  color: #989898;
  font-size: 16px !important;
}