@charset "utf-8";* {
    margin: 0px auto;
    font-size: 14px;
    font-family: "黑体", "微软雅黑"
}

*,*:after,*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box
}

*:after {
    clear: both
}

a {
    color: #515151
}

li {
    list-style: none;
    padding: 0px;
    margin: 0px
}

body {
    overflow-x: hidden
}

.header {
    background: url(../images/topbg.jpg) no-repeat center;
    height: 190px;
    width: 100%;
    margin-top: -2px
}

@media (max-width: 1024px) {
    .header {
        background-position: -540px -20px;
        height: 160px
    }
}

@media (max-width: 992px) {
    .header {
        background-position: -740px -40px;
        height: 140px
    }
}

@media (max-width: 767px) {
    .header {
        height: auto;
        padding-bottom: 10px
    }
}

.logo {
    padding-top: 20px
}

@media (max-width: 767px) {
    .logo {
        margin-top: -10px
    }
}

.logo img {
    width: 100%
}

.searchAndEn {
    width: 100%;
    background: #0d1b34;
    color: #fff;
    text-align: center;
    height: 36px;
    padding-top: 8px;
    text-align: right
}

@media (max-width: 991px) {
    .searchAndEn {
        display: none
    }
}

.searchAndEn a {
    color: #fff
}

.search {
    margin-top: 10px
}

.search input[type=text] {
    width: 100px;
    height: 20px;
    color: #CCC
}

.search input[type=submit] {
    background: #f79700;
    font-size: 12px;
    height: 20px;
    color: white;
    border: 0px
}

.headerMenuBtn {
    float: right;
    margin-top: -34px;
    text-align: right
}

.headerMenuBtn i {
    color: #fff;
    margin-top: 0px;
    margin-left: -20px;
    font-size: 18px
}

@media (min-width: 767px) {
    .header {
        width: 100%
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .logo {
        text-align: left
    }

    .logo img {
        width: 60%
    }

    .searchAndEn {
        background: none;
        height: auto
    }

    .search {
        display: none
    }
}

@media (max-width: 767px) {
    .logo {
        text-align: center;
        padding-top: 30px;
        background: url() no-repeat 87px -20px;
        padding-bottom: 10px
    }

    .logo img {
        width: 70%
    }

    .searchAndEn {
        display: none
    }

    .search {
        display: none
    }
}

@media (max-width: 667px) {
    .logo img {
        width: 80%
    }
}

.english {
    display: none;
    margin: 0px;
    margin-top: -10px
}

.menu {
    background: #b1a257
}

.menu>.container {
    padding: 0px
}

.venus-menu {
    margin: 30px 0 10px 0
}

.venus-menu {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    float: left;
    font-family: 'Open Sans', sans-serif;
    list-style: none;
    background: #b1a257
}

.venus-menu li {
    display: inline-block;
    margin: 0;
    padding: 0;
    float: left;
    line-height: 20px;
    position: relative
}

.venus-menu>li>a {
    padding: 18px 37px;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    display: block;
    -webkit-transition: color 0.2s linear, background 0.2s linear;
    -moz-transition: color 0.2s linear, background 0.2s linear;
    -o-transition: color 0.2s linear, background 0.2s linear;
    transition: color 0.2s linear, background 0.2s linear
}

@media(max-width: 1024px) {
    .venus-menu>li>a {
        padding: 18px 25px
    }
}

@media(max-width: 768px) {
    .venus-menu>li>a {
        font-size: 14px
    }
}

.venus-menu li:hover>a,.venus-menu li.active a {
    background: #7c6c1f;
    color: #fff
}

.venus-menu>li>a i {
    color: #fff
}

.venus-menu>li:hover>a i,.venus-menu li.active a i {
    color: #fff
}

.venus-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    z-index: 99;
    width: 200px
}

.venus-menu ul {
    top: 46px;
    left: 0;
    padding-top: 10px
}

.venus-menu>li>ul>li:first-child a:before {
    content: '';
    position: absolute;
    bottom: 48px;
    left: 45%;
    margin-left: -48px;
    width: 0;
    height: 0;
    border-left: 8px solid rgba(255, 255, 255, 0);
    border-right: 8px solid rgba(255, 255, 255, 0);
    border-bottom: 8px solid #594d13
}

.venus-menu ul li {
    clear: both;
    width: 100%;
    border: none
}

.venus-menu ul li a {
    padding: 14px 20px;
    width: 100%;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    float: left;
    clear: both;
    background: #594d13;
    filter: alpha(opacity:80);
    opacity: 0.8;
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-transition: background 0.2s linear;
    -moz-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    transition: background 0.2s linear
}

.venus-menu ul li:hover>a {
    background-color: #137fa3
}

.venus-menu>li>ul>li:first-child:hover a:before {
    border-bottom-color: #137fa3
}

.venus-menu>li .indicator {
    position: absolute;
    color: #fff;
    top: 19px;
    right: 15px;
    font-size: 16px;
    -webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear
}

.venus-menu>li:hover>.indicator {
    color: #fff
}

.venus-menu ul>li .indicator {
    top: 14px;
    right: 15px;
    color: #fff
}

.venus-menu i {
    line-height: 20px !important;
    margin-right: 6px;
    font-size: 20px;
    float: left
}

.venus-menu>li.showhide {
    display: none;
    width: 100%;
    height: 46px;
    cursor: pointer;
    color: #777;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
    margin-top: -46px
}

.venus-menu>li.showhide span.title {
    margin: 13px 0 0 20px;
    float: left
}

.venus-menu>li.showhide span.icon {
    margin: 16px 15px;
    float: right
}

.venus-menu>li.showhide .icon em {
    margin-bottom: 3px;
    display: block;
    width: 20px;
    height: 2px;
    background: #ccc
}

.zoom-out {
    -webkit-animation: zoomOut 600ms ease both;
    -moz-animation: zoomOut 600ms ease both;
    -o-animation: zoomOut 600ms ease both;
    animation: zoomOut 600ms ease both
}

@-webkit-keyframes zoomOut {
    0% {
        -webkit-transform: scale(.6)
    }

    100% {
        -webkit-transform: scale(1)
    }
}

@-moz-keyframes zoomOut {
    0% {
        -moz-transform: scale(.6)
    }

    100% {
        -moz-transform: scale(1)
    }
}

@-o-keyframes zoomOut {
    0% {
        -o-transform: scale(.6)
    }

    100% {
        -o-transform: scale(1)
    }
}

@keyframes zoomOut {
    0% {
        transform: scale(.6)
    }

    100% {
        transform: scale(1)
    }
}

@media only screen and (max-width: 768px) {
    .venus-menu li {
        display: block;
        width: 100%
    }

    .venus-menu>li>a {
        padding: 13px 0 14px 20px
    }

    .venus-menu>li.brand {
        display: none !important
    }

    .venus-menu a {
        width: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box
    }

    .venus-menu ul,.venus-menu ul li ul {
        width: 100%;
        padding: 0;
        left: 0;
        border: none;
        position: static;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box
    }

    .venus-menu>li>ul>li:first-child a:before {
        border: none
    }

    .venus-menu ul li {
        border-left: none;
        border-right: none
    }

    .venus-menu ul li a {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .venus-menu ul>li>a {
        padding-left: 40px !important
    }

    .venus-menu>li .indicator {
        top: 14px;
        right: 20px;
        font-size: 20px
    }

    .venus-menu ul>li .indicator {
        top: 10px;
        right: 20px
    }

    .venus-menu>li>ul>li>a {
        padding-left: 40px !important
    }
}

.banner .container {
    padding: 0px
}

.banner {
    width: 100%;
    padding-top: 15px
}

.rslides {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0
}

.rslides li:first-child {
    position: relative;
    display: block;
    float: left
}

.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0
}

.slide_container {
    margin-bottom: 0px;
    position: relative;
    float: left;
    width: 100%
}

.slide2 {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0
}

.slide2 li {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0
}

.slide2 img {
    display: block;
    position: relative;
    z-index: 1;
    height: auto;
    width: 100%;
    border: 0
}

.slide2_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 50%;
    left: 0;
    opacity: 0.6;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 80px;
    width: 60px;
    background: transparent url(../images/themes.jpg) no-repeat left top;
    margin-top: -45px;
    margin-left: 0px
}

.slide2_nav:hover {
    background: transparent url(../images/themes2.jpg) no-repeat left top
}

.slide2_nav:active {
    opacity: 1.0
}

.slide2_nav.next {
    left: auto;
    background-position: right top;
    right: 0
}

@media (max-width: 767px) {
    .slide2 .caption {
        font-size: 14px;
        padding: 10px
    }

    .slide2_nav {
        background: none
    }

    .slide2_nav:hover {
        background: none
    }
}

.main {
    width: 100%;
    background: url(../images/contentbg.jpg) repeat;
    padding-bottom: 20px
}

.content>.container {
    background: #fff;
    padding: 30px;
    border: 1px solid #e6e6e6;
    margin-top: 20px
}

.more {
    float: right;
    line-height: 38px;
    padding-bottom: 5px;
    padding-right: 10px
}

.notices,.research,.achieve,.leading {
    width: 100%;
    margin-top: 30px
}

.noticesTop,.introTop,.researchTop,.achieveTop,.leadingTop {
    background: url(../images/titlebg.jpg) repeat-x bottom;
    width: 100%;
    padding-bottom: 5px;
    color: #054286;
    height: 38px;
    padding-left: 10px
}

.noticesTitle,.introTitle,.researchTitle,.achieveTitle,.leadingTitle {
    font-size: 20px
}

@media (max-width: 767px) {
    .noticesTitle,.introTitle,.researchTitle,.achieveTitle,.leadingTitle {
        font-size: 14px
    }
}

.noticesCon,.introCon,.researchCon,.leadingCon {
    padding: 15px;
    padding-bottom: 0px
}

.achieveCon {
    padding: 0px
}

.noticesCon .col-lg-10,.noticesCon .col-md-10,.noticesCon .col-lg-2,.noticesCon .col-md-2 {
    padding: 0px
}

.researchCon .col-lg-10,.researchCon .col-md-10,.researchCon .col-lg-2,.researchCon .col-md-2 {
    padding: 0px
}

.leadingCon .col-lg-10,.leadingCon .col-md-10,.leadingCon .col-lg-2,.leadingCon .col-md-2 {
    padding: 0px
}

@media (max-width: 475px) {
    .noticesCon .col-xs-10,.researchCon .col-xs-10,.leadingCon .col-xs-10 {
        width: 75%
    }

    .noticesCon .col-xs-2,.researchCon .col-xs-2,.leadingCon .col-xs-2 {
        width: 25%
    }
}

@media (max-width: 360px) {
    .noticesCon .col-xs-10,.researchCon .col-xs-10,.leadingCon .col-xs-10 {
        width: 70%
    }

    .noticesCon .col-xs-2,.researchCon .col-xs-2,.leadingCon .col-xs-2 {
        width: 30%
    }

    .content .container {
        padding: 20px 15px
    }
}

@media(max-width: 560px) {
    .researchCon .col-xs-5,.researchCon .col-xs-7 {
        width: 100%
    }

    .researchCon .col-xs-7 {
        padding-left: 0px;
        padding-top: 10px
    }
}

@media (max-width: 767px) {
    .leadingCon .col-xs-12,.researchCon .col-xs-12,.noticesCon .col-xs-12 {
        padding: 0px
    }

    .researchItem,.noticesItem,.leadingItem {
        padding: 0px
    }
}

.researchItem a,.noticesItem a,.leadingItem a {
    background: url(../images/li.jpg) no-repeat left center;
    padding-left: 10px
}

.noticesCon .noticesItem div,.researchCon .researchItem div,.leadingItem div {
    line-height: 28px
}

.newsDate {
    text-align: right
}

.noticesCon a,.researchCon a,.leadingCon a {
    width: 100%;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    color: #515151
}

.totalIntro {
    background: #f6f6f6;
    border: 1px solid #e6e6e6
}

.totalIntro .col-md-3,.totalIntro .col-md-9 {
    padding: 20px
}

.totalIntro .col-md-3 {
    padding-right: 0px
}

.totalIntro .col-md-9 {
    padding-right: 25px
}

.totalIntro img,.content-slide img {
    width: 100%;
    max-width: 132px
}

.name {
    text-align: center;
    width: 100%;
    font-size: 12px;
    margin-top: 10px
}

.position {
    width: 100%;
    text-align: center;
    color: #0c356b
}

.xm {
    line-height: 26px
}

.topic {
    padding: 0px;
    padding-left: 20px
}

@media(max-width: 991px) {
    .topic {
        padding-left: 0px;
        margin-top: 30px
    }
}

.tabs {
    height: 30px
}

.tabs a {
    display: block;
    float: left;
    width: 25%;
    border-right: 2px solid #fff;
    color: #333;
    text-align: center;
    background: #e2f1f6;
    line-height: 30px;
    font-size: 16px;
    text-decoration: none
}

.tabs a:last-child {
    border-right: 0px
}

.tabs a.active {
    background: #054286;
    color: #fff;
    border-radius: 5px 5px 0px 0px
}

.swiper-container {
    background: #f6f6f6;
    height: 260px;
    border-radius: 0 0 5px 5px;
    width: 100%;
    border-top: 0;
    border: 1px solid #e6e6e6
}

.swiper-slide {
    width: 100%
}

.content-slide {
    padding: 10px 20px
}

.content-slide .col-md-3,.content-slide .col-md-9 {
    padding: 20px
}

.content-slide .col-md-3 {
    text-align: center;
    padding: 0
}

.content-slide .col-md-9 {
    padding: 0px;
    padding-left: 20px
}

.ktTitle {
    font-size: 16px;
    color: #043874;
    margin-bottom: 10px
}

.detail {
    float: right
}

.detail a {
    color: #043874
}

@media(min-width: 1024px) {
    .swiper-container,.swiper-slide {
        min-height: 260px
    }

    .totalIntro {
        min-height: 290px
    }
}

@media(max-width: 420px) {
    .swiper-container,.swiper-slide {
        height: 220px
    }

    .totalIntro .col-xs-9 {
        padding: 10px;
        style="    margin-top: 20px;";
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 9;
        overflow: hidden;
        height: 244px;
    }

    .totalIntro .col-xs-3 {
        padding: 0px;
        padding-top: 15px;
        padding-left: 10px
    }

    .content-slide .col-xs-9 {
        padding-left: 10px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
        overflow: hidden;
        
        
        
        
        @charset "utf-8";* {
        margin: 0px auto;
        font-size: 14px;
        font-family: "黑体", "微软雅黑"}

*,*:
        after,*:before {
    -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box}

*:
        after {
    clear: both}
        a {
    color: #515151}
        li {
    list-style: none;
        padding: 0px;
        margin: 0px}
        body {
    overflow-x: hidden}

.header {
        background: url(../images/topbg.jpg) no-repeat center;
        height: 190px;
        width: 100%;
        margin-top: -2px}
        @media (max-width: 1024px) {
    .header {
        background-position: -540px -20px;
        height: 160px}
}
        @media (max-width: 992px) {
    .header {
        background-position: -740px -40px;
        height: 140px}
}
        @media (max-width: 767px) {
    .header {
        height: auto;
        padding-bottom: 10px}
}

.logo {
        padding-top: 20px}
        @media (max-width: 767px) {
    .logo {
        margin-top: -10px}
}

.logo
        img {
    width: 100%}

.searchAndEn {
        width: 100%;
        background: #0d1b34;
        color: #fff;
        text-align: center;
        height: 36px;
        padding-top: 8px;
        text-align: right}
        @media (max-width: 991px) {
    .searchAndEn {
        display: none}
}

.searchAndEn
        a {
    color: #fff}

.search {
        margin-top: 10px}

.search
        input[type=text] {
    width: 100px;
        height: 20px;
        color: #CCC}

.search
        input[type=submit] {
    background: #f79700;
        font-size: 12px;
        height: 20px;
        color: white;
        border: 0px}

.headerMenuBtn {
        float: right;
        margin-top: -34px;
        text-align: right}

.headerMenuBtn
        i {
    color: #fff;
        margin-top: 0px;
        margin-left: -20px;
        font-size: 18px}
        @media (min-width: 767px) {
    .header {
        width: 100%}
}
        @media (min-width: 768px) and (max-width: 991px) {
    .logo {
        text-align: left}

    .logo img {
        width: 60%}

    .searchAndEn {
        background: none;
        height: auto}

    .search {
        display: none}
}
        @media (max-width: 767px) {
    .logo {
        text-align: center;
        padding-top: 30px;
        background: url() no-repeat 87px -20px;
        padding-bottom: 10px}

    .logo img {
        width: 70%}

    .searchAndEn {
        display: none}

    .search {
        display: none}
}
        @media (max-width: 667px) {
    .logo img {
        width: 80%}
}

.english {
        display: none;
        margin: 0px;
        margin-top: -10px}

.menu {
        background: #b1a257}

.menu>.container {
        padding: 0px}

.venus-menu {
        margin: 30px 0 10px 0}

.venus-menu {
        width: 100%;
        margin: 0;
        padding: 0;
        position: relative;
        float: left;
        font-family: 'Open Sans', sans-serif;
        list-style: none;
        background: #b1a257}

.venus-menu
        li {
    display: inline-block;
        margin: 0;
        padding: 0;
        float: left;
        line-height: 20px;
        position: relative}

.venus-menu>
        li>a {
    padding: 18px 37px;
        font-size: 18px;
        color: #fff;
        text-decoration: none;
        display: block;
        -webkit-transition: color 0.2s linear, background 0.2s linear;
        -moz-transition: color 0.2s linear, background 0.2s linear;
        -o-transition: color 0.2s linear, background 0.2s linear;
        transition: color 0.2s linear, background 0.2s linear}
        @media(max-width: 1024px) {
    .venus-menu>li>a {
        padding: 18px 25px}
}
        @media(max-width: 768px) {
    .venus-menu>li>a {
        font-size: 14px}
}

.venus-menu
        li:hover>a,.venus-menu li.active a {
    background: #7c6c1f;
        color: #fff}

.venus-menu>
        li>a i {
    color: #fff}

.venus-menu>
        li:hover>a i,.venus-menu li.active a i {
    color: #fff}

.venus-menu
        ul {
    list-style: none;
        margin: 0;
        padding: 0;
        display: none;
        position: absolute;
        z-index: 99;
        width: 200px}

.venus-menu
        ul {
    top: 46px;
        left: 0;
        padding-top: 10px}

.venus-menu>
        li>ul>li:first-child a:before {
    content: '';
        position: absolute;
        bottom: 48px;
        left: 45%;
        margin-left: -48px;
        width: 0;
        height: 0;
        border-left: 8px solid rgba(255, 255, 255, 0);
        border-right: 8px solid rgba(255, 255, 255, 0);
        border-bottom: 8px solid #594d13}

.venus-menu
        ul li {
    clear: both;
        width: 100%;
        border: none}

.venus-menu
        ul li a {
    padding: 14px 20px;
        width: 100%;
        color: #fff;
        font-size: 14px;
        text-decoration: none;
        display: inline-block;
        float: left;
        clear: both;
        background: #594d13;
        filter: alpha(opacity:80);
        opacity: 0.8;
        -moz-opacity: 0.8;
        -khtml-opacity: 0.8;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -webkit-transition: background 0.2s linear;
        -moz-transition: background 0.2s linear;
        -o-transition: background 0.2s linear;
        transition: background 0.2s linear}

.venus-menu
        ul li:hover>a {
    background-color: #137fa3}

.venus-menu>
        li>ul>li:first-child:hover a:before {
    border-bottom-color: #137fa3}

.venus-menu>
        li .indicator {
    position: absolute;
        color: #fff;
        top: 19px;
        right: 15px;
        font-size: 16px;
        -webkit-transition: color 0.2s linear;
        -moz-transition: color 0.2s linear;
        -o-transition: color 0.2s linear;
        transition: color 0.2s linear}

.venus-menu>
        li:hover>.indicator {
    color: #fff}

.venus-menu
        ul>li .indicator {
    top: 14px;
        right: 15px;
        color: #fff}

.venus-menu
        i {
    line-height: 20px !important;
        margin-right: 6px;
        font-size: 20px;
        float: left}

.venus-menu>
        li.showhide {
    display: none;
        width: 100%;
        height: 46px;
        cursor: pointer;
        color: #777;
        border-bottom: solid 1px rgba(0, 0, 0, 0.1);
        margin-top: -46px}

.venus-menu>
        li.showhide span.title {
    margin: 13px 0 0 20px;
        float: left}

.venus-menu>
        li.showhide span.icon {
    margin: 16px 15px;
        float: right}

.venus-menu>
        li.showhide .icon em {
    margin-bottom: 3px;
        display: block;
        width: 20px;
        height: 2px;
        background: #ccc}

.zoom-out {
        -webkit-animation: zoomOut 600ms ease both;
        -moz-animation: zoomOut 600ms ease both;
        -o-animation: zoomOut 600ms ease both;
        animation: zoomOut 600ms ease both}
        @-webkit-keyframes zoomOut {
    0% {
        -webkit-transform: scale(.6)}

    100% {
        -webkit-transform: scale(1)}
}
        @-moz-keyframes zoomOut {
    0% {
        -moz-transform: scale(.6)}

    100% {
        -moz-transform: scale(1)}
}
        @-o-keyframes zoomOut {
    0% {
        -o-transform: scale(.6)}

    100% {
        -o-transform: scale(1)}
}
        @keyframes zoomOut {
    0% {
        transform: scale(.6)}

    100% {
        transform: scale(1)}
}
        @media only screen and (max-width: 768px) {
    .venus-menu li {
        display: block;
        width: 100%}

    .venus-menu>li>a {
        padding: 13px 0 14px 20px}

    .venus-menu>li.brand {
        display: none !important}

    .venus-menu a {
        width: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box}

    .venus-menu ul,.venus-menu ul li ul {
        width: 100%;
        padding: 0;
        left: 0;
        border: none;
        position: static;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box}

    .venus-menu>li>ul>li:
        first-child a:before {
        border: none}

    .venus-menu ul li {
        border-left: none;
        border-right: none}

    .venus-menu ul li a {
        padding-top: 10px;
        padding-bottom: 10px}

    .venus-menu ul>li>a {
        padding-left: 40px !important}

    .venus-menu>li .indicator {
        top: 14px;
        right: 20px;
        font-size: 20px}

    .venus-menu ul>li .indicator {
        top: 10px;
        right: 20px}

    .venus-menu>li>ul>li>a {
        padding-left: 40px !important}
}

.banner .container {
        padding: 0px}

.banner {
        width: 100%;
        padding-top: 15px}

.rslides {
        position: relative;
        overflow: hidden;
        width: 100%;
        padding: 0;
        margin: 0}

.rslides
        li {
    -webkit-backface-visibility: hidden;
        position: absolute;
        display: none;
        width: 100%;
        left: 0;
        top: 0}

.rslides
        li:first-child {
    position: relative;
        display: block;
        float: left}

.rslides
        img {
    display: block;
        height: auto;
        float: left;
        width: 100%;
        border: 0}

.slide_container {
        margin-bottom: 0px;
        position: relative;
        float: left;
        width: 100%}

.slide2 {
        position: relative;
        list-style: none;
        overflow: hidden;
        width: 100%;
        padding: 0;
        margin: 0}

.slide2
        li {
    position: absolute;
        width: 100%;
        left: 0;
        top: 0}

.slide2
        img {
    display: block;
        position: relative;
        z-index: 1;
        height: auto;
        width: 100%;
        border: 0}

.slide2_nav {
        position: absolute;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        top: 50%;
        left: 0;
        opacity: 0.6;
        z-index: 3;
        text-indent: -9999px;
        overflow: hidden;
        text-decoration: none;
        height: 80px;
        width: 60px;
        background: transparent url(../images/themes.jpg) no-repeat left top;
        margin-top: -45px;
        margin-left: 0px}

.slide2_nav:
        hover {
    background: transparent url(../images/themes2.jpg) no-repeat left top}

.slide2_nav:
        active {
    opacity: 1.0}

.slide2_nav.next {
        left: auto;
        background-position: right top;
        right: 0}
        @media (max-width: 767px) {
    .slide2 .caption {
        font-size: 14px;
        padding: 10px}

    .slide2_nav {
        background: none}

    .slide2_nav:
        hover {
        background: none}
}

.main {
        width: 100%;
        background: url(../images/contentbg.jpg) repeat;
        padding-bottom: 20px}

.content>.container {
        background: #fff;
        padding: 30px;
        border: 1px solid #e6e6e6;
        margin-top: 20px}

.more {
        float: right;
        line-height: 38px;
        padding-bottom: 5px;
        padding-right: 10px}

.notices,.research,.achieve,.leading {
        width: 100%;
        margin-top: 30px}

.noticesTop,.introTop,.researchTop,.achieveTop,.leadingTop {
        background: url(../images/titlebg.jpg) repeat-x bottom;
        width: 100%;
        padding-bottom: 5px;
        color: #054286;
        height: 38px;
        padding-left: 10px}

.noticesTitle,.introTitle,.researchTitle,.achieveTitle,.leadingTitle {
        font-size: 20px}
        @media (max-width: 767px) {
    .noticesTitle,.introTitle,.researchTitle,.achieveTitle,.leadingTitle {
        font-size: 14px}
}

.noticesCon,.introCon,.researchCon,.leadingCon {
        padding: 15px;
        padding-bottom: 0px}

.achieveCon {
        padding: 0px}

.noticesCon .col-lg-10,.noticesCon .col-md-10,.noticesCon .col-lg-2,.noticesCon .col-md-2 {
        padding: 0px}

.researchCon .col-lg-10,.researchCon .col-md-10,.researchCon .col-lg-2,.researchCon .col-md-2 {
        padding: 0px}

.leadingCon .col-lg-10,.leadingCon .col-md-10,.leadingCon .col-lg-2,.leadingCon .col-md-2 {
        padding: 0px}
        @media (max-width: 475px) {
    .noticesCon .col-xs-10,.researchCon .col-xs-10,.leadingCon .col-xs-10 {
        width: 75%}

    .noticesCon .col-xs-2,.researchCon .col-xs-2,.leadingCon .col-xs-2 {
        width: 25%}
}
        @media (max-width: 360px) {
    .noticesCon .col-xs-10,.researchCon .col-xs-10,.leadingCon .col-xs-10 {
        width: 70%}

    .noticesCon .col-xs-2,.researchCon .col-xs-2,.leadingCon .col-xs-2 {
        width: 30%}

    .content .container {
        padding: 20px 15px}
}
        @media(max-width: 560px) {
    .researchCon .col-xs-5,.researchCon .col-xs-7 {
        width: 100%}

    .researchCon .col-xs-7 {
        padding-left: 0px;
        padding-top: 10px}
}
        @media (max-width: 767px) {
    .leadingCon .col-xs-12,.researchCon .col-xs-12,.noticesCon .col-xs-12 {
        padding: 0px}

    .researchItem,.noticesItem,.leadingItem {
        padding: 0px}
}

.researchItem
        a,.noticesItem a,.leadingItem a {
    background: url(../images/li.jpg) no-repeat left center;
        padding-left: 10px}

.noticesCon .noticesItem
        div,.researchCon .researchItem div,.leadingItem div {
    line-height: 28px}

.newsDate {
        text-align: right}

.noticesCon
        a,.researchCon a,.leadingCon a {
    width: 100%;
        line-height: 28px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: block;
        color: #515151}

.totalIntro {
        background: #f6f6f6;
        border: 1px solid #e6e6e6}

.totalIntro .col-md-3,.totalIntro .col-md-9 {
        padding: 20px}

.totalIntro .col-md-3 {
        padding-right: 0px}

.totalIntro .col-md-9 {
        padding-right: 25px}

.totalIntro
        img,.content-slide img {
    width: 100%;
        max-width: 132px}

.name {
        text-align: center;
        width: 100%;
        font-size: 12px;
        margin-top: 10px}

.position {
        width: 100%;
        text-align: center;
        color: #0c356b}

.xm {
        line-height: 26px}

.topic {
        padding: 0px;
        padding-left: 20px}
        @media(max-width: 991px) {
    .topic {
        padding-left: 0px;
        margin-top: 30px}
}

.tabs {
        height: 30px}

.tabs
        a {
    display: block;
        float: left;
        width: 25%;
        border-right: 2px solid #fff;
        color: #333;
        text-align: center;
        background: #e2f1f6;
        line-height: 30px;
        font-size: 16px;
        text-decoration: none}

.tabs
        a:last-child {
    border-right: 0px}

.tabs
        a.active {
    background: #054286;
        color: #fff;
        border-radius: 5px 5px 0px 0px}

.swiper-container {
        background: #f6f6f6;
        height: 260px;
        border-radius: 0 0 5px 5px;
        width: 100%;
        border-top: 0;
        border: 1px solid #e6e6e6}

.swiper-slide {
        width: 100%}

.content-slide {
        padding: 10px 20px}

.content-slide .col-md-3,.content-slide .col-md-9 {
        padding: 20px}

.content-slide .col-md-3 {
        text-align: center;
        padding: 0}

.content-slide .col-md-9 {
        padding: 0px;
        padding-left: 20px}

.ktTitle {
        font-size: 16px;
        color: #043874;
        margin-bottom: 10px}

.detail {
        float: right}

.detail
        a {
    color: #043874}
        @media(min-width: 1024px) {
    .swiper-container,.swiper-slide {
        min-height: 260px}

    .totalIntro {
        min-height: 290px}
}
        @media(max-width: 420px) {
    .swiper-container,.swiper-slide {
        height: 220px}

    .totalIntro .col-xs-9 {
        padding: 10px;
        style="    margin-top: 20px;";
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 9;
        overflow: hidden;
        height: 244px;
    }

    .totalIntro .col-xs-3 {
        padding: 0px;
        padding-top: 15px;
        padding-left: 10px}

    .content-slide .col-xs-9 {
        padding-left: 10px}
}

.researchTopImg {
        padding: 0px}

.researchTopImg
        img {
    width: 100%}

.researchTopTitle {
        color: #103262;
        margin-bottom: 10px}

.researchTopCon {
        line-height: 26px;
        padding: 0px;
        padding-left: 20px}

.scrollbox {
        width: 100%}

#scrollDiv {
        width: 100%;
        height: 210px;
        overflow: hidden}

#scrollDiv
        ul {
    padding: 0px;
        margin: 0px}

#scrollDiv
        li {
    line-height: 26px;
        vertical-align: bottom;
        zoom: 1;
        background: #f6f6f6;
        margin-bottom: 3px;
        padding: 5px 10px}

#scrollDiv
        li a {
    color: #333;
        text-decoration: none;
        font-family: "Times New Roman"}

#scrollDiv
        li a:hover {
    color: #FF0000;
        text-decoration: underline}

.scroltit {
        height: 26px;
        line-height: 26px;
        padding-bottom: 4px;
        margin-bottom: 4px}

.scroltit
        small {
    float: right;
        font-size: 13px}

.footer {
        width: 100%;
        background: #040e29;
        border-top: 4px solid #f79700;
        padding-top: 30px;
        padding-bottom: 30px;
        color: #ffffff}

.footer .col-xs-6 {
        padding-bottom: 40px}

.footer
        div {
    line-height: 28px}

.footer
        a {
    color: #ffffff}

.footerTitle {
        font-size: 20px;
        line-height: 42px;
        margin-bottom: 20px;
        color: #f79700}
        @media (max-width: 767px) {
    .footer .col-xs-4,.footer .col-xs-8 {
        padding: 10px}

    .footerTitle {
        font-size: 16px}

    .footer div {
        line-height: 24px}

    .footer img {
        width: 100%}
}

.copyright {
        line-height: 42px;
        background: #003;
        text-align: center;
        width: 100%;
        color: #fff}

.cd-top {
        display: inline-block;
        height: 40px;
        width: 40px;
        position: fixed;
        bottom: 40px;
        right: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
        overflow: hidden;
        text-indent: 100%;
        white-space: nowrap;
        background: rgba(54, 54, 54, 0.8) url(../images/cd-top-arrow.svg) no-repeat center 50%;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s}

.cd-top.cd-is-visible {
        visibility: visible;
        opacity: 1}

.cd-top.cd-fade-out {
        opacity: .5}

.no-touch .cd-top:
        hover {
    background-color: #e86256;
        opacity: 1}
        @media only screen and (min-width: 768px) {
    .cd-top {
        right: 20px;
        bottom: 20px}
}
        @media only screen and (min-width: 1024px) {
    .cd-top {
        height: 60px;
        width: 60px;
        right: 30px;
        bottom: 30px}
};
    }
}

.researchTopImg {
    padding: 0px
}

.researchTopImg img {
    width: 100%
}

.researchTopTitle {
    color: #103262;
    margin-bottom: 10px
}

.researchTopCon {
    line-height: 26px;
    padding: 0px;
    padding-left: 20px
}

.scrollbox {
    width: 100%
}

#scrollDiv {
    width: 100%;
    height: 210px;
    overflow: hidden
}

#scrollDiv ul {
    padding: 0px;
    margin: 0px
}

#scrollDiv li {
    line-height: 26px;
    vertical-align: bottom;
    zoom: 1;background: #f6f6f6;
    margin-bottom: 3px;
    padding: 5px 10px
}

#scrollDiv li a {
    color: #333;
    text-decoration: none;
    font-family: "Times New Roman"
}

#scrollDiv li a:hover {
    color: #FF0000;
    text-decoration: underline
}

.scroltit {
    height: 26px;
    line-height: 26px;
    padding-bottom: 4px;
    margin-bottom: 4px
}

.scroltit small {
    float: right;
    font-size: 13px
}

.footer {
    width: 100%;
    background: #040e29;
    border-top: 4px solid #f79700;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #ffffff
}

.footer .col-xs-6 {
    padding-bottom: 40px
}

.footer div {
    line-height: 28px
}

.footer a {
    color: #ffffff
}

.footerTitle {
    font-size: 20px;
    line-height: 42px;
    margin-bottom: 20px;
    color: #f79700
}

@media (max-width: 767px) {
    .footer .col-xs-4,.footer .col-xs-8 {
        padding: 10px
    }

    .footerTitle {
        font-size: 16px
    }

    .footer div {
        line-height: 24px
    }

    .footer img {
        width: 100%
    }
}

.copyright {
    line-height: 42px;
    background: #003;
    text-align: center;
    width: 100%;
    color: #fff
}

.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(54, 54, 54, 0.8) url(../images/cd-top-arrow.svg) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s
}

.cd-top.cd-is-visible {
    visibility: visible;
    opacity: 1
}

.cd-top.cd-fade-out {
    opacity: .5
}

.no-touch .cd-top:hover {
    background-color: #e86256;
    opacity: 1
}

@media only screen and (min-width: 768px) {
    .cd-top {
        right: 20px;
        bottom: 20px
    }
}

@media only screen and (min-width: 1024px) {
    .cd-top {
        height: 60px;
        width: 60px;
        right: 30px;
        bottom: 30px
    }
}
