/* 主题颜色*/
/* 字体大小*/
.img_wrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.img_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 2s;
}
.img_wrap img:hover {
    transform: scale(1.2);
}


.common-title {
    background: url("/img/title-bg.png") no-repeat center center;
    background-size: 413px 20px;
    text-align: center;
    font-size:28px;
    /*font-weight: bold;*/
    color: #333;
    height: 120px;
    line-height: 120px;
}
.common-sec-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.common-sec-title h2 {
    font-size: 28px;
    color: #333;
}
.common-sec-title .more {
    color: #666;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.more img {
    width: 20px;
    display: inline-block;
    margin-left: 10px;
}
.guanggao1 {
    width: 1200px;
    background: url("/img/pic1.png") no-repeat center center;
    background-size: 1200px 140px;
    height: 140px;
    margin: 40px auto;
}
.guanggao2 {
    width: 1200px;
    background: url("/img/pic2.png") no-repeat center center;
    background-size: 1200px 140px;
    height: 140px;
    margin: 40px auto;
}
.header-top {
    background: #fff;
    width: 100%;
    margin: 0 auto;
    height: auto;
    position: relative;
}
.header-top-wrap {
    display: flex;
    justify-content: space-between;
    height: 80px;
    align-items: center;
}
.header-top-wrap .img img {
    width: 600px;

}
.header-top-wrap .login {
    display: flex;
    justify-content: space-between;
    margin-right: 20px;
}
.header-top-wrap .loginmain a,.header-top-wrap .register a {
    width: 66px;
    line-height: 29px;
    height: 29px;
    border-radius: 15px;
    color: #333;
    font-size: 12px;
    display: inline-block;
    margin-left: 10px;
}
.header-top-wrap .loginmain a {
    border: 1px solid #FEB53C;
}
.header-top-wrap .register a {
    border: 1px solid #13B8F6;
}
.header {
    background: #fff;
    width: 100%;
    margin: 0 auto;
    height: auto;
    position: relative;
    /* 导航*/
}
.header .wrap {
    width: 1200px;
    margin: 0 auto;
}
.header .nav {
    width: 100%;
    height: 54px;
    font-size: 14px;
    color: #333;
    background-color: #fff;
}
.header .nav .logo {
    width: 220px;
    height: auto;
    /*position: absolute;*/
    /*left: 30px;*/
}
.header .nav .logo img {
    width: 100%;
}
.header .nav .nav-wrap {
    width: 100%;
    color: #fff;
}
.header .nav .nav-wrap .active {
    /*background: linear-gradient(#ffb01a, #13B8F6);*/
    /*color: #fff;*/
    color: #13B8F6;
    font-weight: bold;
    border-bottom: 4px solid #13B8F6 !important;
}
.header .nav .nav-wrap .btn {
    width: 66px;
    line-height: 29px;
    height: 29px;
    border: 1px #13B8F6 solid;
    border-radius: 15px;
    color: #13B8F6;
    font-size: 12px;
}
.header .nav .nav-wrap .bgFE7B06 {
    background: #13B8F6;
    color: #fff;
}
.header .nav .nav-wrap .item {
    /*min-width: 9%;*/
    line-height: 50px;
    display: block;
    font-size: 18px;
    border-bottom: 4px solid #fff;
}
.header .nav .nav-wrap .item:hover {
    /*background: linear-gradient(#13B8F6, #ffb01a);*/
    /*color: #fff;*/
    color: #13B8F6;
    font-weight: bold;
    border-bottom: 4px solid #13B8F6;
}
.header .nav .nav-wrap .subItem {
    display: block;
    line-height: 78px;
}
.header .nav .nav-wrap .subItem:hover {
    background-color: #13B8F6;
    color: #fff;
}
.header .nav .nav-wrap .subItem:hover .title {
    color: #fff;
}
.header .nav .nav-wrap .subItem .subMenu {
    display: none;
    width: 100%;
    height: auto;
    top: 78px;
    left: 0px;
    z-index: 999;
    line-height: 45px;
    background: #9d1e1c;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #333;
}
.header .nav .nav-wrap .subItem .subMenu li {
    list-style-type: none;
}
.header .nav .nav-wrap .subItem .subMenu li a {
    width: 100%;
    display: block;
    color: #fff;
    font-size: 20px;
    position: relative;
}
.header .nav .nav-wrap .subItem .subMenu li a:before {
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 0;
    content: "";
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-top-color: #9d1e1c;
}
.header .nav .nav-wrap .subItem .subMenu li a:hover {
    background-color: #e8ba60;
}
.header .nav .nav-wrap .subItem .subMenu li a:hover:before {
    border-top-color: #9d1e1c;
}
.header .nav .nav-wrap .subItem .subMenu li a:hover .title {
    color: #fff;
}
.header .user-info {
    color: #333;
    font-size: 14px;
}
.header .user-info .set,
.header .user-info .logoout {
    box-sizing: border-box;
    text-decoration: none;
    display: block;
    color: #13b8f6 !important;
    font-size: 14px !important;
}
.header .user-info a:hover{
    box-sizing: border-box;
    text-decoration: none;
    display: block;
    color: #13B8F6 !important;
}

.header .user-info .logoout:hover{
    box-sizing: border-box;
    text-decoration: none;
    display: block;
    color: #13B8F6 !important;
}
.header .nav .avatar {
    width: 26px;
    height: 26px;
    border-radius: 26px;
}
.page-header {
    width: 100%;
    color: #999;
}
.page-header .cont {
    width: 1200px;
    margin: 0 auto;
}
.page-header .cont .title {
    position: relative;
    padding-left: 20px;
    font-size: 12px;
}
.page-header .cont .title:before {
    position: absolute;
    left: 0;
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("/img/list/z-5674.png") no-repeat;
    background-size: 16px 19px;
}
.page-header .cont .list-wrap {
    font-size: 12px;
}
.page-header .cont .list-wrap .active {
    color: #666;
}
.page-header .cont .list-wrap .item:after {
    content: ">";
    padding-left: 5px;
}
.page-header .cont .list-wrap .item:last-child:after {
    content: "";
}
.link-info {
    width: 100%;
    background-color: #fff;
}
.link-info .cont-wrap {
    width: 1200px;
    margin: 0 auto;
}
.link-info .cont-wrap .title {
    width: 150px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    background: #13B8F6;
    font-size: 16px;
}
.link-info .cont-wrap .list-info {
    width: calc(100% - 170px);
}
.link-info .cont-wrap .list-info .item {
    width: 31%;
    border: 1px #cccccc solid;
    height: 48px;
    line-height: 48px;
    position: relative;
}
.link-info .cont-wrap .list-info .item .name {
    font-size: 16px;
    color: #666;
    cursor: pointer;
}
.link-info .cont-wrap .list-info .item .name .arrow-down {
    border-left: 2px solid #999999;
    border-bottom: 2px solid #999999;
    height: 10px;
    width: 10px;
    transform: translate(2px, -2px) rotate(-45deg);
    -webkit-transform: translate(2px, -2px) rotate(-45deg);
    border-right: 2px solid transparent;
    border-top: 2px solid transparent;
    display: inline-block;
    -moz-transform: translate(2px, -2px) rotate(-45deg);
    -ms-transform: translate(2px, -2px) rotate(-45deg);
    -o-transform: translate(2px, -2px) rotate(-45deg);
}
.link-info .cont-wrap .list-info .item .sub-list {
    position: absolute;
    top: 48px;
    left: 0;
    right: 0;
    width: 100%;
    background: #ffffff;
    display: none;
}
.link-info .cont-wrap .list-info .item .sub-list .link {
    font-size: 16px;
    color: #999;
    border-bottom: 1px #f7f7f8 solid;
}
.link-info .cont-wrap .list-info .item .sub-list .link:last-child {
    border-bottom: none;
}
footer {
    background-color: #211f20;
    color: #fff;
}
footer .footer-wrap {
    color: #fff;
    min-width: 1200px;
}
footer .footer-wrap .content {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    font-size: 14px;
    color: #fff;
}
footer .footer-wrap .content .title {
    font-size: 18px;
}
footer .footer-wrap .content .cont {
    width: 50%;
    font-size: 14px;
}
footer .footer-wrap .content .cont .code {
    width: auto;
    text-align: center;
}
footer .footer-wrap .content .cont .code img {
    width: 100px;
}
footer .footer-wrap .content .cont .code .title {
    font-size: 14px;
}
footer .footer-wrap .content .cont .code:last-child {
    margin-left: 20px;
}
footer .footer-wrap .footer-info {
    border-top: 1px #e3e3e3 solid;
    font-size: 12px;
}
/* 内容宽度*/
.font-bold {
    font-weight: bold;
}
body,
html {
    margin: 0;
    padding: 0;
    background-color: #fff;
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif, "SimSun";
}
div {
    box-sizing: border-box;
}
a {
    display: block;
    text-decoration: none;
    color: #4b4b4b;
    box-sizing: border-box;
}
li {
    list-style: none;
}
ul {
    padding: 0;
    margin: 0;
}
/* flex布局 */
.flex {
    /* #ifndef APP-PLUS-NVUE */
    display: flex;
    /* #endif */
    flex-direction: row;
}
.flex-row {
    flex-direction: row !important;
}
.flex-column {
    flex-direction: column !important;
}
.flex-row-reverse {
    flex-direction: row-reverse !important;
}
.flex-column-reverse {
    flex-direction: column-reverse !important;
}
.flex-warp {
    flex-wrap: wrap;
}
.flex-nowrap {
    flex-wrap: nowrap;
}
.justify-start {
    justify-content: flex-start;
}
.justify-end {
    justify-content: flex-end;
}
.align-center {
    align-items: center;
}
.align-stretch {
    align-items: stretch;
}
.align-start {
    align-items: flex-start;
}
.align-end {
    align-items: flex-end;
}
.justify-center {
    justify-content: center;
}
.justify-between {
    justify-content: space-between;
}
.justify-around {
    justify-content: space-around;
}
.flex-1 {
    flex: 1;
}
.flex-2 {
    flex: 2;
}
.flex-3 {
    flex: 3;
}
/*边距 */
.px-5 {
    padding-left: 5px;
    padding-right: 5px;
}
.px-10 {
    padding-left: 10px;
    padding-right: 10px;
}
.px-15 {
    padding-left: 15px;
    padding-right: 15px;
}
.px-20 {
    padding-left: 20px;
    padding-right: 20px;
}
.px-30 {
    padding-left: 30px;
    padding-right: 30px;
}
.px-40 {
    padding-left: 40px;
    padding-right: 40px;
}
.px-50 {
    padding-left: 50px;
    padding-right: 50px;
}
.px-70 {
    padding-left: 70px;
    padding-right: 70px;
}
.px-80 {
    padding-left: 80px;
    padding-right: 80px;
}
.py-5 {
    padding-top: 5px;
    padding-bottom: 5px;
}
.py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}
.py-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}
.py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}
.py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}
.py-35 {
    padding-top: 35px;
    padding-bottom: 35px;
}
.py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.py-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}
.py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}
.py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.pt-5 {
    padding-top: 5px;
}
.pt-10 {
    padding-top: 10px;
}
.pt-30 {
    padding-top: 30px;
}
.pb-10 {
    padding-bottom: 10px;
}
.pb-30 {
    padding-bottom: 30px;
}
.pb-40 {
    padding-bottom: 40px;
}
.pb-50 {
    padding-bottom: 50px;
}
.pb-70 {
    padding-bottom: 70px;
}
.pl-60 {
    padding-left: 60px;
}
.pr-15 {
    padding-right: 15px;
}
.pr-20 {
    padding-right: 20px;
}
.pr-50 {
    padding-right: 50px;
}
.ml-5 {
    margin-left: 5px;
}
.ml-10 {
    margin-left: 10px;
}
.ml-15 {
    margin-left: 15px;
}
.ml-20 {
    margin-left: 20px;
}
.ml-30 {
    margin-left: 30px;
}
.ml-50 {
    margin-left: 50px;
}
.ml-70 {
    margin-left: 70px;
}
.ml-100 {
    margin-left: 100px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-15 {
    margin-bottom: 15px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-25 {
    margin-bottom: 25px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-50 {
    margin-bottom: 50px;
}
.mb-70 {
    margin-bottom: 70px;
}
.mt-5 {
    margin-top: 5px;
}
.mt-10 {
    margin-top: 10px;
}
.mt-15 {
    margin-top: 15px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-40 {
    margin-top: 40px;
}
.mt-50 {
    margin-top: 50px;
}
.mt-70 {
    margin-top: 70px;
}
.mx-30 {
    margin-left: 30px;
    margin-right: 30px;
}
.mx-50 {
    margin-left: 50px;
    margin-right: 50px;
}
.my-5 {
    margin-top: 5px;
    margin-bottom: 5px;
}
.my-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.my-15 {
    margin-top: 15px;
    margin-bottom: 15px;
}
.my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}
.my-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}
.my-40 {
    margin-top: 40px;
    margin-bottom: 40px;
}
.my-50 {
    margin-top: 50px;
    margin-bottom: 50px;
}
.mr-5 {
    margin-right: 5px;
}
.mr-10 {
    margin-right: 10px;
}
.mr-20 {
    margin-right: 20px;
}
.mr-50 {
    margin-right: 50px;
}
.cursor-pointer {
    cursor: pointer;
}
.text-center {
    text-align: center;
}
.text-ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.text-ellipsis-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.table_handle：hover {
    background: #1FBBF6;
    color: #fff;
    cursor: pointer;
}
.text-ellipsis-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.text-ellipsis-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
/* 阴影 */
.box-shadow-e4e6e9 {
    /* border:1px #f00 solid; */
    box-shadow: 5px 5px 5px #e4e6e9;
}
/* 定位 */
.position-relative {
    position: relative;
}
.positon-fixed {
    position: fixed;
}
.position-absolute {
    position: absolute;
}
/* 定位 固定顶部 */
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
/* 定位 固定顶部 */
.fixed-bottom {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.top-0 {
    top: 0;
}
.bottom-0 {
    bottom: 0;
}
.left-0 {
    left: 0;
}
.bottom-0 {
    bottom: 0;
}
.right-0 {
    right: 0;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
}
.swiper-slide .type-wrap {
    width: 80%;
    margin: 0 auto;
    position: absolute;
    top: 0px;
    left: calc((100% - 80%) / 2);
    width: 200px;
    height: 480px;
    background-color: rgba(255, 255, 255, 0.7);
}
.swiper-slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-fit: top top;
}
.swiper-slide .desc {
    padding: 10px 10px;
    font-size: #13B8F6;
}

.xgs-upload {
    display: inline-block;
}
.xgs-upload .preview {
    position: relative;width: 120px;height: 120px; display: inline-block;
    margin-right: 10px;
}
.xgs-upload .preview:hover .operation{
    display: block;
}

.xgs-upload .preview .img{
    width: 120px;
    height: 120px;
    /*position: absolute;*/
    line-height: 119px;
}
.xgs-upload .preview img {
    width: 100%;
    overflow: hidden;
}
.xgs-upload .preview .operation{
    display: none;
    line-height: 120px;
    width: 120px;
    height: 120px;
    text-align: center;
    position: absolute;top: 0;left: 0 ;right: 0;background: rgba(0,0,0,.2);
}
.xgs-upload .preview .operation .item {
    display: inline;
    width: 40%;height: 35px;line-height: 35px;border-radius: 5px;
    padding: 0 10px;
}
.xgs-upload .preview .operation .item  i {
    color: #13B8F6;
    font-size: 22px;
}