/* 内容宽度*/
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;
}
/* 主题颜色*/
/* 字体大小*/
.font-bold {
    font-weight: bold;
}
/* 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;
}
.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: #fe8a00;
}
/* 项目主体样式*/
.container {
    position: relative;
    background-color: #f7f7f7;
}
.container .specialbg {
    width: 100%;
    height: 830px;
}
.container .specialbg img {
    width: 100%;
    height: auto;
}
.container .header {
    background: #fff;
    width: 100%;
    margin: 0 auto;
    height: auto;
    /* 导航*/
}
.container .header .wrap {
    width: 1200px;
    margin: 0 auto;
}
.container .header .nav {
    width: 100%;
    height: 100px;
    font-size: 14px;
    color: #333;
    background-color: #fff;
}
.container .header .nav .logo {
    width: 13%;
}
.container .header .nav .logo img {
    width: 100%;
}
.container .header .nav .nav-wrap {
    width: 84%;
    color: #fff;
}
.container .header .nav .nav-wrap .active {
    background: linear-gradient(#ffb01a, #fe7b06);
    color: #fff;
}
.container .header .nav .nav-wrap .btn {
    width: 66px;
    line-height: 29px;
    height: 29px;
    border: 1px #fe8a00 solid;
    border-radius: 15px;
    color: #fe8a00;
    font-size: 12px;
}
.container .header .nav .nav-wrap .bgFE7B06 {
    background: #fe7b06;
    color: #fff;
}
.container .header .nav .nav-wrap .item {
    min-width: 9%;
    line-height: 100px;
    display: block;
    font-size: 22px;
}
.container .header .nav .nav-wrap .item:hover {
    color: #fe8a00;
}
.container .header .nav .nav-wrap .subItem {
    display: block;
    line-height: 78px;
}
.container .header .nav .nav-wrap .subItem:hover {
    background-color: #fe8a00;
    color: #fff;
}
.container .header .nav .nav-wrap .subItem:hover .title {
    color: #fff;
}
.container .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;
}
.container .header .nav .nav-wrap .subItem .subMenu li {
    list-style-type: none;
}
.container .header .nav .nav-wrap .subItem .subMenu li a {
    width: 100%;
    display: block;
    color: #fff;
    font-size: 20px;
    position: relative;
}
.container .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;
}
.container .header .nav .nav-wrap .subItem .subMenu li a:hover {
    background-color: #e8ba60;
}
.container .header .nav .nav-wrap .subItem .subMenu li a:hover:before {
    border-top-color: #9d1e1c;
}
.container .header .nav .nav-wrap .subItem .subMenu li a:hover .title {
    color: #fff;
}
.container .page-header {
    width: 100%;
    color: #999;
}
.container .page-header .cont {
    width: 1200px;
    margin: 0 auto;
}
.container .page-header .cont .title {
    position: relative;
    padding-left: 20px;
    font-size: 12px;
}
.container .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;
}
.container .page-header .cont .list-wrap {
    font-size: 12px;
}
.container .page-header .cont .list-wrap .active {
    color: #666;
}
.container .page-header .cont .list-wrap .item:after {
    content: ">";
    padding-left: 5px;
}
.container .page-header .cont .list-wrap .item:last-child:after {
    content: "";
}
.container .details-info {
    width: 1200px;
    margin: 0 auto;
    min-height: 57vh;
    background: #fff;
    margin-bottom: 70px;
}
.container .details-info .title {
    font-size: 28px;
    color: #333;
}
.container .details-info .desc {
    font-size: 14px;
    color: #999;
    border-bottom: 1px #cccccc solid;
}
.container .details-info .content {
    font-size: 14px;
}
.container .details-info .content img{
    max-width: 100%;
}
.container .details-info .content p {
    text-indent: 32px;
    font-size: 14px;
    color: #666;
    line-height: 30px;
}
.container .pagination-info .wrap {
    margin: 0 auto;
    cursor: pointer;
}
.container .pagination-info .wrap .active {
    border: 1px #fe8a00 solid !important;
    background-color: #fe8a00 !important;
    color: #fff !important;
}
.container .pagination-info .wrap .item {
    border: 1px #dedede solid;
    border-right: none;
    width: 50px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #333;
}
.container .pagination-info .wrap .end {
    border-right: 1px #dedede solid;
    color: #fe8a00 !important;
}
.container .link-info {
    width: 100%;
    background-color: #fff;
}
.container .link-info .cont-wrap {
    width: 1200px;
    margin: 0 auto;
}
.container .link-info .cont-wrap .title {
    width: 150px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    background: #fe7b06;
    font-size: 16px;
}
.container .link-info .cont-wrap .list-info {
    width: calc(100% - 170px);
}
.container .link-info .cont-wrap .list-info .item {
    width: 31%;
    border: 1px #cccccc solid;
    height: 48px;
    line-height: 48px;
    position: relative;
}
.container .link-info .cont-wrap .list-info .item .name {
    font-size: 16px;
    color: #666;
    cursor: pointer;
}
.container .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);
}
.container .link-info .cont-wrap .list-info .item .sub-list {
    position: absolute;
    top: 48px;
    left: 0;
    right: 0;
    width: 100%;
    background: #ffffff;
    display: none;
}
.container .link-info .cont-wrap .list-info .item .sub-list .link {
    font-size: 16px;
    color: #999;
    border-bottom: 1px #f7f7f8 solid;
}
.container .link-info .cont-wrap .list-info .item .sub-list .link:last-child {
    border-bottom: none;
}
.container footer {
    background-color: #211f20;
    color: #fff;
}
.container footer .footer-wrap {
    color: #fff;
    min-width: 1200px;
}
.container footer .footer-wrap .content {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    font-size: 14px;
    color: #fff;
}
.container footer .footer-wrap .content .title {
    font-size: 18px;
}
.container footer .footer-wrap .content .cont {
    width: 50%;
    font-size: 14px;
}
.container footer .footer-wrap .content .cont .code {
    width: auto;
    text-align: center;
}
.container footer .footer-wrap .content .cont .code img {
    width: 100px;
}
.container footer .footer-wrap .content .cont .code .title {
    font-size: 14px;
}
.container footer .footer-wrap .content .cont .code:last-child {
    margin-left: 20px;
}
.container footer .footer-wrap .footer-info {
    border-top: 1px #e3e3e3 solid;
    font-size: 12px;
}
