.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;
}

*:hover {
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
a,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	box-sizing: border-box;
	/* position: relative; */
}

input,
button,
textarea,
select {
	outline: 0;
	box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
em,
i {
	font-weight: 100;
	font-style: normal;
}

ul,
ol,
li {
	list-style-type: none;
}

a {
	text-decoration: none;
}

button:active {
	transform: translateY(2px);
}

* {
	font-family: "PingFang SC", "Microsoft YaHei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei";
}

.clear {
	clear: both;
}

/**图片hover**/
figure.effect-julia img {
	max-width: none;
	-webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
	transition: opacity 0.5s, transform 0.5s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-julia:hover img {
	-webkit-transform: scale3d(1.1, 1.1, 1);
	transform: scale3d(1.1, 1.1, 1);
}

/**
 * 顶部信息
 */
.cww-top-box {
	height: 40px;
	background: #fff;
	border-bottom: 1px solid #f5f5f5;
}

.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: #aaa;
}

.cww-top .cww-top-left span {
	font-size: 14px;
	color: #333;
	margin-right: 10px;
}

.cww-top .cww-top-right {
	float: right;
}

.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;
}

/*
*顶部导航
*/
nav {
	height: 60px;
	background: #fff;
	border-bottom: 1px solid #eee;
}

.cww-menu {
	width: 1200px;
	margin: auto;
	line-height: 60px;
}

.cww-menu .top-logo {
	width: 165px;
	height: 25px;
}

.cww-menu .top-menu {
	float: right;
}

.cww-menu .top-menu li {
	float: left;
	width: 85px;
	text-align: center;
	position: relative;
	cursor: pointer;
}

.cww-menu .top-menu li a {
	color: #333;
	font-size: 16px;
}

.cww-menu .top-menu li .menu-active {
	color: #0099E6;
	font-weight: bold;
}

.cww-menu .top-menu li:hover a {
	color: #0099E6;
}

.nav_down_box {
	position: fixed;
	left: 0;
	left: 0;
	width: 100%;
	height: 0;
	background: #fff;
	z-index: 99;
	overflow: hidden;
	box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
	transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
}

.nav_down {
	width: 1200px;
	margin: auto;
	text-align: left;
}

.cww-menu .top-menu li:hover .nav_down_box {
	height: 340px;
}

.nav_down .nav_down_left {
	float: left;
	width: 240px;
	height: 340px;
	position: relative;
}

.nav_down .nav_down_left h1 {
	font-size: 24px;
	font-weight: normal;
	color: #666;
	margin: 30px 0 10px;
	line-height: 24px;
}

.nav_down .nav_down_left p {
	font-size: 16px;
	font-weight: normal;
	color: #999;
	line-height: 24px;
}

.nav_down .nav_down_left img {
	position: absolute;
	width: 220px;
	height: 224px;
	left: 0;
	bottom: 0;
}

.nav_down .nav_down_right {
	float: right;
	width: 915px;
	overflow: hidden;
	padding: 20px 0 0;
}

.nav_down .nav_down_right a {
	display: block;
	width: 160px;
	height: 80px;
	border-radius: 6px;
	overflow: hidden;
	float: left;
	margin: 10px;
	position: relative;
	cursor: pointer;
}

.nav_down .nav_down_right a img {
	width: 100%;
	z-index: 100px;
}

.nav_down .nav_down_right a h1 {
	line-height: 80px;
	font-size: 18px;
	text-align: center;
	width: 100%;
	z-index: 101;
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
	font-weight: bold;
}

.nav_down .nav_down_right a:hover img {
	-webkit-transform: scale3d(1.1, 1.1, 1);
	transform: scale3d(1.1, 1.1, 1);
}

.content-title {
	margin-top: 80px;
	text-align: center;
	margin-bottom: 40px;
}

.content-title h1 {
	font-size: 36px;
	font-weight: bolder;
}

.content-title p {
	font-size: 20px;
	margin-top: 10px;
	font-weight: normal;
}
.content-title-r {
	color: #FFFFFF;
	margin-top: 0;
}
/**内容区容器**/
.cww-content-box {
	width: 100%;
	overflow: hidden;
}

.cww-content-w {
	background: #fff;
}

.cww-content-g {
	background: #F7F7F7;
}

.cww-content-a {
	background: #f7f7f7;
	padding-bottom: 60px;
}
.cww-content-x {
	padding-bottom: 60px;
}
.cww-content {
	width: 1200px;
	margin: auto;
}

.am-tabs-bd {
	border: none;
}

/**侧边栏**/
.cww-sidebar {
	width: 60px;
	height: 360px;
	background: #0099E6;
	border-radius: 4px;
	position: fixed;
	right: 10px;
	bottom: 33%;
	box-shadow: 0px 10px 20px 0px rgba(0, 170, 255, 0.2);
}

.cww-sidebar a {
	display: block;
	float: left;
	width: 60px;
	text-align: center;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 4px;
	padding-bottom: 6px;
	cursor: pointer;
}

.cww-sidebar a:hover {
	background: #00AAFF;
}

.cww-sidebar a img {
	display: block;
	width: 30px;
	height: 30px;
	margin: 10px auto 5px;
}

.cww-sidebar a span {
	color: #fff;
	font-size: 13px;
}

.hover-qr {
	position: relative;
}

.hover-qr .img_qr {
	position: absolute;
	display: none;
	width: 135px;
	height: 130px;
	right: 45px;
	top: -28px;
}

.hover-qr:hover .img_qr {
	display: block;
}


/**预约试听弹出表单**/
.cww-popup-table .am-modal-bd {
	margin-top: 30px;
}

.cww-popup-table .am-modal-dialog {
	border-radius: 6px;
	overflow: hidden;
	background: #fff;
}

.cww-popup-table .am-close {
	margin-top: 15px;
	margin-right: 5px;
	font-size: 24px;
}

.cww-popup-table .am-modal-hd {
	font-size: 22px;
}

.cww-popup-table .am-modal-bd input {
	width: 360px;
	margin: 20px auto;
	height: 46px;
	line-height: 46px;
	text-align: center;
	font-size: 20px;
	color: #333;
	border: 1px solid #ddd;
}

.cww-popup-table .am-modal-bd button {
	width: 300px;
	height: 46px;
	background: linear-gradient(180deg, rgba(64, 191, 255, 1) 0%, rgba(0, 153, 230, 1) 100%);
	margin: auto;
	border: 0;
	font-size: 20px;
	font-weight: bolder;
	line-height: 46px;
	padding: 0;
	border-radius: 30px;
	color: #fff;
	margin-top: 10px;

}

.cww-popup-table .am-modal-bd button:hover {
	box-shadow: 0px 10px 20px 0px rgba(0, 170, 255, 0.2);
}

/**内容区提交按钮**/
.cww-content-btn {
	display: block;
	margin-top: 40px;
	margin: auto;
	width: 400px;
	height: 60px;
	background: linear-gradient(180deg, rgba(64, 191, 255, 1) 0%, rgba(0, 153, 230, 1) 100%);
	border-radius: 40px;
	border: 0;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	padding: 0;
	line-height: 60px;
	margin-bottom: 80px;

}
.cww-content-btn a {
    color: #fff;
}
.cww-content-btn:hover {
	box-shadow: 0px 10px 30px 0px rgba(0, 128, 255, 0.2);
}

/**校区地址**/
.index-address {
	width: 100%;
	background-color: #0099E6;
	padding: 80px 0;
}

.index-address .index-address-con {
	width: 1200px;
	margin: 0 auto;
	color: #FFFFFF;
}

.index-address .index-address-con>div {
	margin: 0;
}

.index-address .index-address-con .am-tabs-d2 .am-tabs-nav {
	background-color: transparent;
}

.index-address .index-address-con .am-tabs-d2 .am-tabs-nav a {
	color: #FFFFFF;
	width: 70px;
	margin: 0 auto;
}

.index-address .index-address-con .am-tabs-d2 .am-tabs-nav>.am-active:after {
	border-bottom-color: #FFFFFF
}

.index-address .index-address-con .am-tabs-d2 .am-tabs-nav>.am-active {
	background-color: transparent;
	border: none;
}

.index-address .index-address-con .am-tabs-d2 .am-tabs-nav>.am-active a {
	background-color: transparent;
	border-bottom: 2px solid #FFFFFF;
}

.index-address .index-address-con .am-tabs-bd .am-tab-panel {
	padding: 0;
}

.index-address .index-address-con .am-tabs-bd {
	border: none;
	margin-top: 50px;
}

.index-address .index-address-con .index-xiaoqu {
	width: 1200px;
}

.index-address .index-address-con .index-xiaoqu .index-xiaoqu-map {
	width: 550px;
	float: left;
}

.index-address .index-address-con .index-xiaoqu .index-xiaoqu-map img {
	width: 550px;
	height: 330px;
	border-radius: 5px;
}

.index-address .index-address-con .index-xiaoqu .index-xiaoqu-msg {
	width: 600px;
	float: right;
}

.index-address .index-address-con .index-xiaoqu .index-xiaoqu-msg .index-xiaoqu-msg-body {
	width: 600px;
}

.index-address .index-address-con .index-xiaoqu .index-xiaoqu-msg .index-xiaoqu-msg-body dl:nth-child(2) dt,
.index-xiaoqu-msg-body dl:nth-child(3) dt {
	height: 50px;
}

.index-address .index-address-con .index-xiaoqu .index-xiaoqu-msg .index-xiaoqu-msg-body dt {
	float: left;
}

.index-address .index-address-con .index-xiaoqu .index-xiaoqu-msg .index-xiaoqu-msg-body dd {
	/* width: 500px; */
	padding: 0 20px;
	text-align: justify;
}

.index-address .index-address-con .index-xiaoqu .index-xiaoqu-msg .index-xiaoqu-msg-qrcode {
	margin-top: 30px;
}

.index-address .index-address-con .index-xiaoqu .index-xiaoqu-msg .index-xiaoqu-msg-qrcode dl {
	float: left;
}

.index-address .index-address-con .index-xiaoqu .index-xiaoqu-msg .index-xiaoqu-msg-qrcode dl:nth-child(2) {
	margin-left: 30px;
}

.index-address .index-address-con .index-xiaoqu .index-xiaoqu-msg .index-xiaoqu-msg-qrcode dt img {
	width: 135px;
	height: 135px;
}

.index-address .index-address-con .index-xiaoqu .index-xiaoqu-msg .index-xiaoqu-msg-qrcode dd {
	text-align: center;
	font-size: 16px;
}

/**页脚**/
footer {
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background: #45494D;
	/* margin-bottom: 70px; */
}

/**底部表单**/
.bottom_table_box {
	width: 100%;
	height: 70px;
	position: fixed;
	bottom: 0;
	left: 0;
	background: url(../images/bottom_table_bg.png);
	z-index: 999;
}

.bottom_table_box .bottom_table {
	width: 1200px;
	height: 70px;
	line-height: 70px;
	margin: auto;
	position: relative;
}

.bottom_table_box .bottom_table img {
	width: 120px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.bottom_table p {
	color: #fff;
	font-size: 24px;
	margin-left: 160px;
	float: left;
}

.bottom_table p span {
	color: #FFFF00;
	font-weight: bold;
}

.bottom_table .bottom_table_input {
	float: right;
	position: relative;
}

.bottom_table .bottom_table_input input {
	width: 400px;
	height: 44px;
	background: #fff;
	border-radius: 22px;
	border: 0;
	margin-top: 15px;
	padding-left: 30px;
	font-size: 18px;
	color: #333;
}

.bottom_table .bottom_table_input button {
	width: 154px;
	height: 40px;
	background: linear-gradient(180deg, rgba(64, 191, 255, 1) 0%, rgba(0, 153, 230, 1) 100%);
	border-radius: 22px;
	position: absolute;
	right: 2px;
	top: 17px;
	border: 0;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}
