* {
    padding: 0;
    margin: 0;
}

body,
html {
    padding: 0;
    margin: 0;
}

/* 网站灰色 */

/* html {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)
} */

body {
    background: #fff;
    box-sizing: border-box;
    font-size: 12px;
}

a,
li {
    list-style: none;
    text-decoration: none;
}

a {
    color: #333;
    font-size: 14px;
}

a:hover {
    color: #5259F4;
}

button,
textarea,
input {
    border: none;
    outline: none;
}

button {
    cursor: pointer;
}

/* ::-webkit-scrollbar {
    display: none;
} */

/***
 * _ooOoo_
 * o8888888o
 * 88" . "88
 * (| -_- |)
 *  O\ = /O
 * ___/`---'\____
 * .   ' \\| |// `.
 * / \\||| : |||// \
 * / _||||| -:- |||||- \
 * | | \\\ - /// | |
 * | \_| ''\---/'' | |
 * \ .-\__ `-` ___/-. /
 * ___`. .' /--.--\ `. . __
 * ."" '< `.___\_<|>_/___.' >'"".
 * | | : `- \`.;`\ _ /`;.`/ - ` : | |
 * \ \ `-. \_ __\ /__ _/ .-` / /
 * ======`-.____`-.___\_____/___.-`____.-'======
 * `=---='
 *          .............................................
 *           佛曰：bug泛滥，我已瘫痪！
 */
/* 样式 */
/*.headsubcts {
    position: fixed;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    z-index: 90;
    transition: all 0.3s;
}*/

.headsubcts {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    background: #fff;
}

.headsubcts:hover {
    background: #fff;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
}

.headsubctCur {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 90;
    background: #fff;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
}

.headsubModelNav {
    overflow: hidden;
    position: absolute;
    width: 28px;
    height: 28px;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    z-index: 80;
    display: none;
}

.headsubModelNav img {
    overflow: hidden;
    position: relative;
    display: block;
    width: 100%;
    height: 1005;
}

.headsubctConts {
    position: relative;
    width: calc(100% - 30px);
    max-width: 1400px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.headsubctConLogos {
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
}

.headsubctConLogos img {
    overflow: hidden;
    position: relative;
    display: block;
    height: auto;
    max-height: 120px;
    width: auto; 
}

.headsubctConLogos img.imgnone {
    display: none;
}

.headsubctConLogos img.imgblack {
    display: block;
}

.headsubctCur .headsubctConLogos img.imgnone {
    display: block;
}

.headsubctCur .headsubctConLogos img.imgblack {
    display: none;
}

.headsubcts:hover .headsubctConLogos img.imgnone {
    display: block;
}

.headsubcts:hover .headsubctConLogos img.imgblack {
    display: none;
}

.headsubctConNavs {
    position: relative;
}

.headsubctConNavs ul {
    position: relative;
    display: flex;
    align-items: center;
}

.headsubctConNavs ul li {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 40px;
}

.headsubctConNavs ul li .headsubNavOne {
    position: relative;
}


.headsubctConNavs ul li .headsubNavOne a {
    position: relative;
    height: 120px;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #333;
}

.headsubctCur .headsubctConNavs ul li .headsubNavOne a {
    color: #333;
}

.headsubcts:hover .headsubctConNavs ul li .headsubNavOne a {
    color: #333;
}

.headsubctConNavs ul li .headsubNavTwo {
    overflow: hidden;
    position: absolute;
    width: 180px;
    padding: 10px 0;
    top: 84px;
    left: 0;
    background: #f0f0f0;
    z-index: 6;
    display: none;
}

.headsubctConNavs ul li .headsubNavTwo a {
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    height: 32px;
    width: calc(100% - 24px);
    padding: 0 12px;
    font-size: 14px;
}

.headsubctConNavs ul li:hover .headsubNavTwo {
    display: block;
}

.headsubctConNavs ul li:hover .headsubNavOne a {
    color: #5259F4;
    transition: all 0.2s;
}

.headsubctConNavs ul li .headsubNavTwo a:hover {
    background: #222;
    color: #fff;
    transition: all 0.2s;
}


.homeSwiperSubct {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.homeSwiperSubct .banerSwiper {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.homeSwiperSubct .swiper-button-next,
.homeSwiperSubct .swiper-button-prev {
    color: #fff;
}

.homeSwipeImgs {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.homeSwipeImgs img {
    overflow: hidden;
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}

.homeProdects {
    overflow: hidden;
    position: relative;
    width: calc(100% - 30px);
    max-width: 1400px;
    padding: 50px 15px 30px 15px;
    margin: auto;
}

.homeProdecTitle {
    overflow: hidden;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.homeProdecTitle span {
    overflow: hidden;
    position: relative;
    display: block;
    font-size: 48px;
    color: #233640;
    text-transform: uppercase;
}

.homeProdecConts {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-top: 30px;
}

.homeProdecConts ul {
    overflow: hidden;
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.homeProdecConts ul::after {
    overflow: hidden;
    position: relative;
    display: block;
    content: "";
    width: calc(33.33% - 12px);
}

.homeProdecConts ul li {
    overflow: hidden;
    position: relative;
    width: calc(33.33% - 12px);
    margin-bottom: 18px;
}

.homeProdecConts ul li a {
    overflow: hidden;
    position: relative;
    width: 100%;
    display: block;
}

.homeProdImage {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.homeProdImage img {
    overflow: hidden;
    position: relative;
    display: block;
    width: 100%;
    transition: all 0.5s;
}

.homeProdTexts {
    overflow: hidden;
    position: relative;
    width: calc(100% - 28px);
    height: 52px;
    background: #F6F8FB;
    display: flex;
    align-items: center;
    padding: 0 14px;
    font-size: 20px;
    color: #233640;
    transition: all 0.5s;
}

.homeProdTexts span {
    overflow: hidden;
    position: relative;
    display: block;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.homeProdecConts ul li:hover .homeProdImage img {
    transform: scale(1.2);
    transition: all 0.5s;
}

.homeProdecConts ul li:hover .homeProdTexts {
    background: #ba1a22;
    color: #fff;
    width: calc(100% - 40px);
    padding: 0 20px;
}


.homeProjects {
    overflow: hidden;
    position: relative;
    width: 100%;
    min-height: 300px;
    background: url(../img/baisibg.jpg) center no-repeat;
    background-attachment: fixed;
    display: flex;
    justify-content: center;
    padding: 100px 0 80px 0;
}

.homeProjects:after {
    overflow: hidden;
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
    top: 0;
    left: 0;
    z-index: 2;
    backdrop-filter: blur(6px);
}

.homeProjectModes {
    overflow: hidden;
    position: relative;
    width: calc(100% - 30px);
    max-width: 1400px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 6;
}

.homeJectWenzsm {
    overflow: hidden;
    position: relative;
    width: 390px;
    min-height: 360px;
}

.homeJectSwiper {
    overflow: hidden;
    position: relative;
    width: calc(100% - 420px);
    border-radius: 6px;
}

.homeJectSwiper .jectSwiper {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-bottom: 24px;
}


.homeJectSwiper .swiper-wrapper a {
    overflow: hidden;
    position: relative;
    display: block;
    border-radius: 6px;
    background: #000;
}

.homeJectSwiper .swiper-pagination {
    bottom: 0;
}

.JectSwiperImage {
    overflow: hidden;
    position: relative;
}

.JectSwiperImage img {
    overflow: hidden;
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    transition: all 0.3s;
}

.JectSwiperMinc {
    overflow: hidden;
    position: relative;
    width: calc(100% - 28px);
    height: 52px;
    padding: 0 14px;
    background: #233640;
    display: flex;
    align-items: center;
    transition: all 0.3s;
}

.JectSwiperMinc span {
    overflow: hidden;
    position: relative;
    display: block;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
    color: #fff;
    transition: all 0.3s;
}

.homeJectSwiper .swiper-wrapper a:hover .JectSwiperImage img {
    transform: scale(1.2);
    transition: all 0.3s;
    opacity: 0.4;
}

.homeJectSwiper .swiper-wrapper a:hover .JectSwiperMinc {
    background: #ba1a22;
    transition: all 0.3s;
}

.homeJectSwiper .swiper-wrapper a:hover .JectSwiperMinc span {
    color: #fff;
    transition: all 0.3s;
}

.homeJectWenzText {
    overflow: hidden;
    position: relative;
    width: 100%;
    font-size: 48px;
    text-transform: uppercase;
    color: #233640;
}

.homeJectWenzTrans {
    overflow: hidden;
    position: relative;
    width: 100%;
    font-size: 24px;
    padding: 20px 0 18px 0;
    text-transform: uppercase;
    color: #233640;
}

.homeJectWenzMiaos {
    overflow: hidden;
    position: relative;
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    color: #233640;
}

.homeJectWenzMores {
    overflow: hidden;
    position: relative;
    padding-top: 36px;
}

.homeJectWenzMores a {
    overflow: hidden;
    position: relative;
    width: 210px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 16px;
    border: 2px solid #ba1b22;
    background: #ba1b22;
    border-radius: 5px;
    transition: all 0.4s;
}

.homeJectWenzMores a:hover {
    color: #ba1b22;
    background: #fff;
    transition: all 0.4s;
}

.homeAboutsubct {
    overflow: hidden;
    position: relative;
    width: calc(100% - 30px);
    max-width: 1400px;
    padding: 80px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;
}

.homeAboutsubImgs {
    overflow: hidden;
    position: relative;
    width: calc(100% - 420px - 60px);
    border-radius: 15px;
}

.homeAboutsubImgs img {
    overflow: hidden;
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}

.homeAboutsubWenz {
    overflow: hidden;
    position: relative;
    width: 420px;
}

.homeAboutsubMiaos {
    overflow: hidden;
    position: relative;
    padding: 45px 0 18px 0;
    font-size: 18px;
    line-height: 32px;
    color: #233640;
    max-height: 340px;
}

.homeAboutsubMiaos span {
    overflow: hidden;
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 32px;
    color: #233640;
}

.homeCalaogSubct {
    overflow: hidden;
    position: relative;
    width: 100%;
    background: url(../img/bgimg2.png) center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    backdrop-filter: blur(8px);
}

.homeCalaogSubct::after {
    overflow: hidden;
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.75);
    top: 0;
    left: 0;
    z-index: 1;
    backdrop-filter: blur(5px);
}

.homeCalaoConts {
    overflow: hidden;
    position: relative;
    width: 100%;
    min-height: 300px;
    z-index: 6;
    display: flex;
    align-items: center;
    justify-content: center;
}

.homeCalaoConText {
    overflow: hidden;
    position: relative;
    text-align: center;
}

.homeCalaoConText span {
    overflow: hidden;
    position: relative;
    display: block;
    font-size: 30px;
    color: #233640;
}

.homeCalaoConText a {
    overflow: hidden;
    position: relative;
    width: 210px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 16px;
    border: 2px solid #ba1b22;
    background: #ba1b22;
    border-radius: 5px;
    margin: auto;
    transition: all 0.4s;
    margin-top: 30px;
}

.homeCalaoConText a:hover {
    color: #ba1b22;
    background: #fff;
    transition: all 0.4s;
}

.homeNewSubcts {
    overflow: hidden;
    position: relative;
    width: 100%;
    min-height: 400px;
    display: flex;
    justify-content: center;
    padding: 60px 0;
}

.homeNewConts {
    overflow: hidden;
    position: relative;
    width: calc(100% - 30px);
    max-width: 1400px;
    padding: 0 15px;
}

.homeNewConBiaot {
    overflow: hidden;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.homeNewConBiaText {
    overflow: hidden;
    position: relative;
    font-size: 46px;
    color: #233640;
}

.homeNewConBiaLink {
    overflow: hidden;
    position: relative;
}

.homeNewConBiaLink a {
    overflow: hidden;
    position: relative;
    width: 180px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 16px;
    border: 2px solid #ba1b22;
    background: #ba1b22;
    border-radius: 5px;
    margin: auto;
    transition: all 0.4s;
}

.homeNewConBiaLink a:hover {
    color: #ba1b22;
    background: #fff;
    transition: all 0.4s;
}

.homeNewConLiebs {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-top: 28px;
}

.homeNewConLiebs ul {
    overflow: hidden;
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.homeNewConLiebs ul::after {
    overflow: hidden;
    position: relative;
    display: block;
    content: "";
    width: calc(33.33% - 15px);
}

.homeNewConLiebs ul li {
    overflow: hidden;
    position: relative;
    width: calc(33.33% - 15px);
    border-radius: 6px;
}

.homeNewConLiebs ul li a {
    overflow: hidden;
    position: relative;
    display: block;
}

.homeNewConLieImgs {
    overflow: hidden;
    position: relative;
    width: 100%;
    border-bottom: 5px solid #ba1a22;
}

.homeNewConLieImgs img {
    overflow: hidden;
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    transition: all 0.4s;
}

.homeNewConLieMinc {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 12px 0;
    font-size: 18px;
    color: #233640;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.4s;
}

.homeNewConLieTexts {
    overflow: hidden;
    position: relative;
    font-size: 15px;
    color: #233640;
    line-height: 22px;
}

.homeNewConLieMore {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-top: 12px;
    font-size: 16px;
    color: #233640;
    transition: all 0.4s;
}

.homeNewConLiebs ul li:hover .homeNewConLieImgs img {
    transform: scale(1.2);
    transition: all 0.3s;
}

.homeNewConLiebs ul li:hover .homeNewConLieMore {
    color: #ba1a22;
}

.homeNewConLiebs ul li:hover .homeNewConLieMinc {
    color: #ba1a22;
}

.bottomSubjects {
    overflow: hidden;
    position: relative;
    width: 100%;
    min-height: 100px;
    background: #233640;
    display: flex;
    justify-content: center;
    padding: 60px 0 50px 0;
}

.bottomSubConts {
    overflow: hidden;
    position: relative;
    width: calc(100% - 30px);
    max-width: 1400px;
    padding: 0 15px;
}

.bottomSubConNavs {
    overflow: hidden;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 30px;
    border-bottom: 1px solid #131d22;
}

.bottomSubConLink {
    overflow: hidden;
    position: relative;
}

.bottomSubConLink ul {
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
}

.bottomSubConLink ul li {
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
}

.bottomSubConLink ul li a {
    overflow: hidden;
    position: relative;
    display: block;
    font-size: 15px;
    color: #e6e6e6;
    padding: 0 15px;
}

.bottomSubConLink ul li a::after {
    overflow: hidden;
    position: absolute;
    display: block;
    content: "";
    width: 1px;
    height: 10px;
    background: #e6e6e6;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}

.bottomSubConLink ul li:first-child a {
    padding: 0 15px 0 0;
}

.bottomSubConLink ul li:last-child a::after {
    display: none;
}

.bottomSubConAlbaba {
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
}

.bottomSubConAlbaba a {
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 14px;
}

.bottomSubConAlbaba a img {
    overflow: hidden;
    position: relative;
    display: block;
    width: 18px;
    height: 18px;
}

.bottomSubConAlbaba a span {
    overflow: hidden;
    position: relative;
    display: block;
    font-size: 16px;
    color: #e6e6e6;
    padding-left: 5px;
}

.bottomSubCopy {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-top: 28px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.bottomSubCoInfo {
    overflow: hidden;
    position: relative;
    width: calc(100% - 580px);
}

.bottomSubCoInComs {
    overflow: hidden;
    position: relative;
    font-size: 20px;
    color: #a5a5a5;
    font-weight: bold;
}

.bottomSubCoInTexts {
    overflow: hidden;
    position: relative;
    padding-top: 12px;
}

.bottomSubCoInTexts span {
    overflow: hidden;
    position: relative;
    display: block;
    font-size: 15px;
    color: #a5a5a5;
    padding: 3px 0;
}

.bottomSubCoQuans {
    overflow: hidden;
    position: relative;
}

.bottomSubCoQuans span {
    overflow: hidden;
    position: relative;
    display: block;
    font-size: 15px;
    color: #a5a5a5;
    padding: 3px;
}

.pageInsideImage {
    overflow: hidden;
    position: relative;
    width: 100%;
    max-height: 280px;
    background: #000;
    backdrop-filter: blur(10px);
}

.pageInsideImage img {
    overflow: hidden;
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    opacity: 0.4;
}

.pageInsideCrumb {
    overflow: hidden;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: center;
}

.pageInsideCrumTexts {
    overflow: hidden;
    position: relative;
    width: calc(100% - 30px);
    max-width: 1400px;
    padding: 0 15px;
    height: 52px;
    display: flex;
    align-items: center;
}

.pageInsideCrumTexts span {
    overflow: hidden;
    position: relative;
    display: block;
    font-size: 16px;
    color: #233640;
}

.pageInsideCrumTexts a {
    overflow: hidden;
    position: relative;
    display: block;
    font-size: 16px;
    color: #233640;
    padding: 0 6px;
}

.pageInsideCrumTexts a:hover {
    color: #ba1a22;
}

.pageInsideModes {
    overflow: hidden;
    position: relative;
    width: 100%;
    ;
    display: flex;
    justify-content: center;
}

.pageInsideConts {
    overflow: hidden;
    position: relative;
    width: calc(100% - 30px);
    max-width: 1400px;
    padding: 20px 15px;
    min-height: 500px;
    display: flex;
    justify-content: space-between;
}

.pageInsideDaohan {
    overflow: hidden;
    position: relative;
    width: 300px;
    min-height: 200px;
}

.pageInsideNavs {
    overflow: hidden;
    position: relative;
    width: calc(100% - 2px);
    border: 1px solid #ddd;
}

.pageInsideNavBiaot {
    overflow: hidden;
    position: relative;
    width: calc(100% - 24px);
    height: 52px;
    background: #131d22;
    color: #fff;
    padding: 0 12px;
    display: flex;
    align-items: center;
    font-size: 18px;
}

.pageInsideNavs ul {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.pageInsideNavs ul li {
    overflow: hidden;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #ddd;
}

.pageInsideNavs ul li:last-child {
    border-bottom: 0px solid #ddd;
}

.pageInsideNavs ul li a {
    overflow: hidden;
    position: relative;
    width: calc(100% - 24px);
    padding: 0 12px;
    height: 42px;
    display: flex;
    align-items: center;
    transition: all 0.3s;
}

.pageInsideNavs ul li a:hover {
    transition: all 0.3s;
    background: #131d22;
    color: #fff;
}

.pageInsideModule {
    position: relative;
    width: calc(100% - 320px);
    min-height: 200px;
}

.pageInsideModTite {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 52px;
    border-bottom: 1px solid #30444e;
    display: flex;
    align-items: center;
}

.pageInsideModTite span {
    overflow: hidden;
    position: relative;
    display: block;
    font-size: 24px;
}

.pageInsideAbout{
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-top: 12px;
    line-height: 26px;
    font-size: 16px;
    color: #22363f;
}

.pageInsideProds{
    overflow: hidden;
    position: relative;
    width: 100%;
    margin-top: 12px;
}

.pageInsideProds ul{
    overflow: hidden;
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.pageInsideProds ul::after{
    overflow: hidden;
    position: relative;
    display: block;
    content: "";
    width: calc(33.33% - 9px);
}

.pageInsideProds ul li{
    overflow: hidden;
    position: relative;
    width: calc(33.33% - 9px);
    padding-bottom: 14px;
}

.pageInsideProds ul li a{
    overflow: hidden;
    position: relative;
    display: block;
    width: 100%;
}

.InsideProdImgs{
    overflow: hidden;
    position: relative;
    width: 100%;
}

.InsideProdImgs img{
    overflow: hidden;
    position: relative;
    display: block;
    width: 100%;
    transition: all 0.4s;
}

.InsideProdMinc{
    overflow: hidden;
    position: relative;
    width: calc(100% - 18px);
    height: 42px;
    display: flex;
    align-items: center;
    padding: 0 9px;
    background: #131d22;
    transition: all 0.4s;
}

.InsideProdMinc span{
    overflow: hidden;
    position: relative;
    display: block;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
    color: #fff;
}

.pageInsideProds ul li:hover .InsideProdImgs img{
    transform: scale(1.1);
    transition: all 0.4s;
}

.pageInsideProds ul li:hover .InsideProdMinc{
    background: #ba1a22;
    transition: all 0.4s;
}

.pageInsideNews{
    position: relative;
    width: 100%;
    margin-top: 12px;
}

.pageInsideNews ul{
    position: relative;
    width: 100%;
}

.pageInsideNews ul li{
    overflow: hidden;
    position: relative;
    width: calc(100% - 24px);
    background: #f5f5f5;
    padding: 12px;
    border-radius: 2px;
    margin-bottom: 14px;
    transition: all 0.3s;
}

.pageInsideNews ul li:hover{
    box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.3);
    transition: all 0.2s;
}

/* .pageInsideNews ul li:last-child{
    margin-bottom: 0;
} */

.pageInsideNews ul li a{
    overflow: hidden;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.InsideNewsImgs{
    overflow: hidden;
    position: relative;
    width: 220px;
}

.InsideNewsImgs img{
    overflow: hidden;
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}

.InsideNewsMinc{
    overflow: hidden;
    position: relative;
    width: calc(100% - 235px);
}

.InsideNewsNames{
    overflow: hidden;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.InsideNewsNames span{
    overflow: hidden;
    position: relative;
    display: block;
}

.InsideNewsNames span.namespan{
    font-size: 20px;
    color: #30444e;
    width: calc(100% - 120px);
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.3s;
}

.InsideNewsNames span.timespan{
    font-size: 14px;
    color: #677c86;
}

.InsideNewsMiaos{
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-top: 8px;
    font-size: 15px;
    line-height: 22px;
    color: #677c86;
    max-height: 110px;
}

.pageInsideNews ul li:hover .InsideNewsNames span.namespan{
    color: #ba1a22;
    transition: all 0.3s;
}


.pageInsidHeads{
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-bottom: 18px;
    border-bottom: 1px solid #eee;
}

.pageInsidHeadMincs{
    overflow: hidden;
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 28px;
    line-height: 36px;
    color: #131d22;
}

.pageInsidHeadTimes{
    overflow: hidden;
    position: relative;
    text-align: center;
    font-size: 15px;
    color: #677c86;
    padding-top: 10px;
}

.pageInsidNeirs{
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-top: 10px;
    font-size: 16px;
    color: #30444e;
    line-height: 25px;
}

.pageInsidNeirs img{
    overflow: hidden;
    position: relative;
    display: block;
    width: 100%;
    max-width: 860px;
    height: auto;
    margin: 4px auto;
}

.goblacks{
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-top: 30px;
}



/*在线留言样式*/
.messageSubct{
    overflow: hidden;
    position: relative;
    width: 100%;
    max-width: 520px;
    padding: 12px 0;
}

.messageSubct .form_book{
    overflow: hidden;
    position: relative;
    width: 100%;
}

.messageSubct .form_book .book_add{
    overflow: hidden;
    position: relative;
    width: 100%;
}

.messageSubct .form_book .book_add li{
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-bottom: 8px;
}

.messageSubct .form_book .book_add li .formBookName{
    overflow: hidden;
    position: relative;
    width: 100%;

}

.messageSubct .form_book .book_add li .formBookName span{
    overflow: hidden;
    position: relative;
    width: 100%;
    display: block;
    font-size: 14px;
    color: #676767;
}

.messageSubct .form_book .book_add li .formBookInpt{
    overflow: hidden;
    position: relative;
    width: 100%;
}

.messageSubct .form_book .book_add li .formBookInpt input{
    overflow: hidden;
    position: relative;
    width: calc(100% - 20px);
    background: #f5f5f5;
    padding: 0 10px;
    height: 42px;
    border: none;
    font-size: 14px;
}

.messageSubct .form_book .book_add li .formBookInpt input:placeholder{
    color: #999;
}

.messageSubct .form_book .book_add li .formBookInpt textarea{
    overflow: hidden;
    position: relative;
    width: calc(100% - 20px);
    background: #f5f5f5;
    padding: 10px;
    border: none;
    font-size: 14px;
}

.messageSubct .form_book .book_add li .formBookInpt textarea:placeholder{
    color: #999;
}


.messageSubct .book_add li .formBookButn{
    overflow: hidden;
    position: relative;
    width: 200px;
    cursor: pointer;
}

.messageSubct .book_add li .formBookButn input{
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 36px;
    background: #233640;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}


.homeCredentSubct {
    overflow: hidden;
    position: relative;
    width: calc(100% - 30px);
    max-width: 1400px;
    padding: 60px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;
}

.homeCredenImgs{
    overflow: hidden;
    position: relative;
    width: 100%;
}

.homeCredenImgs img{
    overflow: hidden;
    position: relative;
    display: block;
    width: 100%;
}

.formBookCodes{
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
}

.formBookCodes input{
    background: #f5f5f5;
    padding: 0 10px;
}

.pageInsidMessage{
    overflow: hidden;
    position: relative;
    width: calc(100% - 70px);
    display: flex;
    align-items: center;
    padding-left: 70px;
}

.bottomSubLiuyan{
    overflow: hidden;
    position: relative;
    opacity: 0.7;
}

.bottomSubLiuyan .book_add{
    overflow: hidden;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 520px;
}

.bottomSubLiuyan .formBookName{
    display: none;
}

.bottomSubLiuyan .form_book .book_add li{
    overflow: hidden;
    position: relative;
    width: calc(50% - 8px);
}

.bottomSubLiuyan .form_book .book_add li:nth-child(3){
    overflow: hidden;
    position: relative;
    width: 100%;
}

.bottomSubLiuyan .messageSubct{
    padding: 0;
}

.bottomSubLiuyan .messageSubct{
    padding: 0;
}