a {
    text-decoration: none;
}

li {
    list-style: none;
}

body {
    min-width: 1200px;
}

/* 1200宽度居中 */
.oneTwoZero {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    /* background: rgb(49, 86, 104); */
}


.headerTag {
    width: 100%;
    height: 102px;
    background: #00000088;
    /* opacity: 0.53; */
    position: relative;
    top: 0;
    z-index: 2;
}

.headerTag>.oneTwoZero {
    position: absolute;
    left: 50%;
    margin-left: -600px;

}

.headerTag>.oneTwoZero>img {
    float: left;
    width: 380px;
    margin-top: 22px;
}

.languageNav {
    float: right;

}

.language {
    text-align: right;
    margin: 6px 0 15px 0;
    color: #FFFFFF;
}

.language>a {
    font-size: 12px;
    color: #FFFFFF;
    cursor: pointer;
}

.select_language {
    color: #3493ff !important;
}


.navicat {}

.navicat>li {
    float: left;
    margin-left: 30px;
    position: relative;
}

.navicat>li>a {
    font-size: 16px;
    color: #FFFFFF;
    display: inline-block;
}

.navicat>li>a::after {
    content: "";
    position: absolute;
    left: 50%;
    /* bottom: -15px; */
    display: block;
    width: 0;
    height: 2px;
    transition: all 1s;
    background-color: #3493ff;
    margin-top: 10px;
}

.navicat>li:hover>a {
    color: #3493ff;
    transition: all 1s;
}

.navicat>li:hover>a::after {
    width: 100%;
    left: 0%;
}

.navicat>.select_nav>a {
    color: #3493FF;
}

.select_nav>a::after {
    width: 100% !important;
    left: 0% !important;
}

/* 下拉菜单 */
.drop {
    position: absolute;
    /* top: 60px; */
    left: 50%;
    margin-left: -48px;
    padding-top: 40px;
}

.drop li {
    opacity: 0;
    transform-origin: top center;
    width: 96px;
    background-color: rgba(23, 23, 50, 0.7);
    padding: 10px 0;
    text-align: center;
    position: relative;
}

.drop li ::before {
    content: "";
    width: 2px;
    height: 20px;
    position: absolute;
    left: 8px;
    top: 12px;
    background: #3493FF;
}

.drop li a {
    font-size: 14px;
    color: #FFFFFF;
}

.drop li:hover a {
    font-size: 14px;
    color: #3493FF;
}


.navicat>li:hover {
    color: #3493ff;
    transition: all 1s;
}

.navicat>li:hover .menu1 li:first-of-type {
    animation: menu1 0.3s ease-in-out forwards;
    animation-delay: 0.5s;
}

.navicat>li:hover .menu1 li:nth-of-type(2) {
    animation: menu1 0.3s ease-in-out forwards;
    animation-delay: 0.6s;
}

.navicat>li:hover .menu1 li:nth-of-type(3) {
    animation: menu1 0.3s ease-in-out forwards;
    animation-delay: 0.7s;
}

.navicat>li:hover .menu1 li:nth-of-type(4) {
    animation: menu1 0.3s ease-in-out forwards;
    animation-delay: 0.8s;
}

@keyframes menu1 {
    from {
        opacity: 0;
        transform: translateX(30px) rotateY(90deg);
    }

    to {
        opacity: 1;
        transform: translateX(0) rotateY(0);
    }
}

/* banner */
.bannerPart {
    width: 100%;
    /* height: 880px; */
    /* background: rgb(255, 207, 205); */
    margin: 0 auto;
    margin-top: -102px;
    position: relative;
    overflow: hidden;
}

/* .bannerPart .jR3DCarouselGallery{
    overflow: hidden;
} */

/* .bannerPart>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
} */

/* 单位介绍 */
.introduction {
    width: 100%;
    height: 637px;
    background: #F3F3F3;
    background: url('../../images/platform/v2/dwjs_bag.png') no-repeat left;
    background-size: 50%;
}

.left_img {
    float: left;
    position: relative;
    margin-top: 130px;
    /* padding: 0 0 30px 30px; */
    width: 610px;
    height: 381px;
    left: -200px;

}

.left_img>i {
    content: "";
    position: absolute;
    width: 586px;
    height: 296px;
    background: #2180E8;
    bottom: 0;
    left: 0;
}

.left_img>img {
    width: 580px;
    height: 351px;
    position: absolute;
    right: 0;
    z-index: 1;
}

.right_text {
    width: 550px;
    /* height: 351px; */
    float: right;
    margin-top: 90px;

    position: relative;
    right: -200px;
}

.introduction_title {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #6B6B6B;
    font-size: 24px;
    font-weight: bold;
    color: #333333;

}

.introduction_title>span {
    font-size: 14px;
    color: #0076F6;
}

.introduction_text {
    font-size: 14px;
    color: #555555;
    line-height: 28px;
    margin-top: 50px;
    word-break: break-all;
}

.introduction_text>span {
    display: inline-block;
    margin-top: 20px;
}

.right_text>a {
    text-align: right;
    font-size: 14px;
    color: #0076F6;
    float: right;
    border-bottom: 1px solid;
    margin-top: 25px;
}

.right_text>a:hover {
    color: rgb(185, 0, 0);
}

/* 团队专家 */
.expertTeam {
    width: 100%;
    height: 617px;
    background: url('../../images/platform/v2/expertTeam_bag2.gif') no-repeat center, #122c61;
    background-size: cover;
    position: relative;
}

.expertTeam::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #102654e3;
    position: absolute;
    top: 0;
    bottom: 0;
}

/* /团队专家轮播 */
.expertTeam_conter {
    width: 1200px;
    height: 530px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.expertTeam_title {
    width: 1200px;
    height: 80px;
    margin-top: 60px;
    margin: 0 auto;
    position: relative;
}

.expertTeam_title>p {
    float: left;
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    margin-top: 25px;
    border-bottom: 1px solid #2180E8;
    padding-bottom: 10px;
}

.expertTeam_title>p>span {
    font-size: 14px;
    color: #0076F6;
}

.expertTeam_title>a {
    text-align: right;
    font-size: 14px;
    color: #0076F6;
    float: right;
    border-bottom: 1px solid;
    margin-top: 30px;
    padding-bottom: 10px;
}

.expertTeam_title>a:hover {
    color: rgb(185, 0, 0);
}

.expertTeam_conter .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    bottom: 5px;
    z-index: 1;
    left: 50%;
    margin-left: -35px;

}

.expertTeam_conter .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.expertTeam_conter .hd ul li {
    float: left;
    margin-right: 12px;
    width: 8px;
    height: 8px;
    line-height: 14px;
    text-align: center;
    background: #2180e7;
    cursor: pointer;
    border-radius: 50%;
}

.expertTeam_conter .hd ul li.on {
    width: 35px;
    background: #fff;
    color: #fff;
    border-radius: 20px !important;
}

.expertTeam_conter .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.expertTeam_conter .bd li {
    zoom: 1;
    width: 1200px !important;
    height: 530px;
    vertical-align: middle;
    padding: 0 100px;
    box-sizing: border-box;
}

.expertList .expertList_header {
    width: 222px;
    height: 320px;
    position: relative;
    float: left;
    margin-top: 60px;
}

.expertList_header>img {
    width: 209px;
    height: 306px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.expertList_header>i {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 209px;
    height: 306px;
    background: linear-gradient(0deg, #2180E8 0%, #23CB99 100%);
    z-index: 1;
}

.expertList_tetx {
    width: 700px;
    height: 320px;
    float: right;
    margin-top: 60px;
}

.expertList_header>span {
    display: inline-block;
    width: 209px;
    height: 306px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.expertList_header>span>img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}


.expertList_tetx>p {
    font-size: 14px;
    color: #FFFFFF;
    margin-bottom: 15px;
    line-height: 26px;
}

.expertList_tetx>.expert_title {
    font-size: 24px !important;
    font-weight: bold;
    color: #FFFFFF;
    margin-top: 59px;
}

/*前/后按钮代码*/
.expertTeam_conter .prev,
.expertTeam_conter .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url('../../images/platform/v2/slider-arrow.png') -110px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.expertTeam_conter .next {
    left: auto;
    right: 3%;
    background-position: 8px 5px;
}

.expertTeam_conter .prev:hover,
.expertTeam_conter .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.expertTeam_conter .prevStop {
    display: none;
}

.expertTeam_conter .nextStop {
    display: none;
}

/* ---------------------------------------------------------- */

/* 刊物出版 */
.publicationPublish {
    width: 100%;
    height: 675px;
    background: url('../../images/platform/v2/publicationPublish_bag.png') no-repeat center, #ebebeb;
    background-size: cover;
}

.publicationPublish_title {
    width: 100%;
    height: 45px;
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    background: url(../../images/platform/v2/line.png) no-repeat left bottom;
    padding-top: 44px;
    border-bottom: 1px solid;
}

.publicationPublish_title>span {
    color: #72B5FF;
    font-size: 14px;
}

.periodical {
    width: 100%;
    height: 456px;
    /* background: pink; */
    margin-top: 35px;
}

.periodical_ul {
    width: 100%;
    height: 228px;
}
.periodical_ul>li>a>span {
    display: inline-block;
      width: 156px;
      height: 203px;
      margin-top: 12px;
       overflow: hidden;
}
.periodical_ul>li>a>span>img {
    height: 100%;
}

.one_ul {
    position: relative;
    left: -200px;
}

.two_ul {
    position: relative;
    right: -200px;
}

.periodical_ul>li {
    width: 176px;
    height: 228px;
    background: #2180E8;
    position: relative;
    float: left;
    text-align: center;
    /* line-height: 228px; */
}

.periodical_ul>li:hover {
    background: #104885;
}

.periodical_ul>li img {
    height: 203px;
    margin-top: 12px;
}

.periodical_ul>li p {
    position: absolute;
    width: 155px;
    bottom: 13px;
    left: 10px;
    height: 45px;
    background: linear-gradient(0deg, #000000c4 0%, rgba(0, 0, 0, 0) 100%);
    font-size: 14px;
    color: #FFFFFF;
    line-height: 58px;
}

.two_li {
    background: white !important;
}

.move {
    text-align: right;
    font-size: 14px;
    color: #0076F6;
    float: right;
    border-bottom: 1px solid;
    margin-top: 190px;
    padding-bottom: 6px;
    margin-right: 100px;
}

.move:hover {
    color: rgb(185, 0, 0);
}

.one_li {
    background: transparent !important;
}

.decorate_img {
    width: 398px !important;
    height: 228px !important;
    background: none;
}

.decorate_img img {
    width: 398px !important;
    height: 228px !important;
    margin-top: 0 !important;
}


/* 合作伙伴 */
.partner {
    width: 100%;
    background: #ffffff;
    padding-top: 45px;
    margin-bottom: 45px;
}

.partner_title {
    width: 166px;
    height: 44px;
    border-bottom: 1px solid #757575;
    margin: 0px auto 65px auto;

    font-size: 24px;
    font-weight: bold;
    color: #333333;
}

.partner_title>span {
    font-size: 14px;
    color: #72B5FF;
}

/* .partner_ul {} */
.partner_ul:after{
	content: '';display: block;clear: both;
}
.partner_ul li {
    width: 197px;
    height: 120px;
    background: #FFFFFF;
    float: left;
    margin-right: 50px;
    margin-bottom: 35px;
    border: 1px solid rgba(19, 71, 127, 0.32);
    overflow: hidden;
    
    position: relative;
}

.partner_ul li>a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.partner_ul li>a img{
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.partner_ul li:hover {
    border: 1px solid #b71c1c;
}

.noStyle {
    margin-right: 0 !important;
}

/* 底部 */
.footerTag {
    width: 100%;
    height: 262px;
    background: url('../../images/platform/v2/footer_bag.png') no-repeat center, #181716;
    text-align: center;
    background-size: cover;
}

.footerTag>ul {
    width: 1200px;
    display: flex;
    justify-content: center;
    color: #FFFFFF;
    margin: 0px auto 36px auto;
    padding-top: 63px;
}

.footerTag>ul>li {
    float: left;
    margin: 0 30px;

}

.footerTag>ul>li>a {
    font-size: 14px;
    color: #FFFFFF;
}

.footerTag>div {
    font-size: 14px;
    color: #FFFFFF;
}

.footerTag>p {
    font-size: 14px;
    color: #FFFFFF;
}

.footerTag>div {
    margin-bottom: 50px;
}

.footerTag>div>span {
    margin-left: 80px;
}

.footerTag>div>span>a {
    font-size: 14px;
    color: #FFFFFF;
}

/* -------------------------------------------banner------------------------- */


.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
}

.jR3DCarouselGallery,
.jR3DCarouselGallery1 {
    margin: 0 auto;
}

.container {
    text-align: center;
}

.wrapper {
    padding-right: 10px;
    padding-left: 10px;
    width: 48%;
    height: 299px;
    float: left;
    overflow: auto;
    border-left: 1px solid #999;
}

.wrapper div {
    margin: 8px auto;
}

.navigation {
    left: 50%;
}