.suntank1 { height: 100%; color: #fff; position: relative; }
.suntank1 .tit { font-weight: 600; font-size: 48px; text-align: center; position: absolute; top: 12rem; left: 0px; z-index: 9; text-transform: uppercase; width: 100%; letter-spacing: 1px; text-shadow: 2px 0px 3px rgba(0, 0, 0, 0.5)  }
/* 2022-2-18 */
.suntank1 .list .a_lists {  position: absolute; bottom:5rem; left: 0px; right: 0px; display: flex; justify-content: center; flex-wrap: wrap; z-index: 9;  }
.suntank1 .list .a_lists .a_list { padding: 40px 70px; border-right: 1px solid #fff;  color: #fff; display: flex;flex-direction: row;}
.suntank1 .list .a_lists .a_list:last-child{border-right: none; padding-right: 0px;}
.suntank1 .list .a_lists .a_list .imgs{display: flex;align-items: center;}
.suntank1 .list .a_lists .a_list .texts{display: flex;align-items: center;padding-left: 30px;}
.suntank1 .list .a_lists .a_list .texts h5{font-size: 32px;font-weight: bold; color: #fff;}


/* news */
#suntank2 .suntank3 .img{
    background: url(/themes/basicen/skin/images/suntank/d_tu11_n.jpg) no-repeat center center;
    background-size: cover;
}
#suntank2 .suntank3 .text{
    align-items: center;
}
#suntank2 .suntank3 .text h3{
    text-align: left;
    font-size: 26px;
    line-height: 38px;
    color: #333333;
    font-weight: bold;
}

@media (min-width: 769px) {
    #suntank2 .suntank3 .text h3{
        white-space: nowrap;
        flex: 0 0 auto;
        width: auto;
    }
    #suntank4 .suntank3 .text h3{
        white-space: nowrap;
        flex: 0 0 auto;
        width: auto;
    }
    #suntank6 .suntank3 .text h3{
        white-space: nowrap;
        flex: 0 0 auto;
        width: auto;
    }
}

#suntank2 .suntank3 .text h3 span{
    font-weight: 500;
}
.b_lists{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.b_lists .b_list{
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 32%;
}
.b_lists .b_list .imgs{
    max-width: 90px;
}
.b_lists .b_list .texts{
    padding-left: 20px;
}
.b_lists .b_list .texts p{
    font-size: 16px;
    color: #333333;
}

#suntank3 .suntank3{
    background: url(/themes/basicen/skin/images/suntank/aa_bgs.png) no-repeat center center;
    position: relative;
    background-size: cover;
    display: flex;
    align-items: center;
    padding-top: 80px;
}

#suntank3 .suntank3 .suntank3_content .img{
    background: initial;
    max-width: 90px;
}
.suntank3_content{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
#suntank3 .suntank3 .h4_text{
    font-size: 32px;
    text-align: center;
    color: #fff;
    margin-bottom: 50px;
    line-height: 40px;
}
#suntank3 .suntank3 .suntank3_content .lefts .list_text{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 70px;
}
#suntank3 .suntank3 .suntank3_content .lefts .list_text p{
    font-size: 20px;
    color: #fff;
    padding-left: 30px;
}
#suntank3 .suntank3 .suntank3_content .rights .list_text{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    margin-bottom: 70px;
}
#suntank3 .suntank3 .suntank3_content .rights .list_text p{
    font-size: 20px;
    color: #fff;
    padding-right: 30px;
    text-align: right;
}
#suntank3 .suntank3 .more_{
    text-align: center;
    margin-top: 40px;
}
#suntank3 .suntank3 .more_ a{
    display: inline-block;
    font-size: 16px;
    line-height: 36px;
    border: 2px solid #fff;
    border-radius: 20px;
    padding: 0 45px;
    color: #fff;
    transition: all .7s ease;
}
#suntank3 .suntank3 .more_ a:hover{
    background-color: #ffffff;
    color: #000000;
}
.suntank3Lists{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-top: 60px;
}
.suntank3Lists .suntank3List p{
    font-size: 20px;
    color: #fff;
}
.suntank3Lists .suntank3List h5{
    font-size: 26px;
    color: #fff;
}
.suntank3Lists .suntank3List{
    flex: 1;
   /* padding: 10px 150px; */
    padding: 10px 30px;
    border-right: 1px solid #fff;
}
.suntank3Lists .suntank3List:last-child{
    border: initial;
}


#suntank4 .suntank3 .img{
    background: url(/themes/basicen/skin/images/suntank/d_tu4.jpg) no-repeat center center;
    background-size: cover;
}
#suntank4 .suntank3 .text{
    align-items: center;
}
#suntank4 .suntank3 .text h3{
    text-align: left;
    font-size: 26px;
    line-height: 38px;
    color: #333333;
    font-weight: bold;
}
#suntank4 .suntank3 .text h3 span{
    font-weight: 500;
}
#suntank4 .suntank3 .b_lists{
    flex-wrap: wrap;
}
#suntank4 .suntank3 .b_lists .b_list:nth-child(1){
    margin-top: 0;
}
#suntank4 .suntank3 .b_lists .b_list:nth-child(2){
    margin-top: 0;
}
#suntank4 .suntank3 .b_lists .b_list{
    width: 45%;
    margin-top: 20px;
}
#suntank4 .suntank3 .b_lists .b_list .imgs{
    max-width: 90px;
}
#suntank4 .suntank3 .b_lists .b_list .imgs {
    max-width: initial;
}
#suntank4 .suntank3 .b_lists .b_list .texts p{
    font-size: 16px;
    line-height: 26px;
    color: #333333;
    font-weight: 500;
}
#suntank5 .suntank4 .text ul li{
    width: 100%;
}
#suntank7 .suntank4 .text ul li{
    width: 100%;
}
#suntank6 .suntank3 .img{
    background: url(/themes/basicen/skin/images/suntank/d_tu5.jpg) no-repeat center center;
    background-size: cover;
}
#suntank6 .suntank3 .text{
    align-items: center;
}
#suntank6 .suntank3 .text h3{
    text-align: left;
    font-size: 26px;
    line-height: 38px;
    color: #333333;
    font-weight: bold;
}
#suntank6 .suntank3 .text h3 span{
    font-weight: 500;
}
#suntank6 .suntank3 .b_lists{
    flex-wrap: wrap;
}
#suntank6 .suntank3 .b_lists .b_list:nth-child(1){
    margin-top: 0;
}
#suntank6 .suntank3 .b_lists .b_list:nth-child(2){
    margin-top: 0;
}
#suntank6 .suntank3 .b_lists .b_list{
    width: 45%;
    margin-top: 20px;
}
#suntank6 .suntank3 .b_lists .b_list .imgs{
    max-width: 90px;
}
#suntank6 .suntank3 .b_lists .b_list .imgs img{
    max-width: initial;
}
#suntank6 .suntank3 .b_lists .b_list .texts p{
    font-size: 16px;
    line-height: 26px;
    color: #333333;
    font-weight: 500;
}

#suntank7 .suntank4 .text ul li p {
    color: #fff;
}
#suntank7 .suntank4 .text ul li p strong{
    font-weight: 500;
    color: #fff;
}
.p_imgbox{
    display: none;
}
#suntank2 .suntank3 .text .text1{
    width: 100%;
}
#suntank2 .suntank3 .text .text1>div{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

#suntank4 .suntank3 .text .text1{
    width: 100%;
}
#suntank4 .suntank3 .text .text1>div{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
#suntank6 .suntank3 .text .text1{
    width: 100%;
}
#suntank6 .suntank3 .text .text1>div{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.suntank1 .list .a_lists .a_list{
    padding: 10px 70px;
    cursor: pointer;
}



/* bak */
.suntank1 .list ul {  position: absolute; bottom:5rem; left: 0px; right: 0px; display: flex; justify-content: center; flex-wrap: wrap; z-index: 9;  }
.suntank1 .list ul li { padding: 0px 40px; border-right: 1px solid #fff; text-align: center; color: #fff; }
.suntank1 .list ul li span { font-size: 24px; display: block; font-weight: bold; height: 56px; }
.suntank1 .list ul li span img { display: inline-block; }
.suntank1 .list ul li span strong { font-size: 24px; }
.suntank1 .list ul li:last-child { border-right: none; padding-right: 0px; }

.suntank1 .bg { background: url('/themes/basicen/skin/images/suntank/sunt1.jpg') no-repeat center center; background-size: cover; position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; transition: all 0.6s;
   -webkit-transition: all 0.6s; }

#suntank1.active .bg { animation: bg 1s linear; }

@keyframes bg {
    from {
        transform: scale(1.3);
    }
    to {
        transform: none;
    }
}



.suntank2 { display: flex; flex-direction: row; height: 100%; }
.suntank2 .afl { width: 25%; background: #fff; padding-top: 10rem; padding-left: 2rem; }
.suntank2 .afl h3 { font-size: 24px; color: #333; font-weight: 600;}
.suntank2 .afl ul { margin-top: 12px; padding-right: 60px; }
.suntank2 .afl ul li { margin-top: 20px; }
.suntank2 .afl ul li strong { font-size: 24px; display: block; color: #333; margin-bottom: 10px; }
.suntank2 .afl ul li span { font-size: 14px; display: block; margin-top: -2px; }

.suntank2 .afr { width: 75%; background: url('/themes/basicen/skin/images/suntank/P2.jpg') no-repeat center center; background-size: cover; height: 100%; position: relative; display: flex; justify-content: center; align-items: center; }
.suntank2 .afr .img img { width: 80%; margin: 0px auto }
.suntank2 .afr .list { position: absolute; bottom: 3rem; left: 0px; right: 0px; margin: auto; width: 75%; }
.suntank2 .afr .list dl { display: flex; flex-direction: row; justify-content: space-around; flex-wrap: wrap; }
.suntank2 .afr .list dl dt { color: #fff; padding-top: 20px; font-size: 24px; }
.suntank2 .afr .list dl dd {  text-align: center; }
.suntank2 .afr .list dl dd img { display: block; margin: 0px auto; }
.suntank2 .afr .list dl dd p { font-size: 14px; color: #fff; margin-top: 5px; line-height: 20px; }

.suntank3 { width: 100%; height: 100%; position: relative; }
.suntank3 .img { height: 70%; background: url('/themes/basicen/skin/images/suntank/page4.jpg') no-repeat center center; background-size:cover; }
.suntank3 .text { min-height: 30%; background: #fff; z-index: 9; position: absolute; left: 0px; width: 100%; padding: 20px 10%; bottom: 0px; display: flex; flex-direction: row; }
.suntank3 .text h3 { width: 20%; font-size: 24px; color: #1a1a1a; margin-top: 15px; line-height: 24px; text-align: center; }
.suntank3 .text h3 img { margin: 0 auto; width: 5vw; }
.suntank3 .text .list { width: 70%; margin-left: 10%; }
.suntank3 .text .list ul li { margin: 15px 0px; }
.suntank3 .text .list ul li strong { font-size: 24px; color: #1a1a1a; font-weight: 600;}
.suntank3 .text .list ul li p { font-size: 16px; line-height: 26px; }

.suntank4 { background: url('/themes/basicen/skin/images/suntank/sunt4.jpg') no-repeat center center; background-size: cover; width: 100%; height: 100%; display: flex; flex-direction: row; align-items: center; }
.suntank4 .img { margin-top: 5rem; width: 54%; }
.suntank4 .text { width: 30%; color: #fff; }
.suntank4 .text h3 { font-size: 32px; border-bottom: 1px solid rgba(255, 255, 255, 0.4); padding-bottom: 10px;font-weight: 600; }
.suntank4 .text ul { display: flex; flex-direction: row; flex-wrap: wrap; margin-top: 20px; }
.suntank4 .text ul li { width: 50%; margin-top: 18px; }
.suntank4 .text ul li strong { color: #ccc; font-size: 16px; }
.suntank4 .text ul li p { color: #fff; font-size: 16px; }
.suntank4 .text h6 { margin-top: 40px; }
.suntank4 .text h6 a { color: #fff; color: #333333; display: inline-block; padding: 10px 60px; border-radius: 30px; background: #fff; font-size: 16px; transition: all 0.6s; -webkit-transition: all 0.6s; }
.suntank4 .text h6 a:hover { background: #39a9ae; color: #fff; }
.suntank4 .img img {
    margin: 0 auto;
    max-width: 26vw;
}

.white-btn2 {
    display: inline-block;
    width: 150px;
    text-align: center;
    height: 40px;
    line-height: 37px;
    border-radius: 30px;
    box-sizing: border-box;
    border: 2px solid #ffffff;
    margin-top: 20px;
    transition: all .7s ease;
    font-weight: bold;
    color: #ffffff;
}

.white-btn2:hover {
    background-color: #ffffff;
    color: #000000;
}

@media (min-width: 769px) {

    #suntank7 .suntank4 .img img{
        max-width: 40vw;
    }
}


 @media (max-width: 1600px) {

.suntank3 .text { padding: 20px 8%; }
.suntank3 .text h3 { font-size: 24px; line-height: 26px; width: 15%; }
.suntank3 .text .list { width: 85%; }
.suntank3 .text .list ul li strong { font-size: 18px; }
.suntank3 .text .list ul li p { font-size: 14px; margin-top: -5px; }
.suntank3 .text .list ul li { margin: 10px 0px; }

.suntank2 .afl h3 { font-size: 24px; }
.suntank2 .afl ul li strong { font-size: 18px; }

.suntank4 .text ul li { margin-top: 2px; }
.suntank4 .img { width: 50%; }

.suntank2 .afl { width: 46% }









/* 2022-2-23 */
#suntank2 .suntank3 .text h3{
    font-size: 26px;
    line-height: 36px;
}
.b_lists .b_list .imgs {
    max-width: 70px;
}
.b_lists .b_list .texts {
    padding-left: 10px;
}
.b_lists .b_list .texts p {
    font-size: 14px;
}


 }
 @media (max-width: 1366px){
    .suntank1 .list .a_lists .a_list{
        padding: 20px 50px;
    }
    .suntank1 .list .a_lists .a_list .texts h5{
        font-size: 20px;
    }
    .suntank1 .list .a_lists .a_list .texts{
        padding-left: 20px;
    }



    #suntank2 .suntank3 .text h3,#suntank4 .suntank3 .text h3,#suntank6 .suntank3 .text h3{
        font-size: 18px;
        line-height: 30px;
    }
    #suntank6 .suntank3 .b_lists .b_list .imgs,#suntank3 .suntank3 .suntank3_content .img,#suntank4 .suntank3 .b_lists .b_list .imgs{
        max-width: 70px;
    }
    #suntank6 .suntank3 .b_lists .b_list .imgs img,#suntank3 .suntank3 .suntank3_content .img img,#suntank4 .suntank3 .b_lists .b_list .imgs img{
        max-width: 70px;
    }
    #suntank6 .suntank3 .b_lists .b_list .texts p,#suntank4 .suntank3 .b_lists .b_list .texts p{
        font-size: 14px;
        line-height: 20px;
    }
    #suntank3 .suntank3 .suntank3_content .lefts .list_text p {
        font-size: 16px;
        padding-left: 14px;
    }
    #suntank3 .suntank3 .suntank3_content .rights .list_text p {
        font-size: 16px;
        padding-right: 14px;
    }
    .suntank3Lists .suntank3List{
        width: 30%;
        text-align: center;
        padding: 0;
    }
    #suntank3 .suntank3{
        height: 120%;
    }
    .suntank3_content .imgbox {
        max-width: 50%;
        display: flex;
        align-items: center;
    }
    .suntank3_content .imgbox img{
        display: block;
    }
    .suntank3Lists .suntank3List h5 {
        font-size: 22px;
    }
    .suntank3Lists .suntank3List p {
        font-size: 16px;
    }
 }


 @media (max-width: 960px){
    .suntank1 .list .a_lists .a_list{
        width: 30%;
        flex-wrap: wrap;
        padding: 20px 30px;
    }
    .suntank1 .list .a_lists .a_list .texts{
        width: 100%;
        margin-top: 10px;
        padding-left: 0;
    }
    .suntank1 .list .a_lists .a_list .texts h5{
        width: 100%;
        text-align: center;
        font-size: 18px;
    }
    .suntank1 .list .a_lists .a_list .imgs{
        width: 100%;
    }
    .suntank1 .list .a_lists .a_list .imgs img{
        margin: auto;
    }
    .suntank1 .list .a_lists .a_list:nth-child(1) .imgs img{
        max-width: 40%;
    }
    .suntank1 .list .a_lists .a_list:nth-child(2) .imgs img{
        max-width: 50%;
    }
    .suntank1 .list .a_lists .a_list:nth-child(3) .imgs img{
        max-width: 100%;
    }
    .suntank3Lists .suntank3List h5{
        font-size: 20px;
    }
    #suntank3 .suntank3 .suntank3_content .rights .list_text{
        margin-bottom: 30px;
    }
    #suntank3 .suntank3 .suntank3_content .lefts .list_text{
        margin-bottom: 30px;
    }
    .suntank3_content .imgbox img{
        max-width: 80%;
        margin: auto;
    }
    .suntank3Lists{
        justify-content: space-between;
    }
    .suntank3Lists .suntank3List{
        width: 33.33%;
    }
 }

@media (max-width: 768px) {

.suntank1 .tit { font-size: 36px; }

.suntank1 .list ul li { padding: 0px 15px; margin-top: 20px; }
.suntank1 .list ul li span { font-size: 24px; height: 44px; }
.suntank1 .list ul li p { font-size: 14px; }


.suntank2 { flex-direction: column; position: relative; }
.suntank2 .afl { width: 100%; position: absolute; top: 50px; background: #fff; z-index: 9; padding: 0px;  padding-left: 17px;}
.suntank2 .afr { width: 100%; background: url(/themes/basicen/skin/images/suntank/P2.jpg) no-repeat center 150px; background-size: cover;}
.suntank2 .afl ul li strong {
    font-size: 14px;
    margin-bottom: 5px;
}
.suntank2 .afl ul li span {
    font-size: 12px;
    line-height: 18px;
}
.dg{
    margin-top: 0px;
    margin-bottom: 20px;
}
.suntank2 .afl ul li {
    margin-top: 9px;
}
.suntank2 .afr .list dl dt { width: 100%; text-align: center; margin-bottom: 15px; font-size: 18px; font-weight: bold; }
.suntank2 .afr .list dl dd { width: 19%; margin: 0px 3%; }
.suntank2 .afr .list { width: 90%; }

.suntank3 .img { height: 100%; }

.suntank3 .text h3 { width: 100%; font-size: 20px; }
.suntank3 .text .list { width: 100%; }
.suntank3 .text { flex-direction: column; }
.suntank3 .text h3 br { display: none;  }
.suntank3 .text .list ul li p { line-height: 24px; margin-top: 5px; }
.suntank3 .text { padding: 10px; background: rgba(255, 255, 255, 0.9); }
.suntank4 { display: block; }
.suntank3 .text .list ul li strong { font-size: 16px; }
.suntank4 .text { width: 90%; margin: 0px auto; }
.suntank4 .text h3 { font-size: 20px; font-weight: bold; padding-bottom: 0px;}
.suntank4 .text ul li { margin-top: 0px; width: auto; min-width: 33.3%; margin-right: 12px;}
.suntank4 .text ul li p { font-size: 14px; }
.suntank4 .text ul li strong { font-size: 14px; }
.suntank4 .text ul { margin-top: 10px; }
.suntank4 .text h6 { margin-top: 20px; }
.suntank4 .text h6 a { padding: 8px 30px; font-size: 14px; }
.suntank4 .img { width: 70%; }
.suntank4 { display: flex; align-items: center; flex-direction: column; }


.suntank3 .text h3 {
    text-align: left;
}
.suntank3 .text h3 img {
    width: 60px;
    margin: 0;
    margin-bottom: 20px;
}
.suntank3 .text .list {
    margin-left: 0;
}
.suntank4 .img img {
    max-width: 80%;
    margin-bottom: 20px;
}

.suntank1 .tit{top: 10rem;}
.white-btn2 {
    margin-left: 0px;
    width: 110px;
    height: 34px;
    line-height: 34px;
    margin-top: 10px;
}
#suntank3 .suntank3 .more_ a{
    font-size: 12px;
    line-height: 34px;
    padding: 0 29px;
}





/*  */
#suntank5 .suntank4 .img{
    width: 60%;
}
#suntank5 .white-btn2,#suntank7 .white-btn2{
    font-size: 12px;
    border: 1px solid #fff;
}
#suntank3 .suntank3 .suntank3_content .rights .list_text p{
    font-size: 12px;
}
#suntank3 .suntank3 .suntank3_content .lefts .list_text p{
    font-size: 12px;
}





#suntank2 .suntank3 .text{
    height: 30%;
}
#suntank2 .suntank3 .text .text1{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
#suntank2 .suntank3 .text .text1>div{
    display: block;
    width: 100%;
}
#suntank4 .suntank3 .text{
    height: 30%;
}
#suntank4 .suntank3 .text .text1{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
#suntank4 .suntank3 .text .text1>div{
    display: block;
    width: 100%;
}
#suntank6 .suntank3 .text{
    height: 30%;
}
#suntank6 .suntank3 .text .text1{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
#suntank6 .suntank3 .text .text1>div{
    display: block;
    width: 100%;
}

#suntank2 .suntank3 .img{
    background: url(/themes/basicen/skin/images/suntank/768_3.jpg) no-repeat center center;
}
#suntank4 .suntank3 .img{
    background: url(/themes/basicen/skin/images/suntank/768_2.jpg) no-repeat center center;
}
#suntank6 .suntank3 .img{
    background: url(/themes/basicen/skin/images/suntank/768_1.jpg) no-repeat center center;
}








}


@media (max-width: 414px){
    .suntank1 .list .a_lists .a_list {
        padding: 5px 5px;
    }
    .suntank1 .list .a_lists .a_list .texts h5{
        font-size: 14px;
    }
    .suntank1 .list .a_lists .a_list .imgs img{
        max-width: 80%;
    }
    #suntank2 .suntank3 .text{
        height: auto;
        min-height: auto;
    }
    .b_lists .b_list .texts p {
        font-size: 12px;
    }
    .suntank3_content{
        flex-wrap: wrap;
    }
    .suntank3_content .imgbox{
        display: none;
    }
    .suntank3_content .lefts {
        width: 49%;
    }
    .suntank3_content .rights {
        width: 49%;
    }
    .p_imgbox{
        display: block;
    }
    .p_imgbox img{
        max-width: 80%;
        margin: auto;
    }
    #suntank3 .suntank3 .suntank3_content .rights .list_text{
        flex-direction: row;
        margin-bottom: 20px;
    }
    #suntank3 .suntank3 .suntank3_content .lefts .list_text{
        margin-bottom: 20px;
    }
    #suntank3 .suntank3 .suntank3_content .rights .list_text p{
        text-align: left;
        padding-right: 0;
        padding-left: 14px;
        font-size: 12px;
    }
    #suntank3 .suntank3 .suntank3_content .lefts .list_text p{
        font-size: 12px;
    }
    #suntank3 .suntank3 .h4_text {
        font-size: 24px;
        margin-bottom: 40px;
    }
    .suntank3Lists .suntank3List p {
        font-size: 12px;
    }
    .suntank3Lists .suntank3List h5 {
        font-size: 16px;
    }
    #suntank4 .suntank3 .b_lists .b_list{
        width: 49%;
    }
    #suntank6 .suntank3 .b_lists .b_list .texts p, #suntank4 .suntank3 .b_lists .b_list .texts p{
        font-size: 12px;
    }
    #suntank4 .suntank3 .text{
        min-height: auto;
        padding: 10px;
    }
    #suntank2 .suntank3 .text h3, #suntank4 .suntank3 .text h3, #suntank6 .suntank3 .text h3 {
        font-size: 18px;
        line-height: 30px;
        margin-top: 0;
        margin-bottom: 10px;
    }
    #suntank5 .suntank4 .img {
        width: 90%;
        height: 50%;
        display: flex;
        align-items: center;
    }
    #suntank6 .suntank3 .text{
        min-height: auto;
    }
    #suntank7 .suntank4 .img{
        width: 90%;
        height: 60%;
        display: flex;
        align-items: center;
    }
    #suntank6 .suntank3 .b_lists .b_list .imgs, #suntank3 .suntank3 .suntank3_content .img, #suntank4 .suntank3 .b_lists .b_list .imgs {
        max-width: 60px;
    }
    #suntank6 .suntank3 .b_lists .b_list .imgs img, #suntank3 .suntank3 .suntank3_content .img img, #suntank4 .suntank3 .b_lists .b_list .imgs img{
        max-width: 60px;
    }
    .b_lists .b_list .imgs {
        max-width: 60px;
    }
    .b_lists .b_list .imgs img{
        max-width: 60px;
    }
    #suntank4 .suntank3 .b_lists .b_list{
        min-height: 60px;
    }
    #suntank6 .suntank3 .b_lists .b_list{
        width: 49%;
    }
    #suntank5 .suntank4{
        height: 100%;
    }
    #suntank3 .suntank3 {
        height: 135%;
    }

    #suntank2 .suntank3 .text{
        height: 34%;
        min-height: 34%;
    }
    #suntank2 .suntank3 .text .text1{
        height: 100%;
        display: flex;
        align-items: center;
    }
    #suntank4 .suntank3 .text{
        min-height: 34%;
        height: 34%;
    }
    #suntank4 .suntank3 .text .text1{
        height: 100%;
        display: flex;
        align-items: center;
    }
    #suntank6 .suntank3 .text{
        min-height: 34%;
        height: 34%;
    }
    #suntank6 .suntank3 .text .text1{
        height: 100%;
        display: flex;
        align-items: center;
    }
    .suntank4 .img img{
        max-width: 60%;
        margin-bottom: 0;
    }




    #suntank2 .suntank3 .img{
        background: url(/themes/basicen/skin/images/suntank/414_3.jpg) no-repeat center center;
    }
    #suntank4 .suntank3 .img{
        background: url(/themes/basicen/skin/images/suntank/414_2.jpg) no-repeat center center;
    }
    #suntank6 .suntank3 .img{
        background: url(/themes/basicen/skin/images/suntank/414_1.jpg) no-repeat center center;
    }
    #suntank3 .suntank3 .more_{
        margin-top: 20px;
    }
    .suntank3Lists{
        margin-top: 20px;
    }
}


@media (max-width: 400px){
    .suntank3Lists .suntank3List h5 {
        font-size: 14px;
    }
    /* #suntank5 .suntank4 .img{
        height: 45%;
    } */
}

@media (max-width: 375px){
    #suntank5 .suntank4 .img{
        height: 48%;
    }
    .suntank4 .text h3{
        font-size: 18px;
    }
    .suntank4 .text ul li strong {
        font-size: 12px;
    }
    .suntank4 .text ul li p {
        font-size: 12px;
    }
    .suntank4 .img img{
        max-width: 50%;
        margin-bottom: 0;
        margin-top: 3%;
    }
    #suntank7 .suntank4 .img{
        height: 50%;
    }
    #suntank3 .suntank3 .more_ {
        margin-top: 20px;
    }
    .suntank3Lists{
        margin-top: 40px;
    }
    .suntank1 .list .a_lists{
        bottom: 2rem;
    }
    #suntank5 .suntank4{
        height: 110%;
    }
    #suntank5 .suntank4 .text{
        padding-bottom: 10px;
    }
}
