@charset "utf-8";

header {
    /* width:100%;
    background: #626262;
    height:79px; */
}

header img {
    padding:8px 0px;
}

.navbar {
    float:right;
}

.navbar a {
    float:left;
    font-size:16px;
    display: inline-block;
    line-height:79px;
    color:#fff;
    margin-left:30px;
}

.section_1 {
    width: 100%;
    height:600px;
    background: url("../images/banner.png") center no-repeat;
}

.section_2 {
    width:100%;
    height:auto;
    overflow: hidden;
    background: url("../images/s_2_bg.jpg") center no-repeat;
}

.common_title {
    margin-top:50px;
    width:100%;
    text-align: center;
}

.title_box {
    height:70px;
    display: flex;
    justify-content: center;
    align-content: center;
}

.title_box .c_title {
    font-size:40px;
    color:#000;
    font-weight: bold;
    line-height:70px;
}

.common_title .sub_title {
    width:100%;
    font-size:40px;
    color:#000;
    font-weight: bold;
    margin-top:-15px;
}

.s_2_body {
    width:999px;
    margin:50px 50px 0px 50px;
    height:528px;
    background: url("../images/s_2_img_bg.png") center no-repeat;
}

.s_2_body ul li {
    padding-left:618px;
    color:#242424;
    font-size:16px;
    height:92px;
    line-height:26px;
}

.common_btn {
    width:100%;
    text-align: center;
    padding-bottom:20px;
}

.common_btn .c_btn {
    display: inline-block;
    width:429px;
    height:113px;
    background: url("../images/common_bg_1.png") center no-repeat;
    line-height:113px;
    font-size:30px;
    color:#fff;
    margin-top:-18px;
}

.common_btn span {
    color:#000;
    font-size:16px;
    font-weight: 600;
}

.section_3 {
    width:100%;
    height:800px;
    overflow: hidden;
    background: url("../images/s_3_bg.png") center no-repeat;
}

.s_3_body {
    width:1026px;
    height:398px;
    padding-top:36px;
    margin:50px 17px 0px 17px;
    background: url("../images/s_3_img_bg.png") center no-repeat;
}

.s_3_body ul li:nth-child(odd) {
    float:left;
    width:374px;
    height:162px;
    margin-bottom:30px;
}

.s_3_body ul li:nth-child(even) {
    float:left;
    width:374px;
    height:162px;
    margin-bottom:30px;
    margin-left:250px;
}

.s_3_body ul li:nth-child(odd) h5 {
    font-size:30px;
    color:#fff;
    text-align: right;
    margin-right:45px;
    margin-top:30px;
    margin-bottom:10px;
}

.s_3_body ul li:nth-child(odd) p{
    padding-left:42px;
    padding-right:40px;
    text-align: right;
    font-size:14px;
    color:#fff;
}

.s_3_body ul li:nth-child(even) h5 {
    font-size:30px;
    color:#fff;
    text-align: left;
    margin-left:45px;
    margin-top:30px;
    margin-bottom:10px;
}

.s_3_body ul li:nth-child(even) p{
    padding-left:42px;
    padding-right:40px;
    text-align: left;
    font-size:14px;
    color:#fff;
}

.section_4 {
    width:100%;
    padding-bottom:30px;
    overflow:hidden;
}

.s_4_body {
    margin:20px 0px;
    width:100%;
    background: url("../images/s_5_bg.png") 30px top no-repeat #fff;
    height:401px;
    padding:10px 0px;
    display: flex;
    justify-content: center;
    align-content: center;
}

.s_4_body ul li {
    float:left;
    padding:10px;
    border-radius: 5px;
    box-shadow: 0px 0px 25px #a897b6;
    margin-left:35px;
    width:206px;
    height:370px;
    text-align: center;
    position: relative;
}

.s_4_body ul li h5 {
    margin-top:30px;
    color:#ff0030;
    font-size:26px;
}

.s_4_body ul li p {
    padding:15px 10px;
    color:#666666;
    font-size:18px;
}

.s_4_body ul li .line {
    width:50px;
    height:6px;
    background: #000;
    position: absolute;
    bottom:20px;
    left:40%;
}

.section_5 {
    width:100%;
    height:auto;
    padding-bottom:60px;
    overflow: hidden;
    background: url("../images/s_5_bg.jpg") center center no-repeat;
}

.s_5_body {
    margin-top:50px;
    width:100%;
    overflow: hidden;
    position: relative;
}

.s_5_body .hd {
    margin:0px 50px 50px 50px;
    overflow: hidden;
}

.s_5_body .hd ul li{
    float:left;
    width:306px;
    border:1px solid #b0adbf;
    height:58px;
    line-height:58px;
    font-size:28px;
    text-align: center;
    color:#242424;
    margin:10px;
    border-radius: 50px;
    cursor: pointer;
}

.s_5_body .hd ul li.on,.s_5_body .hd ul li:hover {
    border:1px solid #5c39ff;
    background: #5c39ff;
    color: #fff;
    transition: all 0.3s;
}


.s_5_body .bd {
    width:885px;
    height:524px;
    margin:0px 105px;
    max-height:464px;
    overflow:hidden;
    border-radius: 10px;
}

.s_5_body .bd ul li{
    width:885px;
    vertical-align:middle;
    border-radius: 10px;
}

.s_5_body .bd ul li img {
    width:auto;
    max-width:100%;
    border-radius: 10px;
}

.s_5_body a {
    z-index:1000;
    position: absolute;
    width:88px;
    height:88px;
    top:58%;
}

.s_5_body a.prev {
    left:0px;
    background: url("../images/s_5_prve.png") no-repeat;
}

.s_5_body a.next {
    right:0px;
    background: url("../images/s_5_next.png") no-repeat;
}

.section_6 {
    width:100%;
    background: #fff;
    padding-bottom:20px;
}

.s_6_body_1 {
    width:100%;
    padding:60px 0px 40px 0px;
    overflow: hidden;
}

.body_item {
    box-shadow: 0px 0px 5px #a897b6;
    width:476px;
    height:auto;
    border-radius: 13px;
    float:left;
    margin-left:50px;
    padding-bottom:40px;
}

.bg_1 {
    background: url("../images/s_6_img_bg1.png") left top no-repeat;
}

.bg_2 {
    background: url("../images/s_6_img_bg2.png") left top no-repeat;
}

.body_item h4 {
    padding-top:25px;
    padding-left:25px;
    font-size:24px;
    color:#fff;
    font-weight:bold;
}

.body_item p {
    margin-top:20px;
    padding-left:25px;
    font-size:14px;
    color:#fff;
    width:100%;
    overflow:hidden;
}

.body_item a {
    float:left;
    margin-left:25px;
    height:50px;
    line-height:50px;
    font-size:18px;
    font-weight: 600;
    color:#fff;
    padding:0px 15px;
    margin-top:20px;
    background: #ff7200;
    border-radius: 50px;
}

.body_item img {
    padding-left:25px;
    margin-top:83px;
}

.s_6_body_2 {
    margin:30px auto;
    text-align: center;
}

.section_7 {
    width:100%;
    overflow:hidden;
    height:auto;
    padding-bottom:30px;
    background: url("../images/s_8_bg.jpg") no-repeat;
}

.section_8 {
    width:100%;
    overflow:hidden;
    height:auto;
    background: url("../images/s_9_bg.jpg") no-repeat;
}

.s_8_body {
    margin:40px 50px 40px 40px;
    overflow: hidden;
}

.s_8_body ul li {
    float:left;
    width:480px;
    margin:12px;
}

.s_8_body ul li h3 {
    float:left;
    width:240px;
    font-size:20px;
    color:#05011f;
}

.s_8_body ul li p {
    float:left;
    width:190px;
    margin-top:10px;
    padding-top:10px;
    border-top:1px solid #dedede;
}

.img_bg {
    float:left;
    margin-right:10px;
    width:230px;
    height:176px;
    background: url("../images/s_9_img_bg.png") no-repeat;
}

.bg1 {
    background-position: 0px 0px;
}

.bg2 {
    background-position: -540px 0px;
}

.bg3 {
    background-position: 0px -240px;
}

.bg4 {
    background-position: -540px -240px;
}

.bg5 {
    background-position: 0px -480px;
}

.bg6 {
    background-position: -540px -480px;
}

.bg7 {
    background-position: 0px -720px;
}

.bg8 {
    background-position: -540px -720px;
}

.section_9 {
    width:100%;
    overflow:hidden;
    height:auto;
	margin-bottom:150px;
}

.s_9_body {
    width:100%;
    height:658px;
    background: url("../images/s_10_bg.jpg") -10px 8px no-repeat;
}

.s_9_body ul li{
    width:312px;
    height:120px;
    background: #fdf7ea;
    border-radius: 10px;
    float:left;
}

.s_9_body ul li p {
    margin-top:20px;
    text-align: center;
    font-size:22px;
    color:#000;
    font-weight: bold;
}

.s_9_body ul li p i {
    font-style: normal;
}

.s_9_body ul li a {
    display: inline-block;
    margin-top:10px;
    height:40px;
    line-height:40px;
    padding:0px 20px;
    margin-left:98px;
    font-size:20px;
    border-radius: 40px;
    color:#fff;
    background-image:-webkit-linear-gradient(right,#ebb031,#ff7d36);
}

/*footer {
    width:100%;
    height:116px;
    background: #353235;
    border-bottom:4px solid #100f10;
    margin-bottom:76px;
}

footer p {
    text-align: center;
    color:#fff;
    font-size:16px;
    padding-top:30px;
    line-height:30px;
}

.form_area {
    width:100%;
    height:184px;
    background: url("../images/fixd_bg.png") left bottom repeat-x;
    overflow:hidden;
    position: fixed;
    bottom: 0px;
    z-index:99999;
}*/
.footer {
  width: 100%;
  height: 129px;
  background-color: #000;
  margin-top: 150px;
  position: fixed;
  bottom: 0;
  z-index: 1001;

  /* position: relative;
  display: flex;
  justify-content: center; */
}
.footer .footermain{
  width: 1100px;
  height: 129px;
  margin:  auto;
  background-color: #000;
  position: relative;
  display: flex;
  justify-content: center;
}
.footer .endPeople {
  width: 164px;
  height: 227px;
  position: absolute;
  top: -100px;
  left:-30px
}
.ptitle{
  margin-left: -300px;
}

.footer .footerT {
  background: linear-gradient(0deg, #E4C7A2 0%, #FFFFFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 30px;
  font-family: Source Han Sans SC;
  font-weight: bold;
}

.footer .footermainT {
  width: 500px;
  margin: 0 auto;
  display: flex;

}

.footer .endTable {
  position: absolute;
  top: 10px;
  right: 0px;
}

.footer .endTable .input2 {
  width: 190px;
  height: 44px;
  background: #FFFFFF;
  border-radius: 2px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #A0A0A0;
  padding: 0 20px;
  box-sizing: border-box;
}

.footer .endTable .dosubmits {
  width: 392px;
  height: 44px;
  background: #DC1226;
  border-radius: 5px;
  font-size: 18px;
  font-family: Source Han Sans SC;
  font-weight: 500;
  color: #FFFFFF;
  margin-top: 20px;
}

.icon1 {
  width: 29px;
  height: 29px;
}

.icon2 {
  width: 19px;
  height: 28px;
}

.icon3 {
  width: 26px;
  height: 27px;
}

.icontext {
  font-size: 22px;
  font-family: Source Han Sans SC;
  font-weight: 400;
  color: #999999;
  margin-left: 10px;
}

.imgutil {
  width: 254px;
  height: 134px;
}

.img1utils {
  width: 260px;
  height: 259px;
  margin-right: 20px;
}

.btnutils {
  width: 183px;
  height: 26px;
  border: 1px solid #FFFAFA;
  border-radius: 13px;
  background-color: #000;
  font-size: 15px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  margin-right: 30px;
  margin-top: 10px;
}


.meizi {
    width:380px;
    overflow:hidden;
    height:auto;
    float:left;
}

.meizi img {
    float:left;
    margin-right:10px;
}

.meizi h3 {
    font-size:22px;
    color:#f85415;
    float:left;
    margin-top:120px;
}

.meizi p {
    float:left;
    margin-top:0px;
    font-size:16px;
    color:#fff;
}

.form_input {
    width:820px;
    overflow:hidden;
    float:left;
}

.input_class {
    margin-top:120px;
    width:230px;
    height:40px;
    padding:8px 10px 8px 34px;
    background: #fff;
    float:left;
    font-size:16px;
    color:#a0a0a0;
    margin-right:13px;
    border:none;
    border-radius: 7px;
    background: url("../images/form_icon_bg.png") no-repeat;
}

.icon1 {
    background-position: 5px center;
    background-color: #fff;
    overflow:hidden;
}

.icon2 {
    background-position: -198px center;
    background-color: #fff;
}

.icon3 {
    background-position: -402px center;
    background-color: #fff;
}

.input_btn {
    margin-top:128px;
    border:none;
    background: none;
    color:#fff;
    font-size:18px;
    font-weight:bold;
    cursor: pointer;
    margin-left:20px;
}



.tablemain {
    width: 1100px;
    background-color: #fff;
    box-shadow: 0px 1px 8px 0px rgba(135, 135, 135, 0.26);
    margin: 40px auto;
    padding: 30px 20px;
    box-sizing: border-box;
}

.tablemain .tableone {
    margin-top: 0px;
    border: 1px solid #EEEEEE;
}

.tablemain .tableone .thc {
    background-color: #fdd119;
    font-size: 22px;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #242424;
    border-right:1px solid #eee;
    height: 50px;
}

.tablemain .tableone .thc1 {
    width: 145px;
}

.tablemain .tableone .thc2 {
    width: 130px;
}

.tablemain .tableone .thc3 {
    width: 160px;
}

.tablemain .tableone .thc4 {
    width: 91px;
}

.tablemain .tableone .thc5 {
    width: 200px;
}

.tablemain .tableone .thc6 {
    width: 145px;
}

.tablemain .tableone .thc7 {
    width: 130px;
}

.tablemain .tableone .thc8 {
    width: 130px;
}

.tablemain .tableone tr {
    width: 100%;
}

.tablemain .tableone .tr1 {
    height: 179px;
}

.tablemain .tableone .tr1 .td1 {
    background: #FFFAFA;
    width: 145px;
    height: 179px;
    text-align: center;
    font-size:18px;
    color:#333333;
    border: 1px solid #EEEEEE;
    text-align: center;
}

.tablemain .tableone .tr1 .td2 {
    width: 130px;
    height: 179px;
    text-align: center;
    font-size:18px;
    color:#333333;
    border: 1px solid #EEEEEE;
}

.tablemain .tableone .tr1 .td3 {
    padding: 0;
    margin: 0;
}

.tablemain .tableone .tr1 .td3 p {
    height: 45px;
    padding:0px 26px;
    font-size:18px;
    color:#333333;
    text-align: center;
    line-height: 45px;
    border-bottom: 1px solid #EEEEEE;
}

.tablemain .tableone .tr1 .td4 p {
    height: 45px;
    padding:0px 26px;
    font-size:18px;
    color:#333333;
    text-align: center;
    line-height: 45px;
    border-bottom: 1px solid #EEEEEE;
}

.tablemain .tableone .tr1 td {
    border: 1px solid #EEEEEE;
    font-size:18px;
    color:#333333;
    text-align: center;
}

.tablemain .tableone .tr1 td .lesson {
    height: 136px;
    width: 100%;
    font-size:18px;
    color:#333333;
    text-align: center;
    border-bottom: 1px solid #EEEEEE;
    line-height: 136px;
}

.tablemain .tableone .tr1 td .lesson1 {
    height: 136px;
    width: 100%;
    border-top: 1px solid #EEEEEE;
    font-size:18px;
    color:#333333;
    text-align: center;
    line-height: 136px;
}

.tablemain .tableone .tr1 td .lesson2 {
    height: 45px;
    line-height: 45px;
    font-size:18px;
    color:#333333;
    text-align: center;
}

.tablemain .tableone .tr1 td .oneto {
    height: 44px;
    padding:0px 26px;
    font-size:18px;
    color:#333333;
    text-align: center;
    line-height: 44px;
}

.tablemain .tableone .tr1 a {
    height: 26px;
    line-height:26px;
    width:80px;
    float:left;
    background-image: -webkit-linear-gradient(bottom, #613fff, #9e89ff);
    border-radius: 5px;
    border:none;
    font-size: 16px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #FFFFFF;
    margin: 9px 25px;
}

.tablemain .tabletwo {
    margin-top: 20px;
    border: 1px solid #EEEEEE;
}

.tablemain .tabletwo .thc {
    background-color: #fdd119;
    font-size: 22px;
    font-family: Source Han Sans SC;
    font-weight: bold;
    border-right:1px solid #eee;
    color: #000000;
    height: 50px;
}

.tablemain .tabletwo .thc1 {
    width: 145px;
}

.tablemain .tabletwo .thc2 {
    width: 130px;
}

.tablemain .tabletwo .thc3 {
    width: 160px;
}

.tablemain .tabletwo .thc4 {
    width: 91px;
}

.tablemain .tabletwo .thc5 {
    width: 200px;
}

.tablemain .tabletwo .thc6 {
    width: 145px;
}

.tablemain .tabletwo .thc7 {
    width: 130px;
}

.tablemain .tabletwo .thc8 {
    width: 130px;
}

.tablemain .tabletwo tr {
    width: 100%;
}

.tablemain .tabletwo .tr1 {
    height: 100px;
}

.tablemain .tabletwo .tr1 .td1 {
    background: #FFFAFA;
    width: 145px;
    font-size:16px;
    text-align: center;
    height: 92px;
    border: 1px solid #EEEEEE;
}

.tablemain .tabletwo .tr1 .td2 {
    width: 130px;
    font-size:16px;
    text-align: center;
    border: 1px solid #EEEEEE;
}

.tablemain .tabletwo .tr1 .td3 {
    padding: 0;
    margin: 0;
}

.tablemain .tabletwo .tr1 .td3 p {
    height: 50px;
    width: 100%;
    font-size:16px;
    text-align: center;
    line-height: 50px;
    border-bottom: 1px solid #EEEEEE;
}

.tablemain .tabletwo .tr1 .td4 p {
    height: 50px;
    width: 100%;
    font-size:16px;
    text-align: center;
    line-height: 50px;
    border-bottom: 1px solid #EEEEEE;
}

.tablemain .tabletwo .tr1 td {
    border: 1px solid #EEEEEE;
    font-size:16px;
    text-align: center;
}

.tablemain .tabletwo .tr1 td .lesson {
    width: 100%;
    border-bottom: 1px solid #EEEEEE;
    font-size:16px;
    text-align: center;
}

.tablemain .tabletwo .tr1 td .lesson1 {
    width: 100%;
    border-top: 1px solid #EEEEEE;
    font-size:16px;
    text-align: center;
}

.tablemain .tabletwo .tr1 td .oneto {
    font-size:16px;
    text-align: center;
}

.tablemain .tabletwo .tr1 button {
    width: 80px;
    height: 26px;
    background: #CD0014;
    border-radius: 5px;
    font-size: 16px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #FFFFFF;
    margin: 10px 0;
}

.tablemain .tablethree {
    margin-top: 20px;
    border: 1px solid #EEEEEE;
}

.tablemain .tablethree .thc {
    background-color: #fdd119;
    font-size: 22px;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #000000;
    height: 50px;
    border-right:1px solid #eee;
}

.tablemain .tablethree .thc1 {
    width: 145px;
}

.tablemain .tablethree .thc2 {
    width: 130px;
}

.tablemain .tablethree .thc3 {
    width: 160px;
}

.tablemain .tablethree .thc4 {
    width: 91px;
}

.tablemain .tablethree .thc5 {
    width: 200px;
}

.tablemain .tablethree .thc6 {
    width: 145px;
}

.tablemain .tablethree .thc7 {
    width: 130px;
}

.tablemain .tablethree .thc8 {
    width: 130px;
}

.tablemain .tablethree tr {
    width: 100%;
}

.tablemain .tablethree .tr1 {
    height: 100px;
}

.tablemain .tablethree .tr1 .td1 {
    background: #FFFAFA;
    width: 145px;
    height: 100px;
    font-size:16px;
    text-align: center;
    border: 1px solid #EEEEEE;
}

.tablemain .tablethree .tr1 .td2 {
    width: 130px;
    height: 100px;
    font-size:16px;
    text-align: center;
    border: 1px solid #EEEEEE;
}

.tablemain .tablethree .tr1 .td3 {
    padding: 0;
    margin: 0;
    font-size:16px;
    text-align: center;
}

.tablemain .tablethree .tr1 .td3 p {
    margin-top: 9px;
    height: 44px;
    width: 100%;
    line-height: 44px;
    border-bottom: 1px solid #EEEEEE;
    font-size:16px;
    text-align: center;
}

.tablemain .tablethree .tr1 .td4 p {
    margin-top: 9px;
    height: 44px;
    width: 100%;
    line-height: 44px;
    border-bottom: 1px solid #EEEEEE;
    font-size:16px;
    text-align: center;
}

.tablemain .tablethree .tr1 td {
    border: 1px solid #EEEEEE;
    font-size:16px;
    text-align: center;
}

.tablemain .tablethree .tr1 td .lesson {
    width: 100%;
    border-bottom: 1px solid #EEEEEE;
    text-align: center;
}

.tablemain .tablethree .tr1 td .lesson1 {
    width: 100%;
    border-top: 1px solid #EEEEEE;
    text-align: center;
}

.tablemain .tablethree .tr1 td .oneto {
    text-align: center;
}

.tablemain .tablethree .tr1 button {
    width: 80px;
    height: 26px;
    background: #CD0014;
    border-radius: 5px;
    font-size: 16px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #FFFFFF;
    margin: 10px 0;
}

.tablemain .maina {
    width: 1044px;
    height: 60px;
    display: flex;
    justify-content: space-around;
    border-bottom: 1px solid #CBCBCB;
    position: relative;
}

.tablemain .maina li {
    font-size: 26px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #000000;
    cursor: pointer;
}

.tablemain .change {
    display: block;
    width: 350px;
    height: 13px;
    position: relative;
    top: -14px;
    left: 0;
}

.tablemain .mainb {
    width: 100%;
    height: 134px;
    margin:20px 0px;
}

.tablemain .mainb li {
    float:left;
    margin-right:10px;
}

.tabletwo tbody tr td a {
     display: inline-block;
     height:26px;
     line-height:26px;
     border-radius: 5px;
     /* background: #cd0014; */
	 background-image: -webkit-linear-gradient(bottom, #613fff, #9e89ff);
     color:#fff;
     font-size:16px;
     width:80px;
     margin:9px 23px;
 }

.tablethree tbody tr td a {
    display: inline-block;
    height:26px;
    line-height:26px;
    border-radius: 5px;
    /* background: #cd0014; */
	background-image: -webkit-linear-gradient(bottom, #613fff, #9e89ff);
    color:#fff;
    font-size:16px;
    width:80px;
    margin:9px 23px;
}