.indexTitle {
    position: relative;
    z-index: 66;
    font-weight: bold;
    color: #0f27b5 !important;
    line-height: 140%;
    font-size: 50px;
    font-family: 'Impact';
    letter-spacing: 2px;
}

.indexTitle span {
    color: #f9a03a;
    font-size: 50px;
}

.indexTitleDetaili {
    overflow-wrap: break-word;
    padding: 0px;
    border-color: transparent;
    border-width: 0px;
    width: 680px;
    border-style: solid;
    display: block;
    margin: 0 auto;
    margin-top: 30px;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    line-height: 230%;
    color: rgb(153, 153, 153)
}

.pagetitle {
    position: relative
}

.pagetitle img {
    position: absolute;
    top: 40px;
    left: -10px
}

.field {
    display: flex;
    flex-wrap: wrap;
    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
}

.field a {
    display: block;
    width: calc(100% / 3);
}

.field .fieldItem {
    width: 100%;
    position: relative;
    overflow: hidden;
    font-size: 18px;
    color: white;
    margin: 5px 0
}

.field .fieldItem:hover img {
    filter: grayscale(0)
}

.field .fieldItem img {
    width: 100%;
    height: 100%
}

.field .fieldItem .fleldSpan {
    font-family: arial;
    font-size: 80px;
    color: rgba(255, 255, 255, 0.6);
    position: absolute;
    top: 10px;
    left: 20px;
    font-weight: bold;
    z-index: 22
}

.field .fieldItem .fleldP1 {
    position: absolute;
    bottom: 150px;
    left: 42px;
    font-weight: bold;
    z-index: 22
}

.field .fieldItem .fleldP2 {
    position: absolute;
    bottom: 106px;
    left: 42px;
    font-weight: bold;
    z-index: 22;
    text-shadow: 1px 2px rgba(0,0,0,.5);
}

.field .fieldItem .fleldP3 {
    position: absolute;
    bottom: 52px;
    left: 42px;
    font-weight: bold;
    z-index: 22;
    font-size: 15px;
    font-weight: normal;
    width: 87%;
    text-shadow: 1px 2px rgba(0,0,0,.5);
}

.field .fieldItem .fieldLine {
    border: none;
    border-left: 1px solid #d9d9d9;
    width: 2px;
    position: absolute;
    bottom: 200px;
    left: 53px;
    height: 100px;
}

.home3 {
    text-align: center;
    /* height: 980px; */
    margin-top: 90px;
    margin-bottom: 6%;
}

.home3 .newsLeft {
    width: 500px;
    height: 500px;
    padding: 20px;
    box-sizing: border-box;
    background: #fff;
    text-align: left
}

.home3 .newsLeft img {
    margin-bottom: 30px
}

.home3 .newsLeft a {
    background: white;
    color: #000;
    padding: 0;
    margin: 0
}

.home3 .newsLeft a:hover {
    color: rgb(0, 100, 212)
}

.home3 .newsRight {
    margin-left: 50px;
    width: 640px;
    min-width: 500px;
    height: 500px;
    background: #fff;
    position: relative;
    padding: 0 20px
}

._title {
    font-size: 28px;
    font-weight: bold;
}

@media screen and (max-width:970px) {
    .field a {
        margin: 0 5px;
        width: 100%;
    }
}

@media screen and (max-width:768px) {
    .pagetitle img {
        left: 50%;
        transform: translate(-50%);
        top: 8px
    }

    .home3 .newsRight {
        margin-left: 0px;
        width: 100%;
        min-width: 0
    }

    .indexTitleDetaili {
        width: 100%;
        padding: 15px;
        margin-bottom: 0px;
        margin-top: 0;
    }

    .pagetitle {
        /* text-align: center !important; */
    }

    .indexCoverItem {
        width: 30vw
    }

    .title {
        font-size: 13px
    }

    .productList .productItem {
        width: 40% !important;
        height: 200px !important
    }

    body .home3 .newsRight .NewsContent .NewsContentLeft {
        margin: 10px;
        margin-right: 20px;
        width: 30%
    }

    body .home3 .newsRight .NewsContent .NewsContentLeft span {
        font-size: 30px
    }

    body .home3 .newsRight .NewsContent .NewsContentLeft p {
        font-size: 12px !important
    }

    body .copyright {
        margin-bottom: 50px
    }

    body #footer .footerPhone .footerPhoneNumber {
        font-size: 18px
    }
}

.home3 .newsRight ul {
    display: flex;
    text-align: center !important;
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
    left: -20px
}

.home3 .newsRight ul li {
    background-color: #0f27b5;
    width: 165px;
    height: 45px;
    line-height: 45px;
    color: white;
    padding: 0
}

.home3 .newsRight ul li:nth-child(1)>a:nth-child(1) {
    background: #f9a03a
}

.home3 .newsRight ul a:hover {
    background: #f9a03a
}

.home3 .newsRight img {
    position: absolute;
    top: 20px;
    left: -11px
}

.home3 .newsRight a:hover {
    background: #f9a03a
}

.indexmore a {
    background-color: #0f27b5;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    padding: 0;
    display: block;
    width: 100%;
    height: 1005
}

.home3 .newsRight .NewsContent {
    display: flex;
    text-align: left;
    background: #fcfcfc;
}

.home3 .newsRight .NewsContent .NewsContentLeft {
    margin: 40px;
    margin-top: 25px;
    width: 80px;
    height: 60px;
    box-sizing: border-box;
    text-align: center
}

.home3 .newsRight .NewsContent .NewsContentRight {
    width: 435px;
    margin-top: 15px
}

.home3 .newsRight .NewsContent .NewsContentRight a {
    background: none;
    padding: 0 !important;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000;
    font-weight: normal
}

.home3 .newsRight .NewsContent .NewsContentRight a:hover{
    color: #0f27b5 !important;
}

.Word2Hidden {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.home3 .newsRight .NewsContent .NewsContentLeft span {
    color: #333333;
    font-size: 40px;
    font-weight: bold;
    height: 41px;
    line-height: 41px
}

.home3 .newsRight .NewsContent .NewsContentLeft p:nth-child(2) {
    color: #333333;
    display: block
}

.home3 .newsRight .NewsContent .NewsContentRight p:nth-child(1) {
    display: inline-block;
    font-family: Microsoft YaHei;
    font-size: 16px;
    color: #333333;
    font-weight: normal;
    text-decoration: none;
    line-height: 140%
}

.home3 .newsRight .NewsContent .NewsContentRight p:nth-child(2) {
    line-height: 140%;
    font-family: Microsoft YaHei;
    font-size: 13px;
    line-height: 28px !important;
    padding-top: 6px;
    color: #888888;
    font-weight: normal;
    text-decoration: none
}

.productList {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap
}

.productList .productItem {
    width: 280px;
    height: auto;
    border: 1px solid #eee;
    margin: 15px 0;
    overflow: hidden
}

.productList .productItem:hover {
    border: 1px solid rgba(32, 113, 221)
}

.productList .productItem img {
    transition: transform .5s ease
}

.productList .productItem img:hover {
    transform: scale(1.1, 1.1)
}

.productList a {
    width: 100%;
    height: 100%;
    background: red
}

#footer {
    background: rgb(51 51 51);
    color: white;
    text-align: left;
    padding-bottom: 0;
    font-size: 14px;
    color: rgb(204, 204, 204);
    font-family: "Microsoft YaHei";
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-weight: normal;
    margin-top: 0
}

#footer ul li {
    border: 0;
    display: block
}

#footer .footernav {
    display: flex
}

#footer .footernav a {
    color: rgba(255,255,255,.6);
}

#footer .footernav a:hover {
    color: rgb(213, 217, 223)
}

#footer .footernav ul li {
    margin: 7px 7px;
    width: 100%;
}

#footer .footerPhone {
    padding-top: 40px;
    margin-top: 20px;
    text-align: center
}

#footer .footerWechat {
    margin-top: 65px
}

#footer .footerPhone .footerPhoneNumber {
    font-weight: bold;
    font-family: arial;
    font-size: 35px;
    color: rgb(255, 255, 255);
    letter-spacing: 2px;
    margin-top: 7px
}

#footer .copyright {
    background-color: rgb(34 34 34);
    padding: 10px 0;
    margin-top: 30px
}

@media screen and (min-width:1000px) {
    .moreHome a {}

    .moreHome img {
        position: absolute;
        top: 0;
        left: 0;
    }
}

@media screen and (max-width:1000px) {
    .moreHome {
        text-align: right;
    }
}

.moreHome img {
    width: 50px;
    height: 60px;
}

.moreHome {
    position: absolute;
    right: 20px;
    top: 30px;
    z-index: 11;
    width: 50px;
    height: 60px;
    overflow: hidden;
}

.moreHome .more1 {
    visibility: visible;
}

.moreHome .more2 {
    visibility: hidden;
}

.moreHome:hover .more1 {
    visibility: hidden;
}

.moreHome:hover .more2 {
    visibility: visible;
}

.advantage{
    padding: 6% 0 10% 0;
    margin:2% 0 0 0;
}