@charset "utf-8";
/* CSS Document */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}
body {
    margin: 0 auto;
    font: 14px/24px "Microsoft YaHei",SimSun,SimHei;
    color: #666;
}
a {
    color: #666;
    text-decoration: none;
}
img, dl, dt, dd, ul, li, ol, i, u, p, h1, h2, h3, h4, h5, h6, a, tt, body, form, pre, em, input, textarea {
    font-style: normal;
    list-style: none outside none;
    text-decoration: none;
    text-indent: 0;
    border: none;
    vertical-align: middle;
}
div:after, ul:after, ol:after, dl:after, header:after, footer:after, nav:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}
button {
    border: none; 
	cursor: pointer; 
	display: block;
}
.fl {
    float: left !important;
}
.fr {
    float: right !important;
}
.clear {
    clear: both;
}
.wrap {
    margin: 0 auto;
}

.banner {
    width: 100%;
}
.banner img {
    width: 100%;
}
.slogan {
    width: 1200px;
    margin: 0 auto;
    padding: 50px 0;
}
.slogan p {
    font-size: 18px;
    text-align: center;
    margin-top: 15px;
}
.slogan p span {
    color: #f00;
}
.slogan h1.slogan_title {
    font-size: 30px;
    font-weight: normal;
    color: #333;
    text-align: center;
}
.slogan h1 small {
    font-size: 18px;
    color: #666;
}
.slogan button.zixun_brand {
    width: 170px;
    height: 40px;
    line-height: 40px;
    background-color: #488fea;
    text-align: center;
    border-radius: 3px;
    font-size: 18px;
    margin: 25px auto 0 auto;
}
.slogan button.zixun_brand a {
    color: #fff;
}
.slogan h1.slogan_title small {
    font-size: 20px;
    color: #aaa;
}
.advantage {
    width: 100%;
    padding-bottom: 50px;
}
.advantage .advantage_con {
    width: 1200px;
    margin: 0 auto;
    color: #fff;
}
.advantage .advantage_con dl {
    width: 370px;
    height: 190px;
    float: left;
    background: #4f9af5;
    margin-right: 45px;
    padding: 38px 38px 0 38px;
}
.advantage .advantage_con dl:last-child {
    margin-right: 0;
    float: right;
}
.advantage .advantage_con dl:nth-child(2){
    background: #6462cd;
}
.advantage .advantage_con dl:hover {
    background: #4f9af5 url("../images/fir_bga_01.png") no-repeat center;
}
.advantage .advantage_con dl:hover:nth-child(2) {
    background: #6462cd url("../images/fir_bga_01.png") no-repeat center;
}
.advantage .advantage_con dt {
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
.advantage .advantage_con dd {
    width: 100%;
    text-align: justify;
    margin-top: 20px;
}
.wages {
    width: 100%;
    background-color: #f2f5fb;
    padding-bottom: 50px;
}
.wages .wages_con {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.wages .wages_con img {
    max-width: 100%;
}
.wages .wages_con ul {
    width: 940px;
    margin: 0 auto;
}
.wages .wages_con ul li {
    width: 80px;
    height: 30px;
    float: right;
    background-color: #fb653a;
    line-height: 30px;
    text-align: center;
    border-radius: 3px;
    margin-top: 20px;
    margin-left: 72px;
}
.wages .wages_con ul li a {
    color: #fff;
}
.soft {
    width: 100%;
    background-color: #fff;
    padding-bottom: 50px;
}
.soft .soft_con {
    width: 1200px;
    margin: 0 auto;
}
.soft .soft_con dl {
    width: 350px;
    float: left;
    margin-right: 75px;
    padding: 30px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 15px #4f9af5;
    -moz-box-shadow: 0 0 15px #4f9af5;
    box-shadow: 0 0 15px #4f9af5;
}
.soft .soft_con dl:last-child{
    float: right;
    margin-right: 0;
}
.soft .soft_con dt {
    width: 100%;
    text-align: center;
}
.soft .soft_con dt img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 15px #4f9af5;
    -moz-box-shadow: 0 0 15px #4f9af5;
    box-shadow: 0 0 15px #4f9af5;
}
.soft .soft_con dd {
    text-align: justify;
}
.soft .soft_con dd span {
    font-size: 20px;
    color: #333;
    display: block;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}
.form_study {
    width: 100%;
    padding-bottom: 50px;
    background-color: #e6f4ff;
}
.form_study .form_study_con {
    width: 1200px;
    margin: 0 auto;
}
form .sub {
    width: 270px;
    height: 45px;
    line-height: 45px;
    border: 1px solid #3a95e3;
    float: left;
    text-indent: 2.5em;
    margin-left: 25px;
    letter-spacing: 1px;
}
form .sub_a {
    background: #fff url("../images/icon_name.png") no-repeat 5px center;
}
form .sub_b {
    width: 290px !important;
    background: #fff url("../images/icon_tel.png") no-repeat 5px center;
}
form .sub_c {
    width: 230px !important;
    background: #fff url("../images/icon_add.png") no-repeat 5px center;
}
form .sub_submit {
    width: 280px;
    height: 45px;
    margin-left: 25px;
    line-height: 45px;
    background-color: #ff9900;
    text-align: center;
    color: #fff;
    font-size: 16px;
    display: inline-block;
}
.school {
    width: 100%;
    padding-bottom: 50px;
    background: -webkit-linear-gradient(left, #1d1d1d, #515151, #1d1d1d);
    background: -o-linear-gradient(right, #1d1d1d, #515151, #1d1d1d);
    background: -moz-linear-gradient(right, #1d1d1d, #515151, #1d1d1d);
    background: linear-gradient(to right, #1d1d1d, #515151, #1d1d1d);
}
.school .school_con {
    width: 1200px;
    margin: 0 auto;
}
.school .school_con dl {
    width: 270px;
    float: left;
    padding: 27px;
    border-radius: 3px;
    margin-right: 40px;
    margin-top: 30px;
    background-color: #fff;
}
.school .school_con dl:nth-child(4n){
    float: right;
    margin-right: 0;
}
.school .school_con dl:nth-child(-n+4){
    margin-top: 0;
}
.school .school_con dt {
    width: 100%;
    text-align: center;
}
.school .school_con dt img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
}
.school .school_con dd {
    text-align: justify;
}
.school .school_con dd span {
    font-size: 20px;
    color: #333;
    display: block;
    text-align: center;
    margin: 15px 0;
    width: 100%;
}
.skill {
    width: 100%;
    padding-bottom: 50px;
}
.skill .skill_con {
    width: 1200px;
    margin: 0 auto;
}
.skill .skill_con dl {
    width: 130px;
    float: left;
    padding: 20px;
    border-radius: 5px;
    margin-right: 22px;
    -webkit-box-shadow: 2px 0 8px #4f9af5;
    -moz-box-shadow: 2px 0 8px #4f9af5;
    box-shadow: 2px 0 8px #4f9af5;
}
.skill .skill_con dl:last-child{
    float: right;
    margin-right: 0;
}
.skill .skill_con dt {
    width: 100%;
    text-align: center;
}
.skill .skill_con dt img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
}
.skill .skill_con dd {
    text-align: center;
    margin-top: 15px;
}
.brand {
    width: 100%;
    background-color: #f2f5fb;
}
.brand .brand_con {
    width: 1200px;
    margin: 0 auto;
}
.fit {
    width: 100%;
    height: 700px;
    background: url("../images/bg_66.jpg") no-repeat center;
    background-size: cover;
}
.fit .fit_con {
    width: 1200px;
    margin: 0 auto;
}
.fit .fit_con dl {
    width: 270px;
    height: 170px;
    float: left;
    border-radius: 3px;
    overflow: hidden;
    margin-right: 40px;
    margin-top: 30px;
    position: relative;
}
.fit .fit_con dl:nth-child(4n){
    float: right;
    margin-right: 0;
}
.fit .fit_con dl:nth-child(-n+4){
    margin-top: 0;
}
.fit .fit_con dt {
    width: 100%;
    height: 100%;
}
.fit .fit_con dt img {
    width: 270px;
    height: 170px;
}
.fit .fit_con dd {
    width: 100%;
    position: absolute;
    color: #fff;
}
.fit .fit_con dd.layer_01 {
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.7);
}
.fit .fit_con dd.layer_01 h2 {
    font-size: 20px;
    font-weight: normal;
    margin-top: 45px;
    display: block;
    text-align: center;
}
.fit .fit_con dd.layer_01 h5 {
    font-size: 16px;
    display: block;
    text-align: center;
    margin-top: 20px;
    text-align: center;
    font-weight: normal;
}
.fit .fit_con dd.layer_02 {
    top: 170px;
}
.fit .fit_con dl:hover dd.layer_02 {
    width: 100%;
    height: 100%;
    z-index: 10;
    left: 0;
    top: 0;
    background-color: rgba(72,143,234,0.9);
    -webkit-transition: top 0.4s;
    -moz-transition:  top 0.4s;
    -ms-transition:  top 0.4s;
    -o-transition:  top 0.4s;
    transition:  top 0.4s;
}
.fit .fit_con dd.layer_02 button {
    width: 110px;
    height: 40px;
    border-radius: 3px;
    margin: 60px auto 0 auto;
    line-height: 40px;
    text-align: center;
    background-color: #fb653a;
}
.fit .fit_con dd.layer_02 button a {
    color: #fff;
}
.fit .fit_con ul {
    margin-top: 60px;
}
.fit .fit_con ul li {
    width: 280px;
    margin: 0 auto;
    line-height: 40px;
    background-color: #488fea;
    border-radius: 3px;
    text-align: center;
}
.fit .fit_con ul li a {
    color: #fff;
}
.oput {
    width: 100%;
    padding-bottom: 50px;
}
.oput .oput_con {
    width: 100%;
}
.oput .oput_con dl {
    width: 24.72%;
    float: left;
    margin-top: 5px;
    margin-right: 5px;
}
.oput .oput_con dl:nth-child(4n){
    float: right;
    margin-right: 0;
}
.oput .oput_con dt {
    width: 100%;
}
.oput .oput_con dt img {
    width: 100%;
}
.teach {
    width: 100%;
    padding-bottom: 50px;
    background-color: #e6f4ff;
}
.teach .teach_con {
    width: 1200px;
    margin: 0 auto;
}
.teach .teach_con dl {
    width: 280px;
    height: 200px;
    float: left;
    margin-right: 26px;
    margin-top: 25px;
    border-radius: 3px;
    overflow: hidden;
}
.teach .teach_con dl:nth-child(4n){
    float: right;
    margin-right: 0;
}
.teach .teach_con dl:nth-child(-n+4){
    margin-top: 0;
}
.teach .teach_con dt {
    width: 100%;
}
.teach .teach_con dt img {
    width: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.teach .teach_con dt img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.form_930 {
    width: 100%;
    height: 558px;
    background: url("../images/form_bg_110.jpg") no-repeat center;
	background-size: cover;
}
.form_930 .form_930_con {
    width: 1200px;
    margin: 0 auto;
}
.form_930 .form_930_con .form_930_con_left {
    width: 55%;
    float: left;
}
.form_930 .form_930_con .form_930_con_left img {
    width: 630px;
    height: 199px;
    margin-top: 157px;
    margin-left: 15px;
}
.form_930 .form_930_con .form_930_con_right {
    width: 450px;
    float: right;
    background-color: #FFF;
    margin-top: 40px;
}
.form_930 .form_930_con .form_930_con_right .form_930_sub {
    width: 350px;
    margin: 0 auto;
    padding-top: 40px;
}
.form_930 .form_930_con .form_930_con_right .form_930_sub form h2 {
    text-align: center;
    font-size: 22px;
    font-weight: normal;
    color: #666;
    margin-bottom: 20px;
}
.form_930 .form_930_con .form_930_con_right .form_930_sub form h2 span {
    color:#F00;
}
.form_930 .form_930_con .form_930_con_right .form_930_sub form label {
    font-size: 18px;
    display: block;
    float: left;
    margin-top: 18px;
}
.form_930 .form_930_con .form_930_con_right .form_930_sub .num_one {
    width: 70%;
    height: 35px;
    line-height: 35px;
    border: 1px solid #dedede;
    margin-top: 15px;
    color: #999;
    text-indent: 0.5em;
}
.form_930 .form_930_con .form_930_con_right .form_930_sub .putin {
    width: 100%;
    height: 40px;
    background-color: #2778ff;
    border-radius: 3px;
    text-align: center;
    border: none;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
    margin: 30px 0;
}
.form_930 .form_930_con .form_930_con_right .form_930_tel {
    width: 100%;
    background-color: #f0f0f0;
    padding-right: 52px;
    padding-left: 40px;
    padding-top: 25px;
    padding-bottom: 25px;
}
.form_930 .form_930_con .form_930_con_right .form_930_tel .form_930_tel_left {
    width: 30%;
    float: left;
    text-align: center;
}
.form_930 .form_930_con .form_930_con_right .form_930_tel .form_930_tel_left img {
    width: 69px;
    height: 92px;
}
.form_930 .form_930_con .form_930_con_right .form_930_tel .form_930_tel_right {
    width: 70%;
    float: right;
}
.form_930 .form_930_con .form_930_con_right .form_930_tel .form_930_tel_right p {
    font-size: 16px;
    margin-top: 2px;
}
.form_930 .form_930_con .form_930_con_right .form_930_tel .form_930_tel_right > span {
    font-size: 26px;
    background-color: #f39800;
    color: #fff;
    display: block;
    height: 35px;
    line-height: 35px;
    width: 100%;
    text-align: center;
    margin: 2px 0;
}
.float_foot {
    width: 100%;
    height: 60px;
    background-color: #fc6958;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
}
.float_foot .float_foot_con {
    width: 570px;
    margin: 0 auto;
}
.float_foot .float_foot_con .float_left_nav {
    width: 170px;
    float: left;
}
.float_foot .float_foot_con .float_left_nav p {
    color: #fff;
    font-size: 20px;
    line-height: 60px;
}
.float_foot .float_foot_con .float_right {
    width: 370px;
    float: left;
}
.float_foot .float_foot_con .float_right form {
    margin-top: 13px;
}
.float_foot .float_foot_con .float_right .float_lxb {
    width: 240px;
    height: 35px;
    line-height: 35px;
    border-radius: 3px;
    background-color: #fff;
    border: none;
    text-indent: 1em;
}
.float_foot .float_foot_con .float_right .sub_xin {
    width: 125px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background-color: #313131;
    color: #fff;
    float: right;
    border-radius: 3px;
}