@charset "utf-8";
@font-face {  
  font-family: "lethe";
  src: url('../fonts/SourceHanSansCN-Regular.ttf') format('truetype');
  /* src: url('../fonts/SourceHanSansCN-Regular.eot'); */
  /* src:
    url('../fonts/SourceHanSansCN-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SourceHanSansCN-Regular.woff') format('woff'),
    url('../fonts/SOURCEHANSANSCN-REGULAR.ttf') format('truetype'),
    url('../fonts/SourceHanSansCN-Regular.svg#SourceHanSansCN-Regular-Alphabetic') format('svg'); */
}
@font-face {  
  font-family: "txh";
  src: url('../fonts/SourceHanSansCN-Bold.ttf') format('truetype');
}


* {
    margin: 0;
    padding: 0;
}

body {
    font: 14px/22px;
	/* font-family: "txh"; */
	font-family: "lethe";
    background: #fcfbfb;
}

.news-fontfamily{
	font-family: "txh";
}

h1,h2,h3,h4,span,strong {
    font-weight: normal;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul,li {
    list-style: none;
}

input,textarea {
    background: none;
    border: 0;
    width: 100%;
    resize: none;
}

img {
    max-width: 100%;
}

a,a:hover,a:active,a:visited,a:link,a:focus {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    outline: none;
    text-decoration: none;
}

/* header */
/* logo */

.navbar-light .navbar-brand,
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
    color: #34bf49;
}

/* //logo */
/* navigation */
.navbar-light .navbar-nav .nav-link {
    padding: 0;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: #fff;
}


/* fixed nav */
nav.fixed-navi ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav.fixed-navi ul li {
    float: left;
    margin: 0 20px;
}

nav.fixed-navi ul li {
    position: relative;
}

nav.fixed-navi ul li.active:after {
    height: 3px;
    background: #adfe06;
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    content: "";
}

.navbar-expand-lg {
    background: #121212;
}

.clearfix {
    *height: 1%;
}

.clearfix:after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    line-height: 0;
    overflow: hidden;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background: url("../images/arrow_left.png") no-repeat center top;
    background-size: contain;
    width: 48px;
    height: 48px;
}

.swiper-button-next {
    background: url("../images/arrow_right.png") no-repeat center top;
    background-size: contain;
    width: 48px;
    height: 48px;
}

.main_title {
    text-align: center;
    color: #fff;
    margin-bottom: 40px;
}

.main_title span {
    display: block;
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: bold;
}

.main_title strong {
    display: block;
    font-size: 16px;
}

.main_title.white {
    color: #464646;
}

.main_more {
    text-align: center;
    margin-top: 40px;
}
.container i{
    font-size:2.5rem;
    color:#fff;
}
.container i:nth-child(2){
    margin-left:4rem;
    font-size:1.8rem;
}
.footer_top i{
    font-size:5rem;
    color:#fff;
}
.main_more a {
    width: 128px;
    height: 40px;
    border: 1px solid rgba(255,255,255,1);
    border-radius: 5px;
    font-size: 14px;
    line-height: 40px;
    color: #fff;
    display: inline-block;
}

.main_more.white a {
    border: 1px solid #121212;
    color: #464646;
}

.main_more a:hover {
    background: #fff;
    color: #444;
}

.footer {
	background: url(../banners/footer/1920x266.png) no-repeat;
	background-size: cover;
    line-height: 30px;
    padding: 80px 0 20px 0;
}

.footer_top {
    width: 1200px;
    margin: 0 auto;
}

.footer .logo {
    float: left;
    margin-top: 25px;
}

.linkQRcode {
    float: right;
}

.linkQRcode p {
    float: left;
}

.linkQRcode p a {
    color: #fff;
    display: block;
    font-size: 14px;
    line-height: 40px;
}

.linkQRcode ul {
    float: left;
    margin: 0 0 0 30px;
}

.linkQRcode ul li {
    float: left;
    margin: 10px 0 0 80px;
}

.linkQRcode ul li img {
    float: left;
}

.linkQRcode ul li span {
    float: left;
    color: #fff;
    margin-left: 15px;
    line-height: 99px;
}

.footer_bototm {
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 50px;
    margin-top: 20px;
}

.tab_menu {
    position: fixed;
    right: 0;
    top: 103px;
    background: rgba(0,0,0,0.9);
    width: 250px;
    height: 100%;
    z-index: 9999;
}

.tab_menu ul {
    margin: 10px 0;
}

.tab_menu ul li {
    padding: 0 0 0 20px;
    height: 55px;
    line-height: 55px;
    font-size: 13px;
}

.tab_menu ul li a {
    color: #fff;
}

.tab_menu ul li.on {
    margin-left: -42px;
    position: relative;
    line-height: 65px;
    height: 65px;
}
.tab_menu ul li.on a {
	color: #000000;
}

.tab_menu ul li.on:before {
    background: url("../images/tab_menu_bg.png") no-repeat center top;
    background-size: contain;
    display: block;
    content: " ";
    height: 99px;
    width: 340px;
    position: absolute;
    left: 2px;
    top: 0;
    z-index: -1;
}

.tab_menu ul li.twoElements a{display: block;padding-top: 10px;line-height: 20px;word-wrap:break-word;width:210px;}
.tab_box {
    clear: both;
}

.QRcode_fixed {
    position: fixed;
    right: 0;
    text-align: center;
    background: rgba(0,0,0,0.5);
    padding: 20px;
    z-index: 9999;
    bottom: 0;
}

.QRcode_fixed ul {
    padding: 0;
    margin: 0;
}

.QRcode_fixed ul li span {
    display: block;
    color: #fff;
    margin-top: 10px;
}

.QRcode_fixed ul li:last-child {
    margin-top: 20px;
}

.QRcode_close {
    background: url("../images/close.png") no-repeat center center;
    background-size: 20px;
    width: 30px;
    height: 40px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}
/***** index *****/
.index_banner img {
    display: block;
    width: 100%;
}

.index_banner .swiper-wrapper {
    margin: 0;
}

.index_banner .swiper-pagination-bullets {
    background: #121212;
    bottom: initial;
    line-height: 50px;
    height: 50px;
    position: initial;
}

.index_banner .swiper-pagination .swiper-pagination-bullet {
    height: 6px;
    width: 95px;
    background: #fff;
    border-radius: 0;
    margin: 0 5px;
    opacity: 1;
}

.index_banner .swiper-pagination .swiper-pagination-bullet-active {
    background: #cff632;
}

.curriculum {
    background: url("../banners/1920x900/1920x900-2.jpg") no-repeat center top #121212;
    background-size: cover;
    text-align: center;
    padding: 70px 100px;
}

.curriculum .swiper-container span {
    display: block;
}

.curriculum .swiper-container span img {
    width: 100%;
}

.curriculum .swiper-container strong {
    display: block;
    background: #fff;
    line-height: 60px;
    height: 60px;
    font-size: 16px;
}

.curriculum ul li {
    float: left;
    width: 33.3%;
}

.curriculum ul li div {
    margin-right: 40px;
}

.experience {
    padding: 50px 0;
    background: url("../banners/1920x900-1/1920x900-1.jpg") no-repeat center top #d4d4d4;
}

.experience .con {
    width: 1180px;
    margin: 0 auto
}

.experience .con p {
    width: 750px;
    margin: 0 auto 50px auto;
}

.experience .con p span {
    display: block;
    color: #555;
    text-indent: 40px;
}

.experience .con ul {
    margin-bottom: 50px;
    margin-left: 20px;
}

.experience .con ul li {
    float: left;
    width: 33.3%;
    text-align: center
}

.experience .con ul li a {
    display: block;
;margin: 0 20px 0 0;
}

.experience .con ul li span {
    display: block;
}

.experience .con ul li span img {
    width: 100%;
    display: block;
}

.experience .con ul li strong {
    display: block;
    background: #121212;
    line-height: 60px;
    height: 60px;
    color: #fff;
    font-size: 20px;
}

.activity {
    padding: 50px 0;
    background: #121212;
}

.activity .con {
    width: 1180px;
    margin: 0 auto;
}

.activity .con dl {
    float: left;
    width: 380px;
    border: 2px solid #fff;
    text-align: center;
    color: #fff;
    line-height: 30px;
    margin-right: 14px;
}

.activity .con dl a {
    display: block
}

.activity .con dl dt span {
    display: block;
    font-size: 18px;
    color: #fff;
    margin: -20px 0 40px 0;
}

.activity .con dl dt span b {
    display: inline-block;
    padding: 0 50px;
    background: #121212;
}

.activity .con dl dt strong {
    display: block;
}

.activity .con dl dd {
    padding: 50px 20px;
    height: 190px;
}

.activity .con dl dd span {
    display: block;
    color: #fff;
    font-size: 16px;
}

.activity .con dl:last-child {
    margin-right: 0;
}

.activity .main_title {
    margin-bottom: 70px;
}


/***** productList *****/

.product_slogan {
    text-align: center;
    margin: 75px 390px 40px 90px;
}

.product_slogan h1 {
    font-size: 20px;
    font-weight: bold;
}

.product_slogan h2 {
    font-size: 16px;
    color: #555;
    margin-top: 5px;
}

.product_slogan h3 {
    color: #464646;
    font-size: 20px;
    margin-top: 20px;
}

.question {
    width: 1440px;
    border: 2px solid #000;
    padding: 40px 0;
    margin: 0 390px 40px 90px;
}

.question_title,.solve_title{
    font-size: 20px;
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
}

.question_title span,.solve_title span {
    color: #e73828;
    font-weight: bold;
}

.question_txt {
    width: 580px;
    margin: 0 auto;
    color: #ed857e;
    line-height: 40px;
}


.solve {
    width: 1200px;
    margin: 0 390px 130px 190px;
    clear: both;
}

.solve_con{
    height: 430px;
    margin-bottom: 60px;
}

.solve_con .pic {
    float: left;
}

.solve_con .pic img {
    display: inline-block;
	padding:0 10px;
}

.solve_con .txt {
    margin: 0 0 0 270px;
    padding-top: 200px;
}

.solve_con .txt span {
    display: block;
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: bold;
}

.solve_con .txt strong {
    display: block;
    color: #464646;
}

.solve_con.right .pic {
    float: right;
}

.solve_con.right .txt {
    margin: 0 280px 0 0;
}

.APP .bright {
    background: #121212;
    color: #fff;
    padding: 15px 380px 10px 90px;
    background: #fff;
    border-top: 2px solid #e73828;
    clear: both;
}

.APP .bright h1 {
    float: left;
    margin-top: -60px;
    width: 200px;
    background: #e73828;
    height: 200px;
    padding-top: 50px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
}

.APP .bright h1 span {
    width: 200px;
    height: 240px;
    border: 2px solid #e73828;
    display: block;
    position: absolute;
    top: -20px;
    left: -20px;
}


.APP .bright h1:before {
    background: url(../images/bright_left.png) no-repeat 0 0;
    width: 56px;
    height: 53px;
    content: " ";
    display: block;
    position: absolute;
    left: 15px;
    top: 25px;
}
.APP .bright h1 strong {
    display: block;
    width: 200px;
    height: 240px;
    text-align: center;
    background: #7d251d;
    box-sizing: border-box;
    padding-top: 102px;
    position: absolute;
    z-index: 2;
}

.APP .bright h1 .left {
    display: inline-block;
    font-size: 72px;
    padding-top: 10px;
}

.APP .bright h1 .right {
    display: inline-block;
}

.APP .bright h1 .right b {
    display: block;
    font-size: 24px;
    font-weight: normal;
    line-height: 25px;
}

.APP .bright h1 .right b:first-child {
    letter-spacing: 7px;
}
.APP .bright h1:after {
    background: url(../images/bright_right.png) no-repeat 0 0;
    width: 35px;
    height: 33px;
    content: " ";
    display: block;
    position: absolute;
    right: 10px;
    bottom: 20px;
}

.APP .bright ul {
    margin: 0 0 0 240px;
    border-left: 2px solid #e73828;
    margin-top: -60px;
    padding: 70px 0 50px 0;
}

.APP .bright ul li {

    padding: 10px 20px 10px 40px;
    line-height: 25px;
    margin-bottom: 10px;
    color: #464646;
    position: relative;
}

.APP .bright ul li b {
    width: 15px;
    height: 15px;
    border: 4px solid #e73828;
    display: block;
    border-radius: 100%;
    margin: -2px 10px 0 0;
    position: absolute;
    left: -8px;
    background: #fff;
}


.coachMaster .solve {
    width: 830px;
    text-align: center;
}

.onlineConsultation {
    margin-bottom: 30px;
}

.onlineConsultation h1 {
    background: #e73828;
    text-align: center;
    color: #fff;
    line-height: 95px;
    height: 95px;
}

.onlineConsultation ul {
    margin: 56px auto 0 auto;
    width: 980px;
}

.onlineConsultation ul li {
    float: left;
    width: 33.3%;
    margin: 0 0 40px 0;
}

.onlineConsultation ul li:nth-child(3n) {
    margin-right: 0;
}

.onlineConsultation ul li span {
    display: block;
    margin-bottom: 10px;
}

.onlineConsultation ul li span b {
    color: #e73828;
}

.onlineConsultation ul li strong {
    display: block;
    border: 1px solid #a5a5a5;
    line-height: 40px;
    height: 40px;
    box-sizing: border-box;
    padding: 0 10px;
    margin-right: 40px;
}

.onlineConsultation ul li strong input {
    line-height: 40px;
    height: 40px;
}

.onlineConsultation ul li.textarea {
    width: 100%;
    float: inherit;
    margin-right: 0;
}

.onlineConsultation ul li.textarea strong {
    padding: 10px;
    height: 128px;
    box-sizing: border-box;
}

.onlineConsultation ul li.textarea strong textarea {
    height: 108px;
}

.onlineConsultation h2 {
    margin: 0 auto;
    width: 980px;
}

.onlineConsultation h2 input {
    width: 130px;
    line-height: 40px;
    height: 40px;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    background: #e73828;
    font-size: 14px;
    cursor: pointer;
}

.onlineConsultation h2 input:hover {
    background: #f14e3f;
}

.GXMaster .solve {
    width: 980px;
}

.GXMaster .solve .solve_con .txt{
    padding-top: 130px;
}

.page {
    clear: both;
    text-align: right;
}

.page a,.page input {
    width: 35px;
    height: 35px;
    border: 1px solid #999;
    border-radius: 5px;
    display: inline-block;
    line-height: 35px;
    text-align: center;
    color: #999;
    margin: 0 10px 0 0;
}
.page a.on{
color:#ff0000;
}
.page a:hover {
    background: #999;
    color: #fff;
}

.page input {
    display: inline-block;
    width: 64px;
    margin-right: 0;
}

.page span {
    margin-left: 20px;
    color: #464646;
}

.page b {
    font-weight: normal;
    color: #464646
}


/******* recentActivitties *******/
.recentAct_con {
    background: url("../images/recentAct_bg.jpg") no-repeat center top #000;
    height: 100%;
    padding-top: 30px;
	background-attachment: fixed;
}

.recentAct_list,.recAct_detail_con {
    padding: 40px 120px;
    background: #fff;
    width: 1400px;
    margin: 0 auto;
    box-sizing: border-box;
	height:100%;
}

.recentAct_list dl {
    margin: 0 0 20px 0;
    border-bottom: 1px dashed #999;
    height: 220px;
}

.recentAct_list dl a {
}

.recentAct_list dl dt {
    float: left;
}

.recentAct_list dl dd {
    margin: 0 0 0 380px;
    padding-top: 50px;
}

.recentAct_list dl dd span {
    display: block;
    font-size: 20px;
    margin-bottom: 10px;
}

.recentAct_list dl dd strong {
    display: block;
    color: #464646;
    line-height: 24px;
    margin-bottom: 10px;
}

.recentAct_list dl dd b {
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #464646;
    margin-bottom: 20px;
    text-align: right;
}

.recAct_detail {
    background: url("../images/recentAct_bg.jpg") no-repeat center top;
	background-attachment: fixed;
}

.recAct_detail_con h1 {
    font-size: 20px;
    margin-bottom: 5px;
    font-size: 18px;
}

.recAct_detail_con h2 {
    margin-bottom: 40px;
}

.recAct_detail_con h2 span {
    color: #999;
    font-size: 14px;
    margin: 0 35px 0 0;
}

.recAct_detail_con .pic {
    margin-bottom: 40px;
}

.recAct_detail_con p {
    color: #464646;
    font-size: 14px;
    margin-bottom: 40px;
}


/******* experienceCenter *******/
.banner {
    text-align: center;
}

.banner img {
}

.experCenter .tab_box {
    background: url("../images/experienceCenter_bg.jpg") no-repeat center top;
    background-size: cover;
    background-attachment: fixed;
}

.address {
    margin: 0 390px 0 90px;
    padding: 40px 0;
}

.address dl {
    margin-bottom: 15px;
    background: #fff;
}

.address dl dt {
}

.address dl dd {
    padding: 15px 15px 10px 15px;
    overflow: auto;
}

.address dl dd span {
    float: left;
    width: 540px;
}

.address dl dd span b {
    display: block;
    font-size: 14px;
}

.address dl dd strong {
    color: #e73828;
    font-size: 16px;
    margin-top: 20px;
    display: block;
    float: left;
}

.address dl dd a {
    background: url("../images/icon_map.png") no-repeat center center;
    width: 50px;
    height: 30px;
    background-size: contain;
    display: block;
    float: right;
    margin-top: 10px;
	background-attachment: fixed;
}

.briefIntroduction {
    background: url("../images/briefIntroduction_bg.jpg") no-repeat center top #000;
    padding: 60px 0;
    background-size: cover;
	background-attachment: fixed;
}

.briefIntroduction .con {
    width: 1400px;
    margin: 0 auto;
}

.briefIntroduction .con h1,.contactUS .con h1 {
    text-align: center;
    color: #fff;
    line-height: 30px;
}

.briefIntroduction .con h1 span,.contactUS .con h1 span {
    font-weight: bold;
}

.briefIntroduction .con h1 span,.briefIntroduction .con h1 strong,.contactUS .con h1 span,.contactUS .con h1 strong {
    display: block;
    font-size: 20px;
}

.briefIntroduction .con .full_txt {
    font-size: 18px;
    color: #fdfdfd;
    width: 940px;
    text-align: center;
    line-height: 30px;
    margin: 40px auto;
}

.briefIntroduction .con p span {
    display: block;
}

.briefIntroduction .con dl {
    float: left;
    width: 1380px;
}

.briefIntroduction .con dl:last-child {
    float: right;
}

.briefIntroduction .con dl dd {
    padding: 10px 20px;
    background: #fff;
    height: 300px;
}

.briefIntroduction .con dl dd span {
    display: block;
    text-align: center;
    font-size: 20px;
    line-height: 40px;
    height: 40px;
}

.briefIntroduction .con dl dd strong {
    display: block;
    color: #565656;
    font-size: 14px;
}

.contactUS {
    background: url("../images/briefIntroduction_bg.jpg") no-repeat center top;
    background-size: cover;
	background-attachment: fixed;
}

.contactUS .con {
    width: 1440px;
    margin: 0 auto;
    padding: 40px 0;
}

.contactUS .con h1 {
    margin-bottom: 40px;
}

.contactUS .con dl {
    float: left;
    width: 300px;
    color: #fff;
    line-height: 30px;
    margin-left: 175px;
}

.contactUS .con dl dt {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 40px;
    line-height: 30px;
}

.contactUS .con dl dd span {
    display: block;
    margin-bottom: 20px;
    background: url("../images/icon_white_map.png") no-repeat 5px 5px;
    padding-left: 40px;
}

.contactUS .con dl dd a {
    display: block;
    color: #fff;
    margin-bottom: 20px;
    background: url("../images/icon_iphone.png") no-repeat left center;
    padding-left: 40px;
}

.contactUS .con dl:last-child {
    margin-right: 0;
}

.partner {
    background: url("../images/partner_pic.jpg") no-repeat left bottom;
}

.partner .con {
    padding: 90px 0;
    width: 950px;
    margin: 0 250px 0 0;
    float: right;
}

.partner .con h1 {
    font-size: 16px;
    color: #464646;
    margin-bottom: 30px;
}

.partner .con h1 span {
    font-size: 20px;
    font-weight: bold;
}

.partner .con p {
}

.partner .con p span {
    display: block;
    color: white;
    line-height: 32px;
}


/******* curriculum *******/
.curriculum_list {
    background: url("../images/curriculum_bg1.jpg") no-repeat center top;
    background-size: cover;
    padding: 80px 0;
    background-attachment: fixed;
}

.curriculum_list .title h1 {
    text-align: center;
    font-size: 20px;
    color: #fff;
}

.curriculum_list .title h1 span {
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
}

.curriculum_list .title,.curriculum_list .con {
    width: 1440px;
    margin: 0 0 0 100px;
}

.curriculum_list .title p {
    font-size: 18px;
    color: #fdfdfd;
    line-height: 30px;
    margin: 40px auto;
}

.curriculum_list .title p span {
    display: block;
}

.curriculum_list .title {
    margin-bottom: 50px;
}

.curriculum_list .con {
}

.curriculum_list .con dl {
    clear: both;
    border: 1px solid #fff;
    margin: 0 0 60px 0;
    height: 520px;
}

.curriculum_list .con dl dt {
    float: left;
    width: 800px;
    margin: -1px 0 -1px -20px;
}

.curriculum_list .con dl dd {
    color: #fff;
    float: left;
    padding: 150px 0 0 50px;
}

.curriculum_list .con dl dd span {
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.curriculum_list .con dl dd strong {
    display: block;
    width: 400px;
}

.curriculum_list .con dl dd a {
}



/******* product *******/
.product_list {
    background: url("../images/product_bg.jpg") no-repeat center top;
    background-size: cover;
    background-attachment: fixed;
}

.product_banner {
    margin: 40px 0 0 90px;
}



/******** curriculum_detail******/
.curriculum_detail {
    width: 1440px;
    margin-left: 90px;
    padding: 0 0 0 0;
}

.curDet_banner {
    margin-top: 40px;
}

.curDet_title {
    margin-bottom: 30px;
    margin-top: 40px;
}

.curDet_title h1 {
    font-size: 20px;
    color: #679693;
    font-weight: bold;
}

.curDet_title p {
    color: #565656;
    margin: 10px 0 0;
}

.curDet_item {
    margin-bottom: 40px;
    border: 1px solid #e73828;
}

.curDet_item h1 {
    text-align: center;
}

.curDet_item h1 span {
    background: #fff;
    display: block;
    margin-top: -20px;
    padding: 0 30px;
    width: 276px;
    margin: -25px auto 0 auto;
}

.curDet_item h1 span img {
}

.curDet_item ul {
    padding: 20px;
    overflow: auto;
}

.foot_pic {
	width: 607px;
}

.curDet_item ul li {
    float: left;
    width: 20%;
}

.curDet_item dl {
    float: left;
    height: 230px;
    margin: 0 23px 0 23px;
}

.curDet_item dl dt {
    margin-top: 50px;
}

.curDet_item dl:last-child {
    width: 390px;
}

.curDet_item dl:last-child dt {
    margin-top: 20px;
}

.curDet_item dl dd span {
    display: block;
    float: left;
    width: 130px;
}

.curDet_list ul {
}

.curDet_list ul li {
    margin-bottom: 30px;
    position: relative;
    padding: 0 0 0 20px;
}

.curDet_list ul li span {
    display: block;
    font-size: 16px;
}

.curDet_list ul li strong {
    display: block;
    color: #464646;
}

.curDet_list ul li:before {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    content: " ";
    display: block;
    border: 1px solid #828282;
    position: absolute;
    left: 0;
    top: 5px;
}

.curDet_list{margin-bottom: 0;}
.curDet_list .con{clear: both;    margin-bottom: 30px;}
.curDet_list .con .pic{float: left;}
.publicIcon {
	width: 210px;
}
.curDet_list .con .txt{margin: 0 0 0 0;padding-top: 45px;}
.curDet_list .con .txt span {
    display: block;
    font-size: 16px;
	
}
.curDet_list .con .txt .blueColor {
	font-weight: bold;
}

.curDet_list .con .txt .curri_strong {
    display: block;
	color: #000000;
    
    font-size: 14px;
}

.frequency {
}

.frequency h1 {
    margin-bottom: 20px;
    font-size: 16px;
}

.frequency h1 span {
    border-bottom: 2px solid #dd3d2f;
}

.frequency h2 {
    color: #e73828;
    font-size: 16px;
    margin-bottom: 20px;
}

.frequency p {
    color: #464646;
}

.sub_menu_show {
    display: none;
    background: url("../images/nav_menu_icon.png") no-repeat center center #cff632;
    line-height: 40px;
    height: 40px;
    padding: 0;
    color: #fff;
    width: 40px;
    background-size: 20px;
    position: fixed;
    top: 100px;
}

.sub_menu_close {
    display: none;
    background: url("../images/nav_close_icon.png") no-repeat 95% center #111;
    line-height: 40px;
    height: 40px;
    color: #fff;
    /* width: 40px; */
    background-size: 15px;
    position: fixed;
    top: 0;
    width: 100%;
}

.container {
    max-width: 1440px;
}
/* responsive */

@media(max-width: 1820px) {
    /*** curriculum.html ****/
    .curriculum_list .title, .curriculum_list .con {
        width: auto;
        margin: 0 340px 50px 90px;
    }

    .curriculum_list .title p {
        font-size: 14px;
    }

    .curriculum_list .con dl {
        height: auto;
        margin: 0 0 50px 0;
    }

    .curriculum_list .con dl:after {
        clear: both;
        content: '.';
        display: block;
        height: 0;
        line-height: 0;
        overflow: hidden;
    }

    .curriculum_list .con dl dt {
        width: 50%;
    }

    .curriculum_list .con dl dd {
        padding: 70px 30px 0 0;
        width: 45%;
        margin-left: 5%;
    }

    .curriculum_list .con dl dd strong {
        width: auto;
    }

    .curriculum_list .con dl dd .main_more {
        margin: 20px 0;
    }

    .curriculum_list .con dl dd span {
        font-size: 16px;
    }

    .product_slogan,.question,.solve,.product_banner {
        width: auto;
        margin: 0 340px 40px 80px;
    }
	.question_txt {
	width:95%;
	}
    .product_banner {
        width: auto;
        margin: 20px 340px 40px 80px;
    }

    .product_slogan {
        margin-top: 30px;
    }

    .solve {
        margin: 0 340px 100px 80px;
    }

    .onlineConsultation {
        margin: 0 340px 30px 80px;
    }

    .onlineConsultation h1 {
    }

    .onlineConsultation ul {
        width: auto;
        margin: 20px;
    }

    .onlineConsultation ul li {
    }

    .onlineConsultation ul li.textarea {
        clear: both;
    }

    .onlineConsultation h2 {
        width: auto;
        text-align: center;
    }

    .curriculum_detail {
        width: auto;
        margin: 0 340px 0 20px;
    }

    .curDet_item {
        padding-bottom: 20px;
    }

    .curDet_item dl {
        height: auto;
        float: initial;
        overflow: auto;
        clear: both;
    }

    .curDet_item dl dt {
        margin-top: 20px;
    }

    .curDet_item dl:last-child {
        width: auto;
    }
}

@media(max-width: 1500px) {
    /*** curriculum.html ****/
    .contactUS .con {
        width: auto;
        margin: 0 0 0 20px;
    }

    .contactUS .con dl {
        width: 100%;
        margin: 0 0 20px 0;
        border-bottom: 1px solid rgba(255,255,255,0.2);
    }

    .contactUS .con dl dt {
        margin-bottom: 20px;
    }

    .contactUS .con dl dd span {
        float: left;
        width: 60%;
        box-sizing: border-box;
    }

    .contactUS .con dl dd a {
        float: left;
        width: 40%;
        box-sizing: border-box;
    }

    .briefIntroduction .con {
        width: auto;
        margin: 0 0 0 10px;
    }

    .briefIntroduction .con dl {
        width: 100%;
    }

    .briefIntroduction .con dl dt,.briefIntroduction .con dl dd {
        margin: 0 10px 0 0;
    }

    .partner .con {
        width: auto;
        margin: 0 100px;
    }
}

@media(max-width: 1400px) {
	.foot_pic {
		width: 100%;
	}
    .recentAct_list, .recAct_detail_con {
        width: auto;
    }

    .address {
        margin: 0 340px 0 20px;
    }
}

@media(max-width: 1200px) {
	.foot_pic {
		width: 100%;
	}

    /*** index****/
    .curriculum {
        padding: 30px 40px;
    }

    .experience .con {
        width: auto;
    }

    .experience .con ul {
        margin-left: 20px;
    }

    .experience .con ul li {
        width: 33.3%;
        margin: 0;
    }

    .experience .con ul li a {
        margin: 0 20px 0 0;
    }

    .activity .con {
        width: auto;
        margin-left: 3.3%;
    }

    .activity .con dl {
        width: 30%;
        box-sizing: border-box;
        margin: 0 3.3% 0 0;
    }

    .footer {
        padding: 30px 20px 0 20px;
    }

    .footer_top {
        width: 100%;
    }

    .recentAct_list, .recAct_detail_con {
        padding: 20px;
    }
}

@media(max-width: 900px) {
	.foot_pic {
		width: 100%;
	}
    .experience .con ul li {
        width: 33.3%;
        float: left;
    }

    .activity .con dl {
        width: auto;
        float: initial;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 900px) and (min-width: 320px) {
	.foot_pic {
		width: 100%;
	}

    .container i{display: block;float: left;}
    .container i:nth-child(2){font-size: 1.6rem;margin-top: 0.6rem;}
    .main_more {
        margin-top: 20px;
    }

    .main_more a {
        line-height: 35px;
        height: 35px;
        width: 100px;
    }

    .tab_menu {
        width: 100%;
        display: none;
        top: 40px;
    }

    .tab_menu ul {
        margin: 0;
    }

    .tab_menu ul li {
        line-height: 40px;
        height: 40px;
        box-sizing: border-box;
        font-size: 14px;
    }

    .tab_menu ul li.on {
        margin-left: 0;
        border-bottom: 2px solid #cff632;
    }

    .tab_menu ul li.on:before {
        display: none;
    }

    .tab_menu ul li.twoElements a{
        line-height: normal;
        padding: 0;
        display: inline-block;
    }

    .QRcode_fixed {
        padding: 10px;
    }

    .QRcode_fixed ul li img {
        width: 50px;
    }

    .QRcode_fixed ul li span {
        font-size: 12px;
    }

    .QRcode_fixed ul li:last-child {
        margin-top: 10px;
    }
    /***** index **/
    .index_banner .swiper-pagination-bullets {
        line-height: 30px;
        height: 30px;
    }

    .index_banner .swiper-pagination .swiper-pagination-bullet {
        height: 3px;
        width: 40px;
    }

    .main_title {
        margin-bottom: 20px;
    }

    .main_title span {
        font-size: 16px;
    }

    .curriculum {
        padding: 20px 10px;
    }

    .curriculum .swiper-container strong {
        font-size: 12px;
        line-height: 30px;
        height: 30px;
    }

    .curriculum ul li div {
        margin-right: 10px;
    }

    .swiper-button-next,.swiper-button-prev {
        width: 30px;
        height: 30px;
    }

    .experience {
        padding: 30px 0;
    }

    .experience .con {
        width: auto;
    }

    .experience .con p {
        width: auto;
        padding: 0 10px;
        margin-bottom: 20px;
        font-size: 12px;
    }

    .experience .con ul {
        margin-bottom: 0;
    }

    .experience .con ul li {
        width: auto;
        float: inherit;
        margin: 20px 10px;
    }

    .experience .con ul li strong {
        font-size: 14px;
    }

    .activity {
        padding: 30px 0;
    }

    .activity .main_title {
        margin-bottom: 30px;
    }

    .activity .con {
        width: auto;
    }

    .activity .con dl {
        width: auto;
        float: inherit;
        margin: 20px 10px;
        border-width: 1px;
    }

    .activity .con dl dt span {
        margin: -15px 0 10px 0;
        font-size: 16px;
    }

    .activity .con dl dd {
        padding: 10px;
        height: auto;
    }

    .activity .con dl dd span {
        font-size: 12px;
        line-height: 25px;
    }


    /***** product **/

    .curriculum_list {
        padding: 20px 0;
    }

    .curriculum_list .title, .curriculum_list .con {
        width: auto;
        margin: 0;
    }

    .curriculum_list .title h1 {
        font-size: 16px;
    }

    .curriculum_list .title h1 span {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .curriculum_list .title p {
        font-size: 12px;
        margin: 20px 10px;
        line-height: 25px;
    }

    .curriculum_list .con dl {
        margin: 20px 10px;
        height: auto;
    }

    .curriculum_list .con dl dt {
        width: auto;
        float: inherit;
        margin: 0;
    }

    .curriculum_list .con dl dd {
        float: inherit;
        padding: 10px 10px 0 10px;
        width: auto;
    }

    .curriculum_list .con dl dd strong {
        width: auto;
        font-size: 12px;
    }


    /***** productList **/
    .product_banner {
        margin: 0;
    }

    .product_slogan {
        margin: 20px 0 20px 0;
    }

    .product_slogan h3 {
        font-size: 14px;
        margin-top: 10px;
    }

    .product_slogan h1 {
        font-size: 18px;
    }

    .question {
        width: auto;
        padding: 20px 10px;
        margin: 10px 10px 30px 10px;
    }

    .question_title, .solve_title {
        margin-bottom: 20px;
        font-size: 16px;
    }

    .question_txt {
        width: auto;
        line-height: 25px;
        font-size: 12px;
    }

    .solve {
        width: auto;
        margin: 10px;
    }

    .solve_con {
        height: auto;
        margin: 20px 10px;
    }

    .solve_con .pic {
        float: inherit;
        text-align: center;
    }

    .solve_con .txt {
        float: inherit;
        width: auto;
        margin: 20px 0 0 0;
        padding: 0;
    }

    .solve_con .txt span {
        margin-bottom: 10px;
    }

    .solve_con.right .pic {
        float: inherit;
        text-align: center;
    }

    .solve_con.right .txt {
        float: inherit;
        margin: 20px 0 0;
    }

    .APP .bright {
        height: auto;
        padding: 0 0 10px 0;
    }

    .APP .bright h1 {
        float: inherit;
        width: auto;
        margin: 0;
        padding: 0;
        line-height: 30px;
        height: 50px;
    }

    .APP .bright h1 span {
        display: none;
    }

    .APP .bright h1 strong {
        position: inherit;
        line-height: 50px;
        height: 50px;
        padding: 0;
        background: none;
        text-align: center;
        width: auto;
    }

    .APP .bright h1 .left {
        font-size: 18px;
        padding: 0;
    }

    .APP .bright h1:before {
        top: 0;
        width: 40px;
        height: 30px;
        background-size: contain;
    }

    .APP .bright h1:after {
        bottom: 2px;
    }


    .APP .bright h1 strong .left {
        font-size: 18px;
        padding: 0;
    }

    .APP .bright h1 .right {
    }

    .APP .bright h1 .right b {
        display: inline-block;
        font-size: 18px;
    }

    .APP .bright h1 .right b:first-child {
        letter-spacing: 0;
    }

    .APP .bright ul {
        margin: 20px;
        padding: 0;
    }

    .APP .bright ul li {
        font-size: 12px;
        padding: 10px 10px 10px 20px;
    }

    .APP .bright ul li b {
        border-width: 2px;
        width: 10px;
        height: 10px;
        left: -6px;
    }


    .coachMaster .solve {
        width: auto;
    }

    .GXMaster .solve_con .txt {
        padding-top: 0;
    }

    .onlineConsultation {
        margin: 0 0 30px 0;
    }

    .onlineConsultation ul {
        width: auto;
        margin: 10px;
    }

    .onlineConsultation ul li {
        float: inherit;
        width: auto;
        margin: 0 0 10px 0;
    }

    .onlineConsultation ul li strong {
        margin-right: 0;
    }

    .onlineConsultation h1 {
        font-size: 18px;
        line-height: 50px;
        height: 50px;
    }

    .onlineConsultation h2 {
        width: auto;
        margin: 20px 0 0;
        text-align: center;
    }

    /******** recentActivities ******/
    .recentAct_con {
        height: auto;
        overflow: auto;
        padding: 10px;
    }

    .recentAct_list, .recAct_detail_con {
        width: auto;
        padding: 1px 0 0;
    }

    .recentAct_list dl {
        height: auto;
        margin: 10px 10px 20px 10px;
    }

    .recentAct_list dl dt {
        float: inherit;
    }

    .recentAct_list dl dt img {
        width: 100%;
    }

    .recentAct_list dl dd {
        margin: 0;
        float: inherit;
        width: auto;
        padding: 10px;
    }

    .recentAct_list dl dd span {
        font-size: 14px;
    }

    .recentAct_list dl dd strong {
        font-size: 12px;
    }

    .recentAct_list dl dd b {
        font-size: 12px;
        margin-bottom: 0;
    }

    .page {
        text-align: center;
        padding: 10px;
    }

    .page a, .page input {
        font-size: 12px;
        width: 25px;
        height: 25px;
        line-height: 25px;
        margin: 0 5px 10px 0;
    }

    .page span {
        margin-left: 0;
    }


    /******** recentActivities_detail ******/
    .recAct_detail_con h2 {
        margin-bottom: 20px;
    }

    .recAct_detail_con p {
        margin-bottom: 10px;
        font-size: 12px;
    }

    .recAct_detail_con .pic {
        margin-bottom: 10px;
    }

    .recAct_detail_con {
        padding: 10px;
    }


    /******** experienceCenter ******/
    .address {
        width: auto;
        padding: 20px 10px 0 10px;
        margin: 0;
    }

    .address dl {
    }

    .address dl dd {
        position: relative;
        padding: 15px;
    }

    .address dl dd span {
        width: auto;
        float: inherit;
    }

    .address dl dd strong {
        display: block;
        float: inherit;
        width: auto;
        margin: 10px 0 0;
        font-size: 12px;
    }

    .address dl dd a {
        position: absolute;
        right: 0;
        float: inherit;
        top: 30px;
    }


    /******** aboutUs ******/
    .briefIntroduction {
        padding: 20px 0;
        overflow: auto;
    }

    .briefIntroduction .con {
        width: auto;
    }

    .briefIntroduction .con .full_txt {
        width: auto;
        font-size: 12px;
        line-height: 25px;
        padding: 0 10px;
        margin: 10px 0 20px 0;
        text-align: left;
    }

    .briefIntroduction .con h1 span, .contactUS .con h1 span {
        font-size: 16px;
    }

    .briefIntroduction .con h1 strong, .contactUS .con h1 strong {
        font-size: 16px;
    }

    .briefIntroduction .con dl {
        width: auto;
        float: initial;
        height: auto;
        margin: 10px;
    }

    .briefIntroduction .con dl dt img {
        width: 100%;
        display: block;
    }

    .briefIntroduction .con dl dd {
        padding: 10px 10px 20px 10px;
        height: auto;
    }

    .briefIntroduction .con dl dd span {
        font-size: 14px;
    }

    .briefIntroduction .con dl dd strong {
        font-size: 12px;
    }

    .contactUS .con {
        width: auto;
        padding: 20px 20px;
    }

    .contactUS .con dl {
        width: auto;
        float: initial;
        margin: 0 0 20px 0;
    }

    .contactUS .con dl dt {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .contactUS .con dl dd span {
        font-size: 12px;
        margin-bottom: 10px;
        background-size: 15px;
        float: inherit;
        width: auto;
    }

    .contactUS .con dl dd a {
        background-size: 20px;
        width: auto;
        float: inherit;
    }

    .partner {
        background-size: contain;
        padding-bottom: 200px;
        background-position: center bottom;
    }

    .partner .con {
        padding: 20px 0;
        width: auto;
        margin: 0;
        float: inherit;
		background: url("../images/product_bg.jpg") no-repeat center top;
		background-size: cover;
		background-attachment: fixed;
    }

    .partner .con p {
        margin: 10px 20px;
    }

    .partner .con p span {
        font-size: 12px;
        line-height: 25px;
    }

    .partner .con h1 {
        text-align: center;
        margin-bottom: 10px;
    }

    .partner .con h1 span {
        font-size: 16px;
        display: inline-block;
        margin: -2px 5px 0 0;
    }



    /******** curriculum_detail******/
    .curriculum_detail {
        width: auto;
        margin: 10px;
    }

    .curDet_title {
        margin: 20px 0;
    }

    .curDet_title h1 {
        font-size: 18px;
    }

    .curDet_title p {
        font-size: 14px;
    }

    .curDet_list ul li span {
        font-size: 14px;
    }

    .curDet_list ul li strong {
        font-size: 12px;
    }

    .curDet_item {
        padding-bottom: 15px;
        margin-bottom: 20px;
    }

    .curDet_item h1 span img {
        width: 180px;
    }

    .curDet_item ul li {
        width: 33.3%;
    }

    .curDet_item dl {
        float: initial;
        width: auto;
        height: auto;
        margin: 0 20px 0 20px;
        overflow: auto;
    }

    .curDet_item dl dt {
        margin: 20px 0 0;
    }

    .curDet_item dl dt img {
        width: 200px;
    }

    .curDet_item dl:last-child {
        width: auto;
    }

    .curDet_item dl dd span {
        width: 33.3%;
    }

    .frequency h1 {
        margin-bottom: 10px;
    }

    .frequency h2 {
        margin-bottom: 10px;
    }

    .frequency p {
        font-size: 12px;
    }

    .sub_menu_show {
        display: block;
    }

    .product_banner,.curDet_banner {
        margin-top: 20px;
    }
}

@media(max-width: 910px) {
    /**** footer ***/
    .footer {
        padding: 10px 0;
    }

    .footer_top {
        width: auto;
    }

    .footer .logo {
        float: inherit;
        text-align: center;
        margin-bottom: 10px;
    }

    .footer .logo img {
        width: 180px;
    }

    .linkQRcode {
        float: inherit;
    }

    .linkQRcode p {
        margin: 0 0 0 20px;
    }

    .linkQRcode p a {
        text-align: center;
    }

    .linkQRcode ul {
        float: inherit;
        margin: 0px 0 0 120px;
        padding: 10px 0 0 0;
    }

    .linkQRcode ul li {
        width: 50%;
        margin: 0;
        text-align: center;
        position: relative;
    }

    .linkQRcode ul li img {
        width: 80px;
        float: inherit;
        display: block;
        margin: 0 auto;
        margin-left: -40px;
        position: absolute;
        left: 50%;
    }

    .linkQRcode ul li span {
        display: block;
        float: inherit;
        margin: 80px 0 0;
        clear: both;
        line-height: 30px;
        font-size: 12px;
        width: 100%;
    }

    .footer_bototm {
        font-size: 12px;
        margin-top: 10px;
    }

    .nav-pills .nav-link {
        padding: 0.8em 1.5em;
        font-size: 15px;
    }

    .logo img {
        width: 230px;
    }

    .navbar-light .navbar-toggler {
        color: #fff;
        padding: 0.25rem 0;
    }

    .navbar-light .navbar-toggler-icon {
        background: url("../images/nav_menu_icon.png") no-repeat center center;
        background-size: 20px;
    }

    nav.fixed-navi ul li {
        padding: 10px 0;
        margin: 0;
    }

    .navbar-light .navbar-nav .nav-link {
        font-size: 14px;
    }

    .navbar-collapse {
        position: absolute;
        width: 50%;
        top: 40px;
        height: auto;
        background: rgba(0,0,0,0.8);
        right: 0;
        z-index: 9;
    }

    nav.fixed-navi ul li.active:after {
        bottom: 0;
    }
}

@media(max-width: 640px) {
}

@media(max-width: 568px) {
    nav.navbar.navbar-expand-lg {
        padding: 0 10px;
    }
}



/* //responsive */


/* //animated*/

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
