* {
    font-family: "Arial";
    list-style: none;
    text-decoration: none;
}

body {
    overflow-x: hidden;
}

@font-face {
    font-family: "Helvetica Bold Oblique";
    src: url("../fonts/Helvetica Bold Oblique.woff2") format("woff2"),
        url("../fonts/Helvetica Bold Oblique.woff") format("woff"),
        url("../fonts/Helvetica Bold Oblique.ttf") format("truetype"),
        url("../fonts/Helvetica Bold Oblique.eot") format("embedded-opentype"),
        url("../fonts/Helvetica Bold Oblique.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}


/* img {
    max-width: 100%;
} */
.down_page ul{
	display: flex;
    justify-content: center;
}
.down_page ul li{
	margin: 0 5%;
  	font-size:0.6em;
}

.center {
    width: 1440px;
    margin: 0 auto;
}

.top_box {
    box-shadow: 0 0 10px 3px #f4f4f4;
    width: 100%;
}

.top {
    height: 0.63rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top .top_left {
    display: flex;
    align-items: center;
}

.top .top_left p {
    font-size: 0.12rem;
    color: #1a0f00;
    margin-left: 0.12rem;
    text-transform: uppercase;
}

.top .top_right ul {
    display: flex;
}

.top .top_right ul li {
    display: flex;
    align-items: center;
    margin-right: 0.3rem;
}

.top .top_right ul li:last-child {
    margin-right: 0;
}

.top .top_right ul li p {
    font-size: 0.14rem;
    color: #1a0f00;
    text-transform: uppercase;
    margin-left: 0.09rem;
}

.header {
    height: 1.3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header .header_right {
    display: flex;
    align-items: center;
}

.header .header_right a {
    padding: 0.09rem;
    margin-right: 0.35rem;
    font-size: 0.18rem;
    color: #333333;
}

.header .header_right a:hover {
    font-size: 0.18rem;
    color: #ffffff !important;
    background: #ce2835;
    transition: all 0.3s;
}

.header .header_right a:last-child {
    margin-right: 0;
}



.nav_bg {
    background: url(../images/nav_bg.jpg) no-repeat center;
    width: 100%;
    height: 0.49rem;
}

.nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 0.49rem;
}

.nav .nav_left {
    display: flex;
    align-items: center;
}

.nav .nav_left .nav_dropdown a {
    color: #ffffff;
    font-size: 0.18rem;
    white-space: nowrap;
    padding: 0 0.25rem;
    background: transparent;
    line-height: 0.45rem;
}

.nav_dropdown li {
    height: 0.45rem;
    background: transparent;
    display: flex;
}

.nav_dropdown {
    height: 0.45rem;
    display: flex;
    align-items: center;
    position: relative;
}
.nav .nav_left .nav_dropdown li{
    background: #f87b00;
}
.nav .nav_left .nav_dropdown li .nav_dropdown_list .ul ul li{
    background: white;
}
.nav .nav_left .nav_dropdown li:hover {
    background: #f87b00;
}

.nav_dropdown_list {
    padding: 0.25rem 0.13rem 0.25rem 0.13rem;
    background: #ffffff;
    width: 7.68rem;
    border: 1px solid #999999;
    position: absolute;
    top: 0.47rem;
    left: 0;
    display: none;
}

.nav_dropdown_list .ul {
    display: flex;
    justify-content: space-between;
}

.nav_dropdown_list .ul ul {
    width: 30%;
    border-right: 1px solid #bfbfbf;
}

.nav_dropdown_list .ul ul:last-child {
    border-right: none;
}

.nav_dropdown_list .ul li {
    height: 0.28rem !important;
    padding-left: 0.09rem;
}

.nav_dropdown_list .ul li:hover {
    background: #ececec !important;
}

.nav_dropdown_list .ul li a {
    font-size: 0.12rem !important;
    color: #333333 !important;
    padding: 0 !important;
    line-height: 0.24rem !important;
    width: 100%;
}

.nav .nav_left .nav_dropdown li:hover .nav_dropdown_list {
    display: block;
}

.nav .nav_left a img {
    margin-left: 0.17rem;
}

.nav .input {
    display: flex;
}

.nav .input input {
    background: #ffffff;
    font-size: 0.16rem;
    color: #888888;
    padding: 0.16rem 0.27rem;
    height: 0.45rem;
    width: 6.26rem;
}

.nav .input .search {
    width: 0.6rem;
    height: 0.45rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    cursor: pointer;
}

.nav .nav_right {
    display: flex;
    align-items: center;
    height: 0.45rem;
}

.nav .nav_right a {
    font-size: 0.14rem;
    color: #ffffff;
    text-transform: uppercase;
    padding: 0.08rem 0.15rem;
}

.nav .nav_right a:hover {
    background: #f87b00;
    transition: all 0.3s;

}

.nav .icon {
    display: flex;
    align-items: center;
    height: 0.45rem;
}

.nav .icon a {
    width: 0.27rem;
    height: 0.27rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ffffff;
    border-radius: 0.05rem;
    margin-right: 0.14rem;
}

.nav .icon a:last-child {
    margin-right: 0;
}

.index_about {
    margin-top: 0.18rem;
}

.index_about_text_left {
    margin-top: 0.78rem;
}

.index_about_text_left .title {
    color: #1a0f00;
    font-size: 0.45rem;
    font-family: "Helvetica";
    text-transform: uppercase;
    font-weight: bold;
    font-style: italic
}

.index_about_text_left .title::after {
    content: "";
    display: block;
    width: 0.4rem;
    height: 0.04rem;
    background: #1a0f00;
    margin-top: 0.23rem;
    margin-bottom: 0.42rem;
}

.index_about_text_left p {
    color: #666666;
    font-size: 0.14rem;
    line-height: 0.25rem;
    margin-bottom: 0.2rem;
    width: 95%;
}

.index_about_text {
    display: flex;
}

.index_about_text_left span {
    color: #1a0f00 !important;
    font-weight: bold;
}

.index_about_text_right {
    position: relative;
    top: -0.99rem;
    /* box-shadow: 0 5px 10px 1px #e8e8e8 */
}

.index_about_text_right .title {
    background: #f87b00;
    width: 5.28rem;
    height: 0.65rem;
    display: flex;
    align-items: center;
    padding-left: 0.3rem;
}

.index_about_text_right .title img {
    margin-right: 0.15rem;
}

.index_about_text_right .title p {
    font-size: 0.27rem;
    color: #ffffff;
}

.index_about_text_right .email {
    padding: 0.3rem 0.15rem 0.3rem 0.38rem;
    background: #f5f5f5;
    box-shadow: 0 5px 10px 1px #e8e8e8;
}

.feedback_input {
    display: flex;
    justify-content: space-between;
}

.feedback_input input {
    width: 1.82rem;
    border-bottom: 1px solid #dfdfdf;
    color: #999999;
    font-size: 0.13rem;
    height: 0.5rem;
    vertical-align: top;
}

.feedback_input1 {
    width: 100%;
    border-bottom: 1px solid #dfdfdf;
    color: #999999;
    font-size: 0.13rem;
    height: 0.5rem;
    vertical-align: top;
    margin-top: 0.32rem;
}

.feedback_input2 {
    width: 100%;
    border-bottom: 1px solid #dfdfdf;
    color: #999999;
    font-size: 0.13rem;
    height: 1.1rem;
    vertical-align: top;
    margin-top: 0.36rem;
    resize: vertical;
}

.email button {
    width: 4.04rem;
    height: 0.58rem;
    background: #232323;
    font-size: 0.17rem;
    color: #ffffff;
    display: block;
    margin: 0.37rem auto 0;
    cursor: pointer;
  transition: all 0.3s;
}
.email button:hover{
background: #f87b00;
  transition: all 0.3s;
}
.index_products_bg {
    background: #f5f5f5;
    padding: 0.9rem 0;
}

.index_products .title {
    text-align: center;
    font-family: "Helvetica";
    color: #1a0f00;
    font-size: 0.45rem;
    font-weight: bold;
    font-style: italic
}

.index_products .title::after {
    width: 0.43rem;
    height: 0.04rem;
    background: #1a0f00;
    display: block;
    content: "";
    margin: 0.24rem auto 0.78rem;
}

.index_products_list {
    display: flex;
    justify-content: space-between;
    position: relative;
    flex-wrap: wrap;
}

.index_productslist_bg {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    transition: all 0.2s;
    margin-bottom: 0.37rem;
}

.index_productslist_bg::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(34, 24, 0, 14%);
    width: 100%;
    height: 100%;
    z-index: 1;
}

.index_productslist_bg:hover .hover_none {
    opacity: 0;
    transition: all 0.4s;
}

.index_productslist_bg .hover_none {
    font-size: 0.2rem;
    color: #ffffff82;
    position: absolute;
    z-index: 2;
    transition: all 0.4s;
    opacity: 1;
  padding:0 0.2rem;
}

.index_productslist_bg:hover .hover_p {
    top: 0;
    transition: all 0.4s;
}

.hover_p {
    position: absolute;
    left: 0;
    top: 3rem;
    z-index: 4;
    height: 100%;
    padding: 0 0.2rem;
    transition: all 0.4s;
    background: rgba(34, 24, 0, 70%);
  width:100%;
}

.hover_p .title1 {
    font-size: 0.2rem;
    color: #ffffff;
    line-height: 0.65rem;
    border-bottom: 1px solid #ffffff;
    text-align: center;
}

.hover_p .text {
    font-size: 0.14rem;
    color: #ffffff;
    margin: 0.45rem 0 0.21rem;
    line-height: 0.20rem;
    overflow: hidden;
}

.hover_p .a {
    text-align: center;
    background: #f87b00;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0.65rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hover_p .a a {
    font-size: 0.14rem;
    color: #ffffff;
    width: 100%;
    height: 0.65rem;
    line-height: 0.65rem;
}


.tobuy {
    padding: 1.01rem 0 0.66rem;
}

.tobuy .title {
    font-family: "Helvetica";
    color: #1a0f00;
    font-size: 0.45rem;
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
}

.tobuy .title::after {
    width: 0.43rem;
    height: 0.04rem;
    background: #1a0f00;
    display: block;
    content: "";
    margin: 0.24rem 0 0.47rem;
}

.dibu_bg {
    background: #333333;
    height: 0.58rem;
}

.dibu_bg .dibu {
    display: flex;
    justify-content: center;
    height: 0.58rem;
    align-items: center;
}

.dibu_bg .dibu a {
    font-size: 0.14rem;
    color: #ffffff;
}

.dibu_bg .dibu span {
    width: 1px;
    height: 15px;
    background: #ffffff;
    margin: 0 0.2rem;
}

.buttom_bg {
    background: #232323;
    height: 2.25rem;
}

.buttom_bg .buttom {
    height: 2.25rem;
    display: flex;
    align-items: center;
}

.buttom_left {
    display: flex;
    align-items: center;
}

.buttom_left_left p {
    font-size: 0.12rem;
    color: #ffffff;
    text-transform: uppercase;
}

.buttom_left_right ul {
    margin-left: 0.93rem;
}

.buttom_left_right ul li {
    font-size: 0.12rem;
    color: #ffffff;
    line-height: 0.25rem;
}

.buttom_left_right ul li:first-child {
    font-weight: bold;
    font-size: 0.16rem;
}

.buttom_right ul li {
    font-size: 0.12rem;
    color: #ffffff;
    line-height: 0.25rem;
}

.buttom_right ul li:first-child {
    font-weight: bold;
    font-size: 0.16rem;
}

.buttom_line {
    width: 1px;
    height: 1rem;
    background: #353535;
    margin: 0 0.5rem 0 0.8rem;
}

.buttom_left_left {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.buy_icon {
    background: #1a0f00;
    height: 1.01rem;
    position: relative;
    z-index: 33;
}

.buy_icon ul {
    display: flex;
    justify-content: center;
    height: 1.01rem;
}

.buy_icon ul li {
    margin-right: 0.71rem;
    background: transparent;
    width: 2.7rem;
    cursor: pointer;
    transition: all 0.5s;
    z-index: 33;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.buy_icon ul li:hover {
    background: #f87b00;
    transition: all 0.5s;
}

.buy_icon ul li:hover .icon_dropdown {
    display: block;
}

.buy_icon ul li:last-child {
    margin-right: 0;
}

.dropdown {
    display: none;
    top: -100px;
    animation: wrapper 0.2s linear;
    position: relative;
    top: 0;
    z-index: 1;
}

@keyframes wrapper {
    0% {
        transform: translateY(-60px);
    }

    100% {
        transform: translateY(0);
    }
}

.icon_dropdown {
    padding: 0.42rem 1.34rem 0.25rem 0.69rem;
    background: #f5f5f5;
    display: flex;
    align-items: center;

}

.icon_dropdown_left {
    width: 77%;
}

.icon_dropdown_left p:first-child {
    font-size: 0.26rem;
    color: #333333;
}

.icon_dropdown_left p:nth-child(2) {
    font-size: 0.14rem;
    color: #333333;
    line-height: 0.2rem;
    margin-top: 0.25rem;
    width: 88%;
}

.learn {
    width: 3.45rem;
    height: 0.56rem;
    background: #232323;
    color: #ffffff;
    font-size: 0.16rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.learn img {
    margin-left: 0.3rem;
    position: relative;
    left: 0;
    transition: all 0.3s;
}

.learn:hover img {
    left: 0.1rem;
    transition: all 0.3s;
}

.bg {
    margin-top: 0.16rem;
    max-width: 100%;
}
.bg img{
max-width: 100%;
}
.daohang {
    padding: 0.61rem 0 0.5rem;
}

.daohang p {
    font-size: 0.14rem;
    color: #333333;
}

.daohang p a {
    font-size: 0.14rem;
    color: #333333;
}

.daohang p a:hover {
    color: #1a0f00;
    text-decoration: underline;
}

.contant_title {
    color: #1a0f00;
    font-size: 0.45rem;
    font-family: "Helvetica";
    text-transform: uppercase;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    margin-bottom: 0.55rem;
}

.contant_list {
    width: 100%;
    height: 3.75rem;
    display: flex;
    justify-content: space-between;
    background: #f5f5f5;
    margin-bottom: 0.2rem;
    align-items: center;
    padding: 0 0.66rem 0 0.55rem;
}

.contant_list ul li {
    font-size: 0.14rem;
    color: #333333;
    padding-left: 0.11rem;
    margin-bottom: 0.15rem;
}

.contant_list ul li:first-child {
    font-size: 0.24rem;
    color: #1a0f00;
    padding-left: 0;
    margin-bottom: 0.3rem;
}

.contant_list ul li:last-child {
    background: #1a0f00;
    width: 2.99rem;
    height: 0.47rem;
    color: #ffffff;
    margin-top: 0.08rem;
    display: flex;
    align-items: center;
    cursor: pointer;
    padding-left: 0;
    margin-bottom: 0;
    margin-left: 0.11rem;
    transition: 0.3s;
}
.contant_list ul li:last-child:hover,.tijiao:hover{
    background: #ce2835;
}
.contant_list ul li:last-child img {
    margin-right: 0.22rem;
    margin-left: 0.2rem;
}
.contant_list ul li a{
color:#ffffff;
}
.map {
    display: flex;
}

.contant_list .title {
    color: #1a0f00;
    font-size: 0.24rem;
    font-weight: bold;
    width: 100%;
    margin-bottom: 0.32rem;
}

.w307 {
    width: 3.07rem;
    border-bottom: 1px solid #dcdcdc;
    height: 0.4rem;
    font-size: 0.12rem;
    color: #666666;
}

.w655 {
    width: 6.55rem;
    border-bottom: 1px solid #dcdcdc;
    height: 0.4rem;
    font-size: 0.12rem;
    color: #666666;
}

.message {
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
    height: 0.8rem;
    font-size: 0.12rem;
    color: #666666;
}

.tijiao {
    width: 2.99rem;
    height: 0.47rem;
    background: #1a0f00;
    font-size: 0.16rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0.26rem;
    color: #ffffff;
    cursor: pointer;
    margin-top: 0.38rem;
    transition: 0.3s;
}

.form {
    flex-direction: column;
    justify-content: center;
}

.form form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contant_list input {
    vertical-align: top;
}

.contant_list:last-child {
    margin-bottom: 0;
}

.download_list {
    width: 100%;
    height: 1.54rem;
    background: #f5f5f5;
    padding: 0 0.65rem 0 0.23rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.16rem;
    transition: all 0.4s;
}

.download_list:hover {
    box-shadow: 0 15px 30px -10px #e0e0e0;
    transition: all 0.4s;
}

.download_left {
    display: flex;
    align-items: center;
}

.download_left .white {
    width: 0.14rem;
    height: 0.14rem;
    background: #ffffff;
    margin-right: 0.39rem;
}

.download_text p:first-child {
    font-size: 0.18rem;
    color: #333333;
}

.download_text p:last-child {
    font-size: 0.12rem;
    color: #333333;
    margin-top: 0.25rem;
}

.download_button {
    background: #1a0f00;
    width: 2.04rem;
    height: 0.54rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.18rem;
    color: #ffffff;
}

.download_button img {
    margin-left: 0.18rem;
}
.mb_download_button{
  background: #1a0f00;
    width: 2.04rem;
    height: 0.54rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.18rem;
    color: #ffffff;
}
.mb_download_button img{
margin-left: 0.18rem;
}
.more {
    width: 2.58rem;
    height: 0.47rem;
    text-align: center;
    line-height: 0.47rem;
    background: #dfdfdf;
    font-size: 0.16rem;
    color: #333333;
    display: block;
    margin: 0.14rem auto 0 auto;
  transition: all 0.3s;
}
.more:hover{
background: #f87b00;
 color:#ffffff;
  transition: all 0.3s;
}
.download_bg {
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    z-index: 1;
    cursor: pointer;
}

.download {
    width: 6.67rem;
    position: fixed;
    left: 50%;
    top: 30%;
    margin: 0 -3.3rem;
    display: none;
    z-index: 99;
}

.download_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.25rem;
    background: #1a0f00;
    width: 6.67rem;
    height: 0.63rem;
    font-size: 0.18rem;
    color: #ffffff;
}

.download_top .left {
    display: flex;
}

.download_top .left img {
    margin-right: 0.16rem;
}

.download_top .close {
    cursor: pointer;
}

.download_buttom {
    width: 6.67rem;
    height: 1.94rem;
    background: #ffffff;
    display: flex;
    align-items: center;
    padding: 0 0.3rem 0 0.34rem;
    justify-content: space-between;
}

.download_buttom .left {
    width: 100%;
}

.download_buttom .left form {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.d_left{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.download_buttom .left input {
    font-size: 0.13rem;
    color: #666666;
    height: 0.35rem;
    width: 3.2rem;
    border-bottom: 1px solid #cfcfcf;
    vertical-align: top;
}

.download_buttom .left input:first-child {
    margin-bottom: 0.2rem;
}

.download_buttom .right {
    background: #232323;
    color: #ffffff;
    font-size: 0.17rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 1.77rem;
    height: 0.98rem;
    cursor: pointer;
    transition: 0.3s
}
.download_buttom .right:hover{
    background: #f87b00;
}
.download_buttom .right img {
    margin-bottom: 0.12rem;
}

.news {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.news a {
    width: 23%;
    display: flex;
    flex-direction: column;
    margin-bottom: 0.36rem;
    transition: all 0.4s;
}

.news a:hover {
    box-shadow: 0 15px 15px -5px #e0e0e0;
    transition: all 0.4s;
}

.news_text {
    background: #f1f1f1;
    padding: 0.25rem 0.13rem 0.13rem 0.13rem;
}

.news_text .title {
    font-size: 0.16rem;
    color: #333333;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 0.25rem;
}

.news_text .text {
    font-size: 0.12rem;
    color: #333333;
    margin-top: 0.24rem;
    table-layout: fixed;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_text .time {
    font-size: 0.12rem;
    color: #333333;
    margin-top: 0.21rem;
    text-align: right;
}


.news_info .title {
    color: #1a0f00;
    font-size: 0.45rem;
    font-family: "Helvetica";
    text-transform: uppercase;
    font-weight: bold;
    font-style: italic;
    text-align: center;
}

.news1 {
    display: flex;
    align-items: flex-start;
}

.news_text1 p {
    font-size: 0.14rem;
    color: #333333;
    line-height: 0.3rem;
    width: 97%;
}

.news_info .date {
    text-align: right;
    font-size: 0.16rem;
    color: #333333;
    margin: 0.75rem 0 0.43rem;
}

.thermostats {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.4rem;
}

.thermostats .left .title {
    font-size: 0.25rem;
    color: #1a0f00;
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
    margin-bottom: 0.28rem;
}

.thermostats .left .title1 {
    font-size: 0.14rem;
    color: #333333;
    line-height: 0.25rem;
    width: 75%;
}

.pro_download {
    display: flex;
    align-items: center;
    width: 2.76rem;
    height: 0.54rem;
    background: #1a0f00;
    font-size: 0.18rem;
    color: #ffffff;
}

.pro_menu {
    margin: 0 0.38rem 0 0.27rem;
}

.pro_download_img {
    margin-left: 0.15rem;
}

.pro_info {
    display: flex;
}

.pro_info_left {
    /* width: 23.5%; */
    margin-right: 0.4rem;
}

.categories {
    box-shadow: 0 0 10px 5px #ebebeb;
    width: 3.4rem;
}

.categories_top {
    height: 0.56rem;
    background: #1a0f00;
    color: #ffffff;
    font-size: 0.2rem;
    display: flex;
    align-items: center;
}

.categories_top img {
    margin: 0 0.16rem 0 0.25rem;
}

.categories_buttom {
    padding: 0.14rem 0.28rem 0.24rem 0.15rem;
    background: #f5f5f5;
    display: flex;
    flex-direction: column;
}

.categories_buttom a {
    font-size: 0.14rem;
    color: #333333;
    line-height: 0.34rem;
    background: transparent;
    padding-left: 0.09rem;
    text-overflow: ellipsis;
}

.categories_buttom a:hover {
    color: #ffffff;
    background: #ce2835;
}

.mail {
    margin-top: 0.38rem;
    box-shadow: 0 0 10px 5px #ebebeb;
}

.mail_top {
    height: 0.55rem;
    background: #1a0f00;
    display: flex;
    font-size: 0.2rem;
    color: #ffffff;
    display: flex;
    align-items: center;
}

.mail_top img {
    margin: 0 0.19rem 0 0.25rem;
}

.mail_buttom {
    background: #f5f5f5;
    padding: 0.3rem 0.31rem 0.13rem 0.24rem;
}

.mail .mail_buttom {
    display: flex;
    flex-direction: column;
}

.mail .mail_buttom input {
    width: 100%;
    border-bottom: 1px solid #dfdfdf;
    font-size: 0.13rem;
    color: #999999;
    height: 0.45rem;
    margin-bottom: 0.25rem;
}

.mail .mail_buttom textarea {
    width: 100%;
    border-bottom: 1px solid #dfdfdf;
    font-size: 0.13rem;
    color: #999999;
    height: 0.65rem;
    resize: vertical;
}

.mail .mail_buttom button {
    color: #ffffff;
    background: #232323;
    font-size: 0.17rem;
    height: 0.44rem;
    width: 100%;
    margin-top: 0.23rem;
    transition: 0.3s;
    cursor: pointer;
}
.mail .mail_buttom button:hover{
    background: #f87b00;
}

.pro_info_right {
    width: 100%
}

.pro_info_right .ttt a {
    padding: 0 0.4rem 0 0.34rem;
    border: 1px solid #dfdfdf;
    width: 24.9%;
    margin-bottom: 0.21rem;
    text-align: center;
    height: 2.9rem;
    margin-right: 0.19rem;
    float: left;
    transition: all 0.4s;
  display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.pro_info_right .ttt a:hover {
    box-shadow: 0 10px 10px 0 #cbcbcb;
    transition: all 0.4s;
}

.pro_info_right .ttt a:nth-child(3n) {
    margin-right: 0;
}
.pro_info_right .ttt a img{
width:2rem;
}
.pro_info_right .ttt a .pro_info1 {
    display: -webkit-box;
    font-size: 0.15rem;
    color: #333333;
    line-height: 0.2rem;
  margin-top: 0.2rem;
  display: inline-block;
table-layout: fixed;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
  width: 100%;
}

.ttt {
    overflow: hidden;
  
}
.tt1{
width:24.9%;
}
.top20 {
    margin-top: 0.2rem;
}

.detailed .title,
.related .title {
    width: 100%;
    background: #1a0f00;
    font-size: 0.18rem;
    color: #ffffff;
    padding-left: 0.24rem;
    height: 0.39rem;
    line-height: 0.39rem;
    position: relative;
}

.detailed .detailcontent{
    font-size: 0.16rem;
    margin-top: 0.2rem;
    line-height: 0.25rem;
}

.detailed img {
    /*display: block;
    margin: 1.18rem auto 1.12rem;*/
  	margin: 0.18rem auto 0rem;
    max-width: 100%;
}

.related .title {
    display: flex;
    justify-content: space-between;
}

.related .title .hd {
    margin-right: 0.16rem;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.related .title .hd .page {
    margin-right: 0.25rem;
    font-size: 0.14rem;
    color: #ffffff;
}

.related .title .hd .shuxian {
    width: 1px;
    height: 0.15rem;
    background: #ffffff;
    margin: 0 0.04rem;
}

.related .title .hd .prev,
.related .title .hd .next {
    display: block;
    cursor: pointer;
    font-size: 0.14rem;
    color: #ffffff;
}

.picScroll-left {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-top: 0.44rem;
}

.picList p {
    font-size: 0.16rem;
    color: #333333;
    line-height: 0.25rem;
  table-layout: fixed;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

.picScroll-left .bd {
    padding: 0;
}

.picScroll-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picScroll-left .bd ul li {
    margin-right: 0.18rem;
    float: left;
    _display: inline;
    overflow: hidden;
    /* text-align: center; */
    border: 1px solid #dfdfdf;
    width: 3.45rem !important;
}

.picScroll-left .bd ul li .pic {
    padding: 0 0.5rem;
}

.picScroll-left .bd ul li .pic img {
    display: block;
    margin: 0 auto;
  width:200px;
}

.picScroll-left .bd ul li .pic p {
    padding-bottom: 0.33rem;
  	text-align: center;
}

.mb_nav {
    display: none;
    background: #1a0f00;
    height: 0.87rem;
    width: 100%;
}

.mb_nav form {
    width: 100%;
}

.mb_nav .mb_input {
    display: flex;
    background: #ffffff;
}

.mb_nav .mb_input .mb_searchimg {
    width: 0.53rem;
    height: 0.65rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mb_nav .mb_input .mb_searchimg img {
    width: 0.22rem;
    height: 0.23rem;
}

.mb_nav .mb_input input {
    width: 100%;
    height: 0.65rem;
    font-size: 0.24rem;
    color: #888888;
}

.mb_nav .mb_input input::-webkit-input-placeholder {
    color: #888888;
}

.mb_nav .mb_input input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #888888;
}

.mb_nav .mb_input input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #888888;
}

.mb_nav .mb_input input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #888888;
}

.mb_bg {
    display: none;
}

.mb_news {
    display: none;
}

.mb_newslist {
    background: #f5f5f5;
    padding: 0.23rem 0.16rem;
    margin-bottom: 0.19rem;
}

.mb_newslist a {
    display: flex;
}

.mb_newslist a img {
    width: 3.3rem;
    height: 2.45rem;
}

.mb_news_text {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 0.31rem;
}

.mb_news_text .p1 {
    font-size: 0.28rem;
    color: #333333;
    height: 0.56rem;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mb_news_text .p2 {
    font-size: 0.24rem;
    color: #333333;
    margin: 0.4rem 0 0.22rem;
    height: 0.48rem;
    text-overflow: ellipsis;
}

.mb_news_text .p3 {
    font-size: 0.20rem;
    color: #333333;
    text-align: right;
}

.mb_dibu {
    display: none;
    background: #232323;
    padding-top: 0.56rem;
}

.mb_dibu img {
    display: block;
    margin: 0 auto 0.75rem auto;
    width: 1.74rem;
    height: 1.55rem;
}

.mb_dibu .center ul li:first-child {
    font-size: 0.28rem;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 0.4rem;
}

.mb_dibu .center ul li {
    color: #ffffff;
    font-size: 0.22rem;
    margin-bottom: 0.15rem;
}

.mb_dibu_line {
    border-top: 1px solid #353535;
    margin: 0.32rem 0 0.47rem;
}

.h35 {
    height: 0.35rem;
}

.db_xinxi {
    background: #333333;
    height: 0.78rem;
}

.db_xinxi .center p {
    font-size: 0.24rem;
    color: #ffffff;
    text-align: center;
    line-height: 0.78rem;
}

.mb_contant {
    display: none;
}

.mb_contant_list {
    background: #f5f5f5;
    padding: 0.72rem 0 0.6rem;
    margin-bottom: 0.3rem;
}

.mb_contant_list .center ul li:first-child {
    font-size: 0.30rem;
    color: #1a0f00;
    margin-bottom: 0.3rem;
    font-weight: bold;
}

.mb_contant_list .center ul li {
    font-size: 0.24rem;
    color: #333333;
    margin-bottom: 0.15rem;
}
.mb_contant_list .center ul li a{
color:#ffffff;
}
.mb_contant_list img {
    width: 100%;
}

.mb_contant_list .center ul li:last-child {
    width: 3.6rem;
    height: 0.67rem;
    background-color: #1a0f00;
    color: #fff;
    font-size: 0.26rem;
    padding: 0 0.2rem;
    display: flex;
    align-items: center;
    margin-bottom: 0.35rem;
    margin-top: 0.32rem;
}

.mb_contant_list .center ul li:last-child img {
    margin-right: 0.26rem;
    width: 0.19rem;
    height: 0.16rem;
}

.w437 {
    width: 4.37rem !important;
}

.mb_contant_list input {
    height: 0.45rem;
    ;
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
    font-size: 0.22rem;
    color: #666666;
    vertical-align: top;
}

.mb_contant_list input::-webkit-input-placeholder {
    color: #666666;
}

.mb_contant_list input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #666666;
}

.mb_contant_list input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #666666;
}

.mb_contant_list input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #666666;
}

.mb_contant_list textarea {
    height: 1rem;
    ;
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
    font-size: 0.22rem;
    color: #666666;
    vertical-align: top;
    resize: vertical;
}

.mb_contant_list textarea::-webkit-input-placeholder {
    color: #666666;
}

.mb_contant_list textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #666666;
}

.mb_contant_list textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #666666;
}

.mb_contant_list textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #666666;
}

.mb_contant_list p {
    font-size: 0.36rem;
    color: #1a0f00;
    margin-bottom: 0.54rem;
}

.mb_contant_list button {
    background: #1a0f00;
    color: #ffffff;
    font-size: 0.26rem;
    padding: 0 0.26rem;
    width: 3.24rem;
    height: 0.66rem;
    display: flex;
    align-items: center;
    margin-top: 0.35rem;
}

.mb_contant_list button img {
    width: 0.15rem;
    height: 0.15rem;
    margin-left: 0.26rem;
}

.mb {
    display: none;
}

.mb_pro {
    background: #f5f5f5;
    padding: 0.45rem 0 0.78rem 0;
}

.mb_pro .title {
    font-size: 0.34rem;
    color: #1a0f00;
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
    margin-bottom: 0.28rem;
    text-align: center;
}

.mb_pro_list {
    display: flex;
}

.mb_pro_list img {
    width: 2.4rem;
    height: 1.75rem;
}

.mb_pro_text {
    width: 100%;
    height: 1.75rem;
    font-size: 0.28rem;
    color: #333333;
    background: #ffffff;
    padding: 0 0.28rem;
    display: flex;
    align-items: center;
    line-height: 0.3rem;
}

.mb_pro a {
    display: block;
    margin-bottom: 0.2rem;
}



.data-menu-toggle {
    position: relative;
    width: 0.5rem;
    background-color: transparent;
    border: none;
    outline: none;
    display: none;
}

/* 初始化样式 */
.data-menu-toggle .menu-bar,
.data-menu-toggle .menu-bar:before,
.data-menu-toggle .menu-bar:after {
    display: block;
    position: absolute;
    width: 100%;
    height: 0.07rem;
    background: #1a0f00;
    transition: all ease-in-out .3s;
}

.data-menu-toggle .menu-bar.bar {
    top: 0;
}

.data-menu-toggle .menu-bar.bar:before {
    content: "";
    top: -0.1rem;
}

.data-menu-toggle .menu-bar.bar:after {
    content: "";
    top: 0.1rem;
}

/* 激活样式 */
.data-menu-toggle.active .bar {
    background-color: transparent;
}

.data-menu-toggle.active .bar:before {
    top: 0px;
    transform: rotate(45deg);
}

.data-menu-toggle.active .bar:after {
    top: 0px;
    transform: rotate(-45deg);
}
#mb_box{
display: none;-
}
.mb_menu {
    
    position: fixed;
    top: 1.3rem;
    right: 0;
    width: 5.94rem;
    height: 100%;
    background: #f5f5f5;
    z-index: 77;
}

.mb_menu ul li {
    width: 100%;
    height: 0.85rem;
    border-bottom: 0.03rem solid #ffffff;
    padding: 0 0.16rem 0 0.41rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mb_menu ul li img {
    width: 0.1rem;
    height: 0.21rem;
}

.mb_menu ul li a {
    font-size: 0.28rem;
    color: #333333;
      width: 100%;
    height: 0.85rem;
    line-height: 0.85rem;
}

.mb_products {
    position: fixed;
    right: -100%;
    top: 1.3rem;
    background: #f5f5f5;
    z-index: 78;
    width: 5.94rem;
    height: 100%;
  overflow: scroll;
}

.mb_products_top {
    height: 0.87rem;
    display: flex;
  /*position: fixed;*/
  width:100%;
  top:1.3rem;
}

.mb_products_top .mb_products_top_left {
    width: 0.5rem;
    height: 0.87rem;
    background: #f87b00;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mb_products_top .mb_products_top_left img {
    width: 0.1rem;
    height: 0.21rem;
}

.mb_products_top .mb_products_top_right {
    width: 100%;
    background: #1d2089;
    font-size: 0.28rem;
    color: #ffffff;
    line-height: 0.87rem;
    padding-left: 0.13rem;
}

.mb_products_list {
    background: #f5f5f5;
}

.list {
    background: #ffffff;
}

.mb_products_list .list_list {
    /* height: 0.76rem; */
    line-height: 0.76rem;
    width: 100%;
    padding: 0 0.16rem 0 0.67rem;
    font-size: 0.28rem;
    color: #333333;
    border-bottom: 0.03rem solid #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f5f5f5;
}

.list_list .jian {
    display: none;
}

.mb_products_list .list_list .jia {
    width: 0.25rem;
    height: 0.25rem;
}

.mb_products_list .list_list .jian {
    width: 0.25rem;
    height: 0.04rem;
}
.mb_products_list .list_list a{
    font-size: 0.28rem;
    color: #333333;
}
.second_menu {
    width: 100%;
    padding: 0 0.16rem 0 0.67rem;
    display: none;
}

.second_menu li {
    display: flex;
    align-items: center;
    line-height: 0.76rem;
}

.second_menu li a {
    font-size: 0.28rem;
    color: #333333;
    display: block;
    width: 100%;
}

.detailed {
    margin: 0.29rem 0;
}

.fd {
    position: relative;
}

.fangdajing {
    position: absolute;
    bottom: 0.30rem;
    right: 0.23rem;
}

.mb_pro_info .mb_pro_img {
    width: 100%;
}

.mb_pro_info .title {
    font-size: 0.28rem;
    color: #1a0f00;
    font-weight: bold;
}

.mb_pro_info .model {
    font-size: 0.26rem;
    color: #333333;
    font-weight: bold;
    margin: 0.38rem 0 0.42rem;
}

.mb_pro_info .text p {
    font-size: 0.22rem;
    color: #333333;
    line-height: 0.3rem;
}

.mb_pro_info .detailed .detailcontent{
    font-size: 0.22rem;
    margin-top: 0.2rem;
    line-height: 0.3rem;
}

.mb_elated {
    display: none;
}

.mb_elated .title {
    height: 0.77rem;
    line-height: 0.77rem;
    background: #1a0f00;
    padding: 0 0.16rem;
    color: #ffffff;
    font-size: 0.28rem;
    margin: 0 0.16rem;
}

.mb_elated_list {
    background: #f5f5f5;
}

.mb_elated_list a {
    display: flex;
    padding-bottom: 0.2rem;
}

.mb_elated_list a:first-child {
    padding-top: 0.43rem;
}

.mb_elated_list a:last-child {
    padding-bottom: 0.54rem;
}

.mb_elated_list a img {
    width: 2.09rem;
    height: 2.09rem;
}

.mb_elated_list .text_bg {
    width: 100%;
    padding: 0 0.31rem;
    background: #ffffff;
    display: flex;
    align-items: center;
}

.mb_elated_list .text_bg p {
    font-size: 0.26rem;
    color: #333333;
    line-height: 0.35rem;
}

.mb_tobuy {
    display: none;
}

.mb_tobuy .title {
    font-family: "Helvetica Bold Oblique";
    color: #1a0f00;
    font-size: 0.45rem;
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
    padding-top: 0.6rem;
}

.mb_tobuy .title::after {
    width: 0.43rem;
    height: 0.04rem;
    background: #1a0f00;
    display: block;
    content: "";
    margin: 0.24rem 0 0.47rem;
}

.tabBox ul{
    display: flex;
    justify-content: space-between;
    height: 1.14rem;
    background: #1d2089;
    padding: 0 0.16rem;
}
.tabBox ul li{
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tabBox ul li a{
    display: flex;
    align-items: center;
    justify-content: center;
}
.tabBox ul .on {
    border-bottom: 0.05rem solid #BA2636;
    color: #f87b00;
}

.black{
    width: 0.2rem;
    height: 0.18rem;
}
.tabBox ul li:first-child img{
    width: 1.36rem;
}
.tabBox ul li:nth-child(2) img{
width: 1.76rem;
}
.tabBox ul li:last-child img{
    width: 2.18rem;
}


/* 放大镜 */
.fdj_img{
    display: flex;
    margin-bottom: 0.29rem;
}

.fdj_img_left img{
    position: absolute;
    right: 0.23rem;
   bottom: 0.13rem;
    z-index: 555;
}
.fdj_img_right{
    margin-left: 0.23rem;
    float: left;
}
.fdj_img_right .title{
    font-size: 0.22rem;
    color: #1a0f00;
    font-weight: bold;
}
.fdj_img_right .model{
    font-size: 0.16rem;
    color: #333333;
    margin: 0.21rem 0 0.39rem;
    font-weight: bold;
}
.fdj_img_right .text{
    font-size: 0.12rem;
    color: #333333;
    line-height: 0.2rem;
}.fdj_img_right .text p{
    margin-bottom: 0.10rem;
}

.zoomy {
    position: absolute;
    display: none;
    background-repeat: no-repeat;
    box-shadow: 3px 3px 10px #000;
    border: 0;
    line-height: 100px;
    text-align: center;
    background-position: center;
    background-color: #fff;
    z-index: 1000;
}
.zoom{
    width: 457px;
}
.zoom img{
    border: 1px solid #dfdfdf;
}


.zoomy span {
    display: block;
    margin: 10px auto;
    background: -webkit-gradient(linear, 0% 100%, 0% 0%, color-stop(0.50, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .5)));
    background: -moz-linear-gradient(bottom center, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, .5) 100%);

}


.zoomy img {
    opacity: 0;
    filter: alpha(opacity=0);
}

.zoomy a {
    color: #333;
    text-decoration: none;
}

.broke a {
    display: block;
    height: 100%;
    width: 100%;

}

#brokeZoomy {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0px;
    left: 0px;
}

.news1 img{
    max-width: 100%;
}
.kong{
width:23%;
}
.addbody{
height:100%;
}