
/*门店 start*/
* {
    margin: 0;
    padding: 0;
    text-decoration: none;
}
p {
    font-size: 16px;
    line-height: 16px;
}
.entirety {
    margin: 0 auto;
    width: 1200px;
}
/*neck start*/
.neck {
    text-align: center;
    height: 825px;
    z-index: 1;
}
.neck .entirety {
    position: relative;
}
.neck>div:first-child {
    text-align: center;
    background: url("../images/gate-background1.jpg") center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 600px;
}
.neck .neck-title h3 {
    padding: 60px 0 17px;
    font-size: 36px;
    line-height: 36px;
    font-weight: 400;
    color: #fff;
}
.neck .neck-title p {
    padding-top: 15px;
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    color: #fff;
}
.neck .neck-location {
    position: absolute;
    left: 142.5px;
    top: 240px;
    z-index: 10;
}
/*neck end*/
/*wrap start*/
.wrap {
    overflow: hidden;
    text-align: center;
    height: 686px;
}
.wrap .entirety>div:first-child {
    padding-top: 92px;
}
.wrap .entirety>div:first-child h3 {
    font-size: 32px;
    line-height: 32px;
    font-weight: 400;
}
.wrap .wrap-position {
    position: relative;
}
.wrap .wrap-position>div {
    position: absolute;
}
.wrap .wrap-position .icon1 {
    top: 167px;
    left: 110px;
}
.wrap .wrap-position .icon2 {
    top: 146px;
    left: 403px;
}
.wrap .wrap-position .icon3 {
    top: 122px;
    left: 702px;
}
.wrap .wrap-position .icon4 {
    top: 184px;
    left: 946px;
}
.wrap .wrap-position .icon5 {
    top: 350px;
    left: 52px;
}
.wrap .wrap-position .icon6 {
    top: 330px;
    left: 290px;
}
.wrap .wrap-position .icon7 {
    top: 272px;
    left: 557px;
}
.wrap .wrap-position .icon8 {
    top: 329px;
    left: 803px;
}
.wrap .wrap-position .icon9 {
    top: 338px;
    left: 1036px;
}
.wrap .wrap-position .character p {
    margin: 0;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
}
.wrap .wrap-position .character1 {
    top: 120px;
    left: 122px;
}
.wrap .wrap-position .character1 p:first-child {
    padding-bottom: 5px;
}
.wrap .wrap-position .character2 {
    top: 122px;
    left: 400px;
}
.wrap .wrap-position .character3 {
    top: 98px;
    left: 707px;
}
.wrap .wrap-position .character4 {
    top: 163px;
    left: 952px;
}
.wrap .wrap-position .character5 {
    top: 447px;
    left: 59px;
}
.wrap .wrap-position .character6 {
    top: 369px;
    left: 538px;
}
.wrap .wrap-position .character7 {
    top: 430px;
    left: 254px;
}
.wrap .wrap-position .character8 {
    top: 426px;
    left: 784px;
}
.wrap .wrap-position .character9 {
    top: 436px;
    left: 971px;
}
.wrap .wrap-position .curve {
    top: 220px;
    left: 0;
}
/*wrap end*/
/*contact start*/
.contact {
    overflow: hidden;
    text-align: center;
    background: url("../images/gate-background2.jpg") center center;
    background-repeat: no-repeat;
    height: 680px;
}
.contact .entirety>div:first-child {
    padding-top: 78px;
}
.contact .entirety>div:first-child h3 {
    padding-bottom: 30px;
    font-size: 32px;
    line-height: 32px;
    font-weight: 400;
    color: #fff;
}
.contact .entirety>div:first-child p {
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    color: #fff;
}
.contact .contact-fl {
    overflow: hidden;
}
.contact .contact-fl .contact-item {
    float: left;
    margin: 92px 56px 0 0;
}
.contact .contact-fl .contact-item p {
    padding-top: 38px;
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    color: #fff;
}
.contact .contact-fl .contact-item:first-child {
    margin-left: 41px;
}
.contact .contact-item .system-public {
    position: relative;
}
.contact .system-public .private {
    position: absolute;
    left: 60px;
    top: 60px;
    z-index: 10;
}
.contact .system-public-hidden1 {
    position: absolute;
    top: 92px;
    left: 42px;
    transition: .3s;
    opacity: 0;
}
.contact .system-public-hidden1:hover {
    opacity: 1;
    transform: scale(1.2);
}
.contact .system-public-hidden2 {
    position: absolute;
    top: 92px;
    left: 280px;
    transition: .3s;
    opacity: 0;
}
.contact .system-public-hidden2:hover {
    opacity: 1;
    transform: scale(1.2);
}
.contact .system-public-hidden3 {
    position: absolute;
    top: 92px;
    left: 518px;
    transition: .3s;
    opacity: 0;
}
.contact .system-public-hidden3:hover {
    opacity: 1;
    transform: scale(1.2);
}
.contact .system-public-hidden4 {
    position: absolute;
    top: 92px;
    left: 755px;
    transition: .3s;
    opacity: 0;
}
.contact .system-public-hidden4:hover {
    opacity: 1;
    transform: scale(1.2);
}
.contact .system-public-hidden5 {
    position: absolute;
    top: 92px;
    left: 993px;
    transition: .3s;
    opacity: 0;
}
.contact .system-public-hidden5:hover {
    opacity: 1;
    transform: scale(1.2);
}
/*contact end*/
/*chain start*/
.chain {
    overflow: hidden;
    text-align: center;
    background: #69D7B0 center center;
    max-width: 1920px;
    margin: auto;
}
.chain .entirety {
    overflow: hidden;
    padding: 75px 0 0 50px;
}
.chain .entirety>div {
    float: left;
}
.chain .entirety>div:first-child {
    margin-right: 122px;
}
.chain .entirety h3 {
    padding: 148px 0 29px;
    font-size: 32px;
    line-height: 32px;
    font-weight: 400;
    text-align: left;
    color: #fff;
}
.chain .entirety p {
    padding-top: 15px;
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    text-align: left;
    color: #fff;
}
/*chain end*/
/*leg start*/
.leg {
    // overflow: hidden;
    text-align: center;
    background: #FAFAFA;
}
.leg .entirety>div:first-child {
    padding-top: 78px;
}
.leg .entirety>div:first-child h3 {
    font-size: 32px;
    line-height: 32px;
    font-weight: 400;
}
.leg .entirety>div:first-child p {
    padding-top: 20px;
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
}
.leg .leg-body {
    overflow: hidden;
}
.leg .leg-body:first-child {
    margin-top: 68px;
}
.leg .leg-body .leg-item {
    margin: 32px 0 0 31px;
    float: left;
    width: 276px;
    height: 240px;
    background: #FFF;
}
.leg .leg-body .leg-item:first-child {
    margin-left: 0;
}
.leg .leg-body .leg-item .leg-private {
    margin: 53px auto 37px;
}
.leg .leg-body .leg-item p {
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
}
/*leg end*/
/*code start*/
.code {
    text-align: center;
}
.code .entirety>div:first-child {
    padding: 100px 0 80px;
}
.code .entirety>div:first-child h3 {
    font-size: 32px;
    line-height: 32px;
    font-weight: 400;
}
.code .code-body {
    overflow: hidden;
}
.code-item-box{
    margin-top: 70px;
    width:300px;
    height: 300px;
    box-sizing: border-box;
    float: left;
}
.code .code-item {
    margin: 0 auto;
    margin-top: 30px;
    width: 270px;
    height: 238px;
    border: 1px solid #eeeeee;
    box-shadow: 0 0 30px #ccc;
    transition: .4s;
}
.code .code-item img{
    width: 124px;
    height: 124px;
    margin: 20px 0;
}
.code .code-item h3 {
    padding-bottom: 15px;
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    margin: 0;
}
.code .code-item p {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    color: #aaaaaa;
}
.code .code-item .hover-show{
    display: none;
    transition: 0.2;
}
.code .code-item:hover{
    transform: scale(1.1);
    border: 1px solid #eeeeee;
    box-shadow: 0 0 30px #ccc;
    position: relative;
}
.code .code-item:hover >img{
    transform: scale(1.1);
}
.code .code-item:hover >p{
    font-size: 20px;
    color: #333333;
}
.code .code-item:hover .hover-show{
    font-size: 16px;
    color: #aaaaaa;
    display: block;
    padding-top:20px;
}
.code .code-item:hover>h3{
    display: none;
}
/*code end*/
/*门店 end*/
