.main-body.aboutdeepcool {
    background: url(../../Design/AboutDeepCool/aboutdeepcoolbg.jpg) #121212 no-repeat bottom center;
    background-size: 100% 100%;
}
.main-body.contactus {
    background: url(../../Design/AboutDeepCool/contactusbg.jpg) #121212 no-repeat bottom center;
    background-size: 100% 100%;
}
.main-body.pressroom {
    background: url(../../Design/AboutDeepCool/pressroombg.jpg) #121212 no-repeat bottom center;
    background-size: 100% 100%;
}
.aboutdeepcool_nav{
    position: relative;
    display: flex;
    justify-content: center;
}
.aboutdeepcool_nav>li>a:hover {
    background-color: #eaeaea;
}
.aboutdeepcool_nav li {
    margin-left: 50px;
    margin-right: 50px;
}
.aboutdeepcool_nav li a {
    padding: 10px 14px;
}
.aboutdeepcool_nav li a:after {
    content: "";
    width: 0;
    height: 4px;
    background: #198685;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(0, -50%);
    transition: all .2s;
}
.aboutdeepcool_nav li a.active {
    color: #198685;
}
.aboutdeepcool_nav li a:hover:after {
    animation: navani .5s ease forwards;
}
@keyframes navani {
    0% {
        left: 50%;
        width: 0;
    }
    100% {
        left: 0%;
        width: 100%;
    }
}

#emailform01 .label{
    padding: 14px;
    background: #198685;
    color: #ffffff;
    border-radius: 0px;
    display: inline-block;
}

.Supportslist {    
    display: flex;
    justify-content: start;
    position: relative;
}
.subtn01,.subtn02 {
    padding: 14px 60px 14px 60px;
    background: #198685;
    outline: none;
    border: none;
    color: #ffffff;
    cursor: pointer;
}
.subtn01:hover,.subtn02:hover {
    color: #ffffff !important;
}
#emailform01 input,#emailform01 textarea {
    /* width: 80%; */
    outline: none;
    border: none;
    height: 45px;
    padding: 5px 20px 5px 10px;
    background-image: url(../.././Design/AboutUs/08.png);
    background-repeat: no-repeat;
    background-color: #ffffff;
    color: #000000;
    background-position: 10px center;
    transition: all .3s;
}
#emailform01 textarea{
    background-position: 10px 10px;
    padding: 10px 20px 5px 10px;
    resize:none;
    height: 180px;
}



#emailform01 .chosen-container .chosen-results{
    max-height: 80px !important;
}
#emailform01 .chosen-container-single .chosen-single {
    height: 45px !important;
    line-height: 45px !important;

}
#emailform01 .chosen-container-single .chosen-single div b {
    background-position: 0 12px !important;
}
body ::-webkit-scrollbar {
    width: 3px !important;
}
body ::-webkit-scrollbar-track {
    background-color: #FFFFFF !important;
}




/* press room样式 */
.leftsubmenulist {
    color: #000000;
    padding: 12px;
    background: #ededed;
}
.leftsubmenulist a,.leftsubmenulist_son span {
    color: #000000;
}
.leftsubmenulist_son {
    color: #ffffff;
    padding: 8px;
    background: #ededed;
}
.leftsubmenulist a.active,.leftsubmenulist_son span.active{
    color: #198685;
}
#PressRoom a,#PressRoom .leftsubmenulist{
    color: #000000 !important;
}
/* .rightmaincontent {
    padding: 10px 10px;
} */
.rightmaincontentlist {
    padding: 15px;
    border-bottom: 1px solid #dcd9d9;
    background-color: #ededed;
}
.rightmaincontentlist:hover {
    background-color: #e6e6e6;
}
.rightmaincontentlist small{
    color: #000000;
    margin-top: 5px;
    display: block;
}
.rightmaincontentlist_title a {
    color: #000000;
}
.rightmaincontentlist_summary {
    margin-top: 5px;
}
.pressurllists .rightmaincontentlist_summary a {
    color: #000000;
}
.pressreviews .rightmaincontentlist_summary a {
    color: #198685;
}
.rightmaincontentlist_summary h6 {
    color: #198685;
    margin-top: 15px;
}
.rightlist div{
    color: #ededed;
}
.rightlist div.font_color_black{
    color: #000000;
}
/* 分页切换样式 */
/* .navigation span,.navigation a{
    color: #ffffff;
}
.navigation ul {
    display: flex;
    justify-content: center;
}
.navigation .J-paginationjs-page {
    width: 15px;
    height: 15px;
    display: flex;
    justify-content: center;
}
.navigation .J-paginationjs-page.active a{
    color: #198685;
} */
.listpagenums {
    text-align: center;
}
.pagenext, .pagelast, .pagefirst, .pagepre {
    width: 40px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    float: left;
    margin: 0 1px;
}

.pagenavigate {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background-color: #000000;
    float: left;
    margin: 0 2px;
}
.pagenavigateon {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #eee!important;
    background-color: #198685;
}
.pagenavigate a {
    width: 20px;
    height: 20px;
    color: #acacac;
    text-decoration: none;
}
.pagenavigateon a {
    color: #fff;
    text-decoration: none;
}
.listpagenums a {
    padding: 0px 3px;
}
#navigatediv{
    display: flex;
    justify-content: center;
}
#navigatediv a {
    color: #ffffff;
}
/* video.html样式 */
.productlists {
    margin-bottom: 30px;
    background-color: #ededed;
    padding: 10px;
    height: auto !important;
    overflow: hidden;
    position: relative;
}
.productlists:hover {
    background-color: #e6e6e6;
}
.productlist_img {
    background-color: #fff;
    margin: 0 auto;
    z-index: 5;
}
.productlist_summary {
    height: 64px;
    overflow: hidden;
}
.productlist_summary {
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 12px;
    color: #fff;
    line-height: 18px;
    padding: 5px;
}
.productlists .openvideo {
    color: #000000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}
.productlists .openvideo:hover {
    color: #198685;
}
/* 2020.html样式 */
.rightmaincontent_awardslist {
    margin: 5px;
    padding: 10px;
    background-color: #ededed;
}
.rightmaincontent_awardslist:hover {
    margin: 5px;
    padding: 10px;
    background-color: #e6e6e6;
}
.rightmaincontent_awardslist>row{
    display: flex;
    align-items: center;
}
.rightmaincontent_awardslist h5 {
    border-bottom: 1px solid #676565;
    padding-bottom: 5px;
    color: #000000;
    margin-top: 10px;
    margin-bottom: 10px;
    overflow-x: hidden;
    overflow-y: auto !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    line-height: 14px;
}
.rightmaincontent_awardslist a {
    color: #000000;
}
.rightmaincontent_awardslist a:hover {
    color: #198685;
}
.rightmaincontent_awardslist img {
    padding: 4px;
    background-color: #676565;
}
.rightmaincontent_awardslist img:hover {
    background-color: #198685;
}
.modal-body{
    padding: 0 !important;
}
.icheck {
    background: #198685;
    border: none;
    outline: none;
    position: absolute;
    right: 0;
    width: 80px;
    height: 45px;
}
.icheck:active:hover,.icheck:visited,.icheck:hover,.icheck:focus {
    background: #198685 !important;
}
#emailform01 .name,#emailform01 .location,#emailform01 .ProductName {
    padding-right: 10px;
}
#emailform01 .email,#emailform01 .Subject,#emailform01 .typeofinquiry {
    padding-left: 10px;
}
#mymodal .btn-primary,#Wrongmodal .btn-primary {
    color: #fff;
    background-color: #198685 !important;
    border-color: #198685 !important;
}
#mymodal .modal-dialog,
#Wrongmodal .modal-dialog {
    top: 50%;
    transform: translate(0, -60%);
}
.videoBox {
    display: block;
    line-height: 0;
    background: #000000;
}
@media (max-width: 991px) {
    .aboutdeepcool_nav li a {
        padding: 10px 3px;
    }
    #emailform01 .name,#emailform01 .location,#emailform01 .ProductName {
        padding-right: 0;
    }
    #emailform01 .email,#emailform01 .Subject,#emailform01 .typeofinquiry {
        padding-left: 0;
    }
    .icheck {
        background: #198685;
        border: none;
        outline: none;
        position: relative;
        right: 0;
        width: 80px;
        height: 45px;
        display: none;
    }
}

@media (max-width: 480px) {
    .aboutdeepcool_nav li {
        margin-left: 6px;
        margin-right: 6px;
    }
}
