img {
    display:inline-block;
    vertical-align:middle
}
h1,h2,h3,h4,h5,h6 {
    font-weight:400
}
a,body {
    color:#333
}
.layui-edge,.layui-header,.layui-inline,.layui-main {
    position:relative
}
.layui-edge,hr {
    height:0;
    overflow:hidden
}
.layui-layout-body,.layui-side,.layui-side-scroll {
    overflow-x:hidden
}
.layui-edge,.layui-elip,hr {
    overflow:hidden
}
.layui-btn,.layui-edge,.layui-inline,img {
    vertical-align:middle
}
.layui-btn,.layui-disabled,.layui-icon,.layui-unselect {
    -moz-user-select:none;
    -webkit-user-select:none;
    -ms-user-select:none
}
blockquote,body,button,dd,div,dl,dt,form,h1,h2,h3,h4,h5,h6,input,li,ol,p,pre,td,textarea,th,ul {
    margin:0;
    padding:0;
    -webkit-tap-highlight-color:rgba(0,0,0,0)
}
a:active,a:hover {
    outline:0
}
img {
    border:none
}
li {
    list-style:none
}
table {
    border-collapse:collapse;
    border-spacing:0
}
h4,h5,h6 {
    font-size:100%
}
button,input,optgroup,option,select,textarea {
    font-family:inherit;
    font-size:inherit;
    font-style:inherit;
    font-weight:inherit;
    outline:0
}
pre {
    white-space:pre-wrap;
    white-space:-moz-pre-wrap;
    white-space:-pre-wrap;
    white-space:-o-pre-wrap;
    word-wrap:break-word
}
body {
    line-height:1.6;
    color:rgba(0,0,0,.85);
    font:14px Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif
}
hr {
    line-height:0;
    margin:10px 0;
    padding:0;
    border:none!important;
    border-bottom:1px solid #eee!important;
    clear:both;
    background:0 0
}
a {
    text-decoration:none
}
a:hover {
    color:#777
}
.flex{
    display: flex;
}

.index-bg{
    height: 100%;
}

.index-bg img{
    width: 100%;
    height: 100%;
}

header{
    position: fixed;
    width: 100%;
    height: 92px;
    line-height: 92px;
    top: 0;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.3);
}

a.logo img{
    max-height: 78px;
}

.contain{
    width: 90%;
    margin: auto;
}

header .contain{
    justify-content: space-between;
}

nav li{
    color: #fff;
    padding: 0 35px;
    position: relative;
}

nav li .child{
    position: absolute;
    top: 100%;
    width: auto;
    min-width: 100%;
    background: #1f8ded;
    padding: 10px;
    display: none;
    left: 50%;
    transform: translate(-50%, 0);
}

nav li .child::before{
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -16px;
    border: 8px solid;
    border-color: transparent transparent #1f8ded transparent;
    transition: all .5s ease;
}

nav li .child a{
    color: #fff;
    padding-bottom: 0;
    height: 40px;
    line-height: 40px;
    display: block;
    text-align: center;
    white-space: nowrap;
}

nav li a{
    color: #fff;
    font-size: 16px;
    padding-bottom: 10px;
}

nav li a:hover{
    color:#f2f2f2
}

nav li:nth-last-of-type(2){
    padding: 0 0 0 20px;
    position: relative;
}

nav li form{
    position: absolute;
    right: 0;
    width: 200px;
    line-height: normal;
    top: 70px;
    display: none;
}

nav li:hover form{
    display: block;
}

nav li form input{
    outline: none;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 3px;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
}

nav li:last-child a{
    padding-right: 0;
}

.banner-text{
    position: absolute;
    left: 5%;
    top: 40%;
    color: #fff;
    font-size: 40px;
}

.banner-text p:nth-of-type(2){
    font-weight: bold;
    margin-top: 10px;
    font-size: 80px;
}

.index-1{
    padding: 13vh 0 0 6%;
    background: #1f8ded;
    color: #fff;
    height: 12vh;
}

.index-2{
    height: 75vh;
}

.index-1-1{
    position: relative;
    font-size: 28px;
}

.index-1-1::after{
    position: absolute;
    content: ' ';
    left: -20px;
    width: 10px;
    height: 10px;
    background: #fff;
    top: 14px;
}

.index-1-2{
    font-size: 32px;
    font-weight: bold;
    margin-top: 5px;
}

.index-2-item{
    position: relative;
    transition: all 0.5s;
    flex: 1;
    max-height: 720px;
}

.index-2-item img{
    width: 100%;
    height: 100%;
}

.index-2-item-info{
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 40%;
    display: flex;
    justify-content: center;
    transition: all 0.5s;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
}

.index-2-item-info-con{
    transition: all 0.5s;
    width: 100%;
}

.index-2-item-info-con p:nth-of-type(1){
    font-size: 32px;
    color: #fff;
    transition: all 0.5s;
}

.index-2-item-info-con p:nth-of-type(2){
    margin: 10px 0;
    transition: all 0.5s;
}

.index-2-item-info-con p:nth-of-type(2) i{
    font-size: 26px;
    color: #fff;
    transition: all 0.5s;
}

.index-2-item-info-con p:nth-of-type(3){
    font-size: 16px;
    opacity: 0;
    transition: all 0.8s 0.5s;
    white-space: nowrap;
    min-height: 40px;
}

.index-2-item-info-con div{
    text-align: center;
    margin-top: 30px;
    opacity: 0;
}

.index-2-item-info-con div a{
    background: #1f8ded;
    color: #fff;
    padding: 10px 20px;
    transition: all 0.5s;
}

.index-2-item-info-con div a:hover{
    background: #fff;
    color: #1f8ded;
}


.index-2-item:hover .index-2-item-info{
    bottom: 54%;
    align-items: inherit;
}

.index-2-item:hover {
    flex: 0 0 67%;
}

.index-2-item:hover .index-2-item-info p:nth-of-type(2){
    opacity: 0;
}

.index-2-item:hover .index-2-item-info p:nth-of-type(3){
    opacity: 1;
}

.index-2-item:hover .index-2-item-info p:nth-of-type(3){
    max-width: 90%;
    margin: auto;
}

.index-2-item:hover .index-2-item-info-con div{
    opacity: 1;
}

header.fixed{
    background: #1f8ded;
    border-bottom-color: #1f8ded;
}

.index-3{
    overflow: hidden;
    height: 100%;
}

.index-3-left{
    width: 50%;
    background: transparent;
    position: relative;
    z-index: 1;
}

.index-3-right{
    position: absolute;
    width: 100%;
    height: 100%;
}

.index-3-right img{
    width: 100%;
    height: 100%;
}

.index-3-left-content{
    padding: 18vh 0 0 10%;
    position: relative;
    height: 100%;
    box-sizing: border-box;
}

.index-3-left-content-title-en{
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}

.index-3-left-content-title{
    color: #fff;
    font-size: 60px;
    font-weight: bold;
    margin: 5px 0 30px 0;
}

.index-3-left-content-desc{
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 50px;
}

.index-3-left-content-desc a{
    color: #fff;
}

.index-3-left-content-list-1{
    width: 100%;
}

.index-3-left-content-list-1-item{
    flex: 1;
    text-align: center;
    padding: 20px 0;
    margin-right: 5px;
    color: #fff;
}

.index-3-left-content-list-1-item .iconfont{
    font-size: 50px;
}

.index-3-left-content-list-1-item:last-child{
    margin-right: 0;
}

.index-3-left-content-list-1-item div:nth-of-type(1){
    font-size: 28px;
    font-weight: bold;
    margin-top: 10px;
}

.index-3-left-content-list-1-item img{
    margin-left: 12px;
}

.index-3-left-content-list-1-item div:nth-of-type(1) span{
    position: relative;
}

.index-3-left-content-list-1-item div:nth-of-type(1) span em{
    position: absolute;
    right: -10px;
    top: -2px;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
}

.index-3-left-content-list-1-item:nth-of-type(1) div span em{
    right: -15px;
}

.index-3-left-content-list-1-item:nth-of-type(1) div span em.en{
    right: -25px;
}

.index-3-left-content-list-1-item div:nth-of-type(2){
    color: #fff;
    text-indent: 3px;
    margin-top: 5px;
}

.index-3-left-content-list-1-more{
    margin-top: 25px;
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 1;
}

.index-3-left-content-list-1-more a{
    display: inline-block;
    padding: 14px 56px;
    background: #1f8ded;
    color: #fff;
}

.index-3-left-content-list-2{
    position: absolute;
    width: 90%;
    bottom: 30px;
}

.index-3-left-content-list-2-item{
    flex: 1;
    padding: 20px 0;
    text-align: center;
    transition: all 0.5s;
    line-height: 24px;
    margin-right: 5px;
    color: #fff;
}

.index-3-left-content-list-1-item .num-count{
    font-style: normal;
    font-size: 32px;
}

.index-3-left-content-list-2-item div .iconfont{
    font-size: 35px;
}

.index-3-left-content-list-2-item:last-child{
    margin-right: 0;
}

.index-3-left-content-list-2-item:hover{
    /*background: #1f8ded;*/
}

.index-3-left-content-list-2-item div img:nth-of-type(2){
    display: none;
}

.index-3-left-content-list-2-item:hover div img:nth-of-type(2){
    display: inline-block;
}

.index-3-left-content-list-2-item:hover div img:nth-of-type(1){
    display: none;
}

.index-3-left-content-list-2-item:hover{
    color: #fff;
}

.index-4{
    background: #8fcbff url("../images/index-news-bg.jpeg") no-repeat center 160px;
    padding: 150px 0 50px 0;
}

.index-4-title-en{
    text-align: center;
    color: #1f8ded;
    font-size: 24px;
    font-weight: bold;
}

.index-4-title-bor{
    text-align: center;
    margin: 5px 0;
}

.index-4-title-bor span{
    background: #1f8ded;
    width: 50px;
    height: 2px;
    display: inline-block;
}

.index-4-title{
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #333333;
}

.index-4-tab-content{
    width: 100%;
    max-width: 1350px;
    margin: auto;
}

.index-4-tab-content-item ul{
    /*height: 350px;*/
}

.index-4-tab{
    text-align: center;
    margin: 40px 0 20px 0;
}

.index-4-tab a{
    display: inline-block;
    margin: 0 15px;
}

.index-4-tab a.on{
    color: #1f8ded;
    border-bottom: 2px solid #1f8ded;
}

.index-4-tab-content-item-more{
    text-align: center;
    margin-top: 60px;
}

.index-4-tab-content-item-more a{
    display: inline-block;
    border: 1px solid #dddddd;
    color: #666666;
    border-radius: 30px;
    padding: 10px 30px;
}
/*轮播样式ʽ*/
.poster_box {
    /*overflow: hidden;*/
}
.poster_box h2 {
    font-size: 30px;
    color: #015293;
    font-weight: bold;
    text-align: center;
}
.poster_box h3 {
    font-size: 16px;
    color: #015293;
    margin: 10px 0 35px;
    text-align: center;
}
.poster-main {
    position: relative;
    width: 100%;
    height: 340px!important;
    margin-left: auto;
    margin-right: auto;
}
.poster-main img {
    display: block;
    box-shadow: 0px 0px 10px #222222;
    -webkit-box-shadow: 0px 0px 10px #222222;
}

.poster-main a, .poster-main img {
    display: block;
    width: 100%;
    height: 100%;
}
.poster-main img {}
.poster-main .poster-list {
    width: 1000px;
    height: 500px;
}
.poster-main .poster-list .poster-item {
    width: 200px;
    height: 500px;
    position: absolute;
    left: 0;
    top: 0;
}
.poster-item.on{
    transition: all 0.5s;
}

.poster-item.on:hover{
    box-shadow: 0 0 10px 0 #666;
}

.poster-item.on a{
    overflow: hidden;
}

.poster-item.on img{
    transition: all 0.5s;
}
.poster-item.on:hover img{
    transform: scale(1.1);
}
.poster-main .poster-list .poster-item .item {
    position: relative;
    width: 100%;
    height: 100%
}
.poster-main .poster-btn {
    position: absolute;
    top: 0;
    cursor: pointer;
    filter: opacity(.5) brightness(1);
}
.poster-main .poster-btn:hover {
    filter: opacity(1) brightness(2);
}
.poster-main .poster-prev-btn {
    left: 0;
    background: url(../images/left.png) no-repeat center center;
}
.poster-main .poster-next-btn {
    right: 0;
    background: url(../images/right.png) no-repeat center center;
}
.poster-item-title {
    /*background:rgba(42, 42, 42, 0.8) none repeat scroll 0 0 !important;!*实现FF背景透明，文字不透明*!
    filter:Alpha(opacity=80); background:#2a2a2a;*/
    color: #333;
    width: 90%;
    height: 50px;
    line-height: 50px;
    position: absolute;
    bottom: -50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    opacity: 0;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 0 5%;
}
.poster-item.on .poster-item-title{
    opacity: 1;
}
.lunbo_btn {
    height: 15px;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    z-index: 3;
    text-align: center; bottom: 2px;
    display: none;
}
.lunbo_btn li {
    width: 14px;
    height: 14px;
    display: inline-block;
    background-color: #b4b5b7;
    border-radius: 50%;
    margin: 0px 2px;
    cursor: pointer;
}
.lunbo_btn li.poster-btn-active {
    background-color: #0b518a;
}


footer{
    background: #000000;
    padding: 70px 0 0 0;
}

.footer-1{
    margin-right: 3%;
}

.footer-qr{
    margin-bottom: 20px;
    margin-top: 10px;
    text-align: center;
}

.footer-qr img{
    width: 100%;
    max-width: 128px;
}

.footer-2{
    color: #999999;
    line-height: 24px;
    max-width: 30%;
    margin-right: 10%;
}

.footer-3{
    flex: 1;
}

.footer-3 dd a{
    display: block;
    color: #999999;
    line-height: 26px;
}

.footer-3 dl{
    flex: 1;
}

.footer-3 dt{
    font-size: 14px;
    color: #fff;
    margin-bottom: 30px;
}

.footer-3 dt a{
    font-size: 14px;
    color: #fff;
}

.copyright{
    margin-top: 45px;
    padding: 20px 0;
    border-top: 1px solid #999999;
    color: #999999;
}

.copyright a{
    color: #999999;
}

.phone-show{
    display: none;
}

.header-2{
    /*background: rgba(0,0,0,0.3);*/
}



header nav li.on>a,header nav li:hover>a{
    color: #1f8ded;
    border-bottom: 1px solid #1f8ded;
}

.header-2 nav li.on{
}

.inside-banner-text{
    position: absolute;
    display: flex;
    align-items: center;
    max-width: 90%;
    top: 0;
    height: 100%;
    left: 5%;
}

.inside-banner-text p:nth-of-type(1){
    font-size: 80px;
    color: #fff;
    text-indent: 145px;
    margin-top: -141px;
    font-family: "微软雅黑";
    font-weight: 600;
    letter-spacing: 10px;
    /*text-stroke: 1px #000;
    -webkit-text-stroke: 1px #000;
    font-family: "楷体";
    font-weight: 600;*/
}

.inside-banner-text p:nth-of-type(2){
    font-size: 37px;
    color: #fff;
    text-indent: 164px;
    text-stroke: 1px #333;
    -webkit-text-stroke: 1px #333;
    margin-top: 24px;
    font-family: "楷体";
    font-weight: 600;
}

.inside-banner{
    position: relative;
    overflow: hidden;
}

.inside-banner img{
    display: block;
    width: 100%;
    animation: bannerimg 2s;
}

@keyframes bannerimg {
    0% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

.side-nav{
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,0.5);
    height: 70px;
    line-height: 70px;
}

.side-nav .contain{
    white-space: nowrap;
}

.side-nav.fixed{
    /*position: fixed;
    bottom: auto;
    top: 92px;
    z-index: 100;*/
}

.side-nav a{
    color: #ffffff;
    padding: 0 30px;
    display: inline-block;
}

.side-nav a:last-child{
    margin-right: 0;
}

.side-nav a.on{
    background: #1f8ded;
    color: #fff;
}

.inside-pos{
    background: #f6f6f6;
    color: #6c757d;
    height: 80px;
    line-height: 80px;
}

.inside-pos a{
    color: #6c757d;
}

.inside-jt-title-en{
    font-size: 90px;
    font-weight: bold;
    color: #ececec;
    text-align: center;
    margin-top: 50px;
}

.inside-jt-title{
    font-size: 54px;
    text-align: center;
    color: #333333;
    margin-top: -45px;
}

.inside-jt-item{
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}

.inside-jt-item img{
    width: 100%;
}

.inside-jt-info{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
}

.inside-jt-info>div{
    padding-left: 10%;
    padding-right: 10%;
}

.inside-jt-info>div p:nth-of-type(1){
    font-size: 50px;
    color: #ffffff;
    margin-bottom: 50px;
}

.inside-jt-list{
    margin-top: 50px;
}

.inside-jt-info>div p:nth-of-type(2){
    color: #ffffff;
    margin-bottom: 30px;
}

.inside-jt-info a{
    display: inline-block;
    border: 1px solid #ffffff;
    width: 154px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    color: #ffffff;
}

/*.inside-jt-item:nth-of-type(even) .inside-jt-info{
    justify-content: flex-end;
}

.inside-jt-item:nth-of-type(even) .inside-jt-info>div{
    padding-left: 0;
    padding-right: 10%;
    text-align: right;
}*/

.inside-banner{
    /*margin-top: 93px;*/
}

.index-4-tab-content-item{
    display: none;
}

.index-4-tab-content-item.on{
    display: block;
}

.inside-news-tj-1{
    width: 60%;
}

.inside-news-tj-2{
    width: 40%;
}

.inside-news-tj-2 img{
    display: block;
    width: 100%;
}

.inside-news-tj{
    margin-top: 60px;
    box-shadow: 0 0 10px 0 #ccc;
}

.inside-news-tj-1{
    display: flex;
    align-items: center;
}

.inside-news-tj-1 a:nth-of-type(1){
    color: #222222;
    font-size: 30px;
    font-weight: bold;
    display: block;
    margin-bottom: 50px;
}

.inside-news-tj-1>div{
    padding: 0 30% 0 5%;
}

.inside-news-tj-1>div p{
    color: #999999;
    font-size: 15px;
    margin-bottom: 50px;
}

.inside-news-tj-1 a:last-child{
    width: 170px;
    text-align: center;
    height: 55px;
    line-height: 55px;
    background: #1f8ded;
    color: #fff;
    border-radius: 30px;
    display: block;
    transition: all 0.5s;
}

.inside-news-tj-1 a:last-child:hover{
    transform: scale(1.1);
}

.inside-news-tj{
    margin-bottom: 47px;
}

.inside-news-list{
    flex-wrap: wrap;
    margin-top: 50px;
}

.inside-news-list-item{
    width: 100%;
    display: flex;
    margin-top: 30px;
    background: #EFF1F5;
    transition: all 0.5s;
}

.inside-news-list-item:hover{
    box-shadow: 0 0 10px 0 #999;
}

.inside-news-list-item>div:nth-of-type(1){
    flex: 1;
    display: flex;
    align-items: center;
    margin-right: 30px;
}

.inside-news-list-item>div:nth-of-type(1) p.d{
    min-width: 200px;
    text-align: center;
    font-size: 16px;
}

.inside-news-list-item>div:nth-of-type(1) div span{
    font-size: 22px;
    display: block;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
}

.inside-news-list-item>div:nth-of-type(1) p:nth-of-type(1) b{
    display: block;
    text-align: center;
    font-size: 60px;
}

.inside-news-list-item>div:nth-of-type(1) div p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
}


.inside-news-list-item:nth-of-type(3n){
    margin-right: 0;
}

.inside-news-list-item-img{
    width: 30%;
    overflow: hidden;
}

.inside-news-list-item-img img{
    width: 100%;
    transition: all 0.3s;
}

.inside-news-list-item:hover .inside-news-list-item-img img{
    transform: scale(1.2);
}

.inside-news-list-item div:nth-of-type(2){
}

.inside-news-list-item div:nth-of-type(2) p{
    color: #999999;
}

.inside-news-list-item div:nth-of-type(2) span{
    color: #333333;
    margin-top: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
}

ul.fenye{
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
    margin-top: 30px;
}

ul.fenye li.active{
    background: #1f8ded;
    color: #fff;
}

ul.fenye li.active a{
    color: #fff;
}

ul.fenye li a{
    text-align: center;
    line-height: 25px;
    display: block;
    padding: 0 10px;
}

.inside-news2 .inside-jt-title{
    margin-bottom: 80px;
}

.inside-news2-content{
    background: #f0f0f0;
    padding: 60px 0;
}

.inside-news2-content-1{
    flex: 1;
    background: #fff;
    box-sizing: border-box;
    padding: 100px 50px;
}

.inside-news2-content-2{
    width: 23%;
    margin-left: 3%;
    box-sizing: border-box;
    padding: 30px;
    background: #fff;
}

.inside-news2-content-1-title{
    color: #222222;
    font-size: 20px;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #dddddd;
}

.inside-news2-content-1-time{
    line-height: 50px;
    text-align: center;
    color: #999999;
}

.inside-news2-content-1-desc{
    padding: 15px 30px;
    background: #f5f5f5;
    color: #666666;
}

.inside-news2-content-1-content{
    color: #666;
    line-height: 36px;
    padding: 30px 0;
}

.inside-news2-content-1-content img{
    max-width: 100%;
}

.inside-news2-content-2-title{
    color: #333333;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
}

.inside-news2-content-2 ul li{
    margin-bottom: 20px;
    color: #666666;
}

.inside-news2-content-2 ul li a{
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5px;
}

.inside-about-item{
    padding: 40px 0;
}

.inside-about-title{
    text-align: center;
    color: #1f8ded;
    font-size: 22px;
    font-weight: bold;
}

.inside-about-title-en{
    text-align: center;
    color: #1f8ded;
    font-size: 12px;
    margin-top: 10px;
}

.inside-about-item-1-content{
    margin: 40px 0;
    color: #333333;
    line-height: 30px;
}

.inside-about-item-1-content img{
    max-width: 100% !important;
}

.inside-about-item-2-content{
    margin-top: 70px;
}

.inside-about-item-2-content-1{
    flex: 1;
}

.inside-about-item-2-content-2{
    width: 39%;
}

.inside-about-item-2-content-2 img{
    width: 100%;
    display: block;
}

.inside-about-item-2-content-1{
    margin-right: 8%;
    padding-top: 2%;
}

.inside-about-item-2-content-1-item{
    margin-bottom: 25px;
}

.inside-about-item-2-content-1-item:last-child{
    margin-bottom: 0;
}

.inside-about-item-2-content-1-item b{
    color: #1f8ded;
    font-size: 20px;
    position: relative;
}

.inside-about-item-2-content-1-item b::before{
    content: ' ';
    position: absolute;
    left: -10px;
    height: 100%;
    width: 3px;
    top: 0;
    background: #1f8ded;
}

.inside-about-item-2-content-1-item p{
    color: #666666;
    margin-top: 5px;
}

.inside-about-item-3{
    background: #f5f5f5;
    overflow: hidden;
}

.inside-about-item-3-list{
    position: relative;
    width: 100%;
    max-width: 1350px;
    margin: 60px auto 0;
}

.inside-about-item-3-list-item{
    transition: all 0.5s;
    margin-bottom: 30px;
}

.inside-about-item-3-list-item:hover{
    background: #fff;
    box-shadow: 0 0 5px 0 #ddd;
}

.inside-about-item-3-list-item:hover .inside-about-item-3-list-item-img img{
    transform: scale(1.1);
}

.inside-about-item-3-list::after{
    position: absolute;
    left: 50%;
    content: ' ';
    width: 1px;
    top: 120px;
    border-right: 2px dashed #999;
    bottom: 44px;
}

.inside-about-item-3-list-item-info{
    line-height: 24px;
    margin-right: 5%;
    width: 45%;
    box-sizing: border-box;
    text-align: right;
}

.inside-about-item-3-list-item-img{
    width: 45%;
    margin-left: 5%;
    overflow: hidden;
}

.inside-about-item-3-list-item-img img{
    display: block;
    width: 100%;
    transition: all 0.5s;
}

.inside-about-item-3-list-item-info p strong{
    color: #333;
    font-size: 32px;
    margin-bottom: 15px;
    display: block;
}

.inside-about-item-3-list-item-year{
    color: #1f8ded;
    text-align: center;
    position: relative;
    z-index: 1;
    font-size: 0;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    margin-left: 4px;
    border: 2px solid transparent;
}

.inside-about-item-3-list-item:hover .inside-about-item-3-list-item-year {
    border: 2px solid #1f8ded;
    background-color: #fff;
}

.inside-about-item-3-list-item-year::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    height: 70%;
    border-radius: 100%;
    border: 2px solid #333;
    background-color: #fff;
    /* background-color: #fff; */
}

.inside-about-item-3-list-item:hover .inside-about-item-3-list-item-year::after{
    content: ' ';
    position: absolute;
    right: -8px;
    width: 50%;
    height: 50%;
    border-radius: 100%;
    top: 10px;
    border: 2px solid #1f8ded;
    background-color: #1f8ded;
}

.inside-about-item-3-list-item:hover .inside-about-item-3-list-item-year::before{
    content: '';
    display: block;
    position: absolute;
    top: 41%;
    left: -15px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3.5px 0 3.5px 5px;
    border-color: transparent transparent transparent #1f8ded;
    transform: rotate(60deg);
}

.inside-about-item-3-list-item-1{
    width: 100%;
    align-items: center;
    justify-content: center;
    min-height: 200px;
}

.inside-about-item-3-list-item-info-item{
    margin-bottom: 10px;
    color: #666666;
}

.inside-about-item-3-list-item-info-item:last-child{
    margin-bottom: 0;
}

.inside-about-item-3-list-item-info-item p:nth-of-type(2){
    font-size: 18px;
}

.inside-about-item-3-list-item:nth-of-type(even) .inside-about-item-3-list-item-1{
    flex-direction: row-reverse;
}

.inside-about-item-3-list-item:nth-of-type(even) .inside-about-item-3-list-item-year::before{
    right: auto;
    left: -3px;
}

.inside-about-item-3-list-item:nth-of-type(even) .inside-about-item-3-list-item-img{
    margin-left: 0;
    margin-right: 5%;
}

.inside-about-item-3-list-item:nth-of-type(even) .inside-about-item-3-list-item-year::after{
    /*right: auto;
    left: -8px;*/
}

.inside-about-item-3-list-item:nth-of-type(even) .inside-about-item-3-list-item-info{
    margin-left: 5%;
    margin-right: 0;
    text-align: left;
}

.inside-about-item-3-list-item:nth-of-type(even) .inside-about-item-3-list-item-year{
    margin-right: -2px;
}

.inside-about-item-3-list-item:nth-of-type(even):hover .inside-about-item-3-list-item-year::before{
    transform: translateY(-50%);
    left: 30px;
}

.inside-about-item-4{
    background: url("../images/d0578095e3d9f8125a4d1dfed9044593.jpg") repeat;
    padding: 80px 0;
    min-height: 600px;
}

.inside-about-item-4-tab{
    margin-bottom: 50px;
    text-align: center;
}

.inside-about-item-4-tab a{
    margin-right: 50px;
    color: #666;
    font-size: 22px;
}

.inside-about-item-4-tab a:last-child{
    margin-right: 0;
}

.inside-about-item-4-tab .on{
    color: #1f8ded;
    font-weight: bold;
}

.swiper-container-zl .swiper-slide img{
    width: 100%;
}

.swiper-container-zl .swiper-slide span{
    display: block;
    margin-top: 5px;
    text-align: center;
}

.swiper-container-zl .swiper-slide{
    background: #ffffff;
    border-radius: 15px;
    padding: 40px;
    box-sizing: border-box;
}

.inside-about-item-4 .contain{
    position: relative;
}

.inside-about-item-4 .swiper-button-next, .inside-about-item-4 .swiper-container-rtl .swiper-button-prev{
    top: 20px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 100%;
    border: 1px solid #ddd;
    height: 30px;
    color: #fff;
    font-weight: bold;
    background: none;
}

.inside-about-item-4 .swiper-button-next::after, .inside-about-item-4 .swiper-button-prev::after{
    display: none;
}

.inside-about-item-4 .swiper-button-prev{
    top: 20px;
    left: auto;
    right: 60px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 100%;
    border: 1px solid #ddd;
    height: 30px;
    color: #fff;
    font-weight: bold;
    background: none;
}

.inside-about-item-4 .swiper-pagination-zl{
    display: none;
}

.contact-1{
    border: 1px solid #ddd;
    box-sizing: border-box;
    padding: 40px;
    margin-top: 70px;
    margin-bottom: 50px;
}

.contact-1-title{
    color: #333333;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
}

.contact-1-title-bor{
    text-align: center;
    margin-bottom: 30px;
}

.contact-1-title-bor span{
    display: inline-block;
    width: 50px;
    background: #1f8ded;
    height: 2px;
}

.contact-1-content{
    text-align: center;
    line-height: 26px;
}

.contact-1-content img{
    max-width: 100%;
}

.contact-2{
    background: #f6f6f6;
    padding: 50px 0;
}

.contact-2 form{
    background: #fff;
    padding: 40px;
}

.form-item{
    justify-content: space-between;
    margin-bottom: 20px;
}

.form-item input[type='text']{
    width: 49%;
    border: 1px solid #ddd;
    height: 35px;
    line-height: 35px;
    border-radius: 3px;
    padding: 0 10px;
    box-sizing: border-box;
}

.form-item textarea{
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #ddd;
    height: 150px;
}

.form-item.btn{
    text-align: center;
}

.form-item.btn input{
    background: #1f8ded;
    color: #fff;
    border: none;
    width: 150px;
    height: 40px;
    border-radius: 5px;
    cursor: pointer;
}

.fgs-1{
    width: 29%;
    flex-wrap: wrap;
    overflow: hidden;
}

.fgs-1-item{
    width: 50%;
    margin-bottom: 10px;
    float: left;
}

.fgs-1-item a{
    display: flex;
    width: 188px;
    height: 188px;
    white-space: nowrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    cursor: pointer;
}

.fgs-1-item a div{
    position: relative;
}

.fgs-1-item a div span{
    position: absolute;
    left: 0;
    width: 100%;
}

.fgs-2{
    flex: 1;
}

.inside-fgs{
    background: #f6f6f6;
    padding-top: 20px;
}

.fgs-1-item img{
    display: block;
    width: 92px;
    height: 92px;
    border-radius: 100%;
    border: 1px solid #ddd;
    padding: 3px;
    margin-bottom: 5px;
    background: #fff;
}

.main2{
    margin-top: 93px;
}

.fgs-1-item.on a{
    background: url("../images/fgs-item-bg.png") no-repeat center center;
    background-size: 100% 100%;
    animation: expand 2s 1 alternate;
}

@keyframes expand {
    from {
        background-size: 50%;
    }
    to {
        background-size: 100%;
    }
}

.fgs-2{
    padding: 50px;
    background: #fff;
}

.fgs-2-title{
    line-height: 60px;
    /*background-image: -webkit-linear-gradient(to right, #13b2ea, #2b58b8);*/
    background-image: linear-gradient(to right, #13b2ea, #296fc5, #2b57b8);
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 36px;
    color: transparent;
    border-bottom: 1px solid #dddddd;
    font-weight: bold;
}

.fgs-2-content{
    padding: 50px 0;
    line-height: 30px;
}

.fgs-2-content img{
    max-width: 100%;
}

.fwfw{
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 50px 0;
}

.fwfw-item-img{
    display: block;
    overflow: hidden;
}

.fwfw-item-img{
    display: block;
    width: 100%;
    transition: all 0.5s;
    position: relative;
}

.fwfw-item-img::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: all ease-out 0.3s;
    left: 0;
}

.fwfw-item:hover .fwfw-item-img::after{
    opacity: 1;
}

.fwfw-item{
    width: 48%;
    margin-bottom: 30px;
    transition: all 0.5s;
    position: relative;
}

.fwfw-item::after{
    content: '';
    width: 0;
    height: 2px;
    background: #1f8ded;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all ease-out 0.3s;
}

.fwfw-item:hover::after {
    width: 100%;
}

.fwfw-item .fwfw-item-info{
    padding: 25px;
    background: #f8f8f8;
}

.fwfw-item .fwfw-item-info p{
    line-height: 28px;
    color: #666;
}

.fwfw-item h2{
    font-size: 30px;
    margin-bottom: 15px;
}

.fwfw-item:hover{
    transform: translateY(-10px);
}

.fwfw-item .more {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.fwfw-item .more span {
    align-items: center;
    color: #1f8ded;
    margin-top: -1px;
}

.fwfw-item .more  i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    overflow: hidden;
    -webkit-transition: all 0.3s linear;
    margin-left: 10px;
    border-radius: 50%;
    background-color: #1f8ded;
    transition: all 0.3s linear;
    height: 20px;
}

.fwfw-item .fwfw-item-img img{
    width: 100%;
}

.e_container-70 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    display-radio: flex;
    background-color: rgba(250, 250, 250, 1);
    box-sizing: border-box;
}

.e_container-70.head{
    background-color: #1f8ded;
    margin-top: 50px;
    font-size: 18px;
}

.e_container-70 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%;
    position: relative;
}

.p_item p {
    font_radio: 2;
    font-family: Microsoft YaHei;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.e_container-70.head .p_item p{
    color: rgba(255, 255, 255, 1);
    font-weight: bold;
}

.e_loop-65 .p_list {
    display: flex;
    flex-wrap: wrap;
}

.p_loopitem {
    flex: 0 0 33.3%;
    position: relative;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 1);
}

.e_container-67 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
}

.zhaomo2{
    margin-top: 100px;
}

.join-detail{
    margin-top: 50px;
}

.join-detail-head{
    background-color: rgba(251, 251, 251, 1);
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 22px;
    padding-top: 22px;
}

.join-detail-title{
    color: rgba(51, 51, 51, 1);
    font-size: 18px;
    font-weight: bold;
}

.join-detail-money{
    font-size: 14px;
    font-family: Arial;
    line-height: 1;
    color: rgba(255, 75, 75, 1);
    font-weight: bold;
    margin-top: 5px;
}

.join-detail-main{
    padding: 30px;
    border: 3px solid rgba(251, 251, 251, 1);
    border-top: 0;
}

.join-detail-main-1-item{
    padding: 20px 15px;
    background-color: rgba(0, 0, 0, 0.02);
    color: rgba(102, 102, 102, 1);
    font-size: 16px;
}

.join-detail-main-1-item-label{
    width: 15%;
    white-space: nowrap;
}

.join-detail-main-1-item-val{
    flex: 1;
}

.join-detail-main-1-item:nth-of-type(even){
    background-color: rgba(0, 0, 0, 0.04);
}

.join-detail-main-1{
    margin-bottom: 30px;
}

.join-detail-main-2{
    font-size: 16px;
    color: rgba(0, 0, 0, 0.7);
    line-height: 30px;
}

.join-detail-main-2 img{
    max-width: 100%;
}

.inside-about-title-2{
    padding-bottom: 25px;
    border-bottom: 1px solid #ddd;
}

.inside-about-item-3-list-item.hide{
    display: none;
}

.licheng-more{
    text-align: center;
}

.licheng-more span{
    padding: 10px 40px;
    display: inline-block;
    background: #1f8ded;
    color: #fff;
    cursor: pointer;
    transition: all 0.5s;
}

.licheng-more span:hover{
    box-shadow: 0 0 5px 0 #1f8ded;
}

.swiper-wrapper2{
    display: flex;
    flex-wrap: wrap;
}

.swiper-slide2{
    width: 18%;
    margin-right: 2%;
    margin-bottom: 20px;
    text-align: center;
    background: #fff;
    border-radius: 15px;
}

.swiper-slide2 a{
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-slide2 img{
    max-width: 100%;
}

.en .banner-text p:nth-of-type(2){
    font-size: 70px;
}

.swiper-slide2 span{
    display: block;
    text-align: center;
    line-height: 40px;
}

.en .tongkang-2-content-1-list-item{
    width: 190px;
}

.en .tongkang-3-content-1-list-item div p:nth-of-type(2){
    line-height: 20px;
}

.alc-p-item p span{
    white-space: normal !important;
}

.news-detail-top{
    display: none;
}

.index-3-left-content-list-1{
    position: absolute;
    bottom: 8vh;
    width: 100%;
    left: 0;
}

.inside-body  .index-3-left-content-list-1{
    position: static;
}

.inside-jt{
    margin-bottom: 45px;
}

@media screen and (max-width: 1440px){
    .footer-2{
        margin-right: 5%;
    }

    .swiper-slide2 a{
        height: 310px;
    }

    nav li a{
        font-size: 14px;
    }

    .index-3-left-content-desc p span{
        font-size: 16px !important;
    }

    .index-3-left{
        width: 80%;
    }

    .index-3-left-content {
        padding: 18% 0 0 10%;
    }

    .index-3-left-content-desc{
        margin-bottom: 30px;
        line-height: 24px;
    }

    .index-3-left-content-desc span{
        white-space: normal !important;
    }

    .index-3-left-content-list-1-item{
        padding: 5px 0;
    }

    .index-3-left-content-title{
        font-size: 26px;
        margin: 5px 0 15px 0;
    }

    a.logo img {
        max-height: 50px;
    }

    .banner-text p:nth-of-type(2) {
        font-size: 60px;
    }

    .banner-text{
        font-size: 45px;
    }

    .index-1-2{
        font-size: 26px;
    }

    .index-1-1{
        font-size: 24px;
    }

    .index-4{
        padding: 120px 0 50px 0;
    }

    .index-4-tab{
        margin: 20px 0 20px 0;
    }
}

@media screen and (max-width: 1024px){
    .phone-hide{
        display: none;
    }

    .swiper-pagination-index{
        display: none;
    }

    nav li a{
        color: #666;
    }

    .phone-show{
        display: inherit;
    }

    a.logo{
        width: 30%;
    }

    a.logo img{
        width: 100%;
    }

    nav{
        display: none;
        position: absolute;
        top: 60px;
        width: 100%;
        left: 0;
        background: #fff;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }

    header{
        height: 60px;
        line-height: 60px;
        z-index: 1000;
        background: rgba(0, 0, 0, 0.3);
        border-bottom-color: rgba(0, 0, 0, 0.3);
    }

    nav ul.flex{
        display: block;
        padding: 10px 0;
    }

    nav li:nth-last-of-type(2){
        display: none;
    }

    nav li:nth-last-of-type(1){
        display: none;
    }

    nav li a{
        display: block;
        padding-bottom: 0;
    }
    
    .phone-menu a{
        color: #fff;
        margin-left: 15px;
        display: inline-block;
        width: 25px;
    }

    .phone-menu a:nth-of-type(1){
        width: auto;
    }

    .phone-menu a i{
        display: inline-block;
        font-size: 18px;
    }

    .phone-menu a i.icon-guanbi{
        font-size: 14px;
    }

    .banner-text{
        font-size: 22px;
        top: 40%;
    }

    .banner-text p:nth-of-type(2){
        margin-top: 0;
        font-size: 24px;
    }

    .index-1-2{
        font-size: 18px;
    }

    .index-1-1{
        font-size: 20px;
    }

    .index-1{
        padding: 18% 0 20px 6%;
    }

    .index-2-item-info-con p:nth-of-type(1){
        font-size: 18px;
    }

    .index-2-item-info-con div,.index-2-item-info-con p:nth-of-type(3){
        display: none;
    }

    .index-2-item-info{
        bottom: 35%;
    }

    .index-1-1::after{
        left: -15px;
        top: 8px;
    }

    .index-2{
        height: calc(100% - 170px);
        display: flex;
        flex-direction: column;
    }

    .index-2-item{
        height: 20vh;
    }

    .index-3{
        display: block;
    }

    .index-3-left{
        width: auto;
    }

    .index-3-left-content{
        padding: 11vh 4% 0;
    }

    .index-3-left-content-list-1{
        width: 100%;
        margin-bottom: 10px;
    }

    .index-3-left-content-list-2{
        position: static;
        margin-top: 20px;
        flex-wrap: wrap;
        width: auto;
    }

    .index-3-left-content-list-1-item{
        text-align: center;
    }

    .index-3-left-content-list-2-item{
        flex: auto;
        width: 48%;
        padding: 10px 0;
    }

    .index-3-right{
        width: auto;
        left: 0;
        top: 0;
    }

    .index-4{
        padding: 90px 0 0;
    }

    .index-4-tab-content-item{
        padding: 0 15px;
    }

    footer{
        padding: 30px 0 0 0;
    }

    footer .contain{
        display: block;
    }

    .footer-1,.footer-2{
        margin-right: 0;
        margin-bottom: 20px;
    }

    .footer-1 p img{
        height: 40px;
    }

    .copyright{
        margin-top: 30px;
    }

    .header-2 nav{
        background: #fff;
    }

    nav li{
        line-height: 40px;
        padding: 0 15px;
    }

    .inside-banner{
    }

    .side-nav{
        position: relative;
        background: #fff;
        white-space: nowrap;
        overflow: auto;
        z-index: 10;
        overflow-x: scroll;
    }

    .side-nav a{
        margin-right: 30px;
        color: #666;
        padding: 0 15px;
    }

    .inside-pos{
        height: 50px;
        line-height: 50px;
    }

    .inside-jt-title-en{
        font-size: 30px;
        margin-top: 30px;
    }

    .inside-jt-title {
        font-size: 28px;
        margin-top: -15px;
    }

    .inside-jt-item{
        margin-bottom: 20px;
    }

    .inside-jt-item img{
        width: 200%;
    }

    .inside-jt-info>div p:nth-of-type(1){
        font-size: 22px;
        margin-bottom: 10px;
    }

    .inside-jt-info>div p:nth-of-type(2){
        margin-bottom: 10px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2; /* 限制显示的行数 */
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .inside-jt-info a{
        width: 110px;
        height: 30px;
        line-height: 30px;
    }

    .index-4{
        background: none;
    }

    .index-4-tab-content-item .swiper-container{
        padding-bottom: 30px;
    }

    .index-4-tab-content-item .swiper-slide img{
        width: 100%;
    }

    .index-4-tab-content-item .swiper-slide span{
        padding: 5px 10px;
        display: block;
    }

    .inside-news-tj{
        margin-top: 20px;
        flex-wrap: wrap;
        flex-direction: column-reverse;
        margin-bottom: 30px;
    }

    .inside-news-tj-1{
        width: 100%;
        padding-bottom: 30px;
    }

    .inside-news-tj-2{
        width: 100%;
        margin-bottom: 20px;
    }

    .inside-news-tj-1>div {
        padding: 0 5% 0 5%;
    }

    .inside-news-tj-1 a:nth-of-type(1){
        margin-bottom: 20px;
        font-size: 22px;
    }

    .inside-news-tj-1>div p{
        margin-bottom: 20px;
    }

    .inside-news-tj-1 a:last-child {
        width: 150px;
        height: 36px;
        line-height: 36px;
    }

    .inside-news-list-item{
        margin-right: 0;
        flex-flow: column-reverse;
    }

    .inside-news-list-item-img{
        width: 100%;
    }

    .inside-news-list-item:nth-of-type(2n){
        margin-right: 0;
        margin-bottom: 15px;
    }

    .inside-news-list{
        justify-content: space-between;
        margin-top: 0;
    }

    .inside-news-list-item>div:nth-of-type(1){
        margin-right: 0;
        flex-flow: row-reverse;
        padding: 15px;
    }

    .inside-news-list-item>div:nth-of-type(1) p.d{
        min-width: 80px;
    }

    .inside-news-list-item div:nth-of-type(2) {
        padding: 0;
    }

    .inside-about-item{
        padding: 0;
    }

    .inside-about-item-2-content{
        flex-direction: column-reverse;
        flex-wrap: wrap;
        margin-top: 30px;
    }

    .inside-about-item-2-content-2{
        width: 100%;
    }

    .inside-about-item-2-content-1{
        width: auto;
        margin-right: 0;
        margin-top: 20px;
        margin-left: 10px;
    }

    .inside-about-item-2-content-1{
        padding-bottom: 30px;
    }

    .inside-about-item-3{
        padding-top: 1px;
    }

    .inside-about-item-3-list::after{
        display: none;
    }

    .inside-about-item-3-list-item-1{
        width: auto;
        flex-direction: column-reverse;
        margin-bottom: 15px;
    }

    .inside-about-item-3-list-item-year{
        text-align: left;
        width: 100%;
        padding-left: 30px;
        box-sizing: border-box;
        margin-bottom: 15px;
        display: none;
    }

    .inside-about-item-3-list-item-year::after{
        right: auto;
        left: 0;
    }

    .inside-about-item-3-list-item-year::before{
        right: auto;
        left: 5px;
    }

    .inside-about-item-3-list-item-info{
        margin-right: 0;
        width: 100%;
        text-align: left;
    }

    .inside-about-item-3-list-item-img{
        width: 100%;
        margin-left: 0;
        margin-bottom: 20px;
    }

    .inside-about-item-3-list-item:nth-of-type(even) .inside-about-item-3-list-item-1{
        margin-left: 0;
        flex-direction: column-reverse;
    }

    .inside-about-item-3-list{
        padding-bottom: 30px;
    }

    .inside-about-item-4{
        background: url("../images/d0578095e3d9f8125a4d1dfed9044593.jpg") repeat;
        padding: 40px 0;
        min-height: auto;
    }

    .inside-about-item-4 .swiper-pagination-zl{
        display: block;
    }

    .inside-about-item-4 .swiper-button-next, .inside-about-item-4 .swiper-container-rtl .swiper-button-prev{
        display: none;
    }

    .inside-about-item-4 .swiper-button-prev{
        display: none;
    }

    .inside-about-item-4-tab a{
        margin-right: 20px;
        font-size: 18px;
    }

    .inside-about-item-4 .swiper-container{
        padding-bottom: 50px;
    }

    .swiper-container-zl .swiper-slide{
        padding: 15px;
    }

    .contact-1{
        margin-top: 40px;
        padding: 20px;
    }

    .contact-1-title{
        font-size: 22px;
    }

    .contact-2 form{
        padding: 20px;
    }

    .inside-fgs .contain{
        display: block;
    }

    .fgs-1{
        width: auto;
        padding: 1px;
        margin-bottom: 15px;
    }

    .fgs-2{
        padding: 20px;
    }

    .fgs-1-item{
        margin-bottom: 0;
        width: 33.333333%;
        height: 40px;
        line-height: 40px;
        border-bottom: 1px solid #ccc;
    }

    .inside-about-item-3-list-item-info p strong{
        font-weight: normal;
        font-size: 28px;
    }

    .side-nav.fixed{
        /*top: 60px;*/
    }

    .fwfw-item{
        width: 100%;
    }

    .fwfw-item h2{
        font-size: 24px;
    }

    .fwfw-item .fwfw-item-info{
        padding: 20px;
    }

    .fwfw-item .fwfw-item-info p{
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2; /* N 是显示的行数 */
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
    }

    .p_item:nth-of-type(2),.p_item:nth-of-type(4),.p_item:nth-of-type(3),.p_item:nth-of-type(5){
        display: none;
    }

    .e_container-70 > .p_item:last-child{
        text-align: center;
        display: block;
    }

    .zhaomo2{
        margin-top: 50px;
    }

    .p_item p{
        padding-left: 0;
        padding-right: 0;
    }

    .join-detail-main{
        padding: 15px;
    }

    .join-detail-main-1-item-label{
        width: 35%;
    }

    .swiper-slide-index-n{
        display: flex;
        margin-bottom: 12px;
        background: #fff;
        padding: 10px;
    }

    .swiper-slide-index-n a:nth-of-type(1){
        width: 30%;
    }

    .swiper-slide-index-n a:nth-of-type(1) img{
        max-width: 100%;
        height: 100%;
    }

    .swiper-slide-index-n a:nth-of-type(2){
        width: 65%;
        margin-left: 5%;
    }

    .swiper-slide-index-n a:nth-of-type(2) div:nth-of-type(1){
        font-size: 16px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .swiper-slide-index-n a:nth-of-type(2) div:nth-of-type(2){
        font-size: 14px;
        color: #999;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2; /* 限制显示的行数 */
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .index-4-tab,.index-4-title-en,.index-4-title-bor{
        display: none;
    }

    .index-4-title{
        margin-bottom: 20px;
    }

    .footer-1,.footer-3{
        display: none;
    }

    .inside-jt-list{
        margin-top: 30px;
    }

    .inside-about-item-1-content{
        font-size: 14px;
        margin-top: 20px;
    }

    .inside-about-item-1-content p span{
        font-size: 14px !important;
    }

    .swiper-slide2{
        margin-right: 0;
        width: 46%;
    }

    .swiper-wrapper2{
        justify-content: space-between;
    }

    .inside-news-list-item>div:nth-of-type(1) div span{
        font-size: 16px;
        font-weight: bold;
    }

    .inside-news-list-item>div:nth-of-type(1) p:nth-of-type(1) b{
        font-size: 40px;
    }

    .inside-news2-content .contain{
        display: block;
    }

    .inside-news2-content-1{
        padding: 20px;
    }

    .inside-news2-content-2{
        width: auto;
        margin-left: 0;
        margin-top: 20px;
    }

    .inside-news2 .inside-jt-title{
        margin-bottom: 20px;
    }

    .inside-news2-content{
        padding: 30px 0;
    }

    .contact-1-title span{
        font-size: 20px !important;
    }

    .fgs-1-item img{
        display: none;
    }

    .fgs-1-item.on a{
        background: none;
    }

    .fgs-1-item a div span{
        position: static;
        display: block;
    }

    .fgs-1-item a{
        width: auto;
        height: auto;
    }

    .fgs-1-item.on a{
        color: #1f8ded;
        position: relative;
    }

    .fgs-1-item.on a::after{
        position: absolute;
        content: ' ';
        left: 0;
        bottom: -1px;
        width: 100%;
        height: 2px;
        background: #1f8ded;
    }

    .main2{
        margin-top: 0;
    }

    .fgs-2-title{
        line-height: 42px;
        font-size: 24px;
    }

    .fgs-2-content{
        padding: 20px 0;
    }

    .index-4-tab-content-item-more{
        margin-top: 10px;
    }

    nav li>span{
        position: absolute;
        right: 15px;
        top: 3px;
        width: 30px;
        text-align: center;
    }

    nav li>span svg{
        fill: #666;
    }

    nav li .child{
        position: static;
        background: none;
        padding: 0;
        transform: translate(0, 0);
    }

    nav li .child a{
        color: #666;
        text-align: left;
        padding-left: 20px;
    }

    nav li .child::before{
        display: none;
    }

    header nav li:hover>a{
        border-bottom: 0;
        color: #666;
    }

    .inside-banner-text p:nth-of-type(1){
        font-size: 30px;
        text-indent: 0;
        margin-top: 0;
        /*text-stroke: 1px #000;
        -webkit-text-stroke: 1px #000;*/
        font-weight: normal;
    }

    .inside-banner-text p:nth-of-type(2){
        font-size: 16px;
        text-indent: 0;
        font-weight: normal;
    }

    .swiper-slide2{
        padding: 0;
    }

    .en .banner-text{
        top: 35%;
    }

    .footer-2{
        max-width: 100%;
    }

    .swiper-slide2 a {
        height: auto;
    }

    .en .banner-text p:nth-of-type(2){
        font-size: 40px;
    }

    .footer-2 p span{
        white-space: normal !important;
    }

    .en .inside-pos{
        height: auto;
        line-height: 22px;
        padding: 10px 0;
    }

    .inside-about-title-2{
        padding-top: 20px;
    }

    .en .tongkang-3-content-1-list-item div p:nth-of-type(2) {
        line-height: 16px;
    }

    .en .huada-con-02 .huada-pro-con {
        line-height: 20px;
    }

    .inside-news2-content-1-content img{
        max-width: 100% !important;
        height: auto !important;
    }

    .index-3-left{
        height: 100vh;
    }

    .index-3-left-content{
        position: relative;
    }

    .inside-body .index-3-left-content-list-1{
        position: static;
    }

    .index-3-left-content-list-1{
        bottom: 5vh;
    }

    .index-3-right img{
        width: auto;
    }

    .index-3-left-content-list-1-item .num-count{
        font-size: 28px !important;
    }

    .index-3-left-content-desc p{
        line-height: 30px !important;
    }

    .en .inside-banner-text p:nth-of-type(1){
        font-size: 20px;
        letter-spacing: 1px;
    }

    .index-3-left-content-list-1-item .iconfont {
        font-size: 40px;
    }

    .inside-about-item-3-list-item-info-item p:nth-of-type(2) {
        font-size: 14px;
    }

    .en .inside-about-item-1-content p{
        line-height: 24px !important;
    }

    .inside-news2-content-1-content{
        line-height: 24px;
    }

    .en .fgs-1-item{
        width: 50%;
    }

    .fgs-2-content img{
        height: auto !important;
    }
}
@media screen and (max-width: 400px) {
    .index-3-left-content-desc {
        max-height: 52vh;
        overflow: auto;
        line-height: 20px;
        margin-bottom: 0;
    }
    
    .index-3-left-content-desc p {
        line-height: 32px !important;
    }
    
    .index-3-left-content-desc p span {
        font-size: 16px !important;
    }
}