﻿body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input[type=text],textarea,p,blockquote,th,td,button {
    padding:0;
    margin:0;
    font-size:100%
}
label input {
    vertical-align:middle
}
a:link,a:visited {
    color:#333;
    text-decoration:none;
    outline:none
}
a:hover,a:active {
    text-decoration:none
}
:focus{
    outline: -webkit-focus-ring-color auto 0px;
}
body {
    font-family: "Microsoft YaHei", "Lucida Grande", Verdana, Helvetica, Arial,Simsun, sans-serif;
    color:#333;
    background:#fff;
    behavior:url("csshover.htc");
}
img {
    border:0
}
table {
    border-collapse:collapse
}
ul,li {
    list-style:none
}
.clear {
    clear:both;
    line-height:0;
    font-size:0;
    height:0
}
.clearfix:after {
    display:block;
    visibility:hidden;
    clear:both;
    height:0;
    content:"."
}
@font-face {
    font-family: 'FZLT';
    src:url('../tif/方正兰亭中黑_GBK.TTF');
}

/*字体*/

.text_48{
    font-size: 48px;
}
.text_36{
    font-size: 36px;
}
.text_30{
    font-size: 30px;
}

.text_20{
    font-size: 20px;
}
.text_18{
    font-size: 18px;
}
.text_16{
    font-size: 16px;
}
.text_15{
    font-size: 16px;
}
.text_14{
    font-size: 14px;
}
.text_12{
    font-size: 12px;
}
.text_10{
    font-size: 10px;
}

/*头部*/
.header,.banner,.center,.footer {
    width: 100%;
}

.wrap{
    width: 1200px;
    margin: 0 auto;
}

.image{
    width: 100%;
    height: 0px;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    position: relative;
    box-sizing: border-box;
}
.image img{
    width:100%;
    height: 100%;
    position: absolute;
    opacity: 0;
}
.about_img{
    padding-bottom:75.5%;
}

.header {
    width: 100%;
    height: auto;
}
.header_nav{
    width: 100%;
}
.h_top {
    min-height: 120px;
    background: #fff;
    border-bottom: 1px solid #c9c9c9;
}
.logo{
    height: 120px;
}
.logo img {
    width: auto;
    height: 100%;
}
.top_right{
    height: 120px;
    line-height: 120px;
    text-align: left;
}
.tr_left{
    height: 120px;
    float: right;
}
.tr_left i{
    font-size: 40px;
    color:#272727;
}
.tr_right{
    padding: 37px 10px;
    line-height: 20px;
    float: right;
}
.tel_title{
    font-size: 14px;
}
.tel_num{
    font-size: 18px;
    color:#f1aa42;
}

.h_bottom {
    width: 100%;
}
/*搜索*/
.search_box{
    padding: 45px 10px;
    line-height: 30px;
    height: 30px;
    float: right;
}
.search{
    background: #fff;
    border: 2px solid #495cd5;
    position: relative;
}
.search #keywords{
    height: 28px;
    background-color: #fff;
    border: none;
    padding-left: 8px;
    color:#6e6e6e;
}
.post_search{
    border: none;
    background: #495cd5;
    color:#495cd5;
    z-index: 9999;
    opacity: 0;
}
.search i{
    position: absolute;
    right: 10px;
    top:3px;
    color:#333;
}
/*导航*/
#nav {
    width: 100%;
    height: auto;
}

#nav a {
    height:60px;
    line-height: 60px;
    display: block;
    text-decoration: none;
    text-align: center;
    outline: none;
    z-index: 35;
    position: relative;
    font-size: 16px;
    font-size: 1.6rem;
    color:#272727;
}
#nav ul a {
    line-height: 33px;
}

#nav li {
    width: 14%;
    float: left;
    position: relative;
    z-index: 20;
}
#nav .on{
    background-color:#495cd5;

}
#nav .on a{
    color:#fff !important;
}
#nav .on ul li a{
    color:#444 !important;
}



#nav li li {
    border-left: none;
    margin-top: 0;
    float:none;
}

#nav ul {
    position: absolute;
    display: none;
    width:168px;
    top: 60px;
    left: -1px;
}
#nav li ul a {
    width: 168px;
    height: auto;
    float: left;
    text-align: center;
}
#nav ul ul {
    top: auto;
    border-top: none;
}
#nav li ul ul {
    left: 168px;
    top: 0px;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul {
    display: none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul {
    display: block;
}

#nav a {
    color: #888;
}
#nav li ul a {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #DFDFDF;
    font-size: 15px;
    font-size: 1.5rem;
}
#nav ul a,  #nav ul li {
    background-color: #f5f5f5;
    background-image: none;
    color:#444;
}


#nav ul a:hover,  #nav ul a:focus {
    background-color: #4052cf;
    color: #fff !important;
}
#nav .on a:hover,  #nav .on a:focus {
    background-color: #4052cf;
    color: #fff !important;
}

#nav a:hover,  #nav a:focus {
    color: #fff;
}
#nav .current_page_item a {
    color: #272727;
}


#nav .current_page_parent .current_page_item a, #nav .current_page_item ul a {
    border-right: 1px solid #f5f5f5;
    border-left: none;
    background-image: none;
    color: #444;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
}


/*banner*/
#banner {
    width: 100%;
    height: 750px;
    margin:0 auto;
    position: relative;
    overflow:hidden;
    z-index: 0;
}
#banner .pics li {
    width: 100%;
}
#banner .pics li img {
    width:100%;
}
/*数字按钮样式*/
#banner .num {
    overflow:hidden;
    height: 25px;
    position: absolute;
    bottom:15px;
    right: 50%;
    zoom:1;
    z-index:3
}
#banner .num li {
    width: 10px;
    height: 10px;
    line-height: 10px;
    text-align: center;
    font-weight: 400;
    font-family:"微软雅黑", Arial;
    color: #fff;
    background: #fff;
    margin-right: 10px;
    border-radius:50%;
    cursor:pointer;
    float: left;
}
#banner .num li.on {
    background: #4052cf;
    color:#4052cf;
}
#banner .prev,	#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;
}
#banner .next {
    left:auto;
    right:3%;
    background-position:8px 5px;
}
#banner .prev:hover, #banner .next:hover {
    filter:alpha(opacity=100);
    opacity:1;
}

/*培训项目*/
.index_train{
    padding: 40px 0;
}
.title_ch{
    font-family: "FZLT";
    color:#495cd5;
}
.title_en{
    font-family: "FZLT";
}
.title_line{
    margin-top: 10px;
    width: 20px;
    height: 1px;
    border: 1px solid #b4b4b4;
}
.pic_scroll{
    position:relative;
    overflow: hidden;
    padding: 20px 0;
    /*border-bottom: 1px solid #bebebe;*/
}

.pic_scroll li{
    width:33.33333%;/* 控制图片的数量 */
    float:left;

}
.pic_scroll li a{
    display: block;
    position: relative;
}
.list_box{
    padding: 8px;
}
.list_box:hover{
    border: 1px solid #3f51cf;
    padding: 8px;
}

.img1{
    padding-bottom: 70.8%;
}
.list_name{
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-align: center;
}
.train_ico{
    text-align: center;
}
.train_ico i{
    font-size: 24px !important;
    padding: 0 40px;
    position: relative;
    top:23px;
    z-index: 9999;

}

/*学校动态*/
.index_new{
    padding: 40px 0;
}
.new_main{
    margin-top: 30px;
    margin-left: 50px;
}
.new_left{
    width: 30%;
    float: left;
}
.new_right{
    width: 70%;
    float: left;
    position: relative;
    left: -80px;
}
.img2{
    padding-bottom: 154%;
}
.top_catname{
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #3647c9;
    padding:5px 10px;
}
.cat1{
    color:#fff;
    margin-right: 10px;
}
.cat2{
    background:none;
}
.new_r_top{
    width: 100%;
    text-align: right;
}
.new_list_box{
    background-color: #f3f3f3;
    margin-top: 15px;
}
.new_list{
    margin: 0 50px;
    padding: 22px 0;
}
.new_list:hover .time_box{
    border: 3px solid #3647c9;
}
.new_list:hover{
    border-bottom: 1px solid #dbdbdb;
}
.on:hover{
    border-bottom: none;
}
.time_box{

    text-align: center;
    width: 100px;
    height: 100px;
    padding:15px 0;
}
.list_left{
    padding: 0;
}
.list_right{
    padding: 15px 0px;
}
.day{
    color:#323232;
    font-family: 'FZLT';
}
.new_list:hover .day{
    color:#3647c9;
}

.new_title{
    font-weight: bold;
}
.new_text{
    margin-top: 10px;
    color:#7e7e7e;
}

/*关于我们*/
.index_about{
    width: 100%;
    margin-top: 150px;
    padding-bottom: 200px;
    background-repeat:no-repeat;
    background-size: 100% 100%;
    position: relative;
}
.opcity{
    position: absolute;
    top:0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}
.about_left{
    width: 55%;
    float: left;
    position: relative;
    z-index: 9999;
}
.about_right{
    width: 45%;
    float: left;
    position: relative;
    z-index: 9999;
}

.blue_box{
    width: 100%;
    height: 370px;
    padding-top: 70px;
    background: #3d4fce;
    padding-left: 28%;
    position: relative;
    top:-130px;

}

.about_ch{
    color:#fff;
}
.about_line{
    border: 1px solid #fff;
}
.blue_con{
    width: 680px;
    height: auto;
    position: absolute;
    right: 0;
}
.white_box{
    height: 320px;
    background-color: #fff;
    margin-top: 75px;
    padding: 50px 70px;

}
.about_title{
    text-align: center;
}
.about_text{
    margin-top: 40px;
    line-height: 25px;
    height: 100px;
    overflow: hidden;
}
.but{
    width: 100px;
    height: 30px;
    line-height: 30px;
    background-color: #4052d0;
    color:#fff;
    border: none;
}
.button{
    margin-top: 20px;
    text-align: center;
}
.abox{
    margin-top: 30px;
}
 .abox i{
    width: 60px;
    height: 60px;
    float: left;
    font-size: 48px !important;
    color:#4052d0;
}
.abox p{
    height: 60px;
    line-height: 60px;
    float: left;
    font-size: 14px;
}
.abox .p1{
    overflow: hidden;
    width: 600px;
}

.abox1{
    float: left;
}
.aboox2{
    margin-left: 100px;
}
.aboox2 p{
    height: auto;
}
.right_box{
    width: 520px;
    height: 500px;
    position: relative;
    top:-130px;
}
.cta_box{
    height: 130px;
    line-height: 130px;
    padding-left: 130px;
}
.cta_box i{
    width: 60px;
    height: 60px;
    float: left;
    font-size: 48px !important;
    color:#f1aa42;
}
.cta_box p{
    line-height: 130px;
    float: left;
    font-size: 18px;
    color:#4052d0;
}
.img_box{
    padding-left: 140px;
}
.img3{
    padding-bottom: 157%;
}

.footer {
    background-color: #3546c8;
    height: 90px;
    line-height: 80px;
    text-align: center;
    color:#fff;
    font-size: 14px;
}

/*二级页面*/
.center1{
    margin-top: 30px;
}
.wrap_left{
    width: 25%;
    float: left;
}
.p_center{
    padding: 30px 0;
}

/*左测导航*/
.left_nav {
    border: 1px solid #3546c8;
    margin-bottom:50px;
}
.nav_title{
    text-align: center;
    background-color:#3546c8;
    color:#fff;
    padding: 10px 0;
}
.dir{
    text-align: center;
    padding-top: 5px;
    line-height: 26px;
    color: #ddd;
    text-transform: uppercase;
    font-size: 26px;
}
.left_nav ul a {
    /* 整体字体颜色*/
    font-family:"Microsoft YaHei", "宋体", Arial, Sans-Serif;
    font-size:14px;
    font-size: 1.4rem;
    text-decoration: none;
    color: #000;
}
.left_nav ul a:hover {
    text-decoration: none;
}
.left_nav>ul>li {
    text-align:center;
    line-height:50px;
    min-height:50px;
    position:relative;
}
.left_nav>ul>li ul {
    display:none;
    background-color:#FFF;
}
.left_nav>ul>li ul a {
    color: #000;/* 三级分类字体颜色 */
}
.left_nav>ul>li ul a:hover {
    color: #f00;
}
.left_nav>ul>li>a {
    position:relative;/*jquery的slideDow效果不兼容IE7*/
    display:block;
    font-family:"Microsoft YaHei", "宋体", Arial, Sans-Serif;
    font-size:16px;
    font-size: 1.6rem;
    width:100%;
    height:100%;
    transition:all 0.5s;
}
.left_nav>ul>li>span a {
    position:absolute;
    z-index:99;
    font-family: "宋体";
    font-size: 18px;
    font-weight: bold;
    left: 40px;/*如果标题字数过长，可以调节数值*/
    transform: rotate(0);
    -webkit-transform: rotate(0);
    transition: all 0.5s;
}
.left_nav>ul>li>span a.on {
    transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
}
.left_nav>ul>li>a.on{
    color: #F00;
}
.left_nav>ul>li:hover {
    /* 鼠标经过变色 */
}
.left_nav>ul>li:hover span>a,.left_nav>ul>li:hover>a{
    color:#f00;
}
.left_sub a {
    font-size:14px;
    color:#FFF;
}
.left_sub a:hover {
    color:#5390cd;
    text-decoration: none;
}
/*左侧联系方式*/
.left_contact {
    border: 1px solid #3546c8;
}

.left_contact .text{
    padding: 10px 15px;
    box-sizing: border-box;
    margin-bottom: 15px;
    line-height: 200%;
    font-size: 16px;
    font-size: 1.4rem;
}

/*右侧内容*/
.wrap_right{
    width: 75%;
    float: left;
    padding-left: 30px;
}
.pc_top{
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin:20px 0;
}
.pc_top .title{
    float: left;
    font-size: 18px;
    font-size: 1.8rem;
}

.pc_top .address{
    float: right;
}


.pc_main{
    padding:20px 0px;
    width: 100%;
    box-sizing: border-box;
    line-height: 200%;
    border-top: 1px solid #ccc;
    font-size: 14px;
    font-family: "Microsoft YaHei","宋体",Arial,Sans-Serif;
}
.w33{
    width: 33.3%;
}

.pc_main .show_title{
    font-size: 1.8rem;
    text-align: center;
    line-height: 30px;
    color: #000;
}
.pc_main .info{height:27px;line-height:28px;text-align:right;margin:20px auto;color:#666;}
.pc_main .info small{margin-left:8px;margin-right:3px;color:#999;font-size:12px;}
.pc_main .info .small,.info .big{font-family:Georgia;font-weight:bold;cursor:pointer;}
.pc_main .info .small{font-size:10px;padding-right:3px;}
.pc_main .info .big{color:#003ba6;padding-left:3px;}
#textarea{
    padding:20px 0;
}
.preNext {
    position:relative
}
.preNext .pline {
    overflow:hidden;
    clear:both;
    background:url(../images/box_dotline.gif) left 15px repeat-x;
    margin:4px auto;
    padding-top:10px;
}
.preNext .pline strong {
    display:block;
    width:8px;
    height:10px;
    overflow:hidden;
    font-size:0px;
    line-height:100px;
    background:url(../images/box_dotline.gif) right -10px no-repeat;
    float:left;
}
.preNext .text {
    color:#999;
}
.preNext .text li {
    margin-bottom:5px
}
.preNext .actBox {
    position:absolute;
    top:25px;
    right:0;
}
.preNext .actBox li {
    display:inline;
    padding-left:22px;
    background-image:url(../images/actbox-ico.gif);
    background-repeat:no-repeat;
    margin-left:10px;
}
.preNext .actBox li a {
    color:#666;
}
.preNext .actBox li#act-fav {
    background-position:4px 0px;
}
.preNext .actBox li#act-err {
    background-position:4px -37px;
}
.preNext .actBox li#act-pus {
    background-position:4px -73px;
}
.preNext .actBox li#act-pnt {
    background-position:4px -109px;
}

/*图片列表页*/
.pc_img{
    margin:15px 10px;
    padding: 5px;
    border: 1px solid #ddd;
}

.pc_title{
    text-align: center;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    font-size: 16px;
}

.pc_list_l{
    width: 25%;
}
.pc_list_r{
    width: 75%;
}
.pc_list_l img {
    width:100%;
    height:auto;
    text-align:center;
    line-height:150px;
    display:inline-block;
    background-color:#fafafa;
}
.pc_list_box{
    padding: 15px;
}
.news_label {
    position:absolute;
    top:0;
    left:-25px;
    width:40px;
    height:40px;
    padding:3px;
    background-color:#ffcc33;
    color:#fff;
    text-align:center;
    text-transform:uppercase;
    font-size:22px;
    line-height:1em;
}
.news_label span {
    font-size:12px;
    display:block;
    line-height:1em
}
.news_right {
    padding: 15px;
    width: 33.3%;
}
.news_right p.text {
    margin:10px 0;
    text-indent:2em;
}
.news_right a.btn {
    position:absolute;
    right:0;
    bottom:0;
}

.pc_news p.text {
    margin: 5px 0px 20px 0px;
}
.pc_news p.text a {
    font-family:"微软雅黑","Arial","宋体";
    color:#666;
}
.pc_news p.text a:hover {
    color:#13bbec;
}
.pc_news p.text a:before {
    content:"";
    width:8px;
    height:8px;
    display:inline-block;
    padding-right:10px;
    background:url(../images/news_style.png) no-repeat;
}
.pc_news>p.text {
    border-bottom: 1px dotted #ccc;
    margin: 30px 0;
}
.new_list_data{
    float: right;
}

.btn4{
    width: 80px;
    height: 30px;
    border: 1px solid #ffcc33;
    background-color: #fff;
    color:#13bbec;
}
.pages {
    width: 100%;
    line-height:12px;
    float: left;
    text-align: center;
    font-size: 12px;
    font-family: "宋体";
    color: #333;
    margin-top: 35px
}
.pages a{
    padding: 5px;
    background:#fff;
    border:1px solid #e3e3e3;
    text-align:center;
    color:#333
}
.pages .a1{
    color: #333;
    margin: 0px 10px;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #333;
}
.pages span{
    display:inline-block;
    padding: 5px;
    background:#5a85b2;
    border:1px solid #5a85b2;
    color:#fff;
    text-align:center;
}


.table_forms1 {
    font-size:12px
}
.table_forms1 td {
    padding-left:12px
}
.table_forms1 th {
    font-weight:normal;
    text-align:right;
    padding-right:10px;
    color:#878787
}
.table_forms1 td label {
    vertical-align:middle
}
.table_forms1 td,.table_forms1 th {
    padding:30px 0 4px 8px
}
.table_forms1 tbody td .input-text{
    width: 100% !important;
    padding-left: 10px;
    border: none;
    color:#878787;
    height: 30px;
    border: 1px solid #ccc;
}
.table_forms1 tbody td textarea{
    width: 100% !important;
    padding-left: 10px;
    border: none;
    height: 60px !important;
    color:#878787;
    border: 1px solid #ccc;
}
.table_forms1 tfoot td{
    padding:5px 0 4px 8px
}
.table_form tr {
    line-height: 70px
}
.table_form tr td input[type=text] {
    height: 30px;
    line-height: 30px
}
.pages {
    width: 100%;
    line-height:12px;
    float: left;
    text-align: center;
    font-size: 12px;
    font-family: "宋体";
    color: #333;
    margin-top: 35px
}
.pages a{
    padding: 5px;
    background:#fff;
    border:1px solid #e3e3e3;
    text-align:center;
    color:#333
}
.pages .a1{
    color: #333;
    margin: 0px 10px;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #333;
}
.pages span{
    display:inline-block;
    padding: 5px;
    background:#5a85b2;
    border:1px solid #5a85b2;
    color:#fff;
    text-align:center;
}
.fl{
    float: left;
}
.fr{
    float: right;
}