@font-face {
    font-family: 'iconfont';  /* project id 2300211 */
    src: url('//at.alicdn.com/t/font_2300211_k8t2vq4g8c9.eot');
    src: url('//at.alicdn.com/t/font_2300211_k8t2vq4g8c9.eot?#iefix') format('embedded-opentype'),
    url('//at.alicdn.com/t/font_2300211_k8t2vq4g8c9.woff2') format('woff2'),
    url('//at.alicdn.com/t/font_2300211_k8t2vq4g8c9.woff') format('woff'),
    url('//at.alicdn.com/t/font_2300211_k8t2vq4g8c9.ttf') format('truetype'),
    url('//at.alicdn.com/t/font_2300211_k8t2vq4g8c9.svg#iconfont') format('svg');
}

.iconfont {
    font-family: "iconfont";
    font-style: normal;
    color: rgba(102, 102, 102, 1);
}

html,
body {
    height: 100%;
    width: 100%;
    color: #707070;
    font-weight: 500;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Roboto", "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", BlinkMacSystemFont, -apple-system, "Segoe UI", "Microsoft Yahei", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    font-size: 12px;
}

a {
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    color: #474157;
}

a:hover,
a:focus {
    color: #474157;
    text-decoration: none;
}

hr {
    max-width: 100px;
    margin: 25px auto 0;
    border-width: 1px;
    border-color: rgba(34, 34, 34, 0.1);
}

hr.light {
    border-color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /* font-weight: 200;
    letter-spacing: 1px; */
    padding: 0;
    margin: 0;
}

p {
    margin: 0;
    padding: 0;
    /* font-size: 16px; */
    /* line-height: 1.5; */
    /* margin-bottom: 20px; */
}

ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

input {
    outline: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.mycontainer .content {
    max-width: 1300px;
    margin: 0 auto;
    /* background-color: #ccc; */
}

.header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0px -2px 5px 2px rgba(0, 0, 0, 0.09);
}

.header .nav ul li {
    float: left;
    height: 100px;
    line-height: 100px;
}

.header .nav ul li a {
    color: #333;
    text-decoration: none;
    font-size: 16px;
    line-height: 100px;
    display: block;
    padding: 0 15px;
    transition: all 0.4s ease-in-out;
    font-weight: 600;
}

.header .nav ul li:not(:first-child) a:hover,
.header .nav ul li.active a {
    color: #fff;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
    background: #3a56a2;
}

.header .nav ul li:first-child a {
    padding-left: 10px;
    padding-right: 70px;
}

.header .nav ul .phone {
    color: #3A56A2;
    font-size: 20px;
    font-weight: bold;
    padding-left: 24px;
}

.banner {
    min-height: 431px;
}

.banner img {
    width: 100%;
}

.moreBtn {
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid rgba(58, 86, 162, 1);
    border-radius: 100px;
    font-size: 14px;
}

.moreBtn a {
    display: block;
    color: rgba(58, 86, 162, 1);
}

.moreBtn:hover {
    box-shadow: 0px -2px 3px 0px rgba(0, 0, 0, 0.35) inset;
    border-width: 1px;
    border-style: none;
}

.activity {
    padding-bottom: 30px;
}

.activity .title {
    text-align: center;
    font-size: 28px;
    color: #3A56A2;
    margin-top: 66px;
    margin-bottom: 48px;
}

.activity ul li {
    width: 414px;
    height: auto;
    overflow: hidden;
    margin: 10px;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.activity ul li:first-child {
    margin-left: 4px;
}

.activity ul li:last-child {
    margin-right: 4px;
}

.activity ul li:nth-child(3n+1) {
    margin-left: 4px;
}

.activity ul li .pic {
    position: relative;
    padding-bottom: 68.2927%;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
}

.activity ul li img {
    width: 105% !important;
    height: auto !important;
    left: 50% !important;
    top: 50% !important;
    -webkit-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
    position: absolute !important;
}

.activity ul li h3 {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
    height: 25px;
    overflow: hidden;
}

.activity ul li h3 a {
    color: #333;
}

.activity ul li p {
    color: #999;
    font-size: 12px;
    line-height: 20px;
    margin-left: 20px;
    margin-right: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    word-break: break-all;
    height: 60px;
    overflow: hidden;
}

.activity ul li .date {
    color: #3A56A2;
    font-size: 12px;
    padding-left: 25px;
    height: 30px;
    line-height: 30px;
    margin-left: 20px;
    margin-right: 20px;
    background: url(/assets/pc/images/times.png) no-repeat left center;
}

.activity ul li .mark {
    width: 100%;
    height: 100%;
    position: absolute;
    top: -100%;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 18px;
    text-align: center;
    letter-spacing: 10px;
    font-weight: bold;
    padding-top: 120px;
    line-height: 350px;
}

.activity ul li .look_detail {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
    font-size: 18px;
    text-align: center;
    letter-spacing: 10px;
    font-weight: bold;
    padding-top: 120px;
    display: none;
}

.cate_list {
    background-color: rgba(246, 246, 246, 1);
}

.cate_list ul {
    width: 910px;
    height: 68px;
    margin: 0 auto;
}

.cate_list ul li {
    color: #666;
    font-weight: 500;
    font-size: 15px;
    width: auto;
    float: left;
    line-height: 68px;
    padding: 0px 20px;
    /*margin-bottom: 10px;*/
}

.cate_list ul li:hover,
.cate_list ul li.active {
    background-color: #3a56a2;
}

.cate_list ul li:hover a,
.cate_list ul li.active a {
    color: #fff;
}

.cate_list ul li a {
    display: block;
}

.crumbs {
    line-height: 45px;
    margin-top: 15px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(221, 221, 221, 1);
}

.crumbs ul li {
    float: left;
    color: rgba(102, 102, 102, 1);
    font-size: 14px;
    font-weight: 500;
}

.crumbs ul li a {
    color: rgba(102, 102, 102, 1);
}

.crumbs ul li a:hover {
    text-decoration: underline;
}

.main-desc {
    font-size: 16px;
    color: #707070;
    padding-left: 40px;
    font-weight: 500;
}

.main-desc ul li {
    margin-bottom: 15px;
    line-height: 24px;
    list-style: initial;
}

.footer {
    background-color: rgba(42, 42, 42, 1);
    padding-top: 63px;
    padding-bottom: 63px;
    margin-top: 30px;
}

.footer .content .left,
.footer .content .center {
    border-right: 1px solid rgba(71, 71, 71, 1);
    height: 240px;
}

.footer .content .left {
    padding-right: 55px;
    margin-right: 55px;
    margin-left: 85px;
}

.footer .content .left h3,
.footer .content .center h3,
.footer .content .right h3 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
}

.footer .content .right h3 {
    margin-bottom: 20px;
}

.footer .content .left p {
    line-height: 20px;
}

.footer .content .left p,
.footer .content .left p a {
    color: #808080;
}

.footer .content .left img {
    width: 197px;
    margin-top: 30px;
}

.footer .content .center {
    width: 460px;
    padding-right: 40px;
    margin-right: 40px;
}

.footer .content .center p {
    color: #A9A9A9;
    font-size: 14px;
    line-height: 28px;
}

.footer .content .right {
    width: 222px;
}

.footer .content .right img {
    width: 78px;
}

.footer .content .right ul li {
    width: 100px;
    float: left;
    text-align: center;
    margin-right: 20px;
    margin-bottom: 10px;
}

.footer .content .right ul li:nth-child(2n) {
    margin-right: 0;
}

.footer .content .right ul li p {
    font-size: 12px;
    color: #FFFFFF;
    margin-top: 8px;
}

.pageinfo .pagination {
    margin: 0;
    float: right;
    margin-top: 50px;
    margin-bottom: 20px;
}

.pageinfo .pagination > .disabled > a,
.pageinfo .pagination > .disabled > a:focus,
.pageinfo .pagination > .disabled > a:hover,
.pageinfo .pagination > .disabled > span,
.pageinfo .pagination > .disabled > span:focus,
.pageinfo .pagination > .disabled > span:hover {
    height: 30px;
    color: #fff;
    border: none;
    font-size: 12px;
    margin-right: 5px;
    border-radius: inherit;
    background-color: #c8c8c8;
}

.pageinfo .pagination > .active > a,
.pageinfo .pagination > .active > a:focus,
.pageinfo .pagination > .active > a:hover,
.pageinfo .pagination > .active > span,
.pageinfo .pagination > .active > span:focus,
.pageinfo .pagination > .active > span:hover {
    height: 30px;
    border: none;
    color: #fff;
    margin-right: 5px;
    border-radius: inherit;
    background-color: #999;
    margin-right: 5px;
}

.pageinfo .pagination > li > a,
.pageinfo .pagination > li > span {
    height: 30px;
    border: none;
    margin-right: 5px;
    border-radius: inherit;
    background-color: rgba(242, 242, 242, 1);
    color: rgba(102, 102, 102, 1);
}

.bdsharebuttonbox{
    margin-top: 8px;
    margin-bottom: 16px;
}
.bdsharebuttonbox a{
    display: inline-block;
    width: 32px;
    height: 32px;
}
.bdsharebuttonbox .bds{
    padding: 0;
    margin: 0 14px 0 0;
    background: url(/assets/common/images/sharea.png) no-repeat left center;
}

.bdsharebuttonbox .bds_weixin{
    background-position: 0px 0px;
    position: relative;
}

.bdsharebuttonbox .bds_tsina{
    background-position: -44px 0px;
    position: relative;
}

.bdsharebuttonbox .bds_fbook{
    background-position: -87px 0px;
    position: relative;
}

.bdsharebuttonbox .bds_twi{
    background-position: -131px 0px;
    position: relative;
}

.bdsharebuttonbox .bds_linkedin{
    background-position: -175px 0px;
    position: relative;
}

.activity ul li .higher img {
    width: auto!important;
    height: 100%!important;
    left: 50%!important;
    top: 50%!important;
    -webkit-transform: translate(-50%,-50%)!important;
    -ms-transform: translate(-50%,-50%)!important;
    transform: translate(-50%,-50%)!important;
    position: absolute!important;
}

.activity ul li .widther img {
    width: 100%!important;
    height: auto!important;
    left: 50%!important;
    top: 50%!important;
    -webkit-transform: translate(-50%,-50%)!important;
    -ms-transform: translate(-50%,-50%)!important;
    transform: translate(-50%,-50%)!important;
    position: absolute!important;
}

@media (max-width: 1920px) {
    .index-banner {
        min-height: 1000px !important;
    }

    .news-banner,
    .course-banner {
        min-height: 562px !important;;
    }

    .travle-banner,
    .infor-banner,
    .record-banner {
        min-height: 502px !important;;
    }

    .product-banner {
        min-height: 700px !important;;
    }

    .activity-banner {
        min-height: 504px !important;;
    }

    .article-banner,
    .contact-banner {
        min-height: 499px !important;;
    }
}

@media (max-width: 1680px) {
    .index-banner {
        min-height: 875px !important;
    }

    .news-banner,
    .course-banner {
        min-height: 492px !important;;
    }

    .travle-banner,
    .infor-banner,
    .record-banner {
        min-height: 439px !important;;
    }

    .product-banner {
        min-height: 613px !important;;
    }

    .activity-banner {
        min-height: 441px !important;;
    }

    .article-banner,
    .contact-banner {
        min-height: 437px !important;;
    }
}

@media (max-width: 1440px) {
    .index-banner {
        min-height: 750px !important;
    }

    .news-banner,
    .course-banner {
        min-height: 422px !important;;
    }

    .travle-banner,
    .infor-banner,
    .record-banner {
        min-height: 377px !important;;
    }

    .product-banner {
        min-height: 525px !important;;
    }

    .activity-banner {
        min-height: 378px !important;;
    }

    .article-banner,
    .contact-banner {
        min-height: 374px !important;;
    }

    .record {
        background-size: 142% !important;
        padding-top: 8px !important;
    }

    .record .title {
        padding-top: 33px !important;
    }

    .swiper-container {
        margin: 25px 0 !important;
    }
}

@media (max-width: 1366px) {
    .index-banner {
        min-height: 711px !important;
    }

    .news-banner,
    .course-banner {
        min-height: 400px !important;;
    }

    .travle-banner,
    .infor-banner,
    .record-banner {
        min-height: 357px !important;;
    }

    .product-banner {
        min-height: 498px !important;;
    }

    .activity-banner {
        min-height: 359px !important;;
    }

    .article-banner,
    .contact-banner {
        min-height: 355px !important;;
    }

    .record {
        background-size: 142% !important;
        padding-top: 8px !important;
    }

    .record .title {
        padding-top: 33px !important;
    }

    .swiper-container {
        margin: 25px 0 !important;
    }
}

@media (max-width: 1200px) {
    .header .nav ul li:first-child a {
        padding-right: 10px;
    }

    .header .nav ul li:first-child img {
        width: 90%;
    }

    .header .nav ul li a {
        font-size: 14px;
    }

    .index-banner {
        min-height: 625px !important;
    }

    .news-banner,
    .course-banner {
        min-height: 351px !important;;
    }

    .travle-banner,
    .infor-banner,
    .record-banner {
        min-height: 314px !important;;
    }

    .product-banner {
        min-height: 438px !important;;
    }

    .activity-banner {
        min-height: 315px !important;;
    }

    .article-banner,
    .contact-banner {
        min-height: 312px !important;;
    }

    .record {
        background-size: 142% !important;
        padding-top: 8px !important;
    }

    .record .title {
        padding-top: 33px !important;
    }

    .swiper-container {
        margin: 25px 0 !important;
    }

    .one-desc ul li {
        margin-right: 135px !important;
    }

    .one-desc ul li:last-child {
        margin-right: 0 !important;
    }

    .two-desc .content {
        background-size: 100% !important;
    }

    .two-desc ul li:nth-child(1) {
        margin-left: 240px !important;
    }

    .two-desc ul li:nth-child(2) {
        margin-left: 300px !important;
    }

    .two-desc ul li:nth-child(3) {
        margin-left: 280px !important;
    }

    .three-desc ul li {
        margin-left: 15px !important;
        margin-right: 45px !important;
    }

    .three-desc ul li:last-child {
        margin-right: 0 !important;
    }

    .activity ul li {
        width: 380px !important;
    }

    .record {
        background-size: 158% !important;
        padding-top: 8px !important;
    }

    .record .title {
        padding-top: 33px !important;
    }

    .swiper-container {
        margin: 15px 0 !important;
    }

    .message .input input {
        margin-right: 25px !important;
    }

    .message .textarea textarea {
        width: 1112px !important;
    }

    .message .submit input {
        margin-left: 450px !important;
    }

    .footer .content .left {
        padding-right: 65px !important;
        margin-right: 55px !important;
        margin-left: 45px !important;
    }
}