@charset "utf-8";
/* CSS Document */
html,body,div,span,h1,h2,h3,h4,h5,h6,p,a,img,dl,dt,dd,ol,ul,li,form,label {
	margin: 0;
	padding: 0;
	border: 0;
}

html {
	font-family: "Helvetica Neue",' 微软雅黑',Helvetica, Arial, sans-serif;
}

ul,li{
	list-style: none;
	outline: none;
}

input {
	outline: none;
	border: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer;
}

a,button,input,optgroup,select,textarea {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	outline: none;
	text-decoration: none;
}

/*正常的未被访问过的链接*/
a:link {
    text-decoration: none;
	color:#333;
	
}
/*已经访问过的链接*/
a:visited {
    text-decoration: none;
	color:#333;
}
 /*鼠标划过(停留)的链接*/
a:hover {
    text-decoration: none;
	color:#333;
}
/* 正在点击的链接*/
a:active {
    text-decoration: none;
	color:#333;
}

/*下面两个是核心样式*/
.beat-char {
    line-height: 2.8em;
    position: relative;
	display: inline-block;
	background: transparent;
}

.rotate{
	transform:rotate(360deg) ;
	-ms-transform:rotate(360deg); 	/* IE 9 */
	-moz-transform:rotate(360deg); 	/* Firefox */
	-webkit-transform:rotate(360deg); /* Safari 和 Chrome */
	-o-transform:rotate(360deg);
	-webkit-transition-duration: 0.7s;
}

/* 头部 */
header {
	height: 98px;
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.left {
	float: left;
}

.right {
	float: right;
}

.logo {
	width: 313px;
	height: 34px;
	padding-left: 4px;
	margin-top: 38px;
}

.phone {
	background:url(../img/phone.png) left 20px no-repeat;
	padding-left: 54px;
	height: 70px;
	margin-top: 12px;
	padding-right: 60px;
	text-align: left;
}

.phone p {
	font-size: 30px;
	color: #0a9ce5;
	font-weight: bold;
}

hr {
	background-color: #eee;
	border: none;
	height: 1px;
	min-width: 1200px;
	margin: 0;
	padding: 0;
}

/* nav */	
nav {
    width: 1200px;
	height: 40px;
	margin: 0 auto;
	overflow: hidden;
}

nav .menu_class {
	float: left;
	width: 274px;
	background: #fa4c06;
	color: #fff;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	padding-left: 12px;
	margin-left: 2px;
	letter-spacing: 1px;
}

nav .nav-all {
	width: 810px;
	float: left;
	margin-left: 52px;
}

nav .nav-all .now {
	color: #fa4c06;
	
}

nav .nav-all ul li {
	height: 9px;
	line-height: 31px;
	float: left;
	padding: 5px 0px;
	margin-right: 62px;
	position: relative;
	list-style: none;
}

nav .nav-all ul li a {
	color: #646464;
	font-size: 14px;
	text-decoration: none;
	list-style: none;
	cursor: pointer;
}

nav .nav-all ul li a:hover {
	color: #fa4c06;
	text-decoration: none;
}

nav .nav-all ul li span {
	display: block;
	position: absolute;
	width: 0px;
	height: 0px;
	background: #fa4c06;
	top: 32px;
	left: 50%;
}

.course {
	width: 286px;
	height: 470px;
	position: absolute;
	top: 40px;
	left: 2px;
	z-index: 999;
	background: #fff;
}

.course ul {
	width: 100%;
	list-style: none;
	height: 100%;
	overflow: hidden;
}

.course li {
	border-top: #e5e5e5 solid 1px;
	padding: 22px 0 22px 16px;
	box-sizing: border-box;
	font-size: 19px;
	line-height: 21px;
}

.course li a {
	color: #222;
	text-decoration: none;
	cursor: pointer;
}

.course li a:hover {
	color: #fa4c06;
}

.course li h4 {
	font-size: 22px;
	font-weight: bold;
	padding-left:50px;
	line-height: 38px;
	margin-bottom: 13px;
}

.course li:hover {
	background: #f7f7f7;
}

.course li.li-bottom {
	padding-bottom: 24px;
}

.course li.li-bottom:hover {
	padding-bottom: 23px;
	border-bottom: 1px solid #dedede;
}

/* bottom */  
.bottom-box {
	background: #303030;
	height: 270px;
	min-width: 1200px;
}
	   
.bottom {
	position: relative;
	width:1200px;
	margin: auto;

}

.bottom ul {
	width: 1200px;
	margin:auto;
	overflow: hidden;
	padding-top:60px;
}
	
.bottom ul li {
	float:left;
}
	
.bottom ul .foot1 {
	width: 430px;
	height: 180px;
	background: url(../img/foot-line.png) no-repeat right top;
}
	
.bottom ul .foot1 img{
	width: 100px;
	height: 95px;
	margin-left: 160px;
	margin-bottom: 4px;
}
	
.bottom ul .foot1 h1{
	font-size: 16px;
	color:#fff;
	text-align: center;
	font-weight: normal;
	margin-bottom: 4px;
}
	
.bottom ul .foot1 p{
	font-size: 16px;
	color:#8e97a0;
	text-align: center;
	padding-top:3px;
}

.bottom ul .foot1 p a{
	font-size: 16px;
	line-height: 20px;
	color:#8e97a0;
	text-align: center;
}	

.bottom .dzyyzz{
	background:url(../img/file2.png) no-repeat left center;
	padding-left: 24px;
}


.bottom .wa{
	background:url(../img/file.png) no-repeat left center;
	padding-left: 24px;
}

.bottom ul .foot2 {
	width: 400px;
	height: 180px;
	background: url(../img/foot-line.png) no-repeat right top;
}
	
.bottom ul .foot2 h2{
	font-size: 22px;
	color:#666c78;
	text-align: center;
	font-weight: normal;
	margin-bottom: 24px;
}
	
.bottom ul .foot2 h3{
	font-size: 40px;
	color:#8e97a0;
	text-align: center;
}	
	
.bottom ul .foot2 h4{
	width:246px;
	height: 48px;
	background: #ef7f27;
	font-size: 20px;
	color:#f3f3f3;
	text-align: center;
	margin: 24px auto 10px;
	font-weight: normal;
	line-height: 48px;
	cursor: pointer;
	letter-spacing: 3px;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: border-radius;
	transition-property: border-radius;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0); /*firefox*/
	-webkit-box-shadow:0 0 1px rgba(0, 0, 0, 0); /*webkit*/
}	
		
		
.bottom ul .foot2 h4:hover{
	border-radius: 10px;
	background: #fa4614;
	color:#fff;
	font-size: 22px;
}	

.bottom ul .foot2 p{
	font-size: 16px;
	color:#f3f3f3;
	text-align: center;
}	
.bottom ul .foot3 {
	width: 366px;
	height: 180px;
}
	
.bottom ul .foot3 h5{
	color:#666c78;
	font-size: 22px;
	text-align: center;
	margin-bottom: 12px;
	font-weight: normal;
}
	
.bottom ul .foot3 dl {
	overflow: hidden;
	margin-left: 30px;
	width: 350px;
}
			
.bottom ul .foot3 dl dd{
	float:left;
	width:160px;
	height: 140px;
}
	
.bottom ul .foot3 dd img{
	width:105px;
	height:105px;
	margin-bottom:4px;
	margin-left: 26px;
	box-shadow: 0px 0px 10px 0px #000;
	-moz-box-shadow:  0px 0px 10px 0px #000; /*firefox*/
    -webkit-box-shadow: 0px 0px 10px 0px #000; /*webkit*/
}
	
	
.bottom ul .foot3 dd h6{
	font-size: 16px;
	color:#8e97a0;
	text-align: center;
	font-weight: normal;
}

.totop-btn{
	position:absolute;
	top: -45px;
	z-index: 99;
	left:560px;
}

.totop a {
	display: block;
	width: 70px;
	height:70px;
	border-radius: 70px;
	border:7px solid #f7f7f7;
	box-shadow: 0px 0px 18px 0 #0000004f;
	-moz-box-shadow:  0px 0px 18px 0 #0000004f; /*firefox*/
    -webkit-box-shadow: 0px 0px 18px 0 #0000004f; /*webkit*/
	transition: background 0.3s;
    -moz-transition: background 0.3s;
    -ms-transition: background 0.3s;
    -webkit-transition: background 0.3s;
    -o-transition: background 0.3s;
	background: url("../img/totop.png") no-repeat top center;
	cursor: pointer;
}

.totop a:hover {
    transition: background 0.3s;
    -moz-transition: background 0.3s;
    -ms-transition: background 0.3s;
    -webkit-transition: background 0.3s;
    -o-transition: background 0.3s;
    background: url("../img/totop.png") no-repeat bottom center;
}
/* 侧导航 */	 
.slide_k {
    position: fixed;
    z-index: 999999;
    background-color: #fff;
    box-shadow: 0px 2px 5px 4px rgba(122, 60, 147, 0.09);
	-moz-box-shadow:  0px 2px 5px 4px rgba(122, 60, 147, 0.09); /*firefox*/
    -webkit-box-shadow: 0px 2px 5px 4px rgba(122, 60, 147, 0.09); /*webkit*/
    border-radius: 8px;
    text-align: center;
    right: 14px;
    top: 0;
    height: 420px;
    bottom: 0;
    width: 70px;
    margin: auto;
}

.slide_k img {
    width: 54px;
    height: 54px;
    margin: 0 auto;
}

.slide_k li {
    padding: 14px 7px;
    position: relative;
    cursor: pointer;
}

.slide_k li p {
    font-size: 14px;
}

.slide_k .ewm {
    position: absolute;
    width: 168px;
    height: 300px;
    left: -186px;
    top: -110px;
    display: none;
}

.slide_k .wx:hover .ewm {
    display: block;
}

.slide_k .dh .txt {
    font-size: 16px;
    width:240px;
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
    line-height: 22px;
    background: #54c7f0;
    border-radius: 8px;
    padding: 20px 10px;
    position: absolute;
    top: 20px;
    left: -290px;
    display: none;
}

.slide_k .dh:hover .txt {
    display: block;
}

.slide_k .dh .txt::after {
    background-color: #54c7f0;
}

.slide_k .zx .txt {
    width:240px;
    font-size: 16px;
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
    line-height: 22px;
    background: #fbad28;
    border-radius: 8px;
    padding: 20px 10px;
    position: absolute;
    top: 20px;
    left: -290px;
    display: none;
}

.slide_k .txt::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    background-color: #fbad28;
    right: -8px;
    transform: rotate(45deg);
    top: 25px;
}

.slide_k .zx:hover .txt {
    display: block;
}

.slide_k .ear .txt {
    width:240px;
    font-size: 16px;
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
    line-height: 22px;
    background: #7a7bed;
    border-radius: 8px;
    padding: 20px 10px;
    position: absolute;
    top: 20px;
    left: -290px;
    display: none;
}

.slide_k .ear .txt::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    background-color: #7a7bed;
    right: -8px;
    transform: rotate(45deg);
    top: 25px;
}

.slide_k .ear:hover .txt {
    display: block;
}