@charset "utf-8";

/* CSS Document */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

body {
	margin: 0 auto;
	font-family: PingFang-SC-Regular, PingFang-SC;
	color: #666;
	font-size: 16px;
}

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

img,
dl,
dt,
dd,
ul,
li,
ol,
i,
u,
p,
h1,
h2,
h3,
h4,
h5,
h6,
a,
tt,
body,
form,
pre,
em,
input,
textarea {
	font-style: normal;
	list-style: none outside none;
	text-decoration: none;
	text-indent: 0;
	border: none;
	vertical-align: middle;
}

div:after,
ul:after,
ol:after,
dl:after,
header:after,
footer:after,
nav:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
}

button {
	border: none;
	cursor: pointer;
	display: block;
	text-align: center;
}

.fl {
	float: left !important;
}

.fr {
	float: right !important;
}

.clear {
	clear: both;
}

*:hover {
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.cww-content-box * {
	transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
}

.header {
	width: 100%;
}

/*** 顶部信息*/
.cww-top-box {
	height: 40px;
	background: #F8F8F8;
	border-bottom: 1px solid #CCCCCC;
}

.cww-top-box .cww-top {
	width: 1200px;
	margin: auto;
	line-height: 40px;
	overflow: hidden;
}

.cww-top .cww-top-left {
	float: left;
}

.cww-top .cww-top-left i {
	color: #FFFFFF;
	background-color: #2A9AFE;
	font-size: 14px;
	padding: 2px 5px;
}

.cww-top .cww-top-left span {
	font-size: 14px;
	color: #333;
	margin-right: 10px;
}

.cww-top .cww-top-right {
	float: right;
	display: none;
}

.cww-top .cww-top-right i {
	color: #ccc;
	margin-left: 10px;
	line-height: 40px;
	vertical-align: middle;
}

.cww-top .cww-top-right .am-icon-weibo {
	font-size: 18px;
}

.cww-top .cww-top-right .am-icon-qq:hover {
	color: #0099E6;
}

.cww-top .cww-top-right .am-icon-weixin:hover {
	color: #609700;
}

.cww-top .cww-top-right .am-icon-weibo:hover {
	color: #eb7350;
}

.cww-top-mid {
	width: 1200px;
	height: 125px;
	padding: 10px 0;
	margin: 0 auto;
}

.cww-top-mid .cww-top-mid-logo {
	width: 210px;
	float: left;
}

.cww-top-mid .cww-top-mid-logo img {
	width: 200px;
	margin-top: 20px;
}

.cww-top-mid .cww-top-mid-ad {
	float: left;
	width: 375px;
	margin-left: 80px;
	margin-top: 11px;
}

.cww-top-mid .cww-top-mid-ad img {
	width: 574px;
}

.cww-top-mid .cww-top-mid-tel {
	float: right;
}

.cww-top-mid .cww-top-mid-tel img {
	width: 240px;
	margin-top: 10px;
}

/**顶部导航*/
nav {
	width: 100%;
	height: 70px;
	background-color: #ff8b00;
}

.head-menu {
	width: 1200px;
	margin: 0 auto;
}

.head-menu .head-menu-left {
	width: 260px;
	float: left;
	position: relative;
}

.head-menu .head-menu-left ul li {
	text-align: center;
	cursor: pointer;
	width: 260px;
	background-color: #ff6a06;
}

.head-menu .head-menu-left ul li>span {
	color: #FFFFFF;
	line-height: 70px;
}

.head-menu .head-menu-left ul li>span>img {
	margin-right: 10px;
}

.head-menu .head-menu-left .head-menu-down {
	position: absolute;
	left: 0;
	width: 340px;
	height: 0;
	z-index: 99;
	overflow: hidden;
	transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
}

.head-menu .head-menu-left ul li:hover .head-menu-down {
	height: auto;
}

.head-menu .head-menu-left .head-menu-down dl {
	padding: 10px 20px;
	border-bottom: 1px solid #ff8b00;
	background: #ff6a06;
	opacity: 0.9;
}

.head-menu .head-menu-left .head-menu-down dl:hover {
	background: #FFFFFF;
}

.head-menu .head-menu-left .head-menu-down dl:hover dd {
	color: #ff6a06;
}

.head-menu .head-menu-left .head-menu-down dt {
	width: 70px;
	height: 70px;
	float: left;
}

.head-menu .head-menu-left .head-menu-down .nav-bg-01 {
	background: url(../i/nav_01.png) no-repeat left center;
}

.head-menu .head-menu-left .head-menu-down dl:hover .nav-bg-01 {
	background: url(../i/nav_01_hover.png) no-repeat left center;
}

.head-menu .head-menu-left .head-menu-down .nav-bg-02 {
	background: url(../i/nav_02.png) no-repeat left center;
}

.head-menu .head-menu-left .head-menu-down dl:hover .nav-bg-02 {
	background: url(../i/nav_02_hover.png) no-repeat left center;
}

.head-menu .head-menu-left .head-menu-down .nav-bg-03 {
	background: url(../i/nav_03.png) no-repeat left center;
}

.head-menu .head-menu-left .head-menu-down dl:hover .nav-bg-03 {
	background: url(../i/nav_03_hover.png) no-repeat left center;
}

.head-menu .head-menu-left .head-menu-down .nav-bg-04 {
	background: url(../i/nav_04.png) no-repeat left center;
}

.head-menu .head-menu-left .head-menu-down dl:hover .nav-bg-04 {
	background: url(../i/nav_04_hover.png) no-repeat left center;
}

.head-menu .head-menu-left .head-menu-down .nav-bg-05 {
	background: url(../i/nav_05.png) no-repeat left center;
}

.head-menu .head-menu-left .head-menu-down dl:hover .nav-bg-05 {
	background: url(../i/nav_05_hover.png) no-repeat left center;
}

.head-menu .head-menu-left .head-menu-down .nav-bg-06 {
	background: url(../i/nav_06.png) no-repeat left center;
}

.head-menu .head-menu-left .head-menu-down dl:hover .nav-bg-06 {
	background: url(../i/nav_06_hover.png) no-repeat left center;
}

.head-menu .head-menu-left .head-menu-down dd {
	text-align: left;
	color: #FFFFFF;
}

.head-menu .head-menu-left .head-menu-down dd>h1 {
	margin-top: 8px;
}

.head-menu .head-menu-right {
	width: 930px;
	float: right;
}
.head-menu .head-menu-right ul li {
	float: left;
	width: 116px;
	height: 70px;
	line-height: 70px;
	text-align: center;
}
.head-menu .head-menu-right > ul > li > span {
	color: #FFFFFF;
	cursor: pointer;
}
.head-menu .head-menu-right ul li a {
	color: #FFFFFF;
}

.head-menu .head-menu-right ul .active {
	background: #ff6a06;
}
.head-menu .head-menu-right ul > li {
	position: relative;
}
.head-menu .head-menu-right .news-draw {	
	position: absolute;
	left: 0;
	width: 116px;
	height: 0;
	z-index: 999;
	overflow: hidden;
	transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;	
}
.head-menu .head-menu-right .news-draw ul {	
	background: #ff6a06;
	opacity:0.9; 
}
.head-menu .head-menu-right .news-draw li:hover {
	background: #FFFFFF;
}
.head-menu .head-menu-right .news-draw li:hover a {
	color: #ff6a06;
}
.head-menu .head-menu-right .news-draw li {
	border-bottom: 1px solid #fffff0;
	height: 50px;
	line-height: 40px;		
}
.head-menu .head-menu-right ul > li:hover .news-draw {
	height: auto;
}
.head-menu .head-menu-right .news-draw li a {
	color: #FFFFFF;
}
.course-item {
	width: 1200px;
	margin: 0 auto;
}

.course-item dl {
	width: 285px;
	float: left;
	margin-right: 20px;
	padding: 25px 0;
}

.course-item dl:last-child {
	float: right;
	margin-right: 0;
}

.course-item dt {
	width: 100%;
}

.course-item dt img {
	width: 100%;
}

.banner-ad {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 50px;
	position: relative;
}

.banner-ad .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.banner-ad .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.index-zhuanye {
	width: 1200px;
	margin: 0 auto;
}

.index-zhuanye .index-zhuanye-up {
	width: 1200px;
	background-color: #ff8b00;
}

.index-zhuanye .index-zhuanye-up li {
	width: 200px;
	float: left;
	height: 80px;
	line-height: 80px;
	color: #FFFFFF;
	text-align: center;
	font-size: 24px;
}

.indexZyMid {
	width: 100%;
	height: auto;
	padding: 10px 0;
	overflow: hidden;
	margin-bottom: 10px;
}

.indexZyMid .bd {
	padding: 5px 10px;
}

.indexZyMid .bd li {
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding-bottom: 48px;
	overflow: hidden;
	border-bottom: 1px dashed #B3B3B3;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 17px;
}

.indexZyMid .bd li span {
	/* margin-right: 5px; */
}

.indexZyMid .bd li .zhuanye-tab01 {
	width: 196px;
	display: block;
	float: left;
	text-align: center;
}

.indexZyMid .bd li .zhuanye-tab02 {
	width: 90px;
	height: 26px;
	line-height: 26px;
	display: block;
	float: right;
	text-align: center;
	background-color: #ff8b00;
	margin-top: 10px;
	border-radius: 5px;
	margin-right: 30px;
	font-size: 14px;
}

.indexZyMid .bd li .zhuanye-tab02 a {
	color: #FFFFFF;
	display: block;
}

.indexZyMid .bd li .zhuanye-tab02 a:hover {
	text-decoration: underline;
}

.index-zhuanye .index-zhuanye-bottom {
	width: 1200px;
	height: 80px;
	background-color: #ff8b00;
}

.index-zhuanye .index-zhuanye-bottom .index-zhuanye-bottom-left {
	width: 440px;
	height: 80px;
	line-height: 80px;
	float: left;
	text-align: right;
	color: #FFFFFF;
	font-size: 22px;
	font-weight: 700;
}

.index-zhuanye .index-zhuanye-bottom .index-zhuanye-bottom-right {
	width: 750px;
	float: right;
	padding-top: 18px;
}

.index-zhuanye .index-zhuanye-bottom .index-zhuanye-bottom-right .sub {
	width: 250px;
	height: 45px;
	line-height: 45px;
	float: left;
	text-indent: 1em;
	margin-left: 25px;
	letter-spacing: 1px;
	border-radius: 5px;
	font-size: 16px;
}

.index-zhuanye .index-zhuanye-bottom .index-zhuanye-bottom-right .sub_submit {
	width: 150px;
	height: 45px;
	margin-left: 25px;
	line-height: 45px;
	background-color: #ff6600;
	text-align: center;
	color: #fff;
	font-size: 18px;
	display: inline-block;
	border-radius: 5px;
}

footer {
	margin-top: 30px;
	padding: 70px 0 35px 0;
	background-color: #262626;
}

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

.foot .foot-one {
	width: 1200px;
}

.foot .foot-one .foot-one-nav {
	width: 725px;
	float: left;
}

.foot .foot-one .foot-one-nav dl {
	width: 160px;
	float: left;
	margin-right: 100px;
}

.foot .foot-one .foot-one-nav dl:last-child {
	float: right;
	margin-right: 0;
}

.foot .foot-one .foot-one-nav dt {
	font-size: 20px;
	padding-bottom: 10px;
	color: #b6b5b5;
	border-bottom: 1px solid #514f4f;
}

.foot .foot-one .foot-one-nav dd {
	margin-top: 5px;
	line-height: 28px;
}

.foot .foot-one .foot-one-nav dd a {
	display: block;
}

.foot .foot-one .foot-one-form {
	width: 370px;
	float: right;
}

.foot .foot-one .foot-one-form h1 {
	font-weight: 500;
	font-size: 20px;
	padding-bottom: 10px;
	color: #b6b5b5;
	border-bottom: 1px solid #514f4f;
}

.foot .foot-one .foot-one-form .form-input {
	width: 165px;
	margin-top: 15px;
	margin-bottom: 15px;
	height: 35px;
	border-radius: 5px;
	text-indent: 0.8em;
	background: #262626;
	border: 1px solid #514f4f;
	font-size: 16px;
	color: #e9e9e9;
	letter-spacing: 1px;
}

.foot .foot-one .foot-one-form .form-select {
	color: #b6b5b5;
}

.foot .foot-one .foot-one-form .form-btn {
	width: 165px;
	margin-top: 15px;
	height: 35px;
	border-radius: 5px;
	text-indent: 0.8em;
	background: #e67015;
	float: right;
	color: #FFFFFF;
	font-size: 16px;
}

.foot .foot-two {
	margin-top: 50px;
}

.foot .foot-two .foot-two-copyright {
	width: 750px;
	float: left;
}

.foot .foot-two .foot-two-copyright dl {
	width: 750px;
}

.foot .foot-two .foot-two-copyright dt {
	width: 270px;
	height: 170px;
	float: left;
	display: block;
	margin-right: 15px;
	border-right: 1px solid #514f4f;
	padding-top: 40px;
}

.foot .foot-two .foot-two-copyright dt img {
	width: 240px;
	height: 77px;
}

.foot .foot-two .foot-two-copyright dd {
	line-height: 28px;
	padding: 2px 0;
	height: 170px;
}

.foot .foot-two .foot-two-tel {
	width: 400px;
	float: right;
	padding-top: 40px;
}

.foot .foot-two .foot-two-tel img {
	width: 354px;
	height: 75px;
}

.t-slogan {
	margin-top: 50px;
	margin-bottom: 30px;
}

.t-slogan h1 {
	font-size: 32px;
	text-align: center;
	color: #333333;
}

.t-slogan p {
	text-align: center;
	font-size: 18px;
}

.t-zixun {
	padding: 35px 0;
}

.t-zixun .t-bun {
	width: 500px;
	height: 65px;
	margin: 0 auto;
	line-height: 65px;
	text-align: center;
	border-radius: 30px;
	font-size: 22px;
	background: linear-gradient(-125deg, rgba(0, 202, 255, 1) 0%, rgba(46, 123, 255, 1) 100%);
}

.t-zixun button a {
	color: #FFFFFF;
	display: block;
}

/**侧边栏**/
.cww-sidebar {
	width: 80px;
	height: 360px;
	border-radius: 4px;
	position: fixed;
	right: 10px;
	bottom: 33%;
	z-index: 99999;
}

.cww-sidebar dl {
	cursor: pointer;
	border-radius: 5px;
	margin-bottom: 4px;
	height: 80px;
	height: 80px;
}

.cww-sidebar dl:nth-child(2),
.cww-sidebar dl:nth-child(4) {
	background-color: #FF991A;
}

.cww-sidebar dl:hover:nth-child(2),
.cww-sidebar dl:hover:nth-child(4) {
	background-color: #FF6600;
}

.cww-sidebar dl:nth-child(3),
.cww-sidebar dl:nth-child(5) {
	background-color: #FF6600;
}

.cww-sidebar dl:hover:nth-child(3),
.cww-sidebar dl:hover:nth-child(5) {
	background-color: #FF991A;
}

.cww-sidebar dt {
	text-align: center;
}

.cww-sidebar dt img {
	width: 30px;
	height: 30px;
	margin-top: 15px;
}

.cww-sidebar dl:first-child dt img {
	width: 80px;
	height: 80px;
	margin-top: 0;
}

.cww-sidebar dd {
	font-size: 13px;
	text-align: center;
	margin-top: 3px;
}

.cww-sidebar a {
	display: block;
	height: 100%;
}

.cww-sidebar a dd {
	color: #FFFFFF;
}

/**预约试听弹出表单**/
.layer {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	display: none;
	position: fixed;
	z-index: 9999999999;
	top: 0;
	left: 0;
}

.layer .layer-con {
	width: 500px;
	margin: 0 auto;
	margin-top: 15%;
	background: #fff;
	border-radius: 5px;
	position: relative;
	-moz-border-radius-topright: 0;
	z-index: 9999;
}

.layer .layer-con .layer-title {
	padding: 20px 0;
	text-align: center;
	font-size: 22px;
}

.layer .layer-con .layer-close {
	color: #cdcdcd;
	position: absolute;
	right: 10px;
	top: 0;
	text-align: center;
	font-size: 26px;
	cursor: pointer;
}

.layer .layer-con .layer-form {
	width: 380px;
	margin: 0 auto;
	padding-bottom: 20px;
}

.layer .layer-con .layer-form input {
	width: 380px;
	height: 45px;
	line-height: 45px;
	margin: 0 auto;
	border-radius: 23px;
	text-align: center;
}

.layer .layer-con .layer-form .text_input {
	text-indent: 0.5em;
	color: #333;
	border: 1px solid #dedede;
	margin-top: 15px;
	font-size: 18px;
}

.layer .layer-con .layer-form button {
	width: 100%;
	height: 45px;
	line-height: 45px;
	text-align: center;
	float: left;
	border-radius: 23px;
	background-color: #FF991A;
	font-size: 22px;
	color: #fff;
	margin-top: 30px;
	border: none;
}
.fixed-top {
	
}
.navbar-fixed-top {
	position:fixed;	
	top:0;	
	left:0;
	z-index: 999999999;
}