@charset "utf-8";
.mainimage {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 800px;
    position: fixed;
    background-image: url(../../img/data/mainimg.png);
    padding-top: 0px;
}
.maincopy {
    text-align: center;
    padding-top: 370px;
    color: #D9D7D7;
    height: 430px;
    position: relative;
}
.content {
    background: #fff;
    position: relative;
    padding-top: 40px;
}
.content .section {
}
.content .anc {
    text-align: center;
    margin-top: 100px;
    margin-bottom: 100px;
}
.anc li {
    display: inline-block;
    width: 32%;
}

.content .anc li a {
    border: 1px solid #053B8A;
    width: 100%;
    display: block;
    text-decoration: none;
    height: 70px;
    line-height: 70px;
    font-size: 24px;
	transition: 0.5s;
}
.content .anc li:hover a {
    border: 1px solid #053B8A;
    background: #053B8A;
	color:#fff;
}
.section {
    border-top: 1px solid #053B8A;
    margin: 0 auto 100px;
    padding-top: 50px;
}
#a01{
	max-width: 988px;
	width: 100%;
}
#a02{
	max-width: 990px;
	width: 100%;
}
#a03{
	max-width: 990px;
	width: 100%;
}
.section h3 {
    text-align: center;
    font-size: 30px;
    color: #003B81;
}
.section .box {
    float: left;
}
.section .box img {
    margin-top: 4px;
    margin-right: 4px;
    margin-bottom: 4px;
    margin-left: 4px;
}