/* 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;
}


/* 移入放大 */
#grad:hover{-webkit-transform:scale(1.1,1.1);-moz-transform:scale(1.1,1.1);transform:scale(1.1,1.1);}
/* 移入位移 */
#grad:hover{ -webkit-transform: translate(0, -10px);-moz-transform: translate(0, -10px);transform: translate(0, -10px);}
/* 从上大小渐变 */
#grad {
    background: -webkit-linear-gradient(red, blue); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(red, blue); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(red, blue); /* Firefox 3.6 - 15 */
    background: linear-gradient(red, blue); /* 标准的语法 */
  }  
/* 从左到右渐变 */
#grad {
    background: -webkit-linear-gradient(left, red , blue); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, red, blue); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, red, blue); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, red , blue); /* 标准的语法 */
  }



.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("https://www.kaoyan365.cn/statics/images/icon/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;
}


.banner{height: 698px;background: url(../images/banner.jpg) no-repeat center;}
.m{padding-top: 40px;}
.mTit{height: 144px;background: url(../images/mtitbg.png) no-repeat center;text-align: center;font-size: 48px;color: #000;font-weight: bold;padding-top: 50px;}
.mTit span{color: #ff0000;}

/* m1 begin */
.m1{padding-bottom: 70px;}
.m1Con{display: flex;flex-wrap: wrap;justify-content: space-between;padding-top: 92px;padding-bottom: 50px;}
.m1CINr{width: 274px;height: 472px;box-shadow: 0 0 10px #ddd;border-radius: 10px;position: relative;}
.m1CINrNum{width: 78px;height: 90px;background: url(../images/m1numbg.png) no-repeat center;text-align: center;color: #fff;font-weight: bold;font-size: 48px;line-height: 80px;margin:0 auto;position: absolute;top: -55px;left: 50%;transform: translate(-50%,0);}
.m1CINrP1{text-align: center;font-size: 30px;color: #ff0000;font-weight: bold;padding-top: 45px;padding-bottom: 15px;}
.m1CINrP2{font-size: 18px;color: #000;line-height: 30px;width: 234px;margin: 0 auto;text-align: justify;padding-top: 24px;height: 164px;}
.m1CINrBtn{display: block;width: 138px;height: 36px;line-height: 36px;text-align: center;color: #fff;background: #ff0000;border-radius: 25px;margin: 0 auto;}
.m1CINrImg{width: 232px;height: 148px;margin: 0 auto;display: block;}
.m1CItemOdd .m1CINrNum{background-image: url(../images/m1numbg2.png);}
.m1CItemOdd .m1CINrP1{color: #000;}
.mBtn{display: block;margin: 0 auto;font-size: 24px;color: #fff;width: 498px;height: 60px;text-align: center;line-height: 60px;background: #ff0000;font-weight: bold;border-radius: 50px;}
.mBtnBox{margin: 0 auto;width: 498px;height: 70px;border-radius: 50px;border: 1px #ff0000 solid;}

/* m1  end  */

/* m2 begin */
.m2,.m4,.m6{background: #d40001;padding-bottom: 60px;}
.m2 .mTit,.m4 .mTit,.m6 .mTit{color: #fff;background-image: url(../images/mtitbg2.png);}
.m2 .mTit span,.m4 .mTit span,.m6 .mTit span{color: #ffea00;}
.m2Con{display: flex;flex-wrap: wrap;justify-content: space-between;}
.m2CItem{width: 392px;height: 304px;background: #fff;text-align: center;margin-top: 20px;padding-top: 10px;}
.m2CIP1{font-size: 24px;color: #ff0001;font-weight: bold;height: 70px;line-height: 70px;}
.m2CIP2{text-align: left;width: 330px;margin: 0 auto;font-size: 18px;}
.m2CIBtn{width: 140px;height: 36px;text-align: center;margin: 30px auto 0;border: 1px #ff0000 solid;color: #ff0000;display: block;font-size: 24px;border-radius: 25px;line-height: 36px;}
.m2CIco{width: 90px;height: 90px;margin: 0 auto;background: no-repeat center;}
.m2CItem:nth-child(1) .m2CIco{background-image: url(../images/m2ico1.png);}
.m2CItem:nth-child(2) .m2CIco{background-image: url(../images/m2ico2.png);}
.m2CItem:nth-child(3) .m2CIco{background-image: url(../images/m2ico3.png);}
.m2CItem:nth-child(4) .m2CIco{background-image: url(../images/m2ico4.png);}
.m2CItem:nth-child(5) .m2CIco{background-image: url(../images/m2ico5.png);}
.m2CItem:nth-child(6) .m2CIco{background-image: url(../images/m2ico6.png);}
/* m2 end   */

/* m3  being  */
.m3img{display: block;margin: 0 auto;padding-top: 40px;padding-bottom: 60px;}
.m3Bottm{background: url(../images/m3bg.jpg) no-repeat center top;height: 172px;}
.m3BLeft{color: #fff;padding-top: 40px;float: left;padding-left: 28px;}
.m3BLP1{font-size: 36px;}
.m3BLP1 span{font-size: 25px;}
.m3BLP2{font-size: 24px;color: #fff;padding-top: 6px;}
.m3BRight{float: right;text-align: center;width: 266px;margin-right: 50px;}
.m3BRBtn{font-size: 24px;color: #ff0000;width: 240px;height: 58px;line-height: 58px;text-align: center;display: block;background: #fff;border-radius: 50px;margin: 0 auto;}
.m3BRP1{font-size: 24px;color: #fff;padding-top: 40px;padding-bottom: 10px;}

/* m3  end   */

/* m4  begin */
.m4Item{width: 590px;height: 456px;background: #fff;border-radius: 10px;padding-top: 2px;}
.m4IP1{width: 298px;height: 70px;line-height: 70px;text-align: center;background: #ff0000;border-radius: 0 0 20px 20px;font-size: 30px;color: #fff;font-weight: bold;
  margin: 0 auto;}
.m4IList{height: 326px;width: 520px;background: url(../images/m4libg.jpg) repeat-y 12px top;margin-left: 34px;margin-top: 30px;}
.m4IList li{background: url(../images/m4lidian.png) no-repeat left center;padding-left: 30px;height: 56px;}
.m4ILiSpan{display: inline-block;width: 106px;height: 38px;line-height: 38px;text-align: center;border-radius: 25px;background: #ff0000;font-size: 18px;color: #fff;font-weight: bold;margin-top: 10px;}
.m4ILiP1{float: right;width: 362px;border-bottom: 1px #ddd dashed;height: 56px;line-height: 56px;}
.m4ILiP1 span{font-size: 18px;color: #ff0000;}
.m4ILiBtn{display: block;width: 70px;height: 30px;text-align: center;font-size: 18px;color: #ff0000;border-radius: 25px;float: right;border: 1px #ff0000 solid;line-height: 30px;margin-top: 14px;}
.m4Con{padding-top: 30px;display: flex;flex-wrap: wrap;justify-content: space-between;padding-bottom: 40px;}
.m4Item:nth-child(2) .m4IP1{background: #ff6600;}
.m4Item:nth-child(2) .m4ILiSpan{background: #ff6600;}
.m4Item:nth-child(2) .m4ILiP1 span{color: #ff6600;}
.m4Item:nth-child(2) .m4ILiBtn{color: #ff6600;border: 1px #ff6600 solid;}
.m4Item:nth-child(2) .m4IList{background-image: url(../images/m4libg2.jpg);}
.m4Item:nth-child(2) .m4ILiBtn{color: #ff6600;border: 1px #ff6600 solid;}
.m4Item:nth-child(2) .m4IList li{background-image: url(../images/m4lidian2.png);}
.m4 .mBtnBox{border: 1px #ffea00 solid;background: #fff;}
.m4 .mBtnBox .mBtn{background: #ffea00;color: #000;}
/* m4  end   */

/* m5  begin  */
.m5Con{height: 700px;background: url(../images/m5bg.png) no-repeat center 208px;position: relative;margin-top: 40px;}
.m5CItem{width: 330px;height: 180px;border-radius: 15px;background: #fff;box-shadow: 0 0 10px #ddd;}
.m5CIP1{font-size: 28px;color: #fff;font-weight: bold;background: #ff0000;border-radius: 15px 15px 0 0;padding-left: 74px;height: 55px;line-height: 55px;position: relative;}
.m5CIP2{font-size: 22px;color: #000;line-height: 26px;height: 86px;padding: 18px;}
.m5CIBtn{display: block;width: 120px;height: 28px;line-height: 28px;text-align: center;background: #ff0000;color: #fff;border-radius: 15px;margin: 0 auto;}
.m5CIP1 span{position: absolute;top: -15px;left: 15px;font-size: 48px;color: #ffea00;font-weight: bold;text-shadow: -4px -4px 3px #ff0000,  
  4px -4px 3px #ff0000,
 -4px  4px 3px #ff0000,
  4px  4px 3px #ff0000;}
.m5CItem:nth-child(1){position: absolute;top: 403px;left: 0;}
.m5CItem:nth-child(2){position: absolute;top: 153px;left: 70px;}
.m5CItem:nth-child(3){position: absolute;top: 0;left: 436px;}
.m5CItem:nth-child(4){position: absolute;top: 153px;left: 815px;}
.m5CItem:nth-child(5){position: absolute;top: 403px;left: 872px;}
.m5 .mBtnBox{border: 1px #fff solid;background: #ffdcdc;width: 400px;margin-top: -120px;position: relative;z-index: 999;}
.m5 .mBtnBox .mBtn{background: #d40001;color: #fff;width: 400px;}
.m5{padding-bottom: 50px;}
.m6Img{padding-top: 44px;}
/* m5  end    */

/* m6  begin */
.m6Img{padding-top: 44px;padding-bottom: 40px;}
.m6 .mBtnBox{border: 1px #ffea00 solid;background: #fff;width: 378px;}
.m6 .mBtnBox .mBtn{background: #ffea00;color: #000;width: 378px;}
/* m6 end  */

.fixLeft{position: fixed;left: 0;top: 40%;z-index: 9999;width: 150px;background: url(../images/fixbg.png) no-repeat center;height: 187px;padding-top: 4px;}
.fixLeft a{display: block;height: 50px;padding-left: 44px;margin-bottom: 14px;font-size: 20px;color: #fff;font-weight: bold;line-height: 50px;}





