﻿@charset "UTF-8";
@font-face {
    font-family: ALGER;
    src: url(../fonts/ALGER.ttf);
}


/**
 * 
 * @authors John (ho@juhui.pro)
 * @date    2016-05-18 11:45:53
 * @version $0.0.1$
 *
 *
 *
 * @MENU
 * @nav          导航
 * @banner       大图
 * @course       课程
 * @summary      简介
 * @news         新闻
 * @contact      联系
 * @footer       页脚
 */


/*reset area
******************************************/

* {
    margin: 0;
    padding: 0;
    border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
select,
button,
textarea,
iframe,
table,
th,
td,
ul,
ol {
    margin: 0;
    padding: 0;
}

body {
    width: 100%;
    background: #FFF;
    font-size: 15px;
    font-family: 'Microsoft Yahei', 宋体, Helvetica, Arial, sans-serif;
}

a {
    text-decoration: none;
}

ol,
ul {
    list-style-type: none;
}

body > div {
    min-width: 1366px;
    max-width: 1920px;
    overflow: hidden;
    margin: 0 auto;
}

body > div > div {
    width: 1170px;
    overflow: hidden;
    margin: 0 auto;
}
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

/*modules area
******************************************/

/*nav area
************************************/

.nav {
    height: 150px;
    line-height: 150px;
}

.nav .nav-main {
    height: inherit;
}

.nav .nav-main > img {
    height: 80px;
    width: 500px;
    vertical-align: middle;
}

.nav .nav-main ul {
    width: 640px;
    height: 120px;
    padding: 15px 0;
    float: right;
    vertical-align: middle;
}

.nav .nav-main li {
    padding: 0 0.5em;
    line-height: 120px;
    height: 120px;
    float: left;
}

.nav-main li a {
    position: relative;
    padding: 1em;
    background: #fff;
}

.nav-main li a:link,
.nav-main li a:visited {
    color: #000;
}

.nav-main li a:after {
    content: "";
    display: block;
    position: absolute;
    width: 2px;
    height: 120px;
    background: #89be2e;
    top: -35px;
    left: 45px;
    z-index: -1;
    opacity: 0;
    display: none\0;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }
    to {
        transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
    }
}

.nav-main li:hover a:after {
    opacity: 1;
    height: 140px;
    top: -45px;
    -webkit-animation: rotate 0.8s ease-in-out forwards;
    -o-animation: rotate 0.8s ease-in-out forwards;
    animation: rotate 0.8s ease-in-out forwards;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
    opacity: 0\0;
    display: none\0;
}

.nav-main li:hover{
    background: url(../images/nav-rotate.png) no-repeat center center\0;
}

/*banner area
************************************/

.banner {
    height: 720px;
    background: url(../images/banner.jpg) no-repeat center center;
}

.flickerplate {
    position: relative;
    width: 100%;
    height: 720px;
    background-color: #e6e6e6;
    overflow: hidden
}

@media only screen and (max-width: 1400px) {
    .flickerplate {
        height: 525px;
        background-size: auto 525px;
    }
}

.flickerplate ul.flicks {
    width: 10000%;
    height: 100%;
    padding: 0px;
    margin: 0px;
    list-style: none
}

.flickerplate ul.flicks>li {
    float: left;
    width: 1%;
    height: 100%;
    background-position: center;
    background-size: cover;
    display: table
}

.flickerplate ul.flicks>li .flick-inner {
    height: 100%;
    padding: 10px;
    color: #fff;
    display: table-cell;
    vertical-align: middle
}

.flickerplate ul.flicks>li .flick-inner .flick-content {
    max-width: 68.75em;
    margin-left: auto;
    margin-right: auto
}

.flickerplate .arrow-navigation {
    position: absolute;
    height: 80%;
    width: 10%;
    top: 10%;
    z-index: 100;
    overflow: hidden
}

.flickerplate .arrow-navigation .arrow {
    display: block;
    height: 100%;
    width: 90%;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out
}

.flickerplate .arrow-navigation:hover,
.flickerplate .arrow-navigation .arrow:hover {
    cursor: pointer
}

.flickerplate .arrow-navigation.left {
    left: 10%
}

.flickerplate .arrow-navigation.left .arrow {
    opacity: 0;
    margin: 0px 0px 0px 50%;
    background-image: url("../images/arrow-left-light.png");
    background-repeat: no-repeat;
    background-position: left
}

.flickerplate .arrow-navigation.right {
    right: 10%
}

.flickerplate .arrow-navigation.right .arrow {
    opacity: 0;
    margin: 0px 0px 0px -50%;
    background-image: url("../images/arrow-right-light.png");
    background-repeat: no-repeat;
    background-position: right
}

.flickerplate .arrow-navigation.left.hover .arrow {
    opacity: 1;
    margin: 0px 0px 0px 20%
}

.flickerplate .arrow-navigation.right.hover .arrow {
    opacity: 1;
    margin: 0px 0px 0px -20%
}

.flickerplate .dot-navigation {
    position: absolute;
    bottom: 15px;
    width: 100%;
    text-align: center;
    z-index: 100
}

.flickerplate .dot-navigation ul {
    text-align: center;
    list-style: none;
    padding: 0px 15px
}

.flickerplate .dot-navigation ul li {
    display: inline-block;
    float: none
}

.flickerplate .dot-navigation .dot {
    width: 14px;
    height: 14px;
    margin: 0px 6px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -webkit-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
    -ms-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out
}

.flickerplate .dot-navigation .dot:hover {
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.6)
}

.flickerplate .dot-navigation .dot.active {
    background-color: #fff
}

.flickerplate .dot-navigation.left,
.flickerplate .dot-navigation.left ul {
    text-align: left
}

.flickerplate .dot-navigation.right,
.flickerplate .dot-navigation.right ul {
    text-align: right
}

.flickerplate.flicker-theme-dark .arrow-navigation.left .arrow {
    background-image: url("../images/arrow-left-dark.png")
}

.flickerplate.flicker-theme-dark .arrow-navigation.right .arrow {
    background-image: url("../images/arrow-right-dark.png")
}

.flickerplate.flicker-theme-dark .dot-navigation .dot {
    background-color: rgba(0, 0, 0, 0.12)
}

.flickerplate.flicker-theme-dark .dot-navigation .dot:hover {
    background-color: rgba(0, 0, 0, 0.6)
}

.flickerplate.flicker-theme-dark .dot-navigation .dot.active {
    background-color: #000
}

.flickerplate.flicker-theme-dark ul.flicks li .flick-inner {
    color: rgba(0, 0, 0, 0.9)
}

.flickerplate.animate-transform-slide ul.flicks {
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
    transform: translate3d(0%, 0px, 0px);
    -webkit-transform: translate3d(0%, 0px, 0px);
    -webkit-transition: -webkit-transform 0.6s;
    -o-transition: -o-transform 0.6s;
    -moz-transition: -moz-transform 0.6s;
    transition: transform 0.6s
}

.flickerplate.animate-transition-slide ul.flicks {
    position: relative;
    left: 0%;
    -webkit-transition: left 0.4s ease-out;
    -moz-transition: left 0.4s ease-out;
    -o-transition: left 0.4s ease-out;
    -ms-transition: left 0.4s ease-out;
    transition: left 0.4s ease-out
}

.flickerplate.animate-jquery-slide ul.flicks {
    position: relative;
    left: 0%
}

.flickerplate.animate-scroller-slide {
    padding-bottom: 0px;
    overflow: auto
}

.flickerplate.animate-scroller-slide ul.flicks {
    position: auto
}

/*course area
************************************/

.course {
    height: 720px;
}

.course .course-main {
    height: inherit;
}

.course .course-main .course-box{
    height: auto;
	width:920px; margin:0 auto;
}

/*以下为course summary news的公共头部部分
************************************************/

body > div > div > h3 {
    font-weight: lighter;
    font-size: 1.5em;
    color: #89be2e;
    display: block;
    margin: 100px auto 0;
    text-align: center;
    width: 140px;
    height: 1.5em;
    line-height: 1.6;
    background: #fff;
}

body > div > div > hr {
    height: 0;
}

body > div > div > hr:after {
    content: "";
    width: 280px;
    display: block;
    margin: 0 auto;
    height: 38px;
    position: relative;
    border: 2px solid #89be2e;
    top: -55px;
    z-index: -1;
}

body > div > div > h4 {
    font: 3em/1.2em 'ALGER', Helvetica, Arial, sans-serif;
    color: #89be2e;
    text-align: center;
    border-bottom: 2px solid #89bb33;
    display: block;
    margin: 0 auto 30px;
    width: 460px;
}

.summary-main > h3 {
    background-color: #f1f2f0;
    position: relative;
    z-index: 2;
}

.summary-main > h4 {
    width: 260px;
}

.summary-main > hr:after {
    z-index: 1;
}

.news-main > h4 {
    width: 340px;
}

/*course area 后续
***************************/
.course-main .course-box dl{
    height: 226px;
    width: 170px;
    float: left;
    margin-right: 80px;
	margin-bottom:20px;
    overflow: hidden; 
}
.course-main .course-box dl:nth-child(4n){ margin-right:0;}

.course-main .course-box dl:last-child{
    margin-right: 0; 
}

.course-main .course-box dt{
    height: inherit;
    width: inherit;
}

.course-box dt a{
    display: block;
    line-height: 0;
}

.course-box dt img{
    height: 226px;
    width: 170px;
}

.course-box dt img.course-box-img-hover{
    display: block;
    position: relative;
    top: -226px;
    left: 170px;
}

.course-box dt a:hover img.course-box-img-hover{
    left: 0;
    -webkit-transition: left 1.5s;
    -o-transition: left 1.5s;
    transition: left 1.5s;
}

.course-main .course-box dd{
    position: relative;
    z-index: 1;
    height: 60px;
    text-align: center;
}

.course-box dd{
    position: relative;
    z-index: 1;
    height: 60px;
    text-align: center;
    top: -60px;
    font-size: 1.2em;
}

.course-box dd span{
    font-size: 0.7em;
}

.course-box dl:hover dd{
    color: #FFF;
    -webkit-transition: color 1.5s;
    -o-transition: color 1.5s;
    transition: color 1.5s;
}

/*summary area
************************************/

.summary {
    height: 630px;
    background: #f1f2f0;
}

.summary .summary-main {
    height: inherit;
}

.summary .summary-main .summary-box {
    height: 475px;
    width: inherit;
}

.summary-box-left {
    height: inherit;
    width:560px;
    float: left;
}




.summary-box-left  div {
    width: 540px;
    padding: 10px 10px 0;
	height:auto;
}

.summary-box-left div p {
    line-height: 2.1;
}


.summary-box-right {
    height: 352px;
    width: 520px;
    float: left;
	border-radius:8px;
	overflow:hidden;
	box-shadow: 0 0 4px rgba(0,0,0,.6);
	margin-left:84px;

}

.summary-box-right > img {
    height: auto;
    width: 100%
/*    margin-top: 27px;
    z-index: 2;
    position: relative;*/
}
.summary-box-left a {
    display: inline-block;
    padding: 0.5em 2.8em;
    color: #FFF;
    font-family: 'ALGER';
    background: #89be2e;
 margin-left:20px;
		margin-top:30px;
			border-radius:5px; 
			font-size:20px;
}

.summary-box-left a:hover{ background:#a9e83d;}

/*news area
************************************/

.news {
    height: 600px;
}

.news .news-main {
    height: inherit;
}

.news .news-main .news-box{
    height: 349px;
}

.news-main .news-box > img{
    height: 329px;
    width: 582px;
    padding: 10px;
    background: #fafafa;
    box-shadow: 3px 4px 3px rgba(0,0,0,.6);
    border-radius: 8px;
    float: left;
}


.news-main .news-box ul{
    width: 550px;
    height: 340px;
    margin-top: 9px;
    float: right;
}

.news-box ul li{
    height: 103px;
    width: 550px
}

.news-box ul li:nth-child(2){
    margin: 20px 0;
}

.news-box ul li a{
    display: block;
}

.news-box ul span{
    display: block; 
    font-size: 4em;
    font-family: 'ALGER';
    color: #89be2e;
    letter-spacing: 0.2em;
    float: left;
}

.news-box ul h4{
    float: left;
    color: #89be2e;
    font-size: 1.1em;
    line-height: 1.6;
}

.news-box ul p{
    float: left;
    width: 440px;
    color: #999;
    line-height: 1.4;
}

.news-box ul li:hover p{
    color: #000;
    transition: all 0.8s;
}

/*contact area
************************************/

.contact {
    height: 190px;
    line-height: 190px;
    background: url(../images/contact.jpg) no-repeat center center;
}

.contact .contact-main {
    height: inherit;
}

.contact .contact-main h2{
    color: #fff;
    width: 200px;
    text-align: center;
    float: left;
    line-height: 190px;
    padding: 0 1em;
    font-family: 'ALGER';
    font-size: 2.2em; 
}

.contact .contact-main div{
    width: 420px;
    height: 140px;
    float: left;
    margin-top: 25px; 
}

.contact-main div p{
    line-height: 1.8;
    color: #fff;
}

.contact .contact-main img{
    float: right;
    margin-top: 42px; 
    height: 107px;
    width: 115px;
}
/*footer area
************************************/

.footer {
    height: 60px;
}

.footer {
    text-align: center;
    line-height: 2;
}
.footer a{ color:#000;}
.footer a:hover{ text-decoration:underline;}

/*common area
******************************************/
.ny_content
{
    display: table;

    width: 1000px;
    max-width: 1000px;
    height: auto;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 60px;
}

.ny_left a
{
    text-decoration: none;

    color: #000;
}

.ny_left
{
    display: table;
    float: left;
    overflow: hidden;

    width: 230px;
    height: auto;
    margin-right: 18px;
}

.ny_left_list
{
    display: table;

    width: 240px;
    height: auto;
}

.ny_left_title
{
    width: 240px;
    height: 85px;

    background: #3eb43a;
}

.ny_left_title h2
{
    font-size: 28px;
    font-weight: 400;

    display: table;

    width: auto;
    height: auto;
    padding-top: 10px;

    text-indent: 0;
    letter-spacing: 3px;

    color: #fff;
}

.ny_left_title h3
{
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 22px;
    font-weight: 400;

    display: table;

    width: auto;
    height: auto;
    padding-top: 0;

    text-indent: 0;
    letter-spacing: 1px;

    color: #fff;
}

.ny_left_title h5
{
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 70px;
    font-weight: 400;

    display: table;
    float: left;

    width: auto;
    height: 70px;
    padding-top: 2px;
    padding-right: 2px;

    text-indent: 20px;
    letter-spacing: 1px;

    color: #fff;
}

.ny_left_list_body
{
    display: table;

    width: 240px;
    height: auto;
}

.ny_left_list_body ul li
{
    line-height: 32px;

    display: block;

    width: 240px;
    height: 34px;
    margin-top: 5px;

    text-indent: 20px;

    border: 1px solid #eee;
}

.ny_left_list_body ul li a span
{
    font-family: '宋体'；;
    font-size: 14px;

    float: right;

    margin-right: 20px;

    color: #aaa;
}

.ny_left_list_body ul li a
{
    font-size: 14px;

    display: block;

    width: 238px;
    height: 32px;

    letter-spacing: 1px;

    border: 1px solid #eee;
    background: #fafafa;
}

.ny_left_list_body ul li a:hover
{
    color: #3eb43a;
    border: 1px solid #7ef171;
    background: #fafafa;
}

.ny_left_list_body ul li a:hover span
{
    color: #3eb43a;
}

.ny_left_news
{
    display: table;

    width: 240px;
    height: auto;
    margin-top: 20px;
}

.ny_left_news_body
{
    display: table;
    overflow: hidden;

    width: 240px;
    height: auto;
    margin-top: 10px;
}

.ny_left_news_body ul li
{
    font-size: 14px;
    line-height: 26px;

    width: 240px;
    height: 26px;
}

.ny_left_news_body ul li span
{
    font-size: 10px;

    margin-right: 5px;

    color: #3eb43a;
}

.ny_left_contact
{
    display: table;

    width: 240px;
    height: auto;
    margin-top: 20px;
}

.ny_left_contact_body
{
    display: table;
    overflow: hidden;

    width: 230px;
    height: auto;
    margin-top: 5px;
    padding-left: 5px;
}

.ny_left_contact_body h2
{
    font-size: 14px;
    line-height: 23px;
}

.ny_left_contact_body h3
{
    font-size: 20px;
    line-height: 33px;
}

.ny_left_contact_body p
{
    font-size: 14px;
    line-height: 23px;
}

.ny_right
{
    display: table;
    float: right;
    overflow: hidden;

    width: 740px;
    height: auto;
}

.ny_right_title
{
    width: 740px;
    height: 36px;

    border-bottom: 3px solid #3eb43a;
}

.ny_right_title a
{
    font-size: 14px;
    line-height: 36px;

    display: block;
    float: left;

    width: auto;
    height: 36px;
    padding: 0 10px;

    color: #fff;
    background: #3eb43a;
}

.ny_right_title span
{
    line-height: 36px;

    display: block;
    float: left;

    width: auto;
    height: 36px;

    color: #fff;
    background: #3eb43a;
}

.ny_right_title a:hover
{
    color: #fff;
}

.ny_right_body
{
    display: table;

    width: 740px;
    height: auto;
    margin-top: 20px;
}

.ny_right_body .ny_jianjie
{
    display: table;
    overflow: hidden;

    width: 740px;
    height: auto;
}

.ny_right_body .ny_jianjie h2
{
    font-size: 22px;
    line-height: 50px;

    width: 740px;

    text-align: center;
    letter-spacing: 1px;
}

.ny_right_body .ny_jianjie p
{
    font-size: 14px;
    line-height: 26px;

    overflow: hidden;

}

.ny_right_body .ny_jianjie p img
{
    display: table;

    max-width: 100%;
    height: auto;

    text-align: center;
}

.ny_right_body .ny_product_index
{
    display: table;

    width: 740px;
    height: auto;
}

.ny_right_body .ny_product_index ul li
{
    display: table;
    float: left;

    width: 231px;
    height: auto;
    margin-bottom: 5px;
    margin-left: 10px;
}

.ny_right_body .ny_product_index ul li a
{
    display: block;

    width: 231px;
    height: auto;
}

.ny_right_body .ny_product_index ul li a img
{
    width: 228px;
    height: 171px;

    border: 1px solid #ccc;
}

.ny_right_body .ny_product_index ul li a h3
{
    line-height: 26px;

    display: block;
    float: left;

    width: auto;
    height: 36px;

    text-indent: 5px;
}

.ny_right_body .ny_product_index ul li a p
{
    font-size: 14px;
    line-height: 26px;

    display: block;
    float: left;

    width: auto;
    height: 36px;
}

.ny_right_body .ny_product_index ul li a:hover p
{
    color: #3eb43a;
}

.ny_right_body .ny_product_index a
{
    color: #000;
}

.ny_right_body .ny_product_index h3
{
    font-size: 15px;
}

.ny_right_body .ny_product_view
{
    display: table;

    width: 750px;
    height: auto;
}

.ny_right_body .ny_product_view .ny_product_view_img h2
{
    font-size: 22px;
    line-height: 50px;

    width: 740px;
    height: 52px;

    text-align: center;
    letter-spacing: 1px;
}

.ny_right_body .ny_product_view .ny_product_view_img
{
    text-align: center;
}

.ny_right_body .ny_product_view .ny_product_view_img img
{
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0 auto;

    text-align: center;
}

.ny_product_view_body
{
    display: table;

    width: 740px;
    height: auto;
}

.ny_product_view_body h3
{
    font-size: 16px;
    font-weight: 700;
    line-height: 36px;
}

.ny_product_view_body p
{
    font-size: 14px;
    line-height: 26px;

    text-indent: 28px;
}

.ny_right_body .ny_news_index
{
    display: table;

    width: 740px;
    height: auto;
}

.ny_right_body .ny_news_index ul li
{
    font-size: 14px;
    line-height: 36px;

    width: 740px;
    height: 36px;

    text-indent: 20px;

    border-bottom: 1px dashed #ccc;
    background: url(news_arrow.gif?1605231327) no-repeat 6px 15px;
}

.ny_right_body .ny_news_index ul li a
{
    display: block;

    width: 740px;
    height: 36px;
}

.ny_right_body .ny_news_index ul li a span
{
    float: right;

    margin-right: 6px;
}

.ny_right_body .ny_news_index a
{
    text-decoration: none;

    color: #000;
}

.ny_right_body .ny_news_index a:hover
{
    color: #3eb43a;
}

.ny_right_body .ny_news_view
{
    display: table;

    width: 740px;
    height: auto;
}

.ny_right_body .ny_news_view h2
{
    font-size: 16px;
    font-weight: 700;
    line-height: 39px;
}

.ny_right_body .ny_news_view h5
{
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;

    display: block;

    width: 740px;
    height: 36px;
    margin-bottom: 10px;

    color: #999;
    border-bottom: 1px solid #ddd;
}

.ny_right_body .ny_news_view h5 a
{
    color: #999;
}

.ny_right_body .ny_news_view h5 span
{
    float: right;
}

.ny_right_body .ny_news_view h5 a:hover
{
    color: #3eb43a;
}

.ny_right_body .ny_news_view p
{
    font-size: 14px;
    line-height: 28px;

    text-indent: 2em;
}

.guest
{
    width: 600px;
    height: 400px;
    margin: 0 auto;
    margin-top: 30px;
}

.guest p
{
    margin-top: 10px;
}

.guest input,
.guest textarea
{
    border: 2px #eaeaea solid;
}

.tijiao
{
    font-size: 16px;

    width: 60px;
    margin-top: 20px;
    margin-left: 200px;

    cursor: pointer;

    border-radius: 8px;
}

/** 分页 **/
.sub_dede_pages
{
    display: table; 

    width: 98%;
    height: auto;
    margin-left: 3%;
    padding: 5% 0;
}
.sub_dede_pages ul
{
    display: table; /*margin:0 auto;*/
    float: right;

    width: 200px;
    height: auto;
    padding: 0;

    text-align: center;/* display:inline;*/
}
.sub_dede_pages ul li
{
    font-size: 12px;

    display: inline;
    float: left;

    width: auto;
    margin: 0;
    margin-right: 1%; 
    padding: 0;

    color: #666;
}
.sub_dede_pages ul li a
{
    display: block;

    width: auto;
    padding: 3px 8px;

    color: #fff; 
    background: #3eb43a;
}