/*
---------------------------------------------
global styles
---------------------------------------------
*/
html,
body {
    background: #fff;
    font-family: 'Poppins', sans-serif;
}

::selection {
    background: #4b7ac0;
    color: #fff;
}

::-moz-selection {
    background: #4b7ac0;
    color: #fff;
}

@media (max-width: 991px) {
    html, body {
        overflow-x: hidden;
    }

    .mobile-top-fix {
        margin-top: 30px;
        margin-bottom: 0px;
    }

    .mobile-bottom-fix {
        margin-bottom: 30px;
    }

    .mobile-bottom-fix-big {
        margin-bottom: 60px;
    }
}

.main-border-button {
    width: 100%;
    text-align: center;
}

.main-border-button a {
    width: 90%;
    text-align: center;
    font-size: 13px;
    color: #fff;
    background-color: #4B7AC0;
    border: 1px solid #fff;
    padding: 14px 0;
    display: inline-block;
    font-weight: 500;
    transition: all .3s;
}

.main-border-button a:hover {
    background-color: #4B7AC0;
    color: #fff;
}

.main-white-button a {
    font-size: 13px;
    color: #4B7AC0;
    background-color: #fff;
    padding: 12px 25px;
    display: inline-block;
    border-radius: 3px;
    font-weight: 600;
    transition: all .3s;
}

.main-white-button a:hover {
    opacity: 0.9;
}

.main-text-button a {
    font-size: 13px;
    color: #fff;
    font-weight: 600;
    transition: all .3s;
}

.main-text-button a:hover {
    opacity: 0.9;
}

.section-heading {
    /*margin-bottom: 40px;*/
    padding: 80px 0;
    text-align: center;
    font-size: 36px;
    font-family: MicrosoftYaHei;
    /*font-weight: bold;*/
    color: #0073C0;
}

.section-heading h2 {
    font-size: 34px;
    font-weight: 700;
    color: #2a2a2a;
}

.section-heading span {
    font-size: 14px;
    color: #a1a1a1;
    font-style: italic;
    font-weight: 400;
}

/*导航链接*/


/*分页*/
.pagination {
    padding: 80px 0;
}

.pagination ul {
    text-align: center;
    width: 100%;
}

.pagination ul li {
    display: inline;
    margin: 0px 5px;
}

.pagination ul li a {
    width: 44px;
    height: 44px;
    border: 1px solid #4B7AC0;
    border-radius: 4px;
    display: inline-block;
    text-align: center;
    line-height: 44px;
    font-size: 14px;
    font-weight: 500;
    color: #4B7AC0;
}

.pagination ul li a:hover,
.pagination ul li.active a {
    background-color: #4B7AC0;
    color: #fff;
}


#preloader {
    overflow: hidden;
    background-color: #2a2a2a;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: fixed;
    z-index: 99999;
    color: #fff;
}

#preloader .jumper {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    position: absolute;
    margin: auto;
    width: 50px;
    height: 50px;
}

#preloader .jumper > div {
    background-color: #fff;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    opacity: 0;
    width: 50px;
    height: 50px;
    -webkit-animation: jumper 1s 0s linear infinite;
    animation: jumper 1s 0s linear infinite;
}

#preloader .jumper > div:nth-child(2) {
    -webkit-animation-delay: 0.33333s;
    animation-delay: 0.33333s;
}

#preloader .jumper > div:nth-child(3) {
    -webkit-animation-delay: 0.66666s;
    animation-delay: 0.66666s;
}

@-webkit-keyframes jumper {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    5% {
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes jumper {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    5% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@media (max-width: 1200px) {

}

@media (max-width: 992px) {
    .page-heading .banner-box .container .inner-content h2{
        font-size: 45px!important;
    }
    .page-heading .banner-box .container .inner-content .desc{
        font-size: 22px!important;
    }
    .section-heading {
        padding: 30px 0!important;
        font-size: 28px!important;
    }

    .pagination {
        padding: 20px 0 40px 0;
    }

    .pagination ul li a{
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }



}

@media (max-width: 767px) {

    .page-heading .banner-box .container .inner-content h2{
        font-size: 26px!important;
    }
    .page-heading .banner-box .container .inner-content .desc{
        font-size: 18px!important;
    }

    .section-heading {
        padding: 20px 0!important;
        font-size: 24px!important;
    }
    #news .item .info ul li:before{
        font-size: 5px;
    }

}
