body {
    font: 14px Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif;
}
body {
    color: #333;
    text-align: left;
    font-size: 16px;
    background-color: #fff;
    overflow-x: hidden;
    margin-top: -135px;
}
a {
    color: #333;
    text-decoration: none;
}
a:hover{
    color: #3D7FFF;
    text-decoration: none;
}
.fp1_line{
    width: 100%;
    height: 8px;
    z-index: 20;
    background-image: -webkit-gradient(linear, top left, top left, from(#3D7FFF), to(#6e98f5));
    background-image: -webkit-linear-gradient(top, #3D7FFF, #6e98f5);
        background-image: linear-gradient(to bottom, #3D7FFF, #6e98f5);
}
.header{
    position: absolute;
    top: 0;
    width: 100%;
    margin: 0 auto;
    z-index: 99;
    font-family: PingFangSC-Regular;
}
.elementor-background-overlay{
    background-color: #fff;
    opacity: 0.5;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.header .container1{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding-top: 10px;
}
.header .container1:before,.header .container1:after{
    display:none;
}
.header .top-left{
    display: flex;
    align-items: center;
}
.header .container2{
    padding-top: 15px;
}
.header .tianqiyubao{
    z-index:1;
    height: 36px;
    overflow: hidden;
}
.site-logo {
    display: block;
    height: 60px;
    color: #fff;
    z-index: 9999;
}
.site-logo img{
    height: 100%;
    margin-right: 5px;
}
.header .language{
    color: #fff;
}
.header .language a{
    color: #fff;
     font-size: 16px;
}
.header .language a:hover{
    color: #3D7FFF;
}
.header-response {
    padding: 5px 0 6px;
    opacity: 1;
    font-size: 16px;
    display: flex;
    align-items: center;
}
.header .language a{
    padding: 0 8px;
    cursor: pointer;
}
.navbar-form{
    margin-top: 0;
    margin-bottom: 0;
    float: left;
}
.header .navbar{
    border: none;
    margin-bottom: 0;
    min-height: auto;
}
.header .navbar-fixed-top {
    position: relative;
    top: 0;
    border-width: 0;
    width: 100%;
}
.header .navbar-nav{
    width: 100%;
    display: flex;
    justify-content: space-around;
}
.navbar-nav > li{
    padding-bottom: 11px;
}
.header .navbar-nav:before,.header .navbar-nav:after{
    display:none;
}
.header .navbar-default .navbar-nav > li > a {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
.navbar-default .navbar-brand {
    display: flex;
    color: #fff;
    align-items: center;
}
.navbar-white .navbar-nav > li > a:hover,
  .navbar-white .navbar-nav > li > a:focus {
    color: #3D7FFF;
  }
.header .navbar-default .navbar-nav > li.active > a,
  .header .navbar-default .navbar-nav > li.active > a:hover,
  .header .navbar-default .navbar-nav > li.active > a:focus {
    background-color: inherit;
    color: #3D7FFF;
  }
  .navbar-white .navbar-nav > .active{
       border-bottom: 4px solid #3D7FFF;
  }
.navbar-default .navbar-brand {
    height: 60px;
  }
  .navbar-default .navbar-nav > li > a {
    line-height: 27px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .navbar-white .navbar-nav > li > a {
    line-height: 27px;
    font-size: 20px;
    color: #fff;
    padding: 0;
  }
  .navbar-default .navbar-brand {
    padding: 0;
}
ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }
.navbar-nav > li > .dropdown-menu{
    background: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
ul.nav .dropdown-menu .round{
    border: 1px solid #162a8a;
    border-radius: 5px;
    overflow: hidden;
    z-index: 10;
    padding: 5px 0;
}
.dropdown-menu .round{
    background: #162a8a;
}
.dropdown-menu .Triangle_con {
    height: 11px;
    background: url(../img/arrow.png) center 0 no-repeat;
    display: block;
    position: relative;
    z-index: 20;
}
.dropdown-menu li a{
    color: #ffffff;
    padding: 6px 8px;
    line-height: 28px;
    height: 40px;
    display: block;
    font-size: 15px;
}
.dropdown-menu li a:hover {
	color: #fff;
	text-decoration: none;
	background: #0142e4;
}
.navbar-form .form-search{
    text-align: right;
    position: relative;
    display: flex;
    align-items: center;
}
.form-search .search-btn{
    position: absolute;
    background: transparent;
    display: inline-block;
    line-height: 35px;
    text-align: center;
    color: #fff;
    border: none;
    right: 15px;
}
.navbar .form-search input[type=search] {
    position: relative;
    width: 100%;
    border: 1px solid #ddd;
  }
  .navbar .form-search input[type=search]:focus {
    width: 100%;
  }
.header .form-search input[type=search] {
  -webkit-appearance: textfield;
  font-family: inherit;
  font-size: 100%;
}
.header .form-search input::-webkit-search-decoration,
.header .form-search input::-webkit-search-cancel-button {
  display: none;
}
.header .form-search input[type=search] {
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
    background-color: rgba(255, 255, 255, .2);
    border: none;
    border-radius: 17px;
    width: 150px;
}
.form-control:focus{
    border-color: #3D7FFF;
}
.header .form-search input[type=search]:focus::-moz-placeholder {
  color: #999;
}
.header .form-search input[type=search]:focus::-webkit-input-placeholder {
  color: #999;
}
ul,li{
    list-style: none;
}
.container {
    width: 1200px;
}
td{
    text-align: center;
    vertical-align: middle;
}
.bottom-nav{
    position: relative;
    z-index: 99;
    padding-left: 0;
    padding-right: 0;
}
.ui_mid3 {
    display: flex;
    justify-content: center;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
}
.bottom-nav .ui_mid3 {
    height: 110px;
    font-size: 12px;
    color: #fff;
}
.bottom-nav .ui_mid3 img{
    height: 66px;
    width: 66px;
}
.bottom-nav .ui_mid3>div {
    display: inline-block;
    vertical-align: middle;
}
.bottom-nav .ui_icon {
    max-height: 66px;
        height: 66px;
    margin-right: 15px;
    position: relative;
}

.ny_topbg {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.ny_topbg img {
    width: 100%;
    height: 100%;
}
.ny_topbg .ui_bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}
.ny_topbg .inner_banner {
    height: 400px;
    background-position: center;
    width: 100%;
}
#content-container{
    margin-top: -30px;
    position: relative;
    z-index: 1;
}
.location {
    width: 100%;
    height: 65px;
    line-height: 65px;
    background: #fff;
    padding-left: 50px;
    position: relative;
    border-radius: 8px;
    margin-bottom: 20px;
}
.breadcrumb{
    padding: 0;
    background-color: #fff;
}
.location i {
    display: block;
    width: 40px;
    height: 30px;
    background: url('https://ykimg.wentianlvyou.com/20250320FrKDsSiPWSxcrBkTUiuB_B5AeYyB.png') no-repeat;
    background-size: contain;
    left: 7px;
    top: 18px;
    position: absolute;
}
.channel-list .row .col-xs-12 h3 {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    position: relative;
}
.channel-list .row .col-xs-12 h3 > a {
    font-size: 16px;
    position: relative;
    padding-left: 6px;
}
.channel-list .row .col-xs-12 h3 > a:before {
    position: absolute;
    top: 2px;
    left: 0px;
    content: ' ';
    width: 2px;
    height: 15px;
    background: #3d7fff;
    display: inline-block;
}
.channel-list .row .col-xs-12 h3 em {
    position: absolute;
    right: 5px;
    top: 2px;
    font-style: normal;
    font-weight: 400;
}
.channel-list .row .col-xs-12 h3 em a {
    font-size: 12px;
}
.channel-list .row .media {
    margin-bottom: 10px;
}
.channel-list .row .media .media-left a {
    width: 120px;
    display: block;
}
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}
.embed-responsive-4by3 {
    padding-bottom: 75%;
}
.channel-list .row .media .media-left a .embed-responsive-4by3 {
    border-radius: 5px;
}
.channel-list .row .media .media-body {
    font-size: 12px;
}
.channel-list .row .media .media-body p {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    font-size: 14px;
    padding-right: 15px;
}
.channel-list .row ul.inner-list li {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    padding-right: 40px;
    height: 30px;
    line-height: 30px;
}
.channel-list .row ul.inner-list li span {
    position: absolute;
    right: 0;
    color: #616161;
}
.channel-list .row ul.inner-list li a {
    color: #616161;
}
.channel_bar{
    display: flex;
    align-items: center;
    padding: 30px;
    background: #fff;
    border-radius: 8px;
    margin-bottom: 20px;
}
.channel_bar .conts_bar{
    margin: 0 10px;
    position: relative;
}
.channel_bar .conts_bar a{
    font-size: 20px;
    z-index: 2;
    position: relative;
}
.channel_bar .conts_bar.active{
    font-weight: bold;
}

.channel_bar .conts_bar.active::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 8px;
    border-radius: 4px;
    z-index: 1;
    background: linear-gradient(to bottom, #699bfb, #3d7fff);
}
.channel-list .row ul.inner-list li a:hover{
    color: #092def;
}
.article-list {
    padding: 0;
    background: #fff;
}
.article-list .article-item {
    padding: 20px 0;
    border-bottom: 1px solid #efefef;
}
.article-list .media {
    color: #919191;
}
.media:first-child {
    margin-top: 0;
}
.article-list .media .media-left {
    overflow: hidden;
    padding: 0;
}
.article-list .media .media-left a {
    display: block;
    width: 160px;
}
.embed-responsive img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    border: 0;
}
.article-list .embed-responsive-4by3, .article-list .embed-responsive-square {
    border-radius: 5px;
}
.article-list .media-body {
    position: relative;
}
.article-list .media .media-body {
    padding-left: 20px;
    line-height: 25px;
}
.article-list .article-title {
    margin: 0;
    font-size: 1.3em;
    line-height: 1.45;
    color: #000;
    font-weight: bold;
    margin-bottom: 15px;
}
.article-list .article-title a {
    color: #333;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.article-list .article-title a:hover{
    color: #3d7fff;
}
.article-list .article-intro {
    height: 44px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}
.article-list .article-intro a{
    color: #999999;
    line-height: 1.5;
}
.article-list .media-body .article-tag {
    display: block;
    clear: both;
    position: absolute;
    bottom: 0;
    color: #aaa;
    right: 0;
    font-size: 16px;
}
.tag {
    display: inline-block;
    padding: 0 8px;
    height: 24px;
    line-height: 24px;
    font-weight: 400;
    font-size: 13px;
    text-align: center;
    color: #007bff;
    background: #e5f2ff;
    margin-right: 3px;
    border-radius: 2px;
}
.article-metas {
  overflow: hidden;
}
.article-metas .metas-title {
  margin: 0;
  font-size: 1.8em;
  line-height: 1.45;
  margin-bottom: 5px;
  font-weight: bold;
  color: #000;
  text-align: center;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
}
.article-metas .metas-title a {
  color: #444;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.article-metas .metas-title a:hover {
  color: #007bff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.article-metas .metas-body {
    margin: 0px auto;
    padding: 10px 0 19px;
    color: #666666;
    background: url(../img/PublicText_ico_1.png) repeat-x left bottom;
    font-size: 14px;
}
.article-metas .metas-body span {
  margin-right: 10px;
}
.article-metas .metas-body span i {
  margin-right: 5px;
}
.article-metas .metas-body p {
  margin-bottom: 0;
  margin-top: 0px;
  font-size: 12px;
}
.article-text {
  line-height: 30px;
  margin-bottom: 15px;
}
.article-text img {
  margin: 10px auto;
  display: block;
  max-width: 100%;
  height: auto;
  cursor: zoom-in;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
}
.article-text ul li {
  line-height: 30px;
}
.article-text a {
  text-decoration: none;
  color: #007bff;
  border-bottom: 1px solid #b3d7ff;
}
.article-text a img {
  cursor: pointer;
}
.article-action-btn {
  color: #999;
}
.article-action-btn a {
  color: #999;
}
.footer {
    width: 100%;
    float: left;
    margin: 0;
    padding-top: 40px;
    /*background-image: url('https://ykimg.wentianlvyou.com/20250223FrDLsIH6tWVFrc2-HU-gO_R0xiS0.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;*/
    background: #333;
    padding-bottom: 30px;
    color: hsla(0, 0%, 100%, .6);
}
.footer a{
    color: hsla(0, 0%, 100%, .6);
}
.footer .menus{
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0;
    padding: 0 20px;
    overflow: hidden;
}
.footer .menus li{
    float: left;
    padding: 0 10px;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    white-space: nowrap;
    line-height: 20px;
}
.footer .menus li a{
    color: #fff;
}
.footer .smenu{
    text-decoration: none;
    padding: 0;
}
.footer .smenu li{
    margin: 5px 0;
    padding: 0;
    text-align: center;
    float: none;
    color: hsla(0, 0%, 100%, .6);
    font-size: 14px;
}
.footer .smenu li a{
    color: hsla(0, 0%, 100%, .6);
}
.footer .link li{
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.footer a:hover{
    text-decoration:underline;
}
.erweimalist li{
    float: left;
    margin-right: 10px;
    text-align: center;
}
.erweimalist li img{
    width: 80px;
}
.kefuphone p{
    margin: 0;
    font-size: 14px;
}
.navbar-default .navbar-toggle{
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding: 5px;
}
.wapnav {position: absolute;left: 0;top: 55px;background: rgba(000,000,000,0.7);width: 100%;z-index: 9;display:none;}
.wapnav.active{
    display:block;
}
.wapnav ul{
    margin: 0;
    padding: 0;
}
.wapnav li {float: left;padding: 10px;}
.wapnav li a {color: #ffffff;}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent;
}
.waplanguage{
    position: absolute;right: 25px;top: 55px;background: rgba(000,000,000,0.7);z-index: 9;display:none;
}
.waplanguage ul {padding: 0 10px;}
.waplanguage li {padding: 6px 0;}
.waplanguage.active{
    display:block;
}
.waplanguage li a {color: #ffffff;}
.swiper-container{
    height: 500px;
}
.swiper-wrapper .ui_bg{
    background-size: cover;
    background-position: center;
}
.dots_wrp {
    position: absolute;
    z-index: 5;
    bottom: 34px;
    left: 0;
    width: 100%;
    text-align: center;
}
.com-dots1 {
    width: auto !important;
    min-width: 48px;
    display: inline-block;
    padding: 5px;
    border: 2px solid #fff;
    border-radius: 20px;
}
.com-dots1 span {
    vertical-align: middle;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #fff;
    opacity: 1;
    background-color: transparent;
    margin: 0 5px;
    cursor: pointer;
}
.com-dots1 span.active {
    background-color: #fff;
}
.layui-layer-setwin a.layui-layer-close{
    background-image: url('../img/close_icon.png');
    background-size: 16px;
}
.aaaaaright{
    width: 100%;
    margin-bottom: 15px;
}
.aaaaaright img{
    width: 100%;
}
#aikefwz{
    position: fixed;
    bottom: 220px;
    right: 20px;
}
/*AI客服*/
.airight-btn{
    position: fixed;
    z-index: 1000;
    background-color: #fff;
    border-radius: 100%;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    height: 48px;
    padding: 4px;
    right: 22px;
    bottom: 160px;
    transition: all .3s ease;
    width: 48px;
    animation: bg-move_integration_dOHel 2s linear infinite, bg-shadow-move_integration_MV4EH 2s linear infinite;
    border: 0.5px solid rgba(36, 104, 242, .5);
}
.airight-btn .image_integration_dyRIe {
    animation: breathe-image_integration__VCxg 2s linear infinite;
    left: 3px;
    top: 3px;
    
}
.image_integration_dyRIe img {
    height: 100%;
    width: 100%;
}
.aikefubox{
    display:none;
    z-index: 1000; 
    position: fixed; 
    overflow: hidden;
    bottom: 30px;
    right: 20px;
    width: 600px;
    height: 640px;
    background: #f3f4fb;
    box-shadow: 0 4px 10px 0 rgba(0,0,0,.3);
    box-sizing: border-box;
    border-radius: 5px;
}
.aikefubox .tops{
    display: flex;
    justify-content: space-between;
    padding: 10px;
}
.panel-debug-demo-hd{
    display: none;
}
@keyframes breathe-image_integration__VCxg{0%{transform:scale(1)}25%{transform:scale(.93)}50%{transform:scale(.87)}75%{transform:scale(.93)}to{transform:scale(1)}}@keyframes bg-move_integration_dOHel{0%{transform:scale(1)}25%{transform:scale(1.05)}50%{transform:scale(1.1)}75%{transform:scale(1.05)}to{transform:scale(1)}}@keyframes bg-shadow-move_integration_MV4EH{0%{box-shadow:0 0 0 0 rgba(36,104,242,.2)}to{box-shadow:0 0 0 12px rgba(36,104,242,0)}}
@media screen and (min-width:1520px) {
    #content-container {
        width: 1520px;
    }

}

@media screen and (min-width:970px) and (max-width:1200px) {
    #content-container ,.header .container2{
        width: 970px;
    }

}
@media (max-width: 780px){
    body{
        margin-top: -55px;
    }
    .header{
        height: 55px;
    }
    .header .container1{
        justify-content: space-between;
    }
    .site-logo{
        height: 35px;
        top: 35px;
    }
    .ny_topbg .inner_banner{
        height: 200px;
    }
    .container {
        width: 100%;
    }
    .header-response{
        position: static;
        font-size: 14px;
    }
    .navbar-form{
        padding: 0 10px;
        display:none;
    }
    .header .tianqiyubao{
        display:none;
    }
    .header .container2{
        position: absolute;
        top: -3px;
        text-align: right;
    }
    .container2 .navbar-header{
        display: flex;
        justify-content: right;
        align-items: center;
    }
    .wap-language{
        font-size: 18px;
        margin-right: 10px;
        color: #000;
    }
    .navbar-default .navbar-toggle {
        border-color: #9acafd;
        color: #000;
    }
    .swiper-container{
        height: 200px;
    }
    .bottom-nav .ui_mid3{
        -webkit-box-pack: start;
        -moz-box-pack: start;
        box-pack: start;
        height: auto;
        padding-top:5px;
        padding-bottom: 5px;
        padding-left: 20px;
    }
    .kefuphone{
        padding-top: 20px;
    }
    .kefuphone p{
        text-align: center;
    }
    .erweimalist li,.footer .link li,.list-inline > li,.footer .pull-left{
        font-size: 14px;
    }
    .erweimalist li img{
        width: 45px;
    }
    .erweimalist li p{
        font-size: 12px;
    }
    .footer .pull-left{
        text-align: center;
    }
    .article-metas .metas-title{
        font-size: 16px;
    }
    .channel_bar{
        padding: 10px;
    }
    .channel_bar .conts_bar {
        margin: 0 5px;
    }
    .channel_bar .conts_bar a{
        font-size: 16px;
    }
    .article-list .article-title{
        font-size: 15px;
        margin-bottom: 5px;
    }
    .article-list .media .media-body{
        padding-left: 5px;
    }
    .article-list .media-body .article-tag{
        font-size: 13px;
        display: none;
    }
    .article-list .article-intro a{
        font-size: 14px;
    }
}