@charset "utf-8";
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.fadeInUp {  
    animation-name: fadeInUp;
    animation-delay: .5s;
    animation-duration: 2s;
}
.fadeIn{
    animation-name: fadeIn;
    animation-delay: 0s;
    animation-duration: 1s;
}

ul,
ol,
dl,
table,
th,
tr,
td,
input,
textarea,
li,
a,
div,
span,
em,
i {
    margin: 0;
    padding: 0;
    border: 0;
}

img {
    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%;
}


*+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;
    min-width: 320px;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #ed7d31;
}


.di_in {
    display: inline-block;
}

.di_no {
    display: none;
}

.di_bl {
    display: block;
}


.te_c {
    text-align: center;
}



.p_r {
    position: relative;
}



.bgfff {
    background: #fff;
}

.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-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 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.img_hover {
    transition: all .3s;
}

.img_hover:hover {
    transform: scale(1.05, 1.05);
}

.container {
    width: 1400px;
    margin: 0 auto;
}

@media (max-width:1401px) {
    .container {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
}

/*side-nav*/
.side-nav {
    z-index: 1000;
    width: 80px;
   
    font-size: 14px;
    color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    margin-top: 169px;
    margin-bottom: 416px;
    }
.side-nav .lion { position: absolute; left: 0; bottom: 100%; }
.side-nav ul li { padding: 14px 0px;
    position: relative;
    text-align: center;}
.side-nav ul li a{ color: #fff; }
.side-nav ul li + li:after { position: absolute; content: ''; width: 20px; height: 1px; background: #b480af; left: 50%; transform: translateX(-50%); top: 0; }
.side-nav .hide { width: 110px; padding: 10px; background: #69005f; position: absolute; left: 95px; top: 50%; transform: translateY(-50%); display: none; }
.side-nav .hide img { width: 110px; height: 110px; }
.side-nav .hide .tri { position: absolute; border-left: 12px solid transparent; border-right: 12px solid #69005f; border-top: 12px solid transparent; border-bottom: 12px solid transparent; top: 50%; transform: translateY(-50%); right: 100%; }
.side-nav ul li:hover { color: #fff607; cursor: pointer; }
/*侧边导航 修改开始*/
.llBtn {
    position: fixed;
    top: 50%;
    margin-top: -107.5px;
    left: 0;
    color: #fff;
    cursor: pointer;
    opacity: 1;
    width: 60px;
    height: 150px;
    background: rgba(2, 80, 174, 0.79);
    /* background: url(../images/llBtn.png) center center no-repeat; */
    z-index: 2;
    display: none;
    /* background-color: #f6f6f6; */
    box-shadow: 0 0 15px rgba(0,0,0,.1);
}

.llBtn:before{
    content: "";
    /*background: url('../images/llBtn01.png') center center no-repeat;*/
    width: 70px;
    height: 88px;
    position: absolute;
    left: 5px;
    top: -4px;

    transition: all 1.5s ease-out 1.8s;
    opacity: 1;
}
.llBtn i {
    background: url(../images/llBtn02.png) 0 center no-repeat;
    background-size: 76%;
    width: 32px;
    height: 100%;
    display: block;
    margin-left: 16px;
    position: relative;
    z-index: 1;
    border-radius: 0 28px 28px 0;
}
.pub-close {
   position: absolute;
    width: 80px;
    height: 48px;
    z-index: 10;
    right: 0px;
    top: 73px;
    background-color: rgba(255,255,255,.1);
    border-radius: 100%;
}

.pub-close .bg {
      position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #1c5ab7;
    transform: scale(0);
    border-radius: 100%;
    transition: transform .3s;
}

.pub-close i {
        position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: 22px;
    background-repeat: no-repeat;

    transition: .6s;
    
    border-radius: 0 28px 28px 0;
    box-shadow: 0 0 15px rgba(0,0,0,.1);
    background: url(../images/icons01.png) center center no-repeat #fff;
}

.pub-close i:hover {
    /*transform: rotate(180deg)*/
}
.body_l{
    position: fixed;
    top: 0;
    left: 0;
    top: 193px;
    bottom: 0;
   max-width: 280px;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    
    box-shadow: 0 0 15px rgba(0,0,0,.1);
}
.body_l .con{
    padding: 32px 36px 18px;
    z-index: 999;
    height: 100%;
    background: rgba(19, 102, 161, 0.88);
}
.body_l.show{
    right: 0;
    opacity: 1;
    visibility: visible;
}

.header {
    width: 100%;
    height: 105px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background-color: rgba(8, 32, 82, .3);
    color: #FFF;
}

.header a {
    color: #FFF;
}

.header .logo {
    height: 105px;
}

.header .top {
    justify-content: flex-end;
    margin-top: 10px;
}

.header .top span {
    margin: 0 15px;
}

.header .email {
    background: url(../images/email.png)no-repeat left center;
    padding-left: 35px;
}

.header .login {
    background: url(../images/login.png)no-repeat left center;
    padding-left: 35px;
}

.header .nav {
    margin-top: 15px;
}

.header .nav .subnav {
    display: none;
    background-color: #FFF;
    line-height: 2;
    left: -30px;
    right: -30px;
    position: absolute;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
   /* padding: 10px 0;*/
    border-top: 5px solid #ff8902;
}

.header .nav .subnav::after {
    content: '';
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 6px transparent solid;
    border-right: 6px transparent solid;
    border-bottom: 6px #ff8902 solid;
}

.header .nav .subnav a {
    color: #444547;    font-size: 14px;
}

.header .nav .subnav a:hover {
    color: #fff;
    background: #0250ae;
}

.header .nav li {
    margin-right: 60px;
}

.header .nav li:last-child {
    margin-right: 0;
}

.header .nav li>a {
    font-size: 18px;
    /*font-weight: bold;*/
    line-height: 40px;
}

.header .nav li i {
    display: none;
    position: absolute;
    right: 0;
    top: 12px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    width: 10px;
    height: 10px;
    border-right: 1px #FFF solid;
    border-top: 1px #FFF solid;
}

.header.fixed {
    background-color: #0250ae;
}

.m-btn {
    display: none;
    width: 30px;
    height: 30px;
    background: url(../images/m-btn.svg)no-repeat center;
    background-size: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    right: 20px;
}

@media (min-width:1025px) {
    .header .nav li:hover .subnav {
        display: block;
    }
}

@media (max-width:950px) {

    .header,
    .header .logo {
        height: 90px;
    }

    .header .logo img {
        height: 60px;
    }

    .header .top {
        display: none;
    }

    .header .nav {
        position: fixed;
        right: -80%;
        width: 50%;
        height: calc(100% - 90px);
        top: 90px;
        background-color: #0e44ae;
        flex-flow: column;
        margin-top: 0;
        padding: 20px;
    }

    .header .nav li {
        margin-right: 0;
        width: 100%;
        line-height: 2;
    }

    .header .nav li>a {
        font-size: 16px;
    }

    .header .nav li i {
        display: block;
    }

    .header .nav .subnav {
        background: none;
        font-size: 12px;
        text-align: left;
        padding-left: 15px;
        position: inherit;
        left: auto;
        right: auto;
        box-shadow: none;
    }
.header .nav .subnav a{
color:#fff;
}
    .header .nav .subnav::after {
        display: none;
    }

    .m-btn {
        display: block;
    }
}

@media (max-width:767px) {

    .header,
    .header .logo {
        height: 80px;
    }

    .header .logo img {
        height: 50px;
    }

    .header .nav {
        top: 80px;
        height: calc(100% - 80px);
    }
}

@media (max-width:480px) {

    .header,
    .header .logo {
        height: 70px;
    }

    .header .logo img {
        height: 45px;
    }

    .header .nav {
        top: 70px;
        height: calc(100% - 70px);
        overflow-y: auto;
    }
}

.banner {
    overflow: hidden;
}

.banner .view img {
    width: 100%;
}

.banner .preview {
    position: absolute;
    left: 50%;
    bottom: 150px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    z-index: 1;background: #275aa08c;
    padding: 10px 0;
}

.banner .preview .swiper-container {
    margin-left: 50px;
    margin-right: 50px;
}

.banner .preview .swiper-slide {
    cursor: pointer;
    width: 10%;
    color: #FFF;
}

.banner .preview .swiper-slide .icon {
    height: 50px;
}

.banner .preview .swiper-slide a:hover .txt te_c{color:#fc9541}
.banner .preview .swiper-slide a:hover .icon img{ transform:rotateY(180deg) ; -webkit-transform:rotateY(180deg) ; -moz-transform:rotateY(180deg) ; -ms-transform:rotateY(180deg) ; -o-transform:rotateY(180deg) ;transition: .6s; -webkit-transition: .6s; -moz-transition: .6s; -ms-transition: .6s; -o-transition: .6s;  }

.banner .preview .arrow-left,
.banner .preview .arrow-right {
    background-size: 15px;
    border: 1px solid #fff;
}

.lian{
    margin-top: 40px;margin-left: 37px;
}
.lian a{
    margin-right: 50px;
    color: #666;   
 width: 24%;
    display: inline-block;
    margin: 0;
}

@media (max-width:1199px) {

.lian a{

 width:49%;
  
}
    .banner .preview .swiper-container {
        margin-left: 30px;
        margin-right: 30px;
    }
}

@media (max-width:950px) {
    .banner .preview .swiper-slide {
        width: 16.6%;
    }
}

@media (max-width:767px) {
    .banner .preview .swiper-slide {
        width: 20%;
        font-size: 14px;
    }

    .banner .view img {
        width: auto;
        height: 280px;
    }
}

@media (max-width:480px) {
    .banner .view img {
        height: 320px;
    }

    .banner .preview {
        bottom: 20px;
    }

    .banner .preview .swiper-slide {
        width: 25%;
    }

    .banner .preview .swiper-slide .icon {
        height: 30px;
    }

    .banner .preview .swiper-slide .icon img {
        max-height: 100%;
    }
}

.search-con {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    z-index: 2;
    width: 1280px;
    top: 200px;
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.search-con .s-con .tab {
    width: 190px;
    background-color: #eff2f7;
    overflow-x: auto;
}

.search-con .s-con .tab span {
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    padding-left: 35px;
    cursor: pointer;
    flex-shrink: 0;
}

.search-con .s-con .tab .on {
    background-color: #FFF;
    color: #0e44ae;
    font-weight: bold;
}

.search-con .s-nav {
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);background-color: #eff2f7;

}

.search-con .s-nav span,
.search-con .s-nav a {
    padding: 0 55px;
    font-size: 18px;
    height: 70px;
    line-height: 70px;
    cursor: pointer;

}

.search-con .s-nav .on {
    color: #FFF;
    background-color: #0e44ae;
}

.search-con .s-nav  .active{
    position: relative;
    color: #0e44ae !important;
    font-weight: bold;
}
.search-con .s-nav .active::before{
    content: '';
    display: block;
    width: 40%;
    height: 3px;
    background-color:#0e44ae ;
    border-radius: 5px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.search-con .s-nav .on a {
    color: #FFF;
    background-color: #0e44ae;
}
.search-con .content {
   
    min-height: 216px;
}

.search-con select {
    height: 66px;
    border-radius: 35px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    -o-border-radius: 35px;
    width: 205px;
    background-color: #FFF;
    border: 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    margin-right: 30px;
    padding-left: 40px;
    font-size: 18px;
}

.search-con select::-ms-expand {
    display: none;
}

.search-con .info-select {
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    background: url(../images/down.png) no-repeat scroll 90% center transparent;
}

.search-con input[type='text'] {
    height: 66px;
    border-radius: 35px 0 0 35px;
    -webkit-border-radius: 35px 0 0 35px;
    -moz-border-radius: 35px 0 0 35px;
    -ms-border-radius: 35px 0 0 35px;
    -o-border-radius: 35px 0 0 35px;
    background-color: #FFF;
    border: 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    padding-left: 40px;
    font-size: 16px;
}

.search-con input[type='submit'] {
    background-color: #1b4fb3;
    color: #FFF;
    font-size: 18px;
    width: 150px;
    border-radius: 0 35px 35px 0;
    -webkit-border-radius: 0 35px 35px 0;
    -moz-border-radius: 0 35px 35px 0;
    -ms-border-radius: 0 35px 35px 0;
    -o-border-radius: 0 35px 35px 0;
}

.dp-none {
    display: none;padding: 40px;
}
.dp-none .flexwarp{
    flex-wrap: wrap;
}
.dp-none .flexwarp .card{
    display: block;
    height: 50px;
    margin: 0 20px;
    margin-bottom: 20px;
}
.dp-none .flexwarp .card img{
    height: 100%;
    object-fit: contain;
}

.dp-none .more{
    position: absolute;
    bottom: 4%;
    right: 5%;
    font-size: 16px;
    color: #8d8d8d;
}

@media (max-width:1400px) {
    .search-con{
        width: 80%;
    }
    .search-con .s-nav span,
    .search-con .s-nav a,
    .search-con .s-con .tab span{
        font-size: 16px;
    }
    .search-con select,
    .search-con input[type='text'] {
        height: 50px;
        font-size: 14px;
        padding-left: 20px;
    }
}

@media (max-width:1199px) {
    .search-con {
        width: 95%;
    
        position: inherit;
        top: auto !important;
        margin-top: 20px;
        box-shadow: -16px 18px 9px -14px #ccc, 25px 18px 9px -14px #ccc, -6px 18px 9px -14px #ccc;
        margin-bottom: 20px;
    }

    .search-con .s-nav span,
    .search-con .s-nav a {
        padding: 0 45px;
        font-size: 16px;
    }

    .search-con .s-con .tab span {
        font-size: 16px;
    }
    
    .search-con select,
    .search-con input[type='text'] {
        height: 40px;
        font-size: 14px;
        padding-left: 20px;
    }
    .search-con select,
    .search-con input[type='text'] {
        height: 50px;
        font-size: 14px;
        padding-left: 20px;
    }
}

@media (max-width:950px) {
    .search-con .content .dp-none form>.flex{
        flex-wrap: wrap;
        justify-content: center;
    }

    .search-con .content {
        padding-left: 20px;
        padding-right: 20px;
    }

    .search-con .s-nav span ,
    .search-con .s-nav a{
        font-size: 14px;
        padding: 0 35px;
    }

    .search-con select {
        width: 160px;
    }

    .search-con select,
    .search-con input[type='text'] {
        height: 50px;
        font-size: 14px;
        padding-left: 20px;
    }

    .search-con input[type='submit'] {
        font-size: 14px;
        width: 120px;
        height: 50px;
    }

    .search-con .s-con .tab {
        width: 170px;
    }

    .search-con .s-con .tab span {
        font-size: 14px;
        height: 50px;
        line-height: 50px;
    }
}

@media (max-width:767px) {
    .search-con .s-con .tab span {
        padding:0 15px;
    }

    .search-con .s-nav span,
    .search-con .s-nav a {
        padding: 0 15px;
        height: 50px;
        line-height: 50px;
    }

    .search-con .content .dp-none>.flex {
        flex-wrap: wrap;
        justify-content: center;
    }

    .search-con select {
        width: 50%;
        margin-right: 0;
        margin-bottom: 20px;
    }
}
@media (max-width:680px) {
    .search-con .s-con .tab {
        width: 100%;
        display: flex;
    }
    .search-con .s-con {
        flex-flow: column;
    }
    .search-con .s-nav{
        overflow-x: auto;
    }
    .search-con .s-nav span,
    .search-con .s-nav a{
        flex-shrink: 0;
    }
    .search-con select {
        width: 100%;
    }
}

@media (max-width:480px) {
    .search-con {
        padding-left: 0;
        padding-right: 0;
    }

    .search-con select {
        width: 100%;
    }

    .search-con .s-nav span,
    .search-con .s-nav a {
        padding-left: 8px;
        padding-right: 8px;
    }

    .search-con .s-con {
        flex-flow: column;
    }

    .search-con .s-con .tab {
        width: 100%;
        display: flex;

    }

    .search-con .s-con .tab span {
        padding-right: 20px;
    }

    .search-con input[type='submit'] {
        width: 100px;
    }
}

@media (max-width:376px) {
    /* .search-con .s-nav span {
        padding-left: 2px;
        padding-right: 2px;
    } */
}

.footer {
    background-color: #093ca1;
    width: 100%;
    padding: 50px 0;
}

.footer .f-nav {
    border: 1px rgba(255, 255, 255, .2) solid;
    box-shadow: inset 0 0 10px rgba(255, 255, 255, .2);
    padding: 30px;
}

.footer .f-nav .sel {
    color: #FFF;
    padding-right: 30px;
    margin-right: 30px;
    font-size: 14px;
    display: flex;
    align-items: center;
}
.footer .f-nav .sel:last-child{
    margin-right:0;
    padding-right: 0;
}
.footer .f-nav .sel>a{
    color: #FFF;
    font-size: 14px;
}


.footer .f-nav .sel .menu{
    background-color: #3368d1;
    width: 200px;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateY(100%);
    display: none;
    z-index: 999;
    max-height: 12em;
    overflow-y: auto;
}


.footer .f-nav .sel .menu a{
    display: block;

    line-height: 30px;
    padding: 4px 10px;
    color: #FFF;
    font-size: 14px;
}
.footer .f-nav .sel .menu a:hover{
    background-color: #7da1e9;
}

.footer .f-nav .sel::after {
    content: '';
    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%);
    width: 1px;
    height: 50%;
    background-color: #FFF;
}
.footer .f-nav .sel .arrow{
    /* content: '';
    position: absolute;
    right: 10px;
    top: 50%; */
    cursor: pointer;
    display: block;
    margin-left: 14px;
    /* margin-right: 10px; */
    transform: translate(-50%,-20%) rotate(135deg);
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    width: 10px;
    height:10px;

}

/* .footer .f-nav a:last-child {
    margin-right: 0;
    padding-right: 0;
} */

.footer .f-nav .sel:last-child::after {
    display: none;
}

.footer .copyright {
    margin-top: 30px;
}

.footer .logo {
    margin-right: 30px;
}

.footer .txt {
    color: #ccc;
    opacity: .7;
    font-size: 15px;
}

.footer .sns>div {
    margin-right: 25px;
}

.footer .sns>div:last-child {
    margin-right: 0;
}

@media (max-width:1400px) {
    .home-news-con .gg .content ul li a{
       font-size: 14px;
    }
    .home-news-con .gg .content .classify{
        font-size: 14px;
    }
}



@media (max-width:1199px) {
    .footer .f-nav .sel::after{
        display: none;
    }
 
    .footer .f-nav {
        padding: 20px;
    }

    /* .footer .f-nav a {
        margin-right: 20px;
        padding-right: 20px;
    } */

    .footer .sns {
        /* display: none; */
    }
    .footer .f-nav .sel{
        width: 33%;
        margin: 0;
    }
    .footer .f-nav .sel .arrow{

        position: absolute;
        right: 10%;
        top: 50%; 
        transform: translate(-50%,-70%) rotate(135deg);

    }
    .footer .f-nav .sel .menu{
        width: 90%;
    }
    .footer .f-nav .sel .menu a{
        margin: 0;
    }
}

@media (max-width:950px) {
    .footer .logo {
        width: 100%;
        margin-right: 0;
    }

    .footer .f-nav {
        font-size: 14px;
    }

    .footer .f-nav a {
        margin-right: 15px;
        padding-right: 15px;
    }
    .footer .f-nav .sel{
        width: 50%;
        margin: 0;
    }
}

@media (max-width:767px) {
    .footer {
        padding: 20px 0;
    }

    .footer .f-nav {
        padding: 5px;
    }

    .footer .logo {
        margin-bottom: 20px;
    }

    .footer .logo img {
        height: 60px;
    }

    .footer .copyright {
        margin-top: 0;
    }

    .footer .txt {
        font-size: 14px;
    }
}

@media (max-width:600px) {
    .footer .f-nav{
        display: none;
        padding: 24px 10px;
    }
    .footer .f-nav .sel .menu{
        width: 100%;
    }
    .footer .f-nav .sel{
        width: 100%;
        margin: 0;
    }
    .footer .f-nav .sel .arrow{
        right: 0%;

    }
}

.home-info {
    height: 650px;
    width: 100%;
    background: url(../images/bg1.jpg)no-repeat center top;
    overflow: hidden;
    padding-top: 60px;
}

.home-info .swiper-container {
    padding-bottom: 30px;
}

.home-info .swiper-slide {
    width: 660px;
    background-color: #FFF;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    height: 465px;
    /* opacity: .8; */
}

.home-info .swiper-slide-active {
    opacity: 1;
}

.home-info .title {
    height: 80px;
    font-size: 24px;
    font-weight: bold;
    color: #FFF;
    padding-left: 40px;
}

.home-info .title a {
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    right: 30px;
    color: #FFF;
}

.home-info .title .icon {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px #FFF solid;
    width: 46px;
    height: 46px;
    margin-right: 20px;
}

.home-info .table {
    padding-bottom: 40px;
}
.home-info .table1 {
    padding-bottom: 0px;
}
.home-info .table .item {
    width: 16%;
    margin-top: 10px;
    font-size: 15px;
}

.home-info .table1 .item {
    width: 25%;
    margin-top: 13px;
    font-size: 15px;
}
.home-info .table .item::after {
    /* content: ''; */
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 70%;
    background-color: #ccc;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.home-info .table .item:nth-of-type(4n)::after,
.home-info .table .item:last-child {
    display: none;
}

.home-info .table .item .icon {
    height: 51px;
}

.home-info .table .item .txt {
    /* margin-top: 5px; */
}
.home-info .table .more,.home-info .flex  .more{
    font-size: 18px;
    font-weight: normal;
    position: absolute;
        top: auto;
    bottom: 5%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    right: 30px;
        color: #fff;border: none;
}
.home-info .lis {
        padding: 10px 15px 40px 15px;
}
.home-info .lis1 {
    padding: 0px 15px 40px 15px;
    width: 85%;
}
.home-info .lis a {
    width: 23%;
    margin: 0 1%;
    border: 1px #ccc solid;
    line-height: 40px;
    margin-top: 30px;
}
.home-info .lis1 a {
     width: auto;
    margin: 0 1%;
    padding: 10px;
    border: 1px #ccc solid;
    line-height: 24px;
    margin-top: 40px;
}
.home-info .rlist{
    
margin-left: 13px;
    
width: 66%;
}
.home-info .rlist a {
    width: 46%;
    margin: 0 2%;
    border: 1px #ccc solid;
    line-height: 44px;
    margin-top: 30px;
    float: left;
}
.home-info .lis a:nth-child(even) {
    /* margin-right: 0; */
}

@media (max-width:1199px) {
    .home-info {
        padding-top: 40px;
        height: auto;
        padding-bottom: 40px;
    }

    .home-info .swiper-slide {
        height: auto;
        padding-bottom: 30px;
    }

    .home-info .table .item {
        font-size: 16px;
    }
}

@media (max-width:950px) {

    .home-info .table .item,
    .home-info .lis a,
    .home-info .title a {
        font-size: 14px;
    }

    .home-info .title {
        padding-left: 30px;
        font-size: 20px;
        height: 60px;
    }
.home-info .lis1{
    width:100%
}
.home-info .rlist{
      width:100%
}
    .home-info .lis a{
        width: 100%;
        margin-top: 1%;
    }
}

@media (max-width:480px) {
    .home-info {
        padding-top: 0;
        padding-bottom: 0px;
    }

    .home-info .table .item {
        width: 33.33%;
    }

    .home-info .table .item:nth-of-type(3n)::after {
        display: none;
    }

    .home-info .table .item:nth-of-type(4n)::after {
        display: block;
    }
}

.home-news-con {
    background: #0e44ae url(../images/bg2.jpg)no-repeat center;
    background-size: cover;
    width: 100%;
    height: 920px;
    padding-top: 60px;
}

.home-news-con .news {
    width: 48%;
    background-color: #FFF;
    padding: 30px 40px 0 40px;
}

.home-news-con .con {
    width: 48%
}

.home-news-con .dt {
    width: 100%;
    background-color: #FFF;
    height: 450px;
    margin-top: 40px;
}

.home-news-con .gg {
    width: 100%;
    background-color: #FFF;
    height: 320px;
}

.home-news-con .title,
.home-news-con .news .title {
    font-size: 32px;
    font-weight: bold;
}

.home-news-con .gg .title {
    width: 146px;
    height: 100%;
    background: url(../images/t1.png)no-repeat center top;
    color: #FFF;
    padding: 30px 65px 0 30px;
    margin-right: 20px;
}

.home-news-con .gg .title .icon,
.home-news-con .dt .title .icon,
.home-news-con .news .title .icon {
    width: 50px;
    height: 50px;
    border-right: 3px #FFF solid;
    border-top: 3px #FFF solid;
    margin-bottom: 15px;
}

.home-news-con .news .title .icon {
    border-right: 3px #c5d2ec solid;
    border-top: 3px #c5d2ec solid;
    margin-bottom: 0;
    margin-right: 20px;
}

.home-news-con .gg .title span,
.home-news-con .dt .title span {
    line-height: 1.2;
}

.home-news-con .gg .title a,
.home-news-con .dt .title a {
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    bottom: 30px;
    left: 30px;
    color: #FFF;
}

.home-news-con .news .title a {
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    right: 30px;
    top: 10px;
    color: #0e44ae;
}

.home-news-con .dt .title {
    width: 146px;
    height: 100%;
    background: url(../images/t2.png)no-repeat center top;
    color: #FFF;
    padding: 30px 40px 0 55px;
    order: 2;
}

.home-news-con .dt .title a {
    left: 55px;
}

.home-news-con .dt .content {
    order: 1;
    margin-right: 20px;
    padding-top: 20px;
    padding-left: 20px;
}

.home-news-con .gg .first .tit {
    border: 1px #0e44ae solid;
    background-color: #f0f5ff;
    color: #0e44ae;
    width: 60px;
    height: 60px;
    line-height: 1.6;
    margin-right: 20px;
}

.home-news-con .gg .first a {
    font-size: 18px;
}

.home-news-con .gg .first .txt {
    font-size: 14px;
    opacity: .6;
}

.home-news-con .gg .content {
    padding-top: 20px;
}

.home-news-con .gg .first .text-content,
.home-news-con .gg .content,
.home-news-con .gg .content a,
.home-news-con .dt .content li a,
.home-news-con .dt .content,
.home-news-con .news li a,
.home-news-con .news .first .text-content {
    min-width: 0;
}

.home-news-con .gg .content ul {
    margin-top: 20px;
}

.home-news-con .gg .content li {
    border-top: 1px dashed #dcdcdc;
    height: 50px;
}

.home-news-con .gg .content .classify {
    border-radius: 0 13px 13px 0;
    -webkit-border-radius: 0 13px 13px 0;
    -moz-border-radius: 0 13px 13px 0;
    -ms-border-radius: 0 13px 13px 0;
    -o-border-radius: 0 13px 13px 0;
    height: 26px;
    line-height: 26px;
    padding: 0 10px;
    margin-right: 15px;
    color: #FFF;
    font-size: 14px;
}

.home-news-con .gg .content .time,
.home-news-con .dt .content li .time {
    color: #666;
    font-size: 14px;
    margin-right: 15px;
}

.home-news-con .dt .content li {
    border-bottom: 1px dashed #dcdcdc;
    height: 52px;
}

.home-news-con .dt .content li .time {
    border-radius: 13px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    -ms-border-radius: 13px;
    -o-border-radius: 13px;
    height: 26px;
    line-height: 26px;
    padding: 0 10px;
}

.home-news-con .news .focus {
    height: 340px;
    overflow: hidden;
    margin-top: 20px;
}

.home-news-con .news .focus .swiper-container {
    height: 100%;
}

.home-news-con .news .focus img {
    width: 100%;
}

.home-news-con .news .focus .bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    z-index: 1;
}

.home-news-con .news .focus .txt {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    z-index: 2;
    color: #FFF;
    line-height: 60px;
    padding: 0 100px 0 20px;
}

.home-news-con .news .focus .swiper-pagination {
    text-align: right;
    padding-right: 20px;
    bottom: 15px;
}

.home-news-con .news .focus .swiper-pagination .swiper-pagination-bullet {
    background-color: #FFF;
}

.home-news-con .news .first {
    margin-top: 20px;
    border-bottom: 1px dashed #dcdcdc;
    padding-bottom: 20px;
}

.home-news-con .news .first .time {
    width: 70px;
    height: 70px;
    color: #fff;
    background-color: #0e74ae;
    font-size: 14px;
    margin-right: 20px;
}

.home-news-con .news .first .time span {
    font-size: 24px;
    font-weight: bold;
}

.home-news-con .news .first a {
    font-weight: bold;
    font-size: 18px;
    line-height: 1;
}

.home-news-con .news .first .txt {
    line-height: 1.6;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    opacity: .6;
    font-size: 14px;
    margin-top: 10px;
}

.home-news-con .news li {
    height: 50px;
    background: url(../images/arrow.png)no-repeat left center;
    padding-left: 20px;
}

.home-news-con .news li span {
    font-size: 14px;
    color: #666;
    padding-left: 15px;
}

.home-news-con .news li span::before {
    content: '';
    position: absolute;
    left: 0;
    width: 1px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    height: 50%;
    background-color: #999;
}

@media (min-width:1025px) {
    .home-news-con .gg .content li:hover .time {
        color: #d3a022;
    }

    .home-news-con .gg .content li:hover a {
        font-weight: bold;
        text-decoration: underline;
        color: #d3a022;
    }

    .home-news-con .dt .content li:hover .time {
        background-color: #ed7d31;
        color: #FFF;
        font-weight: bold;
    }

    .home-news-con .dt .content li:hover a {
        color: #ed7d31;
        font-weight: bold;
    }
}

@media (max-width:950px) {
    .home-news-con {
        height: auto;
        padding-bottom: 30px;
    }

    .home-news-con .con,
    .home-news-con .news {
        width: 100%;
    }

    .home-news-con .news {
        margin-top: 30px;
    }
}

@media (max-width:480px) {

    .home-news-con .gg,
    .home-news-con .dt {
        flex-flow: column;
        height: auto;
        padding-bottom: 20px;
    }

    .home-news-con .dt {
        margin-top: 30px;
    }

    .home-news-con .gg .title {
        width: 100%;
        background-color: #238698;
        margin-right: 0;
        display: flex;
        align-items: center;
        padding: 20px;
        font-size: 20px;
        height: 50px;
    }

    .home-news-con .dt .title {
        width: 100%;
        background-color: #da9843;
        margin-right: 0;
        display: flex;
        align-items: center;
        padding: 20px;
        font-size: 20px;
        height: 50px;
        order: 1;
    }

    .home-news-con .gg .title .icon,
    .home-news-con .dt .title .icon,
    .home-news-con .news .title .icon {
        width: 35px;
        height: 35px;
        margin-bottom: 0;
        margin-right: 20px;
    }

    .home-news-con .gg .title .icon img,
    .home-news-con .dt .title .icon img,
    .home-news-con .news .title .icon img {
        height: 24px;
    }

    .home-news-con .gg .content {
        min-width: 100%;
        width: 100%;
        max-width: 100%;
        padding: 15px;
    }

    .home-news-con .gg .title a,
    .home-news-con .dt .title a,
    .home-news-con .news .title a {
        right: 20px;
        top: 50%;
        bottom: auto;
        left: auto;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        font-size: 14px;
    }

    .home-news-con .news {
        padding: 15px;
    }

    .home-news-con .news .title {
        font-size: 20px;
    }

    .home-news-con .news .focus {
        height: auto;
    }
}

.special,
.service {
    width: 48%;
    margin-top: 60px;
}
.service1 {
    width: 100%;
    margin-bottom: 50px;
}
.special .title,
.service .title {
    border-bottom: 1px #e8e8e8 solid;
    font-size: 32px;
    font-weight: bold;
    padding-bottom: 20px;
}

.special .title::before,
.service .title::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 55px;
    height: 3px;
    background-color: #0e44ae;
}

.special .title .icon,
.service .title .icon {
    border-right: 3px #c5d2ec solid;
    border-top: 3px #c5d2ec solid;
    margin-bottom: 0;
    margin-right: 20px;
    width: 50px;
    height: 50px;
}

.special .title a,
.service .title a {
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    right: 30px;
    top: 10px;
    color: #0e44ae;
}

.special .content {
    /*background-color: #ecf0f8;*/
   /* padding: 20px;*/
    margin-top: 30px;
    overflow: hidden;
}

.special .content img {
    width: 100%;
}

.service .content {
    margin-top: 30px;
}

.service .content .item {
    width: 32%;
    overflow: hidden;
}
.service1 .content .item {
    width: 33.3%;
    padding: 0px 14px;
    
}
.service .content .item img {
    width: 100%;

}

.service .content .bg {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    height: 40%;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    width: 100%;
}

.service .content .txt {
    position: absolute;
    z-index: 2;
    color: #FFF;
    width: 100%;
    line-height: 60px;
    bottom: 0;
    left: 0;
    padding-left: 20px;
    font-size: 18px;
}

.service .content .txt::before {
    content: '';
    position: absolute;
    left: 20px;
    top: 0px;
    width: 30px;
    height: 3px;
    background-color: #FFF;
}
.service1 .content .tit {
    font-size: 18px;
    color: #29293a;
    line-height: 1.5;
    font-weight: 700;
    margin: 15px 0 9px;
}
.service1 .content .det{
    display: block;
    font-size: 12px;
    color: #797979;
    line-height: 20px;
}
.service .con {
    margin-top: 25px;
}

.service .con .pic {
    width: 48%;
    overflow: hidden;
}

.service .content img {
    width: 100%;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.service .con ul {
    background-color: #0e44ae;
    padding: 10px 20px 0 20px;
}

.service .con li {
    border-bottom: 1px #3864bc solid;
    line-height: 50px;
    height: 50px;
    padding-left: 15px;
}

.service .con li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background-color: #FFF;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.service .con li:last-child {
    border-bottom: 0;
}

.service .con li a {
    color: #FFF;
}

@media (min-width:1025px) {

    .service .con:hover .pic img,
    .service .content .item:hover img {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
    }
}

@media (max-width:950px) {

    .special,
    .service {
        width: 100%;
    }
}

@media (max-width:480px) {

    .special,
    .service {
        margin-top: 30px;
    }

    .special .title,
    .service .title {
        font-size: 20px;
    }

    .special .title .icon,
    .service .title .icon {
        width: 35px;
        height: 35px;
    }

    .special .title .icon img,
    .service .title .icon img {
        height: 25px;
    }

    .special .content {
        padding: 15px;
        margin-top: 20px;
    }

    .service .content {
        margin-top: 20px;
    }

    .service .content .con {
        flex-flow: column;
        margin-top: 20px;
    }

    .service .con .pic {
        width: 100%;
    }

    .service .content .txt {
        font-size: 16px;
    }
}

.book-tj {
    width: 100%;
    background-color: #f6f8fc;
    padding: 60px 0;
    margin-top: 60px;
}

.book-tj .title {
    border-bottom: 1px #e8e8e8 solid;
    font-size: 30px;
    padding-bottom: 20px;
}

.book-tj .title::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 55px;
    height: 3px;
    background-color: #0e44ae;
}

.book-tj .title .icon {
    border-right: 3px #c5d2ec solid;
    border-top: 3px #c5d2ec solid;
    margin-bottom: 0;
    margin-right: 20px;
    width: 50px;
    height: 50px;
}

.book-tj .switch {
    position: absolute;
    right: 0;
    top: 6px;
}

.book-tj .switch .tab {
    background-color: #dee6f4;
    height: 65px;
    line-height: 65px;
    width: 218px;
    color: #0e44ae;
    font-size: 24px;
    margin-right: 30px;
    cursor: pointer;
}

.book-tj .switch .tab:last-child {
    margin-right: 0;
}

.book-tj .switch .yes {
    background: url(../images/bg3.png) no-repeat center;
    background-size: cover;
    color: #FFF;
    font-weight: bold;
}

.book-tj .on {
    display: block
}

.book-tj .swiper-container {
    margin-top: 40px;
}

.book-tj .pc-show .pic {
    height: 220px;
    overflow: hidden;
    margin-top: 25px;
}

.book-tj .pic img {
    max-width: 100%;
    max-height: 100%;
}

.book-tj .pc-show .name {
    font-size: 18px;
    margin-top: 20px;
}

.book-tj .pc-show .txt {
    color: #8e98ae;
}

.book-tj .info-show {
    display: none;
    background-color: #0e44ae;
    padding: 30px;
    color: #FFF;
}

.book-tj .info-show .pic {
    width: 155px;
    height: 205px;
    overflow: hidden;
    margin-right: 30px;
}

.book-tj .info-show .text {
    font-size: 14px;
}

.book-tj .info-show span {
    font-weight: bold;
    font-size: 16px;
}

.book-tj .swiper-slide {
    width: 16.6%;

}

@media (max-width:1400px) {
    .book-tj .swiper-slide {
        width: 25%;

    }
}

@media (max-width:1300px) {
    .book-tj .swiper-slide {
        width: 33%;

    }

    .book-tj .info-show .pic {
        width: 100px;
        display: none;
        height: auto;
    }

    .book-tj .info-show .text {
        font-size: 12px;
    }

    .book-tj .info-show span {
        font-size: 14px;
    }
}

@media (max-width:700px) {
    .book-tj .swiper-slide {
        width: 50%;

    }
}

@media (max-width:500px) {
    .book-tj .swiper-slide {
        width: 100%;

    }
}

.book-tj .swiper-button-next {
 display: none;
    border: 1px #0e44ae solid;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-size: 12px;
    right: -40px;
}

.book-tj .swiper-button-prev {
 display: none;
    border: 1px #0e44ae solid;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-size: 12px;
    left: -40px;
}

@media (min-width:1025px) {
    .book-tj .swiper-slide:hover {
        width: 35.5%;
    }

    .book-tj .swiper-slide:hover .pc-show {
        display: none;
    }

    .book-tj .swiper-slide:hover .info-show {
        display: block;
        overflow: hidden;
        height: 330px;
        animation: info-show .3s  forwards;
    }
    .book-tj .swiper-slide:hover .info-show .text{
        animation: text-show .6s ease-in-out forwards;
        
    }
   

}
@keyframes info-show{
    0%{
        opacity: .6;
        width: 80%;
    }
    100%{
        opacity: 1;
        width: 100%;
    }
}
@keyframes text-show{
    0%{
       opacity: 0;
    }
    100%{
        opacity: 1;
    }
}


.listmore{
    margin: 0 auto;
    display: inline-block;
    text-align: center;
    width: 100%;
    margin-top: 20px;
    font-size: 18px;
    color: #0e44ae;
}

@media (max-width:1199px) {
    .book-tj .switch {
        right: 20px;
        top: 15px;
    }

    .book-tj .switch .tab {
        width: 180px;
        height: 55px;
        font-size: 20px;
        line-height: 55px;
        margin-right: 20px;
    }

    .book-tj .swiper-button-next {
        right: 15px;
    }

    .book-tj .swiper-button-prev {
        left: 15px;
    }
}

@media (max-width:950px) {
    .book-tj .switch .tab {
        width: 140px;
        height: 55px;
        font-size: 20px;
        line-height: 55px;
        margin-right: 20px;
    }
    .book-tj .switch{
        margin-top: 10px;
        position: static;
    }
    .service .content .item {
        width: 48.5%;
        overflow: hidden;
    }
}

@media (max-width:480px) {
    .book-tj {
        padding: 30px 0;
        margin-top: 30px;
    }

    .book-tj .title {
        font-size: 20px;
    }

    .book-tj .title .icon {
        width: 35px;
        height: 35px;
    }

    .book-tj .title .icon img {
        height: 25px;
    }

    .book-tj .switch {
        position: inherit;
        top: auto;
        right: auto;
        margin-top: 20px;
    }

    .book-tj .switch .tab {
        flex: 1;
        margin-right: 10px;
        font-size: 16px;
        height: 45px;
        line-height: 45px;
    }
}

.data-content {
    margin-top: 50px;
    margin-bottom: 50px;
}

.data-content .item {
    margin-right: 30px;
}

.data-content .item::after {
    content: '';
    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%);
    width: 1px;
    height: 80%;
    background-color: #e5e5e5;
}

.data-content .item:last-child::after {
    display: none;
}

.data-content .item .tit,
.data-content .ph .title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
}

.data-content .item .icon {
    background-color: #e6ecf7;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    width: 60px;
    height: 60px;
    margin-right: 20px;
}

.data-content .item .counter {
    color: #de9619;
    font-size: 40px;
    font-weight: 550;
}

.data-content .ph {
    width: 370px;
}

.data-content .ph img {
    max-width: 100%;
}

.data-content .ziyuan {
    margin-top: 30px;
}

.data-content .ziyuan img {
    max-width: 100%;
}

.data-content .ziyuan .tit {
    background-color: #f6f8fc;
    color: #093ca1;
    font-size: 18px;
    font-weight: bold;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    height: 170px;
    width: 95px;
    padding-left: 15px;
    margin-right: 20px;
}

.data-content .content {
    margin-right: 30px;

}

.data-content .content::after {
    content: '';
    position: absolute;
    right: 0;
    top: 3%;
    width: 1px;
    height: 85%;
    background-color: #e5e5e5;
}

@media (max-width:1199px) {
    .data-content {
        flex-flow: column;
    }

    .data-content .ph {
        width: 100%;
        margin-top: 30px;
    }

    .data-content .content {
        margin-right: 0;
        padding-right: 0;
    }

    .data-content .content::after {
        display: none;
    }
}

@media (max-width:950px) {
    .data-content .item {
        margin-right: 20px;
    }

    .data-content .item .counter {
        font-size: 30px;
    }

    .data-content .item .icon {
        width: 50px;
        height: 50px;
        margin-right: 10px;
    }
}

@media (max-width:767px) {
    .data-content {
        margin-top: 30px;
    }

    .data-content .num-content {
        flex-wrap: wrap;
    }

    .data-content .item {
        width: 50%;
        margin-right: 0;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .data-content .item .tit,
    .data-content .ph .title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .data-content .item::after {
        display: none;
    }

    .data-content .item .counter {
        font-size: 24px;
    }

    .data-content .ziyuan {
        flex-flow: column;
    }

    .data-content .ziyuan .tit {
        width: 100%;
        margin-right: 0;
        line-height: 50px;
        height: 50px;
        margin-bottom: 10px;
    }

    .data-content .ziyuan .tit br {
        display: none;
    }
}

.kefu {
    position: fixed;
    right: 0;
    top: 85%;
    background-color: #FFF;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    width: 80px;
    z-index: 9999;
}

.kefu .item {
    border-bottom: 1px #e5e5e5 solid;
    padding: 10px 0;
    cursor: pointer;
}

.kefu .item:hover {
    background-color: #0250ae;
    color: white;
}
.kefu .item img{
    width: 30px;
}
.kefu .item:hover .icon img,
.kefu .item .icon img.on{
    display: none;
}
.kefu .item:hover .icon img.on{
    display: block;
}

.kefu .item:last-child {
    border-bottom: 0;
}

.kefu .item .erwma {
    display: none;
    width: 130px;
    /*height: 120px;*/
    opacity: 0;
    padding: 0 5px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    position: absolute;
    top: 0;
    right: 60px;
    
}
.kefu .item .erwma .ewmbox {
    background-color: #FFF;
    padding: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
.kefu .item:hover .erwma {
    display: block;
    right: 80px;
    opacity: 1;
}

.kefu .item .erwma img {
    width: 100%;
 
}
.kefu .item .erwma p {
    line-height: 10px;
    color: #000;
    font-size: 14px;
    margin: 6px;
    text-align: center;
}
@media (max-width:1199px) {
    .kefu {
        display: block;
    }
}

/* xiu */
.container.w1600 {
    width: 1600px;
    overflow: hidden;

}

.container.w1600 .swiper-container {
    width: 88%;
    padding: 0px 200px 80px 200px;
    margin-left: 6%;
}

.data-content {
    width: 1400px;
    overflow: hidden;
}

.book-tj .info-show {
    overflow: hidden;
    height: 330px;
}
#gallery .swiper-slide{
    cursor: pointer;
    position: relative;

}
.bottom{
    padding: 0 20px;
    width: 100%;
    position: absolute;
    bottom: 0;
    transform: translateY(100%);
    left: 0;
    color: #fff;
    text-align: right;
    line-height: 3;
    font-size: 16px;
    font-weight: bold;
}

.footer .col .ipt{
    width: 100%;
    height: 40px;
    margin-top: 15px;
    position: relative;
}
.footer .col .ipt input{
    width: 100%;
    height: 100%;
    border-radius: 4px;
    font-size: 14px;
    padding: 0 10px;
    box-sizing: border-box;
}
.footer .col .ipt img{
    width: 30px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
@media (max-width:1600px) {
    .container.w1600 {
        width: 1400px;
        padding: 20px;
    }

    .container.w1600 .swiper-container {
        width: 100%;
        margin-left: 0;
    }

    .bookSwiper {
        padding: 0 40px;
        overflow: hidden;
    }

    .bookSwiper .swiper-button-next {
        right: 0;
    }

    .bookSwiper .swiper-button-prev {
        left: 0;
    }

    .data-content {
        padding: 0 20px;
    }

    .data-content .content {
        width: 55%;
        margin-right: 10px;
    }


}

@media (max-width:1400px) {
    .container.w1600 {
        width: 100%;
    }
    .data-content {
        width: 100%;
    }

    .home-info .swiper-slide {
        width: 600px;

    }

    .data-content .item .counter {
        font-size: 30px;
    }

    .data-content .item .icon {
        width: 45px;
        height: 45px;
    }

    .data-content .content {
        margin-right: 10px;
    }
    .book-tj .info-show {
        height: auto;
    }
    
}

@media (max-width: 1199px) {
    .data-content .content {
        width: 100%;
    }
}

@media (max-width:950px) {

    .container.w1600 .swiper-container {
        padding:0 0 60px 0;
    }
}

 .book-tj .info-show .pic {
    -webkit-box-reflect: below 0px linear-gradient(transparent, rgba(0, 0, 0, .1), rgba(255, 0, 0, .2)); 
}


@media (max-width: 1000px){
    
    .footer .col{
        margin-top: 10px;
        width: 100%;
        display: flex;
        align-items: center;

    }
    .footer .col .ipt{
        margin-top: 0;
        margin-left: 40px;
        width: 300px;
    }
  
}
@media (max-width: 450px){
    .footer .col{
        align-items: flex-start;
        flex-direction: column;

    }
    .footer .col .ipt{
        
        margin-top: 16px;
        margin-left: 0px;
        width: 100%;
    }
  
}
@media (min-width: 949px) and (max-width:1024px) {
.header .nav li{
margin-right:20px;
}
.home-news-con .gg .content li{
line-height:1.2;
}

}
@media (max-width:1650px){
.banner .preview{bottom: 67px;}
}
@media (max-width:1485px){
.banner .preview{bottom: 20px;}
}
@media (max-width:1352px){
.search-con{top: 136px;}
}

#browser-modal{width:100%;height:100%;top:0;left:0;text-align:center;color:#303233;position:fixed;z-index:2147483647;}
#browser-modal .browser-modal-cover{position:fixed;left:0;top:0;height:100%;width:100%;background-color:#111;;z-index:-1}
#browser-modal .browser-content{width:700px;margin-top:120px;margin-left:auto;margin-right:auto;padding-bottom:80px;padding-top:50px;background-color:#fff;border-radius:5px}
#browser-modal .browser-content .browser-dpc-logo img{height:42px;margin:45px auto 40px}
#browser-modal .browser-content .browser-text-title{text-transform:uppercase;font-size:24px}
#browser-modal .browser-content .browser-text-desc{margin-top:30px;margin-bottom:20px;font-size:14px}
#browser-modal .browser-content .browser-list{width:600px;margin:20px auto;height:130px}
#browser-modal .browser-content .browser-item{float:left;width:150px;padding-top:20px;padding-bottom:20px;margin-left:auto;margin-right:auto}
#browser-modal .browser-content .browser-item .iconfont{width:100px;height:100px;margin:0 auto;font-size:80px;line-height:80px;margin-bottom:10px;}
#browser-modal .browser-content .browser-item .iconchrome{background: url(../images/four_browsers_logo.png) no-repeat 0 0}
#browser-modal .browser-content .browser-item .iconfirefox{background: url(../images/four_browsers_logo.png) no-repeat 0 -100px}
#browser-modal .browser-content .browser-item .iconopera{background: url(../images/four_browsers_logo.png) no-repeat 0 -200px}
#browser-modal .browser-content .browser-item .iconEdge{background: url(../images/four_browsers_logo.png) no-repeat 0 -300px}
#browser-modal .browser-content .browser-item a{cursor:pointer;display:block}
#browser-modal .browser-content .browser-item a img{display:block;margin:0 auto;max-width:100px;width:100px;height:100px}
#browser-modal .browser-content .browser-item a h4{text-align:center;margin-top:20px;font-size:18px;font-weight:700}
.codebtn{position: relative;cursor: pointer;}
.codebtn .erwma{left: 50%;top: 0;transform: translate(-50%,-110%);position: absolute;display: none;}
.codebtn:hover .erwma{display: block;}
.codebtn:nth-child(3) .erwma{left: auto;right: 0% !important;transform: translate(0%,-110%);}