@charset "utf-8";

.head-page {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 111;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background: #FFFFFF;
    box-shadow: 0px 11px 7px 0px rgba(37,61,48,0.06);
}

.head-page .logo {
    position: relative;
}

.head-page .logo img {
    width: 291px;
}

.head-page .item-r {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
}

.head-page .tel::before {
    display: inline-block;
    content: "";
    width: 11px;
    height: 20px;
    background: url(../img/tel.png) no-repeat;
    margin-right: 5px;
}

.head-page .item {
    position: relative;
    margin-left: 68px;
}
.head-page .item:first-child{
    margin-left: 0;
}
.head-page .item>a {
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.head-page .item span {
    line-height: 100px;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #333333;
    transition: all .4s;
}
.head-page .item:hover span{
    color: #2E69AE;
}
.head-page .page-nav-hid {
    position: absolute;
    left: 50%;
    top: 88px;
    margin-left: -66px;
    width: 132px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
    transition: opacity .3s, visibility .3s, -webkit-transform .3s;
    -webkit-transition: opacity .3s, visibility .3s, -webkit-transform .3s;
    -o-transition: transform .3s, opacity .3s, visibility .3s;
    transition: transform .3s, opacity .3s, visibility .3s;
    transition: transform .3s, opacity .3s, visibility .3s, -webkit-transform .3s;
    z-index: 9999;
    -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.head_en_page .page-nav-hid {
    margin-left: -99px;
    width: 198px;
}

.head-page .page-nav-hid .link {
    text-align: center;
    color: #666;
    background: #fff;
    position: relative;
    line-height: 40px;
    font-size: 14px;
    -webkit-transition: background-color 0.4s, color 0.4s;
    -o-transition: background-color 0.4s, color 0.4s;
    transition: background-color 0.4s, color 0.4s;
    display: block;
}
.head-page .page-nav-hid .link.active {
    color: #fff;
    background: #2E69AE;
}

.head-page .item:hover .page-nav-hid {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
}
.other {
    margin-left: 45px;
    position: relative;
}


.other .langure {
    height: 88px;
}
.other .langure img{
    margin-right: 12px;
    max-width: 30px;
}
.other .langure::after{
    content: "";
    display: block;
    width: 10px;
    height: 5px;
    background: url(../../img/langure_next.png) no-repeat center/cover;
    margin-left: 7px;
}
.other:hover .page-nav-hid {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
}
.page-nav-hid .link:hover {
    background: #2E69AE;
    color: #fff;
}
.search_btn{
    cursor: pointer;
}

.head-phone {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    background: #ffffff;
}

.head-phone.sc-head {
    background: #ffffff;
    -webkit-box-shadow: -4px 4px 5px rgba(0, 0, 0, 0.2);
    box-shadow: -4px 4px 5px rgba(0, 0, 0, 0.2);
}

.head-phone .width1620 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    line-height: 60px;
}

.head-phone .logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.head-phone .logo img {
    height: 34px;
}

.head-phone .nav-toggle-list {
    cursor: pointer;
}

.head-phone .nav-toggle-list span {
    width: 30px;
    height: 2px;
    background-color: #ffffff;
    border-radius: 1px;
    border-radius: 1.5px;
    display: block;
}

.head-phone .nav-toggle-list span:first-of-type {
    top: 0;
}

.head-phone .nav-toggle-list span:nth-child(2) {
    opacity: 1;
    margin-top: 8px;
}

.head-phone .nav-toggle-list span:nth-child(3) {
    width: 15px;
    margin-top: 8px;
}

.head-phone .item-r a {
    margin-right: 10px;
}

.head-phone .item-r a:last-child {
    margin-right: 0;
}

.head-phone .phonenav {
    position: fixed;
    top: 60px;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 99;
    background: #ffffff;
    display: none;
}

.head-phone .phonenav a {
    display: block;
    text-align: left;
    font-size: 16px;
    line-height: 50px;
    border-bottom: 1px dashed #d2bfaf;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.mbnav-btn {
    width: 60px;
    height: 60px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    display: none;
}

.mbnav-btn-list {
    width: 30px;
    height: 18px;
    position: absolute;
    top: 21px;
    right: 15px;
}

.mbnav-btn-item {
    position: absolute;
    right: 0;
    width: 100%;
    height: 2px;
    background-color: #666;
    border-radius: 1px;
    border-radius: 1.5px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.mbnav-btn-item:nth-of-type(1) {
    top: 0;
}

.mbnav-btn-item:nth-of-type(2) {
    top: 8px;
}

.mbnav-btn-item:nth-of-type(3) {
    width: 50%;
    top: 16px;
}

.mbnav {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    -o-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
    overflow: hidden;
}

.mbnav ::-webkit-scrollbar {
    width: 0;
    height: 0;
    background-color: rgba(255, 255, 255, 0);
}

.mbnav .data {
    display: none;
}

.mbnav .bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.mbnav .main {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    width: 240px;
    height: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
    overflow: hidden;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.mbnav .header {
    background-color: #2E69AE;
}

.mbnav .tel {
    padding: 0 20px;
    line-height: 60px;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-family: Gothicb, Arial, Helvetica, sans-serif;
}
.mbnav .tel img{
    max-width: 20px;
    margin-right: 10px;
}

.mbnav .tel .iconfont {
    display: inline-block;
    color: #ffffff;
    width: 12px;
    height: 12px;
    border-style: solid;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    font-size: 22px;
    margin-right: 6px;
}

.mbnav .search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px;
    height: 60px;
    line-height: 60px;
    border-bottom: none;
    background: #d2bfaf;
}

.mbnav .search .submit {
    border: none;
    outline: none;
    background: none;
    padding: 0;
    width: 22px;
    height: 60px;
    background-size: 20px;
    color: #fff;
    font-size: 22px;
}

.mbnav .search .input {
    width: calc(100% - 22px);
    height: 60px;
    line-height: 1.5;
    border: none;
    padding: 0 0 0 12px;
    outline: none;
    color: #fff;
    font-size: 16px;
    background: none;
}

.mbnav .search ::-moz-placeholder {
    color: #fff;
}

.mbnav .search ::-webkit-input-placeholder {
    color: #fff;
}

.mbnav .search :-ms-input-placeholder {
    color: #fff;
}

.mbnav .item {
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    font-size: 15px;
    border-bottom: 1px solid #f2f2f2;
    color: #777;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}

.mbnav .item.sub {
    padding-right: 40px;
}

.mbnav .item.sub::after {
    content: "";
    position: absolute;
    right: 16px;
    top: 50%;
    display: inline-block;
    border-right: 1px solid #777;
    border-bottom: 1px solid #777;
    width: 9px;
    height: 9px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -4.5px;
}

.mbnav .slist {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1;
    width: 240px;
    height: 100%;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.mbnav .sitem {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
    -o-transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
    transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
    transition: opacity 0.3s, visibility 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.mbnav .sitem.active {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 1;
    visibility: visible;
}

.mbnav .tit {
    font-size: 16px;
    line-height: 60px;
    padding-right: 20px;
    padding-left: 40px;
    text-align: right;
    background-size: 7px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: #f2f2f2;
    position: relative;
}

.mbnav .tit::before {
    content: "";
    position: absolute;
    left: 16px;
    top: 50%;
    display: inline-block;
    border-left: 1px solid #777;
    border-top: 1px solid #777;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -4.5px;
}


.langure_box .langure {
    width: 68px;
    height: 38px;
    
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-top: 35px;
    border-right: 1px solid rgba(255, 255, 255, .15);
    background: linear-gradient(0deg, #2E69AE 0%, #152500 100%);
}
.langure_box .langure:nth-child(1) {
    border-radius: 10px 0 0 10px;
    
}
.langure_box .langure:last-child {
    border-radius: 0 10px 10px 0;
    border-right: none;
}

.langure_box .langure.active{
     background: #2E69AE;
    border-right: none;
}


.mbnav .others {
    justify-content: center;
    margin-top: 25px;
}
.mbnav .others::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url(../../img/lang_icon01.png) no-repeat center/cover;
    margin-right: 8px;
}
.mbnav .others a {
   color: #333;
}
.mbnav .others .langure::after {
    content: "";
    display: block;
    width: 1px;
    height: 13px;
    background: #A0A0A0;
    margin: 0 10px;
}
.mbnav .others .langure:first-child a{
    color: #2E69AE;
}
.mbnav .others .langure:last-child::after {
    display: none;
}
@-webkit-keyframes phone-navtop-animon {
    0% {
        top: 0;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    50% {
        top: 8px;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        top: 8px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

@keyframes phone-navtop-animon {
    0% {
        top: 0;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    50% {
        top: 8px;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        top: 8px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

@-webkit-keyframes phone-navbottom-animon {
    0% {
        width: 50%;
        top: 16px;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    50% {
        width: 100%;
        top: 8px;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        width: 100%;
        top: 8px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}

@keyframes phone-navbottom-animon {
    0% {
        width: 50%;
        top: 16px;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    50% {
        width: 100%;
        top: 8px;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        width: 100%;
        top: 8px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}

@-webkit-keyframes phone-navtop-animoff {
    0% {
        top: 8px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    50% {
        top: 8px;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        top: 0;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes phone-navtop-animoff {
    0% {
        top: 8px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    50% {
        top: 8px;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        top: 0;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@-webkit-keyframes phone-navbottom-animoff {
    0% {
        width: 100%;
        top: 8px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    50% {
        width: 100%;
        top: 8px;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        width: 50%;
        top: 16px;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes phone-navbottom-animoff {
    0% {
        width: 100%;
        top: 8px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    50% {
        width: 100%;
        top: 8px;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        width: 50%;
        top: 16px;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@media only screen and (max-width: 1200px) {
    .mbnav-btn {
        display: block;
    }
    body.mbNavOpen .mbnav-btn-item:nth-of-type(1) {
        -webkit-animation: phone-navtop-animon 0.4s linear forwards;
        animation: phone-navtop-animon 0.4s linear forwards;
    }
    body.mbNavOpen .mbnav-btn-item:nth-of-type(2) {
        opacity: 0;
    }
    body.mbNavOpen .mbnav-btn-item:nth-of-type(3) {
        -webkit-animation: phone-navbottom-animon 0.4s linear forwards;
        animation: phone-navbottom-animon 0.4s linear forwards;
    }
    body.mbNavOpen .mbnav {
        opacity: 1;
        visibility: visible;
    }
    body.mbNavOpen .mbnav .main {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    body.mbNavOpen .page-header {
        -webkit-transform: translateX(-240px);
        -ms-transform: translateX(-240px);
        transform: translateX(-240px);
    }
    body.mbNavOff .mbnav-btn-item:nth-of-type(1) {
        -webkit-animation: phone-navtop-animoff 0.4s linear forwards;
        animation: phone-navtop-animoff 0.4s linear forwards;
    }
    body.mbNavOff .mbnav-btn-item:nth-of-type(2) {
        opacity: 1;
        -webkit-transition: opacity 0.2s linear 0.2s;
        -o-transition: opacity 0.2s linear 0.2s;
        transition: opacity 0.2s linear 0.2s;
    }
    body.mbNavOff .mbnav-btn-item:nth-of-type(3) {
        -webkit-animation: phone-navbottom-animoff 0.4s linear forwards;
        animation: phone-navbottom-animoff 0.4s linear forwards;
    }
    body.mbNavOff .mbnav {
        opacity: 0;
        visibility: hidden;
    }
    body.mbNavOff .mbnav .main {
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
    }
}
@media only screen and (max-width: 1600px) {
    .head-page .item {
        margin-left: 60px;
    }
}
@media only screen and (max-width: 1480px) {
    .head-page .logo img {
        width: 272px;
    }
    .head-page .item {
        margin-left: 50px;
    }
}
@media only screen and (max-width: 1400px) {
    .head-page .logo img {
        width: 256px;
    }
}
@media only screen and (max-width: 1366px) {
    .head-page .item {
        margin-left: 45px;
    }
    .head-page .logo img {
        width: 248px;
    }
}
@media only screen and (max-width: 1280px) {
    .head-page .item {
        margin-left: 40px;
    }
    .head-page .logo img {
        width: 232px;
    }
    .head-page .item span {
        line-height: 80px;
    }
    .other .langure {
        height: 80px;
    }
    .other {
        margin-left: 40px;
    }
}
@media only screen and (max-width: 1240px) {
    .head-page .item {
        margin-left: 35px;
    }
    .head-page .logo img {
        width: 220px;
    }
}
@media only screen and (max-width: 1200px) {
    .head-page {
        display: none;
    }
    .head-phone {
        display: block;
    }
    .head-page .logo img {
        width: 208px;
    }
}
.search_tk{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    background: rgba(0,0,0,.45);
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    display: none;
}
.search_tk.active{
    display: flex;
}
.search_tk .box{
    max-width: 600px;
    width: 92%;
    background: #fff;
    padding: 60px 50px 48px;
    box-sizing: border-box;
    position: relative;
}
.search_tk .search_inputs{
    position: relative;
    height: 45px;
}
.search_tk .search_inputs input{
    width: calc(100% - 72px);
    height: 100%;
    outline: none;
    border: 1px solid #cdcdcd;
    padding: 0 20px;
    box-sizing: border-box;
}
.searchs_btns{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 72px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2E69AE;
    color: #fff;
    cursor: pointer;
}
.searchs_btns img{
    max-width: 25px;
}
.searchs_btns:hover{
    color: #fff;
}
.search_tk .close_btns {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 18px;
    top: 18px;
    z-index: 99999;
}
.search_tk .close_btns img{
    width: 22px;
    transition: all .4s;
}
.search_tk .close_btns img:hover{
    transform: rotate(360deg);
}
/* 底部 */
.foot_top{
    padding: 80px 0 80px;
    box-sizing: border-box;
    box-shadow: 0px -1px 4px 0px rgba(0,0,0,0.06);
}
.foot_top .contents{
    max-width: 292px;
}
.foot_top .ewm{
    margin-top: 20px;
    display: flex;
    align-items: center;
}
.foot_top .ewm_img{
    width: 135px;
}
.foot_top .foot_top_items{
    max-width: 1210px;
    width: 75%;
}
.foot_top .item a{
    display: block;
}
.foot_top .tit{
    color: #000;
    margin-bottom: 30px;
    line-height: 1;
}
.foot_top .item .link{
    color: #999;
    margin-top: 15px;
    transition: all .4s;
}
.foot_top .item .link:last-child{
    margin-bottom: 0;
}
.foot_top .item .link .icon{
    margin-right: 7px;
}
.foot_top .item .links .link{
    margin-top: 10px;
}
.foot_top .item .links{
    margin-bottom: 20px;
}
.foot_top .item a.link:hover{
    transform: translateX(5px);
    color: #234497;
}
.foot_top .tit:hover{
    color: #234497;
}
.foot_log img{
    max-width: 250px;
}
.foot_tel {
    color: #234497;
    font-weight: 600;
    margin: 10px 0 32px;
}
.copyright{
    background: #2E69AE;
}
.copyright .maxwidth {
    height: 48px;
}
.copyright .copyright-l {
    color: #fff;
} 
.copyright .copyright-l a {
    color: #fff;
}
.record{
    color: #fff;
    transition: all .4s;
    margin-left: 10px;
}
.record:hover{
    color: #fff;
    transform: translateX(5px);
}
@media only screen and (max-width: 1200px) {
    .foot_top .item .link{
        margin-top: 10px;
    }
    .foot_log img {
        max-width: 234px;
    }
    .foot_top {
        padding: 60px 0 60px;
    }
    .foot_top .ewm_img {
        width: 125px;
    }
}
@media only screen and (max-width: 1180px) {
    .foot_top .item .link{
        display: none;
    }
    .foot_top .foot_top_items{
        width: 70%;
    }
    .foot_top .foot_top_items .items{
        justify-content: flex-start;
    }
    .foot_top .foot_top_items .item{
        width: 32%;
    }
    .foot_top .foot_top_items .item:last-child{
        display: none;
    }
}
@media only screen and (max-width: 1024px) {
    .foot_log img {
        max-width: 222px;
    }
}
@media only screen and (max-width: 960px) {
    .foot_top .foot_top_items {
        width: 67%;
    }
    .foot_top .contents {
        max-width: 228px;
    }
}
@media only screen and (max-width: 768px) {
    .foot_top .contents {
        width: 100%;
        max-width: 100%;
    }
    .foot_top .foot_top_items {
        width: 100%;
        margin-bottom: 10px;
    }
    .foot_top .item a{
        text-align: center;
        margin-bottom: 20px;
    }
    .foot_log img {
        max-width: 200px;
    }
    .foot_log{
        text-align: center;
    }
    .foot_top .ewm{
        justify-content: center;
    }
    .foot_top {
        padding: 30px 0;
    }
    .foot_top .ewm_img{
        max-width: 85px;
    }
    .copyright .maxwidth {
        height: auto;
        padding: 15px 0;
        text-align: center;
    }
    .record{
        margin-left: 0;
        margin-top: 3px;
    }
    .foot_top .item .link{
        display: none;
    }
    .foot_top .foot_top_items .items{
        justify-content: center
    }
    .foot_top .foot_top_items .item{
        width: 33.33%;
    }
    .foot_tel{
        text-align: center;
        margin: 15px 0 20px;
    }
}