body {
    font-family: "微软雅黑";
    font-size: 14px;
    overflow-x: hidden;
}


* {
    list-style: none;
    margin: 0;
    padding: 0;
    text-decoration: none;
    outline: none;
}

ul,
li {
    margin: 0;
    padding: 0;
}

a {
    color: #333;
    text-decoration: none;
}

ul,
li {
    margin: 0;
    padding: 0;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
p {
    margin: 0;
    padding: 0;
    display: block !important;
}

em {
    font-style: normal;
}

.clear {
    clear: both;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.blank10 {
    width: 100%;
    height: 10px;
}

.blank20 {
    width: 100%;
    height: 20px;
}

.blank30 {
    width: 100%;
    height: 30px;
}

.blank50 {
    width: 100%;
    height: 50px;
}

.blank70 {
    width: 100%;
    height: 70px;
}

.blank100 {
    width: 100%;
    height: 100px;
}

.txt-center {
    text-align: center;
}

.txt-left {
    text-align: left;
}

.position-a {
    position: absolute;
}

.position-r {
    position: relative;
}

.content {
    width: 1280px;
    margin: auto;
    position: relative;
    overflow: hidden;
}

.content-info {
    width: 1280px;
    margin: auto;
    position: relative;
    overflow: unset;
}


/*header*/

.header {
    width: 100%;
    height: 134px;
    position: absolute;
    z-index: 99;
}

.header2 {
    display: none;
}

.header-top {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #A2B5E3;
    padding: 0 3%;
}

.header-top p {
    float: left;
    color: #fff;
}

.header-top-r {
    width: 400px;
    float: right;
    color: #fff;
}

.header-top .heard-txt {
    line-height: 40px;
    float: right;
    margin-bottom: 0;
}

.header-top .heard-txt a {
    color: #fff;
    margin-right: 10px;
    margin-left: 10px;
}

.header-top .heard-txt a img {
    margin-top: -2px;
    margin-right: 5px;
}
.header-top .heard-txt a:hover{
    color: #BFA253;
}


/* search */

.sb-search {
    position: absolute;
    width: 0%;
    min-width: 45px;
    height: 45px;
    float: right;
    right: 4%;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-backface-visibility: hidden;
    border-radius: 10px;
    background: #fff;
    margin-top: 35px;
}

.sb-search-input {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    outline: none;
    width: 260px;
    height: 45px;
    margin: 0;
    z-index: 10;
    font-family: inherit;
    font-size: 14px;
    color: #333;
    text-indent: 15px;
    background: transparent;
}

.sb-search-input::-webkit-input-placeholder {
    color: #999;
}

.sb-search-input:-moz-placeholder {
    color: #999;
}

.sb-search-input::-moz-placeholder {
    color: #999;
}

.sb-search-input:-ms-input-placeholder {
    color: #999;
}

.sb-icon-search,
.sb-search-submit {
    width: 45px;
    height: 45px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    line-height: 44px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
}

.sb-search-submit {
    background: url('../images/header_search.png') no-repeat center;
    background-size: 25px 22px;
    /* IE needs this */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /* IE 8 */
    filter: alpha(opacity=0);
    /* IE 5-7 */
    opacity: 0;
    color: transparent;
    border: none;
    outline: none;
    z-index: -1;
}

.sb-icon-search {
    color: #fff;
    background: url('../images/header_search.png') no-repeat center;
    background-size: 25px 22px;
    z-index: 90;
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
}


/* Open state */

.sb-search.sb-search-open,
.no-js .sb-search {
    width: 260px;
}


/* .sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
    background: url('../images/header_search.png') no-repeat center;
    background-size: 36px 36px;
    color: #fff;
    z-index: 11;
} */

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
    z-index: 90;
}


/* search-end */

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #999;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #999;
}

.header-m{
    padding: 0 3%;
    width: 100%;
}
.logo {
    height: 70px;
    float: left;
    margin-top: 25px;
}

.header-right {
    margin-top: 34px;
    float: left;
    margin-left: 8%;
}


.contact-icon {
    float: left;
}

.contact-list {
    margin-left: 10px;
}

.contact-list img {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #fff;
    object-fit: none;
}

.header-top .content {
    overflow: unset;
}

.contact-list .header-coder {
    width: 150px;
    height: 150px;
    display: none;
    position: absolute;
    z-index: 9;
    right: 0px;
    top: 99px;
    border-radius: 0;
}

.header-contact {
    position: relative;
}

.contact-list:hover .header-coder {
    display: block;
}

.header-main {
    width: 100%;
    margin: auto;
}

.menu {
    overflow: unset;
    display: table;
    width: 690px;
}

.menu-ul {
    display: table;
    margin: auto;
    width: 100%;
}

.menu-li {
    width: 11%;
    height: 52px;
    text-align: center;
    font-size: 14px;
    float: left;
    position: relative;
    margin-right: 1%;
    border-radius: 10px;
}

.menu-li a {
    color: #fff;
    text-transform: uppercase;
    display: block;
    height: 52px;
    line-height: 52px;
}

.menu-li:last-of-type a {
    border: 0;
}

.menu-li a em {
    font-size: 12px;
}

.menu-li a:hover {
    color: #db261f;
}

.menu-li:hover .menu-link {
    opacity: 1;
    filter: alpha(opacity=100);
}

.submenu-nav {
    display: none;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 999;
}

.menu-li:hover {
    background: #342BB8;
}

.menu-li:hover a {
    color: #fff;
}

.menu-li:hover .menu-link {
    opacity: 1;
    filter: alpha(opacity=100);
}

.menu-li.active .menu-link {
    opacity: 1;
    filter: alpha(opacity=100);
}

.menu-li.active a {
    color: #fff;
    background: #342BB8;
    border-radius: 10px;
}

.submenu-nav {
    display: none;
    width: 210px;
    height: auto;
    position: relative;
    left: 0;
    z-index: 999;
    border-radius: 10px;
    overflow: hidden;
}

.submenu-li {
    width: 100%;
    font-size: 14px;
    text-align: left;
}

.submenu-li a {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 12px;
    height: 46px;
    line-height: 23px;
    color: #666 !important;
    border-right: 0;
    text-indent: 22px;
    background: #fff !important;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    border-radius: 0 !important;
}

.submenu-li:hover a {
    color: #fff !important;
    text-indent: 28px;
    background: #342BB8 !important;
}


/*
.submenu-nav-line {
    width: 100%;
    height: 3px;
    background: #02903D;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}*/

.submenu-li:last-child {
    border: 0;
}

.menu-li:hover .submenu-nav {
    display: block;
    animation: fadeInUp1 .5s both alternate;
    -webkit-animation: fadeInUp1 .5s both alternate;
}

@-webkit-keyframes fadeInUp1 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp1 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp1 {
    -webkit-animation-name: fadeInUp1;
    animation-name: fadeInUp1;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

.menu-img {
    position: absolute;
    top: -10px;
    left: 12px;
    width: 72px;
    height: 26px;
}

.header-a {
    margin-right: 15px;
}

.header-a a {
    color: #fff;
    line-height: 44px;
    margin-right: 10px;
}


/*header_end*/


/* banner */

.banner {
    width: 100%;
    height: 100vh;
    position: relative;
    top: 0px;
    z-index: 9;
}

.banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    text-align: center;
}

.banner-txt {
    width: 50%;
    padding: 35px 25px;
    background: #231F7D;
    color: #fff;
    position: absolute;
    bottom: -60px;
    right: 9%;
}

.banner-txt h5 {
    font-size: 24px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.banner-txt p {
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.material-icons {
    font-size: 44px;
}
.swiper-pagination.banner-pagination{
    left: unset;
    right: 5%;
    bottom: 5%;
    width: auto;
}
.swiper-pagination.banner-pagination .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
}
.swiper-pagination-bullet {
    background: #fff;
    border-radius: 50%;
    opacity: 1;
    filter: alpha(opacity=100);
}

.swiper-pagination-bullet-active {
    background: #1F2A66;
    border-radius: 50%;
}

.header_search::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #333;
}

.header_search::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #333;
}

.header_search:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #333;
}

.swiper-button-next2 {
    background: url('../images/col-right.png') no-repeat center;
    right: 0px;
    width: 45px;
    height: 65px;
}

.swiper-button-prev2 {
    background: url('../images/col-left.png') no-repeat center;
    left: 0px;
    width: 45px;
    height: 65px;
}


/* banner-end */


/* footer */

.footer {
    width: 100%;
    background: #2A1962;
    padding: 0 4%;
    padding-top: 100px;
    overflow: hidden;
}

.footer-top {
    width: 100%;
    border-bottom: 1px solid #CCD6EE;
}


.logo-img {
    height: 70px;
    margin: auto;
    margin-bottom: 33px;
    float: left;
}
.footer-top  .heard-txt{
    float: right;
    font-size: 24px;
    color: #CCD6EE;
    margin-top: 25px;
}
.footer-top  .heard-txt a{
    color: #CCD6EE;
    margin:0 15px;
}
.footer-top  .heard-txt a:hover{
    color: #BFA253;
}
.footer-m{
    margin-top: 50px;
    margin-bottom: 50px;
    overflow: hidden;
}
.footer-m-left{
    float: left;
}
.footer-m-right{
    float: right;
    width: 70%;
}
.footer-m-left h5{
    font-size: 24px;
    color: #fff;
    margin-bottom: 15px;
}
.footer-m-left p{
    font-size: 16px;
    color: #CCD6EE;
    line-height: 35px;
    margin-bottom: 20px;
}
.footer-m-left p a{
    color: #CCD6EE;
}

.footer-m-left p a:hover{
    color: #BFA253;
}
.footer-m-right .footer-menu h5{
    font-size: 24px;
    color: #fff;
    margin-bottom: 15px;
}
.footer-menu{
    float: left;
    margin-left: 9rem;
}
.footer-menu ul li a{
    font-size: 16px;
    color: #CCD6EE;
    line-height: 35px;
    margin-bottom: 20px;
}
.footer-menu ul li a:hover{
    color: #BFA253;
}
.footer-b p{
    color: #CCD6EE;
    font-size: 16px;
    float: left;
    margin-top: 15px;
}
.footer-b p a{
    color: #CCD6EE;
}
.footer-control {

    float: right;

    width: 272px;
    margin-bottom: 30px;

}



/* footer-end */


/* header_mb */

.header2 {
    width: 100%;
    height: 60px;
    background: #332862;
    position: fixed;
    top: 0;
    padding: 0 15px;
    margin: auto;
    z-index: 9999;
}

.header2 h3 {
    margin: auto;
    height: 40px;
    text-align: left;
    margin-top: 12px;
    line-height: 40px;
    font-weight: bold;
    font-size: 20px;
}

.header2 h3 img {
    display: block;
    max-width: 75%;
    max-height: 100%;
    ;
}

.header2 .left_btn {
    position: absolute;
    top: 8px;
    width: 44px;
    height: 44px;
    /*padding: 3%;*/
    text-align: center;
    left: 5px;
}

.header2 .right_btn {
    position: absolute;
    top: 8px;
    width: 44px;
    height: 44px;
    /*padding: 3%;*/
    text-align: center;
    right: 5px;
    z-index: 9;
}

.header2 .right_btn img {
    width: 24px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.header2 .left_btn img {
    width: 24px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.sidebar {
    position: fixed;
    top: 0;
    left: -76%;
    width: 76%;
    height: 100%;
    background: #332862;
    z-index: 99999;
    padding-top: 60px;
}

.mask2 {
    width: 100%;
    height: 100vh;
    position: absolute;
    background: rgba(0, 0, 0, .3);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    display: none;
}

.box-bg {
    width: 100%;
    height: 1000px;
    background: url('../images/bg4.jpg') no-repeat center;
}

.close-btn {
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 30px;
    position: absolute;
    top: 8px;
    right: 8px;
}

.close-btn img {
    width: 40%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.menu-logo {
    display: table;
    margin: auto;
    width: 90%;
}

.menu-list {
    width: 80%;
    margin: auto;
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    margin-top: 20px;
}

.menu-list ul li {
    list-style: none;
    line-height: 5vh;
    width: 100%;
    text-align: center;
    font-size: 16px;
}

.menu-list ul li a {
    display: block;
    color: #fff;
    text-align: center;
}

.compy-txt {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 20px;
    text-align: center;
    font-size: 14px;
    color: #ccc;
}

.calendar-img {
    width: 22px;
    margin-top: -4px;
    margin-right: 6px;
}

.header_search_box {
    position: relative;
    height: 38px;
    margin: auto;
    display: table;
    width: 83%;
    margin-top: 20px;
}

.header_search {
    width: 100%;
    height: 38px;
    border: 1px solid #ddd;
    text-indent: 40px;
    border-radius: 30px;
    outline: none;
}

.header_search_img {
    position: absolute;
    top: 2px;
    bottom: 0;
    margin: auto;
    left: 15px;
    height: 20px;
}


/* header_mb-end */


/*index*/
.news-col{
    width: 100%;
    padding: 0 4%;
    background-image: linear-gradient(to bottom, #E5EAF8 , #FCFCFE);
    padding-top: 85px;
    overflow: hidden;
    padding-bottom: 600px;
}
.news-left{
    width: 150px;
    float: left;
    overflow: hidden;
}
.news-mid{
    width: 50%;
    float: left;
    overflow: hidden;
    margin: 0 4%;
}
.news-right{
    width: 30%;
    float: left;
    overflow: hidden;
}

.col-title h5{
    font-size: 36px;
    color: #000351;
    font-weight: bold;
    margin: 0;
}
.col-title p{
    font-size: 28px;
    color: #CCD6EE;
}
.news-nav{
    overflow: hidden;
    width: 100%;
    margin-top: 60px;

}
.news-nav ul li{
    width: 100%;
    height: 52px;
    margin-bottom: 5px;
}
.news-nav ul li a{
    display: block;
    line-height: 52px;
    color: #333;
    text-align: center;
    border-radius: 50px;
    font-size: 20px;

}
.news-nav ul li a.active{
    background: #000351;
    color: #fff;
}
.news-nav ul li a:hover{
    background: #000351;
    color: #fff;
}
.news-big{
    width: 100%;
    height: 583px;
    overflow: hidden;
    position: relative;
}
.news-big a{
    display: block;
}
.news-mid-title{
    width: 80%;
    position: absolute;
    bottom: 30px;
    padding-left: 3%;
    z-index: 10;
}
.news-mid-title h5{
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 24px;
    overflow: hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    color: #fff;
}
.news-mid-title p{
    width: 100%;
    height: 25px;
    line-height: 25px;
    font-size: 18px;
    overflow: hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    color: #fff;
}
.news-mid .news-big img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.news-big a:hover img{
    transform: scale(1.1);
}
.news-mid-mask{
    width: 100%;
    height: 50%;
    background-image: linear-gradient(to top, rgba(0,0,0,1) , rgba(0,0,0,0));
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
}
.news-mid-pagination{
    position: absolute;
    right: 15px;
    bottom: 45px !important;
    z-index: 99;
    left: unset !important;
    width: auto !important;
}
.news-mid-pagination .swiper-pagination-bullet{
    background: #6E88C4;
}
.news-mid-pagination .swiper-pagination-bullet-active{
    background: #fff;
}
.news-right ul li{
    width: 100%;
    margin-top: 40px;
}
.news-right ul li a:hover{
    color: #BD8254;
}
.news-right h5{
    font-size: 22px;
    height: 60px;
    line-height: 30px;
    overflow: hidden;
}
.news-right p{
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    margin: 25px 0;
    color: #999;
}
.news-right-line{
    width: 48px;
    height: 1px;
    background: #ddd;
}
.about-col{
    overflow: hidden;
    background: url('../images/bg1.png') no-repeat top;
    position: relative;
    top: -50rem;
    z-index: 9;
    padding-bottom: 80rem;
    background-size: 100% auto;
}
.about-main{
    width: 70%;
    margin: 0 auto;
    overflow: hidden;
}
.about-left{
    background: #EAEEF9;
    padding: 5rem 6rem 8rem 5rem;
    width: 40%;
    float: left;
}
.about-right{
    width: 60%;
    height: 562px;
    float: left;
    margin-top: 5%;
}
.more-btn{
    width: 205px;
    height: 60px;
    line-height: 60px;
    background: #000351;
    text-align: center;
    color: #fff;
    display: block;
    border-radius: 50px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.more-btn:hover{
    color: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .3);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.more-btn img{
    margin-left: 15px;
}
.about-left .about-txt{
    color: #666;
    margin-top: 2rem;
    margin-bottom: 4rem;
    line-height: 35px;
    font-size: 16px;
    height: 383px;
    overflow: hidden;
}
.about-right #video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.team-col{
    width: 100%;
    background: url('../images/bg2.png') no-repeat top center;
    background-size: 100% auto;
    position: relative;
    top: -120rem;
    padding-top: 7%;
    padding-bottom: 362px;
    z-index: 99;
}
.nav-tabs{
    display: table;
    margin: auto;
    border: 0;
    margin-bottom: 5rem;
}
.team-col .col-title{
    text-align: center;
}
.team-col .col-title p{
    color: #6E88C4;
}
.team-main{
    width: 76%;
    margin: 0 auto;
    margin-top: 5rem;
}
.nav-tabs li{
    width: 205px;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    margin: 0 15px;
}
.nav-tabs>li>a{
    line-height: 60px;
}
.nav-tabs li a{
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #000351;
    border-radius: 50px;
    text-align: center;
    font-size: 20px;
    color: #000351;
    padding: 0;
}
.nav-tabs li a:hover{
    background: #000351;
    color: #fff;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
    background: #000351;
    color: #fff;
    border: 1px solid #000351;
}
.team-list{
    overflow: hidden;
    width: 100%;
}
.team-list ul li{
    width: 32%;
    float: left;
    margin-right: 2%;
    position: relative;
    border-bottom: 7px solid #325DCC;
    height: 30rem;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.team-list ul li:last-of-type{
    margin-right: 0;
}
.team-list ul li a{
    display: block;
    overflow: hidden;
    height: 100%;
}
.team-list ul li:hover{
    border-bottom: 14px solid #325DCC;
}
.team-list ul li a:hover h5{
    height: 80px;
    line-height: 80px;
}
.team-list ul li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.team-list ul li h5{
    position: absolute;
    bottom: 0;
    padding: 0 15px;
    color: #fff;
    z-index: 99;
    font-size: 20px;
    text-align: center;
    overflow: hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    width: 100%;
    height: 50px;
    line-height: 50px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.techer-tabs .more-btn{
    margin: auto;
    float: unset;
    margin-top: 50px;
}

.swiper-container2{

    width: 80%;

    margin: auto;

    overflow: hidden;

    position: relative;

}

.swiper2-img{

width: 50%;

height: 459px;

object-fit: cover;

position: relative;

float: right;

z-index: 9;

margin-top: 90px;
}

.swiper2-txt{

    width: 65%;

    height: 640px;

    background-image: linear-gradient(to right, #DBE2F3 , #fff);

    padding: 8% 8%;
    padding-right: 24%;
    
    position: relative;


}

.swiper2-txt h5{

    font-size: 36px;

    font-weight: bold;

}

.swiper2-txt span{

    font-size: 30px;

    font-weight: normal;

}

.swiper2-txt p{

    width: 100%;

    height: 150px;

    line-height: 30px;

    overflow: hidden;

    font-size: 18px;

    margin-top: 50px;

    color: #666;
    margin-bottom: 40px;

}

.swiper-container2 a:hover .swiper2-txt h5{

    color: #333;

}

.swiper-container2 a:hover .swiper2-txt span{

    color: #333;

}

.swiper-container2 a:hover .swiper2-txt p{

    color: #666;

}

.swiper-pagination2{

    width: 92%;

    position: absolute;

    top: 56%;

    left: 0;

    right: 0;

    margin: auto;
    z-index: 9;;

}

.swiper-button-next2 {

    background: url('../images/col-right.png') no-repeat center;

    right: 15px;

    width: 49px;

    height: 65px;

    position: absolute;

}



.swiper-button-prev2 {

    background: url('../images/col-left.png') no-repeat center;

    left: 15px;

    width: 49px;

    height: 65px;
    position: absolute;

}
.swiper-button-next2.swiper-button-disabled, .swiper-button-prev2.swiper-button-disabled{
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}
.pro-col{
    width: 100%;
    background: url(../images/bg3.png) no-repeat top right;
    margin-top: -156rem;
    padding-top: 88px;
    z-index: 11;
    padding-bottom: 270px;
    padding: 0 4%;
    position: relative;
    padding-top: 32rem;
    padding-bottom: 163px;
}
.pro-col .col-title{
    margin-bottom: 50px;
}
.photo-col{
    width: 100%;
    background: url(../images/bg4.png) no-repeat top center;
    position: relative;
    padding: 0 4%;
    padding-top: 88px;
    z-index: 11;
    padding-bottom: 140px;
    z-index: 99;
}
.photo-col .tabs{
    width: 100%;
    overflow: hidden;
}
.photo-col .col-title{
    float: left;
}
.photo-col .photo-nav{
    display: block;
    float: right;
    position: relative;
}
.photo-col .nav-tabs{
    margin-bottom:0;
}
.photo-list{
    overflow: hidden;
    position: relative;
    width: 100%;
    margin-top: 50px;
}
.photo-list ul li{
    width: 32%;
    height: 340px;
    margin-right: 2%;
    margin-bottom: 2%;
    overflow: hidden;
    position: relative;
    float: left;
}
.photo-list ul li:nth-of-type(3n){
    margin-right: 0;
}
.video-btn{
    width: 94px;
    height: 94px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: -60px;
    margin: auto;
    z-index: 11;
}
.photo-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;        
}
.photo-list ul li h5{
    width: 100%;
    padding: 15px;
    font-size: 20px;
    height: 60px;
    line-height: 30px;
    overflow: hidden;
    color: #fff;
    z-index: 12;
    position: absolute;
    bottom: 9px;
    left: 0;
    padding: 0 20px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.photo-list ul li a:hover h5{
    margin-bottom: 20px;
}
.photo-list ul li a:hover .photo-img{
    transform: scale(1.1);
}





/*index_end*/


/*info_Public*/

.banner-info {
    width: 100%;
    height: 600px;
    object-fit: cover;
}
.info-bg{
    background: #F5F7FC;
    padding-bottom: 50px;
}
.info-col{
    width: 1280px;
    margin: auto;
    margin-top: -50px;
    background: #fff;
    min-height: 400px;
    overflow: hidden;
}
.info-top{
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 50px;
}
.info-m{
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-bottom: 50px;
}
.nav-left {
    width: 280px;
    float: left;
}

.main-right {
    width: 1000px;
    float: right;
    padding: 0 50px;
}

.nav-title {
    line-height: 30px;
    font-size: 24px;
    text-align: left;
    margin-top: 35px;
    padding: 10px 0;
    padding-left: 25px;
    border-left: 10px solid #000351;
    float: left;
}
.nav-title h5{
    font-size: 24px;
    margin: 0;
}
.nav-title p{
    font-size: 18px;
    color: #999;
}
.info-loc{
    float: right;
    padding-right: 50px;
    margin-top: 80px;
    color: #999;
}

.nav-left ul li a {
    width: 100%;
    height: 44px;
    line-height: 44px;
    border-bottom: 1px dashed #ddd;
    text-align: left;
    display: block;
    color: #333;
    padding: 0 15px;
    text-transform: uppercase;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    font-size: 18px;
}

.nav-left ul li:last-of-type a {
    border-bottom: 0;
}

.nav-left ul li a:hover {
    background-image: linear-gradient(to right, #C9CBF8 , rgba(255,255,255,0));
    color: #333;
}

.nav-left ul li a.active {
    background-image: linear-gradient(to right, #C9CBF8 , rgba(255,255,255,0));
    color: #333;
}

.pagetarget {
    width: 100%;
    line-height: 44px;
    height: 44px;
    border-bottom: 1px solid #1F2A66;
}

.target-title {
    float: left;
    font-size: 20px;
    text-transform: uppercase;
    color: #1F2A66;
}

.target-txt {
    float: right;
    font-size: 14px;
    color: #999;
}

.target-txt a {
    color: #1F2A66;
}

.main-info {
    margin-top: 30px;
}

.main-full {
    width: 100%;
}


/*翻页*/

.page {
    text-align: center;
    display: table;
    margin: auto;
    margin-top: 30px;
}

.page ul li {
    width: 34px !important;
    height: 34px !important;
    text-align: center;
    line-height: 34px;
    float: left;
    margin: 0 7px !important;
    border: 0 !important;
    border-radius: 5px;
    overflow: hidden;
    padding: 0 !important;
}

.page ul li a {
    color: #333;
    background: #efeff4;
    display: block;
    width: 100%;
    height: 100%;
    line-height: inherit;
}

.page ul li a:hover {
    color: #fff;
    background: #000351;
}

.page ul li.active {
    color: #fff;
    background: #000351;
}


/*info_Public_end*/



.about-info p {
    font-size: 16px;
    color: #333;
    line-height: 30px;
    margin-bottom: 15px;
}
.about-info p img {
    max-width: 100%;
    margin: auto;
}
.about2-info{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.about2-info ul{
    overflow: hidden;
}
.about2-info ul li{
    float: left;
    width: 270px;
    margin: 0 10%;
}
.about2-photo{
    width: 200px;
    height: 200px;
    border-radius: 50%;
    object-fit: cover;
    margin: auto;
    position: relative;
    z-index: 9;
    display: table;
}
.about2-col{
    width: 100%;
    height: auto;
    background: #F5F8FF;
    padding: 150px 30px 50px 30px;
    text-align: center;
    margin-top: -125px;
    border-radius: 10px;
}
.about2-col h3{
    margin: 0;
    font-size: 20px;
    font-weight: 700;
}
.about2-col h5{
    margin: 10px auto;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.about2-col p{
    margin-bottom: 40px;
    font-size: 16px;
    width: 100%;
    height: 50px;
    line-height: 25px;
    overflow: hidden;
    color: #666;
}
.info-btn{
    display: block;
    width: 130px;
    height: 38px;
    line-height: 38px;
    color: #fff;
    background: #000351;
    text-align: center;
    border-radius: 50px;
    margin: auto;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.info-btn:hover{
    color: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .3);
}
.t-info-top{
    margin-top: 30px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}
.t-info-top p{
    overflow: unset;
    height: auto;
}
.about2-col-g{
    width: 100%;
}
.t-img{
    width: 243px;
    height: 313px;
    object-fit: cover;
    float: left;
    border-radius: 10px;
}
.t-txt{
    width: 600px;
    float: right;
}
.t-txt h5{
    font-size: 30px;
    font-weight: bold;
}
.t-txt em{
    font-size: 18px;
    font-weight: bold;
    color: #666;
    margin: 15px 0;
    display: inline-block;
}
.t-txt p{
    line-height: 30px;
    font-size: 16px;
    color: #666;
}

.about2-col-title{
    padding-left: 10px;
    border-left: 6px solid #332862;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    color: #333;
    height: 30px;
    margin-top: 30px;
}
.about2-col-g .about2-p{
    font-size: 16px;
    line-height: 35px;
    color: #666;
    margin: 10px 0;
}
.t-txt .about2-p{
    font-size: 16px;
    line-height: 35px;
    color: #666;
    margin: 10px 0;
}
.news-list{
    width: 100%;
    overflow: hidden;
}
.news-list ul li{
    width: 100%;
    overflow: hidden;
    margin-bottom: 50px;
}
.news-info-img{
    width: 313px;
    height: 203px;
    overflow: hidden;
    position: relative;
    float: left;
    border-radius: 5px;
}
.news-info-img img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    object-fit: cover;
}
.news-info-txt{
    width: 555px;
    height: auto;
    float: right;
}
.news-info-txt h5{
    font-size: 24px;
    margin: 0;
    margin-top: 25px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.news-info-txt p{
    font-size: 18px;
    color: #666;
    margin-bottom: 10px;
    height: 60px;
    line-height: 30px;
    overflow: hidden;
}
.news-info-txt span{
    font-size: 18px;
    color: #999;
}
.news-list ul li a:hover .news-info-img img{
    transform: scale(1.1);
}
.news-list ul li a:hover .news-info-txt h5{
    color: #332862;
}
.news-info-line{
    width: 58px;
    height: 2px;
    background: #332862;
    margin: 15px 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.news-list ul li a:hover .news-info-line{
    width: 30%;

}
.news-list ul{
    overflow: hidden;
}
.news-list2 ul li{
    padding: 30px 40px;
    border-bottom: 1px dashed #ddd;
    overflow: hidden;
}
.news-list2 ul li:first-child{
    padding-top: 0;
}
.news-data{
    overflow: hidden;
    text-align: center;
    float: left;
    margin-top: 15px;
}
.news-data h5{
    font-size: 40px;
    font-weight: bold;
    margin: 0;
    margin-bottom: 5px;
}
.news-data p{
    font-size: 16px;
    line-height: 25px;
    overflow: hidden;
}
.news-txt{
    overflow: hidden;
    float: right;
    width: 735px;
}
.news-txt h5{
    font-size: 20px;
    line-height: 25px;
    height: 25px;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news-txt p{
    font-size: 16px;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    color: #999;
}
.news-list2 ul li a:hover .news-data{
    color: #332862;
}
.news-list2 ul li a:hover h5{
    color: #332862;
}
.news-info-top {
    width: 100%;
    text-align: center;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 30px;
}

.news-info-top h3 {
    margin-bottom: 15px;
}

.news-info-top em {
    color: #999;
}
.news-info-bottom {
    font-size: 14px;
    color: #666;
    padding-top: 15px;
    border-top: 1px dashed #ddd;
    margin-top: 30px;
    overflow: hidden;
    margin-bottom: 30px;
}

.news-info-bottom a {
    width: 40%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news-info-bottom a:hover {
    color: #6AB3A7;
}

.news-info-bottom a:nth-of-type(1) {
    float: left;
}

.news-info-bottom a:nth-of-type(2) {
    float: right;
    text-align: right;
}
.news-info-g{
    width: 100%;
    padding:30px 0;
}
.news-info-g p{
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 30px;
}
.news-info-g img{
    max-width: 100%;
}
.team-info-list ul li{
    margin: 0;
    margin-bottom: 40px;
    margin-right: 45px;
}
.team-info-list ul li:nth-of-type(3n){
    margin-right: 0;
}
.master-info{
    width: 100%;
    padding: 0 50px;
}
.master-info ul{
    overflow: hidden;
}
.master-info ul li{
    width: 366px;
    height: auto;
    margin-right: 41px;
    float: left;
    position: relative;
    margin-bottom: 40px;
}
.master-info ul li:nth-of-type(3n){
    margin-right: 0;
}
.master-info-img{
    width: 100%;
    height: 260px;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
}
.master-info-img img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    object-fit: cover;
}
.master-info ul li a{
    display: block;
    width: 100%;
    height: 100%;
}
.master-info ul li a:hover .master-info-img img{
    transform: scale(1.1);
}
.master-info ul li h5{
    width: 80%;
    padding: 0 15px;
    height: 52px;
    line-height: 52px;
    background:#F6F9FF;
    border-radius: 5px;
    font-size: 18px;
    color: #333;
    position: relative;
    z-index: 9;
    bottom: 0;
    margin: auto;
    margin-top: -25px;
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.master-info ul li a:hover h5{
    background: #332862;
    color: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .3);
}
.download-list{

    overflow: hidden;

    position: relative;

    padding: 0 50px;
    width: 100%;
    

}

.download-list ul li{

    width: 100%;

    height: 144px;

    background: #FBFCFF;

    -webkit-transition: .3s;

    -moz-transition: .3s;

    transition: .3s;

    margin-bottom: 35px;

    padding: 30px;

    border-left: 5px solid transparent;
    border-radius: 10px;

}

.news3-txt{

    width: 85%;

    float: right;

}

.news3-txt h5{

    font-size: 24px;

    font-weight: bold;

    margin: 0;

    color: #333;

    height: 30px;

    line-height: 30px;

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap;

}

.about3-btn{

    display: block;

    margin-top: 15px;

    width: 150px;

    height: 45px;

    line-height: 45px;

    text-align: center;

    color: #fff;

    background: #332862;

    -webkit-transition: .3s;

    -moz-transition: .3s;

    transition: .3s;
    border-radius: 50px;

}

.about3-btn img{

    margin-top: -2px;

    margin-right: 5px;

}

.about3-btn:hover{

    color: #fff;

    box-shadow: 0 10px 20px rgba(0, 0, 0, .3);

}
.news-date{

    float: left;

    width: 10%;

    margin-top: 5px;

}

.news-date h5{

    font-size: 44px;

    font-weight: bold;

    margin: 0;

    color: #332862;

    margin-bottom: 10px;

}

.news-date p{

    font-size: 16px;

    margin: 0;

    color: #999;

}
.search-list{
    overflow: hidden;

    position: relative;

    padding: 0 50px;
    width: 100%;
}
.search-list .news-list2 ul li .news-txt{
    width: 990px;
}

.main-right-nav{
    overflow: hidden;
    margin-bottom: 40px;
}
.main-right-nav ul{
    display: table;
    margin: auto;
}
.main-right-nav ul li{
    display: inline-block;
    width: 138px;
    height: 52px;
    font-size: 20px;
    line-height: 52px;
    margin: 0 15px;
}
.main-right-nav ul li a{
    display: block;
    color: #000351;
    background: #CCD6EE;
    border-radius: 50px;
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.main-right-nav ul li a:hover{
    background: #000351;
    color: #fff;
}
.main-right-nav ul li a.active{
    background: #000351;
    color: #fff;
}
.mian-right-img p{
    margin-bottom: 15px;
}
.mian-right-img p img{
    width: 100%;
}

@media screen and (max-width:1660px){
    .team-col{
        padding-top: 4%;
    }
    .pro-col{
        margin-top: -159rem;
        padding-bottom: 120px;
    }
    .photo-col{
        padding-bottom: 100px;
    }
    
}

@media screen and (max-width: 1440px) {
    .about-main{
        width: 80%;
    }
    .col-title h5{
        font-size: 30px;
    }
    .col-title p{
        font-size: 16px;
    }
    .about-left{
        padding: 5rem 5rem 7rem 5rem;
    }
    .about-col{
        padding-bottom: 84rem;
    }
    .team-list ul li{
        height: 22rem;
    }
    .pro-col{
        margin-top: -154rem;
        padding-bottom:100px
    }
    .team-col{
        padding-bottom: 282px;
    }
    .photo-list ul li{
        height: 260px;
    }
    .photo-list ul li h5{
        font-size: 16px;
        line-height: 25px;
        height: 50px;
    }
    .video-btn{
        width: 66px;
        height: 66px;
    }
    .photo-col{
        padding-bottom: 100px;
    }
    .footer{
        padding-top: 50px;
    }
    .logo-img{
        height: 60px;
        margin-bottom: 15px;
    }
    .footer-top .heard-txt{
        font-size: 18px;
    }
    .footer-m-left h5{
        font-size:20px
    }
    .footer-m{
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .footer-menu{
        margin-left: 4rem;
    }
    .footer-m-left p{
        font-size: 14px;
    }
    .footer-menu ul li a{
        font-size: 14px;
    }
    .footer-b p{
        font-size: 14px;
    }

}
@media screen and (max-width:1024px) {
    body {
        padding-top: 60px;
    }
    .content {
        width: 100%;
        padding: 0 15px;
    }
    .header {
        display: none;
    }
    .header2 {
        display: block;
    }
    .banner {
        width: 100%;
        height: 24vh;
        margin: 0;
        position: relative;
    }
    .banner img {
        height: 100%;
    }
    .swiper-button-prev2{
        width: 32px;
        height: 39px;
        background-size: 100%;
        left: 0;
    }
    .swiper-button-next2{
        width: 32px;
        height: 39px;
        background-size: 100%;
        right: 0;
    }
    .news-col{
        padding-top: 15px;
    }
    .news-left{
        width: 100%;
    }
    .col-title{
        width: 50%;
    }
    .col-title h5{
        font-size: 20px;
    }




    .window-news {
        width: 90%;
        top: 20%;
    }
    .main1 {
        width: 100%;
        margin-top: 25px;
    }
    .row1 .main1 .news-big {
        height: auto;
    }
    .news-big.news-big2 img {
        height: 210px;
    }
    .news-big.news-big2 h5 {
        font-size: 14px;
        height: 52px;
        line-height: 52px;
    }
    .news-big.news-big2 h5 span {
        height: 52px;
        line-height: 52px;
        width: 70%;
    }
    .news-big.news-big2 h5 span:last-of-type {
        height: 52px;
        line-height: 52px;
        width: 25%;
    }
    .row-ul li .row2-img {
        width: 88px;
        height: 68px;
    }
    .row-ul li .row2-right {
        width: 70%;
    }
    .row-ul li .row2-right p {
        display: none !important;
    }
    .row-zmg {
        overflow: hidden;
        height: auto;
    }
    .row-zmg .left {
        width: 100%;
    }
    .row-zmg .right {
        width: 100%;
        display: inline-block;
        margin-bottom: 20px;
    }
    .row-zmg .right .zmg-li {
        padding: 0;
        margin-right: 44px;
        background: unset;
    }
    .row-zmg .right .zmg-li:last-of-type {
        padding: 0;
        margin-right: 0;
    }
    .row-zmg .right .zmg-li h5 {
        font-size: 14px;
    }
    .swiper-container-horizontal .swiper-pagination3 {
        left: 0;
        right: 0;
        top: unset;
        bottom: 0px;
        margin: auto;
    }
    .swiper-container3 {
        padding-bottom: 30px;
    }
    .tools {
        width: 36px;
        height: auto;
    }
    .tools ul li {
        margin: 5px 0;
    }
    .tools-icon {
        width: 36px;
        height: 36px;
    }
    .tools-qrcode {
        width: 125px;
        height: 36px;
        line-height: 36px;
        right: 36px;
    }
    .footer {
        padding-top: 30px;
    }
    .footer-logo {
        width: 100%;
        height: auto;
        margin-bottom: 30px;
    }
    .footer-bottom p {
        float: unset;
        margin-top: 0;
    }
    .footer-right {
        float: unset;
        display: table;
        margin: auto;
        margin-top: 30px;
    }
    .banner-info {
        height: 15vh;
    }
    .info-sidebar .title {
        height: 60px;
        font-size: 24px;
        padding-top: 7px;
    }
    .hot-link .title2 {
        margin-top: 15px;
    }
    .hot-link-main {
        padding: 15px;
    }
    .info-main {
        width: 100%;
        margin-top: 15px;
    }
    .info-main {
        margin-top: 0;
    }
    .nav-left {
        width: 100%;
    }
    .nav-left ul {
        width: 100%;
        overflow: auto;
        white-space: nowrap;
        margin-bottom: 30px;
    }
    .nav-left ul li {
        display: inline-block;
        float: unset;
    }
    .main-right {
        width: 100%;
        padding-bottom: 30px;
    }
    .target-txt {
        display: none !important;
    }
    .nav-title {
        padding-right: 0px;
        padding-left: 10px;
        margin-top: 15px;
        border-left: 5px solid #000351;
    }
    .news-info-top h3 {
        font-size: 20px;
        line-height: 25px;
    }
    .course-right h5 {
        border-bottom: 0;
    }
    .col-info {
        margin-top: 15px;
    }
    .main-right .course-list p {
        height: 50px;
        margin-top: 0;
    }
    .main-bg {
        margin-top: 0;
    }
    .footer-right a {
        margin: 0 15px;
    }
    .about2-li p {
        padding: 15px;
    }
    .team-list .team-img {
        width: 88px;
        height: 108px;
        position: absolute;
    }
    .team-list li {
        width: 100%;
        position: relative;
        overflow: hidden;
        height: auto;
    }
    .team-list h5 {
        margin: 0;
    }
    .team-list p {
        height: 50px;
        line-height: 25px;
    }
    .team-list .team-right {
        padding-left: 100px;
        width: 100%;
        height: auto;
    }
    .team-info .team-photo {
        width: 100%;
        min-height: 300px;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .team-info-right {
        width: 100%;
    }
    .course-list li {
        overflow: hidden;
        position: relative;
        padding: 0;
    }
    .course-list .pro-img {
        width: 140px;
        height: 100px;
        position: absolute;
    }
    .course-list .course-right {
        width: 100%;
        padding-left: 155px;
        margin-top: 0;
        position: relative;
    }
    .course-right h5 {
        font-size: 16px;
        margin: 0;
        padding-bottom: 0;
    }
    .course-right em {
        margin-bottom: 0;
    }
    .course-right p {
        padding-top: 0px;
        height: auto;
    }
    .course-list li {
        margin-bottom: 30px;
    }
    .course-main img {
        width: 100%;
        height: auto;
        min-height: 200px;
    }
    .course-right {
        width: 100%;
        margin-top: 10px;
    }
    .course-main .course-right p {
        margin-top: 15px;
        height: auto;
    }
    .info-txt .course-main {
        margin-bottom: 0;
    }
    .col-info {
        padding: 15px;
    }
    .news-list .col-news-list h5 span {
        width: 70%;
    }
    .news-list .col-news-list h5 em {
        width: 23%;
    }
    .col-news-list h5 i {
        width: 0%;
    }
    .contact-left {
        width: 100%;
        margin: 0;
    }
    .contact-right {
        width: 100%;
    }
    .row3-btn {
        margin-top: 0px;
    }
    .news-nav ul li{
        width: 18%;
        float: left;
        margin-right: 2%;
    }
    .news-nav ul li:last-of-type{
        margin-right: 0;
    }
    .news-nav ul li a{
        font-size: 14px;
    }
    .news-nav ul li a{
        line-height: 44px;
        border-radius: 6px;
    }
    .news-mid{
        width: 100%;
        margin: 0;
    }
    .news-big{
        height: 260px;
    }
    .news-mid-title h5{
        font-size: 16px;
        margin-bottom: 0;
    }
    .news-mid-title p{
        font-size: 14px;
    }
    .news-right{
        width: 100%;
    }
    .news-right h5{
        font-size: 16px;
    }
    .news-right ul li{
        margin-top: 15px;
    }
    .news-right p{
        font-size: 16px;
        margin-top: 10px;
    }
    .about-main{
        width: 100%;
        padding: 0 4%;
    }
    .about-left{
        width: 100%;
        padding: 30px;
    }
    .news-col{
        padding-bottom: 450px;
    }
    .col-title{
        width: 100%;
    }
    .about-left .about-txt{
        width: 100%;
    }
    .more-btn{
        width: 150px;
        height: 44px;
        line-height: 44px;
    }
    .about-right{
        width: 100%;
        height: 260px;
    }
    .about-col{
        top: -40rem;
    }
    .nav-tabs{
        margin-bottom: 2rem;
        width: 100%;
    }
    .nav-tabs li{
        /* float: left; */
        width: 32%;
        margin-right: 2%;
        margin-left: 0;
        height: 44px;
        line-height: 44px;
    }
    .nav-tabs li:last-of-type{
        margin-right: 0;
    }
    .nav-tabs li a{
        font-size: 14px;
        border-radius: 6px;
    }
    .nav-tabs>li>a{
        line-height: 44px;
    }
    .team-main{
        width: 92%;
        margin-top: 6rem;
    }
    .team-list ul li{
        width: 48%;
        margin-right: 4%;
        height:13rem;
    }
    .team-list ul li:nth-of-type(2){
        margin-right: 0;
    }
    .team-list ul li:nth-of-type(3){
        display: none;
    }
    .team-col{
        background-size: auto 100%;
        padding-top: 30px;
    }
    .pro-col{
        margin-top: -160rem;
        background-size: 100% auto;
        background-position: center;
        padding-bottom: 50px;
    }
    .swiper-container2{
        width: 100%;
    }
    .swiper2-img{
        width: 100%;
        float: left;
        height: 230px;
        margin-top: 0px;
    }
    .swiper2-txt{
        width: 100%;
        padding: 1rem 2rem;
        float: left;
        height: 215px;
    }
    .pro-col .col-title{
        margin-bottom: 30px;
    }
    .swiper2-txt h5{
        font-size: 20px;
    }
    .swiper2-txt p{
        margin-top: 0;
        margin-bottom: 25px;
        height: 70px;
        font-size: 16px;
        line-height: 25px;
    }
    .photo-col{
        padding-top: 30px;
        padding-bottom: 50px;
    }
    .photo-col .photo-nav{
        width: 100%;
        margin-top: 15px;
    }
    .photo-list{
        margin-top: 30px;
    }
    .photo-list ul li{
        width:48%;
        height: 150px;
    }
    .photo-list ul li:nth-of-type(3n){
        display: none;
    }
    .photo-list ul li h5{
        bottom: 0;
        padding: 0 10px;
    }
    .video-btn{
        width: 38px;
        height: 38px;
    }
    .logo-img{
        width: 100%;
        height: auto;
    }
    .footer-top .heard-txt{
        display: none !important;
    }
    .footer-m-right{
        display: none;
    }
    .footer-control{
        width: 100%;
        margin-top: 15px;
    }
    .news-nav{
        margin-top: 15px;
    }
    .info-col{
        margin-top: 0px;
    }
    .nav-title h5{
        font-size: 20px;
    }
    .nav-title p{
        font-size: 16px;
    }
    .info-loc{
        width: 100%;
        margin-top: 15px;
        text-align: left;
    }
    .info-top{
        margin-bottom: 30px;
    }
    .nav-left ul li a{
        font-size: 16px;
        border-bottom: 0;
    }
    .main-right{
        padding: 0;
    }
    .about2-info ul li{
        margin: 0 15%;
        margin-bottom: 30px;
        width: 70%;
    }
    .news-info-img{
        width: 100%;
    }
    .news-info-txt{
        width: 100%;
    }
    .news-info-txt h5{
        font-size: 20px;
        margin-top: 15px;
    }
    .news-info-txt p{
        font-size: 16px;
    }
    .news-info-txt span{
        font-size: 16px;
    }
    .news-list ul li:last-of-type{
        margin-bottom: 0;
    }
    .news-list ul li{
        margin-bottom: 30px;
    }
    .news-list2 ul li{
        padding: 12px 10px;
    }
    .news-data{
        margin-top: 5px;
    }
    .news-txt{
        width: calc(100% - 80px);
    }
    .news-txt h5 {
        font-size: 16px;
        margin-bottom: 5px;
        margin-top: 0;
    }
    .about2-info.team-info-list{

    }
    .about2-info.team-info-list ul li{
        width: 48%;
        margin: 0;
        margin-right: 15px;
        margin-bottom: 30px;
    }
    .about2-info.team-info-list ul li:nth-of-type(2n){
        margin-right: 0;
    }
    .about2-photo{
        width: 120px;
        height: 120px;
    }
    .about2-col{
        margin-top: -80px;
        padding:100px 15px 30px 15px;
    }
    .about2-col h3{
        font-size: 18px;
    }
    .about2-col h5{
        font-size: 16px;
    }
    .about2-col p{
        font-size: 14px;
    }
    .master-info ul li{
        width: 100%;
        margin-right: 0;
    }
    .master-info{
        padding: 0;
    }
    .master-info-img{
        height: 260px;
    }
    .download-list{
        padding: 0;
    }
    .download-list ul li{
        padding: 15px;
        height: 125px;
        margin-bottom: 20px;
    }
    .news-date{
        width: 66px;
    }
    .news3-txt{
        width: 72%;
    }
    .news3-txt h5{
        font-size: 16px;
    }
    .main-right-nav ul{
        width: 100%;
    }
    .main-right-nav ul li{
        display: inline-block;
        width: 31%;
        height: 36px;
        font-size: 16px;
        line-height: 36px;
        margin: 0 1%;
    }
    .main-right-nav ul li a{
        display: block;
        color: #000351;
        background: #CCD6EE;
        border-radius: 50px;
        text-align: center;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        transition: .3s;
    }
    .main-right-nav ul li a:hover{
        background: #000351;
        color: #fff;
    }
    .main-right-nav ul li a.active{
        background: #000351;
        color: #fff;
    }
    .mian-right-img p{
        margin-bottom: 15px;
    }
    .mian-right-img p img{
        width: 100%;
    }


}