@CHARSET "UTF-8";

/*头部样式*/

.top {
    color: #a4a4a4;
    font: 400 12px/40px "Microsoft Yahei";
    box-shadow: 0 0 10px rgba(39, 16, 12, .17);
}

.top a {
    color: #a4a4a4;
}

.topbox {
    color: #666;
    font: 400 12px/30px "Microsoft Yahei";
}

.topbox a {
    color: #666;
}

.top-contact {
    background: #2598f2;
    width: 129px;
    text-align: center;
}

.lan {
    padding: 0 15px;
    background: #2598f2;
}

#header {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 500;
    width: 100%;
    padding: 10px 30px;
    background: rgba(256, 256, 256, .5);
    box-shadow: 2px 2px 10px 0 rgba(39, 16, 12, .15);
}

.en {
    position: absolute;
    font: 14px/2 "微软雅黑";
    padding-left: 25px;
    background: url(../images/en.png) left center no-repeat;
    right: 20px;
    top: calc(50% - 14px);
    z-index: 100;
}

.en a {
    color: #000;
    opacity: .75;
}

@media (min-width: 1450px) {
    .en {
        right: 3%
    }
}

.head {
    max-width: 1510px;
    margin: 0 auto;
    padding: 15px 0 0;
}

.logo {
    float: left;
    line-height: 75px;
}

.logo img {
    max-width: 100%;
    height: auto;
}

.toplink {
    padding-top: 10px;
}

.translate {
    width: 100px;
    position: absolute;
    left: 0;
    top: 10px;
    z-index: 9999;
}

.tran-in {
    left: 120px;
}

.translate li {
    border: 1px dashed #cccccc;
    line-height: 26px;
    text-align: left;
    background: #fff;
}

.translate li a {
    display: block;
    padding-left: 10px;
    background: url(../images/dot4.png) no-repeat 88% 11px;
}

.translate li a:hover {
    text-decoration: none;
    color: #275cea;
    cursor: pointer;
}

.translate-en {
    display: none;
    padding: 6px;
    padding-top: 0px;
}

.translate li .translate-en a {
    padding-left: 0px;
    text-align: center;
    background: #fff;
    border-bottom: 1px solid #cccccc;
}

.translate li .translate-en a:hover {
    font-weight: bold;
}

#menu {
    position: relative;
    padding-top: 20px;
}

@media (max-width: 1199px) {
    #header {
        padding: 5px 10px;
    }
}

@media (max-width: 467px) {
    .logo {
        padding: 0 !important;
        max-width: 248px;
    }
}

.contacts {
    padding-top: 15px;
}

.k1 {
    text-align: right;
}

.k2 {
    color: #071689;
    font: 600 20px/28px "Microsoft Yahei";
    padding-right: 30px;
}

.smaill-lan {
    text-align: center;
    border-top: 1px solid #ddd;
    padding: 8px 0;
    background: #f1f1f1;
}

.smaill-lan img {
    padding: 0 5px;
}


/*热门搜索*/

.search {
    padding-top: 65px;
}


/*#formsearch {*/


/*    width: 65px;*/


/*    height: 20px;*/


/*    border: 1px solid #aaa;*/


/*    margin-top: 10px;*/


/*    float: left;*/


/*    overflow: hidden;*/


/*    border-radius: 10px;*/


/*}*/

.hotSearch {
    font-size: 12px;
    font-weight: 400;
    line-height: 40px;
}

.hotSearch a {}

@media (max-width: 1199px) {
    .search {
        padding: 30px 15px 0;
    }
}

@media (max-width: 991px) {
    /*#formsearch {*/
    /*    width: 100%;*/
    /*}*/
    #add1 {
        display: none;
    }
}

@media (max-width: 567px) {
    .hotSearch {
        font-size: 24px;
    }
}


/*主体样式*/

.boxx {
    padding: 0 10%;
}

@media (max-width: 991px) {
    .boxx {
        padding: 0;
    }
}


/* 公司简介 */

.about {
    padding: 56px 0 47px 0;
    position: relative;
    margin-top: 85px;
}

.aboutbg {
    width: 100%;
    height: 100%;
    background: #eee;
    position: absolute;
    top: 0;
    right: 50%;
    margin-right: 45px;
}

.aboutimg img {
    max-width: 100%;
    height: auto;
}

.about .col-md-6 {
    padding: 0;
}

.aboutimg {
    position: relative;
    left: -50px;
    opacity: 0;
    transition: all 1s;
}

.on .aboutimg {
    left: 0;
    opacity: 1;
    transition-delay: 0.7s;
}

.about .text {
    padding: 0 10% 0 60px;
    color: #5a5a5a;
    font: 400 14px/30px "Microsot Yahei";
    position: absolute;
    top: 0;
    opacity: 0;
    transition: all 1.2s;
    padding-top: 3%
}

.about.on .text {
    right: 0;
    opacity: 1;
    transition-delay: 1s;
}

.about .text .con {
    padding-top: 50px;
    height: 200px;
    overflow: hidden;
}

.about .text .more {
    padding-top: 30px;
}

.about .text .more a {
    color: #264a96;
    font: 400 14px/30px "Microsot Yahei";
}

@media (max-width: 991px) {
    .about {
        padding: 0;
        margin-top: 20px;
    }
    .aboutbg {
        display: none;
    }
    .about .text {
        padding: 20px;
        position: relative;
    }
    .about .text .con {
        padding-top: 20px;
    }
    .about .text .more {
        padding-top: 20px;
    }
}


/* 课程介绍 */

.course {
    background: #f5f5f5;
    padding: 70px 0 100px;
}

.tit8 {
    color: #264a96;
    font: 400 30px/40px "微软雅黑";
    text-align: center;
}

.tit8 img {
    max-width: 100%;
    height: auto !important;
    width: auto !important;
}

.tit8 p {
    color: #acabab;
    font: 400 16px/25px "微软雅黑";
    text-transform: uppercase;
}

.tit2 {
    text-align: left;
}

.courselist {
    position: relative;
    overflow: hidden;
    margin: 0 10%;
    padding: 0;
    padding-top: 55px;
}

.courselist .hd {
    position: absolute;
    z-index: 9;
    margin: 0 auto;
    left: 0;
    right: 0;
    height: 100%;
}

.courselist .hd ul {
    text-align: center;
}

.courselist .hd ul li {
    width: 14.284%;
    float: left;
    background: rgba(0, 31, 95, .48);
    border-right: 1px solid #fff;
    text-align: center;
    height: 100%;
    position: relative;
    height: 664px;
    /*margin-right: 0.3%;*/
    line-height: 664px;
}

.courselist .hd ul li:last-child {
    margin-right: 0;
}

.courselist .hd ul li .proconts {
    display: inline-block;
    vertical-align: middle;
    font: normal 28px/30px MicrosoftYaHei;
    color: #ffffff;
}

.courselist .hd ul li h3 {
    font: normal 22px/30px MicrosoftYaHei;
    color: #ffffff;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

.courselist .hd ul li .intro {
    font: normal 16px/20px MicrosoftYaHei;
    margin-top: 5px;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

.courselist .hd ul li .intro a {
    color: #fff;
}

.courselist .hd ul li.on {
    background: rgba(0, 0, 0, .45);
}

.courselist .bd {
    position: relative;
}

.courselist .bd img {
    min-width: 100%;
    width: 100%;
}

.courselist .img img {
    max-width: 100%;
    height: auto;
}

.swiper-container2 {
    padding-top: 20px;
    width: 100%;
    overflow: hidden;
}

.swiper-container2 .swiper-slide a {
    display: block;
    color: #333;
    font: 400 14px/36px "Microsoft Yahei";
    text-align: center;
}

.swiper-pagination2 {
    width: 100% !important;
    margin: 0 auto;
    text-align: center;
}

.swiper-pagination2 .swiper-pagination-bullet {
    display: inline-block;
}

@media (max-width: 991px) {
    .course {
        margin-top: 20px;
        padding: 20px 0;
    }
}


/* 核心优势 */

.ys {
    position: relative;
    background: url(../images/ysbgs.png)top center;
    background-size: cover;
    padding: 80px 0 120px;
}

.ystit {
    color: #ffffff;
    font: 400 30px/40px "微软雅黑";
    text-align: center;
}

.ystit p {
    color: #acabab;
    font: 400 16px/25px "微软雅黑";
    text-transform: uppercase;
}

/**/
.hezuo_list{
    position: relative;
    margin-top: 5%
}
.hezuo_list .slick-slide{
    outline: none;
}
.hezuo_list .slick-con{
    padding: 0 5%;
}
.hezuo_list .slick-con h3{
    text-align: center;
    line-height: 2;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.hezuo_list .slick-con img{
    display: block;
    width: 100%;
}

.hezuo_list .slick-con:nth-child(1){
    margin-bottom: 10%
}


/**/


.hezuo_list{
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1380px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    margin-top: 3.125%;
}

.hezuo_list li{
    width: 15.66%;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
}

.hezuo_list li a{
    display: block
}

.hezuo_list li a img{
    width: 100%;
    display: block;
}
.hezuo_list li h3{
    font-size: 13px;
    color: #fff;
    line-height: 2;
    font-weight: 400;
}




@media (max-width: 992px) {
    .hezuo_list li{
        width:24%;
    }
    
}

@media (max-width: 768px) {
    .ys {
        padding-bottom: 5%;
    }
     .hezuo_list li{
        width:48%;
    }
    
}




/* 新闻资讯 */

.newsbg {
    background: #fff;
    padding: 75px 0;
}

.news_sort1{
    text-align: center;
    margin-top: 2.125%;
    margin-bottom: 3.125%;
}

.news_sort1 li{
    display: inline-block;
    margin:0 20px;
    width: 134px;
}
.news_sort1 li a{
    display: block;
    border: 1px solid #666;
    line-height: 40px;
    color: #000000;
    font-size: 18px;
}

.news_sort1 li.active a{
    border: 1px solid #004b90;
    color:#004b90;
}



.tab-con { position: relative; }
.tab-con .tab-main { position: absolute; left: 0; top: 0; z-index: 9; right: 0;}
.tab-con .tab-main { opacity: 0; visibility: hidden; transition: all .5s ease; }
.tab-con .tab-main.active { position: static; opacity: 1; visibility: visible;  }

	


.news {
    max-width: 1034px;
    margin: 0 auto;
    height: 585px;
    background: url(../images/newsbg.png) no-repeat;
    
}

.news_list1 {
    padding: 12px 0 0 11px;
}

.news_list1 img {
    max-width: 100%;
    height: auto;
}

.news_list1 li h3 {
    padding: 0 0 0 25px;
}

.news_list1 li h3 a {
    display: block;
    color: #014c90;
    font: 400 16px/46px "Microsoft Yahei";
    padding: 30px 0 20px;
}

.news_list1 li h3 p {
    color: #787878;
    font: 400 14px/30px "Microsoft Yahei";
}

.soroll {
    height: 462px;
    overflow: hidden;
    margin-top: 45px;
}

.news_list2 li {
    padding: 23px 0;
}

.news_list2 .time {
    background: #c3c3c3;
    color: #fff;
    font: 400 21px/40px "Microsoft Yahei";
    text-align: center;
    height: 70px;
}

.news_list2 .time p {
    font: 400 16px/20px "Microsoft Yahei";
}

.news_list2 h3 a {
    display: block;
    color: #000;
    font: 400 14px/24px "Microsoft Yahei";
}

.news_list2 h3 p {
    color: #787878;
    font: 400 12px/21px "Microsoft Yahei";
    height: 42px;
    overflow: hidden;
}

.news_list2 li:hover .time {
    background: #004b90;
    box-shadow: 5px 5px 5px #bdbdbd;
}

.news_list2 li:hover h3 a {
    color: #014c90;
}

@media (max-width: 991px) {
    .newsbg {
        padding: 20px 0;
    }
    .news {
        margin-top: 20px;
        background: none;
        height: auto;
    }
    .news .news_list1 {
        text-align: center;
        padding: 0;
    }
    .news_list1 li h3 {
        padding: 0 10px;
    }
    .news_list1 li h3 a {
        padding: 5px 0;
        height: 56px;
        overflow: hidden;
    }
    .news_list2 {
        padding-top: 15px;
    }
    .news_list2 li {
        padding: 10px 0;
    }
    .news_list2 h3 a {
        height: 24px;
        overflow: hidden;
    }
    .news_list2 .time {
        padding: 0;
        font-size: 14px;
    }
}


/* 名人馆 */

.celebbg {
    /*background: url(../images/celeb.jpg) no-repeat 50% 50%;*/
    padding-bottom: 95px;
}

.swiper-container3 {
    padding-top: 15px;
    overflow: hidden;
    width: 100%;
}

.swiper-container3 .swiper-slide a {
    display: block;
    color: #333;
    font: 400 14px/36px "Microsoft Yahei";
    text-align: left;
}

@media (max-width: 991px) {
    .celebbg {
        padding: 20px 0;
    }
}


/*合作客户*/

.partner {
    background: url(../images/partner.jpg) no-repeat 50% 0;
    padding: 85px 0;
}

.partner-content {
    padding-top: 30px;
}

.partner-content ul {
    max-width: 1190px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    display: block;
    background: #fff;
}

.partner-content ul li {
    float: left;
    width: 238px;
    height: 178px;
    display: block;
    text-align: center;
    position: relative;
    border: 1px solid #d36976;
}

.partner-content .overlay-bottom {
    position: absolute;
    left: -1px;
    bottom: -1px;
    width: 238px;
    height: 1px;
    background-color: #e5e5e5;
}

.partner-content .overlay-left {
    position: absolute;
    left: -1px;
    top: -1px;
    width: 1px;
    height: 178px;
    background-color: #e5e5e5;
}

.partner-content .overlay-top {
    position: absolute;
    right: -1px;
    top: -1px;
    width: 238px;
    height: 1px;
    background-color: #e5e5e5;
}

.partner-content .overlay-right {
    position: absolute;
    right: -1px;
    bottom: -1px;
    width: 1px;
    height: 178px;
    background-color: #e5e5e5;
}

.partner-content li:hover .overlay-bottom {
    animation: borderslideBottom .15s linear 0s 1;
    -moz-animation: borderslideBottom .15s linear 0s 1;
    -webkit-animation: borderslideBottom .15s linear 0s 1;
    animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

.partner-content li:hover .overlay-left {
    animation: bordersildeLeft .2s linear .15s 1;
    -moz-animation: bordersildeLeft .2s linear .15s 1;
    -webkit-animation: bordersildeLeft .2s linear .15s 1;
    animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

.partner-content li:hover .overlay-top {
    animation: bordersildeTop .15s linear .35s 1;
    -moz-animation: bordersildeTop .15s linear .35s 1;
    -webkit-animation: bordersildeTop .15s linear .35s 1;
    animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

.partner-content li:hover .overlay-right {
    animation: bordersildeRight .2s linear .5s 1;
    -moz-animation: bordersildeRight .2s linear .5s 1;
    -webkit-animation: bordersildeRight .2s linear .5s 1;
    animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

@-moz-keyframes borderslideBottom {
    from {
        width: 238px
    }
    to {
        width: 0
    }
}

@-webkit-keyframes borderslideBottom {
    from {
        width: 238px
    }
    to {
        width: 0
    }
}

@keyframes borderslideBottom {
    from {
        width: 238px
    }
    to {
        width: 0
    }
}

@-moz-keyframes bordersildeLeft {
    from {
        height: 178px
    }
    to {
        height: 0
    }
}

@-webkit-keyframes bordersildeLeft {
    from {
        height: 178px
    }
    to {
        height: 0
    }
}

@keyframes bordersildeLeft {
    from {
        height: 178px
    }
    to {
        height: 0
    }
}

@-moz-keyframes bordersildeTop {
    from {
        width: 238px
    }
    to {
        width: 0
    }
}

@-webkit-keyframes bordersildeTop {
    from {
        width: 238px
    }
    to {
        width: 0
    }
}

@keyframes bordersildeTop {
    from {
        width: 238px
    }
    to {
        width: 0
    }
}

@-moz-keyframes bordersildeRight {
    from {
        height: 178px
    }
    to {
        height: 0
    }
}

@-webkit-keyframes bordersildeRight {
    from {
        height: 178px
    }
    to {
        height: 0
    }
}

@keyframes bordersildeRight {
    from {
        height: 178px
    }
    to {
        height: 0
    }
}

.partner-content ul li a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.partner-content ul li i {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/partners.jpg);
    display: block;
}

.partner-content ul li i {
    opacity: 0.5;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.partner-content ul li a:hover i {
    opacity: 1;
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
    filter: none;
    -webkit-transform: scale(0.9) translateY(-8px);
    -moz-transform: scale(0.9) translateY(-8px);
    transform: scale(0.9) translateY(-8px);
}

.partner-content ul li .clients01 {
    background-position: -238px 0;
}

.partner-content ul li .clients02 {
    background-position: -476px 0;
}

.partner-content ul li .clients03 {
    background-position: -714px 0;
}

.partner-content ul li .clients04 {
    background-position: -952px 0;
}

.partner-content ul li .clients05 {
    background-position: -1190px 0;
}

.partner-content ul li .clients06 {
    background-position: -1428px 0;
}

.partner-content ul li .clients07 {
    background-position: -1666px 0;
}

.partner-content ul li .clients08 {
    background-position: -1904px 0;
}

.partner-content ul li .clients09 {
    background-position: -2142px 0;
}

@media (max-width: 991px) {
    .partner {
        padding: 20px 0;
    }
    .partner-content ul li {
        width: 25%;
    }
}

@media (max-width: 735px) {
    .partner-content ul li {
        width: 50%;
    }
    .partner-content ul li.par5,
    .partner-content ul li.par6,
    .partner-content ul li.par7,
    .partner-content ul li.par8,
    .partner-content ul li.par9,
    .partner-content ul li.par10 {
        display: none;
    }
    .partner-content ul li .clients00 {
        background-position: -40px 0;
    }
    .partner-content ul li .clients01 {
        background-position: -278px 0;
    }
    .partner-content ul li .clients02 {
        background-position: -516px 0;
    }
    .partner-content ul li .clients03 {
        background-position: -742px 0;
    }
}


/*----- Common css ------*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}

.gotop {
    position: absolute;
    right: 0;
    top: -65px;
    cursor: pointer;
}


/*友情链接*/

.f_link {
    background: url(../images/link.png) no-repeat 0 50%;
    color: #787878;
    text-indent: 5px;
    margin-left: 30px;
}

.f_link a {
    font-weight: 400;
    color: #787878;
}

@media (max-width: 1199px) {
    .f_link {
        padding: 0 15px;
    }
}

.n_bannerbj {
    width: 100%;
    overflow: hidden;
}

.n_banner {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
}

.n_bannerbj img,
.n_banners img,
.con_banner img {
    max-width: 100%;
    height: auto;
}

.con_banner {
    display: none;
}

@media (max-width: 767px) {
    .cons {
        display: block;
    }
    .n_banner {
        width: 100%;
        position: static;
        margin: 0;
    }
}

.casebox {
    background: url(../images/tit4.png) no-repeat 90% 50%;
}

@media (max-width:1600px) {
    .casebox {
        background: url(../images/tit4.png) no-repeat 98% 50%;
    }
}

@media (max-width:1400px) {
    .casebox {
        background: none;
    }
}

@media (max-width: 767px) {
    .casebox {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .case {
        padding-top: 30px;
    }
    .news_list1 li img {
        max-width: 100%;
        height: auto;
    }
    .news_list1 .text {
        background: #f7f7f7;
    }
}


/*页面底部*/

.footBg {
    background: #3d3d3c;
}

#footer {
    font: 400 12px/28px "Microsoft Yahei";
    padding-top: 50px;
}

#footer a {}

#footer a:hover {
    text-decoration: none;
}

.foot-nav {
    background: url(../images/line6.png) no-repeat 100% 50%;
}

.contacts {
    color: #323232;
    font: 400 14px/30px "Microsoft Yahei";
}

.contacts img {
    padding-right: 8px;
    vertical-align: top;
}

.foot-up {
    position: relative;
    margin-bottom: 5vh;
}

@media (min-width: 992px) {
    #footer .footcon {
        padding-left: 30px;
    }
}

@media (max-width: 991px) {
    .foot-up {
        padding: 0 !important;
        margin-bottom: 0!important;
    }
    #footer {
        padding: 20px 0;
    }
    .fCy {
        margin-top: 0px!important;
    }
}

.f-tit {
    color: #fff;
    font: 600 20px/46px "Microsoft Yahei";
    padding-toP: 23px;
}

.shares .bdshare-button-style0-16 a {
    width: 32px;
    height: 32px;
    padding: 0;
    margin-right: 12px;
}

.shares .bdshare-button-style0-16 a.bds_sqq {
    background: url(../images/s1.jpg) no-repeat 0 50%;
}

.shares .bdshare-button-style0-16 a.bds_weixin {
    background: url(../images/s2.jpg) no-repeat 0 50%;
}

.shares .bdshare-button-style0-16 a.bds_tsina {
    background: url(../images/s3.jpg) no-repeat 0 50%;
}

.shares .bdshare-button-style0-16 a.bds_tqq {
    background: url(../images/s4.jpg) no-repeat 0 50%;
}

.shares .bdshare-button-style0-16 a.bds_qzone {
    background: url(../images/s5.jpg) no-repeat 0 50%;
}

.copyright {}

.footcon .content {
    line-height: 34px;
}

.footcon .content img {
    padding-right: 10px;
}

.footbox {
    padding: 40px 0 80px;
}

.footintro {
    padding-top: 15px;
}

.foot-bottom {
    color: #9d9d9d;
    font: 400 14px/1.9 "Microsoft Yahei";
    text-align: center;
}

.foot-bottom a {
    color: #9d9d9d;
}

.fNav {
    text-indent: 35%;
}

.fNav a {
    color: #fbfbfb;
    font: 16px/3 "Microsoft Yahei";
}

.fMd {
    text-align: center;
    border-right: 1px solid #505050;
    border-left: 1px solid #505050;
    padding-top: 6vh;
    padding-bottom: 2vh;
}

.fMd img {
    max-width: 100%;
}

.fMd h4 {
    font: normal 16px/40px MicrosoftYaHei;
    color: #717171;
    margin-top: 16px;
}

.fMd h2 {
    font: normal 32px/40px MicrosoftYaHei;
    color: #717171;
    margin-top: 13px;
    margin-bottom: 7px;
}

.fMd h3 {
    font: normal 24px/39px MicrosoftYaHei;
    color: #717171;
}

@media (max-width: 1200px) {
    .fMd h4 {
        font-size: 15px;
    }
    .fMd h2 {
        font-size: 20px;
    }
    .fMd h3 {
        font-size: 18px;
    }
}

.swiper-wrapper img {
    max-width: 100%;
    height: auto;
}

.fCode {
    text-align: center;
    max-width: 400px;
}

.fCode>h3 {
    font-size: 14px;
    color: #8b8b8b;
    line-height: 2;
    font-weight: normal;
    margin-bottom: 10%
}

.fCode ul li {
    width: 50%;
    text-align: center;
    float: left;
}

.fCode ul li img {
    max-width: 100%;
}

.fCode ul li p {
    font-size: 14px;
    color: #636363;
    line-height: 2;
}

.fCy {
    border-top: 1px solid #505050;
    width: 80%;
    margin: 0 auto;
    margin-top: 5vh;
    padding: 15px 0;
}

@media (max-width: 991px) {
    .fCy {
        padding-top: 10px;
        width: 100%;
    }
}

.copyr {
    text-align: right;
}

@media (max-width: 767px) {
    .footbox {
        padding: 40px 0;
    }
}


/*------------内页-------------------*/

.bottom_tel {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 62px;
    background: url(../images/top_bg.jpg) repeat-x left top;
}

.span-line {
    border-left: #ccc 1px solid;
}

.bottom_tel a {
    display: block;
    height: 62px;
}

.bottom_tel a.tel {
    background: url(../images/tel.png) no-repeat 50% 50%;
}

.bottom_tel a.mail {
    background: url(../images/mail.png) no-repeat 50% 50%;
}

.bottom_tel a.tel:hover {
    background: url(../images/tel2.png) no-repeat 50% 50%;
}

.bottom_tel a.mail:hover {
    background: url(../images/mail2.png) no-repeat 50% 50%;
}

@media (max-width: 425px) {
    .news .news_list1 {
        width: 100%;
    }
    .news .news_list1 p img {
        width: 100%;
    }
}



/**/
.case_index{
    position: relative;
    padding: 3.125% 0 0;
}

.max1380{
    max-width: 1410px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.case_ttt{
    text-align: center;
}
.case_ttt h3{
    color: #004b90;
    font-size: 34px;
    font-weight: 400;
}
.case_ttt p{
/*    color: #acabab;
    font-size: 18px;
    font-weight: bold;
    font-family: "simsun";
    text-transform: uppercase;
    padding: 5px 0;*/
    color: #acabab;
    font: 400 16px/25px "微软雅黑";
    text-transform: uppercase;
}


.case_list11{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 3.125%;
}
.case_list11 li{
    position: relative;
    width: 32%;
    margin-bottom: 25px;
    transition: all .5s;
}
.case_list11 li a{
    display: block;
}
.case_list11 li a img{
    width: 100%;
}
.case_list11 li .fu{
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 0px;
    padding: 15px 0;
    background: rgba(17,80,155,.6);
    text-align: center;
    transition: all .5s;
}

.case_list11 li .fu h3{
    font-size: 14px;
    color: #f7f7f7;
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.case_list11 li .fu i{
    width: 110px;
    line-height: 30px;
    border-radius: 5px;
    background: #11509b;
    text-align: center;
    color: #fff;
    font-style: inherit;
    font-size: 12px;
    margin: 10px 0;
    display: none;
    transition: all .5s;
}

.case_list11 li:hover .fu h3{
    padding: 5px 0;
}

.case_list11 li:hover .fu i{
     display: inline-block;
}

.case_index .casemore{
    display: block;
    margin:2.125% auto 0;
    font-size: 14px;
    color: #999999;
    border: 1px solid #999999;
    width: 275px;
    line-height: 45px;
    text-align: center;
}

@media (max-width:992px){
    .case_list11 li{
        width:48%;
    }
}

@media (max-width:500px){
    .case_list11 li{
        width:100%;
    }
}















