* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 14px;
    font-family: "Microsoft YaHei", 微软雅黑, "Microsoft JhengHei", 华文细黑, STHeiti, MingLiu;
    letter-spacing: 1px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

body,
html {
    margin: 0;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #333;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: normal;
    color: #333;
}

p {
    margin: 0;
    margin-bottom: 10px;
    line-height: 26px;
    color: #666;
    letter-spacing: 0;
}

input:focus,
textarea:focus,
button:focus {
    outline: 0;
}

.container {
    width: 1630px;
    padding: 0 15px;
    margin: 0 auto;
}

.container1 {
    width: 1500px;
    padding: 0 15px;
    margin: 0 auto;
}

.mainCot {
    width: 1130px;
    padding: 0 15px;
    margin: 0 auto;
}

.flex {
    display: flex;
}

.flexBox {
    display: flex;
    justify-content: space-between;
}

.flexCenter {
    display: flex;
    align-items: center;
}

.flexWrap {
    display: flex;
    flex-wrap: wrap;
}

img {
    width: 100%;
    display: inherit;
}

/* index */
.header {
    background: rgba(48, 48, 48, 0);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.header.fixed {
    background: rgba(48, 48, 48, 0.8);
}

.headCot {
    height: 70px;
}

.logo {
    width: 120px;
}

.menu li a {
    line-height: 70px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 2px;
}

.menu li {
    margin-right: 80px;
    position: relative;
}

.menu li:last-child {
    margin: 0;
}

.menu li.active:after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    height: 4px;
    width: 70px;
    background: #DA2837;
    margin-left: -35px;
}

.swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 30px !important;
}

.swiper-pagination>span {
    width: 18px;
    height: 18px;
    background: #858585;
    margin: 0 10px !important;
}

.swiper-pagination>span span {
    display: none;
}

.swiper-pagination .swiper-pagination-bullet-active {
    width: 28px;
    height: 28px;
}

.swiper-pagination .swiper-pagination-bullet-active span {
    display: block;
    color: #fff;
    text-align: center;
    line-height: 28px;
}

.ind1 {
    padding-top: 90px;
}

.ind1Left {
    width: 46%;
    padding-right: 80px;
}

.ind1Right {
    width: 54%;
}

.ind1Tit h3 {
    font-size: 24px;
}

.ind1Tit {
    margin-bottom: 30px;
}

.ind1Wz p {
    margin: 0;
}

.ind1Btn a {
    width: 180px;
    height: 50px;
    border: solid 1px #C30D23;
    line-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #DA2837;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    position: relative;
}

.ind1Btn a span {
    position: relative;
}

.ind1Ico {
    width: 56px;
    margin-left: 10px;
    position: relative;
}

.ind1Ico img:last-child {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    opacity: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.ind1Btn a:hover {
    color: #fff;
}

.ind1Btn a:before {
    content: '';
    width: 0;
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #C30D23;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.ind1Btn a:hover::before {
    width: 100%;
}

.ind1Btn a:hover .ind1Ico img:last-child {
    opacity: 1;
}

.ind1Btn {
    margin-top: 40px;
}

.ind2 {
    padding: 90px 0;
}

.tit {
    text-align: center;
    overflow: hidden;
    max-width: 1100px;
    margin: 0 auto 60px;
}

.tit h3 {
    font-size: 28px;
    letter-spacing: 4px;
    margin-bottom: 20px;
}

.tit h5 {
    color: #999;
}

.tit h5 span:before {
    content: '';
    position: absolute;
    top: 50%;
    right: calc(100% + 30px);
    background: #e0e0e0;
    width: 600px;
    height: 1px;
}

.tit h5 span:after {
    content: '';
    position: absolute;
    top: 50%;
    left: calc(100% + 30px);
    background: #e0e0e0;
    width: 600px;
    height: 1px;
}

.tit h5 span {
    position: relative;
}

.ind2Item {
    width: 20%;
    padding: 20px 10px;
}

.ind2Cot {
    margin: -20px -10px;
}

.ind2Pic {
    overflow: hidden;
}

.ind2Pic img {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.ind2Item a:hover .ind2Pic img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.ind2Btn {
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
}

.ind2Btn span {
    display: block;
    text-align: center;
    line-height: 40px;
    position: relative;
    color: #fff;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    top: 0;
    white-space: nowrap;
}

.ind2Btn span:first-child {
    background: #DA2837;
}

.ind2Btn span:last-child {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #333;
}

.ind2Item a:hover .ind2Btn span:first-child {
    top: -40px;
}

.ind2Item a:hover .ind2Btn span:last-child {
    top: 0;
}

.ind3 {
    background: url(../image/ind3Bg.jpg) no-repeat center fixed;
    padding: 90px 0;
}

.tit.titWhite * {
    color: #fff;
}

.tit.titWhite h5 span:before,
.tit.titWhite h5 span:after {
    border-color: #fff;
}

.tit h3 img {
    width: 42px;
    height: 49px;
    display: inline-block;
    margin: 0 20px;
    position: relative;
    top: 10px;
}

.ind3List {
    flex: 1;
    text-align: center;
}

.ind3Ico {
    max-width: 132px;
    margin: 0 auto 24px;
}

.ind3Item h5 {
    font-size: 18px;
    color: #fff;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.ind3Item p {
    color: #fff;
}

.ind3Center {
    max-width: 335px;
    position: relative;
    margin: 0 auto;
}

.ind3Center h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    font-size: 54px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.ind4 {
    padding-top: 90px;
}

.ind4Right {
    width: 68%;
}

.ind4Left {
    width: 32%;
    padding: 70px 0;
    padding-right: 40px;
    position: relative;
}

.ind4Item {
    padding-left: 100px;
    position: relative;
    margin-bottom: 70px;
}

.ind4Item:last-child {
    margin: 0;
}

.ind4Icon {
    width: 58px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    border-radius: 50%;
    background: #DA2837;
    color: #fff;
    font-size: 24px;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.ind4Icon img {
    width: 28px;
    margin: 0 auto;
}

.ind4Left:before {
    content: '';
    width: 1px;
    height: 100%;
    border-left: dashed 1px #DA2837;
    position: absolute;
    top: 0;
    left: 29px;
}

.ind4Wz h5 {
    font-size: 18px;
    margin-bottom: 8px;
}

.ind5 {
    padding: 90px 0;
}

.ind5Item {
    width: 33.33%;
    padding: 0 15px;
}

.ind5Cot {
    margin: 0 -15px;
}

.ind5Wz h5 {
    font-size: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #e0e0e0;
    margin-bottom: 20px;
}

.ind5Wz h3 {
    font-weight: bold;
    font-size: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 10px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.ind5Wz p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.ind5Wz {
    margin-bottom: 40px;
}

.ind5Pic {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.ind5Pic img {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.mask {
    background: rgba(218, 40, 55, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.ind5Pic h3 {
    font-size: 28px;
    color: #fff;
    letter-spacing: 2px;
}

.ind5Item a:hover .ind5Pic img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.ind5Item a:hover .mask {
    opacity: 1;
}

.ind5Item a:hover .ind5Wz h3 {
    color: #DA2837;
}

.ind5Date {
    font-size: 16px;
    letter-spacing: 0;
}

.footer {
    background: #303030;
}

.footTop {
    padding: 60px 0 50px;
}

.footLogo {
    width: 140px;
}

.footMenu {
    padding: 0 30px;
}

.footMenu ul {
    margin: 0 -10px;
}

.footMenu li {
    padding: 0 10px;
    min-width: 160px;
}

.footMenu li h5 {
    color: #fff;
    margin-bottom: 10px;
}

.footMenu li p {
    margin: 0;
}

.footMenu li p a {
    color: #ccc;
    font-size: 13px;
}

.ewm li {
    padding: 0 5px;
    text-align: center;
}

.ewmIco {
    width: 90px;
    margin-bottom: 4px;
}

.ewm ul {
    margin: 0 -5px;
}

.ewm p {
    color: #fff;
}

.footContact h5 {
    color: #fff;
    margin-bottom: 10px;
}

.footContact p {
    font-size: 13px;
    color: #ccc;
    margin: 0;
}

.footBott {
    padding: 20px 0;
    text-align: center;
    border-top: solid 1px #555;
}

.footBott p {
    margin: 0;
    color: #aaa;
}

.footBott a{
    color: #fff;
    margin-left: 10px;
}


/* about */
.ab1 {
    padding-top: 80px;
}

.mainTit {
    text-align: center;
    margin-bottom: 40px;
}

.mainTit h3 {
    font-size: 36px;
    letter-spacing: 6px;
    margin-bottom: 12px;
    position: relative;
    line-height: 1;
}

.mainTit h5 {
    font-size: 18px;
    color: #666;
    text-transform: uppercase;
}

.mainTit h3:after {
    content: '';
    width: 300px;
    border-top: 1px #aaa solid;
    position: absolute;
    left: calc(50% + 100px);
    bottom: 0;
}

.mainTit h3:before {
    content: '';
    width: 300px;
    border-top: 1px #aaa solid;
    position: absolute;
    right: calc(50% + 100px);
    bottom: 0;
}

.ab1Left {
    width: 64%;
    padding-right: 60px;
}

.ab1Right {
    width: 36%;
}

.ab1Left h3 {
    font-size: 64px;
    line-height: 80px;
    margin-bottom: 30px;
    text-transform: capitalize;
}

.ab1Left h5 {
    font-size: 24px;
    margin-bottom: 30px;
}

.ab1Wz li {
    width: 50%;
    padding: 0 20px;
}

.ab1Wz ul {
    margin: 0 -20px;
}

.ab2 {
    padding: 80px 0;
}

.ab2Tit h3 {
    font-size: 30px;
    margin-bottom: 4px;
    letter-spacing: 2px;
}

.ab2Tit h5 {
    font-size: 16px;
    color: #999;
    text-transform: capitalize;
    letter-spacing: 0;
}

.ab2Tit {
    padding-bottom: 64px;
    position: relative;
}

.ab2Tit:after {
    content: '';
    width: 32px;
    height: 4px;
    background: #DA363B;
    position: absolute;
    bottom: 40px;
}

.ab2Cot li {
    width: 25%;
    text-align: center;
    padding: 0 15px;
}

.ab2Cot ul {
    margin: 0 -15px;
}

.ab2Ico {
    width: 126px;
    margin: 0 auto 24px;
}

.ab2Cot li h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    letter-spacing: 2px;
}

.ab2Cot li p {
    margin: 0;
}



/* contact */
.cont1Top {
    padding: 60px 0 20px;
}

.cont1Bott {
    padding: 80px 0;
    background: #F5F5F5;
}

.cont1Left {
    width: 52%;
}

.cont1Form {
    width: 48%;
}

.cont1Item span {
    width: 110px;
    font-size: 16px;
    line-height: 30px;
}

.cont1Item p {
    width: calc(100% - 110px);
    line-height: 30px;
    margin: 0;
}

.cont1Item {
    margin-bottom: 44px;
}

.cont1Item:last-child {
    margin: 0;
}

.cont1Input {
    margin-bottom: 14px;
    color: #666;
    position: relative;
}

.cont1Input span {
    position: absolute;
    top: 0;
    left: 15px;
    line-height: 48px;
}

.cont1Input input {
    width: 100%;
    background: none;
    border: 0;
    line-height: 48px;
    padding: 0 20px 0 60px;
    background: #E7E4E7;
}

.cont1Input textarea {
    width: 100%;
    background: none;
    border: 0;
    line-height: 48px;
    padding: 0 20px 0 60px;
    height: 120px;
    background: #E7E4E7;
}

.cont1Form button {
    line-height: 48px;
    border: 0;
    width: 100%;
    background: #303030;
    color: #fff;
}

.cont2Top {
    padding: 30px 0;
    text-align: center;
    background: #554F4F;
}

.cont2Top h3 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #fff;
}

.cont2Top p {
    color: #ddd;
    margin: 0;
}

.cont2Bott {
    padding: 50px 0;
}



/* news */
.news {
    padding: 80px 0;
}

.newsNav li {
    text-align: center;
    width: 33.33%;
    padding-bottom: 30px;
    position: relative;
}

.newsNav li a {
    font-size: 24px;
}

.newsNav {
    border-bottom: 4px #eee solid;
    margin-bottom: 60px;
}

.newsNav li.active a {
    color: #DA2837;
}

.newsNav li.active a:after {
    content: '';
    width: 100%;
    left: 0;
    background: url(../image/actived.png) no-repeat center bottom;
    height: 12px;
    position: absolute;
    bottom: -4px;
}

.newsLeft {
    width: 41%;
}

.newsRight {
    width: 59%;
    padding-left: 60px;
    padding-top: 20px;
    position: relative;
}

.img {
    margin-bottom: 30px;
}

.newsWz h5 {
    font-size: 18px;
    margin-bottom: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.newsWz p {
    color: #999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.newsRight:before {
    content: '';
    height: 100%;
    position: absolute;
    left: 160px;
    border-left: solid 2px #E4E4E4;
    top: 0;
}

.newsRight li a {
    display: flex;
    justify-content: space-between;
}

.newsDate p {
    letter-spacing: 0;
}

.newsDate {
    width: 100px;
    position: relative;
}

.newsTxt {
    padding-left: 30px;
    width: calc(100% - 100px);
}

.newsRight li {
    margin-bottom: 50px;
}

.newsRight li:last-child {
    margin: 0;
}

.newsDate:before {
    content: '';
    width: 18px;
    height: 18px;
    position: absolute;
    left: 100%;
    border: solid 1px #e4e4e4;
    border-radius: 50%;
    margin-left: -9px;
    background: #fff;
    top: 3px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.newsDate:after {
    content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    left: 100%;
    border-radius: 50%;
    margin-left: -5px;
    background: #e4e4e4;
    top: 7px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.newsTxt h5 {
    font-size: 16px;
    margin-bottom: 10px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.newsTxt p {
    color: #999;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.newsRight li a:hover h5,
.newsLeft a:hover h5 {
    color: #DA2837;
}

.newsRight li a:hover .newsDate:before {
    border-color: #DA2837;
}

.newsRight li a:hover .newsDate:after {
    background: #DA2837;
}


/* newsDot */
.newsDLeft {
    width: calc(100% - 340px);
}

.newsDRight {
    width: 280px;
}

.newsDTit {
    text-align: center;
    padding-bottom: 20px;
    border-bottom: solid 1px#e4e4e4;
    margin-bottom: 20px;
}

.newsDTit h3 {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 10px;
}

.newsDTit p {
    text-align: right;
    margin: 0;
    color: #999;
}

.newsDTit p span {
    margin-left: 20px;
}

.newsDWz p img {
    max-width: 100%;
    width: auto;
    margin: 0 auto;
}

.angleLeft {
    background: #DA2837;
    height: 54px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.angleLeft img {
    width: 24px;
}

.angleRight {
    background: #DA2837;
    height: 54px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.angleRight img {
    width: 24px;
    transform: rotate(180deg);
}

.newsDSwiper {
    background: #f5f5f5;
    padding: 10px;
}

.newsTit {
    background: #303030;
    padding: 0 15px;
}

.newsTit h5 {
    font-size: 16px;
    color: #fff;
    line-height: 50px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.newsDItme {
    margin-bottom: 10px;
}

.newsImg {
    padding-bottom: 210px;
    overflow: hidden;
    position: relative;
}

.newsDPic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.newsDItme:hover .newsDPic {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.newsDItme:hover .newsTit h5 {
    color: #DA2837;
}

.case1Top {
    padding: 60px 0 20px;
}

.case1Bott {
    background: #f5f5f5;
    padding: 40px 0 60px;
}

.case1Tit {
    text-align: center;
    margin-bottom: 30px;
}

.case1Tit h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.case1Tit h5 {
    color: #999;
    letter-spacing: 0;
}

.case1Item {
    width: 20%;
    padding: 0 20px;
}

.case1Cot {
    margin: 0 -20px;
}

.case2 {
    padding: 60px 0;
}

.case2Tit {
    margin-bottom: 40px;
}

.case2Tit h5 {
    color: #999;
    letter-spacing: 0px;
}

.case2Tit h5 span {
    font-size: 24px;
    color: #333;
    margin-right: 20px;
    letter-spacing: 1px;
}

.case2Item {
    width: 25%;
    padding: 0 20px;
}

.case2Cot {
    margin: 0 -20px;
}



/* detail  */
.detail {
    padding: 80px 0;
}

.detailLeft {
    width: 300px;
    margin-right: 60px;
    background: #303030;
    padding: 70px;
}

.detailRight {
    width: calc(100% - 360px);
}

.detailCot {
    align-items: flex-start;
}

.detailLeft h3 {
    font-size: 16px;
    color: #fff;
    position: relative;
    line-height: 20px;
    margin-bottom: 20px;
}

.detailLeft>ul>li {
    padding-left: 20px;
    margin-bottom: 40px;
}

.detailLeft h3:before {
    content: '';
    width: 9px;
    height: 9px;
    background: #DA2837;
    border-radius: 50%;
    position: absolute;
    left: -20px;
    top: 10px;
    margin-top: -4px;
}

.detailLeft h3:after {
    content: '';
    width: 100px;
    background: #DA2837;
    position: absolute;
    left: 0;
    bottom: -10px;
    height: 1px;
}

.detailLeft li li a {
    color: #ddd;
    display: block;
    line-height: 30px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.detailLeft li li a:hover,
.detailLeft li li.active a {
    color: #DA2837;
}

.detailInfoLeft {
    width: 36%;
    padding: 10px;
    border: solid 1px #e0e0e0;
}

.detailInfoRight {
    width: calc(64% - 260px);
    padding: 40px 50px 0;
}

.detailInfoRight h3 {
    font-size: 24px;
    margin-bottom: 30px;
}

.detailInfoWz p {
    margin-bottom: 12px;
}

.btn li a {
    width: 120px;
    margin: 0 10px;
    line-height: 40px;
    border-radius: 40px;
    border: solid 1px #DA2837;
    display: inline-block;
    text-align: center;
    color: #DA2837;
}

.btn ul {
    margin: 0 -10px;
    display: flex;
}

.btn li:first-child a {
    background: #DA2837;
    color: #fff;
}

.detailInfo {
    margin-bottom: 40px;
}

.inner img {
    max-width: 100%;
    width: auto;
}

.page {
    margin-top: 30px;
}

.page li a {
    color: #666;
    line-height: 40px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.page li a:hover {
    color: #DA2837;
}

.page li {
    list-style: inside;
}


/* code */
.code {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 10;
    display: flex;
    align-items: center;
    margin-right: -200px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.code.into {
    margin-right: 0;
}

.codeBtn {
    width: 34px;
    height: 120px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background: #da363b;
    color: #fff;
    padding: 20px 4px;
    text-align: center;
    font-size: 16px;
    position: relative;
    cursor: pointer;
}

.codeBox {
    background: #fff;
    width: 200px;
    height: 356px;
    padding: 18px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.codeTit {
    border-bottom: solid 1px #ddd;
    padding-bottom: 18px;
    text-align: center;
    margin-bottom: 14px;
    padding-top: 10px;
}

.codeTit h3 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.codeTit img {
    width: 14px;
    margin-right: 4px;
}

.codePhone h5 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 28px;
}

.codePhone h5 img {
    width: 20px;
    margin-right: 10px;
}

.codePhone h5 span {
    font-size: 18px;
}

.codePhone {
    margin-bottom: 18px;
}

.codeEwm {
    text-align: center;
}

.codeEwm p {
    color: #333;
    font-size: 13px;
    letter-spacing: 1px;
}

.returnTop {
    position: fixed;
    bottom: 60px;
    right: 60px;
    width: 42px;
    height: 42px;
    z-index: 9;
}


/* 手机端导航 */
.menuBox {
    position: fixed;
    width: 62%;
    top: 0;
    left: -62%;
    height: 100%;
    z-index: 999999999;
    background: #303030;
    color: #fff;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.menuBox.active {
    left: 0;
}

.menuAll {
    position: relative;
    height: 100%;
    top: 0;
    padding-top: 43px;
}

.menuTitle {
    padding: 5px 10px;
    font-size: 16px;
    line-height: 32px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.menuTitle i.fa {
    font-size: 20px;
    line-height: 32px;
    float: left;
    margin-right: 15px;
}

.menuBody {
    height: 100%;
    overflow: auto;
}

.menuBody ul {
    padding: 0;
    margin: 0;
}

.menuBody li.ua {
    padding: 0;
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}

.menuBody li a {
    color: #fff;
    line-height: 36px;
    padding: 0 15px;
    font-size: 12px;
    display: block;
}

.menuBody li a img {
    display: inline-block;
    width: 12px;
    float: right;
    margin: 13px 0;
}

.menuBody li a .fa {
    float: right;
    line-height: 36px;
    font-size: 18px;
}

.menuBody ul.ul2_0 {
    background: rgba(255, 255, 255, 0.2);
    display: none;
}

.menuBody ul.ul2_0 li {
    border-top: solid 1px rgba(255, 255, 255, 0.1);
}

.menuBody ul.ul2_0 li a {
    padding-left: 35px;
}

.menuBody li a.ua_a {
    line-height: 38px;
}

.menuBody li a:after {
    content: "";
    display: table;
    clear: both;
}

.p_logo {
    height: 40px;
    display: inline-block;
    float: left;
}

.p_logo img {
    height: 100%;
    width: auto;
}

.header_phone {
    background: #303030;
    padding: 10px 15px;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99999999;
}

a.p_menubtn span {
    display: block;
    width: 30px;
    height: 2px;
    background: #fff;
    margin: 7px 0 5px;
}

.header_p_box {
    position: relative;
}

a.p_menubtn {
    display: inline-block;
    float: right;
    padding: 4px 0 0;
}

.header_p_box:after {
    content: "";
    display: table;
    clear: both;
}

.visible-xs {
    display: none;
}

.bds_weixin{
    width: 22px !important;
    height: 22px !important;
    background: url(../image/wechat.png) no-repeat center !important;
    padding: 0 !important;
}

#bdshare_weixin_qrcode_dialog{
    height: 316px !important;
}








@media(max-width: 1700px) {
    .container,.container1 {
        width: 1430px;
    }
}

@media(max-width: 1440px) {
    .container,.container1 {
        width: 1130px;
    }

    .footMenu li {
        min-width: auto;
    }

    .btn {
        display: none;
    }

    .detailInfoRight {
        width: 64%;
    }
}

@media(max-width: 1200px) {

    .container,
    .mainCot,.container1 {
        width: 970px;
    }

    .menu li {
        margin-right: 60px;
    }
}

@media(max-width: 991px) {

    .container,
    .mainCot,.container1 {
        width: 750px;
    }

    .menu li {
        margin-right: 50px;
    }

    .returnTop {
        display: none;
    }

    .ind4Left {
        width: 40%;
        padding: 20px 0;
    }

    .footMenu {
        display: none;
    }

    .case1Item {
        padding: 0 10px;
    }

    .case1Cot {
        margin: 0 -10px;
    }

    .case2Item {
        padding: 0 10px;
    }

    .case2Cot {
        margin: 0 -10px;
    }

    .ind2Item {
        width: 33.33%;
    }

    .ind3Center h3 {
        font-size: 36px
    }

    .ab1Wz ul {
        flex-direction: column;
    }

    .ab1Wz li {
        width: 100%;
    }

    .ab2Cot li p br {
        display: none;
    }

    .detailLeft {
        width: 240px;
        margin-right: 30px;
        padding: 40px 30px;
    }

    .detailRight {
        width: calc(100% - 270px);
    }

    .detailInfo {
        flex-direction: column;
    }

    .detailInfoLeft {
        width: 100%;
    }

    .detailInfoRight {
        width: 100%;
    }
}

@media(max-width: 768px) {

    .container,
    .mainCot,.container1 {
        width: 100%;
    }

    .header {
        display: none;
    }

    .visible-xs {
        display: block;
    }

    .banner {
        margin-top: 60px;
    }

    .swiper-pagination-bullet span {
        display: none !important;
    }

    .swiper-pagination>span {
        width: 10px !important;
        height: 10px !important;
        margin: 0 5px !important;
    }

    .swiper-pagination {
        bottom: 10px !important;
    }

    .code {
        display: none;
    }

    .ind1 {
        padding-top: 40px;
    }

    .ind1Cot {
        flex-direction: column;
    }

    .ind1Left {
        width: 100%;
        padding: 0 0 20px;
    }

    .ind1Tit h3 {
        font-size: 18px;
    }

    .ind1Tit {
        margin-bottom: 20px;
    }

    .ind1Btn {
        margin-top: 20px;
    }

    .ind1Right {
        width: 100%;
    }

    .ind2 {
        padding: 40px 0;
    }

    .tit {
        margin: 0 auto 20px;
    }

    .tit h3 {
        font-size: 18px;
        letter-spacing: 1px;
        margin-bottom: 10px;
    }

    .ind2Item {
        width: 50%;
        padding: 10px 5px;
    }

    .ind2Cot {
        margin: -10px -5px;
    }

    .ind2Btn {
        margin-bottom: 10px;
    }

    .ind3 {
        padding: 40px 0;
        background-attachment: inherit;
    }

    .tit h3 img {
        width: 24px;
        height: auto;
        margin: 0 5px;
        top: 2px;
    }

    .ind3List:nth-child(2) {
        display: none;
    }

    .ind3List {
        padding: 10px;
    }

    .ind3Cot {
        margin: -10px;
    }

    .ind3Ico {
        max-width: 90px;
        margin: 0 auto 10px;
    }

    .ind3Item h5 {
        font-size: 16px;
        letter-spacing: 1px;
    }

    .ind3Item p br {
        display: none;
    }

    .ind3Item p {
        font-size: 12px;
    }

    .ind4 {
        padding-top: 40px;
    }

    .ind4Left {
        width: 100%;
    }

    .ind4Cot {
        flex-direction: column;
    }

    .ind4Icon {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .ind4Left:before {
        left: 20px;
    }

    .ind4Item {
        padding-left: 60px;
        margin-bottom: 20px;
    }

    .ind4Wz h5 {
        font-size: 16px;
        margin-bottom: 0px;
    }

    .ind4Right {
        width: 100%;
        margin-top: 20px
    }

    .ind5 {
        padding: 40px 0;
    }

    .ind5Cot {
        flex-direction: column;
    }

    .ind5Item {
        width: 100%;
        margin-bottom: 20px;
    }

    .ind5Item:last-child {
        margin: 0;
    }

    .ind5Wz h5 {
        font-size: 16px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .ind5Wz h3 {
        font-size: 16px;
        margin-bottom: 4px;
    }

    .ind5Wz {
        margin-bottom: 10px;
    }

    .ind5Pic {
        margin-bottom: 10px;
    }

    .ind5Date {
        font-size: 14px;
    }

    .footLogo {
        display: none;
    }

    .footTop {
        padding: 30px 0 20px;
    }

    .ewm li:first-child {
        display: none;
    }

    .footBott {
        padding: 6px 15px;
    }

    .footBott p {
        font-size: 12px;
        line-height: 20px;
        text-align: left;
    }

    .mainBan {
        margin-top: 60px
    }

    .mainBan img {
        width: 160%;
        margin: 0 -30%;
    }

    .ab1 {
        padding-top: 40px;
    }

    .mainTit h3 {
        font-size: 18px;
        letter-spacing: 1px;
        margin-bottom: 8px;
    }

    .mainTit h5 {
        font-size: 14px;
    }

    .mainTit h3:before {
        width: 100px;
        right: calc(50% + 60px);
    }

    .mainTit h3:after {
        width: 100px;
        left: calc(50% + 60px);
    }

    .mainTit {
        margin-bottom: 20px;
    }

    .ab1Cot {
        flex-direction: column;
    }

    .ab1Left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px;
    }

    .ab1Left h3 {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 10px;
    }

    .ab1Left h5 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .ab1Wz ul {
        flex-direction: column;
    }

    .ab1Wz li {
        width: 100%;
        padding: 0 20px;
    }

    .ab1Left {
        margin-bottom: 0;
    }

    .ab1Right {
        display: none;
    }

    .ab2 {
        padding: 40px 0;
    }

    .ab2Tit h3 {
        font-size: 18px;
        letter-spacing: 1px;
    }

    .ab2Tit h5 {
        font-size: 14px;
    }

    .ab2Tit {
        padding-bottom: 50px;
    }

    .ab2Cot ul {
        flex-wrap: wrap;
        margin: -15px;
    }

    .ab2Cot li {
        width: 50%;
        padding: 15px;
    }

    .ab2Ico {
        width: 90px;
        margin: 0 auto 10px;
    }

    .ab2Cot li h3 {
        font-size: 16px;
        margin-bottom: 6px;
        letter-spacing: 1px;
    }

    .ab2Cot li p br {
        display: none;
    }

    .ab2Cot li p {
        font-size: 12px;
        line-height: 20px;
    }

    .news {
        padding: 40px 0;
    }

    .newsNav li a {
        font-size: 16px;
    }

    .newsNav li {
        padding-bottom: 14px;
    }

    .newsNav {
        margin-bottom: 20px;
    }

    .newsCot {
        flex-direction: column;
    }

    .newsLeft {
        width: 100%;
        margin-bottom: 10px;
    }

    .img {
        margin-bottom: 20px;
    }

    .newsWz h5 {
        font-size: 16px;
        margin-bottom: 6px;
    }

    .newsRight li a {
        display: block;
    }

    .newsRight {
        width: 100%;
        padding: 0;
    }

    .newsRight:before,
    .newsDate:before,
    .newsDate:after {
        display: none;
    }

    .newsDate {
        width: 100%;
    }

    .newsDate p {
        margin: 0;
    }

    .newsTxt {
        padding: 0;
        width: 100%;
    }

    .newsRight li {
        margin-bottom: 10px;
    }

    .newsTxt h5 {
        margin-bottom: 4px;
    }

    .newsDRight {
        display: none;
    }

    .newsDLeft {
        width: 100%;
    }

    .newsDTit h3 {
        font-size: 16px;
    }

    .case1Top {
        padding: 40px 0 0;
    }

    .case1Bott {
        padding: 40px 0;
    }

    .case1Tit {
        margin-bottom: 20px;
    }

    .case1Tit h3 {
        font-size: 18px;
        margin-bottom: 4px;
    }

    .case1Item,
    .case2Item {
        width: 50%;
        padding: 10px;
    }

    .case1Cot,
    .case2Cot {
        flex-wrap: wrap;
        margin: -10px;
    }

    .case2 {
        padding: 40px 0;
    }

    .case2Tit h5 span {
        font-size: 18px;
        margin-right: 10px;
    }

    .case2Tit {
        margin-bottom: 20px;
    }

    .cont1Top {
        padding: 40px 0 0;
    }

    .cont1Bott {
        padding: 40px 0;
    }

    .cont1Bott>div {
        flex-direction: column;
    }

    .cont1Left {
        width: 100%;
        margin-bottom: 20px;
    }

    .cont1Form {
        width: 100%
    }

    .cont1Item span {
        width: 80px;
        font-size: 14px;
    }

    .cont1Item p {
        width: calc(100% - 80px);
    }

    .cont1Item {
        margin-bottom: 8px;
    }

    .cont2Top h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .cont2Bott {
        padding: 40px 0;
    }

    .detail {
        padding: 40px 0;
    }

    .detailLeft {
        display: none;
    }

    .detailRight {
        width: 100%;
    }

    .detailInfoLeft {
        width: 100%;
    }

    .detailInfo {
        flex-direction: column;
        margin-bottom: 20px;

    }

    .detailInfoRight {
        width: 100%;
        padding: 20px 0 0;
    }

    .detailInfoRight h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .detailInfoWz p {
        margin-bottom: 2px;
    }

    .page {
        margin-top: 20px;
    }

    .page li a {
        line-height: 30px;
    }

    *{
        -webkit-user-select: auto;
    }






















}