@charset "utf-8";
* {
    margin: 0;
    padding: 0
}

html {
    height: 100%
}

body {
    font-size: 0.875rem;
    font-family: "microsoft yahei";
    padding: 0;
    margin: 0;
    width: 100%;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.padding_bottom_0 {
    padding-bottom: 0px !important;
}

.con {
    width: 100%;
    height: auto;
}

li {
    list-style: none;
}

a, a:hover {
    text-decoration: none !important;
}

.margin_top20 {
    margin-top: 1.25rem;
}

/* nav_top */
.nav_top {
    width: 100%;
    height: 4.0625rem;
    background-color: #C8000A;
    color: #FFFFFF;
    padding: 1px;
}

.nav_top .nav_btn {
    background-image: url("/static/index/img/open.png");
    background-size: 100%;
}

.nav_top .goback_btn {
    background-image: url("/static/index/img/leftArrow.png");
    background-size: 40%;
}

.nav_top .nav_btn, .nav_top .goback_btn {
    width: 2.5rem;
    height: 2.5rem;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin: 0.925rem 0 0 0.9375rem;
}

.nav_top .on {
    background-image: url("/static/index/img/close.png") !important;
    background-size: 60%;
}

.nav_top .logo {
    width: calc(100% - 3.5rem);
    height: 100%;
    background-image: url("/static/index/img/logo.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 38%;
}

.nav_top .text_con {
    width: calc(100% - 0rem);
    text-align: center;
    font-size: 1.8rem;
    line-height: 4.0625rem;
    height: 4.0625rem;
}

/*banner*/
.slide {
    padding-bottom: 0.375rem;
    background-color: #EFEFEF;
}

.carousel-indicators {
    bottom: 0rem !important;
}

.carousel-indicators li {
    width: 0.5rem !important;
    height: 0.5rem !important;
    background-color: #FFFFFF !important;
}

.carousel-indicators .active {
    background-color: #C6000A !important;
    border: 0.0625rem solid #C6000A;
}

.cube_con {
    padding: 0.9375rem;
}

.main_con {
    margin-top: 1.25rem;
}

.title_con {
    background-image: url("/static/index/img/arrowRight.png");
    background-size: 2%;
    display: block;
    background-position: 100% 50%;
    background-repeat: no-repeat;
}

.title_con .zh_lable {
    font-size: 2rem;
    color: #000000;
}

.title_con .en_lable {
    color: #999999;
    font-size: 1.5rem;
}

.main_con .part_con {
    width: calc(50% - 6px);
    height: 20rem;
    float: left;
    margin-bottom: 1rem;
    display: block;
}

.main_con .part_con:nth-child(even) {
    margin-left: 6px;
}

.main_con .part_con:nth-child(odd) {
    margin-right: 6px;
}

.main_con .part_con img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.rad_border {
    border: 1px solid #C70109;
}

.part_con .text_con {
    padding: 0 1.5625rem;
    position: absolute;
    top: 4.375rem;
}

.text_con .title {
    width: 100%;
    font: 22px/30px "Times New Roman";
}

.text_con .text_discript {
    color: #999999;
    font-size: 0.875rem;
    line-height: 25px;
    width: 100%;
    margin-top: 1.875rem;
}

.text_con .border_shot {
    border: 0.03125rem solid #9B9B9B;
}

.dividing_line_10 {
    width: 100%;
    height: 0.625rem;
    background-color: #FFFFFF;
}

.all_part_con {
    padding: 0;
}

.all_part_con li {
    border-bottom: 1px solid #EFEFEF;
}

.part_top_con {
    padding-bottom: 1.25rem;
    height: 9.375rem;
}

.part_top_con .left {
    width: calc(30%);
    height: 100%;
    float: left;
    border-radius: 5px;
    background-color: #999999;
}

.part_top_con .right {
    width: calc(70% - 10px);
    float: right;
    height: 100%;
}

.part_top_con .right .text_con {
    height: calc(100% - 20px);
}

.part_top_con .right p {
    height: 5.8rem;
    font-size: 1.125rem;
    color: #666666;
    overflow: hidden;
    margin: 0.625rem 0 0 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.part_top_con .right span, .sub_new_con .title {
    height: 20px;
    font-size: 1.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.sub_new_con .title {
    border-left: 3px solid #C8000B;
    padding-left: 0.625rem;
    margin-top: 0.9375rem;
}

.sub_new_con p {
    height: 2.8rem;
    font-size: 1.125rem;
    color: #666666;
    overflow: hidden;
    margin: 0.625rem 0 0 0;
    margin-bottom: 0.9375rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.address_con {
    width: 60%;
    margin: 0 auto;
}

.address_con .tel_con {
    background-image: url("/static/index/img/tel.png");
    background-position: 1.875rem 50%;
    background-repeat: no-repeat;
    padding-left: 1.875rem;
}

.address_con .lable_con {
    text-align: center;
    font-size: 1.875rem;
    font-weight: 300;
    margin-bottom: 1.25rem;
}

.address_con .tel_con, .address_con .address {
    border: 1px solid #D0212C;
    border-radius: 0.3125rem;
    height: 2.5rem;
    color: #D0212C;
    text-align: center;
    line-height: 2.5rem;
    font-size: 1.6rem;
}

.address_con .address {
    font-size: 1.5rem;
}

.nav_bottom {
    margin-top: 1.875rem;
    padding: 0 0.9375rem;
}

.first_ul .first_li .title {
    border-bottom: 1px solid #DDDDDD;
    height: 3.75rem;
    line-height: 3.75rem;
    font-size: 1.5rem;
    color: #333333;
    background-image: url("/static/index/img/plus.png");
    background-position: 95% 50%;
    background-repeat: no-repeat;
    background-size: 3%;
}

.first_ul .first_li:last-child .title {
    border-bottom: none;
}

.first_ul .first_li .on {
    background-image: url("/static/index/img/reduce.png") !important;
    border-bottom: 1px solid #DDDDDD !important;
}

.first_li .title {
    width: 100%;
    height: 100%;
}

.second_ul {
    display: none;
}

.second_ul .second_li a, .second_ul .second_li a:hover, .second_ul .second_li a:focus, .second_ul .second_li a:active, .second_ul .second_li a:visited {
    color: #999999;
    padding-left: 2.5rem;
    font-size: 1.4rem;
    padding: 7px 0 7px 2.5rem;
    display: block;
}

.margin_top10 {
    margin-top: 0.625rem;
}

.footer {
    padding: 0 0.75rem;
    background-color: #EFEFEF;
}

a {
    text-decoration: none;
}

.footer a, .footer a:hover {
    color: #666;
}

.link_con {
    width: 100%;
}

.link_con .con_a {
    width: 80%;
    margin: 0 auto;
    border-bottom: 1px solid #DDDDDD;
}

.con_a a {
    padding: 1.875rem 1.875rem;
    display: block;
    float: left;
    font-size: 1.5rem;
}

.right_con {
    margin-bottom: 0;
    padding: 1.875rem 1.875rem 0 1.875rem;
}

.right_con li {
    font-size: 0.75rem;
    color: #999999;
    text-align: center;
    height: 1.875rem;
}

/* 侧导航 */
.menu_left {
    background-color: #A70008; /*width:10rem;*/
    color: #FFFFFF;
    font-size: 1.625rem;
    text-align: center;
    position: absolute;
    top: 4.0625rem;
    left: 0;
    display: none;
}

.menu_left li a {
    border-bottom: 1px solid #800007;
    padding: 1.25rem 0;
    display: block;
    color: #ffffff;
    cursor: pointer;
}

.menu_left ul {
    padding: 0 1.875rem;
}

.menu_left li:last-child a {
    border-bottom: 0;
}

/*资讯中心*/
.cube_con .title_con_sub {
    border-bottom: 1px solid #DDDDDD;
}

.title_con_sub .lable_con {
    font-size: 1.8rem;
    width: 100%;
}

.title_con_sub .time_con {
    font-size: 1.25rem;
    color: #999999;
    width: 100%;
    display: block;
    margin: 0.5rem 0;
}

.main_con .text_con {
    margin-top: 0.5rem;
}

.main_con a, .main_con a:visited, .main_con a:hover, .main_con a:focus {
    display: block;
    color: #333333;
}

.main_con .text_con p {
    color: #666666;
    margin-bottom: 0;
    line-height: 2rem;
    letter-spacing: 0rem;
}

/*产品展示*/
.productDisplay .title_con_sub {
    border-bottom: none;
}

.title_con_sub .productDisplay_title {
    display: block;
    border-left: 3px solid #C7000A;
    padding-left: 5px;
    color: #333333;
    font-size: 1.6rem;
}

/*详情*/
.detail_con .productDisplay_title {
    font-weight: bold;
    display: inline-block;
}

.detail_con section .line_con {
    height: 0;
    width: calc(100% - 90px);
    border-bottom: 1px solid #000;
    right: 0;
    top: 10px;
}

.detail_con section .title_con_sub {
    position: relative;
}

.detail_con .video {
    width: 100%;
    height: 280px;
    margin: 0px auto;
    clear: both;
}

.detail_con .video iframe {
    width: 100%;
    height: 100%;
}

.detail_con .configuration_info .left {
    width: calc(30%);
    height: 100%;
}

.detail_con .configuration_info .left img {
    margin: 0 auto;
    height: 100%;
}

.detail_con .configuration_info .right {
    width: calc(70%);
    font-size: 1.5rem;
    height: 100%;
}

.detail_con .configuration_info {
    padding: 3.125rem 0;
    margin-top: 0;
    height: 23.75rem;
}

.detail_con .configuration_info .right li {
    margin: 0.9375rem 0;
}

.detail_con .configuration_info .right li:first-child {
    margin-top: 0;
}

.selling_point li {
    height: 3.75rem;
    margin: 2.5rem 0;
}

.selling_point .cube_num {
    color: #FFFFFF;
    width: 3.75rem;
    height: 3.75rem;
    background-color: #D20001;
    text-align: center;
    float: left;
}

.selling_point .cube_num .num {
    font-size: 2.6rem;
    font-weight: bold;
    left: 1.2rem;
    top: 10px;
}

.selling_point .cube_num .en_num {
    font-size: 0.75rem;
    width: 100%;
    font-variant: small-caps;
    transform: scale(0.52);
    white-space: nowrap;
    bottom: 2px;
    left: -5px;
}

.selling_point .text_con_s b {
    font-weight: normal;
}

/* 直角三角形 */
.triangle_bottomright {
    bottom: -1px;
    right: 0;
    width: 0;
    height: 0;
    border-bottom: 1rem solid #FFFFFF;
    border-left: 1.875rem solid transparent;
}

.selling_point .text_con_s {
    display: inline-block;
    float: left;
    height: 100%;
    border-bottom: 1px dashed #D20001;
    padding-left: 0.625rem;
    font-size: 1.5rem;
    max-width: calc(100% - 3.75rem);
}

.line_height375 {
    line-height: 45px;
}

.big_img_con {
    margin: 1.5625rem 0;
}

.big_img_con li {
    width: 100%;
    margin: 0 0 0.9375rem 0;
}

.big_img_con li img {
    width: 100%;
}

.after_sale_con {
    width: calc(100%);
    display: block;
    margin: 0.25rem 0 2rem 0;
}

.after_sale_con li {
    width: 39%;
    float: left;
}

.after_sale_con li .li_con {
    width: 5.625rem;
    margin: 0 auto;
}

.after_sale_con li .text_con {
    font-size: 1.5625rem;
    text-align: center;
}

.after_sale_con li .img_con {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 5.25rem;
    height: 5.25rem;
    border: 2px solid #C40E24;
    background-size: 65%;
    border-radius: 50%;
    margin: 0 auto;
}

.after_sale_con li:first-child .pull-left .img_con {
    background-image: url("/static/index/images/tui.png");
}

.after_sale_con li:first-child .pull-right .img_con {
    background-image: url("/static/index/images/huan.png");
}

.after_sale_con li:last-child .pull-left .img_con {
    background-image: url("/static/index/images/xiu.png");
}

.after_sale_con li:last-child .pull-right .img_con {
    background-image: url("/static/index/images/hu.png");
}

.after_sale_con li:last-child {
    float: right;
}

.up_con .ring_con_half {
    width: calc(50% - 10px);
    float: left;
    padding: 16px;
}

.ring_con img {
    width: 8rem;
    height: 8rem;
    border: 1px solid #585858;
    padding: 2px;
    border-radius: 50%;
}

.down_con .ring_con_3 {
    width: calc(33.3% - 0.5rem);
    float: left;
}

.margin_bottom20 {
    margin-bottom: 1.5625rem;
}

.comment_con li {
    width: 85%;
    padding-left: 6.8rem;
    border-bottom: 1px solid #DDDDDD;
    padding-top: 1.25rem;
}

.comment_con .top .title {
    color: #333;
    width: 100%;
    margin-bottom: 0;
    font-size: 1.6rem;
}

.comment_con .top .time {
    color: #999999;
    font-size: 0.75rem;
}

.comment_con .down {
    margin: 1rem 0 1.5625rem 0;
}

.headImg {
    top: 1.25rem;
    left: 2rem;
    width: 4.2rem;
    height: 4.2rem;
    border: 1px solid #999999;
    border-radius: 50%;
}

.more {
    text-align: right;
    color: #999999;
    font-size: 0.75rem;
    padding: 0px 0 1rem 0;
}

.border_bottom_none {
    border-bottom: none !important;
}

/* swiper */
.advantage .cube_con {
    border: 1px solid #C3030C;
    border-radius: 0.625rem;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 10px #999;
    padding: 3.125rem 1.875rem;
    background-position: 50% 3.125rem;
    background-repeat: no-repeat;
    background-size: 20%;
    text-align: center;
}

.product_line {
    background-image: url("/static/index/img/Product_line.png");
}

.team {
    background-image: url("/static/index/img/team.png");
}

.service {
    background-image: url("/static/index/img/service.png");
}

.swiper-container {
    width: 100%;
    height: 22rem;
}

.swiper-wrapper .text_con_s {
    margin-top: 3.75rem;
    font-size: 1.625rem;
}

.swiper-wrapper .en_text_con_s {
    font-size: 1.3rem;
    font-family: Georgia;
    margin: 0.625rem 0;
}

.swiper-wrapper .line_con {
    height: 0;
    border-bottom: 1px solid #333333;
    width: 80%;
    margin: 0 auto;
}

.swiper-wrapper .note_con {
    margin-top: 1.25rem;
    color: #999999;
    font-size: 0.75rem;
}

.advantage_con {
    padding: 0.9375rem 0 0 0;
}

.advantage_con .title_con {
    padding: 0 0.9375rem;
    background-position: 98% 50%;
}