
body {
    font-family: open sans,sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
}
:root{
    --color:#FE460E;
}
.wrap{
    width: 980px;
    margin: 0 auto;
}
header .head{
    height: 127px;
    border-bottom: 1px solid #000;
}
header .logo{
    width: 15%;
}
header .logo img{
    width: 100%;
}
header .contact{
    font-family:open sans,sans-serif;
    background-color: var(--color);
    height: 30px;
    padding: 0 20px;
    position: relative;
}
header .contact p{
    color: #fff;
}
header .contact .ico{
    width: 20px;
}
header .contact img{
    width: 100%;
}

header .contact a{
    color: #fff;
    margin: 0 10px;
}
header .head-nav>ul{
    height: 75px;
}
header .head-nav ul li{
    position: relative;
    text-align: center;
}
header .head-nav ul li a{
    font-family: avenir-lt-w01_35-light1475496,avenir-lt-w05_35-light,sans-serif;
    font-size: 15px;
}
header .head-nav ul li .drop-menu{
    display: none;
    position: absolute;
    top: 40px;
    left: -48px;
    z-index: 10;
    width: 150px;
    background-color: #cdcdcd;
}

header .head-nav ul li .drop-menu li{
    margin: 8px 0;
}

.language{
    font-size: 18px;
    margin-left: 10px;
    color: #fff;
    position: relative;
    cursor: pointer;
}
.language_icon{
    width: 35px;
    height: 30px;
    margin-left: 20px;
}
.language_icon img{
    width: 100%;
}
.language p{
    display: none;
    position: absolute;
    top: 30px;
    left: -8px;
    background-color: #eeeeee;
}
.language p a{
    color: #000;
}
.swiper-button-next:after, 
.swiper-button-prev:after{
    font-size: 14px;
    color: #898989;
}
.support h1{
    font-size: 38px;
    font-weight: 700;
    text-align: center;
    margin: 50px 0;
}
.support p{
    text-align: center;
    margin-bottom: 30px;
}
.support p a{
    font-size: 16px;
}
.support ul{
    display: flex;
    justify-content: center;
}
.support ul li{
    width: 30%;
    padding: 50px 30px;
}
.support ul li img{
    width: 100%;
}
.support ul li p{
    font-size: 20px;
    font-weight: 700;
    margin: 20px 0;
}
.support ul li a{
    width: 160px;
    display: block;
    border: 1px solid #898989;
    text-align: center;
    margin: 0 auto;
    padding: 7px;
}
.support ul li a .show2{
    display: none;
}
.support ul li a:hover .show1{
    display: none;
}
.support ul li a:hover .show2{
    display: block;
}

.support ul li a:hover{
    background-color: var(--color);
    color: #fff;
}
.distributors h1{
    font-size: 38px;
    font-weight: 700;
    text-align: center;
    margin: 50px 0 10px;
}
.distributors p{
    font-size: 16px;
    text-align: center;
    margin-bottom: 30px;
}
.distributors p a{
    font-size: 16px;
}
.distributors ul{
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.distributors ul li{
    width: 296px;
    height: 296px;
    border: 1px solid;
    padding: 20px;
    margin-bottom: 40px;
}
.distributors ul li img{
    width: 100%;
}
.distributors ul li .cont{
    margin: 15px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 5px 0;
}
.distributors ul li .title{
    font-weight: 700;
}
.distributors ul li p{
    font-size: 15px;
    margin-bottom: 2px;
    text-align: left;
}
.distributors ul li a{
    font-size: 15px;
    font-weight: 700;
}
.contact2 h1{
    font-size: 38px;
    font-weight: 700;
    text-align: center;
    margin: 50px 0 10px;
}
.contact2 p{
    width: 60%;
    font-size: 16px;
    text-align: center;
    margin: 0 auto;
}

.about{
    padding: 50px 30px;
    text-align: center;
}
.about h1{
    font-size: 53px;
    font-weight: 700;
    color: var(--color);
    margin-bottom: 30px;
}
.about h6{
    font-size: 14px;
    font-weight: 700;
}
.about p{
    font-size: 14px;
    line-height: 2;
}
.about-us h1{
    font-weight: 700;
    text-align: center;
    margin: 50px 0;
}
.about-us .content{
    padding: 0 60px;
    font-size: 18px;
}

.product-view h1,
.product h1{
    text-align: center;
    font-size: 38px;
    font-weight: 700;
    margin: 30px 0 85px;
}
.product ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.product ul li{
    width: 26%;
    margin-bottom: 30px;
}
.product ul li a img{
    width: 100%;
}
.product ul li a h4{
    text-align: center;
    padding: 10px 20px;
    font-size: 25px;
    font-weight: 700;
    min-height: 80px;
}
.product ul li a p{
    font-family: avenir-lt-w01_35-light1475496,avenir-lt-w05_35-light,sans-serif;
    font-size: 15px;
    text-align: center;
    border: 1px solid #000;
    width: 158px;
    margin: 20px auto;
    padding: 10px 0;
}
.product ul li:hover a p{
    background-color: var(--color);
    color: #fff;
}
.product-app ul{
    display: flex;
    justify-content: space-between;
}
.product-app ul li{
    width: 47%;
    text-align: center;
}
.product-app ul li img{
    width: 100%;
}
.product-app ul li .logo{
    width: 200px;
    margin: 0 auto;
    padding: 10px 20px;
    border: 2px solid #000;
    border-radius: 4px;
}
.product-app ul li .logo img{
    width: 80%;
}
.product-app ul li h4{
    font-size: 25px;
    font-weight: 700;
    margin: 30px 0;
}
.product-app ul li .link{
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.product-app ul li .link a{
    display: block;
    width: 30%;
}
.installers h1{
    font-weight: 700;
    text-align: center;
    margin: 50px 0;
}
.installers table tbody tr{
    padding: 10px 0;
}
.installers table tbody tr:nth-of-type(odd){
    background-color: #cfcfcf;
}
.installers table tbody tr:nth-of-type(even){
    background-color: #e9e9e9;
}
table{
    width: 100%;
}
footer{
    background-color: #EEEEEE;
    margin-top: 100px;
}
footer ul{
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 50px 0;
}
footer ul li{
    width: 50%;
    padding: 0 100px;
}
footer ul li:last-child{
    padding-right: 0;
}
footer ul li p{
    margin: 20px 0;
}
footer ul li p span{
    font-weight: 700;
    margin-right: 10px;
}
footer .logo img{
    width: 100%;
}
.active{
    color: var(--color);
}

p,
ul {
    margin: 0
}

ul {
    list-style: none;
    padding: 0;
}

a {
    text-decoration: none;
    color: #0a0a0a
}

a:hover {
    color: var(--color)
}

.upload-container p {
    z-index: 0;
    width: 100%;
    border: 1px solid #000;
    color: #000;
    padding: 10px 0;
    font-size: 12px;
    margin: 0;
}
.upload-container .upload{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    cursor: pointer;
}

.upload-container2 p {
    z-index: 0;
    width: 100%;
    border: 1px solid #000;
    color: #000;
    padding: 10px 0;
    font-size: 12px;
    margin: 0;
}
.upload-container2 .upload{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    cursor: pointer;
}