body {
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif, "宋体";
    color: #666;
    font-size: 14px;
}

.container {
    width: 930px
}

a:hover {
    text-decoration: unset
}

a:-webkit-any-link {
    text-decoration: unset;
}

ul,
li {
    list-style: none;
}

.single-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.multiline-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#backTop {
    position: fixed;
    width: 30px;
    height: 30px;
    background-color: rgba(88, 176, 229, 05);
    text-align: center;
    border-radius: 5px;
}

#backTop>span {
    color: #fff;
    font-size: 20px;
    margin-top: 4px
}

header {
    height: 71px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #fff;
    width: 100%;
    /* box-shadow: 0 3px 4px rgba(74, 70, 70, 0.5); */
    /* display: none */
    border-bottom: 1px solid #dfdfdf;
}

.navbar-brand {
    padding: 29px 15px;
    height: auto;
}

nav.navbar.bootsnav {
    border: none
}

.navbar-nav {
    float: right;
    margin-right: 90px;
    position: relative
}

.navbar-nav .dropdown-menu {
    font-size: 14px
}

nav.navbar.bootsnav ul.dropdown-menu>li {
    float: left;
    width: 50%;
}

nav.navbar.bootsnav ul.nav>li>a {
    color: #022038;
    text-transform: uppercase;
    margin: 0px 30px;
    padding: 0;
    font-size: 16px;
    line-height: 70px;
    font-weight: 500;
    letter-spacing: 2px;
    position: relative;
}

nav.navbar.bootsnav ul.nav>li>a:hover,
nav.navbar.bootsnav ul.nav>li>a.on {
    color: #4394d0;
}

nav.navbar.bootsnav ul.nav>li>a.on:after {
    position: absolute;
    bottom: 12px;
    left: 0;
    content: "";
    width: 100%;
    height: 3px;
    background-color: #4394d0;
}

nav.navbar.bootsnav ul.nav>li i.fa-sort-up {
    display: block
}

nav.navbar.bootsnav ul.nav>li:hover {
    /* background: #f4f4f4; */
}

nav.navbar.bootsnav ul.nav>li:hover i.fa-sort-up {
    display: block;
}


/* .nav>li:after {
    content: "";
    width: 0;
    height: 5px;
    background: #4394d0;
    position: absolute;
    bottom: -2px;
    left: 0;
    transition: all 0.5s ease 0s;
}

.nav>li:hover:after {
    width: 100%;
} */


/* nav.navbar.bootsnav ul.nav>li.dropdown>a.dropdown-toggle:after {
    content: "+";
    font-family: 'FontAwesome';
    font-size: 16px;
    font-weight: 500;
    position: absolute;
    top: 0;
    right: 10%;
    transition: all 0.4s ease 0s;
} */


/* nav.navbar.bootsnav ul.nav>li.dropdown.on>a.dropdown-toggle:after {
    content: "\f105";
    transform: rotate(90deg);
}

.dropdown-menu.multi-dropdown {
    position: absolute;
    left: -100% !important;
} */

nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); */
    border: none;
    background-color: #4394d0;
    border: 1px solid #4394d0;
    top: 55px;
    width: 174px;
    padding: 0;
    box-sizing: border-box;
}

.logo {
    background-color: #58b530;
    width: 180px;
    height: 70px;
    float: left;
    justify-content: center;
    display: flex;
    align-items: center
}

.logo img {
    vertical-align: middle;
    width: 80%;
}

.language {
    float: left;
    margin-top: 10px;
    margin-left: 20px;
    width: 60px
}

.language .language-zh {
    cursor: pointer;
    color: #012038;
    width: 30px;
    margin: 0 auto;
    /* margin-bottom: 5px; */
    height: 30px;
    line-height: 30px;
    /* float: left */
}

.language .language-zh i {
    margin-left: 2px;
    transition: all .3s linear
}

.language .language-en {
    background-color: #4394d0;
    width: 25px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    /* float: left; */
    margin-left: 15px;
    display: none
}

.language-zh.on+.language-en {
    display: block;
}

.language .language-en a {
    color: #fff;
}

.language-zh.on i {
    transform: rotateZ(180deg);
}

section.index-page {
    min-height: 700px;
    position: relative;
    width: 100% !important;
    /* min-width: 1000px; */
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: #d7d7d7;
    /* height: 600px; */
}

.index-page:nth-of-type(1) {
    margin-top: 71px;
}


/* .index-page .parallax {
    background: 50% 0 no-repeat fixed;
    margin: 0;
    height: 600px;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
} */


/* #story-freext>div:nth-of-type(2) {
    background: url(../images/nike.png) 50% 0 no-repeat fixed;
    margin: 0;
    height: 1600px;
    position: absolute;
    top: 0px;
    left: 100px;
    width: 100%;
} */


/* #banner1>div:nth-of-type(1) {
    background: url(../images/banner1.jpg) 50% 0 no-repeat fixed;
    margin: 0;
    height: 600px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
} */

.index-page .parallax {
    background: 50% 0 no-repeat fixed;
    margin: 0;
    min-height: 700px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-size: cover
}


/* #bottle>div:nth-of-type(2) {
    background: url(../images/baner1-txt.png) 50% 0 no-repeat fixed;
    margin: 0;
    height: 600px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
} */

section.index-page article {
    position: absolute;
    z-index: 4;
    width: 100%;
}

section.index-page img {}

#banner1>article {
    top: 10%;
    left: 0
}

#banner1>article>img {
    width: 55%;
}

#banner2>article {
    top: 15%;
    left: 50%
}

#banner2>article>img {
    width: 28%;
}

#banner3>article {
    top: 10%;
    left: 20%
}

#banner3>article>img {
    width: 15%;
}

#banner4>article {
    top: 32%;
    text-align: center;
}

#banner4>article>img {
    width: 50%;
}

.parallax-item {
    position: absolute;
    z-index: 5;
    top: 40px;
    left: 400px;
}

.index-news-list {
    padding: 80px 0 50px 0
}

.index-news-list .news-item {
    margin-bottom: 30px;
    transition: all .3s ease-in-out;
    cursor: pointer
}

.index-news-list .news-item:hover {
    transform: scale(1.08);
}

.index-news-list .news-item .news-title {
    color: #fff;
    background-color: #4394d0;
    padding: 10px 15px;
    height: 60px;
    overflow: hidden;
}

.index-news-list .news-item img {
    width: 100%;
}

footer {
    background-color: #f1efef;
    padding: 40px 0 10px 0;
    border-top: 1px solid #dfdfdf;
}

.footer-left ul li {
    text-align: center;
    width: 100%;
    color: #b3b3b3;
    font-size: 14px;
    padding: 6px 10px;
    transition: all .3s ease
}

.footer-left ul li:hover {
    color: #012038;
    opacity: 0.7;
    transform: translate(10px, 0);
}

.footer-left ul a:first-child li {
    transform: translate(0, 0);
}

.footer-left ul a:first-child li {
    color: #012038;
}

.footer-right {
    padding: 0 15px;
}

.footer-right .qr-item {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    float: right;
    margin-right: 60px;
}

.footer-right .qr-item:first-child {
    margin-right: 0;
}

.footer-right .qr-item img {
    width: 140px;
    height: 140px;
}

.footer-right .qr-item>p {
    color: #b3b3b3;
    margin-top: 10px
}

.copyright {
    margin-top: 10px;
    text-align: center;
    width: 100%;
    color: #b3b3b3;
	
}

.copyright p {
    margin-bottom: 0px;
	color: #999
}

.swiper-container {
    margin-top: 71px
}

.swiper-slide {
    height: 450px;
    width: 100%;
    background-position: 50% 0;
    /* background-size: cover; */
    background-repeat: no-repeat;
}
.gallery-thumbs-box .swiper-slide{
	 background-size: contain; 
}
.swiper-pagination-bullet {
    width: 50px;
    height: 5px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.7);
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #4394d0;
    opacity: 1
}

.my.breadcrumb {
    background-color: #fff;
    margin: 50px 0 40px 0;
    padding: 0 15px;
}

.my.breadcrumb>li {
    position: relative;
}

.my.breadcrumb>li:first-child>a {
    padding-left: 0;
}

.my.breadcrumb>li>a {
    color: #999;
    font-size: 14px;
    padding: 0 10px;
}

.my.breadcrumb>li+li:before {
    content: "";
    font-size: 14px;
    display: block;
    width: 1px;
    height: 14px;
    background-color: #999;
    padding: 0;
    position: absolute;
    top: 3px;
    left: -2px;
}

.my.breadcrumb>.active>a,
.my.breadcrumb a:hover {
    color: #4394d0
}

.abstract-info .media {
    display: flex;
    margin-bottom: 27px;
    display: flex;
    padding-bottom: 27px;
}

.abstract-info .media .pull-left {
    width: 540px;
    padding: 0
}

.abstract-info .media .media-object {
    height: 100%;
}

.abstract-info .media:last-child {
    margin-bottom: 80px
}


/* .abstract-info .pull-left img {
    width: 100%;
} */

.abstract-info .abstract-right {
    margin-left: 46px;
    padding: 0;
    position: relative;
    width: 100%;
}

.abstract-info.hasline .abstract-right {
    margin-left: 15px;
}

.abstract-info .abstract-right h4 {
    /* font-size: 24px; */
    font-size: 20px;
    color: #012038;
    font-weight: 500;
    margin-bottom: 15px
}

.abstract-info .abstract-right p {
    font-size: 16px;
    /* margin-bottom: 38px; */
    text-align: justify;
    line-height: 30px;
    color: #666;
}

.abstract-info .abstract-right a,
.culture-desc-box a {
    width: 100px;
    /* height: 30px; */
    box-sizing: border-box;
    border: #4394d0 1px solid;
    line-height: 20px;
    display: block;
    font-size: 12px;
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.culture-desc-box a {
    bottom: 20px;
}

.culture-list .tuan:nth-of-type(even) .culture-desc-box a {
    left: 30px;
}

.abstract-info .abstract-right span,
.culture-desc-box span {
    background-color: #4394d0;
    color: #fff;
    width: 27px;
    float: left;
    font-size: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}

.abstract-right .fa-angle-right {
    display: block
}

.abstract-info .abstract-right label,
.culture-desc-box label {
    float: left;
    margin-left: 10px;
    cursor: pointer;
    margin-left: 14px;
    cursor: pointer;
    margin: 0px;
    font-weight: 500;
    letter-spacing: 2px;
    margin-left: 9px;
}

.abstract-info.honor .media {
    display: block;
    margin-bottom: 45px;
}

.abstract-info.honor .abstract-right {
    margin-left: 0;
    background-color: #f5f5f5;
    color: #666;
    padding: 20px 10px;
}

.abstract-info.honor .abstract-right h4 {
    text-align: center;
    margin: 0;
    margin-bottom: 20px;
    color: #4394d0
}

.abstract-info.honor .abstract-right p {
    margin: 0;
    margin-bottom: 40px;
}

.abstract-info.honor .abstract-right a {
    bottom: 20px;
    right: 20px;
}

.hasline.abstract-info .media {
    border-bottom: 1px solid #dfdfdf;
}

.hasline.abstract-info .media .abstract-right a {
    right: 0px;
    bottom: 0px;
}

.hasline.abstract-info .media:last-child {
    border-bottom: none;
}

.news-bulletin .news-big-title {
    font-size: 24px;
    font-weight: 600;
    color: #4394d0;
    text-align: left;
    margin: 0px 0 20px 0;
}

.news-bulletin .list-group-item {
    border: none;
    border-bottom: 1px solid #ddd;
    margin: 0;
    padding: 10px 0;
    border-radius: 0;
    line-height: 50px;
    color: #666;
    font-size: 16px;
}

.news-bulletin .list-group-item:hover {
    color: #4394d0;
    /* background-color: #f7f7f7 */
}

.news-bulletin .news-title {
    margin-left: -15px;
}

.news-bulletin .news-date {
    text-align: right;
    padding-right: 0
}

.detail-header {
    background-color: #dfdfdf;
    height: 72px;
    line-height: 72px;
    color: #4394d0;
    margin-top: 71px;
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 99;
}

.detail-header .pull-left {
    font-size: 16px;
}

.detail-header a.pull-right {
    font-size: 16px;
    width: 80px;
    box-sizing: border-box;
    height: 28px;
    line-height: 28px;
    border: 1px solid #4394d0;
    text-align: center;
    margin-top: 21px;
}

.detail-header a.pull-right:hover {
    background-color: #4394d0;
    color: #fff
}

.about-detail {
    padding-top: 200px
}

.about-detail .header {
    border-bottom: 1px solid #dfdfdf;
}

.about-detail .header .share-items {
    display: flex;
    align-items: center;
    padding: 20px 0 20px 300px;
}

.about-detail .header .share-items span {
    vertical-align: middle;
    margin-right: 20px;
    margin-left: 60px;
    font-size: 16px;
}

.about-detail-content {
    padding: 50px 0;
}

.about-detail .title {
    font-size: 30px;
    color: #012038;
    text-align: center;
    margin: 0;
    line-height: 40px;
}

.about-detail-content p {
    /* text-indent: 2em; */
    font-size: 16px;
    line-height: 30px;
    color: #666
}

.about-detail-content img {
    width: 100%;
    min-height: 100px;
    margin: 20px 0;
}

.honor-halls {
    padding-top: 50px
}

.honor-halls ul {
    padding: 0;
}

.honor-halls ul>li {
    margin-bottom: 25px;
}

.honor-halls ul>li>.pull-left>img {
    width: 337px;
}

.honor-halls ul>li>.pull-left>h3 {
    font-size: 30px;
    color: #4394d0;
    padding-left: 30px;
    /* margin: 5px 0 5px 0; */
}

.honor-halls ul>li>.pull-left>h5 {
    font-size: 16px;
    padding-left: 30px;
    /* margin: 5px 0 5px 0; */
}

.honor-halls ul>li>.halls-item-box {
    width: 563px;
}

.honor-halls ul .halls-item-box {
    padding: 24px;
    background-color: #f5f5f5;
    position: relative;
    height: 260px;
    transition: all 0.3s ease-in;
}

.honor-halls .item {
    display: flex;
    align-items: center;
    margin-bottom: 7px;
}

.honor-halls .item .img-box {
    background-color: #fff;
    display: flex;
    align-items: center;
    /* padding: 10px 0; */
    position: relative;
}

.honor-halls .item .ser {
    font-size: 30px;
    vertical-align: middle;
    letter-spacing: 3px;
    width: 60px;
    height: 60px;
}

.honor-halls .item .img-box .ser {
    font-size: 30px;
    vertical-align: middle;
    letter-spacing: 3px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
	color:#e2e2e2
}

.honor-halls .item .img-box .xs-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
}

.honor-halls .item em {
    position: absolute;
    left: 49%;
    top: 0;
    height: 88px;
    width: 2px;
    background-color: #f5f5f5
}

.honor-halls .item img {
    width: 80%;
}

.honor-halls .item p {
    margin-bottom: 0;
    padding-left: 5px;
}

.honor-halls .dropup {
    text-align: center;
    width: 120px;
    margin: 0 auto;
    margin-top: 7px;
}

.honor-halls .dropup a {
    color: #999
}

.honor-halls .dropup i {
    margin-left: 10px;
    margin-bottom: 14px;
    vertical-align: middle;
    color: #4394d0
}

.honor-halls .dropup .sort-up {
    display: none;
}

.honor-halls .dropup .sort-up i {
    margin-bottom: -7px
}

.patent {
    padding-top: 48px;
}

.patent-list,
.culture-list {
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 90px;
    position: relative;
    padding-bottom: 50px;
}

.patent-list .dropup-meau,
.culture-list .dropup-meau {
    position: absolute;
    left: 350px;
    bottom: -15px;
    width: 200px;
    height: 32px;
    line-height: 32px;
    background-color: #fff;
    text-align: center;
    cursor: pointer
}

.patent-list .dropup-meau img,
.culture-list .dropup-meau img {
    margin: 0 10px;
    transition: all .3s linear;
}

.patent-list .dropup-meau.on img,
.culture-list .dropup-meau.on img {
    transform: rotateZ(180deg);
}

.patent-list .item {
    width: 430px;
    margin-right: 40px;
    margin-bottom: 36px;
}

.patent-list .item:nth-child(2n) {
    margin-right: 0
}

.patent-list .item img {
    width: 130px;
    height: 163px;
}

.patent-list .item .desc {
    padding: 10px;
    width: 300px;
    background-color: #f5f5f5;
    height: 163px;
}

.patent-list .item .desc h3 {
    margin: 0;
    font-size: 24px;
    color: #012038;
    margin-bottom: 5px;
}

.patent-list .item .desc p {
    margin: 0;
    line-height: 28px;
}

.resource-list {
    margin-top: 50px;
}

.resource-list .resource-item {
    margin-bottom: 30px;
}

.resource-list .resource-item img {
    width: 100%
}

.resource-item .resource-title {
    color: #fff;
    background-color: #4394d0;
    padding: 10px 15px;
}

.resource-item .bg-mask {
    width: 202px;
    height: 155px;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    left: 15px;
    top: 0;
    z-index: 9;
    text-align: center;
    display: none;
}

.resource-item:hover .bg-mask {
    display: block;
}

.resource-item .bg-mask img {
    width: 42px;
    margin-top: 62px;
}

.resource .header h3 {
    font-size: 24px;
    font-weight: 600;
    color: #4394d0;
    display: inline-block;
    margin: 0;
}

.resource-type-box {
    display: inline-block;
    margin-left: 310px;
    color: #666;
    font-size: 16px;
}

#resource-type {
    width: 120px;
    height: 28px;
    color: #4394d0;
    text-align: center
}

#resource-type option {
    font-size: 16px;
    text-align: center
}

.join-info {
    margin-bottom: 50px;
}

.join-info ul li {
    margin-bottom: 30px;
    position: relative;
}

.join-info ul li .join-mask {
    position: absolute;
    top: 19px;
    left: 0;
    z-index: 9;
    background-color: rgba(67, 148, 208, 0.5);
    color: #fff;
    width: 160px;
    height: 266px;
    text-align: center;
    padding: 25px 15px;
}

.join-info ul li .join-mask h3 {
    font-size: 30px;
    font-weight: 600;
    margin: 0;
}

.join-info ul li .join-mask a {
    color: #fff;
    margin-top: 165px;
    display: block;
}

.culture-list li.tuan {
    display: none;
    position: relative;
}

.culture-list ul>li>img {
    width: 450px;
    height: 230px;
    float: left;
}

.culture-list ul>li>.culture-desc-box {
    width: 450px;
    float: left;
    padding: 40px 30px 0 30px;
}

.culture-desc-box h3 {
    font-size: 30px;
    color: #4394d0;
    width: 100%;
    margin: 0;
    margin-bottom: 30px;
}

.culture-desc-box p {
    font-size: 16px;
    line-height: 30px;
}

.culture-desc-box a {
    margin-top: 40px;
}

.timeline-info {
    padding-bottom: 220px;
    position: relative;
    margin-bottom: 70px
}

.timeline-info .timeline-box {
    width: 810px;
    padding: 30px;
    float: left;
    /* margin: 0 auto; */
}

.timeline-info .timeline-box .header {
    margin-bottom: 33px;
}

.timeline-box .header h3 {
    font-size: 30px;
    color: #4394d0;
    display: inline-block;
    font-weight: 600;
}

.timeline-box .header span {
    font-size: 16px;
    color: #012038;
    display: inline-block;
    margin-left: 20px;
}

.timeline-box .content img {
    width: 500px;
    height: 255px;
    float: left;
    margin-right: 30px;
}

.timeline-box .content p {
    font-size: 16px;
    float: left;
    width: 215px;
    line-height: 30px;
    text-align: justify
}

.timeline-item {
    width: 800px;
    height: 400px;
    padding: 10px;
    border: 1px solid #ddd
}

.timeline-slide-btn {
    display: block;
    width: 40px;
    height: 41px;
}

.timeline-slide-prev {
    display: block;
    width: 40px;
    height: 41px;
    background-image: url("../images/timeline-prev.png")
}

.timeline-slide-next {
    display: block;
    width: 40px;
    height: 41px;
    background-image: url("../images/timeline-next.png")
}

.timeline-info .timeline-theme {
    position: relative;
}

.timeline-info .timeline-slide-btn {
    top: 40%;
    position: absolute;
    transform: translate(0, -40%);
    cursor: pointer
}

.timeline-info .timeline-slide-prev {
    left: 20px;
}

.timeline-info .timeline-slide-next {
    right: 20px;
}

.kedu {
    width: 900px;
    height: 130px;
    position: absolute;
    bottom: 30px;
    left: 15px;
    overflow: hidden;
}

.kedu-dots {
    width: 5400px;
    height: 80px;
    background-image: url("../images/timeline-bg.png");
    background-repeat: repeat-x;
    background-position: center bottom;
    background-size: 40px 71px;
    transition: all .3s linear;
    transform: translateX(0px);
    left: 0;
    position: relative;
}

.kedu-dots a {
    width: 42px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    text-align: center;
    position: absolute;
    bottom: -50px;
    left: 21px;
    color: #666;
    transition: all 0.3s ease-in;
    cursor: auto;
}

.kedu-dots a.on {
    color: #012038;
    transform: scale(1.1);
}

.timeline-slide-prev.disabled,
.timeline-slide-next.disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.timeline-cursor {
    height: 80px;
    width: 42px;
    background: url("../images/timeline-cursor.png") center no-repeat;
    position: absolute;
    left: 20px;
    top: 0;
    z-index: 9;
    transition: all .3s ease-in-out;
}

.projects-detail .abstract-right {
    background-color: #f5f5f5;
    margin: 0;
    padding: 60px 20px 0 46px;
    flex: 1;
}

.projects-detail {
    padding-bottom: 90px;
}

.projects-detail .abstract-right h4 {
    color: #4394d0
}

.projects-detail .abstract-right a {
    float: none;
}

.projects-detail .abstract-right a {
    float: none;
    bottom: 60px;
    left: 46px;
}

.projects-detail .media-list .media {
    margin: 0px;
}

.projects-detail .media:nth-of-type(even) .abstract-right a {
    right: 0;
    left: 46px;
}

.down-outer {
    background-color: #dcdcdc;
    width: 100%;
    text-align: center;
    padding: 2px 0;
    cursor: pointer;
    margin-top: 20px;
}

.down-outer img {
    transition: all .3s linear;
}

.down-outer.on img {
    transform: rotateZ(180deg);
}

.projects-detail .table-box {
    display: none;
}

.projects-detail .table td {
    font-size: 16px;
    border: none;
    padding: 10px;
    text-align: center;
}

.projects-detail .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #fff;
}

.projects-detail .table-striped>tbody>tr:nth-of-type(even) {
    background-color: #f5f5f5;
}

.teach-media.container {
    margin-bottom: 300px;
}

.teach-media .gallery-top {
    width: 100%;
    margin: 0;
}

.teach-media .swiper-container {
    margin-top: 0;
}

.gallery-top .swiper-slide {
    width: 900px;
    padding-right: 240px;
    height: 414px;
    padding-bottom: 44px;
    position: relative;
}

.gallery-top .swiper-slide .video-title {
    position: absolute;
    bottom: 5px;
    left: 38px;
    color: #999;
}

.gallery-top .video-desc {
    position: absolute;
    left: 700px;
    top: 30px;
    padding: 10px;
}

.gallery-top .video-desc h3 {
    font-size: 20px;
    color: #4394d0;
    margin-bottom: 30px
}

.gallery-top .video-desc p {
    font-size: 16px;
    line-height: 28px;
}

.teach-media .gallery-thumbs {
    width: 580px;
    height: 78px;
    margin: 0;
    box-sizing: border-box;
    float: left;
}

.gallery-thumbs {}

.teach-media .swiper-prev {
    margin-right: 5px;
}

.swiper-thumbs-btn {
    float: left;
    height: 78px;
    background-color: #f5f5f5;
    width: 35px;
    line-height: 78px;
    color: #999;
    text-align: center;
    font-size: 28px;
    cursor: pointer;
}

.swiper-thumbs-btn:hover {
    background-color: #4394d0;
    color: #fff;
}

.teach-media .swiper-next {
    margin-left: 5px;
}

.gallery-thumbs .swiper-slide .bg-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9;
    /* transition: all .3s linear; */
}

.gallery-thumbs .swiper-slide-active .bg-mask {
    opacity: 0;
}

.video-js .vjs-big-play-button {
    border-radius: 0;
    border: none;
}

.contact-us-outer {
    margin-bottom: 60px;
}

.contact-us-outer h3 {
    font-size: 24px;
    color: #4394d0;
    font-weight: 600;
    margin: 0;
}

.contact-us-outer .address {
    padding: 20px;
    margin-left: 10px;
}

.contact-us-outer .address ul {
    padding: 0;
    width: 290px;
    box-sizing: border-box;
}

.contact-us-outer .address ul li {
    margin: 30px 0px;
}

.contact-us-outer .address ul li>h4 {
    color: #012038;
    font-size: 14px;
}

.contact-us-outer .address ul li>p {
    width: 100%;
}

.contact-us-outer .address ul li>p .fa {
    margin-right: 8px;
    font-size: 16px;
}

.address .no-data {
    margin-top: 20px;
}

.teach-media.laboratory {
    margin-bottom: 50px;
    margin-top: 50px;
}

.center-content {
    width: 100%;
    background-color: #f5f5f5;
    /* height: 185px; */
    padding: 35px 0;
    text-align: center;
}

.center-content h3 {
    font-size: 30px;
    color: #012038;
    margin: 0;
    margin-bottom: 10px;
}

.center-content p {
    width: 640px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 30px;
}

.center-img {
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 450px;
}

.media-bottom {
    padding-top: 90px;
    padding-bottom: 80px;
}

.media-bottom .video-desc {
    width: 240px;
    padding-right: 40px;
}

.media-bottom .video-desc h3 {
    font-size: 20px;
    color: #4394d0;
    margin: 50px 0 25px 0;
}

.media-bottom .video-desc p {
    line-height: 28px;
    font-size: 16px;
}

.gf-select {
    float: left;
    width: 120px;
    margin-right: 10px;
    position: relative;
}

.gf-select span {
    width: 120px;
    padding: 5px 27px 5px 10px;
    display: block;
    border: 1px solid #ddd;
    cursor: pointer;
    border-radius: 5px;
}

.gf-select span em {
    font-style: normal;
    font-size: 16px;
    color: #757575
}

.gf-select .icon-jt {
    /* background: url(../../images/down-jt.jpg) center right no-repeat; */
    color: #4394d0;
    position: absolute;
    right: 10px;
    top: 8px;
    font-size: 20px;
}

.gf-select ul {
    border: 1px solid #ddd;
    position: absolute;
    width: 100%;
    top: 31px;
    overflow-y: auto;
    display: none;
    background: #fff;
    padding: 0;
}

.gf-select ul li {
    border-bottom: 1px solid #ddd;
    line-height: 36px;
    padding-left: 10px;
    color: #757575;
    cursor: pointer;
}

.gf-select ul li:last-child {
    border-bottom: none;
}

.gf-select .search-company {
    width: 240px;
    padding: 5px 10px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #ddd;
    text-align: center;
    font-size: 16px;
}

.gf-select .submitBtn {
    width: 54px;
    height: 34px;
    background-color: #4394d0;
    color: #fff;
    line-height: 34px;
    display: block;
    text-align: center;
    border-radius: 5px;
}

.agency-form-control {
    margin-bottom: 30px;
}

.agency-map .address {
    padding: 0;
    margin-left: 30px;
    position: relative;
    min-height: 610px
}

.agency-map .map {
    width: 557px;
    height: 610px;
}

.agency-map .address .pagers {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 52px;
}

.agency-map .address .pagers .btnP {
    width: 75px;
    height: 32px;
    background-color: #4394d0;
    color: #fff;
    line-height: 32px;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    font-size: 16px;
}

.pagers .btnP.prevBtn {
    margin-right: 30px;
}

.pagers .btnP.prevBtn.disable,
.pagers .btnP.nextBtn.disable {
    background-color: #999999;
    cursor: not-allowed
}

.vjs-poster {
    background-color: #fff
}

.right-share {
    position: fixed;
    right: 15px;
    bottom: 80px;
    z-index: 999;
}

.right-share ul {
    padding: 0;
}
.video-js{
	background-color: #fff;
}


.img-gongyi-box{
    position: relative;
    display: table;
    float: left;
}
.img-gongyi-box .end, .img-gongyi-box .ing{
    position: absolute;
    width: 88px;
    height: 28px;
    text-align: center;
}
.img-gongyi-box .end{
    background-color: #e6426a;
}
.img-gongyi-box .ing{
    background-color: #00a0e9;
}
.img-gongyi-box .end:after,.img-gongyi-box .ing:after{
   color: #fff;
   line-height: 28px;
}
.img-gongyi-box .end:after{
   content: "已结束";
   font-size: 13px;
}
.img-gongyi-box .ing:after{
   content: "进行中...";
   font-size: 12px;
}
.img-gongyi-box .left_ico{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 25px;
    top: 0;
    left: 0;
}
.img-gongyi-box .right_ico{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 25px;
    top: 0;
    right: 0;
}


.culture-list.gongyi ul>li>.img-gongyi-box>img {
    width: 544px;
    height: 270px;
}
.culture-list.gongyi ul>li>.culture-desc-box{
    width: 355px;
   
}
.culture-list.gongyi li.tuan{
    background-color: #f5f5f5;
    margin-bottom: 27px;
}
.culture-list.gongyi .culture-desc-box a{
    right: auto;
}
.culture-list.gongyi  .culture-desc-box h3{
    font-size: 20px;
    margin-bottom: 20px;
}
.culture-list.gongyi  ul>li>.culture-desc-box{
    padding: 60px 20px 0 30px;
}
.culture-list.gongyi .culture-desc-box a{
    bottom: 60px;
}
@media(min-width:992px) and (max-width:1200px) {
    .logo {
        width: 120px
    }
}

@media only screen and (min-width:1200px) {
    .logo {
        margin-left: 15px
    }
}

@media only screen and (min-width:1900px) {
    nav.navbar.bootsnav ul.nav {
        margin-right: 100px;
    }
}

@media only screen and (max-width:990px) {
    nav.navbar.bootsnav ul.nav>li.dropdown>a.dropdown-toggle:after,
    nav.navbar.bootsnav ul.nav>li.dropdown.on>a.dropdown-toggle:after {
        content: " ";
    }
    nav.navbar.bootsnav ul.nav {
        margin-bottom: 20px;
    }
    .dropdown-menu.multi-dropdown {
        left: 0 !important;
    }
    nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
        top: 0px;
    }
    nav.navbar.bootsnav ul.dropdown-menu>li {
        float: none
    }
    nav.navbar.bootsnav ul.nav>li:hover {
        background: transparent;
    }
    .nav>li:after {
        bottom: 0
    }
    nav.navbar.bootsnav ul.nav>li>a {
        margin: 0;
        line-height: 1;
    }
    nav.navbar.bootsnav .logo {
        width: 100%;
        float: none;
        height: 70px;
    }
    .logo img {
        width: 60%
    }
    .language {
        text-align: center;
        float: none;
        margin: 20px auto;
    }
    nav.navbar.bootsnav ul.nav>li:hover i.fa-sort-up,
    nav.navbar.bootsnav ul.nav>li i.fa-sort-up {
        display: none
    }
    .language .language-en {
        margin: 0 auto;
    }
}

@media only screen and (min-width:992px) {
    /* .honor-halls ul .col-md-7 {
        height: 364px;
        transition: all 0.3s ease-in;
    } */
}


/* @media only screen and (min-width:1900) {
    .swiper-slide {
        height: 600px;
    }
} */