@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;
}
.fl_hp_banner{
  width: 100%;
  height: 854px;
  background: url('../images/1.png') no-repeat;
  background-size: auto 100%;
  background-position-x: center;
  margin-top: -1px;
}
.fl_hp_baoming{
  width: 100%;
  height: 472px;
  background: url('../images/2.png') no-repeat;
  background-size: auto 100%;
  background-position-x: center;
  margin-top: -1px;
  padding-top: 103px;
  box-sizing: border-box;
}
.fl_hp_baoming_center{
  width: 1075px;
  height: auto;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.fl_hp_baoming_left{
  width: 384px;
  height: auto;
}
.fl_hp_baoming_left h3,.fl_hp_baoming_right h3{
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-weight: bold;
  color: #b83c00;
  margin-bottom: 22px;
  font-size: 30px;
}
.fl_hp_baoming_left input{
  width: 100%;
  height: 60px;
  display: block;
  padding-left: 30px;
  box-sizing: border-box;
  font-size: 16px;
  color: #989898;
  border-radius: 16px;
  background-color: #f1f1f1;
  margin-bottom: 10px;
}
.fl_hp_baoming_bt{
  width: 137px;
  height: 138px;
  margin-top: 66px;
}
.fl_hp_baoming_bt img{
  width: 137px;
  height: 138px;
  display: block;
  cursor: pointer;
}
.fl_hp_baoming_right{
  width: 402px;
  height: auto;
}
.fl_hp_baoming_right a,.fl_hp_baoming_right a img{
  width: 325px;
  height: 60px;
  display: block;
}
.fl_hp_banner2{
  width: 100%;
  height: 860px;
  background: url('../images/3.png') no-repeat;
  background-size: auto 100%;
  background-position-x: center;
  margin-top: -1px;
  padding-top: 21px;
  box-sizing: border-box;
}
.fl_hp_banner2_center{
  width: 1200px;
  height: auto;
  margin: 0 auto;
}
.fl_hp_banner2_center h3{
  width: 100%;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-weight: bold;
  color: #b93d00;
  margin-bottom: 32px;
  font-size: 45px;
}
.fl_hp_banner2_center ol{
  width: 1145px;
  height: 54px;
  margin: 0 auto 57px auto;
  display: flex;
  justify-content: space-between;
}
.fl_hp_banner2_center ol li{
  width: 271px;
  height: 100%;
  line-height: 54px;
  text-align: center;
  font-size: 24px;
  color: #5f3d00;
  border-radius: 50px;
  letter-spacing: 1px;
  border: 1px solid #5f3d00;
  cursor: pointer;
}
.fl_hp_banner2_center ol li.active{
  color: white;
  border: none;
  background-color: #ffa600;
}
/*轮播图开始*/
.content_lunbo{
  width: 1160px;
  height: 554px;
  margin: 0 auto;
}
.content_lunbo>ul{
  width: auto;
  height: 100%;
}
.content_lunbo>ul li{
  width: 1160px !important;
  height: 100%;
}
.content_lunbo>ul li img{
  width: 1160px;
  height: 100%;
}
/*轮播图结束*/
.fl_hp_banner3{
  width: 100%;
  height: 278px;
  background: url('../images/4.png') no-repeat;
  background-size: auto 100%;
  background-position-x: center;
  margin-top: -1px;
  padding-top: 89px;
  box-sizing: border-box;
}
.fl_hp_banner3 h3{
  width: 100%;
  height: 47px;
  line-height: 47px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  margin-bottom: 34px;
  font-size: 47px;
}
.fl_hp_banner3 p{
  width: 100%;
  height: 28px;
  line-height: 28px;
  text-align: center;
  color: #fff;
  font-size: 28px;
  letter-spacing: 5px;
}
.fl_hp_banner4{
  width: 100%;
  height: 1002px;
  background: url('../images/5.png') no-repeat;
  background-size: auto 100%;
  background-position-x: center;
  margin-top: -1px;
  padding-top: 149px;
  box-sizing: border-box;
}
.fl_hp_banner4 h3,.fl_hp_banner6 h3,.fl_hp_baoming2 h3{
  width: 100%;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-weight: bold;
  color: #b73c00;
  margin-bottom: 16px;
  font-size: 44px;
}
.fl_hp_banner4 p,.fl_hp_banner6 p{
  width: 100%;
  height: 23px;
  line-height: 23px;
  text-align: center;
  color: #676767;
  font-size: 23px;
  letter-spacing: 5px;
  margin-bottom: 43px;
}
.fl_hp_banner4_center{
  width: 1160px;
  height: auto;
  margin: 0 auto;
}
.fl_hp_banner4_center ul{
  width: 1160px;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 133px;
  box-sizing: border-box;
}
.fl_hp_banner4_center ul li{
  width: 166px;
  height: auto;
  line-height: 24px;
  text-align: center;
  font-size: 21px;
  color: #5f3d00;
  margin-bottom: 182px;
}
.fl_hp_banner4_center ul li:nth-child(3),.fl_hp_banner4_center ul li:nth-child(5){
  margin-bottom: 162px;
}
.fl_hp_banner4_center ul li:nth-child(13),.fl_hp_banner4_center ul li:nth-child(14),.fl_hp_banner4_center ul li:nth-child(15),.fl_hp_banner4_center ul li:nth-child(16),.fl_hp_banner4_center ul li:nth-child(17),.fl_hp_banner4_center ul li:nth-child(18){
  margin-bottom: 0;
}
.fl_hp_banner5{
  width: 100%;
  height: 1018px;
  background: url('../images/6.png') no-repeat;
  background-size: auto 100%;
  background-position-x: center;
  margin-top: -1px;
  padding-top: 77px;
  box-sizing: border-box;
}
.fl_hp_banner5 h3,.fl_hp_banner7 h3{
  width: 100%;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-weight: bold;
  color: #2b2b2b;
  margin-bottom: 16px;
  font-size: 44px;
}
.fl_hp_banner5 p{
  width: 100%;
  height: 23px;
  line-height: 23px;
  text-align: center;
  color: #202123;
  font-size: 23px;
  letter-spacing: 5px;
  margin-bottom: 19px;
}
.fl_hp_banner5_center{
  width: 1368px;
  height: 676px;
  margin: 0 auto;
  position: relative;
}
.prev{
  width: 63px;
  height: 61px;
  position: absolute;
  top: 50%;left: 0;
  margin-top: -30px;
}
.next{
  width: 63px;
  height: 61px;
  position: absolute;
  top: 50%;right: 0;
  margin-top: -30px;
}
.prev img,.next img{
  width: 63px;
  height: 61px;
  display: block;
  cursor: pointer;
}
.content_lunbo2{
  width: 1200px;
  height: 676px;
  margin: 0 auto;
}
.content_lunbo2>ul{
  width: auto;
  height: 100%;
}
.content_lunbo2>ul li{
  width: 1200px !important;
  height: 100%;
}
.content_lunbo2>ul li img{
  width: 1200px;
  height: 100%;
}
.fl_hp_banner5_bottom{
  width: 836px;
  height: auto;
  margin: 28px auto 0 auto;
  display: flex;
  justify-content: space-between;
}
.fl_hp_banner5_bottom_bt{
  width: 384px;
  height: 60px;
  border-radius: 50px;
  line-height: 60px;
  text-align: center;
  font-size: 24px;
  color: white;
  background-color: #ff5a01;
  cursor: pointer;
}
.fl_hp_banner5_bottom a{
  width: 384px;
  height: 60px;
  border-radius: 50px;
  line-height: 60px;
  text-align: center;
  font-size: 24px;
  display: block;
  color: #b83d01;
  background-color: #ffe5c2;
}
.fl_hp_banner6{
  width: 100%;
  height: 774px;
  background: url('../images/7.png') no-repeat;
  background-size: auto 100%;
  background-position-x: center;
  margin-top: -1px;
  padding-top: 78px;
  box-sizing: border-box;
}
.fl_hp_banner6_center{
  width: 1204px;
  height: auto;
  margin: 0 auto;
}
.fl_hp_banner6_center ul{
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 24px;
  box-sizing: border-box;
}
.fl_hp_banner6_center ul li span{
  display: block;
  font-size: 26px;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
.fl_hp_banner6_center ul li{
  width: 596px;
  height: auto;
  line-height: 27px;
  font-size: 14px;
  color: #776138;
  padding-left: 261px;
  box-sizing: border-box;
  margin-bottom: 90px;
  position: relative;
}
.fl_hp_banner6_center ul li:nth-child(2) span{
  position: absolute;
  top: -10px;left: 259px;
}
.fl_hp_banner6_center ul li:nth-child(3) span{
  position: absolute;
  top: -21px;left: 259px;
}
.fl_hp_banner6_center ul li:nth-child(4) span{
  position: absolute;
  top: -20px;left: 259px;
}
.fl_hp_banner6_center ul li:nth-child(2){
  line-height: 47px;
  padding-top: 24px;
  box-sizing: border-box;
}
.fl_hp_banner6_center ul li:nth-child(3){
  margin-bottom: 0;
  line-height: 35px;
  padding-top: 14px;
  box-sizing: border-box;
}
.fl_hp_banner6_center ul li:nth-child(4){
  margin-bottom: 0;
  line-height: 23.5px;
  padding-top: 21px;
  box-sizing: border-box;
}
.fl_hp_banner7{
  width: 100%;
  height: 860px;
  background: url('../images/8.png') no-repeat;
  background-size: auto 100%;
  background-position-x: center;
  margin-top: -1px;
  padding-top: 99px;
  box-sizing: border-box;
}
.fl_hp_banner7 h3{
  margin-bottom: 274px;
}
.fl_hp_banner7 ul{
  width: 1158px;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
}
.fl_hp_banner7 ul li{
  width: 374px;
  height: auto;
  font-size: 21px;
  text-align: center;
  color: #fff;
  margin-bottom: 279px;
}
.fl_hp_banner7 ul li:nth-child(4),.fl_hp_banner7 ul li:nth-child(5),.fl_hp_banner7 ul li:nth-child(6){
  margin-bottom: 0;
}
.fl_hp_baoming2{
  width: 100%;
  height: 748px;
  background: url('../images/9.png') no-repeat;
  background-size: auto 100%;
  background-position-x: center;
  margin-top: -1px;
  padding-top: 178px;
  box-sizing: border-box;
}
.fl_hp_baoming2 h3{
  margin-bottom: 52px;
}
.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: 64px;
  box-sizing: border-box;
}
.fl_hp_baoming2_center ul li{
  width: 276px;
  line-height: 32px;
  font-size: 19px;
  color: #575757;
  margin-bottom: 51px;
  padding-left: 121px;
  box-sizing: border-box;
}
.fl_hp_baoming2_center ul li span{
  font-size: 25px;
  color: #b83d01;
}
.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 h5{
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #b83e00;
  margin-bottom: 13px;
}
.fl_hp_baoming2_right p{
  width: 100%;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 20px;
  color: #666666;
  margin-bottom: 24px;
}
.fl_hp_baoming2_right p span{
  color: #c30001;
}
.fl_hp_baoming2_right em{
  position: absolute;
  top: 104px;right: 30px;
  font-size: 18px;
  color: #a6a6a6;
}
.fl_hp_baoming2_right input{
  width: 100%;
  height: 60px;
  background-color: #fff;
  color: #a6a6a6;
  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;
  display: block;
  cursor: pointer;
}
input::-webkit-input-placeholder {
  font-size: 16px;
  color: #989898;
}