@font-face {
    font-family: 'iconfont';  /* Project id 2599817 */
    src: url('//at.alicdn.com/t/font_2599817_z7sdl8gzrqh.woff2?t=1625482457621') format('woff2'),
    url('//at.alicdn.com/t/font_2599817_z7sdl8gzrqh.woff?t=1625482457621') format('woff'),
    url('//at.alicdn.com/t/font_2599817_z7sdl8gzrqh.ttf?t=1625482457621') format('truetype');
}
.iconfont{
    font-family: "iconfont", serif !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
  font-family: 'iconfont1';  /* Project id 5071755 */
  src: url('//at.alicdn.com/t/c/font_5071755_y04xymedxzn.woff2?t=1764314794034') format('woff2'),
       url('//at.alicdn.com/t/c/font_5071755_y04xymedxzn.woff?t=1764314794034') format('woff'),
       url('//at.alicdn.com/t/c/font_5071755_y04xymedxzn.ttf?t=1764314794034') format('truetype');
}
.iconfont1{
    font-family: "iconfont1", serif !important;
    font-size:16px;
    font-style:normal;
    /*-webkit-font-smoothing: antialiased;*/
    /*-webkit-text-stroke-width: 0.2px;*/
    /*-moz-osx-font-smoothing: grayscale;*/
}

body {
    font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Microsoft YaHei,Source Han Sans SC,Noto Sans CJK SC,WenQuanYi Micro Hei,sans-serif;
    --theme-color: #1b73ff;
    --theme-color-red: #9a0101;
    --theme-color-grey1: #ececec;
    --theme-color-thin1: #ddd;
    --theme-color-thin: #d2e2ff;
    --theme-color-powder: #025ff4;
    background:#f5f5f5 url(../img/top_bg.jpg) repeat-x top center;
}
.lz-bg {
    background: url(../img/load.jpg) no-repeat center center;
    /*background-size: contain!important;*/
}
a {
    color: var(--theme-color);
}
.is-text-center {
    text-align: center;
}
/*margin*/
.container-margin {
    margin-top: 15px;
}
.margin-normal {
    margin-top:30px;
}
.margin-small {
    margin-top:20px;
}
.container-box{
    margin-top: 15px;
    padding: 15px;
    background-color:#fff;
    width: 1170px !important;
}
.title {
    font-size: 14px;
    font-weight: bolder;
    color: #333;
    text-align: left;
    line-height: 24px;
}
.description {
    font-size: 14px;
    font-weight: lighter;
    color: #666;
    line-height: 26px;
    text-align: left;
}
/*block*/
.is-inline-block {
    display: inline-block;
}
.is-block {
    display: block;
}
/*color*/
.c-b-222 {
    color: #222222;
}
.c-b-333 {
    color: #333333;
}
.c-white {
    color: #fff;
}
.color-777 {
    color: #777;
}
.theme-color {
    color: var(--theme-color);
}
.size-20 {
    font-size: 20px;
}
.size-18 {
    font-size: 18px;
}
.size-16 {
    font-size: 16px;
}
.size-14 {
    font-size: 14px;
}
/*common*/
.container {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.universe{
    width: 100%;
}
.universe-grey {
    width: 100%;
    padding-top: 6px;
    background-color: #e3e2e278;
}
.universe-dark {
    width: 100%;
    padding-top: 6px;
    background-color: #e3e2e278;
}
.universe-black {
    width: 100%;
    background-color: #1a1f27;
    margin-top: 20px;
}
.universe-black .container{
    display: flex;
    justify-content: space-between;
    padding-top: 42px;
    color: #fff;
}
.universe-black .lxwm{
    display: flex;
    flex-direction: column; 
    width: 460px;   
}
.universe-black .tit{
    font-size: 22px;
    text-transform: uppercase; 
}
.universe-black .line{
    height: 3px;
    width: 60px;
    background-color: #fff;
    margin: 24px 0;
}
.universe-black .lxwm ul{
    font-size: 14px;
    line-height: 30px;
}
.universe-black .ksdh{
    display: flex;
    flex-direction: column; 
    width: 460px;
}
.universe-black .ksdh ul{
    font-size: 14px;
    line-height: 30px;
    display: flex;
    flex-wrap: wrap;
}
.universe-black .ksdh ul li{
    width: 150px;
}
.universe-black .ksdh ul li a{
    color: #fff
}
.universe-black .wechat ul{
    display: flex;
    flex-direction: column; 
}
.universe-black .wechat li{
    margin-bottom: 27px;
    height: 92px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.universe-black .wechat li span{
    font-size: 42px;
}
.universe-black .wechat li img{
    margin-left: 20px;
    height: 92px;
    width: 92px;
}
.universe-copyright {
    width: 100%;
    background-color: #1a1f27;
    padding-top: 35px;
}

/*message-scroll*/
/*nav-bar-start*/
.navbar {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.logo-img {
    display: block;
    width: 320px;
}
.navbar .list {
    width: 100%;
    display: flex;
}
.navbar .top {
    display: flex;
    height: 70px;
}
.navbar .middle {
    display: flex;
    align-items: center;
}
.navbar .middle form {
    display: flex;
}
.navbar .middle .input {
    display: flex;
    height: 40px;
    margin-left: auto;
}
.navbar .middle .keyword {
    border: none;
    display: block;
    box-sizing: border-box;
    outline:none;
    border-radius: unset;
    background-color: #fff;
    padding: 0 17px;
    width: 280px;
}
.navbar .middle .icon {
    height: 40px;
    width: 82px;
    text-align: center;
    line-height: 40px;
    background-color: var(--theme-color);
    color: #fff;
    display: block;
    border: none;
}
.navbar .bottom {
    margin-top: 50px;
}
.navbar .list>li {
    flex-grow: 1;
    height: 80px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #333;
    background-color: var(--theme-color);
    transition: all 0.5s ease-out;
    z-index: 10;
    position: relative;
}
.navbar .list>li>a{
    height: 80px;
    display: flex !important;
    flex-direction: column;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
}
.navbar .list>li>a span{
    font-size: 26px;
    padding-top: 15px;
}
.navbar .list>li a{
    color: #fff;
    display: inline-block;
    width: 100%;
}
.navbar .list>li.active {
    background-color: var(--theme-color-powder);
}
.navbar .list>li:hover {
    background-color: var(--theme-color-powder);
}
.navbar .list>li.active a{
    color: #fff;
}
.navbar .list>li:hover a{
    color: #fff;
}
.navbar .son {
    display: none;
}
.navbar .list>li:hover .son {
    display: block;
}
.navbar .list .son {
    width: 100%;
    color: #fff;
    background-color: var(--theme-color-powder);
    position: absolute;
}
/*nav-bar-end*/
/*swiper-start*/
.swiper {
    width: 100%;
    height: 310px;
}
.swiper-container {
    width: 1200px;
    height: 310px;
    border-radius: 0px;
    overflow: hidden;
}
#swiper-pin .swiper-slide {
    /*background-color: #f2f1f1;*/
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
}
.swiper-slide img {
    width: auto;
    height: auto;
    /*max-width: 100%;*/
    /*max-height: 100%;*/
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
}
.big-news-img {
    display: block;
    width: 560px;
    height: 362px;
    overflow: hidden;
}
.big-news-img img {
    width: 110% !important;
}
/*swiper-end*/
/*news*/
/*index news*/
/*index news*/

.news {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.news-left {
    width: 560px;
    height: 362px;
}
.news-right {
    width: 593px;
    height: 360px;
    border: #efefef solid 1px;
}
.news-left-top {
    width: 100%;
}
.swiper-news {
    width: 100%;
    height: 362px;
    position: relative;
    overflow: hidden;
}

.swiper-news .swiper-slide {
    background: #fff;
    width: 100%;

}

.swiper-news .swiper-slide img {
    width: 100%;
    height: auto;
    border-radius: 0px;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    /*position: absolute;*/
    /*left: 25%;*/
    /*top: 50%;*/
}
.swiper-news .swiper-slide .content {
    position: absolute;
    width: 100%;
    height: 40px;
    background: #1b73ff9c;
    left: 0%;
    bottom: 0%;
    color: #fff;
    display: flex;
    align-items: center;

}
.swiper-news .swiper-slide .content .title {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
}
.swiper-news .swiper-slide .content .description {
    margin-top: 4px;
    color: #fff;
}
.news  .swiper-pagination{
    --swiper-theme-color: #ff6600;
    --swiper-pagination-color: #00ff33;/* 两种都可以 */
    position: absolute;
    right: 6px!important;
    left: unset!important;
    width: 67px!important;
    bottom: 11px!important;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
}
.news  .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    text-align: center;
    line-height: 20px;
    margin-bottom: 4px!important;
    border-radius: 4px;
    font-size: 12px;
    color: #fff;
    opacity: 1;
    background: rgba(255, 255, 255, 0.4);
}

.news  .swiper-pagination-bullet-active {
    color: #fff;
    background: #fff;
}
.news .swiper-slide .content .inner {
    /*margin-top: 8px;*/
    margin-left: 15px;
    width: 80%;
}
.news .title:hover {
    color: var(--theme-color);
}
.news .swiper-slide .content .pagination {
    flex-basis: 20px;
}
.news .news-menu {

}
.news-left .news-menu,.news-right .news-menu {
    width: 100%;
    background-color: #fafafa;
    height: 40px;
}
.news-menu>div {
    float: left;
    font-size: 16px;
    padding-left: 13px;
    padding-right: 13px;
    height: 40px;
    position: relative;
    cursor: pointer;
    line-height: 40px;
}
.news-menu .active  {
    font-weight: bold;
    background: var(--theme-color);
    color: #fff;
}
.news-menu .active .line {
    width:0;
    height:0;
    border-right:5px solid transparent;
    border-left:5px solid transparent;
    border-top:5px solid var(--theme-color);
    position: absolute;
    left: 13px;
    bottom: -5px;
}
.news-menu .tab-item:hover  {
    font-weight: bold;
    background: var(--theme-color);
    color: #fff;
}
.news-menu .tab-item:hover .line {
    width:0;
    height:0;
    border-right:5px solid transparent;
    border-left:5px solid transparent;
    border-top:5px solid var(--theme-color);
    position: absolute;
    left: 13px;
    bottom: -5px;
}
.news-left-bottom {
    margin-top: 4px;
}
.news-left-bottom .item {
    overflow: hidden;
    margin-bottom: 14px;
}
.news-left-bottom  .category-block {
    float: left;
    color: var(--theme-color);
    font-size: 14px;
    border: 1px solid var(--theme-color);
    width: 80px;
    text-align: center;

    margin-right: 10px;
    box-sizing: border-box;
    height: 20px;
    line-height: 18px;
}
.news-left-bottom .title {
    float: left;
    font-size: 14px;
    font-weight: normal;
    height: 20px;
    line-height: 20px;
}
.news-left-bottom .time {
    float: right;
    font-size: 14px;
    color: #666;
    height: 20px;
    line-height: 20px;
}

.news-right-all {
    margin-top: 14px;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
}
.news-right-all .more {
    position: absolute;
    right: 0;
    font-size: 14px;
    top: -40px;
    color: var(--theme-color);
}
.news-right-all .more .icon {
    display: none;
}
.news-right-all .item {
    overflow: hidden;
    margin-bottom: 14px;
}
.news-right-all  .category-block {
    float: left;
    color: var(--theme-color-red);
    font-size: 14px;
    border: 1px solid var(--theme-color-red);
    width: 80px;
    text-align: center;

    margin-right: 10px;
    box-sizing: border-box;
    height: 20px;
    line-height: 18px;
}
.news-right-all .title {
    float: left;
    font-size: 14px;
    font-weight: normal;
    height: 20px;
    line-height: 20px;
}
.news-right-all .title span{
    color: var(--theme-color);
}
.news-right-all .time {
    float: right;
    font-size: 14px;
    color: #666;
    height: 20px;
    line-height: 20px;
}
.shadow {
    box-shadow: 0px 2px 15px 0px rgb(0 0 0 / 10%);
}
.new_box{
    padding: 15px;
    background-color: #fff;
}
.new_box .news-left{
    width: 560px;
    height: 294px;
    border: #efefef solid 1px;
}
/*news end*/
/*css3 load*/
@-moz-keyframes flower-loader {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
        -moz-box-shadow: white 0 0 15px 0, #fd8 -12px -12px 0 4px, #fd8 12px -12px 0 4px, #fd8 12px 12px 0 4px, #fd8 -12px 12px 0 4px;
        box-shadow: white 0 0 15px 0, #fd8 -12px -12px 0 4px, #fd8 12px -12px 0 4px, #fd8 12px 12px 0 4px, #fd8 -12px 12px 0 4px;
    }
    50% {
        -moz-transform: rotate(1080deg);
        transform: rotate(1080deg);
        -moz-box-shadow: white 0 0 15px 0, #fd8 12px 12px 0 4px, #fd8 -12px 12px 0 4px, #fd8 -12px -12px 0 4px, #fd8 12px -12px 0 4px;
        box-shadow: white 0 0 15px 0, #fd8 12px 12px 0 4px, #fd8 -12px 12px 0 4px, #fd8 -12px -12px 0 4px, #fd8 12px -12px 0 4px;
    }
}
@-webkit-keyframes flower-loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-box-shadow: white 0 0 15px 0, #fd8 -12px -12px 0 4px, #fd8 12px -12px 0 4px, #fd8 12px 12px 0 4px, #fd8 -12px 12px 0 4px;
        box-shadow: white 0 0 15px 0, #fd8 -12px -12px 0 4px, #fd8 12px -12px 0 4px, #fd8 12px 12px 0 4px, #fd8 -12px 12px 0 4px;
    }
    50% {
        -webkit-transform: rotate(1080deg);
        transform: rotate(1080deg);
        -webkit-box-shadow: white 0 0 15px 0, #fd8 12px 12px 0 4px, #fd8 -12px 12px 0 4px, #fd8 -12px -12px 0 4px, #fd8 12px -12px 0 4px;
        box-shadow: white 0 0 15px 0, #fd8 12px 12px 0 4px, #fd8 -12px 12px 0 4px, #fd8 -12px -12px 0 4px, #fd8 12px -12px 0 4px;
    }
}
@keyframes flower-loader {
    0% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -moz-box-shadow: white 0 0 15px 0, #fd8 -12px -12px 0 4px, #fd8 12px -12px 0 4px, #fd8 12px 12px 0 4px, #fd8 -12px 12px 0 4px;
        -webkit-box-shadow: white 0 0 15px 0, #fd8 -12px -12px 0 4px, #fd8 12px -12px 0 4px, #fd8 12px 12px 0 4px, #fd8 -12px 12px 0 4px;
        box-shadow: white 0 0 15px 0, #fd8 -12px -12px 0 4px, #fd8 12px -12px 0 4px, #fd8 12px 12px 0 4px, #fd8 -12px 12px 0 4px;
    }
    50% {
        -moz-transform: rotate(1080deg);
        -ms-transform: rotate(1080deg);
        -webkit-transform: rotate(1080deg);
        transform: rotate(1080deg);
        -moz-box-shadow: white 0 0 15px 0, #fd8 12px 12px 0 4px, #fd8 -12px 12px 0 4px, #fd8 -12px -12px 0 4px, #fd8 12px -12px 0 4px;
        -webkit-box-shadow: white 0 0 15px 0, #fd8 12px 12px 0 4px, #fd8 -12px 12px 0 4px, #fd8 -12px -12px 0 4px, #fd8 12px -12px 0 4px;
        box-shadow: white 0 0 15px 0, #fd8 12px 12px 0 4px, #fd8 -12px 12px 0 4px, #fd8 -12px -12px 0 4px, #fd8 12px -12px 0 4px;
    }
}
/* :not(:required) hides this rule from IE9 and below */
.flower-loader:not(:required) {
    overflow: hidden;
    position: relative;
    text-indent: -9999px;
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #e96;
    border-radius: 100%;
    -moz-box-shadow: white 0 0 15px 0, #fd8 -12px -12px 0 4px, #fd8 12px -12px 0 4px, #fd8 12px 12px 0 4px, #fd8 -12px 12px 0 4px;
    -webkit-box-shadow: white 0 0 15px 0, #fd8 -12px -12px 0 4px, #fd8 12px -12px 0 4px, #fd8 12px 12px 0 4px, #fd8 -12px 12px 0 4px;
    box-shadow: white 0 0 15px 0, #fd8 -12px -12px 0 4px, #fd8 12px -12px 0 4px, #fd8 12px 12px 0 4px, #fd8 -12px 12px 0 4px;
    -moz-animation: flower-loader 5s infinite ease-in-out;
    -webkit-animation: flower-loader 5s infinite ease-in-out;
    animation: flower-loader 5s infinite ease-in-out;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.no-content-text {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #999;
    font-size: 18px;


}
/*new*/
.content {
    width: 900px;
    margin: 0 auto;
}
.content-long-width {
    width: 100%;
}
.content-long-width .post {
    display: flex;
    justify-content: center;
    transform: scale(1);
    padding-bottom: 50px;
}
.content-long-width.mianzi .post {
    transform: scale(1);
}
.bread {
    width: 100%;
    height: 40px;
    color: #666;
    font-size: 16px;
    margin-top: 60px;
}
 .bread a {
    color: var(--theme-color);
    font-size: 14px;
}
 /*news -list*/
.list-box {
    width: 100%;
    display: flex;
    /*margin-top: 50px;*/
    padding: 40px 40px 50px;
    box-sizing: border-box;
}

.list-box .l {
    width: 18%;
}

.list-box .r {
    width: 82%;
    margin-top: 40px;
}
.list-box .head {
    font-size: 16px;
    color: var(--theme-color);
    font-weight: bolder;
    height: 30px;
    padding-left: 20px;
    margin-bottom: 10px;
}
.list-box .menu {
    width: 150px;
    display: flex;
    flex-direction: column;
}
.list-box .menu .item {
    color: #666;
    font-size: 16px;
    height: 50px;
    width: 100%;
    line-height: 50px;
    text-align: center;
    border-bottom: 1px solid var(--theme-color-grey1);
    position: relative;

}
.list-box .menu .item:nth-child(0) {

}
.list-box .menu .item:after {
    position: absolute;
    content: "";
    width: 2px;
    height: 50px;
    right: -6px;
    top: 0px;
    background-color: var(--theme-color-grey1);

}
.list-box .menu .active,.list-box .menu .item:hover {
    color: var(--theme-color);
    background-color: var(--theme-color-thin);
    font-weight: bolder;
}
.list-box .menu .active:after,.list-box .menu .item:hover:after {
    background-color: var(--theme-color);
}
.list-box .r .list {
    display: flex;
    flex-direction: column;
}
.list-box .r .list .item {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}
.list-box .r .list .item a {
    color: #666;
    font-size: 14px;
    display: inline-block;
}
.list-box .r .list .item span {
    display: inline-block;
    font-size: 14px;
    color: #999;
}
.list-box .r .list .item a:hover {
    color: var(--theme-color);
}
.pagination {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    margin-top: 30px;
}
.pagination a {
    display: inline-block;
    margin-left: 8px;
    margin-right: 8px;
    color: #999;
}
.pagination .btn {
    width: 50px;
    height: 30px;
    line-height: 30px;
    background-color: var(--theme-color);
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    color: #fff;
}
.pagination .ll:hover {
    color: var(--theme-color);
}
/*list-menu*/
.list-box .menu-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.list-box .menu-list .item {
    box-sizing: border-box;
    padding: 0 10px;
    width: 420px;
    height: 60px;
    background-color: var(--theme-color-thin1);
    font-size: 14px;
    margin-bottom: 20px;
}
.list-box .menu-list .item:last-child{
    margin-right: auto;
}
.list-box .menu-list .item:nth-child(even){
    margin-right: unset!important;
}
.list-box .menu-list .item a {
    color: #333;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.list-box .menu-list .item.active,.list-box .menu-list .item:hover {
    border: 1px solid var(--theme-color);
}
/*.list-box .content table {*/
/*    width: 110%!important;*/
/*}*/
/*news-content*/
.detail {

    padding-left: 100px;
    padding-right: 100px;
    padding-top: 100px;
}
.detail .title {
    font-size: 18px;
    color: #333;
    line-height: 50px;
}
.detail .from {
    margin-top: 30px;
    margin-bottom: 50px;
    font-size: 12px;
    color: #666;
    text-align: center;
}
.detail .from span {
    display: inline-block;
    margin-right: 10px;
}
.detail .post p,.detail .post span{
    font-size: 16px!important;
    /*color: #666!important;*/
    font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Microsoft YaHei,Source Han Sans SC,Noto Sans CJK SC,WenQuanYi Micro Hei,sans-serif!important;
    line-height: 32px!important;
    text-align: justify;
}
.detail .post p {
    margin-bottom: 20px!important;
}
.detail .post img {
    width: 660px!important;
    height: auto!important;
    display: block;
    margin:  0 auto!important;
}

.detail .title  {
    background: #fafafa;
    text-align:center;
}
.detail .title text {
    display: inline-block;
    /*text-align: left;*/
}
.post .search li {
    padding-bottom: 6px;
}

/*new-content-end*/
/*copyright-start*/
.copyright {
    height: 50px;
    color: #fff;
    font-size: 12px;
    line-height: 50px;
    text-align: center;
}
.copyright span {
    margin-left: 14px;
    margin-right: 14px;
}
.copyright .i1 {
    margin-left: 0;
}
.copyright a{
    color: #fff;
}
/*copyright-end*/
/*bottom-start*/
.leg {

    height: 300px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;

}

.leg .top {
    width: 70%;
    margin: 20px auto 10px;
    height: 30px;
    display: flex;
    justify-content: space-around;
}

.leg > .bottom {
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-top: 30px;
    margin-bottom: 30px;
}

.leg .top .item {
    width: 70px;
    color: #fff;
    font-size: 14px;
}

.leg .left {
    width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.leg .right {
    width: 50%;
    display: flex;
    flex-direction: column;
}

.leg .contact-icon {
    display: flex;
    flex-direction: column;
}

.leg .contact-icon .icon {
    color: #fff;
    font-size: 40px;
    margin-top: 46px;
    margin-right: 20px;
}

.leg .contact-info {
    display: flex;
    flex-direction: column;
    color: #fff;
    font-size: 16px;
    width: 260px;
    /*margin-top: 10px;*/
    margin-right: 30px;
}

.leg .contact-info .item {
    margin-bottom: 10px;
    /*display: flex;*/
}
.leg .top .item a{
    color: #fff;
}

.leg .contact-info .item .icon {
    display: inline-block;
    vertical-align: -2px;
    margin-right: 4px;
}

.leg .wechat {
    /*width: 240px;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.leg .wechat img {
    width: 80px;
    margin-right: 10px;
}

.leg .wechat .content {
    width: 160px;
    color: #fff;
    font-size: 12px;
    justify-content: center;
}

.leg > .bottom .right {
    display: flex;
    justify-content: center;
    align-items: center;
}

.leg > .bottom .img {
    width: 350px;
}

.leg .bottom-line {
    width: 826px;
    border-top: 1px solid #666;
    margin: 0 auto 30px;
}
.leg .left .line {
    padding-left: 20px;
}
/*bottom-end*/
/*kefu-start*/
.contactusdiyou {
    position: fixed;
    right: 0px;
    bottom: 0px;
    _position: absolute;
    width: 230px;
    height: 100%;
    background: var(--theme-color);
    z-index: 900000;
    transition: all .5s ease;
}
.contactusdiyou:hover {
    z-index: 900001;
}
.contactusdiyou2:hover {
    z-index: 900001;
}
.contactusdiyou2 {
    position: fixed;
    right: 0px;
    bottom: 0px;
    _position: absolute;
    width: 230px;
    height: 100%;
    background:#760000;
    z-index: 900000;
    transition: all .5s ease;
}

.contactusdiyou .hoverbtn {
    width: 30px;
    height: 129px;
    padding-top: 20px;
    cursor: pointer;
    position: absolute;
    top: 40%;
    margin-top: -66px;
    left: -30px;
    font-size: 14px;
    color: #fff;
    background: var(--theme-color);
    -webkit-border-radius: 3px 0px 0px 3px;
    -moz-border-radius: 3px 0px 0px 3px;
    -o-border-radius: 3px 0px 0px 3px;
    border-radius: 3px 0px 0px 3px;
    -moz-box-shadow: -4px 4px 4px -4px #000;
    -webkit-box-shadow: -4px 4px 4px -4px #000;
    box-shadow: -4px 4px 4px -4px #000;
}
.contactusdiyou2  .hoverbtn{
    width: 30px;
    height: 129px;
    padding-top: 20px;
    cursor: pointer;
    position: absolute;
    top: 60%;
    margin-top: -66px;
    left: -30px;
    font-size: 14px;
    color: #fff;
    background: #760000;
    -webkit-border-radius: 3px 0px 0px 3px;
    -moz-border-radius: 3px 0px 0px 3px;
    -o-border-radius: 3px 0px 0px 3px;
    border-radius: 3px 0px 0px 3px;
    -moz-box-shadow: -4px 4px 4px -4px #000;
    -webkit-box-shadow: -4px 4px 4px -4px #000;
    box-shadow: -4px 4px 4px -4px #000;
}
.contactusdiyou .hoverbtn span {
    width: 30px;
    height: 19px;
    line-height: 19px;
    text-align: center;
    overflow: hidden;
    float: left;
}

.contactusdiyou .hoverbtn .hoverimg {
    width: 13px;
    height: 9px;
    margin: 10px 0px 0px 10px;
    float: left;
    display: inline;
    background-repeat: no-repeat;

    transform: rotate(0deg);
    transition: transform 500ms ease-in;
}

.contactusdiyou:hover .hoverimg {
    transform: rotate(180deg);
}
.contactusdiyou .conter {
    width: 186px;
    height: 560px;
    margin-left: 22px;
    position: absolute;
    top: 10%;

}
.contactusdiyou2 .conter {
    width: 186px;
    height: 560px;
    margin-left: 22px;
    position: absolute;
    top: 30%;

}

.contactusdiyou .conter .con1 {
    border-bottom: 1px solid #6a6a6a;
    padding-bottom: 22px;
}

.contactusdiyou .conter .con1 dl dt {
    width: 31px;
    height: 31px;
    float: left;
    position: relative;
    top: 32px;
}

.contactusdiyou dl .f1 {
    width: 142px;
    height: 36px;
    line-height: 36px;
    float: right;
    font-size: 14px;
    _font-size: 14px;
    *font-size: 15px;
    color: #fff;
    vertical-align: top;
    font-weight: bold;
}

.contactusdiyou dl .f2 {
    width: 142px;
    float: right;
    font-size: 14px;
    color: #fff;
    /*height: 30px;*/
    line-height: 30px;
    float: right;
}

.kefuQQ a {
    background: url(../img/button-custom-qq.gif) no-repeat;
    width: 70px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}

.kefuQQ a:hover {
    background: url(../img/button-custom-qq-h.gif) no-repeat;
}

.contactusdiyou .conter .con1 dl dd .ph_num {
    font: 18px 'Microsoft yahei';
    *font-size: 16px;
    _font-size: 16px;
    color: #fff;
    height: 25px;
}

.contactusdiyou .qqcall {
    padding: 22px 0px;
    border-bottom: 1px solid #6a6a6a;
}

.contactusdiyou .qqcall dl dt {
    width: 31px;
    height: 31px;
    float: left;
    position: relative;
    top: 32px;
}

.contactusdiyou .weixincall {
    float: right;
    padding: 22px 0;
    border-bottom: 1px solid #6a6a6a;
}

.contactusdiyou .weixincall dl dt {
    width: 31px;
    height: 31px;
    float: left;
    position: relative;
    top: 32px;
}


.contactusdiyou .weixincall .f3 {
    float: right;
    width: 73px;
    height: auto;
    margin-right: 69px;
    display: inline;
}

.contactusdiyou .weixincall .f3 img {
    width: 110px;
    height: auto;
}
.contactusdiyou2 .weixincall .f3 img {
    width: 110px;
    height: auto;
}

.contactusdiyou .dytimer {
    float: right;
    width: 160px;
    height: 40px;
    padding: 16px 0px 15px 0px; /* background: #007b77; */
    margin: 20px 0px 0px 0px;
}

.contactusdiyou .dytimer span {
    display: block;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #fff;
}

.diyou {
    z-index: 99999999999;
}

.diyoumask {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100000;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    filter: alpha(Opacity=30);
    background: #000;
    display: none;
}

.fn_cle:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.contactusdiyou {
    transition: right 200ms ease-in-out;
}

.contactusdiyou:hover {
    right: 0!important;
}
/*kefu-end*/
/*menu-menu-start*/

.menu-quick {
    height: 140px;
    background-color: #d5e7f6;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.menu-quick>.item {
    cursor: pointer;
    text-align: center;
}
.menu-quick .icon {
    height: 83px;
    line-height: 83px;
    width: 83px;
    color: #fff;
    font-size: 44px;
}
.menu-quick .text {
    margin-top: 8px;
    font-size: 12px;
    color: #333;
}
.menu-quick .ewm {
    position: relative;
}
.menu-quick .er-img {
    width: 100px;
    height: 100px;
    background-color: #fff;
    align-items: center;
    justify-content: center;
    z-index: 3;
    display: flex;
}
.menu-quick .er-img img {
    display: block;
    width: 90%;
}
/*.menu .ewm:hover .er-img {*/
/*    display: flex;*/
/*}*/
/*menu-menu-end*/
/*menu-quick-start*/
.quick-menu {
    width: 100%;
    display: flex;
    justify-content: space-around;
}
.quick-menu .left {
    display: flex;
    width: 49%;
    /*height: 286px;*/
    flex-direction: column;
}
.quick-menu .right {
    display: flex;
    width: 49%;
}
.quick-menu .left .top {}
.quick-menu .left .top.box {

}
.quick-menu .left .bottom.box {
    margin-top: 6px;

}
.quick-menu .right .top.box {
    height: 322px;
}
.quick-menu .box {
    background-color:var(--theme-color);
    padding: 0 15px 15px;
    width: 340px;
}
.quick-menu .box .title {
    font-size: 16px;
    color: #fff;
    font-weight: bolder;
    height: 50px;
    border-bottom: 1px solid #ffffff33;
    display: flex;
    align-items: center;
}
.quick-menu .box .title span{
    font-size: 24px;
    width: 34px;
    font-weight: normal;
}
.quick-menu .list{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;    
    padding: 0 16px;
    width: 308px;
}
.quick-menu .list .item {
    box-sizing: border-box;
    width: 128px;
    height: 40px;
    line-height: 40px;
    margin-right: 50px;
    margin-top: 15px;
    text-align: center;
    background-color: #fff;
}
.quick-menu .list .item:nth-child(even){
    margin-right: unset;
}
.quick-menu .list .item:hover{
    background-color: var(--theme-color-powder)
}
.quick-menu .list .text {
    font-size: 14px;
    font-weight: normal;
}
.quick-menu .list a {
    color: #333;
}
.quick-menu .list .item:hover a{
    color: #fff;
}
/*menu-quick-end*/
/*menu-service-start*/
.service {
    display: flex;
    justify-content: space-between;
}
.service>.item {
    width: 280px;
    height: 200px;
}
.service .top_img {
    width: 189px;
    height: 156px;
    margin: 67px auto 20px;
    display: block;
}
.service .top {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}
.service .description {
    color: #fff;
    text-align: center;
    font-size: 12px;
    margin-bottom: 10px;
}
.service .line {
    width: 46px;
    border-top: 2px solid #fff;
    margin: 15px auto 20px;
}
.service .list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.service .list .item  {
    width: 50%;
    height: 30px;
    text-align: center;
    padding-left: 10%;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    text-align: left;
    box-sizing: border-box;

}
.service .list .icon {
    font-size: 12px;
    display: none;
}
.service .list .item .text {
    display: inline-block;
    color: #fff;
    font-size: 14px;
}
/*menu-service-end*/
/*message-scroll-start*/
.message-scroll {
    background: #fff;
}
.message-scroll {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.message-scroll>.icon{
    width: 20px;
    height: 30px;
    margin-left: 15px;
    margin-top: 5px;
    float: left;
    font-size: 20px;
    line-height: 30px;
    display: inline-block;
    position: absolute;
}
.message-scroll .box{
    width: 1140px;
    float: left;
    margin-left: 40px;
    overflow: hidden;
    height: 40px;
    line-height: 40px;
}
.message-scroll .date {
    display: inline-block;
    width: 50px;
    text-align: center;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    border-radius: 2px;
    margin-right: 10px;
    color: #fff;
    background-color: var(--theme-color-red);
}
.message-scroll span {
    color: var(--theme-color);
}
.message-scroll .msg {
    color: #333;
}
.animate:hover {
    animation-play-state:paused;
}

.animate {
    padding-left: 20px;
    font-size: 14px;
    width: max-content;
    display: inline-block;
    white-space: nowrap;
    animation: 36s wordsLoop linear infinite normal;
    overflow: hidden;
}
.animate>.item {
    float: left;
    padding-right: 60px;
}

@keyframes wordsLoop {
    0% {
        transform: translateX(1200px);  /*调整滚动区域宽度*/
        -webkit-transform: translateX(1200px);   /*调整滚动区域宽度*/
    }
    100% {
        transform: translateX(-1200px);
        -webkit-transform: translateX(-1200px);
    }
}

/*@-webkit-keyframes wordsLoop {*/
/*    0% {*/
/*        transform: translateX(1200px);   !*调整滚动区域宽度*!*/
/*        -webkit-transform: translateX(1200px);    !*调整滚动区域宽度*!*/
/*    }*/
/*    100% {*/
/*        transform: translateX(-100%);*/
/*        -webkit-transform: translateX(-100%);*/
/*    }*/
/*}*/
/*message-scroll-end*/
/*list-with-content-start*/
.content-about .title {
    font-size: 16px;
    color: var(--theme-color);
    font-weight: bolder;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    background-color: var(--theme-color-grey1);
    margin-bottom: 30px;
}
.list-box  .content-jiaoshou.content table {
    width: 102%!important;
}
/*list-with-content-end*/
/*list-with-menu-content*/
.menu-content .title {
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    color: var(--theme-color);
    width: auto;
    display: inline-block;
    background-color: var(--theme-color-thin);
    margin-bottom: 20px;
}
.menu-content .content {
    transform: scale(0.9);
    position: relative;
    left: -40px;
}
tr td {
    padding: 10px!important;
}
/*list-with-menu-content-end*/
/*list-menu-with-first-content*/
.menu-content .title {
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    color: var(--theme-color);
    width: auto;
    display: inline-block;
    background-color: var(--theme-color-thin);
    margin-bottom: 20px;
}
.menu-content .content {
    transform: scale(0.9);
    position: relative;
    left: -40px;
}
.first-active li:first-child{
    border: 1px solid var(--theme-color);
}
tr td {
    padding: 10px 20px 20px 25px!important;
}
table {
    border-collapse: collapse;
}
/*list-menu-with-first-content-end*/
/*pin-pin-start*/
.big-title {
    font-size: 16px;
    color: #333;
    height: 30px;
    line-height: 30px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid var(--theme-color);
    position: relative;
}
.big-title > span {
    position: absolute;
    left: 0;
    top: -2px;
    display: inline-block;
    font-size: 36px;
    color: var(--theme-color);
}
.big-title > b {
    display: inline-block;
    padding-left: 46px;
    width: 97px;
    font-size: 16px;
    font-weight: bold;
    color: var(--theme-color);
}

.pin {
    display: flex;
    justify-content: space-around;
    overflow: hidden;
}

.pin .item {
    display: flex;
    color: #333;
    text-align: center;
    flex-direction: column;
    /*line-height: 68px;*/
    border:#efefef solid 1px;
    width: 200px;
    /*-webkit-transition: background-image .2s;*/

}
.pin .item .top {
    width: 200px;
    height: 100px;
    position: relative;
    background-size: cover;
}
.pin .item .layer1 {
    width: 110px;
    height: 40px;
    margin: 53px auto 0;
    background-color: #0f9e9c;
    background-image: linear-gradient(
            180deg
            , #656565 0%, #999999 100%);
    opacity: 0.6;
    z-index: 1;
}
.pin .item .layer2 {
    position: absolute;
    width: 180px;
    height: 80px;
    margin-top: 10px;
    margin-left: 10px;
    left: 0;
    top: 0;
    opacity: 1;
    z-index: 2;

}
.pin .bottom {
    background-color: #fff;
    width: 200px;
    height: 120px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    box-sizing: border-box;
    padding-top: 20px;
}
.pin .bottom .son {
    width: 90%;
    font-size: 12px;
    text-align: center;

}
.pin .son  .key {
    width: 50%;
    display: inline-block;
    font-weight: bolder;
    text-align: right;
}
.pin .son .value {
    width: 50%;
    display: inline-block;
    text-align: left;
}
.pin .title {
    font-size: 20px;
    font-weight: bolder;
    text-align: center;
    margin-top: 50px;
    color: #fff;
}
.pin .item:hover {
    border-radius:4px;box-shadow:0 0 10px #ccc;
}
.pin .item .image {
    width: 100%;
    overflow: hidden;
    -webkit-transition: width .2s;
}


.pin .item:hover .text{
    font-size: 16px;
    font-weight: bolder;
}
/*pin-pin-end*/
/*pin-banner-start*/
.pin-banner {
    width: 1200px;
    height: 250px;
    background: no-repeat center center;
    background-size: cover;
    position: relative;
}
.pin-banner .layer1 {
    position: absolute;
    width: 1200px;
    height: 250px;
    background-color: #000;
    opacity: 0.2;
    z-index: 2;
}
.pin-banner .layer2 {
    position: absolute;
    width: 1200px;
    height: 250px;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.pin-banner .title {
    color: #fff;
    font-weight: bolder;
    font-size: 40px;
    margin-bottom: 30px;
}
.pin-banner .content {
    color: #fff;
    font-size: 12px;
    width: 600px;
}
/*pin-banner-end*/
/*pin-hangqing-start*/
.tbl:first-child {
    border-top: #666666 solid 1px;
}
.tbl {
    width: 100%;
    height: 30px;
    /*使用Flex布局，默认为水平方向布局*/
    display: flex;
    border-left: #666666 solid 1px;
    border-right: #666666 solid 1px;
    border-bottom: #666666 solid 1px;
}
.tbl-head {

    height: 30px;
    /*使用Flex布局，默认为水平方向布局*/
    display: flex;
    /*border-left: var(--theme-color) solid 1px;*/
    /*border-right: var(--theme-color)  solid 1px;*/
    /*border-bottom: var(--theme-color)  solid 1px;*/
}
.tbl-head .cell {
    border: none!important;
}
.cell {
    /*其实这里也可以将宽度设置为2%、5%、10%等，因为页面要展示7列，100 / 7 约等于14%，所以这里的宽度最好不超过14%(不过超过了，在页面展示上貌似也没什么问题，不知道会不会有潜在的问题)*/
    /*因为是约等于14%，所以还会剩余一些空间，我在下面定义了flex-grow的值为1，即剩余的空间，会被这7列平分*/
    /*如果这里没有设置宽度，那么当文本内容过多时，该列的宽度会自动扩大*/
    width: 6%;
    height: 100%;
    /*定义项目的放大比例，如果值为1，则所有的项目将等分剩余的空间*/
    /*因为当前是水平方向布局，所以等分的是剩余的width*/
    flex-grow: 1;
    display: flex;
    /*水平居中、垂直居中*/
    justify-content: center;
    align-items: center;
    /*换行*/
    word-break: break-all;
    word-wrap: break-word;
    white-space: normal;
    /*border-right: #dcdcdc solid 1px;*/
    font-size: 12px;
}
.cell.head {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    background-color: var(--theme-color);
}
.cell.green {
    color: green;
    font-weight: bold;
}
.cell.red {
    color: red;
    font-weight: bold;
}
.tbl div:last-child {
    border-right: 0;
}
.z-title {
    font-size: 14px;
    color: #fff;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    background-color: var(--theme-color);

}
/*pin-hangqing-end*/
/*pin-navbar-start*/
.pin-nav {
    margin-top: 24px;
    width:100%;
    height: 50px;
    background-color: var(--theme-color-grey1);
    display: flex;
    line-height: 50px;

    font-size: 14px;
    /*font-weight: bold;*/
    justify-content: space-around;
    padding-left: 150px;
    padding-right: 150px;
    box-sizing: border-box;
    border-bottom: 1px solid var(--theme-color);

}
.pin-nav .item:hover {

    font-weight: bolder;
    background-color: var(--theme-color);
    color: #fff;
}
.pin-nav .item:hover a {
    color: #fff;
}

.pin-nav a {
    color: #666;
    display: inline-block;
    width: 100%;
}
.pin-nav .item.active {

    font-weight: bolder;
    background-color: var(--theme-color);
    color: #fff;
    /*border-bottom: 2px solid #fff;*/
}
.pin-nav .item.active a {
    color: #fff;
}
.pin-nav .item{
    width: 100px;
    height: 50px;
    text-align: center;
    transition: font-weight 1s;
}
/*pin-navbar-end*/
/*pin-news-start*/
.pin-news {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.pin-news .l,.pin-news .m ,.pin-news .r   {
    width: 48%;
}
.pin-news .news-right-all .item {
    padding-left: 6px;
}
/*pin-news-end*/
/*pin-news-bottom-start*/
.pin-info {
    display: flex;
    justify-content: space-between;
}
.pin-info .item {
    width: 268px;
    position: relative;
}
.pin-info .item .read-more {
    width: 100%;
    color: var(--theme-color);
    font-size: 12px;
    text-align: center;
    position: absolute;
    bottom: 10px;

}
.pin-info .item .read-more a {
    color: var(--theme-color);
}
.pin-info .single {
    font-size: 12px;
    color: #666;
    padding-top: 8px;
    padding-left: 6px;
    display: block;
    margin-bottom: 6px;
}
.pin-info .no1 {

}
.pin-info .item .top {
    width: 100%;
    height: 48px;
    display: flex;
    color: #fff;
    background-color: var(--theme-color);
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.pin-info .item .top .title {
    color: #fff;
    font-size: 14px;
}
.pin-info .item .bottom {
    width: 100%;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    border: 1px solid #eeeeee;
    height: 200px;
    /*background-color: red;*/
}
/*pin-news-bottom-end*/
.universe-bottom{
    background: url('../img/bottom_bg.jpg') repeat-x top center;
    background-size: auto 100%;
    height: 425px;
}
/*pin-xianhuozhidao-start*/
.chart-box {
    display: flex;
    justify-content: space-between;
}
.cbl {
    width: 48%;
    /*background-color:pink;*/
}
.cbr {
    width: 48%;
    /*background-color:pink;*/
}
.two-row {
    flex-direction: column;
}
.three-row {
    display: flex;
    flex-direction: column;
}
.tbl-head60 {
    height: 60px;!important;
}
.tbl-head40 {
    height: 40px;!important;
}
.two-row div {
    width: 100%;
    height: 30px;
    line-height: 30px;
}
.three-row div {
    width: 100%;
    height: 30px;
    line-height: 30px;
}
.width-lj {
    flex-basis: 400px;
}
.width-lj {
    flex-basis: 300px;
}
.flex-basis2 {
    flex-basis: 66.6%;
}
.flex-basis1 {
    flex-basis: 33.3%;
}
.bdrd {
    border-right: 1px solid #999;}
.two-col {display:flex;flex-direction: row}
.three-col {display: flex; flex-direction: row;}
.two-col div {width: 50%;text-align: center}
.three-col div {width: 33%;text-align: center}
.normal-col {display: flex;}
.normal-col div { flex-grow: 1}
#echart {
    width: 100%;
    height: 250px;
}
.xianhuozhidao .tbl-head {
    width: 563px;
}
/*pin-xianhuozhidao-end*/
.tousuyouxiang {
    font-size: 30px;
    color: #fff;
}
.ph_num2 {
    font-size: 16px;
}
#swiper-pin>a {
    display: block;
}
.ht-title {
    width: 100%;
    overflow: hidden;
}
.ht-title .z-title {
    float: left;
}
.ht-title .z-more {
    float: right;
    height: 30px;
    line-height: 30px;
}
.ht-title .z-more a {
    font-size: 14px;
}