﻿@charset "utf-8";

/* 此文件作为总入口，引入所有less文件，之后会编译为all.css */


/*CSS Document*/


/*init BEGIN*/

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
fieldset,
lengend,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
    outline: none;
    font-weight: normal;
}


/*清除内外边距*/

a:focus {
    -moz-outline-style: none;
}


/*IE不支持*/

a:focus {
    outline: none;
}


/*很多网站都会加的属性*/

body,
button,
input,
select,
textarea {
    /*for ie*/
    /*font:12px/1 Tahoma,Helvetica,Arial,"宋体",sans-serif;*/
    font: 12px/1 Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;
    /*用 ascii 字符表示，使得在任何编码下都无问题*/
}


/*设置默认字体*/

address,
cite,
dfn,
em,
var {
    font-style: normal;
}


/*将斜体扶正*/

code,
kbd,
pre,
samp,
tt {
    font-family: "Courier New", Courier, monospace;
}


/*统一等宽字体*/

small {
    font-size: 12px;
}


/*小于 12px 的中文很难阅读，让 small 正常化*/

ul,
ol {
    list-style: none;
}


/*重置列表元素*/

a {
    text-decoration: none;
}


/*重置文本格式元素*/

abbr[title],
acronym[title] {
    /*注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果*/
    border-bottom: 1px dotted;
    cursor: help;
}

q:before,
q:after {
    content: '';
}


/*重置表单元素*/

legend {
    color: #000;
}


/*for ie6*/

fieldset,
img {
    border: none;
}


/*img 搭车：让链接里的 img 无边框*/


/*注：optgroup 无法扶正*/

button,
input,
select,
textarea {
    font-size: 100%;
    /*使得表单元素在 ie 下能继承字体大小*/
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/*重置表格元素*/

hr {
    border: none;
    height: 1px;
}


/*重置 hr*/

html {
    overflow-y: scroll;
}


/*让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁*/


/*清除float BEGIN*/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
    display: block;
    zoom: 1;
}


/*清除float END*/


/*init END*/


/*banner BEGIN*/

.cg_banner {
    width: 100%;
    overflow: hidden;
    position: relative;
}


/*子页banner高度*/

.cg_banner,
.cg_banner_listbox,
.cg_banner_listbox ul,
.cg_banner_listbox ul li,
.cg_banner_listbox ul li a {
    display: block;
    height: 331px;
}


/*首页banner高度*/

.cg_banner.cg_index_banner,
.cg_index_banner .cg_banner_listbox,
.cg_index_banner .cg_banner_listbox ul,
.cg_index_banner .cg_banner_listbox ul li,
.cg_index_banner .cg_banner_listbox ul li a {
    display: block;
    height: 480px;
}

.cg_banner_listbox {
    position: relative;
    height: 100%;
    z-index: 0;
}

.cg_banner_listbox ul li {
    zoom: 1;
    vertical-align: middle;
}


/*li按钮*/

.cg_banner .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 0;
    bottom: 5px;
    z-index: 1;
    width: 100%;
}

.cg_banner .hd ul {
    overflow: hidden;
    zoom: 1;
    clear: both;
    width: 100%;
    text-align: center;
}

.cg_banner .hd ul li {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    margin: 0 6px;
    width: 30px;
    height: 8px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    overflow: hidden;
    line-height: 8px;
    color: #fff;
}

.cg_banner .hd ul li.on {
    background: #004f85;
    color: #f00;
}


/*前/后按钮代码*/

.cg_banner .prev,
.cg_banner .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(../images/slider-arrow.png) -110px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
    z-index: 9;
}

.cg_banner .next {
    left: auto;
    right: 3%;
    background-position: 8px 5px;
}

.cg_banner .prev:hover,
.cg_banner .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.cg_banner .prevStop {
    display: none;
}

.cg_banner .nextStop {
    display: none;
}


/*banner END*/


/*上下篇 BEGIN*/

.sub_updown_hei {
    height: 37px;
    line-height: 37px;
}

.sub_updown {
    clear: both;
    font-family: "微软雅黑";
    overflow: hidden;
    font-size: 14px;
    margin-top: 36px;
    width: 100%;
}

.sub_updown div {
    width: 500px;
    padding-right: 38px;
    overflow: hidden;
    height: 37px;
    line-height: 37px;
}

.sub_updown div.sub_updown_up {
    float: left;
}

.sub_updown div.sub_updown_down {
    float: right;
}

.sub_updown div a {
    display: block;
    color: #666;
    height: 37px;
    line-height: 37px;
}

.sub_updown div a[href]:hover {
    color: #8dc21f;
}

.sub_updown div a[href]:hover span {
    background: url(../images/zjw_65.png) no-repeat center;
}

.sub_updown span {
    display: block;
    float: left;
    width: 116px;
    text-align: center;
    color: #ffffff;
    margin-right: 26px;
    background: url(../images/zjw_64.png) no-repeat center;
    height: 37px;
    line-height: 37px;
}


/*上下篇 END*/


/*分页 BEGIN*/

.ql_fenye {
    clear: both;
    width: 100%;
    margin-top: 50px;
    text-align: center;
    line-height: 29px;
    font-family: "微软雅黑";
}

.ql_fenye a,
.ql_fenye span {
    width: 29px;
    height: 29px;
    margin: 0 12px;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    color: #1e1e1e;
    font-size: 18px;
    font-family: Arial;
    background: url(../images/zjw_68.png) no-repeat center;
    vertical-align: middle;
}

.ql_fenye a.a1 {
    font-family: "宋体";
}

.ql_fenye a {
    color: #1e1e1e;
}

.ql_fenye a[href]:hover {
    color: #fff;
    background: url(../images/zjw_67.png) no-repeat center;
}

.ql_fenye span {
    color: #fff;
    background: url(../images/zjw_67.png) no-repeat center;
}


/*选中需要全部important一下*/


/*分页 END*/


/*百度地图*/

.iw_poi_title {
    color: #CC5522;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    padding-right: 13px;
    white-space: nowrap;
}

.iw_poi_content {
    font: 12px arial, sans-serif;
    overflow: visible;
    padding-top: 4px;
    white-space: -moz-pre-wrap;
    word-wrap: break-word;
}

a[href] * {
    cursor: pointer;
}


/*此文件放置共用函数、变量等*/


/* 手机rem单位字号，与js保持一致 */


/* 兼容IE7 透明度写法 */


/* 字体设置 */


/* 定位属性 */


/* 遮罩层定位 */


/* 截字符 */

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}


/* 公用类 */

body {
    font-size: 12px;
    color: #333;
    line-height: 1.8;
    font-family: "微软雅黑";
}


/* 清楚浮动 */

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

input {
    background: none;
    font-family: 微软雅黑;
    border: none;
}

textarea {
    background: none;
    font-family: 微软雅黑;
    border: none;
}

.hxq_gaba {
    display: inline-block;
    line-height: 26px;
    padding-left: 25px;
    min-height: 20px !important;
    background: url(../images/bah_10.png) no-repeat left center;
}

.hxq_w1920 {
    position: relative;
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
}

.hxq_w1200 {
    width: 1200px;
    margin: 0 auto;
}

.hxq_w1003 {
    width: 1003px;
    margin: 0 auto;
}


/* CSS Document */


/*以下为公用样式，不可以修改，如涉及到参数请在html页面删除相应的class或id*/

body {
    font-size: 12px;
    line-height: 26px;
    font-family: "微软雅黑";
    white-space: normal;
    word-break: break-word;
}

.cg_fs {
    font-family: "宋体";
}

.cg_l {
    float: left;
}

.cg_r {
    float: right;
}


/*width*/

body,
html {
    min-width: 1300px !important;
}

.w1002,
.w1004,
.w1100,
.w1200,
.w1216,
.w1280 {
    margin: 0 auto;
}

.w1002 {
    width: 1002px;
}

.w1004 {
    width: 1004px;
}

.w1100 {
    width: 1100px;
}

.w1200 {
    width: 1200px !important;
}

.w1216 {
    width: 1216px;
}

.w1280 {
    width: 1280px;
}


/*height*/

.heg5 {
    height: 5px;
}

.heg10 {
    height: 10px;
}

.heg15 {
    height: 15px;
}

.heg20 {
    height: 20px;
}

.heg25 {
    height: 25px;
}

.heg30 {
    height: 30px;
}

.heg35 {
    height: 35px;
}

.heg40 {
    height: 40px;
}

.heg45 {
    height: 45px;
}

.heg50 {
    height: 50px;
}

.heg55 {
    height: 55px;
}

.heg60 {
    height: 60px;
}

.heg65 {
    height: 65px;
}

.heg70 {
    height: 70px;
}

.heg75 {
    height: 75px;
}

.heg80 {
    height: 80px;
}

.heg85 {
    height: 85px;
}

.heg90 {
    height: 90px;
}

.heg95 {
    height: 95px;
}

.heg100 {
    height: 100px;
}

.heg105 {
    height: 105px;
}

.heg110 {
    height: 110px;
}

.heg115 {
    height: 115px;
}

.heg120 {
    height: 120px;
}

.heg125 {
    height: 125px;
}

.heg130 {
    height: 130px;
}

.heg135 {
    height: 135px;
}

.heg140 {
    height: 140px;
}

.heg145 {
    height: 145px;
}

.heg150 {
    height: 150px;
}


/*margin*/

.cg_margin_rightno {
    margin-right: 0 !important;
}

.cg_margin_topno {
    margin-top: 0 !important;
}

.cg_margin_bottomno {
    margin-bottom: 0 !important;
}

.cg_margin_leftno {
    margin-left: 0 !important;
}


/*padding*/

.cg_padding_leftno {
    padding-left: 0 !important;
}

.cg_padding_rightno {
    padding-right: 0 !important;
}

.cg_padding_topno {
    padding-top: 0 !important;
}

.cg_padding_bottomno {
    padding-bottom: 0 !important;
}


/*border*/

.cg_border_topno {
    border-top: none !important;
}

.cg_border_leftno {
    border-left: none !important;
}

.cg_border_rightno {
    border-right: none !important;
}

.cg_border_bottomno {
    border-bottom: none !important;
}


/*关键字样式*/

.ql_subpag_about a {
    font-weight: bold;
    color: #000;
}

.ql_subpag_about a:hover {
    color: #666;
}

.qgl_mgaba {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    line-height: 26px;
    padding-left: 25px;
    min-height: 20px !important;
    background: url(../images/gaba.png) no-repeat left center;
}


/*以上为公用样式，不可以修改，如涉及到参数请在html页面删除相应的class或id*/

.ql_fenyepoa {
    padding: 10px;
}

.ql_fenyepoa a,
.ql_fenyepoa span {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    border: 1px solid #eee;
    padding: 0 5px;
    margin: 3px 3px !important;
}

.ql_fenyepoa a {
    color: #333;
}

.ql_fenyepoa a:hover {
    color: #f4b613;
    border-color: #f4b613;
}

.ql_fenyepoa span {
    color: #f4b613;
    border-color: #f4b613;
}

.xxy a {
    color: #f00;
}

.xxy a:hover {
    color: orangered;
}

.xxy img {
    max-width: 100%;
}

.lbimg img {
    display: block;
}

.dis {
    display: block;
}

.dib {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.minh {
    min-height: 300px;
}

.container-fluid {
    width: 100%;
}

.z_l {
    float: left;
}

.z_r {
    float: right;
}

.tc {
    text-align: center;
}

.tl {
    text-align: left;
}

.tr {
    text-align: right;
}

.headertop {
    background: #263a53;
    line-height: 36px;
    height: 36px;
}

.headertop .hdta {
    float: left;
    color: #ffffff;
    font-size: 12px;
}

.headertop .hdtb {
    float: right;
    color: #ffffff;
    font-size: 12px;
}

.headertop .hdtb a {
    padding-left: 24px;
    color: #fff;
}

.headertop .hdtb a:hover {
    color: #8dc21f;
}

.headertop .hdtb a.a1 {
    margin-right: 24px;
    background: url(../images/zjw_1.png) no-repeat left center;
}

.headertop .hdtb a.a2 {
    background: url(../images/zjw_2.png) no-repeat left center;
}

.headerbot {
    position: relative;
    height: 102px;
    background: #036eb7;
    z-index: 999;
}

.headerbot .logo {
    float: left;
    margin-top: 22px;
}

.headerbot ul {
    float: right;
}

.headerbot ul li {
    position: relative;
    float: left;
}

.headerbot ul li:hover .zjwxl {
    display: block;
}

.headerbot ul li .zjwxl {
    display: none;
    width: 100%;
    position: absolute;
    top: 102px;
    left: 0;
    line-height: 30px;
    padding: 20px 0;
    text-align: center;
    background: url(../images/zjw_66.png);
}

.headerbot ul li .zjwxl a {
    color: #ffffff;
    font-size: 18px;
    /* margin: 0 27px; */
    /* display: inline-block; */
    display: block;
    margin: 0 auto;
    line-height: 42px;
}

.headerbot ul li .zjwxl a:hover {
    color: #acff00;
}

.headerbot ul li .zjwxl a.on {
    color: #acff00;
}

.headerbot ul li>a {
    padding: 0 26px;
    display: block;
    line-height: 102px;
    color: #ffffff;
    font-size: 16px;
}

.headerbot ul li.on {
    background: #005d9d;
}

.headerbot ul li:hover {
    background: #005d9d;
}


/*floor1*/

.bgn {
    background: none !important;
}

.floor1 {
    background: #036eb7;
    padding-top: 22px;
    padding-bottom: 21px;
}

.floor1 li {
    float: left;
    position: relative;
    margin-right: 34px;
    padding-right: 34px;
    background: url(../images/zjw_8.png) no-repeat right center;
}

.floor1 li:hover span {
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

.floor1 li:hover .dr .d1 {
    color: #8dc21f;
}

.floor1 li:hover .dr .d2 {
    color: #8dc21f;
}

.floor1 li>a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
    background: url(about:blank);
}

.floor1 li span {
    width: 60px;
    height: 60px;
    float: left;
}

.floor1 li span img {
    display: block;
    width: 100%;
    height: 100%;
}

.floor1 li .dr {
    float: right;
    margin-left: 16px;
}

.floor1 li .dr .d1 {
    color: #ffffff;
    font-size: 18px;
}

.floor1 li .dr .d2 {
    color: #ffffff;
    font-size: 18px;
    text-transform: capitalize;
}


/*floor1*/


/*floor2*/

.floor2 {
    height: 319px;
    margin-top: 20px;
}

.floor2 .f2a {
    float: left;
    position: relative;
}

.floor2 .f2a .hd {
    position: absolute;
    right: 0;
    top: 0;
}

.floor2 .f2a .hd li {
    float: left;
    text-align: center;
    width: 152px;
    height: 42px;
    line-height: 42px;
    margin-right: 7px;
    background: #f1f1f1;
}

.floor2 .f2a .hd li a {
    display: block;
    color: #333333;
    font-size: 16px;
}

.floor2 .f2a .hd li.on {
    background: #8dc21f;
}

.floor2 .f2a .hd li.on a {
    color: #fff;
}

.floor2 .f2a .bd .dbox .dboxa {
    float: left;
    width: 416px;
    height: 319px;
}

.floor2 .f2a .bd .dbox .dboxa:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.floor2 .f2a .bd .dbox .dboxb {
    margin-top: 62px;
    width: 470px;
    margin-left: 16px;
    float: right;
}

.floor2 .f2a .bd .dbox .dboxb li {
    line-height: 36px;
    padding-left: 15px;
    background: url(../images/zjw_9.png) no-repeat left center;
}

.floor2 .f2a .bd .dbox .dboxb h3 a {
    color: #333333;
    font-size: 14px;
}

.floor2 .f2a .bd .dbox .dboxb h3 a:hover {
    color: #8dc21f;
}

.floor2 .f2a .bd .dbox .dboxb h3 em {
    float: right;
    color: #bfbfbf;
    font-size: 14px;
}

.floor2 .f2b {
    float: right;
    width: 236px;
    padding: 0 16px;
    padding-top: 30px;
    background: #f8f8f8;
}

.floor2 .f2b .f2ba {
    color: #333333;
    font-size: 20px;
    line-height: 20px;
}

.floor2 .f2b .f2bb {
    margin-top: 14px;
}

.floor2 .f2b .f2bb .inw {
    float: left;
    width: 172px;
    height: 40px;
    padding: 0 12px;
    background: #fff;
}

.floor2 .f2b .f2bb .inw input {
    width: 100%;
    line-height: 40px;
    height: 40px;
    font-family: "微软雅黑";
    color: #b1b1b1;
    font-size: 14px;
}

.floor2 .f2b .f2bb a {
    width: 40px;
    height: 40px;
    float: right;
    background: #8dc21f url(../images/zjw_10.png) no-repeat center;
}

.floor2 .f2b .f2bb a:hover {
    background-color: #036eb7;
}

.floor2 .f2b .f2bc {
    padding: 10px;
    background: #fff;
    margin: 18px 0;
}

.floor2 .f2b .f2bc a {
    float: left;
    display: table;
    width: 104px;
    height: 68px;
}

.floor2 .f2b .f2bc a span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.floor2 .f2b .f2bc a span img {
    display: block;
    margin: 0 auto;
    margin-top: 2px;
}

.floor2 .f2b .f2bc a.a1 {
    background: #23c7ee;
}

.floor2 .f2b .f2bc a.a2 {
    background: #7655b5;
}

.floor2 .f2b .f2bc a.a3 {
    float: right;
    background: #8594dd;
}

.floor2 .f2b .f2bc a.a4 {
    float: right;
    background: #0c9be0;
}


/*floor2*/


/*floor3*/

.floor3 {
    height: 385px;
    margin-top: 34px;
}

.floor3 .fl3a {
    width: 380px;
    background: #f8f8f8;
    float: left;
}

.floor3 .fl3a .fl3atop {
    padding: 16px 20px;
}

.floor3 .fl3a .fl3atop:hover {
    background: #036eb7;
}

.floor3 .fl3a .fl3atop:hover .fl3atopa a.a1 {
    background: url(../images/zjw_16b.png) no-repeat center;
}

.floor3 .fl3a .fl3atop:hover .fl3atopa a.a2 {
    background: url(../images/zjw_17b.png) no-repeat center top;
}

.floor3 .fl3a .fl3atop:hover .fl3atopa a.a3 {
    background: url(../images/zjw_18b.png) no-repeat center;
}

.floor3 .fl3a .fl3atop:hover .fl3atopb a {
    background: url(../images/zjw_15b.png) no-repeat center;
}

.floor3 .fl3a .fl3atop .fl3atopa {
    float: left;
}

.floor3 .fl3a .fl3atop .fl3atopa a {
    display: block;
}

.floor3 .fl3a .fl3atop .fl3atopa a.a1 {
    width: 148px;
    height: 39px;
    background: url(../images/zjw_16.png) no-repeat center;
}

.floor3 .fl3a .fl3atop .fl3atopa a.a1:hover {
    background: url(../images/zjw_16b.png) no-repeat center;
}

.floor3 .fl3a .fl3atop .fl3atopa a.a2 {
    width: 206px;
    height: 39px;
    background: url(../images/zjw_17.png) no-repeat center top;
}

.floor3 .fl3a .fl3atop .fl3atopa a.a2:hover {
    background: url(../images/zjw_17b.png) no-repeat center top;
}

.floor3 .fl3a .fl3atop .fl3atopa a.a3 {
    width: 144px;
    height: 39px;
    background: url(../images/zjw_18.png) no-repeat center;
}

.floor3 .fl3a .fl3atop .fl3atopa a.a3:hover {
    background: url(../images/zjw_18b.png) no-repeat center;
}

.floor3 .fl3a .fl3atop .fl3atopb {
    float: right;
}

.floor3 .fl3a .fl3atop .fl3atopb a {
    display: block;
    width: 46px;
    height: 37px;
    background: url(../images/zjw_15.png) no-repeat center;
}

.floor3 .fl3a .fl3atop .fl3atopb a:hover {
    background: url(../images/zjw_15b.png) no-repeat center;
}

.floor3 .fl3a .fl3abot {
    padding-left: 20px;
    margin-right: 20px;
    padding-bottom: 10px;
}

.floor3 .fl3a .fl3abot .get-nicer {
    height: 304px;
    position: relative;
    overflow: hidden;
}

.floor3 .fl3a .fl3abot .get-nicer .nice-wrapper {
    position: absolute;
    padding-right: 16px;
}

.floor3 .fl3a .fl3abot .nicescroll-cursors {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    left: 2px !important;
}

.floor3 .fl3a .fl3abot .nicescroll-rails {
    width: 1px !important;
    /*right:4px !important;*/
}

.floor3 .fl3a .fl3abot li {
    line-height: 38px;
    height: 38px;
    width: 324px;
}

.floor3 .fl3a .fl3abot li h3 {
    padding-left: 16px;
    background: url(../images/zjw_19.png) no-repeat left center;
    font-size: 14px;
    font-weight: normal;
}

.floor3 .fl3a .fl3abot li h3 a {
    color: #333333;
}

.floor3 .fl3a .fl3abot li h3 a:hover {
    color: #036eb7;
}

.floor3 .fl3a .fl3abot li h3 em {
    float: right;
    color: #bfbfbf;
    font-size: 14px;
}

.floor3 .fl3a .fl3abot1 {
    height: 274px;
    margin: 12px;
    background: #ffffff;
    padding: 16px;
    padding-bottom: 0;
}

.floor3 .fl3a .fl3abot1 .fl3abot1a {
    line-height: 46px;
    border-bottom: 1px solid #f1f1f1;
}

.floor3 .fl3a .fl3abot1 .fl3abot1a>div {
    float: left;
    color: #333333;
    font-size: 16px;
    font-weight: bold;
}

.floor3 .fl3a .fl3abot1 .fl3abot1a>div.d1 {
    width: 80px;
}

.floor3 .fl3a .fl3abot1 .fl3abot1a>div.d2 {
    width: 90px;
    margin-left: 48px;
    text-align: center;
}

.floor3 .fl3a .fl3abot1 .fl3abot1a>div.d3 {
    width: 90px;
    float: right;
    text-align: center;
}

.floor3 .fl3a .fl3abot1 .get-nicer1 {
    height: 225px;
    position: relative;
    overflow: hidden;
}

.floor3 .fl3a .fl3abot1 .get-nicer1 .nice-wrapper1 {
    position: absolute;
    padding-right: 16px;
}

.floor3 .fl3a .fl3abot1 .nicescroll-cursors {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    left: 2px !important;
}

.floor3 .fl3a .fl3abot1 .nicescroll-rails {
    width: 1px !important;
    /*right:4px !important;*/
}

.floor3 .fl3a .fl3abot1 li {
    line-height: 44px;
    height: 44px;
    cursor: pointer;
    border-bottom: 1px solid #f1f1f1;
}

.floor3 .fl3a .fl3abot1 li:hover div {
    color: #036eb7;
}

.floor3 .fl3a .fl3abot1 li div {
    float: left;
    color: #8a8a8a;
    font-size: 14px;
}

.floor3 .fl3a .fl3abot1 li div.d1 {
    width: 80px;
}

.floor3 .fl3a .fl3abot1 li div.d2 {
    width: 70px;
    margin-left: 10px;
    text-align: center;
}

.floor3 .fl3a .fl3abot1 li div.d3 {
    width: 140px;
    float: right;
    text-align: center;
}

.floor3 .fl3a .fl3abot2 {
    padding: 0 20px;
    height: 294px;
    margin: 10px 0;
}

.floor3 .fl3a .fl3abot2 .get-nicer2 {
    height: 294px;
    position: relative;
    overflow: hidden;
}

.floor3 .fl3a .fl3abot2 .get-nicer2 .nice-wrapper2 {
    position: absolute;
    padding-right: 16px;
    width: 324px;
}

.floor3 .fl3a .fl3abot2 .nicescroll-cursors {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    left: 2px !important;
}

.floor3 .fl3a .fl3abot2 .nicescroll-rails {
    width: 1px !important;
    /*right:4px !important;*/
}

.floor3 .fl3a .fl3abot2 li {
    cursor: pointer;
    position: relative;
    padding: 8px 4px;
    border-bottom: 1px solid #ebebeb;
}

.floor3 .fl3a .fl3abot2 li:hover {
    border-color: #036eb7;
}

.floor3 .fl3a .fl3abot2 li:hover .d1 {
    color: #036eb7;
}

.floor3 .fl3a .fl3abot2 li:hover .d2 {
    color: #036eb7;
}

.floor3 .fl3a .fl3abot2 li:hover .d3 {
    color: #036eb7;
}

.floor3 .fl3a .fl3abot2 li>a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
    background: url(about:blank);
}

.floor3 .fl3a .fl3abot2 li .d1 {
    color: #333333;
    font-size: 15px;
    font-weight: bold;
    margin: 4px 0;
}

.floor3 .fl3a .fl3abot2 li .d2 {
    color: #333333;
    font-size: 14px;
    line-height: 24px;
}

.floor3 .fl3a .fl3abot2 li .d3 {
    color: #333333;
    font-size: 14px;
    line-height: 24px;
}

.floor3 .fl3a .fl3abot2 li .d3 span {
    float: left;
}

.floor3 .fl3a .fl3abot2 li .d3 .d {
    margin-left: 42px;
}

.boxzzc {
    display: none;
    position: fixed;
    z-index: 88;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../images/aj18.png);
}

.tcbox {
    position: fixed;
    width: 562px;
    top: 50%;
    left: 50%;
    margin-left: -281px;
    margin-top: -150px;
    background: #fff;
    padding-top: 0;
    display: none;
    z-index: 999;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.tcbox .gb {
    width: 32px;
    height: 32px;
    position: absolute;
    right: 10px;
    top: 12px;
    cursor: pointer;
    background: url(../images/gb.png) no-repeat center;
}

.tcbox .tcboxtop {
    font-weight: bold;
    font-size: 16px;
    line-height: 30px;
    padding: 10px 14px;
    color: #036eb7;
    background: #f1f1f1;
}

.tcbox .tcboxmid {
    margin-top: 14px;
    border: 1px solid #eee;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 10px 14px;
    margin: 14px;
    color: #999;
    font-size: 14px;
}

.tcboxmid>em {
    font-weight: bold;
    color: #666;
}


/*floor3*/


/*floor4*/

.floor4 {
    margin-top: 34px;
    margin-bottom: 34px;
    background: #f8f8f8;
    height: 307px;
}

.floor4 .fl4a {
    float: left;
}

.floor4 .fl4a a {
    display: block;
    width: 58px;
    height: 307px;
    background: url(../images/zjw_20.png) no-repeat center;
}

.floor4 .fl4a a:hover {
    background-image: url(../images/zjw_20b.png);
}

.floor4 .fl4b {
    padding: 30px 0;
    float: right;
    width: 1120px;
}

.floor4 .fl4b .whd {
    padding-bottom: 16px;
    border-bottom: 1px solid #ebebeb;
}

.floor4 .fl4b .whd li {
    line-height: 22px;
    margin-left: 8px;
    margin-right: 28px;
    padding: 0 12px;
    background: url(../images/zjw_21.png) no-repeat left center;
    float: left;
}

.floor4 .fl4b .whd li a {
    color: #333333;
    font-size: 18px;
}

.floor4 .fl4b .whd li.on {
    background: url(../images/zjw_21b.png) no-repeat left center;
}

.floor4 .fl4b .whd li.on a {
    color: #89bf24;
}

.floor4 .fl4b .wbd {
    margin-top: 30px;
}

.floor4 .fl4b .wbd .nbox {
    margin: 0 auto;
    width: 1042px;
    position: relative;
}

.floor4 .fl4b .wbd .nbox .nbd {
    width: 1042px;
    overflow: hidden;
}

.floor4 .fl4b .wbd .nbox>a {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    font-size: 40px;
    line-height: 40px;
    font-family: "宋体";
    color: #999;
}

.floor4 .fl4b .wbd .nbox>a:hover {
    color: #89bf24;
}

.floor4 .fl4b .wbd .nbox>a.prev1 {
    left: -28px;
}

.floor4 .fl4b .wbd .nbox>a.next1 {
    right: -28px;
}

.floor4 .fl4b .wbd .nbox .nbd li {
    width: 247px;
    margin-right: 18px;
    float: left;
    position: relative;
}

.floor4 .fl4b .wbd .nbox .nbd li>img {
    display: block;
}

.floor4 .fl4b .wbd .nbox .nbd li>a {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    line-height: 230px;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    background: url(../images/zjw_22.png) repeat center;
}

.floor4 .fl4b .wbd .nbox .nbd li:hover>a {
    display: block;
}


/*floor4*/


/*底部*/

.footer {
    background: #004f85;
    padding-top: 44px;
}

.footer ul {
    margin-top: 24px;
}

.footer li {
    float: left;
    width: 152px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    margin-right: 22px;
    background: url(../images/zjw_24.png) no-repeat center;
}

.footer li a {
    display: block;
    color: #ffffff;
    font-size: 16px;
}

.footer li:hover {
    background-image: url(../images/zjw_24b.png);
}

.footer .ftbot {
    color: #5188ae;
    font-size: 12px;
    padding-bottom: 28px;
    margin-top: 30px;
}

.footer .ftbot a {
    color: #5188ae;
}

.footer .ftbot a:hover {
    color: #fff;
}

.footer .ftbot .ftbota {
    float: left;
    width: 928px;
    line-height: 26px;
}

.footer .ftbot .ftbota .ftbota1 {
    margin-bottom: 16px;
    line-height: 34px;
    color: #ffffff;
    font-size: 16px;
}

.footer .ftbot .ftbota .ftbota1 div {
    padding-left: 32px;
}

.footer .ftbot .ftbota .ftbota1 .ftbota1a {
    float: left;
    width: 206px;
    background: url(../images/zjw_25.png) no-repeat left center;
}

.footer .ftbot .ftbota .ftbota1 .ftbota1b {
    width: 274px;
    float: left;
    background: url(../images/zjw_26.png) no-repeat left center;
}

.footer .ftbot .ftbota .ftbota1 .ftbota1c {
    width: 300px;
    float: left;
    background: url(../images/zjw_27.png) no-repeat left center;
}

.footer .ftbot .ftbota .ftbota3 .ftbota3a span {
    float: left;
}

.footer .ftbot .ftbota .ftbota3 .ftbota3a .ftbota3abb {
    float: left;
    max-width: 700px;
}

.footer .ftbot .ftbotb {
    float: right;
    margin-top: 2px;
}

.footer .ftbot .ftbotb img {
    float: right;
}


/*底部*/


/*框架*/

.sbox {
    position: relative;
    min-height: 400px;
    padding: 60px 0;
}

.break {
    line-height: 36px;
    height: 36px;
    position: absolute;
    right: 0;
    top: -97px;
    float: right;
    padding-left: 24px;
    background: url(../images/zjw_28.png) no-repeat left center;
    color: #c4c4c4;
    font-size: 12px;
}

.break a {
    color: #c4c4c4;
}

.break a:hover {
    color: #ffba00;
}

.subnav {
    height: 97px;
    background: url(../images/zjw_29.png) no-repeat center;
}

.subnav.nobg {
    background-image: url(../images/zjw_46.png);
}

.subnava {
    float: left;
    width: 257px;
    padding-left: 28px;
}

.subnava h2 {
    color: #ffffff;
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    padding-top: 26px;
}

.subnava em {
    display: block;
    color: #ffffff;
    font-size: 18px;
    font-family: Times New Roman;
    text-transform: uppercase;
    margin-top: 10px;
    line-height: 18px;
}

.subnavb {
    float: left;
    width: 915px;
    padding-top: 37px;
}

.subnavb li {
    float: left;
    line-height: 60px;
    height: 60px;
    padding: 0 30px;
    background: url(../images/zjw5.jpg) no-repeat right center;
}

.subnavb li a {
    color: #333333;
    font-size: 18px;
}

.subnavb li a:hover {
    color: #8dc21f;
}

.subnavb li.on a {
    color: #8dc21f;
}

.bgn {
    background: none !important;
}

.subbox {
    min-height: 400px;
}


/*框架*/


/*班车路线*/

.bclx .bclxtop li {
    width: 572px;
    position: relative;
    border: 1px solid #e4e4e4;
}

.bclx .bclxtop li>a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 4;
    background: url(about:blank);
}

.bclx .bclxtop li .la {
    float: left;
}

.bclx .bclxtop li .la img {
    display: block;
}

.bclx .bclxtop li .lb {
    float: right;
    padding: 0 18px;
    width: 268px;
}

.bclx .bclxtop li .lb h3 {
    padding-top: 28px;
    line-height: 16px;
    color: #000000;
    font-size: 16px;
    font-weight: bold;
}

.bclx .bclxtop li .lb .date {
    text-transform: uppercase;
    line-height: 19px;
    margin-top: 16px;
    color: #9c9c9c;
    font-size: 11px;
    padding-left: 30px;
    background: url(../images/zjw_30.png) no-repeat left center;
}

.bclx .bclxtop li .lb .nr {
    color: #878787;
    font-size: 14px;
    line-height: 24px;
    margin-top: 12px;
    height: 48px;
    overflow: hidden;
}

.bclx .bclxtop li .lb a {
    margin-top: 12px;
    display: block;
    width: 77px;
    height: 28px;
    background: url(../images/zjw_32.png) no-repeat center;
}

.bclx .bclxtop li:hover .lb h3 {
    color: #8dc21f;
}

.bclx .bclxtop li:hover .lb a {
    background: url(../images/zjw_31.png) no-repeat center;
}

.bclx .bclxbot {
    margin-top: 18px;
}

.bclx .bclxbot li {
    width: 572px;
    line-height: 60px;
    height: 60px;
    position: relative;
    background: url(../images/zjw7.png) no-repeat bottom center;
}

.bclx .bclxbot li>a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;
    background: url(about:blank);
}

.bclx .bclxbot li h3 {
    padding-left: 26px;
    float: left;
    color: #333333;
    font-size: 16px;
    background: url(../images/zjw_33.png) no-repeat left center;
}

.bclx .bclxbot li em {
    float: right;
    color: #999999;
    font-size: 16px;
}

.bclx .bclxbot li:hover h3 {
    color: #8dc21f;
    background-image: url(../images/zjw_34.png);
}


/*班车路线*/


/*考试安排*/

.ksap .ksaptop {
    background: #f1f1f1;
    line-height: 54px;
    height: 54px;
    border-top: 2px solid #95c62f;
    color: #333333;
    font-size: 16px;
    font-weight: bold;
}

.ksap .ksaptop div {
    float: left;
    text-align: center;
}

.ksap .ksaptop .d1 {
    width: 126px;
    margin-right: 13px;
}

.ksap .ksaptop .d2 {
    width: 220px;
    margin-right: 13px;
}

.ksap .ksaptop .d3 {
    width: 300px;
    margin-right: 14px;
}

.ksap .ksaptop .d4 {
    width: 514px;
}

.ksap li {
    color: #8a8a8a;
    font-size: 14px;
    line-height: 56px;
    height: 56px;
    cursor: pointer;
    border-bottom: 1px solid #f1f1f1;
}

.ksap li:hover {
    color: #036eb7;
}

.ksap li div {
    float: left;
    text-align: center;
}

.ksap li .d1 {
    width: 126px;
    margin-right: 13px;
}

.ksap li .d2 {
    width: 220px;
    margin-right: 13px;
}

.ksap li .d3 {
    width: 300px;
    margin-right: 14px;
}

.ksap li .d4 {
    width: 514px;
}


/*考试安排*/

.about {
    color: #666666;
    line-height: 30px;
    font-size: 14px;
}

.about a {
    color: #ffba00;
}

.about a:hover {
    color: #8dc21f;
}

.about img {
    max-width: 100%;
}


/*企业文化*/

.qywh li {
    float: left;
    text-align: center;
    width: 230px;
    background: url(../images/zjw_36.png) no-repeat center top;
}

.qywh li img {
    width: 141px;
    margin: 0 auto;
    display: block;
}

.qywh li .d1 {
    margin-top: 12px;
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
}

.qywh li .d2 {
    color: #666666;
    font-size: 16px;
    line-height: 28px;
}

.qywh li:hover {
    background-image: url(../images/zjw_36b.png);
}


/*企业文化*/


/*驾校简介*/

.jxjj .jxjjbot {
    margin-top: 28px;
    border-top: 11px solid #f4f4f4;
}

.jxjj .jxjjbot .d1 {
    width: 360px;
    float: left;
}

.jxjj .jxjjbot .d1 .zD {
    margin-top: 36px;
}

.jxjj .jxjjbot .d1 .zD span {
    float: left;
    color: #ffba00;
    font-size: 14px;
    font-weight: bold;
}

.jxjj .jxjjbot .d1 .zD .dw {
    margin-left: 70px;
    color: #333333;
    font-size: 14px;
}


/*驾校简介*/


/*驾校动态*/

.jxdtbot {
    margin-top: 28px;
}

.jxdtbot li {
    width: 572px;
    margin-top: 26px;
    padding-bottom: 26px;
    border-bottom: 1px solid #f7f7f7;
    position: relative;
}

.jxdtbot li>a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 4;
    display: block;
}

.jxdtbot li .la {
    float: left;
    width: 119px;
    overflow: hidden;
    height: 102px;
    text-align: center;
    background: #f6f6f6;
}

.jxdtbot li .la .d1 {
    margin-top: 15px;
    color: #666666;
    font-size: 48px;
    line-height: 40px;
    font-family: Arial;
}

.jxdtbot li .la .d2 {
    color: #d6d6d6;
    font-size: 18px;
    font-family: Arial;
    line-height: 18px;
    text-transform: capitalize;
}

.jxdtbot li .la .d3 {
    color: #9c9ea1;
    font-size: 18px;
    font-family: Arial;
    margin-top: 2px;
    line-height: 18px;
}

.jxdtbot li .lb {
    width: 420px;
    float: right;
}

.jxdtbot li .lb h3 {
    color: #666666;
    font-size: 16px;
}

.jxdtbot li .lb .date {
    padding-left: 26px;
    color: #9a9595;
    font-size: 12px;
    background: url(../images/zjw_44.png) no-repeat left center;
}

.jxdtbot li .lb .nr {
    color: #666666;
    font-size: 12px;
    line-height: 26px;
}

.jxdtbot li:hover .la {
    background: #036eb7;
}

.jxdtbot li:hover .la .d1 {
    color: #ffffff;
}

.jxdtbot li:hover .la .d2 {
    color: #2c8dcf;
}

.jxdtbot li:hover .la .d3 {
    color: #67b0e2;
}

.jxdtbot li:hover .lb h3 {
    color: #036eb7;
}


/*驾校动态*/


/*教学设施*/

.jxss li {
    float: left;
    width: 381px;
    margin-top: 44px;
    margin-right: 28px;
    position: relative;
}

.jxss li img {
    display: block;
}

.jxss li>a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 4;
    background: url(about:blank);
}

.jxss li h3 {
    padding-left: 30px;
    padding-right: 80px;
    height: 61px;
    line-height: 61px;
    font-size: 16px;
    color: #ffffff;
    background: url(../images/zjw_45.png) no-repeat center;
}

.jxss li:hover h3 {
    color: #333333;
    background: url(../images/zjw_45b.png) no-repeat center;
}


/*教学设施*/


/*联盟校区*/

.lmxq li {
    width: 419px;
    cursor: pointer;
    background: url(../images/zjw_47.png) no-repeat 34px center;
    margin-top: 30px;
    padding-left: 116px;
    padding-right: 16px;
    padding-top: 26px;
    padding-bottom: 20px;
    border: 1px solid #f1f1f1;
}

.lmxq li:hover {
    background: #8dc21f url(../images/zjw_47b.png) no-repeat 34px center;
    border-color: #8dc21f;
}

.lmxq li:hover .la h3 {
    color: #fff;
}

.lmxq li:hover .la .d1 {
    color: #fff;
}

.lmxq li h3 {
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
}

.lmxq li .d1 {
    margin-top: 14px;
    line-height: 30px;
    height: 90px;
    overflow: hidden;
    color: #666666;
    font-size: 16px;
}

.lmxq li .la {
    float: left;
    width: 259px;
}

.lmxq li .lb {
    margin-left: 32px;
    float: right;
}

.lmxq li .lb img {
    display: block;
}


/*联盟校区*/


/*在线留言*/

.zxly .zxbox {
    margin-top: 46px;
}

.zxly .zxbox input {
    display: block;
}

.zxly .zxbox textarea {
    display: block;
}

.zxly .zxbox .z_cos {
    width: 545px;
    margin-bottom: 28px;
}

.zxly .zxbox .z_cos span {
    float: left;
    height: 50px;
    color: #848484;
    font-size: 14px;
    line-height: 50px;
}

.zxly .zxbox .z_cos .inw {
    margin-left: 16px;
    border: 1px solid #e5e5e5;
    float: left;
    height: 50px;
    line-height: 50px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 424px;
    padding: 0 14px;
}

.zxly .zxbox .z_cos .inw input {
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #848484;
    font-size: 14px;
    font-family: "微软雅黑";
}

.zxly .zxbox .z_cos em {
    margin-left: 12px;
    float: left;
    height: 50px;
    line-height: 50px;
    color: #da1010;
    font-size: 14px;
}

.zxly .zxbox .z_cos1 {
    width: 100%;
    margin-bottom: 28px;
}

.zxly .zxbox .z_cos1 span {
    float: left;
    height: 50px;
    color: #848484;
    font-size: 14px;
    line-height: 50px;
}

.zxly .zxbox .z_cos1 .inw {
    margin-left: 16px;
    border: 1px solid #e5e5e5;
    float: left;
    line-height: 26px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 1080px;
    padding: 12px 14px;
}

.zxly .zxbox .z_cos1 .inw textarea {
    width: 100%;
    height: 160px;
    resize: none;
    line-height: 26px;
    color: #848484;
    font-size: 14px;
    font-family: "微软雅黑";
}

.zxly .zxbox .z_cos2 {
    margin-bottom: 28px;
}

.zxly .zxbox .z_cos2 span {
    float: left;
    height: 36px;
    color: #848484;
    font-size: 14px;
    line-height: 36px;
}

.zxly .zxbox .z_cos2 .inw {
    margin-left: 16px;
    border: 1px solid #e5e5e5;
    float: left;
    height: 36px;
    line-height: 36px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 82px;
    padding: 0 14px;
}

.zxly .zxbox .z_cos2 .inw input {
    width: 100%;
    height: 36px;
    line-height: 36px;
    color: #848484;
    font-size: 14px;
    font-family: "微软雅黑";
}

.zxly .zxbox .z_cos2>a.yzm {
    width: 96px;
    height: 34px;
    float: left;
    margin-top: 1px;
    margin-left: 14px;
    border: 1px solid #e5e5e5;
}

.zxly .zxbox .z_cos2>a.yzm img {
    display: block;
}

.zxly .zxbox .z_cos2>a.tj {
    margin-left: 42px;
    float: left;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    line-height: 36px;
    height: 36px;
    width: 106px;
    background: #8dc21f;
}

.zxly .zxbox .z_cos2>a.tj:hover {
    color: #656565;
    background: #e7e7e7;
}

.zxly .zxbox .z_cos2>a.cz {
    margin-left: 42px;
    float: left;
    color: #656565;
    font-size: 16px;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    line-height: 36px;
    height: 36px;
    width: 106px;
    background: #e7e7e7;
}

.zxly .zxbox .z_cos2>a.cz:hover {
    color: #fff;
    background: #8dc21f;
}


/*在线留言*/


/*网站地图*/

.map ul {
    margin-top: 60px;
}

.map li {
    float: left;
    margin-right: 26px;
}

.map li a.a1 {
    width: 127px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #333333;
    font-size: 16px;
    margin-bottom: 14px;
    background: url(../images/zjw_50.png) no-repeat center;
}

.map li a {
    line-height: 44px;
    display: block;
    text-align: center;
    color: #666666;
    font-size: 16px;
}

.map li a:hover {
    color: #8dc21f;
}

.map li:hover a.a1 {
    color: #fffffe;
    background: url(../images/zjw_50b.png) no-repeat center;
}


/*网站地图*/


/*联系我们*/

.lxfs {
    overflow: hidden;
    position: relative;
}

.lxfs iframe {
    width: 100%;
    height: 516px;
}

.lxfs .lxbox {
    position: absolute;
    top: 134px;
    right: 0;
    width: 602px;
    padding-left: 33px;
    height: 189px;
    padding-right: 6px;
    padding-top: 46px;
    background: url(../images/zjw11.jpg) no-repeat center;
    line-height: 50px;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.lxfs .lxbox.on {
    right: -608px;
}

.lxfs .lxbox .lxa {
    float: left;
}

.lxfs .lxbox .lxb {
    margin-top: 20px;
    float: right;
}

.lxfs .lxbox .lxb img {
    margin: 0 10px;
    float: right;
    display: block;
}

.lxfs .lxbox .d1 {
    color: #ffffff;
    font-size: 16px;
    padding-left: 34px;
    background: url(../images/zjw_51.png) no-repeat left center;
}

.lxfs .lxbox .d2 {
    color: #ffffff;
    font-size: 16px;
    padding-left: 34px;
    background: url(../images/zjw_52.png) no-repeat left center;
}

.lxfs .lxbox .d3 {
    color: #ffffff;
    font-size: 16px;
    padding-left: 34px;
    background: url(../images/zjw_53.png) no-repeat 2px center;
}


/*联系我们*/


/*查看留言*/

.ckly li {
    margin-top: 28px;
}

.ckly li .ly {
    border: 1px solid #ebebeb;
    padding: 11px 12px;
    border-top: 2px solid #ebebeb;
}

.ckly li .ly .lya {
    float: left;
    height: 32px;
    width: 24px;
    background: url(../images/zjw14.jpg) no-repeat center;
}

.ckly li .ly .lyb {
    line-height: 32px;
    color: #333333;
    font-size: 13px;
    margin-left: 38px;
}

.ckly li .hf {
    margin-top: 26px;
    float: right;
    width: 1124px;
    border: 1px solid #ebebeb;
    padding: 11px 12px;
    border-top: 2px solid #ebebeb;
    position: relative;
}

.ckly li .hf>em {
    position: absolute;
    width: 18px;
    height: 14px;
    left: 84px;
    top: -14px;
    background: url(../images/zjw_54.png) no-repeat center;
}

.ckly li .hf .lya {
    float: left;
    height: 32px;
    width: 24px;
    background: url(../images/zjw15.jpg) no-repeat center;
}

.ckly li .hf .lyb {
    line-height: 32px;
    color: #333333;
    font-size: 13px;
    margin-left: 38px;
}

.ckly li .date {
    font-size: 12px;
    color: #b4b4b4;
    text-align: center;
    margin-top: 28px;
    line-height: 12px;
}


/*查看留言*/


/*预约报名*/

.yybm {
    display: inline-block;
    display: block;
    zoom: 1;
}

.yybm:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.yybm .yybma {
    float: left;
}

.yybm .yybma .z_cosa {
    margin-top: 22px;
}

.yybm .yybma .z_cosa>a.yzm {
    margin-left: 20px;
    float: left;
    width: 115px;
    height: 46px;
    border: 1px dashed #e4e4e4;
}

.yybm .yybma .z_cosa>a.yzm img {
    display: block;
    width: 100%;
    height: 100%;
}

.yybm .yybma .z_cosa>a.tj {
    float: right;
    width: 108px;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    background: #8dc21f;
    margin-right: 25px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.yybm .yybma .z_cosa>a.tj:hover {
    background: #036eb7;
}

.yybm .yybma .z_cosa span {
    float: left;
    line-height: 46px;
    color: #3e3e3e;
    font-size: 14px;
}

.yybm .yybma .z_cosa .inw {
    margin-left: 20px;
    float: left;
    padding: 10px 0;
    padding-left: 48px;
    padding-right: 20px;
    width: 448px;
    line-height: 26px;
    border: 1px dashed #e4e4e4;
}

.yybm .yybma .z_cosa .inw.bg1 {
    background: url(../images/zjw_56.png) no-repeat 11px center;
}

.yybm .yybma .z_cosa .inw.bg2 {
    background: url(../images/zjw_57.png) no-repeat 11px center;
}

.yybm .yybma .z_cosa .inw.bg3 {
    background: url(../images/zjw_58.png) no-repeat 11px center;
}

.yybm .yybma .z_cosa .inw.bg4 {
    background: url(../images/zjw_59.png) no-repeat 11px center;
}

.yybm .yybma .z_cosa .inw.bg5 {
    background: url(../images/zjw_60.png) no-repeat 11px 14px;
}

.yybm .yybma .z_cosa .inw input {
    line-height: 26px;
    height: 26px;
    width: 100%;
    color: #3e3e3e;
    font-size: 14px;
    font-family: "微软雅黑";
}

.yybm .yybma .z_cosa .inw textarea {
    resize: none;
    line-height: 26px;
    height: 110px;
    width: 100%;
    color: #3e3e3e;
    font-size: 14px;
    font-family: "微软雅黑";
}

.yybm .yybma .z_cosa .inw1 {
    width: 116px;
    margin-left: 20px;
    float: left;
    padding: 10px 10px;
    line-height: 26px;
    border: 1px dashed #e4e4e4;
}

.yybm .yybma .z_cosa .inw1 input {
    line-height: 26px;
    height: 26px;
    width: 100%;
    color: #3e3e3e;
    font-size: 14px;
    font-family: "微软雅黑";
}

.yybm .yybma .z_cosa em {
    margin-left: 18px;
    float: left;
    color: #fb0505;
    font-size: 18px;
    line-height: 46px;
}

.yybm .yybmb {
    float: right;
}


/*预约报名*/


/*班型介绍*/

.bxjs .bxjstop {
    text-align: center;
    font-weight: bold;
    color: #333333;
    font-size: 20px;
    line-height: 54px;
    height: 54px;
    background: #f1f1f1;
    border-top: 2px solid #95c62f;
}

.bxjs .bxjsmid div {
    float: left;
    color: #333333;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    line-height: 70px;
}

.bxjs .bxjsmid .d1 {
    width: 204px;
}

.bxjs .bxjsmid .d2 {
    width: 130px;
}

.bxjs .bxjsmid .d3 {
    width: 206px;
}

.bxjs .bxjsmid .d4 {
    width: 630px;
    padding: 0 15px;
}

.bxjs .bxjsbot li.on {
    background: #f1f1f1;
}

.bxjs .bxjsbot li>div {
    display: table;
    height: 108px;
    float: left;
    color: #333333;
    font-size: 16px;
    text-align: center;
}

.bxjs .bxjsbot li>div .nx {
    display: table-cell;
    vertical-align: middle;
}

.bxjs .bxjsbot li .d1 {
    width: 204px;
}

.bxjs .bxjsbot li .d2 {
    width: 130px;
}

.bxjs .bxjsbot li .d3 {
    width: 206px;
}

.bxjs .bxjsbot li .d4 {
    width: 630px;
    padding: 0 15px;
    text-align: left;
}

.bxjs .bxjsbot .sm {
    text-align: center;
    background: #f1f1f1;
}

.bxjs .bxjsbot .sm>div {
    display: table;
    height: 108px;
    float: left;
    color: #333333;
    font-size: 14px;
    text-align: center;
}

.bxjs .bxjsbot .sm>div .nx {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.bxjs .bxjsbot .sm .d1 {
    width: 204px;
}

.bxjs .bxjsbot .sm .d2 {
    width: 960px;
    padding: 0 18px;
}


/*班型介绍*/


/*新闻详细*/

.xxybox {
    position: relative;
}

.xxybox>a.prevw {
    position: absolute;
    left: 118px;
    top: 254px;
    font-family: "宋体";
    line-height: 28px;
    font-size: 36px;
    color: #c5c5c5;
}

.xxybox>a.prevw[href]:hover {
    color: #ffba00;
}

.xxybox>a.nextw {
    position: absolute;
    right: 118px;
    top: 254px;
    font-family: "宋体";
    line-height: 28px;
    font-size: 36px;
    color: #c5c5c5;
}

.xxybox>a.nextw[href]:hover {
    color: #ffba00;
}

.xxybox h1 {
    color: #333333;
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 14px;
}

.xxybox .xwxxtop {
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    line-height: 40px;
    height: 40px;
    color: #666666;
    font-size: 14px;
}

.xxybox .xwxxtop a {
    color: #666666;
}

.xxybox .xwxxtop a:hover {
    color: #8dc21f;
}

.xxybox .xwxxmid {
    min-height: 400px;
    padding: 22px 0;
    color: #666666;
    font-size: 16px;
    line-height: 38px;
    border-bottom: 1px solid #ececec;
}

.xxybox .xwxxmid img {
    max-width: 100%;
}

.xxybox .xwxxbot .xgtj {
    margin-top: 58px;
    background: #fbfbfb;
}

.xxybox .xwxxbot .xgtj .xgtja {
    float: left;
    width: 93px;
}

.xxybox .xwxxbot .xgtj .xgtja img {
    display: block;
}

.xxybox .xwxxbot .xgtj .xgtjb {
    float: right;
    width: 1054px;
    padding: 0 26px;
    padding-top: 9px;
    background: url(../images/zjw_63.png) no-repeat center;
}

.xxybox .xwxxbot .xgtj .xgtjb li {
    width: 480px;
    line-height: 34px;
    position: relative;
}

.xxybox .xwxxbot .xgtj .xgtjb li:hover h3 {
    color: #8dc21f;
    background-image: url(../images/zjw_62.png);
}

.xxybox .xwxxbot .xgtj .xgtjb li>a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
    background: url(about:blank);
}

.xxybox .xwxxbot .xgtj .xgtjb li h3 {
    padding-left: 28px;
    background: url(../images/zjw_61.png) no-repeat left center;
    float: left;
    color: #000000;
    font-size: 14px;
}

.xxybox .xwxxbot .xgtj .xgtjb li em {
    float: right;
    color: #7d7d7d;
    font-size: 14px;
}

.bmn {
    font-weight: bold;
    font-size: 14px;
    color: #ed9500;
}


/*新闻详细*/

.sexce li h3 {
    float: left;
}

.sexce li em {
    float: right;
}

.sexce li .lb {
    float: inherit;
    width: auto !important;
}

.yytcbox {
    display: none;
    position: fixed;
    width: 362px;
    top: 50%;
    left: 50%;
    margin-left: -181px;
    margin-top: -150px;
    background: #fff;
    padding-top: 0;
    z-index: 999;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.yytcbox .gb {
    width: 32px;
    height: 32px;
    position: absolute;
    right: 10px;
    top: 12px;
    cursor: pointer;
    background: url(../images/gb.png) no-repeat center;
}

.yytcbox .tcboxtop {
    font-weight: bold;
    font-size: 16px;
    line-height: 30px;
    padding: 10px 14px;
    color: #036eb7;
    background: #f1f1f1;
}

.yytcbox .tcboxmid {
    text-align: center;
    margin-top: 14px;
    border: 1px solid #eee;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    height: 170px;
    line-height: 36px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 10px 14px;
    padding-top: 40px;
    margin: 14px;
    color: #666;
    font-weight: bold;
    font-size: 17px;
}

.tcboxmid>em {
    font-weight: bold;
    color: #666;
}

.yylcbox {
    display: none;
    position: fixed;
    z-index: 999;
    left: 50%;
    top: 50%;
    margin-left: -114px;
    padding: 10px;
    margin-top: -129px;
    background: #fff;
    text-align: center;
}

.yylcbox img {
    display: block;
}

.yylcbox .gb {
    width: 32px;
    height: 32px;
    position: absolute;
    right: -10px;
    top: -12px;
    cursor: pointer;
    background: url(../images/gb.png) no-repeat center;
}

.gb:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.yylcbox span {
    line-height: 30px;
    margin-top: 8px;
    font-size: 16px;
    padding: 6px 0;
}


/*# sourceMappingURL=zjw.css.map */