@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;}

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: #015aa8;
    --theme-color-red: #9a0101;
    --theme-color-grey1: #ececec;
    --theme-color-thin1: #f1f4ff;
    --theme-color-thin: #d9e3ff;
}
.lz-bg {
    background: url(/template/default/images/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: 10px;
}
.margin-normal {
    margin-top:20px;
}
.margin-small {
    margin-top:20px;
}
.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: #0d58f8;
}
.size-20 {
    font-size: 20px;
}
.size-18 {
    font-size: 18px;
}
.size-16 {
    font-size: 16px;
}
.size-14 {
    font-size: 14px;
}
/*common*/
.container {
    width: 1170px;
    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%;
    padding-top: 6px;
    background-color: rgb(43 43 43);
}
.universe-copyright {
    width: 100%;
    padding-top: 6px;
    background-color: rgb(43, 43, 43);
}

/*message-scroll*/
/*nav-bar-start*/
.navbar {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.logo-img {
    display: block;
    width: 260px;
}
.navbar .list {
    width: 100%;
    display: flex;
}
.navbar .top {
    display: flex;
    padding-top: 6px;
    height: 16px;
    line-height: 16px;
    color: #999;
    font-size: 10px;
}
.navbar .top ul {
    display: flex;
    margin-left: auto;
}
.navbar .top ul li {
    margin-left: 30px;

}
.navbar .top ul li a {
    color: #999999;
}
.navbar .middle {
    display: flex;
    align-items: center;
}
.navbar .middle form {
    display: flex;
}
.navbar .middle .input {
    display: flex;
    height: 30px;
    margin-left: auto;
}
.navbar .middle .keyword {
    border-left: 1px solid var(--theme-color);
    border-top: 1px solid var(--theme-color);
    border-bottom: 1px solid var(--theme-color);
    border-right: none;
    display: block;
    box-sizing: border-box;
    outline:none;
    border-radius: unset;
}
.navbar .middle .icon {
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    background-color: var(--theme-color);
    color: #fff;
    display: block;
    border: none;
}
.navbar .bottom {
    margin-top: 6px;
}
.navbar .list>li {
    flex-grow: 1;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #333;
    background-color: var(--theme-color-grey1);
    transition: all 0.5s ease-out;
    z-index: 10;
    position: relative;
}
.navbar .list>li a{
    color: #333;
    display: inline-block;
    width: 100%;

}
.navbar .list>li.active {
    background-color: var(--theme-color);
}
.navbar .list>li:hover {
    background-color: var(--theme-color);
}
.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);
    position: absolute;
}
/*nav-bar-end*/
/*swiper-start*/
.swiper {
    width: 100%;
    height: 310px;
}
.swiper-container {
    width: 1170px;
    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: 561px;
    height: 394px;
    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: 48%;
}
.news-right {
    width: 48%;
}
.news-left-top {
    width: 100%;
}
.swiper-news {
    width: 100%;
    height: 394px;
    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: 60px;
    background: #2f74f19c;
    left: 0%;
    bottom: 0%;
    color: #fff;
    display: flex;
    align-items: center;

}
.swiper-news .swiper-slide .content .title {
    color: #fff;
    font-size: 18px;
}
.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: 20px!important;
    bottom: 4px!important;
    display: flex;
    flex-direction: column;
    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: unset;
    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: 90%;
}
.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%;
    overflow: hidden;
    /*background-color: pink;*/
    /*border-bottom: 1px solid var(--theme-color);*/
    margin-bottom: 10px;
    margin-top: 18px;
    margin-left: 18px;
}
.news-menu>div {
    float: left;
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
    height: 26px;
    font-weight: lighter;
    position: relative;
    cursor: pointer;
}
.news-menu .active  {
    font-weight: bolder;
}
.news-menu .active .line {
    width: 70%;
    margin-left: 15%;
    display: block;
    position: absolute;
    height: 2px;
    background: var(--theme-color);
    left: 0;
    bottom: 0px;
}
.news-menu .tab-item:hover  {
    font-weight: bolder;
}
.news-menu .tab-item:hover .line {
    width: 70%;
    margin-left: 15%;
    display: block;
    position: absolute;
    height: 2px;
    background: var(--theme-color-red);
    left: 0;
    bottom: 0px;
}
.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: 10px;
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
}
.news-right-all .more {
    position: absolute;
    right: 0;
    top: -35px;
    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 .time {
    float: right;
    font-size: 14px;
    color: #666;
    height: 20px;
    line-height: 20px;
}
.shadow {
    box-shadow: 6px 6px 16px 2px #00000040;
}
/*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;
    display: flex;
    color: #fff;
    font-size: 12px;
    line-height: 50px;
}
.copyright .left {
    flex-grow: 2;
    text-align: left;

}
.copyright .right {
    flex-grow: 1;
    text-align: right;
}
.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;
}
.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(/template/default/images/button-custom-qq.gif) no-repeat;
    width: 70px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}

.kefuQQ a:hover {
    background: url(/template/default/images/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 {
    width: 88%;
    height: 100px;
    padding-left: 6%;
    padding-right: 6%;
    background-color: var(--theme-color);
    border-radius: 0px;
    display: flex;
    justify-content: space-around;
}
.menu-quick>.item {
    width: 80px;
    text-align: center;
    cursor: pointer;
}
.menu-quick .icon {
    margin-top: 16px;
    color: #fff;
    font-size: 40px;
}
.menu-quick .text {
    color: #fff;
    margin-top: 4px;
    font-size: 14px;

}
.menu-quick .ewm {
    position: relative;
}
.menu-quick .er-img {
    width: 80px;
    height: 80px;
    position: absolute;
    background-color: #fff;
    align-items: center;
    justify-content: center;
    z-index: 3;
    top: 10px;
    left: 90px;
    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);
}
.quick-menu .box {

}
.quick-menu .box .title {
    font-size: 14px;
    color: #fff;
    font-weight: bolder;
    padding-top: 8px;
    padding-left: 12px;
    margin-bottom: 12.5px;
}
.quick-menu .list{
    display: flex;
    flex-direction: row;
    justify-content:center;
    flex-wrap: wrap;
    width: 100%;
}
.quick-menu .list .item {
    box-sizing: border-box;
    width: 50%;
    height: 30px;
    line-height: 30px;
    margin-bottom: 2px;
    text-align: left;
    padding-left: 10%;
    position: relative;
    box-sizing: border-box;


}
.quick-menu .list .item:last-child {
    margin-right: 0;
}
.quick-menu .list .item:nth-child(even){
    margin-right: unset;
}
.quick-menu .list .item:hover:after {
    content: "";
    position: absolute;
    left: 50%;
    width: 50%;
    margin-left:-25%;
    border-bottom: 0;
    border-bottom:1px solid var(--theme-color)
}
.quick-menu .list .text {
    font-size: 14px;
    font-weight: normal;
}
.quick-menu .list a {
    color: #fff;
}
/*menu-quick-end*/
/*menu-service-start*/
.service {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
}
.service>.item {
    width: 280px;
    height: 200px;
    /*background: center,center;*/
    background-size: cover;
    position: relative;
}
.service .item .mask{
    position: absolute;
    width: 280px;
    height: 200px;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #000;
    opacity: 0.4;
    transition: all 0.2s;
}
.service .item .mask-top{
    position: absolute;
    width: 280px;
    height: 200px;
    top: 0;
    left: 0;
    z-index: 2;


}
.service>.item:hover .mask {
    background-color: var(--theme-color);
    opacity: 0.8;
}
.service .mask-top .top {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: bolder;
    margin-top: 28px;
}
.service .mask-top .description {
    color: #fff;
    text-align: center;
    font-size: 12px;
    margin-bottom: 10px;
}
.service .mask-top .line {
    width: 40px;
    border-top: 2px solid #fff;
    margin: 6px auto 2px;
}
.service .mask-top .list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.service .mask-top .list .item  {
    width: 50%;
    height: 30px;
    padding-left: 10%;
    color: #fff;
    font-size: 12px;
    margin-bottom: 6px;
    display: inline-block;
    text-align: left;
    box-sizing: border-box;

}
.service .mask-top .list .item:nth-child(even) {
    padding-left: 5%;
}
.service .mask-top .list .item:last-child {
    margin-right: auto;
}
.service .mask-top .list .icon {
    font-size: 12px;
    display: none;
}
.service .mask-top .list .item .text {
    display: inline-block;
    color: #fff;
    font-size: 14px;
}
/*menu-service-end*/
/*message-scroll-start*/
.message-scroll {
    background: var(--theme-color-grey1);
}
.message-scroll {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.message-scroll>.icon{
    width: 20px;
    height: 30px;
    margin-left: 10px;
    margin-top: 5px;
    float: left;
    font-size: 26px;
    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 .msg {
    color: var(--theme-color);
}
.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(1170px);  /*调整滚动区域宽度*/
        -webkit-transform: translateX(1170px);   /*调整滚动区域宽度*/
    }
    100% {
        transform: translateX(-1170px);
        -webkit-transform: translateX(-1170px);
    }
}

/*@-webkit-keyframes wordsLoop {*/
/*    0% {*/
/*        transform: translateX(1170px);   !*调整滚动区域宽度*!*/
/*        -webkit-transform: translateX(1170px);    !*调整滚动区域宽度*!*/
/*    }*/
/*    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;
    font-weight: bolder;
    color: #333;
    margin-bottom: 20px;
}
.big-title > span {
    display: inline-block;
    width: 6px;
    height: 20px;
    background-color: #0d58f8;
    vertical-align: -4px;
    margin-right: 4px;
}

.pin {
    display: flex;
    justify-content: space-around;
    padding-bottom: 20px;
}

.pin .item {
    display: flex;
    color: #333;
    text-align: center;
    flex-direction: column;
    /*line-height: 68px;*/


    /*-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: #0d58f8;
    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: 1170px;
    height: 250px;
    background: no-repeat center center;
    background-size: cover;
    position: relative;
}
.pin-banner .layer1 {
    position: absolute;
    width: 1170px;
    height: 250px;
    background-color: #000;
    opacity: 0.2;
    z-index: 2;
}
.pin-banner .layer2 {
    position: absolute;
    width: 1170px;
    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*/
/*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;
}