@CHARSET "UTF-8";
/*html, body{height:100%;}*/
body{
    margin: 0px;
    padding: 0px;
    min-width:1000px;
    font-family:Microsoft YaHei;
}
a{
    text-decoration: none;
}
li{
    list-style-type:none;
}
p{
    margin:0px;
    padding:0px;
}
img{
    border: none;
}


/********navigation**********/
.navigation{
    position:absolute;
    z-index:10;
    width: 100%;
    height: 70px;
    background-image: url(../img/navigation_bg.png);
    background-position: top center;
    background-repeat: no-repeat;
}
.navigation ul#nav{
    width: 1000px;
    padding: 0px 25px;
    margin: 0px auto;
    position:relative;
    z-index:2;
}
.navigation ul#nav li.ft{
    border: none;
    float:left;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    position:relative;
}
.navigation ul#nav li a{
    display:block;
    color:#a9a9a9;
    text-decoration:none;
    text-align:center;
}
.navigation ul#nav li a.lk{
    padding:0px 0px 0px 0px;
    font-size:16px;
    width: 136px;
    line-height:68px;
}
.navigation ul#nav li a.logo{
    margin: 0px 50px 0px 25px;
    padding: 5px;
}
.navigation ul#nav li a.logo img{
    height: 50px;
}
.navigation ul#nav li a.lk:hover{
    color: white;
    background-color:#000000;
}

/********slide_box**********/
#slide_box{
    position: relative;
}
.sy-pager{
    position: absolute;
    bottom: 10px;
    z-index: 10;
}
#greenline{
    height: 3px;
    background-color: #68b92e;
}
.into_gm{
    background-image: url(../img/into_gm.jpg);
    background-repeat: no-repeat;
    width: 172px;
    height: 44px;
    display: block;
    position: relative;
    top: 35px;
}

/********contents_box**********/
#contents_box{
    width: 1000px;
    margin: 0px auto;
}
#contents_box div.cnt{
    width: 300px;
    float: left;
}
#contents_box div .cnt_title{
    margin-top: 15px;
    height: 70px;
    position: relative;
}
#contents_box div .cnt_title b{
    color: #68b92e;
    font-size: 26px;
}
#contents_box div .cnt_title span{
    color: #b2ddb5;
    font-size: 14px;
    margin-left: 5px;
}
#contents_box div .cnt_title a{
    color: #89e14c;
    font-size: 14px;
    position: absolute;
    top: 12px;
    right: 5px;
}
#contents_box div div.cnt_contents{
    height: 190px;
    border: 0px solid green;
    overflow: hidden;
}
#contents_box div div.cnt_contents p,#contents_box div#news div.cnt_contents p a{
    color: #818181;
    font-size: 14px;
}
#contents_box div#news div.cnt_contents p{
    line-height: 28px;
}
#contents_box div#news div.cnt_contents p span.time{
    float: right;
    width: 45px;
    /*width: 78px;*/
}
#contents_box div div.cnt_contents div.games{
    border: 0px solid green;
    clear: both;
}
#contents_box div div.cnt_contents div.games div.gm_img{
    float: left;
    width: 58px;
    height: 58px;
    padding: 3px;
}
#contents_box div div.cnt_contents div.games div.gm_text{
    margin-left: 15px;
}
#contents_box div div.cnt_contents div.games div.gm_text p.More a{
    color: #68b92e;
    text-decoration: underline;
}
#contents_box div#news{
    margin: 0px 50px;
}


#contents_box div#games p.gm_name,#contents_box div#news p a.news_title{
    overflow:hidden;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    white-space:nowrap;
}
#contents_box div#games p.gm_name{
    width: 200px;
}
#contents_box div#news p a.news_title{
    display: block;
    width: 255px;
    float: left;
}

#contents_box div#games{
}
img.game_img{
    border: none;
    margin: 0px;
    padding: 0px;
}

/*news*/
.news_top{
    background-color: #f2f2f2;
}
.news_top h1.news_top_title{
    line-height: 45px;
    font-weight: normal;
    width: 975px;
    margin: 0px auto;
    padding: 15px 0px 0px 25px;
    color: #699f00;
    font-size: 28px;
    background-image: url(../img/triangle.png);
    background-repeat: no-repeat;
    background-position: left 26px;
}
h1.news_top_title span{
    color: #a5e330;
    font-size: 20px;
    margin-left: 8px;
}
div.news_line{
    height: 3px;
    background-color: #6dac2a;
}
.news_body{
    min-height: 734px;
    background-color: #f2f2f2;
}
.news_box{
    min-height: 700px;
    background-color: white;
    width: 1000px;
    margin: 0px auto;
}
/******/
table.news_navigation{
    /*padding-top: 50px;*/
}
table.news_navigation tr{
    line-height:40px;
}
table.news_navigation tr td.ns_left,table.news_navigation tr td.ns_right{
    width: 100px;
    border-bottom: 1px solid #3cab00;
}
table.news_navigation tr td.ns_left{
    border-right: 1px solid #3cab00;
}
table.news_navigation tr td.ns_right{
    border-left: 1px solid #3cab00;
}
table.news_navigation tr td.ns{
    border-top: 1px solid #3cab00;
}
table.news_navigation tr td a{
    display:block;
    color: white;
    text-decoration:none;
    text-align:center;
    padding:0px 0px 0px 0px;
    font-size:18px;
    background-color: #3cab00;
}
table.news_navigation tr td a.ns_lk{
    color: #3cab00;
    background-color: white;
    cursor: default;
}
table.news_contents{
    width: 100%;
    padding: 5px 25px 35px 25px;
}
table.news_contents tr td{
    padding: 15px 0px;
    border-bottom: 1px solid #999999;
}
table.news_contents tr:hover{
    background-color: #f2f2f2;
}
table.news_contents tr td.post_modified{
    padding: 5px;
    width: 150px;
}
table.news_contents tr td p.post_title{
    line-height: 24px;
    color: #000000;
    font-size: 14px;
}
table.news_contents tr td p.post_excerpt{
    line-height: 24px;
    color: #999999;
    font-size: 14px;
}

.product_cnt{
    margin: 0px 30px;
    padding: 50px 0px 20px 0px;
    border-bottom: 2px solid #3cab00;
    height: 169px;
}
.product_cnt .pd_img,.product_cnt .pd_detail{
    float: left;
}
.product_cnt .pd_detail{
    width: 600px;
    margin-left: 35px;
}
.product_cnt .pd_detail .pd_tl{
    height: 20px;
    padding: 10px 0px;
    border-bottom: 2px solid #c4e6b2;
}
.product_cnt .pd_detail .pd_tl h2{
    float: left;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    color: #555555;
    font-size: 20px;
    width: 250px;
    overflow:hidden;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    white-space:nowrap;
}
.product_cnt .pd_detail .pd_tl a{
    color: #3cab00;
    font-size: 14px;
    margin-left: 5px;
    padding-right: 10px;
    background-image: url(../img/triangle_sm.png);
    background-repeat: no-repeat;
    background-position: right;
}
.product_cnt .pd_detail .pd_text p{
    margin-top: 30px;
    width: 480px;
    margin-right: 15px;
    float: left;
    color: #727272;
    font-size: 14px;
}
.product_cnt .pd_img,.product_cnt .pd_img img.product_img{
    width: 299px;
    height: 169px;
}
.product_cnt .pd_detail .pd_text img.qr_code{
    margin-top: 20px;
    width: 104px;
    height: 104px;
}
.pageItem{
    padding: 35px 0px 35px 0px;
    text-align: center;
}
.pageItem .current,.pageItem a{
    font-size: 14px;
    padding: 3px 15px;
    border: 1px solid #aeadad;
}
.pageItem .current{
    background-color: #aeadad;
    color: white;
}
.pageItem a{
    color: #aeadad;
    margin: 0px 5px;
}

.address_map img{
    text-align: center;
}


.ct_cnt{border: 0px solid green;
    float: left;
    width: 375px;
    height: 124px;
    margin-top: 35px;
    padding-left: 25px;
}
.ct_cnt img{
    float: left;
}
.ct_cnt div{border: 0px solid green;
    float: left;
    width: 231px;
    padding: 15px 0px 20px 15px;
}
.ct_cnt div b{
    font-size: 16px;
    line-height: 30px;
}
.ct_cnt div p{
    font-size: 14px;
    line-height: 22px;
}
.ct_cnt div.ctus_email p a{
    color: #000000;
}
.ct_cnt div.ctus_email p a:hover{
    text-decoration: underline;
}
p.our_position{
    clear: both;
    line-height: 58px;
    font-size: 16px;
}
.address_map{
    margin-left: 35px;
}




.dt_top{
    border-bottom: 1px solid #999999;
    padding: 30px 0px 10px 0px;
    margin: 0px 25px;
}
.dt_top h1{
    color: #3cab00;
    font-size: 26px;
    line-height: 28px;
    font-weight: normal;
    margin: 0px;
    padding-left: 15px;
    background-image: url("../img/triangle_md.png");
    background-repeat: no-repeat;
    background-position: left;
}
.dt_top h1 span{
    float: right;
    margin-top: 6px;
    margin-right: 5px;
    font-size: 16px;
}
.dt_cnt{
    color: #717171;
    font-size: 16px;
    margin: 50px 35px;
    line-height: 28px;
}
.nav_bottom{
    border-top: 1px solid #d0d0d0;
    position:relative;
    line-height: 44px;
    padding: 0px 15px 0px 30px;
    width: 955px;
    font-size: 16px;
    color: #999999;
}
.nav_bottom label.triangle_line{
    padding: 14px 40px 14px 10px;
    background-image: url(../img/triangle_line.png);
    background-repeat: no-repeat;
    background-position: right;
}
.nav_bottom a{
    color: #999999;
}



.recruit_img{
    padding: 70px 0px 10px 0px;
    margin: 0px 20px 0px 20px;
    border-bottom: 1px solid #3cab00;
}
.recruit_img img{
    max-width: 960px;
}
.recruit_diyibo{
    color: #2f713b;
    font-size: 36px;
    margin: 40px 40px 10px 40px;
}
.recruit_diyibo h1{
    font-weight: normal;
    color: #2f713b;
    font-size: 36px;
}
.recruit_diyibo p{
    color: #373737;
    font-size: 14px;
    line-height: 24px;
}
.recruit_cnt{
    float: left;
    width: 263px;
    margin: 55px 35px 0px 35px;
}
.recruit_cnt .rct_item{
    height: 35px;
    border-bottom: 1px solid #e3e3e3;
}
.recruit_cnt .rct_item h2{
    margin: 0px;
    line-height: 35px;
    font-weight: normal;
    color: white;
    font-size: 22px;
    background-color: #77c33b;
    float: left;
    padding: 0px 22px;
}
.recruit_cnt .rct_item a{
    color: #3cab00;
    font-size: 14px;
    float: right;
    padding-right: 5px;
    line-height: 35px;
}
.recruit_cnt .rct_title a{
    display: block;
    color: #3cab00;
    font-size: 16px;
    line-height: 50px;
    height: 50px;
    border-bottom: 1px solid #e3e3e3;
    padding: 0px 3px;
}
.recruit_cnt .rct_title span{
    overflow:hidden;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    white-space:nowrap;
}
.recruit_cnt .rct_title span.rct_tl{
    width: 180px;
    float: left;
}
.recruit_cnt .rct_title span.rct_ad{
    width: 66px;
    float: right;
}


#recruit_menu{
    float: left;
    width: 170px;
    padding: 40px 40px 40px 40px;
}
#recruit_menu h2 p,#recruit_menu p{
    overflow:hidden;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    white-space:nowrap;
}
#recruit_menu h2{
    padding: 0px;
    margin: 10px 0px 5px 0px;
    border-bottom: 1px solid #e7e7e7;
}
#recruit_menu h2 p{
    cursor: pointer;
    padding: 2px 5px;
    width: 120px;
    font-weight: normal;
    color: white;
    font-size: 24px;
    /*background-color: #2d4c0c;
    filter:alpha(opacity=50);-moz-opacity:0.5;-webkit-opacity:0.5;-o-opacity:0.5;opacity:0.5;*/
}
#recruit_menu p{
    border-bottom: 1px solid #e7e7e7;
}
#recruit_menu p,#recruit_menu p a{
    line-height: 30px;
    color: #6dac2a;
    font-size: 14px;
}

#recruit_cnts{
    float: right;
    width: 715px;
    padding-right: 35px;
}
.rct_tls{
    color: #083200;
    font-size: 26px;
    font-weight: normal;
    line-height: 38px;
    border-top: 1px dotted #cbcbcb;
    border-bottom: 1px dotted #cbcbcb;
    margin: 30px 0px 10px 0px;
    padding-left: 5px;
}
.rct_cnts{
    font-size: 14px;
    line-height: 28px;
    font-family: SimSun;
    padding-left: 5px;
}
.rct_cnts p.rct_cnts_tls{
    line-height: 38px;
}



table.about_us_navigation{
    /*padding-top: 50px;*/
}
table.about_us_navigation tr{
    line-height:40px;
}
table.about_us_navigation tr td.abu_left,table.about_us_navigation tr td.abu_right{
    /*width: 40px;*/
}
table.about_us_navigation tr td.abu{
    /*width: 170px;*/
    width: 186px;
    border-left: 1px solid white;
    border-right: 1px solid white;
}
table.about_us_navigation tr td a{
    display:block;
    color: #3cab00;
    text-decoration:none;
    text-align:center;
    padding:0px 0px 0px 0px;
    font-size:18px;
    background-color: #c9ea99;
}
table.about_us_navigation tr td a.abu_lk{
    color: white;
    background-color: #3cab00;
}
.about_us_cnt{
    color: #555555;
    font-size: 16px;
    padding: 35px 30px;
    line-height: 28px;
    font-family: SimSun;
}
.about_us_us{
    color: #484848;
    font-size: 14px;
}
.about_us_team h2{
    font-size: 14px;
    margin: 0px;
    color: #3cab00;
}
.about_us_team h3{
    font-size: 14px;
    margin: 0px;
    font-weight: normal;
    margin-bottom: 45px;
}
.about_us_culture{
    clear: both;
}
.about_us_culture .culture_tl,.about_us_culture .culture_cnts{
    float: left;
}
.about_us_culture .culture_tl{
    width: 150px;
    padding-top: 0px;
}
.about_us_culture .culture_cnts{
    width: 700px;
    padding-top: 0px;
    padding-left: 85px;
    position: relative;
}
.about_us_culture .culture_cnt{
    font-size: 14px;
    position: absolute;
}
.about_us_culture .culture_tl h2{
    color: #EEE;
    font-size: 15px;
    line-height: 31px;
    padding: 0px 15px;
    margin: 5px 0px;
    background-color: #48cb01;
    cursor: pointer;
}
.about_us_culture .culture_tl h2:hover{
    color: #ffffff;
    background-color: #3cab00;
}
.about_us_culture .culture_tl h2.ct_tls_link{
    color: #ffffff;
    background-color: #3cab00;
}
table.about_us_honor{
    font-size: 14px;
}
table.about_us_honor tr th{
    line-height: 35px;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}
table.about_us_honor tr th{
    color: #ffffff;
    background-color: #3cab00;
}
table.about_us_honor tr td{
    text-align: center;
    line-height: 46px;
}
table.about_us_honor tr:hover{
    background-color: #f2f2f2;
}
table.about_us_honor tr td{
    border-bottom: 1px solid #999999;
}
.about_us_course{
    padding: 0px 50px 0px 150px;
}
.about_us_course h2{
    font-family: "方正大黑简体";
    margin: 0px;
    padding-left: 0px;
}
.about_us_course h2.course_years{
    color: #3cab00;
    font-size: 25px;
    line-height: 54px;
    background-image: url(../img/course_h2_bg.png);
    background-repeat: no-repeat;
    background-position: left;
}
.about_us_course h2.course_course{
    font-weight: 900;
    font-size: 14px;
    line-height: 32px;
    padding-left: 110px;
    background-image: url(../img/course_h3_bg.png);
    background-repeat: no-repeat;
    background-position: left;
}
.about_us_course h2.course_course span.course_month{
    margin-right: 25px;
}

























.main_image {width:100%; height:456px; overflow:hidden; margin:0 auto;padding: 0px; position:relative}
.main_image ul {margin:0px;padding:0px;}
div.flicking_con {position:absolute; bottom:5px;left: 50%;}
div.flicking_con .flicking_inner {z-index:999;text-align: center;} /* 121126 */
div.flicking_con a {float:left; width:21px; height:21px; margin:0; padding:0; background:url('../img/btn_main_img.png') 0 0 no-repeat; display:block; text-indent:-1000px}
div.flicking_con a.on {background-position:0 -21px}
#btn_prev,#btn_next{z-index:11111;position:absolute;display:block;width:73px!important;height:74px!important;top:50%;margin-top:-37px;display:none;}
#btn_prev{background:url(../img/hover_left.png) no-repeat left top;left:100px;}
#btn_next{background:url(../img/hover_right.png) no-repeat right top;right:100px;}