﻿/*下方是轮播图*/
.CarouselPic {
    width: 100%;
    /*height: 400px;*/
    height: calc(100vh - 100px);
    /*max-height: 75vw;*/
}

@media (max-width: 1200px) {
    .CarouselPic {
        height: 670px;
    }
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    width: 100%;
    height: 100%;
}

.swiper-slide img {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.swiper-pagination-bullet {
    width: 50px !important;
    height: 6px !important;
    background: #f1f2f6 !important;
    border-radius: 3px !important;
}

.swiper-container .swiper-pagination-bullets .swiper-pagination-bullet {
    background-color: rgba(255, 255, 255, 0.5);
    opacity: 0.5;
    margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 50px !important;
    right: 20px !important;
    left: auto !important;
    width: 680px !important;
    text-align: left !important;
}

.swiper-container .swiper-pagination-bullets .swiper-pagination-bullet-active {
    background-color: rgba(30, 80, 173, 1);
    opacity: 1;
}

/*banner文字*/
.banner-top {
    width: 650px;
    max-height: 300px;
    padding: 30px 30px 50px;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    position: absolute;
    z-index: 99;
    right: 20px;
    bottom: 20px;
}

.banner-tit {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
}

.banner-txt {
    font-size: 16px;
    color: #ffffff;
    line-height: 24px;
}

.banner-txt-e {
    font-size: 14;
    color: #ffffff;
}

/*关于*/
.about-box {
    background: #fff;
    overflow: hidden;
    margin-bottom: 16px;
    padding: 40px 0;
}

.about-cont {
    width: 1200px;
    margin: 0 auto;
}

.about-cont-l {
    width: 600px;
}

h2.about-cont-tit {
    font-size: 34px;
    font-weight: bold;
    color: #333333;
    line-height: 34px;
    margin-bottom: 36px;
}

.about-tit-link {
    color: #00acea;
    font-size: 14px;
}

.about-tit-link:hover {
    opacity: 0.8;
}

.about-cont-txt {
    color: #333333;
    line-height: 30px;
    font-size: 16px;
}

.about-cont-txt-e {
    color: #333333;
    font-size: 14px;
}

.about-b {
    margin-top: 36px;
    overflow: hidden;
}

.about-but {
    width: 260px;
    height: 72px;
    background: #ff7676;
    border-radius: 5px;
    padding: 10px 14px;
    display: inline-block;
    color: #fff;
}

.about-but:hover {
    opacity: 0.8;
}

.about-but-c {
    padding-top: 10px;
    font-weight: bold;
    font-size: 28px;
    text-align: center;
}

.about-but-e {
    font-weight: bold;
    font-size: 24px;
    text-align: center;
}

.about-cont-r {
    width: 500px;
    height: 417px;
    background: url(../images/img_about.png) no-repeat;
    background-size: 100% 100%;
}

/*最新动态*/
h2.index-c-tit {
    font-size: 36px;
    font-weight: bold;
    color: #333333;
    text-align: center;
}

.index-e-tit {
    color: #999999;
    font-size: 16px;
    /*display: block;*/
}

.news-box {
    margin-top: 40px;
}

.news-box-list {
    width: 360px;
    height: 370px;
    padding: 10px;
    border: 1px solid #fff;
    box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.3);
    margin-right: 27px;
    margin-bottom: 30px;
    overflow: hidden;
}

.news-box-article {
    width: 360px;
    height: 340px;
    padding: 5px;
    border: 1px solid #fff;
    box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.3);
    margin: 10px;
    float: left;
}

.news-box-list:hover,
.news-box-article:hover {
    border: 1px solid #eeeeee;
    box-shadow: 0px 0px 10px 0px rgba(162, 162, 162, 0.3);
}

.news-box-list:nth-of-type(3n) {
    margin-right: 0;
}

.news-box-img {
    width: 360px;
    height: 248px;
    display: flex;
    align-items: center;
}

.news-box-img img {
    /*width: 100%;
    height: 100%;*/
    max-width: 360px;
    max-height: 248px;
    margin: auto;
}

.article-img {
    width: 360px;
    height: 200px;
    overflow: hidden;
    display: block;
}

.news-box-article img {
    max-width: 360px;
    max-height: 200px;
    overflow: hidden;
    display: block;
    float: left;
}

.news-box-tit {
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    color: #00acea;
    padding-top: 10px;
    text-align: center;
    /*line-height:60px;*/
}

.news-box-tit-l {
    float: left;
    width: 100%;
    font-size: 16px;
    color: #00acea;
    letter-spacing: 2px;
    padding-top: 20px;
    text-align: left;
    /*line-height:60px;*/
}

.news-box-article p {
    width: 100%;
    font-size: 16px;
    color: #000000;
    font-weight: bold;
    /*text-align: justify;*/
    padding-top: 10px;
    float: left;
}

.news-box-tit:hover {
    opacity: 0.8;
}

.news-box-article p:hover {
    text-decoration: underline;
}

.news-box-txt {
    color: #333333;
    line-height: 20px;
    width: 100%;
}

.news-box-article span {
    width: 100%;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
}

.but-more {
    width: 180px;
    height: 40px;
    background: #168ff5;
    border: 1px solid #168ff5;
    border-radius: 20px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin: 0 auto;
    display: block;
}

.but-more:hover {
    opacity: 0.8;
}

.result-tit {
    height: auto !important;
}

.result-tit p {
    text-align: center;
    line-height: 40px;
}

.data-l {
    width: 601px;
    height: 381px;
    background: url(../images/img_data01.png) no-repeat;
    background-size: 100% 100%;
    margin-bottom: 30px;
}

.data-r {
    width: 586px;
    height: 381px;
    background: url(../images/img_data02.png) no-repeat;
    background-size: 100% 100%;
    margin-bottom: 30px;
}

.plate-box {
    padding: 0;
}

.plate-cont {
    padding: 60px 10px;
    overflow: hidden;
}

.img-box {
    width: 340px;
    height: 167px;
    border-radius: 5px;
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 20px;
    font-size: 22px;
    font-weight: bold;
    color: #ffffff;
}

.img-box01 {
    background: url(../images/zengcheng2.png) no-repeat;
    background-size: 100% 100%;
}

.img-box02 {
    background: url(../images/BIGCS.jpg) no-repeat;
    background-size: 100% 100%;
}

.img-box03 {
    background: url(../images/GDBIG3.png) no-repeat;
    background-size: 100% 100%;
}

.bottom-box {
    width: 100%;
    background: url(../images/bg_bottom.png) no-repeat;
    background-size: 100% 100%;
    padding-top: 56px;
    clear: both;
    position: relative;
    z-index: 9;
}

.bottom-top {
    overflow: hidden;
    border-bottom: 1px solid #4f4f4f;
}

.bottom-tit {
    font-size: 28px;
    color: #fefefe;
}

.bottom-tit-e {
    font-size: 20px;
    color: #fefefe;
}

.bottom-top-l {
    width: 800px;
}

.bottom-sign {
    width: 30px;
    height: 2px;
    background: #3bc1da;
}

ul.bottom-lx {
    margin-top: 20px;
    color: #fff;
    margin-bottom: 46px;
}

ul.my-link-cont li {
    display: inline-block;
}

ul.my-link-cont li a {
    display: inline-block;
    color: #fff;
    line-height: 50px;
}

ul.bottom-lx li a {
    color: #fff;
}

.bottom-lx-list {
    line-height: 24px;
    width: 100%;
}

.img-ewm img {
    width: 120px;
    height: 120px;
}

.img-ewm p {
    color: #6f7071;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
}

.my-link {
    overflow: hidden;
}

p.my-link-tit {
    color: #fefefe;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #4f4f4f;
    line-height: 36px;
}

ul.my-link-cont li {
    margin-right: 20px;
}

.bottom-b {
    padding: 16px;
    color: #6f7071;
    text-align: center;
}

.bottom-b a {
    color: #6f7071;
}

.bottom-b a:hover {
    color: #bbb;
    text-decoration: underline;
}

.box {
    height: 350px;
    width: 1200px;
    padding: 10px;
    margin-top: 40px;
}

.box .paper {
    margin: 0 5px;
    padding: 5px;
    width: 250px;
    height: 320px;
    float: left;
}

.box .paper:hover {
    border: 1px solid #eeeeee;
    box-shadow: 0px 0px 10px 0px rgba(162, 162, 162, 0.3);
    margin: 0 20px;
}

.box p {
    font-family: Arial, Helvetica, sans-serif;
    padding-top: 2px;
}

.box p:hover {
    text-decoration: underline;
}

.box .magazine {
    font-size: 16px;
    font-weight: bold;
    color: red;
}

.box .date {
    font-size: 16px;
    color: grey;
}

.box .paper_tit {
    font-size: 16px;
    font-weight: bold;
    color: black;
}

.box .writer {
    font-size: 16px;
    color: grey;
}

.box img {
    width: 240px;
    height: 140px;
    /*16:9*/
    overflow: hidden;
}

#goleft {
    width: 1200px;
    height: 360px;
    overflow: hidden;
}

#goleft #gols {
    width: 33100px;
}

#goleft1,
#goleft2 {
    width: auto;
    float: left;
}

.page_anchor {
    position: relative;
    top: -150px;
    clear: both;
}

.team_bigbox {
    display: flex;
    padding: 10px;
    /*flex-wrap: wrap;*/
    justify-content: flex-start;
    align-items: start;
    margin-bottom: 20px;
    border-bottom: 2px solid grey;
}

.team_bigbox .big_img {
    /*border-radius: 50%;*/
    margin: 10px;
    width: 250px;
    height: 250px;
}

.team_bigbox .big_name {
    font-size: 32px;
    color: #215f9a;
    line-height: 1.2;
    margin-left: 30px;
    padding-left: 10px;
    border-left: 3px solid #215f9a;
}

.team_bigbox .big_state {
    padding-left: 40px;
}

.team_person {
    float: left;
    width: 200px;
    /*width: 150px;*/
    padding: 1%;
    /*margin: auto;*/
    flex-shrink: 0;
}

.team_person img {
    /*border-radius: 50%;*/
    margin: auto;
    width: 165px;
    height: 200px;
    overflow: hidden;
    /*border: 1px dotted grey;*/
}

.team_person .person_box {
    text-align: center;
    padding-top: 20px;
}

.team_person .person_box .name {
    color: #215f9a;
    font-size: 22px;
    font-weight: bold;
}

.team_person .person_box .job {
    color: #2d3c51;
    font-size: 18px;
}

.team_group {
    text-align: justify;
    font-size: 20px;
    line-height: 1.5;
    border-bottom: 2px solid grey;
    padding: 20px;
}

.team_individual {
    margin: 20px;
    padding: 1%;
    border-bottom: 2px solid grey;
    display: flex;
}

.team_individual img {
    width: 130px;
    height: 160px;
    overflow: hidden;
}

.team_individual p {
    float: left;
    width: 80%;
    font-size: 20px;
    padding: 10px;
    text-align: justify;
    padding-left: 25px;
}

.team_individual p span {
    color: #5f9cef;
    font-weight: bold;
}

.handbook {
    display: flex;
    justify-content: center;
    padding: 20px;
    flex-wrap: wrap;
}

.handbook img#image {
    height: 80vmin;
    width: 105vmin;
}

.handbook img#prev-btn {
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: relative;
    top: 20vmin;
}

.handbook img#next-btn {
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: relative;
    top: 40vmin;
}
