.indexPanel {
    width: 100%;
    position: relative;
	/* overflow: hidden; */
}

.indexBanner {
    width: 100%;
    position: relative;
    min-height: 200px;
}

.indexBanner .swiper-pagination {
    left: 30px;
    bottom: 45px;
}
.indexBanner .swiper-wrapper .swiper-slide>a{
    display: block;
}
.indexBanner .swiper-pagination-bullet {
    width: 15px;
    height: 4px;
    background: #fff;
    display: block;
    margin: 0 0 0 15px;
}

.indexBanner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 30px;
    background: #bd1333;
    margin: 0;
}

.indexBanner .swiper-pagination-bullet + .swiper-pagination-bullet {
    margin-top: 4px;
}

.indexBanner .swiper-pagination-switch {
    width: 15px;
    height: 4px;
    background: #fff;
    display: block;
    margin: 0 0 0 15px;
}

.indexBanner .swiper-pagination-switch.swiper-active-switch {
    width: 30px;
    background: #bd1333;
    margin: 0;
}

.indexBanner .swiper-pagination-switch + .swiper-pagination-switch {
    margin-top: 4px;
}

.indexBanner .txtConAll {
    width: 100%;
    height: 100%;
    max-width: 1200px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
    color: #fff;
}

.indexBanner .txtConAll .txtCon {
    max-width: 400px;
    position: relative;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
}

.indexBanner .txtConAll .txtCon h1 {
    font-weight: bold;
    line-height: 20px;
}

.indexBanner .txtConAll .txtCon h2 {
    font-size: 60px;
    line-height: 60px;
    font-weight: bold;
    margin: 15px 0 20px;
    font-family: "Arial";
    word-break: break-word;
}

.indexBanner .txtConAll .txtCon p {
    font-size: 20px;
    line-height: 30px;
}

.indexBanner .txtConAll .txtCon .btn {
    display: block;
    margin: 30px 0 0 0;
}

.indexBanner .txtConAll .txtCon .btn span {
    padding: 0 40px;
    background: #c6092d;
    height: 38px;
    line-height: 38px;
    border-radius: 50px;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    transition: all ease 0.6s;
    border: 1px solid #c6092d;
}

.indexBanner .txtConAll .txtCon .btn span:hover {
    border: 1px solid #c6092d;
    background: #fff;
    color: #c6092d;
}

.section01 {
    width: 100%;
    position: relative;
}

.section01 .titleTxtCon {
    width: 100%;
    padding: 60px 0 0 0;
    max-width: 1200px;
    text-align: center;
    margin: 0 auto;
    position: relative;
}

.section01 .titleTxtCon .logoImg {
    width: 160px;
    height: 49px;
    position: absolute;
    top: 70px;
    right: 0;
}

.section01 .titleTxtCon .titleTxt {
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
}

.section01 .titleTxtCon .paraTxt {
    line-height: 26px;
    margin: 10px 0 0 0;
}

.section01.bgf8 .titleTxtCon .titleTxt {
    color: #c6092d;
}

.section01.bgf8 .titleTxtCon .paraTxt {
    color: #939393;
}

.section01 .proSwiper {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 70px 0 140px;
}

.section01 .proSwiper .proImg {
    width: 100%;
    height: 300px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: auto 300px;
}

.section01 .proSwiper .h1{
    text-align: center;
    color: #333;
    line-height: 48px;
}

.section01 .proSwiper .swiper-button-prev {
    width: 18px;
    height: 36px;
    background: url("../img/swiperPrev.png") 50% 50% no-repeat;
    background-size: 100%;
    left: 0;
    top: 40%;
}

.section01 .proSwiper .swiper-button-next {
    width: 18px;
    height: 36px;
    background: url("../img/swiperNext.png") 50% 50% no-repeat;
    background-size: 100%;
    right: 0;
    top: 40%;
}

.section01.redBg {
    width: 88%;
    margin: -70px 0 0 12%;
}

.section01.redBg .wrapper {
    max-width: 850px;
    padding: 30px 0 30px 30px;
}

.section01.redBg .wrapper .iconGoal {
    width: 80px;
    height: 80px;
    display: inline-block;
    vertical-align: middle;
}

.section01.redBg .wrapper .smTxtCon {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 25px;
    color: #fff;
}

.section01.redBg .wrapper .smTxtCon .titleTxt {
    font-size: 24px;
    line-height: 24px;
}

.section01.redBg .wrapper .smTxtCon .paraTxt {
    font-size: 16px;
    line-height: 16px;
    margin: 10px 0 0 0;
}

.section01.redBg .wrapper .btnConAll {
    float: right;
    display: block;
    line-height: 80px;
}

.section01.redBg .wrapper .btnConAll .btn span {
    padding: 0 40px;
    height: 40px;
    border: 2px solid #fff;
    line-height: 36px;
    border-radius: 50px;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    box-sizing: border-box;
    background: transparent;
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

.section01.redBg .wrapper .btnConAll .btn span:hover {
    background: #fff;
    color: #c6092d;
}

.section01.redBg .wrapper .btnConAll .btn + .btn {
    margin: 0 0 0 30px;
}

.section01 .serviceCon {
    margin: 60px 0;
}

.section01 .serviceCon .img {
    width: 65%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
}

.section01 .serviceCon .img img {
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

.section01 .serviceCon .img:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.section01 .serviceCon .telTxt {
    color: #fff;
    font-size: 60px;
    line-height: 70px;
    position: absolute;
    z-index: 10;
    width: 100%;
    top: 50%;
    left: 50%;
    display: block;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: center;
}

.section01 .serviceCon .txtCon {
    width: 20%;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 5%;
}

.section01 .serviceCon .txtCon .h1 {
    font-size: 30px;
    line-height: 30px;
    color: #333;
    font-weight: bold;
}

.section01 .serviceCon .txtCon p {
    line-height: 26px;
    color: #939393;
    margin: 10px 0 0 0;
}

.section01 .serviceCon .txtCon a {
    margin: 30px 0 0 0;
    display: block;
}

.section01 .serviceCon .txtCon a span {
    padding: 0 40px;
    background: #c6092d;
    height: 38px;
    line-height: 38px;
    border-radius: 50px;
    border: 1px solid #c6092d;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

.section01 .serviceCon .txtCon a span:hover {
    border: 1px solid #c6092d;
    background: #fff;
    color: #c6092d;
}

.section01.pinkBg .titleTxtCon {
    color: #fff;
}

.section01.pinkBg .newsSwiper {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 0 70px;
}

.section01.pinkBg .newsSwiper .newsCon {
    width: 355px;
    height: auto;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
    position: relative;
}

.newsSwiper .swiper-slide {
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

.newsSwiper .swiper-slide:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.section01.pinkBg .newsSwiper .newsCon .newsImg {
    width: 100%;
    height: 270px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

.section01.pinkBg .newsSwiper .newsCon .tipsTxt {
    position: absolute;
    top: 20px;
    left: 0;
}

.section01.pinkBg .newsSwiper .newsCon .tipsTxt span {
    font-size: 12px;
    font-weight: bold;
    line-height: 25px;
    background: #c6092d;
    display: inline-block;
    padding: 0 10px;
    color: #fff;
}

.section01.pinkBg .newsSwiper .txtCon {
    width: 100%;
    position: relative;
}

.section01.pinkBg .newsSwiper .txtCon .wrapper {
    padding: 25px 35px 130px;
}

.section01.pinkBg .newsSwiper .txtCon .wrapper .timeTxt {
    font-size: 12px;
    color: #939393;
    line-height: 12px;
}

.section01.pinkBg .newsSwiper .txtCon .wrapper .titleTxt {
    font-size: 18px;
    line-height: 30px;
    color: #333;
    font-weight: bold;
    margin: 5px 0;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.section01.pinkBg .newsSwiper .txtCon .wrapper p {
    font-size: 12px;
    line-height: 24px;
    height: 48px;
    color: #939393;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.section01.pinkBg .newsSwiper .txtCon .wrapper .readMoreBtn {
    position: absolute;
    bottom: 35px;
    left: 35px;
    display: block;
}

.section01.pinkBg .newsSwiper .txtCon .wrapper .readMoreBtn span {
    padding: 0 30px;
    background: #c6092d;
    border: 1px solid #c6092d;
    height: 38px;
    line-height: 38px;
    border-radius: 50px;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

.section01.pinkBg .newsSwiper .txtCon .wrapper .readMoreBtn span:hover {
    background: #fff;
    color: #c6092d;
}

.section01.pinkBg .newsSwiper .swiper-button-prev {
    width: 18px;
    height: 36px;
    background: url("../img/swiperPrevWhite.png") 50% 50% no-repeat;
    background-size: 100%;
    left: 0;
}

.section01.pinkBg .newsSwiper .swiper-button-next {
    width: 18px;
    height: 36px;
    background: url("../img/swiperNextWhite.png") 50% 50% no-repeat;
    background-size: 100%;
    right: 0;
}

.choosePanel {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.choosePanel .wrapper {
    padding: 150px 0 85px;
}

.choosePanel .questionCon {
    max-width: 600px;
    width: 50%;
    height: auto;
    float: left;
}

.choosePanel .questionCon g {
    cursor: pointer;
}

.choosePanel .questionCon circle {
    fill: none;
    stroke-width: 140;
    stroke-dasharray: 1320;
    stroke-dashoffset: 1320;
    stroke: #eee;
    transition: all .4s ease;
    -ms-transition: all .4s ease;
}

.choosePanel .questionCon g:hover circle {
    stroke: #c6092d;
}

.choosePanel .questionCon .quesCon {
    display: none;
}

.choosePanel .questionCon .quesCon.active {
    display: block;
}

.choosePanel .questionCon .quesCon text {
    fill: #333;
    transition: fill .4s ease;
    font-size: 16px;
    font-weight: bold;
}

.choosePanel .questionCon .quesCon text.spanTxt {
    display: none;
}

.choosePanel .questionCon .quesCon g:hover text {
    fill: #fff;
}

.choosePanel .questionCon .quesCon text.titleTxt {
    font-size: 24px;
    fill: #c6092d;
    text-align: center;
}

.choosePanel .questionCon g image {
    opacity: 1;
    transition: opacity .4s ease;
}

.choosePanel .questionCon g:hover .imgBlack {
    opacity: 0;
}

.choosePanel .quesCon {
    width: 100%;
    height: 100%;
}

.choosePanel .quesResCon {
    width: 50%;
    float: left;
    padding: 30px 0 0 0;
}

.choosePanel .quesResCon .img {
    width: 38px;
    height: 38px;
    float: left;
}

.choosePanel .quesResCon .txtCon {
    padding: 0 0 0 55px;
}

.choosePanel .txtCon .h1 {
    font-size: 30px;
    line-height: 40px;
    color: #c6092d;
    font-weight: bold;
}

.choosePanel .quesResUl {
    width: 100%;
    position: relative;
    margin: 30px 0 0 0;
    border-top: 1px solid #eee;
    max-height: 340px;
    overflow: hidden;
    overflow-y: scroll;
    display: none;
}

.choosePanel .quesResUl::-webkit-scrollbar {
    width: 4px;
    height: 10px;
    background-color: #f4f4f4;
}

.choosePanel .quesResUl::-webkit-scrollbar-thumb {
    background: #333;
}

.choosePanel .quesResUl li {
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}

.choosePanel .quesResUl .txt {
    font-size: 12px;
    line-height: 14px;
    color: #333;
    font-weight: bold;
}

.choosePanel .quesResUl li.active .txt {
    color: #c6092d;
}

.choosePanel .quesResUl .resTxt {
    line-height: 20px;
    color: #333;
    margin: 10px 0 0 0;
    display: block;
}

.productPanel {
    position: relative;
    width: 100%;
}

.proBanner {
    position: relative;
    width: 100%;
}

.proBanner .txtConAll {
    width: 100%;
	height: calc(100% - 70px);
    max-width: 1200px;
    position: absolute;
    top: 70px;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
    color: #fff;
    text-align: center;
}

.proBanner .txtConAll .txtCon{
	width: 100%;
	position: absolute;
	top: 50px;
}

.proBanner .txtConAll .h1 {
    font-size: 50px;
    line-height: 60px;
    color: #fff;
    font-weight: bold;
}

.proBanner .txtConAll p {
    font-size: 16px;
    line-height: 60px;
}

.proBanner .txtRgtConAll .proImg {
    width: 430px;
    height: 430px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    background-size: auto 480px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.proBanner .txtRgtConAll {
    width: 100%;
    height: 100%;
    max-width: 1000px;
    position: absolute;
    top: 55%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    color: #fff;
    text-align: center;
}

.proBanner .txtRgtConAll .txtCon {
    width: 100%;
    max-width: 550px;
    height: auto;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    text-align: center;
    margin-right: 70px;
}

.proBanner .txtRgtConAll .descTxt span {
    padding: 0 10px;
    background: #c6092d;
    font-size: 20px;
    line-height: 50px;
    display: inline-block;
    font-weight: bold;
}

.proBanner .txtRgtConAll .txt {
    margin: 25px 0;
    color: #fff;
    font-size: 18px;
}

.proBanner .txtRgtConAll .seriesTxt {
    font-size: 46px;
    line-height: 72px;
    font-weight: bold;
}

.proBanner .txtRgtConAll .radioBtn {
    display: inline-block;
    margin: 70px auto 0;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
}

.proBanner .txtRgtConAll .iconPlay {
    width: 48px;
    height: 48px;
    background: url("../img/iconPlay.png") no-repeat;
    background-size: 100%;
    margin: 0 auto 10px;
}

.proBanner .txtRgtConAll span {
    display: block;
    line-height: 14px;
}

.promark {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    z-index: 100;
    display: none;
}

.promark .video_box {
    width: 787px;
    height: 472px;
    background: #fff;
    position: relative;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.promark .video_box .close {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 37px;
    height: 37px;
    cursor: pointer;
}

.section02 {
    position: relative;
    width: 100%;
}

.section02 .wrapper {
    padding: 40px 0;
}

.section02 .txtCon {
    width: 100%;
    position: relative;
    text-align: center;
}

.section02 .txtCon h1 {
    font-size: 30px;
    line-height: 30px;
    color: #fff;
    font-weight: bold;
}

.section02 .txtCon p {
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    margin: 15px 0;
}

.section02 .txtCon .btn span {
    padding: 0 40px;
    height: 40px;
    box-sizing: border-box;
    border: 2px solid #fff;
    line-height: 36px;
    border-radius: 50px;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

.section02 .txtCon .btn span:hover {
    color: #c6092d;
    background: #fff;
}

.proSelectCon {
    width: 100%;
    max-width: 830px;
    margin: 0 auto;
    padding: 30px 0;
}

.proSelectCon .titleTxt {
    font-size: 36px;
    line-height: 36px;
    color: #c6092d;
    font-weight: bold;
    text-align: center;
}

.proSelectCon .selectCon {
    margin: 50px 0 0 0;
    text-align: center;
}

.proSelectCon .selectCon h1 {
    position: relative;
    text-align: center;
}

.proSelectCon .selectCon h1 span {
    color: #333333;
    line-height: 24px;
    display: inline-block;
    position: relative;
    background: #fff;
    z-index: 10;
    padding: 0 25px;
    font-weight: bold;
}

.proSelectCon .selectCon h1:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    margin: -1px 0 0 0;
    background: #e6e6e6;
}

.proSelectCon .selectConUl {
    width: 100%;
    position: relative;
    text-align: center;
}

.proSelectCon ul {
    display: inline-block;
    margin: 0 auto;
}

.proSelectCon ul li {
    float: left;
    width: 180px;
    position: relative;
}

.proSelectCon ul li + li {
    margin: 0 0 0 30px;
}

.proSelectCon .selectConUl .select {
    line-height: 50px;
    height: 50px;
    text-align: left;
    padding: 0 20px 0 0;
    background: url("../img/selectArrowRed.png") no-repeat 96% 50%;
    border-bottom: 1px solid #e6e6e6;
    color: #939393;
    position: relative;
    cursor: pointer;
}

.proSelectCon .selectConUl .selectDiv {
    width: 100%;
    display: none;
}

.proSelectCon .selectConUl .selectDiv p {
    line-height: 50px;
    text-align: left;
    color: #939393;
    border-bottom: 1px solid #e6e6e6;
    cursor: pointer;
}

.proSelectCon .btn {
    display: inline-block;
    margin: 25px auto 0;
    text-align: center;
}

.proSelectCon .btn span {
    padding: 0 50px;
    background: #d5d5d5;
    height: 40px;
    line-height: 40px;
    border-radius: 50px;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

.proSelectCon .btn span:hover {
    background: #c6092d;
}

.proSelectCon .btn.active span {
    background: #c6092d;
}
.onclickMore{
    padding: 0 40px;
    height: 40px;
    box-sizing: border-box;
    border: 2px solid #fff;
    line-height: 36px;
    border-radius: 50px;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    transition: all ease 0.6s;
}
.productFiled {
    padding: 60px 0 0 0;
    text-align: center;
}

.productFiled .proTitleTxt {
    font-size: 26px;
    line-height: 26px;
    color: #c6092d;
    text-align: center;
    font-weight: bold;
    margin: 0 0 40px 0;
}

.productFiled .productUl {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.productFiled .productUl .proList {
    float: left;
    padding-bottom: 20px;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

.productFiled .productUl .proList:hover {
    background: #efefef;
}

.productFiled .productUl .proList:hover .proTxtCon .h1 {
    color: #c6092d;
}

.productFiled .proList .proImg {
    width: 100%;
    height: 300px;
    background-size: auto 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
    margin: 0 auto;
}

.productFiled .newTag {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}

.productFiled .newTag span {
    font-size: 10px;
    line-height: 15px;
    height: 15px;
    border-radius: 50px;
    width: 50px;
    background: #c6092d;
    padding: 0 15px;
    font-weight: bold;
    color: #fff;
}

.productFiled .icon {
    width: 44px;
    height: 63px;
    display: block;
    position: absolute;
    right: 10px;
    top: 0;
}

.productFiled .icon.tmall {
    background: url("../img/product/iconPro-2.png") no-repeat 50% 50%;
    background-size: 100%;
}

.productFiled .icon.jd {
    background: url("../img/product/iconPro-3.png") no-repeat 50% 50%;
    background-size: 100%;
}

.productFiled .icon.wifi {
    background: url("../img/product/iconPro-5.gif") no-repeat 50% 50%;
    background-size: 100%;
}

.productFiled .icon.ln {
    background: url("../img/product/iconPro-1.png") no-repeat 50% 50%;
    background-size: 100%;
}

.productFiled .icon.new {
    background: url("../img/product/iconPro-4.png") no-repeat 50% 50%;
    background-size: 100%;
}

.productFiled .proTxtCon {
    text-align: center;
}

.productFiled .proTxtCon h1 {
    color: #333333;
    font-weight: bold;
    line-height: 14px;
    margin: 10px 0 0 0;
}

.productFiled .proTxtCon p {
    font-size: 12px;
    line-height: 24px;
    color: #939393;
    margin: 10px 0;
}

.productFiled .proTxtCon a {
    display: inline-block;
    margin: 0 0 10px 0;
}

.productFiled .proList.active a span {
    color: #c6092d;
    border: 1px solid #c6092d;
}

.productFiled .proTxtCon a span {
    text-align: center;
    line-height: 30px;
    border: 1px solid #d2d2d2;
    color: #939393;
    padding: 0 25px;
    display: inline-block;
    padding: 0 25px;
    border-radius: 50px;
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

.productFiled .proTxtCon a span:hover {
    color: #c6092d;
    border: 1px solid #c6092d;
}

.productFiled .viewBtn {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
}

.productFiled .viewBtn span {
    background: #c6092d;
    line-height: 38px;
    text-align: center;
    color: #fff;
    padding: 0 25px;
    display: inline-block;
    padding: 0 25px;
    border-radius: 50px;
    font-weight: bold;
    overflow: hidden;
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    transition: all ease 0.6s;
    border: 1px solid #c6092d;
}

.productFiled .viewBtn span:hover {
    border: 1px solid #c6092d;
    color: #c6092d;
    background: transparent;
}

.productFiledCon {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}

.compareBoxCon {
    width: 200px;
    height: auto;
    position: fixed;
    top: 50%;
    right: calc(50% - 750px);
    border: 2px solid #c6092d;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    background: #fff;
    display: none;
    z-index: 1;
}

.compareBoxCon .titleTxt {
    padding: 0 20px;
    background: url("../img/redBlockBg.jpg") repeat;
    line-height: 40px;
    color: #fff;
    font-weight: bold;
}

.compareBoxCon .compareUl li {
    border-bottom: 1px solid #eee;
}

.compareBoxCon .compareUl li:last-child {
    border: none;
}

.compareBoxCon .compareUl .proImg {
    width: 70px;
    height: 70px;
    background-size: 45px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    float: left;
}

.compareBoxCon .compareUl .proTxtCon {
    height: 70px;
    padding: 0 15px 0 70px;
}

.compareBoxCon .compareUl .txtCon {
    position: relative;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
}

.compareBoxCon .compareUl .nameTxt {
    color: #333333;
    font-size: 14px;
    line-height: 14px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 95px;
}

.compareBoxCon .compareUl .descTxt {
    color: #939393;
    font-size: 12px;
    line-height: 24px;
    text-align: left;
    margin: 0;
}

.compareBoxCon .compareUl .removeBtn {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 0;
    top: 50%;
    margin: -12px 0 0 0;
}

.compareBoxCon .compareUl .removeBtn em {
    color: #d2d2d2;
    font-size: 20px;
    line-height: 24px;
}

.compareBoxCon .btnCon {
    padding: 0 20px 15px;
}

.compareBoxCon .btnCon .compareBtn {
    width: 100%;
    line-height: 34px;
    background: #c6092d;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    border-radius: 50px;
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    transition: all ease 0.6s;
    border: 1px solid #c6092d;
}

.compareBoxCon .btnCon .compareBtn:hover {
    background: #fff;
    color: #c6092d;
    border: 1px solid #c6092d;
}

.proInfoCon {
    padding: 45px 20px;
    max-width: 1000px;
    margin: 0 auto;
}

.proInfoUl li {
    float: left;
}

.proImgSwiper {
    max-width: 430px;
    width: 100%;
    margin: 0 auto;
}

.proImgSwiper .proImg {
    width: 100%;
    height: 100%;
    min-height: 430px;
    background-repeat: no-repeat;
    background-size: auto 480px;
    background-position: 50% 50%;
}

.proImgSwiper .swiper-button-prev, .proImgSwiper .swiper-button-next {
    width: 45px;
    height: 60px;
    margin: -30px 0 0 0;
}

.proImgSwiper .swiper-button-prev {
    background: #5c5c5c url("../img/swiperPrevWhite.png") no-repeat 50% 50%;
    background-size: 18px;
}

.proImgSwiper .swiper-button-next {
    background: #5c5c5c url("../img/swiperNextWhite.png") no-repeat 50% 50%;
    background-size: 18px;
}

.proImgSwiper .swiper-pagination {
    left: 0;
    right: 0;
    height: 20px;
    bottom: 0;
}

.proImgSwiper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #969696;
    display: inline-block;
    margin: 0 5px;
}

.proImgSwiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #c3122f;
}

.proImgSwiper .swiper-pagination-switch {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #969696;
    display: inline-block;
    margin: 0 5px;
}

.proImgSwiper .swiper-pagination-switch.swiper-active-switch {
    background: #c3122f;
}

.proInfoUl .proInfo .descTxt {
    font-size: 18px;
    color: #333;
    line-height: 18px;
    font-weight: bold;
}

.proInfoUl .proInfo .nameTxt {
    color: #c6092d;
    font-size: 46px;
    line-height: 54px;
    margin: 15px 0;
    font-weight: bold;
}

.proInfoUl .proInfo .paraTxt {
    color: #939393;
    line-height: 26px;
}

.proInfoUl .proInfo .advantageCon {
    padding: 30px 0;
    line-height: 26px;
    font-weight: bold;
    border-bottom: 1px solid #e6e6e6;
}

.proInfoUl .proInfo .advantageCon p {
    line-height: 22px;
    font-weight: bold;
    color: #333;
}

.proInfoUl .proInfo .specialCon {
    /* border-top: 1px solid #e6e6e6; */
    border-bottom: 1px solid #e6e6e6;
    padding: 10px 0;
}

.proInfoUl .specialCon li {
    position: relative;
}

.proInfoUl .specialCon li + li:before {
    width: 1px;
    height: 100%;
    content: "";
    background: #e6e6e6;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    ;
}

.proInfoUl .proInfo .specialCon li + li .con {
    padding: 0 0 0 20px;
}

.proInfoUl .proInfo .specialCon .h1 {
    font-size: 12px;
    line-height: 12px;
}

.proInfoUl .proInfo .specialCon .h1 span {
    display: inline-block;
    width: 12px;
}

.proInfoUl .proInfo .specialCon img {
    width: auto;
    height: 60px;
    margin: 10px 0 0 0;
}

.proInfoUl .proInfo .typeCon {
    margin: 20px 0 0 0;
    position: relative;
}

.proInfoUl .proInfo .typeCon .h1 {
    font-size: 12px;
    line-height: 12px;
    color: #333;
}

.proInfoUl .proInfo .typeCon h2 {
    margin: 20px 0 0 0;
    font-size: 16px;
    line-height: 24px;
    color: #333;
    padding: 0 150px 0 0;
}

.proInfoUl .proInfo .typeCon h2 span {
    color: #c6092d;
    /* font-weight: bold; */
    font-size: 15px;
}
.proInfoUl .proInfo .typeCon h2 span i{
	color: #333;
	font-style: normal;
}

.proInfoUl .proInfo .typeCon .linkTxt {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
}
.proInfoUl .proInfo .typeCon .textLink{
    bottom: -50px;
}

.proInfoUl .proInfo .typeCon .linkTxt span {
    padding: 0 30px;
    background: #c6092d;
    height: 40px;
    line-height: 38px;
    border-radius: 50px;
    border: 1px solid #c6092d;
    font-weight: bold;
    color: #fff;
    box-sizing: border-box;
    display: inline-block;
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

.proInfoUl .proInfo .typeCon .linkTxt span:hover {
    background: #fff;
    color: #c6092d;
}

.proInfoUl .proInfo .typeCon .linkTxt em {
    font-size: 24px;
    line-height: 40px;
    display: inline-block;
    vertical-align: top;
    margin: 0 5px 0 0;
}

.advanBlock {
    width: 100%;
    position: relative;
    /* margin: 70px 0 0 0; */
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    text-align: center;
}

.advanBlock .advanBlockUl {
    display: inline-block;
    margin: 0 auto;
    vertical-align: top;
}

.advanBlock .advanBlockUl li {
    width: 180px;
    padding: 35px 0 60px 0;
    float: left;
    position: relative;
}

.advanBlock .advanBlockUl li + li:before {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: #e6e6e6;
}

.advanBlock .advanBlockUl li .advIcon {
    width: 100px;
    height: 100px;
    margin: 0 auto;
}

.advanBlock .advanBlockUl li h1 {
    font-size: 15px;
    color: #333;
    font-weight: bold;
}

.proBannerCon {
    position: relative;
    width: 100%;
}

.proBannerCon .titleTxtCon {
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 0;
}

.proBannerCon .titleTxtCon h1 {
    font-size: 32px;
    font-weight: bold;
    color: #c6092d;
    line-height: 32px;
}

.proBanerSwiper .swiper-button-prev, .proBanerSwiper .swiper-button-next {
    width: 18px;
    height: 34px;
    margin: -17px 0 0 0;
}

.proBanerSwiper .swiper-button-prev {
    background: url("../img/swiperPrevWhite.png") no-repeat 50% 50%;
    background-size: 18px;
    left: 100px;
}

.proBanerSwiper .swiper-button-next {
    background: url("../img/swiperNextWhite.png") no-repeat 50% 50%;
    background-size: 18px;
    right: 100px;
}

.proBanerSwiper .swiper-pagination {
    left: 0;
    right: 0;
    height: 50px;
    bottom: 0;
}

.proBanerSwiper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #fff;
    display: inline-block;
    margin: 0 4px;
}

.proBanerSwiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #c00a27;
}

.proBanerSwiper .swiper-pagination-switch {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #fff;
    display: inline-block;
    margin: 0 4px;
}

.proBanerSwiper .swiper-pagination-switch.swiper-active-switch {
    background: #c00a27;
}

.proBanerSwiper .txtConAll {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.proBanerSwiper .txtConAll .txtCon {
    width: 100%;
    max-width: 430px;
    position: absolute;
    top: 50%;
    right: 8.5%;
    -webkit-transform: translate(-10%,-50%);
    -moz-transform: translate(-10%,-50%);
    -ms-transform: translate(-10%,-50%);
    transform: translate(-10%,-50%);
    text-align: left;
}

.proBanerSwiper .txtConAll .txtCon h1 {
    font-size: 30px;
    line-height: 38px;
    font-weight: bold;
}

.proBanerSwiper .txtConAll .txtCon p {
    font-size: 14px;
    line-height: 24px;
    margin: 25px 0 0 0;
	word-break: break-word;
}

.parameterCon {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 0 70px 35px;
}

.parameterCon table {
    width: 100%;
    border-collapse: collapse;
}

.parameterCon .parameterTable {
    width: 100%;
    height: 365px;
    overflow: hidden;
}

.parameterCon.active .parameterTable {
    height: auto;
    overflow: auto;
}

.parameterCon table tr {
    border-bottom: 1px solid #d9d9d9;
}

.parameterCon table th {
    text-align: left;
    line-height: 18px;
    color: #333;
    font-weight: bold;
    height: 60px;
    padding: 0 0 0 3%;
    position: relative;
}

.parameterCon table td {
    text-align: left;
    line-height: 18px;
    color: #666;
    height: 60px;
    padding: 0 0 0 3%;
    position: relative;
}
    /* .parameterCon table td:first-child,
    .parameterCon table td:first-child {
        width: 15%;
    } */

.parameterCon .viewBtn {
    font-size: 14px;
    line-height: 24px;
    display: inline-block;
    margin: 10px 0 0 0;
    font-weight: bold;
    color: #c6092d;
    padding: 0 25px 0 3%;
    background: url("../img/product/iconArrow.png") no-repeat 100% 50%;
    background-size: 12px;
}

.parameterCon.active .viewBtn {
    background: url("../img/product/iconArrowDown.png") no-repeat 100% 50%;
    background-size: 12px;
}

.proBannerCon.proCompare .titleTxtCon .h1 {
    text-align: center;
}

.proCompare .parameterCon table {
    border: 1px solid #d9d9d9;
}

.proCompare .parameterCon .parameterTable {
    height: auto;
    overflow: hidden;
}

.proCompare .parameterCon table th, .proCompare .parameterCon table td {
    width: 22%;
    height: 90px;
    line-height: 24px;
}

.proCompare .parameterCon table .proImg {
    width: 100%;
    height: 220px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 165px auto;
}

.proCompare .parameterCon table .proTxt {
    text-align: center;
    font-size: 22px;
    line-height: 30px;
    color: #c6092d;
    font-weight: bold;
    margin: 0 0 30px 0;
}

.proCompare .parameterCon table .redTxt {
    font-size: 12px;
    font-weight: bold;
    color: #c6092d;
    font-weight: bold;
}

.proCompare .parameterCon table .centerTxt {
    padding: 0;
    text-align: center;
}

.proCompare .parameterCon table th:before, .proCompare .parameterCon table td:before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #d9d9d9;
    position: absolute;
    top: 0;
    right: -1px;
}

.proCompare .parameterCon .proUl {
    width: 100%;
    position: relative;
    border-top: 1px solid #d9d9d9;
}

.proCompare .parameterCon .proUl li {
    width: 50%;
    float: left;
    position: relative;
}

.proCompare .parameterCon .proUl li + li:before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #d9d9d9;
    position: absolute;
    top: 0;
    left: 0;
}

.proCompare .parameterCon .proUl .proImg {
    width: 100%;
    height: 135px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 85px auto;
}

.proCompare .parameterCon .proUl .proTxt {
    font-size: 11px;
    line-height: 15px;
    color: #c6092d;
    font-weight: bold;
    text-align: center;
    margin: 0 0 20px 0;
}

.newsPanel {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #f2f2f2;
}

.newsPanel .wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 60px 0 0 0;
}

.newsPanel .titleTxtCon {
    position: relative;
    width: 100%;
}

.newsPanel .titleTxtCon .h1 {
    line-height: 40px;
    font-size: 30px;
    font-weight: bold;
    color: #c6092d;
}

.newsPanel .titleTxtCon .yearSelect {
    display: inline-block;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
}

.yearSelect .select {
    width: 130px;
    line-height: 38px;
    border: 1px solid #c6092d;
    padding: 0 20px;
    border-radius: 50px;
    color: #c6092d;
    background: url(../img/selectArrowRed.png) no-repeat 90% 50%;
    position: relative;
    z-index: 100;
    cursor: pointer;
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

.yearSelect .select:hover {
    border: 1px solid #c6092d;
    background: #c6092d url(../img/selectArrowWhite.png) no-repeat 90% 50%;
    color: #fff;
}

.yearSelect .selectDiv {
    width: 170px;
    display: none;
    position: absolute;
    top: 20px;
    z-index: 10;
    border-radius: 0 0 20px 20px;
    border-left: 1px solid #c6092d;
    border-right: 1px solid #c6092d;
    border-bottom: 1px solid #c6092d;
    padding: 20px 0 0 0;
    background: #fff;
}

.yearSelect .selectDiv p {
    font-size: 14px;
    padding: 0 20px;
    line-height: 40px;
    color: #c6092d;
    cursor: pointer;
}

.newsPanel .newsUl {
    position: relative;
    width: 100%;
    margin: 30px 0 0 0;
}

.newsPanel .newsUl li {
    width: 370px;
    float: left;
    margin: 0 0 80px 0;
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

.newsPanel .newsUl li:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.newsPanel .newsUl li:nth-child(3n-1), .newsPanel .newsUl li:nth-child(3n) {
    margin: 0 0 80px 45px;
}

.newsPanel .newsUl .newsImg {
    width: 100%;
    height: 270px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.newsPanel .newsUl .txtCon {
    padding: 40px 0 0 0;
}

.newsPanel .newsUl .txtCon .redTxt {
    color: #c6092d;
}

.newsPanel .newsUl .txtCon .timeTxt {
    font-size: 12px;
    line-height: 12px;
    color: #7b7a7b;
    font-weight: bold;
}

.newsPanel .newsUl .txtCon .titleTxt {
    font-size: 16px;
    line-height: 16px;
    color: #333;
    margin: 15px 0 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newsPanel .newsUl .txtCon .paraTxt {
    line-height: 22px;
    color: #999;
    margin: 15px 0 20px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 63px;
}

.newsPanel .newsUl .txtCon .btn span {
    text-align: center;
    line-height: 38px;
    border: 1px solid #c6092d;
    color: #c6092d;
    display: inline-block;
    padding: 0 40px;
    border-radius: 50px;
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

.newsPanel .newsUl .txtCon .btn span:hover {
    background: #c6092d;
    color: #fff;
}

.newsConPanel {
    position: relative;
    width: 100%;
}

.newsConPanel .newsCon {
    max-width: 1200px;
    margin: 60px auto 0;
    padding: 0 20px;
}

.newsConPanel .newsTitleCon {
    border-bottom: 1px solid #eee;
    text-align: center;
    padding: 0 0 10px 0;
}

.newsConPanel .newsTitleCon h1 {
    font-size: 30px;
    line-height: 40px;
    color: #c6092d;
}

.newsConPanel .newsTitleCon h2 {
    line-height: 26px;
    color: #7b7a7b;
    padding-top: 10px;
    box-sizing: border-box;
}

.newsConPanel .newsInfoCon {
    max-width: 810px;
    margin: 0 auto;
    padding: 30px 0 0 0;
    box-sizing: border-box;
}

.newsConPanel .newsInfoCon p {
    line-height: 26px;
    color: #666;
    text-align: justify;
}
.newsConPanel .newsInfoCon strong b{ font-weight: bold; }
.newsConPanel .newsInfoCon img {
    width: 640px;
    margin: 50px auto;
}

.newsFooter {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    position: relative;
    width: 100%;
    margin: 60px 0 0 0;
    text-align: center;
}

.newsFooter ul {
    width: 100%;
    max-width: 1000px;
    display: inline-block;
    margin: 0 auto;
    vertical-align: top;
}

.newsFooter ul li {
    float: left;
    width: 33.33%;
    padding: 35px 0;
    position: relative;
}

.newsFooter ul li .btn:hover span{
    border: 1px solid #c6092d;
    background: #c6092d;
    color: #fff;
}
.newsFooter ul li .btn span {
    line-height: 38px;
    border-radius: 50px;
    border: 1px solid #c6092d;
    color: #c6092d;
    display: inline-block;
    padding: 0 30px;
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

.newsFooter ul li .btn em {
    font-size: 16px;
    margin: 0 5px 0 0;
}

.newsFooter ul li a {
    display: block;
    padding: 0 20px;
}

.newsFooter ul li:nth-child(3n-1):before {
    width: 1px;
    height: 100%;
    display: block;
    content: "";
    background: #eee;
    position: absolute;
    top: 0;
    left: 0;
}

.newsFooter ul li:nth-child(3n-1):after {
    width: 1px;
    height: 100%;
    display: block;
    content: "";
    background: #eee;
    position: absolute;
    top: 0;
    right: 0;
}

.newsFooter ul li h1 {
    color: #c6092d;
    line-height: 26px;
    text-align: left;
}

.newsFooter ul li p {
    color: #999;
    line-height: 26px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newsFooter .backBtn {
    margin: 20px auto 0;
}

.newsFooter .backBtn span {
    width: 140px;
    line-height: 40px;
    border-radius: 50px;
    border: 1px solid #eee;
    color: #c6092d;
    display: inline-block;
    height: 40px;
    box-sizing: border-box;
}

.newsFooter .backBtn span em {
    font-size: 16px;
    margin: 0 5px 0 0;
}

.methodPanel {
    position: relative;
    width: 100%;
}

.methodSwiper .txtConAll {
    width: 100%;
    height: calc(100% - 70px);
    max-width: 1200px;
    position: absolute;
    top: 70px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.methodSwiper .txtConAll .txtCon {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-align: center;
}

.methodSwiper .txtConAll .smTitleTxt span {
    line-height: 25px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    background: #c6092d;
    display: inline-block;
    padding: 0 10px;
}

.methodSwiper .txtConAll .titleTxt {
    font-size: 60px;
    line-height: 70px;
    color: #fff;
    font-weight: bold;
    margin: 20px 0 0 0;
}

.methodSwiper .txtConAll .linkTxt {
    color: #fff;
    display: inline-block;
    text-decoration: underline;
    margin: 100px auto 0;
}

.methodSwiper .txtConAll .iconLink {
    position: relative;
    margin: 40px auto 0;
    display: block;
}

.methodSwiper .txtConAll .iconLink .icon {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #c6092d url("../img/method/logo.png") no-repeat 50% 50%;
    background-size: 18px;
    margin: 0 auto;
}

.methodSwiper .txtConAll .iconLink h3 {
    color: #fff;
    line-height: 14px;
    margin: 10px 0 0 0;
}

.methodSwiper .swiper-pagination {
    width: auto;
    left: auto;
    right: 70px;
    bottom: calc(50% - 35px);
}

.methodSwiper .swiper-pagination-bullet {
    width: 15px;
    height: 4px;
    background: #fff;
    display: block;
    margin: 0 0 0 15px;
}

.methodSwiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 30px;
    background: #bd1333;
    margin: 0;
}

.methodSwiper .swiper-pagination-bullet + .swiper-pagination-bullet {
    margin-top: 4px;
}

.methodSwiper .swiper-pagination-switch {
    width: 15px;
    height: 4px;
    background: #fff;
    display: block;
    margin: 0 0 0 15px;
}

.methodSwiper .swiper-pagination-switch.swiper-active-switch {
    width: 30px;
    background: #bd1333;
    margin: 0;
}

.methodSwiper .swiper-pagination-switch + .swiper-pagination-switch {
    margin-top: 4px;
}

.methodSwiperTwo .txtConAll {
    width: 100%;
    height: calc(100% - 70px);
    max-width: 1200px;
    position: absolute;
    top: 70px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.methodSwiperTwo .txtConAll .txtCon {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-align: center;
}

.methodSwiperTwo .txtConAll .smTitleTxt span {
    line-height: 25px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    background: #c6092d;
    display: inline-block;
    padding: 0 10px;
}

.methodSwiperTwo .txtConAll .titleTxt {
    font-size: 60px;
    line-height: 70px;
    color: #fff;
    font-weight: bold;
    margin: 20px 0 0 0;
}

.methodSwiperTwo .txtConAll .linkTxt {
    color: #fff;
    display: inline-block;
    text-decoration: underline;
    margin: 100px auto 0;
}

.methodSwiperTwo .txtConAll .iconLink {
    position: relative;
    margin: 40px auto 0;
    display: block;
}

.methodSwiperTwo .txtConAll .iconLink .icon {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #c6092d url("../img/method/logo.png") no-repeat 50% 50%;
    background-size: 18px;
    margin: 0 auto;
}

.methodSwiperTwo .txtConAll .iconLink h3 {
    color: #fff;
    line-height: 14px;
    margin: 10px 0 0 0;
}

.methodSwiperTwo .swiper-pagination {
    width: auto;
    left: auto;
    right: 70px;
    bottom: calc(50% - 35px);
}

.methodSwiperTwo .swiper-pagination-bullet {
    width: 15px;
    height: 4px;
    background: #fff;
    display: block;
    margin: 0 0 0 15px;
}

.methodSwiperTwo .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 30px;
    background: #bd1333;
    margin: 0;
}

.methodSwiperTwo .swiper-pagination-bullet + .swiper-pagination-bullet {
    margin-top: 4px;
}

.methodSwiperTwo .swiper-pagination-switch {
    width: 15px;
    height: 4px;
    background: #fff;
    display: block;
    margin: 0 0 0 15px;
}

.methodSwiperTwo .swiper-pagination-switch.swiper-active-switch {
    width: 30px;
    background: #bd1333;
    margin: 0;
}

.methodSwiperTwo .swiper-pagination-switch + .swiper-pagination-switch {
    margin-top: 4px;
}

.methodBlock {
    position: relative;
    padding: 0 15px;
    margin: 30px 0 0 0;
}

.methodBlock ul {
    position: relative;
    width: 100%;
}

.methodBlock ul li {
    width: 50%;
    float: left;
    margin: 0 0 30px 0;
}

.methodBlock .wrapper {
    padding: 0 15px;
}

.methodBlock .wrapper .content {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.methodBlock .wrapper .content img {
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

.methodBlock .wrapper .content:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.methodBlock .wrapper .txtConAll {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 15%;
}

.methodBlock .txtConAll .txtCon {
    top: 55%;
    position: absolute;
}

.methodBlock .txtConAll .txtCon .smTitleTxt span {
    line-height: 25px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    background: #c6092d;
    display: inline-block;
    padding: 0 10px;
}

.methodBlock .txtConAll .txtCon .titleTxt {
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    font-weight: bold;
    margin: 10px 0 0 0;
}

.methodCon {
    width: 100%;
    max-width: 1200px;
    min-height: 740px;
    margin: -60px auto 0;
    position: relative;
    z-index: 10;
}

.methodCon .methodNav {
    width: 130px;
    float: left;
}

.methodCon .methodNav ul {
    padding: 110px 30px 0 0;
    text-align: right;
}

.methodCon .methodNav ul li {
    height: 50px;
    position: relative;
}

.methodCon .methodNav ul li a {
    color: #666;
    font-size: 12px;
    font-weight: bold;
}

.methodCon .methodNav ul li.active a {
    color: #c6092d;
}

.methodCon .methodNav ul li.active a:before {
    content: '';
    display: block;
    width: 30px;
    height: 4px;
    background: #c6092d;
    position: absolute;
    top: 20px;
    right: 0;
}

.methodCon .methodNewsNav {
    width: 220px;
    position: absolute;
    top: 0;
    right: 0;
}

.methodCon .methodNewsNav .wrapper {
    padding: 110px 0 0 30px;
}

.methodCon .methodNewsNav .titleTxt {
    font-size: 12px;
    color: #c6092d;
    font-weight: bold;
}

.methodCon .methodNewsNav li {
    margin: 20px 0 0 0;
}

.methodCon .methodNewsNav li .h1 {
    margin: 15px 0 0 0;
    color:#333;
    font-size: 12px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.methodCon .methodNewsNav .newsImg {
    width: 190px;
    height: 100px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.methodCon .methodContent {
    padding: 0 220px 0 130px;
    display: block;
}

.methodCon .methodContent .wrapper {
    padding: 40px 70px;
    background: #fff;
}

.methodCon .methodContent .wrapper .titleTxt {
    text-align: center;
    font-size: 12px;
    line-height: 28px;
    color: #333;
    font-weight: bold;
    margin: 0 0 30px 0;
}

.methodCon .methodContent .wrapper p {
    line-height: 28px;
    color: #333;
}

.methodCon .methodContent .wrapper p + p {
    margin: 30px 0 0 0;
}

.timelinePanel .content {
    padding: 80px 0;
}

.timelinePanel .content .titleTxt {
    font-size: 30px;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
    color: #c6092d;
}

.timelinePanel .content .timeLineCon {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    background: url("../img/brand/clock.png")no-repeat top center;
    padding: 10px 0 0 0;
    position: relative;
}

.timelinePanel .timeLineCon ul {
    position: relative;
    margin: 165px auto 0;
}

.timelinePanel .content .timeLineCon::before {
    content: "";
    display: block;
    width: 13px;
    height: 13px;
    background: #fff;
    border-radius: 100%;
    border: 1px solid #9b9b9b;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin: 0 0 0 -8px;
    z-index: 10;
}

.timelinePanel .timeLineCon ul li {
    width: 50%;
    position: relative;
    float: left;
}

.timelinePanel .timeLineCon ul li:nth-child(2n-1):before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #dcdcdf;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 0 0 -1px;
}

.timelinePanel .timeLineCon ul li:nth-child(2n):before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #dcdcdf;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0 0 0 -1px;
}

.timelinePanel .timeLineCon ul li:nth-child(2n-1) {
    margin: -165px 0 0 50%;
}

.timelinePanel .timeLineCon ul li:nth-child(2n) {
    margin: -165px 0 0 0;
}

.timelinePanel .timeLineCon li:nth-child(2n-1) .con {
    padding: 100px 0 0 150px;
}

.timelinePanel .timeLineCon li:nth-child(2n) .con {
    padding: 100px 150px 0 0;
    text-align: right;
}

.timelinePanel .timeLineCon li:nth-child(2n) .imgCon {
    float: right;
}

.timelinePanel .timeLineCon .imgCon {
    margin: 20px 0 0 0;
}

.timelinePanel .timeLineCon .imgCon img {
    height: 105px;
    width: auto;
}

.timelinePanel .timeLineCon .con .circleLine {
    width: 13px;
    height: 13px;
    background: #fff;
    border-radius: 100%;
    border: 1px solid #c6092d;
    position: absolute;
    top: 105px;
    left: 0;
    margin: 0 0 0 -8px;
    z-index: 10;
}

.timelinePanel .timeLineCon .con .circleLine:before {
    content: '';
    width: 40px;
    height: 1px;
    background: #c6092d;
    position: absolute;
    top: 50%;
    left: 15px;
    margin: 0 0 0 -1px;
}

.timelinePanel .timeLineCon li:nth-child(2n) .con .circleLine {
    left: auto;
    right: 0;
    margin: 0 -7px 0 0;
}

.timelinePanel .timeLineCon li:nth-child(2n) .con .circleLine:before {
    left: auto;
    right: 15px;
    margin: 0 -1px 0 0;
}

.timelinePanel .timeLineCon .con .timeTxt {
    font-size: 24px;
    line-height: 28px;
    color: #c6092d;
}

.timelinePanel .timeLineCon .con .txt {
    font-size: 14px;
    line-height: 22px;
    color: #333;
    margin: 10px 0 0 0;
}

.timelinePanel .timeLineCon .imgCon {
    margin: 15px 0 0 0;
}

.serviceUl {
    max-width: 1200px;
    width: 100%;
    margin: 60px auto;
    position: relative;
}

.serviceUl .col-2 {
    float: left;
    text-align: center;
    position: relative;
}

.serviceUl:before {
    content: "";
    width: 1px;
    height: 100%;
    background: #eee;
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
}

.serviceUl .col-2 em {
    color: #333;
    font-size: 40px;
    line-height: 40px;
}
.serviceUl .col-2 em.ft38 {
    font-size: 38px;
}
.serviceUl .col-2 h2 {
    color: #333;
    font-size: 14px;
    line-height: 26px;
    font-weight: bold;
    margin: 10px auto 0;
}

.serviceUl .col-2 h3 {
    color: #c6092d;
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
}
.serviceUl .col-2 h3>a{
    color: #c6092d;
}
.searchInputWrap label.col-1 {
    width: 100%;
    margin: 0 0 10px 0;
}

.qrcodeMask {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    display: none;
}

.qrcodeMask .content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    display: block;
    width: 90%;
    max-width: 600px;
    height: auto;
    background: #fff;
    border-radius: 10px;
}

.qrcodeMask .content .wrapper {
    padding: 20px;
}

.qrcodeMask .content .iconCloseBtn {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #aaa;
    font-size: 13px;
}

.qrcodeMask .content .iconCloseBtn img {
    width: 9px;
    height: 9px;
    display: inline-block;
    padding: 0 0 0 5px;
}

.qrcodeMask .content .h1 {
    text-align: center;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    padding: 20px 0 0 0;
}

.qrcodeMask .wechatPart img {
    width: 120px;
    margin: 10px auto 20px;
}

.qrcodeMask .qrCodeCon {
    position: relative;
    width: 100%;
    margin: 10px auto 0;
}

.qrcodeMask .qrCodeCon .block {
    width: 50%;
    float: left;
}

.qrcodeMask .qrCodeCon .block img {
    width: 90%;
    max-width: 120px;
    margin: 0 auto;
}

.qrcodeMask .qrCodeCon .block p {
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #333;
    margin: 5px auto 0;
}

.qrcodeMask .wechatPart,.qrcodeMask .appPart {
    display: none;
}

.footer .footerUl li .officialUl li {
    position: relative;
}

.footer .officialUl li .iconOfficial .WeChat {
    width: 125px;
    height: 125px;
    background: #fff;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
    opacity: 0;
    position: absolute;
    top: 40px;
    left: 50%;
    -webkit-transform: translate(-62%,0);
    -moz-transform: translate(-62%,0);
    -ms-transform: translate(-62%,0);
    transform: translate(-62%,0);
}

.footer .officialUl li .iconOfficial .WeChat .we_mark {
    width: 125px;
    height: 125px;
    background: #fff;
}

.footer .officialUl li:hover .WeChat {
    opacity: 1;
    transition: all .5s;
}

.footer .officialUl li .WeChat:after {
    content: "";
    display: block;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
    top: -20px;
}



.loadBox{
  position: fixed;
  width:100%;
  height:100%;
  z-index: 10000;
  background: rgba(0,0,0,.3);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}
.sk-cube-grid .sk-cube,
.media--loading::before {
  background-color: #C6092D !important;
}
.sk-cube-grid {
    width: 40px;
    height: 40px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.sk-cube-grid .sk-cube {
    width: 33.33%;
    height: 33.33%;
    background-color: #37ABF2;
    float: left;
    -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; }
.sk-cube-grid .sk-cube1 {
    -moz-animation-delay: 0.2s;
    -ms-animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s; }
.sk-cube-grid .sk-cube2 {
    -moz-animation-delay: 0.2s;
    -ms-animation-delay: 0.2s;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s; }
.sk-cube-grid .sk-cube3 {
    -moz-animation-delay: 0.2s;
    -ms-animation-delay: 0.2s;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s; }
.sk-cube-grid .sk-cube4 {
    -moz-animation-delay: 0.2s;
    -ms-animation-delay: 0.2s;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s; }
.sk-cube-grid .sk-cube5 {
    -moz-animation-delay: 0.2s;
    -ms-animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s; }
.sk-cube-grid .sk-cube6 {
    -moz-animation-delay: 0.2s;
    -ms-animation-delay: 0.2s;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s; }
.sk-cube-grid .sk-cube7 {
    -moz-animation-delay: 0.2s;
    -ms-animation-delay: 0.2s;
    -webkit-animation-delay: 0.0s;
    animation-delay: 0.0s; }
.sk-cube-grid .sk-cube8 {
    -moz-animation-delay: 0.2s;
    -ms-animation-delay: 0.2s;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s; }
.sk-cube-grid .sk-cube9 {
    -moz-animation-delay: 0.2s;
    -ms-animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s; }
@-webkit-keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1); }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1); } }
@keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1); }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1); } }




.acc_title {
    text-align: center;
    padding:0 20px;
}

.acc_title .h1 {
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    color: #c6092d;
    margin-bottom: 20px;
}
.acc_title p {
    font-size: 14px;
    line-height: 26px;
    color: #888;
}

.acc_title p  em{
    color: #c6092d;
}

.newsPanel.acc_story{
    border-bottom: none
}
.newsPanel.acc_story .newsUl .newsImg {
    position: relative;
}
.newsPanel.acc_story .newsUl .newsImg .tip{
    position: absolute;
    left: 0;
    top: 18px;
    background: #bf0b28;
    padding: 0 12px;
    height: 24px;
    line-height: 24px;
    color: #fff;
    font-size: 12px;
}

.acc_salelist{
    padding-top: 54px;
    padding-bottom: 30px;

}

.acc_salelist li{
    margin-bottom: 20px;
    background: #f4f4f4;
    zoom:1;
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    transition: all ease 0.6s;
}
.acc_salelist li:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.acc_salelist li:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}
.acc_salelist li .pic{
    float: left;
    width: 490px;
    height: 430px;
    background: 50% 50% no-repeat;
    background-size: cover
}
.acc_salelist li .txtbox{
    margin-left: 490px;
    padding: 30px 5% 30px 5%;
    vertical-align: middle;
    letter-spacing: -5px;
}

.acc_salelist li .txtbox .tx{
    display: inline-block;
    zoom:1;
    *display:inline-block;
    vertical-align: middle;
    letter-spacing: normal;
}
.acc_salelist li .txtbox:after{
    content:"";
    display: inline-block;
    zoom:1;
    *display:inline-block;
    vertical-align: middle;
    width: 0;
    height: 370px;
}
.acc_salelist li .txtbox h2{
    font-size: 26px;
    color: #000;
    line-height: 1;
    padding-bottom: 20px;
    font-weight: bold
}

.acc_salelist li .txtbox .brief{
    margin-bottom: 60px;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    max-height: 206px;
    overflow: hidden;


}
.acc_salelist li .txtbox .btn {
    text-align: center;
    line-height: 38px;
    border: 1px solid #c6092d;
    color: #c6092d;
    display: inline-block;
    padding: 0 40px;
    border-radius: 50px;
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

.acc_salelist li .txtbox  .btn:hover {
    background: #c6092d;
    color: #fff;
}


.hasanimation{
    transition: all .5s linear;
    -moz-transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
}

.acc_sprit{
    padding-top:60px
}
.acc_sprit_section{
    padding-top:60px;
}
.acc_sprit_nopadding{
    padding-top: 0
}
.acc_sprit_wrap{
    width: 100%;
    max-width: 1200px;
    margin:0 auto;
}
.acc_sprit_section01{
    text-align: center;
    width: 100%;
    max-width: 880px;
    padding:0 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    zoom:1
}
.acc_sprit_section01:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}
.acc_sprit_section01 .section01_left{
    display: block;
    width:64%;
    line-height: 2;
    text-align: left;
    font-size: 14px;
}
.acc_sprit_section01 .section01_left em{
    font-weight: normal;
    color: #c6092d
}
.acc_sprit_section01 .section01_left .line{
    margin:36px 0;
    height: 1px;
    background: #e9e8e9;

}
.acc_sprit_section01 .section01_right{
    float: right;
    padding-left: 6%;
    width: 30%;
}
.acc_sprit_section01 .section01_right img{
    display: block;
    width: 100%;
    max-width: 400px;
    height: auto;
}

.acc_sprit_section02{
    position: relative;
}
.acc_sprit_section02 .text{
    position: absolute;
    top:50%;
    left: 50%;
    right:0;
    text-align: center;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    color:#fff
}
.acc_sprit_section02 .text h2{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
}
.acc_sprit_section02 .text p{
    padding-top: 20px;
    font-size: 14px;
    line-height: 1.8
}
.acc_sprit_section03{
    padding-top:30px
}
.acc_sprit_section03 img{
    width: 100%;
    max-width:862px;
    margin:0 auto;
}

.acc_sprit_section04 .content{
    width: 100%;
    max-width: 1200px;
    margin:0 auto;
    background: #fff;
    margin-top: -80px;
    position: relative;
    z-index: 2;

}
.acc_sprit_section04 .content .text{
    padding:40px 0 0;
    font-size: 14px;
    line-height: 1.8;
    text-align: center;
    margin:0 auto;

    transition: all .5s linear;
    -moz-transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
}
.acc_sprit_section04 .content .text em{
    color:#c6092d
}

.acc_sprit_section04 .content .picare{
    padding:50px 0;
    zoom:1;
    margin:0 -20px;
}
.acc_sprit_section04 .content .picare:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}
.acc_sprit_section04 .content .picare .pic{
    float: left;
    padding:0 20px;
    width: 50%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    overflow: hidden;
}
.acc_sprit_section04 .content .picare .pic .img:hover{
    transform: scale(1.03);
    -moz-transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -o-transform: scale(1.03);
}


.acc_sprit_section .visible-lg:hover{
    vertical-align: top;
    transform: scale(1.03);
    -moz-transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -o-transform: scale(1.03);
}

.acc_springsale{
    padding-top: 20px
}
.acc_springsale_content{
    background: #f7f7f7;
}
.acc_springsale_itembox{
    margin-top: -55px;
    padding:0 35px
}
.acc_springsale_itemarea{
    display: table;
    padding:0;
    margin: 0;
    width: 100%;

}
.acc_springsale_itemlist{
    display: table-cell;
    position: relative;
    vertical-align: top;
    padding:40px 35px;
}
.acc_springsale_itemlist.wd03{
    width: 360px;
}
.acc_springsale_itemlist:after{
    content:"";
    position: absolute;
    left: 5px;
    right:5px;
    top:0;
    bottom:0;
    background: #fff;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
}
.acc_springsale_itemlist:hover:after{
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
}

.acc_springsale_itemlist .text{
    position: relative;
    z-index: 2
}
.acc_springsale_itemlist .text h2{
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #c70224;
    line-height: 1;
    position: relative;
}
.acc_springsale_itemlist .text h2:after{
    content:"";
    position: absolute;
    left: 50%;
    bottom:-26px;
    height: 2px;
    width: 20px;
    background: #d1d1d1;
    margin-left: -10px;
}
.acc_springsale_itemlist .text h2.noafter:after{
    display: none
}
.acc_springsale_itemlist .text h2 i{
    display: inline-block;
    zoom:1;
    *display: inline;
    vertical-align: bottom;
    width: 30px;
    height: 30px;
    background:50% 50% no-repeat;
    background-size: cover;
}
.acc_springsale_itemlist .text h2 span{
    display: inline-block;
    zoom:1;
    *display: inline;
    vertical-align: bottom;
    padding:0 10px;
}
.acc_springsale_itemlist .text h2 i.i01{
    background-image: url(../img/acc/icon_hui01.png)
}
.acc_springsale_itemlist .text h2 i.i02{
    background-image: url(../img/acc/icon_hui02.png)
}
.acc_springsale_itemlist .text h2 i.i03{
    background-image: url(../img/acc/icon_hui03.png)
}

.acc_springsale_itemlist .text .brief{
    padding-top: 62px;
    font-size: 14px;
    line-height: 1.4;
    text-align: center;

}
.acc_springsale_itemlist .text .ewmarea{
    margin:30px auto 0;
    border:1px solid #e4e4e4;
    display: table;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;

}
.acc_springsale_itemlist .text .part{
    display: table-cell;
    padding: 12px;
    vertical-align: middle;
}
.acc_springsale_itemlist .text .part.part02{
    padding-left:10%
}
.acc_springsale_itemlist .text .part h4{
    font-size: 16px;
    font-weight: bold;
    color:#cc0000;
    padding-bottom: 10px;
    text-align: left;
}
.acc_springsale_itemlist .text .part p{
    font-size: 14px;
    position: relative;
}
.acc_springsale_itemlist .text .part p:before{
    content:"";
    position: absolute;
    top:10px;
    left:-14px;
    width: 4px;
    height: 4px;
    background: #a0a0a0;
    text-align: left
}
.acc_springsale_itemlist .text .part:first-child{
    border-right:1px solid #e4e4e4;
}
.acc_springsale_itemlist .text .part .pic{
    max-width: 120px;
    margin:0 auto;
}
.acc_springsale_itemlist .text .part h3{
    font-size: 14px;
    text-align: center;
    padding-top: 10px;
}

.acc_springsale_linkarea{
    padding:40px 0 60px
}
.acc_springsale_linkarea p{
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
}
.acc_springsale_linkarea .linkbtn{
    display: block;
    margin:40px auto 0;
    width: 422px;
    height: 60px;
    border:1px solid #c70224;
    line-height: 60px;
    text-align: center;
    font-size: 18px;
    color: #c70224;
}
.acc_springsale_linkarea .linkbtn:after{
    content:"";
    display: inline-block;
    zoom:1;
    *display:inline;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    border:solid #c70224;
    border-width: 1px 1px 0 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top:-4px
}

.acc_springsale_linkarea .linkbtn:hover{
    background: #c70224;
    color:#fff
}
.acc_springsale_linkarea .linkbtn:hover:after{
    border:solid #fff;
    border-width: 1px 1px 0 0;
}

.acc_sprit_slider{
    display: none
}


.acc_wrappadding{
    padding:60px 20px;
}
.hasgraybg{
    background:#f2f2f2
}

.acc_heating_wrap{
    width: 100%;
    max-width: 1200px;
    margin:0 auto;
}
.acc_heating_title{
    padding-bottom: 60px
}

.acc_heating_title .title_brief{
   text-align: center;
}
.acc_heating_title .title_brief p span{
    display: inline-block;
    zoom:1;
    *display:inline;
    position: relative;
    padding-left: 10px;
}
.acc_heating_title .title_brief p span:before{
    content:"";
    position: absolute;
    left:0;
    top:12px;
    width: 3px;
    height: 3px;
    background: #c6092d;
}
.acc_heating_title .title_brief p em{
    color:#c6092d;
}

.acc_heating_section{
    margin:0 -10px;
}
.acc_table{
    display: table;
    width: 100%;
    padding:0;
    margin:0;
    table-layout: fixed;
}
.acc_table_cell{
    display:table-cell;
    padding:0 10px;
    position: relative
}
.acc_table_cell:after{
    content:"";
    position: absolute;
    left:10px;
    top:0;
    bottom:0;
    right:10px;
    border:1px solid #e7e7e7;
    transition: all .5s linear;
    -moz-transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
}
.acc_heatsect_contlist{
    padding:20px 20px 40px
}
.acc_heatsect_contlist .pic{
    width: 100%;
    overflow:hidden;
    position: relative;
    z-index: 2
}
.acc_heatsect_contlist .text{
    position: relative;
    z-index: 2
}
.acc_heatsect_contlist .title{
    padding:20px 0;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.acc_heatsect_contlist .brief{
    font-size: 14px;
    line-height: 1.3;
    color:#666
}
.acc_heatsect_contlist .brief h4{
    font-size: 16px;
    font-weight: bold;
    padding:4px 0;
    color:#333
}
.acc_heatsect_contlist .brief .group{
    padding:8px 0;
    border-bottom: 1px dashed #cccccc;
}

.acc_table_cell.hasbg{
    color: #fff;
}
.acc_table_cell.hasbg:after{
    background: #c6092d;
}
.acc_table_cell.hasbg .brief{
    color: #fff
}
.acc_table_cell:hover:after{
    border:1px solid #c6092d;

}
.acc_table_cell:hover .pic img{
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
    transition: all .5s linear;
    -moz-transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
}

.acc_heating_section02 .acc_table_cell:after{
    content:"";
    position: absolute;
    left:10px;
    top:0;
    bottom:0;
    right:10px;
    border:none;
    background:#fff;

}
.acc_heating_section02 .acc_heatsect_contlist{
    background: #fff;
    padding:0 0 50px;
}
.acc_heating_section02 .acc_heatsect_contlist .text{
    padding:0 34px
}
.acc_heating_section02 .acc_heatsect_contlist .text h2{
    color:#c6092d
}
.acc_heating_section02 .acc_heatsect_contlist .text p.list{
    position: relative;
    padding:3px 0;
}
.acc_heating_section02 .acc_heatsect_contlist .text p.list:before{
    content:"";
    position: absolute;
    left:-10px;
    top:10px;
    width: 3px;
    height: 3px;
    background: #c6092d;
}
.acc_heating_section02 .acc_table_cell:hover:after{
    box-shadow: 0 0 15px rgba(0,0,0,0.2)
}


.acc_heating_section02 .acc_heatsect_contlist .title{
    color:#c6092d;
    border-bottom:1px solid #cccccc;
}


.acc_heating_section03 .table{
    margin:0 -20px;
}

.acc_heating_section03 .acc_table_cell{
    padding:0 20px;
}
.acc_heating_section03  .acc_table_cell:after{
    left:20px;
    right:20px;

}
.acc_heating_section03 .acc_heatsect_contlist{
    padding:0
}
.acc_heating_section03 .section03_cont{
    letter-spacing: -5px;
    position: relative;
    z-index: 2
}
.acc_heating_section03 .section03_cont .img{
    display: inline-block;
    zoom:1;
    *display:inline-block;
    vertical-align: middle;
    width: 50%;
    max-width: 300px;
}
.acc_heating_section03 .section03_cont .infor{
    display: inline-block;
    zoom:1;
    *display:inline-block;
    vertical-align: middle;
    padding:0 5%;
    letter-spacing: normal;
    width:50%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    overflow: hidden;

}
.acc_heating_section03 .section03_cont .infor .iconimg{
    padding-bottom: 10px;
}
.acc_heating_section03 .section03_cont .infor .iconimg img{
    width: 65px;
}
.acc_heating_section03 .section03_cont .infor .icontip{
    width: 65px;
     text-align: center;
    padding:10px 0;
    line-height: 1;
    font-size:16px;
    font-weight:bold;
    color: #c6092d;
}
.acc_heating_section03 .section03_cont .infor .itx{
    padding-top:40px;
    border-top:1px solid #e5e5e5;
}
.acc_heating_section03 .section03_cont .infor .inline{
    display: inline-block;
    zoom:1;
    *display:inline;
    vertical-align: top;
    border:1px solid #dadada;
    border-radius: 4px;
    padding:4px 10px;
    margin:0 6px 10px 0;
    font-size: 12px;

}

.acc_heating_section04 .section04_cont{
    position: relative;
    padding-bottom:80px;
}
.acc_heating_section04 .section04_cont .pic{
    width: 444px;
    margin:0 auto;
}
.acc_heating_section04 .section04_cont .positionleft{
    position: absolute;
    right:50%;
    left:0;
    padding-right:240px;
    text-align: right;
}
.acc_heating_section04 .section04_cont .positionright{
    position: absolute;
    left:50%;
    right:0;
    padding-left:240px;
    text-align: left
}
.acc_heating_section04 .section04_cont .positionbottom{
    position: absolute;
    top:310px;
    left:50%;
    padding-top:20px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);

}
.acc_heating_section04 .section04_cont .text h2{
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 6px
}
.acc_heating_section04 .section04_cont .positionleft .txt p{
    position: relative;
    font-size: 14px;
    padding:2px 10px 2px 0;
    line-height: 1.2;

}
.acc_heating_section04 .section04_cont .positionright .txt p,
.acc_heating_section04 .section04_cont .positionbottom .txt p{
    position: relative;
    padding-left:15px;
    padding:2px 0 2px 10px;
    line-height: 1.2
}
.acc_heating_section04 .section04_cont .positionleft .txt p:before{
    content:"";
    position: absolute;
    right:0;
    top:8px;
    width: 3px;
    height: 3px;
    background:#6f6f6f;
}

.acc_heating_section04 .section04_cont .positionright .txt p:before,
.acc_heating_section04 .section04_cont .positionbottom .txt p:before{
    content:"";
    position: absolute;
    left:0;
    top:8px;
    width: 3px;
    height: 3px;
    background:#6f6f6f;
}
.acc_heating_section04 .section04_cont .position01,
.acc_heating_section04 .section04_cont .position05{
    top:20px;
}
.acc_heating_section04 .section04_cont .position02,
.acc_heating_section04 .section04_cont .position04{
    top:154px;
}
.acc_heating_section04 .section04_cont .positionbottom h2{
    text-align: center;
}

.section04_cont02{
    display: none
}

.hasgrayborder{
    border-top:1px solid #efefef;
    border-bottom:1px solid #efefef;
}

.acc_table02{
    width: 100%;
    padding:0;
    margin:0;
    display: table;
    table-layout: fixed;
}
.acc_table02_cell{
    padding:45px 30px;
    display: table-cell;
}
.acc_table02_cell + .acc_table02_cell{
    border-left:1px solid #efefef;
}

.acc_heating_section05 .section05_cont .pic{
    width: 94px;
    margin:0 auto;
    padding-bottom:10px;
}
.acc_heating_section05 .section05_cont h2{
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding:16px 0;
    line-height: 1;
}
.acc_heating_section05 .section05_cont .txt{
    text-align: center;
    font-size: 14px;
    line-height: 1.5;

}
.acc_heating_section05 .section05_cont p.pstyle{
    position: relative;
    padding-left:10px;
    text-align: left
}
.acc_heating_section05 .section05_cont p.pstyle:before{
    content:"";
    position: absolute;
    left:0;
    top:8px;
    width: 3px;
    height: 3px;
    background:#6f6f6f;
}

.acc_heating_section06 .bigpic{
    height: 318px;
    background:url(../img/acc/acc_heatpic10.jpg) 50% 50% no-repeat;
}
.acc_heating_section06 .section06_cont{
    margin:-45px -6px 0;
    zoom:1;
}
.acc_heating_section06 .section06_cont:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}
.acc_heating_section06 .section06_cont .section06part{
    float: left;
    padding:0 6px;
    width: 25%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}
.acc_heating_section06 .section06part .partcont{
    height: 280px;
    background:#fff;
    padding:15px 10px;

}
.acc_heating_section06 .section06part .partcont .pic{
    width: 70px;
    margin:0 auto;
    padding: 15px 0 0
}
.acc_heating_section06 .section06part .partcont h2{
    padding: 20px 0;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}
.acc_heating_section06 .section06part .partcont .tip{
    text-align: center;
}

.acc_heating_section06 .section06part .partcont .tip{
    margin-bottom: 10px;
}
.acc_heating_section06 .section06part .partcont .tip:last-child{
    margin-bottom: 0
}
.acc_heating_section06 .section06part .partcont .tip span{
    font-size: 14px;
    display: inline-block;
    zoom:1;
    *display:inline-block;
    height: 28px;
    line-height: 28px;
    padding:0 20px;
    border:1px solid #dadada;
    border-radius: 2px;
    min-width: 120px;
}

.acc_heating_jump{
    position: fixed;
    left:0;
    right:0;
    top:0;
    bottom:0;
    display: none
}
.acc_heating_jump .smark{
    position: absolute;
    left:0;
    right:0;
    bottom:0;
    top:0;
    background:rgba(0,0,0,0.6)
}
.acc_heating_jump .jumpcont{
    position: absolute;
    top:50%;
    left:20px;
    right:20px;
    background:#fff;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding:20px
}
.acc_heating_jump .jumpcont .close{
    position: absolute;
    right:0;
    bottom:100%;
    width: 24px;
    height:24px;
    background:url(../img/acc/icon_heat13.png) 50% 50% no-repeat;
    background-size: cover;
    margin-bottom:15px
}

.acc_heating_jump .jumpcont h2{
    font-size: 16px;
    color: #c6092d;
    font-weight: bold;
    padding-bottom: 10px;
}
.acc_heating_jump .jumpcont .txt p{
    position: relative;
    padding:2px 0 2px 10px;
    font-size: 14px

}
.acc_heating_jump .jumpcont .txt p:before{
    content:"";
    position: absolute;
    left:0;
    top:8px;
    width: 3px;
    height: 3px;
    background:#6f6f6f;
}



.acc_nomarginbt{
    margin-bottom: 0 !important;
}


.haspadfooter{
    padding-bottom:70px;
}
.feedbackcon{
    position: fixed;
    left:0;
    right:0;
    bottom:0;
    background:url(../img/acc/feedbackbg.png) 50% 0 no-repeat #c70528;
    background-size: auto 100%;
    color:#fff;
    z-index: 100;
}
.feedbackcon .smark{
    position: fixed;
    left: 0;
    right:0;
    top:0;
    bottom:0;
    background:rgba(255,255,255,0.7);
    display: none;
    z-index: 98

}
.feedbackcon .controlbtn{
    position: absolute;
    right:110px;
    bottom:100%;
    width: 118px;
    height: 32px;
    background:url(../img/acc/feedbackbtnbg.png) 0 1px no-repeat;
    text-align: center;
    line-height: 32px;
    cursor: pointer;

}
.feedbackcon .controlbtn:after{
    content:"";
    display: inline-block;
    zoom:1;
    *display:inline;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    border:solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.feedbackcon .controlbtn span{
    font-size: 14px;
    padding-right:10px;
    display: inline-block;
    zoom:1;
    *display:inline;
    vertical-align: middle;
}

.feedbackcon .contentwrap{
    width: 100%;
    max-width: 1240px;
    padding:0 20px;
    margin: 0 auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}
.feedbackcon .title{
    padding:15px 0;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
}
.feedbackcon .title .hidden-xs{
    font-size: 12px;
}
.feedback_content{
    padding:15px 0;
    position: relative;
    display: none;
}
.feedback_content .ewmbtn{
    position: absolute;
    right:5%;
}
.feedback_content .ewmbtn .pic{
    width: 60px;
    height: 60px;
    float: right;
}
.feedback_content .ewmbtn p{
    font-size: 13px;
    text-align: center;
    padding-right: 10px;
    float: right;
    line-height: 60px;
}
.feedback_content .feedback_form{
    padding-right:280px;
}
.feedback_content .feedform_title{
    font-size: 14px;
    font-weight: bold;
}
.feedback_content .feedform_title br{
    display: none;
}
.feedback_content .feedform_list{
    zoom:1;
}
.feedform_list:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}
.feedform_list .part{
    width: 25%;
    float: left;
    padding-left: 5%;
}
.feedform_list .part:nth-child(1){
    width: 25%;
    padding-left: 0;
}
.feedform_list .part:nth-child(2){
    width: 25%;
}
.feedform_list .part:last-child{
    width: 10%;
}
.feedform_list .list{
    padding-top: 10px;
    zoom:1;
    font-size: 16px;
    border-bottom:1px solid #d85068;
}
.feedform_list .list.noborder{
    border-bottom:none
}
.feedform_list .list:after{
    content: "";
    clear: both;
}
.feedform_list .list span{
    display:block;
    float: left;
    width: 82px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
}
.feedform_list .list .text{
    margin-left: 82px;
    display: block;
}
.feedform_list .list .text .tx{
    display: block;
    width: 100%;
    padding:0;
    margin:0;
    height: 24px;
    line-height: 24px;
    border:none;
    background:none;
    color:#fff;
}

.feedform_list .list .text .inline{
    display: inline-block;
    zoom:1;
    *display:inline;
    vertical-align: middle;
    width:48%;
    position: relative;
    height: 24px;
    line-height: 24px;
}
.feedform_list .list .text .inline:last-child{
    display: none;
}
.feedform_list .list .text .inline:after{
    content:"";
    position: absolute;
    right:10px;
    top:50%;
    width: 9px;
    height: 5px;
    background:url(../img/acc/arrowdown.png) 50% 50% no-repeat;
    margin-top: -3px
}
.feedform_list .list .text select{
    -webkit-appearance:none;
    background: none;
    border: none;
    display: block;
    width: 100%;
    line-height: 24px;
    color:#fff;
    font-size: 14px;
}
.feedform_list .list .text select option {
    background: #3b3a3a;
}

.feedform_list .list .btn{
    display: block;
    width: 100%;
    height: 30px;
    border:1px solid #d85068;
    background:#cf2440;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    color:#fff;
}
.feedform_list .list.linkbtn{
    display: none;
}

.feedbackcon.showfeedbackdetail .title{
    display: none
}
.feedbackcon.showfeedbackdetail .controlbtn:after{
    border-width: 2px 0 0 2px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top:4px
}








@media screen and (max-width: 768px) {
    .footer .footerUl li .redLinkTxt.lst.visible-lg {
        display: none;
    }

    .footer .footerUl li .redLinkTxt.lst {
        margin: 15px 0 0 0;
    }
}

@media screen and (max-width: 1300px) {
    .compareBoxCon {
        right: 50px;
    }

    .acc_sprit_section04 .content{
        margin-top:-40px;
        margin-left:40px;
        margin-right:40px;
        width: auto
    }
}

@media screen and (max-width: 1400px) {
    .productFiled .productUl .col-4 {
        width: 25%;
    }

    .compareBoxCon {
        right: calc(50% - 650px);
    }
}

@media screen and (max-width: 1200px) {
    .header .menuBottomCon ul li {
        width: 120px;
    }

    .header .menuBottomCon ul li + li {
        margin: 0 0 0 10px;
    }

    .header .menuTopCon .menuUl li {
        padding: 0 15px;
    }

    .indexBanner .txtConAll {
        max-width: 700px;
    }

    .footer .footerUl .footerList {
        width: 20%;
    }

    .productFiled .productUl .col-4 {
        width: 33.33%;
    }

    .footer .footerUl .footerList + .footerList {
        margin: 0;
    }

    .advanBlock .advanBlockUl li {
        width: 150px;
    }

    .newsPanel .newsUl li {
        width: 45%;
        padding: 0 2.5%;
        margin: 0 0 40px 0;
    }

    .newsPanel .newsUl li:nth-child(3n-1), .newsPanel .newsUl li:nth-child(3n) {
        margin: 0 0 40px 0;
    }

    .productFiled .productUl {
        max-width: 800px;
    }

    .section01.pinkBg .newsSwiper .newsCon {
        width: 380px;
    }
    .acc_salelist{
        padding-left:15px;
        padding-right: 15px
    }


}

@media screen and (max-width: 1000px) {
    .header .menuBottomCon ul li {
        width: 110px;
    }

    .header .menuBottomCon ul li + li {
        margin: 0 0 0 5px;
    }
    .acc_sprit_section02 .text h2{
        font-size: 22px;
    }
    .acc_sprit_section02 .text p{
        font-size: 15px;
        line-height: 1.5
    }

    .feedback_content .feedback_form{
        padding-right: 200px
    }
    .feedback_content .ewmbtn{
        padding:25px 25px 20px;
        margin-top:-90px
    }

    .feedback_content .feedform_list{
        margin-left:-5%;
    }

    .feedform_list .part{
        padding-left:5%;
    }

    .acc_heating_section04 .section04_cont .pic {
        width: 380px;
        margin: 0 auto;
    }
    .acc_heating_section04 .section04_cont .position01,
    .acc_heating_section04 .section04_cont .position05{
        top:14px
    }
    .acc_heating_section04 .section04_cont .position02,
    .acc_heating_section04 .section04_cont .position04{
        top:130px
    }
    .acc_heating_section04 .section04_cont .positionright{
        padding-left:200px
    }
    .acc_heating_section04 .section04_cont .positionleft{
        padding-right: 200px
    }
    .acc_heating_section04 .section04_cont .positionbottom{
        top:260px
    }

    .acc_heatsect_contlist{
        padding:15px 12px 30px;
    }
    .acc_heating_section02 .acc_heatsect_contlist .text{
        padding:0 25px
    }
    .acc_table02_cell{
        padding: 45px 20px
    }
}


@media screen and (max-width: 1080px) {
    .section01.redBg .wrapper:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
        overflow: hidden;
    }

    .section01.redBg .wrapper .btnConAll {
        position: relative;
        /* right: 50%;
        transform: translate(50%,0); */
    }

    .acc_springsale_itembox{
        padding:0 15px
    }
    .acc_springsale_itemlist{
        padding:30px 20px
    }
    .acc_springsale_itemlist .text h2 i{
        width: 24px;
        height: 24px;
    }
    .acc_springsale_itemlist .text h2{
        font-size: 18px;
    }

    .acc_springsale_itemlist .text .part .pic{
        max-width: 110px;
    }

    .acc_springsale_itemlist .text .part{
        padding:6px
    }
    .acc_springsale_itemlist .text .part.part02{
        padding-left: 8%
    }
    .acc_springsale_itemlist.wd03{
        width: 300px
    }
    .acc_springsale_itemlist .text .part h3{
        font-size: 12px
    }


}

@media screen and (max-width: 930px)  {
    .acc_heating_section03 .section03_cont .infor .itx{
        padding-top:10px
    }
    .acc_heating_section03 .section03_cont .infor .iconimg{
        padding-bottom:0
    }
    .acc_heating_section06 .section06part .partcont .tip span{
        min-width:120px;
        padding:0 5px
    }
}

@media screen and (max-width: 768px) {
    .proInfoUl .proInfo .typeCon h2 span{
        font-size: 14px;
    }
    .proBanner .txtRgtConAll .txtCon{
        margin-right: 0;
    }
    .searchMask .content .wrapper {
        padding: 20px;
    }

    .searchMask .content .h1 {
        font-size: 18px;
    }

    .searchMask .content .iconCloseBtn {
        font-size: 13px;
        right: 20px;
    }

    .searchMask .content .btn {
        margin: 20px 0 0 0;
    }

    .searchMask .content .btn span {
        font-size: 13px;
        padding: 0 30px;
        background: #c6092d;
        height: 40px;
        line-height: 40px;
        box-sizing: border-box;
    }

    .searchMask .content .inputCon .inputTxt {
        line-height: 45px;
        height: 45px;
        outline: none;
        border-radius: 0;
        -webkit-appearance: none;
    }

    .searchMask .content .inputCon .iconfont {
        line-height: 40px;
    }

    .bannerSwiper .txtCon {
        height: 100%;
        top: 0;
    }

    .col-4 {
        width: 50%;
    }

    .col-5 {
        width: 50%;
    }

    .col-6 {
        width: 50%
    }
    .col-7 {
        width: 50%
    }
    
    .navMenu{
        width: calc(100% - 35px);
        margin: auto;
        padding-top: 17.5px;
    }
    .navMenu .noFloat li{
        width: 33.33333%;
        box-sizing: border-box;
        padding: 2.5px;
    }
    .navMenu .noFloat.contactUsTab li{
        width: 100%;
    }

    .navMenu ul {
        border: none;
        
    }

    .navMenu ul li {
        line-height: 50px;
        height: 50px;
        
    }

    .navMenu ul li a {
        font-size: 14px;
        background-color: rgba(245,245,245,1);
        font-weight: normal;
    }

    .navMenu ul li:after {
        content: "";
        width: 100%;
        height: 1px;
        display: none;
        background: #efefef;
        position: absolute;
        bottom: -1px;
    }

    .navMenu ul li:before {
        content: "";
        width: 1px;
        height: 100%;
        display: none;
        background: #efefef;
        position: absolute;
        right: -1px;
        top: 0;
    }

    .navMenu ul li + li:before {
        content: "";
        width: 1px;
        height: 100%;
        display: none;
        background: #efefef;
        position: absolute;
        left: 100%;
        top: 0;
    }

    .footer .wrapper {
        padding: 35px 0 0 0;
    }

    .footer .footerUl {
        margin: 15px 0 0 0;
        border-bottom: 1px solid #dfdfdf;
        padding: 0 0 30px 0;
    }

    .footer .footerUl .footerList {
        text-align: center;
        width: 100%;
        min-height: auto;
    }

    .footer .footerUl li .redLinkTxt {
        color: #333333;
        font-size: 15px;
        font-weight: normal;
    }

    .footer .footerUl .footerList + .footerList {
        margin: 15px 0 0 0;
    }

    .footer .copyRightCon:before {
        display: block;
        content: "";
        width: 83px;
        height: 82px;
        background: url("../imgMobile/footerImg.png") no-repeat;
        background-size: 100%;
        position: absolute;
        left: 50%;
        top: -37px;
        margin: 0 0 0 -42px;
    }

    .footer .copyRightCon {
        background: #fff;
        margin: 0;
        padding: 50px 0 25px 0;
    }

    .footer .copyRightCon p {
        color: #666666;
        font-size: 13px;
        line-height: 20px;
    }
    .footer .copyRightCon p a{
        color: #666;
    }

    .footerWhite .wrapper {
        padding: 0 8% 50px;
        width: auto;
    }

    .bannerSwiper .txtCon .h1 {
        font-size: 40px;
        line-height: 40px;
        color: #fff;
        text-align: center;
    }

    .bannerSwiper .txtCon .h1.smTitleTxt {
        font-size: 20px;
        line-height: 25px;
    }

    .hidden-xs {
        display: block;
    }

    .visible-lg {
        display: none;
    }

    .indexBanner .swiper-pagination {
        left: 3.6%;
    }

    .hasPadding {
        padding-top: 60px;
    }

    .indexBanner .txtConAll {
        text-align: center;
    }

    .indexBanner .txtConAll .txtCon {
        padding: 0 16%;
        max-width: 100%;
    }

    .indexBanner .txtConAll .txtCon h2 {
        font-size: 40px;
        line-height: 40px;
        margin: 10px 0 15px;
    }

    .indexBanner .txtConAll .txtCon p {
        font-size: 16px;
        line-height: 25px;
    }

    .indexBanner .txtConAll .txtCon .btn {
        margin: 30px 0 0 0;
    }

    .indexBanner .txtConAll .txtCon .btn span {
        font-size: 13px;
        padding: 0 30px;
        background: #c6092d;
        height: 40px;
        line-height: 40px;
        box-sizing: border-box;
    }

    .section01 .titleTxtCon {
        padding: 40px 0 0 0;
    }

    .section01 .titleTxtCon .titleTxt {
        font-size: 24px;
        line-height: 24px;
    }
    .section01 .onlineMessageTxtCon h2.titleTxt{
        font-size: 20px;
        line-height: 20px;
    }
    .section01 .titleTxtCon .paraTxt {
        line-height: 20px;
        padding: 0 4%;
    }

    .section01 .proSwiper {
        padding: 20px 0 40px;
    }

    .section01 .proSwiper .proImg {
        width: 100%;
        height: 230px;
        background-size: auto 230px;
    }

    .section01 .proSwiper .swiper-button-prev {
        left: 3.6%;
    }

    .section01 .proSwiper .swiper-button-next {
        right: 3.6%;
    }

    .section01 .proSwiper .swiper-button-prev, .section01 .proSwiper .swiper-button-next {
        width: 14px;
        height: 27px;
    }

    .section01.redBg {
        width: 100%;
        margin: 0;
    }

    .section01.redBg .wrapper {
        max-width: 100%;
        padding: 40px 8%;
    }

    .section01.redBg .wrapper .iconGoal {
        width: 42px;
        height: 42px;
        position: absolute;
        left: 50%;
        top: -21px;
        margin: 0 0 0 -21px;
    }

    .section01.redBg .wrapper .smTxtCon {
        margin: 0;
        text-align: center;
        display: block;
    }

    .section01.redBg .wrapper .smTxtCon .paraTxt {
        font-size: 14px;
        line-height: 20px;
    }

    .section01.redBg .wrapper .btnConAll {
        float: none;
        line-height: 34px;
        margin: 20px 0 0 0;
        text-align: center;
    }

    .section01.redBg .wrapper .btnConAll .btn + .btn {
        margin: 0;
        float: right;
    }

    .section01.redBg .wrapper .btnConAll .btn span {
        font-size: 13px;
        background: #c6092d;
        height: 40px;
        line-height: 40px;
        border: 1px solid #fff;
        width: 145px;
        padding: 0;
        text-align: center;
        box-sizing: border-box;
    }

    .section01 .serviceCon {
        margin: 35px 0;
    }

    .section01 .serviceCon .img {
        width: 100%;
        display: block;
    }

    .section01 .serviceCon .telTxt {
        font-size: 30px;
        line-height: 35px;
    }

    .section01 .serviceCon .txtCon {
        display: block;
        width: 100%;
        padding: 0;
        text-align: center;
        padding: 40px 0 0 0;
    }

    .section01 .serviceCon .txtCon .h1 {
        font-size: 24px;
        line-height: 24px;
    }

    .section01 .serviceCon .txtCon p {
        line-height: 20px;
        padding: 0 6%;
    }

    .section01 .serviceCon .txtCon a {
        margin: 30px 0 0 0;
    }

    .section01 .serviceCon .txtCon a span {
        font-size: 13px;
        padding: 0 30px;
        background: #c6092d;
        border: 1px solid #c6092d;
        height: 40px;
        line-height: 40px;
        box-sizing: border-box;
    }

    .section01 .newsSwiper .swiper-button-prev {
        left: 3.6%;
    }

    .section01 .newsSwiper .swiper-button-next {
        right: 3.6%;
    }

    .section01.pinkBg .newsSwiper .swiper-button-prev, .section01.pinkBg .newsSwiper .swiper-button-next {
        width: 14px;
        height: 27px;
    }

    .section01.pinkBg .newsSwiper .swiper-button-prev {
        left: 3.6%;
    }

    .section01.pinkBg .newsSwiper .swiper-button-next {
        right: 3.6%;
    }

    .section01.pinkBg .newsSwiper .newsCon {
        width: 245px;
    }

    .section01.pinkBg .newsSwiper .newsCon .newsImg {
        height: 187px;
    }

    .section01.pinkBg .newsSwiper .newsCon .tipsTxt {
        top: 10px;
    }

    .section01.pinkBg .newsSwiper .txtCon .wrapper {
        padding: 15px 25px;
    }

    .section01.pinkBg .newsSwiper .txtCon .wrapper .timeTxt {
        font-size: 11px;
        line-height: 15px;
    }

    .section01.pinkBg .newsSwiper .txtCon .wrapper .titleTxt {
        font-size: 15px;
        line-height: 15px;
    }

    .section01.pinkBg .newsSwiper .txtCon .wrapper p {
        font-size: 12px;
        line-height: 18px;
        height: 54px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

    .section01.pinkBg .newsSwiper .txtCon .wrapper .readMoreBtn {
        position: relative;
        left: 0;
        bottom: 0;
        margin: 15px 0 0 0;
    }

    .section01.pinkBg .newsSwiper .txtCon .wrapper .readMoreBtn span {
        font-size: 13px;
        padding: 0 20px;
        background: #c6092d;
        height: 40px;
        line-height: 40px;
        box-sizing: border-box;
        border: 1px solid #c6092d;
    }

    .choosePanel .wrapper {
        padding: 50px 10px;
    }

    .choosePanel .questionCon {
        width: 100%;
		float: none;
		margin: auto;
    }

    .choosePanel .quesResCon {
        width: 100%;
    }

    .choosePanel .quesResCon .img {
        float: none;
        display: block;
        width: 45px;
        height: 45px;
        margin: 0 auto;
    }

    .choosePanel .quesResCon .txtCon {
        padding: 0 10%;
    }

    .choosePanel .txtCon h1 {
        font-size: 24px;
        line-height: 28px;
        text-align: center;
        margin: 30px 0;
    }

    .choosePanel .quesResUl {
        overflow: auto;
        height: auto;
    }

    .choosePanel .quesResUl .txt {
        font-size: 14px;
        margin: 0 auto;
    }

    .choosePanel .quesResUl .resTxt {
        text-align: center;
    }

    .choosePanel .questionCon .quesCon text {
        font-size: 20px;
    }

    .choosePanel .questionCon .quesCon text.titleTxt {
        font-size: 36px;
    }

    .quesResCon {
        text-align: center;
    }

    .choosePanel .quesResUl {
        max-height: inherit;
    }

    .proBanner .txtConAll {
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }

    .proBanner .txtConAll .txtCon {
        position: relative;
        top: 50%;
        -webkit-transform: translate(0,-50%);
        -moz-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
        transform: translate(0,-50%);
    }

    .proBanner .txtConAll .h1 {
        font-size: 35px;
        line-height: 41px;
        padding: 0 0 30px;
    }

    .proBanner .txtConAll p {
        line-height: 26px;
        padding: 0 16%;
    }

    .section02 .txtCon h1 {
        font-size: 20px;
        line-height: 20px;
    }

    .section02 .txtCon p {
        font-size: 14px;
        line-height: 14px;
    }

    .section02 .txtCon .btn span {
        font-size: 13px;
        height: 40px;
        line-height: 40px;
        border: 1px solid #fff;
        padding: 0 40px;
        text-align: center;
        box-sizing: border-box;
    }

    .proSelectCon {
        padding: 40px 0;
    }

    .proSelectCon .titleTxt {
        font-size: 20px;
        line-height: 20px;
    }

    .proSelectCon .selectCon {
        margin: 25px 0 0 0;
    }
    .proSelectCon ul{
        width: 100%;
    }
    .proSelectCon ul li {
        width: 80%;
        margin: 0 0 0 10%;
    }

    .proSelectCon ul li + li {
        margin: 0 0 0 10%;
    }

    .proSelectCon .btn span {
        font-size: 13px;
        padding: 0 40px;
        background: #c6092d;
        height: 40px;
        line-height: 40px;
        box-sizing: border-box;
    }

    .productFiled {
        padding: 40px 0 0 0;
    }

    .productFiled .proTitleTxt {
        font-size: 20px;
        line-height: 20px;
        margin: 0 0 30px 0;
    }

    .productFiled .proList .proImg {
        height: 200px;
    }

    .productFiled .icon {
        width: 35px;
        height: 50px;
    }

    .productFiled .productUl .col-4 {
        width: 50%;
    }

    .productFiled .proTxtCon h1 {
        font-size: 16px;
        line-height: 16px;
    }

    .productFiled .proTxtCon p {
        font-size: 13px;
        line-height: 20px;
    }

    .productFiled .viewBtn span {
        font-size: 13px;
        padding: 0 40px;
        background: #c6092d;
        height: 40px;
        line-height: 40px;
        box-sizing: border-box;
    }

    .proInfoUl li.col-2 {
        width: 100%;
    }
    .proBanner .txtRgtConAll{
        top: 50%;
        width: 85%;
    }
    .proBanner .txtRgtConAll .descTxt span {
        font-size: 14px;
        line-height: 25px;
    }

    .proBanner .txtRgtConAll .txt {
        margin: 15px 0;
        font-size: 12px;
    }

    .proBanner .txtRgtConAll .seriesTxt {
        font-size: 35px;
        line-height: 40px;
    }

    .proBanner .txtRgtConAll .radioBtn {
        margin: 55px auto 0;
    }

    .proBanner .txtRgtConAll .iconPlay {
        width: 36px;
        height: 36px;
    }

    .proBanner .txtRgtConAll span {
        font-size: 12px;
    }

    .proInfoCon {
        padding: 0 0 40px;
    }

    .proImgSwiper .proImg {
        min-height: 360px;
        background-size: auto 400px;
    }

    .proImgSwiper .swiper-button-prev, .proImgSwiper .swiper-button-next {
        width: 30px;
        height: 40px;
        margin: -20px 0 0 0;
        background-size: auto 20px;
    }

    .proInfoUl .proInfo {
        padding: 30px 20px 0;
    }

    .proInfoUl .proInfo .descTxt {
        font-size: 12px;
        line-height: 12px;
    }

    .proInfoUl .proInfo .nameTxt {
        font-size: 30px;
        line-height: 30px;
    }

    .proInfoUl .proInfo .paraTxt {
        line-height: 20px;
    }

    .proInfoUl .proInfo .advantageCon {
        margin: 20px 0 0 0;
        padding: 0 0 20px 0;
    }

    .proInfoUl .proInfo .advantageCon p {
        line-height: 25px;
    }

    .proInfoUl .proInfo .typeCon h2 {
        font-size: 15px;
        margin: 10px 0 0 0;
        padding: 0;
    }

    .proInfoUl .proInfo .typeCon .linkTxt {
        position: relative;
        width: 100%;
        text-align: center;
        margin: 30px 0 0 0;
    }

    .proInfoUl .proInfo .typeCon .textLink{
        bottom: 0;
    }
    .proInfoUl .proInfo .typeCon .linkTxt span {
        padding: 0;
        width: 100%;
        line-height: 40px;
    }

    .proInfoUl .proInfo .specialCon li {
        text-align: center;
    }

    .proInfoUl .proInfo .specialCon li + li .con {
        padding: 0;
    }

    .proInfoUl .proInfo .specialCon h1 span {
        display: none;
    }

    .proInfoUl .proInfo .specialCon img {
        margin: 8px auto 0;
        height: 50px;
    }

    .promark .video_box {
        width: 100%;
        height: 472px;
        background: #fff;
        position: relative;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }

    .advanBlock {
        margin: 0;
        border-bottom: none;
    }

    .advanBlock .advanBlockUl {
        width: 100%;
    }

    .advanBlock .advanBlockUl li {
        width: 50%;
        border-bottom: 1px solid #e6e6e6;
        padding: 15px 0 35px 0;
    }
    .advanBlock .advanBlockUl li:last-child{
        border-right: 1px solid #e6e6e6;
    }
    .advanBlock .advanBlockUl li .advIcon {
        width: 80px;
        height: 80px;
    }

    .advanBlock .advanBlockUl li + li:before {
        display: none;
    }

    .advanBlock .advanBlockUl li:nth-child(2n):before {
        content: '';
        display: block;
        width: 1px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        background: #e6e6e6;
    }

    .advanBlock .advanBlockUl li h1 {
        font-size: 14px;
    }

    .proBannerCon .titleTxtCon {
        padding: 40px 0 20px;
    }

    .proBannerCon .titleTxtCon h1 {
        font-size: 20px;
        line-height: 20px;
        padding: 0 20px;
    }

    .proBanerSwiper .swiper-button-prev, .proBanerSwiper .swiper-button-next {
        width: 10px;
        height: 20px;
        margin: -10px 0 0 0;
        background-size: auto 20px;
    }

    .proBanerSwiper .swiper-button-prev {
        left: 4.6%;
    }

    .proBanerSwiper .swiper-button-next {
        right: 4.6%;
    }
    .proBanerSwiper .proBaner .bannerImg{
        width: 100%;
        height: 400px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        position: relative;
    }
    .proBanerSwiper .proBaner .bannerImg:before{
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0,0,0,0.3);
        content: "";
        display: block;
    }
    .proBanerSwiper .txtConAll .txtCon {
        max-width: 100%;
        right: 0;
        -webkit-transform: translate(0,-50%);
        -moz-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
        transform: translate(0,-50%);
    }

    .proBanerSwiper .txtConAll .txtCon h1 {
        font-size: 18px;
        line-height: 25px;
        padding: 0 16%;
    }

    .proBanerSwiper .txtConAll .txtCon p {
        padding: 0 16%;
        line-height: 25px;
        margin: 20px 0 0 0;
    }

    .proBanerSwiper .swiper-pagination {
        height: 30px;
    }

    .parameterCon {
        padding: 0 0 40px 0;
    }

    .parameterCon .parameterTable {
        height: 240px;
    }

    .parameterCon table th:first-child {
        padding: 0 0 0 20px;
    }

    .parameterCon table td:first-child {
        padding: 0 0 0 20px;
    }

    .parameterCon table th, .parameterCon table td {
        height: 40px;
        font-size: 11px;
        line-height: 15px;
        padding: 0;
    }

    .parameterCon .viewBtn {
        padding: 0 20px 0 20px;
        font-size: 13px;
        background-size: 12px;
    }

    .productPanel.hasPadding {
        padding: 0;
    }

    .proCompare .parameterCon table {
        border: none;
        border-top: 1px solid #d9d9d9;
        border-bottom: 1px solid #d9d9d9;
    }

    .proCompare .parameterCon table th, .proCompare .parameterCon table td {
        height: 50px;
        line-height: 12px;
    }

    .proCompare .parameterCon table th:before, .proCompare .parameterCon table td:before {
        display: none;
    }

    .proCompare .parameterCon table .redTxt {
        padding: 0 0 0 4%;
    }

    .proCompare .parameterCon table .centerTxt {
        font-size: 13px;
    }

    .newsPanel .wrapper {
        padding: 30px 0 0 0;
    }

    .newsPanel .titleTxtCon {
        text-align: center;
    }

    .newsPanel .titleTxtCon .h1 {
        font-size: 20px;
        line-height: 24px;
        text-align: center;
    }

    .newsPanel .titleTxtCon .yearSelect {
        position: relative;
        margin: 30px 0 0 0;
        height: 40px;
        z-index: 10;
    }

    .yearSelect .select {
        width: 185px;
        line-height: 43px;
        border: 1px solid #eee;
        box-sizing: border-box;
        padding: 0;
        border-radius: 50px;
        color: #333;
        background: url(../img/selectArrowRed.png) no-repeat 70% 50%;
    }

    .yearSelect .selectDiv {
        width: 185px;
        position: relative;
        border-left: 1px solid #eee;
        border-right: 1px solid #eee;
        border-bottom: 1px solid #eee;
        top: -20px;
    }

    .yearSelect .selectDiv p {
        line-height: 46px;
        color: #333;
    }

    .newsPanel {
        border: none;
    }

    .newsPanel .newsUl {
        margin: 30px 0 0 0;
        width: auto;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .newsPanel .newsUl li {
        margin: 0 0 20px 0;
        padding: 0;
        width: 100%;
        box-sizing: border-box;
    }

    .newsPanel .newsUl li:hover {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    .newsPanel .newsUl li:nth-child(3n-1), .newsPanel .newsUl li:nth-child(3n) {
        margin: 0 0 20px 0;
    }
    .newsPanel .newsUl li:last-child{
        margin-bottom: 0;
    }

    .newsPanel .newsUl .txtCon {
        border: 1px solid #eee;
        padding: 20px 10px 15px 10px;
    }

    .newsPanel .newsUl .newsImg {
        height: 235px;
    }

    .newsPanel .newsUl .txtCon .timeTxt {
        line-height: 14px;
        font-size: 14px;
    }

    .newsPanel .newsUl .txtCon .titleTxt {
        font-size: 18px;
        line-height: 24px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: normal;
        margin-top: 10px;
    }

    .newsPanel .newsUl .txtCon .paraTxt {
        margin: 10px 0 10px;
        font-size: 14px;
        line-height: 20px;
    }

    .newsPanel .newsUl .txtCon .btn span {
        font-size: 14px;
        line-height: 16px;
        border: none;
        border-radius: 0;
        padding: 0;
        text-align: left;
    }

    .newsConPanel .newsCon {
        width: auto;
        padding: 0 20px;
        margin: 30px auto 0;
    }

    .newsConPanel .newsTitleCon {
        text-align: left;
        padding: 0 0 30px 0;
    }

    .newsConPanel .newsTitleCon h1 {
        font-size: 18px;
        line-height: 24px;
        color: #333;
        font-weight: bold;
    }

    .newsConPanel .newsTitleCon h2 {
        font-size: 14px;
        line-height: 14px;
        margin: 0;
    }

    .newsConPanel .newsInfoCon img {
        width: 100%;
        margin: 20px auto;
    }

    .newsConPanel .newsInfoCon p {
        font-size: 14px;
        line-height: 20px;
    }

    .newsFooter {
        width: auto;
        padding: 0 6.6%;
        border: none;
    }

    .newsFooter ul {
        border: 1px solid #eee;
    }

    .newsFooter ul li {
        width: 50%;
        padding: 25px 0;
    }

    .newsFooter ul li:nth-child(3n-1):before {
        display: none;
    }

    .newsFooter ul li a {
        padding: 0 12px;
    }

    .newsFooter ul li h1 {
        font-size: 12px;
        line-height: 18px;
    }

    .newsFooter ul li p {
        font-size: 12px;
        line-height: 18px;
        overflow: auto;
        white-space: normal;
        overflow : hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .methodSwiper .swiper-pagination {
        width: 100%;
        height: 30px;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .methodSwiper .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        border-radius: 100%;
        background: #fff;
        display: inline-block;
        margin: 0 5px;
    }

    .methodSwiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 8px;
        height: 8px;
        background: #c3122f;
        margin: 0 5px;
    }

    .methodSwiper .swiper-pagination-bullet + .swiper-pagination-bullet {
        margin-top: 0;
    }

    .methodSwiper .swiper-pagination-switch {
        width: 8px;
        height: 8px;
        border-radius: 100%;
        background: #fff;
        display: inline-block;
        margin: 0 5px;
    }

    .methodSwiper .swiper-pagination-switch.swiper-active-switch {
        width: 8px;
        height: 8px;
        background: #c3122f;
        margin: 0 5px;
    }

    .methodSwiper .swiper-pagination-switch + .swiper-pagination-switch {
        margin-top: 0;
    }

    .methodSwiperTwo .swiper-pagination {
        width: 100%;
        height: 30px;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .methodSwiperTwo .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        border-radius: 100%;
        background: #fff;
        display: inline-block;
        margin: 0 5px;
    }

    .methodSwiperTwo .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 8px;
        height: 8px;
        background: #c3122f;
        margin: 0 5px;
    }

    .methodSwiperTwo .swiper-pagination-bullet + .swiper-pagination-bullet {
        margin-top: 0;
    }

    .methodSwiperTwo .swiper-pagination-switch {
        width: 8px;
        height: 8px;
        border-radius: 100%;
        background: #fff;
        display: inline-block;
        margin: 0 5px;
    }

    .methodSwiperTwo .swiper-pagination-switch.swiper-active-switch {
        width: 8px;
        height: 8px;
        background: #c3122f;
        margin: 0 5px;
    }

    .methodSwiperTwo .swiper-pagination-switch + .swiper-pagination-switch {
        margin-top: 0;
    }

    .methodSwiper .txtConAll .txtCon {
        width: auto;
        padding: 0 6.6%;
        top: auto;
        bottom: 90px;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none;
        text-align: left;
    }

    .methodSwiper .txtConAll .titleTxt {
        font-size: 30px;
        line-height: 35px;
    }

    .methodSwiper .txtConAll .linkTxt {
        margin: 35px 0 0 0;
        font-size: 12px;
    }

    .methodSwiperTwo .txtConAll .txtCon {
        width: auto;
        padding: 0 6.6%;
        top: auto;
        bottom: 90px;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none;
        text-align: left;
    }

    .methodSwiperTwo .txtConAll .titleTxt {
        font-size: 30px;
        line-height: 35px;
    }

    .methodSwiperTwo .txtConAll .linkTxt {
        margin: 35px 0 0 0;
        font-size: 12px;
    }

    .methodBlock {
        padding: 0;
        margin: 20px 0 0 0;
    }

    .methodBlock ul li {
        width: 100%;
        position: relative;
        margin: 0 0 20px 0;
    }

    .methodBlock .wrapper {
        padding: 0;
    }

    .methodBlock .wrapper .txtConAll {
        padding: 0 6.6%;
    }

    .methodBlock .txtConAll .txtCon {
        top: 40%;
    }

    .methodBlock .txtConAll .txtCon .titleTxt {
        font-size: 25px;
        line-height: 35px;
    }

    .methodSwiperTwo .txtConAll {
        height: 100%;
        top: 0;
    }

    .methodSwiperTwo .txtConAll .txtCon {
        width: 100%;
        padding: 0;
        text-align: center;
        top: 50%;
        bottom: auto;
        -webkit-transform: translate(0,-50%);
        -moz-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
        transform: translate(0,-50%);
    }

    .methodSwiperTwo .txtConAll .titleTxt {
        padding: 0 25%;
        font-size: 25px;
    }

    .methodSwiperTwo .txtConAll .iconLink {
        margin: 30px 0 0 0;
    }

    .methodSwiperTwo .txtConAll .iconLink .icon {
        width: 20px;
        height: 20px;
        background-size: 10px;
    }

    .methodSwiperTwo .txtConAll .iconLink h3 {
        font-size: 10px;
        margin: 8px 0 0 0;
    }

    .methodCon {
        margin: 0 auto;
    }

    .methodCon .methodNav {
        width: 100%;
        position: relative;
        float: none;
    }

    .methodCon .methodNav ul {
        padding: 0;
        text-align: center;
        border-bottom: 1px solid #dcdcdc;
        line-height: 50px;
    }

    .methodCon .methodNav ul li {
        width: 25%;
        float: left;
    }

    .methodCon .methodNav ul li.active a:before {
        display: none;
    }

    .methodCon .methodNav ul li.active a:after {
        content: '';
        display: inline-block;
        width: 90%;
        height: 3px;
        background: #c6092d;
        position: absolute;
        bottom: 0;
        left: 50%;
        margin: 0 0 0 -45%;
    }

    .methodCon .methodNewsNav {
        width: 100%;
        position: relative;
        top: auto;
        right: auto;
    }

    .methodCon .methodNewsNav .wrapper {
        padding: 0 2.6%;
    }

    .methodCon .methodNewsNav .titleTxt {
        padding: 35px 0 0 0;
        border-top: 1px solid #dcdcdc;
        font-size: 14px;
        line-height: 14px;
    }

    .methodCon .methodNewsNav .newsImg {
        width: 100%;
        height: 185px;
    }

    .methodCon .methodNewsNav li {
        margin: 15px 0 0 0;
    }

    .methodCon .methodNewsNav li h1 {
        font-size: 14px;
    }

    .methodCon .methodContent {
        padding: 0 6.6%;
    }

    .methodCon .methodContent .wrapper {
        padding: 35px 0;
    }

    .methodCon .methodContent .wrapper .titleTxt {
        color: #999;
        line-height: 14px;
    }

    .methodCon .methodContent .wrapper p + p {
        margin: 20px 0 0 0;
    }

    .timelinePanel .content {
        padding: 35px 0;
    }

    .timelinePanel .content .titleTxt {
        font-size: 24px;
        line-height: 24px;
        color: #333;
    }

    .timelinePanel .content .timeLineCon {
        background: none;
    }

    .timelinePanel .timeLineCon ul {
        padding: 0 5%;
        margin: 0 auto;
    }

    .timelinePanel .timeLineCon ul li {
        width: 100%;
    }

    .timelinePanel .timeLineCon ul li:nth-child(2n), .timelinePanel .timeLineCon ul li:nth-child(2n-1) {
        margin: 0;
    }

    .timelinePanel .timeLineCon li:nth-child(2n) .con {
        padding: 20px 0 0 45px;
        text-align: left;
    }

    .timelinePanel .timeLineCon ul li:nth-child(2n):before {
        top: 0;
        left: 0;
        margin: 0 0 0 -1px;
        right: none;
    }

    .timelinePanel .timeLineCon li:nth-child(2n) .con .circleLine:before {
        left: 8px;
        right: auto;
        margin: 0 0 0 -1px;
    }

    .timelinePanel .timeLineCon li:nth-child(2n) .con .circleLine {
        left: 0;
        right: auto;
        margin: 0 0 0 -5px;
    }

    .timelinePanel .timeLineCon li:nth-child(2n) .imgCon {
        float: none;
    }

    .timelinePanel .timeLineCon .con .circleLine {
        width: 6px;
        height: 6px;
        margin: 0 0 0 -5px;
        top: 25px;
    }

    .timelinePanel .timeLineCon .con .circleLine:before {
        width: 20px;
        left: 8px;
    }

    .timelinePanel .timeLineCon li:nth-child(2n-1) .con {
        padding: 20px 0 20px 45px;
    }

    .timelinePanel .timeLineCon .con .timeTxt {
        font-size: 20px;
        line-height: 20px;
    }

    .timelinePanel .timeLineCon .con .txt {
        color: #999;
        line-height: 17px;
    }

    .timelinePanel .content .timeLineCon::before {
        display: none;
    }

    .serviceUl {
        margin: 30px 0;
        width: auto;
        padding: 0 12%;
    }

    .serviceUl:before {
        display: none;
    }

    .serviceUl .col-2 {
        width: 100%;
    }
    .serviceUl .col-2 .lineActionJump{
        display: block;
    }
    .serviceUl .col-2 h2 {
        font-size: 12px;
        line-height: 24px;
        margin: 5px auto 0;
    }

    .serviceUl .col-2 h3 {
        font-size: 22px;
        line-height: 22px;
    }

    .serviceUl .col-2:nth-child(2n) {
        margin: 30px auto 0;
        padding: 30px 0 0 0;
        border-top: 1px solid #eee;
    }

    .searchInputWrap label.col-2 {
        margin: 0 0 12px 0;
    }
    .navMenu .navTxt {
        font-size: 20px;
        line-height: 20px;
    }
    .acc_salelist{
        padding-top:30px;
    }
    .acc_salelist li{
        background: none
    }
    .acc_salelist li:hover {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    .acc_salelist li .pic{
        float: none;
        width: 100%;
        height: 360px;

    }
    .acc_salelist li .txtbox{
        margin-left:0;
        padding: 20px 0 0;
    }
    .acc_salelist li .txtbox h2{
        font-size: 20px;
        padding-bottom: 10px
    }

    .acc_salelist li .txtbox .tx{
        display: block;
    }
    .acc_salelist li .txtbox:after{
        display: none;
    }
    .acc_salelist li .txtbox .brief{
        margin-bottom: 0;
    }
    .acc_salelist li .txtbox .btn {
        display: none
    }


    .acc_title .h1{
        font-size: 20px;
        line-height: 1.3;
        color:#333333;
        margin-bottom: 15px;
    }
    .acc_title p{
        font-size: 14px;
        line-height:20px
    }

    .acc_sprit_section01 .section01_right{
        float: none;
        padding-left:0;
        width: 100%;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    .acc_sprit{
        padding-top: 30px
    }
    .acc_sprit_section{
        padding-top: 30px
    }
    .acc_sprit_section01 .section01_right img{
        max-width:100%;
        width: auto;
        margin:0 auto;
    }
    .acc_sprit_section01 .section01_left{
        width: 100%;
        padding-top: 20px;
        line-height: 2
    }
    .acc_sprit_section01 .section01_left .line{
        margin:20px 0
    }

    .acc_sprit_slider{
        padding:0 20px 30px;
        opacity: 1;
        z-index: 1;
        display: block;
        overflow: hidden;
    }
    .acc_sprit_slider .slideritem{
        max-width: 240px;
        margin: 0 auto;
        height:240px;
        border-radius: 600px;
        position: relative;
        text-align: center;
        letter-spacing:-5px;

    }
    .acc_sprit_slider .slideritem:after{
        content:"";
        position:absolute;
        left:15%;
        top:15%;
        width: 250px;
        height: 300px;
        background: url(../img/acc/acc_bg03.png) 0 0 no-repeat;
        background-size: auto 100%;

    }
    .acc_sprit_slider .slideritem .bagcolor{
        display: block;
        height:100%;
        width: 100%;
        border-radius: 600px;
        background-color: #ac162c;
        position: relative;
        z-index: 2
    }
    .acc_sprit_slider .slideritem .text{
        display: inline-block;
        vertical-align: middle;
        letter-spacing: normal;
        color: #fff;
        text-align: center;
        padding:5px 20px;
    }
    .acc_sprit_slider .slideritem .text h2{
        font-size: 18px;
        font-weight: bold;
        padding-bottom: 10px
    }
    .acc_sprit_slider .slideritem .text p{
        font-size: 14px;
        line-height: 1.5;
    }
    .acc_sprit_slider .slideritem .bagcolor:before{
        content:'';
        display:inline-block;
        vertical-align: middle;
        width: 0;
        height: 100%;
    }

    .acc_sprit_slider  .swiper-container{
        overflow: visible;
    }

    .acc_sprit_slider  .swiper-button-prev {
        width: 18px;
        height: 36px;
        background: url("../img/swiperPrev.png") 50% 50% no-repeat;
        background-size: 100%;
        left: 0;
        top: 50%;
    }

    .acc_sprit_slider .swiper-button-next {
        width: 18px;
        height: 36px;
        background: url("../img/swiperNext.png") 50% 50% no-repeat;
        background-size: 100%;
        right: 0;
        top: 50%;
    }

    .acc_sprit_section02 .text{
        left: 22px;
        right:22px;
        -webkit-transform: translate(0,-50%);
        -moz-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
        -o-transform: translate(0,-50%);
        transform: translate(0,-50%);

    }
    .acc_sprit_section02 .text h2{
        font-size: 18px;
        padding:0 10px 20px;
    }
    .acc_sprit_section02 .text p{
        padding:0 10px;
        font-size: 13px;

    }

    .acc_sprit_section04 .content{
        margin-top:-30px;
        margin-left:15px;
        margin-right:15px;
        width: auto
    }
    .acc_sprit_section04 .content .text{
        padding:20px 6px 0
    }
    .acc_sprit_section04 .content .picare{
        padding:30px 0;
        margin:0 -10px
    }
    .acc_sprit_section04 .content .picare .pic{
        padding:0 5px
    }

    .bannerSwiper.hasSlide .txtCon h1{
        font-size: 20px;
    }

    .acc_springsale_itembox{
        margin-top: -30px
    }
    .acc_springsale_itemarea{
        display: block
    }
    .acc_springsale_itemlist:after{
        display: none
    }
    .acc_springsale_itemlist{
        display: block;
        margin-bottom: 20px;
        background: #fff;
        padding: 30px 20px 35px
    }
    .acc_springsale_itemlist.wd03{
        width: 100%;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;

    }

    .acc_springsale_itemlist .text h2{
        font-size: 20px;
    }
    .acc_springsale_itemlist .text .brief{
        padding-top:40px
    }
    .acc_springsale_itemlist .text h2:after{
        bottom:-20px
    }

    .acc_springsale_linkarea{
        padding:10px 20px 35px
    }
    .acc_springsale_linkarea .linkbtn{
        margin-top:30px;
        font-size: 16px;
        height: 50px;
        line-height: 50px;
        width:auto;
        margin:30px  0 0
    }
    .acc_springsale_linkarea .linkbtn:after{
        height: 10px;
        width: 10px;
        margin-top: 0
    }

    .acc_springsale_itemlist:hover:after{
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }



    .footer{
        padding-bottom: 98px;
    }

    .feedbackcon .controlbtn{
        right:50%;
        margin-right:-59px;
    }
    .feedback_content .ewmbtn{
        display: none
    }
    .feedback_content .feedback_form{
        padding:0;
    }
    .feedback_content{
        position: fixed;
        top:50%;
        right:20px;
        background: #c6092d;
        padding:20px;
        left:20px;
        z-index: 99;
        -webkit-transform: translateY(-50%) translateZ(0);
        -moz-transform: translateY(-50%) translateZ(0);
        -ms-transform: translateY(-50%) translateZ(0);
        -o-transform: translateY(-50%) translateZ(0);
        transform: translateY(-50%) translateZ(0);
    }
    .feedback_content .closebtn{
        cursor: pointer;
        position: absolute;
        width: 40px;
        height: 40px;
        left: 50%;
        bottom:-60px;
        background:url(../img/acc/closebtn.png) 50% 50% no-repeat;
        background-size: cover;
        margin-left:-20px
    }
    .feedbackcon.showfeedbackdetail .smark{
        display: block;
    }
    .feedbackcon .title{
        font-size: 15px;
        padding: 5px 0;
    }
    .feedback_content .feedform_list{
        margin:0;
    }
    .feedform_list .part{
        float: none;
        width: 100% !important;
        padding-left:0
    }
    .feedform_list .list{
        padding-top: 15px;
        font-size: 14px;
    }
    .feedback_content .feedform_title{
        padding-bottom: 0;
        font-size: 14px;
    }
    .feedback_content .feedform_title br{
        display: block;
    }
    .feedform_list .list.listbtn{
        padding-top: 30px
    }
    .feedform_list .list .btn{
        background:#d44762;
    }

    .feedform_list .list.linkbtn{
        display: block;
    }
    .feedform_list .list.linkbtn .btn{
        background:none
    }
    .feedform_list .list .btn{
        font-size: 14px
    }

    .acc_wrappadding{
        padding:30px 15px
    }

    .acc_heating_title.acc_title .h1{
        color:#c6092d;
    }
    .acc_table{
        display: block;
    }
    .acc_table:after{
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
        overflow: hidden;
    }
    .acc_table_cell{
        display: block;
        float: left;
        position: relative;
        width: 50%;
        margin-bottom:20px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;

    }
    .acc_heating_section01{
        margin:0 -5px
    }
    .acc_heating_section01 .acc_heatsect_contlist{
        padding:10px
    }
    .acc_heating_section01 .acc_table_cell{
        padding: 0 5px
    }
    .acc_heating_section01 .acc_table_cell:after{
        left:5px;
        right:5px
    }

    .acc_heatsect_contlist .brief{
        min-height: 130px
    }

    .acc_table_cell:hover .pic img{
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        transition: all .5s linear;
        -moz-transition: all .5s linear;
        -webkit-transition: all .5s linear;
        -o-transition: all .5s linear;
    }
    .acc_heating_title{
        padding:0 0 30px
    }
    .acc_heatsect_contlist .title{
        padding:15px 0 10px;
        text-align: center;
    }

    .acc_heating_section02 .acc_table_cell{
        width: 100%;
        padding: 0 5px
    }
    .acc_heating_section02 .acc_table_cell:last-child{
        margin-bottom: 0
    }
    .acc_heating_section02 .acc_table_cell:hover:after{
        box-shadow: 0 0 0 rgba(0,0,0,0.2)
    }
    .acc_heating_section.acc_heating_section02{
        margin:0
    }
    .acc_heating_section02 .acc_table_cell{
        padding:0
    }
    .acc_heating_section02 .acc_heatsect_contlist{
        padding-bottom: 20px
    }
    .acc_heating_section02 .acc_heatsect_contlist .title{
        text-align: left;
    }
    .acc_heating_title .title_brief{
        text-align: left
    }
    .acc_heating_section.acc_heating_section03{
        margin:0
    }
    .acc_heating_section03 .acc_table_cell{
        width: 100%;
        padding:0
    }
    .acc_heating_section03 .acc_table_cell:after{
        left:0;
        right:0
    }
    .acc_heating_section03 .section03_cont .pic{
        width: 60%
    }
    .acc_heating_section03 .section03_cont .infor{
        width: 50%;
        padding:0 0 0 5%
    }
    .acc_heating_section03 .section03_cont .infor .itx{
        padding-top:0;
        border-top:0 none
    }
    .acc_heating_section03 .section03_cont .infor .iconimg{
        padding-bottom: 0;
        width: 60px;
    }
    .acc_heating_section03 .section03_cont .infor .inline{
        margin-bottom: 5px;
        margin-right:4px;
        padding:4px 9px
    }
    .acc_heating_section03 .section03_cont .infor .icontip{
        font-size: 14px
    }
    .acc_table02{
        display: block;
    }
    .acc_table02{
        display: block;
    }
    .acc_table02:after{
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
        overflow: hidden;
    }
    .acc_table02_cell {
        padding:10px;
        display:block;
        float: left;
        width: 50%;
        min-height:360px;
        border-bottom:1px solid #efefef;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
    }

    .acc_heating_section04 .section04_cont{
        display: none
    }
    .hasgrayborder {
        border: 1px solid #efefef;
        border-bottom:0 none;
    }
    .acc_heating_section05 .section05_cont h2{
        font-size: 15px;
        padding:10px
    }
    .acc_heating_section06 .section06_cont .section06part{
        width: 50%;
        padding:0 5px;
        margin-bottom:10px
    }
    .acc_heating_section06 .section06part .partcont{
        padding:0 5px;
        height:250px
    }
    .acc_heating_section06 .section06_cont{
        margin:0 -5px
    }
    .acc_heating_section06 .section06part .partcont .tip span{
        font-size: 12px;
        min-width: 110px;
        padding:0 5px
    }
    .acc_heating_section06 .bigpic{
        background:url(../img/acc/acc_heatpic10.jpg) 50% 0 no-repeat;
        background-size:100% auto;
        height: 110px

    }

    .section04_cont02{
        display: block;
        position: relative;
        width: 280px;
        height: 255px;
        margin:0 auto
    }
    .section04_cont02 .circalbtn{
        width: 46px;
        height: 46px;
        border:2px solid #f77585;
        border-radius: 60px;
        position: absolute;
        -webkit-animation: scaleb 1s linear 0s both infinite;
        -moz-animation: scaleb 1s linear 0s both infinite;
        -ms-animation: scaleb 1s linear 0s both infinite;
        -o-animation: scaleb 1s linear 0s both infinite;
        animation: scaleb 1s linear 0s both infinite;
    }
    @-webkit-keyframes scaleb{0%{ -webkit-transform:scale(1); opacity:1;} 100%{ -webkit-transform:scale(1.2);  opacity:0;}}
@-moz-keyframes scaleb{0%{ -moz-transform:scale(1); opacity:1;} 100%{ -moz-transform:scale(1.2);  opacity:0;}}
@-ms-keyframes scaleb{0%{ -ms-transform:scale(1); opacity:1;} 100%{ -ms-transform:scale(1.2);  opacity:0;}}
@-o-keyframes scaleb{0%{ -o-transform:scale(1); opacity:1;} 100%{ -o-transform:scale(1.2);  opacity:0;}}
@keyframes scaleb{0%{ transform:scale(1); opacity:1;} 100%{ transform:scale(1.2);  opacity:0;}}
    .section04_cont02 .circalbtn.btn01{
        top:2px;
        left:40px
    }
    .section04_cont02 .circalbtn.btn02{
        top:4px;
        right:31px
    }
    .section04_cont02 .circalbtn.btn03{
        bottom:80px;
        left:2px
    }
    .section04_cont02 .circalbtn.btn04{
        bottom:84px;
        right:2px
    }
    .section04_cont02 .circalbtn.btn05{
        bottom:2px;
        right:114px
    }
    .acc_heating_section06 .section06part .partcont h2{
        font-size: 15px
    }
    .acc_heating_section06 .section06part .partcont .tip{
        margin-bottom:5px
    }
    .acc_heating_section06 .section06part .partcont .pic{
        width: 60px;
        padding-top:20px
    }
    .acc_heating_section05 .section05_cont .pic{
        width: 70px;
        padding:10px 0
    }

    .sentralbannerswiper  .txtCon .h1{
        font-size: 20px;
        line-height: 1.2
    }


}

@media screen and (max-width: 414px) {

}

@media screen and (max-width: 320px) {
    .acc_table02_cell{
        min-height: 390px
    }
}
.red{ color:#c6092d;}

.productFiledCon .titleTxtCon .h1 {
    font-size: 32px;
    font-weight: bold;
    color: #c6092d;
    line-height: 32px;
}