#wrap {
width: 100%;
}
#main {
width: 100%;
height: 690px;
background: url(../images/mainslide01.jpg)no-repeat 50% 0;
background-size: 1920px;
}
#header {
width: 100%;
height: 135px;
background-color: rgba(0, 0, 0, 0.3);
display: flex;
justify-content: center;
}
#header_in {
width: 1300px;
height: 135px;
display: flex;
justify-content: space-between;
}
#header_in .logo {
width: 360px;
height: 135px;
display: flex;
justify-content: center;
align-items: center;
}
#header_in .group {
width: 660px;
height: 135px;
display: flex;
flex-direction: column;
}
#header_in .group>div {
display: flex;
justify-content: flex-end;
padding: 10px 0;
}
#header_in .info_mn {
margin-right: 10px;
}
#header_in .info_mn>li {
float: left;
}
#header_in .info_mn>li:first-child::after {
content: '|';
padding: 0 5px;
font-size: 9px;
color: #fff;
position: relative;
top: -1px;
}
#header_in .info_mn a {
font-size: 10px;
color: #fff;
}
#header_in .nav {
width: 100%;
}
#header_in .nav ul {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
height: 70px;
}
#header_in .nav li {}
#header_in .nav a {
font-size: 20px;
color: #fff;
}
#main .txt_area {
width: 100%;
height: 550px;
padding-top: 75px;
box-sizing: border-box;
display: flex;
flex-direction: column;
align-items: center;
}
#main .txt_area h3 {
text-transform: uppercase;
font-size: 50px;
color: #fff;
letter-spacing: 10px;
text-decoration: underline;
/* text-align: center; */
}
#main .txt_area p {
font-size: 25px;
color: #fff;
letter-spacing: 15px;
/* text-align: center; */
padding-top: 30px;
}
#contents {
width: 100%;
height: 1350px;
background-color: yellowgreen;
}
#footer {
width: 100%;
height: auto;
}