@charset "utf-8";
*, *:before, *:after {
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    outline:0;
    margin:0;
    padding:0;
}
#bsWXBox {
    box-sizing:content-box;
}
ul {
    list-style:none;
}
body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, b, small, u, i, center, dl, dt, dd, ol, ul, li, sub, sup, tt, var, del, dfn, ins, kbd, q, s, samp, strike, applet, object, iframe, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, blockquote, pre, a, abbr, acronym, address, big, cite, code, mark, audio, video, input, textarea, select {
    margin:0;
    padding:0;
}
a:link, a:visited {
    text-decoration:none;
    outline:0;
    color:#666
}
a:hover, a:active, a:focus {
    color:#666;
    text-decoration:none
}
img {
    border:0;
    padding: 0;
    margin: 0;
    max-width:100%;
}
table {
    border-collapse:collapse;
    width:100%
}
h1, h2, h3, h4, h5, h6 {
    font-weight:normal;
}
input, textarea {
    font-size:14px;
    outline:0;
    overflow:hidden;
    font-family:arial, "microsoft yahei"
}
input[type='reset'], input[type='button'], input[type='submit'], input[type='radio'] {
    cursor:pointer;
    outline:0;
    border: none;
}
input[type='checkbox'], input[type='radio'] {
    position:relative;
    vertical-align:middle;
}
textarea, input[type='email'], input[type='date'], input[type='password'], input[type='text'] {
    outline:0;
    color:#666;
}
input[type="submit"], input[type="reset"], input[type="button"], input[type='text'], select, button {
    -webkit-appearance:none
}
input, select, textarea {
    -webkit-appearance:none;
    -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}
::-webkit-input-placeholder {
    color:#333;
}
:-moz-placeholder {
    color:#333;
    opacity:1;
}
::-moz-placeholder {
    color:#333;
    opacity:1;
}
:-ms-input-placeholder{
    color:#333;
}
.clearfix:after {
    clear:both;
    height:0;
    content:"";
    line-height:0;
    font-size:0;
    display:block
}
.clear {
    clear:both;
}

body {
    font-family:arial, "microsoft yahei";
    font-size:14px;
    color:#666;
    line-height:1.5;
    width:100%;
    background:#fff;
    -webkit-tap-highlight-color:transparent;
    -webkit-text-size-adjust: none;
    overflow-x: hidden;
}
.fl {
    float:left;
}
.fr {
    float:right;
}
.pic{
    position: relative;
    overflow: hidden;
    width: 100%;
}
.pic:after{
    content: '';
    display: block;
    padding-bottom: 100%;
}
.pic img{
    transition: .5s;
}
.middleCenter {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    max-width:100%;
    max-height:100%;
    display:block;
    vertical-align:middle;
    text-align:center;
    margin:auto
}
.tp{
    overflow: hidden;
}
.tp img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
    transition: .5s;
}
.container1 {
    width: 92%;
    margin: 0 auto;
}
.side_fl{
    width: 320px;
    background-color: #fff;
    position: fixed;
    height: 100vh;
    left: 0;
    top: 0;
    z-index: 999;
    border-right: 1px solid #e4e4e4;
}
.side_fr{
    margin-left: 320px;
    position: relative;
    width: calc(100% - 320px);
}
.style3::-webkit-scrollbar-track{
    background-color: #fff;
}
.style3::-webkit-scrollbar{
    width: 3px;
    background-color: #fff;
}
.style3::-webkit-scrollbar-thumb{
    background-color: #00ADA9;
}
.yx{
    padding-top: 40px;
}
.yx a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.yx a img{
    height: 95px;
}
.navdaohang{
    margin: 35px 0 20px 0;
}
.menupc li{
    text-align: center;
    line-height:45px;
    z-index: 9;
    position: relative;
    width: 100%;
}
.menupc li:hover{
    background: #F0F0F0;
}
.menupc li:hover a{
    color: #00ADA9;
}
.menupc li a{
    display:block;
    color: #666;
    z-index: 999;
    position: relative;
    width: 100%;
    padding: 0 75px 0 55px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
}
.menupc li a.jt{
    width: 100%;
    height: 45px;
    background: url(../images/jt.png) no-repeat right center;
    background-size: 14px 8px;
    position: absolute;
    right: 55px;
    top: 0;
    padding: 0;
    z-index: 1;
}
.menupc li a.jt.active{
    background: url(../images/jt_h.png) no-repeat right center;
    background-size: 14px 8px;
}
.menupc li a:hover{
    color: #00ADA9;
}
.menupc li .current{
    color: #00ADA9;
}
.menupc .xiala{
    display: none;
}
.menupc .xiala .xiala_bs{
    text-align: left;
    height: 40px;
    line-height: 40px;
    color: #fff;
    width: 100%;
    padding: 0 55px 0 70px;
    background: #fff;
}
.menupc .xiala .xiala_bs:hover{
    background: #F7F7F7;
}
.menupc .xiala .xiala_bs a{
    display: inline-block;
    font-weight: 400;
    color: #333333 !important;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 0 0 22px;
    position: relative;
}
.menupc .xiala .xiala_bs a.ptb1{
    background: url("../images/ptb1.png") no-repeat left center;
    background-size: 14px 14px;
}
.menupc .xiala .xiala_bs a.ptb2{
    background: url("../images/ptb2.png") no-repeat left center;
    background-size: 14px 14px;
}
.menupc .xiala .xiala_bs a.ptb3{
    background: url("../images/ptb3.png") no-repeat left center;
    background-size: 14px 14px;
}
.menupc .xiala .xiala_bs a.ptb4{
    background: url("../images/ptb4.png") no-repeat left center;
    background-size: 14px 14px;
}
.menupc .xiala .xiala_bs a.ptb5{
    background: url("../images/ptb5.png") no-repeat left center;
    background-size: 14px 14px;
}
.menupc .xiala .xiala_bs a.ptb6{
    background: url("../images/ptb6.png") no-repeat left center;
    background-size: 14px 14px;
}
.menupc .xiala .xiala_bs a.ptb7{
    background: url("../images/ptb7.png") no-repeat left center;
    background-size: 14px 14px;
}
.menupc .xiala .xiala_bs a.ptb8{
    background: url("../images/ptb8.png") no-repeat left center;
    background-size: 14px 14px;
}
.menupc .xiala .xiala_bs a.ptb9{
    background: url("../images/ptb9.png") no-repeat left center;
    background-size: 14px 14px;
}
.menupc .xiala .xiala_bs a.ptb10{
    background: url("../images/ptb10.png") no-repeat left center;
    background-size: 14px 14px;
}

.menupc .xiala .xiala_bs a:hover{
    color: #00ADA9 !important;
}


.search-nation{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    padding: 0 55px 35px 55px;
}
.header-search {

}
.header-search .pull-right {
    /*width:21px;*/
    height: 100%;
    /*background:url(../images/search.png) no-repeat center center;
    background-size: 21px 21px;
    color:#000;*/
    cursor:pointer;
}
.header-search .pull-right a {
    display:block;
    height: 21px;
    background:url(../images/search.png) no-repeat left center;
    background-size: 21px 21px;
    text-align:center;
    padding-left: 30px;
}
.search {
    z-index: 9;
}
.search .btn-search-max {
    z-index: 2;
    -webkit-transition: All .2s ease-in-out;
    transition: All .2s ease-in-out;
    position: relative
}
.search .btn-search-max * {
    display: inline-block;
    vertical-align: middle
}
.search .search-main {
    top: 25px;
    right: 0;
    z-index: 9;
    width: 100%;
    display: none;
    padding: 0 30px 10px 10px;
    position: absolute;
    box-shadow: 0 0 10px #eee;
    background-color: #fff;
}
.search-container {
    background-color: #fff;
    padding-left: 0;
    overflow: hidden;
    margin-top: 10px;
    position: relative;
    border: 1px solid #eee;
}
.search-container .form-control {
    text-align: left;
    border: none;
    box-shadow: none;
    border-radius: 0;
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -mz-border-radius: 0;
    font-size: 14px;
    color: #cdcdcd;
    line-height: 20px;
    vertical-align: top;
    padding: 10px 86px 10px 10px;
    -webkit-appearance: none;
    background-color: #fff;
}
.search-container .form-control:focus {
    border: 1px solid #00CCCC;
}
.search-container .btn {
    top: 0;
    border: 0;
    right: 0;
    color: #00CCCC;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    position: absolute;
    cursor: pointer;
    border-radius: 0;
    background:#00CCCC url(../images/overlay-icon.png) no-repeat center center;
}
#search-closed {
    right: 0;
    top: 15px;
    max-width: 30px;
    position: absolute;
    cursor: pointer
}
.nation{
    position: relative;
    font-weight: 400;
    color: #666666;
    height: 20px;
    line-height: 20px;
    padding: 0 0 0 28px;
    cursor: pointer;
}
.nation p{
    background: url(../images/xia.png) no-repeat right center;
    background-size: 14px 8px;
    padding-right: 23px;
}
.nation::before{
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
    background: url(../images/nation.png) no-repeat;
    background-size: 19px 19px;
    width: 19px;
    height: 19px;
}
/*.nation::after{
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    transform: translate(0,-50%);
    background: url(../images/xia.png) no-repeat;
    background-size: 14px 8px;
    width: 14px;
    height: 8px;
}*/
.nation_b{
    display: none;
    position: absolute;
    top: 25px;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 999;
    padding: 5px 0;
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    overflow: hidden;
    flex-direction: column;
}
.nation_b a{
    display: block;
    width: 100%;
    line-height: 25px;
    height: 25px;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    transition: .5s;
}
.nation_b a:hover{
    color: #00ADA9;
}
.link{
    padding: 0 55px;
}
.link ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.link ul li{
    position: relative;
    width: 29px;
    height: 23px;
    transition: .5s;
}
.link ul li a{
    position: relative;
    top: 0;
    width: 29px;
    height: 23px;
    display: block;
    transition: .5s;
}
.link ul li::after{
    content: '';
    position: absolute;
    left: 0;
    top: 23px;
    width: 29px;
    height: 23px;
    display: block;
    transition: .5s;
    cursor: pointer;
    opacity: 0;
}
.link ul li.wx a{
    background: url(../images/wx.png) no-repeat center;
    background-size: 29px 23px;
}
.link ul li.wx::after{
    background: url(../images/wx_h.png) no-repeat center;
    background-size: 29px 23px;
}
.link ul li.wb a{
    background: url(../images/wb.png) no-repeat center;
    background-size: 27px 21px;
}
.link ul li.wb::after{
    background: url(../images/wb_h.png) no-repeat center;
    background-size: 27px 21px;
}
.link ul li.in a{
    background: url(../images/in.png) no-repeat center;
    background-size: 23px 22px;
}
.link ul li.in::after{
    background: url(../images/in_h.png) no-repeat center;
    background-size: 23px 22px;
}
.wx_ewm{
    position: absolute;
    z-index: 1;
    opacity: 0;
    left: 50%;
    top: -115px;
    transform: translate(-50%, 0);
    width: 105px;
    height: 105px;
    transition: .5s;
}
.wx_ewms{
    border: 1px solid #e4e4e4;
    padding: 5px;
    background: #fff;
    width: 105px;
    height: 105px;
}
.wx_ewms img{
    width: 93px;
    height: 93px;
}
.link ul li:hover a{
    top: -23px;
    opacity: 0;
}
.link ul li:hover::after{
    top: 0;
    opacity: 1;
}
.link ul li.wx:hover .wx_ewm{
    opacity: 1;
}

/*swiper的banner*/
.home-banner {
    width:100%;
    margin: 0 auto;
    position:relative;
}
.swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
}
.swiper-slide {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.banners{
    display: block;
    width: 100%;
}
.banners img{
    display: block;
    width: 100%;
    height: auto;
    min-height:100%;
    animation: bannerShow 5s;
    -webkit-animation: bannerShow 5s;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
@-webkit-keyframes bannerShow {
    0% {
        transform: scale(1.1);
        -webkit-transform: scale(1.1); }
    50% {
        transform: scale(1.05);
        -webkit-transform: scale(1.05); }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1); }
}

@keyframes bannerShow {
    0% {
        transform: scale(1.1);
        -webkit-transform: scale(1.1); }
    50% {
        transform: scale(1.05);
        -webkit-transform: scale(1.05); }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1); }
}







.ban_txt{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.container2 {
    width: 80%;
    margin: 0 auto;
}
.ban_txt .container2{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ban_txt_fl{
    width: 43%;
}
.ban_txt_fr{
    width: 52%;
    line-height: 1.2;
    text-align: center;
}
.ban_txt_fr h2{
    font-size: 70px;
    font-weight: bold;
}
.ban_txt_fr h3{
    font-size: 50px;
    color: #00ADA9;
}
.ban_txt_fr p{
    margin-top: 20px;
    font-size: 25px;
    color: #000;
    line-height: 30px;
}
.home-banner .swiper-button-next, .home-banner .swiper-button-prev{
    display: block;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 67px;
    height: 67px;
    border-radius: 0;
    z-index: 999;
    cursor: pointer;
    outline: none;
    text-align: center;
    transition: .5s;
    background: url("../images/ban_jt.png") no-repeat center;
    background-size: 11px 19px;
    border: 1px dashed #fff;
    border-radius: 50%;
}
.home-banner .swiper-button-prev{
    right: auto;
    left: 35px;
}
.home-banner .swiper-button-next{
    right: 35px;
    left: auto;
    transform:rotateY(-180deg) translate(0, -50%);
}
.phone{
    display: none;
}
@media(max-width:1199px) {
    header{
        display: none;
    }
    .phone{
        display: block;
        z-index: 9999;
        position: fixed;
        width: 100%;
        top: 0;
    }
    .sp_logo a img{
        height: 40px;
    }
}

footer{
    width: 100%;
    margin: 0 auto;
    background: #666666;
}
.footer1{
    padding: 40px 0 20px 0;
}
.footer1_t{
    font-size: 22px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1;
    margin-bottom: 20px;
}
.footer1_b{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer1_b_fl{
    width: 80%;
}
.footer1_b_fl ul{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.footer1_b_fl ul li{
    margin-right: 11%;
}
.footer1_b_fl ul li:last-child{
    margin-right: 0;
}
.footer1_b_fl ul li a{
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 35px;
}
.footer1_b_fl ul li a:hover{
    color: #00ADA9;
}
.footer1_b_fr{
    display: flex;
    align-items: center;
    height: 35px;
}
.footer1_b_fr p{
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
}
.footer1_b_fr ul{
    display: flex;
    align-items: center;
}
.footer1_b_fr ul li{
    margin-left: 20px;
}
.footer1_b_fr ul li{
    position: relative;
    width: 22px;
    height: 18px;
    transition: .5s;
}
.footer1_b_fr ul li a{
    position: relative;
    top: 0;
    width: 22px;
    height: 18px;
    display: block;
    transition: .5s;
}
.footer1_b_fr ul li::after{
    content: '';
    position: absolute;
    left: 0;
    top: 23px;
    width: 29px;
    height: 23px;
    display: block;
    transition: .5s;
    cursor: pointer;
    opacity: 0;
}
.footer1_b_fr ul li.wx a{
    background: url(../images/wx.png) no-repeat center;
    background-size: 22px 18px;
}
.footer1_b_fr ul li.wx::after{
    background: url(../images/wx_h.png) no-repeat center;
    background-size: 22px 18px;
}
.footer1_b_fr ul li.wb a{
    background: url(../images/wb.png) no-repeat center;
    background-size: 22px 18px;
}
.footer1_b_fr ul li.wb::after{
    background: url(../images/wb_h.png) no-repeat center;
    background-size: 22px 18px;
}
.footer1_b_fr ul li.in a{
    background: url(../images/in.png) no-repeat center;
    background-size: 16px 15px;
}
.footer1_b_fr ul li.in::after{
    background: url(../images/in_h.png) no-repeat center;
    background-size: 16px 15px;
}
.footer1_b_fr ul li:hover a{
    top: -23px;
    opacity: 0;
}
.footer1_b_fr ul li:hover::after{
    top: 0;
    opacity: 1;
}
.footer1_b_fr ul li.wx:hover .wx_ewm{
    opacity: 1;
    z-index: 9999;
}
.footer2{
    border-bottom: 1px solid #858585;
    border-top: 1px solid #858585;
    overflow: hidden;
    padding: 42px 0;
    color: #fff;
}
.footer2 h3{
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 5px;
}
.footer2 h3 span{
    font-weight: bold;
    padding-left: 15px;
}
.footer2s{
    display: flex;
}
.footer2 p{
    font-size: 14px;
    line-height: 30px;
}

.footer3{
    padding: 15px 0;
}
.footer3 .container1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.footer3_fl{
    display: flex;
    flex-direction: column;
}
.footer3_fl p{
    font-size: 14px;
    color: #CCCCCC;
    line-height: 30px;
}
.footer3_fl p a{
    text-decoration: none;
}
.footer3_fl p a:hover{
    color: #00ADA9;
}
.footer3_fl a{
    font-size: 14px;
    font-weight: 400;
    color: #CCCCCC;
    line-height: 30px;
    text-decoration: underline;
}
.footer3_fl a:hover{
    color: #00ADA9;
}
.footer3_fr a{
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer3_fr a img{
    height: 60px;
}

.home-news{
    width: 100%;
    margin: 0 auto 68px auto;
}

.news{
    width: 100%;
}
.news_t{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.news_t p{
    font-size: 30px;
    font-weight: 400;
    color: #333333;
    line-height: 1;
}
.news_t a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 53px;
    height: 53px;
    background: #F2F3F5 url("../images/njt.png") no-repeat center;
    background-size: 19px 15px;
    border-radius: 50%;
    transition: .5s;
}
.news_t a:hover{
    background: #00ADA9 url("../images/njt_h.png") no-repeat center;
    background-size: 19px 15px;
}
.news_b{
    margin-top: 30px;
}
.news_b ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.news_b li{
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    width: 48%;
    margin-right: 4%;
}
.news_b li:nth-child(2n){
    margin-right: 0;
}
.news_b li a{
    display: flex;
    align-items: center;
    height: 126px;
    transition: .5s;
}
.news_b_date{
    width: 11%;
    color: #999;
    transition: .5s;
}
.news_b_date p{
    font-size: 28px;
    line-height: 1;
    margin-bottom: 20px;
}
.news_b_date span{
    font-size: 16px;
    line-height: 1;
}
.news_b_txt{
    width: 89%;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    padding-left: 55px;
    transition: .5s;
}
.news_b li a:hover{
    padding: 0 22px;
    background: url("../images/newsbg.jpg") no-repeat center;
    background-size: cover;
}
.news_b li a:hover .news_b_date{
    color: #fff;
    width: 13%;
}
.news_b li a:hover .news_b_txt{
    color: #fff;
    width: 87%;
    padding-left: 30px;
}

.home-video{
    width: 100%;
    margin: 50px auto 75px auto;
}
.home-video .container1{
    position: relative;
}
.index_title{
    display: flex;
    flex-direction: column;
}
.index_title:after{
    content: '';
    display: block;
    width: 44px;
    height: 3px;
    background: #00ADA9;
    margin-top: 20px;
}
.index_title h3{
    font-size: 30px;
    font-weight: bold;
    color: #333;
    line-height: 1;
    margin-top: -40px;
}
.index_title h3 span{
    font-size: 16px;
    font-weight: normal;
    color: #999;
}
.index_title p{
    font-size: 100px;
    font-family: Arial;
    font-weight: bold;
    color: #F9F9F9;
    line-height: 0.75;
    padding-left: 80px;
}
.video_con{
    margin-top: 55px;
}
.video_con .swiper-slide{
    display: initial;
}
.videos a{
    display:block;
    overflow: hidden;
    position: relative;
    width: 100%;
    transition: .5s;
}
.videos a .tp{
    position: relative;
}
.video_btn{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.51);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: .5s;
}
.video_btns{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 98px;
    height: 98px;
    background: #00ADA9;
    border: 15px solid rgba(0,0,0,.29);
    border-radius: 50%;
}
.video_btn img{
    height: 17px;
}
.videos a:hover .tp img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.videos a:hover .video_btn{
    opacity: 1;
}
.video_txt{
    margin-top: 25px;
    font-size: 24px;
    font-weight: 400;
    color: #333333;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.videos a:hover .video_txt{
    color: #00ADA9;
}
.swiper-pagination1{
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}
.video_con .swiper-pagination1{
    top: 57.5px;
    right: 162px;
}
.video_con .swiper-pagination-bullet{
    width: 7px;
    height: 7px;
    background: #999999;
    border-radius: 50%;
    opacity: 1;
    outline: none;
    margin: 0px 8px;
    border-radius: 50%;
}
.video_con .swiper-pagination-bullet-active{
    background: #333333;
}
.video_con .swiper-button-next1, .video_con .swiper-button-prev1{
    display: block;
    position: absolute;
    top: 35px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    margin-top: 0;
    z-index: 10;
    cursor: pointer;
    outline: none;
    background: #FAFAFB url("../images/arrow.png") no-repeat center;
    background-size: 19px 15px;
    text-align: center;
}
.video_con .swiper-button-next1:hover, .video_con .swiper-button-prev1:hover{
    background: #F2F3F5 url("../images/arrow_h.png") no-repeat center;
    background-size: 19px 15px;
}
.video_con .swiper-button-prev1{
    left: auto;
    right: 76px;
}
.video_con .swiper-button-next1{
    right: 8px;
    left: auto;
    transform: rotateY(-180deg);
}

.home-about{
    width: 100%;
    margin: 0 auto;
}
.home-about .container1{
    background: url("../images/aboutbg.jpg") no-repeat center;
    background-size: cover;
    padding: 80px 0 55px 0;
}
.about{
    width: 73%;
    margin: 0 auto;
}
.about1{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    line-height: 1;
}
.about2{
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    margin: 30px  0 40px 0;
}
.about3{
    margin-bottom: 55px;
}
.about3 ul{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.about3 ul li{
    padding: 0 10px;
    text-align: center;
}
.about3 ul li h3{
    display: flex;
    font-size: 16px;
    font-weight: 400;
    color: #009AA7;
    line-height: 1;
}
.about3 ul li h3 sup{
    font-size: 16px;
    font-weight: 400;
    color: #009AA7;
    line-height: 1;
    padding-left: 5px;
}
.about3 ul li h3 span{
    font-size: 48px;
    font-family: Arial;
    color: #009AA7;
    line-height: 1;
}
.about3 ul li p{
    margin-top: 15px;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 1;
}
.index_more a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 223px;
    margin: 0 auto;
    height: 62px;
    border: 1px solid #00ada9;
    border-radius: 30px;
    font-size: 16px;
    font-weight: bold;
    color: #00ADA9;
    transition: .5s;
}
.index_more a i{
    width: 20px;
    height: 11px;
    background: url("../images/m.png") no-repeat center;
    background-size: 20px 11px;
    margin-left: 20px;
    transition: .5s;
}
.index_more a:hover{
    background: #00ADA9;
    color: #fff;
}
.index_more a:hover i{
    background: url("../images/m_h.png") no-repeat center;
    background-size: 20px 11px;
}

.home-proservice{
    width: 100%;
    margin: 50px auto 75px auto;
    position: relative;
}
.line{
    width: 100%;
    height: 1px;
    background: #DDDDDD;
    position: absolute;
    left: 0;
    bottom: 16px;
}
.home-proservice:before{
    content: '';
    display: block;
    background: url("../images/proservicebg1.png") no-repeat left center;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 35%;
    height: 100%;
}
.home-proservice:after{
    content: '';
    display: block;
    background: url("../images/proservicebg2.png") no-repeat right center;
    background-size: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 35%;
    height: 100%;
}
.home-proservice .container1{
    position: relative;
}
.proservice_con{
    margin-top: 75px;
}
/*.proservice_con_t{
    padding-bottom: 55px;
}
.proservice_con_t .gallery-top{
    width: 80%;
    margin: 0 auto;
    height: auto;
}
.proservice-max{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    text-align: justify;
    width: 100%;
    align-items: flex-start;
}
.proservice-max-fl{
    width: 33%;
}
.proservice-max-fr{
    width: 49%;
    margin-top: 30px;
}
.proservice-max-fr1{
    display: flex;
    flex-direction: column;
}
.proservice-max-fr1 h3{
    font-size: 32px;
    color: #333;
    margin-bottom: 10px;
}
proservice-max-fr1 p{
    font-size: 16px;
    color: #999;
}
.proservice-max-fr2{
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 35px;
    height: 175px;
    margin: 45px 0 75px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}
.proservice-max-fr2 p{
    position: relative;
    padding-left: 15px;
}
.proservice-max-fr2 p:before{
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background: #999999;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 14.5px;
}
.proservice-max-fr .index_more a{
    margin: 0 auto 0 0;
}
.proservice_con_t .swiper-button-next2, .proservice_con_t .swiper-button-prev2{
    display: block;
    position: absolute;
    top: 35px;
    width: 53px;
    height: 53px;
    border-radius: 50%;
    z-index: 999;
    cursor: pointer;
    outline: none;
    text-align: center;
    transition: .5s;
    background: #FAFAFB url("../images/arrow.png") no-repeat center;
    background-size: 19px 15px;
}
.proservice_con_t .swiper-button-next2:hover ,.proservice_con_t .swiper-button-prev2:hover{
    background: #F2F3F5 url("../images/arrow_h.png") no-repeat center;
    background-size: 19px 15px;
}
.proservice_con_t .swiper-button-prev2{
    left: auto;
    right: 76px;
}
.proservice_con_t .swiper-button-next2{
    left: auto;
    right: 8px;
    transform: rotateY(-180deg);
}
.proservice_con_b{
    position: relative;
}
.proservice_con_b .gallery-thumbs {
    width: 100%;
    margin: auto;
    height: auto;
}
.proservice-min.swiper-slide{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
}
.proservice-min-img{
    height: 79px;
}
.proservice-min-txt{
    width: 100%;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 60px;
}
.proservice-min.swiper-slide-thumb-active .proservice-min-txt{
    color: #00ADA9;
    background: url("../images/tb.png") no-repeat bottom center;
}*/

.home-proservice{
    overflow: hidden;
}
.proservice_con{
    position: relative;
}
.proservice_con_t {
    width: 80%;
    margin: 0 auto;
    text-align:center;
    margin-bottom: 55px;
    height: 469px;
    overflow: hidden;
}
.proservice-max{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    text-align: justify;
    width: 100%;
    align-items: flex-start;
}
.proservice-max-fl{
    width: 33%;
}
.proservice-max-fl img{
    border: none !important;
}
.proservice-max-fr{
    width: 49%;
    margin-top: 30px;
}
.proservice-max-fr1{
    display: flex;
    flex-direction: column;
}
.proservice-max-fr1 h3{
    font-size: 32px;
    color: #333;
    margin-bottom: 10px;
}
.proservice-max-fr1 p{
    font-size: 16px;
    color: #999;
}
.proservice-max-fr2{
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 35px;
    height: 175px;
    margin: 45px 0 45px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}
.proservice-max-fr2 p{
    position: relative;
    padding-left: 15px;
}
.proservice-max-fr2 p:before{
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background: #999999;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 14.5px;
}
.proservice-max-fr .index_more a{
    margin: 0 auto 0 0;
}
.proservice_con_t .slick-next:before,.proservice_con_t .slick-prev:before{
    display: none;
}
.proservice_con_t .slick-prev, .proservice_con_t .slick-next{
    position: absolute;
    top: -110px;
    width: 53px;
    height: 53px;
    border-radius: 50%;
    z-index: 999;
    cursor: pointer;
    outline: none;
    text-align: center;
    transition: .5s;
    background: #FAFAFB url("../images/arrow.png") no-repeat center;
    background-size: 19px 15px;
}
.proservice_con_t .slick-prev{
    left: auto;
    right: 76px;
}
.proservice_con_t .slick-next{
    left: auto;
    right: 8px;
    transform: rotateY(-180deg);
}
.proservice_con_t .slick-prev:hover,.proservice_con_t .slick-next:hover{
    background: #F2F3F5 url("../images/arrow_h.png") no-repeat center;
    background-size: 19px 15px;
}
.proservice_con_b {
    text-align:center;
    position: relative;
    width: 100%;
    margin: 20px auto 0px auto;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    z-index: 999;
}
.proservice_con_b .slick-slide{
    padding: 0 5px;
}
.proservice-min{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    cursor: pointer;
}
.proservice-min-img{
    height: 79px;
}
.proservice-min-img img{
    border: none !important;
}
.proservice-min-txt{
    width: 100%;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 60px;
}
.proservice_con_b .slick-current .proservice-min-txt{
    color: #00ADA9;
    background: url("../images/tb.png") no-repeat bottom center;
}

/*产品详情*/
.pro-banner{
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.pro-banner img{
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
}
.inner-main{
    width: 100%;
    margin: 0 auto;
}
.truelandNav {
    border-bottom: 1px solid #ddd;
    height: 75px;
}
.truelandNav .container1{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}
.location{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
}
.location a{
    font-size: 16px;
    color: #666;
    margin: 0 15px;
}
.location a:first-child{
    margin-left: 0;
}
.location img{
    height: 13px;
}
.location p{
    font-size: 16px;
    color: #00ADA9;
    margin: 0 15px;
}
.truelandNav .list ul{
    display: flex;
    align-items: center;
    justify-content: center;
}
.truelandNav .list li {
    padding:0 20px;
    position:relative;
}
.truelandNav .list li a {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #373d41;
    line-height: 75px;
    position: relative;
}
.truelandNav .list li a:after{
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #00ADA9;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: .5s;
}
.truelandNav .list li a:hover {
    color:#00ADA9;
}
.truelandNav .list li a:hover:after{
    width: 100%;
}
.truelandNav .list .active a {
    color:#00ADA9;
}
.truelandNav .list .active a:after{
    width: 100%;
}
.truelandNav.anchor_fixed {
    position:fixed;
    top: 0;
    left: 320px;
    width: calc(100% - 320px);
    z-index:99;
    background-color: #fff;
}
.insight{
    margin: 45px 0px 70px 0;
}
.insight .container1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.insight_fl{
    /*width: 67%;*/
    width: 100%;
}
.inner_title{
    position: relative;
}
.inner_title h3{
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    line-height: 1;
}
.inner_title h3:after{
    content: '';
    display: block;
    width: 44px;
    height: 3px;
    background: #00ADA9;
    margin-top: 18px;
}
.inner_title p{
    font-size: 35px;
    font-family: Arial;
    font-weight: bold;
    color: #F9F9F9;
    text-transform: uppercase;
    line-height: 1;
    position: absolute;
    bottom: 0;
    z-index: -1;
}
.insight1_con{
    margin-top: 40px;
}
.insight1_1{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.insight1_1_fl{
    width: 41%;
    position: relative;
}
.insight1_1_fl .swiper-slide{
    display: initial;
}
.insight1s .pic{
    display:block;
    overflow: hidden;
    position: relative;
    width: 100%;
    transition: .5s;
    background: #F9F9F9;
}
.insight1s .pic img{
    padding: 15px;
}
.insight1s:hover .pic img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.insight1_1_fl .swiper-button-next4, .insight1_1_fl .swiper-button-prev4{
    display: block;
    position: absolute;
    top: 50%;
    width: 11px;
    height: 19px;
    transform: translate(0, -50%);
    border-radius: 50%;
    margin-top: 0;
    z-index: 10;
    cursor: pointer;
    outline: none;
    background: url("../images/pjt.png") no-repeat center;
    background-size: 11px 19px;
    text-align: center;
}
.insight1_1_fl .swiper-button-next4:hover, .insight1_1_fl .swiper-button-prev4:hover{
    background: url("../images/pjt_h.png") no-repeat center;
    background-size: 11px 19px;
}
.insight1_1_fl .swiper-button-prev4{
    left: 30px;
    right: auto;
}
.insight1_1_fl .swiper-button-next4{
    right: 30px;
    left: auto;
    transform: rotateY(-180deg) translate(0, -50%);
}
.insight_fl .vision{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.insight_fl .vision .visfl{
	width: 45%;
    text-align: justify;
}
.insight1_1_fr{
    width: 53%;
}
.insight1_1_fr1{
    font-size: 24px;
    font-weight: 400;
    color: #333333;
    line-height: 35px;
    margin-bottom: 20px;
}
.insight1_1_fr2{
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 40px;
}
.insight1_1_fr2 p{
    position: relative;
    padding-left: 15px;
}
.insight1_1_fr2 p:before{
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background: #999999;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 17px;
}
.insight1_2{
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    margin: 40px 0;
}
.insight1_3_t{
    font-size: 24px;
    font-weight: 400;
    color: #333333;
    line-height: 1;
}
.insight1_3_c{
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    margin: 25px 0 45px 0;
}
.insight1_3_c p{
    position: relative;
    padding-left: 15px;
}
.insight1_3_c p:before{
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background: #999999;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 12px;
}
.insight1_3_b ul{
    display: flex;
    flex-wrap: wrap;
}
.insight1_3_b ul li{
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 28px;
}
.insight1_3_b ul li:nth-child(2n){
    margin-right: 0;
}
.insight1_3_b ul li a{
    display: block;
    border: 1px solid #DDDDDD;
    padding: 19px 28px;
    overflow: hidden;
}
.insight1_3_b_txt{
    background: url("../images/down.png") no-repeat left center;
    background-size: 41px 35px;
    padding-left: 80px;
    transition: .5s;
}
.insight1_3_b_txt1{
    font-size: 16px;
    color: #666;
    line-height: 30px;
    margin-bottom: 15px;
}
.insight1_3_b_txt2{
    font-size: 14px;
    color: #999;
}
.insight1_3_b ul li a:hover .insight1_3_b_txt{
    background: url("../images/down_h.png") no-repeat left center;
    background-size: 41px 35px;
}
.insight1_3_b ul li a:hover .insight1_3_b_txt1{
    font-weight: bold;
    color: #00ADA9;
}
.insight2{
    margin: 30px 0 70px 0;
}
.insight2_con{
    margin-top: 55px;
}
.insight2_con table{
    border-collapse: collapse;
}
.insight2_con table tr{
    background: #F9F9F9;
}
table,table tr th, table tr td {
    border:1px solid #ddd;
    color: #666;
    font-size: 16px;
    padding: 15px 30px;
}
.insight2_con table tr:hover{
    background: #00ADA9;
}
.insight2_con table tr:hover th,.insight2_con table tr:hover td{
    color: #fff;
}
.insight2_img{
    margin-top: 40px;
}
.insight2_img_b{
    margin-top: 30px;
}
.insight2_img_b ul{
    display: flex;
    flex-wrap: wrap;
}
.insight2_img_b ul li{
    width: 23.5%;
    margin-right: 2%;
    border: 1px solid #DDDDDD;
    transition: .5s;
}
.insight2_img_b ul li:last-child{
    margin-right: 0;
}
.insight2_img_b ul li .pic img{
    padding: 15px;
}
.insight2_img_b ul li .pic:after{
    padding-bottom: 114.864%;
}
.insight2_img_b ul li:hover{
    box-shadow: 0px 0px 20px 1px rgba(153,153,153,0.22);
}
.insight3{
    position: relative;
}
.insight3_con{
    margin-top: 45px;
}
.insight3_con .swiper-slide{
    display: initial;
}
.insight3s a{
    display:block;
    overflow: hidden;
    position: relative;
    width: 100%;
    transition: .5s;
}
.insight3s a .tp{
    position: relative;
}
.insight3s a:hover .tp img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.ivideo_txt{
    margin-top: 30px;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 30px;
}
.insight3s a:hover .video_btn{
    opacity: 1;
}
.insight3s a:hover .ivideo_txt{
    color: #00ADA9;
}
/*.swiper-pagination2{
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}
.insight3_con .swiper-pagination2{
    top: 57.5px;
    right: 0;
}
.insight3_con .swiper-pagination-bullet{
    width: 7px;
    height: 7px;
    background: #999999;
    border-radius: 50%;
    opacity: 1;
    outline: none;
    margin: 0px 8px;
    border-radius: 50%;
}
.insight3_con .swiper-pagination-bullet-active{
    background: #333333;
}*/
.insight3_con .swiper-button-next6, .insight3_con .swiper-button-prev6{
    display: block;
    position: absolute;
    top: 0;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    margin-top: 0;
    z-index: 10;
    cursor: pointer;
    outline: none;
    background: #FAFAFB url("../images/arrow.png") no-repeat center;
    background-size: 19px 15px;
    text-align: center;
}
.insight3_con .swiper-button-next6:hover, .insight3_con .swiper-button-prev6:hover{
    background: #F2F3F5 url("../images/arrow_h.png") no-repeat center;
    background-size: 19px 15px;
}
.insight3_con .swiper-button-prev6{
    left: auto;
    right: 76px;
}
.insight3_con .swiper-button-next6{
    right: 8px;
    left: auto;
    transform: rotateY(-180deg);
}


.insight4{
    margin-top: 55px;
    position: relative;
}
.insight4_con{
    margin-top: 50px;
}
.insight4_con .swiper-slide{
    display: initial;
}
.insight4s a{
    display:block;
    overflow: hidden;
    position: relative;
    width: 100%;
    transition: .5s;
}
.insight4s_txt{
    margin-top: 30px;
    text-align: left;
}
.insight4s_txt1{
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.insight4s_txt2{
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    margin: 20px 0 25px 0;
}
.insight4s_txt3{
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    color: #00ADA9;
}
.insight4s_txt3 img{
    height: 10px;
    margin-left: 15px;
}
.insight4s a:hover .tp img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.insight4s a:hover .insight4s_txt1{
    color: #00ADA9;
}
.insight4_con .swiper-button-next5, .insight4_con .swiper-button-prev5{
    display: block;
    position: absolute;
    top: 0;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    margin-top: 0;
    z-index: 10;
    cursor: pointer;
    outline: none;
    background: #FAFAFB url("../images/arrow.png") no-repeat center;
    background-size: 19px 15px;
    text-align: center;
}
.insight4_con .swiper-button-next5:hover, .insight4_con .swiper-button-prev5:hover{
    background: #F2F3F5 url("../images/arrow_h.png") no-repeat center;
    background-size: 19px 15px;
}
.insight4_con .swiper-button-prev5{
    left: auto;
    right: 76px;
}
.insight4_con .swiper-button-next5{
    right: 8px;
    left: auto;
    transform: rotateY(-180deg);
}

/*.swiper-pagination4{
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}
.insight4_con .swiper-pagination4{
    top: 57.5px;
    right: 0;
}
.insight4_con .swiper-pagination-bullet{
    width: 7px;
    height: 7px;
    background: #999999;
    border-radius: 50%;
    opacity: 1;
    outline: none;
    margin: 0px 8px;
    border-radius: 50%;
}
.insight4_con .swiper-pagination-bullet-active{
    background: #333333;
}*/
.insight_fr{
    width: 31%;
}
.insight_fr_title{
    font-size: 24px;
    font-weight: 400;
    color: #333333;
    line-height: 25px;
    background: url("../images/xgcp.png") no-repeat left center;
    background-size: 25px 25px;
    padding-left: 37px;
}
.insight_fr_con{
    margin-top: 28px;
    position: relative;
    padding-bottom: 30px;
}
.insight_fr_con .swiper-slide{
    display: initial;
}
.xgcps a{
    display:block;
    overflow: hidden;
    position: relative;
    width: 100%;
    transition: .5s;
}
.xgcp_img{
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    padding: 23px 26px;
}
.xgcps a .pic{
    background: #F9F9F9;
    border: 15px solid #f9f9f9
}
.xgcps a .pic:after{
    padding-bottom: 50%;
}
.xgcp_txt{
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 40px;
    width: 75%;
    margin: 30px auto 0 auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}
.swiper-pagination3{
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}
.insight_fr_con .swiper-pagination3{
    bottom: 0;
    right: 0;
    width: 100%;
}
.insight_fr_con .swiper-pagination-bullet{
    width: 7px;
    height: 7px;
    background: #999999;
    border-radius: 50%;
    opacity: 1;
    outline: none;
    margin: 0px 8px;
    border-radius: 50%;
}
.insight_fr_con .swiper-pagination-bullet-active{
    background: #333333;
}
.insight_fr_con .swiper-button-next3, .insight_fr_con .swiper-button-prev3{
    display: block;
    position: absolute;
    top: auto;
    bottom: 30px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-top: 0;
    z-index: 10;
    cursor: pointer;
    outline: none;
    background: #F9F9F9 url("../images/arrow.png") no-repeat center;
    background-size: 15px 11px;
    text-align: center;
}
.insight_fr_con .swiper-button-next3:hover, .insight_fr_con .swiper-button-prev3:hover{
    background: #F2F3F5 url("../images/arrow_h.png") no-repeat center;
    background-size: 15px 11px;
}
.insight_fr_con .swiper-button-prev3{
    left: 0;
    right: auto;
}
.insight_fr_con .swiper-button-next3{
    right: 0;
    left: auto;
    transform: rotateY(-180deg);
}

/*文旅业务*/
.wlinsight{
    margin-top: 45px;
}
.wlinsight3_con{
    background: #F9F9F9;
    padding: 35px 0 25px 0;
    margin-top: 40px;
}
.wlinsight3_con ul{
    display: flex;
    flex-wrap: wrap;
}
.wlinsight3_con ul li{
    width: 15%;
    margin-right: 2%;
    margin-bottom: 22px;
}
.wlinsight3_con ul li:nth-child(6n){
    margin-right: 0;
}
.wlinsight3_con ul li a{
    display: block;
    background: #FFFFFF;
    transition: .5s;
}
/*.wlinsight3_con ul li a .pic{
    padding: 10px;
}*/
.wlinsight3_con ul li a .pic:after{
    padding-bottom: 48.4%;
}
.wlinsight3_con ul li a .pic img{
    webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
.wlinsight3_con ul li a:hover{
    box-shadow: 0px 0px 51px 3px rgba(238,238,238,0.41);
}
.wlinsight3_con ul li a:hover .pic img{
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.wlinsight2{
    margin-top: 55px;
}
.wlinsight2_con{
    margin: 50px 0 30px 0;
}
.wlinsight2_con ul{
    display: flex;
    flex-wrap: wrap;
}
.wlinsight2_con ul li{
    width: 49.5%;
    margin-right: 1%;
    margin-bottom: 34px;
}
.wlinsight2_con ul li:nth-child(2n){
    margin-right: 0;
}
.wlinsight2_con ul li a{
    display: flex;
    align-items: center;
    transition: .5s;
}
.wlinsight2_img{
    width: 48%;
}
.wlinsight2_txt{
    width: 52%;
    padding: 0 15px;
}
.wlinsight2_txt1{
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.wlinsight2_txt2{
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
    height: 112px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    margin: 25px 0 35px 0;
}
.wlinsight2_txt3{
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    color: #00ADA9;
}
.wlinsight2_txt3 img{
    height: 10px;
    margin-left: 15px;
}
.wlinsight2_con ul li a:hover{
    background: #F9F9F9;
}
.wlinsight2_con ul li a:hover .wlinsight2_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.wlinsight2_con ul li a:hover .wlinsight2_txt1{
    color: #00ADA9;
}
.wlinsight1_con{
    border-bottom: 1px solid #ddd;
    margin-top: 35px;
    font-size: 16px;
    color: #666;
    line-height: 30px;
    padding: 40px;
    overflow: hidden;
    position: relative;
}
.wlinsight1_con:after{
    content: '';
    display: block;
    width: 100%;
    height: 65%;
    background: #F9F9F9;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.wlinsight1_img{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.wlinsight1_img_fl{
    width: 20%;
}
.wlinsight1_img_fr{
    width: 77%;
    position: relative;
}
.wlinsight1_img_fr h3{
    font-size: 30px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 30px;
    position: absolute;
    bottom: 45px;
    left: 50px;
}

/*解决方案*/
.isolution1{
    margin-top: 45px;
}
.isolution1_1_con{
    margin-top: 35px;
    background: #F9F9F9;
    padding: 40px;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
}
.isolution1_2{
    margin: 45px 0 60px 0;
}
.isolution1_2_con{
    margin-top: 80px;
}
.isolution1_2_con ul{
    position: relative;
    overflow: hidden;
}
.isolution1_2_con ul:before{
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background: #DBDBDB;
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 0;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
}
.isolution1_2_con ul:after{
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    background: url("../images/plib.png") no-repeat center;
    background-size: 22px 22px;
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 0;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
}
.isolution1_2_con li{
    margin-bottom: 90px;
    overflow: hidden;
    background: url("../images/pli.png") no-repeat center;
    background-size: 11px 11px;
    position: relative;
    z-index: 1;
    transition: .5s;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.isolution1_2_con li:nth-child(even){
    flex-direction: row-reverse;
}
.isolution1_2_con li:first-child{
    background: url("../images/plit.png") no-repeat top;
    background-size: 22px 22px;
}
.isolution1_2_con1{
    width: 47%;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 34px;
}
.isolution1_2_con li:nth-child(odd) .isolution1_2_con1{
    text-align: right;
    background: url("../images/award.jpg") no-repeat right top;
    padding-right: 48px;
}
.isolution1_2_con li:nth-child(even) .isolution1_2_con1{
    text-align: left;
    background: url("../images/award.jpg") no-repeat left top;
    padding-left: 48px;
}
.isolution1_2_con2{
    width: 47%;
    font-size: 24px;
    font-family: Arial;
    font-weight: bold;
    color: #333333;
    line-height: 1;
}
.isolution1_2_con li:nth-child(odd) .isolution1_2_con2{
    text-align: left;
}
.isolution1_2_con li:nth-child(even) .isolution1_2_con2{
    text-align: right;
}
.isolution1_3{
    border-top: 1px solid #ddd;
    padding: 52px 0;
    overflow: hidden;
}
.isolution1_3 a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 306px;
    margin: 0 auto;
    height: 55px;
    background: #00ADA9;
    border-radius: 28px;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
}
.isolution1_3 a img{
    height: 12px;
    margin-left: 13px;
}

.isolution1_1_info{
    margin: 40px 0 50px 0;
}
.isolution1_1_info img{

}
.isolution2_2{
    border-top: 1px solid #ddd;
    padding-top: 50px;
}
.isolution2_2_con{
    margin: 50px 0 65px 0;
}
.isolution2_2_con ul{
    display: flex;
    flex-wrap: wrap;
}
.isolution2_2_con ul li{
    width: 31%;
    margin-right: 3.5%;
}
.isolution2_2_con ul li:nth-child(3n){
    margin-right: 0;
}
.isolution2_2_con ul li a{
    display: block;
}
.isolution2_2_txt{
    margin-top: 30px;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 30px;
    text-align: center;
}
.isolution2_2_con ul li a:hover .tp img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

/*核心技术*/
.inner-banner{
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.inner-banner img{
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
}
.iban_txt{
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /*text-align: center;*/
    text-align: left;
}
.iban_txt h3{
    font-size: 60px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 15px;
}
.iban_txt p{
    font-size: 18px;
    line-height: 1;
}
.itechnology{
    margin: 45px 0 47px 0;
}
.itechnology_con{
    margin: 40px 0;
}
/*.itechnology_con ul{
    display: flex;
    flex-wrap: wrap;
}
.itechnology_con ul li{
    width: 48%;
    margin-right: 4%;
    margin-bottom: 65px;
}
.itechnology_con ul li:nth-child(2n){
    margin-right: 0;
}
.itechnology_con ul li a{
    display: block;
}
.itechnology_txt{
    margin-top: 25px;
    background: url("../images/njt.png") no-repeat right center;
    background-size: 19px 15px;
}
.itechnology_txt h3{
    font-size: 24px;
    font-weight: 400;
    color: #333333;
    line-height: 45px;
    line-height: 1;
    width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 25px;
    text-align: left;
}
.itechnology_con ul li a:hover .tp img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.itechnology_con ul li a:hover .itechnology_txt{
    background: url("../images/njt_h1.png") no-repeat right center;
    background-size: 19px 15px;
}
.itechnology_con ul li a:hover .itechnology_txt h3{
    color: #00ADA9;
}*/

.itechnology_cons{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 65px;
}
.itechnology_cons:nth-child(even){
    flex-direction: row-reverse;
}
/*.itechnology_cons:nth-child(even) .itechnology_con_fl1 .inner_title h3{
    text-align: right;
}
.itechnology_cons:nth-child(even) .itechnology_con_fl1 .inner_title h3:after{
    margin-left: auto;
}*/
.itechnology_con_fl{
    width: 45%;
}
.itechnology_con_fl1{
    display: flex;
    flex-direction: column;
}
.inner_info{
    font-size: 16px;
    color: #333;
    line-height: 35px;
    height: 105px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin: 30px 0;
}
.inner_link a{
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    color: #00ADA9;
    line-height: 25px;
}
.inner_link a img{
    height: 11px;
    margin-left: 20px;
}
.itechnology_con_fl2{
    margin-top: 30px;
    display: none;
}
.itechnology_con_fl2 ul{
    display: flex;
    flex-wrap: wrap;
}
.itechnology_con_fl2 ul li{
    width: 32%;
    margin-right: 2%;
    border: 1px solid #ddd;
}
.itechnology_con_fl2 ul li:last-child{
    margin-right: 0;
}
.itechnology_con_fl2 ul li.active .tp img{
    border: 1px solid #00ADA9;
}
.itechnology_con_fr{
    width: 50%;
}
.itechnology_con_fr .itechnology_fr_img{
    display: none;
}
.itechnology_con_fr .itechnology_fr_img.active{
    display: block;
}


/*分页*/
.pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    color:#888;
    clear:both;
    margin: 0;
}
.pagination a{
    display:block ;
    color: #888;
    text-align: center;
    text-transform: capitalize;
    padding: 0px 14px;
    line-height: 35px;
    margin:0px 1px 10px 1px;
    background: #EFEFEF;
}
.pagination a:hover{
    color:#333;
    background: #DFDFDF;
}
.pagination a.active {
    color:#333;
    background: #DFDFDF;
}

/*核心技术详情*/
.itechnologyshow{
    margin: 40px 0 50px 0;
}
.show_title{
    text-align: center;
}
.show_title h3{
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 20px;
}
.show_title h3:after{
    content: '';
    display: block;
    width: 44px;
    height: 3px;
    background: #00ADA9;
    margin: 15px auto 0 auto;
}
.show_title span{
    color: #818080;
    margin:0px 10px;
    font-size:13px;
    padding-left:20px;
}
.browse{
    background:url(../images/browse.png) no-repeat left center;
}
.date{
    background:url(../images/date.png) no-repeat left center;
}
.show_content{
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    padding: 25px 0 50px 0;
}
.show_content img{
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    height: auto;
}
.related{
    border-top: 1px solid #ddd;
    padding-top: 40px;
    position: relative;
}
.related_technology{
    margin-top: 35px;
}
.related_technology .swiper-slide{
    display: initial;
}
.technologyshows a{
    display:block;
    overflow: hidden;
    position: relative;
    width: 100%;
    transition: .5s;
}
.technologyshows a:hover .tp img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.technologyshows a:hover .itechnology_txt{
    background: url("../images/njt_h1.png") no-repeat right center;
    background-size: 19px 15px;
}
.technologyshows a:hover .itechnology_txt h3{
    color: #00ADA9;
}
.swiper-pagination5{
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}
.related_technology .swiper-pagination5{
    top: 57.5px;
    right: 0;
}
.related_technology .swiper-pagination-bullet{
    width: 7px;
    height: 7px;
    background: #999999;
    border-radius: 50%;
    opacity: 1;
    outline: none;
    margin: 0px 8px;
    border-radius: 50%;
}
.related_technology .swiper-pagination-bullet-active{
    background: #333333;
}

/*新闻详情*/
.inewsshow{
    margin: 40px 0 20px 0;
}
.show_back{
    margin-bottom:20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.show_back_fl{
    width: 70%;
    overflow:hidden;
}
.show_back_fl li{
    margin-bottom:5px;
    line-height:30px;
    color:#616161;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.show_back_fl li a{
    color:#A7A7A8;
}
.show_back_fl li a:hover{
    color: #00ADA9;
}
.show_back_fr{
    overflow:hidden;
}
.show_back_fr a{
    display:flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 44px;
    background: #00ADA9;
    border-radius: 5px;
    color:#fff;
    text-align: center;
}
.show_back_fr a img{
    margin-left: 20px;
}
.related_news{

}
.related_news .swiper-slide{
    display: initial;
}
.newsshows a{
    display:block;
    overflow: hidden;
    position: relative;
    width: 100%;
    background: #fff;
    transition: .5s;
    border-bottom: 1px solid #ddd;
    padding: 23px 0;
    margin: 35px 0 50px 0;
}
.inews_txt{
    margin-top: 25px;
    text-align: left;
}
.inews_txt1{
    font-size: 18px;
    color: #333;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.inews_txt2{
    font-size: 14px;
    color: #666;
    line-height: 25px;
    overflow: hidden;
    height: 50px;
    margin: 25px 0 20px 0;
}
.inews_txt3{
    color: #999;
}
.inews_txt4{
    margin-top: 40px;
    color: #999;
    font-weight: bold;
    background: url("../images/xwjt.png") no-repeat no-repeat right center;
    background-size: 15px 11px;
    padding-right: 25px;
}
.newsshows a:hover{
    box-shadow: 0px 0px 51px 3px rgba(238,238,238,0.7);
    padding: 23px 28px;
    border-bottom: 1px solid #fff;
}
.newsshows a:hover .tp img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.newsshows a:hover .inews_txt1{
    color: #00ADA9;
}
.newsshows a:hover .inews_txt4{
    color: #00ADA9;
    background: url("../images/xwjt_h.png") no-repeat no-repeat right center;
    background-size: 15px 11px;
}

.swiper-pagination6{
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}
.related_news .swiper-pagination6{
    top: 57.5px;
    right: 0;
}
.related_news .swiper-pagination-bullet{
    width: 7px;
    height: 7px;
    background: #999999;
    border-radius: 50%;
    opacity: 1;
    outline: none;
    margin: 0px 8px;
    border-radius: 50%;
}
.related_news .swiper-pagination-bullet-active{
    background: #333333;
}

/*新闻中心*/
.inews{
    margin: 45px 0 50px 0;
}
.inews_con{
    margin: 15px 0 5px 0;
}
.inews_con ul{
    display: flex;
    flex-wrap: wrap;
}
.inews_con ul li{
    width: 30%;
    margin-right: 5%;
    margin-bottom: 40px;
}
.inews_con ul li:nth-child(3n){
    margin-right: 0;
}
.inews_con ul li a{
    display: block;
    padding: 23px 0;
    height: 416px;
    border-bottom: 1px solid #ddd;
    transition: .5s;
}
.inews_con ul li a:hover{
    box-shadow: 0px 0px 51px 3px rgba(238,238,238,0.7);
    padding: 23px 28px;
    border-bottom: 1px solid #fff;
}
.inews_con ul li a:hover .tp img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.inews_con ul li a:hover .inews_txt1{
    color: #00ADA9;
}
.inews_con ul li a:hover .inews_txt4{
    color: #00ADA9;
    background: url("../images/xwjt_h.png") no-repeat no-repeat right center;
    background-size: 15px 11px;
}

/*客服案例*/
.icase{
    margin: 45px 0 53px 0;
}
.icase_con{
    margin-top: 40px;
}
.icase_con ul{
    display: flex;
    flex-wrap: wrap;
}
.icase_con ul li{
    width: 48%;
    margin-right: 4%;
    margin-bottom: 60px;
}
.icase_con ul li:nth-child(2n){
    margin-right: 0;
}
.icase_con ul li a{
    display: block;
}
.icase_con ul li a .tp{
    position: relative;
}
.icase_con ul li a:hover .tp img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.icase_con ul li a:hover .video_btn{
    opacity: 1;
}
.icase_con ul li a .video_txt{
    background: url("../images/njt.png") no-repeat right center;
    background-size: 19px 15px;
    padding-right: 25px;
}
.icase_con ul li a:hover .video_txt{
    color: #00ADA9;
    background: url("../images/njt_h1.png") no-repeat right center;
    background-size: 19px 15px;
}

/*产品与服务*/
.ipro{
    margin-top: 45px;
}
.ipro_info{
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    margin: 35px 0 45px 0;
}
.ipro_con ul{
    display: flex;
    flex-wrap: wrap;
}
.ipro_con li{
    /*width: 31%;
    margin-right: 3.5%;*/
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 53px;
}
/*.ipro_con li:nth-child(3n){
    margin-right: 0;
}*/
.ipro_con li:nth-child(4n){
    margin-right: 0;
}
.ipro_con li a{
    display: block;
    position: relative;
}
.ipro_con li a .tp{
    border-radius: 20px;
}
.ipro_txt{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    padding: 0 23px 30px 33px;
    display: flex;
    align-items: flex-end;
}
.ipro_txt:after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/iprobg.png") no-repeat center;
    background-size: cover;
    opacity: 0;
    transition: .5s;
}
.ipro_txt h3{
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    width: 100%;
    line-height: 1;
    padding-right: 25px;
    position: relative;
    z-index: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: .5s;
}
.ipro_con li a:hover .tp img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.ipro_con li a:hover .ipro_txt:after{
    opacity: 1;
}
.ipro_con li a:hover .ipro_txt h3{
    background: url("../images/njt_h.png") no-repeat right center;
    background-size: 19px 15px;
}

/*加入我们*/
.ijoin1{
    margin-top: 45px;
}
.ijoin1_con{
    margin-top: 30px;
}
.ijoin1_con ul{
    display: flex;
    flex-wrap: wrap;
}
.ijoin1_con ul li{
    width: 30.6%;
    margin-right: 4%;
    margin-bottom: 45px;
}
.ijoin1_con ul li:nth-child(3n){
    margin-right: 0;
}
.ijoin1_con ul li a{
    display: block;
    background: #F6F6F6;
    border-radius: 20px;
    padding: 40px 30px 45px 30px;
    transition: .5s;
}
.ijoin1_txt1{
    font-size: 18px;
    font-weight: 400;
    color: #2B2B2B;
    line-height: 1;
}
.ijoin1_txt2{
    margin: 20px 0;
}
.ijoin1_txt2 dl{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.ijoin1_txt2 dl dd{
    color: #666;
    padding-left: 25px;
    line-height: 20px;
    margin-right: 20px;
}
.ijoin1_txt2 dl dd:last-child{
    margin-right: 0;
}
.ijoin1_txt2 dl dd.j1{
    background: url("../images/j1.png") no-repeat left center;
    background-size: 11px 15px;
}
.ijoin1_txt2 dl dd.j2{
    background: url("../images/j2.png") no-repeat left center;
    background-size: 17px 13px;
}
.ijoin1_txt2 dl dd.j3{
    background: url("../images/j3.png") no-repeat left center;
    background-size: 17px 15px;
}
.ijoin1_txt3{
    color: #666;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
}
.ijoin1_txt4{
    margin-top: 40px;
    display: block;
    width: 149px;
    height: 38px;
    background: #CCCCCC;
    border-radius: 19px;
    line-height: 38px;
    position: relative;
    text-align: center;
    transition: .5s;
}
.ijoin1_txt4:after{
    content: '';
    display: block;
    width: 0;
    height: 100%;
    background: #fff;
    border-radius: 19px;
    position: absolute;
    top: 0;
    left: 0;
    transition: .5s;
}
.ijoin1_txt4 p{
    color: #fff;
    position: relative;
    z-index: 99;
}
.ijoin1_con ul li a:hover{
    background: #00ADA9;
}
.ijoin1_con ul li a:hover .ijoin1_txt1{
    color: #fff;
}
.ijoin1_con ul li a:hover .ijoin1_txt2 dl dd{
    color: #fff;
}
.ijoin1_con ul li a:hover .ijoin1_txt2 dl dd.j1{
    background: url("../images/j1_h.png") no-repeat left center;
    background-size: 11px 15px;
}
.ijoin1_con ul li a:hover .ijoin1_txt2 dl dd.j2{
    background: url("../images/j2_h.png") no-repeat left center;
    background-size: 17px 13px;
}
.ijoin1_con ul li a:hover .ijoin1_txt2 dl dd.j3{
    background: url("../images/j3_h.png") no-repeat left center;
    background-size: 17px 15px;
}
.ijoin1_con ul li a:hover .ijoin1_txt3{
    color: #fff;
}
.ijoin1_con ul li a:hover .ijoin1_txt4 p{
    color: #00ADA9;
}
.ijoin1_con ul li a:hover .ijoin1_txt4:after{
    width: 100%;
}
.ijoin2{
    background: url("../images/ijoin2bg.jpg") no-repeat center;
    background-size: cover;
    padding: 57px 0 63px 0;
    overflow: hidden;
}
.ijoin2 ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.ijoin2 ul li{
    width: 23.875%;
    margin-right: 1.5%;
    height: 399px;
    background: #FFFFFF;
    padding: 37px 27px;
}
.ijoin2 ul li:last-child{
    margin-right: 0;
}
.ijoin2_txt1{
    font-size: 24px;
    font-weight: 400;
    color: #333333;
    line-height: 1;
}
.ijoin2 ul li .tp{
    margin: 30px 0;
}
.ijoin2_txt2{
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 25px;
}
.ijoin2 ul li:hover .tp img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
/*招聘弹出框*/
.jointck{
    position: fixed;
    width: calc(100% - 320px);
    height: 100%;
    background-color: rgba(0,0,0,.4);
    top: 0;
    z-index: 9999;
    display: none;
}
.jointcks{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-animation: showSweetAlert 0.3s;
    animation: showSweetAlert 0.3s;
}
.jointckss{
    position: absolute;
    width: 1000px;
    max-width: 90vw;
    max-height: 90vh;
    overflow: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 40px 50px;
    border-radius: 20px;
}
.jointck_close{
    position: absolute;
    right: 10px;
    top: 10px;
}
.jointck_con{

}
.jointck_con1{
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.jointck_con1_fl{
    font-size: 24px;
    font-weight: 400;
    color: #2B2B2B;
    line-height: 1;
}
.jointck_con1_fr{

}
.jointck_con1_fr dl{
    display: flex;
    justify-content: space-between;
}
.jointck_con1_fr dl dd{
    color: #666;
    padding-left: 25px;
    margin-left: 20px;
    line-height: 20px;
}
.jointck_con1_fr dl dd.j1{
    background: url("../images/j1.png") no-repeat left center;
    background-size: 11px 15px;
}
.jointck_con1_fr dl dd.j2{
    background: url("../images/j2.png") no-repeat left center;
    background-size: 17px 13px;
}
.jointck_con1_fr dl dd.j3{
    background: url("../images/j3.png") no-repeat left center;
    background-size: 17px 15px;
}
.jointck_con2{
    margin-top: 35px;
    height: 385px;
}
.jointck_con2s{
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
}
.style2::-webkit-scrollbar-track{
    background-color: #ddd;
}
.style2::-webkit-scrollbar{
    width: 3px;
    background-color: #ddd;
}
.style2::-webkit-scrollbar-thumb{
    background-color: #00ADA9;
}


@-webkit-keyframes showSweetAlert {
    0% {
        transform: scale(0.7);
        -webkit-transform: scale(0.7); }
    45% {
        transform: scale(1.05);
        -webkit-transform: scale(1.05); }
    80% {
        transform: scale(0.95);
        -webkit-transform: scale(0.95); }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1); }
}

@keyframes showSweetAlert {
    0% {
        transform: scale(0.7);
        -webkit-transform: scale(0.7); }
    45% {
        transform: scale(1.05);
        -webkit-transform: scale(1.05); }
    80% {
        transform: scale(0.95);
        -webkit-transform: scale(0.95); }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1); }
}

/*视频专栏*/
.ivideo_con{
    border-bottom: 1px solid #ddd;
    padding: 20px 0 110px 0;
    margin-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.ivideo_con_fl{
    width: 45%;
}
.ivideo_con_fl1{
    display: flex;
    flex-direction: column;
}
.ivideo_con_fl1 h2{
    font-size: 24px;
    font-weight: 400;
    color: #333333;
    line-height: 50px;
}
.ivideo_con_fl1 h3{
    font-size: 20px;
    font-weight: 400;
    color: #333333;
    line-height: 1;
    margin: 80px 0 35px 0;
}
.ivideo_con_fl1 a{
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    color: #00ADA9;
    line-height: 25px;
}
.ivideo_con_fl1 a img{
    height: 11px;
    margin-left: 20px;
}
.ivideo_con_fl2{
    margin-top: 55px;
}
.ivideo_con_fl2 ul{
    display: flex;
    flex-wrap: wrap;
}
.ivideo_con_fl2 ul li{
    width: 32%;
    margin-right: 2%;
    border: 1px solid #ddd;
}
.ivideo_con_fl2 ul li:last-child{
    margin-right: 0;
}
.ivideo_con_fl2 ul li.active .tp img{
    border: 1px solid #00ADA9;
}
.ivideo_con_fr{
    width: 50%;
}
.ivideo_con_fr .m-video{
    position: relative;
    display: none;
    cursor: pointer;
}
.ivideo_con_fr .m-video.active{
    display: block;
}
.ivideo_con_fr .video_btn{
    opacity: 1;
}
.ivideo_con_fr .video_btns{
    width: 68px;
    height: 68px;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    background: transparent;
}

/*关于我们*/
.iabout{
    margin-top: 45px;
}
.iabout1{
    margin: 40px 0 65px 0;
    background: #f9f9f9;
    position: relative;
    overflow: hidden;
}
.iabout1_fl{
    width: 68%;
    padding: 60px 80px 80px 40px;
}
.iabout1_fl1{
    font-size: 24px;
    font-weight: 400;
    color: #333333;
    line-height: 1;
    margin-bottom: 40px;
}
.iabout1_fl2{
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 35px;
}
.iabout1_fr{
    width: 39%;
    position: absolute;
    right: 0;
    top: 0;
}
.iabout_con .about3{
    width: 70%;
    margin: 0 auto 40px auto;
}
.iabout2{
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 35px;
}
.iabout3{
    margin: 70px 0 65px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    display: none;
}
.iabout3_fl{
    width: 45%;
}
.iabout3_fl1{
    display: flex;
    flex-direction: column;
}
.iabout3_fl1 h2{
    font-size: 24px;
    font-weight: 400;
    color: #333333;
    line-height: 50px;
}
.iabout3_fl1 p{
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
    margin: 30px 0 50px 0;
}
.iabout3_fl1 h3{
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 400;
    color: #333333;
    line-height: 1;
}
.iabout3_fl1 h3 img{
    height: 22px;
    margin-left: 10px;
}
.iabout3_fl2{
    margin-top: 75px;
}
.iabout3_fl2 ul{
    display: flex;
    flex-wrap: wrap;
}
.iabout3_fl2 ul li{
    width: 32%;
    margin-right: 2%;
    border: 1px solid #ddd;
}
.iabout3_fl2 ul li:last-child{
    margin-right: 0;
}
.iabout3_fl2 ul li.active .tp img{
    border: 1px solid #00ADA9;
}
.iabout3_fr{
    width: 50%;
}
.iabout3_fr .iabout3_fr_img{
    display: none;
}
.iabout3_fr .iabout3_fr_img.active{
    display: block;
}

/*申请试用*/
.iapply{
    margin: 45px 0 55px 0;
}
.iapply_con{
    margin-top: 45px;
}
.ly{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.lys{
    width: 49%;
    display: flex;
    align-items: center;
    margin-bottom: 35px;
}
.ly label{
    width: 110px;
    text-align: right;
    font-size: 16px;
    font-weight: 400;
    color: #666;
    line-height: 1;
}
.ly label b{
    color: #E70012;
}
.ly input{
    flex: 1;
    padding: 0 15px;
    display: flex;
    align-items: center;
    height: 60px;
    background: #F9F9F9;
    border: 1px solid #DDDDDD;
    margin-left: 30px;
    font-size: 16px;
    color: #666;
}
.ly textarea{
    flex: 1;
    padding: 15px;
    display: flex;
    align-items: center;
    height: 241px;
    background: #F9F9F9;
    border: 1px solid #DDDDDD;
    margin-left: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #666;
    resize: none;
    margin-bottom: 35px;
}
.ly a{
    margin-left: 15px;
    width: 158px;
    height: 62px;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
}
.iapply_b{
    margin-top: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.iapply_b input{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 60px;
    font-size: 16px;
    font-weight: bold;
    margin: 0 16px;
    border: none;
}
.iapply_b input.tj{
    background: #00ADA9;
    color: #FFFFFF;
}
.iapply_b input.cz{
    background: #F2F2F2;
    color: #666666;
}


/*渠道合作*/
.icooperation{
    margin: 45px 0 40px 0;
}
.icooperation_con{
    margin: 50px 0 75px 0;
    background: url("../images/cooperationbg.jpg") no-repeat center;
    background-size: cover;
    padding: 70px 43px;
}
.icooperation_con_t{
    font-size: 30px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1;
    text-align: center;
}
.icooperation_con_b{
    margin-top: 55px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.icooperation_con_b1{
    width: 40%;
    height: 221px;
    background: #FFFFFF;
    padding: 50px 15px 45px 35px;
    position: relative;
}
.icooperation_con_b1:after{
    content: '';
    display: block;
    position: absolute;
    right: 15px;
    bottom: 45px;
}
.icooperation_con_b1:nth-child(1):after{
    width: 52px;
    height: 53px;
    background: url("../images/kf1.png") no-repeat right bottom;
    background-size: 52px 53px;
}
.icooperation_con_b1:nth-child(2):after{
    width: 50px;
    height: 42px;
    background: url("../images/mail1.png") no-repeat right bottom;
    background-size: 50px 42px;
}
.icooperation_con_b1 h3{
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    line-height: 1;
}
.icooperation_con_b1 p{
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    margin: 25px 0 30px 0;
}
.icooperation_con_b1 span{
    font-size: 26px;
    font-family: Arial;
    font-weight: bold;
    color: #00ADA9;
    line-height: 1;
}
.icooperation_con_b2{
    width: 15%;
    padding: 28px 40px;
    height: 221px;
    background: #FFFFFF;
}
.icooperation_con_b2 p{
    margin-top: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 1;
    text-align: center;
}
.icooperation .iapply_con .inner_title{
    text-align: center;
}
.icooperation .iapply_con .inner_title h3:after{
    margin: 18px auto 45px auto;
}
.icooperation .iapply_con .iapply_b{
    margin-top: 0;
    margin-bottom: 35px;
}
.icooperation .iapply_b input{
    flex: inherit;
}

/*联系我们*/
.icontact{
    margin-top: 45px;
}
.icontact1{
    margin: 45px 0 50px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.icontact1_fl{
    width: 40%;
    background: #F6F6F6;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 45px;
}
.icontact1_fl h3{
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    line-height: 1;
    margin-bottom: 40px;
}
.icontact1_fl ul li{
    font-size: 18px;
    color: #666;
    line-height: 40px;
}
.icontact1_fl ul li span{
    font-weight: bold;
}
.icontact1_fr{
    width: 58%;
}
.icontact2{
    background: url("../images/icontact2bg.jpg") no-repeat center;
    background-size: cover;
    padding: 115px 0 70px 0;
    text-align: center;
}
.icontact2 h3{
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1;
    margin-bottom: 30px;
}
.icontact2 .tp{
    width: 142px;
    margin: 0 auto;
    height: 142px;
    border: 1px solid #ddd;
    padding: 12px 10px;
    background: #fff;
}
.icontact2 p{
    margin-top: 15px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
}
.icontact3{
    margin: 60px 0 65px 0;
}
.icontact3 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.icontact3 ul li{
    display: flex;
    align-items: center;
}
.icontact3 ul li .pic{
    width: 64px;
    height: 64px;
}
.icontact3_txt{
    flex: 1;
    margin-left: 30px;
    font-size: 24px;
}
.icontact3_txt h3{
    color: #333;
    line-height: 1;
    font-size: 24px;
}
.icontact3_txt p{
    margin-top: 15px;
    color: #00ADA9;
    font-weight: bold;
    line-height: 1;
}

/*活动中心*/
.iactivity{
    margin: 45px 0;
    overflow: hidden;
}
.iactivity_con{
    margin-top: 40px;
}
.iactivity_con_t{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 75px;
    background: #F9F9F9;
    padding: 0 16px 0 21px;
}
.iactivity_con_t p{
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    line-height: 30px;
    background: url("../images/year.png") no-repeat left center;
    background-size: 20px 20px;
    padding-left: 33px;
}
.iactivity_con_t span{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    background: #CCCCCC;
    border-radius: 50%;
    font-size: 16px;
    font-weight: bold;
    color: #F9F9F9;
}
.iactivity_con_b{
    margin-top: 40px;
}
.iactivity_con_b li{
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
    margin-bottom: 37px;
    overflow: hidden;
}
.iactivity_con_b li a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.iactivity_con_b li a .tp{
    width: 46%;
}
.iactivity_txt{
    width: 51%;
}
.iactivity_txt1{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.iactivity_txt1 h3{
    font-size: 24px;
    font-weight: 400;
    color: #333333;
    line-height: 1;
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.iactivity_txt1 span{
    font-size: 24px;
    font-family: Arial;
    font-weight: bold;
    color: #999999;
    line-height: 1;
}
.iactivity_txt2{
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
    height: 84px;
    overflow: hidden;
    margin: 30px 0 65px 0;
}
.iactivity_txt3{
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    color: #999999;
    line-height: 25px;
    background: url("../images/m_h1.png") no-repeat right center;
    background-size: 20px 11px;
    padding-right: 55px;
}
.iactivity_con_b li a:hover .tp img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.iactivity_con_b li a:hover .iactivity_txt1 h3{
    color: #00ADA9;
}
.iactivity_con_b li a:hover .iactivity_txt1 span{
    color: #00ADA9;
}
.iactivity_con_b li a:hover .iactivity_txt3{
    color: #00ADA9;
    background: url("../images/m.png") no-repeat right center;
    background-size: 20px 11px;
}
.year{
    position: relative;
    width: 30%;
}
.year .swiper-slide{
    display: initial;
}
.years a{
    display:block;
    overflow: hidden;
    position: relative;
    width: 100%;
    transition: .5s;
    font-size: 16px;
    font-weight: bold;
    color: #373d41;
    line-height: 75px;
}
.years a:after{
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #00ADA9;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: .5s;
}
.years a:hover{
    color:#00ADA9;
}
.years a:hover:after{
    width: 100%;
}
.years a.active{
    color:#00ADA9;
}
.years a.active:after{
    width: 100%;
}

/*站点地图*/
.isitemap{
    margin: 45px 0 65px 0;
}
.isitemap_con{
    margin-top: 5px;
}
.isitemap_con ul{
    display: flex;
    flex-wrap: wrap;
}
.isitemap_con ul li{
    width: 44%;
    margin-right: 12%;
    border-bottom: 1px solid #ddd;
    height: 98px;
    display: flex;
    align-items: center;
}
.isitemap_con ul li:nth-child(2n){
    margin-right: 0;
}
.isitemap_con ul li:nth-child(1), .isitemap_con ul li:nth-child(3), .isitemap_con ul li:nth-child(5){
    width: 100%;
    margin-right: 0;
}
.isitemap_con ul li a{
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
    color: #333333;
    transition: .5s;
}
.isitemap_con ul li a:hover{
    background: url("../images/njt_h1.png") no-repeat right center;
    background-size: 19px 15px;
    color: #00ADA9;
    padding-right: 70px;
}
.isitemap_er{
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.isitemap_er a{
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    padding: 25px 0;
    margin-right: 7%;
}
.isitemap_er a:last-child{
    margin-right: 0;
}
.isitemap_er a img{
    height: 21px;
    margin-right: 10px;
}
.isitemap_er a:hover{
    color: #00ADA9;
}

.float_ck{
    position: fixed;
    right: 0;
    bottom: 35%;
    z-index: 999;
    display: flex;
    flex-direction: column;
}
.float_ck dl dd {
    position:relative;
    margin: 3.5px 0;
}
.float_ck dl dd a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 37px;
    height: 37px;
    background: #F2F3F5;
    border-radius: 50%;
    margin: 3.5px 0;
    position: relative;
}
.float_ck dl dd a:after{
    content: '';
    display: block;
    width: 37px;
    height: 37px;
    background: #00A49E;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.float_ck dl dd a:hover:after{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}
.float_ck dl dd a i{
    position: relative;
    z-index: 2;
}
.float_ck dl dd a i.icon1{
    width: 12px;
    height: 12px;
    background: url("../images/icon1.png") no-repeat center;
    background-size: 12px 12px;
}
.float_ck dl dd a i.icon2{
    width: 13px;
    height: 13px;
    background: url("../images/icon2.png") no-repeat center;
    background-size: 13px 13px;
}
.float_ck dl dd a i.icon3{
    width: 13px;
    height: 13px;
    background: url("../images/icon3.png") no-repeat center;
    background-size: 13px 13px;
}
.float_ck dl dd a:hover i.icon1{
    background: url("../images/icon1_h.png") no-repeat center;
    background-size: 12px 12px;
}
.float_ck dl dd a:hover i.icon2{
    background: url("../images/icon2_h.png") no-repeat center;
    background-size: 13px 13px;
}
.float_ck dl dd a:hover i.icon3{
    background: url("../images/icon3_h.png") no-repeat center;
    background-size: 13px 13px;
}
.float_ck dl dd a:hover .floating_left {
    opacity: 1;
    display: block;
}
.floating_left {
    display: none;
    opacity: 0;
    position:absolute;
    left:-210px;
    top:0px;
    width:210px;
    height:210px;
    background-color:#00A49E;
    border-radius: 25px;
    height: 37px;
    line-height: 37px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.floating_left img {
    color:#fff;
    padding-top:10px;
    float:left;
    padding-left:10px;
    width: 200px;
}

/*技术与支持*/
.isupport{
    margin: 45px 0 50px 0;
}
.isupport_con{
    margin: 35px 0;
}
.isupport_con ul{
    display: flex;
    flex-wrap: wrap;
}
.isupport_con ul li{
    width: 48%;
    margin-right: 4%;
    margin-bottom: 25px;
}
.isupport_con ul li:nth-child(2n){
    margin-right: 0;
}
.isupport_con ul li a{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #E3E3E3;
    border-radius: 10px;
    padding: 25px 125px 25px 35px;
    position: relative;
}
.isupport_con ul li a:after{
    content: '';
    display: block;
    background: url("../images/pdf.png") no-repeat right center;
    width: 36px;
    height: 38px;
    position: absolute;
    right: 35px;
    top: 50%;
    transform: translate(0, -50%);
    transition: .5s;
}
.isupport_con ul li a p{
    text-align: left;
    font-size: 18px;
    font-weight: 400;
    color: #525252;
    width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.isupport_con ul li a span{
    display: flex;
    justify-content: flex-end;
    width: 20%;
    font-size: 14px;
    font-family: Arial;
    font-weight: 400;
    color: #B4B4B4;
    text-align: right;
}
.isupport_con ul li a:hover:after{
    background: url("../images/pdf_h.png") no-repeat right center;
}
.isupport_con ul li a:hover p{
    color: #00ADA9;
}



@media (min-width:1701px) and (max-width:1849px){
    .news_b_date{
        width: 13%;
    }
    .news_b_txt{
        width: 87%;
    }
    .news_b li a:hover .news_b_date{
        width: 15%;
    }
    .news_b li a:hover .news_b_txt{
        width: 85%;
    }
    .iban_txt h3{
        font-size: 56px;
    }
    .ivideo_con_fl1 h2{
        font-size: 23px;
        line-height: 45px;
    }
    .ivideo_con_fl1 h3{
        margin: 40px 0 25px 0;
    }
    .ivideo_con_fl2{
        margin-top: 35px;
    }
    .inews_con ul li a{
        height: 397px;
    }
    .iabout1_fl1{
        margin-bottom: 30px;
    }
    .iabout1_fr{
        width: 50%;
    }
    .iabout3_fl2{
        margin-top: 50px;
    }
    .year{
        width: 32%;
    }
    .iactivity_txt2{
        margin: 25px 0 55px 0;
    }
}

@media (min-width:1601px) and (max-width:1700px){
    .ban_txt_fr h2{
        font-size: 55px;
    }
    .ban_txt_fr h3{
        font-size: 45px;
    }
    .about3 ul li h3 span{
        font-size: 48px;
    }
    .video_txt{
        font-size: 22px;
    }
    .video_btns{
        width: 88px;
        height: 88px;
        border: 12px solid rgba(0,0,0,.29);
    }
    .news_t p{
        font-size: 28px;
    }
    .news_b_date{
        width: 13%;
    }
    .news_b_date p{
        font-size: 26px;
    }
    .news_b_txt{
        width: 87%;
    }
    .news_b li a:hover .news_b_date{
        width: 15%;
    }
    .news_b li a:hover .news_b_txt{
        width: 85%;
    }
    .footer1_b_fl{
        width: 70%;
    }
    .footer1_b_fl ul li{
        margin-right: 8%;
    }

    .iban_txt h3{
        font-size: 52px;
    }
    .iban_txt p{
        font-size: 16px;
    }
    .ivideo_con_fl1 h2{
        font-size: 22px;
        line-height: 40px;
    }
    .ivideo_con_fl1 h3{
        font-size: 16px;
        margin: 40px 0 25px 0;
    }
    .ivideo_con_fl2{
        margin-top: 35px;
    }
    .inews_con ul li a{
        height: 386px;
    }
    .iabout1_fl1{
        margin-bottom: 30px;
    }
    .iabout1_fl{
        padding: 50px 60px 60px 40px;
    }
    .iabout1_fr{
        width: 50%;
    }
    .iabout3_fl1 p{
        margin: 20px 0 40px 0;
    }
    .iabout3_fl2{
        margin-top: 50px;
    }
    .ijoin1_txt2 dl dd{
        margin-right: 10px;
    }
    .icooperation_con_b2{
        padding: 28px 25px;
    }
    .year{
        width: 34%;
    }
    .iactivity_txt2{
        margin: 25px 0 45px 0;
    }
}

@media (min-width:1501px) and (max-width:1600px){
    /*.side_fl{
        width: 340px;
    }
    .side_fr{
        margin-left: 340px;
        width: calc(100% - 340px);
    }
    .truelandNav.anchor_fixed{
        left: 340px;
        width: calc(100% - 340px);
    }*/
    .yx a img{
        height: 90px;
    }
    .menupc li a{
        padding: 0 72px 0 52px;
    }
    .menupc li a.jt{
        right: 52px;
    }
    .menupc .xiala .xiala_bs{
        padding: 0 52px 0 67px;
    }
    .search-nation{
        padding: 0 52px 35px 52px;
    }
    .link{
        padding: 0 52px;
    }
    .ban_txt_fr h2{
        font-size: 50px;
    }
    .ban_txt_fr h3{
        font-size: 40px;
    }
    .index_title:after{
        width: 42px;
    }
    .index_title p{
        font-size: 92px;
    }
    .index_title h3{
        font-size: 28px;
    }
    .index_title h3 span{
        font-size: 15px;
    }
    .proservice-max-fl{
        width: 38%;
    }
    .proservice-max-fr{
        margin-top: 0;
    }
    .proservice-max-fr1 h3{
        font-size: 30px;
    }
    .about{
        width: 80%;
    }
    .about1{
        font-size: 28px;
    }
    .about3 ul li h3 span{
        font-size: 44px;
    }
    .video_txt{
        font-size: 22px;
    }
    .video_btns{
        width: 88px;
        height: 88px;
        border: 12px solid rgba(0,0,0,.29);
    }
    .news_t p{
        font-size: 28px;
    }
    .news_b_date{
        width: 14%;
    }
    .news_b_date p{
        font-size: 26px;
    }
    .news_b_txt{
        width: 86%;
    }
    .news_b li a:hover .news_b_date{
        width: 16%;
    }
    .news_b li a:hover .news_b_txt{
        width: 84%;
    }
    .footer1_b_fl ul li{
        margin-right: 6%;
    }
    .footer3_fl{
        width: 75%;
    }
    .footer3_fr a img{
        height: 57px;
    }

    .inner_title h3{
        font-size: 28px;
    }
    .inner_title h3:after{
        width: 42px;
    }
    .inner_title p{
        font-size: 32px;
    }
    .insight_fr_title{
        font-size: 22px;
    }
    .insight1_1_fr1{
        font-size: 22px;
        margin-bottom: 15px;
    }
    .insight1_1_fr2{
        line-height: 35px;
    }
    .insight1_3_t{
        font-size: 22px;
    }
    .ivideo_txt{
        margin-top: 25px;
    }
    .insight4s_txt{
        margin-top: 25px;
    }
    .wlinsight1_img_fr h3{
        font-size: 28px;
        bottom: 40px;
        left: 45px;
    }
    .wlinsight2_txt2{
        margin: 20px 0 30px 0;
    }
    .isolution1_3 a{
        width: 278px;
        height: 50px;
    }
    .isolution2_2_txt{
        font-size: 16px;
        margin-top: 25px;
    }
    .iban_txt h3{
        font-size: 48px;
    }
    .iban_txt p{
        font-size: 16px;
    }
    .ivideo_con_fl1 h2{
        font-size: 22px;
        line-height: 40px;
    }
    .ivideo_con_fl1 h3{
        font-size: 18px;
        margin: 40px 0 25px 0;
    }
    .ivideo_con_fl2{
        margin-top: 35px;
    }
    .inews_con ul li a{
        height: 368px;
    }
    .inews_txt4{
        margin-top: 30px;
    }
    .iabout1_fl1{
        font-size: 22px;
        margin-bottom: 25px;
    }
    .iabout1_fl{
        width: 71%;
        padding: 50px 60px 60px 40px;
    }
    .iabout1_fr{
        width: 53%;
    }
    .iabout3_fl1 h2{
        font-size: 22px;
    }
    .iabout3_fl1 p{
        margin: 10px 0 30px 0;
    }
    .iabout3_fl2 {
        margin-top: 35px;
    }
    .ijoin1_txt2 dl{
        flex-direction: column;
        align-items: flex-start;
    }
    .ijoin1_txt4{
        margin-top: 35px;
    }
    .ijoin2 ul li{
        padding: 33px 23px;
    }
    .isitemap_con ul li{
        height: 80px;
    }
    .isitemap_con ul li a{
        font-size: 22px;
    }
    .isitemap_er a{
        padding: 15px 0;
    }
    .itechnology_txt h3{
        font-size: 22px;
    }
    .ipro_txt{
        padding: 0 19px 26px 29px;
    }
    .ipro_txt h3{
        font-size: 22px;
    }
    .ly input{
        height: 55px;
    }
    .ly textarea{
        height: 250px;
    }
    .ly a{
        width: 140px;
        height: 55px;
    }
    .iapply_b input{
        width: 165px;
        height: 55px;
    }
    .icooperation_con_t{
        font-size: 28px;
    }
    .icooperation_con_b1{
        padding: 40px 15px 35px 25px;
        height: 202px;
    }
    .icooperation_con_b1 h3{
        font-size: 22px;
    }
    .icooperation_con_b1 span{
        font-size: 24px;
    }
    .icooperation_con_b1:after{
        bottom: 35px;
    }
    .icooperation_con_b1:nth-child(1):after{
        width: 48px;
        height: 49px;
        background-size: 48px 48px;
    }
    .icooperation_con_b1:nth-child(2):after{
        width: 48px;
        height: 40px;
        background-size: 48px 40px;
    }
    .icooperation_con_b2{
        padding: 20px 15px;
        height: 202px;
    }
    .icontact1_fl h3{
        font-size: 22px;
        margin-bottom: 30px;
    }
    .icontact1_fl ul li{
        font-size: 17px;
        line-height: 35px;
    }
    .icontact2 h3{
        font-size: 22px;
    }
    .icontact3 ul li .pic{
        width: 59px;
        height: 59px;
    }
    .icontact3_txt{
        font-size: 22px;
    }
    .icontact3_txt h3{
        font-size: 22px;
    }
    .year{
        width: 36%;
    }
    .iactivity_txt1 h3{
        font-size: 22px;
    }
    .iactivity_txt1 span{
        font-size: 22px;
    }
    .iactivity_txt2{
        margin: 20px 0 35px 0;
    }
    .inner_info{
        margin: 25px 0;
    }
    .itechnology_con_fl2{
        margin-top: 25px;
    }
    .isupport_con ul li a p{
        width: 68%;
    }
    .isupport_con ul li a span{
        width: 22%;
    }
}

@media (min-width:1401px) and (max-width:1500px){
    /*.side_fl{
        width: 320px;
    }
    .side_fr{
        margin-left: 320px;
        width: calc(100% - 320px);
    }
    .truelandNav.anchor_fixed{
        left: 320px;
        width: calc(100% - 320px);
    }*/
    .yx a img{
        height: 85px;
    }
    .menupc li a{
        padding: 0 70px 0 50px;
    }
    .menupc li a.jt{
        right: 50px;
    }
    .menupc .xiala .xiala_bs{
        padding: 0 50px 0 65px;
    }
    .search-nation{
        padding: 0 50px 35px 50px;
    }
    .link{
        padding: 0 50px;
    }
    .ban_txt_fr h2{
        font-size: 46px;
    }
    .ban_txt_fr h3{
        font-size: 36px;
    }
    .home-banner .swiper-button-next, .home-banner .swiper-button-prev{
        width: 60px;
        height: 60px;
    }
    .index_title:after{
        width: 40px;
    }
    .index_title p{
        font-size: 86px;
    }
    .index_title h3{
        font-size: 26px;
    }
    .index_title h3 span{
        font-size: 14px;
    }
    .proservice-max-fl{
        width: 43%;
    }
    .proservice-max-fr{
        margin-top: 0;
    }
    .proservice-max-fr1 h3{
        font-size: 28px;
    }
    .about{
        width: 85%;
    }
    .about1{
        font-size: 26px;
    }
    .about3 ul li h3 span{
        font-size: 42px;
    }
    .video_txt{
        font-size: 20px;
        margin-top: 20px;
    }
    .video_btns{
        width: 80px;
        height: 80px;
        border: 10px solid rgba(0,0,0,.29);
    }
    .news_t p{
        font-size: 26px;
    }
    .news_b_date{
        width: 14%;
    }
    .news_b_date p{
        font-size: 24px;
    }
    .news_b_txt{
        width: 86%;
    }
    .news_b li a:hover .news_b_date{
        width: 16%;
    }
    .news_b li a:hover .news_b_txt{
        width: 84%;
    }
    .footer1_b_fl{
        width: 75%;
    }
    .footer1_b_fl ul li{
        margin-right: 6%;
    }
    .footer3_fl{
        width: 72%;
    }
    .footer3_fr a img{
        height: 54px;
    }

    .inner_title h3{
        font-size: 28px;
    }
    .inner_title h3:after{
        width: 42px;
    }
    .inner_title p{
        font-size: 32px;
    }
    .insight_fr_title{
        font-size: 22px;
    }
    .insight1_1_fr1{
        font-size: 22px;
        margin-bottom: 15px;
    }
    .insight1_1_fr2{
        line-height: 35px;
    }
    .insight1_3_t{
        font-size: 22px;
    }
    .ivideo_txt{
        margin-top: 20px;
    }
    .insight4s_txt{
        margin-top: 25px;
    }
    .wlinsight1_img_fr h3{
        font-size: 28px;
        bottom: 40px;
        left: 45px;
    }
    .wlinsight2_txt1{
        font-size: 16px;
    }
    .wlinsight2_txt2{
        line-height: 25px;
        height: 75px;
        -webkit-line-clamp: 3;
        margin: 20px 0 30px 0;
    }
    .isolution1_3 a{
        width: 278px;
        height: 50px;
    }
    .isolution2_2_txt{
        font-size: 16px;
        margin-top: 25px;
    }
    .iban_txt h3{
        font-size: 44px;
    }
    .iban_txt p{
        font-size: 16px;
    }
    .ivideo_con_fl1 h2{
        font-size: 20px;
        line-height: 35px;
    }
    .ivideo_con_fl1 h3{
        font-size: 16px;
        margin: 40px 0 25px 0;
    }
    .ivideo_con_fl2{
        margin-top: 35px;
    }
    .inews_con ul li a{
        padding: 15px 0;
        height: 345px;
    }
    .inews_con ul li a:hover{
        padding: 15px 20px;
    }
    .inews_txt4{
        margin-top: 30px;
    }
    .show_title h3{
        font-size: 22px;
    }
    .show_title h3:after{
        width: 38px;
    }
    .newsshows a{
        padding: 15px 0;
    }
    .newsshows a:hover{
        padding: 15px 20px;
    }
    .iabout1_fl1{
        font-size: 22px;
        margin-bottom: 25px;
    }
    .iabout1_fl{
        width: 74%;
        padding: 40px 50px 50px 30px;
    }
    .iabout1_fr{
        width: 53%;
    }
    .iabout3_fl1 h2{
        font-size: 22px;
    }
    .iabout3_fl1 p{
        margin: 10px 0 30px 0;
    }
    .iabout3_fl2{
        margin-top: 35px;
    }
    .ijoin1_con ul li a{
        padding: 35px 25px 40px 30px;
    }
    .ijoin1_txt2 dl{
        flex-direction: column;
        align-items: flex-start;
    }
    .ijoin1_txt4{
        margin-top:30px;
        width: 135px;
        height: 34px;
        line-height: 34px;
    }
    .ijoin2 ul li{
        padding: 30px 20px;
        height: 370px;
    }
    .ijoin2_txt1{
        font-size: 22px;
    }
    .ijoin2 ul li .tp{
        margin: 25px 0;
    }
    .isitemap_con ul li{
        height: 80px;
    }
    .isitemap_con ul li a{
        font-size: 22px;
    }
    .isitemap_er a{
        padding: 15px 0;
    }
    .itechnology_txt h3{
        font-size: 22px;
    }
    .ipro_txt{
        padding: 0 19px 26px 29px;
    }
    .ipro_txt h3{
        font-size: 22px;
    }
    .ly input{
        height: 55px;
    }
    .ly textarea{
        height: 250px;
    }
    .ly a{
        width: 140px;
        height: 55px;
    }
    .iapply_b input{
        width: 165px;
        height: 55px;
    }
    .icooperation_con_t{
        font-size: 26px;
    }
    .icooperation_con_b1{
        padding: 35px 15px 30px 15px;
        height: 188px;
    }
    .icooperation_con_b1 h3{
        font-size: 22px;
    }
    .icooperation_con_b1 span{
        font-size: 24px;
    }
    .icooperation_con_b1:after{
        bottom: 30px;
    }
    .icooperation_con_b1:nth-child(1):after{
        width: 42px;
        height: 43px;
        background-size: 42px 43px;
    }
    .icooperation_con_b1:nth-child(2):after{
        width: 42px;
        height: 35px;
        background-size: 42px 35px;
    }
    .icooperation_con_b2{
        padding: 20px 15px;
        height: 188px;
    }
    .icooperation_con_b2 p{
        font-size: 14px;
    }
    .icontact1_fl h3{
        font-size: 22px;
        margin-bottom: 30px;
    }
    .icontact1_fl ul li{
        font-size: 16px;
        line-height: 30px;
    }
    .icontact2 h3{
        font-size: 22px;
    }
    .icontact3 ul li .pic{
        width: 59px;
        height: 59px;
    }
    .icontact3_txt{
        font-size: 22px;
    }
    .icontact3_txt h3{
        font-size: 22px;
    }
    .year{
        width: 40%;
    }
    .iactivity_txt1 h3{
        font-size: 20px;
    }
    .iactivity_txt1 span{
        font-size: 20px;
    }
    .iactivity_txt2{
        margin: 20px 0 35px 0;
    }
    .inner_info{
        margin: 25px 0;
    }
    .itechnology_con_fl2{
        margin-top: 25px;
    }
    .isupport_con ul li a p{
        width: 65%;
    }
    .isupport_con ul li a span{
        width: 25%;
    }
}

@media (min-width:1280px) and (max-width:1400px){
    .side_fl{
        width: 300px;
    }
    .side_fr{
        margin-left: 300px;
        width: calc(100% - 300px);
    }
    .truelandNav.anchor_fixed{
        left: 300px;
        width: calc(100% - 300px);
    }
    .yx a img{
        height: 85px;
    }
    .menupc li a{
        padding: 0 65px 0 45px;
    }
    .menupc li a.jt{
        right: 45px;
    }
    .menupc .xiala .xiala_bs{
        padding: 0 45px 0 60px;
    }
    .search-nation{
        padding: 0 45px 35px 45px;
    }
    .link{
        padding: 0 45px;
    }
    .ban_txt_fr h2{
        font-size: 42px;
    }
    .ban_txt_fr h3{
        font-size: 32px;
    }
    .ban_txt_fr p{
        font-size: 16px;
    }
    .home-banner .swiper-button-next, .home-banner .swiper-button-prev{
        width: 60px;
        height: 60px;
    }
    .index_title:after{
        width: 40px;
    }
    .index_title p{
        font-size: 86px;
    }
    .index_title h3{
        font-size: 26px;
    }
    .index_title h3 span{
        font-size: 14px;
    }
    .proservice-max-fl{
        width: 43%;
    }
    .proservice-max-fr{
        margin-top: 0;
    }
    .proservice-max-fr1 h3{
        font-size: 26px;
    }
    .about{
        width: 90%;
    }
    .about1{
        font-size: 26px;
    }
    .about3 ul li h3 span{
        font-size: 40px;
    }
    .video_txt{
        font-size: 20px;
        margin-top: 20px;
    }
    .video_btns{
        width: 80px;
        height: 80px;
        border: 10px solid rgba(0,0,0,.29);
    }
    .news_t p{
        font-size: 26px;
    }
    .news_b_date{
        width: 15%;
    }
    .news_b_date p{
        font-size: 24px;
    }
    .news_b_txt{
        width: 85%;
    }
    .news_b li a:hover .news_b_date{
        width: 17%;
    }
    .news_b li a:hover .news_b_txt{
        width: 83%;
    }
    .footer1_b_fl{
        width: 75%;
    }
    .footer1_b_fl ul li{
        margin-right: 6%;
    }
    .footer1_t{
        font-size: 20px;
    }
    .footer2 h3{
        font-size: 20px;
    }
    .footer3_fl{
        width: 72%;
    }
    .footer3_fr a img{
        height: 52px;
    }

    .truelandNav .list li{
        padding: 0 15px;
    }
    .inner_title h3{
        font-size: 26px;
    }
    .inner_title h3:after{
        width: 38px;
    }
    .inner_title p{
        font-size: 30px;
    }
    .insight_fr_title{
        font-size: 20px;
    }
    .insight1_1_fr1{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .insight1_1_fr2{
        line-height: 35px;
    }
    .insight1_3_t{
        font-size: 20px;
    }
    .insight1_3_b ul li a{
        padding: 15px 24px;
    }
    .ivideo_txt{
        margin-top: 20px;
    }
    .insight4s_txt{
        margin-top: 20px;
    }
    .insight4s_txt1{
        font-size: 16px;
    }
    .wlinsight1_img_fr h3{
        font-size: 26px;
        bottom: 35px;
        left: 40px;
    }
    .wlinsight2_txt1{
        font-size: 16px;
    }
    .wlinsight2_txt2{
        line-height: 25px;
        height: 75px;
        -webkit-line-clamp: 3;
        margin: 15px 0 25px 0;
    }
    .isolution1_3 a{
        width: 250px;
        height: 45px;
    }
    .isolution2_2_txt{
        font-size: 16px;
        margin-top: 20px;
    }
    .iban_txt h3{
        font-size: 40px;
    }
    .iban_txt p{
        font-size: 14px;
    }
    .ivideo_con_fl1 h2{
        font-size: 20px;
        line-height: 35px;
    }
    .ivideo_con_fl1 h3{
        font-size: 16px;
        margin: 40px 0 25px 0;
    }
    .ivideo_con_fl2{
        margin-top: 35px;
    }
    .inews_con ul li a{
        padding: 15px 0;
        height: 323px;
    }
    .inews_con ul li a:hover{
        padding: 15px 20px;
    }
    .inews_txt1{
        font-size: 16px;
    }
    .inews_txt4{
        margin-top: 20px;
    }
    .show_title h3{
        font-size: 20px;
    }
    .show_title h3:after{
        width: 34px;
    }
    .newsshows a{
        padding: 15px 0;
    }
    .newsshows a:hover{
        padding: 15px 20px;
    }
    .iabout1_fl1{
        font-size: 20px;
        margin-bottom: 20px;
    }
    .iabout1_fl2{
        font-size: 15px;
        line-height: 30px;
    }
    .iabout1_fl{
        width: 75%;
        padding: 30px 40px 40px 20px;
    }
    .iabout1_fr{
        width: 56%;
    }
    .iabout3_fl1 h2{
        font-size: 20px;
    }
    .iabout3_fl1 p{
        margin: 0px 0 20px 0;
    }
    .iabout3_fl2{
        margin-top: 35px;
    }
    .ijoin1_con ul li a{
        padding: 30px 20px 35px 20px;
    }
    .ijoin1_txt2 dl{
        flex-direction: column;
        align-items: flex-start;
    }
    .ijoin1_txt4{
        margin-top: 20px;
        width: 120px;
        height: 31px;
        line-height: 31px;
    }
    .ijoin2 ul li{
        padding: 30px 20px;
        height: 370px;
    }
    .ijoin2_txt1{
        font-size: 20px;
    }
    .ijoin2 ul li .tp{
        margin: 20px 0;
    }
    .isitemap_con ul li{
        height: 70px;
    }
    .isitemap_con ul li a{
        font-size: 20px;
    }
    .isitemap_er a{
        padding: 15px 0;
        font-size: 15px;
    }
    .itechnology_txt h3{
        font-size: 20px;
    }
    .ipro_txt{
        padding: 0 15px 22px 25px;
    }
    .ipro_txt h3{
        font-size: 20px;
    }
    .ly input{
        height: 50px;
    }
    .ly textarea{
        height: 200px;
    }
    .ly a{
        width: 127px;
        height: 50px;
    }
    .iapply_b input{
        width: 150px;
        height: 50px;
    }
    .icooperation_con_t{
        font-size: 24px;
    }
    .icooperation_con_b1{
        padding: 35px 15px 30px 15px;
        height: 188px;
    }
    .icooperation_con_b1 h3{
        font-size: 20px;
    }
    .icooperation_con_b1 span{
        font-size: 22px;
    }
    .icooperation_con_b1:after{
        bottom: 30px;
    }
    .icooperation_con_b1:nth-child(1):after{
        width: 42px;
        height: 43px;
        background-size: 42px 43px;
    }
    .icooperation_con_b1:nth-child(2):after{
        width: 42px;
        height: 35px;
        background-size: 42px 35px;
    }
    .icooperation_con_b2{
        padding: 20px 15px;
        height: 188px;
    }
    .icooperation_con_b2 p{
        font-size: 14px;
    }
    .icontact1_fl h3{
        font-size: 20px;
        margin-bottom: 20px;
    }
    .icontact1_fl ul li{
        font-size: 16px;
        line-height: 30px;
    }
    .icontact2 h3{
        font-size: 20px;
    }
    .icontact3 ul li .pic{
        width: 54px;
        height: 54px;
    }
    .icontact3_txt{
        font-size: 20px;
    }
    .icontact3_txt h3{
        font-size: 20px;
    }
    .year{
        width: 45%;
    }
    .iactivity_txt1 h3{
        font-size: 20px;
    }
    .iactivity_txt1 span{
        font-size: 20px;
    }
    .iactivity_txt2{
        margin: 15px 0 25px 0;
    }
    .inner_info{
        margin: 20px 0;
    }
    .itechnology_con_fl2{
        margin-top: 20px;
    }
    .isupport_con ul li a{
        padding: 25px 85px 25px 25px;
    }
    .isupport_con ul li a p{
        font-size: 16px;
        width: 65%;
    }
    .isupport_con ul li a span{
        width: 25%;
    }
    .isupport_con ul li a:after{
        right: 25px;
    }
}

@media (min-width:1200px) and (max-width:1279px){
    .isupport_con ul li a{
        padding: 25px 95px 25px 15px;
    }
    .isupport_con ul li a p{
        font-size: 16px;
        width: 65%;
    }
    .isupport_con ul li a span{
        width: 25%;
    }
    .isupport_con ul li a:after{
        right: 15px;
    }

    .side_fl{
        width: 258px;
    }
    .side_fr{
        margin-left: 258px;
        width: calc(100% - 258px);
    }
    .truelandNav.anchor_fixed{
        left: 258px;
        width: calc(100% - 258px);
    }
    .yx a img{
        height: 75px;
    }
    .menupc li a{
        padding: 0 45px 0 25px;
    }
    .menupc li a.jt{
        right: 25px;
    }
    .menupc .xiala .xiala_bs{
        padding: 0 25px 0 40px;
    }
    .search-nation{
        padding: 0 25px 35px 25px;
    }
    .link{
        padding: 0 25px;
    }
    .ban_txt_fr h2{
        font-size: 40px;
    }
    .ban_txt_fr h3{
        font-size: 30px;
    }
    .ban_txt_fr p{
        font-size: 16px;
    }
    .home-banner .swiper-button-next, .home-banner .swiper-button-prev{
        width: 57px;
        height: 57px;
    }
    .index_title p{
        font-size: 86px;
    }
    .index_title:after{
        width: 38px;
    }
    .index_title h3{
        font-size: 26px;
    }
    .index_title h3 span{
        font-size: 14px;
    }
    .proservice-max-fl{
        width: 43%;
    }
    .proservice-max-fr{
        margin-top: 0;
    }
    .proservice-max-fr1 h3{
        font-size: 24px;
    }
    .about{
        width: 90%;
    }
    .about1{
        font-size: 26px;
    }
    .about3 ul li h3 span{
        font-size: 40px;
    }
    .video_txt{
        font-size: 20px;
        margin-top: 20px;
    }
    .video_btns{
        width: 80px;
        height: 80px;
        border: 10px solid rgba(0,0,0,.29);
    }
    .news_t p{
        font-size: 26px;
    }
    .news_b_date{
        width: 15%;
    }
    .news_b_date p{
        font-size: 24px;
    }
    .news_b_txt{
        width: 85%;
    }
    .news_b li a:hover .news_b_date{
        width: 17%;
    }
    .news_b li a:hover .news_b_txt{
        width: 83%;
    }
    .footer1_b_fl{
        width: 75%;
    }
    .footer1_b_fl ul li{
        margin-right: 6%;
    }
    .footer1_t{
        font-size: 20px;
    }
    .footer2 h3{
        font-size: 20px;
    }
    .footer3_fl{
        width: 72%;
    }
    .footer3_fr a img{
        height: 50px;
    }

    .truelandNav .list li{
        padding: 0 15px;
    }
    .inner_title h3{
        font-size: 24px;
    }
    .inner_title h3:after{
        width: 36px;
    }
    .inner_title p{
        font-size: 28px;
    }
    .insight_fr_title{
        font-size: 20px;
    }
    .insight1_1_fr1{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .insight1_1_fr2{
        line-height: 35px;
    }
    .insight1_3_t{
        font-size: 20px;
    }
    .insight1_3_b ul li a{
        padding: 15px 24px;
    }
    .ivideo_txt{
        margin-top: 20px;
    }
    .insight4s_txt{
        margin-top: 20px;
    }
    .insight4s_txt1{
        font-size: 16px;
    }
    .wlinsight1_img_fr h3{
        font-size: 26px;
        bottom: 35px;
        left: 40px;
    }
    .wlinsight2_txt1{
        font-size: 16px;
    }
    .wlinsight2_txt2{
        line-height: 25px;
        height: 75px;
        -webkit-line-clamp: 3;
        margin: 15px 0 25px 0;
    }
    .isolution1_3 a{
        width: 250px;
        height: 45px;
    }
    .isolution2_2_txt{
        font-size: 16px;
        margin-top: 20px;
    }
    .iban_txt h3{
        font-size: 40px;
    }
    .iban_txt p{
        font-size: 14px;
    }
    .ivideo_con_fl1 h2{
        font-size: 20px;
        line-height: 35px;
    }
    .ivideo_con_fl1 h3{
        font-size: 16px;
        margin: 40px 0 25px 0;
    }
    .ivideo_con_fl2{
        margin-top: 35px;
    }
    .inews_con ul li a{
        padding: 15px 0;
        height: 320px;
    }
    .inews_con ul li a:hover{
        padding: 15px 20px;
    }
    .inews_txt1{
        font-size: 16px;
    }
    .inews_txt4{
        margin-top: 20px;
    }
    .show_title h3{
        font-size: 20px;
    }
    .show_title h3:after{
        width: 34px;
    }
    .newsshows a{
        padding: 15px 0;
    }
    .newsshows a:hover{
        padding: 15px 20px;
    }
    .iabout1_fl1{
        font-size: 20px;
        margin-bottom: 20px;
    }
    .iabout1_fl2{
        font-size: 15px;
        line-height: 30px;
    }
    .iabout1_fl{
        width: 75%;
        padding: 30px 40px 40px 20px;
    }
    .iabout1_fr{
        width: 56%;
    }
    .iabout3_fl1 h2{
        font-size: 20px;
    }
    .iabout3_fl1 p{
        margin: 0px 0 20px 0;
    }
    .iabout3_fl2{
        margin-top: 35px;
    }
    .ijoin1_con ul li a{
        padding: 30px 20px 35px 20px;
    }
    .ijoin1_txt2 dl{
        flex-direction: column;
        align-items: flex-start;
    }
    .ijoin1_txt4{
        margin-top: 20px;
        width: 120px;
        height: 31px;
        line-height: 31px;
    }
    .ijoin2 ul li{
        padding: 30px 20px;
        height: 370px;
    }
    .ijoin2_txt1{
        font-size: 20px;
    }
    .ijoin2 ul li .tp{
        margin: 20px 0;
    }
    .isitemap_con ul li{
        height: 70px;
    }
    .isitemap_con ul li a{
        font-size: 20px;
    }
    .isitemap_er a{
        padding: 15px 0;
        font-size: 15px;
    }
    .itechnology_txt h3{
        font-size: 20px;
    }
    .ipro_txt{
        padding: 0 15px 22px 25px;
    }
    .ipro_txt h3{
        font-size: 20px;
    }
    .ly input{
        height: 50px;
    }
    .ly textarea{
        height: 200px;
    }
    .ly a{
        width: 127px;
        height: 50px;
    }
    .iapply_b input{
        width: 150px;
        height: 50px;
    }
    .icooperation_con_t{
        font-size: 24px;
    }
    .icooperation_con_b1{
        padding: 35px 15px 30px 15px;
        height: 188px;
    }
    .icooperation_con_b1 h3{
        font-size: 20px;
    }
    .icooperation_con_b1 span{
        font-size: 22px;
    }
    .icooperation_con_b1:after{
        bottom: 30px;
    }
    .icooperation_con_b1:nth-child(1):after{
        width: 42px;
        height: 43px;
        background-size: 42px 43px;
    }
    .icooperation_con_b1:nth-child(2):after{
        width: 42px;
        height: 35px;
        background-size: 42px 35px;
    }
    .icooperation_con_b2{
        padding: 20px 15px;
        height: 188px;
    }
    .icooperation_con_b2 p{
        font-size: 14px;
    }
    .icontact1_fl h3{
        font-size: 20px;
        margin-bottom: 20px;
    }
    .icontact1_fl ul li{
        font-size: 16px;
        line-height: 30px;
    }
    .icontact2 h3{
        font-size: 20px;
    }
    .icontact3 ul li .pic{
        width: 54px;
        height: 54px;
    }
    .icontact3_txt{
        font-size: 20px;
    }
    .icontact3_txt h3{
        font-size: 20px;
    }
    .year{
        width: 50%;
    }
    .iactivity_txt1 h3{
        font-size: 20px;
    }
    .iactivity_txt1 span{
        font-size: 20px;
    }
    .iactivity_txt2{
        margin: 15px 0 25px 0;
    }
    .inner_info{
        margin: 20px 0;
    }
    .itechnology_con_fl2{
        margin-top: 20px;
    }
}

@media(max-width:1199px) {
    .proservice_con_t{
        height: 390px;
    }
    .proservice_con_t .slick-prev, .proservice_con_t .slick-next{
        top: -75px;
    }
    .isupport_con ul li a{
        padding: 25px 85px 25px 15px;
    }
    .isupport_con ul li a:after{
        right: 15px;
    }
    .isupport_con ul li a p{
        font-size: 16px;
    }
    .footer1_b_fl ul li{
        margin-right: 9%;
    }
    .float_ck{
        display: none !important;
    }
    .container1{
        width: 100%;
        margin: 0 auto;
        padding: 0 15px;
    }
    .side_fr{
        width: 100%;
        margin-left: 0;
    }
    .home-banner{
        padding-top: 60px;
    }
    .pro-banner{
        padding-top: 60px;
    }
    .inner-banner{
        padding-top: 60px;
    }
    .iban_txt{
        padding-top: 60px;
    }
    .home-banner .swiper-button-next, .home-banner .swiper-button-prev{
        top: calc(50% + 30px);
    }
    .home-banner .swiper-button-prev{
        left: 15px;
    }
    .home-banner .swiper-button-next{
        right: 15px;
    }
    .ban_txt_fr h2{
        font-size: 40px;
    }
    .ban_txt_fr h3{
        font-size: 30px;
    }
    .ban_txt_fr p{
        font-size: 16px;
        line-height: 25px;
    }
    .index_title p{
        font-size: 80px;
    }
    .index_title h3{
        font-size: 24px;
        margin-top: -30px;
    }
    .index_title h3 span{
        font-size: 14px;
    }
    .index_title:after{
        width: 34px;
        margin-top: 15px;
    }
    .proservice_con{
        margin-top: 35px;
    }
    .proservice-max{
        align-items: center;
    }
    .proservice-max-fl{
        width: 43%;
    }
    .proservice-max-fr{
        margin-top: 0;
    }
    .proservice-max-fr1 h3{
        font-size: 26px;
    }
    .proservice-max-fr2{
        margin: 25px 0 25px 0;
    }
    .home-about .container1{
        padding: 50px 0;
    }
    .about{
        width: 80%;
    }
    .about1{
        font-size: 24px;
    }
    .about2{
        margin: 20px 0 30px 0;
    }
    .about3{
        margin-bottom: 35px;
    }
    .about3 ul li h3 span{
        font-size: 38px;
    }
    .home-video{
        margin: 50px auto;
    }
    .video_con{
        margin-top: 35px;
    }
    .video_txt{
        font-size: 20px;
    }
    .home-news{
        margin: 0 auto 50px auto;
    }
    .news_t p{
        font-size: 24px;
    }
    .news_b_date p{
        font-size: 20px;
    }
    .news_b_date span{
        font-size: 14px;
    }

    .truelandNav.anchor_fixed{
        position: inherit;
        top: 0;
        left: 0;
        width: 100%;
    }
    .inner_title h3{
        font-size: 24px;
    }
    .inner_title p{
        font-size: 28px;
    }
    .insight{
        margin: 45px 0 50px 0;
    }
    .insight1_1_fl .swiper-button-prev4{
        left: 15px;
    }
    .insight1_1_fl .swiper-button-next4{
        right: 14px;
    }
    .insight1_1_fr1{
        font-size: 20px;
    }
    .insight1_1_fr2{
        line-height: 30px;
    }
    .insight1_1_fr2 p:before{
        top: 12px;
    }
    .insight1_3_t{
        font-size: 20px;
    }
    .insight2{
        margin: 30px 0 50px 0;
    }
    .insight2_con{
        margin-top: 35px;
    }
    .ivideo_txt{
        margin-top: 20px;
        font-size: 16px;
    }
    .insight4{
        margin-top: 35px;
    }
    .insight4s_txt{
        margin-top: 20px;
    }
    .insight4s_txt1{
        font-size: 16px;
    }
    .xgcp_img{
        padding: 17px 20px;
    }
    .insight_fr_title{
        font-size: 20px;
    }
    .insight_fr_con{
        padding-bottom: 20px;
    }
    .xgcp_txt{
        width: 50%;
        font-size: 16px;
        margin: 20px auto 0 auto;
    }
    .insight_fr_con .swiper-button-next3, .insight_fr_con .swiper-button-prev3{
        bottom: 20px;
    }
    .wlinsight1_con{
        padding: 25px;
    }
    .wlinsight1_img_fr h3{
        font-size: 24px;
    }
    .wlinsight2{
        margin-top: 35px;
    }
    .wlinsight2_con{
        margin: 35px 0 15px 0;
    }
    .wlinsight2_txt2{
        margin: 15px 0 25px 0;
    }
    .isolution1_1_con{
        padding: 25px;
    }
    .isolution1_2_con{
        margin-top: 35px;
    }
    .isolution1_2_con li{
        margin-bottom: 45px;
    }
    .isolution1_3{
        padding: 35px 0;
    }
    .isolution1_3 a{
        width: 250px;
        height: 45px;
    }
    .isolution1_1_info{
        margin: 25px 0 35px 0;
    }
    .isolution2_2{
        padding-top: 35px;
    }
    .isolution2_2_con{
        margin: 20px 0 35px 0;
    }
    .isolution2_2_txt{
        margin-top: 20px;
        font-size: 16px;
    }
    .iban_txt h3{
        font-size: 40px;
    }
    .iban_txt p{
        font-size: 16px;
    }
    .itechnology{
        margin: 35px 0;
    }
    .itechnology_con{
        margin: 35px 0;
    }
    /*.itechnology_con ul li{
        margin-bottom: 35px;
    }
    .itechnology_txt{
        margin-top: 20px;
    }
    .itechnology_txt h3{
        font-size: 20px;
    }*/
    .itechnology_cons{
        margin-bottom: 35px;
    }
    .inner_info{
        margin: 20px 0;
    }
    .itechnology_con_fl2{
        margin-top: 20px;
    }
    .show_title h3{
        font-size: 20px;
    }
    .newsshows a{
        padding: 15px 20px;
        box-shadow: 0px 0px 51px 3px rgba(238,238,238,0.7);
        border-bottom: 1px solid #fff;
    }
    .newsshows a:hover{
        padding: 15px 20px;
    }
    .inews_txt{
        margin-top: 20px;
    }
    .inews_txt1{
        font-size: 16px;
    }
    .inews_txt2{
        margin: 15px 0 10px 0;
    }
    .inews_txt4{
        margin-top: 20px;
    }
    .inews_con{
        margin: 25px 0 5px 0;
    }
    .inews_con ul li a{
        padding: 15px 20px;
        box-shadow: 0px 0px 51px 3px rgba(238,238,238,0.7);
        border-bottom: 1px solid #fff;
        height: auto;
    }
    .inews_con ul li a:hover{
        padding: 15px 20px;
    }
    .icase_con ul li{
        margin-bottom: 35px;
    }
    .ipro_con li{
        margin-bottom: 35px;
    }
    .ipro_txt h3{
        font-size: 20px;
    }
    .ijoin1_txt2 dl{
        flex-direction: column;
        align-items: flex-start;
    }
    .ijoin1_txt2 dl dd{
        margin-right: 0;
        line-height: 25px;
    }
    .ijoin1_txt4{
        margin-top: 20px;
    }
    .ijoin2_txt1{
        font-size: 20px;
    }
    .ijoin2 ul li{
        padding: 25px 15px;
        height: 350px;
    }
    .ijoin2 ul li .tp{
        margin: 20px 0;
    }
    .jointck{
        width: 100%;
        z-index: 10000;
    }
    .jointck_con1_fl{
        font-size: 20px;
    }
    .ivideo_con{
        padding: 20px 0 50px 0;
    }
    .ivideo_con_fl1 h2{
        font-size: 20px;
        line-height: 35px;
    }
    .ivideo_con_fl1 h3{
        font-size: 16px;
        margin: 35px 0 20px 0;
    }
    .ivideo_con_fl1 a{
        font-size: 14px;
    }
    .ivideo_con_fl2{
        margin-top: 35px;
    }
    .iabout1_fl{
        padding: 30px 40px 40px 30px;
        width: 63%;
    }
    .iabout1_fr{
        width: 50%;
        top: 50%;
        transform: translate(0, -50%);
    }
    .iabout1_fl1{
        font-size: 20px;
        margin-bottom: 20px;
    }
    .iabout1_fl2{
        line-height: 30px;
    }
    .iabout3{
        margin: 35px 0 30px 0;
    }
    .iabout3_fl1 h2{
        font-size: 20px;
        line-height: 35px;
    }
    .iabout3_fl1 h3{
        font-size: 18px;
    }
    .iabout3_fl1 p{
        margin: 10px 0 30px 0;
    }
    .iabout3_fl2{
        margin-top: 35px;
    }
    .icooperation_con{
        margin: 35px 0 50px 0;
        padding: 50px 35px;
    }
    .icooperation_con_t{
        font-size: 24px;
    }
    .icooperation_con_b{
        margin-top: 35px;
    }
    .icooperation_con_b1{
        padding: 35px 15px;
        height: 170px;
    }
    .icooperation_con_b1:after{
        bottom: 35px;
    }
    .icooperation_con_b1 h3{
        font-size: 20px;
    }
    .icooperation_con_b1 p{
        font-size: 14px;
        margin: 15px 0 20px 0;
    }
    .icooperation_con_b1 span{
        font-size: 22px;
    }
    .icooperation_con_b2{
        padding: 20px 15px;
        height: 170px;
    }
    .icooperation_con_b2 p{
        margin-top: 15px;
        font-size: 14px;
    }
    .icontact1_fl h3{
        font-size: 20px;
        margin-bottom: 20px;
    }
    .icontact1_fl ul li{
        font-size: 16px;
        line-height: 30px;
    }
    .icontact2{
        padding: 50px 0;
    }
    .icontact2 h3{
        font-size: 20px;
    }
    .icontact3_txt{
        font-size: 20px;
    }
    .icontact3_txt h3{
        font-size: 20px;
    }
    .iactivity{
        margin: 45px 0 10px 0;
    }
    .year{
        width: 45%;
    }
    .iactivity_txt1 h3{
        font-size: 20px;
    }
    .iactivity_txt1 span{
        font-size: 20px;
    }
    .iactivity_txt2{
        margin: 20px 0 25px 0;
    }
    .isitemap_con ul li{
        height: 78px;
    }
    .isitemap_con ul li a{
        font-size: 20px;
    }
    .isitemap_er a{
        padding: 15px 0;
        margin-right: 4%;
    }

}

@media(max-width:820px) {
    .proservice_con_t{
        height: 408px;
    }
    .isupport_con ul li{
        width: 100%;
        margin-right: 0;
    }
    .container2{
        width: 70%;
    }
    .ban_txt_fr h2{
        font-size: 30px;
    }
    .ban_txt_fr h3{
        font-size: 20px;
    }
    .proservice_con_t .gallery-top{
        width: 90%;
    }
    .proservice-max-fr1 h3{
        font-size: 22px;
    }
    .about{
        width: 90%;
    }
    .news_b_date{
        width: 15%;
    }
    .news_b_txt{
        width: 85%;
        padding-left: 30px;
    }
    .news_b li a:hover .news_b_date{
        width: 17%;
    }
    .news_b li a:hover .news_b_txt{
        width: 83%;
        padding-left: 15px;
    }
    .footer1_b_fl{
        width: 70%;
    }
    .footer1_b_fl ul li{
        margin-right: 6%;
    }
    .footer3_fl{
        width: 75%;
    }
    .insight1_3_b ul li{
        width: 100%;
        margin-right: 0;
    }
    .truelandNav .list li{
        padding: 0 10px;
    }
    .wlinsight1_img_fr h3{
        font-size: 20px;
    }
    .wlinsight2_txt1{
        font-size: 16px;
    }
    .wlinsight2_txt2{
        margin: 10px 0 20px 0;
        line-height: 25px;
        height: 75px;
        -webkit-line-clamp: 3;
    }
    .wlinsight3_con ul li a .pic img{
        padding: 10px;
    }
    .iban_txt h3{
        font-size: 30px;
    }
    .iban_txt p{
        font-size: 14px;
    }
    .itechnology_txt h3{
        font-size: 18px;
    }
    .newsshows a{
        margin: 35px 0;
    }
    .inews_con ul li{
        width: 48%;
        margin-right: 4%;
    }
    .inews_con ul li:nth-child(3n){
        margin-right: 4%;
    }
    .inews_con ul li:nth-child(2n){
        margin-right: 0;
    }
    .video_btns{
        width: 80px;
        height: 80px;
        border: 10px solid rgba(0,0,0,.29);
    }
    .ipro_txt{
        padding: 0 15px 20px 20px;
    }
    .ipro_txt h3{
        font-size: 18px;
    }
    .ijoin2_txt1{
        font-size: 18px;
    }
    .ijoin2 ul li{
        height: 375px;
    }
    .ivideo_con_fl1 h2{
        font-size: 18px;
    }
    .iabout1_fl{
        width: 100%;
    }
    .iabout1_fr{
        position: inherit;
        transform: translate(0, 0);
        top: 0;
        width: 100%;
    }
    .iabout1_fl1{
        font-size: 18px;
    }
    .iabout3{
        flex-direction: column;
    }
    .iabout3_fl{
        width: 100%;
    }
    .iabout3_fr{
        width: 100%;
        margin-top: 20px;
    }
    .iabout3_fl1 h2{
        font-size: 18px;
    }
    .iabout3_fl1 h3{
        font-size: 16px;
    }
    .ly{
        flex-direction: column;
    }
    .lys{
        width: 100%;
    }
    .ly:nth-child(4){
      flex-direction: row;
    }
    .ly textarea{
        height: 180px;
    }
    .icooperation_con_b1 span{
        font-size: 18px;
    }
    .icooperation_con_b2{
        padding: 10px 5px;
    }
    .icooperation_con_b1:nth-child(1):after{
        width: 35px;
        height: 36px;
        background-size: 35px 36px;
    }
    .icooperation_con_b1:nth-child(2):after{
        width: 35px;
        height: 29px;
        background-size: 35px 29px;
    }
    .icooperation .iapply_con .iapply_b{
        margin-bottom: 0;
    }
    .icontact1{
        align-items: center;
    }
    .icontact1_fl{
        padding: 20px 15px;
    }
    .icontact1_fl h3{
        font-size: 18px;
    }
    .year{
        width: 50%;
    }
    .iactivity_txt1 h3{
        font-size: 18px;
    }
    .iactivity_txt1 span{
        font-size: 18px;
    }
    .iactivity_txt2{
        height: 56px;
        margin: 15px 0 20px 0;
    }
    .isitemap_con ul li{
        height: 68px;
    }
    .isitemap_con ul li a{
        font-size: 18px;
    }
}


@media(max-width:768px) {
	.insight_fl .vision .visfl{
		width: 100%;
	}
    .footer1_b_fl ul li{
        margin-right: 5%;
    }
}

@media(max-width:600px) {
    .proservice_con_t{
        height: 669px;
    }
    .isupport_con ul li a{
        padding: 25px 65px 25px 15px;
    }
    .isupport_con ul li a:after{
        width: 26px;
        height: 28px;
        background-size: 26px 28px;
    }
    .isupport_con ul li a span{
        width: 25%;
    }
    .home-banner .swiper-button-next, .home-banner .swiper-button-prev{
        width: 47px;
        height: 47px;
        background-size: 8px 14px;
    }
    .container2{
        width: 65%;
    }
    .ban_txt_fr h2{
        font-size: 20px;
    }
    .ban_txt_fr h3{
        font-size: 14px;
    }
    .ban_txt_fr p{
        margin-top: 10px;
        font-size: 18px;
        line-height: 30px;
    }
    .index_title p{
        font-size: 70px;
    }
    .index_title h3{
        font-size: 20px;
    }
    .index_title:after{
        width: 30px;
    }
    .home-proservice{
        margin: 30px auto 50px auto;
    }
    .proservice_con{
        margin-top: 45px;
    }
    .proservice-max{
        flex-direction: column;
    }
    .proservice-max-fl{
        width: 100%;
    }
    .proservice-max-fr{
        width: 100%;
        margin-top: 20px;
    }
    .proservice-max-fr1 h3{
        font-size: 18px;
    }
    .proservice-max-fr2{
        margin: 15px 0 15px 0;
    }
    .index_more a{
        width: 150px;
        height: 42px;
        font-size: 14px;
    }
    .home-about .container1{
        padding: 30px 0;
    }
    .about{
        width: 100%;
        padding: 0 15px;
    }
    .about1{
        font-size: 20px;
    }
    .about3 ul li h3 span{
        font-size: 28px;
    }
    .about3 ul li p{
        font-size: 14px;
    }
    .home-video{
        margin: 30px auto;
    }
    .video_con{
        margin-top: 45px;
    }
    .video_con .swiper-pagination1{
        top: 77.5px;
    }
    .video_con .swiper-button-next1, .video_con .swiper-button-prev1{
        top: 55px;
    }
    .video_txt{
        margin-top: 15px;
        font-size: 16px;
    }
    .home-news .container1{
        flex-direction: column;
    }
    .news{
        width: 100%;
    }
    .news_fr{
        margin-top: 20px;
    }
    .news_t p{
        font-size: 20px;
    }
    .news_b{
        margin-top: 20px;
    }
    .news_b li{
        width: 100%;
    }
    .news_b li a{
        height: 100px;
    }
    .footer1_b{
        flex-direction: column;
    }
    .footer1_b_fl{
        width: 100%;
        position: relative;
        z-index: 999;
    }
    .footer1_b_fr{
        margin-top: 20px;
    }
    .footer1_t{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .footer1_b_fl ul li a{
        line-height: 30px;
    }
    .footer2{
        padding: 30px 0;
    }
    .footer2 h3{
        font-size: 20px;
    }
    .footer3 .container1{
        flex-direction: column-reverse;
    }
    .footer3_fl{
        width: 100%;
        margin-top: 20px;
        text-align: center;
    }
    .truelandNav{
        height: auto;
        padding: 15px 0;
    }
    .truelandNav.common{
        padding: 15px 0 0 0;
    }
    .truelandNav .container1{
        flex-direction: column;
        align-items: flex-start;
    }
    .truelandNav .list li a{
        line-height: 50px;
    }
    .insight{
        margin: 30px 0;
    }
    .insight .container1{
        flex-direction: column;
    }
    .insight_fl{
        width: 100%;
    }
    .insight_fr{
        width: 100%;
        margin-top: 20px;
    }
    .inner_title h3{
        font-size: 20px;
    }
    .inner_title h3:after{
        width: 30px;
    }
    .inner_title p{
        font-size: 24px;
    }
    .insight1_con{
        margin-top: 20px;
    }
    .insight1_1{
        flex-direction: column;
    }
    .insight1_1_fl{
        width: 100%;
    }
    .insight1_1_fr{
        width: 100%;
        margin-top: 20px;
    }
    .insight1_1_fr1{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .insight1_2{
        margin: 20px 0;
    }
    .insight1_3_t{
        font-size: 18px;
    }
    .insight1_3_c{
        margin: 20px 0 30px 0;
    }
    .insight1_3_b ul li{
        margin-bottom: 20px;
    }
    .insight2{
        margin: 20px 0 30px 0;
    }
    .insight2_con{
        margin-top: 20px;
    }
    .insight2_con table tr td:nth-child(1){
        padding: 10px 20px;
    }
    table, table tr th, table tr td{
        padding: 10px 20px;
    }
    .insight2_img{
        margin-top: 20px;
    }
    .insight4{
        margin-top: 20px;
    }
    .insight_fr_title{
        font-size: 18px;
    }
    .insight_fr_con{
        margin-top: 20px;
    }
    .wlinsight{
        margin-top: 30px;
    }
    .wlinsight1_con{
        margin-top: 20px;
        padding: 15px;
    }
    .wlinsight1_img_fr h3{
        font-size: 18px;
        bottom: 15px;
        left: 25px;
    }
    .wlinsight1_img{
        flex-direction: column;
    }
    .wlinsight1_img_fl{
        width: 100%;
    }
    .wlinsight1_img_fr{
        width: 100%;
    }
    .wlinsight2{
        margin-top: 25px;
    }
    .wlinsight2_con ul li{
        width: 100%;
        margin-right: 0;
    }
    .wlinsight2_con{
        margin: 20px 0 10px 0;
    }
    .wlinsight2_con ul li{
        margin-bottom: 20px;
    }
    .wlinsight3_con{
        padding: 20px 0 10px 0;
        margin-top: 20px;
    }
    .isolution1{
        margin-top: 30px;
    }
    .wlinsight3_con ul li{
        width: 23.5%;
        margin-right: 2%;
        margin-bottom: 15px;
    }
    .wlinsight3_con ul li:nth-child(6n){
        margin-right: 2%;
    }
    .wlinsight3_con ul li:nth-child(4n){
        margin-right: 0;
    }
    .isolution1_1_con{
        margin-top: 20px;
        padding: 15px;
    }
    .isolution1_2{
        margin: 25px 0 30px 0;
    }
    .isolution1_2_con{
        margin-top: 20px;
    }
    .isolution1_2_con ul:before{
        left: 10px;
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
    }
    .isolution1_2_con ul:after{
        background: url(../images/plib.png) no-repeat left top;
        background-size: 22px 22px;
        left: 0;
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
    }
    .isolution1_2_con li{
        flex-direction: column-reverse;
        margin-bottom: 20px;
    }
    .isolution1_2_con li:nth-child(even){
        flex-direction: column-reverse;
    }
    .isolution1_2_con li{
        background: url(../images/pli.png) no-repeat 5px top;
        background-size: 11px 11px;
        padding-left: 40px;
    }
    .isolution1_2_con li:first-child{
        background: url(../images/plit.png) no-repeat left top;
        background-size: 22px 22px;
    }
    .isolution1_2_con1{
        width: 100%;
    }
    .isolution1_2_con li:nth-child(odd) .isolution1_2_con1{
        text-align: left;
        background: url(../images/award.jpg) no-repeat left top;
        padding-left: 48px;
        padding-right: 0;
    }
    .isolution1_2_con2{
        width: 100%;
        margin-bottom: 10px;
    }
    .isolution1_2_con li:nth-child(even) .isolution1_2_con2{
        text-align: left;
    }
    .isolution1_3{
        padding: 20px 0;
    }
    .isolution1_3 a{
        width: 220px;
        height: 40px;
        font-size: 15px;
    }
    .isolution2_2_con{
        margin: 20px 0 0 0;
    }
    .isolution2_2_con ul li{
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .iban_txt h3{
        font-size: 20px;
    }
    .itechnology{
        margin: 30px 0 20px 0;
    }
    .itechnology_con{
        margin: 20px 0;
    }
    /*.itechnology_con ul li{
        margin-bottom: 20px;
    }
    .itechnology_txt h3{
        font-size: 16px;
    }*/
    .itechnology_cons{
        flex-direction: column;
        margin-bottom: 25px;
    }
    .itechnology_con_fl{
        width: 100%;
    }
    .itechnology_con_fr{
        width: 100%;
        margin-top: 20px;
    }
    .itechnologyshow{
        margin: 30px 0;
    }
    .show_title h3{
        font-size: 18px;
    }
    .show_content{
        padding: 20px 0;
    }
    .related{
        padding-top: 20px;
    }
    .related_technology{
        margin-top: 25px;
    }
    .inewsshow{
        margin: 30px 0 0 0;
    }
    .show_back{
        flex-direction: column;
        align-items: flex-start;
    }
    .show_back_fl{
        width: 100%;
    }
    .show_back_fr{
        width: 100%;
        margin-top: 15px;
    }
    .show_back_fr a{
        margin: auto;
    }
    .inews{
        margin: 30px 0 20px 0;
    }
    .inews_con ul li{
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .icase{
        margin: 30px 0 20px 0;
    }
    .icase_con{
        margin-top: 20px;
    }
    .icase_con ul li{
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .ipro{
        margin: 30px 0 10px 0;
    }
    .ipro_info{
        margin: 20px 0 25px 0;
    }
    .ipro_con li{
        width: 48%;
        margin-right: 4%;
        margin-bottom: 20px;
    }
    .ipro_con li:nth-child(3n){
        margin-right: 4%;
    }
    .ipro_con li:nth-child(2n){
        margin-right: 0;
    }
    .ipro_txt{
        padding: 0 15px 15px 15px;
    }
    .ipro_txt h3{
        font-size: 16px;
    }
    .ijoin1{
        margin-top: 30px;
    }
    .ijoin1_con ul li{
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .ijoin1_con ul li a{
        padding: 30px 25px 35px 25px;
    }
    .ijoin2{
        padding: 30px 0 10px 0;
    }
    .ijoin2 ul li{
        width: 48%;
        margin-right: 4%;
        margin-bottom: 20px;
    }
    .ijoin2 ul li:last-child{
        margin-right: 4%;
    }
    .ijoin2 ul li:nth-child(2n){
        margin-right: 0;
    }
    .jointckss{
        padding: 20px 15px;
    }
    .jointck_con1{
        flex-direction: column;
        align-items: flex-start;
    }
    .jointck_con1_fr{
        margin-top: 15px;
    }
    .jointck_con1_fr dl dd{
        margin-right: 20px;
        margin-left: 0;
    }
    .jointck_con1_fr dl dd:last-child{
        margin-right: 0;
    }
    .jointck_con2{
        margin-top: 20px;
        height: 210px;
    }
    .ivideo_con{
        flex-direction: column;
        margin-bottom: 20px;
        padding: 20px 0;
    }
    .ivideo_con_fl{
        width: 100%;
    }
    .ivideo_con_fr{
        width: 100%;
        margin-top: 20px;
    }
    .ivideo_con_fl1 h3{
        margin: 15px 0;
    }
    .ivideo_con_fl2{
        margin-top: 20px;
    }
    .iabout{
        margin-top: 30px;
    }
    .iabout1{
        margin: 20px 0;
    }
    .iabout1_fl{
        padding: 20px 15px;
    }
    .iabout_con .about3{
        width: 100%;
        margin: 0 auto 20px auto;
    }
    .iabout3{
        margin: 20px 0 30px 0;
    }
    .iapply{
        margin: 30px 0;
    }
    .iapply_con{
        margin-top: 20px;
    }
    .lys{
        margin-bottom: 20px;
    }
    .ly input{
        height: 40px;
        margin-left: 15px;
    }
    .ly textarea{
        margin-left: 15px;
        height: 150px;
        margin-bottom: 20px;
    }
    .ly a{
        width: 102px;
        height: 40px;
    }
    .iapply_b input{
        width: 130px;
        height: 43px;
        margin: 0 10px;
    }
    .icooperation{
        margin: 30px 0;
    }
    .icooperation_con{
        margin: 20px 0;
        padding: 30px 15px;
    }
    .icooperation_con_t{
        font-size: 20px;
    }
    .icooperation_con_b{
        margin-top: 20px;
        flex-direction: column;
    }
    .icooperation_con_b1{
        width: 100%;
        margin-bottom: 20px;
    }
    .icooperation_con_b2{
        width: 100%;
        height: auto;
        padding: 20px 15px;
    }
    .icooperation .iapply_con .inner_title h3:after{
        margin: 18px auto 20px auto;
    }
    .icontact{
        margin-top: 30px;
    }
    .icontact1{
        flex-direction: column;
        margin: 20px 0;
    }
    .icontact1_fl{
        width: 100%;
    }
    .icontact1_fr{
        width: 100%;
    }
    .icontact2{
        padding: 30px 0;
    }
    .icontact2 h3{
        font-size: 18px;
    }
    .icontact3{
        margin: 30px 0 10px 0;
    }
    .icontact3 ul{
        flex-direction: column;
    }
    .icontact3 ul li{
        margin-bottom: 20px;
    }
    .icontact3 ul li .pic{
        width: 44px;
        height: 44px;
    }
    .icontact3_txt{
        margin-left: 15px;
        font-size: 18px;
    }
    .icontact3_txt h3{
        font-size: 18px;
    }
    .year{
        width: 100%;
    }
    .years a{
        line-height: 50px;
    }
    .iactivity{
        margin: 30px 0 10px 0;
    }
    .iactivity_con{
        margin-top: 20px;
    }
    .iactivity_con_t{
        height: 60px;
    }
    .iactivity_con_b{
        margin-top: 20px;
    }
    .iactivity_con_b li a{
        flex-direction: column;
    }
    .iactivity_con_b li a .tp{
        width: 100%;
    }
    .iactivity_txt{
        width: 100%;
        margin-top: 20px;
    }
    .iactivity_txt1 h3{
        font-size: 16px;
    }
    .iactivity_txt1 span{
        font-size: 16px;
    }
    .iactivity_txt3{
        padding-right: 35px;
    }
    .iactivity_con_b li{
        margin-bottom: 20px;
        padding-bottom: 15px;
    }
    .isitemap{
        margin: 30px 0;
    }
    .isitemap_con ul li{
        height: 50px;
    }
    .isitemap_con ul li a{
        font-size: 16px;
    }
    .isitemap_er a{
        font-size: 13px;
        width: 48%;
        margin-right: 4%;
        padding: 5px 0;
    }
    .isitemap_er a:nth-child(2n){
        margin-right: 0;
    }
    .isitemap_er a img{
        height: 20px;
    }
    .footer2s{
        flex-direction: column;
    }

}


@media(max-width:414px) {

}

@media(max-width:375px) {
    .ban_txt_fr{
        width: 54%;
    }
    .truelandNav .list li{
        padding: 0 5px;
    }
    .location a{
        margin: 0 10px;
    }
    .isupport_con ul li a p{
        width: 65%;
    }
    .isupport_con ul li a span{
        width: 25%;
        font-size: 12px;
    }
}

@media(max-width:320px) {
    .location{
        flex-wrap: wrap;
    }
    .truelandNav .list ul{
        flex-wrap: wrap;
    }
    .truelandNav .list li{
        width: 50%;
        text-align: center;
    }
    .ban_txt_fr h2{
        font-size: 18px;
    }
    .ban_txt_fr p{
        font-size: 16px;
        line-height: 25px;
    }
    .proservice-min-txt{
        font-size: 14px;
    }
    .proservice_con_t .swiper-button-next2, .proservice_con_t .swiper-button-prev2{
        top: 60px;
    }
    .about3 ul{
        flex-wrap: wrap;
    }
    .about3 ul li{
        width: 50%;
        margin-bottom: 20px;
    }
    .about3 ul li h3{
        justify-content: center;
    }
    .about1{
        font-size: 18px;
    }
    .video_con{
        margin-top: 55px;
    }
    .video_con .swiper-button-next1, .video_con .swiper-button-prev1{
        top: 95px;
    }
    .video_con .swiper-pagination1{
        top: 117.5px;
    }
    .news_b_date{
        width: 20%;
    }
    .news_b_date p{
        font-size: 18px;
    }
    .news_b_txt{
        width: 80%;
    }
    .news_b li a:hover .news_b_date{
        width: 23%;
    }
    .news_b li a:hover .news_b_txt{
        width: 77%;
    }
}














