@charset "utf-8";

/*2022/06/02*/
/* CSS Document */
body.current {
    padding-top: 158px;
}

/*头部样式*/
.gp-header {
    width: 100%;
    transition: all 0.3s ease-in-out;
}

.topList {
    background: #fff;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}

.top-fl {
    float: left;
    overflow: hidden;
}

.top-fr {
    float: right;
    color: #757575;
    height: 40px;
    line-height: 40px;
    margin-top: 6px;
    overflow: hidden;
}

.top-fr a {
    color: #757575;
    padding: 0 10px;
}

.top-fr a:hover {
    color: #224682;
}

.headerbg {
    background: url(../images2022/headerbg.jpg) no-repeat center top #f0f1f5;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.headerbg .gp-container {
    position: relative;
}

.logo {
    float: left;
    padding: 22px 0 15px;
    overflow: hidden;
    position: relative;
    z-index: 99992;
    transition: all 0.3s ease;
}

.logo_01 {
    display: block;
    width: 562px;
}

.logo_02 {
    display: none;
    width: 245px;
    transition: all 0.3s ease-in-out;
}

.wrapnav {
    width: 100%;
    background: #3a5db6;
    transition: all 0.3s ease-in-out;
}

.nav>ul {
    display: flex;
    display: -moz-box;
    /*firefox*/
    display: -ms-flexbox;
    /*IE10*/
    display: -webkit-box;
    /*Safari*/
    display: -webkit-flex;
    /*Chrome*/
    display: box;
    display: flexbox;
    display: block\9;
    position: relative;
}

.nav>ul>li {
    height: 55px;
    transition: all 0.3s ease;
    width: 100%;
    width: auto\9;
    float: left\9;
    padding: 0 1.6%\9;
}

.nav>ul>li>a {
    padding: 0;
    text-align: center;
    line-height: 55px;
    height: 55px;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    display: block;
    transition: all 0.3s ease;
    position: relative;
}

.nav>ul>li.on>a:before {
    content: '';
    display: block;
    width: 100%;
    height: 6px;
    background: #85d0fc;
    position: absolute;
    bottom: 0;
    left: 0;
}

.nav>ul>li.on>a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #85d0fc;
    position: absolute;
    left: 50%;
    bottom: -5px;
    margin-left: -5px;
    z-index: 9;
}

.nav>ul>li.on .subNav {
    display: block;
    -webkit-animation-name: fadeInUpSmall;
    animation-name: fadeInUpSmall;
    animation-duration: 0.4s;
    -webkit-animation-duration: 0.4s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
}

.nav-wrapper>div {
    position: relative;
}

.headerFix-menu {
    position: absolute;
    right: -30px;
    top: 3px;
    cursor: pointer;
    display: none;
}

.headerFix-menu i {
    color: #fff;
    font-size: 30px;
}

.headerFix-close {
    float: right;
    height: 40px;
    line-height: 40px;
    margin-left: 10px;
    cursor: pointer;
    display: none;
}

.headerFix-close i {
    color: #ccd2de;
    font-size: 24px;
}

.gp-header.current {
    position: fixed;
    top: 0;
    z-index: 9;
    box-shadow: 0px 1px 5px 0px #333;
}

.gp-header.current .logo_01 {
    display: none;
}

.gp-header.current .logo_02 {
    display: block;
}

.gp-header.current .top-fr {
    display: none;
}

.gp-header.current .headerbg {
    background: #3a5db6;
}

.gp-header.current .wrapnav {
    background: none;
    position: absolute;
    top: 7px;
    z-index: 9;
}

.gp-header.current .nav>ul {
    margin-left: 310px;
}

.gp-header.current .nav>ul>li {
    width: auto;
    padding: 0 11px;
}

.gp-header.current .subNav {
    position: fixed;
    width: 1400px;
    left: 50%;
    margin-left: -700px;
    top: 62px;
}

.subNav {
    width: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 55px;
    display: none;
    z-index: 5;
    box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.2);
}

.subNavlist {
    margin: 20px;
    overflow: hidden;
}

/*导航*/
/*新闻动态*/
.subNavlist1>.gp-fl {
    width: 31%;
}

.subNavlist1>.gp-fm {
    width: 31%;
    float: left;
    margin-left: 3.5%;
}

.subNavlist1>.gp-fr {
    width: 31%;
}

.list03 {
    margin: -10px;
    overflow: hidden;
}

.list03 li a {
    display: block;
    margin: 10px;
    overflow: hidden;
}

.list03 .gp-img-responsive {
    padding-bottom: 48%;
}

.list03 .listText {
    line-height: 26px;
    height: 52px;
    margin: 15px 0 0;
}

.list04 {}

.list04 li a {
    display: block;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}

.list04 .listDate {
    color: #999999;
}

.list05 {
    margin: -5px;
    overflow: hidden;
}

.list05 li {
    overflow: hidden;
}

.list05 li a {
    display: block;
    background: url(../images2022/subnavli.png) no-repeat center right #f2f6ff;
    margin: 5px;
    padding: 13px 20px;
    border-left: #85d0fc 4px solid;
    overflow: hidden;
}


/*本所概况*/
.subNavlist2>.gp-fl {
    width: 49.5%;
}

.subNavlist2>.gp-fr {
    width: 47.2%;
}

.articleTitle01 {
    border-bottom: #e5e5e5 1px solid;
    padding-bottom: 5px;
    margin-bottom: 20px;
    overflow: hidden;
}

.articleTitle01 .title {
    display: block;
    float: left;
    color: #3a5db6;
    position: relative;
}

.articleTitle01 .title:before {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background: #85d0fc;
    position: absolute;
    bottom: -16px;
    left: 0;
}

.articleTitle01 .more {
    display: block;
    float: right;
    color: #999999;
    line-height: 35px;
    transition: all 0.3s ease;
}

.subNavlist2 .subImg {
    width: 320px;
    height: 212px;
    float: left;
    overflow: hidden;
}

.subNavlist2 .subText {
    margin-left: 340px;
    overflow: hidden;
    height: 224px;
    text-align: left;
}

.subNavlist2 .subText p {
    line-height: 28px;
}

.list01 {
    margin: -10px -4px;
    overflow: hidden;
}

.list01 li a {
    display: block;
    margin: 10px 4px;
    overflow: hidden;
}

.list01 .gp-img-responsive {
    padding-bottom: 118%;
}

.list01 .listText {
    margin: 5px 0 0;
}

.list01 .listName {
    line-height: 22px;
    font-size: 12px;
}

.list01 .listCon {
    color: #999999;
    line-height: 22px;
    font-size: 12px;
}

.list02 {
    margin: 30px 0 0;
    overflow: hidden;
}

.list02 li {
    width: 25%;
    float: left;
    overflow: hidden;
}

.list02 li a {
    display: table;
    margin: 10px;
    border-left: #85d0fc 4px solid;
    background: url(../images2022/subnavli.png) no-repeat center #f2f6ff;
    width: 88%;
    height: 60px;
    overflow: hidden;
}

.list02 span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}


/*科学研究*/
.subNavlist3>.gp-fl {
    width: 24%;
}

.subNavlist3>.gp-fm {
    width: 46.4%;
    float: left;
    margin-left: 3%;
}

.subNavlist3>.gp-fr {
    width: 24%;
}

.gp-article p {
    /* font-size: 17px; */
    /* font-size: 1.7rem; */
    line-height: 30px;
    padding-bottom: 16px;
}

.gp-article a {
    color: #3a5db6;
}

.list06 {
    margin: -5px;
    overflow: hidden;
}

.list06 li a {
    display: block;
    margin: 5px;
    background: #f2f6ff;
    overflow: hidden;
}

.list06 .gp-img-responsive {
    width: 107px;
    height: 44px;
    padding: 0;
    margin: 5px 0;
    float: left;
}

.list06 .listText {
    display: table;
    margin-left: 107px;
    height: 55px;
    padding: 0 16px;
}

.list06 .listText p {
    display: table-cell;
    vertical-align: middle;
}

.list07 a {
    background: #f2f6ff;
}

.list07 .listText {
    margin: 10px;
    text-align: center;
    line-height: 22px;
    font-size: 14px;
}


/*成果转化*/
.subNavlist4>.gp-fl {
    width: 48%;
}

.subNavlist4>.gp-fr {
    width: 48%;
}

.list08 {}

.list08 a {
    display: block;
    margin: 5px;
    border-left: #85d0fc 4px solid;
    background: url(../images2022/subnavli.png) no-repeat center right #f2f6ff;
    padding: 15px 20px;
    overflow: hidden;
}

.list08 .icon {
    display: inline-block;
    width: 52px;
    height: 36px;
    float: left;
}

.list08 .listTitle {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    border-left: #dadee6 1px solid;
    padding-left: 20px;
}


/*人才队伍*/
.subNavlist5>.gp-fl {
    width: 40%;
}

.subNavlist5>.gp-fm {
    width: 40%;
    float: left;
    margin-left: 2%;
}

.subNavlist5>.gp-fr {
    width: 16%;
    margin-top: 10px;
}


/*国际合作*/
.subNavlist6>.gp-fl {
    width: 48%;
}

.subNavlist6>.gp-fr {
    width: 48%;
}

.subNavlist6 .subImg {
    width: 320px;
    height: 181px;
    float: left;
    overflow: hidden;
}

.subNavlist6 .subText {
    margin-left: 340px;
    overflow: hidden;
    height: 182px;
    text-align: left;
}

.subNavlist6 .subText p {
    line-height: 28px;
}

.list09 {
    margin: -10px;
    overflow: hidden;
}

.list09 li {
    width: 8.3%;
    float: left;
}

.list09 li a {
    display: block;
    margin: 10px;
    overflow: hidden;
}

.list09 .gp-img-responsive {
    padding-bottom: 133%;
}

.list09 .listText {
    margin: 5px 0 0;
}

.list09 .listName {
    line-height: 22px;
}

.list09 .listCon {
    color: #999999;
    line-height: 22px;
}






@-webkit-keyframes fadeInUpSmall {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUpSmall {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 20px, 0);
        -ms-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

/*1.默认展开的搜索*/
.gp-search {
    width: 300px;
    overflow: hidden;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    transition: all 0.4s ease-in-out;
    border: 1px solid #ccc;
}

.gp-ser {
    width: 100%;
    height: 28px;
    z-index: 9999994;
    margin: 0 auto;
    position: relative;
}

.gp-search input,
.gp-search button {
    position: absolute;
    height: 28px;
    line-height: 28px;
    border: none;
    background: none;
    top: 0px;
    overflow: hidden;
}

.gp-search input.notxt {
    color: #a4a4a4;
    width: 82%;
    left: 0;
    padding-left: 2%;
}

.gp-search .notxt1 {
    position: absolute;
    width: 15%;
    right: 0;
    cursor: pointer;
    color: #666;
    background: url(../images2022/ser.png) no-repeat center;
}


/*2.搜索按钮当前位置展开*/
.gp-serBtn2 {
    background: url(../images2022/ser.png) no-repeat center;
    width: 19px;
    height: 40px;
    float: right;
}

.gp-search2 {
    width: 0;
    border: none;
}

.gp-search2.active {
    width: 200px;
    border: 1px solid #ccc;
}



.goTop {
    position: fixed;
    bottom: 40px;
    right: 20px;
    z-index: 9999999;
    color: #fff;
    text-align: center;
    transition: none;
    background-color: #000;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: none;
}

.goTop:hover {
    color: #fff;
    background-color: #4b9ef7;
}

.goTop i {
    font-size: 32px;
}

/*手机端导航*/
.mobile {
    width: 100%;
    position: absolute;
    height: 63px;
    display: none;
    top: 5px;
    left: 0;
    z-index: 99991;
}

.mobile-search-btn {
    float: right;
    margin-right: 15px;
    cursor: pointer;
}

.mobile-search-btn i {
    color: #fff;
    font-size: 20px;
}

.mobile-inner-header {
    width: 100%;
    height: 63px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 50
}

.mobile-inner-header-icon {
    color: #ffffff;
    height: 40px;
    font-size: 25px;
    text-align: center;
    float: right;
    width: 40px;
    position: relative;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
}

.mobile-inner-header-icon:hover {
    opacity: 0.8;
    cursor: pointer;
}

.mobile-inner-header-icon span {
    position: absolute;
    left: calc((100% - 25px) / 2);
    top: calc((100% - 1px) / 2);
    width: 25px;
    height: 3px;
    background-color: #3a5db6;
}

.mobile-inner-header-icon {
    color: #fff;
    height: 31px;
    float: right;
    width: 35px;
    position: relative;
    cursor: pointer;
    text-align: right;
    margin-right: 8px;
    text-align: center;
    line-height: 29px;
    font-size: 30px;
    margin-top: 9px;
}

.mobile-inner-header-icon-out i {
    font-size: 22px;
    position: absolute;
    right: 0;
    top: 0
}

.mobile-inner-header-icon-click i {
    display: none;
}

.mobile-inner-header-icon-out span {
    width: 25px;
    height: 3px;
    display: block;
    border-radius: 5px;
}

.mobile-inner-header-icon-out span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
}

.mobile-inner-header-icon-out span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
}

.mobile-inner-header-icon-out span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outthird;
}

.mobile-inner-header-icon span:nth-child(1) {
    transform: translateY(4px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(2) {
    transform: translateY(-4px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(3) {
    transform: translateY(-4px) rotate(0deg);
}

.mobile-inner-header-icon-click span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickfirst;
    background-color: #fff;
}

.mobile-inner-header-icon-click span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clicksecond;
    background-color: #fff;
}

.mobile-inner-header-icon-click span:nth-child(3) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickthird;
}

@keyframes clickfirst {
    0% {
        transform: translateY(4px) rotate(0deg);

    }

    100% {
        transform: translateY(0) rotate(45deg);
    }
}

@keyframes clicksecond {
    0% {
        transform: translateY(-4px) rotate(0deg);
    }

    100% {
        transform: translateY(0) rotate(-45deg);
    }
}

@keyframes clickthird {
    0% {
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

.mobile-inner-header-icon-out span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
}

.mobile-inner-header-icon-out span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
}

.mobile-inner-header-icon-out span:nth-child(3) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outthird;
}

@keyframes outfirst {
    0% {
        transform: translateY(0) rotate(-45deg);
    }

    100% {
        transform: translateY(-4px) rotate(0deg);
    }
}



@keyframes outsecond {
    0% {
        transform: translateY(0) rotate(45deg);
    }

    100% {
        transform: translateY(4px) rotate(0deg);
    }
}

@keyframes outthird {
    0% {
        transform: translateY(0) rotate(90deg);
    }

    100% {
        transform: translateY(12px) rotate(0deg);
    }
}

.mobile-inner-nav {
    width: 100%;
    text-align: center;
    opacity: 0;
    transform: scale(0.8);
    width: 0;
    transition: left 0.3s ease-in-out;
    height: 0;
    background-color: #3a5db6;
}

.mobile-inner-nav a {
    display: inline-block;
    line-height: 50px;
    text-decoration: none;
    width: 100%;
    font-size: 1.6rem;
    border-bottom: solid 1px #4e71cc;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    color: #fff;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    text-align: left;
    padding: 0 20px;
}

.mobile-inner-nav li:first-child a {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.mobile-inner-nav li {
    position: relative;
}

.mobile-inner-nav li.on {
    background-color: #2c4ca1;
}

.mobile-inner-nav li.on a {
    color: #fff;
}

.mobile-inner-nav li .icon-fanhui {
    background: url(../images2022/n-rt.png) no-repeat center;
}

.mobile-inner-nav li .icon-fanhui-copy {
    background: url(../images2022/n-dw.png) no-repeat center;
}

.mobile-inner-nav li strong {
    color: #2c4780;
    position: absolute;
    right: 5px;
    top: 0;
    font-size: 1.4rem;
    cursor: pointer;
    width: 40px;
    height: 45px;
    text-align: center;
    line-height: 40px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    line-height: 50px;
}

.mobile-inner-nav a {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: returnToNormal;
    animation-name: returnToNormal;
}

@-webkit-keyframes returnToNormal {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes returnToNormal {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}


.mobile_subNav {
    display: none;
    background: #2c4ca1;
}

.mobile-inner-nav dd a {
    height: 40px;
    line-height: 40px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
    font-size: 1.5rem;
}

.mobile-inner-nav dd a:hover {
    background-color: #3a5db6;
}

.mobile_search input.notxt {
    background: none;
}

.mobile_search {
    clear: both;
    position: absolute;
    height: 40px;
    overflow: hidden;
    left: 0;
    top: 62px;
    width: 100%;
    z-index: 99993;
    display: block;
}

.mobile_search .search {
    overflow: hidden;
    height: 37px;
    position: relative;
}

.mobile_search input.notxt {
    width: 84%;
    color: #566c99;
    border: none;
    padding: 0 20px;
    height: 38px;
    box-sizing: border-box;
    font-size: 1.6rem;
    float: left;
}

.mobile_search input.notxt1 {
    width: 40px;
    right: 10px;
    background: url(../images2022/ser.png) no-repeat center;
    border: none;
    height: 37px;
    left: auto;
    /*! right: 0; */
    float: right;
}

.mobile-links {
    width: auto;
    margin: 0 20px 10px;
    overflow: hidden;
    padding: 10px 0 0;
    opacity: 0.6;
    font-size: 14px;
}

.mobile-links span {
    float: left;
    padding: 0 15px;
}

.mobile-links span a {
    border: none;
    line-height: 25px;
    padding: 4px 0;
    font-size: 14px;
}

.nav-open .mobile-inner-nav {
    width: 100%;
    display: block;
    position: fixed;
    left: 0px;
    top: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    opacity: 1;
    transform: scale(1);
    height: 100%;
    box-sizing: border-box;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 10;
    padding: 100px 0 20px;
    transition: all 0.3s ease;
}



/*footer*/
.wrap_footer {
    background: #243669;
    overflow: hidden;
}

.footer {
    position: relative;
    padding: 49px 0;
}

.footer * {
    color: #8194c2;
}

.footer *:hover {
    color: #a2b3e2;
}

.footer .gp-fl {
    width: 50%;
    float: left;
    overflow: hidden;
}

.footer .gp-fr {
    width: 42%;
    float: right;
    overflow: hidden;
    margin-top: 0;
    text-align: right;
}

.link {
    margin-left: -25px;
    margin-bottom: 25px;
    overflow: hidden;
}

.link a {
    padding: 0 25px;
}

.copyRight {}

.copyRight p {
    line-height: 36px;
}

.footer .gp-fr a {
    display: inline-block;
}

.f-logo {
    float: left;
    width: 80%;
}

.dw {
    float: right;
    width: 10%;
}

#_ideConac {
    margin-top: -8px;
    display: inline-block;
}


@media screen and (max-width:1600px) {}

@media screen and (max-width:1440px) {
    .gp-container {
        width: 1200px;
    }

    .gp-header.current .nav>ul {
        margin-left: 220px;
    }

    .gp-header.current .nav>ul>li>a {
        font-size: 16px;
        font-size: 1.6rem;
    }

    .gp-header.current .logo_02 {
        margin-left: 15px;
        width: 200px;
    }

    .gp-header.current .subNav {
        width: auto;
        left: 0;
        margin: 0 15px;
    }

}

@media screen and (max-width:1350px) {
    .gp-header.current .logo_02 {
        display: none;
    }

    .gp-header.current .wrapnav {
        top: 0;
        background: #3a5db6;
    }

    .gp-header.current .nav>ul {
        margin-left: 0;
    }

    .gp-header.current .nav>ul>li {
        width: 100%;
        padding: 0;
    }
}

@media screen and (max-width:1300px) {
    .gp-container {
        width: auto;
        margin-left: 30px !important;
        margin-right: 30px !important;
    }

}


@media screen and (max-width:1200px) {
    .gp-header {}

    .nav,
    .gp-search,
    .topList,
    .top-fr {
        display: none;
    }

    .mobile {
        display: block;
    }

    .logo {
        padding: 20px 0;
    }

    .logo_01 {
        width: 400px;
    }
}

@media screen and (max-width:1024px) {
    .gp-container {
        width: auto;
        margin-left: 15px !important;
        margin-right: 15px !important;
    }

    .footer .gp-fr {
        float: none;
        /* margin: 0 auto; */
        width: 100%;
    }
    .footer .gp-fr a.f-logo{
        width: 100%;
        text-align:center;
    }
       .footer .gp-fr a.f-logo img{
           width: 396px;
           text-align: center;
           display: inline-block;
       }
#_ideConac{
    position: relative;
    text-align: center;
    width: 100%;
    margin-top: 4px;
}
    #_ideConac a{
        display: block;
        text-align: center;
    }

    .footer .gp-fl {
        float: none;
        width: 100%;
        text-align: center;
    }

    .link {
        margin: 15px 0;
    }
}

@media screen and (max-width:766px) {
    .gp-f30 {
        font-size: 2.2rem;
        font-size: 22px;
    }

}


@media screen and (max-width:640px) {
    .logo_01 {
        width: 320px;
    }

    .footer .gp-fr {
        width: auto;
        padding: 0 14px;
    }

    .link a {
        padding: 0 5px;
    }

    .copyRight p {
        line-height: 22px;
    }

    .gp-f30 {
        font-size: 1.8rem;
        font-size: 18px;
    }

    .gp-f24 {
        font-size: 1.8rem;
        font-size: 18px;
    }

}

@media screen and (max-width:480px) {
    .logo_01 {
        width: 260px;
    }

    .footer {
        padding: 38px 0;
    }
}
