@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;
	height:6000px;
}
a {
    color: #666;
    /* display: block; */
    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;
    text-align: center;
}
.fl {
    float: left !important;
}
.fr {
    float: right !important;
}
.clear {
    clear: both;
}
.wrap {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 50px;
    padding-top: 65px;
}

.banner {
    width: 100%;
}
.banner img {
    width: 100%;
}
.slogan {
    width: 700px;
    margin: 0 auto;
}
.slogan p {
    font-size: 18px;
    text-align: justify;
    margin-top: 20px;
    letter-spacing: 2px;
}
.slogan p span {
    color: #f00;
}
.slogan h1.slogan_title {
    font-size: 46px;
    font-weight: normal;
    color: #333;
    text-align: center;
    background: url(../images/design_bg.png) no-repeat center;
    height: 80px;
    padding-top: 45px;
}
.slogan h1 small {
    font-size: 18px;
    color: #666;
}
.slogan button.zixun_brand {
    width: 190px;
    height: 40px;
    line-height: 40px;
    background-color: #ff9900;
    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;
}
.xinzi {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.xinzi img {
    margin-top: 50px;
    text-align: center;
}
.zixun {
    width: 300px;
    height: 65px;
    margin: 50px auto;
    line-height: 65px;
    border-radius: 5px;
    text-align: center;
    background-color: #4a71f1;
}
.zixun a {
    font-size: 24px;
    color: #fff;
}
.fazhan {
    width: 1200px;
    margin: 50px auto 0 auto;
}
.fazhan dl {
    width: 380px;
    height: 280px;
    float: left;
    margin-right: 30px;
    margin-top: 30px;
    position: relative;
}
.fazhan dl:nth-child(3n) {
    float: right;
    margin-right: 0;
}
.fazhan dt {
    width: 100%;
}
.fazhan dt img {
    width: 100%;
}
.fazhan dd {
    color: #fff;
    font-size: 24px;
    text-align: center;
    position: absolute;
    left: 31%;
    top: 36%;
}
.fazhan dd span {
    display: block;
    font-size: 36px;
    margin-top: 17px;
}
.teacher {
    width: 930px;
    margin: 0 auto;
}
.teacher dl {
    width: 340px;
    height: 380px;
    margin-top: 50px;
    float: left;
    position: relative;
}
.teacher dl:nth-child(2n) {
    float: right;
}
.teacher dt {
    width: 224px;
    height: 270px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}
.teacher img {
    width: 100%;
    -webkit-box-shadow: 1px 1px 10px #bbb8b8;
    -moz-box-shadow: 1px 1px 10px #bbb8b8;
    box-shadow: 1px 1px 10px #bbb8b8;
}
.teacher dd {
    width: 260px;
    height: 300px;
    border: 2px solid #1b0a34;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 20px;
    text-align: justify;
    line-height: 21px;
}
.teacher dd span {
    font-size: 32px;
    display: block;
    text-align: right;
    line-height: 34px;
    margin-bottom: 25px;
    margin-right: 23px;
}
.oto {
    width: 100%;
    height: 940px;
    background: url("../images/bg_01.jpg") no-repeat center;
	background-size: 100% 100%;
}
.soft {
    width: 1200px;
    margin: 30px auto 0 auto;
}
.soft dl {
    width: 575px;
	height: 170px;
    float: left;
    margin-top: 30px;
    background-color: #fff;
}
.soft dl:nth-child(2),.soft dl:nth-child(4),.soft dl:nth-child(6) {
    float: right;
}
.soft dt {
    width: 180px;
    float: left;
    margin-right: 30px;
    color: #fff;
    font-size: 46px;
    line-height: 150px;
}
.soft dl:nth-child(1) dt,.soft dl:nth-child(2) dt {
	text-align: center;
}
.soft dt img {
    width: 170px;
    height: 170px;
}
.soft dd span {
    font-size: 34px;
    display: block;
}
.soft dd small {
    width: 72px;
    height: 5px;
    background-color: #333;
    display: block;
    margin-left: 190px;
    margin-top: 13px;
    margin-bottom: 15px;
}
.soft dd {
    padding: 20px;
    text-align: justify;
}
.ziwei {
    width: 1200px;
    margin: 50px auto 0 auto;
}
.ziwei dl {
    width: 380px;
    margin-right: 30px;
    float: left;
}
.ziwei dl:last-child {
    float: right;
    margin-right: 0;
}
.ziwei dt {
    width: 100%;
    position: relative;
}
.ziwei dt img {
    width: 100%;
}
.ziwei dt span {
    display: block;
    position: absolute;
    width: 100%;
    top: 52%;
    color: #fff;
    text-align: center;
    font-size: 36px;
}
.zuopin {
    width: 1200px;
    margin: 30px auto 0 auto;
}
.zuopin dl {
    width: 380px;
    height: 300px;
    float: left;
    margin-right: 30px;
    margin-top: 30px;
}
.zuopin dl:nth-child(3n) {
    float: right;
    margin-right: 0;
}
.zuopin dt {
    width: 100%;
}
.zuopin dt img {
    width: 100%;
}
.juli {
    height: 854px;
    background: url("../images/bg_02.jpg") no-repeat center;
	background-size: 100% 100%;
}
.juli .juli_con {
    width: 960px;
    margin: 60px auto 20px auto;
}
.juli .juli_con dl {
    width: 239px;
    height: 228px;
    float: left;
    position: relative;
}
.juli .juli_con dt {
    width: 100%;
}
.juli .juli_con dt img {
    width: 100%;
}
.juli .juli_con dd {
    font-size: 36px;
    width: 100%;
    text-align: center;
    color: #ffde00;
    position: absolute;
    top: 28%;
    line-height: 44px;
    font-weight: bold;
}
.juli .juli_con dl:nth-child(even) dd {
    color: #333;
}
.form_message {
    width: 680px;
    margin: 0 auto;
}
.form_message .sub_a {
    width: 100%;
    height: 80px;
    margin-top: 30px;
    line-height: 80px;
    text-align: center;
    font-size: 24px;
    border-radius: 5px;
    background-color: #FFFFFF;
}
.form_message .sub_b {
    background-color: #FFDE00;
    color: #333;
}
.xiaoqu {
    width: 1200px;
    margin: 20px auto;
}
.xiaoqu dl {
    width: 380px;
    height: 300px;
    float: left;
    margin-right: 30px;
    margin-top: 30px;
    position: relative;
}
.xiaoqu dl:nth-child(3n) {
    float: right;
    margin-right: 0;
}
.xiaoqu dt {
    width: 100%;
}
.xiaoqu dt img {
    width: 100%;
}
.xiaoqu dd {
    width: 100%;
    height: 60px;
    line-height: 60px;
    position: absolute;
    bottom: 0;
    z-index: 9;
    font-size: 24px;
    color: #fff;
    text-align: center;
    background: url("../images/xiaoqu.png") no-repeat center;
}