html, body, div, ul, li, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, form, input, textarea, th, td, select {
    margin: 0;
    padding: 0;
    color: #333;
}

* {
    box-sizing: border-box;
}

html, body {
    min-height: 100%;
}

body {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #333;
   /* background: #F9F9F9; */
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

ul, ol {
    list-style: none;
}

img {
    border: none;
    vertical-align: middle;
}

a {
    text-decoration: none;
    color: #232323;
}

table {
    border-collapse: collapse;
    table-layout: fixed;
}

input, textarea {
    outline: none;
    border: none;
}

textarea {
    resize: none;
    overflow: auto;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: ".";
    width: 0;
    height: 0;
    visibility: hidden;
    display: block;
    clear: both;
    overflow: hidden;
}
/* 中心变形*/
img {
    transition:all 0.5s ease-out;
    /* 过度 所有css属性 1秒过度 结束慢*/
    -moz-transition:all 0.5s ease-out;
    /* Firefox 4 */
    -webkit-transition:all 0.5s ease-out;
    /* Safari 和 Chrome */
    -o-transition:all 0.5s ease-out;
    /* Opera */
}


.fl {
    float: left
}

.fr {
    float: right
}

.tl {
    text-align: left;
}

.tc {
    text-align: center
}

.tr {
    text-align: right;
}

.ellipse {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.inline {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
/*初始页样式*/
.initial_con{
    position: relative;
}
.initial_con_lunbo{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.initial_con_lunbo div div img{
    width: 100%;
    height: 100%;
}
.initial_con_logo{
    width:860px;
    height: 320px;
    position: absolute;
    top: 0;
    left: 0;
}
.initial_con_rukou{
    width: 1200px;
    position: absolute;
    top: 0;
}
.initial_con_guahao{
    width: 100%;
    height: 60px;
    margin-top: 150px;
    text-align: right;
}
.initial_con_guahao label{
    display: inline-block;
    width: 185px;
    height: 100%;
    background: none;
    border: 1px solid #fff;
    border-radius: 5px;
    text-align: left;
    font-size: 24px;
    color: #fff;
    margin-left: 30px;
}
.initial_con_guahao label:hover{
    cursor: pointer;
    border: 1px solid #A8C3DC;!important;
    background: rgba(255, 255, 255, 0.8) !important;
    color: #284E7C!important;
}
.initial_con_bor{
    width: 840px;
    height: 300px;
    margin: 0 auto;
    margin-top: 150px;
    position: relative;
}
.initial_con_div{
    width: 240px;
    height: 100%;
    background: rgba(42, 86, 135, 0.7);
    display: inline-block;
    border-radius: 10px;
    margin: 0 70px;
    cursor: pointer;
}
.initial_con_div_img{
    width: 131px;
    height: 107px;
    margin: 0 auto;
    margin-top: 60px;
}
.initial_con_div_img img{
    width: 100%;
    height: 100%;
}
.initial_con_div p{
    width:100%;
    height: 35px;
    color: #fff;
    font-size: 24px;
    text-align: center;
}
.initial_con_div label{
    display: block;
    width: 129px;
    height:32px;
    text-align: center;
    line-height: 32px;
    font-size:18px;
    color: #333333;
    background: #fff;
    border-radius:10px;
    margin: 0 auto;
    margin-top: 10px;
    cursor: pointer;
}
.initial_con_div:hover{
    background: rgba(255, 255, 255, 0.8);
}
.initial_con_div:hover p{
    color: #284E7C;
}
.initial_con_div:hover label{
    color: #fff;
    background: #284E7C;
}
