
#page1{
    background-size: cover;
    position: relative;
}

.bg2{
    width: 100%;
	background-size: cover;
    height: 420px; 
    margin-top: 70px;
}
.group{
    position: absolute;
    left: 50%;
    transform: translate(-50%, 50%);
    bottom: 0;
    width: 1192px;
    text-align: center;
    display: flex;
    box-shadow: 0 2px 15px -5px rgba(0,0,0,0.3);
}
.group > .box{
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #fff;
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
    border-right: 1px solid #cecece;
    -webkit-box-sizing: border-box;
}
.group > .box:first-child{
    border-left: 1px solid #cecece;
}

.group > .box:nth-child(5){
    background-color: #008EC6;
    color: #fff;
    border: none;
    -webkit-box-sizing: border-box;
}
.group > .box:nth-child(5) > a{
    color: #fff;
}

.group > .box > a{
    display: block;
    font-size: 20px;
    color: #111111;
}
.group > .box:hover{
    background-color: #008EC6;
    border: none;
}
.group > .box:hover > a{
    color: #fff;
}

.content-title{
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -40%);
}
.content-title > h2{
    display: block;
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    padding-bottom: 45px;
}
.content-title > strong,
.content-title > b{
    display: block;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 8px;
}
.content-title > strong > span,
.content-title > b > span{
    color: #008ec6;
    padding-left: 6px;
}
.content-title > p{
    color: #fff;
    font-size: 18px;
    font-weight: 100;
    line-height: 27px;
    padding-top: 10px;
}


/* search start */
.search{
    margin: 0 auto;
    display: flex;
    height: 48px;
    width: 314px;
    border-bottom: 2px solid #000;
    background-color: #ffffff;
    margin-bottom: 80px;
    margin-top: 100px;
}
.search > input {
    font-size: 16px;
    width: 325px;
    padding: 14px 10px 14px 10px;
    border: 0px;
}
.search > button{
    width: 50px;
    height: 100%;
    border: 0;
    background: #fff;
    color: #ffffff;
}
/* search end */

/* page2 start */
#page2{
    background-color: #f9f9f9;
}
#page2,
#down{
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
}
#down{
    max-width: 1192px;
    padding-bottom: 100px;
}
#down .con{}
#down .con > img{
    width: 1192px;
}

/* tab start */
.tab:first-child{
    padding-bottom: 10px;
}
.tab {
    max-width: 1192px;
    margin: 0 auto;
    display: flex;
    align-items: left;
    font-size: 20px;
}
.tab__item > a,
.tab__item.active > a {
    border: 1px solid #008ec6;
    border-radius: 50px;
    padding: 10px 0;
}
.tab__item {
    border-radius: 50px;
    width: 24%;
    margin: 0 auto;
    text-align: center;
    /* background-color: #fff; */
}
.tab__item > a{
    display: block;
    color: #008ec6;
    background-color: #fff;
    font-size: 15px;
    font-weight: 800;
}
.tab__item.active > a{
    background-color: #008ec6;
}
.tab__item.active > a{
    color: #fff;
}

/* css */
.tab__content-wrapper {
    max-width: 1192px;
    margin: 0 auto;
    position: relative;
}
.tab__content {
    display: none;
}
.tab__content.active {
    display: block;
}
.tab__content.active > h2,
.tab__content > h2 {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: -200px;
    font-size: 46px;
    font-weight: 800;
    text-align: center;
}
/* tab end */

/* tab common */
.content1,
.content2,
.content3,
.content4,
.content5{}

/* content1 */
.content1,
.content2,
.content3,
.content4{}

.pad-top{
    padding-top: 50px;
    padding-bottom: 50px;
}

.content1 > ul{}
.content1 > ul > li{
    display: flex;
    justify-content: space-between;
    padding-bottom: 26px;
}
.content1 > ul > li > a{
    background-color: #b8b8b8;
    width: 380px;
    height: 300px;
    position: relative;
}
/* .content1 > ul > li > a:after {
    content: "";
    display: block;
    padding-bottom: 100%;
} */
.content1 > ul > li > a > img,
.content1 > ul > li > a > p,
.content1 > ul > li > a > span{
    position: absolute;
    color: #fff;
}

.content1 > ul > li > a > img{}
.content1 > ul > li > a > p{
    font-size: 22px;
    font-weight: 700;
    left: 25px;
    top: 30px;
}
.content1 > ul > li > a > span{
    font-size: 15px;
    font-weight: 500;
    left: 25px;
    top: 70px;
}

/* page2 end */
