/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a{
    text-decoration: none;
}

/*index*/
.index_wrap{
    width: 100%;
    min-width: 1200px;
    min-height: 680px;
    height: 100vh;
   /* background: url("../public/images/entrance_bg.jpg") no-repeat;*/
    background-size: 100% 100%;
    overflow: hidden;
    position: relative;
	font-size: 14px;
}
.index_top{
    width: 100%;
    /* height: 100px; */
    /* border-bottom: 1px solid #cdcdcd; */
    margin-top: 18px;
    position: relative;
}
.index_top img{
    margin-left: 5%;
    width: 240px;
}
.index_top span{
    color: #fff;
    font-size: 35px;
    margin-left: 10px;
    font-weight: bold;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.index_content{
    width: 80%;
    margin-left: 10%;
    position: absolute;
    bottom: 30%;
}
.box_wrap{
    display: flex;
    justify-content: center;
}
.box_item{
    width: 190px;
    height: 185px;
    border-radius: 5px;
    color: #fff;
    position: relative;
    margin: 0 25px;
    padding-top: 40px;
    text-align: center;
}
.box_item form:hover h3 {
	font-size: 21px;
}
.box_item form:hover img {
    transform: scale(1.1, 1.1);
}
.box_item a{
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #fff;
}
.box_item h3{
    /* margin-top: 20px; */
    margin-top: -25px;
    font-size: 20px;
    color: white;
    font-weight: bold;
}
.box_item p{
    margin-top: 10px;
    font-size: 15px;
}
/* .box_item img{
    width: 30px;
} */
.box_item img{
    width: 160px;
}

.index_bottom{
    position: absolute;
    bottom: 30px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #fff;
}
.bg1{
    background: #0097ac4d;
}
.bg2{
     background: #6fa44c4d;
 }
.bg3{
    background: #007bb54d;
}
.bg4{
    background: #27a15e4d;
}
.bg5{
    background: #007B664d;
}
.bg6{
    background: #27A0D34d;
}

.bg7{
    background: #617E4E4d;
}
.bg8{
    background: #3DA3654d;

}
.mgl{
    margin-left: 15px;
}
.mgt{
    margin-top: 15px;
}
.disable{
    /* background: #999; */
}
.disable a{
     cursor: not-allowed;
}