/* CSS  */
* {margin:0;padding:0;outline:none;list-style:none;text-decoration:none;box-sizing: border-box;font-family: Microsoft YaHei,arial;}
body,html {color:#333;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;background: #fff;position: relative;font-size: 14px;}
body{min-width: 1200px;overflow-x: hidden;}
img{border:none;max-width: 100%;vertical-align: top; }
input, textarea ,select{border:none;background:none;cursor:pointer;font-size:14px;vertical-align:middle;color:#333;}
select {border:inherit;background: inherit; }
em, i {font-style:normal;  }
a{color: #000;text-decoration: none;}
a:focus, input, select {outline:none;}
.clearfix {*zoom:1; clear: both; }
.clearfix:after {content:"\200B"; display: block;clear: both;height: 0;  }
.inner{width: 1200px;margin: 0 auto;}
.fl{float: left;}
.fr{float: right;}
body,html,li,a:active, body,html,li,a:hover, body,html,li,a:visited{
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none;
}

/* 动画缓存公共文件  最好放最下面 */
a,*:before,*:after,.navSub{-webkit-transition:all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}


input::-webkit-input-placeholder{color: #ccc;} /* WebKit browsers */
input:-moz-placeholder{color: #ccc;} /* Mozilla Firefox 4 to 18 */
input::-moz-placeholder{color: #ccc;} /* Mozilla Firefox 19+ */
input:-ms-input-placeholder {color: #ccc;} /* Internet Explorer 10+ */
select::-ms-expand {
    display: none;
}
a:active, a:hover, a:visited{
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none;
}


.banner{background: url(../image/banner5.jpg) no-repeat top center;height: 1300px;width: 100%;padding-top: 676px;}

.part1 .or{background: url(../image/or.png) no-repeat;width: 1280px;height: 368px;margin: 20px auto 28px;display: flex;}
.part1 .or .item:first-child{width: 664px;}
.part1 .or .item.odd{flex: 1;}
.part1 .or .item h3{font-size: 30px;font-weight: bold;text-align: center;padding-top: 54px;}
.part1 .or .item .flex{display: flex;justify-content: space-between;width: 514px;height: 168px; align-content:space-between;flex-wrap: wrap;margin-left: 60px;margin-top: 50px;}
.part1 .or .item .flex li{box-shadow: 0px 0px 8px rgba(112,112,112,0.38);width: 180px;font-size: 18px;text-align: center;border-radius: 8px;overflow: hidden;}
.part1 .or .item .flex h4{width: 100%;background: #ff3f30;color: #fff;line-height: 36px; height: 36px;border-bottom: 1px solid #ffa59e;font-weight: normal;}
.part1 .or .item .flex p{padding: 8px 0;}

.part1 .or .item.odd h3{margin-top: 16px;}
.part1 .or .item.odd .flex{margin-top: 34px;}


.part2{padding: 72px 0 52px;}
.part2 .content{width: 1200px;height: 458px;position: relative;background: url(../image/man.png) no-repeat center bottom;margin: 66px auto 0;}
.part2 .content .item{width: 370px;border-radius: 10px;overflow: hidden;box-shadow: 0px 0px 27px 0px rgba(181,181,181,0.38);padding-bottom: 10px;position: absolute;}
.part2 .content .item .flex{width: 100%;height: 42px;line-height: 42px;display: flex;color: #fff;}
.part2 .content .item .flex b{font-size: 36px;width: 80px;text-align: center;background: #ff3600;}
.part2 .content .item .flex h4{font-size: 28px;padding-left: 20px;background: #fea800;flex: 1;}
.part2 .content .item p{font-size: 20px;padding: 14px 0;text-align: center;font-weight: bold;}
.part2 .content .item a{width: 120px;height: 28px;background: #FF3600;border-radius: 14px;margin: 0 auto;display: block;font-size: 18px;text-align: center;line-height: 28px;color: #fff;}

.part2 .content .item:nth-child(1){left: 136px;}
.part2 .content .item:nth-child(2){right: 136px;}
.part2 .content .item:nth-child(3){left: 52px;top: 164px;}
.part2 .content .item:nth-child(4){right: 52px;top: 164px;}
.part2 .content .item:nth-child(5){left: 0px;bottom: 0;}
.part2 .content .item:nth-child(6){right: 0px;bottom: 0;}
.part2 .button{margin-top: 44px;}
.part2 .button span{background: #ff3600;box-shadow: 0px 8px 0px 0px #FFDCDC;color: #fff;}



.part3{background: #fea800;padding: 68px 0 48px;}
.part3 .column{display: flex;justify-content: space-between;}
.part3 .column .item{width: 288px;background: #FFFFFF;border-radius: 20px;margin-top: 66px;text-align: center;}
.part3 .column .item img{margin: -12px 0 24px;}
.part3 .column .item .txt{width: 256px;background: #fe7200;color: #fff;border-radius: 20px;margin: 0 auto;margin-bottom: 8px;font-size: 16px;padding-bottom: 20px;}
.part3 .column .item .txt h5{font-size: 24px;padding: 20px 0;}
.part3 .column .item a{width: 204px;height: 48px;border: 1px solid #ff3c00;border-radius: 24px;margin: 30px auto;display: block;font-size: 18px;text-align: center;line-height: 48px;transition: 0.3s;}
.part3 .column .item a:hover{transition: 0.3s;color: #fff;background: #ff3c00;}


.part3 .column .item.even .txt{background: #ff3600;}
.part3 .column .item.even a{border: 1px solid #fe7200;}
.part3 .column .item.even a:hover{background: #fe7200;}
.part3 .column li{width: 592px;height: 64px;background: #FFFFFF;border-radius: 20px;line-height: 64px;font-size: 28px;color: #fe7200;font-weight: bold;text-align: center;margin: 22px 0 44px;}




.part4{padding: 70px 0 52px;}
.part4 h4{text-align: center;font-size: 30px;padding: 42px 0 20px;}
.part4 .inner{box-shadow: 0px 0px 13px 0px #FFDCDC;}
.part4 .inner table{width: 100%;text-align: center;border-collapse: collapse;color: #000;}
.part4 .inner th,.part4 .inner td{border: 1px solid #ffd27a;border-left: none;border-bottom: none;}
.part4 .inner th:last-child,
.part4 .inner tr td.bor-none{border-right: none;}
.part4 .inner th{height: 66px;background: #fea800;color: #fff;font-size: 24px;}
.part4 .inner td{padding: 12px 0;}
.part4 .inner td b{font-size: 24px;}
.part4 .inner td .txt{font-size: 18px;text-align: left;margin-left: 28px;line-height: 24px;padding-top: 10px;}
.part4 .inner td h5{padding-bottom: 10px;}
.part4 .inner td a{width: 142px;height: 46px;background: #FF3600;border-radius: 23px;line-height: 46px;display: block;margin: 0 auto;display: block;color: #fff;font-size: 20ox;}

.adv{width: 100%;height: 146px;background: #ff3600;}
.adv .inner{width: 1136px;height: 100%; color: #fff;display: flex;align-items: center;justify-content: space-between;font-size: 24px;position: relative;}
.adv .inner::before{content: "";position: absolute;background: url(../image/arrow.png) no-repeat;width: 96px;height: 90px;right: 308px;top: 50%;margin-top: -45px;}
.adv .left h5{font-size: 36px;padding-top: 20px;}
.adv .right a{display: block;width: 240px;height: 56px;background: #FFFFFF;border: 1px solid #FF0000;border-radius: 30px;line-height: 56px;text-align: center;color: #ff3600;font-weight: bold;margin-top: 14px;}

.part5{padding: 70px 0 30px;background: #ffefd1;}
.innerBox{display: flex;justify-content: space-between;margin-top: 36px;flex-wrap: wrap;}
.innerBox .item{width: 369px;background: #FFFFFF;box-shadow: 0px 0px 27px 0px #FFDCDC;border-radius: 10px;padding: 20px;font-size: 18px;margin-bottom: 28px;}
.innerBox .item h4{font-size: 30px;position: relative;margin-left: 24px;color: #000;margin-bottom: 16px;}
.innerBox .item h4::before{content: "";position: absolute;width: 6px;height: 22px;background: #000000;border-radius: 3px;left: -24px;bottom: 3px;}
.innerBox .item p{margin-top: 16px;height: 46px;}
.innerBox .item a{width: 171px;height: 46px;background: #FF3600;border-radius: 23px;line-height: 46px;display: block;text-align: center;color: #fff;font-size: 20px;margin: 22px auto 0;}

.part6{padding: 60px 0;}
.part6 .inner{display: flex;justify-content: space-between;margin-top: 50px;}
.part6 .item{width: 290px;background: #FFFFFF;box-shadow: 0px 0px 27px 0px #FFDCDC;border-radius: 10px;display: flex;justify-content: center;flex-wrap: wrap;padding: 20px 0;}
.part6 .item p{width: 248px;height: 48px;background: #FF3600;border-radius: 24px;line-height: 48px;text-align: center;color: #fff;font-size: 22px;margin: 20px 0;font-weight: bold;}


.button{text-align: center;cursor: pointer;}
.button span{height: 70px;background: #fff;margin: 0 auto;border-radius: 40px;line-height: 70px;text-align: center;font-weight: bold;font-size: 30px;box-shadow: 0px 12px 0px rgb(112,74,0);padding: 0 96px;display: inline-block;}


.title{height: 90px;line-height: 90px;font-size: 48px;display: flex;justify-content: center;}
.title p{display: inline-block; padding: 0 38px 0 134px;background: #fff;border-radius: 50px;font-weight: bold;position: relative;box-shadow: 0px 0px 20px rgba(207, 137, 0, .38);}
.title p::before{content: "";background: url(../image/bee.png) no-repeat;width: 133px;height: 129px;position: absolute;left: -20px;top: -36px;}
.title p span{color: #e54810;}
.title2 p::before{background-image: url(../image/bee2.png);height: 145px;}

.left-float{position: fixed;left: 0;top: 172px;}
.left-float .son{display: table;background: #FEA800;border: 3px solid #fff;box-shadow: 0px 0px 9px 0px rgba(227,17,1,0.23);border-radius:0 30px 30px 0;border-left: none;color: #fff;align-items: center;padding: 6px 18px 6px 10px;margin-bottom: 4px;transition: .3s;cursor: pointer;}
.left-float .son p{font-size: 16px;font-weight: bold;text-shadow: 0px 0px 4px rgba(0,0,0,0.23);}
.left-float .son span{padding-left:8px;margin-left: 8px;font-size: 14px;text-shadow: 0px 0px 4px rgba(0,0,0,0.23);border-left: 1px solid #fff;height: 28px;display: flex;align-items: center;}
.left-float .son:first-child{display: flex;}
.left-float .son:last-child{height: 42px;line-height: 42px;}
.left-float .son:hover{background: #fe5400;transition: .3s;}
.right-float{position: fixed;right: 22px;top: 240px;background: url(../image/bg.png) no-repeat center;width: 120px;height: 173px;}
.right-float .off{background: url(../image/off.png) no-repeat;width: 27px;height: 27px;position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);bottom: -12px;cursor: pointer;}
.right-float ul{margin-top: 56px;}
.right-float li{width: 120px;height: 28px;background: #FEA800;border: 3px solid #FFFFFF;border-radius: 14px;text-align: center;color: #fff;font-size: 14px;font-weight: bold;margin-bottom: 6px;cursor: pointer;}


.toast-loading .index-toast {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  padding: 24px 30px;
  max-width: 360px;
  min-width: 180px;
  width: max-content;
  line-height: 30px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  background: rgba(0, 0, 0, 0.65);
  border-radius: 20px;
  transform: translate(-50%, -50%);
  box-sizing: content-box;
  z-index: 10000002;
}
.toast-loading .loading {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10000001;
}
.toast-loading .loading .loading-cont {
  padding: 15px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 360px;
  min-width: 160px;
  width: max-content;
  min-height: 160px;
  text-align: center;
  background: rgba(0, 0, 0, 0.65);
  border-radius: 10px;
  box-sizing: border-box;
}
.toast-loading .loading .loading-img {
  width: 50px;
  height: 50px;
  background-image: url("../image/loading.gif");
  background-repeat: no-repeat;
  background-size: cover;
}
.toast-loading .loading .text {
  margin-top: 15px;
  line-height: 30px;
  font-size: 20px;
  color: #fff;
  
}
.toast-loading .loading-mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000001;
}
 #iconDiv1{display: none;}





 .pub_tit{font-size: 50px;color: #fff;font-weight: bold;text-align: center;}
 .pub_tit span{color: #fff;}


.m8{padding: 45px 0 55px;background: #ff3600;}
.m8_tit{}
.m8_cont{width: 1210px;height: 622px;background: url(../image/m8_cont.png) center no-repeat;margin-top: 42px;}

.m8_txt{width: 542px;margin-left: 24px;padding-top: 24px;}
.m8_txt h2{font-size: 40px;color: #590606;margin-bottom:35px;}
.m8_txt h2 span{font-size: 30px;text-transform: uppercase;font-weight: normal;margin-left: 10px;}
.m8_txt p{line-height: 32px;font-size: 20px;color: #590606;text-indent: 45px;}
.m8_txt p a{float: right;color: #ff5a00;font-weight: bold;}
.m8_txt p a:hover{color: #ff3515;transform: scale(1.1);}