@charset "utf-8";

.top {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 9;
}

.topitem {
    width: 100%;
    height: 80px;
}

.logo a img {
    width: 200px;
    object-fit: contain;
}

.nav ul li {
    padding: 0px 35px;
    position: relative;
    line-height: 80px;
}

.nav ul li a {
    font-weight: 400;
    /*font-size: 20px;*/
    
    font-size: 16px;
    color: #ffffff;
}
.nav ul li dl {
    position: absolute;
    left: -12px;
    width: 176px;
    height: auto;
    background-color: #f5f7f7;
    border-radius: 8px;
    padding: 30px 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    display: none;
}

.nav ul li dl dd a {
    font-weight: 400;
    /*font-size: 18px;*/font-size: 16px;
    line-height: 40px;
    color: #999999;
}

.nav ul li:hover dl {
    display: block;
}

.topr {
    width: 190px;
}

.search {
    position: relative;
    height: 48px;
}

.searchico {
    width: 21px;
    height: 21px;
    object-fit: contain;
    cursor: pointer;
    margin-top: 10px;
    filter: grayscale(10000%) brightness(10000%);
}

.searchbox {
    position: absolute;
    right: -20px;
    top: 0px;
    width: 248px;
    height: 48px;
    background-color: #ffffff;
    border-radius: 4px;
    display: none;
}

.searchbox form {
    width: 100%;
    height: 100%;
}

.searchbox button {
    width: 48px;
    height: 100%;
    border: 0px;
    background-color: #c30e23;
    border-radius: 4px 4px 16px 4px;
}

.searchbox button img {
    width: 40%;
    height: 40%;
    object-fit: contain;
    filter: grayscale(10000%) brightness(10000%);
}

.searchbox input {
    width: 200px;
    height: 100%;
    border: none;
    outline: none;
    font-weight: 400;
    /*font-size: 18px;*/font-size: 16px;
    line-height: 48px;
    color: #333333;
    padding-left: 10px;
}


.contact a {
    display: block;
    width: 136px;
    height: 48px;
    background-color: #c30e23;
    border-radius: 4px 4px 16px 4px;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    line-height: 48px;
    color: #ffffff;
}

.bannerswiper .swiper-button-next,
.bannerswiper .swiper-button-prev {
    width: 56px;
    height: 56px;
    background-color: rgba(255, 255, 255, 0.3);
    right: 5%;
    border-radius: 50%;
    bottom: 65px;
    top: unset;
    left: unset;
}

.bannerswiper .swiper-button-prev {
    right: 9%;
}

.bannerswiper .swiper-button-next:after,
.bannerswiper .swiper-button-prev:after {
    font-size: 26px;
    color: rgba(255, 255, 255, 0.6);
}

.bannerswiper .swiper-button-prev:hover,
.bannerswiper .swiper-button-next:hover {
    background-color: #c30e23;
}


.bannerpic {
    width: 100%;
    height: 100%;
    position: relative;
}

.bannerpic img {
    width: 100%;
}

.bannertext {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.bannertext .con1700 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    position: relative;
}

.bannertext h1 {
    font-weight: 700;
    font-size: 56px;
    line-height: 48px;
    color: #c30e23;
}

.bannertext h1 span {
    font-weight: 700;
    font-size: 56px;
    color: #ffffff;
}

.bannertext h2 {
    font-weight: 200;
    font-size: 56px;
    line-height: 48px;
    color: #ffffff;
    text-align: left;
    line-height:1.4;
    margin: 18px 0px 30px;
}

.bannertext a {
    width: 144px;
    height: 48px;
    background-color: #c30e23;
    border-radius: 4px 4px 16px 4px;
    justify-content: center;
}

.bannertext a p {
    font-weight: 700;
    font-size: 16px;
    color: #ffffff;
}

.bannertext a span {
    color: #ffffff;
    font-size: 20px;
    margin-left: 10px;
}

.bannerbotdesc {
    position: absolute;
    bottom: 70px;
    left: 0px;
    text-align: left;
}

.bannerbotdesc h3 {
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #ffffff;
}

.bannerbotdesc h3 span {
    font-weight: 400;
    font-size: 20px;
    color: #c30e23;
}

.bannerbotdesc p {
    font-weight: 200;
    font-size: 16px;
    color: #ffffff;
}

.fixednav {
    background-color: #000000;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.idxpro {
    width: 100%;
    height: auto;
    padding: 120px 0px;
    position: relative;
    background-image: linear-gradient(0deg,
            #ffffff 0%,
            #e9f5f5 100%),
        linear-gradient(#f3f9e3,
            #f3f9e3);
    background-blend-mode: normal,
        normal;
}

.idxproline {
    position: absolute;
    width: 1px;
    height: 100%;
    left: 49.5%;
    top: 0px;
    overflow: hidden;
    opacity: 0;
}

.idxproline img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.idxprol {
    display: block;
}

.idxprodesc {
    text-align: center;
}

.idxprodesc h3 {
    font-weight: 400;
    /*font-size: 48px;*/font-size: 40px;
    color: #111111;
    margin-bottom: 20px;
}

.idxprodesc p {
    font-weight: 400;
    /*font-size: 18px;*/font-size: 16px;
    color: #666666;
}

.idxprobtn {
    justify-content: center;
    margin: 20px 0px 50px;
}

.idxprobtn a {
    width: 144px;
    height: 48px;
    border-radius: 4px 4px 16px 4px;
    border: solid 1px #cccccc;
    justify-content: center;
    margin: 0px 6px;
}

.idxprobtn a p {
    font-weight: 400;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 48px;
    letter-spacing: 0px;
    color: #111111;

}

.idxprobtn a span {
    font-size: 20px;
    margin-left: 10px;
    color: #c30e23;
}

.idxprobtn a:first-child {
    background-color: #c30e23;
    border-color: #c30e23;
    border-radius: 4px 4px 16px 4px;
}
.idxprobtn a:first-child p {
    color: #ffffff;
    font-weight: 700;
}

.idxprobtn a:first-child span {

    color: #ffffff;
}
 .idxprobtn a:last-child:hover {
    background-color: #ffffff;
 }
 .idxprobtn a:first-child:hover {
    background-color: #b80d21;
    border-color: #b80d21;
}
.idxproimg img {
    width: 420px;
    height: 420px;
    object-fit: contain;
}

.idxproimgbtn {
    justify-content: center;
    margin-top: 20px;
}

.idxproimgbtn button {
    background-color: #f5f7f7;
    border-radius: 4px;
    padding: 10px 50px;
    border: 0px;
    font-weight: 400;
    /*font-size: 18px;*/font-size: 16px;
    margin: 0px 6px;
    color: #111111;
}

.idxproimgbtn button:hover {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}

.idxapp {
    width: 100%;
    height: 930px;

}

.gallery-top {
    height: 100%;
    width: 100%;
}

.gallery-thumbs {
    height: 210px;
    box-sizing: border-box;
    bottom: 290px;
    left: 6%;
}

.gallery-thumbs .swiper-slide {
    height: 100%;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 4px;
    opacity: 1;
}

.gallery-thumbs .swiper-slide-thumb-active {
    /* opacity: 1; */
    background-color: rgba(255, 255, 255, 0.8);
}

.gallery-top .swiper-slide {
    display: block;
    background-size: cover;
    position: relative;
}

.idxjjfabg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;

    background-color: rgba(0, 0, 0, 0.26);
}

.idxappboxitem {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
}

.idxappbox {
    width: 100%;
    height: auto;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 140px;
}

.idxappname h3 {
    font-weight: 700;
    font-size: 20px;
    padding-left: 20px;
    background: url(../images/lineico.png) no-repeat left;
    color: #ffffff;
}

.idxappdesc {
    width: 540px;
    text-align: left;
}

.idxappdesc h4 {
    font-weight: 400;
    /*font-size: 48px;*/font-size: 40px;
    margin: 80px 0px 25px;
    color: #ffffff;
}

.idxappdesc p {
    font-weight: 400;
    /*font-size: 18px;*/font-size: 16px;
    line-height: 30px;
    color: #ffffff;
}

.idxappbox .idxprobtn a {
    margin: 15px 15px 0px 0px;
}
.idxappbox .idxprobtn a:nth-child(2) {
    background-color: #ffffff;
}
.idxappthums {
    padding: 40px 30px;
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: flex-start;
}

.idxappthums span {
    font-size: 60px;
    color: #c30e23;
    line-height: 36px;
}

.idxappthums p,.idxappthums p a {
    font-weight: 400;
    font-size: 24px;
    color: #111111;
    text-align: left;
}

.idxapp .swiper-slide-active .idxappbox {
    /*transform: opacityapp 2s;*/
    animation:opacityapp 2s linear;
}



.idxnews {
    padding: 120px 0px;
    background-color: #f5f7f7;
}

.idxnewsnamel h3 {
    font-weight: 700;
    font-size: 20px;
    color: #111111;
    background: url(../images/lineico.png) no-repeat left;
    padding-left: 15px;
}

.idxnewsnamer a {
    width: 144px;
    height: 48px;
    border-radius: 4px 4px 16px 4px;
    border: solid 1px #cccccc;
    justify-content: center;
}

.idxnewsnamer a p {
    font-weight: 700;
    font-size: 16px;
    color: #111111;
}

.idxnewsnamer a span {
    font-size: 20px;
    color: #999999;
    margin-left: 10px;
}

.idxnewsnamer a:hover {
    background-color: #c30e23;
    border-color: #c30e23;
}

.idxnewsnamer a:hover p,
.idxnewsnamer a:hover span {
    color: #ffffff;
}

.idxnewslist {
    margin-top: 80px;
}

.idxnewslist ul li {
    width: 32%;
    height: auto;
    transition: all .5s;
}

.idxnewslist ul li a {
    width: 100%;
    height: auto;
}

.idxnewsimg {
    width: 100%;
    height: 340px;
    border-radius: 8px 8px 0px 0px;
    overflow: hidden;
    background-color: #e7e7e7;
}

.idxnewsimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.idxnewsdesc {
    padding: 50px 30px;
    height: 340px;
    border-radius: 0px 0px 8px 8px;
    background-color: #ffffff;
}

.idxnewsdesc h3 {
    font-weight: 400;
    /*font-size: 28px;*/
     font-size: 24px;
    line-height: 1.4;
    color: #111111;
    height: 100px;
}

.idxnewsdesc button {
    background-color: #efefef;
    padding: 20px;
    border-radius: 2px 2px 16px 2px;
    border: 0px;
    font-weight: 200;
    font-size: 14px;
    color: #111111;
    display: block;
    margin-top: 60px;
}

.idxnewslist ul li:hover {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.idxnewslist ul li:hover .idxnewsimg img {
    transform: scale(1.1);
}

.idxnewslist ul li:hover .idxnewsdesc h3 {
    color: #c30e23;
}

.idxnewsdesc button:hover {
    background-color: #c30e23;
    color: #ffffff;
}

.idxmess {
    padding: 0px 0px 120px;
    background-color: #f5f7f7;
}

.idxmessbox {
    width: 100%;
    background: url(../images/idxmessbg.png) no-repeat center;
    align-items: flex-start;
    border-radius: 24px;
    padding: 75px 110px;
}

.idxmessl h3 {
    font-weight: 700;
    /*font-size: 48px;*/font-size: 40px;
    color: #ffffff;
}

.idxmessl h4 {
    font-weight: 200;
    font-size: 20px;
    color: #ffffff;
    margin: 30px 0px 60px;
}

.idxmessl a {
    width: 106px;
    padding-bottom: 5px;
    border-bottom: 1px solid #3d3d3d;
}

.idxmessl a span {
    font-size: 20px;
    color: #3d3d3d;
    margin-right: 10px;
    transform: rotate(-45deg);
    color: #c30e23;
}

.idxmessl a p {
    font-weight: 400;
    /*font-size: 18px;*/font-size: 16px;
    color: #999999;
}
.idxmessl a p:hover {
    color: #ffffff;
}
.idxmessl a:hover span {
    transform: rotate(0deg);
}

.idxmessr {
    width: 580px;
    height: auto;
}

.idxmessr form {
    width: 100%;
}

.idxmessr form .w100 {
    width: 100%;
    height: 56px;
    background-color: #212121;
    border-radius: 4px;
    position: relative;
}

.idxmessr form .w100 input {
    font-weight: 400;
    /*font-size: 18px;*/font-size: 16px;
    color: #fffefe;
    width: 100%;
    height: 100%;
    padding-left: 32px;
}

.idxmessrname {
    position: absolute;
    left: 0px;
    top: 15px;
    width: 100%;
    height: 100%;
    padding-left: 30px;
}

.idxmessrname p {
    font-weight: 400;
    /*font-size: 18px;*/font-size: 16px;
    color: #fffefe;
}

.idxmessrname p span {
    font-weight: 400;
    /*font-size: 18px;*/font-size: 16px;
    color: #c30e23;
}

.idxmessr form .w49 {
    width: 49%;
    height: 56px;
    background-color: #212121;
    border-radius: 4px;
    position: relative;
    margin: 15px 0px;
}

.formbutton {
    width: 184px;
    height: 60px;
    background-color: #c30e23;
    border-radius: 4px 4px 16px 4px;
    justify-content: center;
    border: 0px;
    margin-top: 25px;
}

.formbutton p {
    font-weight: 700;
    /*font-size: 18px;*/font-size: 16px;
    color: #ffffff;
}

.formbutton span {
    font-size: 20px;
    margin-left: 20px;
    color: #ffffff;
}

.formdesc {
    margin-top: 26px;
}

.formdesc p {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
}
.formdesc p a {
      font-weight: 400;
    font-size: 14px;
    color: #666666;
}
.formdesc p a:hover {
    color: #ffffff;
}
.foot {
    background-color: #1d1f1f;
}

.foottop {
    border-bottom: 1px solid #323333;
}

.footlogo a img {
    height: 41px;
}

.foottel {
    text-align: right;
    padding: 70px 0px 40px;
}

.foottel a {
    font-weight: 200;
    font-size: 32px;
    color: #ffffff;
    display: block;
}

.foottel a:nth-child(2) {
    font-weight: 700;
    font-size: 32px;
    color: #ffffff;
}

.foottel a span {
    font-weight: 700;
    font-size: 32px;
    color: #c30e23;
}

.footmid {
    padding: 70px 0px 120px;
}

.footmidl h3 {
    font-weight: 700;
    /*font-size: 18px;*/font-size: 16px;
    line-height: 32px;
    color: #ffffff;
}

.footmidlimg {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 30px;
}
.footmidlewm {
    display: none;
}
.footmidlewm img {
    width: 120px;
    height: 120px;
    object-fit: contain;
}
.footmidlewm1 {
    display: block;
}
.footmidlico {
    padding-left: 30px;
}

.footmidlico ul li {
    justify-content: flex-start;
    /* height: 35px; */
}

.footmidlico ul li a {
    font-weight: 400;
    font-size: 14px;
    line-height: 32px;
    color: #ffffff;
    margin-left: 15px;
}

.footmidlico ul li .svg-icon {
    width: 21px;
    height: 21px;
    display: none;
}

.footmidlico ul li span {
    font-size: 20px;
    color: #737575;
    display: block;
    line-height: 27px;
}

.footmidlico ul li span.icon-helpcenter {
    font-size: 18px;
}

.footmidlico ul li:hover span {
    display: none;
}

.footmidlico ul li:hover .svg-icon {
    display: block;
}

.footmidr {
    align-items: flex-start;
    justify-content: flex-end;
}

.footmidr dl {
    margin-left: 96px;
}
.footmidr dl dt  {
    
    margin-bottom: 25px;
}
.footmidr dl dt a {
    font-weight: 400;
    /*font-size: 18px;*/font-size: 16px;
    color: #ffffff;
}

.footmidr dl dd a {
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: #737575;
}

.footmidr dl dd a:hover {
    color: #ffffff;
}

.footbot {
    background: url(../images/footrbg.png) no-repeat right;

    width: 100%;
}

.footbotbox {
    height: 96px;
}

.footbotl p {
    font-weight: 400;
    font-size: 16px;
    color: #737575;
}

.footbotl p a {
    font-weight: 400;
    font-size: 16px;
    color: #737575;
    margin-left: 30px;
}
.footbotl p a:hover {
    color: #ffffff;
}
.footbotr a {
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
}


.idxlogo {
    display: block;
}

.neilogo {
    display: none;
}

.topnei .idxlogo {
    display: none;
}

.topnei .neilogo {
    display: block;
}

.topnei .nav ul li a {
    color: #111111;
}

.topnei .searchico {
    filter: unset;
}

.nav ul li a:hover,.nav ul li a.curr {
    color: #c30e23;
}
.topnei.fixednav {
    background-color: #ffffff;
}

.neibanner {
    position: relative;
}

.neibannerimg {
    width: 100%;
}

.neibannertxt {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.neibannertxt .con1700 {
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.neibannertxt h2 {
    font-weight: 700;
    font-size: 28px;
    color: #c30e23;
}

.neibannertxt h3 {
    font-weight: 200;
    /*font-size: 48px;*/font-size: 40px;
    
    margin: 25px 0px 50px;
    color: #111111;
}
.aboutbanner .neibannertxt h3 {
    
    font-weight: 400;
}
.qyjs {
    width: 100%;
    background: url(../images/jieshaobg.jpg) no-repeat center;
    background-size: 100% 100%;
    padding: 120px 0px;
}

.qyjsitem {
    align-items: flex-start;
}

.qyjs_l {
    width: 50%;
}

.aboutlogo {
    height: 21px;
}

.qyjs_l h3 {
    font-weight: 400;
    /*font-size: 48px;*/font-size: 40px;
    margin: 35px 0px;
    color: #111111;
}

.aboutjt {
    width: 48px;
    height: 48px;
    background-color: #c30e23;
    border-radius: 50%;
    flex-direction: column;
    justify-content: center;
}

.aboutjt span {
    font-size: 24px;
    color: #ffffff;
}

.qyjs_r p {
    font-weight: 400;
    /*font-size: 18px;*/font-size: 16px;
    color: #111111;
    padding: 50px 0px;
    line-height: 1.6;
    border-top: 1px solid #e5e5e5;
}

.qyjs_r p:first-child {
    border-top: 0px;
}

.qyjs_r p:last-child {
    padding-bottom: 0px;
}

.baojia {
    padding-bottom: 120px;
}
.baojiabox {
    border-radius: 8px;
    overflow: hidden;
}
.baojiabox img {
    width: 100%;
}

.baojiaitem {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    justify-content: flex-end;
    align-items: center;
}

.baojiaiteml {
    text-align: center;
    height: 100%;
    padding-left: 230px;
}

.baojiaiteml img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.baojiaitemr {
    width: 50%;
    text-align: left;
}

.baojiaitemr h3 {
    font-weight: 700;
    font-size: 20px;
    color: #ffffff;
    padding-left: 20px;
    background: url(../images/lineico.png) no-repeat left;
}

.baojiaitemr h2 {
    font-weight: 400;
    /*font-size: 48px;*/font-size: 40px;
    margin: 20px 0px 40px;
    color: #ffffff;
}

.baojiaitemr .idxprobtn {
    justify-content: flex-start;
}

.baojiaitemr .idxprobtn a:first-child {
    background-color: #ffffff;
    border-color: #ffffff;
}

.baojiaitemr .idxprobtn a:first-child p {
    color: #c30e23;
}

.baojiaitemr .idxprobtn a:first-child span {
    color: #c30e23;
}

.baojiaitemr .idxprobtn a:last-child:hover {
    background-color: #c30e23;
    border-color: #c30e23;
}

.baojiaitemr .idxprobtn a:last-child p {
    color: #ffffff;
}

.baojiaitemr .idxprobtn a:last-child span {
    color: #ffffff;
}

.baojia .swiper-pagination-bullet {
    height: 4px;
    background-color: #ffffff;
    border-radius: 2px;
    margin: 0px !important;
    width: 120px;
}

.probanner {
    position: relative;
}

.probanner img {
    width: 100%;
}

.probannerbox {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.probannerbox .con1700 {
    height: 100%;
    justify-content: center;
    align-items: center;
}

.proban_l {
    width: 50%;
}

.proban_l h3 {
    font-weight: 700;
    font-size: 28px;
    color: #c30e23;
}

.proban_l h2 {
    font-weight: 200;
    font-size: 56px;
    color: #ffffff;
    margin: 30px 0px 80px;
}

.proban_l .idxprobtn {
    justify-content: flex-start;
}

.proban_l .idxprobtn a:last-child {
    background-color: #ffffff;
}

.proban_l .idxprobtn a:last-child span {
    color: #111111;
}

.proban_r {
    height: 100%;
    justify-content: flex-end;
}

.proban_r img {
    width: 80%;
    height: 80%;
    object-fit: contain;
}

.prolist {
    padding: 80px 0px 120px;
}

.prolisttop {
    align-items: flex-end;
    padding-bottom: 30px;
    border-bottom: 1px solid #e3e5e5;
    margin-bottom: 80px;
}

.prolisttop_l h3 {
    font-weight: 700;
    font-size: 24px;
    color: #111111;
    padding-left: 20px;
    background: url(../images/lineico.png) no-repeat left;
    margin-bottom: 10px;
}

.prolisttop_r ul {
    justify-content: flex-end;
    align-items: flex-end;
}

.prolisttop_r ul li {
    width: 144px;
    height: 148px;
    background-color: #ffffff;
    border-radius: 16px;
    margin-left: 30px;
    transition: all .5s;
}

.prolisttop_r ul li a {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 100%;
    flex-direction: column;
}

.prolisttop_r ul li img {
    width: 50%;
    height: 50%;
    object-fit: contain;
}

.prolisttop_r ul li p {
    font-weight: 400;
    /*font-size: 18px;*/font-size: 16px;
    color: #111111;
    margin: 10px 0px;
}

.prolisttop_r ul li:hover {
    box-shadow: 4px 0px 24px 0px #d9dbdb;
}

.prolisttop_r ul li:hover img {
    transform: scale(1.1);
}

.prolisttop_r ul li:hover p {
    color: #c30e23;
}

.prolistbox ul li {
    height: 568px;
    background-color: #f5f7f7;
    border-radius: 16px;
    width: 32%;
    float: left;
    transition: all .5s;
    margin-right: 2%;
    margin-bottom: 30px;
}

.prolistimg {
    width: 100%;
    height: 460px;
    overflow: hidden;
    flex-direction: column;
    justify-content: flex-end;
}

.prolistimg img {
    width: 80%;
    height: 80%;
    object-fit: contain;
}

.prolistdesc {
    padding: 20px 60px;
}

.prolistdesc h3 {
    font-weight: 400;
    /*font-size: 18px;*/font-size: 16px;
    color: #666666;
}

.prolistmore {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: #ffffff;
    justify-content: center;
}

.prolistmore span {
    font-size: 30px;
}

.prolistbox ul li:hover {
    background-color: #f5f7f7;
    box-shadow: 4px 0px 64px 0px #d9dbdb;
}

.prolistbox ul li:hover img {
    transform: scale(1.1);
}

.prolistbox ul li:hover .prolistmore {

    background-color: #c30e23;
}

.prolistbox ul li:hover .prolistmore span {
    color: #ffffff;
}

.prolistbox ul li:nth-child(3n) {
    margin-right: 0px;
}

.prodetailpage .con1700 {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.prodetailtext {
    padding-top: 120px;
}

.prodetailtext h2 {
    font-weight: 400;
    /*font-size: 48px;*/font-size: 40px;
    line-height: 64px;
    color: #111111;
    margin-bottom: 20px;
}

.prodetailtext p {
    font-weight: 200;
    /*font-size: 18px;*/font-size: 16px;
    color: #666666;
}

.prodetailtext button {
    background-color: #ffffff;
    border-radius: 4px;
    border: 0px;
    font-weight: 200;
    font-size: 16px;
    padding: 5px 20px;
    color: #111111;
    margin-right: 15px;
    margin-top: 40px;
}

.prodetailtext button:hover {
    background-color: #c30e23;
    color: #ffffff;
}

.prodetailtext .idxprobtn {
    justify-content: flex-start;
    margin-top: 40px;
}

.prodetailtext .idxprobtn a {
    margin-left: 0px;
}

.prodetopxj {
    justify-content: flex-start;
    margin-top: 170px;
}

.prodetopxj img {
    height: 20px;
}

.prodetopxj p {
    margin-left: 15px;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
}

.prodetailimg img {
    height: 580px;
    margin: 100px 0px 0px 0px;
}

.prochanshu {
    background-color: #ffffff;
    padding: 120px 0px;
}

.procsname h3 {
    font-weight: 400;
    /*font-size: 48px;*/font-size: 40px;
    margin-bottom: 70px;
    color: #111111;
}

.procsbox table {
    width: 100%;
    table-layout: fixed;
}

.procsbox tr {

    background-color: #f5f7f7;
}

.procsbox tr td {
    font-weight: 400;
    font-size: 20px;
    color: #666666;
    padding: 20px 30px;
}

.procsbox tr:first-child td {
    font-weight: 700;
    font-size: 20px;
    color: #ffffff;
    background-color: #c30e23;
}

.procsbox tr td:first-child {

    color: #111111;
}

.procsbox tr:first-child td:first-child {
    color: #ffffff;
}

.procsbox tr:nth-child(2n) {
    background-color: #ffffff;
}


.jjfabanner h2 {
    color: #111111;
}

.jjfapage {
    padding: 120px 0px;
}

.jjfaleft {
    width: 49%;
    position: relative;
    height: 272px;
    border-radius: 8px;
    overflow: hidden;
}

.jjfaleft img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.jjfalefttxt {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding: 70px 60px;
}

.jjfalefttxt h3 {
    font-weight: 400;
    font-size: 32px;
    color: #ffffff;
}

.jjfalefttxtico {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
    line-height: 56px;
    text-align: center;
    margin-top: 40px;
}

.jjfalefttxtico span {
    color: #f5f7f7;
    font-size: 26px;
}

.jjfaleft:hover img {
    transform: scale(1.1);
}

.jjfaleft:hover .jjfalefttxtico {
    background-color: #c30e23;
}


.jjfapagetext h2 {
    font-weight: 200;
    /*font-size: 80px;*/
    font-size: 64px;
    color: #111111;
    text-align: center;
    width: 100%;
}

.fanganjs {
    padding: 120px 0px;
}

.fanganjsitem {
    align-items: flex-start;
}

.fanganjsl h3 {
    font-weight: 400;
    /*font-size: 48px;*/font-size: 40px;
    color: #111111;
    margin-bottom: 60px;
}

.fanganjsl .idxprobtn {
    justify-content: flex-start;
}

.fanganjsl .idxprobtn a {
    margin: 0px;
}

.fanganjsr {
    width: 49%;
}

.fanganjsr h4 {
    font-weight: 400;
    font-size: 32px;
    margin-bottom: 30px;
    color: #000000;
}

.fanganjsr p {
    font-weight: 400;
    /*font-size: 18px;*/font-size: 16px;
    line-height: 30px;
    color: #666666;
}

.xmcase {
    padding: 120px 0px;
}

.xmcasename h2 {
    font-weight: 700;
    font-size: 20px;
    padding-left: 20px;
    background: url(../images/lineico.png) no-repeat left center;
    color: #111111;
}

.xmcasename ul {
    justify-content: flex-start;
    margin-top: 50px;
}

.xmcasename ul li a {
    background-color: #f5f7f7;
    border-radius: 4px;
    width: 144px;
    height: 56px;
    display: block;
    text-align: center;
    line-height: 54px;
    font-weight: 400;
    /*font-size: 18px;*/font-size: 16px;
    color: #111111;
    margin-right: 30px;
    padding: 0px;
    border: 0px;
}

.xmcasename ul li a:hover,
.xmcasename ul li.active a {
    background-color: #c30e23;
    font-weight: 700;
    color: #ffffff;
}

.xmcasename ul li a.activeall {
    background-color: #c30e23;
    font-weight: 700;
    color: #ffffff;
}

.xmcaselist ul {
    margin: 90px 0px;
}

.xmcaselist ul li {
    width: 32%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 40px;
}

.xmcaseliimg {
    width: 100%;
    height: 340px;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.xmcaseliimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.xmcaseliimgtext {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    justify-content: center;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.16);
    opacity: 0;
    transition: all .5s;
}

.xmcaseliimgtext .idxprobtn {
    margin: 0px;
}

.xmcaselist ul li:hover .xmcaseliimgtext {
    opacity: 1;
}

.xmcaselidesc {
    height: 130px;
    padding-top: 40px;
}

.xmcaselidesc a h3 {
    font-weight: 400;
    /*font-size: 28px;*/
     font-size: 24px;
    color: #111111;
    margin: 0px 0px 20px;
}

.xmcaselidesc a button {
    font-weight: 200;
    font-size: 16px;
    padding: 5px 10px;
    color: #111111;
    border: 0px;
}

.xmcaselist ul li:nth-child(3n) {
    margin-right: 0px;
}

.xmcaselist ul li:hover .xmcaselidesc a h3 {
    color: #c30e23;
}

.xmcaselist ul li:hover .xmcaselidesc a button {
    color: #ffffff;
    background-color: #c30e23;
}

.listpages ul {
    justify-content: center;
    display: flex;
}

.listpages ul li a {
    /* width: 56px;
    height: 56px;
    display: block;
    border-radius: 50%;
    border: solid 1px #e3e5e5;
    font-weight: 700;
    /*font-size: 18px;*/font-size: 16px;
    color: #111111;
    text-align: center;
    margin: 0px 7px;
    padding: 0px;
    line-height: 54px; */
    color: #c30e23;
}

.listpages ul li.active a,
.listpages ul li:hover a {
    background-color: #c30e23 !important;
    color: #ffffff;
    border: 1px solid #c30e23 !important;
}

.jumpto {
    display: none;
}

.casemain {
    background-color: #f5f7f7;
    padding-top: 28px;
    padding-bottom: 120px;
}

.casepositi {
    padding: 100px 0px;
}

.casepositi p {
    font-weight: 400;
    font-size: 16px;
    color: #999999;
}

.casepositi p a {
    font-weight: 400;
    font-size: 16px;
    color: #999999;
}

.casecontent {
    width: 80%;
    margin: 0 auto;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 80px 140px;
}

.casecontop h3 {
    font-weight: 400;
    /*font-size: 48px;*/font-size: 40px;
    line-height: 1.2;
    color: #111111;
    margin-bottom: 30px;
}

.casecontop p {
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    background: url(../images/lineico.png) no-repeat left center;
    padding-left: 20px;
}

.caseconmid {
    padding: 30px 0px;
}

.caseconmid p {
    font-weight: 400;
    /*font-size: 18px;*/font-size: 16px;
    line-height: 30px;
    color: #111111;
}

.caseconmidend {
    border-bottom: 1px dotted #333333;
    width: 100%;
    height: 20px;
    text-align: center;
    position: relative;
}

.caseconmidend i {
    font-weight: 400;
    font-size: 14px;
    color: #111111;
    line-height: 20px;
    font-style: normal;
    background-color: #ffffff;
    position: absolute;
    padding: 0px 25px;
    text-transform: uppercase;
    bottom: -10px;
    left: 45.5%;
}

.casenextprev {
    margin-top: 50px;
}

.casenextprev ul li {
    width: 49%;
    height: 160px;
    padding: 40px;
    background-color: #f5f7f7;
    border-radius: 8px;
}
.casenextprev ul li:first-child a .cnptitle {
    text-align: left;
}
.casenextprev ul li a img {
    height: 28px;
}

.cnptitle {
    width: 80%;
}

.cnptitle h3 {
    font-weight: 700;
    font-size: 20px;
    color: #111111;
    margin-bottom: 8px;
}

.cnptitle h4 {
    font-weight: 400;
    /*font-size: 18px;*/font-size: 16px;
    line-height: 28px;
    color: #666666;
}

/* .casenextprev ul li:first-child a {
    justify-content: flex-start;
} */

/* .casenextprev ul li:first-child img {
    margin-right: 50px;
} */

.casenextprev ul li:hover .cnptitle h4 {
    color: #c30e23;
    font-weight: 700;
}

.backcase {
    height: 48px;
    width: 100%;
    background-color: #f5f7f7;
    border-radius: 8px;
    margin-top: 24px;
}

.backcase a {
    justify-content: center;
    height: 100%;
}

.backcase a span {
    font-size: 20px;
    color: #999999;
}

.backcase a p {
    font-weight: 400;
    /*font-size: 18px;*/font-size: 16px;
    color: #999999;
    margin-left: 15px;
}

.backcase:hover {
    background-color: #c30e23;
}

.backcase:hover span {
    color: #ffffff;
}

.backcase:hover p {
    color: #ffffff;
}

.xiangguanpro {
    width: 80%;
    margin: 20px auto 0px;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 80px 140px;
}

.xgprotop h4 {
    font-weight: 700;
    font-size: 20px;
    color: #000000;
    background: url(../images/lineico.png) no-repeat left center;
    padding-left: 20px;
}

.xgpromidlist {
    margin-top: 45px;
}

.xgpromidlist ul li {
    width: 49%;
    background-color: #f5f7f7;
    border-radius: 16px;
    padding: 40px 60px;
}

.xgpromidimg {
    height: 370px;
    justify-content: center;
}

.xgpromidimg img {
    max-height: 90%;
    max-width: 90%;
    object-fit: contain;
}

.xgpromiddesc h3 {
    font-weight: 400;
    /*font-size: 18px;*/font-size: 16px;
    color: #666666;
}

.xgpromidline {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    justify-content: center;
    background-color: #ffffff;
}

.xgpromidline span {
    font-size: 26px;
    color: #666666;
}

.xgpromidlist ul li:hover .xgpromidimg img {
    transform: scale(1.1);
}

.xgpromidlist ul li:hover .xgpromiddesc h3 {
    color: #c30e23;
}

.newslistpage {
    background-color: #f5f7f7;
    padding: 120px 0px;
}

.newslistnav ul {
    justify-content: flex-start;
}

.newslistnav ul li a {
    font-weight: 400;
    /*font-size: 18px;*/font-size: 16px;
    width: 144px;
    display: block;
    height: 56px;
    background-color: #ffffff;
    border-radius: 4px;
    color: #111111;
    text-align: center;
    line-height: 54px;
    margin-right: 30px;
}

.newslistnav ul li a:hover,
.newslistnav ul li.active a {
    background-color: #c30e23;
    color: #ffffff;
}

.newslistbox {
    margin: 80px 0px;
}

.newslistbox ul li {
    margin-bottom: 30px;
    float: left;
    width: 32%;
    margin-right: 2%;
}
.newslistbox ul li:nth-child(3n) {
    margin-right: 0px;
}
.newslistdescbot {
    margin-top: 70px;
}

.newslistdescbot i {
    font-weight: 200;
    font-size: 14px;
    font-style: normal;
    color: #111111;
}

.newslimore {
    width: 144px;
    height: 48px;
    background-color: #f5f7f7;
    border-radius: 4px 4px 16px 4px;
    justify-content: center;
}

.newslimore p {
    font-weight: 400;
    font-size: 16px;
    margin-right: 12px;
    color: #111111;
}

.newslimore span {
    font-size: 20px;
}

.newslistbox ul li:hover .newslimore {
    background-color: #c30e23;
}

.newslistbox ul li:hover .newslimore p {
    color: #ffffff;
}

.newslistbox ul li:hover .newslimore span {
    color: #ffffff;
}



.newspage {
    padding: 74px 280px;
    border-radius: 12px;
    position: relative;
}

.newspage .casecontop {
    text-align: center;
}

.newspage .casecontop span {
    font-weight: 400;
    font-size: 14px;
    display: block;
    color: #666666;
    padding: 20px 0px 40px;
    border-bottom: 1px dashed #666666;
}

.newspage .caseconmid {
    padding: 40px 0px;
}
.casecontentbox img {
    margin: 5px 0px;
}
.casecontentbox video {
    width: 100%;
    height: 440px;
    object-fit: cover;
}
.newspage_red {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 75px;
    height: 24px;
    background-color: #c30e23;
    border-radius: 12px 0px 2px 0px;
}

.contacttop {
    justify-content: flex-start;
}

.contactmap {
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    text-decoration: underline;
    margin-left: 13px;
    text-underline-offset: 5px;
}

.contact_rbox ul li {
    width: 100%;
    height: 140px;
    padding-top: 30px;
    align-items: flex-start;
    border-bottom: 1px solid #f0f0f0;
}

.contacticol {
    padding-top: 8px;
}

.contacticol h4 {
    font-weight: 700;
    font-size: 20px;
    background: url(../images/lineico.png) no-repeat left center;
    padding-left: 20px;
    color: #000000;
}

.contacticor {
    width: 80%;
    text-align: right;
}

.contacticor a {
    font-weight: 400;
    font-size: 24px;
    color: #666666;
}

.contactmess .idxmess {
    background-color: #ffffff;
}