@charset "utf-8";
/* CSS Document */

/*rem*/
html {
    font-size : 20px;
}
@media only screen and (min-width: 401px){
    html {
        font-size: 20px !important;
    }
}
@media only screen and (min-width: 428px){
    html {
        font-size: 20px !important;
    }
}
@media only screen and (min-width: 481px){
    html {
        font-size: 20px !important; 
    }
}
@media only screen and (min-width: 569px){
    html {
        font-size: 20px !important; 
    }
}
@media only screen and (min-width: 641px){
    html {
        font-size: 20px !important; 
    }
}
@media only screen and (min-width: 768px){
    html {
        font-size: 20px !important; 
    }
}
@media only screen and (min-width: 992px){
    html {
        font-size: 40px !important; 
    }
}

/*手机样式*/
@media screen and (min-width: 992px) {
    .pagination>li>a:hover {
        color: #ffffff;
        background-color: #15429d;
    }
    .pagination>li:first-child>a:hover, 
    .pagination>li:first-child>span:hover,
    .pagination>li:last-child>a:hover, 
    .pagination>li:last-child>span:hover {
        background-color: #15429d;
        color: #ffffff;
    }
    .pagination>li.on:first-child>a:hover, 
    .pagination>li.on:first-child>span:hover,
    .pagination>li.on:last-child>a:hover, 
    .pagination>li.on:last-child>span:hover {
        background-color: #15429d;
        color: #ffffff;
    }
    .modal-dialog {
        width: 920px;
    }
}
@media screen and (min-width: 1200px) {}
@media screen and (max-width: 1459px) {}
@media screen and (max-width: 1200px) {
    header .header-nav li.header__navItem a.header__navAnchor {
        margin-right: 0.6rem;
    }
}
@media screen and (max-width: 991px) {
    .menu_botton {
        right: 15px;
        top: 50%;
        float: right;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .menu_botton strong {
        display: none;
    }
    #menu_toggle {
        display: none;
    }
    #menu_toggle1 {
        display: block;
    }
    .menu_botton span, 
    .menu_botton span:after, 
    .menu_botton span:before {
        width: 32px;
    }
    .menu_botton span:before {
        top: -8px;
    }
    .menu_botton span:after {
        bottom: -8px;
    }
    /*
     */
    footer .footer-nav {
        display: none;
    }
    footer .footer-copyright .footer_wechat {
        display: none;
    }
    footer .footer-copyright .copyright {
        width: 100%;
    }
    footer .footer-copyright {
        border-top: none;
    }
}
@media screen and (max-width: 767px) {
    .w-breadcrumb {
        display: none;
    }
    .resources_text_con {
        background-image: none;
        width: 100%;
        padding: 0 1rem;
    }
    .concept-list li .img, .concept-list li .text {
        width: 100%;
    }
    .concept-list li:nth-child(2n-1) .img {
        left: 0;
    }
    .concept-list li:nth-child(2n-1) .text {
        right: 0;
    }
    .concept-list li .text {
        padding-top: 1rem;
        padding-left: 0.8rem;
        padding-right: 0.8rem;
    }
    .activity_tab {
        position: relative;
        top: 0;
        padding: 0.5rem 0;
    }
    .circle-pager ul li {
        width: 50%;
    }
    .circle-pager ul li:nth-child(1),
    .circle-pager ul li:nth-child(2) {
        margin-bottom: 0.2rem;
    }
    .platform .platform-next {
        border-radius: 100px 0 0 100px;
        right: 0;
    }
    .platform .platform-prev {
        border-radius: 0 100px 100px 0;
        left: 0;
    }
    .platform ul>li .box {
        height: 10rem;
    }
    .external ul>li .box {
        height: 6rem;
        width: 6rem;
        border-width: 0.15rem;
    }
    .listed_product li {
        padding: 0.8rem 1rem;
    }
    .listed_product li .img,
    .listed_product li .text {
        width: 100%;
    }
    .listed_product li .instructions {
        position: relative;
        border-left: 0;
        width: 100%;
        text-align: left;
    }
    .listed_product li .instructions a {
        padding-top: 1rem;
        padding-bottom: 1rem;
        padding-left: 1.5rem;
        background-position: left center;
        top: 0;
        -webkit-transform: translateY(0);
           -moz-transform: translateY(0);
            -ms-transform: translateY(0);
             -o-transform: translateY(0);
                transform: translateY(0);
    }
    .banner-text .title {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    footer .footer-copyright .copyright a {
        display: block;
    }
    .home_information .title {
        width: 100%;
        border-right: none;
        padding: 0.875rem 0 0.75rem;
    }
    .home_information ul {
        width: 100%;
    }
    .home_information ul li {
        width: 50% !important;
        float: left;
        margin-bottom: 0.5rem;
    }
    .home_information ul li:nth-child(2n) {
        border-right: none;
    }
    .home_information ul li:last-child {
        width: 100% !important;
    }
    .home_head ul.row li+li {
        margin-top: 1rem;
    }
    .culture .text,
    .culture .img {
        width: 100%;
    }
}
@media screen and (max-width: 641px) {}
@media screen and (max-width: 580px) {}
@media screen and (max-width: 540px) {}
@media screen and (max-width: 481px) {}
@media screen and (max-width: 380px) {}
@media screen and (max-width: 340px) {}