* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
}

li {
    list-style: none;
}


/*全局样式*/

html,
body {
    width: 100%;
    margin: 0 auto;
}


/*= 清除浮动=*/

.clear {
    clear: both;
    height: 0px;
    line-height: 0px;
    font-size: 0px;
    overflow: hidden;
    display: block;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
    font-size: 0px;
}

:focus {
    outline: 0
}

a,
button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
    cursor: pointer
}


/* Hides from IE-mac \*/

* html .clearfix {
    height: 0%;
}


/* End hide from IE-mac */

*+html .clearfix {
    min-height: 0%;
}


/* 针对IE7 */

*+html .clearfix {
    min-height: 0%;
}

.w100 {
    width: 100%;
}

.fl {
    float: left;
}

.fr {
    float: right;
}


/*原文件配置*/

body {
    color: #333;
    background: #ffffff;
    font: 16px/30px 'Microsoft YaHei', arial, sans-serif;
}

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

a:hover {
    color: #4d70e8;
}


/*块级转化*/

.di_in {
    display: inline-block;
}

.di_no {
    display: none;
}

.di_bl {
    display: block;
}


/*原文件配置  end*/


/*横向居中*/

.te_c {
    text-align: center;
}


/*相对定位*/

.p_r {
    position: relative;
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.flex-v {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.flex-align-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.flex-align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-pack-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-pack-justify {
    -webkit-box-pack: justify;
    -webkit-justify-content: pace-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-warp {
    flex-flow: wrap
}

.flex-column {
    flex-flow: column
}

.ellipsis-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.ellipsis-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ellipsis-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.ellipsis-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.transition {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

img {
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.container {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.top {
    background-color: #6587fd;
}

.top .text {
    //*background: url(../images/foot_logo.png)no-repeat left center; *//
    background-size: auto 22px;
    padding-left: 0px;
    line-height: 56px;
    color: #ddd;
    font-size: 14px;
    font-weight: 550;
}

.top .search-con {height: 36px;
    margin: 10px 0;
    margin-right: 20px;
    border-radius: 56px;
    -webkit-border-radius: 56px;
    -moz-border-radius: 56px;
    -ms-border-radius: 56px;
    -o-border-radius: 56px;
    overflow: hidden;
    width: 380px;
}

.top .search-con input[type='text'] {
    width: 100%;
    padding: 0 20px;
}

.top .search-con input[type='submit'] {
    width: 36px;
    background: #4d70e8 url(../images/search.svg)no-repeat center;
    background-size: 20px;
}

.top .lang {
    color: #ddd;    margin-right: 20px;
}

.top .lang span {
    margin: 0 10px;
}

.top .lang a {
    color: #ddd;
}

.top .lang a:hover {
    color: #4d70e8;
}

.header {
    width: 100%;
    height: 80px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    background-color: #FFF;
}

.fixed {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
}

.header .logo {
    height: 80px;
    margin-right:40px;
}

.header .logo img {
    height: 50px;
}

.nav li>a {
    padding: 0 44px 0 20px;
    line-height: 80px;
}

.nav li:first-child>a,
.nav li:last-child>a {
    padding-right: 20px;
}

.nav li span {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAEAQMAAAB4CLc+AAAABlBMVEUAAAB+fX1PLfavAAAAAXRSTlMAQObYZgAAABBJREFUCNdjaGJwYdBgEAAABXIA/2yEHJgAAAAASUVORK5CYII=)no-repeat center;
    position: absolute;
    right: 20px;
    top: 0;
    height: 80px;
    width: 24px;
}

.nav .drop {
    background-color: #4d70e8;
    width: 180px;
    left: 0;
    position: absolute;
    transform: rotateX(90deg);
    transition: transform 0.2s linear, opacity 0.2s linear;
    transform-origin: top;
    padding: 10px 0;
    z-index: 999;
}

.nav .drop::after {
    content: '';
    position: absolute;
    left: 30px;
    top: -10px;
    width: 0;
    height: 0;
    border-left: 10px transparent solid;
    border-right: 10px transparent solid;
    border-bottom: 10px #4d70e8 solid;
}

.nav .drop a {
    font-size: 14px;
    border-bottom: 1px rgba(255, 255, 255, .15) solid;
    line-height: 40px;
    color: #FFF;
    padding-left: 30px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

@media (min-width:1025px) {
    .nav li:hover .drop {
        opacity: 1;
        transform: rotateX(0deg);
    }
    .nav li:hover .drop a:hover {
        padding-left: 40px;
    }
}

.banner {
    overflow: hidden;
}

.banner img {
    width: 100%;
}

.banner .swiper-pagination-bullet-active {
    background-color: #4d70e8;
}

.home-pro {
    background-color: #f2f2f2;
    padding: 30px 8.333333333333332%;
}

.home-pro .item {
    width: 20%;
}

.home-pro .item .pic {
    overflow: hidden;
    width: 100%;
    height: 230px;
}

.home-pro .item .pic img {
    max-height: 229px;
    max-width: 206px;
}

.home-pro .item .more {
    margin-left: auto;
    margin-right: auto;
    background-color: #6587fd;
    color: #fff;
    border-radius: 3px;
    border-color: #333;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    height: 40px;
    line-height: 40px;
    width: 135px;
    margin-top: 35px;
    font-size: 14px;
}

.home-pro .item .more:hover {
    background-color: #4d70e8;
}

.home-about {
    margin-top: 90px;
}

.home-about .video {
    width: 580px;
    height: 320px;
    overflow: hidden;
    margin-right: 20px;
    margin-top: 0px;
}

.home-about .video video {
    width: 100%;
    height: 100%;
}

.home-about .title {
    font-size: 18px;margin-top:10px;
}

.home-about .title span {
    color: #4d70e8;
    font-size: 24px;
}

.home-about .text {
    font-size: 15px;
    line-height: 1.5;
}

.home-about .text p {
    margin-top: 20px;
    text-indent: 30px;
}

.home-about .btn {
    margin-top: 20px;
}

.home-about .btn a {
    background-color: #4d70e8;
    color: #FFF;
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    font-size: 14px;
    margin-right: 80px;
}

.home-about .btn a:hover {
    background-color: #333;
}

.home-icon {
    margin-top: 20px;
}

.home-icon li {
    margin: 0 10px;
    padding: 40px 20px;
    width: calc(25% - 20px);
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.home-icon li .icon {
    width: 80px;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
}

.home-icon li .icon img {
    width: 48px;
}

.home-icon li .icon span {
    width: 14px;
    height: 14px;
    position: absolute;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.home-icon li .icon .line1 {
    border-left: 1px #4d70e8 solid;
    border-top: 1px #4d70e8 solid;
    left: 0;
    top: 0;
}

.home-icon li .icon .line2 {
    border-right: 1px #4d70e8 solid;
    border-top: 1px #4d70e8 solid;
    right: 0;
    top: 0;
}

.home-icon li .icon .line3 {
    border-left: 1px #4d70e8 solid;
    border-bottom: 1px #4d70e8 solid;
    left: 0;
    bottom: 0;
}

.home-icon li .icon .line4 {
    border-right: 1px #4d70e8 solid;
    border-bottom: 1px #4d70e8 solid;
    right: 0;
    bottom: 0;
}

.home-icon li .tit {
    font-weight: bold;
    font-size: 22px;
    margin-top: 30px;
}

.home-icon li .text {
    margin-top: 35px;
    color: #666;
    line-height: 1.5;
}

.home-icon li:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.home-icon li:hover .icon .line1 {
    left: 5px;
    top: 5px;
}

.home-icon li:hover .icon .line2 {
    right: 5px;
    top: 5px;
}

.home-icon li:hover .icon .line3 {
    left: 5px;
    bottom: 5px;
}

.home-icon li:hover .icon .line4 {
    right: 5px;
    bottom: 5px;
}

.home-icon li:hover .tit {
    color: #4d70e8;
}

.pic-con {
    margin-top: 30px;
}

.pic-con .swiper-slide {
    height: 190px;
}

.pic-con .swiper-button-white {
    background-color: rgba(0, 0, 0, .3);
    width: 40px;
    height: 74px;
    background-size: 18px;
}

.home-info {
    background-color: #fff;
    margin-top: 40px;
}

.home-info .pic {
    width: 50%;
    /*height: 530px;*/
    overflow: hidden; 
}

.home-info .pic img {
    width: 100%;
}

.home-info .right-info {
    color: #fff;
    font-size: 15px;
    background: url("../images/syt011.jpg") no-repeat center center;
    width: 50%;
    background-size: contain;
    padding-top: 27.60416666666%;
}

.home-info .right-info .right-info-line{
    padding-left:4%;
       border-left: 2px #fff solid; 
}


.home-info .text-info {
    padding:4% 3% 0 3%;
    color: #2145c1;
    font-size: 18px;
    background: url("../images/syt02.jpg") no-repeat center center;
   width: 50%;
    background-size: contain;
}

.home-info .right-info  .tit span {
    font-size:34px;
}

.home-info .right-info  .text {
    margin-top: 25px;
}

.home-info .text-info li {
    width: 25%;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 44px;
        margin-top: 8%;
}

.home-info .text-info li .num {
    font-size: 28px;

}

.home-info .text-info li .num span {
    font-size:54px;
    font-family: Impact;
}



.home-info .right-info .btn {
    margin-top: 40px;
}

.home-info .right-info .btn a {
    width: 210px;
    height: 50px;
    border: 1px #FFF solid;
    font-size: 16px;
    color: #FFF;border-radius: 8px;
}

.home-info .right-info .btn a {
    margin-right: 40px;
}

.home-info .right-info .btn a:hover {
    background-color: #FFF;
    color: #000;
}


.home-ser {
    background-color: #333;
    padding: 50px 40px 30px 40px;
    overflow: hidden;
    color: #FFF;
}

.home-ser .tilte {
    font-size: 26px;
}

.home-ser .text {
    color: #a9a9a9;
    margin-top: 10px;
}

.home-ser ul {
    margin-top: 40px;
}

.home-ser li {
    width: 49.75%;
    height: 375px;
    overflow: hidden;
    margin-bottom: 10px;
    margin-right: .5%;
}

.home-ser li:nth-child(even) {
    margin-right: 0;
}

.home-ser li .txt {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .3);
    color: #FFF;
    padding: 20px;
    font-size: 18px;
    width: 100%;
}

.home-news {
    margin-top: 50px;
}

.home-news .title {
    padding-bottom: 30px;
}

.home-news .title h3 {
    font-size: 24px;
    font-weight: normal;
}

.home-news .title .sub a {
    padding: 10px 20px;
}

.home-news .title .sub a:hover {
    background-color: #4d70e8;
    color: #FFF;
}

.home-news li {
    width: 44%;
    margin-right: 8%;
    padding: 20px;
    border-top: 1px solid #ccc;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.home-news li:nth-child(even) {
    margin-right: 0;
}

.home-news li .tit {
    padding-right: 20%;
}

.home-news li .tit a {
    color: #666;
}

.home-news li .tit::before {
    content: '';
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 5px;
    height: 5px;
    background-color: #666;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.home-news li .tit .date {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    color: #999;
}

.home-news li .text-con {
    margin-top: 14px;
}

.home-news li .text {
    margin-right: 20%;
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    color: #777;
}

.home-news li .more {
    width: 41px;
    height: 18px;
    border-left: 1px #999 solid;
    background: url(../images/arrow.svg)no-repeat center;
    background-size: 18px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.home-news li:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    padding-left: 30px;
}

.home-news li:hover .tit a {
    color: #4d70e8;
}

.home-news li:hover .tit::before {
    background-color: #4d70e8;
}

.home-news li:hover .more {
    background-image: url(../images/arrow-on.svg);
    background-position: 70% center;
}

.footer {
    background: #333 url(../images/foot-bg.png)no-repeat left top;
    background-size: 100%;
    padding-top: 145px;
    padding-bottom: 10px;
    color: #ccc;
    font-size: 14px;
}

.footer .logo,
.footer .f-nav,
.footer .erwma-con {
    width: 16.666666666666664%;
}

.footer .tit {
    font-size: 18px;
    font-weight: bold;
    color: #eee;margin-bottom: 20px;
}

.footer a {
    color: #ccc;
    line-height: 1.8;
}

.footer a:hover {
    color: #4d70e8;
    text-decoration: underline;
}

.footer .text-con {
    width: 33.33333333333333%;
}

.footer .text-con p {
    line-height: 1.8;
}

.footer .text-con a {
    background-color: #4d70e8;
    height: 40px;
    line-height: 40px;
    padding-left: 65px;
    padding-right: 65px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    color: #FFF;
    font-size: 18px;
    margin-top: 10px;
}

.footer .erwma-con .erwma {
    margin-left: auto;
    margin-right: auto;
    width: 140px;
    overflow: hidden;
}

.footer .erwma-con .erwma img {
    width: 100%;
}

.footer .copyright {
    margin-top: 20px;
}

.footer .an {
    margin-top: 10px;
}

.footer .an a {
    color: #545454;
}

.footer .an a:hover {
    color: #4d70e8;
}

.sub-banner {
    width: 100%;
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 36.458333333%;
}

.dingwei {
    position: absolute;
    left: 0;
    top:200px;
}

.crumbs {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .4);
    color: #FFF;
    padding: 10px 0;
    width: 100%;
    font-size: 14px;
}

.crumbs a {
    color: #FFF;
}

.mt40 {
    margin-top: 40px;
}

.sidebar {
    width: 280px;
    border: 1px solid #d6d6d6;
    margin-right: 20px;
}

.sidebar h2 {
    padding-left: 30px;
    background-color: #6587fd;
    height: 48px;
    line-height: 48px;
    color: #FFF;
    font-size: 20px;
    font-weight: normal;
}

.sidebar li::after {
    content: '';
    position: absolute;
    right: 20px;
    top: 14px;
    width: 8px;
    height: 8px;
    border-bottom: 2px solid #d6d6d6;
    border-right: 2px solid #d6d6d6;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

.sidebar li a {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #d6d6d6;
    padding-left: 30px;
}

.sidebar li:last-child a {
    border-bottom: 0;
}

.pub-title {
    border-bottom: 1px solid #d6d6d6;
    font-size: 20px;
    padding-bottom: 10px;
}

.hezuo {
    border-bottom: 1px solid #d6d6d6;
    margin-top: 30px;
    padding-bottom: 30px;
    float:left;
}
.hezuo .picc {
    width: 205px;
    height: 205px;
    overflow: hidden;
    margin: 10px;border:1px #f4f4f4 solid;
}
.hezuo .piccc {
    width: 430px;
    height: auto;text-align:center;
    overflow: hidden;
    margin: 10px;
}



.list li {
    border-bottom: 1px solid #d6d6d6;
    margin-top: 30px;
    padding-bottom: 30px;
}

.list li .pic {
    width: 240px;
    height: 140px;
    overflow: hidden;
    margin-right: 30px;
}

.list li .piccp {
    width: 64px;
    height: 64px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    min-width: 64px;margin-right:20px;
}
.list li .piccp img{
    border-radius: 5px;
}

    

.list li .text-con {
    min-width: 0;
}

.list li .tit {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.8;
}

.list li .titcp {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

.list li .text {
    font-size: 14px;
    margin-top: 10px;
    line-height: 1.8;
}

.page {
    margin: 50px 0;
    font-size: 14px;
}

.page a {
    padding: 0 10px;
    line-height: 30px;
    height: 30px;
    margin: 0 5px;
    background-color: #f0f4f8;
}

.page .prev,
.page .next {
    height: 30px;
    width: 30px;
}

.page .prev::after {
    content: '';
    position: absolute;
    right: 12px;
    top: 12px;
    width: 6px;
    height: 6px;
    border-bottom: 2px #606266 solid;
    border-left: 2px #606266 solid;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.page .next::after {
    content: '';
    position: absolute;
    left: 12px;
    top: 12px;
    width: 6px;
    height: 6px;
    border-top: 2px #606266 solid;
    border-right: 2px #606266 solid;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.page a.on {
    background-color: #4d70e8;
    color: #FFF;
}

.dateils h1 {
    font-size: 24px;
}

.dateils .info {
    font-size: 14px;
    color: #999;
    padding-bottom: 10px;
    border-bottom: 1px solid #d6d6d6;
    margin-top: 20px;
}

.dateils .info span {
    margin-right: 10px;
}

.dateils .body {
    line-height: 2;
    margin-top: 20px;
}

.dateils .body img {
    max-width: 100%;
    margin-top: 20px;
}

.dateils .body p {
    margin-top: 20px;
}

.dateils .prev-next {
    border-top: 1px #d6d6d6 solid;
    margin-top: 40px;
    padding-top: 30px;
}

.dateils .prev-next a {
    width: 45%;
}

.dateils .prev-next a:last-child {
    text-align: right;
}

.about .jianjie .focus {
    width: 580px;
    height: 385px;
    overflow: hidden;
    margin-right: 20px;
}

.about .jianjie .text {
    font-size: 14px;
    line-height: 1.6;
}

.about .culture {
    background: url(../images/bj.jpg)no-repeat fixed center center;
    padding: 120px 0;
    margin-top: 60px;
}

.about .culture .title {
    font-size: 35px;
    font-weight: bold;
    color: #ff8000;text-shadow: 1px 2px 2px #fff;
}

.about .culture .title span {
    color: #4d70e8;
    margin-top: 20px;font-size:40px;
}

.about .culture .item {
    width: 280px;
    height: 215px;
    overflow: hidden;
    border: 1px #FFF solid;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background: rgba(255, 255, 255, .25);
    padding: 70px 40px;
    margin-left: 20px;
    color: #4d70e8;
    background-position: 90% 90%;
    background-repeat: no-repeat;
}

.about .culture .item:nth-child(1) {
    background-image: url(../images/a1.png);
}

.about .culture .item:nth-child(2) {
    background-image: url(../images/a2.png);
}

.about .culture .item:nth-child(3) {
    background-image: url(../images/a3.png);
}

.about .culture .item h4 {
    font-size: 20px;
}

.about .culture .item h4 span {
    height: 2px;
    background-color: #4d70e8;
    width: 40px;
    margin-left: 20px;
}

.about .team {
    margin-top: 60px;
}

.about .team .title {
    font-weight: bold;
    font-size: 30px;
}

.about .team .content {
    margin-top: 30px;
}

.about .team .fir-pic {
    width: 590px;
    height: 420px;
    overflow: hidden;
    cursor: pointer;
}

.about .team .pic {
    width: 280px;
    height: 200px;
    overflow: hidden;
    margin:0 10px;
    margin-bottom: 20px;
}

.about .team .text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .3);
    font-weight: bold;
    font-size: 18px;
    color: #FFF;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    padding: 10px 0;
    height: 40px;
}

.about .team .fir-pic:hover .text,
.about .team .pic:hover .text {
    height: 100%;
}

.about .team .pic:hover   img{
        -webkit-transform: scale(1.12, 1.12);
    -moz-transform: scale(1.12, 1.12);
    -o-transform: scale(1.12, 1.12);
    -ms-transform: scale(1.12, 1.12);
    transform: scale(1.12, 1.12);
}

.about .honor {
    margin-top: 50px;
}

.about .honor .title {
    font-size: 24px;
    font-weight: bold;
}

.about .honor .text {
    line-height: 1.6;
    font-size: 14px;
    color: #666;
    margin-top: 10px;
}

.about .honor img {
    width: 100%;
}

.about .honor .swiper-container {
    margin-top: 30px;
}

.about .honor .swiper-button-white {
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, .6);
    background-size: 16px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.nav .search {
    display: none;
}
.nav .yuyan {
    display: none;
}

.menu-btn {
    position: absolute;
    right: 20px;
    top: 0;
    width: 40px;
    height: 100%;
    background: url(../images/m-btn.svg)no-repeat center;
    background-size: 100%;
    display: none;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

@media (max-width:1199px) {
    .container {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    .home-info .text-info li .num span {
    font-size: 44px;
    font-family: Impact;
}

.home-about {
    margin-top: 40px;
}
    .top{
        display: none;
    }

    .sidebar {
        width: 100%;
    border: 1px solid #d6d6d6;
    margin-right: 0px;
    margin-bottom:20px;
    }
    .nav {
        position: fixed;
        width: 100%;
        left: 0;
        top: 80px;
        margin-top: 0;
        bottom: 0;
        overflow-y: scroll!important;
        display: none;
        background-color: #FFF;
        z-index: 99999;
    }
    .nav .search {
        display: flex;
        margin: 20px;
        height: 40px;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
        border: 1px #4d70e8 solid;
        overflow: hidden;
    }
        .nav .yuyan {
        display:block;
    }
    .nav .search input[type='text'] {
        padding-left: 20px;
    }
    .nav .search input[type='submit'] {
        width: 40px;
        background: #4d70e8 url(../images/search.svg)no-repeat center;
        background-size: 20px;
    }
    .menu-btn {
        display: block;
    }
    .nav ul {
        flex-flow: column;
    }
    .nav li {
        border-bottom: 1px #f6f6f6 solid;
    }
    .nav li>a {
        color: #333;
        font-size: 14px;
        line-height: 50px;
        display: block;
    }
    .nav li span {
        height: 50px;
    }
    .nav .drop {
        position: static;
        width: 100%;
        transform: translate(0, 0);
        box-shadow: none;
        padding-left: 20px;
        opacity: 1;
        visibility: inherit;
        border: none;
        display: none;
        background-color: transparent;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        padding-top: 0;
        padding-bottom: 0;
    }
    .nav .drop::after {
        display: none;
    }
    .nav .drop a {
        font-size: 14px;
        color: #333;
    }
    .home-pro {
        padding-left: 20px;
        padding-right: 20px;
    }
    .home-pro .item .pic img {
        max-width: 90%;
        max-height: 90%;
    }
    .home-about .title span {
        font-size: 20px;
    }
    .home-icon li {
        margin-left: 0;
        margin-right: 0;
        width: 25%;
    }
    .home-icon li .tit {
        font-size: 20px;
    }
    .home-icon li .text {
        margin-top: 20px;
    }
    .dateils h1 {
        font-size: 20px;
    }
    .about .culture .con {
        flex: 1;
    }
    .about .culture .item {
        width: 31%;
        margin-left: 2%;
    }
    .about .team .fir-pic {
        width: 40%;
    }
    .about .team .pic {
        width: 48%;
        margin: 0.5%;
    height: auto;
    }
    .about .team .text {
        font-size: 20px;
    }
}

@media (max-width:991px) {
    body {
        font-size: 14px;
    }
    .header,
    .header .logo {
        height: 70px;
    }
    .header .logo img {
        height: 40px;
    }
    .nav {
        top: 70px;
    }
    .home-about,
    .home-info {
        flex-flow: column;
    }
    .home-about .video {
        height: auto;
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .home-info .pic {
        width: 100%;
    }
.home-info .text-info {
    padding: 90px 1% 0 10%;
    color: #2145c1;
    font-size: 18px;
    background: url(../images/syt02.jpg) no-repeat center center;
    
    width: 100%;background-size: contain;
    padding-top: 55.20833333%;
}

.home-info .text-info li .num {
    font-size: 18px;

}

.home-info .right-info {
    padding: 90px 1% 0 1%;
    color: #fff;
    font-size: 15px;
    background: url(../images/syt01.jpg) no-repeat center center;
    background-size: cover;
    height: auto;
    background-size: contain;
    width: 100%;
    padding-top: 55.20833333%;
}

.home-info .right-info .tit span {
    font-size: 24px;
}
.footer .erwma-con {
    width: 100%;
}

    .home-ser {
        padding-left: 20px;
        padding-right: 20px;
    }
    .home-ser li {
        height: 280px;
    }
   .footer .f-nav {
        display: none;
    }
    .footer .logo {
        width: auto;
    }
    .footer .text-con {
        flex: 1;
    }
    .about .jianjie {
        flex-flow: column;
    }
    .about .jianjie .focus {
        width: 100%;
        margin-right: 0;
    }
    .about .jianjie .text {
        margin-top: 30px;
    }
    .about .culture .title {
        font-size: 24px;
    }
    .about .culture .item h4 {
        font-size: 18px;
    }
}

@media (max-width:767px) {
    .header,
    .header .logo {
        height: 60px;
    }
    .header .logo img {
        height: 40px;
    }
    .nav {
        top: 60px;
    }
    .home-pro {
        flex-wrap: wrap;
        padding-top: 0;
    }
    .home-pro .item {
        width: 50%;
        margin-top: 30px;
    }
    .home-pro .item:last-child {
        display: none;
    }
    .home-pro .item .pic {
        height: 180px;
    }
    .home-pro .item .more {
        margin-top: 20px;
        font-size: 12px;
    }
    .home-about {
        margin-top: 30px;
    }
    .home-about .title span {
        font-size: 18px;
    }
    .home-about .title {
        font-size: 14px;
    }
    .home-about .text {
        font-size: 13px;
    }
    .home-about .text p {
        text-indent: 26px;
    }
    .home-about .btn a {
        margin-right: 20px;
    }
    .home-about .btn a:last-child {
        margin-right: 0;
    }
    .home-icon {
        flex-wrap: wrap;
    }
    .home-icon li {
        width: 50%;
        padding: 20px 10px;
    }
    .home-icon li .tit {
        font-size: 18px;
    }
    .home-info .text-info li {
        width: 33.333%;
    }
    .home-news li {
        width: 100%;
        margin-right: 0;
    }
    .footer {
        padding-top: 100px;
    }
    .footer .logo img {
        height: 35px;
    }
    .dateils h1 {
        font-size: 18px;
    }
    .about .culture .container {
        flex-flow: column;
    }
    .about .team .content {
        flex-flow: column;
    }
    .about .team .fir-pic {
        width: 100%;
        margin-bottom: 10px;
    }
    .about .team .pic {
        width: 49%;margin: 0.5%;
    height: auto;
    }
    .about .team .pic:nth-child(odd) {
        margin-left: 0;
    }
    
    .about .team .text {
    font-size: 16px;
    height: auto;padding: 0;
}


    .sub-banner {
    width: 100%;
  
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 36.458333333%;
}


.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}


}

@media (max-width:480px) {
    
    .list li {
 
    width: 100%;
}
    .hezuo .piccc {
    width: 100%;
    height: auto;
    text-align: center;
    overflow: hidden;
    margin: 0px;
}
.hezuo .picc {
    width:99%;
    height: auto;
    overflow: hidden;
    margin: 0px;
    border: 1px #f4f4f4 solid;
}

.home-info .text-info li {
    width: 50%;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 24px;
    margin-top: 10px;
     margin-bottom: 10px;
}



    .home-info .text-info li .num span {
        font-size: 24px;
    }
    .home-info .text-info .btn a:first-child {
        margin-right: 20px;
    }
    .home-ser li {
        width: 100%;
        margin-right: 0;
    }
    .home-news .title .sub {
        display: none;
    }
    .footer {
        padding-top: 60px;
    }
    .footer .tit {
        font-size: 16px;
    }
    .footer .text-con a {
        font-size: 14px;
        padding: 0 40px;
    }
    .list li .pic {
        margin-right: 20px;
        width: 160px;
        height: 95px;
    }
    .about .jianjie .focus {
        height: 230px;
    }
    .about .culture {
        padding: 40px 0;
    }
    .about .culture .con {
        flex-flow: column;
    }
    .about .culture .item {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }
}