﻿@import url("base.css");
body {padding-top:80px;font-family:"微软雅黑", "Microsoft YaHei", Verdana, Arial;color:#333;font-size:16px;overflow-x:hidden;}
input,select,button,textarea {font-family:"微软雅黑", "Microsoft YaHei", Verdana, Arial;font-size:14px;color:#333;resize:none;box-sizing:border-box;}
:-moz-placeholder {color:#aaa;}
::-moz-placeholder {color:#aaa;}
:-ms-input-placeholder {color:#aaa;}
::-webkit-input-placeholder {color:#aaa;}
a:link,a:visited,a:active {color:#333;text-decoration:none;}
a:hover {color:#ec5c03;text-decoration:none;}
a {outline:none;-moz-outline:none;blr:expression(this.onFocus=this.blur());}
.al:hover {text-decoration:underline;}
.als a:hover {text-decoration:underline;}
.flex-column {display:flex;flex-direction:column;justify-content:center;}
/*===================================================================================*/

#main {}
#header_blk {position:fixed;top:0px;left:0px;z-index:99;width:100%;box-shadow: 0px 4px 8px rgba(0,0,0,0.1);background-color:#fff;}
#header {position:relative;height:80px;background-color:#fff;}
#logo {position:absolute;top:10px;left:0px;}
#logo img {display:inline-block;height:60px;vertical-align:middle;}
#logo h3 {display:inline-block;margin-left:18px;padding-left:18px;height:30px;line-height:30px;color:#ee6e1f;font-size:22px;vertical-align:middle;border-left:1px solid #ee6e1f;}
#header_as {position:absolute;top:0px;right:0px;width:59px;text-align:right;border-left:1px solid #ccc;}
#header_as li {position:relative;display:inline-block;width:100%;height:80px;font-size:0px;vertical-align:top;box-sizing:border-box;}
#header_as li.qrcode {padding-top:29px;}
#header_as li.qrcode a img {height:22px;}
#header_as li.qrcode > img {position:absolute;top:80px;right:50%;display:none;margin-right:-65px;padding:5px;width:130px;box-sizing:border-box;background-color:#fff;}
#header_as li.qrcode:hover > img {display:block;}

#nav {position:absolute;top:0px;right:70px;height:inherit;}
#nav li {position:relative;display:inline-block;height:80px;vertical-align:top;}
#nav li > a {display:block;padding:0px 15px;height:inherit;line-height:80px;color:#333;}
#nav li > a.nav_over {color:#000;font-weight:bold;}
#nav li:hover > a {color:#000;font-weight:bold;}
#nav li:hover p {display:block;}
#nav li p {position:absolute;top:80px;left:0px;display:none;padding:8px 0px 10px 0px;width:100%;border-radius:0px 0px 5px 5px;background-color:rgba(255,255,255,0.9);}
#nav li p a {display:block;padding:7px 5px;text-align:center;}
#mheader_menu, #mnav {display:none;}

#menu {position:fixed;top:0px;left:0px;z-index:90;padding-top:80px;width:100%;height:100%;box-sizing:border-box;background-color:#fff;transform:translateX(-100%);transition:all 200ms;}
#menu li > a {display:block;position:relative;padding:14px 0px 14px 25px;font-size:16px;border-bottom:1px dashed #ddd;}
#menu li > a i {position:absolute;top:18px;right:30px;}
.menu_slist {position:absolute;top:70px;left:0px;z-index:10;width:100%;height:100%;box-sizing:border-box;background-color:#fff;transform:translateX(-100%);transition:all 200ms;}
.menu_name {padding-left:25px;height:78px;line-height:78px;background-color:#343a40;}
.menu_name span {color:#bbb;cursor:pointer;}
.menu_name span i {margin-right:5px;}
.menu_name strong {margin-left:88px;color:#fff;font-family:"Microsoft YaHei";font-size:18px;}
.menu_subs a {display:block;padding:14px 0px 14px 25px;font-size:16px;border-bottom:1px dashed #e5e5e5;}

#banners {position:relative;height:300px;font-size:0px;background-repeat:no-repeat;background-position:center top;}
#banners img {display:none;width:100%;}
#banner2 {position:relative;font-size:0px;}
#banner2 img {display:block;width:100%;}
/*
#banner2 {position:relative;height:550px;font-size:0px;background-repeat:no-repeat;background-position:center top;}
#banner2 img {display:none;width:100%;}
*/
.wrap {margin-left:auto;margin-right:auto;width:1564px;}
.wrap2 {margin-left:auto;margin-right:auto;width:1400px;}
.wrap3 {margin-left:auto;margin-right:auto;width:1140px;}
#content,#content2,#content3,#ds,#ds3 {margin-top:80px;}
#dsleft {float:left;width:750px;}
#dsright {float:right;width:200px;}
#footer_imgs {margin-top:88px;font-size:0px;overflow:hidden;}
#footer_imgs .pc {position:relative;left:50%;width:1920px;margin-left:-960px;text-align:center;}
#footer_imgs .sj {display:none;}
#footer_imgs .sj img {width:100%;}
#footer_info {width:100%;border-top:1px solid #222;background:url(../images/footer_bg.jpg) no-repeat center top #303036;}
#footer_info .wrap {position:relative;padding-top:65px;padding-bottom:55px;color:#ccc;background:url(../images/footer_bg.jpg) no-repeat center top #303036;}
#footer_info a {color:#ccc;}
#footer_info a:hover {color:#ec5c03;}
#footer_info .flogo {display:inline-block;width:28%;font-size:0px;vertical-align:top;}
#footer_info .flogo p {padding:20px 0px;}
#footer_info .flogo div {width:65%;color:#fff;font-size:16px;line-height:2;}
#footer_info .flogo div a {color:#fff;}
#footer_info .fnav {display:inline-block;width:58%;vertical-align:top;}
#footer_info .fnav li {display:inline-block;width:20%;text-align:center;vertical-align:top;}
#footer_info .fnav li h3 {color:#fff;font-size:20px;font-weight:normal;}
#footer_info .fnav li h3 a {color:#fff;}
#footer_info .fnav li h3 a:hover {color:#ec5c03;}
#footer_info .fnav li p {margin-top:15px;}
#footer_info .qrcode {position:absolute;top:68px;right:0px;width:130px;font-size:0px;text-align:center;}
#footer_info .qrcode img {width:100px;}
#footer_info .qrcode p {margin-top:8px;font-size:14px;}
#footer {width:100%;border-top:1px solid #222;background-color:#303036;}
#footer .wrap {padding-top:20px;padding-bottom:20px;color:#ccc;font-size:14px;line-height:1.8;text-align:center;background-color:#303036;}
#footer a {color:#ccc;}
#footer a:hover {color:#ec5c03;}

#fnav {position:fixed;bottom:0px;left:0px;z-index:999;display:none;width:100%;height:50px;background-color:#eee;}
#fnav div {width:45%;}
#fnav div a {display:inline-block;padding-top:26px;width:50%;height:50px;color:#666;text-align:center;vertical-align:top;box-sizing:border-box;border-right:1px solid #ccc;background-repeat:no-repeat;}
#fnav div a:last-child {border-right:none;}
#fnav div .home {background-size:auto 17px;background-position:center 9px;background-image:url(../images/gohome_icon.png);}
#fnav div .kefu {background-size:auto 20px;background-position:center 7px;background-image:url(../images/kf_icon.png);}
#fnav > a {position:absolute;top:0px;right:0px;display:block;width:55%;height:50px;line-height:50px;color:#fff;font-size:20px;text-align:center;background-color:#fa842d;}

#dsright .tis {margin-top:5px;color:#333;font-size:24px;}
#dsright .newstj li {margin-top:25px;padding-bottom:20px;border-bottom:1px solid #ccc;}
#dsright .newstj li:last-child {padding-bottom:0px;border-bottom:none;}
#dsright .newstj li > a {display:block;font-size:0px;overflow:hidden;}
#dsright .newstj li > a img {width:100%;transition:all ease-out 400ms;}
#dsright .newstj li h2 {padding:5px 0px 8px 0px;font-size:16px;font-weight:normal;line-height:1.5;}
#dsright .newstj li p {color:#999;font-size:14px;}
#dsright .newstj li:hover > a img {transform:scale(1.05);}

.mflq {margin-top:88px;padding:80px 0px;background:url(../images/mflq_bg.jpg) no-repeat center center;}
.mflq > div {padding:0px 50px 80px 50px;border-radius:10px;background-color:rgba(0,0,0,0.2);overflow:hidden;}
.mflq .tis {padding:70px 0px 50px 0px;color:#fff;font-size:36px;text-align:center;}
.mflq .nrs {display:flex;flex-flow:row nowrap;justify-content:space-between;}
.mflq .form {display:flex;flex-direction:column;justify-content:center;padding:0px 75px;width:58%;border-radius:10px;box-sizing:border-box;background-color:#fff;}
.mflq .form input {margin-top:20px;padding:0px 20px;width:100%;height:60px;color:#666;font-size:18px;border:1px solid #b3b3b3;background-color:#fff;}
.mflq .form input:first-child {margin-top:0;}
.mflq .form button {margin-top:40px;width:100%;height:60px;color:#fff;font-size:20px;border:none;background-color:#ee6e1f;}
.mflq .text {display:flex;flex-direction:column;justify-content:center;padding:30px 10px;width:38%;color:#fff;border-radius:10px;box-sizing:border-box;background-color:rgba(0,0,0,0.27);}
.mflq .text h3 {color:#ffc107;font-size:32px;text-align:center;}
.mflq .text h3 span {display:block;}
.mflq .text .wzs {padding:20px 0px 25px 0px;font-size:18px;line-height:1.8;text-align:center;}
.mflq .text .rks {margin-left:30px;}
.mflq .text .rks span {position:relative;display:inline-block;padding:0px 15px 0px 44px;height:40px;line-height:40px;border-radius:20px 0px 0px 20px;background-color:#ee6e1f;}
.mflq .text .rks span i {position:absolute;top:8px;left:10px;display:block;width:25px;height:25px;line-height:25px;color:#ee6e1f;font-size:14px;text-align:center;border-radius:50%;background-color:#fff;}
.mflq .text .tel {margin:25px 0px 0px 30px;padding-left:55px;min-height:41px;background:url(../images/telbg.png) no-repeat 0px 3px;}
.mflq .text .tel strong {display:block;margin-top:5px;font-weight:normal;}

/*===================================================================================*/

.ititle {padding-top:88px;text-align:center;}
.ititle h2 {color:#333;font-size:38px;}
.ititle p {margin-top:5px;color:#808080;}
.ititle p.s1 {font-size:26px;font-weight:bold;}
.ititle_menu {margin-top:45px;text-align:center;}
.ititle_menu a {display:inline-block;margin:0px 15px;padding:0px 20px;height:32px;line-height:32px;color:#fff;vertical-align:top;border-radius:17px;box-sizing:border-box;border:1px solid transparent;}
.ititle_menu a:hover {border-color:#fff;}

#ifwtx {display:flex;flex-flow:row wrap;padding-top:1.5%;}
#ifwtx > div {margin:1.2% 1.2% 0px 0px;width:24.1%;border-radius:12px 12px 0px 0px;background-color:#f7f7f7;overflow:hidden;}
#ifwtx > div:nth-child(4n) {margin-right:0;}
#ifwtx > div span {display:block;height:30px;background-color:#f9702d;
	background-image:-webkit-linear-gradient(left,#fa932e,#f9702d);
	background-image:-moz-linear-gradient(left,#fa932e,#f9702d);
	background-image:-ms-linear-gradient(left,#fa932e,#f9702d);
	background-image:-o-linear-gradient(left,#fa932e,#f9702d);
	background-image:linear-gradient(left,#fa932e,#f9702d);
}
#ifwtx > div .text {padding:0px 40px 40px 40px;}
#ifwtx > div .text h4 {padding:25px 0px 20px 0px;color:#ee6e1f;font-size:20px;text-align:center;}
#ifwtx > div .text div {color:#333;line-height:1.6;}
#ifwtx > div .text div p {height:10px;}

#ixxhd {padding-top:60px;font-size:0px;}
#ixxhd li {position:relative;display:inline-block;margin:1.28% 1.28% 0px 0px;width:32.48%;vertical-align:top;overflow:hidden;}
#ixxhd li:nth-child(3n) {margin-right:0;}
#ixxhd li:nth-child(1), #ixxhd li:nth-child(2), #ixxhd li:nth-child(3) {margin-top:0;}
#ixxhd li img {width:100%;transition:all ease-out 500ms;}
#ixxhd li:hover img {transform:scale(1.05);}
/*
#ixxhd p {overflow:hidden;}
#ixxhd p img {width:100%;transition:all ease-out 500ms;}
#ixxhd p:hover img {transform:scale(1.03);}
*/

/*===================================================================================*/

.nodata {padding:150px 0px;color:#999;font-size:18px;text-align:center;}
#title_cur {position:absolute;top:0px;left:0px;display:flex;flex-direction:column;justify-content:center;width:100%;height:inherit;color:#fff;text-align:center;}
#title_cur h2 {font-size:40px;letter-spacing:5px;}
#title_cur p {margin-top:12px;font-size:16px;}
#title_cur p a {color:#fff;}
#title_cur p a:hover {text-decoration:underline;}
#title_cur p span {position:relative;top:-1px;padding:0px 10px;font-size:14px;}
#title_curs {font-size:14px;background-color:#f8f6f7;}
#title_curs div {padding-top:20px;padding-bottom:20px;}
#title_curs span {position:relative;top:-1px;padding:0px 5px;}
#title_curs strong {font-weight:normal;}
#title_str {padding:35px 0px 30px 0px;font-size:14px;}
#title_str span {padding:0px 5px;}

.input_text {padding:0px 8px;width:280px;height:34px;line-height:34px\9;box-sizing:border-box;border:1px solid #ddd;}
.input_area {padding:6px 8px;height:176px;line-height:1.6;box-sizing:border-box;border:1px solid #ddd;resize:none;overflow-y:auto;}
.input_select {padding:0px 0px 0px 8px;height:34px;box-sizing:border-box;border:1px solid #ddd;}
.input_radio {position:relative;top:1px;}
.input_checkbox {position:relative;top:1px;}
@media screen and (-webkit-min-device-pixel-ratio:0){
	.input_radio {position:relative;top:3px;width:15px;height:15px;}
	.input_checkbox {position:relative;top:3px;width:15px;height:15px;}
}
.button {width:150px;height:40px;color:#fff;font-size:16px;box-sizing:border-box;border:none;background-color:#333;cursor:pointer;}
.button:hover {background-color:#ff0000;}

.editorc_box {margin:0px auto;padding-top:30px;width:100%;overflow:hidden;}
.editorc {line-height:1.8;}
.editorc p {margin-bottom:20px;}
.editorc p:last-child {margin-bottom:0px;}
.editorc a {text-decoration:underline;}
.editorc hr {padding-bottom:4px;border:0px;border-top:1px solid #ccc;}
.editorc h1,.editorc h2,.editorc h3,.editorc h4,.editorc h5,.editorc h6 {padding:9px 0px;font-weight:normal;line-height:1.2;}
.editorc ul {margin-bottom:20px;padding-left:1.4em;}
.editorc ul:last-child {margin-bottom:0px;}
.editorc ul li {list-style-type:disc;}
.editorc ol {margin-bottom:20px;padding-left:1.5em;}
.editorc ol li {list-style-type:decimal;}
.editorc ol:last-child {margin-bottom:0px;}
.editorc table.border {margin-bottom:20px;border:none;border-top:1px solid #ddd;border-left:1px solid #ddd;}
.editorc table.border td,.editorc table.border th {padding:6px 5px;border:none;border-right:1px solid #ddd;border-bottom:1px solid #ddd;}
.editorc table.border td table {margin-bottom:0px;}
.editorc table.border td p {margin:0px;padding:0px;}
.editorc table.border th p {margin:0px;padding:0px;}

.editorc2 {line-height:1.8;}
.editorc2 img {vertical-align:top;}
.editorc2 a {text-decoration:underline;}
.editorc2 hr {padding-bottom:4px;border:0px;border-top:1px solid #ccc;}
.editorc2 h1,.editorc2 h2,.editorc2 h3,.editorc2 h4,.editorc2 h5,.editorc2 h6 {padding:9px 0px;font-weight:normal;line-height:1.2;}
.editorc2 ul {margin-bottom:20px;padding-left:1.4em;}
.editorc2 ul:last-child {margin-bottom:0px;}
.editorc2 ul li {list-style-type:disc;}
.editorc2 ol {margin-bottom:20px;padding-left:1.5em;}
.editorc2 ol li {list-style-type:decimal;}
.editorc2 ol:last-child {margin-bottom:0px;}

.editorc_tbe table {margin-bottom:20px;border:none;border-top:1px solid #ddd;border-left:1px solid #ddd;}
.editorc_tbe td {padding:6px 5px;border:none;border-right:1px solid #ddd;border-bottom:1px solid #ddd;}
.editorc_tbe td table {margin-bottom:0px;}
.editorc_tbe td p,.editorc_tbe th p {margin:0px;padding:0px;}
.editorc_tbe table.no-border {border:none;}
.editorc_tbe table.no-border table {border:none;}
.editorc_tbe table.no-border td {border:none;padding:0px;}
.editorc_tbe table.no-border th {border:none;padding:0px;}

#prevnext {position:relative;margin-top:5%;padding-top:12px;color:#999;font-size:14px;text-align:left;border-top:1px solid #ccc;overflow:hidden;}
#prevnext p {display:inline-block;width:45%;height:20px;line-height:20px;vertical-align:top;}
#prevnext .next {margin-left:10%;text-align:right;}
#video_play {width:1200px;height:672px;font-size:0px;background-color:#000;overflow:hidden;}

/*===================================================================================*/
/* 电商课程 */

#kc_ld {padding-bottom:80px;background-color:#f7f7f7;}
#kc_ld .ititle {padding:0px 0px 30px 0px;}
#kc_ld .list {display:flex;flex-flow:row wrap;}
#kc_ld .list div {margin:1.75% 1.75% 0px 0px;padding:50px 20px;width:32.166%;text-align:center;border-radius:10px;box-sizing:border-box;border:2px solid #ec6916;background-color:#fff;}
#kc_ld .list div:nth-child(3n) {margin-right:0;}
#kc_ld .list div h3 {color:#333;font-size:24px;}
#kc_ld .list div p {margin-top:12px;color:#606060;font-size:20px;}
#kc_ld .list div:hover {box-shadow:0px 0px 15px rgba(0,0,0,0.2);}
#kc_ld .youshi {font-size:0px;}
#kc_ld .youshi li {display:inline-block;margin-top:50px;width:33.333%;text-align:center;box-sizing:border-box;vertical-align:top;}
#kc_ld .youshi li:nth-child(1),#kc_ld .youshi li:nth-child(2),#kc_ld .youshi li:nth-child(3) {margin-top:20px;}
#kc_ld .youshi li img {height:74px;}
#kc_ld .youshi li h3 {padding:20px 0px 12px 0px;color:#333;font-size:24px;}
#kc_ld .youshi li p {color:#606060;font-size:20px;}

#kc_ds {background:url(../images/kc_ds_bg.png) no-repeat center bottom #f7f7f7;}
#kc_ds > div {display:flex;flex-flow:row nowrap;}
#kc_ds .text {display:flex;flex-direction:column;justify-content:center;padding-right:50px;width:52.64%;color:#fff;box-sizing:border-box;}
#kc_ds .text h3 {font-size:30px;}
#kc_ds .text .name {padding:40px 0px 30px 0px;}
#kc_ds .text .name h2 {font-size:40px;}
#kc_ds .text .name p {font-size:30px;}
#kc_ds .text .desc {font-size:20px;line-height:2;}
#kc_ds .imgs {width:47.36%;font-size:0px;}
#kc_ds .imgs img {width:100%;}

#kc_dg {padding-top:60px;font-size:0px;}
#kc_dg p img {width:100%;}

#kc_xyhp_box {padding-bottom:80px;}
#kc_xyhp {position:relative;}
#kc_xyhp .swiper-container {margin:60px auto 0px auto;width:1140px;font-size:0px;}
#kc_xyhp .swiper-wrapper {width:100%;height:auto;}
#kc_xyhp .swiper-slide {width:auto;text-align:center;}
#kc_xyhp .swiper-slide img {width:100%;}
#kc_xyhp .swiper-pagination {position:static;left:0px;top:0px;z-index:2;margin-top:50px;height:12px;text-align:center;}
#kc_xyhp .swiper-pagination span {position:relative;margin:0px;width:12px;height:12px;color:#fff;font-size:0px;vertical-align:top;border-radius:50%;background:#ccc;opacity:1;}
#kc_xyhp .swiper-pagination span.swiper-pagination-bullet {margin:0px 5px;}
#kc_xyhp .swiper-pagination span.swiper-pagination-bullet-active {background:#ec5c03;}
#kc_xyhp .swiper-prevnext {position:absolute;top:50%;z-index:3;margin-top:-85px;color:#666;font-size:50px;cursor:pointer;}
#kc_xyhp .swiper-prevnext:hover {color:#ec5c03;}
#kc_xyhp .swiper-prev {left:0px;}
#kc_xyhp .swiper-next {right:0px;}

#kc_xycf_box {background:url(../images/kc_xycf_bg.jpg) no-repeat center center;background-size:cover;}
#kc_xycf {margin:0px auto;padding:50px 0px 80px 0px;width:1160px;}
#kc_xycf .imgs {float:left;width:855px;font-size:0px;}
#kc_xycf .imgs li {display:none;}
#kc_xycf .imgs li img {width:100%;}
#kc_xycf .imgs li .sj {display:none;}
#kc_xycf .list {position:relative;float:right;width:298px;}
#kc_xycf .list .swiper-container {width:100%;height:490px;font-size:0px;}
#kc_xycf .list .swiper-wrapper {width:100%;height:100%;}
#kc_xycf .list .swiper-slide {padding:0px 15px;height:90px;text-align:left;box-sizing:border-box;border:1px solid #ebebeb;background-color:#fff;cursor:pointer;overflow:hidden;}
#kc_xycf .list .swiper-slide h3 {color:#333;font-size:18px;}
#kc_xycf .list .swiper-slide div {position:relative;margin-top:10px;padding-right:150px;color:#808080;font-size:14px;}
#kc_xycf .list .swiper-slide div span {position:absolute;top:0px;right:0px;}
#kc_xycf .list .active {border-color:#ee6e1f;background-color:#ee6e1f;}
#kc_xycf .list .active h3 {color:#fff;}
#kc_xycf .list .active div {color:#fff;}
#kc_xycf .list .swiper-prevnext {position:absolute;left:0px;z-index:3;width:100%;text-align:center;}
#kc_xycf .list .swiper-prevnext i {color:#666;font-size:36px;cursor:pointer;}
#kc_xycf .list .swiper-prevnext:hover i {color:#ec5c03;}
#kc_xycf .list .swiper-prevs {top:-40px;}
#kc_xycf .list .swiper-nexts {bottom:-40px;}
#kc_xycf .list .swiper-prev {display:none;}
#kc_xycf .list .swiper-prevnextm {display:none;}

#course {margin-top:88px;}
#course li {display:inline-block;margin:2.6% 2.6% 0px 0px;width:31.6%;vertical-align:top;}
#course li:nth-child(3n) {margin-right:0;}
#course li:nth-child(1), #course li:nth-child(2), #course li:nth-child(3) {margin-top:0;}
#course li .imgs {font-size:0px;overflow:hidden;}
#course li .imgs img {width:100%;transition:all ease-out 400ms;}
#course li h2 {padding:25px 0px 20px 0px;font-size:24px;}
#course li .price {position:relative;color:#333;}
#course li .price:after {display:block;margin-top:15px;width:50px;height:4px;content:"";background-color:#ec5c03;}
#course li .price > span {position:absolute;top:0px;right:0px;color:#ec1903;font-size:14px;}
#course li .price > span span {margin-left:3px;font-size:20px;font-weight:bold;}
#course li .desc {margin-top:10px;color:#666; line-height:1.6;}
#course li:hover .imgs img {transform:scale(1.08);}

#course_xxss {position:relative;margin:50px 0px;padding-left:52px;height:50px;overflow:hidden;}
#course_xxss img {position:absolute;top:0px;left:0px;width:38px;height:50px;border-radius:3px;}
#course_xxss div {color:#333;}
#course_xxss div p {display:inline-block;margin-left:18px;padding-right:18px;height:50px;line-height:1.6;vertical-align:top;box-sizing:border-box;border-right:1px solid #e6e3e4;}
#course_xxss div p:last-child {padding-right:0;border-right:none;}
#course_xxss div p span {color:#999;}
#course_xxss .price {position:absolute;top:5px;right:0px;color:#ec1903;font-size:14px;}
#course_xxss .price span {margin-left:3px;font-size:30px;font-weight:bold;}
#course_image {font-size:0px;text-align:center;}
#course_image img {max-width:100%;}
#course_menu {margin-top:30px;}
#course_menu li {display:inline-block;margin-right:1.1%;width:32.6%;height:50px;line-height:50px;color:#333;text-align:center;vertical-align:top;box-sizing:border-box;border:1px solid #eee;background-color:#f8f6f7;cursor:pointer;}
#course_menu li:last-child {margin-right:0;}
#course_menu li.active {border-bottom:none;border-top:4px solid #ee6e1f;background-color:#fff;}
.course_detail {margin-top:20px;display:none;}

/*===================================================================================*/
/* 关于我们 */

.aboutus_tis {text-align:center;}
.aboutus_tis h2 {color:#333;font-size:30px;}
#aboutus_intro {padding-top:88px;padding-bottom:88px;}
#aboutus_intro .aboutus_tis {padding:35px 0px 20px 0px;}
#aboutus_intro .imgs {position:relative;font-size:0px;text-align:center;}
#aboutus_intro .imgs img {max-width:100%;}
#aboutus_intro .imgs a {position:absolute;top:0px;left:0px;z-index:2;display:block;width:100%;height:100%;background:url(../images/player.png) no-repeat center center rgba(0,0,0,0.3);}
#aboutus_intro .imgs a.sj {display:none;}
#aboutus_intro .sj {display:none;}
#aboutus_intro .editorc {line-height:1.6;}
#aboutus_intro .youshi {margin-top:50px;display:flex;justify-content:space-between;}
#aboutus_intro .youshi div {padding:5px 15px 15px 15px;width:23.24%;text-align:center;box-sizing:border-box;background-color:#f5f5f5;}
#aboutus_intro .youshi div h4 {color:#ec6815;font-size:38px;}
#aboutus_intro .youshi div p {color:#666;}

.aboutus_imgs {font-size:0px;overflow:hidden;}
.aboutus_imgs .pc {position:relative;left:50%;width:1920px;margin-left:-960px;text-align:center;}
.aboutus_imgs .sj {display:none;}
.aboutus_imgs .sj img {width:100%;}

#aboutus_kctx {padding:80px 0px;background:url(../images/kctx_bg.jpg) no-repeat center center;}
#aboutus_kctx a {position:relative;display:inline-block;margin:4% 1.9% 0px 0px;width:23.575%;font-size:0px;vertical-align:top;overflow:hidden;}
#aboutus_kctx a:nth-child(4n) {margin-right:0;}
#aboutus_kctx a img {width:100%;transition:all ease-out 500ms;}
#aboutus_kctx a div {position:absolute;top:0px;left:0px;z-index:2;width:100%;height:100%;text-align:center;transition:all ease-out 300ms;}
#aboutus_kctx a div h3 {color:#fff;font-size:24px;}
#aboutus_kctx a:hover img {transform:scale(1.06);}

#teacher  {padding-bottom:60px;}
#teacher .aboutus_tis {padding:88px 0px 50px 0px;}
#teacher ul {font-size:0px;}
#teacher ul li {position:relative;display:inline-block;margin:2.6% 2.6% 0px 0px;width:23.05%;vertical-align:top;border-radius:10px;overflow:hidden;}
#teacher ul li:nth-child(4n) {margin-right:0;}
#teacher ul li:nth-child(1), #teacher ul li:nth-child(2), #teacher ul li:nth-child(3), #teacher ul li:nth-child(4) {margin-top:0;}
#teacher ul li:after {position:absolute;top:0px;left:0px;z-index:2;width:100%;height:100%;content:"";opacity:0;background-color:rgba(236,92,3,0.85);transition:all ease-out 300ms;}
#teacher ul li img {width:100%;}
#teacher ul li div {position:absolute;top:0px;left:0px;z-index:3;padding:5%;width:100%;height:100%;color:#fff;text-align:center;box-sizing:border-box;}
#teacher ul li div h2 {font-size:26px;opacity:0;transform:translateY(-30px);transition:all ease-out 500ms;}
#teacher ul li div p {margin-top:10px;max-height:270px;line-height:30px;font-size:16px;opacity:0;transform:translateY(30px);transition:all ease-out 500ms;overflow:hidden;}
#teacher ul li:hover:after {opacity:1;}
#teacher ul li:hover div h2 {opacity:1;transform:translateY(0);}
#teacher ul li:hover div p {opacity:1;transform:translateY(0);}

#history {padding:80px 0px;background:url(../images/history_bg.jpg) no-repeat center top #ececec;}
#history .linebg {position:relative;margin-top:120px;}
#history .linebg:after {position:absolute;top:75px;left:0px;z-index:1;display:block;width:100%;height:2px;content:"";background-color:#666;}
#history .swiper-container {z-index:2;margin:0px auto;width:1220px;}
#history .swiper-wrapper {width:100%;height:auto;}
#history .swiper-slide {padding:0px 40px;width:25%;height:auto;color:#333;box-sizing:border-box;}
#history .swiper-slide h4 {position:relative;padding-bottom:45px;font-size:44px;text-align:center;}
#history .swiper-slide h4:after {position:absolute;top:69px;left:50%;display:block;margin-left:-7px;width:14px;height:14px;content:"";border-radius:50%;box-sizing:border-box;border:3px solid #fff;background-color:#8d8d8d;}
#history .swiper-slide div {color:#000;line-height:1.7;}
#history .swiper-prevnext {position:static;top:0px;z-index:3;margin-top:100px;text-align:center;}
#history .swiper-prevnext i {display:inline-block;width:60px;height:60px;line-height:60px;color:#666;font-size:30px;vertical-align:top;box-sizing:border-box;border:1px solid #666;cursor:pointer;}
#history .swiper-prevnext i:hover {color:#ec5c03;border-color:#ec5c03;}
#history .swiper-prevnext i:last-child {margin-left:20px;}

#photos_class {display:flex;flex-flow:row nowrap;}
#photos_class a {flex:1 0 auto;height:50px;line-height:50px;font-size:18px;text-align:center;box-sizing:border-box;border-right:1px solid #fff;background-color:#e8e8e8;overflow:hidden;}
#photos_class a:last-child {border-right:none;}
#photos_class a.active, #photos_class a:hover {color:#fff;background-color:#ee6e1f;}

#photos {padding:50px 0px 80px 0px;font-size:0px;}
#photos a {position:relative;display:inline-block;margin:1.75% 1.75% 0px 0px;width:32.166%;font-size:0px;text-align:center;vertical-align:top;overflow:hidden;}
#photos a:nth-child(1), #photos a:nth-child(2), #photos a:nth-child(3) {margin-top:0;}
#photos a:nth-child(3n) {margin-right:0;}
#photos a:before {position:absolute;top:0px;left:0px;z-index:2;display:block;width:100%;height:100%;content:"";opacity:0;background-color:rgba(0,0,0,0.5);transition:all ease-out 300ms;}
#photos a:after {position:absolute;top:50%;left:50%;z-index:3;display:block;margin:-14px 0px 0px -20px;width:41px;height:28px;content:"";opacity:0;background:url(../images/eye.png) no-repeat;transform:translateY(-20px);transition:all ease-out 500ms;}
#photos a img {width:100%;}
#photos a:hover:before {opacity:1;}
#photos a:hover:after {opacity:1;transform:translateY(0);}

/*===================================================================================*/
/* 学员案例 */

#cases .ititle {padding-top:0;}
#cases ul {margin-top:50px;}
#cases ul li {display:inline-block;margin:3% 1.75% 0px 0px;width:32.1666%;vertical-align:top;}
#cases ul li:nth-child(3n) {margin-right:0;}
#cases ul li:nth-child(1),#cases ul li:nth-child(2),#cases ul li:nth-child(3) {margin-top:0;}
#cases ul li > a {display:block;font-size:0px;border-radius:8px;overflow:hidden;}
#cases ul li > a img {width:100%;transition:all ease-out 400ms;}
#cases ul li h2 {padding:15px 0px 10px 0px;font-size:20px;font-weight:normal;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
#cases ul li p {color:#888;}
#cases ul li:hover img {transform:scale(1.05);}

#anlily {position:relative;}
#anlily .swiper-container {margin:50px auto 0px auto;width:1140px;font-size:0px;}
#anlily .swiper-wrapper {width:100%;height:auto;}
#anlily .swiper-slide {width:auto;text-align:center;}
#anlily .swiper-slide img {width:100%;}
#anlily .swiper-prevnext {position:absolute;top:50%;z-index:3;margin-top:-25px;color:#666;font-size:50px;cursor:pointer;}
#anlily .swiper-prevnext:hover {color:#ec5c03;}
#anlily .swiper-prev {left:0px;}
#anlily .swiper-next {right:0px;}

#processly .imgs {margin-top:50px;font-size:0px;}
#processly .imgs img {width:100%;}
#processly .imgs .sj {display:none;}

/*===================================================================================*/
/* 服务联盟 */

#fwlm {margin:88px auto 0px auto;width:1140px;}
#fwlm ul {font-size:0px;}
#fwlm ul li {display:inline-block;margin:1.754% 1.754% 0px 0px;width:32.164%;vertical-align:top;}
#fwlm ul li:nth-child(1),#fwlm ul li:nth-child(2),#fwlm ul li:nth-child(3) {margin-top:0;}
#fwlm ul li:nth-child(3n) {margin-right:0;}
#fwlm ul li img {width:100%;box-shadow:0px 0px 15px rgba(0,0,0,0.1);transition:all ease-out 400ms;}
#fwlm ul li:hover img {box-shadow:0px 0px 15px rgba(0,0,0,0.2);transform:translateY(-10px);}
#fwlm > div {display:flex;justify-content:center;margin-top:60px;padding:10px 0px;background-color:#ee6e1f;}
#fwlm > div .text {margin-right:35px;width:320px;color:#fff;text-align:center;line-height:1.8;}
#fwlm > div .qrcode {width:90px;font-size:0px;}
#fwlm > div .qrcode img {width:100%;}

/*===================================================================================*/
/* 新闻列表 */

#news {color:#666;}
#news .wrap3 {position:relative;}
#news .date {position:absolute;top:60px;left:0px;z-index:2;width:158px;height:124px;}
#news .date p {position:absolute;top:50%;left:0px;margin-top:-15px;width:100%;height:30px;line-height:30px;font-size:20px;border-right:1px solid #666;}
#news .imgs {position:absolute;top:60px;left:200px;z-index:2;width:220px;height:124px;background:url(../images/nopic.png) no-repeat center center;overflow:hidden;}
#news .imgs img {width:100%;height:100%;transition:all ease-out 500ms;}
#news .text {padding:55px 0px 55px 450px;}
#news .text h2 {font-size:24px;font-weight:normal;}
#news .text .desc {padding:15px 0px;line-height:2.1;}
#news .text .xxas a {color:#666;}
#news .text .xxas a:hover {color:#ec5c03;}
#news .list:hover {background-color:#f7f7f7;}
#news .list:hover .imgs img {transform:scale(1.07);}

#news_info {text-align:center;}
#news_info h1 {font-size:32px;font-weight:normal;line-height:1.4;}
#news_info p {margin-top:15px;color:#999;font-size:14px;}
#news_info p span {padding:0px 20px;}

#article {width:900px;}
#article li {position:relative;margin-top:25px;padding-left:225px;height:175px;border-bottom:1px dashed #ccc;overflow:hidden;}
#article li img {position:absolute;top:0px;left:0px;width:200px;height:150px;}
#article li h2 {padding:2px 0px 3px 0px;font-size:18px;font-weight:normal;}
#article li span {color:#888;font-size:12px;}
#article li p {margin-top:10px;height:66px;color:#888;font-size:12px;line-height:22px;overflow:hidden;}
.article_list_nopic {position:absolute;top:0px;left:0px;display:block;width:200px;height:150px;background:url(../images/nopic.png) no-repeat center center #f0f0f0;}

/*===================================================================================*/
/* 联系我们 */

#contact {display:flex;padding-top:100px;padding-bottom:100px;}
#contact .lxs {padding:0px 6%;width:30%;box-sizing:border-box;background-color:#ec5c03;}
#contact .lxs p {margin:15px 0px;padding-left:35px;color:#fff;font-size:20px;line-height:1.8;background-repeat:no-repeat;background-position:left center;}
#contact .lxs p.lxr {min-height:27px;background-image:url(../images/contact_phone.png);}
#contact .lxs p.tel {min-height:25px;background-image:url(../images/contact_tel.png);}
#contact .lxs p.fax {min-height:24px;background-image:url(../images/contact_fax.png);}
#contact .lxs p.email {min-height:18px;background-image:url(../images/contact_email.png);}
#contact .lxs p.dtline {min-height:25px;background-image:url(../images/contact_dtline.png);}
#contact .lxs p.address {min-height:26px;background-image:url(../images/contact_address.png);background-position:left 6px;}
#contact .lxs a {color:#fff;}

#contact .message {padding:60px 8%;width:70%;box-sizing:border-box;background-color:#f7f7f7;}
#contact .message .tis h3 {font-size:40px;}
#contact .message .tis p {padding:25px 0px 5px 0px;line-height:1.8;}
#contact .message .inputs {display:inline-block;margin-top:30px;width:31%;font-size:0px;vertical-align:top;}
#contact .message .inputs:nth-child(2),#contact .message .inputs:nth-child(3) {margin-left:3.5%;}
#contact .message .inputs input {padding:0px 22px;width:100%;height:48px;border-radius:24px;border:none;background-color:#fff;}
#contact .message .inputs textarea {padding:15px 22px;width:100%;height:156px;line-height:1.7;border-radius:24px;border:none;background-color:#fff;}
#contact .message .inputs input:focus,#contact .message .inputs textarea:focus {box-shadow:0px 0px 5px rgba(0,0,0,0.1);}
#contact .message button {display:block;margin:40px auto 0px auto;padding-left:16px;width:200px;height:48px;line-height:48px;color:#fff;font-size:16px;border-radius:24px;box-sizing:border-box;border:none;background-color:#ec5c03;transition:all ease-out 300ms;}
#contact .message button:after {position:relative;top:-1px;display:inline-block;width:16px;height:17px;content:"";vertical-align:middle;opacity:0;background:url(../images/arrow6.png) no-repeat;transition:all ease-out 300ms;}
#contact .message button:hover {padding-left:0;}
#contact .message button:hover:after {margin-left:10px;opacity:1;}

#contact_map {height:600px;font-size:0px;background-position:center top;background-repeat:no-repeat;}
#contact_map img {display:none;width:100%;}

/*===================================================================================*/

#win_ts {position:fixed;top:20%;left:50%;z-index:9999;margin-left:-170px;padding:32px 20px;width:300px;color:#fff;font-size:22px;line-height:1.4;text-align:center;opacity:0;transition:all 0.5s;border-radius:8px;background-image:url(../images/tbs/black70.png);overflow:hidden;}
#win_loading {position:fixed;top:0%;left:0%;z-index:9999;width:100%;height:100%;background:url(../images/loading2.gif) no-repeat center center;}
#win_loading_bg {position:fixed;top:0px;left:0px;z-index:9998;width:100%;height:100%;background:url(../images/tbs/white0.png);}

#float_os {position:fixed;top:50%;right:30px;z-index:98;margin-top:-240px;width:70px;font-size:14px;text-align:center;}
#float_os .bts {padding:10px 0px;color:#fff;border-radius:4px 4px 0px 0px;background-color:#fa842d;}
#float_os .list li {position:relative;border-left:1px solid #ccc;border-right:1px solid #ccc;border-bottom:1px solid #ccc;background-color:#fff;background-repeat:no-repeat;}
#float_os .list li a {display:block;padding-top:40px;height:68px;color:#fa842d;box-sizing:border-box;}
#float_os .list li:hover {border-left-color:#fa842d;border-right-color:#fa842d;border-bottom-color:#fa842d;background-color:#fa842d;}
#float_os .list li:hover a {color:#fff;}
#float_os .list .qq {background-size:auto 30px;background-position:center 8px;background-image:url(../images/float_os_qq2.png);}
#float_os .list .qq:hover {background-image:url(../images/float_os_qq3.png);}
#float_os .list .qrcode {background-size:auto 26px;background-position:center 10px;background-image:url(../images/float_os_weixin2.png);}
#float_os .list .qrcode img {position:absolute;top:0px;right:78px;display:none;padding:8px;width:138px;box-sizing:border-box;background-color:#fa842d;}
#float_os .list .qrcode:hover {background-image:url(../images/float_os_weixin.png);}
#float_os .list .qrcode:hover img {display:block;}
#float_os .list .tel {background-size:auto 26px;background-position:center 10px;background-image:url(../images/float_os_tel2.png);}
#float_os .list .tel div {position:absolute;top:0px;right:78px;display:none;padding:0px 20px;height:68px;color:#fff;font-size:16px;text-align:center;white-space:nowrap;word-break:keep-all;background-color:#fa842d;}
#float_os .list .tel:hover {background-image:url(../images/float_os_tel3.png);}
#float_os .list .tel:hover div {display:flex;}
#float_os .bms {display:block;margin-top:12px;padding:8px 0px 10px 0px;color:#fff;font-size:18px;font-weight:bold;text-align:center;border-radius:4px;background-color:#fa842d;}
#float_os .top {margin-top:12px;height:36px;line-height:36px;text-align:center;border-radius:4px;border:1px solid #ccc;background-color:#fff;cursor:pointer;}
#float_os .top i {color:#999;font-size:26px;}

/*===================================================================================*/

#news_page {padding-top:88px;width:100%;}
.fypage {height:40px;font-size:0px;text-align:center;overflow:hidden;}
.fypage a,.fypage span {display:inline-block;margin:0px 8px;width:40px;height:40px;line-height:40px;font-size:14px;color:#666;background-color:#f7f7f7;text-align:center;vertical-align:top;box-sizing:border-box;overflow:hidden;}
.fypage a:hover {color:#fff;background-color:#ec5c03;}
.fypage span.fypage_current {color:#fff;background-color:#ec5c03;}
.fypage .fypage_prev,.fypage .fypage_next {font-family:"宋体";font-weight:bold;}

#news_mpage {display:none;padding:6% 0px 2% 0px;}
.mfypage {width:100%;height:24px;font-size:0px;text-align:center;overflow:hidden;}
.mfypage a,.mfypage span {display:inline-block;margin:0px 2px;padding:0px 8px;height:22px;font-size:12px;line-height:22px;color:#666;border:1px solid #ddd;background-color:#fff;vertical-align:top;overflow:hidden;}
.mfypage a:hover {color:#fff;border-color:#ec5c03;background-color:#ec5c03;}
#fypage_gov {display:inline-block;margin:0px 2px;padding:0px 6px;width:36px;height:24px;color:#777;vertical-align:top;border:1px solid #ddd;background-color:#fff;}
#fypage_gobtn:hover {color:#fff;border-color:#ec5c03;background-color:#ec5c03;}